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 July 1998):
19 Gisle Aas <gisle@aas.no>
20 Abigail <abigail@fnx.com>
21 Kenneth Albanowski <kjahds@kjahds.com>
22 Russ Allbery <rra@stanford.edu>
23 Spider Boardman <spider@orb.nashua.nh.us>
24 Tom Christiansen <tchrist@perl.com>
25 Jan Dubois <jan.dubois@ibm.net>
26 Hallvard B Furuseth <h.b.furuseth@usit.uio.no>
27 M. J. T. Guy <mjtg@cus.cam.ac.uk>
28 Jarkko Hietaniemi <jhi@iki.fi>
29 Nick Ing-Simmons <nik@tiuk.ti.com>
30 Andreas Koenig <a.koenig@mind.de>
31 Doug MacEachern <dougm@opengroup.org>
32 Paul Marquess <Paul.Marquess@btinternet.com>
33 Stephen McCamant <alias@mcs.com>
34 Laszlo Molnar <laszlo.molnar@eth.ericsson.se>
35 Hans Mulder <hansmu@xs4all.nl>
36 Matthias Neeracher <neeri@iis.ee.ethz.ch>
37 Jeff Okamoto <okamoto@hpcc123.corp.hp.com>
38 Ulrich Pfeifer <pfeifer@charly.informatik.uni-dortmund.de>
39 Tom Phoenix <rootbeer@teleport.com>
40 Joshua Pritikin <joshua.pritikin@db.com>
41 Norbert Pueschel <pueschel@imsdd.meb.uni-bonn.de>
42 Dean Roehrich <roehrich@cray.com>
43 Hugo van der Sanden <hv@crypt0.demon.co.uk>
44 Roderick Schertler <roderick@argon.org>
45 Kurt D. Starsinic <kstar@isinet.com>
46 Dan Sugalski <sugalskd@osshe.edu>
47 Larry W. Virden <lvirden@cas.org>
48 Ilya Zakharevich <ilya@math.ohio-state.edu>
50 And the Keepers of the Patch Pumpkin:
52 Charles Bailey <bailey@newman.upenn.edu>
53 Graham Barr <gbarr@ti.com>
54 Malcolm Beattie <mbeattie@sable.ox.ac.uk>
55 Tim Bunce <Tim.Bunce@ig.co.uk>
56 Andy Dougherty <doughera@lafcol.lafayette.edu>
57 Gurusamy Sarathy <gsar@activestate.com>
58 Chip Salzenberg <chip@perl.com>
60 And, of course, the Author of Perl:
62 Larry Wall <larry@wall.org>
65 NOTE: Each change entry shows the change number; who checked it into the
66 repository; when; description of the change; which branch the change
67 happened in; and the affected files. The file lists have a short symbolic
73 +> branched (from elsewhere)
74 !> merged changes (from elsewhere)
78 Version 5.005_63 Development release working toward 5.6
81 ____________________________________________________________________________
82 [ 4676] By: gsar on 1999/12/09 10:51:43
83 Log: fix File::Find testsuite bugs in symlink-less places
86 ____________________________________________________________________________
87 [ 4675] By: gsar on 1999/12/09 10:22:31
88 Log: USE_ITHREADS tweaks and notes
90 ! op.c pod/perldelta.pod sv.c
91 ____________________________________________________________________________
92 [ 4674] By: gsar on 1999/12/09 10:21:53
93 Log: allow new style sort subs to work under usethreads
96 ____________________________________________________________________________
97 [ 4673] By: gsar on 1999/12/09 04:00:23
98 Log: document compatibility issue with literal list slices and NOTOP
99 (C<not (1,2,3)[0]> is now a syntax error)
102 ____________________________________________________________________________
103 [ 4672] By: gsar on 1999/12/09 01:14:46
104 Log: avoid mismatched expectation <-> int types for C++ builds
106 ! embed.pl intrpvar.h proto.h toke.c
107 ____________________________________________________________________________
108 [ 4671] By: gsar on 1999/12/09 00:36:24
109 Log: newer version of File::Find with support for following symlinks and
110 other features, from Helmut Jarausch <jarausch@igpm.rwth-aachen.de>
112 ! lib/File/Find.pm pod/perldelta.pod t/lib/filefind.t
113 ____________________________________________________________________________
114 [ 4670] By: gsar on 1999/12/09 00:13:06
115 Log: avoid initializing GvCV slot for autovivified filehandles
118 ____________________________________________________________________________
119 [ 4669] By: gsar on 1999/12/08 19:09:27
120 Log: apply change#4618 again along with Ilya's patch to fix bugs
121 in it (see change#4622)
123 ! embed.h embed.pl perl.h proto.h regcomp.c regcomp.h regexec.c
124 ! t/op/re_tests t/op/subst.t
125 ____________________________________________________________________________
126 [ 4668] By: gsar on 1999/12/08 18:56:53
127 Log: patch to fix parser bug in C<${h{${a[0]}}} = 13>
128 From: Larry Wall <larry@wall.org>
129 Date: Tue, 7 Dec 1999 12:39:30 -0800 (PST)
130 Message-Id: <199912072039.MAA13257@kiev.wall.org>
131 Subject: Re: [ID 19991204.002] Inconsistency of ${hash{key}}
133 ! embedvar.h intrpvar.h objXSUB.h sv.c toke.c
134 ____________________________________________________________________________
135 [ 4667] By: gsar on 1999/12/08 18:47:37
136 Log: patch to fix aix hints from ortmann@vnet.ibm.com
139 ____________________________________________________________________________
140 [ 4666] By: gsar on 1999/12/08 18:29:02
141 Log: documentation tweaks from M. J. T. Guy, Micheal Schwern, and
144 ! Changes lib/Benchmark.pm pod/perlipc.pod pod/perlre.pod
145 ____________________________________________________________________________
146 [ 4665] By: gsar on 1999/12/08 02:22:31
147 Log: introduce save_I8() for saving byte values
149 ! embed.h embed.pl global.sym objXSUB.h perlapi.c proto.h
150 ! regcomp.c regexec.c scope.c scope.h sv.c
151 ____________________________________________________________________________
152 [ 4664] By: gsar on 1999/12/08 02:02:33
153 Log: use SAVEINT() rather than SAVEDESTRUCTOR() for saving PL_expect etc.
156 ____________________________________________________________________________
157 [ 4663] By: gsar on 1999/12/08 01:11:44
158 Log: longstanding typo in lexer: PL_lex_expect was not properly
162 ____________________________________________________________________________
163 [ 4662] By: gsar on 1999/12/07 23:16:21
164 Log: typos in change#4546
166 ! ext/B/B.xs ext/B/B/Bytecode.pm ext/B/B/C.pm sv.c
167 ____________________________________________________________________________
168 [ 4661] By: gsar on 1999/12/07 09:33:50
169 Log: typos in change#4660
171 ! embed.h embed.pl objXSUB.h perl.h perlapi.c pp_sys.c proto.h
172 ____________________________________________________________________________
173 [ 4660] By: gsar on 1999/12/06 23:42:55
174 Log: tweaks for building with -DUSE_ITHREADS on !WIN32 platforms;
175 fix bug where lc($readonly) could result in bogus errors
177 ! embed.h embed.pl iperlsys.h makedef.pl objXSUB.h perlapi.c
178 ! pp.c pp_sys.c proto.h sv.c
179 ____________________________________________________________________________
180 [ 4659] By: gsar on 1999/12/06 15:24:31
181 Log: allow IRIX 6.5 to build perl (from Helmut Jarausch
182 <jarausch@igpm.rwth-aachen.de>)
185 ____________________________________________________________________________
186 [ 4658] By: gsar on 1999/12/06 15:18:30
187 Log: fix for -Dp via $^D (suggested by Stephane Payrard
188 <stef@adnaccess.com>)
191 ____________________________________________________________________________
192 [ 4657] By: gsar on 1999/12/06 06:50:01
193 Log: change#4641 needs perldiag.pod edit
195 - lib/unicode/UnicodeData-Latest.txt
197 ____________________________________________________________________________
198 [ 4656] By: gsar on 1999/12/06 01:36:56
199 Log: Makefile tweak for change#4649
202 ____________________________________________________________________________
203 [ 4655] By: gsar on 1999/12/05 17:23:57
204 Log: change#4653 was missing a patch reject
207 ____________________________________________________________________________
208 [ 4654] By: gsar on 1999/12/05 11:41:04
209 Log: windows build tweaks for Borland compiler
211 ! win32/makefile.mk win32/perlhost.h win32/win32.c win32/win32.h
212 ____________________________________________________________________________
213 [ 4653] By: gsar on 1999/12/05 11:07:37
214 Log: applied somewhat modified version of suggested patch
215 From: "Benjamin Stuhl" <sho_pi@hotmail.com>
216 Date: Thu, 18 Nov 1999 18:45:27 PST
217 Message-ID: <19991119024527.72749.qmail@hotmail.com>
218 Subject: [PATCH 5.005_62] Perl on Win95, Mark IIB
220 + win32/PerlCRT.def win32/gstartup.c win32/oldnames.def
221 ! MANIFEST ext/SDBM_File/Makefile.PL lib/ExtUtils/MM_Unix.pm
222 ! lib/ExtUtils/MM_Win32.pm win32/config_sh.PL win32/genmk95.pl
223 ! win32/makefile.mk win32/win32.h
224 ____________________________________________________________________________
225 [ 4652] By: gsar on 1999/12/05 09:24:45
226 Log: From: Mike Hopkirk (hops) <hops@scoot.pdev.sco.com>
227 Date: Thu, 4 Nov 1999 16:34:23 -0800 (PST)
228 Message-Id: <199911050034.QAA06499@scoot.pdev.sco.com>
229 Subject: [ID 19991104.005] modified hints file for UnixWare7 ( svr5)
231 ! Changes hints/svr5.sh
232 ____________________________________________________________________________
233 [ 4651] By: gsar on 1999/12/05 09:01:19
234 Log: on dosish platforms, avoid infinite recursion in File::Path::mkpath()
235 when given non-existent drive names
238 ____________________________________________________________________________
239 [ 4650] By: gsar on 1999/12/05 08:47:11
240 Log: windows build tweaks for change#4649
242 ! win32/Makefile win32/makefile.mk
243 ____________________________________________________________________________
244 [ 4649] By: gsar on 1999/12/05 07:49:28
245 Log: make File::Glob::glob() the default for CORE::glob()
246 (old csh glob can still be had with -DPERL_EXTERNAL_GLOB)
248 ! Makefile.SH op.c pod/perldelta.pod win32/Makefile
250 ____________________________________________________________________________
251 [ 4648] By: gsar on 1999/12/05 00:33:34
252 Log: fix bug in processing L<> tags (from j.vavruska@post.cz)
255 ____________________________________________________________________________
256 [ 4647] By: gsar on 1999/12/05 00:14:01
257 Log: remove outdated entry
260 ____________________________________________________________________________
261 [ 4646] By: gsar on 1999/12/04 22:48:51
262 Log: s/block/loop block/ in diagnostics about next, last, redo
264 ! pod/perldiag.pod pp_ctl.c t/op/runlevel.t t/pragma/warn/pp_ctl
265 ____________________________________________________________________________
266 [ 4645] By: gsar on 1999/12/04 22:25:32
267 Log: readability tweak suggested by GRommel@sears.com
270 ____________________________________________________________________________
271 [ 4644] By: gsar on 1999/12/04 22:05:00
272 Log: Configure tweak from Peter Prymmer
275 ____________________________________________________________________________
276 [ 4643] By: gsar on 1999/12/04 21:55:27
277 Log: make weak keyword check look for defined(&lock), not
278 merely defined(*lock)
281 ____________________________________________________________________________
282 [ 4642] By: gsar on 1999/12/04 21:11:51
283 Log: make eof() open ARGV if it isn't open already; also fixes bug
284 where eof() would operate on any last-read filehandle, not
288 ____________________________________________________________________________
289 [ 4641] By: gsar on 1999/12/04 04:42:25
290 Log: make uninitialized value warnings report opcode
292 ! doio.c embed.h embed.pl global.sym objXSUB.h opcode.h
293 ! opcode.pl perl.h perlapi.c pp.c pp_hot.c proto.h sv.c
294 ! t/op/misc.t t/pragma/warn/1global t/pragma/warn/2use
295 ! t/pragma/warn/3both t/pragma/warn/4lint t/pragma/warn/7fatal
296 ! t/pragma/warn/doio t/pragma/warn/pp t/pragma/warn/pp_hot
298 ____________________________________________________________________________
299 [ 4640] By: gsar on 1999/12/04 02:40:44
300 Log: provide explicit functions timegm_nocheck() and timelocal_nocheck()
301 that don't do range checking
304 ____________________________________________________________________________
305 [ 4639] By: gsar on 1999/12/04 01:00:49
306 Log: better implementation of change#3326; open(local $foo,...) now
307 allowed in addition to any uninitialized variable, for consistency
308 with how autovivification works elsewhere; add code to use the
309 variable name as the name of the handle for simple variables, so
310 that diagnostics report the handle: "... at - line 1, <$foo> line 10."
312 ! op.c pod/perldelta.pod pp.c t/io/open.t
313 ____________________________________________________________________________
314 [ 4638] By: gsar on 1999/12/03 21:20:00
317 ! pod/perlfunc.pod pod/perlrun.pod
318 ____________________________________________________________________________
319 [ 4637] By: gsar on 1999/12/03 08:59:04
320 Log: change#4431 was flawed
323 ____________________________________________________________________________
324 [ 4636] By: gsar on 1999/12/03 07:59:52
325 Log: pod embellishments from Nathan Torkington
327 ! pod/perlfaq2.pod pod/perlhack.pod
328 ____________________________________________________________________________
329 [ 4635] By: gsar on 1999/12/03 07:56:04
330 Log: perlfaq4 typo (from Jeff Pinyan <jeffp@crusoe.net>)
333 ____________________________________________________________________________
334 [ 4634] By: gsar on 1999/12/03 07:47:47
335 Log: test tweak for VMS (from Craig A. Berry)
338 ____________________________________________________________________________
339 [ 4633] By: gsar on 1999/12/03 07:44:52
340 Log: patchls tweak from Andreas Koenig
343 ____________________________________________________________________________
344 [ 4632] By: gsar on 1999/12/03 07:42:23
345 Log: don't mess with the umask()
347 ! installhtml installman installperl lib/ExtUtils/Install.pm
348 ! lib/ExtUtils/Manifest.pm
349 ____________________________________________________________________________
350 [ 4631] By: gsar on 1999/12/03 06:52:50
351 Log: support -a switch to append bytecode to an existing file and make
352 perlcc use it (from Tom Hughes <tom@compton.nu>)
354 ! ext/B/B/Bytecode.pm utils/perlcc.PL
355 ____________________________________________________________________________
356 [ 4630] By: gsar on 1999/12/03 06:46:16
357 Log: document incompatible perl4 vec() vs bitwise ops interaction trap
361 ____________________________________________________________________________
362 [ 4629] By: gsar on 1999/12/03 06:40:15
363 Log: use PerlIO abstraction rather than straight stdio (from
366 ! ext/ByteLoader/ByteLoader.xs
367 ____________________________________________________________________________
368 [ 4628] By: gsar on 1999/12/03 06:15:54
369 Log: avoid warning in IO::Select::exists() if socket doesn't exist
371 ! ext/IO/lib/IO/Select.pm
372 ____________________________________________________________________________
373 [ 4627] By: gsar on 1999/12/03 06:05:19
374 Log: two small patches from Peter Prymmer <pvhp@forte.com>
376 ! makedepend.SH win32/Makefile win32/makefile.mk
377 ____________________________________________________________________________
378 [ 4626] By: gsar on 1999/12/03 05:36:38
379 Log: From: Peter Prymmer <pvhp@forte.com>
380 Date: Thu, 25 Nov 1999 21:06:19 -0800 (PST)
381 Message-Id: <199911260506.VAA17230@brio.forte.com>
382 Subject: [PATCH: 5.005_62] implement /[:ascii:]/ on ebcdic machines
385 ____________________________________________________________________________
386 [ 4625] By: gsar on 1999/12/03 05:20:21
387 Log: Windows build tweaks due to change#4623
389 ! win32/Makefile win32/makefile.mk win32/perlhost.h
390 ____________________________________________________________________________
391 [ 4624] By: gsar on 1999/12/03 04:58:30
392 Log: add missing file
394 + ext/DynaLoader/XSLoader_pm.PL
395 ____________________________________________________________________________
396 [ 4623] By: gsar on 1999/12/03 04:47:03
397 Log: applied suggested patch; removed $VERSION = $VERSION hack
398 (change#4043 fixed the need for that)
399 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
400 Date: Tue, 16 Nov 1999 01:50:31 EST
401 Message-Id: <199911160650.BAA18874@monk.mps.ohio-state.edu>
402 Subject: [PATCH 5.005_62] XSLoader.pm
404 ! MANIFEST ext/B/B.pm ext/ByteLoader/ByteLoader.pm
405 ! ext/DB_File/DB_File.pm ext/Data/Dumper/Dumper.pm
406 ! ext/Devel/DProf/DProf.pm ext/Devel/Peek/Peek.pm
407 ! ext/DynaLoader/DynaLoader_pm.PL ext/DynaLoader/Makefile.PL
408 ! ext/DynaLoader/dlutils.c ext/Fcntl/Fcntl.pm
409 ! ext/File/Glob/Glob.pm ext/GDBM_File/GDBM_File.pm ext/IO/IO.pm
410 ! ext/NDBM_File/NDBM_File.pm ext/ODBM_File/ODBM_File.pm
411 ! ext/Opcode/Opcode.pm ext/POSIX/POSIX.pm
412 ! ext/SDBM_File/SDBM_File.pm ext/Socket/Socket.pm
413 ! ext/Thread/Thread.pm ext/attrs/attrs.pm ext/re/re.pm
414 ! lib/AutoLoader.pm lib/FindBin.pm lib/Getopt/Std.pm
415 ____________________________________________________________________________
416 [ 4622] By: gsar on 1999/12/03 04:02:39
417 Log: revert change#4618 (breaks C<$_ = 'A:B'; s/^[a-z]:/x/>)
419 ! Changes embed.h embed.pl perl.h proto.h regcomp.c regcomp.h
420 ____________________________________________________________________________
421 [ 4621] By: gsar on 1999/12/02 22:24:53
422 Log: caveat about thread-safety of extensions
425 ____________________________________________________________________________
426 [ 4620] By: gsar on 1999/12/02 20:31:02
427 Log: XS documentation patches suggested by Ilya, severally adjusted
429 ! pod/perlxs.pod pod/perlxstut.pod
430 ____________________________________________________________________________
431 [ 4619] By: gsar on 1999/12/02 17:52:50
432 Log: re-add missing Unicode database master
434 + lib/unicode/Unicode.300
435 ____________________________________________________________________________
436 [ 4618] By: gsar on 1999/12/02 06:56:18
437 Log: applied suggested patch with prototype changes
438 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
439 Date: Tue, 23 Nov 1999 22:55:55 EST
440 Message-Id: <199911240355.WAA23033@monk.mps.ohio-state.edu>
441 Subject: [PATCH 5.005_62] First char cognizance
443 ! embed.h embed.pl perl.h proto.h regcomp.c regcomp.h
444 ____________________________________________________________________________
445 [ 4617] By: gsar on 1999/12/02 06:04:57
446 Log: fixes for bugs in change#4586 and OS/2 pod tweak, from Ilya
448 ! os2/OS2/REXX/REXX.pm regexec.c t/op/re_tests
449 ____________________________________________________________________________
450 [ 4616] By: gsar on 1999/12/02 04:30:22
451 Log: various documentation tweaks suggested by M. J. T. Guy
453 ! INSTALL lib/strict.pm pod/perlfunc.pod pod/perlsyn.pod
454 ____________________________________________________________________________
455 [ 4615] By: gsar on 1999/12/02 04:17:43
456 Log: various File::Glob fixes for DOSISH platforms
457 From: "Moore, Paul" <Paul.Moore@uk.origin-it.com>
458 Date: Tue, 02 Nov 1999 11:11:25 GMT
459 Message-Id: <714DFA46B9BBD0119CD000805FC1F53BDC38E3@UKRUX002.rundc.uk.origin-it.com>
460 Subject: File::Glob again. Final patch, honest!
463 ! MANIFEST ext/File/Glob/Changes ext/File/Glob/Glob.pm
464 ! ext/File/Glob/Glob.xs ext/File/Glob/bsd_glob.c
465 ! ext/File/Glob/bsd_glob.h op.c t/lib/glob-global.t
466 ____________________________________________________________________________
467 [ 4614] By: gsar on 1999/12/02 03:42:55
468 Log: allow XSUBs and prototyped subroutines to be used with sort() (tweaked
469 variant of patch suggested by Peter Haworth <pmh@edison.ioppublishing.com>)
471 ! pod/perldelta.pod pod/perlfunc.pod pp_ctl.c t/op/sort.t
472 ____________________________________________________________________________
473 [ 4613] By: gsar on 1999/12/02 01:59:19
474 Log: ignore yet another known scalar leak
476 ! t/pragma/warn/regcomp
477 ____________________________________________________________________________
478 [ 4612] By: gsar on 1999/12/02 01:15:02
479 Log: avoid potential stack extension bug in pp_unpack() (spotted by Ilya)
482 ____________________________________________________________________________
483 [ 4611] By: gsar on 1999/12/02 00:31:43
484 Log: a somewhat tweaked version of suggested patch
485 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
486 Date: Wed, 27 Oct 1999 18:57:41 -0400 (EDT)
487 Message-Id: <199910272257.SAA29928@monk.mps.ohio-state.edu>
488 Subject: [PATCH 5.005_62] Another round of pack/vec docs patches
491 ____________________________________________________________________________
492 [ 4610] By: gsar on 1999/12/01 19:09:31
493 Log: more accurate require() pseudocode (from James P. Williams
494 <James.P.Williams@USAHQ.UnitedSpaceAlliance.com>)
497 ____________________________________________________________________________
498 [ 4609] By: gsar on 1999/12/01 18:43:49
499 Log: avoid "Callback called exit" error on intentional exit()
501 ! embedvar.h intrpvar.h objXSUB.h perl.c perl.h pp_ctl.c
502 ____________________________________________________________________________
503 [ 4608] By: gsar on 1999/12/01 18:42:38
504 Log: find_byclass() prototype was incoherent
507 ____________________________________________________________________________
508 [ 4607] By: gsar on 1999/12/01 05:45:10
509 Log: better documentation for goto &NAME (from M. J. T. Guy)
512 ____________________________________________________________________________
513 [ 4606] By: gsar on 1999/12/01 05:33:14
514 Log: integrate cfgperl contents into mainline
516 +> lib/unicode/Jamo.txt lib/unicode/NamesList.html
517 +> lib/unicode/UCD300.html lib/unicode/Unicode3.html
518 - lib/unicode/Jamo-2.txt lib/unicode/Unicode.html
520 !> (integrate 210 files)
521 ____________________________________________________________________________
522 [ 4605] By: gsar on 1999/12/01 05:15:27
523 Log: avoid PTR->IV cast warnings
526 ____________________________________________________________________________
527 [ 4604] By: gsar on 1999/12/01 03:59:56
528 Log: email address changes
530 ! AUTHORS Changes Porting/genlog Porting/p4d2p Porting/p4desc
531 ! README.win32 ext/Data/Dumper/Dumper.pm lib/DB.pm
532 ! lib/File/DosGlob.pm lib/Math/Complex.pm lib/Math/Trig.pm
533 ! pod/perl5005delta.pod pod/perlport.pod t/op/runlevel.t
534 ! utils/perlbug.PL utils/perldoc.PL win32/bin/perlglob.pl
535 ____________________________________________________________________________
536 [ 4603] By: gsar on 1999/12/01 03:45:13
537 Log: minor USE_ITHREADS tweaks
539 ! doio.c op.c op.h pp_hot.c pp_sys.c run.c win32/Makefile
540 ! win32/perllib.c win32/win32.h
541 ____________________________________________________________________________
542 [ 4602] By: gsar on 1999/12/01 01:00:09
543 Log: more complete pseudo-fork() support for Windows
545 + pod/perlfork.pod win32/perlhost.h win32/vdir.h win32/vmem.h
546 ! MANIFEST XSUB.h cop.h dump.c embed.h embed.pl embedvar.h
547 ! ext/B/B/CC.pm ext/Opcode/Opcode.xs global.sym globals.c
548 ! globvar.sym gv.c hv.c intrpvar.h iperlsys.h makedef.pl mg.c
549 ! mpeix/mpeixish.h objXSUB.h op.c op.h os2/os2ish.h perl.c
550 ! perl.h perlapi.c plan9/plan9ish.h pod/Makefile pod/buildtoc
551 ! pod/perl.pod pod/roffitall pp.c pp_ctl.c pp_hot.c pp_sys.c
552 ! proto.h regcomp.c run.c scope.c scope.h sv.c t/op/fork.t
553 ! toke.c unixish.h util.c vos/vosish.h win32/Makefile
554 ! win32/makefile.mk win32/perllib.c win32/win32.c win32/win32.h
555 ! win32/win32iop.h win32/win32thread.h
556 ____________________________________________________________________________
557 [ 4601] By: gsar on 1999/12/01 00:45:38
558 Log: rudimentary support for remote debugging, from aeons ago (somewhat
560 From: Graham TerMarsch <grahamt@ActiveState.com>
561 Date: Sat, 12 Sep 1998 10:46:55 -0700
562 Message-ID: <35FAB38F.EA9AAC50@activestate.com>
563 Subject: Re: Patches to perl5db.pl to allow for remote debugging
566 ____________________________________________________________________________
567 [ 4600] By: chip on 1999/11/19 21:16:00
568 Log: Document known limitations of fdopen() on some systems,
569 as they apply to open() and sysopen().
572 ____________________________________________________________________________
573 [ 4599] By: chip on 1999/11/19 17:20:19
574 Log: Undef printf before redirecting it to PerlIO_stdoutf.
575 (Avoids an irritating warning when compiling with PerlIO.)
578 ____________________________________________________________________________
579 [ 4598] By: jhi on 1999/11/22 21:30:17
580 Log: Small VMS nits from Craig A. Berry, <craig.berry@metamor.com>.
582 ! README.vms t/io/open.t
583 ____________________________________________________________________________
584 [ 4597] By: jhi on 1999/11/21 16:21:21
585 Log: Replace #4596 with the change done in 5.005_03.
587 ! ext/Errno/Errno_pm.PL
588 ____________________________________________________________________________
589 [ 4596] By: jhi on 1999/11/21 16:07:20
590 Log: Skip processing a file if the file to be opened is '-'
591 (can happen in UNICOS)
593 ! ext/Errno/Errno_pm.PL
594 ____________________________________________________________________________
595 [ 4595] By: jhi on 1999/11/21 14:05:10
596 Log: VMS patches from Peter Prymmer.
598 ! doio.c mg.c taint.c vms/subconfigure.com vms/vms.c
599 ____________________________________________________________________________
600 [ 4594] By: jhi on 1999/11/18 17:07:14
601 Log: The find_byclass prototype is already in proto.h.
604 ____________________________________________________________________________
605 [ 4593] By: gsar on 1999/11/16 21:25:21
606 Log: typo in flag checks
609 ____________________________________________________________________________
610 [ 4592] By: jhi on 1999/11/16 21:17:25
611 Log: Regen Configure.
613 ! Configure config_h.SH pp.c pp.h vms/subconfigure.com
615 ! U/a_dvisory/quadtype.U
616 ____________________________________________________________________________
617 [ 4591] By: jhi on 1999/11/16 14:53:19
618 Log: Integrate with Sarathy.
620 !> cop.h deb.c embed.h embed.pl global.sym lib/Pod/Checker.pm
621 !> lib/Pod/InputObjects.pm lib/Pod/Parser.pm lib/Pod/Select.pm
622 !> lib/Pod/Usage.pm makedef.pl objXSUB.h perl.c perlapi.c
623 !> pod/podchecker.PL pp_sys.c proto.h sv.c t/pod/poderrs.t
625 ____________________________________________________________________________
626 [ 4590] By: gsar on 1999/11/16 05:57:56
627 Log: Pod::Parser updates (v1.091) from Brad Appleton <bradapp@enteract.com>
629 ! lib/Pod/Checker.pm lib/Pod/InputObjects.pm lib/Pod/Parser.pm
630 ! lib/Pod/Select.pm lib/Pod/Usage.pm pod/podchecker.PL
631 ! t/pod/poderrs.t t/pod/poderrs.xr
632 ____________________________________________________________________________
633 [ 4589] By: gsar on 1999/11/15 18:47:34
634 Log: add a synchronous stub fork() for USE_ITHREADS to prove that a simple
635 C<if (fork()) { print "parent" } else { print "child" }> works on
636 Windows (incidentally running a cloned^2 interpreter :)
638 ! embed.h embed.pl global.sym makedef.pl objXSUB.h perlapi.c
639 ! pp_sys.c proto.h sv.c
640 ____________________________________________________________________________
641 [ 4588] By: gsar on 1999/11/15 14:34:36
642 Log: cloning the stack (part 1)
644 ! cop.h deb.c perl.c sv.c
645 ____________________________________________________________________________
646 [ 4587] By: jhi on 1999/11/15 00:22:20
647 Log: Integrate with Sarathy.
649 !> Changes embed.h embed.pl embedvar.h global.sym intrpvar.h
650 !> makedef.pl objXSUB.h op.c perl.h perlapi.c proto.h run.c sv.c
652 ____________________________________________________________________________
653 [ 4586] By: jhi on 1999/11/14 21:17:26
654 Log: Ilya's "hopscotch" patch, reworked by Ilya to fit.
656 ! embed.h embed.pl embedvar.h proto.h regexec.c t/op/re_tests
657 ____________________________________________________________________________
658 [ 4585] By: gsar on 1999/11/14 20:01:45
659 Log: tweak for win32 build
661 ! embed.h embed.pl op.c proto.h
662 ____________________________________________________________________________
663 [ 4584] By: gsar on 1999/11/14 19:46:25
666 ! embed.h embed.pl embedvar.h global.sym intrpvar.h makedef.pl
667 ! objXSUB.h perl.h perlapi.c proto.h sv.c win32/perllib.c
668 ____________________________________________________________________________
669 [ 4583] By: gsar on 1999/11/14 17:38:32
670 Log: fix problem pointer casts
673 ____________________________________________________________________________
674 [ 4582] By: jhi on 1999/11/14 17:10:01
675 Log: Integrate with Sarathy.
677 !> cop.h dump.c ext/Opcode/Opcode.xs gv.c op.c perl.c perly.c
678 !> perly.y pp_ctl.c pp_sys.c sv.c t/op/misc.t toke.c util.c
679 !> vms/perly_c.vms win32/perllib.c
680 ____________________________________________________________________________
681 [ 4581] By: jhi on 1999/11/14 17:08:23
682 Log: The separation of 64-bitness and largefileness continues
683 (with a setback, see hpux.sh).
685 ! Configure MANIFEST config_h.SH hints/aix.sh hints/hpux.sh
688 ! U/threads/archname.U U/typedefs/lseektype.U
689 Branch: metaconfig/U/perl
690 ! fpossize.U use64bits.U uselfs.U
691 ____________________________________________________________________________
692 [ 4580] By: jhi on 1999/11/14 13:26:41
693 Log: Another Unicode update.
695 + lib/unicode/Jamo.txt lib/unicode/NamesList.html
696 + lib/unicode/UCD300.html lib/unicode/Unicode3.html
697 - lib/unicode/Jamo-2.txt lib/unicode/Unicode.html
699 ____________________________________________________________________________
700 [ 4579] By: gsar on 1999/11/14 10:21:49
701 Log: sundry cleanups for cloned interpreters (only known failure mode
702 is due to regexps keeping non-constant data in their compiled
705 ! cop.h dump.c ext/Opcode/Opcode.xs gv.c op.c perl.c pp_ctl.c
706 ! pp_sys.c sv.c toke.c util.c win32/perllib.c
707 ____________________________________________________________________________
708 [ 4578] By: gsar on 1999/11/14 03:37:37
709 Log: fix bug in change#4515 (STOP blocks now see @ARGV like the rest)
711 ! perly.c perly.y t/op/misc.t vms/perly_c.vms
712 ____________________________________________________________________________
713 [ 4577] By: jhi on 1999/11/13 19:50:24
714 Log: Change #4576 accidentally leaked also parts of
715 Ilya's patch that won't apply cleanly anymore.
717 ! regexec.c t/op/re_tests
718 ____________________________________________________________________________
719 [ 4576] By: jhi on 1999/11/13 19:43:37
720 Log: Integrate with Sarathy.
722 ! embed.h embed.pl embedvar.h proto.h regexec.c t/op/re_tests
723 !> ext/Errno/Errno_pm.PL ext/IO/lib/IO/Socket.pm t/lib/dumper.t
724 !> t/op/regexp.t t/pragma/overload.t
725 ____________________________________________________________________________
726 [ 4575] By: gsar on 1999/11/13 19:41:46
727 Log: typos in change#4561 and change#4565
729 ! ext/Errno/Errno_pm.PL ext/IO/lib/IO/Socket.pm
730 ____________________________________________________________________________
731 [ 4574] By: gsar on 1999/11/13 19:31:19
732 Log: revert non-kosher parts of change#4562 (sort order problems
733 should be ignored (on ebcdic) by fixing dumper.t/T() to sort
734 result and expected lines; /[:ascii:]/ not working should be
735 fixed, not ignored in regexp.t; result from sort should be
736 fixed to be ascii portable on ebcdic, not ebcdic-specific)
738 ! t/lib/dumper.t t/op/regexp.t t/pragma/overload.t
739 ____________________________________________________________________________
740 [ 4573] By: gsar on 1999/11/13 19:13:04
741 Log: integrate cfgperl changes into mainline
743 +> lib/unicode/Eq/Latin1.pl lib/unicode/Eq/Unicode.pl
744 +> lib/unicode/In/BopomofoExtended.pl
745 +> lib/unicode/In/BraillePatterns.pl
746 +> lib/unicode/In/CJKRadicalsSupplement.pl
747 +> lib/unicode/In/CJKUnifiedIdeographsExtensionA.pl
748 +> lib/unicode/In/Cherokee.pl
749 +> lib/unicode/In/IdeographicDescriptionCharacters.pl
750 +> lib/unicode/In/KangxiRadicals.pl lib/unicode/In/Khmer.pl
751 +> lib/unicode/In/Mongolian.pl lib/unicode/In/Myanmar.pl
752 +> lib/unicode/In/Ogham.pl lib/unicode/In/Runic.pl
753 +> lib/unicode/In/Sinhala.pl lib/unicode/In/Syriac.pl
754 +> lib/unicode/In/Thaana.pl
755 +> lib/unicode/In/UnifiedCanadianAboriginalSyllabics.pl
756 +> lib/unicode/In/YiRadicals.pl lib/unicode/In/YiSyllables.pl
757 - lib/unicode/Eq/Latin1 lib/unicode/Eq/Unicode
758 !> (integrate 213 files)
759 ____________________________________________________________________________
760 [ 4572] By: jhi on 1999/11/13 18:44:50
761 Log: From: "Craig A. Berry" <craig.berry@metamor.com>
762 To: perl5-porters@perl.org, VMSPERL@perl.org
763 Subject: [PATCH 5.005_03 and 5.005_62] updates to README.vms
764 Date: Wed, 27 Oct 1999 11:02:54 -0500
765 Message-Id: <4.2.0.58.19991027105257.00addc10@mmtnt11.metamor.com>
768 ____________________________________________________________________________
769 [ 4571] By: jhi on 1999/11/13 18:33:39
770 Log: From: jand@activestate.com (Jan Dubois)
771 To: perl5-porters@perl.org, Perl-Win32-Porters@activestate.com
772 Cc: Douglas Lankshear <dougl@activestate.com>,
773 Gurusamy Sarathy <gsar@activestate.com>
774 Subject: [5.005_62 PATCH] support link() on WinNT and NTFS
775 Date: Tue, 09 Nov 1999 00:38:33 +0100
776 Message-ID: <382b5d24.10899522@smtprelay.t-online.de>
778 ! XSUB.h iperlsys.h pp_sys.c t/io/fs.t win32/config.bc
779 ! win32/config.gc win32/config.vc win32/config_H.bc
780 ! win32/config_H.gc win32/config_H.vc win32/perllib.c
781 ! win32/win32.c win32/win32iop.h
782 ____________________________________________________________________________
783 [ 4570] By: jhi on 1999/11/13 18:30:37
784 Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
785 To: perl5-porters@perl.org (Mailing list Perl5)
786 Subject: [PATCH 5.005_62] makedef.pl goof
787 Date: Mon, 8 Nov 1999 23:55:21 -0500 (EST)
788 Message-Id: <199911090455.XAA25627@monk.mps.ohio-state.edu>
791 ____________________________________________________________________________
792 [ 4569] By: jhi on 1999/11/13 18:06:54
793 Log: From: Michael G Schwern <schwern@pobox.com>
794 To: perl5-porters@perl.org, pod-people@perl.org
795 Cc: tchrist@mox.perl.com, gnat@frii.com
796 Subject: [DOCPATCH 5.005_62 perlfaq9.pod] Mention HTML::FormatText
797 Date: Wed, 10 Nov 1999 17:21:46 -0500
798 Message-ID: <19991110172146.A23527@athens.aocn.com>
801 ____________________________________________________________________________
802 [ 4568] By: jhi on 1999/11/13 18:05:33
803 Log: From: "Paul Moore" <gustav@morpheus.demon.co.uk>
804 To: <perl5-porters@perl.org>
805 Subject: DynaLoader_pm.PL patch (backslashes in strings)
806 Date: Wed, 10 Nov 1999 22:52:02 -0000
807 Message-ID: <LPBBIIMJKJMPNOGHGLLCMEBFCAAA.gustav@morpheus.demon.co.uk>
809 ! ext/DynaLoader/DynaLoader_pm.PL
810 ____________________________________________________________________________
811 [ 4567] By: jhi on 1999/11/13 18:03:52
812 Log: From: JD Laub <jdl@access-health.com>
813 To: perl5-porters@perl.org
814 Subject: [ID 19991112.002] patch: Exporter.pm not reporting path
815 Date: Fri, 12 Nov 1999 08:58:28 -0700 (MST)
816 Message-Id: <199911121558.IAA08915@mocha.iasi.com>
818 ! lib/Exporter/Heavy.pm
819 ____________________________________________________________________________
820 [ 4566] By: jhi on 1999/11/13 18:01:24
821 Log: From: Bernard Quatermass <bernard@quatermass.co.uk>
822 To: perl5-porters@perl.org
823 Subject: small patch for perldoc
824 Date: Fri, 12 Nov 1999 23:11:43 GMT
825 Message-Id: <VA.0000001c.00d1e05a@quatermass.co.uk>
828 ____________________________________________________________________________
829 [ 4565] By: jhi on 1999/11/13 17:58:54
830 Log: From: Scott Gifford <sgifford@tir.com>
831 To: perl5-porters@perl.org
833 Subject: [ID 19991112.004] Bug in IO::Socket (patch included)
834 Date: 12 Nov 1999 18:55:30 -0500
835 Message-Id: <m3emdvw9hp.fsf@sgifford.tir.com>
837 ! ext/IO/lib/IO/Socket.pm
838 ____________________________________________________________________________
839 [ 4564] By: jhi on 1999/11/13 17:45:39
840 Log: Applied manually:
841 From: "Craig A. Berry" <craig.berry@metamor.com>
842 To: perl5-porters@perl.org, VMSPERL@perl.org
843 Subject: [PATCH 5.005_62] patches required to build on VMS
844 Date: Tue, 09 Nov 1999 18:16:14 -0600
845 Message-Id: <4.2.2.19991109173839.00d12630@mmtnt11.metamor.com>
847 ! configure.com vms/descrip_mms.template vms/subconfigure.com
848 ! vms/vms.c vms/vmsish.h
849 ____________________________________________________________________________
850 [ 4563] By: jhi on 1999/11/13 17:18:41
851 Log: Regen Unicode tables to include a warning:
852 Thou Shalt Not Edit Them By Hand; add missing
853 (Unicode 2.0 -introduced) tables to MANIFEST;
854 convert the equivalence tables to be valid Perl code.
856 + lib/unicode/Eq/Latin1.pl lib/unicode/Eq/Unicode.pl
857 + lib/unicode/In/BopomofoExtended.pl
858 + lib/unicode/In/BraillePatterns.pl
859 + lib/unicode/In/CJKRadicalsSupplement.pl
860 + lib/unicode/In/CJKUnifiedIdeographsExtensionA.pl
861 + lib/unicode/In/Cherokee.pl
862 + lib/unicode/In/IdeographicDescriptionCharacters.pl
863 + lib/unicode/In/KangxiRadicals.pl lib/unicode/In/Khmer.pl
864 + lib/unicode/In/Mongolian.pl lib/unicode/In/Myanmar.pl
865 + lib/unicode/In/Ogham.pl lib/unicode/In/Runic.pl
866 + lib/unicode/In/Sinhala.pl lib/unicode/In/Syriac.pl
867 + lib/unicode/In/Thaana.pl
868 + lib/unicode/In/UnifiedCanadianAboriginalSyllabics.pl
869 + lib/unicode/In/YiRadicals.pl lib/unicode/In/YiSyllables.pl
870 - lib/unicode/Eq/Latin1 lib/unicode/Eq/Unicode
872 ____________________________________________________________________________
873 [ 4562] By: jhi on 1999/11/13 16:53:00
874 Log: From: Peter Prymmer <pvhp@forte.com>
875 To: gsar@activestate.com, perl-mvs@perl.org, perlbug@perl.com
876 Subject: [PATCH: 5.005_62]was Re: [ID 19991102.003] perl on os390
877 Date: Wed, 10 Nov 1999 14:34:36 -0800 (PST)
878 Message-Id: <199911102234.OAA01018@brio.forte.com>
880 ! t/lib/dumper.t t/op/pack.t t/op/regexp.t t/pragma/locale.t
881 ! t/pragma/overload.t
882 ____________________________________________________________________________
883 [ 4561] By: jhi on 1999/11/13 16:29:37
884 Log: $Config{myarchname} is not a good architecture identifier
885 because it may contain host/node identification like
888 ! ext/Errno/Errno_pm.PL
889 ____________________________________________________________________________
890 [ 4560] By: jhi on 1999/11/13 16:26:13
891 Log: Continue largefileness separation from quadness;
892 move nv-preserving test out of perl.h into Configure;
893 use HAS_SETVBUF in IO.
895 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
896 ! config_h.SH ext/IO/IO.xs hints/solaris_2.sh perl.h pp_sys.c
898 ! U/a_dvisory/quadtype.U
899 Branch: metaconfig/U/perl
901 ! d_fseeko.U d_ftello.U io64.U perlxv.U
902 ____________________________________________________________________________
903 [ 4559] By: jhi on 1999/11/13 13:46:38
904 Log: Try to fix largefileness so that it "works" without a quad IV.
906 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
907 ! config_h.SH perl.h pp_sys.c t/lib/syslfs.t t/op/lfs.t
909 ! U/a_dvisory/quadtype.U U/typedefs/lseektype.U
910 Branch: metaconfig/U/perl
912 ____________________________________________________________________________
913 [ 4558] By: jhi on 1999/11/13 11:36:19
914 Log: Undo drift from mainline.
916 ! regcomp.c util.c utils/h2xs.PL
917 ____________________________________________________________________________
918 [ 4557] By: gsar on 1999/11/13 10:54:46
922 ____________________________________________________________________________
923 [ 4556] By: gsar on 1999/11/13 10:53:41
924 Log: integrate cfgperl contents (op.[ch] needed manual resolve)
926 +> epoc/Config.pm epoc/autosplit.pl epoc/createpkg.pl
928 !> (integrate 48 files)
929 ____________________________________________________________________________
930 [ 4555] By: jhi on 1999/11/13 10:05:54
931 Log: Integrate with Sarathy.
933 !> dump.c ext/Devel/DProf/DProf.xs gv.c mg.c op.c perl.c pp.c
934 !> sv.c warnings.h warnings.pl win32/Makefile win32/perllib.c
935 ____________________________________________________________________________
936 [ 4554] By: jhi on 1999/11/13 10:03:07
937 Log: s/_SIGN$/_sign/g;
939 ! U/typedefs/gidsign.U U/typedefs/pidsign.U U/typedefs/uidsign.U
940 ____________________________________________________________________________
941 [ 4553] By: gsar on 1999/11/13 02:17:53
942 Log: cloned interpreters now actually run and pass all but 55/10386
943 subtests; various subtle bugs, new and old, observed when running
944 cloned interpreters have been fixed
947 | * dup psig_ptr table
948 | * merge PADOP GVs support with "our" SVs (existing PADOPs are too
949 | simple-minded and grab one pad entry each, heavily bloating
950 | the pad by not avoiding dups)
951 | * overloaded constants are not really immutable--they need to
953 | * allocator for constants and OPs need to be spelled differently
954 | (shared vs interpreter-local allocations)
955 | * optree refcounting is still missing locking (macros are in place)
956 | * curstackinfo, {mark,scope,save,ret}stack need to be cloned so
957 | perl_clone() can be called from within runops*()
959 ! dump.c ext/Devel/DProf/DProf.xs gv.c mg.c op.c perl.c pp.c
960 ! sv.c warnings.h warnings.pl win32/Makefile win32/perllib.c
961 ____________________________________________________________________________
962 [ 4552] By: jhi on 1999/11/11 23:17:43
963 Log: Turn on largefileness always if available and
964 continue 64-bit fixes.
966 ! Configure config_h.SH handy.h hints/aix.sh hints/dec_osf.sh
967 ! hints/hpux.sh hints/irix_6.sh hints/solaris_2.sh perl.h pp.c
968 ! sv.c t/lib/syslfs.t t/op/lfs.t utf8.c
969 ____________________________________________________________________________
970 [ 4551] By: jhi on 1999/11/11 23:16:15
971 Log: Split int64type from i_inttypes, rename quadcase into quadkind.
973 ! U/a_dvisory/quadtype.U
974 Branch: metaconfig/U/perl
976 ! i_inttypes.U io64.U
977 ____________________________________________________________________________
978 [ 4550] By: jhi on 1999/11/11 20:24:55
979 Log: Fix a thinko in 4548.
982 ____________________________________________________________________________
983 [ 4549] By: jhi on 1999/11/11 19:48:21
984 Log: Integrate with Sarathy.
986 !> (integrate 56 files)
987 ____________________________________________________________________________
988 [ 4548] By: jhi on 1999/11/11 19:41:56
989 Log: Try to do something if st_size, st_uid, st_gid are too big for an IV;
992 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
993 ! config_h.SH pp_sys.c
994 ____________________________________________________________________________
995 [ 4547] By: jhi on 1999/11/11 19:40:38
996 Log: s/_SIZE$/_size/g; add sizesize and ssizesize.
998 + U/typedefs/sizesize.U U/typedefs/ssizesize.U
999 ! U/typedefs/gidsize.U U/typedefs/pidsize.U U/typedefs/uidsize.U
1000 ____________________________________________________________________________
1001 [ 4546] By: gsar on 1999/11/11 10:32:54
1002 Log: avoid stash pointers in optree under USE_ITHREADS
1004 ! bytecode.pl cop.h ext/B/B.xs ext/B/B/Asmdata.pm
1005 ! ext/B/B/Bytecode.pm ext/B/B/C.pm ext/B/B/Debug.pm
1006 ! ext/B/B/Deparse.pm ext/ByteLoader/bytecode.h
1007 ! ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h
1008 ! ext/Opcode/Opcode.xs gv.c op.c perl.c pp.c pp_ctl.c pp_hot.c
1010 ____________________________________________________________________________
1011 [ 4545] By: gsar on 1999/11/11 06:04:20
1012 Log: another change towards a shareable optree: avoid pointer to filegv
1013 in COP; revert parts of change#4485 and s/xcv_filegv/xcv_file/
1014 (CvFILE() may yet come in handy somewhere); adjust compiler doodads
1017 ! bytecode.pl cop.h cv.h dump.c ext/B/B.pm ext/B/B.xs
1018 ! ext/B/B/Asmdata.pm ext/B/B/Bytecode.pm ext/B/B/C.pm
1019 ! ext/B/B/CC.pm ext/B/B/Debug.pm ext/B/B/Deparse.pm
1020 ! ext/B/B/Lint.pm ext/B/B/Xref.pm ext/ByteLoader/bytecode.h
1021 ! ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h
1022 ! ext/Devel/Peek/Peek.pm gv.c gv.h op.c perl.c pp.c pp_ctl.c
1023 ! pp_sys.c scope.c scope.h sv.c sv.h toke.c util.c util.h
1025 ____________________________________________________________________________
1026 [ 4544] By: gsar on 1999/11/10 18:19:12
1027 Log: more cleanups for change#4539
1029 ! gv.h op.c op.h pp_ctl.c pp_hot.c
1030 ____________________________________________________________________________
1031 [ 4543] By: gsar on 1999/11/10 01:52:22
1032 Log: remove dead branch/infinite looper in change#3612
1035 ____________________________________________________________________________
1036 [ 4542] By: gsar on 1999/11/09 20:05:47
1037 Log: IoDIRP may be fake when used in source filters, mark as such
1040 ____________________________________________________________________________
1041 [ 4541] By: gsar on 1999/11/09 05:47:53
1042 Log: small nits in changes#4538,4539
1045 ____________________________________________________________________________
1046 [ 4540] By: gsar on 1999/11/08 20:30:58
1047 Log: win32 symbol export tweak
1049 ! makedef.pl win32/win32.c win32/win32iop.h
1050 ____________________________________________________________________________
1051 [ 4539] By: gsar on 1999/11/08 18:50:40
1052 Log: preliminary support for GVOP indirection via pad
1054 ! doio.c dump.c embed.h embed.pl global.sym objXSUB.h op.c op.h
1055 ! opcode.pl perlapi.c pp_hot.c pp_sys.c proto.h run.c
1056 ____________________________________________________________________________
1057 [ 4538] By: gsar on 1999/11/08 11:25:49
1058 Log: preliminary support for perl_clone() (still needs work in
1059 the following areas: SVOPs must indirect via pad; context
1060 stack, scope stack, and runlevels must be cloned; must
1061 hook up the virtualized pseudo-process support provided by
1064 ! av.h embed.h embed.pl embedvar.h global.sym hv.c hv.h
1065 ! intrpvar.h makedef.pl objXSUB.h perl.h perlapi.c proto.h sv.c
1066 ! win32/perllib.c win32/win32.c
1067 ____________________________________________________________________________
1068 [ 4537] By: gsar on 1999/11/08 11:19:18
1069 Log: more thorough cleanup in perl_destroy()
1072 ____________________________________________________________________________
1073 [ 4536] By: gsar on 1999/11/08 07:16:10
1074 Log: win32 internal data must be interpreter-local
1076 ! win32/win32.c win32/win32.h win32/win32sck.c
1077 ____________________________________________________________________________
1078 [ 4535] By: gsar on 1999/11/08 04:17:28
1079 Log: tweak change#4502
1082 ____________________________________________________________________________
1083 [ 4534] By: jhi on 1999/11/07 13:17:03
1084 Log: Four special class subs, not three.
1087 ____________________________________________________________________________
1088 [ 4533] By: jhi on 1999/11/07 13:13:15
1089 Log: Integrate with Sarathy.
1091 !> mg.c t/io/print.t
1092 ____________________________________________________________________________
1093 [ 4532] By: jhi on 1999/11/07 12:36:10
1094 Log: More test program maintenance.
1096 ! Configure config_h.SH
1098 ! U/a_dvisory/intsize.U U/compline/alignbytes.U
1099 ! U/compline/charsize.U U/compline/d_sigaction.U
1100 ! U/compline/doublesize.U U/compline/floatsize.U
1101 ! U/compline/nblock_io.U U/compline/ptrsize.U
1102 ! U/modified/Signal.U U/typedefs/gidsize.U U/typedefs/pidsize.U
1103 ! U/typedefs/uidsize.U
1104 Branch: metaconfig/U/perl
1106 ____________________________________________________________________________
1107 [ 4531] By: jhi on 1999/11/07 00:34:09
1108 Log: Tidy up the metaconfig test programs.
1110 ! Configure config_h.SH
1112 ! U/a_dvisory/intsize.U U/compline/alignbytes.U
1113 ! U/compline/charsize.U U/compline/doublesize.U
1114 ! U/compline/nblock_io.U U/compline/ptrsize.U
1115 ! U/modified/d_longlong.U U/typedefs/gidsize.U
1116 ! U/typedefs/lseektype.U U/typedefs/pidsize.U
1117 ! U/typedefs/uidsize.U
1118 Branch: metaconfig/U/perl
1120 ____________________________________________________________________________
1121 [ 4530] By: jhi on 1999/11/06 23:51:34
1122 Log: So many printfs, so little time.
1124 ! op.c perl.c regcomp.c scope.c util.c
1125 ____________________________________________________________________________
1126 [ 4529] By: jhi on 1999/11/06 23:27:35
1127 Log: Replace the explicit zeros with NOOPs.
1130 ____________________________________________________________________________
1131 [ 4528] By: jhi on 1999/11/06 23:10:54
1132 Log: From: jand@activestate.com (Jan Dubois)
1133 To: perl5-porters@perl.org
1134 Cc: Mike Blazer <blazer@mail.nevalink.ru>,
1135 Mark Borgerding <mborgerding@acm.org>
1136 Subject: [5.005_62 PATCH] binmode and locale support for -T and -B filetest operators
1137 Date: Sat, 06 Nov 1999 22:16:43 +0100
1138 Message-ID: <38279207.46448719@smtprelay.t-online.de>
1141 ____________________________________________________________________________
1142 [ 4527] By: jhi on 1999/11/06 20:22:14
1146 ____________________________________________________________________________
1147 [ 4526] By: jhi on 1999/11/06 20:19:04
1148 Log: ...and they are getting fewer.
1150 ! dump.c op.c util.c
1151 ____________________________________________________________________________
1152 [ 4525] By: jhi on 1999/11/06 19:59:59
1153 Log: More printf miscasts flushed out.
1155 ! dump.c ext/B/B.xs ext/Data/Dumper/Dumper.xs regcomp.c
1157 ____________________________________________________________________________
1158 [ 4524] By: jhi on 1999/11/06 15:39:05
1159 Log: Crushing the remaining %ld guerillas.
1161 ! ext/Devel/DProf/DProf.xs
1162 ____________________________________________________________________________
1163 [ 4523] By: jhi on 1999/11/06 15:11:38
1164 Log: Update CPAN sites list.
1166 ! pod/perlmodlib.pod
1167 ____________________________________________________________________________
1168 [ 4522] By: jhi on 1999/11/05 19:50:46
1169 Log: The -n32 is normally part of $cc, not $ccflags.
1172 ____________________________________________________________________________
1173 [ 4521] By: gsar on 1999/11/05 04:35:30
1174 Log: allow $\ to work right when set to a string with embedded nulls
1177 ____________________________________________________________________________
1178 [ 4520] By: jhi on 1999/11/04 23:30:09
1179 Log: Integrate with Sarathy.
1181 !> embedvar.h ext/B/B/Bytecode.pm ext/B/B/Lint.pm
1182 !> ext/B/B/Stash.pm ext/B/NOTES ext/B/O.pm ext/File/Glob/Glob.pm
1183 !> ext/File/Glob/bsd_glob.c ext/File/Glob/bsd_glob.h intrpvar.h
1184 !> keywords.h keywords.pl objXSUB.h op.c perl.c pod/perldelta.pod
1185 !> pod/perldiag.pod pod/perlfunc.pod pod/perlmod.pod
1186 !> pod/perlrun.pod pod/perlsub.pod pod/perltodo.pod toke.c
1187 ____________________________________________________________________________
1188 [ 4519] By: jhi on 1999/11/04 23:09:25
1189 Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
1190 To: perl5-porters@perl.org (Mailing list Perl5)
1191 Subject: [PATCH 5.005_62] ref to non-lvalue method
1192 Date: Wed, 3 Nov 1999 03:52:48 -0500 (EST)
1193 Message-Id: <199911030852.DAA06563@monk.mps.ohio-state.edu>
1196 ____________________________________________________________________________
1197 [ 4518] By: jhi on 1999/11/04 23:07:27
1198 Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
1199 To: perl5-porters@perl.org (Mailing list Perl5)
1200 Subject: [PATCH 5.005_62] xsubpp dependency
1201 Date: Wed, 3 Nov 1999 02:57:23 -0500 (EST)
1202 Message-Id: <199911030757.CAA06325@monk.mps.ohio-state.edu>
1204 ! lib/ExtUtils/MM_Unix.pm
1205 ____________________________________________________________________________
1206 [ 4517] By: jhi on 1999/11/04 23:05:59
1207 Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
1208 To: perl5-porters@perl.org (Mailing list Perl5)
1209 Subject: [PATCH 5.005_62] regexp.h
1210 Date: Wed, 3 Nov 1999 02:55:21 -0500 (EST)
1211 Message-Id: <199911030755.CAA06311@monk.mps.ohio-state.edu>
1214 ____________________________________________________________________________
1215 [ 4516] By: gsar on 1999/11/04 18:25:45
1216 Log: change#4485 didn't do the right thing for B::Bytecode
1218 ! ext/B/B/Bytecode.pm
1219 ____________________________________________________________________________
1220 [ 4515] By: gsar on 1999/11/04 17:28:29
1221 Log: implement STOP blocks and fix compiler to use them (minimally
1224 ! embedvar.h ext/B/B/Lint.pm ext/B/B/Stash.pm ext/B/NOTES
1225 ! ext/B/O.pm intrpvar.h keywords.h keywords.pl objXSUB.h op.c
1226 ! perl.c pod/perldelta.pod pod/perldiag.pod pod/perlfunc.pod
1227 ! pod/perlmod.pod pod/perlrun.pod pod/perlsub.pod
1228 ! pod/perltodo.pod toke.c
1229 ____________________________________________________________________________
1230 [ 4514] By: gsar on 1999/11/04 15:59:46
1231 Log: display BSD license in Glob.pm (for clause #2 conformity)
1233 ! ext/File/Glob/Glob.pm ext/File/Glob/bsd_glob.c
1234 ! ext/File/Glob/bsd_glob.h
1235 ____________________________________________________________________________
1236 [ 4513] By: jhi on 1999/11/04 08:26:19
1237 Log: Integrate with Sarathy.
1240 !> (integrate 34 files)
1241 ____________________________________________________________________________
1242 [ 4512] By: jhi on 1999/11/04 08:01:25
1243 Log: Incremental Mac integration from Matthias.
1245 ! perl.c perl.h pp_ctl.c pp_hot.c run.c sv.c t/pod/testpchk.pl
1247 ____________________________________________________________________________
1248 [ 4511] By: gsar on 1999/11/04 02:53:37
1249 Log: remove VIRTUAL tag, PERL_OBJECT doesn't need it anymore
1251 ! dosish.h embed.pl mg.c os2/os2ish.h perl.c perl.h perly.c
1252 ! perly_c.diff pp_ctl.c proto.h regcomp.c regexec.c sv.c toke.c
1253 ! universal.c vms/perly_c.vms vms/vmsish.h win32/win32.h
1255 ____________________________________________________________________________
1256 [ 4510] By: jhi on 1999/11/02 22:12:29
1257 Log: S_init_interp is a better place to diddle with PL_opargs
1258 than perl_construct.
1261 ____________________________________________________________________________
1262 [ 4509] By: jhi on 1999/11/02 21:30:02
1263 Log: From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
1264 To: ben@mucus.advanced.org, perl5-porters@perl.org
1265 Subject: Re: [ID 19991102.002] unpack('N', pack('N', -1)) not idempotent
1266 Date: Tue, 02 Nov 1999 21:36:00 +0000
1267 Message-Id: <E11ilay-00020o-00@taurus.cus.cam.ac.uk>
1270 ____________________________________________________________________________
1271 [ 4508] By: jhi on 1999/11/02 20:46:27
1272 Log: Initial integration of the MacPerl changes form Matthias.
1274 ! doio.c ext/DynaLoader/DynaLoader_pm.PL ext/Fcntl/Fcntl.pm
1275 ! ext/Fcntl/Fcntl.xs gv.c mg.c opcode.pl perl.c perl.h pp_ctl.c
1276 ! pp_hot.c pp_sys.c run.c sv.c toke.c util.c
1277 ____________________________________________________________________________
1278 [ 4507] By: jhi on 1999/11/01 23:05:07
1279 Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
1280 To: lvirden@cas.org (Larry W. Virden)
1281 Cc: perl5-porters@perl.org, lvirden@cas.org
1282 Subject: Re: [ID 19991026.001] perl segmentation fault report
1283 Date: Mon, 1 Nov 1999 18:14:16 -0500 (EST)
1284 Message-Id: <199911012314.SAA22664@monk.mps.ohio-state.edu>
1286 ! regexec.c t/op/pat.t
1287 ____________________________________________________________________________
1288 [ 4506] By: jhi on 1999/11/01 19:56:28
1289 Log: From: Olaf Flebbe <olaf@science-computing.de>
1290 To: perl5-porters@perl.org
1291 Subject: [PATCH: 5.005_62] Patch for EPOC Support
1292 Date: Mon, 1 Nov 1999 20:46:54 +0100 (MET)
1293 Message-ID: <Pine.LNX.4.10.9911012045190.411-100000@dragon.science-computing.de>
1295 + epoc/Config.pm epoc/autosplit.pl epoc/createpkg.pl
1297 ! MANIFEST README.epoc epoc/epocish.h epoc/perl.mmp
1299 ____________________________________________________________________________
1300 [ 4505] By: gsar on 1999/11/01 17:09:44
1301 Log: macros for COP.cop_filegv access
1303 ! cop.h deb.c gv.c op.c perl.c pp_ctl.c pp_sys.c scope.c toke.c
1305 ____________________________________________________________________________
1306 [ 4504] By: gsar on 1999/11/01 17:08:28
1307 Log: enable better Win32::DomainName() by demand loading netapi32.dll
1310 ! pod/Win32.pod win32/win32.c
1311 ____________________________________________________________________________
1312 [ 4503] By: gsar on 1999/10/31 20:56:06
1313 Log: change#4502 was missing a file
1316 ____________________________________________________________________________
1317 [ 4502] By: gsar on 1999/10/31 20:46:02
1318 Log: make nested ARGV/$^I loops work correctly; fixes several bugs
1319 in the way ARGV state was handled in readline(); writing a
1320 subroutine to do inplace edits is now possible, provided *ARGV,
1321 *ARGVOUT, $^I and $_ are localized where needed
1323 ! MANIFEST doio.c embedvar.h intrpvar.h objXSUB.h perl.c
1325 ____________________________________________________________________________
1326 [ 4501] By: jhi on 1999/10/31 12:43:54
1327 Log: Integrate with Sarathy.
1329 !> perl.h win32/config.bc win32/config.gc win32/config.vc
1330 !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
1331 ____________________________________________________________________________
1332 [ 4500] By: gsar on 1999/10/31 10:01:17
1333 Log: updated windows config* files
1335 ! win32/config.bc win32/config.gc win32/config.vc
1336 ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
1337 ____________________________________________________________________________
1338 [ 4499] By: gsar on 1999/10/31 09:15:17
1339 Log: integrate cfgperl contents into mainline
1341 !> Configure Porting/Glossary Porting/config.sh Porting/config_H
1342 !> config_h.SH perl.h
1343 ____________________________________________________________________________
1344 [ 4498] By: gsar on 1999/10/31 09:13:41
1345 Log: remove unused struct Outrec
1348 ____________________________________________________________________________
1349 [ 4497] By: jhi on 1999/10/30 12:41:50
1350 Log: Add HAS_QUAD ($Config{d_quad}); use it.
1352 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
1353 ! config_h.SH perl.h
1355 ! U/a_dvisory/quadtype.U U/compline/charsize.U U/typedefs/gidf.U
1357 Branch: metaconfig/U/perl
1359 ____________________________________________________________________________
1360 [ 4496] By: gsar on 1999/10/30 00:28:32
1361 Log: integrate cfgperl contents into mainline
1363 !> Configure Policy_sh.SH Porting/Glossary Porting/config.sh
1364 !> Porting/config_H README.hurd config_h.SH doop.c handy.h
1365 !> hints/aix.sh hints/irix_6.sh hints/solaris_2.sh mg.c perl.c
1366 !> perl.h pp.c pp.h regexec.c sv.c taint.c
1367 ____________________________________________________________________________
1368 [ 4495] By: jhi on 1999/10/29 23:36:19
1369 Log: Continue what #4494 started; introduce uid and gid formats.
1371 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
1372 ! config_h.SH handy.h perl.h
1374 + U/a_dvisory/quadtype.U U/typedefs/gidf.U U/typedefs/uidf.U
1375 - U/typedefs/quadtype.U
1376 Branch: metaconfig/U/perl
1378 ____________________________________________________________________________
1379 [ 4494] By: jhi on 1999/10/29 22:09:01
1380 Log: Move the IV, UV, I8, U8, ..., and NV to metaconfig
1381 from perl.h and handy.h.
1383 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
1384 ! config_h.SH handy.h perl.h
1385 Branch: metaconfig/U/perl
1386 + perlxv.U perlxvf.U
1387 ____________________________________________________________________________
1388 [ 4493] By: jhi on 1999/10/29 22:08:06
1389 Log: Finetuning the output continues along the lines of #4490 and #4491.
1391 ! U/modified/i_sysuio.U U/threads/d_pthreadj.U
1392 ! U/typedefs/fpostype.U
1393 Branch: metaconfig/U/perl
1395 ! d_cmsghdr_s.U d_fs_data_s.U d_msghdr_s.U d_statfs3.U
1396 ! d_statfs4.U d_statfs_f_flags.U d_statfs_s.U io64.U
1397 ____________________________________________________________________________
1398 [ 4492] By: jhi on 1999/10/29 21:14:53
1399 Log: Hurd update from Mark Kettenis.
1402 ____________________________________________________________________________
1403 [ 4491] By: jhi on 1999/10/29 20:37:02
1404 Log: A new try at what #4490 tried to accomplish.
1406 ! U/modified/i_sysuio.U U/threads/d_pthreadj.U
1407 Branch: metaconfig/U/perl
1408 ! d_cmsghdr_s.U d_fs_data_s.U d_msghdr_s.U d_statfs3.U
1409 ! d_statfs4.U d_statfs_f_flags.U d_statfs_s.U io64.U
1410 ____________________________________________________________________________
1411 [ 4490] By: jhi on 1999/10/29 20:19:41
1412 Log: metaconfig nits.
1414 ! U/modified/i_sysuio.U U/threads/d_pthreadj.U
1415 Branch: metaconfig/U/perl
1417 ! d_cmsghdr_s.U d_fs_data_s.U d_msghdr_s.U d_statfs3.U
1418 ! d_statfs4.U d_statfs_f_flags.U d_statfs_s.U io64.U
1419 ____________________________________________________________________________
1420 [ 4489] By: jhi on 1999/10/29 16:08:43
1421 Log: Integrate with Sarathy.
1423 !> (integrate 31 files)
1424 ____________________________________________________________________________
1425 [ 4488] By: jhi on 1999/10/29 15:30:30
1426 Log: Regen Configure and Glossary.
1428 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
1430 ____________________________________________________________________________
1431 [ 4487] By: jhi on 1999/10/29 15:24:13
1432 Log: Remove quad logic from perl.h; regen Configure;
1433 add -DUSE_LONG_LONG to ccflags if not already there.
1435 ! Configure config_h.SH doop.c hints/aix.sh hints/irix_6.sh
1436 ! hints/solaris_2.sh perl.h pp.c pp.h regexec.c sv.c
1437 ____________________________________________________________________________
1438 [ 4486] By: jhi on 1999/10/29 15:22:38
1439 Log: metaconfig: moved quad logic from perl.h to Configure (quadtype.U);
1440 fixed the use*.U to define their stuff only iff not already defined
1441 (so that ccflags can have any -DUSE_* it wants);
1442 uselonglong.U added; various small nits fixed.
1444 + U/typedefs/quadtype.U
1445 ! U/modified/d_longdbl.U U/modified/d_longlong.U
1446 ! U/modified/d_statblks.U U/modified/usenm.U
1447 ! U/threads/usethreads.U
1448 Branch: metaconfig/U/perl
1450 ! d_cmsghdr_s.U d_fs_data_s.U d_msghdr_s.U d_statfs3.U
1451 ! d_statfs4.U d_statfs_f_flags.U d_statfs_s.U i_inttypes.U
1452 ! quadfio.U use64bits.U uselfs.U uselongdbl.U usemorebits.U
1453 ! usemultiplicity.U useperlio.U usesocks.U
1454 ____________________________________________________________________________
1455 [ 4485] By: gsar on 1999/10/29 06:08:50
1456 Log: more cleanup: avoid unused knowledge of "file GV" notion in CV and GV
1458 ! bytecode.pl cv.h dump.c ext/B/B.pm ext/B/B.xs
1459 ! ext/B/B/Asmdata.pm ext/B/B/Bytecode.pm ext/B/B/C.pm
1460 ! ext/B/B/Debug.pm ext/B/B/Xref.pm ext/ByteLoader/byterun.c
1461 ! ext/ByteLoader/byterun.h ext/Devel/Peek/Peek.pm gv.c gv.h op.c
1463 ____________________________________________________________________________
1464 [ 4484] By: gsar on 1999/10/29 03:00:21
1465 Log: usurp GVOP slot for new PADOP (one small step to making optree
1466 shareable across interpreters)
1468 ! bytecode.pl doio.c dump.c ext/B/B.pm ext/B/B.xs
1469 ! ext/B/B/Asmdata.pm ext/B/B/Bytecode.pm ext/B/B/C.pm
1470 ! ext/B/B/Debug.pm ext/B/B/Deparse.pm ext/B/B/Lint.pm
1471 ! ext/B/B/Terse.pm ext/B/typemap ext/ByteLoader/byterun.c
1472 ! ext/ByteLoader/byterun.h op.c op.h opcode.h opcode.pl perl.h
1473 ! pp_hot.c pp_sys.c regexec.c run.c
1474 ____________________________________________________________________________
1475 [ 4483] By: jhi on 1999/10/28 22:01:12
1476 Log: Regen Configure.
1478 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
1480 ____________________________________________________________________________
1481 [ 4482] By: jhi on 1999/10/28 21:45:26
1482 Log: Installdirs patches from Andy.
1484 ! U/installdirs/sitearch.U U/installdirs/sitebin.U
1485 ! U/installdirs/sitehtml1dir.U U/installdirs/sitehtml3dir.U
1486 ! U/installdirs/sitelib.U U/installdirs/siteman1dir.U
1487 ! U/installdirs/siteman3dir.U U/installdirs/siteprefix.U
1488 ! U/installdirs/sitescriptdir.U U/installdirs/vendorarch.U
1489 ! U/installdirs/vendorbin.U U/installdirs/vendorhtml1dir.U
1490 ! U/installdirs/vendorhtml3dir.U U/installdirs/vendorlib.U
1491 ! U/installdirs/vendorman1dir.U U/installdirs/vendorman3dir.U
1492 ! U/installdirs/vendorprefix.U U/installdirs/vendorscriptdir.U
1493 ____________________________________________________________________________
1494 [ 4481] By: gsar on 1999/10/28 17:33:49
1495 Log: remove C<use Time::Local 'no_range_check'> misfeature (global
1496 can still be directly set)
1499 ____________________________________________________________________________
1500 [ 4480] By: jhi on 1999/10/28 13:49:26
1501 Log: Fix printing of uids and gids; regen Configure.
1503 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
1504 ! config_h.SH mg.c perl.c perl.h taint.c
1505 ____________________________________________________________________________
1506 [ 4479] By: jhi on 1999/10/28 11:53:57
1509 ! U/typedefs/gidsize.U
1510 ____________________________________________________________________________
1511 [ 4478] By: jhi on 1999/10/28 06:50:02
1512 Log: Integrate with Sarathy.
1514 !> Changes iperlsys.h makedef.pl patchlevel.h perl.h
1515 !> win32/Makefile win32/config.bc win32/config.gc win32/config.vc
1516 !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
1517 !> win32/config_sh.PL win32/makefile.mk win32/win32.h
1518 ____________________________________________________________________________
1519 [ 4477] By: jhi on 1999/10/28 06:40:54
1520 Log: (Slightly) better comments for Policy_sh.SH from Andy.
1523 ____________________________________________________________________________
1524 [ 4476] By: gsar on 1999/10/27 23:54:36
1525 Log: regen config* stuff for windows
1527 ! Changes patchlevel.h win32/Makefile win32/config.bc
1528 ! win32/config.gc win32/config.vc win32/config_H.bc
1529 ! win32/config_H.gc win32/config_H.vc win32/config_sh.PL
1531 ____________________________________________________________________________
1532 [ 4475] By: gsar on 1999/10/27 21:32:30
1533 Log: integrate cfgperl contents into mainline; merge conflicts
1535 !> (integrate 46 files)
1536 ____________________________________________________________________________
1537 [ 4474] By: gsar on 1999/10/27 21:15:07
1538 Log: patch up egcs-1.1.2-mingw32 build (builds a working miniperl, but not
1539 perl; stdout/stderr redirects seem broken as well)
1541 ! iperlsys.h makedef.pl perl.h win32/makefile.mk win32/win32.h
1542 ____________________________________________________________________________
1543 [ 4473] By: jhi on 1999/10/27 21:11:11
1544 Log: Do not block if no message queues available.
1547 ____________________________________________________________________________
1548 [ 4472] By: jhi on 1999/10/27 18:27:40
1549 Log: Remove unused "squatter" symbols; regen Configure.
1551 ! Configure Makefile.SH Porting/Glossary Porting/config.sh
1552 ! Porting/config_H config_h.SH epoc/config.h iperlsys.h perl.h
1553 ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
1554 ____________________________________________________________________________
1555 [ 4471] By: jhi on 1999/10/27 18:26:55
1556 Log: metaconfig; split socket; fix output.
1558 ! U/modified/d_socket.U U/modified/d_statblks.U
1559 Branch: metaconfig/U/perl
1560 + d_cmsghdr_s.U d_msghdr_s.U d_recvmsg.U d_sendmsg.U
1561 ! i_sysstatfs.U i_sysvfs.U
1562 ____________________________________________________________________________
1563 [ 4470] By: jhi on 1999/10/27 17:19:06
1564 Log: Regen Configure.
1566 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
1567 ! config_h.SH perl.c perl.h
1568 ____________________________________________________________________________
1569 [ 4469] By: jhi on 1999/10/27 17:18:41
1570 Log: metaconfig; split statfs.
1571 Branch: metaconfig/U/perl
1572 + d_fs_data_s.U d_statfs_f_flags.U d_statfs_s.U
1574 ____________________________________________________________________________
1575 [ 4468] By: jhi on 1999/10/27 14:06:44
1576 Log: Integrate with Sarathy; manual resolve on regcomp.c conflicts
1577 (Ilya's changes won).
1579 +> os2/OS2/REXX/DLL/Changes os2/OS2/REXX/DLL/DLL.pm
1580 +> os2/OS2/REXX/DLL/DLL.xs os2/OS2/REXX/DLL/MANIFEST
1581 +> os2/OS2/REXX/DLL/Makefile.PL os2/OS2/REXX/t/rx_emxrv.t
1582 !> (integrate 65 files)
1583 ____________________________________________________________________________
1584 [ 4467] By: jhi on 1999/10/27 13:38:41
1585 Log: Regen Configure.
1587 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
1589 ____________________________________________________________________________
1590 [ 4466] By: jhi on 1999/10/27 13:18:06
1591 Log: metaconfig fixes from Andy.
1593 + U/modified/libnlist.U U/modified/usrinc.U
1594 ! U/Glossary.patch U/mkglossary U/modified/libpth.U
1595 ____________________________________________________________________________
1596 [ 4465] By: jhi on 1999/10/27 13:06:27
1597 Log: Nosuid checking for statfs() people.
1599 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
1600 ! config_h.SH perl.c perl.h pod/perldiag.pod
1601 ____________________________________________________________________________
1602 [ 4464] By: jhi on 1999/10/27 13:04:20
1603 Log: metaconfig maintenance; fix Hasfield, statfs;
1604 add Hasstruct, statfs3, statfs4, ustat, sysvfs;
1605 split fstatfs away from statfs.
1607 + U/protos/Hasstruct.U
1608 ! U/protos/Hasfield.U
1609 Branch: metaconfig/U/perl
1610 + d_fstatfs.U d_statfs3.U d_statfs4.U d_ustat.U i_sysvfs.U
1613 ____________________________________________________________________________
1614 [ 4463] By: jhi on 1999/10/27 07:55:53
1615 Log: We need cc to be able to test for cc -v.
1618 ____________________________________________________________________________
1619 [ 4462] By: gsar on 1999/10/27 01:31:41
1620 Log: more GCC v2.95 induced adjustments
1622 ! globals.c mg.c opcode.h opcode.pl perl.h sv.c
1623 ! win32/makefile.mk win32/win32.c x2p/walk.c
1624 ____________________________________________________________________________
1625 [ 4461] By: gsar on 1999/10/26 21:42:59
1626 Log: warnings and const violations identified by compiling in C++ mode
1629 ! doio.c embed.pl mg.c op.c perl.c perlapi.c proto.h regcomp.c
1630 ! sv.c taint.c toke.c win32/win32.c
1631 ____________________________________________________________________________
1632 [ 4459] By: jhi on 1999/10/26 10:15:58
1633 Log: Regen Configure.
1635 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
1637 ____________________________________________________________________________
1638 [ 4458] By: jhi on 1999/10/26 09:48:37
1639 Log: Minor rewordings.
1640 Branch: metaconfig/U/perl
1641 ! d_getmnt.U d_getmntent.U d_statfs.U d_statvfs.U
1642 ____________________________________________________________________________
1643 [ 4456] By: jhi on 1999/10/26 09:11:49
1644 Log: Fix d_statfsflags; add d_getmnt.
1645 Branch: metaconfig/U/perl
1648 ____________________________________________________________________________
1649 [ 4455] By: jhi on 1999/10/26 08:12:27
1650 Log: Massive multitypo in #4446.
1653 ____________________________________________________________________________
1654 [ 4454] By: jhi on 1999/10/25 08:28:45
1655 Log: From: Laszlo Molnar <laszlo.molnar@eth.ericsson.se>
1656 To: Perl 5 Porters <perl5-porters@perl.org>
1657 Subject: [PATCH 5.005_62] dos-djgpp update
1658 Date: Mon, 25 Oct 1999 10:11:30 +0200
1659 Message-ID: <19991025101130.K459@crater.eth.ericsson.se>
1661 ! djgpp/config.over djgpp/configure.bat djgpp/djgppsed.sh
1662 ! pod/perldelta.pod t/lib/io_unix.t
1663 ____________________________________________________________________________
1664 [ 4453] By: jhi on 1999/10/25 08:25:50
1665 Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
1666 To: perl5-porters@perl.org (Mailing list Perl5)
1667 Subject: [PATCH 5.005_62] Remove the last regnode<==>char*
1668 Date: Mon, 25 Oct 1999 03:06:21 -0400 (EDT)
1669 Message-Id: <199910250706.DAA16825@monk.mps.ohio-state.edu>
1671 ! embed.h embed.pl proto.h regcomp.c regcomp.h regexec.c
1672 ____________________________________________________________________________
1673 [ 4452] By: jhi on 1999/10/25 08:16:55
1674 Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
1675 To: perl5-porters@perl.org (Mailing list Perl5)
1676 Subject: [PATCH 5.005_62] Missing REx engine patch
1677 Date: Sun, 24 Oct 1999 23:47:45 -0400 (EDT)
1678 Message-Id: <199910250347.XAA16094@monk.mps.ohio-state.edu>
1680 ! pod/perldiag.pod regcomp.c regexec.c
1681 ____________________________________________________________________________
1682 [ 4451] By: jhi on 1999/10/25 08:13:06
1683 Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
1684 To: perl5-porters@perl.org (Mailing list Perl5)
1685 Subject: [PATCH 5.005_62] charnames and UTEST
1686 Date: Sun, 24 Oct 1999 23:39:49 -0400 (EDT)
1687 Message-Id: <199910250339.XAA16058@monk.mps.ohio-state.edu>
1690 ____________________________________________________________________________
1691 [ 4450] By: gsar on 1999/10/25 07:38:15
1695 ____________________________________________________________________________
1696 [ 4449] By: gsar on 1999/10/24 23:20:10
1697 Log: remove inconsistent tainting behavior of sprintf("%e",...)
1698 (all bets are off is "C" locale is compromised)
1700 ! pod/perlfunc.pod pod/perllocale.pod sv.c
1701 ____________________________________________________________________________
1702 [ 4448] By: gsar on 1999/10/24 22:20:42
1703 Log: remove unused interpreter globals
1705 ! deb.c dump.c embed.h embed.pl embedvar.h ext/POSIX/POSIX.xs
1706 ! global.sym gv.c gv.h intrpvar.h objXSUB.h perl.c perlapi.c
1708 ____________________________________________________________________________
1709 [ 4447] By: jhi on 1999/10/24 21:49:52
1710 Log: Another hints tweak.
1713 ____________________________________________________________________________
1714 [ 4446] By: jhi on 1999/10/24 21:48:02
1718 ____________________________________________________________________________
1719 [ 4445] By: nick on 1999/10/24 21:03:28
1720 Log: Integrate own changes to mainline.
1723 ____________________________________________________________________________
1724 [ 4444] By: nick on 1999/10/24 20:54:06
1725 Log: Avoid creating GV with NULL name when vivifying nameless scalars.
1726 (Fix/workround for [ID19991024.001])
1729 ____________________________________________________________________________
1730 [ 4443] By: nick on 1999/10/24 15:09:51
1731 Log: Follow that camel ... another sync.
1733 +> os2/OS2/REXX/DLL/Changes os2/OS2/REXX/DLL/DLL.pm
1734 +> os2/OS2/REXX/DLL/DLL.xs os2/OS2/REXX/DLL/MANIFEST
1735 +> os2/OS2/REXX/DLL/Makefile.PL os2/OS2/REXX/t/rx_emxrv.t
1736 !> (integrate 36 files)
1737 ____________________________________________________________________________
1738 [ 4442] By: gsar on 1999/10/24 14:40:01
1739 Log: typo in installperl (from Paul Moore <gustav@morpheus.demon.co.uk>)
1742 ____________________________________________________________________________
1743 [ 4441] By: gsar on 1999/10/24 14:33:11
1744 Log: test in change#4428 needs strict interpretation of C modulus
1747 ____________________________________________________________________________
1748 [ 4440] By: gsar on 1999/10/24 13:47:17
1749 Log: don't allow SIGCHLD to be ignored at startup, or wait*() and
1752 ! perl.c pod/perldelta.pod pod/perldiag.pod
1753 ____________________________________________________________________________
1754 [ 4439] By: jhi on 1999/10/24 13:19:17
1755 Log: test for #2835 (yeah, better later than never)
1758 ____________________________________________________________________________
1759 [ 4438] By: gsar on 1999/10/24 12:59:12
1760 Log: typo, doc tweak
1762 ! lib/attributes.pm pod/perlop.pod
1763 ____________________________________________________________________________
1764 [ 4437] By: gsar on 1999/10/24 11:59:55
1765 Log: allow get() and reftype() functions to be imported (from
1769 ____________________________________________________________________________
1770 [ 4436] By: gsar on 1999/10/24 11:52:53
1771 Log: suppress scalar leak messages for known leaks (from
1772 Robin Barker <rmb1@cise.npl.co.uk>)
1774 ! Changes t/op/lex_assign.t t/pragma/warn/op
1775 ____________________________________________________________________________
1776 [ 4435] By: gsar on 1999/10/24 11:39:42
1777 Log: VMS tweak (suggested by Craig A. Berry <craig.berry@metamor.com>)
1779 ! ext/B/defsubs_h.PL
1780 ____________________________________________________________________________
1781 [ 4434] By: gsar on 1999/10/24 11:36:08
1782 Log: relax range checking if they ask for it (from John L. Allen
1783 <allen@grumman.com>)
1786 ____________________________________________________________________________
1787 [ 4433] By: gsar on 1999/10/24 11:25:51
1788 Log: README nits pointed out by Chris Nandor <pudge@pobox.com>
1790 ! README lib/File/Path.pm
1791 ____________________________________________________________________________
1792 [ 4432] By: gsar on 1999/10/24 11:11:02
1793 Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
1794 Date: Sun, 24 Oct 1999 03:24:28 -0400 (EDT)
1795 Message-Id: <199910240724.DAA12230@monk.mps.ohio-state.edu>
1796 Subject: Re: [PATCH 5.005_62] OS/2 improvements
1798 + os2/OS2/REXX/DLL/Changes os2/OS2/REXX/DLL/DLL.pm
1799 + os2/OS2/REXX/DLL/DLL.xs os2/OS2/REXX/DLL/MANIFEST
1800 + os2/OS2/REXX/DLL/Makefile.PL os2/OS2/REXX/t/rx_emxrv.t
1801 ! MANIFEST hints/os2.sh mg.c miniperlmain.c os2/Changes
1802 ! os2/OS2/REXX/Changes os2/OS2/REXX/Makefile.PL
1803 ! os2/OS2/REXX/REXX.pm os2/OS2/REXX/REXX.xs
1804 ! os2/OS2/REXX/t/rx_dllld.t os2/OS2/REXX/t/rx_objcall.t
1805 ! os2/OS2/REXX/t/rx_tievar.t os2/OS2/REXX/t/rx_tieydb.t
1806 ! os2/OS2/REXX/t/rx_vrexx.t os2/dl_os2.c os2/os2.c os2/os2ish.h
1807 ! perl.c perl.h t/io/fs.t t/op/magic.t
1808 ____________________________________________________________________________
1809 [ 4431] By: gsar on 1999/10/24 10:50:14
1810 Log: install all README.foo with pod content as podfoo.pod
1812 ! Makefile.SH installman
1813 ____________________________________________________________________________
1814 [ 4430] By: gsar on 1999/10/24 09:28:24
1815 Log: @INC needs ../lib
1818 ____________________________________________________________________________
1819 [ 4429] By: jhi on 1999/10/23 21:47:49
1820 Log: More printf-fixes (see also #4426).
1822 ! deb.c dump.c ext/Data/Dumper/Dumper.xs
1823 ! ext/Devel/DProf/DProf.xs malloc.c mg.c op.c perl.c pp.c
1824 ! pp_ctl.c regcomp.c regexec.c run.c scope.c sv.c util.c
1825 ____________________________________________________________________________
1826 [ 4428] By: gsar on 1999/10/23 20:28:56
1827 Log: fix accidental C modulo semantics on integer-valued operations
1828 (e.g. caused C<length("abc") % -10> to return 3 rather than -7)
1831 ____________________________________________________________________________
1832 [ 4427] By: jhi on 1999/10/23 16:10:10
1833 Log: Integrate with Sarathy.
1835 !> sv.c win32/win32.c
1836 ____________________________________________________________________________
1837 [ 4426] By: jhi on 1999/10/23 16:04:02
1838 Log: Fix the printfing nits pointed out by using gcc -Wall and
1839 Configure -Duse64bits -Dccflags=-DDEBUGGING in Solaris,
1840 plus few other warnings in Dumper.xs.
1842 ! ext/Data/Dumper/Dumper.xs ext/Devel/DProf/DProf.xs
1843 ! ext/Devel/Peek/Peek.xs regcomp.c regexec.c sv.c util.c
1844 ____________________________________________________________________________
1845 [ 4425] By: jhi on 1999/10/23 15:16:41
1846 Log: Configure regen to pick up the new installation directories
1847 from Policy_sh.SH. The explanations of "public add-ons" and
1848 "vendor-supplied" could do with more work.
1850 ! Configure config_h.SH
1851 ____________________________________________________________________________
1852 [ 4424] By: nick on 1999/10/23 00:46:22
1853 Log: Resolve mainline before possible hacking operertunity this weekend
1855 +> pod/perlfilter.pod
1856 !> (integrate 32 files)
1857 ____________________________________________________________________________
1858 [ 4423] By: jhi on 1999/10/22 22:53:17
1859 Log: Update Policy_sh.SH to handle the newer installation directives.
1860 From: Andy Dougherty <doughera@lafayette.edu>
1861 To: Perl Porters <perl5-porters@perl.org>
1862 Subject: [PATCH 5.005_62] Policy_sh.SH update
1863 Date: Fri, 22 Oct 1999 16:47:34 -0400 (EDT)
1864 Message-ID: <Pine.SOL.4.10.9910221645470.15232-100000@maxwell.phys.lafayette.edu>
1867 ____________________________________________________________________________
1868 [ 4422] By: jhi on 1999/10/22 22:44:44
1869 Log: so back to 'so', from Stephanie Beals <bealzy@us.ibm.com>
1872 ____________________________________________________________________________
1873 [ 4421] By: gsar on 1999/10/22 21:16:44
1874 Log: sv_vcatpvfn() bug: fell through to assuming intsize of 'q' for
1878 ____________________________________________________________________________
1879 [ 4420] By: gsar on 1999/10/22 16:36:46
1880 Log: win32_utime() on directories should use localtime() rather
1881 than gmtime() (from Jan Dubois)
1884 ____________________________________________________________________________
1885 [ 4419] By: jhi on 1999/10/21 10:31:41
1886 Log: Integrate with Sarathy.
1888 !> Makefile.SH lib/CPAN/FirstTime.pm op.c opcode.h opcode.pl
1889 !> t/lib/glob-basic.t t/op/sort.t
1890 ____________________________________________________________________________
1891 [ 4418] By: gsar on 1999/10/20 23:49:47
1892 Log: add test for change#4417
1895 ____________________________________________________________________________
1896 [ 4417] By: gsar on 1999/10/20 23:45:03
1897 Log: avoid coredump on C<sort { my $c; return $a cmp $b } ...>
1900 ____________________________________________________________________________
1901 [ 4416] By: gsar on 1999/10/20 01:00:50
1902 Log: fix prototype mismatch (from Hans Mulder <hansm@xs4all.nl>)
1904 ! lib/CPAN/FirstTime.pm
1905 ____________________________________________________________________________
1906 [ 4415] By: gsar on 1999/10/20 00:52:34
1907 Log: disable optimizing troublesome ops in change#3612
1908 (from Ilya Zakharevich)
1910 ! Makefile.SH opcode.h opcode.pl
1911 ____________________________________________________________________________
1912 [ 4414] By: gsar on 1999/10/20 00:37:46
1913 Log: skip unreadable directory test when running as root
1915 ! t/lib/glob-basic.t
1916 ____________________________________________________________________________
1917 [ 4413] By: jhi on 1999/10/19 09:26:52
1918 Log: Avoid GNU ar if HP cc is being used.
1921 ____________________________________________________________________________
1922 [ 4412] By: jhi on 1999/10/19 07:24:29
1923 Log: Integrate with Sarathy.
1926 ____________________________________________________________________________
1927 [ 4411] By: jhi on 1999/10/19 07:22:34
1928 Log: Long double support: sqrtl et al are not available everywhere,
1929 e.g. not in Solaris, even when long doubles are.
1931 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
1932 ! config_h.SH perl.h
1933 ____________________________________________________________________________
1934 [ 4410] By: jhi on 1999/10/19 07:21:42
1935 Log: Add sqrtl probe, add echo dependencies.
1937 ! U/threads/d_pthreadj.U
1938 Branch: metaconfig/U/perl
1940 ! i_inttypes.U io64.U
1941 ____________________________________________________________________________
1942 [ 4409] By: gsar on 1999/10/19 02:18:54
1943 Log: perl_mutex n/a if !USE_THREADS
1946 ____________________________________________________________________________
1947 [ 4408] By: jhi on 1999/10/18 20:13:02
1948 Log: Forgotten s/warning/warnings/.
1951 ____________________________________________________________________________
1952 [ 4407] By: jhi on 1999/10/18 20:02:12
1953 Log: Integrate with Sarathy.
1955 +> pod/perlfilter.pod
1956 !> (integrate 30 files)
1957 ____________________________________________________________________________
1958 [ 4406] By: gsar on 1999/10/18 16:32:10
1959 Log: added intro to source filters from Paul Marquess
1961 + pod/perlfilter.pod
1962 ! MANIFEST pod/perldelta.pod
1963 ____________________________________________________________________________
1964 [ 4405] By: gsar on 1999/10/18 05:53:06
1965 Log: missing manpages
1968 ____________________________________________________________________________
1969 [ 4404] By: gsar on 1999/10/18 05:09:22
1970 Log: pod updates from Tom Christiansen
1972 ! lib/Pod/Man.pm pod/perldelta.pod pod/perlmodlib.pod
1973 ____________________________________________________________________________
1974 [ 4403] By: gsar on 1999/10/17 23:43:59
1975 Log: PL_malloc_mutex needs to be global, not per-interpreter
1976 (malloc.c has static data)
1978 ! embedvar.h intrpvar.h objXSUB.h perl.c perlvars.h
1979 ____________________________________________________________________________
1980 [ 4402] By: gsar on 1999/10/17 22:30:30
1981 Log: support PERL_IMPLICIT_SYS with MULTIPLICITY/USE_THREADS on
1984 ! XSUB.h ext/POSIX/POSIX.xs intrpvar.h makedef.pl malloc.c
1985 ! perl.c perl.h perlio.c win32/perllib.c win32/win32.c
1987 ____________________________________________________________________________
1988 [ 4401] By: gsar on 1999/10/17 20:33:42
1989 Log: serious bug introduced by G_VOID changes in 5.003_96: scalar
1990 eval"" did not pop stack correctly; C<$a = eval "(1,2)x1">
1991 is one symptom of the problem
1993 ! pp_ctl.c t/op/eval.t
1994 ____________________________________________________________________________
1995 [ 4400] By: gsar on 1999/10/17 18:36:46
1996 Log: remove FileHandle from list of PodParser dependencies (the
1997 difference is 20 files vs 6 files loaded!)
1999 ! lib/Pod/Parser.pm lib/Pod/Select.pm pod/perldelta.pod
2001 ____________________________________________________________________________
2002 [ 4399] By: nick on 1999/10/17 14:51:35
2003 Log: Pre-trip resolve
2005 !> installperl lib/Text/Tabs.pm perl.c pp_hot.c
2006 ____________________________________________________________________________
2007 [ 4398] By: gsar on 1999/10/17 09:19:24
2008 Log: make installperl ignore RCS files (from Michael G Schwern
2009 <schwern@pobox.com>)
2011 ! installperl lib/Text/Tabs.pm
2012 ____________________________________________________________________________
2013 [ 4397] By: gsar on 1999/10/16 18:30:14
2014 Log: another bug in change#3386 (CATCH_SET wasn't reverted correctly)
2017 ____________________________________________________________________________
2018 [ 4396] By: jhi on 1999/10/16 17:44:39
2021 ! lib/diagnostics.pm
2022 ____________________________________________________________________________
2023 [ 4395] By: gsar on 1999/10/16 17:18:36
2024 Log: assumption about @_ always being non-REAL doesn't hold when
2025 debugger is running; DB::sub() can call arbitrary stuff
2026 that modifies @_ at will
2029 ____________________________________________________________________________
2030 [ 4394] By: nick on 1999/10/16 09:35:20
2031 Log: Resolve utfperl branch against mainline as of _62
2033 +> eg/cgi/dna_small_gif.uu eg/cgi/wilogo_gif.uu
2034 +> ext/DB_File/hints/sco.pl ext/DynaLoader/hints/aix.pl
2035 +> ext/File/Glob/Changes ext/File/Glob/Glob.pm
2036 +> ext/File/Glob/Glob.xs ext/File/Glob/Makefile.PL
2037 +> ext/File/Glob/TODO ext/File/Glob/bsd_glob.c
2038 +> ext/File/Glob/bsd_glob.h ext/NDBM_File/hints/sco.pl
2039 +> pod/perlhack.pod t/lib/glob-basic.t t/lib/glob-global.t
2040 +> t/lib/glob-taint.t win32/genmk95.pl
2041 - eg/cgi/dna.small.gif.uu eg/cgi/wilogo.gif.uu
2042 !> (integrate 144 files)
2043 ____________________________________________________________________________
2044 [ 4393] By: gsar on 1999/10/16 04:07:02
2045 Log: OS/2 support bits (from Ilya Zakharevich)
2047 ! hints/os2.sh makedef.pl os2/Makefile.SHs t/lib/glob-basic.t
2048 ____________________________________________________________________________
2049 [ 4392] By: jhi on 1999/10/15 10:28:09
2050 Log: Integrate with Sarathy.
2052 !> Changes MANIFEST Makefile.SH Porting/makerel lib/Pod/Man.pm
2053 !> lib/Pod/Parser.pm op.c pod/perldelta.pod pod/perlopentut.pod
2054 !> win32/Makefile win32/makefile.mk
2060 ____________________________________________________________________________
2061 [ 4391] By: gsar on 1999/10/15 10:12:42
2062 Log: here be 5.005_62
2064 ! Changes MANIFEST Porting/makerel
2065 ____________________________________________________________________________
2066 [ 4390] By: gsar on 1999/10/15 09:45:51
2067 Log: lvalue subs patch (change#4081) breaks C<\(Foo->Bar())>;
2068 avoid tickling it in Pod::Man for now; other nits in
2071 ! lib/Pod/Man.pm lib/Pod/Parser.pm pod/perldelta.pod
2072 ! pod/perlopentut.pod
2073 ____________________________________________________________________________
2074 [ 4389] By: gsar on 1999/10/15 08:55:01
2075 Log: disable internal globbing for miniperl (or build breaks out
2076 in a rash of failed dependencies)
2078 ! Makefile.SH op.c win32/Makefile win32/makefile.mk
2079 ____________________________________________________________________________
2080 [ 4388] By: jhi on 1999/10/15 08:07:49
2081 Log: Integrate with Sarathy.
2083 !> Changes ext/POSIX/POSIX.xs lib/Benchmark.pm pod/perldelta.pod
2084 !> pod/perlfaq2.pod win32/include/dirent.h win32/win32.c
2085 ____________________________________________________________________________
2086 [ 4387] By: gsar on 1999/10/15 07:46:24
2087 Log: integrate cfgperl contents into mainline
2090 !> pod/perldelta.pod pod/perldiag.pod regcomp.c
2091 !> t/pragma/warn/regcomp
2092 ____________________________________________________________________________
2093 [ 4386] By: gsar on 1999/10/15 05:45:36
2094 Log: various little goofs in change#4385
2096 ! win32/include/dirent.h win32/win32.c
2097 ____________________________________________________________________________
2098 [ 4385] By: gsar on 1999/10/15 04:49:09
2099 Log: win32_*dir() cleanup; win32_readdir() iterates as necessary
2100 rather than win32_opendir() reading all files up front (untested)
2102 ! win32/include/dirent.h win32/win32.c
2103 ____________________________________________________________________________
2104 [ 4384] By: gsar on 1999/10/15 01:34:09
2105 Log: Benchmark notes (from Barrie Slaymaker <barries@slaysys.com>)
2107 ! lib/Benchmark.pm pod/perldelta.pod
2108 ____________________________________________________________________________
2109 [ 4383] By: gsar on 1999/10/15 01:22:32
2110 Log: include info about Perl Mongers in perlfaq2 (from David H. Adler
2114 ____________________________________________________________________________
2115 [ 4382] By: gsar on 1999/10/15 01:14:22
2116 Log: From: jand@ActiveState.com (Jan Dubois)
2117 Date: Fri, 15 Oct 1999 01:14:23 +0200
2118 Message-ID: <380f61ae.18202914@smtprelay.t-online.de>
2119 Subject: [PATCH 5.005_61] Prevent "Out of memory" error in POSIX's strftime()
2121 ! ext/POSIX/POSIX.xs
2122 ____________________________________________________________________________
2123 [ 4381] By: jhi on 1999/10/14 22:11:36
2124 Log: Integrate with Sarathy.
2126 !> XSUB.h cop.h embed.h embed.pl ext/File/Glob/bsd_glob.c
2127 !> lib/Time/Local.pm perl.c perlapi.c pod/perlop.pod pp_ctl.c
2128 !> proto.h scope.c scope.h t/op/runlevel.t util.c win32/Makefile
2129 !> win32/makefile.mk
2130 ____________________________________________________________________________
2131 [ 4380] By: jhi on 1999/10/14 22:08:22
2132 Log: Warn inside character classes about unknown backslash escapes
2133 (that are not caught earlier because of being completely unknown,
2134 such as \m), such as \z (because they make do sense inside regexen,
2135 but not inside character classes).
2137 ! pod/perldelta.pod pod/perldiag.pod regcomp.c
2138 ! t/pragma/warn/regcomp
2139 ____________________________________________________________________________
2140 [ 4379] By: gsar on 1999/10/14 18:26:56
2141 Log: clarify significance of parens for "x" (from M.J.T. Guy
2142 <mjtg@cus.cam.ac.uk>)
2145 ____________________________________________________________________________
2146 [ 4378] By: gsar on 1999/10/14 18:25:20
2147 Log: make timelocal work better when time is close to the epoch
2148 east of GMT (from Keiki SATOH <kki@wakusei.ne.jp>)
2151 ____________________________________________________________________________
2152 [ 4377] By: gsar on 1999/10/14 18:15:11
2153 Log: integrate cfgperl contents into mainline
2155 +> ext/DB_File/hints/sco.pl
2156 !> MANIFEST hints/aix.sh hints/linux.sh hints/svr5.sh
2157 !> pod/perldelta.pod pod/perldiag.pod pod/perlop.pod
2158 !> pod/perlre.pod regcomp.c t/op/re_tests t/pragma/warn/regcomp
2159 ____________________________________________________________________________
2160 [ 4376] By: gsar on 1999/10/14 17:47:35
2161 Log: fix POPSTACK panics that ensued from bad interaction between
2162 runlevels and stack of stacks (change#3988 done right);
2163 basically, we pop the runlevel if the stacklevel is not the
2164 same one we started the runlevel with
2166 ! cop.h perl.c pp_ctl.c t/op/runlevel.t util.c
2167 ____________________________________________________________________________
2168 [ 4375] By: gsar on 1999/10/14 15:54:48
2171 ! ext/File/Glob/bsd_glob.c
2172 ____________________________________________________________________________
2173 [ 4374] By: jhi on 1999/10/14 10:08:44
2174 Log: Warn about false ranges like \d-\w (see the change #4355).
2175 The invalid ranges (b-a) warning message also enhanced.
2177 ! pod/perldelta.pod pod/perldiag.pod regcomp.c t/op/re_tests
2178 ! t/pragma/warn/regcomp
2179 ____________________________________________________________________________
2180 [ 4373] By: gsar on 1999/10/14 03:49:54
2181 Log: File::Glob fixes for Windows
2183 ! XSUB.h ext/File/Glob/bsd_glob.c win32/Makefile
2185 ____________________________________________________________________________
2186 [ 4372] By: gsar on 1999/10/14 02:21:31
2187 Log: avoid inefficiency in change#3386 (every longjmp() was followed
2188 by an avoidable call to setjmp())
2190 ! embed.h embed.pl perl.c perlapi.c pod/perldelta.pod pp_ctl.c
2191 ! proto.h scope.c scope.h
2192 ____________________________________________________________________________
2193 [ 4371] By: jhi on 1999/10/13 21:17:17
2194 Log: Integrate with Sarathy.
2196 !> op.c pod/perldelta.pod
2197 ____________________________________________________________________________
2198 [ 4370] By: gsar on 1999/10/13 18:08:45
2201 ! op.c pod/perldelta.pod
2202 ____________________________________________________________________________
2203 [ 4369] By: jhi on 1999/10/13 16:18:58
2204 Log: Integrate with Sarathy.
2206 !> pod/perldelta.pod pod/perldiag.pod pod/perlfunc.pod
2207 ____________________________________________________________________________
2208 [ 4368] By: gsar on 1999/10/13 16:14:16
2209 Log: pod nits from various perl porters
2211 ! pod/perldelta.pod pod/perldiag.pod pod/perlfunc.pod
2212 ____________________________________________________________________________
2213 [ 4367] By: jhi on 1999/10/13 12:10:30
2214 Log: From: Vlad Harchev <hvv@hippo.ru>
2215 To: perl5-porters@perl.org
2216 Subject: [ID 19991013.002] fix for 'perlop.pod' shipped with perl5.00503
2217 Date: Wed, 13 Oct 1999 15:48:59 +0500 (SAMST)
2218 Message-Id: <Pine.LNX.4.10.9910131546580.3542-100000@localhost.localdomain>
2221 ____________________________________________________________________________
2222 [ 4366] By: gsar on 1999/10/13 08:11:11
2223 Log: typos and language goofs pointed out by Hugo van der Sanden
2224 <hv@crypt.compulink.co.uk>
2226 ! pod/perldelta.pod pod/perldiag.pod
2227 ____________________________________________________________________________
2228 [ 4365] By: jhi on 1999/10/13 07:27:44
2229 Log: Integrate with Sarathy.
2231 +> ext/File/Glob/Changes ext/File/Glob/Glob.pm
2232 +> ext/File/Glob/Glob.xs ext/File/Glob/Makefile.PL
2233 +> ext/File/Glob/TODO ext/File/Glob/bsd_glob.c
2234 +> ext/File/Glob/bsd_glob.h ext/NDBM_File/hints/sco.pl
2235 +> t/lib/glob-basic.t t/lib/glob-global.t t/lib/glob-taint.t
2236 !> Changes MANIFEST README.win32 ext/ODBM_File/hints/sco.pl
2237 !> lib/perl5db.pl op.c pod/perldelta.pod pod/perlfaq8.pod
2238 !> pod/perlfunc.pod pod/perlop.pod pod/perlport.pod t/op/glob.t
2239 !> t/op/readdir.t t/op/taint.t t/pragma/overload.t util.c
2240 ____________________________________________________________________________
2241 [ 4364] By: gsar on 1999/10/13 07:06:04
2242 Log: debugger tweak (from M.J.T. Guy <mjtg@cus.cam.ac.uk>)
2245 ____________________________________________________________________________
2246 [ 4363] By: jhi on 1999/10/13 07:03:43
2247 Log: From: Mike Hopkirk (hops) <hops@scoot.pdev.sco.com>
2248 To: perl5-porters@perl.org
2249 Subject: [ID 19991012.002] Latest UnixWare7 (svr5.sh) hints file
2250 Date: Tue, 12 Oct 1999 19:48:11 -0700 (PDT)
2251 Message-Id: <199910130248.TAA14636@scoot.pdev.sco.com>
2254 ____________________________________________________________________________
2255 [ 4362] By: jhi on 1999/10/13 06:57:16
2256 Log: Add DB_File hint for SCO ODT.
2258 To: perl5-porters@perl.org
2259 Subject: [ID 19991012.004] Build patch for perl5.005_03 on ODT3 ( 3.2v4.2)
2260 Date: Tue, 12 Oct 1999 20:16:04 PDT
2261 Message-Id: <199910122016.aa18415@charmstr.pdev.sco.com>
2263 + ext/DB_File/hints/sco.pl
2265 ____________________________________________________________________________
2266 [ 4361] By: gsar on 1999/10/13 06:56:08
2267 Log: PL_numeric_radix used without being defined (from Ilya
2271 ____________________________________________________________________________
2272 [ 4360] By: gsar on 1999/10/13 06:43:03
2273 Log: use libdbm.nfs.a if available (libdbm.a is missing dbmclose())
2275 Date: Tue, 12 Oct 1999 20:16:04 PDT
2276 Message-Id: <199910122016.aa18415@charmstr.pdev.sco.com>
2277 Subject: [ID 19991012.004] Build patch for perl5.005_03 on ODT3 ( 3.2v4.2)
2279 + ext/NDBM_File/hints/sco.pl
2280 ! MANIFEST ext/ODBM_File/hints/sco.pl
2281 ____________________________________________________________________________
2282 [ 4359] By: gsar on 1999/10/13 06:34:53
2283 Log: various pod tweaks (from M.J.T. Guy <mjtg@cus.cam.ac.uk>)
2285 ! README.win32 pod/perlfaq8.pod pod/perlfunc.pod pod/perlop.pod
2287 ____________________________________________________________________________
2288 [ 4358] By: gsar on 1999/10/12 19:10:27
2289 Log: perldelta updates
2292 ____________________________________________________________________________
2293 [ 4357] By: gsar on 1999/10/12 17:11:18
2294 Log: update perldelta for change#4356
2296 ! Changes pod/perldelta.pod
2297 ____________________________________________________________________________
2298 [ 4356] By: gsar on 1999/10/12 16:53:31
2299 Log: add File::BSDGlob as File::Glob and load it at compile-time
2300 if perl was built with -DPERL_INTERNAL_GLOB
2302 TODO: we currently get a compile-time failure if File/Glob.pm
2303 can't be found; such failure needs to be made to emit a warning
2304 and use the csh implementation instead
2306 + ext/File/Glob/Changes ext/File/Glob/Glob.pm
2307 + ext/File/Glob/Glob.xs ext/File/Glob/Makefile.PL
2308 + ext/File/Glob/TODO ext/File/Glob/bsd_glob.c
2309 + ext/File/Glob/bsd_glob.h t/lib/glob-basic.t
2310 + t/lib/glob-global.t t/lib/glob-taint.t
2311 ! MANIFEST op.c t/op/glob.t t/op/readdir.t t/op/taint.t
2312 ! t/pragma/overload.t
2313 ____________________________________________________________________________
2314 [ 4355] By: jhi on 1999/10/12 15:30:05
2315 Log: Revert the parts of #3926 that outlawed character ranges
2316 that have character classes such as \w as either endpoint.
2317 This change re-establishes the old behavior which meant that
2318 such ranges weren't really ranges, the "-" was literal.
2319 Moreover, this change also fixes the old behavior to be
2320 more consistent: [\w-.] and [\s-\w] worked, but [.-\w] didn't.
2321 Now they all do work as described above. The #3926 outlawed
2324 ! pod/perldiag.pod pod/perlre.pod regcomp.c t/op/re_tests
2325 ____________________________________________________________________________
2326 [ 4354] By: jhi on 1999/10/12 09:58:59
2327 Log: Integrate with Sarathy.
2329 !> (integrate 33 files)
2330 ____________________________________________________________________________
2331 [ 4353] By: gsar on 1999/10/12 05:53:40
2332 Log: apply parts of LynxOS patches from Alan Johnson
2333 <johnson@alonn.gemse.fr>
2335 ! Changes hints/lynxos.sh pod/perldelta.pod t/lib/safe2.t
2337 ____________________________________________________________________________
2338 [ 4352] By: gsar on 1999/10/12 05:24:39
2339 Log: allow any unpack specifier to take a count via '/'
2340 (from Ilya Zakharevich)
2343 ____________________________________________________________________________
2344 [ 4351] By: gsar on 1999/10/12 05:02:35
2348 ____________________________________________________________________________
2349 [ 4350] By: gsar on 1999/10/12 04:50:52
2350 Log: various cleanups
2352 ! ext/Devel/DProf/DProf.xs op.c perl.c perly.c perly.y
2353 ! perly_c.diff pp_hot.c toke.c vms/perly_c.vms win32/config.bc
2354 ! win32/config.gc win32/config.vc win32/config_H.bc
2355 ! win32/config_H.gc win32/config_H.vc win32/config_sh.PL
2356 ____________________________________________________________________________
2357 [ 4349] By: gsar on 1999/10/12 00:23:11
2358 Log: update Changes, patchlevel etc.
2360 ! Changes Porting/findvars patchlevel.h win32/Makefile
2361 ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
2363 ____________________________________________________________________________
2364 [ 4348] By: gsar on 1999/10/11 23:11:57
2365 Log: add vec() example from Chaim Frenkel <chaimf@pobox.com>
2368 ____________________________________________________________________________
2369 [ 4347] By: jhi on 1999/10/11 21:25:03
2370 Log: Sparc Linux -Duseshrplib fix.
2372 From: Brian Jepson <bjepson@home.com>
2373 To: Nick Ing-Simmons <nick@ing-simmons.net>
2374 cc: perl5-porters@perl.org
2375 Subject: Re: [ID 19990813.002] Can't build Perl 5.005_60 on SPARC/Linux with -Duseshrplib
2376 Date: Fri, 20 Aug 1999 11:25:17 -0500 (EST)
2377 Message-ID: <Pine.LNX.4.10.9908201123570.5116-100000@cx384756-a.sking1.ri.home.com>
2380 ____________________________________________________________________________
2381 [ 4346] By: gsar on 1999/10/11 20:28:32
2382 Log: more pack/unpack documentation (from Ilya Zakharevich); changed
2383 the behavior of 'Z*' and 'Z3' to always pack a trailing
2384 null byte; changed documentation to suit; added test
2386 ! pod/perlfunc.pod pp.c t/op/pack.t
2387 ____________________________________________________________________________
2388 [ 4345] By: gsar on 1999/10/11 19:15:46
2389 Log: writing to perllocal.pod fails if it was never created;
2390 tweak pseudo-hash example (both suggested by Michael G Schwern
2391 <schwern@pobox.com>)
2393 ! lib/ExtUtils/MM_Unix.pm pod/perlref.pod
2394 ____________________________________________________________________________
2395 [ 4344] By: gsar on 1999/10/11 17:57:31
2396 Log: slightly edited variant of suggested patch
2397 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
2398 Date: Thu, 9 Sep 1999 18:35:37 -0400
2399 Message-ID: <19990909183537.A28682@monk.mps.ohio-state.edu>
2400 Subject: [PATCH 5.005_58] How RExen match?
2403 ____________________________________________________________________________
2404 [ 4343] By: gsar on 1999/10/11 16:55:48
2405 Log: change#4327 was inefficient
2408 ____________________________________________________________________________
2409 [ 4342] By: jhi on 1999/10/11 07:01:46
2410 Log: Integrate with Sarathy.
2413 !> (integrate 28 files)
2414 ____________________________________________________________________________
2415 [ 4341] By: jhi on 1999/10/11 06:37:47
2416 Log: The 2.5th cut at the AIX C++ extension problems.
2419 ____________________________________________________________________________
2420 [ 4340] By: gsar on 1999/10/10 23:48:07
2421 Log: add perlhack.pod from Nathan Torkington <gnat@frii.com>
2424 ! MANIFEST pod/Makefile pod/perl.pod pod/roffitall
2425 ____________________________________________________________________________
2426 [ 4339] By: gsar on 1999/10/10 20:42:40
2427 Log: revert SAVEDESTRUCTOR() to accepting void(*)(void*) for source
2428 compatibility; introduce SAVEDESTRUCTOR_X() that accepts
2429 void(*)(pTHX_ void*)
2431 ! embed.h embed.pl ext/Devel/DProf/DProf.xs global.sym mg.c
2432 ! objXSUB.h perl.h perlapi.c perly.c perly.y perly_c.diff
2433 ! pod/perlguts.pod pod/perltoc.pod pp.c pp_hot.c proto.h
2434 ! regcomp.h regexec.c scope.c scope.h toke.c vms/perly_c.vms
2435 ____________________________________________________________________________
2436 [ 4338] By: gsar on 1999/10/10 20:38:59
2437 Log: add missing new diagnostics to perldelta
2440 ____________________________________________________________________________
2441 [ 4337] By: gsar on 1999/10/10 17:40:13
2442 Log: update perldelta for change#3406
2444 ! embed.pl pod/perldata.pod pod/perldelta.pod
2445 ____________________________________________________________________________
2446 [ 4336] By: gsar on 1999/10/10 16:33:14
2447 Log: integrate cfgperl contents into mainline
2449 +> ext/DynaLoader/hints/aix.pl
2450 !> MANIFEST ext/DynaLoader/dl_aix.xs hints/aix.sh hints/irix_6.sh
2451 !> makedef.pl perl.h pod/perldelta.pod
2452 ____________________________________________________________________________
2453 [ 4335] By: jhi on 1999/10/10 11:09:48
2454 Log: Update perldelta.
2457 ____________________________________________________________________________
2458 [ 4334] By: jhi on 1999/10/10 10:31:46
2459 Log: Integrate with Sarathy.
2462 !> Changes MANIFEST README.win32 cop.h ext/Thread/Thread.pm
2463 !> ext/Thread/Thread.xs ext/Thread/Thread/Queue.pm
2464 !> ext/Thread/Thread/Semaphore.pm ext/Thread/Thread/Specific.pm
2465 !> ext/Thread/sync.t ext/Thread/sync2.t installperl
2466 !> lib/Exporter.pm lib/ExtUtils/MM_Unix.pm
2467 !> lib/ExtUtils/MM_Win32.pm lib/diagnostics.pm lib/lib.pm perl.c
2468 !> pod/perldelta.pod pod/perlfunc.pod pp_ctl.c pp_hot.c pp_sys.c
2469 !> utils/perldoc.PL win32/makefile.mk
2470 ____________________________________________________________________________
2471 [ 4333] By: gsar on 1999/10/10 06:33:15
2472 Log: install pods to 'pods' rather than 'pod' on cygwin (modified
2473 a patch suggested by cwilson@cc865179-c.chmbl1.ga.home.com)
2475 ! installperl lib/diagnostics.pm utils/perldoc.PL
2476 ____________________________________________________________________________
2477 [ 4332] By: gsar on 1999/10/10 05:15:26
2481 ____________________________________________________________________________
2482 [ 4331] By: gsar on 1999/10/10 05:10:22
2483 Log: describe what can go in an export list (from Anno Siegel
2484 <anno4000@lublin.zrz.tu-berlin.de>)
2487 ____________________________________________________________________________
2488 [ 4330] By: gsar on 1999/10/10 04:50:43
2489 Log: more basic support for building modules under Windows 95/98
2490 (applied relevant parts from a patch suggested by
2491 Jochen Wiedmann <joe@ispsoft.de>)
2493 ! lib/ExtUtils/MM_Unix.pm
2494 ____________________________________________________________________________
2495 [ 4329] By: gsar on 1999/10/10 04:28:38
2496 Log: rudimentary support for building under Windows 95/98 (from
2497 Benjamin Stuhl <sho_pi@hotmail.com>)
2500 ! MANIFEST README.win32 lib/ExtUtils/MM_Win32.pm
2502 ____________________________________________________________________________
2503 [ 4328] By: gsar on 1999/10/10 03:37:21
2504 Log: fix two leaks in Thread.xs (from Eugene Alterman
2505 <Eugene.Alterman@bremer-inc.com>); convert places with
2506 'use attrs' to new attributes syntax
2508 ! ext/Thread/Thread.pm ext/Thread/Thread.xs
2509 ! ext/Thread/Thread/Queue.pm ext/Thread/Thread/Semaphore.pm
2510 ! ext/Thread/Thread/Specific.pm ext/Thread/sync.t
2511 ! ext/Thread/sync2.t
2512 ____________________________________________________________________________
2513 [ 4327] By: gsar on 1999/10/10 02:23:52
2514 Log: avoid duplicates in @INC, they cause leaks in mod_perl etc
2515 (suggested by Tod Irwin <irwin@stockmaster.com>)
2518 ____________________________________________________________________________
2519 [ 4326] By: gsar on 1999/10/10 00:51:48
2520 Log: better documentation for recv() (from Anton Berezin
2524 ____________________________________________________________________________
2525 [ 4325] By: gsar on 1999/10/09 22:46:23
2526 Log: perldelta updates (see TODO markers)
2528 ! Changes pod/perldelta.pod pp_sys.c
2529 ____________________________________________________________________________
2530 [ 4324] By: gsar on 1999/10/09 19:43:10
2531 Log: fix Exporter::export_to_level() documentation
2534 ____________________________________________________________________________
2535 [ 4323] By: gsar on 1999/10/09 18:48:31
2536 Log: don't run END blocks when running under -c switch (older,
2537 rarely useful behavior may still be obtained by putting
2538 BEGIN { $^C = 0; exit; } at the end of the script)
2541 ____________________________________________________________________________
2542 [ 4322] By: jhi on 1999/10/09 05:31:26
2543 Log: While awaiting a good test program to detect the broken gcc.
2544 From: Thomas Conté <tom@fr.uu.net>
2546 Cc: <perl5-porters@perl.org>
2547 Subject: Re: [ID 19990825.007] test t/lib/ipc_sysv.t failing under irix 6.4
2548 Date: Wed, 6 Oct 1999 19:56:29 +0200
2549 Message-ID: <000a01bf1024$1d938f20$252ad0d4@eng.iway.fr>
2551 ! hints/irix_6.sh perl.h
2552 ____________________________________________________________________________
2553 [ 4321] By: gsar on 1999/10/09 00:41:02
2554 Log: POPSUB() gave up the refcount to the CV before LEAVE had a chance to
2555 clear entries in the CV's pad, leading to coredumps when CV had no
2556 other references to it; this is a slightly edited version of the
2557 patch suggested by Russel O'Connor <roconnor@world.std.com>
2559 ! cop.h pp_ctl.c pp_hot.c
2560 ____________________________________________________________________________
2561 [ 4320] By: gsar on 1999/10/08 22:50:51
2562 Log: revert POP{SUB,LOOP}{1,2} logic to the simpler pre-5.003_24
2563 situation (assumptions about cx invalidation are not valid
2566 ! cop.h pp_ctl.c pp_hot.c
2567 ____________________________________________________________________________
2568 [ 4319] By: jhi on 1999/10/08 14:33:31
2569 Log: Integrate with Sarathy.
2571 !> cop.h ext/Thread/Thread.xs op.c opcode.h perl.c perl.h perly.c
2572 !> perly.y pod/perldiag.pod pod/perlfunc.pod pp_ctl.c pp_sys.c
2573 !> t/comp/bproto.t thrdvar.h toke.c util.c
2574 ____________________________________________________________________________
2575 [ 4318] By: jhi on 1999/10/08 13:51:34
2576 Log: The second cut at AIX C++ extension troubles.
2578 ! ext/DynaLoader/dl_aix.xs ext/DynaLoader/hints/aix.pl
2580 ____________________________________________________________________________
2581 [ 4317] By: jhi on 1999/10/08 10:44:13
2582 Log: The first cut at fixing Perl extensions written in C++ in AIX,
2583 statics don't get initialized right. This patch at least
2584 doesn't seem to break the build in my AIX, but unfortunately
2585 I don't have the IBM C++ to do further testing.
2587 Problem reported by Stephanie Beals in
2588 From: bealzy@us.ibm.com
2589 To: perl5-porters@perl.org
2590 Subject: [ID 19991007.005] DynaLoader/dl_aix.xs problem using load and unload on AIX
2591 Date: Thu, 7 Oct 1999 15:05:54 -0400
2592 Message-Id: <85256803.0068E70D.00@D51MTA03.pok.ibm.com>
2594 + ext/DynaLoader/hints/aix.pl
2595 ! MANIFEST ext/DynaLoader/dl_aix.xs hints/aix.sh
2596 ____________________________________________________________________________
2597 [ 4316] By: gsar on 1999/10/08 10:26:15
2598 Log: remove kludgey duplicate background error avoidance (caused
2599 "leaks"; %@ wasn't even user-visible under -Dusethreads);
2600 only repeats of most recent error are now avoided
2602 ! ext/Thread/Thread.xs perl.c perl.h pp_ctl.c thrdvar.h util.c
2603 ____________________________________________________________________________
2604 [ 4315] By: jhi on 1999/10/08 09:48:59
2608 ____________________________________________________________________________
2609 [ 4314] By: gsar on 1999/10/08 07:17:01
2610 Log: extend change#2299 to C<use> (fixes scoping problems in
2611 C<if (...) { use foo; ... }>)
2614 ____________________________________________________________________________
2615 [ 4313] By: gsar on 1999/10/08 04:52:19
2616 Log: small tweak for change#4309
2619 ____________________________________________________________________________
2620 [ 4312] By: gsar on 1999/10/08 02:31:13
2621 Log: add suggested patch =~ s/NOTOP/OP_NOT/ with tests
2622 From: Larry Wall <larry@wall.org>
2623 Date: Wed, 6 Oct 1999 09:55:57 -0700 (PDT)
2624 Message-Id: <199910061655.JAA11333@kiev.wall.org>
2625 Subject: Re: [ID 19991001.004] apparent parsing error with not(arg)
2627 ! opcode.h t/comp/bproto.t toke.c
2628 ____________________________________________________________________________
2629 [ 4311] By: gsar on 1999/10/08 00:58:19
2633 ____________________________________________________________________________
2634 [ 4310] By: gsar on 1999/10/07 23:51:38
2635 Log: fix setpgrp vs getpgrp and POSIX vs BSD confusion (spotted by
2636 Brian Mitchell <brian@chele.cais.net>)
2638 ! pod/perldiag.pod pod/perlfunc.pod pp_sys.c
2639 ____________________________________________________________________________
2640 [ 4309] By: gsar on 1999/10/07 22:57:52
2641 Log: change#3728 was flawed (loop contexts saw the wrong statement
2642 info, causing loop control constructs to not find the label);
2643 disable OP_SETSTATE entirely and add a fix that is specifically
2644 targetted at disabling the OP_LINESEQ optimization in else BLOCK,
2645 which was what the original patch was supposed to fix
2647 TODO: remove the remainder of the setstate logic if it can't
2648 be used anywhere else (it isn't used anywhere now)
2650 ! cop.h op.c perly.c perly.y
2651 ____________________________________________________________________________
2652 [ 4308] By: jhi on 1999/10/07 19:21:27
2653 Log: Integrate with Sarathy.
2655 !> lib/Pod/Man.pm lib/Pod/Text.pm pod/pod2man.PL
2656 ____________________________________________________________________________
2657 [ 4307] By: gsar on 1999/10/07 15:12:24
2658 Log: update to podlators-0.08 from Russ Allbery
2660 ! lib/Pod/Man.pm lib/Pod/Text.pm pod/pod2man.PL
2661 ____________________________________________________________________________
2662 [ 4306] By: jhi on 1999/10/06 17:20:34
2663 Log: Integrate with Sarathy.
2665 !> (integrate 45 files)
2666 ____________________________________________________________________________
2667 [ 4305] By: gsar on 1999/10/06 16:55:45
2668 Log: some versions of mingw32 have __int64, define iff it isn't
2671 ____________________________________________________________________________
2672 [ 4304] By: gsar on 1999/10/06 03:45:44
2673 Log: fix typos in change#4288
2675 ! Changes dump.c sv.c
2676 ____________________________________________________________________________
2677 [ 4303] By: gsar on 1999/10/06 03:22:46
2678 Log: integrate cfgperl contents into mainline
2680 +> eg/cgi/dna_small_gif.uu eg/cgi/wilogo_gif.uu
2681 - eg/cgi/dna.small.gif.uu eg/cgi/wilogo.gif.uu
2682 !> (integrate 31 files)
2683 ____________________________________________________________________________
2684 [ 4302] By: gsar on 1999/10/06 02:36:53
2685 Log: make die/warn and other diagnostics go to wherever STDERR happens
2686 to point at; change places that meant Perl_debug_log rather than
2689 ! cop.h doio.c embedvar.h ext/Devel/Peek/Peek.xs
2690 ! ext/DynaLoader/dl_aix.xs ext/DynaLoader/dl_beos.xs
2691 ! ext/DynaLoader/dl_cygwin.xs ext/DynaLoader/dl_dld.xs
2692 ! ext/DynaLoader/dl_dlopen.xs ext/DynaLoader/dl_hpux.xs
2693 ! ext/DynaLoader/dl_mpeix.xs ext/DynaLoader/dl_next.xs
2694 ! ext/DynaLoader/dl_rhapsody.xs ext/DynaLoader/dl_vmesa.xs
2695 ! ext/DynaLoader/dl_vms.xs ext/DynaLoader/dlutils.c
2696 ! ext/Thread/Thread.xs ext/Thread/typemap intrpvar.h malloc.c
2697 ! mg.c objXSUB.h op.c perl.c perl.h perlio.c pp.c pp_ctl.c
2698 ! pp_hot.c regexec.c scope.c scope.h sv.c thread.h toke.c util.c
2699 ! win32/dl_win32.xs win32/win32.c win32/win32thread.c
2700 ____________________________________________________________________________
2701 [ 4301] By: jhi on 1999/10/05 23:03:46
2702 Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
2703 To: François Désarménien <desar@club-internet.fr>
2704 Cc: "perl5-porters@perl.org" <perl5-porters@perl.org>
2705 Subject: Re: Strange RE engine breakage in 5_61
2706 Date: Mon, 4 Oct 1999 19:58:03 -0400
2707 Message-ID: <19991004195803.A21760@monk.mps.ohio-state.edu>
2709 (had to apply pat.t part manually because there
2710 already were more tests than there was in _61)
2712 ! regcomp.c regexec.c t/op/pat.t t/op/re_tests
2713 ____________________________________________________________________________
2714 [ 4300] By: jhi on 1999/10/04 17:03:18
2715 Log: From: Andy Dougherty <doughera@lafayette.edu>
2716 To: Jarkko Hietaniemi <jhi@iki.fi>
2717 cc: Perl Porters <perl5-porters@perl.org>, jhi@cc.hut.fi
2718 Subject: Re: [ID 19991001.005] [_61] [PATCH] tarball fine on win32, zip isn't
2719 Date: Mon, 4 Oct 1999 13:05:08 -0400 (EDT)
2720 Message-ID: <Pine.SOL.4.10.9910041302550.6502-100000@maxwell.phys.lafayette.edu>
2722 + eg/cgi/dna_small_gif.uu eg/cgi/wilogo_gif.uu
2723 - eg/cgi/dna.small.gif.uu eg/cgi/wilogo.gif.uu
2724 ! MANIFEST ext/B/defsubs_h.PL
2725 ____________________________________________________________________________
2726 [ 4299] By: jhi on 1999/10/04 07:15:16
2727 Log: From: Michael G Schwern <schwern@pobox.com>
2728 To: perl5-porters@perl.org
2729 Subject: Re: [PATCH av.c, op.c, perldiag.pod] "array field" -> "pseudo-hash field"
2730 Date: Sun, 3 Oct 1999 17:34:17 -0400
2731 Message-ID: <19991003173417.A4351@blackrider>
2733 ! t/lib/fields.t t/pragma/constant.t
2734 ____________________________________________________________________________
2735 [ 4298] By: gsar on 1999/10/04 04:57:53
2736 Log: some compatibility macros were busted
2738 ! embed.h embed.pl toke.c
2739 ____________________________________________________________________________
2740 [ 4297] By: jhi on 1999/10/03 17:50:59
2741 Log: A better version of #4296.
2743 From: Michael G Schwern <schwern@pobox.com>
2744 To: perl5-porters@perl.org
2745 Subject: [PATCH av.c, op.c, perldiag.pod] "array field" -> "pseudo-hash field"
2746 Date: Sun, 3 Oct 1999 13:54:23 -0400
2747 Message-ID: <19991003135423.A3050@blackrider>
2749 ! av.c op.c pod/perldiag.pod
2750 ____________________________________________________________________________
2751 [ 4296] By: jhi on 1999/10/03 17:21:01
2752 Log: (Replaced by #4297.)
2754 From: Michael G Schwern <schwern@pobox.com>
2755 To: perl5-porters@perl.org
2756 Subject: [PATCH av.c, perldiag.pod] Added field name to "No such array field"
2757 Date: Sun, 3 Oct 1999 13:16:47 -0400
2758 Message-ID: <19991003131647.A2816@blackrider>
2760 plus changed the error message to say "No such pseudo-hash field"
2761 as discussed in the above mail message.
2763 ! av.c pod/perldiag.pod
2764 ____________________________________________________________________________
2765 [ 4295] By: gsar on 1999/10/03 16:09:36
2766 Log: avoid doing irrelevant things on 'make perl'
2769 ____________________________________________________________________________
2770 [ 4294] By: jhi on 1999/10/03 14:16:24
2771 Log: Fix a typo in #4293 spotted by Graham Barr.
2774 ____________________________________________________________________________
2775 [ 4293] By: jhi on 1999/10/03 11:31:22
2776 Log: From: Michael G Schwern <schwern@blackrider.aocn.com>
2777 To: perl5-porters@perl.org
2778 Subject: Re: Should keys in pseudo-hashes -always- exist? [DOC PATCH]
2779 Date: Sun, 3 Oct 1999 02:34:01 -0400
2780 Message-ID: <19991003023401.A1520@blackrider>
2782 ! pod/perlfunc.pod pod/perlref.pod
2783 ____________________________________________________________________________
2784 [ 4292] By: jhi on 1999/10/03 09:23:16
2785 Log: From: Barrie Slaymaker <barries@slaysys.com>
2786 To: perl5-porters@perl.org
2787 Subject: [PATCH 5.005_61] Benchmark.pm bugfix, tweaks
2788 Date: Sun, 3 Oct 1999 00:09:51 -0400
2789 Message-Id: <199910030409.AAA18228@jester.slaysys.com>
2792 ____________________________________________________________________________
2793 [ 4291] By: jhi on 1999/10/02 23:43:53
2794 Log: Be understanding about large file systems.
2796 ! t/lib/syslfs.t t/op/lfs.t
2797 ____________________________________________________________________________
2798 [ 4290] By: jhi on 1999/10/02 23:39:16
2799 Log: Configure fixfest continues.
2801 ! Configure config_h.SH
2803 ! U/modified/d_longdbl.U U/modified/d_longlong.U
2804 ! U/threads/d_pthreadj.U U/typedefs/gidsign.U
2805 ! U/typedefs/gidsize.U U/typedefs/pidsign.U U/typedefs/pidsize.U
2806 ! U/typedefs/uidsign.U U/typedefs/uidsize.U
2807 Branch: metaconfig/U/perl
2808 ! i_inttypes.U io64.U
2809 ____________________________________________________________________________
2810 [ 4289] By: jhi on 1999/10/02 23:12:54
2811 Log: Regen Porting stuff.
2813 ! Porting/Glossary Porting/config.sh Porting/config_H
2814 ____________________________________________________________________________
2815 [ 4288] By: jhi on 1999/10/02 23:05:50
2816 Log: Untangle the IV_IS_QUAD jungle by introduding
2817 macros to be used when doing formatted printing:
2818 IVdf, UVuf, UVxf, UVof. Also introduce Uid_t_SIGN.
2820 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
2821 ! config_h.SH doio.c dump.c op.c perl.h pp_hot.c pp_sys.c
2822 ! regcomp.c sv.c taint.c toke.c util.c
2823 ____________________________________________________________________________
2824 [ 4287] By: jhi on 1999/10/02 22:54:18
2825 Log: metaconfig maintenance.
2827 ! U/ebcdic/ebcdic.U U/typedefs/gidsign.U U/typedefs/gidsize.U
2828 ! U/typedefs/pidsign.U U/typedefs/pidsize.U U/typedefs/uidsign.U
2829 ! U/typedefs/uidsize.U
2830 ____________________________________________________________________________
2831 [ 4286] By: nick on 1999/10/02 11:11:44
2832 Log: Incremental merge of mainline
2834 +> README.Y2K hints/svr5.sh lib/Pod/Man.pm
2835 +> lib/unicode/Unicode.html t/op/args.t t/pod/multiline_items.t
2836 +> t/pod/multiline_items.xr t/pod/pod2usage.t t/pod/pod2usage.xr
2837 +> t/pod/podselect.t t/pod/podselect.xr
2838 - lib/Pod/PlainText.pm
2839 !> (integrate 148 files)
2840 ____________________________________________________________________________
2841 [ 4285] By: jhi on 1999/10/02 10:16:15
2842 Log: Battle namespace pollution.
2845 ____________________________________________________________________________
2846 [ 4284] By: jhi on 1999/10/02 10:11:20
2847 Log: Regen Configure, all of xs_apiversion didn't take.
2849 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
2850 ! config_h.SH patchlevel.h
2851 ____________________________________________________________________________
2852 [ 4283] By: jhi on 1999/10/02 09:48:17
2853 Log: Integrate with Sarathy.
2855 +> lib/Pod/Man.pm t/pod/multiline_items.t
2856 +> t/pod/multiline_items.xr t/pod/pod2usage.t t/pod/pod2usage.xr
2857 +> t/pod/podselect.t t/pod/podselect.xr
2858 - lib/Pod/PlainText.pm
2859 !> (integrate 50 files)
2860 ____________________________________________________________________________
2861 [ 4282] By: gsar on 1999/10/02 06:39:14
2862 Log: update pod2man, pod2text and related Pod:: modules with the
2863 ones in podlators-0.07 from Russ Allbery
2866 ! lib/Pod/Text.pm lib/Pod/Text/Color.pm lib/Pod/Text/Termcap.pm
2867 ! pod/pod2man.PL pod/pod2text.PL
2868 ____________________________________________________________________________
2869 [ 4281] By: gsar on 1999/10/02 06:14:44
2870 Log: fix PodParser testsuite; Pod::Text subsumes Pod::PlainText
2872 - lib/Pod/PlainText.pm
2873 ! MANIFEST lib/Pod/Text.pm lib/Pod/Usage.pm pod/pod2usage.PL
2874 ! pod/podchecker.PL pod/podselect.PL t/pod/emptycmd.t
2875 ! t/pod/for.t t/pod/headings.t t/pod/include.t t/pod/included.t
2876 ! t/pod/lref.t t/pod/multiline_items.t t/pod/nested_items.t
2877 ! t/pod/nested_seqs.t t/pod/oneline_cmds.t t/pod/pod2usage.t
2878 ! t/pod/poderrs.t t/pod/poderrs.xr t/pod/podselect.t
2879 ! t/pod/special_seqs.t t/pod/testp2pt.pl t/pod/testpchk.pl
2880 ____________________________________________________________________________
2881 [ 4280] By: gsar on 1999/10/02 04:39:38
2882 Log: upgrade to PodParser-1.085 from Brad Appleton <bradapp@enteract.com>
2884 + t/pod/multiline_items.t t/pod/multiline_items.xr
2885 + t/pod/pod2usage.t t/pod/pod2usage.xr t/pod/podselect.t
2886 + t/pod/podselect.xr
2887 ! MANIFEST lib/Pod/Checker.pm lib/Pod/InputObjects.pm
2888 ! lib/Pod/Parser.pm lib/Pod/PlainText.pm lib/Pod/Select.pm
2889 ! lib/Pod/Usage.pm t/pod/for.xr t/pod/headings.xr
2890 ! t/pod/include.xr t/pod/included.xr t/pod/lref.xr
2891 ! t/pod/nested_items.xr t/pod/nested_seqs.xr
2892 ! t/pod/oneline_cmds.xr t/pod/poderrs.xr t/pod/special_seqs.xr
2894 ____________________________________________________________________________
2895 [ 4279] By: gsar on 1999/10/02 03:36:41
2896 Log: make exists() work better on pseudo-hashes (reworked a patch suggested
2897 by Michael G Schwern <schwern@pobox.com>)
2900 ____________________________________________________________________________
2901 [ 4278] By: gsar on 1999/10/02 02:36:55
2902 Log: deprecate C<use attrs>
2904 ! ext/attrs/attrs.pm ext/attrs/attrs.xs t/lib/attrs.t
2905 ! t/lib/thread.t t/pragma/sub_lval.t
2906 ____________________________________________________________________________
2907 [ 4277] By: gsar on 1999/10/02 01:43:25
2908 Log: add notes about effect of loop control statements inside
2909 LABEL BLOCK continue BLOCK
2912 ____________________________________________________________________________
2913 [ 4276] By: gsar on 1999/10/02 01:23:02
2914 Log: indent nested =items properly (suggested by Bill Fenner
2915 <fenner@research.att.com>)
2918 ____________________________________________________________________________
2919 [ 4275] By: gsar on 1999/10/02 01:09:16
2920 Log: updated ptags generator from Ilya Zakharevich
2923 ____________________________________________________________________________
2924 [ 4274] By: gsar on 1999/10/01 23:08:52
2928 ____________________________________________________________________________
2929 [ 4273] By: gsar on 1999/10/01 22:58:55
2930 Log: typo, whitespace adjustments
2933 ____________________________________________________________________________
2934 [ 4272] By: gsar on 1999/10/01 22:46:06
2935 Log: remove dup hunks
2937 ! configure.com vms/vms.c
2938 ____________________________________________________________________________
2939 [ 4271] By: gsar on 1999/10/01 22:33:02
2940 Log: integrate cfgperl contents into mainline; resolve h2xs.PL conflict
2941 by declaring new globals "our" (XXX this means h2xs generated code
2942 won't run on earlier versions; a switch to generate compatible
2945 !> (integrate 35 files)
2946 ____________________________________________________________________________
2947 [ 4270] By: jhi on 1999/10/01 12:05:56
2948 Log: Integrate with Sarathy.
2950 !> ext/B/B/C.pm lib/ExtUtils/typemap lib/ExtUtils/xsubpp
2951 !> pod/perldiag.pod util.c
2952 ____________________________________________________________________________
2953 [ 4269] By: jhi on 1999/10/01 10:26:19
2954 Log: From: Piotr Klaban <makler@oryl.man.torun.pl>
2955 To: perl5-porters@perl.org
2956 Subject: [ID 19991001.001] perlguts man page error
2957 Date: Fri, 1 Oct 1999 10:23:49 +0200 (MET DST)
2958 Message-Id: <199910010823.KAA05796@oryl.man.torun.pl>
2961 ____________________________________________________________________________
2962 [ 4268] By: jhi on 1999/10/01 07:32:33
2963 Log: There *is* a month called October.
2966 ____________________________________________________________________________
2967 [ 4267] By: jhi on 1999/10/01 06:58:10
2968 Log: Temp file cleanliness.
2971 ____________________________________________________________________________
2972 [ 4266] By: jhi on 1999/10/01 06:46:56
2973 Log: From: Barrie Slaymaker <barries@slaysys.com>
2974 To: perl5-porters@perl.org
2975 Subject: [PATCH 5.005_61] Benchmark.pm: Export countit(), cmpthese() by default
2976 Date: Thu, 30 Sep 1999 22:16:26 -0400
2977 Message-Id: <199910010216.WAA08309@jester.slaysys.com>
2980 ____________________________________________________________________________
2981 [ 4265] By: jhi on 1999/09/30 20:25:35
2982 Log: From: Barrie Slaymaker <barries@slaysys.com>
2983 To: perl5-porters@perl.org
2984 Subject: [PATCH 5.005_61] Benchmark tweaks, fixes, cmpthese()
2985 Date: Thu, 30 Sep 1999 15:44:00 -0400
2986 Message-Id: <199909301944.PAA07166@jester.slaysys.com>
2990 ____________________________________________________________________________
2991 [ 4264] By: gsar on 1999/09/30 17:59:26
2992 Log: re-add missing "Out of memory!" entry
2995 ____________________________________________________________________________
2996 [ 4263] By: jhi on 1999/09/30 17:05:43
2997 Log: Regenerate Configure.
2999 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
3001 ____________________________________________________________________________
3002 [ 4261] By: jhi on 1999/09/30 16:15:05
3003 Log: From: Andy Dougherty <doughera@lafayette.edu>
3004 To: Perl Porters <perl5-porters@perl.org>
3005 Subject: [PATCH 5.005_61] rand() advisory for perldelta.pod
3006 Date: Thu, 30 Sep 1999 12:24:00 -0400 (EDT)
3007 Message-ID: <Pine.SOL.4.10.9909301218390.3343-100000@maxwell.phys.lafayette.edu>
3010 ____________________________________________________________________________
3011 [ 4260] By: jhi on 1999/09/30 15:48:56
3012 Log: From: Andy Dougherty <doughera@lafayette.edu>
3013 To: Jarkko Hietaniemi <jhi@iki.fi>, Gurusamy Sarathy <gsar@activestate.com>
3014 Subject: Re: Possible skeletal structure for searching multiple versions
3015 Date: Thu, 30 Sep 1999 11:52:00 -0400 (EDT)
3016 Message-ID: <Pine.SOL.4.10.9909301149090.3343-100000@maxwell.phys.lafayette.edu>
3019 Branch: metaconfig/U/perl
3022 ____________________________________________________________________________
3023 [ 4259] By: jhi on 1999/09/30 15:07:16
3024 Log: Further ?idsize.U fixing.
3026 ! U/typedefs/gidsize.U U/typedefs/pidsize.U U/typedefs/uidsize.U
3027 ____________________________________________________________________________
3028 [ 4258] By: jhi on 1999/09/30 15:00:14
3029 Log: Fix the ?idsi{gn,ze} units, from Andy Dougherty.
3031 ! U/typedefs/gidsign.U U/typedefs/gidsize.U U/typedefs/pidsign.U
3032 ! U/typedefs/pidsize.U U/typedefs/uidsign.U U/typedefs/uidsize.U
3033 ____________________________________________________________________________
3034 [ 4257] By: jhi on 1999/09/30 09:48:33
3035 Log: From: "Kurt D. Starsinic" <kstar@chapin.edu>
3036 To: Gurusamy Sarathy <gsar@ActiveState.com>
3037 Cc: tchrist@perl.com, Larry Wall <larry@wall.org>,
3038 The Perl Porters Mailing List <perl5-porters@perl.org>
3039 Subject: [PATCH] (Was: deprecating SIGDIE)
3040 Date: Wed, 29 Sep 1999 15:16:50 -0400
3041 Message-ID: <19990929151650.E26675@O2.chapin.edu>
3043 ! Porting/findvars embedvar.h intrpvar.h mg.c objXSUB.h perl.c
3044 ____________________________________________________________________________
3045 [ 4256] By: jhi on 1999/09/30 09:45:22
3046 Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
3047 To: Gurusamy Sarathy <gsar@activestate.com>
3048 Cc: Barrie Slaymaker <barries@slaysys.com>, perl5-porters@perl.org
3049 Subject: Re: _58, _61 Argument "" is not numeric in sprintf
3050 Date: Wed, 29 Sep 1999 18:58:23 -0400
3051 Message-ID: <19990929185823.A22099@monk.mps.ohio-state.edu>
3053 ! Makefile.SH opcode.pl
3054 ____________________________________________________________________________
3055 [ 4255] By: gsar on 1999/09/30 09:03:48
3056 Log: remove prehistoric XFree() gunk
3058 ! lib/ExtUtils/typemap lib/ExtUtils/xsubpp
3059 ____________________________________________________________________________
3060 [ 4254] By: gsar on 1999/09/30 08:40:14
3061 Log: From: Vishal Bhatia <vishal@gol.com>
3062 Date: Wed, 29 Sep 1999 23:27:28 +0900 (JST)
3063 Message-ID: <Pine.LNX.4.10.9909292326280.5599-100000@localhost.localdomain>
3064 Subject: [patch _61] Minor corrections in C.pm
3067 ____________________________________________________________________________
3068 [ 4253] By: gsar on 1999/09/30 08:36:27
3069 Log: off-by-one in fbm_compile() (spotted by John Bley
3070 <jbley@cs.cmu.edu>); whitespace adjustments
3073 ____________________________________________________________________________
3074 [ 4251] By: jhi on 1999/09/30 08:09:13
3075 Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
3076 To: perl5-porters@perl.org (Mailing list Perl5)
3077 Subject: [PATCH 5.00561+] Followup h2xs patch
3078 Date: Thu, 30 Sep 1999 04:15:52 -0400 (EDT)
3079 Message-Id: <199909300815.EAA25425@monk.mps.ohio-state.edu>
3082 ____________________________________________________________________________
3083 [ 4250] By: jhi on 1999/09/29 19:11:32
3084 Log: Integrate with Sarathy.
3086 !> djgpp/configure.bat embed.h embed.pl lib/Exporter/Heavy.pm
3087 !> lib/ExtUtils/MM_Unix.pm lib/Time/Local.pm proto.h
3088 !> t/pragma/locale/latin1 win32/Makefile win32/makefile.mk
3089 ____________________________________________________________________________
3090 [ 4249] By: bailey on 1999/09/29 02:21:31
3091 Log: resync with mainline
3093 +> (branch 32 files)
3094 - ext/B/defsubs.h.PL lib/unicode/arabshp.txt
3095 - lib/unicode/blocks.txt lib/unicode/index2.txt
3096 - lib/unicode/jamo2.txt lib/unicode/names2.txt
3097 - lib/unicode/props2.txt lib/unicode/readme.txt
3098 - t/lib/bigfloatpm.t
3099 !> (integrate 240 files)
3100 ____________________________________________________________________________
3101 [ 4248] By: jhi on 1999/09/28 18:14:39
3102 Log: From: Andy Dougherty <doughera@lafayette.edu>
3103 To: Perl Porters <perl5-porters@perl.org>
3104 Subject: [PATCH 5.005_xx] Re: [Config 5.005_03] -DDEBUGGING
3105 Date: Tue, 28 Sep 1999 12:20:50 -0400 (EDT)
3106 Message-ID: <Pine.SOL.4.10.9909281019360.1890-100000@maxwell.phys.lafayette.edu>
3108 From: Andy Dougherty <doughera@lafayette.edu>
3109 To: Perl Porters <perl5-porters@perl.org>
3110 Subject: [ANOTHER PATCH 5.005_61] Re: [Config 5.005_03] -DDEBUGGING
3111 Date: Tue, 28 Sep 1999 13:39:49 -0400 (EDT)
3112 Message-ID: <Pine.SOL.4.10.9909281338180.2012-100000@maxwell.phys.lafayette.edu>
3114 ! hints/README.hints hints/amigaos.sh hints/cygwin.sh
3115 ! hints/dynixptx.sh hints/epix.sh hints/esix4.sh hints/mint.sh
3116 ! hints/mpeix.sh hints/next_3.sh hints/next_3_0.sh
3118 ____________________________________________________________________________
3119 [ 4247] By: gsar on 1999/09/28 17:36:59
3120 Log: revert change#4115 (breaks libwww's base/date.t); could be
3121 reworked to enable it conditional on $Time::Local::nocroak
3125 ____________________________________________________________________________
3126 [ 4246] By: gsar on 1999/09/28 17:33:14
3127 Log: tweak for win32 build
3129 ! win32/Makefile win32/makefile.mk
3130 ____________________________________________________________________________
3131 [ 4245] By: gsar on 1999/09/28 17:31:34
3132 Log: change#4236 fallout
3134 ! lib/ExtUtils/MM_Unix.pm
3135 ____________________________________________________________________________
3136 [ 4244] By: gsar on 1999/09/28 17:29:31
3137 Log: remove doubled new_xpv
3139 ! embed.h embed.pl proto.h
3140 ____________________________________________________________________________
3141 [ 4243] By: jhi on 1999/09/27 19:13:20
3142 Log: Artistic fine-tuning.
3144 ! ext/B/defsubs_h.PL
3145 ____________________________________________________________________________
3146 [ 4242] By: gsar on 1999/09/27 17:05:22
3147 Log: avoid implicit split to @_ in change#4181; binary -> text file
3150 ! djgpp/configure.bat lib/Exporter/Heavy.pm
3151 ! t/pragma/locale/latin1
3152 ____________________________________________________________________________
3153 [ 4241] By: jhi on 1999/09/27 07:48:19
3154 Log: Integrate with Sarathy.
3156 !> INSTALL embed.h embed.pl malloc.c pod/perldiag.pod pp.c
3157 !> pp_ctl.c pp_hot.c pp_sys.c win32/Makefile win32/makefile.mk
3158 ____________________________________________________________________________
3159 [ 4240] By: jhi on 1999/09/27 07:47:11
3160 Log: Finalize change #4232.
3161 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
3162 To: Jarkko Hietaniemi <jhi@iki.fi>
3163 Cc: gsar@activestate.com, Mailing list Perl5 <perl5-porters@perl.org>
3164 Subject: Re: xsubpp change breaks B, DB_File, POSIX builds
3165 Date: Sun, 26 Sep 1999 16:52:31 -0400
3166 Message-ID: <19990926165230.A26933@monk.mps.ohio-state.edu>
3168 ! lib/ExtUtils/xsubpp
3169 ____________________________________________________________________________
3170 [ 4239] By: gsar on 1999/09/27 02:48:42
3171 Log: add notes in INSTALL about Configure -Accflags=-DFOO
3174 ____________________________________________________________________________
3175 [ 4238] By: gsar on 1999/09/27 02:03:48
3176 Log: PERL_POLLUTE isn't required for bincompat, so don't enable
3180 ____________________________________________________________________________
3181 [ 4237] By: gsar on 1999/09/27 01:52:47
3182 Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
3183 Date: Fri, 24 Sep 1999 23:25:36 -0400
3184 Message-ID: <19990924232536.A16257@monk.mps.ohio-state.edu>
3185 Subject: [PATCH 5.005_61] Malloc fixes and docs
3187 ! malloc.c pod/perldiag.pod
3188 ____________________________________________________________________________
3189 [ 4236] By: gsar on 1999/09/27 01:31:32
3190 Log: avoid .exe in $Config{cc} (spotted by Vadim Konovalov
3191 <vkonovalov@lucent.com>)
3193 ! win32/Makefile win32/makefile.mk
3194 ____________________________________________________________________________
3195 [ 4235] By: gsar on 1999/09/26 17:02:03
3196 Log: fix buggy popping of subroutine contexts in the lvalue
3197 subroutines implementation (change#4081); correct the
3198 plethora of cases where DIE() was more appropriate than
3201 ! pp.c pp_ctl.c pp_hot.c pp_sys.c
3202 ____________________________________________________________________________
3203 [ 4234] By: jhi on 1999/09/26 12:06:28
3207 ____________________________________________________________________________
3208 [ 4233] By: jhi on 1999/09/26 11:59:18
3209 Log: Integrate with Sarathy. h2xs.PL had to be manually resolved,
3210 I kept my (Ilya's) version.
3212 !> gv.c gv.h intrpvar.h keywords.h keywords.pl lib/Shell.pm op.c
3213 !> pod/perldiag.pod pod/perlembed.pod pod/perlfaq3.pod
3214 !> pod/perlfaq7.pod pod/perlfunc.pod pod/perlmod.pod
3215 !> pod/perlmodlib.pod pod/perlsub.pod pod/perltoot.pod
3216 !> pod/perlxstut.pod sv.h t/pragma/strict-vars toke.c
3217 !> utils/h2xs.PL win32/Makefile win32/makefile.mk
3218 ____________________________________________________________________________
3219 [ 4232] By: jhi on 1999/09/26 09:53:43
3220 Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
3221 To: Mailing list Perl5 <perl5-porters@perl.org>
3222 Subject: [PATCH 5.005_61] teach xsubpp function pointers
3223 Date: Sun, 26 Sep 1999 01:36:09 -0400
3224 Message-ID: <19990926013609.A21148@monk.mps.ohio-state.edu>
3226 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
3227 To: Mailing list Perl5 <perl5-porters@perl.org>
3228 Subject: [PATCH 5.005_61] Make h2xs -x almost bullet-proof
3229 Date: Sun, 26 Sep 1999 03:00:50 -0400
3230 Message-ID: <19990926030050.A21498@monk.mps.ohio-state.edu>
3232 ! lib/ExtUtils/xsubpp utils/h2xs.PL
3233 ____________________________________________________________________________
3234 [ 4231] By: jhi on 1999/09/26 09:48:49
3235 Log: From: "Konovalov, Vadim" <vkonovalov@lucent.com>
3236 To: perl5-porters@perl.org
3237 Subject: misprint in perlguts
3238 Date: Sun, 26 Sep 1999 12:48:36 +0400
3239 Message-ID: <402099F49BEED211999700805FC7359F20D7A5@ru0028exch01.spb.lucent.com>
3242 ____________________________________________________________________________
3243 [ 4230] By: gsar on 1999/09/26 00:50:08
3244 Log: add $installarchlib/CORE to default linker search path on windows
3246 ! win32/Makefile win32/makefile.mk
3247 ____________________________________________________________________________
3248 [ 4229] By: gsar on 1999/09/25 20:05:03
3249 Log: support C<use Shell> on Windows (reworked a patch suggested
3250 by Jenda Krynicky <Jenda@McCann.cz>)
3253 ____________________________________________________________________________
3254 [ 4228] By: gsar on 1999/09/25 07:03:34
3255 Log: integrate cfgperl contents into mainline
3258 !> Configure MANIFEST Makefile.SH config_h.SH hints/sco.sh
3259 !> lib/unicode/Eq/Latin1 lib/unicode/Eq/Unicode
3260 !> lib/unicode/mktables.PL pod/perldelta.pod pod/perlfaq9.pod
3261 !> regcomp.c regexec.c t/lib/syslfs.t t/op/lfs.t
3262 ____________________________________________________________________________
3263 [ 4227] By: gsar on 1999/09/25 06:44:47
3264 Log: From: Larry Wall <larry@wall.org>
3265 Date: Fri, 24 Sep 1999 21:59:37 PDT
3266 Message-Id: <199909250459.VAA27506@kiev.wall.org>
3267 Subject: Re: [PATCH 5.005_61] "our" declarations
3269 ! gv.c gv.h intrpvar.h keywords.h keywords.pl op.c
3270 ! pod/perldiag.pod pod/perlembed.pod pod/perlfaq3.pod
3271 ! pod/perlfaq7.pod pod/perlfunc.pod pod/perlmod.pod
3272 ! pod/perlmodlib.pod pod/perlsub.pod pod/perltoot.pod
3273 ! pod/perlxstut.pod sv.h t/pragma/strict-vars toke.c
3275 ____________________________________________________________________________
3276 [ 4226] By: jhi on 1999/09/24 23:10:52
3277 Log: Integrate with Sarathy.
3279 !> XSUB.h ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs
3280 !> ext/POSIX/hints/linux.pl pod/perldiag.pod pod/perlfunc.pod
3281 !> pp.c t/lib/posix.t t/op/pack.t toke.c utils/perlcc.PL
3282 ____________________________________________________________________________
3283 [ 4225] By: gsar on 1999/09/24 18:19:54
3284 Log: avoid infinite recursive exec()s of perl.exe when shebang
3285 contains "Perl" rather than "perl" on DOSISH platforms
3288 ____________________________________________________________________________
3289 [ 4224] By: gsar on 1999/09/24 16:09:23
3290 Log: support cygwin and other platforms that link to import libraries
3291 rather than directly with shared libraries (from a suggestion
3292 by Lucian Cionca <Lucian.Cionca@algoritma.ro>)
3295 ____________________________________________________________________________
3296 [ 4223] By: gsar on 1999/09/24 05:05:06
3297 Log: normalize time for strftime() (without the isdst effects of
3298 mktime()) using a custom mini_mktime()
3299 From: spider-perl@Orb.Nashua.NH.US
3300 Date: Thu, 23 Sep 1999 17:54:53 -0400
3301 Message-Id: <199909232154.RAA25151@leggy.zk3.dec.com>
3302 Subject: Re: [ID 19990913.003] Possible bug using POSIX::strftime Digital UNIX Perl 5.005_03
3304 ! ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs
3305 ! ext/POSIX/hints/linux.pl t/lib/posix.t
3306 ____________________________________________________________________________
3307 [ 4222] By: gsar on 1999/09/23 06:44:42
3308 Log: change "#" to a comment starter in pack templates; "/" now
3309 used for specifying counted types
3310 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
3311 Date: Wed, 22 Sep 1999 19:41:30 -0400
3312 Message-ID: <19990922194130.A864@monk.mps.ohio-state.edu>
3313 Subject: [PATCH 5.005_61] Enable comments in pack()/unpack() templates
3315 ! pod/perldiag.pod pod/perlfunc.pod pp.c t/op/pack.t
3316 ____________________________________________________________________________
3317 [ 4221] By: gsar on 1999/09/23 06:26:54
3318 Log: From: Vishal Bhatia <vishal@gol.com>
3319 Date: Thu, 23 Sep 1999 12:45:19 +0900 (JST)
3320 Message-ID: <Pine.LNX.4.10.9909231218360.3428-100000@localhost.localdomain>
3321 Subject: [patch _61] perlcc changes
3324 ____________________________________________________________________________
3325 [ 4220] By: gsar on 1999/09/23 01:12:24
3326 Log: add include guard
3329 ____________________________________________________________________________
3330 [ 4219] By: jhi on 1999/09/22 20:38:15
3331 Log: Cleanup cleanup.
3333 ! Makefile.SH t/lib/syslfs.t t/op/lfs.t
3334 ____________________________________________________________________________
3335 [ 4218] By: jhi on 1999/09/22 19:26:58
3336 Log: Tweak the equivalence tables once again.
3338 ! lib/unicode/Eq/Latin1 lib/unicode/Eq/Unicode
3339 ! lib/unicode/mktables.PL
3340 ____________________________________________________________________________
3341 [ 4215] By: jhi on 1999/09/22 06:47:03
3342 Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
3343 To: Mailing list Perl5 <perl5-porters@perl.org>
3344 Subject: [PATCH 5.005_61] regfree could segfault with -Mre=debug
3345 Date: Tue, 21 Sep 1999 19:50:00 -0400
3346 Message-ID: <19990921195000.A23938@monk.mps.ohio-state.edu>
3348 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
3349 To: Mailing list Perl5 <perl5-porters@perl.org>
3350 Subject: [PATCH 5.005_61] More verbose -Mre=debug
3351 Date: Tue, 21 Sep 1999 22:29:55 -0400
3352 Message-ID: <19990921222955.A25094@monk.mps.ohio-state.edu>
3354 ! regcomp.c regexec.c
3355 ____________________________________________________________________________
3356 [ 4214] By: jhi on 1999/09/21 21:08:43
3357 Log: From: 0000-Admin (0000) <root@devsys0.zenez.com>
3358 Reply-To: gerberb@zenez.com
3359 To: perl5-porters@perl.org
3360 Subject: [ID 19990921.004] Changes for SCO OpenServer and UnixWare 7
3361 Date: Tue, 21 Sep 1999 11:07:46 -0600 (MDT)
3362 Message-Id: <199909211707.LAA23611@devsys0.zenez.com>
3364 (Snipped away the last lines of svr5.sh a la change #3725)
3367 ! Configure MANIFEST config_h.SH hints/sco.sh
3369 ! U/modified/Cppsym.U U/modified/Oldconfig.U
3370 ____________________________________________________________________________
3371 [ 4213] By: jhi on 1999/09/21 20:48:01
3372 Log: From: Kragen Sitaker <kragen@dnaco.net>
3373 To: perl5-porters@perl.org
3374 Subject: [ID 19990921.013] accidental list context in perlfaq9
3375 Date: Tue, 21 Sep 1999 16:27:53 -0400 (EDT)
3376 Reply-To: kragen@pobox.com
3377 Message-Id: <199909212027.QAA03450@kirk.dnaco.net>
3380 ____________________________________________________________________________
3381 [ 4212] By: jhi on 1999/09/20 19:55:42
3382 Log: Integrate with Sarathy.
3386 ____________________________________________________________________________
3387 [ 4211] By: jhi on 1999/09/20 19:44:44
3388 Log: Rename -Duselfs to -Duselargefiles. We don't need no stnkngbbrvtns.
3390 ! Configure config_h.SH pod/perldelta.pod
3391 Branch: metaconfig/U/perl
3392 ! use64bits.U uselfs.U uselongdbl.U
3393 ____________________________________________________________________________
3394 [ 4210] By: jhi on 1999/09/20 19:38:26
3395 Log: Configure -A change: -Afoo=bar is equal to -Aappend:foo=" bar".
3397 ! Configure config_h.SH
3399 ! U/modified/Options.U
3400 ____________________________________________________________________________
3401 [ 4209] By: gsar on 1999/09/20 19:35:39
3402 Log: integrate cfgperl changes into mainline
3404 +> lib/unicode/Unicode.html
3406 !> Configure Porting/Glossary Porting/config.sh Porting/config_H
3407 !> config_h.SH doio.c perl.h pod/perldelta.pod pod/perlfunc.pod
3408 ____________________________________________________________________________
3409 [ 4208] By: gsar on 1999/09/20 18:28:44
3410 Log: add README.Y2K (from Dominic Dunlop <domo@vo.lu>)
3414 ____________________________________________________________________________
3415 [ 4207] By: jhi on 1999/09/20 11:06:13
3416 Log: Document -Duselfs, -Duselongdouble, and -Dusemorebits.
3419 ____________________________________________________________________________
3420 [ 4206] By: jhi on 1999/09/20 09:53:15
3421 Log: Do not test for gccish things in non-gccish platforms.
3423 ! Configure config_h.SH
3425 ! U/compline/ccflags.U
3426 ____________________________________________________________________________
3427 [ 4205] By: jhi on 1999/09/20 09:41:22
3428 Log: Prompt for uselfs.
3430 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
3434 Branch: metaconfig/U/perl
3435 ! use64bits.U uselfs.U
3436 ____________________________________________________________________________
3437 [ 4204] By: jhi on 1999/09/20 09:09:29
3438 Log: Add usemorebits and uselfs.
3440 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
3441 ! config_h.SH doio.c perl.h
3442 Branch: metaconfig/U/perl
3443 + uselfs.U usemorebits.U
3444 ! use64bits.U uselongdbl.U
3445 ____________________________________________________________________________
3446 [ 4203] By: jhi on 1999/09/20 07:48:48
3450 ____________________________________________________________________________
3451 [ 4202] By: jhi on 1999/09/20 07:33:32
3452 Log: Fix a bug in the description of endianness. Reported in
3453 From: "Konovalov, Vadim" <vkonovalov@lucent.com>
3454 To: perl5-porters@perl.org
3455 Subject: BUG: perldoc -f pack
3456 Date: Mon, 20 Sep 1999 09:43:49 +0400
3457 Message-ID: <402099F49BEED211999700805FC7359F20D3F5@ru0028exch01.spb.lucent.com>
3460 ____________________________________________________________________________
3461 [ 4201] By: jhi on 1999/09/20 07:01:26
3462 Log: Integrate with Sarathy.
3465 !> (integrate 31 files)
3466 ____________________________________________________________________________
3467 [ 4200] By: gsar on 1999/09/20 03:45:06
3468 Log: From: Russ Allbery <rra@stanford.edu>
3469 Date: 19 Aug 1999 04:35:44 -0700
3470 Message-Id: <yl7lms9f5b.fsf@windlord.stanford.edu>
3471 Subject: [ID 19990819.002] File::Find error when pruning top-level directories
3474 ____________________________________________________________________________
3475 [ 4199] By: gsar on 1999/09/20 03:27:49
3476 Log: suppress warning (from John Tobey <jtobey@epsilondev.com>)
3479 ____________________________________________________________________________
3480 [ 4198] By: gsar on 1999/09/20 03:25:25
3481 Log: add arenas for managing allocations of remaining xpv*v structures
3482 From: Vishal Bhatia <vishal@gol.com>
3483 Date: Wed, 25 Aug 1999 00:31:33 +0900 (JST)
3484 Message-ID: <Pine.LNX.4.10.9908250031000.11727-100000@localhost.localdomain>
3485 Subject: [PATCH 5.005_60] removing extra ref count (compiler)
3487 ! embed.h embed.pl embedvar.h ext/B/B/C.pm intrpvar.h objXSUB.h
3489 ____________________________________________________________________________
3490 [ 4197] By: gsar on 1999/09/20 03:06:10
3491 Log: queue errors due to strictures rather than printing them as
3492 warnings; symbols that violate strictures do *not* end up in
3493 the symbol table anyway, making multiple evals of the same piece
3494 of code produce the same errors; errors indicate all locations
3495 of a global symbol rather than just the first one; these
3496 changes make compile-time failures within evals reliably
3497 visible via the return value or contents of $@, and trappable
3500 ! embed.h embed.pl embedvar.h ext/DynaLoader/dlutils.c
3501 ! ext/Thread/Thread.xs global.sym gv.c objXSUB.h op.c perl.c
3502 ! perlapi.c pp_ctl.c proto.h regcomp.c t/pragma/strict-refs
3503 ! t/pragma/strict-vars thrdvar.h toke.c util.c
3504 ____________________________________________________________________________
3505 [ 4196] By: gsar on 1999/09/19 22:14:29
3506 Log: control change#1914 via hints (causes problems on some platforms)
3508 ! ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs
3509 ! ext/POSIX/hints/linux.pl
3510 ____________________________________________________________________________
3511 [ 4195] By: gsar on 1999/09/19 21:30:18
3512 Log: avoid clearing @_ at all for faster subroutine calls; fix bugs
3513 in passing around references to @_, eg C<sub foo { \@_ }>; add
3517 ! MANIFEST cop.h pp.c pp_ctl.c pp_hot.c
3518 ____________________________________________________________________________
3519 [ 4194] By: jhi on 1999/09/18 18:57:45
3520 Log: Integrate with Sarathy.
3522 !> opcode.h opcode.pl
3523 ____________________________________________________________________________
3524 [ 4193] By: nick on 1999/09/18 15:24:56
3525 Log: Re-integrate mainline
3526 Basic SvUTF8 stuff in headers, no functional changes yet.
3528 + lib/byte.pm lib/byte_heavy.pl
3529 +> ext/B/defsubs_h.PL ext/DB_File/version.c jpl/JNI/Closer.java
3530 +> jpl/JNI/JNIConfig jpl/JNI/JNIConfig.Win32
3531 +> jpl/JNI/JNIConfig.kaffe jpl/JNI/JNIConfig.noembed
3532 +> jpl/JNI/JNIConfig.standard jpl/JNI/typemap.gcc
3533 +> jpl/JNI/typemap.win32 jpl/SETVARS.PL lib/unicode/ArabShap.txt
3534 +> lib/unicode/Blocks.txt lib/unicode/CompExcl.txt
3535 +> lib/unicode/EAWidth.txt lib/unicode/Index.txt
3536 +> lib/unicode/Jamo-2.txt lib/unicode/LineBrk.txt
3537 +> lib/unicode/Names.txt lib/unicode/Props.txt
3538 +> lib/unicode/ReadMe.txt lib/unicode/SpecCase.txt
3540 - ext/B/defsubs.h.PL lib/unicode/arabshp.txt
3541 - lib/unicode/blocks.txt lib/unicode/index2.txt
3542 - lib/unicode/jamo2.txt lib/unicode/names2.txt
3543 - lib/unicode/props2.txt lib/unicode/readme.txt
3544 - t/lib/bigfloatpm.t
3545 ! doop.c embed.h embed.pl gv.c mg.c objXSUB.h op.c op.h perl.h
3546 ! perlapi.c pp.c pp_ctl.c pp_hot.c proto.h regcomp.c regcomp.h
3547 ! regexec.c regexp.h regnodes.h sv.c sv.h toke.c utf8.c utf8.h
3549 !> (integrate 142 files)
3550 ____________________________________________________________________________
3551 [ 4192] By: gsar on 1999/09/18 15:11:47
3552 Log: more op description tweaks
3554 ! opcode.h opcode.pl
3555 ____________________________________________________________________________
3556 [ 4191] By: jhi on 1999/09/18 07:47:16
3557 Log: Integrate with Sarathy.
3559 !> Changes opcode.h opcode.pl t/io/open.t t/op/misc.t
3561 ____________________________________________________________________________
3562 [ 4190] By: jhi on 1999/09/18 07:35:45
3563 Log: Add description of the Unicode database files.
3565 + lib/unicode/Unicode.html
3566 ____________________________________________________________________________
3567 [ 4189] By: gsar on 1999/09/18 03:14:58
3568 Log: tweak some op names in change#4177 (will any of this break code that
3571 ! Changes opcode.h opcode.pl t/io/open.t t/op/misc.t
3573 ____________________________________________________________________________
3574 [ 4188] By: jhi on 1999/09/17 21:30:08
3575 Log: Pick up the typo fix.
3578 ____________________________________________________________________________
3579 [ 4187] By: gsar on 1999/09/17 21:13:55
3583 ____________________________________________________________________________
3584 [ 4186] By: gsar on 1999/09/17 20:57:29
3585 Log: integrate cfgperl change
3587 !> vms/subconfigure.com
3588 ____________________________________________________________________________
3589 [ 4185] By: jhi on 1999/09/17 20:46:41
3590 Log: Re-apply applicable parts of #3993, #3994, and #3995.
3592 ! vms/subconfigure.com
3593 ____________________________________________________________________________
3594 [ 4184] By: gsar on 1999/09/17 20:26:02
3595 Log: integrate cfgperl contents into mainline
3597 +> lib/unicode/ArabShap.txt lib/unicode/Blocks.txt
3598 +> lib/unicode/CompExcl.txt lib/unicode/EAWidth.txt
3599 +> lib/unicode/Index.txt lib/unicode/Jamo-2.txt
3600 +> lib/unicode/LineBrk.txt lib/unicode/Names.txt
3601 +> lib/unicode/Props.txt lib/unicode/ReadMe.txt
3602 +> lib/unicode/SpecCase.txt
3603 - lib/unicode/arabshp.txt lib/unicode/blocks.txt
3604 - lib/unicode/index2.txt lib/unicode/jamo2.txt
3605 - lib/unicode/names2.txt lib/unicode/props2.txt
3606 - lib/unicode/readme.txt
3607 !> (integrate 73 files)
3608 ____________________________________________________________________________
3609 [ 4183] By: jhi on 1999/09/17 20:25:51
3610 Log: Integrate with Sarathy.
3612 !> configure.com ext/ByteLoader/byterun.h
3613 !> ext/DynaLoader/DynaLoader_pm.PL lib/ExtUtils/MM_VMS.pm
3614 !> lib/File/Spec/VMS.pm pod/perlhist.pod t/io/open.t
3615 !> vms/descrip_mms.template vms/gen_shrfls.pl vms/perly_c.vms
3616 !> vms/perly_h.vms vms/subconfigure.com vms/vms.c vms/vmsish.h
3617 ____________________________________________________________________________
3618 [ 4182] By: gsar on 1999/09/17 20:16:28
3619 Log: integrate vmsperl contents into mainline (where VMS files conflicted,
3620 vmsperl contents have prevailed)
3622 !> configure.com ext/ByteLoader/byterun.h
3623 !> ext/DynaLoader/DynaLoader_pm.PL lib/ExtUtils/MM_VMS.pm
3624 !> lib/File/Spec/VMS.pm t/io/open.t vms/descrip_mms.template
3625 !> vms/gen_shrfls.pl vms/perly_c.vms vms/perly_h.vms
3626 !> vms/subconfigure.com vms/vms.c vms/vmsish.h
3627 ____________________________________________________________________________
3628 [ 4181] By: jhi on 1999/09/17 20:12:37
3629 Log: From: Michael G Schwern <schwern@pobox.com>
3630 To: perl5-porters@perl.org
3631 Subject: [PATCH 5.005_60 lib/Exporter/Heavy.pm] export_to_level()
3632 Date: Thu, 19 Aug 1999 21:30:01 -0400
3633 Message-ID: <19990819213001.A22512@athens.aocn.com>
3635 ! lib/Exporter/Heavy.pm
3636 ____________________________________________________________________________
3637 [ 4180] By: gsar on 1999/09/17 20:11:00
3638 Log: perlhist additions
3641 ____________________________________________________________________________
3642 [ 4179] By: jhi on 1999/09/17 20:08:00
3643 Log: The change #4176 should've undone only the test, not the code patch.
3646 ____________________________________________________________________________
3647 [ 4178] By: jhi on 1999/09/17 20:06:08
3648 Log: From: Ian Phillipps <ian@dial.pipex.com>
3649 To: Hans GINZEL <hgin2088@mail.kolej.mff.cuni.cz>, perl5-porters@perl.org
3650 Subject: [PATCH 5.005_59] Re: [ID 19990820.007] Small typo in perlsyn.pod
3651 Date: Sat, 21 Aug 1999 12:36:12 +0100
3652 Message-ID: <19990821123612.A9955@homer.diplex.co.uk>
3655 ____________________________________________________________________________
3656 [ 4177] By: jhi on 1999/09/17 20:00:19
3657 Log: More descriptive names for operators.
3659 From: Michael G Schwern <schwern@pobox.com>
3660 To: Ilya Zakharevich <ilya@math.ohio-state.edu>
3661 Cc: perl5-porters@perl.org
3662 Subject: Re: [ID 19990817.009] [BUG 5.005_60 & 5.005_03] == reported as eq in
3663 Date: Tue, 17 Aug 1999 18:35:45 -0400
3664 Message-ID: <19990817183545.A23073@toldyouso.com>
3666 From: Michael G Schwern <schwern@pobox.com>
3667 To: perl5-porters@perl.org
3668 Subject: [PATCH 5.005_60 opcode.pl and friends] Improved opcode descriptions
3669 Date: Wed, 18 Aug 1999 03:53:38 -0400
3670 Message-ID: <19990818035337.A31505@athens.aocn.com>
3672 ! opcode.h opcode.pl pp.sym pp_proto.h sv.c t/op/misc.t
3673 ! t/pragma/warn/op t/pragma/warn/sv
3674 ____________________________________________________________________________
3675 [ 4176] By: jhi on 1999/09/17 18:19:18
3676 Log: Take away the infamous io/dup.t #7.
3677 It seems there simply is no way to portably
3678 "flush" an input file handle.
3681 ____________________________________________________________________________
3682 [ 4175] By: jhi on 1999/09/17 14:45:08
3683 Log: From: Barrie Slaymaker <barries@slaysys.com>
3684 To: perl5-porters@perl.org
3685 Subject: [PATCH 5.005_61] Benchmark: screwed patch format, try this instead
3686 Date: Fri, 17 Sep 1999 11:16:48 -0400
3687 Message-Id: <199909171516.LAA30887@jester.slaysys.com>
3690 ____________________________________________________________________________
3691 [ 4174] By: jhi on 1999/09/17 14:07:16
3692 Log: UNICOS does support large files but doesn't support sparse files
3693 so we cannot easily test for large file support.
3695 ! t/lib/syslfs.t t/op/lfs.t
3696 ____________________________________________________________________________
3697 [ 4173] By: jhi on 1999/09/17 14:03:44
3698 Log: UNICOS has sloppy division/modulo for floating point numbers.
3701 ____________________________________________________________________________
3702 [ 4172] By: jhi on 1999/09/17 13:47:49
3703 Log: Portable blocksize (replaces #4171).
3705 ! t/lib/syslfs.t t/op/lfs.t
3706 ____________________________________________________________________________
3707 [ 4171] By: jhi on 1999/09/17 13:08:54
3708 Log: (replaced by #4172)
3710 ! t/lib/syslfs.t t/op/lfs.t
3711 ____________________________________________________________________________
3712 [ 4170] By: jhi on 1999/09/17 12:59:11
3715 ! t/lib/syslfs.t t/op/lfs.t
3716 ____________________________________________________________________________
3717 [ 4169] By: jhi on 1999/09/17 12:16:34
3718 Log: Diagnose possible quota limits.
3720 ! t/lib/syslfs.t t/op/lfs.t
3721 ____________________________________________________________________________
3722 [ 4168] By: jhi on 1999/09/17 12:10:43
3723 Log: UNICOS doesn't have getpgid(). Or, at least 9.0.1ai
3724 doesn't have one that wouldn't cause SIGSYS. UNICOS
3725 does have getpgrp(void) so Perl getpgrp() is happy.
3728 ____________________________________________________________________________
3729 [ 4167] By: jhi on 1999/09/17 11:49:30
3730 Log: Filesystem quotas may stop you from using large files.
3732 ! pod/perldelta.pod t/lib/syslfs.t t/op/lfs.t
3733 ____________________________________________________________________________
3734 [ 4166] By: jhi on 1999/09/17 11:36:01
3735 Log: Too strict pattern for parsing group lists.
3738 ____________________________________________________________________________
3739 [ 4165] By: jhi on 1999/09/17 09:06:18
3740 Log: Configure maintenance. It's sigaction.sa_flags
3741 and the Glossary regen'ed.
3743 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
3746 ! U/compline/d_sigaction.U
3747 ____________________________________________________________________________
3748 [ 4164] By: jhi on 1999/09/15 06:57:51
3749 Log: Integrate with Sarathy.
3751 +> jpl/JNI/Closer.java jpl/JNI/JNIConfig jpl/JNI/JNIConfig.Win32
3752 +> jpl/JNI/JNIConfig.kaffe jpl/JNI/JNIConfig.noembed
3753 +> jpl/JNI/JNIConfig.standard jpl/JNI/typemap.gcc
3754 +> jpl/JNI/typemap.win32 jpl/SETVARS.PL
3755 !> Changes MANIFEST embed.h embed.pl jpl/JNI/JNI.pm
3756 !> jpl/JNI/JNI.xs jpl/JNI/Makefile.PL jpl/JNI/test.pl
3757 !> jpl/JNI/typemap jpl/JPL/Makefile.PL
3758 !> jpl/PerlInterpreter/Makefile.PL
3759 !> jpl/PerlInterpreter/PerlInterpreter.c
3760 !> jpl/PerlInterpreter/PerlInterpreter.h jpl/README
3761 !> jpl/Sample/Makefile.PL jpl/install-jpl
3762 !> lib/File/Spec/Functions.pm pod/perlhist.pod regexec.c
3764 ____________________________________________________________________________
3765 [ 4163] By: gsar on 1999/09/15 05:17:27
3766 Log: add :ALL export tag (from Chris Nandor <pudge@pobox.com>)
3768 ! lib/File/Spec/Functions.pm
3769 ____________________________________________________________________________
3770 [ 4162] By: gsar on 1999/09/15 05:09:14
3771 Log: addendum to change#4136 (from Robin Barker <rmb1@cise.npl.co.uk>)
3773 ! Changes embed.h embed.pl
3774 ____________________________________________________________________________
3775 [ 4161] By: gsar on 1999/09/15 04:08:25
3776 Log: missing perlhist dates from Jeff Okamoto
3779 ____________________________________________________________________________
3780 [ 4160] By: gsar on 1999/09/15 03:13:08
3783 ! MANIFEST jpl/JNI/Makefile.PL
3784 ____________________________________________________________________________
3785 [ 4159] By: gsar on 1999/09/15 02:57:08
3786 Log: update to JPL snapshot v09141999, with minor tweaks (from Brian
3787 Jepson <bjepson@home.com>)
3789 + jpl/JNI/Closer.java jpl/JNI/JNIConfig jpl/JNI/JNIConfig.Win32
3790 + jpl/JNI/JNIConfig.kaffe jpl/JNI/JNIConfig.noembed
3791 + jpl/JNI/JNIConfig.standard jpl/JNI/typemap.gcc
3792 + jpl/JNI/typemap.win32 jpl/SETVARS.PL
3793 ! jpl/JNI/JNI.pm jpl/JNI/JNI.xs jpl/JNI/Makefile.PL
3794 ! jpl/JNI/test.pl jpl/JNI/typemap jpl/JPL/Makefile.PL
3795 ! jpl/PerlInterpreter/Makefile.PL
3796 ! jpl/PerlInterpreter/PerlInterpreter.c
3797 ! jpl/PerlInterpreter/PerlInterpreter.h jpl/README
3798 ! jpl/Sample/Makefile.PL jpl/install-jpl
3799 ____________________________________________________________________________
3800 [ 4158] By: gsar on 1999/09/15 01:27:14
3801 Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
3802 Date: Tue, 14 Sep 1999 21:26:15 EDT
3803 Message-Id: <199909150126.VAA24720@monk.mps.ohio-state.edu>
3804 Subject: [PATCH 5.005_58+] Re: [ID 19990914.001] Perl_re_intuit_start() hangs in a loop
3806 ! regexec.c t/op/pat.t
3807 ____________________________________________________________________________
3808 [ 4157] By: jhi on 1999/09/14 21:18:09
3809 Log: config.h will define USE_64_BITS if need be.
3812 ____________________________________________________________________________
3813 [ 4156] By: jhi on 1999/09/14 20:30:00
3814 Log: Change #4149 necessitates also a small code change.
3816 ! ext/B/defsubs_h.PL
3817 ____________________________________________________________________________
3818 [ 4155] By: jhi on 1999/09/14 20:15:53
3819 Log: Update EPOC libdir names.
3822 ____________________________________________________________________________
3823 [ 4154] By: jhi on 1999/09/14 20:13:41
3824 Log: Obsolete epoc/config.h caused #4153 to re-introduce already
3825 deceased HAS.*DBM.*64 mumblings.
3827 ! Configure config_h.SH epoc/config.h
3828 ____________________________________________________________________________
3829 [ 4153] By: jhi on 1999/09/14 20:04:53
3830 Log: Configure nits.
3832 ! Configure config_h.SH
3834 ! U/compline/d_sigaction.U U/threads/i_pthread.U
3835 ____________________________________________________________________________
3836 [ 4152] By: jhi on 1999/09/14 19:30:22
3837 Log: Integrate with Sarathy.
3839 +> ext/B/defsubs_h.PL t/lib/bigfltpm.t
3840 - ext/B/defsubs.h.PL t/lib/bigfloatpm.t
3841 !> INSTALL MANIFEST ext/B/Makefile.PL pod/perldiag.pod
3842 !> win32/config_sh.PL
3843 ____________________________________________________________________________
3844 [ 4151] By: jhi on 1999/09/14 10:25:01
3845 Log: Update Unicode database and recompute the tables.
3846 Rename the .txt files to be more Unicode 3.0-like.
3847 Unihan-3.0.txt not included because it is 16 MB.
3848 syllables.txt is manually maintained.
3849 See ReadMe.txt for description of the .txt files.
3850 (not all of them are used yet)
3852 + lib/unicode/ArabShap.txt lib/unicode/Blocks.txt
3853 + lib/unicode/CompExcl.txt lib/unicode/EAWidth.txt
3854 + lib/unicode/Index.txt lib/unicode/Jamo-2.txt
3855 + lib/unicode/LineBrk.txt lib/unicode/Names.txt
3856 + lib/unicode/Props.txt lib/unicode/ReadMe.txt
3857 + lib/unicode/SpecCase.txt
3858 - lib/unicode/arabshp.txt lib/unicode/blocks.txt
3859 - lib/unicode/index2.txt lib/unicode/jamo2.txt
3860 - lib/unicode/names2.txt lib/unicode/props2.txt
3861 - lib/unicode/readme.txt
3862 ! MANIFEST lib/unicode/ArabLink.pl lib/unicode/ArabLnkGrp.pl
3863 ! lib/unicode/Bidirectional.pl lib/unicode/Block.pl
3864 ! lib/unicode/Category.pl lib/unicode/CombiningClass.pl
3865 ! lib/unicode/Decomposition.pl
3866 ! lib/unicode/In/ArabicPresentationForms-B.pl
3867 ! lib/unicode/In/Specials.pl lib/unicode/In/Tibetan.pl
3868 ! lib/unicode/Is/Alnum.pl lib/unicode/Is/Alpha.pl
3869 ! lib/unicode/Is/BidiCS.pl lib/unicode/Is/BidiL.pl
3870 ! lib/unicode/Is/BidiON.pl lib/unicode/Is/BidiWS.pl
3871 ! lib/unicode/Is/DCcompat.pl lib/unicode/Is/DecoCanon.pl
3872 ! lib/unicode/Is/DecoCompat.pl lib/unicode/Is/L.pl
3873 ! lib/unicode/Is/Ll.pl lib/unicode/Is/Lo.pl
3874 ! lib/unicode/Is/Lower.pl lib/unicode/Is/Lu.pl
3875 ! lib/unicode/Is/Pd.pl lib/unicode/Is/Po.pl lib/unicode/Is/S.pl
3876 ! lib/unicode/Is/Sm.pl lib/unicode/Is/So.pl
3877 ! lib/unicode/Is/Upper.pl lib/unicode/Is/Word.pl
3878 ! lib/unicode/JamoShort.pl lib/unicode/UnicodeData-Latest.txt
3879 ! lib/unicode/mktables.PL
3880 ____________________________________________________________________________
3881 [ 4150] By: gsar on 1999/09/14 09:31:57
3885 ____________________________________________________________________________
3886 [ 4149] By: gsar on 1999/09/14 09:00:45
3887 Log: change some filenames to be 8.3-friendly
3889 +> ext/B/defsubs_h.PL t/lib/bigfltpm.t
3890 - ext/B/defsubs.h.PL t/lib/bigfloatpm.t
3891 ! MANIFEST ext/B/Makefile.PL pod/perldiag.pod
3892 ____________________________________________________________________________
3893 [ 4148] By: gsar on 1999/09/14 08:35:00
3894 Log: win32 config tweak (suggested by Greg Chapman <glc@well.com>)
3896 ! win32/config_sh.PL
3897 ____________________________________________________________________________
3898 [ 4147] By: jhi on 1999/09/14 08:07:49
3899 Log: Not that UVSIZE normally differs that much from IVSIZE...
3902 ____________________________________________________________________________
3903 [ 4146] By: jhi on 1999/09/14 08:04:40
3904 Log: Integrate with Sarathy.
3906 !> Changes ext/DB_File/DB_File.xs
3907 ____________________________________________________________________________
3908 [ 4145] By: jhi on 1999/09/14 07:10:02
3909 Log: I_PTHREAD was PTHREADEAD.
3911 ! Configure config_h.SH
3913 ! U/threads/i_pthread.U
3914 ____________________________________________________________________________
3915 [ 4144] By: gsar on 1999/09/14 06:46:47
3916 Log: change#4113 was missing DB_File.xs changes
3918 ! ext/DB_File/DB_File.xs
3919 ____________________________________________________________________________
3920 [ 4143] By: jhi on 1999/09/13 20:16:20
3921 Log: Small doc and whitespace edits.
3923 ! ext/DynaLoader/dl_aix.xs ext/DynaLoader/dl_beos.xs
3924 ! ext/DynaLoader/dl_cygwin.xs ext/DynaLoader/dl_dld.xs
3925 ! ext/DynaLoader/dl_hpux.xs ext/DynaLoader/dl_mpeix.xs
3926 ! ext/DynaLoader/dl_next.xs ext/DynaLoader/dl_rhapsody.xs
3927 ! ext/DynaLoader/dl_vmesa.xs ext/DynaLoader/dl_vms.xs
3929 ____________________________________________________________________________
3930 [ 4142] By: gsar on 1999/09/13 19:32:31
3931 Log: integrate cfgperl contents into mainline, update Changes
3933 +> ext/DB_File/version.c
3935 !> (integrate 44 files)
3936 ____________________________________________________________________________
3937 [ 4141] By: jhi on 1999/09/13 16:16:56
3938 Log: Scan for <pthread.h> always.
3940 ! Configure config_h.SH perl.h
3942 ! U/threads/i_pthread.U
3943 ____________________________________________________________________________
3944 [ 4140] By: jhi on 1999/09/13 16:00:08
3945 Log: Integrate with Sarathy.
3947 !> (integrate 27 files)
3948 ____________________________________________________________________________
3949 [ 4139] By: jhi on 1999/09/13 15:35:18
3950 Log: Add -A option to Configure to diddle with variables
3951 after the hints file has been applied.
3953 ! Configure config_h.SH
3955 ! U/modified/Oldconfig.U U/modified/Options.U
3956 ____________________________________________________________________________
3957 [ 4138] By: jhi on 1999/09/13 13:42:56
3958 Log: Change #4136 edited DynaLoader.xs which is kind of fruitless.
3960 ! ext/DynaLoader/dl_aix.xs ext/DynaLoader/dl_beos.xs
3961 ! ext/DynaLoader/dl_cygwin.xs ext/DynaLoader/dl_dld.xs
3962 ! ext/DynaLoader/dl_hpux.xs ext/DynaLoader/dl_mpeix.xs
3963 ! ext/DynaLoader/dl_next.xs ext/DynaLoader/dl_rhapsody.xs
3964 ! ext/DynaLoader/dl_vmesa.xs ext/DynaLoader/dl_vms.xs
3965 ____________________________________________________________________________
3966 [ 4137] By: jhi on 1999/09/13 13:25:31
3967 Log: Applying change #4136 manually introduced patch residue.
3970 ____________________________________________________________________________
3971 [ 4136] By: jhi on 1999/09/13 13:23:04
3972 Log: Replace change #4100 with
3973 From: Robin Barker <rmb1@cise.npl.co.uk>
3974 To: gsar@activestate.com
3975 Cc: perl5-porters@perl.org
3976 Subject: Re: [ID 19990907.004] [PATCH perl5.005_61] compiler warnings with -Duse64bits
3977 Date: Mon, 13 Sep 1999 14:15:11 +0100 (BST)
3978 Message-Id: <199909131315.OAA24012@tempest.npl.co.uk>
3980 ! doio.c dump.c ext/B/B.xs ext/B/typemap
3981 ! ext/ByteLoader/bytecode.h ext/Devel/DProf/DProf.xs
3982 ! ext/DynaLoader/dl_dlopen.xs ext/ODBM_File/ODBM_File.xs
3983 ! ext/POSIX/POSIX.xs lib/ExtUtils/typemap malloc.c perl.h pp.c
3984 ! pp_ctl.c pp_hot.c pp_sys.c sv.c
3985 ____________________________________________________________________________
3986 [ 4135] By: jhi on 1999/09/13 10:22:31
3987 Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
3988 To: perl5-porters@perl.org (Mailing list Perl5)
3989 Subject: [PATCH 5.005_61] MakeMaker supports uninstalled Perls
3990 Date: Sat, 11 Sep 1999 05:31:03 -0400 (EDT)
3991 Message-Id: <199909110931.FAA11036@monk.mps.ohio-state.edu>
3993 From: andreas.koenig@anima.de (Andreas J. Koenig)
3994 To: Ilya Zakharevich <ilya@math.ohio-state.edu>
3995 Cc: perl5-porters@perl.org (Mailing list Perl5)
3996 Subject: Re: [PATCH 5.005_61] MakeMaker supports uninstalled Perls
3997 Date: 11 Sep 1999 15:36:26 +0200
3998 Message-ID: <sfc906dr2n9.fsf@hohenstaufen.in-berlin.de>
4000 ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MakeMaker.pm
4001 ____________________________________________________________________________
4002 [ 4134] By: jhi on 1999/09/13 10:20:14
4003 Log: From: Tom Phoenix <rootbeer@redcat.com>
4004 To: Perl Porters Mailing List <perl5-porters@perl.org>
4005 Subject: [DOCPATCH] Server errors and perldiag
4006 Date: Fri, 10 Sep 1999 16:45:02 -0700 (PDT)
4007 Message-ID: <Pine.GSO.4.10.9909101639490.16999-100000@user2.teleport.com>
4010 ____________________________________________________________________________
4011 [ 4133] By: gsar on 1999/09/13 03:25:43
4012 Log: avoid assertion failure on C<@a'>
4015 ____________________________________________________________________________
4016 [ 4132] By: gsar on 1999/09/13 03:03:57
4017 Log: add -DPERL_Y2KWARN build option that will generate additional
4018 warnings on "19$yy" etc (reworked a patch suggested by
4019 Ulrich Pfeifer <upf@de.uu.net>)
4021 ! pod/perldelta.pod pod/perldiag.pod pod/perllexwarn.pod
4022 ! pp_hot.c sv.c t/pragma/warn/pp_hot t/pragma/warn/sv
4023 ____________________________________________________________________________
4024 [ 4131] By: gsar on 1999/09/12 22:06:25
4025 Log: fix DATA leaks; reword documentation about the DATA filehandle
4027 ! ext/Opcode/Safe.pm lib/Pod/Functions.pm pod/perldata.pod
4028 ____________________________________________________________________________
4029 [ 4130] By: gsar on 1999/09/12 20:08:56
4030 Log: make sprintf("%g",...) threadsafe; only taint its result iff the
4031 formatted result looks nonstandard
4033 ! embed.pl embedvar.h intrpvar.h objXSUB.h perl.c perlapi.c
4034 ! pod/perlfunc.pod pod/perlguts.pod proto.h sv.c
4035 ! t/pragma/locale.t thrdvar.h
4036 ____________________________________________________________________________
4037 [ 4129] By: gsar on 1999/09/12 17:04:11
4038 Log: From: Doug MacEachern <dougm@cp.net>
4039 Date: Sun, 25 Jul 1999 15:49:00 -0700 (PDT)
4040 Message-ID: <Pine.LNX.4.10.9907251538380.373-100000@mojo.eng.cp.net>
4041 Subject: [PATCH 5.005_57] B::clearsym
4043 ! ext/B/B.pm ext/B/B/Bblock.pm ext/B/B/Debug.pm ext/B/B/Terse.pm
4044 ____________________________________________________________________________
4045 [ 4128] By: gsar on 1999/09/12 16:59:12
4046 Log: better debugger help output (from Ilya Zakharevich)
4049 ____________________________________________________________________________
4050 [ 4127] By: jhi on 1999/09/11 20:50:37
4051 Log: Integrate with Sarathy.
4053 +> pod/perlcompile.pod t/lib/gol-basic.t t/lib/gol-compat.t
4054 +> t/lib/gol-linkage.t
4055 !> (integrate 43 files)
4056 ____________________________________________________________________________
4057 [ 4126] By: nick on 1999/09/10 20:44:22
4058 Log: Get resolve -at mainline
4060 +> (branch 297 files)
4061 - README.cygwin32 XSlock.h bytecode.h byterun.c byterun.h
4062 - cygwin32/cw32imp.h cygwin32/gcc2 cygwin32/ld2 cygwin32/perlgcc
4063 - cygwin32/perlld ext/B/byteperl.c ext/DynaLoader/dl_cygwin32.xs
4064 - hints/cygwin32.sh interp.sym myconfig objpp.h perl_exp.SH
4065 - t/pragma/warn-1global t/pragma/warning.t thread.sym
4066 - win32/GenCAPI.pl win32/TEST win32/autosplit.pl
4067 - win32/bin/network.pl win32/bin/webget.pl win32/bin/www.pl
4068 - win32/genxsdef.pl win32/makedef.pl win32/makemain.pl
4069 - win32/makeperldef.pl win32/perlhost.h
4070 !> (integrate 847 files)
4071 ____________________________________________________________________________
4072 [ 4125] By: gsar on 1999/09/10 19:22:14
4073 Log: s/dXS_TARGET/dXSTARG/ in change#4044 (to match dARGS vs dXSARGS
4077 ____________________________________________________________________________
4078 [ 4124] By: gsar on 1999/09/10 19:14:35
4079 Log: rewrote substantive parts of patch
4080 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
4081 Date: Fri, 27 Aug 1999 19:02:18 -0400
4082 Message-ID: <19990827190218.A19561@monk.mps.ohio-state.edu>
4083 Subject: [PATCH 5.005_58] REx documentation
4086 ____________________________________________________________________________
4087 [ 4123] By: gsar on 1999/09/10 18:21:53
4088 Log: note about AVf_*
4091 ____________________________________________________________________________
4092 [ 4122] By: gsar on 1999/09/10 17:55:42
4093 Log: allow 'text' in L<text|A::B/"C"> (from Martin Lichtin
4094 <lichtin@bivio.com>)
4097 ____________________________________________________________________________
4098 [ 4121] By: gsar on 1999/09/10 17:49:35
4099 Log: dos-djgpp update (from Laszlo Molnar <laszlo.molnar@eth.ericsson.se>)
4101 ! AUTHORS Changes README.dos djgpp/config.over
4102 ! djgpp/configure.bat djgpp/djgpp.c djgpp/djgppsed.sh dosish.h
4103 ! lib/ExtUtils/MM_Unix.pm pod/pod2usage.PL pod/podchecker.PL
4104 ! pod/podselect.PL sv.h t/io/openpid.t util.c
4105 ____________________________________________________________________________
4106 [ 4120] By: gsar on 1999/09/10 12:25:01
4107 Log: add perlcompile.pod (edited content from Nathan Torkington
4108 <gnat@frii.com> and others)
4110 + pod/perlcompile.pod
4111 ! MANIFEST pod/Makefile pod/buildtoc pod/perl.pod pod/roffitall
4112 ____________________________________________________________________________
4113 [ 4119] By: gsar on 1999/09/10 11:05:13
4114 Log: avoid leaking static local_patches unless patchlevel.h is
4117 ! patchlevel.h perl.c
4118 ____________________________________________________________________________
4119 [ 4118] By: gsar on 1999/09/10 10:44:54
4120 Log: upgrade to Getopt::Long v2.20 (from Johan Vromans
4121 <jvromans@squirrel.nl>)
4123 + t/lib/gol-basic.t t/lib/gol-compat.t t/lib/gol-linkage.t
4124 ! Changes MANIFEST lib/Getopt/Long.pm
4125 ____________________________________________________________________________
4126 [ 4116] By: jhi on 1999/09/09 15:56:52
4127 Log: perldeltify change #4115.
4130 ____________________________________________________________________________
4131 [ 4115] By: jhi on 1999/09/09 15:48:56
4132 Log: From: "John L. Allen" <allen@grumman.com>
4133 To: perl5-porters@perl.org
4134 Subject: [ID 19990901.003] Time::Local should not croak on "out-of-range" days
4135 Date: Wed, 1 Sep 1999 13:33:39 -0400 (EDT)
4136 Message-Id: <199909011733.NAA17356@gateway.grumman.com>
4139 ____________________________________________________________________________
4140 [ 4114] By: jhi on 1999/09/09 15:42:30
4141 Log: From: "Daniel S. Lewart" <lewart@www.cvm.uiuc.edu>
4142 To: perl5-porters@perl.org
4143 Subject: [ID 19990909.003] MAXINT redefined warning on HP-UX 10.20
4144 Date: Thu, 9 Sep 1999 10:33:37 -0500 (CDT)
4145 Message-Id: <199909091533.KAA01242@www.cvm.uiuc.edu>
4148 ____________________________________________________________________________
4149 [ 4113] By: jhi on 1999/09/09 10:17:45
4150 Log: From: paul.marquess@bt.com
4151 To: gsar@ActiveState.com
4152 Cc: perl5-porters@perl.org
4153 Subject: [PATCH 5.005_61] DB_File 1.71
4154 Date: Thu, 9 Sep 1999 11:20:13 +0100
4155 Message-ID: <5104D4DBC598D211B5FE0000F8FE7EB202D49BBE@mbtlipnt02.btlabs.bt.co.uk>
4157 + ext/DB_File/version.c
4158 ! MANIFEST ext/DB_File/Changes ext/DB_File/DB_File.pm
4159 ! ext/DB_File/Makefile.PL ext/DB_File/dbinfo ext/DB_File/typemap
4161 ____________________________________________________________________________
4162 [ 4112] By: jhi on 1999/09/09 09:05:32
4163 Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
4164 To: perl5-porters@perl.org (Mailing list Perl5)
4165 Subject: [PATCH 5.005_58] Fix interaction of (?p{}) and (?>)
4166 Date: Thu, 9 Sep 1999 04:40:11 -0400 (EDT)
4167 Message-Id: <199909090840.EAA26471@monk.mps.ohio-state.edu>
4169 ! regexec.c t/op/pat.t
4170 ____________________________________________________________________________
4171 [ 4110] By: jhi on 1999/09/09 07:29:17
4172 Log: Tidy up 64-bit situation in perldelta.
4175 ____________________________________________________________________________
4176 [ 4109] By: jhi on 1999/09/09 07:26:53
4177 Log: Clear up PL_regcc issues.
4179 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
4180 To: perl5-porters@perl.org (Mailing list Perl5)
4181 Subject: [PATCH 5.005_60] Another regexec.c unobfuscation
4182 Date: Thu, 9 Sep 1999 02:49:49 -0400 (EDT)
4183 Message-Id: <199909090649.CAA26119@monk.mps.ohio-state.edu>
4186 ____________________________________________________________________________
4187 [ 4108] By: gsar on 1999/09/08 20:52:51
4188 Log: avoid ass_u_ming uppercase types are not user objects (spotted
4191 ! ext/Data/Dumper/Dumper.pm
4192 ____________________________________________________________________________
4193 [ 4107] By: gsar on 1999/09/08 20:35:18
4194 Log: From: akim@epita.fr (DEMAILLE Akim)
4195 Date: Wed, 8 Sep 1999 18:18:44 +0200 (CEST)
4196 Message-Id: <m11OkQm-003A4IC@beyrouth.lrde.epita.fr>
4197 Subject: [ID 19990908.014] s2p does not quote @
4200 ____________________________________________________________________________
4201 [ 4106] By: gsar on 1999/09/08 20:25:12
4202 Log: integrate cfgperl contents into mainline
4204 !> (integrate 30 files)
4205 ____________________________________________________________________________
4206 [ 4105] By: jhi on 1999/09/08 09:02:37
4207 Log: Minor touches at the [:class:] description.
4210 ____________________________________________________________________________
4211 [ 4104] By: jhi on 1999/09/08 08:57:58
4212 Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
4213 To: Mailing list Perl5 <perl5-porters@perl.org>
4214 Subject: [PATCH 5.005_58] Fix debugging output for REx
4215 Date: Wed, 8 Sep 1999 05:02:02 -0400
4216 Message-ID: <19990908050201.A17682@monk.mps.ohio-state.edu>
4219 ____________________________________________________________________________
4220 [ 4103] By: gsar on 1999/09/08 00:53:50
4221 Log: fix memory leak in C<sub f { split ' ', "a b" } f() while 1>
4224 ____________________________________________________________________________
4225 [ 4102] By: gsar on 1999/09/08 00:52:50
4226 Log: fix memory leak in C<sub f { @_ = 1 } f() while 1>
4229 ____________________________________________________________________________
4230 [ 4101] By: gsar on 1999/09/07 17:25:07
4231 Log: various fixups for windows
4233 ! embed.h embed.pl objXSUB.h op.c perlapi.c proto.h
4234 ! win32/Makefile win32/makefile.mk xsutils.c
4235 ____________________________________________________________________________
4236 [ 4100] By: jhi on 1999/09/07 12:49:15
4237 Log: Fix pointer casts.
4239 From: Robin Barker <rmb1@cise.npl.co.uk>
4240 To: perl5-porters@perl.org
4241 Subject: [ID 19990907.004] [PATCH perl5.005_61] compiler warnings with
4243 Date: Tue, 7 Sep 1999 12:30:18 +0100 (BST)
4244 Message-Id: <199909071130.MAA11435@tempest.npl.co.uk>
4246 ! doio.c dump.c ext/B/B.xs ext/B/typemap
4247 ! ext/ByteLoader/bytecode.h ext/Devel/DProf/DProf.xs
4248 ! ext/DynaLoader/dl_dlopen.xs ext/ODBM_File/ODBM_File.xs
4249 ! ext/POSIX/POSIX.xs lib/ExtUtils/typemap malloc.c perl.h pp.c
4250 ! pp_ctl.c pp_hot.c pp_sys.c sv.c
4251 ____________________________________________________________________________
4252 [ 4099] By: jhi on 1999/09/07 10:29:04
4253 Log: Add sig/pid/uid size and sign probes.
4255 + U/typedefs/gidsign.U U/typedefs/gidsize.U U/typedefs/pidsign.U
4256 + U/typedefs/pidsize.U U/typedefs/uidsign.U U/typedefs/uidsize.U
4257 ____________________________________________________________________________
4258 [ 4098] By: jhi on 1999/09/07 10:27:06
4259 Log: Band-aid until we've got %{Uid_t} or something similar
4263 ____________________________________________________________________________
4264 [ 4097] By: jhi on 1999/09/07 09:41:23
4265 Log: Fix a printf thinko: now quads must have the ll L q prefix.
4266 (in other words, a bare %d is an int/unsigned)
4268 ! pp_sys.c sv.c t/op/64bit.t
4269 ____________________________________________________________________________
4270 [ 4096] By: jhi on 1999/09/07 07:36:17
4271 Log: HP-UX 10.20 and gcc 2.8.1 break UINT32_MAX.
4273 From: "Daniel S. Lewart" <lewart@www.cvm.uiuc.edu>
4274 To: perl5-porters@perl.org
4275 Subject: [ID 19990906.007] Not OK: perl 5.00561 on PA-RISC1.1 10.20
4276 Date: Mon, 6 Sep 1999 21:18:12 -0500 (CDT)
4277 Message-Id: <199909070218.VAA29232@www.cvm.uiuc.edu>
4279 ! hints/hpux.sh perl.h
4280 ____________________________________________________________________________
4281 [ 4095] By: gsar on 1999/09/06 20:47:02
4282 Log: applied suggested patch with suitable test to detect MSVC
4283 From: "Vishal Bhatia" <vishalb@my-deja.com>
4284 Date: Wed, 11 Aug 1999 01:43:28 -0700
4285 Message-ID: <GFCJELIOGEENAAAA@my-deja.com>
4286 Subject: compiler on win32
4289 ____________________________________________________________________________
4290 [ 4094] By: jhi on 1999/09/06 20:34:44
4291 Log: Integrate with Sarathy.
4293 !> ext/B/B/Bytecode.pm lib/Test/Harness.pm t/TEST t/UTEST
4294 !> t/harness t/pragma/sub_lval.t utils/Makefile utils/perlcc.PL
4295 ____________________________________________________________________________
4296 [ 4093] By: jhi on 1999/09/06 20:33:43
4297 Log: Fix UV_SIZEOF to UVSIZE; change the overflow tests
4298 so that they overflow also on 64-bit platforms.
4300 ! t/pragma/warn/toke t/pragma/warn/util toke.c util.c
4301 ____________________________________________________________________________
4302 [ 4092] By: gsar on 1999/09/06 20:16:58
4303 Log: support bytecode and C backends in perlcc (patch suggested
4304 by Tom Hughes <tom@compton.au>); s/-opt/-noopt/ and make the
4305 C backend the default; describe new switches in pod; introduce
4306 PERLCC_OPTS and s/COMPILE_TIMEOUT/PERLCC_TIMEOUT/;
4307 s/COMPILE_TEST/HARNESS_COMPILE_TEST/; document these %ENV
4310 ! ext/B/B/Bytecode.pm lib/Test/Harness.pm t/TEST t/UTEST
4311 ! t/harness utils/Makefile utils/perlcc.PL
4312 ____________________________________________________________________________
4313 [ 4091] By: jhi on 1999/09/06 19:10:41
4314 Log: Integrate with Sarathy.
4316 +> t/pragma/sub_lval.t
4317 !> (integrate 52 files)
4318 ____________________________________________________________________________
4319 [ 4090] By: gsar on 1999/09/06 19:09:06
4320 Log: propagate changed error text
4322 ! t/pragma/sub_lval.t
4323 ____________________________________________________________________________
4324 [ 4089] By: gsar on 1999/09/06 18:54:43
4325 Log: sprintf doc tweak (from Ian Phillipps <ian@dial.pipex.com>)
4328 ____________________________________________________________________________
4329 [ 4088] By: gsar on 1999/09/06 18:52:10
4330 Log: From: paul.marquess@bt.com
4331 Date: Sun, 5 Sep 1999 15:11:08 +0100
4332 Message-ID: <5104D4DBC598D211B5FE0000F8FE7EB202D49BAB@mbtlipnt02.btlabs.bt.co.uk>
4333 Subject: [PATCH 5.005_61] Another patch for Lexical Warnings
4335 ! pp_sys.c t/pragma/warn/doio t/pragma/warn/op
4336 ! t/pragma/warn/pp_hot t/pragma/warn/pp_sys
4337 ! t/pragma/warn/regcomp t/pragma/warn/sv t/pragma/warn/toke
4338 ! t/pragma/warn/universal t/pragma/warn/utf8 t/pragma/warn/util
4340 ____________________________________________________________________________
4341 [ 4087] By: gsar on 1999/09/06 18:06:06
4342 Log: change#3612 is buggy when quotemeta argument matches target
4343 (hope this is the last of the optimized-OP_SASSIGN bugs)
4344 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
4345 Date: Sun, 5 Sep 1999 06:07:42 -0400 (EDT)
4346 Message-Id: <199909051007.GAA06423@monk.mps.ohio-state.edu>
4347 Subject: Re: [BUG: quotemeta]
4349 ! Changes op.c t/op/lex_assign.t
4350 ____________________________________________________________________________
4351 [ 4086] By: gsar on 1999/09/06 17:57:52
4354 ! bytecode.pl ext/ByteLoader/byterun.h pod/perlsyn.pod toke.c
4355 ____________________________________________________________________________
4356 [ 4085] By: gsar on 1999/09/06 03:54:23
4357 Log: applied patch suggested by Hans Mulder to fix problems on
4358 OPENSTEP-Mach; be more careful about PERL_POLLUTE_MALLOC
4359 when they ask for bincompat (platforms that used to default
4360 to EMBEDMYMALLOC continue to do so); disable warnings.t#192
4361 (appears unsalvageable on some platforms)
4363 ! embed.h embed.pl handy.h perl.h pp_sys.c t/pragma/warn/pp_hot
4364 ____________________________________________________________________________
4365 [ 4084] By: bailey on 1999/09/06 02:39:11
4366 Log: Integrate mainline 5.05_61
4368 +> (branch 32 files)
4369 - lib/unicode/EthiopicSyllables.txt
4370 - lib/unicode/MakeEthiopicSyllables.PL t/pragma/warning.t
4372 ! vms/descrip_mms.template vms/gen_shrfls.pl vms/perly_c.vms
4373 ! vms/perly_h.vms vms/vms.c
4374 !> (integrate 346 files)
4375 ____________________________________________________________________________
4376 [ 4083] By: gsar on 1999/09/06 00:10:40
4377 Log: optional warning on join(/foo/...) (reworked suggested patch
4378 by Mark-Jason Dominus <mjd@plover.com>)
4380 ! embed.h objXSUB.h op.c opcode.h opcode.pl perlapi.c
4381 ! pod/perldelta.pod pod/perldiag.pod pod/perlfunc.pod pp.sym
4382 ! pp_proto.h t/pragma/warn/op
4383 ____________________________________________________________________________
4384 [ 4082] By: gsar on 1999/09/05 22:28:57
4385 Log: fix data loss when more than one block is read from SDBM
4386 *.dir file (suggested by Uwe Ohse <uwe@ohse.de>)
4388 ! ext/SDBM_File/sdbm/sdbm.c
4389 ____________________________________________________________________________
4390 [ 4081] By: gsar on 1999/09/05 22:07:18
4391 Log: initial implementation of lvalue subroutines (slightly fixed
4392 version of patch suggested by Ilya Zakharevich, which in turn
4393 is based on the one suggested by Tuomas J. Lukka <lukka@iki.fi>)
4395 + t/pragma/sub_lval.t
4396 ! MANIFEST cop.h cv.h dump.c embed.h ext/Opcode/Opcode.pm
4397 ! ext/attrs/attrs.pm ext/attrs/attrs.xs global.sym objXSUB.h
4398 ! op.c op.h opcode.h opcode.pl opnames.h perlapi.c
4399 ! pod/perldiag.pod pod/perlsub.pod pp.c pp.sym pp_hot.c
4400 ! pp_proto.h proto.h t/pragma/warn/pp_ctl
4401 ____________________________________________________________________________
4402 [ 4080] By: jhi on 1999/09/05 22:02:18
4403 Log: Undo #4055 (related to #4079).
4406 ____________________________________________________________________________
4407 [ 4079] By: jhi on 1999/09/05 21:30:54
4408 Log: Time is not yet ripe.
4410 ! pod/perldelta.pod pod/perlop.pod pp.c t/op/64bit.t t/op/misc.t
4411 ____________________________________________________________________________
4412 [ 4078] By: gsar on 1999/09/05 18:17:32
4413 Log: modified suggested patch to handle cross-refs and qr// objects
4414 correctly; unfollowed refs are represented as simple string
4415 value, not just the bare type; $VERSION stays the same until
4416 it is ready for prime time (avoids CPAN confustication)
4417 From: John Nolan <jpnolan@Op.Net>
4418 Date: Wed, 04 Aug 1999 20:21:10 EDT
4419 Message-Id: <199908050021.UAA09693@monet.op.net>
4420 Subject: [ID 19990804.006] [PATCH]5.005_60 (Data::Dumper) - implements Maxdepth setting
4422 ! Changes ext/Data/Dumper/Changes ext/Data/Dumper/Dumper.pm
4423 ! ext/Data/Dumper/Dumper.xs ext/Data/Dumper/Todo t/lib/dumper.t
4424 ____________________________________________________________________________
4425 [ 4077] By: jhi on 1999/09/04 21:54:42
4426 Log: timesum() wasn't @EXPORTed as promised by the documentation.
4427 Bug reported by Alex Efros <powerman@inart.kharkov.com>.
4430 ____________________________________________________________________________
4431 [ 4076] By: gsar on 1999/09/04 20:21:59
4432 Log: integrate cfgperl contents into mainline
4434 +> lib/attributes.pm lib/warnings.pm t/lib/attrs.t t/op/attrs.t
4435 +> t/pragma/warn/7fatal t/pragma/warn/8signal t/pragma/warnings.t
4436 +> warnings.h warnings.pl xsutils.c
4437 - lib/warning.pm t/pragma/warning.t warning.h warning.pl
4438 !> (integrate 109 files)
4439 ____________________________________________________________________________
4440 [ 4075] By: jhi on 1999/09/04 18:04:47
4441 Log: use integer on the problematic subtest.
4444 ____________________________________________________________________________
4445 [ 4074] By: jhi on 1999/09/04 17:57:40
4446 Log: Warn about numconvert.t in case somebody
4447 wants to make sv_2pv more 64-bit aware.
4450 ____________________________________________________________________________
4451 [ 4073] By: jhi on 1999/09/04 17:54:51
4452 Log: Comment upgrading: the quad situation isn't quite as
4453 bad as it used to be.
4456 ____________________________________________________________________________
4457 [ 4072] By: jhi on 1999/09/04 15:35:37
4458 Log: Integrate with Sarathy.
4461 ____________________________________________________________________________
4462 [ 4071] By: jhi on 1999/09/04 15:28:11
4463 Log: Fix LFS with -Duseperlio in Solaris. Reported in
4465 From: Robin Barker <rmb1@cise.npl.co.uk>
4466 To: perl5-porters@perl.org
4467 Subject: [ID 19990823.009] [PATCH perl5.005_61] typo in perl.h
4468 Date: Mon, 23 Aug 1999 16:41:11 +0100 (BST)
4469 Message-Id: <199908231541.QAA10043@tempest.npl.co.uk>
4471 and later (in private email) found to be dependent
4474 Mental note: the cpp magic done in perlsdio.h (and assumedly
4475 also in perlsfio.h) may cause trouble later with lfs because
4476 both the perlio scheme by Perl and the lfs support by vendors
4477 like to play cpp games to map the stdio namespace back and forth.
4478 The problem fixed here (fseek vs fseeko, ftell vs ftello) may be
4482 ____________________________________________________________________________
4483 [ 4070] By: jhi on 1999/09/04 13:12:14
4484 Log: Enable 64-bit clean bit ops.
4485 (Disables the t/op/misc.t substest 3 in 64-bit platforms.)
4487 ! pod/perldelta.pod pod/perlop.pod pp.c pp_hot.c t/op/64bit.t
4489 ____________________________________________________________________________
4490 [ 4069] By: jhi on 1999/09/03 21:17:30
4491 Log: Turn on USE_64_BIT_OFFSETS implicitly.
4494 ____________________________________________________________________________
4495 [ 4068] By: jhi on 1999/09/03 08:19:59
4496 Log: Fix from Spider for the sub attributes (there was an undocumented
4497 dependency between force_word() and skipspace()).
4500 ____________________________________________________________________________
4501 [ 4067] By: jhi on 1999/09/01 23:17:06
4502 Log: From: John Tobey <spam@john-edwin-tobey.org>
4503 To: ilya@math.ohio-state.edu
4504 CC: perl5-porters@perl.org
4505 Subject: Re: [PATCH 5.005_60] distclean forgot two
4506 Date: Mon, 23 Aug 1999 02:10:11 -0400 (EDT)
4507 Message-Id: <m11InJ5-000FPCC@feynman.localnet>
4510 ____________________________________________________________________________
4511 [ 4066] By: jhi on 1999/09/01 23:14:50
4512 Log: From: "Fifer, Eric" <EFifer@sanwaint.com>
4513 To: perl5-porters@perl.org
4514 Subject: [ID 19990821.001] [PATCH] perl5.005_60 cygwin port
4515 Date: Fri, 20 Aug 1999 15:37:27 +0100
4516 Message-Id: <8A160D637356D311BC4300600849EC8122E217@POST>
4518 ! cygwin/Makefile.SHs ext/ByteLoader/byterun.h
4519 ! ext/SDBM_File/sdbm/sdbm.c hints/cygwin.sh perl.h pp_sys.c
4520 ! t/io/fs.t t/io/tell.t t/lib/anydbm.t t/op/stat.t
4521 ____________________________________________________________________________
4522 [ 4065] By: jhi on 1999/09/01 22:06:43
4523 Log: From: Dominic Dunlop <domo@vo.lu>
4524 To: perl5-porters@perl.org
4525 Subject: [ID 19990819.001] Not OK: perl 5.00560 on powerpc-machten 4.1.1
4526 (UNINSTALLED) [PATCH]
4527 Date: Thu, 19 Aug 1999 09:48:03 +0200
4528 Message-Id: <v03110709b3e165b51dda@[212.24.192.132]>
4530 The PERL_POLLUTE_MALLOC part had to be manually applied.
4532 ! hints/machten.sh perl.h
4533 ____________________________________________________________________________
4534 [ 4064] By: jhi on 1999/09/01 13:56:14
4535 Log: From: Martin Lichtin <lichtin@bivio.com>
4537 CC: perl5-porters@perl.org
4538 Subject: Re: [ID 19990829.001] ExtUtils::Install.pm, minor umask problem
4539 Date: Wed, 01 Sep 1999 15:50:04 +0200
4540 Message-ID: <37CD2F0C.944BFACE@bivio.com>
4542 ! lib/ExtUtils/Install.pm
4543 ____________________________________________________________________________
4544 [ 4063] By: jhi on 1999/09/01 13:16:11
4545 Log: Enhance lfs tests: check every seek and sysseek
4546 and test also that -e and -f detect largefiles.
4548 ! t/lib/syslfs.t t/op/lfs.t
4549 ____________________________________________________________________________
4550 [ 4062] By: jhi on 1999/09/01 12:08:04
4551 Log: From: Colin Kuskie <ckuskie@Cadence.COM>
4552 To: Ronald J Kimball <rjk@linguist.dartmouth.edu>
4553 cc: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>,
4554 The Perl Porters Mailing List <perl5-porters@perl.org>
4555 Subject: [REPATCH 5.005_61] Re: perldiag.pod omissions
4556 Date: Tue, 31 Aug 1999 11:24:31 -0700 (PDT)
4557 Message-ID: <Pine.GSO.4.10.9908311055460.11290-100000@pdxult10a.cadence.com>
4560 ____________________________________________________________________________
4561 [ 4061] By: jhi on 1999/09/01 12:03:03
4562 Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
4563 To: ilya@math.ohio-state.edu (Ilya Zakharevich)
4564 Cc: perl5-porters@perl.org, cloos@adamsmith.ai
4565 Subject: Re: [ID 19990830.005] Assigning value of an op on an SV to said SV
4566 Date: Wed, 1 Sep 1999 02:56:06 -0400 (EDT)
4567 Message-Id: <199909010656.CAA04478@monk.mps.ohio-state.edu>
4570 ____________________________________________________________________________
4571 [ 4060] By: jhi on 1999/09/01 07:59:42
4572 Log: IV_DIG and NV_DIG fixes.
4575 ____________________________________________________________________________
4576 [ 4059] By: jhi on 1999/08/31 14:47:18
4577 Log: \C{} -> \N{} residue.
4580 ____________________________________________________________________________
4581 [ 4057] By: gsar on 1999/08/30 22:08:19
4582 Log: avoid hiding child process window
4585 ____________________________________________________________________________
4586 [ 4055] By: jhi on 1999/08/30 21:20:50
4587 Log: Document the undefinedness of overshifting.
4590 ____________________________________________________________________________
4591 [ 4054] By: jhi on 1999/08/30 20:18:18
4592 Log: History fixes and updates.
4595 ____________________________________________________________________________
4596 [ 4053] By: jhi on 1999/08/30 19:34:02
4597 Log: Shell quoting thinko broke installdirs.
4598 From: JVromans@Squirrel.nl (Johan Vromans)
4599 To: perl5-porters@perl.org
4600 Subject: [ID 19990830.001] 5.005_61 Configure does not substitute
4602 Date: Mon, 30 Aug 1999 16:10:10 +0200 (MEST)
4603 Message-Id: <14282.37058.934928.805633@plume.nl.compuware.com>
4605 ! Configure config_h.SH
4607 ! U/installdirs/archlib.U U/installdirs/bin.U
4608 ! U/installdirs/html1dir.U U/installdirs/html3dir.U
4609 ! U/installdirs/installprefix.U U/installdirs/man1dir.U
4610 ! U/installdirs/man3dir.U U/installdirs/privlib.U
4611 ! U/installdirs/scriptdir.U U/installdirs/sitearch.U
4612 ! U/installdirs/sitebin.U U/installdirs/sitehtml1dir.U
4613 ! U/installdirs/sitehtml3dir.U U/installdirs/sitelib.U
4614 ! U/installdirs/siteman1dir.U U/installdirs/siteman3dir.U
4615 ! U/installdirs/sitescriptdir.U U/installdirs/vendorarch.U
4616 ! U/installdirs/vendorbin.U U/installdirs/vendorhtml1dir.U
4617 ! U/installdirs/vendorhtml3dir.U U/installdirs/vendorlib.U
4618 ! U/installdirs/vendorman1dir.U U/installdirs/vendorman3dir.U
4619 ! U/installdirs/vendorscriptdir.U
4620 ____________________________________________________________________________
4621 [ 4052] By: jhi on 1999/08/30 02:57:05
4622 Log: Use \N{named characters} instead of \C.
4623 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
4625 Cc: larry@wall.org (Larry Wall), Tim.Bunce@ig.co.uk (Tim Bunce),
4626 perl5-porters@perl.org (Mailing list Perl5)
4627 Subject: Re: [PATCH 5.005_58] Named characters in Perl
4628 Date: Sun, 29 Aug 1999 16:46:53 -0400 (EDT)
4629 Message-Id: <199908292046.QAA05510@monk.mps.ohio-state.edu>
4631 ! lib/charnames.pm lib/utf8.pm pod/perldiag.pod pod/perlop.pod
4632 ! pod/perlre.pod regcomp.c t/lib/charnames.t toke.c
4633 ____________________________________________________________________________
4634 [ 4051] By: jhi on 1999/08/30 02:54:20
4635 Log: From: Spider Boardman <spider@Orb.Nashua.NH.US>
4636 To: perl5-porters@perl.org
4637 Subject: [ID 19990829.004] Autoloaded &VERSION and UNIVERSAL::VERSION
4639 Date: Sun, 29 Aug 1999 19:04:53 -0400
4640 Message-Id: <199908292304.TAA13738@Orb.Nashua.NH.US>
4643 ____________________________________________________________________________
4644 [ 4050] By: jhi on 1999/08/29 16:38:58
4645 Log: Conditionally socksify the LIBS of Socket.
4647 ! ext/Socket/Makefile.PL
4648 ____________________________________________________________________________
4649 [ 4049] By: jhi on 1999/08/29 15:33:30
4650 Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
4651 To: Mailing list Perl5 <perl5-porters@perl.org>
4652 Subject: Re: [PATCH 5.005_60] fix @DB::typeahead
4653 Date: Wed, 25 Aug 1999 16:19:58 -0400
4654 Message-ID: <19990825161958.A4658@monk.mps.ohio-state.edu>
4657 ____________________________________________________________________________
4658 [ 4048] By: jhi on 1999/08/29 15:31:36
4659 Log: From: Stephen McCamant <smccam@uclink4.berkeley.edu>
4660 To: perl5-porters@perl.org
4661 Subject: [PATCH _61] Lost arguments to simplified sort
4662 Date: Wed, 25 Aug 1999 23:22:32 -0700 (PDT)
4663 Message-ID: <14276.56616.879390.562685@metonymy.hip.berkeley.edu>
4666 ____________________________________________________________________________
4667 [ 4047] By: jhi on 1999/08/29 15:29:29
4668 Log: From: Olaf Flebbe <olaf@science-computing.de>
4669 Sender: owner-perl5-porters@perl.org
4670 To: perl5-porters@perl.org
4671 Subject: [ID 19990827.003] [PATCH]5.005_60 Patch for EPOC Support
4672 Date: Fri, 27 Aug 1999 21:50:41 +0200 (MEST)
4674 ! README.epoc epoc/config.h epoc/epoc.c epoc/epocish.h
4675 ! epoc/perl.mmp epoc/perl.pkg
4676 ____________________________________________________________________________
4677 [ 4046] By: jhi on 1999/08/29 15:21:18
4678 Log: From: pvhp@forte.com (Peter Prymmer)
4679 To: perl5-porters@perl.org
4680 Subject: [PATCH: 5.005_61] an EBCDIC friendly cgi-html.t test
4681 Date: Fri, 27 Aug 99 18:51:04 PDT
4682 Message-Id: <9908280151.AA05010@forte.com>
4685 ____________________________________________________________________________
4686 [ 4045] By: jhi on 1999/08/29 15:18:38
4687 Log: Fix scalar gmtime (and localtime) in quad environments,
4688 bug reported by Robin Parker.
4690 From: Robin Barker <rmb1@cise.npl.co.uk>
4692 Cc: perl5-porters@perl.org
4693 Subject: Re: [ID 19990823.009] [PATCH perl5.005_61] typo in perl.h
4694 Date: Tue, 24 Aug 1999 11:09:24 +0100 (BST)
4695 Message-Id: <199908241009.LAA24394@tempest.npl.co.uk>
4697 ! pp_sys.c t/op/time.t
4698 ____________________________________________________________________________
4699 [ 4044] By: jhi on 1999/08/29 11:24:03
4700 Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
4701 To: perl5-porters@perl.org (Mailing list Perl5)
4702 Subject: [PATCH 5.005_60] Speeding up XSUB calls up to 66%
4703 Date: Fri, 27 Aug 1999 03:33:01 -0400 (EDT)
4704 Message-Id: <199908270733.DAA16927@monk.mps.ohio-state.edu>
4706 Addendum: it's "only" 33% speedup.
4708 ! dump.c op.c op.h pp.h
4709 ____________________________________________________________________________
4710 [ 4043] By: jhi on 1999/08/29 11:10:33
4711 Log: From: spider-perl@Orb.Nashua.NH.US
4712 To: Mailing list Perl5 <perl5-porters@perl.org>
4713 Subject: [PATCH 5.005_61 CORE] sub : attrlist
4714 Date: Sun, 29 Aug 1999 03:02:11 -0400
4715 Message-Id: <199908290702.DAA32191@Orb.Nashua.NH.US>
4717 + lib/attributes.pm t/lib/attrs.t t/op/attrs.t xsutils.c
4718 ! MANIFEST Makefile.SH embed.h embed.pl embedvar.h global.sym
4719 ! gv.c lib/AutoSplit.pm lib/SelfLoader.pm objXSUB.h op.c perl.c
4720 ! perl.h perlapi.c perlapi.h perly.c perly.fixer perly.h perly.y
4721 ! perly_c.diff pod/perldelta.pod pod/perldiag.pod
4722 ! pod/perlfunc.pod pod/perlmodlib.pod pod/perlsub.pod proto.h
4723 ! toke.c vms/perly_c.vms vms/perly_h.vms warnings.h
4724 ____________________________________________________________________________
4725 [ 4042] By: jhi on 1999/08/29 11:08:50
4726 Log: Turn off gcc-2.95's strict-alias optimization.
4727 This, of course, should be only temporary.
4728 From Andy Dougherty.
4730 ! Configure config_h.SH
4732 ! U/compline/ccflags.U U/modified/cc.U
4733 ____________________________________________________________________________
4734 [ 4041] By: jhi on 1999/08/29 10:47:30
4735 Log: Fix a typo in #4036.
4738 ____________________________________________________________________________
4739 [ 4040] By: jhi on 1999/08/29 10:34:58
4740 Log: Add a missing #endif forgotten by #4035.
4743 ____________________________________________________________________________
4744 [ 4039] By: jhi on 1999/08/29 10:31:19
4745 Log: Remove an extra #endif introduced by #4036.
4748 ____________________________________________________________________________
4749 [ 4038] By: jhi on 1999/08/29 10:18:59
4750 Log: Rename warning to warnings, from Paul Marquess.
4752 + lib/warnings.pm t/pragma/warn/7fatal t/pragma/warn/8signal
4753 + t/pragma/warnings.t warnings.h warnings.pl
4754 - lib/warning.pm t/pragma/warning.t warning.h warning.pl
4755 ! MANIFEST Makefile.SH gv.c mg.c perl.h pod/perldelta.pod
4756 ! pod/perldiag.pod pod/perlfunc.pod pod/perllexwarn.pod
4757 ! pod/perlmodlib.pod pod/perlrun.pod pod/perltoc.pod
4758 ! pod/perlvar.pod t/op/64bit.t t/op/tie.t t/pragma/warn/2use
4759 ! t/pragma/warn/3both t/pragma/warn/4lint t/pragma/warn/5nolint
4760 ! t/pragma/warn/6default t/pragma/warn/doio t/pragma/warn/doop
4761 ! t/pragma/warn/gv t/pragma/warn/mg t/pragma/warn/op
4762 ! t/pragma/warn/perl t/pragma/warn/perly t/pragma/warn/pp
4763 ! t/pragma/warn/pp_ctl t/pragma/warn/pp_hot t/pragma/warn/pp_sys
4764 ! t/pragma/warn/regcomp t/pragma/warn/regexec t/pragma/warn/sv
4765 ! t/pragma/warn/taint t/pragma/warn/toke t/pragma/warn/universal
4766 ! t/pragma/warn/utf8 t/pragma/warn/util toke.c
4767 ____________________________________________________________________________
4768 [ 4037] By: jhi on 1999/08/29 10:08:47
4769 Log: Create the equivalence tables based on
4770 the real Unicode decomposition, not on
4773 ! lib/unicode/Eq/Latin1 lib/unicode/Eq/Unicode
4774 ! lib/unicode/mktables.PL
4775 ____________________________________________________________________________
4776 [ 4036] By: jhi on 1999/08/29 09:29:08
4777 Log: Integrate with Sarathy.
4779 +> lib/unicode/Is/SylA.pl lib/unicode/Is/SylC.pl
4780 +> lib/unicode/Is/SylE.pl lib/unicode/Is/SylI.pl
4781 +> lib/unicode/Is/SylO.pl lib/unicode/Is/SylU.pl
4782 +> lib/unicode/Is/SylV.pl lib/unicode/Is/SylWA.pl
4783 +> lib/unicode/Is/SylWC.pl lib/unicode/Is/SylWE.pl
4784 +> lib/unicode/Is/SylWI.pl lib/unicode/Is/SylWV.pl
4785 !> (integrate 190 files)
4786 ____________________________________________________________________________
4787 [ 4035] By: jhi on 1999/08/29 08:56:15
4788 Log: Implement 64-bit vec().
4790 ! doop.c pod/perldelta.pod pod/perldiag.pod pod/perlfunc.pod
4792 ____________________________________________________________________________
4793 [ 4034] By: gsar on 1999/08/29 03:35:18
4794 Log: deadcode removal
4796 ! XSUB.h embed.h embed.pl global.sym mg.c op.c perl.h perlapi.h
4797 ! pp_ctl.c proto.h run.c sv.c
4798 ____________________________________________________________________________
4799 [ 4033] By: jhi on 1999/08/28 17:31:07
4800 Log: From: Robin Barker <rmb1@cise.npl.co.uk>
4801 To: perl5-porters@perl.org
4802 Subject: [ID 19990823.009] [PATCH perl5.005_61] typo in perl.h
4803 Date: Mon, 23 Aug 1999 16:41:11 +0100 (BST)
4804 Message-Id: <199908231541.QAA10043@tempest.npl.co.uk>
4807 ____________________________________________________________________________
4808 [ 4032] By: gsar on 1999/08/26 23:53:33
4809 Log: new thread should set current interp in TLS
4811 ! ext/Thread/Thread.xs
4812 ____________________________________________________________________________
4813 [ 4031] By: bailey on 1999/08/23 03:40:07
4814 Log: When extension doesn't have a "main" object file to anchor linker search, pull in all objct files
4816 ! lib/ExtUtils/MM_VMS.pm
4817 ____________________________________________________________________________
4818 [ 4030] By: bailey on 1999/08/23 03:37:43
4819 Log: Patch up holes in realclean target
4821 ! vms/descrip_mms.template
4822 ____________________________________________________________________________
4823 [ 4029] By: bailey on 1999/08/23 03:36:24
4824 Log: Fix handling of PERL_POLLUTE
4826 ! lib/ExtUtils/MM_VMS.pm
4827 ____________________________________________________________________________
4828 [ 4028] By: bailey on 1999/08/23 03:34:08
4829 Log: Update VMS version of perly.h
4832 ____________________________________________________________________________
4833 [ 4027] By: bailey on 1999/08/23 03:32:45
4834 Log: Update dependencies in Descrip.MMS
4836 ! vms/descrip_mms.template
4837 ____________________________________________________________________________
4838 [ 4026] By: bailey on 1999/08/23 03:30:01
4839 Log: Fix prototypes in perlapi.c (64-bit?)
4840 Clear prior definition of getenv_len before defining VMS-specific macro
4842 ! perlapi.c vms/vmsish.h
4843 ____________________________________________________________________________
4844 [ 4025] By: bailey on 1999/08/23 03:25:51
4845 Log: Add '-m' option to Configure.com which skips the MANIFEST check
4848 ____________________________________________________________________________
4849 [ 4024] By: bailey on 1999/08/23 03:23:34
4850 Log: Skip open() tests that rely on Unix fork semantics
4853 ____________________________________________________________________________
4854 [ 4023] By: bailey on 1999/08/23 03:21:46
4855 Log: Loosen conditons for recognizing a function name in perl.h to accomodate revisions
4858 ____________________________________________________________________________
4859 [ 4022] By: bailey on 1999/08/23 03:17:33
4860 Log: update MM_VMS to use new File::Spec routines
4862 ! lib/ExtUtils/MM_VMS.pm lib/File/Spec/VMS.pm
4863 ____________________________________________________________________________
4864 [ 4021] By: bailey on 1999/08/23 03:13:40
4865 Log: byteperl is now part of the ByteLoader ext
4867 ! ext/ByteLoader/byterun.h vms/descrip_mms.template
4868 ____________________________________________________________________________
4869 [ 4020] By: bailey on 1999/08/23 03:10:41
4870 Log: Allow option to treat barewords at start of Unix paths as simple words rather than logicals
4873 ____________________________________________________________________________
4874 [ 4019] By: bailey on 1999/08/23 03:07:28
4875 Log: Update calls for new thread context handling
4877 ! ext/Devel/DProf/DProf.xs ext/DynaLoader/dl_vms.xs
4878 ! ext/POSIX/POSIX.xs vms/vms.c vms/vmsish.h vms/writemain.pl
4879 ____________________________________________________________________________
4880 [ 4018] By: bailey on 1999/08/23 03:01:31
4881 Log: Allow for file versions in library when looking for .bs files
4883 ! ext/DynaLoader/DynaLoader_pm.PL
4884 ____________________________________________________________________________
4885 [ 4017] By: bailey on 1999/08/23 02:58:55
4886 Log: Update VMS configuration procedures for 5.005_60
4888 ! configure.com vms/subconfigure.com
4889 ____________________________________________________________________________
4890 [ 4016] By: gsar on 1999/08/20 22:19:56
4899 ____________________________________________________________________________
4900 [ 4015] By: gsar on 1999/08/20 22:17:41
4901 Log: perl_free() should use PerlMem_free()
4904 ____________________________________________________________________________
4905 [ 4014] By: gsar on 1999/08/20 22:10:46
4908 ! XSUB.h mg.c perl.c win32/config.bc win32/config.gc
4909 ! win32/config.vc win32/config_H.bc win32/config_H.gc
4911 ____________________________________________________________________________
4912 [ 4013] By: gsar on 1999/08/20 22:09:56
4913 Log: DEBUG_m() adjusted to internalize dTHX
4915 ! malloc.c perl.h util.c
4916 ____________________________________________________________________________
4917 [ 4012] By: gsar on 1999/08/20 17:51:06
4918 Log: make autogenerated files writable
4921 ____________________________________________________________________________
4922 [ 4011] By: gsar on 1999/08/20 17:43:47
4925 ! Changes perl.h pod/perldelta.pod pod/perlguts.pod
4926 ____________________________________________________________________________
4927 [ 4010] By: gsar on 1999/08/20 17:21:53
4928 Log: up patchlevel &c
4930 ! Changes patchlevel.h win32/Makefile win32/config_H.bc
4931 ! win32/config_H.gc win32/config_H.vc win32/makefile.mk
4932 ____________________________________________________________________________
4933 [ 4009] By: gsar on 1999/08/20 16:46:26
4934 Log: add missing Is/Syl*.pl files
4936 + lib/unicode/Is/SylA.pl lib/unicode/Is/SylC.pl
4937 + lib/unicode/Is/SylE.pl lib/unicode/Is/SylI.pl
4938 + lib/unicode/Is/SylO.pl lib/unicode/Is/SylU.pl
4939 + lib/unicode/Is/SylV.pl lib/unicode/Is/SylWA.pl
4940 + lib/unicode/Is/SylWC.pl lib/unicode/Is/SylWE.pl
4941 + lib/unicode/Is/SylWI.pl lib/unicode/Is/SylWV.pl
4942 ____________________________________________________________________________
4943 [ 4008] By: gsar on 1999/08/20 16:31:02
4944 Log: integrate cfgperl contents into mainline
4946 +> ext/ByteLoader/hints/sunos.pl lib/charnames.pm
4947 +> lib/unicode/Eq/Latin1 lib/unicode/Eq/Unicode
4948 +> lib/unicode/syllables.txt t/lib/charnames.t t/lib/syslfs.t
4950 - lib/unicode/EthiopicSyllables.txt
4951 - lib/unicode/MakeEthiopicSyllables.PL
4952 !> (integrate 261 files)
4953 ____________________________________________________________________________
4954 [ 4007] By: gsar on 1999/08/20 15:24:08
4955 Log: support USE_THREADS+MULTIPLICITY; source compat tweaks for
4956 USE_THREADS and MULTIPLICITY; minor pod adjustments
4958 ! Porting/patching.pod Todo Todo-5.005 XSUB.h embed.pl
4959 ! embedvar.h perl.c perl.h pod/perlguts.pod util.c
4960 ____________________________________________________________________________
4961 [ 4006] By: jhi on 1999/08/19 19:01:41
4962 Log: Tighten the vec() code so that naughty BITS cause an error.
4965 ____________________________________________________________________________
4966 [ 4005] By: jhi on 1999/08/19 15:55:09
4967 Log: Don't document ill-defined vec() bits cases
4968 (for which the code doesn't work right in any case)
4970 ! pod/perldiag.pod pod/perlfunc.pod
4971 ____________________________________________________________________________
4972 [ 4004] By: jhi on 1999/08/19 12:49:41
4973 Log: Removed duplicated code (in pp.c and mg.c) by introducing
4974 do_vecget(). NOTE: the calling convention of do_vecset()
4975 changes, too: the `offset' that is assigned to LvTARGOFF(TARG)
4976 in pp_vec() is no more multiplied by `size' in pp_vec(),
4977 the multiplication is now done in do_vecset().
4979 Also fix a cpp thinko in change #4002.
4981 ! doop.c embed.h embed.pl embedvar.h global.sym mg.c objXSUB.h
4982 ! perl.h perlapi.c pod/perldiag.pod pod/perlfunc.pod pp.c
4984 ____________________________________________________________________________
4985 [ 4003] By: jhi on 1999/08/18 08:27:22
4986 Log: Warn about small spherical distances.
4989 ____________________________________________________________________________
4990 [ 4002] By: jhi on 1999/08/17 09:11:51
4991 Log: Enhance IV_FITS_IN_IV (though it's still unused).
4994 ____________________________________________________________________________
4995 [ 4001] By: jhi on 1999/08/17 08:13:34
4996 Log: From: andreas.koenig@anima.de (Andreas J. Koenig)
4997 Message-ID: <sfcogg7ylk7.fsf@hohenstaufen.in-berlin.de>
4998 To: The Perl5 Porters Mailing List <perl5-porters@perl.org>
4999 Subject: [PATCH] overload.pm str/num confu
5000 Date: 17 Aug 1999 08:21:12 +0200
5003 ____________________________________________________________________________
5004 [ 4000] By: jhi on 1999/08/17 07:20:23
5005 Log: From: merlyn@stonehenge.com (Randal L. Schwartz)
5006 To: perl5-porters@perl.org
5007 Subject: [ID 19990816.006] small patch to perlobj.pod from 5.005_03
5008 Date: 16 Aug 1999 14:24:28 -0700
5009 Message-Id: <m1ogg7to4z.fsf@halfdome.holdit.com>
5012 ____________________________________________________________________________
5013 [ 3999] By: jhi on 1999/08/16 19:49:09
5014 Log: Integrate with Nick.
5016 !> cop.h op.c perl.c t/op/eval.t t/pragma/warn/op util.c
5017 ____________________________________________________________________________
5018 [ 3998] By: jhi on 1999/08/16 19:44:29
5019 Log: Fix most of the pod2man moanings reported in
5021 From: "Larry W. Virden" <lvirden@cas.org>
5022 To: perl5-porters@perl.org
5023 Subject: [ID 19990803.011] Not OK: perl 5.00560 on sun4-solaris 2.6
5025 Date: Tue, 3 Aug 1999 15:35:06 -0400 (EDT)
5026 Message-Id: <199908031935.PAA27692@cas.org>
5030 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
5031 ! config_h.SH ext/B/B/Stash.pm lib/Carp/Heavy.pm
5032 ! lib/Dumpvalue.pm lib/Exporter/Heavy.pm lib/filetest.pm
5033 ! lib/utf8.pm pod/perllexwarn.pod pod/perlxstut.pod
5034 ! utils/h2xs.PL utils/perlcc.PL
5035 ____________________________________________________________________________
5036 [ 3997] By: jhi on 1999/08/16 19:20:37
5037 Log: A fix of sorts for the flush-before-dup scenario.
5040 ____________________________________________________________________________
5041 [ 3996] By: jhi on 1999/08/16 19:14:37
5045 ____________________________________________________________________________
5046 [ 3995] By: jhi on 1999/08/16 18:55:35
5047 Log: Batch of small 64-bit/long double/large file support tweaks:
5049 - from DBL_DIG and LDBL_DIG select NV_DIG
5050 - introduce IVSIZE, UVSIZE, NVSIZE
5053 - AIX uses `oslevel` when others use `uname -r`
5054 - already AIX 4.2 goes 64-bit
5055 - in HP-UX require the 64-bit libc, just the directory isn't enough
5056 - group ids are not NVs
5057 - #undef USE_LONG_DOUBLE if long double is no better than double
5058 - introduce NV_WITHIN_*() and IV_FITS_IN_IV
5059 - mention large file support in perldelta
5060 - introduce quad TOPpin' and POPpin'
5061 - the svcat... buffer was tiny for printing quads in %b
5062 - fix the multiplication test in 64bit.t
5063 - try to make VMS to comply with all this removal and "introducal"
5066 ! Configure config_h.SH dump.c hints/aix.sh hints/hpux.sh mg.c
5067 ! perl.h perlio.c pod/perldelta.pod pp.h sv.c t/lib/syslfs.t
5068 ! t/op/64bit.t t/op/lfs.t utf8.c vms/subconfigure.com
5070 ! U/modified/d_longdbl.U
5071 Branch: metaconfig/U/perl
5073 ____________________________________________________________________________
5074 [ 3994] By: jhi on 1999/08/16 07:53:44
5075 Log: More Configure/subconfigure.com syncing.
5077 ! vms/subconfigure.com
5078 ____________________________________________________________________________
5079 [ 3993] By: jhi on 1999/08/14 22:09:26
5080 Log: Remove from VMS what the change #3982 took away from Configure lands.
5082 ! vms/subconfigure.com
5083 ____________________________________________________________________________
5084 [ 3992] By: jhi on 1999/08/14 13:29:13
5085 Log: Small test tweaks.
5087 ! t/io/dup.t t/lib/dprof.t t/lib/odbm.t
5088 ____________________________________________________________________________
5089 [ 3991] By: jhi on 1999/08/14 13:08:41
5090 Log: Augment filesize limit note.
5093 ____________________________________________________________________________
5094 [ 3990] By: jhi on 1999/08/14 13:06:12
5095 Log: Note about filesize limits.
5098 ____________________________________________________________________________
5099 [ 3989] By: jhi on 1999/08/14 11:31:58
5100 Log: Catch the case of filesize limits.
5102 ! t/lib/syslfs.t t/op/lfs.t
5103 ____________________________________________________________________________
5104 [ 3988] By: nick on 1999/08/14 09:20:58
5105 Log: New lightweight Carp has a require. If Carp is used in a __DIE__ handler
5106 this causes a POPSTACK panic. The problem seems to be that although
5107 die_where() has unwound the tail of perl_vdie() top_env setjmp has been
5108 set to resume execution there. Avoiding setting CATCH_SET(TRUE) in
5109 call_sv() avoids this. So invent a new G_NOCATCH flag to disable
5110 messing with CATCH_SET() in call_sv, use it in perl_vdie().
5111 Add test to op/eval.t which will fail (panic) if bug comes back.
5112 >>> I AM NOT CONVINCED THIS IS CORRECT LONG TERM FIX <<<
5114 ! cop.h perl.c t/op/eval.t util.c
5115 ____________________________________________________________________________
5116 [ 3987] By: jhi on 1999/08/13 23:57:52
5117 Log: From: "Craig A. Berry" <craig.berry@metamor.com>
5118 To: perl5-porters@perl.org, vmsperl@perl.org, sarathy@activestate.com
5119 Subject: [PATCH 5.005_60] fix MM_VMS.pm for space-delimited lists
5120 Date: Fri, 13 Aug 1999 17:42:47 -0500
5121 Message-Id: <v04210105b3da3ed9599d@[172.16.246.133]>
5123 ! lib/ExtUtils/MM_VMS.pm
5124 ____________________________________________________________________________
5125 [ 3986] By: jhi on 1999/08/13 23:56:44
5126 Log: Don't quit before printing out the message.
5128 ! t/lib/syslfs.t t/op/lfs.t
5129 ____________________________________________________________________________
5130 [ 3985] By: jhi on 1999/08/13 23:35:49
5131 Log: Remove more t/ trash on target "clean".
5134 ____________________________________________________________________________
5135 [ 3984] By: jhi on 1999/08/13 23:02:53
5136 Log: Avoid double long double.
5138 ! Configure config_h.SH
5139 Branch: metaconfig/U/perl
5141 ____________________________________________________________________________
5142 [ 3983] By: jhi on 1999/08/13 22:59:56
5145 ! Configure config_h.SH
5147 ! U/compline/byteorder.U
5148 ____________________________________________________________________________
5149 [ 3982] By: jhi on 1999/08/13 22:48:40
5150 Log: Jumbo Configure and large file support update.
5151 Remove a lot of unneeded 64-bitness cruft;
5152 re-introduce BYTEORDER; update 64-bitness hints;
5153 lfs should now work in Solaris; long doubles in AIX.
5155 ! Configure config_h.SH doio.c hints/aix.sh hints/hpux.sh
5156 ! hints/irix_6.sh hints/solaris_2.sh iperlsys.h perl.h perlio.c
5157 ! perlsdio.h pp.h pp_sys.c
5159 ! U/compline/byteorder.U U/compline/ccflags.U
5160 Branch: metaconfig/U/perl
5161 ! d_dlsymun.U io64.U uselongdbl.U
5162 ____________________________________________________________________________
5163 [ 3980] By: jhi on 1999/08/13 15:09:11
5164 Log: Introduce HAS_LLSEEK.
5166 ! Configure config_h.SH perl.h
5167 ____________________________________________________________________________
5168 [ 3979] By: jhi on 1999/08/13 14:29:47
5169 Log: From: <dan@sidhe.org>
5170 To: perl5-porters@perl.org, vmsperl@perl.org, bailey@newman.upenn.edu,
5171 sarathy@activestate.com
5172 Subject: [PATCH 5.005_60]fix up VMS->unix filename translation a bit
5173 Date: Fri, 13 Aug 1999 09:00:42 -0700 (PDT)
5174 Message-ID: <Pine.LNX.4.10.9908130849390.3950-100000@tuatha.sidhe.org>
5177 ____________________________________________________________________________
5178 [ 3978] By: jhi on 1999/08/13 09:56:46
5179 Log: Make the 64-bit tests more paranoid.
5182 ____________________________________________________________________________
5183 [ 3976] By: jhi on 1999/08/12 21:49:16
5184 Log: IRIX64 needs more -mabi=64 with gcc.
5187 ____________________________________________________________________________
5188 [ 3975] By: jhi on 1999/08/12 21:02:03
5189 Log: Reincarnate change #3967, now in more modest form.
5192 ____________________________________________________________________________
5193 [ 3974] By: jhi on 1999/08/12 20:49:36
5194 Log: Remove rt from libswanted (I added it many moons ago
5195 when I thought it would be useful in Digital UNIX,
5196 I was wrong); undo the recent IRIX hints changes,
5197 getting rid of one warning brought new ones.
5199 ! Configure config_h.SH hints/irix_6.sh
5201 ! U/modified/Myinit.U
5202 ____________________________________________________________________________
5203 [ 3973] By: jhi on 1999/08/12 19:42:53
5204 Log: st_blocks is in 512 byte blocks.
5206 ! t/lib/syslfs.t t/op/lfs.t
5207 ____________________________________________________________________________
5208 [ 3972] By: jhi on 1999/08/12 19:27:31
5209 Log: Don't claim defeat too early.
5211 ! Configure config_h.SH
5212 Branch: metaconfig/U/perl
5214 ____________________________________________________________________________
5215 [ 3971] By: jhi on 1999/08/12 19:24:14
5216 Log: IRIX 64-bit hint tweak.
5219 ____________________________________________________________________________
5220 [ 3970] By: nick on 1999/08/12 19:17:20
5221 Log: Turn of deprecated warnings for defined(@Sompack::ISA) type
5222 tests i.e. RV2AV and RV2HV
5224 ! op.c t/pragma/warn/op
5225 ____________________________________________________________________________
5226 [ 3969] By: jhi on 1999/08/12 19:06:17
5227 Log: Add Configure -Duselongdouble and add a missing semicolon.
5229 ! Configure config_h.SH sv.c
5230 Branch: metaconfig/U/perl
5232 ____________________________________________________________________________
5233 [ 3968] By: jhi on 1999/08/12 18:46:00
5234 Log: Simply exit() early if lfs support seems unlikely.
5236 ! t/lib/syslfs.t t/op/lfs.t
5237 ____________________________________________________________________________
5238 [ 3967] By: jhi on 1999/08/12 18:44:05
5239 Log: Suffer silently for unused libraries.
5242 ____________________________________________________________________________
5243 [ 3966] By: jhi on 1999/08/12 13:18:44
5244 Log: Update MANIFEST to follow change #3965.
5247 ____________________________________________________________________________
5248 [ 3965] By: jhi on 1999/08/12 13:15:38
5249 Log: Regenerate Unicode tables based on new syllable lists
5253 ____________________________________________________________________________
5254 [ 3964] By: jhi on 1999/08/12 10:06:24
5255 Log: Remove more spurious casting.
5258 ____________________________________________________________________________
5259 [ 3963] By: jhi on 1999/08/12 08:18:53
5260 Log: Minor niggles on the lfs tests.
5262 ! t/lib/syslfs.t t/op/lfs.t
5263 ____________________________________________________________________________
5264 [ 3962] By: jhi on 1999/08/11 22:48:25
5265 Log: Don't bother with lfs testing if off_t is too small.
5267 ! t/lib/syslfs.t t/op/lfs.t
5268 ____________________________________________________________________________
5269 [ 3961] By: jhi on 1999/08/11 22:22:54
5270 Log: Long double patches from Dan Sugalski.
5273 ____________________________________________________________________________
5274 [ 3960] By: jhi on 1999/08/11 22:17:55
5275 Log: Flush buffer before duplicating file descriptor.
5277 From: Mark-Jason Dominus <mjd@plover.com>
5278 To: Graham Barr <gbarr@pobox.com>
5279 cc: Vicki Brown <vlb@cfcl.com>, perl5-porters@perl.org, mjd@plover.com
5280 Subject: Re: [ID 19990811.002] can't dup DATA? (PATCH (5.005_57))
5281 Date: Wed, 11 Aug 1999 15:56:09 -0400
5282 Message-ID: <19990811195610.5933.qmail@plover.com>
5284 From: Mark-Jason Dominus <mjd@plover.com>
5285 To: perl5-porters@perl.org
5286 Subject: Re: [ID 19990811.002] can't dup DATA? (PATCH (5.005_57))
5287 Date: Wed, 11 Aug 1999 16:05:46 -0400
5288 Message-ID: <19990811200546.6165.qmail@plover.com>
5290 ! doio.c pod/perldelta.pod
5291 ____________________________________________________________________________
5292 [ 3959] By: jhi on 1999/08/11 22:11:35
5293 Log: Bypass fsync(NULL) (crashes miniperl compiled with DEC C 5.2)
5295 From: "Craig A. Berry" <craig.berry@metamor.com>
5296 Sender: owner-perl5-porters@perl.org
5297 To: vmsperl@perl.org, perl5-porters@perl.org, sarathy@activestate.com,
5298 bailey@newman.upenn.edu
5299 Subject: [PATCH 5.005_60] vms.c my_flush patch to circumvent fileno
5301 Date: Wed, 11 Aug 1999 14:31:11 -0500
5302 Message-Id: <4.2.0.58.19990811141007.00b8f8a0@mmtnt11.metamor.com>
5305 ____________________________________________________________________________
5306 [ 3958] By: jhi on 1999/08/11 15:35:45
5307 Log: Add a hopefully comforting message if there seems to be no LFS.
5308 This seems to be the case with e.g. ext2fs, a somewhat popular fs.
5309 The tests will fail on lfs tests only if quad is available,
5310 if ENOQUAD, the lfs tests will be skipped.
5312 ! t/lib/syslfs.t t/op/lfs.t
5313 ____________________________________________________________________________
5314 [ 3957] By: jhi on 1999/08/11 12:25:59
5315 Log: Unapply an experimental patch that accidentally escaped
5316 from the lab by piggybacking with the change #3955.
5318 ! pp.c pp.h pp_hot.c
5319 ____________________________________________________________________________
5320 [ 3956] By: jhi on 1999/08/11 08:19:23
5321 Log: Add sysio large file support testing.
5324 ! MANIFEST pod/perlfunc.pod t/op/64bit.t t/op/lfs.t
5325 ____________________________________________________________________________
5326 [ 3955] By: jhi on 1999/08/10 22:39:11
5327 Log: From: <dan@sidhe.org>
5328 To: vmsperl@perl.org, perl5-porters@perl.org,
5329 sarathy@activestate.com, bailey@newman.upenn.edu
5330 Subject: [PATCH 5.005_60]Patches needed to get _60 building with
5332 Date: Tue, 10 Aug 1999 16:34:56 -0700 (PDT)
5333 Message-ID: <Pine.LNX.4.10.9908101631030.18266-100000@tuatha.sidhe.org>
5335 ! ext/Devel/DProf/DProf.xs ext/DynaLoader/dl_vms.xs
5336 ! ext/POSIX/POSIX.xs pp.c pp.h pp_hot.c vms/vms.c vms/vmsish.h
5338 ____________________________________________________________________________
5339 [ 3954] By: jhi on 1999/08/10 20:37:55
5340 Log: LFS testing robustness.
5343 ____________________________________________________________________________
5344 [ 3953] By: jhi on 1999/08/10 19:54:50
5345 Log: From: <dan@sidhe.org>
5346 To: vmsperl@perl.org, perp5-porters@perl.org, bailey@newman.upenn.edu,
5347 sarathy@activestate.com
5348 Subject: [PATCH 5.005_60]Pathces to get _60 building on VMS
5349 Date: Tue, 10 Aug 1999 13:28:18 -0700 (PDT)
5350 Message-ID: <Pine.LNX.4.10.9908101323130.18266-100000@tuatha.sidhe.org>
5352 ! configure.com vms/descrip_mms.template vms/gen_shrfls.pl
5353 ! vms/subconfigure.com vms/vmsish.h
5354 ____________________________________________________________________________
5355 [ 3952] By: jhi on 1999/08/10 17:18:57
5356 Log: AIX is different, again. Now in cc -E output.
5358 ! Configure config_h.SH
5360 ! U/modified/cppstdin.U
5361 ____________________________________________________________________________
5362 [ 3951] By: jhi on 1999/08/10 14:37:08
5363 Log: Use Pid_t on pgrp matters.
5366 ____________________________________________________________________________
5367 [ 3950] By: jhi on 1999/08/10 14:35:30
5370 ! doio.c embed.h embed.pl embedvar.h global.sym perlapi.c
5371 ! pp_sys.c proto.h util.c
5372 ____________________________________________________________________________
5373 [ 3949] By: jhi on 1999/08/10 14:11:15
5376 ! doio.c embed.h embed.pl embedvar.h global.sym perlapi.c
5377 ! perlapi.h pp_sys.c proto.h
5378 ____________________________________________________________________________
5379 [ 3948] By: jhi on 1999/08/10 13:53:19
5380 Log: Small perlbug doc tweaks from Jon Orwant.
5383 ____________________________________________________________________________
5384 [ 3947] By: jhi on 1999/08/10 09:55:11
5385 Log: Large file support testing.
5388 ! MANIFEST t/op/64bit.t
5389 ____________________________________________________________________________
5390 [ 3946] By: jhi on 1999/08/10 09:13:54
5391 Log: Remove I32 casting from time-related functions.
5394 ____________________________________________________________________________
5395 [ 3945] By: jhi on 1999/08/10 09:06:42
5396 Log: Gratuitous uid and gid casts to I32s and ints removed.
5397 There are still problem spots in printfing such ids:
5398 width (%d vs %ld) and signedness %d vs %u.
5400 ! doio.c embed.h embed.pl embedvar.h global.sym intrpvar.h mg.c
5401 ! perl.c perlapi.c pp_hot.c proto.h
5402 ____________________________________________________________________________
5403 [ 3944] By: jhi on 1999/08/10 07:43:03
5404 Log: Remove I32 casts from pp_stat, these make stat()
5405 very broken e.g. on files larger than 2 gigabytes.
5407 From: Phil Lobbes <phil@finchcomputer.com>
5408 To: perl5-porters@perl.org
5409 Subject: [ID 19990810.001] Possible bug using stat w/large files Digital
5411 Date: Mon, 09 Aug 1999 21:38:54 -0700
5412 Message-Id: <199908100438.VAA08292@ultra.finchcomputer.com>
5414 There are more of these I32 casts all over pp_sys.c,
5415 all of them should be checked.
5418 ____________________________________________________________________________
5419 [ 3943] By: jhi on 1999/08/10 07:38:30
5420 Log: Remove blathering.
5422 ! lib/unicode/mktables.PL
5423 ____________________________________________________________________________
5424 [ 3942] By: jhi on 1999/08/09 20:35:13
5425 Log: lexwarn maintenance: new warning class unsafe
5426 subclasses 'overflow' and 'portable' created,
5427 used by the recent integer overflow warnings.
5428 Class syntax subclass 'octal' renamed to 'digit',
5429 binary and hexadecimal parsing errors also 'digit' warnings.
5431 ! lib/warning.pm pod/perllexwarn.pod t/pragma/warn/util toke.c
5432 ! util.c warning.h warning.pl
5433 ____________________________________________________________________________
5434 [ 3941] By: jhi on 1999/08/09 10:40:47
5435 Log: Integrate with Nick.
5438 !> Changes MANIFEST embed.h embed.pl ext/B/B/C.pm ext/B/B/CC.pm
5439 !> global.sym opcode.h opcode.pl perl.h perlapi.c pp.c
5440 ____________________________________________________________________________
5441 [ 3940] By: jhi on 1999/08/09 10:32:43
5442 Log: Regenerate the Unicode tables after having updated the Unicode
5443 database (change #3939).
5446 ____________________________________________________________________________
5447 [ 3939] By: jhi on 1999/08/09 10:27:22
5448 Log: Unicode data updated to be the latest beta of the Unicode 3.0.
5450 ! lib/unicode/UnicodeData-Latest.txt
5451 ____________________________________________________________________________
5452 [ 3938] By: jhi on 1999/08/09 10:25:54
5453 Log: Ethiopic changes via private email from Daniel Yacob,
5454 <dmulholl@cs.indiana.edu>. Ethiopic and Cherokee done,
5455 Canadian Syllabics and Yi under construction.
5457 + lib/unicode/syllables.txt
5458 - lib/unicode/EthiopicSyllables.txt
5459 - lib/unicode/MakeEthiopicSyllables.PL
5460 ! MANIFEST lib/unicode/UnicodeData-Latest.txt
5461 ! lib/unicode/mktables.PL
5462 ____________________________________________________________________________
5463 [ 3937] By: jhi on 1999/08/09 10:21:51
5464 Log: Move the equivalence class creation last.
5466 ! lib/unicode/mktables.PL
5467 ____________________________________________________________________________
5468 [ 3936] By: jhi on 1999/08/09 10:20:40
5469 Log: Compute equivalence classes (diacritics stripping) only
5470 for letters, not for ligatures.
5472 ! lib/unicode/Eq/Latin1 lib/unicode/Eq/Unicode
5473 ! lib/unicode/mktables.PL
5474 ____________________________________________________________________________
5475 [ 3935] By: nick on 1999/08/08 13:53:57
5476 Log: Will now correctly re-call
5478 if requested. This should allow build on Win32 and other
5479 platforms where you cannot link to loadables directly.
5482 ____________________________________________________________________________
5483 [ 3934] By: nick on 1999/08/07 12:23:55
5484 Log: Vishal Bhatia <vishalb@my-deja.com>
5485 Subject: [PATCH 5.005_60] fix for some obscure bugs (compiler)
5486 Message-ID: <HLPEBPHPAKHKAAAA@my-deja.com>
5489 ____________________________________________________________________________
5490 [ 3933] By: nick on 1999/08/07 12:19:46
5491 Log: B::C changes to get simple Tk app. compiling again
5494 ____________________________________________________________________________
5495 [ 3932] By: jhi on 1999/08/06 21:17:16
5496 Log: Regen Configure to include change #3915.
5498 ! Configure config_h.SH
5499 ____________________________________________________________________________
5500 [ 3931] By: jhi on 1999/08/06 18:52:57
5503 ! Todo Todo-5.005 lib/unicode/mktables.PL
5504 ____________________________________________________________________________
5505 [ 3930] By: jhi on 1999/08/06 13:13:05
5506 Log: Character class equivalence tables.
5508 + lib/unicode/Eq/Latin1 lib/unicode/Eq/Unicode
5509 ! MANIFEST lib/unicode/mktables.PL
5510 ____________________________________________________________________________
5511 [ 3929] By: jhi on 1999/08/06 11:59:11
5512 Log: More Fcntl constants. (This process really needs
5513 to be automated, at least partly, see the Errno extension.)
5514 Now also the SEEK_ constants are available via the Fcntl.
5515 Yes, this is redundant (IO::Seekable and POSIX supply them already),
5516 but now Fcntl is a one-stop shopping mall for all your
5517 file-related constants.
5519 ! ext/Fcntl/Fcntl.pm ext/Fcntl/Fcntl.xs pod/perlfunc.pod
5520 ____________________________________________________________________________
5521 [ 3928] By: jhi on 1999/08/06 08:08:03
5522 Log: Protect against pack/unpack repeat count overflows,
5525 From: Nathan Torkington <gnat@frii.com>
5526 To: Brian Keefer <mgomes@cwix.com>
5527 Cc: perl5-porters@perl.org
5528 Subject: Re: [ID 19990806.001] Core dump with obfuscated code
5529 Date: Thu, 5 Aug 1999 23:01:51 -0600 (MDT)
5530 Message-ID: <14250.27711.769942.100675@localhost.frii.com>
5532 ! pod/perldiag.pod pp.c
5533 ____________________________________________________________________________
5534 [ 3927] By: jhi on 1999/08/06 07:32:20
5535 Log: Fix for Nathan's fix (#3920) from Guy Decoux.
5537 From: Nathan Torkington <gnat@frii.com>
5538 To: perl5-porters@perl.org
5539 Subject: Bugfix for my bugfix
5540 Date: Thu, 5 Aug 1999 21:25:47 -0600 (MDT)
5541 Message-ID: <14250.21947.765134.940583@localhost.frii.com>
5543 ! ext/B/B/Assembler.pm
5544 ____________________________________________________________________________
5545 [ 3926] By: jhi on 1999/08/05 17:25:19
5546 Log: Fix regex charclass parsing so that bogus ranges
5547 like [0-\d] and [[:word:]-z] are no more allowed.
5548 The anomaly was noticed by Guy Decoux.
5550 ! pod/perldiag.pod pod/perlre.pod regcomp.c t/op/re_tests
5551 ____________________________________________________________________________
5552 [ 3925] By: jhi on 1999/08/05 10:31:47
5553 Log: split /^/ deprecation warning should not be on by default.
5556 ____________________________________________________________________________
5557 [ 3923] By: jhi on 1999/08/05 09:16:57
5558 Log: From: paul.marquess@bt.com
5559 To: jhi@iki.fi, paul.marquess@bt.com
5560 Cc: gsar@ActiveState.com, perl5-porters@perl.org
5561 Subject: RE: [PATCH 5.005_60] anydbm.t + DB_File + Berkeley DB >= 2.4.10
5562 Date: Thu, 5 Aug 1999 09:33:14 +0100
5563 Message-ID: <5104D4DBC598D211B5FE0000F8FE7EB202D49B26@mbtlipnt02.btlabs.bt.co.uk>
5566 ____________________________________________________________________________
5567 [ 3921] By: jhi on 1999/08/05 08:05:13
5568 Log: From: paul.marquess@bt.com
5569 To: perl5-porters@perl.org
5570 Cc: gsar@activestate.com, nik@tiuk.ti.com, jhi@iki.fi,
5571 randy@theoryx5.uwinnipeg.ca
5572 Subject: [PATCH 5.005_60] DB_File 1.70
5573 Date: Wed, 4 Aug 1999 23:22:22 +0100
5574 Message-ID: <5104D4DBC598D211B5FE0000F8FE7EB202D49B21@mbtlipnt02.btlabs.bt.co.uk>
5576 (Replaces change #3917)
5578 ! ext/DB_File/Changes ext/DB_File/DB_File.pm
5579 ! ext/DB_File/DB_File.xs t/lib/db-btree.t t/lib/db-hash.t
5580 ____________________________________________________________________________
5581 [ 3920] By: jhi on 1999/08/04 19:02:58
5582 Log: From: Nathan Torkington <gnat@frii.com>
5583 To: perl5-porters@perl.org
5584 Subject: [5.005_60 PATCH] Make B::Bytecode work
5585 Date: Wed, 4 Aug 1999 11:24:56 -0600 (MDT)
5586 Message-ID: <14248.30568.769427.216092@localhost.frii.com>
5588 ! ext/B/B/Assembler.pm
5589 ____________________________________________________________________________
5590 [ 3919] By: jhi on 1999/08/04 10:56:26
5591 Log: Update history records.
5594 ____________________________________________________________________________
5595 [ 3918] By: jhi on 1999/08/04 09:36:13
5596 Log: Minor fixes to linux -Dusethreads -Duseperlio.
5599 ____________________________________________________________________________
5600 [ 3917] By: jhi on 1999/08/04 08:13:20
5601 Log: (Replaced by change #3921)
5602 From: paul.marquess@bt.com
5603 To: gsar@activestate.com
5604 Cc: perl5-porters@perl.org
5605 Subject: [PATCH 5.005_60] DB_File 1.69
5606 Date: Tue, 3 Aug 1999 22:55:00 +0100
5607 Message-ID: <5104D4DBC598D211B5FE0000F8FE7EB29C6D04@mbtlipnt02.btlabs.bt.co.uk>
5609 ! ext/DB_File/Changes ext/DB_File/DB_File.pm
5610 ! ext/DB_File/DB_File.xs t/lib/db-btree.t t/lib/db-hash.t
5611 ____________________________________________________________________________
5612 [ 3916] By: jhi on 1999/08/04 07:59:05
5613 Log: Introduce the charnames pragma.
5615 Subject: [PATCH 5.005_58] Free \C (for named chars), move to \O
5616 From: Ilya Zakharevich <[9]ilya@math.ohio-state.edu>
5617 To: Chip Salzenberg <[11]chip@perlsupport.com>
5618 Cc: Mailing list Perl5 <[12]perl5-porters@perl.org>
5619 Date: Sat, 31 Jul 1999 05:44:05 -0400
5620 Message-Id: <[13]199907311407.IAA25042@localhost.frii.com>
5622 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
5623 To: Mailing list Perl5 <perl5-porters@perl.org>
5624 Subject: [PATCH 5.005_58] Named characters in Perl
5625 Date: Mon, 2 Aug 1999 19:25:40 -0400
5626 Message-ID: <19990802192540.B24407@monk.mps.ohio-state.edu>
5628 + lib/charnames.pm t/lib/charnames.t
5629 ! MAINTAIN MANIFEST lib/utf8.pm pod/perldiag.pod pod/perlop.pod
5630 ! pod/perlre.pod regcomp.c toke.c
5631 ____________________________________________________________________________
5632 [ 3915] By: jhi on 1999/08/03 21:18:49
5633 Log: Support Configure -Dmake=pmake.
5634 Via private email from Andy.
5635 NOTE: assumes "basename" command.
5637 ! U/modified/Config_sh.U
5638 ____________________________________________________________________________
5639 [ 3914] By: jhi on 1999/08/03 21:11:11
5640 Log: The op/filetest.t failed subtest 7 if testing as root.
5642 From: =?iso-8859-1?Q?Fran=E7ois=20D=E9sarm=E9nien?= <desar@club-internet.fr>
5643 To: perl5-porters@perl.org
5644 Subject: [ID 19990727.039] Not OK: perl 5.00558 on i386-sco 3.2v5.0.4
5645 Date: Tue, 27 Jul 1999 22:54:05 +0200
5646 Message-Id: <379E1C6D.626DC765@club-internet.fr>
5649 ____________________________________________________________________________
5650 [ 3911] By: jhi on 1999/08/03 19:52:38
5651 Log: The "-Dusethreads -Duseperlio" combination failed.
5653 From: Spider Boardman <spider@leggy.zk3.dec.com>
5654 To: perl5-porters@perl.org
5655 Subject: [ID 19990803.007] Not OK: perl 5.00560 on alpha-dec_osf-thread
5657 Date: Tue, 3 Aug 1999 14:25:00 -0400
5658 Message-Id: <199908031825.OAA29254@leggy.zk3.dec.com>
5660 See also change #3912.
5663 ____________________________________________________________________________
5664 [ 3910] By: jhi on 1999/08/03 10:44:24
5665 Log: From: Chris Nandor <pudge@pobox.com>
5666 To: perl5-porters@perl.org
5667 Subject: [PATCH 5.005_58] perlbug.PL 1.27
5668 Date: Wed, 28 Jul 1999 23:42:49 -0400
5669 Message-Id: <v04210104b3c57ce9e3de@[152.167.11.247]>
5672 ____________________________________________________________________________
5673 [ 3909] By: jhi on 1999/08/03 10:41:04
5674 Log: Hints for building ByteLoader in SunoS. Based on
5675 From: Andy Dougherty <doughera@lafayette.edu>
5676 To: Gurusamy Sarathy <gsar@activestate.com>
5677 Cc: Perl Porters <perl5-porters@perl.org>
5678 Subject: Re: 5.005_58 Not OK SunOS 4.1.3
5679 Date: Mon, 2 Aug 1999 14:01:58 -0400 (EDT)
5680 Message-Id: <Pine.GSU.4.05.9908021357410.5873-100000@newton.phys>
5682 + ext/ByteLoader/hints/sunos.pl
5683 ! MANIFEST ext/ByteLoader/ByteLoader.xs
5684 ____________________________________________________________________________
5685 [ 3908] By: jhi on 1999/08/03 09:29:22
5686 Log: Clarify RE engine code; inline a static function to a macro;
5687 make exact string nodes smaller.
5689 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
5690 To: perl5-porters@perl.org (Mailing list Perl5)
5691 Subject: [PATCH 5.005_60] Cosmetic change to REx engine
5692 Date: Mon, 2 Aug 1999 21:53:36 -0400 (EDT)
5693 Message-Id: <199908030153.VAA10542@monk.mps.ohio-state.edu>
5695 ! Makefile.SH embed.pl global.sym keywords.h lib/warning.pm
5696 ! opcode.h pp.sym pp_proto.h regcomp.c regcomp.h regexec.c
5697 ! regnodes.h warning.h
5698 ____________________________________________________________________________
5699 [ 3907] By: jhi on 1999/08/03 08:11:49
5700 Log: 5_59 configured with -Dd_bincompat5005 can't be made
5701 binary compatible with a 5_03 which was built with -DEMBEDMYMALLOC.
5703 From: Spider Boardman <spider@leggy.zk3.dec.com>
5704 To: perl5-porters@perl.org
5705 Subject: [ID 19990802.016] Not OK: perl 5.00559
5706 Date: Mon, 2 Aug 1999 16:11:13 -0400
5707 Message-Id: <199908022011.QAA30224@leggy.zk3.dec.com>
5710 ____________________________________________________________________________
5711 [ 3906] By: jhi on 1999/08/03 07:48:59
5712 Log: Change #3790 redemption: with a little additional
5713 patch from Ilya it works okay.
5715 ! ext/SDBM_File/Makefile.PL lib/ExtUtils/MM_Unix.pm
5716 ! lib/ExtUtils/MakeMaker.pm os2/OS2/REXX/Makefile.PL perl.h
5717 ____________________________________________________________________________
5718 [ 3905] By: gsar on 1999/08/02 21:03:23
5719 Log: this will be 5.005_60
5727 ____________________________________________________________________________
5728 [ 3904] By: gsar on 1999/08/02 20:30:23
5729 Log: don't enable PERL_POLLUTE_MALLOC when EMBEDMYMALLOC is
5730 in effect (from Spider Boardman <spider@leggy.zk3.dec.com>);
5733 ! embed.h embed.pl global.sym opcode.h perlapi.c
5734 ____________________________________________________________________________
5735 [ 3903] By: gsar on 1999/08/02 20:26:07
5736 Log: native int pack/unpack fixes (from Spider Boardman
5737 <spider@leggy.zk3.dec.com>)
5740 ____________________________________________________________________________
5741 [ 3902] By: gsar on 1999/08/02 20:24:41
5742 Log: fix broken -DDEBUGGING_OPS (from Spider Boardman
5743 <spider@leggy.zk3.dec.com>)
5746 ! Changes MANIFEST opcode.pl perl.h
5747 ____________________________________________________________________________
5748 [ 3901] By: gsar on 1999/08/02 18:51:18
5749 Log: integrate cfgperl contents
5751 !> INSTALL README pod/perldelta.pod
5752 ____________________________________________________________________________
5753 [ 3900] By: jhi on 1999/08/02 18:46:21
5754 Log: Update README and INSTALL; partly based on the message
5756 From: "John L. Allen" <allen@grumman.com>
5757 To: Jarkko Hietaniemi <jhi@iki.fi>
5758 cc: perl5-porters@perl.org
5759 Subject: Re: Perl Installation Problem
5760 Date: Thu, 29 Jul 1999 14:55:05 -0400 (EDT)
5761 Message-ID: <Pine.SOL.3.91.990729144440.1035A-100000@gateway.grumman.com>
5763 and private email from Andy Dougherty.
5766 ____________________________________________________________________________
5767 [ 3899] By: jhi on 1999/08/02 18:36:35
5768 Log: Integrate with Sarathy.
5771 ____________________________________________________________________________
5772 [ 3898] By: jhi on 1999/08/02 18:34:49
5773 Log: Update PERL_BINCOMPAT_5005; update 64-bitness.
5776 ____________________________________________________________________________
5777 [ 3897] By: gsar on 1999/08/02 18:18:37
5778 Log: optimizations could sometimes bypass bareword check
5781 ____________________________________________________________________________
5782 [ 3896] By: jhi on 1999/08/02 18:18:34
5783 Log: Integrate with Sarathy.
5785 !> Changes makedef.pl patchlevel.h win32/Makefile
5786 !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
5787 !> win32/makefile.mk
5788 ____________________________________________________________________________
5789 [ 3895] By: gsar on 1999/08/02 17:22:40
5790 Log: up patchlevel etc.
5792 ! Changes patchlevel.h win32/Makefile win32/config_H.bc
5793 ! win32/config_H.gc win32/config_H.vc win32/makefile.mk
5794 ____________________________________________________________________________
5795 [ 3894] By: gsar on 1999/08/02 17:12:31
5796 Log: integrate change#3893, make it conditional on bincompat5005
5799 ____________________________________________________________________________
5800 [ 3893] By: jhi on 1999/08/02 16:49:08
5801 Log: PERL_BINCOMPAT_5005 symbol translation.
5802 (AIX wouldn't link neither perl nor extensions.)
5805 ____________________________________________________________________________
5806 [ 3892] By: gsar on 1999/08/02 16:09:13
5807 Log: integrate cfgperl contents into mainline
5811 !> Configure MANIFEST config_h.SH doio.c dump.c hints/aix.sh op.c
5812 !> pod/perlfunc.pod pp_hot.c pp_sys.c regcomp.c sv.c t/io/open.t
5813 !> t/pragma/utf8.t t/pragma/warn/pp_hot toke.c util.c
5814 ____________________________________________________________________________
5815 [ 3891] By: jhi on 1999/08/02 14:52:40
5816 Log: AIX long long probing requires LL suffix for
5817 the ll constant. The suffix doesn't seem
5818 to bother other ll platforms.
5820 ! Configure config_h.SH hints/aix.sh
5821 Branch: metaconfig/U/perl
5823 ____________________________________________________________________________
5824 [ 3890] By: jhi on 1999/08/02 14:21:55
5825 Log: Exact path to perl for open -|.
5828 ____________________________________________________________________________
5829 [ 3889] By: jhi on 1999/08/02 14:18:03
5830 Log: Integrate with Sarathy.
5832 !> Changes patchlevel.h pod/perlhist.pod pp_ctl.c util.c
5833 !> win32/Makefile win32/config_H.bc win32/config_H.gc
5834 !> win32/config_H.vc win32/makefile.mk win32/win32.c
5835 ____________________________________________________________________________
5836 [ 3888] By: jhi on 1999/08/02 14:14:29
5837 Log: AIX -Duse64bits: old AIXen do not have the getconf variables.
5840 ____________________________________________________________________________
5841 [ 3887] By: jhi on 1999/08/02 12:53:10
5842 Log: Fix some of the {IV_IS_QUAD,UV_IS_QUAD} cases so that
5843 emacs code indentation doesn't get wrong ideas--
5844 in other words, introduce a couple of "redundant" if:s.
5846 ! doio.c dump.c op.c pp_hot.c pp_sys.c regcomp.c sv.c toke.c
5848 ____________________________________________________________________________
5849 [ 3886] By: jhi on 1999/08/02 12:43:16
5850 Log: Mention that also *BSD systems with glibc are known to stumble.
5852 ! t/pragma/warn/pp_hot
5853 ____________________________________________________________________________
5854 [ 3885] By: jhi on 1999/08/02 12:34:15
5855 Log: Allow also non-long long but still quad platforms print quads.
5857 ! Configure config_h.SH
5858 Branch: metaconfig/U/perl
5859 ! longdblfio.U quadfio.U
5860 ____________________________________________________________________________
5861 [ 3884] By: jhi on 1999/08/02 11:56:14
5862 Log: Fix regclass utf8 hex ranges for quads.
5865 ____________________________________________________________________________
5866 [ 3883] By: jhi on 1999/08/02 11:42:14
5867 Log: Enhance the description of how to detect quad support.
5870 ____________________________________________________________________________
5871 [ 3882] By: jhi on 1999/08/02 11:22:19
5872 Log: Fix printf %D %U %O for quads.
5875 ____________________________________________________________________________
5876 [ 3881] By: jhi on 1999/08/02 11:16:12
5877 Log: Document quad printing.
5880 ____________________________________________________________________________
5881 [ 3880] By: jhi on 1999/08/02 10:32:01
5882 Log: More 64-bit fixing. One known bug of that kind
5883 remains, 32-bit platforms using long long in
5884 the test t/pragma/utf8 subtests 1-3 fail.
5885 (Update: change #3884 fixed that one.)
5888 ! Configure MANIFEST config_h.SH regcomp.c sv.c t/pragma/utf8.t
5894 ____________________________________________________________________________
5895 [ 3879] By: gsar on 1999/08/02 08:18:58
5896 Log: integrate cfgperl changes into mainline
5898 !> Configure config_h.SH sv.c
5899 ____________________________________________________________________________
5900 [ 3878] By: gsar on 1999/08/02 08:13:16
5901 Log: change#3692 had an unintentional patch leak through!
5902 (this would explain the mysterious C<next LABEL> failures
5906 ____________________________________________________________________________
5907 [ 3877] By: gsar on 1999/08/02 08:00:29
5908 Log: up patchlevel to 59
5910 ! Changes patchlevel.h pod/perlhist.pod win32/Makefile
5911 ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
5913 ____________________________________________________________________________
5914 [ 3876] By: gsar on 1999/08/02 07:51:18
5915 Log: fix coredump under usethreads+debug
5918 ____________________________________________________________________________
5919 [ 3875] By: jhi on 1999/08/02 07:50:51
5920 Log: d_bincompat5005 could be left empty.
5922 ! Configure config_h.SH
5923 Branch: metaconfig/U/perl
5925 ____________________________________________________________________________
5926 [ 3874] By: jhi on 1999/08/02 07:42:45
5927 Log: Fix printf %d when IV is quad.
5930 ____________________________________________________________________________
5931 [ 3873] By: gsar on 1999/08/02 07:41:03
5932 Log: fix d_bincompat5005='' junking config.h
5935 ____________________________________________________________________________
5936 [ 3872] By: gsar on 1999/08/02 07:38:48
5937 Log: C needs parameter list, not merely type
5940 ____________________________________________________________________________
5941 [ 3871] By: jhi on 1999/08/02 07:20:51
5942 Log: Integrate with Sarathy.
5944 !> Changes ext/B/B/C.pm ext/B/B/CC.pm regexec.c
5945 ____________________________________________________________________________
5946 [ 3870] By: gsar on 1999/08/02 07:12:18
5947 Log: integrate cfgperl changes into mainline
5950 !> Configure Makefile.SH Porting/Glossary Porting/config.sh
5951 !> Porting/config_H config_h.SH doio.c dump.c mg.c op.c perl.h
5952 !> pp_ctl.c pp_hot.c pp_sys.c scope.c sv.c t/pragma/warn/sv
5954 ____________________________________________________________________________
5955 [ 3869] By: gsar on 1999/08/02 06:59:09
5956 Log: From: "Vishal Bhatia" <vishalb@my-deja.com>
5957 Date: Sat, 31 Jul 1999 19:08:33 -0700
5958 Message-ID: <LAONLKLELDJAFAAA@my-deja.com>
5959 Subject: [PATCH 5.005_58] "use constant" in the compiler
5961 ! ext/B/B/C.pm ext/B/B/CC.pm
5962 ____________________________________________________________________________
5963 [ 3868] By: gsar on 1999/08/02 06:55:51
5964 Log: debug build tweak
5967 ____________________________________________________________________________
5968 [ 3867] By: gsar on 1999/08/02 06:35:18
5969 Log: create vmsperl branch (to be owned and operated by: cbailey)
5971 +> (branch 1476 files)
5972 ____________________________________________________________________________
5973 [ 3866] By: jhi on 1999/08/01 23:34:40
5974 Log: so_locations once is enough.
5977 ____________________________________________________________________________
5978 [ 3865] By: jhi on 1999/08/01 23:13:05
5979 Log: Simplicate duplicated code.
5982 ____________________________________________________________________________
5983 [ 3864] By: jhi on 1999/08/01 22:41:41
5984 Log: Integrate with Sarathy. perl.h and util.c required manual resolving.
5986 +> README.cygwin cygwin/Makefile.SHs cygwin/ld2.in
5987 +> cygwin/perlld.in ext/DynaLoader/dl_cygwin.xs hints/cygwin.sh
5988 - README.cygwin32 cygwin32/Makefile.SHs
5989 - cygwin32/build-instructions.READFIRST
5990 - cygwin32/build-instructions.charles-wilson
5991 - cygwin32/build-instructions.sebastien-barre
5992 - cygwin32/build-instructions.steven-morlock
5993 - cygwin32/build-instructions.steven-morlock2 cygwin32/ld2.in
5994 - cygwin32/perlld.in ext/DynaLoader/dl_cygwin32.xs
5996 !> (integrate 61 files)
5997 ____________________________________________________________________________
5998 [ 3863] By: jhi on 1999/08/01 22:36:02
5999 Log: Regen Configure and Glossary once again.
6001 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
6003 ____________________________________________________________________________
6004 [ 3862] By: jhi on 1999/08/01 22:26:09
6005 Log: Glossary update for #3861.
6007 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
6009 ____________________________________________________________________________
6010 [ 3861] By: jhi on 1999/08/01 22:22:51
6011 Log: 64-bit work. Now 32-bit platforms get a 100% make test
6012 with -Duse64bits (using long long).
6013 Tested in Solaris 2.6 sparc RH Linux 6.0 x86
6014 (and Digital IX 4.0D, to get a true 64-bit opinion). Now e.g.
6015 'print unpack "q", pack "q", 12345678901'
6016 should work on such 32-bit platforms.
6017 Still a lot of printf()s behind -D which wrongly assume
6018 that %ld/%lx and (long) are a good combination.
6019 Introducing a slew of new macros intended to be used in printf()
6020 format strings: e. g. PERL_PRId64 is the string to be used
6021 when printing an IV, printf("%" PERL_PRId64 "\n", iv).
6022 The PRI... naming follows the C9X naming of <inttypes.h> macros.
6024 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
6025 ! config_h.SH doio.c dump.c mg.c op.c perl.h pp_ctl.c pp_hot.c
6026 ! pp_sys.c scope.c sv.c t/pragma/warn/sv toke.c util.c
6027 Branch: metaconfig/U/perl
6028 + atolf.U atoll.U longdblfio.U quadfio.U strtoull.U
6029 ____________________________________________________________________________
6030 [ 3860] By: gsar on 1999/08/01 21:23:18
6031 Log: integrate cfgperl contents into mainline
6034 !> (integrate 29 files)
6035 ____________________________________________________________________________
6036 [ 3859] By: gsar on 1999/08/01 21:13:09
6037 Log: From: Nathan Torkington <gnat@frii.com>
6038 Date: Sun, 1 Aug 1999 11:23:35 -0600 (MDT)
6039 Message-ID: <14244.33431.739419.806927@localhost.frii.com>
6040 Subject: [PATCH 5.005_58] ext/B/B/Disassembler.pm patch
6042 ! ext/B/B/Disassembler.pm
6043 ____________________________________________________________________________
6044 [ 3858] By: gsar on 1999/08/01 21:09:15
6045 Log: DB_File 1.68 update from Paul Marquess
6047 ! ext/DB_File/Changes ext/DB_File/DB_File.pm
6048 ! ext/DB_File/DB_File.xs t/lib/db-btree.t t/lib/db-hash.t
6050 ____________________________________________________________________________
6051 [ 3857] By: gsar on 1999/08/01 21:05:54
6052 Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
6053 Date: Sat, 31 Jul 1999 05:13:38 -0400
6054 Message-Id: <199907311407.IAA25038@localhost.frii.com>
6055 Subject: [PATCH 5.005_58] More optimizations to REx engine
6057 ! embed.pl embedvar.h ext/Thread/Thread.xs objXSUB.h perl.c
6058 ! perl.h proto.h regcomp.c regexec.c t/op/re_tests thrdvar.h
6059 ____________________________________________________________________________
6060 [ 3856] By: gsar on 1999/08/01 20:59:59
6061 Log: slightly modified version of suggested patch
6062 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
6063 Date: Sat, 31 Jul 1999 04:45:12 -0400
6064 Message-Id: <199907311406.IAA25034@localhost.frii.com>
6065 Subject: [PATCH 5.005_58] Fix OS/2 build
6067 ! Makefile.SH lib/ExtUtils/MM_OS2.pm lib/ExtUtils/Mksymlists.pm
6068 ! makedef.pl os2/Makefile.SHs os2/diff.configure perl.h sv.h
6069 ____________________________________________________________________________
6070 [ 3855] By: gsar on 1999/08/01 20:49:06
6072 From: "Fifer, Eric" <EFifer@sanwaint.com>
6073 Date: Fri, 30 Jul 1999 18:31:48 +0100
6074 Message-Id: <71E287AB0D94D111BBD600600849EC8185EE06@POST>
6075 Subject: [ID 19990730.003] PATCH] perl5.005_58 cygwin port
6077 ! doio.c dosish.h lib/File/Spec/Unix.pm mg.c perl.h perlsdio.h
6078 ! pp_sys.c unixish.h util.c
6079 ____________________________________________________________________________
6080 [ 3854] By: gsar on 1999/08/01 20:41:53
6081 Log: fixes from Stephen McCamant that address bugs in change#3612
6082 (the optimization shouldn't be enabled in expressions where
6083 the variable is introduced), and fix Deparse to grok the
6085 Date: Thu, 29 Jul 1999 21:21:49 -0500 (CDT)
6086 Message-ID: <14241.3133.979257.953396@alias-2.pr.mcs.net>
6087 Subject: [PATCH _58] Set OPpTARGET_MY more consistently
6089 Date: Thu, 29 Jul 1999 22:31:16 -0500 (CDT)
6090 Message-ID: <14241.7300.181386.763503@alias-2.pr.mcs.net>
6091 Subject: [PATCH _58] Disable TARGET_MY-ization on variable introduction
6093 Date: Fri, 30 Jul 1999 22:25:27 -0500 (CDT)
6094 Message-Id: <199907310326.VAA24376@localhost.frii.com>
6095 Subject: [PATCH _58, long] B::Deparse (was Re: New warning 'Useless use of...')
6097 ! ext/B/B/Deparse.pm op.c
6098 ____________________________________________________________________________
6099 [ 3853] By: gsar on 1999/08/01 20:31:32
6100 Log: From: Stephen McCamant <smccam@uclink4.berkeley.edu>
6101 Date: Thu, 29 Jul 1999 14:08:50 -0500 (CDT)
6102 Message-ID: <14240.42690.292893.605292@alias-2.pr.mcs.net>
6103 Subject: [PATCH _58] Two one-liner LOGOP tweaks
6105 ! op.c opcode.h opcode.pl
6106 ____________________________________________________________________________
6107 [ 3852] By: gsar on 1999/08/01 20:29:17
6108 Log: rename cygwin32 to cygwin (from Eric Fifer <EFifer@sanwaint.com>)
6110 ! AUTHORS EXTERN.h INSTALL MAINTAIN Makefile.SH Porting/patchls
6111 ! README.cygwin README.win32 XSUB.h cygwin/Makefile.SHs
6112 ! ext/DynaLoader/dl_cygwin.xs ext/POSIX/POSIX.xs
6113 ! ext/SDBM_File/sdbm/pair.c hints/cygwin.sh
6114 ! lib/ExtUtils/MM_Cygwin.pm makedepend.SH perl.h pod/perl.pod
6115 ! pod/perlport.pod pp_sys.c util.c
6116 ____________________________________________________________________________
6117 [ 3851] By: gsar on 1999/08/01 20:20:05
6118 Log: move files around for s/cygwin32/cygwin/ renaming
6120 +> README.cygwin cygwin/Makefile.SHs cygwin/ld2.in
6121 +> cygwin/perlld.in ext/DynaLoader/dl_cygwin.xs hints/cygwin.sh
6122 - README.cygwin32 cygwin32/Makefile.SHs
6123 - cygwin32/build-instructions.READFIRST
6124 - cygwin32/build-instructions.charles-wilson
6125 - cygwin32/build-instructions.sebastien-barre
6126 - cygwin32/build-instructions.steven-morlock
6127 - cygwin32/build-instructions.steven-morlock2 cygwin32/ld2.in
6128 - cygwin32/perlld.in ext/DynaLoader/dl_cygwin32.xs
6131 ____________________________________________________________________________
6132 [ 3850] By: gsar on 1999/08/01 20:05:14
6133 Log: posix-bc hints tweak (via private mail from Thomas Dorner
6134 <Thomas.Dorner@start.de>)
6136 ! Changes hints/posix-bc.sh
6137 ____________________________________________________________________________
6138 [ 3849] By: gsar on 1999/08/01 19:50:20
6139 Log: notes on PERL_IMPLICIT_CONTEXT (from a version by Nathan Torkington
6142 ! perl.h pod/perldelta.pod pod/perlguts.pod
6143 ____________________________________________________________________________
6144 [ 3848] By: gsar on 1999/08/01 18:34:41
6145 Log: fix defined(@foo) encarpments
6147 ! ext/B/B/C.pm lib/CGI.pm lib/Dumpvalue.pm lib/dumpvar.pl
6149 ____________________________________________________________________________
6150 [ 3847] By: jhi on 1999/08/01 17:17:07
6151 Log: Undo #3790 and the patches that attempted to fix it
6152 (#3837, #3838, #3845). The #3790 caused linkage failures
6153 and/or core dumps in Solaris 2.6, Digital UNIX 4.0D, and
6156 - ext/SDBM_File/hints/dec_osf.pl ext/SDBM_File/hints/solaris.pl
6157 ! MANIFEST ext/SDBM_File/Makefile.PL lib/ExtUtils/MM_Unix.pm
6158 ! lib/ExtUtils/MakeMaker.pm os2/OS2/REXX/Makefile.PL perl.h
6159 ____________________________________________________________________________
6160 [ 3846] By: jhi on 1999/08/01 11:41:52
6161 Log: Reading 64-bit decimal numbers was broken because
6162 the NV was cast to an I32, not an IV.
6165 ____________________________________________________________________________
6166 [ 3845] By: jhi on 1999/08/01 11:00:24
6167 Log: Solaris doesn't like PERL_MALLOC_OK in SDBM_File.
6169 + ext/SDBM_File/hints/solaris.pl
6170 ____________________________________________________________________________
6171 [ 3844] By: jhi on 1999/08/01 10:55:44
6172 Log: Enable Solaris largefiles support only if -Duse64bits is used.
6173 (Effectively removes #3311).
6175 ! hints/solaris_2.sh
6176 ____________________________________________________________________________
6177 [ 3843] By: jhi on 1999/07/31 22:44:56
6178 Log: Integer overflow iteration.
6180 ! t/op/oct.t toke.c util.c
6181 ____________________________________________________________________________
6182 [ 3842] By: jhi on 1999/07/31 22:11:03
6183 Log: Remove a lot of unused regnode codes.
6186 ! regcomp.c regcomp.sym regexec.c regnodes.h
6187 ____________________________________________________________________________
6188 [ 3841] By: jhi on 1999/07/31 21:53:54
6189 Log: Make the use64bits and usethreads friendlier/braver;
6190 they no more wimp out if the platform is unknown.
6191 On use64bits if gcc used -DUSE_LONG_LONG is added
6192 to the ccflags (this dependency on gcc caused a slightly weird
6193 reordering of Configure, but things still seem to work.)
6195 ! Configure README.threads config_h.SH
6197 ! U/threads/usethreads.U
6198 Branch: metaconfig/U/perl
6200 ____________________________________________________________________________
6201 [ 3840] By: jhi on 1999/07/31 20:26:22
6202 Log: Hack the "integer overflow" code some more.
6204 ! perl.h toke.c util.c
6205 ____________________________________________________________________________
6206 [ 3839] By: jhi on 1999/07/31 20:22:00
6207 Log: Test oct() at the 2^32-1 limit.
6210 ____________________________________________________________________________
6211 [ 3838] By: jhi on 1999/07/31 20:08:43
6212 Log: Update MANIFEST for #3837.
6215 ____________________________________________________________________________
6216 [ 3837] By: jhi on 1999/07/31 20:02:40
6217 Log: Digital UNIX 4.0D doesn't like perl malloc on sdbm
6218 (a core dump with a corrput stack ensues).
6220 + ext/SDBM_File/hints/dec_osf.pl
6221 ____________________________________________________________________________
6222 [ 3836] By: jhi on 1999/07/29 21:09:01
6223 Log: Allow for Configure -Ubincompat5005 override.
6225 ! Configure config_h.SH
6226 Branch: metaconfig/U/perl
6228 ____________________________________________________________________________
6229 [ 3835] By: jhi on 1999/07/29 21:04:02
6230 Log: Make Configure support PERL_BINCOMPAT_5005.
6232 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
6234 Branch: metaconfig/U/perl
6236 ____________________________________________________________________________
6237 [ 3834] By: jhi on 1999/07/29 19:25:35
6238 Log: AIX tweak, need reported by David R. Fravor <dfavor@austin.ibm.com>
6241 ____________________________________________________________________________
6242 [ 3833] By: jhi on 1999/07/29 14:07:09
6243 Log: Integrate with Sarathy. I overruled on perldelta
6246 !> README.win32 emacs/cperl-mode.el globals.c installperl
6247 !> iperlsys.h makedef.pl perl.h pod/perldelta.pod
6248 !> pod/perldiag.pod pod/perllexwarn.pod toke.c utils/perldoc.PL
6249 !> win32/Makefile win32/bin/pl2bat.pl win32/makefile.mk
6250 !> win32/perllib.c win32/win32.c
6251 ____________________________________________________________________________
6252 [ 3832] By: jhi on 1999/07/29 14:02:50
6253 Log: Repent and make overly large integerish
6254 constants non-fatal. They are now promoted
6255 to NVs, accompanied by an overflow warning that
6258 ! embed.pl global.sym pod/perldelta.pod pod/perldiag.pod pp.c
6259 ! proto.h t/op/oct.t t/pragma/warn/6default t/pragma/warn/util
6261 ____________________________________________________________________________
6262 [ 3831] By: jhi on 1999/07/29 11:40:04
6263 Log: AIX exhibits different error on failed system().
6264 Slightly modified patch via private email from
6265 David R. Favor <dfavor@austin.ibm.com>
6268 ____________________________________________________________________________
6269 [ 3830] By: gsar on 1999/07/29 07:46:11
6270 Log: cperl-mode.el v4.19
6272 ! emacs/cperl-mode.el
6273 ____________________________________________________________________________
6274 [ 3829] By: gsar on 1999/07/29 07:30:35
6275 Log: From: jan.dubois@ibm.net (Jan Dubois)
6276 Date: Wed, 28 Jul 1999 22:01:42 +0200
6277 Message-ID: <37aa5f9b.12941448@smtp1.ibm.net>
6278 Subject: [PATCH 5.005_58] win32/bin/pl2bat.pl doesn't work correctly
6280 ! win32/bin/pl2bat.pl
6281 ____________________________________________________________________________
6282 [ 3828] By: gsar on 1999/07/29 07:19:27
6283 Log: tweak previous change for multiple hits
6286 ____________________________________________________________________________
6287 [ 3827] By: gsar on 1999/07/29 07:10:00
6288 Log: band-aid for perldoc -t broken-ness (the new Pod::Text
6289 really needs a pod2text() compatibility function)
6292 ____________________________________________________________________________
6293 [ 3826] By: gsar on 1999/07/29 01:33:46
6294 Log: minor tweaks to pods and toke.c comments
6296 ! pod/perldelta.pod pod/perldiag.pod pod/perllexwarn.pod toke.c
6297 ____________________________________________________________________________
6298 [ 3825] By: gsar on 1999/07/29 00:12:52
6299 Log: integrate cfgperl changes into mainline
6301 !> Configure Porting/Glossary Porting/config.sh Porting/config_H
6302 !> README.threads config_h.SH ext/IO/lib/IO/Handle.pm
6303 !> ext/IO/lib/IO/Socket.pm ext/IO/lib/IO/Socket/INET.pm
6304 !> ext/POSIX/POSIX.xs lib/ExtUtils/Install.pm perl.h
6305 !> pod/perldelta.pod pod/perldiag.pod pod/perlfunc.pod
6306 !> pod/perllexwarn.pod pod/perlre.pod pp.c pp_sys.c
6307 !> t/lib/io_unix.t t/op/oct.t t/pragma/warn/6default
6308 !> t/pragma/warn/util toke.c util.c
6309 ____________________________________________________________________________
6310 [ 3824] By: jhi on 1999/07/28 21:15:04
6311 Log: Tiny patch to go over #3820 (via private mail from Lincoln).
6313 ! ext/IO/lib/IO/Handle.pm ext/IO/lib/IO/Socket.pm
6314 ! ext/IO/lib/IO/Socket/INET.pm
6315 ____________________________________________________________________________
6316 [ 3823] By: jhi on 1999/07/28 20:29:17
6317 Log: Continue pack() doc honing.
6320 ____________________________________________________________________________
6321 [ 3822] By: jhi on 1999/07/28 20:17:37
6322 Log: Enhance pack() doc.
6325 ____________________________________________________________________________
6326 [ 3821] By: jhi on 1999/07/28 18:34:50
6327 Log: UNIX Domain Sockets are not implemented under QNX.
6329 From: Norton Allen <allen@huarp.harvard.edu>
6330 To: perl5-porters@perl.org
6331 Subject: [ID 19990728.010] Patch:t/lib/io_unix.t _58 QNX
6332 Date: Wed, 28 Jul 1999 14:07:16 -0400 (edt)
6333 Message-Id: <199907281807.OAA13167@bottesini.harvard.edu>
6336 ____________________________________________________________________________
6337 [ 3820] By: jhi on 1999/07/28 18:13:37
6338 Log: IO::* enhancements.
6340 1) write() and syswrite() will now accept a single-argument
6341 form of the call, for consistency with Perl's syswrite().
6342 2) You can create a TCP-based IO::Socket::INET without forcing
6343 a connect attempt. This allows you to configure its options
6344 (like making it non-blocking) and then call connect() manually.
6345 3) Fixed a bug that prevented the IO::Socket::protocol() accessor
6346 from ever returning the correct value.
6348 From: Lincoln Stein <lstein@formaggio.cshl.org>
6349 To: Graham Barr <gbarr@pobox.com>
6350 Cc: Lincoln Stein <lstein@cshl.org>, perl5-porters@perl.org
6351 Subject: Re: patch for IO::*
6352 Date: Wed, 28 Jul 1999 13:55:05 -0400 (EDT)
6353 Message-ID: <14239.17401.330408.145295@formaggio.cshl.org>
6355 ! ext/IO/lib/IO/Handle.pm ext/IO/lib/IO/Socket.pm
6356 ! ext/IO/lib/IO/Socket/INET.pm
6357 ____________________________________________________________________________
6358 [ 3819] By: gsar on 1999/07/28 18:08:06
6359 Log: misc PERL_OBJECT tweaks; perlcore.dll is now perl56.dll
6361 ! README.win32 globals.c installperl iperlsys.h makedef.pl
6362 ! perl.h win32/Makefile win32/makefile.mk win32/perllib.c
6364 ____________________________________________________________________________
6365 [ 3818] By: jhi on 1999/07/28 17:48:16
6366 Log: Need to add QNX to the list for DONT_DECLARE_STD.
6367 (The elimination of use of the _() macro apparently triggered
6368 an incompatability with a #define of atof)
6370 From: Norton Allen <allen@huarp.harvard.edu>
6371 To: perl5-porters@perl.org
6372 Subject: [ID 19990728.008] Patch:perl.h _58 QNX
6373 Date: Wed, 28 Jul 1999 13:06:23 -0400 (edt)
6374 Message-Id: <199907281706.NAA07617@bottesini.harvard.edu>
6377 ____________________________________________________________________________
6378 [ 3817] By: jhi on 1999/07/28 17:46:30
6379 Log: Need to add some more conditions to deal with the case
6380 defined(HAS_GETSPNAM) && ! defined(HAS_GETSPENT)
6381 which is true for QNX4.
6382 From: Norton Allen <allen@huarp.harvard.edu>
6383 To: perl5-porters@perl.org
6384 Subject: [ID 19990728.009] Patch:pp_sys.c _58 QNX
6385 Date: Wed, 28 Jul 1999 13:08:42 -0400 (edt)
6386 Message-Id: <199907281708.NAA07947@bottesini.harvard.edu>
6389 ____________________________________________________________________________
6390 [ 3816] By: jhi on 1999/07/28 17:43:40
6391 Log: The QNX shell needs a couple more semicolons.
6393 From: Norton Allen <allen@huarp.harvard.edu>
6394 To: perl5-porters@perl.org
6395 Subject: [ID 19990728.007] Patch:Configure _58 QNX
6396 Date: Wed, 28 Jul 1999 13:03:00 -0400 (edt)
6397 Message-Id: <199907281703.NAA07363@bottesini.harvard.edu>
6399 plus silence metalint moanings on vendorprefix.
6401 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
6403 ____________________________________________________________________________
6404 [ 3815] By: jhi on 1999/07/28 17:31:11
6405 Log: Silence metalint on vendorprefix.U.
6407 ! U/installdirs/vendorprefix.U
6408 ____________________________________________________________________________
6409 [ 3814] By: jhi on 1999/07/28 17:13:29
6410 Log: QNX shell needs more semicolons.
6411 Branch: metaconfig/U/perl
6413 ____________________________________________________________________________
6414 [ 3813] By: jhi on 1999/07/28 17:05:08
6415 Log: Integrate with Sarathy.
6417 !> lib/ExtUtils/MM_Unix.pm
6418 ____________________________________________________________________________
6419 [ 3812] By: jhi on 1999/07/28 16:20:17
6420 Log: Fix a typo, un-shout, and reformat the installation output.
6422 ! lib/ExtUtils/Install.pm
6423 ____________________________________________________________________________
6424 [ 3811] By: gsar on 1999/07/28 15:41:11
6425 Log: fix typo that caused INSTALLPRIVLIB to have doubled 'perl5'
6427 ! lib/ExtUtils/MM_Unix.pm
6428 ____________________________________________________________________________
6429 [ 3810] By: jhi on 1999/07/28 13:55:57
6430 Log: Talk more about subsecond things in perlfunc.
6431 (Yes, redundant with perlfaq8.)
6434 ____________________________________________________________________________
6435 [ 3809] By: jhi on 1999/07/28 07:23:48
6436 Log: Integrate with Sarathy.
6438 !> configpm hints/freebsd.sh lib/Pod/Html.pm perl.h t/op/grent.t
6440 ____________________________________________________________________________
6441 [ 3808] By: jhi on 1999/07/28 07:23:03
6442 Log: Document toke.c.
6443 From: Nathan Torkington <gnat@frii.com>
6444 To: perl5-porters@perl.org
6445 Subject: Re: toke.c patch, work in progress
6446 Date: Tue, 27 Jul 1999 23:02:09 -0600 (MDT)
6447 Message-ID: <14238.36561.979473.667842@localhost.frii.com>
6450 ____________________________________________________________________________
6451 [ 3807] By: jhi on 1999/07/28 07:10:56
6452 Log: perlre clarification.
6454 From: Ian Phillipps <ian@dial.pipex.com>
6455 To: Perl 5 Porters <perl5-porters@perl.org>
6456 Subject: [PATCH 5.00557] Add definite article to perlre.pod
6457 Date: Tue, 27 Jul 1999 10:46:29 +0100
6458 Message-ID: <19990727104629.A10074@homer.diplex.co.uk>
6461 ____________________________________________________________________________
6462 [ 3806] By: gsar on 1999/07/28 07:07:46
6463 Log: fix the perl -V breakage
6465 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
6466 To: Jarkko Hietaniemi <jhi@iki.fi>
6467 Cc: "John L. Allen" <allen@grumman.com>, perl5-porters@perl.org,
6468 gsar@activestate.com
6469 Subject: Re: Follow up to: _58 on AIX 431
6470 Date: Tue, 27 Jul 1999 17:42:00 -0400
6471 Message-ID: <19990727174200.A12775@monk.mps.ohio-state.edu>
6474 ____________________________________________________________________________
6475 [ 3805] By: gsar on 1999/07/28 07:03:34
6476 Log: avoid warning (from Doug MacEachern)
6479 ____________________________________________________________________________
6480 [ 3804] By: gsar on 1999/07/28 06:59:30
6481 Log: Pod::Html tweak
6483 From: jan.dubois@ibm.net (Jan Dubois)
6484 To: perl5-porters@perl.org
6485 Subject: [PATCH 5.005_58] pod2html: Missing chunk for VMS filenames
6486 Date: Tue, 27 Jul 1999 22:14:12 +0200
6487 Message-ID: <37a50af0.46171380@smtp1.ibm.net>
6490 ____________________________________________________________________________
6491 [ 3803] By: gsar on 1999/07/28 06:56:38
6492 Log: freebsd hints update
6494 From: Anton Berezin <tobez@plab.ku.dk>
6495 To: perl5-porters@perl.org
6496 Subject: [ID 19990727.034] Not OK: perl 5.00558 on i386-freebsd-thread4.0-current (UNINSTALLED)
6497 Date: Tue, 27 Jul 1999 20:29:39 +0200 (CEST)
6498 Message-Id: <199907271829.UAA62861@lion.plab.ku.dk>
6501 ____________________________________________________________________________
6502 [ 3802] By: gsar on 1999/07/28 06:51:32
6503 Log: cosmetic testsuite patch
6505 From: Graham Barr <gbarr@ti.com>
6506 To: Perl5 Porters <perl5-porters@perl.org>
6507 Subject: 5.005_58 build
6508 Date: Tue, 27 Jul 1999 08:09:25 -0500
6509 Message-ID: <19990727080925.F4683@dal.asp.ti.com>
6511 ! t/op/grent.t t/op/pwent.t
6512 ____________________________________________________________________________
6513 [ 3801] By: jhi on 1999/07/27 13:49:39
6514 Log: Minuscule cleanup of the integer overflow patch.
6517 ____________________________________________________________________________
6518 [ 3800] By: jhi on 1999/07/27 13:37:23
6519 Log: Test hex('x...').
6522 ____________________________________________________________________________
6523 [ 3799] By: jhi on 1999/07/27 12:45:45
6524 Log: Integrate with Sarathy (5.005_58).
6527 !> Changes MANIFEST Porting/makerel configpm embed.h embed.pl
6528 !> ext/Devel/DProf/DProf.xs ext/POSIX/POSIX.pm
6529 !> ext/SDBM_File/Makefile.PL lib/AutoLoader.pm
6530 !> lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MakeMaker.pm
6531 !> lib/Pod/Parser.pm lib/SelfLoader.pm os2/OS2/REXX/Makefile.PL
6532 !> perl.h pod/perldelta.pod pod/perlfaq9.pod pod/perlhist.pod
6533 !> win32/bin/pl2bat.pl win32/config_H.bc win32/config_H.gc
6534 !> win32/config_H.vc
6535 ____________________________________________________________________________
6536 [ 3798] By: jhi on 1999/07/27 12:42:43
6537 Log: Integer constants (0x, 0[0-7], 0b) now overflow fatally,
6538 they used to be just optional lexical warnings.
6539 Also, with warnings turned on, constants > 2**32-1
6540 trigger a non-portability warning.
6542 ! pod/perldelta.pod pod/perldiag.pod pod/perllexwarn.pod pp.c
6543 ! t/op/oct.t t/pragma/warn/6default t/pragma/warn/util toke.c
6545 ____________________________________________________________________________
6546 [ 3797] By: gsar on 1999/07/27 10:48:27
6547 Log: here lies 5.005_58
6550 ! Changes MANIFEST Porting/makerel pod/perldelta.pod
6551 ! pod/perlfaq9.pod pod/perlhist.pod
6557 ____________________________________________________________________________
6558 [ 3796] By: gsar on 1999/07/27 09:23:42
6559 Log: regenerate win32/config_H.?c
6561 ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
6562 ____________________________________________________________________________
6563 [ 3795] By: gsar on 1999/07/27 09:02:31
6564 Log: From: Tye McQueen <tye@metronet.com>
6565 Date: Mon, 26 Jul 1999 19:19:22 -0500 (CDT)
6566 Message-Id: <199907270019.AA08223@metronet.com>
6567 Subject: Patch pl2bat.pl so batch file can fail
6569 ! win32/bin/pl2bat.pl
6570 ____________________________________________________________________________
6571 [ 3794] By: gsar on 1999/07/27 08:59:58
6572 Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
6573 Date: Mon, 26 Jul 1999 01:09:00 -0400 (EDT)
6574 Message-Id: <199907260509.BAA26303@monk.mps.ohio-state.edu>
6575 Subject: [PATCH 5.005_57] decrease memory footprint of standard modules
6577 ! configpm ext/POSIX/POSIX.pm lib/AutoLoader.pm
6579 ____________________________________________________________________________
6580 [ 3793] By: gsar on 1999/07/27 08:19:16
6581 Log: support -DPERL_BINCOMPAT_5005, still needs a Configure test
6582 (from Andy Dougherty)
6585 ____________________________________________________________________________
6586 [ 3792] By: gsar on 1999/07/27 08:04:19
6587 Log: recognize more constructs such as C<$-> in pod (from Russ Allbery
6591 ____________________________________________________________________________
6592 [ 3791] By: gsar on 1999/07/27 07:50:54
6593 Log: cover case where CLK_TCK is a float, not integer (from
6594 alexander smishlajev <als@turnhere.com>)
6596 ! ext/Devel/DProf/DProf.xs
6597 ____________________________________________________________________________
6598 [ 3790] By: gsar on 1999/07/27 07:45:08
6599 Log: provide MakeMaker attribute PERL_MALLOC_OK that allows extensions
6600 to call Perl_malloc() as malloc() (from Ilya Zakharevich)
6602 ! ext/SDBM_File/Makefile.PL lib/ExtUtils/MM_Unix.pm
6603 ! lib/ExtUtils/MakeMaker.pm os2/OS2/REXX/Makefile.PL perl.h
6604 ____________________________________________________________________________
6605 [ 3789] By: jhi on 1999/07/27 07:44:55
6606 Log: Integrate with Sarathy.
6608 +> lib/Pod/Text/Color.pm lib/Pod/Text/Termcap.pm
6609 !> MANIFEST doio.c embed.h embed.pl ext/B/B/CC.pm
6610 !> ext/SDBM_File/sdbm/sdbm.h global.sym lib/Pod/Html.pm
6611 !> lib/Pod/Text.pm objXSUB.h opcode.h opcode.pl perlapi.c
6612 !> pod/perldiag.pod pod/perlfunc.pod pod/pod2text.PL pp_sys.c
6613 !> proto.h t/comp/proto.t t/io/open.t
6614 ____________________________________________________________________________
6615 [ 3788] By: gsar on 1999/07/27 07:29:59
6616 Log: replace Pod::Text with Pod::SimpleText v0.01 (thanks
6617 to Russ Allbery <rra@stanford.edu>); s/Simple// and
6618 s/pod2txt/pod2text/ etc.
6620 + lib/Pod/Text/Color.pm lib/Pod/Text/Termcap.pm
6621 ! MANIFEST lib/Pod/Text.pm pod/pod2text.PL
6622 ____________________________________________________________________________
6623 [ 3787] By: gsar on 1999/07/27 06:48:40
6624 Log: From: Andy Dougherty <doughera@lafayette.edu>
6625 Date: Wed, 16 Jun 1999 14:40:09 -0400 (EDT)
6626 Message-Id: <Pine.GSU.4.05.9906161435390.248-100000@newton.phys>
6627 Subject: Re: [ID 19990608.003] my_bcopy problem; Unixware 2.0.3
6629 ! ext/SDBM_File/sdbm/sdbm.h
6630 ____________________________________________________________________________
6631 [ 3786] By: gsar on 1999/07/27 06:30:09
6632 Log: applied suggested patch; added missing prototype changes to
6633 opcode.pl along with documentation typos (feature still needs
6634 to be described in perlopentut.pod and summarized in
6636 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
6637 Date: Thu, 17 Jun 1999 00:39:34 -0400 (EDT)
6638 Message-Id: <199906170439.AAA18154@monk.mps.ohio-state.edu>
6639 Subject: [PATCH 5.00557] 3-arg open
6641 ! doio.c embed.h embed.pl global.sym objXSUB.h opcode.h
6642 ! opcode.pl perlapi.c pod/perldiag.pod pod/perlfunc.pod pp_sys.c
6643 ! proto.h t/comp/proto.t t/io/open.t
6644 ____________________________________________________________________________
6645 [ 3785] By: gsar on 1999/07/27 04:36:39
6646 Log: don't quit if =head* wasn't found (suggested by Roland Bauer
6647 <roland.bauer@fff.at>)
6650 ____________________________________________________________________________
6651 [ 3784] By: gsar on 1999/07/27 03:56:17
6652 Log: change#3762 wasn't needed
6655 ____________________________________________________________________________
6656 [ 3783] By: jhi on 1999/07/26 19:08:21
6657 Log: Integrate with Sarathy.
6659 !> Changes makedef.pl patchlevel.h pod/perlfunc.pod pp_ctl.c
6660 !> toke.c utils/dprofpp.PL win32/Makefile win32/config_H.bc
6661 !> win32/config_H.gc win32/config_H.vc win32/makefile.mk
6662 ____________________________________________________________________________
6663 [ 3782] By: gsar on 1999/07/26 18:16:50
6664 Log: update Changes, patchlevel &c.
6666 ! Changes patchlevel.h win32/Makefile win32/config_H.bc
6667 ! win32/config_H.gc win32/config_H.vc win32/makefile.mk
6668 ____________________________________________________________________________
6669 [ 3781] By: gsar on 1999/07/26 17:54:47
6670 Log: a more correct fix for change#2744
6671 From: Stephen McCamant <smccam@uclink4.berkeley.edu>
6672 Date: Sun, 25 Jul 1999 14:02:25 -0500 (CDT)
6673 Message-ID: <14235.24385.671437.246345@alias-2.pr.mcs.net>
6674 Subject: [PATCH _57] Re: toke.c questions
6677 ____________________________________________________________________________
6678 [ 3780] By: gsar on 1999/07/26 17:37:04
6679 Log: utime() doc typo from Greg Bacon <gbacon@itsc.uah.edu>
6682 ____________________________________________________________________________
6683 [ 3779] By: jhi on 1999/07/26 16:37:23
6687 ____________________________________________________________________________
6688 [ 3778] By: gsar on 1999/07/26 13:28:46
6692 ____________________________________________________________________________
6693 [ 3777] By: gsar on 1999/07/26 13:18:53
6694 Log: warnings identified by Borland compiler
6696 ! makedef.pl pp_ctl.c
6697 ____________________________________________________________________________
6698 [ 3776] By: jhi on 1999/07/26 13:07:36
6699 Log: Integrate with Sarathy.
6701 !> lib/Carp/Heavy.pm pp_ctl.c pp_hot.c
6702 ____________________________________________________________________________
6703 [ 3775] By: gsar on 1999/07/26 12:55:43
6704 Log: avoid infinite recursion when Thread.pm croaks during
6708 ____________________________________________________________________________
6709 [ 3774] By: gsar on 1999/07/26 12:43:02
6710 Log: integrate cfgperl contents into mainline
6712 +> lib/Carp/Heavy.pm
6713 !> MANIFEST Makefile.SH cflags.SH configpm ext/util/make_ext
6714 !> lib/AutoSplit.pm lib/Carp.pm makedepend.SH pod/pod2html.PL
6715 !> pod/pod2latex.PL pod/pod2man.PL pod/pod2text.PL
6716 !> pod/pod2usage.PL pod/podchecker.PL pod/podselect.PL
6717 !> writemain.SH x2p/Makefile.SH x2p/cflags.SH
6718 ____________________________________________________________________________
6719 [ 3773] By: jhi on 1999/07/26 12:40:29
6720 Log: Use long doubles only if they are useful.
6722 ! ext/POSIX/POSIX.xs
6723 ____________________________________________________________________________
6724 [ 3772] By: gsar on 1999/07/26 12:33:11
6725 Log: typo in change#3768
6728 ____________________________________________________________________________
6729 [ 3771] By: gsar on 1999/07/26 12:08:27
6730 Log: alpha-stage support for user-hooks in @INC
6731 From: Ken Fox <kfox@ford.com>
6732 Date: Mon, 19 Jul 1999 22:12:29 -0400 (EDT)
6733 Message-Id: <199907200213.WAA02816@mailfw2.ford.com>
6734 Subject: Re: loading remote modules
6737 ____________________________________________________________________________
6738 [ 3770] By: jhi on 1999/07/26 11:38:36
6739 Log: Back out #3735. Needs more work.
6741 ! Makefile.SH cflags.SH configpm ext/util/make_ext
6742 ! lib/AutoSplit.pm makedepend.SH pod/pod2html.PL
6743 ! pod/pod2latex.PL pod/pod2man.PL pod/pod2text.PL
6744 ! pod/pod2usage.PL pod/podchecker.PL pod/podselect.PL
6745 ! writemain.SH x2p/Makefile.SH x2p/cflags.SH
6746 ____________________________________________________________________________
6747 [ 3769] By: jhi on 1999/07/26 11:24:45
6748 Log: Integrate with Sarathy.
6750 !> (integrate 35 files)
6751 ____________________________________________________________________________
6752 [ 3768] By: gsar on 1999/07/26 11:03:07
6753 Log: optimize method name lookup
6754 From: Chip Salzenberg <chip@perlsupport.com>
6755 Date: Thu, 22 Jul 1999 13:43:36 -0400
6756 Message-ID: <19990722134336.Q391@perlsupport.com>
6757 Subject: [PATCH] OP_METHOD_NAMED
6759 ! dump.c embed.h embed.pl ext/Opcode/Opcode.pm objXSUB.h op.c
6760 ! opcode.h opcode.pl perlapi.c pp.sym pp_hot.c pp_proto.h
6762 ____________________________________________________________________________
6763 [ 3767] By: gsar on 1999/07/26 10:44:11
6764 Log: allow arrow omission in $foo[10]->('foo') etc. (but not in
6765 foo()->()); rework grammar to remove conflicts
6766 From: Stephen McCamant <smccam@uclink4.berkeley.edu>
6767 Date: Fri, 23 Jul 1999 15:55:22 -0500 (CDT)
6768 Message-ID: <14232.54970.771570.548676@alias-2.pr.mcs.net>
6769 Subject: [PATCH _57, long] Re: optional arrow asymmetry
6771 ! Makefile.SH embed.h embed.pl global.sym objXSUB.h op.c
6772 ! perlapi.c perly.c perly.h perly.y perly_c.diff proto.h
6773 ! vms/perly_c.vms vms/perly_h.vms
6774 ____________________________________________________________________________
6775 [ 3766] By: jhi on 1999/07/26 10:18:56
6776 Log: Use $< instead of $*.c in *perlmain.o rules.
6779 ____________________________________________________________________________
6780 [ 3765] By: gsar on 1999/07/26 09:28:48
6781 Log: From: Ian Phillipps <ian@dial.pipex.com>
6782 Date: Fri, 23 Jul 1999 23:35:56 +0100
6783 Message-ID: <19990723233556.B2435@homer.diplex.co.uk>
6784 Subject: (Version 2) Extending unpack to deal with counted strings
6786 ! pod/perldiag.pod pod/perlfunc.pod pp.c t/op/pack.t
6787 ____________________________________________________________________________
6788 [ 3764] By: jhi on 1999/07/26 09:17:26
6789 Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
6790 To: perl5-porters@perl.org (Mailing list Perl5)
6791 Subject: [PATCH 5.005_57] Lean Carp.pm with Carp/Heavy.pm
6792 Date: Mon, 26 Jul 1999 04:05:27 -0400 (EDT)
6793 Message-Id: <199907260805.EAA26888@monk.mps.ohio-state.edu>
6795 The patch was based on 5_57 so had to re-apply lib/Carp.pm
6796 parts of changes #3498, #3696, and #3702 for the new
6800 ! MANIFEST lib/Carp.pm
6801 ____________________________________________________________________________
6802 [ 3763] By: gsar on 1999/07/26 09:03:17
6803 Log: ~ isn't valid in VMS filenames
6806 ____________________________________________________________________________
6807 [ 3762] By: gsar on 1999/07/26 08:59:47
6808 Log: setstate stop-gap from Vishal Bhatia
6811 ____________________________________________________________________________
6812 [ 3761] By: gsar on 1999/07/26 08:06:39
6813 Log: patch for pp_foo -> Perl_pp_foo changes from Vishal Bhatia;
6814 add B::OP::name() method that returns just the op_name;
6815 convert Deparse et all to use that instead of B::OP::ppaddr();
6816 add support for OP_SETSTATE in Deparse
6818 ! ext/B/B.pm ext/B/B.xs ext/B/B/Bblock.pm ext/B/B/Bytecode.pm
6819 ! ext/B/B/C.pm ext/B/B/CC.pm ext/B/B/Deparse.pm ext/B/B/Lint.pm
6820 ! ext/B/B/Xref.pm opcode.h opcode.pl
6821 ____________________________________________________________________________
6822 [ 3760] By: jhi on 1999/07/26 07:14:43
6823 Log: Integrate with Sarathy.
6825 !> (integrate 43 files)
6826 ____________________________________________________________________________
6827 [ 3759] By: gsar on 1999/07/26 05:12:24
6828 Log: add disclaimer about perl 4 libraries (modified version of
6829 patch suggested by Clinton Pierce <cpierce1@ford.com>)
6831 ! lib/abbrev.pl lib/bigfloat.pl lib/bigint.pl lib/bigrat.pl
6832 ! lib/cacheout.pl lib/chat2.pl lib/complete.pl lib/ctime.pl
6833 ! lib/dotsh.pl lib/exceptions.pl lib/fastcwd.pl lib/flush.pl
6834 ! lib/ftp.pl lib/getcwd.pl lib/getopt.pl lib/getopts.pl
6835 ! lib/hostname.pl lib/look.pl lib/pwd.pl lib/termcap.pl
6836 ____________________________________________________________________________
6837 [ 3758] By: gsar on 1999/07/26 04:48:35
6838 Log: make reset() behave with high-bit characters
6839 From: Ian Phillipps <ian@dial.pipex.com>
6840 Date: Thu, 22 Jul 1999 22:48:59 +0100
6841 Message-ID: <19990722224859.A27987@homer.diplex.co.uk>
6842 Subject: [PATCH 5.005_57] sv_reset can cause stack corruption
6845 ____________________________________________________________________________
6846 [ 3757] By: gsar on 1999/07/26 04:40:32
6847 Log: update to perlport-1.44 from Chris Nandor <pudge@pobox.com>
6850 ____________________________________________________________________________
6851 [ 3756] By: gsar on 1999/07/26 04:20:37
6852 Log: dprofpp pod additions from Nathan Torkington <gnat@frii.com>
6855 ____________________________________________________________________________
6856 [ 3755] By: gsar on 1999/07/26 04:18:00
6857 Log: disable VPATH for now (breaks x2p build)
6860 ____________________________________________________________________________
6861 [ 3754] By: gsar on 1999/07/26 03:15:33
6862 Log: INSTALL =~ s/5.006/5.6/; delay loading Errno until needed
6863 (%! has the necessary magic); misc typos
6865 ! INSTALL ext/DB_File/DB_File.pm ext/Fcntl/Fcntl.pm
6866 ! ext/GDBM_File/GDBM_File.pm gv.c jpl/JNI/JNI.pm
6867 ! lib/AutoLoader.pm lib/CPAN.pm perl.c pod/perllocale.pod
6869 ____________________________________________________________________________
6870 [ 3753] By: gsar on 1999/07/26 02:38:28
6871 Log: integrate cfgperl contents into mainline
6873 +> t/pragma/locale/latin1 t/pragma/locale/utf8
6874 !> (integrate 53 files)
6875 ____________________________________________________________________________
6876 [ 3752] By: gsar on 1999/07/26 02:11:31
6877 Log: ensure implicitly closed handles don't set $? or $!
6879 ! doio.c embed.h embed.pl perlapi.c proto.h sv.c t/io/pipe.t
6880 ____________________________________________________________________________
6881 [ 3751] By: gsar on 1999/07/26 01:28:34
6882 Log: change#3534 didn't preserve undef return values from caller()
6885 ____________________________________________________________________________
6886 [ 3750] By: jhi on 1999/07/25 20:59:29
6887 Log: Back up a tiny bit from #3735.
6888 This may break builds outside the source directory
6889 but then again, they do not work that ell yet anyway.
6892 ____________________________________________________________________________
6893 [ 3750] By: jhi on 1999/07/25 20:59:29
6894 Log: Back up a tiny bit from #3735.
6895 This may break builds outside the source directory
6896 but then again, they do not work that ell yet anyway.
6899 ____________________________________________________________________________
6900 [ 3749] By: jhi on 1999/07/25 19:15:55
6901 Log: Integrate with Sarathy.
6903 !> lib/ExtUtils/MM_Unix.pm toke.c utils/h2xs.PL
6904 ____________________________________________________________________________
6905 [ 3748] By: jhi on 1999/07/25 19:06:59
6906 Log: Recode locale.t so that the change in #3730
6907 is not needed and locale.t works both without
6908 and with the utf8 pragma.
6910 + t/pragma/locale/latin1 t/pragma/locale/utf8
6911 ! MANIFEST t/pragma/locale.t
6912 ____________________________________________________________________________
6913 [ 3747] By: jhi on 1999/07/25 19:01:46
6917 ____________________________________________________________________________
6918 [ 3746] By: gsar on 1999/07/25 18:08:58
6919 Log: add option to omit Changes file, from Abigail <abigail@delanet.com>;
6920 append a HISTORY section to POD if option is used
6923 ____________________________________________________________________________
6924 [ 3745] By: gsar on 1999/07/25 17:40:03
6925 Log: warn rather than die when parse_version() can't cut it (from
6926 Michael G Schwern <schwern@pobox.com>)
6928 ! lib/ExtUtils/MM_Unix.pm
6929 ____________________________________________________________________________
6930 [ 3744] By: gsar on 1999/07/25 16:32:48
6931 Log: make map behave like grep wrt indirect object slot when
6932 there are parentheses; revert an experimental mod by Larry
6933 in change#2038 that failed to parse %{{qw(a b c)}} properly
6934 (this means C<map {use Foo; ...} ...> still needs a proper
6938 ____________________________________________________________________________
6939 [ 3743] By: jhi on 1999/07/25 16:24:55
6940 Log: Fix a typo in #3725.
6943 ____________________________________________________________________________
6944 [ 3742] By: jhi on 1999/07/25 16:14:39
6945 Log: Integrate with Sarathy.
6947 !> (integrate 26 files)
6948 ____________________________________________________________________________
6949 [ 3741] By: jhi on 1999/07/25 16:02:28
6950 Log: Cut-and-pasto in #3737.
6953 ____________________________________________________________________________
6954 [ 3740] By: gsar on 1999/07/25 15:59:34
6955 Log: add note about glibc bug
6957 ! t/pragma/warn/pp_hot
6958 ____________________________________________________________________________
6959 [ 3739] By: gsar on 1999/07/25 15:48:40
6960 Log: fix bug in change#3728 that might free COPs prematurely;
6961 null(op) now does more thorough scrubbing of the op, which
6962 fixes a few compile-time memory "leaks"
6964 ! dump.c embed.h embed.pl op.c proto.h
6965 ____________________________________________________________________________
6966 [ 3738] By: jhi on 1999/07/25 14:15:26
6967 Log: In accordance with #3737.
6969 ! U/installdirs/sitelib.U U/installdirs/vendorprefix.U
6970 ! U/modified/Oldconfig.U
6971 Branch: metaconfig/U/perl
6973 ____________________________________________________________________________
6974 [ 3737] By: jhi on 1999/07/25 14:12:34
6975 Log: Use vendorprefixlib.
6977 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
6978 ! config_h.SH perl.c
6979 ____________________________________________________________________________
6980 [ 3736] By: jhi on 1999/07/25 13:10:03
6981 Log: Populate metaconfig branch.
6984 Branch: metaconfig/U/perl
6986 ____________________________________________________________________________
6987 [ 3735] By: jhi on 1999/07/25 12:27:20
6988 Log: First steps of making builds outside the source
6989 directory possible. These should get us as far
6990 as miniperl, then building DynaLoader falls into
6991 tiny twinkling pieces as MakeMaker knows nothing
6994 ! Configure Makefile.SH cflags.SH config_h.SH configpm
6995 ! ext/util/make_ext lib/AutoSplit.pm makedepend.SH
6996 ! pod/pod2html.PL pod/pod2latex.PL pod/pod2man.PL
6997 ! pod/pod2text.PL pod/pod2usage.PL pod/podchecker.PL
6998 ! pod/podselect.PL writemain.SH x2p/Makefile.SH x2p/cflags.SH
6999 ____________________________________________________________________________
7000 [ 3734] By: jhi on 1999/07/25 11:19:28
7001 Log: Poor Glossary--are we fixed yet?
7004 ____________________________________________________________________________
7005 [ 3733] By: jhi on 1999/07/25 11:15:06
7006 Log: Change #3732 mistakenly clobbered Glossary.
7008 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
7010 ____________________________________________________________________________
7011 [ 3732] By: jhi on 1999/07/25 10:46:39
7012 Log: Andy's new installation scheme (note: a lot of this
7013 leaked in already with change #3731). The vendor*
7014 stuff is not used anywhere (in *.SH, say), so it
7015 isn't in Configure, either.
7017 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
7019 ____________________________________________________________________________
7020 [ 3731] By: jhi on 1999/07/25 10:12:07
7021 Log: Circumcode a strange shell(?) bug in AIX found
7022 while trying to do -Duse64bits (which I couldn't do
7023 in the end because the CPU isn't 64-bit in that box,
7024 but at least now the probing doesn't crash.)
7026 ! Configure config_h.SH hints/aix.sh
7027 ____________________________________________________________________________
7028 [ 3730] By: gsar on 1999/07/25 04:56:56
7029 Log: fix little utf8 nits in testsuite; add patch from Ilya that cures
7030 a utf8 bug in one of the new RE optimizations
7032 ! regcomp.c regexec.c t/harness t/lib/io_udp.t t/op/re_tests
7034 ____________________________________________________________________________
7035 [ 3729] By: jhi on 1999/07/23 19:56:27
7036 Log: From: Andy Dougherty <doughera@lafayette.edu>
7037 To: Perl Porters <perl5-porters@perl.org>
7038 Subject: [PATCH 5.005_57] INSTALL-1.58
7039 Date: Fri, 23 Jul 1999 10:50:13 -0400 (EDT)
7040 Message-Id: <Pine.GSU.4.05.9907231033190.3555-100000@newton.phys>
7044 From: "Kurt D. Starsinic" <kstar@chapin.edu>
7045 To: Andy Dougherty <doughera@lafayette.edu>
7046 Cc: Perl Porters <perl5-porters@perl.org>
7047 Subject: Re: [PATCH 5.005_57] INSTALL-1.58
7048 Date: Fri, 23 Jul 1999 13:38:25 -0400
7049 Message-ID: <19990723133825.A12033@O2.chapin.edu>
7052 ____________________________________________________________________________
7053 [ 3728] By: gsar on 1999/07/23 17:24:42
7054 Log: applied suggested patch for tracking line numbers correctly in
7055 optimized blocks with a single statement; changed setcop to
7056 setstate and added code for -Dx dumps
7057 From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
7058 Date: Wed, 23 Jun 1999 17:27:42 +0100
7059 Message-Id: <199906231627.RAA24033@crypt.compulink.co.uk>
7060 Subject: [PATCH 5.005_57] Line number error in optimised else()
7062 ! dump.c embed.h ext/Devel/DProf/DProf.xs ext/Opcode/Opcode.pm
7063 ! objXSUB.h op.c opcode.h opcode.pl perlapi.c pp.sym pp_hot.c
7064 ! pp_proto.h t/op/misc.t
7065 ____________________________________________________________________________
7066 [ 3727] By: gsar on 1999/07/23 15:56:04
7067 Log: avoid useless use of target for pp_each(); also fixes bugs due to
7068 refcount held by the target
7070 ! opcode.h opcode.pl pp.c t/op/each.t
7071 ____________________________________________________________________________
7072 [ 3726] By: jhi on 1999/07/23 12:08:30
7073 Log: Change #3725 aftershock.
7075 ! INSTALL jpl/JNI/JNI.pm
7076 ____________________________________________________________________________
7077 [ 3725] By: jhi on 1999/07/23 11:58:49
7078 Log: Introduce $Config{ldlibpthname} which contains
7079 the name of the environment variable holding the
7080 dynamic library search path, often LD_LIBRARY_PATH.
7081 Use this new feature all over.
7082 Also removed remnants of admonition "add LD_LIBRARY_PATH
7083 before running make" because Makefile.SH does this for you.
7085 ! Configure Makefile.SH config_h.SH
7086 ! ext/DynaLoader/DynaLoader_pm.PL hints/README.hints
7087 ! hints/aix.sh hints/beos.sh hints/cygwin32.sh hints/dgux.sh
7088 ! hints/epix.sh hints/esix4.sh hints/hpux.sh hints/next_4.sh
7089 ! hints/os2.sh hints/rhapsody.sh hints/svr4.sh jpl/JNI/JNI.pm
7090 ! jpl/install-jpl utils/perlbug.PL
7091 ____________________________________________________________________________
7092 [ 3724] By: jhi on 1999/07/23 08:03:36
7093 Log: From: Spider Boardman <spider@orb.nashua.nh.us>
7094 To: perl5-porters@perl.org
7095 Subject: [PATCH] Re: [ID 19990715.003] [BUG] all perl5 versions: segfault on $#
7096 Date: Thu, 22 Jul 1999 19:58:34 -0400
7097 Message-Id: <199907222358.TAA27354@Orb.Nashua.NH.US>
7100 ____________________________________________________________________________
7101 [ 3723] By: gsar on 1999/07/23 00:01:29
7102 Log: emit warning about function calls that were encountered too early
7103 to enforce their prototype
7105 ! op.c op.h pod/perldiag.pod
7106 ____________________________________________________________________________
7107 [ 3722] By: jhi on 1999/07/22 21:19:59
7108 Log: From: "Kurt D. Starsinic" <kstar@chapin.edu>
7109 To: perl5-porters@perl.org
7110 Cc: Chip Salzenberg <chip@perlsupport.com>, Gurusamy Sarathy <gsar@activestate.com>
7111 Subject: [PATCH] MakeMaker documentation
7112 Date: Wed, 21 Jul 1999 14:15:42 -0400
7113 Message-ID: <19990721141542.A1800@O2.chapin.edu>
7115 ! lib/ExtUtils/MakeMaker.pm
7116 ____________________________________________________________________________
7117 [ 3721] By: jhi on 1999/07/22 21:05:19
7118 Log: From: pvhp@forte.com (Peter Prymmer)
7119 To: chip@perlsupport.com, gsar@activestate.com, perl-mvs@perl.org, perl5-porters@perl.org
7120 Subject: [PATCH: 5.005_03 && 5.005_57]os390 hints file appendix stops bad builds
7121 Date: Wed, 21 Jul 99 17:15:39 PDT
7122 Message-Id: <9907220015.AA11931@forte.com>
7125 ____________________________________________________________________________
7126 [ 3720] By: jhi on 1999/07/22 20:51:17
7127 Log: AIX magic: ccdlflags needs to be different for
7128 Perl itself and for extra-core extensions
7129 (as used by ExtUtilss::embed::ldopts).
7130 Based on the problems described in
7132 From: Mike W Ellwood <mwe@rl.ac.uk>
7133 To: perl5-porters@perl.org
7134 Subject: [ID 19990722.002] Perl 5.00503 and AIX 4.1.5; perl.exp; build errors. Also Imagemagick...
7135 Date: Thu, 22 Jul 1999 14:28:19 +0100 (BST)
7136 Reply-To: m.w.ellwood@rl.ac.uk
7137 Message-Id: <Pine.A41.3.96.990722141209.72660V-100000@unixfe.rl.ac.uk>
7139 ! Configure Makefile.SH config_h.SH hints/aix.sh
7140 ____________________________________________________________________________
7141 [ 3719] By: jhi on 1999/07/22 08:23:53
7142 Log: Update history records.
7145 ____________________________________________________________________________
7146 [ 3718] By: jhi on 1999/07/21 13:54:42
7147 Log: Todododobedobedo.
7150 ____________________________________________________________________________
7151 [ 3717] By: jhi on 1999/07/21 12:10:48
7152 Log: Even more Todo.
7155 ____________________________________________________________________________
7156 [ 3716] By: jhi on 1999/07/21 11:40:39
7157 Log: Use Errno more extensively so that error
7158 messages are more portable (another way
7159 would be to muck around with LC_MESSAGES).
7162 From: oracle@pcr8.pcr.com
7163 To: perl5-porters@perl.org
7164 Subject: [ID 19990719.003] LC_MESSAGES breaks h2xs autoloaded constants on AIX 4.1.4
7165 Date: Mon, 19 Jul 1999 18:39:13 -0400
7166 Message-Id: <9907192239.AA44990@pcr8.pcr.com>
7168 ! ext/DB_File/DB_File.pm ext/Fcntl/Fcntl.pm
7169 ! ext/GDBM_File/GDBM_File.pm jpl/JNI/JNI.pm lib/AutoLoader.pm
7170 ! lib/CPAN.pm pod/perllocale.pod utils/h2xs.PL
7171 ____________________________________________________________________________
7172 [ 3715] By: jhi on 1999/07/21 11:05:36
7173 Log: Slightly modified patch.
7174 From: Sean Sheedy <seans@ncube.com>
7175 To: perl5-porters@perl.org
7176 Subject: [ID 19990720.003] Perl 5.005_3 patch: Non-standard object extensions
7177 Date: Tue, 20 Jul 1999 09:52:06 -0700
7178 Message-Id: <3794A935.1C150E54@ncube.com>
7180 ! cflags.SH x2p/cflags.SH
7181 ____________________________________________________________________________
7182 [ 3714] By: jhi on 1999/07/20 21:26:19
7186 ____________________________________________________________________________
7187 [ 3713] By: jhi on 1999/07/20 18:02:45
7188 Log: Integrate with Sarathy.
7190 +> ext/Devel/DProf/Changes ext/Devel/DProf/DProf.pm
7191 +> ext/Devel/DProf/DProf.xs ext/Devel/DProf/Makefile.PL
7192 +> ext/Devel/DProf/Todo t/lib/dprof.t t/lib/dprof/V.pm
7193 +> t/lib/dprof/test1_t t/lib/dprof/test1_v t/lib/dprof/test2_t
7194 +> t/lib/dprof/test2_v t/lib/dprof/test3_t t/lib/dprof/test3_v
7195 +> t/lib/dprof/test4_t t/lib/dprof/test4_v t/lib/dprof/test5_t
7196 +> t/lib/dprof/test5_v t/lib/dprof/test6_t t/lib/dprof/test6_v
7198 !> INSTALL MAINTAIN MANIFEST configure.com
7199 !> ext/Devel/Peek/Makefile.PL installman installperl
7200 !> pod/roffitall utils/Makefile vms/descrip_mms.template
7201 !> win32/Makefile win32/makefile.mk win32/win32.h
7202 ____________________________________________________________________________
7203 [ 3712] By: gsar on 1999/07/20 15:29:01
7206 ! ext/Devel/DProf/DProf.xs
7207 ____________________________________________________________________________
7208 [ 3711] By: gsar on 1999/07/20 07:56:19
7209 Log: another DProf build tweak
7212 ____________________________________________________________________________
7213 [ 3710] By: gsar on 1999/07/20 07:36:36
7214 Log: move DProf things around to where they are supposed to be
7216 + t/lib/dprof.t t/lib/dprof/V.pm t/lib/dprof/test1_t
7217 + t/lib/dprof/test1_v t/lib/dprof/test2_t t/lib/dprof/test2_v
7218 + t/lib/dprof/test3_t t/lib/dprof/test3_v t/lib/dprof/test4_t
7219 + t/lib/dprof/test4_v t/lib/dprof/test5_t t/lib/dprof/test5_v
7220 + t/lib/dprof/test6_t t/lib/dprof/test6_v
7222 - ext/Devel/DProf/dprofpp.PL ext/Devel/DProf/t/V.pm
7223 - ext/Devel/DProf/t/test1.pl ext/Devel/DProf/t/test1.t
7224 - ext/Devel/DProf/t/test1.v ext/Devel/DProf/t/test2.t
7225 - ext/Devel/DProf/t/test2.v ext/Devel/DProf/t/test3.t
7226 - ext/Devel/DProf/t/test3.v ext/Devel/DProf/t/test4.t
7227 - ext/Devel/DProf/t/test4.v ext/Devel/DProf/t/test5.t
7228 - ext/Devel/DProf/t/test5.v ext/Devel/DProf/t/test6.t
7229 - ext/Devel/DProf/t/test6.v ext/Devel/DProf/test.pl
7230 ! INSTALL MANIFEST ext/Devel/DProf/Makefile.PL installman
7231 ! installperl pod/roffitall utils/Makefile
7232 ! vms/descrip_mms.template win32/Makefile win32/makefile.mk
7233 ____________________________________________________________________________
7234 [ 3709] By: gsar on 1999/07/20 06:13:16
7235 Log: DProf fixups for PERL_IMPLICIT_CONTEXT
7237 ! ext/Devel/DProf/DProf.xs ext/Devel/DProf/Makefile.PL
7238 ! ext/Devel/Peek/Makefile.PL
7239 ____________________________________________________________________________
7240 [ 3708] By: gsar on 1999/07/20 06:01:22
7241 Log: move DProf to Devel/DProf
7243 +> ext/Devel/DProf/Changes ext/Devel/DProf/DProf.pm
7244 +> ext/Devel/DProf/DProf.xs ext/Devel/DProf/Makefile.PL
7245 +> ext/Devel/DProf/Todo ext/Devel/DProf/dprofpp.PL
7246 +> ext/Devel/DProf/t/V.pm ext/Devel/DProf/t/test1.pl
7247 +> ext/Devel/DProf/t/test1.t ext/Devel/DProf/t/test1.v
7248 +> ext/Devel/DProf/t/test2.t ext/Devel/DProf/t/test2.v
7249 +> ext/Devel/DProf/t/test3.t ext/Devel/DProf/t/test3.v
7250 +> ext/Devel/DProf/t/test4.t ext/Devel/DProf/t/test4.v
7251 +> ext/Devel/DProf/t/test5.t ext/Devel/DProf/t/test5.v
7252 +> ext/Devel/DProf/t/test6.t ext/Devel/DProf/t/test6.v
7253 +> ext/Devel/DProf/test.pl
7254 - ext/DProf/Changes ext/DProf/DProf.pm ext/DProf/DProf.xs
7255 - ext/DProf/Makefile.PL ext/DProf/Todo ext/DProf/dprofpp.PL
7256 - ext/DProf/t/V.pm ext/DProf/t/test1.pl ext/DProf/t/test1.t
7257 - ext/DProf/t/test1.v ext/DProf/t/test2.t ext/DProf/t/test2.v
7258 - ext/DProf/t/test3.t ext/DProf/t/test3.v ext/DProf/t/test4.t
7259 - ext/DProf/t/test4.v ext/DProf/t/test5.t ext/DProf/t/test5.v
7260 - ext/DProf/t/test6.t ext/DProf/t/test6.v ext/DProf/test.pl
7261 ! MAINTAIN MANIFEST configure.com win32/Makefile
7263 ____________________________________________________________________________
7264 [ 3707] By: gsar on 1999/07/20 05:39:11
7265 Log: add Devel::DProf v19990108 from CPAN, as it was
7267 + ext/DProf/Changes ext/DProf/DProf.pm ext/DProf/DProf.xs
7268 + ext/DProf/Makefile.PL ext/DProf/Todo ext/DProf/dprofpp.PL
7269 + ext/DProf/t/V.pm ext/DProf/t/test1.pl ext/DProf/t/test1.t
7270 + ext/DProf/t/test1.v ext/DProf/t/test2.t ext/DProf/t/test2.v
7271 + ext/DProf/t/test3.t ext/DProf/t/test3.v ext/DProf/t/test4.t
7272 + ext/DProf/t/test4.v ext/DProf/t/test5.t ext/DProf/t/test5.v
7273 + ext/DProf/t/test6.t ext/DProf/t/test6.v ext/DProf/test.pl
7275 ____________________________________________________________________________
7276 [ 3706] By: gsar on 1999/07/20 04:52:25
7277 Log: C<union any> needs no PERL_OBJECT-treatment
7280 ____________________________________________________________________________
7281 [ 3705] By: gsar on 1999/07/20 04:11:54
7282 Log: fix problem in default build
7284 ! win32/Makefile win32/makefile.mk
7285 ____________________________________________________________________________
7286 [ 3704] By: jhi on 1999/07/19 07:06:36
7287 Log: Integrate with Sarathy.
7289 !> Changes lib/Carp.pm makedef.pl pod/perldiag.pod sv.h util.c
7291 ____________________________________________________________________________
7292 [ 3703] By: gsar on 1999/07/19 05:55:57
7296 ____________________________________________________________________________
7297 [ 3702] By: gsar on 1999/07/19 04:29:34
7298 Log: don't display tid from main thread (or testsuite breaks)
7300 ! lib/Carp.pm util.c
7301 ____________________________________________________________________________
7302 [ 3701] By: gsar on 1999/07/19 00:47:52
7303 Log: remove several doubled (and tripled!) entries
7306 ____________________________________________________________________________
7307 [ 3700] By: gsar on 1999/07/19 00:42:34
7308 Log: integrate cfgperl contents into mainline
7311 - perl_exp.SH win32/makedef.pl
7312 !> MANIFEST Makefile.SH ext/DynaLoader/DynaLoader_pm.PL
7313 !> ext/DynaLoader/dl_aix.xs ext/DynaLoader/dl_vms.xs hints/aix.sh
7314 !> pod/perldiag.pod pp.c regexec.c t/pragma/warn/util toke.c
7315 !> utf8.c util.c win32/Makefile win32/makefile.mk
7316 ____________________________________________________________________________
7317 [ 3699] By: gsar on 1999/07/19 00:33:59
7318 Log: avoid bug in win32_str_os_error() (from Jan Dubois)
7320 ! Changes win32/win32.c
7321 ____________________________________________________________________________
7322 [ 3698] By: jhi on 1999/07/18 21:33:57
7323 Log: Integrate with Sarathy.
7326 !> (integrate 57 files)
7327 ____________________________________________________________________________
7328 [ 3697] By: gsar on 1999/07/18 05:22:36
7329 Log: From: pvhp@forte.com (Peter Prymmer)
7330 Date: Thu, 1 Jul 99 19:31:24 PDT
7331 Message-Id: <9907020231.AA16942@forte.com>
7332 Subject: [ID 19990701.031] 4 ctl chars on EBCDIC not asciiish enough
7335 ! MANIFEST ebcdic.c t/op/ord.t
7336 ____________________________________________________________________________
7337 [ 3696] By: gsar on 1999/07/18 05:11:02
7338 Log: display thread id in diagnostics (suggested by Dan Sugalski)
7340 ! lib/Carp.pm util.c
7341 ____________________________________________________________________________
7342 [ 3695] By: gsar on 1999/07/18 04:57:47
7343 Log: missing perldiag entry (from Dan Sugalski <sugalskd@osshe.edu>)
7346 ____________________________________________________________________________
7347 [ 3694] By: gsar on 1999/07/18 04:56:28
7348 Log: cache [NIUP]V conversions of defined READONLY values
7349 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
7350 Date: Sun, 11 Jul 1999 04:39:44 -0400
7351 Message-ID: <19990711043944.A25944@monk.mps.ohio-state.edu>
7352 Subject: [PATCH 5.005_57] Allow caching of numeric/string conversion
7355 ____________________________________________________________________________
7356 [ 3693] By: gsar on 1999/07/18 03:53:38
7357 Log: From: jan.dubois@ibm.net (Jan Dubois)
7358 Date: Sat, 17 Jul 1999 10:58:29 +0200
7359 Message-ID: <379144ad.13616689@smtp1.ibm.net>
7360 Subject: [PATCH 5.005] Some lib/ExtUtils/Manifest.pm POD fixes
7362 ! lib/ExtUtils/Manifest.pm
7363 ____________________________________________________________________________
7364 [ 3692] By: gsar on 1999/07/18 03:51:03
7365 Log: remove spurious newSTATEOP() that causes goto to enter one too many
7366 contexts when jumping between if and elsif blocks
7368 ! perly.c perly.y pp_ctl.c t/op/goto.t
7369 ____________________________________________________________________________
7370 [ 3691] By: gsar on 1999/07/18 01:49:59
7371 Log: detypo, update Changes
7374 ____________________________________________________________________________
7375 [ 3690] By: gsar on 1999/07/18 01:16:59
7376 Log: mention the -Minteger effect on modulus (from Nathan Torkington)
7379 ____________________________________________________________________________
7380 [ 3689] By: gsar on 1999/07/18 00:47:17
7381 Log: ensure __END__ appears on a line by itself in wrapped
7382 scripts (thanks to Steve Tolkin <tolkin@mediaone.net>);
7383 mention caveat about successfull kill()
7385 ! pod/perlfunc.pod win32/bin/pl2bat.pl
7386 ____________________________________________________________________________
7387 [ 3688] By: gsar on 1999/07/17 20:47:44
7388 Log: noecho noops (from Nicholas Clark <nick@flirble.org>)
7390 ! ext/SDBM_File/sdbm/Makefile.PL
7391 ____________________________________________________________________________
7392 [ 3687] By: gsar on 1999/07/17 20:43:27
7393 Log: make CC.pm use a distinct CCPP() macro rather than PP()
7394 (suggested by Vishal Bhatia <vishalb@my-deja.com>)
7396 ! cc_runtime.h ext/B/B/CC.pm
7397 ____________________________________________________________________________
7398 [ 3686] By: gsar on 1999/07/17 20:39:08
7399 Log: tiny bug in vars.pm (from John Dlugosz)
7402 ____________________________________________________________________________
7403 [ 3685] By: gsar on 1999/07/17 20:37:27
7404 Log: applied suggested patch, along with later tweak
7405 From: jan.dubois@ibm.net (Jan Dubois)
7406 Date: Wed, 14 Jul 1999 23:53:43 +0200
7407 Message-ID: <37a902e7.15977234@smtp1.ibm.net>
7408 Subject: Merge ActivePerl Stylesheet support etc into Pod::Html.pm
7411 ____________________________________________________________________________
7412 [ 3684] By: gsar on 1999/07/17 20:24:32
7413 Log: avoid #ifdef DEBUGGING in thrdvar.h (from Dominic Dunlop <domo@vo.lu>)
7416 ____________________________________________________________________________
7417 [ 3683] By: gsar on 1999/07/17 20:21:01
7418 Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
7419 Date: Tue, 13 Jul 1999 05:44:28 -0400 (EDT)
7420 Message-Id: <199907130944.FAA04473@monk.mps.ohio-state.edu>
7421 Subject: [PATCH 5.005_57] Segfaults if $^P
7423 ! embed.h embed.pl global.sym mg.c objXSUB.h perl.c perlapi.c
7425 ____________________________________________________________________________
7426 [ 3682] By: gsar on 1999/07/17 20:04:17
7427 Log: use a better prefixify() heuristic than m/perl/ (prefix/lib/perl5
7428 and prefix/lib/perl5/man are ass_u_med only if those directories
7429 actually exist; else prefix/{lib,man} are used)
7431 ! lib/ExtUtils/MM_Unix.pm
7432 ____________________________________________________________________________
7433 [ 3681] By: gsar on 1999/07/17 19:12:33
7434 Log: allow $foo{$x} and $bar[$i] for (\$) prototype
7436 ! op.c t/comp/proto.t
7437 ____________________________________________________________________________
7438 [ 3680] By: gsar on 1999/07/17 18:23:55
7439 Log: fix vec() on magic values
7440 From: Ian Phillipps <ian@dial.pipex.com>
7441 Date: Mon, 12 Jul 1999 12:30:05 +0100
7442 Message-ID: <19990712123005.A11355@homer.diplex.co.uk>
7443 Subject: [PATCH 5.005_57] Re: do_vecset is broken. Re: [ID 19990703.003].
7446 ____________________________________________________________________________
7447 [ 3679] By: gsar on 1999/07/17 18:10:44
7448 Log: make system() return -1 and set $! if exec of child failed
7449 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
7450 Date: Fri, 9 Jul 1999 05:21:13 -0400
7451 Message-ID: <19990709052113.A6201@monk.mps.ohio-state.edu>
7452 Subject: [PATCH 5.005_57] system()==-1 and $! from failing fork/exec
7454 ! doio.c embed.h embed.pl global.sym objXSUB.h perlapi.c
7455 ! pod/perlfunc.pod pp_sys.c proto.h t/op/exec.t
7456 ____________________________________________________________________________
7457 [ 3678] By: gsar on 1999/07/17 17:54:01
7458 Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
7459 Date: Fri, 9 Jul 1999 04:27:51 -0400 (EDT)
7460 Message-Id: <199907090827.EAA03321@monk.mps.ohio-state.edu>
7461 Subject: [PATCH 5.005_57] File descriptor leak in do_exec3
7464 ____________________________________________________________________________
7465 [ 3677] By: gsar on 1999/07/17 17:34:38
7466 Log: a modernized version of find2perl from Ken Pizzini <ken@halcyon.com>;
7467 converted Ken's documentation outline into pod
7470 ____________________________________________________________________________
7471 [ 3676] By: gsar on 1999/07/17 16:34:09
7472 Log: pod fixes (with minor edits) from Abigail, Ronald Kimball, Jon
7473 Waddington, Tuomas Lukka, Steven Tolkin, Ian Phillipps, and
7476 ! pod/Win32.pod pod/perldelta.pod pod/perlfaq.pod
7477 ! pod/perlfaq1.pod pod/perlfaq2.pod pod/perlfaq3.pod
7478 ! pod/perlfaq4.pod pod/perlfaq5.pod pod/perlfunc.pod
7479 ! pod/perlguts.pod pod/perlhist.pod pod/perlop.pod
7480 ! pod/perlport.pod pod/perltoc.pod pod/perltodo.pod
7481 ! pod/perltoot.pod pod/perltootc.pod pod/perlvar.pod
7482 ____________________________________________________________________________
7483 [ 3675] By: gsar on 1999/07/17 00:16:53
7484 Log: backout redundant change#3628
7486 ! Changes hints/bsdos.sh
7487 ____________________________________________________________________________
7488 [ 3674] By: jhi on 1999/07/15 14:26:03
7489 Log: Fix the bin/oct/hex constant overflow tests for
7490 long long platforms.
7492 ! t/pragma/warn/util
7493 ____________________________________________________________________________
7494 [ 3673] By: jhi on 1999/07/14 21:59:11
7495 Log: Fixed AIX dynamic loading and AIX shared Perl library.
7496 Tested in: AIX 4.1.5 cc+useshrplib+usethreads, 4.1.5 cc,
7497 4.1.5 gcc+useshrplib+usethreads, 4.3.1 cc+useshrplib.
7498 Hijacked win32/makedef.pl for more general purpose export
7499 list building, now it is used (as toplevel makedef.pl)
7500 for win32 and AIX (perl_exp.SH made unnecessary).
7501 Because the export lists are now correct in AIX, no more linker
7502 warnings about "Exported symbol not defined" should appear.
7505 - perl_exp.SH win32/makedef.pl
7506 ! MANIFEST Makefile.SH ext/DynaLoader/DynaLoader_pm.PL
7507 ! ext/DynaLoader/dl_aix.xs hints/aix.sh win32/Makefile
7509 ____________________________________________________________________________
7510 [ 3672] By: gsar on 1999/07/14 17:12:13
7511 Log: minor efficiency tweak
7514 ____________________________________________________________________________
7515 [ 3671] By: jhi on 1999/07/14 16:22:39
7516 Log: The regexec.c change of #3606 caused a core dump in fbm_instr()
7517 if its caller re_intuit_start() was entered with strend == strpos
7518 because end_shift ended up as -1. The patch ain't necessarily
7519 correct but least the core dump is avoided.
7522 ____________________________________________________________________________
7523 [ 3670] By: jhi on 1999/07/13 07:59:09
7524 Log: Integrate with Sarathy.
7526 - XSlock.h win32/GenCAPI.pl win32/TEST win32/autosplit.pl
7527 - win32/genxsdef.pl win32/makemain.pl win32/makeperldef.pl
7528 !> (integrate 67 files)
7529 ____________________________________________________________________________
7530 [ 3669] By: gsar on 1999/07/12 06:14:54
7531 Log: fixups for sundry warnings about function pointers
7533 ! ext/re/re.xs intrpvar.h op.c perl.c perl.h pp_ctl.c scope.h
7534 ! sv.c thrdvar.h util.c win32/Makefile win32/makefile.mk
7535 ! win32/win32.c win32/win32.h
7536 ____________________________________________________________________________
7537 [ 3668] By: gsar on 1999/07/12 04:11:58
7538 Log: tweaks for win32/borland
7540 ! t/pragma/locale.t win32/makedef.pl win32/makefile.mk
7541 ____________________________________________________________________________
7542 [ 3667] By: gsar on 1999/07/12 01:55:15
7543 Log: yet more cleanups of the PERL_OBJECT, MULTIPLICITY and USE_THREADS
7544 builds; passing the implicit context is unified among the three
7545 flavors; PERL_IMPLICIT_CONTEXT is auto-enabled under all three
7546 flavors (see the top of perl.h) for testing; all varargs functions
7547 foo() have a va_list-taking variant vfoo() for generating the
7548 context-free versions; the PERL_OBJECT build should now be
7549 hyper-compatible with CPAN extensions (C++ is totally out of
7552 result has only been tested on Windows
7554 TODO: write docs on the THX rationale and idiomatic usage of
7557 - XSlock.h win32/GenCAPI.pl win32/TEST win32/autosplit.pl
7558 - win32/genxsdef.pl win32/makemain.pl win32/makeperldef.pl
7559 ! MANIFEST XSUB.h bytecode.pl deb.c dump.c embed.h embed.pl
7560 ! embedvar.h ext/B/B.xs ext/ByteLoader/ByteLoader.xs
7561 ! ext/ByteLoader/byterun.c ext/Data/Dumper/Dumper.xs
7562 ! ext/Devel/Peek/Peek.xs ext/Fcntl/Fcntl.xs ext/IO/IO.xs
7563 ! ext/Opcode/Opcode.xs ext/POSIX/POSIX.xs
7564 ! ext/SDBM_File/SDBM_File.xs ext/Socket/Socket.xs
7565 ! ext/Thread/Thread.xs ext/attrs/attrs.xs ext/re/re.xs
7566 ! global.sym globals.c intrpvar.h iperlsys.h
7567 ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_Win32.pm
7568 ! lib/ExtUtils/MakeMaker.pm lib/ExtUtils/xsubpp lib/base.pm
7569 ! lib/warning.pm malloc.c objXSUB.h perl.c perl.h perlapi.c
7570 ! perlapi.h perlio.c pp_sys.c proto.h regcomp.c regexec.c
7571 ! scope.c sv.c thrdvar.h util.c win32/Makefile win32/config_H.bc
7572 ! win32/config_H.gc win32/config_H.vc win32/config_h.PL
7573 ! win32/dl_win32.xs win32/include/dirent.h
7574 ! win32/include/sys/socket.h win32/makedef.pl win32/makefile.mk
7575 ! win32/perllib.c win32/runperl.c win32/win32.c win32/win32.h
7576 ! win32/win32iop.h win32/win32sck.c
7577 ____________________________________________________________________________
7578 [ 3666] By: jhi on 1999/07/11 22:00:13
7579 Log: Integrate with Sarathy.
7581 !> op.c t/op/lex_assign.t
7582 ____________________________________________________________________________
7583 [ 3665] By: jhi on 1999/07/11 21:59:01
7584 Log: More manual sync.
7587 ____________________________________________________________________________
7588 [ 3664] By: gsar on 1999/07/11 19:11:07
7589 Log: change#3612 was buggy and failed to build Tk; applied Ilya's
7590 remedy and related tests via private mail
7592 ! op.c t/op/lex_assign.t
7593 ____________________________________________________________________________
7594 [ 3663] By: jhi on 1999/07/11 15:04:37
7595 Log: Manual synchronization with Sarathy (some files
7596 had drifted apart for no apparent reason), plus
7597 I had a typo in dl_vms.xs Sarathy had fixed.
7599 ! ext/DynaLoader/dl_vms.xs pod/perldelta.pod pp.c pp_sys.c
7600 ____________________________________________________________________________
7601 [ 3662] By: jhi on 1999/07/10 12:23:21
7602 Log: Change t/pragma/warn oct()/hex() overflow tests to use %Config
7603 to adapt to the underlying platform (the binary, 0b1..., test
7604 was broken in 64-bit platforms). Also change "hex" in the
7605 warning messages to "hexadecimal" to match "binary" and "octal".
7607 ! pod/perldiag.pod t/pragma/warn/util util.c
7608 ____________________________________________________________________________
7609 [ 3661] By: jhi on 1999/07/08 21:54:55
7610 Log: Integrate with Sarathy.
7612 +> perlapi.c perlapi.h
7613 !> (integrate 43 files)
7614 ____________________________________________________________________________
7615 [ 3660] By: gsar on 1999/07/08 18:47:35
7616 Log: more PERL_OBJECT cleanups (changes still untested on Unix!)
7618 + perlapi.c perlapi.h
7619 ! MANIFEST XSUB.h emacs/ptags embed.h embed.pl embedvar.h
7620 ! ext/Opcode/Opcode.xs global.sym globals.c intrpvar.h
7621 ! iperlsys.h mg.c miniperlmain.c objXSUB.h perl.c perl.h perly.c
7622 ! pp.c pp_ctl.c pp_hot.c proto.h regcomp.c regcomp.h regexec.c
7623 ! scope.c scope.h sv.c thrdvar.h toke.c util.c win32/GenCAPI.pl
7624 ! win32/Makefile win32/makedef.pl win32/perllib.c win32/win32.c
7626 ____________________________________________________________________________
7627 [ 3659] By: gsar on 1999/07/08 18:41:45
7628 Log: sundry cleanups for clean build on windows
7630 ! doio.c regcomp.c regcomp.h t/io/openpid.t utf8.c
7631 ____________________________________________________________________________
7632 [ 3658] By: gsar on 1999/07/08 01:24:25
7633 Log: fixes for logical bugs in the lexwarn patch; other tweaks to avoid
7634 type mismatch problems
7636 ! doio.c gv.c op.c pp.c regcomp.c regexec.c run.c sv.c
7637 ! t/pragma/warn/op toke.c utf8.c util.c
7638 ____________________________________________________________________________
7639 [ 3657] By: jhi on 1999/07/07 23:01:16
7640 Log: Integrate with Sarathy. perldiag.pod required manual editing.
7643 !> Changes configure.com ext/B/B/Deparse.pm
7644 !> ext/ByteLoader/Makefile.PL ext/Fcntl/Fcntl.xs
7645 !> ext/IO/lib/IO/File.pm gv.c iperlsys.h lib/ExtUtils/MM_VMS.pm
7646 !> lib/File/Basename.pm lib/File/Spec/VMS.pm perlsfio.h
7647 !> t/base/rs.t t/lib/io_multihomed.t t/lib/textfill.t
7648 !> t/lib/textwrap.t t/op/filetest.t t/op/mkdir.t
7649 !> t/pragma/overload.t thread.h vms/vms.c
7650 ____________________________________________________________________________
7651 [ 3656] By: gsar on 1999/07/07 21:04:38
7652 Log: integrate cfgperl contents
7654 +> lib/unicode/Is/ASCII.pl lib/unicode/Is/Cntrl.pl
7655 +> lib/unicode/Is/Graph.pl lib/unicode/Is/Punct.pl
7656 +> lib/unicode/Is/Word.pl lib/unicode/Is/XDigit.pl
7658 !> (integrate 45 files)
7659 ____________________________________________________________________________
7660 [ 3655] By: gsar on 1999/07/07 18:55:45
7661 Log: filetest.t and ByteLoader build tweaks from Peter Prymmer
7664 ! ext/ByteLoader/Makefile.PL t/op/filetest.t
7665 ____________________________________________________________________________
7666 [ 3654] By: gsar on 1999/07/07 18:47:03
7667 Log: change#1889 mistakenly removed F_SETLK
7669 ! ext/Fcntl/Fcntl.xs
7670 ____________________________________________________________________________
7671 [ 3653] By: gsar on 1999/07/07 18:42:42
7672 Log: B::Deparse update
7673 From: Stephen McCamant <smccam@uclink4.berkeley.edu>
7674 Date: Mon, 5 Jul 1999 17:57:03 -0500 (CDT)
7675 Message-ID: <14209.13729.738691.610723@alias-2.pr.mcs.net>
7676 Subject: [PATCH _57, long] B::Deparse 0.58
7678 ! ext/B/B/Deparse.pm
7679 ____________________________________________________________________________
7680 [ 3652] By: gsar on 1999/07/07 18:41:07
7681 Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
7682 Date: Mon, 5 Jul 1999 18:24:19 -0400 (EDT)
7683 Message-Id: <199907052224.SAA10454@monk.mps.ohio-state.edu>
7684 Subject: Re: [ID 19990705.001] Overloading boolean conversion
7686 ! gv.c t/pragma/overload.t
7687 ____________________________________________________________________________
7688 [ 3651] By: gsar on 1999/07/07 17:47:30
7689 Log: missing PerlIO_reopen() (suggested by sam@daemoninc.com)
7692 ____________________________________________________________________________
7693 [ 3650] By: gsar on 1999/07/07 17:45:52
7694 Log: applied new parts of suggested patch
7695 From: Charles Bailey <BAILEY@newman.upenn.edu>
7696 Date: Fri, 02 Jul 1999 19:18:41 -0400 (EDT)
7697 Message-id: <01JD3M8W1VXS000S5G@mail.newman.upenn.edu>
7698 Subject: [PATCH 5.005_57] Consolidated VMS patch
7700 ! configure.com ext/IO/lib/IO/File.pm iperlsys.h
7701 ! lib/ExtUtils/MM_VMS.pm lib/File/Basename.pm
7702 ! lib/File/Spec/VMS.pm pod/perldiag.pod t/base/rs.t
7703 ! t/lib/io_multihomed.t t/lib/textfill.t t/lib/textwrap.t
7704 ! t/op/filetest.t t/op/mkdir.t thread.h vms/vms.c
7705 ____________________________________________________________________________
7706 [ 3649] By: jhi on 1999/07/07 13:38:02
7707 Log: Sync regcomp warn with reality.
7709 ! t/pragma/warn/regcomp
7710 ____________________________________________________________________________
7711 [ 3648] By: jhi on 1999/07/07 13:04:55
7712 Log: Integrate with Sarathy; one conflict in t/pragma/warn/recgomp
7715 +> pod/perllexwarn.pod t/pragma/warn/6default t/pragma/warn/av
7716 +> t/pragma/warn/doop t/pragma/warn/hv t/pragma/warn/malloc
7717 +> t/pragma/warn/perlio t/pragma/warn/run t/pragma/warn/utf8
7719 !> (integrate 79 files)
7720 ____________________________________________________________________________
7721 [ 3647] By: gsar on 1999/07/07 10:32:03
7722 Log: From: jan.dubois@ibm.net (Jan Dubois)
7723 Date: Thu, 01 Jul 1999 11:17:53 +0200
7724 Message-ID: <377b2ca4.14467042@smtp1.ibm.net>
7725 Subject: [PATCH 5.005_57] MakeMaker support for pod2html
7727 ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_Win32.pm
7728 ! lib/ExtUtils/MakeMaker.pm
7729 ____________________________________________________________________________
7730 [ 3646] By: gsar on 1999/07/07 10:27:55
7731 Log: fix undocumented IO::Handle functions as suggested
7734 ! ext/IO/lib/IO/Handle.pm
7735 ____________________________________________________________________________
7736 [ 3645] By: gsar on 1999/07/07 10:18:55
7737 Log: prohibit thread join()ing itself (from Dan Sugalski)
7739 ! ext/Thread/Thread.xs
7740 ____________________________________________________________________________
7741 [ 3644] By: gsar on 1999/07/07 10:14:26
7742 Log: From: "Vishal Bhatia" <vishalb@my-deja.com>
7743 Date: Wed, 30 Jun 1999 14:02:42 -0700
7744 Message-ID: <LJHFKBDHMHHJDAAA@my-deja.com>
7745 Subject: [PATCH 5.005_57] Compiler and XSUBS
7748 ____________________________________________________________________________
7749 [ 3643] By: gsar on 1999/07/07 10:08:38
7750 Log: mention C<foreach VAR (LIST) BLOCK continue BLOCK> syntax
7751 (from François Désarménien <desar@club-internet.fr>)
7754 ____________________________________________________________________________
7755 [ 3642] By: gsar on 1999/07/07 10:03:24
7756 Log: From: Doug MacEachern <dougm@cp.net>
7757 Date: Sun, 27 Jun 1999 22:43:25 -0700 (PDT)
7758 Message-ID: <Pine.LNX.4.10.9906272236430.389-100000@mojo.eng.cp.net>
7759 Subject: [PATCH 5.005_57] add B::PV::{LEN,CUR}
7762 ____________________________________________________________________________
7763 [ 3641] By: gsar on 1999/07/07 10:00:57
7764 Log: slightly modified version of suggested patch
7765 From: Steven N. Hirsch <hirschs@stargate.btv.ibm.com>
7766 Date: Mon, 28 Jun 1999 14:23:59 -0400
7767 Message-Id: <199906281823.OAA24912@stargate.btv.ibm.com>
7768 Subject: [ID 19990628.007] POSIX::tmpnam() broken for threaded 5.00503
7770 ! ext/POSIX/POSIX.xs
7771 ____________________________________________________________________________
7772 [ 3640] By: gsar on 1999/07/07 09:45:43
7773 Log: lexical warnings update (warning.t fails one test
7774 due to leaked scalar, investigation pending)
7775 From: paul.marquess@bt.com
7776 Date: Sat, 26 Jun 1999 23:19:52 +0100
7777 Message-ID: <5104D4DBC598D211B5FE0000F8FE7EB29C6C8E@mbtlipnt02.btlabs.bt.co.uk>
7778 Subject: [PATCH 5.005_57] Lexical Warnings - mandatory warning are now default warnings
7780 + pod/perllexwarn.pod t/pragma/warn/6default t/pragma/warn/av
7781 + t/pragma/warn/doop t/pragma/warn/hv t/pragma/warn/malloc
7782 + t/pragma/warn/perlio t/pragma/warn/run t/pragma/warn/utf8
7784 ! Changes MANIFEST av.c djgpp/djgpp.c doio.c doop.c
7785 ! ext/B/B/Asmdata.pm ext/ByteLoader/byterun.c
7786 ! ext/ByteLoader/byterun.h gv.c hv.c jpl/JNI/JNI.xs
7787 ! lib/warning.pm mg.c op.c os2/os2.c perl.c perlio.c
7788 ! pod/perldelta.pod pod/perldiag.pod pod/perlfunc.pod
7789 ! pod/perlmodlib.pod pod/perlrun.pod pod/perlvar.pod pp.c
7790 ! pp_ctl.c run.c sv.c t/pragma/warn/3both t/pragma/warn/doio
7791 ! t/pragma/warn/gv t/pragma/warn/mg t/pragma/warn/op
7792 ! t/pragma/warn/perl t/pragma/warn/perly t/pragma/warn/pp
7793 ! t/pragma/warn/pp_ctl t/pragma/warn/pp_hot t/pragma/warn/pp_sys
7794 ! t/pragma/warn/regcomp t/pragma/warn/regexec t/pragma/warn/sv
7795 ! t/pragma/warn/taint t/pragma/warn/toke t/pragma/warn/universal
7796 ! t/pragma/warn/util t/pragma/warning.t toke.c utf8.c util.c
7797 ! warning.h warning.pl win32/win32.c
7798 ____________________________________________________________________________
7799 [ 3639] By: gsar on 1999/07/07 08:09:30
7800 Log: From: Brian Jepson <bjepson@home.com>
7801 Date: Sat, 26 Jun 1999 10:47:45 -0500 (EST)
7802 Message-ID: <Pine.LNX.4.10.9906261044180.659-100000@cx384756-a.sking1.ri.home.com>
7803 Subject: Patch to JPL example program
7805 ! jpl/JPL_Rolo/JPL_Rolo.jpl
7806 ____________________________________________________________________________
7807 [ 3638] By: jhi on 1999/07/07 08:07:58
7808 Log: Integrate with Sarathy.
7810 !> (integrate 34 files)
7811 ____________________________________________________________________________
7812 [ 3637] By: gsar on 1999/07/07 08:07:49
7813 Log: From: Stephen McCamant <smccam@uclink4.berkeley.edu>
7814 Date: Fri, 25 Jun 1999 13:38:44 -0500 (CDT)
7815 Message-ID: <14193.25034.113373.245377@alias-2.pr.mcs.net>
7816 Subject: [PATCH _57, long] Eliminate CONDOPs
7818 ! bytecode.pl dump.c ext/B/B.pm ext/B/B.xs ext/B/B/Bblock.pm
7819 ! ext/B/B/Bytecode.pm ext/B/B/C.pm ext/B/B/CC.pm
7820 ! ext/B/B/Debug.pm ext/B/B/Xref.pm ext/B/ramblings/flip-flop
7821 ! ext/B/typemap op.c op.h opcode.h opcode.pl perl.h
7822 ! pod/perltoc.pod pp_ctl.c pp_hot.c
7823 ____________________________________________________________________________
7824 [ 3636] By: gsar on 1999/07/07 07:50:51
7825 Log: adapted suggested patch for IO-1.20x
7826 From: ian@dial.pipex.com
7827 Date: Fri, 25 Jun 1999 10:39:42 +0100
7828 Message-Id: <199906250939.KAA02152@homer.diplex.co.uk>
7829 Subject: [ID 19990625.001] Minor fixes for IO::Socket.pm
7831 ! ext/IO/lib/IO/Socket.pm
7832 ____________________________________________________________________________
7833 [ 3635] By: gsar on 1999/07/07 07:26:05
7834 Log: PowerMAX hints update from Tom Horsley <Tom.Horsley@mail.ccur.com>
7837 ____________________________________________________________________________
7838 [ 3634] By: gsar on 1999/07/07 07:20:02
7839 Log: From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
7840 Date: Wed, 23 Jun 1999 16:16:05 +0100
7841 Message-Id: <199906231516.QAA23851@crypt.compulink.co.uk>
7842 Subject: [PATCH 5.005_57] memleak in optimizer
7844 ! embed.h embed.pl objXSUB.h op.c proto.h
7845 ____________________________________________________________________________
7846 [ 3633] By: gsar on 1999/07/07 07:10:52
7847 Log: add do-not-edit caveats for files generated by opcode.pl
7848 (suggested by Hugo van der Sanden)
7850 ! opcode.h opcode.pl pp.sym pp_proto.h
7851 ____________________________________________________________________________
7852 [ 3632] By: gsar on 1999/07/07 06:41:13
7853 Log: better diagnostics on read operations from write-only
7856 ! doio.c perl.c pod/perldelta.pod pod/perldiag.pod pp_hot.c
7857 ! pp_sys.c t/pragma/warn/pp_hot t/pragma/warn/pp_sys
7858 ____________________________________________________________________________
7859 [ 3631] By: gsar on 1999/07/07 02:03:34
7860 Log: make Sys::Hostname safe against C<$SIG{CHLD}='IGNORE'> (suggested
7861 by David Muir Sharnoff <muir@idiom.com>)
7863 ! lib/Sys/Hostname.pm
7864 ____________________________________________________________________________
7865 [ 3630] By: gsar on 1999/07/07 01:57:16
7866 Log: From: "Vishal Bhatia" <vishalb@my-deja.com>
7867 Date: Sun, 20 Jun 1999 17:17:17 -0700
7868 Message-ID: <AEBDBGKPMEAJAAAA@my-deja.com>
7869 Subject: [PATCH 5.005_57] Minor bug fix in pp_require
7872 ____________________________________________________________________________
7873 [ 3629] By: gsar on 1999/07/07 01:46:03
7874 Log: installperl should write normal messages to STDOUT, not STDERR
7877 ____________________________________________________________________________
7878 [ 3628] By: gsar on 1999/07/07 01:41:25
7879 Log: BSD/OS needs -DSTRUCT_TM_HASZONE as of 4.0.1 (from mab@alink.net)
7882 ____________________________________________________________________________
7883 [ 3627] By: gsar on 1999/07/07 00:27:10
7884 Log: make diagnostic on C<my $^I> etc., more readable
7887 ____________________________________________________________________________
7888 [ 3626] By: gsar on 1999/07/06 23:47:27
7889 Log: From: Andy Dougherty <doughera@lafayette.edu>
7890 Date: Thu, 17 Jun 1999 12:07:11 -0400 (EDT)
7891 Message-Id: <Pine.GSU.4.05.9906171204580.937-100000@newton.phys>
7892 Subject: [ID 19990617.004 [PATCH 5.005_57] make distclean fixes]
7894 ! Makefile.SH utils/Makefile
7895 ____________________________________________________________________________
7896 [ 3625] By: jhi on 1999/07/06 21:50:46
7897 Log: Some new files of #3624 missing from MANIFEST.
7900 ____________________________________________________________________________
7901 [ 3624] By: jhi on 1999/07/06 21:47:04
7902 Log: POSIX [[:character class:]] support for standard, locale,
7903 and utf8. If both utf8 and locale are on, utf8 wins.
7904 I don't fully understand why so many tables changed in
7905 lib/unicode because of "make" -- maybe it was just overdue.
7907 + lib/unicode/Is/ASCII.pl lib/unicode/Is/Cntrl.pl
7908 + lib/unicode/Is/Graph.pl lib/unicode/Is/Punct.pl
7909 + lib/unicode/Is/Word.pl lib/unicode/Is/XDigit.pl
7910 ! MANIFEST Todo-5.005 embed.h embed.pl embedvar.h global.sym
7911 ! handy.h intrpvar.h lib/unicode/Bidirectional.pl
7912 ! lib/unicode/Block.pl lib/unicode/Category.pl
7913 ! lib/unicode/Is/Alnum.pl lib/unicode/Is/Alpha.pl
7914 ! lib/unicode/Is/BidiL.pl lib/unicode/Is/Digit.pl
7915 ! lib/unicode/Is/L.pl lib/unicode/Is/Lo.pl
7916 ! lib/unicode/Is/Lower.pl lib/unicode/Is/Print.pl
7917 ! lib/unicode/Is/Space.pl lib/unicode/Is/Upper.pl
7918 ! lib/unicode/Is/Z.pl lib/unicode/Is/Zs.pl lib/unicode/Name.pl
7919 ! lib/unicode/To/Digit.pl lib/unicode/mktables.PL objXSUB.h
7920 ! pod/perldelta.pod pod/perldiag.pod pod/perlre.pod proto.h
7921 ! regcomp.c regcomp.h regcomp.sym regexec.c regnodes.h
7922 ! t/op/pat.t t/op/re_tests t/op/regexp.t t/pragma/utf8.t
7923 ! t/pragma/warn/regcomp utf8.c
7924 ____________________________________________________________________________
7925 [ 3623] By: gsar on 1999/07/06 20:52:48
7926 Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
7927 Date: Wed, 16 Jun 1999 14:57:22 -0400
7928 Message-ID: <19990616145722.B16258@monk.mps.ohio-state.edu>
7929 Subject: [PATCH 5.00557] Devel::Peek
7931 ! ext/Devel/Peek/Peek.pm ext/Devel/Peek/Peek.xs
7932 ____________________________________________________________________________
7933 [ 3622] By: gsar on 1999/07/06 20:22:59
7934 Log: applied patch after demunging headers with appropriate paths
7935 From: "Vishal Bhatia" <vishalb@my-deja.com>
7936 Date: Sat, 12 Jun 1999 08:23:59 -0700
7937 Message-ID: <JIHEJPFDFKIBDAAA@my-deja.com>
7938 Subject: [Patch 5.005_57] unsigned arithmetic (Compiler)
7940 ! cc_runtime.h ext/B/B.xs ext/B/B/CC.pm ext/B/B/Stackobj.pm
7941 ! ext/B/defsubs.h.PL lib/ExtUtils/typemap t/harness
7942 ____________________________________________________________________________
7943 [ 3621] By: gsar on 1999/07/06 20:10:50
7944 Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
7945 Date: Thu, 10 Jun 1999 04:05:22 -0400 (EDT)
7946 Message-Id: <199906100805.EAA18216@monk.mps.ohio-state.edu>
7947 Subject: [PATCH 5.005_57] Optimize 2>&1 in commands
7950 ____________________________________________________________________________
7951 [ 3620] By: jhi on 1999/07/06 19:16:47
7952 Log: Mention EPOC and SOCKS.
7955 ____________________________________________________________________________
7956 [ 3619] By: gsar on 1999/07/06 16:52:37
7957 Log: fix int vs STRLEN issue
7960 ____________________________________________________________________________
7961 [ 3618] By: jhi on 1999/07/06 16:52:20
7962 Log: There ain't Perl_atonv().
7964 ! ext/ByteLoader/bytecode.h
7965 ____________________________________________________________________________
7966 [ 3617] By: jhi on 1999/07/06 15:55:22
7967 Log: Integrate with Sarathy.
7970 ____________________________________________________________________________
7971 [ 3616] By: jhi on 1999/07/06 15:54:09
7972 Log: Tweak for #3613.
7974 ! Configure config_h.SH
7975 ____________________________________________________________________________
7976 [ 3615] By: gsar on 1999/07/06 11:00:21
7977 Log: From: "Todd C. Miller" <Todd.Miller@courtesan.com>
7978 Date: Sun, 13 Jun 1999 17:46:13 -0600 (MDT)
7979 Message-Id: <199906132346.RAA26632@xerxes.courtesan.com>
7980 Subject: [ID 19990613.003 linklibperl set incorrectly in Makefile.SH for OpenBSD]
7983 ____________________________________________________________________________
7984 [ 3614] By: jhi on 1999/07/06 10:44:48
7985 Log: Integrate with Sarathy.
7987 !> ext/IO/lib/IO/File.pm op.c op.h opcode.h opcode.pl perl.h pp.h
7988 !> pp.sym pp_proto.h t/base/rs.t t/pragma/warn/op
7989 ____________________________________________________________________________
7990 [ 3613] By: jhi on 1999/07/06 10:43:20
7991 Log: From: Nathan Kurz <nate@valleytel.net>
7992 Subject: [ID 19990612.001 compiling three deep modules within ext/]
7993 ply-To: nate@valleytel.net
7994 erl5-porters@perl.org
7995 Date: Sat, 12 Jun 1999 01:26:04 -0500
7996 Message-Id: <199906120626.BAA04996@trinkpad.valleytel.net>
7998 ! Configure config_h.SH
7999 ____________________________________________________________________________
8000 [ 3612] By: gsar on 1999/07/06 10:17:52
8001 Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
8002 Date: Sat, 12 Jun 1999 04:49:09 -0400 (EDT)
8003 Message-Id: <199906120849.EAA26986@monk.mps.ohio-state.edu>
8004 Subject: [PATCH 5.005_57] Optimize away OP_SASSIGN
8006 ! op.c op.h opcode.h opcode.pl pp.h pp.sym pp_proto.h
8007 ____________________________________________________________________________
8008 [ 3611] By: gsar on 1999/07/06 09:51:20
8009 Log: From: pvhp@forte.com (Peter Prymmer)
8010 Date: Fri, 11 Jun 99 17:07:19 PDT
8011 Message-Id: <9906120007.AA13802@forte.com>
8012 Subject: [PATCH _03 && _57]portability fix for IO::File and FileHandle
8014 ! ext/IO/lib/IO/File.pm
8015 ____________________________________________________________________________
8016 [ 3610] By: gsar on 1999/07/06 09:37:37
8017 Log: fix for C<$/ = 42> setting paragraph mode (applied with small
8019 From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
8020 Date: Wed, 09 Jun 1999 18:27:51 +0100
8021 Message-Id: <E10rm8l-00023T-00@ursa.cus.cam.ac.uk>
8022 Subject: Re: [ID 19990608.002] Possible bug with binmode and <FH> on Perl 5.005_03 Win32
8024 ! perl.h t/base/rs.t
8025 ____________________________________________________________________________
8026 [ 3609] By: jhi on 1999/07/06 09:28:48
8027 Log: Integrate with Sarathy.
8029 !> (integrate 49 files)
8030 ____________________________________________________________________________
8031 [ 3608] By: gsar on 1999/07/06 09:28:21
8035 ____________________________________________________________________________
8036 [ 3607] By: jhi on 1999/07/06 09:22:48
8037 Log: Put back the cygwin32 Configure fix of 3582 undone by 3597.
8039 ! Configure config_h.SH
8040 ____________________________________________________________________________
8041 [ 3606] By: gsar on 1999/07/06 09:05:02
8042 Log: applied slightly tweaked version of suggested patch for
8044 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
8045 Date: Wed, 9 Jun 1999 18:14:27 -0400 (EDT)
8046 Message-Id: <199906092214.SAA14126@monk.mps.ohio-state.edu>
8047 Subject: [PATCH 5.005_57] REx engine rehash
8049 ! Changes dump.c embed.h embed.pl embedvar.h ext/re/Makefile.PL
8050 ! ext/re/re.xs global.sym objXSUB.h perl.c perl.h pp.c pp_hot.c
8051 ! proto.h regcomp.c regcomp.h regexec.c regexp.h thrdvar.h
8053 ____________________________________________________________________________
8054 [ 3605] By: gsar on 1999/07/06 08:54:03
8055 Log: bug in change#3602 (cpp conditionals not allowed inside macro args)
8058 ____________________________________________________________________________
8059 [ 3604] By: gsar on 1999/07/06 07:08:30
8060 Log: From: paul.marquess@bt.com
8061 Date: Tue, 8 Jun 1999 22:37:58 +0100
8062 Message-ID: <5104D4DBC598D211B5FE0000F8FE7EB29C6C3C@mbtlipnt02.btlabs.bt.co.uk>
8063 Subject: [PATCH 5.005_57] DB_File 1.67
8065 ! ext/DB_File/Changes ext/DB_File/DB_File.pm
8066 ! ext/DB_File/DB_File.xs ext/DB_File/typemap
8067 ____________________________________________________________________________
8068 [ 3603] By: gsar on 1999/07/06 07:04:50
8069 Log: From: paul.marquess@bt.com
8070 Date: Tue, 8 Jun 1999 22:34:01 +0100
8071 Message-ID: <5104D4DBC598D211B5FE0000F8FE7EB29C6C3B@mbtlipnt02.btlabs.bt.co.uk>
8072 Subject: [PATCH 5.005_57] DBM Filters
8074 ! ext/GDBM_File/GDBM_File.pm ext/GDBM_File/GDBM_File.xs
8075 ! ext/NDBM_File/NDBM_File.pm ext/NDBM_File/NDBM_File.xs
8076 ! ext/ODBM_File/ODBM_File.pm ext/ODBM_File/ODBM_File.xs
8077 ! ext/SDBM_File/SDBM_File.pm ext/SDBM_File/SDBM_File.xs
8078 ____________________________________________________________________________
8079 [ 3602] By: gsar on 1999/07/06 07:00:01
8080 Log: slightly tweaked version of suggested patch
8081 From: Dan Sugalski <sugalskd@ous.edu>
8082 Date: Tue, 08 Jun 1999 14:09:38 -0700
8083 Message-Id: <3.0.6.32.19990608140938.030f12e0@ous.edu>
8084 Subject: [PATCH 5.005_57]Use NV instead of double in the core
8086 ! av.h bytecode.pl cv.h doio.c dump.c embed.pl
8087 ! ext/ByteLoader/bytecode.h ext/ByteLoader/byterun.c hv.h
8088 ! intrpvar.h mg.c op.c perl.h pp.c pp.h pp_ctl.c pp_sys.c
8089 ! proto.h sv.c sv.h toke.c universal.c util.c
8090 ____________________________________________________________________________
8091 [ 3601] By: gsar on 1999/07/06 06:52:57
8092 Log: integrate cfgperl contents into mainline
8094 +> README.epoc epoc/config.h epoc/epoc.c epoc/epocish.h
8095 +> epoc/perl.mmp epoc/perl.pkg
8096 !> (integrate 30 files)
8097 ____________________________________________________________________________
8098 [ 3598] By: jhi on 1999/07/05 20:02:55
8099 Log: Integrate with mainperl.
8101 +> lib/CGI/Pretty.pm
8102 !> Changes ext/B/B/Bblock.pm ext/B/B/C.pm ext/B/B/CC.pm
8103 !> ext/B/B/Stackobj.pm ext/GDBM_File/GDBM_File.xs mg.c op.c
8104 !> opcode.h opcode.pl pp_sys.c t/lib/io_udp.t thread.h toke.c
8105 !> vms/descrip_mms.template vms/subconfigure.com vms/vms.c
8107 ____________________________________________________________________________
8108 [ 3597] By: jhi on 1999/07/05 19:59:48
8109 Log: Hack SOCKS support some more plus a patch from Andy Dougherty
8110 that addresses the notorious "Additional libraries" question.
8112 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
8113 ! config_h.SH doio.c ext/Socket/Socket.xs hints/aix.sh perl.c
8115 ____________________________________________________________________________
8116 [ 3596] By: gsar on 1999/07/05 18:30:51
8117 Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
8118 Date: Tue, 8 Jun 1999 04:47:58 -0400 (EDT)
8119 Message-Id: <199906080847.EAA03810@monk.mps.ohio-state.edu>
8120 Subject: [PATCH 5.00557] Long-standing UDP sockets bug on OS/2
8122 ! pp_sys.c t/lib/io_udp.t
8123 ____________________________________________________________________________
8124 [ 3595] By: gsar on 1999/07/05 18:29:08
8125 Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
8126 Date: Tue, 8 Jun 1999 04:44:58 -0400 (EDT)
8127 Message-Id: <199906080844.EAA03784@monk.mps.ohio-state.edu>
8128 Subject: [PATCH 5.00557] Setting $^E wipes out $!
8131 ____________________________________________________________________________
8132 [ 3594] By: gsar on 1999/07/05 18:24:53
8133 Log: hand-apply whitespace mutiliated patch
8134 From: Dan Sugalski <sugalskd@osshe.edu>
8135 Date: Mon, 07 Jun 1999 14:46:42 -0700
8136 Message-Id: <3.0.6.32.19990607144642.03079100@ous.edu>
8137 Subject: [PATCH 5.005_57]Updated VMS patch
8139 ! thread.h vms/descrip_mms.template vms/subconfigure.com
8140 ! vms/vms.c vms/vmsish.h
8141 ____________________________________________________________________________
8142 [ 3593] By: gsar on 1999/07/05 17:53:04
8143 Log: applied parts not duplicated by previous patches
8144 From: "Vishal Bhatia" <vishalb@my-deja.com>
8145 Date: Sat, 05 Jun 1999 08:42:17 -0700
8146 Message-ID: <JAMCAJKJEJDPAAAA@my-deja.com>
8147 Subject: Fwd: [PATCH 5.005_57] consolidated compiler changes
8149 ! Changes ext/B/B/Bblock.pm ext/B/B/C.pm ext/B/B/CC.pm
8150 ! ext/B/B/Stackobj.pm
8151 ____________________________________________________________________________
8152 [ 3592] By: jhi on 1999/07/05 17:17:22
8153 Log: AIX threaded build, plus few more on the side.
8155 ! embed.h embed.pl ext/DynaLoader/dl_aix.xs
8156 ! ext/DynaLoader/dl_next.xs ext/DynaLoader/dl_rhapsody.xs
8157 ! ext/DynaLoader/dl_vms.xs hints/aix.sh objXSUB.h perl.h
8158 ! perl_exp.SH pp_ctl.c proto.h toke.c util.c
8159 ____________________________________________________________________________
8160 [ 3591] By: gsar on 1999/07/05 16:52:34
8161 Log: "\e" and "\a" didn't produce right escape under EBCDIC
8162 From: pvhp@forte.com (Peter Prymmer)
8163 Date: Fri, 4 Jun 99 12:00:27 PDT
8164 Message-Id: <9906041900.AA28387@forte.com>
8165 Subject: [PATCH 5.005_57]lingering ASCIIism in tokener
8168 ____________________________________________________________________________
8169 [ 3590] By: gsar on 1999/07/05 16:40:01
8170 Log: s/scalar ref constructor/single ref constructor/ (suggested
8171 by Stephen McCamant)
8173 ! opcode.h opcode.pl
8174 ____________________________________________________________________________
8175 [ 3589] By: gsar on 1999/07/05 16:34:06
8176 Log: no such thing as gdbm_clearerr() (from Andy Dougherty)
8178 ! ext/GDBM_File/GDBM_File.xs
8179 ____________________________________________________________________________
8180 [ 3588] By: gsar on 1999/07/05 16:29:39
8181 Log: allow C<-foo> under C<use integer> (behavior of C<-$string>
8185 ____________________________________________________________________________
8186 [ 3587] By: jhi on 1999/07/05 10:31:43
8187 Log: Make perl_exp.SH smarter about what to include and what to exclude.
8190 ____________________________________________________________________________
8191 [ 3586] By: jhi on 1999/07/05 09:29:31
8192 Log: Remove unnecessary and extraneous my $i = 0.
8195 ____________________________________________________________________________
8196 [ 3585] By: jhi on 1999/07/05 07:28:59
8197 Log: Integrate with mainperl.
8199 !> (integrate 30 files)
8200 ____________________________________________________________________________
8201 [ 3584] By: gsar on 1999/07/05 05:36:28
8202 Log: From: Vishal Bhatia <vishalb@hotmail.com>
8203 Date: Thu, 03 Jun 1999 00:57:48 PDT
8204 Message-ID: <19990603075749.86665.qmail@hotmail.com>
8205 Subject: Re: [PATCH 5.005_57] pp_sort sorted out
8207 ! ext/B/B/Bblock.pm ext/B/B/C.pm ext/B/B/CC.pm
8208 ____________________________________________________________________________
8209 [ 3583] By: gsar on 1999/07/05 05:31:19
8210 Log: suppress fancy display when in verbose mode (suggested by
8211 Paul Johnson <pjcj@transeda.com>)
8213 ! lib/Test/Harness.pm
8214 ____________________________________________________________________________
8215 [ 3582] By: gsar on 1999/07/05 05:17:12
8216 Log: cygwin32 update
8217 From: "Fifer, Eric" <EFifer@sanwaint.com>
8218 Date: Wed, 2 Jun 1999 15:16:05 +0100
8219 Message-Id: <71E287AB0D94D111BBD600600849EC8185EDD9@POST>
8220 Subject: [ID 19990602.003] perl5.005_03 (CORE) cygwin32 port
8222 ! Configure Makefile.SH README.cygwin32 cygwin32/Makefile.SHs
8223 ! cygwin32/build-instructions.READFIRST
8224 ! cygwin32/build-instructions.charles-wilson
8225 ! cygwin32/build-instructions.sebastien-barre
8226 ! cygwin32/build-instructions.steven-morlock
8227 ! cygwin32/build-instructions.steven-morlock2 doio.c dosish.h
8228 ! ext/POSIX/Makefile.PL ext/POSIX/POSIX.xs hints/cygwin32.sh
8229 ! lib/Cwd.pm lib/ExtUtils/MM_Cygwin.pm perl.h pp_hot.c
8230 ! t/op/magic.t util.c
8231 ____________________________________________________________________________
8232 [ 3581] By: gsar on 1999/07/05 02:46:18
8233 Log: NeXT doesn't have FD_CLOEXEC (suggested by Hans Mulder)
8236 ____________________________________________________________________________
8237 [ 3580] By: gsar on 1999/07/05 02:38:03
8238 Log: From: "Ed Peschko" <ed_peschko@csgsystems.com>
8239 Date: Mon, 31 May 1999 18:18:13 -0600
8240 Message-ID: <19990601001813.AAA17834@csgsystems.com>
8241 Subject: [ PATCH perl5.005_57 ] new perlcc + regression tests
8243 ! t/TEST t/UTEST t/harness utils/perlcc.PL
8244 ____________________________________________________________________________
8245 [ 3579] By: gsar on 1999/07/05 01:20:58
8246 Log: compatibility tweak for Class::Struct
8248 ! lib/Class/Struct.pm
8249 ____________________________________________________________________________
8250 [ 3578] By: jhi on 1999/07/04 23:26:01
8251 Log: Miscellaneus AIX fixes + SOCKS support.
8253 ! Configure Makefile.SH Porting/Glossary Porting/config.sh
8254 ! Porting/config_H config_h.SH doio.c ext/Socket/Socket.xs
8255 ! hints/aix.sh pp_sys.c
8256 ____________________________________________________________________________
8257 [ 3577] By: gsar on 1999/07/04 23:07:39
8261 ____________________________________________________________________________
8262 [ 3576] By: jhi on 1999/07/04 22:39:23
8263 Log: Integrate with mainperl.
8267 !> (integrate 51 files)
8268 ____________________________________________________________________________
8269 [ 3575] By: jhi on 1999/07/04 22:26:48
8270 Log: Added 64-bit support for AIX 4.3 or better
8271 based on Martin H. Rusoff's observations.
8273 ! Configure config_h.SH hints/aix.sh
8274 ____________________________________________________________________________
8275 [ 3574] By: jhi on 1999/07/04 21:34:47
8276 Log: Do not throw away gccvers compilation errors.
8277 From: Andy Dougherty <doughera@lafayette.edu>
8278 To: Ron Seguin <rseguin@on.bell.ca>
8279 Cc: Perl Porters <perl5-porters@perl.org>
8280 Subject: [PATCH] Re: [ID 19990625.011] WHOA There
8281 Date: Mon, 28 Jun 1999 12:36:38 -0400 (EDT)
8282 Message-Id: <Pine.GSU.4.05.9906281230100.6265-100000@newton.phys>
8284 ! Configure config_h.SH
8285 ____________________________________________________________________________
8286 [ 3573] By: gsar on 1999/07/04 21:10:32
8287 Log: adapted suggested tests for addition to testsuite
8288 From: RonaldWS@aol.com
8289 Date: Sun, 30 May 1999 16:27:28 EDT
8290 Message-Id: <25cd799f.2482f930@aol.com>
8291 Subject: [19990530.007] Open with pipe | does not return pid under win32
8294 ! MANIFEST win32/win32.c
8295 ____________________________________________________________________________
8296 [ 3572] By: gsar on 1999/07/04 20:29:32
8297 Log: perl_run() should call my_exit(0) for normal completion
8300 ____________________________________________________________________________
8301 [ 3571] By: jhi on 1999/07/04 20:10:44
8302 Log: Add test for change #3568 plus general cleanup.
8305 ____________________________________________________________________________
8306 [ 3570] By: gsar on 1999/07/04 20:03:21
8307 Log: make overload, Data::Dumper, and dumpvar understand qr// stringify
8310 ! ext/Data/Dumper/Dumper.pm ext/Data/Dumper/Dumper.xs
8311 ! lib/Dumpvalue.pm lib/dumpvar.pl lib/overload.pm pp_ctl.c
8312 ____________________________________________________________________________
8313 [ 3569] By: gsar on 1999/07/04 18:04:48
8314 Log: make AIX dynaloading work when libperl is shared (and thus under
8316 From: Jens-Uwe Mager <jum@helios.de>
8317 Date: Sat, 29 May 1999 17:09:52 +0200
8318 Message-Id: <199905291509.RAA43978@ans.helios.de>
8319 Subject: [19990529.002] DynaLoader does not work properly if perl is not the main program (AIX)
8321 ! ext/DynaLoader/dl_aix.xs
8322 ____________________________________________________________________________
8323 [ 3568] By: jhi on 1999/07/04 14:54:23
8324 Log: pp_lc/pp_lcfirst/pp_quotemeta/pp_uc/pp_ucfirst were not calling mg_set().
8325 This resulted for example in the 'o' magic not being cleared by
8326 magic_setcollxfrm(), which resulted in strange cmp results.
8327 The bug was reported originally in the message
8328 Subject: Bug with locale
8329 From: Jan Starzynski <jan@planet.de>
8330 To: perlbug@perl.com
8331 Date: Fri, 09 Apr 1999 13:23:07 +0200
8332 Message-ID: <370DE31B.DAEE1332@planet.de>
8335 ____________________________________________________________________________
8336 [ 3567] By: gsar on 1999/07/04 02:38:34
8337 Log: remove misleading info on defined(&func), unclutter deprecation
8338 about defined(@array)
8340 ! op.c pod/perldelta.pod pod/perldiag.pod pod/perlfunc.pod
8342 ____________________________________________________________________________
8343 [ 3566] By: gsar on 1999/07/04 01:46:31
8344 Log: From: jan.dubois@ibm.net (Jan Dubois)
8345 Date: Wed, 26 May 1999 22:07:17 +0200
8346 Message-ID: <374c53ac.10322322@smtp1.ibm.net>
8347 Subject: [PATCH 5.005_57] MINGW32 and EGCS 1.1.2 support
8349 ! Changes win32/win32.c win32/win32.h
8350 ____________________________________________________________________________
8351 [ 3565] By: gsar on 1999/07/04 01:26:02
8352 Log: newer version of perlxstut from Jeff Okamoto (slightly edited
8356 ____________________________________________________________________________
8357 [ 3564] By: gsar on 1999/07/02 03:09:04
8360 ! ext/Thread/Thread/Specific.pm lib/fields.pm
8361 ____________________________________________________________________________
8362 [ 3563] By: gsar on 1999/06/28 19:23:47
8363 Log: inc version (for CPAN.pm sanity)
8365 ! lib/Text/ParseWords.pm
8366 ____________________________________________________________________________
8367 [ 3562] By: gsar on 1999/06/28 19:19:01
8371 ____________________________________________________________________________
8372 [ 3561] By: gsar on 1999/06/28 19:08:41
8373 Log: From: Damian Conway <damian@cs.monash.edu.au>
8374 Date: Wed, 26 May 1999 00:58:35 -0400
8375 Message-Id: <199905260458.AAA06411@defender.perl.org>
8376 Subject: [19990526.002] Misc. improvements to Class:Struct
8378 ! MANIFEST lib/Class/Struct.pm
8379 ____________________________________________________________________________
8380 [ 3560] By: gsar on 1999/06/28 18:50:52
8381 Log: remove bogus PL_optype_size
8383 ! bytecode.pl ext/ByteLoader/byterun.h
8384 ____________________________________________________________________________
8385 [ 3559] By: gsar on 1999/06/28 18:22:26
8386 Log: upgrade CGI.pm to v2.53 (CGI/{Apache,Switch}.pm NOT deleted)
8389 ! eg/cgi/file_upload.cgi lib/CGI.pm lib/CGI/Carp.pm
8390 ! lib/CGI/Cookie.pm lib/CGI/Fast.pm t/lib/cgi-form.t
8391 ! t/lib/cgi-html.t t/lib/cgi-request.t
8392 ____________________________________________________________________________
8393 [ 3558] By: jhi on 1999/06/28 07:30:21
8394 Log: Change Olaf Lebbe's email address.
8397 ____________________________________________________________________________
8398 [ 3557] By: gsar on 1999/06/28 00:07:33
8399 Log: make autogenerated files writable
8402 ! MANIFEST Porting/makerel embed.h embedvar.h ext/B/B/Asmdata.pm
8403 ! ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h global.sym
8404 ! keywords.h lib/warning.pm objXSUB.h opcode.h pp.sym pp_proto.h
8405 ! proto.h regnodes.h warning.h win32/config_H.bc
8406 ! win32/config_H.gc win32/config_H.vc
8407 ____________________________________________________________________________
8408 [ 3556] By: jhi on 1999/06/27 19:22:53
8409 Log: Update MANIFEST to match #3555.
8412 ____________________________________________________________________________
8413 [ 3555] By: jhi on 1999/06/27 19:16:22
8414 Log: EPOC port to Psion5.
8415 From: Olaf Flebbe <O.Flebbe@science-computing.de>
8416 To: Jarkko Hietaniemi <jhi@iki.fi>
8417 Cc: perl5-porters@perl.org
8419 Date: Sun, 27 Jun 1999 20:50:30 +0200 (METDST)
8420 Message-ID: <Pine.GHP.4.02.9906272048130.17736-100000@io.science-computing.de>
8422 + README.epoc epoc/config.h epoc/epoc.c epoc/epocish.h
8423 + epoc/perl.mmp epoc/perl.pkg
8424 ! MANIFEST doio.c lib/Term/ReadLine.pm lib/perl5db.pl perl.c
8425 ! perl.h sv.c util.c
8426 ____________________________________________________________________________
8427 [ 3554] By: jhi on 1999/06/27 18:50:52
8428 Log: Integrate from mainperl.
8430 !> (integrate 48 files)
8431 ____________________________________________________________________________
8432 [ 3553] By: gsar on 1999/06/27 14:28:49
8433 Log: somewhat untested PERL_OBJECT cleanups (C++isms mostly
8434 gone from the public API); PERL_OBJECT builds again on
8437 TODO: namespace-clean the typedefs in iperlsys.h and
8438 elsewhere; remove C++ remnants from public headers
8440 ! XSUB.h bytecode.pl cv.h embed.h embed.pl ext/B/B.xs
8441 ! ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
8442 ! ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h
8443 ! ext/DynaLoader/dlutils.c global.sym globals.c iperlsys.h
8444 ! lib/ExtUtils/Embed.pm lib/ExtUtils/xsubpp mg.c objXSUB.h
8445 ! opcode.h opcode.pl perl.c perl.h pod/perlhist.pod pp_ctl.c
8446 ! pp_hot.c proto.h scope.h sv.h toke.c universal.c util.c
8447 ! win32/GenCAPI.pl win32/Makefile win32/config.bc
8448 ! win32/config.gc win32/config.vc win32/dl_win32.xs
8449 ! win32/makedef.pl win32/makefile.mk win32/perllib.c
8450 ! win32/runperl.c win32/win32.c win32/win32.h win32/win32iop.h
8452 ____________________________________________________________________________
8453 [ 3552] By: gsar on 1999/06/27 13:49:31
8454 Log: integrate cfgperl changes into mainline
8456 !> dump.c embed.h embed.pl embedvar.h global.sym intrpvar.h mg.c
8457 !> objXSUB.h op.c perl.c perl.h perlvars.h pp.c pp_ctl.c
8458 !> pp_proto.h pp_sys.c proto.h sv.c t/pragma/locale.t toke.c
8460 ____________________________________________________________________________
8461 [ 3551] By: gsar on 1999/06/27 13:31:11
8465 ____________________________________________________________________________
8466 [ 3550] By: gsar on 1999/06/24 22:42:53
8470 ____________________________________________________________________________
8471 [ 3549] By: gsar on 1999/06/24 22:41:17
8472 Log: avoid race condition in the CAPI extension bootstrap handler
8474 ! lib/ExtUtils/xsubpp win32/GenCAPI.pl
8475 ____________________________________________________________________________
8476 [ 3548] By: gsar on 1999/06/24 22:39:53
8477 Log: sanity check to cover the case when perl is installed into the
8481 ____________________________________________________________________________
8482 [ 3547] By: gsar on 1999/06/22 19:30:32
8483 Log: tweak RefHash to make intent clearer (suggested by John Dlugosz)
8485 ! lib/Tie/RefHash.pm
8486 ____________________________________________________________________________
8487 [ 3544] By: jhi on 1999/06/18 19:24:28
8488 Log: Tidy up #3542 and #3543.
8490 ! t/pragma/locale.t util.c
8491 ____________________________________________________________________________
8492 [ 3543] By: jhi on 1999/06/18 10:28:45
8493 Log: Spice up locale.t.
8496 ____________________________________________________________________________
8497 [ 3542] By: jhi on 1999/06/17 22:42:03
8498 Log: Fixed two long-standing locale bugs.
8500 Both problems were related to numeric locale which
8501 controls the radix character aka the decimal separator.
8502 (1) printf (and sprintf) were resetting the numeric locale to C.
8503 (2) Using locale-numerically formatted floating point
8504 numbers (e.g. "1,23") together with -w caused warnings about
8505 "isn't numeric". The operations were working fine, though,
8506 because atof() was using the local locale.
8507 Both problems reported by Stefan Vogtner.
8509 Introduced a wrapper for atof() that attempts to convert
8510 the string both ways. This helps Perl to understand
8511 numbers like this "4.56" even when using a local locale
8512 makes atof() understand only numbers like this "7,89".
8514 Remaining related problems, both of which existed before
8515 this patch and continue to exist after this patch:
8516 (a) The behaviour of print() is _not_ as documented by perllocale.
8517 Instead of always using the C locale, print() does use the
8518 local locale, just like the *printf() do. This may be fixable
8519 now that switching to-and-fro between locales has been made
8520 more consistent, but fixing print() would change existing
8521 behaviour. perllocale is not changed by this patch.
8522 (b) If a number has been stringified (say, via "$number") under
8523 a local locale, the cached string value persists even under
8524 "no locale". This may or may not be a problem: operations
8525 work fine because the original number is still there, but
8526 that the string form keeps its locale-ish outlook may be
8529 ! dump.c embed.h embed.pl embedvar.h global.sym intrpvar.h mg.c
8530 ! objXSUB.h op.c perl.c perl.h perlvars.h pp.c pp_ctl.c
8531 ! pp_proto.h pp_sys.c proto.h sv.c t/pragma/locale.t toke.c
8533 ____________________________________________________________________________
8534 [ 3541] By: jhi on 1999/06/17 20:00:16
8535 Log: Integrate from mainperl.
8537 !> ext/Data/Dumper/Dumper.pm op.c
8538 ____________________________________________________________________________
8539 [ 3540] By: gsar on 1999/06/16 16:49:55
8540 Log: dump C<0> as such, not C<'0'>
8542 ! ext/Data/Dumper/Dumper.pm
8543 ____________________________________________________________________________
8544 [ 3539] By: gsar on 1999/06/13 04:04:40
8545 Log: fix coredumper in change#3498
8548 ____________________________________________________________________________
8549 [ 3538] By: jhi on 1999/06/12 22:01:26
8550 Log: Integrate from mainperl.
8553 !> (integrate 36 files)
8554 ____________________________________________________________________________
8555 [ 3537] By: gsar on 1999/06/12 06:43:03
8556 Log: EXTERN_C declarations for global arrays in various
8557 headers, so perl can be built even in C++ mode; win32
8558 build fixups; regen headers
8560 ! XSUB.h embedvar.h ext/B/B.xs objXSUB.h opcode.h opcode.pl
8561 ! perl.h regcomp.h regexec.c utf8.h win32/win32.c win32/win32.h
8562 ____________________________________________________________________________
8563 [ 3536] By: gsar on 1999/06/12 06:38:21
8564 Log: caller.pm typos
8567 ____________________________________________________________________________
8568 [ 3535] By: gsar on 1999/06/11 23:13:54
8569 Log: various little tweaks; most globals are now in intrpvar.h, ninterps
8572 ! embed.pl intrpvar.h os2/os2.c perl.c perlvars.h
8573 ! pod/perldelta.pod proto.h win32/perllib.c
8574 ____________________________________________________________________________
8575 [ 3534] By: gsar on 1999/06/11 20:41:51
8576 Log: implement C<use caller 'encoding'>
8579 ! MANIFEST perl.h pod/perldelta.pod pod/perlfunc.pod pp_ctl.c
8580 ____________________________________________________________________________
8581 [ 3533] By: gsar on 1999/06/11 16:51:04
8582 Log: truncate() has a peculiar exemption from strict barewords, even
8583 though it has a non-filehandle prototype
8586 ____________________________________________________________________________
8587 [ 3532] By: gsar on 1999/06/11 09:09:16
8590 ! ext/GDBM_File/GDBM_File.xs ext/GDBM_File/typemap
8591 ____________________________________________________________________________
8592 [ 3531] By: gsar on 1999/06/10 23:34:19
8593 Log: part of the platform changes for IMPLICIT_CONTEXT
8595 ! djgpp/djgpp.c jpl/JNI/JNI.xs jpl/JNI/typemap
8596 ! jpl/PerlInterpreter/PerlInterpreter.c
8597 ! jpl/PerlInterpreter/PerlInterpreter.h
8598 ! os2/OS2/ExtAttr/ExtAttr.xs os2/OS2/PrfDB/PrfDB.xs
8599 ! os2/OS2/Process/Process.xs os2/OS2/REXX/REXX.xs perl.h
8600 ____________________________________________________________________________
8601 [ 3530] By: jhi on 1999/06/10 20:55:56
8602 Log: Integrate from mainperl.
8604 !> ext/DB_File/DB_File.xs ext/DB_File/typemap
8605 ____________________________________________________________________________
8606 [ 3529] By: gsar on 1999/06/10 20:40:01
8607 Log: DB_File tweaks for IMPLICIT CONTEXT
8609 ! ext/DB_File/DB_File.xs ext/DB_File/typemap
8610 ____________________________________________________________________________
8611 [ 3528] By: jhi on 1999/06/10 10:18:15
8612 Log: Integrate from mainperl.
8614 !> (integrate 105 files)
8615 ____________________________________________________________________________
8616 [ 3527] By: gsar on 1999/06/10 09:30:35
8617 Log: most globals are now interpreter local; locale initialization
8618 was too early, defer it until interpreter is allocated and
8619 initialized; multiple interpreters should now be
8620 concurrency-safe (untested)
8622 ! embedvar.h intrpvar.h malloc.c miniperlmain.c perl.c perl.h
8624 ____________________________________________________________________________
8625 [ 3526] By: gsar on 1999/06/10 08:38:00
8628 ! cc_runtime.h ext/B/B/CC.pm run.c
8629 ____________________________________________________________________________
8630 [ 3525] By: gsar on 1999/06/10 04:41:38
8631 Log: win32 build fixes
8633 ! bytecode.pl dosish.h embed.h embed.pl ext/B/B.xs
8634 ! ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
8635 ! ext/ByteLoader/byterun.h ext/SDBM_File/sdbm/sdbm.c globals.c
8636 ! mg.c objXSUB.h op.h perl.c perl.h pp_sys.c proto.h sv.c util.c
8637 ! win32/Makefile win32/config_H.bc win32/config_H.gc
8638 ! win32/config_H.vc win32/config_h.PL win32/dl_win32.xs
8639 ! win32/makedef.pl win32/makefile.mk win32/perllib.c
8640 ! win32/win32.c win32/win32.h win32/win32sck.c
8641 ! win32/win32thread.c win32/win32thread.h
8642 ____________________________________________________________________________
8643 [ 3524] By: gsar on 1999/06/09 18:03:01
8644 Log: more complete support for implicit thread/interpreter pointer,
8645 enabled via -DPERL_IMPLICIT_CONTEXT (all changes are noops
8646 without that enabled):
8647 - USE_THREADS now enables PERL_IMPLICIT_CONTEXT, so dTHR
8648 is a noop; tests pass on Solaris; should be faster now!
8649 - MULTIPLICITY has been tested with and without
8650 PERL_IMPLICIT_CONTEXT on Solaris
8651 - improved function database now merged with embed.pl
8652 - everything except the varargs functions have foo(a,b,c) macros
8653 to provide compatibility
8654 - varargs functions default to compatibility variants that
8655 get the context pointer using dTHX
8656 - there should be almost no source compatibility issues as a
8658 - dl_foo.xs changes other than dl_dlopen.xs untested
8659 - still needs documentation, fixups for win32 etc
8660 Next step: migrate most non-mutex variables from perlvars.h
8664 ! MANIFEST XSUB.h av.c bytecode.pl cv.h doio.c doop.c dump.c
8665 ! ebcdic.c embed.h embed.pl embedvar.h ext/B/B.xs ext/B/typemap
8666 ! ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
8667 ! ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h
8668 ! ext/Data/Dumper/Dumper.xs ext/Devel/Peek/Peek.xs
8669 ! ext/DynaLoader/dl_aix.xs ext/DynaLoader/dl_beos.xs
8670 ! ext/DynaLoader/dl_cygwin32.xs ext/DynaLoader/dl_dld.xs
8671 ! ext/DynaLoader/dl_dlopen.xs ext/DynaLoader/dl_hpux.xs
8672 ! ext/DynaLoader/dl_mpeix.xs ext/DynaLoader/dl_next.xs
8673 ! ext/DynaLoader/dl_none.xs ext/DynaLoader/dl_rhapsody.xs
8674 ! ext/DynaLoader/dl_vmesa.xs ext/DynaLoader/dl_vms.xs
8675 ! ext/DynaLoader/dlutils.c ext/Opcode/Opcode.xs
8676 ! ext/POSIX/POSIX.xs ext/Thread/Thread.xs ext/re/re.xs
8677 ! global.sym globals.c gv.c hv.c lib/ExtUtils/typemap
8678 ! lib/ExtUtils/xsubpp malloc.c mg.c mg.h miniperlmain.c
8679 ! objXSUB.h op.c opcode.h opcode.pl perl.c perl.h perlio.c
8680 ! perlsfio.h perly.c pp.c pp.h pp_ctl.c pp_hot.c pp_sys.c
8681 ! proto.h regcomp.c regcomp.h regexec.c run.c scope.c scope.h
8682 ! sv.c taint.c thrdvar.h thread.h toke.c universal.c utf8.c
8683 ! util.c win32/Makefile win32/makefile.mk writemain.SH
8684 ____________________________________________________________________________
8685 [ 3523] By: gsar on 1999/06/07 05:24:13
8690 ____________________________________________________________________________
8691 [ 3522] By: gsar on 1999/06/07 05:18:34
8692 Log: initial stub implementation of implicit thread/this
8693 pointer argument; builds/tests on Solaris, win32
8694 hasn't been fixed up yet; proto.h, global.sym and
8695 static function decls are now generated from a common
8696 database in proto.pl; some inconsistently named
8697 perl_foo() things are now Perl_foo(), compatibility
8698 #defines provided; perl_foo() (lowercase 'p') reserved
8699 for functions that take an explicit context argument;
8700 next step: generate #define foo(a,b) Perl_foo(aTHX_ a,b)
8702 ! XSUB.h av.c cop.h deb.c doio.c doop.c dump.c ebcdic.c embed.h
8703 ! embed.pl ext/POSIX/POSIX.xs global.sym globals.c gv.c gv.h
8704 ! hv.c malloc.c mg.c miniperlmain.c objXSUB.h op.c opcode.h
8705 ! opcode.pl perl.c perl.h perl_exp.SH perlio.c perly.c perly.y
8706 ! pp.c pp.sym pp_ctl.c pp_hot.c pp_proto.h pp_sys.c proto.h
8707 ! regcomp.c regexec.c run.c scope.c scope.h sv.c taint.c toke.c
8708 ! universal.c utf8.c util.c
8709 ____________________________________________________________________________
8710 [ 3521] By: gsar on 1999/06/04 23:00:22
8711 Log: clean up some stray "global" symbols
8713 ! embed.h embed.pl global.sym objXSUB.h opcode.pl pp.sym
8714 ! pp_proto.h proto.h
8715 ____________________________________________________________________________
8716 [ 3520] By: jhi on 1999/06/02 21:33:28
8717 Log: Integrate from mainperl.
8719 !> (integrate 94 files)
8720 ____________________________________________________________________________
8721 [ 3519] By: gsar on 1999/06/02 07:16:10
8722 Log: avoid dereferencing null pointer from getpwent() et al
8725 ____________________________________________________________________________
8726 [ 3518] By: gsar on 1999/06/02 04:47:10
8727 Log: remove _() non-ansism
8729 ! Porting/config_H XSUB.h config_h.SH cv.h doio.c doop.c
8730 ! ext/B/B/C.pm ext/B/B/CC.pm ext/B/byteperl.c
8731 ! ext/ByteLoader/ByteLoader.xs ext/Data/Dumper/Dumper.xs
8732 ! ext/DynaLoader/dl_beos.xs ext/DynaLoader/dl_dlopen.xs
8733 ! ext/DynaLoader/dl_vmesa.xs ext/IO/poll.h ext/IPC/SysV/SysV.xs
8734 ! ext/Opcode/Opcode.xs ext/POSIX/POSIX.xs ext/Thread/Thread.xs
8735 ! ext/re/re.xs handy.h hv.c iperlsys.h
8736 ! jpl/PerlInterpreter/PerlInterpreter.c lib/ExtUtils/Embed.pm
8737 ! malloc.c mg.c mg.h minimod.pl miniperlmain.c op.c op.h
8738 ! opcode.h opcode.pl os2/POSIX.mkfifo perl.c perl.h
8739 ! plan9/config.plan9 pod/perlembed.pod pod/perlguts.pod pp.c
8740 ! pp_ctl.c pp_hot.c pp_sys.c proto.h regcomp.c regexec.c run.c
8741 ! scope.h sv.c sv.h thread.h toke.c util.c vms/sockadapt.h
8742 ! vms/vmsish.h vms/writemain.pl vos/config.h
8743 ! vos/config_h.SH_orig win32/GenCAPI.pl win32/config_H.bc
8744 ! win32/config_H.gc win32/config_H.vc win32/makemain.pl
8745 ! win32/perllib.c win32/runperl.c win32/win32.h
8746 ! win32/win32thread.h writemain.SH x2p/a2p.c x2p/a2p.h x2p/a2p.y
8747 ! x2p/hash.h x2p/str.h x2p/util.h x2p/walk.c
8748 ____________________________________________________________________________
8749 [ 3517] By: gsar on 1999/06/02 02:17:51
8750 Log: missed a few files
8752 ! ext/POSIX/POSIX.xs jpl/JNI/JNI.xs
8753 ____________________________________________________________________________
8754 [ 3516] By: gsar on 1999/06/02 01:37:33
8755 Log: integrate cfgperl contents into mainline
8757 +> ext/ByteLoader/bytecode.h ext/ByteLoader/byterun.c
8758 +> ext/ByteLoader/byterun.h
8759 - bytecode.h byterun.c byterun.h
8761 !> (integrate 58 files)
8762 ____________________________________________________________________________
8763 [ 3515] By: gsar on 1999/06/02 00:48:50
8764 Log: remove stray K&R-isms
8766 ! ext/SDBM_File/sdbm/dba.c ext/SDBM_File/sdbm/dbd.c
8767 ! ext/SDBM_File/sdbm/dbe.c ext/SDBM_File/sdbm/dbm.c
8768 ! ext/SDBM_File/sdbm/dbu.c mg.c op.c pp_ctl.c pp_sys.c sv.c
8769 ! toke.c util.c win32/win32.c x2p/hash.c
8770 ____________________________________________________________________________
8771 [ 3514] By: gsar on 1999/06/01 15:55:55
8772 Log: change#3447 didn't do enough to exempt Foo->bar(qw/.../) from
8775 ! op.c t/pragma/strict-subs
8776 ____________________________________________________________________________
8777 [ 3513] By: jhi on 1999/06/01 07:17:05
8778 Log: Patch applying of #3499 had gone awry.
8780 ! ext/ByteLoader/bytecode.h ext/ByteLoader/byterun.h
8781 ____________________________________________________________________________
8782 [ 3512] By: gsar on 1999/05/31 19:21:30
8783 Log: tighter -help output
8786 ____________________________________________________________________________
8787 [ 3511] By: gsar on 1999/05/31 17:18:23
8788 Log: fix memory leak in C<eval 'return sub {...}'>
8790 ! embed.h embed.pl objXSUB.h pp_ctl.c proto.h
8791 ____________________________________________________________________________
8792 [ 3510] By: gsar on 1999/05/31 14:11:46
8795 ! win32/dl_win32.xs win32/win32.c
8796 ____________________________________________________________________________
8797 [ 3509] By: jhi on 1999/05/30 13:02:26
8798 Log: Cleanup of #3488.
8800 ! Configure config_h.SH
8801 ____________________________________________________________________________
8802 [ 3508] By: jhi on 1999/05/30 11:16:01
8803 Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
8804 To: Mailing list Perl5 <perl5-porters@perl.org>
8805 Subject: [PATCH 5.005_57] Teach Socket and io_unix.t the syntax of OS/2
8806 Date: Sat, 29 May 1999 20:18:13 -0400
8807 Message-ID: <19990529201813.B9489@monk.mps.ohio-state.edu>
8809 ! ext/Socket/Socket.xs os2/os2ish.h t/lib/io_unix.t
8810 ____________________________________________________________________________
8811 [ 3507] By: jhi on 1999/05/29 20:05:40
8812 Log: From: Mark-Jason Dominus <mjd@plover.com>
8813 To: perl5-porters@perl.com
8814 Subject: PATCH (5.005_57): Document use of `SPECIAL' flag for `pushre':
8815 Date: Sat, 29 May 1999 14:45:10 -0400
8816 Message-ID: <19990529184510.27557.qmail@plover.com>
8819 ____________________________________________________________________________
8820 [ 3506] By: gsar on 1999/05/29 16:49:39
8821 Log: avoid gv_check() recursive pit
8824 ____________________________________________________________________________
8825 [ 3505] By: jhi on 1999/05/29 11:38:16
8826 Log: From: jan.dubois@ibm.net (Jan Dubois)
8827 To: Gurusamy Sarathy <gsar@activestate.com>
8828 Cc: perl5-porters@perl.org
8829 Subject: [PATCH 5.005_57]Safeguard against unimplemented functions in pwuid.t and grent.t
8830 Date: Sat, 29 May 1999 08:46:22 +0200
8831 Message-ID: <374f8007.2016008@smtp1.ibm.net>
8833 ! t/op/grent.t t/op/pwent.t
8834 ____________________________________________________________________________
8835 [ 3504] By: jhi on 1999/05/29 11:07:10
8836 Log: QNX needs <sys/select.h> to define fd_set.
8838 From: Norton Allen <allen@huarp.harvard.edu>
8839 To: perl5-porters@perl.org
8840 Subject: [19990526.016] Not OK: perl 5.00503 on x86-qnx 424
8841 Date: Wed, 26 May 1999 13:51:27 -0400 (EDT)
8842 Message-Id: <199905261751.NAA20966@bottesini.harvard.edu>
8845 ____________________________________________________________________________
8846 [ 3503] By: jhi on 1999/05/29 10:53:31
8847 Log: From: jan.dubois@ibm.net (Jan Dubois)
8848 To: Gurusamy Sarathy <gsar@activestate.com>, perl5-porters@perl.org
8849 Subject: [PATCH all versions] (was Re: Unitialized Value Complaints in Math::BigFloat)
8850 Date: Fri, 28 May 1999 20:14:35 +0200
8851 Message-ID: <3751daa4.7188847@smtp1.ibm.net>
8853 ! lib/Math/BigFloat.pm
8854 ____________________________________________________________________________
8855 [ 3502] By: jhi on 1999/05/29 10:44:44
8856 Log: Make Configure support the change #3367,
8857 SysV shadow passwords.
8859 ! Configure config_h.SH pp_sys.c
8860 ____________________________________________________________________________
8861 [ 3501] By: gsar on 1999/05/28 21:22:23
8862 Log: add wide versions of win32 system calls (first step in
8863 globalization); delayload winsock for performance if compiling
8866 ! win32/Makefile win32/dl_win32.xs win32/makefile.mk
8867 ! win32/win32.c win32/win32.h
8868 ____________________________________________________________________________
8869 [ 3500] By: jhi on 1999/05/28 21:17:24
8870 Log: The new t/lib/io_linenum.t was using stricture
8871 before @INC was set up.
8873 ! t/lib/io_linenum.t
8874 ____________________________________________________________________________
8875 [ 3499] By: jhi on 1999/05/28 17:13:23
8876 Log: From: Tom Hughes <tom@compton.nu>
8877 To: perl5-porters@perl.org
8878 Subject: [PATCH 5.005_57] ByteLoader mark 2
8879 Date: Wed, 26 May 1999 23:59:49 +0100
8880 Message-ID: <bf337a0849.tom@compton.compton.nu>
8882 plus resolve tiny conflict with #3479
8885 + ext/ByteLoader/bytecode.h ext/ByteLoader/byterun.c
8886 + ext/ByteLoader/byterun.h
8887 - bytecode.h byterun.c byterun.h
8888 ! MANIFEST Makefile.SH bytecode.pl embed.h embedvar.h ext/B/B.pm
8889 ! ext/B/B.xs ext/B/B/Bytecode.pm ext/B/Makefile.PL
8890 ! ext/ByteLoader/ByteLoader.pm ext/ByteLoader/ByteLoader.xs
8891 ! ext/ByteLoader/Makefile.PL global.sym intrpvar.h objXSUB.h
8892 ! perl.h perlvars.h proto.h util.c utils/Makefile
8893 ____________________________________________________________________________
8894 [ 3498] By: jhi on 1999/05/28 16:53:04
8895 Log: From: Mark-Jason Dominus <mjd@plover.com>
8896 To: perl5-porters@perl.com
8897 Subject: PATCH (5.005_57): defined(@a) now deprecated
8898 Date: Thu, 27 May 1999 16:05:44 -0400
8899 Message-ID: <19990527200544.13330.qmail@plover.com>
8901 ! lib/Carp.pm op.c opcode.h opcode.pl pod/perldelta.pod
8902 ! pod/perldiag.pod pod/perlfunc.pod pp_proto.h t/pragma/warn/op
8903 ____________________________________________________________________________
8904 [ 3497] By: jhi on 1999/05/28 16:50:54
8905 Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
8906 To: perl5-porters@perl.org (Mailing list Perl5)
8907 Subject: [PATCH 5.00557] Cosmetic OS/2-related patches
8908 Date: Fri, 28 May 1999 12:13:00 -0400 (EDT)
8909 Message-Id: <199905281613.MAA02048@monk.mps.ohio-state.edu>
8911 ! MANIFEST Makefile.SH ext/POSIX/POSIX.xs hints/os2.sh
8912 ! os2/Makefile.SHs t/io/pipe.t t/lib/io_sock.t
8913 ____________________________________________________________________________
8914 [ 3496] By: jhi on 1999/05/28 16:48:39
8915 Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
8916 To: perl5-porters@perl.org (Mailing list Perl5)
8917 Subject: [PATCH 5.00557] Required OS/2-related patches
8918 Date: Fri, 28 May 1999 12:11:48 -0400 (EDT)
8919 Message-Id: <199905281611.MAA02037@monk.mps.ohio-state.edu>
8921 ! os2/os2.c t/lib/bigfloatpm.t t/lib/io_unix.t t/op/groups.t
8922 ! t/op/stat.t util.c
8923 ____________________________________________________________________________
8924 [ 3495] By: jhi on 1999/05/28 16:45:56
8925 Log: From: Paul Johnson <pjcj@transeda.com>
8926 To: perl5-porters <perl5-porters@perl.org>
8927 Subject: [PATCH 5.005_57] Provide more useful test okay percentage
8928 Date: Fri, 28 May 1999 15:13:54 +0100
8929 Message-ID: <19990528151354.B289@west-tip.transeda.com>
8932 ____________________________________________________________________________
8933 [ 3494] By: jhi on 1999/05/28 16:44:34
8934 Log: From: Paul Johnson <pjcj@transeda.com>
8935 To: perl5-porters <perl5-porters@perl.org>
8936 Subject: [PATCH 5.005_57] Fixes related to working local $.
8937 Date: Fri, 28 May 1999 15:11:18 +0100
8938 Message-ID: <19990528151118.A289@west-tip.transeda.com>
8940 ! ext/IO/lib/IO/Handle.pm pod/perlvar.pod t/lib/io_linenum.t
8941 ____________________________________________________________________________
8942 [ 3493] By: gsar on 1999/05/28 16:37:26
8943 Log: change#3449 wasn't doing enough
8945 ! op.c t/comp/proto.t
8946 ____________________________________________________________________________
8947 [ 3492] By: jhi on 1999/05/28 08:12:23
8948 Log: From: paul.marquess@bt.com
8949 To: doughera@lafayette.edu
8950 Cc: perl5-porters@perl.org
8951 Subject: RE: [19990527.002] DBM Filters in _57 cause problems in NDBM_File
8952 Date: Thu, 27 May 1999 23:31:38 +0100
8953 Message-ID: <5104D4DBC598D211B5FE0000F8FE7EB29C6C03@mbtlipnt02.btlabs.bt.co.uk>
8955 Had to be applied manually; some mailer had munged the patch slightly.
8957 ! ext/NDBM_File/NDBM_File.xs
8958 ____________________________________________________________________________
8959 [ 3491] By: jhi on 1999/05/28 07:51:17
8960 Log: From: "Vishal Bhatia" <vishalb@my-deja.com>
8961 To: perl5-porters@perl.org
8962 Subject: [PATCH 5.005_57] fixing eval in the compiler
8963 Date: Thu, 27 May 1999 07:56:54 -0700
8964 Message-ID: <JDIKFDKKLGHHBAAA@my-deja.com>
8966 ! cc_runtime.h scope.h
8967 ____________________________________________________________________________
8968 [ 3490] By: jhi on 1999/05/28 07:47:06
8969 Log: From: Andy Dougherty <doughera@lafayette.edu>
8970 To: perlbug@perl.com
8971 Cc: Jarkko Hietaniemi <jhi@iki.fi>
8972 Subject: [PATCH] Configure updates for ISC 4.1
8973 Date: Thu, 27 May 1999 15:19:21 -0400 (EDT)
8974 Message-Id: <Pine.GSU.4.05.9905271513500.22115-100000@newton.phys>
8976 ! Configure config_h.SH
8977 ____________________________________________________________________________
8978 [ 3489] By: jhi on 1999/05/28 07:39:17
8979 Log: Integrate from mainperl.
8981 !> malloc.c win32/makedef.pl win32/win32.c
8982 ____________________________________________________________________________
8983 [ 3488] By: jhi on 1999/05/27 16:57:19
8984 Log: From: Andy Dougherty <doughera@lafayette.edu>
8985 To: Perl Porters <perl5-porters@perl.org>
8986 Subject: [PATCH] Re: 5.005_57 NOT OK on SunOS 4.1.3
8987 Date: Thu, 27 May 1999 12:26:28 -0400 (EDT)
8988 Message-Id: <Pine.GSU.4.05.9905271120230.22115-100000@newton.phys>
8990 ! Configure config_h.SH hints/sunos_4_1.sh util.c
8991 ____________________________________________________________________________
8992 [ 3487] By: gsar on 1999/05/27 03:56:20
8993 Log: make win32_spawnvp() inherit standard handles even when they
8997 ____________________________________________________________________________
8998 [ 3486] By: jhi on 1999/05/26 19:55:52
8999 Log: From: Andy Dougherty <doughera@lafayette.edu>
9000 To: perl5-porters@perl.org
9001 Subject: Re: BUG -> [19990526.004] perl5.005_57 error in util.c on sun4-solaris2.6
9002 Date: Wed, 26 May 1999 14:49:52 -0400 (EDT)
9003 Message-Id: <Pine.GSU.4.05.9905261448310.19172-100000@newton.phys>
9006 ____________________________________________________________________________
9007 [ 3485] By: chip on 1999/05/26 17:19:11
9008 Log: Look for Linux FILE structure in libio.h, for glibc-2.1.
9009 Branch: maint-5.004/perl
9011 ____________________________________________________________________________
9012 [ 3484] By: gsar on 1999/05/26 01:56:28
9013 Log: fix missing exported symbol
9015 ! malloc.c win32/makedef.pl
9016 ____________________________________________________________________________
9017 [ 3483] By: jhi on 1999/05/25 23:08:07
9018 Log: Configure -Dopenbsd_distribution to build for the OpenBSD tree.
9020 From: "Todd C. Miller" <Todd.Miller@courtesan.com>
9021 To: perlbug@perl.com
9022 Subject: OpenBSD hints file update
9023 Date: Tue, 25 May 1999 12:12:38 -0600 (MDT)
9024 Message-Id: <199905251812.MAA06032@xerxes.courtesan.com>
9027 ____________________________________________________________________________
9028 [ 3482] By: jhi on 1999/05/25 23:01:25
9029 Log: From: Tom Hughes <tom@compton.nu>
9030 To: perl5-porters@perl.org
9031 Subject: [PATCH 5.005_57] Make Configure recognise glibc 2.1 stdio
9032 Date: Tue, 25 May 1999 23:10:23 +0100
9033 Message-ID: <1ed7f10749.tom@compton.compton.nu>
9035 ! Configure config_h.SH
9036 ____________________________________________________________________________
9037 [ 3481] By: jhi on 1999/05/25 22:31:50
9038 Log: 3479, 3480, 3481 seems logical.
9041 ____________________________________________________________________________
9042 [ 3480] By: jhi on 1999/05/25 22:13:39
9043 Log: The change #3479 wasn't perfect.
9046 ____________________________________________________________________________
9047 [ 3479] By: jhi on 1999/05/25 21:59:21
9048 Log: Cures for _57 in AIX 4.1.5.0.
9049 (1) The lddlflags lost its -lc by change #3660
9050 (and the politeness of change #3257).
9051 (2) optype_size must end up in perl.exp (as PL_optype_size).
9052 Added it to perlvars.h, fixed bytecode.pl,
9053 regen'ed the relevant headers.
9055 ! bytecode.h bytecode.pl byterun.h embed.h embedvar.h objXSUB.h
9059 ____________________________________________________________________________
9060 [ 3478] By: jhi on 1999/05/25 20:13:47
9061 Log: Integrate from mainperl.
9063 +> pod/perltootc.pod
9064 !> (integrate 101 files)
9065 ____________________________________________________________________________
9066 [ 3477] By: gsar on 1999/05/25 10:43:48
9067 Log: here be 5.005_57
9069 ! Changes MANIFEST Porting/makerel
9076 ____________________________________________________________________________
9077 [ 3476] By: gsar on 1999/05/25 09:23:43
9078 Log: up patchlevel &c
9080 ! Changes patchlevel.h pod/perlhist.pod win32/Makefile
9081 ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
9083 ____________________________________________________________________________
9084 [ 3475] By: gsar on 1999/05/25 09:14:51
9085 Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
9086 Date: Tue, 25 May 1999 02:42:23 -0400 (EDT)
9087 Message-Id: <199905250642.CAA06208@monk.mps.ohio-state.edu>
9088 Subject: [PATCH 5.005_56] REx engine improvements
9090 ! embedvar.h mg.c objXSUB.h pp.c pp_ctl.c pp_hot.c regcomp.c
9091 ! regexec.c regexp.h t/op/pat.t t/op/re_tests t/op/regexp.t
9093 ____________________________________________________________________________
9094 [ 3474] By: gsar on 1999/05/25 08:39:56
9095 Log: test case for change#3470
9098 ____________________________________________________________________________
9099 [ 3473] By: gsar on 1999/05/25 08:36:52
9100 Log: perlport 1.43 update from Chris Nandor and Tom Christiansen
9102 ! Changes pod/perlport.pod
9103 ____________________________________________________________________________
9104 [ 3472] By: gsar on 1999/05/25 08:28:57
9105 Log: assorted tweaks
9107 ! doio.c iperlsys.h win32/config.bc win32/config.gc
9108 ! win32/config.vc win32/config_H.bc win32/config_H.gc
9109 ! win32/config_H.vc win32/makedef.pl
9110 ____________________________________________________________________________
9111 [ 3471] By: gsar on 1999/05/25 06:06:04
9112 Log: perlref update from Tom Christiansen
9115 ____________________________________________________________________________
9116 [ 3470] By: gsar on 1999/05/25 06:03:27
9117 Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
9118 Date: Mon, 24 May 1999 17:43:56 -0400
9119 Message-ID: <19990524174356.A1944@monk.mps.ohio-state.edu>
9120 Subject: [PATCH 5.005_*] hv.c calling negative malloc()
9123 ____________________________________________________________________________
9124 [ 3469] By: gsar on 1999/05/25 05:59:22
9125 Log: avoid temporary files that have a constant name (from a suggestion
9126 by Anthony J. Lill <ajlill@ajlc.waterloo.on.ca>)
9128 ! lib/ExtUtils/MM_Unix.pm
9129 ____________________________________________________________________________
9130 [ 3468] By: gsar on 1999/05/25 05:54:29
9131 Log: From: pvhp@forte.com (Peter Prymmer)
9132 Date: Mon, 24 May 99 11:20:25 PDT
9133 Message-Id: <9905241820.AA28071@forte.com>
9134 Subject: [PATCH: _56 and _03]EBCDIC %HTML_Escapes for Pod::Text, plus sync patch.
9137 ____________________________________________________________________________
9138 [ 3467] By: gsar on 1999/05/25 04:08:50
9139 Log: fix glob() bug that resulted in missing symlinks that don't point
9143 ____________________________________________________________________________
9144 [ 3466] By: gsar on 1999/05/25 03:00:00
9145 Log: avoid enumerating @INC contents in diagnostic if @INC was never
9148 ! pod/perldiag.pod pp_ctl.c
9149 ____________________________________________________________________________
9150 [ 3465] By: gsar on 1999/05/25 02:24:08
9151 Log: add caveat about close(PIPE) carelessness
9154 ____________________________________________________________________________
9155 [ 3464] By: gsar on 1999/05/24 23:55:53
9156 Log: fix bogus line numbers for void context warnings
9157 (change#2548 was overeager)
9160 ____________________________________________________________________________
9161 [ 3463] By: gsar on 1999/05/24 23:31:58
9162 Log: change#3455 had a typo
9165 ____________________________________________________________________________
9166 [ 3462] By: gsar on 1999/05/24 17:32:20
9167 Log: more pod updates from Tom Christiansen; regen perltoc
9169 ! pod/perl.pod pod/perldelta.pod pod/perlmod.pod pod/perlobj.pod
9170 ! pod/perlre.pod pod/perltoc.pod pod/perlvar.pod
9171 ____________________________________________________________________________
9172 [ 3461] By: gsar on 1999/05/24 07:41:32
9173 Log: perlmod notes from Damian Conway (via Tom Christiansen)
9176 ____________________________________________________________________________
9177 [ 3460] By: gsar on 1999/05/24 07:24:11
9178 Log: major pod update from Tom Christiansen
9181 ! MANIFEST lib/Pod/Functions.pm pod/Makefile pod/buildtoc
9182 ! pod/perl.pod pod/perl5004delta.pod pod/perlcall.pod
9183 ! pod/perldata.pod pod/perldebug.pod pod/perldelta.pod
9184 ! pod/perldsc.pod pod/perlfunc.pod pod/perlipc.pod
9185 ! pod/perllol.pod pod/perlmod.pod pod/perlmodinstall.pod
9186 ! pod/perlmodlib.pod pod/perlobj.pod pod/perlop.pod
9187 ! pod/perlopentut.pod pod/perlpod.pod pod/perlport.pod
9188 ! pod/perlre.pod pod/perlref.pod pod/perlrun.pod pod/perlsec.pod
9189 ! pod/perlsub.pod pod/perlsyn.pod pod/perlthrtut.pod
9190 ! pod/perltie.pod pod/perltrap.pod pod/perlvar.pod
9191 ! pod/perlxs.pod pod/pod2man.PL
9192 ____________________________________________________________________________
9193 [ 3459] By: gsar on 1999/05/24 06:26:48
9194 Log: perlfaq update from Tom Christiansen
9196 ! pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq2.pod
9197 ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod
9198 ! pod/perlfaq6.pod pod/perlfaq7.pod pod/perlfaq8.pod
9200 ____________________________________________________________________________
9201 [ 3458] By: gsar on 1999/05/24 05:55:11
9202 Log: updated to v1.50 from CPAN
9204 ! lib/CPAN.pm lib/CPAN/FirstTime.pm lib/CPAN/Nox.pm
9205 ____________________________________________________________________________
9206 [ 3457] By: gsar on 1999/05/24 05:46:20
9207 Log: From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
9208 Date: Sun, 23 May 1999 16:35:07 +0100
9209 Message-Id: <199905231535.QAA00032@crypt.compulink.co.uk>
9210 Subject: [PATCH 5.005_56] name PL_in_eval bits
9212 ! cop.h op.c perl.c pp_ctl.c toke.c util.c
9213 ____________________________________________________________________________
9214 [ 3456] By: gsar on 1999/05/24 05:18:06
9215 Log: make -t mode the default on emacs/dumb terminals
9217 ! Changes utils/perldoc.PL
9218 ____________________________________________________________________________
9219 [ 3455] By: gsar on 1999/05/24 05:05:19
9220 Log: return 0 rather than "" when scalar grep has nothing to iterate
9221 on (brings behavior in line with documentation)
9224 ____________________________________________________________________________
9225 [ 3454] By: gsar on 1999/05/24 04:52:52
9226 Log: From: Tim Jenness <t.jenness@jach.hawaii.edu>
9227 Date: Thu, 20 May 1999 13:27:02 -1000
9228 Message-Id: <E10kcDN-0007TA-00@lapaki>
9229 Subject: Problem with MM_Unix in 5.005_03
9231 ! lib/ExtUtils/MM_Unix.pm
9232 ____________________________________________________________________________
9233 [ 3453] By: gsar on 1999/05/24 04:39:49
9234 Log: avoid removing duplicates in user-generated warnings
9235 From: byron@omix.com (Byron Brummer)
9236 Date: Thu, 20 May 1999 04:01:17 -0700 (PDT)
9237 Message-Id: <199905201101.EAA91175@thrush.omix.com>
9238 Subject: [PATCH] Re: warn buffers/loses output in ?? - 5.005_03
9240 ! lib/diagnostics.pm
9241 ____________________________________________________________________________
9242 [ 3452] By: gsar on 1999/05/24 04:23:10
9243 Log: straighten some code to avoid NeXT compiler bugs (from
9244 Geoff Kuenning <geoff@cs.hmc.edu>)
9247 ____________________________________________________________________________
9248 [ 3451] By: gsar on 1999/05/24 03:03:05
9249 Log: minor logic tweak for reserved word warning
9251 ! lib/Test/Harness.pm toke.c
9252 ____________________________________________________________________________
9253 [ 3450] By: gsar on 1999/05/24 02:34:20
9254 Log: oops, some files missing in change#3449
9257 ____________________________________________________________________________
9258 [ 3449] By: gsar on 1999/05/24 02:33:12
9259 Log: allow '*' prototype to autoquote even barewords that happen to be
9260 function names; parens or ampersand continue to force the other
9261 interpretation; makes C<sub Foo {'bar'} CORE::GLOBAL::require Foo;>
9262 do the right thing, for example
9265 ____________________________________________________________________________
9266 [ 3448] By: gsar on 1999/05/24 01:51:24
9267 Log: remove vestiges of PL_last_proto
9269 ! embedvar.h intrpvar.h objXSUB.h
9270 ____________________________________________________________________________
9271 [ 3447] By: gsar on 1999/05/24 01:49:20
9272 Log: redo change#2061 and parts of change#1169 with code in the
9273 parser; PL_last_proto hackery gone, strict 'subs' in now
9274 implemented in the optimizer where specifying the exceptional
9275 cases is much more robust; '*' (bareword) prototype now works
9276 reliably when used in second and subsequent arguments
9278 ! dump.c embed.h embed.pl objXSUB.h op.c op.h proto.h toke.c
9279 ____________________________________________________________________________
9280 [ 3446] By: gsar on 1999/05/23 05:00:55
9281 Log: remove redundant part of change#1169 superceded by change#2061;
9282 avoid "future reserved word" warning on prototypical bearwords
9284 ! t/lib/fatal.t toke.c
9285 ____________________________________________________________________________
9286 [ 3445] By: gsar on 1999/05/21 23:36:49
9287 Log: s/isspace/isSPACE/g and make sure the CRT version is always
9288 passed an unsigned char (fixes random occurrence of spaces in
9289 arguments containing high-bit chars passed to spawned children,
9292 ! ext/SDBM_File/sdbm/dbe.c win32/perlhost.h win32/win32.c
9293 ____________________________________________________________________________
9294 [ 3444] By: gsar on 1999/05/21 23:08:55
9295 Log: integrate Configure changes from cfgperl
9297 !> Configure Porting/Glossary Porting/config.sh Porting/config_H
9299 ____________________________________________________________________________
9300 [ 3443] By: jhi on 1999/05/21 22:00:56
9301 Log: Integrate from mainperl.
9303 !> Changes doop.c ext/SDBM_File/sdbm/dba.c
9304 !> ext/SDBM_File/sdbm/dbd.c ext/SDBM_File/sdbm/dbe.c os2/os2.c
9305 !> perl.h pod/perldiag.pod pod/perlport.pod pp.c t/comp/proto.t
9306 !> win32/perlhost.h win32/win32.c x2p/walk.c
9307 ____________________________________________________________________________
9308 [ 3442] By: jhi on 1999/05/21 21:59:46
9311 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
9313 ____________________________________________________________________________
9314 [ 3441] By: gsar on 1999/05/21 17:48:55
9315 Log: integrate cfgperl changes
9317 !> Configure Porting/Glossary Porting/config.sh Porting/config_H
9318 !> config_h.SH hints/sunos_4_1.sh installperl
9319 ____________________________________________________________________________
9320 [ 3440] By: gsar on 1999/05/21 17:42:49
9324 ____________________________________________________________________________
9325 [ 3439] By: gsar on 1999/05/21 17:31:26
9326 Log: fix breakage when neither FFLUSH_ALL nor FFLUSH_NULL are #defined.
9327 (Configure fflush(NULL) detection seems broken on Solaris, which
9328 is why I hit the problem)
9331 ____________________________________________________________________________
9332 [ 3438] By: gsar on 1999/05/20 16:41:01
9333 Log: perlport 1.41 update from Chris Nandor <pudge@pobox.com>
9336 ____________________________________________________________________________
9337 [ 3437] By: jhi on 1999/05/20 07:14:39
9338 Log: Patches to fflushing in SunOS 4 from Andy Dougherty
9339 (via private email).
9341 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
9342 ! config_h.SH hints/sunos_4_1.sh
9343 ____________________________________________________________________________
9344 [ 3436] By: gsar on 1999/05/20 05:18:26
9345 Log: various little nits
9347 ! doop.c ext/SDBM_File/sdbm/dba.c ext/SDBM_File/sdbm/dbd.c
9348 ! ext/SDBM_File/sdbm/dbe.c os2/os2.c pod/perldiag.pod pp.c
9349 ! win32/perlhost.h win32/win32.c x2p/walk.c
9350 ____________________________________________________________________________
9351 [ 3435] By: jhi on 1999/05/18 16:25:49
9352 Log: From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
9353 To: perl5-porters@perl.org
9354 Subject: installperl
9355 Date: Fri, 14 May 1999 21:34:58 +0100
9356 Message-Id: <199905142034.VAA00865@crypt.compulink.co.uk>
9359 ____________________________________________________________________________
9360 [ 3434] By: jhi on 1999/05/17 21:25:54
9361 Log: Integrate from mainperl.
9363 +> lib/ExtUtils/MM_Cygwin.pm
9364 - cygwin32/impure_ptr.c
9365 !> MANIFEST README.cygwin32 XSUB.h cygwin32/Makefile.SHs
9366 !> cygwin32/perlld.in dosish.h ext/DynaLoader/dl_cygwin32.xs
9367 !> ext/POSIX/POSIX.xs gv.c hints/cygwin32.sh installman
9368 !> installperl perl.h pod/perldiag.pod pp.c pp_hot.c util.c
9370 ____________________________________________________________________________
9371 [ 3433] By: gsar on 1999/05/17 09:49:01
9372 Log: integrate cfgperl changes into mainline
9374 !> Configure INSTALL config_h.SH configure.com embed.h
9375 !> ext/Devel/Peek/Peek.xs ext/Socket/Socket.xs global.sym
9376 !> hints/dec_osf.sh objXSUB.h perl.h pod/perldiag.pod proto.h
9378 ____________________________________________________________________________
9379 [ 3432] By: gsar on 1999/05/17 09:06:45
9380 Log: emit more appropriate diagnostic for failed glob (variant
9381 of patch suggested by Graham Barr)
9383 ! gv.c pod/perldiag.pod pp.c pp_hot.c
9384 ____________________________________________________________________________
9385 [ 3431] By: gsar on 1999/05/17 08:38:09
9386 Log: From: "Todd C. Miller" <Todd.Miller@courtesan.com>
9387 Date: Thu, 13 May 1999 22:18:43 -0600 (MDT)
9388 Message-Id: <199905140418.WAA18826@xerxes.courtesan.com>
9389 Subject: find2perl does not grok the 'c' suffix to the -size argument
9392 ____________________________________________________________________________
9393 [ 3430] By: gsar on 1999/05/17 08:26:21
9394 Log: additional cleanups for cygwin32 port
9395 From: "Fifer, Eric" <EFifer@sanwaint.com>
9396 Date: Wed, 12 May 1999 20:25:54 +0100
9397 Message-ID: <71E287AB0D94D111BBD600600849EC8185EDAF@POST>
9398 Subject: [PATCH]perl5.005_03 (CORE) cygwin32 port
9400 + lib/ExtUtils/MM_Cygwin.pm
9401 - cygwin32/impure_ptr.c
9402 ! MANIFEST README.cygwin32 XSUB.h cygwin32/Makefile.SHs
9403 ! cygwin32/perlld.in dosish.h ext/DynaLoader/dl_cygwin32.xs
9404 ! ext/POSIX/POSIX.xs hints/cygwin32.sh installman installperl
9406 ____________________________________________________________________________
9407 [ 3429] By: gsar on 1999/05/17 08:01:04
9408 Log: From: Andy Dougherty <doughera@lafayette.edu>
9409 Date: Wed, 12 May 1999 11:44:11 -0400 (EDT)
9410 Message-Id: <Pine.GSU.4.05.9905121136520.25150-100000@newton.phys>
9411 Subject: [PATCH] (Was Re: SunOS4.1 compilation error)
9414 ____________________________________________________________________________
9415 [ 3428] By: jhi on 1999/05/17 07:03:26
9416 Log: Integrate from mainperl modulo the Socket.xs change.
9418 !> ext/Socket/Socket.xs op.c win32/include/sys/socket.h
9419 !> win32/win32.c win32/win32.h
9420 ____________________________________________________________________________
9421 [ 3427] By: jhi on 1999/05/16 22:09:11
9422 Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
9423 To: perl5-porters@perl.org (Mailing list Perl5)
9424 Subject: [PATCH 5.005_56] Devel::Peek::mstat not working
9425 Date: Sun, 16 May 1999 01:28:18 -0400 (EDT)
9426 Message-Id: <199905160528.BAA23376@monk.mps.ohio-state.edu>
9428 ! ext/Devel/Peek/Peek.xs
9429 ____________________________________________________________________________
9430 [ 3426] By: jhi on 1999/05/16 22:07:11
9431 Log: From: Mark-Jason Dominus <mjd@plover.com>
9432 To: perl5-porters@perl.com
9433 Subject: DOC PATCH (5.005_55): Error message missing from perldiag.pod
9434 Date: Sat, 15 May 1999 12:43:47 -0400
9435 Message-ID: <19990515164348.7313.qmail@plover.com>
9438 ____________________________________________________________________________
9439 [ 3425] By: nick on 1999/05/15 15:56:10
9440 Log: Mingw32 + w32api-0.1.5 tweaks
9441 - now more like other Win32 compilers
9443 ! ext/Socket/Socket.xs win32/include/sys/socket.h win32/win32.c
9445 ____________________________________________________________________________
9446 [ 3424] By: nick on 1999/05/14 21:04:22
9447 Log: Experimental "slab" allocator for ops.
9448 To try it -DPL_OP_SLAB_ALLOC for op.c
9449 This is for proof of concept only, it leaks memory
9450 (ops are not free'd) so don't use in embedded apps.
9451 If this minimalist version does not show performance
9452 gain then whole idea is worthless.
9453 Nick see's approx 12% speed up vs perlmalloc running
9454 perl -Ilib -MCPAN -e ''
9455 Solaris2.6, gcc-2.8.1 but numbers are not repeatable.
9458 ____________________________________________________________________________
9459 [ 3423] By: gsar on 1999/05/14 19:55:04
9460 Log: on win32, look for "site/5.XXX/lib" if "site/5.XXXYY/lib" isn't
9461 found (brings sitelib intuition in line with privlib)
9464 ____________________________________________________________________________
9465 [ 3422] By: jhi on 1999/05/14 08:08:01
9466 Log: From: pvhp@forte.com (Peter Prymmer)
9467 To: perl5-porters@perl.org, vmsperl@perl.org
9468 Subject: [PATCH: 5.005_56] add config.msg to VMS configure.com
9469 Date: Thu, 13 May 99 15:29:57 PDT
9470 Message-Id: <9905132229.AA15854@forte.com>
9473 ____________________________________________________________________________
9474 [ 3421] By: jhi on 1999/05/14 07:34:20
9475 Log: Integrate from mainperl.
9477 !> lib/ExtUtils/MM_Unix.pm win32/win32.c
9478 ____________________________________________________________________________
9479 [ 3420] By: jhi on 1999/05/14 07:33:26
9480 Log: Still fflushing.
9482 ! Configure config_h.SH util.c
9483 ____________________________________________________________________________
9484 [ 3419] By: gsar on 1999/05/14 03:08:29
9485 Log: mortalize string allocations by win32_get_{priv,site}lib()
9486 (fixes small memory leak in interpreter)
9489 ____________________________________________________________________________
9490 [ 3418] By: gsar on 1999/05/14 03:06:50
9491 Log: make win32_longname() preserve kind of slashes in argument
9494 ____________________________________________________________________________
9495 [ 3417] By: gsar on 1999/05/14 03:04:44
9496 Log: canonicalize path for $(FULLPERL) and $(PERL) in MakeMaker
9498 ! lib/ExtUtils/MM_Unix.pm
9499 ____________________________________________________________________________
9500 [ 3416] By: jhi on 1999/05/13 21:18:06
9501 Log: Integrate from mainperl.
9504 ____________________________________________________________________________
9505 [ 3415] By: jhi on 1999/05/13 21:16:49
9506 Log: Fixes from Andy Dougherty (via private email).
9508 ! Configure config_h.SH
9509 ____________________________________________________________________________
9510 [ 3414] By: nick on 1999/05/13 20:04:26
9511 Log: valist vs va_list typo
9514 ____________________________________________________________________________
9515 [ 3413] By: jhi on 1999/05/13 15:04:05
9516 Log: From: Andy Dougherty <doughera@lafayette.edu>
9517 To: perlbug@perl.com
9518 Subject: [PATCH] (Was Re: SunOS4.1 compilation error)
9519 Date: Wed, 12 May 1999 11:44:11 -0400 (EDT)
9520 Message-Id: <Pine.GSU.4.05.9905121136520.25150-100000@newton.phys>
9523 ____________________________________________________________________________
9524 [ 3412] By: jhi on 1999/05/13 14:20:17
9525 Log: Integrate from mainperl.
9528 ____________________________________________________________________________
9529 [ 3411] By: gsar on 1999/05/13 14:16:56
9530 Log: docatch_body() declaration mismatch
9533 ____________________________________________________________________________
9534 [ 3410] By: jhi on 1999/05/13 13:51:44
9535 Log: Add HAS_MEMCHR and make memchr into a cpp macro if it already isn't.
9537 ! Configure config_h.SH perl.h
9538 ____________________________________________________________________________
9539 [ 3409] By: jhi on 1999/05/13 13:31:53
9540 Log: Still fflushing strong.
9542 ! Configure config_h.SH embed.h global.sym objXSUB.h perl.h
9544 ____________________________________________________________________________
9545 [ 3408] By: jhi on 1999/05/12 14:30:23
9546 Log: Integrate from mainperl.
9548 !> (integrate 30 files)
9549 ____________________________________________________________________________
9550 [ 3407] By: jhi on 1999/05/12 12:28:31
9551 Log: Be tidier with fflush(NULL) testing.
9553 ! Configure config_h.SH
9554 ____________________________________________________________________________
9555 [ 3406] By: gsar on 1999/05/12 11:26:03
9556 Log: better range-checking on list slices, with test
9557 From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
9558 Date: Sun, 02 May 1999 17:02:53 +0100
9559 Message-Id: <199905021602.RAA13905@crypt.compulink.co.uk>
9560 Subject: Re: List slice of undefs returns 0 items
9563 ____________________________________________________________________________
9564 [ 3405] By: gsar on 1999/05/12 11:22:27
9565 Log: change#3397 needs test tweak
9567 ! Changes t/pragma/warn/sv
9568 ____________________________________________________________________________
9569 [ 3404] By: gsar on 1999/05/12 11:07:44
9570 Log: typo in change#3397
9573 ____________________________________________________________________________
9574 [ 3403] By: gsar on 1999/05/12 10:49:01
9575 Log: From: Stephen Zander <gibreel@pobox.com>
9576 Date: 12 May 1999 01:22:31 -0700
9577 Message-ID: <87u2tik88o.fsf@pooh.fire-swamp.net>
9578 Subject: Re: Test::Harness runs tainted tests with wrong library path
9580 ! lib/Test/Harness.pm
9581 ____________________________________________________________________________
9582 [ 3402] By: gsar on 1999/05/12 10:42:06
9583 Log: typo in change#3400
9585 ! ext/B/B/Deparse.pm
9586 ____________________________________________________________________________
9587 [ 3401] By: jhi on 1999/05/12 10:40:42
9588 Log: A better, shinier, and possibly even correctly working
9589 reincarnation of #3398.
9591 ! Configure config_h.SH
9592 ____________________________________________________________________________
9593 [ 3400] By: gsar on 1999/05/12 10:40:11
9594 Log: deparse \&func() as \(&func()) for clarity
9595 From: Albert Dvornik <bert@genscan.com>
9596 Date: 11 May 1999 13:32:04 -0400
9597 Message-ID: <tqk8ufwm0b.fsf@puma.genscan.com>
9598 Subject: [PATCH 5.005_56] Deparse and \&func() (was Re: File::Find...)
9600 ! ext/B/B/Deparse.pm
9601 ____________________________________________________________________________
9602 [ 3399] By: gsar on 1999/05/12 10:36:02
9603 Log: more testsuite smarts (many of them courtesy Ilya)
9605 ! lib/Test/Harness.pm t/comp/cpp.t t/io/pipe.t t/lib/db-btree.t
9606 ! t/lib/db-hash.t t/lib/db-recno.t t/lib/gdbm.t
9607 ! t/lib/io_multihomed.t t/lib/io_pipe.t t/lib/io_sock.t
9608 ! t/lib/io_udp.t t/lib/io_unix.t t/lib/ipc_sysv.t t/lib/ndbm.t
9609 ! t/lib/odbm.t t/lib/thread.t t/op/exec.t t/op/fork.t
9610 ! t/op/grent.t t/op/groups.t t/op/nothread.t t/op/numconvert.t
9612 ____________________________________________________________________________
9613 [ 3398] By: jhi on 1999/05/12 09:33:08
9614 Log: Detect whether fflush(NULL) works as per change #3352.
9616 ! Configure config_h.SH perl.h
9617 ____________________________________________________________________________
9618 [ 3397] By: gsar on 1999/05/12 08:56:03
9619 Log: From: jan.dubois@ibm.net (Jan Dubois)
9620 Date: Wed, 12 May 1999 01:01:00 +0200
9621 Message-ID: <3741b5e8.20386944@smtp1.ibm.net>
9622 Subject: [PATCH 5.005_03] chop/chomp modify readonly values
9625 ____________________________________________________________________________
9626 [ 3396] By: gsar on 1999/05/12 08:23:27
9627 Log: opendir(D,"x:") on win32 opens cwd() for drive rather than root;
9628 stat() behaves similarly
9631 ____________________________________________________________________________
9632 [ 3395] By: jhi on 1999/05/11 22:21:32
9633 Log: Redo parts of #3341 and #3358 that #3394 undid.
9635 ! Configure config_h.SH
9636 ____________________________________________________________________________
9637 [ 3394] By: jhi on 1999/05/11 22:03:48
9638 Log: Add I_NETINET_TCP to help change #3391.
9640 ! Configure config_h.SH ext/Socket/Socket.xs
9641 ____________________________________________________________________________
9642 [ 3393] By: jhi on 1999/05/11 21:44:59
9643 Log: Integrate from mainperl.
9645 !> (integrate 55 files)
9646 ____________________________________________________________________________
9647 [ 3392] By: gsar on 1999/05/11 20:56:43
9648 Log: update embedvar.h
9650 ! embedvar.h ext/ByteLoader/ByteLoader.pm pod/perldelta.pod
9651 ____________________________________________________________________________
9652 [ 3391] By: gsar on 1999/05/11 16:32:05
9653 Log: From: Joshua Pritikin <joshua.pritikin@db.com>
9654 Date: Tue, 11 May 1999 11:10:13 -0400 (EDT)
9655 Message-ID: <Pine.GSO.4.02.9905111106460.1418-100000@eq1062.wks.na.deuba.com>
9656 Subject: Socket IPPROTO_TCP [PATCH 5.005_5x]
9658 ! ext/Socket/Socket.pm ext/Socket/Socket.xs
9659 ____________________________________________________________________________
9660 [ 3390] By: gsar on 1999/05/11 15:27:40
9661 Log: display more frequent progress messages when STDOUT is a tty
9663 ! lib/Test/Harness.pm
9664 ____________________________________________________________________________
9665 [ 3389] By: gsar on 1999/05/11 14:40:58
9666 Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
9667 Date: Mon, 10 May 1999 02:07:01 -0400 (EDT)
9668 Message-Id: <199905100607.CAA26045@monk.mps.ohio-state.edu>
9669 Subject: [PATCH 5.005_53] Explanations by Test::Harness
9671 ! lib/Test/Harness.pm
9672 ____________________________________________________________________________
9673 [ 3388] By: gsar on 1999/05/11 14:08:14
9674 Log: avoid creating spurious subroutine stubs on failed subroutine
9675 call and other places of sv_2cv() misuse; fixes problems with
9676 failed subroutine calls "hiding" later attempts to lookup methods
9679 ! gv.c perl.c pod/perlguts.pod pp_hot.c sv.c t/op/method.t
9680 ____________________________________________________________________________
9681 [ 3387] By: gsar on 1999/05/11 09:34:13
9682 Log: various fixes for clean build and test on win32; configpm broken,
9683 needed to open myconfig.SH rather than myconfig; sundry adjustments
9684 to bytecode stuff; tweaks to DYNAMIC_ENV_FETCH code to make it
9685 work under win32; getenv_sv() changed to getenv_len() since SVs
9686 aren't visible in the lower echelons; remove bogus exports from
9687 config.sym; PERL_OBJECT-ness for C++ exception support; null out
9688 IoDIRP in filter_del() or sv_free() will attempt to close it
9690 ! Changes bytecode.pl byterun.c byterun.h configpm embed.h
9691 ! embed.pl ext/B/B/Asmdata.pm ext/ByteLoader/ByteLoader.xs
9692 ! ext/DynaLoader/dlutils.c global.sym hv.c iperlsys.h objXSUB.h
9693 ! op.c perl.c perl.h pp.c pp_ctl.c proto.h scope.c scope.h
9694 ! t/io/open.t t/op/magic.t toke.c util.c vms/vms.c vms/vmsish.h
9695 ! win32/GenCAPI.pl win32/Makefile win32/config.bc
9696 ! win32/config.gc win32/config.vc win32/makedef.pl
9697 ! win32/makefile.mk win32/perlhost.h win32/runperl.c
9698 ! win32/win32.c win32/win32.h
9699 ____________________________________________________________________________
9700 [ 3386] By: gsar on 1999/05/11 02:49:07
9701 Log: gutsupport for C++ exceptions
9702 From: Chip Salzenberg <chip@perlsupport.com>
9703 Date: Tue, 9 Mar 1999 11:51:57 -0500
9704 Message-ID: <19990309115157.E7911@perlsupport.com>
9705 Subject: [PATCH 5.005] Flexible Exceptions
9707 ! embed.h global.sym objXSUB.h perl.c perl.h pp_ctl.c proto.h
9708 ! scope.c scope.h thrdvar.h util.c
9709 ____________________________________________________________________________
9710 [ 3385] By: gsar on 1999/05/10 19:33:36
9711 Log: "weak" references internals, still needs perlguts documentation
9712 (somewhat modified version of patch suggested by Tuomas J. Lukka
9713 <lukka@fas.harvard.edu>)
9715 ! dump.c embed.h embed.pl global.sym mg.c objXSUB.h perl.h
9716 ! pod/perldiag.pod proto.h sv.c sv.h util.c
9717 ____________________________________________________________________________
9718 [ 3384] By: jhi on 1999/05/10 18:21:43
9719 Log: Circumnavigate Digital UNIX 4.0D miniperl core dump
9720 (due to QAR 56761) (the bug has been fixed in 4.0E or better)
9722 ! INSTALL hints/dec_osf.sh
9723 ____________________________________________________________________________
9724 [ 3381] By: jhi on 1999/05/10 14:39:28
9725 Log: Integrate from mainperl.
9727 +> cygwin32/Makefile.SHs cygwin32/build-instructions.READFIRST
9728 +> cygwin32/build-instructions.charles-wilson
9729 +> cygwin32/build-instructions.sebastien-barre
9730 +> cygwin32/build-instructions.steven-morlock
9731 +> cygwin32/build-instructions.steven-morlock2
9732 +> cygwin32/impure_ptr.c cygwin32/ld2.in cygwin32/perlld.in
9733 +> ext/ByteLoader/ByteLoader.pm ext/ByteLoader/ByteLoader.xs
9734 +> ext/ByteLoader/Makefile.PL pod/Win32.pod t/lib/io_linenum.t
9735 +> t/op/numconvert.t utils/perlbc.PL
9736 - cygwin32/cw32imp.h cygwin32/gcc2 cygwin32/ld2 cygwin32/perlgcc
9738 !> (integrate 105 files)
9739 ____________________________________________________________________________
9740 [ 3380] By: gsar on 1999/05/10 12:27:14
9741 Log: regen regnodes.h
9743 ! Changes regnodes.h
9744 ____________________________________________________________________________
9745 [ 3379] By: gsar on 1999/05/10 12:17:26
9746 Log: From: jan.dubois@ibm.net (Jan Dubois)
9747 Date: Sat, 01 May 1999 22:55:36 +0200
9748 Message-ID: <373067e9.56194713@smtp1.ibm.net>
9749 Subject: [PATCH 5.005_56] Win32 and VC++ 98 doesn't support CASTI
9751 ! pod/perlfunc.pod pod/perlop.pod win32/config.vc
9753 ____________________________________________________________________________
9754 [ 3378] By: gsar on 1999/05/10 12:07:13
9755 Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
9756 Date: Fri, 30 Apr 1999 22:26:09 -0400 (EDT)
9757 Message-Id: <199905010226.WAA19127@monk.mps.ohio-state.edu>
9758 Subject: [PATCH 5.005_56] Self-consistent numeric conversion again
9761 ! MANIFEST doio.c dump.c perl.h pp.c pp_hot.c sv.c sv.h toke.c
9763 ____________________________________________________________________________
9764 [ 3377] By: gsar on 1999/05/10 11:39:48
9765 Log: pp_modulo comment tweak from Ilya
9768 ____________________________________________________________________________
9769 [ 3376] By: gsar on 1999/05/10 11:30:40
9770 Log: From: Joshua Pritikin <joshua.pritikin@db.com>
9771 Date: Fri, 7 May 1999 11:31:00 -0400 (EDT)
9772 Message-ID: <Pine.GSO.4.02.9905071127100.1449-100000@eq1062.wks.na.deuba.com>
9773 Subject: Test.pm update [PATCH _56]
9776 ____________________________________________________________________________
9777 [ 3375] By: gsar on 1999/05/10 11:28:30
9778 Log: From: jan.dubois@ibm.net (Jan Dubois)
9779 Date: Fri, 07 May 1999 00:59:54 +0200
9780 Message-ID: <373318ae.19292461@smtp1.ibm.net>
9781 Subject: Re: Using existing memory for an SV's PV
9784 ____________________________________________________________________________
9785 [ 3374] By: gsar on 1999/05/10 11:23:44
9786 Log: From: jan.dubois@ibm.net (Jan Dubois)
9787 Date: Fri, 07 May 1999 00:59:52 +0200
9788 Message-ID: <37321800.19118320@smtp1.ibm.net>
9789 Subject: [PATCH 5.005_56] Fix -Dm memory debugging for PERL_OBJECT
9792 ____________________________________________________________________________
9793 [ 3373] By: gsar on 1999/05/10 11:22:10
9794 Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
9795 Date: Thu, 6 May 1999 18:17:28 -0400
9796 Message-ID: <19990506181728.A12433@monk.mps.ohio-state.edu>
9797 Subject: Re: [PATCH 5.005_56] Make open(F,"command |") return correct err(no)
9799 ! doio.c embed.h global.sym objXSUB.h pod/perldiag.pod proto.h
9801 ____________________________________________________________________________
9802 [ 3372] By: gsar on 1999/05/10 10:57:49
9803 Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
9804 Date: Thu, 6 May 1999 01:21:05 -0400 (EDT)
9805 Message-Id: <199905060521.BAA03485@monk.mps.ohio-state.edu>
9806 Subject: [PATCH 5.005_56] Cosmetic: data-driven REx-dump
9808 ! regcomp.c regcomp.pl
9809 ____________________________________________________________________________
9810 [ 3371] By: gsar on 1999/05/10 10:54:01
9811 Log: From: lane@duphy4.physics.drexel.edu
9812 Date: Tue, 04 May 1999 10:19:25 -0700
9813 Message-Id: <3.0.6.32.19990504101925.02ecde30@ous.edu>
9814 Subject: [PATCH 5.005.56] pod->html VMS fixes
9816 ! installhtml lib/Pod/Html.pm
9817 ____________________________________________________________________________
9818 [ 3370] By: gsar on 1999/05/10 10:45:52
9821 ! t/lib/io_linenum.t t/op/filetest.t
9822 ____________________________________________________________________________
9823 [ 3369] By: gsar on 1999/05/10 10:35:22
9824 Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
9825 Date: Mon, 3 May 1999 22:38:50 -0400 (EDT)
9826 Message-Id: <199905040238.WAA01865@monk.mps.ohio-state.edu>
9827 Subject: [PATCH 5.005_53] Quickier thread-specific data on OS/2
9829 ! os2/os2ish.h os2/os2thread.h
9830 ____________________________________________________________________________
9831 [ 3368] By: gsar on 1999/05/10 10:00:11
9832 Log: From: Albert Dvornik <bert@genscan.com>
9833 Date: 03 May 1999 12:20:57 -0400
9834 Message-ID: <tqlnf6gm52.fsf@puma.genscan.com>
9835 Subject: [PATCH 5.005_56] do_sv_dump does dump (core) on IO handles
9838 ____________________________________________________________________________
9839 [ 3367] By: gsar on 1999/05/10 09:55:51
9840 Log: shadow password support for Solaris (needs Configure help to
9841 determine HAS_GETSPENT)
9842 From: "Patrick O'Brien" <pdo@cs.umd.edu>
9843 Date: Sat, 01 May 1999 19:41:17 -0400
9844 Message-Id: <199905012341.TAA23989@optimus.cs.umd.edu>
9845 Subject: getpwent() under solaris
9848 ____________________________________________________________________________
9849 [ 3366] By: gsar on 1999/05/10 09:45:58
9850 Log: From: jan.dubois@ibm.net (Jan Dubois)
9851 Date: Sat, 01 May 1999 23:45:47 +0200
9852 Message-ID: <373373fb.59284266@smtp1.ibm.net>
9853 Subject: [PATCH 5.005_56] Add POLLUTE=1 option to MakeMaker
9855 ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MakeMaker.pm
9857 ____________________________________________________________________________
9858 [ 3365] By: gsar on 1999/05/10 09:34:22
9859 Log: test suite and fix input_line_number()
9860 From: Paul Johnson <pjcj@transeda.com>
9861 Date: Thu, 29 Apr 1999 06:28:14 +0100
9862 Message-ID: <19990429062814.A17906@west-tip.transeda.com>
9863 Subject: [PATCH] IO::Handle 1.20 (was Re: FAIL Gedcom-1.01 i86pc-solaris 2.6)
9865 + t/lib/io_linenum.t
9866 ! MANIFEST ext/IO/lib/IO/Handle.pm
9867 ____________________________________________________________________________
9868 [ 3364] By: gsar on 1999/05/10 09:20:56
9869 Log: fix overeager [:foo:] parsing
9870 From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
9871 Date: Fri, 30 Apr 1999 09:26:18 +0100
9872 Message-Id: <199904300826.JAA01257@crypt.compulink.co.uk>
9873 Subject: [PATCH 5.005_{56,03}] Re: Regular expression difference b/n 5.004 & 5.005
9875 ! regcomp.c t/op/re_tests
9876 ____________________________________________________________________________
9877 [ 3363] By: gsar on 1999/05/10 09:09:21
9878 Log: documentation for Win32 builtins (somewhat modified)
9879 From: jan.dubois@ibm.net (Jan Dubois)
9880 Date: Tue, 30 Mar 1999 08:05:03 +0200
9881 Message-ID: <37006783.1926460@smtp1.ibm.net>
9882 Subject: Re: Issues with build 509
9886 ____________________________________________________________________________
9887 [ 3362] By: gsar on 1999/05/10 08:22:07
9888 Log: provide File::Copy::syscopy() via Win32::CopyFile() on win32
9890 ! lib/File/Copy.pm win32/win32.c
9891 ____________________________________________________________________________
9892 [ 3361] By: gsar on 1999/05/10 08:11:29
9893 Log: escape ampersands in <pre> sections
9895 ! Changes lib/Pod/Html.pm
9896 ____________________________________________________________________________
9897 [ 3360] By: gsar on 1999/05/10 08:04:14
9898 Log: AIX hints enhancements (threads build, SOCKS support)
9899 From: "David R. Favor" <dfavor@austin.ibm.com>
9900 Date: Wed, 28 Apr 1999 08:45:28 -0500
9901 Message-ID: <372710F8.B1F73BEB@austin.ibm.com>
9902 Subject: Working build for AIX + gcc + threading
9905 ____________________________________________________________________________
9906 [ 3359] By: gsar on 1999/05/10 07:49:26
9907 Log: more Compiler patches from Vishal Bhatia <vishalb@my-dejanews.com>
9908 Date: Tue, 27 Apr 1999 23:47:24 PDT
9909 Message-ID: <19990428064724.95244.qmail@hotmail.com>
9910 Subject: [PATCH 5.005_56] Saving Tied hashes ( C.pm)
9912 Date: Thu, 29 Apr 1999 18:21:06 -0700
9913 Message-ID: <GEFPBFDJADFJBAAA@my-dejanews.com>
9914 Subject: [PATCH 5.005_56] double constants ( C.pm)
9916 Date: Mon, 03 May 1999 20:21:31 PDT
9917 Message-ID: <19990504032131.81113.qmail@hotmail.com>
9918 Subject: [PATCH 5.005_56] Overloading implementation ( Compiler)
9920 Date: Thu, 06 May 1999 17:57:09 -0700
9921 Message-ID: <FCJELBLAJBOBAAAA@my-dejanews.com>
9924 ! ext/B/B.pm ext/B/B.xs ext/B/B/Bblock.pm ext/B/B/C.pm
9925 ! ext/B/B/CC.pm ext/B/B/Stash.pm t/harness
9926 ____________________________________________________________________________
9927 [ 3358] By: gsar on 1999/05/10 04:39:15
9928 Log: cygwin32 update (untested adaptation of patch against 5.005_03)
9929 From: alexander smishlajev <als@turnhere.com>
9930 Date: Sun, 25 Apr 1999 14:58:29 +0300
9931 Message-ID: <37230365.5F68B460@turnhere.com>
9932 Subject: [PATCH]5.005_03 (CORE) cygwin32 port
9934 + cygwin32/Makefile.SHs cygwin32/build-instructions.READFIRST
9935 + cygwin32/build-instructions.charles-wilson
9936 + cygwin32/build-instructions.sebastien-barre
9937 + cygwin32/build-instructions.steven-morlock
9938 + cygwin32/build-instructions.steven-morlock2
9939 + cygwin32/impure_ptr.c cygwin32/ld2.in cygwin32/perlld.in
9940 - cygwin32/cw32imp.h cygwin32/gcc2 cygwin32/ld2 cygwin32/perlgcc
9942 ! Configure EXTERN.h MANIFEST Makefile.SH README.cygwin32 XSUB.h
9943 ! cflags.SH config_h.SH dosish.h ext/POSIX/Makefile.PL
9944 ! ext/SDBM_File/sdbm/pair.c hints/cygwin32.sh installperl
9945 ! lib/Cwd.pm lib/ExtUtils/MakeMaker.pm lib/perl5db.pl
9946 ! makedepend.SH perl.h perlvars.h pp_hot.c pp_sys.c regcomp.c
9947 ! t/io/fs.t t/io/tell.t t/lib/anydbm.t t/op/stat.t util.c
9948 ____________________________________________________________________________
9949 [ 3357] By: gsar on 1999/05/10 04:07:07
9950 Log: applied suggested patch, modulo already applied parts
9951 From: Charles Bailey <BAILEY@newman.upenn.edu>
9952 Date: Sat, 24 Apr 1999 20:12:43 -0400 (EDT)
9953 Message-id: <01JAF9UAV9XG002O0W@mail.newman.upenn.edu>
9954 Subject: [Patch 5.005_56] VMS consolidated patch #2
9956 ! configure.com t/op/filetest.t t/op/taint.t t/pragma/warn/doio
9957 ! t/pragma/warn/mg t/pragma/warn/pp_sys t/pragma/warn/sv
9958 ! vms/descrip_mms.template vms/ext/vmsish.t vms/perlvms.pod
9959 ! vms/subconfigure.com vms/test.com vms/vms.c
9960 ____________________________________________________________________________
9961 [ 3356] By: gsar on 1999/05/10 03:48:08
9962 Log: applied suggested patch, with win32 and PERL_OBJECT additions
9963 From: Tom Hughes <tom@compton.nu>
9964 Date: Sat, 24 Apr 1999 18:11:59 +0100
9965 Message-ID: <609bdff748.tom@compton.compton.nu>
9966 Subject: ByteLoader patch
9968 + ext/ByteLoader/ByteLoader.pm ext/ByteLoader/ByteLoader.xs
9969 + ext/ByteLoader/Makefile.PL utils/perlbc.PL
9970 ! MANIFEST bytecode.h bytecode.pl byterun.c byterun.h embed.h
9971 ! embed.pl ext/B/B.xs ext/B/B/Asmdata.pm ext/B/B/Bytecode.pm
9972 ! ext/B/B/Debug.pm objXSUB.h op.c pp_ctl.c proto.h
9973 ! utils/Makefile win32/Makefile win32/makefile.mk
9974 ____________________________________________________________________________
9975 [ 3355] By: gsar on 1999/05/10 03:22:49
9976 Log: document 'test' attribute (from Andreas Koenig)
9978 ! lib/ExtUtils/MakeMaker.pm
9979 ____________________________________________________________________________
9980 [ 3354] By: gsar on 1999/05/10 03:12:37
9981 Log: From: pmarquess@bfsec.bt.co.uk
9982 Date: Thu, 22 Apr 1999 23:12:08 +0100
9983 Message-ID: <5104D4DBC598D211B5FE0000F8FE7EB29C6B45@mbtlipnt02.btlabs.bt.co.uk>
9984 Subject: PATCH for small bug in scan_bin
9987 ____________________________________________________________________________
9988 [ 3353] By: gsar on 1999/05/10 02:39:33
9989 Log: more bulletproof workaround for mangled paths (updates changes#3345,3350);
9990 provide Win32::GetLongPathName() to complement Win32::GetShortPathName()
9992 ! t/op/magic.t win32/makedef.pl win32/runperl.c win32/win32.c
9994 ____________________________________________________________________________
9995 [ 3352] By: gsar on 1999/05/09 22:47:39
9996 Log: flush all open output buffers before fork(), exec(), system, qx//
9997 and pipe open() operations, simplifying buffering headaches faced
9998 by users; uses fflush(NULL), which may need Configure test
10000 ! perl.h pod/perldelta.pod pod/perlfunc.pod pod/perlipc.pod
10001 ! pp_sys.c util.c vmesa/vmesa.c vms/vms.c win32/win32.c
10002 ____________________________________________________________________________
10003 [ 3351] By: gsar on 1999/05/09 21:11:51
10004 Log: perlcc on win32 (correct version of fix suggested by Jean-Louis
10005 Leroy <jll@skynet.be>)
10008 ____________________________________________________________________________
10009 [ 3350] By: gsar on 1999/05/09 20:39:11
10010 Log: normalize $^X to full pathname on win32
10013 ____________________________________________________________________________
10014 [ 3349] By: gsar on 1999/05/09 20:23:07
10015 Log: allow readline($globref), <$globref> already works
10018 ____________________________________________________________________________
10019 [ 3348] By: gsar on 1999/05/09 20:00:09
10020 Log: perldoc cleanups (variant of changes suggested by Christian Lemburg
10021 <lemburg@online-club.de>)
10024 ____________________________________________________________________________
10025 [ 3347] By: gsar on 1999/05/09 18:47:21
10026 Log: additions to Thread.pm docs from Tuomas J. Lukka
10027 <lukka@fas.harvard.edu>
10029 ! ext/Thread/Thread.pm
10030 ____________________________________________________________________________
10031 [ 3346] By: gsar on 1999/05/09 18:38:00
10032 Log: From: Stephen McCamant <smccam@uclink4.berkeley.edu>
10033 Date: Sat, 17 Apr 1999 02:46:13 -0700 (PDT)
10034 Message-ID: <14103.57454.614253.598264@fre-76-120.reshall.berkeley.edu>
10035 Subject: [PATCH _56] Re: pdt: Perl Development Tools?
10038 ____________________________________________________________________________
10039 [ 3345] By: gsar on 1999/05/09 18:22:43
10040 Log: work around mangled archname on win32 while finding privlib/sitelib;
10041 normalize lib paths to forward slashes internally
10044 ____________________________________________________________________________
10045 [ 3344] By: gsar on 1999/05/09 03:20:06
10046 Log: fix typo in dbm filters that caused odbm.t to fail
10048 ! ext/ODBM_File/ODBM_File.xs t/lib/odbm.t
10049 ____________________________________________________________________________
10050 [ 3343] By: gsar on 1999/05/09 02:02:59
10051 Log: tweak test totals
10053 ! Changes t/lib/tie-stdhandle.t
10054 ____________________________________________________________________________
10055 [ 3342] By: gsar on 1999/05/09 01:42:06
10056 Log: import list propagation busted (pointed out by Ton Hospel
10057 <thospel@mail.dma.be>)
10060 ____________________________________________________________________________
10061 [ 3341] By: gsar on 1999/05/09 00:54:18
10062 Log: hpux needs {SHLIB_PATH,LDOPTS} rather than LD_{LIBRARY,RUN}_PATH
10063 (as suggested by Eric Boehm <boehm@nortelnetworks.com>)
10065 ! Configure Makefile.SH
10066 ____________________________________________________________________________
10067 [ 3340] By: gsar on 1999/05/09 00:40:41
10068 Log: generate manpages for newly added utils
10071 ____________________________________________________________________________
10072 [ 3339] By: gsar on 1999/05/09 00:33:50
10073 Log: From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
10074 Date: Sun, 02 May 1999 17:59:24 +0100
10075 Message-Id: <199905021659.RAA14016@crypt.compulink.co.uk>
10076 Subject: [PATCH] Re: ptr to realloced memory in yylex
10079 ____________________________________________________________________________
10080 [ 3338] By: jhi on 1999/05/08 22:40:29
10081 Log: Remove CONFIG item, add Digital UNIX 'ld' bug.
10084 ____________________________________________________________________________
10085 [ 3337] By: jhi on 1999/05/08 22:22:26
10086 Log: Integrate from mainperl.
10088 +> pod/perldbmfilter.pod t/io/open.t t/lib/tie-stdhandle.t
10089 !> (integrate 54 files)
10090 ____________________________________________________________________________
10091 [ 3336] By: gsar on 1999/05/08 21:48:22
10092 Log: make perldoc -f grok nested =items
10095 ____________________________________________________________________________
10096 [ 3335] By: gsar on 1999/05/08 19:48:11
10097 Log: allow AV/HV dereferences on pseudohashes ($ph->{foo}[1], etc.)
10099 ! op.c t/lib/fields.t
10100 ____________________________________________________________________________
10101 [ 3334] By: gsar on 1999/05/08 19:09:41
10102 Log: update test totals
10105 ____________________________________________________________________________
10106 [ 3333] By: gsar on 1999/05/08 16:56:02
10107 Log: mention unpack('pP',...) footshot (from Albert Dvornik <bert@genscan.com>)
10110 ____________________________________________________________________________
10111 [ 3332] By: gsar on 1999/05/08 16:46:44
10112 Log: applied suggested patch, added tests
10113 From: William Mann <wmann@avici.com>
10114 Date: Mon, 12 Apr 1999 12:25:22 -0400 (EDT)
10115 Message-Id: <199904121625.MAA00983@hwsrv1.avici.com>
10116 Subject: BigInt.pm extensions for logical operations
10118 ! lib/Math/BigInt.pm pod/perldelta.pod t/lib/bigintpm.t
10119 ____________________________________________________________________________
10120 [ 3331] By: gsar on 1999/05/08 16:09:33
10121 Log: avoid temporary files named 'tmp'
10124 ____________________________________________________________________________
10125 [ 3330] By: nick on 1999/05/08 14:16:30
10126 Log: Implement OPEN, EOF, SEEK, TELL, BINMODE and FILENO as TIEHANDLE methods.
10127 Provide Tie::StdHandle
10128 Basic update of docs.
10130 + t/lib/tie-stdhandle.t
10131 ! lib/Tie/Handle.pm pod/perltie.pod pp_sys.c
10132 ____________________________________________________________________________
10133 [ 3329] By: nick on 1999/05/08 12:03:45
10134 Log: Tweaks to open(my $fh,...) stuff
10136 ! op.c pp.c pp_sys.c t/io/open.t
10137 ____________________________________________________________________________
10138 [ 3328] By: nick on 1999/05/08 11:18:42
10139 Log: Bring SDBM_File.xs into line with new typemap
10141 ! ext/SDBM_File/SDBM_File.xs
10142 ____________________________________________________________________________
10143 [ 3327] By: gsar on 1999/05/08 00:07:11
10144 Log: add test case for AUTOLOAD reentrancy fix in change#3279
10146 ! t/lib/autoloader.t
10147 ____________________________________________________________________________
10148 [ 3326] By: nick on 1999/05/07 21:24:50
10149 Log: Implement open( my $fh, ...) and similar.
10150 Set flag in op.c for "constructor ops"
10151 In pp_rv2gv, if flag is set and arg is PADSV and uninit
10152 vivify as reference to a detached GV.
10153 (Name of GV is the pad name.)
10154 This scheme should "just work" for pipe/socket etc. too.
10156 #if 0 out the open(FH,undef) for now.
10157 Change t/io/open.t to test open(my $fh,...)
10159 ! op.c pp.c pp_sys.c t/io/open.t
10160 ____________________________________________________________________________
10161 [ 3325] By: nick on 1999/05/07 21:18:42
10162 Log: Correct SvLEN vs SvCUR which leads to odd "chunk" vs "line" in mess().
10165 ____________________________________________________________________________
10166 [ 3324] By: gsar on 1999/05/07 20:28:31
10167 Log: avoid using PL_sv_mutex in condpair_magic() (avoids hangs when
10168 intervening code has to allocate SVs)
10171 ____________________________________________________________________________
10172 [ 3323] By: gsar on 1999/05/07 19:45:08
10173 Log: allow line numbers to show in diagnostics during global destruction
10176 ____________________________________________________________________________
10177 [ 3322] By: gsar on 1999/05/07 09:38:11
10178 Log: From: Dan Sugalski <sugalskd@ous.edu>
10179 Date: Fri, 09 Apr 1999 16:16:39 -0700
10180 Message-Id: <3.0.6.32.19990409161639.02ea1050@ous.edu>
10181 Subject: [PATCH 5.005_03]Bug in MM_VMS.PM
10183 ! lib/ExtUtils/MM_VMS.pm
10184 ____________________________________________________________________________
10185 [ 3321] By: gsar on 1999/05/07 09:08:23
10186 Log: From: kwzh@gnu.org (Karl Heuer)
10187 Date: Wed, 7 Apr 1999 23:58:58 -0400
10188 Message-Id: <199904080358.XAA01192@mescaline.gnu.org>
10189 Subject: [perl-5.005.02] detect lack of /dev/tty
10192 ____________________________________________________________________________
10193 [ 3320] By: gsar on 1999/05/07 08:52:14
10194 Log: allow distinct prefix for versioned executables
10195 From: Roderick Schertler <roderick@argon.org>
10196 Date: Wed, 07 Apr 1999 15:34:56 -0400
10197 Message-ID: <3003.923513696@eeyore.ibcinc.com>
10198 Subject: perl55.00503 -> perl5.00503 patch for installperl
10200 ! INSTALL installperl
10201 ____________________________________________________________________________
10202 [ 3319] By: gsar on 1999/05/07 08:07:02
10203 Log: From: Dan Sugalski <sugalskd@osshe.edu>
10204 Date: Mon, 05 Apr 1999 15:38:42 -0700
10205 Message-Id: <3.0.6.32.19990405153842.0367b650@ous.edu>
10206 Subject: Re: chomp fails with $/ in fixed-length record mode
10208 From: Roderick Schertler <roderick@argon.org>
10209 Date: Tue, 06 Apr 1999 21:11:37 -0400
10210 Message-ID: <2795.923447497@eeyore.ibcinc.com>
10211 Subject: Re: chomp fails with $/ in fixed-length record mode
10213 ! doop.c pod/perlfunc.pod t/op/chop.t
10214 ____________________________________________________________________________
10215 [ 3318] By: gsar on 1999/05/07 07:56:35
10216 Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
10217 Date: Tue, 6 Apr 1999 01:40:36 -0400
10218 Message-ID: <19990406014035.A1238@monk.mps.ohio-state.edu>
10219 Subject: [PATCH 5.005_*] Make % use fmod()
10221 ! pp.c t/op/arith.t
10222 ____________________________________________________________________________
10223 [ 3317] By: gsar on 1999/05/07 04:18:11
10224 Log: DBM Filters (via private mail)
10225 From: pmarquess@bfsec.bt.co.uk
10226 Date: Sun, 18 Apr 1999 21:05:52 +0100
10227 Message-Id: <199904182009.NAA19152@activestate.com>
10228 Subject: DBM Filters
10230 + pod/perldbmfilter.pod
10231 ! MANIFEST ext/DB_File/Changes ext/DB_File/DB_File.pm
10232 ! ext/DB_File/DB_File.xs ext/DB_File/typemap
10233 ! ext/GDBM_File/GDBM_File.pm ext/GDBM_File/GDBM_File.xs
10234 ! ext/GDBM_File/typemap ext/NDBM_File/NDBM_File.pm
10235 ! ext/NDBM_File/NDBM_File.xs ext/NDBM_File/typemap
10236 ! ext/ODBM_File/ODBM_File.pm ext/ODBM_File/ODBM_File.xs
10237 ! ext/ODBM_File/typemap ext/SDBM_File/SDBM_File.pm
10238 ! ext/SDBM_File/SDBM_File.xs ext/SDBM_File/typemap
10239 ! lib/AnyDBM_File.pm pod/Makefile pod/buildtoc pod/perl.pod
10240 ! pod/perldelta.pod t/lib/db-btree.t t/lib/db-hash.t
10241 ! t/lib/db-recno.t t/lib/gdbm.t t/lib/ndbm.t t/lib/odbm.t
10243 ____________________________________________________________________________
10244 [ 3316] By: gsar on 1999/05/07 03:28:53
10245 Log: avoid negative return value from Win32::GetTickCount()
10246 From: jan.dubois@ibm.net (Jan Dubois)
10247 Date: Sat, 03 Apr 1999 19:04:18 +0200
10248 Message-ID: <37084742.22824479@smtp1.ibm.net>
10249 Subject: Re: Win32::GetTickCount
10252 ____________________________________________________________________________
10253 [ 3314] By: gsar on 1999/05/06 08:01:23
10254 Log: compiler fixes from Vishal Bhatia <vishalb@hotmail.com>
10255 Date: Tue, 30 Mar 1999 23:40:34 PST
10256 Message-ID: <19990331074034.6117.qmail@hotmail.com>
10257 Subject: [PATCH 5.005_56] pp_entersub and pp_leavewrite(CC.pm)
10259 Date: Wed, 07 Apr 1999 00:28:23 -0800
10260 Message-ID: <FGBNLNPOEELFAAAA@my-dejanews.com>
10261 Subject: [PATCH 5.005_56] function prototypes(B.pm)
10263 Date: Thu, 22 Apr 1999 23:40:52 -0700
10264 Message-ID: <OEAOMKBMLDADCAAA@my-dejanews.com>
10265 Subject: [PATCH 5.005_56 ] discarding worthless padsvs
10267 Date: Tue, 27 Apr 1999 01:14:49 PDT
10268 Message-ID: <19990427081449.28615.qmail@hotmail.com>
10269 Subject: [PATCH 5.005_56] pp_ncmp implementation ( CC.pm)
10271 ! ext/B/B.pm ext/B/B/CC.pm ext/B/B/Stackobj.pm t/op/gv.t
10273 ____________________________________________________________________________
10274 [ 3313] By: jhi on 1999/05/06 07:59:52
10275 Log: Integrate from mainperl.
10277 !> (integrate 33 files)
10278 ____________________________________________________________________________
10279 [ 3312] By: gsar on 1999/05/06 07:11:50
10280 Log: add Ethiopic section to unicode master database (from Ken
10281 Whistler <kenw@sybase.com>)
10283 ! lib/unicode/UnicodeData-Latest.txt
10284 ____________________________________________________________________________
10285 [ 3311] By: gsar on 1999/05/06 05:37:55
10286 Log: From: Damon Atkins <n107844@sysmgtdev.nabaus.com.au>
10287 Date: Tue, 30 Mar 1999 11:26:11 +1000 (EST)
10288 Message-Id: <199903300126.LAA20870@sysmgtdev.nabaus.com.au>
10289 Subject: Largefiles for Solaris
10291 ! hints/solaris_2.sh
10292 ____________________________________________________________________________
10293 [ 3310] By: gsar on 1999/05/06 05:14:35
10294 Log: emit more accurate diagnostic for syntax errors involving <>
10297 ! toke.c utils/perldoc.PL
10298 ____________________________________________________________________________
10299 [ 3309] By: gsar on 1999/05/06 04:36:31
10300 Log: additional test for IPC::Open3 (courtesy RonaldWS@aol.com)
10303 ____________________________________________________________________________
10304 [ 3308] By: gsar on 1999/05/06 03:19:16
10305 Log: applied first part of suggested patch (bug described cannot be
10306 reproduced any longer, so the second inconclusive part has not
10308 From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
10309 Date: Sun, 28 Mar 1999 04:51:34 +0100
10310 Message-Id: <199903280351.EAA20430@crypt.compulink.co.uk>
10311 Subject: [PATCH 5.005_56] Re: A core dump
10314 ____________________________________________________________________________
10315 [ 3307] By: gsar on 1999/05/06 01:56:06
10316 Log: fix bogus OPf_REF context in C<sort BLOCK @foo> (extension of
10320 ____________________________________________________________________________
10321 [ 3306] By: gsar on 1999/05/05 17:17:34
10322 Log: applied non-conflicting parts of suggested patch
10323 From: Charles Bailey <BAILEY@newman.upenn.edu>
10324 Date: Sat, 27 Mar 1999 00:16:51 -0400 (EDT)
10325 Message-id: <01J9AZY8I2PW001O2S@mail.newman.upenn.edu>
10326 Subject: [Patch 5.005_56] Revised VMS patch
10328 ! Changes ext/B/defsubs.h.PL hv.c iperlsys.h perl.c
10329 ! pod/perldiag.pod proto.h util.c vms/perlvms.pod vms/vms.c
10330 ____________________________________________________________________________
10331 [ 3305] By: gsar on 1999/05/05 16:20:19
10332 Log: make perldoc use backslashed pathnames within system() on win32
10334 ! pod/perldiag.pod pod/perlthrtut.pod utils/perldoc.PL
10335 ____________________________________________________________________________
10336 [ 3304] By: gsar on 1999/05/05 07:29:43
10337 Log: upgrade Pod::Parser to v1.081 from CPAN
10339 ! lib/Pod/Checker.pm lib/Pod/InputObjects.pm lib/Pod/Parser.pm
10340 ! lib/Pod/PlainText.pm lib/Pod/Select.pm lib/Pod/Usage.pm
10341 ! t/pod/special_seqs.t t/pod/special_seqs.xr t/pod/testp2pt.pl
10342 ____________________________________________________________________________
10343 [ 3303] By: gsar on 1999/05/05 07:02:07
10344 Log: From: Andy Dougherty <doughera@lafayette.edu>
10345 Date: Fri, 19 Mar 1999 12:31:35 -0500 (EST)
10346 Message-Id: <Pine.GSU.4.05.9903191208250.8899-100000@newton.phys>
10347 Subject: [PATCH 5.005_03-MT3] INSTALL patches
10350 ____________________________________________________________________________
10351 [ 3302] By: gsar on 1999/05/05 06:55:21
10352 Log: load base packages based on nonexistent $VERSION
10353 From: andreas.koenig@anima.de (Andreas J. Koenig)
10354 Date: 19 Mar 1999 06:00:28 +0100
10355 Message-ID: <sfcsob2m5ub.fsf@dubravka.in-berlin.de>
10356 Subject: Re: base.pm flaw
10358 ! lib/base.pm lib/locale.pm
10359 ____________________________________________________________________________
10360 [ 3301] By: gsar on 1999/05/04 05:41:08
10361 Log: pod2man outputs switched date and revision label (fix suggested by
10362 EthanSasiela@mede.com)
10365 ____________________________________________________________________________
10366 [ 3300] By: gsar on 1999/05/03 18:48:25
10367 Log: adjust win32_stat() to cope with FindFirstFile() and stat() bugs
10368 (makes opendir(D,"c:") work reliably)
10371 ____________________________________________________________________________
10372 [ 3299] By: gsar on 1999/05/02 19:39:55
10373 Log: add test case for change#3298
10375 ! sv.c t/op/readdir.t
10376 ____________________________________________________________________________
10377 [ 3298] By: gsar on 1999/05/02 19:24:41
10378 Log: close directory handles properly when localized
10381 ____________________________________________________________________________
10382 [ 3297] By: jhi on 1999/04/30 11:42:14
10383 Log: Integrate from mainperl.
10385 !> Changes config_h.SH configure.com lib/AutoLoader.pm
10386 !> lib/AutoSplit.pm lib/File/Path.pm pod/perlre.pod pp.c pp_ctl.c
10387 !> pp_sys.c proto.h regcomp.c t/op/die.t t/op/ref.t util.c
10388 !> vms/descrip_mms.template vms/gen_shrfls.pl vms/munchconfig.c
10389 !> vms/subconfigure.com win32/win32.c
10390 ____________________________________________________________________________
10391 [ 3293] By: chip on 1999/04/29 18:50:49
10392 Log: Fix shebang lines.
10393 Branch: maint-5.004/perl
10394 ! Porting/p4d2p h2pl/mksizes pod/checkpods.PL pod/pod2html.PL
10395 ! pod/pod2latex.PL pod/pod2man.PL pod/pod2text.PL utils/c2ph.PL
10396 ! utils/h2ph.PL utils/h2xs.PL utils/perlbug.PL utils/perldoc.PL
10397 ! utils/pl2pm.PL utils/splain.PL win32/bin/search.pl
10398 ! x2p/find2perl.PL x2p/s2p.PL
10399 ____________________________________________________________________________
10400 [ 3284] By: gsar on 1999/04/27 00:48:42
10401 Log: integrate change#3279 from maint-5.004
10403 ! lib/AutoLoader.pm
10404 ____________________________________________________________________________
10405 [ 3279] By: chip on 1999/04/26 23:09:26
10406 Log: Make &AutoLoad::AUTOLOAD reentrant.
10407 Branch: maint-5.004/perl
10408 ! lib/AutoLoader.pm
10409 ____________________________________________________________________________
10410 [ 3276] By: chip on 1999/04/26 22:34:36
10411 Log: Make porting scripts executable.
10412 Branch: maint-5.004/perl
10413 ! Changes Porting/genlog Porting/makerel Porting/p4desc
10415 ____________________________________________________________________________
10416 [ 3274] By: gsar on 1999/04/26 17:30:31
10417 Log: allow embedded null characters in diagnostics
10419 ! pp_ctl.c pp_sys.c proto.h regcomp.c t/op/die.t util.c
10420 ____________________________________________________________________________
10421 [ 3273] By: gsar on 1999/04/26 08:27:22
10422 Log: hand-applied conflicting parts of suggested patch
10423 From: Charles Bailey <BAILEY@newman.upenn.edu>
10424 Date: Wed, 17 Mar 1999 23:55:23 -0400 (EDT)
10425 Message-id: <01J8YELSL7WK001E7S@mail.newman.upenn.edu>
10426 Subject: [PATCH 5.005_56] VMS configuration/build
10428 ! configure.com vms/descrip_mms.template vms/gen_shrfls.pl
10429 ! vms/munchconfig.c vms/subconfigure.com
10430 ____________________________________________________________________________
10431 [ 3272] By: gsar on 1999/04/26 08:25:41
10432 Log: update Changes; tweak minor regressions
10434 ! Changes lib/AutoSplit.pm lib/File/Path.pm
10435 ____________________________________________________________________________
10436 [ 3271] By: gsar on 1999/04/26 07:52:51
10437 Log: integrate change#3229 from maint-5.004
10440 ____________________________________________________________________________
10441 [ 3270] By: gsar on 1999/04/25 22:58:27
10442 Log: fix buggy reference count on refs to SVs with autoviv magic
10443 (resulted in C<my @a; $a[1] = 1; print \$_ for @a> and Data::Dumper
10444 accessing free()d memory)
10447 ____________________________________________________________________________
10448 [ 3269] By: gsar on 1999/04/24 17:07:55
10449 Log: fix bug in change#3123 (off-by-one, caused C<qx[noargs]> to fail
10453 ____________________________________________________________________________
10454 [ 3268] By: gsar on 1999/04/24 16:38:25
10458 ____________________________________________________________________________
10459 [ 3267] By: gsar on 1999/04/24 16:35:57
10460 Log: integrate cfgperl changes into mainline
10465 !> (integrate 38 files)
10466 ____________________________________________________________________________
10467 [ 3266] By: jhi on 1999/04/23 18:42:44
10468 Log: From: "Kurt D. Starsinic" <kstar@chapin.edu>
10469 To: perl5-porters@perl.org, Jarkko Hietaniemi <jhi@iki.fi>,
10470 Graham Barr <gbarr@pobox.com>, Gurusamy Sarathy <gsar@activestate.com>
10471 Cc: Lionel Cons <lionel.cons@cern.ch>,
10472 Ilya Zakharevich <ilya@math.ohio-state.edu>,
10473 David Hayes <david@bdel.com>
10474 Subject: [PATCH] h2ph
10475 Date: Fri, 23 Apr 1999 12:37:23 -0400
10476 Message-ID: <19990423123723.A49550@O2.chapin.edu>
10479 ____________________________________________________________________________
10480 [ 3265] By: jhi on 1999/04/21 18:17:12
10481 Log: From: lane@duphy4.physics.drexel.edu (by way of Dan Sugalski <sugalskd@ous.edu>)
10482 To: perlbug@perl.org
10483 Subject: [PATCH Perl 5.005.56] descrip_mms.template installed files fix
10484 Date: Wed, 21 Apr 1999 08:17:54 -0700
10485 Message-Id: <3.0.6.32.19990421081754.03127b60@ous.edu>
10487 ! vms/descrip_mms.template
10488 ____________________________________________________________________________
10489 [ 3264] By: jhi on 1999/04/20 08:50:54
10490 Log: From: Andy Dougherty <doughera@lafayette.edu>
10491 To: The Perl Porters Mailing List <perl5-porters@perl.org>
10492 Subject: [PATCH 5.005_56] Re: 5.006 Todo
10493 Date: Mon, 19 Apr 1999 16:27:07 -0400 (EDT)
10494 Message-Id: <Pine.GSU.4.05.9904191623470.7838-100000@newton.phys>
10496 ! Porting/pumpkin.pod
10497 ____________________________________________________________________________
10498 [ 3263] By: jhi on 1999/04/20 08:05:01
10499 Log: From: Chip Salzenberg <chip@perlsupport.com>
10500 To: Perl 5 Porters <perl5-porters@perl.org>
10501 Subject: [PATCH 5.005_56] Configure: $sig_count
10502 Date: Sun, 18 Apr 1999 17:54:36 -0400
10503 Message-ID: <19990418175436.A27496@perlsupport.com>
10505 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
10507 ____________________________________________________________________________
10508 [ 3262] By: jhi on 1999/04/19 18:23:50
10509 Log: Subject: PATCH wrong faq reference in perlbook.pod
10510 From: Robin Barker <rmb1@cise.npl.co.uk>
10511 To: perlbug@perl.com
10512 Date: Fri, 9 Apr 1999 16:05:23 +0100 (BST)
10513 Message-Id: <199904091505.QAA03757@cyclone.cise.npl.co.uk>
10516 ____________________________________________________________________________
10517 [ 3261] By: jhi on 1999/04/15 13:59:04
10518 Log: From: Andy Dougherty <doughera@lafayette.edu>
10519 To: Hugo van der Sanden <hugo@corp.netcom.net.uk>
10520 Cc: Perl Porters <perl5-porters@perl.org>
10521 Subject: [PATCH] Re: 5.005_03 and gcc, GNU ld under Solaris 2.6
10522 Date: Wed, 14 Apr 1999 17:07:43 -0400 (EDT)
10523 Message-Id: <Pine.GSU.4.05.9904141658290.4262-100000@newton.phys>
10525 ! hints/solaris_2.sh
10526 ____________________________________________________________________________
10527 [ 3260] By: jhi on 1999/04/15 13:56:53
10528 Log: From: Tom Christiansen <tchrist@jhereg.perl.com>
10529 To: pumpkings@jhereg.perl.com
10530 Subject: PATCH: 5.005_56: perldata.pod (UPDATE)
10531 Date: Thu, 15 Apr 1999 07:13:41 -0600
10532 Message-Id: <199904151313.HAA07682@jhereg.perl.com>
10535 ____________________________________________________________________________
10536 [ 3259] By: jhi on 1999/04/13 23:12:52
10537 Log: LDLIBPTH also on 'clean' targets.
10540 ____________________________________________________________________________
10541 [ 3258] By: jhi on 1999/04/13 21:38:46
10542 Log: Add information about the two DEC C compiler optimizer bugs
10543 (what patch levels of the compilers fix them).
10545 ! pp.c t/op/repeat.t
10546 ____________________________________________________________________________
10547 [ 3257] By: jhi on 1999/04/13 14:25:08
10548 Log: Be polite about ccdlflags and lddflags, too.
10549 Avoid Perl's malloc only when threaded.
10552 ____________________________________________________________________________
10553 [ 3256] By: jhi on 1999/04/13 10:21:33
10554 Log: Croak if no known ways to semctl() (don't assume union semun).
10557 ____________________________________________________________________________
10558 [ 3255] By: jhi on 1999/04/13 09:10:26
10559 Log: From: Dan Sugalski <sugalskd@osshe.edu>
10560 To: perl5-porters@perl.org, vmsperl@perl.org
10561 Subject: [Patch 5.005/5.006]Another MM_VMS.pm patch
10562 Date: Mon, 12 Apr 1999 13:36:48 -0700
10563 Message-Id: <3.0.6.32.19990412133648.030e7ec0@ous.edu>
10565 ! lib/ExtUtils/MM_VMS.pm
10566 ____________________________________________________________________________
10567 [ 3254] By: jhi on 1999/04/13 06:56:26
10568 Log: From: "Todd C. Miller" <Todd.Miller@courtesan.com>
10569 To: perlbug@perl.com
10570 Subject: Update for OpenBSD hints
10571 Date: Mon, 12 Apr 1999 23:12:22 -0600 (MDT)
10572 Message-Id: <199904130512.XAA27712@xerxes.courtesan.com>
10575 ____________________________________________________________________________
10576 [ 3229] By: chip on 1999/04/13 04:04:14
10577 Log: Preserve errno from importunities of sfio.
10578 Branch: maint-5.004/perl
10580 ____________________________________________________________________________
10581 [ 3226] By: jhi on 1999/04/11 12:52:26
10582 Log: If both ways to call semctl are broken, skip the tests.
10585 ____________________________________________________________________________
10586 [ 3225] By: jhi on 1999/04/10 22:27:28
10587 Log: From: Andy Dougherty <doughera@lafayette.edu>
10588 To: dsembr01@ox.slug.louisville.edu
10589 Cc: perlbug@perl.com
10590 Subject: [PATCH 5.004_05 5.005_03 5.005_56] Re: Misspelled macro in ext/POSIX/POSIX.xs?
10591 Date: Fri, 9 Apr 1999 16:58:08 -0400 (EDT)
10592 Message-Id: <Pine.GSU.4.05.9904091648570.894-100000@newton.phys>
10594 ! ext/POSIX/POSIX.xs
10595 ____________________________________________________________________________
10596 [ 3224] By: jhi on 1999/04/09 18:50:32
10597 Log: From: Andy Dougherty <doughera@lafayette.edu>
10598 To: Perl Porters <perl5-porters@perl.org>
10599 Subject: [PATCH 5.005_56] Re: prefix= in hints
10600 Date: Fri, 9 Apr 1999 14:54:18 -0400 (EDT)
10601 Message-Id: <Pine.GSU.4.05.9904091445280.894-100000@newton.phys>
10603 (Overrides change #3204 from Kurt)
10606 ____________________________________________________________________________
10607 [ 3223] By: jhi on 1999/04/09 18:37:55
10608 Log: Understand Apollo's //node notation.
10610 From: Johann Klasek <jk@auto.tuwien.ac.at>
10612 Subject: Re: DomainPerl
10613 Date: Fri, 9 Apr 1999 18:21:37 +0200
10614 Message-ID: <19990409182137.A2299@euklid.auto.tuwien.ac.at>
10617 ____________________________________________________________________________
10618 [ 3220] By: jhi on 1999/04/04 16:33:49
10619 Log: Integrate from mainperl.
10621 !> (integrate 39 files)
10622 ____________________________________________________________________________
10623 [ 3219] By: gsar on 1999/04/04 02:48:17
10624 Log: tweak previous change
10625 Branch: maint-5.005/perl
10627 ____________________________________________________________________________
10628 [ 3218] By: gsar on 1999/04/04 02:44:47
10629 Log: be careful about extending the stack for the Win32:: builtins
10630 Branch: maint-5.005/perl
10632 ____________________________________________________________________________
10633 [ 3217] By: gsar on 1999/04/04 01:59:26
10634 Log: correct places that said newSVpv() when they meant newSVpvn()
10636 ! XSUB.h dump.c ext/B/B.xs ext/B/defsubs.h.PL
10637 ! ext/DB_File/DB_File.xs ext/DynaLoader/dl_vms.xs
10638 ! ext/IPC/SysV/SysV.xs ext/Opcode/Opcode.xs ext/POSIX/POSIX.xs
10639 ! ext/Socket/Socket.xs ext/attrs/attrs.xs gv.c hv.c hv.h
10640 ! jpl/JNI/JNI.xs mg.c op.c perl.c pod/perlguts.pod pp.c pp_ctl.c
10641 ! pp_sys.c regcomp.c toke.c util.c win32/dl_win32.xs
10643 ____________________________________________________________________________
10644 [ 3216] By: gsar on 1999/04/03 23:58:27
10645 Log: avoid duplicate code
10648 ____________________________________________________________________________
10649 [ 3215] By: gsar on 1999/04/03 23:14:34
10650 Log: grow PL_tmps_stack more efficiently; make it more amenable to
10651 STRESS_REALLOC testing
10653 ! embed.h embed.pl global.sym objXSUB.h pp.h proto.h scope.c
10655 ____________________________________________________________________________
10656 [ 3214] By: gsar on 1999/04/03 21:01:09
10657 Log: scrounge and save three extra branches in pp_entersub()
10659 ! cv.h pp_ctl.c pp_hot.c
10660 ____________________________________________________________________________
10661 [ 3213] By: gsar on 1999/04/03 17:43:23
10662 Log: remove duplicate code and an extra branch in sv_setsv() and
10663 other hot code by making SvTHINKFIRST() think about FAKE SVs
10665 ! doio.c embed.h embed.pl global.sym objXSUB.h pp.c pp_hot.c
10666 ! proto.h scope.c sv.c sv.h
10667 ____________________________________________________________________________
10668 [ 3212] By: jhi on 1999/04/03 16:20:09
10669 Log: Fix up some _t nits (Pid_t, Gid_t, Uid_t, etc. instead of int).
10671 From: John Bley <jbb6@acpub.duke.edu>
10672 To: perlbug@perl.org
10673 Subject: [PATCH]5.005_03 (CORE) Fix some _t nits
10674 Date: Thu, 1 Apr 1999 02:01:47 -0500 (EST)
10675 Message-ID: <Pine.SOL.3.91.990401015805.21458A-100000@soc13.acpub.duke.edu>
10678 ____________________________________________________________________________
10679 [ 3211] By: jhi on 1999/04/03 13:27:26
10680 Log: Change #3210 was rather unportable. This is better.
10682 ! Configure config_h.SH
10683 ____________________________________________________________________________
10684 [ 3210] By: jhi on 1999/04/03 13:16:20
10685 Log: Avoid Digital UNIX' ksh.
10687 From: Jarkko Hietaniemi <jhi@iki.fi>
10688 To: Henrik Tougaard <ht000@siberut.foa.dk>
10689 Cc: perlbug@perl.com, ht000@foa.dk
10690 Subject: Re: Not OK perl5.005_03-MAINT_TRIAL_4
10691 Date: Wed, 27 Jan 1999 16:52:33 +0200 (EET)
10692 Message-ID: <13999.10289.319422.239987@alpha.hut.fi>
10694 ! Configure config_h.SH
10695 ____________________________________________________________________________
10696 [ 3209] By: jhi on 1999/04/03 12:49:04
10697 Log: Integrate from mainperl.
10699 !> Changes Makefile.SH README installperl t/lib/bigfloatpm.t
10700 ____________________________________________________________________________
10701 [ 3208] By: jhi on 1999/04/03 12:27:24
10702 Log: Add -mabi=64 to ccflags for 64-bit IRIX gcc.
10704 From: Lionel Cons <lionel.cons@cern.ch>
10706 Cc: perlbug@perl.com, kstar@isinet.com,
10707 Philippe Defert <philippe.defert@cern.ch>
10708 Subject: Re: Not OK: perl 5.00503 on IP27-irix 6.5 (UNINSTALLED)
10709 Date: Thu, 1 Apr 1999 14:05:28 +0200 (METDST)
10710 Message-Id: <199904011205.OAA11380@mercury.cern.ch>
10713 ____________________________________________________________________________
10714 [ 3207] By: jhi on 1999/04/03 12:20:21
10715 Log: Be polite about usemymalloc.
10718 ____________________________________________________________________________
10719 [ 3206] By: gsar on 1999/04/02 23:31:59
10720 Log: a typo in change#3205
10722 ! t/lib/bigfloatpm.t
10723 ____________________________________________________________________________
10724 [ 3205] By: gsar on 1999/04/02 23:20:31
10725 Log: make testsuite reflect change#3157 (Math::BigFloat->new now
10726 returns NaNs faithfully)
10728 ! t/lib/bigfloatpm.t
10729 ____________________________________________________________________________
10730 [ 3204] By: jhi on 1999/04/02 22:03:23
10731 Log: On -Uinstallusrbinperl and no -Dprefix, set prefix to /usr/local.
10733 From: "Kurt D. Starsinic" <kstar@chapin.edu>
10734 To: perl5-porters@perl.org
10735 Subject: linux hints nit
10736 Date: Fri, 2 Apr 1999 16:49:47 -0500
10737 Message-ID: <19990402164947.E80926@O2.chapin.edu>
10740 ____________________________________________________________________________
10741 [ 3203] By: jhi on 1999/04/02 22:00:56
10742 Log: Display exact glibc version in Linux.
10744 From: Andy Dougherty <doughera@lafayette.edu>
10745 To: Perl Porters <perl5-porters@perl.org>
10746 Subject: Displaying glibc version on Linux
10747 Date: Mon, 29 Mar 1999 15:04:26 -0500 (EST)
10748 Message-Id: <Pine.GSU.4.05.9903291417370.15335-100000@newton.phys>
10751 ____________________________________________________________________________
10752 [ 3202] By: gsar on 1999/04/02 21:23:18
10753 Log: various little goofs
10755 ! Changes Makefile.SH README installperl
10756 ____________________________________________________________________________
10757 [ 3201] By: jhi on 1999/04/02 13:13:39
10758 Log: Configure regen.
10760 Add llseek + offset_t probing.
10761 Change CONFIG to CONFIGDOTSH.
10762 'unset foo' is unportable, use foo=''.
10764 ! Configure Makefile.SH Policy_sh.SH cflags.SH config_h.SH
10765 ! configpm makeaperl.SH makedepend.SH makedir.SH myconfig.SH
10766 ! perl_exp.SH writemain.SH
10767 ____________________________________________________________________________
10768 [ 3200] By: jhi on 1999/04/02 12:06:22
10769 Log: Introduce myconfig.SH.
10771 From: Andy Dougherty <doughera@lafayette.edu>
10772 To: Jarkko Hietaniemi <jhi@iki.fi>
10773 Cc: Nick Ing-Simmons <nik@tiuk.ti.com>, Perl Porters <perl5-porters@perl.org>
10774 Subject: [PATCH] myconfig.SH (was Re: perl install bug on AIX 4.3.1.0)
10775 Date: Tue, 30 Mar 1999 12:41:29 -0500 (EST)
10776 Message-Id: <Pine.GSU.4.05.9903301222280.15987-100000@newton.phys>
10781 ____________________________________________________________________________
10782 [ 3195] By: jhi on 1999/03/28 16:42:54
10783 Log: Update perlhist on 5_03.
10784 Branch: maint-5.005/perl
10786 ____________________________________________________________________________
10787 [ 3194] By: jhi on 1999/03/28 12:30:01
10788 Log: Integrate from mainperl.
10791 ! lib/Math/BigFloat.pm lib/Math/BigInt.pm lib/bigfloat.pl
10793 !> MANIFEST Porting/p4desc ext/Thread/Thread.xs op.c
10795 ____________________________________________________________________________
10796 [ 3189] By: gsar on 1999/03/28 08:22:00
10797 Log: various pod niggles
10798 Branch: maint-5.005/perl
10799 ! pod/perl.pod pod/perldebug.pod pod/perldiag.pod
10800 ! pod/perlfunc.pod pod/perlhist.pod
10801 ____________________________________________________________________________
10802 [ 3187] By: gsar on 1999/03/28 07:31:16
10803 Log: regularize CAPI declarations (CAPI extensions now build under
10804 the Borland compiler)
10805 Branch: maint-5.005/perl
10807 ____________________________________________________________________________
10808 [ 3186] By: gsar on 1999/03/28 07:26:33
10809 Log: ensure XS_LOCKS stuff happens *before* XSUB is entered under
10811 Branch: maint-5.005/perl
10812 ! XSlock.h win32/GenCAPI.pl win32/Makefile win32/makefile.mk
10813 ____________________________________________________________________________
10814 [ 3183] By: gsar on 1999/03/28 06:00:46
10815 Log: update p4 utility to ignore non-text files
10818 ____________________________________________________________________________
10819 [ 3181] By: gsar on 1999/03/28 03:37:23
10820 Log: integrate change#3179 from maint-5.005
10822 !> ext/Thread/Thread.xs t/lib/thread.t
10823 ____________________________________________________________________________
10824 [ 3180] By: gsar on 1999/03/28 02:28:20
10825 Log: fix bogus OPf_REF context for the BLOCK in C<grep BLOCK @foo>
10826 (sometimes caused bizarreness in the BLOCK)
10830 ____________________________________________________________________________
10831 [ 3179] By: gsar on 1999/03/28 02:14:04
10832 Log: fix thread segfault when passing large number of arguments to child
10833 a la C<Thread->new($foo, 1..1000)>
10834 Branch: maint-5.005/perl
10835 ! ext/Thread/Thread.xs t/lib/thread.t
10836 ____________________________________________________________________________
10837 [ 3178] By: gbarr on 1999/03/28 01:39:23
10838 Log: fix $Config{'usethreads'} typo in perlthrtut
10840 From: Ian Maloney <szhmf9@wsblob.ubs.com>
10841 Date: Thu, 25 Mar 1999 16:40:14 +0100 (MET)
10842 Message-Id: <199903251540.QAA02439@wsblob.>
10843 Subject: perlthrtut documentation error
10844 Branch: maint-5.005/perl
10845 ! pod/perlthrtut.pod
10846 ____________________________________________________________________________
10847 [ 3173] By: gbarr on 1999/03/27 18:19:47
10848 Log: Update Test.pm to VERSION 1.122 from CPAN
10849 Branch: maint-5.005/perl
10851 ____________________________________________________________________________
10852 [ 3171] By: jhi on 1999/03/26 22:38:28
10853 Log: Integrate from mainperl.
10855 !> (integrate 37 files)
10856 ____________________________________________________________________________
10857 [ 3170] By: gsar on 1999/03/26 01:30:25
10858 Log: specify type of bracket in "Unmatched bracket" diagnostic;
10859 prefer 'brace' or 'curly bracket' over 'curly brace'
10861 ! pod/perldiag.pod pod/perlreftut.pod pod/perlstyle.pod
10862 ! t/op/misc.t t/op/re_tests toke.c
10863 ____________________________________________________________________________
10864 [ 3169] By: gsar on 1999/03/26 00:50:51
10865 Log: better description of "Integer overflow" diagnostic
10868 ____________________________________________________________________________
10869 [ 3168] By: gsar on 1999/03/25 11:02:46
10870 Log: applied needful parts of suggested patch
10871 From: "Vishal Bhatia" <vishalb@my-dejanews.com>
10872 Date: Tue, 23 Mar 1999 16:21:43 -0800
10873 Message-ID: <OOOKJGFMLFLHBAAA@my-dejanews.com>
10874 Subject: [PATCH 5.005_56] pp_formline correction
10876 ! ext/B/B/Bblock.pm ext/B/B/CC.pm
10877 ____________________________________________________________________________
10878 [ 3167] By: gsar on 1999/03/25 10:39:02
10879 Log: clarify what a "comment" means (due to Mark-Jason Dominus
10883 ____________________________________________________________________________
10884 [ 3166] By: gsar on 1999/03/25 10:33:18
10885 Log: describe current behavior on local($foo{nothere}) (suggested by
10886 Lionel Cons <lionel.cons@cern.ch>)
10889 ____________________________________________________________________________
10890 [ 3165] By: gsar on 1999/03/25 06:21:05
10891 Log: fix refcnt on PL_main_cv (variant of suggestion by Vishal Bhatia
10892 <vishalb@hotmail.com>)
10895 ____________________________________________________________________________
10896 [ 3164] By: gsar on 1999/03/25 06:17:27
10897 Log: From: Stephen McCamant <smccam@uclink4.berkeley.edu>
10898 Date: Tue, 23 Mar 1999 17:47:04 -0800 (PST)
10899 Message-ID: <14072.16859.154428.241373@fre-76-120.reshall.berkeley.edu>
10900 Subject: [PATCH _56] Compiler needs to know about utf8 SVOP tr///s
10902 ! ext/B/B.xs op.h opcode.pl
10903 ____________________________________________________________________________
10904 [ 3163] By: gsar on 1999/03/25 06:15:49
10905 Log: B::Deparse update from Stephen McCamant <smccam@uclink4.berkeley.edu>
10906 Date: Tue, 23 Mar 1999 02:41:34 -0800 (PST)
10907 Message-ID: <14071.27445.867782.852353@fre-76-120.reshall.berkeley.edu>
10908 Subject: [PATCH _56] B::Deparse 0.57
10910 Date: Tue, 23 Mar 1999 13:08:12 -0800 (PST)
10911 Message-ID: <14072.502.107712.175179@fre-76-120.reshall.berkeley.edu>
10912 Subject: Re: [PATCH _56] B::Deparse 0.57
10914 ! AUTHORS MAINTAIN ext/B/B/Deparse.pm
10915 ____________________________________________________________________________
10916 [ 3162] By: gsar on 1999/03/25 06:11:46
10917 Log: fix a few places that said 'int', but meant 'STRLEN'
10919 ! pod/perlguts.pod proto.h sv.c
10920 ____________________________________________________________________________
10921 [ 3161] By: gsar on 1999/03/25 06:01:18
10922 Log: From: Russ Allbery <rra@stanford.edu>
10923 Date: 22 Mar 1999 04:26:26 -0800
10924 Message-ID: <yl4sndr9ql.fsf@windlord.stanford.edu>
10925 Subject: [5.005_56] Add EXISTS to SDBM_File and libsdbm
10927 ! ext/SDBM_File/SDBM_File.xs ext/SDBM_File/sdbm/README.too
10928 ! ext/SDBM_File/sdbm/pair.c ext/SDBM_File/sdbm/pair.h
10929 ! ext/SDBM_File/sdbm/sdbm.3 ext/SDBM_File/sdbm/sdbm.c
10930 ! ext/SDBM_File/sdbm/sdbm.h pod/perldelta.pod t/lib/sdbm.t
10931 ____________________________________________________________________________
10932 [ 3160] By: gsar on 1999/03/25 02:26:31
10933 Log: better description of OP_UNSTACK (s/unstack/iteration finalizer/)
10935 ! opcode.h opcode.pl
10936 ____________________________________________________________________________
10937 [ 3159] By: gsar on 1999/03/25 02:18:17
10938 Log: add statement-modifier loops to :base_loop class
10940 ! ext/Opcode/Opcode.pm
10941 ____________________________________________________________________________
10942 [ 3158] By: gsar on 1999/03/25 00:36:57
10943 Log: integrate changes#3105,3130,3154 from maint-5.005
10945 !> Configure INSTALL hints/dec_osf.sh hints/netbsd.sh
10946 ____________________________________________________________________________
10947 [ 3157] By: gsar on 1999/03/25 00:24:17
10948 Log: remove bogus panic()
10950 ! Changes lib/Math/BigFloat.pm
10951 ____________________________________________________________________________
10952 [ 3156] By: jhi on 1999/03/24 22:43:43
10953 Log: Integrate from mainperl.
10955 +> (branch 38 files)
10956 !> (integrate 68 files)
10957 ____________________________________________________________________________
10958 [ 3155] By: jhi on 1999/03/24 22:12:17
10959 Log: Configure regenerated because of changes #3130/#3154 and #3147.
10961 ! Configure config_h.SH
10962 ____________________________________________________________________________
10963 [ 3154] By: jhi on 1999/03/24 21:40:51
10964 Log: Reword the shared library search path (LD_LIBRARY_PATH) info
10965 based on suggestions from Andy Dougherty.
10966 Branch: maint-5.005/perl
10968 ____________________________________________________________________________
10969 [ 3153] By: gsar on 1999/03/24 10:38:05
10970 Log: applied suggested patch, modulo superceded parts
10971 From: Charles Bailey <BAILEY@newman.upenn.edu>
10972 Date: Thu, 18 Mar 1999 00:10:44 -0400 (EDT)
10973 Message-id: <01J8YFGIHW2W001E7S@mail.newman.upenn.edu>
10974 Subject: [PATCH 5.005_56] Miscellaneous VMS-specific fixes
10976 ! lib/ExtUtils/Liblist.pm lib/ExtUtils/MM_VMS.pm
10977 ! t/comp/require.t t/op/lex_assign.t t/op/taint.t
10978 ! utils/perldoc.PL vms/ext/Stdio/Stdio.pm vms/ext/Stdio/Stdio.xs
10979 ! vms/ext/Stdio/test.pl vms/test.com vms/vmsish.h
10980 ____________________________________________________________________________
10981 [ 3152] By: gsar on 1999/03/24 10:30:51
10982 Log: applied suggested patch, modulo superceded parts
10983 From: Charles Bailey <BAILEY@newman.upenn.edu>
10984 Date: Thu, 18 Mar 1999 00:04:31 -0400 (EDT)
10985 Message-id: <01J8YF0EOWLU001E7S@mail.newman.upenn.edu>
10986 Subject: [PATCH 5.005_56] Miscellaneous small fixes
10988 ! ext/B/defsubs.h.PL ext/re/re.pm lib/ExtUtils/MM_Unix.pm
10989 ! lib/File/Basename.pm
10990 ____________________________________________________________________________
10991 [ 3151] By: gsar on 1999/03/24 10:15:00
10992 Log: doc tweak suggested by M.J.T. Guy <mjtg@cus.cam.ac.uk>
10995 ____________________________________________________________________________
10996 [ 3150] By: gsar on 1999/03/24 10:09:13
10997 Log: missing integration in previous change
11000 ____________________________________________________________________________
11001 [ 3149] By: gsar on 1999/03/24 10:06:44
11002 Log: integrate changes#3116,3119 from maint-5.005
11005 +> apollo/netinet/in.h
11006 !> MANIFEST hints/apollo.sh t/lib/io_udp.t
11007 ____________________________________________________________________________
11008 [ 3148] By: gsar on 1999/03/24 10:01:56
11009 Log: integrate changes#3091-3094 from maint-5.005
11011 !> README.hurd vms/subconfigure.com vos/config.h
11012 !> vos/config_h.SH_orig
11013 ____________________________________________________________________________
11014 [ 3147] By: gsar on 1999/03/24 09:31:49
11015 Log: warn about newfangled vfork() caveats
11018 ____________________________________________________________________________
11019 [ 3146] By: jhi on 1999/03/24 09:20:14
11020 Log: Bring in changes #2808 and #2812 (from mainline perl)
11021 that enhance the perlbug checklist.
11022 Branch: maint-5.005/perl
11024 ____________________________________________________________________________
11025 [ 3145] By: gsar on 1999/03/24 08:37:02
11026 Log: integrate change#3115 from maint-5.005
11028 !> ext/DB_File/Changes ext/DB_File/DB_File.pm
11029 !> ext/DB_File/DB_File.xs ext/DB_File/typemap
11030 ____________________________________________________________________________
11031 [ 3144] By: gsar on 1999/03/24 08:33:59
11032 Log: add note about map in scalar context
11035 ____________________________________________________________________________
11036 [ 3143] By: gsar on 1999/03/24 08:25:59
11039 ! lib/Time/Local.pm
11040 ____________________________________________________________________________
11041 [ 3142] By: gsar on 1999/03/24 08:20:37
11042 Log: applied suggested patch, modulo bogus hunk
11043 From: "Vishal Bhatia" <vishalb@hotmail.com>
11044 Date: Thu, 11 Mar 1999 07:40:27 PST
11045 Message-ID: <19990311154027.25891.qmail@hotmail.com>
11046 Subject: [PATCH 5.005_56] Minor fixes in perlcc
11048 ! ext/B/B/C.pm ext/B/B/CC.pm utils/perlcc.PL
11049 ____________________________________________________________________________
11050 [ 3141] By: gsar on 1999/03/24 08:06:12
11051 Log: integrate change#3104 from maint-5.005
11053 !> README.os390 t/lib/posix.t
11054 ____________________________________________________________________________
11055 [ 3140] By: gsar on 1999/03/24 06:34:56
11056 Log: fix failure of C<&locked_sub;> under -Dusethreads
11058 ! pp_hot.c t/lib/thread.t
11059 ____________________________________________________________________________
11060 [ 3139] By: gsar on 1999/03/24 05:52:00
11061 Log: debugger tweak (wasn't printing a newline after recalled commands)
11064 ____________________________________________________________________________
11065 [ 3138] By: gsar on 1999/03/24 05:33:28
11066 Log: document OO exceptions (based on a suggestion by Andreas Koenig
11067 <andreas.koenig@anima.de>)
11070 ____________________________________________________________________________
11071 [ 3137] By: gsar on 1999/03/24 02:50:20
11072 Log: better "Illegal %s digit ignored" warnings
11074 ! MANIFEST pod/perldiag.pod pod/perlfunc.pod t/pragma/warn/util
11076 ____________________________________________________________________________
11077 [ 3136] By: gsar on 1999/03/24 02:26:38
11078 Log: fix off-by-one that resulted in misparse of C</[\x{80}-\x{81}]/>
11082 ____________________________________________________________________________
11083 [ 3135] By: gsar on 1999/03/24 01:29:09
11084 Log: flip release & version in win32_uname()
11087 ____________________________________________________________________________
11088 [ 3134] By: gsar on 1999/03/24 01:08:33
11089 Log: support POSIX::uname() via win32_uname()
11091 ! XSUB.h iperlsys.h win32/GenCAPI.pl win32/config.bc
11092 ! win32/config.gc win32/config.vc win32/config_H.bc
11093 ! win32/config_H.gc win32/config_H.vc win32/makedef.pl
11094 ! win32/perlhost.h win32/win32.c win32/win32.h win32/win32iop.h
11095 ____________________________________________________________________________
11096 [ 3133] By: gsar on 1999/03/23 22:20:10
11097 Log: From: jan.dubois@ibm.net (Jan Dubois)
11098 Date: Sat, 06 Mar 1999 21:42:56 +0100
11099 Message-ID: <36e49281.50337171@smtp1.ibm.net>
11100 Subject: [PATCH 5.005_56] perldelta.pod changes for Win32::* functions
11102 ! pod/perldelta.pod
11103 ____________________________________________________________________________
11104 [ 3132] By: gsar on 1999/03/23 22:17:45
11105 Log: File::Spec fixes from Jan Dubois <jan.dubois@ibm.net>
11106 Date: Sat, 06 Mar 1999 17:50:49 +0100
11107 Message-ID: <36e25209.33833760@smtp1.ibm.net>
11108 Subject: [PATCH 5.005_56] Fixes for File::Spec::Functions.pm
11110 Date: Sat, 06 Mar 1999 18:15:00 +0100
11111 Message-ID: <36e36222.37954195@smtp1.ibm.net>
11112 Subject: [PATCH 5.005_56] Fix for File::Spec::Win32.pm
11115 ! MANIFEST lib/File/Spec/Functions.pm lib/File/Spec/Win32.pm
11116 ! pod/perldelta.pod pod/perlmodlib.pod
11117 ____________________________________________________________________________
11118 [ 3131] By: gsar on 1999/03/23 22:07:59
11119 Log: integrate cfgperl changes into mainline
11121 +> ext/DynaLoader/dl_rhapsody.xs hints/rhapsody.sh
11122 !> Configure Makefile.SH config_h.SH configure.gnu handy.h
11123 !> installperl malloc.c perl.c perl.h pod/perl.pod
11124 !> pod/perldelta.pod pp_sys.c t/op/stat.t x2p/util.c
11125 ____________________________________________________________________________
11126 [ 3130] By: jhi on 1999/03/23 22:02:23
11127 Log: Don't use config.msg to remind about the
11128 LD_LIBRARY_PATH because Makefile.SH takes
11131 Use shrplib in DEC O^W^Digital U^W^WTru64 UNIX.
11132 This used to be the default but in some MT or another it
11133 was dropped because of some transient error or another.
11134 Branch: maint-5.005/perl
11135 ! Configure hints/dec_osf.sh
11136 ____________________________________________________________________________
11137 [ 3129] By: gsar on 1999/03/23 21:38:03
11138 Log: add Pod-Parser-1.08 (verbatim module =include tests elided owing
11139 to size and better maintainability)
11141 + lib/Pod/Checker.pm lib/Pod/InputObjects.pm lib/Pod/Parser.pm
11142 + lib/Pod/PlainText.pm lib/Pod/Select.pm lib/Pod/Usage.pm
11143 + pod/pod2usage.PL pod/podchecker.PL pod/podselect.PL
11144 + t/pod/emptycmd.t t/pod/emptycmd.xr t/pod/for.t t/pod/for.xr
11145 + t/pod/headings.t t/pod/headings.xr t/pod/include.t
11146 + t/pod/include.xr t/pod/included.t t/pod/included.xr
11147 + t/pod/lref.t t/pod/lref.xr t/pod/nested_items.t
11148 + t/pod/nested_items.xr t/pod/nested_seqs.t t/pod/nested_seqs.xr
11149 + t/pod/oneline_cmds.t t/pod/oneline_cmds.xr t/pod/poderrs.t
11150 + t/pod/poderrs.xr t/pod/special_seqs.t t/pod/special_seqs.xr
11151 + t/pod/testcmp.pl t/pod/testp2pt.pl t/pod/testpchk.pl
11152 ! AUTHORS MAINTAIN MANIFEST installperl pod/Makefile
11153 ! win32/Makefile win32/makefile.mk win32/pod.mak
11154 ____________________________________________________________________________
11155 [ 3128] By: jhi on 1999/03/23 10:14:54
11156 Log: Integrate from mainperl.
11158 !> (integrate 46 files)
11159 ____________________________________________________________________________
11160 [ 3127] By: gsar on 1999/03/23 06:57:30
11161 Log: From: Tim Witham - FES <twitham@pcocd2.intel.com>
11162 Date: Thu, 4 Mar 1999 10:54:01 -0800
11163 Message-Id: <9903041854.AA46868@frc0000>
11164 Subject: patch for useless Math::BigInt warnings
11166 ! lib/Math/BigInt.pm
11167 ____________________________________________________________________________
11168 [ 3126] By: gsar on 1999/03/23 05:54:37
11169 Log: avoid literal 'undef' in $lddlflags under `Configure -Uoptimize`
11170 From: "Kurt D. Starsinic" <kstar@chapin.edu>
11171 Date: Fri, 19 Feb 1999 15:47:59 -0500
11172 Message-ID: <19990219154759.A32350@O2.chapin.edu>
11173 Subject: [PATCH] OSF/1 hints
11176 ____________________________________________________________________________
11177 [ 3125] By: gsar on 1999/03/23 00:56:38
11178 Log: avoid typeglob persistence in pp_readline()
11181 ____________________________________________________________________________
11182 [ 3124] By: gsar on 1999/03/22 21:12:23
11183 Log: update copyright years
11185 ! Changes EXTERN.h INTERN.h av.c av.h bytecode.pl cop.h cv.h
11186 ! deb.c doio.c doop.c dump.c form.h gv.c gv.h handy.h hv.c hv.h
11187 ! malloc.c mg.c mg.h op.c op.h perl.c perl.h perlio.c pp.c pp.h
11188 ! pp_ctl.c pp_hot.c pp_sys.c regcomp.c regexec.c run.c scope.c
11189 ! sv.c sv.h toke.c utf8.c utf8.h util.c
11190 ____________________________________________________________________________
11191 [ 3123] By: gsar on 1999/03/22 07:07:06
11192 Log: implement win32_spawnvp() internally, making it return true PIDs
11193 for asynchronous spawns; fix win32_kill() to always deal with
11196 ! win32/win32.c win32/win32.h
11197 ____________________________________________________________________________
11198 [ 3122] By: jhi on 1999/03/19 21:12:14
11199 Log: Describe the new Benchmark feature in more detail.
11201 ! pod/perldelta.pod
11202 Branch: maint-5.005/perl
11203 ! pod/perldelta.pod
11204 ____________________________________________________________________________
11205 [ 3121] By: jhi on 1999/03/19 08:16:12
11206 Log: AVAILABILITY tuning.
11209 Branch: maint-5.005/perl
11211 ____________________________________________________________________________
11212 [ 3120] By: jhi on 1999/03/17 14:52:17
11213 Log: Rhapsody change assumed too much.
11216 ____________________________________________________________________________
11217 [ 3119] By: jhi on 1999/03/17 14:33:43
11218 Log: More Apollo fixes.
11219 Branch: maint-5.005/perl
11220 ! README.apollo hints/apollo.sh t/lib/io_udp.t
11221 ____________________________________________________________________________
11222 [ 3118] By: jhi on 1999/03/16 17:23:39
11224 Branch: maint-5.005/perl
11226 ____________________________________________________________________________
11227 [ 3117] By: jhi on 1999/03/16 17:18:49
11228 Log: Apollo DomainOS AVAILABILITY.
11231 Branch: maint-5.005/perl
11233 ____________________________________________________________________________
11234 [ 3116] By: jhi on 1999/03/16 17:14:00
11235 Log: Apollo DomainOS patch
11236 From: Johann Klasek <jk@auto.tuwien.ac.at>
11237 Subject: Re: DomainPerl
11238 Date: Tue, 16 Mar 1999 17:46:32 +0100
11239 Message-ID: <19990316174632.A19759@euklid.auto.tuwien.ac.at>
11240 Branch: maint-5.005/perl
11241 + README.apollo apollo/netinet/in.h
11242 ! MANIFEST hints/apollo.sh
11243 ____________________________________________________________________________
11244 [ 3115] By: jhi on 1999/03/16 14:23:54
11245 Log: From: Paul Marquess <pmarquess@bfsec.bt.co.uk>
11246 To: Gurusamy Sarathy <gsar@activestate.com>,
11247 Graham Barr <gbarr@pobox.com>
11248 Cc: Perl5 Porters <perl5-porters@perl.org>,
11249 "Paul.Marquess" <Paul.Marquess@btinternet.com>
11250 Subject: [PATCH 5.005_56 & 5.005_03_T6] Upgrade DB_File to version 1.65
11251 Date: Sun, 14 Mar 1999 14:43:57 -0000
11252 Message-Id: <199903141841.NAA17040@defender.perl.org>
11253 Branch: maint-5.005/perl
11254 ! ext/DB_File/Changes ext/DB_File/DB_File.pm
11255 ! ext/DB_File/DB_File.xs ext/DB_File/typemap
11256 ____________________________________________________________________________
11257 [ 3114] By: jhi on 1999/03/16 12:42:20
11258 Log: Mention Rhapsody in 5.005_5X perldelta,
11259 and in Rhapsody and Netware in 5.005_0X and 5.005_5X
11260 *planned* AVAILABILITY.
11262 ! pod/perl.pod pod/perldelta.pod
11263 Branch: maint-5.005/perl
11265 ____________________________________________________________________________
11266 [ 3113] By: jhi on 1999/03/16 10:38:53
11267 Log: perldelta niggling.
11269 ! pod/perldelta.pod
11270 Branch: maint-5.005/perl
11271 ! pod/perldelta.pod
11272 ____________________________________________________________________________
11273 [ 3112] By: jhi on 1999/03/16 10:35:21
11274 Log: Integrate from mainperl.
11276 !> lib/unicode/MakeEthiopicSyllables.PL pod/perldelta.pod
11277 !> pod/perlhist.pod pod/perlmodinstall.pod pod/perltodo.pod
11278 ____________________________________________________________________________
11279 [ 3111] By: jhi on 1999/03/16 10:28:10
11280 Log: AVAILABILITY update: still mention PowerUX,
11281 Novell Netware now has sources available.
11284 Branch: maint-5.005/perl
11286 ____________________________________________________________________________
11287 [ 3110] By: gsar on 1999/03/16 04:34:23
11288 Log: sundry pod niggles
11290 ! lib/unicode/MakeEthiopicSyllables.PL pod/perldelta.pod
11291 ! pod/perlhist.pod pod/perlmodinstall.pod pod/perltodo.pod
11292 ____________________________________________________________________________
11293 [ 3109] By: jhi on 1999/03/15 17:00:11
11294 Log: Integrate from mainperl.
11296 +> lib/unicode/EthiopicSyllables.txt lib/unicode/In/Ethiopic.pl
11297 +> lib/unicode/Is/Syllable.pl
11298 +> lib/unicode/MakeEthiopicSyllables.PL
11299 +> lib/unicode/README.Ethiopic
11300 !> AUTHORS MAINTAIN MANIFEST lib/unicode/Block.pl
11301 !> lib/unicode/Category.pl lib/unicode/Is/Alnum.pl
11302 !> lib/unicode/Is/Alpha.pl lib/unicode/Is/Digit.pl
11303 !> lib/unicode/Is/L.pl lib/unicode/Is/Lo.pl lib/unicode/Is/N.pl
11304 !> lib/unicode/Is/Nd.pl lib/unicode/Is/No.pl lib/unicode/Is/P.pl
11305 !> lib/unicode/Is/Po.pl lib/unicode/Is/Space.pl
11306 !> lib/unicode/Is/Z.pl lib/unicode/Is/Zs.pl lib/unicode/Makefile
11307 !> lib/unicode/Name.pl lib/unicode/Number.pl op.c
11308 ____________________________________________________________________________
11309 [ 3108] By: jhi on 1999/03/15 16:58:12
11310 Log: First pass of integrating the Rhapsody port,
11312 From: Wilfredo Sanchez <wsanchez@apple.com>
11313 Subject: Keeping the world in sync.
11314 Reply-To: wsanchez@apple.com
11315 To: perlbug@perl.com
11316 Date: Fri, 13 Nov 1998 17:11:30 -0800
11317 Message-Id: <199811140111.RAA41784@scv4.apple.com>
11319 + ext/DynaLoader/dl_rhapsody.xs hints/rhapsody.sh
11320 ! Configure Makefile.SH config_h.SH configure.gnu handy.h
11321 ! installperl malloc.c perl.c perl.h pp_sys.c t/op/stat.t
11323 ____________________________________________________________________________
11324 [ 3107] By: gsar on 1999/03/15 03:22:10
11325 Log: applied suggested patch (mailed to perl-unicode@perl.org) with minor tweaks
11326 From: Daniel Yacob <dmulholl@cs.indiana.edu>
11327 Date: Tue, 23 Feb 1999 16:13:42 -0500 (EST)
11328 Message-Id: <199902232113.QAA26135@drum.cs.indiana.edu>
11329 Subject: ../lib/unicode/ Unicode 3.0 Extensions for Ethiopic
11331 + lib/unicode/EthiopicSyllables.txt lib/unicode/In/Ethiopic.pl
11332 + lib/unicode/Is/Syllable.pl
11333 + lib/unicode/MakeEthiopicSyllables.PL
11334 + lib/unicode/README.Ethiopic
11335 ! AUTHORS MAINTAIN MANIFEST lib/unicode/Block.pl
11336 ! lib/unicode/Category.pl lib/unicode/Is/Alnum.pl
11337 ! lib/unicode/Is/Alpha.pl lib/unicode/Is/Digit.pl
11338 ! lib/unicode/Is/L.pl lib/unicode/Is/Lo.pl lib/unicode/Is/N.pl
11339 ! lib/unicode/Is/Nd.pl lib/unicode/Is/No.pl lib/unicode/Is/P.pl
11340 ! lib/unicode/Is/Po.pl lib/unicode/Is/Space.pl
11341 ! lib/unicode/Is/Z.pl lib/unicode/Is/Zs.pl lib/unicode/Makefile
11342 ! lib/unicode/Name.pl lib/unicode/Number.pl
11343 ____________________________________________________________________________
11344 [ 3106] By: gsar on 1999/03/12 20:35:36
11345 Log: change#3067 failed package.t due to needless creation of $a and $b;
11346 fixed to do that only for C<sort BLOCK|CODE @foo>, not C<sort(@foo)>
11349 ____________________________________________________________________________
11350 [ 3105] By: jhi on 1999/03/12 15:54:57
11351 Log: Recognize the NetBSD packages collection.
11352 Branch: maint-5.005/perl
11354 ____________________________________________________________________________
11355 [ 3104] By: jhi on 1999/03/12 09:07:04
11356 Log: From: pvhp@forte.com (Peter Prymmer)
11357 To: jhi@iki.fi, perl-mvs@perl.org, perlbug@perl.com
11358 Subject: [PATCH MT6,_56] was Re: Not OK: perl 5.00503 +MAINT_TRIAL_6 on os390 06.00 (UNINSTALLED)
11359 Date: Thu, 11 Mar 99 14:24:54 PST
11360 Message-Id: <9903112224.AA24346@forte.com>
11361 Branch: maint-5.005/perl
11362 ! README.os390 t/lib/posix.t
11363 ____________________________________________________________________________
11364 [ 3103] By: jhi on 1999/03/10 11:07:46
11365 Log: Integrate from mainperl.
11367 !> Changes embed.h embed.pl embedvar.h global.sym objXSUB.h op.c
11368 !> perl.c perl.h pod/perldelta.pod pod/pod2man.PL t/base/lex.t
11369 !> t/pragma/warn/1global toke.c win32/makedef.pl
11370 ____________________________________________________________________________
11371 [ 3102] By: jhi on 1999/03/10 11:01:20
11372 Log: From: pvhp@forte.com (Peter Prymmer)
11373 To: perl5-porters@perl.org
11374 Subject: [5.005_03-MT6]Patch: time passes
11375 Date: Tue, 9 Mar 99 18:42:17 PST
11376 Message-Id: <9903100242.AA29057@forte.com>
11377 Branch: maint-5.005/perl
11379 ____________________________________________________________________________
11380 [ 3101] By: jhi on 1999/03/10 10:30:15
11381 Log: From: Mark-Jason Dominus <mjd@plover.com>
11382 To: perl5-porters@perl.com
11383 Subject: Minor fix to perlfunc.pod
11384 Date: Mon, 08 Mar 1999 20:05:53 -0500
11385 Message-ID: <19990309010553.13757.qmail@plover.com>
11386 Branch: maint-5.005/perl
11388 ____________________________________________________________________________
11389 [ 3100] By: gsar on 1999/03/09 23:04:44
11390 Log: change#3060 had the wrong quotes
11393 ____________________________________________________________________________
11394 [ 3099] By: jhi on 1999/03/09 12:52:21
11395 Log: d_uname was broken (probably since _53), reported by
11397 From: Alan Burlison <Alan.Burlison@uk.sun.com>
11398 To: p5p <perl5-porters@perl.org>, Gurusamy Sarathy <gsar@umich.edu>,
11399 cpan-testers@perl.org
11400 Subject: Not OK: perl 5.00556 on sun4-solaris 2.6
11401 Date: Mon, 08 Mar 1999 13:22:31 +0000
11402 Message-ID: <36E3CF17.EA1FEDAA@uk.sun.com>
11406 From: lvirden@cas.org (Larry W. Virden)
11407 To: perlbug@perl.com
11408 Subject: configure not correctly identifying uname posix compatibility
11409 Date: Mon, 8 Mar 1999 06:36:16 -0500 (EST)
11410 Message-Id: <199903081136.GAA23682@cas.org>
11412 ! Configure config_h.SH
11413 ____________________________________________________________________________
11414 [ 3098] By: gsar on 1999/03/09 03:16:07
11415 Log: fix parsing of here documents in C<eval 's/.../<<FOO/e'>
11417 ! op.c perl.h pod/perldelta.pod t/base/lex.t toke.c
11418 ____________________________________________________________________________
11419 [ 3097] By: gsar on 1999/03/09 02:50:43
11420 Log: use yyerror() instead of croak() so that compile-time failures in
11421 my(LIST) don't confuse globals with lexicals
11424 ____________________________________________________________________________
11425 [ 3096] By: gsar on 1999/03/09 02:47:36
11426 Log: adjust testsuite for change#3067
11428 ! t/pragma/warn/1global
11429 ____________________________________________________________________________
11430 [ 3095] By: gsar on 1999/03/08 21:04:48
11431 Log: remove bogus symbols from global.sym
11433 ! Changes embed.h embed.pl embedvar.h global.sym objXSUB.h
11434 ! perl.h win32/makedef.pl
11435 ____________________________________________________________________________
11436 [ 3094] By: jhi on 1999/03/06 16:16:15
11437 Log: From: Mark Kettenis <kettenis@wins.uva.nl>
11440 Date: Sat, 6 Mar 1999 17:15:35 +0100 (CET)
11441 Message-Id: <199903061615.RAA00207@delius.kettenis.nl>
11442 Branch: maint-5.005/perl
11444 ____________________________________________________________________________
11445 [ 3093] By: jhi on 1999/03/06 15:59:46
11446 Log: From: Mark Kettenis <kettenis@wins.uva.nl>
11448 Subject: New Hurd README
11449 Date: Sat, 6 Mar 1999 16:46:12 +0100 (CET)
11450 Message-Id: <199903061601.RAA00185@delius.kettenis.nl>
11451 Branch: maint-5.005/perl
11453 ____________________________________________________________________________
11454 [ 3092] By: jhi on 1999/03/06 12:52:06
11455 Log: From: Paul_Green@stratus.com
11456 To: perl5-porters@perl.org
11457 Cc: jhi@iki.fi, Paul_Green@stratus.com
11458 Subject: [PATCH 5.005_03-MAINT_TRIAL_6]: platform: vos -- updates to VOS port of Perl5
11459 Date: Fri, 5 Mar 1999 18:08:49 -0500
11460 Message-ID: <1D1A4EF7AD4DD211A80D00A0C9D7DB665A035A@exna1.stratus.com>
11461 Branch: maint-5.005/perl
11462 ! vos/config.h vos/config_h.SH_orig
11463 ____________________________________________________________________________
11464 [ 3091] By: jhi on 1999/03/06 12:42:21
11465 Log: From: Dan Sugalski <sugalskd@osshe.edu>
11466 To: perl5-porters@perl.org, vmsperl@perl.org
11467 Subject: [PATCH 5.005_03-MT6]VMS build patch
11468 Date: Fri, 05 Mar 1999 12:36:19 -0800
11469 Message-Id: <3.0.6.32.19990305123619.02d326a0@ous.edu>
11470 Branch: maint-5.005/perl
11471 ! vms/subconfigure.com
11472 ____________________________________________________________________________
11473 [ 3090] By: gsar on 1999/03/06 04:40:03
11474 Log: integrate change#3089 from mainline
11476 tolerate CRs after options
11477 Branch: maint-5.005/perl
11479 ____________________________________________________________________________
11480 [ 3089] By: gsar on 1999/03/06 04:30:40
11481 Log: tolerate CRs after options
11484 ____________________________________________________________________________
11485 [ 3088] By: jhi on 1999/03/05 12:49:01
11486 Log: Integrate from mainperl.
11489 !> MANIFEST ext/Errno/Errno_pm.PL t/lib/io_sock.t
11490 ____________________________________________________________________________
11491 [ 3087] By: gsar on 1999/03/05 06:41:16
11492 Log: adjust timeouts to accomodate slow/busy systems
11495 ____________________________________________________________________________
11496 [ 3083] By: gsar on 1999/03/05 01:32:47
11497 Log: integrate change#3081 from maint-5.005
11499 !> ext/Errno/Errno_pm.PL
11500 ____________________________________________________________________________
11501 [ 3082] By: gsar on 1999/03/05 01:31:06
11502 Log: integrate change#2904 from maint-5.005
11506 ____________________________________________________________________________
11507 [ 3081] By: gsar on 1999/03/05 00:14:33
11508 Log: protect against doubled backslashes
11509 Branch: maint-5.005/perl
11510 ! ext/Errno/Errno_pm.PL
11511 ____________________________________________________________________________
11512 [ 3077] By: jhi on 1999/03/04 08:10:13
11513 Log: Integrate from mainperl.
11515 +> ext/B/B/Stash.pm
11516 !> MANIFEST README.hpux cc_runtime.h config_h.SH ext/B/B/C.pm
11517 !> ext/B/B/CC.pm gv.c lib/File/Compare.pm lib/Test/Harness.pm
11518 !> op.c pod/perldelta.pod pod/perlfunc.pod pod/pod2man.PL
11519 !> t/lib/bigfloatpm.t t/lib/io_sock.t utils/perlcc.PL
11520 ____________________________________________________________________________
11521 [ 3076] By: jhi on 1999/03/04 08:07:59
11522 Log: Regen config_h.SH once more because of *size,
11525 From: Hans Mulder <hansm@icgned.icgroup.nl>
11526 To: Jarkko Hietaniemi <jhi@iki.fi>
11527 Cc: perl5-porters@perl.org
11528 Subject: [PATCH for _56] LONGSIZE used before it is set in config.h
11529 Date: Thu, 4 Mar 99 00:10:45 +0100
11530 Message-Id: <9903032317.AA23021@icgned.icgroup.nl>
11532 ! Configure config_h.SH
11533 ____________________________________________________________________________
11534 [ 3068] By: gsar on 1999/03/04 05:48:03
11535 Log: From: Hans Mulder <hansm@icgned.icgroup.nl>
11536 Date: Thu, 4 Mar 99 00:10:45 +0100
11537 Message-Id: <9903032317.AA23021@icgned.icgroup.nl>
11538 Subject: [PATCH for _56] LONGSIZE used before it is set in config.h
11541 ____________________________________________________________________________
11542 [ 3067] By: gsar on 1999/03/04 05:44:32
11543 Log: exempt $foo::a,$foo::b from warnings only if sort() was seen in package foo
11544 From: Graham Barr <gbarr@ti.com>
11545 Date: Wed, 3 Mar 1999 17:23:56 -0600
11546 Message-ID: <19990303172356.F7442@dal.asp.ti.com>
11547 Subject: Re: 'use strict' doesn't work for one-letter variables
11550 ____________________________________________________________________________
11551 [ 3066] By: gsar on 1999/03/04 05:20:50
11552 Log: updates to compiler modules
11553 From: "Vishal Bhatia" <vishalb@hotmail.com>
11554 Date: Tue, 02 Mar 1999 23:27:25 PST
11555 Message-ID: <19990303072725.779.qmail@hotmail.com>
11556 Subject: PATCH 5.005_56 + Test procedure
11559 ! MANIFEST cc_runtime.h ext/B/B/C.pm ext/B/B/CC.pm
11560 ! lib/Test/Harness.pm utils/perlcc.PL
11561 ____________________________________________________________________________
11562 [ 3065] By: gsar on 1999/03/04 05:03:30
11563 Log: more s/s_/s!/ etc.
11565 ! pod/perldelta.pod pod/perlfunc.pod
11566 ____________________________________________________________________________
11567 [ 3064] By: gsar on 1999/03/04 04:50:45
11568 Log: integrate cfgperl contents into mainline
11570 !> Configure README.vms bytecode.h config_h.SH configure.com
11571 !> ext/B/defsubs.h.PL hints/hpux.sh pod/perldelta.pod
11572 !> pod/perldiag.pod pp.c t/lib/ipc_sysv.t t/op/pack.t thread.h
11573 !> vms/ext/vmsish.pm vms/subconfigure.com vms/vms.c vms/vmsish.h
11574 ____________________________________________________________________________
11575 [ 3063] By: gsar on 1999/03/04 04:44:13
11576 Log: HP-UX has yet another spelling for /NaNQ?/
11578 ! t/lib/bigfloatpm.t
11579 ____________________________________________________________________________
11580 [ 3062] By: gsar on 1999/03/04 04:36:08
11581 Log: error-check for accept() test
11584 ____________________________________________________________________________
11585 [ 3061] By: gsar on 1999/03/04 03:40:25
11586 Log: allow custom comparison function in File::Compare::compare_text()
11587 From: jan.dubois@ibm.net (Jan Dubois)
11588 Date: Fri, 26 Feb 1999 21:56:09 +0100
11589 Message-ID: <36db0838.8805651@smtp1.ibm.net>
11590 Subject: Re: PodParser 1.07 (was: RE: C<stuff()> vs stuff())
11592 ! lib/File/Compare.pm
11593 ____________________________________________________________________________
11594 [ 3060] By: gsar on 1999/03/04 03:37:38
11595 Log: better version of change#3038
11596 From: abigail@fnx.com
11597 Date: Mon, 1 Mar 1999 14:11:36 -0500 (EST)
11598 Message-ID: <19990301191136.5557.qmail@alexandra.wayne.fnx.com>
11599 Subject: Re: [PATCH 5.005_03 TRIAL-5 pod/pod2man.PL] Recognize -> and => inside
11602 ____________________________________________________________________________
11603 [ 3058] By: jhi on 1999/03/03 22:30:40
11604 Log: Configure regen to
11605 (1) match maint-5.005 patches #3056 and #3057
11606 (2) better version of PHOSTNAME of #3050
11607 (3) the crosscompile/multiarch config_h.SH trouble solved for now
11609 ! Configure config_h.SH
11610 ____________________________________________________________________________
11611 [ 3054] By: jhi on 1999/03/03 09:57:59
11612 Log: Change #3053 missed perldelta.
11614 ! pod/perldelta.pod
11615 ____________________________________________________________________________
11616 [ 3053] By: jhi on 1999/03/03 08:29:43
11617 Log: Use '!' to mark native integer packings instead of '_'.
11619 ! pod/perldiag.pod pp.c t/lib/ipc_sysv.t t/op/pack.t
11620 ____________________________________________________________________________
11621 [ 3052] By: jhi on 1999/03/02 23:12:36
11622 Log: The HP-UX threads patch (change #3028) is needed also here.
11624 ! hints/hpux.sh thread.h
11625 ____________________________________________________________________________
11626 [ 3051] By: jhi on 1999/03/02 08:24:52
11627 Log: From: Dan Sugalski <sugalskd@osshe.edu>
11628 To: perl5-porters@perl.org, vmsperl@perl.org
11629 Subject: [PATCH 5.005_0x and 5.005_5x]Minor update to README.VMS
11630 Date: Mon, 01 Mar 1999 16:10:57 -0800
11631 Message-Id: <3.0.6.32.19990301161057.03b1fc00@ous.edu>
11634 Branch: maint-5.005/perl
11636 ____________________________________________________________________________
11637 [ 3050] By: jhi on 1999/03/02 08:22:29
11638 Log: From: Dan Sugalski <sugalskd@osshe.edu>
11639 To: perl5-porters@perl.org, vmsperl@perl.org
11640 Subject: [PATCH5.005_56]Diffs to get 5.005_56 building on VMS
11641 Date: Mon, 01 Mar 1999 16:06:29 -0800
11642 Message-Id: <3.0.6.32.19990301160629.02e09ec0@ous.edu>
11644 From: Dan Sugalski <sugalskd@osshe.edu>
11645 To: perl5-porters@perl.org, vmsperl@perl.org
11646 Subject: [PATCH 5.005_56]vmsish.pm patch
11647 Date: Mon, 01 Mar 1999 20:19:04 -0800
11648 Message-Id: <3.0.6.32.19990301201904.02cff460@ous.edu>
11650 plus Configure regen containing a "solution" to the
11651 crosscompile/multiarch problem.
11653 ! Configure config_h.SH configure.com ext/B/defsubs.h.PL
11654 ! vms/ext/vmsish.pm vms/subconfigure.com vms/vms.c vms/vmsish.h
11655 ____________________________________________________________________________
11656 [ 3049] By: jhi on 1999/03/02 07:34:21
11657 Log: From: Spider Boardman <spider@leggy.zk3.dec.com>
11658 To: perl5-porters@perl.org
11659 Subject: [PATCH] Eliminate (valid) warning in byterun.c
11660 Date: Mon, 01 Mar 1999 17:27:59 -0500
11661 Message-Id: <199903012227.RAA00181@leggy.zk3.dec.com>
11664 Branch: maint-5.005/perl
11666 ____________________________________________________________________________
11667 [ 3048] By: gsar on 1999/03/02 06:41:21
11668 Log: updated HP-UX notes from Jeff Okamoto <okamoto@xfiles.intercon.hp.com>
11670 ! MANIFEST README.hpux
11671 ____________________________________________________________________________
11672 [ 3047] By: jhi on 1999/03/01 06:34:43
11673 Log: Integrate from mainperl.
11675 +> README.hpux lib/File/Spec/Functions.pm
11676 !> (integrate 28 files)
11677 ____________________________________________________________________________
11678 [ 3046] By: gsar on 1999/03/01 05:34:28
11679 Log: this is 5.005_56
11687 ____________________________________________________________________________
11688 [ 3045] By: gsar on 1999/03/01 03:32:30
11689 Log: destroy PL_svref_mutex in perl_destruct()
11692 ____________________________________________________________________________
11693 [ 3044] By: gsar on 1999/03/01 00:38:50
11694 Log: up patchlevel &c.
11696 ! Changes patchlevel.h pod/perlhist.pod win32/Makefile
11697 ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
11698 ! win32/makefile.mk
11699 ____________________________________________________________________________
11700 [ 3043] By: gsar on 1999/03/01 00:14:15
11701 Log: integrate cfgperl contents into mainline
11703 ! pod/perldelta.pod
11704 !> Configure config_h.SH
11705 ____________________________________________________________________________
11706 [ 3042] By: gsar on 1999/02/28 23:55:08
11707 Log: slightly edited version of suggested patch
11708 From: jan.dubois@ibm.net (Jan Dubois)
11709 Date: Mon, 01 Mar 1999 00:32:05 +0100
11710 Message-ID: <36dbcf2c.12325433@smtp1.ibm.net>
11711 Subject: Re: [PATCH 5.005_55] Cleanup of File::Spec module
11713 + lib/File/Spec/Functions.pm
11714 ! MANIFEST lib/File/Spec.pm
11715 ____________________________________________________________________________
11716 [ 3041] By: gsar on 1999/02/28 22:47:19
11717 Log: fix subtle bug in eval'' testsuite
11720 ____________________________________________________________________________
11721 [ 3040] By: gsar on 1999/02/28 22:46:24
11722 Log: avoid literal control characters in change#3039
11725 ____________________________________________________________________________
11726 [ 3039] By: gsar on 1999/02/28 21:47:18
11727 Log: todo item: permit extended control variables a la ${^Foo} (patch
11728 courtesy Mark-Jason Dominus <mjd@plover.com>)
11730 ! op.c pod/perldelta.pod pod/perltodo.pod pod/perlvar.pod
11731 ! t/base/lex.t toke.c
11732 ____________________________________________________________________________
11733 [ 3038] By: gsar on 1999/02/28 21:21:05
11734 Log: From: abigail@fnx.com
11735 Date: Sun, 28 Feb 1999 10:59:16 -0500 (EST)
11736 Message-ID: <19990228155916.14496.qmail@alexandra.wayne.fnx.com>
11737 Subject: Recognize -> and => inside [A-Z]<> sequences.
11740 ____________________________________________________________________________
11741 [ 3037] By: gsar on 1999/02/28 21:12:22
11742 Log: fix longstanding bug: searches for lexicals originating within eval''
11743 weren't stopping at the subroutine boundary correctly
11745 ! op.c proto.h t/op/eval.t
11746 ____________________________________________________________________________
11747 [ 3036] By: gsar on 1999/02/28 20:02:29
11748 Log: revert parts of change#2990 to preserve predictable usage of Win32::Foo()
11749 as stacked list values
11750 From: jan.dubois@ibm.net (Jan Dubois)
11751 Date: Sat, 27 Feb 1999 18:24:17 +0100
11752 Message-ID: <36e22849.36531259@smtp1.ibm.net>
11753 Subject: Re: resend [PATCH 5.005_55] Various win32/win32.c cleanup
11756 ____________________________________________________________________________
11757 [ 3035] By: gsar on 1999/02/28 19:48:54
11758 Log: remove superfluous stack_sp decl
11761 ____________________________________________________________________________
11762 [ 3034] By: gsar on 1999/02/28 19:34:58
11763 Log: s/print STDERR/warn/ suggested by abigail@fnx.com; add $VERSION
11765 ! lib/Getopt/Std.pm
11766 ____________________________________________________________________________
11767 [ 3033] By: gsar on 1999/02/28 19:23:41
11768 Log: add File::Compare::compare_text()
11769 From: jan.dubois@ibm.net (Jan Dubois)
11770 Date: Fri, 26 Feb 1999 00:20:41 +0100
11771 Message-ID: <36dcd8ab.20195659@smtp1.ibm.net>
11772 Subject: Re: PodParser 1.07 (was: RE: C<stuff()> vs stuff())
11774 ! lib/File/Compare.pm pod/perltodo.pod
11775 ____________________________________________________________________________
11776 [ 3032] By: gsar on 1999/02/28 19:01:33
11777 Log: add README.hpux
11780 ! MAINTAIN MANIFEST
11781 ____________________________________________________________________________
11782 [ 3031] By: gsar on 1999/02/28 18:49:08
11783 Log: avoid escaping & et al multiple times (variant of fix suggested by
11784 James Cromie <jcromie@fossil.uswc.uswest.com>
11787 ____________________________________________________________________________
11788 [ 3030] By: gsar on 1999/02/28 18:35:09
11789 Log: From: jan.dubois@ibm.net (Jan Dubois)
11790 Date: Wed, 24 Feb 1999 22:34:56 +0100
11791 Message-ID: <36d86f1e.11495549@smtp1.ibm.net>
11792 Subject: [PATCH 5.005_55] Test::Harness setting $ENV{HARNESS_ACTIVE}
11794 ! lib/Test/Harness.pm
11795 ____________________________________________________________________________
11796 [ 3029] By: gsar on 1999/02/28 18:28:18
11797 Log: add note about env pollution
11799 ! INSTALL pod/perltodo.pod
11800 ____________________________________________________________________________
11801 [ 3028] By: jhi on 1999/02/26 14:40:00
11802 Log: HP-UX 11 threads.
11804 From: Jeff Okamoto <okamoto@xfiles.intercon.hp.com>
11805 To: perl5-porters@perl.org
11807 Subject: Maint 5 and _54 with threading on HP-UX 11.00
11808 Date: Wed, 3 Feb 1999 12:57:18 -0800 (PST)
11809 Message-Id: <199902032057.MAA10218@xfiles.intercon.hp.com>
11811 NOTE from jhi: the hpux hints could still be more robust by
11812 disabling gdbm when necessary.
11814 Currently if there's a libgdbm.sl (gdbm 1.7.3) which is pre-11,
11815 linking -lgdbm -lpthread creates an executable that instantly
11816 core dumps on a pthreads internal panic:
11820 Pthread internal error: message: __libc_reinit() failed, file: ../pthreads/pthread.c, line: 1096
11821 Return Pointer is 0xc082bf33
11822 17639 quit (core dumped) ./gdpt
11824 You don't have to *use* either gdbm or pthreads in the executable,
11825 just linking them together is enough. Workaround is to recompile
11826 the GDBM under HP-UX 11, that makes the problem go away.
11827 Branch: maint-5.005/perl
11828 ! hints/hpux.sh thread.h
11829 ____________________________________________________________________________
11830 [ 3025] By: jhi on 1999/02/25 20:41:07
11831 Log: Temporary workaround for the config_h.SH versus
11832 crosscompile and multiarch plus introduce 'rt'
11833 to $libswanted: in UNIX98 sched_yield() lives there.
11835 ! Configure config_h.SH
11836 ____________________________________________________________________________
11837 [ 3024] By: jhi on 1999/02/24 12:54:59
11838 Log: Integrate from mainperl.
11841 !> (integrate 44 files)
11842 ____________________________________________________________________________
11843 [ 3023] By: gsar on 1999/02/24 07:02:12
11844 Log: integrate cfgperl contents
11846 !> (integrate 30 files)
11847 ____________________________________________________________________________
11848 [ 3022] By: gsar on 1999/02/24 05:59:47
11849 Log: From: Daniel Grisinger <dgris@moiraine.dimensional.com>
11850 Date: 23 Feb 1999 17:53:22 -0700
11851 Message-ID: <m3g17w62rh.fsf@moiraine.dimensional.com>
11852 Subject: [PATCH: _55] perldoc -q broken
11855 ____________________________________________________________________________
11856 [ 3021] By: gsar on 1999/02/24 05:51:53
11857 Log: ansify perlio.c, fix PerlIO-ish typos
11859 ! ext/DynaLoader/dl_beos.xs ext/DynaLoader/dl_cygwin32.xs
11860 ! iperlsys.h perlio.c
11861 ____________________________________________________________________________
11862 [ 3020] By: gsar on 1999/02/24 05:28:06
11863 Log: adjust a Perl_malloc() flag for NeXT
11864 From: Hans Mulder <hansm@icgned.icgroup.nl>
11865 Date: Tue, 23 Feb 99 00:26:25 +0100
11866 Message-Id: <9902222329.AA17516@icgned.icgroup.nl>
11867 Subject: [PATCH for _55] MUTEX_INIT_CALLS_MALLOC no longer necessary
11870 ____________________________________________________________________________
11871 [ 3019] By: gsar on 1999/02/24 05:19:42
11872 Log: perltodo adjustments from Joshua Pritikin <joshua.pritikin@db.com>
11875 ____________________________________________________________________________
11876 [ 3018] By: gsar on 1999/02/24 04:15:18
11877 Log: From: Joshua Pritikin <joshua.pritikin@db.com>
11878 Date: Mon, 22 Feb 1999 11:29:09 -0500 (EST)
11879 Message-ID: <Pine.GSO.4.02.9902221128200.500-100000@eq1062.wks.na.deuba.com>
11880 Subject: improved error message [PATCH _55] [RESEND]
11883 ____________________________________________________________________________
11884 [ 3017] By: gsar on 1999/02/24 03:50:34
11885 Log: From: Tom Christiansen <tchrist@jhereg.perl.com>
11886 Date: Sun, 21 Feb 1999 20:02:18 -0700
11887 Message-Id: <199902220302.UAA09981@jhereg.perl.com>
11888 Subject: perlfunc updates (against 55)
11891 ____________________________________________________________________________
11892 [ 3016] By: gsar on 1999/02/24 03:17:05
11893 Log: testsuite adjustments
11894 From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
11895 Date: Sat, 20 Feb 1999 15:24:57 +0000
11896 Message-Id: <E10EEH3-0003Wf-00@taurus.cus.cam.ac.uk>
11897 Subject: Not quite OK: perl5.005_55 on SunOS 4.1.3 / gcc
11899 ! t/lib/io_sock.t t/op/lex_assign.t
11900 ____________________________________________________________________________
11901 [ 3015] By: gsar on 1999/02/24 02:54:47
11902 Log: avoid modifying readonly values from qw()
11904 ! lib/ExtUtils/MM_Unix.pm
11905 ____________________________________________________________________________
11906 [ 3014] By: gsar on 1999/02/24 02:49:04
11907 Log: more "correct" utbuf for utime()
11910 ____________________________________________________________________________
11911 [ 3013] By: jhi on 1999/02/22 19:27:44
11912 Log: Fix MacPerl version, change PowerUX to PowerMAX.
11914 From: Chris Nandor <pudge@pobox.com>
11916 Cc: perl5-porters@perl.org
11917 Subject: Re: perl current availability as documented by perl.pod
11918 Date: Sun, 21 Feb 1999 11:06:03 -0500
11919 Message-Id: <v04020a07b2f5df60c9e3@[192.168.0.77]>
11921 From: Tom Horsley <Tom.Horsley@mail.ccur.com>
11923 Cc: perl5-porters@perl.org
11924 Subject: Re: perl current availability as documented by perl.pod
11925 Date: Mon, 22 Feb 1999 13:08:30 GMT
11926 Message-Id: <199902221308.NAA19971@cleo.ccur.com>
11929 Branch: maint-5.005/perl
11931 ____________________________________________________________________________
11932 [ 3012] By: jhi on 1999/02/22 10:26:11
11933 Log: Snapshot the cross-compilation/multiarchitecture stuff
11934 (currently broken in next)
11936 ! Configure config_h.SH pp.c
11937 ____________________________________________________________________________
11938 [ 3011] By: jhi on 1999/02/22 10:24:51
11939 Log: From: pmarquess@bfsec.bt.co.uk (Paul Marquess)
11940 To: gsar@activestate.com (Gurusamy Sarathy)
11941 Cc: perl5-porters@perl.org (Perl5 Porters)
11942 Subject: [PATCH 5.005_55] DB_File 1.64 patch
11943 Date: Mon, 22 Feb 1999 10:07:00 +0000 (GMT)
11944 Message-Id: <9902221007.AA17751@claudius.bfsec.bt.co.uk>
11946 ! ext/DB_File/Changes ext/DB_File/DB_File.pm
11947 ! ext/DB_File/DB_File.xs ext/DB_File/typemap t/lib/db-recno.t
11948 ____________________________________________________________________________
11949 [ 3009] By: jhi on 1999/02/22 09:14:26
11950 Log: Scratch #3008 and introduce $crosscompile and $multiarch
11951 also in non-Configure lands.
11953 ! Configure config_h.SH hints/next_3.sh hints/next_3_0.sh
11954 ! hints/next_4.sh vms/subconfigure.com win32/config.bc
11955 ! win32/config.gc win32/config.vc win32/config_H.bc
11956 ! win32/config_H.gc win32/config_H.vc
11957 ____________________________________________________________________________
11958 [ 3008] By: jhi on 1999/02/22 08:58:04
11959 Log: Add -DMULTIARCH (see change #3006).
11961 ! hints/next_3.sh hints/next_3_0.sh hints/next_4.sh
11962 ____________________________________________________________________________
11963 [ 3007] By: jhi on 1999/02/22 08:54:06
11964 Log: Undo the references to local{lib,arch} introduced by #3006.
11966 ! Configure config_h.SH
11967 ____________________________________________________________________________
11968 [ 3006] By: jhi on 1999/02/22 08:43:50
11969 Log: From: hansm@icgned.icgroup.nl
11970 To: perlbug@perl.com
11971 Subject: Not OK: perl 5.00555 on OPENSTEP-Mach-thread 4_2 (UNINSTALLED)
11972 Date: Sun, 21 Feb 1999 22:58:55 +0100
11973 Reply-To: hansmu@xs4all.nl
11974 Message-Id: <9902212201.AA13386@icgned.icgroup.nl>
11976 plus other Configure changes: prepare for cross-compilation/
11977 multiarchitecture builds.
11979 ! Configure config_h.SH
11980 ____________________________________________________________________________
11981 [ 3005] By: jhi on 1999/02/22 08:35:30
11982 Log: Configure/Perl knew how to look for use Mach cthreads
11983 but Configure didn't let them to be used ($osname 'next').
11985 ! Configure config_h.SH
11986 Branch: maint-5.005/perl
11988 ____________________________________________________________________________
11989 [ 3004] By: jhi on 1999/02/21 15:46:02
11990 Log: Update Acorn AVAILABILITY.
11993 Branch: maint-5.005/perl
11995 ____________________________________________________________________________
11996 [ 3003] By: jhi on 1999/02/21 14:50:42
11997 Log: From: rjk@linguist.dartmouth.edu (Ronald J. Kimball)
11998 To: perl5-porters@perl.org (Perl 5 Porters)
11999 Subject: PATCH: perlref.pod - symbolic ref example
12000 Date: Sat, 20 Feb 1999 17:32:11 -0500 (EST)
12001 Message-Id: <199902202232.RAA62306@linguist.dartmouth.edu>
12004 Branch: maint-5.005/perl
12006 ____________________________________________________________________________
12007 [ 3002] By: jhi on 1999/02/21 14:35:22
12008 Log: Sync cfgperl with maint-5.005 change #3000.
12010 ! pod/perlfunc.pod t/op/pack.t
12011 ____________________________________________________________________________
12012 [ 2999] By: gsar on 1999/02/20 22:48:30
12013 Log: From: John Bley <jbb6@acpub.duke.edu>
12014 Date: Sat, 20 Feb 1999 16:02:34 EST
12015 Message-Id: <Pine.SOL.3.91.990220155832.9913A-100000@soc11.acpub.duke.edu>
12016 Subject: [PATCH]5.005_55 (CORE) Sparse intializer in regcomp.c
12019 ____________________________________________________________________________
12020 [ 2998] By: jhi on 1999/02/20 14:13:06
12021 Log: Enhanced the endianness description.
12024 ____________________________________________________________________________
12025 [ 2996] By: jhi on 1999/02/20 13:55:41
12026 Log: Glossary now mostly fixed.
12028 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
12030 ____________________________________________________________________________
12031 [ 2994] By: jhi on 1999/02/20 11:58:33
12032 Log: Perldeltify GNU/Hurd.
12034 ! pod/perldelta.pod
12035 ____________________________________________________________________________
12036 [ 2993] By: gsar on 1999/02/20 00:59:10
12037 Log: fix typo in Perl_sbrk()
12038 From: hansm@icgned.icgroup.nl
12039 Date: Fri, 19 Feb 1999 23:19:31 +0100
12040 Message-Id: <9902192221.AA07213@icgned.icgroup.nl>
12041 Subject: Not OK: perl 5.00555 on OPENSTEP-Mach 4_2 (UNINSTALLED)
12044 ____________________________________________________________________________
12045 [ 2992] By: gsar on 1999/02/20 00:51:08
12046 Log: integrate change#2980 from maint-5.005
12049 ____________________________________________________________________________
12050 [ 2991] By: gsar on 1999/02/20 00:34:01
12051 Log: From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
12052 Date: Thu, 18 Feb 1999 18:51:38 +0000
12053 Message-Id: <199902181851.SAA14018@crypt.compulink.co.uk>
12054 Subject: [PATCH 5.005_55] test failures with MIME-tools-4.122 and perl 5.005_55
12056 ! pp_hot.c t/op/pat.t
12057 ____________________________________________________________________________
12058 [ 2990] By: gsar on 1999/02/20 00:30:48
12059 Log: From: jan.dubois@ibm.net (Jan Dubois)
12060 Date: Thu, 18 Feb 1999 19:14:07 +0100
12061 Message-ID: <36d15809.40853323@smtp1.ibm.net>
12062 Subject: resend [PATCH 5.005_55] Various win32/win32.c cleanup
12065 ____________________________________________________________________________
12066 [ 2989] By: gsar on 1999/02/20 00:27:01
12067 Log: do poll() emulation unless HAS_POLL && I_POLL
12070 ____________________________________________________________________________
12071 [ 2988] By: gsar on 1999/02/19 23:52:12
12072 Log: tweak RE for NaNQ? recognition
12074 ! t/lib/bigfloatpm.t
12075 ____________________________________________________________________________
12076 [ 2987] By: gsar on 1999/02/19 23:29:59
12077 Log: mention C<use utf8> and C<use warning> in perldelta
12079 ! pod/perldelta.pod
12080 ____________________________________________________________________________
12081 [ 2985] By: jhi on 1999/02/19 20:43:19
12082 Log: pack/unpack better in (network-)short-non-16-bits and
12083 (network-)long-non-32-bits systems such as Cray C90.
12085 ! perl.h pp.c t/op/pack.t
12086 ____________________________________________________________________________
12087 [ 2984] By: jhi on 1999/02/19 20:38:54
12088 Log: Regen Configure.
12090 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
12092 ____________________________________________________________________________
12093 [ 2982] By: jhi on 1999/02/19 19:51:49
12094 Log: Configure update: fstatvfs/fstafs/getmntent/hasmntopt were
12097 From: "Kurt D. Starsinic" <kstar@chapin.edu>
12098 To: Chaim Frenkel <chaimf@pobox.com>,
12099 Russ Allbery <rra@stanford.edu>,
12100 Jarkko Hietaniemi <jhi@iki.fi>,
12101 Gurusamy Sarathy <gsar@activestate.com>,
12102 Graham Barr <gbarr@pobox.com>
12103 Cc: bdensch@ameritech.net, perlbug@perl.com
12104 Subject: [PATCH] Re: Solaris 7 for Intel
12105 Message-ID: <19990219124404.A30182@O2.chapin.edu>
12107 Glossary is still missing some terms because
12108 mkglossary is misbehaving (change #2981 updated
12111 ! Configure Makefile.SH Porting/Glossary Porting/config.sh
12113 ____________________________________________________________________________
12114 [ 2980] By: gbarr on 1999/02/19 16:06:53
12115 Log: Make result of h2xs work when user adds C<use strict>
12116 Branch: maint-5.005/perl
12118 ____________________________________________________________________________
12119 [ 2979] By: gsar on 1999/02/19 05:24:29
12120 Log: doc for change#2978
12123 ____________________________________________________________________________
12124 [ 2978] By: gsar on 1999/02/19 05:08:29
12125 Log: bring '*' prototype closer to how it behaves internally
12128 ! MANIFEST lib/Fatal.pm op.c t/comp/proto.t
12129 ____________________________________________________________________________
12130 [ 2977] By: gsar on 1999/02/19 02:50:31
12131 Log: stem leakage of perly.h #defines #ifndef PERL_CORE
12134 ____________________________________________________________________________
12135 [ 2975] By: gsar on 1999/02/18 21:41:57
12136 Log: distinguish eval'' from BEGIN|INIT|END CVs (fixes buggy propagation
12137 of lexical searches in BEGIN|INIT|END)
12139 ! cop.h cv.h op.c perly.c perly.y pp_ctl.c t/op/misc.t
12141 ____________________________________________________________________________
12142 [ 2974] By: gsar on 1999/02/18 21:03:06
12143 Log: missing PERL_POLLUTE_MALLOC
12145 ! ext/SDBM_File/sdbm/sdbm.h
12146 ____________________________________________________________________________
12147 [ 2973] By: gsar on 1999/02/18 17:10:49
12148 Log: From: Andy Dougherty <doughera@lafayette.edu>
12149 Date: Wed, 17 Feb 1999 17:22:50 EST
12150 Message-Id: <Pine.GSU.4.05.9902171720490.17243-100000@newton.phys>
12151 Subject: [PATCH 5.005_xx] dotsh.pl triggers new warnings
12154 ____________________________________________________________________________
12155 [ 2972] By: gsar on 1999/02/18 17:04:12
12156 Log: s/#defined/#define/
12158 ! ext/Data/Dumper/Dumper.xs
12159 ____________________________________________________________________________
12160 [ 2970] By: gsar on 1999/02/18 03:26:43
12161 Log: ensure is data malloc()ed by GDBM is free()d (not Perl_mfree()d)
12163 ! ext/GDBM_File/GDBM_File.pm ext/GDBM_File/GDBM_File.xs
12164 ! ext/GDBM_File/typemap
12165 ____________________________________________________________________________
12166 [ 2969] By: gsar on 1999/02/17 23:30:47
12167 Log: correct slurp mode doc
12169 ! pod/perlfunc.pod pod/perlop.pod
12170 ____________________________________________________________________________
12171 [ 2968] By: jhi on 1999/02/17 23:15:49
12172 Log: Ultrix hints update.
12174 From: Spider Boardman <spider@zk3.dec.com>
12175 To: perlbug@perl.com
12176 Subject: Not OK: perl 5.00555 on RISC-ultrix 4.4 (UNINSTALLED)
12177 Date: Tue, 16 Feb 1999 23:04:28 -0500
12178 Message-Id: <9902170404.AA11036@abyss.zk3.dec.com>
12180 ! hints/ultrix_4.sh
12181 ____________________________________________________________________________
12182 [ 2966] By: jhi on 1999/02/17 23:09:21
12183 Log: Change #2965 wiped out some Sarathy's _55 changes.
12186 ! Configure pp.c t/op/pack.t
12187 ____________________________________________________________________________
12188 [ 2965] By: jhi on 1999/02/17 23:00:04
12189 Log: Configure tweaks.
12191 Fix the Unixware/SCO uname scan:
12193 From: Tom Hughes <thh@cyberscience.com>
12194 To: perlbug@perl.com
12195 Subject: Not OK: perl 5.00555 on i386-svr4 [actually Unixware 2.1] (UNINSTALLED)
12196 Date: 17 Feb 1999 15:34:15 +0000
12197 Message-ID: <yekg185nix4.fsf@elva.cyberscience.com>
12199 AIX syscalls.exp scan: the syscall might be marked 32, 3264, or 64
12201 From: Joe Buehler <jhpb@hekimian.com>
12202 To: perl5-porters@perl.org
12203 Subject: setsid not detected by perl 5.005_02 configure under AIX 4.3
12204 Date: 12 Feb 1999 11:25:21 -0500
12205 Message-ID: <yd3lni3613i.fsf@ganymede.hekimian.com>
12207 Make the pthreads joinable constant scan to output to fd 4, not 2.
12210 ____________________________________________________________________________
12211 [ 2964] By: gsar on 1999/02/17 21:30:07
12212 Log: From: Tom Christiansen <tchrist@jhereg.perl.com>
12213 Date: Wed, 17 Feb 1999 06:53:13 -0700
12214 Message-Id: <199902171353.GAA15682@jhereg.perl.com>
12215 Subject: PATCH: lib/Pod/Functions.pm for perl5.005_55
12217 ! lib/Pod/Functions.pm
12218 ____________________________________________________________________________
12219 [ 2963] By: gsar on 1999/02/17 21:18:21
12220 Log: fix comppad handling for failures in eval 'qr/(?p{...})/'
12221 From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
12222 Date: Wed, 17 Feb 1999 10:06:01 +0000
12223 Message-Id: <199902171006.KAA10204@crypt.compulink.co.uk>
12224 Subject: Re: [5.005_53] panic: pad_free curpad
12226 ! regcomp.c regexec.c t/op/misc.t
12227 ____________________________________________________________________________
12228 [ 2962] By: gsar on 1999/02/16 21:26:28
12231 ! t/lib/bigfloatpm.t
12232 ____________________________________________________________________________
12233 [ 2961] By: jhi on 1999/02/16 19:26:38
12234 Log: Integrate from mainperl.
12236 !> (integrate 37 files)
12237 ____________________________________________________________________________
12238 [ 2960] By: gsar on 1999/02/16 18:04:29
12239 Log: undo change#2465 (qw[] is a real list now)
12242 ____________________________________________________________________________
12243 [ 2959] By: gsar on 1999/02/16 07:09:33
12244 Log: this was 5.005_55
12252 ____________________________________________________________________________
12253 [ 2958] By: gsar on 1999/02/16 06:18:27
12254 Log: integrate change#2852 from maint-5.005; integrate cfgperl contents;
12255 elide dups and non-dependents from Changes
12257 ! Changes pod/perlhist.pod
12258 !> Configure INSTALL README.threads doio.c ext/IPC/SysV/SysV.xs
12259 !> hints/ultrix_4.sh pod/perl.pod pod/perlfunc.pod
12260 !> pod/perlport.pod pp.c t/op/pack.t
12261 ____________________________________________________________________________
12262 [ 2957] By: gsar on 1999/02/16 04:09:47
12263 Log: propagate PERL_VERSION everywhere, add to pod
12265 ! Configure configpm configure.com ext/B/B/C.pm ext/B/byteperl.c
12266 ! ext/DB_File/DB_File.xs ext/Data/Dumper/Dumper.xs ext/IO/IO.xs
12267 ! hints/freebsd.sh hints/os2.sh installman installperl myconfig
12268 ! os2/Makefile.SHs os2/os2.c patchlevel.h perl.c perl.h
12269 ! plan9/genconfig.pl plan9/myconfig.plan9 plan9/versnum
12270 ! pod/perldebug.pod pod/perldelta.pod vms/genconfig.pl
12271 ! vms/myconfig.com vms/subconfigure.com win32/config.bc
12272 ! win32/config.gc win32/config.vc win32/config_sh.PL
12273 ! win32/win32.c x2p/a2py.c
12274 ____________________________________________________________________________
12275 [ 2955] By: jhi on 1999/02/15 16:15:03
12276 Log: The pack tests now better in C90 (after the packnative patches).
12279 ____________________________________________________________________________
12280 [ 2954] By: gsar on 1999/02/15 14:11:50
12281 Log: tweak Configure to follow new PERL_VERSION etc.
12283 ! Configure patchlevel.h pod/perlhist.pod
12284 ____________________________________________________________________________
12285 [ 2953] By: jhi on 1999/02/15 14:02:21
12286 Log: Integrate from mainperl.
12288 !> MANIFEST Porting/makerel
12289 ____________________________________________________________________________
12290 [ 2952] By: jhi on 1999/02/15 13:50:07
12291 Log: Enhance the packnative patch: use the packnative code
12292 only if required. Also added hefty testing (hopefully
12293 I didn't assume too much...). Tested on alpha, ix86, sparc.
12295 ! pod/perlfunc.pod pp.c t/op/pack.t
12296 ____________________________________________________________________________
12297 [ 2951] By: jhi on 1999/02/15 13:46:56
12298 Log: AVAILABILITY from 5.005_03-tobe, will of course
12299 require updating when 5.006 comes out.
12302 ____________________________________________________________________________
12303 [ 2949] By: gsar on 1999/02/15 13:28:51
12304 Log: will this be it for 5.005_55?
12306 ! MANIFEST Porting/makerel
12307 ____________________________________________________________________________
12308 [ 2948] By: jhi on 1999/02/15 13:23:52
12309 Log: Integrate from mainperl.
12311 !> Changes Makefile.SH ext/B/B/C.pm patchlevel.h perl.h
12312 !> pod/perldiag.pod pod/perlembed.pod pod/perlfaq3.pod
12313 !> pod/perlfaq4.pod pod/perlfaq9.pod pod/perlmodinstall.pod
12314 !> pod/perlmodlib.pod pod/perltoc.pod t/io/argv.t
12315 !> t/lib/bigfloatpm.t t/lib/h2ph.t win32/Makefile win32/config.bc
12316 !> win32/config.gc win32/config.vc win32/config_H.bc
12317 !> win32/config_H.gc win32/config_H.vc win32/makefile.mk
12318 ____________________________________________________________________________
12319 [ 2947] By: jhi on 1999/02/15 13:20:41
12320 Log: perlport.pod 1.39 from Chris.
12323 ____________________________________________________________________________
12324 [ 2946] By: jhi on 1999/02/15 13:09:58
12325 Log: Import Ultrix update, change #2864,
12327 From: Spider Boardman <spider@zk3.dec.com>
12328 To: perlbug@perl.com
12329 Subject: Not OK: perl 5.00503 +MAINT_TRIAL_5 on RISC-ultrix 4.4 (UNINSTALLED)
12330 Date: Wed, 10 Feb 1999 23:33:31 -0500
12331 Message-Id: <9902110433.AA12816@abyss.zk3.dec.com>
12333 ! doio.c ext/IPC/SysV/SysV.xs hints/ultrix_4.sh
12334 ____________________________________________________________________________
12335 [ 2945] By: jhi on 1999/02/15 13:04:50
12336 Log: OpenBSD sparc SHMLBA.
12338 ! ext/IPC/SysV/SysV.xs
12339 ____________________________________________________________________________
12340 [ 2944] By: gsar on 1999/02/15 12:09:52
12341 Log: update win32/config* stuff, Changes
12343 ! Changes win32/Makefile win32/config.bc win32/config.gc
12344 ! win32/config.vc win32/config_H.bc win32/config_H.gc
12345 ! win32/config_H.vc win32/makefile.mk
12346 ____________________________________________________________________________
12347 [ 2943] By: gsar on 1999/02/15 11:54:08
12348 Log: #include patchlevel.h by default, provide
12349 PERL_{REVISION,VERSION,SUBVERSION}
12351 ! patchlevel.h perl.h
12352 ____________________________________________________________________________
12353 [ 2942] By: gsar on 1999/02/15 10:26:59
12354 Log: allow /0|NaN/ on some bigfloatpm.t tests for portability; other
12357 ! Makefile.SH t/io/argv.t t/lib/bigfloatpm.t t/lib/h2ph.t
12358 ____________________________________________________________________________
12359 [ 2941] By: gsar on 1999/02/15 10:24:37
12360 Log: broken URLs fixed (from Michael G Schwern <schwern@pobox.com>)
12361 Message-ID: <19990207002851.B9185@toldyouso.com>
12362 Message-ID: <19990207212152.A9765@toldyouso.com>
12363 Message-ID: <19990207212041.A9622@toldyouso.com>
12364 Message-ID: <19990207213127.A10244@toldyouso.com>
12365 Message-ID: <19990207212559.A9950@toldyouso.com>
12366 Message-ID: <19990207212842.A9994@toldyouso.com>
12367 Message-ID: <19990207212500.A9860@toldyouso.com>
12368 Message-ID: <19990207213013.A10105@toldyouso.com>
12370 ! pod/perldiag.pod pod/perlembed.pod pod/perlfaq3.pod
12371 ! pod/perlfaq4.pod pod/perlfaq9.pod pod/perlmodinstall.pod
12372 ! pod/perlmodlib.pod pod/perltoc.pod
12373 ____________________________________________________________________________
12374 [ 2940] By: gsar on 1999/02/15 10:07:08
12375 Log: enable dynaloading in C.pm-compiled programs (non-conflicting part
12376 of suggested patch)
12377 From: "Vishal Bhatia" <vishalb@my-dejanews.com>
12378 Date: Mon, 08 Feb 1999 01:14:41 -0000
12379 Message-ID: <DHIDFFOPMEFDBAAA@my-dejanews.com>
12380 Subject: [PATCH 5.005_54] some pending C.pm stuff
12383 ____________________________________________________________________________
12384 [ 2939] By: jhi on 1999/02/15 08:40:18
12385 Log: Integrate from mainperl.
12387 +> t/lib/bigfloat.t t/lib/bigfloatpm.t
12388 - lib/File/PathConvert.pm
12389 !> (integrate 81 files)
12390 ____________________________________________________________________________
12391 [ 2938] By: gsar on 1999/02/15 06:56:39
12392 Log: change#2839 was bogus, redo
12395 ____________________________________________________________________________
12396 [ 2937] By: gsar on 1999/02/15 06:38:15
12397 Log: support Win32::GetFullPathName() and Win32::SetLastError()
12398 From: jan.dubois@ibm.net (Jan Dubois)
12399 Date: Tue, 09 Feb 1999 22:27:31 +0100
12400 Message-ID: <36c1a2ed.8007554@smtp1.ibm.net>
12401 Subject: [PATCH _54] Win32::GetFullPathName (Re: File::Spec::Win32 and UNCs)
12404 ____________________________________________________________________________
12405 [ 2936] By: gsar on 1999/02/15 06:26:39
12406 Log: support native integers, pack("L_",...) etc. (via private mail)
12407 From: Jarkko Hietaniemi <jhi@iki.fi>
12408 Date: Wed, 10 Feb 1999 00:04:52 +0200 (EET)
12409 Message-Id: <199902092204.AAA29065@alpha.hut.fi>
12410 Subject: the "packnative" patch
12412 ! pod/perldelta.pod pod/perldiag.pod pod/perlfunc.pod pp.c
12413 ! t/lib/ipc_sysv.t t/op/pack.t
12414 ____________________________________________________________________________
12415 [ 2935] By: gsar on 1999/02/15 06:04:02
12416 Log: From: Michael G Schwern <schwern@pobox.com>
12417 Date: Tue, 9 Feb 1999 04:13:12 -0500
12418 Message-ID: <19990209041312.A15788@toldyouso.com>
12419 Subject: [PATCH]5.005_03-MAINT_TRIAL_5 utils/h2xs fixing -A & more
12422 ____________________________________________________________________________
12423 [ 2934] By: gsar on 1999/02/15 05:30:13
12424 Log: fix bugs in the handling of negative numbers, among other things
12425 From: Steven Knight <knight@theopera.baldmt.citilink.com>
12426 Date: Mon, 8 Feb 1999 01:16:24 -0600
12427 Message-Id: <199902080716.BAA24652@theopera.baldmt.citilink.com>
12428 Subject: Math::BigFloat and Math::BigInt
12430 + t/lib/bigfloat.t t/lib/bigfloatpm.t
12431 ! lib/Math/BigFloat.pm lib/Math/BigInt.pm lib/bigfloat.pl
12433 ____________________________________________________________________________
12434 [ 2933] By: gsar on 1999/02/15 04:57:52
12435 Log: From: "J. van Krieken" <John.van.Krieken@ATComputing.nl>
12436 Date: Thu, 4 Feb 1999 17:25:25 +0100 (MET)
12437 Message-Id: <199902041625.RAA14489@atcmpg.ATComputing.nl>
12438 Subject: s2p incorrectly handles hold space commands
12441 ____________________________________________________________________________
12442 [ 2932] By: gsar on 1999/02/15 04:45:55
12443 Log: clarify what a "line" is
12445 ! pod/perlfunc.pod pod/perlvar.pod
12446 ____________________________________________________________________________
12447 [ 2931] By: gsar on 1999/02/15 04:23:29
12448 Log: backout change#2811 and add newer version based on File::Spec
12449 From: Barrie Slaymaker <rbs@telerama.com>
12450 Date: Thu, 11 Feb 1999 16:29:24 -0500
12451 Message-ID: <36C34BB4.A62090E0@telerama.com>
12452 Subject: [PATCH]5.005_54 (pod2html) Relative URLs using new File::Spec
12454 - lib/File/PathConvert.pm
12455 ! MANIFEST installhtml lib/Pod/Html.pm
12456 ____________________________________________________________________________
12457 [ 2930] By: gsar on 1999/02/15 04:16:25
12458 Log: From: Barrie Slaymaker <rbs@telerama.com>
12459 Date: Thu, 11 Feb 1999 19:39:48 -0500
12460 Message-ID: <36C37854.707D139@telerama.com>
12461 Subject: [PATCH] 5.005_54 #2 Merging File::PathConvert in to File::Spec
12463 ! lib/File/Spec/Unix.pm lib/File/Spec/Win32.pm
12464 ____________________________________________________________________________
12465 [ 2929] By: gsar on 1999/02/15 04:06:50
12466 Log: patches suggested by John Bley <jbb6@acpub.duke.edu> (with minor edits)
12467 Date: Wed, 3 Feb 1999 05:24:55 -0500 (EST)
12468 Message-ID: <Pine.SOL.3.91.990203051924.302A-100000@soc11.acpub.duke.edu>
12469 Subject: [PATCH]5.005_54 (DOC) fix many typos
12471 Date: Wed, 3 Feb 1999 08:53:53 -0500 (EST)
12472 Message-ID: <Pine.SOL.3.91.990203085157.895A-100000@soc11.acpub.duke.edu>
12473 Subject: [PATCH]5.005_54 (DOC) typos
12475 ! pod/perl5004delta.pod pod/perl5005delta.pod pod/perlcall.pod
12476 ! pod/perldebug.pod pod/perlfaq1.pod pod/perlfaq2.pod
12477 ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod
12478 ! pod/perlfaq6.pod pod/perlfaq7.pod pod/perlfaq8.pod
12479 ! pod/perlfaq9.pod pod/perlfunc.pod pod/perlguts.pod
12480 ! pod/perllol.pod pod/perlmod.pod pod/perlref.pod
12481 ! pod/perlrun.pod pod/perlsub.pod pod/perltoc.pod
12482 ! pod/perlvar.pod pod/perlxs.pod
12483 ____________________________________________________________________________
12484 [ 2928] By: gsar on 1999/02/15 03:39:53
12485 Log: allow the Carp routines to pass through exception objects
12488 ____________________________________________________________________________
12489 [ 2927] By: gsar on 1999/02/15 03:22:57
12490 Log: mention Proc::Daemon (suggested by Michael G Schwern <schwern@pobox.com>)
12493 ____________________________________________________________________________
12494 [ 2926] By: gsar on 1999/02/15 03:19:39
12495 Log: integrate h2ph.PL fixes from change#2809 (change#2838 was supposed to
12496 have done that, but didn't)
12499 ____________________________________________________________________________
12500 [ 2925] By: gsar on 1999/02/15 03:17:01
12501 Log: integrate cfgperl changes into mainline
12504 !> Configure Porting/Glossary Porting/config.sh Porting/config_H
12505 !> config_h.SH hints/openbsd.sh hints/ultrix_4.sh
12506 !> pod/perlport.pod t/lib/h2ph.pht utils/h2ph.PL
12507 !> vms/subconfigure.com
12508 ____________________________________________________________________________
12509 [ 2924] By: gsar on 1999/02/15 03:07:08
12510 Log: add const qualifier to most char* prototypes, handle ripple effect
12512 ! gv.c hv.c hv.h mg.c op.c perl.c pod/perlguts.pod proto.h sv.c
12513 ! universal.c util.c
12514 ____________________________________________________________________________
12515 [ 2923] By: gsar on 1999/02/15 01:04:30
12516 Log: From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
12517 Date: Thu, 04 Feb 1999 02:37:31 +0000
12518 Message-Id: <199902040237.CAA03255@crypt.compulink.co.uk>
12519 Subject: [PATCH 5.005_54] Re: .. misinterpreted as flipflop
12521 ! pp_ctl.c t/op/range.t
12522 ____________________________________________________________________________
12523 [ 2922] By: gsar on 1999/02/15 00:24:34
12524 Log: From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
12525 Date: Sun, 31 Jan 1999 01:50:06 +0000
12526 Message-Id: <199901310150.BAA16299@crypt.compulink.co.uk>
12527 Subject: [PATCH 5.005_03t4] regexp flags bug
12529 ! regcomp.c t/op/re_tests
12530 ____________________________________________________________________________
12531 [ 2921] By: gsar on 1999/02/15 00:13:02
12532 Log: use New() et al., rather than safemalloc() et al.
12533 From: jan.dubois@ibm.net (Jan Dubois)
12534 Date: Fri, 29 Jan 1999 23:27:22 +0100
12535 Message-ID: <36bd33f2.51029616@smtp1.ibm.net>
12536 Subject: [PATCH _03-MT5] POSIX.xs memory API
12538 ! ext/POSIX/POSIX.xs
12539 ____________________________________________________________________________
12540 [ 2920] By: gsar on 1999/02/15 00:05:33
12541 Log: tweak READ() docs to mention $buffer must be altered by reference
12544 ____________________________________________________________________________
12545 [ 2919] By: gsar on 1999/02/14 23:50:39
12546 Log: applied suggested patch, with several language/readability tweaks
12547 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
12548 Date: Fri, 29 Jan 1999 00:25:02 -0500
12549 Message-ID: <19990129002502.C2898@monk.mps.ohio-state.edu>
12550 Subject: Re: [PATCH 5.005_*] Better parsing docs
12553 ____________________________________________________________________________
12554 [ 2918] By: gsar on 1999/02/14 23:20:42
12555 Log: several bug fixes; now croak()s when date exceeds integer limits (instead
12556 of silently returning bogus values)
12557 From: Peter Chines <pchines@nhgri.nih.gov>
12558 Date: Wed, 27 Jan 1999 16:11:31 -0500
12559 Message-Id: <199901272117.QAA21458@kronos.nhgri.nih.gov>
12560 Subject: Time::Local
12562 ! lib/Time/Local.pm pod/perldelta.pod
12563 ____________________________________________________________________________
12564 [ 2917] By: gsar on 1999/02/14 11:21:43
12565 Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
12566 Date: Thu, 28 Jan 1999 10:02:20 -0500
12567 Message-ID: <19990128100220.A1321@monk.mps.ohio-state.edu>
12568 Subject: Re: [PATCH 5.005_53] Better perldoc
12571 ____________________________________________________________________________
12572 [ 2916] By: gsar on 1999/02/14 10:59:38
12573 Log: back out change#2751, apply updated version
12574 From: jan.dubois@ibm.net (Jan Dubois)
12575 Date: Sat, 06 Feb 1999 01:06:29 +0100
12576 Message-ID: <36bc844c.18763049@smtp1.ibm.net>
12577 Subject: [PATCH] Cleanup of File::Spec module
12579 ! lib/File/Spec.pm lib/File/Spec/Mac.pm lib/File/Spec/OS2.pm
12580 ! lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
12581 ! lib/File/Spec/Win32.pm
12582 ____________________________________________________________________________
12583 [ 2915] By: gsar on 1999/02/14 10:48:01
12584 Log: tweak select() test
12586 ! pod/perlipc.pod t/op/fh.t
12587 ____________________________________________________________________________
12588 [ 2914] By: gsar on 1999/02/14 10:25:55
12589 Log: allow C<select('foo')> to autovivify *foo (SelectSaver expects that)
12591 ! op.c pod/perldiag.pod pp_sys.c t/op/misc.t
12592 ____________________________________________________________________________
12593 [ 2913] By: gsar on 1999/02/14 10:03:51
12594 Log: From: Kenneth Albanowski <kjahds@kjahds.com>
12595 Date: Sat, 23 Jan 1999 21:52:15 -0500 (EST)
12596 Message-ID: <Pine.LNX.3.93.990123212857.446B-100000@kjahds.kjahds.com>
12597 Subject: Re: SvOPV() or SvPV_nolen() or ...
12600 ____________________________________________________________________________
12601 [ 2912] By: gsar on 1999/02/14 09:57:29
12602 Log: provide SvPV_nolen(sv) to avoid use of PL_na
12603 From: jan.dubois@ibm.net (Jan Dubois)
12604 Date: Sun, 24 Jan 1999 02:45:32 +0100
12605 Message-ID: <36bb7ada.68485547@smtp1.ibm.net>
12606 Subject: [PATCH 5.005_54] _54 version of SvPV_nolen patch
12608 ! embed.h global.sym objXSUB.h pod/perlguts.pod proto.h sv.c
12610 ____________________________________________________________________________
12611 [ 2911] By: gsar on 1999/02/14 06:51:05
12612 Log: elide stray effluvium
12614 ! pod/perldelta.pod
12615 ____________________________________________________________________________
12616 [ 2910] By: gsar on 1999/02/14 05:51:56
12617 Log: slurping an empty file should return '' rather than undef, with
12618 commensurate effects on ARGV processing
12620 ! pod/perldelta.pod pod/perlfunc.pod pod/perlop.pod
12621 ! pod/perlvar.pod pp_hot.c sv.h t/io/argv.t
12622 ____________________________________________________________________________
12623 [ 2909] By: gsar on 1999/02/14 00:02:11
12624 Log: perly_c.diff typo
12626 ! perly.c perly_c.diff vms/perly_c.vms
12627 ____________________________________________________________________________
12628 [ 2908] By: gsar on 1999/02/13 18:20:13
12629 Log: From: jan.dubois@ibm.net (Jan Dubois)
12630 Date: Sat, 13 Feb 1999 13:25:53 +0100
12631 Message-Id: <36c9629c.13334874@smtp1.ibm.net>
12632 Subject: [PATCH 5.005_03-MT5] "goto must have label" message for C<goto ''>
12634 ! pod/perlfunc.pod pp_ctl.c t/lib/io_unix.t
12635 ____________________________________________________________________________
12636 [ 2907] By: jhi on 1999/02/13 15:07:26
12637 Log: Integrate from mainperl.
12639 +> emacs/e2ctags.pl pod/perltodo.pod t/op/lop.t
12640 !> (integrate 150 files)
12641 ____________________________________________________________________________
12642 [ 2903] By: gsar on 1999/02/12 13:25:59
12643 Log: From: jan.dubois@ibm.net (Jan Dubois)
12644 Date: Sun, 24 Jan 1999 01:12:00 +0100
12645 Message-ID: <36b66479.62756298@smtp1.ibm.net>
12646 Subject: [PATCH 5.005_54] remove OVERLOAD conditionals
12648 ! XSUB.h dump.c gv.c hv.h mg.c perl.h perlvars.h pp.c pp.h
12649 ! proto.h sv.c sv.h
12650 ____________________________________________________________________________
12651 [ 2902] By: gsar on 1999/02/12 12:55:11
12652 Log: script to generate ctags from etags
12653 From: Colin Kuskie <ckuskie@cadence.com>
12654 Date: Wed, 20 Jan 1999 16:29:35 -0800 (PST)
12655 Message-ID: <Pine.GSO.3.96.990120160519.5755Q-100000@pdxue150.cadence.com>
12656 Subject: [PATCH 5.005_54] adding ctags to the source, FAQ, make
12659 ! Makefile.SH pod/perlfaq3.pod
12660 ____________________________________________________________________________
12661 [ 2901] By: gsar on 1999/02/12 12:40:17
12662 Log: allow boolean assign ops to be lvalues
12663 From: Stephen McCamant <smccam@uclink4.berkeley.edu>
12664 Date: Mon, 11 Jan 1999 16:52:18 -0600 (CST)
12665 Message-ID: <13978.32609.495338.544643@alias-2.pr.mcs.net>
12667 From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
12668 Date: Mon, 18 Jan 1999 10:04:00 +0000
12669 Message-Id: <199901181004.KAA17471@crypt.compulink.co.uk>
12670 Subject: Re: [inconsistency 5.005_54] ||= not an lvalue
12674 ____________________________________________________________________________
12675 [ 2899] By: jhi on 1999/02/12 12:03:48
12676 Log: Configure update: OpenBSD thread-awareness, SCO ODT/OSR osvers.
12678 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
12679 ! config_h.SH hints/openbsd.sh
12680 ____________________________________________________________________________
12681 [ 2898] By: gsar on 1999/02/12 11:49:25
12682 Log: support win32_putenv()
12684 ! mg.c util.c win32/GenCAPI.pl win32/makedef.pl win32/perlhost.h
12685 ! win32/win32.c win32/win32iop.h
12686 ____________________________________________________________________________
12687 [ 2894] By: gsar on 1999/02/12 11:09:27
12688 Log: add missing hunk in change#2657
12691 ____________________________________________________________________________
12692 [ 2893] By: gsar on 1999/02/12 11:00:13
12693 Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
12694 Date: Tue, 19 Jan 1999 20:13:15 -0500
12695 Message-ID: <19990119201315.A21167@monk.mps.ohio-state.edu>
12696 Subject: [PATCH 5.005_53] Remove extraneous sh in test suites
12698 ! t/op/fh.t t/op/misc.t t/op/runlevel.t t/pragma/strict.t
12699 ! t/pragma/subs.t t/pragma/warning.t
12700 ____________________________________________________________________________
12701 [ 2892] By: gsar on 1999/02/12 10:44:38
12702 Log: update change#2670 to later version
12703 From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
12704 Date: Sun, 31 Jan 1999 16:16:14 +0000
12705 Message-Id: <199901311616.QAA17673@crypt.compulink.co.uk>
12706 Subject: Re: [PATCH 5.005_54] Evalled substitution parsing
12708 ! t/op/subst.t toke.c
12709 ____________________________________________________________________________
12710 [ 2891] By: gsar on 1999/02/12 10:31:17
12711 Log: make testsuite somewhat location independent
12714 ____________________________________________________________________________
12715 [ 2890] By: gsar on 1999/02/12 10:00:30
12716 Log: add $AutoLoader::VERSION
12718 ! lib/AutoLoader.pm
12719 ____________________________________________________________________________
12720 [ 2889] By: gsar on 1999/02/12 09:55:48
12721 Log: tweak PERL_STRICT_CR notes
12723 ! pod/perl5005delta.pod
12724 ____________________________________________________________________________
12725 [ 2888] By: gsar on 1999/02/12 09:41:45
12726 Log: add note about test-notty target
12729 ____________________________________________________________________________
12730 [ 2887] By: gsar on 1999/02/12 09:37:37
12731 Log: add perltodo.pod
12734 ! MANIFEST Todo pod/Makefile pod/perl.pod pod/roffitall
12736 ____________________________________________________________________________
12737 [ 2886] By: jhi on 1999/02/12 08:52:14
12738 Log: Integrate from mainperl.
12741 !> (integrate 30 files)
12742 ____________________________________________________________________________
12743 [ 2885] By: gsar on 1999/02/12 08:42:10
12744 Log: note how to find REG_INFTY limit
12747 ____________________________________________________________________________
12748 [ 2884] By: jhi on 1999/02/12 08:36:14
12749 Log: OpenBSD pthreads awareness, thanks to
12750 David Leonard <david.leonard@csee.uq.edu.au>
12751 Branch: maint-5.005/perl
12752 ! Configure hints/openbsd.sh
12753 ____________________________________________________________________________
12754 [ 2882] By: gsar on 1999/02/12 08:05:20
12755 Log: IO is maintained by p5p (per Graham Barr's wishes)
12757 ! MAINTAIN ext/IO/ChangeLog ext/IO/README ext/IO/lib/IO/Dir.pm
12758 ! ext/IO/lib/IO/Pipe.pm ext/IO/lib/IO/Poll.pm
12759 ! ext/IO/lib/IO/Select.pm ext/IO/lib/IO/Socket.pm
12760 ! ext/IO/lib/IO/Socket/INET.pm ext/IO/lib/IO/Socket/UNIX.pm
12761 ____________________________________________________________________________
12762 [ 2881] By: gsar on 1999/02/12 07:57:13
12766 ____________________________________________________________________________
12767 [ 2880] By: gsar on 1999/02/12 07:38:16
12768 Log: PERL5OPT=-T enables taint mode (suggested by Jason Riedy <ejr@cise.ufl.edu>)
12770 ! perl.c pod/perlrun.pod
12771 ____________________________________________________________________________
12772 [ 2879] By: gsar on 1999/02/12 05:39:29
12773 Log: fix ops that are not filehandle constructors to not create GV if it
12774 doesn't already exist (avoids leaks); extend semantics of defined()
12775 so that defined(*{$foo}) works (experimental)
12778 ! MANIFEST embed.h embed.pl objXSUB.h op.c pod/perldiag.pod pp.c
12779 ! pp_hot.c pp_sys.c proto.h t/op/gv.t t/op/misc.t
12780 ____________________________________________________________________________
12781 [ 2877] By: jhi on 1999/02/11 20:44:00
12782 Log: From: Chris Nandor <pudge@pobox.com>
12783 To: perl5-porters@perl.org
12784 Subject: [PATCH] perlport.pod 1.39
12785 Date: Thu, 11 Feb 1999 12:28:35 -0500
12786 Message-Id: <v04020a2db2e8c3177123@[192.168.0.77]>
12789 ____________________________________________________________________________
12790 [ 2870] By: gsar on 1999/02/11 11:17:08
12791 Log: remove double typeglob deref (suggested by RonaldWS <ronaldws@aol.com>)
12793 ! ext/IO/lib/IO/Pipe.pm
12794 ____________________________________________________________________________
12795 [ 2869] By: gsar on 1999/02/11 11:00:56
12796 Log: update win32/pod.mak
12799 ____________________________________________________________________________
12800 [ 2868] By: gsar on 1999/02/11 10:42:44
12801 Log: From: Benjamin Low <b.d.low@unsw.edu.au>
12802 Date: Fri, 08 Jan 1999 14:36:53 +1100
12803 Message-ID: <36957D55.1D65A0B2@unsw.edu.au>
12804 Subject: Re: [Fwd: IO::Socket::connect and blocking]
12806 ! ext/IO/lib/IO/Socket.pm
12807 ____________________________________________________________________________
12808 [ 2867] By: gsar on 1999/02/11 09:43:03
12809 Log: av_extend() doc tweak from Jan Dubois
12812 ____________________________________________________________________________
12813 [ 2866] By: gsar on 1999/02/11 09:27:17
12814 Log: display full pathname of unreadable files
12817 ____________________________________________________________________________
12818 [ 2865] By: gsar on 1999/02/11 09:02:31
12819 Log: missing patch in change#2522
12822 ____________________________________________________________________________
12823 [ 2864] By: jhi on 1999/02/11 08:45:00
12824 Log: From: Spider Boardman <spider@zk3.dec.com>
12825 To: perlbug@perl.com
12826 Subject: Not OK: perl 5.00503 +MAINT_TRIAL_5 on RISC-ultrix 4.4 (UNINSTALLED)
12827 Date: Wed, 10 Feb 1999 23:33:31 -0500
12828 Message-Id: <9902110433.AA12816@abyss.zk3.dec.com>
12829 Branch: maint-5.005/perl
12830 ! doio.c ext/IPC/SysV/SysV.xs hints/ultrix_4.sh
12831 ____________________________________________________________________________
12832 [ 2862] By: gsar on 1999/02/11 08:14:34
12833 Log: integrate changes#2738,2740 from maint-5.005
12835 !> lib/ExtUtils/MakeMaker.pm
12836 ____________________________________________________________________________
12837 [ 2861] By: jhi on 1999/02/11 08:04:25
12838 Log: Integrate from mainperl.
12840 !> Changes perl.h pod/perl5005delta.pod pp_ctl.c t/op/local.t
12841 !> t/op/range.t win32/config.gc
12842 ____________________________________________________________________________
12843 [ 2860] By: gsar on 1999/02/11 07:30:08
12844 Log: binmode() support for cygwin32 (suggested by Steven Morlock
12845 <newspost@morlock.net>)
12848 ____________________________________________________________________________
12849 [ 2859] By: gsar on 1999/02/11 07:14:21
12850 Log: update Changes
12853 !> pod/perl5005delta.pod
12854 ____________________________________________________________________________
12855 [ 2856] By: gsar on 1999/02/11 07:07:39
12856 Log: integrate perldelta changes from maint-5.005
12858 !> pod/perl5005delta.pod
12859 ____________________________________________________________________________
12860 [ 2855] By: gsar on 1999/02/11 06:31:50
12861 Log: applied suggested patch; added tests
12862 From: Adam Krolnik <adamk@gypsy.cyrix.com>
12863 Date: Sat, 12 Dec 98 15:30:18 -0600
12864 Message-Id: <9812122130.AA03717@gypsy.eng.cyrix.com>
12865 Subject: Range operation doesn't handle IV_MAX
12867 ! pp_ctl.c t/op/range.t
12868 ____________________________________________________________________________
12869 [ 2854] By: gsar on 1999/02/11 05:00:55
12870 Log: compatibility fix: magic non-propagation in foreach implicit localization
12872 ! pp_ctl.c t/op/local.t win32/config.gc
12873 ____________________________________________________________________________
12874 [ 2852] By: gsar on 1999/02/10 23:17:49
12875 Log: fair warning about -Dusethreads
12876 Branch: maint-5.005/perl
12877 ! Configure INSTALL README.threads
12878 ____________________________________________________________________________
12879 [ 2847] By: jhi on 1999/02/09 19:13:28
12880 Log: Integrate from mainperl.
12882 !> pod/perldelta.pod pod/perlfunc.pod pod/perlobj.pod
12883 !> pod/perlop.pod pp.c t/op/method.t t/op/pack.t
12884 ____________________________________________________________________________
12885 [ 2846] By: gsar on 1999/02/09 13:53:28
12886 Log: a modified version of suggested patch for pack template 'Z'; added docs
12887 From: "Valeriy E. Ushakov" <uwe@ptc.spbu.ru>
12888 Date: Mon, 16 Jun 1997 03:00:31 +0400 (MSD)
12889 Message-ID: <%lOHpzIuGV@snark.ptc.spbu.ru>
12890 Subject: lack of pack/unpack letter with useful symmetry for C null delimited strings
12892 ! pod/perldelta.pod pod/perlfunc.pod pp.c t/op/pack.t
12893 ____________________________________________________________________________
12894 [ 2845] By: gsar on 1999/02/09 00:03:26
12895 Log: clarify docs for change#2835
12897 ! pod/perldelta.pod pod/perlop.pod
12898 ____________________________________________________________________________
12899 [ 2844] By: gsar on 1999/02/08 23:40:57
12900 Log: addendum to change#2823
12901 From: Stephen McCamant <smccam@uclink4.berkeley.edu>
12902 Date: Sun, 13 Dec 1998 16:06:04 -0800 (PST)
12903 Message-ID: <13940.21805.470054.299@fre-76-120.reshall.berkeley.edu>
12904 Subject: [PATCH] Docs and tests for method-call syntax
12906 ! pod/perlobj.pod t/op/method.t
12907 ____________________________________________________________________________
12908 [ 2843] By: jhi on 1999/02/08 21:06:28
12909 Log: Ultrix mmap tidbit.
12911 ! hints/ultrix_4.sh
12912 ____________________________________________________________________________
12913 [ 2842] By: jhi on 1999/02/08 20:22:55
12914 Log: Integrate from mainperl.
12916 +> t/op/subst_wamp.t
12917 !> (integrate 35 files)
12918 ____________________________________________________________________________
12919 [ 2841] By: jhi on 1999/02/08 18:23:26
12920 Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
12921 To: Mailing list Perl5 <perl5-porters@perl.org>
12922 Subject: [PATCH 5.005_53] s/\ba/./g was over-optimized
12923 Date: Sun, 7 Feb 1999 17:25:22 -0500
12924 Message-ID: <19990207172522.B894@monk.mps.ohio-state.edu>
12927 ! MANIFEST regcomp.c t/op/subst.t
12928 ____________________________________________________________________________
12929 [ 2840] By: jhi on 1999/02/08 18:16:54
12930 Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
12931 To: Mailing list Perl5 <perl5-porters@perl.org>
12932 Subject: [PATCH 5.005_53] Fix list-context //g with zero-length matches
12933 Date: Sun, 7 Feb 1999 17:00:10 -0500
12934 Message-ID: <19990207170009.A894@monk.mps.ohio-state.edu>
12936 ! pp_hot.c t/op/pat.t
12937 ____________________________________________________________________________
12938 [ 2839] By: jhi on 1999/02/08 17:25:30
12939 Log: A require was missing.
12942 ____________________________________________________________________________
12943 [ 2838] By: jhi on 1999/02/08 16:38:41
12944 Log: Bring in the change #2809 (the Configure part has been
12945 modified rather a lot since the #2809, though.)
12947 ! Configure utils/h2ph.PL
12948 ____________________________________________________________________________
12949 [ 2835] By: gsar on 1999/02/08 14:40:23
12950 Log: make qw() into a true list at compile time (slightly modified
12951 variant of patch suggested by Tom Hughes <tom@compton.demon.co.uk>)
12953 ! pod/perldelta.pod pod/perlop.pod pp_hot.c toke.c
12954 ____________________________________________________________________________
12955 [ 2834] By: gsar on 1999/02/08 13:23:16
12956 Log: make safesysmalloc() etc., always available; safemalloc() et al are
12957 now macros that point to the right malloc; fix various places in
12958 sources that need to always use safesysmalloc() et al
12960 ! embed.h embedvar.h global.sym iperlsys.h mg.c objXSUB.h perl.h
12961 ! perl_exp.SH proto.h util.c vms/gen_shrfls.pl win32/makedef.pl
12962 ____________________________________________________________________________
12963 [ 2833] By: gsar on 1999/02/08 10:56:16
12964 Log: remove spurious #endif in last change
12967 ____________________________________________________________________________
12968 [ 2832] By: gsar on 1999/02/08 10:34:55
12969 Log: make EMBEDMYMALLOC the default and provide PERL_POLLUTE_MALLOC to let
12970 them ask for insanity (untested)
12972 ! INSTALL Todo-5.005 ext/SDBM_File/sdbm/sdbm.h hints/machten.sh
12973 ! hints/next_3.sh hints/next_4.sh hints/qnx.sh iperlsys.h
12974 ! malloc.c perl.h pod/perldelta.pod pod/perlguts.pod sv.c
12975 ____________________________________________________________________________
12976 [ 2831] By: jhi on 1999/02/08 08:33:33
12977 Log: Update vms/subconfigure.com along the lines of change #2829.
12979 ! vms/subconfigure.com
12980 ____________________________________________________________________________
12981 [ 2830] By: gsar on 1999/02/08 00:19:46
12982 Log: integrate cfgperl changes into mainline
12984 +> ext/DynaLoader/dl_beos.xs ext/GDBM_File/hints/sco.pl
12985 +> lib/File/PathConvert.pm pod/perlthrtut.pod
12987 !> (integrate 93 files)
12988 ____________________________________________________________________________
12989 [ 2829] By: jhi on 1999/02/07 23:49:46
12990 Log: Configure update.
12992 Probe for mmap() et alia.
12993 The *cc*symbols patch (just Configure, no h2ph).
12995 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
12996 ! config_h.SH perl.h
12997 ____________________________________________________________________________
12998 [ 2828] By: gsar on 1999/02/07 23:38:47
12999 Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
13000 Date: Sun, 7 Feb 1999 17:25:22 -0500
13001 Message-ID: <19990207172522.B894@monk.mps.ohio-state.edu>
13002 Subject: [PATCH 5.005_53] s/\ba/./g was over-optimized
13004 + t/op/subst_amp.t t/op/subst_wamp.t
13005 ! MANIFEST regcomp.c t/op/subst.t
13006 ____________________________________________________________________________
13007 [ 2827] By: gsar on 1999/02/07 23:27:32
13008 Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
13009 Date: Sun, 7 Feb 1999 17:00:10 -0500
13010 Message-ID: <19990207170009.A894@monk.mps.ohio-state.edu>
13011 Subject: [PATCH 5.005_53] Fix list-context //g with zero-length matches
13013 ! pp_hot.c t/op/pat.t
13014 ____________________________________________________________________________
13015 [ 2826] By: gsar on 1999/02/07 23:26:04
13016 Log: patch for change#2822, done right; add PERL_OBJECT stuff; regen headers
13017 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
13018 Date: Sun, 7 Feb 1999 15:07:27 -0500
13019 Message-ID: <19990207150726.A571@monk.mps.ohio-state.edu>
13020 Subject: Re: fixing memory leaks in REx compilation
13022 ! embed.h embed.pl objXSUB.h proto.h regcomp.c regcomp.h
13024 ____________________________________________________________________________
13025 [ 2825] By: jhi on 1999/02/07 18:05:13
13026 Log: Integrate from mainperl.
13028 +> lib/DB.pm t/comp/bproto.t
13029 !> MANIFEST ext/Data/Dumper/Dumper.pm ext/SDBM_File/sdbm/sdbm.c
13030 !> lib/Pod/Html.pm op.c perly.c perly.y perly_c.diff
13031 !> pod/perldelta.pod pod/perlfunc.pod pod/perlop.pod regcomp.h
13032 !> toke.c vms/perly_c.vms
13033 ____________________________________________________________________________
13034 [ 2824] By: gsar on 1999/02/07 14:21:48
13035 Log: tweak doc on bitwise ops
13038 ____________________________________________________________________________
13039 [ 2823] By: gsar on 1999/02/07 13:38:31
13040 Log: applied suggested patch; regen perly* and vms/perly*
13041 From: Stephen McCamant <smccam@uclink4.berkeley.edu>
13042 Date: Sun, 13 Dec 1998 01:10:12 -0800 (PST)
13043 Message-ID: <13939.26706.620683.846776@fre-76-120.reshall.berkeley.edu>
13044 Subject: [PATCH] Re: Suggestion for perlobj man page
13046 ! perly.c perly.y perly_c.diff toke.c vms/perly_c.vms
13047 ____________________________________________________________________________
13048 [ 2822] By: gsar on 1999/02/07 12:39:09
13049 Log: Ilya's idea for cleaning up failed regex allocs (substantive parts
13050 disabled, fails tests)
13053 ____________________________________________________________________________
13054 [ 2821] By: gsar on 1999/02/07 11:09:39
13055 Log: pod2html misinterprets Foo::Bar as a URL (fix suggested by Alexander Barilo
13056 <Alexander.Barilo@aexp.com>)
13059 ____________________________________________________________________________
13060 [ 2820] By: gsar on 1999/02/07 10:20:35
13061 Log: add draft debugging API implementation
13065 ____________________________________________________________________________
13066 [ 2819] By: gsar on 1999/02/07 09:58:45
13067 Log: avoid garbage in db->dirbuf
13068 From: Masahiro KAJIURA <masahiro.kajiura@toshiba.co.jp>
13069 Date: Sat, 05 Dec 1998 14:14:54 +0900
13070 Message-Id: <199812050514.OAA23268@toshiba.co.jp>
13073 ! ext/SDBM_File/sdbm/sdbm.c
13074 ____________________________________________________________________________
13075 [ 2818] By: gsar on 1999/02/07 09:32:24
13079 ____________________________________________________________________________
13080 [ 2817] By: gsar on 1999/02/07 09:30:47
13081 Log: properly prototype check parenthesized unary ops (e.g. defined(&a,&b))
13084 ! op.c pod/perldelta.pod pod/perlfunc.pod pod/perlop.pod
13085 ____________________________________________________________________________
13086 [ 2816] By: gsar on 1999/02/06 00:14:29
13087 Log: minor bug in dumping blessed subrefs
13089 ! ext/Data/Dumper/Dumper.pm
13090 ____________________________________________________________________________
13091 [ 2812] By: jhi on 1999/02/03 22:02:24
13092 Log: Enhance change #2808.
13094 From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
13095 To: perl5-porters@perl.org
13096 Subject: Re: [PATCH 5.00*]: perlbug checklist
13097 Date: Wed, 3 Feb 1999 19:02:27 +0000
13098 Message-Id: <E1087ZD-0005z1-00@taurus.cus.cam.ac.uk>
13101 ____________________________________________________________________________
13102 [ 2811] By: jhi on 1999/02/03 21:53:23
13103 Log: From: Barrie Slaymaker <rbs@telerama.com>
13104 To: perl5-porters@perl.org
13105 CC: pod-people@perl.org
13106 Subject: [PATCH]5.005_54 (pod2html) Generate Relative URLs
13107 Date: Wed, 03 Feb 1999 10:34:18 -0500
13108 Message-ID: <36B86C7A.E99EFFF1@telerama.com>
13110 Add File::PathConvert.pm.
13111 Fix Pod::Html and installhtml to understand relative urls.
13113 + lib/File/PathConvert.pm
13114 ! MANIFEST installhtml lib/Pod/Html.pm
13115 ____________________________________________________________________________
13116 [ 2810] By: jhi on 1999/02/03 20:25:10
13117 Log: From: Francois Desarmenien <desar@club-internet.fr>
13118 To: Mailing list Perl5 <perl5-porters@perl.org>
13119 Subject: [PATCH]5.005_54 (hints) SCO 3/5 hint files and SysV correction
13120 Date: Wed, 03 Feb 1999 13:13:24 +0000
13121 Message-ID: <36B84B74.5EC9B6C8@club-internet.fr>
13123 (note: this patch completely overrides Tom Wolfe's patch,
13126 + ext/GDBM_File/hints/sco.pl
13127 ! MANIFEST ext/IPC/SysV/SysV.xs hints/sco.sh
13128 ____________________________________________________________________________
13129 [ 2809] By: jhi on 1999/02/03 19:54:16
13130 Log: h2ph fixes + Configure patch to support them.
13132 From: "Kurt D. Starsinic" <kstar@chapin.edu>
13133 To: Graham Barr <gbarr@pobox.com>, Jarkko Hietaniemi <jhi@iki.fi>,
13134 Gurusamy Sarathy <gsar@engin.umich.edu>
13135 Cc: perl5-porters@perl.org
13136 Subject: [PATCH 5.00503_MT5] h2ph.PL
13137 Date: Tue, 2 Feb 1999 19:48:06 -0500
13138 Message-ID: <19990202194806.E10647@O2.chapin.edu>
13139 Branch: maint-5.005/perl
13140 ! Configure utils/h2ph.PL
13141 ____________________________________________________________________________
13142 [ 2808] By: jhi on 1999/02/03 16:59:55
13143 Log: Enhance the perlbug checklist.
13146 ____________________________________________________________________________
13147 [ 2807] By: jhi on 1999/02/03 14:01:37
13148 Log: Document the standard strftime %formats.
13150 From: Dominic Dunlop <domo@vo.lu>
13151 To: "Kurt D. Starsinic" <kstar@chapin.edu>, Ben Gertzfield <che@debian.org>
13152 Subject: [PATCH] 5.00[45]*: Re: POSIX's strftime() does not enforce POSIX %C on Solaris
13153 Date: Tue, 2 Feb 1999 15:55:29 +0100
13154 Message-Id: <v0311070cb2dcb3f5f773@[212.24.192.188]>
13156 ! ext/POSIX/POSIX.pod
13157 ____________________________________________________________________________
13158 [ 2806] By: jhi on 1999/02/03 13:58:00
13159 Log: Integrate from mainperl.
13162 ____________________________________________________________________________
13163 [ 2805] By: gsar on 1999/02/03 03:32:31
13164 Log: PL_uuemap[] init needs help for sizeof()
13167 ____________________________________________________________________________
13168 [ 2804] By: jhi on 1999/02/02 20:44:30
13169 Log: These should've been already in #2803.
13171 ! Configure config_h.SH vms/subconfigure.com
13172 ____________________________________________________________________________
13173 [ 2803] By: jhi on 1999/02/02 20:38:45
13174 Log: telldir prototype issue, from mists of time...
13176 ! hints/netbsd.sh pp_sys.c
13177 ____________________________________________________________________________
13178 [ 2801] By: jhi on 1999/02/02 17:40:14
13179 Log: From: John Bley <jbb6@acpub.duke.edu>
13180 To: perlbug@perl.org
13181 Subject: [PATCH]5.005_54 (DOC) fix minor typos
13182 Date: Tue, 2 Feb 1999 07:52:52 -0500 (EST)
13183 Message-ID: <Pine.SOL.3.91.990202075115.23589A-100000@soc11.acpub.duke.edu>
13186 ____________________________________________________________________________
13187 [ 2800] By: jhi on 1999/02/02 17:26:49
13188 Log: Update todo with POSIX 1003.1 1996 Edition reminder.
13191 ____________________________________________________________________________
13192 [ 2799] By: jhi on 1999/02/02 17:18:51
13193 Log: Update FindBin from maint-5.005.
13196 ____________________________________________________________________________
13197 [ 2798] By: jhi on 1999/02/02 17:16:07
13198 Log: Fix typecasts in #2797
13200 From: "G. Del Merritt" <del@intranetics.com>
13201 Date: Fri, 29 Jan 1999 11:47:25 -0700
13202 Message-Id: <199901291847.LAA04828@jhereg.perl.com>
13203 Subject: Not OK: perl 5.00503 +MAINT_TRIAL_5 on MSWin32-x86-object 4.0 (PATCH included)
13205 ! ext/POSIX/POSIX.xs
13206 ____________________________________________________________________________
13207 [ 2797] By: jhi on 1999/02/02 17:14:37
13208 Log: From: Ted Law <tedlaw@cibcwg.com>
13209 Date: Wed, 27 Jan 1999 14:54:03 -0500 (EST)
13210 Message-Id: <199901271954.OAA07391@dcm2.cibcwg.com>
13211 Subject: POSIX::strftime buffer overflow problem
13213 ! ext/POSIX/POSIX.xs
13214 ____________________________________________________________________________
13215 [ 2796] By: jhi on 1999/02/02 17:13:23
13216 Log: Do not use File::Slurp.
13219 ____________________________________________________________________________
13220 [ 2795] By: jhi on 1999/02/02 17:11:48
13221 Log: perlhist update from maint-5.005.
13224 ____________________________________________________________________________
13225 [ 2794] By: jhi on 1999/02/02 17:10:33
13226 Log: POSIX::redef setv?buf() to IO::Handle:: (by gbarr).
13228 ! ext/POSIX/POSIX.pm
13229 ____________________________________________________________________________
13230 [ 2793] By: jhi on 1999/02/02 17:08:39
13231 Log: Missed the html test from change #2787.
13234 ____________________________________________________________________________
13235 [ 2792] By: jhi on 1999/02/02 17:01:24
13236 Log: Update Getopt::Long to 2.19.
13238 ! lib/Getopt/Long.pm
13239 ____________________________________________________________________________
13240 [ 2791] By: jhi on 1999/02/02 16:59:13
13241 Log: overload syntax is no longer experimental
13244 ____________________________________________________________________________
13245 [ 2789] By: jhi on 1999/02/02 16:47:50
13246 Log: Still doc fixes.
13248 ! lib/diagnostics.pm
13249 ____________________________________________________________________________
13250 [ 2788] By: jhi on 1999/02/02 16:47:07
13253 ! lib/CGI.pm lib/diagnostics.pm
13254 ____________________________________________________________________________
13255 [ 2787] By: jhi on 1999/02/02 16:38:55
13256 Log: CGI.pm updated to 2.46 (the CGI docs fixes redone
13259 ! eg/cgi/RunMeFirst eg/cgi/caution.xbm
13260 ! eg/cgi/clickable_image.cgi eg/cgi/cookie.cgi eg/cgi/crash.cgi
13261 ! eg/cgi/customize.cgi eg/cgi/diff_upload.cgi
13262 ! eg/cgi/dna.small.gif.uu eg/cgi/file_upload.cgi
13263 ! eg/cgi/frameset.cgi eg/cgi/index.html
13264 ! eg/cgi/internal_links.cgi eg/cgi/javascript.cgi
13265 ! eg/cgi/monty.cgi eg/cgi/multiple_forms.cgi
13266 ! eg/cgi/nph-clock.cgi eg/cgi/nph-multipart.cgi eg/cgi/popup.cgi
13267 ! eg/cgi/save_state.cgi eg/cgi/tryit.cgi eg/cgi/wilogo.gif.uu
13268 ! lib/CGI.pm lib/CGI/Apache.pm lib/CGI/Carp.pm lib/CGI/Cookie.pm
13269 ! lib/CGI/Fast.pm lib/CGI/Push.pm lib/CGI/Switch.pm
13270 ____________________________________________________________________________
13271 [ 2786] By: jhi on 1999/02/02 16:17:52
13272 Log: Update CPAN to 1.47.
13274 ! lib/CPAN.pm lib/CPAN/FirstTime.pm lib/CPAN/Nox.pm
13275 ____________________________________________________________________________
13276 [ 2785] By: jhi on 1999/02/02 16:09:03
13277 Log: From: Mark-Jason Dominus <mjd@plover.com>
13278 Date: Sat, 16 Jan 1999 17:22:06 -0500
13279 Subject: Re: DOC PATCH (5.005_54 perlsub.pod)
13280 Message-ID: <19990116222206.3674.qmail@plover.com>
13283 ____________________________________________________________________________
13284 [ 2784] By: jhi on 1999/02/02 16:01:31
13285 Log: Fix incorrect "used only once" warnings
13287 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
13288 Date: Fri, 8 Jan 1999 04:37:10 -0500
13289 Message-ID: <19990108043710.A14390@monk.mps.ohio-state.edu>
13290 Subject: Re: change#965 flakiness
13293 ____________________________________________________________________________
13294 [ 2783] By: jhi on 1999/02/02 15:50:38
13295 Log: perldelta updates.
13297 ! pod/perldelta.pod
13298 ____________________________________________________________________________
13299 [ 2782] By: jhi on 1999/02/02 14:28:26
13300 Log: Mirror change #2781.
13303 ____________________________________________________________________________
13304 [ 2781] By: jhi on 1999/02/02 14:27:01
13305 Log: Update the MkLinux note.
13306 Branch: maint-5.005/perl
13308 ____________________________________________________________________________
13309 [ 2780] By: jhi on 1999/02/02 14:10:59
13313 ____________________________________________________________________________
13314 [ 2779] By: jhi on 1999/02/02 14:00:25
13315 Log: Integrate from mainperl.
13317 ! t/lib/textfill.t t/lib/textwrap.t
13318 !> (integrate 32 files)
13319 ____________________________________________________________________________
13320 [ 2778] By: jhi on 1999/02/02 13:56:23
13321 Log: VMS update, applicable parts of
13323 From: Dan Sugalski <sugalskd@osshe.edu>
13324 To: perl5-porters@perl.org
13325 Subject: [PATCH 5.005_03MT3]VMS configure tweak
13326 Date: Wed, 20 Jan 1999 12:05:18 -0800
13327 Message-Id: <3.0.6.32.19990120120518.00a98470@ous.edu>
13329 From: Dan Sugalski <sugalskd@osshe.edu>
13330 To: perlbug@perl.com, vmsperl@perl.org
13331 Subject: NOT OK: perl 5.00503 +MAINT_TRIAL_4 on VMSAXP (Patch included, of course)
13332 Date: Tue, 26 Jan 1999 14:40:38 -0800
13333 Message-Id: <3.0.6.32.19990126144038.02e5d650@ous.edu>
13335 From: Dan Sugalski <sugalskd@osshe.edu>
13336 To: perl5-porters@perl.org, vmsperl@perl.org
13337 Subject: [PATCH 5.005_03-MAILT_TRIAL_4]VMS test patches
13338 Date: Tue, 26 Jan 1999 14:55:29 -0800
13339 Message-Id: <3.0.6.32.19990126145529.02f22280@ous.edu>
13341 ! vms/ext/Stdio/test.pl vms/subconfigure.com
13342 ____________________________________________________________________________
13343 [ 2777] By: jhi on 1999/02/02 13:43:24
13344 Log: Synch usethreads parts from maint-5.005.
13346 ! hints/aix.sh hints/dec_osf.sh hints/dos_djgpp.sh
13347 ! hints/freebsd.sh hints/hpux.sh hints/irix_4.sh hints/irix_5.sh
13348 ! hints/irix_6.sh hints/irix_6_0.sh hints/irix_6_1.sh
13349 ! hints/linux.sh hints/os2.sh hints/solaris_2.sh hints/vmesa.sh
13350 ____________________________________________________________________________
13351 [ 2776] By: jhi on 1999/02/02 13:17:16
13352 Log: Jumbo FreeBSD update from Anton Berezin <tobez@plab.ku.dk>
13354 ! Makefile.SH hints/freebsd.sh
13355 ____________________________________________________________________________
13356 [ 2774] By: jhi on 1999/02/02 13:10:39
13357 Log: Add perlthrtut, update pod/* machinery.
13358 (a pod/Makefile.SH is sorely needed)
13360 + pod/perlthrtut.pod
13361 ! MANIFEST pod/Makefile pod/perl.pod pod/roffitall
13362 ____________________________________________________________________________
13363 [ 2773] By: jhi on 1999/02/02 12:54:24
13364 Log: From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
13365 To: perl5-porters@perl.org
13366 Subject: Re: [PATCH] perl5.005_03-MAINT_TRIAL_3: clarify Sv[INU]V versus Sv[INU]VX in perlguts
13367 Date: Tue, 26 Jan 1999 22:25:07 +0000
13368 Message-Id: <E105Gux-0000Ac-00@taurus.cus.cam.ac.uk>
13371 ____________________________________________________________________________
13372 [ 2771] By: jhi on 1999/02/02 12:47:34
13373 Log: Use perlbug instead of personal email address.
13376 ____________________________________________________________________________
13377 [ 2770] By: jhi on 1999/02/02 12:42:06
13378 Log: Miniperl fails to build (pp_sys.c was changed and iperlsys.h wasn't)
13380 From: "G. Del Merritt" <del@intranetics.com>
13381 To: perlbug@perl.com
13382 Subject: NOT OK: perl 5.00503 +MAINT_TRIAL_4 on MSWin32-x86-object (PATCHES included)
13383 Date: Tue, 26 Jan 1999 12:09:09 -0700
13384 Message-Id: <199901261909.MAA25525@jhereg.perl.com>
13387 ____________________________________________________________________________
13388 [ 2769] By: jhi on 1999/02/02 12:37:57
13389 Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
13390 To: Mailing list Perl5 <perl5-porters@perl.org>
13391 Subject: [PATCH 5.005_*] OS/2 threads
13392 Date: Tue, 26 Jan 1999 13:39:46 -0500
13393 Message-ID: <19990126133946.A11594@monk.mps.ohio-state.edu>
13396 ____________________________________________________________________________
13397 [ 2768] By: jhi on 1999/02/02 12:36:16
13398 Log: Apply change #2711 from maint-5.005:
13400 make ok", "make okfile", and "make nok" were broken
13401 with -Duseshrplib, because of a shared typo.
13403 From: Spider Boardman <spider@web.zk3.dec.com>
13404 To: perlbug@perl.com
13405 Subject: Not OK: perl 5.00503 +MAINT_TRIAL_4 on alpha-dec_osf-thread 5.0 (UNINSTALLED)
13406 Date: Wed, 27 Jan 1999 12:27:15 -0500
13407 Message-Id: <199901271727.MAA233455@web.zk3.dec.com>
13410 ____________________________________________________________________________
13411 [ 2766] By: jhi on 1999/02/02 12:27:08
13412 Log: Make Configure use "int main()" instead of bare "main()".
13413 Like maint-5.005 change #2703 but now via metaconfig.
13416 ____________________________________________________________________________
13417 [ 2765] By: jhi on 1999/02/02 11:59:30
13418 Log: Undo part of change #2562.
13421 ____________________________________________________________________________
13422 [ 2764] By: jhi on 1999/02/02 11:52:39
13423 Log: NetBSD synch with maint-5.005.
13425 ! Makefile.SH hints/netbsd.sh makedepend.SH unixish.h
13426 ____________________________________________________________________________
13427 [ 2763] By: jhi on 1999/02/02 11:44:07
13428 Log: $Config{installusrbinperl}
13429 (maint-5.005 changes #2614 and #2709)
13431 ! Configure installperl
13432 ____________________________________________________________________________
13433 [ 2762] By: jhi on 1999/02/02 11:29:13
13434 Log: Errno update from maint-5.005 (changes #2583, #2710).
13436 ! Configure ext/Errno/Errno_pm.PL
13437 ____________________________________________________________________________
13438 [ 2759] By: jhi on 1999/02/02 10:53:20
13439 Log: Update Trig.pm from maint-5.005.
13442 ____________________________________________________________________________
13443 [ 2757] By: jhi on 1999/02/02 10:41:26
13444 Log: MPE/iX update (mirror maint-5.005 change #2715)
13446 ! hints/mpeix.sh mpeix/relink
13447 ____________________________________________________________________________
13448 [ 2756] By: jhi on 1999/02/02 10:38:08
13449 Log: BeOS update (Mirror maint-5.005 change #2727).
13451 + ext/DynaLoader/dl_beos.xs
13452 ! Configure MANIFEST Makefile.SH README.beos hints/beos.sh
13453 ! lib/ExtUtils/MM_Unix.pm
13454 ____________________________________________________________________________
13455 [ 2754] By: gsar on 1999/02/02 08:52:13
13456 Log: Todo updates from Andy Dougherty <doughera@lafayette.edu>
13458 ! Porting/pumpkin.pod Todo Todo-5.005
13459 ____________________________________________________________________________
13460 [ 2753] By: gsar on 1999/02/02 08:46:21
13464 ____________________________________________________________________________
13465 [ 2752] By: jhi on 1999/02/01 22:15:12
13466 Log: Add perlthrtut.pod.
13468 From: Dan Sugalski <sugalskd@osshe.edu>
13469 To: perl5-porters@perl.org
13470 Subject: perlthrtut.pod
13471 Date: Mon, 01 Feb 1999 10:57:11 -0800
13472 Message-Id: <3.0.6.32.19990201105711.02e62540@ous.edu>
13473 Branch: maint-5.005/perl
13474 + pod/perlthrtut.pod
13475 ! MANIFEST pod/Makefile pod/buildtoc pod/perldelta.pod
13477 ____________________________________________________________________________
13478 [ 2751] By: gsar on 1999/02/01 07:28:05
13479 Log: devnull() support from Jan Dubois <jan.dubois@ibm.net> and others
13481 ! lib/File/Spec/OS2.pm lib/File/Spec/Unix.pm
13482 ! lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm
13483 ____________________________________________________________________________
13484 [ 2750] By: gsar on 1999/02/01 07:09:20
13485 Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
13486 Date: Fri, 4 Dec 1998 01:02:03 -0500 (EST)
13487 Message-Id: <199812040602.BAA07215@monk.mps.ohio-state.edu>
13488 Subject: [PATCH 5.005_53] Debugging REx with lookbehind
13491 ____________________________________________________________________________
13492 [ 2749] By: gsar on 1999/02/01 07:07:59
13493 Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
13494 Date: Fri, 4 Dec 1998 00:05:41 -0500 (EST)
13495 Message-Id: <199812040505.AAA16616@monk.mps.ohio-state.edu>
13496 Subject: [PATCH 5.005_53] Speed up .*? and half-fix UTF lookbehind
13499 ____________________________________________________________________________
13500 [ 2748] By: gsar on 1999/02/01 06:47:06
13501 Log: From: "Jonathan I. Kamens" <jik@kamens.brookline.ma.us>
13502 Date: Thu, 3 Dec 1998 15:10:17 -0500
13503 Message-Id: <199812032010.PAA09692@jik.shore.net>
13504 Subject: sample checksum code in "perlfunc" man page is wrong
13507 ____________________________________________________________________________
13508 [ 2747] By: gsar on 1999/02/01 06:35:13
13509 Log: typos in Pod/Text.pm
13510 From: "Greg Chapman" <glc@well.com>
13511 Date: Tue, 1 Dec 1998 10:50:18 -0800
13512 Message-Id: <199812011849.KAA08816@smtp.well.com>
13513 Subject: Glitch in Pod::Text
13516 ____________________________________________________________________________
13517 [ 2746] By: gsar on 1999/02/01 06:27:35
13518 Log: various win32-ish changes merged from maint-5.005
13520 ! README.win32 embedvar.h globvar.sym lib/ExtUtils/MM_Unix.pm
13521 ! objXSUB.h op.c perl.h perlvars.h pp.c sv.c t/io/fs.t toke.c
13522 ! win32/Makefile win32/config.bc win32/config.vc
13523 ! win32/config_sh.PL win32/makefile.mk win32/runperl.c
13525 ____________________________________________________________________________
13526 [ 2745] By: gsar on 1999/02/01 04:51:54
13527 Log: integrate cfgperl changes into mainline
13529 !> INSTALL hints/aix.sh lib/Time/Local.pm pod/perldelta.pod
13530 ____________________________________________________________________________
13531 [ 2744] By: gsar on 1999/02/01 04:31:09
13532 Log: improved diagnostic on syntax errors at EOL
13535 ____________________________________________________________________________
13536 [ 2743] By: gsar on 1999/02/01 03:59:13
13537 Log: don't attempt connect() to bogus IP addresses
13538 From: Graham Barr <gbarr@pobox.com>
13539 Date: Sun, 31 Jan 1999 21:50:45 CST
13540 Message-Id: <19990131215045.A633@pobox.com>
13542 ! t/lib/io_multihomed.t
13543 ____________________________________________________________________________
13544 [ 2742] By: gsar on 1999/02/01 03:08:58
13545 Log: update Changes
13547 ! Changes pod/perldelta.pod
13548 ____________________________________________________________________________
13549 [ 2740] By: gsar on 1999/02/01 02:43:07
13550 Log: CAPI inheritance tweak and doc
13551 Branch: maint-5.005/perl
13552 ! lib/ExtUtils/MakeMaker.pm
13553 ____________________________________________________________________________
13554 [ 2739] By: jhi on 1999/01/31 18:31:54
13555 Log: Undo changes #2730 and #2731 and replace them
13556 with an extensively tested patch from
13557 Anton Berezin <tobez@plab.ku.dk> (via private email).
13558 Branch: maint-5.005/perl
13559 ! Makefile.SH hints/freebsd.sh
13560 ____________________________________________________________________________
13561 [ 2738] By: gsar on 1999/01/31 05:04:32
13562 Log: fix bogus CAPI inheritance from change#2541
13563 Branch: maint-5.005/perl
13564 ! lib/ExtUtils/MakeMaker.pm
13565 ____________________________________________________________________________
13566 [ 2731] By: jhi on 1999/01/29 14:33:12
13567 Log: FreeBSD version numbers can be like "2.2.8-release".
13568 Branch: maint-5.005/perl
13570 ____________________________________________________________________________
13571 [ 2730] By: jhi on 1999/01/29 12:40:38
13572 Log: FreeBSD hints iteration (hopefully convergent).
13573 usethreads: require at least FreeBSD 2.2.8.
13574 signal type: mirror change #2429 in cfgperl.
13575 Branch: maint-5.005/perl
13577 ____________________________________________________________________________
13578 [ 2727] By: gbarr on 1999/01/29 04:09:57
13579 Log: From: Tom Spindler <dogcow@isi.net>
13580 Date: Thu, 28 Jan 1999 17:15:11 -0800
13581 Message-ID: <19990128171510.A11778@isi.net>
13582 Subject: [PATCH] BeOS dynamic loading support for perl5.005_03_MT4
13583 Branch: maint-5.005/perl
13584 + ext/DynaLoader/dl_beos.xs
13585 ! Configure MANIFEST Makefile.SH README.beos hints/beos.sh
13586 ! lib/ExtUtils/MM_Unix.pm
13587 ____________________________________________________________________________
13588 [ 2726] By: gbarr on 1999/01/29 03:30:51
13589 Log: Remove use of File::Slurp in t/lib/textfill.t
13590 Branch: maint-5.005/perl
13592 ____________________________________________________________________________
13593 [ 2725] By: gbarr on 1999/01/29 03:11:41
13594 Log: From: Gurusamy Sarathy <gsar@ActiveState.com>
13595 Date: Wed, 27 Jan 1999 23:14:33 -0800
13596 Message-Id: <199901280714.XAA10176@activestate.com>
13597 Subject: Re: NOT OK: "@INC contains: ." after make install - MAINT_TRIAL_4 - 5.005_03 maintenance trial 4 MSWin32-x86-object
13598 Branch: maint-5.005/perl
13599 ! win32/Makefile win32/makefile.mk
13600 ____________________________________________________________________________
13601 [ 2720] By: gsar on 1999/01/27 21:54:42
13602 Log: missing space while munging CCFLAGS for PERL_CAPI
13604 ! lib/ExtUtils/MM_Unix.pm
13605 ____________________________________________________________________________
13606 [ 2718] By: jhi on 1999/01/27 19:46:04
13607 Log: io/fs.t fails test #18 (sense of tests appears to have been
13608 changed incompletely; this patch just skips the test attached,
13609 a la test #17 preceding it).
13611 From: "G. Del Merritt" <del@intranetics.com>
13612 To: perlbug@perl.com
13613 Subject: NOT OK: perl 5.00503 +MAINT_TRIAL_4 on MSWin32-x86-object (PATCHES included)
13614 Date: Tue, 26 Jan 1999 12:09:09 -0700
13615 Message-Id: <199901261909.MAA25525@jhereg.perl.com>
13616 Branch: maint-5.005/perl
13618 ____________________________________________________________________________
13619 [ 2717] By: jhi on 1999/01/27 19:44:46
13620 Log: Miniperl fails to build (pp_sys.c was changed and iperlsys.h wasn't)
13622 From: "G. Del Merritt" <del@intranetics.com>
13623 To: perlbug@perl.com
13624 Subject: NOT OK: perl 5.00503 +MAINT_TRIAL_4 on MSWin32-x86-object (PATCHES included)
13625 Date: Tue, 26 Jan 1999 12:09:09 -0700
13626 Message-Id: <199901261909.MAA25525@jhereg.perl.com>
13627 Branch: maint-5.005/perl
13629 ____________________________________________________________________________
13630 [ 2715] By: jhi on 1999/01/27 19:34:28
13631 Log: From: Mark Bixby <markb@spock.dis.cccd.edu>
13632 To: perl5-porters@perl.org
13633 Subject: [PATCH perl5.005_03-MAINT_TRIAL_4] MPE port tweaks
13634 Date: Tue, 26 Jan 1999 16:32:18 -0800 (PST)
13635 Message-Id: <199901270032.QAA13395@spock.dis.cccd.edu>
13636 Branch: maint-5.005/perl
13637 ! hints/mpeix.sh mpeix/relink
13638 ____________________________________________________________________________
13639 [ 2710] By: jhi on 1999/01/27 19:22:23
13642 From: Spider Boardman <spider@web.zk3.dec.com>
13643 To: perlbug@perl.com
13644 Subject: Not OK: perl 5.00503 +MAINT_TRIAL_4 on alpha-dec_osf-thread 5.0 (UNINSTALLED)
13645 Date: Wed, 27 Jan 1999 12:27:15 -0500
13646 Message-Id: <199901271727.MAA233455@web.zk3.dec.com>
13648 From: Spider Boardman <spider@web.zk3.dec.com>
13649 To: perlbug@perl.com
13650 Subject: Not OK: perl 5.00503 +MAINT_TRIAL_4 on alpha-dec_osf-thread 5.0 (UNINSTALLED)
13651 Date: Wed, 27 Jan 1999 13:31:16 -0500
13652 Message-Id: <199901271831.NAA241001@web.zk3.dec.com>
13653 Branch: maint-5.005/perl
13654 ! Configure ext/Errno/Errno_pm.PL
13655 ____________________________________________________________________________
13656 [ 2709] By: jhi on 1999/01/27 19:17:35
13657 Log: Fix Configure installusrbinperl:
13659 From: Spider Boardman <spider@web.zk3.dec.com>
13661 cc: perl5-porters@perl.org
13662 Subject: Re: Not OK: perl 5.00503 +MAINT_TRIAL_4 on alpha-dec_osf-thread 5.0 (UNINSTALLED)
13663 Date: Wed, 27 Jan 1999 13:03:35 -0500
13664 Message-Id: <199901271803.NAA238257@web.zk3.dec.com>
13665 Branch: maint-5.005/perl
13667 ____________________________________________________________________________
13668 [ 2707] By: gbarr on 1999/01/26 02:06:17
13669 Log: Add redef IO::Handle::* for setv?buf()
13670 Branch: maint-5.005/perl
13671 ! ext/POSIX/POSIX.pm
13672 ____________________________________________________________________________
13673 [ 2705] By: jhi on 1999/01/24 15:14:30
13674 Log: Mention year-1900 and month 0..11.
13676 ! lib/Time/Local.pm
13677 ____________________________________________________________________________
13678 [ 2704] By: jhi on 1999/01/24 15:13:36
13679 Log: Document Configure -Uinstallusrbinperl.
13681 ! INSTALL pod/perldelta.pod
13682 ____________________________________________________________________________
13683 [ 2698] By: jhi on 1999/01/24 12:46:00
13684 Log: Use only xlc_r for usethreads.
13687 ____________________________________________________________________________
13688 [ 2695] By: gsar on 1999/01/24 07:09:05
13689 Log: integrate cfgperl changes into mainline
13691 +> lib/Exporter/Heavy.pm
13692 !> (integrate 65 files)
13693 ____________________________________________________________________________
13694 [ 2694] By: gsar on 1999/01/24 01:28:49
13695 Log: better notes on 'make' on win32
13698 ____________________________________________________________________________
13699 [ 2683] By: jhi on 1999/01/22 15:41:00
13700 Log: More de-cut-and-pastos.
13702 ! hints/irix_6.sh hints/os2.sh
13703 ____________________________________________________________________________
13704 [ 2682] By: jhi on 1999/01/22 15:30:51
13705 Log: usethreads.cbu cut-and-pasto.
13707 ! hints/solaris_2.sh
13708 ____________________________________________________________________________
13709 [ 2681] By: jhi on 1999/01/22 14:54:55
13710 Log: Better (I hope) LANGUAGE documentation.
13712 ! pod/perllocale.pod
13713 ____________________________________________________________________________
13714 [ 2680] By: jhi on 1999/01/22 09:20:29
13715 Log: From: Dan Sugalski <sugalskd@osshe.edu>
13716 To: perl5-porters@perl.org
13717 Subject: [PATCH 5.005_03MT3]VMS configure tweak
13718 Date: Wed, 20 Jan 1999 12:05:18 -0800
13719 Message-Id: <3.0.6.32.19990120120518.00a98470@ous.edu>
13721 ! vms/subconfigure.com
13722 ____________________________________________________________________________
13723 [ 2679] By: jhi on 1999/01/22 09:13:18
13724 Log: nosuid getmntent() branch.
13727 ____________________________________________________________________________
13728 [ 2678] By: jhi on 1999/01/22 08:54:19
13729 Log: nosuid patch continued: *BSD needs <sys/param.h>.
13731 ! Configure config_h.SH
13732 ____________________________________________________________________________
13733 [ 2676] By: gbarr on 1999/01/22 01:54:02
13734 Log: Fixup FindBin to use File::Spec
13736 Message-Id: <19990120185157.D24479@west-tip.transeda.com>
13737 Date: Wed, 20 Jan 1999 18:51:57 +0000
13738 From: Paul Johnson <pjcj@transeda.com>
13739 Subject: Re: [PATCH] 5005_54 Make FindBin work with UNC paths
13740 Branch: maint-5.005/perl
13742 ____________________________________________________________________________
13743 [ 2671] By: gbarr on 1999/01/22 00:40:13
13744 Log: Fix win32 for Borland compiler and spaces in paths
13746 From: Gurusamy Sarathy <gsar@activestate.com>
13747 Date: Mon, 18 Jan 1999 20:33:17 -0800
13748 Message-Id: <199901190433.UAA03656@activestate.com>
13749 Subject: [PATCH] 5.005_03-trial3 win32 issues
13750 Branch: maint-5.005/perl
13751 ! README.win32 win32/Makefile win32/config_sh.PL
13752 ! win32/makefile.mk win32/runperl.c
13753 ____________________________________________________________________________
13754 [ 2670] By: jhi on 1999/01/21 16:12:38
13755 Log: From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
13756 To: perl5-porters@perl.org
13757 Subject: Re: [PATCH 5.005_54] Evalled substitution parsing
13758 Date: Thu, 21 Jan 1999 12:08:01 +0000
13759 Message-Id: <199901211208.MAA01228@crypt.compulink.co.uk>
13761 ! pod/perldiag.pod t/op/subst.t toke.c
13762 ____________________________________________________________________________
13763 [ 2669] By: jhi on 1999/01/21 16:11:46
13764 Log: To: perl5-porters@perl.org
13765 Subject: [PATCH 5.005_54] hints/freebsd.sh - reflect the birth of version 4.0
13766 From: Anton Berezin <tobez@plab.ku.dk>
13767 Date: 21 Jan 1999 17:07:28 +0100
13768 Message-ID: <86emood2yn.fsf@lion.plab.ku.dk>
13771 ____________________________________________________________________________
13772 [ 2668] By: jhi on 1999/01/21 15:38:34
13773 Log: Add Daniel Grisinger <dgris@dimensional.com>.
13776 ____________________________________________________________________________
13777 [ 2667] By: jhi on 1999/01/21 15:32:28
13778 Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
13779 To: Mailing list Perl5 <perl5-porters@perl.org>
13780 Subject: [PATCH 5.005_53] Lean Exporter.pm
13781 Date: Thu, 21 Jan 1999 03:25:23 -0500
13782 Message-ID: <19990121032523.A25704@monk.mps.ohio-state.edu>
13784 + lib/Exporter/Heavy.pm
13785 ! MANIFEST lib/Exporter.pm
13786 ____________________________________________________________________________
13787 [ 2666] By: jhi on 1999/01/21 15:24:10
13788 Log: From: "W. Phillip Moore" <wpm@ms.com>
13789 To: Graham Barr <gbarr@ti.com>, perlbug@perl.org
13790 Subject: Re: [PATCH] File::Path 1.04 bug (all perl5 core versions)
13791 Date: Tue, 19 Jan 1999 11:39:11 -0500 (EST)
13792 Message-ID: <13988.46383.298992.97303@zappa>
13795 ____________________________________________________________________________
13796 [ 2665] By: jhi on 1999/01/21 15:20:48
13797 Log: CPAN update (CPAN-1.44_54) from Andreas and
13798 jumbo doc patch from Abigail.
13800 From: abigail@fnx.com
13801 To: perl5-porters@perl.org (Perl Porters)
13802 Subject: [PATCH 5.005_03 TRIAL 3 lib/AutoLoader.pm] Typos
13803 Date: Tue, 19 Jan 1999 19:14:10 -0500 (EST)
13804 Message-ID: <19990120001410.19645.qmail@alexandra.wayne.fnx.com>
13806 From: abigail@fnx.com
13807 To: perl5-porters@perl.org (Perl Porters)
13808 Subject: [PATCH 5.005_03 TRIAL3 lib/CGI.pm] Typos
13809 Date: Tue, 19 Jan 1999 19:32:42 -0500 (EST)
13810 Message-ID: <19990120003242.19938.qmail@alexandra.wayne.fnx.com>
13812 From: abigail@fnx.com
13813 To: perl5-porters@perl.org (Perl Porters)
13814 Subject: [PATCH 5.005_03 TRIAL3 lib/CPAN.pm] Typos
13815 Date: Tue, 19 Jan 1999 19:40:41 -0500 (EST)
13816 Message-ID: <19990120004041.20052.qmail@alexandra.wayne.fnx.com>
13818 From: abigail@fnx.com
13819 To: perl5-porters@perl.org (Perl Porters)
13820 Subject: [PATCH 5.005_03 TRIAL3 lib/Carp.pm] Typo
13821 Date: Tue, 19 Jan 1999 19:43:12 -0500 (EST)
13822 Message-ID: <19990120004312.20152.qmail@alexandra.wayne.fnx.com>
13824 From: abigail@fnx.com
13825 To: perl5-porters@perl.org (Perl Porters)
13826 Subject: [PATCH 5.005_03 TRIAL3 lib/Cwd.pm] Typo
13827 Date: Tue, 19 Jan 1999 19:44:29 -0500 (EST)
13828 Message-ID: <19990120004429.20190.qmail@alexandra.wayne.fnx.com>
13830 From: abigail@fnx.com
13831 To: perl5-porters@perl.org (Perl Porters)
13832 Subject: [PATCH 5.005_03 TRIAL3 lib/Safe.pm] Typo
13833 Date: Tue, 19 Jan 1999 19:52:41 -0500 (EST)
13834 Message-ID: <19990120005241.20693.qmail@alexandra.wayne.fnx.com>
13836 From: abigail@fnx.com
13837 To: perl5-porters@perl.org (Perl Porters)
13838 Subject: [PATCH 5.005_03 TRIAL3 lib/SelfLoader.pm] Typos
13839 Date: Tue, 19 Jan 1999 19:55:25 -0500 (EST)
13840 Message-ID: <19990120005525.20788.qmail@alexandra.wayne.fnx.com>
13842 From: abigail@fnx.com
13843 To: perl5-porters@perl.org (Perl Porters)
13844 Subject: [PATCH 5.005_03 TRIAL3 lib/Symbol.pm] Typo
13845 Date: Tue, 19 Jan 1999 19:58:21 -0500 (EST)
13846 Message-ID: <19990120005821.20926.qmail@alexandra.wayne.fnx.com>
13848 From: abigail@fnx.com
13849 To: perl5-porters@perl.org (Perl Porters)
13850 Subject: [PATCH 5.005_03 TRIAL3 lib/Test.pm] Typo
13851 Date: Tue, 19 Jan 1999 20:00:02 -0500 (EST)
13852 Message-ID: <19990120010002.20973.qmail@alexandra.wayne.fnx.com>
13854 From: abigail@fnx.com
13855 To: perl5-porters@perl.org (Perl Porters)
13856 Subject: [PATCH 5.005_03 TRIAL3 lib/ops.pm] Typo
13857 Date: Tue, 19 Jan 1999 20:39:09 -0500 (EST)
13858 Message-ID: <19990120013909.23085.qmail@alexandra.wayne.fnx.com>
13860 From: abigail@fnx.com
13861 To: perl5-porters@perl.org (Perl Porters)
13862 Subject: [PATCH 5.005_03 TRIAL3 lib/diagnostics.pm] Typos (ignore previous patch for this file...)
13863 Date: Tue, 19 Jan 1999 20:38:23 -0500 (EST)
13864 Message-ID: <19990120013823.23015.qmail@alexandra.wayne.fnx.com>
13866 From: abigail@fnx.com
13867 To: perl5-porters@perl.org (Perl Porters)
13868 Subject: [PATCH 5.005_03 TRIAL3 lib/overload.pm] Typos
13869 Date: Tue, 19 Jan 1999 20:58:16 -0500 (EST)
13870 Message-ID: <19990120015817.24306.qmail@alexandra.wayne.fnx.com>
13872 From: abigail@fnx.com
13873 To: perl5-porters@perl.org (Perl Porters)
13874 Subject: [PATCH 5.005_03 TRIAL3 lib/re.pm] Typos
13875 Date: Tue, 19 Jan 1999 21:03:26 -0500 (EST)
13876 Message-ID: <19990120020326.24373.qmail@alexandra.wayne.fnx.com>
13878 ! ext/Opcode/Safe.pm ext/Opcode/ops.pm lib/AutoLoader.pm
13879 ! lib/CGI.pm lib/CPAN.pm lib/CPAN/FirstTime.pm lib/CPAN/Nox.pm
13880 ! lib/Carp.pm lib/Cwd.pm lib/SelfLoader.pm lib/Symbol.pm
13881 ! lib/Test.pm lib/diagnostics.pm lib/fields.pm lib/overload.pm
13882 ____________________________________________________________________________
13883 [ 2664] By: jhi on 1999/01/21 14:47:43
13884 Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
13885 To: Mailing list Perl5 <perl5-porters@perl.org>
13886 Subject: [PATCH 5.005_*] OS2::PrfDB was exploiting a bug in U32 XSUBs
13887 Date: Thu, 21 Jan 1999 03:58:29 -0500
13888 Message-ID: <19990121035829.A25822@monk.mps.ohio-state.edu>
13890 ! os2/Changes os2/OS2/PrfDB/PrfDB.xs
13891 ____________________________________________________________________________
13892 [ 2663] By: jhi on 1999/01/21 14:43:58
13893 Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
13894 To: Mailing list Perl5 <perl5-porters@perl.org>
13895 Subject: [PATCH 5.005_*] Errno.pm suffers from \\ too
13896 Date: Thu, 21 Jan 1999 02:46:34 -0500
13897 Message-ID: <19990121024634.A25600@monk.mps.ohio-state.edu>
13899 ! ext/Errno/Errno_pm.PL
13900 ____________________________________________________________________________
13901 [ 2662] By: jhi on 1999/01/21 14:42:42
13902 Log: From: Daniel Grisinger <dgris@moiraine.dimensional.com>
13903 To: Francois Desarmenien <desar@club-internet.fr>
13904 Cc: Gurusamy Sarathy <gsar@activestate.com>,
13905 Mailing list Perl5 <perl5-porters@perl.org>, bugmongers@perl.org
13906 Subject: [PATCH] patching.pod, misc fixes (was Re: Which ? What ? Why ? When ?)
13907 Date: 21 Jan 1999 00:17:35 -0700
13908 Message-ID: <m31zkpqels.fsf_-_@moiraine.dimensional.com>
13910 ! Porting/patching.pod
13911 ____________________________________________________________________________
13912 [ 2661] By: jhi on 1999/01/21 14:41:13
13913 Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
13914 To: Mailing list Perl5 <perl5-porters@perl.org>
13915 Subject: [PATCH 5.00*] makedepend
13916 Date: Thu, 21 Jan 1999 02:08:27 -0500
13917 Message-ID: <19990121020827.A25509@monk.mps.ohio-state.edu>
13920 ____________________________________________________________________________
13921 [ 2660] By: jhi on 1999/01/21 14:36:45
13922 Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
13923 To: Mailing list Perl5 <perl5-porters@perl.org>
13924 Subject: [PATCH 5.005_53] Pipes and 2>&1 on OS/2
13925 Date: Tue, 19 Jan 1999 20:06:45 -0500
13926 Message-ID: <19990119200645.A21154@monk.mps.ohio-state.edu>
13928 ! os2/Changes os2/os2.c
13929 ____________________________________________________________________________
13930 [ 2657] By: jhi on 1999/01/21 11:40:35
13931 Log: From: "Vishal Bhatia" <vishalb@hotmail.com>
13932 To: perl5-porters@perl.org
13933 Subject: [PATCH 5.005_54]pp_mapstart & pp_grepstart return val (CC.pm)
13934 Date: Mon, 18 Jan 1999 01:32:31 PST
13935 Message-ID: <19990118093231.18443.qmail@hotmail.com>
13938 ____________________________________________________________________________
13939 [ 2656] By: jhi on 1999/01/21 11:35:34
13940 Log: From: Achim Bohnet <ach@mpe.mpg.de>
13941 Subject: [PATCH] Not OK: perl 5.00503 +MAINT_TRIAL_3 on alpha-dec_osf 4.0 (UNINSTALLED)
13942 Date: Wed, 20 Jan 1999 20:25:53 +0100
13943 Message-Id: <199901201925.UAA16940@o06.xray.mpe.mpg.de>
13946 ____________________________________________________________________________
13947 [ 2655] By: jhi on 1999/01/21 10:46:01
13948 Log: Handle NIS (and NetInfo) more robustly.
13950 ! t/op/grent.t t/op/pwent.t
13951 ____________________________________________________________________________
13952 [ 2654] By: jhi on 1999/01/21 10:17:20
13953 Log: Two-argument eaccess() of SCO.
13956 ____________________________________________________________________________
13957 [ 2653] By: jhi on 1999/01/21 08:53:14
13958 Log: -DNO_NOSUID_CHECK for those platforms which have no way
13959 of checking for nosuid but still want suidperl.
13962 ____________________________________________________________________________
13963 [ 2652] By: jhi on 1999/01/21 08:22:50
13964 Log: The LANGUAGE mirrors LC_ALL usage.
13966 ! Configure config_h.SH
13967 ____________________________________________________________________________
13968 [ 2651] By: jhi on 1999/01/20 22:01:21
13969 Log: I_MNTENT was missing.
13971 ! Configure config_h.SH
13972 ____________________________________________________________________________
13973 [ 2650] By: jhi on 1999/01/19 13:42:03
13974 Log: NetBSD update, based on patches from the NetBSD packages system.
13976 ! Makefile.SH hints/netbsd.sh makedepend.SH unixish.h
13977 ____________________________________________________________________________
13978 [ 2649] By: jhi on 1999/01/19 12:44:02
13979 Log: Jumbo Configure update.
13980 * -Uinstallusrbinperl: disable /usr/bin/perl installation
13986 ! Configure config_h.SH hints/aix.sh hints/dec_osf.sh
13987 ! hints/dos_djgpp.sh hints/freebsd.sh hints/hpux.sh
13988 ! hints/irix_4.sh hints/irix_5.sh hints/irix_6.sh
13989 ! hints/irix_6_0.sh hints/irix_6_1.sh hints/linux.sh
13990 ! hints/os2.sh hints/solaris_2.sh hints/vmesa.sh perl.c perl.h
13992 ____________________________________________________________________________
13993 [ 2648] By: jhi on 1999/01/19 09:16:44
13994 Log: Mention /usr/share/locale.
13996 ! pod/perllocale.pod
13997 ____________________________________________________________________________
13998 [ 2647] By: jhi on 1999/01/19 09:11:11
13999 Log: SHMLBA strikes back in NetBSD/sparc.
14001 From: Dave Nelson <David.Nelson@bellcow.com>
14003 Subject: perl5.005_02 + IPC::SysV + NetBSD/Sparc
14004 Date: Mon, 18 Jan 1999 22:07:56 -0600
14005 Message-Id: <199901190407.WAA02543@longhorn.bellcow.com>
14007 ! ext/IPC/SysV/SysV.xs
14008 ____________________________________________________________________________
14009 [ 2646] By: jhi on 1999/01/19 08:58:17
14010 Log: Show LANGUAGE env var when needed. (Augment change #2645).
14012 ! util.c utils/perlbug.PL
14013 ____________________________________________________________________________
14014 [ 2645] By: jhi on 1999/01/19 08:52:15
14015 Log: Document the GNU LANGUAGE env var.
14017 ! pod/perllocale.pod
14018 ____________________________________________________________________________
14019 [ 2644] By: jhi on 1999/01/19 08:42:25
14020 Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
14021 To: Mailing list Perl5 <perl5-porters@perl.org>
14022 Subject: [PATCH 5.005_53] Fixing \G bug by Francois Desarmenien
14023 Date: Mon, 18 Jan 1999 20:57:02 -0500
14024 Message-ID: <19990118205702.A18379@monk.mps.ohio-state.edu>
14026 ! pp_hot.c t/op/pat.t
14027 ____________________________________________________________________________
14028 [ 2643] By: jhi on 1999/01/18 11:23:41
14029 Log: Add various cruft to "clean" target. (Time for t/Makefile?)
14032 ____________________________________________________________________________
14033 [ 2642] By: jhi on 1999/01/18 11:03:38
14034 Log: GNU libc locale system has LANGUAGE env var that partly
14035 overrides even LC_ALL.
14037 ! t/lib/safe2.t t/op/groups.t t/op/mkdir.t
14038 ____________________________________________________________________________
14039 [ 2641] By: jhi on 1999/01/18 10:55:04
14040 Log: Integrate from mainperl.
14042 +> ext/B/defsubs.h.PL
14044 !> (integrate 38 files)
14045 ____________________________________________________________________________
14046 [ 2640] By: gsar on 1999/01/18 10:06:29
14047 Log: a few random cleanups
14049 ! ext/B/Makefile.PL lib/Test/Harness.pm t/pragma/warn/doio
14050 ____________________________________________________________________________
14051 [ 2639] By: gsar on 1999/01/18 05:56:21
14052 Log: From: "Vishal Bhatia" <vishalb@hotmail.com>
14053 Date: Sun, 17 Jan 1999 16:41:10 PST
14054 Message-Id: <19990118004111.29667.qmail@hotmail.com>
14055 Subject: [PATCH 5.005_54]Duplicate saved ops (CC.pm)
14058 ____________________________________________________________________________
14059 [ 2638] By: gsar on 1999/01/18 05:41:21
14060 Log: From: jan.dubois@ibm.net (Jan Dubois)
14061 Date: Mon, 18 Jan 1999 00:37:41 +0100
14062 Message-Id: <36a271cd.2105507@smtp1.ibm.net>
14063 Subject: [PATCH 5.005_54] fix bugs in do_sv_dump() from Devel::Peek integration
14066 ____________________________________________________________________________
14067 [ 2633] By: gsar on 1999/01/17 13:39:59
14068 Log: bogus assert()
14070 ! pp.c t/op/groups.t
14071 ____________________________________________________________________________
14072 [ 2632] By: gsar on 1999/01/17 13:22:04
14073 Log: various tweaks for clean build and test on win32
14075 ! embed.h ext/B/Makefile.PL global.sym lib/FindBin.pm objXSUB.h
14076 ! op.c t/pragma/warn/doio
14077 ____________________________________________________________________________
14078 [ 2631] By: gsar on 1999/01/17 12:28:06
14079 Log: undo change#2336, and add clarification about subversive
14080 CPAN distributions from Andreas Koenig
14082 ! Porting/pumpkin.pod lib/CPAN.pm
14083 ____________________________________________________________________________
14084 [ 2630] By: gsar on 1999/01/17 12:04:06
14085 Log: fix silent taint failures under -U
14088 ____________________________________________________________________________
14089 [ 2629] By: gsar on 1999/01/17 12:00:23
14090 Log: sanity check piped opens (tweaked version of patch suggested
14091 by Mark-Jason Dominus)
14093 ! doio.c pod/perldelta.pod pod/perldiag.pod t/io/pipe.t
14094 ! t/op/taint.t t/pragma/warn/doio
14095 ____________________________________________________________________________
14096 [ 2628] By: gsar on 1999/01/17 11:26:21
14099 ! embed.h embedvar.h objXSUB.h
14100 ____________________________________________________________________________
14101 [ 2627] By: gsar on 1999/01/17 11:23:37
14102 Log: PERL_OBJECTness for change#2595
14104 ! embed.pl op.c pod/perlport.pod proto.h
14105 ____________________________________________________________________________
14106 [ 2626] By: gsar on 1999/01/17 09:47:07
14107 Log: PERL_OBJECT tweaks for change#2426
14109 ! embed.pl proto.h regcomp.c
14110 ____________________________________________________________________________
14111 [ 2625] By: gsar on 1999/01/17 09:37:58
14112 Log: documentation in change#2596 is not quite right; fix it
14114 ! lib/Math/BigFloat.pm pod/perlguts.pod
14115 ____________________________________________________________________________
14116 [ 2624] By: gsar on 1999/01/17 09:28:34
14117 Log: undo change#2571; C<use File::Spec> instead
14120 ____________________________________________________________________________
14121 [ 2623] By: gsar on 1999/01/17 09:20:42
14122 Log: change#2572 is not applicable; undo, retaining scan_bin addition
14125 ! global.sym perl.c proto.h
14126 ____________________________________________________________________________
14127 [ 2622] By: gsar on 1999/01/17 09:17:42
14128 Log: change#2576 is based on a wrong premise; undo it
14131 ____________________________________________________________________________
14132 [ 2621] By: gsar on 1999/01/17 09:12:42
14133 Log: fix change#2602 to not used hard coded constants
14135 ! ext/B/B/C.pm ext/B/defsubs.h.PL
14136 ____________________________________________________________________________
14137 [ 2620] By: gsar on 1999/01/17 09:02:07
14138 Log: integrate cfgperl changes into mainline, fix conflicts
14140 +> AUTHORS MAINTAIN README.mint ext/DynaLoader/hints/linux.pl
14141 +> ext/POSIX/hints/mint.pl hints/gnu.sh hints/mint.sh
14142 +> lib/Dumpvalue.pm mint/Makefile mint/README mint/errno.h
14143 +> mint/pwd.c mint/stdio.h mint/sys/time.h mint/time.h
14144 +> pod/perlopentut.pod
14145 !> (integrate 162 files)
14146 ____________________________________________________________________________
14147 [ 2619] By: gsar on 1999/01/17 08:42:04
14148 Log: a few doc typos
14150 ! lib/utf8.pm pod/perlfunc.pod pod/perlre.pod
14151 ____________________________________________________________________________
14152 [ 2616] By: gbarr on 1999/01/16 18:59:55
14153 Log: Win32 changes from Jan
14155 From: jan.dubois@ibm.net (Jan Dubois)
14156 Date: Fri, 15 Jan 1999 23:38:35 +0100
14157 Message-ID: <36a7c10d.16311905@smtp1.ibm.net>
14158 Subject: [PATCH 5.005_03m2] Win32 Makefile patches
14160 From: jan.dubois@ibm.net (Jan Dubois)
14161 Date: Sat, 16 Jan 1999 13:02:45 +0100
14162 Message-ID: <36a07da6.10722337@smtp1.ibm.net>
14163 Subject: [PATCH 5.005_03m2] minor tweaks to README.win32
14164 Branch: maint-5.005/perl
14165 ! README.win32 win32/Makefile win32/makefile.mk
14166 ____________________________________________________________________________
14167 [ 2615] By: gbarr on 1999/01/16 18:48:48
14168 Log: Jumbo patch from Sarathy for PERL_OBJECT & USE_THREADS
14170 From: Gurusamy Sarathy <gsar@engin.umich.edu>
14171 Date: Thu, 07 Jan 1999 00:12:00 -0500
14172 Message-Id: <199901070512.AAA23568@aatma.engin.umich.edu>
14173 Subject: Re: [PATCH 5.005_03-MAINT_TRIAL2] fixes for PERL_OBJECT and USE_THREADS builds
14175 From: Gurusamy Sarathy <gsar@engin.umich.edu>
14176 Date: Thu, 14 Jan 1999 19:21:46 -0500
14177 Message-Id: <199901150021.TAA01886@aatma.engin.umich.edu>
14178 Subject: Re: [PATCH 5.005_03-MAINT_TRIAL2] fixes for PERL_OBJECT and USE_THREADS builds
14179 Branch: maint-5.005/perl
14180 ! embed.h global.sym lib/ExtUtils/MM_Unix.pm objXSUB.h objpp.h
14181 ! op.c perl.c perl.h perly.c perly.y perly_c.diff pp.c proto.h
14182 ! sv.c t/io/fs.t toke.c win32/GenCAPI.pl win32/config.bc
14183 ! win32/makedef.pl win32/runperl.c win32/win32.c
14184 ____________________________________________________________________________
14185 [ 2614] By: gbarr on 1999/01/16 16:48:38
14186 Log: From: Jarkko Hietaniemi <jhi@iki.fi>
14187 Date: Fri, 15 Jan 1999 17:28:34 +0200 (EET)
14188 Message-Id: <199901151528.RAA08785@alpha.hut.fi>
14189 Subject: [PATCH] 5.005_03-MAINT_TRIAL_2: NetBSD patches
14191 From: Jarkko Hietaniemi <jhi@iki.fi>
14192 Date: Fri, 15 Jan 1999 18:44:19 +0200 (EET)
14193 Message-Id: <199901151644.SAA08184@alpha.hut.fi>
14194 Subject: [PATCH] 5.005_03-MAINT_TRIAL_2: allow skipping the "install also as /usr/bin/perl" question of installperl
14196 From: Jarkko Hietaniemi <jhi@iki.fi>
14197 Date: Fri, 15 Jan 1999 18:52:29 +0200 (EET)
14198 Message-Id: <199901151652.SAA11259@alpha.hut.fi>
14199 Subject: the promised "installusrbinperl + NetBSD" fix
14200 Branch: maint-5.005/perl
14201 ! Configure Makefile.SH hints/netbsd.sh installperl
14202 ! makedepend.SH unixish.h
14203 ____________________________________________________________________________
14204 [ 2611] By: jhi on 1999/01/14 12:16:14
14205 Log: From: Tom Christiansen <tchrist@jhereg.perl.com>
14206 To: pumpkings@jhereg.perl.com
14207 Subject: perlopentut.pod
14208 Date: Sat, 09 Jan 1999 08:13:18 -0700
14209 Message-Id: <199901091513.IAA17512@jhereg.perl.com>
14211 + pod/perlopentut.pod
14212 ! MANIFEST pod/perl.pod pod/perldelta.pod pod/roffitall
14213 ____________________________________________________________________________
14214 [ 2607] By: gbarr on 1999/01/14 02:53:40
14215 Log: Added Carp::cluck to perldelta.pod
14216 Branch: maint-5.005/perl
14217 ! pod/perldelta.pod
14218 ____________________________________________________________________________
14219 [ 2605] By: jhi on 1999/01/13 18:26:19
14220 Log: From: "Jonathan Fine (IT- Borders Online)" <jfine@borders.com>
14221 To: "'cpan@perl.org'" <cpan@perl.org>
14222 Subject: "Bug" fix for File::Find.pm
14223 Date: Thu, 31 Dec 1998 13:01:50 -0500
14224 Message-ID: <311F144DB5E5D011B03F00805FE954B10708BE17@exchange01_ph.borders.com>
14227 ____________________________________________________________________________
14228 [ 2604] By: jhi on 1999/01/13 18:08:45
14229 Log: From: Peter Wolfe <wolfe@teloseng.com>
14230 Subject: SCO 3.2v5 patch for perl5.005_03-MAINT_TRIAL_1
14231 To: perlbug@perl.com
14232 Date: 11 Jan 1999 23:00:05 +0200
14233 Message-ID: <MLIST_199901111950.LAA01703@titan.teloseng.com>
14236 ____________________________________________________________________________
14237 [ 2603] By: jhi on 1999/01/13 18:06:56
14238 Log: From: hans@icgroup.nl (Hans Mulder)
14239 Subject: [Patch for 5.005_54] re::debugcolors dumps core
14240 To: perlbug@perl.com
14241 Cc: hansmu@xs4all.nl
14242 Date: 11 Jan 1999 22:22:45 +0200
14243 Message-ID: <MLIST_9901111947.AA22109@icgned.icgroup.nl>
14245 ! ext/re/re.pm regcomp.c
14246 ____________________________________________________________________________
14247 [ 2602] By: jhi on 1999/01/13 18:05:43
14248 Log: From: "Vishal Bhatia" <vishalb@hotmail.com>
14249 Subject: [PATCH 5.005_54]B::MAGIC::PTR doesnot check for valid length.
14250 Date: 11 Jan 1999 08:02:41 +0200
14252 Message-ID: <MLIST_19990111052126.27966.qmail@hotmail.com>
14254 ! ext/B/B.xs ext/B/B/C.pm
14255 ____________________________________________________________________________
14256 [ 2601] By: jhi on 1999/01/13 18:01:53
14257 Log: From: James FitzGibbon <james@ican.net>
14258 Subject: Trivial patch for HP-UX 11 and shared libperl
14259 To: perl5-porters@perl.org
14260 Date: 8 Jan 1999 19:13:23 +0200
14261 Message-ID: <MLIST_Pine.BSF.4.05.9901081110090.21785-100000@staff1.tor.accglobal.net>
14264 ____________________________________________________________________________
14265 [ 2600] By: jhi on 1999/01/13 17:59:45
14266 Log: From: "Vishal Bhatia" <vishalb@hotmail.com>
14267 Subject: [PATCH 5.005_54] B::CC::pp_rv2cv problem
14268 To: perl5-porters@perl.org
14269 Date: 8 Jan 1999 12:43:36 +0200
14270 Message-ID: <MLIST_19990108101557.4481.qmail@hotmail.com>
14273 ____________________________________________________________________________
14274 [ 2599] By: jhi on 1999/01/13 17:50:11
14275 Log: From: Robin Barker <rmb1@cise.npl.co.uk>
14276 Subject: PATCH to installperl
14277 To: perl5-porters@perl.org
14278 Date: 4 Jan 1999 16:15:18 +0200
14279 Message-ID: <MLIST_199901041350.NAA19665@cyclone.cise.npl.co.uk>
14282 ____________________________________________________________________________
14283 [ 2598] By: jhi on 1999/01/13 17:34:51
14284 Log: From: pmarquess@bfsec.bt.co.uk (Paul Marquess)
14285 To: gsar@engin.umich.edu (Gurusamy Sarathy), gbarr@pobox.com
14286 Cc: perl5-porters@perl.org
14287 Subject: PATCH DB_File 1.63 for 5.005_54 & 5.005_03
14288 Date: Tue, 29 Dec 1998 16:23:54 +0000 (GMT)
14289 Message-Id: <9812291623.AA20884@claudius.bfsec.bt.co.uk>
14291 ! ext/DB_File/Changes ext/DB_File/DB_File.pm
14292 ! ext/DB_File/DB_File.xs ext/DB_File/dbinfo ext/DB_File/typemap
14293 ____________________________________________________________________________
14294 [ 2597] By: jhi on 1999/01/13 17:30:33
14295 Log: From: David Dyck <dcd@tc.fluke.com>
14296 To: Perl Porters <perl5-porters@perl.org>,
14297 Gurusamy Sarathy <gsar@engin.umich.edu>
14298 Subject: PATCH to perl5.005_54/pod/perldsc.pod (fix typo)
14299 Date: Tue, 12 Jan 1999 11:14:19 -0800 (PST)
14300 Message-ID: <Pine.LNX.4.05.9901121111250.22568-100000@dd.tc.fluke.com>
14303 ____________________________________________________________________________
14304 [ 2596] By: jhi on 1999/01/13 17:26:44
14305 Log: From: Joshua Pritikin <joshua.pritikin@db.com>
14306 To: perl5-porters@perl.org
14307 Subject: [PATCH] modglobal w/ spelling fixes
14308 Date: Tue, 12 Jan 1999 18:06:01 -0500 (EST)
14309 Message-ID: <Pine.GSO.4.02.9901121805290.625-100000@eq1062.wks.na.deuba.com>
14312 ____________________________________________________________________________
14313 [ 2595] By: jhi on 1999/01/13 17:24:59
14314 Log: From: Hans Mulder <hansm@icgroup.nl>
14315 Optimize common sort routines. Thread started by the message
14317 From: Hans Mulder <hansm@icgroup.nl>
14318 Sender: owner-perl5-porters@perl.org
14319 To: perl5-porters@perl.org
14320 Subject: [Patch for 5.00554] From the Todo list: Optimize sort by { $a <=> $b
14321 Message-Id: <9901092156.AA03831@icgned.icgroup.nl>
14323 and the patch from the message
14325 From: Hans Mulder <hans@icgroup.nl>
14327 Cc: perl5-porters@perl.org
14328 Subject: Re: [Patch for 5.00554] From the Todo list: Optimize sort by { $a <=>
14330 Date: Wed, 13 Jan 1999 17:39:35 +0100
14331 Message-Id: <9901131639.AA17419@icgned.icgroup.nl>
14333 ! Todo op.c op.h pp_ctl.c t/op/sort.t
14334 ____________________________________________________________________________
14335 [ 2594] By: jhi on 1999/01/13 16:50:17
14336 Log: Atari MiNT port by Guido Flohr <gufl0000@stud.uni-sb.de>
14337 (the diffs were based on 5.004_02). Tested by Guido
14338 and Frank Naumann <fnaumann@prinz-atm.CS.Uni-Magdeburg.De>.
14340 + README.mint ext/POSIX/hints/mint.pl hints/mint.sh
14341 + mint/Makefile mint/README mint/errno.h mint/pwd.c mint/stdio.h
14342 + mint/sys/time.h mint/time.h
14343 ! MANIFEST doio.c malloc.c miniperlmain.c perl.c t/io/fs.t
14344 ! t/lib/safe2.t t/op/groups.t t/op/mkdir.t t/op/taint.t util.c
14345 ____________________________________________________________________________
14346 [ 2593] By: jhi on 1999/01/09 16:54:26
14350 ____________________________________________________________________________
14351 [ 2592] By: jhi on 1999/01/09 16:17:13
14352 Log: Move usethreads and use64bits logic from hints to Configure.
14354 ! Configure hints/README.hints hints/aix.sh hints/dec_osf.sh
14355 ! hints/dos_djgpp.sh hints/freebsd.sh hints/hpux.sh
14356 ! hints/irix_6.sh hints/irix_6_0.sh hints/irix_6_1.sh
14357 ! hints/linux.sh hints/os2.sh hints/solaris_2.sh hints/vmesa.sh
14358 ____________________________________________________________________________
14359 [ 2591] By: jhi on 1999/01/09 14:45:24
14360 Log: Missing dTHRs added.
14363 ____________________________________________________________________________
14364 [ 2590] By: jhi on 1999/01/08 15:27:17
14365 Log: Finalize change #2589 and add better AIX nm scanning from:
14367 Message-Id: <m0zyNW0-00017VC@gentoo.com>
14368 From: bll@gentoo.com (Brad Lanam)
14369 Subject: Re: mailhelp returned a non-zero status
14370 In-Reply-To: <199901072155.WAA14369@hptnocou.grenoble.hp.com> from Raphael Manfredi at "Jan 7, 1999 10:55:24 pm"
14371 To: ram@hptnocou.grenoble.hp.com (Raphael Manfredi)
14373 ! Configure hints/freebsd.sh hints/linux.sh
14374 ____________________________________________________________________________
14375 [ 2589] By: jhi on 1999/01/08 15:14:54
14376 Log: Undo change #2581.
14378 ! Configure hints/freebsd.sh hints/linux.sh
14379 ____________________________________________________________________________
14380 [ 2588] By: jhi on 1999/01/08 11:51:52
14381 Log: FAQ jumbo patch from tchrist.
14383 Message-Id: <199901080605.XAA20229@jhereg.perl.com>
14384 From: Tom Christiansen <tchrist@jhereg.perl.com>
14385 To: pumpkings@jhereg.perl.com
14386 Subject: newest version of perlfaq.pod
14387 Date: Thu, 7 Jan 1999 23:05:02 -0700
14389 Message-Id: <199901080605.XAA20231@jhereg.perl.com>
14390 From: Tom Christiansen <tchrist@jhereg.perl.com>
14391 To: pumpkings@jhereg.perl.com
14392 Subject: newest version of perlfaq1.pod
14393 Date: Thu, 7 Jan 1999 23:05:02 -0700
14395 Message-Id: <199901080605.XAA20233@jhereg.perl.com>
14396 From: Tom Christiansen <tchrist@jhereg.perl.com>
14397 To: pumpkings@jhereg.perl.com
14398 Subject: newest version of perlfaq2.pod
14399 Date: Thu, 7 Jan 1999 23:05:02 -0700
14401 Message-Id: <199901080605.XAA20235@jhereg.perl.com>
14402 From: Tom Christiansen <tchrist@jhereg.perl.com>
14403 To: pumpkings@jhereg.perl.com
14404 Subject: newest version of perlfaq3.pod
14405 Date: Thu, 7 Jan 1999 23:05:02 -0700
14407 Message-Id: <199901080605.XAA20237@jhereg.perl.com>
14408 From: Tom Christiansen <tchrist@jhereg.perl.com>
14409 To: pumpkings@jhereg.perl.com
14410 Subject: newest version of perlfaq4.pod
14411 Date: Thu, 7 Jan 1999 23:05:02 -0700
14413 Message-Id: <199901080605.XAA20239@jhereg.perl.com>
14414 From: Tom Christiansen <tchrist@jhereg.perl.com>
14415 To: pumpkings@jhereg.perl.com
14416 Subject: newest version of perlfaq5.pod
14417 Date: Thu, 7 Jan 1999 23:05:02 -0700
14419 Message-Id: <199901080605.XAA20241@jhereg.perl.com>
14420 From: Tom Christiansen <tchrist@jhereg.perl.com>
14421 To: pumpkings@jhereg.perl.com
14422 Subject: newest version of perlfaq6.pod
14423 Date: Thu, 7 Jan 1999 23:05:02 -0700
14425 Message-Id: <199901080605.XAA20243@jhereg.perl.com>
14426 From: Tom Christiansen <tchrist@jhereg.perl.com>
14427 To: pumpkings@jhereg.perl.com
14428 Subject: newest version of perlfaq7.pod
14429 Date: Thu, 7 Jan 1999 23:05:03 -0700
14431 Message-Id: <199901080605.XAA20245@jhereg.perl.com>
14432 From: Tom Christiansen <tchrist@jhereg.perl.com>
14433 To: pumpkings@jhereg.perl.com
14434 Subject: newest version of perlfaq8.pod
14435 Date: Thu, 7 Jan 1999 23:05:03 -0700
14437 Message-Id: <199901080605.XAA20257@jhereg.perl.com>
14438 From: Tom Christiansen <tchrist@jhereg.perl.com>
14439 To: pumpkings@jhereg.perl.com
14440 Subject: newest version of perlfaq9.pod
14441 Date: Thu, 7 Jan 1999 23:05:03 -0700
14443 ! pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq2.pod
14444 ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod
14445 ! pod/perlfaq6.pod pod/perlfaq7.pod pod/perlfaq8.pod
14447 ____________________________________________________________________________
14448 [ 2587] By: jhi on 1999/01/08 11:17:43
14449 Log: More doc fixes from Abigail.
14451 ! lib/Time/gmtime.pm lib/Time/localtime.pm lib/User/grent.pm
14452 ! lib/User/pwent.pm
14453 ____________________________________________________________________________
14454 [ 2585] By: jhi on 1999/01/08 08:31:02
14455 Log: Change #2584 from maint-5.005:
14457 implemented Ilya's suggested fix, and added a testcase
14459 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
14460 Date: Tue, 5 Jan 1999 00:56:01 -0500 (EST)
14461 Message-Id: <199901050556.AAA02597@monk.mps.ohio-state.edu>
14462 Subject: Re: Text::ParseWords: regex fix
14464 ! lib/Text/ParseWords.pm t/lib/parsewords.t
14465 ____________________________________________________________________________
14466 [ 2583] By: gbarr on 1999/01/08 04:50:03
14467 Log: From: Jarkko Hietaniemi <jhi@iki.fi>
14468 Date: Thu, 7 Jan 1999 12:47:38 +0200 (EET)
14469 Message-Id: <199901071047.MAA24100@alpha.hut.fi>
14470 Subject: [PATCH] 5.005_03-MAINT_TRIAL_2: ext/Errno_pm.PL: understand wrapper cppstdins
14471 Branch: maint-5.005/perl
14472 ! ext/Errno/Errno_pm.PL
14473 ____________________________________________________________________________
14474 [ 2581] By: jhi on 1999/01/07 16:38:03
14475 Log: Configure update:
14476 - usethreads, use64bits, and usemultiplicity
14477 are no more interactively asked by Configure
14478 - "int main()" (vs bare "main()") enforced in test programs
14480 ! Configure hints/freebsd.sh hints/linux.sh
14481 ____________________________________________________________________________
14482 [ 2580] By: jhi on 1999/01/07 11:19:12
14483 Log: From: Dan Sugalski <sugalskd@osshe.edu>
14484 Date: Wed, 06 Jan 1999 13:47:34 -0800
14485 Message-Id: <3.0.6.32.19990106134734.0334d260@ous.edu>
14486 Subject: [PATCH 5.005_02-MT2, 5.005_5x]VMS.C tweak for occasional system() error
14489 ____________________________________________________________________________
14490 [ 2579] By: jhi on 1999/01/07 09:08:36
14491 Log: Another set of doc patches from Abigail
14493 From: abigail@fnx.com
14494 Message-ID: <19990107032132.20124.qmail@alexandra.wayne.fnx.com>
14495 Subject: [PATCH 5.005_03 TRAIL2 lib/Net/hostent.pm] Typo fix
14496 Date: Wed, 6 Jan 1999 22:21:32 -0500 (EST)
14498 From: abigail@fnx.com
14499 Message-ID: <19990107032445.20178.qmail@alexandra.wayne.fnx.com>
14500 Subject: [PATCH 5.005_03 TRIAL2 lib/Net/netent.pm] Typo fix
14501 Date: Wed, 6 Jan 1999 22:24:45 -0500 (EST)
14503 From: abigail@fnx.com
14504 Message-ID: <19990107032834.20362.qmail@alexandra.wayne.fnx.com>
14505 Subject: [PATCH 5.005_03 TRAIL2 lib/Term/Complete.pm] Typo fix
14506 Date: Wed, 6 Jan 1999 22:28:34 -0500 (EST)
14508 From: abigail@fnx.com
14509 Message-ID: <19990107033136.20440.qmail@alexandra.wayne.fnx.com>
14510 Subject: [PATCH 5.005_03 TRAIL2 lib/Term/ReadLine.pm] Typo fix
14511 Date: Wed, 6 Jan 1999 22:31:36 -0500 (EST)
14513 From: abigail@fnx.com
14514 Message-ID: <19990107033351.20540.qmail@alexandra.wayne.fnx.com>
14515 Subject: [PATCH 5.005_03 TRIAL2 lib/CGI/Apache.pm] Typo fix
14516 Date: Wed, 6 Jan 1999 22:33:51 -0500 (EST)
14518 From: abigail@fnx.com
14519 Message-ID: <19990107033933.20707.qmail@alexandra.wayne.fnx.com>
14520 Subject: [PATCH 5.005_03 TRIAL2 lib/CGI/Push.pm] Typo fix
14521 Date: Wed, 6 Jan 1999 22:39:33 -0500 (EST)
14523 From: abigail@fnx.com
14524 Message-ID: <19990107034548.20936.qmail@alexandra.wayne.fnx.com>
14525 Subject: [PATCH 5.005_03 TRIAL2 lib/File/Copy.pm] Typo fixes
14526 Date: Wed, 6 Jan 1999 22:45:48 -0500 (EST)
14528 From: abigail@fnx.com
14529 Message-ID: <19990107034856.21056.qmail@alexandra.wayne.fnx.com>
14530 Subject: [PATCH 5.005_03 TRIAL2 lib/File/Spec.pm] Typo fix
14531 Date: Wed, 6 Jan 1999 22:48:56 -0500 (EST)
14533 From: abigail@fnx.com
14534 Message-ID: <19990107035113.21174.qmail@alexandra.wayne.fnx.com>
14535 Subject: [PATCH 5.005_03 TRIAL2 lib/File/Spec/Mac.pm] Typo fixes
14536 Date: Wed, 6 Jan 1999 22:51:13 -0500 (EST)
14538 From: abigail@fnx.com
14539 Message-ID: <19990107035612.21522.qmail@alexandra.wayne.fnx.com>
14540 Subject: [PATCH 5.005_03 TRIAL2 lib/Math/BigFloat.pm] Typo fix
14541 Date: Wed, 6 Jan 1999 22:56:12 -0500 (EST)
14543 From: abigail@fnx.com
14544 Message-ID: <19990107035842.21585.qmail@alexandra.wayne.fnx.com>
14545 Subject: [PATCH 5.005_03 TRIAL2 lib/Math/BigInt.pm] Typo fixes
14546 Date: Wed, 6 Jan 1999 22:58:41 -0500 (EST)
14548 From: abigail@fnx.com
14549 Message-ID: <19990107040644.22009.qmail@alexandra.wayne.fnx.com>
14550 Subject: [PATCH 5.005_03 TRIAL2 lib/Text/Wrap.pm] Typo fixes
14551 Date: Wed, 6 Jan 1999 23:06:44 -0500 (EST)
14553 From: abigail@fnx.com
14554 Message-ID: <19990107040955.22087.qmail@alexandra.wayne.fnx.com>
14555 Subject: [PATCH 5.005_03 TRIAL2 lib/Tie/Array.pm] Typo fixes
14556 Date: Wed, 6 Jan 1999 23:09:55 -0500 (EST)
14558 From: abigail@fnx.com
14559 Message-ID: <19990107041136.22174.qmail@alexandra.wayne.fnx.com>
14560 Subject: [PATCH 5.005_03 TRIAL2 lib/Tie/Hash.pm] Typo fix
14561 Date: Wed, 6 Jan 1999 23:11:36 -0500 (EST)
14563 ! lib/CGI/Apache.pm lib/CGI/Push.pm lib/File/Copy.pm
14564 ! lib/File/Spec.pm lib/File/Spec/Mac.pm lib/Math/BigFloat.pm
14565 ! lib/Math/BigInt.pm lib/Net/hostent.pm lib/Net/netent.pm
14566 ! lib/Term/Complete.pm lib/Term/ReadLine.pm lib/Text/Wrap.pm
14567 ! lib/Tie/Array.pm lib/Tie/Hash.pm
14568 ____________________________________________________________________________
14569 [ 2576] By: jhi on 1999/01/06 17:05:20
14570 Log: Change #2582 fallout: the amagic_cmp* are no more file static.
14573 ____________________________________________________________________________
14574 [ 2575] By: jhi on 1999/01/06 13:18:56
14575 Log: Enhance the great_circle_distance() documentation.
14578 ____________________________________________________________________________
14579 [ 2574] By: jhi on 1999/01/06 12:58:03
14580 Log: From: Mark Bixby <markb@spock.dis.cccd.edu>
14581 To: perlbug@perl.com
14582 Subject: [PATCH 5.005_03-MAINT_TRIAL_2] t/op/sysio.t for MPE/iX
14583 Date: Mon, 4 Jan 1999 13:34:58 -0800 (PST)
14584 Message-Id: <199901042134.NAA18852@spock.dis.cccd.edu>
14587 ____________________________________________________________________________
14588 [ 2573] By: jhi on 1999/01/06 12:40:19
14589 Log: From: "W. Phillip Moore" <wpm@ms.com>
14590 To: perlbug@perl.org
14591 Subject: [PATCH] POSIX getpgrp is not -w clean
14592 Date: Tue, 5 Jan 1999 12:40:27 -0500 (EST)
14593 Message-ID: <13970.20107.190314.549471@zappa>
14595 ! ext/POSIX/POSIX.pm
14596 ____________________________________________________________________________
14597 [ 2572] By: jhi on 1999/01/06 12:25:24
14599 From: jan.dubois@ibm.net (Jan Dubois)
14600 To: perl5-porters@perl.org
14601 Subject: [PATCH 5.005_03-MAINT_TRIAL2] fixes for PERL_OBJECT and USE_THREADS builds
14602 Date: Wed, 06 Jan 1999 01:24:09 +0100
14603 Message-ID: <3696aa85.18259325@smtp1.ibm.net>
14605 - objXSUB.h was already okay
14606 - embed.h patching is futile, global.sym patched instead
14607 - objpp.h does not exist
14608 - proto.h addition applied manually
14609 - win32/GenCAPI.pl was already okay
14610 - win32/makedef.pl was already okay
14612 ! global.sym perl.c proto.h
14613 ____________________________________________________________________________
14614 [ 2571] By: jhi on 1999/01/06 11:25:48
14615 Log: From: Slaven Rezic <eserte@cs.tu-berlin.de>
14616 To: perlbug@perl.com
14617 Subject: FindBin.pm on Win32 systems
14618 Date: Mon, 4 Jan 1999 23:01:46 +0100 (CET)
14619 Message-Id: <199901042201.XAA01875@cabulja.herceg.de>
14622 ____________________________________________________________________________
14623 [ 2570] By: jhi on 1999/01/06 11:21:48
14624 Log: From: Dan Sugalski <sugalskd@osshe.edu>
14625 To: perl5-porters@perl.org, vmsperl@perl.org
14626 Subject: [PATCH 5.005_03-MAINT_TRIAL_2]taint.c fix for VMS
14627 Date: Tue, 05 Jan 1999 16:47:31 -0800
14628 Message-Id: <3.0.6.32.19990105164731.00b5b2d0@ous.edu>
14630 (the ext/IO/lib/IO/Socket.pm was not really changed here;
14631 it was a leftover from #2569)
14633 ! ext/IO/lib/IO/Socket.pm taint.c
14634 ____________________________________________________________________________
14635 [ 2569] By: jhi on 1999/01/06 11:18:22
14636 Log: Jumbo doc patch from Abigail (almost identical to
14637 the 5.005-maint change #2562 except for the
14638 ext/IO/lib/IO/Socket.pm patch which was not
14639 applicable because the IO version of 5.005-devel
14640 is somewhat different (why?))
14642 From: abigail@fnx.com
14643 Message-ID: <19990105170142.4889.qmail@alexandra.wayne.fnx.com>
14644 Subject: [PATCH 5.005_03-TRIAL2 lib/ExtUtils/Liblist.pm] pod fixes
14645 Date: Tue, 5 Jan 1999 12:01:42 -0500 (EST)
14647 From: abigail@fnx.com
14648 Message-ID: <19990105172855.5115.qmail@alexandra.wayne.fnx.com>
14649 Subject: [PATCH 5.005_03 MAINT2 lib/ExtUtils/Commands.pm] Typo fix.
14650 Date: Tue, 5 Jan 1999 12:28:55 -0500 (EST)
14652 From: abigail@fnx.com
14653 Message-ID: <19990105173808.5260.qmail@alexandra.wayne.fnx.com>
14654 Subject: [PATCH perl5.005_03 MAINT3 lib/ExtUtils/Embed.pm] Typo fix
14655 Date: Tue, 5 Jan 1999 12:38:08 -0500 (EST)
14657 From: abigail@fnx.com
14658 Message-ID: <19990105174859.5533.qmail@alexandra.wayne.fnx.com>
14659 Subject: [PATCH 5.005_03 MAINT2 lib/ExtUtils/Install.pm] Typo fix
14660 Date: Tue, 5 Jan 1999 12:48:59 -0500 (EST)
14662 From: abigail@fnx.com
14663 Message-ID: <19990105174947.5547.qmail@alexandra.wayne.fnx.com>
14664 Subject: [PATCH 5.005_03 lib/ExtUtils/MM_Unix.pm] Typo fixes
14665 Date: Tue, 5 Jan 1999 12:49:46 -0500 (EST)
14667 From: abigail@fnx.com
14668 Message-ID: <19990105182301.5966.qmail@alexandra.wayne.fnx.com>
14669 Subject: [PATCH 5.005_03 lib/ExtUtils/MakeMaker.pm] Typos fixes.
14670 Date: Tue, 5 Jan 1999 13:23:00 -0500 (EST)
14672 From: abigail@fnx.com
14673 Message-ID: <19990105183344.6065.qmail@alexandra.wayne.fnx.com>
14674 Subject: [PATCH 5.005_03 TRIAL2 lib/ExtUtils/Manifest.pm] Typo fixes
14675 Date: Tue, 5 Jan 1999 13:33:44 -0500 (EST)
14677 From: abigail@fnx.com
14678 Message-ID: <19990105184028.6220.qmail@alexandra.wayne.fnx.com>
14679 Subject: [PATCH 5.005_03 TRIAL2 lib/ExtUtils/Mksymlists.pm] Typo fix
14680 Date: Tue, 5 Jan 1999 13:40:28 -0500 (EST)
14682 From: abigail@fnx.com
14683 Message-ID: <19990106012015.9451.qmail@alexandra.wayne.fnx.com>
14684 Subject: [PATCH 5.005_03 TRIAL2 lib/IO/Pipe.pm] Typo fixes.
14685 Date: Tue, 5 Jan 1999 20:20:15 -0500 (EST)
14687 From: abigail@fnx.com
14688 Message-ID: <19990106012047.9459.qmail@alexandra.wayne.fnx.com>
14689 Subject: [PATCH 5.005_03 TRAIL2 lib/IO/Seekable.pm] Typo fixes
14690 Date: Tue, 5 Jan 1999 20:20:47 -0500 (EST)
14692 ! ext/IO/lib/IO/Pipe.pm ext/IO/lib/IO/Seekable.pm
14693 ! lib/ExtUtils/Command.pm lib/ExtUtils/Embed.pm
14694 ! lib/ExtUtils/Install.pm lib/ExtUtils/Liblist.pm
14695 ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MakeMaker.pm
14696 ! lib/ExtUtils/Manifest.pm lib/ExtUtils/Mksymlists.pm
14697 ____________________________________________________________________________
14698 [ 2568] By: gbarr on 1999/01/06 03:13:15
14699 Log: From: jan.dubois@ibm.net (Jan Dubois)
14700 Date: Wed, 06 Jan 1999 01:24:09 +0100
14701 Message-ID: <3696aa85.18259325@smtp1.ibm.net>
14702 Subject: [PATCH 5.005_03-MAINT_TRIAL2] fixes for PERL_OBJECT and USE_THREADS builds
14703 Branch: maint-5.005/perl
14704 ! embed.h global.sym objXSUB.h objpp.h perl.c proto.h
14705 ! win32/GenCAPI.pl win32/makedef.pl
14706 ____________________________________________________________________________
14707 [ 2566] By: gbarr on 1999/01/06 02:29:05
14708 Log: From: "W. Phillip Moore" <wpm@ms.com>
14709 Date: Tue, 5 Jan 1999 12:40:27 -0500 (EST)
14710 Message-ID: <13970.20107.190314.549471@zappa>
14711 Subject: [PATCH] POSIX getpgrp is not -w clean
14712 Branch: maint-5.005/perl
14713 ! ext/POSIX/POSIX.pm
14714 ____________________________________________________________________________
14715 [ 2565] By: gbarr on 1999/01/06 02:19:00
14716 Log: From: Slaven Rezic <eserte@cs.tu-berlin.de>
14717 Date: Mon, 4 Jan 1999 23:01:46 +0100 (CET)
14718 Message-Id: <199901042201.XAA01875@cabulja.herceg.de>
14719 Subject: FindBin.pm on Win32 systems
14720 Branch: maint-5.005/perl
14722 ____________________________________________________________________________
14723 [ 2561] By: jhi on 1999/01/05 10:49:10
14724 Log: Reword the setlocale() 1-arg case better.
14726 ! ext/POSIX/POSIX.pod
14727 ____________________________________________________________________________
14728 [ 2559] By: gbarr on 1999/01/02 15:37:35
14729 Log: From: Blair Zajac <bzajac@geostaff.com>
14730 Date: Wed, 23 Dec 1998 17:13:32 -0800
14731 Message-ID: <3681953C.8B6A90AA@geostaff.com>
14732 Subject: Tie::SubstrHash patch
14733 Branch: maint-5.005/perl
14734 ! lib/Tie/SubstrHash.pm
14735 ____________________________________________________________________________
14736 [ 2554] By: jhi on 1999/01/02 14:55:06
14737 Log: Object destruction order testing.
14740 ____________________________________________________________________________
14741 [ 2553] By: jhi on 1999/01/02 14:49:40
14742 Log: perldelta the Dumpvalue.pm of change #2513.
14744 ! lib/Dumpvalue.pm pod/perldelta.pod
14745 ____________________________________________________________________________
14746 [ 2552] By: nick on 1999/01/02 14:45:38
14747 Log: Tone down Makefile.PL so it works on Win32
14749 ! ext/B/Makefile.PL
14750 ____________________________________________________________________________
14751 [ 2551] By: nick on 1999/01/02 14:06:30
14752 Log: Export constant subs from B.xs for op.h, cop.h and a few others.
14753 Use them in various B::* rather than have local defs.
14755 + ext/B/defsubs.h.PL
14756 ! ext/B/B.pm ext/B/B.xs ext/B/B/Bytecode.pm ext/B/B/C.pm
14757 ! ext/B/B/CC.pm ext/B/B/Deparse.pm ext/B/B/Lint.pm
14758 ! ext/B/B/Stackobj.pm ext/B/B/Xref.pm ext/B/Makefile.PL
14759 ____________________________________________________________________________
14760 [ 2550] By: nick on 1999/01/02 10:04:02
14761 Log: Integrate ext/B changes from //depot/cfgperl
14763 !> ext/B/B.xs ext/B/B/C.pm ext/B/B/CC.pm ext/B/B/Stackobj.pm
14764 ____________________________________________________________________________
14765 [ 2549] By: jhi on 1999/01/01 13:54:16
14766 Log: From: "Paul Holser" <Paul.Holser.pholser@nortelnetworks.com>
14767 To: perlbug@perl.com
14768 Subject: op/groups.t fails test 1 on HP-UX 10.20
14769 Date: Wed, 30 Dec 1998 15:16:12 -0600 (CST)
14770 Message-Id: <199812302116.PAA12439@crchh44c.us.nortel.com>
14773 ____________________________________________________________________________
14774 [ 2548] By: jhi on 1999/01/01 13:53:31
14775 Log: From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
14776 To: perl5-porters@perl.org
14777 cc: hv@crypt0.demon.co.uk
14778 Subject: [bug 5.004_54] duplicate error message
14779 Date: Thu, 31 Dec 1998 04:05:25 +0000
14780 Message-Id: <199812310405.EAA00386@crypt.compulink.co.uk>
14782 Message-ID: <13963.60672.134591.383377@alias-2.pr.mcs.net>
14783 From: Stephen McCamant <smccam@uclink4.berkeley.edu>
14784 To: hv@crypt0.demon.co.uk
14785 Cc: perl5-porters@perl.org
14786 Subject: [PATCH _54] Re: duplicate error message
14787 Date: Thu, 31 Dec 1998 16:10:13 -0600 (CST)
14789 Message-Id: <199901010732.HAA02926@crypt.compulink.co.uk>
14790 From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
14791 To: Stephen McCamant <smccam@uclink4.berkeley.edu>
14792 cc: hv@crypt0.demon.co.uk, perl5-porters@perl.org
14793 Subject: [TEST PATCH _54] Re: duplicate error message
14794 Date: Fri, 01 Jan 1999 07:32:14 +0000
14796 ! op.c t/pragma/warn/op
14797 ____________________________________________________________________________
14798 [ 2547] By: jhi on 1998/12/31 14:15:04
14799 Log: From: Chris Nandor <pudge@pobox.com>
14801 Cc: perl5-porters@perl.org
14802 Subject: Re: [PATCH] perlport.pod 1.38
14803 Date: Thu, 31 Dec 1998 09:06:48 -0500
14804 Message-Id: <v04020a1db2b1352ec92a@[192.168.0.77]>
14807 ____________________________________________________________________________
14808 [ 2546] By: jhi on 1998/12/31 11:18:17
14809 Log: From: Wilson P. Snyder II
14810 To: perl5-porters@perl.org
14811 Subject: [PATCH v5.5.53] REV2: Binary number support
14813 Message-ID: <199811301543.KAA15689@vulcan.maker.com>
14815 ! pod/perldata.pod pod/perldelta.pod pod/perlfunc.pod pp.c
14816 ! proto.h sv.c t/op/oct.t t/op/sprintf.t t/pragma/warn/util
14818 ____________________________________________________________________________
14819 [ 2545] By: jhi on 1998/12/31 09:27:40
14820 Log: From: "Todd C. Miller" <Todd.Miller@courtesan.com>
14821 To: perlbug@perl.com
14822 Subject: "perl -T -P" dumps core on OpenBSD and Linux
14823 Date: Wed, 30 Dec 1998 21:11:05 -0700 (MST)
14824 Message-Id: <199812310411.VAA37568@xerxes.courtesan.com>
14827 ____________________________________________________________________________
14828 [ 2544] By: jhi on 1998/12/31 09:21:45
14829 Log: From: Tim Bunce <Tim.Bunce@ig.co.uk>
14830 To: perlbug@perl.com
14831 Subject: bug in pod2man search for perl binary [5.005_5x]
14832 Date: Sat, 12 Dec 1998 23:08:51 +0000
14833 Message-ID: <19981212230851.A20578@ig.co.uk>
14836 ____________________________________________________________________________
14837 [ 2541] By: gbarr on 1998/12/30 14:37:14
14838 Log: From: jan.dubois@ibm.net (Jan Dubois)
14839 Date: Wed, 23 Dec 1998 21:26:38 +0100
14840 Message-ID: <36895086.8849224@smtp1.ibm.net>
14841 Subject: [PATCH 5.005_03m1] subdirectory Makefiles should inherit CAPI setting from command line
14842 Branch: maint-5.005/perl
14843 ! lib/ExtUtils/MakeMaker.pm
14844 ____________________________________________________________________________
14845 [ 2540] By: jhi on 1998/12/30 08:42:04
14846 Log: Evermore AUTHORS and MAINTAIN.
14849 ____________________________________________________________________________
14850 [ 2539] By: jhi on 1998/12/29 15:10:34
14851 Log: More AUTHORS and MAINTAIN.
14854 ____________________________________________________________________________
14855 [ 2537] By: jhi on 1998/12/29 14:34:47
14856 Log: From: Frank Ridderbusch <Frank.Ridderbusch@pdb.siemens.de>
14857 Date: Tue, 15 Dec 1998 16:23:12 +0100 (MET)
14858 Message-ID: <13942.32480.700000.640927@utensil>
14859 Subject: Minor Bug in AutoSplit.qm in 5.005 and 5.004
14860 (mirror change#2531 in the 5.005-maint)
14863 ____________________________________________________________________________
14864 [ 2531] By: gbarr on 1998/12/29 14:12:25
14865 Log: change in_pod pattern to /^=\w/ from /^=/
14866 From: Frank Ridderbusch <Frank.Ridderbusch@pdb.siemens.de>
14867 Date: Tue, 15 Dec 1998 16:23:12 +0100 (MET)
14868 Message-ID: <13942.32480.700000.640927@utensil>
14869 Subject: Minor Bug in AutoSplit.qm in 5.005 and 5.004
14870 Branch: maint-5.005/perl
14872 ____________________________________________________________________________
14873 [ 2525] By: jhi on 1998/12/29 13:06:26
14874 Log: From: "Vishal Bhatia" <vishalb@hotmail.com>
14875 To: perl5-porters@perl.org
14876 Subject: [PATCH 5.005_54] More minor Fixes in CC.pm/C.pm
14877 Date: 16 Dec 1998 03:17:03 +0200
14878 Message-ID: <MLIST_199812160055.QAA06272@f10.hotmail.com>
14880 ! ext/B/B/C.pm ext/B/B/CC.pm ext/B/B/Stackobj.pm
14881 ____________________________________________________________________________
14882 [ 2524] By: jhi on 1998/12/29 13:00:06
14883 Log: From: "Vishal Bhatia" <vishalb@hotmail.com>
14884 To: perl5-porters@perl.org
14885 Cc: rmb1@cise.npl.co.uk, nick@ni-s.u-net.com
14886 Subject: [PATCH 5.005_54] Re:perlcc -e 'my $x = shift; print +($x ?...' failure
14887 Date: 10 Dec 1998 08:30:02 +0200
14888 Message-ID: <MLIST_19981210061651.29891.qmail@hotmail.com>
14890 (Nick's part was applied earlier, in change #2460)
14892 ! ext/B/B.xs ext/B/B/C.pm ext/B/B/CC.pm ext/B/B/Stackobj.pm
14893 ____________________________________________________________________________
14894 [ 2523] By: jhi on 1998/12/29 12:41:31
14895 Log: From: "vishal bhatia" <vishalb@hotmail.com>
14896 To: nick@ni-s.u-net.com
14897 Cc: perl5-porters@perl.org
14898 Subject: [PATCH 5.005_54] return value of perlcc/B::CC generated functions.
14899 Date: 9 Dec 1998 06:50:30 +0200
14900 Message-ID: <MLIST_19981209043146.16829.qmail@hotmail.com>
14903 ____________________________________________________________________________
14904 [ 2522] By: jhi on 1998/12/29 12:15:18
14905 Log: From: rjk@linguist.dartmouth.edu (Ronald J. Kimball)
14906 To: perl5-porters@perl.org (Perl 5 Porters)
14907 Subject: [PATCH 5.005_54] Pod::Text.pm reformating indented paragraphs
14908 Date: 25 Dec 1998 23:02:28 +0200
14909 Message-ID: <MLIST_199812252034.PAA27812@linguist.dartmouth.edu>
14912 ____________________________________________________________________________
14913 [ 2521] By: jhi on 1998/12/29 12:07:54
14914 Log: Undo #2519 (breaks universal.c).
14917 ____________________________________________________________________________
14918 [ 2519] By: jhi on 1998/12/29 11:41:10
14919 Log: From: Joshua Pritikin <joshua.pritikin@db.com>
14920 To: perl5-porters@perl.org
14921 Cc: perl-xs@perl.org
14922 Subject: XSUB.h refinement [PATCH]
14923 Date: 18 Dec 1998 03:58:44 +0200
14924 Message-ID: <MLIST_Pine.GSO.4.02.9812171733330.589-100000@eq1062.wks.na.deuba.com>
14927 ____________________________________________________________________________
14928 [ 2518] By: jhi on 1998/12/29 11:36:19
14929 Log: From: abigail@fnx.com
14930 To: perl5-porters@perl.org (Perl Porters)
14931 Subject: [PATCH 5.005_02; lib/fields.pm] Typos in pod.
14932 Date: 28 Dec 1998 21:39:15 +0200
14933 Message-ID: <MLIST_19981228191612.8380.qmail@alexandra.wayne.fnx.com>
14936 ____________________________________________________________________________
14937 [ 2517] By: jhi on 1998/12/29 11:35:03
14938 Log: Document change #2516.
14940 ! pod/perldelta.pod
14941 ____________________________________________________________________________
14942 [ 2516] By: jhi on 1998/12/29 11:32:26
14943 Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
14944 To: perl5-porters@perl.org (Mailing list Perl5)
14945 Subject: [PATCH 5.005_53] Warn on unrecognized alpha escapes.
14946 Date: 9 Dec 1998 10:39:31 +0200
14947 Message-ID: <MLIST_199812090823.DAA17566@monk.mps.ohio-state.edu>
14949 ! pod/perldiag.pod regcomp.c toke.c
14950 ____________________________________________________________________________
14951 [ 2515] By: jhi on 1998/12/29 11:27:11
14952 Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
14953 To: perl5-porters@perl.org (Mailing list Perl5)
14954 Subject: [PATCH 5.005_53] Bugs in hairy interactions of feature in REx
14955 Date: 8 Dec 1998 09:02:04 +0200
14956 Message-ID: <MLIST_199812080637.BAA16025@monk.mps.ohio-state.edu>
14958 \G fixes (wasn't working right with //g, s///, and $_ in (?{})).
14960 ! pp_ctl.c pp_hot.c regexec.c regexp.h t/op/pat.t t/op/subst.t
14961 ____________________________________________________________________________
14962 [ 2514] By: jhi on 1998/12/29 11:21:31
14963 Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
14964 To: perl5-porters@perl.org (Mailing list Perl5)
14965 Subject: [PATCH 5.005_53] Regexp tests and UTF8
14966 Date: 8 Dec 1998 07:02:01 +0200
14967 Message-ID: <MLIST_199812080447.XAA05297@monk.mps.ohio-state.edu>
14970 ____________________________________________________________________________
14971 [ 2513] By: jhi on 1998/12/29 11:18:34
14972 Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
14973 Subject: [PATCH 5.005_*] Dumpvar.pm
14974 To: perl5-porters@perl.org (Mailing list Perl5)
14975 Date: 7 Dec 1998 10:17:35 +0200
14976 Message-ID: <MLIST_199812070744.CAA18949@monk.mps.ohio-state.edu>
14980 ____________________________________________________________________________
14981 [ 2511] By: gbarr on 1998/12/28 14:55:28
14982 Log: From: jan.dubois@ibm.net (Jan Dubois)
14983 Date: Tue, 01 Dec 1998 00:07:33 +0100
14984 Message-ID: <366921b5.14512598@smtp1.ibm.net>
14985 Subject: Re: 5.005_03-MAINT-TRIAL1, [PATCH] to compile on Win32
14987 From: jan.dubois@ibm.net (Jan Dubois)
14988 Date: Wed, 02 Dec 1998 00:24:54 +0100
14989 Message-ID: <366a77bb.19498126@smtp1.ibm.net>
14990 Subject: Re: 5.005_03-MAINT-TRIAL1, [PATCH] spaces in filenames support
14991 Branch: maint-5.005/perl
14992 ! perl.h proto.h taint.c win32/GenCAPI.pl win32/Makefile
14993 ! win32/config.bc win32/config.gc win32/config.vc
14994 ! win32/config_sh.PL win32/makedef.pl
14995 ____________________________________________________________________________
14996 [ 2509] By: jhi on 1998/12/28 13:00:31
14997 Log: Kickstart AUTHORS and MAINTAIN.
15001 ____________________________________________________________________________
15002 [ 2508] By: jhi on 1998/12/28 08:04:00
15003 Log: From: Nathan Torkington <gnat@frii.com>
15004 To: perlbug@perl.com
15005 Subject: [PATCH] perlxstut.pod fix
15006 Date: Sat, 26 Dec 1998 14:28:21 +1300 (NZDT)
15007 Message-ID: <13956.15285.933914.320849@localhost.frii.com>
15009 ! pod/perlxstut.pod
15010 ____________________________________________________________________________
15011 [ 2507] By: jhi on 1998/12/28 07:59:00
15012 Log: From: abigail@fnx.com
15013 To: perlbug@perl.com
15014 Subject: [PATCH 5.005_02] Re: m// doc is buggy (was Re: m'$foo' is undocumented)
15015 Date: Wed, 23 Dec 1998 22:59:59 -0500 (EST)
15016 Message-ID: <19981224035959.16994.qmail@alexandra.wayne.fnx.com>
15017 (slightly modified, a part of the patch was rejected)
15018 (strange, I thought I had already submitted this one
15019 but Perforce disagrees with me...)
15022 ____________________________________________________________________________
15023 [ 2506] By: jhi on 1998/12/28 07:56:59
15024 Log: From: Artur <artur@vogon-solutions.com>
15025 To: perlbug@perl.com
15026 Subject: PATCH: perlmodlib.pod
15027 Date: Fri, 25 Dec 1998 00:48:39 +0000
15028 Message-ID: <3682E0E7.EBFB5D65@vogon-solutions.com>
15030 ! pod/perlmodlib.pod pod/perlop.pod
15031 ____________________________________________________________________________
15032 [ 2505] By: jhi on 1998/12/28 07:46:06
15033 Log: From: abigail@fnx.com
15034 To: perl5-porters@perl.org (Perl Porters)
15035 Subject: [PATCH 5.005_02] Typo in documentation of pod2html.
15036 Date: Wed, 23 Dec 1998 22:32:07 -0500 (EST)
15037 Message-ID: <19981224033207.16751.qmail@alexandra.wayne.fnx.com>
15040 ____________________________________________________________________________
15041 [ 2504] By: jhi on 1998/12/28 07:44:35
15042 Log: From: Jim Avera <avera@fjst.com>
15043 To: perlbug@perl.com
15044 Subject: perlbug bug - shows dates reversed
15045 Date: Wed, 23 Dec 1998 18:08:56 -0800 (PST)
15046 Message-Id: <199812240208.SAA27616@membrane.ssd.hal.com>
15049 ____________________________________________________________________________
15050 [ 2503] By: jhi on 1998/12/28 07:41:39
15051 Log: From: jan.dubois@ibm.net (Jan Dubois)
15052 To: makemaker@franz.ww.TU-Berlin.DE, perl5-porters@perl.org
15053 Subject: [PATCH 5.005_03m1] subdirectory Makefiles should inherit CAPI setting from command line
15054 Date: Wed, 23 Dec 1998 21:26:38 +0100
15055 Message-ID: <36895086.8849224@smtp1.ibm.net>
15057 ! lib/ExtUtils/MakeMaker.pm
15058 ____________________________________________________________________________
15059 [ 2502] By: jhi on 1998/12/28 07:39:20
15060 Log: From: Blair Zajac <bzajac@geostaff.com>
15061 To: perl5-porters@perl.org
15062 Subject: Tie::SubstrHash patch
15063 Date: Wed, 23 Dec 1998 17:13:32 -0800
15064 Message-ID: <3681953C.8B6A90AA@geostaff.com>
15066 ! lib/Tie/SubstrHash.pm
15067 ____________________________________________________________________________
15068 [ 2501] By: jhi on 1998/12/28 07:37:16
15069 Log: From: Alan.Harder@Ebay.Sun.COM (Alan Harder)
15070 To: perlbug@perl.com
15071 Subject: perlfaq9 minor error
15072 Date: Wed, 23 Dec 1998 14:54:19 -0800
15073 Message-Id: <199812232254.OAA05986@moshpit.EBay.Sun.COM>
15076 ____________________________________________________________________________
15077 [ 2500] By: jhi on 1998/12/23 10:38:18
15078 Log: More porting notes about filesystems, AmigaOS, and MiNT.
15081 ____________________________________________________________________________
15082 [ 2499] By: jhi on 1998/12/22 09:26:49
15083 Log: Add few MSG_ and uio constants.
15085 ! ext/Socket/Socket.pm ext/Socket/Socket.xs iperlsys.h
15086 ____________________________________________________________________________
15087 [ 2498] By: jhi on 1998/12/22 08:39:30
15088 Log: Slight recoding of util.c:repeatcpy() to circumnavigate
15089 a Digital C compiler optimizer bug that broke the 'x'
15090 operator under certain circumstances. See t/op/repeat.t
15091 test #20 for graphic details. Reported in
15093 From: Gisle Aas <gisle@aas.no>
15094 To: Mark Martinec <Mark.Martinec@nsc.ijs.si>
15095 Cc: ach@xray.mpe.mpg.de, cpan-testers@perl.org, perl5-porters@perl.org
15096 Subject: Re: Digest-MD5-2.00 test fails on DEC Alpha - a patch
15097 Date: 18 Dec 1998 14:27:40 +0100
15098 Message-ID: <m37lvpa8c3.fsf@furu.g.aas.no>
15100 and discussed further in the thread
15102 From: Jarkko Hietaniemi <jhi@iki.fi>
15103 To: Gisle Aas <gisle@aas.no>
15104 Cc: Mark Martinec <Mark.Martinec@nsc.ijs.si>, ach@xray.mpe.mpg.de,
15105 cpan-testers@perl.org, perl5-porters@perl.org
15106 Subject: x operator broken in DEC Alpha for 8-bit characters (Re: Digest-MD5-2.00 test fails on DEC Alpha - a patch)
15107 Date: Fri, 18 Dec 1998 16:18:37 +0200 (EET)
15108 Message-ID: <13946.25661.193449.138023@alpha.hut.fi>
15110 ! t/op/repeat.t util.c
15111 ____________________________________________________________________________
15112 [ 2497] By: jhi on 1998/12/21 14:18:57
15113 Log: Change #2483 update.
15116 ____________________________________________________________________________
15117 [ 2496] By: jhi on 1998/12/21 14:07:41
15118 Log: Update on change #2493.
15121 ____________________________________________________________________________
15122 [ 2495] By: jhi on 1998/12/21 13:52:00
15123 Log: Change #2487 aftershock.
15126 ____________________________________________________________________________
15127 [ 2494] By: jhi on 1998/12/21 12:35:00
15128 Log: From: Chris Nandor <pudge@pobox.com>
15129 To: perl5-porters@perl.org
15130 Subject: [PATCH] perlport.pod v1.37
15131 Date: Sat, 19 Dec 1998 12:54:34 -0500
15132 Message-Id: <v04020a03b2a194aaa676@[192.168.0.77]>
15135 ____________________________________________________________________________
15136 [ 2493] By: jhi on 1998/12/21 12:22:44
15137 Log: From: Mark-Jason Dominus <mjd@plover.com>
15138 To: perl5-porters@perl.com
15139 Subject: PATCH (5.005_02): Dejargonizing
15140 Date: Sun, 20 Dec 1998 14:35:20 -0500
15141 Message-ID: <19981220193520.11230.qmail@plover.com>
15143 From: Mark-Jason Dominus <mjd@plover.com>
15144 To: perl5-porters@perl.com
15145 Subject: PATCH (5.005_02): Spelling correction in warning message
15146 Date: Sun, 20 Dec 1998 13:51:30 -0500
15147 Message-ID: <19981220185130.11067.qmail@plover.com>
15150 ____________________________________________________________________________
15151 [ 2492] By: jhi on 1998/12/21 09:00:05
15152 Log: From: "Vishal Bhatia" <vishalb@hotmail.com>
15153 To: perl5-porters@perl.org
15154 Subject: [PATCH 5.005_54] pp_next/pp_last/pp_redo problems
15155 Date: Sun, 20 Dec 1998 19:03:25 PST
15156 Message-ID: <19981221030326.27660.qmail@hotmail.com>
15158 (slightly reformatted)
15161 ____________________________________________________________________________
15162 [ 2491] By: nick on 1998/12/20 14:21:29
15163 Log: Save _all_ GV's which have SV, AV or HV set.
15166 ____________________________________________________________________________
15167 [ 2490] By: jhi on 1998/12/18 15:13:19
15168 Log: Add idea about generalising cpp symbol probing of Errno.
15171 ____________________________________________________________________________
15172 [ 2489] By: jhi on 1998/12/18 14:47:57
15173 Log: Address some of the issues of:
15175 From: Tom Christiansen <tchrist@jhereg.perl.com>
15176 To: perl-porters-active@jhereg.perl.com
15177 Subject: Undocumentation Issues for 5.005
15178 Date: Thu, 17 Dec 1998 14:46:24 -0700
15179 Message-Id: <199812172146.OAA05316@jhereg.perl.com>
15181 ! pod/perl5005delta.pod
15182 ____________________________________________________________________________
15183 [ 2488] By: jhi on 1998/12/18 11:26:32
15184 Log: From: root <root@dubravka.in-berlin.de>
15185 To: perlbug@perl.com
15186 Cc: k@dubravka.in-berlin.de
15187 Subject: Please add no_modify to PERL_POLLUTE
15188 Date: Fri, 18 Dec 1998 10:45:52 +0100
15189 Message-Id: <199812180945.KAA05275@dubravka.in-berlin.de>
15191 (Really from Andreas König)
15194 ____________________________________________________________________________
15195 [ 2487] By: jhi on 1998/12/17 14:05:52
15196 Log: Some (by far not all) issues of the below message addressed.
15198 From: Tom Christiansen <tchrist@jhereg.perl.com>
15199 To: The Perl Porters Mailing List <perl5-porters@perl.org>
15200 Subject: important UNDOC issues for 5.005_54
15201 Date: Wed, 16 Dec 1998 21:14:53 -0700
15202 Message-Id: <199812170414.VAA25860@jhereg.perl.com>
15204 ! lib/warning.pm pod/perl5005delta.pod pod/perldelta.pod
15205 ____________________________________________________________________________
15206 [ 2486] By: jhi on 1998/12/17 12:47:15
15207 Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
15208 To: domo@computer.org
15209 Cc: jhi@iki.fi, perl5-porters@perl.org
15210 Subject: Re: stuff related to malloc.c
15211 Date: Wed, 16 Dec 1998 16:40:27 -0500 (EST)
15212 Message-Id: <199812162140.QAA04925@monk.mps.ohio-state.edu>
15215 ____________________________________________________________________________
15216 [ 2485] By: jhi on 1998/12/17 12:17:19
15217 Log: More porting notes.
15219 ! Porting/pumpkin.pod
15220 ____________________________________________________________________________
15221 [ 2484] By: jhi on 1998/12/15 08:38:05
15222 Log: Undo #2386 and #2205.
15225 ____________________________________________________________________________
15226 [ 2483] By: jhi on 1998/12/14 17:58:35
15227 Log: lib was missing from @INC.
15230 ____________________________________________________________________________
15231 [ 2482] By: jhi on 1998/12/14 17:52:42
15232 Log: Was missing use Text::Wrap.
15235 ____________________________________________________________________________
15236 [ 2481] By: jhi on 1998/12/14 16:00:22
15237 Log: nlist.h not yet Configure-probed but DynaLoader Linux-hinted.
15239 From: Jonathan Roy <roy@idle.com>
15240 To: perl5-porters@perl.org
15241 Subject: nlist.h add to Configure checks?
15242 Date: Sun, 13 Dec 1998 22:22:49 -0500
15243 Message-Id: <4.1.19981213221847.00a3e100@pop-server.tampabay.rr.com>
15245 + ext/DynaLoader/hints/linux.pl
15247 ____________________________________________________________________________
15248 [ 2480] By: jhi on 1998/12/14 15:02:44
15249 Log: Give up completely using nm in AIX.
15251 From: "Kurt D. Starsinic" <kstar@chapin.edu>
15252 To: Gurusamy Sarathy <gsar@engin.umich.edu>, Jarkko Hietaniemi <jhi@iki.fi>
15253 Cc: perl5-porters@perl.org
15254 Subject: [PATCH 5.005_54] AIX 4.3.1.0 fails to locate some functions
15255 Date: Thu, 10 Dec 1998 00:51:46 -0500
15256 Message-ID: <19981210005146.B29986@O2.chapin.edu>
15259 ____________________________________________________________________________
15260 [ 2479] By: jhi on 1998/12/14 14:39:52
15261 Log: AIX' error messages are different.
15263 From: "Kurt D. Starsinic" <kstar@chapin.edu>
15264 To: Gurusamy Sarathy <gsar@engin.umich.edu>
15265 Cc: perl5-porters@perl.org
15266 Subject: [PATCH 5.005_54] AIX 4.1.3.0 fails pragma/warning.t
15267 Date: Thu, 10 Dec 1998 00:42:36 -0500
15268 Message-ID: <19981210004236.A29986@O2.chapin.edu>
15270 From: Michael Engel <engel@nms1.cc.huji.ac.il>
15271 To: perlbug@perl.com
15272 Subject: erroes in installing perl5*53 on IBM RS6000, aix 4.1
15273 Date: Mon, 14 Dec 1998 16:15:20 +0200 (IST)
15274 Message-ID: <Pine.A41.4.05_heb2.07.9812141609500.58712-300000@nms1.cc.huji.ac.il>
15276 ! t/pragma/warn/doio
15277 ____________________________________________________________________________
15278 [ 2475] By: jhi on 1998/12/13 12:35:55
15279 Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
15281 Cc: Carl_Adler@idx.com, perl5-porters@perl.org
15282 Subject: Re: stuff related to malloc.c
15283 Date: Sat, 12 Dec 1998 19:39:44 -0500 (EST)
15284 Message-Id: <199812130039.TAA21704@monk.mps.ohio-state.edu>
15287 ____________________________________________________________________________
15288 [ 2474] By: jhi on 1998/12/13 12:32:42
15289 Log: Some notes about porting issues.
15291 ! Porting/pumpkin.pod
15292 ____________________________________________________________________________
15293 [ 2473] By: jhi on 1998/12/13 12:03:58
15294 Log: From: Laszlo Molnar <ml1050@freemail.c3.hu>
15295 To: Perl 5 Porters <perl5-porters@perl.org>
15296 Subject: [patch 5.005_02] dos-djgpp update
15297 Date: Sun, 13 Dec 1998 00:08:44 +0100
15298 Message-ID: <19981213000844.C264@beeblebrox>
15300 ! djgpp/config.over
15301 ____________________________________________________________________________
15302 [ 2472] By: gbarr on 1998/12/12 17:12:28
15303 Log: undo changes to Exporter.pm from #2312
15304 Branch: maint-5.005/perl
15306 ____________________________________________________________________________
15307 [ 2465] By: jhi on 1998/12/12 12:31:21
15308 Log: Document that qw() taints.
15310 From: Christian Burger <burger@terra.mpikg-teltow.mpg.de>
15311 To: perlbug@perl.com
15312 Subject: taint problems
15313 Date: Sun, 1 Nov 1998 22:28:41 +0100 (MET)
15314 Message-Id: <199811012128.WAA23381@terra.mpikg-teltow.mpg.de>
15317 ____________________________________________________________________________
15318 [ 2464] By: jhi on 1998/12/11 14:09:51
15319 Log: From: Horst von Brand <vonbrand@sleipnir.valparaiso.cl>
15320 To: dist-users@foretune.co.jp
15321 Subject: (dist-users 871) dist-3.0@70 generates lots of main() without type
15322 Date: Mon, 07 Dec 1998 20:13:04 -0400
15323 Message-Id: <199812072313.UAA06181@sleipnir.valparaiso.cl>
15326 ____________________________________________________________________________
15327 [ 2463] By: jhi on 1998/12/11 13:29:54
15331 ____________________________________________________________________________
15332 [ 2462] By: jhi on 1998/12/11 08:37:58
15333 Log: From: Mark Kettenis <kettenis@phys.uva.nl>
15334 To: perl5-porters@perl.org
15335 Subject: [PATCH]5.005_54 (CONFIG) Added support for GNU/Hurd
15336 Date: Thu, 10 Dec 1998 22:00:57 +0100 (CET)
15337 Message-Id: <199812102100.WAA00097@delius.kettenis.nl>
15340 ____________________________________________________________________________
15341 [ 2461] By: nick on 1998/12/10 21:00:50
15342 Log: Date: Wed, 09 Dec 1998 22:16:50 PST
15343 From: Vishal Bhatia <vishalb@hotmail.com>
15344 1. Fixes the bug reported by Robin Barker <rmb1@cise.npl.co.uk>
15345 2. Fixes the bug regarding return value of c-functions generated out
15346 of perl subs. ( Just includes the patch I sent earlier)
15347 3. Incorporates the other changes that need to be done to get CC.pm
15348 use ISA search for packages and methods on the same lines as C.pm
15350 Vishal would appreciate comments about B::Stackobj changes from
15351 someone knowing that module well.
15353 ! ext/B/B/C.pm ext/B/B/CC.pm ext/B/B/Stackobj.pm
15354 ____________________________________________________________________________
15355 [ 2460] By: jhi on 1998/12/08 08:11:27
15356 Log: Integrate from mainperl.
15358 !> Changes ext/B/B.pm ext/B/B.xs ext/B/B/C.pm ext/B/B/CC.pm
15359 !> ext/B/B/Deparse.pm perl.h pod/perl.pod pod/perl5005delta.pod
15360 !> pod/perldiag.pod pod/perlfunc.pod pp_sys.c t/lib/io_unix.t
15362 ____________________________________________________________________________
15363 [ 2459] By: jhi on 1998/12/07 07:50:11
15364 Log: From: hansm@icgroup.nl
15365 Subject: Not OK: perl 5.00503 +MAINT_TRIAL_1 on OPENSTEP-Mach 4_1 (UNINSTALLED)
15366 Reply-To: hansmu@xs4all.nl
15367 To: perlbug@perl.com
15368 Date: Sun, 6 Dec 98 22:19:54 +0100
15369 Message-Id: <9812062116.AA26445@icgned.icgroup.nl>
15372 ____________________________________________________________________________
15373 [ 2458] By: gsar on 1998/12/07 06:00:55
15374 Log: fix dup lexical
15376 ! ext/B/B/Deparse.pm t/lib/io_unix.t
15377 ____________________________________________________________________________
15378 [ 2457] By: gsar on 1998/12/06 14:38:59
15379 Log: mention limit on line numbers reported by diagnostics
15381 ! pod/perl.pod toke.c
15382 ____________________________________________________________________________
15383 [ 2456] By: gsar on 1998/12/06 13:49:02
15384 Log: branch perldelta.pod
15385 Branch: maint-5.005/perl
15386 +> pod/perldelta.pod
15387 ____________________________________________________________________________
15388 [ 2455] By: gsar on 1998/12/06 13:47:21
15389 Log: clobber perldelta.pod to reestablish branch from perl5005delta.pod
15390 Branch: maint-5.005/perl
15391 - pod/perldelta.pod
15392 ____________________________________________________________________________
15393 [ 2454] By: gsar on 1998/12/06 13:35:31
15394 Log: fix outdated/incorrect info about arbitrary limits
15396 ! Changes perl.h pod/perl.pod pod/perl5005delta.pod
15397 ! pod/perldiag.pod pod/perlfunc.pod pp_sys.c util.c
15398 ____________________________________________________________________________
15399 [ 2453] By: nick on 1998/12/05 16:14:42
15400 Log: Avoid hard-coding op numbers
15401 Update CC.pm to save %INC, and to co-exist with new C.pm
15403 ! ext/B/B.pm ext/B/B.xs ext/B/B/C.pm ext/B/B/CC.pm
15404 ____________________________________________________________________________
15405 [ 2452] By: nick on 1998/12/05 10:44:28
15406 Log: B.xs had its own code to calculate hash() which differed from
15407 PERL_HASH in hv.h - so all saved HV's were mangled - including %INC
15408 which meant that run-time require was re-done.
15409 Removed some debug from C.pm
15411 ! ext/B/B.xs ext/B/B/C.pm
15412 ____________________________________________________________________________
15413 [ 2451] By: nick on 1998/12/04 21:58:49
15414 Log: Snapshot of re-worked B::C which compiles Tk apps at least as
15415 well as _54, but with pre-scan for classes and save the ISA scheme.
15418 ____________________________________________________________________________
15419 [ 2450] By: nick on 1998/12/04 17:58:44
15420 Log: Vishal Bhatia's patch as a basis.
15422 ! ext/B/B/C.pm ext/B/B/CC.pm
15423 ____________________________________________________________________________
15424 [ 2449] By: jhi on 1998/12/04 16:39:21
15425 Log: Integrate from mainperl.
15427 !> t/op/goto.t t/op/tr.t
15428 ____________________________________________________________________________
15429 [ 2448] By: gsar on 1998/12/04 06:06:49
15430 Log: tweak test for UTEST
15433 ____________________________________________________________________________
15434 [ 2444] By: jhi on 1998/12/03 14:37:22
15435 Log: s/\bthe the\b/the/g *.pod
15437 ! pod/perlfaq8.pod pod/perlfunc.pod pod/perlguts.pod
15438 ____________________________________________________________________________
15439 [ 2443] By: jhi on 1998/12/03 13:39:53
15440 Log: Change#2441 aftermath.
15442 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
15443 ! config_h.SH thread.h vms/subconfigure.com
15444 ____________________________________________________________________________
15445 [ 2441] By: jhi on 1998/12/03 08:15:13
15446 Log: From: Dan Sugalski <sugalskd@osshe.edu>
15447 To: perl5-porters@perl.org, vmsperl@cor.newman.upenn.edu
15448 Subject: [PATCH 5.005_54]Initial VMS patches
15449 Date: 3 Dec 1998 01:05:55 +0200
15450 Message-ID: <MLIST_3.0.6.32.19981202141057.0339a7f0@ous.edu>
15452 The patch to config_h.SH requires more study because
15453 metaconfig needs to agree.
15455 ! config_h.SH configure.com global.sym lib/ExtUtils/MM_VMS.pm
15456 ! t/lib/textfill.t t/pragma/warning.t vms/descrip_mms.template
15457 ! vms/gen_shrfls.pl vms/subconfigure.com vms/vmsish.h
15458 ____________________________________________________________________________
15459 [ 2440] By: gsar on 1998/12/03 01:32:16
15460 Log: add failed check-in of goto.t from change#1867
15463 ____________________________________________________________________________
15464 [ 2437] By: jhi on 1998/12/02 18:03:51
15465 Log: Fix most of the bad L<> links of
15467 From: Tom Christiansen <tchrist@jhereg.perl.com>
15468 Subject: bad L<> links
15469 Reply-to: tchrist@perl.com
15470 To: perlbug@jhereg.perl.com
15471 Date: Tue, 11 Aug 1998 10:58:07 -0500
15472 Message-Id: <199808111658.KAA00484@jhereg.perl.com>
15474 The ones not fixed may require darker Pod::HTML magic,
15475 for example the perlguts.html#tags should work fine, IMHO.
15477 ! pod/perl5005delta.pod pod/perlcall.pod pod/perldata.pod
15478 ! pod/perldiag.pod pod/perlfaq5.pod pod/perlfaq7.pod
15479 ! pod/perlfunc.pod pod/perlguts.pod pod/perllocale.pod
15480 ! pod/perlobj.pod pod/perlport.pod pod/perlsub.pod
15482 ____________________________________________________________________________
15483 [ 2436] By: jhi on 1998/12/02 16:35:04
15484 Log: One paste too many in #2345.
15487 ____________________________________________________________________________
15488 [ 2435] By: jhi on 1998/12/02 16:32:33
15489 Log: Pod::Html and Pod::Text were not locale-savvy:
15490 for example in =head1 all non-ASCII-\w-runs were
15491 turned into underscores in NAME tags. This could
15492 result in several NAME tags becoming identical.
15495 From: Fyodor Krasnov <fyodor@aha.ru>
15496 Subject: pod2html vs Russian Characters
15497 To: Tom.Christiansen@snn.aha.ru, tchrist@perl.com
15498 Date: Tue, 24 Nov 1998 19:00:36 +0300 (MSK)
15499 Message-Id: <199811241600.TAA05149@stat.aha.ru>
15501 ! lib/Pod/Html.pm lib/Pod/Text.pm
15502 ____________________________________________________________________________
15503 [ 2434] By: jhi on 1998/12/02 10:29:00
15504 Log: The real Mc5_54 integration.
15506 !> Changes MANIFEST pod/perlhist.pod pp_hot.c
15507 ____________________________________________________________________________
15508 [ 2433] By: jhi on 1998/12/02 08:52:13
15509 Log: From: Andy Dougherty <doughera@lafayette.edu>
15510 To: Perl Porters <perl5-porters@perl.org>
15511 Subject: [PATCH 5.005_xx] Missing redirection of simple test program
15512 Date: Tue, 1 Dec 1998 13:40:12 -0500 (EST)
15513 Message-Id: <Pine.SUN.3.96.981201133546.4288K-100000@newton.phys>
15516 ____________________________________________________________________________
15517 [ 2432] By: jhi on 1998/12/02 08:49:47
15518 Log: From: Andy Dougherty <doughera@lafayette.edu>
15519 To: Perl Porters <perl5-porters@perl.org>
15520 Subject: [PATCH 5.005_xx] erroneous 'none' in lddlflags
15521 Date: Tue, 1 Dec 1998 12:50:27 -0500 (EST)
15522 Message-Id: <Pine.SUN.3.96.981201124929.4288H-100000@newton.phys>
15525 ____________________________________________________________________________
15526 [ 2431] By: jhi on 1998/12/01 16:11:50
15527 Log: From: achampio@lehman.com (Alan Champion)
15528 Subject: Not OK: perl 5.00503 +MAINT_TRIAL_1 on sun4-solaris 2.3 (UNINSTALLED)
15529 To: perlbug@perl.com
15530 Date: 1 Dec 1998 17:36:33 +0200
15531 Message-ID: <MLIST_9812011518.AA00005@lonhpov1.lehman.com>
15536 ____________________________________________________________________________
15537 [ 2430] By: gsar on 1998/12/01 12:12:50
15538 Log: 5.005_54, as released
15540 ! Changes MANIFEST pod/perlhist.pod pp_hot.c
15541 ____________________________________________________________________________
15542 [ 2429] By: jhi on 1998/12/01 11:28:39
15543 Log: From: Anton Berezin <tobez@plab.ku.dk>
15544 To: perl5-porters@perl.org
15545 Subject: [PATCH 5.005_54] Configure - hints/freebsd.sh signal handler type
15546 Date: 30 Nov 1998 19:46:24 +0100
15547 Message-ID: <864srhhvcv.fsf@lion.plab.ku.dk>
15550 ____________________________________________________________________________
15551 [ 2428] By: jhi on 1998/12/01 11:08:16
15552 Log: Integrate from _54 mainperl modulo the NetBSD ifdef in util.c.
15554 +> (branch 30 files)
15555 !> (integrate 71 files)
15556 ____________________________________________________________________________
15557 [ 2427] By: jhi on 1998/12/01 10:51:37
15558 Log: Default to accepting a hinted $randfunc even when $csym
15559 does not find it. (the previous defaylt behaviour was not
15563 ____________________________________________________________________________
15564 [ 2426] By: jhi on 1998/12/01 10:13:03
15565 Log: Separated the [:foo:] parsing to its own function.
15569 ____________________________________________________________________________
15570 [ 2425] By: jhi on 1998/12/01 08:22:49
15571 Log: Typo in comments.
15574 ____________________________________________________________________________
15575 [ 2424] By: jhi on 1998/12/01 08:21:38
15576 Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
15577 Subject: [PATCH 5.005_*] Debugger 'v' command
15578 To: perl5-porters@perl.org (Mailing list Perl5)
15579 Date: 1 Dec 1998 07:55:11 +0200
15580 Message-ID: <MLIST_199812010534.AAA21371@monk.mps.ohio-state.edu>
15583 ____________________________________________________________________________
15584 [ 2423] By: jhi on 1998/12/01 08:19:08
15585 Log: From: pvhp@forte.com (Peter Prymmer)
15586 Subject: [PATCH 5.005_03t1 && 5.005_54]dll linkage side decks for OS/390
15587 To: perl5-porters@perl.org
15588 Date: 1 Dec 1998 07:27:11 +0200
15589 Message-ID: <MLIST_9812010508.AA07791@forte.com>
15592 ____________________________________________________________________________
15593 [ 2417] By: jhi on 1998/11/30 08:14:00
15594 Log: s/SCM_CREDENTIALSS/SCM_CREDENTIAL/
15596 ! ext/Socket/Socket.xs
15597 ____________________________________________________________________________
15598 [ 2416] By: jhi on 1998/11/30 08:00:15
15599 Log: Undo #2395, seems more like a problem in netbsd-current.
15607 ____________________________________________________________________________
15608 [ 2414] By: gsar on 1998/11/30 02:23:55
15609 Log: more JPL tweaks
15611 - jpl/JNI/MANIFEST jpl/PerlInterpreter/Makefile
15612 ! Changes MANIFEST jpl/JNI/JNI.pm jpl/README
15613 ____________________________________________________________________________
15614 [ 2413] By: gsar on 1998/11/30 01:35:56
15615 Log: stub bin/jpl that just runs JPL::Compile::files()
15618 ____________________________________________________________________________
15619 [ 2412] By: gsar on 1998/11/30 01:32:14
15620 Log: delete symlink
15623 ____________________________________________________________________________
15624 [ 2410] By: gsar on 1998/11/30 01:30:44
15625 Log: branch jpl from perlext to perl
15627 +> (branch 30 files)
15628 ____________________________________________________________________________
15629 [ 2407] By: gsar on 1998/11/30 01:24:53
15630 Log: JPL tweaks to build with 5.005
15632 ! jpl/JNI/JNI.xs jpl/JNI/typemap jpl/JPL/Compile.pm
15633 ! jpl/PerlInterpreter/PerlInterpreter.c jpl/README
15634 ____________________________________________________________________________
15635 [ 2406] By: gsar on 1998/11/30 00:55:54
15636 Log: integrate changes#2273,2274,2288,2291 from maint-5.004
15638 ! Porting/patchls doio.c lib/Sys/Syslog.pm t/op/die_exit.t
15639 ____________________________________________________________________________
15640 [ 2405] By: gsar on 1998/11/30 00:28:55
15641 Log: patchlevel up to 54
15643 ! patchlevel.h win32/Makefile win32/config_H.bc
15644 ! win32/config_H.gc win32/config_H.vc win32/makefile.mk
15645 ____________________________________________________________________________
15646 [ 2403] By: gsar on 1998/11/29 23:35:50
15647 Log: integrate cfgperl changes into mainline
15649 !> Configure Porting/Glossary Porting/config.sh Porting/config_H
15650 !> config_h.SH pod/perlfunc.pod t/op/grent.t t/op/pwent.t util.c
15651 ____________________________________________________________________________
15652 [ 2402] By: gsar on 1998/11/29 23:08:42
15653 Log: sync Text::Wrap version number
15656 ____________________________________________________________________________
15657 [ 2401] By: gsar on 1998/11/29 22:56:21
15658 Log: textfill.t tweak
15661 ____________________________________________________________________________
15662 [ 2400] By: gsar on 1998/11/29 22:50:41
15663 Log: update to Text::Wrap 98.112901 from David Muir Sharnoff
15667 ! MANIFEST lib/Text/Wrap.pm
15668 ____________________________________________________________________________
15669 [ 2399] By: gsar on 1998/11/29 22:28:05
15670 Log: updated to Text::Wrap 98.112801 from CPAN; one published change
15671 has happened without the authors knowledge or consent; the subversive
15672 version (which is in 5.00502) breaks one of the tests in the
15673 authors testsuite; attempts are being made to find a fix that
15674 avoids breaking code already running with the 5.005_02 version
15675 From: David Muir Sharnoff <muir@idiom.com>
15676 Date: Sat, 28 Nov 1998 04:34:17 PST
15677 Message-Id: <199811281234.EAA03082@idiom.com>
15678 Subject: Updated Text::Wrap, Time::ParseDate, File::Flock
15680 ! lib/Text/Wrap.pm t/lib/textwrap.t
15681 ____________________________________________________________________________
15682 [ 2397] By: nick on 1998/11/29 20:13:58
15683 Log: Update docs and English.pm for $^C
15685 ! lib/English.pm pod/perlvar.pod
15686 ____________________________________________________________________________
15687 [ 2396] By: jhi on 1998/11/29 20:13:03
15691 ____________________________________________________________________________
15692 [ 2395] By: jhi on 1998/11/29 19:59:12
15693 Log: Newer NetBSDs don't have NSIG in <sys/signal.h>, they need <signal.h>.
15696 ____________________________________________________________________________
15697 [ 2394] By: gsar on 1998/11/29 19:49:08
15698 Log: updated perlreftut.pod
15700 ! pod/perlreftut.pod
15701 ____________________________________________________________________________
15702 [ 2393] By: gsar on 1998/11/29 19:31:56
15705 ! ext/IO/Makefile.PL lib/Test.pm t/lib/io_poll.t t/op/sort.t
15706 ____________________________________________________________________________
15707 [ 2392] By: gsar on 1998/11/29 19:31:18
15708 Log: notes about -DPERL_POLLUTE
15710 ! INSTALL pod/perldelta.pod win32/Makefile win32/makefile.mk
15711 ____________________________________________________________________________
15712 [ 2391] By: gsar on 1998/11/29 19:13:52
15713 Log: explain various win32 build caveats more clearly
15715 ! README.win32 win32/Makefile win32/makefile.mk
15716 ____________________________________________________________________________
15717 [ 2390] By: gsar on 1998/11/29 16:51:59
15718 Log: remove I_POLL detection (Configure will do that now)
15720 ! ext/IO/Makefile.PL
15721 ____________________________________________________________________________
15722 [ 2389] By: jhi on 1998/11/29 16:39:16
15723 Log: Add I_POLL for IO 1.20.
15725 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
15727 ____________________________________________________________________________
15728 [ 2388] By: gsar on 1998/11/29 16:23:30
15729 Log: add p4desc (augments 'p4 describe' output with diffs for new files)
15733 ____________________________________________________________________________
15734 [ 2387] By: gsar on 1998/11/29 16:08:03
15735 Log: another threads reliability fix: serialize writes to thr->threadsv
15736 avoid most uses of PL_na (which is much more inefficient than a
15737 simple local); update docs to suit; PL_na now being thr->Tna may
15738 be a minor compatibility issue for extensions--will require dTHR
15739 outside of XSUBs (those get automatic dTHR)
15741 ! XSUB.h djgpp/djgpp.c doio.c doop.c dump.c ext/B/B.xs
15742 ! ext/DB_File/DB_File.xs ext/DynaLoader/dl_next.xs
15743 ! ext/Opcode/Opcode.xs ext/POSIX/POSIX.xs ext/Thread/Thread.xs
15744 ! ext/attrs/attrs.xs gv.c malloc.c mg.c op.c
15745 ! os2/OS2/REXX/REXX.xs os2/os2.c perl.c perly.c perly.y
15746 ! pod/perlcall.pod pod/perlembed.pod pod/perlguts.pod
15747 ! pod/perlxs.pod pp.c pp.h pp_ctl.c pp_hot.c pp_sys.c run.c sv.c
15748 ! t/op/pwent.t taint.c toke.c universal.c vmesa/vmesa.c
15749 ! vms/ext/Stdio/Stdio.xs vms/perly_c.vms vms/vms.c win32/win32.c
15750 ____________________________________________________________________________
15751 [ 2386] By: jhi on 1998/11/29 15:40:42
15752 Log: Tune the "if" entry.
15755 ____________________________________________________________________________
15756 [ 2385] By: gsar on 1998/11/29 12:40:28
15757 Log: various fixes for race conditions under threads: mutex locks based
15758 on PL_threadnum were seriously flawed, since it means more than one
15759 thread could enter the critical region; PL_na was global instead of
15760 thread-local; child thread could finish and free thr structures
15761 before Thread->new() got around to creating the Thread object;
15762 cv_clone() needed locking, as it mucks with PL_comppad and other
15763 global data; new_struct_thread() needed to lock template-thread's
15764 mutex while copying its data
15766 ! embedvar.h ext/Thread/Thread.xs gv.c op.c perl.c perlvars.h
15767 ! pp_hot.c thrdvar.h thread.h util.c win32/win32thread.c
15768 ____________________________________________________________________________
15769 [ 2384] By: gsar on 1998/11/29 10:54:38
15770 Log: s/warn/print/ on multiply defined groups
15773 ____________________________________________________________________________
15774 [ 2383] By: gsar on 1998/11/29 10:48:39
15775 Log: backout change#2334
15777 ! pod/perlfunc.pod pp_hot.c sv.c thrdvar.h
15778 ____________________________________________________________________________
15779 [ 2382] By: jhi on 1998/11/29 10:33:40
15780 Log: Better NetInfo behaviour.
15782 ! t/op/grent.t t/op/pwent.t
15783 ____________________________________________________________________________
15784 [ 2381] By: jhi on 1998/11/29 10:08:15
15785 Log: Integrate from mainperl.
15787 +> ext/IO/ChangeLog ext/IO/lib/IO/Dir.pm ext/IO/lib/IO/Poll.pm
15788 +> ext/IO/lib/IO/Socket/INET.pm ext/IO/lib/IO/Socket/UNIX.pm
15789 +> ext/IO/poll.c ext/IO/poll.h pod/perlreftut.pod
15790 +> t/lib/io_const.t t/lib/io_dir.t t/lib/io_multihomed.t
15791 +> t/lib/io_poll.t t/lib/io_unix.t
15792 !> (integrate 58 files)
15793 ____________________________________________________________________________
15794 [ 2380] By: gsar on 1998/11/29 08:22:49
15795 Log: prefer IO::Handle for IO if FileHandle:: is empty (as suggested by
15799 ____________________________________________________________________________
15800 [ 2379] By: gsar on 1998/11/29 07:06:43
15801 Log: fix for pat.t failure under USE_THREADS
15803 ! pp_ctl.c regexec.c
15804 ____________________________________________________________________________
15805 [ 2378] By: nick on 1998/11/28 22:46:57
15806 Log: More C.pm tweaks
15807 Save globs even if we have saved cv itself before - may be imported.
15809 While we don't save "bootstrap" CV we need to provide a stub,
15810 so that if we require it later we don't fall through and attempt
15811 to DynaLoad module again.
15813 Attempt to save %INC so that "require" does not reload things
15814 we have compiled-in (does not work right yet - seems to be due
15815 to PL_incgv being created in perl_parse() current scheme setting
15816 GvHV() is "better" than saving the glob, but still does not
15820 ____________________________________________________________________________
15821 [ 2377] By: gsar on 1998/11/28 22:30:38
15822 Log: various tweaks; result passes all tests for normal build on Solaris;
15823 fails two pat.t tests under USE_THREADS; io_poll.t test#3 fails on
15824 win32 due to lack of select() that works on non-socket fds
15826 ! ext/IO/poll.c regcomp.c regexec.c scope.c
15827 ! t/lib/io_multihomed.t win32/makefile.mk
15828 ____________________________________________________________________________
15829 [ 2376] By: gsar on 1998/11/28 20:44:39
15830 Log: add $config_args to perl -V display (suggested by Ilya Zakharevich)
15833 ____________________________________________________________________________
15834 [ 2375] By: gsar on 1998/11/28 20:42:58
15835 Log: integrate cfgperl changes into mainline
15837 !> Configure ext/POSIX/hints/dynixptx.pl myconfig t/op/grent.t
15838 !> t/op/pwent.t t/op/undef.t t/pragma/locale.t util.c
15839 ____________________________________________________________________________
15840 [ 2374] By: gsar on 1998/11/28 20:02:03
15841 Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
15842 Date: Thu, 5 Nov 1998 02:21:12 -0500 (EST)
15843 Message-Id: <199811050721.CAA27998@monk.mps.ohio-state.edu>
15844 Subject: [PATCH 5.00553] Yet another OS/2 patch
15846 ! os2/Changes os2/Makefile.SHs os2/os2.c t/pragma/warn/op
15847 ____________________________________________________________________________
15848 [ 2373] By: gsar on 1998/11/28 19:30:06
15849 Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
15850 Date: Sat, 28 Nov 1998 01:51:56 -0500 (EST)
15851 Message-Id: <199811280651.BAA18095@monk.mps.ohio-state.edu>
15852 Subject: [PATCH 5.005_53] Change $#+
15854 ! mg.c pod/perlvar.pod t/op/pat.t
15855 ____________________________________________________________________________
15856 [ 2372] By: gsar on 1998/11/28 19:28:00
15857 Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
15858 Date: Sat, 28 Nov 1998 00:33:17 -0500 (EST)
15859 Message-Id: <199811280533.AAA25654@monk.mps.ohio-state.edu>
15860 Subject: [PATCH 5.005_53] Finishing off SNOBOL: $1 in (?{})
15862 ! embedvar.h mg.c objXSUB.h perl.c regexec.c t/op/pat.t
15864 ____________________________________________________________________________
15865 [ 2371] By: gsar on 1998/11/28 19:23:53
15866 Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
15867 Date: Fri, 27 Nov 1998 16:16:48 -0500 (EST)
15868 Message-Id: <199811272116.QAA03502@monk.mps.ohio-state.edu>
15869 Subject: [PATCH 5.005_53] better -Mre=debugcolor
15871 ! embedvar.h objXSUB.h regexec.c thrdvar.h
15872 ____________________________________________________________________________
15873 [ 2370] By: gsar on 1998/11/28 19:21:17
15874 Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
15875 Date: Fri, 27 Nov 1998 15:22:19 -0500 (EST)
15876 Message-Id: <199811272022.PAA17874@monk.mps.ohio-state.edu>
15877 Subject: [PATCH 5.005_*] regcolors
15879 ! embed.h global.sym objXSUB.h proto.h regcomp.c regexec.c
15880 ____________________________________________________________________________
15881 [ 2369] By: gsar on 1998/11/28 19:00:15
15882 Log: allow final period in a file (not followed by a newline) to
15883 terminate format spec
15886 ____________________________________________________________________________
15887 [ 2368] By: gsar on 1998/11/28 18:58:25
15888 Log: Liblist tweak suggested by Swen Thuemmler <Swen.Thuemmler@paderlinx.de>;
15889 add C<$Config{installarchlib}/CORE> to the default locations searched
15892 ! lib/ExtUtils/Liblist.pm
15893 ____________________________________________________________________________
15894 [ 2367] By: gsar on 1998/11/28 18:46:05
15895 Log: applied suggested patch with PERL_OBJECT tweaks
15896 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
15897 Date: Thu, 26 Nov 1998 02:46:20 -0500 (EST)
15898 Message-Id: <199811260746.CAA23164@monk.mps.ohio-state.edu>
15899 Subject: [PATCH 5.005_53] Enable $_ and pos() inside (?{ CODE }) in RExen
15901 ! embed.h embed.pl embedvar.h objXSUB.h pp_ctl.c proto.h
15902 ! regexec.c t/op/pat.t thrdvar.h
15903 ____________________________________________________________________________
15904 [ 2366] By: gsar on 1998/11/28 18:38:34
15905 Log: additional documentation for qr//
15906 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
15907 Message-Id: <199811260751.CAA24560@monk.mps.ohio-state.edu>
15908 Date: Thu, 26 Nov 1998 02:51:09 -0500 (EST)
15909 Subject: [PATCH 5.005_*] Documentation (fwd)
15911 ! pod/perlfunc.pod pod/perlop.pod pod/perlpod.pod
15912 ____________________________________________________________________________
15913 [ 2365] By: gsar on 1998/11/28 18:35:35
15914 Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
15915 Date: Wed, 25 Nov 1998 23:33:45 -0500 (EST)
15916 Message-Id: <199811260433.XAA29281@monk.mps.ohio-state.edu>
15917 Subject: [PATCH 5.005_*] Fix \G in REx without //g
15919 ! cop.h embedvar.h objXSUB.h pp.c pp_ctl.c pp_hot.c regexec.c
15920 ! regexp.h t/op/pat.t thrdvar.h
15921 ____________________________________________________________________________
15922 [ 2364] By: gsar on 1998/11/28 18:24:20
15923 Log: update Test.pm to Test-1.12; tweak 're' detection
15926 ____________________________________________________________________________
15927 [ 2363] By: gsar on 1998/11/28 18:12:04
15928 Log: avoid command-line quoting portability problems in lex_assign.t
15930 ! t/op/lex_assign.t
15931 ____________________________________________________________________________
15932 [ 2362] By: gsar on 1998/11/28 18:08:50
15933 Log: From: John Tobey <jtobey@channel1.com>
15934 Date: Thu, 19 Nov 1998 14:14:15 -0500 (EST)
15935 Message-Id: <m0zgZWx-000FOgC@feynman.localnet>
15936 Subject: PATCH: document English.pm sawampersand and thread issues
15938 ! lib/English.pm pod/perlvar.pod
15939 ____________________________________________________________________________
15940 [ 2361] By: gsar on 1998/11/28 18:03:04
15941 Log: fix uninitialized warnings
15942 From: Brian Callaghan <callagh@itginc.com>
15943 Date: Thu, 19 Nov 1998 17:49:10 -0800
15944 Message-Id: <3654CA96.B64FCAEB@itginc.com>
15945 Subject: Complete.pm patch (version 1.1)
15947 ! lib/Term/Complete.pm
15948 ____________________________________________________________________________
15949 [ 2360] By: gsar on 1998/11/28 17:59:16
15950 Log: s/Array/List/ suggested by John Tobey
15953 ____________________________________________________________________________
15954 [ 2359] By: gsar on 1998/11/28 17:47:48
15955 Log: update tie() entry in perlfunc to reflect TIEARRAY and TIEHANDLE
15957 ! lib/Tie/Handle.pm pod/perlfunc.pod
15958 ____________________________________________________________________________
15959 [ 2358] By: jhi on 1998/11/28 17:23:15
15960 Log: Revamp the locale tests.
15961 (0) Instead of rewiring a few locales scan for them.
15962 (1) Bogus test #101 removed.
15963 (2) All the locales are checked, the lists of failed
15964 and non-failed ones are displayed.
15965 (3) The test #103 is again 'active' so that it may fail.
15966 (4) To balance (3) a hopefully pacifying message is shown
15969 ! t/pragma/locale.t
15970 ____________________________________________________________________________
15971 [ 2357] By: gsar on 1998/11/28 17:21:07
15972 Log: add perlreftut.pod
15974 + pod/perlreftut.pod
15975 ! MANIFEST pod/Makefile pod/buildtoc pod/perl.pod
15976 ! pod/perlref.pod pod/roffitall vms/descrip_mms.template
15978 ____________________________________________________________________________
15979 [ 2356] By: jhi on 1998/11/28 16:58:01
15980 Log: Change #2346 fallout.
15983 ____________________________________________________________________________
15984 [ 2355] By: gsar on 1998/11/28 16:46:43
15985 Log: IO.xs tweaks; avoid coredump in io_xs.t; remove newCONSTSUB();
15989 ____________________________________________________________________________
15990 [ 2354] By: gsar on 1998/11/28 16:08:07
15991 Log: add IO-1.20; mess with t/lib/io_*.t in an attempt to
15992 keep platform hacks that aren't in the 1.20 dist; add new files
15993 to MANIFEST; hack Makefile.PL; result hasn't been tested
15996 + ext/IO/ChangeLog ext/IO/lib/IO/Dir.pm ext/IO/lib/IO/Poll.pm
15997 + ext/IO/lib/IO/Socket/INET.pm ext/IO/lib/IO/Socket/UNIX.pm
15998 + ext/IO/poll.c ext/IO/poll.h t/lib/io_const.t t/lib/io_dir.t
15999 + t/lib/io_multihomed.t t/lib/io_poll.t t/lib/io_unix.t
16000 ! MANIFEST ext/IO/IO.pm ext/IO/IO.xs ext/IO/Makefile.PL
16001 ! ext/IO/README ext/IO/lib/IO/File.pm ext/IO/lib/IO/Handle.pm
16002 ! ext/IO/lib/IO/Pipe.pm ext/IO/lib/IO/Seekable.pm
16003 ! ext/IO/lib/IO/Select.pm ext/IO/lib/IO/Socket.pm
16004 ! t/lib/io_sock.t t/lib/io_udp.t
16005 ____________________________________________________________________________
16006 [ 2353] By: jhi on 1998/11/28 15:51:03
16007 Log: Locale collation, ctype, and numeric, were initialized wrong
16008 (if LC_ALL or LANG were unset, so were the collation/ctype/numeric),
16011 From: Ilya.Sandler@etak.com (Ilya Sandler)
16012 Subject: a bug in locale handling: LC_COLLATE ignored sometimes
16013 To: perlbug@perl.com
16014 Date: 25 Nov 1998 04:53:52 +0200
16015 Message-ID: <MLIST_199811250226.SAA12590@axi001.etak.sw>
16018 ____________________________________________________________________________
16019 [ 2352] By: nick on 1998/11/28 15:21:59
16020 Log: Implement $^C to allow perl access to -c flag - I think this
16024 ____________________________________________________________________________
16025 [ 2351] By: jhi on 1998/11/28 15:14:24
16026 Log: Change #2251 fixup.
16029 ____________________________________________________________________________
16030 [ 2350] By: jhi on 1998/11/28 14:58:19
16031 Log: Integrate from mainperl.
16033 +> ext/Devel/Peek/Changes ext/Devel/Peek/Makefile.PL
16034 +> ext/Devel/Peek/Peek.pm ext/Devel/Peek/Peek.xs
16035 +> pod/perl5005delta.pod
16036 !> (integrate 49 files)
16037 ____________________________________________________________________________
16038 [ 2349] By: jhi on 1998/11/28 14:27:36
16039 Log: Passwd and group file groveling.
16041 ! t/op/grent.t t/op/pwent.t
16042 ____________________________________________________________________________
16043 [ 2348] By: gsar on 1998/11/28 14:09:50
16044 Log: more conservative version of changes#2345,2346,2347; those break
16045 C<defined(@{"foo::ISA"})> which seems to be extensively used in
16048 ! pp.c t/op/method.t
16049 ____________________________________________________________________________
16050 [ 2347] By: gsar on 1998/11/28 13:36:08
16051 Log: tweak bogus test
16054 ____________________________________________________________________________
16055 [ 2346] By: gsar on 1998/11/28 13:20:34
16056 Log: test cases for previous change
16059 ____________________________________________________________________________
16060 [ 2345] By: gsar on 1998/11/28 13:07:17
16061 Log: fix typo in pp_defined() causing C<defined %tied> to fail
16064 ____________________________________________________________________________
16065 [ 2344] By: gsar on 1998/11/28 13:03:29
16066 Log: s/comment/comment_t/ tweak (suggested by John Gorman
16067 <jgorman@webbysoft.com>)
16069 ! ext/B/B/Assembler.pm ext/B/B/Disassembler.pm
16070 ____________________________________________________________________________
16071 [ 2343] By: gsar on 1998/11/28 12:52:40
16072 Log: add (stub) perldelta.pod
16074 + pod/perldelta.pod
16075 ____________________________________________________________________________
16076 [ 2342] By: gsar on 1998/11/28 12:49:26
16077 Log: rename perldelta.pod to perl5005delta.pod in preparation for
16080 +> pod/perl5005delta.pod
16081 - pod/perldelta.pod
16082 ! MANIFEST pod/perl.pod
16083 ____________________________________________________________________________
16084 [ 2341] By: gsar on 1998/11/28 12:41:55
16085 Log: fix MALLOC_LOCK #define
16088 ____________________________________________________________________________
16089 [ 2340] By: gsar on 1998/11/28 12:18:23
16090 Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
16091 Date: Sun, 15 Nov 1998 20:25:50 -0500 (EST)
16092 Message-Id: <199811160125.UAA05268@monk.mps.ohio-state.edu>
16093 Subject: [PATCH 5.005_53] OS/2 events get closer to Perl
16095 ! os2/Changes os2/os2.c os2/os2.sym os2/os2ish.h
16096 ____________________________________________________________________________
16097 [ 2339] By: jhi on 1998/11/28 11:59:01
16098 Log: Add -lm to dynix/ptx POSIX hints.
16099 From: "Martin J. Bligh" <mbligh@sequent.com>
16101 Subject: Re: Making Perl work on DYNIX/ptx
16102 Date: Wed, 25 Nov 1998 10:34:41 -0800
16103 Message-ID: <1457015007.911990081@w-186d219.rhe.sequent.com>
16105 ! ext/POSIX/hints/dynixptx.pl
16106 ____________________________________________________________________________
16107 [ 2338] By: jhi on 1998/11/28 11:57:19
16111 ____________________________________________________________________________
16112 [ 2337] By: jhi on 1998/11/28 11:56:29
16113 Log: Better LD_LIBRARY_PATH instructions for Bourneists.
16116 ____________________________________________________________________________
16117 [ 2336] By: gsar on 1998/11/28 11:41:14
16118 Log: teach CPAN.pm to ignore beta perl distributions when looking for
16120 From: root@dogberry.rutgers.edu (root)
16121 Date: Thu, 12 Nov 1998 23:08:39 -0500
16122 Message-Id: <199811130408.XAA10578@dogberry.rutgers.edu>
16123 Subject: recompile tries getting a perl distribution
16126 ____________________________________________________________________________
16127 [ 2335] By: gsar on 1998/11/28 11:27:46
16128 Log: make $1 et al readonly under threads; make C<undef $1> fail like
16131 ! op.c pp.c t/op/undef.t
16132 ____________________________________________________________________________
16133 [ 2334] By: gsar on 1998/11/28 10:24:52
16134 Log: s/Regexp/re/ and clarify policy on lowercased object namespaces
16136 ! pod/perlfunc.pod pp_hot.c sv.c thrdvar.h
16137 ____________________________________________________________________________
16138 [ 2333] By: gsar on 1998/11/28 09:36:40
16139 Log: document changed PERL_HASH()
16141 ! pod/perlfunc.pod pod/perlguts.pod
16142 ____________________________________________________________________________
16143 [ 2332] By: nick on 1998/11/27 21:10:27
16144 Log: Handle INIT list in C.pm
16145 1. Provide init_av() from B.xs
16146 2. Export it in B.pm
16148 Also disable some pruning in savecv() which seems to undo
16150 Experimental feature - save pathnames of .so files in easily
16151 grep-able form for use in wrapper to feed to linker.
16153 ! ext/B/B.pm ext/B/B.xs ext/B/B/C.pm
16154 ____________________________________________________________________________
16155 [ 2327] By: gsar on 1998/11/27 15:12:01
16156 Log: integrate change#2315 from maint-5.005
16160 ____________________________________________________________________________
16161 [ 2326] By: gsar on 1998/11/27 15:00:42
16162 Log: integrate changes#2304,2305,2306,2308 from maint-5.005
16164 !> ext/DynaLoader/dl_mpeix.xs installperl lib/ExtUtils/MM_Unix.pm
16165 !> lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MakeMaker.pm
16166 !> lib/ExtUtils/typemap
16167 ____________________________________________________________________________
16168 [ 2325] By: gsar on 1998/11/27 14:46:18
16169 Log: malloc bugfix and documentation from Ilya Zakharevich
16170 Date: Tue, 24 Nov 1998 17:24:55 -0500 (EST)
16171 Message-Id: <199811242224.RAA22618@monk.mps.ohio-state.edu>
16172 Subject: [PATCH 5.005_*] Re: Internal coredump
16174 Date: Thu, 26 Nov 1998 03:06:10 -0500 (EST)
16175 Message-Id: <199811260806.DAA28913@monk.mps.ohio-state.edu>
16176 Subject: [PATCH 5.005_*] malloc.c documentation
16179 ____________________________________________________________________________
16180 [ 2324] By: gsar on 1998/11/27 14:41:38
16181 Log: B::C tweaks to allow Tk compiles from Nick Ing-Simmons
16184 ____________________________________________________________________________
16185 [ 2323] By: gsar on 1998/11/27 14:33:44
16186 Log: From: maeda@src.ricoh.co.jp
16187 Date: Tue, 24 Nov 1998 10:37:45 +0900
16188 Message-Id: <199811240137.KAA05867@luna.src.ricoh.co.jp>
16189 Subject: format "..." bug
16191 ! pp_ctl.c t/op/write.t
16192 ____________________________________________________________________________
16193 [ 2322] By: gsar on 1998/11/27 14:20:12
16194 Log: add ext/Devel/Peek
16195 From: jan.dubois@ibm.net (Jan Dubois)
16196 Date: Mon, 23 Nov 1998 00:48:11 +0100
16197 Message-ID: <36589ec9.49964585@smtp1.ibm.net>
16198 Subject: [PATCH 5.005_53] Devel::Peek integration
16200 + ext/Devel/Peek/Changes ext/Devel/Peek/Makefile.PL
16201 + ext/Devel/Peek/Peek.pm ext/Devel/Peek/Peek.xs
16202 ! MANIFEST dump.c embed.h embedvar.h global.sym intrpvar.h
16203 ! objXSUB.h perl.c perl.h proto.h sv.c sv.h thrdvar.h
16204 ! win32/GenCAPI.pl win32/Makefile win32/makefile.mk
16205 ____________________________________________________________________________
16206 [ 2321] By: gsar on 1998/11/27 13:03:08
16207 Log: ensure 'make regen_headers' even without perl installed
16208 (suggested by Ilya Zakharevich)
16210 ! bytecode.pl warning.pl
16211 ____________________________________________________________________________
16212 [ 2320] By: gsar on 1998/11/27 12:58:36
16213 Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
16214 Date: Mon, 9 Nov 1998 19:03:25 -0500 (EST)
16215 Message-Id: <199811100003.TAA05815@monk.mps.ohio-state.edu>
16216 Subject: [PATCH 5.005_*] Cosmetic malloc patch
16219 ____________________________________________________________________________
16220 [ 2319] By: gsar on 1998/11/27 12:56:13
16221 Log: eliminate dup hunk from integration
16223 ! lib/filetest.pm perl.h
16224 ____________________________________________________________________________
16225 [ 2318] By: gsar on 1998/11/27 12:50:08
16226 Log: integrate cfgperl changes into mainline
16228 +> ext/DB_File/hints/dynixptx.pl ext/POSIX/hints/dynixptx.pl
16230 !> (integrate 30 files)
16231 ____________________________________________________________________________
16232 [ 2317] By: jhi on 1998/11/27 11:38:13
16236 ____________________________________________________________________________
16237 [ 2316] By: jhi on 1998/11/27 11:10:22
16238 Log: Integrate from mainperl.
16240 !> XSUB.h embed.h embed.pl embedvar.h ext/Thread/Thread.xs
16241 !> iperlsys.h mg.c objXSUB.h op.c pp_ctl.c pp_sys.c proto.h
16242 !> t/comp/package.t t/lib/dumper.t t/pragma/warn/pp_ctl
16243 !> universal.c util.c win32/GenCAPI.pl win32/win32.h
16244 !> win32/win32sck.c
16245 ____________________________________________________________________________
16246 [ 2315] By: gbarr on 1998/11/27 05:16:50
16247 Log: integrate change#2246 from mainline, while still allowing
16248 C<sort $globref @foo>
16250 allow C<sort $coderef @foo>
16251 Branch: maint-5.005/perl
16254 ____________________________________________________________________________
16255 [ 2308] By: gbarr on 1998/11/27 00:11:44
16256 Log: Updates for MPE/iX DynaLoader and installperl, via private mail
16257 forwarded by Jarkko Hietaniemi from Mark Bixby
16258 Branch: maint-5.005/perl
16259 ! ext/DynaLoader/dl_mpeix.xs installperl
16260 ____________________________________________________________________________
16261 [ 2306] By: gbarr on 1998/11/26 23:44:47
16262 Log: Allow PL_FILES to have multiple targets from one source by allowing
16263 an array ref as the value in the hash
16264 Branch: maint-5.005/perl
16265 ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_VMS.pm
16266 ! lib/ExtUtils/MakeMaker.pm
16267 ____________________________________________________________________________
16268 [ 2305] By: gbarr on 1998/11/26 23:38:06
16269 Log: fix unsigned variables to use SvUV and sv_setuv
16270 Branch: maint-5.005/perl
16271 ! lib/ExtUtils/typemap
16272 ____________________________________________________________________________
16273 [ 2304] By: gbarr on 1998/11/26 23:36:17
16274 Log: Fix embeded \n in ABSTRACT and <> in AUTHOR
16275 Branch: maint-5.005/perl
16276 ! lib/ExtUtils/MM_Unix.pm
16277 ____________________________________________________________________________
16278 [ 2301] By: gsar on 1998/11/26 10:16:54
16279 Log: fix PL_defoutgv leak under threads
16281 ! ext/Thread/Thread.xs
16282 ____________________________________________________________________________
16283 [ 2300] By: gsar on 1998/11/26 09:04:44
16284 Log: properly free temporaries created by threads
16286 ! ext/Thread/Thread.xs
16287 ____________________________________________________________________________
16288 [ 2299] By: gsar on 1998/11/26 06:51:16
16289 Log: fix C<if (...) { package Foo; ... }> misoptimization that fails
16290 to set the package for the block properly
16292 ! op.c t/comp/package.t t/lib/dumper.t
16293 ____________________________________________________________________________
16294 [ 2298] By: nick on 1998/11/24 22:04:20
16295 Log: Part-1 of tweaks to allow Tk to be "compiled"
16296 Make XS_UNIVERSAL_xxx non-static so they can be found in libperl.
16297 (May also need attention to exports etc. - to follow.)
16300 ____________________________________________________________________________
16301 [ 2294] By: jhi on 1998/11/23 10:44:26
16302 Log: The new socket tests need in some platforms
16303 to #include <sys/types.h>.
16306 ____________________________________________________________________________
16307 [ 2293] By: jhi on 1998/11/23 10:33:42
16308 Log: From: Gerben Wierda <G.C.Th.Wierda@AWT.nl>
16309 To: Jarkko Hietaniemi <jhi@cc.hut.fi>
16310 Subject: Re: Test results for perl5.005_53 under NEXTSTEP 3.3 (intel)
16311 Date: Mon, 23 Nov 1998 10:07:04 +0100
16312 Message-Id: <9811230907.AA06484@AWT.nl>
16314 NeXTstep NetInfo uses nidump to get the user/group databases.
16316 ! t/op/grent.t t/op/pwent.t
16317 ____________________________________________________________________________
16318 [ 2291] By: TimBunce on 1998/11/22 22:23:09
16319 Log: Updated Porting/patchls utility.
16320 Branch: maint-5.004/perl
16322 ____________________________________________________________________________
16323 [ 2288] By: TimBunce on 1998/11/22 21:46:11
16324 Log: Title: "Buglet in Sys::Syslog.pm (with fix)"
16325 From: Henrik Tougaard <ht.000@foa.dk>
16326 Msg-ID: <Pine.OSF.3.95.981117092651.1492C-100000@sula.pensam.dk>
16327 Files: lib/Sys/Syslog.pm
16328 Branch: maint-5.004/perl
16329 ! lib/Sys/Syslog.pm
16330 ____________________________________________________________________________
16331 [ 2286] By: jhi on 1998/11/22 19:08:42
16332 Log: Change#2284 aid: allow also for plain old MSG_ and SCM_ #defines.
16334 ! ext/Socket/Socket.xs
16335 ____________________________________________________________________________
16336 [ 2285] By: jhi on 1998/11/22 18:21:07
16337 Log: MSG_PROXY for GNU/Hurd (previously we believed that
16338 all GNU libc platforms have MSG_PROXY. Untrue).
16339 In fact this ended up as a major MSG_* and SCM_*
16340 update. The MSG_XXX known to be enums in some
16341 versions of the glibc are now probed for and respective
16342 HAS_MSG_XXX are defined. While I was at it I noticed
16343 SCM_RIGHTS being similarly an enum. This reminded me of
16344 an ancient discussion in perl5-porters:
16345 http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/9612/msg01017.html
16346 The BSD socket interface has a nifty feature for passing
16347 file descriptors and credentials--via sockets. It may be
16348 too late to add this functionality to the CORE but
16349 at least Configure now probes for the functions,
16350 structs, and includes, defining the appropriate
16351 HAS_YYY and I_ZZZ, and the Socket extension exports
16352 the constants, in case somebody wants to write an
16353 extension for this interface.
16355 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
16356 ! config_h.SH ext/Socket/Socket.pm ext/Socket/Socket.xs
16358 ____________________________________________________________________________
16359 [ 2284] By: jhi on 1998/11/22 18:13:21
16360 Log: perlhist.pod 1.54, containing 5_53.
16363 ____________________________________________________________________________
16364 [ 2274] By: TimBunce on 1998/11/22 16:25:46
16365 Log: Preserve errno around fcntl(fd,F_SETFD,fd > maxsysfd) in do_open()
16366 Branch: maint-5.004/perl
16368 ____________________________________________________________________________
16369 [ 2273] By: TimBunce on 1998/11/22 16:17:43
16370 Log: Improve op/die_exit.t test for implicit close changing $!
16371 Branch: maint-5.004/perl
16373 ____________________________________________________________________________
16374 [ 2268] By: jhi on 1998/11/22 14:44:11
16377 ! hints/dynixptx.sh
16378 ____________________________________________________________________________
16379 [ 2267] By: jhi on 1998/11/22 13:19:41
16380 Log: Document the d_socket override.
16382 ! hints/dynixptx.sh
16383 ____________________________________________________________________________
16384 [ 2266] By: jhi on 1998/11/22 12:12:29
16385 Log: From: John Tobey <jtobey@channel1.com>
16386 Subject: [PATCH] perlfaq typos
16387 To: perl5-porters@perl.com
16388 Date: 22 Nov 1998 04:25:15 +0200
16389 Message-ID: <MLIST_m0zhPeF-000FOgC@feynman.localnet>
16391 ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod
16392 ! pod/perlfaq7.pod pod/perlfaq8.pod
16393 ____________________________________________________________________________
16394 [ 2265] By: jhi on 1998/11/22 12:06:29
16395 Log: From: pmarquess@bfsec.bt.co.uk (Paul Marquess)
16396 Subject: DB_File 1.61 patch for 5.005_53 & 5.005_02
16397 Newsgroups: hut.lists.perl5-porters
16398 To: gsar@engin.umich.edu (Gurusamy Sarathy)
16399 Cc: perl5-porters@perl.org (Perl5 Porters)
16400 Date: 20 Nov 1998 12:20:41 +0200
16402 ! ext/DB_File/Changes ext/DB_File/DB_File.pm
16403 ! ext/DB_File/DB_File.xs
16404 ____________________________________________________________________________
16405 [ 2264] By: jhi on 1998/11/22 11:55:09
16406 Log: NeXTstep /etc/group and /etc/passwd are used only at boot time,
16407 From: Gerben Wierda <G.C.Th.Wierda@AWT.nl>
16408 Subject: Test results for perl5.005_53 under NEXTSTEP 3.3 (intel)
16409 To: perlbug@perl.com
16410 Date: 20 Nov 1998 18:39:06 +0200
16412 Message-ID: <MLIST_9811201533.AA22148@AWT.nl>
16414 ! t/op/grent.t t/op/pwent.t
16415 ____________________________________________________________________________
16416 [ 2263] By: jhi on 1998/11/22 11:42:59
16417 Log: Permission testing is tricky when we have too much power.
16418 Problem reported in
16419 From: Gerben Wierda <G.C.Th.Wierda@AWT.nl>
16420 Subject: Test results for perl5.005_53 under NEXTSTEP 3.3 (intel)
16421 To: perlbug@perl.com
16422 Date: 20 Nov 1998 18:39:06 +0200
16423 Message-ID: <MLIST_9811201533.AA22148@AWT.nl>
16426 ____________________________________________________________________________
16427 [ 2262] By: gsar on 1998/11/22 11:37:02
16428 Log: fix broken CAPI generation
16431 ____________________________________________________________________________
16432 [ 2261] By: jhi on 1998/11/22 11:17:00
16433 Log: -x should be C<-x>, reported by Gerben Wierda.
16436 ____________________________________________________________________________
16437 [ 2260] By: gsar on 1998/11/22 11:12:02
16438 Log: phase 2 of PERL_OBJECT cleanup; objXSUB.h autogeneration
16440 ! XSUB.h embed.h embed.pl embedvar.h iperlsys.h objXSUB.h
16442 ____________________________________________________________________________
16443 [ 2259] By: jhi on 1998/11/22 11:06:40
16444 Log: From: "Kurt D. Starsinic" <kstar@chapin.edu>
16445 Subject: Re: [PATCH] Re: pod2man bug in date generated line
16446 To: Albert Dvornik <bert@genscan.com>, "Larry W. Virden" <lvirden@cas.org>
16447 Cc: perlbug@perl.com
16448 Date: 20 Nov 1998 21:30:17 +0200
16449 Message-ID: <MLIST_19981120131523.A464@O2.chapin.edu>
16452 ____________________________________________________________________________
16453 [ 2256] By: jhi on 1998/11/21 10:44:01
16454 Log: From: Thomas Bowditch <bowditch@inmet.com>
16455 Subject: Benchmark.pm suggestion
16456 To: jhi@iki.fi, Tim.Bunce@ig.co.uk
16457 Date: Fri, 20 Nov 1998 17:43:46 -0500
16458 Message-Id: <199811202243.RAA26252@harp.camb.inmet.com>
16463 ____________________________________________________________________________
16464 [ 2255] By: gsar on 1998/11/21 08:45:06
16465 Log: another win32 portability fix: make sysread() and syswrite()
16468 ! pp_sys.c win32/win32.h
16469 ____________________________________________________________________________
16470 [ 2254] By: gsar on 1998/11/21 07:49:06
16471 Log: win32_recvfrom() compatibility fix
16474 ____________________________________________________________________________
16475 [ 2253] By: jhi on 1998/11/20 08:22:06
16476 Log: From: Mark Bixby <markb@spock.dis.cccd.edu>
16478 Subject: MPE/iX Perl 5.005_02 oops
16479 Date: Thu, 19 Nov 1998 17:10:45 -0800 (PST)
16480 Message-Id: <199811200110.RAA07395@spock.dis.cccd.edu>
16482 ! ext/DynaLoader/dl_mpeix.xs installperl
16483 ____________________________________________________________________________
16484 [ 2252] By: gsar on 1998/11/19 17:38:03
16485 Log: mess_sv tweak for change#2249
16488 ____________________________________________________________________________
16489 [ 2251] By: jhi on 1998/11/18 12:32:19
16490 Log: Display use64bits and usemultiplicity but only if necessary.
16493 ____________________________________________________________________________
16494 [ 2250] By: jhi on 1998/11/18 12:26:50
16495 Log: From: Horst von Brand <vonbrand@sleipnir.valparaiso.cl>
16496 Subject: pp.c uses 'unsigned Quad_t'
16497 To: perlbug@perl.com
16498 Date: Sun, 15 Nov 1998 20:57:05 -0300
16499 Message-Id: <199811152357.UAA12768@sleipnir.valparaiso.cl>
16502 ____________________________________________________________________________
16503 [ 2249] By: gsar on 1998/11/18 05:43:11
16504 Log: use PL_mess_sv only during global destruction (fixes problems with
16505 overlapping invocations of form()/warn()/die()/croak() trampling on
16506 each other's messages)
16509 ____________________________________________________________________________
16510 [ 2248] By: gsar on 1998/11/18 05:39:36
16511 Log: tweak change#2245 to skip previous message if any
16513 ! pp_ctl.c t/pragma/warn/pp_ctl
16514 ____________________________________________________________________________
16515 [ 2247] By: jhi on 1998/11/17 11:46:56
16516 Log: Integrate from mainperl.
16518 !> (integrate 26 files)
16519 ____________________________________________________________________________
16520 [ 2246] By: gsar on 1998/11/17 09:41:10
16521 Log: allow C<sort $coderef @foo>
16523 ! op.c t/op/sort.t t/pragma/overload.t
16524 ____________________________________________________________________________
16525 [ 2245] By: gsar on 1998/11/17 08:28:26
16526 Log: propagate failures in DESTROY() as (optional) warnings
16528 ! pod/perldiag.pod pp_ctl.c t/pragma/warn/pp_ctl
16529 ____________________________________________________________________________
16530 [ 2244] By: gsar on 1998/11/17 07:43:08
16531 Log: ensure PL_dirty is reinit-ed properly under -DMULTIPLICITY
16534 ____________________________________________________________________________
16535 [ 2243] By: gsar on 1998/11/17 07:40:09
16536 Log: sort WARN_FOO symbols to avoid hash traversal order dependency
16538 ! lib/warning.pm warning.h warning.pl
16539 ____________________________________________________________________________
16540 [ 2242] By: gsar on 1998/11/17 06:32:39
16541 Log: fix skipspace() to properly account for newlines in eval''-ed
16542 strings (caused bogus line numbers in diagnostics and debugger)
16544 ! t/pragma/warn/pp_ctl t/pragma/warn/toke toke.c
16545 ____________________________________________________________________________
16546 [ 2241] By: gsar on 1998/11/17 03:48:12
16547 Log: s/Perl_utf8skip/PL_utf8skip/g
16549 ! embed.h embed.pl global.sym globvar.sym regexec.c utf8.h
16550 ____________________________________________________________________________
16551 [ 2240] By: gsar on 1998/11/14 06:09:06
16552 Log: rework op/groups.t
16554 ! t/op/filetest.t t/op/groups.t
16555 ____________________________________________________________________________
16556 [ 2235] By: gsar on 1998/11/14 00:17:05
16557 Log: catch a neophyte trap: open(<FH>), close(<FH>) etc.
16560 ____________________________________________________________________________
16561 [ 2234] By: gsar on 1998/11/14 00:14:02
16562 Log: update Changes
16564 ! Changes win32/config.bc win32/config.gc win32/config.vc
16565 ____________________________________________________________________________
16566 [ 2233] By: gsar on 1998/11/13 09:43:03
16570 ____________________________________________________________________________
16571 [ 2230] By: jhi on 1998/11/12 17:07:45
16572 Log: Allow hints file override for d_socket
16573 (based on Sequent-induced change #2229).
16576 ____________________________________________________________________________
16577 [ 2229] By: jhi on 1998/11/12 16:32:33
16579 From: "Martin J. Bligh" <mbligh@sequent.com>
16581 cc: gbarr@ti.com, gbarr@pobox.com, gsar@umich.edu
16582 Subject: Re: Making Perl work on DYNIX/ptx
16583 Date: Tue, 10 Nov 1998 16:24:26 -0800
16584 Message-ID: <181999655.910715066@w-186d219.rhe.sequent.com>
16586 ! hints/dynixptx.sh
16587 ____________________________________________________________________________
16588 [ 2228] By: jhi on 1998/11/12 11:40:37
16589 Log: From: "Martin J. Bligh" <mbligh@sequent.com>
16590 Message-ID: <187803647.910720870@w-186d219.rhe.sequent.com>
16592 cc: gbarr@ti.com, gbarr@pobox.com, gsar@umich.edu
16593 Subject: Re: Making Perl work on DYNIX/ptx
16594 Date: Tue, 10 Nov 1998 18:01:10 -0800
16596 + ext/DB_File/hints/dynixptx.pl ext/POSIX/hints/dynixptx.pl
16597 ____________________________________________________________________________
16598 [ 2227] By: jhi on 1998/11/12 11:17:42
16599 Log: Integrate from mainperl.
16601 !> Changes XSUB.h av.c embed.h embed.pl embedvar.h
16602 !> ext/IPC/SysV/Msg.pm global.sym hv.c lib/Text/Wrap.pm objXSUB.h
16603 !> perl.c perl.h pod/perlfunc.pod pod/perlvar.pod pp_sys.c
16604 !> proto.h regexec.c t/op/array.t util.c win32/makedef.pl
16605 !> win32/win32.c x2p/s2p.PL
16606 ____________________________________________________________________________
16607 [ 2226] By: gsar on 1998/11/11 21:05:42
16608 Log: provide -DPERL_POLLUTE
16610 ! embed.pl embedvar.h
16611 ____________________________________________________________________________
16612 [ 2225] By: jhi on 1998/11/09 07:45:12
16613 Log: From: Hans Mulder <hansm@icgroup.nl>
16614 To: Ilya Zakharevich <ilya@math.ohio-state.edu>
16615 Cc: gsar@engin.umich.edu (Gurusamy Sarathy), jhi@iki.fi,
16616 perl5-porters@perl.org
16617 Subject: Re: [PATCH] Re: Not OK: perl 5.00553 on OPENSTEP-Mach 4_1
16619 Date: Sun, 8 Nov 98 22:20:23 +0100
16620 Message-Id: <9811082119.AA11802@icgned.icgroup.nl>
16623 ____________________________________________________________________________
16624 [ 2224] By: gsar on 1998/11/09 03:13:14
16625 Log: avoid endless loops in Text::Wrap (from a suggestion by Lupe
16626 Christoph <lupe@alanya.m.isar.de>)
16629 ____________________________________________________________________________
16630 [ 2223] By: gsar on 1998/11/09 02:09:06
16631 Log: fix misplaced brace in s2p (as suggested by Lionel Fourquaux
16632 <lionel.fourquaux@wanadoo.fr>)
16635 ____________________________________________________________________________
16636 [ 2222] By: gsar on 1998/11/09 01:56:24
16637 Log: patches from Hugo van der Sanden <hv@crypt.compulink.co.uk>
16638 Date: Wed, 04 Nov 1998 12:19:44 +0000
16639 Message-Id: <199811041219.MAA05451@crypt.compulink.co.uk>
16640 Subject: [PATCH] Re: [5.005_53] read overflow?
16642 Date: Wed, 04 Nov 1998 13:15:18 +0000
16643 Message-Id: <199811041315.NAA05711@crypt.compulink.co.uk>
16644 Subject: [PATCH 5.005_53] perl -V fix
16647 ____________________________________________________________________________
16648 [ 2221] By: gsar on 1998/11/09 01:34:56
16649 Log: From: jan.dubois@ibm.net (Jan Dubois)
16650 Date: Sun, 01 Nov 1998 00:05:01 +0100
16651 Message-ID: <364294bd.18052307@smtp1.ibm.net>
16652 Subject: [PATCH v5.5.53, WIN32] PL_block_type undefined unless DEBUGGING
16654 ! Changes win32/makedef.pl
16655 ____________________________________________________________________________
16656 [ 2220] By: gsar on 1998/11/08 21:13:07
16657 Log: integrate changes#2120,2168,2218 from maint-5.005;
16658 add new vtbls; s/\bvtbl_/PL_vtbl_/; remove trailing comma in
16659 enum; make regen_headers
16661 ! XSUB.h embed.h embedvar.h ext/IPC/SysV/Msg.pm global.sym
16662 ! objXSUB.h perl.h pod/perlfunc.pod proto.h util.c win32/win32.c
16663 ____________________________________________________________________________
16664 [ 2219] By: gsar on 1998/11/08 19:42:57
16665 Log: integrate cfgperl changes into mainline
16668 !> Configure MANIFEST Porting/Glossary Porting/config.sh
16669 !> Porting/config_H config_h.SH ext/Thread/Thread.xs
16670 !> hints/hpux.sh hints/vmesa.sh lib/Math/Complex.pm malloc.c
16671 !> perl.h pod/perlfunc.pod pod/perllocale.pod pod/perlport.pod
16672 !> pp_sys.c sv.c t/lib/complex.t t/op/groups.t t/op/lex_assign.t
16673 !> thread.h vms/subconfigure.com vos/config.h
16674 ____________________________________________________________________________
16675 [ 2218] By: gbarr on 1998/11/08 16:48:44
16676 Log: From: Graham Barr <gbarr@ti.com>
16677 Date: Mon, 2 Nov 1998 07:38:52 -0600
16678 Message-ID: <19981102073852.A12751@asic.sc.ti.com>
16679 Subject: [PATCH 5.005_*] Re: IPC::Msg 1.03
16680 Branch: maint-5.005/perl
16681 ! ext/IPC/SysV/Msg.pm
16682 ____________________________________________________________________________
16683 [ 2215] By: gsar on 1998/11/08 02:52:52
16684 Log: set close-on-exec bit on pipe() FDs
16686 ! pod/perlfunc.pod pod/perlvar.pod pp_sys.c
16687 ____________________________________________________________________________
16688 [ 2214] By: gsar on 1998/11/08 02:27:57
16689 Log: typo in newHVhv()
16692 ____________________________________________________________________________
16693 [ 2211] By: jhi on 1998/11/07 21:14:18
16694 Log: Finalize the Mach CThreads support.
16696 From: Hans Mulder <hansm@icgroup.nl>
16697 Date: Sat, 7 Nov 98 22:06:20 +0100
16698 To: Gurusamy Sarathy <gsar@engin.umich.edu>
16699 Cc: jhi@iki.fi, perl5-porters@perl.org
16700 Subject: [PATCH] Re: Not OK: perl 5.00553 on OPENSTEP-Mach 4_1 (UNINSTALLED)
16701 Message-Id: <9811072105.AA07794@icgned.icgroup.nl>
16704 ____________________________________________________________________________
16705 [ 2210] By: gsar on 1998/11/06 20:36:50
16706 Log: fix AvREALISH bogusness
16708 ! av.c t/op/array.t
16709 ____________________________________________________________________________
16710 [ 2209] By: jhi on 1998/11/06 08:05:31
16711 Log: Renamed malloc.c ASSERT() macro to P_ASSERT() because
16712 ASSERT() causes problems in {NeXTStep,OpenStep}.
16714 From: Hans Mulder <hansm@icgroup.nl>
16715 To: Jarkko Hietaniemi <jhi@cc.hut.fi>
16716 Subject: Re: Not OK: perl 5.00553 on OPENSTEP-Mach 4_1 (UNINSTALLED)
16717 Date: Fri, 6 Nov 98 01:27:41 +0100
16718 Message-Id: <9811060025.AA27389@icgned.icgroup.nl>
16722 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
16723 Subject: Re: ASSERT() in malloc.c
16725 Date: Fri, 6 Nov 1998 02:59:29 -0500 (EST)
16726 Message-Id: <199811060759.CAA18915@monk.mps.ohio-state.edu>
16729 ____________________________________________________________________________
16730 [ 2208] By: jhi on 1998/11/06 07:55:38
16731 Log: Mach CThreads needs #include <mach/cthreads.h>.
16734 ____________________________________________________________________________
16735 [ 2206] By: jhi on 1998/11/05 14:54:52
16736 Log: PERL_BADLANG wrongly documented.
16738 From: ts <decoux@moulon.inra.fr>
16740 Subject: Re: Locale warning messages
16741 Date: Thu, 5 Nov 1998 14:34:19 +0100 (MET)
16742 Message-Id: <199811051334.OAA24863@moulon.inra.fr>
16746 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
16747 Subject: Re: PERL_BADLANG
16749 Subject: Re: PERL_BADLANG
16750 Date: Thu, 5 Nov 1998 09:49:00 -0500 (EST)
16751 Message-Id: <199811051449.JAA04238@monk.mps.ohio-state.edu>
16753 ! pod/perllocale.pod
16754 ____________________________________________________________________________
16755 [ 2205] By: jhi on 1998/11/05 14:24:33
16756 Log: Document all the control flow keywords in perlfunc
16757 so that "perlfunc -f while" works.
16760 ____________________________________________________________________________
16761 [ 2204] By: jhi on 1998/11/05 12:46:02
16762 Log: Configure update. Remove last trace of PTHREADS_CREATED_JOINABLE
16763 (from vos/config.h). Update Porting/{Glossary,config*}.
16765 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
16766 ! config_h.SH vos/config.h
16767 ____________________________________________________________________________
16768 [ 2203] By: jhi on 1998/11/05 08:34:39
16769 Log: VM/ESA and VMS sig_num_init (change#2101) catchup.
16771 ! hints/vmesa.sh vms/subconfigure.com
16772 ____________________________________________________________________________
16773 [ 2202] By: jhi on 1998/11/05 08:03:20
16774 Log: Integrate from mainperl.
16776 !> Changes cop.h doop.c gv.c mg.c perl.c pp_ctl.c sv.c util.c
16777 !> win32/Makefile win32/makefile.mk win32/win32.c
16778 ____________________________________________________________________________
16779 [ 2201] By: gsar on 1998/11/05 04:40:44
16780 Log: another POPSTACK victim
16783 ____________________________________________________________________________
16784 [ 2196] By: gsar on 1998/11/05 02:07:54
16785 Log: fix a location affected by change#2191, add note about POPSTACK
16787 ! cop.h gv.c pp_ctl.c
16788 ____________________________________________________________________________
16789 [ 2195] By: gsar on 1998/11/05 02:04:45
16790 Log: makefile notes
16792 ! win32/Makefile win32/makefile.mk
16793 ____________________________________________________________________________
16794 [ 2192] By: gsar on 1998/11/04 23:48:53
16795 Log: indeterminate order-of-evaluation fixes
16798 ____________________________________________________________________________
16799 [ 2191] By: gsar on 1998/11/04 23:02:16
16800 Log: refetch local stack pointer in POPSTACK
16803 ____________________________________________________________________________
16804 [ 2190] By: jhi on 1998/11/04 08:50:40
16805 Log: Configure update.
16806 Sequent DYNIX/ptx updates: osvers=$4 (instead of $3) of uname -a,
16808 From: Andy Dougherty <doughera@lafcol.lafayette.edu>
16809 To: Martin Bligh <mbligh@sequent.com>
16810 Cc: Jarkko Hietaniemi <jhi@iki.fi>
16811 Subject: Re: Perl 5's configure on DYNIX/ptx
16812 Message-Id: <Pine.SUN.3.96.981103090824.5533B-100000@newton.phys>
16813 Date: Tue, 3 Nov 1998 09:35:26 -0500 (EST)
16815 find sockets also from libsocket, not just libnet.
16816 OS390: $compile_ok instead of $compile for <inttypes.h>,
16818 From: pvhp@forte.com (Peter Prymmer)
16819 To: Thomas.Dorner@start.de, jhi@iki.fi, neale@VMA.TABNSW.COM.AU
16820 Subject: _53 not OK on os390 but looking better than ever
16821 Date: Tue, 3 Nov 98 17:33:22 PST
16822 Message-Id: <9811040133.AA09450@forte.com>
16825 ____________________________________________________________________________
16826 [ 2189] By: jhi on 1998/11/04 07:43:58
16827 Log: sysio.t failure: fix undefined order of evaluation, from
16829 From: Spider Boardman <spider@web.zk3.dec.com>
16830 Subject: Not OK: perl 5.00553 on alpha-thread 5.0 [PATCH]
16831 To: perlbug@perl.com
16832 Date: 4 Nov 1998 01:22:30 +0200
16833 Message-ID: <MLIST_199811032227.RAA143892@web.zk3.dec.com>
16836 ____________________________________________________________________________
16837 [ 2188] By: gsar on 1998/11/04 02:59:16
16838 Log: fix return value of win32_pclose()
16841 ____________________________________________________________________________
16842 [ 2187] By: gsar on 1998/11/04 02:56:34
16843 Log: s/sv_upgrade/SvUPGRADE/ a couple of places
16845 ! Changes doop.c gv.c util.c
16846 ____________________________________________________________________________
16847 [ 2186] By: jhi on 1998/11/03 08:17:52
16848 Log: Document quads in pack.
16851 ____________________________________________________________________________
16852 [ 2185] By: jhi on 1998/11/03 07:49:35
16853 Log: (IV) vs (I32) vs I_V()
16855 Subject: [PATCH 5.005_53] Reverting typecast in sv_upgrade()
16856 From: Anton Berezin <tobez@plab.ku.dk>
16857 To: "p5p" <perl5-porters@perl.org>
16858 Date: 01 Nov 1998 15:09:11 +0100
16859 Message-ID: <86hfwjtshk.fsf@lion.plab.ku.dk>
16863 From: Andy Dougherty <doughera@lafcol.lafayette.edu>
16864 Date: Mon, 2 Nov 1998 10:17:34 -0500 (EST)
16865 Message-Id: <Pine.SUN.3.96.981102101433.4479B-100000@newton.phys>
16868 ____________________________________________________________________________
16869 [ 2184] By: jhi on 1998/11/03 07:42:46
16870 Log: VM/ESA updates.
16873 ! MANIFEST pod/perlfunc.pod pod/perlport.pod
16874 ____________________________________________________________________________
16875 [ 2183] By: jhi on 1998/11/02 12:58:13
16876 Log: The id(1)-parsing is real fun.
16879 ____________________________________________________________________________
16880 [ 2182] By: jhi on 1998/11/02 12:07:43
16881 Log: Decommission the symlink test.
16883 ! t/op/lex_assign.t
16884 ____________________________________________________________________________
16885 [ 2181] By: jhi on 1998/11/02 12:03:08
16886 Log: Replace ATTR_JOINABLE with true Configure probe
16887 for PTHREAD_CREATE_JOINABLE (or equivalent:
16888 PTHREAD_CREATE_UNDETACHED or __UNDETACHED).
16889 Remove ATTR_JOINABLE itself: Thread.xs uses
16890 PTHREAD_CREATE_JOINABLE (or equivalent) directly.
16892 Really scan for <mach/cthreads.h> only if usethreads.
16894 ! Configure config_h.SH ext/Thread/Thread.xs thread.h
16895 ____________________________________________________________________________
16896 [ 2180] By: jhi on 1998/11/02 11:07:34
16897 Log: In HP-UX 10.X usethreads only if the required files are present.
16900 ____________________________________________________________________________
16901 [ 2179] By: jhi on 1998/11/02 09:10:33
16902 Log: Prefer groups(1).
16903 id -Gn can be broken.
16904 id -a can save the day.
16907 ____________________________________________________________________________
16908 [ 2178] By: jhi on 1998/11/02 08:35:29
16909 Log: Detrail enum comma.
16912 ____________________________________________________________________________
16913 [ 2177] By: jhi on 1998/11/02 08:24:12
16914 Log: 0**0 = 1, from
16916 From: d-lewart@uiuc.edu (Daniel S. Lewart)
16917 Subject: Math::Complex 0**0 patches
16918 Date: Sun, 1 Nov 1998 19:21:48 -0600 (CST)
16919 Message-Id: <199811020121.TAA28310@staff2.cso.uiuc.edu>
16920 To: jhi@iki.fi (Jarkko Hietaniemi),
16921 Raphael_Manfredi@grenoble.hp.com (Raphael Manfredi)
16923 ! lib/Math/Complex.pm t/lib/complex.t
16924 ____________________________________________________________________________
16925 [ 2168] By: gbarr on 1998/11/01 01:58:58
16926 Log: From: jan.dubois@ibm.net (Jan Dubois)
16927 Date: Fri, 09 Oct 1998 23:28:31 +0200
16928 Message-ID: <36217b7f.3193091@smtp1.ibm.net>
16929 Subject: [PATCH 5.005_02] Allow XS access to vtbl_*s when compiled with PERL_OBJECT
16930 Branch: maint-5.005/perl
16932 ____________________________________________________________________________
16933 [ 2164] By: jhi on 1998/10/31 15:50:02
16934 Log: Integrate from mainperl.
16936 +> t/op/lex_assign.t
16937 !> (integrate 45 files)
16943 ____________________________________________________________________________
16944 [ 2163] By: gsar on 1998/10/31 11:31:12
16945 Log: bump patchlevel; other minor fixes for clean build and test on
16948 ! Changes ext/Data/Dumper/Dumper.xs patchlevel.h pp.h sv.c
16949 ! t/lib/dumper.t t/op/groups.t t/op/lex_assign.t
16950 ! t/pragma/warn/regexec win32/Makefile win32/config_H.bc
16951 ! win32/config_H.gc win32/config_H.vc win32/makefile.mk
16953 ____________________________________________________________________________
16954 [ 2162] By: gsar on 1998/10/31 09:40:31
16955 Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
16956 Date: Fri, 30 Oct 1998 18:36:20 -0500 (EST)
16957 Message-Id: <199810302336.SAA17336@monk.mps.ohio-state.edu>
16958 Subject: Re: [PATCH 5.00552] Overloaded <> and deref again
16961 ____________________________________________________________________________
16962 [ 2161] By: gsar on 1998/10/31 09:39:13
16963 Log: From: Albert Dvornik <bert@genscan.com>
16964 Date: 30 Oct 1998 17:50:04 -0500
16965 Message-Id: <tqd879vf4z.fsf@puma.genscan.com>
16966 Subject: [PATCH perl5.00[45]] a2p: make sprintf less greedy without -o
16968 ! x2p/Makefile.SH x2p/a2p.c x2p/a2p.pod x2p/a2p.y x2p/a2py.c
16969 ____________________________________________________________________________
16970 [ 2160] By: gsar on 1998/10/31 09:35:03
16971 Log: fix for bugs in -x mode
16972 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
16973 Date: Sat, 31 Oct 1998 00:30:57 -0500 (EST)
16974 Message-Id: <199810310530.AAA22277@monk.mps.ohio-state.edu>
16975 Subject: [PATCH 5.00552] Fix h2xs
16978 ____________________________________________________________________________
16979 [ 2159] By: gsar on 1998/10/31 09:31:36
16980 Log: Data::Dumper update
16982 ! ext/Data/Dumper/Changes ext/Data/Dumper/Dumper.pm
16983 ! ext/Data/Dumper/Dumper.xs ext/Data/Dumper/Todo
16984 ____________________________________________________________________________
16985 [ 2153] By: gsar on 1998/10/30 21:40:09
16986 Log: add testsuite portion of patch
16987 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
16988 Date: Thu, 29 Oct 1998 23:20:01 -0500 (EST)
16989 Message-Id: <199810300420.XAA25651@monk.mps.ohio-state.edu>
16990 Subject: [PATCH 5.00321 ;-)] 87% speedup
16992 + t/op/lex_assign.t
16994 ____________________________________________________________________________
16995 [ 2152] By: gsar on 1998/10/30 21:08:11
16996 Log: mention the C<$SIG{CHLD} = 'IGNORE'> special case
16998 ! pod/perlfunc.pod pod/perlipc.pod pod/perlvar.pod
16999 ____________________________________________________________________________
17000 [ 2151] By: gsar on 1998/10/30 20:18:09
17001 Log: From: Mark-Jason Dominus <mjd@plover.com>
17002 Date: Fri, 30 Oct 1998 14:24:23 EST
17003 Message-Id: <19981030192423.27276.qmail@plover.com>
17004 Subject: PATCH: (5.005_02) a2p should use `chomp' instead of `chop'
17007 ____________________________________________________________________________
17008 [ 2150] By: gsar on 1998/10/30 20:08:57
17009 Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
17010 Date: Thu, 29 Oct 1998 22:04:54 -0500 (EST)
17011 Message-Id: <199810300304.WAA23291@monk.mps.ohio-state.edu>
17012 Subject: [PATCH 5.00552] Overloaded <> and deref again
17014 ! gv.c lib/overload.pm perl.h pp.c pp.h pp_hot.c pp_sys.c sv.c
17015 ! t/pragma/overload.t toke.c
17016 ____________________________________________________________________________
17017 [ 2149] By: gsar on 1998/10/30 19:38:15
17018 Log: From: Roderick Schertler <roderick@argon.org>
17019 Date: Thu, 29 Oct 1998 14:50:18 -0500
17020 Message-ID: <17625.909690618@eeyore.ibcinc.com>
17021 Subject: patch for daemonization docs in perlipc
17024 ____________________________________________________________________________
17025 [ 2148] By: gsar on 1998/10/30 19:36:07
17026 Log: From: Anton Berezin <tobez@plab.ku.dk>
17027 Date: 29 Oct 1998 17:06:25 +0100
17028 Message-ID: <86pvbbuzcu.fsf@lion.plab.ku.dk>
17029 Subject: [PATCH 5.005_52] win32_opendir() fails on empty drives
17032 ____________________________________________________________________________
17033 [ 2147] By: gsar on 1998/10/30 19:31:37
17034 Log: tweaked version of suggested patch
17035 From: Anton Berezin <tobez@plab.ku.dk>
17036 Date: 29 Oct 1998 14:48:54 +0100
17037 Message-ID: <86yapzv5q1.fsf@lion.plab.ku.dk>
17038 Subject: [PATCH 5.005_52] One more problem with win32_stat and MSVC
17041 ____________________________________________________________________________
17042 [ 2146] By: gsar on 1998/10/30 19:03:50
17043 Log: hand-apply whitespace-mutiliated patch
17044 From: "vishal bhatia" <vishalb@hotmail.com>
17045 Date: Wed, 28 Oct 1998 23:45:32 PST
17046 Message-ID: <19981029074534.2334.qmail@hotmail.com>
17047 Subject: [PATCH 5.005_52]Compiling modules,more bugfixes for B
17049 ! ext/B/B/C.pm ext/B/B/CC.pm
17050 ____________________________________________________________________________
17051 [ 2145] By: gsar on 1998/10/30 18:46:58
17052 Log: remaining PL_foo stragglers
17054 ! doio.c ext/B/B.pm ext/IPC/SysV/SysV.xs ext/Opcode/Opcode.pm
17055 ! op.h os2/os2.c vms/gen_shrfls.pl
17056 ____________________________________________________________________________
17057 [ 2144] By: gsar on 1998/10/30 17:38:36
17058 Log: integrate cfgperl tweaks into mainline
17060 !> Makefile.SH README.posix-bc doio.c ext/POSIX/POSIX.xs proto.h
17061 !> t/op/misc.t t/pragma/subs.t t/pragma/warning.t
17062 ____________________________________________________________________________
17063 [ 2143] By: jhi on 1998/10/30 13:27:39
17064 Log: There can be multiple yacc/bison errors.
17066 ! t/op/misc.t t/pragma/subs.t t/pragma/warning.t
17067 ____________________________________________________________________________
17068 [ 2142] By: jhi on 1998/10/30 13:18:43
17069 Log: README.posix-bc update.
17072 ____________________________________________________________________________
17073 [ 2141] By: jhi on 1998/10/30 09:12:59
17074 Log: #2133 fallout.
17076 ! doio.c ext/POSIX/POSIX.xs
17077 ____________________________________________________________________________
17078 [ 2140] By: jhi on 1998/10/30 08:43:18
17079 Log: Integrate from mainperl.
17081 +> globvar.sym pp.sym
17082 - objpp.h thread.sym
17083 !> (integrate 61 files)
17084 ____________________________________________________________________________
17085 [ 2133] By: gsar on 1998/10/30 02:51:39
17086 Log: phase 1 of somewhat major rearrangement of PERL_OBJECT stuff
17087 (objpp.h is gone, embed.pl now does some of that); objXSUB.h
17088 should soon be automated also; the global variables that
17089 escaped the PL_foo conversion are now reined in; renamed
17090 MAGIC in regcomp.h to REG_MAGIC to avoid collision with the
17091 type of same name; duplicated lists of pp_things in various
17092 places is now gone; result has only been tested on win32
17094 + globvar.sym pp.sym
17095 - objpp.h thread.sym
17096 ! MANIFEST Makefile.SH av.c bytecode.h byterun.h cop.h doio.c
17097 ! doop.c dump.c embed.h embed.pl embedvar.h ext/B/B.xs
17098 ! ext/POSIX/POSIX.xs ext/Thread/Thread.xs global.sym globals.c
17099 ! gv.c malloc.c mg.c objXSUB.h op.c opcode.h opcode.pl perl.c
17100 ! perl.h perl_exp.SH perlvars.h perly.c pod/perlguts.pod pp.c
17101 ! pp.h pp_ctl.c pp_hot.c pp_proto.h pp_sys.c proto.h regcomp.c
17102 ! regcomp.h regcomp.pl regcomp.sym regexec.c regnodes.h run.c
17103 ! scope.c sv.c t/op/filetest.t taint.c thrdvar.h toke.c util.c
17104 ! win32/Makefile win32/config.bc win32/config.gc win32/config.vc
17105 ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
17106 ! win32/makedef.pl win32/makefile.mk win32/perlhost.h
17107 ____________________________________________________________________________
17108 [ 2130] By: jhi on 1998/10/29 15:31:26
17109 Log: Pure bison yylex() proto was broken.
17112 ____________________________________________________________________________
17113 [ 2126] By: jhi on 1998/10/29 08:35:54
17114 Log: Integrate mainperl.
17116 !> INSTALL README.cygwin32 cygwin32/gcc2 cygwin32/ld2
17117 !> lib/ExtUtils/MakeMaker.pm lib/perl5db.pl malloc.c pp.c
17118 !> pp_ctl.c proto.h regexec.c t/pragma/overload.t
17119 !> t/pragma/warn/doio toke.c win32/makefile.mk
17120 ____________________________________________________________________________
17121 [ 2125] By: jhi on 1998/10/29 08:32:38
17122 Log: EBCDIC Makefile.SH iteration converges. Hopefully.
17125 ____________________________________________________________________________
17126 [ 2124] By: jhi on 1998/10/29 08:06:44
17127 Log: EBCDIC Makefile.SH tuneup.
17130 ____________________________________________________________________________
17131 [ 2119] By: gsar on 1998/10/28 23:24:04
17132 Log: remove doubled hunk from integration
17135 ____________________________________________________________________________
17136 [ 2118] By: gsar on 1998/10/28 22:03:31
17137 Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
17138 Date: Wed, 28 Oct 1998 01:23:27 -0500 (EST)
17139 Message-Id: <199810280623.BAA06968@monk.mps.ohio-state.edu>
17140 Subject: [PATCH 5.00552] Minor debugger tweaks
17143 ____________________________________________________________________________
17144 [ 2117] By: gsar on 1998/10/28 22:02:30
17145 Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
17146 Date: Wed, 28 Oct 1998 01:20:33 -0500 (EST)
17147 Message-Id: <199810280620.BAA06893@monk.mps.ohio-state.edu>
17148 Subject: [PATCH 5.00552] Make sort respect overloading
17150 ! pp_ctl.c proto.h t/pragma/overload.t
17151 ____________________________________________________________________________
17152 [ 2116] By: gsar on 1998/10/28 21:51:11
17153 Log: MM patches from Ilya Zakharevich
17154 Date: Wed, 28 Oct 1998 01:27:04 -0500 (EST)
17155 Message-Id: <199810280627.BAA07053@monk.mps.ohio-state.edu>
17156 Subject: [PATCH 5.00552] Make MakeMaker more verbose
17158 Date: Wed, 28 Oct 1998 01:25:36 -0500 (EST)
17159 Message-Id: <199810280625.BAA06980@monk.mps.ohio-state.edu>
17160 Subject: [PATCH 5.00552] Make MakeMaker ignore errors in kid Makefile.PL
17162 ! lib/ExtUtils/MakeMaker.pm
17163 ____________________________________________________________________________
17164 [ 2115] By: gsar on 1998/10/28 21:46:19
17165 Log: add explicit references to perl source path in ld2 and gcc2
17167 ! README.cygwin32 cygwin32/gcc2 cygwin32/ld2
17168 ____________________________________________________________________________
17169 [ 2114] By: gsar on 1998/10/28 21:39:56
17170 Log: From: Andy Dougherty <doughera@lafcol.lafayette.edu>
17171 Date: Tue, 27 Oct 1998 10:40:41 -0500 (EST)
17172 Message-Id: <Pine.SUN.3.96.981027103726.28498E-100000@newton.phys>
17173 Subject: [PATCH] Re: Problems with: Creating an installable tar archive
17176 ____________________________________________________________________________
17177 [ 2113] By: gsar on 1998/10/28 21:21:16
17178 Log: integrate cfgperl into mainline
17181 !> Configure MANIFEST Makefile.SH config_h.SH perl.h perly.y
17182 !> perly_c.diff pp.c proto.h t/comp/require.t t/io/pipe.t
17183 !> t/op/groups.t t/op/misc.t t/pragma/subs.t t/pragma/warning.t
17184 !> thread.h toke.c vmesa/Makefile
17185 ____________________________________________________________________________
17186 [ 2112] By: gsar on 1998/10/28 21:14:18
17189 ! malloc.c regexec.c t/pragma/warn/doio win32/makefile.mk
17190 ____________________________________________________________________________
17191 [ 2111] By: gsar on 1998/10/28 18:52:10
17192 Log: smarter C<$SIG{FOO} = BAREWORD;> warning
17195 ____________________________________________________________________________
17196 [ 2110] By: jhi on 1998/10/28 15:07:54
17197 Log: posix-bc doesn't want to regenerate a2p.h from a2p.y.
17200 ____________________________________________________________________________
17201 [ 2109] By: jhi on 1998/10/28 13:39:54
17202 Log: a2p.y needs to generate also y.tab.h.
17205 ____________________________________________________________________________
17206 [ 2108] By: jhi on 1998/10/28 10:33:36
17207 Log: The "parse error" must be converted to "syntax error",
17208 just matching it aint' enough.
17210 ! t/comp/require.t t/op/misc.t t/pragma/subs.t
17211 ! t/pragma/warning.t
17212 ____________________________________________________________________________
17213 [ 2107] By: jhi on 1998/10/28 10:23:05
17214 Log: Regen sig_n{ame,umber}* if slightest doubt.
17217 ____________________________________________________________________________
17218 [ 2106] By: jhi on 1998/10/28 08:44:49
17219 Log: Bison says 'parse error', not 'parser error'.
17221 ! t/comp/require.t t/op/misc.t t/pragma/subs.t
17222 ! t/pragma/warning.t
17223 ____________________________________________________________________________
17224 [ 2105] By: jhi on 1998/10/28 08:42:09
17225 Log: yylex() parametrization.
17228 ____________________________________________________________________________
17229 [ 2104] By: jhi on 1998/10/28 08:25:09
17230 Log: Bring in #2102.
17233 ____________________________________________________________________________
17234 [ 2103] By: jhi on 1998/10/28 08:22:04
17235 Log: From: Dominic Dunlop <domo@vo.lu>
17236 Subject: [PATCH 5.005_02] Re: perl5.004_04 testing problem
17237 Date: 27 Oct 1998 20:47:25 +0200
17238 Message-ID: <MLIST_v03110700b25b7dc95bbc@[212.24.192.87]>
17241 ____________________________________________________________________________
17242 [ 2102] By: larry on 1998/10/27 18:58:55
17243 Log: utf8 change to quotemeta broke EBCDIC
17246 ____________________________________________________________________________
17247 [ 2101] By: jhi on 1998/10/27 12:55:34
17248 Log: $Config{sig_num_init}.
17249 Also, a new approach to the 'pthreads-created-joinable': drop
17250 it and use {PTHREAD_CREATE_{JOINABLE,UNDETACHED},__UNDETACHED}
17251 directly. (See also #2096).
17253 ! Configure config_h.SH
17254 ____________________________________________________________________________
17255 [ 2100] By: jhi on 1998/10/27 10:48:55
17256 Log: Regenerated perly_c.diff.
17259 ____________________________________________________________________________
17260 [ 2099] By: jhi on 1998/10/27 08:42:25
17261 Log: First the mangler was Netscape, then it was me.
17264 ____________________________________________________________________________
17265 [ 2098] By: jhi on 1998/10/27 08:34:40
17266 Log: `id -Gn` might be available where `groups` is not.
17269 ____________________________________________________________________________
17270 [ 2097] By: jhi on 1998/10/27 08:05:17
17271 Log: Netscape had mangled the tabs.
17274 ____________________________________________________________________________
17275 [ 2096] By: jhi on 1998/10/27 08:03:05
17276 Log: ATTR_JOINABLE logic, based on (private email)
17278 From: Neale Ferguson <neale@VMA.TABNSW.COM.AU>
17279 Subject: Some little diffs
17280 Message-ID: <36350969.DA33E7B4@mailbox.tabnsw.com.au>
17281 Date: Tue, 27 Oct 1998 13:44:42 +1300
17284 ____________________________________________________________________________
17285 [ 2095] By: jhi on 1998/10/27 07:56:57
17286 Log: Mach cthreads support based on:
17288 From: brie@corp.home.net (Brian Harrison)
17289 Subject: perl5.005_02 patch for mthreads
17290 To: perl5-porters@perl.org
17291 Date: 24 Oct 1998 01:01:55 +0300
17292 Message-ID: <MLIST_Pine.GSO.4.04.9810231410220.11111-200000@sulaco.eos.home.net>
17294 Pthread yield probe (dejavu)
17295 Cosmetic nanochange for the union semun output.
17296 Better inttypes.h probe.
17297 Undo the 'void *' $selecttype probe from #1971 because
17298 it breaks the $selectminbits test.
17300 ! Configure config_h.SH perl.h thread.h
17301 ____________________________________________________________________________
17302 [ 2094] By: jhi on 1998/10/26 13:02:07
17303 Log: Also posix-bc wants to reyacc.
17306 ____________________________________________________________________________
17307 [ 2093] By: jhi on 1998/10/26 10:17:21
17308 Log: Removed !(*s & 0x80) from pp_quotemeta(), introduced after
17309 5_02 and really breaking things in non-ASCII worlds.
17312 ____________________________________________________________________________
17313 [ 2092] By: jhi on 1998/10/26 09:08:00
17314 Log: More robustness.
17316 ! t/comp/require.t t/op/misc.t t/pragma/subs.t
17317 ! t/pragma/warning.t
17318 ____________________________________________________________________________
17319 [ 2091] By: jhi on 1998/10/26 08:47:32
17320 Log: s/YYLEXPARAM/PERL_YYLEX_PARAM_DECL/g
17321 Bison really wants YYLEX_PARAM.
17323 ! perly.y proto.h toke.c
17324 ____________________________________________________________________________
17325 [ 2090] By: jhi on 1998/10/26 08:21:25
17326 Log: s/YYLEX_PARAM/YYLEXPARAM/
17329 ____________________________________________________________________________
17330 [ 2089] By: jhi on 1998/10/26 08:17:33
17331 Log: Indicate skipped subtests.
17334 ____________________________________________________________________________
17335 [ 2088] By: jhi on 1998/10/26 08:11:36
17336 Log: Integrate from mainperl.
17338 !> (integrate 54 files)
17339 ____________________________________________________________________________
17340 [ 2087] By: jhi on 1998/10/26 08:08:02
17341 Log: Add test for filetests.
17345 ____________________________________________________________________________
17346 [ 2086] By: gsar on 1998/10/26 02:44:44
17347 Log: various win32 tweaks; disable new xs_cpp section (it creates
17348 ambiguous inference graph for %.xs --> %.o)
17350 ! ext/Thread/Thread.xs gv.c lib/ExtUtils/MakeMaker.pm mg.c pp.c
17351 ! pp_hot.c proto.h win32/GenCAPI.pl win32/Makefile
17352 ! win32/config.gc win32/config_H.gc win32/makedef.pl
17353 ! win32/makefile.mk win32/win32.h
17354 ____________________________________________________________________________
17355 [ 2085] By: gsar on 1998/10/26 00:50:02
17356 Log: sanity-check $Config{drand01} in rand.t
17358 ! t/op/rand.t win32/config.bc win32/config.gc win32/config.vc
17359 ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
17360 ____________________________________________________________________________
17361 [ 2078] By: gsar on 1998/10/25 10:22:04
17362 Log: update win32/config*.?c
17364 ! Changes win32/config.bc win32/config.gc win32/config.vc
17365 ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
17366 ____________________________________________________________________________
17367 [ 2077] By: gsar on 1998/10/25 08:39:25
17368 Log: From: Graham Barr <gbarr@pobox.com>
17369 Date: Sat, 24 Oct 1998 21:45:50 -0500
17370 Message-ID: <19981024214550.C508@pobox.com>
17371 Subject: Re: die with a reference should use overload "" operator
17374 ____________________________________________________________________________
17375 [ 2076] By: gsar on 1998/10/25 08:37:49
17376 Log: From: Graham Barr <gbarr@pobox.com>
17377 Date: Sat, 24 Oct 1998 12:45:21 -0500
17378 Message-ID: <19981024124521.C512@pobox.com>
17379 Subject: [PATCH 5.005_02] Re: Auto-incrementing tied scalar causes SEGV
17382 ____________________________________________________________________________
17383 [ 2075] By: gsar on 1998/10/25 08:24:09
17384 Log: fix C<print $n += 5;> etc.
17387 ____________________________________________________________________________
17388 [ 2074] By: gsar on 1998/10/25 08:12:28
17389 Log: list builtins with portability caveats
17390 From: Jarkko Hietaniemi <jhi@iki.fi>
17391 Date: Fri, 23 Oct 1998 14:05:23 +0300 (EET DST)
17392 Message-Id: <199810231105.OAA02411@alpha.hut.fi>
17393 Subject: [PATCH] 5.005_02 and 5.005_52: perlfunc.pod and perlport.pod
17396 ____________________________________________________________________________
17397 [ 2073] By: gsar on 1998/10/25 07:55:43
17398 Log: fix stack overrun in file test operators
17401 ____________________________________________________________________________
17402 [ 2072] By: gsar on 1998/10/25 07:29:45
17403 Log: implement C<goto &func> and other fixes (via private mail)
17404 From: "vishal bhatia" <vishalb@hotmail.com>
17405 Date: Wed, 21 Oct 1998 22:59:03 PDT
17406 Message-Id: <19981022055904.20083.qmail@hotmail.com>
17407 Subject: [PATCH 5.005_52] More fixes for B
17409 ! ext/B/B.pm ext/B/B.xs ext/B/B/C.pm ext/B/B/CC.pm
17410 ____________________________________________________________________________
17411 [ 2071] By: gsar on 1998/10/25 07:14:41
17412 Log: From: Graham Barr <gbarr@pobox.com>
17413 Date: Sat, 17 Oct 1998 20:42:41 -0500
17414 Message-ID: <19981017204241.G510@pobox.com>
17415 Subject: Re: taint checking for: use lib "$ENV{'EVIL'}"
17418 ____________________________________________________________________________
17419 [ 2070] By: gsar on 1998/10/25 07:07:29
17420 Log: avoid bogus line number in XSUB redefined warnings
17423 ____________________________________________________________________________
17424 [ 2069] By: gsar on 1998/10/25 06:59:03
17425 Log: From: Martijn Koster <mak@excitecorp.com>
17426 Date: Wed, 21 Oct 1998 13:12:03 +0100
17427 Message-ID: <19981021131203.A15661@excitecorp.com>
17428 Subject: File::Path::mkpath reports the wrong error
17431 ____________________________________________________________________________
17432 [ 2068] By: gsar on 1998/10/25 06:54:43
17433 Log: From: Zachary Miller <zcmiller@simon.er.usgs.gov>
17434 Date: Tue, 20 Oct 1998 20:52:20 -0500
17435 Message-Id: <199810210152.UAA07792@simon.er.usgs.gov>
17436 Subject: Exporter.pm's export_to_level() argument handling buggy
17439 ____________________________________________________________________________
17440 [ 2067] By: gsar on 1998/10/25 06:50:19
17441 Log: From: jan.dubois@ibm.net (Jan Dubois)
17442 Date: Wed, 21 Oct 1998 00:55:51 +0200
17443 Message-ID: <36380269.55370608@smtp1.ibm.net>
17444 Subject: Make _really_ sure Dynaloader.xs code is initialized only once
17446 ! ext/DynaLoader/DynaLoader_pm.PL
17447 ____________________________________________________________________________
17448 [ 2066] By: gsar on 1998/10/25 06:48:19
17449 Log: recognize '%' as a shell metachar for win32
17450 From: jan.dubois@ibm.net (Jan Dubois)
17451 Date: Tue, 20 Oct 1998 21:57:35 +0200
17452 Message-ID: <3636ea31.49170453@smtp1.ibm.net>
17453 Subject: [PATCH 5.005_02, Win32] Re: %ENV% not expanded in backquotes?
17456 ____________________________________________________________________________
17457 [ 2065] By: gsar on 1998/10/25 06:46:30
17458 Log: remove FAST_SV_GETS remnant (as suggested by Gisle Aas)
17461 ____________________________________________________________________________
17462 [ 2064] By: gsar on 1998/10/25 06:45:09
17463 Log: From: Gisle Aas <gisle@aas.no>
17464 Date: 20 Oct 1998 14:24:44 +0200
17465 Message-ID: <m34sszctf7.fsf@furu.g.aas.no>
17466 Subject: ord() and unpack("U*",...) should not be negative
17469 ____________________________________________________________________________
17470 [ 2063] By: gsar on 1998/10/25 06:42:29
17471 Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
17472 Date: Sun, 18 Oct 1998 23:20:57 -0400 (EDT)
17473 Message-Id: <199810190320.XAA28249@monk.mps.ohio-state.edu>
17474 Subject: [PATCH 5.005_*] Improve sbrk() on OS/2
17477 ____________________________________________________________________________
17478 [ 2062] By: gsar on 1998/10/25 06:41:26
17479 Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
17480 Date: Sun, 18 Oct 1998 23:10:29 -0400 (EDT)
17481 Message-Id: <199810190310.XAA28102@monk.mps.ohio-state.edu>
17482 Subject: [PATCH 5.005_*] Speed up aassign
17485 ____________________________________________________________________________
17486 [ 2061] By: gsar on 1998/10/25 06:39:04
17487 Log: From: Graham Barr <gbarr@pobox.com>
17488 Date: Sat, 17 Oct 1998 22:22:02 -0500
17489 Message-ID: <19981017222202.J510@pobox.com>
17490 Subject: Re: '*' prototype does not allow bareword with strict
17493 ____________________________________________________________________________
17494 [ 2060] By: gsar on 1998/10/25 06:37:34
17495 Log: handle '::' in section names properly
17496 From: Graham Barr <gbarr@pobox.com>
17497 Date: Sat, 17 Oct 1998 12:57:54 -0500
17498 Message-ID: <19981017125754.C510@pobox.com>
17499 Subject: Re: pod2html
17502 ____________________________________________________________________________
17503 [ 2059] By: gsar on 1998/10/25 06:33:43
17504 Log: integrate changes#1982,2014,2021 (from maint-5.005)
17506 !> av.c doop.c ext/POSIX/POSIX.xs hv.c lib/ExtUtils/MakeMaker.pm
17507 !> mg.c mg.h pp.c pp_hot.c pp_sys.c scope.c t/op/tie.t
17508 ____________________________________________________________________________
17509 [ 2058] By: gsar on 1998/10/25 05:44:17
17510 Log: allow more win32 symbol exports (suggested by Jan Dubois)
17513 ____________________________________________________________________________
17514 [ 2057] By: gsar on 1998/10/25 05:40:40
17515 Log: integrate change#2053 from maint-5.005
17517 !> cop.h t/cmd/while.t
17518 ____________________________________________________________________________
17519 [ 2056] By: gsar on 1998/10/25 05:16:41
17520 Log: commented version of a patch suggested by Drago Goricanec
17521 From: Jarkko Hietaniemi <jhi@cc.hut.fi>
17522 Date: 16 Oct 1998 15:24:45 +0300
17523 Message-ID: <oeeogrc1ype.fsf@alpha.hut.fi>
17524 Subject: Re: [PATCH 5.005_52] Linux select fails with more than 32 FDs
17527 ____________________________________________________________________________
17528 [ 2055] By: gsar on 1998/10/25 05:11:03
17529 Log: include eof() in description of buffering caveats
17530 From: Anton Berezin <tobez@plab.ku.dk>
17531 Date: Fri, 16 Oct 1998 19:22:41 +0200 (CEST)
17532 Message-Id: <199810161722.TAA28813@lion.plab.ku.dk>
17533 Subject: [DOCPATCH] pod/perlfunc.pod
17536 ____________________________________________________________________________
17537 [ 2054] By: gsar on 1998/10/25 05:07:42
17538 Log: disallow 'x' in hex numbers (except leading '0x')
17539 From: Gisle Aas <gisle@aas.no>
17540 Date: 16 Oct 1998 16:33:12 +0200
17541 Message-ID: <m3n26wtw47.fsf@furu.g.aas.no>
17542 Subject: Re: [PATCH 5.005_52] 'x' is not a legal hex digit
17544 ! perlvars.h t/op/oct.t util.c
17545 ____________________________________________________________________________
17546 [ 2052] By: gsar on 1998/10/25 04:49:04
17547 Log: avoid the circular refcnt logic in magic_mutexfree()
17549 ! mg.c pp.c pp_hot.c
17550 ____________________________________________________________________________
17551 [ 2051] By: gsar on 1998/10/25 04:35:07
17552 Log: properly restore PL_rsfp_filters after require
17554 ! embed.h global.sym objXSUB.h objpp.h pp_ctl.c proto.h scope.c
17556 ____________________________________________________________________________
17557 [ 2050] By: gsar on 1998/10/25 02:42:32
17558 Log: integrate cfgperl changes back into mainline
17560 +> README.posix-bc hints/posix-bc.sh hints/vmesa.sh
17561 +> vmesa/Makefile vmesa/vmesa.c vmesa/vmesaish.h
17562 !> (integrate 33 files)
17563 ____________________________________________________________________________
17564 [ 2049] By: gsar on 1998/10/25 01:30:48
17565 Log: avoid "mysterious" compile-time failures without messages
17568 ____________________________________________________________________________
17569 [ 2041] By: gsar on 1998/10/23 21:11:56
17570 Log: checkin jpl under //depot/perlext/jpl/...
17572 + jpl/JNI/Changes jpl/JNI/JNI.pm jpl/JNI/JNI.xs jpl/JNI/MANIFEST
17573 + jpl/JNI/Makefile.PL jpl/JNI/test.pl jpl/JNI/typemap
17574 + jpl/JPL/AutoLoader.pm jpl/JPL/Class.pm jpl/JPL/Compile.pm
17575 + jpl/JPL/Makefile.PL jpl/JPL_Rolo/JPL_Rolo.jpl
17576 + jpl/JPL_Rolo/Makefile.PL jpl/JPL_Rolo/README
17577 + jpl/JPL_Rolo/cardfile jpl/PerlInterpreter/Makefile
17578 + jpl/PerlInterpreter/Makefile.PL
17579 + jpl/PerlInterpreter/PerlInterpreter.c
17580 + jpl/PerlInterpreter/PerlInterpreter.h
17581 + jpl/PerlInterpreter/PerlInterpreter.java jpl/README
17582 + jpl/Sample/Makefile.PL jpl/Sample/Sample.jpl
17583 + jpl/Test/Makefile.PL jpl/Test/Test.jpl jpl/bin/jpl
17584 + jpl/get_jdk/README jpl/get_jdk/get_jdk.pl
17585 + jpl/get_jdk/jdk_hosts jpl/install-jpl
17586 ____________________________________________________________________________
17587 [ 2040] By: larry on 1998/10/23 19:31:42
17588 Log: chr(0xFFFFFFFF) didn't translate to utf8 character
17591 ____________________________________________________________________________
17592 [ 2039] By: larry on 1998/10/23 18:48:34
17593 Log: tr///d does not seem to work
17595 ! lib/utf8_heavy.pl
17596 ____________________________________________________________________________
17597 [ 2038] By: larry on 1998/10/23 18:00:41
17598 Log: Program with utf8 identifiers fails to compile
17600 ! doop.c gv.c op.c pp.c pp_hot.c toke.c
17601 ____________________________________________________________________________
17602 [ 2037] By: jhi on 1998/10/23 14:04:51
17603 Log: Test suite portability:
17604 - posix-bc does not write to broken pipes
17605 - filehand #11 only iff we have fork
17606 - warning.t can now match $expected using regular expressions
17608 ! t/io/pipe.t t/lib/filehand.t t/pragma/warn/doio
17609 ! t/pragma/warning.t
17610 ____________________________________________________________________________
17611 [ 2036] By: jhi on 1998/10/23 12:12:07
17612 Log: yacc clarification.
17615 ____________________________________________________________________________
17616 [ 2035] By: jhi on 1998/10/23 12:09:59
17617 Log: Some C compilers get upset about 8-bit characters in /* comments. */
17620 ____________________________________________________________________________
17621 [ 2034] By: jhi on 1998/10/22 09:11:52
17622 Log: Configure update: both for pthread_yield more robust
17623 testing (all variants of pthread_attr_getdetachstate()) --
17624 and because Configure was broken in major way! About 1000
17625 last lines were truncated.
17628 ____________________________________________________________________________
17629 [ 2033] By: jhi on 1998/10/22 07:47:10
17630 Log: DJGPP feedback for #2028.
17633 ____________________________________________________________________________
17634 [ 2032] By: jhi on 1998/10/21 13:03:57
17635 Log: yielding, the saga continues.
17637 ! Configure config_h.SH
17638 !> av.c lib/constant.pm op.c pod/perldiag.pod pp_ctl.c
17639 !> t/op/goto.t t/pragma/constant.t
17640 ____________________________________________________________________________
17641 [ 2031] By: jhi on 1998/10/21 09:15:42
17642 Log: VM/ESA feedback for #2028.
17644 ! Configure config_h.SH thread.h
17645 ____________________________________________________________________________
17646 [ 2030] By: gsar on 1998/10/21 04:22:53
17647 Log: fix handling of mayhaps-extended @_ in goto &sub
17649 ! av.c pp_ctl.c t/op/goto.t
17650 ____________________________________________________________________________
17651 [ 2029] By: gsar on 1998/10/21 00:54:14
17652 Log: restore sanity to "constant" references
17654 ! lib/constant.pm op.c pod/perldiag.pod t/pragma/constant.t
17655 ____________________________________________________________________________
17656 [ 2028] By: jhi on 1998/10/20 15:01:20
17657 Log: OLD_PTHREADS_API reorganizing.
17659 ! dosish.h ext/Thread/Thread.xs perl.h thread.h util.c
17661 ____________________________________________________________________________
17662 [ 2027] By: jhi on 1998/10/20 14:14:51
17663 Log: #2026 fallout.
17666 ____________________________________________________________________________
17667 [ 2026] By: jhi on 1998/10/20 11:47:21
17668 Log: VM/ESA update.
17670 ! Makefile.SH vmesa/vmesa.c vmesa/vmesaish.h
17671 ____________________________________________________________________________
17672 [ 2025] By: jhi on 1998/10/20 08:20:56
17673 Log: 64-bitness, based on
17675 From: Scott Henry <scotth@sgi.com>
17676 To: perl-64bit@perl.org
17677 Message-ID: <yd8u30zyerl.fsf@hoshi.engr.sgi.com>
17678 Subject: Re: Configure problems/questions...
17679 Date: 19 Oct 1998 22:38:06 -0700
17681 ! hints/irix_6.sh perl.h
17682 ____________________________________________________________________________
17683 [ 2024] By: jhi on 1998/10/20 08:09:07
17684 Log: Add lseeksize.
17687 ____________________________________________________________________________
17688 [ 2023] By: jhi on 1998/10/20 08:08:33
17689 Log: Mumble about _yields() only when threaded.
17692 ____________________________________________________________________________
17693 [ 2022] By: jhi on 1998/10/20 07:46:26
17694 Log: Thinko at PTHREADS_CREATED_JOINABLE.
17697 ____________________________________________________________________________
17698 [ 2021] By: gbarr on 1998/10/20 01:25:23
17699 Log: From: Chip Salzenberg <chip@perlsupport.com>
17700 Date: Tue, 6 Oct 1998 13:33:05 -0400
17701 Message-ID: <19981006133305.A2348@perlsupport.com>
17702 Subject: [PATCH] 5.005_02: Eliminate leak on self-ties
17703 Branch: maint-5.005/perl
17704 ! av.c doop.c hv.c mg.c mg.h pp.c pp_hot.c pp_sys.c scope.c
17706 ____________________________________________________________________________
17707 [ 2020] By: jhi on 1998/10/19 09:15:53
17708 Log: YIELD more robustly.
17711 ____________________________________________________________________________
17712 [ 2019] By: jhi on 1998/10/19 08:48:33
17713 Log: VM/ESA (and OS390) are in between of OLD_PTHREADS_API and
17714 the 'new' one (just like DJGPP, it seems).
17717 ____________________________________________________________________________
17718 [ 2018] By: jhi on 1998/10/19 07:02:44
17719 Log: vmesaish.h doesn't exclude unixish.h.
17722 ____________________________________________________________________________
17723 [ 2017] By: jhi on 1998/10/19 06:44:19
17724 Log: 1<<$randbits is not good for randbits=48.
17727 ____________________________________________________________________________
17728 [ 2016] By: jhi on 1998/10/19 06:39:47
17729 Log: Make #2012 glob pattern more portable.
17732 ____________________________________________________________________________
17733 [ 2014] By: gbarr on 1998/10/17 20:31:42
17734 Log: Fix POSIX::sigprocmask not to check type of $old parameter
17735 as it is output only
17736 Branch: maint-5.005/perl
17737 ! ext/POSIX/POSIX.xs
17738 ____________________________________________________________________________
17739 [ 2012] By: jhi on 1998/10/17 15:04:23
17740 Log: clean numbered core dumps and t/tmp[0-9]*.
17743 ____________________________________________________________________________
17744 [ 2011] By: jhi on 1998/10/17 14:59:15
17745 Log: More robust yacc/bison failure output handling.
17747 ! t/comp/require.t t/op/misc.t t/pragma/subs.t
17748 ____________________________________________________________________________
17749 [ 2010] By: jhi on 1998/10/17 14:51:05
17750 Log: BC2000 POSIX update.
17753 ____________________________________________________________________________
17754 [ 2009] By: jhi on 1998/10/17 14:49:46
17755 Log: POSIX BC2000 port from perl-mvs:
17757 Subject: Ported perl 5.005.02 to BS2000 / POSIX
17758 From: Dorner Thomas <Thomas.Dorner@start.de>
17759 Date: Tue, 29 Sep 1998 13:29:36 +0100
17760 Message-ID: <9CE47B416A24D2118BC40000F84009B20B72C5@start.de>
17762 + README.posix-bc hints/posix-bc.sh
17763 ! Configure MANIFEST perl.c perly.y proto.h t/lib/cgi-html.t
17764 ! t/op/magic.t t/op/pack.t t/op/quotemeta.t t/op/subst.t toke.c
17766 ____________________________________________________________________________
17767 [ 2008] By: jhi on 1998/10/17 14:07:49
17768 Log: VM/ESA-update.
17771 ____________________________________________________________________________
17772 [ 2007] By: jhi on 1998/10/17 13:55:34
17773 Log: Forgot few S_I* imports.
17776 ____________________________________________________________________________
17777 [ 2006] By: jhi on 1998/10/17 13:43:54
17778 Log: The VM/ESA port essentials, based on
17782 From: Neale Ferguson <neale@VMA.TABNSW.COM.AU>
17783 Subject: Re: Can't find Data/Dumper.pm
17784 Date: Mon, 28 Sep 1998 07:40:49 +1300
17785 Message-ID: <360E86B0.23847AF4@mailbox.tabnsw.com.au>
17789 From: Neale Ferguson <neale@VMA.TABNSW.COM.AU>
17790 Subject: Re: Perl thread problems in VM/ESA
17791 Date: Thu, 15 Oct 1998 07:18:35 +1300
17792 Message-ID: <3624EAFA.16163A2B@mailbox.tabnsw.com.au>
17796 From: Neale Ferguson <NEALE@PUCC.PRINCETON.EDU>
17797 Subject: perl archive
17798 Date: Sun, 11 Oct 1998 19:28:54 EDT
17799 Message-Id: <19981011233112Z67215-26626+1513@outbound.Princeton.EDU>
17800 which gave a pointer to
17802 http://pucc.princeton.edu/~neale/perl.tar
17804 (based on Perl 5.005_51)
17806 + hints/vmesa.sh vmesa/Makefile vmesa/vmesa.c vmesa/vmesaish.h
17807 ! ext/Errno/Errno_pm.PL perl.c perl.h perly.y pp_sys.c
17808 ! t/io/pipe.t t/lib/cgi-html.t t/lib/ipc_sysv.t t/op/magic.t
17809 ! t/op/pack.t t/op/quotemeta.t t/op/subst.t util.c x2p/a2p.h
17810 ____________________________________________________________________________
17811 [ 2005] By: jhi on 1998/10/17 13:17:19
17812 Log: Integrate mainperl.
17814 !> Porting/genlog ext/B/B/CC.pm ext/POSIX/POSIX.pm
17815 !> lib/ExtUtils/MM_Win32.pm lib/ExtUtils/MakeMaker.pm
17816 !> lib/Term/Complete.pm op.c opcode.h opcode.pl os2/Makefile.SHs
17817 !> os2/os2.c pod/perlfunc.pod pod/perlxs.pod pp.c sv.c
17818 !> t/op/grent.t t/op/sysio.t t/op/tiehandle.t toke.c
17819 !> utils/perldoc.PL vms/ext/Stdio/Stdio.pm win32/Makefile
17820 !> win32/makefile.mk
17821 ____________________________________________________________________________
17822 [ 2004] By: jhi on 1998/10/17 11:19:06
17823 Log: Removed an extra ' from the int64_t test.
17826 ____________________________________________________________________________
17827 [ 2003] By: gsar on 1998/10/17 04:11:40
17828 Log: silence -w noises (suggested by Greg Bacon)
17830 ! lib/Term/Complete.pm
17831 ____________________________________________________________________________
17832 [ 2002] By: gsar on 1998/10/17 04:07:48
17833 Log: From: Gisle Aas <gisle@aas.no>
17834 Date: 14 Oct 1998 15:53:14 +0200
17835 Message-ID: <m3g1cr9rn9.fsf@furu.g.aas.no>
17836 Subject: Re: chr(0xFFFF_FFFF) and "\x{10_FFFF}" [PATCH 5.005_52]
17839 ____________________________________________________________________________
17840 [ 2001] By: gsar on 1998/10/17 04:06:10
17841 Log: From: Gisle Aas <gisle@aas.no>
17842 Date: 14 Oct 1998 15:17:44 +0200
17843 Message-ID: <m3iuhn9taf.fsf@furu.g.aas.no>
17844 Subject: [PATCH 5.005_52] Core dump from "Missing right brace on \x{}"
17847 ____________________________________________________________________________
17848 [ 2000] By: gsar on 1998/10/17 03:06:33
17849 Log: From: Gisle Aas <gisle@aas.no>
17850 Date: 14 Oct 1998 00:38:06 +0200
17851 Message-ID: <m3iuhonl4h.fsf@furu.g.aas.no>
17852 Subject: [PATCH 5.005_52] utf8 substr can access memory outside PVX buffer
17855 ____________________________________________________________________________
17856 [ 1999] By: gsar on 1998/10/17 03:04:48
17857 Log: From: Dan Sugalski <sugalskd@osshe.edu>
17858 Date: Tue, 13 Oct 1998 15:10:57 -0700
17859 Message-Id: <3.0.6.32.19981013151057.00a947a0@ous.edu>
17860 Subject: [PATCH 5.004/5.005/5.006]Doc patch to VMS::Stdio module
17862 ! vms/ext/Stdio/Stdio.pm
17863 ____________________________________________________________________________
17864 [ 1998] By: gsar on 1998/10/17 03:00:40
17865 Log: skip readonly vars and unref references when doing a reset()
17868 ____________________________________________________________________________
17869 [ 1997] By: gsar on 1998/10/17 02:49:19
17870 Log: fix buggy treatment of large checksums on unicode strings
17871 From: Gisle Aas <gisle@aas.no>
17872 Date: 13 Oct 1998 21:35:39 +0200
17873 Message-ID: <m31zocp850.fsf@furu.g.aas.no>
17874 Subject: unpack("%48U*",...) [PATCH 5.005_52]
17877 ____________________________________________________________________________
17878 [ 1996] By: gsar on 1998/10/17 02:43:22
17879 Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
17880 Date: Tue, 13 Oct 1998 04:46:00 -0400 (EDT)
17881 Message-Id: <199810130846.EAA00769@monk.mps.ohio-state.edu>
17882 Subject: [PATCH 5.005_52] Memory overrun in os2.c
17884 ! os2/Makefile.SHs os2/os2.c
17885 ____________________________________________________________________________
17886 [ 1995] By: gsar on 1998/10/17 02:42:01
17887 Log: clarify section name rules for typemaps
17890 ____________________________________________________________________________
17891 [ 1994] By: gsar on 1998/10/17 02:33:02
17892 Log: whitespace-proof grent.t
17895 ____________________________________________________________________________
17896 [ 1993] By: gsar on 1998/10/17 02:27:29
17897 Log: fix bug in B::CC::pp_sassign()
17898 From: "vishal bhatia" <vishalb@hotmail.com>
17899 Date: Sun, 11 Oct 1998 18:41:38 PDT
17900 Message-ID: <19981012014139.19614.qmail@hotmail.com>
17901 Subject: B::CC problems with pp_sassign routine
17904 ____________________________________________________________________________
17905 [ 1992] By: gsar on 1998/10/17 02:17:49
17906 Log: applied suggested patch with small doc tweak
17907 From: Gisle Aas <gisle@aas.no>
17908 Date: 11 Oct 1998 12:53:13 +0200
17909 Message-ID: <m3u31bfjza.fsf@furu.g.aas.no>
17910 Subject: Re: [PATCH 5.005_52] Optional syswrite LENGTH argument
17912 ! opcode.h opcode.pl pod/perlfunc.pod pp_sys.c t/op/sysio.t
17914 ____________________________________________________________________________
17915 [ 1991] By: gsar on 1998/10/17 02:08:30
17916 Log: apply non-conflicting parts from suggested patch
17917 From: jan.dubois@ibm.net (Jan Dubois)
17918 Date: Sat, 10 Oct 1998 13:15:45 +0200
17919 Message-ID: <36223ed7.18279374@smtp1.ibm.net>
17920 Subject: [PATCH 5.005_52] Still more MakeMaker patches
17922 ! lib/ExtUtils/MM_Win32.pm lib/ExtUtils/MakeMaker.pm
17923 ____________________________________________________________________________
17924 [ 1990] By: gsar on 1998/10/17 02:01:24
17925 Log: provide option to enable optimization with VC (suggested by Jan
17928 ! win32/Makefile win32/makefile.mk
17929 ____________________________________________________________________________
17930 [ 1989] By: gsar on 1998/10/17 01:55:27
17931 Log: Rhapsody DR2 has bsd/ctypes.h, not objc/NXCType.h (suggested by
17932 Dave Leppik <dleppik@gage.com>
17935 ____________________________________________________________________________
17936 [ 1988] By: gsar on 1998/10/17 01:49:05
17937 Log: stray typo found by Hugo van der Sanden
17940 ____________________________________________________________________________
17941 [ 1987] By: gsar on 1998/10/17 01:45:52
17942 Log: perldoc pod update
17943 From: Daniel Grisinger <dgris@perrin.dimensional.com>
17944 Date: 06 Oct 1998 23:56:51 -0600
17945 Message-ID: <m3g1d0kj8c.fsf@perrin.dimensional.com>
17946 Subject: [PATCH _02 and _52] perldoc
17949 ____________________________________________________________________________
17950 [ 1986] By: gsar on 1998/10/17 01:41:40
17951 Log: qualify names of builtins
17953 ! ext/POSIX/POSIX.pm
17954 ____________________________________________________________________________
17955 [ 1982] By: gbarr on 1998/10/17 00:20:57
17956 Log: From: Jochen Wiedmann <joe@ispsoft.de>
17957 Date: Thu, 17 Sep 1998 17:16:06 +0200
17958 Message-ID: <360127B6.E44564A@ispsoft.de>
17959 Subject: [PATCH] ExtUtils::MakeMaker::prompt cannot return 0
17960 Branch: maint-5.005/perl
17961 ! lib/ExtUtils/MakeMaker.pm
17962 ____________________________________________________________________________
17963 [ 1978] By: gsar on 1998/10/16 01:58:58
17964 Log: integrate cfgperl mods into mainline
17966 +> ext/DynaLoader/dl_vmesa.xs
17968 !> Configure MANIFEST Makefile.SH config_h.SH
17969 !> ext/Thread/Thread.xs gv.c hints/hpux.sh hints/irix_6.sh
17970 !> hints/linux.sh hints/os390.sh op.c t/op/pat.t thread.h
17972 ____________________________________________________________________________
17973 [ 1976] By: gsar on 1998/10/16 00:10:52
17977 ____________________________________________________________________________
17978 [ 1975] By: gsar on 1998/10/15 23:54:38
17979 Log: propagate typeness of lexicals while cloning them
17982 ____________________________________________________________________________
17983 [ 1974] By: gsar on 1998/10/15 23:53:25
17984 Log: s/last/first/ typo in append_list()
17987 ____________________________________________________________________________
17988 [ 1973] By: gsar on 1998/10/15 20:06:17
17989 Log: nuke confperl branch and contents
17991 - (delete 1284 files)
17992 ____________________________________________________________________________
17993 [ 1972] By: jhi on 1998/10/15 07:07:35
17994 Log: Test #162 had been added but the "print 1..161" had not been updated.
17997 ____________________________________________________________________________
17998 [ 1971] By: gsar on 1998/10/15 03:09:58
17999 Log: check in all confperl changes as of change#1964 into cfgperl
18001 + ext/DynaLoader/dl_vmesa.xs
18002 ! Configure MANIFEST Makefile.SH config_h.SH
18003 ! ext/Thread/Thread.xs gv.c hints/hpux.sh hints/irix_6.sh
18004 ! hints/linux.sh hints/os390.sh op.c thread.h x2p/Makefile.SH
18005 ____________________________________________________________________________
18006 [ 1970] By: gsar on 1998/10/15 03:05:59
18007 Log: integrate mainline to get tr.t
18010 ____________________________________________________________________________
18011 [ 1969] By: gsar on 1998/10/15 03:04:17
18012 Log: add missing tr.t to repository
18015 ____________________________________________________________________________
18016 [ 1968] By: gsar on 1998/10/15 03:02:43
18017 Log: create cfgperl branch
18019 +> (branch 1282 files)
18020 ____________________________________________________________________________
18021 [ 1967] By: gsar on 1998/10/15 02:46:08
18022 Log: correct bugs exposed in MM_Unix.pm by commenting out Selfloader
18023 (MAN3PODS cannot be set to ' '; stray stricture violation)
18025 ! ext/B/Makefile.PL ext/DB_File/Makefile.PL
18026 ! ext/Data/Dumper/Makefile.PL ext/DynaLoader/Makefile.PL
18027 ! ext/Errno/Makefile.PL ext/Fcntl/Makefile.PL
18028 ! ext/GDBM_File/Makefile.PL ext/IO/Makefile.PL
18029 ! ext/IPC/SysV/Makefile.PL ext/NDBM_File/Makefile.PL
18030 ! ext/ODBM_File/Makefile.PL ext/Opcode/Makefile.PL
18031 ! ext/POSIX/Makefile.PL ext/SDBM_File/Makefile.PL
18032 ! ext/Socket/Makefile.PL ext/Thread/Makefile.PL
18033 ! ext/attrs/Makefile.PL ext/re/Makefile.PL
18034 ! lib/ExtUtils/MM_Unix.pm
18035 ____________________________________________________________________________
18036 [ 1966] By: gsar on 1998/10/15 02:19:03
18037 Log: tweak to make fix in change#1944 behave correctly for closures
18038 created within eval''
18041 ____________________________________________________________________________
18042 [ 1965] By: gsar on 1998/10/14 23:22:41
18043 Log: use better numbers for exitstatus test
18046 ____________________________________________________________________________
18047 [ 1964] By: jhi on 1998/10/14 17:25:41
18048 Log: Add VM/ESA dynaloading (uses <dll.h>).
18050 + ext/DynaLoader/dl_vmesa.xs
18052 ____________________________________________________________________________
18053 [ 1963] By: jhi on 1998/10/14 17:17:10
18054 Log: Remove a2p.loadmap in 'clean' target.
18057 ____________________________________________________________________________
18058 [ 1962] By: jhi on 1998/10/14 17:13:11
18059 Log: VM/ESA produces also .prelmaps. (No, not .perlmaps...)
18062 ____________________________________________________________________________
18063 [ 1961] By: jhi on 1998/10/14 16:27:39
18064 Log: VM/ESA creates executable.loadmaps.
18067 ____________________________________________________________________________
18068 [ 1960] By: jhi on 1998/10/14 15:37:39
18069 Log: Introduce SCHED_YIELD (one of sched_yield(),
18070 pthread_yield(), or pthread_yield(NULL)).
18071 YIELD is then defined using SCHED_YIELD unless
18072 a platform-specific YIELD has already been defined.
18074 Support pthread_attr_setdetachstate(pthread_attr_t*, int*).
18076 The need for pthread_yield(NULL) and pthread_attr_setdet...
18077 introduced by (private email)
18079 From: Neale Ferguson <neale@VMA.TABNSW.COM.AU>
18080 Date: Sat, 10 Oct 1998 21:08:15 +1300
18081 Message-ID: <361F15EE.47376EC@mailbox.tabnsw.com.au>
18082 Subject: Re: Perl thread problems in VM/ESA
18084 Better select() protoprobe (for AIX), from (private email)
18085 From: Andy Dougherty <doughera@lafcol.lafayette.edu>
18086 Date: Fri, 2 Oct 1998 14:52:25 -0400 (EDT)
18087 Message-Id: <Pine.SUN.3.96.981002144601.11832D-100000@newton.phys>
18088 Subject: AIX select (fwd)
18089 From: Lars Hecking <lhecking@nmrc.ucc.ie>
18090 To: Andy Dougherty <doughera@lafcol.lafayette.edu>
18091 Date: Fri, 2 Oct 1998 10:40:01 +0100
18092 Subject: AIX select
18094 Linux-avoid-so.X.Y, based on
18095 From: "Kurt D. Starsinic" <kstar@chapin.edu>
18096 Date: Tue, 13 Oct 1998 15:55:07 -0400
18097 Message-ID: <19981013155507.B4004@O2.chapin.edu>
18098 Subject: Re: [PATCH 5.005_52] [Was: Re: How can Debian accomodate new installation ?]
18100 ! Configure config_h.SH ext/Thread/Thread.xs hints/linux.sh
18102 ____________________________________________________________________________
18103 [ 1959] By: jhi on 1998/10/14 12:51:26
18104 Log: Some old pthread implementations have
18105 pthread_attr_setdetachstate(pthread_attr_t*, int*).
18107 ! ext/Thread/Thread.xs
18108 ____________________________________________________________________________
18109 [ 1958] By: jhi on 1998/10/14 12:41:11
18110 Log: SCHED_YIELD and ATTR_JOINABLE fixes. Thread.xs and Configure
18111 counterparts will follow soon.
18114 ____________________________________________________________________________
18115 [ 1957] By: jhi on 1998/10/14 12:38:11
18116 Log: Add tr.t (MANIFEST already knew about it, strange)
18119 ____________________________________________________________________________
18120 [ 1956] By: jhi on 1998/10/14 12:24:35
18121 Log: Mutexen should be initialized only once.
18124 ____________________________________________________________________________
18125 [ 1955] By: jhi on 1998/10/14 12:19:38
18126 Log: os390 has its own cppstdin.
18129 ____________________________________________________________________________
18130 [ 1954] By: jhi on 1998/10/14 12:15:06
18131 Log: Integrate with mainperl.
18133 !> (integrate 1280 files)
18134 ____________________________________________________________________________
18135 [ 1953] By: jhi on 1998/10/14 11:48:08
18136 Log: Removed duplicate CMA threads code for HPUX 10.X.
18137 (probably residue of patch(1) being too understanding)
18138 Enhanced 64-bit settings. (redo change#1940)
18141 ____________________________________________________________________________
18142 [ 1952] By: jhi on 1998/10/14 11:45:16
18143 Log: (redo change#1949) Detypo in the d_open64 warning about
18144 the impending WHOA.
18147 ____________________________________________________________________________
18148 [ 1951] By: jhi on 1998/10/14 10:54:16
18149 Log: Mutexen should only be inited once, after they have been New()ed.
18152 ____________________________________________________________________________
18153 [ 1950] By: jhi on 1998/10/14 10:41:43
18157 ____________________________________________________________________________
18158 [ 1949] By: jhi on 1998/10/14 10:34:23
18159 Log: Detypo in the d_open64 warning about the impending WHOA.
18162 ____________________________________________________________________________
18163 [ 1948] By: gsar on 1998/10/14 05:38:01
18166 ! pp_hot.c t/op/eval.t
18167 ____________________________________________________________________________
18168 [ 1947] By: gsar on 1998/10/14 05:37:10
18169 Log: let docatch() pass the buck when restartop turns out to be null,
18170 making exceptions in BEGIN{} propagate as expected
18172 ! pp_ctl.c t/op/misc.t
18173 ____________________________________________________________________________
18174 [ 1946] By: gsar on 1998/10/13 03:41:49
18175 Log: add missing file from change#1943
18178 ____________________________________________________________________________
18179 [ 1945] By: gsar on 1998/10/13 03:32:02
18180 Log: defer "deep recursion" warnings until CXt_SUB context is properly
18183 ! pp_hot.c t/pragma/warn/pp_hot
18184 ____________________________________________________________________________
18185 [ 1944] By: gsar on 1998/10/13 03:15:50
18186 Log: change#1614 merely disabled earlier fix (doh!); undo it and properly
18187 fixup the cop_seq value that must be seen by lexical lookups that
18188 emanate within eval''
18190 ! cop.h op.c pp_ctl.c pp_hot.c scope.c t/op/eval.t
18191 ____________________________________________________________________________
18192 [ 1943] By: gsar on 1998/10/13 02:06:09
18193 Log: ensure recursive attempts to findlex()icals know enough about where
18194 the last eval'' context was encountered
18197 ____________________________________________________________________________
18198 [ 1942] By: gsar on 1998/10/13 02:01:24
18199 Log: force copy of substrings when matching against temporaries
18201 ! pp_hot.c t/op/pat.t
18202 ____________________________________________________________________________
18203 [ 1941] By: gsar on 1998/10/13 01:49:16
18204 Log: don't longjmp() in pp_goto() (regressive bug from old single-stack
18207 ! pp_ctl.c t/op/runlevel.t
18208 ____________________________________________________________________________
18209 [ 1940] By: jhi on 1998/10/12 09:57:44
18210 Log: Removed duplicate CMA threads code for HPUX 10.X.
18211 (probably residue of patch(1) being too understanding)
18212 Enhanced 64-bit settings.
18215 ____________________________________________________________________________
18216 [ 1939] By: jhi on 1998/10/12 09:53:11
18217 Log: Initial sync from mainline perl.
18220 ____________________________________________________________________________
18221 [ 1937] By: gsar on 1998/10/06 21:16:34
18222 Log: fix $/ init for USE_THREADS
18225 ____________________________________________________________________________
18226 [ 1936] By: gsar on 1998/10/06 07:19:39
18227 Log: fix globals caught by change#1927; builds and tests on Solaris
18229 ! Changes mg.c op.c perl.c pp_ctl.c regcomp.c utf8.c utf8.h
18230 ! warning.h warning.pl
18231 ____________________________________________________________________________
18232 [ 1935] By: gsar on 1998/10/06 06:50:35
18233 Log: add test for previous fix
18235 ! ext/Thread/create.t
18236 ____________________________________________________________________________
18237 [ 1934] By: gsar on 1998/10/06 06:37:36
18238 Log: fix USE_THREADS coredump due to uninitialized PL_hv_fetch_ent_mh
18241 ____________________________________________________________________________
18242 [ 1933] By: gsar on 1998/10/06 05:04:20
18243 Log: undo bogus part of change#1903 (as pointed out by Larry)
18246 ____________________________________________________________________________
18247 [ 1932] By: gsar on 1998/10/06 04:21:31
18248 Log: added tweaked version of suggested patch
18249 From: jan.dubois@ibm.net (Jan Dubois)
18250 Date: Sat, 03 Oct 1998 19:04:48 +0200
18251 Message-ID: <361d54b2.36841294@smtp1.ibm.net>
18252 Subject: [PATCH 5.005_52] More MakeMaker patches
18254 ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MakeMaker.pm
18255 ! lib/ExtUtils/Mkbootstrap.pm lib/ExtUtils/Mksymlists.pm
18256 ____________________________________________________________________________
18257 [ 1931] By: gsar on 1998/10/06 04:04:33
18258 Log: use cpp symbols instead of hardwired constants
18259 From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
18260 Date: Mon, 05 Oct 1998 09:23:33 +0100
18261 Message-Id: <199810050823.JAA00891@crypt.compulink.co.uk>
18262 Subject: [PATCH 5.005_52] By the numbers (resend)
18265 ____________________________________________________________________________
18266 [ 1930] By: gsar on 1998/10/06 04:01:55
18267 Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
18268 Message-Id: <199810050637.CAA07781@monk.mps.ohio-state.edu>
18269 Date: Mon, 5 Oct 1998 02:37:43 -0400 (EDT)
18270 Subject: [PATCH 5.005_52] Cumulative OS/2-related patch
18272 ! Makefile.SH hints/os2.sh lib/ExtUtils/MM_OS2.pm mg.c
18273 ! os2/Changes os2/Makefile.SHs os2/os2.c perl_exp.SH util.c
18274 ____________________________________________________________________________
18275 [ 1929] By: gsar on 1998/10/06 03:50:36
18276 Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
18277 Date: Mon, 5 Oct 1998 02:39:00 -0400 (EDT)
18278 Message-Id: <199810050639.CAA07803@monk.mps.ohio-state.edu>
18279 Subject: [PATCH 5.00552] Minor test improvement
18282 ____________________________________________________________________________
18283 [ 1928] By: gsar on 1998/10/06 03:49:03
18284 Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
18285 Date: Mon, 5 Oct 1998 02:38:23 -0400 (EDT)
18286 Message-Id: <199810050638.CAA07792@monk.mps.ohio-state.edu>
18287 Subject: [PATCH 5.00552] emacs/ptags inprovements
18290 ____________________________________________________________________________
18291 [ 1927] By: gsar on 1998/10/06 03:47:44
18292 Log: disable C<#define dirty PL_dirty> et al.
18294 ! embed.pl embedvar.h
18295 ____________________________________________________________________________
18296 [ 1926] By: gsar on 1998/10/06 03:43:32
18297 Log: From: Mark-Jason Dominus <mjd@plover.com>
18298 Date: Sun, 04 Oct 1998 14:48:11 -0400
18299 Message-ID: <19981004184811.16048.qmail@plover.com>
18300 Subject: PATCH: perldoc -f does not locate -e, -r, -x, etc.
18303 ____________________________________________________________________________
18304 [ 1925] By: gsar on 1998/10/06 03:27:35
18305 Log: disable USE_THREADS when PERL_OBJECT is enabled
18307 ! win32/Makefile win32/makefile.mk
18308 ____________________________________________________________________________
18309 [ 1924] By: gsar on 1998/10/06 03:26:54
18310 Log: remove spurious unused conflicting globals (PL_yy{v,s}sp)
18312 ! Makefile.SH Todo-5.005 embedvar.h perlvars.h perly.c toke.c
18314 ____________________________________________________________________________
18315 [ 1923] By: gsar on 1998/10/03 05:19:56
18316 Log: make C<use> recognize C<require> overrides; allow C<do EXPR> to be
18319 ! embed.h global.sym objXSUB.h objpp.h op.c perly.c perly.y
18320 ! proto.h vms/perly_c.vms
18321 ____________________________________________________________________________
18322 [ 1922] By: gsar on 1998/10/03 03:59:50
18323 Log: suppress manifypods leak in extensions
18325 ! ext/Errno/Makefile.PL ext/IPC/SysV/Makefile.PL pod/pod2man.PL
18326 ____________________________________________________________________________
18327 [ 1921] By: gsar on 1998/10/02 22:30:15
18328 Log: os390 fixes (suggested by Peter Prymmer)
18330 ! Makefile.SH regcomp.c
18331 ____________________________________________________________________________
18332 [ 1920] By: gsar on 1998/10/02 21:41:19
18333 Log: squelch undef warnings
18334 From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
18335 Date: Fri, 02 Oct 1998 11:01:14 +0100
18336 Message-Id: <199810021001.LAA19214@crypt.compulink.co.uk>
18337 Subject: [PATCH] Re: Apparent bug in Math::BigInt
18339 ! Changes lib/Math/BigInt.pm
18340 ____________________________________________________________________________
18341 [ 1919] By: gsar on 1998/10/02 04:59:13
18342 Log: add note to INSTALL about ANSI C
18345 ____________________________________________________________________________
18346 [ 1918] By: gsar on 1998/10/02 04:21:10
18347 Log: tolerate spaces when fixing up __cplusplus output by old h2xs
18348 From: jan.dubois@ibm.net (Jan Dubois)
18349 Date: Wed, 30 Sep 1998 23:35:30 +0200
18350 Message-ID: <3619a1e8.12336659@smtp1.ibm.net>
18351 Subject: [PATCH 5.005_52]: xsubpp and PERL_OBJECT
18353 ! lib/ExtUtils/xsubpp
18354 ____________________________________________________________________________
18355 [ 1917] By: gsar on 1998/10/02 04:16:02
18356 Log: From: Jarkko Hietaniemi <jhi@iki.fi>
18357 Date: Thu, 1 Oct 1998 11:37:26 +0300 (EET DST)
18358 Message-Id: <199810010837.LAA31371@alpha.hut.fi>
18359 Subject: Re: Configure test for selectbits busted
18362 ____________________________________________________________________________
18363 [ 1916] By: gsar on 1998/10/02 04:14:17
18364 Log: From: Dan Sugalski <sugalskd@osshe.edu>
18365 Date: Wed, 30 Sep 1998 17:15:20 -0700
18366 Message-Id: <3.0.6.32.19980930171520.00b22eb0@ous.edu>
18367 Subject: [PATCH 5.005_02]VMS config tweaks
18369 ! vms/descrip_mms.template vms/subconfigure.com
18370 ____________________________________________________________________________
18371 [ 1915] By: gsar on 1998/10/02 04:10:47
18372 Log: use Off_t to permit 64-bit seek()
18373 From: Scott Henry <scotth@sgi.com>
18374 Date: 29 Sep 1998 17:38:46 -0700
18375 Message-ID: <yd8lnn2zb6x.fsf_-_@hoshi.engr.sgi.com>
18376 Subject: Re: [PATCH] 5.005_02: Configure "Massive Attack"
18378 Date: 28 Sep 1998 18:55:37 -0700
18379 Message-ID: <yd8ogrz1y3q.fsf@hoshi.engr.sgi.com>
18380 Subject: Re: [PATCH] 5.005_51: Configure "Massive Attack"
18382 ! doio.c pp_sys.c proto.h sv.c
18383 ____________________________________________________________________________
18384 [ 1914] By: gsar on 1998/10/02 04:05:36
18385 Log: normalize tm struct passed to strftime() with mktime()
18386 From: Spider Boardman <spider@orb.nashua.nh.us>
18387 Date: Wed, 30 Sep 1998 15:12:09 -0400
18388 Message-Id: <199809301912.PAA26119@Orb.Nashua.NH.US>
18389 Subject: [PATCH 5.005_52] Re: POSIX::strftime returns incorrect date
18391 ! ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs
18392 ____________________________________________________________________________
18393 [ 1913] By: gsar on 1998/10/02 03:59:46
18394 Log: don't try to run foo_SH.orig etc.
18397 ____________________________________________________________________________
18398 [ 1912] By: gsar on 1998/10/02 03:45:37
18399 Log: make warning about glob process failure optional
18401 ! pod/perldiag.pod pp_hot.c
18402 ____________________________________________________________________________
18403 [ 1911] By: gsar on 1998/10/02 02:52:21
18404 Log: document yet another RE diagnostic, make it consistent with REG_INFTY
18405 From: Dominic Dunlop <domo@vo.lu>
18406 Date: Tue, 29 Sep 1998 21:06:30 +0000
18407 Message-Id: <v03110700b236f60b1375@[212.24.192.106]>
18408 Subject: [PATCH 5.005_52] Fix hard-coded "matches null string many times" limit
18410 Date: Wed, 30 Sep 1998 11:46:44 +0000
18411 Message-Id: <v03110702b237beb04830@[212.24.192.74]>
18412 Subject: [PATCH 5.005_52] Add "Strange *+?{} ..." to perldiag
18414 ! pod/perldiag.pod regcomp.c
18415 ____________________________________________________________________________
18416 [ 1910] By: gsar on 1998/10/02 02:48:48
18417 Log: minor Configure tweaks (via private mail)
18418 From: Jarkko Hietaniemi <jhi@iki.fi>
18419 Date: Wed, 30 Sep 1998 02:25:06 +0300 (EET DST)
18420 Message-Id: <199809292325.CAA19737@alpha.hut.fi>
18421 Subject: [PATCH] 5.005_52: the drizzle continues
18423 ! Configure config_h.SH handy.h
18424 ____________________________________________________________________________
18425 [ 1909] By: gsar on 1998/10/02 02:46:39
18426 Log: update SCO hints for dynamic loading
18427 From: Andy Dougherty <doughera@lafcol.lafayette.edu>
18428 Date: Mon, 28 Sep 1998 16:50:38 -0400 (EDT)
18429 Message-Id: <Pine.SUN.3.96.980928164648.8130E-100000@newton.phys>
18430 Subject: [PATCH 5.004_04-MAINT_TRIAL_5 and 5.005_xx] Re: Perl on SCO_SV
18432 Date: Tue, 29 Sep 1998 16:48:55 -0400 (EDT)
18433 Message-Id: <Pine.SUN.3.96.980929164612.8634A-100000@newton.phys>
18434 Subject: Re: [PATCH 5.004_04-MAINT_TRIAL_5 and 5.005_xx] Re: Perl on SCO_SV
18437 ____________________________________________________________________________
18438 [ 1908] By: gsar on 1998/10/02 02:33:39
18439 Log: make File::Find work when wanted() is autoloaded or a symbolic ref
18442 ____________________________________________________________________________
18443 [ 1907] By: gsar on 1998/10/02 02:21:52
18444 Log: applied patches, but retained old behavior for win32 (where compilers
18445 can't read from stdin at all)
18446 From: Graham Barr <gbarr@ti.com>
18447 Date: Mon, 28 Sep 1998 09:41:49 -0500
18448 Message-ID: <19980928094149.B26576@asic.sc.ti.com>
18449 Subject: Re: 5.005_51 Errno invokes cpprun incorrectly
18451 Date: Tue, 29 Sep 1998 12:35:43 -0500
18452 Message-ID: <19980929123543.Z26576@asic.sc.ti.com>
18453 Subject: Re: 5.005_51 Errno invokes cpprun incorrectly
18455 ! ext/Errno/Errno_pm.PL
18456 ____________________________________________________________________________
18457 [ 1906] By: gsar on 1998/10/02 02:02:19
18458 Log: tolerate whitespace in /etc/group entries (suggested by Jarkko
18462 ____________________________________________________________________________
18463 [ 1905] By: gsar on 1998/10/02 01:59:56
18464 Log: win32 caveats about truncate()
18467 ____________________________________________________________________________
18468 [ 1904] By: gsar on 1998/10/02 01:53:25
18469 Log: various Configure and hints updates (prefer drand48() or random()
18470 over rand(); add -Dusemultiplicity; enhanced 64-bitness); patch
18471 applied modulo SCO hints superceded by later patch
18472 From: Jarkko Hietaniemi <jhi@iki.fi>
18473 Date: Tue, 29 Sep 1998 00:56:33 +0300 (EET DST)
18474 Message-Id: <199809282156.AAA18615@alpha.hut.fi>
18475 Subject: [PATCH] 5.005_52: Configure et al:
18477 + ext/IPC/SysV/hints/next_3.pl
18478 ! Configure INSTALL MANIFEST config_h.SH ext/IPC/SysV/SysV.xs
18479 ! hints/dec_osf.sh hints/irix_6.sh hints/next_3.sh
18480 ! hints/solaris_2.sh perl.h pod/perldiag.pod pp.c pp_sys.c
18481 ____________________________________________________________________________
18482 [ 1903] By: gsar on 1998/10/02 01:42:37
18483 Log: fixes for bugs in /RE/p from Hugo van der Sanden
18484 Date: Mon, 28 Sep 1998 17:41:49 +0100
18485 Message-Id: <199809281641.RAA02450@crypt.compulink.co.uk>
18486 Subject: [PATCH 5.005_52] Re: More on ?p
18488 Date: Thu, 01 Oct 1998 09:10:58 +0100
18489 Message-Id: <199810010810.JAA16426@crypt.compulink.co.uk>
18490 Subject: [PATCH 5.005_52] ?p fix
18492 Date: Thu, 01 Oct 1998 10:45:56 +0100
18493 Message-Id: <199810010945.KAA16733@crypt.compulink.co.uk>
18494 Subject: [PATCH 5.005_52] more on ?p
18497 ____________________________________________________________________________
18498 [ 1902] By: gsar on 1998/10/02 01:36:14
18499 Log: From: Kenneth Duda <kjd@cisco.com>
18500 Date: Sun, 27 Sep 1998 20:22:12 -0700 (PDT)
18501 Message-Id: <199809280322.UAA01261@scorpion.cisco.com>
18502 Subject: writemain dies when there are more than 4000 characters of extensions
18505 ____________________________________________________________________________
18506 [ 1901] By: gsar on 1998/10/02 01:33:16
18507 Log: tweak run_byacc recipe
18509 ! Makefile.SH Porting/pumpkin.pod
18510 ____________________________________________________________________________
18511 [ 1900] By: gsar on 1998/10/02 01:02:09
18512 Log: use SETERRNO() to reset errno (suggested by Charles Bailey)
18515 ____________________________________________________________________________
18516 [ 1899] By: gsar on 1998/09/28 20:46:30
18517 Log: fix various 5.00552 mishaps (fixes suggested by Jan Dubois,
18518 Kurt Starsinic, Spider Boardman, Dan Sugalski and Albert
18521 ! hints/irix_6.sh lib/ExtUtils/MakeMaker.pm mg.c scope.c
18522 ____________________________________________________________________________
18523 [ 1898] By: gsar on 1998/09/28 20:42:52
18524 Log: flush unsubmitted 5.00552 change
18527 ____________________________________________________________________________
18528 [ 1897] By: gsar on 1998/09/27 04:43:06
18529 Log: run vms_yfix.pl
18532 ____________________________________________________________________________
18533 [ 1896] By: gsar on 1998/09/27 03:38:55
18534 Log: small tweak on last change
18537 ____________________________________________________________________________
18538 [ 1895] By: gsar on 1998/09/27 03:17:17
18539 Log: fix win32_stat() to do the right thing for share names
18542 ____________________________________________________________________________
18543 [ 1891] By: larry on 1998/09/25 18:50:40
18544 Log: Fixed apostrophe problem from Mark Knutsen.
18552 ____________________________________________________________________________
18553 [ 1890] By: gsar on 1998/09/25 10:25:00
18554 Log: update template config.sh, add new config vars to win32 stuff
18556 ! Changes Porting/config.sh Porting/config_H config_h.SH objpp.h
18557 ! pp_sys.c proto.h win32/config.bc win32/config.gc
18558 ! win32/config.vc win32/config_H.bc win32/config_H.gc
18559 ! win32/config_H.vc win32/win32.h
18560 ____________________________________________________________________________
18561 [ 1889] By: gsar on 1998/09/25 07:13:13
18562 Log: big Configure update from Jarkko: sync metaconfig units; d_statblks fix
18563 for Linux; hpux CMA-threads hints; ELF support for FreeBSD; beginnings
18564 of full-fledged 64-bit support (including support for: fseeko/ftello,
18565 Quad_t aka long long, hpux and irix 64-bits hints, new 64-bit constants
18567 From: Jarkko Hietaniemi <jhi@iki.fi>
18568 Date: Fri, 11 Sep 1998 23:56:11 +0300 (EET DST)
18569 Message-Id: <199809112056.XAA04720@alpha.hut.fi>
18570 Subject: [PATCH] 5.005_51: Configure "Massive Attack"
18572 From: Jarkko Hietaniemi <jhi@cc.hut.fi>
18573 Date: 12 Sep 1998 09:44:25 +0300
18574 Message-ID: <oeeaf45bzjq.fsf@alpha.hut.fi>
18575 Subject: Re: [PATCH] 5.005_51: Configure "Massive Attack"
18578 ! Configure MANIFEST Makefile.SH config_h.SH doio.c embedvar.h
18579 ! ext/Fcntl/Fcntl.pm ext/Fcntl/Fcntl.xs handy.h hints/dec_osf.sh
18580 ! hints/freebsd.sh hints/hpux.sh hints/irix_6.sh objXSUB.h
18581 ! perl.c perl.h perl_exp.SH perlio.c perlvars.h pod/perldiag.pod
18582 ! pod/perlfunc.pod pp_sys.c proto.h win32/GenCAPI.pl
18584 ____________________________________________________________________________
18585 [ 1888] By: gsar on 1998/09/25 06:27:12
18586 Log: bump patchlevel to 52; other little tweaks for threads, win32 builds
18588 ! doop.c mg.c patchlevel.h regexec.c win32/Makefile
18589 ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
18590 ! win32/makedef.pl win32/makefile.mk win32/win32.c
18591 ____________________________________________________________________________
18592 [ 1887] By: gsar on 1998/09/25 04:50:49
18596 ____________________________________________________________________________
18597 [ 1886] By: gsar on 1998/09/25 04:47:32
18598 Log: s/MAKEMAKEROPT/PERL_MM_OPT/
18600 ! lib/ExtUtils/MakeMaker.pm
18601 ____________________________________________________________________________
18602 [ 1885] By: gsar on 1998/09/25 04:05:09
18603 Log: From: Dominic Dunlop <domo@vo.lu>
18604 Date: Thu, 10 Sep 1998 11:02:46 +0000
18605 Message-Id: <v03110703b21d581d7ef1@[212.24.192.107]>
18606 Subject: MM_Unix::canonpath erroneously turns leading // into /
18608 ! lib/ExtUtils/MM_Unix.pm
18609 ____________________________________________________________________________
18610 [ 1884] By: gsar on 1998/09/25 03:06:10
18611 Log: temporarily disable perl malloc for a2p until we clean up
18612 conflicting malloc() declarations everywhere
18615 ____________________________________________________________________________
18616 [ 1883] By: gsar on 1998/09/25 02:27:00
18617 Log: remove obsolete win32/bin/*.pl
18619 - win32/bin/network.pl win32/bin/webget.pl win32/bin/www.pl
18620 ! Changes MANIFEST win32/Makefile win32/makefile.mk
18621 ____________________________________________________________________________
18622 [ 1882] By: gsar on 1998/09/25 02:04:43
18623 Log: missing file in last submit
18626 ____________________________________________________________________________
18627 [ 1881] By: gsar on 1998/09/25 01:56:54
18628 Log: serial access to PL_x[inpr]v_root for USE_THREADS
18631 ____________________________________________________________________________
18632 [ 1880] By: gsar on 1998/09/25 01:19:38
18633 Log: lock sv_mutex in new_he() and del_he() for USE_THREADS
18634 From: Drago Goricanec <drago@king.otsd.ts.fujitsu.co.jp>
18635 Date: Thu, 24 Sep 1998 22:01:09 +0900
18636 Message-Id: <19980924220109J.drago@otsd.ts.fujitsu.co.jp>
18637 Subject: [PATCH 5.005_51] Re: Perl 5.005_51 not yet multi Thread safe
18640 ____________________________________________________________________________
18641 [ 1879] By: gsar on 1998/09/25 00:20:07
18642 Log: tweaks to enable PERL_OBJECT to build & test on win32
18644 ! Changes doop.c mg.c objpp.h proto.h regexec.c util.c
18646 ____________________________________________________________________________
18647 [ 1878] By: gsar on 1998/09/25 00:13:36
18648 Log: fix change#1861, which breaks default boot_xxx symbol generation
18650 ! lib/ExtUtils/Mksymlists.pm
18651 ____________________________________________________________________________
18652 [ 1877] By: gsar on 1998/09/24 10:29:54
18653 Log: two tweaks for clean build and test on Solaris
18655 ! op.c t/op/subst.t
18656 ____________________________________________________________________________
18657 [ 1876] By: gsar on 1998/09/24 09:04:43
18658 Log: From: Colin Kuskie <ckuskie@cadence.com>
18659 Date: Wed, 26 Aug 1998 14:53:01 -0700 (PDT)
18660 Message-ID: <Pine.GSO.3.96.980826143507.3258K-100000@pdxmail.cadence.com>
18661 Subject: [PATCH 5.005_51] perlform.pod
18664 ____________________________________________________________________________
18665 [ 1875] By: gsar on 1998/09/24 08:47:47
18666 Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
18667 Date: Tue, 25 Aug 1998 15:35:58 -0400 (EDT)
18668 Message-Id: <199808251935.PAA11384@monk.mps.ohio-state.edu>
18669 Subject: Re: problem with (?p{}) [PATCH 5.005_5*]
18672 ____________________________________________________________________________
18673 [ 1874] By: gsar on 1998/09/24 08:44:55
18674 Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
18675 Date: Tue, 25 Aug 1998 14:56:06 -0400 (EDT)
18676 Message-Id: <199808251856.OAA10825@monk.mps.ohio-state.edu>
18677 Subject: Re: your Regexp.patch dated 21.8 [PATCH]
18680 ____________________________________________________________________________
18681 [ 1873] By: gsar on 1998/09/24 08:39:41
18682 Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
18683 Date: Tue, 25 Aug 1998 04:29:49 -0400 (EDT)
18684 Message-Id: <199808250829.EAA02470@monk.mps.ohio-state.edu>
18685 Subject: [PATCH 5.005_*] Extraneous warning for (?()A|B)
18687 ! Changes regcomp.c
18688 ____________________________________________________________________________
18689 [ 1872] By: gsar on 1998/09/24 08:37:00
18690 Log: From: Krishna Sethuraman <krishpl@shamu.engr.sgi.com>
18691 Date: Sun, 23 Aug 1998 23:18:38 PDT
18692 Message-Id: <199808240618.XAA05329@shamu.engr.sgi.com>
18693 Subject: new irix_6.sh hints file
18696 ____________________________________________________________________________
18697 [ 1871] By: gsar on 1998/09/24 07:26:37
18698 Log: correct FSF address in various places
18700 ! Copying README ext/B/README lib/Getopt/Long.pm
18701 ____________________________________________________________________________
18702 [ 1870] By: gsar on 1998/09/24 07:11:56
18703 Log: From: Dan Sugalski <sugalskd@osshe.edu>
18704 Date: Fri, 14 Aug 1998 09:20:16 PDT
18705 Message-Id: <3.0.5.32.19980814092016.00b37dc0@ous.edu>
18706 Subject: [PATCH 5.005_02] (and _5x I expect) VMS config procedure patch
18709 ____________________________________________________________________________
18710 [ 1869] By: gsar on 1998/09/24 06:55:59
18711 Log: use STRICT_ALIGNMENT on IRIX to allow usemymalloc=y again
18712 From: Scott Henry <scotth@sgi.com>
18713 Date: 13 Aug 1998 09:52:15 PDT
18714 Message-Id: <yd8pve46czk.fsf@hoshi.engr.sgi.com>
18715 Subject: [PATCH] Irix USE_LONG_LONG/malloc.c incompatibility (was...)
18718 ____________________________________________________________________________
18719 [ 1868] By: gsar on 1998/09/24 06:51:23
18720 Log: From: Nathan Torkington <gnat@frii.com>
18721 Date: Thu, 13 Aug 1998 10:59:48 MDT
18722 Message-Id: <199808131659.KAA06179@prometheus.frii.com>
18723 Subject: [PATCH] 5.005_02 perlfunc.pod, improve umask entry
18726 ____________________________________________________________________________
18727 [ 1867] By: gsar on 1998/09/24 06:45:13
18728 Log: make C<goto &sub> AUTOLOAD-aware (autouse now works for modules
18729 that are autoloaded)
18732 ____________________________________________________________________________
18733 [ 1866] By: gsar on 1998/09/24 05:21:19
18734 Log: grandfather deprecated "$$<digit>" no more
18736 ! pod/perldiag.pod toke.c
18737 ____________________________________________________________________________
18738 [ 1865] By: gsar on 1998/09/24 04:52:48
18739 Log: tweak PERL_HASH() to h=h+(h>>5) in order to improve distribution of
18740 low bits (suggested by Ilya Zakharevich)
18743 ____________________________________________________________________________
18744 [ 1864] By: gsar on 1998/09/24 04:29:14
18745 Log: move yyglobal decls from perly.c to perlvars.h, regen headers, tweak
18748 ! embed.h embedvar.h global.sym perlvars.h perly.c perly.h
18749 ! perly_c.diff toke.c
18750 ____________________________________________________________________________
18751 [ 1863] By: gsar on 1998/09/24 03:36:30
18752 Log: provide locked access to string table for USE_THREADS
18754 ! embedvar.h hv.c intrpvar.h objXSUB.h perl.c thread.h
18755 ____________________________________________________________________________
18756 [ 1862] By: gsar on 1998/09/24 03:30:32
18757 Log: remove bogus warn()
18760 ____________________________________________________________________________
18761 [ 1861] By: gsar on 1998/09/24 02:58:51
18762 Log: applied suggested patch, adapted for all platforms
18763 From: jan.dubois@ibm.net (Jan Dubois)
18764 Date: Sun, 20 Sep 1998 12:56:38 +0200
18765 Message-ID: <3604de0c.12319885@smtp1.ibm.net>
18766 Subject: [New PATCH 5.005_02] Support Mksymlists FUNCLIST argument in MakeMaker
18768 ! lib/ExtUtils/MM_OS2.pm lib/ExtUtils/MM_Unix.pm
18769 ! lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MM_Win32.pm
18770 ! lib/ExtUtils/MakeMaker.pm
18771 ____________________________________________________________________________
18772 [ 1860] By: gsar on 1998/09/24 02:16:14
18773 Log: upgrade to CPAN-1.40
18775 ! Changes lib/CPAN.pm lib/CPAN/FirstTime.pm
18776 ____________________________________________________________________________
18777 [ 1859] By: gsar on 1998/09/24 02:08:59
18778 Log: use $ENV{MAKEMAKEROPT} to set default command line args
18780 ! lib/ExtUtils/MakeMaker.pm
18781 ____________________________________________________________________________
18782 [ 1857] By: gsar on 1998/09/23 10:58:36
18783 Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
18784 Date: Tue, 22 Sep 1998 17:30:16 -0400 (EDT)
18785 Message-Id: <199809222130.RAA17034@monk.mps.ohio-state.edu>
18786 Subject: More verbose Test::Harness [PATCH]
18788 ! lib/Test/Harness.pm
18789 ____________________________________________________________________________
18790 [ 1856] By: gsar on 1998/09/23 10:56:24
18791 Log: update hints for OPENSTEP 4.2 on i386
18792 From: Gerben Wierda <Gerben_Wierda@RnA.nl>
18793 Date: Sun, 20 Sep 1998 01:03:18 +0200
18794 Message-Id: <9809192303.AA29190@Spike>
18795 Subject: Perl 5.005_02 compilation problems
18798 ____________________________________________________________________________
18799 [ 1855] By: gsar on 1998/09/23 10:52:27
18800 Log: reset errno after C<require> search (as suggested by Larry)
18803 ____________________________________________________________________________
18804 [ 1854] By: gsar on 1998/09/23 10:50:26
18805 Log: misc pod tweaks
18807 ! pod/perldelta.pod pod/perldiag.pod pod/perlport.pod
18808 ____________________________________________________________________________
18809 [ 1853] By: gsar on 1998/09/23 10:46:06
18810 Log: make Pod/Html.pm handle the --title option properly (as suggested
18811 by gml4410@ggr.co.uk)
18814 ____________________________________________________________________________
18815 [ 1852] By: gsar on 1998/09/23 10:41:39
18816 Log: SSNEW() API for allocating memory on the savestack
18817 From: Albert Dvornik <bert@genscan.com>
18818 Date: 17 Sep 1998 19:23:07 -0400
18819 Message-Id: <tqemtae338.fsf@puma.genscan.com>
18820 Subject: [PATCH 5.005_51] (was: why SAVEDESTRUCTOR()...)
18822 ! Changes Changes5.005 embed.h global.sym mg.c objXSUB.h objpp.h
18823 ! perl.h proto.h scope.c scope.h t/io/tell.t
18824 ____________________________________________________________________________
18825 [ 1851] By: gsar on 1998/09/23 10:37:05
18826 Log: From: Jochen Wiedmann <joe@ispsoft.de>
18827 Date: Thu, 17 Sep 1998 17:16:06 +0200
18828 Message-ID: <360127B6.E44564A@ispsoft.de>
18829 Subject: [PATCH] ExtUtils::MakeMaker::prompt cannot return 0
18831 ! lib/ExtUtils/MakeMaker.pm
18832 ____________________________________________________________________________
18833 [ 1850] By: gsar on 1998/09/23 10:33:05
18834 Log: From: andreas.koenig@kulturbox.de (Andreas J. Koenig)
18835 Date: 15 Sep 1998 01:32:31 +0200
18836 Message-ID: <sfchfya46eo.fsf@dubravka.in-berlin.de>
18837 Subject: Re: [PATCH] MakeMaker "test" target doesn't depend on "all"
18839 ! lib/ExtUtils/MM_Unix.pm
18840 ____________________________________________________________________________
18841 [ 1849] By: gsar on 1998/09/23 10:29:04
18842 Log: From: Charles Bailey <BAILEY@newman.upenn.edu>
18843 Date: Sat, 12 Sep 1998 19:25:32 -0400 (EDT)
18844 Message-id: <01J1QBJUAY1I002KOW@cor.newman.upenn.edu>
18845 Subject: Re: extralibs.ld problem in MM_VMS.pm
18847 ! lib/ExtUtils/MM_VMS.pm
18848 ____________________________________________________________________________
18849 [ 1848] By: gsar on 1998/09/23 10:25:24
18850 Log: From: Roderick Schertler <roderick@argon.org>
18851 Date: 11 Sep 1998 16:19:21 -0400
18852 Message-ID: <pzyarqpfli.fsf@eeyore.ibcinc.com>
18853 Subject: Re: Open2 and memory leaks
18856 ____________________________________________________________________________
18857 [ 1847] By: gsar on 1998/09/23 10:18:31
18858 Log: From: Roderick Schertler <roderick@argon.org>
18859 Date: Wed, 09 Sep 1998 23:52:48 -0400
18860 Message-ID: <20567.905399568@eeyore.ibcinc.com>
18861 Subject: seed srand from /dev/urandom when possible
18863 ! pod/perlfunc.pod pp.c
18864 ____________________________________________________________________________
18865 [ 1846] By: gsar on 1998/09/23 10:12:22
18866 Log: From: Roderick Schertler <roderick@argon.org>
18867 Date: Thu, 10 Sep 1998 00:32:17 -0400
18868 Message-ID: <21142.905401937@eeyore.ibcinc.com>
18869 Subject: doc update for crypt()'s salt
18872 ____________________________________________________________________________
18873 [ 1845] By: gsar on 1998/09/23 10:09:23
18874 Log: fix h2ph handling of C<#error "foo">
18875 From: SAKAI Kiyotaka <ksakai@netwk.ntt-at.co.jp>
18876 Date: Thu, 10 Sep 1998 09:59:33 +0900
18877 Message-Id: <19980910095933N.ksakai@netwk.ntt-at.co.jp>
18878 Subject: [5.005_02] h2ph problem
18881 ____________________________________________________________________________
18882 [ 1844] By: gsar on 1998/09/23 10:06:13
18883 Log: plug strictly private function leaks in API listing
18886 ____________________________________________________________________________
18887 [ 1843] By: gsar on 1998/09/23 10:02:57
18888 Log: hide symbol for static build
18889 From: Dominic Dunlop <domo@vo.lu>
18890 Date: Tue, 8 Sep 1998 21:40:46 +0000
18891 Message-Id: <v03110700b21b52db318d@[212.24.192.111]>
18892 Subject: Not OK: perl 5.00551 on powerpc-machten 4.1.1 [PATCH]
18895 ____________________________________________________________________________
18896 [ 1842] By: gsar on 1998/09/23 09:52:46
18897 Log: define PUT_svindex(), PUT_opindex()
18899 ! ext/B/B/Assembler.pm
18900 ____________________________________________________________________________
18901 [ 1841] By: gsar on 1998/09/23 09:44:25
18902 Log: From: Dominic Dunlop <domo@vo.lu>
18903 Date: Tue, 8 Sep 1998 15:34:53 +0000
18904 Message-Id: <v03110701b21afbdc7cfb@[212.24.192.76]>
18905 Subject: [PATCH 5.005_51] Eliminate pragma/warn-regexec test dependence on REG_INFTY value
18907 ! t/pragma/warn/regexec
18908 ____________________________________________________________________________
18909 [ 1840] By: gsar on 1998/09/23 09:42:17
18910 Log: pl2bat tweak from Tye McQueen <tye@metronet.com>
18912 ! win32/bin/pl2bat.pl
18913 ____________________________________________________________________________
18914 [ 1839] By: gsar on 1998/09/23 09:38:18
18915 Log: From: Drago Goricanec <drago@raptor.otsd.ts.fujitsu.co.jp>
18916 Date: Mon, 7 Sep 1998 17:36:09 +0900
18917 Message-Id: <199809070836.RAA14631@raptor.otsd.ts.fujitsu.co.jp>
18918 Subject: Thread::cond_wait bug in 5.005.51 causes deadlock
18920 ! ext/Thread/Thread.xs
18921 ____________________________________________________________________________
18922 [ 1838] By: gsar on 1998/09/23 09:21:11
18923 Log: From: "Green, Paul" <pgreen@seussnt.stratus.com>
18924 Date: Thu, 10 Sep 1998 00:02:07 -0400
18925 Message-ID: <646CD0392810D211B04A00A024BF26FB1022EB@terminator.sw.stratus.com>
18926 Subject: RE: [PATCH] 5.005_02 and 5.005_51: Stratus VOS port
18928 + README.vos vos/Changes vos/build.cm vos/compile_perl.cm
18929 + vos/config.h vos/config_h.SH_orig vos/perl.bind
18930 + vos/test_vos_dummies.c vos/vos_dummies.c vos/vosish.h
18931 ! MANIFEST perl.c perl.h pod/perlport.pod
18932 ____________________________________________________________________________
18933 [ 1837] By: gsar on 1998/09/23 08:45:58
18934 Log: (via private mail)
18935 From: Charles Bailey <BAILEY@newman.upenn.edu>
18936 Date: Sat, 05 Sep 1998 01:23:58 -0400 (EDT)
18937 Message-id: <01J1FH7R43NS002F14@cor.newman.upenn.edu>
18938 Subject: [Patch 5.005_02] Miscellaneous VMS cleanup
18940 ! Changes Changes5.005 README.vms ext/DynaLoader/dl_vms.xs
18941 ! lib/Cwd.pm lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MakeMaker.pm
18942 ! lib/ExtUtils/Mksymlists.pm lib/File/Copy.pm lib/File/Path.pm
18943 ! lib/File/Spec.pm pod/perldiag.pod pod/perlfaq1.pod
18944 ! pod/perlport.pod pod/perlrun.pod vms/ext/DCLsym/0README.txt
18945 ! vms/ext/DCLsym/DCLsym.pm vms/ext/DCLsym/DCLsym.xs
18946 ! vms/ext/Filespec.pm vms/ext/XSSymSet.pm vms/gen_shrfls.pl
18947 ! vms/mms2make.pl vms/perly_c.vms vms/sockadapt.c
18948 ! vms/sockadapt.h vms/test.com vms/vms.c vms/vms_yfix.pl
18950 ____________________________________________________________________________
18951 [ 1836] By: gsar on 1998/09/23 08:17:42
18952 Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
18953 Date: Sat, 5 Sep 1998 00:14:51 -0400 (EDT)
18954 Message-Id: <199809050414.AAA19801@monk.mps.ohio-state.edu>
18955 Subject: [PATCH 5.005_*] OS/2 spawning typos
18958 ____________________________________________________________________________
18959 [ 1835] By: gsar on 1998/09/23 08:09:55
18960 Log: warn on C<my($foo,$foo)>
18962 ! op.c pod/perldiag.pod
18963 ____________________________________________________________________________
18964 [ 1834] By: gsar on 1998/09/23 07:35:56
18965 Log: From: pvhp@forte.com (Peter Prymmer)
18966 Date: Fri, 4 Sep 98 13:27:41 PDT
18967 Message-Id: <9809042027.AA04463@forte.com>
18968 Subject: [PATCH 5.005_02 && 5.005_51] general updates to README.vms
18971 ____________________________________________________________________________
18972 [ 1833] By: gsar on 1998/09/23 07:27:34
18973 Log: From: Jeff Okamoto <okamoto@xfiles.intercon.hp.com>
18974 Date: Wed, 2 Sep 1998 10:06:49 -0700 (PDT)
18975 Message-Id: <199809021706.KAA26349@xfiles.intercon.hp.com>
18976 Subject: PATCH: 5.005_02 hint/hpux.sh
18979 ____________________________________________________________________________
18980 [ 1832] By: gsar on 1998/09/23 07:22:40
18981 Log: fix (some) installhtml bugs
18982 From: Larry Parmelee <parmelee@CS.Cornell.EDU>
18983 Date: Tue, 1 Sep 1998 12:43:40 -0400 (EDT)
18984 Message-Id: <199809011643.MAA05702@sundown.cs.cornell.edu>
18985 Subject: installhtml script needs work
18988 ____________________________________________________________________________
18989 [ 1831] By: gsar on 1998/09/23 07:19:30
18990 Log: document 'U' magic with examples
18991 From: Alan Burlison <Alan.Burlison@UK.Sun.com>
18992 Date: Tue, 1 Sep 1998 15:54:06 +0100 (BST)
18993 Message-Id: <199809011455.PAA00631@sale-wts>
18994 Subject: Re: Looking for some XS MAGIC examples...
18997 ____________________________________________________________________________
18998 [ 1830] By: gsar on 1998/09/23 07:16:43
18999 Log: From: pvhp@forte.com (Peter Prymmer)
19000 Date: Mon, 31 Aug 98 17:13:49 PDT
19001 Message-Id: <9809010013.AA06737@forte.com>
19002 Subject: [PATCH: 5.005_02; yet another system configuration tip for OS/390]
19005 ____________________________________________________________________________
19006 [ 1829] By: gsar on 1998/09/23 07:15:08
19007 Log: fix problematic typecast in filter_del()
19008 From: Mark P Lutz <tecmpl1@triton.ca.boeing.com>
19009 Date: Mon, 31 Aug 1998 21:13:11 GMT
19010 Message-Id: <199808312113.VAA53356@triton.ca.boeing.com>
19011 Subject: perl5.005_02 does not build on Cray T90
19014 ____________________________________________________________________________
19015 [ 1828] By: gsar on 1998/09/23 07:11:34
19016 Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
19017 Date: Mon, 31 Aug 1998 14:52:10 -0400 (EDT)
19018 Message-Id: <199808311852.OAA24676@monk.mps.ohio-state.edu>
19019 Subject: [PATCH 5.005_5*] (?>) broken in RE
19021 ! regexec.c t/op/re_tests
19022 ____________________________________________________________________________
19023 [ 1827] By: gsar on 1998/09/23 07:09:50
19024 Log: U/WIN testsuite patches from Joe Buehler <jhpb@hekimian.com>
19026 ! t/op/grent.t t/op/groups.t
19027 ____________________________________________________________________________
19028 [ 1826] By: gsar on 1998/09/23 07:03:16
19029 Log: From: Jarkko Hietaniemi <jhi@iki.fi>
19030 Date: Wed, 12 Aug 1998 22:41:37 +0300 (EET DST)
19031 Message-Id: <199808121941.WAA06263@alpha.hut.fi>
19032 Subject: [PATCH] 5.004_50 or 5.005_02: get rid of interp.sym because not even AIX needs it
19035 ! MANIFEST Makefile.SH embed.pl perl_exp.SH
19036 ____________________________________________________________________________
19037 [ 1825] By: gsar on 1998/09/23 06:56:40
19038 Log: re-introduce change#1703
19040 ! ext/re/re.pm pod/perlre.pod regcomp.c regexec.c thrdvar.h
19041 ____________________________________________________________________________
19042 [ 1824] By: gsar on 1998/09/23 06:44:19
19043 Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
19044 Date: Sat, 29 Aug 1998 17:38:30 -0400 (EDT)
19045 Message-Id: <199808292138.RAA18359@monk.mps.ohio-state.edu>
19046 Subject: [PATCH 5.005_*] Protect debugger from nonlocal exits
19049 ____________________________________________________________________________
19050 [ 1823] By: gsar on 1998/09/23 06:41:34
19051 Log: From: Joe Buehler <jhpb@hekimian.com>
19052 Date: 29 Aug 1998 17:13:28 -0400
19053 Message-ID: <yd37lzro5jb.fsf@pandora.hekimian.com>
19054 Subject: patches for perl 5.005_51 under U/WIN
19057 ! Configure installman lib/ExtUtils/MM_Unix.pm makedepend.SH
19059 ____________________________________________________________________________
19060 [ 1822] By: gsar on 1998/09/23 06:36:59
19061 Log: add missing C<no utf8;> tweak from Larry
19064 ____________________________________________________________________________
19065 [ 1821] By: gsar on 1998/09/23 06:27:51
19066 Log: s/runops/CALLRUNOPS/
19069 ____________________________________________________________________________
19070 [ 1820] By: gsar on 1998/09/23 06:24:49
19071 Log: rename t/pragma/warn-* to t/pragma/warn/*, be 8.3-friendly
19073 +> t/pragma/warn/1global t/pragma/warn/2use t/pragma/warn/3both
19074 +> t/pragma/warn/4lint t/pragma/warn/5nolint t/pragma/warn/doio
19075 +> t/pragma/warn/gv t/pragma/warn/mg t/pragma/warn/op
19076 +> t/pragma/warn/perl t/pragma/warn/perly t/pragma/warn/pp
19077 +> t/pragma/warn/pp_ctl t/pragma/warn/pp_hot t/pragma/warn/pp_sys
19078 +> t/pragma/warn/regcomp t/pragma/warn/regexec t/pragma/warn/sv
19079 +> t/pragma/warn/taint t/pragma/warn/toke t/pragma/warn/universal
19080 +> t/pragma/warn/util
19081 - t/pragma/warn-1global t/pragma/warn-2use t/pragma/warn-3both
19082 - t/pragma/warn-4lint t/pragma/warn-5nolint t/pragma/warn-doio
19083 - t/pragma/warn-gv t/pragma/warn-mg t/pragma/warn-op
19084 - t/pragma/warn-perl t/pragma/warn-perly t/pragma/warn-pp
19085 - t/pragma/warn-pp_ctl t/pragma/warn-pp_hot t/pragma/warn-pp_sys
19086 - t/pragma/warn-regcomp t/pragma/warn-regexec t/pragma/warn-sv
19087 - t/pragma/warn-taint t/pragma/warn-toke t/pragma/warn-universal
19088 - t/pragma/warn-util
19089 ! MANIFEST t/pragma/warning.t
19090 ____________________________________________________________________________
19091 [ 1819] By: gsar on 1998/09/23 06:08:46
19092 Log: make \(%foo) return refs to values (not copies of values)
19093 From: Stephen McCamant <smccam@uclink4.berkeley.edu>
19094 Date: Fri, 28 Aug 1998 20:46:10 -0700 (PDT)
19095 Message-ID: <13799.30680.47765.352558@fre-76-120.reshall.berkeley.edu>
19097 From: Roderick Schertler <roderick@argon.org>
19098 Date: Sat, 29 Aug 1998 00:58:33 -0400
19099 Message-ID: <29894.904366713@eeyore.ibcinc.com>
19100 Subject: Re: \(%x) problems
19102 ! doop.c pod/perlref.pod
19103 ____________________________________________________________________________
19104 [ 1818] By: gsar on 1998/09/23 06:05:08
19105 Log: make h2xs generate ANSI prototypes
19108 ____________________________________________________________________________
19109 [ 1817] By: gsar on 1998/09/23 05:57:16
19110 Log: updated usethreads hints for hpux 10.X
19111 From: Matthew T Harden <mthard@mthard1.monsanto.com>
19112 Date: Fri, 28 Aug 1998 14:10:42 GMT
19113 Message-Id: <199808281410.AA11058@mthard1.monsanto.com>
19114 Subject: Re: OK: perl 5.00502 on PA-RISC1.1-thread 10.20 (UNINSTALLED)
19116 ! hints/hpux.sh perl.h
19117 ____________________________________________________________________________
19118 [ 1816] By: gsar on 1998/09/23 05:53:31
19119 Log: don't create empty directories in installperl
19120 From: Robin Barker <rmb1@cise.npl.co.uk>
19121 Date: Fri, 21 Aug 1998 11:29:24 +0100 (BST)
19122 Message-Id: <199808211029.LAA00551@cyclone.cise.npl.co.uk>
19123 Subject: [PATCH 5.005_02] install: empty dirs
19126 ____________________________________________________________________________
19127 [ 1815] By: gsar on 1998/09/23 05:50:36
19128 Log: make behavior of /(a{3})+/ like /(aaa)+/ w.r.t where it matches
19129 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
19130 Date: Fri, 21 Aug 1998 05:41:02 -0400 (EDT)
19131 Message-Id: <199808210941.FAA16467@monk.mps.ohio-state.edu>
19132 Subject: Re: your mail
19134 ! regexec.c t/op/re_tests
19135 ____________________________________________________________________________
19136 [ 1814] By: gsar on 1998/09/23 05:45:17
19137 Log: From: "Kurt D. Starsinic" <kstar@chapin.edu>
19138 Date: Thu, 20 Aug 1998 20:59:03 -0400
19139 Message-ID: <19980820205903.A12908@O2.chapin.edu>
19140 Subject: [PATCH] h2ph misquotes #error directives
19142 ! t/lib/h2ph.pht utils/h2ph.PL
19143 ____________________________________________________________________________
19144 [ 1813] By: gsar on 1998/09/23 05:42:41
19145 Log: patch to support computed regular subexpressions
19146 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
19147 Date: Thu, 20 Aug 1998 15:19:50 -0400 (EDT)
19148 Message-Id: <199808201919.PAA04692@monk.mps.ohio-state.edu>
19149 Subject: [5.005_5* PATCH] Postponed RE - now!
19151 ! embedvar.h objXSUB.h pod/perlre.pod regcomp.c regexec.c
19152 ! t/op/pat.t t/op/re_tests thrdvar.h toke.c
19153 ____________________________________________________________________________
19154 [ 1812] By: gsar on 1998/09/23 05:26:26
19155 Log: better CR-handling on shebang line and in formats (fixed variant of
19156 patch suggested by Igor Sysoev <igor@nitek.ru>)
19159 ____________________________________________________________________________
19160 [ 1811] By: gsar on 1998/09/23 04:35:46
19161 Log: document non-loopish blocks better
19162 From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
19163 Date: Tue, 18 Aug 1998 12:28:36 +0100
19164 Message-Id: <E0z8jwK-00057Z-00@ursa.cus.cam.ac.uk>
19165 Subject: Re: next in do {} while block gives error message
19168 ____________________________________________________________________________
19169 [ 1810] By: gsar on 1998/09/23 04:12:05
19170 Log: fix bogus integerization of pop()'s return value
19171 From: Gurusamy Sarathy <gsar@engin.umich.edu>
19172 Date: Sat, 15 Aug 1998 23:27:54 -0400
19173 Message-Id: <199808160327.XAA05186@aatma.engin.umich.edu>
19174 Subject: Re: Complex expression does integer arithmetic
19176 ! opcode.h opcode.pl
19177 ____________________________________________________________________________
19178 [ 1809] By: gsar on 1998/09/23 04:09:43
19179 Log: tweak README.win32
19182 ____________________________________________________________________________
19183 [ 1808] By: gsar on 1998/09/23 03:40:57
19184 Log: better diagnostic for do{} used as lvalue
19186 ! op.c pod/perlport.pod
19187 ____________________________________________________________________________
19188 [ 1807] By: gsar on 1998/09/23 03:38:30
19189 Log: enable PERL_SBRK_VIA_MALLOC on OPENSTEP-Mach
19190 From: hansm@icgroup.nl
19191 Date: Tue, 11 Aug 98 21:08:51 +0200
19192 Message-Id: <9808111907.AA21903@icgned.icgroup.nl>
19193 Subject: Not OK: perl 5.00551 on OPENSTEP-Mach 4_1 (UNINSTALLED)
19196 ____________________________________________________________________________
19197 [ 1806] By: gsar on 1998/09/23 03:36:08
19198 Log: support make written in perl (aka "pmake") on win32
19200 ! lib/ExtUtils/MM_Win32.pm
19201 ____________________________________________________________________________
19202 [ 1805] By: gsar on 1998/09/23 03:30:07
19203 Log: fix mismatched UV/U32 types for to_utf8_*()
19206 ____________________________________________________________________________
19207 [ 1804] By: gsar on 1998/09/23 03:22:22
19208 Log: From: Laszlo Molnar <molnarl@cdata.tvnet.hu>
19209 Date: Sun, 9 Aug 1998 22:38:23 +0200
19210 Message-ID: <19980809223823.A215@cdata.tvnet.hu>
19211 Subject: [PATCH 5.5002] dos-djgpp update
19214 ____________________________________________________________________________
19215 [ 1803] By: gsar on 1998/09/23 03:20:13
19216 Log: apply minimal variant of patch (sent via private mail)
19217 From: jarkko.hietaniemi@research.nokia.com (Jarkko Hietaniemi)
19218 Date: Wed, 12 Aug 1998 15:42:35 +0300
19219 Message-Id: <199808121242.PAA29761@comanche.spices>
19220 Subject: [PATCH] 5.004_02 or 5.005_51: fix regexp and tr character ranges in non-ASCII lands
19222 ! MANIFEST perl.h pod/perllocale.pod pod/perlop.pod
19223 ! pod/perlre.pod regcomp.c t/pragma/locale.t toke.c
19224 ____________________________________________________________________________
19225 [ 1802] By: gsar on 1998/09/23 03:03:39
19226 Log: adjust searchdict.t for EBCDIC (still needs documenting)
19227 From: pvhp@forte.com (Peter Prymmer)
19228 Date: Thu, 6 Aug 98 18:09:39 PDT
19229 Message-Id: <9808070109.AA06158@forte.com>
19230 Subject: [PATCH 5.005_02-TRIAL2] potential modification to t/lib/searchdict.t
19232 ! README.os390 t/lib/searchdict.t
19233 ____________________________________________________________________________
19234 [ 1801] By: gsar on 1998/09/23 02:54:15
19235 Log: silence redefined warning for XS(INIT) {}
19238 ____________________________________________________________________________
19239 [ 1800] By: gsar on 1998/09/23 02:42:23
19240 Log: support match indices via special variables @- and @+
19241 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
19242 Date: Tue, 21 Jul 1998 23:00:35 -0400 (EDT)
19243 Message-Id: <199807220300.XAA16081@monk.mps.ohio-state.edu>
19244 Subject: [PATCH 5.004_76] @- and @+
19246 ! av.c embed.h global.sym gv.c mg.c objXSUB.h objpp.h perl.h
19247 ! pod/perlvar.pod proto.h regnodes.h sv.c t/op/pat.t toke.c
19248 ____________________________________________________________________________
19249 [ 1799] By: gsar on 1998/09/23 01:44:31
19250 Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
19251 Date: Tue, 11 Aug 1998 18:43:29 -0400 (EDT)
19252 Message-Id: <199808112243.SAA14243@monk.mps.ohio-state.edu>
19253 Subject: Re: Segmentation fault for /a*abc?xyz+pqr{3}ab{2,}xy{4,5}pq{0,6}AB{0,}zz/
19255 ! regcomp.c t/op/re_tests
19256 ____________________________________________________________________________
19257 [ 1798] By: gsar on 1998/09/23 01:39:23
19258 Log: integrate maint-5.005 changes (except conflicting change#1794)
19261 !> objXSUB.h op.c pod/perlfunc.pod pp.c regcomp.c t/op/re_tests
19262 !> toke.c util.c win32/config.bc win32/config.gc win32/config.vc
19264 ____________________________________________________________________________
19265 [ 1797] By: gsar on 1998/09/23 01:32:36
19266 Log: add note to win32/Makefile about setting CCHOME
19268 ! win32/Makefile win32/makefile.mk
19269 ____________________________________________________________________________
19270 [ 1796] By: gsar on 1998/09/23 01:31:32
19271 Log: perl.pod tweak
19274 ____________________________________________________________________________
19275 [ 1795] By: gsar on 1998/09/21 20:34:10
19276 Log: make xsubpp generate well-formed code with CAPI && !PERL_OBJECT
19278 ! lib/ExtUtils/xsubpp
19279 ____________________________________________________________________________
19280 [ 1789] By: gsar on 1998/09/18 18:01:37
19281 Log: delay freeing itervar so C<for $i (@a) { return($i) }> works
19283 ! cop.h t/cmd/for.t
19284 ____________________________________________________________________________
19285 [ 1788] By: gsar on 1998/09/17 02:19:11
19286 Log: resync win32/config.?c with Porting/config.sh to pick up apiversion
19288 ! win32/config.bc win32/config.gc win32/config.vc
19289 ____________________________________________________________________________
19290 [ 1787] By: gsar on 1998/09/17 01:45:14
19291 Log: suppress bogus warning on C<sub x {} x()>
19294 ____________________________________________________________________________
19295 [ 1786] By: gsar on 1998/09/17 01:42:51
19296 Log: ntohl typo in objXSUB.h
19299 ____________________________________________________________________________
19300 [ 1785] By: gsar on 1998/09/17 01:41:48
19301 Log: fill gaps in sig_* entries in win32/config.?c
19303 ! win32/config.bc win32/config.gc win32/config.vc
19304 ____________________________________________________________________________
19305 [ 1781] By: larry on 1998/09/05 23:48:24
19306 Log: tr/// logic was hosed under utf8
19308 ! doop.c op.c op.h pp.c proto.h
19309 ____________________________________________________________________________
19310 [ 1780] By: larry on 1998/09/05 23:44:16
19311 Log: several new tests needed tweaking to work under utf8
19313 ! t/comp/require.t t/op/pack.t t/op/substr.t
19314 ____________________________________________________________________________
19315 [ 1779] By: larry on 1998/09/05 23:41:42
19316 Log: index() applied BM optimization to wrong argument
19319 ____________________________________________________________________________
19320 [ 1778] By: larry on 1998/09/05 23:38:29
19321 Log: Implicit require during compile reset line numbering
19329 ____________________________________________________________________________
19330 [ 1777] By: gsar on 1998/08/10 07:02:38
19331 Log: various tweaks: fix signed vs. unsigned problems that prevented C++
19332 builds; add sundry PERL_OBJECT scaffolding to get it to build; fix
19333 lexical warning testsuite for win32
19335 ! Changes doop.c embed.h global.sym objXSUB.h objpp.h op.c
19336 ! pod/perlhist.pod pp.c pp_hot.c proto.h regcomp.c regexec.c
19337 ! sv.c t/pragma/warn-doio t/pragma/warn-mg t/pragma/warn-op
19338 ! t/pragma/warn-regexec toke.c utf8.c win32/GenCAPI.pl
19339 ! win32/Makefile win32/makefile.mk
19340 ____________________________________________________________________________
19341 [ 1776] By: gsar on 1998/08/09 17:53:48
19342 Log: fix coredump with MULTIPLICITY (ckWARN() needs early curcop init)
19344 ! Changes MANIFEST perl.c pod/perlhist.pod
19345 ____________________________________________________________________________
19346 [ 1775] By: gsar on 1998/08/09 14:35:33
19347 Log: tweak warning test
19349 ! t/pragma/warn-toke
19350 ____________________________________________________________________________
19351 [ 1774] By: gsar on 1998/08/09 14:13:46
19352 Log: add missing dTHR; notes for test failures due to small stacksize
19354 ! doio.c gv.c op.c sv.c t/pragma/warn-mg t/pragma/warn-regexec
19355 ! toke.c universal.c util.c
19356 ____________________________________________________________________________
19357 [ 1773] By: gsar on 1998/08/09 11:31:53
19358 Log: lexical warnings; tweaks to places that didn't apply correctly
19359 From: pmarquess@bfsec.bt.co.uk (Paul Marquess)
19360 Date: Wed, 29 Jul 1998 09:28:45 BST
19361 Message-Id: <9807290828.AA26286@claudius.bfsec.bt.co.uk>
19362 Subject: lexical warnings patch for 5.005_50
19364 + README.lexwarn lib/warning.pm t/pragma/warn-2use
19365 + t/pragma/warn-3both t/pragma/warn-4lint t/pragma/warn-5nolint
19366 + t/pragma/warn-doio t/pragma/warn-gv t/pragma/warn-mg
19367 + t/pragma/warn-op t/pragma/warn-perl t/pragma/warn-perly
19368 + t/pragma/warn-pp t/pragma/warn-pp_ctl t/pragma/warn-pp_hot
19369 + t/pragma/warn-pp_sys t/pragma/warn-regcomp
19370 + t/pragma/warn-regexec t/pragma/warn-sv t/pragma/warn-taint
19371 + t/pragma/warn-toke t/pragma/warn-universal t/pragma/warn-util
19372 + warning.h warning.pl
19373 ! Changes MANIFEST Makefile.SH cop.h doio.c global.sym gv.c
19374 ! lib/diagnostics.pm mg.c op.c op.h perl.c perl.h pp.c pp_ctl.c
19375 ! pp_hot.c pp_sys.c proto.h regcomp.c regexec.c sv.c t/op/tie.t
19376 ! t/pragma/warn-1global t/pragma/warning.t taint.c toke.c
19377 ! universal.c util.c
19378 ____________________________________________________________________________
19379 [ 1772] By: gsar on 1998/08/08 23:06:00
19380 Log: bump patchlevel to 5.005_51
19382 ! patchlevel.h win32/Makefile win32/config_H.bc
19383 ! win32/config_H.gc win32/config_H.vc win32/makefile.mk
19384 ____________________________________________________________________________
19385 [ 1771] By: gsar on 1998/08/08 23:01:57
19386 Log: fix bogus warning on "\x{123}"
19387 From: pmarquess@claudius.bfsec.bt.co.uk (Paul Marquess)
19388 Date: Mon, 27 Jul 1998 06:16:15 +0100 (BST)
19389 Message-Id: <9807270534.AA11102@claudius.bfsec.bt.co.uk>
19390 Subject: [5.005_50 PATCH] Some unicode problems
19393 ____________________________________________________________________________
19394 [ 1770] By: gsar on 1998/08/08 22:56:55
19395 Log: hide dup symbol for static build of ext/re
19396 From: Dominic Dunlop <domo@ppp72.vo.lu>
19397 Date: Wed, 29 Jul 1998 11:09:56 +0100 (WET DST)
19398 Message-Id: <199807291009.LAA08935@ppp72.vo.lu>
19399 Subject: Not OK: perl 5.00550 on powerpc-machten 4.1 [BOGUS PATCH]
19402 ____________________________________________________________________________
19403 [ 1769] By: gsar on 1998/08/08 22:45:06
19404 Log: fix double free on -Mutf8 -e '$b=uc("")'
19405 From: larry@wall.org (Larry Wall)
19406 Date: Fri, 7 Aug 1998 14:42:43 -0700
19407 Message-Id: <199808072142.OAA14920@wall.org>
19408 Subject: [PATCH 5.005_50]: uc("") and lc("") under utf8 fails
19411 ____________________________________________________________________________
19412 [ 1768] By: gsar on 1998/08/08 22:42:29
19413 Log: substr() assumes utf8 without say-so
19414 From: larry@wall.org (Larry Wall)
19415 Date: Fri, 7 Aug 1998 12:25:12 -0700
19416 Message-Id: <199808071925.MAA13436@wall.org>
19417 Subject: [PATCH 5.005_50] substr bug?
19420 ____________________________________________________________________________
19421 [ 1767] By: gsar on 1998/08/08 22:38:25
19422 Log: fix intolerance of SWASHes for blank lines
19423 From: Gisle Aas <aas@sn.no>
19424 Date: 06 Aug 1998 23:28:57 +0200
19425 Message-ID: <m3emutkdeu.fsf@furu.g.aas.no>
19426 Subject: Re: Re[2]: another joyride begins
19428 ! lib/utf8_heavy.pl
19429 ____________________________________________________________________________
19430 [ 1766] By: gsar on 1998/08/08 22:33:10
19431 Log: utf8 doc tweak
19432 From: Gisle Aas <aas@sn.no>
19433 Date: 05 Aug 1998 00:41:04 +0200
19434 Message-ID: <m3yat4wetb.fsf@furu.g.aas.no>
19435 Subject: Matching clumps
19438 ____________________________________________________________________________
19439 [ 1765] By: gsar on 1998/08/08 22:31:37
19440 Log: kill bogus warning from -we 'use utf8; $_="\x{FF}"'
19441 From: Gisle Aas <aas@sn.no>
19442 Date: 04 Aug 1998 22:56:11 +0200
19443 Message-ID: <m3yat4sbys.fsf@furu.g.aas.no>
19444 Subject: Re: another joyride begins
19446 ! lib/utf8_heavy.pl
19447 ____________________________________________________________________________
19448 [ 1764] By: gsar on 1998/08/08 22:28:43
19449 Log: From: larry@wall.org (Larry Wall)
19450 Date: Tue, 4 Aug 1998 17:04:51 -0700
19451 Message-Id: <199808050004.RAA22592@wall.org>
19452 Subject: [PATCH 5.005_50] \pX not implemented!
19455 ____________________________________________________________________________
19456 [ 1763] By: gsar on 1998/08/08 22:27:15
19457 Log: From: Stephen McCamant <alias@mcs.com>
19458 Date: Sun, 2 Aug 1998 16:33:18 -0500 (CDT)
19459 Message-ID: <13764.55116.921952.837027@alias-2.pr.mcs.net>
19460 Subject: [PATCH] Eliminate superfluous RV2p[AH]Vs in oops[AH]V()
19463 ____________________________________________________________________________
19464 [ 1762] By: gsar on 1998/08/08 22:26:09
19465 Log: From: Jarkko Hietaniemi <jhi@iki.fi>
19466 Date: Sun, 2 Aug 1998 22:05:28 +0300 (EET DST)
19467 Message-Id: <199808021905.WAA10592@alpha.hut.fi>
19468 Subject: [PATCH] 5.005_02-TRIAL1 or 5.004_05-MAINT_TRIAL_5: t/op/{pw,gr}ent.t
19470 + t/op/grent.t t/op/pwent.t
19472 ____________________________________________________________________________
19473 [ 1761] By: gsar on 1998/08/08 22:21:52
19474 Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
19475 Date: Thu, 30 Jul 1998 19:23:56 -0400 (EDT)
19476 Message-Id: <199807302323.TAA21175@monk.mps.ohio-state.edu>
19477 Subject: [5.005_50 PATCH] misprint in RE engine
19479 ! regexec.c t/op/re_tests
19480 ____________________________________________________________________________
19481 [ 1760] By: gsar on 1998/08/08 22:18:54
19482 Log: integrate maint-5.005 changes into mainline
19484 +> Porting/fixCORE README.os390 ebcdic.c win32/des_fcrypt.patch
19485 !> (integrate 138 files)
19486 ____________________________________________________________________________
19487 [ 1672] By: gsar on 1998/07/27 18:35:28
19488 Log: create new Changes
19491 ! Changes5.005 MANIFEST
19492 ____________________________________________________________________________
19493 [ 1671] By: gsar on 1998/07/27 18:30:57
19494 Log: rename Changes --> Changes5.005
19498 ____________________________________________________________________________
19499 [ 1670] By: gsar on 1998/07/27 18:10:14
19500 Log: integrate 5.005_01 changes from maint
19503 !> README.win32 pod/perldelta.pod proto.h toke.c win32/GenCAPI.pl
19505 ____________________________________________________________________________
19506 [ 1667] By: nick on 1998/07/26 14:31:01
19507 Log: Add dTHR so that it compiles miniperl in threaded mode
19509 ! doop.c mg.c regcomp.c regexec.c
19510 ____________________________________________________________________________
19511 [ 1666] By: nick on 1998/07/26 13:01:10
19512 Log: Resolve ansiperl against mainline (@1648?)
19513 Unclear that change number has "taken".
19515 +> (branch 169 files)
19516 - ObjXSub.h XSLock.h compat3.sym fixvars pod/perld4.pod
19517 !> (integrate 131 files)
19523 ____________________________________________________________________________
19524 [ 1665] By: gsar on 1998/07/26 05:38:48
19525 Log: add trailing newline to file
19527 ! Changes lib/unicode/blocks.txt
19528 ____________________________________________________________________________
19529 [ 1664] By: gsar on 1998/07/26 05:08:48
19530 Log: integrate proto.h additions from maint-5.005
19532 !> pod/perlhist.pod proto.h
19533 ____________________________________________________________________________
19534 [ 1663] By: gsar on 1998/07/26 05:07:05
19535 Log: add new files to MANIFEST; add missing prototypes to proto.h;
19536 s/PL_utf8skip/utf8skip/ for now, or we end up with Perl_PL_;
19537 add typecasts to silence warnings; tweaks for win32 builds
19539 ! MANIFEST embed.h global.sym proto.h regexec.c toke.c utf8.h
19540 ! win32/Makefile win32/makefile.mk
19541 ____________________________________________________________________________
19542 [ 1662] By: gsar on 1998/07/26 05:01:52
19543 Log: add missing sv_*_mg() prototypes in proto.h, update perlhist.pod
19544 Branch: maint-5.005/perl
19545 ! pod/perlhist.pod proto.h
19546 ____________________________________________________________________________
19547 [ 1661] By: gsar on 1998/07/26 02:52:48
19548 Log: up patchlevel to 5.005_50
19550 ! Changes patchlevel.h win32/Makefile win32/config_H.bc
19551 ! win32/config_H.gc win32/config_H.vc win32/makefile.mk
19552 ____________________________________________________________________________
19553 [ 1660] By: gsar on 1998/07/26 02:43:57
19554 Log: integrate utfperl
19556 +> (branch 162 files)
19557 !> (integrate 29 files)
19558 ____________________________________________________________________________
19559 [ 1659] By: gsar on 1998/07/26 02:38:22
19560 Log: integrate maint-5.005 changes
19562 !> Changes README.vms djgpp/fixpmain emacs/ptags hints/beos.sh
19563 !> lib/Math/BigInt.pm pod/perldelta.pod pod/perlmodinstall.pod
19564 !> pod/perltoc.pod pp_sys.c t/lib/bigintpm.t
19565 !> vms/descrip_mms.template vms/subconfigure.com
19566 ____________________________________________________________________________
19567 [ 1658] By: gsar on 1998/07/26 02:23:46
19568 Log: VMS patches from Dan Sugalski <sugalskd@osshe.edu>
19569 Date: Fri, 24 Jul 1998 11:38:25 -0700
19570 Message-Id: <3.0.5.32.19980724113825.00a067b0@ous.edu>
19571 Subject: [PATCH 5.005] version number problem with VMS (Corrected)
19573 Date: Fri, 24 Jul 1998 12:30:36 -0700
19574 Message-Id: <3.0.5.32.19980724123036.009f0390@ous.edu>
19575 Subject: [PATCH 5.005]Tweaks to README.vms
19577 Date: Sat, 25 Jul 1998 17:56:55 -0700 (PDT)
19578 Message-ID: <Pine.GSO.3.96.980725175626.15740D-100000@netserve.ous.edu>
19579 Subject: [PATCH 5.005] Final build cleanup patch
19580 Branch: maint-5.005/perl
19581 ! README.vms vms/descrip_mms.template vms/subconfigure.com
19582 ____________________________________________________________________________
19583 [ 1657] By: gsar on 1998/07/26 02:19:50
19584 Log: another platform where pp_sselect() needs a whole fd_set buffer
19585 From: Lupe Christoph <lupe@alanya.m.isar.de>
19586 Date: Sat, 25 Jul 1998 19:49:33 +0200 (MET DST)
19587 Message-Id: <199807251749.TAA22347@alanya.m.isar.de>
19588 Subject: Patch for Not OK: perl 5.005 on i86pc-solaris-thread 2.6
19589 Branch: maint-5.005/perl
19591 ____________________________________________________________________________
19592 [ 1656] By: gsar on 1998/07/26 02:12:46
19593 Log: fix problem building modules on dos-djgpp
19594 From: Laszlo Molnar <molnarl@cdata.tvnet.hu>
19595 Date: Sat, 25 Jul 1998 00:53:39 +0200
19596 Message-ID: <19980725005339.C222@cdata.tvnet.hu>
19597 Subject: [PATCH 5.005] dos-djgpp and modules problem
19598 Branch: maint-5.005/perl
19600 ____________________________________________________________________________
19601 [ 1655] By: gsar on 1998/07/26 02:11:09
19602 Log: From: Tom Spindler <dogcow@home.merit.edu>
19603 Date: Wed, 22 Jul 1998 16:11:07 -0400
19604 Message-ID: <19980722161107.A16813@home.merit.edu>
19605 Subject: [PATCH 5.005] BeOS tweak
19606 Branch: maint-5.005/perl
19608 ____________________________________________________________________________
19609 [ 1654] By: gsar on 1998/07/26 02:09:29
19610 Log: various pod tweaks
19611 Branch: maint-5.005/perl
19612 ! Changes pod/perldelta.pod pod/perlmodinstall.pod
19614 ____________________________________________________________________________
19615 [ 1653] By: gsar on 1998/07/26 02:05:46
19616 Log: fix emacs/ptags for PL_* changes
19617 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
19618 Date: Fri, 24 Jul 1998 03:12:35 -0400 (EDT)
19619 Message-Id: <199807240712.DAA04204@monk.mps.ohio-state.edu>
19620 Subject: [PATCH 5.004_76] Yet better ptags
19621 Branch: maint-5.005/perl
19623 ____________________________________________________________________________
19624 [ 1652] By: gsar on 1998/07/26 02:03:01
19625 Log: fix behavior of <=> on bigints
19626 From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
19627 Message-Id: <E0yzlfF-0004kz-00@taurus.cus.cam.ac.uk>
19628 Date: Fri, 24 Jul 1998 18:29:53 +0100
19629 Subject: [PATCH] Re: Math::BigInt <=> op is not correct.
19630 Branch: maint-5.005/perl
19631 ! lib/Math/BigInt.pm t/lib/bigintpm.t
19632 ____________________________________________________________________________
19633 [ 1651] By: larry on 1998/07/24 05:44:33
19634 Log: Here are the long-expected Unicode/UTF-8 modifications.
19636 + lib/unicode/ArabLink.pl lib/unicode/ArabLnkGrp.pl
19637 + lib/unicode/Bidirectional.pl lib/unicode/Block.pl
19638 + lib/unicode/Category.pl lib/unicode/CombiningClass.pl
19639 + lib/unicode/Decomposition.pl
19640 + lib/unicode/In/AlphabeticPresentationForms.pl
19641 + lib/unicode/In/Arabic.pl
19642 + lib/unicode/In/ArabicPresentationForms-A.pl
19643 + lib/unicode/In/ArabicPresentationForms-B.pl
19644 + lib/unicode/In/Armenian.pl lib/unicode/In/Arrows.pl
19645 + lib/unicode/In/BasicLatin.pl lib/unicode/In/Bengali.pl
19646 + lib/unicode/In/BlockElements.pl lib/unicode/In/Bopomofo.pl
19647 + lib/unicode/In/BoxDrawing.pl
19648 + lib/unicode/In/CJKCompatibility.pl
19649 + lib/unicode/In/CJKCompatibilityForms.pl
19650 + lib/unicode/In/CJKCompatibilityIdeographs.pl
19651 + lib/unicode/In/CJKSymbolsandPunctuation.pl
19652 + lib/unicode/In/CJKUnifiedIdeographs.pl
19653 + lib/unicode/In/CombiningDiacriticalMarks.pl
19654 + lib/unicode/In/CombiningHalfMarks.pl
19655 + lib/unicode/In/CombiningMarksforSymbols.pl
19656 + lib/unicode/In/ControlPictures.pl
19657 + lib/unicode/In/CurrencySymbols.pl lib/unicode/In/Cyrillic.pl
19658 + lib/unicode/In/Devanagari.pl lib/unicode/In/Dingbats.pl
19659 + lib/unicode/In/EnclosedAlphanumerics.pl
19660 + lib/unicode/In/EnclosedCJKLettersandMonths.pl
19661 + lib/unicode/In/GeneralPunctuation.pl
19662 + lib/unicode/In/GeometricShapes.pl lib/unicode/In/Georgian.pl
19663 + lib/unicode/In/Greek.pl lib/unicode/In/GreekExtended.pl
19664 + lib/unicode/In/Gujarati.pl lib/unicode/In/Gurmukhi.pl
19665 + lib/unicode/In/HalfwidthandFullwidthForms.pl
19666 + lib/unicode/In/HangulCompatibilityJamo.pl
19667 + lib/unicode/In/HangulJamo.pl lib/unicode/In/HangulSyllables.pl
19668 + lib/unicode/In/Hebrew.pl
19669 + lib/unicode/In/HighPrivateUseSurrogates.pl
19670 + lib/unicode/In/HighSurrogates.pl lib/unicode/In/Hiragana.pl
19671 + lib/unicode/In/IPAExtensions.pl lib/unicode/In/Kanbun.pl
19672 + lib/unicode/In/Kannada.pl lib/unicode/In/Katakana.pl
19673 + lib/unicode/In/Lao.pl lib/unicode/In/Latin-1Supplement.pl
19674 + lib/unicode/In/LatinExtended-A.pl
19675 + lib/unicode/In/LatinExtended-B.pl
19676 + lib/unicode/In/LatinExtendedAdditional.pl
19677 + lib/unicode/In/LetterlikeSymbols.pl
19678 + lib/unicode/In/LowSurrogates.pl lib/unicode/In/Malayalam.pl
19679 + lib/unicode/In/MathematicalOperators.pl
19680 + lib/unicode/In/MiscellaneousSymbols.pl
19681 + lib/unicode/In/MiscellaneousTechnical.pl
19682 + lib/unicode/In/NumberForms.pl
19683 + lib/unicode/In/OpticalCharacterRecognition.pl
19684 + lib/unicode/In/Oriya.pl lib/unicode/In/PrivateUse.pl
19685 + lib/unicode/In/SmallFormVariants.pl
19686 + lib/unicode/In/SpacingModifierLetters.pl
19687 + lib/unicode/In/Specials.pl
19688 + lib/unicode/In/SuperscriptsandSubscripts.pl
19689 + lib/unicode/In/Tamil.pl lib/unicode/In/Telugu.pl
19690 + lib/unicode/In/Thai.pl lib/unicode/In/Tibetan.pl
19691 + lib/unicode/Is/Alnum.pl lib/unicode/Is/Alpha.pl
19692 + lib/unicode/Is/BidiAN.pl lib/unicode/Is/BidiB.pl
19693 + lib/unicode/Is/BidiCS.pl lib/unicode/Is/BidiEN.pl
19694 + lib/unicode/Is/BidiES.pl lib/unicode/Is/BidiET.pl
19695 + lib/unicode/Is/BidiL.pl lib/unicode/Is/BidiON.pl
19696 + lib/unicode/Is/BidiR.pl lib/unicode/Is/BidiS.pl
19697 + lib/unicode/Is/BidiWS.pl lib/unicode/Is/C.pl
19698 + lib/unicode/Is/Cc.pl lib/unicode/Is/Cn.pl lib/unicode/Is/Co.pl
19699 + lib/unicode/Is/DCcircle.pl lib/unicode/Is/DCcompat.pl
19700 + lib/unicode/Is/DCfinal.pl lib/unicode/Is/DCfont.pl
19701 + lib/unicode/Is/DCinital.pl lib/unicode/Is/DCinitial.pl
19702 + lib/unicode/Is/DCisolated.pl lib/unicode/Is/DCnarrow.pl
19703 + lib/unicode/Is/DCnoBreak.pl lib/unicode/Is/DCsmall.pl
19704 + lib/unicode/Is/DCsquare.pl lib/unicode/Is/DCsub.pl
19705 + lib/unicode/Is/DCsuper.pl lib/unicode/Is/DCvertical.pl
19706 + lib/unicode/Is/DCwide.pl lib/unicode/Is/DecoCanon.pl
19707 + lib/unicode/Is/DecoCompat.pl lib/unicode/Is/Digit.pl
19708 + lib/unicode/Is/L.pl lib/unicode/Is/Ll.pl lib/unicode/Is/Lm.pl
19709 + lib/unicode/Is/Lo.pl lib/unicode/Is/Lower.pl
19710 + lib/unicode/Is/Lt.pl lib/unicode/Is/Lu.pl lib/unicode/Is/M.pl
19711 + lib/unicode/Is/Mc.pl lib/unicode/Is/Mirrored.pl
19712 + lib/unicode/Is/Mn.pl lib/unicode/Is/N.pl lib/unicode/Is/Nd.pl
19713 + lib/unicode/Is/No.pl lib/unicode/Is/P.pl lib/unicode/Is/Pd.pl
19714 + lib/unicode/Is/Pe.pl lib/unicode/Is/Po.pl
19715 + lib/unicode/Is/Print.pl lib/unicode/Is/Ps.pl
19716 + lib/unicode/Is/S.pl lib/unicode/Is/Sc.pl lib/unicode/Is/Sm.pl
19717 + lib/unicode/Is/So.pl lib/unicode/Is/Space.pl
19718 + lib/unicode/Is/Upper.pl lib/unicode/Is/Z.pl
19719 + lib/unicode/Is/Zl.pl lib/unicode/Is/Zp.pl lib/unicode/Is/Zs.pl
19720 + lib/unicode/JamoShort.pl lib/unicode/Makefile
19721 + lib/unicode/Name.pl lib/unicode/Number.pl
19722 + lib/unicode/To/Digit.pl lib/unicode/To/Lower.pl
19723 + lib/unicode/To/Title.pl lib/unicode/To/Upper.pl
19724 + lib/unicode/UnicodeData-Latest.txt lib/unicode/arabshp.txt
19725 + lib/unicode/blocks.txt lib/unicode/index2.txt
19726 + lib/unicode/jamo2.txt lib/unicode/mktables.PL
19727 + lib/unicode/names2.txt lib/unicode/props2.txt
19728 + lib/unicode/readme.txt lib/utf8.pm lib/utf8_heavy.pl t/UTEST
19730 ! Makefile.SH doop.c embed.h embedvar.h global.sym handy.h mg.c
19731 ! op.c op.h perl.h perlvars.h pod/perlfunc.pod pod/perlop.pod
19732 ! pod/perlre.pod pp.c pp_ctl.c pp_hot.c proto.h regcomp.c
19733 ! regcomp.h regcomp.sym regexec.c regexp.h regnodes.h sv.c
19734 ! t/op/vec.t toke.c util.c vms/vmsish.h
19735 ____________________________________________________________________________
19736 [ 1650] By: gsar on 1998/07/24 04:06:48
19737 Log: create utfperl branch
19739 +> (branch 1079 files)
19740 ____________________________________________________________________________
19741 [ 1649] By: gsar on 1998/07/24 03:56:56
19742 Log: create maint-5.005 branch
19743 Branch: maint-5.005/perl
19744 +> (branch 1079 files)
19745 ____________________________________________________________________________
19746 [ 1648] By: gsar on 1998/07/24 03:36:35
19747 Log: un-checked-in 5.005 Changes (this is 5.005 *exactly*)