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)
94 Version v5.5.670 Development release working toward v5.6
97 ____________________________________________________________________________
98 [ 5397] By: gsar on 2000/03/01 06:44:42
99 Log: consolidated VMS patches (from Craig A. Berry
100 <craig.berry@metamorgs.com>); Glob.pm patch modified to use
101 $DEFAULT_FLAGS, and iff no flags were supplied
103 ! configure.com ext/File/Glob/Glob.pm ext/File/Glob/bsd_glob.c
104 ! installperl lib/ExtUtils/MM_VMS.pm lib/File/Find.pm
105 ! lib/Pod/Checker.pm lib/Pod/Parser.pm t/io/open.t
106 ! t/io/openpid.t t/lib/glob-basic.t t/op/goto.t t/op/runlevel.t
107 ! t/op/split.t t/pod/testp2pt.pl t/pragma/strict.t
108 ! t/pragma/subs.t t/pragma/warn/8signal t/pragma/warn/pp_sys
109 ! t/pragma/warnings.t vms/descrip_mms.template
110 ! vms/subconfigure.com vms/test.com vms/vms.c
111 ____________________________________________________________________________
112 [ 5396] By: gsar on 2000/03/01 06:28:22
113 Log: integrate cfgperl changes into mainline
115 !> ext/Fcntl/Fcntl.pm hints/solaris_2.sh pp.c sv.c
116 ____________________________________________________________________________
117 [ 5395] By: jhi on 2000/03/01 06:12:10
118 Log: Integrate with Sarathy.
121 !> MANIFEST Todo-5.6 mg.c
122 ____________________________________________________________________________
123 [ 5394] By: gsar on 2000/03/01 06:07:00
124 Log: fix segfault on C<local ${^WARNING_BITS}>
127 ____________________________________________________________________________
128 [ 5393] By: jhi on 2000/03/01 06:02:12
129 Log: Fcntl de-cut-and-pasto.
130 From: Doug MacEachern <dougm@pobox.com>
131 To: perl5-porters@perl.org
132 Subject: [PATCH v5.5.660] Fcntl.pm
133 Date: Tue, 29 Feb 2000 21:24:00 -0800 (PST)
134 Message-ID: <Pine.LNX.4.10.10002292120200.382-100000@mojo.itixs.com>
137 ____________________________________________________________________________
138 [ 5392] By: gsar on 2000/03/01 05:55:20
139 Log: update Todo-5.6, add stub open.pm
143 ____________________________________________________________________________
144 [ 5391] By: jhi on 2000/03/01 05:42:25
145 Log: The 64-bitallness does require the /usr/lib/sparcv9 in loclibpth.
148 ____________________________________________________________________________
149 [ 5390] By: jhi on 2000/03/01 05:35:53
150 Log: Couple of math functions need to be Perl_ so that
151 they are correctly long double, especially the frexp()
152 in sv_vcatpvfn() (spotted by Spider Boardman).
155 ____________________________________________________________________________
156 [ 5389] By: jhi on 2000/03/01 05:33:54
157 Log: Integrate with Sarathy.
159 +> pod/perlnumber.pod
160 !> Changes MANIFEST README.win32 ext/DynaLoader/DynaLoader_pm.PL
161 !> ext/DynaLoader/Makefile.PL ext/DynaLoader/dl_dlopen.xs
162 !> ext/DynaLoader/dlutils.c lib/File/Find.pm lib/Test/Harness.pm
163 !> pod/Makefile pod/buildtoc pod/perl.pod pod/perldelta.pod
164 !> pod/perlguts.pod pod/perlhack.pod pod/perlhist.pod
165 !> pod/perlport.pod pod/perltoc.pod pod/roffitall vms/vms.c
166 !> win32/perllib.c win32/win32.c win32/win32.h
167 ____________________________________________________________________________
168 [ 5388] By: gsar on 2000/03/01 03:38:03
169 Log: Windows miscellany
171 ! pod/perlguts.pod win32/perllib.c win32/win32.c win32/win32.h
172 ____________________________________________________________________________
173 [ 5387] By: gsar on 2000/03/01 03:13:37
174 Log: mention ftp/rsync access to repository in perlhack
176 ! Changes pod/perlhack.pod pod/perlhist.pod
177 ____________________________________________________________________________
178 [ 5386] By: gsar on 2000/03/01 03:04:54
179 Log: support kill(0,$pid) on Windows to test if process exists
181 ! README.win32 pod/perldelta.pod pod/perlport.pod win32/win32.c
182 ____________________________________________________________________________
183 [ 5385] By: gsar on 2000/03/01 02:10:01
184 Log: integrate cfgperl changes into mainline
186 !> Configure Porting/Glossary Porting/config.sh Porting/config_H
187 !> config_h.SH epoc/config.sh hints/dec_osf.sh hints/solaris_2.sh
188 !> perl.h vms/subconfigure.com vos/config.def win32/config.bc
189 !> win32/config.gc win32/config.vc
190 ____________________________________________________________________________
191 [ 5384] By: gsar on 2000/03/01 01:47:55
192 Log: oops, change#5382 didn't really fix the typo
194 ! ext/DynaLoader/dl_dlopen.xs
195 ____________________________________________________________________________
196 [ 5383] By: gsar on 2000/03/01 01:38:25
197 Log: avoid warning on type-mismatch
199 ! ext/DynaLoader/dlutils.c
200 ____________________________________________________________________________
201 [ 5382] By: gsar on 2000/03/01 01:33:42
202 Log: fix bug in change#5381
204 ! ext/DynaLoader/dl_dlopen.xs
205 ____________________________________________________________________________
206 [ 5381] By: gsar on 2000/03/01 00:46:44
207 Log: unload extension shared objects when exiting, implemented
208 only for dl_dlopen.xs (from Alan Burlison)
210 ! ext/DynaLoader/DynaLoader_pm.PL ext/DynaLoader/Makefile.PL
211 ! ext/DynaLoader/dl_dlopen.xs ext/DynaLoader/dlutils.c
212 ____________________________________________________________________________
213 [ 5380] By: gsar on 2000/03/01 00:34:10
214 Log: add perlnumber.pod (from Ilya Zakharevich); substantially edited
218 ! MANIFEST pod/Makefile pod/buildtoc pod/perl.pod
219 ! pod/perltoc.pod pod/roffitall
220 ____________________________________________________________________________
221 [ 5379] By: jhi on 2000/02/29 23:37:01
222 Log: Be understanding.
224 ! Configure config_h.SH
225 Branch: metaconfig/U/perl
226 ! use64bits.U uselfs.U
227 ____________________________________________________________________________
228 [ 5378] By: gsar on 2000/02/29 23:35:50
229 Log: VMS fixups (from Dan Sugalski); cosmetic tweaks
231 ! lib/Test/Harness.pm vms/vms.c
232 ____________________________________________________________________________
233 [ 5377] By: jhi on 2000/02/29 23:12:29
234 Log: Tru64 hints fix from Spider Boardman; Tru64 hint for
235 d_Gconvert on long doubles to use sprintf %Lg.
238 ____________________________________________________________________________
239 [ 5376] By: jhi on 2000/02/29 23:02:45
240 Log: Integrate with Sarathy.
242 !> gv.c lib/Pod/Html.pm malloc.c pod/perlapi.pod pod/perlcall.pod
243 !> pod/perldiag.pod pod/perlembed.pod pod/perlfunc.pod
244 !> pod/perlguts.pod pod/perlop.pod
245 ____________________________________________________________________________
246 [ 5375] By: gsar on 2000/02/29 23:02:34
247 Log: fix File::Find::finddepth() bugs (from Helmut Jarausch)
250 ____________________________________________________________________________
251 [ 5374] By: jhi on 2000/02/29 23:01:35
252 Log: Add libsunmath (long double math library for Solaris,
253 SUNWspro cc only) awareness; fix various Solaris nits.
255 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
256 ! config_h.SH epoc/config.sh hints/solaris_2.sh perl.h
257 ! vms/subconfigure.com vos/config.def win32/config.bc
258 ! win32/config.gc win32/config.vc
261 Branch: metaconfig/U/perl
263 ____________________________________________________________________________
264 [ 5373] By: gsar on 2000/02/29 22:56:10
265 Log: fix Pod::Html to recognize C<< > >> etc., and convert some pods
266 to the more readable form (from Robin Barker)
268 ! lib/Pod/Html.pm pod/perlfunc.pod pod/perlop.pod
269 ____________________________________________________________________________
270 [ 5372] By: gsar on 2000/02/29 22:52:27
271 Log: better fix for malloc bug in change#5346 (from Dominic Dunlop)
274 ____________________________________________________________________________
275 [ 5371] By: gsar on 2000/02/29 22:29:36
276 Log: fix pods to reflect newer canonical names for call_sv() etc.
278 ! gv.c pod/perlapi.pod pod/perlcall.pod pod/perldiag.pod
279 ! pod/perlembed.pod pod/perlguts.pod
280 ____________________________________________________________________________
281 [ 5370] By: jhi on 2000/02/29 22:08:26
282 Log: Integrate with Sarathy.
284 !> perl.c perl.h win32/win32.c win32/win32.h
285 ____________________________________________________________________________
286 [ 5369] By: gsar on 2000/02/29 21:37:10
287 Log: remove bogus code that caused test failures on HP-UX
290 ____________________________________________________________________________
291 [ 5368] By: gsar on 2000/02/29 20:45:01
292 Log: change#5364 had a few problems
294 ! perl.c win32/win32.c win32/win32.h
295 ____________________________________________________________________________
296 [ 5367] By: gsar on 2000/02/29 18:19:04
297 Log: integrate cfgperl changes into mainline
299 !> Configure config_h.SH epoc/config.sh hints/hpux.sh
300 !> hints/solaris_2.sh regcomp.c vms/subconfigure.com
301 !> vos/config.def win32/config.bc win32/config.gc win32/config.vc
302 ____________________________________________________________________________
303 [ 5366] By: jhi on 2000/02/29 18:15:09
304 Log: Some compilers have problems with quad switch() controls.
307 ____________________________________________________________________________
308 [ 5365] By: jhi on 2000/02/29 18:14:30
309 Log: Integrate with Sarathy.
311 !> perl.c win32/Makefile win32/makefile.mk win32/win32.c
313 ____________________________________________________________________________
314 [ 5364] By: gsar on 2000/02/29 18:11:34
315 Log: utf8-ize @ARGV when -C switch is used on Windows
317 ! perl.c win32/Makefile win32/makefile.mk win32/win32.c
319 ____________________________________________________________________________
320 [ 5363] By: jhi on 2000/02/29 17:47:48
321 Log: HP-UX lddlflags were broken.
323 ! Configure config_h.SH
324 Branch: metaconfig/U/perl
326 ____________________________________________________________________________
327 [ 5362] By: jhi on 2000/02/29 17:32:27
328 Log: Make the failsafe question about socket address structure
329 sizes hopefully a bit less confusing.
331 ! Configure config_h.SH
333 ! U/protos/socksizetype.U
334 ____________________________________________________________________________
335 [ 5361] By: jhi on 2000/02/29 17:17:10
336 Log: Integrate with Sarathy.
339 ____________________________________________________________________________
340 [ 5360] By: gsar on 2000/02/29 17:16:09
341 Log: malloc "fix" in change#5346 coredumps on HP-UX, revert
344 ____________________________________________________________________________
345 [ 5359] By: jhi on 2000/02/29 17:06:12
346 Log: Make the warning about preferring HP's ar more visible.
349 ____________________________________________________________________________
350 [ 5358] By: jhi on 2000/02/29 17:04:36
351 Log: The sprintf option was blithely printing long doubles as
352 doubles (spotted by Spider Boardman); dqgcvt() wasn't ever
353 being used; made the test more thorough.
355 ! Configure config_h.SH epoc/config.sh vms/subconfigure.com
356 ! vos/config.def win32/config.bc win32/config.gc win32/config.vc
358 ! U/compline/d_gconvert.U
359 ____________________________________________________________________________
360 [ 5357] By: jhi on 2000/02/29 16:58:08
361 Log: Make the warning about abandoning long doubles more visible.
363 ! Configure config_h.SH
364 Branch: metaconfig/U/perl
366 ____________________________________________________________________________
367 [ 5356] By: jhi on 2000/02/29 16:51:33
368 Log: HP-UX gcc fix; detypo in use64bits.
370 ! Configure config_h.SH
371 Branch: metaconfig/U/perl
372 ! dlsrc.U use64bits.U
373 ____________________________________________________________________________
374 [ 5355] By: jhi on 2000/02/29 16:31:17
375 Log: Solaris 64-bitness hints saga continues.
378 ____________________________________________________________________________
379 [ 5354] By: jhi on 2000/02/29 16:04:42
380 Log: Integrate with Sarathy.
382 !> ext/Thread/Thread.xs perl.c perl.h
383 ____________________________________________________________________________
384 [ 5353] By: jhi on 2000/02/29 15:54:10
385 Log: Solaris hints tweak for 64-bitallness.
388 ____________________________________________________________________________
389 [ 5352] By: jhi on 2000/02/29 15:35:13
390 Log: Too many 64-bitness option combinations.
392 ! Configure config_h.SH
393 Branch: metaconfig/U/perl
395 ____________________________________________________________________________
396 [ 5351] By: gsar on 2000/02/29 15:31:56
397 Log: more adjustments needed for change#5342 under use5005threads
399 ! ext/Thread/Thread.xs perl.c perl.h
400 ____________________________________________________________________________
401 [ 5350] By: jhi on 2000/02/29 15:24:59
402 Log: Integrate with Sarathy.
405 !> (integrate 40 files)
406 ____________________________________________________________________________
407 [ 5349] By: gsar on 2000/02/29 08:13:56
408 Log: more m//s and $ vs \z fixups (from Greg Bacon)
410 ! lib/File/CheckTree.pm lib/File/Copy.pm lib/File/DosGlob.pm
411 ! lib/File/Path.pm lib/File/Spec/Mac.pm lib/File/Spec/OS2.pm
412 ! lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
413 ! lib/File/Spec/Win32.pm
414 ____________________________________________________________________________
415 [ 5348] By: gsar on 2000/02/29 08:00:48
416 Log: increase sleep to compensate for slow cpu (from Peter Haworth
417 <pmh@edison.ioppublishing.com>)
420 ____________________________________________________________________________
421 [ 5347] By: gsar on 2000/02/29 07:52:35
422 Log: add OO tutorial for beginners (from Randal L. Schwartz
423 <merlyn@stonehenge.com>)
426 ! MANIFEST pod/Makefile pod/buildtoc pod/perl.pod
427 ! pod/perldelta.pod pod/perltoc.pod
428 ____________________________________________________________________________
429 [ 5346] By: gsar on 2000/02/29 07:24:52
430 Log: malloc bug fix and machten hints (from Dominic Dunlop
433 ! hints/machten.sh malloc.c
434 ____________________________________________________________________________
435 [ 5345] By: gsar on 2000/02/29 06:32:56
436 Log: integrate cfgperl contents into mainline
438 !> Configure MANIFEST config_h.SH ext/DynaLoader/dl_aix.xs
439 !> ext/DynaLoader/hints/aix.pl ext/File/Glob/Makefile.PL
440 !> hints/aix.sh hints/hpux.sh hints/irix_6.sh hints/solaris_2.sh
441 !> mg.c perl.h pod/perldelta.pod pod/perlop.pod pp.c sv.c
442 !> t/lib/ipc_sysv.t t/op/64bit.t t/op/misc.t t/op/numconvert.t
443 !> win32/config.bc win32/config.gc win32/config.vc
444 ____________________________________________________________________________
445 [ 5344] By: gsar on 2000/02/29 06:25:33
446 Log: export list tweak
449 ____________________________________________________________________________
450 [ 5343] By: gsar on 2000/02/29 06:01:22
451 Log: various shenanigans in change#5342
453 ! makedef.pl thread.h util.c win32/Makefile win32/makefile.mk
454 ! win32/win32.h win32/win32thread.h
455 ____________________________________________________________________________
456 [ 5342] By: gsar on 2000/02/29 04:53:00
457 Log: support fetching current interpreter from TLS under useithreads
459 ! embed.h embed.pl embedvar.h global.sym intrpvar.h makedef.pl
460 ! objXSUB.h perl.c perl.h perlapi.h perlvars.h pod/perldelta.pod
461 ! proto.h sv.c thread.h util.c win32/perlhost.h win32/perllib.c
462 ! win32/win32.h win32/win32thread.c win32/win32thread.h
463 ____________________________________________________________________________
464 [ 5341] By: jhi on 2000/02/29 03:26:11
465 Log: Don't know how to do large files using gcc in HP-UX.
468 ____________________________________________________________________________
469 [ 5340] By: jhi on 2000/02/29 03:07:16
470 Log: Added few more libs to scan.
472 ! Configure config_h.SH
474 ! U/modified/Myinit.U U/modified/libs.U
475 ____________________________________________________________________________
476 [ 5339] By: jhi on 2000/02/29 01:37:43
477 Log: Bigger warning on the changed behaviour of the unary ~.
480 ____________________________________________________________________________
481 [ 5338] By: jhi on 2000/02/29 01:17:07
482 Log: IRIX 64-bitness fixes.
484 ! Configure config_h.SH hints/irix_6.sh
486 ! U/modified/Cppsym.U
487 ____________________________________________________________________________
488 [ 5337] By: jhi on 2000/02/29 00:59:08
489 Log: Userfriendliness.
491 ! Configure config_h.SH
492 Branch: metaconfig/U/perl
494 ____________________________________________________________________________
495 [ 5336] By: jhi on 2000/02/29 00:53:51
496 Log: Undo the sv_2pv() change of #5329, caused numconvert.t
497 problems in IRIX 32-n32.
500 ____________________________________________________________________________
501 [ 5335] By: jhi on 2000/02/29 00:22:37
502 Log: Fixes for building on HP-UX using gcc from Daniel S. Lewart.
504 ! Configure config_h.SH hints/hpux.sh
505 Branch: metaconfig/U/perl
507 ____________________________________________________________________________
508 [ 5334] By: jhi on 2000/02/28 23:59:59
509 Log: Do not cast pointers into I32s.
512 ____________________________________________________________________________
513 [ 5333] By: jhi on 2000/02/28 23:39:26
514 Log: More AIX fixes from Steven Hirsch.
516 ! Configure config_h.SH ext/DynaLoader/dl_aix.xs
517 ! ext/DynaLoader/hints/aix.pl hints/aix.sh
518 Branch: metaconfig/U/perl
520 ____________________________________________________________________________
521 [ 5332] By: jhi on 2000/02/28 22:45:59
525 ____________________________________________________________________________
526 [ 5331] By: jhi on 2000/02/28 22:23:36
527 Log: Regularize the call-back units (and fix a bug in #5330).
529 ! hints/aix.sh hints/hpux.sh hints/irix_6.sh hints/solaris_2.sh
530 ____________________________________________________________________________
531 [ 5330] By: jhi on 2000/02/28 21:50:28
532 Log: Don't be overeager to turn on 64-bitallness.
535 ____________________________________________________________________________
536 [ 5329] By: jhi on 2000/02/28 20:32:53
537 Log: Lift the 32-bit straightjacket from bit ops;
538 prefer IV/UV over NV in sv_2pv().
540 ! pod/perldelta.pod pod/perlop.pod pp.c sv.c t/op/64bit.t
541 ! t/op/misc.t t/op/numconvert.t
542 ____________________________________________________________________________
543 [ 5328] By: jhi on 2000/02/28 20:11:59
544 Log: Do not add -Ae for gcc.
547 ____________________________________________________________________________
548 [ 5327] By: jhi on 2000/02/28 17:35:39
549 Log: Use the vendor file(1).
551 ! hints/hpux.sh hints/irix_6.sh hints/solaris_2.sh
552 ____________________________________________________________________________
553 [ 5326] By: jhi on 2000/02/28 17:31:19
554 Log: Put back madvise lost because of a typo.
556 ! Configure config_h.SH perl.h win32/config.bc win32/config.gc
558 ____________________________________________________________________________
559 [ 5325] By: jhi on 2000/02/28 16:44:32
560 Log: Tweak HP-UX libraries.
563 ____________________________________________________________________________
564 [ 5324] By: jhi on 2000/02/28 16:37:43
565 Log: Don't be overeager to turn on largefileness.
568 ____________________________________________________________________________
569 [ 5323] By: jhi on 2000/02/28 16:23:15
570 Log: AIX 64-bit patches from Steven Hirsch <hirschs@btv.ibm.com>
571 The patch to File/Glob/Makefile.PL is inconvenient but at the
572 moment necessary: adding an ext/FIle/Glob/hints/aix.pl to turn
573 off the optimization ($self->{OPTIMIZE} = '') doesn't work,
574 the file is processed by MakeMaker but OPTIMIZE ends up as -O
575 in the resulting Makefile. A MakeMaker bug?
577 ! MANIFEST ext/DynaLoader/dl_aix.xs ext/File/Glob/Makefile.PL
578 ! hints/aix.sh t/lib/ipc_sysv.t
579 ____________________________________________________________________________
580 [ 5322] By: jhi on 2000/02/28 16:17:33
581 Log: Integrate with Sarathy.
583 !> (integrate 45 files)
584 ____________________________________________________________________________
585 [ 5321] By: gsar on 2000/02/28 10:13:03
586 Log: avoid warnings in legacy code (from David Dyck)
589 ____________________________________________________________________________
590 [ 5320] By: gsar on 2000/02/28 10:11:37
591 Log: find2perl doc tweak (from David Dyck <dcd@tc.fluke.com>)
594 ____________________________________________________________________________
595 [ 5319] By: gsar on 2000/02/28 10:07:00
596 Log: fix outdated URLs (from Michael G Schwern)
598 ! pod/perldelta.pod pod/perlfaq1.pod pod/perlfaq2.pod
599 ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq8.pod
600 ! pod/perlfaq9.pod pod/perlmodinstall.pod pod/perlmodlib.pod
601 ! pod/perlopentut.pod pod/perlport.pod pod/perltoc.pod
602 ! pod/perlvar.pod pod/perlxs.pod
603 ____________________________________________________________________________
604 [ 5318] By: gsar on 2000/02/28 10:04:57
605 Log: update Changes, patchlevel etc.
607 ! Changes patchlevel.h win32/Makefile win32/config.bc
608 ! win32/config.gc win32/config.vc win32/config_H.bc
609 ! win32/config_H.gc win32/config_H.vc win32/makefile.mk
610 ____________________________________________________________________________
611 [ 5317] By: gsar on 2000/02/28 09:39:47
612 Log: make stringwise bitops work properly on utf8 strings
615 ____________________________________________________________________________
616 [ 5316] By: gsar on 2000/02/28 07:04:22
617 Log: integrate cfgperl and vmsperl changes into mainline
620 !> Configure Makefile.SH config_h.SH configure.com
621 !> ext/DynaLoader/DynaLoader_pm.PL ext/DynaLoader/dl_vms.xs
622 !> hints/hpux.sh lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_VMS.pm
623 !> lib/ExtUtils/MakeMaker.pm lib/ExtUtils/Mksymlists.pm
624 !> lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm t/comp/script.t
625 !> t/io/openpid.t t/lib/cgi-html.t t/op/goto.t t/op/split.t
626 !> vms/descrip_mms.template vms/gen_shrfls.pl
627 !> vms/subconfigure.com vms/vms.c
628 ____________________________________________________________________________
629 [ 5315] By: jhi on 2000/02/28 06:31:08
630 Log: The search for static _s-suffixex libs was broken;
631 add -L/lib/pa20_64 only iff there.
633 ! Configure config_h.SH hints/hpux.sh
636 ____________________________________________________________________________
637 [ 5314] By: jhi on 2000/02/28 06:08:40
638 Log: Even better use64bitall logic.
640 ! Configure config_h.SH
641 Branch: metaconfig/U/perl
642 ! use64bits.U uselfs.U
643 ____________________________________________________________________________
644 [ 5313] By: jhi on 2000/02/28 05:47:27
645 Log: Integrate with Sarathy.
647 !> lib/File/Basename.pm lib/File/Find.pm lib/fields.pm
648 !> pod/perldelta.pod pod/perlfunc.pod pod/perlref.pod
649 !> t/lib/fields.t x2p/find2perl.PL
650 ____________________________________________________________________________
651 [ 5312] By: jhi on 2000/02/28 05:09:31
652 Log: Ask about use64bitall regardless of whether use64bitint is defined.
654 ! Configure config_h.SH
655 Branch: metaconfig/U/perl
657 ____________________________________________________________________________
658 [ 5311] By: bailey on 2000/02/28 05:05:56
659 Log: Integrate mainline
661 !> README.dos djgpp/config.over djgpp/configure.bat djgpp/djgpp.c
662 !> ext/File/Glob/Glob.pm hints/dos_djgpp.sh lib/File/Basename.pm
663 !> lib/File/Find.pm lib/fields.pm op.c pod/perldelta.pod
664 !> pod/perlfaq5.pod pod/perlfunc.pod pod/perlop.pod
665 !> pod/perlref.pod pod/perlsec.pod pod/perltodo.pod pp_sys.c
666 !> regexec.c sv.c t/lib/fields.t t/pragma/locale.t
668 ____________________________________________________________________________
669 [ 5310] By: bailey on 2000/02/28 04:36:20
670 Log: Revert File::Spec::Unix functions and keep VMS versions VMS-specific
672 ! lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
673 ____________________________________________________________________________
674 [ 5309] By: jhi on 2000/02/28 04:17:36
675 Log: The #5249 wasn't doing any good.
677 ! Makefile.SH lib/ExtUtils/MM_Unix.pm
678 ____________________________________________________________________________
679 [ 5308] By: bailey on 2000/02/28 03:56:51
680 Log: Repair typo -- conjunction of variable with text
683 ____________________________________________________________________________
684 [ 5307] By: jhi on 2000/02/28 03:46:14
685 Log: A less ambitious version of #5292.
688 ____________________________________________________________________________
689 [ 5306] By: bailey on 2000/02/28 03:42:38
690 Log: Defer inclusion of VMS-specific code to runtime
693 ____________________________________________________________________________
694 [ 5305] By: jhi on 2000/02/28 03:41:48
695 Log: The #5292 was Not So Good Idea.
698 ____________________________________________________________________________
699 [ 5304] By: bailey on 2000/02/28 02:57:14
700 Log: Minor test updates to accomodate new subprocess invocation
702 ! t/comp/script.t t/op/goto.t t/op/split.t
703 ____________________________________________________________________________
704 [ 5303] By: bailey on 2000/02/28 02:52:47
705 Log: Missed bit of #5302 (case-sensitive symbols)
707 ! lib/ExtUtils/Mksymlists.pm
708 ____________________________________________________________________________
709 [ 5302] By: bailey on 2000/02/28 02:51:00
710 Log: Support case-sensitive symbols usage in linker
712 ! ext/DynaLoader/DynaLoader_pm.PL ext/DynaLoader/dl_vms.xs
713 ! lib/ExtUtils/MM_VMS.pm vms/gen_shrfls.pl
714 ____________________________________________________________________________
715 [ 5301] By: bailey on 2000/02/28 02:46:47
716 Log: Free $PARSE context after lookups
719 ____________________________________________________________________________
720 [ 5300] By: bailey on 2000/02/28 02:43:56
721 Log: Don't wait for subprocess to read final EOF
724 ____________________________________________________________________________
725 [ 5299] By: bailey on 2000/02/28 00:44:45
726 Log: Dan Sugalski's config/build changes to .660
728 ! configure.com vms/descrip_mms.template vms/subconfigure.com
729 ____________________________________________________________________________
730 [ 5298] By: bailey on 2000/02/28 00:07:13
731 Log: When testing CGI.pm, use its notion of CRLF
734 ____________________________________________________________________________
735 [ 5297] By: bailey on 2000/02/28 00:00:08
736 Log: Quote command line args which need to be upper case
737 Tell subprocess we're finished before waiting for it
740 ____________________________________________________________________________
741 [ 5296] By: gsar on 2000/02/28 00:00:05
742 Log: m/.*$/ etc should be m/.*\z/s in many file handling modules; fix
743 these insidious errors in File::Basename, File::Find and find2perl
744 (from Tom Christiansen)
746 TODO: many other modules need to be fixed as well!
748 ! lib/File/Basename.pm lib/File/Find.pm x2p/find2perl.PL
749 ____________________________________________________________________________
750 [ 5295] By: jhi on 2000/02/27 23:18:40
751 Log: Version number update.
753 ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MakeMaker.pm
754 ____________________________________________________________________________
755 [ 5294] By: gsar on 2000/02/27 22:27:46
756 Log: typos in change#5293
759 ____________________________________________________________________________
760 [ 5293] By: gsar on 2000/02/27 21:57:40
761 Log: support fields::new() and fields::phash() to create pseudo-hash
762 objects and plain pseudo-hashes respectively (this avoids users
763 from having to diddle %FIELDS directly); update documentation to
764 suit (from original fields::phash() implementation by Peter
765 Scott <Peter@PSDT.com>)
767 ! lib/fields.pm pod/perldelta.pod pod/perlfunc.pod
768 ! pod/perlref.pod t/lib/fields.t
769 ____________________________________________________________________________
770 [ 5292] By: jhi on 2000/02/27 21:49:25
771 Log: proto.h was mssing from the list of generated files;
772 added rules to generate any single wanted file
773 (a bunch of other files may also be generated
774 at the same time, as before)
777 ____________________________________________________________________________
778 [ 5291] By: jhi on 2000/02/27 18:57:12
779 Log: Integrate with Sarathy.
781 !> README.dos djgpp/config.over djgpp/configure.bat djgpp/djgpp.c
782 !> ext/File/Glob/Glob.pm hints/dos_djgpp.sh lib/File/Spec/OS2.pm
783 !> lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
784 !> lib/File/Spec/Win32.pm op.c pod/perldelta.pod pod/perlfaq5.pod
785 !> pod/perlfunc.pod pod/perlop.pod pod/perlsec.pod
786 !> pod/perltodo.pod pp_sys.c sv.c vms/perlvms.pod vms/vms.c
787 ____________________________________________________________________________
788 [ 5290] By: gsar on 2000/02/27 18:47:00
789 Log: integrate cfgperl and vmsperl contents into mainline
791 !> lib/File/Spec/OS2.pm lib/File/Spec/Unix.pm
792 !> lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm regexec.c
793 !> t/pragma/locale.t vms/perlvms.pod vms/vms.c
794 ____________________________________________________________________________
795 [ 5289] By: gsar on 2000/02/27 18:09:04
796 Log: tweak change#5286 (we don't ever get to pp_glob() if we're using
800 ____________________________________________________________________________
801 [ 5288] By: gsar on 2000/02/27 17:12:41
802 Log: djgpp update (from Laszlo Molnar)
804 ! README.dos djgpp/config.over djgpp/configure.bat djgpp/djgpp.c
806 ____________________________________________________________________________
807 [ 5287] By: gsar on 2000/02/27 16:58:53
808 Log: tweak comment about core glob()
810 ! ext/File/Glob/Glob.pm
811 ____________________________________________________________________________
812 [ 5286] By: gsar on 2000/02/27 16:52:54
813 Log: remove outdated info about csh and glob(); glob() need not fail
814 when tainting anymore if using internal globbing
816 ! pod/perldelta.pod pod/perlfaq5.pod pod/perlfunc.pod
817 ! pod/perlop.pod pod/perlsec.pod pod/perltodo.pod pp_sys.c
818 ____________________________________________________________________________
819 [ 5285] By: gsar on 2000/02/27 16:20:31
820 Log: make readdir() respect IOf_UNTAINT flag (allows untainting of directory
821 handles with: C<use IO::Handle; opendir D, $dir or die; D->untaint;>
824 ____________________________________________________________________________
825 [ 5284] By: gsar on 2000/02/27 14:31:24
826 Log: avoid compiler warnings (from Dan Sugalski)
829 ____________________________________________________________________________
830 [ 5283] By: gsar on 2000/02/27 14:21:16
831 Log: propagate utf8ness in sv_setsv() (from Gisle Aas)
834 ____________________________________________________________________________
835 [ 5282] By: bailey on 2000/02/27 05:07:08
836 Log: Impose security constraints on lnm lookup only if tainting
839 ____________________________________________________________________________
840 [ 5281] By: bailey on 2000/02/27 05:05:35
841 Log: Add new File::Spec::VMS methods
842 Don't add implicit device in VMS <-> Unix filespec translation
843 Make File::Spec::Unix{rel2abs|abs2rel} OS-independent
845 ! lib/File/Spec/OS2.pm lib/File/Spec/Unix.pm
846 ! lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm vms/vms.c
847 ____________________________________________________________________________
848 [ 5280] By: bailey on 2000/02/27 04:58:01
849 Log: Accept filespecs as command verbs for subprocesses
851 ! vms/perlvms.pod vms/vms.c
852 ____________________________________________________________________________
853 [ 5279] By: jhi on 2000/02/27 04:01:53
854 Log: Integrate with Sarathy.
857 ____________________________________________________________________________
858 [ 5278] By: bailey on 2000/02/27 02:43:01
859 Log: Resync with mainline again
861 !> Makefile.SH README.vms configure.com lib/ExtUtils/MM_Unix.pm
862 !> lib/Pod/Checker.pm lib/Pod/InputObjects.pm
863 !> lib/Pod/ParseUtils.pm lib/Pod/Parser.pm lib/Pod/Select.pm
864 !> lib/Pod/Usage.pm pod/perlfunc.pod pp_hot.c t/pod/poderrs.t
865 !> t/pod/poderrs.xr vms/descrip_mms.template vms/sockadapt.h
866 !> vms/subconfigure.com
867 ____________________________________________________________________________
868 [ 5277] By: jhi on 2000/02/27 02:36:36
869 Log: Fix locale case-ignorant matching bug reported in
871 From: gomar@md.media-web.de
872 To: perl5-porters@perl.org
873 Subject: [ID 20000223.005]
874 Date: 23 Feb 2000 16:03:08 -0000
875 Message-Id: <20000223160308.1830.qmail@md.media-web.de>
877 ! regexec.c t/pragma/locale.t
878 ____________________________________________________________________________
879 [ 5276] By: gsar on 2000/02/26 18:18:16
880 Log: allow $fh->autoflush on globrefs, and thence autovivified filehandles
881 (from Tom Christiansen)
884 ____________________________________________________________________________
885 [ 5275] By: jhi on 2000/02/26 16:43:11
886 Log: Integrate with Sarathy.
888 !> (integrate 34 files)
889 ____________________________________________________________________________
890 [ 5274] By: gsar on 2000/02/26 15:23:45
891 Log: rework binmode() entry in perlfunc (from Martien Verbruggen
892 <mgjv@comdyn.com.au>)
895 ____________________________________________________________________________
896 [ 5273] By: gsar on 2000/02/26 15:04:54
897 Log: PodParser v1.11 update (from Brad Appleton)
899 ! lib/Pod/Checker.pm lib/Pod/InputObjects.pm
900 ! lib/Pod/ParseUtils.pm lib/Pod/Parser.pm lib/Pod/Select.pm
901 ! lib/Pod/Usage.pm t/pod/poderrs.t t/pod/poderrs.xr
902 ____________________________________________________________________________
903 [ 5272] By: gsar on 2000/02/26 14:48:24
904 Log: add missing perl headers to perldepend action
906 ! lib/ExtUtils/MM_Unix.pm
907 ____________________________________________________________________________
908 [ 5271] By: gsar on 2000/02/26 08:03:36
909 Log: VMS patch (from Peter Prymmer)
911 ! Makefile.SH README.vms configure.com vms/descrip_mms.template
912 ! vms/sockadapt.h vms/subconfigure.com
913 ____________________________________________________________________________
914 [ 5270] By: gsar on 2000/02/26 07:46:35
915 Log: integrate vmsperl changes into mainline
917 !> av.c configure.com installperl lib/ExtUtils/MM_VMS.pm mg.h
918 !> pp_sys.c scope.c vms/vms.c vms/vmsish.h
919 ____________________________________________________________________________
920 [ 5269] By: bailey on 2000/02/26 07:04:55
921 Log: Resync with mainline
923 +> cygwin/cygwin.c ext/DynaLoader/dl_dyld.xs
924 +> ext/Sys/Hostname/Hostname.pm ext/Sys/Hostname/Hostname.xs
925 +> ext/Sys/Hostname/Makefile.PL hints/darwin.sh lib/bytes.pm
926 +> lib/bytes_heavy.pl t/pragma/warn/9enabled
927 - ext/DynaLoader/dl_rhapsody.xs lib/Sys/Hostname.pm lib/byte.pm
928 - lib/byte_heavy.pl lib/unicode/Eq/Latin1.pl
929 - lib/unicode/Eq/Unicode.pl
930 !> (integrate 323 files)
931 ____________________________________________________________________________
932 [ 5268] By: gsar on 2000/02/26 06:50:04
933 Log: reintroduce useithreads (accidentally deleted in change#5261)
936 ____________________________________________________________________________
937 [ 5266] By: gsar on 2000/02/26 06:46:06
938 Log: integrate cfgperl changes into mainline
940 +> cygwin/cygwin.c ext/DynaLoader/dl_dyld.xs hints/darwin.sh
941 - ext/DynaLoader/dl_rhapsody.xs
942 !> (integrate 62 files)
943 ____________________________________________________________________________
944 [ 5265] By: gsar on 2000/02/26 06:31:10
945 Log: support for version vectors in UNIVERSAL::VERSION(), so that
946 C<use Foo v1.2.3> etc., work; tests for the same
948 TODO: XS_VERSION_BOOTCHECK needs to be revisited in light of this
950 ! embed.h embed.pl global.sym objXSUB.h perlapi.c proto.h
951 ! t/comp/use.t toke.c universal.c
952 ____________________________________________________________________________
953 [ 5264] By: jhi on 2000/02/26 04:14:15
954 Log: Add libscheck for IRIX.
957 ____________________________________________________________________________
958 [ 5263] By: jhi on 2000/02/26 03:40:47
959 Log: Add libscheck for Solaris.
962 ____________________________________________________________________________
963 [ 5262] By: jhi on 2000/02/26 03:10:47
964 Log: Rhapsody/Darwin patches from Wilfredo Sanchez.
966 + ext/DynaLoader/dl_dyld.xs hints/darwin.sh
967 - ext/DynaLoader/dl_rhapsody.xs
968 ! Configure INSTALL MANIFEST Makefile.SH README.threads
969 ! config_h.SH hints/rhapsody.sh installperl pp_sys.c
971 ! U/a_dvisory/multiarch.U
972 ____________________________________________________________________________
973 [ 5261] By: jhi on 2000/02/26 02:48:23
974 Log: Rename use64bits to use64bitint;
975 rename usefull64bits to use64bitall.
977 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
978 ! config_h.SH configure.com epoc/config.sh hints/aix.sh
979 ! hints/hpux.sh hints/irix_4.sh hints/irix_5.sh hints/irix_6.sh
980 ! hints/irix_6_0.sh hints/irix_6_1.sh hints/solaris_2.sh
981 ! myconfig.SH perl.c perl.h pod/perldelta.pod pod/perlfunc.pod
982 ! vms/subconfigure.com vos/config.def vos/config.h
983 ! vos/config_h.SH_orig win32/config.bc win32/config.gc
984 ! win32/config.vc win32/config_H.bc win32/config_H.gc
987 ! U/a_dvisory/quadtype.U U/mksample U/modified/libpth.U
988 ! U/protos/socksizetype.U U/threads/archname.U
989 Branch: metaconfig/U/perl
990 ! Extensions.U dbm64.U perlxv.U stdio64.U use64bits.U uselfs.U
992 ____________________________________________________________________________
993 [ 5260] By: jhi on 2000/02/25 22:57:16
994 Log: From: "Fifer, Eric" <EFifer@sanwaint.com>
995 To: "'perl5-porters@perl.org'" <perl5-porters@perl.org>
996 Subject: [PATCH 5.5.660] cygwin port
997 Message-ID: <779F20BCCE5AD31186A50008C75D99791716E2@SILLDN_MAIL1>
999 ! README.cygwin cygwin/Makefile.SHs cygwin/cygwin.c
1000 ____________________________________________________________________________
1001 [ 5259] By: jhi on 2000/02/25 22:53:51
1002 Log: Configure nits; add socksizetype; add getfsstat for completeness;
1003 add lseekproto, usefull64bits, socksizetype getfsstat to non-UNIX
1004 lands; regen Configure.
1006 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
1007 ! config_h.SH doio.c epoc/config.sh perl.c pp_sys.c
1008 ! vms/subconfigure.com vos/config.def win32/config.bc
1009 ! win32/config.gc win32/config.vc win32/config_H.bc
1010 ! win32/config_H.gc win32/config_H.vc
1012 + U/protos/socksizetype.U
1013 Branch: metaconfig/U/perl
1015 ! d_fstatfs.U fpossize.U use64bits.U uselfs.U
1016 ____________________________________________________________________________
1017 [ 5258] By: jhi on 2000/02/25 21:04:17
1018 Log: Further fixes to malloc.c prototypes from Dominic Dunlop.
1021 ____________________________________________________________________________
1022 [ 5257] By: jhi on 2000/02/25 20:48:13
1023 Log: Integrate with Sarathy.
1025 !> embed.h embed.pl objXSUB.h op.c op.h perlapi.c pp_ctl.c
1026 !> proto.h t/cmd/while.t
1027 ____________________________________________________________________________
1028 [ 5256] By: gsar on 2000/02/25 20:04:37
1029 Log: fix missing perl_alloc() declaration under PERL_IMPLICIT_SYS
1031 ! embed.h embed.pl objXSUB.h perlapi.c proto.h
1032 ____________________________________________________________________________
1033 [ 5255] By: gsar on 2000/02/25 19:23:58
1034 Log: change#4849 wasn't restoring savestack correctly; make loops that have
1035 continue blocks recognizable at run time
1037 ! op.c op.h pp_ctl.c t/cmd/while.t
1038 ____________________________________________________________________________
1039 [ 5254] By: jhi on 2000/02/25 06:00:01
1040 Log: Integrate with Sarathy.
1042 !> ext/B/B.xs ext/B/B/C.pm lib/Pod/InputObjects.pm
1043 !> lib/Pod/Parser.pm lib/Pod/Select.pm lib/Pod/Usage.pm
1044 !> t/lib/filefind.t t/pod/poderrs.xr
1045 ____________________________________________________________________________
1046 [ 5253] By: jhi on 2000/02/25 05:57:59
1047 Log: Megalopatch for Configure: Andy's new installation schemes;
1048 introduce usefull64bits, beautify and regularize the various
1049 type probes; introduce d_lseekproto.
1051 ! Configure INSTALL Policy_sh.SH config_h.SH perl.h
1054 + U/installdirs/perl5.U U/installdirs/sitehtml1.U
1055 + U/installdirs/sitehtml3.U U/installdirs/siteman1.U
1056 + U/installdirs/siteman3.U U/installdirs/sitescript.U
1057 + U/installdirs/vendorhtml1.U U/installdirs/vendorhtml3.U
1058 + U/installdirs/vendorman1.U U/installdirs/vendorman3.U
1059 + U/installdirs/vendorscript.U U/protos/d_lseekproto.U
1060 - U/installdirs/vendorhtml1dir.U U/installdirs/vendorhtml3dir.U
1061 - U/installdirs/vendorman1dir.U U/installdirs/vendorman3dir.U
1062 - U/installdirs/vendorscriptdir.U
1063 ! U/compline/doublesize.U U/compline/ptrsize.U
1064 ! U/installdirs/archlib.U U/installdirs/bin.U
1065 ! U/installdirs/html1dir.U U/installdirs/html3dir.U
1066 ! U/installdirs/inc_version_list.U U/installdirs/installprefix.U
1067 ! U/installdirs/installstyle.U U/installdirs/instubperl.U
1068 ! U/installdirs/localarch.U U/installdirs/locallib.U
1069 ! U/installdirs/otherlibdirs.U U/installdirs/prefix.U
1070 ! U/installdirs/privlib.U U/installdirs/scriptdir.U
1071 ! U/installdirs/sitearch.U U/installdirs/sitebin.U
1072 ! U/installdirs/sitelib.U U/installdirs/siteprefix.U
1073 ! U/installdirs/vendorarch.U U/installdirs/vendorbin.U
1074 ! U/installdirs/vendorlib.U U/installdirs/vendorprefix.U
1075 ! U/modified/d_longdbl.U U/modified/d_longlong.U
1076 ! U/typedefs/gidsize.U U/typedefs/lseektype.U
1077 ! U/typedefs/uidsize.U
1078 Branch: metaconfig/U/perl
1079 ! d_fpos64_t.U d_int64_t.U d_off64_t.U d_socklen_t.U fpossize.U
1080 ! patchlevel.U use64bits.U uselfs.U usemultiplicity.U
1081 ____________________________________________________________________________
1082 [ 5252] By: gsar on 2000/02/25 03:15:03
1083 Log: update PodParser to v1.10 (from Brad Appleton)
1085 ! lib/Pod/InputObjects.pm lib/Pod/Parser.pm lib/Pod/Select.pm
1086 ! lib/Pod/Usage.pm t/pod/poderrs.xr
1087 ____________________________________________________________________________
1088 [ 5251] By: gsar on 2000/02/25 03:10:51
1089 Log: make File::Find tests tolerate case-insensitive systems (from
1093 ____________________________________________________________________________
1094 [ 5250] By: gsar on 2000/02/25 01:50:04
1095 Log: more Compiler tweaks for useithreads
1097 ! ext/B/B.xs ext/B/B/C.pm
1098 ____________________________________________________________________________
1099 [ 5249] By: jhi on 2000/02/25 00:17:53
1100 Log: Remove NFS temp files and Configure temp C files.
1102 ! Makefile.SH lib/ExtUtils/MM_Unix.pm
1103 ____________________________________________________________________________
1104 [ 5248] By: jhi on 2000/02/24 23:57:49
1105 Log: In FreeBSD disable floating point exception handlers.
1106 As the comment says, this should be done in the hints.
1108 From: dive <dive@ender.com>
1109 To: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
1110 cc: perl5-porters@perl.org
1111 Subject: Re: [ID 20000216.004] apparent bug on freebsd systems when calculating large numbers
1112 Date: Thu, 24 Feb 2000 15:54:24 -0800 (PST)
1113 Message-ID: <Pine.LNX.4.04.10002241552080.448-100000@dragon.ender.com>
1116 ____________________________________________________________________________
1117 [ 5247] By: jhi on 2000/02/24 23:46:27
1118 Log: From: Gisle Aas <gisle@aas.no>
1119 To: perl5-porters@perl.org
1120 Subject: [PATCH v5.5.660] More UTF8_MAXLEN fixes
1121 Date: 25 Feb 2000 00:24:53 +0100
1122 Message-ID: <m3ema2tc8q.fsf@eik.g.aas.no>
1124 ! doop.c op.c perl.c pp.c regcomp.c regexec.c sv.c
1125 ____________________________________________________________________________
1126 [ 5246] By: jhi on 2000/02/24 23:15:56
1127 Log: The op/stat.t patch in #5341 wasn't robust enough,
1128 it broke subtest 4 almost everywhere else.
1131 ____________________________________________________________________________
1132 [ 5245] By: jhi on 2000/02/24 19:28:53
1133 Log: More VMS patches from Peter Prymmer.
1135 ! configure.com vms/subconfigure.com
1136 ____________________________________________________________________________
1137 [ 5244] By: jhi on 2000/02/24 19:26:33
1138 Log: Largefileness in Solaris doesn't require long longs;
1139 use64bits enhancements; introduce usefull64bits.
1141 ! Configure config_h.SH hints/aix.sh hints/hpux.sh
1142 ! hints/irix_6.sh hints/solaris_2.sh
1144 ! U/threads/archname.U
1145 Branch: metaconfig/U/perl
1147 ____________________________________________________________________________
1148 [ 5243] By: jhi on 2000/02/24 18:40:25
1149 Log: Tidy up the 64-bit (and socklen_t) type probing.
1151 ! Configure config_h.SH
1153 ! U/modified/d_longdbl.U U/modified/d_longlong.U
1154 Branch: metaconfig/U/perl
1155 + d_fpos64_t.U d_off64_t.U
1157 ! d_int64_t.U d_socklen_t.U
1158 ____________________________________________________________________________
1159 [ 5242] By: jhi on 2000/02/24 18:09:49
1160 Log: Integrate with Sarathy.
1163 ____________________________________________________________________________
1164 [ 5241] By: jhi on 2000/02/24 18:00:49
1165 Log: From: "Fifer, Eric" <EFifer@sanwaint.com>
1166 To: "'perl5-porters@perl.org'" <perl5-porters@perl.org>
1167 Subject: [PATCH 5.5.660] cygwin port
1168 Date: Thu, 24 Feb 2000 17:15:28 -0000
1169 Message-ID: <779F20BCCE5AD31186A50008C75D99791716E1@SILLDN_MAIL1>
1172 ! MANIFEST Makefile.SH README.cygwin cygwin/Makefile.SHs
1173 ! hints/cygwin.sh perl.c t/lib/glob-basic.t t/op/stat.t
1174 ____________________________________________________________________________
1175 [ 5240] By: jhi on 2000/02/24 17:53:12
1176 Log: VMS patch from Peter Prymmer; use full_ar.
1178 ! vms/subconfigure.com
1179 ____________________________________________________________________________
1180 [ 5239] By: jhi on 2000/02/24 17:46:45
1181 Log: MPE/ix patches from Mark Bixby.
1183 ! pp_sys.c t/io/pipe.t t/lib/glob-basic.t t/lib/io_poll.t
1184 ! t/lib/io_sock.t t/op/die_exit.t t/op/exec.t t/op/fork.t
1186 ____________________________________________________________________________
1187 [ 5238] By: jhi on 2000/02/24 17:13:22
1188 Log: Get -lbind if available. Add pointer to perldelta.pod/64-bit
1189 support to t/op/numconvert.t.
1191 From: Lupe Christoph <lupe@lupe-christoph.de>
1192 To: perl5-porters@perl.org
1193 Subject: [ID 20000224.003] Not OK: perl v5.5.660 on i86pc-solaris 2.7
1194 Date: Thu, 24 Feb 2000 11:54:50 +0100 (MET)
1195 Message-Id: <200002241054.LAA06808@lupe-christoph.de>
1197 ! Configure config_h.SH t/op/numconvert.t
1200 ____________________________________________________________________________
1201 [ 5237] By: jhi on 2000/02/24 15:47:11
1202 Log: Remove more cruft from IO.
1205 ____________________________________________________________________________
1206 [ 5236] By: jhi on 2000/02/24 15:14:48
1207 Log: From: Hugo <hv@crypt.compulink.co.uk>
1208 To: perl5-porters@perl.org
1209 Subject: [PATCH 5.5.660] double EXPORT_OK in h2xs
1210 Date: Thu, 24 Feb 2000 13:24:10 +0000
1211 Message-Id: <200002241324.NAA05900@crypt.compulink.co.uk>
1214 ____________________________________________________________________________
1215 [ 5235] By: jhi on 2000/02/24 15:12:40
1216 Log: Some Windows setups do not have S_IRGRP, S_IWGRP, S_IXGRP,
1217 S_IROTH, S_IWOTH, S_IXOTH.
1220 To: perl5-porters@perl.org
1221 Subject: [ID 20000224.004] Not OK: perl v5.5.660 on MSWin32-x86 4.0
1222 Date: Thu, 24 Feb 2000 15:11:33 +0100
1223 Message-Id: <2991B60B9F72D011811C0000F821BB4C983B0C@freja.ddre.dk>
1226 ____________________________________________________________________________
1227 [ 5234] By: gsar on 2000/02/24 03:39:17
1228 Log: integrate cfgperl changes into mainline
1230 - lib/unicode/Eq/Latin1.pl lib/unicode/Eq/Unicode.pl
1232 !> Configure MANIFEST Porting/Glossary Porting/config.sh
1233 !> Porting/config_H config_h.SH configpm configure.com doio.c
1234 !> ext/Fcntl/Fcntl.pm ext/IO/IO.xs ext/IO/lib/IO/Socket.pm
1235 !> ext/Sys/Hostname/Hostname.xs hints/dec_osf.sh hints/irix_6.sh
1236 !> lib/unicode/mktables.PL malloc.c myconfig.SH pp_sys.c
1237 !> t/op/64bit.t vms/descrip_mms.template vms/subconfigure.com
1238 ____________________________________________________________________________
1239 [ 5233] By: jhi on 2000/02/24 01:31:38
1240 Log: VMS patch from Peter Prymmer.
1242 ! vms/subconfigure.com
1243 ____________________________________________________________________________
1244 [ 5232] By: jhi on 2000/02/24 01:15:03
1245 Log: Detypo fpos64_t test.
1247 ! Configure config_h.SH
1248 Branch: metaconfig/U/perl
1250 ____________________________________________________________________________
1251 [ 5231] By: jhi on 2000/02/24 01:11:17
1252 Log: miscut'n'paste in #5230.
1254 ! Configure config_h.SH
1255 Branch: metaconfig/U/perl
1257 ____________________________________________________________________________
1258 [ 5230] By: jhi on 2000/02/24 01:02:05
1259 Log: The #5228 wasn't quite right + fix typos.
1261 ! Configure config_h.SH
1263 ! U/modified/d_longdbl.U U/modified/d_longlong.U
1264 Branch: metaconfig/U/perl
1265 ! d_int64_t.U d_socklen_t.U io64.U
1266 ____________________________________________________________________________
1267 [ 5229] By: jhi on 2000/02/24 00:40:01
1268 Log: Depickify the compiler (about unused and set but not used variables)
1271 ____________________________________________________________________________
1272 [ 5228] By: jhi on 2000/02/24 00:34:35
1275 ! Configure config_h.SH
1277 ! U/modified/d_longdbl.U U/modified/d_longlong.U
1278 Branch: metaconfig/U/perl
1279 ! d_int64_t.U d_socklen_t.U
1280 ____________________________________________________________________________
1281 [ 5227] By: jhi on 2000/02/24 00:17:34
1282 Log: In IRIX <sys/mode.h> is something completely different.
1284 From: jarausch@numa1.igpm.rwth-aachen.de (Helmut Jarausch)
1285 To: perl5-porters@perl.org
1286 Subject: [ID 20000223.003] Not OK: perl v5.5.660 on IP26-irix 6.5
1287 Date: Wed, 23 Feb 2000 10:55:08 +0100 (CST)
1288 Message-Id: <200002230955.KAA89136@numa1.igpm.rwth-aachen.de>
1291 ____________________________________________________________________________
1292 [ 5226] By: jhi on 2000/02/23 20:39:28
1293 Log: Integrate with Sarathy.
1295 !> pod/perldelta.pod pod/perlfunc.pod pod/perlop.pod
1296 !> t/comp/require.t t/op/ver.t toke.c
1297 ____________________________________________________________________________
1298 [ 5225] By: jhi on 2000/02/23 20:35:58
1299 Log: From: Dominic Dunlop <domo@computer.org>
1300 To: perl5-porters@perl.org
1301 Cc: Gurusamy Sarathy <gsar@activestate.com>
1302 Subject: [ID 20000223.008] [PATCH 5.5.660] squash malloc.c compile warnings
1303 Date: Wed, 23 Feb 2000 21:23:44 +0100
1304 Message-Id: <v04220800b4d9f1bcee1a@[212.24.193.51]>
1307 ____________________________________________________________________________
1308 [ 5224] By: jhi on 2000/02/23 20:22:43
1309 Log: From: Dan Sugalski <dan@sidhe.org>
1310 To: perl5-porters@perl.org, vmsperl@perl.org
1311 Subject: [PATCH 5.5.660]VMS build patches
1312 Date: Wed, 23 Feb 2000 15:14:27 -0500
1313 Message-Id: <4.3.0.20000223151302.01efa560@24.8.96.48>
1315 (the patch was mangled, had to be manually applied)
1317 ! configure.com vms/descrip_mms.template vms/subconfigure.com
1318 ____________________________________________________________________________
1319 [ 5223] By: jhi on 2000/02/23 19:54:04
1320 Log: From: Dominic Dunlop <domo@computer.org>
1321 To: perl5-porters@perl.org
1322 Cc: Andy Dougherty <doughera@lafayette.edu>,
1323 Gurusamy Sarathy <gsar@activestate.com>
1324 Subject: [ID 20000223.007] [PATCH 5.5.660] $@ unsafe in Configure sed arguments
1325 Date: Wed, 23 Feb 2000 20:41:54 +0100
1326 Message-Id: <v04220800b4d9e48c51bb@[212.24.193.51]>
1328 ! Configure config_h.SH
1330 ! U/modified/Oldconfig.U U/modified/libs.U
1331 Branch: metaconfig/U/perl
1333 ____________________________________________________________________________
1334 [ 5222] By: jhi on 2000/02/23 18:02:39
1335 Log: Remove &IO::EINPROGRESS now that IO uses Errno anyway
1336 (suggested by Graham Barr).
1338 ! ext/IO/IO.xs ext/IO/lib/IO/Socket.pm
1339 ____________________________________________________________________________
1340 [ 5221] By: jhi on 2000/02/23 16:00:29
1341 Log: Streamline #5218 even more.
1343 ! ext/IO/lib/IO/Socket.pm
1344 ____________________________________________________________________________
1345 [ 5220] By: gsar on 2000/02/23 09:10:43
1346 Log: per Larry's idea, parse 1.2.3 as v1.2.3; C<require 5.6.0> and
1347 C<use 5.6.0> work as well; underscores are now permitted in v-strings
1349 ! pod/perldelta.pod pod/perlfunc.pod pod/perlop.pod
1350 ! t/comp/require.t t/op/ver.t toke.c
1351 ____________________________________________________________________________
1352 [ 5219] By: jhi on 2000/02/23 04:24:54
1353 Log: Streamline #5218.
1355 ! ext/IO/lib/IO/Socket.pm
1356 ____________________________________________________________________________
1357 [ 5218] By: jhi on 2000/02/23 02:08:19
1358 Log: Trying to connect to an already open socket may give EISCONN.
1360 ! ext/IO/lib/IO/Socket.pm
1361 ____________________________________________________________________________
1362 [ 5217] By: jhi on 2000/02/22 23:54:51
1363 Log: Fix prototype conflicts with POSIX.pm.
1365 ! ext/Fcntl/Fcntl.pm
1366 ____________________________________________________________________________
1367 [ 5216] By: jhi on 2000/02/22 22:27:19
1368 Log: See http://www.unicode.org/unicode/reports/tr15/
1369 for in-depth description of the problem.
1371 - lib/unicode/Eq/Latin1.pl lib/unicode/Eq/Unicode.pl
1372 ! MANIFEST lib/unicode/mktables.PL
1373 ____________________________________________________________________________
1374 [ 5215] By: jhi on 2000/02/22 22:11:17
1375 Log: Add uselongdouble, regroup the use* more logically.
1378 ____________________________________________________________________________
1379 [ 5214] By: jhi on 2000/02/22 22:04:43
1380 Log: Integrate with Sarathy.
1382 !> malloc.c perl.c pod/perldelta.pod pod/perldiag.pod
1383 !> pod/perlpod.pod pod/perlrun.pod toke.c utils/perldoc.PL
1384 ____________________________________________________________________________
1385 [ 5213] By: jhi on 2000/02/22 22:03:26
1386 Log: Add socklen_t probe; Configure maintenance.
1388 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
1389 ! config_h.SH doio.c ext/Sys/Hostname/Hostname.xs pp_sys.c
1391 ! U/a_dvisory/quadtype.U U/compline/alignbytes.U U/modified/cc.U
1393 Branch: metaconfig/U/perl
1394 + d_int64_t.U d_socklen_t.U
1397 ____________________________________________________________________________
1398 [ 5212] By: gsar on 2000/02/22 21:46:45
1399 Log: make Perl's malloc work for allocations over 2GB (from Ilya
1403 ____________________________________________________________________________
1404 [ 5211] By: gsar on 2000/02/22 19:51:47
1405 Log: add -W and -X to -h output; fix other pod omissions
1407 ! perl.c pod/perlrun.pod
1408 ____________________________________________________________________________
1409 [ 5210] By: gsar on 2000/02/22 19:51:13
1410 Log: describe C<< ... >> in perlpod.pod (from Brad Appleton)
1413 ____________________________________________________________________________
1414 [ 5209] By: jhi on 2000/02/22 19:40:43
1415 Log: The subtests 28 and 31 were wrong. Tightened also the similar
1419 ____________________________________________________________________________
1420 [ 5208] By: gsar on 2000/02/22 19:13:44
1421 Log: s/Activeware/ActiveState/
1424 ____________________________________________________________________________
1425 [ 5207] By: jhi on 2000/02/22 18:38:29
1426 Log: Perl version nit spotted by Spider Boardman.
1429 ____________________________________________________________________________
1430 [ 5206] By: gsar on 2000/02/22 17:50:44
1431 Log: change#5205 wasn't quite right; SvCUR() should be SvLEN()
1434 ____________________________________________________________________________
1435 [ 5205] By: gsar on 2000/02/22 17:36:26
1436 Log: fix memory overrun due to off-by-one in change#5192
1439 ____________________________________________________________________________
1440 [ 5204] By: gsar on 2000/02/22 17:10:39
1441 Log: sundry typos and such
1443 ! pod/perldelta.pod pod/perldiag.pod utils/perldoc.PL
1444 ____________________________________________________________________________
1445 [ 5203] By: jhi on 2000/02/22 17:10:22
1446 Log: Integrate with Sarathy.
1448 !> (integrate 56 files)
1449 ____________________________________________________________________________
1450 [ 5202] By: gsar on 2000/02/22 16:48:58
1451 Log: remove vestiges of older attribute syntax
1453 ! ext/attrs/attrs.pm pod/Win32.pod pod/perldelta.pod
1454 ! pod/perlop.pod pod/perlthrtut.pod pod/perlvar.pod
1455 ____________________________________________________________________________
1456 [ 5201] By: jhi on 2000/02/22 14:39:56
1457 Log: Configure nits spotted by Spider Boardman.
1459 ! Configure config_h.SH
1462 Branch: metaconfig/U/perl
1464 ____________________________________________________________________________
1465 [ 5200] By: jhi on 2000/02/22 14:31:21
1466 Log: Tru64 V5.0 patches from Spider Boardman.
1474 ____________________________________________________________________________
1475 [ 5199] By: gsar on 2000/02/22 11:29:28
1479 ____________________________________________________________________________
1480 [ 5198] By: gsar on 2000/02/22 10:45:54
1481 Log: PodParser-1.093 update (from Brad Appleton's site)
1483 ! lib/Pod/Checker.pm lib/Pod/Find.pm lib/Pod/InputObjects.pm
1484 ! lib/Pod/ParseUtils.pm lib/Pod/Parser.pm lib/Pod/Select.pm
1485 ! lib/Pod/Usage.pm t/pod/poderrs.t t/pod/poderrs.xr
1486 ! t/pod/special_seqs.t t/pod/special_seqs.xr
1487 ____________________________________________________________________________
1488 [ 5197] By: gsar on 2000/02/22 10:24:13
1489 Log: integrate cfgperl contents into mainline, update Changes
1491 ! Changes pod/perlhist.pod
1492 !> Configure Porting/Glossary Porting/config.sh Porting/config_H
1493 !> config_h.SH hints/solaris_2.sh malloc.c perl.h
1494 !> pod/perldelta.pod
1495 ____________________________________________________________________________
1496 [ 5196] By: gsar on 2000/02/22 10:10:36
1497 Log: dos-djgpp updates (from Laszlo Molnar <laszlo.molnar@eth.ericsson.se>)
1499 ! djgpp/config.over djgpp/configure.bat djgpp/djgppsed.sh
1500 ! t/lib/glob-basic.t t/lib/glob-case.t t/lib/glob-global.t
1501 ! t/lib/glob-taint.t t/lib/io_unix.t
1502 ____________________________________________________________________________
1503 [ 5195] By: gsar on 2000/02/22 10:01:49
1504 Log: s/undef/NO_INIT/g in change#5183
1506 ! lib/ExtUtils/xsubpp pod/perlxs.pod
1507 ____________________________________________________________________________
1508 [ 5194] By: gsar on 2000/02/22 09:44:07
1509 Log: perlipc bug (spotted by Ben Low)
1512 ____________________________________________________________________________
1513 [ 5193] By: gsar on 2000/02/22 09:38:58
1514 Log: EPOC port update (from Olaf Flebbe <O.Flebbe@science-computing.de>)
1516 ! README.epoc epoc/config.sh epoc/createpkg.pl perl.c
1517 ____________________________________________________________________________
1518 [ 5192] By: gsar on 2000/02/22 09:26:06
1519 Log: improvements for high-bit text literals (from Gisle Aas)
1521 ! t/pragma/warn/doop t/pragma/warn/pp t/pragma/warn/sv
1522 ! t/pragma/warn/toke t/pragma/warn/utf8 toke.c
1523 ____________________________________________________________________________
1524 [ 5191] By: gsar on 2000/02/22 07:35:47
1525 Log: allow C<print v10>, $h{v13.10} etc.
1528 ____________________________________________________________________________
1529 [ 5190] By: gsar on 2000/02/22 05:35:27
1530 Log: adjust for lost fp precision in require version check
1532 ! pp_ctl.c t/comp/require.t
1533 ____________________________________________________________________________
1534 [ 5189] By: jhi on 2000/02/22 05:14:35
1535 Log: Check the alignment of long doubles if they are to be used;
1538 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
1541 ! U/compline/alignbytes.U
1542 ____________________________________________________________________________
1543 [ 5188] By: gsar on 2000/02/22 04:45:57
1544 Log: use same treatment for EINVAL as for ETIMEDOUT
1546 ! ext/IO/lib/IO/Socket/INET.pm
1547 ____________________________________________________________________________
1548 [ 5187] By: gsar on 2000/02/21 23:15:12
1552 ____________________________________________________________________________
1553 [ 5186] By: gsar on 2000/02/21 21:10:26
1554 Log: remove dual-valueness of v-strings (i.e., they are pure strings
1555 now); avoid the word "tuple" to describe strings represented as
1556 character ordinals; usurp $PERL_VERSION for $^V as suggested by
1557 Larry, deprecate $] ; adjust the documentation and testsuite
1560 ! MANIFEST lib/English.pm op.c pod/perldelta.pod
1561 ! pod/perlfunc.pod pod/perlop.pod pod/perlvar.pod
1562 ! t/comp/require.t t/op/ver.t toke.c
1563 ____________________________________________________________________________
1564 [ 5185] By: jhi on 2000/02/21 20:36:05
1568 ____________________________________________________________________________
1569 [ 5184] By: gsar on 2000/02/21 18:37:38
1570 Log: clarify "use Module VERSION LIST" (from Robin Barker)
1573 ____________________________________________________________________________
1574 [ 5183] By: gsar on 2000/02/21 18:31:42
1575 Log: allow optional XSUB parameters without being forced to use a
1576 default (from Hugo van der Sanden)
1578 ! lib/ExtUtils/xsubpp pod/perlfunc.pod pod/perlxs.pod
1579 ____________________________________________________________________________
1580 [ 5182] By: jhi on 2000/02/21 18:22:47
1581 Log: Add Solaris LP64 notes.
1583 ! hints/solaris_2.sh
1584 ____________________________________________________________________________
1585 [ 5181] By: gsar on 2000/02/21 16:53:39
1586 Log: generalize "%v" format into a flag for any integral format type:
1587 "%vd", "%v#o", "%*vX", etc are allowed
1589 ! perl.c pod/perldelta.pod pod/perlfunc.pod sv.c t/op/ver.t
1591 ____________________________________________________________________________
1592 [ 5180] By: gsar on 2000/02/21 07:11:00
1596 ____________________________________________________________________________
1597 [ 5179] By: gsar on 2000/02/21 07:08:38
1598 Log: undo accidental delete
1600 ! ext/B/B.pm ext/B/B.xs
1601 ____________________________________________________________________________
1602 [ 5178] By: gsar on 2000/02/21 07:02:16
1603 Log: get Compiler "working" under useithreads
1605 ! ext/B/B.pm ext/B/B.xs ext/B/B/C.pm ext/B/B/CC.pm
1606 ! ext/B/B/Deparse.pm ext/B/B/Xref.pm
1607 ____________________________________________________________________________
1608 [ 5177] By: jhi on 2000/02/21 03:16:24
1609 Log: Thou shalt not printf longs with %d.
1612 ____________________________________________________________________________
1613 [ 5176] By: jhi on 2000/02/21 01:37:35
1614 Log: Integrate with Sarathy.
1616 +> t/pragma/warn/9enabled
1617 !> (integrate 63 files)
1618 ____________________________________________________________________________
1619 [ 5175] By: gsar on 2000/02/21 00:25:00
1620 Log: misplaced braces
1623 ____________________________________________________________________________
1624 [ 5174] By: gsar on 2000/02/21 00:09:16
1625 Log: more malloc.c tweaks for change#5070
1628 ____________________________________________________________________________
1629 [ 5173] By: gsar on 2000/02/21 00:01:17
1630 Log: malloc.c fixups in change#5170 need to fetch thx pointer
1633 ____________________________________________________________________________
1634 [ 5172] By: gsar on 2000/02/20 23:52:39
1635 Log: missing file in change#5170
1637 + t/pragma/warn/9enabled
1638 ____________________________________________________________________________
1639 [ 5171] By: gsar on 2000/02/20 23:49:17
1640 Log: skip conditionally defined symbols in change#5162
1643 ____________________________________________________________________________
1644 [ 5170] By: gsar on 2000/02/20 22:58:09
1645 Log: lexical warnings update, ability to inspect bitmask in calling
1646 scope, among other things (from Paul Marquess)
1648 ! MANIFEST lib/warnings.pm malloc.c mg.c op.c pod/perldiag.pod
1649 ! pod/perlfunc.pod pod/perllexwarn.pod pp.c pp_ctl.c pp_hot.c
1650 ! regcomp.c regexec.c sv.c t/op/substr.t t/pragma/warn/op
1651 ! t/pragma/warn/pp t/pragma/warn/pp_ctl t/pragma/warn/pp_hot
1652 ! t/pragma/warn/regcomp t/pragma/warn/regexec t/pragma/warn/sv
1653 ! t/pragma/warn/toke toke.c warnings.h warnings.pl
1654 ____________________________________________________________________________
1655 [ 5169] By: gsar on 2000/02/20 22:22:28
1656 Log: windows fixes for virtualizing child std{in,out,err} handles,
1657 attempts to lock uninitialized critical section in files that
1658 were never explicitly opened (from Doug Lankshear)
1660 ! iperlsys.h win32/perlhost.h win32/win32.c win32/win32.h
1661 ____________________________________________________________________________
1662 [ 5168] By: gsar on 2000/02/20 20:19:11
1663 Log: update Changes, credits
1666 ____________________________________________________________________________
1667 [ 5167] By: gsar on 2000/02/20 18:54:27
1668 Log: avoid reading out-of-bounds memory when matching against reference
1671 ____________________________________________________________________________
1672 [ 5166] By: gsar on 2000/02/20 17:59:41
1673 Log: byte mode chop() should clear UTF8 (from Gisle Aas)
1676 ____________________________________________________________________________
1677 [ 5165] By: gsar on 2000/02/20 17:57:08
1678 Log: test fix needed by change#5164
1680 ! t/pragma/warn/toke
1681 ____________________________________________________________________________
1682 [ 5164] By: gsar on 2000/02/20 17:50:38
1683 Log: default mkdir() mode argument to 0777
1685 ! opcode.h opcode.pl pod/perldiag.pod pod/perlfunc.pod pp_sys.c
1686 ! t/op/mkdir.t toke.c
1687 ____________________________________________________________________________
1688 [ 5163] By: gsar on 2000/02/20 16:34:33
1689 Log: glob() takes one or no user arguments and a non-user-visible second
1690 hidden argument, fix its prototype-checking accordingly
1692 ! op.c opcode.h opcode.pl
1693 ____________________________________________________________________________
1694 [ 5162] By: gsar on 2000/02/20 16:07:38
1695 Log: make change#3386 a build-time option (avoids problems due to
1696 perl_run() longjmping out)
1698 ! Todo-5.6 embed.h embed.pl embedvar.h intrpvar.h objXSUB.h
1699 ! perl.c perl.h perlapi.c perlvars.h pp_ctl.c proto.h scope.c
1700 ! scope.h sv.c thrdvar.h util.c
1701 ____________________________________________________________________________
1702 [ 5161] By: gsar on 2000/02/20 12:13:37
1703 Log: IO::Socket now sets $!, avoids eval/die (patch from Graham Barr
1704 modified to use Errno more portably)
1706 ! ext/IO/lib/IO/Socket.pm ext/IO/lib/IO/Socket/INET.pm
1707 ____________________________________________________________________________
1708 [ 5160] By: gsar on 2000/02/20 11:53:28
1709 Log: mention portability caveat about C<use Errno 'EFOO'>
1711 ! ext/Errno/Errno_pm.PL
1712 ____________________________________________________________________________
1713 [ 5159] By: gsar on 2000/02/20 11:14:36
1714 Log: revise docs on @+ and @- (from Tom "Camel" Christiansen)
1717 ____________________________________________________________________________
1718 [ 5158] By: gsar on 2000/02/20 10:53:49
1719 Log: README.vms and related updates (from Peter Prymmer <pvhp@best.com>)
1721 ! MANIFEST Makefile.SH README.vms pod/perl5005delta.pod
1722 ! pod/perldelta.pod pod/perlport.pod pod/podchecker.PL
1723 ! vms/descrip_mms.template
1724 ____________________________________________________________________________
1725 [ 5157] By: jhi on 2000/02/19 20:29:26
1726 Log: Be explicit about what ops work with bt vectors.
1727 (And implicit about which don't.)
1730 ____________________________________________________________________________
1731 [ 5156] By: jhi on 2000/02/19 18:38:14
1732 Log: Integrate with Sarathy.
1734 +> lib/bytes.pm lib/bytes_heavy.pl
1735 - lib/byte.pm lib/byte_heavy.pl
1736 !> (integrate 61 files)
1737 ____________________________________________________________________________
1738 [ 5155] By: gsar on 2000/02/19 17:57:39
1739 Log: char vs U8 warnings
1742 ____________________________________________________________________________
1743 [ 5154] By: gsar on 2000/02/19 17:44:56
1744 Log: remove outdated caveat about C<while ($k = each %foo)> (from
1745 Hugo van der Sanden)
1748 ____________________________________________________________________________
1749 [ 5153] By: gsar on 2000/02/19 17:41:41
1750 Log: tests, doc tweak (from Gisle Aas)
1752 ! pod/perlfaq9.pod t/op/ord.t
1753 ____________________________________________________________________________
1754 [ 5152] By: gsar on 2000/02/19 17:35:50
1755 Log: document behavior of splice(@ary) (from Gisle Aas)
1758 ____________________________________________________________________________
1759 [ 5151] By: gsar on 2000/02/19 17:33:59
1760 Log: fix bug in backtracking optimizer (from Makoto Ishisone
1761 <ishisone@sra.co.jp>)
1763 ! regexec.c t/op/pat.t
1764 ____________________________________________________________________________
1765 [ 5150] By: gsar on 2000/02/19 17:33:05
1766 Log: more B fixups to cope with empty GVs (these can only happen in pads)
1768 ! ext/B/B.pm ext/B/B.xs ext/B/B/C.pm op.c
1769 ____________________________________________________________________________
1770 [ 5149] By: gsar on 2000/02/19 17:32:03
1771 Log: avoid compiler warnings
1774 ____________________________________________________________________________
1775 [ 5148] By: gsar on 2000/02/19 17:18:09
1776 Log: document 'lvalue' attribute (from Simon Cozens <simon@brecon.co.uk>)
1779 ____________________________________________________________________________
1780 [ 5147] By: gsar on 2000/02/19 17:15:34
1781 Log: avoid failing on $!{ENOTHERE} (they can always use C<exists $!{NOTHERE}>
1784 ! ext/Errno/Errno_pm.PL
1785 ____________________________________________________________________________
1786 [ 5146] By: gsar on 2000/02/19 16:18:46
1787 Log: integrate cfgperl contents into mainline
1789 !> Configure config_h.SH ext/Fcntl/Fcntl.pm ext/Fcntl/Fcntl.xs
1790 !> ext/SDBM_File/sdbm/sdbm.c ext/Socket/Socket.pm
1791 !> ext/Socket/Socket.xs hints/hpux.sh perl.h pod/perldelta.pod
1792 !> pod/perlfunc.pod pod/perlopentut.pod t/lib/syslfs.t
1793 ____________________________________________________________________________
1794 [ 5145] By: gsar on 2000/02/19 16:10:37
1795 Log: POSIX::strftime gets the date wrong (from John Tobey
1796 <jtobey@epsilondev.com>)
1798 ! ext/POSIX/POSIX.xs t/lib/posix.t
1799 ____________________________________________________________________________
1800 [ 5144] By: gsar on 2000/02/19 16:02:40
1801 Log: don't blindly set bool=char on linux (from Andy Dougherty)
1803 ! handy.h hints/linux.sh x2p/a2p.h
1804 ____________________________________________________________________________
1805 [ 5143] By: gsar on 2000/02/19 15:54:04
1806 Log: some rearrangement of the includes for easier "microperl" build;
1807 add PERL_MICRO guards supplied by Simon Cozens <simon@brecon.co.uk>
1809 ! doio.c perl.c perl.h pp_hot.c pp_sys.c toke.c util.c
1810 ____________________________________________________________________________
1811 [ 5142] By: gsar on 2000/02/19 15:22:17
1812 Log: fixes for Pod::Html issues (from Wolfgang Laun
1813 <wolfgang.laun@chello.at>)
1816 ____________________________________________________________________________
1817 [ 5141] By: gsar on 2000/02/19 08:27:29
1818 Log: grammos (spotted by Tom Christiansen)
1821 ____________________________________________________________________________
1822 [ 5140] By: gsar on 2000/02/19 08:17:04
1823 Log: various xsubpp enhancements that make it easier to use with
1824 C::Scan (from Ilya Zakharevich)
1826 TODO: still needs documentation
1828 ! lib/ExtUtils/xsubpp
1829 ____________________________________________________________________________
1830 [ 5139] By: gsar on 2000/02/19 07:55:18
1831 Log: s/croak/Perl_croak/
1834 ____________________________________________________________________________
1835 [ 5138] By: gsar on 2000/02/19 07:51:39
1836 Log: make comparisons promote to utf8 as necessary (from Gisle Aas)
1838 ! Todo-5.6 embed.h embed.pl global.sym objXSUB.h perlapi.c
1839 ! pp_hot.c proto.h sv.c toke.c
1840 ____________________________________________________________________________
1841 [ 5137] By: gsar on 2000/02/19 07:42:12
1842 Log: set close-on-exec flag on sockets too, like we do for files
1845 ! pod/perldelta.pod pod/perlfunc.pod pod/perlvar.pod pp_sys.c
1846 ____________________________________________________________________________
1847 [ 5136] By: gsar on 2000/02/19 07:23:48
1848 Log: allocate sufficient buffer sizes for 64-bit wide utf8 characters
1849 permitted by change#5011 (from Gisle Aas)
1851 ! pp.c utf8.c utf8.h
1852 ____________________________________________________________________________
1853 [ 5135] By: gsar on 2000/02/19 06:53:13
1854 Log: s/WARN_PRECEDENCE/WARN_BAREWORD/, vide change#5131
1856 ! lib/warnings.pm op.c warnings.h warnings.pl
1857 ____________________________________________________________________________
1858 [ 5134] By: gsar on 2000/02/19 06:36:46
1859 Log: s/byte/bytes/g remnants
1861 ! lib/bytes.pm lib/bytes_heavy.pl
1862 ____________________________________________________________________________
1863 [ 5133] By: gsar on 2000/02/19 06:33:49
1864 Log: rename byte:: to bytes::
1866 +> lib/bytes.pm lib/bytes_heavy.pl
1867 - lib/byte.pm lib/byte_heavy.pl
1868 ! MANIFEST lib/charnames.pm lib/utf8.pm pod/perldelta.pod
1869 ! pod/perltoc.pod pod/perlunicode.pod pod/perlvar.pod
1870 ! t/lib/charnames.t t/op/ver.t
1871 ____________________________________________________________________________
1872 [ 5132] By: gsar on 2000/02/19 05:58:42
1873 Log: English names for $^R and $^S
1875 ! lib/English.pm pod/perlvar.pod
1876 ____________________________________________________________________________
1877 [ 5131] By: gsar on 2000/02/19 05:44:20
1878 Log: rename "Probable precendence problem" diagnostic to "Bareword found
1879 in conditional" to better reflect the class of error (as suggested
1882 ! op.c pod/perldelta.pod pod/perldiag.pod t/pragma/warn/op
1883 ____________________________________________________________________________
1884 [ 5130] By: gsar on 2000/02/19 05:43:10
1885 Log: fix outdated info about PerlClinic and the bug-tracking system
1887 ! pod/perlfaq2.pod pod/perltodo.pod
1888 ____________________________________________________________________________
1889 [ 5129] By: gsar on 2000/02/19 04:14:19
1890 Log: some fixes for mingw32/GCC (SETERRNO() still appears to
1893 ! README.win32 t/lib/safe2.t t/op/mkdir.t win32/makefile.mk
1895 ____________________________________________________________________________
1896 [ 5128] By: gsar on 2000/02/18 06:55:33
1897 Log: avoid $@-clearing sideeffect of require in Carp
1900 ____________________________________________________________________________
1901 [ 5127] By: gsar on 2000/02/18 04:58:26
1902 Log: stronger testcase for change#5126
1905 ____________________________________________________________________________
1906 [ 5126] By: gsar on 2000/02/18 04:44:28
1907 Log: make /\S/ match the same things /[\S]/ matches; likewise for
1908 \D (from Rick Delaney <rick@consumercontact.com>)
1910 ! regexec.c t/op/pat.t
1911 ____________________________________________________________________________
1912 [ 5125] By: gsar on 2000/02/18 03:57:43
1913 Log: Compiler fixups from Jan Dubois
1915 ! ext/B/B.pm ext/B/B.xs ext/B/B/C.pm utils/perlcc.PL
1916 ____________________________________________________________________________
1917 [ 5124] By: jhi on 2000/02/17 22:09:09
1918 Log: Take out the -Wl,-z as we have survice so far without.
1921 ____________________________________________________________________________
1922 [ 5123] By: jhi on 2000/02/17 18:40:17
1923 Log: Integrate with Sarathy.
1925 !> dump.c ext/ODBM_File/ODBM_File.xs t/op/split.t
1926 ____________________________________________________________________________
1927 [ 5122] By: gsar on 2000/02/17 18:01:14
1928 Log: fix test that depends on op_dump() output
1931 ____________________________________________________________________________
1932 [ 5121] By: gsar on 2000/02/17 17:55:18
1933 Log: op_dump() tweak
1936 ____________________________________________________________________________
1937 [ 5120] By: jhi on 2000/02/16 23:11:04
1938 Log: Regularize the use* questions, and replace
1939 "Configure *must* be run with -Duse..." with.
1942 ! Configure config_h.SH
1944 ! U/threads/usethreads.U
1945 Branch: metaconfig/U/perl
1946 ! use64bits.U uselfs.U uselongdbl.U uselonglong.U
1947 ! usemultiplicity.U useperlio.U usesocks.U
1948 ____________________________________________________________________________
1949 [ 5119] By: jhi on 2000/02/16 22:29:11
1950 Log: HP-UX 64-bitness/largefile fixes.
1952 ! Configure config_h.SH ext/SDBM_File/sdbm/sdbm.c hints/hpux.sh
1955 ! U/modified/cc.U U/modified/libpth.U U/modified/libs.U
1956 Branch: metaconfig/U/perl
1958 ____________________________________________________________________________
1959 [ 5118] By: jhi on 2000/02/16 19:47:51
1960 Log: Fcntl: more O_ constants, move SEEK_ to @EXPORT_OK
1961 (tag :seek), add S_I constants (and functions) (tag :mode);
1962 refer only to the SEEK_ of Fcntl, not the ones from
1963 POSIX or IO::; add SHUT_ to Socket; get trigonometric
1964 functions from Math::Trig instead of POSIX.
1966 ! ext/Fcntl/Fcntl.pm ext/Fcntl/Fcntl.xs ext/Socket/Socket.pm
1967 ! ext/Socket/Socket.xs perl.h pod/perldelta.pod pod/perlfunc.pod
1968 ! pod/perlopentut.pod t/lib/syslfs.t
1969 Branch: metaconfig/U/perl
1971 ____________________________________________________________________________
1972 [ 5117] By: gsar on 2000/02/16 06:39:06
1973 Log: avoid warnings due to redefined NULL
1975 ! ext/ODBM_File/ODBM_File.xs
1976 ____________________________________________________________________________
1977 [ 5116] By: gsar on 2000/02/16 00:10:25
1978 Log: integrate cfgperl changes into mainline
1980 !> Configure Makefile.SH Porting/Glossary Porting/config.sh
1981 !> Porting/config_H config_h.SH ext/Sys/Hostname/Hostname.xs
1982 !> ext/Sys/Syslog/Syslog.xs hints/aix.sh hints/hpux.sh
1983 !> lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MakeMaker.pm myconfig.SH
1984 ____________________________________________________________________________
1985 [ 5115] By: jhi on 2000/02/15 23:11:55
1986 Log: Probe for <sys/utsname.h>.
1988 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
1989 ! config_h.SH ext/Sys/Hostname/Hostname.xs
1990 Branch: metaconfig/U/perl
1992 ____________________________________________________________________________
1993 [ 5114] By: jhi on 2000/02/15 22:59:59
1994 Log: Integrate with Sarathy.
1996 +> ext/Sys/Hostname/Hostname.pm ext/Sys/Hostname/Hostname.xs
1997 +> ext/Sys/Hostname/Makefile.PL
1998 - lib/Sys/Hostname.pm
1999 !> (integrate 41 files)
2000 ____________________________________________________________________________
2001 [ 5113] By: gsar on 2000/02/15 21:22:18
2002 Log: update Changes, patchlevel
2004 ! Changes patchlevel.h win32/Makefile win32/config_H.bc
2005 ! win32/config_H.gc win32/config_H.vc win32/makefile.mk
2006 ____________________________________________________________________________
2007 [ 5112] By: gsar on 2000/02/15 20:57:12
2008 Log: fix change#5104 under useithreads
2011 ____________________________________________________________________________
2012 [ 5111] By: gsar on 2000/02/15 20:45:10
2013 Log: export list tweak needed by change#5103
2016 ____________________________________________________________________________
2017 [ 5110] By: gsar on 2000/02/15 19:32:56
2018 Log: add XS version of Sys::Hostname (from Greg Bacon
2019 <gbacon@itsc.uah.edu>)
2021 + ext/Sys/Hostname/Hostname.pm ext/Sys/Hostname/Hostname.xs
2022 + ext/Sys/Hostname/Makefile.PL
2023 - lib/Sys/Hostname.pm
2024 ! MANIFEST ext/DynaLoader/Makefile.PL ext/Sys/Syslog/Makefile.PL
2025 ! pod/perldelta.pod t/lib/hostname.t win32/Makefile
2027 ____________________________________________________________________________
2028 [ 5109] By: gsar on 2000/02/15 18:35:28
2029 Log: UNIVERSAL::can and UNIVERSAL::isa should return undef when
2030 given undefined values (from Graham Barr <gbarr@pobox.com>)
2033 ____________________________________________________________________________
2034 [ 5108] By: gsar on 2000/02/15 18:25:05
2035 Log: avoid accidental #line directives (from Rick Delaney
2036 <rick@consumercontact.com>)
2038 ! pod/perlsyn.pod toke.c
2039 ____________________________________________________________________________
2040 [ 5107] By: gsar on 2000/02/15 18:04:31
2041 Log: locale guards needed (from Simon Cozens <simon@brecon.co.uk>)
2044 ____________________________________________________________________________
2045 [ 5106] By: gsar on 2000/02/15 18:02:17
2046 Log: incorrect docs about delete() (spotted by Martyn Pearce
2047 <martyn@inpharmatica.co.uk>)
2049 ! pod/perldelta.pod pod/perlfunc.pod
2050 ____________________________________________________________________________
2051 [ 5105] By: gsar on 2000/02/15 17:43:27
2052 Log: s/use vars/our/ (from Gisle Aas)
2055 ____________________________________________________________________________
2056 [ 5104] By: gsar on 2000/02/15 17:42:06
2057 Log: optimize pseudohash slice in array slice at compile time (from
2058 John Tobey <jtobey@john-edwin-tobey.org>)
2060 ! op.c t/lib/fields.t
2061 ____________________________________________________________________________
2062 [ 5103] By: gsar on 2000/02/15 17:18:12
2063 Log: provide malloc stats via get_mstats() (from Ilya Zakharevich)
2065 ! embed.h embed.pl global.sym makedef.pl malloc.c objXSUB.h
2066 ! perl.h perlapi.c proto.h vos/vos_dummies.c
2067 ____________________________________________________________________________
2068 [ 5102] By: gsar on 2000/02/15 17:05:12
2069 Log: doc patches from Rick Delaney and Chris Nandor; update Todo-5.6
2071 ! Todo-5.6 pod/perldata.pod pod/perlport.pod
2072 ____________________________________________________________________________
2073 [ 5101] By: gsar on 2000/02/15 17:02:51
2074 Log: fix regen_headers target to make all the autogenerated files
2078 ____________________________________________________________________________
2079 [ 5100] By: gsar on 2000/02/15 16:41:53
2080 Log: fix misoptimization of C<my($x,$y); $x = $y = 1 + $z;> (from
2083 ! op.c t/op/lex_assign.t
2084 ____________________________________________________________________________
2085 [ 5099] By: gsar on 2000/02/15 16:17:36
2086 Log: more complete File::Spec support for Mac and VMS, tests (from
2087 Barrie Slaymaker <barries@slaysys.com>)
2089 ! lib/File/Spec/Mac.pm lib/File/Spec/Unix.pm
2090 ! lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm t/lib/filespec.t
2091 ____________________________________________________________________________
2092 [ 5098] By: gsar on 2000/02/15 16:10:46
2093 Log: fix incompatibility with bison generated parser (from
2094 Ignasi Roca <ignasi.roca@fujitsu.siemens.es>)
2097 ____________________________________________________________________________
2098 [ 5097] By: gsar on 2000/02/15 16:07:17
2099 Log: propagate st_mode bits to group/other for Borland build
2100 (from Vadim Konovalov <vkonovalov@lucent.com>)
2103 ____________________________________________________________________________
2104 [ 5096] By: jhi on 2000/02/15 14:22:23
2105 Log: Integrate with Sarathy.
2107 !> win32/Makefile win32/bin/exetype.pl win32/makefile.mk
2108 ____________________________________________________________________________
2109 [ 5095] By: jhi on 2000/02/15 14:19:22
2110 Log: cc_r can be in different places (/usr/ibmcxx/bin or /usr/bin),
2111 easier just to drop the paranoid test.
2114 ____________________________________________________________________________
2115 [ 5094] By: gsar on 2000/02/15 05:42:17
2116 Log: update exetype.pl tool
2118 ! win32/Makefile win32/bin/exetype.pl win32/makefile.mk
2119 ____________________________________________________________________________
2120 [ 5093] By: jhi on 2000/02/15 05:24:02
2121 Log: Integrate with Sarathy.
2123 !> Porting/pumpkin.pod embed.h embed.pl ext/DB_File/DB_File.xs
2124 !> ext/GDBM_File/GDBM_File.xs ext/NDBM_File/NDBM_File.xs
2125 !> ext/ODBM_File/ODBM_File.xs ext/SDBM_File/SDBM_File.xs hv.c
2126 !> perl.c proto.h sv.c t/op/ord.t t/pragma/warnings.t
2127 ____________________________________________________________________________
2128 [ 5092] By: jhi on 2000/02/15 05:22:09
2129 Log: Unroll the libs scan thanks to HP-UX.
2131 ! Configure config_h.SH hints/hpux.sh
2133 ! U/modified/libpth.U U/modified/libs.U
2134 Branch: metaconfig/U/perl
2135 ! Extensions.U dlsrc.U
2136 ____________________________________________________________________________
2137 [ 5091] By: gsar on 2000/02/15 05:17:56
2138 Log: fix leaks in *DBM_File; safemalloc()ed things need to be freed with
2139 safefree() rather than Safefree()
2141 ! ext/DB_File/DB_File.xs ext/GDBM_File/GDBM_File.xs
2142 ! ext/NDBM_File/NDBM_File.xs ext/ODBM_File/ODBM_File.xs
2143 ! ext/SDBM_File/SDBM_File.xs
2144 ____________________________________________________________________________
2145 [ 5090] By: gsar on 2000/02/15 04:54:17
2146 Log: fix memory leak in C<$x = *Y> provoked by change#4198, which
2147 introduced XPVMG storage in arenas
2150 ____________________________________________________________________________
2151 [ 5089] By: jhi on 2000/02/15 00:41:36
2152 Log: AIX perl linkage tweakage.
2155 ____________________________________________________________________________
2156 [ 5088] By: jhi on 2000/02/15 00:07:06
2157 Log: abort instead of just promising.
2160 ____________________________________________________________________________
2161 [ 5087] By: jhi on 2000/02/14 23:51:05
2162 Log: silly compilers don't know that croak() exits
2163 and complain about unitialized RETVALs
2165 ! ext/Sys/Syslog/Syslog.xs
2166 ____________________________________________________________________________
2167 [ 5086] By: jhi on 2000/02/14 21:13:24
2168 Log: Add lseektype and lseeksize to myconfig.
2171 ____________________________________________________________________________
2172 [ 5085] By: gsar on 2000/02/14 18:51:11
2176 ____________________________________________________________________________
2177 [ 5084] By: gsar on 2000/02/14 18:26:08
2178 Log: fix small interpreter leaks identified by Purify
2180 ! Porting/pumpkin.pod embed.h embed.pl hv.c perl.c proto.h sv.c
2181 ! t/op/ord.t t/pragma/warnings.t
2182 ____________________________________________________________________________
2183 [ 5083] By: jhi on 2000/02/14 17:50:52
2184 Log: Remove tagged core files.
2186 ! lib/ExtUtils/MM_Unix.pm
2187 ____________________________________________________________________________
2188 [ 5082] By: jhi on 2000/02/14 17:41:07
2189 Log: Prefer full_ar.
2191 ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MakeMaker.pm
2192 ____________________________________________________________________________
2193 [ 5081] By: jhi on 2000/02/14 17:20:32
2194 Log: Add ivtype, ivsize, nvtype, nvsize to myconfig.
2197 ____________________________________________________________________________
2198 [ 5080] By: jhi on 2000/02/14 15:33:03
2199 Log: Integrate with Sarathy.
2201 !> Porting/pumpkin.pod av.c malloc.c sv.c
2202 ____________________________________________________________________________
2203 [ 5079] By: gsar on 2000/02/14 08:50:06
2204 Log: notes about running Purify
2206 ! Porting/pumpkin.pod av.c sv.c
2207 ____________________________________________________________________________
2208 [ 5078] By: gsar on 2000/02/14 07:27:21
2209 Log: use system malloc() instead of sbrk() in Perl_malloc() under -DPURIFY
2212 ____________________________________________________________________________
2213 [ 5077] By: gsar on 2000/02/14 07:25:44
2214 Log: integrate cfgperl contents into mainline
2216 !> Configure Porting/Glossary Porting/config.sh Porting/config_H
2217 !> config_h.SH epoc/config.sh hints/aix.sh hints/hpux.sh
2218 !> hints/irix_6.sh hints/solaris_2.sh perl.h pod/perldelta.pod
2219 !> vms/subconfigure.com vos/config.def vos/config.h
2220 !> vos/config_h.SH_orig win32/config.bc win32/config.gc
2221 !> win32/config.vc win32/config_H.bc win32/config_H.gc
2222 !> win32/config_H.vc
2223 ____________________________________________________________________________
2224 [ 5076] By: jhi on 2000/02/14 05:01:56
2225 Log: Integrate with Sarathy.
2227 !> embed.h embed.pl objXSUB.h perl.c perlapi.c proto.h sv.c
2228 ____________________________________________________________________________
2229 [ 5075] By: jhi on 2000/02/14 04:56:52
2230 Log: Configure -A stopped processing of any further options.
2232 ! Configure config_h.SH
2234 ! U/modified/Options.U
2235 ____________________________________________________________________________
2236 [ 5074] By: gsar on 2000/02/14 04:45:01
2237 Log: remove outdated -DPURIFY code--it reports bogus errors during global
2238 destruction since we actually depend on SVs being in arenas there
2240 ! embed.h embed.pl objXSUB.h perl.c perlapi.c proto.h sv.c
2241 ____________________________________________________________________________
2242 [ 5073] By: jhi on 2000/02/13 19:28:17
2243 Log: Integrate with Sarathy.
2246 !> cop.h op.c perl.c pp_ctl.c regcomp.c regexec.c scope.c sv.c
2248 ____________________________________________________________________________
2249 [ 5072] By: gsar on 2000/02/13 19:02:07
2250 Log: more purification (pp_require() could access free memory; vdie()
2251 could think message was random length when passed a null argument;
2252 utilize() didn't set up the hash for the method name leading to
2253 pp_method_named() accessing random state; PL_curpm wasn't zeroed
2256 ! cop.h op.c perl.c pp_ctl.c regcomp.c regexec.c scope.c sv.c
2258 ____________________________________________________________________________
2259 [ 5071] By: jhi on 2000/02/12 19:59:35
2260 Log: uselonglong sits deep.
2262 ! Configure config_h.SH hints/solaris_2.sh
2263 Branch: metaconfig/U/perl
2265 ____________________________________________________________________________
2266 [ 5070] By: jhi on 2000/02/12 01:25:41
2267 Log: megalomaniac 64-bit update: most importantly,
2268 uselonglong is eradicated, only backward
2269 compatibility hooks in use64bits remain.
2271 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
2272 ! config_h.SH epoc/config.sh hints/aix.sh hints/hpux.sh
2273 ! hints/irix_6.sh hints/solaris_2.sh perl.h vms/subconfigure.com
2274 ! vos/config.def vos/config.h vos/config_h.SH_orig
2275 ! win32/config.bc win32/config.gc win32/config.vc
2276 ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
2278 ! U/a_dvisory/quadtype.U U/modified/libpth.U U/modified/libs.U
2279 Branch: metaconfig/U/perl
2281 ____________________________________________________________________________
2282 [ 5069] By: jhi on 2000/02/11 21:13:41
2283 Log: undo #5064 for now; there seems to be no good selection
2284 of flags to add the new option.
2287 ____________________________________________________________________________
2288 [ 5068] By: jhi on 2000/02/11 21:01:21
2289 Log: Guard against accidental long long use.
2292 ____________________________________________________________________________
2293 [ 5067] By: jhi on 2000/02/11 19:50:32
2296 ! Configure config_h.SH
2297 Branch: metaconfig/U/perl
2299 ____________________________________________________________________________
2300 [ 5066] By: jhi on 2000/02/11 19:32:30
2301 Log: Clarify 64-bit issues.
2304 ____________________________________________________________________________
2305 [ 5065] By: jhi on 2000/02/11 18:13:29
2306 Log: Integrate with Sarathy.
2308 !> ext/Devel/Peek/Peek.xs regcomp.c t/comp/require.t t/comp/use.t
2310 ____________________________________________________________________________
2311 [ 5064] By: jhi on 2000/02/11 18:11:47
2312 Log: Silence linker warnings about binary backward incompatibilities.
2315 ____________________________________________________________________________
2316 [ 5063] By: gsar on 2000/02/11 16:36:14
2317 Log: fix uninitialized memory reads found by purify
2319 ! ext/Devel/Peek/Peek.xs regcomp.c
2320 ____________________________________________________________________________
2321 [ 5062] By: jhi on 2000/02/11 00:11:39
2322 Log: de-fancify the largefiles hints
2325 ____________________________________________________________________________
2326 [ 5061] By: gsar on 2000/02/10 19:17:09
2327 Log: longstanding bug in parsing "require VERSION", could reallocate
2328 current line and not know it; exposed by change#5004; manifested
2329 as parse failure of C<{require 5.003}>
2331 ! t/comp/require.t t/comp/use.t toke.c
2332 ____________________________________________________________________________
2333 [ 5060] By: jhi on 2000/02/10 13:29:25
2334 Log: Integrate with Sarathy.
2336 !> makedef.pl pp_ctl.c t/op/write.t win32/vdir.h
2337 ____________________________________________________________________________
2338 [ 5059] By: gsar on 2000/02/10 06:21:21
2339 Log: make global symbol exports AIX-specific
2342 ____________________________________________________________________________
2343 [ 5058] By: gsar on 2000/02/10 06:16:57
2344 Log: integrate cfgperl contents into mainline
2346 !> Configure Makefile.SH Porting/Glossary Porting/config.sh
2347 !> Porting/config_H config_h.SH makedef.pl perl.h
2348 !> vms/subconfigure.com vos/config.def win32/config.bc
2349 !> win32/config.gc win32/config.vc win32/config_H.bc
2350 !> win32/config_H.gc win32/config_H.vc win32/config_h.PL
2351 !> win32/config_sh.PL
2352 ____________________________________________________________________________
2353 [ 5057] By: gsar on 2000/02/10 01:08:01
2354 Log: windows bugfixes for virtual directories under USE_ITHREADS:
2355 allows path mapping to unknown devices to work properly;
2356 special file names like CONOUT$ can be opened with sysopen()
2360 ____________________________________________________________________________
2361 [ 5056] By: gsar on 2000/02/10 00:56:27
2362 Log: formline() could wipe out readonly-ness, freeing constants
2363 prematurely, or affect cloning of pad constants
2365 ! pp_ctl.c t/op/write.t
2366 ____________________________________________________________________________
2367 [ 5055] By: jhi on 2000/02/09 19:48:58
2368 Log: Regenerate Configure for I_SYSLOG.
2370 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
2372 ____________________________________________________________________________
2373 [ 5054] By: jhi on 2000/02/09 19:38:04
2374 Log: fix AIX and multiplicity problems
2376 ! Makefile.SH makedef.pl
2377 ____________________________________________________________________________
2378 [ 5053] By: bailey on 2000/02/09 10:58:11
2379 Log: remove redundant archcore directory prefix in installperl
2382 ____________________________________________________________________________
2383 [ 5052] By: bailey on 2000/02/09 10:44:22
2384 Log: Work around prefixing bug in older DECC preprocessors
2386 ! vms/vms.c vms/vmsish.h
2387 ____________________________________________________________________________
2388 [ 5051] By: bailey on 2000/02/09 09:52:06
2389 Log: Eliminate unnecessary (and sometimes confounding) test for
2392 ! lib/ExtUtils/MM_VMS.pm
2393 ____________________________________________________________________________
2394 [ 5050] By: bailey on 2000/02/09 09:29:06
2395 Log: Minor fixes to assuage picky compilers (unsigned comparisons and
2396 alias rules lead to compilation warnings)
2398 ! av.c mg.h pp_sys.c scope.c sv.c vms/vms.c
2399 ____________________________________________________________________________
2400 [ 5049] By: bailey on 2000/02/09 09:09:45
2401 Log: Resync with mainline
2403 +> Todo-5.6 ext/Sys/Syslog/Makefile.PL ext/Sys/Syslog/Syslog.pm
2404 +> ext/Sys/Syslog/Syslog.xs lib/Pod/Find.pm lib/Pod/ParseUtils.pm
2405 +> pod/perlapi.pod pod/perlintern.pod pod/perlunicode.pod
2406 +> t/op/exists_sub.t t/op/ver.t t/pragma/diagnostics.t
2407 +> vos/config.def vos/config.pl win32/bin/exetype.pl
2408 - Todo-5.005 lib/Sys/Syslog.pm lib/caller.pm
2409 ! vms/subconfigure.com
2410 !> (integrate 358 files)
2411 ____________________________________________________________________________
2412 [ 5048] By: jhi on 2000/02/09 03:54:05
2413 Log: OS/2 gcc doesn't like -o foo.exe and -Zexe simultaneously
2414 (reported by Yitzchak Scott-Thoennes in p5p)
2416 ! Configure config_h.SH
2418 ! U/modified/Cppsym.U
2419 ____________________________________________________________________________
2420 [ 5047] By: jhi on 2000/02/09 02:56:43
2421 Log: (fake) use of getcwd.
2423 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
2424 ! config_h.SH perl.h
2425 ____________________________________________________________________________
2426 [ 5046] By: jhi on 2000/02/09 02:22:50
2429 ! Configure config_h.SH
2432 ____________________________________________________________________________
2433 [ 5045] By: jhi on 2000/02/09 02:17:34
2434 Log: Reintroduce #5019 via metaconfig.
2436 ! Configure config_h.SH
2438 ! U/installdirs/inc_version_list.U
2439 ____________________________________________________________________________
2440 [ 5044] By: jhi on 2000/02/09 02:07:08
2441 Log: Add/restore probes for getcwd/mk*temp*/mmap.
2443 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
2444 ! config_h.SH perl.h vms/subconfigure.com vos/config.def
2445 ! win32/config.bc win32/config.gc win32/config.vc
2446 ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
2447 ! win32/config_h.PL win32/config_sh.PL
2449 ! U/modified/d_mkstemp.U U/modified/libs.U
2450 Branch: metaconfig/U/perl
2451 + d_mkdtemp.U d_mkstemps.U
2452 ____________________________________________________________________________
2453 [ 5043] By: jhi on 2000/02/08 20:58:02
2454 Log: Integrate with Sarathy.
2456 +> Todo-5.6 t/op/ver.t win32/bin/exetype.pl
2457 !> (integrate 110 files)
2458 ____________________________________________________________________________
2459 [ 5042] By: gsar on 2000/02/08 20:32:12
2460 Log: avoid exiting just because we didn't scan for libm ('libs' may still
2461 have it, but we avoided scan for things in 'libs')
2469 ____________________________________________________________________________
2470 [ 5041] By: gsar on 2000/02/08 07:57:11
2474 ____________________________________________________________________________
2475 [ 5040] By: gsar on 2000/02/08 07:51:20
2476 Log: documentation patches (from Michael Schwern and Yitzchak
2479 ! av.c hv.c lib/UNIVERSAL.pm pod/perlapi.pod
2480 ____________________________________________________________________________
2481 [ 5039] By: gsar on 2000/02/08 07:22:46
2482 Log: alias to $^V to $PERL_VERSION_TUPLE
2484 ! lib/English.pm pod/perlvar.pod
2485 ____________________________________________________________________________
2486 [ 5038] By: gsar on 2000/02/08 07:03:34
2489 ! Changes pod/perlhist.pod
2490 ____________________________________________________________________________
2491 [ 5037] By: gsar on 2000/02/08 06:59:55
2492 Log: Windows has a somewhat different sitelib layout, and needs
2493 $sitelib/archname added as well
2496 ____________________________________________________________________________
2497 [ 5036] By: gsar on 2000/02/08 06:59:03
2498 Log: change#4987 appears to have broken libs scan for platforms that
2499 don't set ignore_versioned_solibs (Solaris is one of them); add
2500 derivative fix from the older logic for skipping versioned .so
2504 ____________________________________________________________________________
2505 [ 5035] By: gsar on 2000/02/07 21:21:44
2506 Log: sprintf("%v"...) buffer resizing busted
2509 ____________________________________________________________________________
2510 [ 5034] By: gsar on 2000/02/07 19:16:21
2513 ! Changes pod/perlhist.pod
2514 ____________________________________________________________________________
2515 [ 5033] By: gsar on 2000/02/07 19:01:08
2516 Log: stringify "\x{FFF}" to utf8 correctly; set SvUTF8 on "\x{XX}"
2520 ____________________________________________________________________________
2521 [ 5032] By: gsar on 2000/02/07 18:25:31
2522 Log: add note about printf("%v",...)
2525 ____________________________________________________________________________
2526 [ 5031] By: gsar on 2000/02/07 18:18:43
2530 ____________________________________________________________________________
2531 [ 5030] By: gsar on 2000/02/07 18:17:49
2532 Log: thinko in change#5029
2535 ____________________________________________________________________________
2536 [ 5029] By: gsar on 2000/02/07 17:49:58
2537 Log: change $^U to $^WIDE_SYSTEM_CALLS; s/PL_bigchar/PL_widesyscalls/;
2538 introduce -C switch (sets $^WIDE_SYSTEM_CALLS)
2540 ! embedvar.h gv.c intrpvar.h mg.c perl.c perlapi.h
2541 ! pod/perlrun.pod pod/perlunicode.pod pod/perlvar.pod
2543 ____________________________________________________________________________
2544 [ 5028] By: gsar on 2000/02/07 17:10:03
2545 Log: perlport updates (from Peter Prymmer)
2548 ____________________________________________________________________________
2549 [ 5027] By: gsar on 2000/02/07 16:53:47
2550 Log: fix up Todo-5.6
2553 ____________________________________________________________________________
2554 [ 5026] By: gsar on 2000/02/07 16:32:31
2555 Log: rename Todo-5.005 to Todo-5.6
2560 ____________________________________________________________________________
2561 [ 5025] By: gsar on 2000/02/07 16:09:54
2562 Log: ${^Warnings} renamed to ${^WARNING_BITS}
2564 ! gv.c lib/warnings.pm mg.c pod/perltoc.pod pod/perlvar.pod
2565 ! toke.c warnings.pl
2566 ____________________________________________________________________________
2567 [ 5024] By: gsar on 2000/02/07 11:47:06
2568 Log: various Windows tweaks: make $^E a little less buggy by saving
2569 and restoring system error across TLS fetch; avoid needless
2572 ! win32/Makefile win32/makefile.mk win32/perllib.c win32/win32.c
2574 ____________________________________________________________________________
2575 [ 5023] By: gsar on 2000/02/07 11:44:19
2576 Log: avoid MakeMaker setting $^W=1
2578 ! lib/ExtUtils/MakeMaker.pm
2579 ____________________________________________________________________________
2580 [ 5022] By: gsar on 2000/02/07 10:38:56
2583 ! Changes patchlevel.h win32/Makefile win32/config_H.bc
2584 ! win32/config_H.gc win32/config_H.vc win32/makefile.mk
2585 ____________________________________________________________________________
2586 [ 5021] By: gsar on 2000/02/07 10:10:31
2587 Log: mention threads status in pod
2589 ! ext/Thread/Thread.pm
2590 ____________________________________________________________________________
2591 [ 5020] By: gsar on 2000/02/07 09:57:46
2592 Log: tolerate NULL SITELIB_EXP
2595 ____________________________________________________________________________
2596 [ 5019] By: gsar on 2000/02/07 09:46:11
2597 Log: NULL-terminate PERL_INC_VERSION_LIST
2599 ! Configure perl.c win32/config.bc win32/config.gc
2600 ! win32/config.vc win32/config_H.bc win32/config_H.gc
2602 ____________________________________________________________________________
2603 [ 5018] By: gsar on 2000/02/07 09:13:10
2604 Log: add compatible versions from $Config{inc_ver_list} to search
2605 paths automatically (from Tom Hughes <tom@compton.nu>)
2608 ____________________________________________________________________________
2609 [ 5017] By: gsar on 2000/02/07 08:58:56
2610 Log: makefiles now use exetype.pl to make wperl.exe
2612 ! sv.c win32/Makefile win32/makefile.mk
2613 ____________________________________________________________________________
2614 [ 5016] By: gsar on 2000/02/07 08:38:25
2615 Log: add exetype.pl (from Jan Dubois)
2617 + win32/bin/exetype.pl
2619 ____________________________________________________________________________
2620 [ 5015] By: gsar on 2000/02/07 08:29:28
2621 Log: pod fixes (from Abigail and M J T Guy)
2623 ! Changes README.os2 gv.c pod/perlapi.pod pod/perldebug.pod
2624 ! pod/perldelta.pod pod/perldiag.pod pod/perlopentut.pod
2625 ! pod/perlport.pod pod/perlvar.pod
2626 ____________________________________________________________________________
2627 [ 5014] By: gsar on 2000/02/07 07:09:08
2628 Log: clarify behavior of vec() when arguments are off the end of the
2629 string (from M J T Guy)
2632 ____________________________________________________________________________
2633 [ 5013] By: gsar on 2000/02/07 07:08:15
2634 Log: remove $^U dependent behaviors in runtime; chr() and sprintf('%c',...)
2635 now return bytes all the way to 255, they will be transparently
2636 coerced (in future) to UTF-8 when they are used in operations
2637 involving other UTF-8 strings; C<use utf8> doesn't set $^U anymore
2639 ! lib/byte.pm lib/utf8.pm pod/perlunicode.pod pod/perlvar.pod
2641 ____________________________________________________________________________
2642 [ 5012] By: gsar on 2000/02/07 06:36:33
2643 Log: partly revert change#4851, apparently POSIX::uname() may not be correct
2644 per strict reading of standard (says Tom Christiansen)
2646 ! lib/Sys/Hostname.pm
2647 ____________________________________________________________________________
2648 [ 5011] By: gsar on 2000/02/07 06:26:30
2649 Log: allow 64-bit utf8-encoded integers (from Ilya Zakharevich)
2652 ____________________________________________________________________________
2653 [ 5010] By: gsar on 2000/02/06 21:27:03
2654 Log: fix debug code in Perl_malloc() (from Ilya Zakharevich)
2657 ____________________________________________________________________________
2658 [ 5009] By: gsar on 2000/02/06 20:45:30
2659 Log: set SvUTF8 on vectors only if there are chars > 127; update copyright
2660 years (from Gisle Aas)
2662 ! EXTERN.h INTERN.h README av.c av.h cop.h cv.h deb.c doio.c
2663 ! doop.c dump.c form.h gv.c gv.h handy.h hv.c hv.h mg.c mg.h
2664 ! op.c op.h perl.c perl.h perlio.c perly.y pp.c pp.h pp_ctl.c
2665 ! pp_hot.c pp_sys.c regcomp.c regexec.c run.c scope.c sv.c sv.h
2666 ! toke.c utf8.c utf8.h util.c util.h
2667 ____________________________________________________________________________
2668 [ 5008] By: gsar on 2000/02/06 19:28:31
2669 Log: use builtin __CYGWIN__ rather than -DCYGWIN (from Eric Fifer
2670 <EFifer@sanwaint.com>)
2672 ! EXTERN.h XSUB.h doio.c ext/POSIX/POSIX.xs
2673 ! ext/SDBM_File/sdbm/pair.c ext/SDBM_File/sdbm/sdbm.c
2674 ! hints/cygwin.sh lib/ExtUtils/MM_Cygwin.pm mg.c perl.h
2676 ____________________________________________________________________________
2677 [ 5007] By: gsar on 2000/02/06 17:47:01
2678 Log: reduce memory consumption of POSIX.pm (from Ilya Zakharevich)
2680 ! ext/POSIX/POSIX.pm
2681 ____________________________________________________________________________
2682 [ 5006] By: gsar on 2000/02/06 17:28:35
2683 Log: integrate cfgperl contents into mainline
2685 !> Configure config_h.SH ext/Sys/Syslog/Syslog.xs hints/hpux.sh
2687 ____________________________________________________________________________
2688 [ 5005] By: gsar on 2000/02/06 17:18:39
2689 Log: VOS port updates (from Paul Green <Paul_Green@stratus.com>)
2691 ! README.vos pod/perlport.pod vos/Changes vos/build.cm
2692 ! vos/compile_perl.cm vos/config.def vos/config.h vos/config.pl
2693 ! vos/config_h.SH_orig vos/perl.bind vos/test_vos_dummies.c
2694 ! vos/vos_dummies.c vos/vosish.h
2695 ____________________________________________________________________________
2696 [ 5004] By: gsar on 2000/02/06 17:00:49
2697 Log: fix parse error on C<{ use strict }> and other constructs that
2698 make the parser reenter while LEX_KNOWNEXT is active
2700 ! t/comp/use.t toke.c
2701 ____________________________________________________________________________
2702 [ 5003] By: gsar on 2000/02/06 14:57:30
2703 Log: avoid -Bforcearchive on netbsd too
2705 ! Changes hints/netbsd.sh
2706 ____________________________________________________________________________
2707 [ 5002] By: gsar on 2000/02/06 14:45:17
2708 Log: revised notes about Pod::Parser & Co.
2710 ! lib/Pod/Usage.pm pod/perldelta.pod
2711 ____________________________________________________________________________
2712 [ 5001] By: gsar on 2000/02/06 14:02:43
2713 Log: fix description of obsolete diagnostic
2716 ____________________________________________________________________________
2717 [ 5000] By: gsar on 2000/02/06 13:59:58
2718 Log: allow "\x{12ab}" even without C<use utf8>
2720 ! t/pragma/warn/toke toke.c
2721 ____________________________________________________________________________
2722 [ 4999] By: gsar on 2000/02/06 13:58:31
2723 Log: make perlbug use new-style version numbers; improve compatibility
2724 (runs with perl 5.005); fix swapped old vs new version reporting
2727 ____________________________________________________________________________
2728 [ 4998] By: gsar on 2000/02/06 13:56:45
2729 Log: support sprintf("v%v", v1.2.3) (works on any string argument, in
2730 fact); add tests for version tuples
2733 ! MANIFEST perl.c pod/perldiag.pod pod/perlfunc.pod
2734 ! pod/perlop.pod sv.c toke.c
2735 ____________________________________________________________________________
2736 [ 4997] By: gsar on 2000/02/04 21:40:08
2737 Log: change#4970 fallout for useithreads
2740 ____________________________________________________________________________
2741 [ 4996] By: jhi on 2000/02/04 20:09:00
2742 Log: Largefilify offsets of tied handles.
2745 ____________________________________________________________________________
2746 [ 4995] By: jhi on 2000/02/04 19:54:25
2747 Log: Sanity check for libraries scan.
2749 ! Configure config_h.SH
2752 ____________________________________________________________________________
2753 [ 4994] By: jhi on 2000/02/04 19:48:42
2754 Log: HP-UX largefileness doesn't like lseek being redeclared;
2755 no more USE_LONG_LONG.
2758 ____________________________________________________________________________
2759 [ 4993] By: jhi on 2000/02/04 19:18:59
2760 Log: fix the description as much as possible; the whole
2761 separation into three different symbols lists is
2764 ! U/modified/Cppsym.U
2765 ____________________________________________________________________________
2766 [ 4992] By: jhi on 2000/02/04 19:13:10
2767 Log: Use <syslog.h>, not <sys/syslog.h>.
2769 ! Configure config_h.SH ext/Sys/Syslog/Syslog.xs
2770 ____________________________________________________________________________
2771 [ 4991] By: gsar on 2000/02/04 19:11:07
2772 Log: dmake is on CPAN now
2775 ____________________________________________________________________________
2776 [ 4990] By: jhi on 2000/02/04 19:04:01
2777 Log: Re-introduce #4817 and #4964 wiped out by #4987.
2779 ! Configure config_h.SH
2781 ! U/threads/usethreads.U
2782 Branch: metaconfig/U/perl
2784 ____________________________________________________________________________
2785 [ 4989] By: jhi on 2000/02/04 18:54:00
2788 ! Configure config_h.SH
2791 ____________________________________________________________________________
2792 [ 4988] By: jhi on 2000/02/04 18:34:06
2793 Log: Integrate with Sarathy.
2795 +> ext/Sys/Syslog/Makefile.PL ext/Sys/Syslog/Syslog.pm
2796 +> ext/Sys/Syslog/Syslog.xs
2798 !> (integrate 37 files)
2799 ____________________________________________________________________________
2800 [ 4987] By: jhi on 2000/02/04 18:31:05
2801 Log: Configure megamaintenance. Cppsym (hopefully) final spasms;
2802 default is to use long long if available; various nits
2803 here and there; fixed to hpux 64-bitnes and largefileness.
2805 ! Configure config_h.SH hints/hpux.sh perl.h
2807 ! U/a_dvisory/quadtype.U U/modified/Cppsym.U
2808 ! U/modified/d_gethname.U U/modified/libpth.U U/modified/libs.U
2809 Branch: metaconfig/U/perl
2810 ! d_fseeko.U d_ftello.U dlsrc.U uselongdbl.U uselonglong.U
2811 ! usemultiplicity.U xs_apiversion.U
2812 ____________________________________________________________________________
2813 [ 4986] By: gsar on 2000/02/04 17:26:37
2814 Log: avoid bad cast warnings (from Robin Barker <rmb1@cise.npl.co.uk>)
2817 ____________________________________________________________________________
2818 [ 4985] By: gsar on 2000/02/04 16:43:49
2819 Log: avoid 'na' (spotted by Yitzchak Scott-Thoennes <sthoenna@efn.org>)
2821 ! ext/Devel/DProf/DProf.xs
2822 ____________________________________________________________________________
2823 [ 4984] By: gsar on 2000/02/04 08:20:05
2824 Log: CPAN.pm updated to v1.52 (from Andreas Koenig)
2826 ! lib/CPAN.pm lib/CPAN/FirstTime.pm lib/CPAN/Nox.pm
2827 ____________________________________________________________________________
2828 [ 4983] By: gsar on 2000/02/04 08:00:38
2829 Log: updated OpenBSD hints (From Todd C. Miller <Todd.Miller@courtesan.com>)
2832 ____________________________________________________________________________
2833 [ 4982] By: gsar on 2000/02/04 07:54:04
2834 Log: pod typos (from Gregor N. Purdy <gregor@focusresearch.com>)
2837 ____________________________________________________________________________
2838 [ 4981] By: gsar on 2000/02/04 07:34:38
2839 Log: avoid assuming cc accepts -o switch (from Tom Hughes)
2842 ____________________________________________________________________________
2843 [ 4980] By: gsar on 2000/02/04 07:29:59
2844 Log: Sys::Syslog goes the XS way (from Tom Hughes <tom@compton.nu>)
2846 + ext/Sys/Syslog/Makefile.PL ext/Sys/Syslog/Syslog.pm
2847 + ext/Sys/Syslog/Syslog.xs
2849 ! MANIFEST pod/perldelta.pod
2850 ____________________________________________________________________________
2851 [ 4979] By: gsar on 2000/02/04 07:13:19
2852 Log: pod updates (from David Adler, M J T Guy)
2854 ! pod/perlfaq2.pod pod/perlop.pod pod/perlsyn.pod
2855 ____________________________________________________________________________
2856 [ 4978] By: gsar on 2000/02/04 07:08:14
2857 Log: typos in config_h.SH (from Paul_Green@vos.stratus.com)
2860 ____________________________________________________________________________
2861 [ 4977] By: gsar on 2000/02/04 07:06:10
2862 Log: avoid adding null components to LD_LIBRARY_PATH, OpenBSD has trouble
2863 with them (from Todd C. Miller <Todd.Miller@courtesan.com>)
2866 ____________________________________________________________________________
2867 [ 4976] By: gsar on 2000/02/04 06:33:43
2868 Log: VMS update (from Dan Sugalski and Peter Prymmer)
2870 ! configure.com vms/descrip_mms.template vms/subconfigure.com
2871 ____________________________________________________________________________
2872 [ 4975] By: gsar on 2000/02/04 05:51:14
2873 Log: patch to provide more informative names for evals and anonymous
2874 subroutines (from Ilya Zakharevich)
2876 ! ext/Devel/Peek/Peek.pm ext/Devel/Peek/Peek.xs lib/Dumpvalue.pm
2877 ! lib/dumpvar.pl lib/perl5db.pl op.c perl.h pod/perldebug.pod
2878 ! pod/perlvar.pod pp_ctl.c
2879 ____________________________________________________________________________
2880 [ 4974] By: gsar on 2000/02/04 05:05:57
2881 Log: off-by-one in malloc.c (from Ilya Zakharevich)
2884 ____________________________________________________________________________
2885 [ 4973] By: gsar on 2000/02/04 05:03:00
2886 Log: OS/2 build fixups from Ilya Zakharevich
2888 ! ext/Devel/DProf/DProf.xs os2/Makefile.SHs t/op/fork.t
2889 ____________________________________________________________________________
2890 [ 4972] By: gsar on 2000/02/04 04:58:57
2891 Log: avoid /* within comment
2894 ____________________________________________________________________________
2895 [ 4971] By: gsar on 2000/02/04 04:56:09
2896 Log: another HINT_BYTE victim
2899 ____________________________________________________________________________
2900 [ 4970] By: gsar on 2000/02/04 04:45:13
2901 Log: fix pad_alloc panic from C<my $w; sub { my($i) = @_; sub { $w } }>
2903 ! op.c scope.c scope.h t/op/closure.t toke.c
2904 ____________________________________________________________________________
2905 [ 4969] By: gsar on 2000/02/04 01:09:37
2906 Log: byte.pm and HINT_BYTE don't match (0x8, not 0x10!)
2909 ____________________________________________________________________________
2910 [ 4968] By: jhi on 2000/02/02 13:17:25
2911 Log: Integrate with Sarathy.
2913 +> lib/Pod/Find.pm lib/Pod/ParseUtils.pm
2915 !> (integrate 29 files)
2921 ____________________________________________________________________________
2922 [ 4967] By: gsar on 2000/02/02 12:22:29
2923 Log: update makerel for new version format
2925 ! Changes Porting/makerel
2926 ____________________________________________________________________________
2927 [ 4966] By: gsar on 2000/02/02 11:42:03
2928 Log: workaround for undefined symbol
2931 ____________________________________________________________________________
2932 [ 4965] By: gsar on 2000/02/02 11:19:19
2933 Log: on cygwin, h_errno is now "__declspec(dllimport) int h_errno"
2934 (from Eric Fifer <EFifer@sanwaint.com>)
2937 ____________________________________________________________________________
2938 [ 4964] By: gsar on 2000/02/02 11:11:15
2939 Log: adjust notes on use5005threads
2941 ! Configure INSTALL README.threads
2942 ____________________________________________________________________________
2943 [ 4963] By: gsar on 2000/02/02 10:14:30
2947 ____________________________________________________________________________
2948 [ 4962] By: gsar on 2000/02/02 10:13:10
2949 Log: integrate selected changes from cfgperl (#4899,4900,4904,4918)
2951 !> Configure Porting/Glossary Porting/config.sh Porting/config_H
2952 !> config_h.SH ext/IO/IO.xs lib/Benchmark.pm
2953 ____________________________________________________________________________
2954 [ 4961] By: gsar on 2000/02/02 09:55:45
2955 Log: PodParser-1.092 update via CPAN (from Brad Appleton)
2957 + lib/Pod/Find.pm lib/Pod/ParseUtils.pm
2958 ! MANIFEST lib/Pod/Checker.pm t/pod/poderrs.t t/pod/poderrs.xr
2959 ____________________________________________________________________________
2960 [ 4960] By: gsar on 2000/02/02 08:22:31
2961 Log: replace misleading docs with a BUGS section
2964 ____________________________________________________________________________
2965 [ 4959] By: gsar on 2000/02/02 08:16:17
2966 Log: remove FUD from perlfunc/use (from M J T Guy)
2969 ____________________________________________________________________________
2970 [ 4958] By: gsar on 2000/02/02 08:13:04
2971 Log: Benchmark displays bogus CPU stats (suggested by Cedric Auzanne
2972 <cedric.auzanne@nist.gov>)
2974 ! Changes lib/Benchmark.pm
2975 ____________________________________________________________________________
2976 [ 4957] By: gsar on 2000/02/02 08:04:52
2977 Log: fix coredump on C<"x" =~ /x/; print @-> (from Ilya Zakharevich)
2980 ____________________________________________________________________________
2981 [ 4956] By: gsar on 2000/02/02 08:02:57
2982 Log: flock() pod talks about "adding" in the sense of "or-ing"
2985 ____________________________________________________________________________
2986 [ 4955] By: gsar on 2000/02/02 07:58:35
2987 Log: fixes for switching files in the debugger (from Ilya Zakharevich)
2989 ! lib/perl5db.pl pod/perldebug.pod
2990 ____________________________________________________________________________
2991 [ 4954] By: gsar on 2000/02/02 07:53:51
2992 Log: use warnings rather than fiddling with $^W (from Paul Marquess)
2994 ! lib/Cwd.pm lib/English.pm lib/ExtUtils/MM_Unix.pm
2995 ! lib/ExtUtils/MM_Win32.pm lib/ExtUtils/Manifest.pm lib/Fatal.pm
2996 ! lib/File/Spec/Win32.pm lib/Math/BigFloat.pm
2997 ! lib/Text/ParseWords.pm lib/utf8_heavy.pl
2998 ____________________________________________________________________________
2999 [ 4953] By: gsar on 2000/02/02 07:40:33
3000 Log: dynixptx hints tweak (from Martin J. Bligh <mbligh@sequent.com>)
3003 ____________________________________________________________________________
3004 [ 4952] By: gsar on 2000/02/02 07:36:39
3005 Log: deltanotes on weakrefs and Pod::Parser (from Tuomas Lukka and
3009 ____________________________________________________________________________
3010 [ 4951] By: gsar on 2000/02/02 06:54:22
3011 Log: avoid mismatched type warnings
3013 ! embed.pl perlapi.h
3014 ____________________________________________________________________________
3015 [ 4950] By: jhi on 2000/02/02 06:49:10
3016 Log: Integrate with Sarathy.
3018 +> pod/perlunicode.pod
3019 !> MANIFEST Makefile.SH lib/File/Spec/Win32.pm lib/Text/Tabs.pm
3020 !> lib/byte.pm lib/byte_heavy.pl lib/utf8.pm lib/warnings.pm
3021 !> makedef.pl op.c perl.h pod/perldelta.pod pp_ctl.c regcomp.c
3022 !> regexec.c t/pragma/warn/2use utf8.h utils/perldoc.PL
3023 !> vms/descrip_mms.template warnings.pl
3024 ____________________________________________________________________________
3025 [ 4949] By: gsar on 2000/02/02 06:41:17
3026 Log: fix broken abs2rel() (from François Allard <franka@host.ott.igs.net>)
3028 ! lib/File/Spec/Win32.pm
3029 ____________________________________________________________________________
3030 [ 4948] By: gsar on 2000/02/02 06:30:41
3034 ____________________________________________________________________________
3035 [ 4947] By: gsar on 2000/02/02 06:27:43
3036 Log: future-proof unknown warning categories (from Greg Bacon
3037 <gbacon@cs.uah.edu>)
3039 ! lib/warnings.pm t/pragma/warn/2use warnings.pl
3040 ____________________________________________________________________________
3041 [ 4946] By: gsar on 2000/02/02 06:21:34
3042 Log: doc tweak (from Michael G Schwern <schwern@pobox.com>)
3045 ____________________________________________________________________________
3046 [ 4945] By: gsar on 2000/02/02 06:03:04
3047 Log: more meaningful message on invalid pattern argument (from
3048 Kevin Meltzer <KMeltzer@USCO.com>)
3051 ____________________________________________________________________________
3052 [ 4944] By: gsar on 2000/02/02 05:43:49
3053 Log: XSLoader build patch for VMS (from Craig A. Berry
3054 <craig.berry@metamorgs.com>)
3056 ! vms/descrip_mms.template
3057 ____________________________________________________________________________
3058 [ 4943] By: gsar on 2000/02/02 03:40:49
3059 Log: reword some sections of perlunicode.pod
3061 ! pod/perlunicode.pod
3062 ____________________________________________________________________________
3063 [ 4942] By: gsar on 2000/02/01 21:02:01
3064 Log: AIX warning on undefined symbol
3067 ____________________________________________________________________________
3068 [ 4941] By: gsar on 2000/02/01 20:29:30
3069 Log: HINT_UTF8 is not propagated to the op tree anymore; add a
3070 perlunicode.pod that reflects changes to unicode support so far
3072 + pod/perlunicode.pod
3073 ! MANIFEST lib/byte.pm lib/byte_heavy.pl lib/utf8.pm op.c perl.h
3074 ! pod/perldelta.pod pp_ctl.c regcomp.c regexec.c utf8.h
3075 ____________________________________________________________________________
3076 [ 4940] By: jhi on 2000/02/01 12:22:30
3077 Log: Integrate with Sarathy.
3079 !> embed.pl embedvar.h global.sym gv.c intrpvar.h
3080 !> lib/charnames.pm lib/utf8.pm mg.c objXSUB.h op.c op.h
3081 !> perlapi.c perlapi.h pod/perlvar.pod pp.c sv.c sv.h
3082 !> t/lib/charnames.t toke.c win32/win32.c win32/win32.h
3083 ____________________________________________________________________________
3084 [ 4939] By: gsar on 2000/02/01 08:52:16
3085 Log: export pregexec(), Tk uses it
3087 ! embed.pl global.sym objXSUB.h perlapi.c
3088 ____________________________________________________________________________
3089 [ 4938] By: gsar on 2000/02/01 04:00:09
3090 Log: mark literal utf8 in string literals properly
3093 ____________________________________________________________________________
3094 [ 4937] By: gsar on 2000/01/31 20:19:34
3095 Log: introduce $^U, a global bit to indicate whether system
3096 calls should using widechar APIs; chr and sprintf "%c" also
3097 follow this flag in the absense of "use byte"; "use utf8"
3098 sets $^U=1 (this appears kludgey)
3100 ! embedvar.h gv.c intrpvar.h lib/charnames.pm lib/utf8.pm mg.c
3101 ! op.c op.h perlapi.h pod/perlvar.pod pp.c sv.c sv.h
3102 ! t/lib/charnames.t win32/win32.h
3103 ____________________________________________________________________________
3104 [ 4936] By: jhi on 2000/01/31 20:17:44
3105 Log: HP-UX (induced) fixes.
3107 ! Configure config_h.SH hints/hpux.sh
3109 ! U/modified/Oldconfig.U U/modified/libs.U
3110 Branch: metaconfig/U/perl
3112 ____________________________________________________________________________
3113 [ 4935] By: jhi on 2000/01/31 19:15:43
3116 ! U/compline/d_gconvert.U
3117 ____________________________________________________________________________
3118 [ 4934] By: jhi on 2000/01/31 19:15:22
3119 Log: Cppsym saga continues.
3121 ! Configure config_h.SH
3123 ! U/modified/Cppsym.U
3124 ____________________________________________________________________________
3125 [ 4933] By: gsar on 2000/01/31 18:45:07
3126 Log: !USING_WIDE() branch is busted in win32_stat()
3129 ____________________________________________________________________________
3130 [ 4932] By: jhi on 2000/01/31 06:41:47
3131 Log: Reveal even more symbols.
3133 ! Configure config_h.SH
3135 ! U/modified/Cppsym.U
3136 ____________________________________________________________________________
3137 [ 4931] By: jhi on 2000/01/31 06:21:41
3138 Log: Integrate with Sarathy.
3141 !> (integrate 29 files)
3142 ____________________________________________________________________________
3143 [ 4930] By: gsar on 2000/01/31 04:57:42
3144 Log: runtime now looks at the SVf_UTF8 bit on the SV to decide
3145 whether to use widechar semantics; lexer and RE engine continue
3146 to need "use utf8" to enable unicode awareness in literals
3147 and patterns (TODO: this needs to be fixed); $1 et al are marked
3148 SvUTF8 if the pattern was compiled for utf8 (TODO: propagating
3149 it from the data is probably better)
3151 ! doop.c gv.c mg.c op.c op.h pp.c pp_ctl.c pp_hot.c regcomp.c
3152 ! sv.c t/pragma/warn/doop t/pragma/warn/pp t/pragma/warn/sv
3153 ! t/pragma/warn/toke t/pragma/warn/utf8 toke.c utf8.h
3154 ____________________________________________________________________________
3155 [ 4929] By: gsar on 2000/01/31 04:17:09
3156 Log: remove caller.pm from change#3534 (flawed idea)
3159 ! MANIFEST pod/perldelta.pod pod/perlfunc.pod
3160 ____________________________________________________________________________
3161 [ 4928] By: gsar on 2000/01/31 04:16:01
3162 Log: fix factual regression (-e doesn't create temporary files anymore)
3164 ! pod/perlfilter.pod
3165 ____________________________________________________________________________
3166 [ 4927] By: gsar on 2000/01/30 21:27:12
3167 Log: introduce $^V (eq chr($revision) . chr($version) . chr($subversion));
3168 document version tuples
3170 ! gv.c pod/perldelta.pod pod/perlfunc.pod pod/perlop.pod
3172 ____________________________________________________________________________
3173 [ 4926] By: gsar on 2000/01/28 18:10:12
3174 Log: implement -follow option in find2perl (from Helmut Jarausch
3175 <jarausch@igpm.rwth-aachen.de>)
3177 ! lib/File/Find.pm x2p/find2perl.PL
3178 ____________________________________________________________________________
3179 [ 4925] By: gsar on 2000/01/28 18:03:28
3180 Log: document what chdir() without an argument does (from Mark-Jason
3181 Dominus <mjd@plover.com>)
3184 ____________________________________________________________________________
3185 [ 4924] By: gsar on 2000/01/28 17:49:34
3186 Log: README.cygwin update (from Eric Fifer <EFifer@sanwaint.com>)
3189 ____________________________________________________________________________
3190 [ 4923] By: gsar on 2000/01/28 17:10:08
3191 Log: avoid leaking lexicals into program being debugged (from Ilya
3195 ____________________________________________________________________________
3196 [ 4922] By: gsar on 2000/01/28 16:36:13
3197 Log: perldelta note about export list changes
3199 ! Changes pod/perldelta.pod
3200 ____________________________________________________________________________
3201 [ 4921] By: gsar on 2000/01/28 15:49:04
3202 Log: alias realpath() to abs_path() (from Tom Christiansen)
3205 ____________________________________________________________________________
3206 [ 4920] By: jhi on 2000/01/28 09:52:47
3207 Log: Cppsym fixup from Andy.
3209 ! Configure config_h.SH
3211 ! U/modified/Cppsym.U
3212 ____________________________________________________________________________
3213 [ 4919] By: jhi on 2000/01/28 09:52:22
3214 Log: In HP-UX no largefiles if no 64 bits.
3217 ____________________________________________________________________________
3218 [ 4918] By: jhi on 2000/01/28 09:03:37
3219 Log: The #4880 was too eager, the $n test is useful too.
3222 ____________________________________________________________________________
3223 [ 4917] By: jhi on 2000/01/28 06:27:50
3224 Log: Integrate with Sarathy.
3226 +> pod/perlapi.pod pod/perlintern.pod
3227 !> (integrate 39 files)
3228 ____________________________________________________________________________
3229 [ 4916] By: gsar on 2000/01/28 05:29:37
3230 Log: more exported symbols needed for build on windows
3232 ! embed.pl global.sym objXSUB.h perlapi.c pod/perlapi.pod
3233 ! pod/perlintern.pod t/lib/thread.t win32/win32.c
3234 ____________________________________________________________________________
3235 [ 4915] By: gsar on 2000/01/28 03:43:52
3236 Log: autogenerate API listing from comments in the source (from Benjamin
3237 Stuhl <sho_pi@hotmail.com>); fix the markup format to be more
3238 flexible for better readability; add missing docs in sv.c; regenerate
3241 + pod/perlapi.pod pod/perlintern.pod
3242 ! MANIFEST XSUB.h av.c av.h cop.h cv.h embed.pl global.sym gv.c
3243 ! gv.h handy.h hv.c hv.h intrpvar.h makedef.pl mg.c objXSUB.h
3244 ! op.c op.h perl.c perlapi.c pod/Makefile pod/buildtoc
3245 ! pod/perl.pod pod/perldelta.pod pod/perlguts.pod
3246 ! pod/perltoc.pod pod/roffitall pp.h scope.h sv.c sv.h thrdvar.h
3247 ! universal.c util.c
3248 ____________________________________________________________________________
3249 [ 4914] By: gsar on 2000/01/27 19:43:35
3250 Log: document unimplemented status of forking pipe open() on windows
3252 ! pod/perlfork.pod t/op/fork.t
3253 ____________________________________________________________________________
3254 [ 4913] By: jhi on 2000/01/27 11:18:51
3255 Log: Integrate with Sarathy.
3257 !> (integrate 51 files)
3258 ____________________________________________________________________________
3259 [ 4912] By: jhi on 2000/01/27 10:35:48
3260 Log: Cppsym update continues.
3262 ! Configure config_h.SH
3264 ! U/modified/Cppsym.U
3265 ____________________________________________________________________________
3266 [ 4911] By: gsar on 2000/01/27 08:04:17
3267 Log: add missing flag in change#4892
3270 ____________________________________________________________________________
3271 [ 4910] By: gsar on 2000/01/27 03:56:48
3272 Log: various pod nits identified by installhtml (all fixed except
3275 ! ext/B/B/C.pm ext/Devel/Peek/Peek.pm ext/File/Glob/Glob.pm
3276 ! ext/IO/lib/IO/Socket/INET.pm ext/IPC/SysV/SysV.pm
3277 ! ext/Thread/Thread.pm lib/Class/Struct.pm lib/File/Find.pm
3278 ! lib/File/Spec/VMS.pm lib/Pod/Html.pm lib/UNIVERSAL.pm
3279 ! pod/buildtoc pod/perlcompile.pod pod/perlfork.pod
3280 ! pod/perlre.pod pod/perltoc.pod pod/perltodo.pod
3281 ____________________________________________________________________________
3282 [ 4909] By: gsar on 2000/01/26 22:45:28
3286 ____________________________________________________________________________
3287 [ 4908] By: gsar on 2000/01/26 22:41:18
3291 ____________________________________________________________________________
3292 [ 4907] By: gsar on 2000/01/26 21:45:41
3293 Log: revised attribute syntax: C<my $foo :a :b :c>, C<my $foo : a b c>
3294 and C<my $foo : a : b : c> are all valid (from Spider Boardman)
3296 ! lib/AutoSplit.pm lib/SelfLoader.pm lib/attributes.pm
3297 ! pod/perldelta.pod pod/perldiag.pod pod/perlsub.pod
3298 ! t/op/attrs.t toke.c
3299 ____________________________________________________________________________
3300 [ 4906] By: gsar on 2000/01/26 20:16:39
3301 Log: pod typos and warnings (from Abigail <abigail@delanet.com>)
3303 ! README.win32 ext/B/B/Deparse.pm lib/Class/Struct.pm
3304 ____________________________________________________________________________
3305 [ 4905] By: gsar on 2000/01/26 19:10:26
3306 Log: s/STOP/CHECK/ blocks
3308 ! embedvar.h ext/B/B/Stash.pm ext/B/NOTES ext/B/O.pm intrpvar.h
3309 ! keywords.h keywords.pl lib/constant.pm op.c perl.c perlapi.h
3310 ! perly.c perly.y pod/perldelta.pod pod/perldiag.pod
3311 ! pod/perlfunc.pod pod/perlmod.pod pod/perlrun.pod
3312 ! pod/perlsub.pod pod/perltodo.pod sv.c t/op/misc.t toke.c
3314 ____________________________________________________________________________
3315 [ 4904] By: jhi on 2000/01/26 13:58:18
3316 Log: In UNICOS and UNICOS/mk after a successful fcntl F_SETFL
3317 of O_NONBLOCK a subsequent fcntl F_GETFL will return O_NDELAY.
3320 ____________________________________________________________________________
3321 [ 4903] By: jhi on 2000/01/26 11:16:34
3322 Log: Continue cpp symbol update.
3324 ! Configure config_h.SH
3326 ! U/modified/Cppsym.U
3327 ____________________________________________________________________________
3328 [ 4902] By: gsar on 2000/01/26 09:28:37
3329 Log: tweak exports list on Windows
3331 ! makedef.pl t/op/fork.t win32/win32.h
3332 ____________________________________________________________________________
3333 [ 4901] By: jhi on 2000/01/26 08:05:57
3334 Log: Integrate with Sarathy.
3336 !> Changes README.win32 lib/File/Path.pm lib/Getopt/Std.pm op.c
3337 !> pod/perldelta.pod pod/perldiag.pod t/op/grep.t
3338 !> t/pragma/strict-vars toke.c win32/Makefile win32/makefile.mk
3339 !> win32/win32.c win32/win32.h
3340 ____________________________________________________________________________
3341 [ 4900] By: jhi on 2000/01/26 07:59:05
3342 Log: s/d_nvpresuv/d_nv_preserves_uv/;
3343 plus cosmetic change for #4899.
3345 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
3348 ! U/modified/Cppsym.U
3349 Branch: metaconfig/U/perl
3351 ____________________________________________________________________________
3352 [ 4899] By: jhi on 2000/01/26 07:46:56
3353 Log: Update the scan of the cpp symbols.
3355 ! Configure config_h.SH
3357 ! U/modified/Cppsym.U
3358 ____________________________________________________________________________
3359 [ 4898] By: gsar on 2000/01/26 04:49:45
3360 Log: allow '--' to terminate argument processing (suggested by
3361 Marc Espie <espie@schutzenberger.liafa.jussieu.fr>)
3364 ____________________________________________________________________________
3365 [ 4897] By: gsar on 2000/01/26 02:42:38
3366 Log: change#3744 should have made grep more like map instead of the
3369 ! t/op/grep.t toke.c
3370 ____________________________________________________________________________
3371 [ 4896] By: gsar on 2000/01/26 00:56:14
3372 Log: integrate cfgperl contents into mainline
3374 +> vos/config.def vos/config.pl
3376 !> Configure MANIFEST config_h.SH hints/unicosmk.sh
3377 !> lib/Benchmark.pm pod/perldelta.pod pod/perlhist.pod pp.c
3378 !> vos/config.h vos/config_h.SH_orig
3379 ____________________________________________________________________________
3380 [ 4895] By: gsar on 2000/01/26 00:45:45
3381 Log: fix parse failure of (my $foo : bar) and similar (from Spider
3385 ____________________________________________________________________________
3386 [ 4894] By: gsar on 2000/01/26 00:33:53
3387 Log: avoid failure if directories already read by rmtree() are
3388 deleted by another process
3391 ____________________________________________________________________________
3392 [ 4893] By: gsar on 2000/01/25 23:19:18
3393 Log: typo in change#4892
3396 ____________________________________________________________________________
3397 [ 4892] By: gsar on 2000/01/25 22:16:19
3398 Log: eliminate need for perl95.exe on Windows 9x by working around CRT
3399 bug internally (from Benjamin Stuhl <sho_pi@hotmail.com>); modified
3400 to call the fixed version of open_osfhandle() only on Windows 9x;
3401 updated the makefiles and README.win32 to suit
3403 ! README.win32 win32/Makefile win32/makefile.mk win32/win32.c
3405 ____________________________________________________________________________
3406 [ 4891] By: gsar on 2000/01/25 20:22:01
3407 Log: produce redeclaration warning on C<our $foo; { our $foo; ... }>
3409 ! op.c pod/perldelta.pod pod/perldiag.pod t/pragma/strict-vars
3410 ____________________________________________________________________________
3411 [ 4890] By: gsar on 2000/01/25 19:21:17
3412 Log: update Makefile notes on the now deprecated USE_5005THREADS and
3415 ! win32/Makefile win32/makefile.mk
3416 ____________________________________________________________________________
3417 [ 4889] By: jhi on 2000/01/25 14:44:55
3418 Log: Misedit in #4888.
3421 ____________________________________________________________________________
3422 [ 4888] By: jhi on 2000/01/25 14:38:59
3423 Log: UNICOS/mk patches. Removing the _CRAYMPP test may be
3424 rash but it's the best move I can think of right now.
3425 UNICOS/mk doesn't anymore (2.0.4.82) define _CRAYMPP,
3426 but I think it did in the past.
3427 Removing the _CRAYMPP test fixes a legion of pack/unpack
3428 failures (hint: SHORTSIZE=4,INTSIZE=8,LONGSIZE=8).
3429 One subtest, t/lib/io_sock.t #14, is still failing.
3431 ! Configure config_h.SH hints/unicosmk.sh pp.c
3433 ! U/modified/Oldconfig.U
3434 ____________________________________________________________________________
3435 [ 4887] By: jhi on 2000/01/25 06:13:14
3436 Log: Integrate with Sarathy.
3438 !> Changes Makefile.SH XSUB.h cflags.SH embed.pl globals.c
3439 !> installperl lib/Pod/Html.pm makedef.pl mg.c objXSUB.h perl.h
3440 !> perlapi.c perlapi.h pod/perldelta.pod pod/perldiag.pod
3441 !> t/io/fs.t win32/Makefile win32/makefile.mk win32/perlhost.h
3442 !> win32/perllib.c win32/win32.c win32/win32.h
3443 ____________________________________________________________________________
3444 [ 4886] By: gsar on 2000/01/25 02:54:00
3445 Log: consistently use MAX_PATH+1 buffer sizes
3448 ____________________________________________________________________________
3449 [ 4885] By: gsar on 2000/01/25 02:51:35
3450 Log: workaround for rename('x','X') bug in Windows NT
3452 ! t/io/fs.t win32/win32.c
3453 ____________________________________________________________________________
3454 [ 4884] By: gsar on 2000/01/25 01:32:57
3455 Log: windows build fixups from uniform DLL name change to perl56.dll
3457 ! installperl makedef.pl win32/perllib.c
3458 ____________________________________________________________________________
3459 [ 4883] By: gsar on 2000/01/25 01:31:27
3460 Log: more fixes for warnings from change#4840
3463 ____________________________________________________________________________
3464 [ 4882] By: gsar on 2000/01/24 15:35:12
3465 Log: assorted little nits
3467 ! mg.c win32/Makefile win32/makefile.mk win32/perlhost.h
3469 ____________________________________________________________________________
3470 [ 4881] By: gsar on 2000/01/24 14:32:31
3471 Log: add new warnings to perldelta
3473 ! Changes pod/perldelta.pod pod/perldiag.pod
3474 ____________________________________________________________________________
3475 [ 4880] By: jhi on 2000/01/24 14:14:23
3476 Log: From: Stephane Payrard <properler@freesurf.fr>
3477 To: Gurusamy Sarathy <gsar@ActiveState.com>
3478 Cc: perl5-porters@perl.org
3479 Subject: <patch> avoid division by 0 in Benchmark.pm
3480 Date: Mon, 24 Jan 2000 16:15:38 +0100
3481 Message-ID: <20000124161538.A995@freesurf.fr>
3484 ____________________________________________________________________________
3485 [ 4879] By: gsar on 2000/01/24 14:14:20
3486 Log: force linkage of the function wrappers for globals in change#4878
3488 ! embed.pl globals.c perlapi.h win32/win32.h
3489 ____________________________________________________________________________
3490 [ 4878] By: gsar on 2000/01/24 13:04:45
3491 Log: enable function wrappers for access to globals under MULTIPLICITY
3492 (provides binary compatibility in the face of changes in interpreter
3495 ! Makefile.SH XSUB.h cflags.SH embed.pl makedef.pl objXSUB.h
3496 ! perl.h perlapi.c perlapi.h win32/Makefile win32/makefile.mk
3497 ____________________________________________________________________________
3498 [ 4877] By: jhi on 2000/01/24 11:41:57
3499 Log: perlhist update.
3502 ____________________________________________________________________________
3503 [ 4876] By: jhi on 2000/01/24 11:32:07
3504 Log: Updates on the large file support status.
3507 ____________________________________________________________________________
3508 [ 4875] By: jhi on 2000/01/24 11:23:16
3509 Log: Integrate with Sarathy.
3511 !> ext/DB_File/Makefile.PL ext/NDBM_File/NDBM_File.pm
3512 !> ext/ODBM_File/ODBM_File.pm lib/AutoSplit.pm
3513 !> lib/Math/Complex.pm lib/Math/Trig.pm lib/Shell.pm
3514 ____________________________________________________________________________
3515 [ 4874] By: gsar on 2000/01/24 10:43:03
3516 Log: fix typos; avoid use constant for lowercase constants (produces
3519 ! ext/DB_File/Makefile.PL lib/Math/Complex.pm lib/Math/Trig.pm
3521 ____________________________________________________________________________
3522 [ 4873] By: gsar on 2000/01/24 09:40:24
3523 Log: avoid warnings when there's no subs to autosplit
3526 ____________________________________________________________________________
3527 [ 4872] By: jhi on 2000/01/24 09:39:01
3528 Log: Create a tool for converting a config_h.SH into a VOS config.h.
3530 + vos/config.def vos/config.pl
3531 ! MANIFEST vos/config.h vos/config_h.SH_orig
3532 ____________________________________________________________________________
3533 [ 4871] By: gsar on 2000/01/24 09:15:20
3534 Log: typos in change#4623
3536 ! ext/NDBM_File/NDBM_File.pm ext/ODBM_File/ODBM_File.pm
3537 ____________________________________________________________________________
3538 [ 4870] By: jhi on 2000/01/24 06:43:19
3539 Log: Sync metaconfig units to comply with the typo fixes of #4869.
3541 ! Configure config_h.SH
3543 + U/modified/cf_email.U U/modified/so.U
3544 Branch: metaconfig/U/perl
3546 ____________________________________________________________________________
3547 [ 4869] By: jhi on 2000/01/24 06:04:31
3548 Log: Integrate with Sarathy.
3550 +> t/pragma/diagnostics.t
3551 !> (integrate 120 files)
3552 ____________________________________________________________________________
3553 [ 4868] By: gsar on 2000/01/23 21:49:28
3554 Log: on windows, set seek position to end for files opened in append mode
3555 (improves compatibility with Unix, avoids buffering issues)
3558 ____________________________________________________________________________
3559 [ 4867] By: gsar on 2000/01/23 21:19:31
3560 Log: change#4866 was flawed; revert and add better fix for warning
3563 ____________________________________________________________________________
3564 [ 4866] By: gsar on 2000/01/23 20:43:56
3565 Log: optimize away runtime code for our($foo) (also avoid warnings)
3568 ____________________________________________________________________________
3569 [ 4865] By: gsar on 2000/01/23 13:17:18
3570 Log: DB_File 1.72 update from Paul Marquess <paul.marquess@bt.com>
3572 ! ext/DB_File/Changes ext/DB_File/DB_File.pm
3573 ! ext/DB_File/DB_File.xs ext/DB_File/version.c
3574 ____________________________________________________________________________
3575 [ 4864] By: gsar on 2000/01/23 13:12:31
3576 Log: system('VAR123=foo cmd') wasn't invoking shell (de-locale-ized patch
3577 suggested by Dominic Dunlop <domo@computer.org>)
3580 ____________________________________________________________________________
3581 [ 4863] By: gsar on 2000/01/23 13:01:35
3582 Log: fix misclassified warnings
3585 ____________________________________________________________________________
3586 [ 4862] By: gsar on 2000/01/23 12:52:12
3587 Log: document bareword prototype incompatibility
3589 ! pod/perldelta.pod pod/perlsub.pod
3590 ____________________________________________________________________________
3591 [ 4861] By: gsar on 2000/01/23 12:32:25
3595 ____________________________________________________________________________
3596 [ 4860] By: gsar on 2000/01/23 12:23:48
3597 Log: s/use vars/our/g modules that aren't independently maintained on CPAN
3599 ! ext/B/B/Asmdata.pm ext/Data/Dumper/Dumper.pm
3600 ! ext/Devel/DProf/DProf.pm ext/Fcntl/Fcntl.pm
3601 ! ext/File/Glob/Glob.pm ext/GDBM_File/GDBM_File.pm
3602 ! ext/IO/lib/IO/Dir.pm ext/IO/lib/IO/File.pm
3603 ! ext/IO/lib/IO/Handle.pm ext/IO/lib/IO/Pipe.pm
3604 ! ext/IO/lib/IO/Poll.pm ext/IO/lib/IO/Seekable.pm
3605 ! ext/IO/lib/IO/Socket.pm ext/IO/lib/IO/Socket/INET.pm
3606 ! ext/IO/lib/IO/Socket/UNIX.pm ext/NDBM_File/NDBM_File.pm
3607 ! ext/ODBM_File/ODBM_File.pm ext/Opcode/Opcode.pm
3608 ! ext/Opcode/Safe.pm ext/POSIX/POSIX.pm
3609 ! ext/SDBM_File/SDBM_File.pm ext/Socket/Socket.pm
3610 ! ext/Thread/Thread.pm lib/AnyDBM_File.pm lib/AutoLoader.pm
3611 ! lib/AutoSplit.pm lib/Class/Struct.pm lib/Dumpvalue.pm
3612 ! lib/ExtUtils/Command.pm lib/ExtUtils/Install.pm
3613 ! lib/ExtUtils/Installed.pm lib/ExtUtils/Liblist.pm
3614 ! lib/ExtUtils/MM_VMS.pm lib/ExtUtils/Mksymlists.pm
3615 ! lib/ExtUtils/Packlist.pm lib/Fatal.pm lib/File/Basename.pm
3616 ! lib/File/Compare.pm lib/File/Copy.pm lib/File/Find.pm
3617 ! lib/File/Path.pm lib/File/stat.pm lib/FileHandle.pm
3618 ! lib/Math/Complex.pm lib/Math/Trig.pm lib/Net/Ping.pm
3619 ! lib/Net/hostent.pm lib/Net/netent.pm lib/Net/protoent.pm
3620 ! lib/Net/servent.pm lib/Shell.pm lib/Test.pm
3621 ! lib/Test/Harness.pm lib/Tie/Array.pm lib/Tie/Handle.pm
3622 ! lib/Time/gmtime.pm lib/Time/localtime.pm lib/User/grent.pm
3623 ! lib/User/pwent.pm lib/base.pm lib/caller.pm lib/constant.pm
3624 ! lib/diagnostics.pm lib/fields.pm lib/lib.pm lib/strict.pm
3625 ____________________________________________________________________________
3626 [ 4859] By: gsar on 2000/01/23 11:29:22
3627 Log: fix diagnostics to report "our" vs "my" correctly
3629 ! op.c pod/perldiag.pod
3630 ____________________________________________________________________________
3631 [ 4858] By: gsar on 2000/01/23 10:14:46
3632 Log: set api_version to 5.5.0 (binary compatibility needs to get tested
3636 ____________________________________________________________________________
3637 [ 4857] By: gsar on 2000/01/23 10:04:03
3638 Log: disallow our($foo::bar)
3640 ! pod/perldiag.pod toke.c
3641 ____________________________________________________________________________
3642 [ 4856] By: gsar on 2000/01/23 09:50:54
3643 Log: dprofpp can't find Devel::DProf::VERSION due to change#4852
3646 ____________________________________________________________________________
3647 [ 4855] By: gsar on 2000/01/23 09:36:51
3648 Log: new test (from Michael G Schwern <schwern@pobox.com>)
3650 + t/pragma/diagnostics.t
3652 ____________________________________________________________________________
3653 [ 4854] By: gsar on 2000/01/23 09:24:40
3654 Log: add PREREQ_PM to default template (suggested by Michael G Schwern
3655 <schwern@pobox.com>)
3658 ____________________________________________________________________________
3659 [ 4853] By: gsar on 2000/01/23 09:08:30
3660 Log: cygwin update (from Eric Fifer <EFifer@sanwaint.com>)
3662 ! cygwin/Makefile.SHs hints/cygwin.sh t/io/tell.t
3663 ____________________________________________________________________________
3664 [ 4852] By: gsar on 2000/01/23 08:52:44
3665 Log: mark some extensions as "special versions" to avoid CPAN indexer
3666 confusion (from Ilya Zakharevich)
3668 ! ext/Devel/DProf/DProf.pm ext/Devel/Peek/Peek.pm
3669 ____________________________________________________________________________
3670 [ 4851] By: gsar on 2000/01/23 08:48:46
3671 Log: prefer POSIX::uname() rather than syscalls, which require attempting
3672 to load syscall.ph (from David Huggins-Daines <dhd@eradicator.org>)
3674 ! lib/Sys/Hostname.pm
3675 ____________________________________________________________________________
3676 [ 4850] By: gsar on 2000/01/23 08:36:43
3677 Log: integrate cfgperl contents into mainline
3679 !> Configure Policy_sh.SH Porting/Glossary Porting/config.sh
3680 !> Porting/config_H config_h.SH perl.h
3681 ____________________________________________________________________________
3682 [ 4849] By: gsar on 2000/01/23 08:17:30
3683 Log: fix localization in while BLOCK when there is a continue BLOCK
3684 by introducing an explicit scope (c.f. change#4848)
3686 ! op.c pp_ctl.c t/cmd/while.t
3687 ____________________________________________________________________________
3688 [ 4848] By: gsar on 2000/01/23 06:43:51
3689 Log: fix scope cleanup when next jumps to a continue block; this is rather
3690 in the nature of a kludge; it doesn't fix the longstanding bug that
3691 makes C<while (!$x++) { local $x = 7 } continue { print $x }> print "7"
3694 ! pp_ctl.c t/cmd/while.t
3695 ____________________________________________________________________________
3696 [ 4847] By: gsar on 2000/01/23 04:47:25
3697 Log: don't warn about masked lexical in C<if (my $x = 1) { my $x; }>,
3698 C<while (my $x = foo()) { my $x = bar(); }> etc.
3701 ____________________________________________________________________________
3702 [ 4846] By: gsar on 2000/01/23 04:44:17
3703 Log: avoid warnings in change#4839
3706 ____________________________________________________________________________
3707 [ 4845] By: gsar on 2000/01/22 13:12:38
3708 Log: Configure typos (from Ray Phillips <r.phillips@mailbox.uq.edu.au>)
3711 ____________________________________________________________________________
3712 [ 4844] By: gsar on 2000/01/22 12:46:26
3713 Log: wrong category for exec() warning
3715 ! op.c pod/perlop.pod
3716 ____________________________________________________________________________
3717 [ 4843] By: gsar on 2000/01/22 12:42:40
3718 Log: fix line continuations in argument lists (from Helmut Jarausch)
3720 ! lib/ExtUtils/xsubpp
3721 ____________________________________________________________________________
3722 [ 4842] By: gsar on 2000/01/22 12:34:39
3723 Log: CGI.pm upgraded to v2.56 from CPAN
3725 ! eg/cgi/index.html lib/CGI.pm lib/CGI/Apache.pm
3726 ! lib/CGI/Cookie.pm lib/CGI/Pretty.pm lib/CGI/Switch.pm
3728 ____________________________________________________________________________
3729 [ 4841] By: gsar on 2000/01/22 12:07:23
3730 Log: avoid warnings due to lack of forward declarations
3733 ____________________________________________________________________________
3734 [ 4840] By: gsar on 2000/01/22 12:04:30
3735 Log: heavy cleanup of Pod::Html bug fixes (from Wolfgang Laun
3736 <wolfgang.laun@alcatel.at>)
3739 ____________________________________________________________________________
3740 [ 4839] By: gsar on 2000/01/22 11:57:24
3741 Log: better Carp reporting within subclassed modules (from Wolfgang Laun
3742 <wolfgang.laun@alcatel.at>)
3744 ! lib/Carp/Heavy.pm pod/perldelta.pod
3745 ____________________________________________________________________________
3746 [ 4838] By: gsar on 2000/01/22 10:53:06
3747 Log: truncate(FH) flushes FH before truncating it
3749 ! pp_sys.c t/io/fs.t
3750 ____________________________________________________________________________
3751 [ 4837] By: gsar on 2000/01/22 10:37:16
3752 Log: #line directives without a filename leave the file name as it was
3753 instead of setting it to the script name (from Andrew Pimlott
3754 <andrew@pimlott.ne.mediaone.net>)
3757 ____________________________________________________________________________
3758 [ 4836] By: gsar on 2000/01/22 10:06:53
3759 Log: add patch for printf-style format typechecks (from Robin Barker
3760 <rmb1@cise.npl.co.uk>); fixes for problems so identified
3762 ! XSUB.h doio.c dump.c embed.pl gv.c op.c perl.c perl.h pp_ctl.c
3763 ! pp_hot.c pp_sys.c proto.h regcomp.c sv.c toke.c
3764 ____________________________________________________________________________
3765 [ 4835] By: gsar on 2000/01/22 08:42:52
3766 Log: From: John Tobey <jtobey@isay.com>
3767 Date: Thu, 16 Dec 1999 20:20:38 -0500
3768 Message-Id: <E11ym4U-0000c7-00@einstein.localnet>
3769 Subject: [ID 19991216.006] [PATCH 5.005_63] Reloading modules that use 'fields'
3771 ! lib/base.pm lib/fields.pm t/lib/fields.t
3772 ____________________________________________________________________________
3773 [ 4834] By: gsar on 2000/01/22 08:08:08
3774 Log: fix deeply nested closures that have no references to lexical in
3777 ! embed.h embed.pl op.c proto.h t/op/closure.t
3778 ____________________________________________________________________________
3779 [ 4833] By: gsar on 2000/01/21 17:04:21
3782 ! lib/Text/Soundex.pm lib/Tie/Handle.pm
3783 ____________________________________________________________________________
3784 [ 4832] By: gsar on 2000/01/21 16:49:09
3785 Log: fix bug in dumping self-referential scalars
3787 ! ext/Data/Dumper/Dumper.pm ext/Data/Dumper/Dumper.xs
3789 ____________________________________________________________________________
3790 [ 4831] By: jhi on 2000/01/21 09:16:07
3791 Log: Integrate with Sarathy.
3793 +> t/op/exists_sub.t
3794 !> INSTALL MANIFEST embed.h embed.pl global.sym objXSUB.h op.c
3795 !> op.h perlapi.c pod/perldelta.pod pod/perldiag.pod
3796 !> pod/perlfunc.pod pod/perlop.pod pod/perlvar.pod pp.c pp_hot.c
3797 !> pp_sys.c proto.h sv.c sv.h t/pragma/warn/pp_hot
3798 !> t/pragma/warn/pp_sys util.c utils/h2xs.PL
3799 ____________________________________________________________________________
3800 [ 4830] By: gsar on 2000/01/21 04:28:08
3801 Log: patch to report warnings on bogus filehandles passed to flock(),
3802 more consistent warnings, from Greg Bacon <gbacon@itsc.uah.edu>
3805 ! embed.h embed.pl global.sym objXSUB.h perlapi.c
3806 ! pod/perldiag.pod pp_hot.c pp_sys.c proto.h
3807 ! t/pragma/warn/pp_hot t/pragma/warn/pp_sys util.c
3808 ____________________________________________________________________________
3809 [ 4829] By: gsar on 2000/01/21 03:43:46
3813 ____________________________________________________________________________
3814 [ 4828] By: gsar on 2000/01/21 03:32:31
3815 Log: notes about $^H and %^H from Ilya Zakharevich; substantial
3816 fixups of faulty facts and prose
3819 ____________________________________________________________________________
3820 [ 4827] By: gsar on 2000/01/21 01:45:51
3821 Log: support for C<exists &func> (from Spider Boardman)
3824 ! MANIFEST op.c op.h pod/perldelta.pod pod/perldiag.pod
3825 ! pod/perlfunc.pod pp.c
3826 ____________________________________________________________________________
3827 [ 4826] By: gsar on 2000/01/21 01:35:46
3828 Log: mention the fact that open(my $foo, ...) covers all handle
3832 ____________________________________________________________________________
3833 [ 4825] By: gsar on 2000/01/21 01:03:34
3834 Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
3835 Date: Wed, 19 Jan 2000 15:05:11 -0500
3836 Message-ID: <20000119150511.A22859@monk.mps.ohio-state.edu>
3837 Subject: [PATCH 5.005_63] h2xs goof and a depessimization
3840 ____________________________________________________________________________
3841 [ 4824] By: gsar on 2000/01/20 19:14:26
3842 Log: INSTALL updates from Andy Dougherty
3845 ____________________________________________________________________________
3846 [ 4823] By: gsar on 2000/01/20 08:40:13
3847 Log: sv_true() has a superfluous test
3850 ____________________________________________________________________________
3851 [ 4822] By: bailey on 2000/01/20 02:03:35
3852 Log: Minor cosmetic updates
3855 ____________________________________________________________________________
3856 [ 4821] By: bailey on 2000/01/20 00:25:30
3857 Log: Quick integration of mainline changes to date
3859 +> (branch 74 files)
3860 - eg/cgi/dna.small.gif.uu eg/cgi/wilogo.gif.uu epoc/config.h
3861 - epoc/perl.mmp epoc/perl.pkg ext/DynaLoader/dl_cygwin.xs
3862 - lib/Pod/PlainText.pm lib/unicode/Eq/Latin1
3863 - lib/unicode/Eq/Unicode lib/unicode/Jamo-2.txt
3864 - lib/unicode/Unicode.html lib/unicode/UnicodeData-Latest.txt
3865 - lib/warning.pm os2/POSIX.mkfifo warning.h
3866 !> (integrate 462 files)
3867 ____________________________________________________________________________
3868 [ 4820] By: jhi on 2000/01/19 22:46:42
3869 Log: More robust inc_version_list from Andy.
3871 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
3874 ! U/installdirs/inc_version_list.U
3875 ____________________________________________________________________________
3876 [ 4819] By: jhi on 2000/01/19 17:36:56
3877 Log: Add NV_PRESERVES_UV.
3879 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
3880 ! config_h.SH perl.h
3882 ! U/protos/selecttype.U
3883 Branch: metaconfig/U/perl
3886 ____________________________________________________________________________
3887 [ 4818] By: jhi on 2000/01/19 08:13:05
3888 Log: Integrate with Sarathy.
3890 !> Changes Configure win32/config.bc win32/config.gc
3891 !> win32/config.vc win32/config_H.bc win32/config_H.gc
3892 !> win32/config_H.vc
3893 ____________________________________________________________________________
3894 [ 4817] By: gsar on 2000/01/19 05:25:43
3895 Log: regen win32/config*
3897 ! Configure win32/config.bc win32/config.gc win32/config.vc
3898 ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
3899 ____________________________________________________________________________
3900 [ 4816] By: jhi on 2000/01/18 21:19:10
3901 Log: Policy patch from Andy for installation directories,
3902 removing the $apiversion.
3905 ____________________________________________________________________________
3906 [ 4815] By: jhi on 2000/01/18 21:11:03
3907 Log: Move _GNU_SOURCE into config_h.SH awaay from Configure
3908 as suggested by Andy.
3910 ! Configure config_h.SH
3912 ! U/compline/d_gnulibc.U U/modified/cc.U
3913 ____________________________________________________________________________
3914 [ 4814] By: gsar on 2000/01/18 20:48:10
3915 Log: integrate cfgperl changes into mainline
3918 !> Configure Porting/Glossary Porting/config.sh Porting/config_H
3919 !> Porting/pumpkin.pod config_h.SH doop.c patchlevel.h perl.c
3920 !> perl.h t/lib/posix.t t/op/pack.t utf8.c
3921 ____________________________________________________________________________
3922 [ 4813] By: jhi on 2000/01/18 19:41:33
3923 Log: metaconfig todo note from Andy.
3925 ! Configure config_h.SH
3927 ! U/installdirs/inc_version_list.U
3928 ____________________________________________________________________________
3929 [ 4812] By: jhi on 2000/01/18 15:02:55
3933 ____________________________________________________________________________
3934 [ 4811] By: jhi on 2000/01/18 10:35:30
3935 Log: More compile-time options shown with -V.
3938 ____________________________________________________________________________
3939 [ 4810] By: jhi on 2000/01/17 08:35:49
3940 Log: Add -D_GNU_SOURCE into ccflags for gcc (for now to expose
3941 the strtold() and qgcvt() prototypes for long doubles, but
3942 it should be okay in any case); fix bad assumptions in the
3943 test suite about string->float conversions; though the out
3944 parameter of strtold() (and strtoll()) is unused, it is nicer
3945 to have it in correct type.
3947 ! Configure config_h.SH perl.h t/lib/posix.t t/op/pack.t
3950 ____________________________________________________________________________
3951 [ 4809] By: jhi on 2000/01/16 19:21:18
3952 Log: strtoll works better ternary.
3955 ____________________________________________________________________________
3956 [ 4808] By: jhi on 2000/01/16 19:12:58
3959 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
3960 ! config_h.SH perl.h
3961 ____________________________________________________________________________
3962 [ 4807] By: jhi on 2000/01/16 17:57:03
3963 Log: Integrate with Sarathy.
3965 !> dump.c gv.c gv.h lib/vars.pm op.c op.h perl.h pod/perlfunc.pod
3966 !> sv.c sv.h t/pragma/strict-vars toke.c util.c
3967 ____________________________________________________________________________
3968 [ 4806] By: jhi on 2000/01/16 16:37:47
3969 Log: Continue qgcvt work; closer now but not yet there.
3971 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
3972 ! config_h.SH doop.c utf8.c
3974 ! U/compline/d_gconvert.U
3975 Branch: metaconfig/U/perl
3977 ____________________________________________________________________________
3978 [ 4805] By: jhi on 2000/01/15 22:26:16
3979 Log: Metaconfig and Porting patches from Andy; start using the new
3980 long long and long double thingies from #4804; regen Configure.
3982 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
3983 ! Porting/pumpkin.pod config_h.SH patchlevel.h perl.h util.c
3985 + U/dist_patches/dist-p70a U/dist_patches/dist-p70b
3986 + U/dist_patches/dist-p70c U/installdirs/inc_version_list.U
3987 + U/modified/myhostname.U U/modified/nis.U U/nullified/fpu.U
3989 ! U/README U/compline/d_gconvert.U U/installdirs/sitearch.U
3990 ! U/installdirs/sitelib.U U/installdirs/vendorarch.U
3991 ! U/installdirs/vendorlib.U U/modified/Cppsym.U U/modified/Loc.U
3992 ! U/modified/Oldconfig.U U/modified/Signal.U
3993 ! U/modified/sig_name.U U/threads/usethreads.U
3994 Branch: metaconfig/U/perl
3995 ! d_qgcvt.U d_strtold.U d_strtoll.U d_strtoq.U d_strtoull.U
3996 ! d_strtouq.U dlsrc.U i_db.U libperl.U patchlevel.U
4000 ____________________________________________________________________________
4001 [ 4804] By: jhi on 2000/01/14 14:22:24
4002 Log: Add more quad/long long/long double sciency.
4003 Branch: metaconfig/U/perl
4004 + d_qgcvt.U d_strtold.U d_strtoll.U d_strtoq.U d_strtoull.U
4006 ____________________________________________________________________________
4007 [ 4803] By: gsar on 2000/01/14 04:40:49
4008 Log: minor optimization (avoid double sv_upgrade() for "our Foo $bar;")
4011 ____________________________________________________________________________
4012 [ 4802] By: gsar on 2000/01/14 04:35:55
4013 Log: add note about "our"
4016 ____________________________________________________________________________
4017 [ 4801] By: gsar on 2000/01/14 04:16:51
4018 Log: nailed "our" declarations, and better warnings on duplicate
4021 ! dump.c gv.c gv.h op.c pod/perlfunc.pod sv.c sv.h
4022 ! t/pragma/strict-vars toke.c
4023 ____________________________________________________________________________
4024 [ 4800] By: gsar on 2000/01/14 01:27:13
4025 Log: avoid spurious "Useless use of variable" warning on C<our $foo;>
4028 ____________________________________________________________________________
4029 [ 4799] By: gsar on 2000/01/14 01:17:15
4033 ____________________________________________________________________________
4034 [ 4798] By: jhi on 2000/01/13 16:31:34
4035 Log: Integrate with Sarathy.
4037 +> epoc/config.sh epoc/epocish.c epoc/link.pl
4038 +> ext/DynaLoader/XSLoader_pm.PL ext/DynaLoader/hints/openbsd.pl
4039 +> ext/IPC/SysV/hints/cygwin.pl ext/NDBM_File/hints/cygwin.pl
4040 +> ext/ODBM_File/hints/cygwin.pl lib/byte.pm lib/byte_heavy.pl
4041 +> lib/unicode/Unicode.300 pod/perlfork.pod t/lib/glob-case.t
4042 +> win32/perlhost.h win32/vdir.h win32/vmem.h
4043 - epoc/Config.pm epoc/autosplit.pl epoc/config.h epoc/perl.mmp
4044 - epoc/perl.pkg ext/DynaLoader/dl_cygwin.xs
4045 - lib/unicode/UnicodeData-Latest.txt os2/POSIX.mkfifo
4046 !> (integrate 282 files)
4047 ____________________________________________________________________________
4048 [ 4797] By: gsar on 2000/01/13 08:12:56
4049 Log: clearer docs for change#4796; faster av_exists()
4051 ! av.c pod/perldelta.pod pod/perldiag.pod pod/perlfunc.pod
4052 ____________________________________________________________________________
4053 [ 4796] By: gsar on 2000/01/13 06:49:03
4054 Log: support delete() and exists() on array, tied array, and pseudo-hash
4057 ! av.c embed.h embed.pl global.sym lib/Tie/Array.pm
4058 ! lib/Tie/Hash.pm objXSUB.h op.c perlapi.c pod/perldelta.pod
4059 ! pod/perlfunc.pod pod/perlref.pod pod/perltie.pod pp.c proto.h
4060 ! t/op/avhv.t t/op/delete.t
4061 ____________________________________________________________________________
4062 [ 4795] By: gsar on 2000/01/11 20:52:30
4063 Log: extend site_perl changes change#4773 to vendor_perl as well
4066 ____________________________________________________________________________
4067 [ 4794] By: gsar on 2000/01/11 19:18:50
4068 Log: rework INSTALL to reflect new logic for versioning sitelibs
4071 ____________________________________________________________________________
4072 [ 4793] By: gsar on 2000/01/11 01:44:00
4073 Log: test for change#4792
4076 ____________________________________________________________________________
4077 [ 4792] By: gsar on 2000/01/11 01:22:36
4078 Log: pseudo forked children inherit environment correctly
4081 ____________________________________________________________________________
4082 [ 4791] By: gsar on 2000/01/10 19:14:03
4086 ____________________________________________________________________________
4087 [ 4790] By: gsar on 2000/01/10 18:56:16
4088 Log: check for USE_ITHREADS sanity was too restrictive
4091 ____________________________________________________________________________
4092 [ 4789] By: gsar on 2000/01/10 18:30:24
4093 Log: add workaround for textmode read() bug in MSVCRT; make chdir() do
4094 a real SetCurrentDirectory() in toplevel host
4096 ! README.win32 win32/Makefile win32/makefile.mk win32/perlhost.h
4097 ! win32/vdir.h win32/win32.c
4098 ____________________________________________________________________________
4099 [ 4782] By: gsar on 2000/01/10 05:27:03
4100 Log: EPOC port update (from Olaf Flebbe <O.Flebbe@science-computing.de>)
4102 + epoc/config.sh epoc/epocish.c epoc/link.pl
4103 - epoc/Config.pm epoc/autosplit.pl epoc/config.h epoc/perl.mmp
4105 ! MANIFEST README.epoc epoc/createpkg.pl epoc/epoc.c
4106 ! epoc/epoc_stubs.c epoc/epocish.h ext/IO/lib/IO/Socket.pm
4107 ! lib/Sys/Hostname.pm
4108 ____________________________________________________________________________
4109 [ 4781] By: gsar on 2000/01/10 05:11:03
4110 Log: pod typos (from Abigail <abigail@delanet.com>)
4112 ! pod/perl.pod pod/perllexwarn.pod pod/perlxstut.pod
4113 ____________________________________________________________________________
4114 [ 4780] By: gsar on 2000/01/10 05:07:35
4115 Log: failing RE test added (from Robert Cunningham <rkc@ll.mit.edu>)
4118 ____________________________________________________________________________
4119 [ 4779] By: gsar on 2000/01/10 05:06:16
4120 Log: terminate -s switch processing only on C<-->, not on C<--foo>
4123 ____________________________________________________________________________
4124 [ 4778] By: gsar on 2000/01/10 04:38:45
4125 Log: useithreads needs usemultiplicity
4128 ____________________________________________________________________________
4129 [ 4777] By: gsar on 2000/01/10 01:18:04
4130 Log: use $Config{version} rather than $] where appropriate
4132 ! lib/CPAN.pm lib/ExtUtils/Installed.pm lib/ExtUtils/MM_Unix.pm
4133 ! lib/ExtUtils/Mksymlists.pm lib/Pod/Man.pm lib/diagnostics.pm
4135 ____________________________________________________________________________
4136 [ 4776] By: gsar on 2000/01/10 00:11:34
4137 Log: enable fork.t on windows
4140 ____________________________________________________________________________
4141 [ 4775] By: gsar on 2000/01/10 00:07:29
4142 Log: broken test for use5005threads
4145 ____________________________________________________________________________
4146 [ 4774] By: gsar on 2000/01/09 23:56:37
4147 Log: more windows build tweaks
4149 ! installperl makedef.pl win32/Makefile win32/config_H.bc
4150 ! win32/config_H.gc win32/config_H.vc win32/config_sh.PL
4152 ____________________________________________________________________________
4153 [ 4773] By: gsar on 2000/01/09 22:27:19
4154 Log: more changes for new-style version numbers (versions numbers on
4155 the filesystem look like 5.5.640, except on DOS-DJGPP and VMS where
4156 they look like 5_5_640; delete @Config{pm_apiversion,xs_apiversion};
4157 split $Config{apiversion} into three, @Config{apirevision,apiversion,
4158 apisubversion} for CPP friendliness; $Config{sitelib} now defaults
4159 to .../site_perl/$version, just like $Config{privlib}, making sitelib
4160 completely independent across versions and substantially eliminating
4161 chances of breaking older installations by overwriting newly built
4162 extensions; all this means compatibility inclusions for @INC will need
4163 to take into account older sitelib versions (this still TODO)
4165 windows, vms, dos tweaks for the above
4167 ! Changes Configure INSTALL Porting/config.sh Porting/config_H
4168 ! config_h.SH configure.com dosish.h installman installperl
4169 ! patchlevel.h perl.c perl.h vms/vmsish.h win32/Makefile
4170 ! win32/config.bc win32/config.gc win32/config.vc
4171 ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
4172 ! win32/config_h.PL win32/config_sh.PL win32/makefile.mk
4174 ____________________________________________________________________________
4175 [ 4772] By: gsar on 2000/01/09 19:05:33
4176 Log: s/usethreads/use5005threads/g
4178 ! myconfig.SH t/lib/english.t t/lib/thread.t t/op/nothread.t
4179 ____________________________________________________________________________
4180 [ 4771] By: gsar on 2000/01/09 18:51:50
4181 Log: Configure changes for new-style version numbers (from Andy Dougherty,
4184 ! Configure INSTALL Porting/Glossary Porting/config.sh
4185 ! Porting/config_H config_h.SH perl.h win32/Makefile
4186 ! win32/config.bc win32/config.gc win32/config.vc
4188 ____________________________________________________________________________
4189 [ 4770] By: gsar on 2000/01/07 22:18:54
4190 Log: fix for 'make utest' failures (from Ilya Zakharevich)
4193 ____________________________________________________________________________
4194 [ 4769] By: gsar on 2000/01/07 18:23:16
4195 Log: cygwin update (from Eric Fifer <EFifer@sanwaint.com>)
4197 + ext/IPC/SysV/hints/cygwin.pl ext/NDBM_File/hints/cygwin.pl
4198 + ext/ODBM_File/hints/cygwin.pl
4199 ! Configure INSTALL MANIFEST ext/POSIX/Makefile.PL
4200 ! hints/cygwin.sh installman installperl lib/Cwd.pm
4201 ! lib/ExtUtils/MakeMaker.pm lib/File/Spec/Unix.pm lib/perl5db.pl
4202 ! perlsdio.h t/op/magic.t t/op/stat.t utils/perlcc.PL
4203 ____________________________________________________________________________
4204 [ 4768] By: gsar on 2000/01/07 18:12:15
4205 Log: typo on h2xs.PL (from Helmut Jarausch)
4208 ____________________________________________________________________________
4209 [ 4767] By: gsar on 2000/01/07 17:58:45
4210 Log: VMS update (from Peter Prymmer <pvhp@forte.com>)
4212 ! README.vms configure.com vms/subconfigure.com
4213 ____________________________________________________________________________
4214 [ 4766] By: gsar on 2000/01/07 17:54:05
4215 Log: os2/POSIX.mkfifo not needed (from Yitzchak Scott-Thoennes
4219 ! MANIFEST README.os2
4220 ____________________________________________________________________________
4221 [ 4765] By: gsar on 2000/01/06 20:11:46
4222 Log: add workaround for dlopen() bug on OpenBSD (relative paths that
4223 match /^lib/ won't load properly)
4225 + ext/DynaLoader/hints/openbsd.pl
4226 ! Changes MANIFEST ext/DynaLoader/dl_dlopen.xs
4227 ____________________________________________________________________________
4228 [ 4764] By: gsar on 2000/01/06 19:51:08
4229 Log: add undocumented globals for compatibility--find.pl, and find2perl
4230 generated code need them (from Helmut Jarausch <jarausch@igpm.rwth-aachen.de>)
4233 ____________________________________________________________________________
4234 [ 4763] By: gsar on 2000/01/06 10:51:07
4235 Log: fix various C-backend shenanigans
4238 ____________________________________________________________________________
4239 [ 4762] By: gsar on 2000/01/06 04:09:00
4240 Log: tweak test in change#4757 for Windows
4243 ____________________________________________________________________________
4244 [ 4761] By: gsar on 2000/01/06 02:55:30
4245 Log: USE_ITHREADS tweak (reused pad values could be SvREADONLY if
4246 they belonged to freed OP_CONSTs)
4249 ____________________________________________________________________________
4250 [ 4760] By: gsar on 2000/01/06 00:22:40
4251 Log: constant ranges could escape bareword check in list context
4253 ! op.c t/pragma/strict-subs
4254 ____________________________________________________________________________
4255 [ 4759] By: gsar on 2000/01/05 20:52:50
4256 Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
4257 Date: Wed, 05 Jan 2000 15:23:18 EST
4258 Message-Id: <20000105152318.A7400@monk.mps.ohio-state.edu>
4259 Subject: Re: minimal m//g matches appear busted
4261 ! regexec.c t/op/pat.t
4262 ____________________________________________________________________________
4263 [ 4758] By: gsar on 2000/01/05 12:49:40
4264 Log: various nits identified by warnings unmasked by recent changes
4266 ! ext/B/Makefile.PL lib/ExtUtils/Install.pm pod/perlfunc.pod
4267 ____________________________________________________________________________
4268 [ 4757] By: gsar on 2000/01/05 12:48:10
4269 Log: severe bugs in change#3786 fixed
4271 ! doio.c t/io/open.t
4272 ____________________________________________________________________________
4273 [ 4756] By: gsar on 2000/01/05 11:25:10
4274 Log: tweak change#4745 to make ebcdic output match for chars <= 037
4276 ! ext/Data/Dumper/Dumper.pm
4277 ____________________________________________________________________________
4278 [ 4755] By: gsar on 2000/01/05 06:56:05
4279 Log: cygwin support tweaks (from Eric Fifer <EFifer@sanwaint.com>)
4281 ! Configure util.c utils/perlcc.PL
4282 ____________________________________________________________________________
4283 [ 4754] By: gsar on 2000/01/05 06:52:25
4284 Log: avoid expensive Version_check (from Andreas Koenig)
4286 ! Changes lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_VMS.pm
4287 ! lib/ExtUtils/MM_Win32.pm lib/ExtUtils/MakeMaker.pm
4288 ____________________________________________________________________________
4289 [ 4753] By: gsar on 2000/01/05 06:48:22
4290 Log: From: andreas.koenig@anima.de (Andreas J. Koenig)
4291 Date: 03 Jan 2000 21:56:02 +0100
4292 Message-ID: <sfcvh5azxgd.fsf@hohenstaufen.in-berlin.de>
4293 Subject: Reloading File::Copy
4295 ! Changes lib/File/Copy.pm t/lib/filecopy.t
4296 ____________________________________________________________________________
4297 [ 4752] By: gsar on 2000/01/04 01:19:20
4298 Log: s/USE_TEXTMODE_SCRIPTS/PERL_TEXTMODE_SCRIPTS/g
4300 ! win32/Makefile win32/makefile.mk win32/win32.h
4301 ____________________________________________________________________________
4302 [ 4751] By: gsar on 2000/01/03 18:26:08
4303 Log: avoid using (custom) autoloader in MakeMaker (from Andreas Koenig)
4305 ! lib/ExtUtils/MakeMaker.pm
4306 ____________________________________________________________________________
4307 [ 4750] By: gsar on 2000/01/02 21:58:02
4308 Log: make DProf look at $ENV{PERL_DPROF_OUT_FILE_NAME} to make it possible
4309 to write to a file other than tmon.out (suggested by Haakon Alstadheim
4310 <Haakon.Alstadheim@sds.no>)
4312 ! ext/Devel/DProf/DProf.pm ext/Devel/DProf/DProf.xs
4313 ____________________________________________________________________________
4314 [ 4749] By: gsar on 2000/01/02 21:37:29
4315 Log: disable optimization in change#3612 for join() and quotemeta()--this
4316 removes all the gross hacks for the special cases in that change; fix
4317 pp_concat() for when TARG == arg (modified version of patch suggested
4318 by Ilya Zakharevich)
4320 ! op.c opcode.h opcode.pl pp_hot.c sv.c t/op/lex_assign.t
4321 ____________________________________________________________________________
4322 [ 4748] By: gsar on 2000/01/02 20:26:06
4323 Log: MakeMaker should attempt to "require" rather than "use" prerequisites
4324 to avoid imports (from Michael G Schwern <schwern@pobox.com>)
4326 ! lib/ExtUtils/MakeMaker.pm
4327 ____________________________________________________________________________
4328 [ 4747] By: gsar on 2000/01/02 20:17:36
4329 Log: fix 4-arg substr() when used as argument to subroutine
4331 ! pp.c t/op/substr.t
4332 ____________________________________________________________________________
4333 [ 4746] By: gsar on 2000/01/02 18:45:58
4334 Log: usethreads build fixups for NeXTstep (as suggested by Hans Mulder)
4336 ! embed.h embed.pl ext/DynaLoader/dl_beos.xs
4337 ! ext/DynaLoader/dl_dlopen.xs ext/DynaLoader/dl_hpux.xs
4338 ! ext/DynaLoader/dl_next.xs ext/DynaLoader/dl_rhapsody.xs
4339 ! perlapi.c proto.h thread.h util.c
4340 ____________________________________________________________________________
4341 [ 4745] By: gsar on 2000/01/02 18:15:44
4342 Log: ebcdic fix for Data::Dumper from Peter Prymmer
4344 ! ext/Data/Dumper/Dumper.pm regcomp.c
4345 ____________________________________________________________________________
4346 [ 4744] By: gsar on 1999/12/31 22:42:23
4347 Log: missing files in previous submit
4349 ! embed.h embed.pl ext/Devel/DProf/DProf.xs globals.c
4350 ! lib/ExtUtils/MM_Unix.pm objXSUB.h perlapi.c proto.h
4351 ____________________________________________________________________________
4352 [ 4743] By: gsar on 1999/12/31 06:47:18
4353 Log: various Windows build tweaks
4356 ____________________________________________________________________________
4357 [ 4742] By: gsar on 1999/12/30 21:32:36
4358 Log: change#4705 breaks code that interpolates $], so leave string value
4359 of $] as it was for compatibility (and perhaps introduce $^V or similar
4360 for the utf8 representation, maybe?)
4363 ____________________________________________________________________________
4364 [ 4741] By: gsar on 1999/12/30 19:36:21
4365 Log: avoid CRLF in byteloadable files created by perlcc
4368 ____________________________________________________________________________
4369 [ 4740] By: gsar on 1999/12/30 19:35:07
4370 Log: leave DATA open in binmode if __END__ line doesn't have CRLF
4372 ! pod/perldelta.pod toke.c
4373 ____________________________________________________________________________
4374 [ 4739] By: gsar on 1999/12/30 05:44:21
4375 Log: enable the PERL_BINMODE_SCRIPTS behavior by default on Windows
4376 to allow ByteLoader to work; the DATA filehandles continue to
4377 be left open in text mode for compatibility
4379 ! embed.h embed.pl objXSUB.h pod/perldelta.pod proto.h sv.c
4380 ! toke.c win32/Makefile win32/makefile.mk win32/win32.c
4382 ____________________________________________________________________________
4383 [ 4738] By: gsar on 1999/12/30 04:36:12
4384 Log: CR-LF support broken for formats
4387 ____________________________________________________________________________
4388 [ 4737] By: gsar on 1999/12/29 22:30:52
4389 Log: make DProf functional under pseudo-fork()
4391 ! ext/Devel/DProf/DProf.xs
4392 ____________________________________________________________________________
4393 [ 4736] By: gsar on 1999/12/29 21:04:59
4394 Log: slurp mode fix in change#2910 wasn't quite right (spotted by Hans
4397 ! doio.c pp_hot.c t/io/argv.t
4398 ____________________________________________________________________________
4399 [ 4735] By: gsar on 1999/12/29 18:12:40
4400 Log: re.pm is needed earlier, xsubpp now uses it (spotted by Andreas
4404 ____________________________________________________________________________
4405 [ 4734] By: gsar on 1999/12/28 21:10:37
4406 Log: Windows build tweaks
4409 ____________________________________________________________________________
4410 [ 4733] By: gsar on 1999/12/28 20:45:15
4411 Log: remove never-taken branch for making getc() operate on ARGV (spotted
4412 by Ralph Corderoy <ralph@inputplus.demon.co.uk>)
4415 ____________________________________________________________________________
4416 [ 4732] By: gsar on 1999/12/28 20:42:13
4417 Log: tests for change#4642 and pod fixups suggested by Ralph Corderoy
4418 <ralph@inputplus.demon.co.uk>
4420 ! pod/perldelta.pod pod/perlfunc.pod pod/perlre.pod t/io/argv.t
4421 ____________________________________________________________________________
4422 [ 4731] By: gsar on 1999/12/28 20:23:17
4423 Log: optimize XSUBs to use targets if the -nooptimize xsubpp option is
4424 not supplied (variant of patch suggested by Ilya Zakharevich)
4426 ! XSUB.h lib/ExtUtils/xsubpp
4427 ____________________________________________________________________________
4428 [ 4730] By: gsar on 1999/12/28 19:55:56
4429 Log: range operator does magical string increment iff both operands
4430 are non-numbers, from Tom Phoenix <rootbeer@redcat.com>; fixed
4431 the "foreach (RANGE)" case as well
4433 ! pp_ctl.c t/op/range.t
4434 ____________________________________________________________________________
4435 [ 4729] By: gsar on 1999/12/28 18:40:19
4436 Log: Win9x + GCC update from Benjamin Stuhl <sho_pi@hotmail.com>
4438 - win32/PerlCRT.def win32/gstartup.c win32/oldnames.def
4439 ! EXTERN.h INTERN.h MANIFEST README.win32 iperlsys.h
4440 ! lib/ExtUtils/MM_Win32.pm makedef.pl win32/Makefile
4441 ! win32/config.gc win32/genmk95.pl win32/makefile.mk
4442 ! win32/perlhost.h win32/perllib.c win32/runperl.c win32/win32.c
4444 ____________________________________________________________________________
4445 [ 4728] By: gsar on 1999/12/28 07:44:19
4446 Log: typecasts needed
4449 ____________________________________________________________________________
4450 [ 4727] By: gsar on 1999/12/28 06:23:08
4451 Log: change#4721 needed line number adjustments
4453 ! MANIFEST global.sym proto.h t/pragma/warn/doop
4454 ! t/pragma/warn/pp t/pragma/warn/regcomp t/pragma/warn/sv
4455 ! t/pragma/warn/toke t/pragma/warn/utf8
4456 ____________________________________________________________________________
4457 [ 4726] By: gsar on 1999/12/28 04:18:15
4458 Log: integrate utfperl contents into mainline
4460 +> lib/byte.pm lib/byte_heavy.pl
4461 !> configpm embed.h embed.pl embedvar.h gv.c intrpvar.h objXSUB.h
4462 !> patchlevel.h perl.c perl.h perlapi.c pp_ctl.c pp_hot.c proto.h
4463 !> regnodes.h sv.c sv.h t/comp/require.t toke.c utf8.h
4464 ____________________________________________________________________________
4465 [ 4725] By: gsar on 1999/12/28 04:08:09
4466 Log: integrate mainline contents
4468 - ext/DynaLoader/dl_cygwin.xs lib/unicode/Eq/Latin1
4469 - lib/unicode/Eq/Unicode
4470 !> (integrate 60 files)
4471 ____________________________________________________________________________
4472 [ 4724] By: gsar on 1999/12/28 03:44:10
4473 Log: fix for /(^|a)b/ breakage from Ilya Zakharevich
4475 ! regcomp.c t/op/re_tests
4476 ____________________________________________________________________________
4477 [ 4723] By: gsar on 1999/12/28 03:28:39
4478 Log: more ebcdic testsuite fixups (from Peter Prymmer)
4480 ! Changes lib/bigfloat.pl t/lib/charnames.t t/lib/dumper.t
4481 ! t/pragma/overload.t t/pragma/utf8.t
4482 ____________________________________________________________________________
4483 [ 4722] By: gsar on 1999/12/28 03:14:48
4484 Log: avoid "used once" warning
4486 ! lib/diagnostics.pm
4487 ____________________________________________________________________________
4488 [ 4721] By: gsar on 1999/12/28 03:10:32
4489 Log: ebcdic tweaks for tests from Peter Prymmer
4491 ! t/pragma/warn/doop t/pragma/warn/pp t/pragma/warn/regcomp
4492 ! t/pragma/warn/sv t/pragma/warn/toke t/pragma/warn/utf8
4493 ____________________________________________________________________________
4494 [ 4720] By: gsar on 1999/12/28 03:08:39
4495 Log: pod nits from Simon Cozens <simon@brecon.co.uk> and others
4497 ! README.os2 lib/ExtUtils/Embed.pm lib/ExtUtils/Install.pm
4498 ! lib/ExtUtils/Liblist.pm lib/ExtUtils/MakeMaker.pm
4499 ! lib/ExtUtils/Mkbootstrap.pm pod/perlop.pod
4500 ____________________________________________________________________________
4501 [ 4719] By: gsar on 1999/12/28 03:01:04
4502 Log: perlport v1.45 from Chris Nandor
4505 ____________________________________________________________________________
4506 [ 4718] By: gsar on 1999/12/28 02:59:16
4507 Log: newer version of constant.pm from Tom Phoenix; added Tom's notes to
4508 perldelta; added STOP, DESTROY and AUTOLOAD to specials list
4510 ! lib/constant.pm pod/perldelta.pod pod/perlvar.pod
4511 ! t/pragma/constant.t
4512 ____________________________________________________________________________
4513 [ 4717] By: gsar on 1999/12/28 02:47:04
4514 Log: cygwin update from Eric Fifer <EFifer@sanwaint.com>
4516 - ext/DynaLoader/dl_cygwin.xs
4517 ! MAINTAIN MANIFEST ext/POSIX/POSIX.xs ext/SDBM_File/sdbm/pair.c
4518 ! hints/cygwin.sh installperl mg.c pod/perlfaq3.pod t/op/stat.t
4520 ____________________________________________________________________________
4521 [ 4716] By: gsar on 1999/12/28 02:40:51
4522 Log: tweak to show up db-linked-with-libpthread-but-not-perl problem
4523 (from Andy Dougherty)
4526 ____________________________________________________________________________
4527 [ 4715] By: gsar on 1999/12/28 02:38:44
4528 Log: better variant of change#4644 (from Andy Dougherty)
4531 ____________________________________________________________________________
4532 [ 4714] By: gsar on 1999/12/28 02:36:40
4533 Log: be defensive about setting {host,group,pass}cat (from Andy Dougherty)
4536 ____________________________________________________________________________
4537 [ 4713] By: gsar on 1999/12/28 02:35:15
4538 Log: $sitelib should be $prefix/lib/perl5/site_perl, as documented in
4539 INSTALL (from Andy Dougherty)
4542 ____________________________________________________________________________
4543 [ 4712] By: gsar on 1999/12/28 02:30:55
4544 Log: avoid creating new files during make install
4547 ____________________________________________________________________________
4548 [ 4711] By: gsar on 1999/12/28 02:24:44
4549 Log: pod edits from Paul Marquess and Mark-Jason Dominus
4551 ! AUTHORS Changes ext/DynaLoader/dl_aix.xs
4552 ! ext/DynaLoader/dl_dlopen.xs lib/Net/Ping.pm pod/perlcall.pod
4554 ____________________________________________________________________________
4555 [ 4710] By: gsar on 1999/12/28 02:05:23
4556 Log: miniperl build fixes for os2 (from Yitzchak Scott-Thoennes
4557 <sthoenna@efn.org>); add explicit target for opmini.o
4559 ! Makefile.SH cygwin/Makefile.SHs os2/Makefile.SHs
4560 ____________________________________________________________________________
4561 [ 4709] By: gsar on 1999/12/28 01:20:39
4562 Log: partly fix perldiag regressions identified by Tom Christiansen
4564 ! doio.c lib/diagnostics.pm pod/perldiag.pod pp_hot.c pp_sys.c
4565 ! t/pragma/warn/4lint t/pragma/warn/doio t/pragma/warn/pp_hot
4566 ! t/pragma/warn/pp_sys
4567 ____________________________________________________________________________
4568 [ 4708] By: gsar on 1999/12/27 23:33:24
4569 Log: update perldiag for change#4707
4571 ! perl.c pod/perldiag.pod
4572 ____________________________________________________________________________
4573 [ 4707] By: gsar on 1999/12/27 23:23:39
4574 Log: allow spaces in -I switch argument
4577 ____________________________________________________________________________
4578 [ 4706] By: gsar on 1999/12/26 23:44:53
4582 ____________________________________________________________________________
4583 [ 4705] By: gsar on 1999/12/24 04:02:35
4584 Log: support for v5.5.640 style version numbers
4586 ! configpm embedvar.h gv.c intrpvar.h objXSUB.h patchlevel.h
4587 ! perl.c perl.h pp_ctl.c sv.c sv.h t/comp/require.t toke.c
4588 ____________________________________________________________________________
4589 [ 4704] By: gsar on 1999/12/23 08:54:27
4590 Log: bring in basic threads stuff under USE_ITHREADS
4592 ! makedef.pl op.c perl.c perl.h perlvars.h pp_sys.c thread.h
4594 ____________________________________________________________________________
4595 [ 4703] By: gsar on 1999/12/23 00:10:06
4596 Log: integrate mainline contents into utfperl
4598 !> (integrate 33 files)
4599 ____________________________________________________________________________
4600 [ 4702] By: gsar on 1999/12/20 17:18:23
4601 Log: virtual directory handling broken on paths with trailing slash
4603 ! win32/Makefile win32/makefile.mk win32/vdir.h
4604 ____________________________________________________________________________
4605 [ 4701] By: gsar on 1999/12/20 17:09:55
4606 Log: revert optimization in change#4700 (it appears OPpRUNTIME flag
4607 isn't set for all m/$foo/o)
4610 ____________________________________________________________________________
4611 [ 4700] By: gsar on 1999/12/20 16:28:51
4612 Log: avoid pp_regcomp() changing optree at run time under USE_*THREADS (or
4613 we have a race on our hands)
4616 ____________________________________________________________________________
4617 [ 4699] By: gsar on 1999/12/20 16:19:00
4620 ! pod/perldelta.pod pod/perlfilter.pod pod/perlopentut.pod
4621 ____________________________________________________________________________
4622 [ 4698] By: gsar on 1999/12/20 07:55:07
4623 Log: uv_to_utf8() could lose 37th bit on HAS_QUAD platforms
4626 ____________________________________________________________________________
4627 [ 4697] By: gsar on 1999/12/18 01:35:50
4628 Log: fix from Larry for parsing C<{ 0x1 => 'foo'}> as an
4629 anon hash rather than a block; test case for the same
4631 ! t/comp/term.t toke.c
4632 ____________________________________________________________________________
4633 [ 4696] By: gsar on 1999/12/17 19:55:03
4634 Log: leak in change#4694 spotted by Larry
4637 ____________________________________________________________________________
4638 [ 4695] By: gsar on 1999/12/17 18:14:11
4639 Log: test case for change#4694
4642 ____________________________________________________________________________
4643 [ 4694] By: gsar on 1999/12/17 18:09:08
4644 Log: delete() should return the value as is, not a copy thereof
4646 ! hv.c pod/perldelta.pod
4647 ____________________________________________________________________________
4648 [ 4693] By: gsar on 1999/12/17 17:45:58
4649 Log: fix for C<"\nx\taa\n" =~ /^\S\s+aa$/m> (from Ilya Zakharevich)
4651 ! regexec.c t/op/re_tests
4652 ____________________________________________________________________________
4653 [ 4692] By: gsar on 1999/12/17 17:41:10
4657 ____________________________________________________________________________
4658 [ 4691] By: gsar on 1999/12/17 07:12:53
4659 Log: DynaLoader doesn't build properly when $(DLSRC) changes
4660 (fix suggested by Hans Mulder)
4662 ! ext/DynaLoader/Makefile.PL
4663 ____________________________________________________________________________
4664 [ 4690] By: gsar on 1999/12/17 06:26:34
4665 Log: add missing new ops
4667 ! ext/B/ramblings/runtime.porting
4668 ____________________________________________________________________________
4669 [ 4689] By: gsar on 1999/12/17 06:16:49
4670 Log: test harness tweak from Hans Mulder
4673 ____________________________________________________________________________
4674 [ 4688] By: gsar on 1999/12/17 06:14:23
4675 Log: miniperl build fixes for NeXTstep and cygwin (from Hans Mulder
4676 and Lucian CIONCA <Lucian.Cionca@algoritma.ro>)
4678 ! Makefile.SH cygwin/Makefile.SHs
4679 ____________________________________________________________________________
4680 [ 4687] By: gsar on 1999/12/17 06:06:46
4681 Log: applied suggested patch with whitespace adjustments
4682 From: Helmut Jarausch <jarausch@numa1.igpm.rwth-aachen.de>
4683 Date: Thu, 16 Dec 1999 08:57:55 +0100
4684 Message-id: <38589B82.C4668E10@numa1.igpm.rwth-aachen.de>
4685 Subject: Re: [ID 19991215.001] patch 5.005_63: Find::Fill cannot handle /
4688 ____________________________________________________________________________
4689 [ 4686] By: gsar on 1999/12/17 05:48:53
4690 Log: avoid warnings due to symbols unintroduced by XSLoader (spotted
4693 ! ext/DynaLoader/dl_dld.xs ext/DynaLoader/dl_hpux.xs
4694 ! ext/DynaLoader/dl_mpeix.xs ext/DynaLoader/dl_next.xs
4695 ! ext/DynaLoader/dl_rhapsody.xs
4696 ____________________________________________________________________________
4697 [ 4685] By: gsar on 1999/12/17 05:37:51
4698 Log: fix bug when one of the operands is +0E+0 (from Ronald J Kimball
4699 <rjk@linguist.dartmouth.edu>)
4701 ! lib/Math/BigFloat.pm t/lib/bigfltpm.t
4702 ____________________________________________________________________________
4703 [ 4684] By: gsar on 1999/12/16 09:32:48
4704 Log: spell out how to get 4-digit year (from Micheal G Schwern
4705 <schwern@pobox.com>)
4708 ____________________________________________________________________________
4709 [ 4683] By: gsar on 1999/12/16 09:26:53
4710 Log: type mismatch for %c format argument (spotted by Robin Barker
4711 <rmb1@cise.npl.co.uk>)
4714 ____________________________________________________________________________
4715 [ 4682] By: gsar on 1999/12/16 08:33:28
4716 Log: mingw32 doesn't have anonymous union (from Benjamin Stuhl
4717 <sho_pi@hotmail.com>)
4720 ____________________________________________________________________________
4721 [ 4681] By: gsar on 1999/12/16 08:31:15
4722 Log: missing backslash (spotted by Johan Vromans)
4725 ____________________________________________________________________________
4726 [ 4680] By: gsar on 1999/12/16 08:26:00
4727 Log: avoid coredump on diagnostics when STDERR is closed
4730 ____________________________________________________________________________
4731 [ 4679] By: gsar on 1999/12/12 18:09:41
4732 Log: integrate mainline changes
4734 +> (branch 39 files)
4735 - lib/unicode/Jamo-2.txt lib/unicode/Unicode.html
4736 - lib/unicode/UnicodeData-Latest.txt
4737 !> (integrate 447 files)
4738 ____________________________________________________________________________
4739 [ 4678] By: gsar on 1999/12/10 01:39:13
4740 Log: interpreter structure should be nulled under -DMULTIPLICITY
4743 ____________________________________________________________________________
4744 [ 4677] By: gsar on 1999/12/09 11:10:27
4753 ____________________________________________________________________________
4754 [ 4676] By: gsar on 1999/12/09 10:51:43
4755 Log: fix File::Find testsuite bugs in symlink-less places
4758 ____________________________________________________________________________
4759 [ 4675] By: gsar on 1999/12/09 10:22:31
4760 Log: USE_ITHREADS tweaks and notes
4762 ! op.c pod/perldelta.pod sv.c
4763 ____________________________________________________________________________
4764 [ 4674] By: gsar on 1999/12/09 10:21:53
4765 Log: allow new style sort subs to work under usethreads
4768 ____________________________________________________________________________
4769 [ 4673] By: gsar on 1999/12/09 04:00:23
4770 Log: document compatibility issue with literal list slices and NOTOP
4771 (C<not (1,2,3)[0]> is now a syntax error)
4774 ____________________________________________________________________________
4775 [ 4672] By: gsar on 1999/12/09 01:14:46
4776 Log: avoid mismatched expectation <-> int types for C++ builds
4778 ! embed.pl intrpvar.h proto.h toke.c
4779 ____________________________________________________________________________
4780 [ 4671] By: gsar on 1999/12/09 00:36:24
4781 Log: newer version of File::Find with support for following symlinks and
4782 other features, from Helmut Jarausch <jarausch@igpm.rwth-aachen.de>
4784 ! lib/File/Find.pm pod/perldelta.pod t/lib/filefind.t
4785 ____________________________________________________________________________
4786 [ 4670] By: gsar on 1999/12/09 00:13:06
4787 Log: avoid initializing GvCV slot for autovivified filehandles
4790 ____________________________________________________________________________
4791 [ 4669] By: gsar on 1999/12/08 19:09:27
4792 Log: apply change#4618 again along with Ilya's patch to fix bugs
4793 in it (see change#4622)
4795 ! embed.h embed.pl perl.h proto.h regcomp.c regcomp.h regexec.c
4796 ! t/op/re_tests t/op/subst.t
4797 ____________________________________________________________________________
4798 [ 4668] By: gsar on 1999/12/08 18:56:53
4799 Log: patch to fix parser bug in C<${h{${a[0]}}} = 13>
4800 From: Larry Wall <larry@wall.org>
4801 Date: Tue, 7 Dec 1999 12:39:30 -0800 (PST)
4802 Message-Id: <199912072039.MAA13257@kiev.wall.org>
4803 Subject: Re: [ID 19991204.002] Inconsistency of ${hash{key}}
4805 ! embedvar.h intrpvar.h objXSUB.h sv.c toke.c
4806 ____________________________________________________________________________
4807 [ 4667] By: gsar on 1999/12/08 18:47:37
4808 Log: patch to fix aix hints from ortmann@vnet.ibm.com
4811 ____________________________________________________________________________
4812 [ 4666] By: gsar on 1999/12/08 18:29:02
4813 Log: documentation tweaks from M. J. T. Guy, Micheal Schwern, and
4816 ! Changes lib/Benchmark.pm pod/perlipc.pod pod/perlre.pod
4817 ____________________________________________________________________________
4818 [ 4665] By: gsar on 1999/12/08 02:22:31
4819 Log: introduce save_I8() for saving byte values
4821 ! embed.h embed.pl global.sym objXSUB.h perlapi.c proto.h
4822 ! regcomp.c regexec.c scope.c scope.h sv.c
4823 ____________________________________________________________________________
4824 [ 4664] By: gsar on 1999/12/08 02:02:33
4825 Log: use SAVEINT() rather than SAVEDESTRUCTOR() for saving PL_expect etc.
4828 ____________________________________________________________________________
4829 [ 4663] By: gsar on 1999/12/08 01:11:44
4830 Log: longstanding typo in lexer: PL_lex_expect was not properly
4834 ____________________________________________________________________________
4835 [ 4662] By: gsar on 1999/12/07 23:16:21
4836 Log: typos in change#4546
4838 ! ext/B/B.xs ext/B/B/Bytecode.pm ext/B/B/C.pm sv.c
4839 ____________________________________________________________________________
4840 [ 4661] By: gsar on 1999/12/07 09:33:50
4841 Log: typos in change#4660
4843 ! embed.h embed.pl objXSUB.h perl.h perlapi.c pp_sys.c proto.h
4844 ____________________________________________________________________________
4845 [ 4660] By: gsar on 1999/12/06 23:42:55
4846 Log: tweaks for building with -DUSE_ITHREADS on !WIN32 platforms;
4847 fix bug where lc($readonly) could result in bogus errors
4849 ! embed.h embed.pl iperlsys.h makedef.pl objXSUB.h perlapi.c
4850 ! pp.c pp_sys.c proto.h sv.c
4851 ____________________________________________________________________________
4852 [ 4659] By: gsar on 1999/12/06 15:24:31
4853 Log: allow IRIX 6.5 to build perl (from Helmut Jarausch
4854 <jarausch@igpm.rwth-aachen.de>)
4857 ____________________________________________________________________________
4858 [ 4658] By: gsar on 1999/12/06 15:18:30
4859 Log: fix for -Dp via $^D (suggested by Stephane Payrard
4860 <stef@adnaccess.com>)
4863 ____________________________________________________________________________
4864 [ 4657] By: gsar on 1999/12/06 06:50:01
4865 Log: change#4641 needs perldiag.pod edit
4867 - lib/unicode/UnicodeData-Latest.txt
4869 ____________________________________________________________________________
4870 [ 4656] By: gsar on 1999/12/06 01:36:56
4871 Log: Makefile tweak for change#4649
4874 ____________________________________________________________________________
4875 [ 4655] By: gsar on 1999/12/05 17:23:57
4876 Log: change#4653 was missing a patch reject
4879 ____________________________________________________________________________
4880 [ 4654] By: gsar on 1999/12/05 11:41:04
4881 Log: windows build tweaks for Borland compiler
4883 ! win32/makefile.mk win32/perlhost.h win32/win32.c win32/win32.h
4884 ____________________________________________________________________________
4885 [ 4653] By: gsar on 1999/12/05 11:07:37
4886 Log: applied somewhat modified version of suggested patch
4887 From: "Benjamin Stuhl" <sho_pi@hotmail.com>
4888 Date: Thu, 18 Nov 1999 18:45:27 PST
4889 Message-ID: <19991119024527.72749.qmail@hotmail.com>
4890 Subject: [PATCH 5.005_62] Perl on Win95, Mark IIB
4892 + win32/PerlCRT.def win32/gstartup.c win32/oldnames.def
4893 ! MANIFEST ext/SDBM_File/Makefile.PL lib/ExtUtils/MM_Unix.pm
4894 ! lib/ExtUtils/MM_Win32.pm win32/config_sh.PL win32/genmk95.pl
4895 ! win32/makefile.mk win32/win32.h
4896 ____________________________________________________________________________
4897 [ 4652] By: gsar on 1999/12/05 09:24:45
4898 Log: From: Mike Hopkirk (hops) <hops@scoot.pdev.sco.com>
4899 Date: Thu, 4 Nov 1999 16:34:23 -0800 (PST)
4900 Message-Id: <199911050034.QAA06499@scoot.pdev.sco.com>
4901 Subject: [ID 19991104.005] modified hints file for UnixWare7 ( svr5)
4903 ! Changes hints/svr5.sh
4904 ____________________________________________________________________________
4905 [ 4651] By: gsar on 1999/12/05 09:01:19
4906 Log: on dosish platforms, avoid infinite recursion in File::Path::mkpath()
4907 when given non-existent drive names
4910 ____________________________________________________________________________
4911 [ 4650] By: gsar on 1999/12/05 08:47:11
4912 Log: windows build tweaks for change#4649
4914 ! win32/Makefile win32/makefile.mk
4915 ____________________________________________________________________________
4916 [ 4649] By: gsar on 1999/12/05 07:49:28
4917 Log: make File::Glob::glob() the default for CORE::glob()
4918 (old csh glob can still be had with -DPERL_EXTERNAL_GLOB)
4920 ! Makefile.SH op.c pod/perldelta.pod win32/Makefile
4922 ____________________________________________________________________________
4923 [ 4648] By: gsar on 1999/12/05 00:33:34
4924 Log: fix bug in processing L<> tags (from j.vavruska@post.cz)
4927 ____________________________________________________________________________
4928 [ 4647] By: gsar on 1999/12/05 00:14:01
4929 Log: remove outdated entry
4932 ____________________________________________________________________________
4933 [ 4646] By: gsar on 1999/12/04 22:48:51
4934 Log: s/block/loop block/ in diagnostics about next, last, redo
4936 ! pod/perldiag.pod pp_ctl.c t/op/runlevel.t t/pragma/warn/pp_ctl
4937 ____________________________________________________________________________
4938 [ 4645] By: gsar on 1999/12/04 22:25:32
4939 Log: readability tweak suggested by GRommel@sears.com
4942 ____________________________________________________________________________
4943 [ 4644] By: gsar on 1999/12/04 22:05:00
4944 Log: Configure tweak from Peter Prymmer
4947 ____________________________________________________________________________
4948 [ 4643] By: gsar on 1999/12/04 21:55:27
4949 Log: make weak keyword check look for defined(&lock), not
4950 merely defined(*lock)
4953 ____________________________________________________________________________
4954 [ 4642] By: gsar on 1999/12/04 21:11:51
4955 Log: make eof() open ARGV if it isn't open already; also fixes bug
4956 where eof() would operate on any last-read filehandle, not
4960 ____________________________________________________________________________
4961 [ 4641] By: gsar on 1999/12/04 04:42:25
4962 Log: make uninitialized value warnings report opcode
4964 ! doio.c embed.h embed.pl global.sym objXSUB.h opcode.h
4965 ! opcode.pl perl.h perlapi.c pp.c pp_hot.c proto.h sv.c
4966 ! t/op/misc.t t/pragma/warn/1global t/pragma/warn/2use
4967 ! t/pragma/warn/3both t/pragma/warn/4lint t/pragma/warn/7fatal
4968 ! t/pragma/warn/doio t/pragma/warn/pp t/pragma/warn/pp_hot
4970 ____________________________________________________________________________
4971 [ 4640] By: gsar on 1999/12/04 02:40:44
4972 Log: provide explicit functions timegm_nocheck() and timelocal_nocheck()
4973 that don't do range checking
4976 ____________________________________________________________________________
4977 [ 4639] By: gsar on 1999/12/04 01:00:49
4978 Log: better implementation of change#3326; open(local $foo,...) now
4979 allowed in addition to any uninitialized variable, for consistency
4980 with how autovivification works elsewhere; add code to use the
4981 variable name as the name of the handle for simple variables, so
4982 that diagnostics report the handle: "... at - line 1, <$foo> line 10."
4984 ! op.c pod/perldelta.pod pp.c t/io/open.t
4985 ____________________________________________________________________________
4986 [ 4638] By: gsar on 1999/12/03 21:20:00
4989 ! pod/perlfunc.pod pod/perlrun.pod
4990 ____________________________________________________________________________
4991 [ 4637] By: gsar on 1999/12/03 08:59:04
4992 Log: change#4431 was flawed
4995 ____________________________________________________________________________
4996 [ 4636] By: gsar on 1999/12/03 07:59:52
4997 Log: pod embellishments from Nathan Torkington
4999 ! pod/perlfaq2.pod pod/perlhack.pod
5000 ____________________________________________________________________________
5001 [ 4635] By: gsar on 1999/12/03 07:56:04
5002 Log: perlfaq4 typo (from Jeff Pinyan <jeffp@crusoe.net>)
5005 ____________________________________________________________________________
5006 [ 4634] By: gsar on 1999/12/03 07:47:47
5007 Log: test tweak for VMS (from Craig A. Berry)
5010 ____________________________________________________________________________
5011 [ 4633] By: gsar on 1999/12/03 07:44:52
5012 Log: patchls tweak from Andreas Koenig
5015 ____________________________________________________________________________
5016 [ 4632] By: gsar on 1999/12/03 07:42:23
5017 Log: don't mess with the umask()
5019 ! installhtml installman installperl lib/ExtUtils/Install.pm
5020 ! lib/ExtUtils/Manifest.pm
5021 ____________________________________________________________________________
5022 [ 4631] By: gsar on 1999/12/03 06:52:50
5023 Log: support -a switch to append bytecode to an existing file and make
5024 perlcc use it (from Tom Hughes <tom@compton.nu>)
5026 ! ext/B/B/Bytecode.pm utils/perlcc.PL
5027 ____________________________________________________________________________
5028 [ 4630] By: gsar on 1999/12/03 06:46:16
5029 Log: document incompatible perl4 vec() vs bitwise ops interaction trap
5033 ____________________________________________________________________________
5034 [ 4629] By: gsar on 1999/12/03 06:40:15
5035 Log: use PerlIO abstraction rather than straight stdio (from
5038 ! ext/ByteLoader/ByteLoader.xs
5039 ____________________________________________________________________________
5040 [ 4628] By: gsar on 1999/12/03 06:15:54
5041 Log: avoid warning in IO::Select::exists() if socket doesn't exist
5043 ! ext/IO/lib/IO/Select.pm
5044 ____________________________________________________________________________
5045 [ 4627] By: gsar on 1999/12/03 06:05:19
5046 Log: two small patches from Peter Prymmer <pvhp@forte.com>
5048 ! makedepend.SH win32/Makefile win32/makefile.mk
5049 ____________________________________________________________________________
5050 [ 4626] By: gsar on 1999/12/03 05:36:38
5051 Log: From: Peter Prymmer <pvhp@forte.com>
5052 Date: Thu, 25 Nov 1999 21:06:19 -0800 (PST)
5053 Message-Id: <199911260506.VAA17230@brio.forte.com>
5054 Subject: [PATCH: 5.005_62] implement /[:ascii:]/ on ebcdic machines
5057 ____________________________________________________________________________
5058 [ 4625] By: gsar on 1999/12/03 05:20:21
5059 Log: Windows build tweaks due to change#4623
5061 ! win32/Makefile win32/makefile.mk win32/perlhost.h
5062 ____________________________________________________________________________
5063 [ 4624] By: gsar on 1999/12/03 04:58:30
5064 Log: add missing file
5066 + ext/DynaLoader/XSLoader_pm.PL
5067 ____________________________________________________________________________
5068 [ 4623] By: gsar on 1999/12/03 04:47:03
5069 Log: applied suggested patch; removed $VERSION = $VERSION hack
5070 (change#4043 fixed the need for that)
5071 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
5072 Date: Tue, 16 Nov 1999 01:50:31 EST
5073 Message-Id: <199911160650.BAA18874@monk.mps.ohio-state.edu>
5074 Subject: [PATCH 5.005_62] XSLoader.pm
5076 ! MANIFEST ext/B/B.pm ext/ByteLoader/ByteLoader.pm
5077 ! ext/DB_File/DB_File.pm ext/Data/Dumper/Dumper.pm
5078 ! ext/Devel/DProf/DProf.pm ext/Devel/Peek/Peek.pm
5079 ! ext/DynaLoader/DynaLoader_pm.PL ext/DynaLoader/Makefile.PL
5080 ! ext/DynaLoader/dlutils.c ext/Fcntl/Fcntl.pm
5081 ! ext/File/Glob/Glob.pm ext/GDBM_File/GDBM_File.pm ext/IO/IO.pm
5082 ! ext/NDBM_File/NDBM_File.pm ext/ODBM_File/ODBM_File.pm
5083 ! ext/Opcode/Opcode.pm ext/POSIX/POSIX.pm
5084 ! ext/SDBM_File/SDBM_File.pm ext/Socket/Socket.pm
5085 ! ext/Thread/Thread.pm ext/attrs/attrs.pm ext/re/re.pm
5086 ! lib/AutoLoader.pm lib/FindBin.pm lib/Getopt/Std.pm
5087 ____________________________________________________________________________
5088 [ 4622] By: gsar on 1999/12/03 04:02:39
5089 Log: revert change#4618 (breaks C<$_ = 'A:B'; s/^[a-z]:/x/>)
5091 ! Changes embed.h embed.pl perl.h proto.h regcomp.c regcomp.h
5092 ____________________________________________________________________________
5093 [ 4621] By: gsar on 1999/12/02 22:24:53
5094 Log: caveat about thread-safety of extensions
5097 ____________________________________________________________________________
5098 [ 4620] By: gsar on 1999/12/02 20:31:02
5099 Log: XS documentation patches suggested by Ilya, severally adjusted
5101 ! pod/perlxs.pod pod/perlxstut.pod
5102 ____________________________________________________________________________
5103 [ 4619] By: gsar on 1999/12/02 17:52:50
5104 Log: re-add missing Unicode database master
5106 + lib/unicode/Unicode.300
5107 ____________________________________________________________________________
5108 [ 4618] By: gsar on 1999/12/02 06:56:18
5109 Log: applied suggested patch with prototype changes
5110 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
5111 Date: Tue, 23 Nov 1999 22:55:55 EST
5112 Message-Id: <199911240355.WAA23033@monk.mps.ohio-state.edu>
5113 Subject: [PATCH 5.005_62] First char cognizance
5115 ! embed.h embed.pl perl.h proto.h regcomp.c regcomp.h
5116 ____________________________________________________________________________
5117 [ 4617] By: gsar on 1999/12/02 06:04:57
5118 Log: fixes for bugs in change#4586 and OS/2 pod tweak, from Ilya
5120 ! os2/OS2/REXX/REXX.pm regexec.c t/op/re_tests
5121 ____________________________________________________________________________
5122 [ 4616] By: gsar on 1999/12/02 04:30:22
5123 Log: various documentation tweaks suggested by M. J. T. Guy
5125 ! INSTALL lib/strict.pm pod/perlfunc.pod pod/perlsyn.pod
5126 ____________________________________________________________________________
5127 [ 4615] By: gsar on 1999/12/02 04:17:43
5128 Log: various File::Glob fixes for DOSISH platforms
5129 From: "Moore, Paul" <Paul.Moore@uk.origin-it.com>
5130 Date: Tue, 02 Nov 1999 11:11:25 GMT
5131 Message-Id: <714DFA46B9BBD0119CD000805FC1F53BDC38E3@UKRUX002.rundc.uk.origin-it.com>
5132 Subject: File::Glob again. Final patch, honest!
5135 ! MANIFEST ext/File/Glob/Changes ext/File/Glob/Glob.pm
5136 ! ext/File/Glob/Glob.xs ext/File/Glob/bsd_glob.c
5137 ! ext/File/Glob/bsd_glob.h op.c t/lib/glob-global.t
5138 ____________________________________________________________________________
5139 [ 4614] By: gsar on 1999/12/02 03:42:55
5140 Log: allow XSUBs and prototyped subroutines to be used with sort() (tweaked
5141 variant of patch suggested by Peter Haworth <pmh@edison.ioppublishing.com>)
5143 ! pod/perldelta.pod pod/perlfunc.pod pp_ctl.c t/op/sort.t
5144 ____________________________________________________________________________
5145 [ 4613] By: gsar on 1999/12/02 01:59:19
5146 Log: ignore yet another known scalar leak
5148 ! t/pragma/warn/regcomp
5149 ____________________________________________________________________________
5150 [ 4612] By: gsar on 1999/12/02 01:15:02
5151 Log: avoid potential stack extension bug in pp_unpack() (spotted by Ilya)
5154 ____________________________________________________________________________
5155 [ 4611] By: gsar on 1999/12/02 00:31:43
5156 Log: a somewhat tweaked version of suggested patch
5157 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
5158 Date: Wed, 27 Oct 1999 18:57:41 -0400 (EDT)
5159 Message-Id: <199910272257.SAA29928@monk.mps.ohio-state.edu>
5160 Subject: [PATCH 5.005_62] Another round of pack/vec docs patches
5163 ____________________________________________________________________________
5164 [ 4610] By: gsar on 1999/12/01 19:09:31
5165 Log: more accurate require() pseudocode (from James P. Williams
5166 <James.P.Williams@USAHQ.UnitedSpaceAlliance.com>)
5169 ____________________________________________________________________________
5170 [ 4609] By: gsar on 1999/12/01 18:43:49
5171 Log: avoid "Callback called exit" error on intentional exit()
5173 ! embedvar.h intrpvar.h objXSUB.h perl.c perl.h pp_ctl.c
5174 ____________________________________________________________________________
5175 [ 4608] By: gsar on 1999/12/01 18:42:38
5176 Log: find_byclass() prototype was incoherent
5179 ____________________________________________________________________________
5180 [ 4607] By: gsar on 1999/12/01 05:45:10
5181 Log: better documentation for goto &NAME (from M. J. T. Guy)
5184 ____________________________________________________________________________
5185 [ 4606] By: gsar on 1999/12/01 05:33:14
5186 Log: integrate cfgperl contents into mainline
5188 +> lib/unicode/Jamo.txt lib/unicode/NamesList.html
5189 +> lib/unicode/UCD300.html lib/unicode/Unicode3.html
5190 - lib/unicode/Jamo-2.txt lib/unicode/Unicode.html
5192 !> (integrate 210 files)
5193 ____________________________________________________________________________
5194 [ 4605] By: gsar on 1999/12/01 05:15:27
5195 Log: avoid PTR->IV cast warnings
5198 ____________________________________________________________________________
5199 [ 4604] By: gsar on 1999/12/01 03:59:56
5200 Log: email address changes
5202 ! AUTHORS Changes Porting/genlog Porting/p4d2p Porting/p4desc
5203 ! README.win32 ext/Data/Dumper/Dumper.pm lib/DB.pm
5204 ! lib/File/DosGlob.pm lib/Math/Complex.pm lib/Math/Trig.pm
5205 ! pod/perl5005delta.pod pod/perlport.pod t/op/runlevel.t
5206 ! utils/perlbug.PL utils/perldoc.PL win32/bin/perlglob.pl
5207 ____________________________________________________________________________
5208 [ 4603] By: gsar on 1999/12/01 03:45:13
5209 Log: minor USE_ITHREADS tweaks
5211 ! doio.c op.c op.h pp_hot.c pp_sys.c run.c win32/Makefile
5212 ! win32/perllib.c win32/win32.h
5213 ____________________________________________________________________________
5214 [ 4602] By: gsar on 1999/12/01 01:00:09
5215 Log: more complete pseudo-fork() support for Windows
5217 + pod/perlfork.pod win32/perlhost.h win32/vdir.h win32/vmem.h
5218 ! MANIFEST XSUB.h cop.h dump.c embed.h embed.pl embedvar.h
5219 ! ext/B/B/CC.pm ext/Opcode/Opcode.xs global.sym globals.c
5220 ! globvar.sym gv.c hv.c intrpvar.h iperlsys.h makedef.pl mg.c
5221 ! mpeix/mpeixish.h objXSUB.h op.c op.h os2/os2ish.h perl.c
5222 ! perl.h perlapi.c plan9/plan9ish.h pod/Makefile pod/buildtoc
5223 ! pod/perl.pod pod/roffitall pp.c pp_ctl.c pp_hot.c pp_sys.c
5224 ! proto.h regcomp.c run.c scope.c scope.h sv.c t/op/fork.t
5225 ! toke.c unixish.h util.c vos/vosish.h win32/Makefile
5226 ! win32/makefile.mk win32/perllib.c win32/win32.c win32/win32.h
5227 ! win32/win32iop.h win32/win32thread.h
5228 ____________________________________________________________________________
5229 [ 4601] By: gsar on 1999/12/01 00:45:38
5230 Log: rudimentary support for remote debugging, from aeons ago (somewhat
5232 From: Graham TerMarsch <grahamt@ActiveState.com>
5233 Date: Sat, 12 Sep 1998 10:46:55 -0700
5234 Message-ID: <35FAB38F.EA9AAC50@activestate.com>
5235 Subject: Re: Patches to perl5db.pl to allow for remote debugging
5238 ____________________________________________________________________________
5239 [ 4600] By: chip on 1999/11/19 21:16:00
5240 Log: Document known limitations of fdopen() on some systems,
5241 as they apply to open() and sysopen().
5244 ____________________________________________________________________________
5245 [ 4599] By: chip on 1999/11/19 17:20:19
5246 Log: Undef printf before redirecting it to PerlIO_stdoutf.
5247 (Avoids an irritating warning when compiling with PerlIO.)
5250 ____________________________________________________________________________
5251 [ 4598] By: jhi on 1999/11/22 21:30:17
5252 Log: Small VMS nits from Craig A. Berry, <craig.berry@metamor.com>.
5254 ! README.vms t/io/open.t
5255 ____________________________________________________________________________
5256 [ 4597] By: jhi on 1999/11/21 16:21:21
5257 Log: Replace #4596 with the change done in 5.005_03.
5259 ! ext/Errno/Errno_pm.PL
5260 ____________________________________________________________________________
5261 [ 4596] By: jhi on 1999/11/21 16:07:20
5262 Log: Skip processing a file if the file to be opened is '-'
5263 (can happen in UNICOS)
5265 ! ext/Errno/Errno_pm.PL
5266 ____________________________________________________________________________
5267 [ 4595] By: jhi on 1999/11/21 14:05:10
5268 Log: VMS patches from Peter Prymmer.
5270 ! doio.c mg.c taint.c vms/subconfigure.com vms/vms.c
5271 ____________________________________________________________________________
5272 [ 4594] By: jhi on 1999/11/18 17:07:14
5273 Log: The find_byclass prototype is already in proto.h.
5276 ____________________________________________________________________________
5277 [ 4593] By: gsar on 1999/11/16 21:25:21
5278 Log: typo in flag checks
5281 ____________________________________________________________________________
5282 [ 4592] By: jhi on 1999/11/16 21:17:25
5283 Log: Regen Configure.
5285 ! Configure config_h.SH pp.c pp.h vms/subconfigure.com
5287 ! U/a_dvisory/quadtype.U
5288 ____________________________________________________________________________
5289 [ 4591] By: jhi on 1999/11/16 14:53:19
5290 Log: Integrate with Sarathy.
5292 !> cop.h deb.c embed.h embed.pl global.sym lib/Pod/Checker.pm
5293 !> lib/Pod/InputObjects.pm lib/Pod/Parser.pm lib/Pod/Select.pm
5294 !> lib/Pod/Usage.pm makedef.pl objXSUB.h perl.c perlapi.c
5295 !> pod/podchecker.PL pp_sys.c proto.h sv.c t/pod/poderrs.t
5297 ____________________________________________________________________________
5298 [ 4590] By: gsar on 1999/11/16 05:57:56
5299 Log: Pod::Parser updates (v1.091) from Brad Appleton <bradapp@enteract.com>
5301 ! lib/Pod/Checker.pm lib/Pod/InputObjects.pm lib/Pod/Parser.pm
5302 ! lib/Pod/Select.pm lib/Pod/Usage.pm pod/podchecker.PL
5303 ! t/pod/poderrs.t t/pod/poderrs.xr
5304 ____________________________________________________________________________
5305 [ 4589] By: gsar on 1999/11/15 18:47:34
5306 Log: add a synchronous stub fork() for USE_ITHREADS to prove that a simple
5307 C<if (fork()) { print "parent" } else { print "child" }> works on
5308 Windows (incidentally running a cloned^2 interpreter :)
5310 ! embed.h embed.pl global.sym makedef.pl objXSUB.h perlapi.c
5311 ! pp_sys.c proto.h sv.c
5312 ____________________________________________________________________________
5313 [ 4588] By: gsar on 1999/11/15 14:34:36
5314 Log: cloning the stack (part 1)
5316 ! cop.h deb.c perl.c sv.c
5317 ____________________________________________________________________________
5318 [ 4587] By: jhi on 1999/11/15 00:22:20
5319 Log: Integrate with Sarathy.
5321 !> Changes embed.h embed.pl embedvar.h global.sym intrpvar.h
5322 !> makedef.pl objXSUB.h op.c perl.h perlapi.c proto.h run.c sv.c
5324 ____________________________________________________________________________
5325 [ 4586] By: jhi on 1999/11/14 21:17:26
5326 Log: Ilya's "hopscotch" patch, reworked by Ilya to fit.
5328 ! embed.h embed.pl embedvar.h proto.h regexec.c t/op/re_tests
5329 ____________________________________________________________________________
5330 [ 4585] By: gsar on 1999/11/14 20:01:45
5331 Log: tweak for win32 build
5333 ! embed.h embed.pl op.c proto.h
5334 ____________________________________________________________________________
5335 [ 4584] By: gsar on 1999/11/14 19:46:25
5336 Log: cosmetic tweaks
5338 ! embed.h embed.pl embedvar.h global.sym intrpvar.h makedef.pl
5339 ! objXSUB.h perl.h perlapi.c proto.h sv.c win32/perllib.c
5340 ____________________________________________________________________________
5341 [ 4583] By: gsar on 1999/11/14 17:38:32
5342 Log: fix problem pointer casts
5344 ! Changes run.c sv.c
5345 ____________________________________________________________________________
5346 [ 4582] By: jhi on 1999/11/14 17:10:01
5347 Log: Integrate with Sarathy.
5349 !> cop.h dump.c ext/Opcode/Opcode.xs gv.c op.c perl.c perly.c
5350 !> perly.y pp_ctl.c pp_sys.c sv.c t/op/misc.t toke.c util.c
5351 !> vms/perly_c.vms win32/perllib.c
5352 ____________________________________________________________________________
5353 [ 4581] By: jhi on 1999/11/14 17:08:23
5354 Log: The separation of 64-bitness and largefileness continues
5355 (with a setback, see hpux.sh).
5357 ! Configure MANIFEST config_h.SH hints/aix.sh hints/hpux.sh
5358 ! hints/solaris_2.sh
5360 ! U/threads/archname.U U/typedefs/lseektype.U
5361 Branch: metaconfig/U/perl
5362 ! fpossize.U use64bits.U uselfs.U
5363 ____________________________________________________________________________
5364 [ 4580] By: jhi on 1999/11/14 13:26:41
5365 Log: Another Unicode update.
5367 + lib/unicode/Jamo.txt lib/unicode/NamesList.html
5368 + lib/unicode/UCD300.html lib/unicode/Unicode3.html
5369 - lib/unicode/Jamo-2.txt lib/unicode/Unicode.html
5371 ____________________________________________________________________________
5372 [ 4579] By: gsar on 1999/11/14 10:21:49
5373 Log: sundry cleanups for cloned interpreters (only known failure mode
5374 is due to regexps keeping non-constant data in their compiled
5377 ! cop.h dump.c ext/Opcode/Opcode.xs gv.c op.c perl.c pp_ctl.c
5378 ! pp_sys.c sv.c toke.c util.c win32/perllib.c
5379 ____________________________________________________________________________
5380 [ 4578] By: gsar on 1999/11/14 03:37:37
5381 Log: fix bug in change#4515 (STOP blocks now see @ARGV like the rest)
5383 ! perly.c perly.y t/op/misc.t vms/perly_c.vms
5384 ____________________________________________________________________________
5385 [ 4577] By: jhi on 1999/11/13 19:50:24
5386 Log: Change #4576 accidentally leaked also parts of
5387 Ilya's patch that won't apply cleanly anymore.
5389 ! regexec.c t/op/re_tests
5390 ____________________________________________________________________________
5391 [ 4576] By: jhi on 1999/11/13 19:43:37
5392 Log: Integrate with Sarathy.
5394 ! embed.h embed.pl embedvar.h proto.h regexec.c t/op/re_tests
5395 !> ext/Errno/Errno_pm.PL ext/IO/lib/IO/Socket.pm t/lib/dumper.t
5396 !> t/op/regexp.t t/pragma/overload.t
5397 ____________________________________________________________________________
5398 [ 4575] By: gsar on 1999/11/13 19:41:46
5399 Log: typos in change#4561 and change#4565
5401 ! ext/Errno/Errno_pm.PL ext/IO/lib/IO/Socket.pm
5402 ____________________________________________________________________________
5403 [ 4574] By: gsar on 1999/11/13 19:31:19
5404 Log: revert non-kosher parts of change#4562 (sort order problems
5405 should be ignored (on ebcdic) by fixing dumper.t/T() to sort
5406 result and expected lines; /[:ascii:]/ not working should be
5407 fixed, not ignored in regexp.t; result from sort should be
5408 fixed to be ascii portable on ebcdic, not ebcdic-specific)
5410 ! t/lib/dumper.t t/op/regexp.t t/pragma/overload.t
5411 ____________________________________________________________________________
5412 [ 4573] By: gsar on 1999/11/13 19:13:04
5413 Log: integrate cfgperl changes into mainline
5415 +> lib/unicode/Eq/Latin1.pl lib/unicode/Eq/Unicode.pl
5416 +> lib/unicode/In/BopomofoExtended.pl
5417 +> lib/unicode/In/BraillePatterns.pl
5418 +> lib/unicode/In/CJKRadicalsSupplement.pl
5419 +> lib/unicode/In/CJKUnifiedIdeographsExtensionA.pl
5420 +> lib/unicode/In/Cherokee.pl
5421 +> lib/unicode/In/IdeographicDescriptionCharacters.pl
5422 +> lib/unicode/In/KangxiRadicals.pl lib/unicode/In/Khmer.pl
5423 +> lib/unicode/In/Mongolian.pl lib/unicode/In/Myanmar.pl
5424 +> lib/unicode/In/Ogham.pl lib/unicode/In/Runic.pl
5425 +> lib/unicode/In/Sinhala.pl lib/unicode/In/Syriac.pl
5426 +> lib/unicode/In/Thaana.pl
5427 +> lib/unicode/In/UnifiedCanadianAboriginalSyllabics.pl
5428 +> lib/unicode/In/YiRadicals.pl lib/unicode/In/YiSyllables.pl
5429 - lib/unicode/Eq/Latin1 lib/unicode/Eq/Unicode
5430 !> (integrate 213 files)
5431 ____________________________________________________________________________
5432 [ 4572] By: jhi on 1999/11/13 18:44:50
5433 Log: From: "Craig A. Berry" <craig.berry@metamor.com>
5434 To: perl5-porters@perl.org, VMSPERL@perl.org
5435 Subject: [PATCH 5.005_03 and 5.005_62] updates to README.vms
5436 Date: Wed, 27 Oct 1999 11:02:54 -0500
5437 Message-Id: <4.2.0.58.19991027105257.00addc10@mmtnt11.metamor.com>
5440 ____________________________________________________________________________
5441 [ 4571] By: jhi on 1999/11/13 18:33:39
5442 Log: From: jand@activestate.com (Jan Dubois)
5443 To: perl5-porters@perl.org, Perl-Win32-Porters@activestate.com
5444 Cc: Douglas Lankshear <dougl@activestate.com>,
5445 Gurusamy Sarathy <gsar@activestate.com>
5446 Subject: [5.005_62 PATCH] support link() on WinNT and NTFS
5447 Date: Tue, 09 Nov 1999 00:38:33 +0100
5448 Message-ID: <382b5d24.10899522@smtprelay.t-online.de>
5450 ! XSUB.h iperlsys.h pp_sys.c t/io/fs.t win32/config.bc
5451 ! win32/config.gc win32/config.vc win32/config_H.bc
5452 ! win32/config_H.gc win32/config_H.vc win32/perllib.c
5453 ! win32/win32.c win32/win32iop.h
5454 ____________________________________________________________________________
5455 [ 4570] By: jhi on 1999/11/13 18:30:37
5456 Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
5457 To: perl5-porters@perl.org (Mailing list Perl5)
5458 Subject: [PATCH 5.005_62] makedef.pl goof
5459 Date: Mon, 8 Nov 1999 23:55:21 -0500 (EST)
5460 Message-Id: <199911090455.XAA25627@monk.mps.ohio-state.edu>
5463 ____________________________________________________________________________
5464 [ 4569] By: jhi on 1999/11/13 18:06:54
5465 Log: From: Michael G Schwern <schwern@pobox.com>
5466 To: perl5-porters@perl.org, pod-people@perl.org
5467 Cc: tchrist@mox.perl.com, gnat@frii.com
5468 Subject: [DOCPATCH 5.005_62 perlfaq9.pod] Mention HTML::FormatText
5469 Date: Wed, 10 Nov 1999 17:21:46 -0500
5470 Message-ID: <19991110172146.A23527@athens.aocn.com>
5473 ____________________________________________________________________________
5474 [ 4568] By: jhi on 1999/11/13 18:05:33
5475 Log: From: "Paul Moore" <gustav@morpheus.demon.co.uk>
5476 To: <perl5-porters@perl.org>
5477 Subject: DynaLoader_pm.PL patch (backslashes in strings)
5478 Date: Wed, 10 Nov 1999 22:52:02 -0000
5479 Message-ID: <LPBBIIMJKJMPNOGHGLLCMEBFCAAA.gustav@morpheus.demon.co.uk>
5481 ! ext/DynaLoader/DynaLoader_pm.PL
5482 ____________________________________________________________________________
5483 [ 4567] By: jhi on 1999/11/13 18:03:52
5484 Log: From: JD Laub <jdl@access-health.com>
5485 To: perl5-porters@perl.org
5486 Subject: [ID 19991112.002] patch: Exporter.pm not reporting path
5487 Date: Fri, 12 Nov 1999 08:58:28 -0700 (MST)
5488 Message-Id: <199911121558.IAA08915@mocha.iasi.com>
5490 ! lib/Exporter/Heavy.pm
5491 ____________________________________________________________________________
5492 [ 4566] By: jhi on 1999/11/13 18:01:24
5493 Log: From: Bernard Quatermass <bernard@quatermass.co.uk>
5494 To: perl5-porters@perl.org
5495 Subject: small patch for perldoc
5496 Date: Fri, 12 Nov 1999 23:11:43 GMT
5497 Message-Id: <VA.0000001c.00d1e05a@quatermass.co.uk>
5500 ____________________________________________________________________________
5501 [ 4565] By: jhi on 1999/11/13 17:58:54
5502 Log: From: Scott Gifford <sgifford@tir.com>
5503 To: perl5-porters@perl.org
5505 Subject: [ID 19991112.004] Bug in IO::Socket (patch included)
5506 Date: 12 Nov 1999 18:55:30 -0500
5507 Message-Id: <m3emdvw9hp.fsf@sgifford.tir.com>
5509 ! ext/IO/lib/IO/Socket.pm
5510 ____________________________________________________________________________
5511 [ 4564] By: jhi on 1999/11/13 17:45:39
5512 Log: Applied manually:
5513 From: "Craig A. Berry" <craig.berry@metamor.com>
5514 To: perl5-porters@perl.org, VMSPERL@perl.org
5515 Subject: [PATCH 5.005_62] patches required to build on VMS
5516 Date: Tue, 09 Nov 1999 18:16:14 -0600
5517 Message-Id: <4.2.2.19991109173839.00d12630@mmtnt11.metamor.com>
5519 ! configure.com vms/descrip_mms.template vms/subconfigure.com
5520 ! vms/vms.c vms/vmsish.h
5521 ____________________________________________________________________________
5522 [ 4563] By: jhi on 1999/11/13 17:18:41
5523 Log: Regen Unicode tables to include a warning:
5524 Thou Shalt Not Edit Them By Hand; add missing
5525 (Unicode 2.0 -introduced) tables to MANIFEST;
5526 convert the equivalence tables to be valid Perl code.
5528 + lib/unicode/Eq/Latin1.pl lib/unicode/Eq/Unicode.pl
5529 + lib/unicode/In/BopomofoExtended.pl
5530 + lib/unicode/In/BraillePatterns.pl
5531 + lib/unicode/In/CJKRadicalsSupplement.pl
5532 + lib/unicode/In/CJKUnifiedIdeographsExtensionA.pl
5533 + lib/unicode/In/Cherokee.pl
5534 + lib/unicode/In/IdeographicDescriptionCharacters.pl
5535 + lib/unicode/In/KangxiRadicals.pl lib/unicode/In/Khmer.pl
5536 + lib/unicode/In/Mongolian.pl lib/unicode/In/Myanmar.pl
5537 + lib/unicode/In/Ogham.pl lib/unicode/In/Runic.pl
5538 + lib/unicode/In/Sinhala.pl lib/unicode/In/Syriac.pl
5539 + lib/unicode/In/Thaana.pl
5540 + lib/unicode/In/UnifiedCanadianAboriginalSyllabics.pl
5541 + lib/unicode/In/YiRadicals.pl lib/unicode/In/YiSyllables.pl
5542 - lib/unicode/Eq/Latin1 lib/unicode/Eq/Unicode
5544 ____________________________________________________________________________
5545 [ 4562] By: jhi on 1999/11/13 16:53:00
5546 Log: From: Peter Prymmer <pvhp@forte.com>
5547 To: gsar@activestate.com, perl-mvs@perl.org, perlbug@perl.com
5548 Subject: [PATCH: 5.005_62]was Re: [ID 19991102.003] perl on os390
5549 Date: Wed, 10 Nov 1999 14:34:36 -0800 (PST)
5550 Message-Id: <199911102234.OAA01018@brio.forte.com>
5552 ! t/lib/dumper.t t/op/pack.t t/op/regexp.t t/pragma/locale.t
5553 ! t/pragma/overload.t
5554 ____________________________________________________________________________
5555 [ 4561] By: jhi on 1999/11/13 16:29:37
5556 Log: $Config{myarchname} is not a good architecture identifier
5557 because it may contain host/node identification like
5560 ! ext/Errno/Errno_pm.PL
5561 ____________________________________________________________________________
5562 [ 4560] By: jhi on 1999/11/13 16:26:13
5563 Log: Continue largefileness separation from quadness;
5564 move nv-preserving test out of perl.h into Configure;
5565 use HAS_SETVBUF in IO.
5567 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
5568 ! config_h.SH ext/IO/IO.xs hints/solaris_2.sh perl.h pp_sys.c
5570 ! U/a_dvisory/quadtype.U
5571 Branch: metaconfig/U/perl
5573 ! d_fseeko.U d_ftello.U io64.U perlxv.U
5574 ____________________________________________________________________________
5575 [ 4559] By: jhi on 1999/11/13 13:46:38
5576 Log: Try to fix largefileness so that it "works" without a quad IV.
5578 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
5579 ! config_h.SH perl.h pp_sys.c t/lib/syslfs.t t/op/lfs.t
5581 ! U/a_dvisory/quadtype.U U/typedefs/lseektype.U
5582 Branch: metaconfig/U/perl
5584 ____________________________________________________________________________
5585 [ 4558] By: jhi on 1999/11/13 11:36:19
5586 Log: Undo drift from mainline.
5588 ! regcomp.c util.c utils/h2xs.PL
5589 ____________________________________________________________________________
5590 [ 4557] By: gsar on 1999/11/13 10:54:46
5594 ____________________________________________________________________________
5595 [ 4556] By: gsar on 1999/11/13 10:53:41
5596 Log: integrate cfgperl contents (op.[ch] needed manual resolve)
5598 +> epoc/Config.pm epoc/autosplit.pl epoc/createpkg.pl
5599 +> epoc/epoc_stubs.c
5600 !> (integrate 48 files)
5601 ____________________________________________________________________________
5602 [ 4555] By: jhi on 1999/11/13 10:05:54
5603 Log: Integrate with Sarathy.
5605 !> dump.c ext/Devel/DProf/DProf.xs gv.c mg.c op.c perl.c pp.c
5606 !> sv.c warnings.h warnings.pl win32/Makefile win32/perllib.c
5607 ____________________________________________________________________________
5608 [ 4554] By: jhi on 1999/11/13 10:03:07
5609 Log: s/_SIGN$/_sign/g;
5611 ! U/typedefs/gidsign.U U/typedefs/pidsign.U U/typedefs/uidsign.U
5612 ____________________________________________________________________________
5613 [ 4553] By: gsar on 1999/11/13 02:17:53
5614 Log: cloned interpreters now actually run and pass all but 55/10386
5615 subtests; various subtle bugs, new and old, observed when running
5616 cloned interpreters have been fixed
5619 | * dup psig_ptr table
5620 | * merge PADOP GVs support with "our" SVs (existing PADOPs are too
5621 | simple-minded and grab one pad entry each, heavily bloating
5622 | the pad by not avoiding dups)
5623 | * overloaded constants are not really immutable--they need to
5625 | * allocator for constants and OPs need to be spelled differently
5626 | (shared vs interpreter-local allocations)
5627 | * optree refcounting is still missing locking (macros are in place)
5628 | * curstackinfo, {mark,scope,save,ret}stack need to be cloned so
5629 | perl_clone() can be called from within runops*()
5631 ! dump.c ext/Devel/DProf/DProf.xs gv.c mg.c op.c perl.c pp.c
5632 ! sv.c warnings.h warnings.pl win32/Makefile win32/perllib.c
5633 ____________________________________________________________________________
5634 [ 4552] By: jhi on 1999/11/11 23:17:43
5635 Log: Turn on largefileness always if available and
5636 continue 64-bit fixes.
5638 ! Configure config_h.SH handy.h hints/aix.sh hints/dec_osf.sh
5639 ! hints/hpux.sh hints/irix_6.sh hints/solaris_2.sh perl.h pp.c
5640 ! sv.c t/lib/syslfs.t t/op/lfs.t utf8.c
5641 ____________________________________________________________________________
5642 [ 4551] By: jhi on 1999/11/11 23:16:15
5643 Log: Split int64type from i_inttypes, rename quadcase into quadkind.
5645 ! U/a_dvisory/quadtype.U
5646 Branch: metaconfig/U/perl
5648 ! i_inttypes.U io64.U
5649 ____________________________________________________________________________
5650 [ 4550] By: jhi on 1999/11/11 20:24:55
5651 Log: Fix a thinko in 4548.
5654 ____________________________________________________________________________
5655 [ 4549] By: jhi on 1999/11/11 19:48:21
5656 Log: Integrate with Sarathy.
5658 !> (integrate 56 files)
5659 ____________________________________________________________________________
5660 [ 4548] By: jhi on 1999/11/11 19:41:56
5661 Log: Try to do something if st_size, st_uid, st_gid are too big for an IV;
5664 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
5665 ! config_h.SH pp_sys.c
5666 ____________________________________________________________________________
5667 [ 4547] By: jhi on 1999/11/11 19:40:38
5668 Log: s/_SIZE$/_size/g; add sizesize and ssizesize.
5670 + U/typedefs/sizesize.U U/typedefs/ssizesize.U
5671 ! U/typedefs/gidsize.U U/typedefs/pidsize.U U/typedefs/uidsize.U
5672 ____________________________________________________________________________
5673 [ 4546] By: gsar on 1999/11/11 10:32:54
5674 Log: avoid stash pointers in optree under USE_ITHREADS
5676 ! bytecode.pl cop.h ext/B/B.xs ext/B/B/Asmdata.pm
5677 ! ext/B/B/Bytecode.pm ext/B/B/C.pm ext/B/B/Debug.pm
5678 ! ext/B/B/Deparse.pm ext/ByteLoader/bytecode.h
5679 ! ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h
5680 ! ext/Opcode/Opcode.xs gv.c op.c perl.c pp.c pp_ctl.c pp_hot.c
5682 ____________________________________________________________________________
5683 [ 4545] By: gsar on 1999/11/11 06:04:20
5684 Log: another change towards a shareable optree: avoid pointer to filegv
5685 in COP; revert parts of change#4485 and s/xcv_filegv/xcv_file/
5686 (CvFILE() may yet come in handy somewhere); adjust compiler doodads
5689 ! bytecode.pl cop.h cv.h dump.c ext/B/B.pm ext/B/B.xs
5690 ! ext/B/B/Asmdata.pm ext/B/B/Bytecode.pm ext/B/B/C.pm
5691 ! ext/B/B/CC.pm ext/B/B/Debug.pm ext/B/B/Deparse.pm
5692 ! ext/B/B/Lint.pm ext/B/B/Xref.pm ext/ByteLoader/bytecode.h
5693 ! ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h
5694 ! ext/Devel/Peek/Peek.pm gv.c gv.h op.c perl.c pp.c pp_ctl.c
5695 ! pp_sys.c scope.c scope.h sv.c sv.h toke.c util.c util.h
5697 ____________________________________________________________________________
5698 [ 4544] By: gsar on 1999/11/10 18:19:12
5699 Log: more cleanups for change#4539
5701 ! gv.h op.c op.h pp_ctl.c pp_hot.c
5702 ____________________________________________________________________________
5703 [ 4543] By: gsar on 1999/11/10 01:52:22
5704 Log: remove dead branch/infinite looper in change#3612
5707 ____________________________________________________________________________
5708 [ 4542] By: gsar on 1999/11/09 20:05:47
5709 Log: IoDIRP may be fake when used in source filters, mark as such
5712 ____________________________________________________________________________
5713 [ 4541] By: gsar on 1999/11/09 05:47:53
5714 Log: small nits in changes#4538,4539
5717 ____________________________________________________________________________
5718 [ 4540] By: gsar on 1999/11/08 20:30:58
5719 Log: win32 symbol export tweak
5721 ! makedef.pl win32/win32.c win32/win32iop.h
5722 ____________________________________________________________________________
5723 [ 4539] By: gsar on 1999/11/08 18:50:40
5724 Log: preliminary support for GVOP indirection via pad
5726 ! doio.c dump.c embed.h embed.pl global.sym objXSUB.h op.c op.h
5727 ! opcode.pl perlapi.c pp_hot.c pp_sys.c proto.h run.c
5728 ____________________________________________________________________________
5729 [ 4538] By: gsar on 1999/11/08 11:25:49
5730 Log: preliminary support for perl_clone() (still needs work in
5731 the following areas: SVOPs must indirect via pad; context
5732 stack, scope stack, and runlevels must be cloned; must
5733 hook up the virtualized pseudo-process support provided by
5736 ! av.h embed.h embed.pl embedvar.h global.sym hv.c hv.h
5737 ! intrpvar.h makedef.pl objXSUB.h perl.h perlapi.c proto.h sv.c
5738 ! win32/perllib.c win32/win32.c
5739 ____________________________________________________________________________
5740 [ 4537] By: gsar on 1999/11/08 11:19:18
5741 Log: more thorough cleanup in perl_destroy()
5744 ____________________________________________________________________________
5745 [ 4536] By: gsar on 1999/11/08 07:16:10
5746 Log: win32 internal data must be interpreter-local
5748 ! win32/win32.c win32/win32.h win32/win32sck.c
5749 ____________________________________________________________________________
5750 [ 4535] By: gsar on 1999/11/08 04:17:28
5751 Log: tweak change#4502
5754 ____________________________________________________________________________
5755 [ 4534] By: jhi on 1999/11/07 13:17:03
5756 Log: Four special class subs, not three.
5759 ____________________________________________________________________________
5760 [ 4533] By: jhi on 1999/11/07 13:13:15
5761 Log: Integrate with Sarathy.
5763 !> mg.c t/io/print.t
5764 ____________________________________________________________________________
5765 [ 4532] By: jhi on 1999/11/07 12:36:10
5766 Log: More test program maintenance.
5768 ! Configure config_h.SH
5770 ! U/a_dvisory/intsize.U U/compline/alignbytes.U
5771 ! U/compline/charsize.U U/compline/d_sigaction.U
5772 ! U/compline/doublesize.U U/compline/floatsize.U
5773 ! U/compline/nblock_io.U U/compline/ptrsize.U
5774 ! U/modified/Signal.U U/typedefs/gidsize.U U/typedefs/pidsize.U
5775 ! U/typedefs/uidsize.U
5776 Branch: metaconfig/U/perl
5778 ____________________________________________________________________________
5779 [ 4531] By: jhi on 1999/11/07 00:34:09
5780 Log: Tidy up the metaconfig test programs.
5782 ! Configure config_h.SH
5784 ! U/a_dvisory/intsize.U U/compline/alignbytes.U
5785 ! U/compline/charsize.U U/compline/doublesize.U
5786 ! U/compline/nblock_io.U U/compline/ptrsize.U
5787 ! U/modified/d_longlong.U U/typedefs/gidsize.U
5788 ! U/typedefs/lseektype.U U/typedefs/pidsize.U
5789 ! U/typedefs/uidsize.U
5790 Branch: metaconfig/U/perl
5792 ____________________________________________________________________________
5793 [ 4530] By: jhi on 1999/11/06 23:51:34
5794 Log: So many printfs, so little time.
5796 ! op.c perl.c regcomp.c scope.c util.c
5797 ____________________________________________________________________________
5798 [ 4529] By: jhi on 1999/11/06 23:27:35
5799 Log: Replace the explicit zeros with NOOPs.
5802 ____________________________________________________________________________
5803 [ 4528] By: jhi on 1999/11/06 23:10:54
5804 Log: From: jand@activestate.com (Jan Dubois)
5805 To: perl5-porters@perl.org
5806 Cc: Mike Blazer <blazer@mail.nevalink.ru>,
5807 Mark Borgerding <mborgerding@acm.org>
5808 Subject: [5.005_62 PATCH] binmode and locale support for -T and -B filetest operators
5809 Date: Sat, 06 Nov 1999 22:16:43 +0100
5810 Message-ID: <38279207.46448719@smtprelay.t-online.de>
5813 ____________________________________________________________________________
5814 [ 4527] By: jhi on 1999/11/06 20:22:14
5818 ____________________________________________________________________________
5819 [ 4526] By: jhi on 1999/11/06 20:19:04
5820 Log: ...and they are getting fewer.
5822 ! dump.c op.c util.c
5823 ____________________________________________________________________________
5824 [ 4525] By: jhi on 1999/11/06 19:59:59
5825 Log: More printf miscasts flushed out.
5827 ! dump.c ext/B/B.xs ext/Data/Dumper/Dumper.xs regcomp.c
5829 ____________________________________________________________________________
5830 [ 4524] By: jhi on 1999/11/06 15:39:05
5831 Log: Crushing the remaining %ld guerillas.
5833 ! ext/Devel/DProf/DProf.xs
5834 ____________________________________________________________________________
5835 [ 4523] By: jhi on 1999/11/06 15:11:38
5836 Log: Update CPAN sites list.
5838 ! pod/perlmodlib.pod
5839 ____________________________________________________________________________
5840 [ 4522] By: jhi on 1999/11/05 19:50:46
5841 Log: The -n32 is normally part of $cc, not $ccflags.
5844 ____________________________________________________________________________
5845 [ 4521] By: gsar on 1999/11/05 04:35:30
5846 Log: allow $\ to work right when set to a string with embedded nulls
5849 ____________________________________________________________________________
5850 [ 4520] By: jhi on 1999/11/04 23:30:09
5851 Log: Integrate with Sarathy.
5853 !> embedvar.h ext/B/B/Bytecode.pm ext/B/B/Lint.pm
5854 !> ext/B/B/Stash.pm ext/B/NOTES ext/B/O.pm ext/File/Glob/Glob.pm
5855 !> ext/File/Glob/bsd_glob.c ext/File/Glob/bsd_glob.h intrpvar.h
5856 !> keywords.h keywords.pl objXSUB.h op.c perl.c pod/perldelta.pod
5857 !> pod/perldiag.pod pod/perlfunc.pod pod/perlmod.pod
5858 !> pod/perlrun.pod pod/perlsub.pod pod/perltodo.pod toke.c
5859 ____________________________________________________________________________
5860 [ 4519] By: jhi on 1999/11/04 23:09:25
5861 Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
5862 To: perl5-porters@perl.org (Mailing list Perl5)
5863 Subject: [PATCH 5.005_62] ref to non-lvalue method
5864 Date: Wed, 3 Nov 1999 03:52:48 -0500 (EST)
5865 Message-Id: <199911030852.DAA06563@monk.mps.ohio-state.edu>
5868 ____________________________________________________________________________
5869 [ 4518] By: jhi on 1999/11/04 23:07:27
5870 Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
5871 To: perl5-porters@perl.org (Mailing list Perl5)
5872 Subject: [PATCH 5.005_62] xsubpp dependency
5873 Date: Wed, 3 Nov 1999 02:57:23 -0500 (EST)
5874 Message-Id: <199911030757.CAA06325@monk.mps.ohio-state.edu>
5876 ! lib/ExtUtils/MM_Unix.pm
5877 ____________________________________________________________________________
5878 [ 4517] By: jhi on 1999/11/04 23:05:59
5879 Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
5880 To: perl5-porters@perl.org (Mailing list Perl5)
5881 Subject: [PATCH 5.005_62] regexp.h
5882 Date: Wed, 3 Nov 1999 02:55:21 -0500 (EST)
5883 Message-Id: <199911030755.CAA06311@monk.mps.ohio-state.edu>
5886 ____________________________________________________________________________
5887 [ 4516] By: gsar on 1999/11/04 18:25:45
5888 Log: change#4485 didn't do the right thing for B::Bytecode
5890 ! ext/B/B/Bytecode.pm
5891 ____________________________________________________________________________
5892 [ 4515] By: gsar on 1999/11/04 17:28:29
5893 Log: implement STOP blocks and fix compiler to use them (minimally
5896 ! embedvar.h ext/B/B/Lint.pm ext/B/B/Stash.pm ext/B/NOTES
5897 ! ext/B/O.pm intrpvar.h keywords.h keywords.pl objXSUB.h op.c
5898 ! perl.c pod/perldelta.pod pod/perldiag.pod pod/perlfunc.pod
5899 ! pod/perlmod.pod pod/perlrun.pod pod/perlsub.pod
5900 ! pod/perltodo.pod toke.c
5901 ____________________________________________________________________________
5902 [ 4514] By: gsar on 1999/11/04 15:59:46
5903 Log: display BSD license in Glob.pm (for clause #2 conformity)
5905 ! ext/File/Glob/Glob.pm ext/File/Glob/bsd_glob.c
5906 ! ext/File/Glob/bsd_glob.h
5907 ____________________________________________________________________________
5908 [ 4513] By: jhi on 1999/11/04 08:26:19
5909 Log: Integrate with Sarathy.
5912 !> (integrate 34 files)
5913 ____________________________________________________________________________
5914 [ 4512] By: jhi on 1999/11/04 08:01:25
5915 Log: Incremental Mac integration from Matthias.
5917 ! perl.c perl.h pp_ctl.c pp_hot.c run.c sv.c t/pod/testpchk.pl
5919 ____________________________________________________________________________
5920 [ 4511] By: gsar on 1999/11/04 02:53:37
5921 Log: remove VIRTUAL tag, PERL_OBJECT doesn't need it anymore
5923 ! dosish.h embed.pl mg.c os2/os2ish.h perl.c perl.h perly.c
5924 ! perly_c.diff pp_ctl.c proto.h regcomp.c regexec.c sv.c toke.c
5925 ! universal.c vms/perly_c.vms vms/vmsish.h win32/win32.h
5927 ____________________________________________________________________________
5928 [ 4510] By: jhi on 1999/11/02 22:12:29
5929 Log: S_init_interp is a better place to diddle with PL_opargs
5930 than perl_construct.
5933 ____________________________________________________________________________
5934 [ 4509] By: jhi on 1999/11/02 21:30:02
5935 Log: From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
5936 To: ben@mucus.advanced.org, perl5-porters@perl.org
5937 Subject: Re: [ID 19991102.002] unpack('N', pack('N', -1)) not idempotent
5938 Date: Tue, 02 Nov 1999 21:36:00 +0000
5939 Message-Id: <E11ilay-00020o-00@taurus.cus.cam.ac.uk>
5942 ____________________________________________________________________________
5943 [ 4508] By: jhi on 1999/11/02 20:46:27
5944 Log: Initial integration of the MacPerl changes form Matthias.
5946 ! doio.c ext/DynaLoader/DynaLoader_pm.PL ext/Fcntl/Fcntl.pm
5947 ! ext/Fcntl/Fcntl.xs gv.c mg.c opcode.pl perl.c perl.h pp_ctl.c
5948 ! pp_hot.c pp_sys.c run.c sv.c toke.c util.c
5949 ____________________________________________________________________________
5950 [ 4507] By: jhi on 1999/11/01 23:05:07
5951 Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
5952 To: lvirden@cas.org (Larry W. Virden)
5953 Cc: perl5-porters@perl.org, lvirden@cas.org
5954 Subject: Re: [ID 19991026.001] perl segmentation fault report
5955 Date: Mon, 1 Nov 1999 18:14:16 -0500 (EST)
5956 Message-Id: <199911012314.SAA22664@monk.mps.ohio-state.edu>
5958 ! regexec.c t/op/pat.t
5959 ____________________________________________________________________________
5960 [ 4506] By: jhi on 1999/11/01 19:56:28
5961 Log: From: Olaf Flebbe <olaf@science-computing.de>
5962 To: perl5-porters@perl.org
5963 Subject: [PATCH: 5.005_62] Patch for EPOC Support
5964 Date: Mon, 1 Nov 1999 20:46:54 +0100 (MET)
5965 Message-ID: <Pine.LNX.4.10.9911012045190.411-100000@dragon.science-computing.de>
5967 + epoc/Config.pm epoc/autosplit.pl epoc/createpkg.pl
5969 ! MANIFEST README.epoc epoc/epocish.h epoc/perl.mmp
5971 ____________________________________________________________________________
5972 [ 4505] By: gsar on 1999/11/01 17:09:44
5973 Log: macros for COP.cop_filegv access
5975 ! cop.h deb.c gv.c op.c perl.c pp_ctl.c pp_sys.c scope.c toke.c
5977 ____________________________________________________________________________
5978 [ 4504] By: gsar on 1999/11/01 17:08:28
5979 Log: enable better Win32::DomainName() by demand loading netapi32.dll
5982 ! pod/Win32.pod win32/win32.c
5983 ____________________________________________________________________________
5984 [ 4503] By: gsar on 1999/10/31 20:56:06
5985 Log: change#4502 was missing a file
5988 ____________________________________________________________________________
5989 [ 4502] By: gsar on 1999/10/31 20:46:02
5990 Log: make nested ARGV/$^I loops work correctly; fixes several bugs
5991 in the way ARGV state was handled in readline(); writing a
5992 subroutine to do inplace edits is now possible, provided *ARGV,
5993 *ARGVOUT, $^I and $_ are localized where needed
5995 ! MANIFEST doio.c embedvar.h intrpvar.h objXSUB.h perl.c
5997 ____________________________________________________________________________
5998 [ 4501] By: jhi on 1999/10/31 12:43:54
5999 Log: Integrate with Sarathy.
6001 !> perl.h win32/config.bc win32/config.gc win32/config.vc
6002 !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
6003 ____________________________________________________________________________
6004 [ 4500] By: gsar on 1999/10/31 10:01:17
6005 Log: updated windows config* files
6007 ! win32/config.bc win32/config.gc win32/config.vc
6008 ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
6009 ____________________________________________________________________________
6010 [ 4499] By: gsar on 1999/10/31 09:15:17
6011 Log: integrate cfgperl contents into mainline
6013 !> Configure Porting/Glossary Porting/config.sh Porting/config_H
6014 !> config_h.SH perl.h
6015 ____________________________________________________________________________
6016 [ 4498] By: gsar on 1999/10/31 09:13:41
6017 Log: remove unused struct Outrec
6020 ____________________________________________________________________________
6021 [ 4497] By: jhi on 1999/10/30 12:41:50
6022 Log: Add HAS_QUAD ($Config{d_quad}); use it.
6024 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
6025 ! config_h.SH perl.h
6027 ! U/a_dvisory/quadtype.U U/compline/charsize.U U/typedefs/gidf.U
6029 Branch: metaconfig/U/perl
6031 ____________________________________________________________________________
6032 [ 4496] By: gsar on 1999/10/30 00:28:32
6033 Log: integrate cfgperl contents into mainline
6035 !> Configure Policy_sh.SH Porting/Glossary Porting/config.sh
6036 !> Porting/config_H README.hurd config_h.SH doop.c handy.h
6037 !> hints/aix.sh hints/irix_6.sh hints/solaris_2.sh mg.c perl.c
6038 !> perl.h pp.c pp.h regexec.c sv.c taint.c
6039 ____________________________________________________________________________
6040 [ 4495] By: jhi on 1999/10/29 23:36:19
6041 Log: Continue what #4494 started; introduce uid and gid formats.
6043 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
6044 ! config_h.SH handy.h perl.h
6046 + U/a_dvisory/quadtype.U U/typedefs/gidf.U U/typedefs/uidf.U
6047 - U/typedefs/quadtype.U
6048 Branch: metaconfig/U/perl
6050 ____________________________________________________________________________
6051 [ 4494] By: jhi on 1999/10/29 22:09:01
6052 Log: Move the IV, UV, I8, U8, ..., and NV to metaconfig
6053 from perl.h and handy.h.
6055 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
6056 ! config_h.SH handy.h perl.h
6057 Branch: metaconfig/U/perl
6058 + perlxv.U perlxvf.U
6059 ____________________________________________________________________________
6060 [ 4493] By: jhi on 1999/10/29 22:08:06
6061 Log: Finetuning the output continues along the lines of #4490 and #4491.
6063 ! U/modified/i_sysuio.U U/threads/d_pthreadj.U
6064 ! U/typedefs/fpostype.U
6065 Branch: metaconfig/U/perl
6067 ! d_cmsghdr_s.U d_fs_data_s.U d_msghdr_s.U d_statfs3.U
6068 ! d_statfs4.U d_statfs_f_flags.U d_statfs_s.U io64.U
6069 ____________________________________________________________________________
6070 [ 4492] By: jhi on 1999/10/29 21:14:53
6071 Log: Hurd update from Mark Kettenis.
6074 ____________________________________________________________________________
6075 [ 4491] By: jhi on 1999/10/29 20:37:02
6076 Log: A new try at what #4490 tried to accomplish.
6078 ! U/modified/i_sysuio.U U/threads/d_pthreadj.U
6079 Branch: metaconfig/U/perl
6080 ! d_cmsghdr_s.U d_fs_data_s.U d_msghdr_s.U d_statfs3.U
6081 ! d_statfs4.U d_statfs_f_flags.U d_statfs_s.U io64.U
6082 ____________________________________________________________________________
6083 [ 4490] By: jhi on 1999/10/29 20:19:41
6084 Log: metaconfig nits.
6086 ! U/modified/i_sysuio.U U/threads/d_pthreadj.U
6087 Branch: metaconfig/U/perl
6089 ! d_cmsghdr_s.U d_fs_data_s.U d_msghdr_s.U d_statfs3.U
6090 ! d_statfs4.U d_statfs_f_flags.U d_statfs_s.U io64.U
6091 ____________________________________________________________________________
6092 [ 4489] By: jhi on 1999/10/29 16:08:43
6093 Log: Integrate with Sarathy.
6095 !> (integrate 31 files)
6096 ____________________________________________________________________________
6097 [ 4488] By: jhi on 1999/10/29 15:30:30
6098 Log: Regen Configure and Glossary.
6100 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
6102 ____________________________________________________________________________
6103 [ 4487] By: jhi on 1999/10/29 15:24:13
6104 Log: Remove quad logic from perl.h; regen Configure;
6105 add -DUSE_LONG_LONG to ccflags if not already there.
6107 ! Configure config_h.SH doop.c hints/aix.sh hints/irix_6.sh
6108 ! hints/solaris_2.sh perl.h pp.c pp.h regexec.c sv.c
6109 ____________________________________________________________________________
6110 [ 4486] By: jhi on 1999/10/29 15:22:38
6111 Log: metaconfig: moved quad logic from perl.h to Configure (quadtype.U);
6112 fixed the use*.U to define their stuff only iff not already defined
6113 (so that ccflags can have any -DUSE_* it wants);
6114 uselonglong.U added; various small nits fixed.
6116 + U/typedefs/quadtype.U
6117 ! U/modified/d_longdbl.U U/modified/d_longlong.U
6118 ! U/modified/d_statblks.U U/modified/usenm.U
6119 ! U/threads/usethreads.U
6120 Branch: metaconfig/U/perl
6122 ! d_cmsghdr_s.U d_fs_data_s.U d_msghdr_s.U d_statfs3.U
6123 ! d_statfs4.U d_statfs_f_flags.U d_statfs_s.U i_inttypes.U
6124 ! quadfio.U use64bits.U uselfs.U uselongdbl.U usemorebits.U
6125 ! usemultiplicity.U useperlio.U usesocks.U
6126 ____________________________________________________________________________
6127 [ 4485] By: gsar on 1999/10/29 06:08:50
6128 Log: more cleanup: avoid unused knowledge of "file GV" notion in CV and GV
6130 ! bytecode.pl cv.h dump.c ext/B/B.pm ext/B/B.xs
6131 ! ext/B/B/Asmdata.pm ext/B/B/Bytecode.pm ext/B/B/C.pm
6132 ! ext/B/B/Debug.pm ext/B/B/Xref.pm ext/ByteLoader/byterun.c
6133 ! ext/ByteLoader/byterun.h ext/Devel/Peek/Peek.pm gv.c gv.h op.c
6135 ____________________________________________________________________________
6136 [ 4484] By: gsar on 1999/10/29 03:00:21
6137 Log: usurp GVOP slot for new PADOP (one small step to making optree
6138 shareable across interpreters)
6140 ! bytecode.pl doio.c dump.c ext/B/B.pm ext/B/B.xs
6141 ! ext/B/B/Asmdata.pm ext/B/B/Bytecode.pm ext/B/B/C.pm
6142 ! ext/B/B/Debug.pm ext/B/B/Deparse.pm ext/B/B/Lint.pm
6143 ! ext/B/B/Terse.pm ext/B/typemap ext/ByteLoader/byterun.c
6144 ! ext/ByteLoader/byterun.h op.c op.h opcode.h opcode.pl perl.h
6145 ! pp_hot.c pp_sys.c regexec.c run.c
6146 ____________________________________________________________________________
6147 [ 4483] By: jhi on 1999/10/28 22:01:12
6148 Log: Regen Configure.
6150 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
6152 ____________________________________________________________________________
6153 [ 4482] By: jhi on 1999/10/28 21:45:26
6154 Log: Installdirs patches from Andy.
6156 ! U/installdirs/sitearch.U U/installdirs/sitebin.U
6157 ! U/installdirs/sitehtml1dir.U U/installdirs/sitehtml3dir.U
6158 ! U/installdirs/sitelib.U U/installdirs/siteman1dir.U
6159 ! U/installdirs/siteman3dir.U U/installdirs/siteprefix.U
6160 ! U/installdirs/sitescriptdir.U U/installdirs/vendorarch.U
6161 ! U/installdirs/vendorbin.U U/installdirs/vendorhtml1dir.U
6162 ! U/installdirs/vendorhtml3dir.U U/installdirs/vendorlib.U
6163 ! U/installdirs/vendorman1dir.U U/installdirs/vendorman3dir.U
6164 ! U/installdirs/vendorprefix.U U/installdirs/vendorscriptdir.U
6165 ____________________________________________________________________________
6166 [ 4481] By: gsar on 1999/10/28 17:33:49
6167 Log: remove C<use Time::Local 'no_range_check'> misfeature (global
6168 can still be directly set)
6171 ____________________________________________________________________________
6172 [ 4480] By: jhi on 1999/10/28 13:49:26
6173 Log: Fix printing of uids and gids; regen Configure.
6175 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
6176 ! config_h.SH mg.c perl.c perl.h taint.c
6177 ____________________________________________________________________________
6178 [ 4479] By: jhi on 1999/10/28 11:53:57
6181 ! U/typedefs/gidsize.U
6182 ____________________________________________________________________________
6183 [ 4478] By: jhi on 1999/10/28 06:50:02
6184 Log: Integrate with Sarathy.
6186 !> Changes iperlsys.h makedef.pl patchlevel.h perl.h
6187 !> win32/Makefile win32/config.bc win32/config.gc win32/config.vc
6188 !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
6189 !> win32/config_sh.PL win32/makefile.mk win32/win32.h
6190 ____________________________________________________________________________
6191 [ 4477] By: jhi on 1999/10/28 06:40:54
6192 Log: (Slightly) better comments for Policy_sh.SH from Andy.
6195 ____________________________________________________________________________
6196 [ 4476] By: gsar on 1999/10/27 23:54:36
6197 Log: regen config* stuff for windows
6199 ! Changes patchlevel.h win32/Makefile win32/config.bc
6200 ! win32/config.gc win32/config.vc win32/config_H.bc
6201 ! win32/config_H.gc win32/config_H.vc win32/config_sh.PL
6203 ____________________________________________________________________________
6204 [ 4475] By: gsar on 1999/10/27 21:32:30
6205 Log: integrate cfgperl contents into mainline; merge conflicts
6207 !> (integrate 46 files)
6208 ____________________________________________________________________________
6209 [ 4474] By: gsar on 1999/10/27 21:15:07
6210 Log: patch up egcs-1.1.2-mingw32 build (builds a working miniperl, but not
6211 perl; stdout/stderr redirects seem broken as well)
6213 ! iperlsys.h makedef.pl perl.h win32/makefile.mk win32/win32.h
6214 ____________________________________________________________________________
6215 [ 4473] By: jhi on 1999/10/27 21:11:11
6216 Log: Do not block if no message queues available.
6219 ____________________________________________________________________________
6220 [ 4472] By: jhi on 1999/10/27 18:27:40
6221 Log: Remove unused "squatter" symbols; regen Configure.
6223 ! Configure Makefile.SH Porting/Glossary Porting/config.sh
6224 ! Porting/config_H config_h.SH epoc/config.h iperlsys.h perl.h
6225 ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
6226 ____________________________________________________________________________
6227 [ 4471] By: jhi on 1999/10/27 18:26:55
6228 Log: metaconfig; split socket; fix output.
6230 ! U/modified/d_socket.U U/modified/d_statblks.U
6231 Branch: metaconfig/U/perl
6232 + d_cmsghdr_s.U d_msghdr_s.U d_recvmsg.U d_sendmsg.U
6233 ! i_sysstatfs.U i_sysvfs.U
6234 ____________________________________________________________________________
6235 [ 4470] By: jhi on 1999/10/27 17:19:06
6236 Log: Regen Configure.
6238 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
6239 ! config_h.SH perl.c perl.h
6240 ____________________________________________________________________________
6241 [ 4469] By: jhi on 1999/10/27 17:18:41
6242 Log: metaconfig; split statfs.
6243 Branch: metaconfig/U/perl
6244 + d_fs_data_s.U d_statfs_f_flags.U d_statfs_s.U
6246 ____________________________________________________________________________
6247 [ 4468] By: jhi on 1999/10/27 14:06:44
6248 Log: Integrate with Sarathy; manual resolve on regcomp.c conflicts
6249 (Ilya's changes won).
6251 +> os2/OS2/REXX/DLL/Changes os2/OS2/REXX/DLL/DLL.pm
6252 +> os2/OS2/REXX/DLL/DLL.xs os2/OS2/REXX/DLL/MANIFEST
6253 +> os2/OS2/REXX/DLL/Makefile.PL os2/OS2/REXX/t/rx_emxrv.t
6254 !> (integrate 65 files)
6255 ____________________________________________________________________________
6256 [ 4467] By: jhi on 1999/10/27 13:38:41
6257 Log: Regen Configure.
6259 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
6261 ____________________________________________________________________________
6262 [ 4466] By: jhi on 1999/10/27 13:18:06
6263 Log: metaconfig fixes from Andy.
6265 + U/modified/libnlist.U U/modified/usrinc.U
6266 ! U/Glossary.patch U/mkglossary U/modified/libpth.U
6267 ____________________________________________________________________________
6268 [ 4465] By: jhi on 1999/10/27 13:06:27
6269 Log: Nosuid checking for statfs() people.
6271 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
6272 ! config_h.SH perl.c perl.h pod/perldiag.pod
6273 ____________________________________________________________________________
6274 [ 4464] By: jhi on 1999/10/27 13:04:20
6275 Log: metaconfig maintenance; fix Hasfield, statfs;
6276 add Hasstruct, statfs3, statfs4, ustat, sysvfs;
6277 split fstatfs away from statfs.
6279 + U/protos/Hasstruct.U
6280 ! U/protos/Hasfield.U
6281 Branch: metaconfig/U/perl
6282 + d_fstatfs.U d_statfs3.U d_statfs4.U d_ustat.U i_sysvfs.U
6285 ____________________________________________________________________________
6286 [ 4463] By: jhi on 1999/10/27 07:55:53
6287 Log: We need cc to be able to test for cc -v.
6290 ____________________________________________________________________________
6291 [ 4462] By: gsar on 1999/10/27 01:31:41
6292 Log: more GCC v2.95 induced adjustments
6294 ! globals.c mg.c opcode.h opcode.pl perl.h sv.c
6295 ! win32/makefile.mk win32/win32.c x2p/walk.c
6296 ____________________________________________________________________________
6297 [ 4461] By: gsar on 1999/10/26 21:42:59
6298 Log: warnings and const violations identified by compiling in C++ mode
6301 ! doio.c embed.pl mg.c op.c perl.c perlapi.c proto.h regcomp.c
6302 ! sv.c taint.c toke.c win32/win32.c
6303 ____________________________________________________________________________
6304 [ 4459] By: jhi on 1999/10/26 10:15:58
6305 Log: Regen Configure.
6307 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
6309 ____________________________________________________________________________
6310 [ 4458] By: jhi on 1999/10/26 09:48:37
6311 Log: Minor rewordings.
6312 Branch: metaconfig/U/perl
6313 ! d_getmnt.U d_getmntent.U d_statfs.U d_statvfs.U
6314 ____________________________________________________________________________
6315 [ 4456] By: jhi on 1999/10/26 09:11:49
6316 Log: Fix d_statfsflags; add d_getmnt.
6317 Branch: metaconfig/U/perl
6320 ____________________________________________________________________________
6321 [ 4455] By: jhi on 1999/10/26 08:12:27
6322 Log: Massive multitypo in #4446.
6325 ____________________________________________________________________________
6326 [ 4454] By: jhi on 1999/10/25 08:28:45
6327 Log: From: Laszlo Molnar <laszlo.molnar@eth.ericsson.se>
6328 To: Perl 5 Porters <perl5-porters@perl.org>
6329 Subject: [PATCH 5.005_62] dos-djgpp update
6330 Date: Mon, 25 Oct 1999 10:11:30 +0200
6331 Message-ID: <19991025101130.K459@crater.eth.ericsson.se>
6333 ! djgpp/config.over djgpp/configure.bat djgpp/djgppsed.sh
6334 ! pod/perldelta.pod t/lib/io_unix.t
6335 ____________________________________________________________________________
6336 [ 4453] By: jhi on 1999/10/25 08:25:50
6337 Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
6338 To: perl5-porters@perl.org (Mailing list Perl5)
6339 Subject: [PATCH 5.005_62] Remove the last regnode<==>char*
6340 Date: Mon, 25 Oct 1999 03:06:21 -0400 (EDT)
6341 Message-Id: <199910250706.DAA16825@monk.mps.ohio-state.edu>
6343 ! embed.h embed.pl proto.h regcomp.c regcomp.h regexec.c
6344 ____________________________________________________________________________
6345 [ 4452] By: jhi on 1999/10/25 08:16:55
6346 Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
6347 To: perl5-porters@perl.org (Mailing list Perl5)
6348 Subject: [PATCH 5.005_62] Missing REx engine patch
6349 Date: Sun, 24 Oct 1999 23:47:45 -0400 (EDT)
6350 Message-Id: <199910250347.XAA16094@monk.mps.ohio-state.edu>
6352 ! pod/perldiag.pod regcomp.c regexec.c
6353 ____________________________________________________________________________
6354 [ 4451] By: jhi on 1999/10/25 08:13:06
6355 Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
6356 To: perl5-porters@perl.org (Mailing list Perl5)
6357 Subject: [PATCH 5.005_62] charnames and UTEST
6358 Date: Sun, 24 Oct 1999 23:39:49 -0400 (EDT)
6359 Message-Id: <199910250339.XAA16058@monk.mps.ohio-state.edu>
6362 ____________________________________________________________________________
6363 [ 4450] By: gsar on 1999/10/25 07:38:15
6367 ____________________________________________________________________________
6368 [ 4449] By: gsar on 1999/10/24 23:20:10
6369 Log: remove inconsistent tainting behavior of sprintf("%e",...)
6370 (all bets are off is "C" locale is compromised)
6372 ! pod/perlfunc.pod pod/perllocale.pod sv.c
6373 ____________________________________________________________________________
6374 [ 4448] By: gsar on 1999/10/24 22:20:42
6375 Log: remove unused interpreter globals
6377 ! deb.c dump.c embed.h embed.pl embedvar.h ext/POSIX/POSIX.xs
6378 ! global.sym gv.c gv.h intrpvar.h objXSUB.h perl.c perlapi.c
6380 ____________________________________________________________________________
6381 [ 4447] By: jhi on 1999/10/24 21:49:52
6382 Log: Another hints tweak.
6385 ____________________________________________________________________________
6386 [ 4446] By: jhi on 1999/10/24 21:48:02
6390 ____________________________________________________________________________
6391 [ 4445] By: nick on 1999/10/24 21:03:28
6392 Log: Integrate own changes to mainline.
6395 ____________________________________________________________________________
6396 [ 4444] By: nick on 1999/10/24 20:54:06
6397 Log: Avoid creating GV with NULL name when vivifying nameless scalars.
6398 (Fix/workround for [ID19991024.001])
6401 ____________________________________________________________________________
6402 [ 4443] By: nick on 1999/10/24 15:09:51
6403 Log: Follow that camel ... another sync.
6405 +> os2/OS2/REXX/DLL/Changes os2/OS2/REXX/DLL/DLL.pm
6406 +> os2/OS2/REXX/DLL/DLL.xs os2/OS2/REXX/DLL/MANIFEST
6407 +> os2/OS2/REXX/DLL/Makefile.PL os2/OS2/REXX/t/rx_emxrv.t
6408 !> (integrate 36 files)
6409 ____________________________________________________________________________
6410 [ 4442] By: gsar on 1999/10/24 14:40:01
6411 Log: typo in installperl (from Paul Moore <gustav@morpheus.demon.co.uk>)
6414 ____________________________________________________________________________
6415 [ 4441] By: gsar on 1999/10/24 14:33:11
6416 Log: test in change#4428 needs strict interpretation of C modulus
6419 ____________________________________________________________________________
6420 [ 4440] By: gsar on 1999/10/24 13:47:17
6421 Log: don't allow SIGCHLD to be ignored at startup, or wait*() and
6424 ! perl.c pod/perldelta.pod pod/perldiag.pod
6425 ____________________________________________________________________________
6426 [ 4439] By: jhi on 1999/10/24 13:19:17
6427 Log: test for #2835 (yeah, better later than never)
6430 ____________________________________________________________________________
6431 [ 4438] By: gsar on 1999/10/24 12:59:12
6432 Log: typo, doc tweak
6434 ! lib/attributes.pm pod/perlop.pod
6435 ____________________________________________________________________________
6436 [ 4437] By: gsar on 1999/10/24 11:59:55
6437 Log: allow get() and reftype() functions to be imported (from
6441 ____________________________________________________________________________
6442 [ 4436] By: gsar on 1999/10/24 11:52:53
6443 Log: suppress scalar leak messages for known leaks (from
6444 Robin Barker <rmb1@cise.npl.co.uk>)
6446 ! Changes t/op/lex_assign.t t/pragma/warn/op
6447 ____________________________________________________________________________
6448 [ 4435] By: gsar on 1999/10/24 11:39:42
6449 Log: VMS tweak (suggested by Craig A. Berry <craig.berry@metamor.com>)
6451 ! ext/B/defsubs_h.PL
6452 ____________________________________________________________________________
6453 [ 4434] By: gsar on 1999/10/24 11:36:08
6454 Log: relax range checking if they ask for it (from John L. Allen
6455 <allen@grumman.com>)
6458 ____________________________________________________________________________
6459 [ 4433] By: gsar on 1999/10/24 11:25:51
6460 Log: README nits pointed out by Chris Nandor <pudge@pobox.com>
6462 ! README lib/File/Path.pm
6463 ____________________________________________________________________________
6464 [ 4432] By: gsar on 1999/10/24 11:11:02
6465 Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
6466 Date: Sun, 24 Oct 1999 03:24:28 -0400 (EDT)
6467 Message-Id: <199910240724.DAA12230@monk.mps.ohio-state.edu>
6468 Subject: Re: [PATCH 5.005_62] OS/2 improvements
6470 + os2/OS2/REXX/DLL/Changes os2/OS2/REXX/DLL/DLL.pm
6471 + os2/OS2/REXX/DLL/DLL.xs os2/OS2/REXX/DLL/MANIFEST
6472 + os2/OS2/REXX/DLL/Makefile.PL os2/OS2/REXX/t/rx_emxrv.t
6473 ! MANIFEST hints/os2.sh mg.c miniperlmain.c os2/Changes
6474 ! os2/OS2/REXX/Changes os2/OS2/REXX/Makefile.PL
6475 ! os2/OS2/REXX/REXX.pm os2/OS2/REXX/REXX.xs
6476 ! os2/OS2/REXX/t/rx_dllld.t os2/OS2/REXX/t/rx_objcall.t
6477 ! os2/OS2/REXX/t/rx_tievar.t os2/OS2/REXX/t/rx_tieydb.t
6478 ! os2/OS2/REXX/t/rx_vrexx.t os2/dl_os2.c os2/os2.c os2/os2ish.h
6479 ! perl.c perl.h t/io/fs.t t/op/magic.t
6480 ____________________________________________________________________________
6481 [ 4431] By: gsar on 1999/10/24 10:50:14
6482 Log: install all README.foo with pod content as podfoo.pod
6484 ! Makefile.SH installman
6485 ____________________________________________________________________________
6486 [ 4430] By: gsar on 1999/10/24 09:28:24
6487 Log: @INC needs ../lib
6490 ____________________________________________________________________________
6491 [ 4429] By: jhi on 1999/10/23 21:47:49
6492 Log: More printf-fixes (see also #4426).
6494 ! deb.c dump.c ext/Data/Dumper/Dumper.xs
6495 ! ext/Devel/DProf/DProf.xs malloc.c mg.c op.c perl.c pp.c
6496 ! pp_ctl.c regcomp.c regexec.c run.c scope.c sv.c util.c
6497 ____________________________________________________________________________
6498 [ 4428] By: gsar on 1999/10/23 20:28:56
6499 Log: fix accidental C modulo semantics on integer-valued operations
6500 (e.g. caused C<length("abc") % -10> to return 3 rather than -7)
6503 ____________________________________________________________________________
6504 [ 4427] By: jhi on 1999/10/23 16:10:10
6505 Log: Integrate with Sarathy.
6507 !> sv.c win32/win32.c
6508 ____________________________________________________________________________
6509 [ 4426] By: jhi on 1999/10/23 16:04:02
6510 Log: Fix the printfing nits pointed out by using gcc -Wall and
6511 Configure -Duse64bits -Dccflags=-DDEBUGGING in Solaris,
6512 plus few other warnings in Dumper.xs.
6514 ! ext/Data/Dumper/Dumper.xs ext/Devel/DProf/DProf.xs
6515 ! ext/Devel/Peek/Peek.xs regcomp.c regexec.c sv.c util.c
6516 ____________________________________________________________________________
6517 [ 4425] By: jhi on 1999/10/23 15:16:41
6518 Log: Configure regen to pick up the new installation directories
6519 from Policy_sh.SH. The explanations of "public add-ons" and
6520 "vendor-supplied" could do with more work.
6522 ! Configure config_h.SH
6523 ____________________________________________________________________________
6524 [ 4424] By: nick on 1999/10/23 00:46:22
6525 Log: Resolve mainline before possible hacking operertunity this weekend
6527 +> pod/perlfilter.pod
6528 !> (integrate 32 files)
6529 ____________________________________________________________________________
6530 [ 4423] By: jhi on 1999/10/22 22:53:17
6531 Log: Update Policy_sh.SH to handle the newer installation directives.
6532 From: Andy Dougherty <doughera@lafayette.edu>
6533 To: Perl Porters <perl5-porters@perl.org>
6534 Subject: [PATCH 5.005_62] Policy_sh.SH update
6535 Date: Fri, 22 Oct 1999 16:47:34 -0400 (EDT)
6536 Message-ID: <Pine.SOL.4.10.9910221645470.15232-100000@maxwell.phys.lafayette.edu>
6539 ____________________________________________________________________________
6540 [ 4422] By: jhi on 1999/10/22 22:44:44
6541 Log: so back to 'so', from Stephanie Beals <bealzy@us.ibm.com>
6544 ____________________________________________________________________________
6545 [ 4421] By: gsar on 1999/10/22 21:16:44
6546 Log: sv_vcatpvfn() bug: fell through to assuming intsize of 'q' for
6550 ____________________________________________________________________________
6551 [ 4420] By: gsar on 1999/10/22 16:36:46
6552 Log: win32_utime() on directories should use localtime() rather
6553 than gmtime() (from Jan Dubois)
6556 ____________________________________________________________________________
6557 [ 4419] By: jhi on 1999/10/21 10:31:41
6558 Log: Integrate with Sarathy.
6560 !> Makefile.SH lib/CPAN/FirstTime.pm op.c opcode.h opcode.pl
6561 !> t/lib/glob-basic.t t/op/sort.t
6562 ____________________________________________________________________________
6563 [ 4418] By: gsar on 1999/10/20 23:49:47
6564 Log: add test for change#4417
6567 ____________________________________________________________________________
6568 [ 4417] By: gsar on 1999/10/20 23:45:03
6569 Log: avoid coredump on C<sort { my $c; return $a cmp $b } ...>
6572 ____________________________________________________________________________
6573 [ 4416] By: gsar on 1999/10/20 01:00:50
6574 Log: fix prototype mismatch (from Hans Mulder <hansm@xs4all.nl>)
6576 ! lib/CPAN/FirstTime.pm
6577 ____________________________________________________________________________
6578 [ 4415] By: gsar on 1999/10/20 00:52:34
6579 Log: disable optimizing troublesome ops in change#3612
6580 (from Ilya Zakharevich)
6582 ! Makefile.SH opcode.h opcode.pl
6583 ____________________________________________________________________________
6584 [ 4414] By: gsar on 1999/10/20 00:37:46
6585 Log: skip unreadable directory test when running as root
6587 ! t/lib/glob-basic.t
6588 ____________________________________________________________________________
6589 [ 4413] By: jhi on 1999/10/19 09:26:52
6590 Log: Avoid GNU ar if HP cc is being used.
6593 ____________________________________________________________________________
6594 [ 4412] By: jhi on 1999/10/19 07:24:29
6595 Log: Integrate with Sarathy.
6598 ____________________________________________________________________________
6599 [ 4411] By: jhi on 1999/10/19 07:22:34
6600 Log: Long double support: sqrtl et al are not available everywhere,
6601 e.g. not in Solaris, even when long doubles are.
6603 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
6604 ! config_h.SH perl.h
6605 ____________________________________________________________________________
6606 [ 4410] By: jhi on 1999/10/19 07:21:42
6607 Log: Add sqrtl probe, add echo dependencies.
6609 ! U/threads/d_pthreadj.U
6610 Branch: metaconfig/U/perl
6612 ! i_inttypes.U io64.U
6613 ____________________________________________________________________________
6614 [ 4409] By: gsar on 1999/10/19 02:18:54
6615 Log: perl_mutex n/a if !USE_THREADS
6618 ____________________________________________________________________________
6619 [ 4408] By: jhi on 1999/10/18 20:13:02
6620 Log: Forgotten s/warning/warnings/.
6623 ____________________________________________________________________________
6624 [ 4407] By: jhi on 1999/10/18 20:02:12
6625 Log: Integrate with Sarathy.
6627 +> pod/perlfilter.pod
6628 !> (integrate 30 files)
6629 ____________________________________________________________________________
6630 [ 4406] By: gsar on 1999/10/18 16:32:10
6631 Log: added intro to source filters from Paul Marquess
6633 + pod/perlfilter.pod
6634 ! MANIFEST pod/perldelta.pod
6635 ____________________________________________________________________________
6636 [ 4405] By: gsar on 1999/10/18 05:53:06
6637 Log: missing manpages
6640 ____________________________________________________________________________
6641 [ 4404] By: gsar on 1999/10/18 05:09:22
6642 Log: pod updates from Tom Christiansen
6644 ! lib/Pod/Man.pm pod/perldelta.pod pod/perlmodlib.pod
6645 ____________________________________________________________________________
6646 [ 4403] By: gsar on 1999/10/17 23:43:59
6647 Log: PL_malloc_mutex needs to be global, not per-interpreter
6648 (malloc.c has static data)
6650 ! embedvar.h intrpvar.h objXSUB.h perl.c perlvars.h
6651 ____________________________________________________________________________
6652 [ 4402] By: gsar on 1999/10/17 22:30:30
6653 Log: support PERL_IMPLICIT_SYS with MULTIPLICITY/USE_THREADS on
6656 ! XSUB.h ext/POSIX/POSIX.xs intrpvar.h makedef.pl malloc.c
6657 ! perl.c perl.h perlio.c win32/perllib.c win32/win32.c
6659 ____________________________________________________________________________
6660 [ 4401] By: gsar on 1999/10/17 20:33:42
6661 Log: serious bug introduced by G_VOID changes in 5.003_96: scalar
6662 eval"" did not pop stack correctly; C<$a = eval "(1,2)x1">
6663 is one symptom of the problem
6665 ! pp_ctl.c t/op/eval.t
6666 ____________________________________________________________________________
6667 [ 4400] By: gsar on 1999/10/17 18:36:46
6668 Log: remove FileHandle from list of PodParser dependencies (the
6669 difference is 20 files vs 6 files loaded!)
6671 ! lib/Pod/Parser.pm lib/Pod/Select.pm pod/perldelta.pod
6673 ____________________________________________________________________________
6674 [ 4399] By: nick on 1999/10/17 14:51:35
6675 Log: Pre-trip resolve
6677 !> installperl lib/Text/Tabs.pm perl.c pp_hot.c
6678 ____________________________________________________________________________
6679 [ 4398] By: gsar on 1999/10/17 09:19:24
6680 Log: make installperl ignore RCS files (from Michael G Schwern
6681 <schwern@pobox.com>)
6683 ! installperl lib/Text/Tabs.pm
6684 ____________________________________________________________________________
6685 [ 4397] By: gsar on 1999/10/16 18:30:14
6686 Log: another bug in change#3386 (CATCH_SET wasn't reverted correctly)
6689 ____________________________________________________________________________
6690 [ 4396] By: jhi on 1999/10/16 17:44:39
6693 ! lib/diagnostics.pm
6694 ____________________________________________________________________________
6695 [ 4395] By: gsar on 1999/10/16 17:18:36
6696 Log: assumption about @_ always being non-REAL doesn't hold when
6697 debugger is running; DB::sub() can call arbitrary stuff
6698 that modifies @_ at will
6701 ____________________________________________________________________________
6702 [ 4394] By: nick on 1999/10/16 09:35:20
6703 Log: Resolve utfperl branch against mainline as of _62
6705 +> eg/cgi/dna_small_gif.uu eg/cgi/wilogo_gif.uu
6706 +> ext/DB_File/hints/sco.pl ext/DynaLoader/hints/aix.pl
6707 +> ext/File/Glob/Changes ext/File/Glob/Glob.pm
6708 +> ext/File/Glob/Glob.xs ext/File/Glob/Makefile.PL
6709 +> ext/File/Glob/TODO ext/File/Glob/bsd_glob.c
6710 +> ext/File/Glob/bsd_glob.h ext/NDBM_File/hints/sco.pl
6711 +> pod/perlhack.pod t/lib/glob-basic.t t/lib/glob-global.t
6712 +> t/lib/glob-taint.t win32/genmk95.pl
6713 - eg/cgi/dna.small.gif.uu eg/cgi/wilogo.gif.uu
6714 !> (integrate 144 files)
6715 ____________________________________________________________________________
6716 [ 4393] By: gsar on 1999/10/16 04:07:02
6717 Log: OS/2 support bits (from Ilya Zakharevich)
6719 ! hints/os2.sh makedef.pl os2/Makefile.SHs t/lib/glob-basic.t
6720 ____________________________________________________________________________
6721 [ 4392] By: jhi on 1999/10/15 10:28:09
6722 Log: Integrate with Sarathy.
6724 !> Changes MANIFEST Makefile.SH Porting/makerel lib/Pod/Man.pm
6725 !> lib/Pod/Parser.pm op.c pod/perldelta.pod pod/perlopentut.pod
6726 !> win32/Makefile win32/makefile.mk
6732 ____________________________________________________________________________
6733 [ 4391] By: gsar on 1999/10/15 10:12:42
6734 Log: here be 5.005_62
6736 ! Changes MANIFEST Porting/makerel
6737 ____________________________________________________________________________
6738 [ 4390] By: gsar on 1999/10/15 09:45:51
6739 Log: lvalue subs patch (change#4081) breaks C<\(Foo->Bar())>;
6740 avoid tickling it in Pod::Man for now; other nits in
6743 ! lib/Pod/Man.pm lib/Pod/Parser.pm pod/perldelta.pod
6744 ! pod/perlopentut.pod
6745 ____________________________________________________________________________
6746 [ 4389] By: gsar on 1999/10/15 08:55:01
6747 Log: disable internal globbing for miniperl (or build breaks out
6748 in a rash of failed dependencies)
6750 ! Makefile.SH op.c win32/Makefile win32/makefile.mk
6751 ____________________________________________________________________________
6752 [ 4388] By: jhi on 1999/10/15 08:07:49
6753 Log: Integrate with Sarathy.
6755 !> Changes ext/POSIX/POSIX.xs lib/Benchmark.pm pod/perldelta.pod
6756 !> pod/perlfaq2.pod win32/include/dirent.h win32/win32.c
6757 ____________________________________________________________________________
6758 [ 4387] By: gsar on 1999/10/15 07:46:24
6759 Log: integrate cfgperl contents into mainline
6762 !> pod/perldelta.pod pod/perldiag.pod regcomp.c
6763 !> t/pragma/warn/regcomp
6764 ____________________________________________________________________________
6765 [ 4386] By: gsar on 1999/10/15 05:45:36
6766 Log: various little goofs in change#4385
6768 ! win32/include/dirent.h win32/win32.c
6769 ____________________________________________________________________________
6770 [ 4385] By: gsar on 1999/10/15 04:49:09
6771 Log: win32_*dir() cleanup; win32_readdir() iterates as necessary
6772 rather than win32_opendir() reading all files up front (untested)
6774 ! win32/include/dirent.h win32/win32.c
6775 ____________________________________________________________________________
6776 [ 4384] By: gsar on 1999/10/15 01:34:09
6777 Log: Benchmark notes (from Barrie Slaymaker <barries@slaysys.com>)
6779 ! lib/Benchmark.pm pod/perldelta.pod
6780 ____________________________________________________________________________
6781 [ 4383] By: gsar on 1999/10/15 01:22:32
6782 Log: include info about Perl Mongers in perlfaq2 (from David H. Adler
6786 ____________________________________________________________________________
6787 [ 4382] By: gsar on 1999/10/15 01:14:22
6788 Log: From: jand@ActiveState.com (Jan Dubois)
6789 Date: Fri, 15 Oct 1999 01:14:23 +0200
6790 Message-ID: <380f61ae.18202914@smtprelay.t-online.de>
6791 Subject: [PATCH 5.005_61] Prevent "Out of memory" error in POSIX's strftime()
6793 ! ext/POSIX/POSIX.xs
6794 ____________________________________________________________________________
6795 [ 4381] By: jhi on 1999/10/14 22:11:36
6796 Log: Integrate with Sarathy.
6798 !> XSUB.h cop.h embed.h embed.pl ext/File/Glob/bsd_glob.c
6799 !> lib/Time/Local.pm perl.c perlapi.c pod/perlop.pod pp_ctl.c
6800 !> proto.h scope.c scope.h t/op/runlevel.t util.c win32/Makefile
6801 !> win32/makefile.mk
6802 ____________________________________________________________________________
6803 [ 4380] By: jhi on 1999/10/14 22:08:22
6804 Log: Warn inside character classes about unknown backslash escapes
6805 (that are not caught earlier because of being completely unknown,
6806 such as \m), such as \z (because they make do sense inside regexen,
6807 but not inside character classes).
6809 ! pod/perldelta.pod pod/perldiag.pod regcomp.c
6810 ! t/pragma/warn/regcomp
6811 ____________________________________________________________________________
6812 [ 4379] By: gsar on 1999/10/14 18:26:56
6813 Log: clarify significance of parens for "x" (from M.J.T. Guy
6814 <mjtg@cus.cam.ac.uk>)
6817 ____________________________________________________________________________
6818 [ 4378] By: gsar on 1999/10/14 18:25:20
6819 Log: make timelocal work better when time is close to the epoch
6820 east of GMT (from Keiki SATOH <kki@wakusei.ne.jp>)
6823 ____________________________________________________________________________
6824 [ 4377] By: gsar on 1999/10/14 18:15:11
6825 Log: integrate cfgperl contents into mainline
6827 +> ext/DB_File/hints/sco.pl
6828 !> MANIFEST hints/aix.sh hints/linux.sh hints/svr5.sh
6829 !> pod/perldelta.pod pod/perldiag.pod pod/perlop.pod
6830 !> pod/perlre.pod regcomp.c t/op/re_tests t/pragma/warn/regcomp
6831 ____________________________________________________________________________
6832 [ 4376] By: gsar on 1999/10/14 17:47:35
6833 Log: fix POPSTACK panics that ensued from bad interaction between
6834 runlevels and stack of stacks (change#3988 done right);
6835 basically, we pop the runlevel if the stacklevel is not the
6836 same one we started the runlevel with
6838 ! cop.h perl.c pp_ctl.c t/op/runlevel.t util.c
6839 ____________________________________________________________________________
6840 [ 4375] By: gsar on 1999/10/14 15:54:48
6843 ! ext/File/Glob/bsd_glob.c
6844 ____________________________________________________________________________
6845 [ 4374] By: jhi on 1999/10/14 10:08:44
6846 Log: Warn about false ranges like \d-\w (see the change #4355).
6847 The invalid ranges (b-a) warning message also enhanced.
6849 ! pod/perldelta.pod pod/perldiag.pod regcomp.c t/op/re_tests
6850 ! t/pragma/warn/regcomp
6851 ____________________________________________________________________________
6852 [ 4373] By: gsar on 1999/10/14 03:49:54
6853 Log: File::Glob fixes for Windows
6855 ! XSUB.h ext/File/Glob/bsd_glob.c win32/Makefile
6857 ____________________________________________________________________________
6858 [ 4372] By: gsar on 1999/10/14 02:21:31
6859 Log: avoid inefficiency in change#3386 (every longjmp() was followed
6860 by an avoidable call to setjmp())
6862 ! embed.h embed.pl perl.c perlapi.c pod/perldelta.pod pp_ctl.c
6863 ! proto.h scope.c scope.h
6864 ____________________________________________________________________________
6865 [ 4371] By: jhi on 1999/10/13 21:17:17
6866 Log: Integrate with Sarathy.
6868 !> op.c pod/perldelta.pod
6869 ____________________________________________________________________________
6870 [ 4370] By: gsar on 1999/10/13 18:08:45
6873 ! op.c pod/perldelta.pod
6874 ____________________________________________________________________________
6875 [ 4369] By: jhi on 1999/10/13 16:18:58
6876 Log: Integrate with Sarathy.
6878 !> pod/perldelta.pod pod/perldiag.pod pod/perlfunc.pod
6879 ____________________________________________________________________________
6880 [ 4368] By: gsar on 1999/10/13 16:14:16
6881 Log: pod nits from various perl porters
6883 ! pod/perldelta.pod pod/perldiag.pod pod/perlfunc.pod
6884 ____________________________________________________________________________
6885 [ 4367] By: jhi on 1999/10/13 12:10:30
6886 Log: From: Vlad Harchev <hvv@hippo.ru>
6887 To: perl5-porters@perl.org
6888 Subject: [ID 19991013.002] fix for 'perlop.pod' shipped with perl5.00503
6889 Date: Wed, 13 Oct 1999 15:48:59 +0500 (SAMST)
6890 Message-Id: <Pine.LNX.4.10.9910131546580.3542-100000@localhost.localdomain>
6893 ____________________________________________________________________________
6894 [ 4366] By: gsar on 1999/10/13 08:11:11
6895 Log: typos and language goofs pointed out by Hugo van der Sanden
6896 <hv@crypt.compulink.co.uk>
6898 ! pod/perldelta.pod pod/perldiag.pod
6899 ____________________________________________________________________________
6900 [ 4365] By: jhi on 1999/10/13 07:27:44
6901 Log: Integrate with Sarathy.
6903 +> ext/File/Glob/Changes ext/File/Glob/Glob.pm
6904 +> ext/File/Glob/Glob.xs ext/File/Glob/Makefile.PL
6905 +> ext/File/Glob/TODO ext/File/Glob/bsd_glob.c
6906 +> ext/File/Glob/bsd_glob.h ext/NDBM_File/hints/sco.pl
6907 +> t/lib/glob-basic.t t/lib/glob-global.t t/lib/glob-taint.t
6908 !> Changes MANIFEST README.win32 ext/ODBM_File/hints/sco.pl
6909 !> lib/perl5db.pl op.c pod/perldelta.pod pod/perlfaq8.pod
6910 !> pod/perlfunc.pod pod/perlop.pod pod/perlport.pod t/op/glob.t
6911 !> t/op/readdir.t t/op/taint.t t/pragma/overload.t util.c
6912 ____________________________________________________________________________
6913 [ 4364] By: gsar on 1999/10/13 07:06:04
6914 Log: debugger tweak (from M.J.T. Guy <mjtg@cus.cam.ac.uk>)
6917 ____________________________________________________________________________
6918 [ 4363] By: jhi on 1999/10/13 07:03:43
6919 Log: From: Mike Hopkirk (hops) <hops@scoot.pdev.sco.com>
6920 To: perl5-porters@perl.org
6921 Subject: [ID 19991012.002] Latest UnixWare7 (svr5.sh) hints file
6922 Date: Tue, 12 Oct 1999 19:48:11 -0700 (PDT)
6923 Message-Id: <199910130248.TAA14636@scoot.pdev.sco.com>
6926 ____________________________________________________________________________
6927 [ 4362] By: jhi on 1999/10/13 06:57:16
6928 Log: Add DB_File hint for SCO ODT.
6930 To: perl5-porters@perl.org
6931 Subject: [ID 19991012.004] Build patch for perl5.005_03 on ODT3 ( 3.2v4.2)
6932 Date: Tue, 12 Oct 1999 20:16:04 PDT
6933 Message-Id: <199910122016.aa18415@charmstr.pdev.sco.com>
6935 + ext/DB_File/hints/sco.pl
6937 ____________________________________________________________________________
6938 [ 4361] By: gsar on 1999/10/13 06:56:08
6939 Log: PL_numeric_radix used without being defined (from Ilya
6943 ____________________________________________________________________________
6944 [ 4360] By: gsar on 1999/10/13 06:43:03
6945 Log: use libdbm.nfs.a if available (libdbm.a is missing dbmclose())
6947 Date: Tue, 12 Oct 1999 20:16:04 PDT
6948 Message-Id: <199910122016.aa18415@charmstr.pdev.sco.com>
6949 Subject: [ID 19991012.004] Build patch for perl5.005_03 on ODT3 ( 3.2v4.2)
6951 + ext/NDBM_File/hints/sco.pl
6952 ! MANIFEST ext/ODBM_File/hints/sco.pl
6953 ____________________________________________________________________________
6954 [ 4359] By: gsar on 1999/10/13 06:34:53
6955 Log: various pod tweaks (from M.J.T. Guy <mjtg@cus.cam.ac.uk>)
6957 ! README.win32 pod/perlfaq8.pod pod/perlfunc.pod pod/perlop.pod
6959 ____________________________________________________________________________
6960 [ 4358] By: gsar on 1999/10/12 19:10:27
6961 Log: perldelta updates
6964 ____________________________________________________________________________
6965 [ 4357] By: gsar on 1999/10/12 17:11:18
6966 Log: update perldelta for change#4356
6968 ! Changes pod/perldelta.pod
6969 ____________________________________________________________________________
6970 [ 4356] By: gsar on 1999/10/12 16:53:31
6971 Log: add File::BSDGlob as File::Glob and load it at compile-time
6972 if perl was built with -DPERL_INTERNAL_GLOB
6974 TODO: we currently get a compile-time failure if File/Glob.pm
6975 can't be found; such failure needs to be made to emit a warning
6976 and use the csh implementation instead
6978 + ext/File/Glob/Changes ext/File/Glob/Glob.pm
6979 + ext/File/Glob/Glob.xs ext/File/Glob/Makefile.PL
6980 + ext/File/Glob/TODO ext/File/Glob/bsd_glob.c
6981 + ext/File/Glob/bsd_glob.h t/lib/glob-basic.t
6982 + t/lib/glob-global.t t/lib/glob-taint.t
6983 ! MANIFEST op.c t/op/glob.t t/op/readdir.t t/op/taint.t
6984 ! t/pragma/overload.t
6985 ____________________________________________________________________________
6986 [ 4355] By: jhi on 1999/10/12 15:30:05
6987 Log: Revert the parts of #3926 that outlawed character ranges
6988 that have character classes such as \w as either endpoint.
6989 This change re-establishes the old behavior which meant that
6990 such ranges weren't really ranges, the "-" was literal.
6991 Moreover, this change also fixes the old behavior to be
6992 more consistent: [\w-.] and [\s-\w] worked, but [.-\w] didn't.
6993 Now they all do work as described above. The #3926 outlawed
6996 ! pod/perldiag.pod pod/perlre.pod regcomp.c t/op/re_tests
6997 ____________________________________________________________________________
6998 [ 4354] By: jhi on 1999/10/12 09:58:59
6999 Log: Integrate with Sarathy.
7001 !> (integrate 33 files)
7002 ____________________________________________________________________________
7003 [ 4353] By: gsar on 1999/10/12 05:53:40
7004 Log: apply parts of LynxOS patches from Alan Johnson
7005 <johnson@alonn.gemse.fr>
7007 ! Changes hints/lynxos.sh pod/perldelta.pod t/lib/safe2.t
7009 ____________________________________________________________________________
7010 [ 4352] By: gsar on 1999/10/12 05:24:39
7011 Log: allow any unpack specifier to take a count via '/'
7012 (from Ilya Zakharevich)
7015 ____________________________________________________________________________
7016 [ 4351] By: gsar on 1999/10/12 05:02:35
7020 ____________________________________________________________________________
7021 [ 4350] By: gsar on 1999/10/12 04:50:52
7022 Log: various cleanups
7024 ! ext/Devel/DProf/DProf.xs op.c perl.c perly.c perly.y
7025 ! perly_c.diff pp_hot.c toke.c vms/perly_c.vms win32/config.bc
7026 ! win32/config.gc win32/config.vc win32/config_H.bc
7027 ! win32/config_H.gc win32/config_H.vc win32/config_sh.PL
7028 ____________________________________________________________________________
7029 [ 4349] By: gsar on 1999/10/12 00:23:11
7030 Log: update Changes, patchlevel etc.
7032 ! Changes Porting/findvars patchlevel.h win32/Makefile
7033 ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
7035 ____________________________________________________________________________
7036 [ 4348] By: gsar on 1999/10/11 23:11:57
7037 Log: add vec() example from Chaim Frenkel <chaimf@pobox.com>
7040 ____________________________________________________________________________
7041 [ 4347] By: jhi on 1999/10/11 21:25:03
7042 Log: Sparc Linux -Duseshrplib fix.
7044 From: Brian Jepson <bjepson@home.com>
7045 To: Nick Ing-Simmons <nick@ing-simmons.net>
7046 cc: perl5-porters@perl.org
7047 Subject: Re: [ID 19990813.002] Can't build Perl 5.005_60 on SPARC/Linux with -Duseshrplib
7048 Date: Fri, 20 Aug 1999 11:25:17 -0500 (EST)
7049 Message-ID: <Pine.LNX.4.10.9908201123570.5116-100000@cx384756-a.sking1.ri.home.com>
7052 ____________________________________________________________________________
7053 [ 4346] By: gsar on 1999/10/11 20:28:32
7054 Log: more pack/unpack documentation (from Ilya Zakharevich); changed
7055 the behavior of 'Z*' and 'Z3' to always pack a trailing
7056 null byte; changed documentation to suit; added test
7058 ! pod/perlfunc.pod pp.c t/op/pack.t
7059 ____________________________________________________________________________
7060 [ 4345] By: gsar on 1999/10/11 19:15:46
7061 Log: writing to perllocal.pod fails if it was never created;
7062 tweak pseudo-hash example (both suggested by Michael G Schwern
7063 <schwern@pobox.com>)
7065 ! lib/ExtUtils/MM_Unix.pm pod/perlref.pod
7066 ____________________________________________________________________________
7067 [ 4344] By: gsar on 1999/10/11 17:57:31
7068 Log: slightly edited variant of suggested patch
7069 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
7070 Date: Thu, 9 Sep 1999 18:35:37 -0400
7071 Message-ID: <19990909183537.A28682@monk.mps.ohio-state.edu>
7072 Subject: [PATCH 5.005_58] How RExen match?
7075 ____________________________________________________________________________
7076 [ 4343] By: gsar on 1999/10/11 16:55:48
7077 Log: change#4327 was inefficient
7080 ____________________________________________________________________________
7081 [ 4342] By: jhi on 1999/10/11 07:01:46
7082 Log: Integrate with Sarathy.
7085 !> (integrate 28 files)
7086 ____________________________________________________________________________
7087 [ 4341] By: jhi on 1999/10/11 06:37:47
7088 Log: The 2.5th cut at the AIX C++ extension problems.
7091 ____________________________________________________________________________
7092 [ 4340] By: gsar on 1999/10/10 23:48:07
7093 Log: add perlhack.pod from Nathan Torkington <gnat@frii.com>
7096 ! MANIFEST pod/Makefile pod/perl.pod pod/roffitall
7097 ____________________________________________________________________________
7098 [ 4339] By: gsar on 1999/10/10 20:42:40
7099 Log: revert SAVEDESTRUCTOR() to accepting void(*)(void*) for source
7100 compatibility; introduce SAVEDESTRUCTOR_X() that accepts
7101 void(*)(pTHX_ void*)
7103 ! embed.h embed.pl ext/Devel/DProf/DProf.xs global.sym mg.c
7104 ! objXSUB.h perl.h perlapi.c perly.c perly.y perly_c.diff
7105 ! pod/perlguts.pod pod/perltoc.pod pp.c pp_hot.c proto.h
7106 ! regcomp.h regexec.c scope.c scope.h toke.c vms/perly_c.vms
7107 ____________________________________________________________________________
7108 [ 4338] By: gsar on 1999/10/10 20:38:59
7109 Log: add missing new diagnostics to perldelta
7112 ____________________________________________________________________________
7113 [ 4337] By: gsar on 1999/10/10 17:40:13
7114 Log: update perldelta for change#3406
7116 ! embed.pl pod/perldata.pod pod/perldelta.pod
7117 ____________________________________________________________________________
7118 [ 4336] By: gsar on 1999/10/10 16:33:14
7119 Log: integrate cfgperl contents into mainline
7121 +> ext/DynaLoader/hints/aix.pl
7122 !> MANIFEST ext/DynaLoader/dl_aix.xs hints/aix.sh hints/irix_6.sh
7123 !> makedef.pl perl.h pod/perldelta.pod
7124 ____________________________________________________________________________
7125 [ 4335] By: jhi on 1999/10/10 11:09:48
7126 Log: Update perldelta.
7129 ____________________________________________________________________________
7130 [ 4334] By: jhi on 1999/10/10 10:31:46
7131 Log: Integrate with Sarathy.
7134 !> Changes MANIFEST README.win32 cop.h ext/Thread/Thread.pm
7135 !> ext/Thread/Thread.xs ext/Thread/Thread/Queue.pm
7136 !> ext/Thread/Thread/Semaphore.pm ext/Thread/Thread/Specific.pm
7137 !> ext/Thread/sync.t ext/Thread/sync2.t installperl
7138 !> lib/Exporter.pm lib/ExtUtils/MM_Unix.pm
7139 !> lib/ExtUtils/MM_Win32.pm lib/diagnostics.pm lib/lib.pm perl.c
7140 !> pod/perldelta.pod pod/perlfunc.pod pp_ctl.c pp_hot.c pp_sys.c
7141 !> utils/perldoc.PL win32/makefile.mk
7142 ____________________________________________________________________________
7143 [ 4333] By: gsar on 1999/10/10 06:33:15
7144 Log: install pods to 'pods' rather than 'pod' on cygwin (modified
7145 a patch suggested by cwilson@cc865179-c.chmbl1.ga.home.com)
7147 ! installperl lib/diagnostics.pm utils/perldoc.PL
7148 ____________________________________________________________________________
7149 [ 4332] By: gsar on 1999/10/10 05:15:26
7153 ____________________________________________________________________________
7154 [ 4331] By: gsar on 1999/10/10 05:10:22
7155 Log: describe what can go in an export list (from Anno Siegel
7156 <anno4000@lublin.zrz.tu-berlin.de>)
7159 ____________________________________________________________________________
7160 [ 4330] By: gsar on 1999/10/10 04:50:43
7161 Log: more basic support for building modules under Windows 95/98
7162 (applied relevant parts from a patch suggested by
7163 Jochen Wiedmann <joe@ispsoft.de>)
7165 ! lib/ExtUtils/MM_Unix.pm
7166 ____________________________________________________________________________
7167 [ 4329] By: gsar on 1999/10/10 04:28:38
7168 Log: rudimentary support for building under Windows 95/98 (from
7169 Benjamin Stuhl <sho_pi@hotmail.com>)
7172 ! MANIFEST README.win32 lib/ExtUtils/MM_Win32.pm
7174 ____________________________________________________________________________
7175 [ 4328] By: gsar on 1999/10/10 03:37:21
7176 Log: fix two leaks in Thread.xs (from Eugene Alterman
7177 <Eugene.Alterman@bremer-inc.com>); convert places with
7178 'use attrs' to new attributes syntax
7180 ! ext/Thread/Thread.pm ext/Thread/Thread.xs
7181 ! ext/Thread/Thread/Queue.pm ext/Thread/Thread/Semaphore.pm
7182 ! ext/Thread/Thread/Specific.pm ext/Thread/sync.t
7183 ! ext/Thread/sync2.t
7184 ____________________________________________________________________________
7185 [ 4327] By: gsar on 1999/10/10 02:23:52
7186 Log: avoid duplicates in @INC, they cause leaks in mod_perl etc
7187 (suggested by Tod Irwin <irwin@stockmaster.com>)
7190 ____________________________________________________________________________
7191 [ 4326] By: gsar on 1999/10/10 00:51:48
7192 Log: better documentation for recv() (from Anton Berezin
7196 ____________________________________________________________________________
7197 [ 4325] By: gsar on 1999/10/09 22:46:23
7198 Log: perldelta updates (see TODO markers)
7200 ! Changes pod/perldelta.pod pp_sys.c
7201 ____________________________________________________________________________
7202 [ 4324] By: gsar on 1999/10/09 19:43:10
7203 Log: fix Exporter::export_to_level() documentation
7206 ____________________________________________________________________________
7207 [ 4323] By: gsar on 1999/10/09 18:48:31
7208 Log: don't run END blocks when running under -c switch (older,
7209 rarely useful behavior may still be obtained by putting
7210 BEGIN { $^C = 0; exit; } at the end of the script)
7213 ____________________________________________________________________________
7214 [ 4322] By: jhi on 1999/10/09 05:31:26
7215 Log: While awaiting a good test program to detect the broken gcc.
7216 From: Thomas Conté <tom@fr.uu.net>
7218 Cc: <perl5-porters@perl.org>
7219 Subject: Re: [ID 19990825.007] test t/lib/ipc_sysv.t failing under irix 6.4
7220 Date: Wed, 6 Oct 1999 19:56:29 +0200
7221 Message-ID: <000a01bf1024$1d938f20$252ad0d4@eng.iway.fr>
7223 ! hints/irix_6.sh perl.h
7224 ____________________________________________________________________________
7225 [ 4321] By: gsar on 1999/10/09 00:41:02
7226 Log: POPSUB() gave up the refcount to the CV before LEAVE had a chance to
7227 clear entries in the CV's pad, leading to coredumps when CV had no
7228 other references to it; this is a slightly edited version of the
7229 patch suggested by Russel O'Connor <roconnor@world.std.com>
7231 ! cop.h pp_ctl.c pp_hot.c
7232 ____________________________________________________________________________
7233 [ 4320] By: gsar on 1999/10/08 22:50:51
7234 Log: revert POP{SUB,LOOP}{1,2} logic to the simpler pre-5.003_24
7235 situation (assumptions about cx invalidation are not valid
7238 ! cop.h pp_ctl.c pp_hot.c
7239 ____________________________________________________________________________
7240 [ 4319] By: jhi on 1999/10/08 14:33:31
7241 Log: Integrate with Sarathy.
7243 !> cop.h ext/Thread/Thread.xs op.c opcode.h perl.c perl.h perly.c
7244 !> perly.y pod/perldiag.pod pod/perlfunc.pod pp_ctl.c pp_sys.c
7245 !> t/comp/bproto.t thrdvar.h toke.c util.c
7246 ____________________________________________________________________________
7247 [ 4318] By: jhi on 1999/10/08 13:51:34
7248 Log: The second cut at AIX C++ extension troubles.
7250 ! ext/DynaLoader/dl_aix.xs ext/DynaLoader/hints/aix.pl
7252 ____________________________________________________________________________
7253 [ 4317] By: jhi on 1999/10/08 10:44:13
7254 Log: The first cut at fixing Perl extensions written in C++ in AIX,
7255 statics don't get initialized right. This patch at least
7256 doesn't seem to break the build in my AIX, but unfortunately
7257 I don't have the IBM C++ to do further testing.
7259 Problem reported by Stephanie Beals in
7260 From: bealzy@us.ibm.com
7261 To: perl5-porters@perl.org
7262 Subject: [ID 19991007.005] DynaLoader/dl_aix.xs problem using load and unload on AIX
7263 Date: Thu, 7 Oct 1999 15:05:54 -0400
7264 Message-Id: <85256803.0068E70D.00@D51MTA03.pok.ibm.com>
7266 + ext/DynaLoader/hints/aix.pl
7267 ! MANIFEST ext/DynaLoader/dl_aix.xs hints/aix.sh
7268 ____________________________________________________________________________
7269 [ 4316] By: gsar on 1999/10/08 10:26:15
7270 Log: remove kludgey duplicate background error avoidance (caused
7271 "leaks"; %@ wasn't even user-visible under -Dusethreads);
7272 only repeats of most recent error are now avoided
7274 ! ext/Thread/Thread.xs perl.c perl.h pp_ctl.c thrdvar.h util.c
7275 ____________________________________________________________________________
7276 [ 4315] By: jhi on 1999/10/08 09:48:59
7280 ____________________________________________________________________________
7281 [ 4314] By: gsar on 1999/10/08 07:17:01
7282 Log: extend change#2299 to C<use> (fixes scoping problems in
7283 C<if (...) { use foo; ... }>)
7286 ____________________________________________________________________________
7287 [ 4313] By: gsar on 1999/10/08 04:52:19
7288 Log: small tweak for change#4309
7291 ____________________________________________________________________________
7292 [ 4312] By: gsar on 1999/10/08 02:31:13
7293 Log: add suggested patch =~ s/NOTOP/OP_NOT/ with tests
7294 From: Larry Wall <larry@wall.org>
7295 Date: Wed, 6 Oct 1999 09:55:57 -0700 (PDT)
7296 Message-Id: <199910061655.JAA11333@kiev.wall.org>
7297 Subject: Re: [ID 19991001.004] apparent parsing error with not(arg)
7299 ! opcode.h t/comp/bproto.t toke.c
7300 ____________________________________________________________________________
7301 [ 4311] By: gsar on 1999/10/08 00:58:19
7305 ____________________________________________________________________________
7306 [ 4310] By: gsar on 1999/10/07 23:51:38
7307 Log: fix setpgrp vs getpgrp and POSIX vs BSD confusion (spotted by
7308 Brian Mitchell <brian@chele.cais.net>)
7310 ! pod/perldiag.pod pod/perlfunc.pod pp_sys.c
7311 ____________________________________________________________________________
7312 [ 4309] By: gsar on 1999/10/07 22:57:52
7313 Log: change#3728 was flawed (loop contexts saw the wrong statement
7314 info, causing loop control constructs to not find the label);
7315 disable OP_SETSTATE entirely and add a fix that is specifically
7316 targetted at disabling the OP_LINESEQ optimization in else BLOCK,
7317 which was what the original patch was supposed to fix
7319 TODO: remove the remainder of the setstate logic if it can't
7320 be used anywhere else (it isn't used anywhere now)
7322 ! cop.h op.c perly.c perly.y
7323 ____________________________________________________________________________
7324 [ 4308] By: jhi on 1999/10/07 19:21:27
7325 Log: Integrate with Sarathy.
7327 !> lib/Pod/Man.pm lib/Pod/Text.pm pod/pod2man.PL
7328 ____________________________________________________________________________
7329 [ 4307] By: gsar on 1999/10/07 15:12:24
7330 Log: update to podlators-0.08 from Russ Allbery
7332 ! lib/Pod/Man.pm lib/Pod/Text.pm pod/pod2man.PL
7333 ____________________________________________________________________________
7334 [ 4306] By: jhi on 1999/10/06 17:20:34
7335 Log: Integrate with Sarathy.
7337 !> (integrate 45 files)
7338 ____________________________________________________________________________
7339 [ 4305] By: gsar on 1999/10/06 16:55:45
7340 Log: some versions of mingw32 have __int64, define iff it isn't
7343 ____________________________________________________________________________
7344 [ 4304] By: gsar on 1999/10/06 03:45:44
7345 Log: fix typos in change#4288
7347 ! Changes dump.c sv.c
7348 ____________________________________________________________________________
7349 [ 4303] By: gsar on 1999/10/06 03:22:46
7350 Log: integrate cfgperl contents into mainline
7352 +> eg/cgi/dna_small_gif.uu eg/cgi/wilogo_gif.uu
7353 - eg/cgi/dna.small.gif.uu eg/cgi/wilogo.gif.uu
7354 !> (integrate 31 files)
7355 ____________________________________________________________________________
7356 [ 4302] By: gsar on 1999/10/06 02:36:53
7357 Log: make die/warn and other diagnostics go to wherever STDERR happens
7358 to point at; change places that meant Perl_debug_log rather than
7361 ! cop.h doio.c embedvar.h ext/Devel/Peek/Peek.xs
7362 ! ext/DynaLoader/dl_aix.xs ext/DynaLoader/dl_beos.xs
7363 ! ext/DynaLoader/dl_cygwin.xs ext/DynaLoader/dl_dld.xs
7364 ! ext/DynaLoader/dl_dlopen.xs ext/DynaLoader/dl_hpux.xs
7365 ! ext/DynaLoader/dl_mpeix.xs ext/DynaLoader/dl_next.xs
7366 ! ext/DynaLoader/dl_rhapsody.xs ext/DynaLoader/dl_vmesa.xs
7367 ! ext/DynaLoader/dl_vms.xs ext/DynaLoader/dlutils.c
7368 ! ext/Thread/Thread.xs ext/Thread/typemap intrpvar.h malloc.c
7369 ! mg.c objXSUB.h op.c perl.c perl.h perlio.c pp.c pp_ctl.c
7370 ! pp_hot.c regexec.c scope.c scope.h sv.c thread.h toke.c util.c
7371 ! win32/dl_win32.xs win32/win32.c win32/win32thread.c
7372 ____________________________________________________________________________
7373 [ 4301] By: jhi on 1999/10/05 23:03:46
7374 Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
7375 To: François Désarménien <desar@club-internet.fr>
7376 Cc: "perl5-porters@perl.org" <perl5-porters@perl.org>
7377 Subject: Re: Strange RE engine breakage in 5_61
7378 Date: Mon, 4 Oct 1999 19:58:03 -0400
7379 Message-ID: <19991004195803.A21760@monk.mps.ohio-state.edu>
7381 (had to apply pat.t part manually because there
7382 already were more tests than there was in _61)
7384 ! regcomp.c regexec.c t/op/pat.t t/op/re_tests
7385 ____________________________________________________________________________
7386 [ 4300] By: jhi on 1999/10/04 17:03:18
7387 Log: From: Andy Dougherty <doughera@lafayette.edu>
7388 To: Jarkko Hietaniemi <jhi@iki.fi>
7389 cc: Perl Porters <perl5-porters@perl.org>, jhi@cc.hut.fi
7390 Subject: Re: [ID 19991001.005] [_61] [PATCH] tarball fine on win32, zip isn't
7391 Date: Mon, 4 Oct 1999 13:05:08 -0400 (EDT)
7392 Message-ID: <Pine.SOL.4.10.9910041302550.6502-100000@maxwell.phys.lafayette.edu>
7394 + eg/cgi/dna_small_gif.uu eg/cgi/wilogo_gif.uu
7395 - eg/cgi/dna.small.gif.uu eg/cgi/wilogo.gif.uu
7396 ! MANIFEST ext/B/defsubs_h.PL
7397 ____________________________________________________________________________
7398 [ 4299] By: jhi on 1999/10/04 07:15:16
7399 Log: From: Michael G Schwern <schwern@pobox.com>
7400 To: perl5-porters@perl.org
7401 Subject: Re: [PATCH av.c, op.c, perldiag.pod] "array field" -> "pseudo-hash field"
7402 Date: Sun, 3 Oct 1999 17:34:17 -0400
7403 Message-ID: <19991003173417.A4351@blackrider>
7405 ! t/lib/fields.t t/pragma/constant.t
7406 ____________________________________________________________________________
7407 [ 4298] By: gsar on 1999/10/04 04:57:53
7408 Log: some compatibility macros were busted
7410 ! embed.h embed.pl toke.c
7411 ____________________________________________________________________________
7412 [ 4297] By: jhi on 1999/10/03 17:50:59
7413 Log: A better version of #4296.
7415 From: Michael G Schwern <schwern@pobox.com>
7416 To: perl5-porters@perl.org
7417 Subject: [PATCH av.c, op.c, perldiag.pod] "array field" -> "pseudo-hash field"
7418 Date: Sun, 3 Oct 1999 13:54:23 -0400
7419 Message-ID: <19991003135423.A3050@blackrider>
7421 ! av.c op.c pod/perldiag.pod
7422 ____________________________________________________________________________
7423 [ 4296] By: jhi on 1999/10/03 17:21:01
7424 Log: (Replaced by #4297.)
7426 From: Michael G Schwern <schwern@pobox.com>
7427 To: perl5-porters@perl.org
7428 Subject: [PATCH av.c, perldiag.pod] Added field name to "No such array field"
7429 Date: Sun, 3 Oct 1999 13:16:47 -0400
7430 Message-ID: <19991003131647.A2816@blackrider>
7432 plus changed the error message to say "No such pseudo-hash field"
7433 as discussed in the above mail message.
7435 ! av.c pod/perldiag.pod
7436 ____________________________________________________________________________
7437 [ 4295] By: gsar on 1999/10/03 16:09:36
7438 Log: avoid doing irrelevant things on 'make perl'
7441 ____________________________________________________________________________
7442 [ 4294] By: jhi on 1999/10/03 14:16:24
7443 Log: Fix a typo in #4293 spotted by Graham Barr.
7446 ____________________________________________________________________________
7447 [ 4293] By: jhi on 1999/10/03 11:31:22
7448 Log: From: Michael G Schwern <schwern@blackrider.aocn.com>
7449 To: perl5-porters@perl.org
7450 Subject: Re: Should keys in pseudo-hashes -always- exist? [DOC PATCH]
7451 Date: Sun, 3 Oct 1999 02:34:01 -0400
7452 Message-ID: <19991003023401.A1520@blackrider>
7454 ! pod/perlfunc.pod pod/perlref.pod
7455 ____________________________________________________________________________
7456 [ 4292] By: jhi on 1999/10/03 09:23:16
7457 Log: From: Barrie Slaymaker <barries@slaysys.com>
7458 To: perl5-porters@perl.org
7459 Subject: [PATCH 5.005_61] Benchmark.pm bugfix, tweaks
7460 Date: Sun, 3 Oct 1999 00:09:51 -0400
7461 Message-Id: <199910030409.AAA18228@jester.slaysys.com>
7464 ____________________________________________________________________________
7465 [ 4291] By: jhi on 1999/10/02 23:43:53
7466 Log: Be understanding about large file systems.
7468 ! t/lib/syslfs.t t/op/lfs.t
7469 ____________________________________________________________________________
7470 [ 4290] By: jhi on 1999/10/02 23:39:16
7471 Log: Configure fixfest continues.
7473 ! Configure config_h.SH
7475 ! U/modified/d_longdbl.U U/modified/d_longlong.U
7476 ! U/threads/d_pthreadj.U U/typedefs/gidsign.U
7477 ! U/typedefs/gidsize.U U/typedefs/pidsign.U U/typedefs/pidsize.U
7478 ! U/typedefs/uidsign.U U/typedefs/uidsize.U
7479 Branch: metaconfig/U/perl
7480 ! i_inttypes.U io64.U
7481 ____________________________________________________________________________
7482 [ 4289] By: jhi on 1999/10/02 23:12:54
7483 Log: Regen Porting stuff.
7485 ! Porting/Glossary Porting/config.sh Porting/config_H
7486 ____________________________________________________________________________
7487 [ 4288] By: jhi on 1999/10/02 23:05:50
7488 Log: Untangle the IV_IS_QUAD jungle by introduding
7489 macros to be used when doing formatted printing:
7490 IVdf, UVuf, UVxf, UVof. Also introduce Uid_t_SIGN.
7492 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
7493 ! config_h.SH doio.c dump.c op.c perl.h pp_hot.c pp_sys.c
7494 ! regcomp.c sv.c taint.c toke.c util.c
7495 ____________________________________________________________________________
7496 [ 4287] By: jhi on 1999/10/02 22:54:18
7497 Log: metaconfig maintenance.
7499 ! U/ebcdic/ebcdic.U U/typedefs/gidsign.U U/typedefs/gidsize.U
7500 ! U/typedefs/pidsign.U U/typedefs/pidsize.U U/typedefs/uidsign.U
7501 ! U/typedefs/uidsize.U
7502 ____________________________________________________________________________
7503 [ 4286] By: nick on 1999/10/02 11:11:44
7504 Log: Incremental merge of mainline
7506 +> README.Y2K hints/svr5.sh lib/Pod/Man.pm
7507 +> lib/unicode/Unicode.html t/op/args.t t/pod/multiline_items.t
7508 +> t/pod/multiline_items.xr t/pod/pod2usage.t t/pod/pod2usage.xr
7509 +> t/pod/podselect.t t/pod/podselect.xr
7510 - lib/Pod/PlainText.pm
7511 !> (integrate 148 files)
7512 ____________________________________________________________________________
7513 [ 4285] By: jhi on 1999/10/02 10:16:15
7514 Log: Battle namespace pollution.
7517 ____________________________________________________________________________
7518 [ 4284] By: jhi on 1999/10/02 10:11:20
7519 Log: Regen Configure, all of xs_apiversion didn't take.
7521 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
7522 ! config_h.SH patchlevel.h
7523 ____________________________________________________________________________
7524 [ 4283] By: jhi on 1999/10/02 09:48:17
7525 Log: Integrate with Sarathy.
7527 +> lib/Pod/Man.pm t/pod/multiline_items.t
7528 +> t/pod/multiline_items.xr t/pod/pod2usage.t t/pod/pod2usage.xr
7529 +> t/pod/podselect.t t/pod/podselect.xr
7530 - lib/Pod/PlainText.pm
7531 !> (integrate 50 files)
7532 ____________________________________________________________________________
7533 [ 4282] By: gsar on 1999/10/02 06:39:14
7534 Log: update pod2man, pod2text and related Pod:: modules with the
7535 ones in podlators-0.07 from Russ Allbery
7538 ! lib/Pod/Text.pm lib/Pod/Text/Color.pm lib/Pod/Text/Termcap.pm
7539 ! pod/pod2man.PL pod/pod2text.PL
7540 ____________________________________________________________________________
7541 [ 4281] By: gsar on 1999/10/02 06:14:44
7542 Log: fix PodParser testsuite; Pod::Text subsumes Pod::PlainText
7544 - lib/Pod/PlainText.pm
7545 ! MANIFEST lib/Pod/Text.pm lib/Pod/Usage.pm pod/pod2usage.PL
7546 ! pod/podchecker.PL pod/podselect.PL t/pod/emptycmd.t
7547 ! t/pod/for.t t/pod/headings.t t/pod/include.t t/pod/included.t
7548 ! t/pod/lref.t t/pod/multiline_items.t t/pod/nested_items.t
7549 ! t/pod/nested_seqs.t t/pod/oneline_cmds.t t/pod/pod2usage.t
7550 ! t/pod/poderrs.t t/pod/poderrs.xr t/pod/podselect.t
7551 ! t/pod/special_seqs.t t/pod/testp2pt.pl t/pod/testpchk.pl
7552 ____________________________________________________________________________
7553 [ 4280] By: gsar on 1999/10/02 04:39:38
7554 Log: upgrade to PodParser-1.085 from Brad Appleton <bradapp@enteract.com>
7556 + t/pod/multiline_items.t t/pod/multiline_items.xr
7557 + t/pod/pod2usage.t t/pod/pod2usage.xr t/pod/podselect.t
7558 + t/pod/podselect.xr
7559 ! MANIFEST lib/Pod/Checker.pm lib/Pod/InputObjects.pm
7560 ! lib/Pod/Parser.pm lib/Pod/PlainText.pm lib/Pod/Select.pm
7561 ! lib/Pod/Usage.pm t/pod/for.xr t/pod/headings.xr
7562 ! t/pod/include.xr t/pod/included.xr t/pod/lref.xr
7563 ! t/pod/nested_items.xr t/pod/nested_seqs.xr
7564 ! t/pod/oneline_cmds.xr t/pod/poderrs.xr t/pod/special_seqs.xr
7566 ____________________________________________________________________________
7567 [ 4279] By: gsar on 1999/10/02 03:36:41
7568 Log: make exists() work better on pseudo-hashes (reworked a patch suggested
7569 by Michael G Schwern <schwern@pobox.com>)
7572 ____________________________________________________________________________
7573 [ 4278] By: gsar on 1999/10/02 02:36:55
7574 Log: deprecate C<use attrs>
7576 ! ext/attrs/attrs.pm ext/attrs/attrs.xs t/lib/attrs.t
7577 ! t/lib/thread.t t/pragma/sub_lval.t
7578 ____________________________________________________________________________
7579 [ 4277] By: gsar on 1999/10/02 01:43:25
7580 Log: add notes about effect of loop control statements inside
7581 LABEL BLOCK continue BLOCK
7584 ____________________________________________________________________________
7585 [ 4276] By: gsar on 1999/10/02 01:23:02
7586 Log: indent nested =items properly (suggested by Bill Fenner
7587 <fenner@research.att.com>)
7590 ____________________________________________________________________________
7591 [ 4275] By: gsar on 1999/10/02 01:09:16
7592 Log: updated ptags generator from Ilya Zakharevich
7595 ____________________________________________________________________________
7596 [ 4274] By: gsar on 1999/10/01 23:08:52
7600 ____________________________________________________________________________
7601 [ 4273] By: gsar on 1999/10/01 22:58:55
7602 Log: typo, whitespace adjustments
7605 ____________________________________________________________________________
7606 [ 4272] By: gsar on 1999/10/01 22:46:06
7607 Log: remove dup hunks
7609 ! configure.com vms/vms.c
7610 ____________________________________________________________________________
7611 [ 4271] By: gsar on 1999/10/01 22:33:02
7612 Log: integrate cfgperl contents into mainline; resolve h2xs.PL conflict
7613 by declaring new globals "our" (XXX this means h2xs generated code
7614 won't run on earlier versions; a switch to generate compatible
7617 !> (integrate 35 files)
7618 ____________________________________________________________________________
7619 [ 4270] By: jhi on 1999/10/01 12:05:56
7620 Log: Integrate with Sarathy.
7622 !> ext/B/B/C.pm lib/ExtUtils/typemap lib/ExtUtils/xsubpp
7623 !> pod/perldiag.pod util.c
7624 ____________________________________________________________________________
7625 [ 4269] By: jhi on 1999/10/01 10:26:19
7626 Log: From: Piotr Klaban <makler@oryl.man.torun.pl>
7627 To: perl5-porters@perl.org
7628 Subject: [ID 19991001.001] perlguts man page error
7629 Date: Fri, 1 Oct 1999 10:23:49 +0200 (MET DST)
7630 Message-Id: <199910010823.KAA05796@oryl.man.torun.pl>
7633 ____________________________________________________________________________
7634 [ 4268] By: jhi on 1999/10/01 07:32:33
7635 Log: There *is* a month called October.
7638 ____________________________________________________________________________
7639 [ 4267] By: jhi on 1999/10/01 06:58:10
7640 Log: Temp file cleanliness.
7643 ____________________________________________________________________________
7644 [ 4266] By: jhi on 1999/10/01 06:46:56
7645 Log: From: Barrie Slaymaker <barries@slaysys.com>
7646 To: perl5-porters@perl.org
7647 Subject: [PATCH 5.005_61] Benchmark.pm: Export countit(), cmpthese() by default
7648 Date: Thu, 30 Sep 1999 22:16:26 -0400
7649 Message-Id: <199910010216.WAA08309@jester.slaysys.com>
7652 ____________________________________________________________________________
7653 [ 4265] By: jhi on 1999/09/30 20:25:35
7654 Log: From: Barrie Slaymaker <barries@slaysys.com>
7655 To: perl5-porters@perl.org
7656 Subject: [PATCH 5.005_61] Benchmark tweaks, fixes, cmpthese()
7657 Date: Thu, 30 Sep 1999 15:44:00 -0400
7658 Message-Id: <199909301944.PAA07166@jester.slaysys.com>
7662 ____________________________________________________________________________
7663 [ 4264] By: gsar on 1999/09/30 17:59:26
7664 Log: re-add missing "Out of memory!" entry
7667 ____________________________________________________________________________
7668 [ 4263] By: jhi on 1999/09/30 17:05:43
7669 Log: Regenerate Configure.
7671 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
7673 ____________________________________________________________________________
7674 [ 4261] By: jhi on 1999/09/30 16:15:05
7675 Log: From: Andy Dougherty <doughera@lafayette.edu>
7676 To: Perl Porters <perl5-porters@perl.org>
7677 Subject: [PATCH 5.005_61] rand() advisory for perldelta.pod
7678 Date: Thu, 30 Sep 1999 12:24:00 -0400 (EDT)
7679 Message-ID: <Pine.SOL.4.10.9909301218390.3343-100000@maxwell.phys.lafayette.edu>
7682 ____________________________________________________________________________
7683 [ 4260] By: jhi on 1999/09/30 15:48:56
7684 Log: From: Andy Dougherty <doughera@lafayette.edu>
7685 To: Jarkko Hietaniemi <jhi@iki.fi>, Gurusamy Sarathy <gsar@activestate.com>
7686 Subject: Re: Possible skeletal structure for searching multiple versions
7687 Date: Thu, 30 Sep 1999 11:52:00 -0400 (EDT)
7688 Message-ID: <Pine.SOL.4.10.9909301149090.3343-100000@maxwell.phys.lafayette.edu>
7691 Branch: metaconfig/U/perl
7694 ____________________________________________________________________________
7695 [ 4259] By: jhi on 1999/09/30 15:07:16
7696 Log: Further ?idsize.U fixing.
7698 ! U/typedefs/gidsize.U U/typedefs/pidsize.U U/typedefs/uidsize.U
7699 ____________________________________________________________________________
7700 [ 4258] By: jhi on 1999/09/30 15:00:14
7701 Log: Fix the ?idsi{gn,ze} units, from Andy Dougherty.
7703 ! U/typedefs/gidsign.U U/typedefs/gidsize.U U/typedefs/pidsign.U
7704 ! U/typedefs/pidsize.U U/typedefs/uidsign.U U/typedefs/uidsize.U
7705 ____________________________________________________________________________
7706 [ 4257] By: jhi on 1999/09/30 09:48:33
7707 Log: From: "Kurt D. Starsinic" <kstar@chapin.edu>
7708 To: Gurusamy Sarathy <gsar@ActiveState.com>
7709 Cc: tchrist@perl.com, Larry Wall <larry@wall.org>,
7710 The Perl Porters Mailing List <perl5-porters@perl.org>
7711 Subject: [PATCH] (Was: deprecating SIGDIE)
7712 Date: Wed, 29 Sep 1999 15:16:50 -0400
7713 Message-ID: <19990929151650.E26675@O2.chapin.edu>
7715 ! Porting/findvars embedvar.h intrpvar.h mg.c objXSUB.h perl.c
7716 ____________________________________________________________________________
7717 [ 4256] By: jhi on 1999/09/30 09:45:22
7718 Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
7719 To: Gurusamy Sarathy <gsar@activestate.com>
7720 Cc: Barrie Slaymaker <barries@slaysys.com>, perl5-porters@perl.org
7721 Subject: Re: _58, _61 Argument "" is not numeric in sprintf
7722 Date: Wed, 29 Sep 1999 18:58:23 -0400
7723 Message-ID: <19990929185823.A22099@monk.mps.ohio-state.edu>
7725 ! Makefile.SH opcode.pl
7726 ____________________________________________________________________________
7727 [ 4255] By: gsar on 1999/09/30 09:03:48
7728 Log: remove prehistoric XFree() gunk
7730 ! lib/ExtUtils/typemap lib/ExtUtils/xsubpp
7731 ____________________________________________________________________________
7732 [ 4254] By: gsar on 1999/09/30 08:40:14
7733 Log: From: Vishal Bhatia <vishal@gol.com>
7734 Date: Wed, 29 Sep 1999 23:27:28 +0900 (JST)
7735 Message-ID: <Pine.LNX.4.10.9909292326280.5599-100000@localhost.localdomain>
7736 Subject: [patch _61] Minor corrections in C.pm
7739 ____________________________________________________________________________
7740 [ 4253] By: gsar on 1999/09/30 08:36:27
7741 Log: off-by-one in fbm_compile() (spotted by John Bley
7742 <jbley@cs.cmu.edu>); whitespace adjustments
7745 ____________________________________________________________________________
7746 [ 4251] By: jhi on 1999/09/30 08:09:13
7747 Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
7748 To: perl5-porters@perl.org (Mailing list Perl5)
7749 Subject: [PATCH 5.00561+] Followup h2xs patch
7750 Date: Thu, 30 Sep 1999 04:15:52 -0400 (EDT)
7751 Message-Id: <199909300815.EAA25425@monk.mps.ohio-state.edu>
7754 ____________________________________________________________________________
7755 [ 4250] By: jhi on 1999/09/29 19:11:32
7756 Log: Integrate with Sarathy.
7758 !> djgpp/configure.bat embed.h embed.pl lib/Exporter/Heavy.pm
7759 !> lib/ExtUtils/MM_Unix.pm lib/Time/Local.pm proto.h
7760 !> t/pragma/locale/latin1 win32/Makefile win32/makefile.mk
7761 ____________________________________________________________________________
7762 [ 4249] By: bailey on 1999/09/29 02:21:31
7763 Log: resync with mainline
7765 +> (branch 32 files)
7766 - ext/B/defsubs.h.PL lib/unicode/arabshp.txt
7767 - lib/unicode/blocks.txt lib/unicode/index2.txt
7768 - lib/unicode/jamo2.txt lib/unicode/names2.txt
7769 - lib/unicode/props2.txt lib/unicode/readme.txt
7770 - t/lib/bigfloatpm.t
7771 !> (integrate 240 files)
7772 ____________________________________________________________________________
7773 [ 4248] By: jhi on 1999/09/28 18:14:39
7774 Log: From: Andy Dougherty <doughera@lafayette.edu>
7775 To: Perl Porters <perl5-porters@perl.org>
7776 Subject: [PATCH 5.005_xx] Re: [Config 5.005_03] -DDEBUGGING
7777 Date: Tue, 28 Sep 1999 12:20:50 -0400 (EDT)
7778 Message-ID: <Pine.SOL.4.10.9909281019360.1890-100000@maxwell.phys.lafayette.edu>
7780 From: Andy Dougherty <doughera@lafayette.edu>
7781 To: Perl Porters <perl5-porters@perl.org>
7782 Subject: [ANOTHER PATCH 5.005_61] Re: [Config 5.005_03] -DDEBUGGING
7783 Date: Tue, 28 Sep 1999 13:39:49 -0400 (EDT)
7784 Message-ID: <Pine.SOL.4.10.9909281338180.2012-100000@maxwell.phys.lafayette.edu>
7786 ! hints/README.hints hints/amigaos.sh hints/cygwin.sh
7787 ! hints/dynixptx.sh hints/epix.sh hints/esix4.sh hints/mint.sh
7788 ! hints/mpeix.sh hints/next_3.sh hints/next_3_0.sh
7790 ____________________________________________________________________________
7791 [ 4247] By: gsar on 1999/09/28 17:36:59
7792 Log: revert change#4115 (breaks libwww's base/date.t); could be
7793 reworked to enable it conditional on $Time::Local::nocroak
7797 ____________________________________________________________________________
7798 [ 4246] By: gsar on 1999/09/28 17:33:14
7799 Log: tweak for win32 build
7801 ! win32/Makefile win32/makefile.mk
7802 ____________________________________________________________________________
7803 [ 4245] By: gsar on 1999/09/28 17:31:34
7804 Log: change#4236 fallout
7806 ! lib/ExtUtils/MM_Unix.pm
7807 ____________________________________________________________________________
7808 [ 4244] By: gsar on 1999/09/28 17:29:31
7809 Log: remove doubled new_xpv
7811 ! embed.h embed.pl proto.h
7812 ____________________________________________________________________________
7813 [ 4243] By: jhi on 1999/09/27 19:13:20
7814 Log: Artistic fine-tuning.
7816 ! ext/B/defsubs_h.PL
7817 ____________________________________________________________________________
7818 [ 4242] By: gsar on 1999/09/27 17:05:22
7819 Log: avoid implicit split to @_ in change#4181; binary -> text file
7822 ! djgpp/configure.bat lib/Exporter/Heavy.pm
7823 ! t/pragma/locale/latin1
7824 ____________________________________________________________________________
7825 [ 4241] By: jhi on 1999/09/27 07:48:19
7826 Log: Integrate with Sarathy.
7828 !> INSTALL embed.h embed.pl malloc.c pod/perldiag.pod pp.c
7829 !> pp_ctl.c pp_hot.c pp_sys.c win32/Makefile win32/makefile.mk
7830 ____________________________________________________________________________
7831 [ 4240] By: jhi on 1999/09/27 07:47:11
7832 Log: Finalize change #4232.
7833 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
7834 To: Jarkko Hietaniemi <jhi@iki.fi>
7835 Cc: gsar@activestate.com, Mailing list Perl5 <perl5-porters@perl.org>
7836 Subject: Re: xsubpp change breaks B, DB_File, POSIX builds
7837 Date: Sun, 26 Sep 1999 16:52:31 -0400
7838 Message-ID: <19990926165230.A26933@monk.mps.ohio-state.edu>
7840 ! lib/ExtUtils/xsubpp
7841 ____________________________________________________________________________
7842 [ 4239] By: gsar on 1999/09/27 02:48:42
7843 Log: add notes in INSTALL about Configure -Accflags=-DFOO
7846 ____________________________________________________________________________
7847 [ 4238] By: gsar on 1999/09/27 02:03:48
7848 Log: PERL_POLLUTE isn't required for bincompat, so don't enable
7852 ____________________________________________________________________________
7853 [ 4237] By: gsar on 1999/09/27 01:52:47
7854 Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
7855 Date: Fri, 24 Sep 1999 23:25:36 -0400
7856 Message-ID: <19990924232536.A16257@monk.mps.ohio-state.edu>
7857 Subject: [PATCH 5.005_61] Malloc fixes and docs
7859 ! malloc.c pod/perldiag.pod
7860 ____________________________________________________________________________
7861 [ 4236] By: gsar on 1999/09/27 01:31:32
7862 Log: avoid .exe in $Config{cc} (spotted by Vadim Konovalov
7863 <vkonovalov@lucent.com>)
7865 ! win32/Makefile win32/makefile.mk
7866 ____________________________________________________________________________
7867 [ 4235] By: gsar on 1999/09/26 17:02:03
7868 Log: fix buggy popping of subroutine contexts in the lvalue
7869 subroutines implementation (change#4081); correct the
7870 plethora of cases where DIE() was more appropriate than
7873 ! pp.c pp_ctl.c pp_hot.c pp_sys.c
7874 ____________________________________________________________________________
7875 [ 4234] By: jhi on 1999/09/26 12:06:28
7879 ____________________________________________________________________________
7880 [ 4233] By: jhi on 1999/09/26 11:59:18
7881 Log: Integrate with Sarathy. h2xs.PL had to be manually resolved,
7882 I kept my (Ilya's) version.
7884 !> gv.c gv.h intrpvar.h keywords.h keywords.pl lib/Shell.pm op.c
7885 !> pod/perldiag.pod pod/perlembed.pod pod/perlfaq3.pod
7886 !> pod/perlfaq7.pod pod/perlfunc.pod pod/perlmod.pod
7887 !> pod/perlmodlib.pod pod/perlsub.pod pod/perltoot.pod
7888 !> pod/perlxstut.pod sv.h t/pragma/strict-vars toke.c
7889 !> utils/h2xs.PL win32/Makefile win32/makefile.mk
7890 ____________________________________________________________________________
7891 [ 4232] By: jhi on 1999/09/26 09:53:43
7892 Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
7893 To: Mailing list Perl5 <perl5-porters@perl.org>
7894 Subject: [PATCH 5.005_61] teach xsubpp function pointers
7895 Date: Sun, 26 Sep 1999 01:36:09 -0400
7896 Message-ID: <19990926013609.A21148@monk.mps.ohio-state.edu>
7898 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
7899 To: Mailing list Perl5 <perl5-porters@perl.org>
7900 Subject: [PATCH 5.005_61] Make h2xs -x almost bullet-proof
7901 Date: Sun, 26 Sep 1999 03:00:50 -0400
7902 Message-ID: <19990926030050.A21498@monk.mps.ohio-state.edu>
7904 ! lib/ExtUtils/xsubpp utils/h2xs.PL
7905 ____________________________________________________________________________
7906 [ 4231] By: jhi on 1999/09/26 09:48:49
7907 Log: From: "Konovalov, Vadim" <vkonovalov@lucent.com>
7908 To: perl5-porters@perl.org
7909 Subject: misprint in perlguts
7910 Date: Sun, 26 Sep 1999 12:48:36 +0400
7911 Message-ID: <402099F49BEED211999700805FC7359F20D7A5@ru0028exch01.spb.lucent.com>
7914 ____________________________________________________________________________
7915 [ 4230] By: gsar on 1999/09/26 00:50:08
7916 Log: add $installarchlib/CORE to default linker search path on windows
7918 ! win32/Makefile win32/makefile.mk
7919 ____________________________________________________________________________
7920 [ 4229] By: gsar on 1999/09/25 20:05:03
7921 Log: support C<use Shell> on Windows (reworked a patch suggested
7922 by Jenda Krynicky <Jenda@McCann.cz>)
7925 ____________________________________________________________________________
7926 [ 4228] By: gsar on 1999/09/25 07:03:34
7927 Log: integrate cfgperl contents into mainline
7930 !> Configure MANIFEST Makefile.SH config_h.SH hints/sco.sh
7931 !> lib/unicode/Eq/Latin1 lib/unicode/Eq/Unicode
7932 !> lib/unicode/mktables.PL pod/perldelta.pod pod/perlfaq9.pod
7933 !> regcomp.c regexec.c t/lib/syslfs.t t/op/lfs.t
7934 ____________________________________________________________________________
7935 [ 4227] By: gsar on 1999/09/25 06:44:47
7936 Log: From: Larry Wall <larry@wall.org>
7937 Date: Fri, 24 Sep 1999 21:59:37 PDT
7938 Message-Id: <199909250459.VAA27506@kiev.wall.org>
7939 Subject: Re: [PATCH 5.005_61] "our" declarations
7941 ! gv.c gv.h intrpvar.h keywords.h keywords.pl op.c
7942 ! pod/perldiag.pod pod/perlembed.pod pod/perlfaq3.pod
7943 ! pod/perlfaq7.pod pod/perlfunc.pod pod/perlmod.pod
7944 ! pod/perlmodlib.pod pod/perlsub.pod pod/perltoot.pod
7945 ! pod/perlxstut.pod sv.h t/pragma/strict-vars toke.c
7947 ____________________________________________________________________________
7948 [ 4226] By: jhi on 1999/09/24 23:10:52
7949 Log: Integrate with Sarathy.
7951 !> XSUB.h ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs
7952 !> ext/POSIX/hints/linux.pl pod/perldiag.pod pod/perlfunc.pod
7953 !> pp.c t/lib/posix.t t/op/pack.t toke.c utils/perlcc.PL
7954 ____________________________________________________________________________
7955 [ 4225] By: gsar on 1999/09/24 18:19:54
7956 Log: avoid infinite recursive exec()s of perl.exe when shebang
7957 contains "Perl" rather than "perl" on DOSISH platforms
7960 ____________________________________________________________________________
7961 [ 4224] By: gsar on 1999/09/24 16:09:23
7962 Log: support cygwin and other platforms that link to import libraries
7963 rather than directly with shared libraries (from a suggestion
7964 by Lucian Cionca <Lucian.Cionca@algoritma.ro>)
7967 ____________________________________________________________________________
7968 [ 4223] By: gsar on 1999/09/24 05:05:06
7969 Log: normalize time for strftime() (without the isdst effects of
7970 mktime()) using a custom mini_mktime()
7971 From: spider-perl@Orb.Nashua.NH.US
7972 Date: Thu, 23 Sep 1999 17:54:53 -0400
7973 Message-Id: <199909232154.RAA25151@leggy.zk3.dec.com>
7974 Subject: Re: [ID 19990913.003] Possible bug using POSIX::strftime Digital UNIX Perl 5.005_03
7976 ! ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs
7977 ! ext/POSIX/hints/linux.pl t/lib/posix.t
7978 ____________________________________________________________________________
7979 [ 4222] By: gsar on 1999/09/23 06:44:42
7980 Log: change "#" to a comment starter in pack templates; "/" now
7981 used for specifying counted types
7982 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
7983 Date: Wed, 22 Sep 1999 19:41:30 -0400
7984 Message-ID: <19990922194130.A864@monk.mps.ohio-state.edu>
7985 Subject: [PATCH 5.005_61] Enable comments in pack()/unpack() templates
7987 ! pod/perldiag.pod pod/perlfunc.pod pp.c t/op/pack.t
7988 ____________________________________________________________________________
7989 [ 4221] By: gsar on 1999/09/23 06:26:54
7990 Log: From: Vishal Bhatia <vishal@gol.com>
7991 Date: Thu, 23 Sep 1999 12:45:19 +0900 (JST)
7992 Message-ID: <Pine.LNX.4.10.9909231218360.3428-100000@localhost.localdomain>
7993 Subject: [patch _61] perlcc changes
7996 ____________________________________________________________________________
7997 [ 4220] By: gsar on 1999/09/23 01:12:24
7998 Log: add include guard
8001 ____________________________________________________________________________
8002 [ 4219] By: jhi on 1999/09/22 20:38:15
8003 Log: Cleanup cleanup.
8005 ! Makefile.SH t/lib/syslfs.t t/op/lfs.t
8006 ____________________________________________________________________________
8007 [ 4218] By: jhi on 1999/09/22 19:26:58
8008 Log: Tweak the equivalence tables once again.
8010 ! lib/unicode/Eq/Latin1 lib/unicode/Eq/Unicode
8011 ! lib/unicode/mktables.PL
8012 ____________________________________________________________________________
8013 [ 4215] By: jhi on 1999/09/22 06:47:03
8014 Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
8015 To: Mailing list Perl5 <perl5-porters@perl.org>
8016 Subject: [PATCH 5.005_61] regfree could segfault with -Mre=debug
8017 Date: Tue, 21 Sep 1999 19:50:00 -0400
8018 Message-ID: <19990921195000.A23938@monk.mps.ohio-state.edu>
8020 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
8021 To: Mailing list Perl5 <perl5-porters@perl.org>
8022 Subject: [PATCH 5.005_61] More verbose -Mre=debug
8023 Date: Tue, 21 Sep 1999 22:29:55 -0400
8024 Message-ID: <19990921222955.A25094@monk.mps.ohio-state.edu>
8026 ! regcomp.c regexec.c
8027 ____________________________________________________________________________
8028 [ 4214] By: jhi on 1999/09/21 21:08:43
8029 Log: From: 0000-Admin (0000) <root@devsys0.zenez.com>
8030 Reply-To: gerberb@zenez.com
8031 To: perl5-porters@perl.org
8032 Subject: [ID 19990921.004] Changes for SCO OpenServer and UnixWare 7
8033 Date: Tue, 21 Sep 1999 11:07:46 -0600 (MDT)
8034 Message-Id: <199909211707.LAA23611@devsys0.zenez.com>
8036 (Snipped away the last lines of svr5.sh a la change #3725)
8039 ! Configure MANIFEST config_h.SH hints/sco.sh
8041 ! U/modified/Cppsym.U U/modified/Oldconfig.U
8042 ____________________________________________________________________________
8043 [ 4213] By: jhi on 1999/09/21 20:48:01
8044 Log: From: Kragen Sitaker <kragen@dnaco.net>
8045 To: perl5-porters@perl.org
8046 Subject: [ID 19990921.013] accidental list context in perlfaq9
8047 Date: Tue, 21 Sep 1999 16:27:53 -0400 (EDT)
8048 Reply-To: kragen@pobox.com
8049 Message-Id: <199909212027.QAA03450@kirk.dnaco.net>
8052 ____________________________________________________________________________
8053 [ 4212] By: jhi on 1999/09/20 19:55:42
8054 Log: Integrate with Sarathy.
8058 ____________________________________________________________________________
8059 [ 4211] By: jhi on 1999/09/20 19:44:44
8060 Log: Rename -Duselfs to -Duselargefiles. We don't need no stnkngbbrvtns.
8062 ! Configure config_h.SH pod/perldelta.pod
8063 Branch: metaconfig/U/perl
8064 ! use64bits.U uselfs.U uselongdbl.U
8065 ____________________________________________________________________________
8066 [ 4210] By: jhi on 1999/09/20 19:38:26
8067 Log: Configure -A change: -Afoo=bar is equal to -Aappend:foo=" bar".
8069 ! Configure config_h.SH
8071 ! U/modified/Options.U
8072 ____________________________________________________________________________
8073 [ 4209] By: gsar on 1999/09/20 19:35:39
8074 Log: integrate cfgperl changes into mainline
8076 +> lib/unicode/Unicode.html
8078 !> Configure Porting/Glossary Porting/config.sh Porting/config_H
8079 !> config_h.SH doio.c perl.h pod/perldelta.pod pod/perlfunc.pod
8080 ____________________________________________________________________________
8081 [ 4208] By: gsar on 1999/09/20 18:28:44
8082 Log: add README.Y2K (from Dominic Dunlop <domo@vo.lu>)
8086 ____________________________________________________________________________
8087 [ 4207] By: jhi on 1999/09/20 11:06:13
8088 Log: Document -Duselfs, -Duselongdouble, and -Dusemorebits.
8091 ____________________________________________________________________________
8092 [ 4206] By: jhi on 1999/09/20 09:53:15
8093 Log: Do not test for gccish things in non-gccish platforms.
8095 ! Configure config_h.SH
8097 ! U/compline/ccflags.U
8098 ____________________________________________________________________________
8099 [ 4205] By: jhi on 1999/09/20 09:41:22
8100 Log: Prompt for uselfs.
8102 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
8106 Branch: metaconfig/U/perl
8107 ! use64bits.U uselfs.U
8108 ____________________________________________________________________________
8109 [ 4204] By: jhi on 1999/09/20 09:09:29
8110 Log: Add usemorebits and uselfs.
8112 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
8113 ! config_h.SH doio.c perl.h
8114 Branch: metaconfig/U/perl
8115 + uselfs.U usemorebits.U
8116 ! use64bits.U uselongdbl.U
8117 ____________________________________________________________________________
8118 [ 4203] By: jhi on 1999/09/20 07:48:48
8122 ____________________________________________________________________________
8123 [ 4202] By: jhi on 1999/09/20 07:33:32
8124 Log: Fix a bug in the description of endianness. Reported in
8125 From: "Konovalov, Vadim" <vkonovalov@lucent.com>
8126 To: perl5-porters@perl.org
8127 Subject: BUG: perldoc -f pack
8128 Date: Mon, 20 Sep 1999 09:43:49 +0400
8129 Message-ID: <402099F49BEED211999700805FC7359F20D3F5@ru0028exch01.spb.lucent.com>
8132 ____________________________________________________________________________
8133 [ 4201] By: jhi on 1999/09/20 07:01:26
8134 Log: Integrate with Sarathy.
8137 !> (integrate 31 files)
8138 ____________________________________________________________________________
8139 [ 4200] By: gsar on 1999/09/20 03:45:06
8140 Log: From: Russ Allbery <rra@stanford.edu>
8141 Date: 19 Aug 1999 04:35:44 -0700
8142 Message-Id: <yl7lms9f5b.fsf@windlord.stanford.edu>
8143 Subject: [ID 19990819.002] File::Find error when pruning top-level directories
8146 ____________________________________________________________________________
8147 [ 4199] By: gsar on 1999/09/20 03:27:49
8148 Log: suppress warning (from John Tobey <jtobey@epsilondev.com>)
8151 ____________________________________________________________________________
8152 [ 4198] By: gsar on 1999/09/20 03:25:25
8153 Log: add arenas for managing allocations of remaining xpv*v structures
8154 From: Vishal Bhatia <vishal@gol.com>
8155 Date: Wed, 25 Aug 1999 00:31:33 +0900 (JST)
8156 Message-ID: <Pine.LNX.4.10.9908250031000.11727-100000@localhost.localdomain>
8157 Subject: [PATCH 5.005_60] removing extra ref count (compiler)
8159 ! embed.h embed.pl embedvar.h ext/B/B/C.pm intrpvar.h objXSUB.h
8161 ____________________________________________________________________________
8162 [ 4197] By: gsar on 1999/09/20 03:06:10
8163 Log: queue errors due to strictures rather than printing them as
8164 warnings; symbols that violate strictures do *not* end up in
8165 the symbol table anyway, making multiple evals of the same piece
8166 of code produce the same errors; errors indicate all locations
8167 of a global symbol rather than just the first one; these
8168 changes make compile-time failures within evals reliably
8169 visible via the return value or contents of $@, and trappable
8172 ! embed.h embed.pl embedvar.h ext/DynaLoader/dlutils.c
8173 ! ext/Thread/Thread.xs global.sym gv.c objXSUB.h op.c perl.c
8174 ! perlapi.c pp_ctl.c proto.h regcomp.c t/pragma/strict-refs
8175 ! t/pragma/strict-vars thrdvar.h toke.c util.c
8176 ____________________________________________________________________________
8177 [ 4196] By: gsar on 1999/09/19 22:14:29
8178 Log: control change#1914 via hints (causes problems on some platforms)
8180 ! ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs
8181 ! ext/POSIX/hints/linux.pl
8182 ____________________________________________________________________________
8183 [ 4195] By: gsar on 1999/09/19 21:30:18
8184 Log: avoid clearing @_ at all for faster subroutine calls; fix bugs
8185 in passing around references to @_, eg C<sub foo { \@_ }>; add
8189 ! MANIFEST cop.h pp.c pp_ctl.c pp_hot.c
8190 ____________________________________________________________________________
8191 [ 4194] By: jhi on 1999/09/18 18:57:45
8192 Log: Integrate with Sarathy.
8194 !> opcode.h opcode.pl
8195 ____________________________________________________________________________
8196 [ 4193] By: nick on 1999/09/18 15:24:56
8197 Log: Re-integrate mainline
8198 Basic SvUTF8 stuff in headers, no functional changes yet.
8200 + lib/byte.pm lib/byte_heavy.pl
8201 +> ext/B/defsubs_h.PL ext/DB_File/version.c jpl/JNI/Closer.java
8202 +> jpl/JNI/JNIConfig jpl/JNI/JNIConfig.Win32
8203 +> jpl/JNI/JNIConfig.kaffe jpl/JNI/JNIConfig.noembed
8204 +> jpl/JNI/JNIConfig.standard jpl/JNI/typemap.gcc
8205 +> jpl/JNI/typemap.win32 jpl/SETVARS.PL lib/unicode/ArabShap.txt
8206 +> lib/unicode/Blocks.txt lib/unicode/CompExcl.txt
8207 +> lib/unicode/EAWidth.txt lib/unicode/Index.txt
8208 +> lib/unicode/Jamo-2.txt lib/unicode/LineBrk.txt
8209 +> lib/unicode/Names.txt lib/unicode/Props.txt
8210 +> lib/unicode/ReadMe.txt lib/unicode/SpecCase.txt
8212 - ext/B/defsubs.h.PL lib/unicode/arabshp.txt
8213 - lib/unicode/blocks.txt lib/unicode/index2.txt
8214 - lib/unicode/jamo2.txt lib/unicode/names2.txt
8215 - lib/unicode/props2.txt lib/unicode/readme.txt
8216 - t/lib/bigfloatpm.t
8217 ! doop.c embed.h embed.pl gv.c mg.c objXSUB.h op.c op.h perl.h
8218 ! perlapi.c pp.c pp_ctl.c pp_hot.c proto.h regcomp.c regcomp.h
8219 ! regexec.c regexp.h regnodes.h sv.c sv.h toke.c utf8.c utf8.h
8221 !> (integrate 142 files)
8222 ____________________________________________________________________________
8223 [ 4192] By: gsar on 1999/09/18 15:11:47
8224 Log: more op description tweaks
8226 ! opcode.h opcode.pl
8227 ____________________________________________________________________________
8228 [ 4191] By: jhi on 1999/09/18 07:47:16
8229 Log: Integrate with Sarathy.
8231 !> Changes opcode.h opcode.pl t/io/open.t t/op/misc.t
8233 ____________________________________________________________________________
8234 [ 4190] By: jhi on 1999/09/18 07:35:45
8235 Log: Add description of the Unicode database files.
8237 + lib/unicode/Unicode.html
8238 ____________________________________________________________________________
8239 [ 4189] By: gsar on 1999/09/18 03:14:58
8240 Log: tweak some op names in change#4177 (will any of this break code that
8243 ! Changes opcode.h opcode.pl t/io/open.t t/op/misc.t
8245 ____________________________________________________________________________
8246 [ 4188] By: jhi on 1999/09/17 21:30:08
8247 Log: Pick up the typo fix.
8250 ____________________________________________________________________________
8251 [ 4187] By: gsar on 1999/09/17 21:13:55
8255 ____________________________________________________________________________
8256 [ 4186] By: gsar on 1999/09/17 20:57:29
8257 Log: integrate cfgperl change
8259 !> vms/subconfigure.com
8260 ____________________________________________________________________________
8261 [ 4185] By: jhi on 1999/09/17 20:46:41
8262 Log: Re-apply applicable parts of #3993, #3994, and #3995.
8264 ! vms/subconfigure.com
8265 ____________________________________________________________________________
8266 [ 4184] By: gsar on 1999/09/17 20:26:02
8267 Log: integrate cfgperl contents into mainline
8269 +> lib/unicode/ArabShap.txt lib/unicode/Blocks.txt
8270 +> lib/unicode/CompExcl.txt lib/unicode/EAWidth.txt
8271 +> lib/unicode/Index.txt lib/unicode/Jamo-2.txt
8272 +> lib/unicode/LineBrk.txt lib/unicode/Names.txt
8273 +> lib/unicode/Props.txt lib/unicode/ReadMe.txt
8274 +> lib/unicode/SpecCase.txt
8275 - lib/unicode/arabshp.txt lib/unicode/blocks.txt
8276 - lib/unicode/index2.txt lib/unicode/jamo2.txt
8277 - lib/unicode/names2.txt lib/unicode/props2.txt
8278 - lib/unicode/readme.txt
8279 !> (integrate 73 files)
8280 ____________________________________________________________________________
8281 [ 4183] By: jhi on 1999/09/17 20:25:51
8282 Log: Integrate with Sarathy.
8284 !> configure.com ext/ByteLoader/byterun.h
8285 !> ext/DynaLoader/DynaLoader_pm.PL lib/ExtUtils/MM_VMS.pm
8286 !> lib/File/Spec/VMS.pm pod/perlhist.pod t/io/open.t
8287 !> vms/descrip_mms.template vms/gen_shrfls.pl vms/perly_c.vms
8288 !> vms/perly_h.vms vms/subconfigure.com vms/vms.c vms/vmsish.h
8289 ____________________________________________________________________________
8290 [ 4182] By: gsar on 1999/09/17 20:16:28
8291 Log: integrate vmsperl contents into mainline (where VMS files conflicted,
8292 vmsperl contents have prevailed)
8294 !> configure.com ext/ByteLoader/byterun.h
8295 !> ext/DynaLoader/DynaLoader_pm.PL lib/ExtUtils/MM_VMS.pm
8296 !> lib/File/Spec/VMS.pm t/io/open.t vms/descrip_mms.template
8297 !> vms/gen_shrfls.pl vms/perly_c.vms vms/perly_h.vms
8298 !> vms/subconfigure.com vms/vms.c vms/vmsish.h
8299 ____________________________________________________________________________
8300 [ 4181] By: jhi on 1999/09/17 20:12:37
8301 Log: From: Michael G Schwern <schwern@pobox.com>
8302 To: perl5-porters@perl.org
8303 Subject: [PATCH 5.005_60 lib/Exporter/Heavy.pm] export_to_level()
8304 Date: Thu, 19 Aug 1999 21:30:01 -0400
8305 Message-ID: <19990819213001.A22512@athens.aocn.com>
8307 ! lib/Exporter/Heavy.pm
8308 ____________________________________________________________________________
8309 [ 4180] By: gsar on 1999/09/17 20:11:00
8310 Log: perlhist additions
8313 ____________________________________________________________________________
8314 [ 4179] By: jhi on 1999/09/17 20:08:00
8315 Log: The change #4176 should've undone only the test, not the code patch.
8318 ____________________________________________________________________________
8319 [ 4178] By: jhi on 1999/09/17 20:06:08
8320 Log: From: Ian Phillipps <ian@dial.pipex.com>
8321 To: Hans GINZEL <hgin2088@mail.kolej.mff.cuni.cz>, perl5-porters@perl.org
8322 Subject: [PATCH 5.005_59] Re: [ID 19990820.007] Small typo in perlsyn.pod
8323 Date: Sat, 21 Aug 1999 12:36:12 +0100
8324 Message-ID: <19990821123612.A9955@homer.diplex.co.uk>
8327 ____________________________________________________________________________
8328 [ 4177] By: jhi on 1999/09/17 20:00:19
8329 Log: More descriptive names for operators.
8331 From: Michael G Schwern <schwern@pobox.com>
8332 To: Ilya Zakharevich <ilya@math.ohio-state.edu>
8333 Cc: perl5-porters@perl.org
8334 Subject: Re: [ID 19990817.009] [BUG 5.005_60 & 5.005_03] == reported as eq in
8335 Date: Tue, 17 Aug 1999 18:35:45 -0400
8336 Message-ID: <19990817183545.A23073@toldyouso.com>
8338 From: Michael G Schwern <schwern@pobox.com>
8339 To: perl5-porters@perl.org
8340 Subject: [PATCH 5.005_60 opcode.pl and friends] Improved opcode descriptions
8341 Date: Wed, 18 Aug 1999 03:53:38 -0400
8342 Message-ID: <19990818035337.A31505@athens.aocn.com>
8344 ! opcode.h opcode.pl pp.sym pp_proto.h sv.c t/op/misc.t
8345 ! t/pragma/warn/op t/pragma/warn/sv
8346 ____________________________________________________________________________
8347 [ 4176] By: jhi on 1999/09/17 18:19:18
8348 Log: Take away the infamous io/dup.t #7.
8349 It seems there simply is no way to portably
8350 "flush" an input file handle.
8353 ____________________________________________________________________________
8354 [ 4175] By: jhi on 1999/09/17 14:45:08
8355 Log: From: Barrie Slaymaker <barries@slaysys.com>
8356 To: perl5-porters@perl.org
8357 Subject: [PATCH 5.005_61] Benchmark: screwed patch format, try this instead
8358 Date: Fri, 17 Sep 1999 11:16:48 -0400
8359 Message-Id: <199909171516.LAA30887@jester.slaysys.com>
8362 ____________________________________________________________________________
8363 [ 4174] By: jhi on 1999/09/17 14:07:16
8364 Log: UNICOS does support large files but doesn't support sparse files
8365 so we cannot easily test for large file support.
8367 ! t/lib/syslfs.t t/op/lfs.t
8368 ____________________________________________________________________________
8369 [ 4173] By: jhi on 1999/09/17 14:03:44
8370 Log: UNICOS has sloppy division/modulo for floating point numbers.
8373 ____________________________________________________________________________
8374 [ 4172] By: jhi on 1999/09/17 13:47:49
8375 Log: Portable blocksize (replaces #4171).
8377 ! t/lib/syslfs.t t/op/lfs.t
8378 ____________________________________________________________________________
8379 [ 4171] By: jhi on 1999/09/17 13:08:54
8380 Log: (replaced by #4172)
8382 ! t/lib/syslfs.t t/op/lfs.t
8383 ____________________________________________________________________________
8384 [ 4170] By: jhi on 1999/09/17 12:59:11
8387 ! t/lib/syslfs.t t/op/lfs.t
8388 ____________________________________________________________________________
8389 [ 4169] By: jhi on 1999/09/17 12:16:34
8390 Log: Diagnose possible quota limits.
8392 ! t/lib/syslfs.t t/op/lfs.t
8393 ____________________________________________________________________________
8394 [ 4168] By: jhi on 1999/09/17 12:10:43
8395 Log: UNICOS doesn't have getpgid(). Or, at least 9.0.1ai
8396 doesn't have one that wouldn't cause SIGSYS. UNICOS
8397 does have getpgrp(void) so Perl getpgrp() is happy.
8400 ____________________________________________________________________________
8401 [ 4167] By: jhi on 1999/09/17 11:49:30
8402 Log: Filesystem quotas may stop you from using large files.
8404 ! pod/perldelta.pod t/lib/syslfs.t t/op/lfs.t
8405 ____________________________________________________________________________
8406 [ 4166] By: jhi on 1999/09/17 11:36:01
8407 Log: Too strict pattern for parsing group lists.
8410 ____________________________________________________________________________
8411 [ 4165] By: jhi on 1999/09/17 09:06:18
8412 Log: Configure maintenance. It's sigaction.sa_flags
8413 and the Glossary regen'ed.
8415 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
8418 ! U/compline/d_sigaction.U
8419 ____________________________________________________________________________
8420 [ 4164] By: jhi on 1999/09/15 06:57:51
8421 Log: Integrate with Sarathy.
8423 +> jpl/JNI/Closer.java jpl/JNI/JNIConfig jpl/JNI/JNIConfig.Win32
8424 +> jpl/JNI/JNIConfig.kaffe jpl/JNI/JNIConfig.noembed
8425 +> jpl/JNI/JNIConfig.standard jpl/JNI/typemap.gcc
8426 +> jpl/JNI/typemap.win32 jpl/SETVARS.PL
8427 !> Changes MANIFEST embed.h embed.pl jpl/JNI/JNI.pm
8428 !> jpl/JNI/JNI.xs jpl/JNI/Makefile.PL jpl/JNI/test.pl
8429 !> jpl/JNI/typemap jpl/JPL/Makefile.PL
8430 !> jpl/PerlInterpreter/Makefile.PL
8431 !> jpl/PerlInterpreter/PerlInterpreter.c
8432 !> jpl/PerlInterpreter/PerlInterpreter.h jpl/README
8433 !> jpl/Sample/Makefile.PL jpl/install-jpl
8434 !> lib/File/Spec/Functions.pm pod/perlhist.pod regexec.c
8436 ____________________________________________________________________________
8437 [ 4163] By: gsar on 1999/09/15 05:17:27
8438 Log: add :ALL export tag (from Chris Nandor <pudge@pobox.com>)
8440 ! lib/File/Spec/Functions.pm
8441 ____________________________________________________________________________
8442 [ 4162] By: gsar on 1999/09/15 05:09:14
8443 Log: addendum to change#4136 (from Robin Barker <rmb1@cise.npl.co.uk>)
8445 ! Changes embed.h embed.pl
8446 ____________________________________________________________________________
8447 [ 4161] By: gsar on 1999/09/15 04:08:25
8448 Log: missing perlhist dates from Jeff Okamoto
8451 ____________________________________________________________________________
8452 [ 4160] By: gsar on 1999/09/15 03:13:08
8455 ! MANIFEST jpl/JNI/Makefile.PL
8456 ____________________________________________________________________________
8457 [ 4159] By: gsar on 1999/09/15 02:57:08
8458 Log: update to JPL snapshot v09141999, with minor tweaks (from Brian
8459 Jepson <bjepson@home.com>)
8461 + jpl/JNI/Closer.java jpl/JNI/JNIConfig jpl/JNI/JNIConfig.Win32
8462 + jpl/JNI/JNIConfig.kaffe jpl/JNI/JNIConfig.noembed
8463 + jpl/JNI/JNIConfig.standard jpl/JNI/typemap.gcc
8464 + jpl/JNI/typemap.win32 jpl/SETVARS.PL
8465 ! jpl/JNI/JNI.pm jpl/JNI/JNI.xs jpl/JNI/Makefile.PL
8466 ! jpl/JNI/test.pl jpl/JNI/typemap jpl/JPL/Makefile.PL
8467 ! jpl/PerlInterpreter/Makefile.PL
8468 ! jpl/PerlInterpreter/PerlInterpreter.c
8469 ! jpl/PerlInterpreter/PerlInterpreter.h jpl/README
8470 ! jpl/Sample/Makefile.PL jpl/install-jpl
8471 ____________________________________________________________________________
8472 [ 4158] By: gsar on 1999/09/15 01:27:14
8473 Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
8474 Date: Tue, 14 Sep 1999 21:26:15 EDT
8475 Message-Id: <199909150126.VAA24720@monk.mps.ohio-state.edu>
8476 Subject: [PATCH 5.005_58+] Re: [ID 19990914.001] Perl_re_intuit_start() hangs in a loop
8478 ! regexec.c t/op/pat.t
8479 ____________________________________________________________________________
8480 [ 4157] By: jhi on 1999/09/14 21:18:09
8481 Log: config.h will define USE_64_BITS if need be.
8484 ____________________________________________________________________________
8485 [ 4156] By: jhi on 1999/09/14 20:30:00
8486 Log: Change #4149 necessitates also a small code change.
8488 ! ext/B/defsubs_h.PL
8489 ____________________________________________________________________________
8490 [ 4155] By: jhi on 1999/09/14 20:15:53
8491 Log: Update EPOC libdir names.
8494 ____________________________________________________________________________
8495 [ 4154] By: jhi on 1999/09/14 20:13:41
8496 Log: Obsolete epoc/config.h caused #4153 to re-introduce already
8497 deceased HAS.*DBM.*64 mumblings.
8499 ! Configure config_h.SH epoc/config.h
8500 ____________________________________________________________________________
8501 [ 4153] By: jhi on 1999/09/14 20:04:53
8502 Log: Configure nits.
8504 ! Configure config_h.SH
8506 ! U/compline/d_sigaction.U U/threads/i_pthread.U
8507 ____________________________________________________________________________
8508 [ 4152] By: jhi on 1999/09/14 19:30:22
8509 Log: Integrate with Sarathy.
8511 +> ext/B/defsubs_h.PL t/lib/bigfltpm.t
8512 - ext/B/defsubs.h.PL t/lib/bigfloatpm.t
8513 !> INSTALL MANIFEST ext/B/Makefile.PL pod/perldiag.pod
8514 !> win32/config_sh.PL
8515 ____________________________________________________________________________
8516 [ 4151] By: jhi on 1999/09/14 10:25:01
8517 Log: Update Unicode database and recompute the tables.
8518 Rename the .txt files to be more Unicode 3.0-like.
8519 Unihan-3.0.txt not included because it is 16 MB.
8520 syllables.txt is manually maintained.
8521 See ReadMe.txt for description of the .txt files.
8522 (not all of them are used yet)
8524 + lib/unicode/ArabShap.txt lib/unicode/Blocks.txt
8525 + lib/unicode/CompExcl.txt lib/unicode/EAWidth.txt
8526 + lib/unicode/Index.txt lib/unicode/Jamo-2.txt
8527 + lib/unicode/LineBrk.txt lib/unicode/Names.txt
8528 + lib/unicode/Props.txt lib/unicode/ReadMe.txt
8529 + lib/unicode/SpecCase.txt
8530 - lib/unicode/arabshp.txt lib/unicode/blocks.txt
8531 - lib/unicode/index2.txt lib/unicode/jamo2.txt
8532 - lib/unicode/names2.txt lib/unicode/props2.txt
8533 - lib/unicode/readme.txt
8534 ! MANIFEST lib/unicode/ArabLink.pl lib/unicode/ArabLnkGrp.pl
8535 ! lib/unicode/Bidirectional.pl lib/unicode/Block.pl
8536 ! lib/unicode/Category.pl lib/unicode/CombiningClass.pl
8537 ! lib/unicode/Decomposition.pl
8538 ! lib/unicode/In/ArabicPresentationForms-B.pl
8539 ! lib/unicode/In/Specials.pl lib/unicode/In/Tibetan.pl
8540 ! lib/unicode/Is/Alnum.pl lib/unicode/Is/Alpha.pl
8541 ! lib/unicode/Is/BidiCS.pl lib/unicode/Is/BidiL.pl
8542 ! lib/unicode/Is/BidiON.pl lib/unicode/Is/BidiWS.pl
8543 ! lib/unicode/Is/DCcompat.pl lib/unicode/Is/DecoCanon.pl
8544 ! lib/unicode/Is/DecoCompat.pl lib/unicode/Is/L.pl
8545 ! lib/unicode/Is/Ll.pl lib/unicode/Is/Lo.pl
8546 ! lib/unicode/Is/Lower.pl lib/unicode/Is/Lu.pl
8547 ! lib/unicode/Is/Pd.pl lib/unicode/Is/Po.pl lib/unicode/Is/S.pl
8548 ! lib/unicode/Is/Sm.pl lib/unicode/Is/So.pl
8549 ! lib/unicode/Is/Upper.pl lib/unicode/Is/Word.pl
8550 ! lib/unicode/JamoShort.pl lib/unicode/UnicodeData-Latest.txt
8551 ! lib/unicode/mktables.PL
8552 ____________________________________________________________________________
8553 [ 4150] By: gsar on 1999/09/14 09:31:57
8557 ____________________________________________________________________________
8558 [ 4149] By: gsar on 1999/09/14 09:00:45
8559 Log: change some filenames to be 8.3-friendly
8561 +> ext/B/defsubs_h.PL t/lib/bigfltpm.t
8562 - ext/B/defsubs.h.PL t/lib/bigfloatpm.t
8563 ! MANIFEST ext/B/Makefile.PL pod/perldiag.pod
8564 ____________________________________________________________________________
8565 [ 4148] By: gsar on 1999/09/14 08:35:00
8566 Log: win32 config tweak (suggested by Greg Chapman <glc@well.com>)
8568 ! win32/config_sh.PL
8569 ____________________________________________________________________________
8570 [ 4147] By: jhi on 1999/09/14 08:07:49
8571 Log: Not that UVSIZE normally differs that much from IVSIZE...
8574 ____________________________________________________________________________
8575 [ 4146] By: jhi on 1999/09/14 08:04:40
8576 Log: Integrate with Sarathy.
8578 !> Changes ext/DB_File/DB_File.xs
8579 ____________________________________________________________________________
8580 [ 4145] By: jhi on 1999/09/14 07:10:02
8581 Log: I_PTHREAD was PTHREADEAD.
8583 ! Configure config_h.SH
8585 ! U/threads/i_pthread.U
8586 ____________________________________________________________________________
8587 [ 4144] By: gsar on 1999/09/14 06:46:47
8588 Log: change#4113 was missing DB_File.xs changes
8590 ! ext/DB_File/DB_File.xs
8591 ____________________________________________________________________________
8592 [ 4143] By: jhi on 1999/09/13 20:16:20
8593 Log: Small doc and whitespace edits.
8595 ! ext/DynaLoader/dl_aix.xs ext/DynaLoader/dl_beos.xs
8596 ! ext/DynaLoader/dl_cygwin.xs ext/DynaLoader/dl_dld.xs
8597 ! ext/DynaLoader/dl_hpux.xs ext/DynaLoader/dl_mpeix.xs
8598 ! ext/DynaLoader/dl_next.xs ext/DynaLoader/dl_rhapsody.xs
8599 ! ext/DynaLoader/dl_vmesa.xs ext/DynaLoader/dl_vms.xs
8601 ____________________________________________________________________________
8602 [ 4142] By: gsar on 1999/09/13 19:32:31
8603 Log: integrate cfgperl contents into mainline, update Changes
8605 +> ext/DB_File/version.c
8607 !> (integrate 44 files)
8608 ____________________________________________________________________________
8609 [ 4141] By: jhi on 1999/09/13 16:16:56
8610 Log: Scan for <pthread.h> always.
8612 ! Configure config_h.SH perl.h
8614 ! U/threads/i_pthread.U
8615 ____________________________________________________________________________
8616 [ 4140] By: jhi on 1999/09/13 16:00:08
8617 Log: Integrate with Sarathy.
8619 !> (integrate 27 files)
8620 ____________________________________________________________________________
8621 [ 4139] By: jhi on 1999/09/13 15:35:18
8622 Log: Add -A option to Configure to diddle with variables
8623 after the hints file has been applied.
8625 ! Configure config_h.SH
8627 ! U/modified/Oldconfig.U U/modified/Options.U
8628 ____________________________________________________________________________
8629 [ 4138] By: jhi on 1999/09/13 13:42:56
8630 Log: Change #4136 edited DynaLoader.xs which is kind of fruitless.
8632 ! ext/DynaLoader/dl_aix.xs ext/DynaLoader/dl_beos.xs
8633 ! ext/DynaLoader/dl_cygwin.xs ext/DynaLoader/dl_dld.xs
8634 ! ext/DynaLoader/dl_hpux.xs ext/DynaLoader/dl_mpeix.xs
8635 ! ext/DynaLoader/dl_next.xs ext/DynaLoader/dl_rhapsody.xs
8636 ! ext/DynaLoader/dl_vmesa.xs ext/DynaLoader/dl_vms.xs
8637 ____________________________________________________________________________
8638 [ 4137] By: jhi on 1999/09/13 13:25:31
8639 Log: Applying change #4136 manually introduced patch residue.
8642 ____________________________________________________________________________
8643 [ 4136] By: jhi on 1999/09/13 13:23:04
8644 Log: Replace change #4100 with
8645 From: Robin Barker <rmb1@cise.npl.co.uk>
8646 To: gsar@activestate.com
8647 Cc: perl5-porters@perl.org
8648 Subject: Re: [ID 19990907.004] [PATCH perl5.005_61] compiler warnings with -Duse64bits
8649 Date: Mon, 13 Sep 1999 14:15:11 +0100 (BST)
8650 Message-Id: <199909131315.OAA24012@tempest.npl.co.uk>
8652 ! doio.c dump.c ext/B/B.xs ext/B/typemap
8653 ! ext/ByteLoader/bytecode.h ext/Devel/DProf/DProf.xs
8654 ! ext/DynaLoader/dl_dlopen.xs ext/ODBM_File/ODBM_File.xs
8655 ! ext/POSIX/POSIX.xs lib/ExtUtils/typemap malloc.c perl.h pp.c
8656 ! pp_ctl.c pp_hot.c pp_sys.c sv.c
8657 ____________________________________________________________________________
8658 [ 4135] By: jhi on 1999/09/13 10:22:31
8659 Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
8660 To: perl5-porters@perl.org (Mailing list Perl5)
8661 Subject: [PATCH 5.005_61] MakeMaker supports uninstalled Perls
8662 Date: Sat, 11 Sep 1999 05:31:03 -0400 (EDT)
8663 Message-Id: <199909110931.FAA11036@monk.mps.ohio-state.edu>
8665 From: andreas.koenig@anima.de (Andreas J. Koenig)
8666 To: Ilya Zakharevich <ilya@math.ohio-state.edu>
8667 Cc: perl5-porters@perl.org (Mailing list Perl5)
8668 Subject: Re: [PATCH 5.005_61] MakeMaker supports uninstalled Perls
8669 Date: 11 Sep 1999 15:36:26 +0200
8670 Message-ID: <sfc906dr2n9.fsf@hohenstaufen.in-berlin.de>
8672 ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MakeMaker.pm
8673 ____________________________________________________________________________
8674 [ 4134] By: jhi on 1999/09/13 10:20:14
8675 Log: From: Tom Phoenix <rootbeer@redcat.com>
8676 To: Perl Porters Mailing List <perl5-porters@perl.org>
8677 Subject: [DOCPATCH] Server errors and perldiag
8678 Date: Fri, 10 Sep 1999 16:45:02 -0700 (PDT)
8679 Message-ID: <Pine.GSO.4.10.9909101639490.16999-100000@user2.teleport.com>
8682 ____________________________________________________________________________
8683 [ 4133] By: gsar on 1999/09/13 03:25:43
8684 Log: avoid assertion failure on C<@a'>
8687 ____________________________________________________________________________
8688 [ 4132] By: gsar on 1999/09/13 03:03:57
8689 Log: add -DPERL_Y2KWARN build option that will generate additional
8690 warnings on "19$yy" etc (reworked a patch suggested by
8691 Ulrich Pfeifer <upf@de.uu.net>)
8693 ! pod/perldelta.pod pod/perldiag.pod pod/perllexwarn.pod
8694 ! pp_hot.c sv.c t/pragma/warn/pp_hot t/pragma/warn/sv
8695 ____________________________________________________________________________
8696 [ 4131] By: gsar on 1999/09/12 22:06:25
8697 Log: fix DATA leaks; reword documentation about the DATA filehandle
8699 ! ext/Opcode/Safe.pm lib/Pod/Functions.pm pod/perldata.pod
8700 ____________________________________________________________________________
8701 [ 4130] By: gsar on 1999/09/12 20:08:56
8702 Log: make sprintf("%g",...) threadsafe; only taint its result iff the
8703 formatted result looks nonstandard
8705 ! embed.pl embedvar.h intrpvar.h objXSUB.h perl.c perlapi.c
8706 ! pod/perlfunc.pod pod/perlguts.pod proto.h sv.c
8707 ! t/pragma/locale.t thrdvar.h
8708 ____________________________________________________________________________
8709 [ 4129] By: gsar on 1999/09/12 17:04:11
8710 Log: From: Doug MacEachern <dougm@cp.net>
8711 Date: Sun, 25 Jul 1999 15:49:00 -0700 (PDT)
8712 Message-ID: <Pine.LNX.4.10.9907251538380.373-100000@mojo.eng.cp.net>
8713 Subject: [PATCH 5.005_57] B::clearsym
8715 ! ext/B/B.pm ext/B/B/Bblock.pm ext/B/B/Debug.pm ext/B/B/Terse.pm
8716 ____________________________________________________________________________
8717 [ 4128] By: gsar on 1999/09/12 16:59:12
8718 Log: better debugger help output (from Ilya Zakharevich)
8721 ____________________________________________________________________________
8722 [ 4127] By: jhi on 1999/09/11 20:50:37
8723 Log: Integrate with Sarathy.
8725 +> pod/perlcompile.pod t/lib/gol-basic.t t/lib/gol-compat.t
8726 +> t/lib/gol-linkage.t
8727 !> (integrate 43 files)
8728 ____________________________________________________________________________
8729 [ 4126] By: nick on 1999/09/10 20:44:22
8730 Log: Get resolve -at mainline
8732 +> (branch 297 files)
8733 - README.cygwin32 XSlock.h bytecode.h byterun.c byterun.h
8734 - cygwin32/cw32imp.h cygwin32/gcc2 cygwin32/ld2 cygwin32/perlgcc
8735 - cygwin32/perlld ext/B/byteperl.c ext/DynaLoader/dl_cygwin32.xs
8736 - hints/cygwin32.sh interp.sym myconfig objpp.h perl_exp.SH
8737 - t/pragma/warn-1global t/pragma/warning.t thread.sym
8738 - win32/GenCAPI.pl win32/TEST win32/autosplit.pl
8739 - win32/bin/network.pl win32/bin/webget.pl win32/bin/www.pl
8740 - win32/genxsdef.pl win32/makedef.pl win32/makemain.pl
8741 - win32/makeperldef.pl win32/perlhost.h
8742 !> (integrate 847 files)
8743 ____________________________________________________________________________
8744 [ 4125] By: gsar on 1999/09/10 19:22:14
8745 Log: s/dXS_TARGET/dXSTARG/ in change#4044 (to match dARGS vs dXSARGS
8749 ____________________________________________________________________________
8750 [ 4124] By: gsar on 1999/09/10 19:14:35
8751 Log: rewrote substantive parts of patch
8752 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
8753 Date: Fri, 27 Aug 1999 19:02:18 -0400
8754 Message-ID: <19990827190218.A19561@monk.mps.ohio-state.edu>
8755 Subject: [PATCH 5.005_58] REx documentation
8758 ____________________________________________________________________________
8759 [ 4123] By: gsar on 1999/09/10 18:21:53
8760 Log: note about AVf_*
8763 ____________________________________________________________________________
8764 [ 4122] By: gsar on 1999/09/10 17:55:42
8765 Log: allow 'text' in L<text|A::B/"C"> (from Martin Lichtin
8766 <lichtin@bivio.com>)
8769 ____________________________________________________________________________
8770 [ 4121] By: gsar on 1999/09/10 17:49:35
8771 Log: dos-djgpp update (from Laszlo Molnar <laszlo.molnar@eth.ericsson.se>)
8773 ! AUTHORS Changes README.dos djgpp/config.over
8774 ! djgpp/configure.bat djgpp/djgpp.c djgpp/djgppsed.sh dosish.h
8775 ! lib/ExtUtils/MM_Unix.pm pod/pod2usage.PL pod/podchecker.PL
8776 ! pod/podselect.PL sv.h t/io/openpid.t util.c
8777 ____________________________________________________________________________
8778 [ 4120] By: gsar on 1999/09/10 12:25:01
8779 Log: add perlcompile.pod (edited content from Nathan Torkington
8780 <gnat@frii.com> and others)
8782 + pod/perlcompile.pod
8783 ! MANIFEST pod/Makefile pod/buildtoc pod/perl.pod pod/roffitall
8784 ____________________________________________________________________________
8785 [ 4119] By: gsar on 1999/09/10 11:05:13
8786 Log: avoid leaking static local_patches unless patchlevel.h is
8789 ! patchlevel.h perl.c
8790 ____________________________________________________________________________
8791 [ 4118] By: gsar on 1999/09/10 10:44:54
8792 Log: upgrade to Getopt::Long v2.20 (from Johan Vromans
8793 <jvromans@squirrel.nl>)
8795 + t/lib/gol-basic.t t/lib/gol-compat.t t/lib/gol-linkage.t
8796 ! Changes MANIFEST lib/Getopt/Long.pm
8797 ____________________________________________________________________________
8798 [ 4116] By: jhi on 1999/09/09 15:56:52
8799 Log: perldeltify change #4115.
8802 ____________________________________________________________________________
8803 [ 4115] By: jhi on 1999/09/09 15:48:56
8804 Log: From: "John L. Allen" <allen@grumman.com>
8805 To: perl5-porters@perl.org
8806 Subject: [ID 19990901.003] Time::Local should not croak on "out-of-range" days
8807 Date: Wed, 1 Sep 1999 13:33:39 -0400 (EDT)
8808 Message-Id: <199909011733.NAA17356@gateway.grumman.com>
8811 ____________________________________________________________________________
8812 [ 4114] By: jhi on 1999/09/09 15:42:30
8813 Log: From: "Daniel S. Lewart" <lewart@www.cvm.uiuc.edu>
8814 To: perl5-porters@perl.org
8815 Subject: [ID 19990909.003] MAXINT redefined warning on HP-UX 10.20
8816 Date: Thu, 9 Sep 1999 10:33:37 -0500 (CDT)
8817 Message-Id: <199909091533.KAA01242@www.cvm.uiuc.edu>
8820 ____________________________________________________________________________
8821 [ 4113] By: jhi on 1999/09/09 10:17:45
8822 Log: From: paul.marquess@bt.com
8823 To: gsar@ActiveState.com
8824 Cc: perl5-porters@perl.org
8825 Subject: [PATCH 5.005_61] DB_File 1.71
8826 Date: Thu, 9 Sep 1999 11:20:13 +0100
8827 Message-ID: <5104D4DBC598D211B5FE0000F8FE7EB202D49BBE@mbtlipnt02.btlabs.bt.co.uk>
8829 + ext/DB_File/version.c
8830 ! MANIFEST ext/DB_File/Changes ext/DB_File/DB_File.pm
8831 ! ext/DB_File/Makefile.PL ext/DB_File/dbinfo ext/DB_File/typemap
8833 ____________________________________________________________________________
8834 [ 4112] By: jhi on 1999/09/09 09:05:32
8835 Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
8836 To: perl5-porters@perl.org (Mailing list Perl5)
8837 Subject: [PATCH 5.005_58] Fix interaction of (?p{}) and (?>)
8838 Date: Thu, 9 Sep 1999 04:40:11 -0400 (EDT)
8839 Message-Id: <199909090840.EAA26471@monk.mps.ohio-state.edu>
8841 ! regexec.c t/op/pat.t
8842 ____________________________________________________________________________
8843 [ 4110] By: jhi on 1999/09/09 07:29:17
8844 Log: Tidy up 64-bit situation in perldelta.
8847 ____________________________________________________________________________
8848 [ 4109] By: jhi on 1999/09/09 07:26:53
8849 Log: Clear up PL_regcc issues.
8851 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
8852 To: perl5-porters@perl.org (Mailing list Perl5)
8853 Subject: [PATCH 5.005_60] Another regexec.c unobfuscation
8854 Date: Thu, 9 Sep 1999 02:49:49 -0400 (EDT)
8855 Message-Id: <199909090649.CAA26119@monk.mps.ohio-state.edu>
8858 ____________________________________________________________________________
8859 [ 4108] By: gsar on 1999/09/08 20:52:51
8860 Log: avoid ass_u_ming uppercase types are not user objects (spotted
8863 ! ext/Data/Dumper/Dumper.pm
8864 ____________________________________________________________________________
8865 [ 4107] By: gsar on 1999/09/08 20:35:18
8866 Log: From: akim@epita.fr (DEMAILLE Akim)
8867 Date: Wed, 8 Sep 1999 18:18:44 +0200 (CEST)
8868 Message-Id: <m11OkQm-003A4IC@beyrouth.lrde.epita.fr>
8869 Subject: [ID 19990908.014] s2p does not quote @
8872 ____________________________________________________________________________
8873 [ 4106] By: gsar on 1999/09/08 20:25:12
8874 Log: integrate cfgperl contents into mainline
8876 !> (integrate 30 files)
8877 ____________________________________________________________________________
8878 [ 4105] By: jhi on 1999/09/08 09:02:37
8879 Log: Minor touches at the [:class:] description.
8882 ____________________________________________________________________________
8883 [ 4104] By: jhi on 1999/09/08 08:57:58
8884 Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
8885 To: Mailing list Perl5 <perl5-porters@perl.org>
8886 Subject: [PATCH 5.005_58] Fix debugging output for REx
8887 Date: Wed, 8 Sep 1999 05:02:02 -0400
8888 Message-ID: <19990908050201.A17682@monk.mps.ohio-state.edu>
8891 ____________________________________________________________________________
8892 [ 4103] By: gsar on 1999/09/08 00:53:50
8893 Log: fix memory leak in C<sub f { split ' ', "a b" } f() while 1>
8896 ____________________________________________________________________________
8897 [ 4102] By: gsar on 1999/09/08 00:52:50
8898 Log: fix memory leak in C<sub f { @_ = 1 } f() while 1>
8901 ____________________________________________________________________________
8902 [ 4101] By: gsar on 1999/09/07 17:25:07
8903 Log: various fixups for windows
8905 ! embed.h embed.pl objXSUB.h op.c perlapi.c proto.h
8906 ! win32/Makefile win32/makefile.mk xsutils.c
8907 ____________________________________________________________________________
8908 [ 4100] By: jhi on 1999/09/07 12:49:15
8909 Log: Fix pointer casts.
8911 From: Robin Barker <rmb1@cise.npl.co.uk>
8912 To: perl5-porters@perl.org
8913 Subject: [ID 19990907.004] [PATCH perl5.005_61] compiler warnings with
8915 Date: Tue, 7 Sep 1999 12:30:18 +0100 (BST)
8916 Message-Id: <199909071130.MAA11435@tempest.npl.co.uk>
8918 ! doio.c dump.c ext/B/B.xs ext/B/typemap
8919 ! ext/ByteLoader/bytecode.h ext/Devel/DProf/DProf.xs
8920 ! ext/DynaLoader/dl_dlopen.xs ext/ODBM_File/ODBM_File.xs
8921 ! ext/POSIX/POSIX.xs lib/ExtUtils/typemap malloc.c perl.h pp.c
8922 ! pp_ctl.c pp_hot.c pp_sys.c sv.c
8923 ____________________________________________________________________________
8924 [ 4099] By: jhi on 1999/09/07 10:29:04
8925 Log: Add sig/pid/uid size and sign probes.
8927 + U/typedefs/gidsign.U U/typedefs/gidsize.U U/typedefs/pidsign.U
8928 + U/typedefs/pidsize.U U/typedefs/uidsign.U U/typedefs/uidsize.U
8929 ____________________________________________________________________________
8930 [ 4098] By: jhi on 1999/09/07 10:27:06
8931 Log: Band-aid until we've got %{Uid_t} or something similar
8935 ____________________________________________________________________________
8936 [ 4097] By: jhi on 1999/09/07 09:41:23
8937 Log: Fix a printf thinko: now quads must have the ll L q prefix.
8938 (in other words, a bare %d is an int/unsigned)
8940 ! pp_sys.c sv.c t/op/64bit.t
8941 ____________________________________________________________________________
8942 [ 4096] By: jhi on 1999/09/07 07:36:17
8943 Log: HP-UX 10.20 and gcc 2.8.1 break UINT32_MAX.
8945 From: "Daniel S. Lewart" <lewart@www.cvm.uiuc.edu>
8946 To: perl5-porters@perl.org
8947 Subject: [ID 19990906.007] Not OK: perl 5.00561 on PA-RISC1.1 10.20
8948 Date: Mon, 6 Sep 1999 21:18:12 -0500 (CDT)
8949 Message-Id: <199909070218.VAA29232@www.cvm.uiuc.edu>
8951 ! hints/hpux.sh perl.h
8952 ____________________________________________________________________________
8953 [ 4095] By: gsar on 1999/09/06 20:47:02
8954 Log: applied suggested patch with suitable test to detect MSVC
8955 From: "Vishal Bhatia" <vishalb@my-deja.com>
8956 Date: Wed, 11 Aug 1999 01:43:28 -0700
8957 Message-ID: <GFCJELIOGEENAAAA@my-deja.com>
8958 Subject: compiler on win32
8961 ____________________________________________________________________________
8962 [ 4094] By: jhi on 1999/09/06 20:34:44
8963 Log: Integrate with Sarathy.
8965 !> ext/B/B/Bytecode.pm lib/Test/Harness.pm t/TEST t/UTEST
8966 !> t/harness t/pragma/sub_lval.t utils/Makefile utils/perlcc.PL
8967 ____________________________________________________________________________
8968 [ 4093] By: jhi on 1999/09/06 20:33:43
8969 Log: Fix UV_SIZEOF to UVSIZE; change the overflow tests
8970 so that they overflow also on 64-bit platforms.
8972 ! t/pragma/warn/toke t/pragma/warn/util toke.c util.c
8973 ____________________________________________________________________________
8974 [ 4092] By: gsar on 1999/09/06 20:16:58
8975 Log: support bytecode and C backends in perlcc (patch suggested
8976 by Tom Hughes <tom@compton.au>); s/-opt/-noopt/ and make the
8977 C backend the default; describe new switches in pod; introduce
8978 PERLCC_OPTS and s/COMPILE_TIMEOUT/PERLCC_TIMEOUT/;
8979 s/COMPILE_TEST/HARNESS_COMPILE_TEST/; document these %ENV
8982 ! ext/B/B/Bytecode.pm lib/Test/Harness.pm t/TEST t/UTEST
8983 ! t/harness utils/Makefile utils/perlcc.PL
8984 ____________________________________________________________________________
8985 [ 4091] By: jhi on 1999/09/06 19:10:41
8986 Log: Integrate with Sarathy.
8988 +> t/pragma/sub_lval.t
8989 !> (integrate 52 files)
8990 ____________________________________________________________________________
8991 [ 4090] By: gsar on 1999/09/06 19:09:06
8992 Log: propagate changed error text
8994 ! t/pragma/sub_lval.t
8995 ____________________________________________________________________________
8996 [ 4089] By: gsar on 1999/09/06 18:54:43
8997 Log: sprintf doc tweak (from Ian Phillipps <ian@dial.pipex.com>)
9000 ____________________________________________________________________________
9001 [ 4088] By: gsar on 1999/09/06 18:52:10
9002 Log: From: paul.marquess@bt.com
9003 Date: Sun, 5 Sep 1999 15:11:08 +0100
9004 Message-ID: <5104D4DBC598D211B5FE0000F8FE7EB202D49BAB@mbtlipnt02.btlabs.bt.co.uk>
9005 Subject: [PATCH 5.005_61] Another patch for Lexical Warnings
9007 ! pp_sys.c t/pragma/warn/doio t/pragma/warn/op
9008 ! t/pragma/warn/pp_hot t/pragma/warn/pp_sys
9009 ! t/pragma/warn/regcomp t/pragma/warn/sv t/pragma/warn/toke
9010 ! t/pragma/warn/universal t/pragma/warn/utf8 t/pragma/warn/util
9012 ____________________________________________________________________________
9013 [ 4087] By: gsar on 1999/09/06 18:06:06
9014 Log: change#3612 is buggy when quotemeta argument matches target
9015 (hope this is the last of the optimized-OP_SASSIGN bugs)
9016 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
9017 Date: Sun, 5 Sep 1999 06:07:42 -0400 (EDT)
9018 Message-Id: <199909051007.GAA06423@monk.mps.ohio-state.edu>
9019 Subject: Re: [BUG: quotemeta]
9021 ! Changes op.c t/op/lex_assign.t
9022 ____________________________________________________________________________
9023 [ 4086] By: gsar on 1999/09/06 17:57:52
9026 ! bytecode.pl ext/ByteLoader/byterun.h pod/perlsyn.pod toke.c
9027 ____________________________________________________________________________
9028 [ 4085] By: gsar on 1999/09/06 03:54:23
9029 Log: applied patch suggested by Hans Mulder to fix problems on
9030 OPENSTEP-Mach; be more careful about PERL_POLLUTE_MALLOC
9031 when they ask for bincompat (platforms that used to default
9032 to EMBEDMYMALLOC continue to do so); disable warnings.t#192
9033 (appears unsalvageable on some platforms)
9035 ! embed.h embed.pl handy.h perl.h pp_sys.c t/pragma/warn/pp_hot
9036 ____________________________________________________________________________
9037 [ 4084] By: bailey on 1999/09/06 02:39:11
9038 Log: Integrate mainline 5.05_61
9040 +> (branch 32 files)
9041 - lib/unicode/EthiopicSyllables.txt
9042 - lib/unicode/MakeEthiopicSyllables.PL t/pragma/warning.t
9044 ! vms/descrip_mms.template vms/gen_shrfls.pl vms/perly_c.vms
9045 ! vms/perly_h.vms vms/vms.c
9046 !> (integrate 346 files)
9047 ____________________________________________________________________________
9048 [ 4083] By: gsar on 1999/09/06 00:10:40
9049 Log: optional warning on join(/foo/...) (reworked suggested patch
9050 by Mark-Jason Dominus <mjd@plover.com>)
9052 ! embed.h objXSUB.h op.c opcode.h opcode.pl perlapi.c
9053 ! pod/perldelta.pod pod/perldiag.pod pod/perlfunc.pod pp.sym
9054 ! pp_proto.h t/pragma/warn/op
9055 ____________________________________________________________________________
9056 [ 4082] By: gsar on 1999/09/05 22:28:57
9057 Log: fix data loss when more than one block is read from SDBM
9058 *.dir file (suggested by Uwe Ohse <uwe@ohse.de>)
9060 ! ext/SDBM_File/sdbm/sdbm.c
9061 ____________________________________________________________________________
9062 [ 4081] By: gsar on 1999/09/05 22:07:18
9063 Log: initial implementation of lvalue subroutines (slightly fixed
9064 version of patch suggested by Ilya Zakharevich, which in turn
9065 is based on the one suggested by Tuomas J. Lukka <lukka@iki.fi>)
9067 + t/pragma/sub_lval.t
9068 ! MANIFEST cop.h cv.h dump.c embed.h ext/Opcode/Opcode.pm
9069 ! ext/attrs/attrs.pm ext/attrs/attrs.xs global.sym objXSUB.h
9070 ! op.c op.h opcode.h opcode.pl opnames.h perlapi.c
9071 ! pod/perldiag.pod pod/perlsub.pod pp.c pp.sym pp_hot.c
9072 ! pp_proto.h proto.h t/pragma/warn/pp_ctl
9073 ____________________________________________________________________________
9074 [ 4080] By: jhi on 1999/09/05 22:02:18
9075 Log: Undo #4055 (related to #4079).
9078 ____________________________________________________________________________
9079 [ 4079] By: jhi on 1999/09/05 21:30:54
9080 Log: Time is not yet ripe.
9082 ! pod/perldelta.pod pod/perlop.pod pp.c t/op/64bit.t t/op/misc.t
9083 ____________________________________________________________________________
9084 [ 4078] By: gsar on 1999/09/05 18:17:32
9085 Log: modified suggested patch to handle cross-refs and qr// objects
9086 correctly; unfollowed refs are represented as simple string
9087 value, not just the bare type; $VERSION stays the same until
9088 it is ready for prime time (avoids CPAN confustication)
9089 From: John Nolan <jpnolan@Op.Net>
9090 Date: Wed, 04 Aug 1999 20:21:10 EDT
9091 Message-Id: <199908050021.UAA09693@monet.op.net>
9092 Subject: [ID 19990804.006] [PATCH]5.005_60 (Data::Dumper) - implements Maxdepth setting
9094 ! Changes ext/Data/Dumper/Changes ext/Data/Dumper/Dumper.pm
9095 ! ext/Data/Dumper/Dumper.xs ext/Data/Dumper/Todo t/lib/dumper.t
9096 ____________________________________________________________________________
9097 [ 4077] By: jhi on 1999/09/04 21:54:42
9098 Log: timesum() wasn't @EXPORTed as promised by the documentation.
9099 Bug reported by Alex Efros <powerman@inart.kharkov.com>.
9102 ____________________________________________________________________________
9103 [ 4076] By: gsar on 1999/09/04 20:21:59
9104 Log: integrate cfgperl contents into mainline
9106 +> lib/attributes.pm lib/warnings.pm t/lib/attrs.t t/op/attrs.t
9107 +> t/pragma/warn/7fatal t/pragma/warn/8signal t/pragma/warnings.t
9108 +> warnings.h warnings.pl xsutils.c
9109 - lib/warning.pm t/pragma/warning.t warning.h warning.pl
9110 !> (integrate 109 files)
9111 ____________________________________________________________________________
9112 [ 4075] By: jhi on 1999/09/04 18:04:47
9113 Log: use integer on the problematic subtest.
9116 ____________________________________________________________________________
9117 [ 4074] By: jhi on 1999/09/04 17:57:40
9118 Log: Warn about numconvert.t in case somebody
9119 wants to make sv_2pv more 64-bit aware.
9122 ____________________________________________________________________________
9123 [ 4073] By: jhi on 1999/09/04 17:54:51
9124 Log: Comment upgrading: the quad situation isn't quite as
9125 bad as it used to be.
9128 ____________________________________________________________________________
9129 [ 4072] By: jhi on 1999/09/04 15:35:37
9130 Log: Integrate with Sarathy.
9133 ____________________________________________________________________________
9134 [ 4071] By: jhi on 1999/09/04 15:28:11
9135 Log: Fix LFS with -Duseperlio in Solaris. Reported in
9137 From: Robin Barker <rmb1@cise.npl.co.uk>
9138 To: perl5-porters@perl.org
9139 Subject: [ID 19990823.009] [PATCH perl5.005_61] typo in perl.h
9140 Date: Mon, 23 Aug 1999 16:41:11 +0100 (BST)
9141 Message-Id: <199908231541.QAA10043@tempest.npl.co.uk>
9143 and later (in private email) found to be dependent
9146 Mental note: the cpp magic done in perlsdio.h (and assumedly
9147 also in perlsfio.h) may cause trouble later with lfs because
9148 both the perlio scheme by Perl and the lfs support by vendors
9149 like to play cpp games to map the stdio namespace back and forth.
9150 The problem fixed here (fseek vs fseeko, ftell vs ftello) may be
9154 ____________________________________________________________________________
9155 [ 4070] By: jhi on 1999/09/04 13:12:14
9156 Log: Enable 64-bit clean bit ops.
9157 (Disables the t/op/misc.t substest 3 in 64-bit platforms.)
9159 ! pod/perldelta.pod pod/perlop.pod pp.c pp_hot.c t/op/64bit.t
9161 ____________________________________________________________________________
9162 [ 4069] By: jhi on 1999/09/03 21:17:30
9163 Log: Turn on USE_64_BIT_OFFSETS implicitly.
9166 ____________________________________________________________________________
9167 [ 4068] By: jhi on 1999/09/03 08:19:59
9168 Log: Fix from Spider for the sub attributes (there was an undocumented
9169 dependency between force_word() and skipspace()).
9172 ____________________________________________________________________________
9173 [ 4067] By: jhi on 1999/09/01 23:17:06
9174 Log: From: John Tobey <spam@john-edwin-tobey.org>
9175 To: ilya@math.ohio-state.edu
9176 CC: perl5-porters@perl.org
9177 Subject: Re: [PATCH 5.005_60] distclean forgot two
9178 Date: Mon, 23 Aug 1999 02:10:11 -0400 (EDT)
9179 Message-Id: <m11InJ5-000FPCC@feynman.localnet>
9182 ____________________________________________________________________________
9183 [ 4066] By: jhi on 1999/09/01 23:14:50
9184 Log: From: "Fifer, Eric" <EFifer@sanwaint.com>
9185 To: perl5-porters@perl.org
9186 Subject: [ID 19990821.001] [PATCH] perl5.005_60 cygwin port
9187 Date: Fri, 20 Aug 1999 15:37:27 +0100
9188 Message-Id: <8A160D637356D311BC4300600849EC8122E217@POST>
9190 ! cygwin/Makefile.SHs ext/ByteLoader/byterun.h
9191 ! ext/SDBM_File/sdbm/sdbm.c hints/cygwin.sh perl.h pp_sys.c
9192 ! t/io/fs.t t/io/tell.t t/lib/anydbm.t t/op/stat.t
9193 ____________________________________________________________________________
9194 [ 4065] By: jhi on 1999/09/01 22:06:43
9195 Log: From: Dominic Dunlop <domo@vo.lu>
9196 To: perl5-porters@perl.org
9197 Subject: [ID 19990819.001] Not OK: perl 5.00560 on powerpc-machten 4.1.1
9198 (UNINSTALLED) [PATCH]
9199 Date: Thu, 19 Aug 1999 09:48:03 +0200
9200 Message-Id: <v03110709b3e165b51dda@[212.24.192.132]>
9202 The PERL_POLLUTE_MALLOC part had to be manually applied.
9204 ! hints/machten.sh perl.h
9205 ____________________________________________________________________________
9206 [ 4064] By: jhi on 1999/09/01 13:56:14
9207 Log: From: Martin Lichtin <lichtin@bivio.com>
9209 CC: perl5-porters@perl.org
9210 Subject: Re: [ID 19990829.001] ExtUtils::Install.pm, minor umask problem
9211 Date: Wed, 01 Sep 1999 15:50:04 +0200
9212 Message-ID: <37CD2F0C.944BFACE@bivio.com>
9214 ! lib/ExtUtils/Install.pm
9215 ____________________________________________________________________________
9216 [ 4063] By: jhi on 1999/09/01 13:16:11
9217 Log: Enhance lfs tests: check every seek and sysseek
9218 and test also that -e and -f detect largefiles.
9220 ! t/lib/syslfs.t t/op/lfs.t
9221 ____________________________________________________________________________
9222 [ 4062] By: jhi on 1999/09/01 12:08:04
9223 Log: From: Colin Kuskie <ckuskie@Cadence.COM>
9224 To: Ronald J Kimball <rjk@linguist.dartmouth.edu>
9225 cc: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>,
9226 The Perl Porters Mailing List <perl5-porters@perl.org>
9227 Subject: [REPATCH 5.005_61] Re: perldiag.pod omissions
9228 Date: Tue, 31 Aug 1999 11:24:31 -0700 (PDT)
9229 Message-ID: <Pine.GSO.4.10.9908311055460.11290-100000@pdxult10a.cadence.com>
9232 ____________________________________________________________________________
9233 [ 4061] By: jhi on 1999/09/01 12:03:03
9234 Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
9235 To: ilya@math.ohio-state.edu (Ilya Zakharevich)
9236 Cc: perl5-porters@perl.org, cloos@adamsmith.ai
9237 Subject: Re: [ID 19990830.005] Assigning value of an op on an SV to said SV
9238 Date: Wed, 1 Sep 1999 02:56:06 -0400 (EDT)
9239 Message-Id: <199909010656.CAA04478@monk.mps.ohio-state.edu>
9242 ____________________________________________________________________________
9243 [ 4060] By: jhi on 1999/09/01 07:59:42
9244 Log: IV_DIG and NV_DIG fixes.
9247 ____________________________________________________________________________
9248 [ 4059] By: jhi on 1999/08/31 14:47:18
9249 Log: \C{} -> \N{} residue.
9252 ____________________________________________________________________________
9253 [ 4057] By: gsar on 1999/08/30 22:08:19
9254 Log: avoid hiding child process window
9257 ____________________________________________________________________________
9258 [ 4055] By: jhi on 1999/08/30 21:20:50
9259 Log: Document the undefinedness of overshifting.
9262 ____________________________________________________________________________
9263 [ 4054] By: jhi on 1999/08/30 20:18:18
9264 Log: History fixes and updates.
9267 ____________________________________________________________________________
9268 [ 4053] By: jhi on 1999/08/30 19:34:02
9269 Log: Shell quoting thinko broke installdirs.
9270 From: JVromans@Squirrel.nl (Johan Vromans)
9271 To: perl5-porters@perl.org
9272 Subject: [ID 19990830.001] 5.005_61 Configure does not substitute
9274 Date: Mon, 30 Aug 1999 16:10:10 +0200 (MEST)
9275 Message-Id: <14282.37058.934928.805633@plume.nl.compuware.com>
9277 ! Configure config_h.SH
9279 ! U/installdirs/archlib.U U/installdirs/bin.U
9280 ! U/installdirs/html1dir.U U/installdirs/html3dir.U
9281 ! U/installdirs/installprefix.U U/installdirs/man1dir.U
9282 ! U/installdirs/man3dir.U U/installdirs/privlib.U
9283 ! U/installdirs/scriptdir.U U/installdirs/sitearch.U
9284 ! U/installdirs/sitebin.U U/installdirs/sitehtml1dir.U
9285 ! U/installdirs/sitehtml3dir.U U/installdirs/sitelib.U
9286 ! U/installdirs/siteman1dir.U U/installdirs/siteman3dir.U
9287 ! U/installdirs/sitescriptdir.U U/installdirs/vendorarch.U
9288 ! U/installdirs/vendorbin.U U/installdirs/vendorhtml1dir.U
9289 ! U/installdirs/vendorhtml3dir.U U/installdirs/vendorlib.U
9290 ! U/installdirs/vendorman1dir.U U/installdirs/vendorman3dir.U
9291 ! U/installdirs/vendorscriptdir.U
9292 ____________________________________________________________________________
9293 [ 4052] By: jhi on 1999/08/30 02:57:05
9294 Log: Use \N{named characters} instead of \C.
9295 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
9297 Cc: larry@wall.org (Larry Wall), Tim.Bunce@ig.co.uk (Tim Bunce),
9298 perl5-porters@perl.org (Mailing list Perl5)
9299 Subject: Re: [PATCH 5.005_58] Named characters in Perl
9300 Date: Sun, 29 Aug 1999 16:46:53 -0400 (EDT)
9301 Message-Id: <199908292046.QAA05510@monk.mps.ohio-state.edu>
9303 ! lib/charnames.pm lib/utf8.pm pod/perldiag.pod pod/perlop.pod
9304 ! pod/perlre.pod regcomp.c t/lib/charnames.t toke.c
9305 ____________________________________________________________________________
9306 [ 4051] By: jhi on 1999/08/30 02:54:20
9307 Log: From: Spider Boardman <spider@Orb.Nashua.NH.US>
9308 To: perl5-porters@perl.org
9309 Subject: [ID 19990829.004] Autoloaded &VERSION and UNIVERSAL::VERSION
9311 Date: Sun, 29 Aug 1999 19:04:53 -0400
9312 Message-Id: <199908292304.TAA13738@Orb.Nashua.NH.US>
9315 ____________________________________________________________________________
9316 [ 4050] By: jhi on 1999/08/29 16:38:58
9317 Log: Conditionally socksify the LIBS of Socket.
9319 ! ext/Socket/Makefile.PL
9320 ____________________________________________________________________________
9321 [ 4049] By: jhi on 1999/08/29 15:33:30
9322 Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
9323 To: Mailing list Perl5 <perl5-porters@perl.org>
9324 Subject: Re: [PATCH 5.005_60] fix @DB::typeahead
9325 Date: Wed, 25 Aug 1999 16:19:58 -0400
9326 Message-ID: <19990825161958.A4658@monk.mps.ohio-state.edu>
9329 ____________________________________________________________________________
9330 [ 4048] By: jhi on 1999/08/29 15:31:36
9331 Log: From: Stephen McCamant <smccam@uclink4.berkeley.edu>
9332 To: perl5-porters@perl.org
9333 Subject: [PATCH _61] Lost arguments to simplified sort
9334 Date: Wed, 25 Aug 1999 23:22:32 -0700 (PDT)
9335 Message-ID: <14276.56616.879390.562685@metonymy.hip.berkeley.edu>
9338 ____________________________________________________________________________
9339 [ 4047] By: jhi on 1999/08/29 15:29:29
9340 Log: From: Olaf Flebbe <olaf@science-computing.de>
9341 Sender: owner-perl5-porters@perl.org
9342 To: perl5-porters@perl.org
9343 Subject: [ID 19990827.003] [PATCH]5.005_60 Patch for EPOC Support
9344 Date: Fri, 27 Aug 1999 21:50:41 +0200 (MEST)
9346 ! README.epoc epoc/config.h epoc/epoc.c epoc/epocish.h
9347 ! epoc/perl.mmp epoc/perl.pkg
9348 ____________________________________________________________________________
9349 [ 4046] By: jhi on 1999/08/29 15:21:18
9350 Log: From: pvhp@forte.com (Peter Prymmer)
9351 To: perl5-porters@perl.org
9352 Subject: [PATCH: 5.005_61] an EBCDIC friendly cgi-html.t test
9353 Date: Fri, 27 Aug 99 18:51:04 PDT
9354 Message-Id: <9908280151.AA05010@forte.com>
9357 ____________________________________________________________________________
9358 [ 4045] By: jhi on 1999/08/29 15:18:38
9359 Log: Fix scalar gmtime (and localtime) in quad environments,
9360 bug reported by Robin Parker.
9362 From: Robin Barker <rmb1@cise.npl.co.uk>
9364 Cc: perl5-porters@perl.org
9365 Subject: Re: [ID 19990823.009] [PATCH perl5.005_61] typo in perl.h
9366 Date: Tue, 24 Aug 1999 11:09:24 +0100 (BST)
9367 Message-Id: <199908241009.LAA24394@tempest.npl.co.uk>
9369 ! pp_sys.c t/op/time.t
9370 ____________________________________________________________________________
9371 [ 4044] By: jhi on 1999/08/29 11:24:03
9372 Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
9373 To: perl5-porters@perl.org (Mailing list Perl5)
9374 Subject: [PATCH 5.005_60] Speeding up XSUB calls up to 66%
9375 Date: Fri, 27 Aug 1999 03:33:01 -0400 (EDT)
9376 Message-Id: <199908270733.DAA16927@monk.mps.ohio-state.edu>
9378 Addendum: it's "only" 33% speedup.
9380 ! dump.c op.c op.h pp.h
9381 ____________________________________________________________________________
9382 [ 4043] By: jhi on 1999/08/29 11:10:33
9383 Log: From: spider-perl@Orb.Nashua.NH.US
9384 To: Mailing list Perl5 <perl5-porters@perl.org>
9385 Subject: [PATCH 5.005_61 CORE] sub : attrlist
9386 Date: Sun, 29 Aug 1999 03:02:11 -0400
9387 Message-Id: <199908290702.DAA32191@Orb.Nashua.NH.US>
9389 + lib/attributes.pm t/lib/attrs.t t/op/attrs.t xsutils.c
9390 ! MANIFEST Makefile.SH embed.h embed.pl embedvar.h global.sym
9391 ! gv.c lib/AutoSplit.pm lib/SelfLoader.pm objXSUB.h op.c perl.c
9392 ! perl.h perlapi.c perlapi.h perly.c perly.fixer perly.h perly.y
9393 ! perly_c.diff pod/perldelta.pod pod/perldiag.pod
9394 ! pod/perlfunc.pod pod/perlmodlib.pod pod/perlsub.pod proto.h
9395 ! toke.c vms/perly_c.vms vms/perly_h.vms warnings.h
9396 ____________________________________________________________________________
9397 [ 4042] By: jhi on 1999/08/29 11:08:50
9398 Log: Turn off gcc-2.95's strict-alias optimization.
9399 This, of course, should be only temporary.
9400 From Andy Dougherty.
9402 ! Configure config_h.SH
9404 ! U/compline/ccflags.U U/modified/cc.U
9405 ____________________________________________________________________________
9406 [ 4041] By: jhi on 1999/08/29 10:47:30
9407 Log: Fix a typo in #4036.
9410 ____________________________________________________________________________
9411 [ 4040] By: jhi on 1999/08/29 10:34:58
9412 Log: Add a missing #endif forgotten by #4035.
9415 ____________________________________________________________________________
9416 [ 4039] By: jhi on 1999/08/29 10:31:19
9417 Log: Remove an extra #endif introduced by #4036.
9420 ____________________________________________________________________________
9421 [ 4038] By: jhi on 1999/08/29 10:18:59
9422 Log: Rename warning to warnings, from Paul Marquess.
9424 + lib/warnings.pm t/pragma/warn/7fatal t/pragma/warn/8signal
9425 + t/pragma/warnings.t warnings.h warnings.pl
9426 - lib/warning.pm t/pragma/warning.t warning.h warning.pl
9427 ! MANIFEST Makefile.SH gv.c mg.c perl.h pod/perldelta.pod
9428 ! pod/perldiag.pod pod/perlfunc.pod pod/perllexwarn.pod
9429 ! pod/perlmodlib.pod pod/perlrun.pod pod/perltoc.pod
9430 ! pod/perlvar.pod t/op/64bit.t t/op/tie.t t/pragma/warn/2use
9431 ! t/pragma/warn/3both t/pragma/warn/4lint t/pragma/warn/5nolint
9432 ! t/pragma/warn/6default t/pragma/warn/doio t/pragma/warn/doop
9433 ! t/pragma/warn/gv t/pragma/warn/mg t/pragma/warn/op
9434 ! t/pragma/warn/perl t/pragma/warn/perly t/pragma/warn/pp
9435 ! t/pragma/warn/pp_ctl t/pragma/warn/pp_hot t/pragma/warn/pp_sys
9436 ! t/pragma/warn/regcomp t/pragma/warn/regexec t/pragma/warn/sv
9437 ! t/pragma/warn/taint t/pragma/warn/toke t/pragma/warn/universal
9438 ! t/pragma/warn/utf8 t/pragma/warn/util toke.c
9439 ____________________________________________________________________________
9440 [ 4037] By: jhi on 1999/08/29 10:08:47
9441 Log: Create the equivalence tables based on
9442 the real Unicode decomposition, not on
9445 ! lib/unicode/Eq/Latin1 lib/unicode/Eq/Unicode
9446 ! lib/unicode/mktables.PL
9447 ____________________________________________________________________________
9448 [ 4036] By: jhi on 1999/08/29 09:29:08
9449 Log: Integrate with Sarathy.
9451 +> lib/unicode/Is/SylA.pl lib/unicode/Is/SylC.pl
9452 +> lib/unicode/Is/SylE.pl lib/unicode/Is/SylI.pl
9453 +> lib/unicode/Is/SylO.pl lib/unicode/Is/SylU.pl
9454 +> lib/unicode/Is/SylV.pl lib/unicode/Is/SylWA.pl
9455 +> lib/unicode/Is/SylWC.pl lib/unicode/Is/SylWE.pl
9456 +> lib/unicode/Is/SylWI.pl lib/unicode/Is/SylWV.pl
9457 !> (integrate 190 files)
9458 ____________________________________________________________________________
9459 [ 4035] By: jhi on 1999/08/29 08:56:15
9460 Log: Implement 64-bit vec().
9462 ! doop.c pod/perldelta.pod pod/perldiag.pod pod/perlfunc.pod
9464 ____________________________________________________________________________
9465 [ 4034] By: gsar on 1999/08/29 03:35:18
9466 Log: deadcode removal
9468 ! XSUB.h embed.h embed.pl global.sym mg.c op.c perl.h perlapi.h
9469 ! pp_ctl.c proto.h run.c sv.c
9470 ____________________________________________________________________________
9471 [ 4033] By: jhi on 1999/08/28 17:31:07
9472 Log: From: Robin Barker <rmb1@cise.npl.co.uk>
9473 To: perl5-porters@perl.org
9474 Subject: [ID 19990823.009] [PATCH perl5.005_61] typo in perl.h
9475 Date: Mon, 23 Aug 1999 16:41:11 +0100 (BST)
9476 Message-Id: <199908231541.QAA10043@tempest.npl.co.uk>
9479 ____________________________________________________________________________
9480 [ 4032] By: gsar on 1999/08/26 23:53:33
9481 Log: new thread should set current interp in TLS
9483 ! ext/Thread/Thread.xs
9484 ____________________________________________________________________________
9485 [ 4031] By: bailey on 1999/08/23 03:40:07
9486 Log: When extension doesn't have a "main" object file to anchor linker search, pull in all objct files
9488 ! lib/ExtUtils/MM_VMS.pm
9489 ____________________________________________________________________________
9490 [ 4030] By: bailey on 1999/08/23 03:37:43
9491 Log: Patch up holes in realclean target
9493 ! vms/descrip_mms.template
9494 ____________________________________________________________________________
9495 [ 4029] By: bailey on 1999/08/23 03:36:24
9496 Log: Fix handling of PERL_POLLUTE
9498 ! lib/ExtUtils/MM_VMS.pm
9499 ____________________________________________________________________________
9500 [ 4028] By: bailey on 1999/08/23 03:34:08
9501 Log: Update VMS version of perly.h
9504 ____________________________________________________________________________
9505 [ 4027] By: bailey on 1999/08/23 03:32:45
9506 Log: Update dependencies in Descrip.MMS
9508 ! vms/descrip_mms.template
9509 ____________________________________________________________________________
9510 [ 4026] By: bailey on 1999/08/23 03:30:01
9511 Log: Fix prototypes in perlapi.c (64-bit?)
9512 Clear prior definition of getenv_len before defining VMS-specific macro
9514 ! perlapi.c vms/vmsish.h
9515 ____________________________________________________________________________
9516 [ 4025] By: bailey on 1999/08/23 03:25:51
9517 Log: Add '-m' option to Configure.com which skips the MANIFEST check
9520 ____________________________________________________________________________
9521 [ 4024] By: bailey on 1999/08/23 03:23:34
9522 Log: Skip open() tests that rely on Unix fork semantics
9525 ____________________________________________________________________________
9526 [ 4023] By: bailey on 1999/08/23 03:21:46
9527 Log: Loosen conditons for recognizing a function name in perl.h to accomodate revisions
9530 ____________________________________________________________________________
9531 [ 4022] By: bailey on 1999/08/23 03:17:33
9532 Log: update MM_VMS to use new File::Spec routines
9534 ! lib/ExtUtils/MM_VMS.pm lib/File/Spec/VMS.pm
9535 ____________________________________________________________________________
9536 [ 4021] By: bailey on 1999/08/23 03:13:40
9537 Log: byteperl is now part of the ByteLoader ext
9539 ! ext/ByteLoader/byterun.h vms/descrip_mms.template
9540 ____________________________________________________________________________
9541 [ 4020] By: bailey on 1999/08/23 03:10:41
9542 Log: Allow option to treat barewords at start of Unix paths as simple words rather than logicals
9545 ____________________________________________________________________________
9546 [ 4019] By: bailey on 1999/08/23 03:07:28
9547 Log: Update calls for new thread context handling
9549 ! ext/Devel/DProf/DProf.xs ext/DynaLoader/dl_vms.xs
9550 ! ext/POSIX/POSIX.xs vms/vms.c vms/vmsish.h vms/writemain.pl
9551 ____________________________________________________________________________
9552 [ 4018] By: bailey on 1999/08/23 03:01:31
9553 Log: Allow for file versions in library when looking for .bs files
9555 ! ext/DynaLoader/DynaLoader_pm.PL
9556 ____________________________________________________________________________
9557 [ 4017] By: bailey on 1999/08/23 02:58:55
9558 Log: Update VMS configuration procedures for 5.005_60
9560 ! configure.com vms/subconfigure.com
9561 ____________________________________________________________________________
9562 [ 4016] By: gsar on 1999/08/20 22:19:56
9571 ____________________________________________________________________________
9572 [ 4015] By: gsar on 1999/08/20 22:17:41
9573 Log: perl_free() should use PerlMem_free()
9576 ____________________________________________________________________________
9577 [ 4014] By: gsar on 1999/08/20 22:10:46
9580 ! XSUB.h mg.c perl.c win32/config.bc win32/config.gc
9581 ! win32/config.vc win32/config_H.bc win32/config_H.gc
9583 ____________________________________________________________________________
9584 [ 4013] By: gsar on 1999/08/20 22:09:56
9585 Log: DEBUG_m() adjusted to internalize dTHX
9587 ! malloc.c perl.h util.c
9588 ____________________________________________________________________________
9589 [ 4012] By: gsar on 1999/08/20 17:51:06
9590 Log: make autogenerated files writable
9593 ____________________________________________________________________________
9594 [ 4011] By: gsar on 1999/08/20 17:43:47
9597 ! Changes perl.h pod/perldelta.pod pod/perlguts.pod
9598 ____________________________________________________________________________
9599 [ 4010] By: gsar on 1999/08/20 17:21:53
9600 Log: up patchlevel &c
9602 ! Changes patchlevel.h win32/Makefile win32/config_H.bc
9603 ! win32/config_H.gc win32/config_H.vc win32/makefile.mk
9604 ____________________________________________________________________________
9605 [ 4009] By: gsar on 1999/08/20 16:46:26
9606 Log: add missing Is/Syl*.pl files
9608 + lib/unicode/Is/SylA.pl lib/unicode/Is/SylC.pl
9609 + lib/unicode/Is/SylE.pl lib/unicode/Is/SylI.pl
9610 + lib/unicode/Is/SylO.pl lib/unicode/Is/SylU.pl
9611 + lib/unicode/Is/SylV.pl lib/unicode/Is/SylWA.pl
9612 + lib/unicode/Is/SylWC.pl lib/unicode/Is/SylWE.pl
9613 + lib/unicode/Is/SylWI.pl lib/unicode/Is/SylWV.pl
9614 ____________________________________________________________________________
9615 [ 4008] By: gsar on 1999/08/20 16:31:02
9616 Log: integrate cfgperl contents into mainline
9618 +> ext/ByteLoader/hints/sunos.pl lib/charnames.pm
9619 +> lib/unicode/Eq/Latin1 lib/unicode/Eq/Unicode
9620 +> lib/unicode/syllables.txt t/lib/charnames.t t/lib/syslfs.t
9622 - lib/unicode/EthiopicSyllables.txt
9623 - lib/unicode/MakeEthiopicSyllables.PL
9624 !> (integrate 261 files)
9625 ____________________________________________________________________________
9626 [ 4007] By: gsar on 1999/08/20 15:24:08
9627 Log: support USE_THREADS+MULTIPLICITY; source compat tweaks for
9628 USE_THREADS and MULTIPLICITY; minor pod adjustments
9630 ! Porting/patching.pod Todo Todo-5.005 XSUB.h embed.pl
9631 ! embedvar.h perl.c perl.h pod/perlguts.pod util.c
9632 ____________________________________________________________________________
9633 [ 4006] By: jhi on 1999/08/19 19:01:41
9634 Log: Tighten the vec() code so that naughty BITS cause an error.
9637 ____________________________________________________________________________
9638 [ 4005] By: jhi on 1999/08/19 15:55:09
9639 Log: Don't document ill-defined vec() bits cases
9640 (for which the code doesn't work right in any case)
9642 ! pod/perldiag.pod pod/perlfunc.pod
9643 ____________________________________________________________________________
9644 [ 4004] By: jhi on 1999/08/19 12:49:41
9645 Log: Removed duplicated code (in pp.c and mg.c) by introducing
9646 do_vecget(). NOTE: the calling convention of do_vecset()
9647 changes, too: the `offset' that is assigned to LvTARGOFF(TARG)
9648 in pp_vec() is no more multiplied by `size' in pp_vec(),
9649 the multiplication is now done in do_vecset().
9651 Also fix a cpp thinko in change #4002.
9653 ! doop.c embed.h embed.pl embedvar.h global.sym mg.c objXSUB.h
9654 ! perl.h perlapi.c pod/perldiag.pod pod/perlfunc.pod pp.c
9656 ____________________________________________________________________________
9657 [ 4003] By: jhi on 1999/08/18 08:27:22
9658 Log: Warn about small spherical distances.
9661 ____________________________________________________________________________
9662 [ 4002] By: jhi on 1999/08/17 09:11:51
9663 Log: Enhance IV_FITS_IN_IV (though it's still unused).
9666 ____________________________________________________________________________
9667 [ 4001] By: jhi on 1999/08/17 08:13:34
9668 Log: From: andreas.koenig@anima.de (Andreas J. Koenig)
9669 Message-ID: <sfcogg7ylk7.fsf@hohenstaufen.in-berlin.de>
9670 To: The Perl5 Porters Mailing List <perl5-porters@perl.org>
9671 Subject: [PATCH] overload.pm str/num confu
9672 Date: 17 Aug 1999 08:21:12 +0200
9675 ____________________________________________________________________________
9676 [ 4000] By: jhi on 1999/08/17 07:20:23
9677 Log: From: merlyn@stonehenge.com (Randal L. Schwartz)
9678 To: perl5-porters@perl.org
9679 Subject: [ID 19990816.006] small patch to perlobj.pod from 5.005_03
9680 Date: 16 Aug 1999 14:24:28 -0700
9681 Message-Id: <m1ogg7to4z.fsf@halfdome.holdit.com>
9684 ____________________________________________________________________________
9685 [ 3999] By: jhi on 1999/08/16 19:49:09
9686 Log: Integrate with Nick.
9688 !> cop.h op.c perl.c t/op/eval.t t/pragma/warn/op util.c
9689 ____________________________________________________________________________
9690 [ 3998] By: jhi on 1999/08/16 19:44:29
9691 Log: Fix most of the pod2man moanings reported in
9693 From: "Larry W. Virden" <lvirden@cas.org>
9694 To: perl5-porters@perl.org
9695 Subject: [ID 19990803.011] Not OK: perl 5.00560 on sun4-solaris 2.6
9697 Date: Tue, 3 Aug 1999 15:35:06 -0400 (EDT)
9698 Message-Id: <199908031935.PAA27692@cas.org>
9702 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
9703 ! config_h.SH ext/B/B/Stash.pm lib/Carp/Heavy.pm
9704 ! lib/Dumpvalue.pm lib/Exporter/Heavy.pm lib/filetest.pm
9705 ! lib/utf8.pm pod/perllexwarn.pod pod/perlxstut.pod
9706 ! utils/h2xs.PL utils/perlcc.PL
9707 ____________________________________________________________________________
9708 [ 3997] By: jhi on 1999/08/16 19:20:37
9709 Log: A fix of sorts for the flush-before-dup scenario.
9712 ____________________________________________________________________________
9713 [ 3996] By: jhi on 1999/08/16 19:14:37
9717 ____________________________________________________________________________
9718 [ 3995] By: jhi on 1999/08/16 18:55:35
9719 Log: Batch of small 64-bit/long double/large file support tweaks:
9721 - from DBL_DIG and LDBL_DIG select NV_DIG
9722 - introduce IVSIZE, UVSIZE, NVSIZE
9725 - AIX uses `oslevel` when others use `uname -r`
9726 - already AIX 4.2 goes 64-bit
9727 - in HP-UX require the 64-bit libc, just the directory isn't enough
9728 - group ids are not NVs
9729 - #undef USE_LONG_DOUBLE if long double is no better than double
9730 - introduce NV_WITHIN_*() and IV_FITS_IN_IV
9731 - mention large file support in perldelta
9732 - introduce quad TOPpin' and POPpin'
9733 - the svcat... buffer was tiny for printing quads in %b
9734 - fix the multiplication test in 64bit.t
9735 - try to make VMS to comply with all this removal and "introducal"
9738 ! Configure config_h.SH dump.c hints/aix.sh hints/hpux.sh mg.c
9739 ! perl.h perlio.c pod/perldelta.pod pp.h sv.c t/lib/syslfs.t
9740 ! t/op/64bit.t t/op/lfs.t utf8.c vms/subconfigure.com
9742 ! U/modified/d_longdbl.U
9743 Branch: metaconfig/U/perl
9745 ____________________________________________________________________________
9746 [ 3994] By: jhi on 1999/08/16 07:53:44
9747 Log: More Configure/subconfigure.com syncing.
9749 ! vms/subconfigure.com
9750 ____________________________________________________________________________
9751 [ 3993] By: jhi on 1999/08/14 22:09:26
9752 Log: Remove from VMS what the change #3982 took away from Configure lands.
9754 ! vms/subconfigure.com
9755 ____________________________________________________________________________
9756 [ 3992] By: jhi on 1999/08/14 13:29:13
9757 Log: Small test tweaks.
9759 ! t/io/dup.t t/lib/dprof.t t/lib/odbm.t
9760 ____________________________________________________________________________
9761 [ 3991] By: jhi on 1999/08/14 13:08:41
9762 Log: Augment filesize limit note.
9765 ____________________________________________________________________________
9766 [ 3990] By: jhi on 1999/08/14 13:06:12
9767 Log: Note about filesize limits.
9770 ____________________________________________________________________________
9771 [ 3989] By: jhi on 1999/08/14 11:31:58
9772 Log: Catch the case of filesize limits.
9774 ! t/lib/syslfs.t t/op/lfs.t
9775 ____________________________________________________________________________
9776 [ 3988] By: nick on 1999/08/14 09:20:58
9777 Log: New lightweight Carp has a require. If Carp is used in a __DIE__ handler
9778 this causes a POPSTACK panic. The problem seems to be that although
9779 die_where() has unwound the tail of perl_vdie() top_env setjmp has been
9780 set to resume execution there. Avoiding setting CATCH_SET(TRUE) in
9781 call_sv() avoids this. So invent a new G_NOCATCH flag to disable
9782 messing with CATCH_SET() in call_sv, use it in perl_vdie().
9783 Add test to op/eval.t which will fail (panic) if bug comes back.
9784 >>> I AM NOT CONVINCED THIS IS CORRECT LONG TERM FIX <<<
9786 ! cop.h perl.c t/op/eval.t util.c
9787 ____________________________________________________________________________
9788 [ 3987] By: jhi on 1999/08/13 23:57:52
9789 Log: From: "Craig A. Berry" <craig.berry@metamor.com>
9790 To: perl5-porters@perl.org, vmsperl@perl.org, sarathy@activestate.com
9791 Subject: [PATCH 5.005_60] fix MM_VMS.pm for space-delimited lists
9792 Date: Fri, 13 Aug 1999 17:42:47 -0500
9793 Message-Id: <v04210105b3da3ed9599d@[172.16.246.133]>
9795 ! lib/ExtUtils/MM_VMS.pm
9796 ____________________________________________________________________________
9797 [ 3986] By: jhi on 1999/08/13 23:56:44
9798 Log: Don't quit before printing out the message.
9800 ! t/lib/syslfs.t t/op/lfs.t
9801 ____________________________________________________________________________
9802 [ 3985] By: jhi on 1999/08/13 23:35:49
9803 Log: Remove more t/ trash on target "clean".
9806 ____________________________________________________________________________
9807 [ 3984] By: jhi on 1999/08/13 23:02:53
9808 Log: Avoid double long double.
9810 ! Configure config_h.SH
9811 Branch: metaconfig/U/perl
9813 ____________________________________________________________________________
9814 [ 3983] By: jhi on 1999/08/13 22:59:56
9817 ! Configure config_h.SH
9819 ! U/compline/byteorder.U
9820 ____________________________________________________________________________
9821 [ 3982] By: jhi on 1999/08/13 22:48:40
9822 Log: Jumbo Configure and large file support update.
9823 Remove a lot of unneeded 64-bitness cruft;
9824 re-introduce BYTEORDER; update 64-bitness hints;
9825 lfs should now work in Solaris; long doubles in AIX.
9827 ! Configure config_h.SH doio.c hints/aix.sh hints/hpux.sh
9828 ! hints/irix_6.sh hints/solaris_2.sh iperlsys.h perl.h perlio.c
9829 ! perlsdio.h pp.h pp_sys.c
9831 ! U/compline/byteorder.U U/compline/ccflags.U
9832 Branch: metaconfig/U/perl
9833 ! d_dlsymun.U io64.U uselongdbl.U
9834 ____________________________________________________________________________
9835 [ 3980] By: jhi on 1999/08/13 15:09:11
9836 Log: Introduce HAS_LLSEEK.
9838 ! Configure config_h.SH perl.h
9839 ____________________________________________________________________________
9840 [ 3979] By: jhi on 1999/08/13 14:29:47
9841 Log: From: <dan@sidhe.org>
9842 To: perl5-porters@perl.org, vmsperl@perl.org, bailey@newman.upenn.edu,
9843 sarathy@activestate.com
9844 Subject: [PATCH 5.005_60]fix up VMS->unix filename translation a bit
9845 Date: Fri, 13 Aug 1999 09:00:42 -0700 (PDT)
9846 Message-ID: <Pine.LNX.4.10.9908130849390.3950-100000@tuatha.sidhe.org>
9849 ____________________________________________________________________________
9850 [ 3978] By: jhi on 1999/08/13 09:56:46
9851 Log: Make the 64-bit tests more paranoid.
9854 ____________________________________________________________________________
9855 [ 3976] By: jhi on 1999/08/12 21:49:16
9856 Log: IRIX64 needs more -mabi=64 with gcc.
9859 ____________________________________________________________________________
9860 [ 3975] By: jhi on 1999/08/12 21:02:03
9861 Log: Reincarnate change #3967, now in more modest form.
9864 ____________________________________________________________________________
9865 [ 3974] By: jhi on 1999/08/12 20:49:36
9866 Log: Remove rt from libswanted (I added it many moons ago
9867 when I thought it would be useful in Digital UNIX,
9868 I was wrong); undo the recent IRIX hints changes,
9869 getting rid of one warning brought new ones.
9871 ! Configure config_h.SH hints/irix_6.sh
9873 ! U/modified/Myinit.U
9874 ____________________________________________________________________________
9875 [ 3973] By: jhi on 1999/08/12 19:42:53
9876 Log: st_blocks is in 512 byte blocks.
9878 ! t/lib/syslfs.t t/op/lfs.t
9879 ____________________________________________________________________________
9880 [ 3972] By: jhi on 1999/08/12 19:27:31
9881 Log: Don't claim defeat too early.
9883 ! Configure config_h.SH
9884 Branch: metaconfig/U/perl
9886 ____________________________________________________________________________
9887 [ 3971] By: jhi on 1999/08/12 19:24:14
9888 Log: IRIX 64-bit hint tweak.
9891 ____________________________________________________________________________
9892 [ 3970] By: nick on 1999/08/12 19:17:20
9893 Log: Turn of deprecated warnings for defined(@Sompack::ISA) type
9894 tests i.e. RV2AV and RV2HV
9896 ! op.c t/pragma/warn/op
9897 ____________________________________________________________________________
9898 [ 3969] By: jhi on 1999/08/12 19:06:17
9899 Log: Add Configure -Duselongdouble and add a missing semicolon.
9901 ! Configure config_h.SH sv.c
9902 Branch: metaconfig/U/perl
9904 ____________________________________________________________________________
9905 [ 3968] By: jhi on 1999/08/12 18:46:00
9906 Log: Simply exit() early if lfs support seems unlikely.
9908 ! t/lib/syslfs.t t/op/lfs.t
9909 ____________________________________________________________________________
9910 [ 3967] By: jhi on 1999/08/12 18:44:05
9911 Log: Suffer silently for unused libraries.
9914 ____________________________________________________________________________
9915 [ 3966] By: jhi on 1999/08/12 13:18:44
9916 Log: Update MANIFEST to follow change #3965.
9919 ____________________________________________________________________________
9920 [ 3965] By: jhi on 1999/08/12 13:15:38
9921 Log: Regenerate Unicode tables based on new syllable lists
9925 ____________________________________________________________________________
9926 [ 3964] By: jhi on 1999/08/12 10:06:24
9927 Log: Remove more spurious casting.
9930 ____________________________________________________________________________
9931 [ 3963] By: jhi on 1999/08/12 08:18:53
9932 Log: Minor niggles on the lfs tests.
9934 ! t/lib/syslfs.t t/op/lfs.t
9935 ____________________________________________________________________________
9936 [ 3962] By: jhi on 1999/08/11 22:48:25
9937 Log: Don't bother with lfs testing if off_t is too small.
9939 ! t/lib/syslfs.t t/op/lfs.t
9940 ____________________________________________________________________________
9941 [ 3961] By: jhi on 1999/08/11 22:22:54
9942 Log: Long double patches from Dan Sugalski.
9945 ____________________________________________________________________________
9946 [ 3960] By: jhi on 1999/08/11 22:17:55
9947 Log: Flush buffer before duplicating file descriptor.
9949 From: Mark-Jason Dominus <mjd@plover.com>
9950 To: Graham Barr <gbarr@pobox.com>
9951 cc: Vicki Brown <vlb@cfcl.com>, perl5-porters@perl.org, mjd@plover.com
9952 Subject: Re: [ID 19990811.002] can't dup DATA? (PATCH (5.005_57))
9953 Date: Wed, 11 Aug 1999 15:56:09 -0400
9954 Message-ID: <19990811195610.5933.qmail@plover.com>
9956 From: Mark-Jason Dominus <mjd@plover.com>
9957 To: perl5-porters@perl.org
9958 Subject: Re: [ID 19990811.002] can't dup DATA? (PATCH (5.005_57))
9959 Date: Wed, 11 Aug 1999 16:05:46 -0400
9960 Message-ID: <19990811200546.6165.qmail@plover.com>
9962 ! doio.c pod/perldelta.pod
9963 ____________________________________________________________________________
9964 [ 3959] By: jhi on 1999/08/11 22:11:35
9965 Log: Bypass fsync(NULL) (crashes miniperl compiled with DEC C 5.2)
9967 From: "Craig A. Berry" <craig.berry@metamor.com>
9968 Sender: owner-perl5-porters@perl.org
9969 To: vmsperl@perl.org, perl5-porters@perl.org, sarathy@activestate.com,
9970 bailey@newman.upenn.edu
9971 Subject: [PATCH 5.005_60] vms.c my_flush patch to circumvent fileno
9973 Date: Wed, 11 Aug 1999 14:31:11 -0500
9974 Message-Id: <4.2.0.58.19990811141007.00b8f8a0@mmtnt11.metamor.com>
9977 ____________________________________________________________________________
9978 [ 3958] By: jhi on 1999/08/11 15:35:45
9979 Log: Add a hopefully comforting message if there seems to be no LFS.
9980 This seems to be the case with e.g. ext2fs, a somewhat popular fs.
9981 The tests will fail on lfs tests only if quad is available,
9982 if ENOQUAD, the lfs tests will be skipped.
9984 ! t/lib/syslfs.t t/op/lfs.t
9985 ____________________________________________________________________________
9986 [ 3957] By: jhi on 1999/08/11 12:25:59
9987 Log: Unapply an experimental patch that accidentally escaped
9988 from the lab by piggybacking with the change #3955.
9990 ! pp.c pp.h pp_hot.c
9991 ____________________________________________________________________________
9992 [ 3956] By: jhi on 1999/08/11 08:19:23
9993 Log: Add sysio large file support testing.
9996 ! MANIFEST pod/perlfunc.pod t/op/64bit.t t/op/lfs.t
9997 ____________________________________________________________________________
9998 [ 3955] By: jhi on 1999/08/10 22:39:11
9999 Log: From: <dan@sidhe.org>
10000 To: vmsperl@perl.org, perl5-porters@perl.org,
10001 sarathy@activestate.com, bailey@newman.upenn.edu
10002 Subject: [PATCH 5.005_60]Patches needed to get _60 building with
10004 Date: Tue, 10 Aug 1999 16:34:56 -0700 (PDT)
10005 Message-ID: <Pine.LNX.4.10.9908101631030.18266-100000@tuatha.sidhe.org>
10007 ! ext/Devel/DProf/DProf.xs ext/DynaLoader/dl_vms.xs
10008 ! ext/POSIX/POSIX.xs pp.c pp.h pp_hot.c vms/vms.c vms/vmsish.h
10010 ____________________________________________________________________________
10011 [ 3954] By: jhi on 1999/08/10 20:37:55
10012 Log: LFS testing robustness.
10015 ____________________________________________________________________________
10016 [ 3953] By: jhi on 1999/08/10 19:54:50
10017 Log: From: <dan@sidhe.org>
10018 To: vmsperl@perl.org, perp5-porters@perl.org, bailey@newman.upenn.edu,
10019 sarathy@activestate.com
10020 Subject: [PATCH 5.005_60]Pathces to get _60 building on VMS
10021 Date: Tue, 10 Aug 1999 13:28:18 -0700 (PDT)
10022 Message-ID: <Pine.LNX.4.10.9908101323130.18266-100000@tuatha.sidhe.org>
10024 ! configure.com vms/descrip_mms.template vms/gen_shrfls.pl
10025 ! vms/subconfigure.com vms/vmsish.h
10026 ____________________________________________________________________________
10027 [ 3952] By: jhi on 1999/08/10 17:18:57
10028 Log: AIX is different, again. Now in cc -E output.
10030 ! Configure config_h.SH
10032 ! U/modified/cppstdin.U
10033 ____________________________________________________________________________
10034 [ 3951] By: jhi on 1999/08/10 14:37:08
10035 Log: Use Pid_t on pgrp matters.
10038 ____________________________________________________________________________
10039 [ 3950] By: jhi on 1999/08/10 14:35:30
10042 ! doio.c embed.h embed.pl embedvar.h global.sym perlapi.c
10043 ! pp_sys.c proto.h util.c
10044 ____________________________________________________________________________
10045 [ 3949] By: jhi on 1999/08/10 14:11:15
10048 ! doio.c embed.h embed.pl embedvar.h global.sym perlapi.c
10049 ! perlapi.h pp_sys.c proto.h
10050 ____________________________________________________________________________
10051 [ 3948] By: jhi on 1999/08/10 13:53:19
10052 Log: Small perlbug doc tweaks from Jon Orwant.
10055 ____________________________________________________________________________
10056 [ 3947] By: jhi on 1999/08/10 09:55:11
10057 Log: Large file support testing.
10060 ! MANIFEST t/op/64bit.t
10061 ____________________________________________________________________________
10062 [ 3946] By: jhi on 1999/08/10 09:13:54
10063 Log: Remove I32 casting from time-related functions.
10066 ____________________________________________________________________________
10067 [ 3945] By: jhi on 1999/08/10 09:06:42
10068 Log: Gratuitous uid and gid casts to I32s and ints removed.
10069 There are still problem spots in printfing such ids:
10070 width (%d vs %ld) and signedness %d vs %u.
10072 ! doio.c embed.h embed.pl embedvar.h global.sym intrpvar.h mg.c
10073 ! perl.c perlapi.c pp_hot.c proto.h
10074 ____________________________________________________________________________
10075 [ 3944] By: jhi on 1999/08/10 07:43:03
10076 Log: Remove I32 casts from pp_stat, these make stat()
10077 very broken e.g. on files larger than 2 gigabytes.
10079 From: Phil Lobbes <phil@finchcomputer.com>
10080 To: perl5-porters@perl.org
10081 Subject: [ID 19990810.001] Possible bug using stat w/large files Digital
10083 Date: Mon, 09 Aug 1999 21:38:54 -0700
10084 Message-Id: <199908100438.VAA08292@ultra.finchcomputer.com>
10086 There are more of these I32 casts all over pp_sys.c,
10087 all of them should be checked.
10090 ____________________________________________________________________________
10091 [ 3943] By: jhi on 1999/08/10 07:38:30
10092 Log: Remove blathering.
10094 ! lib/unicode/mktables.PL
10095 ____________________________________________________________________________
10096 [ 3942] By: jhi on 1999/08/09 20:35:13
10097 Log: lexwarn maintenance: new warning class unsafe
10098 subclasses 'overflow' and 'portable' created,
10099 used by the recent integer overflow warnings.
10100 Class syntax subclass 'octal' renamed to 'digit',
10101 binary and hexadecimal parsing errors also 'digit' warnings.
10103 ! lib/warning.pm pod/perllexwarn.pod t/pragma/warn/util toke.c
10104 ! util.c warning.h warning.pl
10105 ____________________________________________________________________________
10106 [ 3941] By: jhi on 1999/08/09 10:40:47
10107 Log: Integrate with Nick.
10110 !> Changes MANIFEST embed.h embed.pl ext/B/B/C.pm ext/B/B/CC.pm
10111 !> global.sym opcode.h opcode.pl perl.h perlapi.c pp.c
10112 ____________________________________________________________________________
10113 [ 3940] By: jhi on 1999/08/09 10:32:43
10114 Log: Regenerate the Unicode tables after having updated the Unicode
10115 database (change #3939).
10118 ____________________________________________________________________________
10119 [ 3939] By: jhi on 1999/08/09 10:27:22
10120 Log: Unicode data updated to be the latest beta of the Unicode 3.0.
10122 ! lib/unicode/UnicodeData-Latest.txt
10123 ____________________________________________________________________________
10124 [ 3938] By: jhi on 1999/08/09 10:25:54
10125 Log: Ethiopic changes via private email from Daniel Yacob,
10126 <dmulholl@cs.indiana.edu>. Ethiopic and Cherokee done,
10127 Canadian Syllabics and Yi under construction.
10129 + lib/unicode/syllables.txt
10130 - lib/unicode/EthiopicSyllables.txt
10131 - lib/unicode/MakeEthiopicSyllables.PL
10132 ! MANIFEST lib/unicode/UnicodeData-Latest.txt
10133 ! lib/unicode/mktables.PL
10134 ____________________________________________________________________________
10135 [ 3937] By: jhi on 1999/08/09 10:21:51
10136 Log: Move the equivalence class creation last.
10138 ! lib/unicode/mktables.PL
10139 ____________________________________________________________________________
10140 [ 3936] By: jhi on 1999/08/09 10:20:40
10141 Log: Compute equivalence classes (diacritics stripping) only
10142 for letters, not for ligatures.
10144 ! lib/unicode/Eq/Latin1 lib/unicode/Eq/Unicode
10145 ! lib/unicode/mktables.PL
10146 ____________________________________________________________________________
10147 [ 3935] By: nick on 1999/08/08 13:53:57
10148 Log: Will now correctly re-call
10150 if requested. This should allow build on Win32 and other
10151 platforms where you cannot link to loadables directly.
10154 ____________________________________________________________________________
10155 [ 3934] By: nick on 1999/08/07 12:23:55
10156 Log: Vishal Bhatia <vishalb@my-deja.com>
10157 Subject: [PATCH 5.005_60] fix for some obscure bugs (compiler)
10158 Message-ID: <HLPEBPHPAKHKAAAA@my-deja.com>
10161 ____________________________________________________________________________
10162 [ 3933] By: nick on 1999/08/07 12:19:46
10163 Log: B::C changes to get simple Tk app. compiling again
10166 ____________________________________________________________________________
10167 [ 3932] By: jhi on 1999/08/06 21:17:16
10168 Log: Regen Configure to include change #3915.
10170 ! Configure config_h.SH
10171 ____________________________________________________________________________
10172 [ 3931] By: jhi on 1999/08/06 18:52:57
10175 ! Todo Todo-5.005 lib/unicode/mktables.PL
10176 ____________________________________________________________________________
10177 [ 3930] By: jhi on 1999/08/06 13:13:05
10178 Log: Character class equivalence tables.
10180 + lib/unicode/Eq/Latin1 lib/unicode/Eq/Unicode
10181 ! MANIFEST lib/unicode/mktables.PL
10182 ____________________________________________________________________________
10183 [ 3929] By: jhi on 1999/08/06 11:59:11
10184 Log: More Fcntl constants. (This process really needs
10185 to be automated, at least partly, see the Errno extension.)
10186 Now also the SEEK_ constants are available via the Fcntl.
10187 Yes, this is redundant (IO::Seekable and POSIX supply them already),
10188 but now Fcntl is a one-stop shopping mall for all your
10189 file-related constants.
10191 ! ext/Fcntl/Fcntl.pm ext/Fcntl/Fcntl.xs pod/perlfunc.pod
10192 ____________________________________________________________________________
10193 [ 3928] By: jhi on 1999/08/06 08:08:03
10194 Log: Protect against pack/unpack repeat count overflows,
10197 From: Nathan Torkington <gnat@frii.com>
10198 To: Brian Keefer <mgomes@cwix.com>
10199 Cc: perl5-porters@perl.org
10200 Subject: Re: [ID 19990806.001] Core dump with obfuscated code
10201 Date: Thu, 5 Aug 1999 23:01:51 -0600 (MDT)
10202 Message-ID: <14250.27711.769942.100675@localhost.frii.com>
10204 ! pod/perldiag.pod pp.c
10205 ____________________________________________________________________________
10206 [ 3927] By: jhi on 1999/08/06 07:32:20
10207 Log: Fix for Nathan's fix (#3920) from Guy Decoux.
10209 From: Nathan Torkington <gnat@frii.com>
10210 To: perl5-porters@perl.org
10211 Subject: Bugfix for my bugfix
10212 Date: Thu, 5 Aug 1999 21:25:47 -0600 (MDT)
10213 Message-ID: <14250.21947.765134.940583@localhost.frii.com>
10215 ! ext/B/B/Assembler.pm
10216 ____________________________________________________________________________
10217 [ 3926] By: jhi on 1999/08/05 17:25:19
10218 Log: Fix regex charclass parsing so that bogus ranges
10219 like [0-\d] and [[:word:]-z] are no more allowed.
10220 The anomaly was noticed by Guy Decoux.
10222 ! pod/perldiag.pod pod/perlre.pod regcomp.c t/op/re_tests
10223 ____________________________________________________________________________
10224 [ 3925] By: jhi on 1999/08/05 10:31:47
10225 Log: split /^/ deprecation warning should not be on by default.
10228 ____________________________________________________________________________
10229 [ 3923] By: jhi on 1999/08/05 09:16:57
10230 Log: From: paul.marquess@bt.com
10231 To: jhi@iki.fi, paul.marquess@bt.com
10232 Cc: gsar@ActiveState.com, perl5-porters@perl.org
10233 Subject: RE: [PATCH 5.005_60] anydbm.t + DB_File + Berkeley DB >= 2.4.10
10234 Date: Thu, 5 Aug 1999 09:33:14 +0100
10235 Message-ID: <5104D4DBC598D211B5FE0000F8FE7EB202D49B26@mbtlipnt02.btlabs.bt.co.uk>
10238 ____________________________________________________________________________
10239 [ 3921] By: jhi on 1999/08/05 08:05:13
10240 Log: From: paul.marquess@bt.com
10241 To: perl5-porters@perl.org
10242 Cc: gsar@activestate.com, nik@tiuk.ti.com, jhi@iki.fi,
10243 randy@theoryx5.uwinnipeg.ca
10244 Subject: [PATCH 5.005_60] DB_File 1.70
10245 Date: Wed, 4 Aug 1999 23:22:22 +0100
10246 Message-ID: <5104D4DBC598D211B5FE0000F8FE7EB202D49B21@mbtlipnt02.btlabs.bt.co.uk>
10248 (Replaces change #3917)
10250 ! ext/DB_File/Changes ext/DB_File/DB_File.pm
10251 ! ext/DB_File/DB_File.xs t/lib/db-btree.t t/lib/db-hash.t
10252 ____________________________________________________________________________
10253 [ 3920] By: jhi on 1999/08/04 19:02:58
10254 Log: From: Nathan Torkington <gnat@frii.com>
10255 To: perl5-porters@perl.org
10256 Subject: [5.005_60 PATCH] Make B::Bytecode work
10257 Date: Wed, 4 Aug 1999 11:24:56 -0600 (MDT)
10258 Message-ID: <14248.30568.769427.216092@localhost.frii.com>
10260 ! ext/B/B/Assembler.pm
10261 ____________________________________________________________________________
10262 [ 3919] By: jhi on 1999/08/04 10:56:26
10263 Log: Update history records.
10266 ____________________________________________________________________________
10267 [ 3918] By: jhi on 1999/08/04 09:36:13
10268 Log: Minor fixes to linux -Dusethreads -Duseperlio.
10271 ____________________________________________________________________________
10272 [ 3917] By: jhi on 1999/08/04 08:13:20
10273 Log: (Replaced by change #3921)
10274 From: paul.marquess@bt.com
10275 To: gsar@activestate.com
10276 Cc: perl5-porters@perl.org
10277 Subject: [PATCH 5.005_60] DB_File 1.69
10278 Date: Tue, 3 Aug 1999 22:55:00 +0100
10279 Message-ID: <5104D4DBC598D211B5FE0000F8FE7EB29C6D04@mbtlipnt02.btlabs.bt.co.uk>
10281 ! ext/DB_File/Changes ext/DB_File/DB_File.pm
10282 ! ext/DB_File/DB_File.xs t/lib/db-btree.t t/lib/db-hash.t
10283 ____________________________________________________________________________
10284 [ 3916] By: jhi on 1999/08/04 07:59:05
10285 Log: Introduce the charnames pragma.
10287 Subject: [PATCH 5.005_58] Free \C (for named chars), move to \O
10288 From: Ilya Zakharevich <[9]ilya@math.ohio-state.edu>
10289 To: Chip Salzenberg <[11]chip@perlsupport.com>
10290 Cc: Mailing list Perl5 <[12]perl5-porters@perl.org>
10291 Date: Sat, 31 Jul 1999 05:44:05 -0400
10292 Message-Id: <[13]199907311407.IAA25042@localhost.frii.com>
10294 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
10295 To: Mailing list Perl5 <perl5-porters@perl.org>
10296 Subject: [PATCH 5.005_58] Named characters in Perl
10297 Date: Mon, 2 Aug 1999 19:25:40 -0400
10298 Message-ID: <19990802192540.B24407@monk.mps.ohio-state.edu>
10300 + lib/charnames.pm t/lib/charnames.t
10301 ! MAINTAIN MANIFEST lib/utf8.pm pod/perldiag.pod pod/perlop.pod
10302 ! pod/perlre.pod regcomp.c toke.c
10303 ____________________________________________________________________________
10304 [ 3915] By: jhi on 1999/08/03 21:18:49
10305 Log: Support Configure -Dmake=pmake.
10306 Via private email from Andy.
10307 NOTE: assumes "basename" command.
10309 ! U/modified/Config_sh.U
10310 ____________________________________________________________________________
10311 [ 3914] By: jhi on 1999/08/03 21:11:11
10312 Log: The op/filetest.t failed subtest 7 if testing as root.
10314 From: =?iso-8859-1?Q?Fran=E7ois=20D=E9sarm=E9nien?= <desar@club-internet.fr>
10315 To: perl5-porters@perl.org
10316 Subject: [ID 19990727.039] Not OK: perl 5.00558 on i386-sco 3.2v5.0.4
10317 Date: Tue, 27 Jul 1999 22:54:05 +0200
10318 Message-Id: <379E1C6D.626DC765@club-internet.fr>
10321 ____________________________________________________________________________
10322 [ 3911] By: jhi on 1999/08/03 19:52:38
10323 Log: The "-Dusethreads -Duseperlio" combination failed.
10325 From: Spider Boardman <spider@leggy.zk3.dec.com>
10326 To: perl5-porters@perl.org
10327 Subject: [ID 19990803.007] Not OK: perl 5.00560 on alpha-dec_osf-thread
10329 Date: Tue, 3 Aug 1999 14:25:00 -0400
10330 Message-Id: <199908031825.OAA29254@leggy.zk3.dec.com>
10332 See also change #3912.
10335 ____________________________________________________________________________
10336 [ 3910] By: jhi on 1999/08/03 10:44:24
10337 Log: From: Chris Nandor <pudge@pobox.com>
10338 To: perl5-porters@perl.org
10339 Subject: [PATCH 5.005_58] perlbug.PL 1.27
10340 Date: Wed, 28 Jul 1999 23:42:49 -0400
10341 Message-Id: <v04210104b3c57ce9e3de@[152.167.11.247]>
10344 ____________________________________________________________________________
10345 [ 3909] By: jhi on 1999/08/03 10:41:04
10346 Log: Hints for building ByteLoader in SunoS. Based on
10347 From: Andy Dougherty <doughera@lafayette.edu>
10348 To: Gurusamy Sarathy <gsar@activestate.com>
10349 Cc: Perl Porters <perl5-porters@perl.org>
10350 Subject: Re: 5.005_58 Not OK SunOS 4.1.3
10351 Date: Mon, 2 Aug 1999 14:01:58 -0400 (EDT)
10352 Message-Id: <Pine.GSU.4.05.9908021357410.5873-100000@newton.phys>
10354 + ext/ByteLoader/hints/sunos.pl
10355 ! MANIFEST ext/ByteLoader/ByteLoader.xs
10356 ____________________________________________________________________________
10357 [ 3908] By: jhi on 1999/08/03 09:29:22
10358 Log: Clarify RE engine code; inline a static function to a macro;
10359 make exact string nodes smaller.
10361 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
10362 To: perl5-porters@perl.org (Mailing list Perl5)
10363 Subject: [PATCH 5.005_60] Cosmetic change to REx engine
10364 Date: Mon, 2 Aug 1999 21:53:36 -0400 (EDT)
10365 Message-Id: <199908030153.VAA10542@monk.mps.ohio-state.edu>
10367 ! Makefile.SH embed.pl global.sym keywords.h lib/warning.pm
10368 ! opcode.h pp.sym pp_proto.h regcomp.c regcomp.h regexec.c
10369 ! regnodes.h warning.h
10370 ____________________________________________________________________________
10371 [ 3907] By: jhi on 1999/08/03 08:11:49
10372 Log: 5_59 configured with -Dd_bincompat5005 can't be made
10373 binary compatible with a 5_03 which was built with -DEMBEDMYMALLOC.
10375 From: Spider Boardman <spider@leggy.zk3.dec.com>
10376 To: perl5-porters@perl.org
10377 Subject: [ID 19990802.016] Not OK: perl 5.00559
10378 Date: Mon, 2 Aug 1999 16:11:13 -0400
10379 Message-Id: <199908022011.QAA30224@leggy.zk3.dec.com>
10382 ____________________________________________________________________________
10383 [ 3906] By: jhi on 1999/08/03 07:48:59
10384 Log: Change #3790 redemption: with a little additional
10385 patch from Ilya it works okay.
10387 ! ext/SDBM_File/Makefile.PL lib/ExtUtils/MM_Unix.pm
10388 ! lib/ExtUtils/MakeMaker.pm os2/OS2/REXX/Makefile.PL perl.h
10389 ____________________________________________________________________________
10390 [ 3905] By: gsar on 1999/08/02 21:03:23
10391 Log: this will be 5.005_60
10399 ____________________________________________________________________________
10400 [ 3904] By: gsar on 1999/08/02 20:30:23
10401 Log: don't enable PERL_POLLUTE_MALLOC when EMBEDMYMALLOC is
10402 in effect (from Spider Boardman <spider@leggy.zk3.dec.com>);
10405 ! embed.h embed.pl global.sym opcode.h perlapi.c
10406 ____________________________________________________________________________
10407 [ 3903] By: gsar on 1999/08/02 20:26:07
10408 Log: native int pack/unpack fixes (from Spider Boardman
10409 <spider@leggy.zk3.dec.com>)
10412 ____________________________________________________________________________
10413 [ 3902] By: gsar on 1999/08/02 20:24:41
10414 Log: fix broken -DDEBUGGING_OPS (from Spider Boardman
10415 <spider@leggy.zk3.dec.com>)
10418 ! Changes MANIFEST opcode.pl perl.h
10419 ____________________________________________________________________________
10420 [ 3901] By: gsar on 1999/08/02 18:51:18
10421 Log: integrate cfgperl contents
10423 !> INSTALL README pod/perldelta.pod
10424 ____________________________________________________________________________
10425 [ 3900] By: jhi on 1999/08/02 18:46:21
10426 Log: Update README and INSTALL; partly based on the message
10428 From: "John L. Allen" <allen@grumman.com>
10429 To: Jarkko Hietaniemi <jhi@iki.fi>
10430 cc: perl5-porters@perl.org
10431 Subject: Re: Perl Installation Problem
10432 Date: Thu, 29 Jul 1999 14:55:05 -0400 (EDT)
10433 Message-ID: <Pine.SOL.3.91.990729144440.1035A-100000@gateway.grumman.com>
10435 and private email from Andy Dougherty.
10438 ____________________________________________________________________________
10439 [ 3899] By: jhi on 1999/08/02 18:36:35
10440 Log: Integrate with Sarathy.
10443 ____________________________________________________________________________
10444 [ 3898] By: jhi on 1999/08/02 18:34:49
10445 Log: Update PERL_BINCOMPAT_5005; update 64-bitness.
10447 ! pod/perldelta.pod
10448 ____________________________________________________________________________
10449 [ 3897] By: gsar on 1999/08/02 18:18:37
10450 Log: optimizations could sometimes bypass bareword check
10453 ____________________________________________________________________________
10454 [ 3896] By: jhi on 1999/08/02 18:18:34
10455 Log: Integrate with Sarathy.
10457 !> Changes makedef.pl patchlevel.h win32/Makefile
10458 !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
10459 !> win32/makefile.mk
10460 ____________________________________________________________________________
10461 [ 3895] By: gsar on 1999/08/02 17:22:40
10462 Log: up patchlevel etc.
10464 ! Changes patchlevel.h win32/Makefile win32/config_H.bc
10465 ! win32/config_H.gc win32/config_H.vc win32/makefile.mk
10466 ____________________________________________________________________________
10467 [ 3894] By: gsar on 1999/08/02 17:12:31
10468 Log: integrate change#3893, make it conditional on bincompat5005
10471 ____________________________________________________________________________
10472 [ 3893] By: jhi on 1999/08/02 16:49:08
10473 Log: PERL_BINCOMPAT_5005 symbol translation.
10474 (AIX wouldn't link neither perl nor extensions.)
10477 ____________________________________________________________________________
10478 [ 3892] By: gsar on 1999/08/02 16:09:13
10479 Log: integrate cfgperl contents into mainline
10483 !> Configure MANIFEST config_h.SH doio.c dump.c hints/aix.sh op.c
10484 !> pod/perlfunc.pod pp_hot.c pp_sys.c regcomp.c sv.c t/io/open.t
10485 !> t/pragma/utf8.t t/pragma/warn/pp_hot toke.c util.c
10486 ____________________________________________________________________________
10487 [ 3891] By: jhi on 1999/08/02 14:52:40
10488 Log: AIX long long probing requires LL suffix for
10489 the ll constant. The suffix doesn't seem
10490 to bother other ll platforms.
10492 ! Configure config_h.SH hints/aix.sh
10493 Branch: metaconfig/U/perl
10495 ____________________________________________________________________________
10496 [ 3890] By: jhi on 1999/08/02 14:21:55
10497 Log: Exact path to perl for open -|.
10500 ____________________________________________________________________________
10501 [ 3889] By: jhi on 1999/08/02 14:18:03
10502 Log: Integrate with Sarathy.
10504 !> Changes patchlevel.h pod/perlhist.pod pp_ctl.c util.c
10505 !> win32/Makefile win32/config_H.bc win32/config_H.gc
10506 !> win32/config_H.vc win32/makefile.mk win32/win32.c
10507 ____________________________________________________________________________
10508 [ 3888] By: jhi on 1999/08/02 14:14:29
10509 Log: AIX -Duse64bits: old AIXen do not have the getconf variables.
10512 ____________________________________________________________________________
10513 [ 3887] By: jhi on 1999/08/02 12:53:10
10514 Log: Fix some of the {IV_IS_QUAD,UV_IS_QUAD} cases so that
10515 emacs code indentation doesn't get wrong ideas--
10516 in other words, introduce a couple of "redundant" if:s.
10518 ! doio.c dump.c op.c pp_hot.c pp_sys.c regcomp.c sv.c toke.c
10520 ____________________________________________________________________________
10521 [ 3886] By: jhi on 1999/08/02 12:43:16
10522 Log: Mention that also *BSD systems with glibc are known to stumble.
10524 ! t/pragma/warn/pp_hot
10525 ____________________________________________________________________________
10526 [ 3885] By: jhi on 1999/08/02 12:34:15
10527 Log: Allow also non-long long but still quad platforms print quads.
10529 ! Configure config_h.SH
10530 Branch: metaconfig/U/perl
10531 ! longdblfio.U quadfio.U
10532 ____________________________________________________________________________
10533 [ 3884] By: jhi on 1999/08/02 11:56:14
10534 Log: Fix regclass utf8 hex ranges for quads.
10537 ____________________________________________________________________________
10538 [ 3883] By: jhi on 1999/08/02 11:42:14
10539 Log: Enhance the description of how to detect quad support.
10542 ____________________________________________________________________________
10543 [ 3882] By: jhi on 1999/08/02 11:22:19
10544 Log: Fix printf %D %U %O for quads.
10546 ! sv.c t/op/64bit.t
10547 ____________________________________________________________________________
10548 [ 3881] By: jhi on 1999/08/02 11:16:12
10549 Log: Document quad printing.
10552 ____________________________________________________________________________
10553 [ 3880] By: jhi on 1999/08/02 10:32:01
10554 Log: More 64-bit fixing. One known bug of that kind
10555 remains, 32-bit platforms using long long in
10556 the test t/pragma/utf8 subtests 1-3 fail.
10557 (Update: change #3884 fixed that one.)
10560 ! Configure MANIFEST config_h.SH regcomp.c sv.c t/pragma/utf8.t
10566 ____________________________________________________________________________
10567 [ 3879] By: gsar on 1999/08/02 08:18:58
10568 Log: integrate cfgperl changes into mainline
10570 !> Configure config_h.SH sv.c
10571 ____________________________________________________________________________
10572 [ 3878] By: gsar on 1999/08/02 08:13:16
10573 Log: change#3692 had an unintentional patch leak through!
10574 (this would explain the mysterious C<next LABEL> failures
10578 ____________________________________________________________________________
10579 [ 3877] By: gsar on 1999/08/02 08:00:29
10580 Log: up patchlevel to 59
10582 ! Changes patchlevel.h pod/perlhist.pod win32/Makefile
10583 ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
10584 ! win32/makefile.mk
10585 ____________________________________________________________________________
10586 [ 3876] By: gsar on 1999/08/02 07:51:18
10587 Log: fix coredump under usethreads+debug
10590 ____________________________________________________________________________
10591 [ 3875] By: jhi on 1999/08/02 07:50:51
10592 Log: d_bincompat5005 could be left empty.
10594 ! Configure config_h.SH
10595 Branch: metaconfig/U/perl
10597 ____________________________________________________________________________
10598 [ 3874] By: jhi on 1999/08/02 07:42:45
10599 Log: Fix printf %d when IV is quad.
10602 ____________________________________________________________________________
10603 [ 3873] By: gsar on 1999/08/02 07:41:03
10604 Log: fix d_bincompat5005='' junking config.h
10607 ____________________________________________________________________________
10608 [ 3872] By: gsar on 1999/08/02 07:38:48
10609 Log: C needs parameter list, not merely type
10612 ____________________________________________________________________________
10613 [ 3871] By: jhi on 1999/08/02 07:20:51
10614 Log: Integrate with Sarathy.
10616 !> Changes ext/B/B/C.pm ext/B/B/CC.pm regexec.c
10617 ____________________________________________________________________________
10618 [ 3870] By: gsar on 1999/08/02 07:12:18
10619 Log: integrate cfgperl changes into mainline
10622 !> Configure Makefile.SH Porting/Glossary Porting/config.sh
10623 !> Porting/config_H config_h.SH doio.c dump.c mg.c op.c perl.h
10624 !> pp_ctl.c pp_hot.c pp_sys.c scope.c sv.c t/pragma/warn/sv
10626 ____________________________________________________________________________
10627 [ 3869] By: gsar on 1999/08/02 06:59:09
10628 Log: From: "Vishal Bhatia" <vishalb@my-deja.com>
10629 Date: Sat, 31 Jul 1999 19:08:33 -0700
10630 Message-ID: <LAONLKLELDJAFAAA@my-deja.com>
10631 Subject: [PATCH 5.005_58] "use constant" in the compiler
10633 ! ext/B/B/C.pm ext/B/B/CC.pm
10634 ____________________________________________________________________________
10635 [ 3868] By: gsar on 1999/08/02 06:55:51
10636 Log: debug build tweak
10639 ____________________________________________________________________________
10640 [ 3867] By: gsar on 1999/08/02 06:35:18
10641 Log: create vmsperl branch (to be owned and operated by: cbailey)
10643 +> (branch 1476 files)
10644 ____________________________________________________________________________
10645 [ 3866] By: jhi on 1999/08/01 23:34:40
10646 Log: so_locations once is enough.
10649 ____________________________________________________________________________
10650 [ 3865] By: jhi on 1999/08/01 23:13:05
10651 Log: Simplicate duplicated code.
10654 ____________________________________________________________________________
10655 [ 3864] By: jhi on 1999/08/01 22:41:41
10656 Log: Integrate with Sarathy. perl.h and util.c required manual resolving.
10658 +> README.cygwin cygwin/Makefile.SHs cygwin/ld2.in
10659 +> cygwin/perlld.in ext/DynaLoader/dl_cygwin.xs hints/cygwin.sh
10660 - README.cygwin32 cygwin32/Makefile.SHs
10661 - cygwin32/build-instructions.READFIRST
10662 - cygwin32/build-instructions.charles-wilson
10663 - cygwin32/build-instructions.sebastien-barre
10664 - cygwin32/build-instructions.steven-morlock
10665 - cygwin32/build-instructions.steven-morlock2 cygwin32/ld2.in
10666 - cygwin32/perlld.in ext/DynaLoader/dl_cygwin32.xs
10667 - hints/cygwin32.sh
10668 !> (integrate 61 files)
10669 ____________________________________________________________________________
10670 [ 3863] By: jhi on 1999/08/01 22:36:02
10671 Log: Regen Configure and Glossary once again.
10673 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
10675 ____________________________________________________________________________
10676 [ 3862] By: jhi on 1999/08/01 22:26:09
10677 Log: Glossary update for #3861.
10679 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
10681 ____________________________________________________________________________
10682 [ 3861] By: jhi on 1999/08/01 22:22:51
10683 Log: 64-bit work. Now 32-bit platforms get a 100% make test
10684 with -Duse64bits (using long long).
10685 Tested in Solaris 2.6 sparc RH Linux 6.0 x86
10686 (and Digital IX 4.0D, to get a true 64-bit opinion). Now e.g.
10687 'print unpack "q", pack "q", 12345678901'
10688 should work on such 32-bit platforms.
10689 Still a lot of printf()s behind -D which wrongly assume
10690 that %ld/%lx and (long) are a good combination.
10691 Introducing a slew of new macros intended to be used in printf()
10692 format strings: e. g. PERL_PRId64 is the string to be used
10693 when printing an IV, printf("%" PERL_PRId64 "\n", iv).
10694 The PRI... naming follows the C9X naming of <inttypes.h> macros.
10696 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
10697 ! config_h.SH doio.c dump.c mg.c op.c perl.h pp_ctl.c pp_hot.c
10698 ! pp_sys.c scope.c sv.c t/pragma/warn/sv toke.c util.c
10699 Branch: metaconfig/U/perl
10700 + atolf.U atoll.U longdblfio.U quadfio.U strtoull.U
10701 ____________________________________________________________________________
10702 [ 3860] By: gsar on 1999/08/01 21:23:18
10703 Log: integrate cfgperl contents into mainline
10706 !> (integrate 29 files)
10707 ____________________________________________________________________________
10708 [ 3859] By: gsar on 1999/08/01 21:13:09
10709 Log: From: Nathan Torkington <gnat@frii.com>
10710 Date: Sun, 1 Aug 1999 11:23:35 -0600 (MDT)
10711 Message-ID: <14244.33431.739419.806927@localhost.frii.com>
10712 Subject: [PATCH 5.005_58] ext/B/B/Disassembler.pm patch
10714 ! ext/B/B/Disassembler.pm
10715 ____________________________________________________________________________
10716 [ 3858] By: gsar on 1999/08/01 21:09:15
10717 Log: DB_File 1.68 update from Paul Marquess
10719 ! ext/DB_File/Changes ext/DB_File/DB_File.pm
10720 ! ext/DB_File/DB_File.xs t/lib/db-btree.t t/lib/db-hash.t
10722 ____________________________________________________________________________
10723 [ 3857] By: gsar on 1999/08/01 21:05:54
10724 Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
10725 Date: Sat, 31 Jul 1999 05:13:38 -0400
10726 Message-Id: <199907311407.IAA25038@localhost.frii.com>
10727 Subject: [PATCH 5.005_58] More optimizations to REx engine
10729 ! embed.pl embedvar.h ext/Thread/Thread.xs objXSUB.h perl.c
10730 ! perl.h proto.h regcomp.c regexec.c t/op/re_tests thrdvar.h
10731 ____________________________________________________________________________
10732 [ 3856] By: gsar on 1999/08/01 20:59:59
10733 Log: slightly modified version of suggested patch
10734 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
10735 Date: Sat, 31 Jul 1999 04:45:12 -0400
10736 Message-Id: <199907311406.IAA25034@localhost.frii.com>
10737 Subject: [PATCH 5.005_58] Fix OS/2 build
10739 ! Makefile.SH lib/ExtUtils/MM_OS2.pm lib/ExtUtils/Mksymlists.pm
10740 ! makedef.pl os2/Makefile.SHs os2/diff.configure perl.h sv.h
10741 ____________________________________________________________________________
10742 [ 3855] By: gsar on 1999/08/01 20:49:06
10744 From: "Fifer, Eric" <EFifer@sanwaint.com>
10745 Date: Fri, 30 Jul 1999 18:31:48 +0100
10746 Message-Id: <71E287AB0D94D111BBD600600849EC8185EE06@POST>
10747 Subject: [ID 19990730.003] PATCH] perl5.005_58 cygwin port
10749 ! doio.c dosish.h lib/File/Spec/Unix.pm mg.c perl.h perlsdio.h
10750 ! pp_sys.c unixish.h util.c
10751 ____________________________________________________________________________
10752 [ 3854] By: gsar on 1999/08/01 20:41:53
10753 Log: fixes from Stephen McCamant that address bugs in change#3612
10754 (the optimization shouldn't be enabled in expressions where
10755 the variable is introduced), and fix Deparse to grok the
10757 Date: Thu, 29 Jul 1999 21:21:49 -0500 (CDT)
10758 Message-ID: <14241.3133.979257.953396@alias-2.pr.mcs.net>
10759 Subject: [PATCH _58] Set OPpTARGET_MY more consistently
10761 Date: Thu, 29 Jul 1999 22:31:16 -0500 (CDT)
10762 Message-ID: <14241.7300.181386.763503@alias-2.pr.mcs.net>
10763 Subject: [PATCH _58] Disable TARGET_MY-ization on variable introduction
10765 Date: Fri, 30 Jul 1999 22:25:27 -0500 (CDT)
10766 Message-Id: <199907310326.VAA24376@localhost.frii.com>
10767 Subject: [PATCH _58, long] B::Deparse (was Re: New warning 'Useless use of...')
10769 ! ext/B/B/Deparse.pm op.c
10770 ____________________________________________________________________________
10771 [ 3853] By: gsar on 1999/08/01 20:31:32
10772 Log: From: Stephen McCamant <smccam@uclink4.berkeley.edu>
10773 Date: Thu, 29 Jul 1999 14:08:50 -0500 (CDT)
10774 Message-ID: <14240.42690.292893.605292@alias-2.pr.mcs.net>
10775 Subject: [PATCH _58] Two one-liner LOGOP tweaks
10777 ! op.c opcode.h opcode.pl
10778 ____________________________________________________________________________
10779 [ 3852] By: gsar on 1999/08/01 20:29:17
10780 Log: rename cygwin32 to cygwin (from Eric Fifer <EFifer@sanwaint.com>)
10782 ! AUTHORS EXTERN.h INSTALL MAINTAIN Makefile.SH Porting/patchls
10783 ! README.cygwin README.win32 XSUB.h cygwin/Makefile.SHs
10784 ! ext/DynaLoader/dl_cygwin.xs ext/POSIX/POSIX.xs
10785 ! ext/SDBM_File/sdbm/pair.c hints/cygwin.sh
10786 ! lib/ExtUtils/MM_Cygwin.pm makedepend.SH perl.h pod/perl.pod
10787 ! pod/perlport.pod pp_sys.c util.c
10788 ____________________________________________________________________________
10789 [ 3851] By: gsar on 1999/08/01 20:20:05
10790 Log: move files around for s/cygwin32/cygwin/ renaming
10792 +> README.cygwin cygwin/Makefile.SHs cygwin/ld2.in
10793 +> cygwin/perlld.in ext/DynaLoader/dl_cygwin.xs hints/cygwin.sh
10794 - README.cygwin32 cygwin32/Makefile.SHs
10795 - cygwin32/build-instructions.READFIRST
10796 - cygwin32/build-instructions.charles-wilson
10797 - cygwin32/build-instructions.sebastien-barre
10798 - cygwin32/build-instructions.steven-morlock
10799 - cygwin32/build-instructions.steven-morlock2 cygwin32/ld2.in
10800 - cygwin32/perlld.in ext/DynaLoader/dl_cygwin32.xs
10801 - hints/cygwin32.sh
10803 ____________________________________________________________________________
10804 [ 3850] By: gsar on 1999/08/01 20:05:14
10805 Log: posix-bc hints tweak (via private mail from Thomas Dorner
10806 <Thomas.Dorner@start.de>)
10808 ! Changes hints/posix-bc.sh
10809 ____________________________________________________________________________
10810 [ 3849] By: gsar on 1999/08/01 19:50:20
10811 Log: notes on PERL_IMPLICIT_CONTEXT (from a version by Nathan Torkington
10814 ! perl.h pod/perldelta.pod pod/perlguts.pod
10815 ____________________________________________________________________________
10816 [ 3848] By: gsar on 1999/08/01 18:34:41
10817 Log: fix defined(@foo) encarpments
10819 ! ext/B/B/C.pm lib/CGI.pm lib/Dumpvalue.pm lib/dumpvar.pl
10821 ____________________________________________________________________________
10822 [ 3847] By: jhi on 1999/08/01 17:17:07
10823 Log: Undo #3790 and the patches that attempted to fix it
10824 (#3837, #3838, #3845). The #3790 caused linkage failures
10825 and/or core dumps in Solaris 2.6, Digital UNIX 4.0D, and
10828 - ext/SDBM_File/hints/dec_osf.pl ext/SDBM_File/hints/solaris.pl
10829 ! MANIFEST ext/SDBM_File/Makefile.PL lib/ExtUtils/MM_Unix.pm
10830 ! lib/ExtUtils/MakeMaker.pm os2/OS2/REXX/Makefile.PL perl.h
10831 ____________________________________________________________________________
10832 [ 3846] By: jhi on 1999/08/01 11:41:52
10833 Log: Reading 64-bit decimal numbers was broken because
10834 the NV was cast to an I32, not an IV.
10837 ____________________________________________________________________________
10838 [ 3845] By: jhi on 1999/08/01 11:00:24
10839 Log: Solaris doesn't like PERL_MALLOC_OK in SDBM_File.
10841 + ext/SDBM_File/hints/solaris.pl
10842 ____________________________________________________________________________
10843 [ 3844] By: jhi on 1999/08/01 10:55:44
10844 Log: Enable Solaris largefiles support only if -Duse64bits is used.
10845 (Effectively removes #3311).
10847 ! hints/solaris_2.sh
10848 ____________________________________________________________________________
10849 [ 3843] By: jhi on 1999/07/31 22:44:56
10850 Log: Integer overflow iteration.
10852 ! t/op/oct.t toke.c util.c
10853 ____________________________________________________________________________
10854 [ 3842] By: jhi on 1999/07/31 22:11:03
10855 Log: Remove a lot of unused regnode codes.
10858 ! regcomp.c regcomp.sym regexec.c regnodes.h
10859 ____________________________________________________________________________
10860 [ 3841] By: jhi on 1999/07/31 21:53:54
10861 Log: Make the use64bits and usethreads friendlier/braver;
10862 they no more wimp out if the platform is unknown.
10863 On use64bits if gcc used -DUSE_LONG_LONG is added
10864 to the ccflags (this dependency on gcc caused a slightly weird
10865 reordering of Configure, but things still seem to work.)
10867 ! Configure README.threads config_h.SH
10869 ! U/threads/usethreads.U
10870 Branch: metaconfig/U/perl
10872 ____________________________________________________________________________
10873 [ 3840] By: jhi on 1999/07/31 20:26:22
10874 Log: Hack the "integer overflow" code some more.
10876 ! perl.h toke.c util.c
10877 ____________________________________________________________________________
10878 [ 3839] By: jhi on 1999/07/31 20:22:00
10879 Log: Test oct() at the 2^32-1 limit.
10882 ____________________________________________________________________________
10883 [ 3838] By: jhi on 1999/07/31 20:08:43
10884 Log: Update MANIFEST for #3837.
10887 ____________________________________________________________________________
10888 [ 3837] By: jhi on 1999/07/31 20:02:40
10889 Log: Digital UNIX 4.0D doesn't like perl malloc on sdbm
10890 (a core dump with a corrput stack ensues).
10892 + ext/SDBM_File/hints/dec_osf.pl
10893 ____________________________________________________________________________
10894 [ 3836] By: jhi on 1999/07/29 21:09:01
10895 Log: Allow for Configure -Ubincompat5005 override.
10897 ! Configure config_h.SH
10898 Branch: metaconfig/U/perl
10900 ____________________________________________________________________________
10901 [ 3835] By: jhi on 1999/07/29 21:04:02
10902 Log: Make Configure support PERL_BINCOMPAT_5005.
10904 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
10906 Branch: metaconfig/U/perl
10908 ____________________________________________________________________________
10909 [ 3834] By: jhi on 1999/07/29 19:25:35
10910 Log: AIX tweak, need reported by David R. Fravor <dfavor@austin.ibm.com>
10913 ____________________________________________________________________________
10914 [ 3833] By: jhi on 1999/07/29 14:07:09
10915 Log: Integrate with Sarathy. I overruled on perldelta
10918 !> README.win32 emacs/cperl-mode.el globals.c installperl
10919 !> iperlsys.h makedef.pl perl.h pod/perldelta.pod
10920 !> pod/perldiag.pod pod/perllexwarn.pod toke.c utils/perldoc.PL
10921 !> win32/Makefile win32/bin/pl2bat.pl win32/makefile.mk
10922 !> win32/perllib.c win32/win32.c
10923 ____________________________________________________________________________
10924 [ 3832] By: jhi on 1999/07/29 14:02:50
10925 Log: Repent and make overly large integerish
10926 constants non-fatal. They are now promoted
10927 to NVs, accompanied by an overflow warning that
10930 ! embed.pl global.sym pod/perldelta.pod pod/perldiag.pod pp.c
10931 ! proto.h t/op/oct.t t/pragma/warn/6default t/pragma/warn/util
10933 ____________________________________________________________________________
10934 [ 3831] By: jhi on 1999/07/29 11:40:04
10935 Log: AIX exhibits different error on failed system().
10936 Slightly modified patch via private email from
10937 David R. Favor <dfavor@austin.ibm.com>
10940 ____________________________________________________________________________
10941 [ 3830] By: gsar on 1999/07/29 07:46:11
10942 Log: cperl-mode.el v4.19
10944 ! emacs/cperl-mode.el
10945 ____________________________________________________________________________
10946 [ 3829] By: gsar on 1999/07/29 07:30:35
10947 Log: From: jan.dubois@ibm.net (Jan Dubois)
10948 Date: Wed, 28 Jul 1999 22:01:42 +0200
10949 Message-ID: <37aa5f9b.12941448@smtp1.ibm.net>
10950 Subject: [PATCH 5.005_58] win32/bin/pl2bat.pl doesn't work correctly
10952 ! win32/bin/pl2bat.pl
10953 ____________________________________________________________________________
10954 [ 3828] By: gsar on 1999/07/29 07:19:27
10955 Log: tweak previous change for multiple hits
10958 ____________________________________________________________________________
10959 [ 3827] By: gsar on 1999/07/29 07:10:00
10960 Log: band-aid for perldoc -t broken-ness (the new Pod::Text
10961 really needs a pod2text() compatibility function)
10964 ____________________________________________________________________________
10965 [ 3826] By: gsar on 1999/07/29 01:33:46
10966 Log: minor tweaks to pods and toke.c comments
10968 ! pod/perldelta.pod pod/perldiag.pod pod/perllexwarn.pod toke.c
10969 ____________________________________________________________________________
10970 [ 3825] By: gsar on 1999/07/29 00:12:52
10971 Log: integrate cfgperl changes into mainline
10973 !> Configure Porting/Glossary Porting/config.sh Porting/config_H
10974 !> README.threads config_h.SH ext/IO/lib/IO/Handle.pm
10975 !> ext/IO/lib/IO/Socket.pm ext/IO/lib/IO/Socket/INET.pm
10976 !> ext/POSIX/POSIX.xs lib/ExtUtils/Install.pm perl.h
10977 !> pod/perldelta.pod pod/perldiag.pod pod/perlfunc.pod
10978 !> pod/perllexwarn.pod pod/perlre.pod pp.c pp_sys.c
10979 !> t/lib/io_unix.t t/op/oct.t t/pragma/warn/6default
10980 !> t/pragma/warn/util toke.c util.c
10981 ____________________________________________________________________________
10982 [ 3824] By: jhi on 1999/07/28 21:15:04
10983 Log: Tiny patch to go over #3820 (via private mail from Lincoln).
10985 ! ext/IO/lib/IO/Handle.pm ext/IO/lib/IO/Socket.pm
10986 ! ext/IO/lib/IO/Socket/INET.pm
10987 ____________________________________________________________________________
10988 [ 3823] By: jhi on 1999/07/28 20:29:17
10989 Log: Continue pack() doc honing.
10992 ____________________________________________________________________________
10993 [ 3822] By: jhi on 1999/07/28 20:17:37
10994 Log: Enhance pack() doc.
10997 ____________________________________________________________________________
10998 [ 3821] By: jhi on 1999/07/28 18:34:50
10999 Log: UNIX Domain Sockets are not implemented under QNX.
11001 From: Norton Allen <allen@huarp.harvard.edu>
11002 To: perl5-porters@perl.org
11003 Subject: [ID 19990728.010] Patch:t/lib/io_unix.t _58 QNX
11004 Date: Wed, 28 Jul 1999 14:07:16 -0400 (edt)
11005 Message-Id: <199907281807.OAA13167@bottesini.harvard.edu>
11008 ____________________________________________________________________________
11009 [ 3820] By: jhi on 1999/07/28 18:13:37
11010 Log: IO::* enhancements.
11012 1) write() and syswrite() will now accept a single-argument
11013 form of the call, for consistency with Perl's syswrite().
11014 2) You can create a TCP-based IO::Socket::INET without forcing
11015 a connect attempt. This allows you to configure its options
11016 (like making it non-blocking) and then call connect() manually.
11017 3) Fixed a bug that prevented the IO::Socket::protocol() accessor
11018 from ever returning the correct value.
11020 From: Lincoln Stein <lstein@formaggio.cshl.org>
11021 To: Graham Barr <gbarr@pobox.com>
11022 Cc: Lincoln Stein <lstein@cshl.org>, perl5-porters@perl.org
11023 Subject: Re: patch for IO::*
11024 Date: Wed, 28 Jul 1999 13:55:05 -0400 (EDT)
11025 Message-ID: <14239.17401.330408.145295@formaggio.cshl.org>
11027 ! ext/IO/lib/IO/Handle.pm ext/IO/lib/IO/Socket.pm
11028 ! ext/IO/lib/IO/Socket/INET.pm
11029 ____________________________________________________________________________
11030 [ 3819] By: gsar on 1999/07/28 18:08:06
11031 Log: misc PERL_OBJECT tweaks; perlcore.dll is now perl56.dll
11033 ! README.win32 globals.c installperl iperlsys.h makedef.pl
11034 ! perl.h win32/Makefile win32/makefile.mk win32/perllib.c
11036 ____________________________________________________________________________
11037 [ 3818] By: jhi on 1999/07/28 17:48:16
11038 Log: Need to add QNX to the list for DONT_DECLARE_STD.
11039 (The elimination of use of the _() macro apparently triggered
11040 an incompatability with a #define of atof)
11042 From: Norton Allen <allen@huarp.harvard.edu>
11043 To: perl5-porters@perl.org
11044 Subject: [ID 19990728.008] Patch:perl.h _58 QNX
11045 Date: Wed, 28 Jul 1999 13:06:23 -0400 (edt)
11046 Message-Id: <199907281706.NAA07617@bottesini.harvard.edu>
11049 ____________________________________________________________________________
11050 [ 3817] By: jhi on 1999/07/28 17:46:30
11051 Log: Need to add some more conditions to deal with the case
11052 defined(HAS_GETSPNAM) && ! defined(HAS_GETSPENT)
11053 which is true for QNX4.
11054 From: Norton Allen <allen@huarp.harvard.edu>
11055 To: perl5-porters@perl.org
11056 Subject: [ID 19990728.009] Patch:pp_sys.c _58 QNX
11057 Date: Wed, 28 Jul 1999 13:08:42 -0400 (edt)
11058 Message-Id: <199907281708.NAA07947@bottesini.harvard.edu>
11061 ____________________________________________________________________________
11062 [ 3816] By: jhi on 1999/07/28 17:43:40
11063 Log: The QNX shell needs a couple more semicolons.
11065 From: Norton Allen <allen@huarp.harvard.edu>
11066 To: perl5-porters@perl.org
11067 Subject: [ID 19990728.007] Patch:Configure _58 QNX
11068 Date: Wed, 28 Jul 1999 13:03:00 -0400 (edt)
11069 Message-Id: <199907281703.NAA07363@bottesini.harvard.edu>
11071 plus silence metalint moanings on vendorprefix.
11073 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
11075 ____________________________________________________________________________
11076 [ 3815] By: jhi on 1999/07/28 17:31:11
11077 Log: Silence metalint on vendorprefix.U.
11079 ! U/installdirs/vendorprefix.U
11080 ____________________________________________________________________________
11081 [ 3814] By: jhi on 1999/07/28 17:13:29
11082 Log: QNX shell needs more semicolons.
11083 Branch: metaconfig/U/perl
11085 ____________________________________________________________________________
11086 [ 3813] By: jhi on 1999/07/28 17:05:08
11087 Log: Integrate with Sarathy.
11089 !> lib/ExtUtils/MM_Unix.pm
11090 ____________________________________________________________________________
11091 [ 3812] By: jhi on 1999/07/28 16:20:17
11092 Log: Fix a typo, un-shout, and reformat the installation output.
11094 ! lib/ExtUtils/Install.pm
11095 ____________________________________________________________________________
11096 [ 3811] By: gsar on 1999/07/28 15:41:11
11097 Log: fix typo that caused INSTALLPRIVLIB to have doubled 'perl5'
11099 ! lib/ExtUtils/MM_Unix.pm
11100 ____________________________________________________________________________
11101 [ 3810] By: jhi on 1999/07/28 13:55:57
11102 Log: Talk more about subsecond things in perlfunc.
11103 (Yes, redundant with perlfaq8.)
11106 ____________________________________________________________________________
11107 [ 3809] By: jhi on 1999/07/28 07:23:48
11108 Log: Integrate with Sarathy.
11110 !> configpm hints/freebsd.sh lib/Pod/Html.pm perl.h t/op/grent.t
11112 ____________________________________________________________________________
11113 [ 3808] By: jhi on 1999/07/28 07:23:03
11114 Log: Document toke.c.
11115 From: Nathan Torkington <gnat@frii.com>
11116 To: perl5-porters@perl.org
11117 Subject: Re: toke.c patch, work in progress
11118 Date: Tue, 27 Jul 1999 23:02:09 -0600 (MDT)
11119 Message-ID: <14238.36561.979473.667842@localhost.frii.com>
11122 ____________________________________________________________________________
11123 [ 3807] By: jhi on 1999/07/28 07:10:56
11124 Log: perlre clarification.
11126 From: Ian Phillipps <ian@dial.pipex.com>
11127 To: Perl 5 Porters <perl5-porters@perl.org>
11128 Subject: [PATCH 5.00557] Add definite article to perlre.pod
11129 Date: Tue, 27 Jul 1999 10:46:29 +0100
11130 Message-ID: <19990727104629.A10074@homer.diplex.co.uk>
11133 ____________________________________________________________________________
11134 [ 3806] By: gsar on 1999/07/28 07:07:46
11135 Log: fix the perl -V breakage
11137 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
11138 To: Jarkko Hietaniemi <jhi@iki.fi>
11139 Cc: "John L. Allen" <allen@grumman.com>, perl5-porters@perl.org,
11140 gsar@activestate.com
11141 Subject: Re: Follow up to: _58 on AIX 431
11142 Date: Tue, 27 Jul 1999 17:42:00 -0400
11143 Message-ID: <19990727174200.A12775@monk.mps.ohio-state.edu>
11146 ____________________________________________________________________________
11147 [ 3805] By: gsar on 1999/07/28 07:03:34
11148 Log: avoid warning (from Doug MacEachern)
11151 ____________________________________________________________________________
11152 [ 3804] By: gsar on 1999/07/28 06:59:30
11153 Log: Pod::Html tweak
11155 From: jan.dubois@ibm.net (Jan Dubois)
11156 To: perl5-porters@perl.org
11157 Subject: [PATCH 5.005_58] pod2html: Missing chunk for VMS filenames
11158 Date: Tue, 27 Jul 1999 22:14:12 +0200
11159 Message-ID: <37a50af0.46171380@smtp1.ibm.net>
11162 ____________________________________________________________________________
11163 [ 3803] By: gsar on 1999/07/28 06:56:38
11164 Log: freebsd hints update
11166 From: Anton Berezin <tobez@plab.ku.dk>
11167 To: perl5-porters@perl.org
11168 Subject: [ID 19990727.034] Not OK: perl 5.00558 on i386-freebsd-thread4.0-current (UNINSTALLED)
11169 Date: Tue, 27 Jul 1999 20:29:39 +0200 (CEST)
11170 Message-Id: <199907271829.UAA62861@lion.plab.ku.dk>
11173 ____________________________________________________________________________
11174 [ 3802] By: gsar on 1999/07/28 06:51:32
11175 Log: cosmetic testsuite patch
11177 From: Graham Barr <gbarr@ti.com>
11178 To: Perl5 Porters <perl5-porters@perl.org>
11179 Subject: 5.005_58 build
11180 Date: Tue, 27 Jul 1999 08:09:25 -0500
11181 Message-ID: <19990727080925.F4683@dal.asp.ti.com>
11183 ! t/op/grent.t t/op/pwent.t
11184 ____________________________________________________________________________
11185 [ 3801] By: jhi on 1999/07/27 13:49:39
11186 Log: Minuscule cleanup of the integer overflow patch.
11189 ____________________________________________________________________________
11190 [ 3800] By: jhi on 1999/07/27 13:37:23
11191 Log: Test hex('x...').
11194 ____________________________________________________________________________
11195 [ 3799] By: jhi on 1999/07/27 12:45:45
11196 Log: Integrate with Sarathy (5.005_58).
11199 !> Changes MANIFEST Porting/makerel configpm embed.h embed.pl
11200 !> ext/Devel/DProf/DProf.xs ext/POSIX/POSIX.pm
11201 !> ext/SDBM_File/Makefile.PL lib/AutoLoader.pm
11202 !> lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MakeMaker.pm
11203 !> lib/Pod/Parser.pm lib/SelfLoader.pm os2/OS2/REXX/Makefile.PL
11204 !> perl.h pod/perldelta.pod pod/perlfaq9.pod pod/perlhist.pod
11205 !> win32/bin/pl2bat.pl win32/config_H.bc win32/config_H.gc
11206 !> win32/config_H.vc
11207 ____________________________________________________________________________
11208 [ 3798] By: jhi on 1999/07/27 12:42:43
11209 Log: Integer constants (0x, 0[0-7], 0b) now overflow fatally,
11210 they used to be just optional lexical warnings.
11211 Also, with warnings turned on, constants > 2**32-1
11212 trigger a non-portability warning.
11214 ! pod/perldelta.pod pod/perldiag.pod pod/perllexwarn.pod pp.c
11215 ! t/op/oct.t t/pragma/warn/6default t/pragma/warn/util toke.c
11217 ____________________________________________________________________________
11218 [ 3797] By: gsar on 1999/07/27 10:48:27
11219 Log: here lies 5.005_58
11222 ! Changes MANIFEST Porting/makerel pod/perldelta.pod
11223 ! pod/perlfaq9.pod pod/perlhist.pod
11229 ____________________________________________________________________________
11230 [ 3796] By: gsar on 1999/07/27 09:23:42
11231 Log: regenerate win32/config_H.?c
11233 ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
11234 ____________________________________________________________________________
11235 [ 3795] By: gsar on 1999/07/27 09:02:31
11236 Log: From: Tye McQueen <tye@metronet.com>
11237 Date: Mon, 26 Jul 1999 19:19:22 -0500 (CDT)
11238 Message-Id: <199907270019.AA08223@metronet.com>
11239 Subject: Patch pl2bat.pl so batch file can fail
11241 ! win32/bin/pl2bat.pl
11242 ____________________________________________________________________________
11243 [ 3794] By: gsar on 1999/07/27 08:59:58
11244 Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
11245 Date: Mon, 26 Jul 1999 01:09:00 -0400 (EDT)
11246 Message-Id: <199907260509.BAA26303@monk.mps.ohio-state.edu>
11247 Subject: [PATCH 5.005_57] decrease memory footprint of standard modules
11249 ! configpm ext/POSIX/POSIX.pm lib/AutoLoader.pm
11250 ! lib/SelfLoader.pm
11251 ____________________________________________________________________________
11252 [ 3793] By: gsar on 1999/07/27 08:19:16
11253 Log: support -DPERL_BINCOMPAT_5005, still needs a Configure test
11254 (from Andy Dougherty)
11257 ____________________________________________________________________________
11258 [ 3792] By: gsar on 1999/07/27 08:04:19
11259 Log: recognize more constructs such as C<$-> in pod (from Russ Allbery
11262 ! lib/Pod/Parser.pm
11263 ____________________________________________________________________________
11264 [ 3791] By: gsar on 1999/07/27 07:50:54
11265 Log: cover case where CLK_TCK is a float, not integer (from
11266 alexander smishlajev <als@turnhere.com>)
11268 ! ext/Devel/DProf/DProf.xs
11269 ____________________________________________________________________________
11270 [ 3790] By: gsar on 1999/07/27 07:45:08
11271 Log: provide MakeMaker attribute PERL_MALLOC_OK that allows extensions
11272 to call Perl_malloc() as malloc() (from Ilya Zakharevich)
11274 ! ext/SDBM_File/Makefile.PL lib/ExtUtils/MM_Unix.pm
11275 ! lib/ExtUtils/MakeMaker.pm os2/OS2/REXX/Makefile.PL perl.h
11276 ____________________________________________________________________________
11277 [ 3789] By: jhi on 1999/07/27 07:44:55
11278 Log: Integrate with Sarathy.
11280 +> lib/Pod/Text/Color.pm lib/Pod/Text/Termcap.pm
11281 !> MANIFEST doio.c embed.h embed.pl ext/B/B/CC.pm
11282 !> ext/SDBM_File/sdbm/sdbm.h global.sym lib/Pod/Html.pm
11283 !> lib/Pod/Text.pm objXSUB.h opcode.h opcode.pl perlapi.c
11284 !> pod/perldiag.pod pod/perlfunc.pod pod/pod2text.PL pp_sys.c
11285 !> proto.h t/comp/proto.t t/io/open.t
11286 ____________________________________________________________________________
11287 [ 3788] By: gsar on 1999/07/27 07:29:59
11288 Log: replace Pod::Text with Pod::SimpleText v0.01 (thanks
11289 to Russ Allbery <rra@stanford.edu>); s/Simple// and
11290 s/pod2txt/pod2text/ etc.
11292 + lib/Pod/Text/Color.pm lib/Pod/Text/Termcap.pm
11293 ! MANIFEST lib/Pod/Text.pm pod/pod2text.PL
11294 ____________________________________________________________________________
11295 [ 3787] By: gsar on 1999/07/27 06:48:40
11296 Log: From: Andy Dougherty <doughera@lafayette.edu>
11297 Date: Wed, 16 Jun 1999 14:40:09 -0400 (EDT)
11298 Message-Id: <Pine.GSU.4.05.9906161435390.248-100000@newton.phys>
11299 Subject: Re: [ID 19990608.003] my_bcopy problem; Unixware 2.0.3
11301 ! ext/SDBM_File/sdbm/sdbm.h
11302 ____________________________________________________________________________
11303 [ 3786] By: gsar on 1999/07/27 06:30:09
11304 Log: applied suggested patch; added missing prototype changes to
11305 opcode.pl along with documentation typos (feature still needs
11306 to be described in perlopentut.pod and summarized in
11308 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
11309 Date: Thu, 17 Jun 1999 00:39:34 -0400 (EDT)
11310 Message-Id: <199906170439.AAA18154@monk.mps.ohio-state.edu>
11311 Subject: [PATCH 5.00557] 3-arg open
11313 ! doio.c embed.h embed.pl global.sym objXSUB.h opcode.h
11314 ! opcode.pl perlapi.c pod/perldiag.pod pod/perlfunc.pod pp_sys.c
11315 ! proto.h t/comp/proto.t t/io/open.t
11316 ____________________________________________________________________________
11317 [ 3785] By: gsar on 1999/07/27 04:36:39
11318 Log: don't quit if =head* wasn't found (suggested by Roland Bauer
11319 <roland.bauer@fff.at>)
11322 ____________________________________________________________________________
11323 [ 3784] By: gsar on 1999/07/27 03:56:17
11324 Log: change#3762 wasn't needed
11327 ____________________________________________________________________________
11328 [ 3783] By: jhi on 1999/07/26 19:08:21
11329 Log: Integrate with Sarathy.
11331 !> Changes makedef.pl patchlevel.h pod/perlfunc.pod pp_ctl.c
11332 !> toke.c utils/dprofpp.PL win32/Makefile win32/config_H.bc
11333 !> win32/config_H.gc win32/config_H.vc win32/makefile.mk
11334 ____________________________________________________________________________
11335 [ 3782] By: gsar on 1999/07/26 18:16:50
11336 Log: update Changes, patchlevel &c.
11338 ! Changes patchlevel.h win32/Makefile win32/config_H.bc
11339 ! win32/config_H.gc win32/config_H.vc win32/makefile.mk
11340 ____________________________________________________________________________
11341 [ 3781] By: gsar on 1999/07/26 17:54:47
11342 Log: a more correct fix for change#2744
11343 From: Stephen McCamant <smccam@uclink4.berkeley.edu>
11344 Date: Sun, 25 Jul 1999 14:02:25 -0500 (CDT)
11345 Message-ID: <14235.24385.671437.246345@alias-2.pr.mcs.net>
11346 Subject: [PATCH _57] Re: toke.c questions
11349 ____________________________________________________________________________
11350 [ 3780] By: gsar on 1999/07/26 17:37:04
11351 Log: utime() doc typo from Greg Bacon <gbacon@itsc.uah.edu>
11354 ____________________________________________________________________________
11355 [ 3779] By: jhi on 1999/07/26 16:37:23
11359 ____________________________________________________________________________
11360 [ 3778] By: gsar on 1999/07/26 13:28:46
11364 ____________________________________________________________________________
11365 [ 3777] By: gsar on 1999/07/26 13:18:53
11366 Log: warnings identified by Borland compiler
11368 ! makedef.pl pp_ctl.c
11369 ____________________________________________________________________________
11370 [ 3776] By: jhi on 1999/07/26 13:07:36
11371 Log: Integrate with Sarathy.
11373 !> lib/Carp/Heavy.pm pp_ctl.c pp_hot.c
11374 ____________________________________________________________________________
11375 [ 3775] By: gsar on 1999/07/26 12:55:43
11376 Log: avoid infinite recursion when Thread.pm croaks during
11379 ! lib/Carp/Heavy.pm
11380 ____________________________________________________________________________
11381 [ 3774] By: gsar on 1999/07/26 12:43:02
11382 Log: integrate cfgperl contents into mainline
11384 +> lib/Carp/Heavy.pm
11385 !> MANIFEST Makefile.SH cflags.SH configpm ext/util/make_ext
11386 !> lib/AutoSplit.pm lib/Carp.pm makedepend.SH pod/pod2html.PL
11387 !> pod/pod2latex.PL pod/pod2man.PL pod/pod2text.PL
11388 !> pod/pod2usage.PL pod/podchecker.PL pod/podselect.PL
11389 !> writemain.SH x2p/Makefile.SH x2p/cflags.SH
11390 ____________________________________________________________________________
11391 [ 3773] By: jhi on 1999/07/26 12:40:29
11392 Log: Use long doubles only if they are useful.
11394 ! ext/POSIX/POSIX.xs
11395 ____________________________________________________________________________
11396 [ 3772] By: gsar on 1999/07/26 12:33:11
11397 Log: typo in change#3768
11400 ____________________________________________________________________________
11401 [ 3771] By: gsar on 1999/07/26 12:08:27
11402 Log: alpha-stage support for user-hooks in @INC
11403 From: Ken Fox <kfox@ford.com>
11404 Date: Mon, 19 Jul 1999 22:12:29 -0400 (EDT)
11405 Message-Id: <199907200213.WAA02816@mailfw2.ford.com>
11406 Subject: Re: loading remote modules
11409 ____________________________________________________________________________
11410 [ 3770] By: jhi on 1999/07/26 11:38:36
11411 Log: Back out #3735. Needs more work.
11413 ! Makefile.SH cflags.SH configpm ext/util/make_ext
11414 ! lib/AutoSplit.pm makedepend.SH pod/pod2html.PL
11415 ! pod/pod2latex.PL pod/pod2man.PL pod/pod2text.PL
11416 ! pod/pod2usage.PL pod/podchecker.PL pod/podselect.PL
11417 ! writemain.SH x2p/Makefile.SH x2p/cflags.SH
11418 ____________________________________________________________________________
11419 [ 3769] By: jhi on 1999/07/26 11:24:45
11420 Log: Integrate with Sarathy.
11422 !> (integrate 35 files)
11423 ____________________________________________________________________________
11424 [ 3768] By: gsar on 1999/07/26 11:03:07
11425 Log: optimize method name lookup
11426 From: Chip Salzenberg <chip@perlsupport.com>
11427 Date: Thu, 22 Jul 1999 13:43:36 -0400
11428 Message-ID: <19990722134336.Q391@perlsupport.com>
11429 Subject: [PATCH] OP_METHOD_NAMED
11431 ! dump.c embed.h embed.pl ext/Opcode/Opcode.pm objXSUB.h op.c
11432 ! opcode.h opcode.pl perlapi.c pp.sym pp_hot.c pp_proto.h
11434 ____________________________________________________________________________
11435 [ 3767] By: gsar on 1999/07/26 10:44:11
11436 Log: allow arrow omission in $foo[10]->('foo') etc. (but not in
11437 foo()->()); rework grammar to remove conflicts
11438 From: Stephen McCamant <smccam@uclink4.berkeley.edu>
11439 Date: Fri, 23 Jul 1999 15:55:22 -0500 (CDT)
11440 Message-ID: <14232.54970.771570.548676@alias-2.pr.mcs.net>
11441 Subject: [PATCH _57, long] Re: optional arrow asymmetry
11443 ! Makefile.SH embed.h embed.pl global.sym objXSUB.h op.c
11444 ! perlapi.c perly.c perly.h perly.y perly_c.diff proto.h
11445 ! vms/perly_c.vms vms/perly_h.vms
11446 ____________________________________________________________________________
11447 [ 3766] By: jhi on 1999/07/26 10:18:56
11448 Log: Use $< instead of $*.c in *perlmain.o rules.
11451 ____________________________________________________________________________
11452 [ 3765] By: gsar on 1999/07/26 09:28:48
11453 Log: From: Ian Phillipps <ian@dial.pipex.com>
11454 Date: Fri, 23 Jul 1999 23:35:56 +0100
11455 Message-ID: <19990723233556.B2435@homer.diplex.co.uk>
11456 Subject: (Version 2) Extending unpack to deal with counted strings
11458 ! pod/perldiag.pod pod/perlfunc.pod pp.c t/op/pack.t
11459 ____________________________________________________________________________
11460 [ 3764] By: jhi on 1999/07/26 09:17:26
11461 Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
11462 To: perl5-porters@perl.org (Mailing list Perl5)
11463 Subject: [PATCH 5.005_57] Lean Carp.pm with Carp/Heavy.pm
11464 Date: Mon, 26 Jul 1999 04:05:27 -0400 (EDT)
11465 Message-Id: <199907260805.EAA26888@monk.mps.ohio-state.edu>
11467 The patch was based on 5_57 so had to re-apply lib/Carp.pm
11468 parts of changes #3498, #3696, and #3702 for the new
11471 + lib/Carp/Heavy.pm
11472 ! MANIFEST lib/Carp.pm
11473 ____________________________________________________________________________
11474 [ 3763] By: gsar on 1999/07/26 09:03:17
11475 Log: ~ isn't valid in VMS filenames
11478 ____________________________________________________________________________
11479 [ 3762] By: gsar on 1999/07/26 08:59:47
11480 Log: setstate stop-gap from Vishal Bhatia
11483 ____________________________________________________________________________
11484 [ 3761] By: gsar on 1999/07/26 08:06:39
11485 Log: patch for pp_foo -> Perl_pp_foo changes from Vishal Bhatia;
11486 add B::OP::name() method that returns just the op_name;
11487 convert Deparse et all to use that instead of B::OP::ppaddr();
11488 add support for OP_SETSTATE in Deparse
11490 ! ext/B/B.pm ext/B/B.xs ext/B/B/Bblock.pm ext/B/B/Bytecode.pm
11491 ! ext/B/B/C.pm ext/B/B/CC.pm ext/B/B/Deparse.pm ext/B/B/Lint.pm
11492 ! ext/B/B/Xref.pm opcode.h opcode.pl
11493 ____________________________________________________________________________
11494 [ 3760] By: jhi on 1999/07/26 07:14:43
11495 Log: Integrate with Sarathy.
11497 !> (integrate 43 files)
11498 ____________________________________________________________________________
11499 [ 3759] By: gsar on 1999/07/26 05:12:24
11500 Log: add disclaimer about perl 4 libraries (modified version of
11501 patch suggested by Clinton Pierce <cpierce1@ford.com>)
11503 ! lib/abbrev.pl lib/bigfloat.pl lib/bigint.pl lib/bigrat.pl
11504 ! lib/cacheout.pl lib/chat2.pl lib/complete.pl lib/ctime.pl
11505 ! lib/dotsh.pl lib/exceptions.pl lib/fastcwd.pl lib/flush.pl
11506 ! lib/ftp.pl lib/getcwd.pl lib/getopt.pl lib/getopts.pl
11507 ! lib/hostname.pl lib/look.pl lib/pwd.pl lib/termcap.pl
11508 ____________________________________________________________________________
11509 [ 3758] By: gsar on 1999/07/26 04:48:35
11510 Log: make reset() behave with high-bit characters
11511 From: Ian Phillipps <ian@dial.pipex.com>
11512 Date: Thu, 22 Jul 1999 22:48:59 +0100
11513 Message-ID: <19990722224859.A27987@homer.diplex.co.uk>
11514 Subject: [PATCH 5.005_57] sv_reset can cause stack corruption
11517 ____________________________________________________________________________
11518 [ 3757] By: gsar on 1999/07/26 04:40:32
11519 Log: update to perlport-1.44 from Chris Nandor <pudge@pobox.com>
11522 ____________________________________________________________________________
11523 [ 3756] By: gsar on 1999/07/26 04:20:37
11524 Log: dprofpp pod additions from Nathan Torkington <gnat@frii.com>
11527 ____________________________________________________________________________
11528 [ 3755] By: gsar on 1999/07/26 04:18:00
11529 Log: disable VPATH for now (breaks x2p build)
11532 ____________________________________________________________________________
11533 [ 3754] By: gsar on 1999/07/26 03:15:33
11534 Log: INSTALL =~ s/5.006/5.6/; delay loading Errno until needed
11535 (%! has the necessary magic); misc typos
11537 ! INSTALL ext/DB_File/DB_File.pm ext/Fcntl/Fcntl.pm
11538 ! ext/GDBM_File/GDBM_File.pm gv.c jpl/JNI/JNI.pm
11539 ! lib/AutoLoader.pm lib/CPAN.pm perl.c pod/perllocale.pod
11541 ____________________________________________________________________________
11542 [ 3753] By: gsar on 1999/07/26 02:38:28
11543 Log: integrate cfgperl contents into mainline
11545 +> t/pragma/locale/latin1 t/pragma/locale/utf8
11546 !> (integrate 53 files)
11547 ____________________________________________________________________________
11548 [ 3752] By: gsar on 1999/07/26 02:11:31
11549 Log: ensure implicitly closed handles don't set $? or $!
11551 ! doio.c embed.h embed.pl perlapi.c proto.h sv.c t/io/pipe.t
11552 ____________________________________________________________________________
11553 [ 3751] By: gsar on 1999/07/26 01:28:34
11554 Log: change#3534 didn't preserve undef return values from caller()
11557 ____________________________________________________________________________
11558 [ 3750] By: jhi on 1999/07/25 20:59:29
11559 Log: Back up a tiny bit from #3735.
11560 This may break builds outside the source directory
11561 but then again, they do not work that ell yet anyway.
11564 ____________________________________________________________________________
11565 [ 3750] By: jhi on 1999/07/25 20:59:29
11566 Log: Back up a tiny bit from #3735.
11567 This may break builds outside the source directory
11568 but then again, they do not work that ell yet anyway.
11571 ____________________________________________________________________________
11572 [ 3749] By: jhi on 1999/07/25 19:15:55
11573 Log: Integrate with Sarathy.
11575 !> lib/ExtUtils/MM_Unix.pm toke.c utils/h2xs.PL
11576 ____________________________________________________________________________
11577 [ 3748] By: jhi on 1999/07/25 19:06:59
11578 Log: Recode locale.t so that the change in #3730
11579 is not needed and locale.t works both without
11580 and with the utf8 pragma.
11582 + t/pragma/locale/latin1 t/pragma/locale/utf8
11583 ! MANIFEST t/pragma/locale.t
11584 ____________________________________________________________________________
11585 [ 3747] By: jhi on 1999/07/25 19:01:46
11589 ____________________________________________________________________________
11590 [ 3746] By: gsar on 1999/07/25 18:08:58
11591 Log: add option to omit Changes file, from Abigail <abigail@delanet.com>;
11592 append a HISTORY section to POD if option is used
11595 ____________________________________________________________________________
11596 [ 3745] By: gsar on 1999/07/25 17:40:03
11597 Log: warn rather than die when parse_version() can't cut it (from
11598 Michael G Schwern <schwern@pobox.com>)
11600 ! lib/ExtUtils/MM_Unix.pm
11601 ____________________________________________________________________________
11602 [ 3744] By: gsar on 1999/07/25 16:32:48
11603 Log: make map behave like grep wrt indirect object slot when
11604 there are parentheses; revert an experimental mod by Larry
11605 in change#2038 that failed to parse %{{qw(a b c)}} properly
11606 (this means C<map {use Foo; ...} ...> still needs a proper
11610 ____________________________________________________________________________
11611 [ 3743] By: jhi on 1999/07/25 16:24:55
11612 Log: Fix a typo in #3725.
11615 ____________________________________________________________________________
11616 [ 3742] By: jhi on 1999/07/25 16:14:39
11617 Log: Integrate with Sarathy.
11619 !> (integrate 26 files)
11620 ____________________________________________________________________________
11621 [ 3741] By: jhi on 1999/07/25 16:02:28
11622 Log: Cut-and-pasto in #3737.
11625 ____________________________________________________________________________
11626 [ 3740] By: gsar on 1999/07/25 15:59:34
11627 Log: add note about glibc bug
11629 ! t/pragma/warn/pp_hot
11630 ____________________________________________________________________________
11631 [ 3739] By: gsar on 1999/07/25 15:48:40
11632 Log: fix bug in change#3728 that might free COPs prematurely;
11633 null(op) now does more thorough scrubbing of the op, which
11634 fixes a few compile-time memory "leaks"
11636 ! dump.c embed.h embed.pl op.c proto.h
11637 ____________________________________________________________________________
11638 [ 3738] By: jhi on 1999/07/25 14:15:26
11639 Log: In accordance with #3737.
11641 ! U/installdirs/sitelib.U U/installdirs/vendorprefix.U
11642 ! U/modified/Oldconfig.U
11643 Branch: metaconfig/U/perl
11645 ____________________________________________________________________________
11646 [ 3737] By: jhi on 1999/07/25 14:12:34
11647 Log: Use vendorprefixlib.
11649 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
11650 ! config_h.SH perl.c
11651 ____________________________________________________________________________
11652 [ 3736] By: jhi on 1999/07/25 13:10:03
11653 Log: Populate metaconfig branch.
11656 Branch: metaconfig/U/perl
11658 ____________________________________________________________________________
11659 [ 3735] By: jhi on 1999/07/25 12:27:20
11660 Log: First steps of making builds outside the source
11661 directory possible. These should get us as far
11662 as miniperl, then building DynaLoader falls into
11663 tiny twinkling pieces as MakeMaker knows nothing
11666 ! Configure Makefile.SH cflags.SH config_h.SH configpm
11667 ! ext/util/make_ext lib/AutoSplit.pm makedepend.SH
11668 ! pod/pod2html.PL pod/pod2latex.PL pod/pod2man.PL
11669 ! pod/pod2text.PL pod/pod2usage.PL pod/podchecker.PL
11670 ! pod/podselect.PL writemain.SH x2p/Makefile.SH x2p/cflags.SH
11671 ____________________________________________________________________________
11672 [ 3734] By: jhi on 1999/07/25 11:19:28
11673 Log: Poor Glossary--are we fixed yet?
11676 ____________________________________________________________________________
11677 [ 3733] By: jhi on 1999/07/25 11:15:06
11678 Log: Change #3732 mistakenly clobbered Glossary.
11680 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
11682 ____________________________________________________________________________
11683 [ 3732] By: jhi on 1999/07/25 10:46:39
11684 Log: Andy's new installation scheme (note: a lot of this
11685 leaked in already with change #3731). The vendor*
11686 stuff is not used anywhere (in *.SH, say), so it
11687 isn't in Configure, either.
11689 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
11691 ____________________________________________________________________________
11692 [ 3731] By: jhi on 1999/07/25 10:12:07
11693 Log: Circumcode a strange shell(?) bug in AIX found
11694 while trying to do -Duse64bits (which I couldn't do
11695 in the end because the CPU isn't 64-bit in that box,
11696 but at least now the probing doesn't crash.)
11698 ! Configure config_h.SH hints/aix.sh
11699 ____________________________________________________________________________
11700 [ 3730] By: gsar on 1999/07/25 04:56:56
11701 Log: fix little utf8 nits in testsuite; add patch from Ilya that cures
11702 a utf8 bug in one of the new RE optimizations
11704 ! regcomp.c regexec.c t/harness t/lib/io_udp.t t/op/re_tests
11705 ! t/pragma/locale.t
11706 ____________________________________________________________________________
11707 [ 3729] By: jhi on 1999/07/23 19:56:27
11708 Log: From: Andy Dougherty <doughera@lafayette.edu>
11709 To: Perl Porters <perl5-porters@perl.org>
11710 Subject: [PATCH 5.005_57] INSTALL-1.58
11711 Date: Fri, 23 Jul 1999 10:50:13 -0400 (EDT)
11712 Message-Id: <Pine.GSU.4.05.9907231033190.3555-100000@newton.phys>
11716 From: "Kurt D. Starsinic" <kstar@chapin.edu>
11717 To: Andy Dougherty <doughera@lafayette.edu>
11718 Cc: Perl Porters <perl5-porters@perl.org>
11719 Subject: Re: [PATCH 5.005_57] INSTALL-1.58
11720 Date: Fri, 23 Jul 1999 13:38:25 -0400
11721 Message-ID: <19990723133825.A12033@O2.chapin.edu>
11724 ____________________________________________________________________________
11725 [ 3728] By: gsar on 1999/07/23 17:24:42
11726 Log: applied suggested patch for tracking line numbers correctly in
11727 optimized blocks with a single statement; changed setcop to
11728 setstate and added code for -Dx dumps
11729 From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
11730 Date: Wed, 23 Jun 1999 17:27:42 +0100
11731 Message-Id: <199906231627.RAA24033@crypt.compulink.co.uk>
11732 Subject: [PATCH 5.005_57] Line number error in optimised else()
11734 ! dump.c embed.h ext/Devel/DProf/DProf.xs ext/Opcode/Opcode.pm
11735 ! objXSUB.h op.c opcode.h opcode.pl perlapi.c pp.sym pp_hot.c
11736 ! pp_proto.h t/op/misc.t
11737 ____________________________________________________________________________
11738 [ 3727] By: gsar on 1999/07/23 15:56:04
11739 Log: avoid useless use of target for pp_each(); also fixes bugs due to
11740 refcount held by the target
11742 ! opcode.h opcode.pl pp.c t/op/each.t
11743 ____________________________________________________________________________
11744 [ 3726] By: jhi on 1999/07/23 12:08:30
11745 Log: Change #3725 aftershock.
11747 ! INSTALL jpl/JNI/JNI.pm
11748 ____________________________________________________________________________
11749 [ 3725] By: jhi on 1999/07/23 11:58:49
11750 Log: Introduce $Config{ldlibpthname} which contains
11751 the name of the environment variable holding the
11752 dynamic library search path, often LD_LIBRARY_PATH.
11753 Use this new feature all over.
11754 Also removed remnants of admonition "add LD_LIBRARY_PATH
11755 before running make" because Makefile.SH does this for you.
11757 ! Configure Makefile.SH config_h.SH
11758 ! ext/DynaLoader/DynaLoader_pm.PL hints/README.hints
11759 ! hints/aix.sh hints/beos.sh hints/cygwin32.sh hints/dgux.sh
11760 ! hints/epix.sh hints/esix4.sh hints/hpux.sh hints/next_4.sh
11761 ! hints/os2.sh hints/rhapsody.sh hints/svr4.sh jpl/JNI/JNI.pm
11762 ! jpl/install-jpl utils/perlbug.PL
11763 ____________________________________________________________________________
11764 [ 3724] By: jhi on 1999/07/23 08:03:36
11765 Log: From: Spider Boardman <spider@orb.nashua.nh.us>
11766 To: perl5-porters@perl.org
11767 Subject: [PATCH] Re: [ID 19990715.003] [BUG] all perl5 versions: segfault on $#
11768 Date: Thu, 22 Jul 1999 19:58:34 -0400
11769 Message-Id: <199907222358.TAA27354@Orb.Nashua.NH.US>
11772 ____________________________________________________________________________
11773 [ 3723] By: gsar on 1999/07/23 00:01:29
11774 Log: emit warning about function calls that were encountered too early
11775 to enforce their prototype
11777 ! op.c op.h pod/perldiag.pod
11778 ____________________________________________________________________________
11779 [ 3722] By: jhi on 1999/07/22 21:19:59
11780 Log: From: "Kurt D. Starsinic" <kstar@chapin.edu>
11781 To: perl5-porters@perl.org
11782 Cc: Chip Salzenberg <chip@perlsupport.com>, Gurusamy Sarathy <gsar@activestate.com>
11783 Subject: [PATCH] MakeMaker documentation
11784 Date: Wed, 21 Jul 1999 14:15:42 -0400
11785 Message-ID: <19990721141542.A1800@O2.chapin.edu>
11787 ! lib/ExtUtils/MakeMaker.pm
11788 ____________________________________________________________________________
11789 [ 3721] By: jhi on 1999/07/22 21:05:19
11790 Log: From: pvhp@forte.com (Peter Prymmer)
11791 To: chip@perlsupport.com, gsar@activestate.com, perl-mvs@perl.org, perl5-porters@perl.org
11792 Subject: [PATCH: 5.005_03 && 5.005_57]os390 hints file appendix stops bad builds
11793 Date: Wed, 21 Jul 99 17:15:39 PDT
11794 Message-Id: <9907220015.AA11931@forte.com>
11797 ____________________________________________________________________________
11798 [ 3720] By: jhi on 1999/07/22 20:51:17
11799 Log: AIX magic: ccdlflags needs to be different for
11800 Perl itself and for extra-core extensions
11801 (as used by ExtUtilss::embed::ldopts).
11802 Based on the problems described in
11804 From: Mike W Ellwood <mwe@rl.ac.uk>
11805 To: perl5-porters@perl.org
11806 Subject: [ID 19990722.002] Perl 5.00503 and AIX 4.1.5; perl.exp; build errors. Also Imagemagick...
11807 Date: Thu, 22 Jul 1999 14:28:19 +0100 (BST)
11808 Reply-To: m.w.ellwood@rl.ac.uk
11809 Message-Id: <Pine.A41.3.96.990722141209.72660V-100000@unixfe.rl.ac.uk>
11811 ! Configure Makefile.SH config_h.SH hints/aix.sh
11812 ____________________________________________________________________________
11813 [ 3719] By: jhi on 1999/07/22 08:23:53
11814 Log: Update history records.
11817 ____________________________________________________________________________
11818 [ 3718] By: jhi on 1999/07/21 13:54:42
11819 Log: Todododobedobedo.
11822 ____________________________________________________________________________
11823 [ 3717] By: jhi on 1999/07/21 12:10:48
11824 Log: Even more Todo.
11827 ____________________________________________________________________________
11828 [ 3716] By: jhi on 1999/07/21 11:40:39
11829 Log: Use Errno more extensively so that error
11830 messages are more portable (another way
11831 would be to muck around with LC_MESSAGES).
11832 Problem reported in
11834 From: oracle@pcr8.pcr.com
11835 To: perl5-porters@perl.org
11836 Subject: [ID 19990719.003] LC_MESSAGES breaks h2xs autoloaded constants on AIX 4.1.4
11837 Date: Mon, 19 Jul 1999 18:39:13 -0400
11838 Message-Id: <9907192239.AA44990@pcr8.pcr.com>
11840 ! ext/DB_File/DB_File.pm ext/Fcntl/Fcntl.pm
11841 ! ext/GDBM_File/GDBM_File.pm jpl/JNI/JNI.pm lib/AutoLoader.pm
11842 ! lib/CPAN.pm pod/perllocale.pod utils/h2xs.PL
11843 ____________________________________________________________________________
11844 [ 3715] By: jhi on 1999/07/21 11:05:36
11845 Log: Slightly modified patch.
11846 From: Sean Sheedy <seans@ncube.com>
11847 To: perl5-porters@perl.org
11848 Subject: [ID 19990720.003] Perl 5.005_3 patch: Non-standard object extensions
11849 Date: Tue, 20 Jul 1999 09:52:06 -0700
11850 Message-Id: <3794A935.1C150E54@ncube.com>
11852 ! cflags.SH x2p/cflags.SH
11853 ____________________________________________________________________________
11854 [ 3714] By: jhi on 1999/07/20 21:26:19
11858 ____________________________________________________________________________
11859 [ 3713] By: jhi on 1999/07/20 18:02:45
11860 Log: Integrate with Sarathy.
11862 +> ext/Devel/DProf/Changes ext/Devel/DProf/DProf.pm
11863 +> ext/Devel/DProf/DProf.xs ext/Devel/DProf/Makefile.PL
11864 +> ext/Devel/DProf/Todo t/lib/dprof.t t/lib/dprof/V.pm
11865 +> t/lib/dprof/test1_t t/lib/dprof/test1_v t/lib/dprof/test2_t
11866 +> t/lib/dprof/test2_v t/lib/dprof/test3_t t/lib/dprof/test3_v
11867 +> t/lib/dprof/test4_t t/lib/dprof/test4_v t/lib/dprof/test5_t
11868 +> t/lib/dprof/test5_v t/lib/dprof/test6_t t/lib/dprof/test6_v
11869 +> utils/dprofpp.PL
11870 !> INSTALL MAINTAIN MANIFEST configure.com
11871 !> ext/Devel/Peek/Makefile.PL installman installperl
11872 !> pod/roffitall utils/Makefile vms/descrip_mms.template
11873 !> win32/Makefile win32/makefile.mk win32/win32.h
11874 ____________________________________________________________________________
11875 [ 3712] By: gsar on 1999/07/20 15:29:01
11878 ! ext/Devel/DProf/DProf.xs
11879 ____________________________________________________________________________
11880 [ 3711] By: gsar on 1999/07/20 07:56:19
11881 Log: another DProf build tweak
11884 ____________________________________________________________________________
11885 [ 3710] By: gsar on 1999/07/20 07:36:36
11886 Log: move DProf things around to where they are supposed to be
11888 + t/lib/dprof.t t/lib/dprof/V.pm t/lib/dprof/test1_t
11889 + t/lib/dprof/test1_v t/lib/dprof/test2_t t/lib/dprof/test2_v
11890 + t/lib/dprof/test3_t t/lib/dprof/test3_v t/lib/dprof/test4_t
11891 + t/lib/dprof/test4_v t/lib/dprof/test5_t t/lib/dprof/test5_v
11892 + t/lib/dprof/test6_t t/lib/dprof/test6_v
11893 +> utils/dprofpp.PL
11894 - ext/Devel/DProf/dprofpp.PL ext/Devel/DProf/t/V.pm
11895 - ext/Devel/DProf/t/test1.pl ext/Devel/DProf/t/test1.t
11896 - ext/Devel/DProf/t/test1.v ext/Devel/DProf/t/test2.t
11897 - ext/Devel/DProf/t/test2.v ext/Devel/DProf/t/test3.t
11898 - ext/Devel/DProf/t/test3.v ext/Devel/DProf/t/test4.t
11899 - ext/Devel/DProf/t/test4.v ext/Devel/DProf/t/test5.t
11900 - ext/Devel/DProf/t/test5.v ext/Devel/DProf/t/test6.t
11901 - ext/Devel/DProf/t/test6.v ext/Devel/DProf/test.pl
11902 ! INSTALL MANIFEST ext/Devel/DProf/Makefile.PL installman
11903 ! installperl pod/roffitall utils/Makefile
11904 ! vms/descrip_mms.template win32/Makefile win32/makefile.mk
11905 ____________________________________________________________________________
11906 [ 3709] By: gsar on 1999/07/20 06:13:16
11907 Log: DProf fixups for PERL_IMPLICIT_CONTEXT
11909 ! ext/Devel/DProf/DProf.xs ext/Devel/DProf/Makefile.PL
11910 ! ext/Devel/Peek/Makefile.PL
11911 ____________________________________________________________________________
11912 [ 3708] By: gsar on 1999/07/20 06:01:22
11913 Log: move DProf to Devel/DProf
11915 +> ext/Devel/DProf/Changes ext/Devel/DProf/DProf.pm
11916 +> ext/Devel/DProf/DProf.xs ext/Devel/DProf/Makefile.PL
11917 +> ext/Devel/DProf/Todo ext/Devel/DProf/dprofpp.PL
11918 +> ext/Devel/DProf/t/V.pm ext/Devel/DProf/t/test1.pl
11919 +> ext/Devel/DProf/t/test1.t ext/Devel/DProf/t/test1.v
11920 +> ext/Devel/DProf/t/test2.t ext/Devel/DProf/t/test2.v
11921 +> ext/Devel/DProf/t/test3.t ext/Devel/DProf/t/test3.v
11922 +> ext/Devel/DProf/t/test4.t ext/Devel/DProf/t/test4.v
11923 +> ext/Devel/DProf/t/test5.t ext/Devel/DProf/t/test5.v
11924 +> ext/Devel/DProf/t/test6.t ext/Devel/DProf/t/test6.v
11925 +> ext/Devel/DProf/test.pl
11926 - ext/DProf/Changes ext/DProf/DProf.pm ext/DProf/DProf.xs
11927 - ext/DProf/Makefile.PL ext/DProf/Todo ext/DProf/dprofpp.PL
11928 - ext/DProf/t/V.pm ext/DProf/t/test1.pl ext/DProf/t/test1.t
11929 - ext/DProf/t/test1.v ext/DProf/t/test2.t ext/DProf/t/test2.v
11930 - ext/DProf/t/test3.t ext/DProf/t/test3.v ext/DProf/t/test4.t
11931 - ext/DProf/t/test4.v ext/DProf/t/test5.t ext/DProf/t/test5.v
11932 - ext/DProf/t/test6.t ext/DProf/t/test6.v ext/DProf/test.pl
11933 ! MAINTAIN MANIFEST configure.com win32/Makefile
11934 ! win32/makefile.mk
11935 ____________________________________________________________________________
11936 [ 3707] By: gsar on 1999/07/20 05:39:11
11937 Log: add Devel::DProf v19990108 from CPAN, as it was
11939 + ext/DProf/Changes ext/DProf/DProf.pm ext/DProf/DProf.xs
11940 + ext/DProf/Makefile.PL ext/DProf/Todo ext/DProf/dprofpp.PL
11941 + ext/DProf/t/V.pm ext/DProf/t/test1.pl ext/DProf/t/test1.t
11942 + ext/DProf/t/test1.v ext/DProf/t/test2.t ext/DProf/t/test2.v
11943 + ext/DProf/t/test3.t ext/DProf/t/test3.v ext/DProf/t/test4.t
11944 + ext/DProf/t/test4.v ext/DProf/t/test5.t ext/DProf/t/test5.v
11945 + ext/DProf/t/test6.t ext/DProf/t/test6.v ext/DProf/test.pl
11947 ____________________________________________________________________________
11948 [ 3706] By: gsar on 1999/07/20 04:52:25
11949 Log: C<union any> needs no PERL_OBJECT-treatment
11952 ____________________________________________________________________________
11953 [ 3705] By: gsar on 1999/07/20 04:11:54
11954 Log: fix problem in default build
11956 ! win32/Makefile win32/makefile.mk
11957 ____________________________________________________________________________
11958 [ 3704] By: jhi on 1999/07/19 07:06:36
11959 Log: Integrate with Sarathy.
11961 !> Changes lib/Carp.pm makedef.pl pod/perldiag.pod sv.h util.c
11963 ____________________________________________________________________________
11964 [ 3703] By: gsar on 1999/07/19 05:55:57
11968 ____________________________________________________________________________
11969 [ 3702] By: gsar on 1999/07/19 04:29:34
11970 Log: don't display tid from main thread (or testsuite breaks)
11972 ! lib/Carp.pm util.c
11973 ____________________________________________________________________________
11974 [ 3701] By: gsar on 1999/07/19 00:47:52
11975 Log: remove several doubled (and tripled!) entries
11978 ____________________________________________________________________________
11979 [ 3700] By: gsar on 1999/07/19 00:42:34
11980 Log: integrate cfgperl contents into mainline
11983 - perl_exp.SH win32/makedef.pl
11984 !> MANIFEST Makefile.SH ext/DynaLoader/DynaLoader_pm.PL
11985 !> ext/DynaLoader/dl_aix.xs ext/DynaLoader/dl_vms.xs hints/aix.sh
11986 !> pod/perldiag.pod pp.c regexec.c t/pragma/warn/util toke.c
11987 !> utf8.c util.c win32/Makefile win32/makefile.mk
11988 ____________________________________________________________________________
11989 [ 3699] By: gsar on 1999/07/19 00:33:59
11990 Log: avoid bug in win32_str_os_error() (from Jan Dubois)
11992 ! Changes win32/win32.c
11993 ____________________________________________________________________________
11994 [ 3698] By: jhi on 1999/07/18 21:33:57
11995 Log: Integrate with Sarathy.
11998 !> (integrate 57 files)
11999 ____________________________________________________________________________
12000 [ 3697] By: gsar on 1999/07/18 05:22:36
12001 Log: From: pvhp@forte.com (Peter Prymmer)
12002 Date: Thu, 1 Jul 99 19:31:24 PDT
12003 Message-Id: <9907020231.AA16942@forte.com>
12004 Subject: [ID 19990701.031] 4 ctl chars on EBCDIC not asciiish enough
12007 ! MANIFEST ebcdic.c t/op/ord.t
12008 ____________________________________________________________________________
12009 [ 3696] By: gsar on 1999/07/18 05:11:02
12010 Log: display thread id in diagnostics (suggested by Dan Sugalski)
12012 ! lib/Carp.pm util.c
12013 ____________________________________________________________________________
12014 [ 3695] By: gsar on 1999/07/18 04:57:47
12015 Log: missing perldiag entry (from Dan Sugalski <sugalskd@osshe.edu>)
12018 ____________________________________________________________________________
12019 [ 3694] By: gsar on 1999/07/18 04:56:28
12020 Log: cache [NIUP]V conversions of defined READONLY values
12021 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
12022 Date: Sun, 11 Jul 1999 04:39:44 -0400
12023 Message-ID: <19990711043944.A25944@monk.mps.ohio-state.edu>
12024 Subject: [PATCH 5.005_57] Allow caching of numeric/string conversion
12027 ____________________________________________________________________________
12028 [ 3693] By: gsar on 1999/07/18 03:53:38
12029 Log: From: jan.dubois@ibm.net (Jan Dubois)
12030 Date: Sat, 17 Jul 1999 10:58:29 +0200
12031 Message-ID: <379144ad.13616689@smtp1.ibm.net>
12032 Subject: [PATCH 5.005] Some lib/ExtUtils/Manifest.pm POD fixes
12034 ! lib/ExtUtils/Manifest.pm
12035 ____________________________________________________________________________
12036 [ 3692] By: gsar on 1999/07/18 03:51:03
12037 Log: remove spurious newSTATEOP() that causes goto to enter one too many
12038 contexts when jumping between if and elsif blocks
12040 ! perly.c perly.y pp_ctl.c t/op/goto.t
12041 ____________________________________________________________________________
12042 [ 3691] By: gsar on 1999/07/18 01:49:59
12043 Log: detypo, update Changes
12046 ____________________________________________________________________________
12047 [ 3690] By: gsar on 1999/07/18 01:16:59
12048 Log: mention the -Minteger effect on modulus (from Nathan Torkington)
12051 ____________________________________________________________________________
12052 [ 3689] By: gsar on 1999/07/18 00:47:17
12053 Log: ensure __END__ appears on a line by itself in wrapped
12054 scripts (thanks to Steve Tolkin <tolkin@mediaone.net>);
12055 mention caveat about successfull kill()
12057 ! pod/perlfunc.pod win32/bin/pl2bat.pl
12058 ____________________________________________________________________________
12059 [ 3688] By: gsar on 1999/07/17 20:47:44
12060 Log: noecho noops (from Nicholas Clark <nick@flirble.org>)
12062 ! ext/SDBM_File/sdbm/Makefile.PL
12063 ____________________________________________________________________________
12064 [ 3687] By: gsar on 1999/07/17 20:43:27
12065 Log: make CC.pm use a distinct CCPP() macro rather than PP()
12066 (suggested by Vishal Bhatia <vishalb@my-deja.com>)
12068 ! cc_runtime.h ext/B/B/CC.pm
12069 ____________________________________________________________________________
12070 [ 3686] By: gsar on 1999/07/17 20:39:08
12071 Log: tiny bug in vars.pm (from John Dlugosz)
12074 ____________________________________________________________________________
12075 [ 3685] By: gsar on 1999/07/17 20:37:27
12076 Log: applied suggested patch, along with later tweak
12077 From: jan.dubois@ibm.net (Jan Dubois)
12078 Date: Wed, 14 Jul 1999 23:53:43 +0200
12079 Message-ID: <37a902e7.15977234@smtp1.ibm.net>
12080 Subject: Merge ActivePerl Stylesheet support etc into Pod::Html.pm
12083 ____________________________________________________________________________
12084 [ 3684] By: gsar on 1999/07/17 20:24:32
12085 Log: avoid #ifdef DEBUGGING in thrdvar.h (from Dominic Dunlop <domo@vo.lu>)
12088 ____________________________________________________________________________
12089 [ 3683] By: gsar on 1999/07/17 20:21:01
12090 Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
12091 Date: Tue, 13 Jul 1999 05:44:28 -0400 (EDT)
12092 Message-Id: <199907130944.FAA04473@monk.mps.ohio-state.edu>
12093 Subject: [PATCH 5.005_57] Segfaults if $^P
12095 ! embed.h embed.pl global.sym mg.c objXSUB.h perl.c perlapi.c
12097 ____________________________________________________________________________
12098 [ 3682] By: gsar on 1999/07/17 20:04:17
12099 Log: use a better prefixify() heuristic than m/perl/ (prefix/lib/perl5
12100 and prefix/lib/perl5/man are ass_u_med only if those directories
12101 actually exist; else prefix/{lib,man} are used)
12103 ! lib/ExtUtils/MM_Unix.pm
12104 ____________________________________________________________________________
12105 [ 3681] By: gsar on 1999/07/17 19:12:33
12106 Log: allow $foo{$x} and $bar[$i] for (\$) prototype
12108 ! op.c t/comp/proto.t
12109 ____________________________________________________________________________
12110 [ 3680] By: gsar on 1999/07/17 18:23:55
12111 Log: fix vec() on magic values
12112 From: Ian Phillipps <ian@dial.pipex.com>
12113 Date: Mon, 12 Jul 1999 12:30:05 +0100
12114 Message-ID: <19990712123005.A11355@homer.diplex.co.uk>
12115 Subject: [PATCH 5.005_57] Re: do_vecset is broken. Re: [ID 19990703.003].
12117 ! doop.c t/op/tie.t
12118 ____________________________________________________________________________
12119 [ 3679] By: gsar on 1999/07/17 18:10:44
12120 Log: make system() return -1 and set $! if exec of child failed
12121 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
12122 Date: Fri, 9 Jul 1999 05:21:13 -0400
12123 Message-ID: <19990709052113.A6201@monk.mps.ohio-state.edu>
12124 Subject: [PATCH 5.005_57] system()==-1 and $! from failing fork/exec
12126 ! doio.c embed.h embed.pl global.sym objXSUB.h perlapi.c
12127 ! pod/perlfunc.pod pp_sys.c proto.h t/op/exec.t
12128 ____________________________________________________________________________
12129 [ 3678] By: gsar on 1999/07/17 17:54:01
12130 Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
12131 Date: Fri, 9 Jul 1999 04:27:51 -0400 (EDT)
12132 Message-Id: <199907090827.EAA03321@monk.mps.ohio-state.edu>
12133 Subject: [PATCH 5.005_57] File descriptor leak in do_exec3
12136 ____________________________________________________________________________
12137 [ 3677] By: gsar on 1999/07/17 17:34:38
12138 Log: a modernized version of find2perl from Ken Pizzini <ken@halcyon.com>;
12139 converted Ken's documentation outline into pod
12142 ____________________________________________________________________________
12143 [ 3676] By: gsar on 1999/07/17 16:34:09
12144 Log: pod fixes (with minor edits) from Abigail, Ronald Kimball, Jon
12145 Waddington, Tuomas Lukka, Steven Tolkin, Ian Phillipps, and
12148 ! pod/Win32.pod pod/perldelta.pod pod/perlfaq.pod
12149 ! pod/perlfaq1.pod pod/perlfaq2.pod pod/perlfaq3.pod
12150 ! pod/perlfaq4.pod pod/perlfaq5.pod pod/perlfunc.pod
12151 ! pod/perlguts.pod pod/perlhist.pod pod/perlop.pod
12152 ! pod/perlport.pod pod/perltoc.pod pod/perltodo.pod
12153 ! pod/perltoot.pod pod/perltootc.pod pod/perlvar.pod
12154 ____________________________________________________________________________
12155 [ 3675] By: gsar on 1999/07/17 00:16:53
12156 Log: backout redundant change#3628
12158 ! Changes hints/bsdos.sh
12159 ____________________________________________________________________________
12160 [ 3674] By: jhi on 1999/07/15 14:26:03
12161 Log: Fix the bin/oct/hex constant overflow tests for
12162 long long platforms.
12164 ! t/pragma/warn/util
12165 ____________________________________________________________________________
12166 [ 3673] By: jhi on 1999/07/14 21:59:11
12167 Log: Fixed AIX dynamic loading and AIX shared Perl library.
12168 Tested in: AIX 4.1.5 cc+useshrplib+usethreads, 4.1.5 cc,
12169 4.1.5 gcc+useshrplib+usethreads, 4.3.1 cc+useshrplib.
12170 Hijacked win32/makedef.pl for more general purpose export
12171 list building, now it is used (as toplevel makedef.pl)
12172 for win32 and AIX (perl_exp.SH made unnecessary).
12173 Because the export lists are now correct in AIX, no more linker
12174 warnings about "Exported symbol not defined" should appear.
12177 - perl_exp.SH win32/makedef.pl
12178 ! MANIFEST Makefile.SH ext/DynaLoader/DynaLoader_pm.PL
12179 ! ext/DynaLoader/dl_aix.xs hints/aix.sh win32/Makefile
12180 ! win32/makefile.mk
12181 ____________________________________________________________________________
12182 [ 3672] By: gsar on 1999/07/14 17:12:13
12183 Log: minor efficiency tweak
12186 ____________________________________________________________________________
12187 [ 3671] By: jhi on 1999/07/14 16:22:39
12188 Log: The regexec.c change of #3606 caused a core dump in fbm_instr()
12189 if its caller re_intuit_start() was entered with strend == strpos
12190 because end_shift ended up as -1. The patch ain't necessarily
12191 correct but least the core dump is avoided.
12194 ____________________________________________________________________________
12195 [ 3670] By: jhi on 1999/07/13 07:59:09
12196 Log: Integrate with Sarathy.
12198 - XSlock.h win32/GenCAPI.pl win32/TEST win32/autosplit.pl
12199 - win32/genxsdef.pl win32/makemain.pl win32/makeperldef.pl
12200 !> (integrate 67 files)
12201 ____________________________________________________________________________
12202 [ 3669] By: gsar on 1999/07/12 06:14:54
12203 Log: fixups for sundry warnings about function pointers
12205 ! ext/re/re.xs intrpvar.h op.c perl.c perl.h pp_ctl.c scope.h
12206 ! sv.c thrdvar.h util.c win32/Makefile win32/makefile.mk
12207 ! win32/win32.c win32/win32.h
12208 ____________________________________________________________________________
12209 [ 3668] By: gsar on 1999/07/12 04:11:58
12210 Log: tweaks for win32/borland
12212 ! t/pragma/locale.t win32/makedef.pl win32/makefile.mk
12213 ____________________________________________________________________________
12214 [ 3667] By: gsar on 1999/07/12 01:55:15
12215 Log: yet more cleanups of the PERL_OBJECT, MULTIPLICITY and USE_THREADS
12216 builds; passing the implicit context is unified among the three
12217 flavors; PERL_IMPLICIT_CONTEXT is auto-enabled under all three
12218 flavors (see the top of perl.h) for testing; all varargs functions
12219 foo() have a va_list-taking variant vfoo() for generating the
12220 context-free versions; the PERL_OBJECT build should now be
12221 hyper-compatible with CPAN extensions (C++ is totally out of
12224 result has only been tested on Windows
12226 TODO: write docs on the THX rationale and idiomatic usage of
12229 - XSlock.h win32/GenCAPI.pl win32/TEST win32/autosplit.pl
12230 - win32/genxsdef.pl win32/makemain.pl win32/makeperldef.pl
12231 ! MANIFEST XSUB.h bytecode.pl deb.c dump.c embed.h embed.pl
12232 ! embedvar.h ext/B/B.xs ext/ByteLoader/ByteLoader.xs
12233 ! ext/ByteLoader/byterun.c ext/Data/Dumper/Dumper.xs
12234 ! ext/Devel/Peek/Peek.xs ext/Fcntl/Fcntl.xs ext/IO/IO.xs
12235 ! ext/Opcode/Opcode.xs ext/POSIX/POSIX.xs
12236 ! ext/SDBM_File/SDBM_File.xs ext/Socket/Socket.xs
12237 ! ext/Thread/Thread.xs ext/attrs/attrs.xs ext/re/re.xs
12238 ! global.sym globals.c intrpvar.h iperlsys.h
12239 ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_Win32.pm
12240 ! lib/ExtUtils/MakeMaker.pm lib/ExtUtils/xsubpp lib/base.pm
12241 ! lib/warning.pm malloc.c objXSUB.h perl.c perl.h perlapi.c
12242 ! perlapi.h perlio.c pp_sys.c proto.h regcomp.c regexec.c
12243 ! scope.c sv.c thrdvar.h util.c win32/Makefile win32/config_H.bc
12244 ! win32/config_H.gc win32/config_H.vc win32/config_h.PL
12245 ! win32/dl_win32.xs win32/include/dirent.h
12246 ! win32/include/sys/socket.h win32/makedef.pl win32/makefile.mk
12247 ! win32/perllib.c win32/runperl.c win32/win32.c win32/win32.h
12248 ! win32/win32iop.h win32/win32sck.c
12249 ____________________________________________________________________________
12250 [ 3666] By: jhi on 1999/07/11 22:00:13
12251 Log: Integrate with Sarathy.
12253 !> op.c t/op/lex_assign.t
12254 ____________________________________________________________________________
12255 [ 3665] By: jhi on 1999/07/11 21:59:01
12256 Log: More manual sync.
12258 ! pod/perldelta.pod
12259 ____________________________________________________________________________
12260 [ 3664] By: gsar on 1999/07/11 19:11:07
12261 Log: change#3612 was buggy and failed to build Tk; applied Ilya's
12262 remedy and related tests via private mail
12264 ! op.c t/op/lex_assign.t
12265 ____________________________________________________________________________
12266 [ 3663] By: jhi on 1999/07/11 15:04:37
12267 Log: Manual synchronization with Sarathy (some files
12268 had drifted apart for no apparent reason), plus
12269 I had a typo in dl_vms.xs Sarathy had fixed.
12271 ! ext/DynaLoader/dl_vms.xs pod/perldelta.pod pp.c pp_sys.c
12272 ____________________________________________________________________________
12273 [ 3662] By: jhi on 1999/07/10 12:23:21
12274 Log: Change t/pragma/warn oct()/hex() overflow tests to use %Config
12275 to adapt to the underlying platform (the binary, 0b1..., test
12276 was broken in 64-bit platforms). Also change "hex" in the
12277 warning messages to "hexadecimal" to match "binary" and "octal".
12279 ! pod/perldiag.pod t/pragma/warn/util util.c
12280 ____________________________________________________________________________
12281 [ 3661] By: jhi on 1999/07/08 21:54:55
12282 Log: Integrate with Sarathy.
12284 +> perlapi.c perlapi.h
12285 !> (integrate 43 files)
12286 ____________________________________________________________________________
12287 [ 3660] By: gsar on 1999/07/08 18:47:35
12288 Log: more PERL_OBJECT cleanups (changes still untested on Unix!)
12290 + perlapi.c perlapi.h
12291 ! MANIFEST XSUB.h emacs/ptags embed.h embed.pl embedvar.h
12292 ! ext/Opcode/Opcode.xs global.sym globals.c intrpvar.h
12293 ! iperlsys.h mg.c miniperlmain.c objXSUB.h perl.c perl.h perly.c
12294 ! pp.c pp_ctl.c pp_hot.c proto.h regcomp.c regcomp.h regexec.c
12295 ! scope.c scope.h sv.c thrdvar.h toke.c util.c win32/GenCAPI.pl
12296 ! win32/Makefile win32/makedef.pl win32/perllib.c win32/win32.c
12298 ____________________________________________________________________________
12299 [ 3659] By: gsar on 1999/07/08 18:41:45
12300 Log: sundry cleanups for clean build on windows
12302 ! doio.c regcomp.c regcomp.h t/io/openpid.t utf8.c
12303 ____________________________________________________________________________
12304 [ 3658] By: gsar on 1999/07/08 01:24:25
12305 Log: fixes for logical bugs in the lexwarn patch; other tweaks to avoid
12306 type mismatch problems
12308 ! doio.c gv.c op.c pp.c regcomp.c regexec.c run.c sv.c
12309 ! t/pragma/warn/op toke.c utf8.c util.c
12310 ____________________________________________________________________________
12311 [ 3657] By: jhi on 1999/07/07 23:01:16
12312 Log: Integrate with Sarathy. perldiag.pod required manual editing.
12315 !> Changes configure.com ext/B/B/Deparse.pm
12316 !> ext/ByteLoader/Makefile.PL ext/Fcntl/Fcntl.xs
12317 !> ext/IO/lib/IO/File.pm gv.c iperlsys.h lib/ExtUtils/MM_VMS.pm
12318 !> lib/File/Basename.pm lib/File/Spec/VMS.pm perlsfio.h
12319 !> t/base/rs.t t/lib/io_multihomed.t t/lib/textfill.t
12320 !> t/lib/textwrap.t t/op/filetest.t t/op/mkdir.t
12321 !> t/pragma/overload.t thread.h vms/vms.c
12322 ____________________________________________________________________________
12323 [ 3656] By: gsar on 1999/07/07 21:04:38
12324 Log: integrate cfgperl contents
12326 +> lib/unicode/Is/ASCII.pl lib/unicode/Is/Cntrl.pl
12327 +> lib/unicode/Is/Graph.pl lib/unicode/Is/Punct.pl
12328 +> lib/unicode/Is/Word.pl lib/unicode/Is/XDigit.pl
12330 !> (integrate 45 files)
12331 ____________________________________________________________________________
12332 [ 3655] By: gsar on 1999/07/07 18:55:45
12333 Log: filetest.t and ByteLoader build tweaks from Peter Prymmer
12336 ! ext/ByteLoader/Makefile.PL t/op/filetest.t
12337 ____________________________________________________________________________
12338 [ 3654] By: gsar on 1999/07/07 18:47:03
12339 Log: change#1889 mistakenly removed F_SETLK
12341 ! ext/Fcntl/Fcntl.xs
12342 ____________________________________________________________________________
12343 [ 3653] By: gsar on 1999/07/07 18:42:42
12344 Log: B::Deparse update
12345 From: Stephen McCamant <smccam@uclink4.berkeley.edu>
12346 Date: Mon, 5 Jul 1999 17:57:03 -0500 (CDT)
12347 Message-ID: <14209.13729.738691.610723@alias-2.pr.mcs.net>
12348 Subject: [PATCH _57, long] B::Deparse 0.58
12350 ! ext/B/B/Deparse.pm
12351 ____________________________________________________________________________
12352 [ 3652] By: gsar on 1999/07/07 18:41:07
12353 Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
12354 Date: Mon, 5 Jul 1999 18:24:19 -0400 (EDT)
12355 Message-Id: <199907052224.SAA10454@monk.mps.ohio-state.edu>
12356 Subject: Re: [ID 19990705.001] Overloading boolean conversion
12358 ! gv.c t/pragma/overload.t
12359 ____________________________________________________________________________
12360 [ 3651] By: gsar on 1999/07/07 17:47:30
12361 Log: missing PerlIO_reopen() (suggested by sam@daemoninc.com)
12364 ____________________________________________________________________________
12365 [ 3650] By: gsar on 1999/07/07 17:45:52
12366 Log: applied new parts of suggested patch
12367 From: Charles Bailey <BAILEY@newman.upenn.edu>
12368 Date: Fri, 02 Jul 1999 19:18:41 -0400 (EDT)
12369 Message-id: <01JD3M8W1VXS000S5G@mail.newman.upenn.edu>
12370 Subject: [PATCH 5.005_57] Consolidated VMS patch
12372 ! configure.com ext/IO/lib/IO/File.pm iperlsys.h
12373 ! lib/ExtUtils/MM_VMS.pm lib/File/Basename.pm
12374 ! lib/File/Spec/VMS.pm pod/perldiag.pod t/base/rs.t
12375 ! t/lib/io_multihomed.t t/lib/textfill.t t/lib/textwrap.t
12376 ! t/op/filetest.t t/op/mkdir.t thread.h vms/vms.c
12377 ____________________________________________________________________________
12378 [ 3649] By: jhi on 1999/07/07 13:38:02
12379 Log: Sync regcomp warn with reality.
12381 ! t/pragma/warn/regcomp
12382 ____________________________________________________________________________
12383 [ 3648] By: jhi on 1999/07/07 13:04:55
12384 Log: Integrate with Sarathy; one conflict in t/pragma/warn/recgomp
12387 +> pod/perllexwarn.pod t/pragma/warn/6default t/pragma/warn/av
12388 +> t/pragma/warn/doop t/pragma/warn/hv t/pragma/warn/malloc
12389 +> t/pragma/warn/perlio t/pragma/warn/run t/pragma/warn/utf8
12391 !> (integrate 79 files)
12392 ____________________________________________________________________________
12393 [ 3647] By: gsar on 1999/07/07 10:32:03
12394 Log: From: jan.dubois@ibm.net (Jan Dubois)
12395 Date: Thu, 01 Jul 1999 11:17:53 +0200
12396 Message-ID: <377b2ca4.14467042@smtp1.ibm.net>
12397 Subject: [PATCH 5.005_57] MakeMaker support for pod2html
12399 ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_Win32.pm
12400 ! lib/ExtUtils/MakeMaker.pm
12401 ____________________________________________________________________________
12402 [ 3646] By: gsar on 1999/07/07 10:27:55
12403 Log: fix undocumented IO::Handle functions as suggested
12406 ! ext/IO/lib/IO/Handle.pm
12407 ____________________________________________________________________________
12408 [ 3645] By: gsar on 1999/07/07 10:18:55
12409 Log: prohibit thread join()ing itself (from Dan Sugalski)
12411 ! ext/Thread/Thread.xs
12412 ____________________________________________________________________________
12413 [ 3644] By: gsar on 1999/07/07 10:14:26
12414 Log: From: "Vishal Bhatia" <vishalb@my-deja.com>
12415 Date: Wed, 30 Jun 1999 14:02:42 -0700
12416 Message-ID: <LJHFKBDHMHHJDAAA@my-deja.com>
12417 Subject: [PATCH 5.005_57] Compiler and XSUBS
12420 ____________________________________________________________________________
12421 [ 3643] By: gsar on 1999/07/07 10:08:38
12422 Log: mention C<foreach VAR (LIST) BLOCK continue BLOCK> syntax
12423 (from François Désarménien <desar@club-internet.fr>)
12426 ____________________________________________________________________________
12427 [ 3642] By: gsar on 1999/07/07 10:03:24
12428 Log: From: Doug MacEachern <dougm@cp.net>
12429 Date: Sun, 27 Jun 1999 22:43:25 -0700 (PDT)
12430 Message-ID: <Pine.LNX.4.10.9906272236430.389-100000@mojo.eng.cp.net>
12431 Subject: [PATCH 5.005_57] add B::PV::{LEN,CUR}
12434 ____________________________________________________________________________
12435 [ 3641] By: gsar on 1999/07/07 10:00:57
12436 Log: slightly modified version of suggested patch
12437 From: Steven N. Hirsch <hirschs@stargate.btv.ibm.com>
12438 Date: Mon, 28 Jun 1999 14:23:59 -0400
12439 Message-Id: <199906281823.OAA24912@stargate.btv.ibm.com>
12440 Subject: [ID 19990628.007] POSIX::tmpnam() broken for threaded 5.00503
12442 ! ext/POSIX/POSIX.xs
12443 ____________________________________________________________________________
12444 [ 3640] By: gsar on 1999/07/07 09:45:43
12445 Log: lexical warnings update (warning.t fails one test
12446 due to leaked scalar, investigation pending)
12447 From: paul.marquess@bt.com
12448 Date: Sat, 26 Jun 1999 23:19:52 +0100
12449 Message-ID: <5104D4DBC598D211B5FE0000F8FE7EB29C6C8E@mbtlipnt02.btlabs.bt.co.uk>
12450 Subject: [PATCH 5.005_57] Lexical Warnings - mandatory warning are now default warnings
12452 + pod/perllexwarn.pod t/pragma/warn/6default t/pragma/warn/av
12453 + t/pragma/warn/doop t/pragma/warn/hv t/pragma/warn/malloc
12454 + t/pragma/warn/perlio t/pragma/warn/run t/pragma/warn/utf8
12456 ! Changes MANIFEST av.c djgpp/djgpp.c doio.c doop.c
12457 ! ext/B/B/Asmdata.pm ext/ByteLoader/byterun.c
12458 ! ext/ByteLoader/byterun.h gv.c hv.c jpl/JNI/JNI.xs
12459 ! lib/warning.pm mg.c op.c os2/os2.c perl.c perlio.c
12460 ! pod/perldelta.pod pod/perldiag.pod pod/perlfunc.pod
12461 ! pod/perlmodlib.pod pod/perlrun.pod pod/perlvar.pod pp.c
12462 ! pp_ctl.c run.c sv.c t/pragma/warn/3both t/pragma/warn/doio
12463 ! t/pragma/warn/gv t/pragma/warn/mg t/pragma/warn/op
12464 ! t/pragma/warn/perl t/pragma/warn/perly t/pragma/warn/pp
12465 ! t/pragma/warn/pp_ctl t/pragma/warn/pp_hot t/pragma/warn/pp_sys
12466 ! t/pragma/warn/regcomp t/pragma/warn/regexec t/pragma/warn/sv
12467 ! t/pragma/warn/taint t/pragma/warn/toke t/pragma/warn/universal
12468 ! t/pragma/warn/util t/pragma/warning.t toke.c utf8.c util.c
12469 ! warning.h warning.pl win32/win32.c
12470 ____________________________________________________________________________
12471 [ 3639] By: gsar on 1999/07/07 08:09:30
12472 Log: From: Brian Jepson <bjepson@home.com>
12473 Date: Sat, 26 Jun 1999 10:47:45 -0500 (EST)
12474 Message-ID: <Pine.LNX.4.10.9906261044180.659-100000@cx384756-a.sking1.ri.home.com>
12475 Subject: Patch to JPL example program
12477 ! jpl/JPL_Rolo/JPL_Rolo.jpl
12478 ____________________________________________________________________________
12479 [ 3638] By: jhi on 1999/07/07 08:07:58
12480 Log: Integrate with Sarathy.
12482 !> (integrate 34 files)
12483 ____________________________________________________________________________
12484 [ 3637] By: gsar on 1999/07/07 08:07:49
12485 Log: From: Stephen McCamant <smccam@uclink4.berkeley.edu>
12486 Date: Fri, 25 Jun 1999 13:38:44 -0500 (CDT)
12487 Message-ID: <14193.25034.113373.245377@alias-2.pr.mcs.net>
12488 Subject: [PATCH _57, long] Eliminate CONDOPs
12490 ! bytecode.pl dump.c ext/B/B.pm ext/B/B.xs ext/B/B/Bblock.pm
12491 ! ext/B/B/Bytecode.pm ext/B/B/C.pm ext/B/B/CC.pm
12492 ! ext/B/B/Debug.pm ext/B/B/Xref.pm ext/B/ramblings/flip-flop
12493 ! ext/B/typemap op.c op.h opcode.h opcode.pl perl.h
12494 ! pod/perltoc.pod pp_ctl.c pp_hot.c
12495 ____________________________________________________________________________
12496 [ 3636] By: gsar on 1999/07/07 07:50:51
12497 Log: adapted suggested patch for IO-1.20x
12498 From: ian@dial.pipex.com
12499 Date: Fri, 25 Jun 1999 10:39:42 +0100
12500 Message-Id: <199906250939.KAA02152@homer.diplex.co.uk>
12501 Subject: [ID 19990625.001] Minor fixes for IO::Socket.pm
12503 ! ext/IO/lib/IO/Socket.pm
12504 ____________________________________________________________________________
12505 [ 3635] By: gsar on 1999/07/07 07:26:05
12506 Log: PowerMAX hints update from Tom Horsley <Tom.Horsley@mail.ccur.com>
12509 ____________________________________________________________________________
12510 [ 3634] By: gsar on 1999/07/07 07:20:02
12511 Log: From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
12512 Date: Wed, 23 Jun 1999 16:16:05 +0100
12513 Message-Id: <199906231516.QAA23851@crypt.compulink.co.uk>
12514 Subject: [PATCH 5.005_57] memleak in optimizer
12516 ! embed.h embed.pl objXSUB.h op.c proto.h
12517 ____________________________________________________________________________
12518 [ 3633] By: gsar on 1999/07/07 07:10:52
12519 Log: add do-not-edit caveats for files generated by opcode.pl
12520 (suggested by Hugo van der Sanden)
12522 ! opcode.h opcode.pl pp.sym pp_proto.h
12523 ____________________________________________________________________________
12524 [ 3632] By: gsar on 1999/07/07 06:41:13
12525 Log: better diagnostics on read operations from write-only
12528 ! doio.c perl.c pod/perldelta.pod pod/perldiag.pod pp_hot.c
12529 ! pp_sys.c t/pragma/warn/pp_hot t/pragma/warn/pp_sys
12530 ____________________________________________________________________________
12531 [ 3631] By: gsar on 1999/07/07 02:03:34
12532 Log: make Sys::Hostname safe against C<$SIG{CHLD}='IGNORE'> (suggested
12533 by David Muir Sharnoff <muir@idiom.com>)
12535 ! lib/Sys/Hostname.pm
12536 ____________________________________________________________________________
12537 [ 3630] By: gsar on 1999/07/07 01:57:16
12538 Log: From: "Vishal Bhatia" <vishalb@my-deja.com>
12539 Date: Sun, 20 Jun 1999 17:17:17 -0700
12540 Message-ID: <AEBDBGKPMEAJAAAA@my-deja.com>
12541 Subject: [PATCH 5.005_57] Minor bug fix in pp_require
12544 ____________________________________________________________________________
12545 [ 3629] By: gsar on 1999/07/07 01:46:03
12546 Log: installperl should write normal messages to STDOUT, not STDERR
12549 ____________________________________________________________________________
12550 [ 3628] By: gsar on 1999/07/07 01:41:25
12551 Log: BSD/OS needs -DSTRUCT_TM_HASZONE as of 4.0.1 (from mab@alink.net)
12554 ____________________________________________________________________________
12555 [ 3627] By: gsar on 1999/07/07 00:27:10
12556 Log: make diagnostic on C<my $^I> etc., more readable
12559 ____________________________________________________________________________
12560 [ 3626] By: gsar on 1999/07/06 23:47:27
12561 Log: From: Andy Dougherty <doughera@lafayette.edu>
12562 Date: Thu, 17 Jun 1999 12:07:11 -0400 (EDT)
12563 Message-Id: <Pine.GSU.4.05.9906171204580.937-100000@newton.phys>
12564 Subject: [ID 19990617.004 [PATCH 5.005_57] make distclean fixes]
12566 ! Makefile.SH utils/Makefile
12567 ____________________________________________________________________________
12568 [ 3625] By: jhi on 1999/07/06 21:50:46
12569 Log: Some new files of #3624 missing from MANIFEST.
12572 ____________________________________________________________________________
12573 [ 3624] By: jhi on 1999/07/06 21:47:04
12574 Log: POSIX [[:character class:]] support for standard, locale,
12575 and utf8. If both utf8 and locale are on, utf8 wins.
12576 I don't fully understand why so many tables changed in
12577 lib/unicode because of "make" -- maybe it was just overdue.
12579 + lib/unicode/Is/ASCII.pl lib/unicode/Is/Cntrl.pl
12580 + lib/unicode/Is/Graph.pl lib/unicode/Is/Punct.pl
12581 + lib/unicode/Is/Word.pl lib/unicode/Is/XDigit.pl
12582 ! MANIFEST Todo-5.005 embed.h embed.pl embedvar.h global.sym
12583 ! handy.h intrpvar.h lib/unicode/Bidirectional.pl
12584 ! lib/unicode/Block.pl lib/unicode/Category.pl
12585 ! lib/unicode/Is/Alnum.pl lib/unicode/Is/Alpha.pl
12586 ! lib/unicode/Is/BidiL.pl lib/unicode/Is/Digit.pl
12587 ! lib/unicode/Is/L.pl lib/unicode/Is/Lo.pl
12588 ! lib/unicode/Is/Lower.pl lib/unicode/Is/Print.pl
12589 ! lib/unicode/Is/Space.pl lib/unicode/Is/Upper.pl
12590 ! lib/unicode/Is/Z.pl lib/unicode/Is/Zs.pl lib/unicode/Name.pl
12591 ! lib/unicode/To/Digit.pl lib/unicode/mktables.PL objXSUB.h
12592 ! pod/perldelta.pod pod/perldiag.pod pod/perlre.pod proto.h
12593 ! regcomp.c regcomp.h regcomp.sym regexec.c regnodes.h
12594 ! t/op/pat.t t/op/re_tests t/op/regexp.t t/pragma/utf8.t
12595 ! t/pragma/warn/regcomp utf8.c
12596 ____________________________________________________________________________
12597 [ 3623] By: gsar on 1999/07/06 20:52:48
12598 Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
12599 Date: Wed, 16 Jun 1999 14:57:22 -0400
12600 Message-ID: <19990616145722.B16258@monk.mps.ohio-state.edu>
12601 Subject: [PATCH 5.00557] Devel::Peek
12603 ! ext/Devel/Peek/Peek.pm ext/Devel/Peek/Peek.xs
12604 ____________________________________________________________________________
12605 [ 3622] By: gsar on 1999/07/06 20:22:59
12606 Log: applied patch after demunging headers with appropriate paths
12607 From: "Vishal Bhatia" <vishalb@my-deja.com>
12608 Date: Sat, 12 Jun 1999 08:23:59 -0700
12609 Message-ID: <JIHEJPFDFKIBDAAA@my-deja.com>
12610 Subject: [Patch 5.005_57] unsigned arithmetic (Compiler)
12612 ! cc_runtime.h ext/B/B.xs ext/B/B/CC.pm ext/B/B/Stackobj.pm
12613 ! ext/B/defsubs.h.PL lib/ExtUtils/typemap t/harness
12614 ____________________________________________________________________________
12615 [ 3621] By: gsar on 1999/07/06 20:10:50
12616 Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
12617 Date: Thu, 10 Jun 1999 04:05:22 -0400 (EDT)
12618 Message-Id: <199906100805.EAA18216@monk.mps.ohio-state.edu>
12619 Subject: [PATCH 5.005_57] Optimize 2>&1 in commands
12622 ____________________________________________________________________________
12623 [ 3620] By: jhi on 1999/07/06 19:16:47
12624 Log: Mention EPOC and SOCKS.
12626 ! pod/perldelta.pod
12627 ____________________________________________________________________________
12628 [ 3619] By: gsar on 1999/07/06 16:52:37
12629 Log: fix int vs STRLEN issue
12632 ____________________________________________________________________________
12633 [ 3618] By: jhi on 1999/07/06 16:52:20
12634 Log: There ain't Perl_atonv().
12636 ! ext/ByteLoader/bytecode.h
12637 ____________________________________________________________________________
12638 [ 3617] By: jhi on 1999/07/06 15:55:22
12639 Log: Integrate with Sarathy.
12642 ____________________________________________________________________________
12643 [ 3616] By: jhi on 1999/07/06 15:54:09
12644 Log: Tweak for #3613.
12646 ! Configure config_h.SH
12647 ____________________________________________________________________________
12648 [ 3615] By: gsar on 1999/07/06 11:00:21
12649 Log: From: "Todd C. Miller" <Todd.Miller@courtesan.com>
12650 Date: Sun, 13 Jun 1999 17:46:13 -0600 (MDT)
12651 Message-Id: <199906132346.RAA26632@xerxes.courtesan.com>
12652 Subject: [ID 19990613.003 linklibperl set incorrectly in Makefile.SH for OpenBSD]
12655 ____________________________________________________________________________
12656 [ 3614] By: jhi on 1999/07/06 10:44:48
12657 Log: Integrate with Sarathy.
12659 !> ext/IO/lib/IO/File.pm op.c op.h opcode.h opcode.pl perl.h pp.h
12660 !> pp.sym pp_proto.h t/base/rs.t t/pragma/warn/op
12661 ____________________________________________________________________________
12662 [ 3613] By: jhi on 1999/07/06 10:43:20
12663 Log: From: Nathan Kurz <nate@valleytel.net>
12664 Subject: [ID 19990612.001 compiling three deep modules within ext/]
12665 ply-To: nate@valleytel.net
12666 erl5-porters@perl.org
12667 Date: Sat, 12 Jun 1999 01:26:04 -0500
12668 Message-Id: <199906120626.BAA04996@trinkpad.valleytel.net>
12670 ! Configure config_h.SH
12671 ____________________________________________________________________________
12672 [ 3612] By: gsar on 1999/07/06 10:17:52
12673 Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
12674 Date: Sat, 12 Jun 1999 04:49:09 -0400 (EDT)
12675 Message-Id: <199906120849.EAA26986@monk.mps.ohio-state.edu>
12676 Subject: [PATCH 5.005_57] Optimize away OP_SASSIGN
12678 ! op.c op.h opcode.h opcode.pl pp.h pp.sym pp_proto.h
12679 ____________________________________________________________________________
12680 [ 3611] By: gsar on 1999/07/06 09:51:20
12681 Log: From: pvhp@forte.com (Peter Prymmer)
12682 Date: Fri, 11 Jun 99 17:07:19 PDT
12683 Message-Id: <9906120007.AA13802@forte.com>
12684 Subject: [PATCH _03 && _57]portability fix for IO::File and FileHandle
12686 ! ext/IO/lib/IO/File.pm
12687 ____________________________________________________________________________
12688 [ 3610] By: gsar on 1999/07/06 09:37:37
12689 Log: fix for C<$/ = 42> setting paragraph mode (applied with small
12691 From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
12692 Date: Wed, 09 Jun 1999 18:27:51 +0100
12693 Message-Id: <E10rm8l-00023T-00@ursa.cus.cam.ac.uk>
12694 Subject: Re: [ID 19990608.002] Possible bug with binmode and <FH> on Perl 5.005_03 Win32
12696 ! perl.h t/base/rs.t
12697 ____________________________________________________________________________
12698 [ 3609] By: jhi on 1999/07/06 09:28:48
12699 Log: Integrate with Sarathy.
12701 !> (integrate 49 files)
12702 ____________________________________________________________________________
12703 [ 3608] By: gsar on 1999/07/06 09:28:21
12707 ____________________________________________________________________________
12708 [ 3607] By: jhi on 1999/07/06 09:22:48
12709 Log: Put back the cygwin32 Configure fix of 3582 undone by 3597.
12711 ! Configure config_h.SH
12712 ____________________________________________________________________________
12713 [ 3606] By: gsar on 1999/07/06 09:05:02
12714 Log: applied slightly tweaked version of suggested patch for
12716 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
12717 Date: Wed, 9 Jun 1999 18:14:27 -0400 (EDT)
12718 Message-Id: <199906092214.SAA14126@monk.mps.ohio-state.edu>
12719 Subject: [PATCH 5.005_57] REx engine rehash
12721 ! Changes dump.c embed.h embed.pl embedvar.h ext/re/Makefile.PL
12722 ! ext/re/re.xs global.sym objXSUB.h perl.c perl.h pp.c pp_hot.c
12723 ! proto.h regcomp.c regcomp.h regexec.c regexp.h thrdvar.h
12725 ____________________________________________________________________________
12726 [ 3605] By: gsar on 1999/07/06 08:54:03
12727 Log: bug in change#3602 (cpp conditionals not allowed inside macro args)
12730 ____________________________________________________________________________
12731 [ 3604] By: gsar on 1999/07/06 07:08:30
12732 Log: From: paul.marquess@bt.com
12733 Date: Tue, 8 Jun 1999 22:37:58 +0100
12734 Message-ID: <5104D4DBC598D211B5FE0000F8FE7EB29C6C3C@mbtlipnt02.btlabs.bt.co.uk>
12735 Subject: [PATCH 5.005_57] DB_File 1.67
12737 ! ext/DB_File/Changes ext/DB_File/DB_File.pm
12738 ! ext/DB_File/DB_File.xs ext/DB_File/typemap
12739 ____________________________________________________________________________
12740 [ 3603] By: gsar on 1999/07/06 07:04:50
12741 Log: From: paul.marquess@bt.com
12742 Date: Tue, 8 Jun 1999 22:34:01 +0100
12743 Message-ID: <5104D4DBC598D211B5FE0000F8FE7EB29C6C3B@mbtlipnt02.btlabs.bt.co.uk>
12744 Subject: [PATCH 5.005_57] DBM Filters
12746 ! ext/GDBM_File/GDBM_File.pm ext/GDBM_File/GDBM_File.xs
12747 ! ext/NDBM_File/NDBM_File.pm ext/NDBM_File/NDBM_File.xs
12748 ! ext/ODBM_File/ODBM_File.pm ext/ODBM_File/ODBM_File.xs
12749 ! ext/SDBM_File/SDBM_File.pm ext/SDBM_File/SDBM_File.xs
12750 ____________________________________________________________________________
12751 [ 3602] By: gsar on 1999/07/06 07:00:01
12752 Log: slightly tweaked version of suggested patch
12753 From: Dan Sugalski <sugalskd@ous.edu>
12754 Date: Tue, 08 Jun 1999 14:09:38 -0700
12755 Message-Id: <3.0.6.32.19990608140938.030f12e0@ous.edu>
12756 Subject: [PATCH 5.005_57]Use NV instead of double in the core
12758 ! av.h bytecode.pl cv.h doio.c dump.c embed.pl
12759 ! ext/ByteLoader/bytecode.h ext/ByteLoader/byterun.c hv.h
12760 ! intrpvar.h mg.c op.c perl.h pp.c pp.h pp_ctl.c pp_sys.c
12761 ! proto.h sv.c sv.h toke.c universal.c util.c
12762 ____________________________________________________________________________
12763 [ 3601] By: gsar on 1999/07/06 06:52:57
12764 Log: integrate cfgperl contents into mainline
12766 +> README.epoc epoc/config.h epoc/epoc.c epoc/epocish.h
12767 +> epoc/perl.mmp epoc/perl.pkg
12768 !> (integrate 30 files)
12769 ____________________________________________________________________________
12770 [ 3598] By: jhi on 1999/07/05 20:02:55
12771 Log: Integrate with mainperl.
12773 +> lib/CGI/Pretty.pm
12774 !> Changes ext/B/B/Bblock.pm ext/B/B/C.pm ext/B/B/CC.pm
12775 !> ext/B/B/Stackobj.pm ext/GDBM_File/GDBM_File.xs mg.c op.c
12776 !> opcode.h opcode.pl pp_sys.c t/lib/io_udp.t thread.h toke.c
12777 !> vms/descrip_mms.template vms/subconfigure.com vms/vms.c
12779 ____________________________________________________________________________
12780 [ 3597] By: jhi on 1999/07/05 19:59:48
12781 Log: Hack SOCKS support some more plus a patch from Andy Dougherty
12782 that addresses the notorious "Additional libraries" question.
12784 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
12785 ! config_h.SH doio.c ext/Socket/Socket.xs hints/aix.sh perl.c
12787 ____________________________________________________________________________
12788 [ 3596] By: gsar on 1999/07/05 18:30:51
12789 Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
12790 Date: Tue, 8 Jun 1999 04:47:58 -0400 (EDT)
12791 Message-Id: <199906080847.EAA03810@monk.mps.ohio-state.edu>
12792 Subject: [PATCH 5.00557] Long-standing UDP sockets bug on OS/2
12794 ! pp_sys.c t/lib/io_udp.t
12795 ____________________________________________________________________________
12796 [ 3595] By: gsar on 1999/07/05 18:29:08
12797 Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
12798 Date: Tue, 8 Jun 1999 04:44:58 -0400 (EDT)
12799 Message-Id: <199906080844.EAA03784@monk.mps.ohio-state.edu>
12800 Subject: [PATCH 5.00557] Setting $^E wipes out $!
12803 ____________________________________________________________________________
12804 [ 3594] By: gsar on 1999/07/05 18:24:53
12805 Log: hand-apply whitespace mutiliated patch
12806 From: Dan Sugalski <sugalskd@osshe.edu>
12807 Date: Mon, 07 Jun 1999 14:46:42 -0700
12808 Message-Id: <3.0.6.32.19990607144642.03079100@ous.edu>
12809 Subject: [PATCH 5.005_57]Updated VMS patch
12811 ! thread.h vms/descrip_mms.template vms/subconfigure.com
12812 ! vms/vms.c vms/vmsish.h
12813 ____________________________________________________________________________
12814 [ 3593] By: gsar on 1999/07/05 17:53:04
12815 Log: applied parts not duplicated by previous patches
12816 From: "Vishal Bhatia" <vishalb@my-deja.com>
12817 Date: Sat, 05 Jun 1999 08:42:17 -0700
12818 Message-ID: <JAMCAJKJEJDPAAAA@my-deja.com>
12819 Subject: Fwd: [PATCH 5.005_57] consolidated compiler changes
12821 ! Changes ext/B/B/Bblock.pm ext/B/B/C.pm ext/B/B/CC.pm
12822 ! ext/B/B/Stackobj.pm
12823 ____________________________________________________________________________
12824 [ 3592] By: jhi on 1999/07/05 17:17:22
12825 Log: AIX threaded build, plus few more on the side.
12827 ! embed.h embed.pl ext/DynaLoader/dl_aix.xs
12828 ! ext/DynaLoader/dl_next.xs ext/DynaLoader/dl_rhapsody.xs
12829 ! ext/DynaLoader/dl_vms.xs hints/aix.sh objXSUB.h perl.h
12830 ! perl_exp.SH pp_ctl.c proto.h toke.c util.c
12831 ____________________________________________________________________________
12832 [ 3591] By: gsar on 1999/07/05 16:52:34
12833 Log: "\e" and "\a" didn't produce right escape under EBCDIC
12834 From: pvhp@forte.com (Peter Prymmer)
12835 Date: Fri, 4 Jun 99 12:00:27 PDT
12836 Message-Id: <9906041900.AA28387@forte.com>
12837 Subject: [PATCH 5.005_57]lingering ASCIIism in tokener
12840 ____________________________________________________________________________
12841 [ 3590] By: gsar on 1999/07/05 16:40:01
12842 Log: s/scalar ref constructor/single ref constructor/ (suggested
12843 by Stephen McCamant)
12845 ! opcode.h opcode.pl
12846 ____________________________________________________________________________
12847 [ 3589] By: gsar on 1999/07/05 16:34:06
12848 Log: no such thing as gdbm_clearerr() (from Andy Dougherty)
12850 ! ext/GDBM_File/GDBM_File.xs
12851 ____________________________________________________________________________
12852 [ 3588] By: gsar on 1999/07/05 16:29:39
12853 Log: allow C<-foo> under C<use integer> (behavior of C<-$string>
12854 is unchanged still)
12857 ____________________________________________________________________________
12858 [ 3587] By: jhi on 1999/07/05 10:31:43
12859 Log: Make perl_exp.SH smarter about what to include and what to exclude.
12862 ____________________________________________________________________________
12863 [ 3586] By: jhi on 1999/07/05 09:29:31
12864 Log: Remove unnecessary and extraneous my $i = 0.
12867 ____________________________________________________________________________
12868 [ 3585] By: jhi on 1999/07/05 07:28:59
12869 Log: Integrate with mainperl.
12871 !> (integrate 30 files)
12872 ____________________________________________________________________________
12873 [ 3584] By: gsar on 1999/07/05 05:36:28
12874 Log: From: Vishal Bhatia <vishalb@hotmail.com>
12875 Date: Thu, 03 Jun 1999 00:57:48 PDT
12876 Message-ID: <19990603075749.86665.qmail@hotmail.com>
12877 Subject: Re: [PATCH 5.005_57] pp_sort sorted out
12879 ! ext/B/B/Bblock.pm ext/B/B/C.pm ext/B/B/CC.pm
12880 ____________________________________________________________________________
12881 [ 3583] By: gsar on 1999/07/05 05:31:19
12882 Log: suppress fancy display when in verbose mode (suggested by
12883 Paul Johnson <pjcj@transeda.com>)
12885 ! lib/Test/Harness.pm
12886 ____________________________________________________________________________
12887 [ 3582] By: gsar on 1999/07/05 05:17:12
12888 Log: cygwin32 update
12889 From: "Fifer, Eric" <EFifer@sanwaint.com>
12890 Date: Wed, 2 Jun 1999 15:16:05 +0100
12891 Message-Id: <71E287AB0D94D111BBD600600849EC8185EDD9@POST>
12892 Subject: [ID 19990602.003] perl5.005_03 (CORE) cygwin32 port
12894 ! Configure Makefile.SH README.cygwin32 cygwin32/Makefile.SHs
12895 ! cygwin32/build-instructions.READFIRST
12896 ! cygwin32/build-instructions.charles-wilson
12897 ! cygwin32/build-instructions.sebastien-barre
12898 ! cygwin32/build-instructions.steven-morlock
12899 ! cygwin32/build-instructions.steven-morlock2 doio.c dosish.h
12900 ! ext/POSIX/Makefile.PL ext/POSIX/POSIX.xs hints/cygwin32.sh
12901 ! lib/Cwd.pm lib/ExtUtils/MM_Cygwin.pm perl.h pp_hot.c
12902 ! t/op/magic.t util.c
12903 ____________________________________________________________________________
12904 [ 3581] By: gsar on 1999/07/05 02:46:18
12905 Log: NeXT doesn't have FD_CLOEXEC (suggested by Hans Mulder)
12908 ____________________________________________________________________________
12909 [ 3580] By: gsar on 1999/07/05 02:38:03
12910 Log: From: "Ed Peschko" <ed_peschko@csgsystems.com>
12911 Date: Mon, 31 May 1999 18:18:13 -0600
12912 Message-ID: <19990601001813.AAA17834@csgsystems.com>
12913 Subject: [ PATCH perl5.005_57 ] new perlcc + regression tests
12915 ! t/TEST t/UTEST t/harness utils/perlcc.PL
12916 ____________________________________________________________________________
12917 [ 3579] By: gsar on 1999/07/05 01:20:58
12918 Log: compatibility tweak for Class::Struct
12920 ! lib/Class/Struct.pm
12921 ____________________________________________________________________________
12922 [ 3578] By: jhi on 1999/07/04 23:26:01
12923 Log: Miscellaneus AIX fixes + SOCKS support.
12925 ! Configure Makefile.SH Porting/Glossary Porting/config.sh
12926 ! Porting/config_H config_h.SH doio.c ext/Socket/Socket.xs
12927 ! hints/aix.sh pp_sys.c
12928 ____________________________________________________________________________
12929 [ 3577] By: gsar on 1999/07/04 23:07:39
12933 ____________________________________________________________________________
12934 [ 3576] By: jhi on 1999/07/04 22:39:23
12935 Log: Integrate with mainperl.
12939 !> (integrate 51 files)
12940 ____________________________________________________________________________
12941 [ 3575] By: jhi on 1999/07/04 22:26:48
12942 Log: Added 64-bit support for AIX 4.3 or better
12943 based on Martin H. Rusoff's observations.
12945 ! Configure config_h.SH hints/aix.sh
12946 ____________________________________________________________________________
12947 [ 3574] By: jhi on 1999/07/04 21:34:47
12948 Log: Do not throw away gccvers compilation errors.
12949 From: Andy Dougherty <doughera@lafayette.edu>
12950 To: Ron Seguin <rseguin@on.bell.ca>
12951 Cc: Perl Porters <perl5-porters@perl.org>
12952 Subject: [PATCH] Re: [ID 19990625.011] WHOA There
12953 Date: Mon, 28 Jun 1999 12:36:38 -0400 (EDT)
12954 Message-Id: <Pine.GSU.4.05.9906281230100.6265-100000@newton.phys>
12956 ! Configure config_h.SH
12957 ____________________________________________________________________________
12958 [ 3573] By: gsar on 1999/07/04 21:10:32
12959 Log: adapted suggested tests for addition to testsuite
12960 From: RonaldWS@aol.com
12961 Date: Sun, 30 May 1999 16:27:28 EDT
12962 Message-Id: <25cd799f.2482f930@aol.com>
12963 Subject: [19990530.007] Open with pipe | does not return pid under win32
12966 ! MANIFEST win32/win32.c
12967 ____________________________________________________________________________
12968 [ 3572] By: gsar on 1999/07/04 20:29:32
12969 Log: perl_run() should call my_exit(0) for normal completion
12972 ____________________________________________________________________________
12973 [ 3571] By: jhi on 1999/07/04 20:10:44
12974 Log: Add test for change #3568 plus general cleanup.
12976 ! t/pragma/locale.t
12977 ____________________________________________________________________________
12978 [ 3570] By: gsar on 1999/07/04 20:03:21
12979 Log: make overload, Data::Dumper, and dumpvar understand qr// stringify
12982 ! ext/Data/Dumper/Dumper.pm ext/Data/Dumper/Dumper.xs
12983 ! lib/Dumpvalue.pm lib/dumpvar.pl lib/overload.pm pp_ctl.c
12984 ____________________________________________________________________________
12985 [ 3569] By: gsar on 1999/07/04 18:04:48
12986 Log: make AIX dynaloading work when libperl is shared (and thus under
12988 From: Jens-Uwe Mager <jum@helios.de>
12989 Date: Sat, 29 May 1999 17:09:52 +0200
12990 Message-Id: <199905291509.RAA43978@ans.helios.de>
12991 Subject: [19990529.002] DynaLoader does not work properly if perl is not the main program (AIX)
12993 ! ext/DynaLoader/dl_aix.xs
12994 ____________________________________________________________________________
12995 [ 3568] By: jhi on 1999/07/04 14:54:23
12996 Log: pp_lc/pp_lcfirst/pp_quotemeta/pp_uc/pp_ucfirst were not calling mg_set().
12997 This resulted for example in the 'o' magic not being cleared by
12998 magic_setcollxfrm(), which resulted in strange cmp results.
12999 The bug was reported originally in the message
13000 Subject: Bug with locale
13001 From: Jan Starzynski <jan@planet.de>
13002 To: perlbug@perl.com
13003 Date: Fri, 09 Apr 1999 13:23:07 +0200
13004 Message-ID: <370DE31B.DAEE1332@planet.de>
13007 ____________________________________________________________________________
13008 [ 3567] By: gsar on 1999/07/04 02:38:34
13009 Log: remove misleading info on defined(&func), unclutter deprecation
13010 about defined(@array)
13012 ! op.c pod/perldelta.pod pod/perldiag.pod pod/perlfunc.pod
13014 ____________________________________________________________________________
13015 [ 3566] By: gsar on 1999/07/04 01:46:31
13016 Log: From: jan.dubois@ibm.net (Jan Dubois)
13017 Date: Wed, 26 May 1999 22:07:17 +0200
13018 Message-ID: <374c53ac.10322322@smtp1.ibm.net>
13019 Subject: [PATCH 5.005_57] MINGW32 and EGCS 1.1.2 support
13021 ! Changes win32/win32.c win32/win32.h
13022 ____________________________________________________________________________
13023 [ 3565] By: gsar on 1999/07/04 01:26:02
13024 Log: newer version of perlxstut from Jeff Okamoto (slightly edited
13027 ! pod/perlxstut.pod
13028 ____________________________________________________________________________
13029 [ 3564] By: gsar on 1999/07/02 03:09:04
13030 Log: avoid warnings
13032 ! ext/Thread/Thread/Specific.pm lib/fields.pm
13033 ____________________________________________________________________________
13034 [ 3563] By: gsar on 1999/06/28 19:23:47
13035 Log: inc version (for CPAN.pm sanity)
13037 ! lib/Text/ParseWords.pm
13038 ____________________________________________________________________________
13039 [ 3562] By: gsar on 1999/06/28 19:19:01
13043 ____________________________________________________________________________
13044 [ 3561] By: gsar on 1999/06/28 19:08:41
13045 Log: From: Damian Conway <damian@cs.monash.edu.au>
13046 Date: Wed, 26 May 1999 00:58:35 -0400
13047 Message-Id: <199905260458.AAA06411@defender.perl.org>
13048 Subject: [19990526.002] Misc. improvements to Class:Struct
13050 ! MANIFEST lib/Class/Struct.pm
13051 ____________________________________________________________________________
13052 [ 3560] By: gsar on 1999/06/28 18:50:52
13053 Log: remove bogus PL_optype_size
13055 ! bytecode.pl ext/ByteLoader/byterun.h
13056 ____________________________________________________________________________
13057 [ 3559] By: gsar on 1999/06/28 18:22:26
13058 Log: upgrade CGI.pm to v2.53 (CGI/{Apache,Switch}.pm NOT deleted)
13060 + lib/CGI/Pretty.pm
13061 ! eg/cgi/file_upload.cgi lib/CGI.pm lib/CGI/Carp.pm
13062 ! lib/CGI/Cookie.pm lib/CGI/Fast.pm t/lib/cgi-form.t
13063 ! t/lib/cgi-html.t t/lib/cgi-request.t
13064 ____________________________________________________________________________
13065 [ 3558] By: jhi on 1999/06/28 07:30:21
13066 Log: Change Olaf Lebbe's email address.
13069 ____________________________________________________________________________
13070 [ 3557] By: gsar on 1999/06/28 00:07:33
13071 Log: make autogenerated files writable
13074 ! MANIFEST Porting/makerel embed.h embedvar.h ext/B/B/Asmdata.pm
13075 ! ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h global.sym
13076 ! keywords.h lib/warning.pm objXSUB.h opcode.h pp.sym pp_proto.h
13077 ! proto.h regnodes.h warning.h win32/config_H.bc
13078 ! win32/config_H.gc win32/config_H.vc
13079 ____________________________________________________________________________
13080 [ 3556] By: jhi on 1999/06/27 19:22:53
13081 Log: Update MANIFEST to match #3555.
13084 ____________________________________________________________________________
13085 [ 3555] By: jhi on 1999/06/27 19:16:22
13086 Log: EPOC port to Psion5.
13087 From: Olaf Flebbe <O.Flebbe@science-computing.de>
13088 To: Jarkko Hietaniemi <jhi@iki.fi>
13089 Cc: perl5-porters@perl.org
13090 Subject: Re: Psion5
13091 Date: Sun, 27 Jun 1999 20:50:30 +0200 (METDST)
13092 Message-ID: <Pine.GHP.4.02.9906272048130.17736-100000@io.science-computing.de>
13094 + README.epoc epoc/config.h epoc/epoc.c epoc/epocish.h
13095 + epoc/perl.mmp epoc/perl.pkg
13096 ! MANIFEST doio.c lib/Term/ReadLine.pm lib/perl5db.pl perl.c
13097 ! perl.h sv.c util.c
13098 ____________________________________________________________________________
13099 [ 3554] By: jhi on 1999/06/27 18:50:52
13100 Log: Integrate from mainperl.
13102 !> (integrate 48 files)
13103 ____________________________________________________________________________
13104 [ 3553] By: gsar on 1999/06/27 14:28:49
13105 Log: somewhat untested PERL_OBJECT cleanups (C++isms mostly
13106 gone from the public API); PERL_OBJECT builds again on
13109 TODO: namespace-clean the typedefs in iperlsys.h and
13110 elsewhere; remove C++ remnants from public headers
13112 ! XSUB.h bytecode.pl cv.h embed.h embed.pl ext/B/B.xs
13113 ! ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
13114 ! ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h
13115 ! ext/DynaLoader/dlutils.c global.sym globals.c iperlsys.h
13116 ! lib/ExtUtils/Embed.pm lib/ExtUtils/xsubpp mg.c objXSUB.h
13117 ! opcode.h opcode.pl perl.c perl.h pod/perlhist.pod pp_ctl.c
13118 ! pp_hot.c proto.h scope.h sv.h toke.c universal.c util.c
13119 ! win32/GenCAPI.pl win32/Makefile win32/config.bc
13120 ! win32/config.gc win32/config.vc win32/dl_win32.xs
13121 ! win32/makedef.pl win32/makefile.mk win32/perllib.c
13122 ! win32/runperl.c win32/win32.c win32/win32.h win32/win32iop.h
13124 ____________________________________________________________________________
13125 [ 3552] By: gsar on 1999/06/27 13:49:31
13126 Log: integrate cfgperl changes into mainline
13128 !> dump.c embed.h embed.pl embedvar.h global.sym intrpvar.h mg.c
13129 !> objXSUB.h op.c perl.c perl.h perlvars.h pp.c pp_ctl.c
13130 !> pp_proto.h pp_sys.c proto.h sv.c t/pragma/locale.t toke.c
13132 ____________________________________________________________________________
13133 [ 3551] By: gsar on 1999/06/27 13:31:11
13137 ____________________________________________________________________________
13138 [ 3550] By: gsar on 1999/06/24 22:42:53
13139 Log: update Changes
13142 ____________________________________________________________________________
13143 [ 3549] By: gsar on 1999/06/24 22:41:17
13144 Log: avoid race condition in the CAPI extension bootstrap handler
13146 ! lib/ExtUtils/xsubpp win32/GenCAPI.pl
13147 ____________________________________________________________________________
13148 [ 3548] By: gsar on 1999/06/24 22:39:53
13149 Log: sanity check to cover the case when perl is installed into the
13153 ____________________________________________________________________________
13154 [ 3547] By: gsar on 1999/06/22 19:30:32
13155 Log: tweak RefHash to make intent clearer (suggested by John Dlugosz)
13157 ! lib/Tie/RefHash.pm
13158 ____________________________________________________________________________
13159 [ 3544] By: jhi on 1999/06/18 19:24:28
13160 Log: Tidy up #3542 and #3543.
13162 ! t/pragma/locale.t util.c
13163 ____________________________________________________________________________
13164 [ 3543] By: jhi on 1999/06/18 10:28:45
13165 Log: Spice up locale.t.
13167 ! t/pragma/locale.t
13168 ____________________________________________________________________________
13169 [ 3542] By: jhi on 1999/06/17 22:42:03
13170 Log: Fixed two long-standing locale bugs.
13172 Both problems were related to numeric locale which
13173 controls the radix character aka the decimal separator.
13174 (1) printf (and sprintf) were resetting the numeric locale to C.
13175 (2) Using locale-numerically formatted floating point
13176 numbers (e.g. "1,23") together with -w caused warnings about
13177 "isn't numeric". The operations were working fine, though,
13178 because atof() was using the local locale.
13179 Both problems reported by Stefan Vogtner.
13181 Introduced a wrapper for atof() that attempts to convert
13182 the string both ways. This helps Perl to understand
13183 numbers like this "4.56" even when using a local locale
13184 makes atof() understand only numbers like this "7,89".
13186 Remaining related problems, both of which existed before
13187 this patch and continue to exist after this patch:
13188 (a) The behaviour of print() is _not_ as documented by perllocale.
13189 Instead of always using the C locale, print() does use the
13190 local locale, just like the *printf() do. This may be fixable
13191 now that switching to-and-fro between locales has been made
13192 more consistent, but fixing print() would change existing
13193 behaviour. perllocale is not changed by this patch.
13194 (b) If a number has been stringified (say, via "$number") under
13195 a local locale, the cached string value persists even under
13196 "no locale". This may or may not be a problem: operations
13197 work fine because the original number is still there, but
13198 that the string form keeps its locale-ish outlook may be
13199 somewhat confusing.
13201 ! dump.c embed.h embed.pl embedvar.h global.sym intrpvar.h mg.c
13202 ! objXSUB.h op.c perl.c perl.h perlvars.h pp.c pp_ctl.c
13203 ! pp_proto.h pp_sys.c proto.h sv.c t/pragma/locale.t toke.c
13205 ____________________________________________________________________________
13206 [ 3541] By: jhi on 1999/06/17 20:00:16
13207 Log: Integrate from mainperl.
13209 !> ext/Data/Dumper/Dumper.pm op.c
13210 ____________________________________________________________________________
13211 [ 3540] By: gsar on 1999/06/16 16:49:55
13212 Log: dump C<0> as such, not C<'0'>
13214 ! ext/Data/Dumper/Dumper.pm
13215 ____________________________________________________________________________
13216 [ 3539] By: gsar on 1999/06/13 04:04:40
13217 Log: fix coredumper in change#3498
13220 ____________________________________________________________________________
13221 [ 3538] By: jhi on 1999/06/12 22:01:26
13222 Log: Integrate from mainperl.
13225 !> (integrate 36 files)
13226 ____________________________________________________________________________
13227 [ 3537] By: gsar on 1999/06/12 06:43:03
13228 Log: EXTERN_C declarations for global arrays in various
13229 headers, so perl can be built even in C++ mode; win32
13230 build fixups; regen headers
13232 ! XSUB.h embedvar.h ext/B/B.xs objXSUB.h opcode.h opcode.pl
13233 ! perl.h regcomp.h regexec.c utf8.h win32/win32.c win32/win32.h
13234 ____________________________________________________________________________
13235 [ 3536] By: gsar on 1999/06/12 06:38:21
13236 Log: caller.pm typos
13239 ____________________________________________________________________________
13240 [ 3535] By: gsar on 1999/06/11 23:13:54
13241 Log: various little tweaks; most globals are now in intrpvar.h, ninterps
13242 is temporarily gone
13244 ! embed.pl intrpvar.h os2/os2.c perl.c perlvars.h
13245 ! pod/perldelta.pod proto.h win32/perllib.c
13246 ____________________________________________________________________________
13247 [ 3534] By: gsar on 1999/06/11 20:41:51
13248 Log: implement C<use caller 'encoding'>
13251 ! MANIFEST perl.h pod/perldelta.pod pod/perlfunc.pod pp_ctl.c
13252 ____________________________________________________________________________
13253 [ 3533] By: gsar on 1999/06/11 16:51:04
13254 Log: truncate() has a peculiar exemption from strict barewords, even
13255 though it has a non-filehandle prototype
13258 ____________________________________________________________________________
13259 [ 3532] By: gsar on 1999/06/11 09:09:16
13262 ! ext/GDBM_File/GDBM_File.xs ext/GDBM_File/typemap
13263 ____________________________________________________________________________
13264 [ 3531] By: gsar on 1999/06/10 23:34:19
13265 Log: part of the platform changes for IMPLICIT_CONTEXT
13267 ! djgpp/djgpp.c jpl/JNI/JNI.xs jpl/JNI/typemap
13268 ! jpl/PerlInterpreter/PerlInterpreter.c
13269 ! jpl/PerlInterpreter/PerlInterpreter.h
13270 ! os2/OS2/ExtAttr/ExtAttr.xs os2/OS2/PrfDB/PrfDB.xs
13271 ! os2/OS2/Process/Process.xs os2/OS2/REXX/REXX.xs perl.h
13272 ____________________________________________________________________________
13273 [ 3530] By: jhi on 1999/06/10 20:55:56
13274 Log: Integrate from mainperl.
13276 !> ext/DB_File/DB_File.xs ext/DB_File/typemap
13277 ____________________________________________________________________________
13278 [ 3529] By: gsar on 1999/06/10 20:40:01
13279 Log: DB_File tweaks for IMPLICIT CONTEXT
13281 ! ext/DB_File/DB_File.xs ext/DB_File/typemap
13282 ____________________________________________________________________________
13283 [ 3528] By: jhi on 1999/06/10 10:18:15
13284 Log: Integrate from mainperl.
13286 !> (integrate 105 files)
13287 ____________________________________________________________________________
13288 [ 3527] By: gsar on 1999/06/10 09:30:35
13289 Log: most globals are now interpreter local; locale initialization
13290 was too early, defer it until interpreter is allocated and
13291 initialized; multiple interpreters should now be
13292 concurrency-safe (untested)
13294 ! embedvar.h intrpvar.h malloc.c miniperlmain.c perl.c perl.h
13296 ____________________________________________________________________________
13297 [ 3526] By: gsar on 1999/06/10 08:38:00
13298 Log: fix small nits
13300 ! cc_runtime.h ext/B/B/CC.pm run.c
13301 ____________________________________________________________________________
13302 [ 3525] By: gsar on 1999/06/10 04:41:38
13303 Log: win32 build fixes
13305 ! bytecode.pl dosish.h embed.h embed.pl ext/B/B.xs
13306 ! ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
13307 ! ext/ByteLoader/byterun.h ext/SDBM_File/sdbm/sdbm.c globals.c
13308 ! mg.c objXSUB.h op.h perl.c perl.h pp_sys.c proto.h sv.c util.c
13309 ! win32/Makefile win32/config_H.bc win32/config_H.gc
13310 ! win32/config_H.vc win32/config_h.PL win32/dl_win32.xs
13311 ! win32/makedef.pl win32/makefile.mk win32/perllib.c
13312 ! win32/win32.c win32/win32.h win32/win32sck.c
13313 ! win32/win32thread.c win32/win32thread.h
13314 ____________________________________________________________________________
13315 [ 3524] By: gsar on 1999/06/09 18:03:01
13316 Log: more complete support for implicit thread/interpreter pointer,
13317 enabled via -DPERL_IMPLICIT_CONTEXT (all changes are noops
13318 without that enabled):
13319 - USE_THREADS now enables PERL_IMPLICIT_CONTEXT, so dTHR
13320 is a noop; tests pass on Solaris; should be faster now!
13321 - MULTIPLICITY has been tested with and without
13322 PERL_IMPLICIT_CONTEXT on Solaris
13323 - improved function database now merged with embed.pl
13324 - everything except the varargs functions have foo(a,b,c) macros
13325 to provide compatibility
13326 - varargs functions default to compatibility variants that
13327 get the context pointer using dTHX
13328 - there should be almost no source compatibility issues as a
13330 - dl_foo.xs changes other than dl_dlopen.xs untested
13331 - still needs documentation, fixups for win32 etc
13332 Next step: migrate most non-mutex variables from perlvars.h
13336 ! MANIFEST XSUB.h av.c bytecode.pl cv.h doio.c doop.c dump.c
13337 ! ebcdic.c embed.h embed.pl embedvar.h ext/B/B.xs ext/B/typemap
13338 ! ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
13339 ! ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h
13340 ! ext/Data/Dumper/Dumper.xs ext/Devel/Peek/Peek.xs
13341 ! ext/DynaLoader/dl_aix.xs ext/DynaLoader/dl_beos.xs
13342 ! ext/DynaLoader/dl_cygwin32.xs ext/DynaLoader/dl_dld.xs
13343 ! ext/DynaLoader/dl_dlopen.xs ext/DynaLoader/dl_hpux.xs
13344 ! ext/DynaLoader/dl_mpeix.xs ext/DynaLoader/dl_next.xs
13345 ! ext/DynaLoader/dl_none.xs ext/DynaLoader/dl_rhapsody.xs
13346 ! ext/DynaLoader/dl_vmesa.xs ext/DynaLoader/dl_vms.xs
13347 ! ext/DynaLoader/dlutils.c ext/Opcode/Opcode.xs
13348 ! ext/POSIX/POSIX.xs ext/Thread/Thread.xs ext/re/re.xs
13349 ! global.sym globals.c gv.c hv.c lib/ExtUtils/typemap
13350 ! lib/ExtUtils/xsubpp malloc.c mg.c mg.h miniperlmain.c
13351 ! objXSUB.h op.c opcode.h opcode.pl perl.c perl.h perlio.c
13352 ! perlsfio.h perly.c pp.c pp.h pp_ctl.c pp_hot.c pp_sys.c
13353 ! proto.h regcomp.c regcomp.h regexec.c run.c scope.c scope.h
13354 ! sv.c taint.c thrdvar.h thread.h toke.c universal.c utf8.c
13355 ! util.c win32/Makefile win32/makefile.mk writemain.SH
13356 ____________________________________________________________________________
13357 [ 3523] By: gsar on 1999/06/07 05:24:13
13362 ____________________________________________________________________________
13363 [ 3522] By: gsar on 1999/06/07 05:18:34
13364 Log: initial stub implementation of implicit thread/this
13365 pointer argument; builds/tests on Solaris, win32
13366 hasn't been fixed up yet; proto.h, global.sym and
13367 static function decls are now generated from a common
13368 database in proto.pl; some inconsistently named
13369 perl_foo() things are now Perl_foo(), compatibility
13370 #defines provided; perl_foo() (lowercase 'p') reserved
13371 for functions that take an explicit context argument;
13372 next step: generate #define foo(a,b) Perl_foo(aTHX_ a,b)
13374 ! XSUB.h av.c cop.h deb.c doio.c doop.c dump.c ebcdic.c embed.h
13375 ! embed.pl ext/POSIX/POSIX.xs global.sym globals.c gv.c gv.h
13376 ! hv.c malloc.c mg.c miniperlmain.c objXSUB.h op.c opcode.h
13377 ! opcode.pl perl.c perl.h perl_exp.SH perlio.c perly.c perly.y
13378 ! pp.c pp.sym pp_ctl.c pp_hot.c pp_proto.h pp_sys.c proto.h
13379 ! regcomp.c regexec.c run.c scope.c scope.h sv.c taint.c toke.c
13380 ! universal.c utf8.c util.c
13381 ____________________________________________________________________________
13382 [ 3521] By: gsar on 1999/06/04 23:00:22
13383 Log: clean up some stray "global" symbols
13385 ! embed.h embed.pl global.sym objXSUB.h opcode.pl pp.sym
13386 ! pp_proto.h proto.h
13387 ____________________________________________________________________________
13388 [ 3520] By: jhi on 1999/06/02 21:33:28
13389 Log: Integrate from mainperl.
13391 !> (integrate 94 files)
13392 ____________________________________________________________________________
13393 [ 3519] By: gsar on 1999/06/02 07:16:10
13394 Log: avoid dereferencing null pointer from getpwent() et al
13397 ____________________________________________________________________________
13398 [ 3518] By: gsar on 1999/06/02 04:47:10
13399 Log: remove _() non-ansism
13401 ! Porting/config_H XSUB.h config_h.SH cv.h doio.c doop.c
13402 ! ext/B/B/C.pm ext/B/B/CC.pm ext/B/byteperl.c
13403 ! ext/ByteLoader/ByteLoader.xs ext/Data/Dumper/Dumper.xs
13404 ! ext/DynaLoader/dl_beos.xs ext/DynaLoader/dl_dlopen.xs
13405 ! ext/DynaLoader/dl_vmesa.xs ext/IO/poll.h ext/IPC/SysV/SysV.xs
13406 ! ext/Opcode/Opcode.xs ext/POSIX/POSIX.xs ext/Thread/Thread.xs
13407 ! ext/re/re.xs handy.h hv.c iperlsys.h
13408 ! jpl/PerlInterpreter/PerlInterpreter.c lib/ExtUtils/Embed.pm
13409 ! malloc.c mg.c mg.h minimod.pl miniperlmain.c op.c op.h
13410 ! opcode.h opcode.pl os2/POSIX.mkfifo perl.c perl.h
13411 ! plan9/config.plan9 pod/perlembed.pod pod/perlguts.pod pp.c
13412 ! pp_ctl.c pp_hot.c pp_sys.c proto.h regcomp.c regexec.c run.c
13413 ! scope.h sv.c sv.h thread.h toke.c util.c vms/sockadapt.h
13414 ! vms/vmsish.h vms/writemain.pl vos/config.h
13415 ! vos/config_h.SH_orig win32/GenCAPI.pl win32/config_H.bc
13416 ! win32/config_H.gc win32/config_H.vc win32/makemain.pl
13417 ! win32/perllib.c win32/runperl.c win32/win32.h
13418 ! win32/win32thread.h writemain.SH x2p/a2p.c x2p/a2p.h x2p/a2p.y
13419 ! x2p/hash.h x2p/str.h x2p/util.h x2p/walk.c
13420 ____________________________________________________________________________
13421 [ 3517] By: gsar on 1999/06/02 02:17:51
13422 Log: missed a few files
13424 ! ext/POSIX/POSIX.xs jpl/JNI/JNI.xs
13425 ____________________________________________________________________________
13426 [ 3516] By: gsar on 1999/06/02 01:37:33
13427 Log: integrate cfgperl contents into mainline
13429 +> ext/ByteLoader/bytecode.h ext/ByteLoader/byterun.c
13430 +> ext/ByteLoader/byterun.h
13431 - bytecode.h byterun.c byterun.h
13433 !> (integrate 58 files)
13434 ____________________________________________________________________________
13435 [ 3515] By: gsar on 1999/06/02 00:48:50
13436 Log: remove stray K&R-isms
13438 ! ext/SDBM_File/sdbm/dba.c ext/SDBM_File/sdbm/dbd.c
13439 ! ext/SDBM_File/sdbm/dbe.c ext/SDBM_File/sdbm/dbm.c
13440 ! ext/SDBM_File/sdbm/dbu.c mg.c op.c pp_ctl.c pp_sys.c sv.c
13441 ! toke.c util.c win32/win32.c x2p/hash.c
13442 ____________________________________________________________________________
13443 [ 3514] By: gsar on 1999/06/01 15:55:55
13444 Log: change#3447 didn't do enough to exempt Foo->bar(qw/.../) from
13447 ! op.c t/pragma/strict-subs
13448 ____________________________________________________________________________
13449 [ 3513] By: jhi on 1999/06/01 07:17:05
13450 Log: Patch applying of #3499 had gone awry.
13452 ! ext/ByteLoader/bytecode.h ext/ByteLoader/byterun.h
13453 ____________________________________________________________________________
13454 [ 3512] By: gsar on 1999/05/31 19:21:30
13455 Log: tighter -help output
13458 ____________________________________________________________________________
13459 [ 3511] By: gsar on 1999/05/31 17:18:23
13460 Log: fix memory leak in C<eval 'return sub {...}'>
13462 ! embed.h embed.pl objXSUB.h pp_ctl.c proto.h
13463 ____________________________________________________________________________
13464 [ 3510] By: gsar on 1999/05/31 14:11:46
13467 ! win32/dl_win32.xs win32/win32.c
13468 ____________________________________________________________________________
13469 [ 3509] By: jhi on 1999/05/30 13:02:26
13470 Log: Cleanup of #3488.
13472 ! Configure config_h.SH
13473 ____________________________________________________________________________
13474 [ 3508] By: jhi on 1999/05/30 11:16:01
13475 Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
13476 To: Mailing list Perl5 <perl5-porters@perl.org>
13477 Subject: [PATCH 5.005_57] Teach Socket and io_unix.t the syntax of OS/2
13478 Date: Sat, 29 May 1999 20:18:13 -0400
13479 Message-ID: <19990529201813.B9489@monk.mps.ohio-state.edu>
13481 ! ext/Socket/Socket.xs os2/os2ish.h t/lib/io_unix.t
13482 ____________________________________________________________________________
13483 [ 3507] By: jhi on 1999/05/29 20:05:40
13484 Log: From: Mark-Jason Dominus <mjd@plover.com>
13485 To: perl5-porters@perl.com
13486 Subject: PATCH (5.005_57): Document use of `SPECIAL' flag for `pushre':
13487 Date: Sat, 29 May 1999 14:45:10 -0400
13488 Message-ID: <19990529184510.27557.qmail@plover.com>
13491 ____________________________________________________________________________
13492 [ 3506] By: gsar on 1999/05/29 16:49:39
13493 Log: avoid gv_check() recursive pit
13496 ____________________________________________________________________________
13497 [ 3505] By: jhi on 1999/05/29 11:38:16
13498 Log: From: jan.dubois@ibm.net (Jan Dubois)
13499 To: Gurusamy Sarathy <gsar@activestate.com>
13500 Cc: perl5-porters@perl.org
13501 Subject: [PATCH 5.005_57]Safeguard against unimplemented functions in pwuid.t and grent.t
13502 Date: Sat, 29 May 1999 08:46:22 +0200
13503 Message-ID: <374f8007.2016008@smtp1.ibm.net>
13505 ! t/op/grent.t t/op/pwent.t
13506 ____________________________________________________________________________
13507 [ 3504] By: jhi on 1999/05/29 11:07:10
13508 Log: QNX needs <sys/select.h> to define fd_set.
13510 From: Norton Allen <allen@huarp.harvard.edu>
13511 To: perl5-porters@perl.org
13512 Subject: [19990526.016] Not OK: perl 5.00503 on x86-qnx 424
13513 Date: Wed, 26 May 1999 13:51:27 -0400 (EDT)
13514 Message-Id: <199905261751.NAA20966@bottesini.harvard.edu>
13517 ____________________________________________________________________________
13518 [ 3503] By: jhi on 1999/05/29 10:53:31
13519 Log: From: jan.dubois@ibm.net (Jan Dubois)
13520 To: Gurusamy Sarathy <gsar@activestate.com>, perl5-porters@perl.org
13521 Subject: [PATCH all versions] (was Re: Unitialized Value Complaints in Math::BigFloat)
13522 Date: Fri, 28 May 1999 20:14:35 +0200
13523 Message-ID: <3751daa4.7188847@smtp1.ibm.net>
13525 ! lib/Math/BigFloat.pm
13526 ____________________________________________________________________________
13527 [ 3502] By: jhi on 1999/05/29 10:44:44
13528 Log: Make Configure support the change #3367,
13529 SysV shadow passwords.
13531 ! Configure config_h.SH pp_sys.c
13532 ____________________________________________________________________________
13533 [ 3501] By: gsar on 1999/05/28 21:22:23
13534 Log: add wide versions of win32 system calls (first step in
13535 globalization); delayload winsock for performance if compiling
13538 ! win32/Makefile win32/dl_win32.xs win32/makefile.mk
13539 ! win32/win32.c win32/win32.h
13540 ____________________________________________________________________________
13541 [ 3500] By: jhi on 1999/05/28 21:17:24
13542 Log: The new t/lib/io_linenum.t was using stricture
13543 before @INC was set up.
13545 ! t/lib/io_linenum.t
13546 ____________________________________________________________________________
13547 [ 3499] By: jhi on 1999/05/28 17:13:23
13548 Log: From: Tom Hughes <tom@compton.nu>
13549 To: perl5-porters@perl.org
13550 Subject: [PATCH 5.005_57] ByteLoader mark 2
13551 Date: Wed, 26 May 1999 23:59:49 +0100
13552 Message-ID: <bf337a0849.tom@compton.compton.nu>
13554 plus resolve tiny conflict with #3479
13555 plus regen_headers.
13557 + ext/ByteLoader/bytecode.h ext/ByteLoader/byterun.c
13558 + ext/ByteLoader/byterun.h
13559 - bytecode.h byterun.c byterun.h
13560 ! MANIFEST Makefile.SH bytecode.pl embed.h embedvar.h ext/B/B.pm
13561 ! ext/B/B.xs ext/B/B/Bytecode.pm ext/B/Makefile.PL
13562 ! ext/ByteLoader/ByteLoader.pm ext/ByteLoader/ByteLoader.xs
13563 ! ext/ByteLoader/Makefile.PL global.sym intrpvar.h objXSUB.h
13564 ! perl.h perlvars.h proto.h util.c utils/Makefile
13565 ____________________________________________________________________________
13566 [ 3498] By: jhi on 1999/05/28 16:53:04
13567 Log: From: Mark-Jason Dominus <mjd@plover.com>
13568 To: perl5-porters@perl.com
13569 Subject: PATCH (5.005_57): defined(@a) now deprecated
13570 Date: Thu, 27 May 1999 16:05:44 -0400
13571 Message-ID: <19990527200544.13330.qmail@plover.com>
13573 ! lib/Carp.pm op.c opcode.h opcode.pl pod/perldelta.pod
13574 ! pod/perldiag.pod pod/perlfunc.pod pp_proto.h t/pragma/warn/op
13575 ____________________________________________________________________________
13576 [ 3497] By: jhi on 1999/05/28 16:50:54
13577 Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
13578 To: perl5-porters@perl.org (Mailing list Perl5)
13579 Subject: [PATCH 5.00557] Cosmetic OS/2-related patches
13580 Date: Fri, 28 May 1999 12:13:00 -0400 (EDT)
13581 Message-Id: <199905281613.MAA02048@monk.mps.ohio-state.edu>
13583 ! MANIFEST Makefile.SH ext/POSIX/POSIX.xs hints/os2.sh
13584 ! os2/Makefile.SHs t/io/pipe.t t/lib/io_sock.t
13585 ____________________________________________________________________________
13586 [ 3496] By: jhi on 1999/05/28 16:48:39
13587 Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
13588 To: perl5-porters@perl.org (Mailing list Perl5)
13589 Subject: [PATCH 5.00557] Required OS/2-related patches
13590 Date: Fri, 28 May 1999 12:11:48 -0400 (EDT)
13591 Message-Id: <199905281611.MAA02037@monk.mps.ohio-state.edu>
13593 ! os2/os2.c t/lib/bigfloatpm.t t/lib/io_unix.t t/op/groups.t
13594 ! t/op/stat.t util.c
13595 ____________________________________________________________________________
13596 [ 3495] By: jhi on 1999/05/28 16:45:56
13597 Log: From: Paul Johnson <pjcj@transeda.com>
13598 To: perl5-porters <perl5-porters@perl.org>
13599 Subject: [PATCH 5.005_57] Provide more useful test okay percentage
13600 Date: Fri, 28 May 1999 15:13:54 +0100
13601 Message-ID: <19990528151354.B289@west-tip.transeda.com>
13604 ____________________________________________________________________________
13605 [ 3494] By: jhi on 1999/05/28 16:44:34
13606 Log: From: Paul Johnson <pjcj@transeda.com>
13607 To: perl5-porters <perl5-porters@perl.org>
13608 Subject: [PATCH 5.005_57] Fixes related to working local $.
13609 Date: Fri, 28 May 1999 15:11:18 +0100
13610 Message-ID: <19990528151118.A289@west-tip.transeda.com>
13612 ! ext/IO/lib/IO/Handle.pm pod/perlvar.pod t/lib/io_linenum.t
13613 ____________________________________________________________________________
13614 [ 3493] By: gsar on 1999/05/28 16:37:26
13615 Log: change#3449 wasn't doing enough
13617 ! op.c t/comp/proto.t
13618 ____________________________________________________________________________
13619 [ 3492] By: jhi on 1999/05/28 08:12:23
13620 Log: From: paul.marquess@bt.com
13621 To: doughera@lafayette.edu
13622 Cc: perl5-porters@perl.org
13623 Subject: RE: [19990527.002] DBM Filters in _57 cause problems in NDBM_File
13624 Date: Thu, 27 May 1999 23:31:38 +0100
13625 Message-ID: <5104D4DBC598D211B5FE0000F8FE7EB29C6C03@mbtlipnt02.btlabs.bt.co.uk>
13627 Had to be applied manually; some mailer had munged the patch slightly.
13629 ! ext/NDBM_File/NDBM_File.xs
13630 ____________________________________________________________________________
13631 [ 3491] By: jhi on 1999/05/28 07:51:17
13632 Log: From: "Vishal Bhatia" <vishalb@my-deja.com>
13633 To: perl5-porters@perl.org
13634 Subject: [PATCH 5.005_57] fixing eval in the compiler
13635 Date: Thu, 27 May 1999 07:56:54 -0700
13636 Message-ID: <JDIKFDKKLGHHBAAA@my-deja.com>
13638 ! cc_runtime.h scope.h
13639 ____________________________________________________________________________
13640 [ 3490] By: jhi on 1999/05/28 07:47:06
13641 Log: From: Andy Dougherty <doughera@lafayette.edu>
13642 To: perlbug@perl.com
13643 Cc: Jarkko Hietaniemi <jhi@iki.fi>
13644 Subject: [PATCH] Configure updates for ISC 4.1
13645 Date: Thu, 27 May 1999 15:19:21 -0400 (EDT)
13646 Message-Id: <Pine.GSU.4.05.9905271513500.22115-100000@newton.phys>
13648 ! Configure config_h.SH
13649 ____________________________________________________________________________
13650 [ 3489] By: jhi on 1999/05/28 07:39:17
13651 Log: Integrate from mainperl.
13653 !> malloc.c win32/makedef.pl win32/win32.c
13654 ____________________________________________________________________________
13655 [ 3488] By: jhi on 1999/05/27 16:57:19
13656 Log: From: Andy Dougherty <doughera@lafayette.edu>
13657 To: Perl Porters <perl5-porters@perl.org>
13658 Subject: [PATCH] Re: 5.005_57 NOT OK on SunOS 4.1.3
13659 Date: Thu, 27 May 1999 12:26:28 -0400 (EDT)
13660 Message-Id: <Pine.GSU.4.05.9905271120230.22115-100000@newton.phys>
13662 ! Configure config_h.SH hints/sunos_4_1.sh util.c
13663 ____________________________________________________________________________
13664 [ 3487] By: gsar on 1999/05/27 03:56:20
13665 Log: make win32_spawnvp() inherit standard handles even when they
13669 ____________________________________________________________________________
13670 [ 3486] By: jhi on 1999/05/26 19:55:52
13671 Log: From: Andy Dougherty <doughera@lafayette.edu>
13672 To: perl5-porters@perl.org
13673 Subject: Re: BUG -> [19990526.004] perl5.005_57 error in util.c on sun4-solaris2.6
13674 Date: Wed, 26 May 1999 14:49:52 -0400 (EDT)
13675 Message-Id: <Pine.GSU.4.05.9905261448310.19172-100000@newton.phys>
13678 ____________________________________________________________________________
13679 [ 3485] By: chip on 1999/05/26 17:19:11
13680 Log: Look for Linux FILE structure in libio.h, for glibc-2.1.
13681 Branch: maint-5.004/perl
13683 ____________________________________________________________________________
13684 [ 3484] By: gsar on 1999/05/26 01:56:28
13685 Log: fix missing exported symbol
13687 ! malloc.c win32/makedef.pl
13688 ____________________________________________________________________________
13689 [ 3483] By: jhi on 1999/05/25 23:08:07
13690 Log: Configure -Dopenbsd_distribution to build for the OpenBSD tree.
13692 From: "Todd C. Miller" <Todd.Miller@courtesan.com>
13693 To: perlbug@perl.com
13694 Subject: OpenBSD hints file update
13695 Date: Tue, 25 May 1999 12:12:38 -0600 (MDT)
13696 Message-Id: <199905251812.MAA06032@xerxes.courtesan.com>
13699 ____________________________________________________________________________
13700 [ 3482] By: jhi on 1999/05/25 23:01:25
13701 Log: From: Tom Hughes <tom@compton.nu>
13702 To: perl5-porters@perl.org
13703 Subject: [PATCH 5.005_57] Make Configure recognise glibc 2.1 stdio
13704 Date: Tue, 25 May 1999 23:10:23 +0100
13705 Message-ID: <1ed7f10749.tom@compton.compton.nu>
13707 ! Configure config_h.SH
13708 ____________________________________________________________________________
13709 [ 3481] By: jhi on 1999/05/25 22:31:50
13710 Log: 3479, 3480, 3481 seems logical.
13713 ____________________________________________________________________________
13714 [ 3480] By: jhi on 1999/05/25 22:13:39
13715 Log: The change #3479 wasn't perfect.
13718 ____________________________________________________________________________
13719 [ 3479] By: jhi on 1999/05/25 21:59:21
13720 Log: Cures for _57 in AIX 4.1.5.0.
13721 (1) The lddlflags lost its -lc by change #3660
13722 (and the politeness of change #3257).
13723 (2) optype_size must end up in perl.exp (as PL_optype_size).
13724 Added it to perlvars.h, fixed bytecode.pl,
13725 regen'ed the relevant headers.
13727 ! bytecode.h bytecode.pl byterun.h embed.h embedvar.h objXSUB.h
13731 ____________________________________________________________________________
13732 [ 3478] By: jhi on 1999/05/25 20:13:47
13733 Log: Integrate from mainperl.
13735 +> pod/perltootc.pod
13736 !> (integrate 101 files)
13737 ____________________________________________________________________________
13738 [ 3477] By: gsar on 1999/05/25 10:43:48
13739 Log: here be 5.005_57
13741 ! Changes MANIFEST Porting/makerel
13748 ____________________________________________________________________________
13749 [ 3476] By: gsar on 1999/05/25 09:23:43
13750 Log: up patchlevel &c
13752 ! Changes patchlevel.h pod/perlhist.pod win32/Makefile
13753 ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
13754 ! win32/makefile.mk
13755 ____________________________________________________________________________
13756 [ 3475] By: gsar on 1999/05/25 09:14:51
13757 Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
13758 Date: Tue, 25 May 1999 02:42:23 -0400 (EDT)
13759 Message-Id: <199905250642.CAA06208@monk.mps.ohio-state.edu>
13760 Subject: [PATCH 5.005_56] REx engine improvements
13762 ! embedvar.h mg.c objXSUB.h pp.c pp_ctl.c pp_hot.c regcomp.c
13763 ! regexec.c regexp.h t/op/pat.t t/op/re_tests t/op/regexp.t
13765 ____________________________________________________________________________
13766 [ 3474] By: gsar on 1999/05/25 08:39:56
13767 Log: test case for change#3470
13770 ____________________________________________________________________________
13771 [ 3473] By: gsar on 1999/05/25 08:36:52
13772 Log: perlport 1.43 update from Chris Nandor and Tom Christiansen
13774 ! Changes pod/perlport.pod
13775 ____________________________________________________________________________
13776 [ 3472] By: gsar on 1999/05/25 08:28:57
13777 Log: assorted tweaks
13779 ! doio.c iperlsys.h win32/config.bc win32/config.gc
13780 ! win32/config.vc win32/config_H.bc win32/config_H.gc
13781 ! win32/config_H.vc win32/makedef.pl
13782 ____________________________________________________________________________
13783 [ 3471] By: gsar on 1999/05/25 06:06:04
13784 Log: perlref update from Tom Christiansen
13787 ____________________________________________________________________________
13788 [ 3470] By: gsar on 1999/05/25 06:03:27
13789 Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
13790 Date: Mon, 24 May 1999 17:43:56 -0400
13791 Message-ID: <19990524174356.A1944@monk.mps.ohio-state.edu>
13792 Subject: [PATCH 5.005_*] hv.c calling negative malloc()
13795 ____________________________________________________________________________
13796 [ 3469] By: gsar on 1999/05/25 05:59:22
13797 Log: avoid temporary files that have a constant name (from a suggestion
13798 by Anthony J. Lill <ajlill@ajlc.waterloo.on.ca>)
13800 ! lib/ExtUtils/MM_Unix.pm
13801 ____________________________________________________________________________
13802 [ 3468] By: gsar on 1999/05/25 05:54:29
13803 Log: From: pvhp@forte.com (Peter Prymmer)
13804 Date: Mon, 24 May 99 11:20:25 PDT
13805 Message-Id: <9905241820.AA28071@forte.com>
13806 Subject: [PATCH: _56 and _03]EBCDIC %HTML_Escapes for Pod::Text, plus sync patch.
13809 ____________________________________________________________________________
13810 [ 3467] By: gsar on 1999/05/25 04:08:50
13811 Log: fix glob() bug that resulted in missing symlinks that don't point
13815 ____________________________________________________________________________
13816 [ 3466] By: gsar on 1999/05/25 03:00:00
13817 Log: avoid enumerating @INC contents in diagnostic if @INC was never
13820 ! pod/perldiag.pod pp_ctl.c
13821 ____________________________________________________________________________
13822 [ 3465] By: gsar on 1999/05/25 02:24:08
13823 Log: add caveat about close(PIPE) carelessness
13826 ____________________________________________________________________________
13827 [ 3464] By: gsar on 1999/05/24 23:55:53
13828 Log: fix bogus line numbers for void context warnings
13829 (change#2548 was overeager)
13832 ____________________________________________________________________________
13833 [ 3463] By: gsar on 1999/05/24 23:31:58
13834 Log: change#3455 had a typo
13837 ____________________________________________________________________________
13838 [ 3462] By: gsar on 1999/05/24 17:32:20
13839 Log: more pod updates from Tom Christiansen; regen perltoc
13841 ! pod/perl.pod pod/perldelta.pod pod/perlmod.pod pod/perlobj.pod
13842 ! pod/perlre.pod pod/perltoc.pod pod/perlvar.pod
13843 ____________________________________________________________________________
13844 [ 3461] By: gsar on 1999/05/24 07:41:32
13845 Log: perlmod notes from Damian Conway (via Tom Christiansen)
13848 ____________________________________________________________________________
13849 [ 3460] By: gsar on 1999/05/24 07:24:11
13850 Log: major pod update from Tom Christiansen
13852 + pod/perltootc.pod
13853 ! MANIFEST lib/Pod/Functions.pm pod/Makefile pod/buildtoc
13854 ! pod/perl.pod pod/perl5004delta.pod pod/perlcall.pod
13855 ! pod/perldata.pod pod/perldebug.pod pod/perldelta.pod
13856 ! pod/perldsc.pod pod/perlfunc.pod pod/perlipc.pod
13857 ! pod/perllol.pod pod/perlmod.pod pod/perlmodinstall.pod
13858 ! pod/perlmodlib.pod pod/perlobj.pod pod/perlop.pod
13859 ! pod/perlopentut.pod pod/perlpod.pod pod/perlport.pod
13860 ! pod/perlre.pod pod/perlref.pod pod/perlrun.pod pod/perlsec.pod
13861 ! pod/perlsub.pod pod/perlsyn.pod pod/perlthrtut.pod
13862 ! pod/perltie.pod pod/perltrap.pod pod/perlvar.pod
13863 ! pod/perlxs.pod pod/pod2man.PL
13864 ____________________________________________________________________________
13865 [ 3459] By: gsar on 1999/05/24 06:26:48
13866 Log: perlfaq update from Tom Christiansen
13868 ! pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq2.pod
13869 ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod
13870 ! pod/perlfaq6.pod pod/perlfaq7.pod pod/perlfaq8.pod
13872 ____________________________________________________________________________
13873 [ 3458] By: gsar on 1999/05/24 05:55:11
13874 Log: updated to v1.50 from CPAN
13876 ! lib/CPAN.pm lib/CPAN/FirstTime.pm lib/CPAN/Nox.pm
13877 ____________________________________________________________________________
13878 [ 3457] By: gsar on 1999/05/24 05:46:20
13879 Log: From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
13880 Date: Sun, 23 May 1999 16:35:07 +0100
13881 Message-Id: <199905231535.QAA00032@crypt.compulink.co.uk>
13882 Subject: [PATCH 5.005_56] name PL_in_eval bits
13884 ! cop.h op.c perl.c pp_ctl.c toke.c util.c
13885 ____________________________________________________________________________
13886 [ 3456] By: gsar on 1999/05/24 05:18:06
13887 Log: make -t mode the default on emacs/dumb terminals
13889 ! Changes utils/perldoc.PL
13890 ____________________________________________________________________________
13891 [ 3455] By: gsar on 1999/05/24 05:05:19
13892 Log: return 0 rather than "" when scalar grep has nothing to iterate
13893 on (brings behavior in line with documentation)
13896 ____________________________________________________________________________
13897 [ 3454] By: gsar on 1999/05/24 04:52:52
13898 Log: From: Tim Jenness <t.jenness@jach.hawaii.edu>
13899 Date: Thu, 20 May 1999 13:27:02 -1000
13900 Message-Id: <E10kcDN-0007TA-00@lapaki>
13901 Subject: Problem with MM_Unix in 5.005_03
13903 ! lib/ExtUtils/MM_Unix.pm
13904 ____________________________________________________________________________
13905 [ 3453] By: gsar on 1999/05/24 04:39:49
13906 Log: avoid removing duplicates in user-generated warnings
13907 From: byron@omix.com (Byron Brummer)
13908 Date: Thu, 20 May 1999 04:01:17 -0700 (PDT)
13909 Message-Id: <199905201101.EAA91175@thrush.omix.com>
13910 Subject: [PATCH] Re: warn buffers/loses output in ?? - 5.005_03
13912 ! lib/diagnostics.pm
13913 ____________________________________________________________________________
13914 [ 3452] By: gsar on 1999/05/24 04:23:10
13915 Log: straighten some code to avoid NeXT compiler bugs (from
13916 Geoff Kuenning <geoff@cs.hmc.edu>)
13919 ____________________________________________________________________________
13920 [ 3451] By: gsar on 1999/05/24 03:03:05
13921 Log: minor logic tweak for reserved word warning
13923 ! lib/Test/Harness.pm toke.c
13924 ____________________________________________________________________________
13925 [ 3450] By: gsar on 1999/05/24 02:34:20
13926 Log: oops, some files missing in change#3449
13929 ____________________________________________________________________________
13930 [ 3449] By: gsar on 1999/05/24 02:33:12
13931 Log: allow '*' prototype to autoquote even barewords that happen to be
13932 function names; parens or ampersand continue to force the other
13933 interpretation; makes C<sub Foo {'bar'} CORE::GLOBAL::require Foo;>
13934 do the right thing, for example
13937 ____________________________________________________________________________
13938 [ 3448] By: gsar on 1999/05/24 01:51:24
13939 Log: remove vestiges of PL_last_proto
13941 ! embedvar.h intrpvar.h objXSUB.h
13942 ____________________________________________________________________________
13943 [ 3447] By: gsar on 1999/05/24 01:49:20
13944 Log: redo change#2061 and parts of change#1169 with code in the
13945 parser; PL_last_proto hackery gone, strict 'subs' in now
13946 implemented in the optimizer where specifying the exceptional
13947 cases is much more robust; '*' (bareword) prototype now works
13948 reliably when used in second and subsequent arguments
13950 ! dump.c embed.h embed.pl objXSUB.h op.c op.h proto.h toke.c
13951 ____________________________________________________________________________
13952 [ 3446] By: gsar on 1999/05/23 05:00:55
13953 Log: remove redundant part of change#1169 superceded by change#2061;
13954 avoid "future reserved word" warning on prototypical bearwords
13956 ! t/lib/fatal.t toke.c
13957 ____________________________________________________________________________
13958 [ 3445] By: gsar on 1999/05/21 23:36:49
13959 Log: s/isspace/isSPACE/g and make sure the CRT version is always
13960 passed an unsigned char (fixes random occurrence of spaces in
13961 arguments containing high-bit chars passed to spawned children,
13964 ! ext/SDBM_File/sdbm/dbe.c win32/perlhost.h win32/win32.c
13965 ____________________________________________________________________________
13966 [ 3444] By: gsar on 1999/05/21 23:08:55
13967 Log: integrate Configure changes from cfgperl
13969 !> Configure Porting/Glossary Porting/config.sh Porting/config_H
13971 ____________________________________________________________________________
13972 [ 3443] By: jhi on 1999/05/21 22:00:56
13973 Log: Integrate from mainperl.
13975 !> Changes doop.c ext/SDBM_File/sdbm/dba.c
13976 !> ext/SDBM_File/sdbm/dbd.c ext/SDBM_File/sdbm/dbe.c os2/os2.c
13977 !> perl.h pod/perldiag.pod pod/perlport.pod pp.c t/comp/proto.t
13978 !> win32/perlhost.h win32/win32.c x2p/walk.c
13979 ____________________________________________________________________________
13980 [ 3442] By: jhi on 1999/05/21 21:59:46
13983 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
13985 ____________________________________________________________________________
13986 [ 3441] By: gsar on 1999/05/21 17:48:55
13987 Log: integrate cfgperl changes
13989 !> Configure Porting/Glossary Porting/config.sh Porting/config_H
13990 !> config_h.SH hints/sunos_4_1.sh installperl
13991 ____________________________________________________________________________
13992 [ 3440] By: gsar on 1999/05/21 17:42:49
13996 ____________________________________________________________________________
13997 [ 3439] By: gsar on 1999/05/21 17:31:26
13998 Log: fix breakage when neither FFLUSH_ALL nor FFLUSH_NULL are #defined.
13999 (Configure fflush(NULL) detection seems broken on Solaris, which
14000 is why I hit the problem)
14003 ____________________________________________________________________________
14004 [ 3438] By: gsar on 1999/05/20 16:41:01
14005 Log: perlport 1.41 update from Chris Nandor <pudge@pobox.com>
14008 ____________________________________________________________________________
14009 [ 3437] By: jhi on 1999/05/20 07:14:39
14010 Log: Patches to fflushing in SunOS 4 from Andy Dougherty
14011 (via private email).
14013 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
14014 ! config_h.SH hints/sunos_4_1.sh
14015 ____________________________________________________________________________
14016 [ 3436] By: gsar on 1999/05/20 05:18:26
14017 Log: various little nits
14019 ! doop.c ext/SDBM_File/sdbm/dba.c ext/SDBM_File/sdbm/dbd.c
14020 ! ext/SDBM_File/sdbm/dbe.c os2/os2.c pod/perldiag.pod pp.c
14021 ! win32/perlhost.h win32/win32.c x2p/walk.c
14022 ____________________________________________________________________________
14023 [ 3435] By: jhi on 1999/05/18 16:25:49
14024 Log: From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
14025 To: perl5-porters@perl.org
14026 Subject: installperl
14027 Date: Fri, 14 May 1999 21:34:58 +0100
14028 Message-Id: <199905142034.VAA00865@crypt.compulink.co.uk>
14031 ____________________________________________________________________________
14032 [ 3434] By: jhi on 1999/05/17 21:25:54
14033 Log: Integrate from mainperl.
14035 +> lib/ExtUtils/MM_Cygwin.pm
14036 - cygwin32/impure_ptr.c
14037 !> MANIFEST README.cygwin32 XSUB.h cygwin32/Makefile.SHs
14038 !> cygwin32/perlld.in dosish.h ext/DynaLoader/dl_cygwin32.xs
14039 !> ext/POSIX/POSIX.xs gv.c hints/cygwin32.sh installman
14040 !> installperl perl.h pod/perldiag.pod pp.c pp_hot.c util.c
14041 !> x2p/find2perl.PL
14042 ____________________________________________________________________________
14043 [ 3433] By: gsar on 1999/05/17 09:49:01
14044 Log: integrate cfgperl changes into mainline
14046 !> Configure INSTALL config_h.SH configure.com embed.h
14047 !> ext/Devel/Peek/Peek.xs ext/Socket/Socket.xs global.sym
14048 !> hints/dec_osf.sh objXSUB.h perl.h pod/perldiag.pod proto.h
14050 ____________________________________________________________________________
14051 [ 3432] By: gsar on 1999/05/17 09:06:45
14052 Log: emit more appropriate diagnostic for failed glob (variant
14053 of patch suggested by Graham Barr)
14055 ! gv.c pod/perldiag.pod pp.c pp_hot.c
14056 ____________________________________________________________________________
14057 [ 3431] By: gsar on 1999/05/17 08:38:09
14058 Log: From: "Todd C. Miller" <Todd.Miller@courtesan.com>
14059 Date: Thu, 13 May 1999 22:18:43 -0600 (MDT)
14060 Message-Id: <199905140418.WAA18826@xerxes.courtesan.com>
14061 Subject: find2perl does not grok the 'c' suffix to the -size argument
14064 ____________________________________________________________________________
14065 [ 3430] By: gsar on 1999/05/17 08:26:21
14066 Log: additional cleanups for cygwin32 port
14067 From: "Fifer, Eric" <EFifer@sanwaint.com>
14068 Date: Wed, 12 May 1999 20:25:54 +0100
14069 Message-ID: <71E287AB0D94D111BBD600600849EC8185EDAF@POST>
14070 Subject: [PATCH]perl5.005_03 (CORE) cygwin32 port
14072 + lib/ExtUtils/MM_Cygwin.pm
14073 - cygwin32/impure_ptr.c
14074 ! MANIFEST README.cygwin32 XSUB.h cygwin32/Makefile.SHs
14075 ! cygwin32/perlld.in dosish.h ext/DynaLoader/dl_cygwin32.xs
14076 ! ext/POSIX/POSIX.xs hints/cygwin32.sh installman installperl
14078 ____________________________________________________________________________
14079 [ 3429] By: gsar on 1999/05/17 08:01:04
14080 Log: From: Andy Dougherty <doughera@lafayette.edu>
14081 Date: Wed, 12 May 1999 11:44:11 -0400 (EDT)
14082 Message-Id: <Pine.GSU.4.05.9905121136520.25150-100000@newton.phys>
14083 Subject: [PATCH] (Was Re: SunOS4.1 compilation error)
14086 ____________________________________________________________________________
14087 [ 3428] By: jhi on 1999/05/17 07:03:26
14088 Log: Integrate from mainperl modulo the Socket.xs change.
14090 !> ext/Socket/Socket.xs op.c win32/include/sys/socket.h
14091 !> win32/win32.c win32/win32.h
14092 ____________________________________________________________________________
14093 [ 3427] By: jhi on 1999/05/16 22:09:11
14094 Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
14095 To: perl5-porters@perl.org (Mailing list Perl5)
14096 Subject: [PATCH 5.005_56] Devel::Peek::mstat not working
14097 Date: Sun, 16 May 1999 01:28:18 -0400 (EDT)
14098 Message-Id: <199905160528.BAA23376@monk.mps.ohio-state.edu>
14100 ! ext/Devel/Peek/Peek.xs
14101 ____________________________________________________________________________
14102 [ 3426] By: jhi on 1999/05/16 22:07:11
14103 Log: From: Mark-Jason Dominus <mjd@plover.com>
14104 To: perl5-porters@perl.com
14105 Subject: DOC PATCH (5.005_55): Error message missing from perldiag.pod
14106 Date: Sat, 15 May 1999 12:43:47 -0400
14107 Message-ID: <19990515164348.7313.qmail@plover.com>
14110 ____________________________________________________________________________
14111 [ 3425] By: nick on 1999/05/15 15:56:10
14112 Log: Mingw32 + w32api-0.1.5 tweaks
14113 - now more like other Win32 compilers
14115 ! ext/Socket/Socket.xs win32/include/sys/socket.h win32/win32.c
14117 ____________________________________________________________________________
14118 [ 3424] By: nick on 1999/05/14 21:04:22
14119 Log: Experimental "slab" allocator for ops.
14120 To try it -DPL_OP_SLAB_ALLOC for op.c
14121 This is for proof of concept only, it leaks memory
14122 (ops are not free'd) so don't use in embedded apps.
14123 If this minimalist version does not show performance
14124 gain then whole idea is worthless.
14125 Nick see's approx 12% speed up vs perlmalloc running
14126 perl -Ilib -MCPAN -e ''
14127 Solaris2.6, gcc-2.8.1 but numbers are not repeatable.
14130 ____________________________________________________________________________
14131 [ 3423] By: gsar on 1999/05/14 19:55:04
14132 Log: on win32, look for "site/5.XXX/lib" if "site/5.XXXYY/lib" isn't
14133 found (brings sitelib intuition in line with privlib)
14136 ____________________________________________________________________________
14137 [ 3422] By: jhi on 1999/05/14 08:08:01
14138 Log: From: pvhp@forte.com (Peter Prymmer)
14139 To: perl5-porters@perl.org, vmsperl@perl.org
14140 Subject: [PATCH: 5.005_56] add config.msg to VMS configure.com
14141 Date: Thu, 13 May 99 15:29:57 PDT
14142 Message-Id: <9905132229.AA15854@forte.com>
14145 ____________________________________________________________________________
14146 [ 3421] By: jhi on 1999/05/14 07:34:20
14147 Log: Integrate from mainperl.
14149 !> lib/ExtUtils/MM_Unix.pm win32/win32.c
14150 ____________________________________________________________________________
14151 [ 3420] By: jhi on 1999/05/14 07:33:26
14152 Log: Still fflushing.
14154 ! Configure config_h.SH util.c
14155 ____________________________________________________________________________
14156 [ 3419] By: gsar on 1999/05/14 03:08:29
14157 Log: mortalize string allocations by win32_get_{priv,site}lib()
14158 (fixes small memory leak in interpreter)
14161 ____________________________________________________________________________
14162 [ 3418] By: gsar on 1999/05/14 03:06:50
14163 Log: make win32_longname() preserve kind of slashes in argument
14166 ____________________________________________________________________________
14167 [ 3417] By: gsar on 1999/05/14 03:04:44
14168 Log: canonicalize path for $(FULLPERL) and $(PERL) in MakeMaker
14170 ! lib/ExtUtils/MM_Unix.pm
14171 ____________________________________________________________________________
14172 [ 3416] By: jhi on 1999/05/13 21:18:06
14173 Log: Integrate from mainperl.
14176 ____________________________________________________________________________
14177 [ 3415] By: jhi on 1999/05/13 21:16:49
14178 Log: Fixes from Andy Dougherty (via private email).
14180 ! Configure config_h.SH
14181 ____________________________________________________________________________
14182 [ 3414] By: nick on 1999/05/13 20:04:26
14183 Log: valist vs va_list typo
14186 ____________________________________________________________________________
14187 [ 3413] By: jhi on 1999/05/13 15:04:05
14188 Log: From: Andy Dougherty <doughera@lafayette.edu>
14189 To: perlbug@perl.com
14190 Subject: [PATCH] (Was Re: SunOS4.1 compilation error)
14191 Date: Wed, 12 May 1999 11:44:11 -0400 (EDT)
14192 Message-Id: <Pine.GSU.4.05.9905121136520.25150-100000@newton.phys>
14195 ____________________________________________________________________________
14196 [ 3412] By: jhi on 1999/05/13 14:20:17
14197 Log: Integrate from mainperl.
14200 ____________________________________________________________________________
14201 [ 3411] By: gsar on 1999/05/13 14:16:56
14202 Log: docatch_body() declaration mismatch
14205 ____________________________________________________________________________
14206 [ 3410] By: jhi on 1999/05/13 13:51:44
14207 Log: Add HAS_MEMCHR and make memchr into a cpp macro if it already isn't.
14209 ! Configure config_h.SH perl.h
14210 ____________________________________________________________________________
14211 [ 3409] By: jhi on 1999/05/13 13:31:53
14212 Log: Still fflushing strong.
14214 ! Configure config_h.SH embed.h global.sym objXSUB.h perl.h
14216 ____________________________________________________________________________
14217 [ 3408] By: jhi on 1999/05/12 14:30:23
14218 Log: Integrate from mainperl.
14220 !> (integrate 30 files)
14221 ____________________________________________________________________________
14222 [ 3407] By: jhi on 1999/05/12 12:28:31
14223 Log: Be tidier with fflush(NULL) testing.
14225 ! Configure config_h.SH
14226 ____________________________________________________________________________
14227 [ 3406] By: gsar on 1999/05/12 11:26:03
14228 Log: better range-checking on list slices, with test
14229 From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
14230 Date: Sun, 02 May 1999 17:02:53 +0100
14231 Message-Id: <199905021602.RAA13905@crypt.compulink.co.uk>
14232 Subject: Re: List slice of undefs returns 0 items
14235 ____________________________________________________________________________
14236 [ 3405] By: gsar on 1999/05/12 11:22:27
14237 Log: change#3397 needs test tweak
14239 ! Changes t/pragma/warn/sv
14240 ____________________________________________________________________________
14241 [ 3404] By: gsar on 1999/05/12 11:07:44
14242 Log: typo in change#3397
14245 ____________________________________________________________________________
14246 [ 3403] By: gsar on 1999/05/12 10:49:01
14247 Log: From: Stephen Zander <gibreel@pobox.com>
14248 Date: 12 May 1999 01:22:31 -0700
14249 Message-ID: <87u2tik88o.fsf@pooh.fire-swamp.net>
14250 Subject: Re: Test::Harness runs tainted tests with wrong library path
14252 ! lib/Test/Harness.pm
14253 ____________________________________________________________________________
14254 [ 3402] By: gsar on 1999/05/12 10:42:06
14255 Log: typo in change#3400
14257 ! ext/B/B/Deparse.pm
14258 ____________________________________________________________________________
14259 [ 3401] By: jhi on 1999/05/12 10:40:42
14260 Log: A better, shinier, and possibly even correctly working
14261 reincarnation of #3398.
14263 ! Configure config_h.SH
14264 ____________________________________________________________________________
14265 [ 3400] By: gsar on 1999/05/12 10:40:11
14266 Log: deparse \&func() as \(&func()) for clarity
14267 From: Albert Dvornik <bert@genscan.com>
14268 Date: 11 May 1999 13:32:04 -0400
14269 Message-ID: <tqk8ufwm0b.fsf@puma.genscan.com>
14270 Subject: [PATCH 5.005_56] Deparse and \&func() (was Re: File::Find...)
14272 ! ext/B/B/Deparse.pm
14273 ____________________________________________________________________________
14274 [ 3399] By: gsar on 1999/05/12 10:36:02
14275 Log: more testsuite smarts (many of them courtesy Ilya)
14277 ! lib/Test/Harness.pm t/comp/cpp.t t/io/pipe.t t/lib/db-btree.t
14278 ! t/lib/db-hash.t t/lib/db-recno.t t/lib/gdbm.t
14279 ! t/lib/io_multihomed.t t/lib/io_pipe.t t/lib/io_sock.t
14280 ! t/lib/io_udp.t t/lib/io_unix.t t/lib/ipc_sysv.t t/lib/ndbm.t
14281 ! t/lib/odbm.t t/lib/thread.t t/op/exec.t t/op/fork.t
14282 ! t/op/grent.t t/op/groups.t t/op/nothread.t t/op/numconvert.t
14284 ____________________________________________________________________________
14285 [ 3398] By: jhi on 1999/05/12 09:33:08
14286 Log: Detect whether fflush(NULL) works as per change #3352.
14288 ! Configure config_h.SH perl.h
14289 ____________________________________________________________________________
14290 [ 3397] By: gsar on 1999/05/12 08:56:03
14291 Log: From: jan.dubois@ibm.net (Jan Dubois)
14292 Date: Wed, 12 May 1999 01:01:00 +0200
14293 Message-ID: <3741b5e8.20386944@smtp1.ibm.net>
14294 Subject: [PATCH 5.005_03] chop/chomp modify readonly values
14297 ____________________________________________________________________________
14298 [ 3396] By: gsar on 1999/05/12 08:23:27
14299 Log: opendir(D,"x:") on win32 opens cwd() for drive rather than root;
14300 stat() behaves similarly
14303 ____________________________________________________________________________
14304 [ 3395] By: jhi on 1999/05/11 22:21:32
14305 Log: Redo parts of #3341 and #3358 that #3394 undid.
14307 ! Configure config_h.SH
14308 ____________________________________________________________________________
14309 [ 3394] By: jhi on 1999/05/11 22:03:48
14310 Log: Add I_NETINET_TCP to help change #3391.
14312 ! Configure config_h.SH ext/Socket/Socket.xs
14313 ____________________________________________________________________________
14314 [ 3393] By: jhi on 1999/05/11 21:44:59
14315 Log: Integrate from mainperl.
14317 !> (integrate 55 files)
14318 ____________________________________________________________________________
14319 [ 3392] By: gsar on 1999/05/11 20:56:43
14320 Log: update embedvar.h
14322 ! embedvar.h ext/ByteLoader/ByteLoader.pm pod/perldelta.pod
14323 ____________________________________________________________________________
14324 [ 3391] By: gsar on 1999/05/11 16:32:05
14325 Log: From: Joshua Pritikin <joshua.pritikin@db.com>
14326 Date: Tue, 11 May 1999 11:10:13 -0400 (EDT)
14327 Message-ID: <Pine.GSO.4.02.9905111106460.1418-100000@eq1062.wks.na.deuba.com>
14328 Subject: Socket IPPROTO_TCP [PATCH 5.005_5x]
14330 ! ext/Socket/Socket.pm ext/Socket/Socket.xs
14331 ____________________________________________________________________________
14332 [ 3390] By: gsar on 1999/05/11 15:27:40
14333 Log: display more frequent progress messages when STDOUT is a tty
14335 ! lib/Test/Harness.pm
14336 ____________________________________________________________________________
14337 [ 3389] By: gsar on 1999/05/11 14:40:58
14338 Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
14339 Date: Mon, 10 May 1999 02:07:01 -0400 (EDT)
14340 Message-Id: <199905100607.CAA26045@monk.mps.ohio-state.edu>
14341 Subject: [PATCH 5.005_53] Explanations by Test::Harness
14343 ! lib/Test/Harness.pm
14344 ____________________________________________________________________________
14345 [ 3388] By: gsar on 1999/05/11 14:08:14
14346 Log: avoid creating spurious subroutine stubs on failed subroutine
14347 call and other places of sv_2cv() misuse; fixes problems with
14348 failed subroutine calls "hiding" later attempts to lookup methods
14351 ! gv.c perl.c pod/perlguts.pod pp_hot.c sv.c t/op/method.t
14352 ____________________________________________________________________________
14353 [ 3387] By: gsar on 1999/05/11 09:34:13
14354 Log: various fixes for clean build and test on win32; configpm broken,
14355 needed to open myconfig.SH rather than myconfig; sundry adjustments
14356 to bytecode stuff; tweaks to DYNAMIC_ENV_FETCH code to make it
14357 work under win32; getenv_sv() changed to getenv_len() since SVs
14358 aren't visible in the lower echelons; remove bogus exports from
14359 config.sym; PERL_OBJECT-ness for C++ exception support; null out
14360 IoDIRP in filter_del() or sv_free() will attempt to close it
14362 ! Changes bytecode.pl byterun.c byterun.h configpm embed.h
14363 ! embed.pl ext/B/B/Asmdata.pm ext/ByteLoader/ByteLoader.xs
14364 ! ext/DynaLoader/dlutils.c global.sym hv.c iperlsys.h objXSUB.h
14365 ! op.c perl.c perl.h pp.c pp_ctl.c proto.h scope.c scope.h
14366 ! t/io/open.t t/op/magic.t toke.c util.c vms/vms.c vms/vmsish.h
14367 ! win32/GenCAPI.pl win32/Makefile win32/config.bc
14368 ! win32/config.gc win32/config.vc win32/makedef.pl
14369 ! win32/makefile.mk win32/perlhost.h win32/runperl.c
14370 ! win32/win32.c win32/win32.h
14371 ____________________________________________________________________________
14372 [ 3386] By: gsar on 1999/05/11 02:49:07
14373 Log: gutsupport for C++ exceptions
14374 From: Chip Salzenberg <chip@perlsupport.com>
14375 Date: Tue, 9 Mar 1999 11:51:57 -0500
14376 Message-ID: <19990309115157.E7911@perlsupport.com>
14377 Subject: [PATCH 5.005] Flexible Exceptions
14379 ! embed.h global.sym objXSUB.h perl.c perl.h pp_ctl.c proto.h
14380 ! scope.c scope.h thrdvar.h util.c
14381 ____________________________________________________________________________
14382 [ 3385] By: gsar on 1999/05/10 19:33:36
14383 Log: "weak" references internals, still needs perlguts documentation
14384 (somewhat modified version of patch suggested by Tuomas J. Lukka
14385 <lukka@fas.harvard.edu>)
14387 ! dump.c embed.h embed.pl global.sym mg.c objXSUB.h perl.h
14388 ! pod/perldiag.pod proto.h sv.c sv.h util.c
14389 ____________________________________________________________________________
14390 [ 3384] By: jhi on 1999/05/10 18:21:43
14391 Log: Circumnavigate Digital UNIX 4.0D miniperl core dump
14392 (due to QAR 56761) (the bug has been fixed in 4.0E or better)
14394 ! INSTALL hints/dec_osf.sh
14395 ____________________________________________________________________________
14396 [ 3381] By: jhi on 1999/05/10 14:39:28
14397 Log: Integrate from mainperl.
14399 +> cygwin32/Makefile.SHs cygwin32/build-instructions.READFIRST
14400 +> cygwin32/build-instructions.charles-wilson
14401 +> cygwin32/build-instructions.sebastien-barre
14402 +> cygwin32/build-instructions.steven-morlock
14403 +> cygwin32/build-instructions.steven-morlock2
14404 +> cygwin32/impure_ptr.c cygwin32/ld2.in cygwin32/perlld.in
14405 +> ext/ByteLoader/ByteLoader.pm ext/ByteLoader/ByteLoader.xs
14406 +> ext/ByteLoader/Makefile.PL pod/Win32.pod t/lib/io_linenum.t
14407 +> t/op/numconvert.t utils/perlbc.PL
14408 - cygwin32/cw32imp.h cygwin32/gcc2 cygwin32/ld2 cygwin32/perlgcc
14410 !> (integrate 105 files)
14411 ____________________________________________________________________________
14412 [ 3380] By: gsar on 1999/05/10 12:27:14
14413 Log: regen regnodes.h
14415 ! Changes regnodes.h
14416 ____________________________________________________________________________
14417 [ 3379] By: gsar on 1999/05/10 12:17:26
14418 Log: From: jan.dubois@ibm.net (Jan Dubois)
14419 Date: Sat, 01 May 1999 22:55:36 +0200
14420 Message-ID: <373067e9.56194713@smtp1.ibm.net>
14421 Subject: [PATCH 5.005_56] Win32 and VC++ 98 doesn't support CASTI
14423 ! pod/perlfunc.pod pod/perlop.pod win32/config.vc
14424 ! win32/config_H.vc
14425 ____________________________________________________________________________
14426 [ 3378] By: gsar on 1999/05/10 12:07:13
14427 Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
14428 Date: Fri, 30 Apr 1999 22:26:09 -0400 (EDT)
14429 Message-Id: <199905010226.WAA19127@monk.mps.ohio-state.edu>
14430 Subject: [PATCH 5.005_56] Self-consistent numeric conversion again
14432 + t/op/numconvert.t
14433 ! MANIFEST doio.c dump.c perl.h pp.c pp_hot.c sv.c sv.h toke.c
14435 ____________________________________________________________________________
14436 [ 3377] By: gsar on 1999/05/10 11:39:48
14437 Log: pp_modulo comment tweak from Ilya
14440 ____________________________________________________________________________
14441 [ 3376] By: gsar on 1999/05/10 11:30:40
14442 Log: From: Joshua Pritikin <joshua.pritikin@db.com>
14443 Date: Fri, 7 May 1999 11:31:00 -0400 (EDT)
14444 Message-ID: <Pine.GSO.4.02.9905071127100.1449-100000@eq1062.wks.na.deuba.com>
14445 Subject: Test.pm update [PATCH _56]
14448 ____________________________________________________________________________
14449 [ 3375] By: gsar on 1999/05/10 11:28:30
14450 Log: From: jan.dubois@ibm.net (Jan Dubois)
14451 Date: Fri, 07 May 1999 00:59:54 +0200
14452 Message-ID: <373318ae.19292461@smtp1.ibm.net>
14453 Subject: Re: Using existing memory for an SV's PV
14456 ____________________________________________________________________________
14457 [ 3374] By: gsar on 1999/05/10 11:23:44
14458 Log: From: jan.dubois@ibm.net (Jan Dubois)
14459 Date: Fri, 07 May 1999 00:59:52 +0200
14460 Message-ID: <37321800.19118320@smtp1.ibm.net>
14461 Subject: [PATCH 5.005_56] Fix -Dm memory debugging for PERL_OBJECT
14464 ____________________________________________________________________________
14465 [ 3373] By: gsar on 1999/05/10 11:22:10
14466 Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
14467 Date: Thu, 6 May 1999 18:17:28 -0400
14468 Message-ID: <19990506181728.A12433@monk.mps.ohio-state.edu>
14469 Subject: Re: [PATCH 5.005_56] Make open(F,"command |") return correct err(no)
14471 ! doio.c embed.h global.sym objXSUB.h pod/perldiag.pod proto.h
14473 ____________________________________________________________________________
14474 [ 3372] By: gsar on 1999/05/10 10:57:49
14475 Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
14476 Date: Thu, 6 May 1999 01:21:05 -0400 (EDT)
14477 Message-Id: <199905060521.BAA03485@monk.mps.ohio-state.edu>
14478 Subject: [PATCH 5.005_56] Cosmetic: data-driven REx-dump
14480 ! regcomp.c regcomp.pl
14481 ____________________________________________________________________________
14482 [ 3371] By: gsar on 1999/05/10 10:54:01
14483 Log: From: lane@duphy4.physics.drexel.edu
14484 Date: Tue, 04 May 1999 10:19:25 -0700
14485 Message-Id: <3.0.6.32.19990504101925.02ecde30@ous.edu>
14486 Subject: [PATCH 5.005.56] pod->html VMS fixes
14488 ! installhtml lib/Pod/Html.pm
14489 ____________________________________________________________________________
14490 [ 3370] By: gsar on 1999/05/10 10:45:52
14491 Log: testsuite nits
14493 ! t/lib/io_linenum.t t/op/filetest.t
14494 ____________________________________________________________________________
14495 [ 3369] By: gsar on 1999/05/10 10:35:22
14496 Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
14497 Date: Mon, 3 May 1999 22:38:50 -0400 (EDT)
14498 Message-Id: <199905040238.WAA01865@monk.mps.ohio-state.edu>
14499 Subject: [PATCH 5.005_53] Quickier thread-specific data on OS/2
14501 ! os2/os2ish.h os2/os2thread.h
14502 ____________________________________________________________________________
14503 [ 3368] By: gsar on 1999/05/10 10:00:11
14504 Log: From: Albert Dvornik <bert@genscan.com>
14505 Date: 03 May 1999 12:20:57 -0400
14506 Message-ID: <tqlnf6gm52.fsf@puma.genscan.com>
14507 Subject: [PATCH 5.005_56] do_sv_dump does dump (core) on IO handles
14510 ____________________________________________________________________________
14511 [ 3367] By: gsar on 1999/05/10 09:55:51
14512 Log: shadow password support for Solaris (needs Configure help to
14513 determine HAS_GETSPENT)
14514 From: "Patrick O'Brien" <pdo@cs.umd.edu>
14515 Date: Sat, 01 May 1999 19:41:17 -0400
14516 Message-Id: <199905012341.TAA23989@optimus.cs.umd.edu>
14517 Subject: getpwent() under solaris
14520 ____________________________________________________________________________
14521 [ 3366] By: gsar on 1999/05/10 09:45:58
14522 Log: From: jan.dubois@ibm.net (Jan Dubois)
14523 Date: Sat, 01 May 1999 23:45:47 +0200
14524 Message-ID: <373373fb.59284266@smtp1.ibm.net>
14525 Subject: [PATCH 5.005_56] Add POLLUTE=1 option to MakeMaker
14527 ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MakeMaker.pm
14528 ! pod/perldelta.pod
14529 ____________________________________________________________________________
14530 [ 3365] By: gsar on 1999/05/10 09:34:22
14531 Log: test suite and fix input_line_number()
14532 From: Paul Johnson <pjcj@transeda.com>
14533 Date: Thu, 29 Apr 1999 06:28:14 +0100
14534 Message-ID: <19990429062814.A17906@west-tip.transeda.com>
14535 Subject: [PATCH] IO::Handle 1.20 (was Re: FAIL Gedcom-1.01 i86pc-solaris 2.6)
14537 + t/lib/io_linenum.t
14538 ! MANIFEST ext/IO/lib/IO/Handle.pm
14539 ____________________________________________________________________________
14540 [ 3364] By: gsar on 1999/05/10 09:20:56
14541 Log: fix overeager [:foo:] parsing
14542 From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
14543 Date: Fri, 30 Apr 1999 09:26:18 +0100
14544 Message-Id: <199904300826.JAA01257@crypt.compulink.co.uk>
14545 Subject: [PATCH 5.005_{56,03}] Re: Regular expression difference b/n 5.004 & 5.005
14547 ! regcomp.c t/op/re_tests
14548 ____________________________________________________________________________
14549 [ 3363] By: gsar on 1999/05/10 09:09:21
14550 Log: documentation for Win32 builtins (somewhat modified)
14551 From: jan.dubois@ibm.net (Jan Dubois)
14552 Date: Tue, 30 Mar 1999 08:05:03 +0200
14553 Message-ID: <37006783.1926460@smtp1.ibm.net>
14554 Subject: Re: Issues with build 509
14558 ____________________________________________________________________________
14559 [ 3362] By: gsar on 1999/05/10 08:22:07
14560 Log: provide File::Copy::syscopy() via Win32::CopyFile() on win32
14562 ! lib/File/Copy.pm win32/win32.c
14563 ____________________________________________________________________________
14564 [ 3361] By: gsar on 1999/05/10 08:11:29
14565 Log: escape ampersands in <pre> sections
14567 ! Changes lib/Pod/Html.pm
14568 ____________________________________________________________________________
14569 [ 3360] By: gsar on 1999/05/10 08:04:14
14570 Log: AIX hints enhancements (threads build, SOCKS support)
14571 From: "David R. Favor" <dfavor@austin.ibm.com>
14572 Date: Wed, 28 Apr 1999 08:45:28 -0500
14573 Message-ID: <372710F8.B1F73BEB@austin.ibm.com>
14574 Subject: Working build for AIX + gcc + threading
14577 ____________________________________________________________________________
14578 [ 3359] By: gsar on 1999/05/10 07:49:26
14579 Log: more Compiler patches from Vishal Bhatia <vishalb@my-dejanews.com>
14580 Date: Tue, 27 Apr 1999 23:47:24 PDT
14581 Message-ID: <19990428064724.95244.qmail@hotmail.com>
14582 Subject: [PATCH 5.005_56] Saving Tied hashes ( C.pm)
14584 Date: Thu, 29 Apr 1999 18:21:06 -0700
14585 Message-ID: <GEFPBFDJADFJBAAA@my-dejanews.com>
14586 Subject: [PATCH 5.005_56] double constants ( C.pm)
14588 Date: Mon, 03 May 1999 20:21:31 PDT
14589 Message-ID: <19990504032131.81113.qmail@hotmail.com>
14590 Subject: [PATCH 5.005_56] Overloading implementation ( Compiler)
14592 Date: Thu, 06 May 1999 17:57:09 -0700
14593 Message-ID: <FCJELBLAJBOBAAAA@my-dejanews.com>
14596 ! ext/B/B.pm ext/B/B.xs ext/B/B/Bblock.pm ext/B/B/C.pm
14597 ! ext/B/B/CC.pm ext/B/B/Stash.pm t/harness
14598 ____________________________________________________________________________
14599 [ 3358] By: gsar on 1999/05/10 04:39:15
14600 Log: cygwin32 update (untested adaptation of patch against 5.005_03)
14601 From: alexander smishlajev <als@turnhere.com>
14602 Date: Sun, 25 Apr 1999 14:58:29 +0300
14603 Message-ID: <37230365.5F68B460@turnhere.com>
14604 Subject: [PATCH]5.005_03 (CORE) cygwin32 port
14606 + cygwin32/Makefile.SHs cygwin32/build-instructions.READFIRST
14607 + cygwin32/build-instructions.charles-wilson
14608 + cygwin32/build-instructions.sebastien-barre
14609 + cygwin32/build-instructions.steven-morlock
14610 + cygwin32/build-instructions.steven-morlock2
14611 + cygwin32/impure_ptr.c cygwin32/ld2.in cygwin32/perlld.in
14612 - cygwin32/cw32imp.h cygwin32/gcc2 cygwin32/ld2 cygwin32/perlgcc
14614 ! Configure EXTERN.h MANIFEST Makefile.SH README.cygwin32 XSUB.h
14615 ! cflags.SH config_h.SH dosish.h ext/POSIX/Makefile.PL
14616 ! ext/SDBM_File/sdbm/pair.c hints/cygwin32.sh installperl
14617 ! lib/Cwd.pm lib/ExtUtils/MakeMaker.pm lib/perl5db.pl
14618 ! makedepend.SH perl.h perlvars.h pp_hot.c pp_sys.c regcomp.c
14619 ! t/io/fs.t t/io/tell.t t/lib/anydbm.t t/op/stat.t util.c
14620 ____________________________________________________________________________
14621 [ 3357] By: gsar on 1999/05/10 04:07:07
14622 Log: applied suggested patch, modulo already applied parts
14623 From: Charles Bailey <BAILEY@newman.upenn.edu>
14624 Date: Sat, 24 Apr 1999 20:12:43 -0400 (EDT)
14625 Message-id: <01JAF9UAV9XG002O0W@mail.newman.upenn.edu>
14626 Subject: [Patch 5.005_56] VMS consolidated patch #2
14628 ! configure.com t/op/filetest.t t/op/taint.t t/pragma/warn/doio
14629 ! t/pragma/warn/mg t/pragma/warn/pp_sys t/pragma/warn/sv
14630 ! vms/descrip_mms.template vms/ext/vmsish.t vms/perlvms.pod
14631 ! vms/subconfigure.com vms/test.com vms/vms.c
14632 ____________________________________________________________________________
14633 [ 3356] By: gsar on 1999/05/10 03:48:08
14634 Log: applied suggested patch, with win32 and PERL_OBJECT additions
14635 From: Tom Hughes <tom@compton.nu>
14636 Date: Sat, 24 Apr 1999 18:11:59 +0100
14637 Message-ID: <609bdff748.tom@compton.compton.nu>
14638 Subject: ByteLoader patch
14640 + ext/ByteLoader/ByteLoader.pm ext/ByteLoader/ByteLoader.xs
14641 + ext/ByteLoader/Makefile.PL utils/perlbc.PL
14642 ! MANIFEST bytecode.h bytecode.pl byterun.c byterun.h embed.h
14643 ! embed.pl ext/B/B.xs ext/B/B/Asmdata.pm ext/B/B/Bytecode.pm
14644 ! ext/B/B/Debug.pm objXSUB.h op.c pp_ctl.c proto.h
14645 ! utils/Makefile win32/Makefile win32/makefile.mk
14646 ____________________________________________________________________________
14647 [ 3355] By: gsar on 1999/05/10 03:22:49
14648 Log: document 'test' attribute (from Andreas Koenig)
14650 ! lib/ExtUtils/MakeMaker.pm
14651 ____________________________________________________________________________
14652 [ 3354] By: gsar on 1999/05/10 03:12:37
14653 Log: From: pmarquess@bfsec.bt.co.uk
14654 Date: Thu, 22 Apr 1999 23:12:08 +0100
14655 Message-ID: <5104D4DBC598D211B5FE0000F8FE7EB29C6B45@mbtlipnt02.btlabs.bt.co.uk>
14656 Subject: PATCH for small bug in scan_bin
14659 ____________________________________________________________________________
14660 [ 3353] By: gsar on 1999/05/10 02:39:33
14661 Log: more bulletproof workaround for mangled paths (updates changes#3345,3350);
14662 provide Win32::GetLongPathName() to complement Win32::GetShortPathName()
14664 ! t/op/magic.t win32/makedef.pl win32/runperl.c win32/win32.c
14666 ____________________________________________________________________________
14667 [ 3352] By: gsar on 1999/05/09 22:47:39
14668 Log: flush all open output buffers before fork(), exec(), system, qx//
14669 and pipe open() operations, simplifying buffering headaches faced
14670 by users; uses fflush(NULL), which may need Configure test
14672 ! perl.h pod/perldelta.pod pod/perlfunc.pod pod/perlipc.pod
14673 ! pp_sys.c util.c vmesa/vmesa.c vms/vms.c win32/win32.c
14674 ____________________________________________________________________________
14675 [ 3351] By: gsar on 1999/05/09 21:11:51
14676 Log: perlcc on win32 (correct version of fix suggested by Jean-Louis
14677 Leroy <jll@skynet.be>)
14680 ____________________________________________________________________________
14681 [ 3350] By: gsar on 1999/05/09 20:39:11
14682 Log: normalize $^X to full pathname on win32
14685 ____________________________________________________________________________
14686 [ 3349] By: gsar on 1999/05/09 20:23:07
14687 Log: allow readline($globref), <$globref> already works
14690 ____________________________________________________________________________
14691 [ 3348] By: gsar on 1999/05/09 20:00:09
14692 Log: perldoc cleanups (variant of changes suggested by Christian Lemburg
14693 <lemburg@online-club.de>)
14696 ____________________________________________________________________________
14697 [ 3347] By: gsar on 1999/05/09 18:47:21
14698 Log: additions to Thread.pm docs from Tuomas J. Lukka
14699 <lukka@fas.harvard.edu>
14701 ! ext/Thread/Thread.pm
14702 ____________________________________________________________________________
14703 [ 3346] By: gsar on 1999/05/09 18:38:00
14704 Log: From: Stephen McCamant <smccam@uclink4.berkeley.edu>
14705 Date: Sat, 17 Apr 1999 02:46:13 -0700 (PDT)
14706 Message-ID: <14103.57454.614253.598264@fre-76-120.reshall.berkeley.edu>
14707 Subject: [PATCH _56] Re: pdt: Perl Development Tools?
14710 ____________________________________________________________________________
14711 [ 3345] By: gsar on 1999/05/09 18:22:43
14712 Log: work around mangled archname on win32 while finding privlib/sitelib;
14713 normalize lib paths to forward slashes internally
14716 ____________________________________________________________________________
14717 [ 3344] By: gsar on 1999/05/09 03:20:06
14718 Log: fix typo in dbm filters that caused odbm.t to fail
14720 ! ext/ODBM_File/ODBM_File.xs t/lib/odbm.t
14721 ____________________________________________________________________________
14722 [ 3343] By: gsar on 1999/05/09 02:02:59
14723 Log: tweak test totals
14725 ! Changes t/lib/tie-stdhandle.t
14726 ____________________________________________________________________________
14727 [ 3342] By: gsar on 1999/05/09 01:42:06
14728 Log: import list propagation busted (pointed out by Ton Hospel
14729 <thospel@mail.dma.be>)
14732 ____________________________________________________________________________
14733 [ 3341] By: gsar on 1999/05/09 00:54:18
14734 Log: hpux needs {SHLIB_PATH,LDOPTS} rather than LD_{LIBRARY,RUN}_PATH
14735 (as suggested by Eric Boehm <boehm@nortelnetworks.com>)
14737 ! Configure Makefile.SH
14738 ____________________________________________________________________________
14739 [ 3340] By: gsar on 1999/05/09 00:40:41
14740 Log: generate manpages for newly added utils
14743 ____________________________________________________________________________
14744 [ 3339] By: gsar on 1999/05/09 00:33:50
14745 Log: From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
14746 Date: Sun, 02 May 1999 17:59:24 +0100
14747 Message-Id: <199905021659.RAA14016@crypt.compulink.co.uk>
14748 Subject: [PATCH] Re: ptr to realloced memory in yylex
14751 ____________________________________________________________________________
14752 [ 3338] By: jhi on 1999/05/08 22:40:29
14753 Log: Remove CONFIG item, add Digital UNIX 'ld' bug.
14756 ____________________________________________________________________________
14757 [ 3337] By: jhi on 1999/05/08 22:22:26
14758 Log: Integrate from mainperl.
14760 +> pod/perldbmfilter.pod t/io/open.t t/lib/tie-stdhandle.t
14761 !> (integrate 54 files)
14762 ____________________________________________________________________________
14763 [ 3336] By: gsar on 1999/05/08 21:48:22
14764 Log: make perldoc -f grok nested =items
14767 ____________________________________________________________________________
14768 [ 3335] By: gsar on 1999/05/08 19:48:11
14769 Log: allow AV/HV dereferences on pseudohashes ($ph->{foo}[1], etc.)
14771 ! op.c t/lib/fields.t
14772 ____________________________________________________________________________
14773 [ 3334] By: gsar on 1999/05/08 19:09:41
14774 Log: update test totals
14777 ____________________________________________________________________________
14778 [ 3333] By: gsar on 1999/05/08 16:56:02
14779 Log: mention unpack('pP',...) footshot (from Albert Dvornik <bert@genscan.com>)
14782 ____________________________________________________________________________
14783 [ 3332] By: gsar on 1999/05/08 16:46:44
14784 Log: applied suggested patch, added tests
14785 From: William Mann <wmann@avici.com>
14786 Date: Mon, 12 Apr 1999 12:25:22 -0400 (EDT)
14787 Message-Id: <199904121625.MAA00983@hwsrv1.avici.com>
14788 Subject: BigInt.pm extensions for logical operations
14790 ! lib/Math/BigInt.pm pod/perldelta.pod t/lib/bigintpm.t
14791 ____________________________________________________________________________
14792 [ 3331] By: gsar on 1999/05/08 16:09:33
14793 Log: avoid temporary files named 'tmp'
14796 ____________________________________________________________________________
14797 [ 3330] By: nick on 1999/05/08 14:16:30
14798 Log: Implement OPEN, EOF, SEEK, TELL, BINMODE and FILENO as TIEHANDLE methods.
14799 Provide Tie::StdHandle
14800 Basic update of docs.
14802 + t/lib/tie-stdhandle.t
14803 ! lib/Tie/Handle.pm pod/perltie.pod pp_sys.c
14804 ____________________________________________________________________________
14805 [ 3329] By: nick on 1999/05/08 12:03:45
14806 Log: Tweaks to open(my $fh,...) stuff
14808 ! op.c pp.c pp_sys.c t/io/open.t
14809 ____________________________________________________________________________
14810 [ 3328] By: nick on 1999/05/08 11:18:42
14811 Log: Bring SDBM_File.xs into line with new typemap
14813 ! ext/SDBM_File/SDBM_File.xs
14814 ____________________________________________________________________________
14815 [ 3327] By: gsar on 1999/05/08 00:07:11
14816 Log: add test case for AUTOLOAD reentrancy fix in change#3279
14818 ! t/lib/autoloader.t
14819 ____________________________________________________________________________
14820 [ 3326] By: nick on 1999/05/07 21:24:50
14821 Log: Implement open( my $fh, ...) and similar.
14822 Set flag in op.c for "constructor ops"
14823 In pp_rv2gv, if flag is set and arg is PADSV and uninit
14824 vivify as reference to a detached GV.
14825 (Name of GV is the pad name.)
14826 This scheme should "just work" for pipe/socket etc. too.
14828 #if 0 out the open(FH,undef) for now.
14829 Change t/io/open.t to test open(my $fh,...)
14831 ! op.c pp.c pp_sys.c t/io/open.t
14832 ____________________________________________________________________________
14833 [ 3325] By: nick on 1999/05/07 21:18:42
14834 Log: Correct SvLEN vs SvCUR which leads to odd "chunk" vs "line" in mess().
14837 ____________________________________________________________________________
14838 [ 3324] By: gsar on 1999/05/07 20:28:31
14839 Log: avoid using PL_sv_mutex in condpair_magic() (avoids hangs when
14840 intervening code has to allocate SVs)
14843 ____________________________________________________________________________
14844 [ 3323] By: gsar on 1999/05/07 19:45:08
14845 Log: allow line numbers to show in diagnostics during global destruction
14848 ____________________________________________________________________________
14849 [ 3322] By: gsar on 1999/05/07 09:38:11
14850 Log: From: Dan Sugalski <sugalskd@ous.edu>
14851 Date: Fri, 09 Apr 1999 16:16:39 -0700
14852 Message-Id: <3.0.6.32.19990409161639.02ea1050@ous.edu>
14853 Subject: [PATCH 5.005_03]Bug in MM_VMS.PM
14855 ! lib/ExtUtils/MM_VMS.pm
14856 ____________________________________________________________________________
14857 [ 3321] By: gsar on 1999/05/07 09:08:23
14858 Log: From: kwzh@gnu.org (Karl Heuer)
14859 Date: Wed, 7 Apr 1999 23:58:58 -0400
14860 Message-Id: <199904080358.XAA01192@mescaline.gnu.org>
14861 Subject: [perl-5.005.02] detect lack of /dev/tty
14864 ____________________________________________________________________________
14865 [ 3320] By: gsar on 1999/05/07 08:52:14
14866 Log: allow distinct prefix for versioned executables
14867 From: Roderick Schertler <roderick@argon.org>
14868 Date: Wed, 07 Apr 1999 15:34:56 -0400
14869 Message-ID: <3003.923513696@eeyore.ibcinc.com>
14870 Subject: perl55.00503 -> perl5.00503 patch for installperl
14872 ! INSTALL installperl
14873 ____________________________________________________________________________
14874 [ 3319] By: gsar on 1999/05/07 08:07:02
14875 Log: From: Dan Sugalski <sugalskd@osshe.edu>
14876 Date: Mon, 05 Apr 1999 15:38:42 -0700
14877 Message-Id: <3.0.6.32.19990405153842.0367b650@ous.edu>
14878 Subject: Re: chomp fails with $/ in fixed-length record mode
14880 From: Roderick Schertler <roderick@argon.org>
14881 Date: Tue, 06 Apr 1999 21:11:37 -0400
14882 Message-ID: <2795.923447497@eeyore.ibcinc.com>
14883 Subject: Re: chomp fails with $/ in fixed-length record mode
14885 ! doop.c pod/perlfunc.pod t/op/chop.t
14886 ____________________________________________________________________________
14887 [ 3318] By: gsar on 1999/05/07 07:56:35
14888 Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
14889 Date: Tue, 6 Apr 1999 01:40:36 -0400
14890 Message-ID: <19990406014035.A1238@monk.mps.ohio-state.edu>
14891 Subject: [PATCH 5.005_*] Make % use fmod()
14893 ! pp.c t/op/arith.t
14894 ____________________________________________________________________________
14895 [ 3317] By: gsar on 1999/05/07 04:18:11
14896 Log: DBM Filters (via private mail)
14897 From: pmarquess@bfsec.bt.co.uk
14898 Date: Sun, 18 Apr 1999 21:05:52 +0100
14899 Message-Id: <199904182009.NAA19152@activestate.com>
14900 Subject: DBM Filters
14902 + pod/perldbmfilter.pod
14903 ! MANIFEST ext/DB_File/Changes ext/DB_File/DB_File.pm
14904 ! ext/DB_File/DB_File.xs ext/DB_File/typemap
14905 ! ext/GDBM_File/GDBM_File.pm ext/GDBM_File/GDBM_File.xs
14906 ! ext/GDBM_File/typemap ext/NDBM_File/NDBM_File.pm
14907 ! ext/NDBM_File/NDBM_File.xs ext/NDBM_File/typemap
14908 ! ext/ODBM_File/ODBM_File.pm ext/ODBM_File/ODBM_File.xs
14909 ! ext/ODBM_File/typemap ext/SDBM_File/SDBM_File.pm
14910 ! ext/SDBM_File/SDBM_File.xs ext/SDBM_File/typemap
14911 ! lib/AnyDBM_File.pm pod/Makefile pod/buildtoc pod/perl.pod
14912 ! pod/perldelta.pod t/lib/db-btree.t t/lib/db-hash.t
14913 ! t/lib/db-recno.t t/lib/gdbm.t t/lib/ndbm.t t/lib/odbm.t
14915 ____________________________________________________________________________
14916 [ 3316] By: gsar on 1999/05/07 03:28:53
14917 Log: avoid negative return value from Win32::GetTickCount()
14918 From: jan.dubois@ibm.net (Jan Dubois)
14919 Date: Sat, 03 Apr 1999 19:04:18 +0200
14920 Message-ID: <37084742.22824479@smtp1.ibm.net>
14921 Subject: Re: Win32::GetTickCount
14924 ____________________________________________________________________________
14925 [ 3314] By: gsar on 1999/05/06 08:01:23
14926 Log: compiler fixes from Vishal Bhatia <vishalb@hotmail.com>
14927 Date: Tue, 30 Mar 1999 23:40:34 PST
14928 Message-ID: <19990331074034.6117.qmail@hotmail.com>
14929 Subject: [PATCH 5.005_56] pp_entersub and pp_leavewrite(CC.pm)
14931 Date: Wed, 07 Apr 1999 00:28:23 -0800
14932 Message-ID: <FGBNLNPOEELFAAAA@my-dejanews.com>
14933 Subject: [PATCH 5.005_56] function prototypes(B.pm)
14935 Date: Thu, 22 Apr 1999 23:40:52 -0700
14936 Message-ID: <OEAOMKBMLDADCAAA@my-dejanews.com>
14937 Subject: [PATCH 5.005_56 ] discarding worthless padsvs
14939 Date: Tue, 27 Apr 1999 01:14:49 PDT
14940 Message-ID: <19990427081449.28615.qmail@hotmail.com>
14941 Subject: [PATCH 5.005_56] pp_ncmp implementation ( CC.pm)
14943 ! ext/B/B.pm ext/B/B/CC.pm ext/B/B/Stackobj.pm t/op/gv.t
14945 ____________________________________________________________________________
14946 [ 3313] By: jhi on 1999/05/06 07:59:52
14947 Log: Integrate from mainperl.
14949 !> (integrate 33 files)
14950 ____________________________________________________________________________
14951 [ 3312] By: gsar on 1999/05/06 07:11:50
14952 Log: add Ethiopic section to unicode master database (from Ken
14953 Whistler <kenw@sybase.com>)
14955 ! lib/unicode/UnicodeData-Latest.txt
14956 ____________________________________________________________________________
14957 [ 3311] By: gsar on 1999/05/06 05:37:55
14958 Log: From: Damon Atkins <n107844@sysmgtdev.nabaus.com.au>
14959 Date: Tue, 30 Mar 1999 11:26:11 +1000 (EST)
14960 Message-Id: <199903300126.LAA20870@sysmgtdev.nabaus.com.au>
14961 Subject: Largefiles for Solaris
14963 ! hints/solaris_2.sh
14964 ____________________________________________________________________________
14965 [ 3310] By: gsar on 1999/05/06 05:14:35
14966 Log: emit more accurate diagnostic for syntax errors involving <>
14969 ! toke.c utils/perldoc.PL
14970 ____________________________________________________________________________
14971 [ 3309] By: gsar on 1999/05/06 04:36:31
14972 Log: additional test for IPC::Open3 (courtesy RonaldWS@aol.com)
14975 ____________________________________________________________________________
14976 [ 3308] By: gsar on 1999/05/06 03:19:16
14977 Log: applied first part of suggested patch (bug described cannot be
14978 reproduced any longer, so the second inconclusive part has not
14980 From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
14981 Date: Sun, 28 Mar 1999 04:51:34 +0100
14982 Message-Id: <199903280351.EAA20430@crypt.compulink.co.uk>
14983 Subject: [PATCH 5.005_56] Re: A core dump
14986 ____________________________________________________________________________
14987 [ 3307] By: gsar on 1999/05/06 01:56:06
14988 Log: fix bogus OPf_REF context in C<sort BLOCK @foo> (extension of
14992 ____________________________________________________________________________
14993 [ 3306] By: gsar on 1999/05/05 17:17:34
14994 Log: applied non-conflicting parts of suggested patch
14995 From: Charles Bailey <BAILEY@newman.upenn.edu>
14996 Date: Sat, 27 Mar 1999 00:16:51 -0400 (EDT)
14997 Message-id: <01J9AZY8I2PW001O2S@mail.newman.upenn.edu>
14998 Subject: [Patch 5.005_56] Revised VMS patch
15000 ! Changes ext/B/defsubs.h.PL hv.c iperlsys.h perl.c
15001 ! pod/perldiag.pod proto.h util.c vms/perlvms.pod vms/vms.c
15002 ____________________________________________________________________________
15003 [ 3305] By: gsar on 1999/05/05 16:20:19
15004 Log: make perldoc use backslashed pathnames within system() on win32
15006 ! pod/perldiag.pod pod/perlthrtut.pod utils/perldoc.PL
15007 ____________________________________________________________________________
15008 [ 3304] By: gsar on 1999/05/05 07:29:43
15009 Log: upgrade Pod::Parser to v1.081 from CPAN
15011 ! lib/Pod/Checker.pm lib/Pod/InputObjects.pm lib/Pod/Parser.pm
15012 ! lib/Pod/PlainText.pm lib/Pod/Select.pm lib/Pod/Usage.pm
15013 ! t/pod/special_seqs.t t/pod/special_seqs.xr t/pod/testp2pt.pl
15014 ____________________________________________________________________________
15015 [ 3303] By: gsar on 1999/05/05 07:02:07
15016 Log: From: Andy Dougherty <doughera@lafayette.edu>
15017 Date: Fri, 19 Mar 1999 12:31:35 -0500 (EST)
15018 Message-Id: <Pine.GSU.4.05.9903191208250.8899-100000@newton.phys>
15019 Subject: [PATCH 5.005_03-MT3] INSTALL patches
15022 ____________________________________________________________________________
15023 [ 3302] By: gsar on 1999/05/05 06:55:21
15024 Log: load base packages based on nonexistent $VERSION
15025 From: andreas.koenig@anima.de (Andreas J. Koenig)
15026 Date: 19 Mar 1999 06:00:28 +0100
15027 Message-ID: <sfcsob2m5ub.fsf@dubravka.in-berlin.de>
15028 Subject: Re: base.pm flaw
15030 ! lib/base.pm lib/locale.pm
15031 ____________________________________________________________________________
15032 [ 3301] By: gsar on 1999/05/04 05:41:08
15033 Log: pod2man outputs switched date and revision label (fix suggested by
15034 EthanSasiela@mede.com)
15037 ____________________________________________________________________________
15038 [ 3300] By: gsar on 1999/05/03 18:48:25
15039 Log: adjust win32_stat() to cope with FindFirstFile() and stat() bugs
15040 (makes opendir(D,"c:") work reliably)
15043 ____________________________________________________________________________
15044 [ 3299] By: gsar on 1999/05/02 19:39:55
15045 Log: add test case for change#3298
15047 ! sv.c t/op/readdir.t
15048 ____________________________________________________________________________
15049 [ 3298] By: gsar on 1999/05/02 19:24:41
15050 Log: close directory handles properly when localized
15053 ____________________________________________________________________________
15054 [ 3297] By: jhi on 1999/04/30 11:42:14
15055 Log: Integrate from mainperl.
15057 !> Changes config_h.SH configure.com lib/AutoLoader.pm
15058 !> lib/AutoSplit.pm lib/File/Path.pm pod/perlre.pod pp.c pp_ctl.c
15059 !> pp_sys.c proto.h regcomp.c t/op/die.t t/op/ref.t util.c
15060 !> vms/descrip_mms.template vms/gen_shrfls.pl vms/munchconfig.c
15061 !> vms/subconfigure.com win32/win32.c
15062 ____________________________________________________________________________
15063 [ 3293] By: chip on 1999/04/29 18:50:49
15064 Log: Fix shebang lines.
15065 Branch: maint-5.004/perl
15066 ! Porting/p4d2p h2pl/mksizes pod/checkpods.PL pod/pod2html.PL
15067 ! pod/pod2latex.PL pod/pod2man.PL pod/pod2text.PL utils/c2ph.PL
15068 ! utils/h2ph.PL utils/h2xs.PL utils/perlbug.PL utils/perldoc.PL
15069 ! utils/pl2pm.PL utils/splain.PL win32/bin/search.pl
15070 ! x2p/find2perl.PL x2p/s2p.PL
15071 ____________________________________________________________________________
15072 [ 3284] By: gsar on 1999/04/27 00:48:42
15073 Log: integrate change#3279 from maint-5.004
15075 ! lib/AutoLoader.pm
15076 ____________________________________________________________________________
15077 [ 3279] By: chip on 1999/04/26 23:09:26
15078 Log: Make &AutoLoad::AUTOLOAD reentrant.
15079 Branch: maint-5.004/perl
15080 ! lib/AutoLoader.pm
15081 ____________________________________________________________________________
15082 [ 3276] By: chip on 1999/04/26 22:34:36
15083 Log: Make porting scripts executable.
15084 Branch: maint-5.004/perl
15085 ! Changes Porting/genlog Porting/makerel Porting/p4desc
15087 ____________________________________________________________________________
15088 [ 3274] By: gsar on 1999/04/26 17:30:31
15089 Log: allow embedded null characters in diagnostics
15091 ! pp_ctl.c pp_sys.c proto.h regcomp.c t/op/die.t util.c
15092 ____________________________________________________________________________
15093 [ 3273] By: gsar on 1999/04/26 08:27:22
15094 Log: hand-applied conflicting parts of suggested patch
15095 From: Charles Bailey <BAILEY@newman.upenn.edu>
15096 Date: Wed, 17 Mar 1999 23:55:23 -0400 (EDT)
15097 Message-id: <01J8YELSL7WK001E7S@mail.newman.upenn.edu>
15098 Subject: [PATCH 5.005_56] VMS configuration/build
15100 ! configure.com vms/descrip_mms.template vms/gen_shrfls.pl
15101 ! vms/munchconfig.c vms/subconfigure.com
15102 ____________________________________________________________________________
15103 [ 3272] By: gsar on 1999/04/26 08:25:41
15104 Log: update Changes; tweak minor regressions
15106 ! Changes lib/AutoSplit.pm lib/File/Path.pm
15107 ____________________________________________________________________________
15108 [ 3271] By: gsar on 1999/04/26 07:52:51
15109 Log: integrate change#3229 from maint-5.004
15112 ____________________________________________________________________________
15113 [ 3270] By: gsar on 1999/04/25 22:58:27
15114 Log: fix buggy reference count on refs to SVs with autoviv magic
15115 (resulted in C<my @a; $a[1] = 1; print \$_ for @a> and Data::Dumper
15116 accessing free()d memory)
15119 ____________________________________________________________________________
15120 [ 3269] By: gsar on 1999/04/24 17:07:55
15121 Log: fix bug in change#3123 (off-by-one, caused C<qx[noargs]> to fail
15125 ____________________________________________________________________________
15126 [ 3268] By: gsar on 1999/04/24 16:38:25
15130 ____________________________________________________________________________
15131 [ 3267] By: gsar on 1999/04/24 16:35:57
15132 Log: integrate cfgperl changes into mainline
15137 !> (integrate 38 files)
15138 ____________________________________________________________________________
15139 [ 3266] By: jhi on 1999/04/23 18:42:44
15140 Log: From: "Kurt D. Starsinic" <kstar@chapin.edu>
15141 To: perl5-porters@perl.org, Jarkko Hietaniemi <jhi@iki.fi>,
15142 Graham Barr <gbarr@pobox.com>, Gurusamy Sarathy <gsar@activestate.com>
15143 Cc: Lionel Cons <lionel.cons@cern.ch>,
15144 Ilya Zakharevich <ilya@math.ohio-state.edu>,
15145 David Hayes <david@bdel.com>
15146 Subject: [PATCH] h2ph
15147 Date: Fri, 23 Apr 1999 12:37:23 -0400
15148 Message-ID: <19990423123723.A49550@O2.chapin.edu>
15151 ____________________________________________________________________________
15152 [ 3265] By: jhi on 1999/04/21 18:17:12
15153 Log: From: lane@duphy4.physics.drexel.edu (by way of Dan Sugalski <sugalskd@ous.edu>)
15154 To: perlbug@perl.org
15155 Subject: [PATCH Perl 5.005.56] descrip_mms.template installed files fix
15156 Date: Wed, 21 Apr 1999 08:17:54 -0700
15157 Message-Id: <3.0.6.32.19990421081754.03127b60@ous.edu>
15159 ! vms/descrip_mms.template
15160 ____________________________________________________________________________
15161 [ 3264] By: jhi on 1999/04/20 08:50:54
15162 Log: From: Andy Dougherty <doughera@lafayette.edu>
15163 To: The Perl Porters Mailing List <perl5-porters@perl.org>
15164 Subject: [PATCH 5.005_56] Re: 5.006 Todo
15165 Date: Mon, 19 Apr 1999 16:27:07 -0400 (EDT)
15166 Message-Id: <Pine.GSU.4.05.9904191623470.7838-100000@newton.phys>
15168 ! Porting/pumpkin.pod
15169 ____________________________________________________________________________
15170 [ 3263] By: jhi on 1999/04/20 08:05:01
15171 Log: From: Chip Salzenberg <chip@perlsupport.com>
15172 To: Perl 5 Porters <perl5-porters@perl.org>
15173 Subject: [PATCH 5.005_56] Configure: $sig_count
15174 Date: Sun, 18 Apr 1999 17:54:36 -0400
15175 Message-ID: <19990418175436.A27496@perlsupport.com>
15177 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
15179 ____________________________________________________________________________
15180 [ 3262] By: jhi on 1999/04/19 18:23:50
15181 Log: Subject: PATCH wrong faq reference in perlbook.pod
15182 From: Robin Barker <rmb1@cise.npl.co.uk>
15183 To: perlbug@perl.com
15184 Date: Fri, 9 Apr 1999 16:05:23 +0100 (BST)
15185 Message-Id: <199904091505.QAA03757@cyclone.cise.npl.co.uk>
15188 ____________________________________________________________________________
15189 [ 3261] By: jhi on 1999/04/15 13:59:04
15190 Log: From: Andy Dougherty <doughera@lafayette.edu>
15191 To: Hugo van der Sanden <hugo@corp.netcom.net.uk>
15192 Cc: Perl Porters <perl5-porters@perl.org>
15193 Subject: [PATCH] Re: 5.005_03 and gcc, GNU ld under Solaris 2.6
15194 Date: Wed, 14 Apr 1999 17:07:43 -0400 (EDT)
15195 Message-Id: <Pine.GSU.4.05.9904141658290.4262-100000@newton.phys>
15197 ! hints/solaris_2.sh
15198 ____________________________________________________________________________
15199 [ 3260] By: jhi on 1999/04/15 13:56:53
15200 Log: From: Tom Christiansen <tchrist@jhereg.perl.com>
15201 To: pumpkings@jhereg.perl.com
15202 Subject: PATCH: 5.005_56: perldata.pod (UPDATE)
15203 Date: Thu, 15 Apr 1999 07:13:41 -0600
15204 Message-Id: <199904151313.HAA07682@jhereg.perl.com>
15207 ____________________________________________________________________________
15208 [ 3259] By: jhi on 1999/04/13 23:12:52
15209 Log: LDLIBPTH also on 'clean' targets.
15212 ____________________________________________________________________________
15213 [ 3258] By: jhi on 1999/04/13 21:38:46
15214 Log: Add information about the two DEC C compiler optimizer bugs
15215 (what patch levels of the compilers fix them).
15217 ! pp.c t/op/repeat.t
15218 ____________________________________________________________________________
15219 [ 3257] By: jhi on 1999/04/13 14:25:08
15220 Log: Be polite about ccdlflags and lddflags, too.
15221 Avoid Perl's malloc only when threaded.
15224 ____________________________________________________________________________
15225 [ 3256] By: jhi on 1999/04/13 10:21:33
15226 Log: Croak if no known ways to semctl() (don't assume union semun).
15229 ____________________________________________________________________________
15230 [ 3255] By: jhi on 1999/04/13 09:10:26
15231 Log: From: Dan Sugalski <sugalskd@osshe.edu>
15232 To: perl5-porters@perl.org, vmsperl@perl.org
15233 Subject: [Patch 5.005/5.006]Another MM_VMS.pm patch
15234 Date: Mon, 12 Apr 1999 13:36:48 -0700
15235 Message-Id: <3.0.6.32.19990412133648.030e7ec0@ous.edu>
15237 ! lib/ExtUtils/MM_VMS.pm
15238 ____________________________________________________________________________
15239 [ 3254] By: jhi on 1999/04/13 06:56:26
15240 Log: From: "Todd C. Miller" <Todd.Miller@courtesan.com>
15241 To: perlbug@perl.com
15242 Subject: Update for OpenBSD hints
15243 Date: Mon, 12 Apr 1999 23:12:22 -0600 (MDT)
15244 Message-Id: <199904130512.XAA27712@xerxes.courtesan.com>
15247 ____________________________________________________________________________
15248 [ 3229] By: chip on 1999/04/13 04:04:14
15249 Log: Preserve errno from importunities of sfio.
15250 Branch: maint-5.004/perl
15252 ____________________________________________________________________________
15253 [ 3226] By: jhi on 1999/04/11 12:52:26
15254 Log: If both ways to call semctl are broken, skip the tests.
15257 ____________________________________________________________________________
15258 [ 3225] By: jhi on 1999/04/10 22:27:28
15259 Log: From: Andy Dougherty <doughera@lafayette.edu>
15260 To: dsembr01@ox.slug.louisville.edu
15261 Cc: perlbug@perl.com
15262 Subject: [PATCH 5.004_05 5.005_03 5.005_56] Re: Misspelled macro in ext/POSIX/POSIX.xs?
15263 Date: Fri, 9 Apr 1999 16:58:08 -0400 (EDT)
15264 Message-Id: <Pine.GSU.4.05.9904091648570.894-100000@newton.phys>
15266 ! ext/POSIX/POSIX.xs
15267 ____________________________________________________________________________
15268 [ 3224] By: jhi on 1999/04/09 18:50:32
15269 Log: From: Andy Dougherty <doughera@lafayette.edu>
15270 To: Perl Porters <perl5-porters@perl.org>
15271 Subject: [PATCH 5.005_56] Re: prefix= in hints
15272 Date: Fri, 9 Apr 1999 14:54:18 -0400 (EDT)
15273 Message-Id: <Pine.GSU.4.05.9904091445280.894-100000@newton.phys>
15275 (Overrides change #3204 from Kurt)
15278 ____________________________________________________________________________
15279 [ 3223] By: jhi on 1999/04/09 18:37:55
15280 Log: Understand Apollo's //node notation.
15282 From: Johann Klasek <jk@auto.tuwien.ac.at>
15284 Subject: Re: DomainPerl
15285 Date: Fri, 9 Apr 1999 18:21:37 +0200
15286 Message-ID: <19990409182137.A2299@euklid.auto.tuwien.ac.at>
15289 ____________________________________________________________________________
15290 [ 3220] By: jhi on 1999/04/04 16:33:49
15291 Log: Integrate from mainperl.
15293 !> (integrate 39 files)
15294 ____________________________________________________________________________
15295 [ 3219] By: gsar on 1999/04/04 02:48:17
15296 Log: tweak previous change
15297 Branch: maint-5.005/perl
15299 ____________________________________________________________________________
15300 [ 3218] By: gsar on 1999/04/04 02:44:47
15301 Log: be careful about extending the stack for the Win32:: builtins
15302 Branch: maint-5.005/perl
15304 ____________________________________________________________________________
15305 [ 3217] By: gsar on 1999/04/04 01:59:26
15306 Log: correct places that said newSVpv() when they meant newSVpvn()
15308 ! XSUB.h dump.c ext/B/B.xs ext/B/defsubs.h.PL
15309 ! ext/DB_File/DB_File.xs ext/DynaLoader/dl_vms.xs
15310 ! ext/IPC/SysV/SysV.xs ext/Opcode/Opcode.xs ext/POSIX/POSIX.xs
15311 ! ext/Socket/Socket.xs ext/attrs/attrs.xs gv.c hv.c hv.h
15312 ! jpl/JNI/JNI.xs mg.c op.c perl.c pod/perlguts.pod pp.c pp_ctl.c
15313 ! pp_sys.c regcomp.c toke.c util.c win32/dl_win32.xs
15315 ____________________________________________________________________________
15316 [ 3216] By: gsar on 1999/04/03 23:58:27
15317 Log: avoid duplicate code
15320 ____________________________________________________________________________
15321 [ 3215] By: gsar on 1999/04/03 23:14:34
15322 Log: grow PL_tmps_stack more efficiently; make it more amenable to
15323 STRESS_REALLOC testing
15325 ! embed.h embed.pl global.sym objXSUB.h pp.h proto.h scope.c
15327 ____________________________________________________________________________
15328 [ 3214] By: gsar on 1999/04/03 21:01:09
15329 Log: scrounge and save three extra branches in pp_entersub()
15331 ! cv.h pp_ctl.c pp_hot.c
15332 ____________________________________________________________________________
15333 [ 3213] By: gsar on 1999/04/03 17:43:23
15334 Log: remove duplicate code and an extra branch in sv_setsv() and
15335 other hot code by making SvTHINKFIRST() think about FAKE SVs
15337 ! doio.c embed.h embed.pl global.sym objXSUB.h pp.c pp_hot.c
15338 ! proto.h scope.c sv.c sv.h
15339 ____________________________________________________________________________
15340 [ 3212] By: jhi on 1999/04/03 16:20:09
15341 Log: Fix up some _t nits (Pid_t, Gid_t, Uid_t, etc. instead of int).
15343 From: John Bley <jbb6@acpub.duke.edu>
15344 To: perlbug@perl.org
15345 Subject: [PATCH]5.005_03 (CORE) Fix some _t nits
15346 Date: Thu, 1 Apr 1999 02:01:47 -0500 (EST)
15347 Message-ID: <Pine.SOL.3.91.990401015805.21458A-100000@soc13.acpub.duke.edu>
15350 ____________________________________________________________________________
15351 [ 3211] By: jhi on 1999/04/03 13:27:26
15352 Log: Change #3210 was rather unportable. This is better.
15354 ! Configure config_h.SH
15355 ____________________________________________________________________________
15356 [ 3210] By: jhi on 1999/04/03 13:16:20
15357 Log: Avoid Digital UNIX' ksh.
15359 From: Jarkko Hietaniemi <jhi@iki.fi>
15360 To: Henrik Tougaard <ht000@siberut.foa.dk>
15361 Cc: perlbug@perl.com, ht000@foa.dk
15362 Subject: Re: Not OK perl5.005_03-MAINT_TRIAL_4
15363 Date: Wed, 27 Jan 1999 16:52:33 +0200 (EET)
15364 Message-ID: <13999.10289.319422.239987@alpha.hut.fi>
15366 ! Configure config_h.SH
15367 ____________________________________________________________________________
15368 [ 3209] By: jhi on 1999/04/03 12:49:04
15369 Log: Integrate from mainperl.
15371 !> Changes Makefile.SH README installperl t/lib/bigfloatpm.t
15372 ____________________________________________________________________________
15373 [ 3208] By: jhi on 1999/04/03 12:27:24
15374 Log: Add -mabi=64 to ccflags for 64-bit IRIX gcc.
15376 From: Lionel Cons <lionel.cons@cern.ch>
15378 Cc: perlbug@perl.com, kstar@isinet.com,
15379 Philippe Defert <philippe.defert@cern.ch>
15380 Subject: Re: Not OK: perl 5.00503 on IP27-irix 6.5 (UNINSTALLED)
15381 Date: Thu, 1 Apr 1999 14:05:28 +0200 (METDST)
15382 Message-Id: <199904011205.OAA11380@mercury.cern.ch>
15385 ____________________________________________________________________________
15386 [ 3207] By: jhi on 1999/04/03 12:20:21
15387 Log: Be polite about usemymalloc.
15390 ____________________________________________________________________________
15391 [ 3206] By: gsar on 1999/04/02 23:31:59
15392 Log: a typo in change#3205
15394 ! t/lib/bigfloatpm.t
15395 ____________________________________________________________________________
15396 [ 3205] By: gsar on 1999/04/02 23:20:31
15397 Log: make testsuite reflect change#3157 (Math::BigFloat->new now
15398 returns NaNs faithfully)
15400 ! t/lib/bigfloatpm.t
15401 ____________________________________________________________________________
15402 [ 3204] By: jhi on 1999/04/02 22:03:23
15403 Log: On -Uinstallusrbinperl and no -Dprefix, set prefix to /usr/local.
15405 From: "Kurt D. Starsinic" <kstar@chapin.edu>
15406 To: perl5-porters@perl.org
15407 Subject: linux hints nit
15408 Date: Fri, 2 Apr 1999 16:49:47 -0500
15409 Message-ID: <19990402164947.E80926@O2.chapin.edu>
15412 ____________________________________________________________________________
15413 [ 3203] By: jhi on 1999/04/02 22:00:56
15414 Log: Display exact glibc version in Linux.
15416 From: Andy Dougherty <doughera@lafayette.edu>
15417 To: Perl Porters <perl5-porters@perl.org>
15418 Subject: Displaying glibc version on Linux
15419 Date: Mon, 29 Mar 1999 15:04:26 -0500 (EST)
15420 Message-Id: <Pine.GSU.4.05.9903291417370.15335-100000@newton.phys>
15423 ____________________________________________________________________________
15424 [ 3202] By: gsar on 1999/04/02 21:23:18
15425 Log: various little goofs
15427 ! Changes Makefile.SH README installperl
15428 ____________________________________________________________________________
15429 [ 3201] By: jhi on 1999/04/02 13:13:39
15430 Log: Configure regen.
15432 Add llseek + offset_t probing.
15433 Change CONFIG to CONFIGDOTSH.
15434 'unset foo' is unportable, use foo=''.
15436 ! Configure Makefile.SH Policy_sh.SH cflags.SH config_h.SH
15437 ! configpm makeaperl.SH makedepend.SH makedir.SH myconfig.SH
15438 ! perl_exp.SH writemain.SH
15439 ____________________________________________________________________________
15440 [ 3200] By: jhi on 1999/04/02 12:06:22
15441 Log: Introduce myconfig.SH.
15443 From: Andy Dougherty <doughera@lafayette.edu>
15444 To: Jarkko Hietaniemi <jhi@iki.fi>
15445 Cc: Nick Ing-Simmons <nik@tiuk.ti.com>, Perl Porters <perl5-porters@perl.org>
15446 Subject: [PATCH] myconfig.SH (was Re: perl install bug on AIX 4.3.1.0)
15447 Date: Tue, 30 Mar 1999 12:41:29 -0500 (EST)
15448 Message-Id: <Pine.GSU.4.05.9903301222280.15987-100000@newton.phys>
15453 ____________________________________________________________________________
15454 [ 3195] By: jhi on 1999/03/28 16:42:54
15455 Log: Update perlhist on 5_03.
15456 Branch: maint-5.005/perl
15458 ____________________________________________________________________________
15459 [ 3194] By: jhi on 1999/03/28 12:30:01
15460 Log: Integrate from mainperl.
15463 ! lib/Math/BigFloat.pm lib/Math/BigInt.pm lib/bigfloat.pl
15465 !> MANIFEST Porting/p4desc ext/Thread/Thread.xs op.c
15467 ____________________________________________________________________________
15468 [ 3189] By: gsar on 1999/03/28 08:22:00
15469 Log: various pod niggles
15470 Branch: maint-5.005/perl
15471 ! pod/perl.pod pod/perldebug.pod pod/perldiag.pod
15472 ! pod/perlfunc.pod pod/perlhist.pod
15473 ____________________________________________________________________________
15474 [ 3187] By: gsar on 1999/03/28 07:31:16
15475 Log: regularize CAPI declarations (CAPI extensions now build under
15476 the Borland compiler)
15477 Branch: maint-5.005/perl
15479 ____________________________________________________________________________
15480 [ 3186] By: gsar on 1999/03/28 07:26:33
15481 Log: ensure XS_LOCKS stuff happens *before* XSUB is entered under
15483 Branch: maint-5.005/perl
15484 ! XSlock.h win32/GenCAPI.pl win32/Makefile win32/makefile.mk
15485 ____________________________________________________________________________
15486 [ 3183] By: gsar on 1999/03/28 06:00:46
15487 Log: update p4 utility to ignore non-text files
15490 ____________________________________________________________________________
15491 [ 3181] By: gsar on 1999/03/28 03:37:23
15492 Log: integrate change#3179 from maint-5.005
15494 !> ext/Thread/Thread.xs t/lib/thread.t
15495 ____________________________________________________________________________
15496 [ 3180] By: gsar on 1999/03/28 02:28:20
15497 Log: fix bogus OPf_REF context for the BLOCK in C<grep BLOCK @foo>
15498 (sometimes caused bizarreness in the BLOCK)
15502 ____________________________________________________________________________
15503 [ 3179] By: gsar on 1999/03/28 02:14:04
15504 Log: fix thread segfault when passing large number of arguments to child
15505 a la C<Thread->new($foo, 1..1000)>
15506 Branch: maint-5.005/perl
15507 ! ext/Thread/Thread.xs t/lib/thread.t
15508 ____________________________________________________________________________
15509 [ 3178] By: gbarr on 1999/03/28 01:39:23
15510 Log: fix $Config{'usethreads'} typo in perlthrtut
15512 From: Ian Maloney <szhmf9@wsblob.ubs.com>
15513 Date: Thu, 25 Mar 1999 16:40:14 +0100 (MET)
15514 Message-Id: <199903251540.QAA02439@wsblob.>
15515 Subject: perlthrtut documentation error
15516 Branch: maint-5.005/perl
15517 ! pod/perlthrtut.pod
15518 ____________________________________________________________________________
15519 [ 3173] By: gbarr on 1999/03/27 18:19:47
15520 Log: Update Test.pm to VERSION 1.122 from CPAN
15521 Branch: maint-5.005/perl
15523 ____________________________________________________________________________
15524 [ 3171] By: jhi on 1999/03/26 22:38:28
15525 Log: Integrate from mainperl.
15527 !> (integrate 37 files)
15528 ____________________________________________________________________________
15529 [ 3170] By: gsar on 1999/03/26 01:30:25
15530 Log: specify type of bracket in "Unmatched bracket" diagnostic;
15531 prefer 'brace' or 'curly bracket' over 'curly brace'
15533 ! pod/perldiag.pod pod/perlreftut.pod pod/perlstyle.pod
15534 ! t/op/misc.t t/op/re_tests toke.c
15535 ____________________________________________________________________________
15536 [ 3169] By: gsar on 1999/03/26 00:50:51
15537 Log: better description of "Integer overflow" diagnostic
15540 ____________________________________________________________________________
15541 [ 3168] By: gsar on 1999/03/25 11:02:46
15542 Log: applied needful parts of suggested patch
15543 From: "Vishal Bhatia" <vishalb@my-dejanews.com>
15544 Date: Tue, 23 Mar 1999 16:21:43 -0800
15545 Message-ID: <OOOKJGFMLFLHBAAA@my-dejanews.com>
15546 Subject: [PATCH 5.005_56] pp_formline correction
15548 ! ext/B/B/Bblock.pm ext/B/B/CC.pm
15549 ____________________________________________________________________________
15550 [ 3167] By: gsar on 1999/03/25 10:39:02
15551 Log: clarify what a "comment" means (due to Mark-Jason Dominus
15555 ____________________________________________________________________________
15556 [ 3166] By: gsar on 1999/03/25 10:33:18
15557 Log: describe current behavior on local($foo{nothere}) (suggested by
15558 Lionel Cons <lionel.cons@cern.ch>)
15561 ____________________________________________________________________________
15562 [ 3165] By: gsar on 1999/03/25 06:21:05
15563 Log: fix refcnt on PL_main_cv (variant of suggestion by Vishal Bhatia
15564 <vishalb@hotmail.com>)
15567 ____________________________________________________________________________
15568 [ 3164] By: gsar on 1999/03/25 06:17:27
15569 Log: From: Stephen McCamant <smccam@uclink4.berkeley.edu>
15570 Date: Tue, 23 Mar 1999 17:47:04 -0800 (PST)
15571 Message-ID: <14072.16859.154428.241373@fre-76-120.reshall.berkeley.edu>
15572 Subject: [PATCH _56] Compiler needs to know about utf8 SVOP tr///s
15574 ! ext/B/B.xs op.h opcode.pl
15575 ____________________________________________________________________________
15576 [ 3163] By: gsar on 1999/03/25 06:15:49
15577 Log: B::Deparse update from Stephen McCamant <smccam@uclink4.berkeley.edu>
15578 Date: Tue, 23 Mar 1999 02:41:34 -0800 (PST)
15579 Message-ID: <14071.27445.867782.852353@fre-76-120.reshall.berkeley.edu>
15580 Subject: [PATCH _56] B::Deparse 0.57
15582 Date: Tue, 23 Mar 1999 13:08:12 -0800 (PST)
15583 Message-ID: <14072.502.107712.175179@fre-76-120.reshall.berkeley.edu>
15584 Subject: Re: [PATCH _56] B::Deparse 0.57
15586 ! AUTHORS MAINTAIN ext/B/B/Deparse.pm
15587 ____________________________________________________________________________
15588 [ 3162] By: gsar on 1999/03/25 06:11:46
15589 Log: fix a few places that said 'int', but meant 'STRLEN'
15591 ! pod/perlguts.pod proto.h sv.c
15592 ____________________________________________________________________________
15593 [ 3161] By: gsar on 1999/03/25 06:01:18
15594 Log: From: Russ Allbery <rra@stanford.edu>
15595 Date: 22 Mar 1999 04:26:26 -0800
15596 Message-ID: <yl4sndr9ql.fsf@windlord.stanford.edu>
15597 Subject: [5.005_56] Add EXISTS to SDBM_File and libsdbm
15599 ! ext/SDBM_File/SDBM_File.xs ext/SDBM_File/sdbm/README.too
15600 ! ext/SDBM_File/sdbm/pair.c ext/SDBM_File/sdbm/pair.h
15601 ! ext/SDBM_File/sdbm/sdbm.3 ext/SDBM_File/sdbm/sdbm.c
15602 ! ext/SDBM_File/sdbm/sdbm.h pod/perldelta.pod t/lib/sdbm.t
15603 ____________________________________________________________________________
15604 [ 3160] By: gsar on 1999/03/25 02:26:31
15605 Log: better description of OP_UNSTACK (s/unstack/iteration finalizer/)
15607 ! opcode.h opcode.pl
15608 ____________________________________________________________________________
15609 [ 3159] By: gsar on 1999/03/25 02:18:17
15610 Log: add statement-modifier loops to :base_loop class
15612 ! ext/Opcode/Opcode.pm
15613 ____________________________________________________________________________
15614 [ 3158] By: gsar on 1999/03/25 00:36:57
15615 Log: integrate changes#3105,3130,3154 from maint-5.005
15617 !> Configure INSTALL hints/dec_osf.sh hints/netbsd.sh
15618 ____________________________________________________________________________
15619 [ 3157] By: gsar on 1999/03/25 00:24:17
15620 Log: remove bogus panic()
15622 ! Changes lib/Math/BigFloat.pm
15623 ____________________________________________________________________________
15624 [ 3156] By: jhi on 1999/03/24 22:43:43
15625 Log: Integrate from mainperl.
15627 +> (branch 38 files)
15628 !> (integrate 68 files)
15629 ____________________________________________________________________________
15630 [ 3155] By: jhi on 1999/03/24 22:12:17
15631 Log: Configure regenerated because of changes #3130/#3154 and #3147.
15633 ! Configure config_h.SH
15634 ____________________________________________________________________________
15635 [ 3154] By: jhi on 1999/03/24 21:40:51
15636 Log: Reword the shared library search path (LD_LIBRARY_PATH) info
15637 based on suggestions from Andy Dougherty.
15638 Branch: maint-5.005/perl
15640 ____________________________________________________________________________
15641 [ 3153] By: gsar on 1999/03/24 10:38:05
15642 Log: applied suggested patch, modulo superceded parts
15643 From: Charles Bailey <BAILEY@newman.upenn.edu>
15644 Date: Thu, 18 Mar 1999 00:10:44 -0400 (EDT)
15645 Message-id: <01J8YFGIHW2W001E7S@mail.newman.upenn.edu>
15646 Subject: [PATCH 5.005_56] Miscellaneous VMS-specific fixes
15648 ! lib/ExtUtils/Liblist.pm lib/ExtUtils/MM_VMS.pm
15649 ! t/comp/require.t t/op/lex_assign.t t/op/taint.t
15650 ! utils/perldoc.PL vms/ext/Stdio/Stdio.pm vms/ext/Stdio/Stdio.xs
15651 ! vms/ext/Stdio/test.pl vms/test.com vms/vmsish.h
15652 ____________________________________________________________________________
15653 [ 3152] By: gsar on 1999/03/24 10:30:51
15654 Log: applied suggested patch, modulo superceded parts
15655 From: Charles Bailey <BAILEY@newman.upenn.edu>
15656 Date: Thu, 18 Mar 1999 00:04:31 -0400 (EDT)
15657 Message-id: <01J8YF0EOWLU001E7S@mail.newman.upenn.edu>
15658 Subject: [PATCH 5.005_56] Miscellaneous small fixes
15660 ! ext/B/defsubs.h.PL ext/re/re.pm lib/ExtUtils/MM_Unix.pm
15661 ! lib/File/Basename.pm
15662 ____________________________________________________________________________
15663 [ 3151] By: gsar on 1999/03/24 10:15:00
15664 Log: doc tweak suggested by M.J.T. Guy <mjtg@cus.cam.ac.uk>
15667 ____________________________________________________________________________
15668 [ 3150] By: gsar on 1999/03/24 10:09:13
15669 Log: missing integration in previous change
15672 ____________________________________________________________________________
15673 [ 3149] By: gsar on 1999/03/24 10:06:44
15674 Log: integrate changes#3116,3119 from maint-5.005
15677 +> apollo/netinet/in.h
15678 !> MANIFEST hints/apollo.sh t/lib/io_udp.t
15679 ____________________________________________________________________________
15680 [ 3148] By: gsar on 1999/03/24 10:01:56
15681 Log: integrate changes#3091-3094 from maint-5.005
15683 !> README.hurd vms/subconfigure.com vos/config.h
15684 !> vos/config_h.SH_orig
15685 ____________________________________________________________________________
15686 [ 3147] By: gsar on 1999/03/24 09:31:49
15687 Log: warn about newfangled vfork() caveats
15690 ____________________________________________________________________________
15691 [ 3146] By: jhi on 1999/03/24 09:20:14
15692 Log: Bring in changes #2808 and #2812 (from mainline perl)
15693 that enhance the perlbug checklist.
15694 Branch: maint-5.005/perl
15696 ____________________________________________________________________________
15697 [ 3145] By: gsar on 1999/03/24 08:37:02
15698 Log: integrate change#3115 from maint-5.005
15700 !> ext/DB_File/Changes ext/DB_File/DB_File.pm
15701 !> ext/DB_File/DB_File.xs ext/DB_File/typemap
15702 ____________________________________________________________________________
15703 [ 3144] By: gsar on 1999/03/24 08:33:59
15704 Log: add note about map in scalar context
15707 ____________________________________________________________________________
15708 [ 3143] By: gsar on 1999/03/24 08:25:59
15711 ! lib/Time/Local.pm
15712 ____________________________________________________________________________
15713 [ 3142] By: gsar on 1999/03/24 08:20:37
15714 Log: applied suggested patch, modulo bogus hunk
15715 From: "Vishal Bhatia" <vishalb@hotmail.com>
15716 Date: Thu, 11 Mar 1999 07:40:27 PST
15717 Message-ID: <19990311154027.25891.qmail@hotmail.com>
15718 Subject: [PATCH 5.005_56] Minor fixes in perlcc
15720 ! ext/B/B/C.pm ext/B/B/CC.pm utils/perlcc.PL
15721 ____________________________________________________________________________
15722 [ 3141] By: gsar on 1999/03/24 08:06:12
15723 Log: integrate change#3104 from maint-5.005
15725 !> README.os390 t/lib/posix.t
15726 ____________________________________________________________________________
15727 [ 3140] By: gsar on 1999/03/24 06:34:56
15728 Log: fix failure of C<&locked_sub;> under -Dusethreads
15730 ! pp_hot.c t/lib/thread.t
15731 ____________________________________________________________________________
15732 [ 3139] By: gsar on 1999/03/24 05:52:00
15733 Log: debugger tweak (wasn't printing a newline after recalled commands)
15736 ____________________________________________________________________________
15737 [ 3138] By: gsar on 1999/03/24 05:33:28
15738 Log: document OO exceptions (based on a suggestion by Andreas Koenig
15739 <andreas.koenig@anima.de>)
15742 ____________________________________________________________________________
15743 [ 3137] By: gsar on 1999/03/24 02:50:20
15744 Log: better "Illegal %s digit ignored" warnings
15746 ! MANIFEST pod/perldiag.pod pod/perlfunc.pod t/pragma/warn/util
15748 ____________________________________________________________________________
15749 [ 3136] By: gsar on 1999/03/24 02:26:38
15750 Log: fix off-by-one that resulted in misparse of C</[\x{80}-\x{81}]/>
15754 ____________________________________________________________________________
15755 [ 3135] By: gsar on 1999/03/24 01:29:09
15756 Log: flip release & version in win32_uname()
15759 ____________________________________________________________________________
15760 [ 3134] By: gsar on 1999/03/24 01:08:33
15761 Log: support POSIX::uname() via win32_uname()
15763 ! XSUB.h iperlsys.h win32/GenCAPI.pl win32/config.bc
15764 ! win32/config.gc win32/config.vc win32/config_H.bc
15765 ! win32/config_H.gc win32/config_H.vc win32/makedef.pl
15766 ! win32/perlhost.h win32/win32.c win32/win32.h win32/win32iop.h
15767 ____________________________________________________________________________
15768 [ 3133] By: gsar on 1999/03/23 22:20:10
15769 Log: From: jan.dubois@ibm.net (Jan Dubois)
15770 Date: Sat, 06 Mar 1999 21:42:56 +0100
15771 Message-ID: <36e49281.50337171@smtp1.ibm.net>
15772 Subject: [PATCH 5.005_56] perldelta.pod changes for Win32::* functions
15774 ! pod/perldelta.pod
15775 ____________________________________________________________________________
15776 [ 3132] By: gsar on 1999/03/23 22:17:45
15777 Log: File::Spec fixes from Jan Dubois <jan.dubois@ibm.net>
15778 Date: Sat, 06 Mar 1999 17:50:49 +0100
15779 Message-ID: <36e25209.33833760@smtp1.ibm.net>
15780 Subject: [PATCH 5.005_56] Fixes for File::Spec::Functions.pm
15782 Date: Sat, 06 Mar 1999 18:15:00 +0100
15783 Message-ID: <36e36222.37954195@smtp1.ibm.net>
15784 Subject: [PATCH 5.005_56] Fix for File::Spec::Win32.pm
15787 ! MANIFEST lib/File/Spec/Functions.pm lib/File/Spec/Win32.pm
15788 ! pod/perldelta.pod pod/perlmodlib.pod
15789 ____________________________________________________________________________
15790 [ 3131] By: gsar on 1999/03/23 22:07:59
15791 Log: integrate cfgperl changes into mainline
15793 +> ext/DynaLoader/dl_rhapsody.xs hints/rhapsody.sh
15794 !> Configure Makefile.SH config_h.SH configure.gnu handy.h
15795 !> installperl malloc.c perl.c perl.h pod/perl.pod
15796 !> pod/perldelta.pod pp_sys.c t/op/stat.t x2p/util.c
15797 ____________________________________________________________________________
15798 [ 3130] By: jhi on 1999/03/23 22:02:23
15799 Log: Don't use config.msg to remind about the
15800 LD_LIBRARY_PATH because Makefile.SH takes
15803 Use shrplib in DEC O^W^Digital U^W^WTru64 UNIX.
15804 This used to be the default but in some MT or another it
15805 was dropped because of some transient error or another.
15806 Branch: maint-5.005/perl
15807 ! Configure hints/dec_osf.sh
15808 ____________________________________________________________________________
15809 [ 3129] By: gsar on 1999/03/23 21:38:03
15810 Log: add Pod-Parser-1.08 (verbatim module =include tests elided owing
15811 to size and better maintainability)
15813 + lib/Pod/Checker.pm lib/Pod/InputObjects.pm lib/Pod/Parser.pm
15814 + lib/Pod/PlainText.pm lib/Pod/Select.pm lib/Pod/Usage.pm
15815 + pod/pod2usage.PL pod/podchecker.PL pod/podselect.PL
15816 + t/pod/emptycmd.t t/pod/emptycmd.xr t/pod/for.t t/pod/for.xr
15817 + t/pod/headings.t t/pod/headings.xr t/pod/include.t
15818 + t/pod/include.xr t/pod/included.t t/pod/included.xr
15819 + t/pod/lref.t t/pod/lref.xr t/pod/nested_items.t
15820 + t/pod/nested_items.xr t/pod/nested_seqs.t t/pod/nested_seqs.xr
15821 + t/pod/oneline_cmds.t t/pod/oneline_cmds.xr t/pod/poderrs.t
15822 + t/pod/poderrs.xr t/pod/special_seqs.t t/pod/special_seqs.xr
15823 + t/pod/testcmp.pl t/pod/testp2pt.pl t/pod/testpchk.pl
15824 ! AUTHORS MAINTAIN MANIFEST installperl pod/Makefile
15825 ! win32/Makefile win32/makefile.mk win32/pod.mak
15826 ____________________________________________________________________________
15827 [ 3128] By: jhi on 1999/03/23 10:14:54
15828 Log: Integrate from mainperl.
15830 !> (integrate 46 files)
15831 ____________________________________________________________________________
15832 [ 3127] By: gsar on 1999/03/23 06:57:30
15833 Log: From: Tim Witham - FES <twitham@pcocd2.intel.com>
15834 Date: Thu, 4 Mar 1999 10:54:01 -0800
15835 Message-Id: <9903041854.AA46868@frc0000>
15836 Subject: patch for useless Math::BigInt warnings
15838 ! lib/Math/BigInt.pm
15839 ____________________________________________________________________________
15840 [ 3126] By: gsar on 1999/03/23 05:54:37
15841 Log: avoid literal 'undef' in $lddlflags under `Configure -Uoptimize`
15842 From: "Kurt D. Starsinic" <kstar@chapin.edu>
15843 Date: Fri, 19 Feb 1999 15:47:59 -0500
15844 Message-ID: <19990219154759.A32350@O2.chapin.edu>
15845 Subject: [PATCH] OSF/1 hints
15848 ____________________________________________________________________________
15849 [ 3125] By: gsar on 1999/03/23 00:56:38
15850 Log: avoid typeglob persistence in pp_readline()
15853 ____________________________________________________________________________
15854 [ 3124] By: gsar on 1999/03/22 21:12:23
15855 Log: update copyright years
15857 ! Changes EXTERN.h INTERN.h av.c av.h bytecode.pl cop.h cv.h
15858 ! deb.c doio.c doop.c dump.c form.h gv.c gv.h handy.h hv.c hv.h
15859 ! malloc.c mg.c mg.h op.c op.h perl.c perl.h perlio.c pp.c pp.h
15860 ! pp_ctl.c pp_hot.c pp_sys.c regcomp.c regexec.c run.c scope.c
15861 ! sv.c sv.h toke.c utf8.c utf8.h util.c
15862 ____________________________________________________________________________
15863 [ 3123] By: gsar on 1999/03/22 07:07:06
15864 Log: implement win32_spawnvp() internally, making it return true PIDs
15865 for asynchronous spawns; fix win32_kill() to always deal with
15868 ! win32/win32.c win32/win32.h
15869 ____________________________________________________________________________
15870 [ 3122] By: jhi on 1999/03/19 21:12:14
15871 Log: Describe the new Benchmark feature in more detail.
15873 ! pod/perldelta.pod
15874 Branch: maint-5.005/perl
15875 ! pod/perldelta.pod
15876 ____________________________________________________________________________
15877 [ 3121] By: jhi on 1999/03/19 08:16:12
15878 Log: AVAILABILITY tuning.
15881 Branch: maint-5.005/perl
15883 ____________________________________________________________________________
15884 [ 3120] By: jhi on 1999/03/17 14:52:17
15885 Log: Rhapsody change assumed too much.
15888 ____________________________________________________________________________
15889 [ 3119] By: jhi on 1999/03/17 14:33:43
15890 Log: More Apollo fixes.
15891 Branch: maint-5.005/perl
15892 ! README.apollo hints/apollo.sh t/lib/io_udp.t
15893 ____________________________________________________________________________
15894 [ 3118] By: jhi on 1999/03/16 17:23:39
15896 Branch: maint-5.005/perl
15898 ____________________________________________________________________________
15899 [ 3117] By: jhi on 1999/03/16 17:18:49
15900 Log: Apollo DomainOS AVAILABILITY.
15903 Branch: maint-5.005/perl
15905 ____________________________________________________________________________
15906 [ 3116] By: jhi on 1999/03/16 17:14:00
15907 Log: Apollo DomainOS patch
15908 From: Johann Klasek <jk@auto.tuwien.ac.at>
15909 Subject: Re: DomainPerl
15910 Date: Tue, 16 Mar 1999 17:46:32 +0100
15911 Message-ID: <19990316174632.A19759@euklid.auto.tuwien.ac.at>
15912 Branch: maint-5.005/perl
15913 + README.apollo apollo/netinet/in.h
15914 ! MANIFEST hints/apollo.sh
15915 ____________________________________________________________________________
15916 [ 3115] By: jhi on 1999/03/16 14:23:54
15917 Log: From: Paul Marquess <pmarquess@bfsec.bt.co.uk>
15918 To: Gurusamy Sarathy <gsar@activestate.com>,
15919 Graham Barr <gbarr@pobox.com>
15920 Cc: Perl5 Porters <perl5-porters@perl.org>,
15921 "Paul.Marquess" <Paul.Marquess@btinternet.com>
15922 Subject: [PATCH 5.005_56 & 5.005_03_T6] Upgrade DB_File to version 1.65
15923 Date: Sun, 14 Mar 1999 14:43:57 -0000
15924 Message-Id: <199903141841.NAA17040@defender.perl.org>
15925 Branch: maint-5.005/perl
15926 ! ext/DB_File/Changes ext/DB_File/DB_File.pm
15927 ! ext/DB_File/DB_File.xs ext/DB_File/typemap
15928 ____________________________________________________________________________
15929 [ 3114] By: jhi on 1999/03/16 12:42:20
15930 Log: Mention Rhapsody in 5.005_5X perldelta,
15931 and in Rhapsody and Netware in 5.005_0X and 5.005_5X
15932 *planned* AVAILABILITY.
15934 ! pod/perl.pod pod/perldelta.pod
15935 Branch: maint-5.005/perl
15937 ____________________________________________________________________________
15938 [ 3113] By: jhi on 1999/03/16 10:38:53
15939 Log: perldelta niggling.
15941 ! pod/perldelta.pod
15942 Branch: maint-5.005/perl
15943 ! pod/perldelta.pod
15944 ____________________________________________________________________________
15945 [ 3112] By: jhi on 1999/03/16 10:35:21
15946 Log: Integrate from mainperl.
15948 !> lib/unicode/MakeEthiopicSyllables.PL pod/perldelta.pod
15949 !> pod/perlhist.pod pod/perlmodinstall.pod pod/perltodo.pod
15950 ____________________________________________________________________________
15951 [ 3111] By: jhi on 1999/03/16 10:28:10
15952 Log: AVAILABILITY update: still mention PowerUX,
15953 Novell Netware now has sources available.
15956 Branch: maint-5.005/perl
15958 ____________________________________________________________________________
15959 [ 3110] By: gsar on 1999/03/16 04:34:23
15960 Log: sundry pod niggles
15962 ! lib/unicode/MakeEthiopicSyllables.PL pod/perldelta.pod
15963 ! pod/perlhist.pod pod/perlmodinstall.pod pod/perltodo.pod
15964 ____________________________________________________________________________
15965 [ 3109] By: jhi on 1999/03/15 17:00:11
15966 Log: Integrate from mainperl.
15968 +> lib/unicode/EthiopicSyllables.txt lib/unicode/In/Ethiopic.pl
15969 +> lib/unicode/Is/Syllable.pl
15970 +> lib/unicode/MakeEthiopicSyllables.PL
15971 +> lib/unicode/README.Ethiopic
15972 !> AUTHORS MAINTAIN MANIFEST lib/unicode/Block.pl
15973 !> lib/unicode/Category.pl lib/unicode/Is/Alnum.pl
15974 !> lib/unicode/Is/Alpha.pl lib/unicode/Is/Digit.pl
15975 !> lib/unicode/Is/L.pl lib/unicode/Is/Lo.pl lib/unicode/Is/N.pl
15976 !> lib/unicode/Is/Nd.pl lib/unicode/Is/No.pl lib/unicode/Is/P.pl
15977 !> lib/unicode/Is/Po.pl lib/unicode/Is/Space.pl
15978 !> lib/unicode/Is/Z.pl lib/unicode/Is/Zs.pl lib/unicode/Makefile
15979 !> lib/unicode/Name.pl lib/unicode/Number.pl op.c
15980 ____________________________________________________________________________
15981 [ 3108] By: jhi on 1999/03/15 16:58:12
15982 Log: First pass of integrating the Rhapsody port,
15984 From: Wilfredo Sanchez <wsanchez@apple.com>
15985 Subject: Keeping the world in sync.
15986 Reply-To: wsanchez@apple.com
15987 To: perlbug@perl.com
15988 Date: Fri, 13 Nov 1998 17:11:30 -0800
15989 Message-Id: <199811140111.RAA41784@scv4.apple.com>
15991 + ext/DynaLoader/dl_rhapsody.xs hints/rhapsody.sh
15992 ! Configure Makefile.SH config_h.SH configure.gnu handy.h
15993 ! installperl malloc.c perl.c perl.h pp_sys.c t/op/stat.t
15995 ____________________________________________________________________________
15996 [ 3107] By: gsar on 1999/03/15 03:22:10
15997 Log: applied suggested patch (mailed to perl-unicode@perl.org) with minor tweaks
15998 From: Daniel Yacob <dmulholl@cs.indiana.edu>
15999 Date: Tue, 23 Feb 1999 16:13:42 -0500 (EST)
16000 Message-Id: <199902232113.QAA26135@drum.cs.indiana.edu>
16001 Subject: ../lib/unicode/ Unicode 3.0 Extensions for Ethiopic
16003 + lib/unicode/EthiopicSyllables.txt lib/unicode/In/Ethiopic.pl
16004 + lib/unicode/Is/Syllable.pl
16005 + lib/unicode/MakeEthiopicSyllables.PL
16006 + lib/unicode/README.Ethiopic
16007 ! AUTHORS MAINTAIN MANIFEST lib/unicode/Block.pl
16008 ! lib/unicode/Category.pl lib/unicode/Is/Alnum.pl
16009 ! lib/unicode/Is/Alpha.pl lib/unicode/Is/Digit.pl
16010 ! lib/unicode/Is/L.pl lib/unicode/Is/Lo.pl lib/unicode/Is/N.pl
16011 ! lib/unicode/Is/Nd.pl lib/unicode/Is/No.pl lib/unicode/Is/P.pl
16012 ! lib/unicode/Is/Po.pl lib/unicode/Is/Space.pl
16013 ! lib/unicode/Is/Z.pl lib/unicode/Is/Zs.pl lib/unicode/Makefile
16014 ! lib/unicode/Name.pl lib/unicode/Number.pl
16015 ____________________________________________________________________________
16016 [ 3106] By: gsar on 1999/03/12 20:35:36
16017 Log: change#3067 failed package.t due to needless creation of $a and $b;
16018 fixed to do that only for C<sort BLOCK|CODE @foo>, not C<sort(@foo)>
16021 ____________________________________________________________________________
16022 [ 3105] By: jhi on 1999/03/12 15:54:57
16023 Log: Recognize the NetBSD packages collection.
16024 Branch: maint-5.005/perl
16026 ____________________________________________________________________________
16027 [ 3104] By: jhi on 1999/03/12 09:07:04
16028 Log: From: pvhp@forte.com (Peter Prymmer)
16029 To: jhi@iki.fi, perl-mvs@perl.org, perlbug@perl.com
16030 Subject: [PATCH MT6,_56] was Re: Not OK: perl 5.00503 +MAINT_TRIAL_6 on os390 06.00 (UNINSTALLED)
16031 Date: Thu, 11 Mar 99 14:24:54 PST
16032 Message-Id: <9903112224.AA24346@forte.com>
16033 Branch: maint-5.005/perl
16034 ! README.os390 t/lib/posix.t
16035 ____________________________________________________________________________
16036 [ 3103] By: jhi on 1999/03/10 11:07:46
16037 Log: Integrate from mainperl.
16039 !> Changes embed.h embed.pl embedvar.h global.sym objXSUB.h op.c
16040 !> perl.c perl.h pod/perldelta.pod pod/pod2man.PL t/base/lex.t
16041 !> t/pragma/warn/1global toke.c win32/makedef.pl
16042 ____________________________________________________________________________
16043 [ 3102] By: jhi on 1999/03/10 11:01:20
16044 Log: From: pvhp@forte.com (Peter Prymmer)
16045 To: perl5-porters@perl.org
16046 Subject: [5.005_03-MT6]Patch: time passes
16047 Date: Tue, 9 Mar 99 18:42:17 PST
16048 Message-Id: <9903100242.AA29057@forte.com>
16049 Branch: maint-5.005/perl
16051 ____________________________________________________________________________
16052 [ 3101] By: jhi on 1999/03/10 10:30:15
16053 Log: From: Mark-Jason Dominus <mjd@plover.com>
16054 To: perl5-porters@perl.com
16055 Subject: Minor fix to perlfunc.pod
16056 Date: Mon, 08 Mar 1999 20:05:53 -0500
16057 Message-ID: <19990309010553.13757.qmail@plover.com>
16058 Branch: maint-5.005/perl
16060 ____________________________________________________________________________
16061 [ 3100] By: gsar on 1999/03/09 23:04:44
16062 Log: change#3060 had the wrong quotes
16065 ____________________________________________________________________________
16066 [ 3099] By: jhi on 1999/03/09 12:52:21
16067 Log: d_uname was broken (probably since _53), reported by
16069 From: Alan Burlison <Alan.Burlison@uk.sun.com>
16070 To: p5p <perl5-porters@perl.org>, Gurusamy Sarathy <gsar@umich.edu>,
16071 cpan-testers@perl.org
16072 Subject: Not OK: perl 5.00556 on sun4-solaris 2.6
16073 Date: Mon, 08 Mar 1999 13:22:31 +0000
16074 Message-ID: <36E3CF17.EA1FEDAA@uk.sun.com>
16078 From: lvirden@cas.org (Larry W. Virden)
16079 To: perlbug@perl.com
16080 Subject: configure not correctly identifying uname posix compatibility
16081 Date: Mon, 8 Mar 1999 06:36:16 -0500 (EST)
16082 Message-Id: <199903081136.GAA23682@cas.org>
16084 ! Configure config_h.SH
16085 ____________________________________________________________________________
16086 [ 3098] By: gsar on 1999/03/09 03:16:07
16087 Log: fix parsing of here documents in C<eval 's/.../<<FOO/e'>
16089 ! op.c perl.h pod/perldelta.pod t/base/lex.t toke.c
16090 ____________________________________________________________________________
16091 [ 3097] By: gsar on 1999/03/09 02:50:43
16092 Log: use yyerror() instead of croak() so that compile-time failures in
16093 my(LIST) don't confuse globals with lexicals
16096 ____________________________________________________________________________
16097 [ 3096] By: gsar on 1999/03/09 02:47:36
16098 Log: adjust testsuite for change#3067
16100 ! t/pragma/warn/1global
16101 ____________________________________________________________________________
16102 [ 3095] By: gsar on 1999/03/08 21:04:48
16103 Log: remove bogus symbols from global.sym
16105 ! Changes embed.h embed.pl embedvar.h global.sym objXSUB.h
16106 ! perl.h win32/makedef.pl
16107 ____________________________________________________________________________
16108 [ 3094] By: jhi on 1999/03/06 16:16:15
16109 Log: From: Mark Kettenis <kettenis@wins.uva.nl>
16112 Date: Sat, 6 Mar 1999 17:15:35 +0100 (CET)
16113 Message-Id: <199903061615.RAA00207@delius.kettenis.nl>
16114 Branch: maint-5.005/perl
16116 ____________________________________________________________________________
16117 [ 3093] By: jhi on 1999/03/06 15:59:46
16118 Log: From: Mark Kettenis <kettenis@wins.uva.nl>
16120 Subject: New Hurd README
16121 Date: Sat, 6 Mar 1999 16:46:12 +0100 (CET)
16122 Message-Id: <199903061601.RAA00185@delius.kettenis.nl>
16123 Branch: maint-5.005/perl
16125 ____________________________________________________________________________
16126 [ 3092] By: jhi on 1999/03/06 12:52:06
16127 Log: From: Paul_Green@stratus.com
16128 To: perl5-porters@perl.org
16129 Cc: jhi@iki.fi, Paul_Green@stratus.com
16130 Subject: [PATCH 5.005_03-MAINT_TRIAL_6]: platform: vos -- updates to VOS port of Perl5
16131 Date: Fri, 5 Mar 1999 18:08:49 -0500
16132 Message-ID: <1D1A4EF7AD4DD211A80D00A0C9D7DB665A035A@exna1.stratus.com>
16133 Branch: maint-5.005/perl
16134 ! vos/config.h vos/config_h.SH_orig
16135 ____________________________________________________________________________
16136 [ 3091] By: jhi on 1999/03/06 12:42:21
16137 Log: From: Dan Sugalski <sugalskd@osshe.edu>
16138 To: perl5-porters@perl.org, vmsperl@perl.org
16139 Subject: [PATCH 5.005_03-MT6]VMS build patch
16140 Date: Fri, 05 Mar 1999 12:36:19 -0800
16141 Message-Id: <3.0.6.32.19990305123619.02d326a0@ous.edu>
16142 Branch: maint-5.005/perl
16143 ! vms/subconfigure.com
16144 ____________________________________________________________________________
16145 [ 3090] By: gsar on 1999/03/06 04:40:03
16146 Log: integrate change#3089 from mainline
16148 tolerate CRs after options
16149 Branch: maint-5.005/perl
16151 ____________________________________________________________________________
16152 [ 3089] By: gsar on 1999/03/06 04:30:40
16153 Log: tolerate CRs after options
16156 ____________________________________________________________________________
16157 [ 3088] By: jhi on 1999/03/05 12:49:01
16158 Log: Integrate from mainperl.
16161 !> MANIFEST ext/Errno/Errno_pm.PL t/lib/io_sock.t
16162 ____________________________________________________________________________
16163 [ 3087] By: gsar on 1999/03/05 06:41:16
16164 Log: adjust timeouts to accomodate slow/busy systems
16167 ____________________________________________________________________________
16168 [ 3083] By: gsar on 1999/03/05 01:32:47
16169 Log: integrate change#3081 from maint-5.005
16171 !> ext/Errno/Errno_pm.PL
16172 ____________________________________________________________________________
16173 [ 3082] By: gsar on 1999/03/05 01:31:06
16174 Log: integrate change#2904 from maint-5.005
16178 ____________________________________________________________________________
16179 [ 3081] By: gsar on 1999/03/05 00:14:33
16180 Log: protect against doubled backslashes
16181 Branch: maint-5.005/perl
16182 ! ext/Errno/Errno_pm.PL
16183 ____________________________________________________________________________
16184 [ 3077] By: jhi on 1999/03/04 08:10:13
16185 Log: Integrate from mainperl.
16187 +> ext/B/B/Stash.pm
16188 !> MANIFEST README.hpux cc_runtime.h config_h.SH ext/B/B/C.pm
16189 !> ext/B/B/CC.pm gv.c lib/File/Compare.pm lib/Test/Harness.pm
16190 !> op.c pod/perldelta.pod pod/perlfunc.pod pod/pod2man.PL
16191 !> t/lib/bigfloatpm.t t/lib/io_sock.t utils/perlcc.PL
16192 ____________________________________________________________________________
16193 [ 3076] By: jhi on 1999/03/04 08:07:59
16194 Log: Regen config_h.SH once more because of *size,
16197 From: Hans Mulder <hansm@icgned.icgroup.nl>
16198 To: Jarkko Hietaniemi <jhi@iki.fi>
16199 Cc: perl5-porters@perl.org
16200 Subject: [PATCH for _56] LONGSIZE used before it is set in config.h
16201 Date: Thu, 4 Mar 99 00:10:45 +0100
16202 Message-Id: <9903032317.AA23021@icgned.icgroup.nl>
16204 ! Configure config_h.SH
16205 ____________________________________________________________________________
16206 [ 3068] By: gsar on 1999/03/04 05:48:03
16207 Log: From: Hans Mulder <hansm@icgned.icgroup.nl>
16208 Date: Thu, 4 Mar 99 00:10:45 +0100
16209 Message-Id: <9903032317.AA23021@icgned.icgroup.nl>
16210 Subject: [PATCH for _56] LONGSIZE used before it is set in config.h
16213 ____________________________________________________________________________
16214 [ 3067] By: gsar on 1999/03/04 05:44:32
16215 Log: exempt $foo::a,$foo::b from warnings only if sort() was seen in package foo
16216 From: Graham Barr <gbarr@ti.com>
16217 Date: Wed, 3 Mar 1999 17:23:56 -0600
16218 Message-ID: <19990303172356.F7442@dal.asp.ti.com>
16219 Subject: Re: 'use strict' doesn't work for one-letter variables
16222 ____________________________________________________________________________
16223 [ 3066] By: gsar on 1999/03/04 05:20:50
16224 Log: updates to compiler modules
16225 From: "Vishal Bhatia" <vishalb@hotmail.com>
16226 Date: Tue, 02 Mar 1999 23:27:25 PST
16227 Message-ID: <19990303072725.779.qmail@hotmail.com>
16228 Subject: PATCH 5.005_56 + Test procedure
16231 ! MANIFEST cc_runtime.h ext/B/B/C.pm ext/B/B/CC.pm
16232 ! lib/Test/Harness.pm utils/perlcc.PL
16233 ____________________________________________________________________________
16234 [ 3065] By: gsar on 1999/03/04 05:03:30
16235 Log: more s/s_/s!/ etc.
16237 ! pod/perldelta.pod pod/perlfunc.pod
16238 ____________________________________________________________________________
16239 [ 3064] By: gsar on 1999/03/04 04:50:45
16240 Log: integrate cfgperl contents into mainline
16242 !> Configure README.vms bytecode.h config_h.SH configure.com
16243 !> ext/B/defsubs.h.PL hints/hpux.sh pod/perldelta.pod
16244 !> pod/perldiag.pod pp.c t/lib/ipc_sysv.t t/op/pack.t thread.h
16245 !> vms/ext/vmsish.pm vms/subconfigure.com vms/vms.c vms/vmsish.h
16246 ____________________________________________________________________________
16247 [ 3063] By: gsar on 1999/03/04 04:44:13
16248 Log: HP-UX has yet another spelling for /NaNQ?/
16250 ! t/lib/bigfloatpm.t
16251 ____________________________________________________________________________
16252 [ 3062] By: gsar on 1999/03/04 04:36:08
16253 Log: error-check for accept() test
16256 ____________________________________________________________________________
16257 [ 3061] By: gsar on 1999/03/04 03:40:25
16258 Log: allow custom comparison function in File::Compare::compare_text()
16259 From: jan.dubois@ibm.net (Jan Dubois)
16260 Date: Fri, 26 Feb 1999 21:56:09 +0100
16261 Message-ID: <36db0838.8805651@smtp1.ibm.net>
16262 Subject: Re: PodParser 1.07 (was: RE: C<stuff()> vs stuff())
16264 ! lib/File/Compare.pm
16265 ____________________________________________________________________________
16266 [ 3060] By: gsar on 1999/03/04 03:37:38
16267 Log: better version of change#3038
16268 From: abigail@fnx.com
16269 Date: Mon, 1 Mar 1999 14:11:36 -0500 (EST)
16270 Message-ID: <19990301191136.5557.qmail@alexandra.wayne.fnx.com>
16271 Subject: Re: [PATCH 5.005_03 TRIAL-5 pod/pod2man.PL] Recognize -> and => inside
16274 ____________________________________________________________________________
16275 [ 3058] By: jhi on 1999/03/03 22:30:40
16276 Log: Configure regen to
16277 (1) match maint-5.005 patches #3056 and #3057
16278 (2) better version of PHOSTNAME of #3050
16279 (3) the crosscompile/multiarch config_h.SH trouble solved for now
16281 ! Configure config_h.SH
16282 ____________________________________________________________________________
16283 [ 3054] By: jhi on 1999/03/03 09:57:59
16284 Log: Change #3053 missed perldelta.
16286 ! pod/perldelta.pod
16287 ____________________________________________________________________________
16288 [ 3053] By: jhi on 1999/03/03 08:29:43
16289 Log: Use '!' to mark native integer packings instead of '_'.
16291 ! pod/perldiag.pod pp.c t/lib/ipc_sysv.t t/op/pack.t
16292 ____________________________________________________________________________
16293 [ 3052] By: jhi on 1999/03/02 23:12:36
16294 Log: The HP-UX threads patch (change #3028) is needed also here.
16296 ! hints/hpux.sh thread.h
16297 ____________________________________________________________________________
16298 [ 3051] By: jhi on 1999/03/02 08:24:52
16299 Log: From: Dan Sugalski <sugalskd@osshe.edu>
16300 To: perl5-porters@perl.org, vmsperl@perl.org
16301 Subject: [PATCH 5.005_0x and 5.005_5x]Minor update to README.VMS
16302 Date: Mon, 01 Mar 1999 16:10:57 -0800
16303 Message-Id: <3.0.6.32.19990301161057.03b1fc00@ous.edu>
16306 Branch: maint-5.005/perl
16308 ____________________________________________________________________________
16309 [ 3050] By: jhi on 1999/03/02 08:22:29
16310 Log: From: Dan Sugalski <sugalskd@osshe.edu>
16311 To: perl5-porters@perl.org, vmsperl@perl.org
16312 Subject: [PATCH5.005_56]Diffs to get 5.005_56 building on VMS
16313 Date: Mon, 01 Mar 1999 16:06:29 -0800
16314 Message-Id: <3.0.6.32.19990301160629.02e09ec0@ous.edu>
16316 From: Dan Sugalski <sugalskd@osshe.edu>
16317 To: perl5-porters@perl.org, vmsperl@perl.org
16318 Subject: [PATCH 5.005_56]vmsish.pm patch
16319 Date: Mon, 01 Mar 1999 20:19:04 -0800
16320 Message-Id: <3.0.6.32.19990301201904.02cff460@ous.edu>
16322 plus Configure regen containing a "solution" to the
16323 crosscompile/multiarch problem.
16325 ! Configure config_h.SH configure.com ext/B/defsubs.h.PL
16326 ! vms/ext/vmsish.pm vms/subconfigure.com vms/vms.c vms/vmsish.h
16327 ____________________________________________________________________________
16328 [ 3049] By: jhi on 1999/03/02 07:34:21
16329 Log: From: Spider Boardman <spider@leggy.zk3.dec.com>
16330 To: perl5-porters@perl.org
16331 Subject: [PATCH] Eliminate (valid) warning in byterun.c
16332 Date: Mon, 01 Mar 1999 17:27:59 -0500
16333 Message-Id: <199903012227.RAA00181@leggy.zk3.dec.com>
16336 Branch: maint-5.005/perl
16338 ____________________________________________________________________________
16339 [ 3048] By: gsar on 1999/03/02 06:41:21
16340 Log: updated HP-UX notes from Jeff Okamoto <okamoto@xfiles.intercon.hp.com>
16342 ! MANIFEST README.hpux
16343 ____________________________________________________________________________
16344 [ 3047] By: jhi on 1999/03/01 06:34:43
16345 Log: Integrate from mainperl.
16347 +> README.hpux lib/File/Spec/Functions.pm
16348 !> (integrate 28 files)
16349 ____________________________________________________________________________
16350 [ 3046] By: gsar on 1999/03/01 05:34:28
16351 Log: this is 5.005_56
16359 ____________________________________________________________________________
16360 [ 3045] By: gsar on 1999/03/01 03:32:30
16361 Log: destroy PL_svref_mutex in perl_destruct()
16364 ____________________________________________________________________________
16365 [ 3044] By: gsar on 1999/03/01 00:38:50
16366 Log: up patchlevel &c.
16368 ! Changes patchlevel.h pod/perlhist.pod win32/Makefile
16369 ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
16370 ! win32/makefile.mk
16371 ____________________________________________________________________________
16372 [ 3043] By: gsar on 1999/03/01 00:14:15
16373 Log: integrate cfgperl contents into mainline
16375 ! pod/perldelta.pod
16376 !> Configure config_h.SH
16377 ____________________________________________________________________________
16378 [ 3042] By: gsar on 1999/02/28 23:55:08
16379 Log: slightly edited version of suggested patch
16380 From: jan.dubois@ibm.net (Jan Dubois)
16381 Date: Mon, 01 Mar 1999 00:32:05 +0100
16382 Message-ID: <36dbcf2c.12325433@smtp1.ibm.net>
16383 Subject: Re: [PATCH 5.005_55] Cleanup of File::Spec module
16385 + lib/File/Spec/Functions.pm
16386 ! MANIFEST lib/File/Spec.pm
16387 ____________________________________________________________________________
16388 [ 3041] By: gsar on 1999/02/28 22:47:19
16389 Log: fix subtle bug in eval'' testsuite
16392 ____________________________________________________________________________
16393 [ 3040] By: gsar on 1999/02/28 22:46:24
16394 Log: avoid literal control characters in change#3039
16397 ____________________________________________________________________________
16398 [ 3039] By: gsar on 1999/02/28 21:47:18
16399 Log: todo item: permit extended control variables a la ${^Foo} (patch
16400 courtesy Mark-Jason Dominus <mjd@plover.com>)
16402 ! op.c pod/perldelta.pod pod/perltodo.pod pod/perlvar.pod
16403 ! t/base/lex.t toke.c
16404 ____________________________________________________________________________
16405 [ 3038] By: gsar on 1999/02/28 21:21:05
16406 Log: From: abigail@fnx.com
16407 Date: Sun, 28 Feb 1999 10:59:16 -0500 (EST)
16408 Message-ID: <19990228155916.14496.qmail@alexandra.wayne.fnx.com>
16409 Subject: Recognize -> and => inside [A-Z]<> sequences.
16412 ____________________________________________________________________________
16413 [ 3037] By: gsar on 1999/02/28 21:12:22
16414 Log: fix longstanding bug: searches for lexicals originating within eval''
16415 weren't stopping at the subroutine boundary correctly
16417 ! op.c proto.h t/op/eval.t
16418 ____________________________________________________________________________
16419 [ 3036] By: gsar on 1999/02/28 20:02:29
16420 Log: revert parts of change#2990 to preserve predictable usage of Win32::Foo()
16421 as stacked list values
16422 From: jan.dubois@ibm.net (Jan Dubois)
16423 Date: Sat, 27 Feb 1999 18:24:17 +0100
16424 Message-ID: <36e22849.36531259@smtp1.ibm.net>
16425 Subject: Re: resend [PATCH 5.005_55] Various win32/win32.c cleanup
16428 ____________________________________________________________________________
16429 [ 3035] By: gsar on 1999/02/28 19:48:54
16430 Log: remove superfluous stack_sp decl
16433 ____________________________________________________________________________
16434 [ 3034] By: gsar on 1999/02/28 19:34:58
16435 Log: s/print STDERR/warn/ suggested by abigail@fnx.com; add $VERSION
16437 ! lib/Getopt/Std.pm
16438 ____________________________________________________________________________
16439 [ 3033] By: gsar on 1999/02/28 19:23:41
16440 Log: add File::Compare::compare_text()
16441 From: jan.dubois@ibm.net (Jan Dubois)
16442 Date: Fri, 26 Feb 1999 00:20:41 +0100
16443 Message-ID: <36dcd8ab.20195659@smtp1.ibm.net>
16444 Subject: Re: PodParser 1.07 (was: RE: C<stuff()> vs stuff())
16446 ! lib/File/Compare.pm pod/perltodo.pod
16447 ____________________________________________________________________________
16448 [ 3032] By: gsar on 1999/02/28 19:01:33
16449 Log: add README.hpux
16452 ! MAINTAIN MANIFEST
16453 ____________________________________________________________________________
16454 [ 3031] By: gsar on 1999/02/28 18:49:08
16455 Log: avoid escaping & et al multiple times (variant of fix suggested by
16456 James Cromie <jcromie@fossil.uswc.uswest.com>
16459 ____________________________________________________________________________
16460 [ 3030] By: gsar on 1999/02/28 18:35:09
16461 Log: From: jan.dubois@ibm.net (Jan Dubois)
16462 Date: Wed, 24 Feb 1999 22:34:56 +0100
16463 Message-ID: <36d86f1e.11495549@smtp1.ibm.net>
16464 Subject: [PATCH 5.005_55] Test::Harness setting $ENV{HARNESS_ACTIVE}
16466 ! lib/Test/Harness.pm
16467 ____________________________________________________________________________
16468 [ 3029] By: gsar on 1999/02/28 18:28:18
16469 Log: add note about env pollution
16471 ! INSTALL pod/perltodo.pod
16472 ____________________________________________________________________________
16473 [ 3028] By: jhi on 1999/02/26 14:40:00
16474 Log: HP-UX 11 threads.
16476 From: Jeff Okamoto <okamoto@xfiles.intercon.hp.com>
16477 To: perl5-porters@perl.org
16479 Subject: Maint 5 and _54 with threading on HP-UX 11.00
16480 Date: Wed, 3 Feb 1999 12:57:18 -0800 (PST)
16481 Message-Id: <199902032057.MAA10218@xfiles.intercon.hp.com>
16483 NOTE from jhi: the hpux hints could still be more robust by
16484 disabling gdbm when necessary.
16486 Currently if there's a libgdbm.sl (gdbm 1.7.3) which is pre-11,
16487 linking -lgdbm -lpthread creates an executable that instantly
16488 core dumps on a pthreads internal panic:
16492 Pthread internal error: message: __libc_reinit() failed, file: ../pthreads/pthread.c, line: 1096
16493 Return Pointer is 0xc082bf33
16494 17639 quit (core dumped) ./gdpt
16496 You don't have to *use* either gdbm or pthreads in the executable,
16497 just linking them together is enough. Workaround is to recompile
16498 the GDBM under HP-UX 11, that makes the problem go away.
16499 Branch: maint-5.005/perl
16500 ! hints/hpux.sh thread.h
16501 ____________________________________________________________________________
16502 [ 3025] By: jhi on 1999/02/25 20:41:07
16503 Log: Temporary workaround for the config_h.SH versus
16504 crosscompile and multiarch plus introduce 'rt'
16505 to $libswanted: in UNIX98 sched_yield() lives there.
16507 ! Configure config_h.SH
16508 ____________________________________________________________________________
16509 [ 3024] By: jhi on 1999/02/24 12:54:59
16510 Log: Integrate from mainperl.
16513 !> (integrate 44 files)
16514 ____________________________________________________________________________
16515 [ 3023] By: gsar on 1999/02/24 07:02:12
16516 Log: integrate cfgperl contents
16518 !> (integrate 30 files)
16519 ____________________________________________________________________________
16520 [ 3022] By: gsar on 1999/02/24 05:59:47
16521 Log: From: Daniel Grisinger <dgris@moiraine.dimensional.com>
16522 Date: 23 Feb 1999 17:53:22 -0700
16523 Message-ID: <m3g17w62rh.fsf@moiraine.dimensional.com>
16524 Subject: [PATCH: _55] perldoc -q broken
16527 ____________________________________________________________________________
16528 [ 3021] By: gsar on 1999/02/24 05:51:53
16529 Log: ansify perlio.c, fix PerlIO-ish typos
16531 ! ext/DynaLoader/dl_beos.xs ext/DynaLoader/dl_cygwin32.xs
16532 ! iperlsys.h perlio.c
16533 ____________________________________________________________________________
16534 [ 3020] By: gsar on 1999/02/24 05:28:06
16535 Log: adjust a Perl_malloc() flag for NeXT
16536 From: Hans Mulder <hansm@icgned.icgroup.nl>
16537 Date: Tue, 23 Feb 99 00:26:25 +0100
16538 Message-Id: <9902222329.AA17516@icgned.icgroup.nl>
16539 Subject: [PATCH for _55] MUTEX_INIT_CALLS_MALLOC no longer necessary
16542 ____________________________________________________________________________
16543 [ 3019] By: gsar on 1999/02/24 05:19:42
16544 Log: perltodo adjustments from Joshua Pritikin <joshua.pritikin@db.com>
16547 ____________________________________________________________________________
16548 [ 3018] By: gsar on 1999/02/24 04:15:18
16549 Log: From: Joshua Pritikin <joshua.pritikin@db.com>
16550 Date: Mon, 22 Feb 1999 11:29:09 -0500 (EST)
16551 Message-ID: <Pine.GSO.4.02.9902221128200.500-100000@eq1062.wks.na.deuba.com>
16552 Subject: improved error message [PATCH _55] [RESEND]
16555 ____________________________________________________________________________
16556 [ 3017] By: gsar on 1999/02/24 03:50:34
16557 Log: From: Tom Christiansen <tchrist@jhereg.perl.com>
16558 Date: Sun, 21 Feb 1999 20:02:18 -0700
16559 Message-Id: <199902220302.UAA09981@jhereg.perl.com>
16560 Subject: perlfunc updates (against 55)
16563 ____________________________________________________________________________
16564 [ 3016] By: gsar on 1999/02/24 03:17:05
16565 Log: testsuite adjustments
16566 From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
16567 Date: Sat, 20 Feb 1999 15:24:57 +0000
16568 Message-Id: <E10EEH3-0003Wf-00@taurus.cus.cam.ac.uk>
16569 Subject: Not quite OK: perl5.005_55 on SunOS 4.1.3 / gcc
16571 ! t/lib/io_sock.t t/op/lex_assign.t
16572 ____________________________________________________________________________
16573 [ 3015] By: gsar on 1999/02/24 02:54:47
16574 Log: avoid modifying readonly values from qw()
16576 ! lib/ExtUtils/MM_Unix.pm
16577 ____________________________________________________________________________
16578 [ 3014] By: gsar on 1999/02/24 02:49:04
16579 Log: more "correct" utbuf for utime()
16582 ____________________________________________________________________________
16583 [ 3013] By: jhi on 1999/02/22 19:27:44
16584 Log: Fix MacPerl version, change PowerUX to PowerMAX.
16586 From: Chris Nandor <pudge@pobox.com>
16588 Cc: perl5-porters@perl.org
16589 Subject: Re: perl current availability as documented by perl.pod
16590 Date: Sun, 21 Feb 1999 11:06:03 -0500
16591 Message-Id: <v04020a07b2f5df60c9e3@[192.168.0.77]>
16593 From: Tom Horsley <Tom.Horsley@mail.ccur.com>
16595 Cc: perl5-porters@perl.org
16596 Subject: Re: perl current availability as documented by perl.pod
16597 Date: Mon, 22 Feb 1999 13:08:30 GMT
16598 Message-Id: <199902221308.NAA19971@cleo.ccur.com>
16601 Branch: maint-5.005/perl
16603 ____________________________________________________________________________
16604 [ 3012] By: jhi on 1999/02/22 10:26:11
16605 Log: Snapshot the cross-compilation/multiarchitecture stuff
16606 (currently broken in next)
16608 ! Configure config_h.SH pp.c
16609 ____________________________________________________________________________
16610 [ 3011] By: jhi on 1999/02/22 10:24:51
16611 Log: From: pmarquess@bfsec.bt.co.uk (Paul Marquess)
16612 To: gsar@activestate.com (Gurusamy Sarathy)
16613 Cc: perl5-porters@perl.org (Perl5 Porters)
16614 Subject: [PATCH 5.005_55] DB_File 1.64 patch
16615 Date: Mon, 22 Feb 1999 10:07:00 +0000 (GMT)
16616 Message-Id: <9902221007.AA17751@claudius.bfsec.bt.co.uk>
16618 ! ext/DB_File/Changes ext/DB_File/DB_File.pm
16619 ! ext/DB_File/DB_File.xs ext/DB_File/typemap t/lib/db-recno.t
16620 ____________________________________________________________________________
16621 [ 3009] By: jhi on 1999/02/22 09:14:26
16622 Log: Scratch #3008 and introduce $crosscompile and $multiarch
16623 also in non-Configure lands.
16625 ! Configure config_h.SH hints/next_3.sh hints/next_3_0.sh
16626 ! hints/next_4.sh vms/subconfigure.com win32/config.bc
16627 ! win32/config.gc win32/config.vc win32/config_H.bc
16628 ! win32/config_H.gc win32/config_H.vc
16629 ____________________________________________________________________________
16630 [ 3008] By: jhi on 1999/02/22 08:58:04
16631 Log: Add -DMULTIARCH (see change #3006).
16633 ! hints/next_3.sh hints/next_3_0.sh hints/next_4.sh
16634 ____________________________________________________________________________
16635 [ 3007] By: jhi on 1999/02/22 08:54:06
16636 Log: Undo the references to local{lib,arch} introduced by #3006.
16638 ! Configure config_h.SH
16639 ____________________________________________________________________________
16640 [ 3006] By: jhi on 1999/02/22 08:43:50
16641 Log: From: hansm@icgned.icgroup.nl
16642 To: perlbug@perl.com
16643 Subject: Not OK: perl 5.00555 on OPENSTEP-Mach-thread 4_2 (UNINSTALLED)
16644 Date: Sun, 21 Feb 1999 22:58:55 +0100
16645 Reply-To: hansmu@xs4all.nl
16646 Message-Id: <9902212201.AA13386@icgned.icgroup.nl>
16648 plus other Configure changes: prepare for cross-compilation/
16649 multiarchitecture builds.
16651 ! Configure config_h.SH
16652 ____________________________________________________________________________
16653 [ 3005] By: jhi on 1999/02/22 08:35:30
16654 Log: Configure/Perl knew how to look for use Mach cthreads
16655 but Configure didn't let them to be used ($osname 'next').
16657 ! Configure config_h.SH
16658 Branch: maint-5.005/perl
16660 ____________________________________________________________________________
16661 [ 3004] By: jhi on 1999/02/21 15:46:02
16662 Log: Update Acorn AVAILABILITY.
16665 Branch: maint-5.005/perl
16667 ____________________________________________________________________________
16668 [ 3003] By: jhi on 1999/02/21 14:50:42
16669 Log: From: rjk@linguist.dartmouth.edu (Ronald J. Kimball)
16670 To: perl5-porters@perl.org (Perl 5 Porters)
16671 Subject: PATCH: perlref.pod - symbolic ref example
16672 Date: Sat, 20 Feb 1999 17:32:11 -0500 (EST)
16673 Message-Id: <199902202232.RAA62306@linguist.dartmouth.edu>
16676 Branch: maint-5.005/perl
16678 ____________________________________________________________________________
16679 [ 3002] By: jhi on 1999/02/21 14:35:22
16680 Log: Sync cfgperl with maint-5.005 change #3000.
16682 ! pod/perlfunc.pod t/op/pack.t
16683 ____________________________________________________________________________
16684 [ 2999] By: gsar on 1999/02/20 22:48:30
16685 Log: From: John Bley <jbb6@acpub.duke.edu>
16686 Date: Sat, 20 Feb 1999 16:02:34 EST
16687 Message-Id: <Pine.SOL.3.91.990220155832.9913A-100000@soc11.acpub.duke.edu>
16688 Subject: [PATCH]5.005_55 (CORE) Sparse intializer in regcomp.c
16691 ____________________________________________________________________________
16692 [ 2998] By: jhi on 1999/02/20 14:13:06
16693 Log: Enhanced the endianness description.
16696 ____________________________________________________________________________
16697 [ 2996] By: jhi on 1999/02/20 13:55:41
16698 Log: Glossary now mostly fixed.
16700 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
16702 ____________________________________________________________________________
16703 [ 2994] By: jhi on 1999/02/20 11:58:33
16704 Log: Perldeltify GNU/Hurd.
16706 ! pod/perldelta.pod
16707 ____________________________________________________________________________
16708 [ 2993] By: gsar on 1999/02/20 00:59:10
16709 Log: fix typo in Perl_sbrk()
16710 From: hansm@icgned.icgroup.nl
16711 Date: Fri, 19 Feb 1999 23:19:31 +0100
16712 Message-Id: <9902192221.AA07213@icgned.icgroup.nl>
16713 Subject: Not OK: perl 5.00555 on OPENSTEP-Mach 4_2 (UNINSTALLED)
16716 ____________________________________________________________________________
16717 [ 2992] By: gsar on 1999/02/20 00:51:08
16718 Log: integrate change#2980 from maint-5.005
16721 ____________________________________________________________________________
16722 [ 2991] By: gsar on 1999/02/20 00:34:01
16723 Log: From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
16724 Date: Thu, 18 Feb 1999 18:51:38 +0000
16725 Message-Id: <199902181851.SAA14018@crypt.compulink.co.uk>
16726 Subject: [PATCH 5.005_55] test failures with MIME-tools-4.122 and perl 5.005_55
16728 ! pp_hot.c t/op/pat.t
16729 ____________________________________________________________________________
16730 [ 2990] By: gsar on 1999/02/20 00:30:48
16731 Log: From: jan.dubois@ibm.net (Jan Dubois)
16732 Date: Thu, 18 Feb 1999 19:14:07 +0100
16733 Message-ID: <36d15809.40853323@smtp1.ibm.net>
16734 Subject: resend [PATCH 5.005_55] Various win32/win32.c cleanup
16737 ____________________________________________________________________________
16738 [ 2989] By: gsar on 1999/02/20 00:27:01
16739 Log: do poll() emulation unless HAS_POLL && I_POLL
16742 ____________________________________________________________________________
16743 [ 2988] By: gsar on 1999/02/19 23:52:12
16744 Log: tweak RE for NaNQ? recognition
16746 ! t/lib/bigfloatpm.t
16747 ____________________________________________________________________________
16748 [ 2987] By: gsar on 1999/02/19 23:29:59
16749 Log: mention C<use utf8> and C<use warning> in perldelta
16751 ! pod/perldelta.pod
16752 ____________________________________________________________________________
16753 [ 2985] By: jhi on 1999/02/19 20:43:19
16754 Log: pack/unpack better in (network-)short-non-16-bits and
16755 (network-)long-non-32-bits systems such as Cray C90.
16757 ! perl.h pp.c t/op/pack.t
16758 ____________________________________________________________________________
16759 [ 2984] By: jhi on 1999/02/19 20:38:54
16760 Log: Regen Configure.
16762 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
16764 ____________________________________________________________________________
16765 [ 2982] By: jhi on 1999/02/19 19:51:49
16766 Log: Configure update: fstatvfs/fstafs/getmntent/hasmntopt were
16769 From: "Kurt D. Starsinic" <kstar@chapin.edu>
16770 To: Chaim Frenkel <chaimf@pobox.com>,
16771 Russ Allbery <rra@stanford.edu>,
16772 Jarkko Hietaniemi <jhi@iki.fi>,
16773 Gurusamy Sarathy <gsar@activestate.com>,
16774 Graham Barr <gbarr@pobox.com>
16775 Cc: bdensch@ameritech.net, perlbug@perl.com
16776 Subject: [PATCH] Re: Solaris 7 for Intel
16777 Message-ID: <19990219124404.A30182@O2.chapin.edu>
16779 Glossary is still missing some terms because
16780 mkglossary is misbehaving (change #2981 updated
16783 ! Configure Makefile.SH Porting/Glossary Porting/config.sh
16785 ____________________________________________________________________________
16786 [ 2980] By: gbarr on 1999/02/19 16:06:53
16787 Log: Make result of h2xs work when user adds C<use strict>
16788 Branch: maint-5.005/perl
16790 ____________________________________________________________________________
16791 [ 2979] By: gsar on 1999/02/19 05:24:29
16792 Log: doc for change#2978
16795 ____________________________________________________________________________
16796 [ 2978] By: gsar on 1999/02/19 05:08:29
16797 Log: bring '*' prototype closer to how it behaves internally
16800 ! MANIFEST lib/Fatal.pm op.c t/comp/proto.t
16801 ____________________________________________________________________________
16802 [ 2977] By: gsar on 1999/02/19 02:50:31
16803 Log: stem leakage of perly.h #defines #ifndef PERL_CORE
16806 ____________________________________________________________________________
16807 [ 2975] By: gsar on 1999/02/18 21:41:57
16808 Log: distinguish eval'' from BEGIN|INIT|END CVs (fixes buggy propagation
16809 of lexical searches in BEGIN|INIT|END)
16811 ! cop.h cv.h op.c perly.c perly.y pp_ctl.c t/op/misc.t
16813 ____________________________________________________________________________
16814 [ 2974] By: gsar on 1999/02/18 21:03:06
16815 Log: missing PERL_POLLUTE_MALLOC
16817 ! ext/SDBM_File/sdbm/sdbm.h
16818 ____________________________________________________________________________
16819 [ 2973] By: gsar on 1999/02/18 17:10:49
16820 Log: From: Andy Dougherty <doughera@lafayette.edu>
16821 Date: Wed, 17 Feb 1999 17:22:50 EST
16822 Message-Id: <Pine.GSU.4.05.9902171720490.17243-100000@newton.phys>
16823 Subject: [PATCH 5.005_xx] dotsh.pl triggers new warnings
16826 ____________________________________________________________________________
16827 [ 2972] By: gsar on 1999/02/18 17:04:12
16828 Log: s/#defined/#define/
16830 ! ext/Data/Dumper/Dumper.xs
16831 ____________________________________________________________________________
16832 [ 2970] By: gsar on 1999/02/18 03:26:43
16833 Log: ensure is data malloc()ed by GDBM is free()d (not Perl_mfree()d)
16835 ! ext/GDBM_File/GDBM_File.pm ext/GDBM_File/GDBM_File.xs
16836 ! ext/GDBM_File/typemap
16837 ____________________________________________________________________________
16838 [ 2969] By: gsar on 1999/02/17 23:30:47
16839 Log: correct slurp mode doc
16841 ! pod/perlfunc.pod pod/perlop.pod
16842 ____________________________________________________________________________
16843 [ 2968] By: jhi on 1999/02/17 23:15:49
16844 Log: Ultrix hints update.
16846 From: Spider Boardman <spider@zk3.dec.com>
16847 To: perlbug@perl.com
16848 Subject: Not OK: perl 5.00555 on RISC-ultrix 4.4 (UNINSTALLED)
16849 Date: Tue, 16 Feb 1999 23:04:28 -0500
16850 Message-Id: <9902170404.AA11036@abyss.zk3.dec.com>
16852 ! hints/ultrix_4.sh
16853 ____________________________________________________________________________
16854 [ 2966] By: jhi on 1999/02/17 23:09:21
16855 Log: Change #2965 wiped out some Sarathy's _55 changes.
16858 ! Configure pp.c t/op/pack.t
16859 ____________________________________________________________________________
16860 [ 2965] By: jhi on 1999/02/17 23:00:04
16861 Log: Configure tweaks.
16863 Fix the Unixware/SCO uname scan:
16865 From: Tom Hughes <thh@cyberscience.com>
16866 To: perlbug@perl.com
16867 Subject: Not OK: perl 5.00555 on i386-svr4 [actually Unixware 2.1] (UNINSTALLED)
16868 Date: 17 Feb 1999 15:34:15 +0000
16869 Message-ID: <yekg185nix4.fsf@elva.cyberscience.com>
16871 AIX syscalls.exp scan: the syscall might be marked 32, 3264, or 64
16873 From: Joe Buehler <jhpb@hekimian.com>
16874 To: perl5-porters@perl.org
16875 Subject: setsid not detected by perl 5.005_02 configure under AIX 4.3
16876 Date: 12 Feb 1999 11:25:21 -0500
16877 Message-ID: <yd3lni3613i.fsf@ganymede.hekimian.com>
16879 Make the pthreads joinable constant scan to output to fd 4, not 2.
16882 ____________________________________________________________________________
16883 [ 2964] By: gsar on 1999/02/17 21:30:07
16884 Log: From: Tom Christiansen <tchrist@jhereg.perl.com>
16885 Date: Wed, 17 Feb 1999 06:53:13 -0700
16886 Message-Id: <199902171353.GAA15682@jhereg.perl.com>
16887 Subject: PATCH: lib/Pod/Functions.pm for perl5.005_55
16889 ! lib/Pod/Functions.pm
16890 ____________________________________________________________________________
16891 [ 2963] By: gsar on 1999/02/17 21:18:21
16892 Log: fix comppad handling for failures in eval 'qr/(?p{...})/'
16893 From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
16894 Date: Wed, 17 Feb 1999 10:06:01 +0000
16895 Message-Id: <199902171006.KAA10204@crypt.compulink.co.uk>
16896 Subject: Re: [5.005_53] panic: pad_free curpad
16898 ! regcomp.c regexec.c t/op/misc.t
16899 ____________________________________________________________________________
16900 [ 2962] By: gsar on 1999/02/16 21:26:28
16903 ! t/lib/bigfloatpm.t
16904 ____________________________________________________________________________
16905 [ 2961] By: jhi on 1999/02/16 19:26:38
16906 Log: Integrate from mainperl.
16908 !> (integrate 37 files)
16909 ____________________________________________________________________________
16910 [ 2960] By: gsar on 1999/02/16 18:04:29
16911 Log: undo change#2465 (qw[] is a real list now)
16914 ____________________________________________________________________________
16915 [ 2959] By: gsar on 1999/02/16 07:09:33
16916 Log: this was 5.005_55
16924 ____________________________________________________________________________
16925 [ 2958] By: gsar on 1999/02/16 06:18:27
16926 Log: integrate change#2852 from maint-5.005; integrate cfgperl contents;
16927 elide dups and non-dependents from Changes
16929 ! Changes pod/perlhist.pod
16930 !> Configure INSTALL README.threads doio.c ext/IPC/SysV/SysV.xs
16931 !> hints/ultrix_4.sh pod/perl.pod pod/perlfunc.pod
16932 !> pod/perlport.pod pp.c t/op/pack.t
16933 ____________________________________________________________________________
16934 [ 2957] By: gsar on 1999/02/16 04:09:47
16935 Log: propagate PERL_VERSION everywhere, add to pod
16937 ! Configure configpm configure.com ext/B/B/C.pm ext/B/byteperl.c
16938 ! ext/DB_File/DB_File.xs ext/Data/Dumper/Dumper.xs ext/IO/IO.xs
16939 ! hints/freebsd.sh hints/os2.sh installman installperl myconfig
16940 ! os2/Makefile.SHs os2/os2.c patchlevel.h perl.c perl.h
16941 ! plan9/genconfig.pl plan9/myconfig.plan9 plan9/versnum
16942 ! pod/perldebug.pod pod/perldelta.pod vms/genconfig.pl
16943 ! vms/myconfig.com vms/subconfigure.com win32/config.bc
16944 ! win32/config.gc win32/config.vc win32/config_sh.PL
16945 ! win32/win32.c x2p/a2py.c
16946 ____________________________________________________________________________
16947 [ 2955] By: jhi on 1999/02/15 16:15:03
16948 Log: The pack tests now better in C90 (after the packnative patches).
16951 ____________________________________________________________________________
16952 [ 2954] By: gsar on 1999/02/15 14:11:50
16953 Log: tweak Configure to follow new PERL_VERSION etc.
16955 ! Configure patchlevel.h pod/perlhist.pod
16956 ____________________________________________________________________________
16957 [ 2953] By: jhi on 1999/02/15 14:02:21
16958 Log: Integrate from mainperl.
16960 !> MANIFEST Porting/makerel
16961 ____________________________________________________________________________
16962 [ 2952] By: jhi on 1999/02/15 13:50:07
16963 Log: Enhance the packnative patch: use the packnative code
16964 only if required. Also added hefty testing (hopefully
16965 I didn't assume too much...). Tested on alpha, ix86, sparc.
16967 ! pod/perlfunc.pod pp.c t/op/pack.t
16968 ____________________________________________________________________________
16969 [ 2951] By: jhi on 1999/02/15 13:46:56
16970 Log: AVAILABILITY from 5.005_03-tobe, will of course
16971 require updating when 5.006 comes out.
16974 ____________________________________________________________________________
16975 [ 2949] By: gsar on 1999/02/15 13:28:51
16976 Log: will this be it for 5.005_55?
16978 ! MANIFEST Porting/makerel
16979 ____________________________________________________________________________
16980 [ 2948] By: jhi on 1999/02/15 13:23:52
16981 Log: Integrate from mainperl.
16983 !> Changes Makefile.SH ext/B/B/C.pm patchlevel.h perl.h
16984 !> pod/perldiag.pod pod/perlembed.pod pod/perlfaq3.pod
16985 !> pod/perlfaq4.pod pod/perlfaq9.pod pod/perlmodinstall.pod
16986 !> pod/perlmodlib.pod pod/perltoc.pod t/io/argv.t
16987 !> t/lib/bigfloatpm.t t/lib/h2ph.t win32/Makefile win32/config.bc
16988 !> win32/config.gc win32/config.vc win32/config_H.bc
16989 !> win32/config_H.gc win32/config_H.vc win32/makefile.mk
16990 ____________________________________________________________________________
16991 [ 2947] By: jhi on 1999/02/15 13:20:41
16992 Log: perlport.pod 1.39 from Chris.
16995 ____________________________________________________________________________
16996 [ 2946] By: jhi on 1999/02/15 13:09:58
16997 Log: Import Ultrix update, change #2864,
16999 From: Spider Boardman <spider@zk3.dec.com>
17000 To: perlbug@perl.com
17001 Subject: Not OK: perl 5.00503 +MAINT_TRIAL_5 on RISC-ultrix 4.4 (UNINSTALLED)
17002 Date: Wed, 10 Feb 1999 23:33:31 -0500
17003 Message-Id: <9902110433.AA12816@abyss.zk3.dec.com>
17005 ! doio.c ext/IPC/SysV/SysV.xs hints/ultrix_4.sh
17006 ____________________________________________________________________________
17007 [ 2945] By: jhi on 1999/02/15 13:04:50
17008 Log: OpenBSD sparc SHMLBA.
17010 ! ext/IPC/SysV/SysV.xs
17011 ____________________________________________________________________________
17012 [ 2944] By: gsar on 1999/02/15 12:09:52
17013 Log: update win32/config* stuff, Changes
17015 ! Changes win32/Makefile win32/config.bc win32/config.gc
17016 ! win32/config.vc win32/config_H.bc win32/config_H.gc
17017 ! win32/config_H.vc win32/makefile.mk
17018 ____________________________________________________________________________
17019 [ 2943] By: gsar on 1999/02/15 11:54:08
17020 Log: #include patchlevel.h by default, provide
17021 PERL_{REVISION,VERSION,SUBVERSION}
17023 ! patchlevel.h perl.h
17024 ____________________________________________________________________________
17025 [ 2942] By: gsar on 1999/02/15 10:26:59
17026 Log: allow /0|NaN/ on some bigfloatpm.t tests for portability; other
17029 ! Makefile.SH t/io/argv.t t/lib/bigfloatpm.t t/lib/h2ph.t
17030 ____________________________________________________________________________
17031 [ 2941] By: gsar on 1999/02/15 10:24:37
17032 Log: broken URLs fixed (from Michael G Schwern <schwern@pobox.com>)
17033 Message-ID: <19990207002851.B9185@toldyouso.com>
17034 Message-ID: <19990207212152.A9765@toldyouso.com>
17035 Message-ID: <19990207212041.A9622@toldyouso.com>
17036 Message-ID: <19990207213127.A10244@toldyouso.com>
17037 Message-ID: <19990207212559.A9950@toldyouso.com>
17038 Message-ID: <19990207212842.A9994@toldyouso.com>
17039 Message-ID: <19990207212500.A9860@toldyouso.com>
17040 Message-ID: <19990207213013.A10105@toldyouso.com>
17042 ! pod/perldiag.pod pod/perlembed.pod pod/perlfaq3.pod
17043 ! pod/perlfaq4.pod pod/perlfaq9.pod pod/perlmodinstall.pod
17044 ! pod/perlmodlib.pod pod/perltoc.pod
17045 ____________________________________________________________________________
17046 [ 2940] By: gsar on 1999/02/15 10:07:08
17047 Log: enable dynaloading in C.pm-compiled programs (non-conflicting part
17048 of suggested patch)
17049 From: "Vishal Bhatia" <vishalb@my-dejanews.com>
17050 Date: Mon, 08 Feb 1999 01:14:41 -0000
17051 Message-ID: <DHIDFFOPMEFDBAAA@my-dejanews.com>
17052 Subject: [PATCH 5.005_54] some pending C.pm stuff
17055 ____________________________________________________________________________
17056 [ 2939] By: jhi on 1999/02/15 08:40:18
17057 Log: Integrate from mainperl.
17059 +> t/lib/bigfloat.t t/lib/bigfloatpm.t
17060 - lib/File/PathConvert.pm
17061 !> (integrate 81 files)
17062 ____________________________________________________________________________
17063 [ 2938] By: gsar on 1999/02/15 06:56:39
17064 Log: change#2839 was bogus, redo
17067 ____________________________________________________________________________
17068 [ 2937] By: gsar on 1999/02/15 06:38:15
17069 Log: support Win32::GetFullPathName() and Win32::SetLastError()
17070 From: jan.dubois@ibm.net (Jan Dubois)
17071 Date: Tue, 09 Feb 1999 22:27:31 +0100
17072 Message-ID: <36c1a2ed.8007554@smtp1.ibm.net>
17073 Subject: [PATCH _54] Win32::GetFullPathName (Re: File::Spec::Win32 and UNCs)
17076 ____________________________________________________________________________
17077 [ 2936] By: gsar on 1999/02/15 06:26:39
17078 Log: support native integers, pack("L_",...) etc. (via private mail)
17079 From: Jarkko Hietaniemi <jhi@iki.fi>
17080 Date: Wed, 10 Feb 1999 00:04:52 +0200 (EET)
17081 Message-Id: <199902092204.AAA29065@alpha.hut.fi>
17082 Subject: the "packnative" patch
17084 ! pod/perldelta.pod pod/perldiag.pod pod/perlfunc.pod pp.c
17085 ! t/lib/ipc_sysv.t t/op/pack.t
17086 ____________________________________________________________________________
17087 [ 2935] By: gsar on 1999/02/15 06:04:02
17088 Log: From: Michael G Schwern <schwern@pobox.com>
17089 Date: Tue, 9 Feb 1999 04:13:12 -0500
17090 Message-ID: <19990209041312.A15788@toldyouso.com>
17091 Subject: [PATCH]5.005_03-MAINT_TRIAL_5 utils/h2xs fixing -A & more
17094 ____________________________________________________________________________
17095 [ 2934] By: gsar on 1999/02/15 05:30:13
17096 Log: fix bugs in the handling of negative numbers, among other things
17097 From: Steven Knight <knight@theopera.baldmt.citilink.com>
17098 Date: Mon, 8 Feb 1999 01:16:24 -0600
17099 Message-Id: <199902080716.BAA24652@theopera.baldmt.citilink.com>
17100 Subject: Math::BigFloat and Math::BigInt
17102 + t/lib/bigfloat.t t/lib/bigfloatpm.t
17103 ! lib/Math/BigFloat.pm lib/Math/BigInt.pm lib/bigfloat.pl
17105 ____________________________________________________________________________
17106 [ 2933] By: gsar on 1999/02/15 04:57:52
17107 Log: From: "J. van Krieken" <John.van.Krieken@ATComputing.nl>
17108 Date: Thu, 4 Feb 1999 17:25:25 +0100 (MET)
17109 Message-Id: <199902041625.RAA14489@atcmpg.ATComputing.nl>
17110 Subject: s2p incorrectly handles hold space commands
17113 ____________________________________________________________________________
17114 [ 2932] By: gsar on 1999/02/15 04:45:55
17115 Log: clarify what a "line" is
17117 ! pod/perlfunc.pod pod/perlvar.pod
17118 ____________________________________________________________________________
17119 [ 2931] By: gsar on 1999/02/15 04:23:29
17120 Log: backout change#2811 and add newer version based on File::Spec
17121 From: Barrie Slaymaker <rbs@telerama.com>
17122 Date: Thu, 11 Feb 1999 16:29:24 -0500
17123 Message-ID: <36C34BB4.A62090E0@telerama.com>
17124 Subject: [PATCH]5.005_54 (pod2html) Relative URLs using new File::Spec
17126 - lib/File/PathConvert.pm
17127 ! MANIFEST installhtml lib/Pod/Html.pm
17128 ____________________________________________________________________________
17129 [ 2930] By: gsar on 1999/02/15 04:16:25
17130 Log: From: Barrie Slaymaker <rbs@telerama.com>
17131 Date: Thu, 11 Feb 1999 19:39:48 -0500
17132 Message-ID: <36C37854.707D139@telerama.com>
17133 Subject: [PATCH] 5.005_54 #2 Merging File::PathConvert in to File::Spec
17135 ! lib/File/Spec/Unix.pm lib/File/Spec/Win32.pm
17136 ____________________________________________________________________________
17137 [ 2929] By: gsar on 1999/02/15 04:06:50
17138 Log: patches suggested by John Bley <jbb6@acpub.duke.edu> (with minor edits)
17139 Date: Wed, 3 Feb 1999 05:24:55 -0500 (EST)
17140 Message-ID: <Pine.SOL.3.91.990203051924.302A-100000@soc11.acpub.duke.edu>
17141 Subject: [PATCH]5.005_54 (DOC) fix many typos
17143 Date: Wed, 3 Feb 1999 08:53:53 -0500 (EST)
17144 Message-ID: <Pine.SOL.3.91.990203085157.895A-100000@soc11.acpub.duke.edu>
17145 Subject: [PATCH]5.005_54 (DOC) typos
17147 ! pod/perl5004delta.pod pod/perl5005delta.pod pod/perlcall.pod
17148 ! pod/perldebug.pod pod/perlfaq1.pod pod/perlfaq2.pod
17149 ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod
17150 ! pod/perlfaq6.pod pod/perlfaq7.pod pod/perlfaq8.pod
17151 ! pod/perlfaq9.pod pod/perlfunc.pod pod/perlguts.pod
17152 ! pod/perllol.pod pod/perlmod.pod pod/perlref.pod
17153 ! pod/perlrun.pod pod/perlsub.pod pod/perltoc.pod
17154 ! pod/perlvar.pod pod/perlxs.pod
17155 ____________________________________________________________________________
17156 [ 2928] By: gsar on 1999/02/15 03:39:53
17157 Log: allow the Carp routines to pass through exception objects
17160 ____________________________________________________________________________
17161 [ 2927] By: gsar on 1999/02/15 03:22:57
17162 Log: mention Proc::Daemon (suggested by Michael G Schwern <schwern@pobox.com>)
17165 ____________________________________________________________________________
17166 [ 2926] By: gsar on 1999/02/15 03:19:39
17167 Log: integrate h2ph.PL fixes from change#2809 (change#2838 was supposed to
17168 have done that, but didn't)
17171 ____________________________________________________________________________
17172 [ 2925] By: gsar on 1999/02/15 03:17:01
17173 Log: integrate cfgperl changes into mainline
17176 !> Configure Porting/Glossary Porting/config.sh Porting/config_H
17177 !> config_h.SH hints/openbsd.sh hints/ultrix_4.sh
17178 !> pod/perlport.pod t/lib/h2ph.pht utils/h2ph.PL
17179 !> vms/subconfigure.com
17180 ____________________________________________________________________________
17181 [ 2924] By: gsar on 1999/02/15 03:07:08
17182 Log: add const qualifier to most char* prototypes, handle ripple effect
17184 ! gv.c hv.c hv.h mg.c op.c perl.c pod/perlguts.pod proto.h sv.c
17185 ! universal.c util.c
17186 ____________________________________________________________________________
17187 [ 2923] By: gsar on 1999/02/15 01:04:30
17188 Log: From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
17189 Date: Thu, 04 Feb 1999 02:37:31 +0000
17190 Message-Id: <199902040237.CAA03255@crypt.compulink.co.uk>
17191 Subject: [PATCH 5.005_54] Re: .. misinterpreted as flipflop
17193 ! pp_ctl.c t/op/range.t
17194 ____________________________________________________________________________
17195 [ 2922] By: gsar on 1999/02/15 00:24:34
17196 Log: From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
17197 Date: Sun, 31 Jan 1999 01:50:06 +0000
17198 Message-Id: <199901310150.BAA16299@crypt.compulink.co.uk>
17199 Subject: [PATCH 5.005_03t4] regexp flags bug
17201 ! regcomp.c t/op/re_tests
17202 ____________________________________________________________________________
17203 [ 2921] By: gsar on 1999/02/15 00:13:02
17204 Log: use New() et al., rather than safemalloc() et al.
17205 From: jan.dubois@ibm.net (Jan Dubois)
17206 Date: Fri, 29 Jan 1999 23:27:22 +0100
17207 Message-ID: <36bd33f2.51029616@smtp1.ibm.net>
17208 Subject: [PATCH _03-MT5] POSIX.xs memory API
17210 ! ext/POSIX/POSIX.xs
17211 ____________________________________________________________________________
17212 [ 2920] By: gsar on 1999/02/15 00:05:33
17213 Log: tweak READ() docs to mention $buffer must be altered by reference
17216 ____________________________________________________________________________
17217 [ 2919] By: gsar on 1999/02/14 23:50:39
17218 Log: applied suggested patch, with several language/readability tweaks
17219 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
17220 Date: Fri, 29 Jan 1999 00:25:02 -0500
17221 Message-ID: <19990129002502.C2898@monk.mps.ohio-state.edu>
17222 Subject: Re: [PATCH 5.005_*] Better parsing docs
17225 ____________________________________________________________________________
17226 [ 2918] By: gsar on 1999/02/14 23:20:42
17227 Log: several bug fixes; now croak()s when date exceeds integer limits (instead
17228 of silently returning bogus values)
17229 From: Peter Chines <pchines@nhgri.nih.gov>
17230 Date: Wed, 27 Jan 1999 16:11:31 -0500
17231 Message-Id: <199901272117.QAA21458@kronos.nhgri.nih.gov>
17232 Subject: Time::Local
17234 ! lib/Time/Local.pm pod/perldelta.pod
17235 ____________________________________________________________________________
17236 [ 2917] By: gsar on 1999/02/14 11:21:43
17237 Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
17238 Date: Thu, 28 Jan 1999 10:02:20 -0500
17239 Message-ID: <19990128100220.A1321@monk.mps.ohio-state.edu>
17240 Subject: Re: [PATCH 5.005_53] Better perldoc
17243 ____________________________________________________________________________
17244 [ 2916] By: gsar on 1999/02/14 10:59:38
17245 Log: back out change#2751, apply updated version
17246 From: jan.dubois@ibm.net (Jan Dubois)
17247 Date: Sat, 06 Feb 1999 01:06:29 +0100
17248 Message-ID: <36bc844c.18763049@smtp1.ibm.net>
17249 Subject: [PATCH] Cleanup of File::Spec module
17251 ! lib/File/Spec.pm lib/File/Spec/Mac.pm lib/File/Spec/OS2.pm
17252 ! lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
17253 ! lib/File/Spec/Win32.pm
17254 ____________________________________________________________________________
17255 [ 2915] By: gsar on 1999/02/14 10:48:01
17256 Log: tweak select() test
17258 ! pod/perlipc.pod t/op/fh.t
17259 ____________________________________________________________________________
17260 [ 2914] By: gsar on 1999/02/14 10:25:55
17261 Log: allow C<select('foo')> to autovivify *foo (SelectSaver expects that)
17263 ! op.c pod/perldiag.pod pp_sys.c t/op/misc.t
17264 ____________________________________________________________________________
17265 [ 2913] By: gsar on 1999/02/14 10:03:51
17266 Log: From: Kenneth Albanowski <kjahds@kjahds.com>
17267 Date: Sat, 23 Jan 1999 21:52:15 -0500 (EST)
17268 Message-ID: <Pine.LNX.3.93.990123212857.446B-100000@kjahds.kjahds.com>
17269 Subject: Re: SvOPV() or SvPV_nolen() or ...
17272 ____________________________________________________________________________
17273 [ 2912] By: gsar on 1999/02/14 09:57:29
17274 Log: provide SvPV_nolen(sv) to avoid use of PL_na
17275 From: jan.dubois@ibm.net (Jan Dubois)
17276 Date: Sun, 24 Jan 1999 02:45:32 +0100
17277 Message-ID: <36bb7ada.68485547@smtp1.ibm.net>
17278 Subject: [PATCH 5.005_54] _54 version of SvPV_nolen patch
17280 ! embed.h global.sym objXSUB.h pod/perlguts.pod proto.h sv.c
17282 ____________________________________________________________________________
17283 [ 2911] By: gsar on 1999/02/14 06:51:05
17284 Log: elide stray effluvium
17286 ! pod/perldelta.pod
17287 ____________________________________________________________________________
17288 [ 2910] By: gsar on 1999/02/14 05:51:56
17289 Log: slurping an empty file should return '' rather than undef, with
17290 commensurate effects on ARGV processing
17292 ! pod/perldelta.pod pod/perlfunc.pod pod/perlop.pod
17293 ! pod/perlvar.pod pp_hot.c sv.h t/io/argv.t
17294 ____________________________________________________________________________
17295 [ 2909] By: gsar on 1999/02/14 00:02:11
17296 Log: perly_c.diff typo
17298 ! perly.c perly_c.diff vms/perly_c.vms
17299 ____________________________________________________________________________
17300 [ 2908] By: gsar on 1999/02/13 18:20:13
17301 Log: From: jan.dubois@ibm.net (Jan Dubois)
17302 Date: Sat, 13 Feb 1999 13:25:53 +0100
17303 Message-Id: <36c9629c.13334874@smtp1.ibm.net>
17304 Subject: [PATCH 5.005_03-MT5] "goto must have label" message for C<goto ''>
17306 ! pod/perlfunc.pod pp_ctl.c t/lib/io_unix.t
17307 ____________________________________________________________________________
17308 [ 2907] By: jhi on 1999/02/13 15:07:26
17309 Log: Integrate from mainperl.
17311 +> emacs/e2ctags.pl pod/perltodo.pod t/op/lop.t
17312 !> (integrate 150 files)
17313 ____________________________________________________________________________
17314 [ 2903] By: gsar on 1999/02/12 13:25:59
17315 Log: From: jan.dubois@ibm.net (Jan Dubois)
17316 Date: Sun, 24 Jan 1999 01:12:00 +0100
17317 Message-ID: <36b66479.62756298@smtp1.ibm.net>
17318 Subject: [PATCH 5.005_54] remove OVERLOAD conditionals
17320 ! XSUB.h dump.c gv.c hv.h mg.c perl.h perlvars.h pp.c pp.h
17321 ! proto.h sv.c sv.h
17322 ____________________________________________________________________________
17323 [ 2902] By: gsar on 1999/02/12 12:55:11
17324 Log: script to generate ctags from etags
17325 From: Colin Kuskie <ckuskie@cadence.com>
17326 Date: Wed, 20 Jan 1999 16:29:35 -0800 (PST)
17327 Message-ID: <Pine.GSO.3.96.990120160519.5755Q-100000@pdxue150.cadence.com>
17328 Subject: [PATCH 5.005_54] adding ctags to the source, FAQ, make
17331 ! Makefile.SH pod/perlfaq3.pod
17332 ____________________________________________________________________________
17333 [ 2901] By: gsar on 1999/02/12 12:40:17
17334 Log: allow boolean assign ops to be lvalues
17335 From: Stephen McCamant <smccam@uclink4.berkeley.edu>
17336 Date: Mon, 11 Jan 1999 16:52:18 -0600 (CST)
17337 Message-ID: <13978.32609.495338.544643@alias-2.pr.mcs.net>
17339 From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
17340 Date: Mon, 18 Jan 1999 10:04:00 +0000
17341 Message-Id: <199901181004.KAA17471@crypt.compulink.co.uk>
17342 Subject: Re: [inconsistency 5.005_54] ||= not an lvalue
17346 ____________________________________________________________________________
17347 [ 2899] By: jhi on 1999/02/12 12:03:48
17348 Log: Configure update: OpenBSD thread-awareness, SCO ODT/OSR osvers.
17350 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
17351 ! config_h.SH hints/openbsd.sh
17352 ____________________________________________________________________________
17353 [ 2898] By: gsar on 1999/02/12 11:49:25
17354 Log: support win32_putenv()
17356 ! mg.c util.c win32/GenCAPI.pl win32/makedef.pl win32/perlhost.h
17357 ! win32/win32.c win32/win32iop.h
17358 ____________________________________________________________________________
17359 [ 2894] By: gsar on 1999/02/12 11:09:27
17360 Log: add missing hunk in change#2657
17363 ____________________________________________________________________________
17364 [ 2893] By: gsar on 1999/02/12 11:00:13
17365 Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
17366 Date: Tue, 19 Jan 1999 20:13:15 -0500
17367 Message-ID: <19990119201315.A21167@monk.mps.ohio-state.edu>
17368 Subject: [PATCH 5.005_53] Remove extraneous sh in test suites
17370 ! t/op/fh.t t/op/misc.t t/op/runlevel.t t/pragma/strict.t
17371 ! t/pragma/subs.t t/pragma/warning.t
17372 ____________________________________________________________________________
17373 [ 2892] By: gsar on 1999/02/12 10:44:38
17374 Log: update change#2670 to later version
17375 From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
17376 Date: Sun, 31 Jan 1999 16:16:14 +0000
17377 Message-Id: <199901311616.QAA17673@crypt.compulink.co.uk>
17378 Subject: Re: [PATCH 5.005_54] Evalled substitution parsing
17380 ! t/op/subst.t toke.c
17381 ____________________________________________________________________________
17382 [ 2891] By: gsar on 1999/02/12 10:31:17
17383 Log: make testsuite somewhat location independent
17386 ____________________________________________________________________________
17387 [ 2890] By: gsar on 1999/02/12 10:00:30
17388 Log: add $AutoLoader::VERSION
17390 ! lib/AutoLoader.pm
17391 ____________________________________________________________________________
17392 [ 2889] By: gsar on 1999/02/12 09:55:48
17393 Log: tweak PERL_STRICT_CR notes
17395 ! pod/perl5005delta.pod
17396 ____________________________________________________________________________
17397 [ 2888] By: gsar on 1999/02/12 09:41:45
17398 Log: add note about test-notty target
17401 ____________________________________________________________________________
17402 [ 2887] By: gsar on 1999/02/12 09:37:37
17403 Log: add perltodo.pod
17406 ! MANIFEST Todo pod/Makefile pod/perl.pod pod/roffitall
17408 ____________________________________________________________________________
17409 [ 2886] By: jhi on 1999/02/12 08:52:14
17410 Log: Integrate from mainperl.
17413 !> (integrate 30 files)
17414 ____________________________________________________________________________
17415 [ 2885] By: gsar on 1999/02/12 08:42:10
17416 Log: note how to find REG_INFTY limit
17419 ____________________________________________________________________________
17420 [ 2884] By: jhi on 1999/02/12 08:36:14
17421 Log: OpenBSD pthreads awareness, thanks to
17422 David Leonard <david.leonard@csee.uq.edu.au>
17423 Branch: maint-5.005/perl
17424 ! Configure hints/openbsd.sh
17425 ____________________________________________________________________________
17426 [ 2882] By: gsar on 1999/02/12 08:05:20
17427 Log: IO is maintained by p5p (per Graham Barr's wishes)
17429 ! MAINTAIN ext/IO/ChangeLog ext/IO/README ext/IO/lib/IO/Dir.pm
17430 ! ext/IO/lib/IO/Pipe.pm ext/IO/lib/IO/Poll.pm
17431 ! ext/IO/lib/IO/Select.pm ext/IO/lib/IO/Socket.pm
17432 ! ext/IO/lib/IO/Socket/INET.pm ext/IO/lib/IO/Socket/UNIX.pm
17433 ____________________________________________________________________________
17434 [ 2881] By: gsar on 1999/02/12 07:57:13
17438 ____________________________________________________________________________
17439 [ 2880] By: gsar on 1999/02/12 07:38:16
17440 Log: PERL5OPT=-T enables taint mode (suggested by Jason Riedy <ejr@cise.ufl.edu>)
17442 ! perl.c pod/perlrun.pod
17443 ____________________________________________________________________________
17444 [ 2879] By: gsar on 1999/02/12 05:39:29
17445 Log: fix ops that are not filehandle constructors to not create GV if it
17446 doesn't already exist (avoids leaks); extend semantics of defined()
17447 so that defined(*{$foo}) works (experimental)
17450 ! MANIFEST embed.h embed.pl objXSUB.h op.c pod/perldiag.pod pp.c
17451 ! pp_hot.c pp_sys.c proto.h t/op/gv.t t/op/misc.t
17452 ____________________________________________________________________________
17453 [ 2877] By: jhi on 1999/02/11 20:44:00
17454 Log: From: Chris Nandor <pudge@pobox.com>
17455 To: perl5-porters@perl.org
17456 Subject: [PATCH] perlport.pod 1.39
17457 Date: Thu, 11 Feb 1999 12:28:35 -0500
17458 Message-Id: <v04020a2db2e8c3177123@[192.168.0.77]>
17461 ____________________________________________________________________________
17462 [ 2870] By: gsar on 1999/02/11 11:17:08
17463 Log: remove double typeglob deref (suggested by RonaldWS <ronaldws@aol.com>)
17465 ! ext/IO/lib/IO/Pipe.pm
17466 ____________________________________________________________________________
17467 [ 2869] By: gsar on 1999/02/11 11:00:56
17468 Log: update win32/pod.mak
17471 ____________________________________________________________________________
17472 [ 2868] By: gsar on 1999/02/11 10:42:44
17473 Log: From: Benjamin Low <b.d.low@unsw.edu.au>
17474 Date: Fri, 08 Jan 1999 14:36:53 +1100
17475 Message-ID: <36957D55.1D65A0B2@unsw.edu.au>
17476 Subject: Re: [Fwd: IO::Socket::connect and blocking]
17478 ! ext/IO/lib/IO/Socket.pm
17479 ____________________________________________________________________________
17480 [ 2867] By: gsar on 1999/02/11 09:43:03
17481 Log: av_extend() doc tweak from Jan Dubois
17484 ____________________________________________________________________________
17485 [ 2866] By: gsar on 1999/02/11 09:27:17
17486 Log: display full pathname of unreadable files
17489 ____________________________________________________________________________
17490 [ 2865] By: gsar on 1999/02/11 09:02:31
17491 Log: missing patch in change#2522
17494 ____________________________________________________________________________
17495 [ 2864] By: jhi on 1999/02/11 08:45:00
17496 Log: From: Spider Boardman <spider@zk3.dec.com>
17497 To: perlbug@perl.com
17498 Subject: Not OK: perl 5.00503 +MAINT_TRIAL_5 on RISC-ultrix 4.4 (UNINSTALLED)
17499 Date: Wed, 10 Feb 1999 23:33:31 -0500
17500 Message-Id: <9902110433.AA12816@abyss.zk3.dec.com>
17501 Branch: maint-5.005/perl
17502 ! doio.c ext/IPC/SysV/SysV.xs hints/ultrix_4.sh
17503 ____________________________________________________________________________
17504 [ 2862] By: gsar on 1999/02/11 08:14:34
17505 Log: integrate changes#2738,2740 from maint-5.005
17507 !> lib/ExtUtils/MakeMaker.pm
17508 ____________________________________________________________________________
17509 [ 2861] By: jhi on 1999/02/11 08:04:25
17510 Log: Integrate from mainperl.
17512 !> Changes perl.h pod/perl5005delta.pod pp_ctl.c t/op/local.t
17513 !> t/op/range.t win32/config.gc
17514 ____________________________________________________________________________
17515 [ 2860] By: gsar on 1999/02/11 07:30:08
17516 Log: binmode() support for cygwin32 (suggested by Steven Morlock
17517 <newspost@morlock.net>)
17520 ____________________________________________________________________________
17521 [ 2859] By: gsar on 1999/02/11 07:14:21
17522 Log: update Changes
17525 !> pod/perl5005delta.pod
17526 ____________________________________________________________________________
17527 [ 2856] By: gsar on 1999/02/11 07:07:39
17528 Log: integrate perldelta changes from maint-5.005
17530 !> pod/perl5005delta.pod
17531 ____________________________________________________________________________
17532 [ 2855] By: gsar on 1999/02/11 06:31:50
17533 Log: applied suggested patch; added tests
17534 From: Adam Krolnik <adamk@gypsy.cyrix.com>
17535 Date: Sat, 12 Dec 98 15:30:18 -0600
17536 Message-Id: <9812122130.AA03717@gypsy.eng.cyrix.com>
17537 Subject: Range operation doesn't handle IV_MAX
17539 ! pp_ctl.c t/op/range.t
17540 ____________________________________________________________________________
17541 [ 2854] By: gsar on 1999/02/11 05:00:55
17542 Log: compatibility fix: magic non-propagation in foreach implicit localization
17544 ! pp_ctl.c t/op/local.t win32/config.gc
17545 ____________________________________________________________________________
17546 [ 2852] By: gsar on 1999/02/10 23:17:49
17547 Log: fair warning about -Dusethreads
17548 Branch: maint-5.005/perl
17549 ! Configure INSTALL README.threads
17550 ____________________________________________________________________________
17551 [ 2847] By: jhi on 1999/02/09 19:13:28
17552 Log: Integrate from mainperl.
17554 !> pod/perldelta.pod pod/perlfunc.pod pod/perlobj.pod
17555 !> pod/perlop.pod pp.c t/op/method.t t/op/pack.t
17556 ____________________________________________________________________________
17557 [ 2846] By: gsar on 1999/02/09 13:53:28
17558 Log: a modified version of suggested patch for pack template 'Z'; added docs
17559 From: "Valeriy E. Ushakov" <uwe@ptc.spbu.ru>
17560 Date: Mon, 16 Jun 1997 03:00:31 +0400 (MSD)
17561 Message-ID: <%lOHpzIuGV@snark.ptc.spbu.ru>
17562 Subject: lack of pack/unpack letter with useful symmetry for C null delimited strings
17564 ! pod/perldelta.pod pod/perlfunc.pod pp.c t/op/pack.t
17565 ____________________________________________________________________________
17566 [ 2845] By: gsar on 1999/02/09 00:03:26
17567 Log: clarify docs for change#2835
17569 ! pod/perldelta.pod pod/perlop.pod
17570 ____________________________________________________________________________
17571 [ 2844] By: gsar on 1999/02/08 23:40:57
17572 Log: addendum to change#2823
17573 From: Stephen McCamant <smccam@uclink4.berkeley.edu>
17574 Date: Sun, 13 Dec 1998 16:06:04 -0800 (PST)
17575 Message-ID: <13940.21805.470054.299@fre-76-120.reshall.berkeley.edu>
17576 Subject: [PATCH] Docs and tests for method-call syntax
17578 ! pod/perlobj.pod t/op/method.t
17579 ____________________________________________________________________________
17580 [ 2843] By: jhi on 1999/02/08 21:06:28
17581 Log: Ultrix mmap tidbit.
17583 ! hints/ultrix_4.sh
17584 ____________________________________________________________________________
17585 [ 2842] By: jhi on 1999/02/08 20:22:55
17586 Log: Integrate from mainperl.
17588 +> t/op/subst_wamp.t
17589 !> (integrate 35 files)
17590 ____________________________________________________________________________
17591 [ 2841] By: jhi on 1999/02/08 18:23:26
17592 Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
17593 To: Mailing list Perl5 <perl5-porters@perl.org>
17594 Subject: [PATCH 5.005_53] s/\ba/./g was over-optimized
17595 Date: Sun, 7 Feb 1999 17:25:22 -0500
17596 Message-ID: <19990207172522.B894@monk.mps.ohio-state.edu>
17599 ! MANIFEST regcomp.c t/op/subst.t
17600 ____________________________________________________________________________
17601 [ 2840] By: jhi on 1999/02/08 18:16:54
17602 Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
17603 To: Mailing list Perl5 <perl5-porters@perl.org>
17604 Subject: [PATCH 5.005_53] Fix list-context //g with zero-length matches
17605 Date: Sun, 7 Feb 1999 17:00:10 -0500
17606 Message-ID: <19990207170009.A894@monk.mps.ohio-state.edu>
17608 ! pp_hot.c t/op/pat.t
17609 ____________________________________________________________________________
17610 [ 2839] By: jhi on 1999/02/08 17:25:30
17611 Log: A require was missing.
17614 ____________________________________________________________________________
17615 [ 2838] By: jhi on 1999/02/08 16:38:41
17616 Log: Bring in the change #2809 (the Configure part has been
17617 modified rather a lot since the #2809, though.)
17619 ! Configure utils/h2ph.PL
17620 ____________________________________________________________________________
17621 [ 2835] By: gsar on 1999/02/08 14:40:23
17622 Log: make qw() into a true list at compile time (slightly modified
17623 variant of patch suggested by Tom Hughes <tom@compton.demon.co.uk>)
17625 ! pod/perldelta.pod pod/perlop.pod pp_hot.c toke.c
17626 ____________________________________________________________________________
17627 [ 2834] By: gsar on 1999/02/08 13:23:16
17628 Log: make safesysmalloc() etc., always available; safemalloc() et al are
17629 now macros that point to the right malloc; fix various places in
17630 sources that need to always use safesysmalloc() et al
17632 ! embed.h embedvar.h global.sym iperlsys.h mg.c objXSUB.h perl.h
17633 ! perl_exp.SH proto.h util.c vms/gen_shrfls.pl win32/makedef.pl
17634 ____________________________________________________________________________
17635 [ 2833] By: gsar on 1999/02/08 10:56:16
17636 Log: remove spurious #endif in last change
17639 ____________________________________________________________________________
17640 [ 2832] By: gsar on 1999/02/08 10:34:55
17641 Log: make EMBEDMYMALLOC the default and provide PERL_POLLUTE_MALLOC to let
17642 them ask for insanity (untested)
17644 ! INSTALL Todo-5.005 ext/SDBM_File/sdbm/sdbm.h hints/machten.sh
17645 ! hints/next_3.sh hints/next_4.sh hints/qnx.sh iperlsys.h
17646 ! malloc.c perl.h pod/perldelta.pod pod/perlguts.pod sv.c
17647 ____________________________________________________________________________
17648 [ 2831] By: jhi on 1999/02/08 08:33:33
17649 Log: Update vms/subconfigure.com along the lines of change #2829.
17651 ! vms/subconfigure.com
17652 ____________________________________________________________________________
17653 [ 2830] By: gsar on 1999/02/08 00:19:46
17654 Log: integrate cfgperl changes into mainline
17656 +> ext/DynaLoader/dl_beos.xs ext/GDBM_File/hints/sco.pl
17657 +> lib/File/PathConvert.pm pod/perlthrtut.pod
17659 !> (integrate 93 files)
17660 ____________________________________________________________________________
17661 [ 2829] By: jhi on 1999/02/07 23:49:46
17662 Log: Configure update.
17664 Probe for mmap() et alia.
17665 The *cc*symbols patch (just Configure, no h2ph).
17667 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
17668 ! config_h.SH perl.h
17669 ____________________________________________________________________________
17670 [ 2828] By: gsar on 1999/02/07 23:38:47
17671 Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
17672 Date: Sun, 7 Feb 1999 17:25:22 -0500
17673 Message-ID: <19990207172522.B894@monk.mps.ohio-state.edu>
17674 Subject: [PATCH 5.005_53] s/\ba/./g was over-optimized
17676 + t/op/subst_amp.t t/op/subst_wamp.t
17677 ! MANIFEST regcomp.c t/op/subst.t
17678 ____________________________________________________________________________
17679 [ 2827] By: gsar on 1999/02/07 23:27:32
17680 Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
17681 Date: Sun, 7 Feb 1999 17:00:10 -0500
17682 Message-ID: <19990207170009.A894@monk.mps.ohio-state.edu>
17683 Subject: [PATCH 5.005_53] Fix list-context //g with zero-length matches
17685 ! pp_hot.c t/op/pat.t
17686 ____________________________________________________________________________
17687 [ 2826] By: gsar on 1999/02/07 23:26:04
17688 Log: patch for change#2822, done right; add PERL_OBJECT stuff; regen headers
17689 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
17690 Date: Sun, 7 Feb 1999 15:07:27 -0500
17691 Message-ID: <19990207150726.A571@monk.mps.ohio-state.edu>
17692 Subject: Re: fixing memory leaks in REx compilation
17694 ! embed.h embed.pl objXSUB.h proto.h regcomp.c regcomp.h
17696 ____________________________________________________________________________
17697 [ 2825] By: jhi on 1999/02/07 18:05:13
17698 Log: Integrate from mainperl.
17700 +> lib/DB.pm t/comp/bproto.t
17701 !> MANIFEST ext/Data/Dumper/Dumper.pm ext/SDBM_File/sdbm/sdbm.c
17702 !> lib/Pod/Html.pm op.c perly.c perly.y perly_c.diff
17703 !> pod/perldelta.pod pod/perlfunc.pod pod/perlop.pod regcomp.h
17704 !> toke.c vms/perly_c.vms
17705 ____________________________________________________________________________
17706 [ 2824] By: gsar on 1999/02/07 14:21:48
17707 Log: tweak doc on bitwise ops
17710 ____________________________________________________________________________
17711 [ 2823] By: gsar on 1999/02/07 13:38:31
17712 Log: applied suggested patch; regen perly* and vms/perly*
17713 From: Stephen McCamant <smccam@uclink4.berkeley.edu>
17714 Date: Sun, 13 Dec 1998 01:10:12 -0800 (PST)
17715 Message-ID: <13939.26706.620683.846776@fre-76-120.reshall.berkeley.edu>
17716 Subject: [PATCH] Re: Suggestion for perlobj man page
17718 ! perly.c perly.y perly_c.diff toke.c vms/perly_c.vms
17719 ____________________________________________________________________________
17720 [ 2822] By: gsar on 1999/02/07 12:39:09
17721 Log: Ilya's idea for cleaning up failed regex allocs (substantive parts
17722 disabled, fails tests)
17725 ____________________________________________________________________________
17726 [ 2821] By: gsar on 1999/02/07 11:09:39
17727 Log: pod2html misinterprets Foo::Bar as a URL (fix suggested by Alexander Barilo
17728 <Alexander.Barilo@aexp.com>)
17731 ____________________________________________________________________________
17732 [ 2820] By: gsar on 1999/02/07 10:20:35
17733 Log: add draft debugging API implementation
17737 ____________________________________________________________________________
17738 [ 2819] By: gsar on 1999/02/07 09:58:45
17739 Log: avoid garbage in db->dirbuf
17740 From: Masahiro KAJIURA <masahiro.kajiura@toshiba.co.jp>
17741 Date: Sat, 05 Dec 1998 14:14:54 +0900
17742 Message-Id: <199812050514.OAA23268@toshiba.co.jp>
17745 ! ext/SDBM_File/sdbm/sdbm.c
17746 ____________________________________________________________________________
17747 [ 2818] By: gsar on 1999/02/07 09:32:24
17751 ____________________________________________________________________________
17752 [ 2817] By: gsar on 1999/02/07 09:30:47
17753 Log: properly prototype check parenthesized unary ops (e.g. defined(&a,&b))
17756 ! op.c pod/perldelta.pod pod/perlfunc.pod pod/perlop.pod
17757 ____________________________________________________________________________
17758 [ 2816] By: gsar on 1999/02/06 00:14:29
17759 Log: minor bug in dumping blessed subrefs
17761 ! ext/Data/Dumper/Dumper.pm
17762 ____________________________________________________________________________
17763 [ 2812] By: jhi on 1999/02/03 22:02:24
17764 Log: Enhance change #2808.
17766 From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
17767 To: perl5-porters@perl.org
17768 Subject: Re: [PATCH 5.00*]: perlbug checklist
17769 Date: Wed, 3 Feb 1999 19:02:27 +0000
17770 Message-Id: <E1087ZD-0005z1-00@taurus.cus.cam.ac.uk>
17773 ____________________________________________________________________________
17774 [ 2811] By: jhi on 1999/02/03 21:53:23
17775 Log: From: Barrie Slaymaker <rbs@telerama.com>
17776 To: perl5-porters@perl.org
17777 CC: pod-people@perl.org
17778 Subject: [PATCH]5.005_54 (pod2html) Generate Relative URLs
17779 Date: Wed, 03 Feb 1999 10:34:18 -0500
17780 Message-ID: <36B86C7A.E99EFFF1@telerama.com>
17782 Add File::PathConvert.pm.
17783 Fix Pod::Html and installhtml to understand relative urls.
17785 + lib/File/PathConvert.pm
17786 ! MANIFEST installhtml lib/Pod/Html.pm
17787 ____________________________________________________________________________
17788 [ 2810] By: jhi on 1999/02/03 20:25:10
17789 Log: From: Francois Desarmenien <desar@club-internet.fr>
17790 To: Mailing list Perl5 <perl5-porters@perl.org>
17791 Subject: [PATCH]5.005_54 (hints) SCO 3/5 hint files and SysV correction
17792 Date: Wed, 03 Feb 1999 13:13:24 +0000
17793 Message-ID: <36B84B74.5EC9B6C8@club-internet.fr>
17795 (note: this patch completely overrides Tom Wolfe's patch,
17798 + ext/GDBM_File/hints/sco.pl
17799 ! MANIFEST ext/IPC/SysV/SysV.xs hints/sco.sh
17800 ____________________________________________________________________________
17801 [ 2809] By: jhi on 1999/02/03 19:54:16
17802 Log: h2ph fixes + Configure patch to support them.
17804 From: "Kurt D. Starsinic" <kstar@chapin.edu>
17805 To: Graham Barr <gbarr@pobox.com>, Jarkko Hietaniemi <jhi@iki.fi>,
17806 Gurusamy Sarathy <gsar@engin.umich.edu>
17807 Cc: perl5-porters@perl.org
17808 Subject: [PATCH 5.00503_MT5] h2ph.PL
17809 Date: Tue, 2 Feb 1999 19:48:06 -0500
17810 Message-ID: <19990202194806.E10647@O2.chapin.edu>
17811 Branch: maint-5.005/perl
17812 ! Configure utils/h2ph.PL
17813 ____________________________________________________________________________
17814 [ 2808] By: jhi on 1999/02/03 16:59:55
17815 Log: Enhance the perlbug checklist.
17818 ____________________________________________________________________________
17819 [ 2807] By: jhi on 1999/02/03 14:01:37
17820 Log: Document the standard strftime %formats.
17822 From: Dominic Dunlop <domo@vo.lu>
17823 To: "Kurt D. Starsinic" <kstar@chapin.edu>, Ben Gertzfield <che@debian.org>
17824 Subject: [PATCH] 5.00[45]*: Re: POSIX's strftime() does not enforce POSIX %C on Solaris
17825 Date: Tue, 2 Feb 1999 15:55:29 +0100
17826 Message-Id: <v0311070cb2dcb3f5f773@[212.24.192.188]>
17828 ! ext/POSIX/POSIX.pod
17829 ____________________________________________________________________________
17830 [ 2806] By: jhi on 1999/02/03 13:58:00
17831 Log: Integrate from mainperl.
17834 ____________________________________________________________________________
17835 [ 2805] By: gsar on 1999/02/03 03:32:31
17836 Log: PL_uuemap[] init needs help for sizeof()
17839 ____________________________________________________________________________
17840 [ 2804] By: jhi on 1999/02/02 20:44:30
17841 Log: These should've been already in #2803.
17843 ! Configure config_h.SH vms/subconfigure.com
17844 ____________________________________________________________________________
17845 [ 2803] By: jhi on 1999/02/02 20:38:45
17846 Log: telldir prototype issue, from mists of time...
17848 ! hints/netbsd.sh pp_sys.c
17849 ____________________________________________________________________________
17850 [ 2801] By: jhi on 1999/02/02 17:40:14
17851 Log: From: John Bley <jbb6@acpub.duke.edu>
17852 To: perlbug@perl.org
17853 Subject: [PATCH]5.005_54 (DOC) fix minor typos
17854 Date: Tue, 2 Feb 1999 07:52:52 -0500 (EST)
17855 Message-ID: <Pine.SOL.3.91.990202075115.23589A-100000@soc11.acpub.duke.edu>
17858 ____________________________________________________________________________
17859 [ 2800] By: jhi on 1999/02/02 17:26:49
17860 Log: Update todo with POSIX 1003.1 1996 Edition reminder.
17863 ____________________________________________________________________________
17864 [ 2799] By: jhi on 1999/02/02 17:18:51
17865 Log: Update FindBin from maint-5.005.
17868 ____________________________________________________________________________
17869 [ 2798] By: jhi on 1999/02/02 17:16:07
17870 Log: Fix typecasts in #2797
17872 From: "G. Del Merritt" <del@intranetics.com>
17873 Date: Fri, 29 Jan 1999 11:47:25 -0700
17874 Message-Id: <199901291847.LAA04828@jhereg.perl.com>
17875 Subject: Not OK: perl 5.00503 +MAINT_TRIAL_5 on MSWin32-x86-object 4.0 (PATCH included)
17877 ! ext/POSIX/POSIX.xs
17878 ____________________________________________________________________________
17879 [ 2797] By: jhi on 1999/02/02 17:14:37
17880 Log: From: Ted Law <tedlaw@cibcwg.com>
17881 Date: Wed, 27 Jan 1999 14:54:03 -0500 (EST)
17882 Message-Id: <199901271954.OAA07391@dcm2.cibcwg.com>
17883 Subject: POSIX::strftime buffer overflow problem
17885 ! ext/POSIX/POSIX.xs
17886 ____________________________________________________________________________
17887 [ 2796] By: jhi on 1999/02/02 17:13:23
17888 Log: Do not use File::Slurp.
17891 ____________________________________________________________________________
17892 [ 2795] By: jhi on 1999/02/02 17:11:48
17893 Log: perlhist update from maint-5.005.
17896 ____________________________________________________________________________
17897 [ 2794] By: jhi on 1999/02/02 17:10:33
17898 Log: POSIX::redef setv?buf() to IO::Handle:: (by gbarr).
17900 ! ext/POSIX/POSIX.pm
17901 ____________________________________________________________________________
17902 [ 2793] By: jhi on 1999/02/02 17:08:39
17903 Log: Missed the html test from change #2787.
17906 ____________________________________________________________________________
17907 [ 2792] By: jhi on 1999/02/02 17:01:24
17908 Log: Update Getopt::Long to 2.19.
17910 ! lib/Getopt/Long.pm
17911 ____________________________________________________________________________
17912 [ 2791] By: jhi on 1999/02/02 16:59:13
17913 Log: overload syntax is no longer experimental
17916 ____________________________________________________________________________
17917 [ 2789] By: jhi on 1999/02/02 16:47:50
17918 Log: Still doc fixes.
17920 ! lib/diagnostics.pm
17921 ____________________________________________________________________________
17922 [ 2788] By: jhi on 1999/02/02 16:47:07
17925 ! lib/CGI.pm lib/diagnostics.pm
17926 ____________________________________________________________________________
17927 [ 2787] By: jhi on 1999/02/02 16:38:55
17928 Log: CGI.pm updated to 2.46 (the CGI docs fixes redone
17931 ! eg/cgi/RunMeFirst eg/cgi/caution.xbm
17932 ! eg/cgi/clickable_image.cgi eg/cgi/cookie.cgi eg/cgi/crash.cgi
17933 ! eg/cgi/customize.cgi eg/cgi/diff_upload.cgi
17934 ! eg/cgi/dna.small.gif.uu eg/cgi/file_upload.cgi
17935 ! eg/cgi/frameset.cgi eg/cgi/index.html
17936 ! eg/cgi/internal_links.cgi eg/cgi/javascript.cgi
17937 ! eg/cgi/monty.cgi eg/cgi/multiple_forms.cgi
17938 ! eg/cgi/nph-clock.cgi eg/cgi/nph-multipart.cgi eg/cgi/popup.cgi
17939 ! eg/cgi/save_state.cgi eg/cgi/tryit.cgi eg/cgi/wilogo.gif.uu
17940 ! lib/CGI.pm lib/CGI/Apache.pm lib/CGI/Carp.pm lib/CGI/Cookie.pm
17941 ! lib/CGI/Fast.pm lib/CGI/Push.pm lib/CGI/Switch.pm
17942 ____________________________________________________________________________
17943 [ 2786] By: jhi on 1999/02/02 16:17:52
17944 Log: Update CPAN to 1.47.
17946 ! lib/CPAN.pm lib/CPAN/FirstTime.pm lib/CPAN/Nox.pm
17947 ____________________________________________________________________________
17948 [ 2785] By: jhi on 1999/02/02 16:09:03
17949 Log: From: Mark-Jason Dominus <mjd@plover.com>
17950 Date: Sat, 16 Jan 1999 17:22:06 -0500
17951 Subject: Re: DOC PATCH (5.005_54 perlsub.pod)
17952 Message-ID: <19990116222206.3674.qmail@plover.com>
17955 ____________________________________________________________________________
17956 [ 2784] By: jhi on 1999/02/02 16:01:31
17957 Log: Fix incorrect "used only once" warnings
17959 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
17960 Date: Fri, 8 Jan 1999 04:37:10 -0500
17961 Message-ID: <19990108043710.A14390@monk.mps.ohio-state.edu>
17962 Subject: Re: change#965 flakiness
17965 ____________________________________________________________________________
17966 [ 2783] By: jhi on 1999/02/02 15:50:38
17967 Log: perldelta updates.
17969 ! pod/perldelta.pod
17970 ____________________________________________________________________________
17971 [ 2782] By: jhi on 1999/02/02 14:28:26
17972 Log: Mirror change #2781.
17975 ____________________________________________________________________________
17976 [ 2781] By: jhi on 1999/02/02 14:27:01
17977 Log: Update the MkLinux note.
17978 Branch: maint-5.005/perl
17980 ____________________________________________________________________________
17981 [ 2780] By: jhi on 1999/02/02 14:10:59
17985 ____________________________________________________________________________
17986 [ 2779] By: jhi on 1999/02/02 14:00:25
17987 Log: Integrate from mainperl.
17989 ! t/lib/textfill.t t/lib/textwrap.t
17990 !> (integrate 32 files)
17991 ____________________________________________________________________________
17992 [ 2778] By: jhi on 1999/02/02 13:56:23
17993 Log: VMS update, applicable parts of
17995 From: Dan Sugalski <sugalskd@osshe.edu>
17996 To: perl5-porters@perl.org
17997 Subject: [PATCH 5.005_03MT3]VMS configure tweak
17998 Date: Wed, 20 Jan 1999 12:05:18 -0800
17999 Message-Id: <3.0.6.32.19990120120518.00a98470@ous.edu>
18001 From: Dan Sugalski <sugalskd@osshe.edu>
18002 To: perlbug@perl.com, vmsperl@perl.org
18003 Subject: NOT OK: perl 5.00503 +MAINT_TRIAL_4 on VMSAXP (Patch included, of course)
18004 Date: Tue, 26 Jan 1999 14:40:38 -0800
18005 Message-Id: <3.0.6.32.19990126144038.02e5d650@ous.edu>
18007 From: Dan Sugalski <sugalskd@osshe.edu>
18008 To: perl5-porters@perl.org, vmsperl@perl.org
18009 Subject: [PATCH 5.005_03-MAILT_TRIAL_4]VMS test patches
18010 Date: Tue, 26 Jan 1999 14:55:29 -0800
18011 Message-Id: <3.0.6.32.19990126145529.02f22280@ous.edu>
18013 ! vms/ext/Stdio/test.pl vms/subconfigure.com
18014 ____________________________________________________________________________
18015 [ 2777] By: jhi on 1999/02/02 13:43:24
18016 Log: Synch usethreads parts from maint-5.005.
18018 ! hints/aix.sh hints/dec_osf.sh hints/dos_djgpp.sh
18019 ! hints/freebsd.sh hints/hpux.sh hints/irix_4.sh hints/irix_5.sh
18020 ! hints/irix_6.sh hints/irix_6_0.sh hints/irix_6_1.sh
18021 ! hints/linux.sh hints/os2.sh hints/solaris_2.sh hints/vmesa.sh
18022 ____________________________________________________________________________
18023 [ 2776] By: jhi on 1999/02/02 13:17:16
18024 Log: Jumbo FreeBSD update from Anton Berezin <tobez@plab.ku.dk>
18026 ! Makefile.SH hints/freebsd.sh
18027 ____________________________________________________________________________
18028 [ 2774] By: jhi on 1999/02/02 13:10:39
18029 Log: Add perlthrtut, update pod/* machinery.
18030 (a pod/Makefile.SH is sorely needed)
18032 + pod/perlthrtut.pod
18033 ! MANIFEST pod/Makefile pod/perl.pod pod/roffitall
18034 ____________________________________________________________________________
18035 [ 2773] By: jhi on 1999/02/02 12:54:24
18036 Log: From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
18037 To: perl5-porters@perl.org
18038 Subject: Re: [PATCH] perl5.005_03-MAINT_TRIAL_3: clarify Sv[INU]V versus Sv[INU]VX in perlguts
18039 Date: Tue, 26 Jan 1999 22:25:07 +0000
18040 Message-Id: <E105Gux-0000Ac-00@taurus.cus.cam.ac.uk>
18043 ____________________________________________________________________________
18044 [ 2771] By: jhi on 1999/02/02 12:47:34
18045 Log: Use perlbug instead of personal email address.
18048 ____________________________________________________________________________
18049 [ 2770] By: jhi on 1999/02/02 12:42:06
18050 Log: Miniperl fails to build (pp_sys.c was changed and iperlsys.h wasn't)
18052 From: "G. Del Merritt" <del@intranetics.com>
18053 To: perlbug@perl.com
18054 Subject: NOT OK: perl 5.00503 +MAINT_TRIAL_4 on MSWin32-x86-object (PATCHES included)
18055 Date: Tue, 26 Jan 1999 12:09:09 -0700
18056 Message-Id: <199901261909.MAA25525@jhereg.perl.com>
18059 ____________________________________________________________________________
18060 [ 2769] By: jhi on 1999/02/02 12:37:57
18061 Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
18062 To: Mailing list Perl5 <perl5-porters@perl.org>
18063 Subject: [PATCH 5.005_*] OS/2 threads
18064 Date: Tue, 26 Jan 1999 13:39:46 -0500
18065 Message-ID: <19990126133946.A11594@monk.mps.ohio-state.edu>
18068 ____________________________________________________________________________
18069 [ 2768] By: jhi on 1999/02/02 12:36:16
18070 Log: Apply change #2711 from maint-5.005:
18072 make ok", "make okfile", and "make nok" were broken
18073 with -Duseshrplib, because of a shared typo.
18075 From: Spider Boardman <spider@web.zk3.dec.com>
18076 To: perlbug@perl.com
18077 Subject: Not OK: perl 5.00503 +MAINT_TRIAL_4 on alpha-dec_osf-thread 5.0 (UNINSTALLED)
18078 Date: Wed, 27 Jan 1999 12:27:15 -0500
18079 Message-Id: <199901271727.MAA233455@web.zk3.dec.com>
18082 ____________________________________________________________________________
18083 [ 2766] By: jhi on 1999/02/02 12:27:08
18084 Log: Make Configure use "int main()" instead of bare "main()".
18085 Like maint-5.005 change #2703 but now via metaconfig.
18088 ____________________________________________________________________________
18089 [ 2765] By: jhi on 1999/02/02 11:59:30
18090 Log: Undo part of change #2562.
18093 ____________________________________________________________________________
18094 [ 2764] By: jhi on 1999/02/02 11:52:39
18095 Log: NetBSD synch with maint-5.005.
18097 ! Makefile.SH hints/netbsd.sh makedepend.SH unixish.h
18098 ____________________________________________________________________________
18099 [ 2763] By: jhi on 1999/02/02 11:44:07
18100 Log: $Config{installusrbinperl}
18101 (maint-5.005 changes #2614 and #2709)
18103 ! Configure installperl
18104 ____________________________________________________________________________
18105 [ 2762] By: jhi on 1999/02/02 11:29:13
18106 Log: Errno update from maint-5.005 (changes #2583, #2710).
18108 ! Configure ext/Errno/Errno_pm.PL
18109 ____________________________________________________________________________
18110 [ 2759] By: jhi on 1999/02/02 10:53:20
18111 Log: Update Trig.pm from maint-5.005.
18114 ____________________________________________________________________________
18115 [ 2757] By: jhi on 1999/02/02 10:41:26
18116 Log: MPE/iX update (mirror maint-5.005 change #2715)
18118 ! hints/mpeix.sh mpeix/relink
18119 ____________________________________________________________________________
18120 [ 2756] By: jhi on 1999/02/02 10:38:08
18121 Log: BeOS update (Mirror maint-5.005 change #2727).
18123 + ext/DynaLoader/dl_beos.xs
18124 ! Configure MANIFEST Makefile.SH README.beos hints/beos.sh
18125 ! lib/ExtUtils/MM_Unix.pm
18126 ____________________________________________________________________________
18127 [ 2754] By: gsar on 1999/02/02 08:52:13
18128 Log: Todo updates from Andy Dougherty <doughera@lafayette.edu>
18130 ! Porting/pumpkin.pod Todo Todo-5.005
18131 ____________________________________________________________________________
18132 [ 2753] By: gsar on 1999/02/02 08:46:21
18136 ____________________________________________________________________________
18137 [ 2752] By: jhi on 1999/02/01 22:15:12
18138 Log: Add perlthrtut.pod.
18140 From: Dan Sugalski <sugalskd@osshe.edu>
18141 To: perl5-porters@perl.org
18142 Subject: perlthrtut.pod
18143 Date: Mon, 01 Feb 1999 10:57:11 -0800
18144 Message-Id: <3.0.6.32.19990201105711.02e62540@ous.edu>
18145 Branch: maint-5.005/perl
18146 + pod/perlthrtut.pod
18147 ! MANIFEST pod/Makefile pod/buildtoc pod/perldelta.pod
18149 ____________________________________________________________________________
18150 [ 2751] By: gsar on 1999/02/01 07:28:05
18151 Log: devnull() support from Jan Dubois <jan.dubois@ibm.net> and others
18153 ! lib/File/Spec/OS2.pm lib/File/Spec/Unix.pm
18154 ! lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm
18155 ____________________________________________________________________________
18156 [ 2750] By: gsar on 1999/02/01 07:09:20
18157 Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
18158 Date: Fri, 4 Dec 1998 01:02:03 -0500 (EST)
18159 Message-Id: <199812040602.BAA07215@monk.mps.ohio-state.edu>
18160 Subject: [PATCH 5.005_53] Debugging REx with lookbehind
18163 ____________________________________________________________________________
18164 [ 2749] By: gsar on 1999/02/01 07:07:59
18165 Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
18166 Date: Fri, 4 Dec 1998 00:05:41 -0500 (EST)
18167 Message-Id: <199812040505.AAA16616@monk.mps.ohio-state.edu>
18168 Subject: [PATCH 5.005_53] Speed up .*? and half-fix UTF lookbehind
18171 ____________________________________________________________________________
18172 [ 2748] By: gsar on 1999/02/01 06:47:06
18173 Log: From: "Jonathan I. Kamens" <jik@kamens.brookline.ma.us>
18174 Date: Thu, 3 Dec 1998 15:10:17 -0500
18175 Message-Id: <199812032010.PAA09692@jik.shore.net>
18176 Subject: sample checksum code in "perlfunc" man page is wrong
18179 ____________________________________________________________________________
18180 [ 2747] By: gsar on 1999/02/01 06:35:13
18181 Log: typos in Pod/Text.pm
18182 From: "Greg Chapman" <glc@well.com>
18183 Date: Tue, 1 Dec 1998 10:50:18 -0800
18184 Message-Id: <199812011849.KAA08816@smtp.well.com>
18185 Subject: Glitch in Pod::Text
18188 ____________________________________________________________________________
18189 [ 2746] By: gsar on 1999/02/01 06:27:35
18190 Log: various win32-ish changes merged from maint-5.005
18192 ! README.win32 embedvar.h globvar.sym lib/ExtUtils/MM_Unix.pm
18193 ! objXSUB.h op.c perl.h perlvars.h pp.c sv.c t/io/fs.t toke.c
18194 ! win32/Makefile win32/config.bc win32/config.vc
18195 ! win32/config_sh.PL win32/makefile.mk win32/runperl.c
18197 ____________________________________________________________________________
18198 [ 2745] By: gsar on 1999/02/01 04:51:54
18199 Log: integrate cfgperl changes into mainline
18201 !> INSTALL hints/aix.sh lib/Time/Local.pm pod/perldelta.pod
18202 ____________________________________________________________________________
18203 [ 2744] By: gsar on 1999/02/01 04:31:09
18204 Log: improved diagnostic on syntax errors at EOL
18207 ____________________________________________________________________________
18208 [ 2743] By: gsar on 1999/02/01 03:59:13
18209 Log: don't attempt connect() to bogus IP addresses
18210 From: Graham Barr <gbarr@pobox.com>
18211 Date: Sun, 31 Jan 1999 21:50:45 CST
18212 Message-Id: <19990131215045.A633@pobox.com>
18214 ! t/lib/io_multihomed.t
18215 ____________________________________________________________________________
18216 [ 2742] By: gsar on 1999/02/01 03:08:58
18217 Log: update Changes
18219 ! Changes pod/perldelta.pod
18220 ____________________________________________________________________________
18221 [ 2740] By: gsar on 1999/02/01 02:43:07
18222 Log: CAPI inheritance tweak and doc
18223 Branch: maint-5.005/perl
18224 ! lib/ExtUtils/MakeMaker.pm
18225 ____________________________________________________________________________
18226 [ 2739] By: jhi on 1999/01/31 18:31:54
18227 Log: Undo changes #2730 and #2731 and replace them
18228 with an extensively tested patch from
18229 Anton Berezin <tobez@plab.ku.dk> (via private email).
18230 Branch: maint-5.005/perl
18231 ! Makefile.SH hints/freebsd.sh
18232 ____________________________________________________________________________
18233 [ 2738] By: gsar on 1999/01/31 05:04:32
18234 Log: fix bogus CAPI inheritance from change#2541
18235 Branch: maint-5.005/perl
18236 ! lib/ExtUtils/MakeMaker.pm
18237 ____________________________________________________________________________
18238 [ 2731] By: jhi on 1999/01/29 14:33:12
18239 Log: FreeBSD version numbers can be like "2.2.8-release".
18240 Branch: maint-5.005/perl
18242 ____________________________________________________________________________
18243 [ 2730] By: jhi on 1999/01/29 12:40:38
18244 Log: FreeBSD hints iteration (hopefully convergent).
18245 usethreads: require at least FreeBSD 2.2.8.
18246 signal type: mirror change #2429 in cfgperl.
18247 Branch: maint-5.005/perl
18249 ____________________________________________________________________________
18250 [ 2727] By: gbarr on 1999/01/29 04:09:57
18251 Log: From: Tom Spindler <dogcow@isi.net>
18252 Date: Thu, 28 Jan 1999 17:15:11 -0800
18253 Message-ID: <19990128171510.A11778@isi.net>
18254 Subject: [PATCH] BeOS dynamic loading support for perl5.005_03_MT4
18255 Branch: maint-5.005/perl
18256 + ext/DynaLoader/dl_beos.xs
18257 ! Configure MANIFEST Makefile.SH README.beos hints/beos.sh
18258 ! lib/ExtUtils/MM_Unix.pm
18259 ____________________________________________________________________________
18260 [ 2726] By: gbarr on 1999/01/29 03:30:51
18261 Log: Remove use of File::Slurp in t/lib/textfill.t
18262 Branch: maint-5.005/perl
18264 ____________________________________________________________________________
18265 [ 2725] By: gbarr on 1999/01/29 03:11:41
18266 Log: From: Gurusamy Sarathy <gsar@ActiveState.com>
18267 Date: Wed, 27 Jan 1999 23:14:33 -0800
18268 Message-Id: <199901280714.XAA10176@activestate.com>
18269 Subject: Re: NOT OK: "@INC contains: ." after make install - MAINT_TRIAL_4 - 5.005_03 maintenance trial 4 MSWin32-x86-object
18270 Branch: maint-5.005/perl
18271 ! win32/Makefile win32/makefile.mk
18272 ____________________________________________________________________________
18273 [ 2720] By: gsar on 1999/01/27 21:54:42
18274 Log: missing space while munging CCFLAGS for PERL_CAPI
18276 ! lib/ExtUtils/MM_Unix.pm
18277 ____________________________________________________________________________
18278 [ 2718] By: jhi on 1999/01/27 19:46:04
18279 Log: io/fs.t fails test #18 (sense of tests appears to have been
18280 changed incompletely; this patch just skips the test attached,
18281 a la test #17 preceding it).
18283 From: "G. Del Merritt" <del@intranetics.com>
18284 To: perlbug@perl.com
18285 Subject: NOT OK: perl 5.00503 +MAINT_TRIAL_4 on MSWin32-x86-object (PATCHES included)
18286 Date: Tue, 26 Jan 1999 12:09:09 -0700
18287 Message-Id: <199901261909.MAA25525@jhereg.perl.com>
18288 Branch: maint-5.005/perl
18290 ____________________________________________________________________________
18291 [ 2717] By: jhi on 1999/01/27 19:44:46
18292 Log: Miniperl fails to build (pp_sys.c was changed and iperlsys.h wasn't)
18294 From: "G. Del Merritt" <del@intranetics.com>
18295 To: perlbug@perl.com
18296 Subject: NOT OK: perl 5.00503 +MAINT_TRIAL_4 on MSWin32-x86-object (PATCHES included)
18297 Date: Tue, 26 Jan 1999 12:09:09 -0700
18298 Message-Id: <199901261909.MAA25525@jhereg.perl.com>
18299 Branch: maint-5.005/perl
18301 ____________________________________________________________________________
18302 [ 2715] By: jhi on 1999/01/27 19:34:28
18303 Log: From: Mark Bixby <markb@spock.dis.cccd.edu>
18304 To: perl5-porters@perl.org
18305 Subject: [PATCH perl5.005_03-MAINT_TRIAL_4] MPE port tweaks
18306 Date: Tue, 26 Jan 1999 16:32:18 -0800 (PST)
18307 Message-Id: <199901270032.QAA13395@spock.dis.cccd.edu>
18308 Branch: maint-5.005/perl
18309 ! hints/mpeix.sh mpeix/relink
18310 ____________________________________________________________________________
18311 [ 2710] By: jhi on 1999/01/27 19:22:23
18314 From: Spider Boardman <spider@web.zk3.dec.com>
18315 To: perlbug@perl.com
18316 Subject: Not OK: perl 5.00503 +MAINT_TRIAL_4 on alpha-dec_osf-thread 5.0 (UNINSTALLED)
18317 Date: Wed, 27 Jan 1999 12:27:15 -0500
18318 Message-Id: <199901271727.MAA233455@web.zk3.dec.com>
18320 From: Spider Boardman <spider@web.zk3.dec.com>
18321 To: perlbug@perl.com
18322 Subject: Not OK: perl 5.00503 +MAINT_TRIAL_4 on alpha-dec_osf-thread 5.0 (UNINSTALLED)
18323 Date: Wed, 27 Jan 1999 13:31:16 -0500
18324 Message-Id: <199901271831.NAA241001@web.zk3.dec.com>
18325 Branch: maint-5.005/perl
18326 ! Configure ext/Errno/Errno_pm.PL
18327 ____________________________________________________________________________
18328 [ 2709] By: jhi on 1999/01/27 19:17:35
18329 Log: Fix Configure installusrbinperl:
18331 From: Spider Boardman <spider@web.zk3.dec.com>
18333 cc: perl5-porters@perl.org
18334 Subject: Re: Not OK: perl 5.00503 +MAINT_TRIAL_4 on alpha-dec_osf-thread 5.0 (UNINSTALLED)
18335 Date: Wed, 27 Jan 1999 13:03:35 -0500
18336 Message-Id: <199901271803.NAA238257@web.zk3.dec.com>
18337 Branch: maint-5.005/perl
18339 ____________________________________________________________________________
18340 [ 2707] By: gbarr on 1999/01/26 02:06:17
18341 Log: Add redef IO::Handle::* for setv?buf()
18342 Branch: maint-5.005/perl
18343 ! ext/POSIX/POSIX.pm
18344 ____________________________________________________________________________
18345 [ 2705] By: jhi on 1999/01/24 15:14:30
18346 Log: Mention year-1900 and month 0..11.
18348 ! lib/Time/Local.pm
18349 ____________________________________________________________________________
18350 [ 2704] By: jhi on 1999/01/24 15:13:36
18351 Log: Document Configure -Uinstallusrbinperl.
18353 ! INSTALL pod/perldelta.pod
18354 ____________________________________________________________________________
18355 [ 2698] By: jhi on 1999/01/24 12:46:00
18356 Log: Use only xlc_r for usethreads.
18359 ____________________________________________________________________________
18360 [ 2695] By: gsar on 1999/01/24 07:09:05
18361 Log: integrate cfgperl changes into mainline
18363 +> lib/Exporter/Heavy.pm
18364 !> (integrate 65 files)
18365 ____________________________________________________________________________
18366 [ 2694] By: gsar on 1999/01/24 01:28:49
18367 Log: better notes on 'make' on win32
18370 ____________________________________________________________________________
18371 [ 2683] By: jhi on 1999/01/22 15:41:00
18372 Log: More de-cut-and-pastos.
18374 ! hints/irix_6.sh hints/os2.sh
18375 ____________________________________________________________________________
18376 [ 2682] By: jhi on 1999/01/22 15:30:51
18377 Log: usethreads.cbu cut-and-pasto.
18379 ! hints/solaris_2.sh
18380 ____________________________________________________________________________
18381 [ 2681] By: jhi on 1999/01/22 14:54:55
18382 Log: Better (I hope) LANGUAGE documentation.
18384 ! pod/perllocale.pod
18385 ____________________________________________________________________________
18386 [ 2680] By: jhi on 1999/01/22 09:20:29
18387 Log: From: Dan Sugalski <sugalskd@osshe.edu>
18388 To: perl5-porters@perl.org
18389 Subject: [PATCH 5.005_03MT3]VMS configure tweak
18390 Date: Wed, 20 Jan 1999 12:05:18 -0800
18391 Message-Id: <3.0.6.32.19990120120518.00a98470@ous.edu>
18393 ! vms/subconfigure.com
18394 ____________________________________________________________________________
18395 [ 2679] By: jhi on 1999/01/22 09:13:18
18396 Log: nosuid getmntent() branch.
18399 ____________________________________________________________________________
18400 [ 2678] By: jhi on 1999/01/22 08:54:19
18401 Log: nosuid patch continued: *BSD needs <sys/param.h>.
18403 ! Configure config_h.SH
18404 ____________________________________________________________________________
18405 [ 2676] By: gbarr on 1999/01/22 01:54:02
18406 Log: Fixup FindBin to use File::Spec
18408 Message-Id: <19990120185157.D24479@west-tip.transeda.com>
18409 Date: Wed, 20 Jan 1999 18:51:57 +0000
18410 From: Paul Johnson <pjcj@transeda.com>
18411 Subject: Re: [PATCH] 5005_54 Make FindBin work with UNC paths
18412 Branch: maint-5.005/perl
18414 ____________________________________________________________________________
18415 [ 2671] By: gbarr on 1999/01/22 00:40:13
18416 Log: Fix win32 for Borland compiler and spaces in paths
18418 From: Gurusamy Sarathy <gsar@activestate.com>
18419 Date: Mon, 18 Jan 1999 20:33:17 -0800
18420 Message-Id: <199901190433.UAA03656@activestate.com>
18421 Subject: [PATCH] 5.005_03-trial3 win32 issues
18422 Branch: maint-5.005/perl
18423 ! README.win32 win32/Makefile win32/config_sh.PL
18424 ! win32/makefile.mk win32/runperl.c
18425 ____________________________________________________________________________
18426 [ 2670] By: jhi on 1999/01/21 16:12:38
18427 Log: From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
18428 To: perl5-porters@perl.org
18429 Subject: Re: [PATCH 5.005_54] Evalled substitution parsing
18430 Date: Thu, 21 Jan 1999 12:08:01 +0000
18431 Message-Id: <199901211208.MAA01228@crypt.compulink.co.uk>
18433 ! pod/perldiag.pod t/op/subst.t toke.c
18434 ____________________________________________________________________________
18435 [ 2669] By: jhi on 1999/01/21 16:11:46
18436 Log: To: perl5-porters@perl.org
18437 Subject: [PATCH 5.005_54] hints/freebsd.sh - reflect the birth of version 4.0
18438 From: Anton Berezin <tobez@plab.ku.dk>
18439 Date: 21 Jan 1999 17:07:28 +0100
18440 Message-ID: <86emood2yn.fsf@lion.plab.ku.dk>
18443 ____________________________________________________________________________
18444 [ 2668] By: jhi on 1999/01/21 15:38:34
18445 Log: Add Daniel Grisinger <dgris@dimensional.com>.
18448 ____________________________________________________________________________
18449 [ 2667] By: jhi on 1999/01/21 15:32:28
18450 Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
18451 To: Mailing list Perl5 <perl5-porters@perl.org>
18452 Subject: [PATCH 5.005_53] Lean Exporter.pm
18453 Date: Thu, 21 Jan 1999 03:25:23 -0500
18454 Message-ID: <19990121032523.A25704@monk.mps.ohio-state.edu>
18456 + lib/Exporter/Heavy.pm
18457 ! MANIFEST lib/Exporter.pm
18458 ____________________________________________________________________________
18459 [ 2666] By: jhi on 1999/01/21 15:24:10
18460 Log: From: "W. Phillip Moore" <wpm@ms.com>
18461 To: Graham Barr <gbarr@ti.com>, perlbug@perl.org
18462 Subject: Re: [PATCH] File::Path 1.04 bug (all perl5 core versions)
18463 Date: Tue, 19 Jan 1999 11:39:11 -0500 (EST)
18464 Message-ID: <13988.46383.298992.97303@zappa>
18467 ____________________________________________________________________________
18468 [ 2665] By: jhi on 1999/01/21 15:20:48
18469 Log: CPAN update (CPAN-1.44_54) from Andreas and
18470 jumbo doc patch from Abigail.
18472 From: abigail@fnx.com
18473 To: perl5-porters@perl.org (Perl Porters)
18474 Subject: [PATCH 5.005_03 TRIAL 3 lib/AutoLoader.pm] Typos
18475 Date: Tue, 19 Jan 1999 19:14:10 -0500 (EST)
18476 Message-ID: <19990120001410.19645.qmail@alexandra.wayne.fnx.com>
18478 From: abigail@fnx.com
18479 To: perl5-porters@perl.org (Perl Porters)
18480 Subject: [PATCH 5.005_03 TRIAL3 lib/CGI.pm] Typos
18481 Date: Tue, 19 Jan 1999 19:32:42 -0500 (EST)
18482 Message-ID: <19990120003242.19938.qmail@alexandra.wayne.fnx.com>
18484 From: abigail@fnx.com
18485 To: perl5-porters@perl.org (Perl Porters)
18486 Subject: [PATCH 5.005_03 TRIAL3 lib/CPAN.pm] Typos
18487 Date: Tue, 19 Jan 1999 19:40:41 -0500 (EST)
18488 Message-ID: <19990120004041.20052.qmail@alexandra.wayne.fnx.com>
18490 From: abigail@fnx.com
18491 To: perl5-porters@perl.org (Perl Porters)
18492 Subject: [PATCH 5.005_03 TRIAL3 lib/Carp.pm] Typo
18493 Date: Tue, 19 Jan 1999 19:43:12 -0500 (EST)
18494 Message-ID: <19990120004312.20152.qmail@alexandra.wayne.fnx.com>
18496 From: abigail@fnx.com
18497 To: perl5-porters@perl.org (Perl Porters)
18498 Subject: [PATCH 5.005_03 TRIAL3 lib/Cwd.pm] Typo
18499 Date: Tue, 19 Jan 1999 19:44:29 -0500 (EST)
18500 Message-ID: <19990120004429.20190.qmail@alexandra.wayne.fnx.com>
18502 From: abigail@fnx.com
18503 To: perl5-porters@perl.org (Perl Porters)
18504 Subject: [PATCH 5.005_03 TRIAL3 lib/Safe.pm] Typo
18505 Date: Tue, 19 Jan 1999 19:52:41 -0500 (EST)
18506 Message-ID: <19990120005241.20693.qmail@alexandra.wayne.fnx.com>
18508 From: abigail@fnx.com
18509 To: perl5-porters@perl.org (Perl Porters)
18510 Subject: [PATCH 5.005_03 TRIAL3 lib/SelfLoader.pm] Typos
18511 Date: Tue, 19 Jan 1999 19:55:25 -0500 (EST)
18512 Message-ID: <19990120005525.20788.qmail@alexandra.wayne.fnx.com>
18514 From: abigail@fnx.com
18515 To: perl5-porters@perl.org (Perl Porters)
18516 Subject: [PATCH 5.005_03 TRIAL3 lib/Symbol.pm] Typo
18517 Date: Tue, 19 Jan 1999 19:58:21 -0500 (EST)
18518 Message-ID: <19990120005821.20926.qmail@alexandra.wayne.fnx.com>
18520 From: abigail@fnx.com
18521 To: perl5-porters@perl.org (Perl Porters)
18522 Subject: [PATCH 5.005_03 TRIAL3 lib/Test.pm] Typo
18523 Date: Tue, 19 Jan 1999 20:00:02 -0500 (EST)
18524 Message-ID: <19990120010002.20973.qmail@alexandra.wayne.fnx.com>
18526 From: abigail@fnx.com
18527 To: perl5-porters@perl.org (Perl Porters)
18528 Subject: [PATCH 5.005_03 TRIAL3 lib/ops.pm] Typo
18529 Date: Tue, 19 Jan 1999 20:39:09 -0500 (EST)
18530 Message-ID: <19990120013909.23085.qmail@alexandra.wayne.fnx.com>
18532 From: abigail@fnx.com
18533 To: perl5-porters@perl.org (Perl Porters)
18534 Subject: [PATCH 5.005_03 TRIAL3 lib/diagnostics.pm] Typos (ignore previous patch for this file...)
18535 Date: Tue, 19 Jan 1999 20:38:23 -0500 (EST)
18536 Message-ID: <19990120013823.23015.qmail@alexandra.wayne.fnx.com>
18538 From: abigail@fnx.com
18539 To: perl5-porters@perl.org (Perl Porters)
18540 Subject: [PATCH 5.005_03 TRIAL3 lib/overload.pm] Typos
18541 Date: Tue, 19 Jan 1999 20:58:16 -0500 (EST)
18542 Message-ID: <19990120015817.24306.qmail@alexandra.wayne.fnx.com>
18544 From: abigail@fnx.com
18545 To: perl5-porters@perl.org (Perl Porters)
18546 Subject: [PATCH 5.005_03 TRIAL3 lib/re.pm] Typos
18547 Date: Tue, 19 Jan 1999 21:03:26 -0500 (EST)
18548 Message-ID: <19990120020326.24373.qmail@alexandra.wayne.fnx.com>
18550 ! ext/Opcode/Safe.pm ext/Opcode/ops.pm lib/AutoLoader.pm
18551 ! lib/CGI.pm lib/CPAN.pm lib/CPAN/FirstTime.pm lib/CPAN/Nox.pm
18552 ! lib/Carp.pm lib/Cwd.pm lib/SelfLoader.pm lib/Symbol.pm
18553 ! lib/Test.pm lib/diagnostics.pm lib/fields.pm lib/overload.pm
18554 ____________________________________________________________________________
18555 [ 2664] By: jhi on 1999/01/21 14:47:43
18556 Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
18557 To: Mailing list Perl5 <perl5-porters@perl.org>
18558 Subject: [PATCH 5.005_*] OS2::PrfDB was exploiting a bug in U32 XSUBs
18559 Date: Thu, 21 Jan 1999 03:58:29 -0500
18560 Message-ID: <19990121035829.A25822@monk.mps.ohio-state.edu>
18562 ! os2/Changes os2/OS2/PrfDB/PrfDB.xs
18563 ____________________________________________________________________________
18564 [ 2663] By: jhi on 1999/01/21 14:43:58
18565 Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
18566 To: Mailing list Perl5 <perl5-porters@perl.org>
18567 Subject: [PATCH 5.005_*] Errno.pm suffers from \\ too
18568 Date: Thu, 21 Jan 1999 02:46:34 -0500
18569 Message-ID: <19990121024634.A25600@monk.mps.ohio-state.edu>
18571 ! ext/Errno/Errno_pm.PL
18572 ____________________________________________________________________________
18573 [ 2662] By: jhi on 1999/01/21 14:42:42
18574 Log: From: Daniel Grisinger <dgris@moiraine.dimensional.com>
18575 To: Francois Desarmenien <desar@club-internet.fr>
18576 Cc: Gurusamy Sarathy <gsar@activestate.com>,
18577 Mailing list Perl5 <perl5-porters@perl.org>, bugmongers@perl.org
18578 Subject: [PATCH] patching.pod, misc fixes (was Re: Which ? What ? Why ? When ?)
18579 Date: 21 Jan 1999 00:17:35 -0700
18580 Message-ID: <m31zkpqels.fsf_-_@moiraine.dimensional.com>
18582 ! Porting/patching.pod
18583 ____________________________________________________________________________
18584 [ 2661] By: jhi on 1999/01/21 14:41:13
18585 Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
18586 To: Mailing list Perl5 <perl5-porters@perl.org>
18587 Subject: [PATCH 5.00*] makedepend
18588 Date: Thu, 21 Jan 1999 02:08:27 -0500
18589 Message-ID: <19990121020827.A25509@monk.mps.ohio-state.edu>
18592 ____________________________________________________________________________
18593 [ 2660] By: jhi on 1999/01/21 14:36:45
18594 Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
18595 To: Mailing list Perl5 <perl5-porters@perl.org>
18596 Subject: [PATCH 5.005_53] Pipes and 2>&1 on OS/2
18597 Date: Tue, 19 Jan 1999 20:06:45 -0500
18598 Message-ID: <19990119200645.A21154@monk.mps.ohio-state.edu>
18600 ! os2/Changes os2/os2.c
18601 ____________________________________________________________________________
18602 [ 2657] By: jhi on 1999/01/21 11:40:35
18603 Log: From: "Vishal Bhatia" <vishalb@hotmail.com>
18604 To: perl5-porters@perl.org
18605 Subject: [PATCH 5.005_54]pp_mapstart & pp_grepstart return val (CC.pm)
18606 Date: Mon, 18 Jan 1999 01:32:31 PST
18607 Message-ID: <19990118093231.18443.qmail@hotmail.com>
18610 ____________________________________________________________________________
18611 [ 2656] By: jhi on 1999/01/21 11:35:34
18612 Log: From: Achim Bohnet <ach@mpe.mpg.de>
18613 Subject: [PATCH] Not OK: perl 5.00503 +MAINT_TRIAL_3 on alpha-dec_osf 4.0 (UNINSTALLED)
18614 Date: Wed, 20 Jan 1999 20:25:53 +0100
18615 Message-Id: <199901201925.UAA16940@o06.xray.mpe.mpg.de>
18618 ____________________________________________________________________________
18619 [ 2655] By: jhi on 1999/01/21 10:46:01
18620 Log: Handle NIS (and NetInfo) more robustly.
18622 ! t/op/grent.t t/op/pwent.t
18623 ____________________________________________________________________________
18624 [ 2654] By: jhi on 1999/01/21 10:17:20
18625 Log: Two-argument eaccess() of SCO.
18628 ____________________________________________________________________________
18629 [ 2653] By: jhi on 1999/01/21 08:53:14
18630 Log: -DNO_NOSUID_CHECK for those platforms which have no way
18631 of checking for nosuid but still want suidperl.
18634 ____________________________________________________________________________
18635 [ 2652] By: jhi on 1999/01/21 08:22:50
18636 Log: The LANGUAGE mirrors LC_ALL usage.
18638 ! Configure config_h.SH
18639 ____________________________________________________________________________
18640 [ 2651] By: jhi on 1999/01/20 22:01:21
18641 Log: I_MNTENT was missing.
18643 ! Configure config_h.SH
18644 ____________________________________________________________________________
18645 [ 2650] By: jhi on 1999/01/19 13:42:03
18646 Log: NetBSD update, based on patches from the NetBSD packages system.
18648 ! Makefile.SH hints/netbsd.sh makedepend.SH unixish.h
18649 ____________________________________________________________________________
18650 [ 2649] By: jhi on 1999/01/19 12:44:02
18651 Log: Jumbo Configure update.
18652 * -Uinstallusrbinperl: disable /usr/bin/perl installation
18658 ! Configure config_h.SH hints/aix.sh hints/dec_osf.sh
18659 ! hints/dos_djgpp.sh hints/freebsd.sh hints/hpux.sh
18660 ! hints/irix_4.sh hints/irix_5.sh hints/irix_6.sh
18661 ! hints/irix_6_0.sh hints/irix_6_1.sh hints/linux.sh
18662 ! hints/os2.sh hints/solaris_2.sh hints/vmesa.sh perl.c perl.h
18664 ____________________________________________________________________________
18665 [ 2648] By: jhi on 1999/01/19 09:16:44
18666 Log: Mention /usr/share/locale.
18668 ! pod/perllocale.pod
18669 ____________________________________________________________________________
18670 [ 2647] By: jhi on 1999/01/19 09:11:11
18671 Log: SHMLBA strikes back in NetBSD/sparc.
18673 From: Dave Nelson <David.Nelson@bellcow.com>
18675 Subject: perl5.005_02 + IPC::SysV + NetBSD/Sparc
18676 Date: Mon, 18 Jan 1999 22:07:56 -0600
18677 Message-Id: <199901190407.WAA02543@longhorn.bellcow.com>
18679 ! ext/IPC/SysV/SysV.xs
18680 ____________________________________________________________________________
18681 [ 2646] By: jhi on 1999/01/19 08:58:17
18682 Log: Show LANGUAGE env var when needed. (Augment change #2645).
18684 ! util.c utils/perlbug.PL
18685 ____________________________________________________________________________
18686 [ 2645] By: jhi on 1999/01/19 08:52:15
18687 Log: Document the GNU LANGUAGE env var.
18689 ! pod/perllocale.pod
18690 ____________________________________________________________________________
18691 [ 2644] By: jhi on 1999/01/19 08:42:25
18692 Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
18693 To: Mailing list Perl5 <perl5-porters@perl.org>
18694 Subject: [PATCH 5.005_53] Fixing \G bug by Francois Desarmenien
18695 Date: Mon, 18 Jan 1999 20:57:02 -0500
18696 Message-ID: <19990118205702.A18379@monk.mps.ohio-state.edu>
18698 ! pp_hot.c t/op/pat.t
18699 ____________________________________________________________________________
18700 [ 2643] By: jhi on 1999/01/18 11:23:41
18701 Log: Add various cruft to "clean" target. (Time for t/Makefile?)
18704 ____________________________________________________________________________
18705 [ 2642] By: jhi on 1999/01/18 11:03:38
18706 Log: GNU libc locale system has LANGUAGE env var that partly
18707 overrides even LC_ALL.
18709 ! t/lib/safe2.t t/op/groups.t t/op/mkdir.t
18710 ____________________________________________________________________________
18711 [ 2641] By: jhi on 1999/01/18 10:55:04
18712 Log: Integrate from mainperl.
18714 +> ext/B/defsubs.h.PL
18716 !> (integrate 38 files)
18717 ____________________________________________________________________________
18718 [ 2640] By: gsar on 1999/01/18 10:06:29
18719 Log: a few random cleanups
18721 ! ext/B/Makefile.PL lib/Test/Harness.pm t/pragma/warn/doio
18722 ____________________________________________________________________________
18723 [ 2639] By: gsar on 1999/01/18 05:56:21
18724 Log: From: "Vishal Bhatia" <vishalb@hotmail.com>
18725 Date: Sun, 17 Jan 1999 16:41:10 PST
18726 Message-Id: <19990118004111.29667.qmail@hotmail.com>
18727 Subject: [PATCH 5.005_54]Duplicate saved ops (CC.pm)
18730 ____________________________________________________________________________
18731 [ 2638] By: gsar on 1999/01/18 05:41:21
18732 Log: From: jan.dubois@ibm.net (Jan Dubois)
18733 Date: Mon, 18 Jan 1999 00:37:41 +0100
18734 Message-Id: <36a271cd.2105507@smtp1.ibm.net>
18735 Subject: [PATCH 5.005_54] fix bugs in do_sv_dump() from Devel::Peek integration
18738 ____________________________________________________________________________
18739 [ 2633] By: gsar on 1999/01/17 13:39:59
18740 Log: bogus assert()
18742 ! pp.c t/op/groups.t
18743 ____________________________________________________________________________
18744 [ 2632] By: gsar on 1999/01/17 13:22:04
18745 Log: various tweaks for clean build and test on win32
18747 ! embed.h ext/B/Makefile.PL global.sym lib/FindBin.pm objXSUB.h
18748 ! op.c t/pragma/warn/doio
18749 ____________________________________________________________________________
18750 [ 2631] By: gsar on 1999/01/17 12:28:06
18751 Log: undo change#2336, and add clarification about subversive
18752 CPAN distributions from Andreas Koenig
18754 ! Porting/pumpkin.pod lib/CPAN.pm
18755 ____________________________________________________________________________
18756 [ 2630] By: gsar on 1999/01/17 12:04:06
18757 Log: fix silent taint failures under -U
18760 ____________________________________________________________________________
18761 [ 2629] By: gsar on 1999/01/17 12:00:23
18762 Log: sanity check piped opens (tweaked version of patch suggested
18763 by Mark-Jason Dominus)
18765 ! doio.c pod/perldelta.pod pod/perldiag.pod t/io/pipe.t
18766 ! t/op/taint.t t/pragma/warn/doio
18767 ____________________________________________________________________________
18768 [ 2628] By: gsar on 1999/01/17 11:26:21
18771 ! embed.h embedvar.h objXSUB.h
18772 ____________________________________________________________________________
18773 [ 2627] By: gsar on 1999/01/17 11:23:37
18774 Log: PERL_OBJECTness for change#2595
18776 ! embed.pl op.c pod/perlport.pod proto.h
18777 ____________________________________________________________________________
18778 [ 2626] By: gsar on 1999/01/17 09:47:07
18779 Log: PERL_OBJECT tweaks for change#2426
18781 ! embed.pl proto.h regcomp.c
18782 ____________________________________________________________________________
18783 [ 2625] By: gsar on 1999/01/17 09:37:58
18784 Log: documentation in change#2596 is not quite right; fix it
18786 ! lib/Math/BigFloat.pm pod/perlguts.pod
18787 ____________________________________________________________________________
18788 [ 2624] By: gsar on 1999/01/17 09:28:34
18789 Log: undo change#2571; C<use File::Spec> instead
18792 ____________________________________________________________________________
18793 [ 2623] By: gsar on 1999/01/17 09:20:42
18794 Log: change#2572 is not applicable; undo, retaining scan_bin addition
18797 ! global.sym perl.c proto.h
18798 ____________________________________________________________________________
18799 [ 2622] By: gsar on 1999/01/17 09:17:42
18800 Log: change#2576 is based on a wrong premise; undo it
18803 ____________________________________________________________________________
18804 [ 2621] By: gsar on 1999/01/17 09:12:42
18805 Log: fix change#2602 to not used hard coded constants
18807 ! ext/B/B/C.pm ext/B/defsubs.h.PL
18808 ____________________________________________________________________________
18809 [ 2620] By: gsar on 1999/01/17 09:02:07
18810 Log: integrate cfgperl changes into mainline, fix conflicts
18812 +> AUTHORS MAINTAIN README.mint ext/DynaLoader/hints/linux.pl
18813 +> ext/POSIX/hints/mint.pl hints/gnu.sh hints/mint.sh
18814 +> lib/Dumpvalue.pm mint/Makefile mint/README mint/errno.h
18815 +> mint/pwd.c mint/stdio.h mint/sys/time.h mint/time.h
18816 +> pod/perlopentut.pod
18817 !> (integrate 162 files)
18818 ____________________________________________________________________________
18819 [ 2619] By: gsar on 1999/01/17 08:42:04
18820 Log: a few doc typos
18822 ! lib/utf8.pm pod/perlfunc.pod pod/perlre.pod
18823 ____________________________________________________________________________
18824 [ 2616] By: gbarr on 1999/01/16 18:59:55
18825 Log: Win32 changes from Jan
18827 From: jan.dubois@ibm.net (Jan Dubois)
18828 Date: Fri, 15 Jan 1999 23:38:35 +0100
18829 Message-ID: <36a7c10d.16311905@smtp1.ibm.net>
18830 Subject: [PATCH 5.005_03m2] Win32 Makefile patches
18832 From: jan.dubois@ibm.net (Jan Dubois)
18833 Date: Sat, 16 Jan 1999 13:02:45 +0100
18834 Message-ID: <36a07da6.10722337@smtp1.ibm.net>
18835 Subject: [PATCH 5.005_03m2] minor tweaks to README.win32
18836 Branch: maint-5.005/perl
18837 ! README.win32 win32/Makefile win32/makefile.mk
18838 ____________________________________________________________________________
18839 [ 2615] By: gbarr on 1999/01/16 18:48:48
18840 Log: Jumbo patch from Sarathy for PERL_OBJECT & USE_THREADS
18842 From: Gurusamy Sarathy <gsar@engin.umich.edu>
18843 Date: Thu, 07 Jan 1999 00:12:00 -0500
18844 Message-Id: <199901070512.AAA23568@aatma.engin.umich.edu>
18845 Subject: Re: [PATCH 5.005_03-MAINT_TRIAL2] fixes for PERL_OBJECT and USE_THREADS builds
18847 From: Gurusamy Sarathy <gsar@engin.umich.edu>
18848 Date: Thu, 14 Jan 1999 19:21:46 -0500
18849 Message-Id: <199901150021.TAA01886@aatma.engin.umich.edu>
18850 Subject: Re: [PATCH 5.005_03-MAINT_TRIAL2] fixes for PERL_OBJECT and USE_THREADS builds
18851 Branch: maint-5.005/perl
18852 ! embed.h global.sym lib/ExtUtils/MM_Unix.pm objXSUB.h objpp.h
18853 ! op.c perl.c perl.h perly.c perly.y perly_c.diff pp.c proto.h
18854 ! sv.c t/io/fs.t toke.c win32/GenCAPI.pl win32/config.bc
18855 ! win32/makedef.pl win32/runperl.c win32/win32.c
18856 ____________________________________________________________________________
18857 [ 2614] By: gbarr on 1999/01/16 16:48:38
18858 Log: From: Jarkko Hietaniemi <jhi@iki.fi>
18859 Date: Fri, 15 Jan 1999 17:28:34 +0200 (EET)
18860 Message-Id: <199901151528.RAA08785@alpha.hut.fi>
18861 Subject: [PATCH] 5.005_03-MAINT_TRIAL_2: NetBSD patches
18863 From: Jarkko Hietaniemi <jhi@iki.fi>
18864 Date: Fri, 15 Jan 1999 18:44:19 +0200 (EET)
18865 Message-Id: <199901151644.SAA08184@alpha.hut.fi>
18866 Subject: [PATCH] 5.005_03-MAINT_TRIAL_2: allow skipping the "install also as /usr/bin/perl" question of installperl
18868 From: Jarkko Hietaniemi <jhi@iki.fi>
18869 Date: Fri, 15 Jan 1999 18:52:29 +0200 (EET)
18870 Message-Id: <199901151652.SAA11259@alpha.hut.fi>
18871 Subject: the promised "installusrbinperl + NetBSD" fix
18872 Branch: maint-5.005/perl
18873 ! Configure Makefile.SH hints/netbsd.sh installperl
18874 ! makedepend.SH unixish.h
18875 ____________________________________________________________________________
18876 [ 2611] By: jhi on 1999/01/14 12:16:14
18877 Log: From: Tom Christiansen <tchrist@jhereg.perl.com>
18878 To: pumpkings@jhereg.perl.com
18879 Subject: perlopentut.pod
18880 Date: Sat, 09 Jan 1999 08:13:18 -0700
18881 Message-Id: <199901091513.IAA17512@jhereg.perl.com>
18883 + pod/perlopentut.pod
18884 ! MANIFEST pod/perl.pod pod/perldelta.pod pod/roffitall
18885 ____________________________________________________________________________
18886 [ 2607] By: gbarr on 1999/01/14 02:53:40
18887 Log: Added Carp::cluck to perldelta.pod
18888 Branch: maint-5.005/perl
18889 ! pod/perldelta.pod
18890 ____________________________________________________________________________
18891 [ 2605] By: jhi on 1999/01/13 18:26:19
18892 Log: From: "Jonathan Fine (IT- Borders Online)" <jfine@borders.com>
18893 To: "'cpan@perl.org'" <cpan@perl.org>
18894 Subject: "Bug" fix for File::Find.pm
18895 Date: Thu, 31 Dec 1998 13:01:50 -0500
18896 Message-ID: <311F144DB5E5D011B03F00805FE954B10708BE17@exchange01_ph.borders.com>
18899 ____________________________________________________________________________
18900 [ 2604] By: jhi on 1999/01/13 18:08:45
18901 Log: From: Peter Wolfe <wolfe@teloseng.com>
18902 Subject: SCO 3.2v5 patch for perl5.005_03-MAINT_TRIAL_1
18903 To: perlbug@perl.com
18904 Date: 11 Jan 1999 23:00:05 +0200
18905 Message-ID: <MLIST_199901111950.LAA01703@titan.teloseng.com>
18908 ____________________________________________________________________________
18909 [ 2603] By: jhi on 1999/01/13 18:06:56
18910 Log: From: hans@icgroup.nl (Hans Mulder)
18911 Subject: [Patch for 5.005_54] re::debugcolors dumps core
18912 To: perlbug@perl.com
18913 Cc: hansmu@xs4all.nl
18914 Date: 11 Jan 1999 22:22:45 +0200
18915 Message-ID: <MLIST_9901111947.AA22109@icgned.icgroup.nl>
18917 ! ext/re/re.pm regcomp.c
18918 ____________________________________________________________________________
18919 [ 2602] By: jhi on 1999/01/13 18:05:43
18920 Log: From: "Vishal Bhatia" <vishalb@hotmail.com>
18921 Subject: [PATCH 5.005_54]B::MAGIC::PTR doesnot check for valid length.
18922 Date: 11 Jan 1999 08:02:41 +0200
18924 Message-ID: <MLIST_19990111052126.27966.qmail@hotmail.com>
18926 ! ext/B/B.xs ext/B/B/C.pm
18927 ____________________________________________________________________________
18928 [ 2601] By: jhi on 1999/01/13 18:01:53
18929 Log: From: James FitzGibbon <james@ican.net>
18930 Subject: Trivial patch for HP-UX 11 and shared libperl
18931 To: perl5-porters@perl.org
18932 Date: 8 Jan 1999 19:13:23 +0200
18933 Message-ID: <MLIST_Pine.BSF.4.05.9901081110090.21785-100000@staff1.tor.accglobal.net>
18936 ____________________________________________________________________________
18937 [ 2600] By: jhi on 1999/01/13 17:59:45
18938 Log: From: "Vishal Bhatia" <vishalb@hotmail.com>
18939 Subject: [PATCH 5.005_54] B::CC::pp_rv2cv problem
18940 To: perl5-porters@perl.org
18941 Date: 8 Jan 1999 12:43:36 +0200
18942 Message-ID: <MLIST_19990108101557.4481.qmail@hotmail.com>
18945 ____________________________________________________________________________
18946 [ 2599] By: jhi on 1999/01/13 17:50:11
18947 Log: From: Robin Barker <rmb1@cise.npl.co.uk>
18948 Subject: PATCH to installperl
18949 To: perl5-porters@perl.org
18950 Date: 4 Jan 1999 16:15:18 +0200
18951 Message-ID: <MLIST_199901041350.NAA19665@cyclone.cise.npl.co.uk>
18954 ____________________________________________________________________________
18955 [ 2598] By: jhi on 1999/01/13 17:34:51
18956 Log: From: pmarquess@bfsec.bt.co.uk (Paul Marquess)
18957 To: gsar@engin.umich.edu (Gurusamy Sarathy), gbarr@pobox.com
18958 Cc: perl5-porters@perl.org
18959 Subject: PATCH DB_File 1.63 for 5.005_54 & 5.005_03
18960 Date: Tue, 29 Dec 1998 16:23:54 +0000 (GMT)
18961 Message-Id: <9812291623.AA20884@claudius.bfsec.bt.co.uk>
18963 ! ext/DB_File/Changes ext/DB_File/DB_File.pm
18964 ! ext/DB_File/DB_File.xs ext/DB_File/dbinfo ext/DB_File/typemap
18965 ____________________________________________________________________________
18966 [ 2597] By: jhi on 1999/01/13 17:30:33
18967 Log: From: David Dyck <dcd@tc.fluke.com>
18968 To: Perl Porters <perl5-porters@perl.org>,
18969 Gurusamy Sarathy <gsar@engin.umich.edu>
18970 Subject: PATCH to perl5.005_54/pod/perldsc.pod (fix typo)
18971 Date: Tue, 12 Jan 1999 11:14:19 -0800 (PST)
18972 Message-ID: <Pine.LNX.4.05.9901121111250.22568-100000@dd.tc.fluke.com>
18975 ____________________________________________________________________________
18976 [ 2596] By: jhi on 1999/01/13 17:26:44
18977 Log: From: Joshua Pritikin <joshua.pritikin@db.com>
18978 To: perl5-porters@perl.org
18979 Subject: [PATCH] modglobal w/ spelling fixes
18980 Date: Tue, 12 Jan 1999 18:06:01 -0500 (EST)
18981 Message-ID: <Pine.GSO.4.02.9901121805290.625-100000@eq1062.wks.na.deuba.com>
18984 ____________________________________________________________________________
18985 [ 2595] By: jhi on 1999/01/13 17:24:59
18986 Log: From: Hans Mulder <hansm@icgroup.nl>
18987 Optimize common sort routines. Thread started by the message
18989 From: Hans Mulder <hansm@icgroup.nl>
18990 Sender: owner-perl5-porters@perl.org
18991 To: perl5-porters@perl.org
18992 Subject: [Patch for 5.00554] From the Todo list: Optimize sort by { $a <=> $b
18993 Message-Id: <9901092156.AA03831@icgned.icgroup.nl>
18995 and the patch from the message
18997 From: Hans Mulder <hans@icgroup.nl>
18999 Cc: perl5-porters@perl.org
19000 Subject: Re: [Patch for 5.00554] From the Todo list: Optimize sort by { $a <=>
19002 Date: Wed, 13 Jan 1999 17:39:35 +0100
19003 Message-Id: <9901131639.AA17419@icgned.icgroup.nl>
19005 ! Todo op.c op.h pp_ctl.c t/op/sort.t
19006 ____________________________________________________________________________
19007 [ 2594] By: jhi on 1999/01/13 16:50:17
19008 Log: Atari MiNT port by Guido Flohr <gufl0000@stud.uni-sb.de>
19009 (the diffs were based on 5.004_02). Tested by Guido
19010 and Frank Naumann <fnaumann@prinz-atm.CS.Uni-Magdeburg.De>.
19012 + README.mint ext/POSIX/hints/mint.pl hints/mint.sh
19013 + mint/Makefile mint/README mint/errno.h mint/pwd.c mint/stdio.h
19014 + mint/sys/time.h mint/time.h
19015 ! MANIFEST doio.c malloc.c miniperlmain.c perl.c t/io/fs.t
19016 ! t/lib/safe2.t t/op/groups.t t/op/mkdir.t t/op/taint.t util.c
19017 ____________________________________________________________________________
19018 [ 2593] By: jhi on 1999/01/09 16:54:26
19022 ____________________________________________________________________________
19023 [ 2592] By: jhi on 1999/01/09 16:17:13
19024 Log: Move usethreads and use64bits logic from hints to Configure.
19026 ! Configure hints/README.hints hints/aix.sh hints/dec_osf.sh
19027 ! hints/dos_djgpp.sh hints/freebsd.sh hints/hpux.sh
19028 ! hints/irix_6.sh hints/irix_6_0.sh hints/irix_6_1.sh
19029 ! hints/linux.sh hints/os2.sh hints/solaris_2.sh hints/vmesa.sh
19030 ____________________________________________________________________________
19031 [ 2591] By: jhi on 1999/01/09 14:45:24
19032 Log: Missing dTHRs added.
19035 ____________________________________________________________________________
19036 [ 2590] By: jhi on 1999/01/08 15:27:17
19037 Log: Finalize change #2589 and add better AIX nm scanning from:
19039 Message-Id: <m0zyNW0-00017VC@gentoo.com>
19040 From: bll@gentoo.com (Brad Lanam)
19041 Subject: Re: mailhelp returned a non-zero status
19042 In-Reply-To: <199901072155.WAA14369@hptnocou.grenoble.hp.com> from Raphael Manfredi at "Jan 7, 1999 10:55:24 pm"
19043 To: ram@hptnocou.grenoble.hp.com (Raphael Manfredi)
19045 ! Configure hints/freebsd.sh hints/linux.sh
19046 ____________________________________________________________________________
19047 [ 2589] By: jhi on 1999/01/08 15:14:54
19048 Log: Undo change #2581.
19050 ! Configure hints/freebsd.sh hints/linux.sh
19051 ____________________________________________________________________________
19052 [ 2588] By: jhi on 1999/01/08 11:51:52
19053 Log: FAQ jumbo patch from tchrist.
19055 Message-Id: <199901080605.XAA20229@jhereg.perl.com>
19056 From: Tom Christiansen <tchrist@jhereg.perl.com>
19057 To: pumpkings@jhereg.perl.com
19058 Subject: newest version of perlfaq.pod
19059 Date: Thu, 7 Jan 1999 23:05:02 -0700
19061 Message-Id: <199901080605.XAA20231@jhereg.perl.com>
19062 From: Tom Christiansen <tchrist@jhereg.perl.com>
19063 To: pumpkings@jhereg.perl.com
19064 Subject: newest version of perlfaq1.pod
19065 Date: Thu, 7 Jan 1999 23:05:02 -0700
19067 Message-Id: <199901080605.XAA20233@jhereg.perl.com>
19068 From: Tom Christiansen <tchrist@jhereg.perl.com>
19069 To: pumpkings@jhereg.perl.com
19070 Subject: newest version of perlfaq2.pod
19071 Date: Thu, 7 Jan 1999 23:05:02 -0700
19073 Message-Id: <199901080605.XAA20235@jhereg.perl.com>
19074 From: Tom Christiansen <tchrist@jhereg.perl.com>
19075 To: pumpkings@jhereg.perl.com
19076 Subject: newest version of perlfaq3.pod
19077 Date: Thu, 7 Jan 1999 23:05:02 -0700
19079 Message-Id: <199901080605.XAA20237@jhereg.perl.com>
19080 From: Tom Christiansen <tchrist@jhereg.perl.com>
19081 To: pumpkings@jhereg.perl.com
19082 Subject: newest version of perlfaq4.pod
19083 Date: Thu, 7 Jan 1999 23:05:02 -0700
19085 Message-Id: <199901080605.XAA20239@jhereg.perl.com>
19086 From: Tom Christiansen <tchrist@jhereg.perl.com>
19087 To: pumpkings@jhereg.perl.com
19088 Subject: newest version of perlfaq5.pod
19089 Date: Thu, 7 Jan 1999 23:05:02 -0700
19091 Message-Id: <199901080605.XAA20241@jhereg.perl.com>
19092 From: Tom Christiansen <tchrist@jhereg.perl.com>
19093 To: pumpkings@jhereg.perl.com
19094 Subject: newest version of perlfaq6.pod
19095 Date: Thu, 7 Jan 1999 23:05:02 -0700
19097 Message-Id: <199901080605.XAA20243@jhereg.perl.com>
19098 From: Tom Christiansen <tchrist@jhereg.perl.com>
19099 To: pumpkings@jhereg.perl.com
19100 Subject: newest version of perlfaq7.pod
19101 Date: Thu, 7 Jan 1999 23:05:03 -0700
19103 Message-Id: <199901080605.XAA20245@jhereg.perl.com>
19104 From: Tom Christiansen <tchrist@jhereg.perl.com>
19105 To: pumpkings@jhereg.perl.com
19106 Subject: newest version of perlfaq8.pod
19107 Date: Thu, 7 Jan 1999 23:05:03 -0700
19109 Message-Id: <199901080605.XAA20257@jhereg.perl.com>
19110 From: Tom Christiansen <tchrist@jhereg.perl.com>
19111 To: pumpkings@jhereg.perl.com
19112 Subject: newest version of perlfaq9.pod
19113 Date: Thu, 7 Jan 1999 23:05:03 -0700
19115 ! pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq2.pod
19116 ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod
19117 ! pod/perlfaq6.pod pod/perlfaq7.pod pod/perlfaq8.pod
19119 ____________________________________________________________________________
19120 [ 2587] By: jhi on 1999/01/08 11:17:43
19121 Log: More doc fixes from Abigail.
19123 ! lib/Time/gmtime.pm lib/Time/localtime.pm lib/User/grent.pm
19124 ! lib/User/pwent.pm
19125 ____________________________________________________________________________
19126 [ 2585] By: jhi on 1999/01/08 08:31:02
19127 Log: Change #2584 from maint-5.005:
19129 implemented Ilya's suggested fix, and added a testcase
19131 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
19132 Date: Tue, 5 Jan 1999 00:56:01 -0500 (EST)
19133 Message-Id: <199901050556.AAA02597@monk.mps.ohio-state.edu>
19134 Subject: Re: Text::ParseWords: regex fix
19136 ! lib/Text/ParseWords.pm t/lib/parsewords.t
19137 ____________________________________________________________________________
19138 [ 2583] By: gbarr on 1999/01/08 04:50:03
19139 Log: From: Jarkko Hietaniemi <jhi@iki.fi>
19140 Date: Thu, 7 Jan 1999 12:47:38 +0200 (EET)
19141 Message-Id: <199901071047.MAA24100@alpha.hut.fi>
19142 Subject: [PATCH] 5.005_03-MAINT_TRIAL_2: ext/Errno_pm.PL: understand wrapper cppstdins
19143 Branch: maint-5.005/perl
19144 ! ext/Errno/Errno_pm.PL
19145 ____________________________________________________________________________
19146 [ 2581] By: jhi on 1999/01/07 16:38:03
19147 Log: Configure update:
19148 - usethreads, use64bits, and usemultiplicity
19149 are no more interactively asked by Configure
19150 - "int main()" (vs bare "main()") enforced in test programs
19152 ! Configure hints/freebsd.sh hints/linux.sh
19153 ____________________________________________________________________________
19154 [ 2580] By: jhi on 1999/01/07 11:19:12
19155 Log: From: Dan Sugalski <sugalskd@osshe.edu>
19156 Date: Wed, 06 Jan 1999 13:47:34 -0800
19157 Message-Id: <3.0.6.32.19990106134734.0334d260@ous.edu>
19158 Subject: [PATCH 5.005_02-MT2, 5.005_5x]VMS.C tweak for occasional system() error
19161 ____________________________________________________________________________
19162 [ 2579] By: jhi on 1999/01/07 09:08:36
19163 Log: Another set of doc patches from Abigail
19165 From: abigail@fnx.com
19166 Message-ID: <19990107032132.20124.qmail@alexandra.wayne.fnx.com>
19167 Subject: [PATCH 5.005_03 TRAIL2 lib/Net/hostent.pm] Typo fix
19168 Date: Wed, 6 Jan 1999 22:21:32 -0500 (EST)
19170 From: abigail@fnx.com
19171 Message-ID: <19990107032445.20178.qmail@alexandra.wayne.fnx.com>
19172 Subject: [PATCH 5.005_03 TRIAL2 lib/Net/netent.pm] Typo fix
19173 Date: Wed, 6 Jan 1999 22:24:45 -0500 (EST)
19175 From: abigail@fnx.com
19176 Message-ID: <19990107032834.20362.qmail@alexandra.wayne.fnx.com>
19177 Subject: [PATCH 5.005_03 TRAIL2 lib/Term/Complete.pm] Typo fix
19178 Date: Wed, 6 Jan 1999 22:28:34 -0500 (EST)
19180 From: abigail@fnx.com
19181 Message-ID: <19990107033136.20440.qmail@alexandra.wayne.fnx.com>
19182 Subject: [PATCH 5.005_03 TRAIL2 lib/Term/ReadLine.pm] Typo fix
19183 Date: Wed, 6 Jan 1999 22:31:36 -0500 (EST)
19185 From: abigail@fnx.com
19186 Message-ID: <19990107033351.20540.qmail@alexandra.wayne.fnx.com>
19187 Subject: [PATCH 5.005_03 TRIAL2 lib/CGI/Apache.pm] Typo fix
19188 Date: Wed, 6 Jan 1999 22:33:51 -0500 (EST)
19190 From: abigail@fnx.com
19191 Message-ID: <19990107033933.20707.qmail@alexandra.wayne.fnx.com>
19192 Subject: [PATCH 5.005_03 TRIAL2 lib/CGI/Push.pm] Typo fix
19193 Date: Wed, 6 Jan 1999 22:39:33 -0500 (EST)
19195 From: abigail@fnx.com
19196 Message-ID: <19990107034548.20936.qmail@alexandra.wayne.fnx.com>
19197 Subject: [PATCH 5.005_03 TRIAL2 lib/File/Copy.pm] Typo fixes
19198 Date: Wed, 6 Jan 1999 22:45:48 -0500 (EST)
19200 From: abigail@fnx.com
19201 Message-ID: <19990107034856.21056.qmail@alexandra.wayne.fnx.com>
19202 Subject: [PATCH 5.005_03 TRIAL2 lib/File/Spec.pm] Typo fix
19203 Date: Wed, 6 Jan 1999 22:48:56 -0500 (EST)
19205 From: abigail@fnx.com
19206 Message-ID: <19990107035113.21174.qmail@alexandra.wayne.fnx.com>
19207 Subject: [PATCH 5.005_03 TRIAL2 lib/File/Spec/Mac.pm] Typo fixes
19208 Date: Wed, 6 Jan 1999 22:51:13 -0500 (EST)
19210 From: abigail@fnx.com
19211 Message-ID: <19990107035612.21522.qmail@alexandra.wayne.fnx.com>
19212 Subject: [PATCH 5.005_03 TRIAL2 lib/Math/BigFloat.pm] Typo fix
19213 Date: Wed, 6 Jan 1999 22:56:12 -0500 (EST)
19215 From: abigail@fnx.com
19216 Message-ID: <19990107035842.21585.qmail@alexandra.wayne.fnx.com>
19217 Subject: [PATCH 5.005_03 TRIAL2 lib/Math/BigInt.pm] Typo fixes
19218 Date: Wed, 6 Jan 1999 22:58:41 -0500 (EST)
19220 From: abigail@fnx.com
19221 Message-ID: <19990107040644.22009.qmail@alexandra.wayne.fnx.com>
19222 Subject: [PATCH 5.005_03 TRIAL2 lib/Text/Wrap.pm] Typo fixes
19223 Date: Wed, 6 Jan 1999 23:06:44 -0500 (EST)
19225 From: abigail@fnx.com
19226 Message-ID: <19990107040955.22087.qmail@alexandra.wayne.fnx.com>
19227 Subject: [PATCH 5.005_03 TRIAL2 lib/Tie/Array.pm] Typo fixes
19228 Date: Wed, 6 Jan 1999 23:09:55 -0500 (EST)
19230 From: abigail@fnx.com
19231 Message-ID: <19990107041136.22174.qmail@alexandra.wayne.fnx.com>
19232 Subject: [PATCH 5.005_03 TRIAL2 lib/Tie/Hash.pm] Typo fix
19233 Date: Wed, 6 Jan 1999 23:11:36 -0500 (EST)
19235 ! lib/CGI/Apache.pm lib/CGI/Push.pm lib/File/Copy.pm
19236 ! lib/File/Spec.pm lib/File/Spec/Mac.pm lib/Math/BigFloat.pm
19237 ! lib/Math/BigInt.pm lib/Net/hostent.pm lib/Net/netent.pm
19238 ! lib/Term/Complete.pm lib/Term/ReadLine.pm lib/Text/Wrap.pm
19239 ! lib/Tie/Array.pm lib/Tie/Hash.pm
19240 ____________________________________________________________________________
19241 [ 2576] By: jhi on 1999/01/06 17:05:20
19242 Log: Change #2582 fallout: the amagic_cmp* are no more file static.
19245 ____________________________________________________________________________
19246 [ 2575] By: jhi on 1999/01/06 13:18:56
19247 Log: Enhance the great_circle_distance() documentation.
19250 ____________________________________________________________________________
19251 [ 2574] By: jhi on 1999/01/06 12:58:03
19252 Log: From: Mark Bixby <markb@spock.dis.cccd.edu>
19253 To: perlbug@perl.com
19254 Subject: [PATCH 5.005_03-MAINT_TRIAL_2] t/op/sysio.t for MPE/iX
19255 Date: Mon, 4 Jan 1999 13:34:58 -0800 (PST)
19256 Message-Id: <199901042134.NAA18852@spock.dis.cccd.edu>
19259 ____________________________________________________________________________
19260 [ 2573] By: jhi on 1999/01/06 12:40:19
19261 Log: From: "W. Phillip Moore" <wpm@ms.com>
19262 To: perlbug@perl.org
19263 Subject: [PATCH] POSIX getpgrp is not -w clean
19264 Date: Tue, 5 Jan 1999 12:40:27 -0500 (EST)
19265 Message-ID: <13970.20107.190314.549471@zappa>
19267 ! ext/POSIX/POSIX.pm
19268 ____________________________________________________________________________
19269 [ 2572] By: jhi on 1999/01/06 12:25:24
19271 From: jan.dubois@ibm.net (Jan Dubois)
19272 To: perl5-porters@perl.org
19273 Subject: [PATCH 5.005_03-MAINT_TRIAL2] fixes for PERL_OBJECT and USE_THREADS builds
19274 Date: Wed, 06 Jan 1999 01:24:09 +0100
19275 Message-ID: <3696aa85.18259325@smtp1.ibm.net>
19277 - objXSUB.h was already okay
19278 - embed.h patching is futile, global.sym patched instead
19279 - objpp.h does not exist
19280 - proto.h addition applied manually
19281 - win32/GenCAPI.pl was already okay
19282 - win32/makedef.pl was already okay
19284 ! global.sym perl.c proto.h
19285 ____________________________________________________________________________
19286 [ 2571] By: jhi on 1999/01/06 11:25:48
19287 Log: From: Slaven Rezic <eserte@cs.tu-berlin.de>
19288 To: perlbug@perl.com
19289 Subject: FindBin.pm on Win32 systems
19290 Date: Mon, 4 Jan 1999 23:01:46 +0100 (CET)
19291 Message-Id: <199901042201.XAA01875@cabulja.herceg.de>
19294 ____________________________________________________________________________
19295 [ 2570] By: jhi on 1999/01/06 11:21:48
19296 Log: From: Dan Sugalski <sugalskd@osshe.edu>
19297 To: perl5-porters@perl.org, vmsperl@perl.org
19298 Subject: [PATCH 5.005_03-MAINT_TRIAL_2]taint.c fix for VMS
19299 Date: Tue, 05 Jan 1999 16:47:31 -0800
19300 Message-Id: <3.0.6.32.19990105164731.00b5b2d0@ous.edu>
19302 (the ext/IO/lib/IO/Socket.pm was not really changed here;
19303 it was a leftover from #2569)
19305 ! ext/IO/lib/IO/Socket.pm taint.c
19306 ____________________________________________________________________________
19307 [ 2569] By: jhi on 1999/01/06 11:18:22
19308 Log: Jumbo doc patch from Abigail (almost identical to
19309 the 5.005-maint change #2562 except for the
19310 ext/IO/lib/IO/Socket.pm patch which was not
19311 applicable because the IO version of 5.005-devel
19312 is somewhat different (why?))
19314 From: abigail@fnx.com
19315 Message-ID: <19990105170142.4889.qmail@alexandra.wayne.fnx.com>
19316 Subject: [PATCH 5.005_03-TRIAL2 lib/ExtUtils/Liblist.pm] pod fixes
19317 Date: Tue, 5 Jan 1999 12:01:42 -0500 (EST)
19319 From: abigail@fnx.com
19320 Message-ID: <19990105172855.5115.qmail@alexandra.wayne.fnx.com>
19321 Subject: [PATCH 5.005_03 MAINT2 lib/ExtUtils/Commands.pm] Typo fix.
19322 Date: Tue, 5 Jan 1999 12:28:55 -0500 (EST)
19324 From: abigail@fnx.com
19325 Message-ID: <19990105173808.5260.qmail@alexandra.wayne.fnx.com>
19326 Subject: [PATCH perl5.005_03 MAINT3 lib/ExtUtils/Embed.pm] Typo fix
19327 Date: Tue, 5 Jan 1999 12:38:08 -0500 (EST)
19329 From: abigail@fnx.com
19330 Message-ID: <19990105174859.5533.qmail@alexandra.wayne.fnx.com>
19331 Subject: [PATCH 5.005_03 MAINT2 lib/ExtUtils/Install.pm] Typo fix
19332 Date: Tue, 5 Jan 1999 12:48:59 -0500 (EST)
19334 From: abigail@fnx.com
19335 Message-ID: <19990105174947.5547.qmail@alexandra.wayne.fnx.com>
19336 Subject: [PATCH 5.005_03 lib/ExtUtils/MM_Unix.pm] Typo fixes
19337 Date: Tue, 5 Jan 1999 12:49:46 -0500 (EST)
19339 From: abigail@fnx.com
19340 Message-ID: <19990105182301.5966.qmail@alexandra.wayne.fnx.com>
19341 Subject: [PATCH 5.005_03 lib/ExtUtils/MakeMaker.pm] Typos fixes.
19342 Date: Tue, 5 Jan 1999 13:23:00 -0500 (EST)
19344 From: abigail@fnx.com
19345 Message-ID: <19990105183344.6065.qmail@alexandra.wayne.fnx.com>
19346 Subject: [PATCH 5.005_03 TRIAL2 lib/ExtUtils/Manifest.pm] Typo fixes
19347 Date: Tue, 5 Jan 1999 13:33:44 -0500 (EST)
19349 From: abigail@fnx.com
19350 Message-ID: <19990105184028.6220.qmail@alexandra.wayne.fnx.com>
19351 Subject: [PATCH 5.005_03 TRIAL2 lib/ExtUtils/Mksymlists.pm] Typo fix
19352 Date: Tue, 5 Jan 1999 13:40:28 -0500 (EST)
19354 From: abigail@fnx.com
19355 Message-ID: <19990106012015.9451.qmail@alexandra.wayne.fnx.com>
19356 Subject: [PATCH 5.005_03 TRIAL2 lib/IO/Pipe.pm] Typo fixes.
19357 Date: Tue, 5 Jan 1999 20:20:15 -0500 (EST)
19359 From: abigail@fnx.com
19360 Message-ID: <19990106012047.9459.qmail@alexandra.wayne.fnx.com>
19361 Subject: [PATCH 5.005_03 TRAIL2 lib/IO/Seekable.pm] Typo fixes
19362 Date: Tue, 5 Jan 1999 20:20:47 -0500 (EST)
19364 ! ext/IO/lib/IO/Pipe.pm ext/IO/lib/IO/Seekable.pm
19365 ! lib/ExtUtils/Command.pm lib/ExtUtils/Embed.pm
19366 ! lib/ExtUtils/Install.pm lib/ExtUtils/Liblist.pm
19367 ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MakeMaker.pm
19368 ! lib/ExtUtils/Manifest.pm lib/ExtUtils/Mksymlists.pm
19369 ____________________________________________________________________________
19370 [ 2568] By: gbarr on 1999/01/06 03:13:15
19371 Log: From: jan.dubois@ibm.net (Jan Dubois)
19372 Date: Wed, 06 Jan 1999 01:24:09 +0100
19373 Message-ID: <3696aa85.18259325@smtp1.ibm.net>
19374 Subject: [PATCH 5.005_03-MAINT_TRIAL2] fixes for PERL_OBJECT and USE_THREADS builds
19375 Branch: maint-5.005/perl
19376 ! embed.h global.sym objXSUB.h objpp.h perl.c proto.h
19377 ! win32/GenCAPI.pl win32/makedef.pl
19378 ____________________________________________________________________________
19379 [ 2566] By: gbarr on 1999/01/06 02:29:05
19380 Log: From: "W. Phillip Moore" <wpm@ms.com>
19381 Date: Tue, 5 Jan 1999 12:40:27 -0500 (EST)
19382 Message-ID: <13970.20107.190314.549471@zappa>
19383 Subject: [PATCH] POSIX getpgrp is not -w clean
19384 Branch: maint-5.005/perl
19385 ! ext/POSIX/POSIX.pm
19386 ____________________________________________________________________________
19387 [ 2565] By: gbarr on 1999/01/06 02:19:00
19388 Log: From: Slaven Rezic <eserte@cs.tu-berlin.de>
19389 Date: Mon, 4 Jan 1999 23:01:46 +0100 (CET)
19390 Message-Id: <199901042201.XAA01875@cabulja.herceg.de>
19391 Subject: FindBin.pm on Win32 systems
19392 Branch: maint-5.005/perl
19394 ____________________________________________________________________________
19395 [ 2561] By: jhi on 1999/01/05 10:49:10
19396 Log: Reword the setlocale() 1-arg case better.
19398 ! ext/POSIX/POSIX.pod
19399 ____________________________________________________________________________
19400 [ 2559] By: gbarr on 1999/01/02 15:37:35
19401 Log: From: Blair Zajac <bzajac@geostaff.com>
19402 Date: Wed, 23 Dec 1998 17:13:32 -0800
19403 Message-ID: <3681953C.8B6A90AA@geostaff.com>
19404 Subject: Tie::SubstrHash patch
19405 Branch: maint-5.005/perl
19406 ! lib/Tie/SubstrHash.pm
19407 ____________________________________________________________________________
19408 [ 2554] By: jhi on 1999/01/02 14:55:06
19409 Log: Object destruction order testing.
19412 ____________________________________________________________________________
19413 [ 2553] By: jhi on 1999/01/02 14:49:40
19414 Log: perldelta the Dumpvalue.pm of change #2513.
19416 ! lib/Dumpvalue.pm pod/perldelta.pod
19417 ____________________________________________________________________________
19418 [ 2552] By: nick on 1999/01/02 14:45:38
19419 Log: Tone down Makefile.PL so it works on Win32
19421 ! ext/B/Makefile.PL
19422 ____________________________________________________________________________
19423 [ 2551] By: nick on 1999/01/02 14:06:30
19424 Log: Export constant subs from B.xs for op.h, cop.h and a few others.
19425 Use them in various B::* rather than have local defs.
19427 + ext/B/defsubs.h.PL
19428 ! ext/B/B.pm ext/B/B.xs ext/B/B/Bytecode.pm ext/B/B/C.pm
19429 ! ext/B/B/CC.pm ext/B/B/Deparse.pm ext/B/B/Lint.pm
19430 ! ext/B/B/Stackobj.pm ext/B/B/Xref.pm ext/B/Makefile.PL
19431 ____________________________________________________________________________
19432 [ 2550] By: nick on 1999/01/02 10:04:02
19433 Log: Integrate ext/B changes from //depot/cfgperl
19435 !> ext/B/B.xs ext/B/B/C.pm ext/B/B/CC.pm ext/B/B/Stackobj.pm
19436 ____________________________________________________________________________
19437 [ 2549] By: jhi on 1999/01/01 13:54:16
19438 Log: From: "Paul Holser" <Paul.Holser.pholser@nortelnetworks.com>
19439 To: perlbug@perl.com
19440 Subject: op/groups.t fails test 1 on HP-UX 10.20
19441 Date: Wed, 30 Dec 1998 15:16:12 -0600 (CST)
19442 Message-Id: <199812302116.PAA12439@crchh44c.us.nortel.com>
19445 ____________________________________________________________________________
19446 [ 2548] By: jhi on 1999/01/01 13:53:31
19447 Log: From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
19448 To: perl5-porters@perl.org
19449 cc: hv@crypt0.demon.co.uk
19450 Subject: [bug 5.004_54] duplicate error message
19451 Date: Thu, 31 Dec 1998 04:05:25 +0000
19452 Message-Id: <199812310405.EAA00386@crypt.compulink.co.uk>
19454 Message-ID: <13963.60672.134591.383377@alias-2.pr.mcs.net>
19455 From: Stephen McCamant <smccam@uclink4.berkeley.edu>
19456 To: hv@crypt0.demon.co.uk
19457 Cc: perl5-porters@perl.org
19458 Subject: [PATCH _54] Re: duplicate error message
19459 Date: Thu, 31 Dec 1998 16:10:13 -0600 (CST)
19461 Message-Id: <199901010732.HAA02926@crypt.compulink.co.uk>
19462 From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
19463 To: Stephen McCamant <smccam@uclink4.berkeley.edu>
19464 cc: hv@crypt0.demon.co.uk, perl5-porters@perl.org
19465 Subject: [TEST PATCH _54] Re: duplicate error message
19466 Date: Fri, 01 Jan 1999 07:32:14 +0000
19468 ! op.c t/pragma/warn/op
19469 ____________________________________________________________________________
19470 [ 2547] By: jhi on 1998/12/31 14:15:04
19471 Log: From: Chris Nandor <pudge@pobox.com>
19473 Cc: perl5-porters@perl.org
19474 Subject: Re: [PATCH] perlport.pod 1.38
19475 Date: Thu, 31 Dec 1998 09:06:48 -0500
19476 Message-Id: <v04020a1db2b1352ec92a@[192.168.0.77]>
19479 ____________________________________________________________________________
19480 [ 2546] By: jhi on 1998/12/31 11:18:17
19481 Log: From: Wilson P. Snyder II
19482 To: perl5-porters@perl.org
19483 Subject: [PATCH v5.5.53] REV2: Binary number support
19485 Message-ID: <199811301543.KAA15689@vulcan.maker.com>
19487 ! pod/perldata.pod pod/perldelta.pod pod/perlfunc.pod pp.c
19488 ! proto.h sv.c t/op/oct.t t/op/sprintf.t t/pragma/warn/util
19490 ____________________________________________________________________________
19491 [ 2545] By: jhi on 1998/12/31 09:27:40
19492 Log: From: "Todd C. Miller" <Todd.Miller@courtesan.com>
19493 To: perlbug@perl.com
19494 Subject: "perl -T -P" dumps core on OpenBSD and Linux
19495 Date: Wed, 30 Dec 1998 21:11:05 -0700 (MST)
19496 Message-Id: <199812310411.VAA37568@xerxes.courtesan.com>
19499 ____________________________________________________________________________
19500 [ 2544] By: jhi on 1998/12/31 09:21:45
19501 Log: From: Tim Bunce <Tim.Bunce@ig.co.uk>
19502 To: perlbug@perl.com
19503 Subject: bug in pod2man search for perl binary [5.005_5x]
19504 Date: Sat, 12 Dec 1998 23:08:51 +0000
19505 Message-ID: <19981212230851.A20578@ig.co.uk>
19508 ____________________________________________________________________________
19509 [ 2541] By: gbarr on 1998/12/30 14:37:14
19510 Log: From: jan.dubois@ibm.net (Jan Dubois)
19511 Date: Wed, 23 Dec 1998 21:26:38 +0100
19512 Message-ID: <36895086.8849224@smtp1.ibm.net>
19513 Subject: [PATCH 5.005_03m1] subdirectory Makefiles should inherit CAPI setting from command line
19514 Branch: maint-5.005/perl
19515 ! lib/ExtUtils/MakeMaker.pm
19516 ____________________________________________________________________________
19517 [ 2540] By: jhi on 1998/12/30 08:42:04
19518 Log: Evermore AUTHORS and MAINTAIN.
19521 ____________________________________________________________________________
19522 [ 2539] By: jhi on 1998/12/29 15:10:34
19523 Log: More AUTHORS and MAINTAIN.
19526 ____________________________________________________________________________
19527 [ 2537] By: jhi on 1998/12/29 14:34:47
19528 Log: From: Frank Ridderbusch <Frank.Ridderbusch@pdb.siemens.de>
19529 Date: Tue, 15 Dec 1998 16:23:12 +0100 (MET)
19530 Message-ID: <13942.32480.700000.640927@utensil>
19531 Subject: Minor Bug in AutoSplit.qm in 5.005 and 5.004
19532 (mirror change#2531 in the 5.005-maint)
19535 ____________________________________________________________________________
19536 [ 2531] By: gbarr on 1998/12/29 14:12:25
19537 Log: change in_pod pattern to /^=\w/ from /^=/
19538 From: Frank Ridderbusch <Frank.Ridderbusch@pdb.siemens.de>
19539 Date: Tue, 15 Dec 1998 16:23:12 +0100 (MET)
19540 Message-ID: <13942.32480.700000.640927@utensil>
19541 Subject: Minor Bug in AutoSplit.qm in 5.005 and 5.004
19542 Branch: maint-5.005/perl
19544 ____________________________________________________________________________
19545 [ 2525] By: jhi on 1998/12/29 13:06:26
19546 Log: From: "Vishal Bhatia" <vishalb@hotmail.com>
19547 To: perl5-porters@perl.org
19548 Subject: [PATCH 5.005_54] More minor Fixes in CC.pm/C.pm
19549 Date: 16 Dec 1998 03:17:03 +0200
19550 Message-ID: <MLIST_199812160055.QAA06272@f10.hotmail.com>
19552 ! ext/B/B/C.pm ext/B/B/CC.pm ext/B/B/Stackobj.pm
19553 ____________________________________________________________________________
19554 [ 2524] By: jhi on 1998/12/29 13:00:06
19555 Log: From: "Vishal Bhatia" <vishalb@hotmail.com>
19556 To: perl5-porters@perl.org
19557 Cc: rmb1@cise.npl.co.uk, nick@ni-s.u-net.com
19558 Subject: [PATCH 5.005_54] Re:perlcc -e 'my $x = shift; print +($x ?...' failure
19559 Date: 10 Dec 1998 08:30:02 +0200
19560 Message-ID: <MLIST_19981210061651.29891.qmail@hotmail.com>
19562 (Nick's part was applied earlier, in change #2460)
19564 ! ext/B/B.xs ext/B/B/C.pm ext/B/B/CC.pm ext/B/B/Stackobj.pm
19565 ____________________________________________________________________________
19566 [ 2523] By: jhi on 1998/12/29 12:41:31
19567 Log: From: "vishal bhatia" <vishalb@hotmail.com>
19568 To: nick@ni-s.u-net.com
19569 Cc: perl5-porters@perl.org
19570 Subject: [PATCH 5.005_54] return value of perlcc/B::CC generated functions.
19571 Date: 9 Dec 1998 06:50:30 +0200
19572 Message-ID: <MLIST_19981209043146.16829.qmail@hotmail.com>
19575 ____________________________________________________________________________
19576 [ 2522] By: jhi on 1998/12/29 12:15:18
19577 Log: From: rjk@linguist.dartmouth.edu (Ronald J. Kimball)
19578 To: perl5-porters@perl.org (Perl 5 Porters)
19579 Subject: [PATCH 5.005_54] Pod::Text.pm reformating indented paragraphs
19580 Date: 25 Dec 1998 23:02:28 +0200
19581 Message-ID: <MLIST_199812252034.PAA27812@linguist.dartmouth.edu>
19584 ____________________________________________________________________________
19585 [ 2521] By: jhi on 1998/12/29 12:07:54
19586 Log: Undo #2519 (breaks universal.c).
19589 ____________________________________________________________________________
19590 [ 2519] By: jhi on 1998/12/29 11:41:10
19591 Log: From: Joshua Pritikin <joshua.pritikin@db.com>
19592 To: perl5-porters@perl.org
19593 Cc: perl-xs@perl.org
19594 Subject: XSUB.h refinement [PATCH]
19595 Date: 18 Dec 1998 03:58:44 +0200
19596 Message-ID: <MLIST_Pine.GSO.4.02.9812171733330.589-100000@eq1062.wks.na.deuba.com>
19599 ____________________________________________________________________________
19600 [ 2518] By: jhi on 1998/12/29 11:36:19
19601 Log: From: abigail@fnx.com
19602 To: perl5-porters@perl.org (Perl Porters)
19603 Subject: [PATCH 5.005_02; lib/fields.pm] Typos in pod.
19604 Date: 28 Dec 1998 21:39:15 +0200
19605 Message-ID: <MLIST_19981228191612.8380.qmail@alexandra.wayne.fnx.com>
19608 ____________________________________________________________________________
19609 [ 2517] By: jhi on 1998/12/29 11:35:03
19610 Log: Document change #2516.
19612 ! pod/perldelta.pod
19613 ____________________________________________________________________________
19614 [ 2516] By: jhi on 1998/12/29 11:32:26
19615 Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
19616 To: perl5-porters@perl.org (Mailing list Perl5)
19617 Subject: [PATCH 5.005_53] Warn on unrecognized alpha escapes.
19618 Date: 9 Dec 1998 10:39:31 +0200
19619 Message-ID: <MLIST_199812090823.DAA17566@monk.mps.ohio-state.edu>
19621 ! pod/perldiag.pod regcomp.c toke.c
19622 ____________________________________________________________________________
19623 [ 2515] By: jhi on 1998/12/29 11:27:11
19624 Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
19625 To: perl5-porters@perl.org (Mailing list Perl5)
19626 Subject: [PATCH 5.005_53] Bugs in hairy interactions of feature in REx
19627 Date: 8 Dec 1998 09:02:04 +0200
19628 Message-ID: <MLIST_199812080637.BAA16025@monk.mps.ohio-state.edu>
19630 \G fixes (wasn't working right with //g, s///, and $_ in (?{})).
19632 ! pp_ctl.c pp_hot.c regexec.c regexp.h t/op/pat.t t/op/subst.t
19633 ____________________________________________________________________________
19634 [ 2514] By: jhi on 1998/12/29 11:21:31
19635 Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
19636 To: perl5-porters@perl.org (Mailing list Perl5)
19637 Subject: [PATCH 5.005_53] Regexp tests and UTF8
19638 Date: 8 Dec 1998 07:02:01 +0200
19639 Message-ID: <MLIST_199812080447.XAA05297@monk.mps.ohio-state.edu>
19642 ____________________________________________________________________________
19643 [ 2513] By: jhi on 1998/12/29 11:18:34
19644 Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
19645 Subject: [PATCH 5.005_*] Dumpvar.pm
19646 To: perl5-porters@perl.org (Mailing list Perl5)
19647 Date: 7 Dec 1998 10:17:35 +0200
19648 Message-ID: <MLIST_199812070744.CAA18949@monk.mps.ohio-state.edu>
19652 ____________________________________________________________________________
19653 [ 2511] By: gbarr on 1998/12/28 14:55:28
19654 Log: From: jan.dubois@ibm.net (Jan Dubois)
19655 Date: Tue, 01 Dec 1998 00:07:33 +0100
19656 Message-ID: <366921b5.14512598@smtp1.ibm.net>
19657 Subject: Re: 5.005_03-MAINT-TRIAL1, [PATCH] to compile on Win32
19659 From: jan.dubois@ibm.net (Jan Dubois)
19660 Date: Wed, 02 Dec 1998 00:24:54 +0100
19661 Message-ID: <366a77bb.19498126@smtp1.ibm.net>
19662 Subject: Re: 5.005_03-MAINT-TRIAL1, [PATCH] spaces in filenames support
19663 Branch: maint-5.005/perl
19664 ! perl.h proto.h taint.c win32/GenCAPI.pl win32/Makefile
19665 ! win32/config.bc win32/config.gc win32/config.vc
19666 ! win32/config_sh.PL win32/makedef.pl
19667 ____________________________________________________________________________
19668 [ 2509] By: jhi on 1998/12/28 13:00:31
19669 Log: Kickstart AUTHORS and MAINTAIN.
19673 ____________________________________________________________________________
19674 [ 2508] By: jhi on 1998/12/28 08:04:00
19675 Log: From: Nathan Torkington <gnat@frii.com>
19676 To: perlbug@perl.com
19677 Subject: [PATCH] perlxstut.pod fix
19678 Date: Sat, 26 Dec 1998 14:28:21 +1300 (NZDT)
19679 Message-ID: <13956.15285.933914.320849@localhost.frii.com>
19681 ! pod/perlxstut.pod
19682 ____________________________________________________________________________
19683 [ 2507] By: jhi on 1998/12/28 07:59:00
19684 Log: From: abigail@fnx.com
19685 To: perlbug@perl.com
19686 Subject: [PATCH 5.005_02] Re: m// doc is buggy (was Re: m'$foo' is undocumented)
19687 Date: Wed, 23 Dec 1998 22:59:59 -0500 (EST)
19688 Message-ID: <19981224035959.16994.qmail@alexandra.wayne.fnx.com>
19689 (slightly modified, a part of the patch was rejected)
19690 (strange, I thought I had already submitted this one
19691 but Perforce disagrees with me...)
19694 ____________________________________________________________________________
19695 [ 2506] By: jhi on 1998/12/28 07:56:59
19696 Log: From: Artur <artur@vogon-solutions.com>
19697 To: perlbug@perl.com
19698 Subject: PATCH: perlmodlib.pod
19699 Date: Fri, 25 Dec 1998 00:48:39 +0000
19700 Message-ID: <3682E0E7.EBFB5D65@vogon-solutions.com>
19702 ! pod/perlmodlib.pod pod/perlop.pod
19703 ____________________________________________________________________________
19704 [ 2505] By: jhi on 1998/12/28 07:46:06
19705 Log: From: abigail@fnx.com
19706 To: perl5-porters@perl.org (Perl Porters)
19707 Subject: [PATCH 5.005_02] Typo in documentation of pod2html.
19708 Date: Wed, 23 Dec 1998 22:32:07 -0500 (EST)
19709 Message-ID: <19981224033207.16751.qmail@alexandra.wayne.fnx.com>
19712 ____________________________________________________________________________
19713 [ 2504] By: jhi on 1998/12/28 07:44:35
19714 Log: From: Jim Avera <avera@fjst.com>
19715 To: perlbug@perl.com
19716 Subject: perlbug bug - shows dates reversed
19717 Date: Wed, 23 Dec 1998 18:08:56 -0800 (PST)
19718 Message-Id: <199812240208.SAA27616@membrane.ssd.hal.com>
19721 ____________________________________________________________________________
19722 [ 2503] By: jhi on 1998/12/28 07:41:39
19723 Log: From: jan.dubois@ibm.net (Jan Dubois)
19724 To: makemaker@franz.ww.TU-Berlin.DE, perl5-porters@perl.org
19725 Subject: [PATCH 5.005_03m1] subdirectory Makefiles should inherit CAPI setting from command line
19726 Date: Wed, 23 Dec 1998 21:26:38 +0100
19727 Message-ID: <36895086.8849224@smtp1.ibm.net>
19729 ! lib/ExtUtils/MakeMaker.pm
19730 ____________________________________________________________________________
19731 [ 2502] By: jhi on 1998/12/28 07:39:20
19732 Log: From: Blair Zajac <bzajac@geostaff.com>
19733 To: perl5-porters@perl.org
19734 Subject: Tie::SubstrHash patch
19735 Date: Wed, 23 Dec 1998 17:13:32 -0800
19736 Message-ID: <3681953C.8B6A90AA@geostaff.com>
19738 ! lib/Tie/SubstrHash.pm
19739 ____________________________________________________________________________
19740 [ 2501] By: jhi on 1998/12/28 07:37:16
19741 Log: From: Alan.Harder@Ebay.Sun.COM (Alan Harder)
19742 To: perlbug@perl.com
19743 Subject: perlfaq9 minor error
19744 Date: Wed, 23 Dec 1998 14:54:19 -0800
19745 Message-Id: <199812232254.OAA05986@moshpit.EBay.Sun.COM>
19748 ____________________________________________________________________________
19749 [ 2500] By: jhi on 1998/12/23 10:38:18
19750 Log: More porting notes about filesystems, AmigaOS, and MiNT.
19753 ____________________________________________________________________________
19754 [ 2499] By: jhi on 1998/12/22 09:26:49
19755 Log: Add few MSG_ and uio constants.
19757 ! ext/Socket/Socket.pm ext/Socket/Socket.xs iperlsys.h
19758 ____________________________________________________________________________
19759 [ 2498] By: jhi on 1998/12/22 08:39:30
19760 Log: Slight recoding of util.c:repeatcpy() to circumnavigate
19761 a Digital C compiler optimizer bug that broke the 'x'
19762 operator under certain circumstances. See t/op/repeat.t
19763 test #20 for graphic details. Reported in
19765 From: Gisle Aas <gisle@aas.no>
19766 To: Mark Martinec <Mark.Martinec@nsc.ijs.si>
19767 Cc: ach@xray.mpe.mpg.de, cpan-testers@perl.org, perl5-porters@perl.org
19768 Subject: Re: Digest-MD5-2.00 test fails on DEC Alpha - a patch
19769 Date: 18 Dec 1998 14:27:40 +0100
19770 Message-ID: <m37lvpa8c3.fsf@furu.g.aas.no>
19772 and discussed further in the thread
19774 From: Jarkko Hietaniemi <jhi@iki.fi>
19775 To: Gisle Aas <gisle@aas.no>
19776 Cc: Mark Martinec <Mark.Martinec@nsc.ijs.si>, ach@xray.mpe.mpg.de,
19777 cpan-testers@perl.org, perl5-porters@perl.org
19778 Subject: x operator broken in DEC Alpha for 8-bit characters (Re: Digest-MD5-2.00 test fails on DEC Alpha - a patch)
19779 Date: Fri, 18 Dec 1998 16:18:37 +0200 (EET)
19780 Message-ID: <13946.25661.193449.138023@alpha.hut.fi>
19782 ! t/op/repeat.t util.c
19783 ____________________________________________________________________________
19784 [ 2497] By: jhi on 1998/12/21 14:18:57
19785 Log: Change #2483 update.
19788 ____________________________________________________________________________
19789 [ 2496] By: jhi on 1998/12/21 14:07:41
19790 Log: Update on change #2493.
19793 ____________________________________________________________________________
19794 [ 2495] By: jhi on 1998/12/21 13:52:00
19795 Log: Change #2487 aftershock.
19798 ____________________________________________________________________________
19799 [ 2494] By: jhi on 1998/12/21 12:35:00
19800 Log: From: Chris Nandor <pudge@pobox.com>
19801 To: perl5-porters@perl.org
19802 Subject: [PATCH] perlport.pod v1.37
19803 Date: Sat, 19 Dec 1998 12:54:34 -0500
19804 Message-Id: <v04020a03b2a194aaa676@[192.168.0.77]>
19807 ____________________________________________________________________________
19808 [ 2493] By: jhi on 1998/12/21 12:22:44
19809 Log: From: Mark-Jason Dominus <mjd@plover.com>
19810 To: perl5-porters@perl.com
19811 Subject: PATCH (5.005_02): Dejargonizing
19812 Date: Sun, 20 Dec 1998 14:35:20 -0500
19813 Message-ID: <19981220193520.11230.qmail@plover.com>
19815 From: Mark-Jason Dominus <mjd@plover.com>
19816 To: perl5-porters@perl.com
19817 Subject: PATCH (5.005_02): Spelling correction in warning message
19818 Date: Sun, 20 Dec 1998 13:51:30 -0500
19819 Message-ID: <19981220185130.11067.qmail@plover.com>
19822 ____________________________________________________________________________
19823 [ 2492] By: jhi on 1998/12/21 09:00:05
19824 Log: From: "Vishal Bhatia" <vishalb@hotmail.com>
19825 To: perl5-porters@perl.org
19826 Subject: [PATCH 5.005_54] pp_next/pp_last/pp_redo problems
19827 Date: Sun, 20 Dec 1998 19:03:25 PST
19828 Message-ID: <19981221030326.27660.qmail@hotmail.com>
19830 (slightly reformatted)
19833 ____________________________________________________________________________
19834 [ 2491] By: nick on 1998/12/20 14:21:29
19835 Log: Save _all_ GV's which have SV, AV or HV set.
19838 ____________________________________________________________________________
19839 [ 2490] By: jhi on 1998/12/18 15:13:19
19840 Log: Add idea about generalising cpp symbol probing of Errno.
19843 ____________________________________________________________________________
19844 [ 2489] By: jhi on 1998/12/18 14:47:57
19845 Log: Address some of the issues of:
19847 From: Tom Christiansen <tchrist@jhereg.perl.com>
19848 To: perl-porters-active@jhereg.perl.com
19849 Subject: Undocumentation Issues for 5.005
19850 Date: Thu, 17 Dec 1998 14:46:24 -0700
19851 Message-Id: <199812172146.OAA05316@jhereg.perl.com>
19853 ! pod/perl5005delta.pod
19854 ____________________________________________________________________________
19855 [ 2488] By: jhi on 1998/12/18 11:26:32
19856 Log: From: root <root@dubravka.in-berlin.de>
19857 To: perlbug@perl.com
19858 Cc: k@dubravka.in-berlin.de
19859 Subject: Please add no_modify to PERL_POLLUTE
19860 Date: Fri, 18 Dec 1998 10:45:52 +0100
19861 Message-Id: <199812180945.KAA05275@dubravka.in-berlin.de>
19863 (Really from Andreas König)
19866 ____________________________________________________________________________
19867 [ 2487] By: jhi on 1998/12/17 14:05:52
19868 Log: Some (by far not all) issues of the below message addressed.
19870 From: Tom Christiansen <tchrist@jhereg.perl.com>
19871 To: The Perl Porters Mailing List <perl5-porters@perl.org>
19872 Subject: important UNDOC issues for 5.005_54
19873 Date: Wed, 16 Dec 1998 21:14:53 -0700
19874 Message-Id: <199812170414.VAA25860@jhereg.perl.com>
19876 ! lib/warning.pm pod/perl5005delta.pod pod/perldelta.pod
19877 ____________________________________________________________________________
19878 [ 2486] By: jhi on 1998/12/17 12:47:15
19879 Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
19880 To: domo@computer.org
19881 Cc: jhi@iki.fi, perl5-porters@perl.org
19882 Subject: Re: stuff related to malloc.c
19883 Date: Wed, 16 Dec 1998 16:40:27 -0500 (EST)
19884 Message-Id: <199812162140.QAA04925@monk.mps.ohio-state.edu>
19887 ____________________________________________________________________________
19888 [ 2485] By: jhi on 1998/12/17 12:17:19
19889 Log: More porting notes.
19891 ! Porting/pumpkin.pod
19892 ____________________________________________________________________________
19893 [ 2484] By: jhi on 1998/12/15 08:38:05
19894 Log: Undo #2386 and #2205.
19897 ____________________________________________________________________________
19898 [ 2483] By: jhi on 1998/12/14 17:58:35
19899 Log: lib was missing from @INC.
19902 ____________________________________________________________________________
19903 [ 2482] By: jhi on 1998/12/14 17:52:42
19904 Log: Was missing use Text::Wrap.
19907 ____________________________________________________________________________
19908 [ 2481] By: jhi on 1998/12/14 16:00:22
19909 Log: nlist.h not yet Configure-probed but DynaLoader Linux-hinted.
19911 From: Jonathan Roy <roy@idle.com>
19912 To: perl5-porters@perl.org
19913 Subject: nlist.h add to Configure checks?
19914 Date: Sun, 13 Dec 1998 22:22:49 -0500
19915 Message-Id: <4.1.19981213221847.00a3e100@pop-server.tampabay.rr.com>
19917 + ext/DynaLoader/hints/linux.pl
19919 ____________________________________________________________________________
19920 [ 2480] By: jhi on 1998/12/14 15:02:44
19921 Log: Give up completely using nm in AIX.
19923 From: "Kurt D. Starsinic" <kstar@chapin.edu>
19924 To: Gurusamy Sarathy <gsar@engin.umich.edu>, Jarkko Hietaniemi <jhi@iki.fi>
19925 Cc: perl5-porters@perl.org
19926 Subject: [PATCH 5.005_54] AIX 4.3.1.0 fails to locate some functions
19927 Date: Thu, 10 Dec 1998 00:51:46 -0500
19928 Message-ID: <19981210005146.B29986@O2.chapin.edu>
19931 ____________________________________________________________________________
19932 [ 2479] By: jhi on 1998/12/14 14:39:52
19933 Log: AIX' error messages are different.
19935 From: "Kurt D. Starsinic" <kstar@chapin.edu>
19936 To: Gurusamy Sarathy <gsar@engin.umich.edu>
19937 Cc: perl5-porters@perl.org
19938 Subject: [PATCH 5.005_54] AIX 4.1.3.0 fails pragma/warning.t
19939 Date: Thu, 10 Dec 1998 00:42:36 -0500
19940 Message-ID: <19981210004236.A29986@O2.chapin.edu>
19942 From: Michael Engel <engel@nms1.cc.huji.ac.il>
19943 To: perlbug@perl.com
19944 Subject: erroes in installing perl5*53 on IBM RS6000, aix 4.1
19945 Date: Mon, 14 Dec 1998 16:15:20 +0200 (IST)
19946 Message-ID: <Pine.A41.4.05_heb2.07.9812141609500.58712-300000@nms1.cc.huji.ac.il>
19948 ! t/pragma/warn/doio
19949 ____________________________________________________________________________
19950 [ 2475] By: jhi on 1998/12/13 12:35:55
19951 Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
19953 Cc: Carl_Adler@idx.com, perl5-porters@perl.org
19954 Subject: Re: stuff related to malloc.c
19955 Date: Sat, 12 Dec 1998 19:39:44 -0500 (EST)
19956 Message-Id: <199812130039.TAA21704@monk.mps.ohio-state.edu>
19959 ____________________________________________________________________________
19960 [ 2474] By: jhi on 1998/12/13 12:32:42
19961 Log: Some notes about porting issues.
19963 ! Porting/pumpkin.pod
19964 ____________________________________________________________________________
19965 [ 2473] By: jhi on 1998/12/13 12:03:58
19966 Log: From: Laszlo Molnar <ml1050@freemail.c3.hu>
19967 To: Perl 5 Porters <perl5-porters@perl.org>
19968 Subject: [patch 5.005_02] dos-djgpp update
19969 Date: Sun, 13 Dec 1998 00:08:44 +0100
19970 Message-ID: <19981213000844.C264@beeblebrox>
19972 ! djgpp/config.over
19973 ____________________________________________________________________________
19974 [ 2472] By: gbarr on 1998/12/12 17:12:28
19975 Log: undo changes to Exporter.pm from #2312
19976 Branch: maint-5.005/perl
19978 ____________________________________________________________________________
19979 [ 2465] By: jhi on 1998/12/12 12:31:21
19980 Log: Document that qw() taints.
19982 From: Christian Burger <burger@terra.mpikg-teltow.mpg.de>
19983 To: perlbug@perl.com
19984 Subject: taint problems
19985 Date: Sun, 1 Nov 1998 22:28:41 +0100 (MET)
19986 Message-Id: <199811012128.WAA23381@terra.mpikg-teltow.mpg.de>
19989 ____________________________________________________________________________
19990 [ 2464] By: jhi on 1998/12/11 14:09:51
19991 Log: From: Horst von Brand <vonbrand@sleipnir.valparaiso.cl>
19992 To: dist-users@foretune.co.jp
19993 Subject: (dist-users 871) dist-3.0@70 generates lots of main() without type
19994 Date: Mon, 07 Dec 1998 20:13:04 -0400
19995 Message-Id: <199812072313.UAA06181@sleipnir.valparaiso.cl>
19998 ____________________________________________________________________________
19999 [ 2463] By: jhi on 1998/12/11 13:29:54
20003 ____________________________________________________________________________
20004 [ 2462] By: jhi on 1998/12/11 08:37:58
20005 Log: From: Mark Kettenis <kettenis@phys.uva.nl>
20006 To: perl5-porters@perl.org
20007 Subject: [PATCH]5.005_54 (CONFIG) Added support for GNU/Hurd
20008 Date: Thu, 10 Dec 1998 22:00:57 +0100 (CET)
20009 Message-Id: <199812102100.WAA00097@delius.kettenis.nl>
20012 ____________________________________________________________________________
20013 [ 2461] By: nick on 1998/12/10 21:00:50
20014 Log: Date: Wed, 09 Dec 1998 22:16:50 PST
20015 From: Vishal Bhatia <vishalb@hotmail.com>
20016 1. Fixes the bug reported by Robin Barker <rmb1@cise.npl.co.uk>
20017 2. Fixes the bug regarding return value of c-functions generated out
20018 of perl subs. ( Just includes the patch I sent earlier)
20019 3. Incorporates the other changes that need to be done to get CC.pm
20020 use ISA search for packages and methods on the same lines as C.pm
20022 Vishal would appreciate comments about B::Stackobj changes from
20023 someone knowing that module well.
20025 ! ext/B/B/C.pm ext/B/B/CC.pm ext/B/B/Stackobj.pm
20026 ____________________________________________________________________________
20027 [ 2460] By: jhi on 1998/12/08 08:11:27
20028 Log: Integrate from mainperl.
20030 !> Changes ext/B/B.pm ext/B/B.xs ext/B/B/C.pm ext/B/B/CC.pm
20031 !> ext/B/B/Deparse.pm perl.h pod/perl.pod pod/perl5005delta.pod
20032 !> pod/perldiag.pod pod/perlfunc.pod pp_sys.c t/lib/io_unix.t
20034 ____________________________________________________________________________
20035 [ 2459] By: jhi on 1998/12/07 07:50:11
20036 Log: From: hansm@icgroup.nl
20037 Subject: Not OK: perl 5.00503 +MAINT_TRIAL_1 on OPENSTEP-Mach 4_1 (UNINSTALLED)
20038 Reply-To: hansmu@xs4all.nl
20039 To: perlbug@perl.com
20040 Date: Sun, 6 Dec 98 22:19:54 +0100
20041 Message-Id: <9812062116.AA26445@icgned.icgroup.nl>
20044 ____________________________________________________________________________
20045 [ 2458] By: gsar on 1998/12/07 06:00:55
20046 Log: fix dup lexical
20048 ! ext/B/B/Deparse.pm t/lib/io_unix.t
20049 ____________________________________________________________________________
20050 [ 2457] By: gsar on 1998/12/06 14:38:59
20051 Log: mention limit on line numbers reported by diagnostics
20053 ! pod/perl.pod toke.c
20054 ____________________________________________________________________________
20055 [ 2456] By: gsar on 1998/12/06 13:49:02
20056 Log: branch perldelta.pod
20057 Branch: maint-5.005/perl
20058 +> pod/perldelta.pod
20059 ____________________________________________________________________________
20060 [ 2455] By: gsar on 1998/12/06 13:47:21
20061 Log: clobber perldelta.pod to reestablish branch from perl5005delta.pod
20062 Branch: maint-5.005/perl
20063 - pod/perldelta.pod
20064 ____________________________________________________________________________
20065 [ 2454] By: gsar on 1998/12/06 13:35:31
20066 Log: fix outdated/incorrect info about arbitrary limits
20068 ! Changes perl.h pod/perl.pod pod/perl5005delta.pod
20069 ! pod/perldiag.pod pod/perlfunc.pod pp_sys.c util.c
20070 ____________________________________________________________________________
20071 [ 2453] By: nick on 1998/12/05 16:14:42
20072 Log: Avoid hard-coding op numbers
20073 Update CC.pm to save %INC, and to co-exist with new C.pm
20075 ! ext/B/B.pm ext/B/B.xs ext/B/B/C.pm ext/B/B/CC.pm
20076 ____________________________________________________________________________
20077 [ 2452] By: nick on 1998/12/05 10:44:28
20078 Log: B.xs had its own code to calculate hash() which differed from
20079 PERL_HASH in hv.h - so all saved HV's were mangled - including %INC
20080 which meant that run-time require was re-done.
20081 Removed some debug from C.pm
20083 ! ext/B/B.xs ext/B/B/C.pm
20084 ____________________________________________________________________________
20085 [ 2451] By: nick on 1998/12/04 21:58:49
20086 Log: Snapshot of re-worked B::C which compiles Tk apps at least as
20087 well as _54, but with pre-scan for classes and save the ISA scheme.
20090 ____________________________________________________________________________
20091 [ 2450] By: nick on 1998/12/04 17:58:44
20092 Log: Vishal Bhatia's patch as a basis.
20094 ! ext/B/B/C.pm ext/B/B/CC.pm
20095 ____________________________________________________________________________
20096 [ 2449] By: jhi on 1998/12/04 16:39:21
20097 Log: Integrate from mainperl.
20099 !> t/op/goto.t t/op/tr.t
20100 ____________________________________________________________________________
20101 [ 2448] By: gsar on 1998/12/04 06:06:49
20102 Log: tweak test for UTEST
20105 ____________________________________________________________________________
20106 [ 2444] By: jhi on 1998/12/03 14:37:22
20107 Log: s/\bthe the\b/the/g *.pod
20109 ! pod/perlfaq8.pod pod/perlfunc.pod pod/perlguts.pod
20110 ____________________________________________________________________________
20111 [ 2443] By: jhi on 1998/12/03 13:39:53
20112 Log: Change#2441 aftermath.
20114 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
20115 ! config_h.SH thread.h vms/subconfigure.com
20116 ____________________________________________________________________________
20117 [ 2441] By: jhi on 1998/12/03 08:15:13
20118 Log: From: Dan Sugalski <sugalskd@osshe.edu>
20119 To: perl5-porters@perl.org, vmsperl@cor.newman.upenn.edu
20120 Subject: [PATCH 5.005_54]Initial VMS patches
20121 Date: 3 Dec 1998 01:05:55 +0200
20122 Message-ID: <MLIST_3.0.6.32.19981202141057.0339a7f0@ous.edu>
20124 The patch to config_h.SH requires more study because
20125 metaconfig needs to agree.
20127 ! config_h.SH configure.com global.sym lib/ExtUtils/MM_VMS.pm
20128 ! t/lib/textfill.t t/pragma/warning.t vms/descrip_mms.template
20129 ! vms/gen_shrfls.pl vms/subconfigure.com vms/vmsish.h
20130 ____________________________________________________________________________
20131 [ 2440] By: gsar on 1998/12/03 01:32:16
20132 Log: add failed check-in of goto.t from change#1867
20135 ____________________________________________________________________________
20136 [ 2437] By: jhi on 1998/12/02 18:03:51
20137 Log: Fix most of the bad L<> links of
20139 From: Tom Christiansen <tchrist@jhereg.perl.com>
20140 Subject: bad L<> links
20141 Reply-to: tchrist@perl.com
20142 To: perlbug@jhereg.perl.com
20143 Date: Tue, 11 Aug 1998 10:58:07 -0500
20144 Message-Id: <199808111658.KAA00484@jhereg.perl.com>
20146 The ones not fixed may require darker Pod::HTML magic,
20147 for example the perlguts.html#tags should work fine, IMHO.
20149 ! pod/perl5005delta.pod pod/perlcall.pod pod/perldata.pod
20150 ! pod/perldiag.pod pod/perlfaq5.pod pod/perlfaq7.pod
20151 ! pod/perlfunc.pod pod/perlguts.pod pod/perllocale.pod
20152 ! pod/perlobj.pod pod/perlport.pod pod/perlsub.pod
20154 ____________________________________________________________________________
20155 [ 2436] By: jhi on 1998/12/02 16:35:04
20156 Log: One paste too many in #2345.
20159 ____________________________________________________________________________
20160 [ 2435] By: jhi on 1998/12/02 16:32:33
20161 Log: Pod::Html and Pod::Text were not locale-savvy:
20162 for example in =head1 all non-ASCII-\w-runs were
20163 turned into underscores in NAME tags. This could
20164 result in several NAME tags becoming identical.
20167 From: Fyodor Krasnov <fyodor@aha.ru>
20168 Subject: pod2html vs Russian Characters
20169 To: Tom.Christiansen@snn.aha.ru, tchrist@perl.com
20170 Date: Tue, 24 Nov 1998 19:00:36 +0300 (MSK)
20171 Message-Id: <199811241600.TAA05149@stat.aha.ru>
20173 ! lib/Pod/Html.pm lib/Pod/Text.pm
20174 ____________________________________________________________________________
20175 [ 2434] By: jhi on 1998/12/02 10:29:00
20176 Log: The real Mc5_54 integration.
20178 !> Changes MANIFEST pod/perlhist.pod pp_hot.c
20179 ____________________________________________________________________________
20180 [ 2433] By: jhi on 1998/12/02 08:52:13
20181 Log: From: Andy Dougherty <doughera@lafayette.edu>
20182 To: Perl Porters <perl5-porters@perl.org>
20183 Subject: [PATCH 5.005_xx] Missing redirection of simple test program
20184 Date: Tue, 1 Dec 1998 13:40:12 -0500 (EST)
20185 Message-Id: <Pine.SUN.3.96.981201133546.4288K-100000@newton.phys>
20188 ____________________________________________________________________________
20189 [ 2432] By: jhi on 1998/12/02 08:49:47
20190 Log: From: Andy Dougherty <doughera@lafayette.edu>
20191 To: Perl Porters <perl5-porters@perl.org>
20192 Subject: [PATCH 5.005_xx] erroneous 'none' in lddlflags
20193 Date: Tue, 1 Dec 1998 12:50:27 -0500 (EST)
20194 Message-Id: <Pine.SUN.3.96.981201124929.4288H-100000@newton.phys>
20197 ____________________________________________________________________________
20198 [ 2431] By: jhi on 1998/12/01 16:11:50
20199 Log: From: achampio@lehman.com (Alan Champion)
20200 Subject: Not OK: perl 5.00503 +MAINT_TRIAL_1 on sun4-solaris 2.3 (UNINSTALLED)
20201 To: perlbug@perl.com
20202 Date: 1 Dec 1998 17:36:33 +0200
20203 Message-ID: <MLIST_9812011518.AA00005@lonhpov1.lehman.com>
20208 ____________________________________________________________________________
20209 [ 2430] By: gsar on 1998/12/01 12:12:50
20210 Log: 5.005_54, as released
20212 ! Changes MANIFEST pod/perlhist.pod pp_hot.c
20213 ____________________________________________________________________________
20214 [ 2429] By: jhi on 1998/12/01 11:28:39
20215 Log: From: Anton Berezin <tobez@plab.ku.dk>
20216 To: perl5-porters@perl.org
20217 Subject: [PATCH 5.005_54] Configure - hints/freebsd.sh signal handler type
20218 Date: 30 Nov 1998 19:46:24 +0100
20219 Message-ID: <864srhhvcv.fsf@lion.plab.ku.dk>
20222 ____________________________________________________________________________
20223 [ 2428] By: jhi on 1998/12/01 11:08:16
20224 Log: Integrate from _54 mainperl modulo the NetBSD ifdef in util.c.
20226 +> (branch 30 files)
20227 !> (integrate 71 files)
20228 ____________________________________________________________________________
20229 [ 2427] By: jhi on 1998/12/01 10:51:37
20230 Log: Default to accepting a hinted $randfunc even when $csym
20231 does not find it. (the previous defaylt behaviour was not
20235 ____________________________________________________________________________
20236 [ 2426] By: jhi on 1998/12/01 10:13:03
20237 Log: Separated the [:foo:] parsing to its own function.
20241 ____________________________________________________________________________
20242 [ 2425] By: jhi on 1998/12/01 08:22:49
20243 Log: Typo in comments.
20246 ____________________________________________________________________________
20247 [ 2424] By: jhi on 1998/12/01 08:21:38
20248 Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
20249 Subject: [PATCH 5.005_*] Debugger 'v' command
20250 To: perl5-porters@perl.org (Mailing list Perl5)
20251 Date: 1 Dec 1998 07:55:11 +0200
20252 Message-ID: <MLIST_199812010534.AAA21371@monk.mps.ohio-state.edu>
20255 ____________________________________________________________________________
20256 [ 2423] By: jhi on 1998/12/01 08:19:08
20257 Log: From: pvhp@forte.com (Peter Prymmer)
20258 Subject: [PATCH 5.005_03t1 && 5.005_54]dll linkage side decks for OS/390
20259 To: perl5-porters@perl.org
20260 Date: 1 Dec 1998 07:27:11 +0200
20261 Message-ID: <MLIST_9812010508.AA07791@forte.com>
20264 ____________________________________________________________________________
20265 [ 2417] By: jhi on 1998/11/30 08:14:00
20266 Log: s/SCM_CREDENTIALSS/SCM_CREDENTIAL/
20268 ! ext/Socket/Socket.xs
20269 ____________________________________________________________________________
20270 [ 2416] By: jhi on 1998/11/30 08:00:15
20271 Log: Undo #2395, seems more like a problem in netbsd-current.
20279 ____________________________________________________________________________
20280 [ 2414] By: gsar on 1998/11/30 02:23:55
20281 Log: more JPL tweaks
20283 - jpl/JNI/MANIFEST jpl/PerlInterpreter/Makefile
20284 ! Changes MANIFEST jpl/JNI/JNI.pm jpl/README
20285 ____________________________________________________________________________
20286 [ 2413] By: gsar on 1998/11/30 01:35:56
20287 Log: stub bin/jpl that just runs JPL::Compile::files()
20290 ____________________________________________________________________________
20291 [ 2412] By: gsar on 1998/11/30 01:32:14
20292 Log: delete symlink
20295 ____________________________________________________________________________
20296 [ 2410] By: gsar on 1998/11/30 01:30:44
20297 Log: branch jpl from perlext to perl
20299 +> (branch 30 files)
20300 ____________________________________________________________________________
20301 [ 2407] By: gsar on 1998/11/30 01:24:53
20302 Log: JPL tweaks to build with 5.005
20304 ! jpl/JNI/JNI.xs jpl/JNI/typemap jpl/JPL/Compile.pm
20305 ! jpl/PerlInterpreter/PerlInterpreter.c jpl/README
20306 ____________________________________________________________________________
20307 [ 2406] By: gsar on 1998/11/30 00:55:54
20308 Log: integrate changes#2273,2274,2288,2291 from maint-5.004
20310 ! Porting/patchls doio.c lib/Sys/Syslog.pm t/op/die_exit.t
20311 ____________________________________________________________________________
20312 [ 2405] By: gsar on 1998/11/30 00:28:55
20313 Log: patchlevel up to 54
20315 ! patchlevel.h win32/Makefile win32/config_H.bc
20316 ! win32/config_H.gc win32/config_H.vc win32/makefile.mk
20317 ____________________________________________________________________________
20318 [ 2403] By: gsar on 1998/11/29 23:35:50
20319 Log: integrate cfgperl changes into mainline
20321 !> Configure Porting/Glossary Porting/config.sh Porting/config_H
20322 !> config_h.SH pod/perlfunc.pod t/op/grent.t t/op/pwent.t util.c
20323 ____________________________________________________________________________
20324 [ 2402] By: gsar on 1998/11/29 23:08:42
20325 Log: sync Text::Wrap version number
20328 ____________________________________________________________________________
20329 [ 2401] By: gsar on 1998/11/29 22:56:21
20330 Log: textfill.t tweak
20333 ____________________________________________________________________________
20334 [ 2400] By: gsar on 1998/11/29 22:50:41
20335 Log: update to Text::Wrap 98.112901 from David Muir Sharnoff
20339 ! MANIFEST lib/Text/Wrap.pm
20340 ____________________________________________________________________________
20341 [ 2399] By: gsar on 1998/11/29 22:28:05
20342 Log: updated to Text::Wrap 98.112801 from CPAN; one published change
20343 has happened without the authors knowledge or consent; the subversive
20344 version (which is in 5.00502) breaks one of the tests in the
20345 authors testsuite; attempts are being made to find a fix that
20346 avoids breaking code already running with the 5.005_02 version
20347 From: David Muir Sharnoff <muir@idiom.com>
20348 Date: Sat, 28 Nov 1998 04:34:17 PST
20349 Message-Id: <199811281234.EAA03082@idiom.com>
20350 Subject: Updated Text::Wrap, Time::ParseDate, File::Flock
20352 ! lib/Text/Wrap.pm t/lib/textwrap.t
20353 ____________________________________________________________________________
20354 [ 2397] By: nick on 1998/11/29 20:13:58
20355 Log: Update docs and English.pm for $^C
20357 ! lib/English.pm pod/perlvar.pod
20358 ____________________________________________________________________________
20359 [ 2396] By: jhi on 1998/11/29 20:13:03
20363 ____________________________________________________________________________
20364 [ 2395] By: jhi on 1998/11/29 19:59:12
20365 Log: Newer NetBSDs don't have NSIG in <sys/signal.h>, they need <signal.h>.
20368 ____________________________________________________________________________
20369 [ 2394] By: gsar on 1998/11/29 19:49:08
20370 Log: updated perlreftut.pod
20372 ! pod/perlreftut.pod
20373 ____________________________________________________________________________
20374 [ 2393] By: gsar on 1998/11/29 19:31:56
20377 ! ext/IO/Makefile.PL lib/Test.pm t/lib/io_poll.t t/op/sort.t
20378 ____________________________________________________________________________
20379 [ 2392] By: gsar on 1998/11/29 19:31:18
20380 Log: notes about -DPERL_POLLUTE
20382 ! INSTALL pod/perldelta.pod win32/Makefile win32/makefile.mk
20383 ____________________________________________________________________________
20384 [ 2391] By: gsar on 1998/11/29 19:13:52
20385 Log: explain various win32 build caveats more clearly
20387 ! README.win32 win32/Makefile win32/makefile.mk
20388 ____________________________________________________________________________
20389 [ 2390] By: gsar on 1998/11/29 16:51:59
20390 Log: remove I_POLL detection (Configure will do that now)
20392 ! ext/IO/Makefile.PL
20393 ____________________________________________________________________________
20394 [ 2389] By: jhi on 1998/11/29 16:39:16
20395 Log: Add I_POLL for IO 1.20.
20397 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
20399 ____________________________________________________________________________
20400 [ 2388] By: gsar on 1998/11/29 16:23:30
20401 Log: add p4desc (augments 'p4 describe' output with diffs for new files)
20405 ____________________________________________________________________________
20406 [ 2387] By: gsar on 1998/11/29 16:08:03
20407 Log: another threads reliability fix: serialize writes to thr->threadsv
20408 avoid most uses of PL_na (which is much more inefficient than a
20409 simple local); update docs to suit; PL_na now being thr->Tna may
20410 be a minor compatibility issue for extensions--will require dTHR
20411 outside of XSUBs (those get automatic dTHR)
20413 ! XSUB.h djgpp/djgpp.c doio.c doop.c dump.c ext/B/B.xs
20414 ! ext/DB_File/DB_File.xs ext/DynaLoader/dl_next.xs
20415 ! ext/Opcode/Opcode.xs ext/POSIX/POSIX.xs ext/Thread/Thread.xs
20416 ! ext/attrs/attrs.xs gv.c malloc.c mg.c op.c
20417 ! os2/OS2/REXX/REXX.xs os2/os2.c perl.c perly.c perly.y
20418 ! pod/perlcall.pod pod/perlembed.pod pod/perlguts.pod
20419 ! pod/perlxs.pod pp.c pp.h pp_ctl.c pp_hot.c pp_sys.c run.c sv.c
20420 ! t/op/pwent.t taint.c toke.c universal.c vmesa/vmesa.c
20421 ! vms/ext/Stdio/Stdio.xs vms/perly_c.vms vms/vms.c win32/win32.c
20422 ____________________________________________________________________________
20423 [ 2386] By: jhi on 1998/11/29 15:40:42
20424 Log: Tune the "if" entry.
20427 ____________________________________________________________________________
20428 [ 2385] By: gsar on 1998/11/29 12:40:28
20429 Log: various fixes for race conditions under threads: mutex locks based
20430 on PL_threadnum were seriously flawed, since it means more than one
20431 thread could enter the critical region; PL_na was global instead of
20432 thread-local; child thread could finish and free thr structures
20433 before Thread->new() got around to creating the Thread object;
20434 cv_clone() needed locking, as it mucks with PL_comppad and other
20435 global data; new_struct_thread() needed to lock template-thread's
20436 mutex while copying its data
20438 ! embedvar.h ext/Thread/Thread.xs gv.c op.c perl.c perlvars.h
20439 ! pp_hot.c thrdvar.h thread.h util.c win32/win32thread.c
20440 ____________________________________________________________________________
20441 [ 2384] By: gsar on 1998/11/29 10:54:38
20442 Log: s/warn/print/ on multiply defined groups
20445 ____________________________________________________________________________
20446 [ 2383] By: gsar on 1998/11/29 10:48:39
20447 Log: backout change#2334
20449 ! pod/perlfunc.pod pp_hot.c sv.c thrdvar.h
20450 ____________________________________________________________________________
20451 [ 2382] By: jhi on 1998/11/29 10:33:40
20452 Log: Better NetInfo behaviour.
20454 ! t/op/grent.t t/op/pwent.t
20455 ____________________________________________________________________________
20456 [ 2381] By: jhi on 1998/11/29 10:08:15
20457 Log: Integrate from mainperl.
20459 +> ext/IO/ChangeLog ext/IO/lib/IO/Dir.pm ext/IO/lib/IO/Poll.pm
20460 +> ext/IO/lib/IO/Socket/INET.pm ext/IO/lib/IO/Socket/UNIX.pm
20461 +> ext/IO/poll.c ext/IO/poll.h pod/perlreftut.pod
20462 +> t/lib/io_const.t t/lib/io_dir.t t/lib/io_multihomed.t
20463 +> t/lib/io_poll.t t/lib/io_unix.t
20464 !> (integrate 58 files)
20465 ____________________________________________________________________________
20466 [ 2380] By: gsar on 1998/11/29 08:22:49
20467 Log: prefer IO::Handle for IO if FileHandle:: is empty (as suggested by
20471 ____________________________________________________________________________
20472 [ 2379] By: gsar on 1998/11/29 07:06:43
20473 Log: fix for pat.t failure under USE_THREADS
20475 ! pp_ctl.c regexec.c
20476 ____________________________________________________________________________
20477 [ 2378] By: nick on 1998/11/28 22:46:57
20478 Log: More C.pm tweaks
20479 Save globs even if we have saved cv itself before - may be imported.
20481 While we don't save "bootstrap" CV we need to provide a stub,
20482 so that if we require it later we don't fall through and attempt
20483 to DynaLoad module again.
20485 Attempt to save %INC so that "require" does not reload things
20486 we have compiled-in (does not work right yet - seems to be due
20487 to PL_incgv being created in perl_parse() current scheme setting
20488 GvHV() is "better" than saving the glob, but still does not
20492 ____________________________________________________________________________
20493 [ 2377] By: gsar on 1998/11/28 22:30:38
20494 Log: various tweaks; result passes all tests for normal build on Solaris;
20495 fails two pat.t tests under USE_THREADS; io_poll.t test#3 fails on
20496 win32 due to lack of select() that works on non-socket fds
20498 ! ext/IO/poll.c regcomp.c regexec.c scope.c
20499 ! t/lib/io_multihomed.t win32/makefile.mk
20500 ____________________________________________________________________________
20501 [ 2376] By: gsar on 1998/11/28 20:44:39
20502 Log: add $config_args to perl -V display (suggested by Ilya Zakharevich)
20505 ____________________________________________________________________________
20506 [ 2375] By: gsar on 1998/11/28 20:42:58
20507 Log: integrate cfgperl changes into mainline
20509 !> Configure ext/POSIX/hints/dynixptx.pl myconfig t/op/grent.t
20510 !> t/op/pwent.t t/op/undef.t t/pragma/locale.t util.c
20511 ____________________________________________________________________________
20512 [ 2374] By: gsar on 1998/11/28 20:02:03
20513 Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
20514 Date: Thu, 5 Nov 1998 02:21:12 -0500 (EST)
20515 Message-Id: <199811050721.CAA27998@monk.mps.ohio-state.edu>
20516 Subject: [PATCH 5.00553] Yet another OS/2 patch
20518 ! os2/Changes os2/Makefile.SHs os2/os2.c t/pragma/warn/op
20519 ____________________________________________________________________________
20520 [ 2373] By: gsar on 1998/11/28 19:30:06
20521 Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
20522 Date: Sat, 28 Nov 1998 01:51:56 -0500 (EST)
20523 Message-Id: <199811280651.BAA18095@monk.mps.ohio-state.edu>
20524 Subject: [PATCH 5.005_53] Change $#+
20526 ! mg.c pod/perlvar.pod t/op/pat.t
20527 ____________________________________________________________________________
20528 [ 2372] By: gsar on 1998/11/28 19:28:00
20529 Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
20530 Date: Sat, 28 Nov 1998 00:33:17 -0500 (EST)
20531 Message-Id: <199811280533.AAA25654@monk.mps.ohio-state.edu>
20532 Subject: [PATCH 5.005_53] Finishing off SNOBOL: $1 in (?{})
20534 ! embedvar.h mg.c objXSUB.h perl.c regexec.c t/op/pat.t
20536 ____________________________________________________________________________
20537 [ 2371] By: gsar on 1998/11/28 19:23:53
20538 Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
20539 Date: Fri, 27 Nov 1998 16:16:48 -0500 (EST)
20540 Message-Id: <199811272116.QAA03502@monk.mps.ohio-state.edu>
20541 Subject: [PATCH 5.005_53] better -Mre=debugcolor
20543 ! embedvar.h objXSUB.h regexec.c thrdvar.h
20544 ____________________________________________________________________________
20545 [ 2370] By: gsar on 1998/11/28 19:21:17
20546 Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
20547 Date: Fri, 27 Nov 1998 15:22:19 -0500 (EST)
20548 Message-Id: <199811272022.PAA17874@monk.mps.ohio-state.edu>
20549 Subject: [PATCH 5.005_*] regcolors
20551 ! embed.h global.sym objXSUB.h proto.h regcomp.c regexec.c
20552 ____________________________________________________________________________
20553 [ 2369] By: gsar on 1998/11/28 19:00:15
20554 Log: allow final period in a file (not followed by a newline) to
20555 terminate format spec
20558 ____________________________________________________________________________
20559 [ 2368] By: gsar on 1998/11/28 18:58:25
20560 Log: Liblist tweak suggested by Swen Thuemmler <Swen.Thuemmler@paderlinx.de>;
20561 add C<$Config{installarchlib}/CORE> to the default locations searched
20564 ! lib/ExtUtils/Liblist.pm
20565 ____________________________________________________________________________
20566 [ 2367] By: gsar on 1998/11/28 18:46:05
20567 Log: applied suggested patch with PERL_OBJECT tweaks
20568 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
20569 Date: Thu, 26 Nov 1998 02:46:20 -0500 (EST)
20570 Message-Id: <199811260746.CAA23164@monk.mps.ohio-state.edu>
20571 Subject: [PATCH 5.005_53] Enable $_ and pos() inside (?{ CODE }) in RExen
20573 ! embed.h embed.pl embedvar.h objXSUB.h pp_ctl.c proto.h
20574 ! regexec.c t/op/pat.t thrdvar.h
20575 ____________________________________________________________________________
20576 [ 2366] By: gsar on 1998/11/28 18:38:34
20577 Log: additional documentation for qr//
20578 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
20579 Message-Id: <199811260751.CAA24560@monk.mps.ohio-state.edu>
20580 Date: Thu, 26 Nov 1998 02:51:09 -0500 (EST)
20581 Subject: [PATCH 5.005_*] Documentation (fwd)
20583 ! pod/perlfunc.pod pod/perlop.pod pod/perlpod.pod
20584 ____________________________________________________________________________
20585 [ 2365] By: gsar on 1998/11/28 18:35:35
20586 Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
20587 Date: Wed, 25 Nov 1998 23:33:45 -0500 (EST)
20588 Message-Id: <199811260433.XAA29281@monk.mps.ohio-state.edu>
20589 Subject: [PATCH 5.005_*] Fix \G in REx without //g
20591 ! cop.h embedvar.h objXSUB.h pp.c pp_ctl.c pp_hot.c regexec.c
20592 ! regexp.h t/op/pat.t thrdvar.h
20593 ____________________________________________________________________________
20594 [ 2364] By: gsar on 1998/11/28 18:24:20
20595 Log: update Test.pm to Test-1.12; tweak 're' detection
20598 ____________________________________________________________________________
20599 [ 2363] By: gsar on 1998/11/28 18:12:04
20600 Log: avoid command-line quoting portability problems in lex_assign.t
20602 ! t/op/lex_assign.t
20603 ____________________________________________________________________________
20604 [ 2362] By: gsar on 1998/11/28 18:08:50
20605 Log: From: John Tobey <jtobey@channel1.com>
20606 Date: Thu, 19 Nov 1998 14:14:15 -0500 (EST)
20607 Message-Id: <m0zgZWx-000FOgC@feynman.localnet>
20608 Subject: PATCH: document English.pm sawampersand and thread issues
20610 ! lib/English.pm pod/perlvar.pod
20611 ____________________________________________________________________________
20612 [ 2361] By: gsar on 1998/11/28 18:03:04
20613 Log: fix uninitialized warnings
20614 From: Brian Callaghan <callagh@itginc.com>
20615 Date: Thu, 19 Nov 1998 17:49:10 -0800
20616 Message-Id: <3654CA96.B64FCAEB@itginc.com>
20617 Subject: Complete.pm patch (version 1.1)
20619 ! lib/Term/Complete.pm
20620 ____________________________________________________________________________
20621 [ 2360] By: gsar on 1998/11/28 17:59:16
20622 Log: s/Array/List/ suggested by John Tobey
20625 ____________________________________________________________________________
20626 [ 2359] By: gsar on 1998/11/28 17:47:48
20627 Log: update tie() entry in perlfunc to reflect TIEARRAY and TIEHANDLE
20629 ! lib/Tie/Handle.pm pod/perlfunc.pod
20630 ____________________________________________________________________________
20631 [ 2358] By: jhi on 1998/11/28 17:23:15
20632 Log: Revamp the locale tests.
20633 (0) Instead of rewiring a few locales scan for them.
20634 (1) Bogus test #101 removed.
20635 (2) All the locales are checked, the lists of failed
20636 and non-failed ones are displayed.
20637 (3) The test #103 is again 'active' so that it may fail.
20638 (4) To balance (3) a hopefully pacifying message is shown
20641 ! t/pragma/locale.t
20642 ____________________________________________________________________________
20643 [ 2357] By: gsar on 1998/11/28 17:21:07
20644 Log: add perlreftut.pod
20646 + pod/perlreftut.pod
20647 ! MANIFEST pod/Makefile pod/buildtoc pod/perl.pod
20648 ! pod/perlref.pod pod/roffitall vms/descrip_mms.template
20650 ____________________________________________________________________________
20651 [ 2356] By: jhi on 1998/11/28 16:58:01
20652 Log: Change #2346 fallout.
20655 ____________________________________________________________________________
20656 [ 2355] By: gsar on 1998/11/28 16:46:43
20657 Log: IO.xs tweaks; avoid coredump in io_xs.t; remove newCONSTSUB();
20661 ____________________________________________________________________________
20662 [ 2354] By: gsar on 1998/11/28 16:08:07
20663 Log: add IO-1.20; mess with t/lib/io_*.t in an attempt to
20664 keep platform hacks that aren't in the 1.20 dist; add new files
20665 to MANIFEST; hack Makefile.PL; result hasn't been tested
20668 + ext/IO/ChangeLog ext/IO/lib/IO/Dir.pm ext/IO/lib/IO/Poll.pm
20669 + ext/IO/lib/IO/Socket/INET.pm ext/IO/lib/IO/Socket/UNIX.pm
20670 + ext/IO/poll.c ext/IO/poll.h t/lib/io_const.t t/lib/io_dir.t
20671 + t/lib/io_multihomed.t t/lib/io_poll.t t/lib/io_unix.t
20672 ! MANIFEST ext/IO/IO.pm ext/IO/IO.xs ext/IO/Makefile.PL
20673 ! ext/IO/README ext/IO/lib/IO/File.pm ext/IO/lib/IO/Handle.pm
20674 ! ext/IO/lib/IO/Pipe.pm ext/IO/lib/IO/Seekable.pm
20675 ! ext/IO/lib/IO/Select.pm ext/IO/lib/IO/Socket.pm
20676 ! t/lib/io_sock.t t/lib/io_udp.t
20677 ____________________________________________________________________________
20678 [ 2353] By: jhi on 1998/11/28 15:51:03
20679 Log: Locale collation, ctype, and numeric, were initialized wrong
20680 (if LC_ALL or LANG were unset, so were the collation/ctype/numeric),
20683 From: Ilya.Sandler@etak.com (Ilya Sandler)
20684 Subject: a bug in locale handling: LC_COLLATE ignored sometimes
20685 To: perlbug@perl.com
20686 Date: 25 Nov 1998 04:53:52 +0200
20687 Message-ID: <MLIST_199811250226.SAA12590@axi001.etak.sw>
20690 ____________________________________________________________________________
20691 [ 2352] By: nick on 1998/11/28 15:21:59
20692 Log: Implement $^C to allow perl access to -c flag - I think this
20696 ____________________________________________________________________________
20697 [ 2351] By: jhi on 1998/11/28 15:14:24
20698 Log: Change #2251 fixup.
20701 ____________________________________________________________________________
20702 [ 2350] By: jhi on 1998/11/28 14:58:19
20703 Log: Integrate from mainperl.
20705 +> ext/Devel/Peek/Changes ext/Devel/Peek/Makefile.PL
20706 +> ext/Devel/Peek/Peek.pm ext/Devel/Peek/Peek.xs
20707 +> pod/perl5005delta.pod
20708 !> (integrate 49 files)
20709 ____________________________________________________________________________
20710 [ 2349] By: jhi on 1998/11/28 14:27:36
20711 Log: Passwd and group file groveling.
20713 ! t/op/grent.t t/op/pwent.t
20714 ____________________________________________________________________________
20715 [ 2348] By: gsar on 1998/11/28 14:09:50
20716 Log: more conservative version of changes#2345,2346,2347; those break
20717 C<defined(@{"foo::ISA"})> which seems to be extensively used in
20720 ! pp.c t/op/method.t
20721 ____________________________________________________________________________
20722 [ 2347] By: gsar on 1998/11/28 13:36:08
20723 Log: tweak bogus test
20726 ____________________________________________________________________________
20727 [ 2346] By: gsar on 1998/11/28 13:20:34
20728 Log: test cases for previous change
20731 ____________________________________________________________________________
20732 [ 2345] By: gsar on 1998/11/28 13:07:17
20733 Log: fix typo in pp_defined() causing C<defined %tied> to fail
20736 ____________________________________________________________________________
20737 [ 2344] By: gsar on 1998/11/28 13:03:29
20738 Log: s/comment/comment_t/ tweak (suggested by John Gorman
20739 <jgorman@webbysoft.com>)
20741 ! ext/B/B/Assembler.pm ext/B/B/Disassembler.pm
20742 ____________________________________________________________________________
20743 [ 2343] By: gsar on 1998/11/28 12:52:40
20744 Log: add (stub) perldelta.pod
20746 + pod/perldelta.pod
20747 ____________________________________________________________________________
20748 [ 2342] By: gsar on 1998/11/28 12:49:26
20749 Log: rename perldelta.pod to perl5005delta.pod in preparation for
20752 +> pod/perl5005delta.pod
20753 - pod/perldelta.pod
20754 ! MANIFEST pod/perl.pod
20755 ____________________________________________________________________________
20756 [ 2341] By: gsar on 1998/11/28 12:41:55
20757 Log: fix MALLOC_LOCK #define
20760 ____________________________________________________________________________
20761 [ 2340] By: gsar on 1998/11/28 12:18:23
20762 Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
20763 Date: Sun, 15 Nov 1998 20:25:50 -0500 (EST)
20764 Message-Id: <199811160125.UAA05268@monk.mps.ohio-state.edu>
20765 Subject: [PATCH 5.005_53] OS/2 events get closer to Perl
20767 ! os2/Changes os2/os2.c os2/os2.sym os2/os2ish.h
20768 ____________________________________________________________________________
20769 [ 2339] By: jhi on 1998/11/28 11:59:01
20770 Log: Add -lm to dynix/ptx POSIX hints.
20771 From: "Martin J. Bligh" <mbligh@sequent.com>
20773 Subject: Re: Making Perl work on DYNIX/ptx
20774 Date: Wed, 25 Nov 1998 10:34:41 -0800
20775 Message-ID: <1457015007.911990081@w-186d219.rhe.sequent.com>
20777 ! ext/POSIX/hints/dynixptx.pl
20778 ____________________________________________________________________________
20779 [ 2338] By: jhi on 1998/11/28 11:57:19
20783 ____________________________________________________________________________
20784 [ 2337] By: jhi on 1998/11/28 11:56:29
20785 Log: Better LD_LIBRARY_PATH instructions for Bourneists.
20788 ____________________________________________________________________________
20789 [ 2336] By: gsar on 1998/11/28 11:41:14
20790 Log: teach CPAN.pm to ignore beta perl distributions when looking for
20792 From: root@dogberry.rutgers.edu (root)
20793 Date: Thu, 12 Nov 1998 23:08:39 -0500
20794 Message-Id: <199811130408.XAA10578@dogberry.rutgers.edu>
20795 Subject: recompile tries getting a perl distribution
20798 ____________________________________________________________________________
20799 [ 2335] By: gsar on 1998/11/28 11:27:46
20800 Log: make $1 et al readonly under threads; make C<undef $1> fail like
20803 ! op.c pp.c t/op/undef.t
20804 ____________________________________________________________________________
20805 [ 2334] By: gsar on 1998/11/28 10:24:52
20806 Log: s/Regexp/re/ and clarify policy on lowercased object namespaces
20808 ! pod/perlfunc.pod pp_hot.c sv.c thrdvar.h
20809 ____________________________________________________________________________
20810 [ 2333] By: gsar on 1998/11/28 09:36:40
20811 Log: document changed PERL_HASH()
20813 ! pod/perlfunc.pod pod/perlguts.pod
20814 ____________________________________________________________________________
20815 [ 2332] By: nick on 1998/11/27 21:10:27
20816 Log: Handle INIT list in C.pm
20817 1. Provide init_av() from B.xs
20818 2. Export it in B.pm
20820 Also disable some pruning in savecv() which seems to undo
20822 Experimental feature - save pathnames of .so files in easily
20823 grep-able form for use in wrapper to feed to linker.
20825 ! ext/B/B.pm ext/B/B.xs ext/B/B/C.pm
20826 ____________________________________________________________________________
20827 [ 2327] By: gsar on 1998/11/27 15:12:01
20828 Log: integrate change#2315 from maint-5.005
20832 ____________________________________________________________________________
20833 [ 2326] By: gsar on 1998/11/27 15:00:42
20834 Log: integrate changes#2304,2305,2306,2308 from maint-5.005
20836 !> ext/DynaLoader/dl_mpeix.xs installperl lib/ExtUtils/MM_Unix.pm
20837 !> lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MakeMaker.pm
20838 !> lib/ExtUtils/typemap
20839 ____________________________________________________________________________
20840 [ 2325] By: gsar on 1998/11/27 14:46:18
20841 Log: malloc bugfix and documentation from Ilya Zakharevich
20842 Date: Tue, 24 Nov 1998 17:24:55 -0500 (EST)
20843 Message-Id: <199811242224.RAA22618@monk.mps.ohio-state.edu>
20844 Subject: [PATCH 5.005_*] Re: Internal coredump
20846 Date: Thu, 26 Nov 1998 03:06:10 -0500 (EST)
20847 Message-Id: <199811260806.DAA28913@monk.mps.ohio-state.edu>
20848 Subject: [PATCH 5.005_*] malloc.c documentation
20851 ____________________________________________________________________________
20852 [ 2324] By: gsar on 1998/11/27 14:41:38
20853 Log: B::C tweaks to allow Tk compiles from Nick Ing-Simmons
20856 ____________________________________________________________________________
20857 [ 2323] By: gsar on 1998/11/27 14:33:44
20858 Log: From: maeda@src.ricoh.co.jp
20859 Date: Tue, 24 Nov 1998 10:37:45 +0900
20860 Message-Id: <199811240137.KAA05867@luna.src.ricoh.co.jp>
20861 Subject: format "..." bug
20863 ! pp_ctl.c t/op/write.t
20864 ____________________________________________________________________________
20865 [ 2322] By: gsar on 1998/11/27 14:20:12
20866 Log: add ext/Devel/Peek
20867 From: jan.dubois@ibm.net (Jan Dubois)
20868 Date: Mon, 23 Nov 1998 00:48:11 +0100
20869 Message-ID: <36589ec9.49964585@smtp1.ibm.net>
20870 Subject: [PATCH 5.005_53] Devel::Peek integration
20872 + ext/Devel/Peek/Changes ext/Devel/Peek/Makefile.PL
20873 + ext/Devel/Peek/Peek.pm ext/Devel/Peek/Peek.xs
20874 ! MANIFEST dump.c embed.h embedvar.h global.sym intrpvar.h
20875 ! objXSUB.h perl.c perl.h proto.h sv.c sv.h thrdvar.h
20876 ! win32/GenCAPI.pl win32/Makefile win32/makefile.mk
20877 ____________________________________________________________________________
20878 [ 2321] By: gsar on 1998/11/27 13:03:08
20879 Log: ensure 'make regen_headers' even without perl installed
20880 (suggested by Ilya Zakharevich)
20882 ! bytecode.pl warning.pl
20883 ____________________________________________________________________________
20884 [ 2320] By: gsar on 1998/11/27 12:58:36
20885 Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
20886 Date: Mon, 9 Nov 1998 19:03:25 -0500 (EST)
20887 Message-Id: <199811100003.TAA05815@monk.mps.ohio-state.edu>
20888 Subject: [PATCH 5.005_*] Cosmetic malloc patch
20891 ____________________________________________________________________________
20892 [ 2319] By: gsar on 1998/11/27 12:56:13
20893 Log: eliminate dup hunk from integration
20895 ! lib/filetest.pm perl.h
20896 ____________________________________________________________________________
20897 [ 2318] By: gsar on 1998/11/27 12:50:08
20898 Log: integrate cfgperl changes into mainline
20900 +> ext/DB_File/hints/dynixptx.pl ext/POSIX/hints/dynixptx.pl
20902 !> (integrate 30 files)
20903 ____________________________________________________________________________
20904 [ 2317] By: jhi on 1998/11/27 11:38:13
20908 ____________________________________________________________________________
20909 [ 2316] By: jhi on 1998/11/27 11:10:22
20910 Log: Integrate from mainperl.
20912 !> XSUB.h embed.h embed.pl embedvar.h ext/Thread/Thread.xs
20913 !> iperlsys.h mg.c objXSUB.h op.c pp_ctl.c pp_sys.c proto.h
20914 !> t/comp/package.t t/lib/dumper.t t/pragma/warn/pp_ctl
20915 !> universal.c util.c win32/GenCAPI.pl win32/win32.h
20916 !> win32/win32sck.c
20917 ____________________________________________________________________________
20918 [ 2315] By: gbarr on 1998/11/27 05:16:50
20919 Log: integrate change#2246 from mainline, while still allowing
20920 C<sort $globref @foo>
20922 allow C<sort $coderef @foo>
20923 Branch: maint-5.005/perl
20926 ____________________________________________________________________________
20927 [ 2308] By: gbarr on 1998/11/27 00:11:44
20928 Log: Updates for MPE/iX DynaLoader and installperl, via private mail
20929 forwarded by Jarkko Hietaniemi from Mark Bixby
20930 Branch: maint-5.005/perl
20931 ! ext/DynaLoader/dl_mpeix.xs installperl
20932 ____________________________________________________________________________
20933 [ 2306] By: gbarr on 1998/11/26 23:44:47
20934 Log: Allow PL_FILES to have multiple targets from one source by allowing
20935 an array ref as the value in the hash
20936 Branch: maint-5.005/perl
20937 ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_VMS.pm
20938 ! lib/ExtUtils/MakeMaker.pm
20939 ____________________________________________________________________________
20940 [ 2305] By: gbarr on 1998/11/26 23:38:06
20941 Log: fix unsigned variables to use SvUV and sv_setuv
20942 Branch: maint-5.005/perl
20943 ! lib/ExtUtils/typemap
20944 ____________________________________________________________________________
20945 [ 2304] By: gbarr on 1998/11/26 23:36:17
20946 Log: Fix embeded \n in ABSTRACT and <> in AUTHOR
20947 Branch: maint-5.005/perl
20948 ! lib/ExtUtils/MM_Unix.pm
20949 ____________________________________________________________________________
20950 [ 2301] By: gsar on 1998/11/26 10:16:54
20951 Log: fix PL_defoutgv leak under threads
20953 ! ext/Thread/Thread.xs
20954 ____________________________________________________________________________
20955 [ 2300] By: gsar on 1998/11/26 09:04:44
20956 Log: properly free temporaries created by threads
20958 ! ext/Thread/Thread.xs
20959 ____________________________________________________________________________
20960 [ 2299] By: gsar on 1998/11/26 06:51:16
20961 Log: fix C<if (...) { package Foo; ... }> misoptimization that fails
20962 to set the package for the block properly
20964 ! op.c t/comp/package.t t/lib/dumper.t
20965 ____________________________________________________________________________
20966 [ 2298] By: nick on 1998/11/24 22:04:20
20967 Log: Part-1 of tweaks to allow Tk to be "compiled"
20968 Make XS_UNIVERSAL_xxx non-static so they can be found in libperl.
20969 (May also need attention to exports etc. - to follow.)
20972 ____________________________________________________________________________
20973 [ 2294] By: jhi on 1998/11/23 10:44:26
20974 Log: The new socket tests need in some platforms
20975 to #include <sys/types.h>.
20978 ____________________________________________________________________________
20979 [ 2293] By: jhi on 1998/11/23 10:33:42
20980 Log: From: Gerben Wierda <G.C.Th.Wierda@AWT.nl>
20981 To: Jarkko Hietaniemi <jhi@cc.hut.fi>
20982 Subject: Re: Test results for perl5.005_53 under NEXTSTEP 3.3 (intel)
20983 Date: Mon, 23 Nov 1998 10:07:04 +0100
20984 Message-Id: <9811230907.AA06484@AWT.nl>
20986 NeXTstep NetInfo uses nidump to get the user/group databases.
20988 ! t/op/grent.t t/op/pwent.t
20989 ____________________________________________________________________________
20990 [ 2291] By: TimBunce on 1998/11/22 22:23:09
20991 Log: Updated Porting/patchls utility.
20992 Branch: maint-5.004/perl
20994 ____________________________________________________________________________
20995 [ 2288] By: TimBunce on 1998/11/22 21:46:11
20996 Log: Title: "Buglet in Sys::Syslog.pm (with fix)"
20997 From: Henrik Tougaard <ht.000@foa.dk>
20998 Msg-ID: <Pine.OSF.3.95.981117092651.1492C-100000@sula.pensam.dk>
20999 Files: lib/Sys/Syslog.pm
21000 Branch: maint-5.004/perl
21001 ! lib/Sys/Syslog.pm
21002 ____________________________________________________________________________
21003 [ 2286] By: jhi on 1998/11/22 19:08:42
21004 Log: Change#2284 aid: allow also for plain old MSG_ and SCM_ #defines.
21006 ! ext/Socket/Socket.xs
21007 ____________________________________________________________________________
21008 [ 2285] By: jhi on 1998/11/22 18:21:07
21009 Log: MSG_PROXY for GNU/Hurd (previously we believed that
21010 all GNU libc platforms have MSG_PROXY. Untrue).
21011 In fact this ended up as a major MSG_* and SCM_*
21012 update. The MSG_XXX known to be enums in some
21013 versions of the glibc are now probed for and respective
21014 HAS_MSG_XXX are defined. While I was at it I noticed
21015 SCM_RIGHTS being similarly an enum. This reminded me of
21016 an ancient discussion in perl5-porters:
21017 http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/9612/msg01017.html
21018 The BSD socket interface has a nifty feature for passing
21019 file descriptors and credentials--via sockets. It may be
21020 too late to add this functionality to the CORE but
21021 at least Configure now probes for the functions,
21022 structs, and includes, defining the appropriate
21023 HAS_YYY and I_ZZZ, and the Socket extension exports
21024 the constants, in case somebody wants to write an
21025 extension for this interface.
21027 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
21028 ! config_h.SH ext/Socket/Socket.pm ext/Socket/Socket.xs
21030 ____________________________________________________________________________
21031 [ 2284] By: jhi on 1998/11/22 18:13:21
21032 Log: perlhist.pod 1.54, containing 5_53.
21035 ____________________________________________________________________________
21036 [ 2274] By: TimBunce on 1998/11/22 16:25:46
21037 Log: Preserve errno around fcntl(fd,F_SETFD,fd > maxsysfd) in do_open()
21038 Branch: maint-5.004/perl
21040 ____________________________________________________________________________
21041 [ 2273] By: TimBunce on 1998/11/22 16:17:43
21042 Log: Improve op/die_exit.t test for implicit close changing $!
21043 Branch: maint-5.004/perl
21045 ____________________________________________________________________________
21046 [ 2268] By: jhi on 1998/11/22 14:44:11
21049 ! hints/dynixptx.sh
21050 ____________________________________________________________________________
21051 [ 2267] By: jhi on 1998/11/22 13:19:41
21052 Log: Document the d_socket override.
21054 ! hints/dynixptx.sh
21055 ____________________________________________________________________________
21056 [ 2266] By: jhi on 1998/11/22 12:12:29
21057 Log: From: John Tobey <jtobey@channel1.com>
21058 Subject: [PATCH] perlfaq typos
21059 To: perl5-porters@perl.com
21060 Date: 22 Nov 1998 04:25:15 +0200
21061 Message-ID: <MLIST_m0zhPeF-000FOgC@feynman.localnet>
21063 ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod
21064 ! pod/perlfaq7.pod pod/perlfaq8.pod
21065 ____________________________________________________________________________
21066 [ 2265] By: jhi on 1998/11/22 12:06:29
21067 Log: From: pmarquess@bfsec.bt.co.uk (Paul Marquess)
21068 Subject: DB_File 1.61 patch for 5.005_53 & 5.005_02
21069 Newsgroups: hut.lists.perl5-porters
21070 To: gsar@engin.umich.edu (Gurusamy Sarathy)
21071 Cc: perl5-porters@perl.org (Perl5 Porters)
21072 Date: 20 Nov 1998 12:20:41 +0200
21074 ! ext/DB_File/Changes ext/DB_File/DB_File.pm
21075 ! ext/DB_File/DB_File.xs
21076 ____________________________________________________________________________
21077 [ 2264] By: jhi on 1998/11/22 11:55:09
21078 Log: NeXTstep /etc/group and /etc/passwd are used only at boot time,
21079 From: Gerben Wierda <G.C.Th.Wierda@AWT.nl>
21080 Subject: Test results for perl5.005_53 under NEXTSTEP 3.3 (intel)
21081 To: perlbug@perl.com
21082 Date: 20 Nov 1998 18:39:06 +0200
21084 Message-ID: <MLIST_9811201533.AA22148@AWT.nl>
21086 ! t/op/grent.t t/op/pwent.t
21087 ____________________________________________________________________________
21088 [ 2263] By: jhi on 1998/11/22 11:42:59
21089 Log: Permission testing is tricky when we have too much power.
21090 Problem reported in
21091 From: Gerben Wierda <G.C.Th.Wierda@AWT.nl>
21092 Subject: Test results for perl5.005_53 under NEXTSTEP 3.3 (intel)
21093 To: perlbug@perl.com
21094 Date: 20 Nov 1998 18:39:06 +0200
21095 Message-ID: <MLIST_9811201533.AA22148@AWT.nl>
21098 ____________________________________________________________________________
21099 [ 2262] By: gsar on 1998/11/22 11:37:02
21100 Log: fix broken CAPI generation
21103 ____________________________________________________________________________
21104 [ 2261] By: jhi on 1998/11/22 11:17:00
21105 Log: -x should be C<-x>, reported by Gerben Wierda.
21108 ____________________________________________________________________________
21109 [ 2260] By: gsar on 1998/11/22 11:12:02
21110 Log: phase 2 of PERL_OBJECT cleanup; objXSUB.h autogeneration
21112 ! XSUB.h embed.h embed.pl embedvar.h iperlsys.h objXSUB.h
21114 ____________________________________________________________________________
21115 [ 2259] By: jhi on 1998/11/22 11:06:40
21116 Log: From: "Kurt D. Starsinic" <kstar@chapin.edu>
21117 Subject: Re: [PATCH] Re: pod2man bug in date generated line
21118 To: Albert Dvornik <bert@genscan.com>, "Larry W. Virden" <lvirden@cas.org>
21119 Cc: perlbug@perl.com
21120 Date: 20 Nov 1998 21:30:17 +0200
21121 Message-ID: <MLIST_19981120131523.A464@O2.chapin.edu>
21124 ____________________________________________________________________________
21125 [ 2256] By: jhi on 1998/11/21 10:44:01
21126 Log: From: Thomas Bowditch <bowditch@inmet.com>
21127 Subject: Benchmark.pm suggestion
21128 To: jhi@iki.fi, Tim.Bunce@ig.co.uk
21129 Date: Fri, 20 Nov 1998 17:43:46 -0500
21130 Message-Id: <199811202243.RAA26252@harp.camb.inmet.com>
21135 ____________________________________________________________________________
21136 [ 2255] By: gsar on 1998/11/21 08:45:06
21137 Log: another win32 portability fix: make sysread() and syswrite()
21140 ! pp_sys.c win32/win32.h
21141 ____________________________________________________________________________
21142 [ 2254] By: gsar on 1998/11/21 07:49:06
21143 Log: win32_recvfrom() compatibility fix
21146 ____________________________________________________________________________
21147 [ 2253] By: jhi on 1998/11/20 08:22:06
21148 Log: From: Mark Bixby <markb@spock.dis.cccd.edu>
21150 Subject: MPE/iX Perl 5.005_02 oops
21151 Date: Thu, 19 Nov 1998 17:10:45 -0800 (PST)
21152 Message-Id: <199811200110.RAA07395@spock.dis.cccd.edu>
21154 ! ext/DynaLoader/dl_mpeix.xs installperl
21155 ____________________________________________________________________________
21156 [ 2252] By: gsar on 1998/11/19 17:38:03
21157 Log: mess_sv tweak for change#2249
21160 ____________________________________________________________________________
21161 [ 2251] By: jhi on 1998/11/18 12:32:19
21162 Log: Display use64bits and usemultiplicity but only if necessary.
21165 ____________________________________________________________________________
21166 [ 2250] By: jhi on 1998/11/18 12:26:50
21167 Log: From: Horst von Brand <vonbrand@sleipnir.valparaiso.cl>
21168 Subject: pp.c uses 'unsigned Quad_t'
21169 To: perlbug@perl.com
21170 Date: Sun, 15 Nov 1998 20:57:05 -0300
21171 Message-Id: <199811152357.UAA12768@sleipnir.valparaiso.cl>
21174 ____________________________________________________________________________
21175 [ 2249] By: gsar on 1998/11/18 05:43:11
21176 Log: use PL_mess_sv only during global destruction (fixes problems with
21177 overlapping invocations of form()/warn()/die()/croak() trampling on
21178 each other's messages)
21181 ____________________________________________________________________________
21182 [ 2248] By: gsar on 1998/11/18 05:39:36
21183 Log: tweak change#2245 to skip previous message if any
21185 ! pp_ctl.c t/pragma/warn/pp_ctl
21186 ____________________________________________________________________________
21187 [ 2247] By: jhi on 1998/11/17 11:46:56
21188 Log: Integrate from mainperl.
21190 !> (integrate 26 files)
21191 ____________________________________________________________________________
21192 [ 2246] By: gsar on 1998/11/17 09:41:10
21193 Log: allow C<sort $coderef @foo>
21195 ! op.c t/op/sort.t t/pragma/overload.t
21196 ____________________________________________________________________________
21197 [ 2245] By: gsar on 1998/11/17 08:28:26
21198 Log: propagate failures in DESTROY() as (optional) warnings
21200 ! pod/perldiag.pod pp_ctl.c t/pragma/warn/pp_ctl
21201 ____________________________________________________________________________
21202 [ 2244] By: gsar on 1998/11/17 07:43:08
21203 Log: ensure PL_dirty is reinit-ed properly under -DMULTIPLICITY
21206 ____________________________________________________________________________
21207 [ 2243] By: gsar on 1998/11/17 07:40:09
21208 Log: sort WARN_FOO symbols to avoid hash traversal order dependency
21210 ! lib/warning.pm warning.h warning.pl
21211 ____________________________________________________________________________
21212 [ 2242] By: gsar on 1998/11/17 06:32:39
21213 Log: fix skipspace() to properly account for newlines in eval''-ed
21214 strings (caused bogus line numbers in diagnostics and debugger)
21216 ! t/pragma/warn/pp_ctl t/pragma/warn/toke toke.c
21217 ____________________________________________________________________________
21218 [ 2241] By: gsar on 1998/11/17 03:48:12
21219 Log: s/Perl_utf8skip/PL_utf8skip/g
21221 ! embed.h embed.pl global.sym globvar.sym regexec.c utf8.h
21222 ____________________________________________________________________________
21223 [ 2240] By: gsar on 1998/11/14 06:09:06
21224 Log: rework op/groups.t
21226 ! t/op/filetest.t t/op/groups.t
21227 ____________________________________________________________________________
21228 [ 2235] By: gsar on 1998/11/14 00:17:05
21229 Log: catch a neophyte trap: open(<FH>), close(<FH>) etc.
21232 ____________________________________________________________________________
21233 [ 2234] By: gsar on 1998/11/14 00:14:02
21234 Log: update Changes
21236 ! Changes win32/config.bc win32/config.gc win32/config.vc
21237 ____________________________________________________________________________
21238 [ 2233] By: gsar on 1998/11/13 09:43:03
21242 ____________________________________________________________________________
21243 [ 2230] By: jhi on 1998/11/12 17:07:45
21244 Log: Allow hints file override for d_socket
21245 (based on Sequent-induced change #2229).
21248 ____________________________________________________________________________
21249 [ 2229] By: jhi on 1998/11/12 16:32:33
21251 From: "Martin J. Bligh" <mbligh@sequent.com>
21253 cc: gbarr@ti.com, gbarr@pobox.com, gsar@umich.edu
21254 Subject: Re: Making Perl work on DYNIX/ptx
21255 Date: Tue, 10 Nov 1998 16:24:26 -0800
21256 Message-ID: <181999655.910715066@w-186d219.rhe.sequent.com>
21258 ! hints/dynixptx.sh
21259 ____________________________________________________________________________
21260 [ 2228] By: jhi on 1998/11/12 11:40:37
21261 Log: From: "Martin J. Bligh" <mbligh@sequent.com>
21262 Message-ID: <187803647.910720870@w-186d219.rhe.sequent.com>
21264 cc: gbarr@ti.com, gbarr@pobox.com, gsar@umich.edu
21265 Subject: Re: Making Perl work on DYNIX/ptx
21266 Date: Tue, 10 Nov 1998 18:01:10 -0800
21268 + ext/DB_File/hints/dynixptx.pl ext/POSIX/hints/dynixptx.pl
21269 ____________________________________________________________________________
21270 [ 2227] By: jhi on 1998/11/12 11:17:42
21271 Log: Integrate from mainperl.
21273 !> Changes XSUB.h av.c embed.h embed.pl embedvar.h
21274 !> ext/IPC/SysV/Msg.pm global.sym hv.c lib/Text/Wrap.pm objXSUB.h
21275 !> perl.c perl.h pod/perlfunc.pod pod/perlvar.pod pp_sys.c
21276 !> proto.h regexec.c t/op/array.t util.c win32/makedef.pl
21277 !> win32/win32.c x2p/s2p.PL
21278 ____________________________________________________________________________
21279 [ 2226] By: gsar on 1998/11/11 21:05:42
21280 Log: provide -DPERL_POLLUTE
21282 ! embed.pl embedvar.h
21283 ____________________________________________________________________________
21284 [ 2225] By: jhi on 1998/11/09 07:45:12
21285 Log: From: Hans Mulder <hansm@icgroup.nl>
21286 To: Ilya Zakharevich <ilya@math.ohio-state.edu>
21287 Cc: gsar@engin.umich.edu (Gurusamy Sarathy), jhi@iki.fi,
21288 perl5-porters@perl.org
21289 Subject: Re: [PATCH] Re: Not OK: perl 5.00553 on OPENSTEP-Mach 4_1
21291 Date: Sun, 8 Nov 98 22:20:23 +0100
21292 Message-Id: <9811082119.AA11802@icgned.icgroup.nl>
21295 ____________________________________________________________________________
21296 [ 2224] By: gsar on 1998/11/09 03:13:14
21297 Log: avoid endless loops in Text::Wrap (from a suggestion by Lupe
21298 Christoph <lupe@alanya.m.isar.de>)
21301 ____________________________________________________________________________
21302 [ 2223] By: gsar on 1998/11/09 02:09:06
21303 Log: fix misplaced brace in s2p (as suggested by Lionel Fourquaux
21304 <lionel.fourquaux@wanadoo.fr>)
21307 ____________________________________________________________________________
21308 [ 2222] By: gsar on 1998/11/09 01:56:24
21309 Log: patches from Hugo van der Sanden <hv@crypt.compulink.co.uk>
21310 Date: Wed, 04 Nov 1998 12:19:44 +0000
21311 Message-Id: <199811041219.MAA05451@crypt.compulink.co.uk>
21312 Subject: [PATCH] Re: [5.005_53] read overflow?
21314 Date: Wed, 04 Nov 1998 13:15:18 +0000
21315 Message-Id: <199811041315.NAA05711@crypt.compulink.co.uk>
21316 Subject: [PATCH 5.005_53] perl -V fix
21319 ____________________________________________________________________________
21320 [ 2221] By: gsar on 1998/11/09 01:34:56
21321 Log: From: jan.dubois@ibm.net (Jan Dubois)
21322 Date: Sun, 01 Nov 1998 00:05:01 +0100
21323 Message-ID: <364294bd.18052307@smtp1.ibm.net>
21324 Subject: [PATCH v5.5.53, WIN32] PL_block_type undefined unless DEBUGGING
21326 ! Changes win32/makedef.pl
21327 ____________________________________________________________________________
21328 [ 2220] By: gsar on 1998/11/08 21:13:07
21329 Log: integrate changes#2120,2168,2218 from maint-5.005;
21330 add new vtbls; s/\bvtbl_/PL_vtbl_/; remove trailing comma in
21331 enum; make regen_headers
21333 ! XSUB.h embed.h embedvar.h ext/IPC/SysV/Msg.pm global.sym
21334 ! objXSUB.h perl.h pod/perlfunc.pod proto.h util.c win32/win32.c
21335 ____________________________________________________________________________
21336 [ 2219] By: gsar on 1998/11/08 19:42:57
21337 Log: integrate cfgperl changes into mainline
21340 !> Configure MANIFEST Porting/Glossary Porting/config.sh
21341 !> Porting/config_H config_h.SH ext/Thread/Thread.xs
21342 !> hints/hpux.sh hints/vmesa.sh lib/Math/Complex.pm malloc.c
21343 !> perl.h pod/perlfunc.pod pod/perllocale.pod pod/perlport.pod
21344 !> pp_sys.c sv.c t/lib/complex.t t/op/groups.t t/op/lex_assign.t
21345 !> thread.h vms/subconfigure.com vos/config.h
21346 ____________________________________________________________________________
21347 [ 2218] By: gbarr on 1998/11/08 16:48:44
21348 Log: From: Graham Barr <gbarr@ti.com>
21349 Date: Mon, 2 Nov 1998 07:38:52 -0600
21350 Message-ID: <19981102073852.A12751@asic.sc.ti.com>
21351 Subject: [PATCH 5.005_*] Re: IPC::Msg 1.03
21352 Branch: maint-5.005/perl
21353 ! ext/IPC/SysV/Msg.pm
21354 ____________________________________________________________________________
21355 [ 2215] By: gsar on 1998/11/08 02:52:52
21356 Log: set close-on-exec bit on pipe() FDs
21358 ! pod/perlfunc.pod pod/perlvar.pod pp_sys.c
21359 ____________________________________________________________________________
21360 [ 2214] By: gsar on 1998/11/08 02:27:57
21361 Log: typo in newHVhv()
21364 ____________________________________________________________________________
21365 [ 2211] By: jhi on 1998/11/07 21:14:18
21366 Log: Finalize the Mach CThreads support.
21368 From: Hans Mulder <hansm@icgroup.nl>
21369 Date: Sat, 7 Nov 98 22:06:20 +0100
21370 To: Gurusamy Sarathy <gsar@engin.umich.edu>
21371 Cc: jhi@iki.fi, perl5-porters@perl.org
21372 Subject: [PATCH] Re: Not OK: perl 5.00553 on OPENSTEP-Mach 4_1 (UNINSTALLED)
21373 Message-Id: <9811072105.AA07794@icgned.icgroup.nl>
21376 ____________________________________________________________________________
21377 [ 2210] By: gsar on 1998/11/06 20:36:50
21378 Log: fix AvREALISH bogusness
21380 ! av.c t/op/array.t
21381 ____________________________________________________________________________
21382 [ 2209] By: jhi on 1998/11/06 08:05:31
21383 Log: Renamed malloc.c ASSERT() macro to P_ASSERT() because
21384 ASSERT() causes problems in {NeXTStep,OpenStep}.
21386 From: Hans Mulder <hansm@icgroup.nl>
21387 To: Jarkko Hietaniemi <jhi@cc.hut.fi>
21388 Subject: Re: Not OK: perl 5.00553 on OPENSTEP-Mach 4_1 (UNINSTALLED)
21389 Date: Fri, 6 Nov 98 01:27:41 +0100
21390 Message-Id: <9811060025.AA27389@icgned.icgroup.nl>
21394 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
21395 Subject: Re: ASSERT() in malloc.c
21397 Date: Fri, 6 Nov 1998 02:59:29 -0500 (EST)
21398 Message-Id: <199811060759.CAA18915@monk.mps.ohio-state.edu>
21401 ____________________________________________________________________________
21402 [ 2208] By: jhi on 1998/11/06 07:55:38
21403 Log: Mach CThreads needs #include <mach/cthreads.h>.
21406 ____________________________________________________________________________
21407 [ 2206] By: jhi on 1998/11/05 14:54:52
21408 Log: PERL_BADLANG wrongly documented.
21410 From: ts <decoux@moulon.inra.fr>
21412 Subject: Re: Locale warning messages
21413 Date: Thu, 5 Nov 1998 14:34:19 +0100 (MET)
21414 Message-Id: <199811051334.OAA24863@moulon.inra.fr>
21418 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
21419 Subject: Re: PERL_BADLANG
21421 Subject: Re: PERL_BADLANG
21422 Date: Thu, 5 Nov 1998 09:49:00 -0500 (EST)
21423 Message-Id: <199811051449.JAA04238@monk.mps.ohio-state.edu>
21425 ! pod/perllocale.pod
21426 ____________________________________________________________________________
21427 [ 2205] By: jhi on 1998/11/05 14:24:33
21428 Log: Document all the control flow keywords in perlfunc
21429 so that "perlfunc -f while" works.
21432 ____________________________________________________________________________
21433 [ 2204] By: jhi on 1998/11/05 12:46:02
21434 Log: Configure update. Remove last trace of PTHREADS_CREATED_JOINABLE
21435 (from vos/config.h). Update Porting/{Glossary,config*}.
21437 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
21438 ! config_h.SH vos/config.h
21439 ____________________________________________________________________________
21440 [ 2203] By: jhi on 1998/11/05 08:34:39
21441 Log: VM/ESA and VMS sig_num_init (change#2101) catchup.
21443 ! hints/vmesa.sh vms/subconfigure.com
21444 ____________________________________________________________________________
21445 [ 2202] By: jhi on 1998/11/05 08:03:20
21446 Log: Integrate from mainperl.
21448 !> Changes cop.h doop.c gv.c mg.c perl.c pp_ctl.c sv.c util.c
21449 !> win32/Makefile win32/makefile.mk win32/win32.c
21450 ____________________________________________________________________________
21451 [ 2201] By: gsar on 1998/11/05 04:40:44
21452 Log: another POPSTACK victim
21455 ____________________________________________________________________________
21456 [ 2196] By: gsar on 1998/11/05 02:07:54
21457 Log: fix a location affected by change#2191, add note about POPSTACK
21459 ! cop.h gv.c pp_ctl.c
21460 ____________________________________________________________________________
21461 [ 2195] By: gsar on 1998/11/05 02:04:45
21462 Log: makefile notes
21464 ! win32/Makefile win32/makefile.mk
21465 ____________________________________________________________________________
21466 [ 2192] By: gsar on 1998/11/04 23:48:53
21467 Log: indeterminate order-of-evaluation fixes
21470 ____________________________________________________________________________
21471 [ 2191] By: gsar on 1998/11/04 23:02:16
21472 Log: refetch local stack pointer in POPSTACK
21475 ____________________________________________________________________________
21476 [ 2190] By: jhi on 1998/11/04 08:50:40
21477 Log: Configure update.
21478 Sequent DYNIX/ptx updates: osvers=$4 (instead of $3) of uname -a,
21480 From: Andy Dougherty <doughera@lafcol.lafayette.edu>
21481 To: Martin Bligh <mbligh@sequent.com>
21482 Cc: Jarkko Hietaniemi <jhi@iki.fi>
21483 Subject: Re: Perl 5's configure on DYNIX/ptx
21484 Message-Id: <Pine.SUN.3.96.981103090824.5533B-100000@newton.phys>
21485 Date: Tue, 3 Nov 1998 09:35:26 -0500 (EST)
21487 find sockets also from libsocket, not just libnet.
21488 OS390: $compile_ok instead of $compile for <inttypes.h>,
21490 From: pvhp@forte.com (Peter Prymmer)
21491 To: Thomas.Dorner@start.de, jhi@iki.fi, neale@VMA.TABNSW.COM.AU
21492 Subject: _53 not OK on os390 but looking better than ever
21493 Date: Tue, 3 Nov 98 17:33:22 PST
21494 Message-Id: <9811040133.AA09450@forte.com>
21497 ____________________________________________________________________________
21498 [ 2189] By: jhi on 1998/11/04 07:43:58
21499 Log: sysio.t failure: fix undefined order of evaluation, from
21501 From: Spider Boardman <spider@web.zk3.dec.com>
21502 Subject: Not OK: perl 5.00553 on alpha-thread 5.0 [PATCH]
21503 To: perlbug@perl.com
21504 Date: 4 Nov 1998 01:22:30 +0200
21505 Message-ID: <MLIST_199811032227.RAA143892@web.zk3.dec.com>
21508 ____________________________________________________________________________
21509 [ 2188] By: gsar on 1998/11/04 02:59:16
21510 Log: fix return value of win32_pclose()
21513 ____________________________________________________________________________
21514 [ 2187] By: gsar on 1998/11/04 02:56:34
21515 Log: s/sv_upgrade/SvUPGRADE/ a couple of places
21517 ! Changes doop.c gv.c util.c
21518 ____________________________________________________________________________
21519 [ 2186] By: jhi on 1998/11/03 08:17:52
21520 Log: Document quads in pack.
21523 ____________________________________________________________________________
21524 [ 2185] By: jhi on 1998/11/03 07:49:35
21525 Log: (IV) vs (I32) vs I_V()
21527 Subject: [PATCH 5.005_53] Reverting typecast in sv_upgrade()
21528 From: Anton Berezin <tobez@plab.ku.dk>
21529 To: "p5p" <perl5-porters@perl.org>
21530 Date: 01 Nov 1998 15:09:11 +0100
21531 Message-ID: <86hfwjtshk.fsf@lion.plab.ku.dk>
21535 From: Andy Dougherty <doughera@lafcol.lafayette.edu>
21536 Date: Mon, 2 Nov 1998 10:17:34 -0500 (EST)
21537 Message-Id: <Pine.SUN.3.96.981102101433.4479B-100000@newton.phys>
21540 ____________________________________________________________________________
21541 [ 2184] By: jhi on 1998/11/03 07:42:46
21542 Log: VM/ESA updates.
21545 ! MANIFEST pod/perlfunc.pod pod/perlport.pod
21546 ____________________________________________________________________________
21547 [ 2183] By: jhi on 1998/11/02 12:58:13
21548 Log: The id(1)-parsing is real fun.
21551 ____________________________________________________________________________
21552 [ 2182] By: jhi on 1998/11/02 12:07:43
21553 Log: Decommission the symlink test.
21555 ! t/op/lex_assign.t
21556 ____________________________________________________________________________
21557 [ 2181] By: jhi on 1998/11/02 12:03:08
21558 Log: Replace ATTR_JOINABLE with true Configure probe
21559 for PTHREAD_CREATE_JOINABLE (or equivalent:
21560 PTHREAD_CREATE_UNDETACHED or __UNDETACHED).
21561 Remove ATTR_JOINABLE itself: Thread.xs uses
21562 PTHREAD_CREATE_JOINABLE (or equivalent) directly.
21564 Really scan for <mach/cthreads.h> only if usethreads.
21566 ! Configure config_h.SH ext/Thread/Thread.xs thread.h
21567 ____________________________________________________________________________
21568 [ 2180] By: jhi on 1998/11/02 11:07:34
21569 Log: In HP-UX 10.X usethreads only if the required files are present.
21572 ____________________________________________________________________________
21573 [ 2179] By: jhi on 1998/11/02 09:10:33
21574 Log: Prefer groups(1).
21575 id -Gn can be broken.
21576 id -a can save the day.
21579 ____________________________________________________________________________
21580 [ 2178] By: jhi on 1998/11/02 08:35:29
21581 Log: Detrail enum comma.
21584 ____________________________________________________________________________
21585 [ 2177] By: jhi on 1998/11/02 08:24:12
21586 Log: 0**0 = 1, from
21588 From: d-lewart@uiuc.edu (Daniel S. Lewart)
21589 Subject: Math::Complex 0**0 patches
21590 Date: Sun, 1 Nov 1998 19:21:48 -0600 (CST)
21591 Message-Id: <199811020121.TAA28310@staff2.cso.uiuc.edu>
21592 To: jhi@iki.fi (Jarkko Hietaniemi),
21593 Raphael_Manfredi@grenoble.hp.com (Raphael Manfredi)
21595 ! lib/Math/Complex.pm t/lib/complex.t
21596 ____________________________________________________________________________
21597 [ 2168] By: gbarr on 1998/11/01 01:58:58
21598 Log: From: jan.dubois@ibm.net (Jan Dubois)
21599 Date: Fri, 09 Oct 1998 23:28:31 +0200
21600 Message-ID: <36217b7f.3193091@smtp1.ibm.net>
21601 Subject: [PATCH 5.005_02] Allow XS access to vtbl_*s when compiled with PERL_OBJECT
21602 Branch: maint-5.005/perl
21604 ____________________________________________________________________________
21605 [ 2164] By: jhi on 1998/10/31 15:50:02
21606 Log: Integrate from mainperl.
21608 +> t/op/lex_assign.t
21609 !> (integrate 45 files)
21615 ____________________________________________________________________________
21616 [ 2163] By: gsar on 1998/10/31 11:31:12
21617 Log: bump patchlevel; other minor fixes for clean build and test on
21620 ! Changes ext/Data/Dumper/Dumper.xs patchlevel.h pp.h sv.c
21621 ! t/lib/dumper.t t/op/groups.t t/op/lex_assign.t
21622 ! t/pragma/warn/regexec win32/Makefile win32/config_H.bc
21623 ! win32/config_H.gc win32/config_H.vc win32/makefile.mk
21625 ____________________________________________________________________________
21626 [ 2162] By: gsar on 1998/10/31 09:40:31
21627 Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
21628 Date: Fri, 30 Oct 1998 18:36:20 -0500 (EST)
21629 Message-Id: <199810302336.SAA17336@monk.mps.ohio-state.edu>
21630 Subject: Re: [PATCH 5.00552] Overloaded <> and deref again
21633 ____________________________________________________________________________
21634 [ 2161] By: gsar on 1998/10/31 09:39:13
21635 Log: From: Albert Dvornik <bert@genscan.com>
21636 Date: 30 Oct 1998 17:50:04 -0500
21637 Message-Id: <tqd879vf4z.fsf@puma.genscan.com>
21638 Subject: [PATCH perl5.00[45]] a2p: make sprintf less greedy without -o
21640 ! x2p/Makefile.SH x2p/a2p.c x2p/a2p.pod x2p/a2p.y x2p/a2py.c
21641 ____________________________________________________________________________
21642 [ 2160] By: gsar on 1998/10/31 09:35:03
21643 Log: fix for bugs in -x mode
21644 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
21645 Date: Sat, 31 Oct 1998 00:30:57 -0500 (EST)
21646 Message-Id: <199810310530.AAA22277@monk.mps.ohio-state.edu>
21647 Subject: [PATCH 5.00552] Fix h2xs
21650 ____________________________________________________________________________
21651 [ 2159] By: gsar on 1998/10/31 09:31:36
21652 Log: Data::Dumper update
21654 ! ext/Data/Dumper/Changes ext/Data/Dumper/Dumper.pm
21655 ! ext/Data/Dumper/Dumper.xs ext/Data/Dumper/Todo
21656 ____________________________________________________________________________
21657 [ 2153] By: gsar on 1998/10/30 21:40:09
21658 Log: add testsuite portion of patch
21659 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
21660 Date: Thu, 29 Oct 1998 23:20:01 -0500 (EST)
21661 Message-Id: <199810300420.XAA25651@monk.mps.ohio-state.edu>
21662 Subject: [PATCH 5.00321 ;-)] 87% speedup
21664 + t/op/lex_assign.t
21666 ____________________________________________________________________________
21667 [ 2152] By: gsar on 1998/10/30 21:08:11
21668 Log: mention the C<$SIG{CHLD} = 'IGNORE'> special case
21670 ! pod/perlfunc.pod pod/perlipc.pod pod/perlvar.pod
21671 ____________________________________________________________________________
21672 [ 2151] By: gsar on 1998/10/30 20:18:09
21673 Log: From: Mark-Jason Dominus <mjd@plover.com>
21674 Date: Fri, 30 Oct 1998 14:24:23 EST
21675 Message-Id: <19981030192423.27276.qmail@plover.com>
21676 Subject: PATCH: (5.005_02) a2p should use `chomp' instead of `chop'
21679 ____________________________________________________________________________
21680 [ 2150] By: gsar on 1998/10/30 20:08:57
21681 Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
21682 Date: Thu, 29 Oct 1998 22:04:54 -0500 (EST)
21683 Message-Id: <199810300304.WAA23291@monk.mps.ohio-state.edu>
21684 Subject: [PATCH 5.00552] Overloaded <> and deref again
21686 ! gv.c lib/overload.pm perl.h pp.c pp.h pp_hot.c pp_sys.c sv.c
21687 ! t/pragma/overload.t toke.c
21688 ____________________________________________________________________________
21689 [ 2149] By: gsar on 1998/10/30 19:38:15
21690 Log: From: Roderick Schertler <roderick@argon.org>
21691 Date: Thu, 29 Oct 1998 14:50:18 -0500
21692 Message-ID: <17625.909690618@eeyore.ibcinc.com>
21693 Subject: patch for daemonization docs in perlipc
21696 ____________________________________________________________________________
21697 [ 2148] By: gsar on 1998/10/30 19:36:07
21698 Log: From: Anton Berezin <tobez@plab.ku.dk>
21699 Date: 29 Oct 1998 17:06:25 +0100
21700 Message-ID: <86pvbbuzcu.fsf@lion.plab.ku.dk>
21701 Subject: [PATCH 5.005_52] win32_opendir() fails on empty drives
21704 ____________________________________________________________________________
21705 [ 2147] By: gsar on 1998/10/30 19:31:37
21706 Log: tweaked version of suggested patch
21707 From: Anton Berezin <tobez@plab.ku.dk>
21708 Date: 29 Oct 1998 14:48:54 +0100
21709 Message-ID: <86yapzv5q1.fsf@lion.plab.ku.dk>
21710 Subject: [PATCH 5.005_52] One more problem with win32_stat and MSVC
21713 ____________________________________________________________________________
21714 [ 2146] By: gsar on 1998/10/30 19:03:50
21715 Log: hand-apply whitespace-mutiliated patch
21716 From: "vishal bhatia" <vishalb@hotmail.com>
21717 Date: Wed, 28 Oct 1998 23:45:32 PST
21718 Message-ID: <19981029074534.2334.qmail@hotmail.com>
21719 Subject: [PATCH 5.005_52]Compiling modules,more bugfixes for B
21721 ! ext/B/B/C.pm ext/B/B/CC.pm
21722 ____________________________________________________________________________
21723 [ 2145] By: gsar on 1998/10/30 18:46:58
21724 Log: remaining PL_foo stragglers
21726 ! doio.c ext/B/B.pm ext/IPC/SysV/SysV.xs ext/Opcode/Opcode.pm
21727 ! op.h os2/os2.c vms/gen_shrfls.pl
21728 ____________________________________________________________________________
21729 [ 2144] By: gsar on 1998/10/30 17:38:36
21730 Log: integrate cfgperl tweaks into mainline
21732 !> Makefile.SH README.posix-bc doio.c ext/POSIX/POSIX.xs proto.h
21733 !> t/op/misc.t t/pragma/subs.t t/pragma/warning.t
21734 ____________________________________________________________________________
21735 [ 2143] By: jhi on 1998/10/30 13:27:39
21736 Log: There can be multiple yacc/bison errors.
21738 ! t/op/misc.t t/pragma/subs.t t/pragma/warning.t
21739 ____________________________________________________________________________
21740 [ 2142] By: jhi on 1998/10/30 13:18:43
21741 Log: README.posix-bc update.
21744 ____________________________________________________________________________
21745 [ 2141] By: jhi on 1998/10/30 09:12:59
21746 Log: #2133 fallout.
21748 ! doio.c ext/POSIX/POSIX.xs
21749 ____________________________________________________________________________
21750 [ 2140] By: jhi on 1998/10/30 08:43:18
21751 Log: Integrate from mainperl.
21753 +> globvar.sym pp.sym
21754 - objpp.h thread.sym
21755 !> (integrate 61 files)
21756 ____________________________________________________________________________
21757 [ 2133] By: gsar on 1998/10/30 02:51:39
21758 Log: phase 1 of somewhat major rearrangement of PERL_OBJECT stuff
21759 (objpp.h is gone, embed.pl now does some of that); objXSUB.h
21760 should soon be automated also; the global variables that
21761 escaped the PL_foo conversion are now reined in; renamed
21762 MAGIC in regcomp.h to REG_MAGIC to avoid collision with the
21763 type of same name; duplicated lists of pp_things in various
21764 places is now gone; result has only been tested on win32
21766 + globvar.sym pp.sym
21767 - objpp.h thread.sym
21768 ! MANIFEST Makefile.SH av.c bytecode.h byterun.h cop.h doio.c
21769 ! doop.c dump.c embed.h embed.pl embedvar.h ext/B/B.xs
21770 ! ext/POSIX/POSIX.xs ext/Thread/Thread.xs global.sym globals.c
21771 ! gv.c malloc.c mg.c objXSUB.h op.c opcode.h opcode.pl perl.c
21772 ! perl.h perl_exp.SH perlvars.h perly.c pod/perlguts.pod pp.c
21773 ! pp.h pp_ctl.c pp_hot.c pp_proto.h pp_sys.c proto.h regcomp.c
21774 ! regcomp.h regcomp.pl regcomp.sym regexec.c regnodes.h run.c
21775 ! scope.c sv.c t/op/filetest.t taint.c thrdvar.h toke.c util.c
21776 ! win32/Makefile win32/config.bc win32/config.gc win32/config.vc
21777 ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
21778 ! win32/makedef.pl win32/makefile.mk win32/perlhost.h
21779 ____________________________________________________________________________
21780 [ 2130] By: jhi on 1998/10/29 15:31:26
21781 Log: Pure bison yylex() proto was broken.
21784 ____________________________________________________________________________
21785 [ 2126] By: jhi on 1998/10/29 08:35:54
21786 Log: Integrate mainperl.
21788 !> INSTALL README.cygwin32 cygwin32/gcc2 cygwin32/ld2
21789 !> lib/ExtUtils/MakeMaker.pm lib/perl5db.pl malloc.c pp.c
21790 !> pp_ctl.c proto.h regexec.c t/pragma/overload.t
21791 !> t/pragma/warn/doio toke.c win32/makefile.mk
21792 ____________________________________________________________________________
21793 [ 2125] By: jhi on 1998/10/29 08:32:38
21794 Log: EBCDIC Makefile.SH iteration converges. Hopefully.
21797 ____________________________________________________________________________
21798 [ 2124] By: jhi on 1998/10/29 08:06:44
21799 Log: EBCDIC Makefile.SH tuneup.
21802 ____________________________________________________________________________
21803 [ 2119] By: gsar on 1998/10/28 23:24:04
21804 Log: remove doubled hunk from integration
21807 ____________________________________________________________________________
21808 [ 2118] By: gsar on 1998/10/28 22:03:31
21809 Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
21810 Date: Wed, 28 Oct 1998 01:23:27 -0500 (EST)
21811 Message-Id: <199810280623.BAA06968@monk.mps.ohio-state.edu>
21812 Subject: [PATCH 5.00552] Minor debugger tweaks
21815 ____________________________________________________________________________
21816 [ 2117] By: gsar on 1998/10/28 22:02:30
21817 Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
21818 Date: Wed, 28 Oct 1998 01:20:33 -0500 (EST)
21819 Message-Id: <199810280620.BAA06893@monk.mps.ohio-state.edu>
21820 Subject: [PATCH 5.00552] Make sort respect overloading
21822 ! pp_ctl.c proto.h t/pragma/overload.t
21823 ____________________________________________________________________________
21824 [ 2116] By: gsar on 1998/10/28 21:51:11
21825 Log: MM patches from Ilya Zakharevich
21826 Date: Wed, 28 Oct 1998 01:27:04 -0500 (EST)
21827 Message-Id: <199810280627.BAA07053@monk.mps.ohio-state.edu>
21828 Subject: [PATCH 5.00552] Make MakeMaker more verbose
21830 Date: Wed, 28 Oct 1998 01:25:36 -0500 (EST)
21831 Message-Id: <199810280625.BAA06980@monk.mps.ohio-state.edu>
21832 Subject: [PATCH 5.00552] Make MakeMaker ignore errors in kid Makefile.PL
21834 ! lib/ExtUtils/MakeMaker.pm
21835 ____________________________________________________________________________
21836 [ 2115] By: gsar on 1998/10/28 21:46:19
21837 Log: add explicit references to perl source path in ld2 and gcc2
21839 ! README.cygwin32 cygwin32/gcc2 cygwin32/ld2
21840 ____________________________________________________________________________
21841 [ 2114] By: gsar on 1998/10/28 21:39:56
21842 Log: From: Andy Dougherty <doughera@lafcol.lafayette.edu>
21843 Date: Tue, 27 Oct 1998 10:40:41 -0500 (EST)
21844 Message-Id: <Pine.SUN.3.96.981027103726.28498E-100000@newton.phys>
21845 Subject: [PATCH] Re: Problems with: Creating an installable tar archive
21848 ____________________________________________________________________________
21849 [ 2113] By: gsar on 1998/10/28 21:21:16
21850 Log: integrate cfgperl into mainline
21853 !> Configure MANIFEST Makefile.SH config_h.SH perl.h perly.y
21854 !> perly_c.diff pp.c proto.h t/comp/require.t t/io/pipe.t
21855 !> t/op/groups.t t/op/misc.t t/pragma/subs.t t/pragma/warning.t
21856 !> thread.h toke.c vmesa/Makefile
21857 ____________________________________________________________________________
21858 [ 2112] By: gsar on 1998/10/28 21:14:18
21861 ! malloc.c regexec.c t/pragma/warn/doio win32/makefile.mk
21862 ____________________________________________________________________________
21863 [ 2111] By: gsar on 1998/10/28 18:52:10
21864 Log: smarter C<$SIG{FOO} = BAREWORD;> warning
21867 ____________________________________________________________________________
21868 [ 2110] By: jhi on 1998/10/28 15:07:54
21869 Log: posix-bc doesn't want to regenerate a2p.h from a2p.y.
21872 ____________________________________________________________________________
21873 [ 2109] By: jhi on 1998/10/28 13:39:54
21874 Log: a2p.y needs to generate also y.tab.h.
21877 ____________________________________________________________________________
21878 [ 2108] By: jhi on 1998/10/28 10:33:36
21879 Log: The "parse error" must be converted to "syntax error",
21880 just matching it aint' enough.
21882 ! t/comp/require.t t/op/misc.t t/pragma/subs.t
21883 ! t/pragma/warning.t
21884 ____________________________________________________________________________
21885 [ 2107] By: jhi on 1998/10/28 10:23:05
21886 Log: Regen sig_n{ame,umber}* if slightest doubt.
21889 ____________________________________________________________________________
21890 [ 2106] By: jhi on 1998/10/28 08:44:49
21891 Log: Bison says 'parse error', not 'parser error'.
21893 ! t/comp/require.t t/op/misc.t t/pragma/subs.t
21894 ! t/pragma/warning.t
21895 ____________________________________________________________________________
21896 [ 2105] By: jhi on 1998/10/28 08:42:09
21897 Log: yylex() parametrization.
21900 ____________________________________________________________________________
21901 [ 2104] By: jhi on 1998/10/28 08:25:09
21902 Log: Bring in #2102.
21905 ____________________________________________________________________________
21906 [ 2103] By: jhi on 1998/10/28 08:22:04
21907 Log: From: Dominic Dunlop <domo@vo.lu>
21908 Subject: [PATCH 5.005_02] Re: perl5.004_04 testing problem
21909 Date: 27 Oct 1998 20:47:25 +0200
21910 Message-ID: <MLIST_v03110700b25b7dc95bbc@[212.24.192.87]>
21913 ____________________________________________________________________________
21914 [ 2102] By: larry on 1998/10/27 18:58:55
21915 Log: utf8 change to quotemeta broke EBCDIC
21918 ____________________________________________________________________________
21919 [ 2101] By: jhi on 1998/10/27 12:55:34
21920 Log: $Config{sig_num_init}.
21921 Also, a new approach to the 'pthreads-created-joinable': drop
21922 it and use {PTHREAD_CREATE_{JOINABLE,UNDETACHED},__UNDETACHED}
21923 directly. (See also #2096).
21925 ! Configure config_h.SH
21926 ____________________________________________________________________________
21927 [ 2100] By: jhi on 1998/10/27 10:48:55
21928 Log: Regenerated perly_c.diff.
21931 ____________________________________________________________________________
21932 [ 2099] By: jhi on 1998/10/27 08:42:25
21933 Log: First the mangler was Netscape, then it was me.
21936 ____________________________________________________________________________
21937 [ 2098] By: jhi on 1998/10/27 08:34:40
21938 Log: `id -Gn` might be available where `groups` is not.
21941 ____________________________________________________________________________
21942 [ 2097] By: jhi on 1998/10/27 08:05:17
21943 Log: Netscape had mangled the tabs.
21946 ____________________________________________________________________________
21947 [ 2096] By: jhi on 1998/10/27 08:03:05
21948 Log: ATTR_JOINABLE logic, based on (private email)
21950 From: Neale Ferguson <neale@VMA.TABNSW.COM.AU>
21951 Subject: Some little diffs
21952 Message-ID: <36350969.DA33E7B4@mailbox.tabnsw.com.au>
21953 Date: Tue, 27 Oct 1998 13:44:42 +1300
21956 ____________________________________________________________________________
21957 [ 2095] By: jhi on 1998/10/27 07:56:57
21958 Log: Mach cthreads support based on:
21960 From: brie@corp.home.net (Brian Harrison)
21961 Subject: perl5.005_02 patch for mthreads
21962 To: perl5-porters@perl.org
21963 Date: 24 Oct 1998 01:01:55 +0300
21964 Message-ID: <MLIST_Pine.GSO.4.04.9810231410220.11111-200000@sulaco.eos.home.net>
21966 Pthread yield probe (dejavu)
21967 Cosmetic nanochange for the union semun output.
21968 Better inttypes.h probe.
21969 Undo the 'void *' $selecttype probe from #1971 because
21970 it breaks the $selectminbits test.
21972 ! Configure config_h.SH perl.h thread.h
21973 ____________________________________________________________________________
21974 [ 2094] By: jhi on 1998/10/26 13:02:07
21975 Log: Also posix-bc wants to reyacc.
21978 ____________________________________________________________________________
21979 [ 2093] By: jhi on 1998/10/26 10:17:21
21980 Log: Removed !(*s & 0x80) from pp_quotemeta(), introduced after
21981 5_02 and really breaking things in non-ASCII worlds.
21984 ____________________________________________________________________________
21985 [ 2092] By: jhi on 1998/10/26 09:08:00
21986 Log: More robustness.
21988 ! t/comp/require.t t/op/misc.t t/pragma/subs.t
21989 ! t/pragma/warning.t
21990 ____________________________________________________________________________
21991 [ 2091] By: jhi on 1998/10/26 08:47:32
21992 Log: s/YYLEXPARAM/PERL_YYLEX_PARAM_DECL/g
21993 Bison really wants YYLEX_PARAM.
21995 ! perly.y proto.h toke.c
21996 ____________________________________________________________________________
21997 [ 2090] By: jhi on 1998/10/26 08:21:25
21998 Log: s/YYLEX_PARAM/YYLEXPARAM/
22001 ____________________________________________________________________________
22002 [ 2089] By: jhi on 1998/10/26 08:17:33
22003 Log: Indicate skipped subtests.
22006 ____________________________________________________________________________
22007 [ 2088] By: jhi on 1998/10/26 08:11:36
22008 Log: Integrate from mainperl.
22010 !> (integrate 54 files)
22011 ____________________________________________________________________________
22012 [ 2087] By: jhi on 1998/10/26 08:08:02
22013 Log: Add test for filetests.
22017 ____________________________________________________________________________
22018 [ 2086] By: gsar on 1998/10/26 02:44:44
22019 Log: various win32 tweaks; disable new xs_cpp section (it creates
22020 ambiguous inference graph for %.xs --> %.o)
22022 ! ext/Thread/Thread.xs gv.c lib/ExtUtils/MakeMaker.pm mg.c pp.c
22023 ! pp_hot.c proto.h win32/GenCAPI.pl win32/Makefile
22024 ! win32/config.gc win32/config_H.gc win32/makedef.pl
22025 ! win32/makefile.mk win32/win32.h
22026 ____________________________________________________________________________
22027 [ 2085] By: gsar on 1998/10/26 00:50:02
22028 Log: sanity-check $Config{drand01} in rand.t
22030 ! t/op/rand.t win32/config.bc win32/config.gc win32/config.vc
22031 ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
22032 ____________________________________________________________________________
22033 [ 2078] By: gsar on 1998/10/25 10:22:04
22034 Log: update win32/config*.?c
22036 ! Changes win32/config.bc win32/config.gc win32/config.vc
22037 ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
22038 ____________________________________________________________________________
22039 [ 2077] By: gsar on 1998/10/25 08:39:25
22040 Log: From: Graham Barr <gbarr@pobox.com>
22041 Date: Sat, 24 Oct 1998 21:45:50 -0500
22042 Message-ID: <19981024214550.C508@pobox.com>
22043 Subject: Re: die with a reference should use overload "" operator
22046 ____________________________________________________________________________
22047 [ 2076] By: gsar on 1998/10/25 08:37:49
22048 Log: From: Graham Barr <gbarr@pobox.com>
22049 Date: Sat, 24 Oct 1998 12:45:21 -0500
22050 Message-ID: <19981024124521.C512@pobox.com>
22051 Subject: [PATCH 5.005_02] Re: Auto-incrementing tied scalar causes SEGV
22054 ____________________________________________________________________________
22055 [ 2075] By: gsar on 1998/10/25 08:24:09
22056 Log: fix C<print $n += 5;> etc.
22059 ____________________________________________________________________________
22060 [ 2074] By: gsar on 1998/10/25 08:12:28
22061 Log: list builtins with portability caveats
22062 From: Jarkko Hietaniemi <jhi@iki.fi>
22063 Date: Fri, 23 Oct 1998 14:05:23 +0300 (EET DST)
22064 Message-Id: <199810231105.OAA02411@alpha.hut.fi>
22065 Subject: [PATCH] 5.005_02 and 5.005_52: perlfunc.pod and perlport.pod
22068 ____________________________________________________________________________
22069 [ 2073] By: gsar on 1998/10/25 07:55:43
22070 Log: fix stack overrun in file test operators
22073 ____________________________________________________________________________
22074 [ 2072] By: gsar on 1998/10/25 07:29:45
22075 Log: implement C<goto &func> and other fixes (via private mail)
22076 From: "vishal bhatia" <vishalb@hotmail.com>
22077 Date: Wed, 21 Oct 1998 22:59:03 PDT
22078 Message-Id: <19981022055904.20083.qmail@hotmail.com>
22079 Subject: [PATCH 5.005_52] More fixes for B
22081 ! ext/B/B.pm ext/B/B.xs ext/B/B/C.pm ext/B/B/CC.pm
22082 ____________________________________________________________________________
22083 [ 2071] By: gsar on 1998/10/25 07:14:41
22084 Log: From: Graham Barr <gbarr@pobox.com>
22085 Date: Sat, 17 Oct 1998 20:42:41 -0500
22086 Message-ID: <19981017204241.G510@pobox.com>
22087 Subject: Re: taint checking for: use lib "$ENV{'EVIL'}"
22090 ____________________________________________________________________________
22091 [ 2070] By: gsar on 1998/10/25 07:07:29
22092 Log: avoid bogus line number in XSUB redefined warnings
22095 ____________________________________________________________________________
22096 [ 2069] By: gsar on 1998/10/25 06:59:03
22097 Log: From: Martijn Koster <mak@excitecorp.com>
22098 Date: Wed, 21 Oct 1998 13:12:03 +0100
22099 Message-ID: <19981021131203.A15661@excitecorp.com>
22100 Subject: File::Path::mkpath reports the wrong error
22103 ____________________________________________________________________________
22104 [ 2068] By: gsar on 1998/10/25 06:54:43
22105 Log: From: Zachary Miller <zcmiller@simon.er.usgs.gov>
22106 Date: Tue, 20 Oct 1998 20:52:20 -0500
22107 Message-Id: <199810210152.UAA07792@simon.er.usgs.gov>
22108 Subject: Exporter.pm's export_to_level() argument handling buggy
22111 ____________________________________________________________________________
22112 [ 2067] By: gsar on 1998/10/25 06:50:19
22113 Log: From: jan.dubois@ibm.net (Jan Dubois)
22114 Date: Wed, 21 Oct 1998 00:55:51 +0200
22115 Message-ID: <36380269.55370608@smtp1.ibm.net>
22116 Subject: Make _really_ sure Dynaloader.xs code is initialized only once
22118 ! ext/DynaLoader/DynaLoader_pm.PL
22119 ____________________________________________________________________________
22120 [ 2066] By: gsar on 1998/10/25 06:48:19
22121 Log: recognize '%' as a shell metachar for win32
22122 From: jan.dubois@ibm.net (Jan Dubois)
22123 Date: Tue, 20 Oct 1998 21:57:35 +0200
22124 Message-ID: <3636ea31.49170453@smtp1.ibm.net>
22125 Subject: [PATCH 5.005_02, Win32] Re: %ENV% not expanded in backquotes?
22128 ____________________________________________________________________________
22129 [ 2065] By: gsar on 1998/10/25 06:46:30
22130 Log: remove FAST_SV_GETS remnant (as suggested by Gisle Aas)
22133 ____________________________________________________________________________
22134 [ 2064] By: gsar on 1998/10/25 06:45:09
22135 Log: From: Gisle Aas <gisle@aas.no>
22136 Date: 20 Oct 1998 14:24:44 +0200
22137 Message-ID: <m34sszctf7.fsf@furu.g.aas.no>
22138 Subject: ord() and unpack("U*",...) should not be negative
22141 ____________________________________________________________________________
22142 [ 2063] By: gsar on 1998/10/25 06:42:29
22143 Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
22144 Date: Sun, 18 Oct 1998 23:20:57 -0400 (EDT)
22145 Message-Id: <199810190320.XAA28249@monk.mps.ohio-state.edu>
22146 Subject: [PATCH 5.005_*] Improve sbrk() on OS/2
22149 ____________________________________________________________________________
22150 [ 2062] By: gsar on 1998/10/25 06:41:26
22151 Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
22152 Date: Sun, 18 Oct 1998 23:10:29 -0400 (EDT)
22153 Message-Id: <199810190310.XAA28102@monk.mps.ohio-state.edu>
22154 Subject: [PATCH 5.005_*] Speed up aassign
22157 ____________________________________________________________________________
22158 [ 2061] By: gsar on 1998/10/25 06:39:04
22159 Log: From: Graham Barr <gbarr@pobox.com>
22160 Date: Sat, 17 Oct 1998 22:22:02 -0500
22161 Message-ID: <19981017222202.J510@pobox.com>
22162 Subject: Re: '*' prototype does not allow bareword with strict
22165 ____________________________________________________________________________
22166 [ 2060] By: gsar on 1998/10/25 06:37:34
22167 Log: handle '::' in section names properly
22168 From: Graham Barr <gbarr@pobox.com>
22169 Date: Sat, 17 Oct 1998 12:57:54 -0500
22170 Message-ID: <19981017125754.C510@pobox.com>
22171 Subject: Re: pod2html
22174 ____________________________________________________________________________
22175 [ 2059] By: gsar on 1998/10/25 06:33:43
22176 Log: integrate changes#1982,2014,2021 (from maint-5.005)
22178 !> av.c doop.c ext/POSIX/POSIX.xs hv.c lib/ExtUtils/MakeMaker.pm
22179 !> mg.c mg.h pp.c pp_hot.c pp_sys.c scope.c t/op/tie.t
22180 ____________________________________________________________________________
22181 [ 2058] By: gsar on 1998/10/25 05:44:17
22182 Log: allow more win32 symbol exports (suggested by Jan Dubois)
22185 ____________________________________________________________________________
22186 [ 2057] By: gsar on 1998/10/25 05:40:40
22187 Log: integrate change#2053 from maint-5.005
22189 !> cop.h t/cmd/while.t
22190 ____________________________________________________________________________
22191 [ 2056] By: gsar on 1998/10/25 05:16:41
22192 Log: commented version of a patch suggested by Drago Goricanec
22193 From: Jarkko Hietaniemi <jhi@cc.hut.fi>
22194 Date: 16 Oct 1998 15:24:45 +0300
22195 Message-ID: <oeeogrc1ype.fsf@alpha.hut.fi>
22196 Subject: Re: [PATCH 5.005_52] Linux select fails with more than 32 FDs
22199 ____________________________________________________________________________
22200 [ 2055] By: gsar on 1998/10/25 05:11:03
22201 Log: include eof() in description of buffering caveats
22202 From: Anton Berezin <tobez@plab.ku.dk>
22203 Date: Fri, 16 Oct 1998 19:22:41 +0200 (CEST)
22204 Message-Id: <199810161722.TAA28813@lion.plab.ku.dk>
22205 Subject: [DOCPATCH] pod/perlfunc.pod
22208 ____________________________________________________________________________
22209 [ 2054] By: gsar on 1998/10/25 05:07:42
22210 Log: disallow 'x' in hex numbers (except leading '0x')
22211 From: Gisle Aas <gisle@aas.no>
22212 Date: 16 Oct 1998 16:33:12 +0200
22213 Message-ID: <m3n26wtw47.fsf@furu.g.aas.no>
22214 Subject: Re: [PATCH 5.005_52] 'x' is not a legal hex digit
22216 ! perlvars.h t/op/oct.t util.c
22217 ____________________________________________________________________________
22218 [ 2052] By: gsar on 1998/10/25 04:49:04
22219 Log: avoid the circular refcnt logic in magic_mutexfree()
22221 ! mg.c pp.c pp_hot.c
22222 ____________________________________________________________________________
22223 [ 2051] By: gsar on 1998/10/25 04:35:07
22224 Log: properly restore PL_rsfp_filters after require
22226 ! embed.h global.sym objXSUB.h objpp.h pp_ctl.c proto.h scope.c
22228 ____________________________________________________________________________
22229 [ 2050] By: gsar on 1998/10/25 02:42:32
22230 Log: integrate cfgperl changes back into mainline
22232 +> README.posix-bc hints/posix-bc.sh hints/vmesa.sh
22233 +> vmesa/Makefile vmesa/vmesa.c vmesa/vmesaish.h
22234 !> (integrate 33 files)
22235 ____________________________________________________________________________
22236 [ 2049] By: gsar on 1998/10/25 01:30:48
22237 Log: avoid "mysterious" compile-time failures without messages
22240 ____________________________________________________________________________
22241 [ 2041] By: gsar on 1998/10/23 21:11:56
22242 Log: checkin jpl under //depot/perlext/jpl/...
22244 + jpl/JNI/Changes jpl/JNI/JNI.pm jpl/JNI/JNI.xs jpl/JNI/MANIFEST
22245 + jpl/JNI/Makefile.PL jpl/JNI/test.pl jpl/JNI/typemap
22246 + jpl/JPL/AutoLoader.pm jpl/JPL/Class.pm jpl/JPL/Compile.pm
22247 + jpl/JPL/Makefile.PL jpl/JPL_Rolo/JPL_Rolo.jpl
22248 + jpl/JPL_Rolo/Makefile.PL jpl/JPL_Rolo/README
22249 + jpl/JPL_Rolo/cardfile jpl/PerlInterpreter/Makefile
22250 + jpl/PerlInterpreter/Makefile.PL
22251 + jpl/PerlInterpreter/PerlInterpreter.c
22252 + jpl/PerlInterpreter/PerlInterpreter.h
22253 + jpl/PerlInterpreter/PerlInterpreter.java jpl/README
22254 + jpl/Sample/Makefile.PL jpl/Sample/Sample.jpl
22255 + jpl/Test/Makefile.PL jpl/Test/Test.jpl jpl/bin/jpl
22256 + jpl/get_jdk/README jpl/get_jdk/get_jdk.pl
22257 + jpl/get_jdk/jdk_hosts jpl/install-jpl
22258 ____________________________________________________________________________
22259 [ 2040] By: larry on 1998/10/23 19:31:42
22260 Log: chr(0xFFFFFFFF) didn't translate to utf8 character
22263 ____________________________________________________________________________
22264 [ 2039] By: larry on 1998/10/23 18:48:34
22265 Log: tr///d does not seem to work
22267 ! lib/utf8_heavy.pl
22268 ____________________________________________________________________________
22269 [ 2038] By: larry on 1998/10/23 18:00:41
22270 Log: Program with utf8 identifiers fails to compile
22272 ! doop.c gv.c op.c pp.c pp_hot.c toke.c
22273 ____________________________________________________________________________
22274 [ 2037] By: jhi on 1998/10/23 14:04:51
22275 Log: Test suite portability:
22276 - posix-bc does not write to broken pipes
22277 - filehand #11 only iff we have fork
22278 - warning.t can now match $expected using regular expressions
22280 ! t/io/pipe.t t/lib/filehand.t t/pragma/warn/doio
22281 ! t/pragma/warning.t
22282 ____________________________________________________________________________
22283 [ 2036] By: jhi on 1998/10/23 12:12:07
22284 Log: yacc clarification.
22287 ____________________________________________________________________________
22288 [ 2035] By: jhi on 1998/10/23 12:09:59
22289 Log: Some C compilers get upset about 8-bit characters in /* comments. */
22292 ____________________________________________________________________________
22293 [ 2034] By: jhi on 1998/10/22 09:11:52
22294 Log: Configure update: both for pthread_yield more robust
22295 testing (all variants of pthread_attr_getdetachstate()) --
22296 and because Configure was broken in major way! About 1000
22297 last lines were truncated.
22300 ____________________________________________________________________________
22301 [ 2033] By: jhi on 1998/10/22 07:47:10
22302 Log: DJGPP feedback for #2028.
22305 ____________________________________________________________________________
22306 [ 2032] By: jhi on 1998/10/21 13:03:57
22307 Log: yielding, the saga continues.
22309 ! Configure config_h.SH
22310 !> av.c lib/constant.pm op.c pod/perldiag.pod pp_ctl.c
22311 !> t/op/goto.t t/pragma/constant.t
22312 ____________________________________________________________________________
22313 [ 2031] By: jhi on 1998/10/21 09:15:42
22314 Log: VM/ESA feedback for #2028.
22316 ! Configure config_h.SH thread.h
22317 ____________________________________________________________________________
22318 [ 2030] By: gsar on 1998/10/21 04:22:53
22319 Log: fix handling of mayhaps-extended @_ in goto &sub
22321 ! av.c pp_ctl.c t/op/goto.t
22322 ____________________________________________________________________________
22323 [ 2029] By: gsar on 1998/10/21 00:54:14
22324 Log: restore sanity to "constant" references
22326 ! lib/constant.pm op.c pod/perldiag.pod t/pragma/constant.t
22327 ____________________________________________________________________________
22328 [ 2028] By: jhi on 1998/10/20 15:01:20
22329 Log: OLD_PTHREADS_API reorganizing.
22331 ! dosish.h ext/Thread/Thread.xs perl.h thread.h util.c
22333 ____________________________________________________________________________
22334 [ 2027] By: jhi on 1998/10/20 14:14:51
22335 Log: #2026 fallout.
22338 ____________________________________________________________________________
22339 [ 2026] By: jhi on 1998/10/20 11:47:21
22340 Log: VM/ESA update.
22342 ! Makefile.SH vmesa/vmesa.c vmesa/vmesaish.h
22343 ____________________________________________________________________________
22344 [ 2025] By: jhi on 1998/10/20 08:20:56
22345 Log: 64-bitness, based on
22347 From: Scott Henry <scotth@sgi.com>
22348 To: perl-64bit@perl.org
22349 Message-ID: <yd8u30zyerl.fsf@hoshi.engr.sgi.com>
22350 Subject: Re: Configure problems/questions...
22351 Date: 19 Oct 1998 22:38:06 -0700
22353 ! hints/irix_6.sh perl.h
22354 ____________________________________________________________________________
22355 [ 2024] By: jhi on 1998/10/20 08:09:07
22356 Log: Add lseeksize.
22359 ____________________________________________________________________________
22360 [ 2023] By: jhi on 1998/10/20 08:08:33
22361 Log: Mumble about _yields() only when threaded.
22364 ____________________________________________________________________________
22365 [ 2022] By: jhi on 1998/10/20 07:46:26
22366 Log: Thinko at PTHREADS_CREATED_JOINABLE.
22369 ____________________________________________________________________________
22370 [ 2021] By: gbarr on 1998/10/20 01:25:23
22371 Log: From: Chip Salzenberg <chip@perlsupport.com>
22372 Date: Tue, 6 Oct 1998 13:33:05 -0400
22373 Message-ID: <19981006133305.A2348@perlsupport.com>
22374 Subject: [PATCH] 5.005_02: Eliminate leak on self-ties
22375 Branch: maint-5.005/perl
22376 ! av.c doop.c hv.c mg.c mg.h pp.c pp_hot.c pp_sys.c scope.c
22378 ____________________________________________________________________________
22379 [ 2020] By: jhi on 1998/10/19 09:15:53
22380 Log: YIELD more robustly.
22383 ____________________________________________________________________________
22384 [ 2019] By: jhi on 1998/10/19 08:48:33
22385 Log: VM/ESA (and OS390) are in between of OLD_PTHREADS_API and
22386 the 'new' one (just like DJGPP, it seems).
22389 ____________________________________________________________________________
22390 [ 2018] By: jhi on 1998/10/19 07:02:44
22391 Log: vmesaish.h doesn't exclude unixish.h.
22394 ____________________________________________________________________________
22395 [ 2017] By: jhi on 1998/10/19 06:44:19
22396 Log: 1<<$randbits is not good for randbits=48.
22399 ____________________________________________________________________________
22400 [ 2016] By: jhi on 1998/10/19 06:39:47
22401 Log: Make #2012 glob pattern more portable.
22404 ____________________________________________________________________________
22405 [ 2014] By: gbarr on 1998/10/17 20:31:42
22406 Log: Fix POSIX::sigprocmask not to check type of $old parameter
22407 as it is output only
22408 Branch: maint-5.005/perl
22409 ! ext/POSIX/POSIX.xs
22410 ____________________________________________________________________________
22411 [ 2012] By: jhi on 1998/10/17 15:04:23
22412 Log: clean numbered core dumps and t/tmp[0-9]*.
22415 ____________________________________________________________________________
22416 [ 2011] By: jhi on 1998/10/17 14:59:15
22417 Log: More robust yacc/bison failure output handling.
22419 ! t/comp/require.t t/op/misc.t t/pragma/subs.t
22420 ____________________________________________________________________________
22421 [ 2010] By: jhi on 1998/10/17 14:51:05
22422 Log: BC2000 POSIX update.
22425 ____________________________________________________________________________
22426 [ 2009] By: jhi on 1998/10/17 14:49:46
22427 Log: POSIX BC2000 port from perl-mvs:
22429 Subject: Ported perl 5.005.02 to BS2000 / POSIX
22430 From: Dorner Thomas <Thomas.Dorner@start.de>
22431 Date: Tue, 29 Sep 1998 13:29:36 +0100
22432 Message-ID: <9CE47B416A24D2118BC40000F84009B20B72C5@start.de>
22434 + README.posix-bc hints/posix-bc.sh
22435 ! Configure MANIFEST perl.c perly.y proto.h t/lib/cgi-html.t
22436 ! t/op/magic.t t/op/pack.t t/op/quotemeta.t t/op/subst.t toke.c
22438 ____________________________________________________________________________
22439 [ 2008] By: jhi on 1998/10/17 14:07:49
22440 Log: VM/ESA-update.
22443 ____________________________________________________________________________
22444 [ 2007] By: jhi on 1998/10/17 13:55:34
22445 Log: Forgot few S_I* imports.
22448 ____________________________________________________________________________
22449 [ 2006] By: jhi on 1998/10/17 13:43:54
22450 Log: The VM/ESA port essentials, based on
22454 From: Neale Ferguson <neale@VMA.TABNSW.COM.AU>
22455 Subject: Re: Can't find Data/Dumper.pm
22456 Date: Mon, 28 Sep 1998 07:40:49 +1300
22457 Message-ID: <360E86B0.23847AF4@mailbox.tabnsw.com.au>
22461 From: Neale Ferguson <neale@VMA.TABNSW.COM.AU>
22462 Subject: Re: Perl thread problems in VM/ESA
22463 Date: Thu, 15 Oct 1998 07:18:35 +1300
22464 Message-ID: <3624EAFA.16163A2B@mailbox.tabnsw.com.au>
22468 From: Neale Ferguson <NEALE@PUCC.PRINCETON.EDU>
22469 Subject: perl archive
22470 Date: Sun, 11 Oct 1998 19:28:54 EDT
22471 Message-Id: <19981011233112Z67215-26626+1513@outbound.Princeton.EDU>
22472 which gave a pointer to
22474 http://pucc.princeton.edu/~neale/perl.tar
22476 (based on Perl 5.005_51)
22478 + hints/vmesa.sh vmesa/Makefile vmesa/vmesa.c vmesa/vmesaish.h
22479 ! ext/Errno/Errno_pm.PL perl.c perl.h perly.y pp_sys.c
22480 ! t/io/pipe.t t/lib/cgi-html.t t/lib/ipc_sysv.t t/op/magic.t
22481 ! t/op/pack.t t/op/quotemeta.t t/op/subst.t util.c x2p/a2p.h
22482 ____________________________________________________________________________
22483 [ 2005] By: jhi on 1998/10/17 13:17:19
22484 Log: Integrate mainperl.
22486 !> Porting/genlog ext/B/B/CC.pm ext/POSIX/POSIX.pm
22487 !> lib/ExtUtils/MM_Win32.pm lib/ExtUtils/MakeMaker.pm
22488 !> lib/Term/Complete.pm op.c opcode.h opcode.pl os2/Makefile.SHs
22489 !> os2/os2.c pod/perlfunc.pod pod/perlxs.pod pp.c sv.c
22490 !> t/op/grent.t t/op/sysio.t t/op/tiehandle.t toke.c
22491 !> utils/perldoc.PL vms/ext/Stdio/Stdio.pm win32/Makefile
22492 !> win32/makefile.mk
22493 ____________________________________________________________________________
22494 [ 2004] By: jhi on 1998/10/17 11:19:06
22495 Log: Removed an extra ' from the int64_t test.
22498 ____________________________________________________________________________
22499 [ 2003] By: gsar on 1998/10/17 04:11:40
22500 Log: silence -w noises (suggested by Greg Bacon)
22502 ! lib/Term/Complete.pm
22503 ____________________________________________________________________________
22504 [ 2002] By: gsar on 1998/10/17 04:07:48
22505 Log: From: Gisle Aas <gisle@aas.no>
22506 Date: 14 Oct 1998 15:53:14 +0200
22507 Message-ID: <m3g1cr9rn9.fsf@furu.g.aas.no>
22508 Subject: Re: chr(0xFFFF_FFFF) and "\x{10_FFFF}" [PATCH 5.005_52]
22511 ____________________________________________________________________________
22512 [ 2001] By: gsar on 1998/10/17 04:06:10
22513 Log: From: Gisle Aas <gisle@aas.no>
22514 Date: 14 Oct 1998 15:17:44 +0200
22515 Message-ID: <m3iuhn9taf.fsf@furu.g.aas.no>
22516 Subject: [PATCH 5.005_52] Core dump from "Missing right brace on \x{}"
22519 ____________________________________________________________________________
22520 [ 2000] By: gsar on 1998/10/17 03:06:33
22521 Log: From: Gisle Aas <gisle@aas.no>
22522 Date: 14 Oct 1998 00:38:06 +0200
22523 Message-ID: <m3iuhonl4h.fsf@furu.g.aas.no>
22524 Subject: [PATCH 5.005_52] utf8 substr can access memory outside PVX buffer
22527 ____________________________________________________________________________
22528 [ 1999] By: gsar on 1998/10/17 03:04:48
22529 Log: From: Dan Sugalski <sugalskd@osshe.edu>
22530 Date: Tue, 13 Oct 1998 15:10:57 -0700
22531 Message-Id: <3.0.6.32.19981013151057.00a947a0@ous.edu>
22532 Subject: [PATCH 5.004/5.005/5.006]Doc patch to VMS::Stdio module
22534 ! vms/ext/Stdio/Stdio.pm
22535 ____________________________________________________________________________
22536 [ 1998] By: gsar on 1998/10/17 03:00:40
22537 Log: skip readonly vars and unref references when doing a reset()
22540 ____________________________________________________________________________
22541 [ 1997] By: gsar on 1998/10/17 02:49:19
22542 Log: fix buggy treatment of large checksums on unicode strings
22543 From: Gisle Aas <gisle@aas.no>
22544 Date: 13 Oct 1998 21:35:39 +0200
22545 Message-ID: <m31zocp850.fsf@furu.g.aas.no>
22546 Subject: unpack("%48U*",...) [PATCH 5.005_52]
22549 ____________________________________________________________________________
22550 [ 1996] By: gsar on 1998/10/17 02:43:22
22551 Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
22552 Date: Tue, 13 Oct 1998 04:46:00 -0400 (EDT)
22553 Message-Id: <199810130846.EAA00769@monk.mps.ohio-state.edu>
22554 Subject: [PATCH 5.005_52] Memory overrun in os2.c
22556 ! os2/Makefile.SHs os2/os2.c
22557 ____________________________________________________________________________
22558 [ 1995] By: gsar on 1998/10/17 02:42:01
22559 Log: clarify section name rules for typemaps
22562 ____________________________________________________________________________
22563 [ 1994] By: gsar on 1998/10/17 02:33:02
22564 Log: whitespace-proof grent.t
22567 ____________________________________________________________________________
22568 [ 1993] By: gsar on 1998/10/17 02:27:29
22569 Log: fix bug in B::CC::pp_sassign()
22570 From: "vishal bhatia" <vishalb@hotmail.com>
22571 Date: Sun, 11 Oct 1998 18:41:38 PDT
22572 Message-ID: <19981012014139.19614.qmail@hotmail.com>
22573 Subject: B::CC problems with pp_sassign routine
22576 ____________________________________________________________________________
22577 [ 1992] By: gsar on 1998/10/17 02:17:49
22578 Log: applied suggested patch with small doc tweak
22579 From: Gisle Aas <gisle@aas.no>
22580 Date: 11 Oct 1998 12:53:13 +0200
22581 Message-ID: <m3u31bfjza.fsf@furu.g.aas.no>
22582 Subject: Re: [PATCH 5.005_52] Optional syswrite LENGTH argument
22584 ! opcode.h opcode.pl pod/perlfunc.pod pp_sys.c t/op/sysio.t
22586 ____________________________________________________________________________
22587 [ 1991] By: gsar on 1998/10/17 02:08:30
22588 Log: apply non-conflicting parts from suggested patch
22589 From: jan.dubois@ibm.net (Jan Dubois)
22590 Date: Sat, 10 Oct 1998 13:15:45 +0200
22591 Message-ID: <36223ed7.18279374@smtp1.ibm.net>
22592 Subject: [PATCH 5.005_52] Still more MakeMaker patches
22594 ! lib/ExtUtils/MM_Win32.pm lib/ExtUtils/MakeMaker.pm
22595 ____________________________________________________________________________
22596 [ 1990] By: gsar on 1998/10/17 02:01:24
22597 Log: provide option to enable optimization with VC (suggested by Jan
22600 ! win32/Makefile win32/makefile.mk
22601 ____________________________________________________________________________
22602 [ 1989] By: gsar on 1998/10/17 01:55:27
22603 Log: Rhapsody DR2 has bsd/ctypes.h, not objc/NXCType.h (suggested by
22604 Dave Leppik <dleppik@gage.com>
22607 ____________________________________________________________________________
22608 [ 1988] By: gsar on 1998/10/17 01:49:05
22609 Log: stray typo found by Hugo van der Sanden
22612 ____________________________________________________________________________
22613 [ 1987] By: gsar on 1998/10/17 01:45:52
22614 Log: perldoc pod update
22615 From: Daniel Grisinger <dgris@perrin.dimensional.com>
22616 Date: 06 Oct 1998 23:56:51 -0600
22617 Message-ID: <m3g1d0kj8c.fsf@perrin.dimensional.com>
22618 Subject: [PATCH _02 and _52] perldoc
22621 ____________________________________________________________________________
22622 [ 1986] By: gsar on 1998/10/17 01:41:40
22623 Log: qualify names of builtins
22625 ! ext/POSIX/POSIX.pm
22626 ____________________________________________________________________________
22627 [ 1982] By: gbarr on 1998/10/17 00:20:57
22628 Log: From: Jochen Wiedmann <joe@ispsoft.de>
22629 Date: Thu, 17 Sep 1998 17:16:06 +0200
22630 Message-ID: <360127B6.E44564A@ispsoft.de>
22631 Subject: [PATCH] ExtUtils::MakeMaker::prompt cannot return 0
22632 Branch: maint-5.005/perl
22633 ! lib/ExtUtils/MakeMaker.pm
22634 ____________________________________________________________________________
22635 [ 1978] By: gsar on 1998/10/16 01:58:58
22636 Log: integrate cfgperl mods into mainline
22638 +> ext/DynaLoader/dl_vmesa.xs
22640 !> Configure MANIFEST Makefile.SH config_h.SH
22641 !> ext/Thread/Thread.xs gv.c hints/hpux.sh hints/irix_6.sh
22642 !> hints/linux.sh hints/os390.sh op.c t/op/pat.t thread.h
22644 ____________________________________________________________________________
22645 [ 1976] By: gsar on 1998/10/16 00:10:52
22649 ____________________________________________________________________________
22650 [ 1975] By: gsar on 1998/10/15 23:54:38
22651 Log: propagate typeness of lexicals while cloning them
22654 ____________________________________________________________________________
22655 [ 1974] By: gsar on 1998/10/15 23:53:25
22656 Log: s/last/first/ typo in append_list()
22659 ____________________________________________________________________________
22660 [ 1973] By: gsar on 1998/10/15 20:06:17
22661 Log: nuke confperl branch and contents
22663 - (delete 1284 files)
22664 ____________________________________________________________________________
22665 [ 1972] By: jhi on 1998/10/15 07:07:35
22666 Log: Test #162 had been added but the "print 1..161" had not been updated.
22669 ____________________________________________________________________________
22670 [ 1971] By: gsar on 1998/10/15 03:09:58
22671 Log: check in all confperl changes as of change#1964 into cfgperl
22673 + ext/DynaLoader/dl_vmesa.xs
22674 ! Configure MANIFEST Makefile.SH config_h.SH
22675 ! ext/Thread/Thread.xs gv.c hints/hpux.sh hints/irix_6.sh
22676 ! hints/linux.sh hints/os390.sh op.c thread.h x2p/Makefile.SH
22677 ____________________________________________________________________________
22678 [ 1970] By: gsar on 1998/10/15 03:05:59
22679 Log: integrate mainline to get tr.t
22682 ____________________________________________________________________________
22683 [ 1969] By: gsar on 1998/10/15 03:04:17
22684 Log: add missing tr.t to repository
22687 ____________________________________________________________________________
22688 [ 1968] By: gsar on 1998/10/15 03:02:43
22689 Log: create cfgperl branch
22691 +> (branch 1282 files)
22692 ____________________________________________________________________________
22693 [ 1967] By: gsar on 1998/10/15 02:46:08
22694 Log: correct bugs exposed in MM_Unix.pm by commenting out Selfloader
22695 (MAN3PODS cannot be set to ' '; stray stricture violation)
22697 ! ext/B/Makefile.PL ext/DB_File/Makefile.PL
22698 ! ext/Data/Dumper/Makefile.PL ext/DynaLoader/Makefile.PL
22699 ! ext/Errno/Makefile.PL ext/Fcntl/Makefile.PL
22700 ! ext/GDBM_File/Makefile.PL ext/IO/Makefile.PL
22701 ! ext/IPC/SysV/Makefile.PL ext/NDBM_File/Makefile.PL
22702 ! ext/ODBM_File/Makefile.PL ext/Opcode/Makefile.PL
22703 ! ext/POSIX/Makefile.PL ext/SDBM_File/Makefile.PL
22704 ! ext/Socket/Makefile.PL ext/Thread/Makefile.PL
22705 ! ext/attrs/Makefile.PL ext/re/Makefile.PL
22706 ! lib/ExtUtils/MM_Unix.pm
22707 ____________________________________________________________________________
22708 [ 1966] By: gsar on 1998/10/15 02:19:03
22709 Log: tweak to make fix in change#1944 behave correctly for closures
22710 created within eval''
22713 ____________________________________________________________________________
22714 [ 1965] By: gsar on 1998/10/14 23:22:41
22715 Log: use better numbers for exitstatus test
22718 ____________________________________________________________________________
22719 [ 1964] By: jhi on 1998/10/14 17:25:41
22720 Log: Add VM/ESA dynaloading (uses <dll.h>).
22722 + ext/DynaLoader/dl_vmesa.xs
22724 ____________________________________________________________________________
22725 [ 1963] By: jhi on 1998/10/14 17:17:10
22726 Log: Remove a2p.loadmap in 'clean' target.
22729 ____________________________________________________________________________
22730 [ 1962] By: jhi on 1998/10/14 17:13:11
22731 Log: VM/ESA produces also .prelmaps. (No, not .perlmaps...)
22734 ____________________________________________________________________________
22735 [ 1961] By: jhi on 1998/10/14 16:27:39
22736 Log: VM/ESA creates executable.loadmaps.
22739 ____________________________________________________________________________
22740 [ 1960] By: jhi on 1998/10/14 15:37:39
22741 Log: Introduce SCHED_YIELD (one of sched_yield(),
22742 pthread_yield(), or pthread_yield(NULL)).
22743 YIELD is then defined using SCHED_YIELD unless
22744 a platform-specific YIELD has already been defined.
22746 Support pthread_attr_setdetachstate(pthread_attr_t*, int*).
22748 The need for pthread_yield(NULL) and pthread_attr_setdet...
22749 introduced by (private email)
22751 From: Neale Ferguson <neale@VMA.TABNSW.COM.AU>
22752 Date: Sat, 10 Oct 1998 21:08:15 +1300
22753 Message-ID: <361F15EE.47376EC@mailbox.tabnsw.com.au>
22754 Subject: Re: Perl thread problems in VM/ESA
22756 Better select() protoprobe (for AIX), from (private email)
22757 From: Andy Dougherty <doughera@lafcol.lafayette.edu>
22758 Date: Fri, 2 Oct 1998 14:52:25 -0400 (EDT)
22759 Message-Id: <Pine.SUN.3.96.981002144601.11832D-100000@newton.phys>
22760 Subject: AIX select (fwd)
22761 From: Lars Hecking <lhecking@nmrc.ucc.ie>
22762 To: Andy Dougherty <doughera@lafcol.lafayette.edu>
22763 Date: Fri, 2 Oct 1998 10:40:01 +0100
22764 Subject: AIX select
22766 Linux-avoid-so.X.Y, based on
22767 From: "Kurt D. Starsinic" <kstar@chapin.edu>
22768 Date: Tue, 13 Oct 1998 15:55:07 -0400
22769 Message-ID: <19981013155507.B4004@O2.chapin.edu>
22770 Subject: Re: [PATCH 5.005_52] [Was: Re: How can Debian accomodate new installation ?]
22772 ! Configure config_h.SH ext/Thread/Thread.xs hints/linux.sh
22774 ____________________________________________________________________________
22775 [ 1959] By: jhi on 1998/10/14 12:51:26
22776 Log: Some old pthread implementations have
22777 pthread_attr_setdetachstate(pthread_attr_t*, int*).
22779 ! ext/Thread/Thread.xs
22780 ____________________________________________________________________________
22781 [ 1958] By: jhi on 1998/10/14 12:41:11
22782 Log: SCHED_YIELD and ATTR_JOINABLE fixes. Thread.xs and Configure
22783 counterparts will follow soon.
22786 ____________________________________________________________________________
22787 [ 1957] By: jhi on 1998/10/14 12:38:11
22788 Log: Add tr.t (MANIFEST already knew about it, strange)
22791 ____________________________________________________________________________
22792 [ 1956] By: jhi on 1998/10/14 12:24:35
22793 Log: Mutexen should be initialized only once.
22796 ____________________________________________________________________________
22797 [ 1955] By: jhi on 1998/10/14 12:19:38
22798 Log: os390 has its own cppstdin.
22801 ____________________________________________________________________________
22802 [ 1954] By: jhi on 1998/10/14 12:15:06
22803 Log: Integrate with mainperl.
22805 !> (integrate 1280 files)
22806 ____________________________________________________________________________
22807 [ 1953] By: jhi on 1998/10/14 11:48:08
22808 Log: Removed duplicate CMA threads code for HPUX 10.X.
22809 (probably residue of patch(1) being too understanding)
22810 Enhanced 64-bit settings. (redo change#1940)
22813 ____________________________________________________________________________
22814 [ 1952] By: jhi on 1998/10/14 11:45:16
22815 Log: (redo change#1949) Detypo in the d_open64 warning about
22816 the impending WHOA.
22819 ____________________________________________________________________________
22820 [ 1951] By: jhi on 1998/10/14 10:54:16
22821 Log: Mutexen should only be inited once, after they have been New()ed.
22824 ____________________________________________________________________________
22825 [ 1950] By: jhi on 1998/10/14 10:41:43
22829 ____________________________________________________________________________
22830 [ 1949] By: jhi on 1998/10/14 10:34:23
22831 Log: Detypo in the d_open64 warning about the impending WHOA.
22834 ____________________________________________________________________________
22835 [ 1948] By: gsar on 1998/10/14 05:38:01
22838 ! pp_hot.c t/op/eval.t
22839 ____________________________________________________________________________
22840 [ 1947] By: gsar on 1998/10/14 05:37:10
22841 Log: let docatch() pass the buck when restartop turns out to be null,
22842 making exceptions in BEGIN{} propagate as expected
22844 ! pp_ctl.c t/op/misc.t
22845 ____________________________________________________________________________
22846 [ 1946] By: gsar on 1998/10/13 03:41:49
22847 Log: add missing file from change#1943
22850 ____________________________________________________________________________
22851 [ 1945] By: gsar on 1998/10/13 03:32:02
22852 Log: defer "deep recursion" warnings until CXt_SUB context is properly
22855 ! pp_hot.c t/pragma/warn/pp_hot
22856 ____________________________________________________________________________
22857 [ 1944] By: gsar on 1998/10/13 03:15:50
22858 Log: change#1614 merely disabled earlier fix (doh!); undo it and properly
22859 fixup the cop_seq value that must be seen by lexical lookups that
22860 emanate within eval''
22862 ! cop.h op.c pp_ctl.c pp_hot.c scope.c t/op/eval.t
22863 ____________________________________________________________________________
22864 [ 1943] By: gsar on 1998/10/13 02:06:09
22865 Log: ensure recursive attempts to findlex()icals know enough about where
22866 the last eval'' context was encountered
22869 ____________________________________________________________________________
22870 [ 1942] By: gsar on 1998/10/13 02:01:24
22871 Log: force copy of substrings when matching against temporaries
22873 ! pp_hot.c t/op/pat.t
22874 ____________________________________________________________________________
22875 [ 1941] By: gsar on 1998/10/13 01:49:16
22876 Log: don't longjmp() in pp_goto() (regressive bug from old single-stack
22879 ! pp_ctl.c t/op/runlevel.t
22880 ____________________________________________________________________________
22881 [ 1940] By: jhi on 1998/10/12 09:57:44
22882 Log: Removed duplicate CMA threads code for HPUX 10.X.
22883 (probably residue of patch(1) being too understanding)
22884 Enhanced 64-bit settings.
22887 ____________________________________________________________________________
22888 [ 1939] By: jhi on 1998/10/12 09:53:11
22889 Log: Initial sync from mainline perl.
22892 ____________________________________________________________________________
22893 [ 1937] By: gsar on 1998/10/06 21:16:34
22894 Log: fix $/ init for USE_THREADS
22897 ____________________________________________________________________________
22898 [ 1936] By: gsar on 1998/10/06 07:19:39
22899 Log: fix globals caught by change#1927; builds and tests on Solaris
22901 ! Changes mg.c op.c perl.c pp_ctl.c regcomp.c utf8.c utf8.h
22902 ! warning.h warning.pl
22903 ____________________________________________________________________________
22904 [ 1935] By: gsar on 1998/10/06 06:50:35
22905 Log: add test for previous fix
22907 ! ext/Thread/create.t
22908 ____________________________________________________________________________
22909 [ 1934] By: gsar on 1998/10/06 06:37:36
22910 Log: fix USE_THREADS coredump due to uninitialized PL_hv_fetch_ent_mh
22913 ____________________________________________________________________________
22914 [ 1933] By: gsar on 1998/10/06 05:04:20
22915 Log: undo bogus part of change#1903 (as pointed out by Larry)
22918 ____________________________________________________________________________
22919 [ 1932] By: gsar on 1998/10/06 04:21:31
22920 Log: added tweaked version of suggested patch
22921 From: jan.dubois@ibm.net (Jan Dubois)
22922 Date: Sat, 03 Oct 1998 19:04:48 +0200
22923 Message-ID: <361d54b2.36841294@smtp1.ibm.net>
22924 Subject: [PATCH 5.005_52] More MakeMaker patches
22926 ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MakeMaker.pm
22927 ! lib/ExtUtils/Mkbootstrap.pm lib/ExtUtils/Mksymlists.pm
22928 ____________________________________________________________________________
22929 [ 1931] By: gsar on 1998/10/06 04:04:33
22930 Log: use cpp symbols instead of hardwired constants
22931 From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
22932 Date: Mon, 05 Oct 1998 09:23:33 +0100
22933 Message-Id: <199810050823.JAA00891@crypt.compulink.co.uk>
22934 Subject: [PATCH 5.005_52] By the numbers (resend)
22937 ____________________________________________________________________________
22938 [ 1930] By: gsar on 1998/10/06 04:01:55
22939 Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
22940 Message-Id: <199810050637.CAA07781@monk.mps.ohio-state.edu>
22941 Date: Mon, 5 Oct 1998 02:37:43 -0400 (EDT)
22942 Subject: [PATCH 5.005_52] Cumulative OS/2-related patch
22944 ! Makefile.SH hints/os2.sh lib/ExtUtils/MM_OS2.pm mg.c
22945 ! os2/Changes os2/Makefile.SHs os2/os2.c perl_exp.SH util.c
22946 ____________________________________________________________________________
22947 [ 1929] By: gsar on 1998/10/06 03:50:36
22948 Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
22949 Date: Mon, 5 Oct 1998 02:39:00 -0400 (EDT)
22950 Message-Id: <199810050639.CAA07803@monk.mps.ohio-state.edu>
22951 Subject: [PATCH 5.00552] Minor test improvement
22954 ____________________________________________________________________________
22955 [ 1928] By: gsar on 1998/10/06 03:49:03
22956 Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
22957 Date: Mon, 5 Oct 1998 02:38:23 -0400 (EDT)
22958 Message-Id: <199810050638.CAA07792@monk.mps.ohio-state.edu>
22959 Subject: [PATCH 5.00552] emacs/ptags inprovements
22962 ____________________________________________________________________________
22963 [ 1927] By: gsar on 1998/10/06 03:47:44
22964 Log: disable C<#define dirty PL_dirty> et al.
22966 ! embed.pl embedvar.h
22967 ____________________________________________________________________________
22968 [ 1926] By: gsar on 1998/10/06 03:43:32
22969 Log: From: Mark-Jason Dominus <mjd@plover.com>
22970 Date: Sun, 04 Oct 1998 14:48:11 -0400
22971 Message-ID: <19981004184811.16048.qmail@plover.com>
22972 Subject: PATCH: perldoc -f does not locate -e, -r, -x, etc.
22975 ____________________________________________________________________________
22976 [ 1925] By: gsar on 1998/10/06 03:27:35
22977 Log: disable USE_THREADS when PERL_OBJECT is enabled
22979 ! win32/Makefile win32/makefile.mk
22980 ____________________________________________________________________________
22981 [ 1924] By: gsar on 1998/10/06 03:26:54
22982 Log: remove spurious unused conflicting globals (PL_yy{v,s}sp)
22984 ! Makefile.SH Todo-5.005 embedvar.h perlvars.h perly.c toke.c
22986 ____________________________________________________________________________
22987 [ 1923] By: gsar on 1998/10/03 05:19:56
22988 Log: make C<use> recognize C<require> overrides; allow C<do EXPR> to be
22991 ! embed.h global.sym objXSUB.h objpp.h op.c perly.c perly.y
22992 ! proto.h vms/perly_c.vms
22993 ____________________________________________________________________________
22994 [ 1922] By: gsar on 1998/10/03 03:59:50
22995 Log: suppress manifypods leak in extensions
22997 ! ext/Errno/Makefile.PL ext/IPC/SysV/Makefile.PL pod/pod2man.PL
22998 ____________________________________________________________________________
22999 [ 1921] By: gsar on 1998/10/02 22:30:15
23000 Log: os390 fixes (suggested by Peter Prymmer)
23002 ! Makefile.SH regcomp.c
23003 ____________________________________________________________________________
23004 [ 1920] By: gsar on 1998/10/02 21:41:19
23005 Log: squelch undef warnings
23006 From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
23007 Date: Fri, 02 Oct 1998 11:01:14 +0100
23008 Message-Id: <199810021001.LAA19214@crypt.compulink.co.uk>
23009 Subject: [PATCH] Re: Apparent bug in Math::BigInt
23011 ! Changes lib/Math/BigInt.pm
23012 ____________________________________________________________________________
23013 [ 1919] By: gsar on 1998/10/02 04:59:13
23014 Log: add note to INSTALL about ANSI C
23017 ____________________________________________________________________________
23018 [ 1918] By: gsar on 1998/10/02 04:21:10
23019 Log: tolerate spaces when fixing up __cplusplus output by old h2xs
23020 From: jan.dubois@ibm.net (Jan Dubois)
23021 Date: Wed, 30 Sep 1998 23:35:30 +0200
23022 Message-ID: <3619a1e8.12336659@smtp1.ibm.net>
23023 Subject: [PATCH 5.005_52]: xsubpp and PERL_OBJECT
23025 ! lib/ExtUtils/xsubpp
23026 ____________________________________________________________________________
23027 [ 1917] By: gsar on 1998/10/02 04:16:02
23028 Log: From: Jarkko Hietaniemi <jhi@iki.fi>
23029 Date: Thu, 1 Oct 1998 11:37:26 +0300 (EET DST)
23030 Message-Id: <199810010837.LAA31371@alpha.hut.fi>
23031 Subject: Re: Configure test for selectbits busted
23034 ____________________________________________________________________________
23035 [ 1916] By: gsar on 1998/10/02 04:14:17
23036 Log: From: Dan Sugalski <sugalskd@osshe.edu>
23037 Date: Wed, 30 Sep 1998 17:15:20 -0700
23038 Message-Id: <3.0.6.32.19980930171520.00b22eb0@ous.edu>
23039 Subject: [PATCH 5.005_02]VMS config tweaks
23041 ! vms/descrip_mms.template vms/subconfigure.com
23042 ____________________________________________________________________________
23043 [ 1915] By: gsar on 1998/10/02 04:10:47
23044 Log: use Off_t to permit 64-bit seek()
23045 From: Scott Henry <scotth@sgi.com>
23046 Date: 29 Sep 1998 17:38:46 -0700
23047 Message-ID: <yd8lnn2zb6x.fsf_-_@hoshi.engr.sgi.com>
23048 Subject: Re: [PATCH] 5.005_02: Configure "Massive Attack"
23050 Date: 28 Sep 1998 18:55:37 -0700
23051 Message-ID: <yd8ogrz1y3q.fsf@hoshi.engr.sgi.com>
23052 Subject: Re: [PATCH] 5.005_51: Configure "Massive Attack"
23054 ! doio.c pp_sys.c proto.h sv.c
23055 ____________________________________________________________________________
23056 [ 1914] By: gsar on 1998/10/02 04:05:36
23057 Log: normalize tm struct passed to strftime() with mktime()
23058 From: Spider Boardman <spider@orb.nashua.nh.us>
23059 Date: Wed, 30 Sep 1998 15:12:09 -0400
23060 Message-Id: <199809301912.PAA26119@Orb.Nashua.NH.US>
23061 Subject: [PATCH 5.005_52] Re: POSIX::strftime returns incorrect date
23063 ! ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs
23064 ____________________________________________________________________________
23065 [ 1913] By: gsar on 1998/10/02 03:59:46
23066 Log: don't try to run foo_SH.orig etc.
23069 ____________________________________________________________________________
23070 [ 1912] By: gsar on 1998/10/02 03:45:37
23071 Log: make warning about glob process failure optional
23073 ! pod/perldiag.pod pp_hot.c
23074 ____________________________________________________________________________
23075 [ 1911] By: gsar on 1998/10/02 02:52:21
23076 Log: document yet another RE diagnostic, make it consistent with REG_INFTY
23077 From: Dominic Dunlop <domo@vo.lu>
23078 Date: Tue, 29 Sep 1998 21:06:30 +0000
23079 Message-Id: <v03110700b236f60b1375@[212.24.192.106]>
23080 Subject: [PATCH 5.005_52] Fix hard-coded "matches null string many times" limit
23082 Date: Wed, 30 Sep 1998 11:46:44 +0000
23083 Message-Id: <v03110702b237beb04830@[212.24.192.74]>
23084 Subject: [PATCH 5.005_52] Add "Strange *+?{} ..." to perldiag
23086 ! pod/perldiag.pod regcomp.c
23087 ____________________________________________________________________________
23088 [ 1910] By: gsar on 1998/10/02 02:48:48
23089 Log: minor Configure tweaks (via private mail)
23090 From: Jarkko Hietaniemi <jhi@iki.fi>
23091 Date: Wed, 30 Sep 1998 02:25:06 +0300 (EET DST)
23092 Message-Id: <199809292325.CAA19737@alpha.hut.fi>
23093 Subject: [PATCH] 5.005_52: the drizzle continues
23095 ! Configure config_h.SH handy.h
23096 ____________________________________________________________________________
23097 [ 1909] By: gsar on 1998/10/02 02:46:39
23098 Log: update SCO hints for dynamic loading
23099 From: Andy Dougherty <doughera@lafcol.lafayette.edu>
23100 Date: Mon, 28 Sep 1998 16:50:38 -0400 (EDT)
23101 Message-Id: <Pine.SUN.3.96.980928164648.8130E-100000@newton.phys>
23102 Subject: [PATCH 5.004_04-MAINT_TRIAL_5 and 5.005_xx] Re: Perl on SCO_SV
23104 Date: Tue, 29 Sep 1998 16:48:55 -0400 (EDT)
23105 Message-Id: <Pine.SUN.3.96.980929164612.8634A-100000@newton.phys>
23106 Subject: Re: [PATCH 5.004_04-MAINT_TRIAL_5 and 5.005_xx] Re: Perl on SCO_SV
23109 ____________________________________________________________________________
23110 [ 1908] By: gsar on 1998/10/02 02:33:39
23111 Log: make File::Find work when wanted() is autoloaded or a symbolic ref
23114 ____________________________________________________________________________
23115 [ 1907] By: gsar on 1998/10/02 02:21:52
23116 Log: applied patches, but retained old behavior for win32 (where compilers
23117 can't read from stdin at all)
23118 From: Graham Barr <gbarr@ti.com>
23119 Date: Mon, 28 Sep 1998 09:41:49 -0500
23120 Message-ID: <19980928094149.B26576@asic.sc.ti.com>
23121 Subject: Re: 5.005_51 Errno invokes cpprun incorrectly
23123 Date: Tue, 29 Sep 1998 12:35:43 -0500
23124 Message-ID: <19980929123543.Z26576@asic.sc.ti.com>
23125 Subject: Re: 5.005_51 Errno invokes cpprun incorrectly
23127 ! ext/Errno/Errno_pm.PL
23128 ____________________________________________________________________________
23129 [ 1906] By: gsar on 1998/10/02 02:02:19
23130 Log: tolerate whitespace in /etc/group entries (suggested by Jarkko
23134 ____________________________________________________________________________
23135 [ 1905] By: gsar on 1998/10/02 01:59:56
23136 Log: win32 caveats about truncate()
23139 ____________________________________________________________________________
23140 [ 1904] By: gsar on 1998/10/02 01:53:25
23141 Log: various Configure and hints updates (prefer drand48() or random()
23142 over rand(); add -Dusemultiplicity; enhanced 64-bitness); patch
23143 applied modulo SCO hints superceded by later patch
23144 From: Jarkko Hietaniemi <jhi@iki.fi>
23145 Date: Tue, 29 Sep 1998 00:56:33 +0300 (EET DST)
23146 Message-Id: <199809282156.AAA18615@alpha.hut.fi>
23147 Subject: [PATCH] 5.005_52: Configure et al:
23149 + ext/IPC/SysV/hints/next_3.pl
23150 ! Configure INSTALL MANIFEST config_h.SH ext/IPC/SysV/SysV.xs
23151 ! hints/dec_osf.sh hints/irix_6.sh hints/next_3.sh
23152 ! hints/solaris_2.sh perl.h pod/perldiag.pod pp.c pp_sys.c
23153 ____________________________________________________________________________
23154 [ 1903] By: gsar on 1998/10/02 01:42:37
23155 Log: fixes for bugs in /RE/p from Hugo van der Sanden
23156 Date: Mon, 28 Sep 1998 17:41:49 +0100
23157 Message-Id: <199809281641.RAA02450@crypt.compulink.co.uk>
23158 Subject: [PATCH 5.005_52] Re: More on ?p
23160 Date: Thu, 01 Oct 1998 09:10:58 +0100
23161 Message-Id: <199810010810.JAA16426@crypt.compulink.co.uk>
23162 Subject: [PATCH 5.005_52] ?p fix
23164 Date: Thu, 01 Oct 1998 10:45:56 +0100
23165 Message-Id: <199810010945.KAA16733@crypt.compulink.co.uk>
23166 Subject: [PATCH 5.005_52] more on ?p
23169 ____________________________________________________________________________
23170 [ 1902] By: gsar on 1998/10/02 01:36:14
23171 Log: From: Kenneth Duda <kjd@cisco.com>
23172 Date: Sun, 27 Sep 1998 20:22:12 -0700 (PDT)
23173 Message-Id: <199809280322.UAA01261@scorpion.cisco.com>
23174 Subject: writemain dies when there are more than 4000 characters of extensions
23177 ____________________________________________________________________________
23178 [ 1901] By: gsar on 1998/10/02 01:33:16
23179 Log: tweak run_byacc recipe
23181 ! Makefile.SH Porting/pumpkin.pod
23182 ____________________________________________________________________________
23183 [ 1900] By: gsar on 1998/10/02 01:02:09
23184 Log: use SETERRNO() to reset errno (suggested by Charles Bailey)
23187 ____________________________________________________________________________
23188 [ 1899] By: gsar on 1998/09/28 20:46:30
23189 Log: fix various 5.00552 mishaps (fixes suggested by Jan Dubois,
23190 Kurt Starsinic, Spider Boardman, Dan Sugalski and Albert
23193 ! hints/irix_6.sh lib/ExtUtils/MakeMaker.pm mg.c scope.c
23194 ____________________________________________________________________________
23195 [ 1898] By: gsar on 1998/09/28 20:42:52
23196 Log: flush unsubmitted 5.00552 change
23199 ____________________________________________________________________________
23200 [ 1897] By: gsar on 1998/09/27 04:43:06
23201 Log: run vms_yfix.pl
23204 ____________________________________________________________________________
23205 [ 1896] By: gsar on 1998/09/27 03:38:55
23206 Log: small tweak on last change
23209 ____________________________________________________________________________
23210 [ 1895] By: gsar on 1998/09/27 03:17:17
23211 Log: fix win32_stat() to do the right thing for share names
23214 ____________________________________________________________________________
23215 [ 1891] By: larry on 1998/09/25 18:50:40
23216 Log: Fixed apostrophe problem from Mark Knutsen.
23224 ____________________________________________________________________________
23225 [ 1890] By: gsar on 1998/09/25 10:25:00
23226 Log: update template config.sh, add new config vars to win32 stuff
23228 ! Changes Porting/config.sh Porting/config_H config_h.SH objpp.h
23229 ! pp_sys.c proto.h win32/config.bc win32/config.gc
23230 ! win32/config.vc win32/config_H.bc win32/config_H.gc
23231 ! win32/config_H.vc win32/win32.h
23232 ____________________________________________________________________________
23233 [ 1889] By: gsar on 1998/09/25 07:13:13
23234 Log: big Configure update from Jarkko: sync metaconfig units; d_statblks fix
23235 for Linux; hpux CMA-threads hints; ELF support for FreeBSD; beginnings
23236 of full-fledged 64-bit support (including support for: fseeko/ftello,
23237 Quad_t aka long long, hpux and irix 64-bits hints, new 64-bit constants
23239 From: Jarkko Hietaniemi <jhi@iki.fi>
23240 Date: Fri, 11 Sep 1998 23:56:11 +0300 (EET DST)
23241 Message-Id: <199809112056.XAA04720@alpha.hut.fi>
23242 Subject: [PATCH] 5.005_51: Configure "Massive Attack"
23244 From: Jarkko Hietaniemi <jhi@cc.hut.fi>
23245 Date: 12 Sep 1998 09:44:25 +0300
23246 Message-ID: <oeeaf45bzjq.fsf@alpha.hut.fi>
23247 Subject: Re: [PATCH] 5.005_51: Configure "Massive Attack"
23250 ! Configure MANIFEST Makefile.SH config_h.SH doio.c embedvar.h
23251 ! ext/Fcntl/Fcntl.pm ext/Fcntl/Fcntl.xs handy.h hints/dec_osf.sh
23252 ! hints/freebsd.sh hints/hpux.sh hints/irix_6.sh objXSUB.h
23253 ! perl.c perl.h perl_exp.SH perlio.c perlvars.h pod/perldiag.pod
23254 ! pod/perlfunc.pod pp_sys.c proto.h win32/GenCAPI.pl
23256 ____________________________________________________________________________
23257 [ 1888] By: gsar on 1998/09/25 06:27:12
23258 Log: bump patchlevel to 52; other little tweaks for threads, win32 builds
23260 ! doop.c mg.c patchlevel.h regexec.c win32/Makefile
23261 ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
23262 ! win32/makedef.pl win32/makefile.mk win32/win32.c
23263 ____________________________________________________________________________
23264 [ 1887] By: gsar on 1998/09/25 04:50:49
23268 ____________________________________________________________________________
23269 [ 1886] By: gsar on 1998/09/25 04:47:32
23270 Log: s/MAKEMAKEROPT/PERL_MM_OPT/
23272 ! lib/ExtUtils/MakeMaker.pm
23273 ____________________________________________________________________________
23274 [ 1885] By: gsar on 1998/09/25 04:05:09
23275 Log: From: Dominic Dunlop <domo@vo.lu>
23276 Date: Thu, 10 Sep 1998 11:02:46 +0000
23277 Message-Id: <v03110703b21d581d7ef1@[212.24.192.107]>
23278 Subject: MM_Unix::canonpath erroneously turns leading // into /
23280 ! lib/ExtUtils/MM_Unix.pm
23281 ____________________________________________________________________________
23282 [ 1884] By: gsar on 1998/09/25 03:06:10
23283 Log: temporarily disable perl malloc for a2p until we clean up
23284 conflicting malloc() declarations everywhere
23287 ____________________________________________________________________________
23288 [ 1883] By: gsar on 1998/09/25 02:27:00
23289 Log: remove obsolete win32/bin/*.pl
23291 - win32/bin/network.pl win32/bin/webget.pl win32/bin/www.pl
23292 ! Changes MANIFEST win32/Makefile win32/makefile.mk
23293 ____________________________________________________________________________
23294 [ 1882] By: gsar on 1998/09/25 02:04:43
23295 Log: missing file in last submit
23298 ____________________________________________________________________________
23299 [ 1881] By: gsar on 1998/09/25 01:56:54
23300 Log: serial access to PL_x[inpr]v_root for USE_THREADS
23303 ____________________________________________________________________________
23304 [ 1880] By: gsar on 1998/09/25 01:19:38
23305 Log: lock sv_mutex in new_he() and del_he() for USE_THREADS
23306 From: Drago Goricanec <drago@king.otsd.ts.fujitsu.co.jp>
23307 Date: Thu, 24 Sep 1998 22:01:09 +0900
23308 Message-Id: <19980924220109J.drago@otsd.ts.fujitsu.co.jp>
23309 Subject: [PATCH 5.005_51] Re: Perl 5.005_51 not yet multi Thread safe
23312 ____________________________________________________________________________
23313 [ 1879] By: gsar on 1998/09/25 00:20:07
23314 Log: tweaks to enable PERL_OBJECT to build & test on win32
23316 ! Changes doop.c mg.c objpp.h proto.h regexec.c util.c
23318 ____________________________________________________________________________
23319 [ 1878] By: gsar on 1998/09/25 00:13:36
23320 Log: fix change#1861, which breaks default boot_xxx symbol generation
23322 ! lib/ExtUtils/Mksymlists.pm
23323 ____________________________________________________________________________
23324 [ 1877] By: gsar on 1998/09/24 10:29:54
23325 Log: two tweaks for clean build and test on Solaris
23327 ! op.c t/op/subst.t
23328 ____________________________________________________________________________
23329 [ 1876] By: gsar on 1998/09/24 09:04:43
23330 Log: From: Colin Kuskie <ckuskie@cadence.com>
23331 Date: Wed, 26 Aug 1998 14:53:01 -0700 (PDT)
23332 Message-ID: <Pine.GSO.3.96.980826143507.3258K-100000@pdxmail.cadence.com>
23333 Subject: [PATCH 5.005_51] perlform.pod
23336 ____________________________________________________________________________
23337 [ 1875] By: gsar on 1998/09/24 08:47:47
23338 Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
23339 Date: Tue, 25 Aug 1998 15:35:58 -0400 (EDT)
23340 Message-Id: <199808251935.PAA11384@monk.mps.ohio-state.edu>
23341 Subject: Re: problem with (?p{}) [PATCH 5.005_5*]
23344 ____________________________________________________________________________
23345 [ 1874] By: gsar on 1998/09/24 08:44:55
23346 Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
23347 Date: Tue, 25 Aug 1998 14:56:06 -0400 (EDT)
23348 Message-Id: <199808251856.OAA10825@monk.mps.ohio-state.edu>
23349 Subject: Re: your Regexp.patch dated 21.8 [PATCH]
23352 ____________________________________________________________________________
23353 [ 1873] By: gsar on 1998/09/24 08:39:41
23354 Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
23355 Date: Tue, 25 Aug 1998 04:29:49 -0400 (EDT)
23356 Message-Id: <199808250829.EAA02470@monk.mps.ohio-state.edu>
23357 Subject: [PATCH 5.005_*] Extraneous warning for (?()A|B)
23359 ! Changes regcomp.c
23360 ____________________________________________________________________________
23361 [ 1872] By: gsar on 1998/09/24 08:37:00
23362 Log: From: Krishna Sethuraman <krishpl@shamu.engr.sgi.com>
23363 Date: Sun, 23 Aug 1998 23:18:38 PDT
23364 Message-Id: <199808240618.XAA05329@shamu.engr.sgi.com>
23365 Subject: new irix_6.sh hints file
23368 ____________________________________________________________________________
23369 [ 1871] By: gsar on 1998/09/24 07:26:37
23370 Log: correct FSF address in various places
23372 ! Copying README ext/B/README lib/Getopt/Long.pm
23373 ____________________________________________________________________________
23374 [ 1870] By: gsar on 1998/09/24 07:11:56
23375 Log: From: Dan Sugalski <sugalskd@osshe.edu>
23376 Date: Fri, 14 Aug 1998 09:20:16 PDT
23377 Message-Id: <3.0.5.32.19980814092016.00b37dc0@ous.edu>
23378 Subject: [PATCH 5.005_02] (and _5x I expect) VMS config procedure patch
23381 ____________________________________________________________________________
23382 [ 1869] By: gsar on 1998/09/24 06:55:59
23383 Log: use STRICT_ALIGNMENT on IRIX to allow usemymalloc=y again
23384 From: Scott Henry <scotth@sgi.com>
23385 Date: 13 Aug 1998 09:52:15 PDT
23386 Message-Id: <yd8pve46czk.fsf@hoshi.engr.sgi.com>
23387 Subject: [PATCH] Irix USE_LONG_LONG/malloc.c incompatibility (was...)
23390 ____________________________________________________________________________
23391 [ 1868] By: gsar on 1998/09/24 06:51:23
23392 Log: From: Nathan Torkington <gnat@frii.com>
23393 Date: Thu, 13 Aug 1998 10:59:48 MDT
23394 Message-Id: <199808131659.KAA06179@prometheus.frii.com>
23395 Subject: [PATCH] 5.005_02 perlfunc.pod, improve umask entry
23398 ____________________________________________________________________________
23399 [ 1867] By: gsar on 1998/09/24 06:45:13
23400 Log: make C<goto &sub> AUTOLOAD-aware (autouse now works for modules
23401 that are autoloaded)
23404 ____________________________________________________________________________
23405 [ 1866] By: gsar on 1998/09/24 05:21:19
23406 Log: grandfather deprecated "$$<digit>" no more
23408 ! pod/perldiag.pod toke.c
23409 ____________________________________________________________________________
23410 [ 1865] By: gsar on 1998/09/24 04:52:48
23411 Log: tweak PERL_HASH() to h=h+(h>>5) in order to improve distribution of
23412 low bits (suggested by Ilya Zakharevich)
23415 ____________________________________________________________________________
23416 [ 1864] By: gsar on 1998/09/24 04:29:14
23417 Log: move yyglobal decls from perly.c to perlvars.h, regen headers, tweak
23420 ! embed.h embedvar.h global.sym perlvars.h perly.c perly.h
23421 ! perly_c.diff toke.c
23422 ____________________________________________________________________________
23423 [ 1863] By: gsar on 1998/09/24 03:36:30
23424 Log: provide locked access to string table for USE_THREADS
23426 ! embedvar.h hv.c intrpvar.h objXSUB.h perl.c thread.h
23427 ____________________________________________________________________________
23428 [ 1862] By: gsar on 1998/09/24 03:30:32
23429 Log: remove bogus warn()
23432 ____________________________________________________________________________
23433 [ 1861] By: gsar on 1998/09/24 02:58:51
23434 Log: applied suggested patch, adapted for all platforms
23435 From: jan.dubois@ibm.net (Jan Dubois)
23436 Date: Sun, 20 Sep 1998 12:56:38 +0200
23437 Message-ID: <3604de0c.12319885@smtp1.ibm.net>
23438 Subject: [New PATCH 5.005_02] Support Mksymlists FUNCLIST argument in MakeMaker
23440 ! lib/ExtUtils/MM_OS2.pm lib/ExtUtils/MM_Unix.pm
23441 ! lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MM_Win32.pm
23442 ! lib/ExtUtils/MakeMaker.pm
23443 ____________________________________________________________________________
23444 [ 1860] By: gsar on 1998/09/24 02:16:14
23445 Log: upgrade to CPAN-1.40
23447 ! Changes lib/CPAN.pm lib/CPAN/FirstTime.pm
23448 ____________________________________________________________________________
23449 [ 1859] By: gsar on 1998/09/24 02:08:59
23450 Log: use $ENV{MAKEMAKEROPT} to set default command line args
23452 ! lib/ExtUtils/MakeMaker.pm
23453 ____________________________________________________________________________
23454 [ 1857] By: gsar on 1998/09/23 10:58:36
23455 Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
23456 Date: Tue, 22 Sep 1998 17:30:16 -0400 (EDT)
23457 Message-Id: <199809222130.RAA17034@monk.mps.ohio-state.edu>
23458 Subject: More verbose Test::Harness [PATCH]
23460 ! lib/Test/Harness.pm
23461 ____________________________________________________________________________
23462 [ 1856] By: gsar on 1998/09/23 10:56:24
23463 Log: update hints for OPENSTEP 4.2 on i386
23464 From: Gerben Wierda <Gerben_Wierda@RnA.nl>
23465 Date: Sun, 20 Sep 1998 01:03:18 +0200
23466 Message-Id: <9809192303.AA29190@Spike>
23467 Subject: Perl 5.005_02 compilation problems
23470 ____________________________________________________________________________
23471 [ 1855] By: gsar on 1998/09/23 10:52:27
23472 Log: reset errno after C<require> search (as suggested by Larry)
23475 ____________________________________________________________________________
23476 [ 1854] By: gsar on 1998/09/23 10:50:26
23477 Log: misc pod tweaks
23479 ! pod/perldelta.pod pod/perldiag.pod pod/perlport.pod
23480 ____________________________________________________________________________
23481 [ 1853] By: gsar on 1998/09/23 10:46:06
23482 Log: make Pod/Html.pm handle the --title option properly (as suggested
23483 by gml4410@ggr.co.uk)
23486 ____________________________________________________________________________
23487 [ 1852] By: gsar on 1998/09/23 10:41:39
23488 Log: SSNEW() API for allocating memory on the savestack
23489 From: Albert Dvornik <bert@genscan.com>
23490 Date: 17 Sep 1998 19:23:07 -0400
23491 Message-Id: <tqemtae338.fsf@puma.genscan.com>
23492 Subject: [PATCH 5.005_51] (was: why SAVEDESTRUCTOR()...)
23494 ! Changes Changes5.005 embed.h global.sym mg.c objXSUB.h objpp.h
23495 ! perl.h proto.h scope.c scope.h t/io/tell.t
23496 ____________________________________________________________________________
23497 [ 1851] By: gsar on 1998/09/23 10:37:05
23498 Log: From: Jochen Wiedmann <joe@ispsoft.de>
23499 Date: Thu, 17 Sep 1998 17:16:06 +0200
23500 Message-ID: <360127B6.E44564A@ispsoft.de>
23501 Subject: [PATCH] ExtUtils::MakeMaker::prompt cannot return 0
23503 ! lib/ExtUtils/MakeMaker.pm
23504 ____________________________________________________________________________
23505 [ 1850] By: gsar on 1998/09/23 10:33:05
23506 Log: From: andreas.koenig@kulturbox.de (Andreas J. Koenig)
23507 Date: 15 Sep 1998 01:32:31 +0200
23508 Message-ID: <sfchfya46eo.fsf@dubravka.in-berlin.de>
23509 Subject: Re: [PATCH] MakeMaker "test" target doesn't depend on "all"
23511 ! lib/ExtUtils/MM_Unix.pm
23512 ____________________________________________________________________________
23513 [ 1849] By: gsar on 1998/09/23 10:29:04
23514 Log: From: Charles Bailey <BAILEY@newman.upenn.edu>
23515 Date: Sat, 12 Sep 1998 19:25:32 -0400 (EDT)
23516 Message-id: <01J1QBJUAY1I002KOW@cor.newman.upenn.edu>
23517 Subject: Re: extralibs.ld problem in MM_VMS.pm
23519 ! lib/ExtUtils/MM_VMS.pm
23520 ____________________________________________________________________________
23521 [ 1848] By: gsar on 1998/09/23 10:25:24
23522 Log: From: Roderick Schertler <roderick@argon.org>
23523 Date: 11 Sep 1998 16:19:21 -0400
23524 Message-ID: <pzyarqpfli.fsf@eeyore.ibcinc.com>
23525 Subject: Re: Open2 and memory leaks
23528 ____________________________________________________________________________
23529 [ 1847] By: gsar on 1998/09/23 10:18:31
23530 Log: From: Roderick Schertler <roderick@argon.org>
23531 Date: Wed, 09 Sep 1998 23:52:48 -0400
23532 Message-ID: <20567.905399568@eeyore.ibcinc.com>
23533 Subject: seed srand from /dev/urandom when possible
23535 ! pod/perlfunc.pod pp.c
23536 ____________________________________________________________________________
23537 [ 1846] By: gsar on 1998/09/23 10:12:22
23538 Log: From: Roderick Schertler <roderick@argon.org>
23539 Date: Thu, 10 Sep 1998 00:32:17 -0400
23540 Message-ID: <21142.905401937@eeyore.ibcinc.com>
23541 Subject: doc update for crypt()'s salt
23544 ____________________________________________________________________________
23545 [ 1845] By: gsar on 1998/09/23 10:09:23
23546 Log: fix h2ph handling of C<#error "foo">
23547 From: SAKAI Kiyotaka <ksakai@netwk.ntt-at.co.jp>
23548 Date: Thu, 10 Sep 1998 09:59:33 +0900
23549 Message-Id: <19980910095933N.ksakai@netwk.ntt-at.co.jp>
23550 Subject: [5.005_02] h2ph problem
23553 ____________________________________________________________________________
23554 [ 1844] By: gsar on 1998/09/23 10:06:13
23555 Log: plug strictly private function leaks in API listing
23558 ____________________________________________________________________________
23559 [ 1843] By: gsar on 1998/09/23 10:02:57
23560 Log: hide symbol for static build
23561 From: Dominic Dunlop <domo@vo.lu>
23562 Date: Tue, 8 Sep 1998 21:40:46 +0000
23563 Message-Id: <v03110700b21b52db318d@[212.24.192.111]>
23564 Subject: Not OK: perl 5.00551 on powerpc-machten 4.1.1 [PATCH]
23567 ____________________________________________________________________________
23568 [ 1842] By: gsar on 1998/09/23 09:52:46
23569 Log: define PUT_svindex(), PUT_opindex()
23571 ! ext/B/B/Assembler.pm
23572 ____________________________________________________________________________
23573 [ 1841] By: gsar on 1998/09/23 09:44:25
23574 Log: From: Dominic Dunlop <domo@vo.lu>
23575 Date: Tue, 8 Sep 1998 15:34:53 +0000
23576 Message-Id: <v03110701b21afbdc7cfb@[212.24.192.76]>
23577 Subject: [PATCH 5.005_51] Eliminate pragma/warn-regexec test dependence on REG_INFTY value
23579 ! t/pragma/warn/regexec
23580 ____________________________________________________________________________
23581 [ 1840] By: gsar on 1998/09/23 09:42:17
23582 Log: pl2bat tweak from Tye McQueen <tye@metronet.com>
23584 ! win32/bin/pl2bat.pl
23585 ____________________________________________________________________________
23586 [ 1839] By: gsar on 1998/09/23 09:38:18
23587 Log: From: Drago Goricanec <drago@raptor.otsd.ts.fujitsu.co.jp>
23588 Date: Mon, 7 Sep 1998 17:36:09 +0900
23589 Message-Id: <199809070836.RAA14631@raptor.otsd.ts.fujitsu.co.jp>
23590 Subject: Thread::cond_wait bug in 5.005.51 causes deadlock
23592 ! ext/Thread/Thread.xs
23593 ____________________________________________________________________________
23594 [ 1838] By: gsar on 1998/09/23 09:21:11
23595 Log: From: "Green, Paul" <pgreen@seussnt.stratus.com>
23596 Date: Thu, 10 Sep 1998 00:02:07 -0400
23597 Message-ID: <646CD0392810D211B04A00A024BF26FB1022EB@terminator.sw.stratus.com>
23598 Subject: RE: [PATCH] 5.005_02 and 5.005_51: Stratus VOS port
23600 + README.vos vos/Changes vos/build.cm vos/compile_perl.cm
23601 + vos/config.h vos/config_h.SH_orig vos/perl.bind
23602 + vos/test_vos_dummies.c vos/vos_dummies.c vos/vosish.h
23603 ! MANIFEST perl.c perl.h pod/perlport.pod
23604 ____________________________________________________________________________
23605 [ 1837] By: gsar on 1998/09/23 08:45:58
23606 Log: (via private mail)
23607 From: Charles Bailey <BAILEY@newman.upenn.edu>
23608 Date: Sat, 05 Sep 1998 01:23:58 -0400 (EDT)
23609 Message-id: <01J1FH7R43NS002F14@cor.newman.upenn.edu>
23610 Subject: [Patch 5.005_02] Miscellaneous VMS cleanup
23612 ! Changes Changes5.005 README.vms ext/DynaLoader/dl_vms.xs
23613 ! lib/Cwd.pm lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MakeMaker.pm
23614 ! lib/ExtUtils/Mksymlists.pm lib/File/Copy.pm lib/File/Path.pm
23615 ! lib/File/Spec.pm pod/perldiag.pod pod/perlfaq1.pod
23616 ! pod/perlport.pod pod/perlrun.pod vms/ext/DCLsym/0README.txt
23617 ! vms/ext/DCLsym/DCLsym.pm vms/ext/DCLsym/DCLsym.xs
23618 ! vms/ext/Filespec.pm vms/ext/XSSymSet.pm vms/gen_shrfls.pl
23619 ! vms/mms2make.pl vms/perly_c.vms vms/sockadapt.c
23620 ! vms/sockadapt.h vms/test.com vms/vms.c vms/vms_yfix.pl
23622 ____________________________________________________________________________
23623 [ 1836] By: gsar on 1998/09/23 08:17:42
23624 Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
23625 Date: Sat, 5 Sep 1998 00:14:51 -0400 (EDT)
23626 Message-Id: <199809050414.AAA19801@monk.mps.ohio-state.edu>
23627 Subject: [PATCH 5.005_*] OS/2 spawning typos
23630 ____________________________________________________________________________
23631 [ 1835] By: gsar on 1998/09/23 08:09:55
23632 Log: warn on C<my($foo,$foo)>
23634 ! op.c pod/perldiag.pod
23635 ____________________________________________________________________________
23636 [ 1834] By: gsar on 1998/09/23 07:35:56
23637 Log: From: pvhp@forte.com (Peter Prymmer)
23638 Date: Fri, 4 Sep 98 13:27:41 PDT
23639 Message-Id: <9809042027.AA04463@forte.com>
23640 Subject: [PATCH 5.005_02 && 5.005_51] general updates to README.vms
23643 ____________________________________________________________________________
23644 [ 1833] By: gsar on 1998/09/23 07:27:34
23645 Log: From: Jeff Okamoto <okamoto@xfiles.intercon.hp.com>
23646 Date: Wed, 2 Sep 1998 10:06:49 -0700 (PDT)
23647 Message-Id: <199809021706.KAA26349@xfiles.intercon.hp.com>
23648 Subject: PATCH: 5.005_02 hint/hpux.sh
23651 ____________________________________________________________________________
23652 [ 1832] By: gsar on 1998/09/23 07:22:40
23653 Log: fix (some) installhtml bugs
23654 From: Larry Parmelee <parmelee@CS.Cornell.EDU>
23655 Date: Tue, 1 Sep 1998 12:43:40 -0400 (EDT)
23656 Message-Id: <199809011643.MAA05702@sundown.cs.cornell.edu>
23657 Subject: installhtml script needs work
23660 ____________________________________________________________________________
23661 [ 1831] By: gsar on 1998/09/23 07:19:30
23662 Log: document 'U' magic with examples
23663 From: Alan Burlison <Alan.Burlison@UK.Sun.com>
23664 Date: Tue, 1 Sep 1998 15:54:06 +0100 (BST)
23665 Message-Id: <199809011455.PAA00631@sale-wts>
23666 Subject: Re: Looking for some XS MAGIC examples...
23669 ____________________________________________________________________________
23670 [ 1830] By: gsar on 1998/09/23 07:16:43
23671 Log: From: pvhp@forte.com (Peter Prymmer)
23672 Date: Mon, 31 Aug 98 17:13:49 PDT
23673 Message-Id: <9809010013.AA06737@forte.com>
23674 Subject: [PATCH: 5.005_02; yet another system configuration tip for OS/390]
23677 ____________________________________________________________________________
23678 [ 1829] By: gsar on 1998/09/23 07:15:08
23679 Log: fix problematic typecast in filter_del()
23680 From: Mark P Lutz <tecmpl1@triton.ca.boeing.com>
23681 Date: Mon, 31 Aug 1998 21:13:11 GMT
23682 Message-Id: <199808312113.VAA53356@triton.ca.boeing.com>
23683 Subject: perl5.005_02 does not build on Cray T90
23686 ____________________________________________________________________________
23687 [ 1828] By: gsar on 1998/09/23 07:11:34
23688 Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
23689 Date: Mon, 31 Aug 1998 14:52:10 -0400 (EDT)
23690 Message-Id: <199808311852.OAA24676@monk.mps.ohio-state.edu>
23691 Subject: [PATCH 5.005_5*] (?>) broken in RE
23693 ! regexec.c t/op/re_tests
23694 ____________________________________________________________________________
23695 [ 1827] By: gsar on 1998/09/23 07:09:50
23696 Log: U/WIN testsuite patches from Joe Buehler <jhpb@hekimian.com>
23698 ! t/op/grent.t t/op/groups.t
23699 ____________________________________________________________________________
23700 [ 1826] By: gsar on 1998/09/23 07:03:16
23701 Log: From: Jarkko Hietaniemi <jhi@iki.fi>
23702 Date: Wed, 12 Aug 1998 22:41:37 +0300 (EET DST)
23703 Message-Id: <199808121941.WAA06263@alpha.hut.fi>
23704 Subject: [PATCH] 5.004_50 or 5.005_02: get rid of interp.sym because not even AIX needs it
23707 ! MANIFEST Makefile.SH embed.pl perl_exp.SH
23708 ____________________________________________________________________________
23709 [ 1825] By: gsar on 1998/09/23 06:56:40
23710 Log: re-introduce change#1703
23712 ! ext/re/re.pm pod/perlre.pod regcomp.c regexec.c thrdvar.h
23713 ____________________________________________________________________________
23714 [ 1824] By: gsar on 1998/09/23 06:44:19
23715 Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
23716 Date: Sat, 29 Aug 1998 17:38:30 -0400 (EDT)
23717 Message-Id: <199808292138.RAA18359@monk.mps.ohio-state.edu>
23718 Subject: [PATCH 5.005_*] Protect debugger from nonlocal exits
23721 ____________________________________________________________________________
23722 [ 1823] By: gsar on 1998/09/23 06:41:34
23723 Log: From: Joe Buehler <jhpb@hekimian.com>
23724 Date: 29 Aug 1998 17:13:28 -0400
23725 Message-ID: <yd37lzro5jb.fsf@pandora.hekimian.com>
23726 Subject: patches for perl 5.005_51 under U/WIN
23729 ! Configure installman lib/ExtUtils/MM_Unix.pm makedepend.SH
23731 ____________________________________________________________________________
23732 [ 1822] By: gsar on 1998/09/23 06:36:59
23733 Log: add missing C<no utf8;> tweak from Larry
23736 ____________________________________________________________________________
23737 [ 1821] By: gsar on 1998/09/23 06:27:51
23738 Log: s/runops/CALLRUNOPS/
23741 ____________________________________________________________________________
23742 [ 1820] By: gsar on 1998/09/23 06:24:49
23743 Log: rename t/pragma/warn-* to t/pragma/warn/*, be 8.3-friendly
23745 +> t/pragma/warn/1global t/pragma/warn/2use t/pragma/warn/3both
23746 +> t/pragma/warn/4lint t/pragma/warn/5nolint t/pragma/warn/doio
23747 +> t/pragma/warn/gv t/pragma/warn/mg t/pragma/warn/op
23748 +> t/pragma/warn/perl t/pragma/warn/perly t/pragma/warn/pp
23749 +> t/pragma/warn/pp_ctl t/pragma/warn/pp_hot t/pragma/warn/pp_sys
23750 +> t/pragma/warn/regcomp t/pragma/warn/regexec t/pragma/warn/sv
23751 +> t/pragma/warn/taint t/pragma/warn/toke t/pragma/warn/universal
23752 +> t/pragma/warn/util
23753 - t/pragma/warn-1global t/pragma/warn-2use t/pragma/warn-3both
23754 - t/pragma/warn-4lint t/pragma/warn-5nolint t/pragma/warn-doio
23755 - t/pragma/warn-gv t/pragma/warn-mg t/pragma/warn-op
23756 - t/pragma/warn-perl t/pragma/warn-perly t/pragma/warn-pp
23757 - t/pragma/warn-pp_ctl t/pragma/warn-pp_hot t/pragma/warn-pp_sys
23758 - t/pragma/warn-regcomp t/pragma/warn-regexec t/pragma/warn-sv
23759 - t/pragma/warn-taint t/pragma/warn-toke t/pragma/warn-universal
23760 - t/pragma/warn-util
23761 ! MANIFEST t/pragma/warning.t
23762 ____________________________________________________________________________
23763 [ 1819] By: gsar on 1998/09/23 06:08:46
23764 Log: make \(%foo) return refs to values (not copies of values)
23765 From: Stephen McCamant <smccam@uclink4.berkeley.edu>
23766 Date: Fri, 28 Aug 1998 20:46:10 -0700 (PDT)
23767 Message-ID: <13799.30680.47765.352558@fre-76-120.reshall.berkeley.edu>
23769 From: Roderick Schertler <roderick@argon.org>
23770 Date: Sat, 29 Aug 1998 00:58:33 -0400
23771 Message-ID: <29894.904366713@eeyore.ibcinc.com>
23772 Subject: Re: \(%x) problems
23774 ! doop.c pod/perlref.pod
23775 ____________________________________________________________________________
23776 [ 1818] By: gsar on 1998/09/23 06:05:08
23777 Log: make h2xs generate ANSI prototypes
23780 ____________________________________________________________________________
23781 [ 1817] By: gsar on 1998/09/23 05:57:16
23782 Log: updated usethreads hints for hpux 10.X
23783 From: Matthew T Harden <mthard@mthard1.monsanto.com>
23784 Date: Fri, 28 Aug 1998 14:10:42 GMT
23785 Message-Id: <199808281410.AA11058@mthard1.monsanto.com>
23786 Subject: Re: OK: perl 5.00502 on PA-RISC1.1-thread 10.20 (UNINSTALLED)
23788 ! hints/hpux.sh perl.h
23789 ____________________________________________________________________________
23790 [ 1816] By: gsar on 1998/09/23 05:53:31
23791 Log: don't create empty directories in installperl
23792 From: Robin Barker <rmb1@cise.npl.co.uk>
23793 Date: Fri, 21 Aug 1998 11:29:24 +0100 (BST)
23794 Message-Id: <199808211029.LAA00551@cyclone.cise.npl.co.uk>
23795 Subject: [PATCH 5.005_02] install: empty dirs
23798 ____________________________________________________________________________
23799 [ 1815] By: gsar on 1998/09/23 05:50:36
23800 Log: make behavior of /(a{3})+/ like /(aaa)+/ w.r.t where it matches
23801 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
23802 Date: Fri, 21 Aug 1998 05:41:02 -0400 (EDT)
23803 Message-Id: <199808210941.FAA16467@monk.mps.ohio-state.edu>
23804 Subject: Re: your mail
23806 ! regexec.c t/op/re_tests
23807 ____________________________________________________________________________
23808 [ 1814] By: gsar on 1998/09/23 05:45:17
23809 Log: From: "Kurt D. Starsinic" <kstar@chapin.edu>
23810 Date: Thu, 20 Aug 1998 20:59:03 -0400
23811 Message-ID: <19980820205903.A12908@O2.chapin.edu>
23812 Subject: [PATCH] h2ph misquotes #error directives
23814 ! t/lib/h2ph.pht utils/h2ph.PL
23815 ____________________________________________________________________________
23816 [ 1813] By: gsar on 1998/09/23 05:42:41
23817 Log: patch to support computed regular subexpressions
23818 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
23819 Date: Thu, 20 Aug 1998 15:19:50 -0400 (EDT)
23820 Message-Id: <199808201919.PAA04692@monk.mps.ohio-state.edu>
23821 Subject: [5.005_5* PATCH] Postponed RE - now!
23823 ! embedvar.h objXSUB.h pod/perlre.pod regcomp.c regexec.c
23824 ! t/op/pat.t t/op/re_tests thrdvar.h toke.c
23825 ____________________________________________________________________________
23826 [ 1812] By: gsar on 1998/09/23 05:26:26
23827 Log: better CR-handling on shebang line and in formats (fixed variant of
23828 patch suggested by Igor Sysoev <igor@nitek.ru>)
23831 ____________________________________________________________________________
23832 [ 1811] By: gsar on 1998/09/23 04:35:46
23833 Log: document non-loopish blocks better
23834 From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
23835 Date: Tue, 18 Aug 1998 12:28:36 +0100
23836 Message-Id: <E0z8jwK-00057Z-00@ursa.cus.cam.ac.uk>
23837 Subject: Re: next in do {} while block gives error message
23840 ____________________________________________________________________________
23841 [ 1810] By: gsar on 1998/09/23 04:12:05
23842 Log: fix bogus integerization of pop()'s return value
23843 From: Gurusamy Sarathy <gsar@engin.umich.edu>
23844 Date: Sat, 15 Aug 1998 23:27:54 -0400
23845 Message-Id: <199808160327.XAA05186@aatma.engin.umich.edu>
23846 Subject: Re: Complex expression does integer arithmetic
23848 ! opcode.h opcode.pl
23849 ____________________________________________________________________________
23850 [ 1809] By: gsar on 1998/09/23 04:09:43
23851 Log: tweak README.win32
23854 ____________________________________________________________________________
23855 [ 1808] By: gsar on 1998/09/23 03:40:57
23856 Log: better diagnostic for do{} used as lvalue
23858 ! op.c pod/perlport.pod
23859 ____________________________________________________________________________
23860 [ 1807] By: gsar on 1998/09/23 03:38:30
23861 Log: enable PERL_SBRK_VIA_MALLOC on OPENSTEP-Mach
23862 From: hansm@icgroup.nl
23863 Date: Tue, 11 Aug 98 21:08:51 +0200
23864 Message-Id: <9808111907.AA21903@icgned.icgroup.nl>
23865 Subject: Not OK: perl 5.00551 on OPENSTEP-Mach 4_1 (UNINSTALLED)
23868 ____________________________________________________________________________
23869 [ 1806] By: gsar on 1998/09/23 03:36:08
23870 Log: support make written in perl (aka "pmake") on win32
23872 ! lib/ExtUtils/MM_Win32.pm
23873 ____________________________________________________________________________
23874 [ 1805] By: gsar on 1998/09/23 03:30:07
23875 Log: fix mismatched UV/U32 types for to_utf8_*()
23878 ____________________________________________________________________________
23879 [ 1804] By: gsar on 1998/09/23 03:22:22
23880 Log: From: Laszlo Molnar <molnarl@cdata.tvnet.hu>
23881 Date: Sun, 9 Aug 1998 22:38:23 +0200
23882 Message-ID: <19980809223823.A215@cdata.tvnet.hu>
23883 Subject: [PATCH 5.5002] dos-djgpp update
23886 ____________________________________________________________________________
23887 [ 1803] By: gsar on 1998/09/23 03:20:13
23888 Log: apply minimal variant of patch (sent via private mail)
23889 From: jarkko.hietaniemi@research.nokia.com (Jarkko Hietaniemi)
23890 Date: Wed, 12 Aug 1998 15:42:35 +0300
23891 Message-Id: <199808121242.PAA29761@comanche.spices>
23892 Subject: [PATCH] 5.004_02 or 5.005_51: fix regexp and tr character ranges in non-ASCII lands
23894 ! MANIFEST perl.h pod/perllocale.pod pod/perlop.pod
23895 ! pod/perlre.pod regcomp.c t/pragma/locale.t toke.c
23896 ____________________________________________________________________________
23897 [ 1802] By: gsar on 1998/09/23 03:03:39
23898 Log: adjust searchdict.t for EBCDIC (still needs documenting)
23899 From: pvhp@forte.com (Peter Prymmer)
23900 Date: Thu, 6 Aug 98 18:09:39 PDT
23901 Message-Id: <9808070109.AA06158@forte.com>
23902 Subject: [PATCH 5.005_02-TRIAL2] potential modification to t/lib/searchdict.t
23904 ! README.os390 t/lib/searchdict.t
23905 ____________________________________________________________________________
23906 [ 1801] By: gsar on 1998/09/23 02:54:15
23907 Log: silence redefined warning for XS(INIT) {}
23910 ____________________________________________________________________________
23911 [ 1800] By: gsar on 1998/09/23 02:42:23
23912 Log: support match indices via special variables @- and @+
23913 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
23914 Date: Tue, 21 Jul 1998 23:00:35 -0400 (EDT)
23915 Message-Id: <199807220300.XAA16081@monk.mps.ohio-state.edu>
23916 Subject: [PATCH 5.004_76] @- and @+
23918 ! av.c embed.h global.sym gv.c mg.c objXSUB.h objpp.h perl.h
23919 ! pod/perlvar.pod proto.h regnodes.h sv.c t/op/pat.t toke.c
23920 ____________________________________________________________________________
23921 [ 1799] By: gsar on 1998/09/23 01:44:31
23922 Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
23923 Date: Tue, 11 Aug 1998 18:43:29 -0400 (EDT)
23924 Message-Id: <199808112243.SAA14243@monk.mps.ohio-state.edu>
23925 Subject: Re: Segmentation fault for /a*abc?xyz+pqr{3}ab{2,}xy{4,5}pq{0,6}AB{0,}zz/
23927 ! regcomp.c t/op/re_tests
23928 ____________________________________________________________________________
23929 [ 1798] By: gsar on 1998/09/23 01:39:23
23930 Log: integrate maint-5.005 changes (except conflicting change#1794)
23933 !> objXSUB.h op.c pod/perlfunc.pod pp.c regcomp.c t/op/re_tests
23934 !> toke.c util.c win32/config.bc win32/config.gc win32/config.vc
23936 ____________________________________________________________________________
23937 [ 1797] By: gsar on 1998/09/23 01:32:36
23938 Log: add note to win32/Makefile about setting CCHOME
23940 ! win32/Makefile win32/makefile.mk
23941 ____________________________________________________________________________
23942 [ 1796] By: gsar on 1998/09/23 01:31:32
23943 Log: perl.pod tweak
23946 ____________________________________________________________________________
23947 [ 1795] By: gsar on 1998/09/21 20:34:10
23948 Log: make xsubpp generate well-formed code with CAPI && !PERL_OBJECT
23950 ! lib/ExtUtils/xsubpp
23951 ____________________________________________________________________________
23952 [ 1789] By: gsar on 1998/09/18 18:01:37
23953 Log: delay freeing itervar so C<for $i (@a) { return($i) }> works
23955 ! cop.h t/cmd/for.t
23956 ____________________________________________________________________________
23957 [ 1788] By: gsar on 1998/09/17 02:19:11
23958 Log: resync win32/config.?c with Porting/config.sh to pick up apiversion
23960 ! win32/config.bc win32/config.gc win32/config.vc
23961 ____________________________________________________________________________
23962 [ 1787] By: gsar on 1998/09/17 01:45:14
23963 Log: suppress bogus warning on C<sub x {} x()>
23966 ____________________________________________________________________________
23967 [ 1786] By: gsar on 1998/09/17 01:42:51
23968 Log: ntohl typo in objXSUB.h
23971 ____________________________________________________________________________
23972 [ 1785] By: gsar on 1998/09/17 01:41:48
23973 Log: fill gaps in sig_* entries in win32/config.?c
23975 ! win32/config.bc win32/config.gc win32/config.vc
23976 ____________________________________________________________________________
23977 [ 1781] By: larry on 1998/09/05 23:48:24
23978 Log: tr/// logic was hosed under utf8
23980 ! doop.c op.c op.h pp.c proto.h
23981 ____________________________________________________________________________
23982 [ 1780] By: larry on 1998/09/05 23:44:16
23983 Log: several new tests needed tweaking to work under utf8
23985 ! t/comp/require.t t/op/pack.t t/op/substr.t
23986 ____________________________________________________________________________
23987 [ 1779] By: larry on 1998/09/05 23:41:42
23988 Log: index() applied BM optimization to wrong argument
23991 ____________________________________________________________________________
23992 [ 1778] By: larry on 1998/09/05 23:38:29
23993 Log: Implicit require during compile reset line numbering
24001 ____________________________________________________________________________
24002 [ 1777] By: gsar on 1998/08/10 07:02:38
24003 Log: various tweaks: fix signed vs. unsigned problems that prevented C++
24004 builds; add sundry PERL_OBJECT scaffolding to get it to build; fix
24005 lexical warning testsuite for win32
24007 ! Changes doop.c embed.h global.sym objXSUB.h objpp.h op.c
24008 ! pod/perlhist.pod pp.c pp_hot.c proto.h regcomp.c regexec.c
24009 ! sv.c t/pragma/warn-doio t/pragma/warn-mg t/pragma/warn-op
24010 ! t/pragma/warn-regexec toke.c utf8.c win32/GenCAPI.pl
24011 ! win32/Makefile win32/makefile.mk
24012 ____________________________________________________________________________
24013 [ 1776] By: gsar on 1998/08/09 17:53:48
24014 Log: fix coredump with MULTIPLICITY (ckWARN() needs early curcop init)
24016 ! Changes MANIFEST perl.c pod/perlhist.pod
24017 ____________________________________________________________________________
24018 [ 1775] By: gsar on 1998/08/09 14:35:33
24019 Log: tweak warning test
24021 ! t/pragma/warn-toke
24022 ____________________________________________________________________________
24023 [ 1774] By: gsar on 1998/08/09 14:13:46
24024 Log: add missing dTHR; notes for test failures due to small stacksize
24026 ! doio.c gv.c op.c sv.c t/pragma/warn-mg t/pragma/warn-regexec
24027 ! toke.c universal.c util.c
24028 ____________________________________________________________________________
24029 [ 1773] By: gsar on 1998/08/09 11:31:53
24030 Log: lexical warnings; tweaks to places that didn't apply correctly
24031 From: pmarquess@bfsec.bt.co.uk (Paul Marquess)
24032 Date: Wed, 29 Jul 1998 09:28:45 BST
24033 Message-Id: <9807290828.AA26286@claudius.bfsec.bt.co.uk>
24034 Subject: lexical warnings patch for 5.005_50
24036 + README.lexwarn lib/warning.pm t/pragma/warn-2use
24037 + t/pragma/warn-3both t/pragma/warn-4lint t/pragma/warn-5nolint
24038 + t/pragma/warn-doio t/pragma/warn-gv t/pragma/warn-mg
24039 + t/pragma/warn-op t/pragma/warn-perl t/pragma/warn-perly
24040 + t/pragma/warn-pp t/pragma/warn-pp_ctl t/pragma/warn-pp_hot
24041 + t/pragma/warn-pp_sys t/pragma/warn-regcomp
24042 + t/pragma/warn-regexec t/pragma/warn-sv t/pragma/warn-taint
24043 + t/pragma/warn-toke t/pragma/warn-universal t/pragma/warn-util
24044 + warning.h warning.pl
24045 ! Changes MANIFEST Makefile.SH cop.h doio.c global.sym gv.c
24046 ! lib/diagnostics.pm mg.c op.c op.h perl.c perl.h pp.c pp_ctl.c
24047 ! pp_hot.c pp_sys.c proto.h regcomp.c regexec.c sv.c t/op/tie.t
24048 ! t/pragma/warn-1global t/pragma/warning.t taint.c toke.c
24049 ! universal.c util.c
24050 ____________________________________________________________________________
24051 [ 1772] By: gsar on 1998/08/08 23:06:00
24052 Log: bump patchlevel to 5.005_51
24054 ! patchlevel.h win32/Makefile win32/config_H.bc
24055 ! win32/config_H.gc win32/config_H.vc win32/makefile.mk
24056 ____________________________________________________________________________
24057 [ 1771] By: gsar on 1998/08/08 23:01:57
24058 Log: fix bogus warning on "\x{123}"
24059 From: pmarquess@claudius.bfsec.bt.co.uk (Paul Marquess)
24060 Date: Mon, 27 Jul 1998 06:16:15 +0100 (BST)
24061 Message-Id: <9807270534.AA11102@claudius.bfsec.bt.co.uk>
24062 Subject: [5.005_50 PATCH] Some unicode problems
24065 ____________________________________________________________________________
24066 [ 1770] By: gsar on 1998/08/08 22:56:55
24067 Log: hide dup symbol for static build of ext/re
24068 From: Dominic Dunlop <domo@ppp72.vo.lu>
24069 Date: Wed, 29 Jul 1998 11:09:56 +0100 (WET DST)
24070 Message-Id: <199807291009.LAA08935@ppp72.vo.lu>
24071 Subject: Not OK: perl 5.00550 on powerpc-machten 4.1 [BOGUS PATCH]
24074 ____________________________________________________________________________
24075 [ 1769] By: gsar on 1998/08/08 22:45:06
24076 Log: fix double free on -Mutf8 -e '$b=uc("")'
24077 From: larry@wall.org (Larry Wall)
24078 Date: Fri, 7 Aug 1998 14:42:43 -0700
24079 Message-Id: <199808072142.OAA14920@wall.org>
24080 Subject: [PATCH 5.005_50]: uc("") and lc("") under utf8 fails
24083 ____________________________________________________________________________
24084 [ 1768] By: gsar on 1998/08/08 22:42:29
24085 Log: substr() assumes utf8 without say-so
24086 From: larry@wall.org (Larry Wall)
24087 Date: Fri, 7 Aug 1998 12:25:12 -0700
24088 Message-Id: <199808071925.MAA13436@wall.org>
24089 Subject: [PATCH 5.005_50] substr bug?
24092 ____________________________________________________________________________
24093 [ 1767] By: gsar on 1998/08/08 22:38:25
24094 Log: fix intolerance of SWASHes for blank lines
24095 From: Gisle Aas <aas@sn.no>
24096 Date: 06 Aug 1998 23:28:57 +0200
24097 Message-ID: <m3emutkdeu.fsf@furu.g.aas.no>
24098 Subject: Re: Re[2]: another joyride begins
24100 ! lib/utf8_heavy.pl
24101 ____________________________________________________________________________
24102 [ 1766] By: gsar on 1998/08/08 22:33:10
24103 Log: utf8 doc tweak
24104 From: Gisle Aas <aas@sn.no>
24105 Date: 05 Aug 1998 00:41:04 +0200
24106 Message-ID: <m3yat4wetb.fsf@furu.g.aas.no>
24107 Subject: Matching clumps
24110 ____________________________________________________________________________
24111 [ 1765] By: gsar on 1998/08/08 22:31:37
24112 Log: kill bogus warning from -we 'use utf8; $_="\x{FF}"'
24113 From: Gisle Aas <aas@sn.no>
24114 Date: 04 Aug 1998 22:56:11 +0200
24115 Message-ID: <m3yat4sbys.fsf@furu.g.aas.no>
24116 Subject: Re: another joyride begins
24118 ! lib/utf8_heavy.pl
24119 ____________________________________________________________________________
24120 [ 1764] By: gsar on 1998/08/08 22:28:43
24121 Log: From: larry@wall.org (Larry Wall)
24122 Date: Tue, 4 Aug 1998 17:04:51 -0700
24123 Message-Id: <199808050004.RAA22592@wall.org>
24124 Subject: [PATCH 5.005_50] \pX not implemented!
24127 ____________________________________________________________________________
24128 [ 1763] By: gsar on 1998/08/08 22:27:15
24129 Log: From: Stephen McCamant <alias@mcs.com>
24130 Date: Sun, 2 Aug 1998 16:33:18 -0500 (CDT)
24131 Message-ID: <13764.55116.921952.837027@alias-2.pr.mcs.net>
24132 Subject: [PATCH] Eliminate superfluous RV2p[AH]Vs in oops[AH]V()
24135 ____________________________________________________________________________
24136 [ 1762] By: gsar on 1998/08/08 22:26:09
24137 Log: From: Jarkko Hietaniemi <jhi@iki.fi>
24138 Date: Sun, 2 Aug 1998 22:05:28 +0300 (EET DST)
24139 Message-Id: <199808021905.WAA10592@alpha.hut.fi>
24140 Subject: [PATCH] 5.005_02-TRIAL1 or 5.004_05-MAINT_TRIAL_5: t/op/{pw,gr}ent.t
24142 + t/op/grent.t t/op/pwent.t
24144 ____________________________________________________________________________
24145 [ 1761] By: gsar on 1998/08/08 22:21:52
24146 Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
24147 Date: Thu, 30 Jul 1998 19:23:56 -0400 (EDT)
24148 Message-Id: <199807302323.TAA21175@monk.mps.ohio-state.edu>
24149 Subject: [5.005_50 PATCH] misprint in RE engine
24151 ! regexec.c t/op/re_tests
24152 ____________________________________________________________________________
24153 [ 1760] By: gsar on 1998/08/08 22:18:54
24154 Log: integrate maint-5.005 changes into mainline
24156 +> Porting/fixCORE README.os390 ebcdic.c win32/des_fcrypt.patch
24157 !> (integrate 138 files)
24158 ____________________________________________________________________________
24159 [ 1672] By: gsar on 1998/07/27 18:35:28
24160 Log: create new Changes
24163 ! Changes5.005 MANIFEST
24164 ____________________________________________________________________________
24165 [ 1671] By: gsar on 1998/07/27 18:30:57
24166 Log: rename Changes --> Changes5.005
24170 ____________________________________________________________________________
24171 [ 1670] By: gsar on 1998/07/27 18:10:14
24172 Log: integrate 5.005_01 changes from maint
24175 !> README.win32 pod/perldelta.pod proto.h toke.c win32/GenCAPI.pl
24177 ____________________________________________________________________________
24178 [ 1667] By: nick on 1998/07/26 14:31:01
24179 Log: Add dTHR so that it compiles miniperl in threaded mode
24181 ! doop.c mg.c regcomp.c regexec.c
24182 ____________________________________________________________________________
24183 [ 1666] By: nick on 1998/07/26 13:01:10
24184 Log: Resolve ansiperl against mainline (@1648?)
24185 Unclear that change number has "taken".
24187 +> (branch 169 files)
24188 - ObjXSub.h XSLock.h compat3.sym fixvars pod/perld4.pod
24189 !> (integrate 131 files)
24195 ____________________________________________________________________________
24196 [ 1665] By: gsar on 1998/07/26 05:38:48
24197 Log: add trailing newline to file
24199 ! Changes lib/unicode/blocks.txt
24200 ____________________________________________________________________________
24201 [ 1664] By: gsar on 1998/07/26 05:08:48
24202 Log: integrate proto.h additions from maint-5.005
24204 !> pod/perlhist.pod proto.h
24205 ____________________________________________________________________________
24206 [ 1663] By: gsar on 1998/07/26 05:07:05
24207 Log: add new files to MANIFEST; add missing prototypes to proto.h;
24208 s/PL_utf8skip/utf8skip/ for now, or we end up with Perl_PL_;
24209 add typecasts to silence warnings; tweaks for win32 builds
24211 ! MANIFEST embed.h global.sym proto.h regexec.c toke.c utf8.h
24212 ! win32/Makefile win32/makefile.mk
24213 ____________________________________________________________________________
24214 [ 1662] By: gsar on 1998/07/26 05:01:52
24215 Log: add missing sv_*_mg() prototypes in proto.h, update perlhist.pod
24216 Branch: maint-5.005/perl
24217 ! pod/perlhist.pod proto.h
24218 ____________________________________________________________________________
24219 [ 1661] By: gsar on 1998/07/26 02:52:48
24220 Log: up patchlevel to 5.005_50
24222 ! Changes patchlevel.h win32/Makefile win32/config_H.bc
24223 ! win32/config_H.gc win32/config_H.vc win32/makefile.mk
24224 ____________________________________________________________________________
24225 [ 1660] By: gsar on 1998/07/26 02:43:57
24226 Log: integrate utfperl
24228 +> (branch 162 files)
24229 !> (integrate 29 files)
24230 ____________________________________________________________________________
24231 [ 1659] By: gsar on 1998/07/26 02:38:22
24232 Log: integrate maint-5.005 changes
24234 !> Changes README.vms djgpp/fixpmain emacs/ptags hints/beos.sh
24235 !> lib/Math/BigInt.pm pod/perldelta.pod pod/perlmodinstall.pod
24236 !> pod/perltoc.pod pp_sys.c t/lib/bigintpm.t
24237 !> vms/descrip_mms.template vms/subconfigure.com
24238 ____________________________________________________________________________
24239 [ 1658] By: gsar on 1998/07/26 02:23:46
24240 Log: VMS patches from Dan Sugalski <sugalskd@osshe.edu>
24241 Date: Fri, 24 Jul 1998 11:38:25 -0700
24242 Message-Id: <3.0.5.32.19980724113825.00a067b0@ous.edu>
24243 Subject: [PATCH 5.005] version number problem with VMS (Corrected)
24245 Date: Fri, 24 Jul 1998 12:30:36 -0700
24246 Message-Id: <3.0.5.32.19980724123036.009f0390@ous.edu>
24247 Subject: [PATCH 5.005]Tweaks to README.vms
24249 Date: Sat, 25 Jul 1998 17:56:55 -0700 (PDT)
24250 Message-ID: <Pine.GSO.3.96.980725175626.15740D-100000@netserve.ous.edu>
24251 Subject: [PATCH 5.005] Final build cleanup patch
24252 Branch: maint-5.005/perl
24253 ! README.vms vms/descrip_mms.template vms/subconfigure.com
24254 ____________________________________________________________________________
24255 [ 1657] By: gsar on 1998/07/26 02:19:50
24256 Log: another platform where pp_sselect() needs a whole fd_set buffer
24257 From: Lupe Christoph <lupe@alanya.m.isar.de>
24258 Date: Sat, 25 Jul 1998 19:49:33 +0200 (MET DST)
24259 Message-Id: <199807251749.TAA22347@alanya.m.isar.de>
24260 Subject: Patch for Not OK: perl 5.005 on i86pc-solaris-thread 2.6
24261 Branch: maint-5.005/perl
24263 ____________________________________________________________________________
24264 [ 1656] By: gsar on 1998/07/26 02:12:46
24265 Log: fix problem building modules on dos-djgpp
24266 From: Laszlo Molnar <molnarl@cdata.tvnet.hu>
24267 Date: Sat, 25 Jul 1998 00:53:39 +0200
24268 Message-ID: <19980725005339.C222@cdata.tvnet.hu>
24269 Subject: [PATCH 5.005] dos-djgpp and modules problem
24270 Branch: maint-5.005/perl
24272 ____________________________________________________________________________
24273 [ 1655] By: gsar on 1998/07/26 02:11:09
24274 Log: From: Tom Spindler <dogcow@home.merit.edu>
24275 Date: Wed, 22 Jul 1998 16:11:07 -0400
24276 Message-ID: <19980722161107.A16813@home.merit.edu>
24277 Subject: [PATCH 5.005] BeOS tweak
24278 Branch: maint-5.005/perl
24280 ____________________________________________________________________________
24281 [ 1654] By: gsar on 1998/07/26 02:09:29
24282 Log: various pod tweaks
24283 Branch: maint-5.005/perl
24284 ! Changes pod/perldelta.pod pod/perlmodinstall.pod
24286 ____________________________________________________________________________
24287 [ 1653] By: gsar on 1998/07/26 02:05:46
24288 Log: fix emacs/ptags for PL_* changes
24289 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
24290 Date: Fri, 24 Jul 1998 03:12:35 -0400 (EDT)
24291 Message-Id: <199807240712.DAA04204@monk.mps.ohio-state.edu>
24292 Subject: [PATCH 5.004_76] Yet better ptags
24293 Branch: maint-5.005/perl
24295 ____________________________________________________________________________
24296 [ 1652] By: gsar on 1998/07/26 02:03:01
24297 Log: fix behavior of <=> on bigints
24298 From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
24299 Message-Id: <E0yzlfF-0004kz-00@taurus.cus.cam.ac.uk>
24300 Date: Fri, 24 Jul 1998 18:29:53 +0100
24301 Subject: [PATCH] Re: Math::BigInt <=> op is not correct.
24302 Branch: maint-5.005/perl
24303 ! lib/Math/BigInt.pm t/lib/bigintpm.t
24304 ____________________________________________________________________________
24305 [ 1651] By: larry on 1998/07/24 05:44:33
24306 Log: Here are the long-expected Unicode/UTF-8 modifications.
24308 + lib/unicode/ArabLink.pl lib/unicode/ArabLnkGrp.pl
24309 + lib/unicode/Bidirectional.pl lib/unicode/Block.pl
24310 + lib/unicode/Category.pl lib/unicode/CombiningClass.pl
24311 + lib/unicode/Decomposition.pl
24312 + lib/unicode/In/AlphabeticPresentationForms.pl
24313 + lib/unicode/In/Arabic.pl
24314 + lib/unicode/In/ArabicPresentationForms-A.pl
24315 + lib/unicode/In/ArabicPresentationForms-B.pl
24316 + lib/unicode/In/Armenian.pl lib/unicode/In/Arrows.pl
24317 + lib/unicode/In/BasicLatin.pl lib/unicode/In/Bengali.pl
24318 + lib/unicode/In/BlockElements.pl lib/unicode/In/Bopomofo.pl
24319 + lib/unicode/In/BoxDrawing.pl
24320 + lib/unicode/In/CJKCompatibility.pl
24321 + lib/unicode/In/CJKCompatibilityForms.pl
24322 + lib/unicode/In/CJKCompatibilityIdeographs.pl
24323 + lib/unicode/In/CJKSymbolsandPunctuation.pl
24324 + lib/unicode/In/CJKUnifiedIdeographs.pl
24325 + lib/unicode/In/CombiningDiacriticalMarks.pl
24326 + lib/unicode/In/CombiningHalfMarks.pl
24327 + lib/unicode/In/CombiningMarksforSymbols.pl
24328 + lib/unicode/In/ControlPictures.pl
24329 + lib/unicode/In/CurrencySymbols.pl lib/unicode/In/Cyrillic.pl
24330 + lib/unicode/In/Devanagari.pl lib/unicode/In/Dingbats.pl
24331 + lib/unicode/In/EnclosedAlphanumerics.pl
24332 + lib/unicode/In/EnclosedCJKLettersandMonths.pl
24333 + lib/unicode/In/GeneralPunctuation.pl
24334 + lib/unicode/In/GeometricShapes.pl lib/unicode/In/Georgian.pl
24335 + lib/unicode/In/Greek.pl lib/unicode/In/GreekExtended.pl
24336 + lib/unicode/In/Gujarati.pl lib/unicode/In/Gurmukhi.pl
24337 + lib/unicode/In/HalfwidthandFullwidthForms.pl
24338 + lib/unicode/In/HangulCompatibilityJamo.pl
24339 + lib/unicode/In/HangulJamo.pl lib/unicode/In/HangulSyllables.pl
24340 + lib/unicode/In/Hebrew.pl
24341 + lib/unicode/In/HighPrivateUseSurrogates.pl
24342 + lib/unicode/In/HighSurrogates.pl lib/unicode/In/Hiragana.pl
24343 + lib/unicode/In/IPAExtensions.pl lib/unicode/In/Kanbun.pl
24344 + lib/unicode/In/Kannada.pl lib/unicode/In/Katakana.pl
24345 + lib/unicode/In/Lao.pl lib/unicode/In/Latin-1Supplement.pl
24346 + lib/unicode/In/LatinExtended-A.pl
24347 + lib/unicode/In/LatinExtended-B.pl
24348 + lib/unicode/In/LatinExtendedAdditional.pl
24349 + lib/unicode/In/LetterlikeSymbols.pl
24350 + lib/unicode/In/LowSurrogates.pl lib/unicode/In/Malayalam.pl
24351 + lib/unicode/In/MathematicalOperators.pl
24352 + lib/unicode/In/MiscellaneousSymbols.pl
24353 + lib/unicode/In/MiscellaneousTechnical.pl
24354 + lib/unicode/In/NumberForms.pl
24355 + lib/unicode/In/OpticalCharacterRecognition.pl
24356 + lib/unicode/In/Oriya.pl lib/unicode/In/PrivateUse.pl
24357 + lib/unicode/In/SmallFormVariants.pl
24358 + lib/unicode/In/SpacingModifierLetters.pl
24359 + lib/unicode/In/Specials.pl
24360 + lib/unicode/In/SuperscriptsandSubscripts.pl
24361 + lib/unicode/In/Tamil.pl lib/unicode/In/Telugu.pl
24362 + lib/unicode/In/Thai.pl lib/unicode/In/Tibetan.pl
24363 + lib/unicode/Is/Alnum.pl lib/unicode/Is/Alpha.pl
24364 + lib/unicode/Is/BidiAN.pl lib/unicode/Is/BidiB.pl
24365 + lib/unicode/Is/BidiCS.pl lib/unicode/Is/BidiEN.pl
24366 + lib/unicode/Is/BidiES.pl lib/unicode/Is/BidiET.pl
24367 + lib/unicode/Is/BidiL.pl lib/unicode/Is/BidiON.pl
24368 + lib/unicode/Is/BidiR.pl lib/unicode/Is/BidiS.pl
24369 + lib/unicode/Is/BidiWS.pl lib/unicode/Is/C.pl
24370 + lib/unicode/Is/Cc.pl lib/unicode/Is/Cn.pl lib/unicode/Is/Co.pl
24371 + lib/unicode/Is/DCcircle.pl lib/unicode/Is/DCcompat.pl
24372 + lib/unicode/Is/DCfinal.pl lib/unicode/Is/DCfont.pl
24373 + lib/unicode/Is/DCinital.pl lib/unicode/Is/DCinitial.pl
24374 + lib/unicode/Is/DCisolated.pl lib/unicode/Is/DCnarrow.pl
24375 + lib/unicode/Is/DCnoBreak.pl lib/unicode/Is/DCsmall.pl
24376 + lib/unicode/Is/DCsquare.pl lib/unicode/Is/DCsub.pl
24377 + lib/unicode/Is/DCsuper.pl lib/unicode/Is/DCvertical.pl
24378 + lib/unicode/Is/DCwide.pl lib/unicode/Is/DecoCanon.pl
24379 + lib/unicode/Is/DecoCompat.pl lib/unicode/Is/Digit.pl
24380 + lib/unicode/Is/L.pl lib/unicode/Is/Ll.pl lib/unicode/Is/Lm.pl
24381 + lib/unicode/Is/Lo.pl lib/unicode/Is/Lower.pl
24382 + lib/unicode/Is/Lt.pl lib/unicode/Is/Lu.pl lib/unicode/Is/M.pl
24383 + lib/unicode/Is/Mc.pl lib/unicode/Is/Mirrored.pl
24384 + lib/unicode/Is/Mn.pl lib/unicode/Is/N.pl lib/unicode/Is/Nd.pl
24385 + lib/unicode/Is/No.pl lib/unicode/Is/P.pl lib/unicode/Is/Pd.pl
24386 + lib/unicode/Is/Pe.pl lib/unicode/Is/Po.pl
24387 + lib/unicode/Is/Print.pl lib/unicode/Is/Ps.pl
24388 + lib/unicode/Is/S.pl lib/unicode/Is/Sc.pl lib/unicode/Is/Sm.pl
24389 + lib/unicode/Is/So.pl lib/unicode/Is/Space.pl
24390 + lib/unicode/Is/Upper.pl lib/unicode/Is/Z.pl
24391 + lib/unicode/Is/Zl.pl lib/unicode/Is/Zp.pl lib/unicode/Is/Zs.pl
24392 + lib/unicode/JamoShort.pl lib/unicode/Makefile
24393 + lib/unicode/Name.pl lib/unicode/Number.pl
24394 + lib/unicode/To/Digit.pl lib/unicode/To/Lower.pl
24395 + lib/unicode/To/Title.pl lib/unicode/To/Upper.pl
24396 + lib/unicode/UnicodeData-Latest.txt lib/unicode/arabshp.txt
24397 + lib/unicode/blocks.txt lib/unicode/index2.txt
24398 + lib/unicode/jamo2.txt lib/unicode/mktables.PL
24399 + lib/unicode/names2.txt lib/unicode/props2.txt
24400 + lib/unicode/readme.txt lib/utf8.pm lib/utf8_heavy.pl t/UTEST
24402 ! Makefile.SH doop.c embed.h embedvar.h global.sym handy.h mg.c
24403 ! op.c op.h perl.h perlvars.h pod/perlfunc.pod pod/perlop.pod
24404 ! pod/perlre.pod pp.c pp_ctl.c pp_hot.c proto.h regcomp.c
24405 ! regcomp.h regcomp.sym regexec.c regexp.h regnodes.h sv.c
24406 ! t/op/vec.t toke.c util.c vms/vmsish.h
24407 ____________________________________________________________________________
24408 [ 1650] By: gsar on 1998/07/24 04:06:48
24409 Log: create utfperl branch
24411 +> (branch 1079 files)
24412 ____________________________________________________________________________
24413 [ 1649] By: gsar on 1998/07/24 03:56:56
24414 Log: create maint-5.005 branch
24415 Branch: maint-5.005/perl
24416 +> (branch 1079 files)
24417 ____________________________________________________________________________
24418 [ 1648] By: gsar on 1998/07/24 03:36:35
24419 Log: un-checked-in 5.005 Changes (this is 5.005 *exactly*)