This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
applied somewhat modified version of suggested patch
[perl5.git] / Changes
CommitLineData
527cc686
GS
1Please note: This file provides a summary of significant changes
2between versions and sub-versions of Perl, not necessarily a complete
3list of each modification. If you'd like more detailed information,
4please consult the comments in the patches on which the relevant
5release of Perl is based. (Patches can be found on any CPAN
6site, in the .../src/5.0 directory for full version releases,
7or in the .../src/5/0/unsupported directory for sub-version
8releases.)
9
10
11 ---------------
12 CAST AND CREW
13 ---------------
14
15To give due honor to those who have made Perl what is is today,
16here are some of the more common names in the Changes file, and their
17current addresses (as of July 1998):
18
19 Gisle Aas <gisle@aas.no>
20 Abigail <abigail@fnx.com>
21 Kenneth Albanowski <kjahds@kjahds.com>
22 Russ Allbery <rra@stanford.edu>
527cc686
GS
23 Spider Boardman <spider@orb.nashua.nh.us>
24 Tom Christiansen <tchrist@perl.com>
3836fe67 25 Jan Dubois <jan.dubois@ibm.net>
527cc686
GS
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 <pmarquess@bfsec.bt.co.uk>
33 Stephen McCamant <alias@mcs.com>
933fea7f 34 Laszlo Molnar <laszlo.molnar@eth.ericsson.se>
527cc686
GS
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>
455ece5e 45 Kurt D. Starsinic <kstar@isinet.com>
527cc686
GS
46 Dan Sugalski <sugalskd@osshe.edu>
47 Larry W. Virden <lvirden@cas.org>
48 Ilya Zakharevich <ilya@math.ohio-state.edu>
49
50And the Keepers of the Patch Pumpkin:
51
bd3fa61c 52 Charles Bailey <bailey@newman.upenn.edu>
0f31cffe 53 Graham Barr <gbarr@ti.com>
527cc686
GS
54 Malcolm Beattie <mbeattie@sable.ox.ac.uk>
55 Tim Bunce <Tim.Bunce@ig.co.uk>
56 Andy Dougherty <doughera@lafcol.lafayette.edu>
6e238990 57 Gurusamy Sarathy <gsar@activestate.com>
527cc686
GS
58 Chip Salzenberg <chip@perl.com>
59
60And, of course, the Author of Perl:
61
62 Larry Wall <larry@wall.org>
63
64
65NOTE: Each change entry shows the change number; who checked it into the
66repository; when; description of the change; which branch the change
67happened in; and the affected files. The file lists have a short symbolic
68indicator:
69
70 ! modified
71 + added
72 - deleted
73 +> branched (from elsewhere)
74 !> merged changes (from elsewhere)
75
76
77----------------
52b0428e 78Version 5.005_63 Development release working toward 5.6
a2126434
JN
79----------------
80
81____________________________________________________________________________
878143fb
MH
82[ 4651] By: gsar on 1999/12/05 09:01:19
83 Log: on dosish platforms, avoid infinite recursion in File::Path::mkpath()
84 when given non-existent drive names
85 Branch: perl
86 ! lib/File/Path.pm
87____________________________________________________________________________
88[ 4650] By: gsar on 1999/12/05 08:47:11
89 Log: windows build tweaks for change#4649
90 Branch: perl
91 ! win32/Makefile win32/makefile.mk
92____________________________________________________________________________
93[ 4649] By: gsar on 1999/12/05 07:49:28
94 Log: make File::Glob::glob() the default for CORE::glob()
95 (old csh glob can still be had with -DPERL_EXTERNAL_GLOB)
96 Branch: perl
97 ! Makefile.SH op.c pod/perldelta.pod win32/Makefile
98 ! win32/makefile.mk
99____________________________________________________________________________
100[ 4648] By: gsar on 1999/12/05 00:33:34
101 Log: fix bug in processing L<> tags (from j.vavruska@post.cz)
102 Branch: perl
103 ! lib/Pod/Html.pm
104____________________________________________________________________________
105[ 4647] By: gsar on 1999/12/05 00:14:01
106 Log: remove outdated entry
107 Branch: perl
108 ! pod/perltrap.pod
109____________________________________________________________________________
110[ 4646] By: gsar on 1999/12/04 22:48:51
111 Log: s/block/loop block/ in diagnostics about next, last, redo
112 Branch: perl
113 ! pod/perldiag.pod pp_ctl.c t/op/runlevel.t t/pragma/warn/pp_ctl
114____________________________________________________________________________
115[ 4645] By: gsar on 1999/12/04 22:25:32
116 Log: readability tweak suggested by GRommel@sears.com
117 Branch: perl
118 ! pp.c
119____________________________________________________________________________
120[ 4644] By: gsar on 1999/12/04 22:05:00
121 Log: Configure tweak from Peter Prymmer
122 Branch: perl
123 ! Configure
124____________________________________________________________________________
125[ 4643] By: gsar on 1999/12/04 21:55:27
126 Log: make weak keyword check look for defined(&lock), not
127 merely defined(*lock)
128 Branch: perl
129 ! toke.c
130____________________________________________________________________________
131[ 4642] By: gsar on 1999/12/04 21:11:51
132 Log: make eof() open ARGV if it isn't open already; also fixes bug
133 where eof() would operate on any last-read filehandle, not
134 just ARGV
135 Branch: perl
136 ! pp_sys.c
137____________________________________________________________________________
138[ 4641] By: gsar on 1999/12/04 04:42:25
139 Log: make uninitialized value warnings report opcode
140 Branch: perl
141 ! doio.c embed.h embed.pl global.sym objXSUB.h opcode.h
142 ! opcode.pl perl.h perlapi.c pp.c pp_hot.c proto.h sv.c
143 ! t/op/misc.t t/pragma/warn/1global t/pragma/warn/2use
144 ! t/pragma/warn/3both t/pragma/warn/4lint t/pragma/warn/7fatal
145 ! t/pragma/warn/doio t/pragma/warn/pp t/pragma/warn/pp_hot
146 ! t/pragma/warn/sv
147____________________________________________________________________________
148[ 4640] By: gsar on 1999/12/04 02:40:44
149 Log: provide explicit functions timegm_nocheck() and timelocal_nocheck()
150 that don't do range checking
151 Branch: perl
152 ! lib/Time/Local.pm
153____________________________________________________________________________
154[ 4639] By: gsar on 1999/12/04 01:00:49
155 Log: better implementation of change#3326; open(local $foo,...) now
156 allowed in addition to any uninitialized variable, for consistency
157 with how autovivification works elsewhere; add code to use the
158 variable name as the name of the handle for simple variables, so
159 that diagnostics report the handle: "... at - line 1, <$foo> line 10."
160 Branch: perl
161 ! op.c pod/perldelta.pod pp.c t/io/open.t
162____________________________________________________________________________
163[ 4638] By: gsar on 1999/12/03 21:20:00
164 Log: pod nits
165 Branch: perl
166 ! pod/perlfunc.pod pod/perlrun.pod
167____________________________________________________________________________
168[ 4637] By: gsar on 1999/12/03 08:59:04
169 Log: change#4431 was flawed
170 Branch: perl
171 ! Makefile.SH
172____________________________________________________________________________
173[ 4636] By: gsar on 1999/12/03 07:59:52
174 Log: pod embellishments from Nathan Torkington
175 Branch: perl
176 ! pod/perlfaq2.pod pod/perlhack.pod
177____________________________________________________________________________
178[ 4635] By: gsar on 1999/12/03 07:56:04
179 Log: perlfaq4 typo (from Jeff Pinyan <jeffp@crusoe.net>)
180 Branch: perl
181 ! pod/perlfaq4.pod
182____________________________________________________________________________
183[ 4634] By: gsar on 1999/12/03 07:47:47
184 Log: test tweak for VMS (from Craig A. Berry)
185 Branch: perl
186 ! t/io/nargv.t
187____________________________________________________________________________
188[ 4633] By: gsar on 1999/12/03 07:44:52
189 Log: patchls tweak from Andreas Koenig
190 Branch: perl
191 ! Porting/patchls
192____________________________________________________________________________
193[ 4632] By: gsar on 1999/12/03 07:42:23
194 Log: don't mess with the umask()
195 Branch: perl
196 ! installhtml installman installperl lib/ExtUtils/Install.pm
197 ! lib/ExtUtils/Manifest.pm
198____________________________________________________________________________
199[ 4631] By: gsar on 1999/12/03 06:52:50
200 Log: support -a switch to append bytecode to an existing file and make
201 perlcc use it (from Tom Hughes <tom@compton.nu>)
202 Branch: perl
203 ! ext/B/B/Bytecode.pm utils/perlcc.PL
204____________________________________________________________________________
205[ 4630] By: gsar on 1999/12/03 06:46:16
206 Log: document incompatible perl4 vec() vs bitwise ops interaction trap
207 (from Tom Phoenix)
208 Branch: perl
209 ! pod/perltrap.pod
210____________________________________________________________________________
211[ 4629] By: gsar on 1999/12/03 06:40:15
212 Log: use PerlIO abstraction rather than straight stdio (from
213 Chip Salzenberg)
214 Branch: perl
215 ! ext/ByteLoader/ByteLoader.xs
216____________________________________________________________________________
217[ 4628] By: gsar on 1999/12/03 06:15:54
218 Log: avoid warning in IO::Select::exists() if socket doesn't exist
219 Branch: perl
220 ! ext/IO/lib/IO/Select.pm
221____________________________________________________________________________
222[ 4627] By: gsar on 1999/12/03 06:05:19
223 Log: two small patches from Peter Prymmer <pvhp@forte.com>
224 Branch: perl
225 ! makedepend.SH win32/Makefile win32/makefile.mk
226____________________________________________________________________________
227[ 4626] By: gsar on 1999/12/03 05:36:38
228 Log: From: Peter Prymmer <pvhp@forte.com>
229 Date: Thu, 25 Nov 1999 21:06:19 -0800 (PST)
230 Message-Id: <199911260506.VAA17230@brio.forte.com>
231 Subject: [PATCH: 5.005_62] implement /[:ascii:]/ on ebcdic machines
232 Branch: perl
233 ! regcomp.c
234____________________________________________________________________________
235[ 4625] By: gsar on 1999/12/03 05:20:21
236 Log: Windows build tweaks due to change#4623
237 Branch: perl
238 ! win32/Makefile win32/makefile.mk win32/perlhost.h
239____________________________________________________________________________
240[ 4624] By: gsar on 1999/12/03 04:58:30
241 Log: add missing file
242 Branch: perl
243 + ext/DynaLoader/XSLoader_pm.PL
244____________________________________________________________________________
245[ 4623] By: gsar on 1999/12/03 04:47:03
246 Log: applied suggested patch; removed $VERSION = $VERSION hack
247 (change#4043 fixed the need for that)
248 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
249 Date: Tue, 16 Nov 1999 01:50:31 EST
250 Message-Id: <199911160650.BAA18874@monk.mps.ohio-state.edu>
251 Subject: [PATCH 5.005_62] XSLoader.pm
252 Branch: perl
253 ! MANIFEST ext/B/B.pm ext/ByteLoader/ByteLoader.pm
254 ! ext/DB_File/DB_File.pm ext/Data/Dumper/Dumper.pm
255 ! ext/Devel/DProf/DProf.pm ext/Devel/Peek/Peek.pm
256 ! ext/DynaLoader/DynaLoader_pm.PL ext/DynaLoader/Makefile.PL
257 ! ext/DynaLoader/dlutils.c ext/Fcntl/Fcntl.pm
258 ! ext/File/Glob/Glob.pm ext/GDBM_File/GDBM_File.pm ext/IO/IO.pm
259 ! ext/NDBM_File/NDBM_File.pm ext/ODBM_File/ODBM_File.pm
260 ! ext/Opcode/Opcode.pm ext/POSIX/POSIX.pm
261 ! ext/SDBM_File/SDBM_File.pm ext/Socket/Socket.pm
262 ! ext/Thread/Thread.pm ext/attrs/attrs.pm ext/re/re.pm
263 ! lib/AutoLoader.pm lib/FindBin.pm lib/Getopt/Std.pm
264____________________________________________________________________________
265[ 4622] By: gsar on 1999/12/03 04:02:39
266 Log: revert change#4618 (breaks C<$_ = 'A:B'; s/^[a-z]:/x/>)
267 Branch: perl
268 ! Changes embed.h embed.pl perl.h proto.h regcomp.c regcomp.h
269____________________________________________________________________________
34baa6c3
GS
270[ 4621] By: gsar on 1999/12/02 22:24:53
271 Log: caveat about thread-safety of extensions
272 Branch: perl
273 ! pod/perlfork.pod
274____________________________________________________________________________
275[ 4620] By: gsar on 1999/12/02 20:31:02
276 Log: XS documentation patches suggested by Ilya, severally adjusted
277 Branch: perl
278 ! pod/perlxs.pod pod/perlxstut.pod
279____________________________________________________________________________
280[ 4619] By: gsar on 1999/12/02 17:52:50
281 Log: re-add missing Unicode database master
282 Branch: perl
283 + lib/unicode/Unicode.300
284____________________________________________________________________________
285[ 4618] By: gsar on 1999/12/02 06:56:18
286 Log: applied suggested patch with prototype changes
287 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
288 Date: Tue, 23 Nov 1999 22:55:55 EST
289 Message-Id: <199911240355.WAA23033@monk.mps.ohio-state.edu>
290 Subject: [PATCH 5.005_62] First char cognizance
291 Branch: perl
292 ! embed.h embed.pl perl.h proto.h regcomp.c regcomp.h
293____________________________________________________________________________
294[ 4617] By: gsar on 1999/12/02 06:04:57
295 Log: fixes for bugs in change#4586 and OS/2 pod tweak, from Ilya
296 Branch: perl
297 ! os2/OS2/REXX/REXX.pm regexec.c t/op/re_tests
298____________________________________________________________________________
299[ 4616] By: gsar on 1999/12/02 04:30:22
300 Log: various documentation tweaks suggested by M. J. T. Guy
301 Branch: perl
302 ! INSTALL lib/strict.pm pod/perlfunc.pod pod/perlsyn.pod
303____________________________________________________________________________
304[ 4615] By: gsar on 1999/12/02 04:17:43
305 Log: various File::Glob fixes for DOSISH platforms
306 From: "Moore, Paul" <Paul.Moore@uk.origin-it.com>
307 Date: Tue, 02 Nov 1999 11:11:25 GMT
308 Message-Id: <714DFA46B9BBD0119CD000805FC1F53BDC38E3@UKRUX002.rundc.uk.origin-it.com>
309 Subject: File::Glob again. Final patch, honest!
310 Branch: perl
311 + t/lib/glob-case.t
312 ! MANIFEST ext/File/Glob/Changes ext/File/Glob/Glob.pm
313 ! ext/File/Glob/Glob.xs ext/File/Glob/bsd_glob.c
314 ! ext/File/Glob/bsd_glob.h op.c t/lib/glob-global.t
315____________________________________________________________________________
316[ 4614] By: gsar on 1999/12/02 03:42:55
317 Log: allow XSUBs and prototyped subroutines to be used with sort() (tweaked
318 variant of patch suggested by Peter Haworth <pmh@edison.ioppublishing.com>)
319 Branch: perl
320 ! pod/perldelta.pod pod/perlfunc.pod pp_ctl.c t/op/sort.t
321____________________________________________________________________________
322[ 4613] By: gsar on 1999/12/02 01:59:19
323 Log: ignore yet another known scalar leak
324 Branch: perl
325 ! t/pragma/warn/regcomp
326____________________________________________________________________________
327[ 4612] By: gsar on 1999/12/02 01:15:02
328 Log: avoid potential stack extension bug in pp_unpack() (spotted by Ilya)
329 Branch: perl
330 ! pp.c
331____________________________________________________________________________
332[ 4611] By: gsar on 1999/12/02 00:31:43
333 Log: a somewhat tweaked version of suggested patch
334 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
335 Date: Wed, 27 Oct 1999 18:57:41 -0400 (EDT)
336 Message-Id: <199910272257.SAA29928@monk.mps.ohio-state.edu>
337 Subject: [PATCH 5.005_62] Another round of pack/vec docs patches
338 Branch: perl
339 ! pod/perlfunc.pod
340____________________________________________________________________________
341[ 4610] By: gsar on 1999/12/01 19:09:31
342 Log: more accurate require() pseudocode (from James P. Williams
343 <James.P.Williams@USAHQ.UnitedSpaceAlliance.com>)
344 Branch: perl
345 ! pod/perlfunc.pod
346____________________________________________________________________________
347[ 4609] By: gsar on 1999/12/01 18:43:49
348 Log: avoid "Callback called exit" error on intentional exit()
349 Branch: perl
350 ! embedvar.h intrpvar.h objXSUB.h perl.c perl.h pp_ctl.c
351____________________________________________________________________________
352[ 4608] By: gsar on 1999/12/01 18:42:38
353 Log: find_byclass() prototype was incoherent
354 Branch: perl
355 ! regexec.c
356____________________________________________________________________________
357[ 4607] By: gsar on 1999/12/01 05:45:10
358 Log: better documentation for goto &NAME (from M. J. T. Guy)
359 Branch: perl
360 ! pod/perlfunc.pod
361____________________________________________________________________________
362[ 4606] By: gsar on 1999/12/01 05:33:14
363 Log: integrate cfgperl contents into mainline
364 Branch: perl
365 +> lib/unicode/Jamo.txt lib/unicode/NamesList.html
366 +> lib/unicode/UCD300.html lib/unicode/Unicode3.html
367 - lib/unicode/Jamo-2.txt lib/unicode/Unicode.html
368 ! Changes
369 !> (integrate 210 files)
370____________________________________________________________________________
d9aad7f7
GS
371[ 4605] By: gsar on 1999/12/01 05:15:27
372 Log: avoid PTR->IV cast warnings
373 Branch: perl
374 ! mg.c op.c scope.h
375____________________________________________________________________________
376[ 4604] By: gsar on 1999/12/01 03:59:56
377 Log: email address changes
378 Branch: perl
379 ! AUTHORS Changes Porting/genlog Porting/p4d2p Porting/p4desc
380 ! README.win32 ext/Data/Dumper/Dumper.pm lib/DB.pm
381 ! lib/File/DosGlob.pm lib/Math/Complex.pm lib/Math/Trig.pm
382 ! pod/perl5005delta.pod pod/perlport.pod t/op/runlevel.t
383 ! utils/perlbug.PL utils/perldoc.PL win32/bin/perlglob.pl
384____________________________________________________________________________
385[ 4603] By: gsar on 1999/12/01 03:45:13
386 Log: minor USE_ITHREADS tweaks
387 Branch: perl
388 ! doio.c op.c op.h pp_hot.c pp_sys.c run.c win32/Makefile
389 ! win32/perllib.c win32/win32.h
390____________________________________________________________________________
391[ 4602] By: gsar on 1999/12/01 01:00:09
392 Log: more complete pseudo-fork() support for Windows
393 Branch: perl
394 + pod/perlfork.pod win32/perlhost.h win32/vdir.h win32/vmem.h
395 ! MANIFEST XSUB.h cop.h dump.c embed.h embed.pl embedvar.h
396 ! ext/B/B/CC.pm ext/Opcode/Opcode.xs global.sym globals.c
397 ! globvar.sym gv.c hv.c intrpvar.h iperlsys.h makedef.pl mg.c
398 ! mpeix/mpeixish.h objXSUB.h op.c op.h os2/os2ish.h perl.c
399 ! perl.h perlapi.c plan9/plan9ish.h pod/Makefile pod/buildtoc
400 ! pod/perl.pod pod/roffitall pp.c pp_ctl.c pp_hot.c pp_sys.c
401 ! proto.h regcomp.c run.c scope.c scope.h sv.c t/op/fork.t
402 ! toke.c unixish.h util.c vos/vosish.h win32/Makefile
403 ! win32/makefile.mk win32/perllib.c win32/win32.c win32/win32.h
404 ! win32/win32iop.h win32/win32thread.h
405____________________________________________________________________________
406[ 4601] By: gsar on 1999/12/01 00:45:38
407 Log: rudimentary support for remote debugging, from aeons ago (somewhat
408 modified)
409 From: Graham TerMarsch <grahamt@ActiveState.com>
410 Date: Sat, 12 Sep 1998 10:46:55 -0700
411 Message-ID: <35FAB38F.EA9AAC50@activestate.com>
412 Subject: Re: Patches to perl5db.pl to allow for remote debugging
413 Branch: perl
414 ! lib/perl5db.pl
415____________________________________________________________________________
416[ 4600] By: chip on 1999/11/19 21:16:00
417 Log: Document known limitations of fdopen() on some systems,
418 as they apply to open() and sysopen().
419 Branch: perl
420 ! pod/perlfunc.pod
421____________________________________________________________________________
422[ 4599] By: chip on 1999/11/19 17:20:19
423 Log: Undef printf before redirecting it to PerlIO_stdoutf.
424 (Avoids an irritating warning when compiling with PerlIO.)
425 Branch: perl
426 ! perl.h
427____________________________________________________________________________
428[ 4598] By: jhi on 1999/11/22 21:30:17
429 Log: Small VMS nits from Craig A. Berry, <craig.berry@metamor.com>.
430 Branch: cfgperl
431 ! README.vms t/io/open.t
432____________________________________________________________________________
433[ 4597] By: jhi on 1999/11/21 16:21:21
434 Log: Replace #4596 with the change done in 5.005_03.
435 Branch: cfgperl
436 ! ext/Errno/Errno_pm.PL
437____________________________________________________________________________
438[ 4596] By: jhi on 1999/11/21 16:07:20
439 Log: Skip processing a file if the file to be opened is '-'
440 (can happen in UNICOS)
441 Branch: cfgperl
442 ! ext/Errno/Errno_pm.PL
443____________________________________________________________________________
444[ 4595] By: jhi on 1999/11/21 14:05:10
445 Log: VMS patches from Peter Prymmer.
446 Branch: cfgperl
447 ! doio.c mg.c taint.c vms/subconfigure.com vms/vms.c
448____________________________________________________________________________
449[ 4594] By: jhi on 1999/11/18 17:07:14
450 Log: The find_byclass prototype is already in proto.h.
451 Branch: cfgperl
452 ! regexec.c
453____________________________________________________________________________
454[ 4593] By: gsar on 1999/11/16 21:25:21
455 Log: typo in flag checks
456 Branch: utfperl
457 ! sv.h
458____________________________________________________________________________
459[ 4592] By: jhi on 1999/11/16 21:17:25
460 Log: Regen Configure.
461 Branch: cfgperl
462 ! Configure config_h.SH pp.c pp.h vms/subconfigure.com
463 Branch: metaconfig
464 ! U/a_dvisory/quadtype.U
465____________________________________________________________________________
466[ 4591] By: jhi on 1999/11/16 14:53:19
467 Log: Integrate with Sarathy.
468 Branch: cfgperl
469 !> cop.h deb.c embed.h embed.pl global.sym lib/Pod/Checker.pm
470 !> lib/Pod/InputObjects.pm lib/Pod/Parser.pm lib/Pod/Select.pm
471 !> lib/Pod/Usage.pm makedef.pl objXSUB.h perl.c perlapi.c
472 !> pod/podchecker.PL pp_sys.c proto.h sv.c t/pod/poderrs.t
473 !> t/pod/poderrs.xr
474____________________________________________________________________________
475[ 4590] By: gsar on 1999/11/16 05:57:56
476 Log: Pod::Parser updates (v1.091) from Brad Appleton <bradapp@enteract.com>
477 Branch: perl
478 ! lib/Pod/Checker.pm lib/Pod/InputObjects.pm lib/Pod/Parser.pm
479 ! lib/Pod/Select.pm lib/Pod/Usage.pm pod/podchecker.PL
480 ! t/pod/poderrs.t t/pod/poderrs.xr
481____________________________________________________________________________
482[ 4589] By: gsar on 1999/11/15 18:47:34
483 Log: add a synchronous stub fork() for USE_ITHREADS to prove that a simple
484 C<if (fork()) { print "parent" } else { print "child" }> works on
485 Windows (incidentally running a cloned^2 interpreter :)
486 Branch: perl
487 ! embed.h embed.pl global.sym makedef.pl objXSUB.h perlapi.c
488 ! pp_sys.c proto.h sv.c
489____________________________________________________________________________
490[ 4588] By: gsar on 1999/11/15 14:34:36
491 Log: cloning the stack (part 1)
492 Branch: perl
493 ! cop.h deb.c perl.c sv.c
494____________________________________________________________________________
495[ 4587] By: jhi on 1999/11/15 00:22:20
496 Log: Integrate with Sarathy.
497 Branch: cfgperl
498 !> Changes embed.h embed.pl embedvar.h global.sym intrpvar.h
499 !> makedef.pl objXSUB.h op.c perl.h perlapi.c proto.h run.c sv.c
500 !> win32/perllib.c
501____________________________________________________________________________
502[ 4586] By: jhi on 1999/11/14 21:17:26
503 Log: Ilya's "hopscotch" patch, reworked by Ilya to fit.
504 Branch: cfgperl
505 ! embed.h embed.pl embedvar.h proto.h regexec.c t/op/re_tests
506____________________________________________________________________________
507[ 4585] By: gsar on 1999/11/14 20:01:45
508 Log: tweak for win32 build
509 Branch: perl
510 ! embed.h embed.pl op.c proto.h
511____________________________________________________________________________
512[ 4584] By: gsar on 1999/11/14 19:46:25
513 Log: cosmetic tweaks
514 Branch: perl
515 ! embed.h embed.pl embedvar.h global.sym intrpvar.h makedef.pl
516 ! objXSUB.h perl.h perlapi.c proto.h sv.c win32/perllib.c
517____________________________________________________________________________
518[ 4583] By: gsar on 1999/11/14 17:38:32
519 Log: fix problem pointer casts
520 Branch: perl
521 ! Changes run.c sv.c
522____________________________________________________________________________
4265b575
GS
523[ 4582] By: jhi on 1999/11/14 17:10:01
524 Log: Integrate with Sarathy.
525 Branch: cfgperl
526 !> cop.h dump.c ext/Opcode/Opcode.xs gv.c op.c perl.c perly.c
527 !> perly.y pp_ctl.c pp_sys.c sv.c t/op/misc.t toke.c util.c
528 !> vms/perly_c.vms win32/perllib.c
529____________________________________________________________________________
530[ 4581] By: jhi on 1999/11/14 17:08:23
531 Log: The separation of 64-bitness and largefileness continues
532 (with a setback, see hpux.sh).
533 Branch: cfgperl
534 ! Configure MANIFEST config_h.SH hints/aix.sh hints/hpux.sh
535 ! hints/solaris_2.sh
536 Branch: metaconfig
537 ! U/threads/archname.U U/typedefs/lseektype.U
538 Branch: metaconfig/U/perl
539 ! fpossize.U use64bits.U uselfs.U
540____________________________________________________________________________
541[ 4580] By: jhi on 1999/11/14 13:26:41
542 Log: Another Unicode update.
543 Branch: cfgperl
544 + lib/unicode/Jamo.txt lib/unicode/NamesList.html
545 + lib/unicode/UCD300.html lib/unicode/Unicode3.html
546 - lib/unicode/Jamo-2.txt lib/unicode/Unicode.html
547 ! (edit 189 files)
548____________________________________________________________________________
549[ 4579] By: gsar on 1999/11/14 10:21:49
550 Log: sundry cleanups for cloned interpreters (only known failure mode
551 is due to regexps keeping non-constant data in their compiled
552 structures)
553 Branch: perl
554 ! cop.h dump.c ext/Opcode/Opcode.xs gv.c op.c perl.c pp_ctl.c
555 ! pp_sys.c sv.c toke.c util.c win32/perllib.c
556____________________________________________________________________________
557[ 4578] By: gsar on 1999/11/14 03:37:37
558 Log: fix bug in change#4515 (STOP blocks now see @ARGV like the rest)
559 Branch: perl
560 ! perly.c perly.y t/op/misc.t vms/perly_c.vms
561____________________________________________________________________________
562[ 4577] By: jhi on 1999/11/13 19:50:24
563 Log: Change #4576 accidentally leaked also parts of
564 Ilya's patch that won't apply cleanly anymore.
565 Branch: cfgperl
566 ! regexec.c t/op/re_tests
567____________________________________________________________________________
568[ 4576] By: jhi on 1999/11/13 19:43:37
569 Log: Integrate with Sarathy.
570 Branch: cfgperl
571 ! embed.h embed.pl embedvar.h proto.h regexec.c t/op/re_tests
572 !> ext/Errno/Errno_pm.PL ext/IO/lib/IO/Socket.pm t/lib/dumper.t
573 !> t/op/regexp.t t/pragma/overload.t
574____________________________________________________________________________
575[ 4575] By: gsar on 1999/11/13 19:41:46
576 Log: typos in change#4561 and change#4565
577 Branch: perl
578 ! ext/Errno/Errno_pm.PL ext/IO/lib/IO/Socket.pm
579____________________________________________________________________________
580[ 4574] By: gsar on 1999/11/13 19:31:19
581 Log: revert non-kosher parts of change#4562 (sort order problems
582 should be ignored (on ebcdic) by fixing dumper.t/T() to sort
583 result and expected lines; /[:ascii:]/ not working should be
584 fixed, not ignored in regexp.t; result from sort should be
585 fixed to be ascii portable on ebcdic, not ebcdic-specific)
586 Branch: perl
587 ! t/lib/dumper.t t/op/regexp.t t/pragma/overload.t
588____________________________________________________________________________
589[ 4573] By: gsar on 1999/11/13 19:13:04
590 Log: integrate cfgperl changes into mainline
591 Branch: perl
592 +> lib/unicode/Eq/Latin1.pl lib/unicode/Eq/Unicode.pl
593 +> lib/unicode/In/BopomofoExtended.pl
594 +> lib/unicode/In/BraillePatterns.pl
595 +> lib/unicode/In/CJKRadicalsSupplement.pl
596 +> lib/unicode/In/CJKUnifiedIdeographsExtensionA.pl
597 +> lib/unicode/In/Cherokee.pl
598 +> lib/unicode/In/IdeographicDescriptionCharacters.pl
599 +> lib/unicode/In/KangxiRadicals.pl lib/unicode/In/Khmer.pl
600 +> lib/unicode/In/Mongolian.pl lib/unicode/In/Myanmar.pl
601 +> lib/unicode/In/Ogham.pl lib/unicode/In/Runic.pl
602 +> lib/unicode/In/Sinhala.pl lib/unicode/In/Syriac.pl
603 +> lib/unicode/In/Thaana.pl
604 +> lib/unicode/In/UnifiedCanadianAboriginalSyllabics.pl
605 +> lib/unicode/In/YiRadicals.pl lib/unicode/In/YiSyllables.pl
606 - lib/unicode/Eq/Latin1 lib/unicode/Eq/Unicode
607 !> (integrate 213 files)
608____________________________________________________________________________
609[ 4572] By: jhi on 1999/11/13 18:44:50
610 Log: From: "Craig A. Berry" <craig.berry@metamor.com>
611 To: perl5-porters@perl.org, VMSPERL@perl.org
612 Subject: [PATCH 5.005_03 and 5.005_62] updates to README.vms
613 Date: Wed, 27 Oct 1999 11:02:54 -0500
614 Message-Id: <4.2.0.58.19991027105257.00addc10@mmtnt11.metamor.com>
615 Branch: cfgperl
616 ! README.vms
617____________________________________________________________________________
618[ 4571] By: jhi on 1999/11/13 18:33:39
619 Log: From: jand@activestate.com (Jan Dubois)
620 To: perl5-porters@perl.org, Perl-Win32-Porters@activestate.com
621 Cc: Douglas Lankshear <dougl@activestate.com>,
622 Gurusamy Sarathy <gsar@activestate.com>
623 Subject: [5.005_62 PATCH] support link() on WinNT and NTFS
624 Date: Tue, 09 Nov 1999 00:38:33 +0100
625 Message-ID: <382b5d24.10899522@smtprelay.t-online.de>
626 Branch: cfgperl
627 ! XSUB.h iperlsys.h pp_sys.c t/io/fs.t win32/config.bc
628 ! win32/config.gc win32/config.vc win32/config_H.bc
629 ! win32/config_H.gc win32/config_H.vc win32/perllib.c
630 ! win32/win32.c win32/win32iop.h
631____________________________________________________________________________
632[ 4570] By: jhi on 1999/11/13 18:30:37
633 Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
634 To: perl5-porters@perl.org (Mailing list Perl5)
635 Subject: [PATCH 5.005_62] makedef.pl goof
636 Date: Mon, 8 Nov 1999 23:55:21 -0500 (EST)
637 Message-Id: <199911090455.XAA25627@monk.mps.ohio-state.edu>
638 Branch: cfgperl
639 ! makedef.pl
640____________________________________________________________________________
641[ 4569] By: jhi on 1999/11/13 18:06:54
642 Log: From: Michael G Schwern <schwern@pobox.com>
643 To: perl5-porters@perl.org, pod-people@perl.org
644 Cc: tchrist@mox.perl.com, gnat@frii.com
645 Subject: [DOCPATCH 5.005_62 perlfaq9.pod] Mention HTML::FormatText
646 Date: Wed, 10 Nov 1999 17:21:46 -0500
647 Message-ID: <19991110172146.A23527@athens.aocn.com>
648 Branch: cfgperl
649 ! pod/perlfaq9.pod
650____________________________________________________________________________
651[ 4568] By: jhi on 1999/11/13 18:05:33
652 Log: From: "Paul Moore" <gustav@morpheus.demon.co.uk>
653 To: <perl5-porters@perl.org>
654 Subject: DynaLoader_pm.PL patch (backslashes in strings)
655 Date: Wed, 10 Nov 1999 22:52:02 -0000
656 Message-ID: <LPBBIIMJKJMPNOGHGLLCMEBFCAAA.gustav@morpheus.demon.co.uk>
657 Branch: cfgperl
658 ! ext/DynaLoader/DynaLoader_pm.PL
659____________________________________________________________________________
660[ 4567] By: jhi on 1999/11/13 18:03:52
661 Log: From: JD Laub <jdl@access-health.com>
662 To: perl5-porters@perl.org
663 Subject: [ID 19991112.002] patch: Exporter.pm not reporting path
664 Date: Fri, 12 Nov 1999 08:58:28 -0700 (MST)
665 Message-Id: <199911121558.IAA08915@mocha.iasi.com>
666 Branch: cfgperl
667 ! lib/Exporter/Heavy.pm
668____________________________________________________________________________
669[ 4566] By: jhi on 1999/11/13 18:01:24
670 Log: From: Bernard Quatermass <bernard@quatermass.co.uk>
671 To: perl5-porters@perl.org
672 Subject: small patch for perldoc
673 Date: Fri, 12 Nov 1999 23:11:43 GMT
674 Message-Id: <VA.0000001c.00d1e05a@quatermass.co.uk>
675 Branch: cfgperl
676 ! utils/perldoc.PL
677____________________________________________________________________________
678[ 4565] By: jhi on 1999/11/13 17:58:54
679 Log: From: Scott Gifford <sgifford@tir.com>
680 To: perl5-porters@perl.org
681 Cc: gbarr@pobox.com
682 Subject: [ID 19991112.004] Bug in IO::Socket (patch included)
683 Date: 12 Nov 1999 18:55:30 -0500
684 Message-Id: <m3emdvw9hp.fsf@sgifford.tir.com>
685 Branch: cfgperl
686 ! ext/IO/lib/IO/Socket.pm
687____________________________________________________________________________
688[ 4564] By: jhi on 1999/11/13 17:45:39
689 Log: Applied manually:
690 From: "Craig A. Berry" <craig.berry@metamor.com>
691 To: perl5-porters@perl.org, VMSPERL@perl.org
692 Subject: [PATCH 5.005_62] patches required to build on VMS
693 Date: Tue, 09 Nov 1999 18:16:14 -0600
694 Message-Id: <4.2.2.19991109173839.00d12630@mmtnt11.metamor.com>
695 Branch: cfgperl
696 ! configure.com vms/descrip_mms.template vms/subconfigure.com
697 ! vms/vms.c vms/vmsish.h
698____________________________________________________________________________
699[ 4563] By: jhi on 1999/11/13 17:18:41
700 Log: Regen Unicode tables to include a warning:
701 Thou Shalt Not Edit Them By Hand; add missing
702 (Unicode 2.0 -introduced) tables to MANIFEST;
703 convert the equivalence tables to be valid Perl code.
704 Branch: cfgperl
705 + lib/unicode/Eq/Latin1.pl lib/unicode/Eq/Unicode.pl
706 + lib/unicode/In/BopomofoExtended.pl
707 + lib/unicode/In/BraillePatterns.pl
708 + lib/unicode/In/CJKRadicalsSupplement.pl
709 + lib/unicode/In/CJKUnifiedIdeographsExtensionA.pl
710 + lib/unicode/In/Cherokee.pl
711 + lib/unicode/In/IdeographicDescriptionCharacters.pl
712 + lib/unicode/In/KangxiRadicals.pl lib/unicode/In/Khmer.pl
713 + lib/unicode/In/Mongolian.pl lib/unicode/In/Myanmar.pl
714 + lib/unicode/In/Ogham.pl lib/unicode/In/Runic.pl
715 + lib/unicode/In/Sinhala.pl lib/unicode/In/Syriac.pl
716 + lib/unicode/In/Thaana.pl
717 + lib/unicode/In/UnifiedCanadianAboriginalSyllabics.pl
718 + lib/unicode/In/YiRadicals.pl lib/unicode/In/YiSyllables.pl
719 - lib/unicode/Eq/Latin1 lib/unicode/Eq/Unicode
720 ! (edit 169 files)
721____________________________________________________________________________
722[ 4562] By: jhi on 1999/11/13 16:53:00
723 Log: From: Peter Prymmer <pvhp@forte.com>
724 To: gsar@activestate.com, perl-mvs@perl.org, perlbug@perl.com
725 Subject: [PATCH: 5.005_62]was Re: [ID 19991102.003] perl on os390
726 Date: Wed, 10 Nov 1999 14:34:36 -0800 (PST)
727 Message-Id: <199911102234.OAA01018@brio.forte.com>
728 Branch: cfgperl
729 ! t/lib/dumper.t t/op/pack.t t/op/regexp.t t/pragma/locale.t
730 ! t/pragma/overload.t
731____________________________________________________________________________
732[ 4561] By: jhi on 1999/11/13 16:29:37
733 Log: $Config{myarchname} is not a good architecture identifier
734 because it may contain host/node identification like
735 CPU serial numbers.
736 Branch: cfgperl
737 ! ext/Errno/Errno_pm.PL
738____________________________________________________________________________
739[ 4560] By: jhi on 1999/11/13 16:26:13
740 Log: Continue largefileness separation from quadness;
741 move nv-preserving test out of perl.h into Configure;
742 use HAS_SETVBUF in IO.
743 Branch: cfgperl
744 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
745 ! config_h.SH ext/IO/IO.xs hints/solaris_2.sh perl.h pp_sys.c
746 Branch: metaconfig
747 ! U/a_dvisory/quadtype.U
748 Branch: metaconfig/U/perl
749 + nvpresuv.U
750 ! d_fseeko.U d_ftello.U io64.U perlxv.U
751____________________________________________________________________________
752[ 4559] By: jhi on 1999/11/13 13:46:38
753 Log: Try to fix largefileness so that it "works" without a quad IV.
754 Branch: cfgperl
755 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
756 ! config_h.SH perl.h pp_sys.c t/lib/syslfs.t t/op/lfs.t
757 Branch: metaconfig
758 ! U/a_dvisory/quadtype.U U/typedefs/lseektype.U
759 Branch: metaconfig/U/perl
760 ! io64.U
761____________________________________________________________________________
762[ 4558] By: jhi on 1999/11/13 11:36:19
763 Log: Undo drift from mainline.
764 Branch: cfgperl
765 ! regcomp.c util.c utils/h2xs.PL
766____________________________________________________________________________
767[ 4557] By: gsar on 1999/11/13 10:54:46
768 Log: typo
769 Branch: perl
770 ! util.c
771____________________________________________________________________________
772[ 4556] By: gsar on 1999/11/13 10:53:41
773 Log: integrate cfgperl contents (op.[ch] needed manual resolve)
774 Branch: perl
775 +> epoc/Config.pm epoc/autosplit.pl epoc/createpkg.pl
776 +> epoc/epoc_stubs.c
777 !> (integrate 48 files)
778____________________________________________________________________________
779[ 4555] By: jhi on 1999/11/13 10:05:54
780 Log: Integrate with Sarathy.
781 Branch: cfgperl
782 !> dump.c ext/Devel/DProf/DProf.xs gv.c mg.c op.c perl.c pp.c
783 !> sv.c warnings.h warnings.pl win32/Makefile win32/perllib.c
784____________________________________________________________________________
785[ 4554] By: jhi on 1999/11/13 10:03:07
786 Log: s/_SIGN$/_sign/g;
787 Branch: metaconfig
788 ! U/typedefs/gidsign.U U/typedefs/pidsign.U U/typedefs/uidsign.U
789____________________________________________________________________________
790[ 4553] By: gsar on 1999/11/13 02:17:53
791 Log: cloned interpreters now actually run and pass all but 55/10386
792 subtests; various subtle bugs, new and old, observed when running
793 cloned interpreters have been fixed
794
795 still to do:
796 | * dup psig_ptr table
797 | * merge PADOP GVs support with "our" SVs (existing PADOPs are too
798 | simple-minded and grab one pad entry each, heavily bloating
799 | the pad by not avoiding dups)
800 | * overloaded constants are not really immutable--they need to
801 | be PADOPs
802 | * allocator for constants and OPs need to be spelled differently
803 | (shared vs interpreter-local allocations)
804 | * optree refcounting is still missing locking (macros are in place)
805 | * curstackinfo, {mark,scope,save,ret}stack need to be cloned so
806 | perl_clone() can be called from within runops*()
807 Branch: perl
808 ! dump.c ext/Devel/DProf/DProf.xs gv.c mg.c op.c perl.c pp.c
809 ! sv.c warnings.h warnings.pl win32/Makefile win32/perllib.c
810____________________________________________________________________________
811[ 4552] By: jhi on 1999/11/11 23:17:43
812 Log: Turn on largefileness always if available and
813 continue 64-bit fixes.
814 Branch: cfgperl
815 ! Configure config_h.SH handy.h hints/aix.sh hints/dec_osf.sh
816 ! hints/hpux.sh hints/irix_6.sh hints/solaris_2.sh perl.h pp.c
817 ! sv.c t/lib/syslfs.t t/op/lfs.t utf8.c
818____________________________________________________________________________
819[ 4551] By: jhi on 1999/11/11 23:16:15
820 Log: Split int64type from i_inttypes, rename quadcase into quadkind.
821 Branch: metaconfig
822 ! U/a_dvisory/quadtype.U
823 Branch: metaconfig/U/perl
824 + d_int64t.U
825 ! i_inttypes.U io64.U
826____________________________________________________________________________
827[ 4550] By: jhi on 1999/11/11 20:24:55
828 Log: Fix a thinko in 4548.
829 Branch: cfgperl
830 ! pp_sys.c
831____________________________________________________________________________
832[ 4549] By: jhi on 1999/11/11 19:48:21
833 Log: Integrate with Sarathy.
834 Branch: cfgperl
835 !> (integrate 56 files)
836____________________________________________________________________________
837[ 4548] By: jhi on 1999/11/11 19:41:56
838 Log: Try to do something if st_size, st_uid, st_gid are too big for an IV;
839 regen Configure.
840 Branch: cfgperl
841 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
842 ! config_h.SH pp_sys.c
843____________________________________________________________________________
844[ 4547] By: jhi on 1999/11/11 19:40:38
845 Log: s/_SIZE$/_size/g; add sizesize and ssizesize.
846 Branch: metaconfig
847 + U/typedefs/sizesize.U U/typedefs/ssizesize.U
848 ! U/typedefs/gidsize.U U/typedefs/pidsize.U U/typedefs/uidsize.U
849____________________________________________________________________________
850[ 4546] By: gsar on 1999/11/11 10:32:54
851 Log: avoid stash pointers in optree under USE_ITHREADS
852 Branch: perl
853 ! bytecode.pl cop.h ext/B/B.xs ext/B/B/Asmdata.pm
854 ! ext/B/B/Bytecode.pm ext/B/B/C.pm ext/B/B/Debug.pm
855 ! ext/B/B/Deparse.pm ext/ByteLoader/bytecode.h
856 ! ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h
857 ! ext/Opcode/Opcode.xs gv.c op.c perl.c pp.c pp_ctl.c pp_hot.c
858 ! scope.h sv.c
859____________________________________________________________________________
860[ 4545] By: gsar on 1999/11/11 06:04:20
861 Log: another change towards a shareable optree: avoid pointer to filegv
862 in COP; revert parts of change#4485 and s/xcv_filegv/xcv_file/
863 (CvFILE() may yet come in handy somewhere); adjust compiler doodads
864 to suit
865 Branch: perl
866 ! bytecode.pl cop.h cv.h dump.c ext/B/B.pm ext/B/B.xs
867 ! ext/B/B/Asmdata.pm ext/B/B/Bytecode.pm ext/B/B/C.pm
868 ! ext/B/B/CC.pm ext/B/B/Debug.pm ext/B/B/Deparse.pm
869 ! ext/B/B/Lint.pm ext/B/B/Xref.pm ext/ByteLoader/bytecode.h
870 ! ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h
871 ! ext/Devel/Peek/Peek.pm gv.c gv.h op.c perl.c pp.c pp_ctl.c
872 ! pp_sys.c scope.c scope.h sv.c sv.h toke.c util.c util.h
873 ! win32/perllib.c
874____________________________________________________________________________
875[ 4544] By: gsar on 1999/11/10 18:19:12
876 Log: more cleanups for change#4539
877 Branch: perl
878 ! gv.h op.c op.h pp_ctl.c pp_hot.c
879____________________________________________________________________________
880[ 4543] By: gsar on 1999/11/10 01:52:22
881 Log: remove dead branch/infinite looper in change#3612
882 Branch: perl
883 ! op.c
884____________________________________________________________________________
885[ 4542] By: gsar on 1999/11/09 20:05:47
886 Log: IoDIRP may be fake when used in source filters, mark as such
887 Branch: perl
888 ! sv.c sv.h toke.c
889____________________________________________________________________________
890[ 4541] By: gsar on 1999/11/09 05:47:53
891 Log: small nits in changes#4538,4539
892 Branch: perl
893 ! op.c sv.c
894____________________________________________________________________________
895[ 4540] By: gsar on 1999/11/08 20:30:58
896 Log: win32 symbol export tweak
897 Branch: perl
898 ! makedef.pl win32/win32.c win32/win32iop.h
899____________________________________________________________________________
900[ 4539] By: gsar on 1999/11/08 18:50:40
901 Log: preliminary support for GVOP indirection via pad
902 Branch: perl
903 ! doio.c dump.c embed.h embed.pl global.sym objXSUB.h op.c op.h
904 ! opcode.pl perlapi.c pp_hot.c pp_sys.c proto.h run.c
905____________________________________________________________________________
906[ 4538] By: gsar on 1999/11/08 11:25:49
907 Log: preliminary support for perl_clone() (still needs work in
908 the following areas: SVOPs must indirect via pad; context
909 stack, scope stack, and runlevels must be cloned; must
910 hook up the virtualized pseudo-process support provided by
911 "host"; ...)
912 Branch: perl
913 ! av.h embed.h embed.pl embedvar.h global.sym hv.c hv.h
914 ! intrpvar.h makedef.pl objXSUB.h perl.h perlapi.c proto.h sv.c
915 ! win32/perllib.c win32/win32.c
916____________________________________________________________________________
917[ 4537] By: gsar on 1999/11/08 11:19:18
918 Log: more thorough cleanup in perl_destroy()
919 Branch: perl
920 ! perl.c util.c
921____________________________________________________________________________
922[ 4536] By: gsar on 1999/11/08 07:16:10
923 Log: win32 internal data must be interpreter-local
924 Branch: perl
925 ! win32/win32.c win32/win32.h win32/win32sck.c
926____________________________________________________________________________
927[ 4535] By: gsar on 1999/11/08 04:17:28
928 Log: tweak change#4502
929 Branch: perl
930 ! doio.c perl.c
931____________________________________________________________________________
932[ 4534] By: jhi on 1999/11/07 13:17:03
933 Log: Four special class subs, not three.
934 Branch: cfgperl
935 ! pod/perlmod.pod
936____________________________________________________________________________
937[ 4533] By: jhi on 1999/11/07 13:13:15
938 Log: Integrate with Sarathy.
939 Branch: cfgperl
940 !> mg.c t/io/print.t
941____________________________________________________________________________
942[ 4532] By: jhi on 1999/11/07 12:36:10
943 Log: More test program maintenance.
944 Branch: cfgperl
945 ! Configure config_h.SH
946 Branch: metaconfig
947 ! U/a_dvisory/intsize.U U/compline/alignbytes.U
948 ! U/compline/charsize.U U/compline/d_sigaction.U
949 ! U/compline/doublesize.U U/compline/floatsize.U
950 ! U/compline/nblock_io.U U/compline/ptrsize.U
951 ! U/modified/Signal.U U/typedefs/gidsize.U U/typedefs/pidsize.U
952 ! U/typedefs/uidsize.U
953 Branch: metaconfig/U/perl
954 ! fpossize.U
955____________________________________________________________________________
956[ 4531] By: jhi on 1999/11/07 00:34:09
957 Log: Tidy up the metaconfig test programs.
958 Branch: cfgperl
959 ! Configure config_h.SH
960 Branch: metaconfig
961 ! U/a_dvisory/intsize.U U/compline/alignbytes.U
962 ! U/compline/charsize.U U/compline/doublesize.U
963 ! U/compline/nblock_io.U U/compline/ptrsize.U
964 ! U/modified/d_longlong.U U/typedefs/gidsize.U
965 ! U/typedefs/lseektype.U U/typedefs/pidsize.U
966 ! U/typedefs/uidsize.U
967 Branch: metaconfig/U/perl
968 ! fpossize.U
969____________________________________________________________________________
970[ 4530] By: jhi on 1999/11/06 23:51:34
971 Log: So many printfs, so little time.
972 Branch: cfgperl
973 ! op.c perl.c regcomp.c scope.c util.c
974____________________________________________________________________________
975[ 4529] By: jhi on 1999/11/06 23:27:35
976 Log: Replace the explicit zeros with NOOPs.
977 Branch: cfgperl
978 ! perl.h
979____________________________________________________________________________
980[ 4528] By: jhi on 1999/11/06 23:10:54
981 Log: From: jand@activestate.com (Jan Dubois)
982 To: perl5-porters@perl.org
983 Cc: Mike Blazer <blazer@mail.nevalink.ru>,
984 Mark Borgerding <mborgerding@acm.org>
985 Subject: [5.005_62 PATCH] binmode and locale support for -T and -B filetest operators
986 Date: Sat, 06 Nov 1999 22:16:43 +0100
987 Message-ID: <38279207.46448719@smtprelay.t-online.de>
988 Branch: cfgperl
989 ! op.c op.h
990____________________________________________________________________________
991[ 4527] By: jhi on 1999/11/06 20:22:14
992 Log: ...and fewer.
993 Branch: cfgperl
994 ! dump.c
995____________________________________________________________________________
996[ 4526] By: jhi on 1999/11/06 20:19:04
997 Log: ...and they are getting fewer.
998 Branch: cfgperl
999 ! dump.c op.c util.c
1000____________________________________________________________________________
1001[ 4525] By: jhi on 1999/11/06 19:59:59
1002 Log: More printf miscasts flushed out.
1003 Branch: cfgperl
1004 ! dump.c ext/B/B.xs ext/Data/Dumper/Dumper.xs regcomp.c
1005 ! regexec.c
1006____________________________________________________________________________
1007[ 4524] By: jhi on 1999/11/06 15:39:05
1008 Log: Crushing the remaining %ld guerillas.
1009 Branch: cfgperl
1010 ! ext/Devel/DProf/DProf.xs
1011____________________________________________________________________________
1012[ 4523] By: jhi on 1999/11/06 15:11:38
1013 Log: Update CPAN sites list.
1014 Branch: cfgperl
1015 ! pod/perlmodlib.pod
1016____________________________________________________________________________
1017[ 4522] By: jhi on 1999/11/05 19:50:46
1018 Log: The -n32 is normally part of $cc, not $ccflags.
1019 Branch: cfgperl
1020 ! hints/irix_6.sh
1021____________________________________________________________________________
1022[ 4521] By: gsar on 1999/11/05 04:35:30
1023 Log: allow $\ to work right when set to a string with embedded nulls
1024 Branch: perl
1025 ! mg.c t/io/print.t
1026____________________________________________________________________________
1027[ 4520] By: jhi on 1999/11/04 23:30:09
1028 Log: Integrate with Sarathy.
1029 Branch: cfgperl
1030 !> embedvar.h ext/B/B/Bytecode.pm ext/B/B/Lint.pm
1031 !> ext/B/B/Stash.pm ext/B/NOTES ext/B/O.pm ext/File/Glob/Glob.pm
1032 !> ext/File/Glob/bsd_glob.c ext/File/Glob/bsd_glob.h intrpvar.h
1033 !> keywords.h keywords.pl objXSUB.h op.c perl.c pod/perldelta.pod
1034 !> pod/perldiag.pod pod/perlfunc.pod pod/perlmod.pod
1035 !> pod/perlrun.pod pod/perlsub.pod pod/perltodo.pod toke.c
1036____________________________________________________________________________
1037[ 4519] By: jhi on 1999/11/04 23:09:25
1038 Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
1039 To: perl5-porters@perl.org (Mailing list Perl5)
1040 Subject: [PATCH 5.005_62] ref to non-lvalue method
1041 Date: Wed, 3 Nov 1999 03:52:48 -0500 (EST)
1042 Message-Id: <199911030852.DAA06563@monk.mps.ohio-state.edu>
1043 Branch: cfgperl
1044 ! op.c
1045____________________________________________________________________________
1046[ 4518] By: jhi on 1999/11/04 23:07:27
1047 Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
1048 To: perl5-porters@perl.org (Mailing list Perl5)
1049 Subject: [PATCH 5.005_62] xsubpp dependency
1050 Date: Wed, 3 Nov 1999 02:57:23 -0500 (EST)
1051 Message-Id: <199911030757.CAA06325@monk.mps.ohio-state.edu>
1052 Branch: cfgperl
1053 ! lib/ExtUtils/MM_Unix.pm
1054____________________________________________________________________________
1055[ 4517] By: jhi on 1999/11/04 23:05:59
1056 Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
1057 To: perl5-porters@perl.org (Mailing list Perl5)
1058 Subject: [PATCH 5.005_62] regexp.h
1059 Date: Wed, 3 Nov 1999 02:55:21 -0500 (EST)
1060 Message-Id: <199911030755.CAA06311@monk.mps.ohio-state.edu>
1061 Branch: cfgperl
1062 ! regexp.h
1063____________________________________________________________________________
1064[ 4516] By: gsar on 1999/11/04 18:25:45
1065 Log: change#4485 didn't do the right thing for B::Bytecode
1066 Branch: perl
1067 ! ext/B/B/Bytecode.pm
1068____________________________________________________________________________
1069[ 4515] By: gsar on 1999/11/04 17:28:29
1070 Log: implement STOP blocks and fix compiler to use them (minimally
1071 tested)
1072 Branch: perl
1073 ! embedvar.h ext/B/B/Lint.pm ext/B/B/Stash.pm ext/B/NOTES
1074 ! ext/B/O.pm intrpvar.h keywords.h keywords.pl objXSUB.h op.c
1075 ! perl.c pod/perldelta.pod pod/perldiag.pod pod/perlfunc.pod
1076 ! pod/perlmod.pod pod/perlrun.pod pod/perlsub.pod
1077 ! pod/perltodo.pod toke.c
1078____________________________________________________________________________
1079[ 4514] By: gsar on 1999/11/04 15:59:46
1080 Log: display BSD license in Glob.pm (for clause #2 conformity)
1081 Branch: perl
1082 ! ext/File/Glob/Glob.pm ext/File/Glob/bsd_glob.c
1083 ! ext/File/Glob/bsd_glob.h
1084____________________________________________________________________________
1085[ 4513] By: jhi on 1999/11/04 08:26:19
1086 Log: Integrate with Sarathy.
1087 Branch: cfgperl
1088 +> t/io/nargv.t
1089 !> (integrate 34 files)
1090____________________________________________________________________________
1091[ 4512] By: jhi on 1999/11/04 08:01:25
1092 Log: Incremental Mac integration from Matthias.
1093 Branch: cfgperl
1094 ! perl.c perl.h pp_ctl.c pp_hot.c run.c sv.c t/pod/testpchk.pl
1095 ! toke.c util.c
1096____________________________________________________________________________
1097[ 4511] By: gsar on 1999/11/04 02:53:37
1098 Log: remove VIRTUAL tag, PERL_OBJECT doesn't need it anymore
1099 Branch: perl
1100 ! dosish.h embed.pl mg.c os2/os2ish.h perl.c perl.h perly.c
1101 ! perly_c.diff pp_ctl.c proto.h regcomp.c regexec.c sv.c toke.c
1102 ! universal.c vms/perly_c.vms vms/vmsish.h win32/win32.h
1103 ! xsutils.c
1104____________________________________________________________________________
1105[ 4510] By: jhi on 1999/11/02 22:12:29
1106 Log: S_init_interp is a better place to diddle with PL_opargs
1107 than perl_construct.
1108 Branch: cfgperl
1109 ! perl.c
1110____________________________________________________________________________
1111[ 4509] By: jhi on 1999/11/02 21:30:02
1112 Log: From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
1113 To: ben@mucus.advanced.org, perl5-porters@perl.org
1114 Subject: Re: [ID 19991102.002] unpack('N', pack('N', -1)) not idempotent
1115 Date: Tue, 02 Nov 1999 21:36:00 +0000
1116 Message-Id: <E11ilay-00020o-00@taurus.cus.cam.ac.uk>
1117 Branch: cfgperl
1118 ! pod/perlfunc.pod
1119____________________________________________________________________________
1120[ 4508] By: jhi on 1999/11/02 20:46:27
1121 Log: Initial integration of the MacPerl changes form Matthias.
1122 Branch: cfgperl
1123 ! doio.c ext/DynaLoader/DynaLoader_pm.PL ext/Fcntl/Fcntl.pm
1124 ! ext/Fcntl/Fcntl.xs gv.c mg.c opcode.pl perl.c perl.h pp_ctl.c
1125 ! pp_hot.c pp_sys.c run.c sv.c toke.c util.c
1126____________________________________________________________________________
1127[ 4507] By: jhi on 1999/11/01 23:05:07
1128 Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
1129 To: lvirden@cas.org (Larry W. Virden)
1130 Cc: perl5-porters@perl.org, lvirden@cas.org
1131 Subject: Re: [ID 19991026.001] perl segmentation fault report
1132 Date: Mon, 1 Nov 1999 18:14:16 -0500 (EST)
1133 Message-Id: <199911012314.SAA22664@monk.mps.ohio-state.edu>
1134 Branch: cfgperl
1135 ! regexec.c t/op/pat.t
1136____________________________________________________________________________
1137[ 4506] By: jhi on 1999/11/01 19:56:28
1138 Log: From: Olaf Flebbe <olaf@science-computing.de>
1139 To: perl5-porters@perl.org
1140 Subject: [PATCH: 5.005_62] Patch for EPOC Support
1141 Date: Mon, 1 Nov 1999 20:46:54 +0100 (MET)
1142 Message-ID: <Pine.LNX.4.10.9911012045190.411-100000@dragon.science-computing.de>
1143 Branch: cfgperl
1144 + epoc/Config.pm epoc/autosplit.pl epoc/createpkg.pl
1145 + epoc/epoc_stubs.c
1146 ! MANIFEST README.epoc epoc/epocish.h epoc/perl.mmp
1147 ! epoc/perl.pkg
1148____________________________________________________________________________
1149[ 4505] By: gsar on 1999/11/01 17:09:44
1150 Log: macros for COP.cop_filegv access
1151 Branch: perl
1152 ! cop.h deb.c gv.c op.c perl.c pp_ctl.c pp_sys.c scope.c toke.c
1153 ! util.c
1154____________________________________________________________________________
1155[ 4504] By: gsar on 1999/11/01 17:08:28
1156 Log: enable better Win32::DomainName() by demand loading netapi32.dll
1157 (from Jan Dubois)
1158 Branch: perl
1159 ! pod/Win32.pod win32/win32.c
1160____________________________________________________________________________
1161[ 4503] By: gsar on 1999/10/31 20:56:06
1162 Log: change#4502 was missing a file
1163 Branch: perl
1164 + t/io/nargv.t
1165____________________________________________________________________________
1166[ 4502] By: gsar on 1999/10/31 20:46:02
1167 Log: make nested ARGV/$^I loops work correctly; fixes several bugs
1168 in the way ARGV state was handled in readline(); writing a
1169 subroutine to do inplace edits is now possible, provided *ARGV,
1170 *ARGVOUT, $^I and $_ are localized where needed
1171 Branch: perl
1172 ! MANIFEST doio.c embedvar.h intrpvar.h objXSUB.h perl.c
1173 ! pp_hot.c scope.c
1174____________________________________________________________________________
1175[ 4501] By: jhi on 1999/10/31 12:43:54
1176 Log: Integrate with Sarathy.
1177 Branch: cfgperl
1178 !> perl.h win32/config.bc win32/config.gc win32/config.vc
1179 !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
1180____________________________________________________________________________
1181[ 4500] By: gsar on 1999/10/31 10:01:17
1182 Log: updated windows config* files
1183 Branch: perl
1184 ! win32/config.bc win32/config.gc win32/config.vc
1185 ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
1186____________________________________________________________________________
1187[ 4499] By: gsar on 1999/10/31 09:15:17
1188 Log: integrate cfgperl contents into mainline
1189 Branch: perl
1190 !> Configure Porting/Glossary Porting/config.sh Porting/config_H
1191 !> config_h.SH perl.h
1192____________________________________________________________________________
1193[ 4498] By: gsar on 1999/10/31 09:13:41
1194 Log: remove unused struct Outrec
1195 Branch: perl
1196 ! perl.h
1197____________________________________________________________________________
1198[ 4497] By: jhi on 1999/10/30 12:41:50
1199 Log: Add HAS_QUAD ($Config{d_quad}); use it.
1200 Branch: cfgperl
1201 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
1202 ! config_h.SH perl.h
1203 Branch: metaconfig
1204 ! U/a_dvisory/quadtype.U U/compline/charsize.U U/typedefs/gidf.U
1205 ! U/typedefs/uidf.U
1206 Branch: metaconfig/U/perl
1207 ! perlxv.U
1208____________________________________________________________________________
1209[ 4496] By: gsar on 1999/10/30 00:28:32
1210 Log: integrate cfgperl contents into mainline
1211 Branch: perl
1212 !> Configure Policy_sh.SH Porting/Glossary Porting/config.sh
1213 !> Porting/config_H README.hurd config_h.SH doop.c handy.h
1214 !> hints/aix.sh hints/irix_6.sh hints/solaris_2.sh mg.c perl.c
1215 !> perl.h pp.c pp.h regexec.c sv.c taint.c
1216____________________________________________________________________________
1217[ 4495] By: jhi on 1999/10/29 23:36:19
1218 Log: Continue what #4494 started; introduce uid and gid formats.
1219 Branch: cfgperl
1220 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
1221 ! config_h.SH handy.h perl.h
1222 Branch: metaconfig
1223 + U/a_dvisory/quadtype.U U/typedefs/gidf.U U/typedefs/uidf.U
1224 - U/typedefs/quadtype.U
1225 Branch: metaconfig/U/perl
1226 ! perlxv.U
1227____________________________________________________________________________
1228[ 4494] By: jhi on 1999/10/29 22:09:01
1229 Log: Move the IV, UV, I8, U8, ..., and NV to metaconfig
1230 from perl.h and handy.h.
1231 Branch: cfgperl
1232 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
1233 ! config_h.SH handy.h perl.h
1234 Branch: metaconfig/U/perl
1235 + perlxv.U perlxvf.U
1236____________________________________________________________________________
1237[ 4493] By: jhi on 1999/10/29 22:08:06
1238 Log: Finetuning the output continues along the lines of #4490 and #4491.
1239 Branch: metaconfig
1240 ! U/modified/i_sysuio.U U/threads/d_pthreadj.U
1241 ! U/typedefs/fpostype.U
1242 Branch: metaconfig/U/perl
1243 + fpossize.U
1244 ! d_cmsghdr_s.U d_fs_data_s.U d_msghdr_s.U d_statfs3.U
1245 ! d_statfs4.U d_statfs_f_flags.U d_statfs_s.U io64.U
1246____________________________________________________________________________
1247[ 4492] By: jhi on 1999/10/29 21:14:53
1248 Log: Hurd update from Mark Kettenis.
1249 Branch: cfgperl
1250 ! README.hurd
1251____________________________________________________________________________
1252[ 4491] By: jhi on 1999/10/29 20:37:02
1253 Log: A new try at what #4490 tried to accomplish.
1254 Branch: metaconfig
1255 ! U/modified/i_sysuio.U U/threads/d_pthreadj.U
1256 Branch: metaconfig/U/perl
1257 ! d_cmsghdr_s.U d_fs_data_s.U d_msghdr_s.U d_statfs3.U
1258 ! d_statfs4.U d_statfs_f_flags.U d_statfs_s.U io64.U
1259____________________________________________________________________________
1260[ 4490] By: jhi on 1999/10/29 20:19:41
1261 Log: metaconfig nits.
1262 Branch: metaconfig
1263 ! U/modified/i_sysuio.U U/threads/d_pthreadj.U
1264 Branch: metaconfig/U/perl
1265 + d_iovec_s.U
1266 ! d_cmsghdr_s.U d_fs_data_s.U d_msghdr_s.U d_statfs3.U
1267 ! d_statfs4.U d_statfs_f_flags.U d_statfs_s.U io64.U
1268____________________________________________________________________________
1269[ 4489] By: jhi on 1999/10/29 16:08:43
1270 Log: Integrate with Sarathy.
1271 Branch: cfgperl
1272 !> (integrate 31 files)
1273____________________________________________________________________________
1274[ 4488] By: jhi on 1999/10/29 15:30:30
1275 Log: Regen Configure and Glossary.
1276 Branch: cfgperl
1277 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
1278 ! config_h.SH
1279____________________________________________________________________________
1280[ 4487] By: jhi on 1999/10/29 15:24:13
1281 Log: Remove quad logic from perl.h; regen Configure;
1282 add -DUSE_LONG_LONG to ccflags if not already there.
1283 Branch: cfgperl
1284 ! Configure config_h.SH doop.c hints/aix.sh hints/irix_6.sh
1285 ! hints/solaris_2.sh perl.h pp.c pp.h regexec.c sv.c
1286____________________________________________________________________________
1287[ 4486] By: jhi on 1999/10/29 15:22:38
1288 Log: metaconfig: moved quad logic from perl.h to Configure (quadtype.U);
1289 fixed the use*.U to define their stuff only iff not already defined
1290 (so that ccflags can have any -DUSE_* it wants);
1291 uselonglong.U added; various small nits fixed.
1292 Branch: metaconfig
1293 + U/typedefs/quadtype.U
1294 ! U/modified/d_longdbl.U U/modified/d_longlong.U
1295 ! U/modified/d_statblks.U U/modified/usenm.U
1296 ! U/threads/usethreads.U
1297 Branch: metaconfig/U/perl
1298 + uselonglong.U
1299 ! d_cmsghdr_s.U d_fs_data_s.U d_msghdr_s.U d_statfs3.U
1300 ! d_statfs4.U d_statfs_f_flags.U d_statfs_s.U i_inttypes.U
1301 ! quadfio.U use64bits.U uselfs.U uselongdbl.U usemorebits.U
1302 ! usemultiplicity.U useperlio.U usesocks.U
1303____________________________________________________________________________
1304[ 4485] By: gsar on 1999/10/29 06:08:50
1305 Log: more cleanup: avoid unused knowledge of "file GV" notion in CV and GV
1306 Branch: perl
1307 ! bytecode.pl cv.h dump.c ext/B/B.pm ext/B/B.xs
1308 ! ext/B/B/Asmdata.pm ext/B/B/Bytecode.pm ext/B/B/C.pm
1309 ! ext/B/B/Debug.pm ext/B/B/Xref.pm ext/ByteLoader/byterun.c
1310 ! ext/ByteLoader/byterun.h ext/Devel/Peek/Peek.pm gv.c gv.h op.c
1311 ! sv.h
1312____________________________________________________________________________
1313[ 4484] By: gsar on 1999/10/29 03:00:21
1314 Log: usurp GVOP slot for new PADOP (one small step to making optree
1315 shareable across interpreters)
1316 Branch: perl
1317 ! bytecode.pl doio.c dump.c ext/B/B.pm ext/B/B.xs
1318 ! ext/B/B/Asmdata.pm ext/B/B/Bytecode.pm ext/B/B/C.pm
1319 ! ext/B/B/Debug.pm ext/B/B/Deparse.pm ext/B/B/Lint.pm
1320 ! ext/B/B/Terse.pm ext/B/typemap ext/ByteLoader/byterun.c
1321 ! ext/ByteLoader/byterun.h op.c op.h opcode.h opcode.pl perl.h
1322 ! pp_hot.c pp_sys.c regexec.c run.c
1323____________________________________________________________________________
1324[ 4483] By: jhi on 1999/10/28 22:01:12
1325 Log: Regen Configure.
1326 Branch: cfgperl
1327 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
1328 ! config_h.SH
1329____________________________________________________________________________
1330[ 4482] By: jhi on 1999/10/28 21:45:26
1331 Log: Installdirs patches from Andy.
1332 Branch: metaconfig
1333 ! U/installdirs/sitearch.U U/installdirs/sitebin.U
1334 ! U/installdirs/sitehtml1dir.U U/installdirs/sitehtml3dir.U
1335 ! U/installdirs/sitelib.U U/installdirs/siteman1dir.U
1336 ! U/installdirs/siteman3dir.U U/installdirs/siteprefix.U
1337 ! U/installdirs/sitescriptdir.U U/installdirs/vendorarch.U
1338 ! U/installdirs/vendorbin.U U/installdirs/vendorhtml1dir.U
1339 ! U/installdirs/vendorhtml3dir.U U/installdirs/vendorlib.U
1340 ! U/installdirs/vendorman1dir.U U/installdirs/vendorman3dir.U
1341 ! U/installdirs/vendorprefix.U U/installdirs/vendorscriptdir.U
1342____________________________________________________________________________
1343[ 4481] By: gsar on 1999/10/28 17:33:49
1344 Log: remove C<use Time::Local 'no_range_check'> misfeature (global
1345 can still be directly set)
1346 Branch: perl
1347 ! lib/Time/Local.pm
1348____________________________________________________________________________
1349[ 4480] By: jhi on 1999/10/28 13:49:26
1350 Log: Fix printing of uids and gids; regen Configure.
1351 Branch: cfgperl
1352 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
1353 ! config_h.SH mg.c perl.c perl.h taint.c
1354____________________________________________________________________________
1355[ 4479] By: jhi on 1999/10/28 11:53:57
1356 Log: Fix typo.
1357 Branch: metaconfig
1358 ! U/typedefs/gidsize.U
1359____________________________________________________________________________
1360[ 4478] By: jhi on 1999/10/28 06:50:02
1361 Log: Integrate with Sarathy.
1362 Branch: cfgperl
1363 !> Changes iperlsys.h makedef.pl patchlevel.h perl.h
1364 !> win32/Makefile win32/config.bc win32/config.gc win32/config.vc
1365 !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
1366 !> win32/config_sh.PL win32/makefile.mk win32/win32.h
1367____________________________________________________________________________
1368[ 4477] By: jhi on 1999/10/28 06:40:54
1369 Log: (Slightly) better comments for Policy_sh.SH from Andy.
1370 Branch: cfgperl
1371 ! Policy_sh.SH
1372____________________________________________________________________________
1373[ 4476] By: gsar on 1999/10/27 23:54:36
1374 Log: regen config* stuff for windows
1375 Branch: perl
1376 ! Changes patchlevel.h win32/Makefile win32/config.bc
1377 ! win32/config.gc win32/config.vc win32/config_H.bc
1378 ! win32/config_H.gc win32/config_H.vc win32/config_sh.PL
1379 ! win32/makefile.mk
1380____________________________________________________________________________
52b0428e
GS
1381[ 4475] By: gsar on 1999/10/27 21:32:30
1382 Log: integrate cfgperl contents into mainline; merge conflicts
1383 Branch: perl
1384 !> (integrate 46 files)
1385____________________________________________________________________________
1386[ 4474] By: gsar on 1999/10/27 21:15:07
1387 Log: patch up egcs-1.1.2-mingw32 build (builds a working miniperl, but not
1388 perl; stdout/stderr redirects seem broken as well)
1389 Branch: perl
1390 ! iperlsys.h makedef.pl perl.h win32/makefile.mk win32/win32.h
1391____________________________________________________________________________
1392[ 4473] By: jhi on 1999/10/27 21:11:11
1393 Log: Do not block if no message queues available.
1394 Branch: cfgperl
1395 ! t/lib/ipc_sysv.t
1396____________________________________________________________________________
1397[ 4472] By: jhi on 1999/10/27 18:27:40
1398 Log: Remove unused "squatter" symbols; regen Configure.
1399 Branch: cfgperl
1400 ! Configure Makefile.SH Porting/Glossary Porting/config.sh
1401 ! Porting/config_H config_h.SH epoc/config.h iperlsys.h perl.h
1402 ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
1403____________________________________________________________________________
1404[ 4471] By: jhi on 1999/10/27 18:26:55
1405 Log: metaconfig; split socket; fix output.
1406 Branch: metaconfig
1407 ! U/modified/d_socket.U U/modified/d_statblks.U
1408 Branch: metaconfig/U/perl
1409 + d_cmsghdr_s.U d_msghdr_s.U d_recvmsg.U d_sendmsg.U
1410 ! i_sysstatfs.U i_sysvfs.U
1411____________________________________________________________________________
1412[ 4470] By: jhi on 1999/10/27 17:19:06
1413 Log: Regen Configure.
1414 Branch: cfgperl
1415 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
1416 ! config_h.SH perl.c perl.h
1417____________________________________________________________________________
1418[ 4469] By: jhi on 1999/10/27 17:18:41
1419 Log: metaconfig; split statfs.
1420 Branch: metaconfig/U/perl
1421 + d_fs_data_s.U d_statfs_f_flags.U d_statfs_s.U
1422 ! d_statfs.U
1423____________________________________________________________________________
1424[ 4468] By: jhi on 1999/10/27 14:06:44
1425 Log: Integrate with Sarathy; manual resolve on regcomp.c conflicts
1426 (Ilya's changes won).
1427 Branch: cfgperl
1428 +> os2/OS2/REXX/DLL/Changes os2/OS2/REXX/DLL/DLL.pm
1429 +> os2/OS2/REXX/DLL/DLL.xs os2/OS2/REXX/DLL/MANIFEST
1430 +> os2/OS2/REXX/DLL/Makefile.PL os2/OS2/REXX/t/rx_emxrv.t
1431 !> (integrate 65 files)
1432____________________________________________________________________________
1433[ 4467] By: jhi on 1999/10/27 13:38:41
1434 Log: Regen Configure.
1435 Branch: cfgperl
1436 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
1437 ! config_h.SH
1438____________________________________________________________________________
1439[ 4466] By: jhi on 1999/10/27 13:18:06
1440 Log: metaconfig fixes from Andy.
1441 Branch: metaconfig
1442 + U/modified/libnlist.U U/modified/usrinc.U
1443 ! U/Glossary.patch U/mkglossary U/modified/libpth.U
1444____________________________________________________________________________
1445[ 4465] By: jhi on 1999/10/27 13:06:27
1446 Log: Nosuid checking for statfs() people.
1447 Branch: cfgperl
1448 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
1449 ! config_h.SH perl.c perl.h pod/perldiag.pod
1450____________________________________________________________________________
1451[ 4464] By: jhi on 1999/10/27 13:04:20
1452 Log: metaconfig maintenance; fix Hasfield, statfs;
1453 add Hasstruct, statfs3, statfs4, ustat, sysvfs;
1454 split fstatfs away from statfs.
1455 Branch: metaconfig
1456 + U/protos/Hasstruct.U
1457 ! U/protos/Hasfield.U
1458 Branch: metaconfig/U/perl
1459 + d_fstatfs.U d_statfs3.U d_statfs4.U d_ustat.U i_sysvfs.U
1460 + i_ustat.U
1461 ! d_statfs.U
1462____________________________________________________________________________
1463[ 4463] By: jhi on 1999/10/27 07:55:53
1464 Log: We need cc to be able to test for cc -v.
1465 Branch: cfgperl
1466 ! hints/dec_osf.sh
1467____________________________________________________________________________
1468[ 4462] By: gsar on 1999/10/27 01:31:41
1469 Log: more GCC v2.95 induced adjustments
1470 Branch: perl
1471 ! globals.c mg.c opcode.h opcode.pl perl.h sv.c
1472 ! win32/makefile.mk win32/win32.c x2p/walk.c
1473____________________________________________________________________________
1474[ 4461] By: gsar on 1999/10/26 21:42:59
1475 Log: warnings and const violations identified by compiling in C++ mode
1476 with GCC v2.95
1477 Branch: perl
1478 ! doio.c embed.pl mg.c op.c perl.c perlapi.c proto.h regcomp.c
1479 ! sv.c taint.c toke.c win32/win32.c
1480____________________________________________________________________________
1481[ 4459] By: jhi on 1999/10/26 10:15:58
1482 Log: Regen Configure.
1483 Branch: cfgperl
1484 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
1485 ! config_h.SH
1486____________________________________________________________________________
1487[ 4458] By: jhi on 1999/10/26 09:48:37
1488 Log: Minor rewordings.
1489 Branch: metaconfig/U/perl
1490 ! d_getmnt.U d_getmntent.U d_statfs.U d_statvfs.U
1491____________________________________________________________________________
1492[ 4456] By: jhi on 1999/10/26 09:11:49
1493 Log: Fix d_statfsflags; add d_getmnt.
1494 Branch: metaconfig/U/perl
1495 + d_getmnt.U
1496 ! d_statfs.U
1497____________________________________________________________________________
1498[ 4455] By: jhi on 1999/10/26 08:12:27
1499 Log: Massive multitypo in #4446.
1500 Branch: cfgperl
1501 ! hints/dec_osf.sh
1502____________________________________________________________________________
1503[ 4454] By: jhi on 1999/10/25 08:28:45
1504 Log: From: Laszlo Molnar <laszlo.molnar@eth.ericsson.se>
1505 To: Perl 5 Porters <perl5-porters@perl.org>
1506 Subject: [PATCH 5.005_62] dos-djgpp update
1507 Date: Mon, 25 Oct 1999 10:11:30 +0200
1508 Message-ID: <19991025101130.K459@crater.eth.ericsson.se>
1509 Branch: cfgperl
1510 ! djgpp/config.over djgpp/configure.bat djgpp/djgppsed.sh
1511 ! pod/perldelta.pod t/lib/io_unix.t
1512____________________________________________________________________________
1513[ 4453] By: jhi on 1999/10/25 08:25:50
1514 Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
1515 To: perl5-porters@perl.org (Mailing list Perl5)
1516 Subject: [PATCH 5.005_62] Remove the last regnode<==>char*
1517 Date: Mon, 25 Oct 1999 03:06:21 -0400 (EDT)
1518 Message-Id: <199910250706.DAA16825@monk.mps.ohio-state.edu>
1519 Branch: cfgperl
1520 ! embed.h embed.pl proto.h regcomp.c regcomp.h regexec.c
1521____________________________________________________________________________
1522[ 4452] By: jhi on 1999/10/25 08:16:55
1523 Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
1524 To: perl5-porters@perl.org (Mailing list Perl5)
1525 Subject: [PATCH 5.005_62] Missing REx engine patch
1526 Date: Sun, 24 Oct 1999 23:47:45 -0400 (EDT)
1527 Message-Id: <199910250347.XAA16094@monk.mps.ohio-state.edu>
1528 Branch: cfgperl
1529 ! pod/perldiag.pod regcomp.c regexec.c
1530____________________________________________________________________________
1531[ 4451] By: jhi on 1999/10/25 08:13:06
1532 Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
1533 To: perl5-porters@perl.org (Mailing list Perl5)
1534 Subject: [PATCH 5.005_62] charnames and UTEST
1535 Date: Sun, 24 Oct 1999 23:39:49 -0400 (EDT)
1536 Message-Id: <199910250339.XAA16058@monk.mps.ohio-state.edu>
1537 Branch: cfgperl
1538 ! t/lib/charnames.t
1539____________________________________________________________________________
1540[ 4450] By: gsar on 1999/10/25 07:38:15
1541 Log: win32 tweak
1542 Branch: perl
1543 ! win32/perllib.c
1544____________________________________________________________________________
1545[ 4449] By: gsar on 1999/10/24 23:20:10
1546 Log: remove inconsistent tainting behavior of sprintf("%e",...)
1547 (all bets are off is "C" locale is compromised)
1548 Branch: perl
1549 ! pod/perlfunc.pod pod/perllocale.pod sv.c
1550____________________________________________________________________________
1551[ 4448] By: gsar on 1999/10/24 22:20:42
1552 Log: remove unused interpreter globals
1553 Branch: perl
1554 ! deb.c dump.c embed.h embed.pl embedvar.h ext/POSIX/POSIX.xs
1555 ! global.sym gv.c gv.h intrpvar.h objXSUB.h perl.c perlapi.c
1556 ! proto.h toke.c
1557____________________________________________________________________________
1558[ 4447] By: jhi on 1999/10/24 21:49:52
1559 Log: Another hints tweak.
1560 Branch: cfgperl
1561 ! hints/aix.sh
1562____________________________________________________________________________
1563[ 4446] By: jhi on 1999/10/24 21:48:02
1564 Log: Hints tweak.
1565 Branch: cfgperl
1566 ! hints/dec_osf.sh
1567____________________________________________________________________________
1568[ 4445] By: nick on 1999/10/24 21:03:28
1569 Log: Integrate own changes to mainline.
1570 Branch: utfperl
1571 !> installperl pp.c
1572____________________________________________________________________________
1573[ 4444] By: nick on 1999/10/24 20:54:06
1574 Log: Avoid creating GV with NULL name when vivifying nameless scalars.
1575 (Fix/workround for [ID19991024.001])
1576 Branch: perl
1577 ! pp.c
1578____________________________________________________________________________
1579[ 4443] By: nick on 1999/10/24 15:09:51
1580 Log: Follow that camel ... another sync.
1581 Branch: utfperl
1582 +> os2/OS2/REXX/DLL/Changes os2/OS2/REXX/DLL/DLL.pm
1583 +> os2/OS2/REXX/DLL/DLL.xs os2/OS2/REXX/DLL/MANIFEST
1584 +> os2/OS2/REXX/DLL/Makefile.PL os2/OS2/REXX/t/rx_emxrv.t
1585 !> (integrate 36 files)
1586____________________________________________________________________________
1587[ 4442] By: gsar on 1999/10/24 14:40:01
1588 Log: typo in installperl (from Paul Moore <gustav@morpheus.demon.co.uk>)
1589 Branch: perl
1590 ! installperl
1591____________________________________________________________________________
1592[ 4441] By: gsar on 1999/10/24 14:33:11
1593 Log: test in change#4428 needs strict interpretation of C modulus
1594 Branch: perl
1595 ! t/op/int.t
1596____________________________________________________________________________
1597[ 4440] By: gsar on 1999/10/24 13:47:17
1598 Log: don't allow SIGCHLD to be ignored at startup, or wait*() and
1599 $? break
1600 Branch: perl
1601 ! perl.c pod/perldelta.pod pod/perldiag.pod
1602____________________________________________________________________________
1603[ 4439] By: jhi on 1999/10/24 13:19:17
1604 Log: test for #2835 (yeah, better later than never)
1605 Branch: cfgperl
1606 ! t/op/array.t
1607____________________________________________________________________________
1608[ 4438] By: gsar on 1999/10/24 12:59:12
1609 Log: typo, doc tweak
1610 Branch: perl
1611 ! lib/attributes.pm pod/perlop.pod
1612____________________________________________________________________________
1613[ 4437] By: gsar on 1999/10/24 11:59:55
1614 Log: allow get() and reftype() functions to be imported (from
1615 Spider Boardman)
1616 Branch: perl
1617 ! lib/attributes.pm
1618____________________________________________________________________________
1619[ 4436] By: gsar on 1999/10/24 11:52:53
1620 Log: suppress scalar leak messages for known leaks (from
1621 Robin Barker <rmb1@cise.npl.co.uk>)
1622 Branch: perl
1623 ! Changes t/op/lex_assign.t t/pragma/warn/op
1624____________________________________________________________________________
98f7afd0
GS
1625[ 4435] By: gsar on 1999/10/24 11:39:42
1626 Log: VMS tweak (suggested by Craig A. Berry <craig.berry@metamor.com>)
1627 Branch: perl
1628 ! ext/B/defsubs_h.PL
1629____________________________________________________________________________
1630[ 4434] By: gsar on 1999/10/24 11:36:08
1631 Log: relax range checking if they ask for it (from John L. Allen
1632 <allen@grumman.com>)
1633 Branch: perl
1634 ! lib/Time/Local.pm
1635____________________________________________________________________________
1636[ 4433] By: gsar on 1999/10/24 11:25:51
1637 Log: README nits pointed out by Chris Nandor <pudge@pobox.com>
1638 Branch: perl
1639 ! README lib/File/Path.pm
1640____________________________________________________________________________
1641[ 4432] By: gsar on 1999/10/24 11:11:02
1642 Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
1643 Date: Sun, 24 Oct 1999 03:24:28 -0400 (EDT)
1644 Message-Id: <199910240724.DAA12230@monk.mps.ohio-state.edu>
1645 Subject: Re: [PATCH 5.005_62] OS/2 improvements
1646 Branch: perl
1647 + os2/OS2/REXX/DLL/Changes os2/OS2/REXX/DLL/DLL.pm
1648 + os2/OS2/REXX/DLL/DLL.xs os2/OS2/REXX/DLL/MANIFEST
1649 + os2/OS2/REXX/DLL/Makefile.PL os2/OS2/REXX/t/rx_emxrv.t
1650 ! MANIFEST hints/os2.sh mg.c miniperlmain.c os2/Changes
1651 ! os2/OS2/REXX/Changes os2/OS2/REXX/Makefile.PL
1652 ! os2/OS2/REXX/REXX.pm os2/OS2/REXX/REXX.xs
1653 ! os2/OS2/REXX/t/rx_dllld.t os2/OS2/REXX/t/rx_objcall.t
1654 ! os2/OS2/REXX/t/rx_tievar.t os2/OS2/REXX/t/rx_tieydb.t
1655 ! os2/OS2/REXX/t/rx_vrexx.t os2/dl_os2.c os2/os2.c os2/os2ish.h
1656 ! perl.c perl.h t/io/fs.t t/op/magic.t
1657____________________________________________________________________________
1658[ 4431] By: gsar on 1999/10/24 10:50:14
1659 Log: install all README.foo with pod content as podfoo.pod
1660 Branch: perl
1661 ! Makefile.SH installman
1662____________________________________________________________________________
1663[ 4430] By: gsar on 1999/10/24 09:28:24
1664 Log: @INC needs ../lib
1665 Branch: perl
1666 ! t/op/int.t
1667____________________________________________________________________________
1668[ 4429] By: jhi on 1999/10/23 21:47:49
1669 Log: More printf-fixes (see also #4426).
1670 Branch: cfgperl
1671 ! deb.c dump.c ext/Data/Dumper/Dumper.xs
1672 ! ext/Devel/DProf/DProf.xs malloc.c mg.c op.c perl.c pp.c
1673 ! pp_ctl.c regcomp.c regexec.c run.c scope.c sv.c util.c
1674____________________________________________________________________________
1675[ 4428] By: gsar on 1999/10/23 20:28:56
1676 Log: fix accidental C modulo semantics on integer-valued operations
1677 (e.g. caused C<length("abc") % -10> to return 3 rather than -7)
1678 Branch: perl
1679 ! op.c t/op/int.t
1680____________________________________________________________________________
1681[ 4427] By: jhi on 1999/10/23 16:10:10
1682 Log: Integrate with Sarathy.
1683 Branch: cfgperl
1684 !> sv.c win32/win32.c
1685____________________________________________________________________________
1686[ 4426] By: jhi on 1999/10/23 16:04:02
1687 Log: Fix the printfing nits pointed out by using gcc -Wall and
1688 Configure -Duse64bits -Dccflags=-DDEBUGGING in Solaris,
1689 plus few other warnings in Dumper.xs.
1690 Branch: cfgperl
1691 ! ext/Data/Dumper/Dumper.xs ext/Devel/DProf/DProf.xs
1692 ! ext/Devel/Peek/Peek.xs regcomp.c regexec.c sv.c util.c
1693____________________________________________________________________________
1694[ 4425] By: jhi on 1999/10/23 15:16:41
1695 Log: Configure regen to pick up the new installation directories
1696 from Policy_sh.SH. The explanations of "public add-ons" and
1697 "vendor-supplied" could do with more work.
1698 Branch: cfgperl
1699 ! Configure config_h.SH
1700____________________________________________________________________________
1701[ 4424] By: nick on 1999/10/23 00:46:22
1702 Log: Resolve mainline before possible hacking operertunity this weekend
1703 Branch: utfperl
1704 +> pod/perlfilter.pod
1705 !> (integrate 32 files)
1706____________________________________________________________________________
1707[ 4423] By: jhi on 1999/10/22 22:53:17
1708 Log: Update Policy_sh.SH to handle the newer installation directives.
1709 From: Andy Dougherty <doughera@lafayette.edu>
1710 To: Perl Porters <perl5-porters@perl.org>
1711 Subject: [PATCH 5.005_62] Policy_sh.SH update
1712 Date: Fri, 22 Oct 1999 16:47:34 -0400 (EDT)
1713 Message-ID: <Pine.SOL.4.10.9910221645470.15232-100000@maxwell.phys.lafayette.edu>
1714 Branch: cfgperl
1715 ! Policy_sh.SH
1716____________________________________________________________________________
1717[ 4422] By: jhi on 1999/10/22 22:44:44
1718 Log: so back to 'so', from Stephanie Beals <bealzy@us.ibm.com>
1719 Branch: cfgperl
1720 ! hints/aix.sh
1721____________________________________________________________________________
1722[ 4421] By: gsar on 1999/10/22 21:16:44
1723 Log: sv_vcatpvfn() bug: fell through to assuming intsize of 'q' for
1724 C<"%ld", long_val>
1725 Branch: perl
1726 ! sv.c
1727____________________________________________________________________________
1728[ 4420] By: gsar on 1999/10/22 16:36:46
1729 Log: win32_utime() on directories should use localtime() rather
1730 than gmtime() (from Jan Dubois)
1731 Branch: perl
1732 ! win32/win32.c
1733____________________________________________________________________________
1734[ 4419] By: jhi on 1999/10/21 10:31:41
1735 Log: Integrate with Sarathy.
1736 Branch: cfgperl
1737 !> Makefile.SH lib/CPAN/FirstTime.pm op.c opcode.h opcode.pl
1738 !> t/lib/glob-basic.t t/op/sort.t
1739____________________________________________________________________________
1740[ 4418] By: gsar on 1999/10/20 23:49:47
1741 Log: add test for change#4417
1742 Branch: perl
1743 ! t/op/sort.t
1744____________________________________________________________________________
1745[ 4417] By: gsar on 1999/10/20 23:45:03
1746 Log: avoid coredump on C<sort { my $c; return $a cmp $b } ...>
1747 Branch: perl
1748 ! op.c
1749____________________________________________________________________________
1750[ 4416] By: gsar on 1999/10/20 01:00:50
1751 Log: fix prototype mismatch (from Hans Mulder <hansm@xs4all.nl>)
1752 Branch: perl
1753 ! lib/CPAN/FirstTime.pm
1754____________________________________________________________________________
1755[ 4415] By: gsar on 1999/10/20 00:52:34
1756 Log: disable optimizing troublesome ops in change#3612
1757 (from Ilya Zakharevich)
1758 Branch: perl
1759 ! Makefile.SH opcode.h opcode.pl
1760____________________________________________________________________________
1761[ 4414] By: gsar on 1999/10/20 00:37:46
1762 Log: skip unreadable directory test when running as root
1763 Branch: perl
1764 ! t/lib/glob-basic.t
1765____________________________________________________________________________
1766[ 4413] By: jhi on 1999/10/19 09:26:52
1767 Log: Avoid GNU ar if HP cc is being used.
1768 Branch: cfgperl
1769 ! hints/hpux.sh
1770____________________________________________________________________________
1771[ 4412] By: jhi on 1999/10/19 07:24:29
1772 Log: Integrate with Sarathy.
1773 Branch: cfgperl
1774 !> perlvars.h
1775____________________________________________________________________________
1776[ 4411] By: jhi on 1999/10/19 07:22:34
1777 Log: Long double support: sqrtl et al are not available everywhere,
1778 e.g. not in Solaris, even when long doubles are.
1779 Branch: cfgperl
1780 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
1781 ! config_h.SH perl.h
1782____________________________________________________________________________
1783[ 4410] By: jhi on 1999/10/19 07:21:42
1784 Log: Add sqrtl probe, add echo dependencies.
1785 Branch: metaconfig
1786 ! U/threads/d_pthreadj.U
1787 Branch: metaconfig/U/perl
1788 + d_sqrtl.U
1789 ! i_inttypes.U io64.U
1790____________________________________________________________________________
1791[ 4409] By: gsar on 1999/10/19 02:18:54
1792 Log: perl_mutex n/a if !USE_THREADS
1793 Branch: perl
1794 ! perlvars.h
1795____________________________________________________________________________
1796[ 4408] By: jhi on 1999/10/18 20:13:02
1797 Log: Forgotten s/warning/warnings/.
1798 Branch: cfgperl
1799 ! Makefile.SH
1800____________________________________________________________________________
1801[ 4407] By: jhi on 1999/10/18 20:02:12
1802 Log: Integrate with Sarathy.
1803 Branch: cfgperl
1804 +> pod/perlfilter.pod
1805 !> (integrate 30 files)
1806____________________________________________________________________________
1807[ 4406] By: gsar on 1999/10/18 16:32:10
1808 Log: added intro to source filters from Paul Marquess
1809 Branch: perl
1810 + pod/perlfilter.pod
1811 ! MANIFEST pod/perldelta.pod
1812____________________________________________________________________________
1813[ 4405] By: gsar on 1999/10/18 05:53:06
1814 Log: missing manpages
1815 Branch: perl
1816 ! installman
1817____________________________________________________________________________
1818[ 4404] By: gsar on 1999/10/18 05:09:22
1819 Log: pod updates from Tom Christiansen
1820 Branch: perl
1821 ! lib/Pod/Man.pm pod/perldelta.pod pod/perlmodlib.pod
1822____________________________________________________________________________
1823[ 4403] By: gsar on 1999/10/17 23:43:59
1824 Log: PL_malloc_mutex needs to be global, not per-interpreter
1825 (malloc.c has static data)
1826 Branch: perl
1827 ! embedvar.h intrpvar.h objXSUB.h perl.c perlvars.h
1828____________________________________________________________________________
1829[ 4402] By: gsar on 1999/10/17 22:30:30
1830 Log: support PERL_IMPLICIT_SYS with MULTIPLICITY/USE_THREADS on
1831 windows
1832 Branch: perl
1833 ! XSUB.h ext/POSIX/POSIX.xs intrpvar.h makedef.pl malloc.c
1834 ! perl.c perl.h perlio.c win32/perllib.c win32/win32.c
1835 ! win32/win32.h
1836____________________________________________________________________________
1837[ 4401] By: gsar on 1999/10/17 20:33:42
1838 Log: serious bug introduced by G_VOID changes in 5.003_96: scalar
1839 eval"" did not pop stack correctly; C<$a = eval "(1,2)x1">
1840 is one symptom of the problem
1841 Branch: perl
1842 ! pp_ctl.c t/op/eval.t
1843____________________________________________________________________________
1844[ 4400] By: gsar on 1999/10/17 18:36:46
1845 Log: remove FileHandle from list of PodParser dependencies (the
1846 difference is 20 files vs 6 files loaded!)
1847 Branch: perl
1848 ! lib/Pod/Parser.pm lib/Pod/Select.pm pod/perldelta.pod
1849 ! t/pod/testcmp.pl
1850____________________________________________________________________________
1851[ 4399] By: nick on 1999/10/17 14:51:35
1852 Log: Pre-trip resolve
1853 Branch: utfperl
1854 !> installperl lib/Text/Tabs.pm perl.c pp_hot.c
1855____________________________________________________________________________
1856[ 4398] By: gsar on 1999/10/17 09:19:24
1857 Log: make installperl ignore RCS files (from Michael G Schwern
1858 <schwern@pobox.com>)
1859 Branch: perl
1860 ! installperl lib/Text/Tabs.pm
1861____________________________________________________________________________
1862[ 4397] By: gsar on 1999/10/16 18:30:14
1863 Log: another bug in change#3386 (CATCH_SET wasn't reverted correctly)
1864 Branch: perl
1865 ! perl.c
1866____________________________________________________________________________
1867[ 4396] By: jhi on 1999/10/16 17:44:39
1868 Log: Missing comma.
1869 Branch: cfgperl
1870 ! lib/diagnostics.pm
1871____________________________________________________________________________
1872[ 4395] By: gsar on 1999/10/16 17:18:36
1873 Log: assumption about @_ always being non-REAL doesn't hold when
1874 debugger is running; DB::sub() can call arbitrary stuff
1875 that modifies @_ at will
1876 Branch: perl
1877 ! pp_hot.c
1878____________________________________________________________________________
1879[ 4394] By: nick on 1999/10/16 09:35:20
1880 Log: Resolve utfperl branch against mainline as of _62
1881 Branch: utfperl
1882 +> eg/cgi/dna_small_gif.uu eg/cgi/wilogo_gif.uu
1883 +> ext/DB_File/hints/sco.pl ext/DynaLoader/hints/aix.pl
1884 +> ext/File/Glob/Changes ext/File/Glob/Glob.pm
1885 +> ext/File/Glob/Glob.xs ext/File/Glob/Makefile.PL
1886 +> ext/File/Glob/TODO ext/File/Glob/bsd_glob.c
1887 +> ext/File/Glob/bsd_glob.h ext/NDBM_File/hints/sco.pl
1888 +> pod/perlhack.pod t/lib/glob-basic.t t/lib/glob-global.t
1889 +> t/lib/glob-taint.t win32/genmk95.pl
1890 - eg/cgi/dna.small.gif.uu eg/cgi/wilogo.gif.uu
1891 !> (integrate 144 files)
1892____________________________________________________________________________
1893[ 4393] By: gsar on 1999/10/16 04:07:02
1894 Log: OS/2 support bits (from Ilya Zakharevich)
1895 Branch: perl
1896 ! hints/os2.sh makedef.pl os2/Makefile.SHs t/lib/glob-basic.t
1897____________________________________________________________________________
1898[ 4392] By: jhi on 1999/10/15 10:28:09
1899 Log: Integrate with Sarathy.
1900 Branch: cfgperl
1901 !> Changes MANIFEST Makefile.SH Porting/makerel lib/Pod/Man.pm
1902 !> lib/Pod/Parser.pm op.c pod/perldelta.pod pod/perlopentut.pod
1903 !> win32/Makefile win32/makefile.mk
52b0428e
GS
1904
1905----------------
1906Version 5.005_62
1907----------------
1908
98f7afd0
GS
1909____________________________________________________________________________
1910[ 4391] By: gsar on 1999/10/15 10:12:42
1911 Log: here be 5.005_62
1912 Branch: perl
1913 ! Changes MANIFEST Porting/makerel
1914____________________________________________________________________________
0ebdc6d5
GS
1915[ 4390] By: gsar on 1999/10/15 09:45:51
1916 Log: lvalue subs patch (change#4081) breaks C<\(Foo->Bar())>;
1917 avoid tickling it in Pod::Man for now; other nits in
1918 Pod::*
1919 Branch: perl
1920 ! lib/Pod/Man.pm lib/Pod/Parser.pm pod/perldelta.pod
1921 ! pod/perlopentut.pod
1922____________________________________________________________________________
1923[ 4389] By: gsar on 1999/10/15 08:55:01
1924 Log: disable internal globbing for miniperl (or build breaks out
1925 in a rash of failed dependencies)
1926 Branch: perl
1927 ! Makefile.SH op.c win32/Makefile win32/makefile.mk
1928____________________________________________________________________________
1929[ 4388] By: jhi on 1999/10/15 08:07:49
1930 Log: Integrate with Sarathy.
1931 Branch: cfgperl
1932 !> Changes ext/POSIX/POSIX.xs lib/Benchmark.pm pod/perldelta.pod
1933 !> pod/perlfaq2.pod win32/include/dirent.h win32/win32.c
1934____________________________________________________________________________
1935[ 4387] By: gsar on 1999/10/15 07:46:24
1936 Log: integrate cfgperl contents into mainline
1937 Branch: perl
1938 ! Changes
1939 !> pod/perldelta.pod pod/perldiag.pod regcomp.c
1940 !> t/pragma/warn/regcomp
1941____________________________________________________________________________
45447e0d
GS
1942[ 4386] By: gsar on 1999/10/15 05:45:36
1943 Log: various little goofs in change#4385
1944 Branch: perl
1945 ! win32/include/dirent.h win32/win32.c
1946____________________________________________________________________________
1947[ 4385] By: gsar on 1999/10/15 04:49:09
1948 Log: win32_*dir() cleanup; win32_readdir() iterates as necessary
1949 rather than win32_opendir() reading all files up front (untested)
1950 Branch: perl
1951 ! win32/include/dirent.h win32/win32.c
1952____________________________________________________________________________
1953[ 4384] By: gsar on 1999/10/15 01:34:09
1954 Log: Benchmark notes (from Barrie Slaymaker <barries@slaysys.com>)
1955 Branch: perl
1956 ! lib/Benchmark.pm pod/perldelta.pod
1957____________________________________________________________________________
1958[ 4383] By: gsar on 1999/10/15 01:22:32
1959 Log: include info about Perl Mongers in perlfaq2 (from David H. Adler
1960 <dha@panix.com>)
1961 Branch: perl
1962 ! pod/perlfaq2.pod
1963____________________________________________________________________________
1964[ 4382] By: gsar on 1999/10/15 01:14:22
1965 Log: From: jand@ActiveState.com (Jan Dubois)
1966 Date: Fri, 15 Oct 1999 01:14:23 +0200
1967 Message-ID: <380f61ae.18202914@smtprelay.t-online.de>
1968 Subject: [PATCH 5.005_61] Prevent "Out of memory" error in POSIX's strftime()
1969 Branch: perl
1970 ! ext/POSIX/POSIX.xs
1971____________________________________________________________________________
1972[ 4381] By: jhi on 1999/10/14 22:11:36
1973 Log: Integrate with Sarathy.
1974 Branch: cfgperl
1975 !> XSUB.h cop.h embed.h embed.pl ext/File/Glob/bsd_glob.c
1976 !> lib/Time/Local.pm perl.c perlapi.c pod/perlop.pod pp_ctl.c
1977 !> proto.h scope.c scope.h t/op/runlevel.t util.c win32/Makefile
1978 !> win32/makefile.mk
1979____________________________________________________________________________
1980[ 4380] By: jhi on 1999/10/14 22:08:22
1981 Log: Warn inside character classes about unknown backslash escapes
1982 (that are not caught earlier because of being completely unknown,
1983 such as \m), such as \z (because they make do sense inside regexen,
1984 but not inside character classes).
1985 Branch: cfgperl
1986 ! pod/perldelta.pod pod/perldiag.pod regcomp.c
1987 ! t/pragma/warn/regcomp
1988____________________________________________________________________________
1989[ 4379] By: gsar on 1999/10/14 18:26:56
1990 Log: clarify significance of parens for "x" (from M.J.T. Guy
1991 <mjtg@cus.cam.ac.uk>)
1992 Branch: perl
1993 ! pod/perlop.pod
1994____________________________________________________________________________
1995[ 4378] By: gsar on 1999/10/14 18:25:20
1996 Log: make timelocal work better when time is close to the epoch
1997 east of GMT (from Keiki SATOH <kki@wakusei.ne.jp>)
1998 Branch: perl
1999 ! lib/Time/Local.pm
2000____________________________________________________________________________
2001[ 4377] By: gsar on 1999/10/14 18:15:11
2002 Log: integrate cfgperl contents into mainline
2003 Branch: perl
2004 +> ext/DB_File/hints/sco.pl
2005 !> MANIFEST hints/aix.sh hints/linux.sh hints/svr5.sh
2006 !> pod/perldelta.pod pod/perldiag.pod pod/perlop.pod
2007 !> pod/perlre.pod regcomp.c t/op/re_tests t/pragma/warn/regcomp
2008____________________________________________________________________________
2009[ 4376] By: gsar on 1999/10/14 17:47:35
2010 Log: fix POPSTACK panics that ensued from bad interaction between
2011 runlevels and stack of stacks (change#3988 done right);
2012 basically, we pop the runlevel if the stacklevel is not the
2013 same one we started the runlevel with
2014 Branch: perl
2015 ! cop.h perl.c pp_ctl.c t/op/runlevel.t util.c
2016____________________________________________________________________________
2017[ 4375] By: gsar on 1999/10/14 15:54:48
2018 Log: avoid warnings
2019 Branch: perl
2020 ! ext/File/Glob/bsd_glob.c
2021____________________________________________________________________________
2022[ 4374] By: jhi on 1999/10/14 10:08:44
2023 Log: Warn about false ranges like \d-\w (see the change #4355).
2024 The invalid ranges (b-a) warning message also enhanced.
2025 Branch: cfgperl
2026 ! pod/perldelta.pod pod/perldiag.pod regcomp.c t/op/re_tests
2027 ! t/pragma/warn/regcomp
2028____________________________________________________________________________
2029[ 4373] By: gsar on 1999/10/14 03:49:54
2030 Log: File::Glob fixes for Windows
2031 Branch: perl
2032 ! XSUB.h ext/File/Glob/bsd_glob.c win32/Makefile
2033 ! win32/makefile.mk
2034____________________________________________________________________________
2035[ 4372] By: gsar on 1999/10/14 02:21:31
2036 Log: avoid inefficiency in change#3386 (every longjmp() was followed
2037 by an avoidable call to setjmp())
2038 Branch: perl
2039 ! embed.h embed.pl perl.c perlapi.c pod/perldelta.pod pp_ctl.c
2040 ! proto.h scope.c scope.h
2041____________________________________________________________________________
2042[ 4371] By: jhi on 1999/10/13 21:17:17
2043 Log: Integrate with Sarathy.
2044 Branch: cfgperl
2045 !> op.c pod/perldelta.pod
2046____________________________________________________________________________
2047[ 4370] By: gsar on 1999/10/13 18:08:45
2048 Log: misc tweaks
2049 Branch: perl
2050 ! op.c pod/perldelta.pod
2051____________________________________________________________________________
2052[ 4369] By: jhi on 1999/10/13 16:18:58
2053 Log: Integrate with Sarathy.
2054 Branch: cfgperl
2055 !> pod/perldelta.pod pod/perldiag.pod pod/perlfunc.pod
2056____________________________________________________________________________
2057[ 4368] By: gsar on 1999/10/13 16:14:16
2058 Log: pod nits from various perl porters
2059 Branch: perl
2060 ! pod/perldelta.pod pod/perldiag.pod pod/perlfunc.pod
2061____________________________________________________________________________
2062[ 4367] By: jhi on 1999/10/13 12:10:30
2063 Log: From: Vlad Harchev <hvv@hippo.ru>
2064 To: perl5-porters@perl.org
2065 Subject: [ID 19991013.002] fix for 'perlop.pod' shipped with perl5.00503
2066 Date: Wed, 13 Oct 1999 15:48:59 +0500 (SAMST)
2067 Message-Id: <Pine.LNX.4.10.9910131546580.3542-100000@localhost.localdomain>
2068 Branch: cfgperl
2069 ! pod/perlop.pod
2070____________________________________________________________________________
2071[ 4366] By: gsar on 1999/10/13 08:11:11
2072 Log: typos and language goofs pointed out by Hugo van der Sanden
2073 <hv@crypt.compulink.co.uk>
2074 Branch: perl
2075 ! pod/perldelta.pod pod/perldiag.pod
2076____________________________________________________________________________
2077[ 4365] By: jhi on 1999/10/13 07:27:44
2078 Log: Integrate with Sarathy.
2079 Branch: cfgperl
2080 +> ext/File/Glob/Changes ext/File/Glob/Glob.pm
2081 +> ext/File/Glob/Glob.xs ext/File/Glob/Makefile.PL
2082 +> ext/File/Glob/TODO ext/File/Glob/bsd_glob.c
2083 +> ext/File/Glob/bsd_glob.h ext/NDBM_File/hints/sco.pl
2084 +> t/lib/glob-basic.t t/lib/glob-global.t t/lib/glob-taint.t
2085 !> Changes MANIFEST README.win32 ext/ODBM_File/hints/sco.pl
2086 !> lib/perl5db.pl op.c pod/perldelta.pod pod/perlfaq8.pod
2087 !> pod/perlfunc.pod pod/perlop.pod pod/perlport.pod t/op/glob.t
2088 !> t/op/readdir.t t/op/taint.t t/pragma/overload.t util.c
2089____________________________________________________________________________
2090[ 4364] By: gsar on 1999/10/13 07:06:04
2091 Log: debugger tweak (from M.J.T. Guy <mjtg@cus.cam.ac.uk>)
2092 Branch: perl
2093 ! lib/perl5db.pl
2094____________________________________________________________________________
2095[ 4363] By: jhi on 1999/10/13 07:03:43
2096 Log: From: Mike Hopkirk (hops) <hops@scoot.pdev.sco.com>
2097 To: perl5-porters@perl.org
2098 Subject: [ID 19991012.002] Latest UnixWare7 (svr5.sh) hints file
2099 Date: Tue, 12 Oct 1999 19:48:11 -0700 (PDT)
2100 Message-Id: <199910130248.TAA14636@scoot.pdev.sco.com>
2101 Branch: cfgperl
2102 ! hints/svr5.sh
2103____________________________________________________________________________
2104[ 4362] By: jhi on 1999/10/13 06:57:16
2105 Log: Add DB_File hint for SCO ODT.
2106 From: hops@sco.com
2107 To: perl5-porters@perl.org
2108 Subject: [ID 19991012.004] Build patch for perl5.005_03 on ODT3 ( 3.2v4.2)
2109 Date: Tue, 12 Oct 1999 20:16:04 PDT
2110 Message-Id: <199910122016.aa18415@charmstr.pdev.sco.com>
2111 Branch: cfgperl
2112 + ext/DB_File/hints/sco.pl
2113 ! MANIFEST
2114____________________________________________________________________________
2115[ 4361] By: gsar on 1999/10/13 06:56:08
2116 Log: PL_numeric_radix used without being defined (from Ilya
2117 Zakharevich)
2118 Branch: perl
2119 ! util.c
2120____________________________________________________________________________
2121[ 4360] By: gsar on 1999/10/13 06:43:03
2122 Log: use libdbm.nfs.a if available (libdbm.a is missing dbmclose())
2123 From: hops@sco.com
2124 Date: Tue, 12 Oct 1999 20:16:04 PDT
2125 Message-Id: <199910122016.aa18415@charmstr.pdev.sco.com>
2126 Subject: [ID 19991012.004] Build patch for perl5.005_03 on ODT3 ( 3.2v4.2)
2127 Branch: perl
2128 + ext/NDBM_File/hints/sco.pl
2129 ! MANIFEST ext/ODBM_File/hints/sco.pl
2130____________________________________________________________________________
2131[ 4359] By: gsar on 1999/10/13 06:34:53
2132 Log: various pod tweaks (from M.J.T. Guy <mjtg@cus.cam.ac.uk>)
2133 Branch: perl
2134 ! README.win32 pod/perlfaq8.pod pod/perlfunc.pod pod/perlop.pod
2135 ! pod/perlport.pod
2136____________________________________________________________________________
2137[ 4358] By: gsar on 1999/10/12 19:10:27
2138 Log: perldelta updates
2139 Branch: perl
2140 ! pod/perldelta.pod
2141____________________________________________________________________________
2142[ 4357] By: gsar on 1999/10/12 17:11:18
2143 Log: update perldelta for change#4356
2144 Branch: perl
2145 ! Changes pod/perldelta.pod
2146____________________________________________________________________________
becf2bd3
GS
2147[ 4356] By: gsar on 1999/10/12 16:53:31
2148 Log: add File::BSDGlob as File::Glob and load it at compile-time
2149 if perl was built with -DPERL_INTERNAL_GLOB
2150
2151 TODO: we currently get a compile-time failure if File/Glob.pm
2152 can't be found; such failure needs to be made to emit a warning
2153 and use the csh implementation instead
2154 Branch: perl
2155 + ext/File/Glob/Changes ext/File/Glob/Glob.pm
2156 + ext/File/Glob/Glob.xs ext/File/Glob/Makefile.PL
2157 + ext/File/Glob/TODO ext/File/Glob/bsd_glob.c
2158 + ext/File/Glob/bsd_glob.h t/lib/glob-basic.t
2159 + t/lib/glob-global.t t/lib/glob-taint.t
2160 ! MANIFEST op.c t/op/glob.t t/op/readdir.t t/op/taint.t
2161 ! t/pragma/overload.t
2162____________________________________________________________________________
2163[ 4355] By: jhi on 1999/10/12 15:30:05
2164 Log: Revert the parts of #3926 that outlawed character ranges
2165 that have character classes such as \w as either endpoint.
2166 This change re-establishes the old behavior which meant that
2167 such ranges weren't really ranges, the "-" was literal.
2168 Moreover, this change also fixes the old behavior to be
2169 more consistent: [\w-.] and [\s-\w] worked, but [.-\w] didn't.
2170 Now they all do work as described above. The #3926 outlawed
2171 all of those.
2172 Branch: cfgperl
2173 ! pod/perldiag.pod pod/perlre.pod regcomp.c t/op/re_tests
2174____________________________________________________________________________
2175[ 4354] By: jhi on 1999/10/12 09:58:59
2176 Log: Integrate with Sarathy.
2177 Branch: cfgperl
2178 !> (integrate 33 files)
2179____________________________________________________________________________
2180[ 4353] By: gsar on 1999/10/12 05:53:40
2181 Log: apply parts of LynxOS patches from Alan Johnson
2182 <johnson@alonn.gemse.fr>
2183 Branch: perl
2184 ! Changes hints/lynxos.sh pod/perldelta.pod t/lib/safe2.t
2185 ! t/op/groups.t
2186____________________________________________________________________________
883d36a6
GS
2187[ 4352] By: gsar on 1999/10/12 05:24:39
2188 Log: allow any unpack specifier to take a count via '/'
2189 (from Ilya Zakharevich)
2190 Branch: perl
2191 ! pp.c t/op/pack.t
2192____________________________________________________________________________
2193[ 4351] By: gsar on 1999/10/12 05:02:35
2194 Log: avoid warnings
2195 Branch: perl
2196 ! malloc.c
2197____________________________________________________________________________
2198[ 4350] By: gsar on 1999/10/12 04:50:52
2199 Log: various cleanups
2200 Branch: perl
2201 ! ext/Devel/DProf/DProf.xs op.c perl.c perly.c perly.y
2202 ! perly_c.diff pp_hot.c toke.c vms/perly_c.vms win32/config.bc
2203 ! win32/config.gc win32/config.vc win32/config_H.bc
2204 ! win32/config_H.gc win32/config_H.vc win32/config_sh.PL
2205____________________________________________________________________________
2206[ 4349] By: gsar on 1999/10/12 00:23:11
2207 Log: update Changes, patchlevel etc.
2208 Branch: perl
2209 ! Changes Porting/findvars patchlevel.h win32/Makefile
2210 ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
2211 ! win32/makefile.mk
2212____________________________________________________________________________
04dc9db9
GS
2213[ 4348] By: gsar on 1999/10/11 23:11:57
2214 Log: add vec() example from Chaim Frenkel <chaimf@pobox.com>
2215 Branch: perl
2216 ! pod/perlfunc.pod
2217____________________________________________________________________________
2218[ 4347] By: jhi on 1999/10/11 21:25:03
2219 Log: Sparc Linux -Duseshrplib fix.
2220
2221 From: Brian Jepson <bjepson@home.com>
2222 To: Nick Ing-Simmons <nick@ing-simmons.net>
2223 cc: perl5-porters@perl.org
2224 Subject: Re: [ID 19990813.002] Can't build Perl 5.005_60 on SPARC/Linux with -Duseshrplib
2225 Date: Fri, 20 Aug 1999 11:25:17 -0500 (EST)
2226 Message-ID: <Pine.LNX.4.10.9908201123570.5116-100000@cx384756-a.sking1.ri.home.com>
2227 Branch: cfgperl
2228 ! hints/linux.sh
2229____________________________________________________________________________
2230[ 4346] By: gsar on 1999/10/11 20:28:32
2231 Log: more pack/unpack documentation (from Ilya Zakharevich); changed
2232 the behavior of 'Z*' and 'Z3' to always pack a trailing
2233 null byte; changed documentation to suit; added test
2234 Branch: perl
2235 ! pod/perlfunc.pod pp.c t/op/pack.t
2236____________________________________________________________________________
2237[ 4345] By: gsar on 1999/10/11 19:15:46
2238 Log: writing to perllocal.pod fails if it was never created;
2239 tweak pseudo-hash example (both suggested by Michael G Schwern
2240 <schwern@pobox.com>)
2241 Branch: perl
2242 ! lib/ExtUtils/MM_Unix.pm pod/perlref.pod
2243____________________________________________________________________________
2244[ 4344] By: gsar on 1999/10/11 17:57:31
2245 Log: slightly edited variant of suggested patch
2246 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
2247 Date: Thu, 9 Sep 1999 18:35:37 -0400
2248 Message-ID: <19990909183537.A28682@monk.mps.ohio-state.edu>
2249 Subject: [PATCH 5.005_58] How RExen match?
2250 Branch: perl
2251 ! pod/perlre.pod
2252____________________________________________________________________________
2253[ 4343] By: gsar on 1999/10/11 16:55:48
2254 Log: change#4327 was inefficient
2255 Branch: perl
2256 ! lib/lib.pm
2257____________________________________________________________________________
2258[ 4342] By: jhi on 1999/10/11 07:01:46
2259 Log: Integrate with Sarathy.
2260 Branch: cfgperl
2261 +> pod/perlhack.pod
2262 !> (integrate 28 files)
2263____________________________________________________________________________
2264[ 4341] By: jhi on 1999/10/11 06:37:47
2265 Log: The 2.5th cut at the AIX C++ extension problems.
2266 Branch: cfgperl
2267 ! hints/aix.sh
2268____________________________________________________________________________
2269[ 4340] By: gsar on 1999/10/10 23:48:07
2270 Log: add perlhack.pod from Nathan Torkington <gnat@frii.com>
2271 Branch: perl
2272 + pod/perlhack.pod
2273 ! MANIFEST pod/Makefile pod/perl.pod pod/roffitall
2274____________________________________________________________________________
2275[ 4339] By: gsar on 1999/10/10 20:42:40
2276 Log: revert SAVEDESTRUCTOR() to accepting void(*)(void*) for source
2277 compatibility; introduce SAVEDESTRUCTOR_X() that accepts
2278 void(*)(pTHX_ void*)
2279 Branch: perl
2280 ! embed.h embed.pl ext/Devel/DProf/DProf.xs global.sym mg.c
2281 ! objXSUB.h perl.h perlapi.c perly.c perly.y perly_c.diff
2282 ! pod/perlguts.pod pod/perltoc.pod pp.c pp_hot.c proto.h
2283 ! regcomp.h regexec.c scope.c scope.h toke.c vms/perly_c.vms
2284____________________________________________________________________________
2285[ 4338] By: gsar on 1999/10/10 20:38:59
2286 Log: add missing new diagnostics to perldelta
2287 Branch: perl
2288 ! pod/perldelta.pod
2289____________________________________________________________________________
2290[ 4337] By: gsar on 1999/10/10 17:40:13
2291 Log: update perldelta for change#3406
2292 Branch: perl
2293 ! embed.pl pod/perldata.pod pod/perldelta.pod
2294____________________________________________________________________________
2295[ 4336] By: gsar on 1999/10/10 16:33:14
2296 Log: integrate cfgperl contents into mainline
2297 Branch: perl
2298 +> ext/DynaLoader/hints/aix.pl
2299 !> MANIFEST ext/DynaLoader/dl_aix.xs hints/aix.sh hints/irix_6.sh
2300 !> makedef.pl perl.h pod/perldelta.pod
2301____________________________________________________________________________
2302[ 4335] By: jhi on 1999/10/10 11:09:48
2303 Log: Update perldelta.
2304 Branch: cfgperl
2305 ! pod/perldelta.pod
2306____________________________________________________________________________
2307[ 4334] By: jhi on 1999/10/10 10:31:46
2308 Log: Integrate with Sarathy.
2309 Branch: cfgperl
2310 +> win32/genmk95.pl
2311 !> Changes MANIFEST README.win32 cop.h ext/Thread/Thread.pm
2312 !> ext/Thread/Thread.xs ext/Thread/Thread/Queue.pm
2313 !> ext/Thread/Thread/Semaphore.pm ext/Thread/Thread/Specific.pm
2314 !> ext/Thread/sync.t ext/Thread/sync2.t installperl
2315 !> lib/Exporter.pm lib/ExtUtils/MM_Unix.pm
2316 !> lib/ExtUtils/MM_Win32.pm lib/diagnostics.pm lib/lib.pm perl.c
2317 !> pod/perldelta.pod pod/perlfunc.pod pp_ctl.c pp_hot.c pp_sys.c
2318 !> utils/perldoc.PL win32/makefile.mk
2319____________________________________________________________________________
2320[ 4333] By: gsar on 1999/10/10 06:33:15
2321 Log: install pods to 'pods' rather than 'pod' on cygwin (modified
2322 a patch suggested by cwilson@cc865179-c.chmbl1.ga.home.com)
2323 Branch: perl
2324 ! installperl lib/diagnostics.pm utils/perldoc.PL
2325____________________________________________________________________________
2326[ 4332] By: gsar on 1999/10/10 05:15:26
2327 Log: add $VERSION
2328 Branch: perl
2329 ! lib/Exporter.pm
2330____________________________________________________________________________
2331[ 4331] By: gsar on 1999/10/10 05:10:22
2332 Log: describe what can go in an export list (from Anno Siegel
2333 <anno4000@lublin.zrz.tu-berlin.de>)
2334 Branch: perl
2335 ! lib/Exporter.pm
2336____________________________________________________________________________
2337[ 4330] By: gsar on 1999/10/10 04:50:43
2338 Log: more basic support for building modules under Windows 95/98
2339 (applied relevant parts from a patch suggested by
2340 Jochen Wiedmann <joe@ispsoft.de>)
2341 Branch: perl
2342 ! lib/ExtUtils/MM_Unix.pm
2343____________________________________________________________________________
2344[ 4329] By: gsar on 1999/10/10 04:28:38
2345 Log: rudimentary support for building under Windows 95/98 (from
2346 Benjamin Stuhl <sho_pi@hotmail.com>)
2347 Branch: perl
2348 + win32/genmk95.pl
2349 ! MANIFEST README.win32 lib/ExtUtils/MM_Win32.pm
2350 ! win32/makefile.mk
2351____________________________________________________________________________
2352[ 4328] By: gsar on 1999/10/10 03:37:21
2353 Log: fix two leaks in Thread.xs (from Eugene Alterman
2354 <Eugene.Alterman@bremer-inc.com>); convert places with
2355 'use attrs' to new attributes syntax
2356 Branch: perl
2357 ! ext/Thread/Thread.pm ext/Thread/Thread.xs
2358 ! ext/Thread/Thread/Queue.pm ext/Thread/Thread/Semaphore.pm
2359 ! ext/Thread/Thread/Specific.pm ext/Thread/sync.t
2360 ! ext/Thread/sync2.t
2361____________________________________________________________________________
2362[ 4327] By: gsar on 1999/10/10 02:23:52
2363 Log: avoid duplicates in @INC, they cause leaks in mod_perl etc
2364 (suggested by Tod Irwin <irwin@stockmaster.com>)
2365 Branch: perl
2366 ! lib/lib.pm
2367____________________________________________________________________________
2368[ 4326] By: gsar on 1999/10/10 00:51:48
2369 Log: better documentation for recv() (from Anton Berezin
2370 <tobez@plab.ku.dk>)
2371 Branch: perl
2372 ! pod/perlfunc.pod
2373____________________________________________________________________________
2374[ 4325] By: gsar on 1999/10/09 22:46:23
2375 Log: perldelta updates (see TODO markers)
2376 Branch: perl
2377 ! Changes pod/perldelta.pod pp_sys.c
2378____________________________________________________________________________
a5222a85
GS
2379[ 4324] By: gsar on 1999/10/09 19:43:10
2380 Log: fix Exporter::export_to_level() documentation
2381 Branch: perl
2382 ! lib/Exporter.pm
2383____________________________________________________________________________
2384[ 4323] By: gsar on 1999/10/09 18:48:31
2385 Log: don't run END blocks when running under -c switch (older,
883d36a6 2386 rarely useful behavior may still be obtained by putting
a5222a85
GS
2387 BEGIN { $^C = 0; exit; } at the end of the script)
2388 Branch: perl
2389 ! perl.c
2390____________________________________________________________________________
2391[ 4322] By: jhi on 1999/10/09 05:31:26
2392 Log: While awaiting a good test program to detect the broken gcc.
2393 From: Thomas Conté <tom@fr.uu.net>
2394 To: <jhi@iki.fi>
2395 Cc: <perl5-porters@perl.org>
2396 Subject: Re: [ID 19990825.007] test t/lib/ipc_sysv.t failing under irix 6.4
2397 Date: Wed, 6 Oct 1999 19:56:29 +0200
2398 Message-ID: <000a01bf1024$1d938f20$252ad0d4@eng.iway.fr>
2399 Branch: cfgperl
2400 ! hints/irix_6.sh perl.h
2401____________________________________________________________________________
2402[ 4321] By: gsar on 1999/10/09 00:41:02
2403 Log: POPSUB() gave up the refcount to the CV before LEAVE had a chance to
2404 clear entries in the CV's pad, leading to coredumps when CV had no
2405 other references to it; this is a slightly edited version of the
2406 patch suggested by Russel O'Connor <roconnor@world.std.com>
2407 Branch: perl
2408 ! cop.h pp_ctl.c pp_hot.c
2409____________________________________________________________________________
2410[ 4320] By: gsar on 1999/10/08 22:50:51
2411 Log: revert POP{SUB,LOOP}{1,2} logic to the simpler pre-5.003_24
2412 situation (assumptions about cx invalidation are not valid
2413 anymore)
2414 Branch: perl
2415 ! cop.h pp_ctl.c pp_hot.c
2416____________________________________________________________________________
2417[ 4319] By: jhi on 1999/10/08 14:33:31
2418 Log: Integrate with Sarathy.
2419 Branch: cfgperl
2420 !> cop.h ext/Thread/Thread.xs op.c opcode.h perl.c perl.h perly.c
2421 !> perly.y pod/perldiag.pod pod/perlfunc.pod pp_ctl.c pp_sys.c
2422 !> t/comp/bproto.t thrdvar.h toke.c util.c
2423____________________________________________________________________________
2424[ 4318] By: jhi on 1999/10/08 13:51:34
2425 Log: The second cut at AIX C++ extension troubles.
2426 Branch: cfgperl
2427 ! ext/DynaLoader/dl_aix.xs ext/DynaLoader/hints/aix.pl
2428 ! hints/aix.sh
2429____________________________________________________________________________
2430[ 4317] By: jhi on 1999/10/08 10:44:13
2431 Log: The first cut at fixing Perl extensions written in C++ in AIX,
2432 statics don't get initialized right. This patch at least
2433 doesn't seem to break the build in my AIX, but unfortunately
2434 I don't have the IBM C++ to do further testing.
2435
2436 Problem reported by Stephanie Beals in
2437 From: bealzy@us.ibm.com
2438 To: perl5-porters@perl.org
2439 Subject: [ID 19991007.005] DynaLoader/dl_aix.xs problem using load and unload on AIX
2440 Date: Thu, 7 Oct 1999 15:05:54 -0400
2441 Message-Id: <85256803.0068E70D.00@D51MTA03.pok.ibm.com>
2442 Branch: cfgperl
2443 + ext/DynaLoader/hints/aix.pl
2444 ! MANIFEST ext/DynaLoader/dl_aix.xs hints/aix.sh
2445____________________________________________________________________________
2446[ 4316] By: gsar on 1999/10/08 10:26:15
2447 Log: remove kludgey duplicate background error avoidance (caused
2448 "leaks"; %@ wasn't even user-visible under -Dusethreads);
2449 only repeats of most recent error are now avoided
2450 Branch: perl
2451 ! ext/Thread/Thread.xs perl.c perl.h pp_ctl.c thrdvar.h util.c
2452____________________________________________________________________________
2453[ 4315] By: jhi on 1999/10/08 09:48:59
2454 Log: Fix omission.
2455 Branch: cfgperl
2456 ! makedef.pl
2457____________________________________________________________________________
2458[ 4314] By: gsar on 1999/10/08 07:17:01
2459 Log: extend change#2299 to C<use> (fixes scoping problems in
2460 C<if (...) { use foo; ... }>)
2461 Branch: perl
2462 ! op.c
2463____________________________________________________________________________
2464[ 4313] By: gsar on 1999/10/08 04:52:19
2465 Log: small tweak for change#4309
2466 Branch: perl
2467 ! op.c
2468____________________________________________________________________________
2469[ 4312] By: gsar on 1999/10/08 02:31:13
2470 Log: add suggested patch =~ s/NOTOP/OP_NOT/ with tests
2471 From: Larry Wall <larry@wall.org>
2472 Date: Wed, 6 Oct 1999 09:55:57 -0700 (PDT)
2473 Message-Id: <199910061655.JAA11333@kiev.wall.org>
2474 Subject: Re: [ID 19991001.004] apparent parsing error with not(arg)
2475 Branch: perl
2476 ! opcode.h t/comp/bproto.t toke.c
2477____________________________________________________________________________
2478[ 4311] By: gsar on 1999/10/08 00:58:19
2479 Log: typo
2480 Branch: perl
2481 ! pp_sys.c
2482____________________________________________________________________________
2483[ 4310] By: gsar on 1999/10/07 23:51:38
2484 Log: fix setpgrp vs getpgrp and POSIX vs BSD confusion (spotted by
2485 Brian Mitchell <brian@chele.cais.net>)
2486 Branch: perl
2487 ! pod/perldiag.pod pod/perlfunc.pod pp_sys.c
2488____________________________________________________________________________
2489[ 4309] By: gsar on 1999/10/07 22:57:52
2490 Log: change#3728 was flawed (loop contexts saw the wrong statement
2491 info, causing loop control constructs to not find the label);
2492 disable OP_SETSTATE entirely and add a fix that is specifically
2493 targetted at disabling the OP_LINESEQ optimization in else BLOCK,
2494 which was what the original patch was supposed to fix
2495
2496 TODO: remove the remainder of the setstate logic if it can't
2497 be used anywhere else (it isn't used anywhere now)
2498 Branch: perl
2499 ! cop.h op.c perly.c perly.y
2500____________________________________________________________________________
2501[ 4308] By: jhi on 1999/10/07 19:21:27
2502 Log: Integrate with Sarathy.
2503 Branch: cfgperl
2504 !> lib/Pod/Man.pm lib/Pod/Text.pm pod/pod2man.PL
2505____________________________________________________________________________
2506[ 4307] By: gsar on 1999/10/07 15:12:24
2507 Log: update to podlators-0.08 from Russ Allbery
2508 Branch: perl
2509 ! lib/Pod/Man.pm lib/Pod/Text.pm pod/pod2man.PL
2510____________________________________________________________________________
2511[ 4306] By: jhi on 1999/10/06 17:20:34
2512 Log: Integrate with Sarathy.
2513 Branch: cfgperl
2514 !> (integrate 45 files)
2515____________________________________________________________________________
2516[ 4305] By: gsar on 1999/10/06 16:55:45
2517 Log: some versions of mingw32 have __int64, define iff it isn't
2518 Branch: perl
2519 ! win32/win32.h
2520____________________________________________________________________________
2521[ 4304] By: gsar on 1999/10/06 03:45:44
2522 Log: fix typos in change#4288
2523 Branch: perl
2524 ! Changes dump.c sv.c
2525____________________________________________________________________________
07270b1a
GS
2526[ 4303] By: gsar on 1999/10/06 03:22:46
2527 Log: integrate cfgperl contents into mainline
2528 Branch: perl
2529 +> eg/cgi/dna_small_gif.uu eg/cgi/wilogo_gif.uu
2530 - eg/cgi/dna.small.gif.uu eg/cgi/wilogo.gif.uu
2531 !> (integrate 31 files)
2532____________________________________________________________________________
2533[ 4302] By: gsar on 1999/10/06 02:36:53
2534 Log: make die/warn and other diagnostics go to wherever STDERR happens
2535 to point at; change places that meant Perl_debug_log rather than
2536 PerlIO_stderr()
2537 Branch: perl
2538 ! cop.h doio.c embedvar.h ext/Devel/Peek/Peek.xs
2539 ! ext/DynaLoader/dl_aix.xs ext/DynaLoader/dl_beos.xs
2540 ! ext/DynaLoader/dl_cygwin.xs ext/DynaLoader/dl_dld.xs
2541 ! ext/DynaLoader/dl_dlopen.xs ext/DynaLoader/dl_hpux.xs
2542 ! ext/DynaLoader/dl_mpeix.xs ext/DynaLoader/dl_next.xs
2543 ! ext/DynaLoader/dl_rhapsody.xs ext/DynaLoader/dl_vmesa.xs
2544 ! ext/DynaLoader/dl_vms.xs ext/DynaLoader/dlutils.c
2545 ! ext/Thread/Thread.xs ext/Thread/typemap intrpvar.h malloc.c
2546 ! mg.c objXSUB.h op.c perl.c perl.h perlio.c pp.c pp_ctl.c
2547 ! pp_hot.c regexec.c scope.c scope.h sv.c thread.h toke.c util.c
2548 ! win32/dl_win32.xs win32/win32.c win32/win32thread.c
2549____________________________________________________________________________
2550[ 4301] By: jhi on 1999/10/05 23:03:46
2551 Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
2552 To: François Désarménien <desar@club-internet.fr>
2553 Cc: "perl5-porters@perl.org" <perl5-porters@perl.org>
2554 Subject: Re: Strange RE engine breakage in 5_61
2555 Date: Mon, 4 Oct 1999 19:58:03 -0400
2556 Message-ID: <19991004195803.A21760@monk.mps.ohio-state.edu>
2557
2558 (had to apply pat.t part manually because there
2559 already were more tests than there was in _61)
2560 Branch: cfgperl
2561 ! regcomp.c regexec.c t/op/pat.t t/op/re_tests
2562____________________________________________________________________________
2563[ 4300] By: jhi on 1999/10/04 17:03:18
2564 Log: From: Andy Dougherty <doughera@lafayette.edu>
2565 To: Jarkko Hietaniemi <jhi@iki.fi>
2566 cc: Perl Porters <perl5-porters@perl.org>, jhi@cc.hut.fi
2567 Subject: Re: [ID 19991001.005] [_61] [PATCH] tarball fine on win32, zip isn't
2568 Date: Mon, 4 Oct 1999 13:05:08 -0400 (EDT)
2569 Message-ID: <Pine.SOL.4.10.9910041302550.6502-100000@maxwell.phys.lafayette.edu>
2570 Branch: cfgperl
2571 + eg/cgi/dna_small_gif.uu eg/cgi/wilogo_gif.uu
2572 - eg/cgi/dna.small.gif.uu eg/cgi/wilogo.gif.uu
2573 ! MANIFEST ext/B/defsubs_h.PL
2574____________________________________________________________________________
2575[ 4299] By: jhi on 1999/10/04 07:15:16
2576 Log: From: Michael G Schwern <schwern@pobox.com>
2577 To: perl5-porters@perl.org
2578 Subject: Re: [PATCH av.c, op.c, perldiag.pod] "array field" -> "pseudo-hash field"
2579 Date: Sun, 3 Oct 1999 17:34:17 -0400
2580 Message-ID: <19991003173417.A4351@blackrider>
2581 Branch: cfgperl
2582 ! t/lib/fields.t t/pragma/constant.t
2583____________________________________________________________________________
2584[ 4298] By: gsar on 1999/10/04 04:57:53
2585 Log: some compatibility macros were busted
2586 Branch: perl
2587 ! embed.h embed.pl toke.c
2588____________________________________________________________________________
2589[ 4297] By: jhi on 1999/10/03 17:50:59
2590 Log: A better version of #4296.
2591
2592 From: Michael G Schwern <schwern@pobox.com>
2593 To: perl5-porters@perl.org
2594 Subject: [PATCH av.c, op.c, perldiag.pod] "array field" -> "pseudo-hash field"
2595 Date: Sun, 3 Oct 1999 13:54:23 -0400
2596 Message-ID: <19991003135423.A3050@blackrider>
2597 Branch: cfgperl
2598 ! av.c op.c pod/perldiag.pod
2599____________________________________________________________________________
2600[ 4296] By: jhi on 1999/10/03 17:21:01
2601 Log: (Replaced by #4297.)
2602
2603 From: Michael G Schwern <schwern@pobox.com>
2604 To: perl5-porters@perl.org
2605 Subject: [PATCH av.c, perldiag.pod] Added field name to "No such array field"
2606 Date: Sun, 3 Oct 1999 13:16:47 -0400
2607 Message-ID: <19991003131647.A2816@blackrider>
2608
2609 plus changed the error message to say "No such pseudo-hash field"
2610 as discussed in the above mail message.
2611 Branch: cfgperl
2612 ! av.c pod/perldiag.pod
2613____________________________________________________________________________
2614[ 4295] By: gsar on 1999/10/03 16:09:36
2615 Log: avoid doing irrelevant things on 'make perl'
2616 Branch: perl
2617 ! Makefile.SH
2618____________________________________________________________________________
2619[ 4294] By: jhi on 1999/10/03 14:16:24
2620 Log: Fix a typo in #4293 spotted by Graham Barr.
2621 Branch: cfgperl
2622 ! pod/perlref.pod
2623____________________________________________________________________________
2624[ 4293] By: jhi on 1999/10/03 11:31:22
2625 Log: From: Michael G Schwern <schwern@blackrider.aocn.com>
2626 To: perl5-porters@perl.org
2627 Subject: Re: Should keys in pseudo-hashes -always- exist? [DOC PATCH]
2628 Date: Sun, 3 Oct 1999 02:34:01 -0400
2629 Message-ID: <19991003023401.A1520@blackrider>
2630 Branch: cfgperl
2631 ! pod/perlfunc.pod pod/perlref.pod
2632____________________________________________________________________________
2633[ 4292] By: jhi on 1999/10/03 09:23:16
2634 Log: From: Barrie Slaymaker <barries@slaysys.com>
2635 To: perl5-porters@perl.org
2636 Subject: [PATCH 5.005_61] Benchmark.pm bugfix, tweaks
2637 Date: Sun, 3 Oct 1999 00:09:51 -0400
2638 Message-Id: <199910030409.AAA18228@jester.slaysys.com>
2639 Branch: cfgperl
2640 ! lib/Benchmark.pm
2641____________________________________________________________________________
2642[ 4291] By: jhi on 1999/10/02 23:43:53
2643 Log: Be understanding about large file systems.
2644 Branch: cfgperl
2645 ! t/lib/syslfs.t t/op/lfs.t
2646____________________________________________________________________________
2647[ 4290] By: jhi on 1999/10/02 23:39:16
2648 Log: Configure fixfest continues.
2649 Branch: cfgperl
2650 ! Configure config_h.SH
2651 Branch: metaconfig
2652 ! U/modified/d_longdbl.U U/modified/d_longlong.U
2653 ! U/threads/d_pthreadj.U U/typedefs/gidsign.U
2654 ! U/typedefs/gidsize.U U/typedefs/pidsign.U U/typedefs/pidsize.U
2655 ! U/typedefs/uidsign.U U/typedefs/uidsize.U
2656 Branch: metaconfig/U/perl
2657 ! i_inttypes.U io64.U
2658____________________________________________________________________________
2659[ 4289] By: jhi on 1999/10/02 23:12:54
2660 Log: Regen Porting stuff.
2661 Branch: cfgperl
2662 ! Porting/Glossary Porting/config.sh Porting/config_H
2663____________________________________________________________________________
2664[ 4288] By: jhi on 1999/10/02 23:05:50
2665 Log: Untangle the IV_IS_QUAD jungle by introduding
2666 macros to be used when doing formatted printing:
2667 IVdf, UVuf, UVxf, UVof. Also introduce Uid_t_SIGN.
2668 Branch: cfgperl
2669 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
2670 ! config_h.SH doio.c dump.c op.c perl.h pp_hot.c pp_sys.c
2671 ! regcomp.c sv.c taint.c toke.c util.c
2672____________________________________________________________________________
2673[ 4287] By: jhi on 1999/10/02 22:54:18
2674 Log: metaconfig maintenance.
2675 Branch: metaconfig
2676 ! U/ebcdic/ebcdic.U U/typedefs/gidsign.U U/typedefs/gidsize.U
2677 ! U/typedefs/pidsign.U U/typedefs/pidsize.U U/typedefs/uidsign.U
2678 ! U/typedefs/uidsize.U
2679____________________________________________________________________________
2680[ 4286] By: nick on 1999/10/02 11:11:44
2681 Log: Incremental merge of mainline
2682 Branch: utfperl
2683 +> README.Y2K hints/svr5.sh lib/Pod/Man.pm
2684 +> lib/unicode/Unicode.html t/op/args.t t/pod/multiline_items.t
2685 +> t/pod/multiline_items.xr t/pod/pod2usage.t t/pod/pod2usage.xr
2686 +> t/pod/podselect.t t/pod/podselect.xr
2687 - lib/Pod/PlainText.pm
2688 !> (integrate 148 files)
2689____________________________________________________________________________
2690[ 4285] By: jhi on 1999/10/02 10:16:15
2691 Log: Battle namespace pollution.
2692 Branch: cfgperl
2693 ! lib/Benchmark.pm
2694____________________________________________________________________________
2695[ 4284] By: jhi on 1999/10/02 10:11:20
2696 Log: Regen Configure, all of xs_apiversion didn't take.
2697 Branch: cfgperl
2698 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
2699 ! config_h.SH patchlevel.h
2700____________________________________________________________________________
2701[ 4283] By: jhi on 1999/10/02 09:48:17
2702 Log: Integrate with Sarathy.
2703 Branch: cfgperl
2704 +> lib/Pod/Man.pm t/pod/multiline_items.t
2705 +> t/pod/multiline_items.xr t/pod/pod2usage.t t/pod/pod2usage.xr
2706 +> t/pod/podselect.t t/pod/podselect.xr
2707 - lib/Pod/PlainText.pm
2708 !> (integrate 50 files)
2709____________________________________________________________________________
2710[ 4282] By: gsar on 1999/10/02 06:39:14
2711 Log: update pod2man, pod2text and related Pod:: modules with the
2712 ones in podlators-0.07 from Russ Allbery
2713 Branch: perl
2714 + lib/Pod/Man.pm
2715 ! lib/Pod/Text.pm lib/Pod/Text/Color.pm lib/Pod/Text/Termcap.pm
2716 ! pod/pod2man.PL pod/pod2text.PL
2717____________________________________________________________________________
2718[ 4281] By: gsar on 1999/10/02 06:14:44
2719 Log: fix PodParser testsuite; Pod::Text subsumes Pod::PlainText
2720 Branch: perl
2721 - lib/Pod/PlainText.pm
2722 ! MANIFEST lib/Pod/Text.pm lib/Pod/Usage.pm pod/pod2usage.PL
2723 ! pod/podchecker.PL pod/podselect.PL t/pod/emptycmd.t
2724 ! t/pod/for.t t/pod/headings.t t/pod/include.t t/pod/included.t
2725 ! t/pod/lref.t t/pod/multiline_items.t t/pod/nested_items.t
2726 ! t/pod/nested_seqs.t t/pod/oneline_cmds.t t/pod/pod2usage.t
2727 ! t/pod/poderrs.t t/pod/poderrs.xr t/pod/podselect.t
2728 ! t/pod/special_seqs.t t/pod/testp2pt.pl t/pod/testpchk.pl
2729____________________________________________________________________________
2730[ 4280] By: gsar on 1999/10/02 04:39:38
2731 Log: upgrade to PodParser-1.085 from Brad Appleton <bradapp@enteract.com>
2732 Branch: perl
2733 + t/pod/multiline_items.t t/pod/multiline_items.xr
2734 + t/pod/pod2usage.t t/pod/pod2usage.xr t/pod/podselect.t
2735 + t/pod/podselect.xr
2736 ! MANIFEST lib/Pod/Checker.pm lib/Pod/InputObjects.pm
2737 ! lib/Pod/Parser.pm lib/Pod/PlainText.pm lib/Pod/Select.pm
2738 ! lib/Pod/Usage.pm t/pod/for.xr t/pod/headings.xr
2739 ! t/pod/include.xr t/pod/included.xr t/pod/lref.xr
2740 ! t/pod/nested_items.xr t/pod/nested_seqs.xr
2741 ! t/pod/oneline_cmds.xr t/pod/poderrs.xr t/pod/special_seqs.xr
2742 ! t/pod/testp2pt.pl
2743____________________________________________________________________________
2744[ 4279] By: gsar on 1999/10/02 03:36:41
2745 Log: make exists() work better on pseudo-hashes (reworked a patch suggested
2746 by Michael G Schwern <schwern@pobox.com>)
2747 Branch: perl
2748 ! av.c t/op/avhv.t
2749____________________________________________________________________________
2750[ 4278] By: gsar on 1999/10/02 02:36:55
2751 Log: deprecate C<use attrs>
2752 Branch: perl
2753 ! ext/attrs/attrs.pm ext/attrs/attrs.xs t/lib/attrs.t
2754 ! t/lib/thread.t t/pragma/sub_lval.t
2755____________________________________________________________________________
2756[ 4277] By: gsar on 1999/10/02 01:43:25
2757 Log: add notes about effect of loop control statements inside
2758 LABEL BLOCK continue BLOCK
2759 Branch: perl
2760 ! pod/perlfunc.pod
2761____________________________________________________________________________
2762[ 4276] By: gsar on 1999/10/02 01:23:02
2763 Log: indent nested =items properly (suggested by Bill Fenner
2764 <fenner@research.att.com>)
2765 Branch: perl
2766 ! pod/pod2man.PL
2767____________________________________________________________________________
2768[ 4275] By: gsar on 1999/10/02 01:09:16
2769 Log: updated ptags generator from Ilya Zakharevich
2770 Branch: perl
2771 ! emacs/ptags
2772____________________________________________________________________________
2773[ 4274] By: gsar on 1999/10/01 23:08:52
2774 Log: update Changes
2775 Branch: perl
2776 ! Changes
2777____________________________________________________________________________
bcdd1f73
GS
2778[ 4273] By: gsar on 1999/10/01 22:58:55
2779 Log: typo, whitespace adjustments
2780 Branch: perl
2781 ! utils/h2xs.PL
2782____________________________________________________________________________
2783[ 4272] By: gsar on 1999/10/01 22:46:06
2784 Log: remove dup hunks
2785 Branch: perl
2786 ! configure.com vms/vms.c
2787____________________________________________________________________________
2788[ 4271] By: gsar on 1999/10/01 22:33:02
2789 Log: integrate cfgperl contents into mainline; resolve h2xs.PL conflict
2790 by declaring new globals "our" (XXX this means h2xs generated code
2791 won't run on earlier versions; a switch to generate compatible
2792 source is needed)
2793 Branch: perl
2794 !> (integrate 35 files)
2795____________________________________________________________________________
2796[ 4270] By: jhi on 1999/10/01 12:05:56
2797 Log: Integrate with Sarathy.
2798 Branch: cfgperl
2799 !> ext/B/B/C.pm lib/ExtUtils/typemap lib/ExtUtils/xsubpp
2800 !> pod/perldiag.pod util.c
2801____________________________________________________________________________
2802[ 4269] By: jhi on 1999/10/01 10:26:19
2803 Log: From: Piotr Klaban <makler@oryl.man.torun.pl>
2804 To: perl5-porters@perl.org
2805 Subject: [ID 19991001.001] perlguts man page error
2806 Date: Fri, 1 Oct 1999 10:23:49 +0200 (MET DST)
2807 Message-Id: <199910010823.KAA05796@oryl.man.torun.pl>
2808 Branch: cfgperl
2809 ! pod/perlguts.pod
2810____________________________________________________________________________
2811[ 4268] By: jhi on 1999/10/01 07:32:33
2812 Log: There *is* a month called October.
2813 Branch: cfgperl
2814 ! t/op/time.t
2815____________________________________________________________________________
2816[ 4267] By: jhi on 1999/10/01 06:58:10
2817 Log: Temp file cleanliness.
2818 Branch: cfgperl
2819 ! t/lib/filecopy.t
2820____________________________________________________________________________
2821[ 4266] By: jhi on 1999/10/01 06:46:56
2822 Log: From: Barrie Slaymaker <barries@slaysys.com>
2823 To: perl5-porters@perl.org
2824 Subject: [PATCH 5.005_61] Benchmark.pm: Export countit(), cmpthese() by default
2825 Date: Thu, 30 Sep 1999 22:16:26 -0400
2826 Message-Id: <199910010216.WAA08309@jester.slaysys.com>
2827 Branch: cfgperl
2828 ! lib/Benchmark.pm
2829____________________________________________________________________________
2830[ 4265] By: jhi on 1999/09/30 20:25:35
2831 Log: From: Barrie Slaymaker <barries@slaysys.com>
2832 To: perl5-porters@perl.org
2833 Subject: [PATCH 5.005_61] Benchmark tweaks, fixes, cmpthese()
2834 Date: Thu, 30 Sep 1999 15:44:00 -0400
2835 Message-Id: <199909301944.PAA07166@jester.slaysys.com>
2836 (Replaces #4175.)
2837 Branch: cfgperl
2838 ! lib/Benchmark.pm
2839____________________________________________________________________________
2840[ 4264] By: gsar on 1999/09/30 17:59:26
2841 Log: re-add missing "Out of memory!" entry
2842 Branch: perl
2843 ! pod/perldiag.pod
2844____________________________________________________________________________
2845[ 4263] By: jhi on 1999/09/30 17:05:43
2846 Log: Regenerate Configure.
2847 Branch: cfgperl
2848 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
2849 ! config_h.SH
2850____________________________________________________________________________
2851[ 4261] By: jhi on 1999/09/30 16:15:05
2852 Log: From: Andy Dougherty <doughera@lafayette.edu>
2853 To: Perl Porters <perl5-porters@perl.org>
2854 Subject: [PATCH 5.005_61] rand() advisory for perldelta.pod
2855 Date: Thu, 30 Sep 1999 12:24:00 -0400 (EDT)
2856 Message-ID: <Pine.SOL.4.10.9909301218390.3343-100000@maxwell.phys.lafayette.edu>
2857 Branch: cfgperl
2858 ! pod/perldelta.pod
2859____________________________________________________________________________
2860[ 4260] By: jhi on 1999/09/30 15:48:56
2861 Log: From: Andy Dougherty <doughera@lafayette.edu>
2862 To: Jarkko Hietaniemi <jhi@iki.fi>, Gurusamy Sarathy <gsar@activestate.com>
2863 Subject: Re: Possible skeletal structure for searching multiple versions
2864 Date: Thu, 30 Sep 1999 11:52:00 -0400 (EDT)
2865 Message-ID: <Pine.SOL.4.10.9909301149090.3343-100000@maxwell.phys.lafayette.edu>
2866 Branch: metaconfig
2867 ! U/mkglossary
2868 Branch: metaconfig/U/perl
2869 + xs_apiversion.U
2870 ! patchlevel.U
2871____________________________________________________________________________
2872[ 4259] By: jhi on 1999/09/30 15:07:16
2873 Log: Further ?idsize.U fixing.
2874 Branch: metaconfig
2875 ! U/typedefs/gidsize.U U/typedefs/pidsize.U U/typedefs/uidsize.U
2876____________________________________________________________________________
2877[ 4258] By: jhi on 1999/09/30 15:00:14
2878 Log: Fix the ?idsi{gn,ze} units, from Andy Dougherty.
2879 Branch: metaconfig
2880 ! U/typedefs/gidsign.U U/typedefs/gidsize.U U/typedefs/pidsign.U
2881 ! U/typedefs/pidsize.U U/typedefs/uidsign.U U/typedefs/uidsize.U
2882____________________________________________________________________________
2883[ 4257] By: jhi on 1999/09/30 09:48:33
2884 Log: From: "Kurt D. Starsinic" <kstar@chapin.edu>
2885 To: Gurusamy Sarathy <gsar@ActiveState.com>
2886 Cc: tchrist@perl.com, Larry Wall <larry@wall.org>,
2887 The Perl Porters Mailing List <perl5-porters@perl.org>
2888 Subject: [PATCH] (Was: deprecating SIGDIE)
2889 Date: Wed, 29 Sep 1999 15:16:50 -0400
2890 Message-ID: <19990929151650.E26675@O2.chapin.edu>
2891 Branch: cfgperl
2892 ! Porting/findvars embedvar.h intrpvar.h mg.c objXSUB.h perl.c
2893____________________________________________________________________________
2894[ 4256] By: jhi on 1999/09/30 09:45:22
2895 Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
2896 To: Gurusamy Sarathy <gsar@activestate.com>
2897 Cc: Barrie Slaymaker <barries@slaysys.com>, perl5-porters@perl.org
2898 Subject: Re: _58, _61 Argument "" is not numeric in sprintf
2899 Date: Wed, 29 Sep 1999 18:58:23 -0400
2900 Message-ID: <19990929185823.A22099@monk.mps.ohio-state.edu>
2901 Branch: cfgperl
2902 ! Makefile.SH opcode.pl
2903____________________________________________________________________________
2904[ 4255] By: gsar on 1999/09/30 09:03:48
2905 Log: remove prehistoric XFree() gunk
2906 Branch: perl
2907 ! lib/ExtUtils/typemap lib/ExtUtils/xsubpp
2908____________________________________________________________________________
2909[ 4254] By: gsar on 1999/09/30 08:40:14
2910 Log: From: Vishal Bhatia <vishal@gol.com>
2911 Date: Wed, 29 Sep 1999 23:27:28 +0900 (JST)
2912 Message-ID: <Pine.LNX.4.10.9909292326280.5599-100000@localhost.localdomain>
2913 Subject: [patch _61] Minor corrections in C.pm
2914 Branch: perl
2915 ! ext/B/B/C.pm
2916____________________________________________________________________________
2917[ 4253] By: gsar on 1999/09/30 08:36:27
2918 Log: off-by-one in fbm_compile() (spotted by John Bley
2919 <jbley@cs.cmu.edu>); whitespace adjustments
2920 Branch: perl
2921 ! util.c
2922____________________________________________________________________________
2923[ 4251] By: jhi on 1999/09/30 08:09:13
2924 Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
2925 To: perl5-porters@perl.org (Mailing list Perl5)
2926 Subject: [PATCH 5.00561+] Followup h2xs patch
2927 Date: Thu, 30 Sep 1999 04:15:52 -0400 (EDT)
2928 Message-Id: <199909300815.EAA25425@monk.mps.ohio-state.edu>
2929 Branch: cfgperl
2930 ! utils/h2xs.PL
2931____________________________________________________________________________
2932[ 4250] By: jhi on 1999/09/29 19:11:32
2933 Log: Integrate with Sarathy.
2934 Branch: cfgperl
2935 !> djgpp/configure.bat embed.h embed.pl lib/Exporter/Heavy.pm
2936 !> lib/ExtUtils/MM_Unix.pm lib/Time/Local.pm proto.h
2937 !> t/pragma/locale/latin1 win32/Makefile win32/makefile.mk
2938____________________________________________________________________________
2939[ 4249] By: bailey on 1999/09/29 02:21:31
2940 Log: resync with mainline
2941 Branch: vmsperl
2942 +> (branch 32 files)
2943 - ext/B/defsubs.h.PL lib/unicode/arabshp.txt
2944 - lib/unicode/blocks.txt lib/unicode/index2.txt
2945 - lib/unicode/jamo2.txt lib/unicode/names2.txt
2946 - lib/unicode/props2.txt lib/unicode/readme.txt
2947 - t/lib/bigfloatpm.t
2948 !> (integrate 240 files)
2949____________________________________________________________________________
2950[ 4248] By: jhi on 1999/09/28 18:14:39
2951 Log: From: Andy Dougherty <doughera@lafayette.edu>
2952 To: Perl Porters <perl5-porters@perl.org>
2953 Subject: [PATCH 5.005_xx] Re: [Config 5.005_03] -DDEBUGGING
2954 Date: Tue, 28 Sep 1999 12:20:50 -0400 (EDT)
2955 Message-ID: <Pine.SOL.4.10.9909281019360.1890-100000@maxwell.phys.lafayette.edu>
2956
2957 From: Andy Dougherty <doughera@lafayette.edu>
2958 To: Perl Porters <perl5-porters@perl.org>
2959 Subject: [ANOTHER PATCH 5.005_61] Re: [Config 5.005_03] -DDEBUGGING
2960 Date: Tue, 28 Sep 1999 13:39:49 -0400 (EDT)
2961 Message-ID: <Pine.SOL.4.10.9909281338180.2012-100000@maxwell.phys.lafayette.edu>
2962 Branch: cfgperl
2963 ! hints/README.hints hints/amigaos.sh hints/cygwin.sh
2964 ! hints/dynixptx.sh hints/epix.sh hints/esix4.sh hints/mint.sh
2965 ! hints/mpeix.sh hints/next_3.sh hints/next_3_0.sh
2966 ! hints/next_4.sh
2967____________________________________________________________________________
2968[ 4247] By: gsar on 1999/09/28 17:36:59
2969 Log: revert change#4115 (breaks libwww's base/date.t); could be
2970 reworked to enable it conditional on $Time::Local::nocroak
2971 or some such
2972 Branch: perl
2973 ! lib/Time/Local.pm
2974____________________________________________________________________________
2975[ 4246] By: gsar on 1999/09/28 17:33:14
2976 Log: tweak for win32 build
2977 Branch: perl
2978 ! win32/Makefile win32/makefile.mk
2979____________________________________________________________________________
2980[ 4245] By: gsar on 1999/09/28 17:31:34
2981 Log: change#4236 fallout
2982 Branch: perl
2983 ! lib/ExtUtils/MM_Unix.pm
2984____________________________________________________________________________
2985[ 4244] By: gsar on 1999/09/28 17:29:31
2986 Log: remove doubled new_xpv
2987 Branch: perl
2988 ! embed.h embed.pl proto.h
2989____________________________________________________________________________
2990[ 4243] By: jhi on 1999/09/27 19:13:20
2991 Log: Artistic fine-tuning.
2992 Branch: cfgperl
2993 ! ext/B/defsubs_h.PL
2994____________________________________________________________________________
2995[ 4242] By: gsar on 1999/09/27 17:05:22
2996 Log: avoid implicit split to @_ in change#4181; binary -> text file
2997 types in p4
2998 Branch: perl
2999 ! djgpp/configure.bat lib/Exporter/Heavy.pm
3000 ! t/pragma/locale/latin1
3001____________________________________________________________________________
3002[ 4241] By: jhi on 1999/09/27 07:48:19
3003 Log: Integrate with Sarathy.
3004 Branch: cfgperl
3005 !> INSTALL embed.h embed.pl malloc.c pod/perldiag.pod pp.c
3006 !> pp_ctl.c pp_hot.c pp_sys.c win32/Makefile win32/makefile.mk
3007____________________________________________________________________________
3008[ 4240] By: jhi on 1999/09/27 07:47:11
3009 Log: Finalize change #4232.
3010 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
3011 To: Jarkko Hietaniemi <jhi@iki.fi>
3012 Cc: gsar@activestate.com, Mailing list Perl5 <perl5-porters@perl.org>
3013 Subject: Re: xsubpp change breaks B, DB_File, POSIX builds
3014 Date: Sun, 26 Sep 1999 16:52:31 -0400
3015 Message-ID: <19990926165230.A26933@monk.mps.ohio-state.edu>
3016 Branch: cfgperl
3017 ! lib/ExtUtils/xsubpp
3018____________________________________________________________________________
3019[ 4239] By: gsar on 1999/09/27 02:48:42
3020 Log: add notes in INSTALL about Configure -Accflags=-DFOO
3021 Branch: perl
3022 ! INSTALL
3023____________________________________________________________________________
3024[ 4238] By: gsar on 1999/09/27 02:03:48
3025 Log: PERL_POLLUTE isn't required for bincompat, so don't enable
3026 it automatically
3027 Branch: perl
3028 ! embed.h embed.pl
3029____________________________________________________________________________
3030[ 4237] By: gsar on 1999/09/27 01:52:47
3031 Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
3032 Date: Fri, 24 Sep 1999 23:25:36 -0400
3033 Message-ID: <19990924232536.A16257@monk.mps.ohio-state.edu>
3034 Subject: [PATCH 5.005_61] Malloc fixes and docs
3035 Branch: perl
3036 ! malloc.c pod/perldiag.pod
3037____________________________________________________________________________
3038[ 4236] By: gsar on 1999/09/27 01:31:32
3039 Log: avoid .exe in $Config{cc} (spotted by Vadim Konovalov
3040 <vkonovalov@lucent.com>)
3041 Branch: perl
3042 ! win32/Makefile win32/makefile.mk
3043____________________________________________________________________________
3044[ 4235] By: gsar on 1999/09/26 17:02:03
3045 Log: fix buggy popping of subroutine contexts in the lvalue
3046 subroutines implementation (change#4081); correct the
3047 plethora of cases where DIE() was more appropriate than
3048 croak()
3049 Branch: perl
3050 ! pp.c pp_ctl.c pp_hot.c pp_sys.c
3051____________________________________________________________________________
3052[ 4234] By: jhi on 1999/09/26 12:06:28
3053 Log: Fix #endif.
3054 Branch: cfgperl
3055 ! XSUB.h
3056____________________________________________________________________________
3057[ 4233] By: jhi on 1999/09/26 11:59:18
3058 Log: Integrate with Sarathy. h2xs.PL had to be manually resolved,
3059 I kept my (Ilya's) version.
3060 Branch: cfgperl
3061 !> gv.c gv.h intrpvar.h keywords.h keywords.pl lib/Shell.pm op.c
3062 !> pod/perldiag.pod pod/perlembed.pod pod/perlfaq3.pod
3063 !> pod/perlfaq7.pod pod/perlfunc.pod pod/perlmod.pod
3064 !> pod/perlmodlib.pod pod/perlsub.pod pod/perltoot.pod
3065 !> pod/perlxstut.pod sv.h t/pragma/strict-vars toke.c
3066 !> utils/h2xs.PL win32/Makefile win32/makefile.mk
3067____________________________________________________________________________
3068[ 4232] By: jhi on 1999/09/26 09:53:43
3069 Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
3070 To: Mailing list Perl5 <perl5-porters@perl.org>
3071 Subject: [PATCH 5.005_61] teach xsubpp function pointers
3072 Date: Sun, 26 Sep 1999 01:36:09 -0400
3073 Message-ID: <19990926013609.A21148@monk.mps.ohio-state.edu>
3074
3075 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
3076 To: Mailing list Perl5 <perl5-porters@perl.org>
3077 Subject: [PATCH 5.005_61] Make h2xs -x almost bullet-proof
3078 Date: Sun, 26 Sep 1999 03:00:50 -0400
3079 Message-ID: <19990926030050.A21498@monk.mps.ohio-state.edu>
3080 Branch: cfgperl
3081 ! lib/ExtUtils/xsubpp utils/h2xs.PL
3082____________________________________________________________________________
3083[ 4231] By: jhi on 1999/09/26 09:48:49
3084 Log: From: "Konovalov, Vadim" <vkonovalov@lucent.com>
3085 To: perl5-porters@perl.org
3086 Subject: misprint in perlguts
3087 Date: Sun, 26 Sep 1999 12:48:36 +0400
3088 Message-ID: <402099F49BEED211999700805FC7359F20D7A5@ru0028exch01.spb.lucent.com>
3089 Branch: cfgperl
3090 ! pod/perlguts.pod
3091____________________________________________________________________________
3092[ 4230] By: gsar on 1999/09/26 00:50:08
3093 Log: add $installarchlib/CORE to default linker search path on windows
3094 Branch: perl
3095 ! win32/Makefile win32/makefile.mk
3096____________________________________________________________________________
3097[ 4229] By: gsar on 1999/09/25 20:05:03
3098 Log: support C<use Shell> on Windows (reworked a patch suggested
3099 by Jenda Krynicky <Jenda@McCann.cz>)
3100 Branch: perl
3101 ! lib/Shell.pm
3102____________________________________________________________________________
3103[ 4228] By: gsar on 1999/09/25 07:03:34
3104 Log: integrate cfgperl contents into mainline
3105 Branch: perl
3106 +> hints/svr5.sh
3107 !> Configure MANIFEST Makefile.SH config_h.SH hints/sco.sh
3108 !> lib/unicode/Eq/Latin1 lib/unicode/Eq/Unicode
3109 !> lib/unicode/mktables.PL pod/perldelta.pod pod/perlfaq9.pod
3110 !> regcomp.c regexec.c t/lib/syslfs.t t/op/lfs.t
3111____________________________________________________________________________
3112[ 4227] By: gsar on 1999/09/25 06:44:47
3113 Log: From: Larry Wall <larry@wall.org>
3114 Date: Fri, 24 Sep 1999 21:59:37 PDT
3115 Message-Id: <199909250459.VAA27506@kiev.wall.org>
3116 Subject: Re: [PATCH 5.005_61] "our" declarations
3117 Branch: perl
3118 ! gv.c gv.h intrpvar.h keywords.h keywords.pl op.c
3119 ! pod/perldiag.pod pod/perlembed.pod pod/perlfaq3.pod
3120 ! pod/perlfaq7.pod pod/perlfunc.pod pod/perlmod.pod
3121 ! pod/perlmodlib.pod pod/perlsub.pod pod/perltoot.pod
3122 ! pod/perlxstut.pod sv.h t/pragma/strict-vars toke.c
3123 ! utils/h2xs.PL
3124____________________________________________________________________________
3125[ 4226] By: jhi on 1999/09/24 23:10:52
3126 Log: Integrate with Sarathy.
3127 Branch: cfgperl
3128 !> XSUB.h ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs
3129 !> ext/POSIX/hints/linux.pl pod/perldiag.pod pod/perlfunc.pod
3130 !> pp.c t/lib/posix.t t/op/pack.t toke.c utils/perlcc.PL
3131____________________________________________________________________________
3132[ 4225] By: gsar on 1999/09/24 18:19:54
3133 Log: avoid infinite recursive exec()s of perl.exe when shebang
3134 contains "Perl" rather than "perl" on DOSISH platforms
3135 Branch: perl
3136 ! toke.c
3137____________________________________________________________________________
3138[ 4224] By: gsar on 1999/09/24 16:09:23
3139 Log: support cygwin and other platforms that link to import libraries
3140 rather than directly with shared libraries (from a suggestion
3141 by Lucian Cionca <Lucian.Cionca@algoritma.ro>)
3142 Branch: perl
3143 ! utils/perlcc.PL
3144____________________________________________________________________________
3145[ 4223] By: gsar on 1999/09/24 05:05:06
3146 Log: normalize time for strftime() (without the isdst effects of
3147 mktime()) using a custom mini_mktime()
3148 From: spider-perl@Orb.Nashua.NH.US
3149 Date: Thu, 23 Sep 1999 17:54:53 -0400
3150 Message-Id: <199909232154.RAA25151@leggy.zk3.dec.com>
3151 Subject: Re: [ID 19990913.003] Possible bug using POSIX::strftime Digital UNIX Perl 5.005_03
3152 Branch: perl
3153 ! ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs
3154 ! ext/POSIX/hints/linux.pl t/lib/posix.t
3155____________________________________________________________________________
3156[ 4222] By: gsar on 1999/09/23 06:44:42
3157 Log: change "#" to a comment starter in pack templates; "/" now
3158 used for specifying counted types
3159 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
3160 Date: Wed, 22 Sep 1999 19:41:30 -0400
3161 Message-ID: <19990922194130.A864@monk.mps.ohio-state.edu>
3162 Subject: [PATCH 5.005_61] Enable comments in pack()/unpack() templates
3163 Branch: perl
3164 ! pod/perldiag.pod pod/perlfunc.pod pp.c t/op/pack.t
3165____________________________________________________________________________
3166[ 4221] By: gsar on 1999/09/23 06:26:54
3167 Log: From: Vishal Bhatia <vishal@gol.com>
3168 Date: Thu, 23 Sep 1999 12:45:19 +0900 (JST)
3169 Message-ID: <Pine.LNX.4.10.9909231218360.3428-100000@localhost.localdomain>
3170 Subject: [patch _61] perlcc changes
3171 Branch: perl
3172 ! utils/perlcc.PL
3173____________________________________________________________________________
3174[ 4220] By: gsar on 1999/09/23 01:12:24
3175 Log: add include guard
3176 Branch: perl
3177 ! XSUB.h
3178____________________________________________________________________________
3179[ 4219] By: jhi on 1999/09/22 20:38:15
3180 Log: Cleanup cleanup.
3181 Branch: cfgperl
3182 ! Makefile.SH t/lib/syslfs.t t/op/lfs.t
3183____________________________________________________________________________
3184[ 4218] By: jhi on 1999/09/22 19:26:58
3185 Log: Tweak the equivalence tables once again.
3186 Branch: cfgperl
3187 ! lib/unicode/Eq/Latin1 lib/unicode/Eq/Unicode
3188 ! lib/unicode/mktables.PL
3189____________________________________________________________________________
3190[ 4215] By: jhi on 1999/09/22 06:47:03
3191 Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
3192 To: Mailing list Perl5 <perl5-porters@perl.org>
3193 Subject: [PATCH 5.005_61] regfree could segfault with -Mre=debug
3194 Date: Tue, 21 Sep 1999 19:50:00 -0400
3195 Message-ID: <19990921195000.A23938@monk.mps.ohio-state.edu>
3196
3197 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
3198 To: Mailing list Perl5 <perl5-porters@perl.org>
3199 Subject: [PATCH 5.005_61] More verbose -Mre=debug
3200 Date: Tue, 21 Sep 1999 22:29:55 -0400
3201 Message-ID: <19990921222955.A25094@monk.mps.ohio-state.edu>
3202 Branch: cfgperl
3203 ! regcomp.c regexec.c
3204____________________________________________________________________________
3205[ 4214] By: jhi on 1999/09/21 21:08:43
3206 Log: From: 0000-Admin (0000) <root@devsys0.zenez.com>
3207 Reply-To: gerberb@zenez.com
3208 To: perl5-porters@perl.org
3209 Subject: [ID 19990921.004] Changes for SCO OpenServer and UnixWare 7
3210 Date: Tue, 21 Sep 1999 11:07:46 -0600 (MDT)
3211 Message-Id: <199909211707.LAA23611@devsys0.zenez.com>
3212
3213 (Snipped away the last lines of svr5.sh a la change #3725)
3214 Branch: cfgperl
3215 + hints/svr5.sh
3216 ! Configure MANIFEST config_h.SH hints/sco.sh
3217 Branch: metaconfig
3218 ! U/modified/Cppsym.U U/modified/Oldconfig.U
3219____________________________________________________________________________
3220[ 4213] By: jhi on 1999/09/21 20:48:01
3221 Log: From: Kragen Sitaker <kragen@dnaco.net>
3222 To: perl5-porters@perl.org
3223 Subject: [ID 19990921.013] accidental list context in perlfaq9
3224 Date: Tue, 21 Sep 1999 16:27:53 -0400 (EDT)
3225 Reply-To: kragen@pobox.com
3226 Message-Id: <199909212027.QAA03450@kirk.dnaco.net>
3227 Branch: cfgperl
3228 ! pod/perlfaq9.pod
3229____________________________________________________________________________
3230[ 4212] By: jhi on 1999/09/20 19:55:42
3231 Log: Integrate with Sarathy.
3232 Branch: cfgperl
3233 +> README.Y2K
3234 !> Changes MANIFEST
3235____________________________________________________________________________
3236[ 4211] By: jhi on 1999/09/20 19:44:44
3237 Log: Rename -Duselfs to -Duselargefiles. We don't need no stnkngbbrvtns.
3238 Branch: cfgperl
3239 ! Configure config_h.SH pod/perldelta.pod
3240 Branch: metaconfig/U/perl
3241 ! use64bits.U uselfs.U uselongdbl.U
3242____________________________________________________________________________
3243[ 4210] By: jhi on 1999/09/20 19:38:26
3244 Log: Configure -A change: -Afoo=bar is equal to -Aappend:foo=" bar".
3245 Branch: cfgperl
3246 ! Configure config_h.SH
3247 Branch: metaconfig
3248 ! U/modified/Options.U
3249____________________________________________________________________________
3250[ 4209] By: gsar on 1999/09/20 19:35:39
3251 Log: integrate cfgperl changes into mainline
3252 Branch: perl
3253 +> lib/unicode/Unicode.html
3254 ! Changes
3255 !> Configure Porting/Glossary Porting/config.sh Porting/config_H
3256 !> config_h.SH doio.c perl.h pod/perldelta.pod pod/perlfunc.pod
3257____________________________________________________________________________
4c968f61
GS
3258[ 4208] By: gsar on 1999/09/20 18:28:44
3259 Log: add README.Y2K (from Dominic Dunlop <domo@vo.lu>)
3260 Branch: perl
3261 + README.Y2K
3262 ! MANIFEST
3263____________________________________________________________________________
3264[ 4207] By: jhi on 1999/09/20 11:06:13
3265 Log: Document -Duselfs, -Duselongdouble, and -Dusemorebits.
3266 Branch: cfgperl
3267 ! pod/perldelta.pod
3268____________________________________________________________________________
3269[ 4206] By: jhi on 1999/09/20 09:53:15
3270 Log: Do not test for gccish things in non-gccish platforms.
3271 Branch: cfgperl
3272 ! Configure config_h.SH
3273 Branch: metaconfig
3274 ! U/compline/ccflags.U
3275____________________________________________________________________________
3276[ 4205] By: jhi on 1999/09/20 09:41:22
3277 Log: Prompt for uselfs.
3278 Branch: cfgperl
3279 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
3280 ! config_h.SH
3281 Branch: metaconfig
3282 ! U/mksample
3283 Branch: metaconfig/U/perl
3284 ! use64bits.U uselfs.U
3285____________________________________________________________________________
3286[ 4204] By: jhi on 1999/09/20 09:09:29
3287 Log: Add usemorebits and uselfs.
3288 Branch: cfgperl
3289 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
3290 ! config_h.SH doio.c perl.h
3291 Branch: metaconfig/U/perl
3292 + uselfs.U usemorebits.U
3293 ! use64bits.U uselongdbl.U
3294____________________________________________________________________________
3295[ 4203] By: jhi on 1999/09/20 07:48:48
3296 Log: Dethinko.
3297 Branch: cfgperl
3298 ! pod/perlfunc.pod
3299____________________________________________________________________________
3300[ 4202] By: jhi on 1999/09/20 07:33:32
3301 Log: Fix a bug in the description of endianness. Reported in
3302 From: "Konovalov, Vadim" <vkonovalov@lucent.com>
3303 To: perl5-porters@perl.org
3304 Subject: BUG: perldoc -f pack
3305 Date: Mon, 20 Sep 1999 09:43:49 +0400
3306 Message-ID: <402099F49BEED211999700805FC7359F20D3F5@ru0028exch01.spb.lucent.com>
3307 Branch: cfgperl
3308 ! pod/perlfunc.pod
3309____________________________________________________________________________
3310[ 4201] By: jhi on 1999/09/20 07:01:26
3311 Log: Integrate with Sarathy.
3312 Branch: cfgperl
3313 +> t/op/args.t
3314 !> (integrate 31 files)
3315____________________________________________________________________________
3316[ 4200] By: gsar on 1999/09/20 03:45:06
3317 Log: From: Russ Allbery <rra@stanford.edu>
3318 Date: 19 Aug 1999 04:35:44 -0700
3319 Message-Id: <yl7lms9f5b.fsf@windlord.stanford.edu>
3320 Subject: [ID 19990819.002] File::Find error when pruning top-level directories
3321 Branch: perl
3322 ! lib/File/Find.pm
3323____________________________________________________________________________
3324[ 4199] By: gsar on 1999/09/20 03:27:49
3325 Log: suppress warning (from John Tobey <jtobey@epsilondev.com>)
3326 Branch: perl
3327 ! ext/B/B/Terse.pm
3328____________________________________________________________________________
3329[ 4198] By: gsar on 1999/09/20 03:25:25
3330 Log: add arenas for managing allocations of remaining xpv*v structures
3331 From: Vishal Bhatia <vishal@gol.com>
3332 Date: Wed, 25 Aug 1999 00:31:33 +0900 (JST)
3333 Message-ID: <Pine.LNX.4.10.9908250031000.11727-100000@localhost.localdomain>
3334 Subject: [PATCH 5.005_60] removing extra ref count (compiler)
3335 Branch: perl
3336 ! embed.h embed.pl embedvar.h ext/B/B/C.pm intrpvar.h objXSUB.h
3337 ! proto.h sv.c
3338____________________________________________________________________________
3339[ 4197] By: gsar on 1999/09/20 03:06:10
3340 Log: queue errors due to strictures rather than printing them as
3341 warnings; symbols that violate strictures do *not* end up in
3342 the symbol table anyway, making multiple evals of the same piece
3343 of code produce the same errors; errors indicate all locations
3344 of a global symbol rather than just the first one; these
3345 changes make compile-time failures within evals reliably
3346 visible via the return value or contents of $@, and trappable
3347 using __DIE__ hooks
3348 Branch: perl
3349 ! embed.h embed.pl embedvar.h ext/DynaLoader/dlutils.c
3350 ! ext/Thread/Thread.xs global.sym gv.c objXSUB.h op.c perl.c
3351 ! perlapi.c pp_ctl.c proto.h regcomp.c t/pragma/strict-refs
3352 ! t/pragma/strict-vars thrdvar.h toke.c util.c
3353____________________________________________________________________________
3354[ 4196] By: gsar on 1999/09/19 22:14:29
3355 Log: control change#1914 via hints (causes problems on some platforms)
3356 Branch: perl
3357 ! ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs
3358 ! ext/POSIX/hints/linux.pl
3359____________________________________________________________________________
3360[ 4195] By: gsar on 1999/09/19 21:30:18
3361 Log: avoid clearing @_ at all for faster subroutine calls; fix bugs
3362 in passing around references to @_, eg C<sub foo { \@_ }>; add
3363 tests for the same
3364 Branch: perl
3365 + t/op/args.t
3366 ! MANIFEST cop.h pp.c pp_ctl.c pp_hot.c
3367____________________________________________________________________________
3368[ 4194] By: jhi on 1999/09/18 18:57:45
3369 Log: Integrate with Sarathy.
3370 Branch: cfgperl
3371 !> opcode.h opcode.pl
3372____________________________________________________________________________
3373[ 4193] By: nick on 1999/09/18 15:24:56
3374 Log: Re-integrate mainline
3375 Basic SvUTF8 stuff in headers, no functional changes yet.
3376 Branch: utfperl
3377 + lib/byte.pm lib/byte_heavy.pl
3378 +> ext/B/defsubs_h.PL ext/DB_File/version.c jpl/JNI/Closer.java
3379 +> jpl/JNI/JNIConfig jpl/JNI/JNIConfig.Win32
3380 +> jpl/JNI/JNIConfig.kaffe jpl/JNI/JNIConfig.noembed
3381 +> jpl/JNI/JNIConfig.standard jpl/JNI/typemap.gcc
3382 +> jpl/JNI/typemap.win32 jpl/SETVARS.PL lib/unicode/ArabShap.txt
3383 +> lib/unicode/Blocks.txt lib/unicode/CompExcl.txt
3384 +> lib/unicode/EAWidth.txt lib/unicode/Index.txt
3385 +> lib/unicode/Jamo-2.txt lib/unicode/LineBrk.txt
3386 +> lib/unicode/Names.txt lib/unicode/Props.txt
3387 +> lib/unicode/ReadMe.txt lib/unicode/SpecCase.txt
3388 +> t/lib/bigfltpm.t
3389 - ext/B/defsubs.h.PL lib/unicode/arabshp.txt
3390 - lib/unicode/blocks.txt lib/unicode/index2.txt
3391 - lib/unicode/jamo2.txt lib/unicode/names2.txt
3392 - lib/unicode/props2.txt lib/unicode/readme.txt
3393 - t/lib/bigfloatpm.t
3394 ! doop.c embed.h embed.pl gv.c mg.c objXSUB.h op.c op.h perl.h
3395 ! perlapi.c pp.c pp_ctl.c pp_hot.c proto.h regcomp.c regcomp.h
3396 ! regexec.c regexp.h regnodes.h sv.c sv.h toke.c utf8.c utf8.h
3397 ! warnings.h
3398 !> (integrate 142 files)
3399____________________________________________________________________________
3400[ 4192] By: gsar on 1999/09/18 15:11:47
3401 Log: more op description tweaks
3402 Branch: perl
3403 ! opcode.h opcode.pl
3404____________________________________________________________________________
3405[ 4191] By: jhi on 1999/09/18 07:47:16
3406 Log: Integrate with Sarathy.
3407 Branch: cfgperl
3408 !> Changes opcode.h opcode.pl t/io/open.t t/op/misc.t
3409 !> t/pragma/warn/op
3410____________________________________________________________________________
3411[ 4190] By: jhi on 1999/09/18 07:35:45
3412 Log: Add description of the Unicode database files.
3413 Branch: cfgperl
3414 + lib/unicode/Unicode.html
3415____________________________________________________________________________
3416[ 4189] By: gsar on 1999/09/18 03:14:58
3417 Log: tweak some op names in change#4177 (will any of this break code that
3418 gropes $@ ?)
3419 Branch: perl
3420 ! Changes opcode.h opcode.pl t/io/open.t t/op/misc.t
3421 ! t/pragma/warn/op
3422____________________________________________________________________________
f1612b5c
GS
3423[ 4188] By: jhi on 1999/09/17 21:30:08
3424 Log: Pick up the typo fix.
3425 Branch: cfgperl
3426 !> t/io/open.t
3427____________________________________________________________________________
3428[ 4187] By: gsar on 1999/09/17 21:13:55
3429 Log: fix typo
3430 Branch: perl
3431 ! t/io/open.t
3432____________________________________________________________________________
3433[ 4186] By: gsar on 1999/09/17 20:57:29
3434 Log: integrate cfgperl change
3435 Branch: perl
3436 !> vms/subconfigure.com
3437____________________________________________________________________________
3438[ 4185] By: jhi on 1999/09/17 20:46:41
3439 Log: Re-apply applicable parts of #3993, #3994, and #3995.
3440 Branch: cfgperl
3441 ! vms/subconfigure.com
3442____________________________________________________________________________
3443[ 4184] By: gsar on 1999/09/17 20:26:02
3444 Log: integrate cfgperl contents into mainline
3445 Branch: perl
3446 +> lib/unicode/ArabShap.txt lib/unicode/Blocks.txt
3447 +> lib/unicode/CompExcl.txt lib/unicode/EAWidth.txt
3448 +> lib/unicode/Index.txt lib/unicode/Jamo-2.txt
3449 +> lib/unicode/LineBrk.txt lib/unicode/Names.txt
3450 +> lib/unicode/Props.txt lib/unicode/ReadMe.txt
3451 +> lib/unicode/SpecCase.txt
3452 - lib/unicode/arabshp.txt lib/unicode/blocks.txt
3453 - lib/unicode/index2.txt lib/unicode/jamo2.txt
3454 - lib/unicode/names2.txt lib/unicode/props2.txt
3455 - lib/unicode/readme.txt
3456 !> (integrate 73 files)
3457____________________________________________________________________________
3458[ 4183] By: jhi on 1999/09/17 20:25:51
3459 Log: Integrate with Sarathy.
3460 Branch: cfgperl
3461 !> configure.com ext/ByteLoader/byterun.h
3462 !> ext/DynaLoader/DynaLoader_pm.PL lib/ExtUtils/MM_VMS.pm
3463 !> lib/File/Spec/VMS.pm pod/perlhist.pod t/io/open.t
3464 !> vms/descrip_mms.template vms/gen_shrfls.pl vms/perly_c.vms
3465 !> vms/perly_h.vms vms/subconfigure.com vms/vms.c vms/vmsish.h
3466____________________________________________________________________________
3467[ 4182] By: gsar on 1999/09/17 20:16:28
3468 Log: integrate vmsperl contents into mainline (where VMS files conflicted,
3469 vmsperl contents have prevailed)
3470 Branch: perl
3471 !> configure.com ext/ByteLoader/byterun.h
3472 !> ext/DynaLoader/DynaLoader_pm.PL lib/ExtUtils/MM_VMS.pm
3473 !> lib/File/Spec/VMS.pm t/io/open.t vms/descrip_mms.template
3474 !> vms/gen_shrfls.pl vms/perly_c.vms vms/perly_h.vms
3475 !> vms/subconfigure.com vms/vms.c vms/vmsish.h
3476____________________________________________________________________________
3477[ 4181] By: jhi on 1999/09/17 20:12:37
3478 Log: From: Michael G Schwern <schwern@pobox.com>
3479 To: perl5-porters@perl.org
3480 Subject: [PATCH 5.005_60 lib/Exporter/Heavy.pm] export_to_level()
3481 Date: Thu, 19 Aug 1999 21:30:01 -0400
3482 Message-ID: <19990819213001.A22512@athens.aocn.com>
3483 Branch: cfgperl
3484 ! lib/Exporter/Heavy.pm
3485____________________________________________________________________________
3486[ 4180] By: gsar on 1999/09/17 20:11:00
3487 Log: perlhist additions
3488 Branch: perl
3489 ! pod/perlhist.pod
3490____________________________________________________________________________
3491[ 4179] By: jhi on 1999/09/17 20:08:00
3492 Log: The change #4176 should've undone only the test, not the code patch.
3493 Branch: cfgperl
3494 ! doio.c
3495____________________________________________________________________________
3496[ 4178] By: jhi on 1999/09/17 20:06:08
3497 Log: From: Ian Phillipps <ian@dial.pipex.com>
3498 To: Hans GINZEL <hgin2088@mail.kolej.mff.cuni.cz>, perl5-porters@perl.org
3499 Subject: [PATCH 5.005_59] Re: [ID 19990820.007] Small typo in perlsyn.pod
3500 Date: Sat, 21 Aug 1999 12:36:12 +0100
3501 Message-ID: <19990821123612.A9955@homer.diplex.co.uk>
3502 Branch: cfgperl
3503 ! pod/perlsyn.pod
3504____________________________________________________________________________
3505[ 4177] By: jhi on 1999/09/17 20:00:19
3506 Log: More descriptive names for operators.
3507
3508 From: Michael G Schwern <schwern@pobox.com>
3509 To: Ilya Zakharevich <ilya@math.ohio-state.edu>
3510 Cc: perl5-porters@perl.org
3511 Subject: Re: [ID 19990817.009] [BUG 5.005_60 & 5.005_03] == reported as eq in
3512 Date: Tue, 17 Aug 1999 18:35:45 -0400
3513 Message-ID: <19990817183545.A23073@toldyouso.com>
3514
3515 From: Michael G Schwern <schwern@pobox.com>
3516 To: perl5-porters@perl.org
3517 Subject: [PATCH 5.005_60 opcode.pl and friends] Improved opcode descriptions
3518 Date: Wed, 18 Aug 1999 03:53:38 -0400
3519 Message-ID: <19990818035337.A31505@athens.aocn.com>
3520 Branch: cfgperl
3521 ! opcode.h opcode.pl pp.sym pp_proto.h sv.c t/op/misc.t
3522 ! t/pragma/warn/op t/pragma/warn/sv
3523____________________________________________________________________________
3524[ 4176] By: jhi on 1999/09/17 18:19:18
3525 Log: Take away the infamous io/dup.t #7.
3526 It seems there simply is no way to portably
3527 "flush" an input file handle.
3528 Branch: cfgperl
3529 ! doio.c t/io/dup.t
3530____________________________________________________________________________
3531[ 4175] By: jhi on 1999/09/17 14:45:08
3532 Log: From: Barrie Slaymaker <barries@slaysys.com>
3533 To: perl5-porters@perl.org
3534 Subject: [PATCH 5.005_61] Benchmark: screwed patch format, try this instead
3535 Date: Fri, 17 Sep 1999 11:16:48 -0400
3536 Message-Id: <199909171516.LAA30887@jester.slaysys.com>
3537 Branch: cfgperl
3538 ! lib/Benchmark.pm
3539____________________________________________________________________________
3540[ 4174] By: jhi on 1999/09/17 14:07:16
3541 Log: UNICOS does support large files but doesn't support sparse files
3542 so we cannot easily test for large file support.
3543 Branch: cfgperl
3544 ! t/lib/syslfs.t t/op/lfs.t
3545____________________________________________________________________________
3546[ 4173] By: jhi on 1999/09/17 14:03:44
3547 Log: UNICOS has sloppy division/modulo for floating point numbers.
3548 Branch: cfgperl
3549 ! t/op/arith.t
3550____________________________________________________________________________
3551[ 4172] By: jhi on 1999/09/17 13:47:49
3552 Log: Portable blocksize (replaces #4171).
3553 Branch: cfgperl
3554 ! t/lib/syslfs.t t/op/lfs.t
3555____________________________________________________________________________
3556[ 4171] By: jhi on 1999/09/17 13:08:54
3557 Log: (replaced by #4172)
3558 Branch: cfgperl
3559 ! t/lib/syslfs.t t/op/lfs.t
3560____________________________________________________________________________
3561[ 4170] By: jhi on 1999/09/17 12:59:11
3562 Log: Detypo #4169.
3563 Branch: cfgperl
3564 ! t/lib/syslfs.t t/op/lfs.t
3565____________________________________________________________________________
3566[ 4169] By: jhi on 1999/09/17 12:16:34
3567 Log: Diagnose possible quota limits.
3568 Branch: cfgperl
3569 ! t/lib/syslfs.t t/op/lfs.t
3570____________________________________________________________________________
3571[ 4168] By: jhi on 1999/09/17 12:10:43
3572 Log: UNICOS doesn't have getpgid(). Or, at least 9.0.1ai
3573 doesn't have one that wouldn't cause SIGSYS. UNICOS
3574 does have getpgrp(void) so Perl getpgrp() is happy.
3575 Branch: cfgperl
3576 ! hints/unicos.sh
3577____________________________________________________________________________
3578[ 4167] By: jhi on 1999/09/17 11:49:30
3579 Log: Filesystem quotas may stop you from using large files.
3580 Branch: cfgperl
3581 ! pod/perldelta.pod t/lib/syslfs.t t/op/lfs.t
3582____________________________________________________________________________
3583[ 4166] By: jhi on 1999/09/17 11:36:01
3584 Log: Too strict pattern for parsing group lists.
3585 Branch: cfgperl
3586 ! t/op/groups.t
3587____________________________________________________________________________
3588[ 4165] By: jhi on 1999/09/17 09:06:18
3589 Log: Configure maintenance. It's sigaction.sa_flags
3590 and the Glossary regen'ed.
3591 Branch: cfgperl
3592 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
3593 ! config_h.SH
3594 Branch: metaconfig
3595 ! U/compline/d_sigaction.U
3596____________________________________________________________________________
3597[ 4164] By: jhi on 1999/09/15 06:57:51
3598 Log: Integrate with Sarathy.
3599 Branch: cfgperl
3600 +> jpl/JNI/Closer.java jpl/JNI/JNIConfig jpl/JNI/JNIConfig.Win32
3601 +> jpl/JNI/JNIConfig.kaffe jpl/JNI/JNIConfig.noembed
3602 +> jpl/JNI/JNIConfig.standard jpl/JNI/typemap.gcc
3603 +> jpl/JNI/typemap.win32 jpl/SETVARS.PL
3604 !> Changes MANIFEST embed.h embed.pl jpl/JNI/JNI.pm
3605 !> jpl/JNI/JNI.xs jpl/JNI/Makefile.PL jpl/JNI/test.pl
3606 !> jpl/JNI/typemap jpl/JPL/Makefile.PL
3607 !> jpl/PerlInterpreter/Makefile.PL
3608 !> jpl/PerlInterpreter/PerlInterpreter.c
3609 !> jpl/PerlInterpreter/PerlInterpreter.h jpl/README
3610 !> jpl/Sample/Makefile.PL jpl/install-jpl
3611 !> lib/File/Spec/Functions.pm pod/perlhist.pod regexec.c
3612 !> t/op/pat.t
3613____________________________________________________________________________
3614[ 4163] By: gsar on 1999/09/15 05:17:27
3615 Log: add :ALL export tag (from Chris Nandor <pudge@pobox.com>)
3616 Branch: perl
3617 ! lib/File/Spec/Functions.pm
3618____________________________________________________________________________
3619[ 4162] By: gsar on 1999/09/15 05:09:14
3620 Log: addendum to change#4136 (from Robin Barker <rmb1@cise.npl.co.uk>)
3621 Branch: perl
3622 ! Changes embed.h embed.pl
3623____________________________________________________________________________
c88bfdbc
GS
3624[ 4161] By: gsar on 1999/09/15 04:08:25
3625 Log: missing perlhist dates from Jeff Okamoto
3626 Branch: perl
3627 ! pod/perlhist.pod
3628____________________________________________________________________________
3629[ 4160] By: gsar on 1999/09/15 03:13:08
3630 Log: jpl tweak
3631 Branch: perl
3632 ! MANIFEST jpl/JNI/Makefile.PL
3633____________________________________________________________________________
3634[ 4159] By: gsar on 1999/09/15 02:57:08
3635 Log: update to JPL snapshot v09141999, with minor tweaks (from Brian
3636 Jepson <bjepson@home.com>)
3637 Branch: perl
3638 + jpl/JNI/Closer.java jpl/JNI/JNIConfig jpl/JNI/JNIConfig.Win32
3639 + jpl/JNI/JNIConfig.kaffe jpl/JNI/JNIConfig.noembed
3640 + jpl/JNI/JNIConfig.standard jpl/JNI/typemap.gcc
3641 + jpl/JNI/typemap.win32 jpl/SETVARS.PL
3642 ! jpl/JNI/JNI.pm jpl/JNI/JNI.xs jpl/JNI/Makefile.PL
3643 ! jpl/JNI/test.pl jpl/JNI/typemap jpl/JPL/Makefile.PL
3644 ! jpl/PerlInterpreter/Makefile.PL
3645 ! jpl/PerlInterpreter/PerlInterpreter.c
3646 ! jpl/PerlInterpreter/PerlInterpreter.h jpl/README
3647 ! jpl/Sample/Makefile.PL jpl/install-jpl
3648____________________________________________________________________________
3649[ 4158] By: gsar on 1999/09/15 01:27:14
3650 Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
3651 Date: Tue, 14 Sep 1999 21:26:15 EDT
3652 Message-Id: <199909150126.VAA24720@monk.mps.ohio-state.edu>
3653 Subject: [PATCH 5.005_58+] Re: [ID 19990914.001] Perl_re_intuit_start() hangs in a loop
3654 Branch: perl
3655 ! regexec.c t/op/pat.t
3656____________________________________________________________________________
3657[ 4157] By: jhi on 1999/09/14 21:18:09
3658 Log: config.h will define USE_64_BITS if need be.
3659 Branch: cfgperl
3660 ! hints/irix_6.sh
3661____________________________________________________________________________
3662[ 4156] By: jhi on 1999/09/14 20:30:00
3663 Log: Change #4149 necessitates also a small code change.
3664 Branch: cfgperl
3665 ! ext/B/defsubs_h.PL
3666____________________________________________________________________________
3667[ 4155] By: jhi on 1999/09/14 20:15:53
3668 Log: Update EPOC libdir names.
3669 Branch: cfgperl
3670 ! epoc/config.h
3671____________________________________________________________________________
3672[ 4154] By: jhi on 1999/09/14 20:13:41
3673 Log: Obsolete epoc/config.h caused #4153 to re-introduce already
3674 deceased HAS.*DBM.*64 mumblings.
3675 Branch: cfgperl
3676 ! Configure config_h.SH epoc/config.h
3677____________________________________________________________________________
3678[ 4153] By: jhi on 1999/09/14 20:04:53
3679 Log: Configure nits.
3680 Branch: cfgperl
3681 ! Configure config_h.SH
3682 Branch: metaconfig
3683 ! U/compline/d_sigaction.U U/threads/i_pthread.U
3684____________________________________________________________________________
3685[ 4152] By: jhi on 1999/09/14 19:30:22
3686 Log: Integrate with Sarathy.
3687 Branch: cfgperl
3688 +> ext/B/defsubs_h.PL t/lib/bigfltpm.t
3689 - ext/B/defsubs.h.PL t/lib/bigfloatpm.t
3690 !> INSTALL MANIFEST ext/B/Makefile.PL pod/perldiag.pod
3691 !> win32/config_sh.PL
3692____________________________________________________________________________
3693[ 4151] By: jhi on 1999/09/14 10:25:01
3694 Log: Update Unicode database and recompute the tables.
3695 Rename the .txt files to be more Unicode 3.0-like.
3696 Unihan-3.0.txt not included because it is 16 MB.
3697 syllables.txt is manually maintained.
3698 See ReadMe.txt for description of the .txt files.
3699 (not all of them are used yet)
3700 Branch: cfgperl
3701 + lib/unicode/ArabShap.txt lib/unicode/Blocks.txt
3702 + lib/unicode/CompExcl.txt lib/unicode/EAWidth.txt
3703 + lib/unicode/Index.txt lib/unicode/Jamo-2.txt
3704 + lib/unicode/LineBrk.txt lib/unicode/Names.txt
3705 + lib/unicode/Props.txt lib/unicode/ReadMe.txt
3706 + lib/unicode/SpecCase.txt
3707 - lib/unicode/arabshp.txt lib/unicode/blocks.txt
3708 - lib/unicode/index2.txt lib/unicode/jamo2.txt
3709 - lib/unicode/names2.txt lib/unicode/props2.txt
3710 - lib/unicode/readme.txt
3711 ! MANIFEST lib/unicode/ArabLink.pl lib/unicode/ArabLnkGrp.pl
3712 ! lib/unicode/Bidirectional.pl lib/unicode/Block.pl
3713 ! lib/unicode/Category.pl lib/unicode/CombiningClass.pl
3714 ! lib/unicode/Decomposition.pl
3715 ! lib/unicode/In/ArabicPresentationForms-B.pl
3716 ! lib/unicode/In/Specials.pl lib/unicode/In/Tibetan.pl
3717 ! lib/unicode/Is/Alnum.pl lib/unicode/Is/Alpha.pl
3718 ! lib/unicode/Is/BidiCS.pl lib/unicode/Is/BidiL.pl
3719 ! lib/unicode/Is/BidiON.pl lib/unicode/Is/BidiWS.pl
3720 ! lib/unicode/Is/DCcompat.pl lib/unicode/Is/DecoCanon.pl
3721 ! lib/unicode/Is/DecoCompat.pl lib/unicode/Is/L.pl
3722 ! lib/unicode/Is/Ll.pl lib/unicode/Is/Lo.pl
3723 ! lib/unicode/Is/Lower.pl lib/unicode/Is/Lu.pl
3724 ! lib/unicode/Is/Pd.pl lib/unicode/Is/Po.pl lib/unicode/Is/S.pl
3725 ! lib/unicode/Is/Sm.pl lib/unicode/Is/So.pl
3726 ! lib/unicode/Is/Upper.pl lib/unicode/Is/Word.pl
3727 ! lib/unicode/JamoShort.pl lib/unicode/UnicodeData-Latest.txt
3728 ! lib/unicode/mktables.PL
3729____________________________________________________________________________
3730[ 4150] By: gsar on 1999/09/14 09:31:57
3731 Log: INSTALL tweak
3732 Branch: perl
3733 ! INSTALL
3734____________________________________________________________________________
3735[ 4149] By: gsar on 1999/09/14 09:00:45
3736 Log: change some filenames to be 8.3-friendly
3737 Branch: perl
3738 +> ext/B/defsubs_h.PL t/lib/bigfltpm.t
3739 - ext/B/defsubs.h.PL t/lib/bigfloatpm.t
3740 ! MANIFEST ext/B/Makefile.PL pod/perldiag.pod
3741____________________________________________________________________________
3742[ 4148] By: gsar on 1999/09/14 08:35:00
3743 Log: win32 config tweak (suggested by Greg Chapman <glc@well.com>)
3744 Branch: perl
3745 ! win32/config_sh.PL
3746____________________________________________________________________________
3747[ 4147] By: jhi on 1999/09/14 08:07:49
3748 Log: Not that UVSIZE normally differs that much from IVSIZE...
3749 Branch: cfgperl
3750 ! perl.h
3751____________________________________________________________________________
3752[ 4146] By: jhi on 1999/09/14 08:04:40
3753 Log: Integrate with Sarathy.
3754 Branch: cfgperl
3755 !> Changes ext/DB_File/DB_File.xs
3756____________________________________________________________________________
3757[ 4145] By: jhi on 1999/09/14 07:10:02
3758 Log: I_PTHREAD was PTHREADEAD.
3759 Branch: cfgperl
3760 ! Configure config_h.SH
3761 Branch: metaconfig
3762 ! U/threads/i_pthread.U
3763____________________________________________________________________________
3764[ 4144] By: gsar on 1999/09/14 06:46:47
3765 Log: change#4113 was missing DB_File.xs changes
3766 Branch: perl
3767 ! ext/DB_File/DB_File.xs
3768____________________________________________________________________________
3769[ 4143] By: jhi on 1999/09/13 20:16:20
3770 Log: Small doc and whitespace edits.
3771 Branch: cfgperl
3772 ! ext/DynaLoader/dl_aix.xs ext/DynaLoader/dl_beos.xs
3773 ! ext/DynaLoader/dl_cygwin.xs ext/DynaLoader/dl_dld.xs
3774 ! ext/DynaLoader/dl_hpux.xs ext/DynaLoader/dl_mpeix.xs
3775 ! ext/DynaLoader/dl_next.xs ext/DynaLoader/dl_rhapsody.xs
3776 ! ext/DynaLoader/dl_vmesa.xs ext/DynaLoader/dl_vms.xs
3777 ! pod/perldelta.pod
3778____________________________________________________________________________
3779[ 4142] By: gsar on 1999/09/13 19:32:31
3780 Log: integrate cfgperl contents into mainline, update Changes
3781 Branch: perl
3782 +> ext/DB_File/version.c
3783 ! Changes
3784 !> (integrate 44 files)
3785____________________________________________________________________________
5319f02c
GS
3786[ 4141] By: jhi on 1999/09/13 16:16:56
3787 Log: Scan for <pthread.h> always.
3788 Branch: cfgperl
3789 ! Configure config_h.SH perl.h
3790 Branch: metaconfig
3791 ! U/threads/i_pthread.U
3792____________________________________________________________________________
3793[ 4140] By: jhi on 1999/09/13 16:00:08
3794 Log: Integrate with Sarathy.
3795 Branch: cfgperl
3796 !> (integrate 27 files)
3797____________________________________________________________________________
3798[ 4139] By: jhi on 1999/09/13 15:35:18
3799 Log: Add -A option to Configure to diddle with variables
3800 after the hints file has been applied.
3801 Branch: cfgperl
3802 ! Configure config_h.SH
3803 Branch: metaconfig
3804 ! U/modified/Oldconfig.U U/modified/Options.U
3805____________________________________________________________________________
3806[ 4138] By: jhi on 1999/09/13 13:42:56
3807 Log: Change #4136 edited DynaLoader.xs which is kind of fruitless.
3808 Branch: cfgperl
3809 ! ext/DynaLoader/dl_aix.xs ext/DynaLoader/dl_beos.xs
3810 ! ext/DynaLoader/dl_cygwin.xs ext/DynaLoader/dl_dld.xs
3811 ! ext/DynaLoader/dl_hpux.xs ext/DynaLoader/dl_mpeix.xs
3812 ! ext/DynaLoader/dl_next.xs ext/DynaLoader/dl_rhapsody.xs
3813 ! ext/DynaLoader/dl_vmesa.xs ext/DynaLoader/dl_vms.xs
3814____________________________________________________________________________
3815[ 4137] By: jhi on 1999/09/13 13:25:31
3816 Log: Applying change #4136 manually introduced patch residue.
3817 Branch: cfgperl
3818 ! perl.h
3819____________________________________________________________________________
3820[ 4136] By: jhi on 1999/09/13 13:23:04
3821 Log: Replace change #4100 with
3822 From: Robin Barker <rmb1@cise.npl.co.uk>
3823 To: gsar@activestate.com
3824 Cc: perl5-porters@perl.org
3825 Subject: Re: [ID 19990907.004] [PATCH perl5.005_61] compiler warnings with -Duse64bits
3826 Date: Mon, 13 Sep 1999 14:15:11 +0100 (BST)
3827 Message-Id: <199909131315.OAA24012@tempest.npl.co.uk>
3828 Branch: cfgperl
3829 ! doio.c dump.c ext/B/B.xs ext/B/typemap
3830 ! ext/ByteLoader/bytecode.h ext/Devel/DProf/DProf.xs
3831 ! ext/DynaLoader/dl_dlopen.xs ext/ODBM_File/ODBM_File.xs
3832 ! ext/POSIX/POSIX.xs lib/ExtUtils/typemap malloc.c perl.h pp.c
3833 ! pp_ctl.c pp_hot.c pp_sys.c sv.c
3834____________________________________________________________________________
3835[ 4135] By: jhi on 1999/09/13 10:22:31
3836 Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
3837 To: perl5-porters@perl.org (Mailing list Perl5)
3838 Subject: [PATCH 5.005_61] MakeMaker supports uninstalled Perls
3839 Date: Sat, 11 Sep 1999 05:31:03 -0400 (EDT)
3840 Message-Id: <199909110931.FAA11036@monk.mps.ohio-state.edu>
3841
3842 From: andreas.koenig@anima.de (Andreas J. Koenig)
3843 To: Ilya Zakharevich <ilya@math.ohio-state.edu>
3844 Cc: perl5-porters@perl.org (Mailing list Perl5)
3845 Subject: Re: [PATCH 5.005_61] MakeMaker supports uninstalled Perls
3846 Date: 11 Sep 1999 15:36:26 +0200
3847 Message-ID: <sfc906dr2n9.fsf@hohenstaufen.in-berlin.de>
3848 Branch: cfgperl
3849 ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MakeMaker.pm
3850____________________________________________________________________________
3851[ 4134] By: jhi on 1999/09/13 10:20:14
3852 Log: From: Tom Phoenix <rootbeer@redcat.com>
3853 To: Perl Porters Mailing List <perl5-porters@perl.org>
3854 Subject: [DOCPATCH] Server errors and perldiag
3855 Date: Fri, 10 Sep 1999 16:45:02 -0700 (PDT)
3856 Message-ID: <Pine.GSO.4.10.9909101639490.16999-100000@user2.teleport.com>
3857 Branch: cfgperl
3858 ! pod/perldiag.pod
3859____________________________________________________________________________
3860[ 4133] By: gsar on 1999/09/13 03:25:43
3861 Log: avoid assertion failure on C<@a'>
3862 Branch: perl
3863 ! toke.c
3864____________________________________________________________________________
3865[ 4132] By: gsar on 1999/09/13 03:03:57
3866 Log: add -DPERL_Y2KWARN build option that will generate additional
3867 warnings on "19$yy" etc (reworked a patch suggested by
3868 Ulrich Pfeifer <upf@de.uu.net>)
3869 Branch: perl
3870 ! pod/perldelta.pod pod/perldiag.pod pod/perllexwarn.pod
3871 ! pp_hot.c sv.c t/pragma/warn/pp_hot t/pragma/warn/sv
3872____________________________________________________________________________
3873[ 4131] By: gsar on 1999/09/12 22:06:25
3874 Log: fix DATA leaks; reword documentation about the DATA filehandle
3875 Branch: perl
3876 ! ext/Opcode/Safe.pm lib/Pod/Functions.pm pod/perldata.pod
3877____________________________________________________________________________
3878[ 4130] By: gsar on 1999/09/12 20:08:56
3879 Log: make sprintf("%g",...) threadsafe; only taint its result iff the
3880 formatted result looks nonstandard
3881 Branch: perl
3882 ! embed.pl embedvar.h intrpvar.h objXSUB.h perl.c perlapi.c
3883 ! pod/perlfunc.pod pod/perlguts.pod proto.h sv.c
3884 ! t/pragma/locale.t thrdvar.h
3885____________________________________________________________________________
3886[ 4129] By: gsar on 1999/09/12 17:04:11
3887 Log: From: Doug MacEachern <dougm@cp.net>
3888 Date: Sun, 25 Jul 1999 15:49:00 -0700 (PDT)
3889 Message-ID: <Pine.LNX.4.10.9907251538380.373-100000@mojo.eng.cp.net>
3890 Subject: [PATCH 5.005_57] B::clearsym
3891 Branch: perl
3892 ! ext/B/B.pm ext/B/B/Bblock.pm ext/B/B/Debug.pm ext/B/B/Terse.pm
3893____________________________________________________________________________
3894[ 4128] By: gsar on 1999/09/12 16:59:12
3895 Log: better debugger help output (from Ilya Zakharevich)
3896 Branch: perl
3897 ! lib/perl5db.pl
3898____________________________________________________________________________
3899[ 4127] By: jhi on 1999/09/11 20:50:37
3900 Log: Integrate with Sarathy.
3901 Branch: cfgperl
3902 +> pod/perlcompile.pod t/lib/gol-basic.t t/lib/gol-compat.t
3903 +> t/lib/gol-linkage.t
3904 !> (integrate 43 files)
3905____________________________________________________________________________
3906[ 4126] By: nick on 1999/09/10 20:44:22
3907 Log: Get resolve -at mainline
3908 Branch: utfperl
3909 +> (branch 297 files)
3910 - README.cygwin32 XSlock.h bytecode.h byterun.c byterun.h
3911 - cygwin32/cw32imp.h cygwin32/gcc2 cygwin32/ld2 cygwin32/perlgcc
3912 - cygwin32/perlld ext/B/byteperl.c ext/DynaLoader/dl_cygwin32.xs
3913 - hints/cygwin32.sh interp.sym myconfig objpp.h perl_exp.SH
3914 - t/pragma/warn-1global t/pragma/warning.t thread.sym
3915 - win32/GenCAPI.pl win32/TEST win32/autosplit.pl
3916 - win32/bin/network.pl win32/bin/webget.pl win32/bin/www.pl
3917 - win32/genxsdef.pl win32/makedef.pl win32/makemain.pl
3918 - win32/makeperldef.pl win32/perlhost.h
3919 !> (integrate 847 files)
3920____________________________________________________________________________
3921[ 4125] By: gsar on 1999/09/10 19:22:14
3922 Log: s/dXS_TARGET/dXSTARG/ in change#4044 (to match dARGS vs dXSARGS
3923 etc.)
3924 Branch: perl
3925 ! XSUB.h pp.h
3926____________________________________________________________________________
3927[ 4124] By: gsar on 1999/09/10 19:14:35
3928 Log: rewrote substantive parts of patch
3929 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
3930 Date: Fri, 27 Aug 1999 19:02:18 -0400
3931 Message-ID: <19990827190218.A19561@monk.mps.ohio-state.edu>
3932 Subject: [PATCH 5.005_58] REx documentation
3933 Branch: perl
3934 ! pod/perlre.pod
3935____________________________________________________________________________
3936[ 4123] By: gsar on 1999/09/10 18:21:53
3937 Log: note about AVf_*
3938 Branch: perl
3939 ! av.h
3940____________________________________________________________________________
3941[ 4122] By: gsar on 1999/09/10 17:55:42
3942 Log: allow 'text' in L<text|A::B/"C"> (from Martin Lichtin
3943 <lichtin@bivio.com>)
3944 Branch: perl
3945 ! lib/Pod/Html.pm
3946____________________________________________________________________________
3947[ 4121] By: gsar on 1999/09/10 17:49:35
3948 Log: dos-djgpp update (from Laszlo Molnar <laszlo.molnar@eth.ericsson.se>)
3949 Branch: perl
3950 ! AUTHORS Changes README.dos djgpp/config.over
3951 ! djgpp/configure.bat djgpp/djgpp.c djgpp/djgppsed.sh dosish.h
3952 ! lib/ExtUtils/MM_Unix.pm pod/pod2usage.PL pod/podchecker.PL
3953 ! pod/podselect.PL sv.h t/io/openpid.t util.c
3954____________________________________________________________________________
3955[ 4120] By: gsar on 1999/09/10 12:25:01
3956 Log: add perlcompile.pod (edited content from Nathan Torkington
3957 <gnat@frii.com> and others)
3958 Branch: perl
3959 + pod/perlcompile.pod
3960 ! MANIFEST pod/Makefile pod/buildtoc pod/perl.pod pod/roffitall
3961____________________________________________________________________________
3962[ 4119] By: gsar on 1999/09/10 11:05:13
3963 Log: avoid leaking static local_patches unless patchlevel.h is
3964 explicitly included
3965 Branch: perl
3966 ! patchlevel.h perl.c
3967____________________________________________________________________________
3968[ 4118] By: gsar on 1999/09/10 10:44:54
3969 Log: upgrade to Getopt::Long v2.20 (from Johan Vromans
3970 <jvromans@squirrel.nl>)
3971 Branch: perl
3972 + t/lib/gol-basic.t t/lib/gol-compat.t t/lib/gol-linkage.t
3973 ! Changes MANIFEST lib/Getopt/Long.pm
3974____________________________________________________________________________
1a505819
GS
3975[ 4116] By: jhi on 1999/09/09 15:56:52
3976 Log: perldeltify change #4115.
3977 Branch: cfgperl
3978 ! pod/perldelta.pod
3979____________________________________________________________________________
3980[ 4115] By: jhi on 1999/09/09 15:48:56
3981 Log: From: "John L. Allen" <allen@grumman.com>
3982 To: perl5-porters@perl.org
3983 Subject: [ID 19990901.003] Time::Local should not croak on "out-of-range" days
3984 Date: Wed, 1 Sep 1999 13:33:39 -0400 (EDT)
3985 Message-Id: <199909011733.NAA17356@gateway.grumman.com>
3986 Branch: cfgperl
3987 ! lib/Time/Local.pm
3988____________________________________________________________________________
3989[ 4114] By: jhi on 1999/09/09 15:42:30
3990 Log: From: "Daniel S. Lewart" <lewart@www.cvm.uiuc.edu>
3991 To: perl5-porters@perl.org
3992 Subject: [ID 19990909.003] MAXINT redefined warning on HP-UX 10.20
3993 Date: Thu, 9 Sep 1999 10:33:37 -0500 (CDT)
3994 Message-Id: <199909091533.KAA01242@www.cvm.uiuc.edu>
3995 Branch: cfgperl
3996 ! pp_sys.c
3997____________________________________________________________________________
3998[ 4113] By: jhi on 1999/09/09 10:17:45
3999 Log: From: paul.marquess@bt.com
4000 To: gsar@ActiveState.com
4001 Cc: perl5-porters@perl.org
4002 Subject: [PATCH 5.005_61] DB_File 1.71
4003 Date: Thu, 9 Sep 1999 11:20:13 +0100
4004 Message-ID: <5104D4DBC598D211B5FE0000F8FE7EB202D49BBE@mbtlipnt02.btlabs.bt.co.uk>
4005 Branch: cfgperl
4006 + ext/DB_File/version.c
4007 ! MANIFEST ext/DB_File/Changes ext/DB_File/DB_File.pm
4008 ! ext/DB_File/Makefile.PL ext/DB_File/dbinfo ext/DB_File/typemap
4009 ! t/lib/db-btree.t
4010____________________________________________________________________________
4011[ 4112] By: jhi on 1999/09/09 09:05:32
4012 Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
4013 To: perl5-porters@perl.org (Mailing list Perl5)
4014 Subject: [PATCH 5.005_58] Fix interaction of (?p{}) and (?>)
4015 Date: Thu, 9 Sep 1999 04:40:11 -0400 (EDT)
4016 Message-Id: <199909090840.EAA26471@monk.mps.ohio-state.edu>
4017 Branch: cfgperl
4018 ! regexec.c t/op/pat.t
4019____________________________________________________________________________
1a505819
GS
4020[ 4110] By: jhi on 1999/09/09 07:29:17
4021 Log: Tidy up 64-bit situation in perldelta.
4022 Branch: cfgperl
4023 ! pod/perldelta.pod
4024____________________________________________________________________________
4025[ 4109] By: jhi on 1999/09/09 07:26:53
4026 Log: Clear up PL_regcc issues.
4027
4028 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
4029 To: perl5-porters@perl.org (Mailing list Perl5)
4030 Subject: [PATCH 5.005_60] Another regexec.c unobfuscation
4031 Date: Thu, 9 Sep 1999 02:49:49 -0400 (EDT)
4032 Message-Id: <199909090649.CAA26119@monk.mps.ohio-state.edu>
4033 Branch: cfgperl
4034 ! regexec.c
4035____________________________________________________________________________
4036[ 4108] By: gsar on 1999/09/08 20:52:51
4037 Log: avoid ass_u_ming uppercase types are not user objects (spotted
4038 by Kurt Starsinic)
4039 Branch: perl
4040 ! ext/Data/Dumper/Dumper.pm
4041____________________________________________________________________________
4042[ 4107] By: gsar on 1999/09/08 20:35:18
4043 Log: From: akim@epita.fr (DEMAILLE Akim)
4044 Date: Wed, 8 Sep 1999 18:18:44 +0200 (CEST)
4045 Message-Id: <m11OkQm-003A4IC@beyrouth.lrde.epita.fr>
4046 Subject: [ID 19990908.014] s2p does not quote @
4047 Branch: perl
4048 ! x2p/s2p.PL
4049____________________________________________________________________________
4050[ 4106] By: gsar on 1999/09/08 20:25:12
4051 Log: integrate cfgperl contents into mainline
4052 Branch: perl
4053 !> (integrate 30 files)
4054____________________________________________________________________________
4055[ 4105] By: jhi on 1999/09/08 09:02:37
4056 Log: Minor touches at the [:class:] description.
4057 Branch: cfgperl
4058 ! pod/perlre.pod
4059____________________________________________________________________________
4060[ 4104] By: jhi on 1999/09/08 08:57:58
4061 Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
4062 To: Mailing list Perl5 <perl5-porters@perl.org>
4063 Subject: [PATCH 5.005_58] Fix debugging output for REx
4064 Date: Wed, 8 Sep 1999 05:02:02 -0400
4065 Message-ID: <19990908050201.A17682@monk.mps.ohio-state.edu>
4066 Branch: cfgperl
4067 ! regcomp.c
4068____________________________________________________________________________
4069[ 4103] By: gsar on 1999/09/08 00:53:50
4070 Log: fix memory leak in C<sub f { split ' ', "a b" } f() while 1>
4071 Branch: perl
4072 ! pp.c
4073____________________________________________________________________________
4074[ 4102] By: gsar on 1999/09/08 00:52:50
4075 Log: fix memory leak in C<sub f { @_ = 1 } f() while 1>
4076 Branch: perl
4077 ! cop.h pp_hot.c
4078____________________________________________________________________________
4079[ 4101] By: gsar on 1999/09/07 17:25:07
4080 Log: various fixups for windows
4081 Branch: perl
4082 ! embed.h embed.pl objXSUB.h op.c perlapi.c proto.h
4083 ! win32/Makefile win32/makefile.mk xsutils.c
4084____________________________________________________________________________
4085[ 4100] By: jhi on 1999/09/07 12:49:15
4086 Log: Fix pointer casts.
4087
4088 From: Robin Barker <rmb1@cise.npl.co.uk>
4089 To: perl5-porters@perl.org
4090 Subject: [ID 19990907.004] [PATCH perl5.005_61] compiler warnings with
4091 -Duse64bits
4092 Date: Tue, 7 Sep 1999 12:30:18 +0100 (BST)
4093 Message-Id: <199909071130.MAA11435@tempest.npl.co.uk>
4094 Branch: cfgperl
4095 ! doio.c dump.c ext/B/B.xs ext/B/typemap
4096 ! ext/ByteLoader/bytecode.h ext/Devel/DProf/DProf.xs
4097 ! ext/DynaLoader/dl_dlopen.xs ext/ODBM_File/ODBM_File.xs
4098 ! ext/POSIX/POSIX.xs lib/ExtUtils/typemap malloc.c perl.h pp.c
4099 ! pp_ctl.c pp_hot.c pp_sys.c sv.c
4100____________________________________________________________________________
4101[ 4099] By: jhi on 1999/09/07 10:29:04
4102 Log: Add sig/pid/uid size and sign probes.
4103 Branch: metaconfig
4104 + U/typedefs/gidsign.U U/typedefs/gidsize.U U/typedefs/pidsign.U
4105 + U/typedefs/pidsize.U U/typedefs/uidsign.U U/typedefs/uidsize.U
4106____________________________________________________________________________
4107[ 4098] By: jhi on 1999/09/07 10:27:06
4108 Log: Band-aid until we've got %{Uid_t} or something similar
4109 for sv_catpvfn().
4110 Branch: cfgperl
4111 ! taint.c
4112____________________________________________________________________________
4113[ 4097] By: jhi on 1999/09/07 09:41:23
4114 Log: Fix a printf thinko: now quads must have the ll L q prefix.
4115 (in other words, a bare %d is an int/unsigned)
4116 Branch: cfgperl
4117 ! pp_sys.c sv.c t/op/64bit.t
4118____________________________________________________________________________
4119[ 4096] By: jhi on 1999/09/07 07:36:17
4120 Log: HP-UX 10.20 and gcc 2.8.1 break UINT32_MAX.
4121
4122 From: "Daniel S. Lewart" <lewart@www.cvm.uiuc.edu>
4123 To: perl5-porters@perl.org
4124 Subject: [ID 19990906.007] Not OK: perl 5.00561 on PA-RISC1.1 10.20
4125 Date: Mon, 6 Sep 1999 21:18:12 -0500 (CDT)
4126 Message-Id: <199909070218.VAA29232@www.cvm.uiuc.edu>
4127 Branch: cfgperl
4128 ! hints/hpux.sh perl.h
4129____________________________________________________________________________
4130[ 4095] By: gsar on 1999/09/06 20:47:02
4131 Log: applied suggested patch with suitable test to detect MSVC
4132 From: "Vishal Bhatia" <vishalb@my-deja.com>
4133 Date: Wed, 11 Aug 1999 01:43:28 -0700
4134 Message-ID: <GFCJELIOGEENAAAA@my-deja.com>
4135 Subject: compiler on win32
4136 Branch: perl
4137 ! ext/B/B/C.pm
4138____________________________________________________________________________
4139[ 4094] By: jhi on 1999/09/06 20:34:44
4140 Log: Integrate with Sarathy.
4141 Branch: cfgperl
4142 !> ext/B/B/Bytecode.pm lib/Test/Harness.pm t/TEST t/UTEST
4143 !> t/harness t/pragma/sub_lval.t utils/Makefile utils/perlcc.PL
4144____________________________________________________________________________
4145[ 4093] By: jhi on 1999/09/06 20:33:43
4146 Log: Fix UV_SIZEOF to UVSIZE; change the overflow tests
4147 so that they overflow also on 64-bit platforms.
4148 Branch: cfgperl
4149 ! t/pragma/warn/toke t/pragma/warn/util toke.c util.c
4150____________________________________________________________________________
4151[ 4092] By: gsar on 1999/09/06 20:16:58
4152 Log: support bytecode and C backends in perlcc (patch suggested
4153 by Tom Hughes <tom@compton.au>); s/-opt/-noopt/ and make the
4154 C backend the default; describe new switches in pod; introduce
4155 PERLCC_OPTS and s/COMPILE_TIMEOUT/PERLCC_TIMEOUT/;
4156 s/COMPILE_TEST/HARNESS_COMPILE_TEST/; document these %ENV
4157 entries
4158 Branch: perl
4159 ! ext/B/B/Bytecode.pm lib/Test/Harness.pm t/TEST t/UTEST
4160 ! t/harness utils/Makefile utils/perlcc.PL
4161____________________________________________________________________________
4162[ 4091] By: jhi on 1999/09/06 19:10:41
4163 Log: Integrate with Sarathy.
4164 Branch: cfgperl
4165 +> t/pragma/sub_lval.t
4166 !> (integrate 52 files)
4167____________________________________________________________________________
4168[ 4090] By: gsar on 1999/09/06 19:09:06
4169 Log: propagate changed error text
4170 Branch: perl
4171 ! t/pragma/sub_lval.t
4172____________________________________________________________________________
4173[ 4089] By: gsar on 1999/09/06 18:54:43
4174 Log: sprintf doc tweak (from Ian Phillipps <ian@dial.pipex.com>)
4175 Branch: perl
4176 ! pod/perlfunc.pod
4177____________________________________________________________________________
4178[ 4088] By: gsar on 1999/09/06 18:52:10
4179 Log: From: paul.marquess@bt.com
4180 Date: Sun, 5 Sep 1999 15:11:08 +0100
4181 Message-ID: <5104D4DBC598D211B5FE0000F8FE7EB202D49BAB@mbtlipnt02.btlabs.bt.co.uk>
4182 Subject: [PATCH 5.005_61] Another patch for Lexical Warnings
4183 Branch: perl
4184 ! pp_sys.c t/pragma/warn/doio t/pragma/warn/op
4185 ! t/pragma/warn/pp_hot t/pragma/warn/pp_sys
4186 ! t/pragma/warn/regcomp t/pragma/warn/sv t/pragma/warn/toke
4187 ! t/pragma/warn/universal t/pragma/warn/utf8 t/pragma/warn/util
4188 ! toke.c
4189____________________________________________________________________________
4190[ 4087] By: gsar on 1999/09/06 18:06:06
4191 Log: change#3612 is buggy when quotemeta argument matches target
4192 (hope this is the last of the optimized-OP_SASSIGN bugs)
4193 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
4194 Date: Sun, 5 Sep 1999 06:07:42 -0400 (EDT)
4195 Message-Id: <199909051007.GAA06423@monk.mps.ohio-state.edu>
4196 Subject: Re: [BUG: quotemeta]
4197 Branch: perl
4198 ! Changes op.c t/op/lex_assign.t
4199____________________________________________________________________________
3dbf192b
IZ
4200[ 4086] By: gsar on 1999/09/06 17:57:52
4201 Log: misc tweaks
4202 Branch: perl
4203 ! bytecode.pl ext/ByteLoader/byterun.h pod/perlsyn.pod toke.c
4204____________________________________________________________________________
4205[ 4085] By: gsar on 1999/09/06 03:54:23
4206 Log: applied patch suggested by Hans Mulder to fix problems on
4207 OPENSTEP-Mach; be more careful about PERL_POLLUTE_MALLOC
4208 when they ask for bincompat (platforms that used to default
4209 to EMBEDMYMALLOC continue to do so); disable warnings.t#192
4210 (appears unsalvageable on some platforms)
4211 Branch: perl
4212 ! embed.h embed.pl handy.h perl.h pp_sys.c t/pragma/warn/pp_hot
4213____________________________________________________________________________
4214[ 4084] By: bailey on 1999/09/06 02:39:11
4215 Log: Integrate mainline 5.05_61
4216 Branch: vmsperl
4217 +> (branch 32 files)
4218 - lib/unicode/EthiopicSyllables.txt
4219 - lib/unicode/MakeEthiopicSyllables.PL t/pragma/warning.t
4220 - warning.pl
4221 ! vms/descrip_mms.template vms/gen_shrfls.pl vms/perly_c.vms
4222 ! vms/perly_h.vms vms/vms.c
4223 !> (integrate 346 files)
4224____________________________________________________________________________
4225[ 4083] By: gsar on 1999/09/06 00:10:40
4226 Log: optional warning on join(/foo/...) (reworked suggested patch
4227 by Mark-Jason Dominus <mjd@plover.com>)
4228 Branch: perl
4229 ! embed.h objXSUB.h op.c opcode.h opcode.pl perlapi.c
4230 ! pod/perldelta.pod pod/perldiag.pod pod/perlfunc.pod pp.sym
4231 ! pp_proto.h t/pragma/warn/op
4232____________________________________________________________________________
4233[ 4082] By: gsar on 1999/09/05 22:28:57
4234 Log: fix data loss when more than one block is read from SDBM
4235 *.dir file (suggested by Uwe Ohse <uwe@ohse.de>)
4236 Branch: perl
4237 ! ext/SDBM_File/sdbm/sdbm.c
4238____________________________________________________________________________
4239[ 4081] By: gsar on 1999/09/05 22:07:18
4240 Log: initial implementation of lvalue subroutines (slightly fixed
4241 version of patch suggested by Ilya Zakharevich, which in turn
4242 is based on the one suggested by Tuomas J. Lukka <lukka@iki.fi>)
4243 Branch: perl
4244 + t/pragma/sub_lval.t
4245 ! MANIFEST cop.h cv.h dump.c embed.h ext/Opcode/Opcode.pm
4246 ! ext/attrs/attrs.pm ext/attrs/attrs.xs global.sym objXSUB.h
4247 ! op.c op.h opcode.h opcode.pl opnames.h perlapi.c
4248 ! pod/perldiag.pod pod/perlsub.pod pp.c pp.sym pp_hot.c
4249 ! pp_proto.h proto.h t/pragma/warn/pp_ctl
4250____________________________________________________________________________
4251[ 4080] By: jhi on 1999/09/05 22:02:18
4252 Log: Undo #4055 (related to #4079).
4253 Branch: cfgperl
4254 ! pod/perlop.pod
4255____________________________________________________________________________
4256[ 4079] By: jhi on 1999/09/05 21:30:54
4257 Log: Time is not yet ripe.
4258 Branch: cfgperl
4259 ! pod/perldelta.pod pod/perlop.pod pp.c t/op/64bit.t t/op/misc.t
4260____________________________________________________________________________
4261[ 4078] By: gsar on 1999/09/05 18:17:32
4262 Log: modified suggested patch to handle cross-refs and qr// objects
4263 correctly; unfollowed refs are represented as simple string
4264 value, not just the bare type; $VERSION stays the same until
4265 it is ready for prime time (avoids CPAN confustication)
4266 From: John Nolan <jpnolan@Op.Net>
4267 Date: Wed, 04 Aug 1999 20:21:10 EDT
4268 Message-Id: <199908050021.UAA09693@monet.op.net>
4269 Subject: [ID 19990804.006] [PATCH]5.005_60 (Data::Dumper) - implements Maxdepth setting
4270 Branch: perl
4271 ! Changes ext/Data/Dumper/Changes ext/Data/Dumper/Dumper.pm
4272 ! ext/Data/Dumper/Dumper.xs ext/Data/Dumper/Todo t/lib/dumper.t
4273____________________________________________________________________________
4274[ 4077] By: jhi on 1999/09/04 21:54:42
4275 Log: timesum() wasn't @EXPORTed as promised by the documentation.
4276 Bug reported by Alex Efros <powerman@inart.kharkov.com>.
4277 Branch: cfgperl
4278 ! lib/Benchmark.pm
4279____________________________________________________________________________
a2126434
JN
4280[ 4076] By: gsar on 1999/09/04 20:21:59
4281 Log: integrate cfgperl contents into mainline
4282 Branch: perl
4283 +> lib/attributes.pm lib/warnings.pm t/lib/attrs.t t/op/attrs.t
4284 +> t/pragma/warn/7fatal t/pragma/warn/8signal t/pragma/warnings.t
4285 +> warnings.h warnings.pl xsutils.c
4286 - lib/warning.pm t/pragma/warning.t warning.h warning.pl
4287 !> (integrate 109 files)
4288____________________________________________________________________________
4289[ 4075] By: jhi on 1999/09/04 18:04:47
4290 Log: use integer on the problematic subtest.
4291 Branch: cfgperl
4292 ! t/op/misc.t
4293____________________________________________________________________________
4294[ 4074] By: jhi on 1999/09/04 17:57:40
4295 Log: Warn about numconvert.t in case somebody
4296 wants to make sv_2pv more 64-bit aware.
4297 Branch: cfgperl
4298 ! sv.c
4299____________________________________________________________________________
4300[ 4073] By: jhi on 1999/09/04 17:54:51
4301 Log: Comment upgrading: the quad situation isn't quite as
4302 bad as it used to be.
4303 Branch: cfgperl
4304 ! perl.h
4305____________________________________________________________________________
4306[ 4072] By: jhi on 1999/09/04 15:35:37
4307 Log: Integrate with Sarathy.
4308 Branch: cfgperl
4309 !> win32/win32.c
4310____________________________________________________________________________
4311[ 4071] By: jhi on 1999/09/04 15:28:11
4312 Log: Fix LFS with -Duseperlio in Solaris. Reported in
4313
4314 From: Robin Barker <rmb1@cise.npl.co.uk>
4315 To: perl5-porters@perl.org
4316 Subject: [ID 19990823.009] [PATCH perl5.005_61] typo in perl.h
4317 Date: Mon, 23 Aug 1999 16:41:11 +0100 (BST)
4318 Message-Id: <199908231541.QAA10043@tempest.npl.co.uk>
4319
4320 and later (in private email) found to be dependent
4321 on useperlio.
4322
4323 Mental note: the cpp magic done in perlsdio.h (and assumedly
4324 also in perlsfio.h) may cause trouble later with lfs because
4325 both the perlio scheme by Perl and the lfs support by vendors
4326 like to play cpp games to map the stdio namespace back and forth.
4327 The problem fixed here (fseek vs fseeko, ftell vs ftello) may be
4328 just the beginning.
4329 Branch: cfgperl
4330 ! perlio.c
4331____________________________________________________________________________
4332[ 4070] By: jhi on 1999/09/04 13:12:14
4333 Log: Enable 64-bit clean bit ops.
4334 (Disables the t/op/misc.t substest 3 in 64-bit platforms.)
4335 Branch: cfgperl
4336 ! pod/perldelta.pod pod/perlop.pod pp.c pp_hot.c t/op/64bit.t
4337 ! t/op/misc.t
4338____________________________________________________________________________
4339[ 4069] By: jhi on 1999/09/03 21:17:30
4340 Log: Turn on USE_64_BIT_OFFSETS implicitly.
4341 Branch: cfgperl
4342 ! perl.h
4343____________________________________________________________________________
4344[ 4068] By: jhi on 1999/09/03 08:19:59
4345 Log: Fix from Spider for the sub attributes (there was an undocumented
4346 dependency between force_word() and skipspace()).
4347 Branch: cfgperl
4348 ! toke.c
4349____________________________________________________________________________
4350[ 4067] By: jhi on 1999/09/01 23:17:06
4351 Log: From: John Tobey <spam@john-edwin-tobey.org>
4352 To: ilya@math.ohio-state.edu
4353 CC: perl5-porters@perl.org
4354 Subject: Re: [PATCH 5.005_60] distclean forgot two
4355 Date: Mon, 23 Aug 1999 02:10:11 -0400 (EDT)
4356 Message-Id: <m11InJ5-000FPCC@feynman.localnet>
4357 Branch: cfgperl
4358 ! t/lib/dprof.t
4359____________________________________________________________________________
4360[ 4066] By: jhi on 1999/09/01 23:14:50
4361 Log: From: "Fifer, Eric" <EFifer@sanwaint.com>
4362 To: perl5-porters@perl.org
4363 Subject: [ID 19990821.001] [PATCH] perl5.005_60 cygwin port
4364 Date: Fri, 20 Aug 1999 15:37:27 +0100
4365 Message-Id: <8A160D637356D311BC4300600849EC8122E217@POST>
4366 Branch: cfgperl
4367 ! cygwin/Makefile.SHs ext/ByteLoader/byterun.h
4368 ! ext/SDBM_File/sdbm/sdbm.c hints/cygwin.sh perl.h pp_sys.c
4369 ! t/io/fs.t t/io/tell.t t/lib/anydbm.t t/op/stat.t
4370____________________________________________________________________________
4371[ 4065] By: jhi on 1999/09/01 22:06:43
4372 Log: From: Dominic Dunlop <domo@vo.lu>
4373 To: perl5-porters@perl.org
4374 Subject: [ID 19990819.001] Not OK: perl 5.00560 on powerpc-machten 4.1.1
4375 (UNINSTALLED) [PATCH]
4376 Date: Thu, 19 Aug 1999 09:48:03 +0200
4377 Message-Id: <v03110709b3e165b51dda@[212.24.192.132]>
4378
4379 The PERL_POLLUTE_MALLOC part had to be manually applied.
4380 Branch: cfgperl
4381 ! hints/machten.sh perl.h
4382____________________________________________________________________________
4383[ 4064] By: jhi on 1999/09/01 13:56:14
4384 Log: From: Martin Lichtin <lichtin@bivio.com>
4385 To: jhi@iki.fi
4386 CC: perl5-porters@perl.org
4387 Subject: Re: [ID 19990829.001] ExtUtils::Install.pm, minor umask problem
4388 Date: Wed, 01 Sep 1999 15:50:04 +0200
4389 Message-ID: <37CD2F0C.944BFACE@bivio.com>
4390 Branch: cfgperl
4391 ! lib/ExtUtils/Install.pm
4392____________________________________________________________________________
4393[ 4063] By: jhi on 1999/09/01 13:16:11
4394 Log: Enhance lfs tests: check every seek and sysseek
4395 and test also that -e and -f detect largefiles.
4396 Branch: cfgperl
4397 ! t/lib/syslfs.t t/op/lfs.t
4398____________________________________________________________________________
4399[ 4062] By: jhi on 1999/09/01 12:08:04
4400 Log: From: Colin Kuskie <ckuskie@Cadence.COM>
4401 To: Ronald J Kimball <rjk@linguist.dartmouth.edu>
4402 cc: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>,
4403 The Perl Porters Mailing List <perl5-porters@perl.org>
4404 Subject: [REPATCH 5.005_61] Re: perldiag.pod omissions
4405 Date: Tue, 31 Aug 1999 11:24:31 -0700 (PDT)
4406 Message-ID: <Pine.GSO.4.10.9908311055460.11290-100000@pdxult10a.cadence.com>
4407 Branch: cfgperl
4408 ! pod/perldiag.pod
4409____________________________________________________________________________
4410[ 4061] By: jhi on 1999/09/01 12:03:03
4411 Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
4412 To: ilya@math.ohio-state.edu (Ilya Zakharevich)
4413 Cc: perl5-porters@perl.org, cloos@adamsmith.ai
4414 Subject: Re: [ID 19990830.005] Assigning value of an op on an SV to said SV
4415 Date: Wed, 1 Sep 1999 02:56:06 -0400 (EDT)
4416 Message-Id: <199909010656.CAA04478@monk.mps.ohio-state.edu>
4417 Branch: cfgperl
4418 ! op.c t/op/join.t
4419____________________________________________________________________________
4420[ 4060] By: jhi on 1999/09/01 07:59:42
4421 Log: IV_DIG and NV_DIG fixes.
4422 Branch: cfgperl
4423 ! perl.h
4424____________________________________________________________________________
4425[ 4059] By: jhi on 1999/08/31 14:47:18
4426 Log: \C{} -> \N{} residue.
4427 Branch: cfgperl
4428 ! toke.c
4429____________________________________________________________________________
a2126434
JN
4430[ 4057] By: gsar on 1999/08/30 22:08:19
4431 Log: avoid hiding child process window
4432 Branch: perl
4433 ! win32/win32.c
4434____________________________________________________________________________
a2126434
JN
4435[ 4055] By: jhi on 1999/08/30 21:20:50
4436 Log: Document the undefinedness of overshifting.
4437 Branch: cfgperl
4438 ! pod/perlop.pod
4439____________________________________________________________________________
4440[ 4054] By: jhi on 1999/08/30 20:18:18
4441 Log: History fixes and updates.
4442 Branch: cfgperl
4443 ! pod/perlhist.pod
4444____________________________________________________________________________
4445[ 4053] By: jhi on 1999/08/30 19:34:02
4446 Log: Shell quoting thinko broke installdirs.
4447 From: JVromans@Squirrel.nl (Johan Vromans)
4448 To: perl5-porters@perl.org
4449 Subject: [ID 19990830.001] 5.005_61 Configure does not substitute
4450 installprefix
4451 Date: Mon, 30 Aug 1999 16:10:10 +0200 (MEST)
4452 Message-Id: <14282.37058.934928.805633@plume.nl.compuware.com>
4453 Branch: cfgperl
4454 ! Configure config_h.SH
4455 Branch: metaconfig
4456 ! U/installdirs/archlib.U U/installdirs/bin.U
4457 ! U/installdirs/html1dir.U U/installdirs/html3dir.U
4458 ! U/installdirs/installprefix.U U/installdirs/man1dir.U
4459 ! U/installdirs/man3dir.U U/installdirs/privlib.U
4460 ! U/installdirs/scriptdir.U U/installdirs/sitearch.U
4461 ! U/installdirs/sitebin.U U/installdirs/sitehtml1dir.U
4462 ! U/installdirs/sitehtml3dir.U U/installdirs/sitelib.U
4463 ! U/installdirs/siteman1dir.U U/installdirs/siteman3dir.U
4464 ! U/installdirs/sitescriptdir.U U/installdirs/vendorarch.U
4465 ! U/installdirs/vendorbin.U U/installdirs/vendorhtml1dir.U
4466 ! U/installdirs/vendorhtml3dir.U U/installdirs/vendorlib.U
4467 ! U/installdirs/vendorman1dir.U U/installdirs/vendorman3dir.U
4468 ! U/installdirs/vendorscriptdir.U
4469____________________________________________________________________________
4470[ 4052] By: jhi on 1999/08/30 02:57:05
4471 Log: Use \N{named characters} instead of \C.
4472 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
4473 To: jhi@iki.fi
4474 Cc: larry@wall.org (Larry Wall), Tim.Bunce@ig.co.uk (Tim Bunce),
4475 perl5-porters@perl.org (Mailing list Perl5)
4476 Subject: Re: [PATCH 5.005_58] Named characters in Perl
4477 Date: Sun, 29 Aug 1999 16:46:53 -0400 (EDT)
4478 Message-Id: <199908292046.QAA05510@monk.mps.ohio-state.edu>
4479 Branch: cfgperl
4480 ! lib/charnames.pm lib/utf8.pm pod/perldiag.pod pod/perlop.pod
4481 ! pod/perlre.pod regcomp.c t/lib/charnames.t toke.c
4482____________________________________________________________________________
4483[ 4051] By: jhi on 1999/08/30 02:54:20
4484 Log: From: Spider Boardman <spider@Orb.Nashua.NH.US>
4485 To: perl5-porters@perl.org
4486 Subject: [ID 19990829.004] Autoloaded &VERSION and UNIVERSAL::VERSION
4487 don't mix
4488 Date: Sun, 29 Aug 1999 19:04:53 -0400
4489 Message-Id: <199908292304.TAA13738@Orb.Nashua.NH.US>
4490 Branch: cfgperl
4491 ! universal.c
4492____________________________________________________________________________
4493[ 4050] By: jhi on 1999/08/29 16:38:58
4494 Log: Conditionally socksify the LIBS of Socket.
4495 Branch: cfgperl
4496 ! ext/Socket/Makefile.PL
4497____________________________________________________________________________
4498[ 4049] By: jhi on 1999/08/29 15:33:30
4499 Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
4500 To: Mailing list Perl5 <perl5-porters@perl.org>
4501 Subject: Re: [PATCH 5.005_60] fix @DB::typeahead
4502 Date: Wed, 25 Aug 1999 16:19:58 -0400
4503 Message-ID: <19990825161958.A4658@monk.mps.ohio-state.edu>
4504 Branch: cfgperl
4505 ! lib/perl5db.pl
4506____________________________________________________________________________
4507[ 4048] By: jhi on 1999/08/29 15:31:36
4508 Log: From: Stephen McCamant <smccam@uclink4.berkeley.edu>
4509 To: perl5-porters@perl.org
4510 Subject: [PATCH _61] Lost arguments to simplified sort
4511 Date: Wed, 25 Aug 1999 23:22:32 -0700 (PDT)
4512 Message-ID: <14276.56616.879390.562685@metonymy.hip.berkeley.edu>
4513 Branch: cfgperl
4514 ! op.c t/op/sort.t
4515____________________________________________________________________________
4516[ 4047] By: jhi on 1999/08/29 15:29:29
4517 Log: From: Olaf Flebbe <olaf@science-computing.de>
4518 Sender: owner-perl5-porters@perl.org
4519 To: perl5-porters@perl.org
4520 Subject: [ID 19990827.003] [PATCH]5.005_60 Patch for EPOC Support
4521 Date: Fri, 27 Aug 1999 21:50:41 +0200 (MEST)
4522 Branch: cfgperl
4523 ! README.epoc epoc/config.h epoc/epoc.c epoc/epocish.h
4524 ! epoc/perl.mmp epoc/perl.pkg
4525____________________________________________________________________________
4526[ 4046] By: jhi on 1999/08/29 15:21:18
4527 Log: From: pvhp@forte.com (Peter Prymmer)
4528 To: perl5-porters@perl.org
4529 Subject: [PATCH: 5.005_61] an EBCDIC friendly cgi-html.t test
4530 Date: Fri, 27 Aug 99 18:51:04 PDT
4531 Message-Id: <9908280151.AA05010@forte.com>
4532 Branch: cfgperl
4533 ! t/lib/cgi-html.t
4534____________________________________________________________________________
4535[ 4045] By: jhi on 1999/08/29 15:18:38
4536 Log: Fix scalar gmtime (and localtime) in quad environments,
4537 bug reported by Robin Parker.
4538
4539 From: Robin Barker <rmb1@cise.npl.co.uk>
4540 To: jhi@iki.fi
4541 Cc: perl5-porters@perl.org
4542 Subject: Re: [ID 19990823.009] [PATCH perl5.005_61] typo in perl.h
4543 Date: Tue, 24 Aug 1999 11:09:24 +0100 (BST)
4544 Message-Id: <199908241009.LAA24394@tempest.npl.co.uk>
4545 Branch: cfgperl
4546 ! pp_sys.c t/op/time.t
4547____________________________________________________________________________
4548[ 4044] By: jhi on 1999/08/29 11:24:03
4549 Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
4550 To: perl5-porters@perl.org (Mailing list Perl5)
4551 Subject: [PATCH 5.005_60] Speeding up XSUB calls up to 66%
4552 Date: Fri, 27 Aug 1999 03:33:01 -0400 (EDT)
4553 Message-Id: <199908270733.DAA16927@monk.mps.ohio-state.edu>
4554
4555 Addendum: it's "only" 33% speedup.
4556 Branch: cfgperl
4557 ! dump.c op.c op.h pp.h
4558____________________________________________________________________________
4559[ 4043] By: jhi on 1999/08/29 11:10:33
4560 Log: From: spider-perl@Orb.Nashua.NH.US
4561 To: Mailing list Perl5 <perl5-porters@perl.org>
4562 Subject: [PATCH 5.005_61 CORE] sub : attrlist
4563 Date: Sun, 29 Aug 1999 03:02:11 -0400
4564 Message-Id: <199908290702.DAA32191@Orb.Nashua.NH.US>
4565 Branch: cfgperl
4566 + lib/attributes.pm t/lib/attrs.t t/op/attrs.t xsutils.c
4567 ! MANIFEST Makefile.SH embed.h embed.pl embedvar.h global.sym
4568 ! gv.c lib/AutoSplit.pm lib/SelfLoader.pm objXSUB.h op.c perl.c
4569 ! perl.h perlapi.c perlapi.h perly.c perly.fixer perly.h perly.y
4570 ! perly_c.diff pod/perldelta.pod pod/perldiag.pod
4571 ! pod/perlfunc.pod pod/perlmodlib.pod pod/perlsub.pod proto.h
4572 ! toke.c vms/perly_c.vms vms/perly_h.vms warnings.h
4573____________________________________________________________________________
4574[ 4042] By: jhi on 1999/08/29 11:08:50
4575 Log: Turn off gcc-2.95's strict-alias optimization.
4576 This, of course, should be only temporary.
4577 From Andy Dougherty.
4578 Branch: cfgperl
4579 ! Configure config_h.SH
4580 Branch: metaconfig
4581 ! U/compline/ccflags.U U/modified/cc.U
4582____________________________________________________________________________
4583[ 4041] By: jhi on 1999/08/29 10:47:30
4584 Log: Fix a typo in #4036.
4585 Branch: cfgperl
4586 ! mg.c
4587____________________________________________________________________________
4588[ 4040] By: jhi on 1999/08/29 10:34:58
4589 Log: Add a missing #endif forgotten by #4035.
4590 Branch: cfgperl
4591 ! doop.c
4592____________________________________________________________________________
4593[ 4039] By: jhi on 1999/08/29 10:31:19
4594 Log: Remove an extra #endif introduced by #4036.
4595 Branch: cfgperl
4596 ! perl.h
4597____________________________________________________________________________
4598[ 4038] By: jhi on 1999/08/29 10:18:59
4599 Log: Rename warning to warnings, from Paul Marquess.
4600 Branch: cfgperl
4601 + lib/warnings.pm t/pragma/warn/7fatal t/pragma/warn/8signal
4602 + t/pragma/warnings.t warnings.h warnings.pl
4603 - lib/warning.pm t/pragma/warning.t warning.h warning.pl
4604 ! MANIFEST Makefile.SH gv.c mg.c perl.h pod/perldelta.pod
4605 ! pod/perldiag.pod pod/perlfunc.pod pod/perllexwarn.pod
4606 ! pod/perlmodlib.pod pod/perlrun.pod pod/perltoc.pod
4607 ! pod/perlvar.pod t/op/64bit.t t/op/tie.t t/pragma/warn/2use
4608 ! t/pragma/warn/3both t/pragma/warn/4lint t/pragma/warn/5nolint
4609 ! t/pragma/warn/6default t/pragma/warn/doio t/pragma/warn/doop
4610 ! t/pragma/warn/gv t/pragma/warn/mg t/pragma/warn/op
4611 ! t/pragma/warn/perl t/pragma/warn/perly t/pragma/warn/pp
4612 ! t/pragma/warn/pp_ctl t/pragma/warn/pp_hot t/pragma/warn/pp_sys
4613 ! t/pragma/warn/regcomp t/pragma/warn/regexec t/pragma/warn/sv
4614 ! t/pragma/warn/taint t/pragma/warn/toke t/pragma/warn/universal
4615 ! t/pragma/warn/utf8 t/pragma/warn/util toke.c
4616____________________________________________________________________________
4617[ 4037] By: jhi on 1999/08/29 10:08:47
4618 Log: Create the equivalence tables based on
4619 the real Unicode decomposition, not on
4620 the character name.
4621 Branch: cfgperl
4622 ! lib/unicode/Eq/Latin1 lib/unicode/Eq/Unicode
4623 ! lib/unicode/mktables.PL
4624____________________________________________________________________________
4625[ 4036] By: jhi on 1999/08/29 09:29:08
4626 Log: Integrate with Sarathy.
4627 Branch: cfgperl
4628 +> lib/unicode/Is/SylA.pl lib/unicode/Is/SylC.pl
4629 +> lib/unicode/Is/SylE.pl lib/unicode/Is/SylI.pl
4630 +> lib/unicode/Is/SylO.pl lib/unicode/Is/SylU.pl
4631 +> lib/unicode/Is/SylV.pl lib/unicode/Is/SylWA.pl
4632 +> lib/unicode/Is/SylWC.pl lib/unicode/Is/SylWE.pl
4633 +> lib/unicode/Is/SylWI.pl lib/unicode/Is/SylWV.pl
4634 !> (integrate 190 files)
4635____________________________________________________________________________
4636[ 4035] By: jhi on 1999/08/29 08:56:15
4637 Log: Implement 64-bit vec().
4638 Branch: cfgperl
4639 ! doop.c pod/perldelta.pod pod/perldiag.pod pod/perlfunc.pod
4640 ! pp.h t/op/64bit.t
4641____________________________________________________________________________
4642[ 4034] By: gsar on 1999/08/29 03:35:18
4643 Log: deadcode removal
4644 Branch: perl
4645 ! XSUB.h embed.h embed.pl global.sym mg.c op.c perl.h perlapi.h
4646 ! pp_ctl.c proto.h run.c sv.c
4647____________________________________________________________________________
4648[ 4033] By: jhi on 1999/08/28 17:31:07
4649 Log: From: Robin Barker <rmb1@cise.npl.co.uk>
4650 To: perl5-porters@perl.org
4651 Subject: [ID 19990823.009] [PATCH perl5.005_61] typo in perl.h
4652 Date: Mon, 23 Aug 1999 16:41:11 +0100 (BST)
4653 Message-Id: <199908231541.QAA10043@tempest.npl.co.uk>
4654 Branch: cfgperl
4655 ! perl.h
4656____________________________________________________________________________
4657[ 4032] By: gsar on 1999/08/26 23:53:33
4658 Log: new thread should set current interp in TLS
4659 Branch: perl
4660 ! ext/Thread/Thread.xs
4661____________________________________________________________________________
4662[ 4031] By: bailey on 1999/08/23 03:40:07
4663 Log: When extension doesn't have a "main" object file to anchor linker search, pull in all objct files
4664 Branch: vmsperl
4665 ! lib/ExtUtils/MM_VMS.pm
4666____________________________________________________________________________
4667[ 4030] By: bailey on 1999/08/23 03:37:43
4668 Log: Patch up holes in realclean target
4669 Branch: vmsperl
4670 ! vms/descrip_mms.template
4671____________________________________________________________________________
4672[ 4029] By: bailey on 1999/08/23 03:36:24
4673 Log: Fix handling of PERL_POLLUTE
4674 Branch: vmsperl
4675 ! lib/ExtUtils/MM_VMS.pm
4676____________________________________________________________________________
4677[ 4028] By: bailey on 1999/08/23 03:34:08
4678 Log: Update VMS version of perly.h
4679 Branch: vmsperl
4680 ! vms/perly_h.vms
4681____________________________________________________________________________
4682[ 4027] By: bailey on 1999/08/23 03:32:45
4683 Log: Update dependencies in Descrip.MMS
4684 Branch: vmsperl
4685 ! vms/descrip_mms.template
4686____________________________________________________________________________
4687[ 4026] By: bailey on 1999/08/23 03:30:01
4688 Log: Fix prototypes in perlapi.c (64-bit?)
4689 Clear prior definition of getenv_len before defining VMS-specific macro
4690 Branch: vmsperl
4691 ! perlapi.c vms/vmsish.h
4692____________________________________________________________________________
4693[ 4025] By: bailey on 1999/08/23 03:25:51
4694 Log: Add '-m' option to Configure.com which skips the MANIFEST check
4695 Branch: vmsperl
4696 ! configure.com
4697____________________________________________________________________________
4698[ 4024] By: bailey on 1999/08/23 03:23:34
4699 Log: Skip open() tests that rely on Unix fork semantics
4700 Branch: vmsperl
4701 ! t/io/open.t
4702____________________________________________________________________________
4703[ 4023] By: bailey on 1999/08/23 03:21:46
4704 Log: Loosen conditons for recognizing a function name in perl.h to accomodate revisions
4705 Branch: vmsperl
4706 ! vms/gen_shrfls.pl
4707____________________________________________________________________________
4708[ 4022] By: bailey on 1999/08/23 03:17:33
4709 Log: update MM_VMS to use new File::Spec routines
4710 Branch: vmsperl
4711 ! lib/ExtUtils/MM_VMS.pm lib/File/Spec/VMS.pm
4712____________________________________________________________________________
4713[ 4021] By: bailey on 1999/08/23 03:13:40
4714 Log: byteperl is now part of the ByteLoader ext
4715 Branch: vmsperl
4716 ! ext/ByteLoader/byterun.h vms/descrip_mms.template
4717____________________________________________________________________________
4718[ 4020] By: bailey on 1999/08/23 03:10:41
4719 Log: Allow option to treat barewords at start of Unix paths as simple words rather than logicals
4720 Branch: vmsperl
4721 ! vms/vms.c
4722____________________________________________________________________________
4723[ 4019] By: bailey on 1999/08/23 03:07:28
4724 Log: Update calls for new thread context handling
4725 Branch: vmsperl
4726 ! ext/Devel/DProf/DProf.xs ext/DynaLoader/dl_vms.xs
4727 ! ext/POSIX/POSIX.xs vms/vms.c vms/vmsish.h vms/writemain.pl
4728____________________________________________________________________________
4729[ 4018] By: bailey on 1999/08/23 03:01:31
4730 Log: Allow for file versions in library when looking for .bs files
4731 Branch: vmsperl
4732 ! ext/DynaLoader/DynaLoader_pm.PL
4733____________________________________________________________________________
4734[ 4017] By: bailey on 1999/08/23 02:58:55
4735 Log: Update VMS configuration procedures for 5.005_60
4736 Branch: vmsperl
4737 ! configure.com vms/subconfigure.com
4738____________________________________________________________________________
4739[ 4016] By: gsar on 1999/08/20 22:19:56
4740 Log: update Changes
4741 Branch: perl
4742 ! Changes
4743
4744----------------
4745Version 5.005_61
651a3225
GS
4746----------------
4747
4748____________________________________________________________________________
7138795d
GS
4749[ 4015] By: gsar on 1999/08/20 22:17:41
4750 Log: perl_free() should use PerlMem_free()
4751 Branch: perl
4752 ! perl.c
4753____________________________________________________________________________
4754[ 4014] By: gsar on 1999/08/20 22:10:46
4755 Log: win32 tweaks
4756 Branch: perl
4757 ! XSUB.h mg.c perl.c win32/config.bc win32/config.gc
4758 ! win32/config.vc win32/config_H.bc win32/config_H.gc
4759 ! win32/config_H.vc
4760____________________________________________________________________________
4761[ 4013] By: gsar on 1999/08/20 22:09:56
4762 Log: DEBUG_m() adjusted to internalize dTHX
4763 Branch: perl
4764 ! malloc.c perl.h util.c
4765____________________________________________________________________________
4766[ 4012] By: gsar on 1999/08/20 17:51:06
4767 Log: make autogenerated files writable
4768 Branch: perl
4769 ! (edit 171 files)
4770____________________________________________________________________________
4771[ 4011] By: gsar on 1999/08/20 17:43:47
4772 Log: update Changes
4773 Branch: perl
4774 ! Changes perl.h pod/perldelta.pod pod/perlguts.pod
4775____________________________________________________________________________
4776[ 4010] By: gsar on 1999/08/20 17:21:53
4777 Log: up patchlevel &c
4778 Branch: perl
4779 ! Changes patchlevel.h win32/Makefile win32/config_H.bc
4780 ! win32/config_H.gc win32/config_H.vc win32/makefile.mk
4781____________________________________________________________________________
651a3225
GS
4782[ 4009] By: gsar on 1999/08/20 16:46:26
4783 Log: add missing Is/Syl*.pl files
4784 Branch: perl
4785 + lib/unicode/Is/SylA.pl lib/unicode/Is/SylC.pl
4786 + lib/unicode/Is/SylE.pl lib/unicode/Is/SylI.pl
4787 + lib/unicode/Is/SylO.pl lib/unicode/Is/SylU.pl
4788 + lib/unicode/Is/SylV.pl lib/unicode/Is/SylWA.pl
4789 + lib/unicode/Is/SylWC.pl lib/unicode/Is/SylWE.pl
4790 + lib/unicode/Is/SylWI.pl lib/unicode/Is/SylWV.pl
4791____________________________________________________________________________
4792[ 4008] By: gsar on 1999/08/20 16:31:02
4793 Log: integrate cfgperl contents into mainline
4794 Branch: perl
4795 +> ext/ByteLoader/hints/sunos.pl lib/charnames.pm
4796 +> lib/unicode/Eq/Latin1 lib/unicode/Eq/Unicode
4797 +> lib/unicode/syllables.txt t/lib/charnames.t t/lib/syslfs.t
4798 +> t/op/lfs.t
4799 - lib/unicode/EthiopicSyllables.txt
4800 - lib/unicode/MakeEthiopicSyllables.PL
4801 !> (integrate 261 files)
4802____________________________________________________________________________
4803[ 4007] By: gsar on 1999/08/20 15:24:08
4804 Log: support USE_THREADS+MULTIPLICITY; source compat tweaks for
4805 USE_THREADS and MULTIPLICITY; minor pod adjustments
4806 Branch: perl
4807 ! Porting/patching.pod Todo Todo-5.005 XSUB.h embed.pl
4808 ! embedvar.h perl.c perl.h pod/perlguts.pod util.c
4809____________________________________________________________________________
4810[ 4006] By: jhi on 1999/08/19 19:01:41
4811 Log: Tighten the vec() code so that naughty BITS cause an error.
4812 Branch: cfgperl
4813 ! doop.c
4814____________________________________________________________________________
4815[ 4005] By: jhi on 1999/08/19 15:55:09
4816 Log: Don't document ill-defined vec() bits cases
4817 (for which the code doesn't work right in any case)
4818 Branch: cfgperl
4819 ! pod/perldiag.pod pod/perlfunc.pod
4820____________________________________________________________________________
4821[ 4004] By: jhi on 1999/08/19 12:49:41
4822 Log: Removed duplicated code (in pp.c and mg.c) by introducing
4823 do_vecget(). NOTE: the calling convention of do_vecset()
4824 changes, too: the `offset' that is assigned to LvTARGOFF(TARG)
4825 in pp_vec() is no more multiplied by `size' in pp_vec(),
4826 the multiplication is now done in do_vecset().
4827
4828 Also fix a cpp thinko in change #4002.
4829 Branch: cfgperl
4830 ! doop.c embed.h embed.pl embedvar.h global.sym mg.c objXSUB.h
4831 ! perl.h perlapi.c pod/perldiag.pod pod/perlfunc.pod pp.c
4832 ! proto.h
4833____________________________________________________________________________
4834[ 4003] By: jhi on 1999/08/18 08:27:22
4835 Log: Warn about small spherical distances.
4836 Branch: cfgperl
4837 ! lib/Math/Trig.pm
4838____________________________________________________________________________
4839[ 4002] By: jhi on 1999/08/17 09:11:51
4840 Log: Enhance IV_FITS_IN_IV (though it's still unused).
4841 Branch: cfgperl
4842 ! perl.h
4843____________________________________________________________________________
4844[ 4001] By: jhi on 1999/08/17 08:13:34
4845 Log: From: andreas.koenig@anima.de (Andreas J. Koenig)
4846 Message-ID: <sfcogg7ylk7.fsf@hohenstaufen.in-berlin.de>
4847 To: The Perl5 Porters Mailing List <perl5-porters@perl.org>
4848 Subject: [PATCH] overload.pm str/num confu
4849 Date: 17 Aug 1999 08:21:12 +0200
4850 Branch: cfgperl
4851 ! lib/overload.pm
4852____________________________________________________________________________
4853[ 4000] By: jhi on 1999/08/17 07:20:23
4854 Log: From: merlyn@stonehenge.com (Randal L. Schwartz)
4855 To: perl5-porters@perl.org
4856 Subject: [ID 19990816.006] small patch to perlobj.pod from 5.005_03
4857 Date: 16 Aug 1999 14:24:28 -0700
4858 Message-Id: <m1ogg7to4z.fsf@halfdome.holdit.com>
4859 Branch: cfgperl
4860 ! pod/perlobj.pod
4861____________________________________________________________________________
4862[ 3999] By: jhi on 1999/08/16 19:49:09
4863 Log: Integrate with Nick.
4864 Branch: cfgperl
4865 !> cop.h op.c perl.c t/op/eval.t t/pragma/warn/op util.c
4866____________________________________________________________________________
4867[ 3998] By: jhi on 1999/08/16 19:44:29
4868 Log: Fix most of the pod2man moanings reported in
4869
4870 From: "Larry W. Virden" <lvirden@cas.org>
4871 To: perl5-porters@perl.org
4872 Subject: [ID 19990803.011] Not OK: perl 5.00560 on sun4-solaris 2.6
4873 (UNINSTALLED)
4874 Date: Tue, 3 Aug 1999 15:35:06 -0400 (EDT)
4875 Message-Id: <199908031935.PAA27692@cas.org>
4876
4877 Configure regen'ed.
4878 Branch: cfgperl
4879 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
4880 ! config_h.SH ext/B/B/Stash.pm lib/Carp/Heavy.pm
4881 ! lib/Dumpvalue.pm lib/Exporter/Heavy.pm lib/filetest.pm
4882 ! lib/utf8.pm pod/perllexwarn.pod pod/perlxstut.pod
4883 ! utils/h2xs.PL utils/perlcc.PL
4884____________________________________________________________________________
4885[ 3997] By: jhi on 1999/08/16 19:20:37
4886 Log: A fix of sorts for the flush-before-dup scenario.
4887 Branch: cfgperl
4888 ! doio.c
4889____________________________________________________________________________
4890[ 3996] By: jhi on 1999/08/16 19:14:37
4891 Log: More paranoia.
4892 Branch: cfgperl
4893 ! sv.c
4894____________________________________________________________________________
4895[ 3995] By: jhi on 1999/08/16 18:55:35
4896 Log: Batch of small 64-bit/long double/large file support tweaks:
4897 - scan for LDBL_DIG
4898 - from DBL_DIG and LDBL_DIG select NV_DIG
4899 - introduce IVSIZE, UVSIZE, NVSIZE
4900 - introduce IV_DIG
4901 - remove stdio64
4902 - AIX uses `oslevel` when others use `uname -r`
4903 - already AIX 4.2 goes 64-bit
4904 - in HP-UX require the 64-bit libc, just the directory isn't enough
4905 - group ids are not NVs
4906 - #undef USE_LONG_DOUBLE if long double is no better than double
4907 - introduce NV_WITHIN_*() and IV_FITS_IN_IV
4908 - mention large file support in perldelta
4909 - introduce quad TOPpin' and POPpin'
4910 - the svcat... buffer was tiny for printing quads in %b
4911 - fix the multiplication test in 64bit.t
4912 - try to make VMS to comply with all this removal and "introducal"
4913 of symbols
4914 Branch: cfgperl
4915 ! Configure config_h.SH dump.c hints/aix.sh hints/hpux.sh mg.c
4916 ! perl.h perlio.c pod/perldelta.pod pp.h sv.c t/lib/syslfs.t
4917 ! t/op/64bit.t t/op/lfs.t utf8.c vms/subconfigure.com
4918 Branch: metaconfig
4919 ! U/modified/d_longdbl.U
4920 Branch: metaconfig/U/perl
4921 + d_ldbl_dig.U
4922____________________________________________________________________________
4923[ 3994] By: jhi on 1999/08/16 07:53:44
4924 Log: More Configure/subconfigure.com syncing.
4925 Branch: cfgperl
4926 ! vms/subconfigure.com
4927____________________________________________________________________________
4928[ 3993] By: jhi on 1999/08/14 22:09:26
4929 Log: Remove from VMS what the change #3982 took away from Configure lands.
4930 Branch: cfgperl
4931 ! vms/subconfigure.com
4932____________________________________________________________________________
4933[ 3992] By: jhi on 1999/08/14 13:29:13
4934 Log: Small test tweaks.
4935 Branch: cfgperl
4936 ! t/io/dup.t t/lib/dprof.t t/lib/odbm.t
4937____________________________________________________________________________
4938[ 3991] By: jhi on 1999/08/14 13:08:41
4939 Log: Augment filesize limit note.
4940 Branch: cfgperl
4941 ! doio.c
4942____________________________________________________________________________
4943[ 3990] By: jhi on 1999/08/14 13:06:12
4944 Log: Note about filesize limits.
4945 Branch: cfgperl
4946 ! doio.c pp_sys.c
4947____________________________________________________________________________
4948[ 3989] By: jhi on 1999/08/14 11:31:58
4949 Log: Catch the case of filesize limits.
4950 Branch: cfgperl
4951 ! t/lib/syslfs.t t/op/lfs.t
4952____________________________________________________________________________
4953[ 3988] By: nick on 1999/08/14 09:20:58
4954 Log: New lightweight Carp has a require. If Carp is used in a __DIE__ handler
4955 this causes a POPSTACK panic. The problem seems to be that although
4956 die_where() has unwound the tail of perl_vdie() top_env setjmp has been
4957 set to resume execution there. Avoiding setting CATCH_SET(TRUE) in
4958 call_sv() avoids this. So invent a new G_NOCATCH flag to disable
4959 messing with CATCH_SET() in call_sv, use it in perl_vdie().
4960 Add test to op/eval.t which will fail (panic) if bug comes back.
4961 >>> I AM NOT CONVINCED THIS IS CORRECT LONG TERM FIX <<<
4962 Branch: perl
4963 ! cop.h perl.c t/op/eval.t util.c
4964____________________________________________________________________________
4965[ 3987] By: jhi on 1999/08/13 23:57:52
4966 Log: From: "Craig A. Berry" <craig.berry@metamor.com>
4967 To: perl5-porters@perl.org, vmsperl@perl.org, sarathy@activestate.com
4968 Subject: [PATCH 5.005_60] fix MM_VMS.pm for space-delimited lists
4969 Date: Fri, 13 Aug 1999 17:42:47 -0500
4970 Message-Id: <v04210105b3da3ed9599d@[172.16.246.133]>
4971 Branch: cfgperl
4972 ! lib/ExtUtils/MM_VMS.pm
4973____________________________________________________________________________
4974[ 3986] By: jhi on 1999/08/13 23:56:44
4975 Log: Don't quit before printing out the message.
4976 Branch: cfgperl
4977 ! t/lib/syslfs.t t/op/lfs.t
4978____________________________________________________________________________
4979[ 3985] By: jhi on 1999/08/13 23:35:49
4980 Log: Remove more t/ trash on target "clean".
4981 Branch: cfgperl
4982 ! Makefile.SH
4983____________________________________________________________________________
4984[ 3984] By: jhi on 1999/08/13 23:02:53
4985 Log: Avoid double long double.
4986 Branch: cfgperl
4987 ! Configure config_h.SH
4988 Branch: metaconfig/U/perl
4989 ! uselongdbl.U
4990____________________________________________________________________________
4991[ 3983] By: jhi on 1999/08/13 22:59:56
4992 Log: BYTEORDER fix.
4993 Branch: cfgperl
4994 ! Configure config_h.SH
4995 Branch: metaconfig
4996 ! U/compline/byteorder.U
4997____________________________________________________________________________
4998[ 3982] By: jhi on 1999/08/13 22:48:40
4999 Log: Jumbo Configure and large file support update.
5000 Remove a lot of unneeded 64-bitness cruft;
5001 re-introduce BYTEORDER; update 64-bitness hints;
5002 lfs should now work in Solaris; long doubles in AIX.
5003 Branch: cfgperl
5004 ! Configure config_h.SH doio.c hints/aix.sh hints/hpux.sh
5005 ! hints/irix_6.sh hints/solaris_2.sh iperlsys.h perl.h perlio.c
5006 ! perlsdio.h pp.h pp_sys.c
5007 Branch: metaconfig
5008 ! U/compline/byteorder.U U/compline/ccflags.U
5009 Branch: metaconfig/U/perl
5010 ! d_dlsymun.U io64.U uselongdbl.U
5011____________________________________________________________________________
651a3225
GS
5012[ 3980] By: jhi on 1999/08/13 15:09:11
5013 Log: Introduce HAS_LLSEEK.
5014 Branch: cfgperl
5015 ! Configure config_h.SH perl.h
5016____________________________________________________________________________
5017[ 3979] By: jhi on 1999/08/13 14:29:47
5018 Log: From: <dan@sidhe.org>
5019 To: perl5-porters@perl.org, vmsperl@perl.org, bailey@newman.upenn.edu,
5020 sarathy@activestate.com
5021 Subject: [PATCH 5.005_60]fix up VMS->unix filename translation a bit
5022 Date: Fri, 13 Aug 1999 09:00:42 -0700 (PDT)
5023 Message-ID: <Pine.LNX.4.10.9908130849390.3950-100000@tuatha.sidhe.org>
5024 Branch: cfgperl
5025 ! vms/vms.c
5026____________________________________________________________________________
5027[ 3978] By: jhi on 1999/08/13 09:56:46
5028 Log: Make the 64-bit tests more paranoid.
5029 Branch: cfgperl
5030 ! t/op/64bit.t
5031____________________________________________________________________________
651a3225
GS
5032[ 3976] By: jhi on 1999/08/12 21:49:16
5033 Log: IRIX64 needs more -mabi=64 with gcc.
5034 Branch: cfgperl
5035 ! hints/irix_6.sh
5036____________________________________________________________________________
5037[ 3975] By: jhi on 1999/08/12 21:02:03
5038 Log: Reincarnate change #3967, now in more modest form.
5039 Branch: cfgperl
5040 ! hints/irix_6.sh
5041____________________________________________________________________________
5042[ 3974] By: jhi on 1999/08/12 20:49:36
5043 Log: Remove rt from libswanted (I added it many moons ago
5044 when I thought it would be useful in Digital UNIX,
5045 I was wrong); undo the recent IRIX hints changes,
5046 getting rid of one warning brought new ones.
5047 Branch: cfgperl
5048 ! Configure config_h.SH hints/irix_6.sh
5049 Branch: metaconfig
5050 ! U/modified/Myinit.U
5051____________________________________________________________________________
5052[ 3973] By: jhi on 1999/08/12 19:42:53
5053 Log: st_blocks is in 512 byte blocks.
5054 Branch: cfgperl
5055 ! t/lib/syslfs.t t/op/lfs.t
5056____________________________________________________________________________
5057[ 3972] By: jhi on 1999/08/12 19:27:31
5058 Log: Don't claim defeat too early.
5059 Branch: cfgperl
5060 ! Configure config_h.SH
5061 Branch: metaconfig/U/perl
5062 ! longdblfio.U
5063____________________________________________________________________________
5064[ 3971] By: jhi on 1999/08/12 19:24:14
5065 Log: IRIX 64-bit hint tweak.
5066 Branch: cfgperl
5067 ! hints/irix_6.sh
5068____________________________________________________________________________
5069[ 3970] By: nick on 1999/08/12 19:17:20
5070 Log: Turn of deprecated warnings for defined(@Sompack::ISA) type
5071 tests i.e. RV2AV and RV2HV
5072 Branch: perl
5073 ! op.c t/pragma/warn/op
5074____________________________________________________________________________
5075[ 3969] By: jhi on 1999/08/12 19:06:17
5076 Log: Add Configure -Duselongdouble and add a missing semicolon.
5077 Branch: cfgperl
5078 ! Configure config_h.SH sv.c
5079 Branch: metaconfig/U/perl
5080 + uselongdbl.U
5081____________________________________________________________________________
5082[ 3968] By: jhi on 1999/08/12 18:46:00
5083 Log: Simply exit() early if lfs support seems unlikely.
5084 Branch: cfgperl
5085 ! t/lib/syslfs.t t/op/lfs.t
5086____________________________________________________________________________
5087[ 3967] By: jhi on 1999/08/12 18:44:05
5088 Log: Suffer silently for unused libraries.
5089 Branch: cfgperl
5090 ! hints/irix_6.sh
5091____________________________________________________________________________
5092[ 3966] By: jhi on 1999/08/12 13:18:44
5093 Log: Update MANIFEST to follow change #3965.
5094 Branch: cfgperl
5095 ! MANIFEST
5096____________________________________________________________________________
5097[ 3965] By: jhi on 1999/08/12 13:15:38
5098 Log: Regenerate Unicode tables based on new syllable lists
5099 from Daniel Yacob.
5100 Branch: cfgperl
5101 ! (edit 159 files)
5102____________________________________________________________________________
5103[ 3964] By: jhi on 1999/08/12 10:06:24
5104 Log: Remove more spurious casting.
5105 Branch: cfgperl
5106 ! pp_sys.c
5107____________________________________________________________________________
5108[ 3963] By: jhi on 1999/08/12 08:18:53
5109 Log: Minor niggles on the lfs tests.
5110 Branch: cfgperl
5111 ! t/lib/syslfs.t t/op/lfs.t
5112____________________________________________________________________________
5113[ 3962] By: jhi on 1999/08/11 22:48:25
5114 Log: Don't bother with lfs testing if off_t is too small.
5115 Branch: cfgperl
5116 ! t/lib/syslfs.t t/op/lfs.t
5117____________________________________________________________________________
5118[ 3961] By: jhi on 1999/08/11 22:22:54
5119 Log: Long double patches from Dan Sugalski.
5120 Branch: cfgperl
5121 ! sv.c
5122____________________________________________________________________________
5123[ 3960] By: jhi on 1999/08/11 22:17:55
5124 Log: Flush buffer before duplicating file descriptor.
5125
5126 From: Mark-Jason Dominus <mjd@plover.com>
5127 To: Graham Barr <gbarr@pobox.com>
5128 cc: Vicki Brown <vlb@cfcl.com>, perl5-porters@perl.org, mjd@plover.com
5129 Subject: Re: [ID 19990811.002] can't dup DATA? (PATCH (5.005_57))
5130 Date: Wed, 11 Aug 1999 15:56:09 -0400
5131 Message-ID: <19990811195610.5933.qmail@plover.com>
5132
5133 From: Mark-Jason Dominus <mjd@plover.com>
5134 To: perl5-porters@perl.org
5135 Subject: Re: [ID 19990811.002] can't dup DATA? (PATCH (5.005_57))
5136 Date: Wed, 11 Aug 1999 16:05:46 -0400
5137 Message-ID: <19990811200546.6165.qmail@plover.com>
5138 Branch: cfgperl
5139 ! doio.c pod/perldelta.pod
5140____________________________________________________________________________
5141[ 3959] By: jhi on 1999/08/11 22:11:35
5142 Log: Bypass fsync(NULL) (crashes miniperl compiled with DEC C 5.2)
5143
5144 From: "Craig A. Berry" <craig.berry@metamor.com>
5145 Sender: owner-perl5-porters@perl.org
5146 To: vmsperl@perl.org, perl5-porters@perl.org, sarathy@activestate.com,
5147 bailey@newman.upenn.edu
5148 Subject: [PATCH 5.005_60] vms.c my_flush patch to circumvent fileno
5149 problem
5150 Date: Wed, 11 Aug 1999 14:31:11 -0500
5151 Message-Id: <4.2.0.58.19990811141007.00b8f8a0@mmtnt11.metamor.com>
5152 Branch: cfgperl
5153 ! vms/vms.c
5154____________________________________________________________________________
5155[ 3958] By: jhi on 1999/08/11 15:35:45
5156 Log: Add a hopefully comforting message if there seems to be no LFS.
5157 This seems to be the case with e.g. ext2fs, a somewhat popular fs.
5158 The tests will fail on lfs tests only if quad is available,
5159 if ENOQUAD, the lfs tests will be skipped.
5160 Branch: cfgperl
5161 ! t/lib/syslfs.t t/op/lfs.t
5162____________________________________________________________________________
5163[ 3957] By: jhi on 1999/08/11 12:25:59
5164 Log: Unapply an experimental patch that accidentally escaped
5165 from the lab by piggybacking with the change #3955.
5166 Branch: cfgperl
5167 ! pp.c pp.h pp_hot.c
5168____________________________________________________________________________
5169[ 3956] By: jhi on 1999/08/11 08:19:23
5170 Log: Add sysio large file support testing.
5171 Branch: cfgperl
5172 + t/lib/syslfs.t
5173 ! MANIFEST pod/perlfunc.pod t/op/64bit.t t/op/lfs.t
5174____________________________________________________________________________
5175[ 3955] By: jhi on 1999/08/10 22:39:11
5176 Log: From: <dan@sidhe.org>
5177 To: vmsperl@perl.org, perl5-porters@perl.org,
5178 sarathy@activestate.com, bailey@newman.upenn.edu
5179 Subject: [PATCH 5.005_60]Patches needed to get _60 building with
5180 threads on VMS
5181 Date: Tue, 10 Aug 1999 16:34:56 -0700 (PDT)
5182 Message-ID: <Pine.LNX.4.10.9908101631030.18266-100000@tuatha.sidhe.org>
5183 Branch: cfgperl
5184 ! ext/Devel/DProf/DProf.xs ext/DynaLoader/dl_vms.xs
5185 ! ext/POSIX/POSIX.xs pp.c pp.h pp_hot.c vms/vms.c vms/vmsish.h
5186 ! vms/writemain.pl
5187____________________________________________________________________________
5188[ 3954] By: jhi on 1999/08/10 20:37:55
5189 Log: LFS testing robustness.
5190 Branch: cfgperl
5191 ! t/op/lfs.t
5192____________________________________________________________________________
5193[ 3953] By: jhi on 1999/08/10 19:54:50
5194 Log: From: <dan@sidhe.org>
5195 To: vmsperl@perl.org, perp5-porters@perl.org, bailey@newman.upenn.edu,
5196 sarathy@activestate.com
5197 Subject: [PATCH 5.005_60]Pathces to get _60 building on VMS
5198 Date: Tue, 10 Aug 1999 13:28:18 -0700 (PDT)
5199 Message-ID: <Pine.LNX.4.10.9908101323130.18266-100000@tuatha.sidhe.org>
5200 Branch: cfgperl
5201 ! configure.com vms/descrip_mms.template vms/gen_shrfls.pl
5202 ! vms/subconfigure.com vms/vmsish.h
5203____________________________________________________________________________
5204[ 3952] By: jhi on 1999/08/10 17:18:57
5205 Log: AIX is different, again. Now in cc -E output.
5206 Branch: cfgperl
5207 ! Configure config_h.SH
5208 Branch: metaconfig
5209 ! U/modified/cppstdin.U
5210____________________________________________________________________________
5211[ 3951] By: jhi on 1999/08/10 14:37:08
5212 Log: Use Pid_t on pgrp matters.
5213 Branch: cfgperl
5214 ! pp_sys.c
5215____________________________________________________________________________
5216[ 3950] By: jhi on 1999/08/10 14:35:30
5217 Log: Use Pid_t.
5218 Branch: cfgperl
5219 ! doio.c embed.h embed.pl embedvar.h global.sym perlapi.c
5220 ! pp_sys.c proto.h util.c
5221____________________________________________________________________________
5222[ 3949] By: jhi on 1999/08/10 14:11:15
5223 Log: Use Mode_t.
5224 Branch: cfgperl
5225 ! doio.c embed.h embed.pl embedvar.h global.sym perlapi.c
5226 ! perlapi.h pp_sys.c proto.h
5227____________________________________________________________________________
5228[ 3948] By: jhi on 1999/08/10 13:53:19
5229 Log: Small perlbug doc tweaks from Jon Orwant.
5230 Branch: cfgperl
5231 ! utils/perlbug.PL
5232____________________________________________________________________________
5233[ 3947] By: jhi on 1999/08/10 09:55:11
5234 Log: Large file support testing.
5235 Branch: cfgperl
5236 + t/op/lfs.t
5237 ! MANIFEST t/op/64bit.t
5238____________________________________________________________________________
5239[ 3946] By: jhi on 1999/08/10 09:13:54
5240 Log: Remove I32 casting from time-related functions.
5241 Branch: cfgperl
5242 ! pp_sys.c
5243____________________________________________________________________________
5244[ 3945] By: jhi on 1999/08/10 09:06:42
5245 Log: Gratuitous uid and gid casts to I32s and ints removed.
5246 There are still problem spots in printfing such ids:
5247 width (%d vs %ld) and signedness %d vs %u.
5248 Branch: cfgperl
5249 ! doio.c embed.h embed.pl embedvar.h global.sym intrpvar.h mg.c
5250 ! perl.c perlapi.c pp_hot.c proto.h
5251____________________________________________________________________________
5252[ 3944] By: jhi on 1999/08/10 07:43:03
5253 Log: Remove I32 casts from pp_stat, these make stat()
5254 very broken e.g. on files larger than 2 gigabytes.
5255 Reported by
5256 From: Phil Lobbes <phil@finchcomputer.com>
5257 To: perl5-porters@perl.org
5258 Subject: [ID 19990810.001] Possible bug using stat w/large files Digital
5259 UNIX Perl 5.005_03
5260 Date: Mon, 09 Aug 1999 21:38:54 -0700
5261 Message-Id: <199908100438.VAA08292@ultra.finchcomputer.com>
5262
5263 There are more of these I32 casts all over pp_sys.c,
5264 all of them should be checked.
5265 Branch: cfgperl
5266 ! pp_sys.c
5267____________________________________________________________________________
5268[ 3943] By: jhi on 1999/08/10 07:38:30
5269 Log: Remove blathering.
5270 Branch: cfgperl
5271 ! lib/unicode/mktables.PL
5272____________________________________________________________________________
5273[ 3942] By: jhi on 1999/08/09 20:35:13
5274 Log: lexwarn maintenance: new warning class unsafe
5275 subclasses 'overflow' and 'portable' created,
5276 used by the recent integer overflow warnings.
5277 Class syntax subclass 'octal' renamed to 'digit',
5278 binary and hexadecimal parsing errors also 'digit' warnings.
5279 Branch: cfgperl
5280 ! lib/warning.pm pod/perllexwarn.pod t/pragma/warn/util toke.c
5281 ! util.c warning.h warning.pl
5282____________________________________________________________________________
5283[ 3941] By: jhi on 1999/08/09 10:40:47
5284 Log: Integrate with Nick.
5285 Branch: cfgperl
5286 +> opnames.h
5287 !> Changes MANIFEST embed.h embed.pl ext/B/B/C.pm ext/B/B/CC.pm
5288 !> global.sym opcode.h opcode.pl perl.h perlapi.c pp.c
5289____________________________________________________________________________
5290[ 3940] By: jhi on 1999/08/09 10:32:43
5291 Log: Regenerate the Unicode tables after having updated the Unicode
5292 database (change #3939).
5293 Branch: cfgperl
5294 ! (edit 157 files)
5295____________________________________________________________________________
5296[ 3939] By: jhi on 1999/08/09 10:27:22
5297 Log: Unicode data updated to be the latest beta of the Unicode 3.0.
5298 Branch: cfgperl
5299 ! lib/unicode/UnicodeData-Latest.txt
5300____________________________________________________________________________
5301[ 3938] By: jhi on 1999/08/09 10:25:54
5302 Log: Ethiopic changes via private email from Daniel Yacob,
5303 <dmulholl@cs.indiana.edu>. Ethiopic and Cherokee done,
5304 Canadian Syllabics and Yi under construction.
5305 Branch: cfgperl
5306 + lib/unicode/syllables.txt
5307 - lib/unicode/EthiopicSyllables.txt
5308 - lib/unicode/MakeEthiopicSyllables.PL
5309 ! MANIFEST lib/unicode/UnicodeData-Latest.txt
5310 ! lib/unicode/mktables.PL
5311____________________________________________________________________________
5312[ 3937] By: jhi on 1999/08/09 10:21:51
5313 Log: Move the equivalence class creation last.
5314 Branch: cfgperl
5315 ! lib/unicode/mktables.PL
5316____________________________________________________________________________
5317[ 3936] By: jhi on 1999/08/09 10:20:40
5318 Log: Compute equivalence classes (diacritics stripping) only
5319 for letters, not for ligatures.
5320 Branch: cfgperl
5321 ! lib/unicode/Eq/Latin1 lib/unicode/Eq/Unicode
5322 ! lib/unicode/mktables.PL
5323____________________________________________________________________________
5324[ 3935] By: nick on 1999/08/08 13:53:57
5325 Log: Will now correctly re-call
5326 bootstrap "Foo";
5327 if requested. This should allow build on Win32 and other
5328 platforms where you cannot link to loadables directly.
5329 Branch: perl
5330 ! ext/B/B/C.pm
5331____________________________________________________________________________
5332[ 3934] By: nick on 1999/08/07 12:23:55
5333 Log: Vishal Bhatia <vishalb@my-deja.com>
5334 Subject: [PATCH 5.005_60] fix for some obscure bugs (compiler)
5335 Message-ID: <HLPEBPHPAKHKAAAA@my-deja.com>
5336 Branch: perl
5337 ! ext/B/B/CC.pm
5338____________________________________________________________________________
5339[ 3933] By: nick on 1999/08/07 12:19:46
5340 Log: B::C changes to get simple Tk app. compiling again
5341 Branch: perl
5342 ! ext/B/B/C.pm
5343____________________________________________________________________________
5344[ 3932] By: jhi on 1999/08/06 21:17:16
5345 Log: Regen Configure to include change #3915.
5346 Branch: cfgperl
5347 ! Configure config_h.SH
5348____________________________________________________________________________
5349[ 3931] By: jhi on 1999/08/06 18:52:57
5350 Log: Todo update.
5351 Branch: cfgperl
5352 ! Todo Todo-5.005 lib/unicode/mktables.PL
5353____________________________________________________________________________
5354[ 3930] By: jhi on 1999/08/06 13:13:05
5355 Log: Character class equivalence tables.
5356 Branch: cfgperl
5357 + lib/unicode/Eq/Latin1 lib/unicode/Eq/Unicode
5358 ! MANIFEST lib/unicode/mktables.PL
5359____________________________________________________________________________
5360[ 3929] By: jhi on 1999/08/06 11:59:11
5361 Log: More Fcntl constants. (This process really needs
5362 to be automated, at least partly, see the Errno extension.)
5363 Now also the SEEK_ constants are available via the Fcntl.
5364 Yes, this is redundant (IO::Seekable and POSIX supply them already),
5365 but now Fcntl is a one-stop shopping mall for all your
5366 file-related constants.
5367 Branch: cfgperl
5368 ! ext/Fcntl/Fcntl.pm ext/Fcntl/Fcntl.xs pod/perlfunc.pod
5369____________________________________________________________________________
5370[ 3928] By: jhi on 1999/08/06 08:08:03
5371 Log: Protect against pack/unpack repeat count overflows,
5372 based on:
5373
5374 From: Nathan Torkington <gnat@frii.com>
5375 To: Brian Keefer <mgomes@cwix.com>
5376 Cc: perl5-porters@perl.org
5377 Subject: Re: [ID 19990806.001] Core dump with obfuscated code
5378 Date: Thu, 5 Aug 1999 23:01:51 -0600 (MDT)
5379 Message-ID: <14250.27711.769942.100675@localhost.frii.com>
5380 Branch: cfgperl
5381 ! pod/perldiag.pod pp.c
5382____________________________________________________________________________
5383[ 3927] By: jhi on 1999/08/06 07:32:20
5384 Log: Fix for Nathan's fix (#3920) from Guy Decoux.
5385
5386 From: Nathan Torkington <gnat@frii.com>
5387 To: perl5-porters@perl.org
5388 Subject: Bugfix for my bugfix
5389 Date: Thu, 5 Aug 1999 21:25:47 -0600 (MDT)
5390 Message-ID: <14250.21947.765134.940583@localhost.frii.com>
5391 Branch: cfgperl
5392 ! ext/B/B/Assembler.pm
5393____________________________________________________________________________
5394[ 3926] By: jhi on 1999/08/05 17:25:19
5395 Log: Fix regex charclass parsing so that bogus ranges
5396 like [0-\d] and [[:word:]-z] are no more allowed.
5397 The anomaly was noticed by Guy Decoux.
5398 Branch: cfgperl
5399 ! pod/perldiag.pod pod/perlre.pod regcomp.c t/op/re_tests
5400____________________________________________________________________________
5401[ 3925] By: jhi on 1999/08/05 10:31:47
5402 Log: split /^/ deprecation warning should not be on by default.
5403 Branch: cfgperl
5404 ! pp.c
5405____________________________________________________________________________
651a3225
GS
5406[ 3923] By: jhi on 1999/08/05 09:16:57
5407 Log: From: paul.marquess@bt.com
5408 To: jhi@iki.fi, paul.marquess@bt.com
5409 Cc: gsar@ActiveState.com, perl5-porters@perl.org
5410 Subject: RE: [PATCH 5.005_60] anydbm.t + DB_File + Berkeley DB >= 2.4.10
5411 Date: Thu, 5 Aug 1999 09:33:14 +0100
5412 Message-ID: <5104D4DBC598D211B5FE0000F8FE7EB202D49B26@mbtlipnt02.btlabs.bt.co.uk>
5413 Branch: cfgperl
5414 ! t/lib/anydbm.t
5415____________________________________________________________________________
651a3225
GS
5416[ 3921] By: jhi on 1999/08/05 08:05:13
5417 Log: From: paul.marquess@bt.com
5418 To: perl5-porters@perl.org
5419 Cc: gsar@activestate.com, nik@tiuk.ti.com, jhi@iki.fi,
5420 randy@theoryx5.uwinnipeg.ca
5421 Subject: [PATCH 5.005_60] DB_File 1.70
5422 Date: Wed, 4 Aug 1999 23:22:22 +0100
5423 Message-ID: <5104D4DBC598D211B5FE0000F8FE7EB202D49B21@mbtlipnt02.btlabs.bt.co.uk>
5424
5425 (Replaces change #3917)
5426 Branch: cfgperl
5427 ! ext/DB_File/Changes ext/DB_File/DB_File.pm
5428 ! ext/DB_File/DB_File.xs t/lib/db-btree.t t/lib/db-hash.t
5429____________________________________________________________________________
5430[ 3920] By: jhi on 1999/08/04 19:02:58
5431 Log: From: Nathan Torkington <gnat@frii.com>
5432 To: perl5-porters@perl.org
5433 Subject: [5.005_60 PATCH] Make B::Bytecode work
5434 Date: Wed, 4 Aug 1999 11:24:56 -0600 (MDT)
5435 Message-ID: <14248.30568.769427.216092@localhost.frii.com>
5436 Branch: cfgperl
5437 ! ext/B/B/Assembler.pm
5438____________________________________________________________________________
5439[ 3919] By: jhi on 1999/08/04 10:56:26
5440 Log: Update history records.
5441 Branch: cfgperl
5442 ! pod/perlhist.pod
5443____________________________________________________________________________
5444[ 3918] By: jhi on 1999/08/04 09:36:13
5445 Log: Minor fixes to linux -Dusethreads -Duseperlio.
5446 Branch: cfgperl
5447 ! perlio.c
5448____________________________________________________________________________
5449[ 3917] By: jhi on 1999/08/04 08:13:20
5450 Log: (Replaced by change #3921)
5451 From: paul.marquess@bt.com
5452 To: gsar@activestate.com
5453 Cc: perl5-porters@perl.org
5454 Subject: [PATCH 5.005_60] DB_File 1.69
5455 Date: Tue, 3 Aug 1999 22:55:00 +0100
5456 Message-ID: <5104D4DBC598D211B5FE0000F8FE7EB29C6D04@mbtlipnt02.btlabs.bt.co.uk>
5457 Branch: cfgperl
5458 ! ext/DB_File/Changes ext/DB_File/DB_File.pm
5459 ! ext/DB_File/DB_File.xs t/lib/db-btree.t t/lib/db-hash.t
5460____________________________________________________________________________
5461[ 3916] By: jhi on 1999/08/04 07:59:05
5462 Log: Introduce the charnames pragma.
5463
5464 Subject: [PATCH 5.005_58] Free \C (for named chars), move to \O
5465 From: Ilya Zakharevich <[9]ilya@math.ohio-state.edu>
5466 To: Chip Salzenberg <[11]chip@perlsupport.com>
5467 Cc: Mailing list Perl5 <[12]perl5-porters@perl.org>
5468 Date: Sat, 31 Jul 1999 05:44:05 -0400
5469 Message-Id: <[13]199907311407.IAA25042@localhost.frii.com>
5470
5471 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
5472 To: Mailing list Perl5 <perl5-porters@perl.org>
5473 Subject: [PATCH 5.005_58] Named characters in Perl
5474 Date: Mon, 2 Aug 1999 19:25:40 -0400
5475 Message-ID: <19990802192540.B24407@monk.mps.ohio-state.edu>
5476 Branch: cfgperl
5477 + lib/charnames.pm t/lib/charnames.t
5478 ! MAINTAIN MANIFEST lib/utf8.pm pod/perldiag.pod pod/perlop.pod
5479 ! pod/perlre.pod regcomp.c toke.c
5480____________________________________________________________________________
5481[ 3915] By: jhi on 1999/08/03 21:18:49
5482 Log: Support Configure -Dmake=pmake.
5483 Via private email from Andy.
5484 NOTE: assumes "basename" command.
5485 Branch: metaconfig
5486 ! U/modified/Config_sh.U
5487____________________________________________________________________________
5488[ 3914] By: jhi on 1999/08/03 21:11:11
5489 Log: The op/filetest.t failed subtest 7 if testing as root.
5490
5491 From: =?iso-8859-1?Q?Fran=E7ois=20D=E9sarm=E9nien?= <desar@club-internet.fr>
5492 To: perl5-porters@perl.org
5493 Subject: [ID 19990727.039] Not OK: perl 5.00558 on i386-sco 3.2v5.0.4
5494 Date: Tue, 27 Jul 1999 22:54:05 +0200
5495 Message-Id: <379E1C6D.626DC765@club-internet.fr>
5496 Branch: cfgperl
5497 ! t/op/filetest.t
5498____________________________________________________________________________
651a3225
GS
5499[ 3911] By: jhi on 1999/08/03 19:52:38
5500 Log: The "-Dusethreads -Duseperlio" combination failed.
5501
5502 From: Spider Boardman <spider@leggy.zk3.dec.com>
5503 To: perl5-porters@perl.org
5504 Subject: [ID 19990803.007] Not OK: perl 5.00560 on alpha-dec_osf-thread
5505 4.0 (UNINSTALLED)
5506 Date: Tue, 3 Aug 1999 14:25:00 -0400
5507 Message-Id: <199908031825.OAA29254@leggy.zk3.dec.com>
5508
5509 See also change #3912.
5510 Branch: cfgperl
5511 ! perlio.c
5512____________________________________________________________________________
5513[ 3910] By: jhi on 1999/08/03 10:44:24
5514 Log: From: Chris Nandor <pudge@pobox.com>
5515 To: perl5-porters@perl.org
5516 Subject: [PATCH 5.005_58] perlbug.PL 1.27
5517 Date: Wed, 28 Jul 1999 23:42:49 -0400
5518 Message-Id: <v04210104b3c57ce9e3de@[152.167.11.247]>
5519 Branch: cfgperl
5520 ! utils/perlbug.PL
5521____________________________________________________________________________
5522[ 3909] By: jhi on 1999/08/03 10:41:04
5523 Log: Hints for building ByteLoader in SunoS. Based on
5524 From: Andy Dougherty <doughera@lafayette.edu>
5525 To: Gurusamy Sarathy <gsar@activestate.com>
5526 Cc: Perl Porters <perl5-porters@perl.org>
5527 Subject: Re: 5.005_58 Not OK SunOS 4.1.3
5528 Date: Mon, 2 Aug 1999 14:01:58 -0400 (EDT)
5529 Message-Id: <Pine.GSU.4.05.9908021357410.5873-100000@newton.phys>
5530 Branch: cfgperl
5531 + ext/ByteLoader/hints/sunos.pl
5532 ! MANIFEST ext/ByteLoader/ByteLoader.xs
5533____________________________________________________________________________
5534[ 3908] By: jhi on 1999/08/03 09:29:22
5535 Log: Clarify RE engine code; inline a static function to a macro;
5536 make exact string nodes smaller.
5537
5538 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
5539 To: perl5-porters@perl.org (Mailing list Perl5)
5540 Subject: [PATCH 5.005_60] Cosmetic change to REx engine
5541 Date: Mon, 2 Aug 1999 21:53:36 -0400 (EDT)
5542 Message-Id: <199908030153.VAA10542@monk.mps.ohio-state.edu>
5543 Branch: cfgperl
5544 ! Makefile.SH embed.pl global.sym keywords.h lib/warning.pm
5545 ! opcode.h pp.sym pp_proto.h regcomp.c regcomp.h regexec.c
5546 ! regnodes.h warning.h
5547____________________________________________________________________________
5548[ 3907] By: jhi on 1999/08/03 08:11:49
5549 Log: 5_59 configured with -Dd_bincompat5005 can't be made
5550 binary compatible with a 5_03 which was built with -DEMBEDMYMALLOC.
5551
5552 From: Spider Boardman <spider@leggy.zk3.dec.com>
5553 To: perl5-porters@perl.org
5554 Subject: [ID 19990802.016] Not OK: perl 5.00559
5555 Date: Mon, 2 Aug 1999 16:11:13 -0400
5556 Message-Id: <199908022011.QAA30224@leggy.zk3.dec.com>
5557 Branch: cfgperl
5558 ! embed.pl
5559____________________________________________________________________________
5560[ 3906] By: jhi on 1999/08/03 07:48:59
5561 Log: Change #3790 redemption: with a little additional
5562 patch from Ilya it works okay.
5563 Branch: cfgperl
5564 ! ext/SDBM_File/Makefile.PL lib/ExtUtils/MM_Unix.pm
5565 ! lib/ExtUtils/MakeMaker.pm os2/OS2/REXX/Makefile.PL perl.h
5566____________________________________________________________________________
5567[ 3905] By: gsar on 1999/08/02 21:03:23
5568 Log: this will be 5.005_60
5569 Branch: perl
5570 ! Changes
5571
5572----------------
5573Version 5.005_60
412582ad
GS
5574----------------
5575
5576____________________________________________________________________________
def5be65
GS
5577[ 3904] By: gsar on 1999/08/02 20:30:23
5578 Log: don't enable PERL_POLLUTE_MALLOC when EMBEDMYMALLOC is
5579 in effect (from Spider Boardman <spider@leggy.zk3.dec.com>);
5580 regen headers
5581 Branch: perl
5582 ! embed.h embed.pl global.sym opcode.h perlapi.c
5583____________________________________________________________________________
5584[ 3903] By: gsar on 1999/08/02 20:26:07
5585 Log: native int pack/unpack fixes (from Spider Boardman
5586 <spider@leggy.zk3.dec.com>)
5587 Branch: perl
5588 ! pp.c
5589____________________________________________________________________________
5590[ 3902] By: gsar on 1999/08/02 20:24:41
5591 Log: fix broken -DDEBUGGING_OPS (from Spider Boardman
5592 <spider@leggy.zk3.dec.com>)
5593 Branch: perl
5594 + opnames.h
5595 ! Changes MANIFEST opcode.pl perl.h
5596____________________________________________________________________________
abdd5c84
GS
5597[ 3901] By: gsar on 1999/08/02 18:51:18
5598 Log: integrate cfgperl contents
5599 Branch: perl
5600 !> INSTALL README pod/perldelta.pod
5601____________________________________________________________________________
5602[ 3900] By: jhi on 1999/08/02 18:46:21
5603 Log: Update README and INSTALL; partly based on the message
5604
5605 From: "John L. Allen" <allen@grumman.com>
5606 To: Jarkko Hietaniemi <jhi@iki.fi>
5607 cc: perl5-porters@perl.org
5608 Subject: Re: Perl Installation Problem
5609 Date: Thu, 29 Jul 1999 14:55:05 -0400 (EDT)
5610 Message-ID: <Pine.SOL.3.91.990729144440.1035A-100000@gateway.grumman.com>
5611
5612 and private email from Andy Dougherty.
5613 Branch: cfgperl
5614 ! INSTALL README
5615____________________________________________________________________________
5616[ 3899] By: jhi on 1999/08/02 18:36:35
5617 Log: Integrate with Sarathy.
5618 Branch: cfgperl
5619 !> op.c
5620____________________________________________________________________________
5621[ 3898] By: jhi on 1999/08/02 18:34:49
5622 Log: Update PERL_BINCOMPAT_5005; update 64-bitness.
5623 Branch: cfgperl
5624 ! pod/perldelta.pod
5625____________________________________________________________________________
5626[ 3897] By: gsar on 1999/08/02 18:18:37
5627 Log: optimizations could sometimes bypass bareword check
5628 Branch: perl
5629 ! op.c
5630____________________________________________________________________________
5631[ 3896] By: jhi on 1999/08/02 18:18:34
5632 Log: Integrate with Sarathy.
5633 Branch: cfgperl
5634 !> Changes makedef.pl patchlevel.h win32/Makefile
5635 !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
5636 !> win32/makefile.mk
5637____________________________________________________________________________
5638[ 3895] By: gsar on 1999/08/02 17:22:40
5639 Log: up patchlevel etc.
5640 Branch: perl
5641 ! Changes patchlevel.h win32/Makefile win32/config_H.bc
5642 ! win32/config_H.gc win32/config_H.vc win32/makefile.mk
5643____________________________________________________________________________
412582ad
GS
5644[ 3894] By: gsar on 1999/08/02 17:12:31
5645 Log: integrate change#3893, make it conditional on bincompat5005
5646 Branch: perl
5647 ! makedef.pl
5648____________________________________________________________________________
5649[ 3893] By: jhi on 1999/08/02 16:49:08
5650 Log: PERL_BINCOMPAT_5005 symbol translation.
5651 (AIX wouldn't link neither perl nor extensions.)
5652 Branch: cfgperl
5653 ! makedef.pl
5654____________________________________________________________________________
5655[ 3892] By: gsar on 1999/08/02 16:09:13
5656 Log: integrate cfgperl contents into mainline
5657 Branch: perl
5658 +> t/op/64bit.t
5659 ! Changes
5660 !> Configure MANIFEST config_h.SH doio.c dump.c hints/aix.sh op.c
5661 !> pod/perlfunc.pod pp_hot.c pp_sys.c regcomp.c sv.c t/io/open.t
5662 !> t/pragma/utf8.t t/pragma/warn/pp_hot toke.c util.c
5663____________________________________________________________________________
5664[ 3891] By: jhi on 1999/08/02 14:52:40
5665 Log: AIX long long probing requires LL suffix for
5666 the ll constant. The suffix doesn't seem
5667 to bother other ll platforms.
5668 Branch: cfgperl
5669 ! Configure config_h.SH hints/aix.sh
5670 Branch: metaconfig/U/perl
5671 ! quadfio.U
5672____________________________________________________________________________
5673[ 3890] By: jhi on 1999/08/02 14:21:55
5674 Log: Exact path to perl for open -|.
5675 Branch: cfgperl
5676 ! t/io/open.t
5677____________________________________________________________________________
5678[ 3889] By: jhi on 1999/08/02 14:18:03
5679 Log: Integrate with Sarathy.
5680 Branch: cfgperl
5681 !> Changes patchlevel.h pod/perlhist.pod pp_ctl.c util.c
5682 !> win32/Makefile win32/config_H.bc win32/config_H.gc
5683 !> win32/config_H.vc win32/makefile.mk win32/win32.c
5684____________________________________________________________________________
5685[ 3888] By: jhi on 1999/08/02 14:14:29
5686 Log: AIX -Duse64bits: old AIXen do not have the getconf variables.
5687 Branch: cfgperl
5688 ! hints/aix.sh
5689____________________________________________________________________________
5690[ 3887] By: jhi on 1999/08/02 12:53:10
5691 Log: Fix some of the {IV_IS_QUAD,UV_IS_QUAD} cases so that
5692 emacs code indentation doesn't get wrong ideas--
5693 in other words, introduce a couple of "redundant" if:s.
5694 Branch: cfgperl
5695 ! doio.c dump.c op.c pp_hot.c pp_sys.c regcomp.c sv.c toke.c
5696 ! util.c
5697____________________________________________________________________________
5698[ 3886] By: jhi on 1999/08/02 12:43:16
5699 Log: Mention that also *BSD systems with glibc are known to stumble.
5700 Branch: cfgperl
5701 ! t/pragma/warn/pp_hot
5702____________________________________________________________________________
5703[ 3885] By: jhi on 1999/08/02 12:34:15
5704 Log: Allow also non-long long but still quad platforms print quads.
5705 Branch: cfgperl
5706 ! Configure config_h.SH
5707 Branch: metaconfig/U/perl
5708 ! longdblfio.U quadfio.U
5709____________________________________________________________________________
5710[ 3884] By: jhi on 1999/08/02 11:56:14
5711 Log: Fix regclass utf8 hex ranges for quads.
5712 Branch: cfgperl
5713 ! regcomp.c
5714____________________________________________________________________________
5715[ 3883] By: jhi on 1999/08/02 11:42:14
5716 Log: Enhance the description of how to detect quad support.
5717 Branch: cfgperl
5718 ! pod/perlfunc.pod
5719____________________________________________________________________________
5720[ 3882] By: jhi on 1999/08/02 11:22:19
5721 Log: Fix printf %D %U %O for quads.
5722 Branch: cfgperl
5723 ! sv.c t/op/64bit.t
5724____________________________________________________________________________
5725[ 3881] By: jhi on 1999/08/02 11:16:12
5726 Log: Document quad printing.
5727 Branch: cfgperl
5728 ! pod/perlfunc.pod
5729____________________________________________________________________________
5730[ 3880] By: jhi on 1999/08/02 10:32:01
5731 Log: More 64-bit fixing. One known bug of that kind
5732 remains, 32-bit platforms using long long in
5733 the test t/pragma/utf8 subtests 1-3 fail.
5734 (Update: change #3884 fixed that one.)
5735 Branch: cfgperl
5736 + t/op/64bit.t
5737 ! Configure MANIFEST config_h.SH regcomp.c sv.c t/pragma/utf8.t
5738
5739----------------
5740Version 5.005_59
4113c5bc
GS
5741----------------
5742
5743____________________________________________________________________________
278c13c7
GS
5744[ 3879] By: gsar on 1999/08/02 08:18:58
5745 Log: integrate cfgperl changes into mainline
5746 Branch: perl
5747 !> Configure config_h.SH sv.c
5748____________________________________________________________________________
5749[ 3878] By: gsar on 1999/08/02 08:13:16
5750 Log: change#3692 had an unintentional patch leak through!
5751 (this would explain the mysterious C<next LABEL> failures
5752 people have seen)
5753 Branch: perl
5754 ! pp_ctl.c
5755____________________________________________________________________________
5756[ 3877] By: gsar on 1999/08/02 08:00:29
5757 Log: up patchlevel to 59
5758 Branch: perl
5759 ! Changes patchlevel.h pod/perlhist.pod win32/Makefile
5760 ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
5761 ! win32/makefile.mk
5762____________________________________________________________________________
a502f3d8
GS
5763[ 3876] By: gsar on 1999/08/02 07:51:18
5764 Log: fix coredump under usethreads+debug
5765 Branch: perl
5766 ! util.c
5767____________________________________________________________________________
5768[ 3875] By: jhi on 1999/08/02 07:50:51
5769 Log: d_bincompat5005 could be left empty.
5770 Branch: cfgperl
5771 ! Configure config_h.SH
5772 Branch: metaconfig/U/perl
5773 ! bincompat5005.U
5774____________________________________________________________________________
5775[ 3874] By: jhi on 1999/08/02 07:42:45
5776 Log: Fix printf %d when IV is quad.
5777 Branch: cfgperl
5778 ! sv.c
5779____________________________________________________________________________
5780[ 3873] By: gsar on 1999/08/02 07:41:03
5781 Log: fix d_bincompat5005='' junking config.h
5782 Branch: perl
5783 ! Configure
5784____________________________________________________________________________
5785[ 3872] By: gsar on 1999/08/02 07:38:48
5786 Log: C needs parameter list, not merely type
5787 Branch: perl
5788 ! win32/win32.c
5789____________________________________________________________________________
5790[ 3871] By: jhi on 1999/08/02 07:20:51
5791 Log: Integrate with Sarathy.
5792 Branch: cfgperl
5793 !> Changes ext/B/B/C.pm ext/B/B/CC.pm regexec.c
5794____________________________________________________________________________
5795[ 3870] By: gsar on 1999/08/02 07:12:18
5796 Log: integrate cfgperl changes into mainline
5797 Branch: perl
5798 ! Changes
5799 !> Configure Makefile.SH Porting/Glossary Porting/config.sh
5800 !> Porting/config_H config_h.SH doio.c dump.c mg.c op.c perl.h
5801 !> pp_ctl.c pp_hot.c pp_sys.c scope.c sv.c t/pragma/warn/sv
5802 !> toke.c util.c
5803____________________________________________________________________________
e1c4585f
GS
5804[ 3869] By: gsar on 1999/08/02 06:59:09
5805 Log: From: "Vishal Bhatia" <vishalb@my-deja.com>
5806 Date: Sat, 31 Jul 1999 19:08:33 -0700
5807 Message-ID: <LAONLKLELDJAFAAA@my-deja.com>
5808 Subject: [PATCH 5.005_58] "use constant" in the compiler
5809 Branch: perl
5810 ! ext/B/B/C.pm ext/B/B/CC.pm
5811____________________________________________________________________________
5812[ 3868] By: gsar on 1999/08/02 06:55:51
5813 Log: debug build tweak
5814 Branch: perl
5815 ! regexec.c
5816____________________________________________________________________________
5817[ 3867] By: gsar on 1999/08/02 06:35:18
5818 Log: create vmsperl branch (to be owned and operated by: cbailey)
5819 Branch: vmsperl
5820 +> (branch 1476 files)
5821____________________________________________________________________________
5822[ 3866] By: jhi on 1999/08/01 23:34:40
5823 Log: so_locations once is enough.
5824 Branch: cfgperl
5825 ! Makefile.SH
5826____________________________________________________________________________
5827[ 3865] By: jhi on 1999/08/01 23:13:05
5828 Log: Simplicate duplicated code.
5829 Branch: cfgperl
5830 ! util.c
5831____________________________________________________________________________
5832[ 3864] By: jhi on 1999/08/01 22:41:41
5833 Log: Integrate with Sarathy. perl.h and util.c required manual resolving.
5834 Branch: cfgperl
5835 +> README.cygwin cygwin/Makefile.SHs cygwin/ld2.in
5836 +> cygwin/perlld.in ext/DynaLoader/dl_cygwin.xs hints/cygwin.sh
5837 - README.cygwin32 cygwin32/Makefile.SHs
5838 - cygwin32/build-instructions.READFIRST
5839 - cygwin32/build-instructions.charles-wilson
5840 - cygwin32/build-instructions.sebastien-barre
5841 - cygwin32/build-instructions.steven-morlock
5842 - cygwin32/build-instructions.steven-morlock2 cygwin32/ld2.in
5843 - cygwin32/perlld.in ext/DynaLoader/dl_cygwin32.xs
5844 - hints/cygwin32.sh
5845 !> (integrate 61 files)
5846____________________________________________________________________________
5847[ 3863] By: jhi on 1999/08/01 22:36:02
5848 Log: Regen Configure and Glossary once again.
5849 Branch: cfgperl
5850 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
5851 ! config_h.SH
5852____________________________________________________________________________
5853[ 3862] By: jhi on 1999/08/01 22:26:09
5854 Log: Glossary update for #3861.
5855 Branch: cfgperl
5856 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
5857 ! config_h.SH
5858____________________________________________________________________________
5859[ 3861] By: jhi on 1999/08/01 22:22:51
5860 Log: 64-bit work. Now 32-bit platforms get a 100% make test
5861 with -Duse64bits (using long long).
5862 Tested in Solaris 2.6 sparc RH Linux 6.0 x86
5863 (and Digital IX 4.0D, to get a true 64-bit opinion). Now e.g.
5864 'print unpack "q", pack "q", 12345678901'
5865 should work on such 32-bit platforms.
5866 Still a lot of printf()s behind -D which wrongly assume
5867 that %ld/%lx and (long) are a good combination.
5868 Introducing a slew of new macros intended to be used in printf()
5869 format strings: e. g. PERL_PRId64 is the string to be used
5870 when printing an IV, printf("%" PERL_PRId64 "\n", iv).
5871 The PRI... naming follows the C9X naming of <inttypes.h> macros.
5872 Branch: cfgperl
5873 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
5874 ! config_h.SH doio.c dump.c mg.c op.c perl.h pp_ctl.c pp_hot.c
5875 ! pp_sys.c scope.c sv.c t/pragma/warn/sv toke.c util.c
5876 Branch: metaconfig/U/perl
5877 + atolf.U atoll.U longdblfio.U quadfio.U strtoull.U
5878____________________________________________________________________________
5879[ 3860] By: gsar on 1999/08/01 21:23:18
5880 Log: integrate cfgperl contents into mainline
5881 Branch: perl
5882 ! toke.c
5883 !> (integrate 29 files)
5884____________________________________________________________________________
5885[ 3859] By: gsar on 1999/08/01 21:13:09
5886 Log: From: Nathan Torkington <gnat@frii.com>
5887 Date: Sun, 1 Aug 1999 11:23:35 -0600 (MDT)
5888 Message-ID: <14244.33431.739419.806927@localhost.frii.com>
5889 Subject: [PATCH 5.005_58] ext/B/B/Disassembler.pm patch
5890 Branch: perl
5891 ! ext/B/B/Disassembler.pm
5892____________________________________________________________________________
5893[ 3858] By: gsar on 1999/08/01 21:09:15
5894 Log: DB_File 1.68 update from Paul Marquess
5895 Branch: perl
5896 ! ext/DB_File/Changes ext/DB_File/DB_File.pm
5897 ! ext/DB_File/DB_File.xs t/lib/db-btree.t t/lib/db-hash.t
5898 ! t/lib/db-recno.t
5899____________________________________________________________________________
5900[ 3857] By: gsar on 1999/08/01 21:05:54
5901 Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
5902 Date: Sat, 31 Jul 1999 05:13:38 -0400
5903 Message-Id: <199907311407.IAA25038@localhost.frii.com>
5904 Subject: [PATCH 5.005_58] More optimizations to REx engine
5905 Branch: perl
5906 ! embed.pl embedvar.h ext/Thread/Thread.xs objXSUB.h perl.c
5907 ! perl.h proto.h regcomp.c regexec.c t/op/re_tests thrdvar.h
5908____________________________________________________________________________
5909[ 3856] By: gsar on 1999/08/01 20:59:59
5910 Log: slightly modified version of suggested patch
5911 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
5912 Date: Sat, 31 Jul 1999 04:45:12 -0400
5913 Message-Id: <199907311406.IAA25034@localhost.frii.com>
5914 Subject: [PATCH 5.005_58] Fix OS/2 build
5915 Branch: perl
5916 ! Makefile.SH lib/ExtUtils/MM_OS2.pm lib/ExtUtils/Mksymlists.pm
5917 ! makedef.pl os2/Makefile.SHs os2/diff.configure perl.h sv.h
5918____________________________________________________________________________
5919[ 3855] By: gsar on 1999/08/01 20:49:06
5920 Log: cygwin update
5921 From: "Fifer, Eric" <EFifer@sanwaint.com>
5922 Date: Fri, 30 Jul 1999 18:31:48 +0100
5923 Message-Id: <71E287AB0D94D111BBD600600849EC8185EE06@POST>
5924 Subject: [ID 19990730.003] PATCH] perl5.005_58 cygwin port
5925 Branch: perl
5926 ! doio.c dosish.h lib/File/Spec/Unix.pm mg.c perl.h perlsdio.h
5927 ! pp_sys.c unixish.h util.c
5928____________________________________________________________________________
5929[ 3854] By: gsar on 1999/08/01 20:41:53
5930 Log: fixes from Stephen McCamant that address bugs in change#3612
5931 (the optimization shouldn't be enabled in expressions where
5932 the variable is introduced), and fix Deparse to grok the
5933 optimization
5934 Date: Thu, 29 Jul 1999 21:21:49 -0500 (CDT)
5935 Message-ID: <14241.3133.979257.953396@alias-2.pr.mcs.net>
5936 Subject: [PATCH _58] Set OPpTARGET_MY more consistently
5937 --
5938 Date: Thu, 29 Jul 1999 22:31:16 -0500 (CDT)
5939 Message-ID: <14241.7300.181386.763503@alias-2.pr.mcs.net>
5940 Subject: [PATCH _58] Disable TARGET_MY-ization on variable introduction
5941 --
5942 Date: Fri, 30 Jul 1999 22:25:27 -0500 (CDT)
5943 Message-Id: <199907310326.VAA24376@localhost.frii.com>
5944 Subject: [PATCH _58, long] B::Deparse (was Re: New warning 'Useless use of...')
5945 Branch: perl
5946 ! ext/B/B/Deparse.pm op.c
5947____________________________________________________________________________
5948[ 3853] By: gsar on 1999/08/01 20:31:32
5949 Log: From: Stephen McCamant <smccam@uclink4.berkeley.edu>
5950 Date: Thu, 29 Jul 1999 14:08:50 -0500 (CDT)
5951 Message-ID: <14240.42690.292893.605292@alias-2.pr.mcs.net>
5952 Subject: [PATCH _58] Two one-liner LOGOP tweaks
5953 Branch: perl
5954 ! op.c opcode.h opcode.pl
5955____________________________________________________________________________
5956[ 3852] By: gsar on 1999/08/01 20:29:17
5957 Log: rename cygwin32 to cygwin (from Eric Fifer <EFifer@sanwaint.com>)
5958 Branch: perl
5959 ! AUTHORS EXTERN.h INSTALL MAINTAIN Makefile.SH Porting/patchls
5960 ! README.cygwin README.win32 XSUB.h cygwin/Makefile.SHs
5961 ! ext/DynaLoader/dl_cygwin.xs ext/POSIX/POSIX.xs
5962 ! ext/SDBM_File/sdbm/pair.c hints/cygwin.sh
5963 ! lib/ExtUtils/MM_Cygwin.pm makedepend.SH perl.h pod/perl.pod
5964 ! pod/perlport.pod pp_sys.c util.c
5965____________________________________________________________________________
5966[ 3851] By: gsar on 1999/08/01 20:20:05
5967 Log: move files around for s/cygwin32/cygwin/ renaming
5968 Branch: perl
5969 +> README.cygwin cygwin/Makefile.SHs cygwin/ld2.in
5970 +> cygwin/perlld.in ext/DynaLoader/dl_cygwin.xs hints/cygwin.sh
5971 - README.cygwin32 cygwin32/Makefile.SHs
5972 - cygwin32/build-instructions.READFIRST
5973 - cygwin32/build-instructions.charles-wilson
5974 - cygwin32/build-instructions.sebastien-barre
5975 - cygwin32/build-instructions.steven-morlock
5976 - cygwin32/build-instructions.steven-morlock2 cygwin32/ld2.in
5977 - cygwin32/perlld.in ext/DynaLoader/dl_cygwin32.xs
5978 - hints/cygwin32.sh
5979 ! MANIFEST
5980____________________________________________________________________________
5981[ 3850] By: gsar on 1999/08/01 20:05:14
5982 Log: posix-bc hints tweak (via private mail from Thomas Dorner
5983 <Thomas.Dorner@start.de>)
5984 Branch: perl
5985 ! Changes hints/posix-bc.sh
5986____________________________________________________________________________
4113c5bc
GS
5987[ 3849] By: gsar on 1999/08/01 19:50:20
5988 Log: notes on PERL_IMPLICIT_CONTEXT (from a version by Nathan Torkington
5989 <gnat@frii.com>)
5990 Branch: perl
5991 ! perl.h pod/perldelta.pod pod/perlguts.pod
5992____________________________________________________________________________
5993[ 3848] By: gsar on 1999/08/01 18:34:41
5994 Log: fix defined(@foo) encarpments
5995 Branch: perl
5996 ! ext/B/B/C.pm lib/CGI.pm lib/Dumpvalue.pm lib/dumpvar.pl
5997 ! pod/perltrap.pod
5998____________________________________________________________________________
5999[ 3847] By: jhi on 1999/08/01 17:17:07
6000 Log: Undo #3790 and the patches that attempted to fix it
6001 (#3837, #3838, #3845). The #3790 caused linkage failures
6002 and/or core dumps in Solaris 2.6, Digital UNIX 4.0D, and
6003 IRIX 6.5.
6004 Branch: cfgperl
6005 - ext/SDBM_File/hints/dec_osf.pl ext/SDBM_File/hints/solaris.pl
6006 ! MANIFEST ext/SDBM_File/Makefile.PL lib/ExtUtils/MM_Unix.pm
6007 ! lib/ExtUtils/MakeMaker.pm os2/OS2/REXX/Makefile.PL perl.h
6008____________________________________________________________________________
6009[ 3846] By: jhi on 1999/08/01 11:41:52
6010 Log: Reading 64-bit decimal numbers was broken because
6011 the NV was cast to an I32, not an IV.
6012 Branch: cfgperl
6013 ! toke.c
6014____________________________________________________________________________
6015[ 3845] By: jhi on 1999/08/01 11:00:24
6016 Log: Solaris doesn't like PERL_MALLOC_OK in SDBM_File.
6017 Branch: cfgperl
6018 + ext/SDBM_File/hints/solaris.pl
6019____________________________________________________________________________
6020[ 3844] By: jhi on 1999/08/01 10:55:44
6021 Log: Enable Solaris largefiles support only if -Duse64bits is used.
6022 (Effectively removes #3311).
6023 Branch: cfgperl
6024 ! hints/solaris_2.sh
6025____________________________________________________________________________
6026[ 3843] By: jhi on 1999/07/31 22:44:56
6027 Log: Integer overflow iteration.
6028 Branch: cfgperl
6029 ! t/op/oct.t toke.c util.c
6030____________________________________________________________________________
6031[ 3842] By: jhi on 1999/07/31 22:11:03
6032 Log: Remove a lot of unused regnode codes.
6033 Noticed by Ilya.
6034 Branch: cfgperl
6035 ! regcomp.c regcomp.sym regexec.c regnodes.h
6036____________________________________________________________________________
6037[ 3841] By: jhi on 1999/07/31 21:53:54
6038 Log: Make the use64bits and usethreads friendlier/braver;
6039 they no more wimp out if the platform is unknown.
6040 On use64bits if gcc used -DUSE_LONG_LONG is added
6041 to the ccflags (this dependency on gcc caused a slightly weird
6042 reordering of Configure, but things still seem to work.)
6043 Branch: cfgperl
6044 ! Configure README.threads config_h.SH
6045 Branch: metaconfig
6046 ! U/threads/usethreads.U
6047 Branch: metaconfig/U/perl
6048 ! use64bits.U
6049____________________________________________________________________________
6050[ 3840] By: jhi on 1999/07/31 20:26:22
6051 Log: Hack the "integer overflow" code some more.
6052 Branch: cfgperl
6053 ! perl.h toke.c util.c
6054____________________________________________________________________________
6055[ 3839] By: jhi on 1999/07/31 20:22:00
6056 Log: Test oct() at the 2^32-1 limit.
6057 Branch: cfgperl
6058 ! t/op/oct.t
6059____________________________________________________________________________
6060[ 3838] By: jhi on 1999/07/31 20:08:43
6061 Log: Update MANIFEST for #3837.
6062 Branch: cfgperl
6063 ! MANIFEST
6064____________________________________________________________________________
6065[ 3837] By: jhi on 1999/07/31 20:02:40
6066 Log: Digital UNIX 4.0D doesn't like perl malloc on sdbm
6067 (a core dump with a corrput stack ensues).
6068 Branch: cfgperl
6069 + ext/SDBM_File/hints/dec_osf.pl
6070____________________________________________________________________________
6071[ 3836] By: jhi on 1999/07/29 21:09:01
6072 Log: Allow for Configure -Ubincompat5005 override.
6073 Branch: cfgperl
6074 ! Configure config_h.SH
6075 Branch: metaconfig/U/perl
6076 ! bincompat5005.U
6077____________________________________________________________________________
6078[ 3835] By: jhi on 1999/07/29 21:04:02
6079 Log: Make Configure support PERL_BINCOMPAT_5005.
6080 Branch: cfgperl
6081 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
6082 ! config_h.SH
6083 Branch: metaconfig/U/perl
6084 + bincompat5005.U
6085____________________________________________________________________________
6086[ 3834] By: jhi on 1999/07/29 19:25:35
6087 Log: AIX tweak, need reported by David R. Fravor <dfavor@austin.ibm.com>
6088 Branch: cfgperl
6089 ! Makefile.SH
6090____________________________________________________________________________
6091[ 3833] By: jhi on 1999/07/29 14:07:09
6092 Log: Integrate with Sarathy. I overruled on perldelta
6093 and perldiag.
6094 Branch: cfgperl
6095 !> README.win32 emacs/cperl-mode.el globals.c installperl
6096 !> iperlsys.h makedef.pl perl.h pod/perldelta.pod
6097 !> pod/perldiag.pod pod/perllexwarn.pod toke.c utils/perldoc.PL
6098 !> win32/Makefile win32/bin/pl2bat.pl win32/makefile.mk
6099 !> win32/perllib.c win32/win32.c
6100____________________________________________________________________________
6101[ 3832] By: jhi on 1999/07/29 14:02:50
6102 Log: Repent and make overly large integerish
6103 constants non-fatal. They are now promoted
6104 to NVs, accompanied by an overflow warning that
6105 is by default on.
6106 Branch: cfgperl
6107 ! embed.pl global.sym pod/perldelta.pod pod/perldiag.pod pp.c
6108 ! proto.h t/op/oct.t t/pragma/warn/6default t/pragma/warn/util
6109 ! toke.c util.c
6110____________________________________________________________________________
6111[ 3831] By: jhi on 1999/07/29 11:40:04
6112 Log: AIX exhibits different error on failed system().
6113 Slightly modified patch via private email from
6114 David R. Favor <dfavor@austin.ibm.com>
6115 Branch: cfgperl
6116 ! t/op/exec.t
6117____________________________________________________________________________
6118[ 3830] By: gsar on 1999/07/29 07:46:11
6119 Log: cperl-mode.el v4.19
6120 Branch: perl
6121 ! emacs/cperl-mode.el
6122____________________________________________________________________________
6123[ 3829] By: gsar on 1999/07/29 07:30:35
6124 Log: From: jan.dubois@ibm.net (Jan Dubois)
6125 Date: Wed, 28 Jul 1999 22:01:42 +0200
6126 Message-ID: <37aa5f9b.12941448@smtp1.ibm.net>
6127 Subject: [PATCH 5.005_58] win32/bin/pl2bat.pl doesn't work correctly
6128 Branch: perl
6129 ! win32/bin/pl2bat.pl
6130____________________________________________________________________________
6131[ 3828] By: gsar on 1999/07/29 07:19:27
6132 Log: tweak previous change for multiple hits
6133 Branch: perl
6134 ! utils/perldoc.PL
6135____________________________________________________________________________
6136[ 3827] By: gsar on 1999/07/29 07:10:00
6137 Log: band-aid for perldoc -t broken-ness (the new Pod::Text
6138 really needs a pod2text() compatibility function)
6139 Branch: perl
6140 ! utils/perldoc.PL
6141____________________________________________________________________________
6142[ 3826] By: gsar on 1999/07/29 01:33:46
6143 Log: minor tweaks to pods and toke.c comments
6144 Branch: perl
6145 ! pod/perldelta.pod pod/perldiag.pod pod/perllexwarn.pod toke.c
6146____________________________________________________________________________
6147[ 3825] By: gsar on 1999/07/29 00:12:52
6148 Log: integrate cfgperl changes into mainline
6149 Branch: perl
6150 !> Configure Porting/Glossary Porting/config.sh Porting/config_H
6151 !> README.threads config_h.SH ext/IO/lib/IO/Handle.pm
6152 !> ext/IO/lib/IO/Socket.pm ext/IO/lib/IO/Socket/INET.pm
6153 !> ext/POSIX/POSIX.xs lib/ExtUtils/Install.pm perl.h
6154 !> pod/perldelta.pod pod/perldiag.pod pod/perlfunc.pod
6155 !> pod/perllexwarn.pod pod/perlre.pod pp.c pp_sys.c
6156 !> t/lib/io_unix.t t/op/oct.t t/pragma/warn/6default
6157 !> t/pragma/warn/util toke.c util.c
6158____________________________________________________________________________
6159[ 3824] By: jhi on 1999/07/28 21:15:04
6160 Log: Tiny patch to go over #3820 (via private mail from Lincoln).
6161 Branch: cfgperl
6162 ! ext/IO/lib/IO/Handle.pm ext/IO/lib/IO/Socket.pm
6163 ! ext/IO/lib/IO/Socket/INET.pm
6164____________________________________________________________________________
6165[ 3823] By: jhi on 1999/07/28 20:29:17
6166 Log: Continue pack() doc honing.
6167 Branch: cfgperl
6168 ! pod/perlfunc.pod
6169____________________________________________________________________________
6170[ 3822] By: jhi on 1999/07/28 20:17:37
6171 Log: Enhance pack() doc.
6172 Branch: cfgperl
6173 ! pod/perlfunc.pod
6174____________________________________________________________________________
6175[ 3821] By: jhi on 1999/07/28 18:34:50
6176 Log: UNIX Domain Sockets are not implemented under QNX.
6177
6178 From: Norton Allen <allen@huarp.harvard.edu>
6179 To: perl5-porters@perl.org
6180 Subject: [ID 19990728.010] Patch:t/lib/io_unix.t _58 QNX
6181 Date: Wed, 28 Jul 1999 14:07:16 -0400 (edt)
6182 Message-Id: <199907281807.OAA13167@bottesini.harvard.edu>
6183 Branch: cfgperl
6184 ! t/lib/io_unix.t
6185____________________________________________________________________________
6186[ 3820] By: jhi on 1999/07/28 18:13:37
6187 Log: IO::* enhancements.
6188
6189 1) write() and syswrite() will now accept a single-argument
6190 form of the call, for consistency with Perl's syswrite().
6191 2) You can create a TCP-based IO::Socket::INET without forcing
6192 a connect attempt. This allows you to configure its options
6193 (like making it non-blocking) and then call connect() manually.
6194 3) Fixed a bug that prevented the IO::Socket::protocol() accessor
6195 from ever returning the correct value.
6196
6197 From: Lincoln Stein <lstein@formaggio.cshl.org>
6198 To: Graham Barr <gbarr@pobox.com>
6199 Cc: Lincoln Stein <lstein@cshl.org>, perl5-porters@perl.org
6200 Subject: Re: patch for IO::*
6201 Date: Wed, 28 Jul 1999 13:55:05 -0400 (EDT)
6202 Message-ID: <14239.17401.330408.145295@formaggio.cshl.org>
6203 Branch: cfgperl
6204 ! ext/IO/lib/IO/Handle.pm ext/IO/lib/IO/Socket.pm
6205 ! ext/IO/lib/IO/Socket/INET.pm
6206____________________________________________________________________________
6207[ 3819] By: gsar on 1999/07/28 18:08:06
6208 Log: misc PERL_OBJECT tweaks; perlcore.dll is now perl56.dll
6209 Branch: perl
6210 ! README.win32 globals.c installperl iperlsys.h makedef.pl
6211 ! perl.h win32/Makefile win32/makefile.mk win32/perllib.c
6212 ! win32/win32.c
6213____________________________________________________________________________
6214[ 3818] By: jhi on 1999/07/28 17:48:16
6215 Log: Need to add QNX to the list for DONT_DECLARE_STD.
6216 (The elimination of use of the _() macro apparently triggered
6217 an incompatability with a #define of atof)
6218
6219 From: Norton Allen <allen@huarp.harvard.edu>
6220 To: perl5-porters@perl.org
6221 Subject: [ID 19990728.008] Patch:perl.h _58 QNX
6222 Date: Wed, 28 Jul 1999 13:06:23 -0400 (edt)
6223 Message-Id: <199907281706.NAA07617@bottesini.harvard.edu>
6224 Branch: cfgperl
6225 ! perl.h
6226____________________________________________________________________________
6227[ 3817] By: jhi on 1999/07/28 17:46:30
6228 Log: Need to add some more conditions to deal with the case
6229 defined(HAS_GETSPNAM) && ! defined(HAS_GETSPENT)
6230 which is true for QNX4.
6231 From: Norton Allen <allen@huarp.harvard.edu>
6232 To: perl5-porters@perl.org
6233 Subject: [ID 19990728.009] Patch:pp_sys.c _58 QNX
6234 Date: Wed, 28 Jul 1999 13:08:42 -0400 (edt)
6235 Message-Id: <199907281708.NAA07947@bottesini.harvard.edu>
6236 Branch: cfgperl
6237 ! pp_sys.c
6238____________________________________________________________________________
6239[ 3816] By: jhi on 1999/07/28 17:43:40
6240 Log: The QNX shell needs a couple more semicolons.
6241
6242 From: Norton Allen <allen@huarp.harvard.edu>
6243 To: perl5-porters@perl.org
6244 Subject: [ID 19990728.007] Patch:Configure _58 QNX
6245 Date: Wed, 28 Jul 1999 13:03:00 -0400 (edt)
6246 Message-Id: <199907281703.NAA07363@bottesini.harvard.edu>
6247
6248 plus silence metalint moanings on vendorprefix.
6249 Branch: cfgperl
6250 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
6251 ! config_h.SH
6252____________________________________________________________________________
6253[ 3815] By: jhi on 1999/07/28 17:31:11
6254 Log: Silence metalint on vendorprefix.U.
6255 Branch: metaconfig
6256 ! U/installdirs/vendorprefix.U
6257____________________________________________________________________________
6258[ 3814] By: jhi on 1999/07/28 17:13:29
6259 Log: QNX shell needs more semicolons.
6260 Branch: metaconfig/U/perl
6261 ! Extensions.U
6262____________________________________________________________________________
6263[ 3813] By: jhi on 1999/07/28 17:05:08
6264 Log: Integrate with Sarathy.
6265 Branch: cfgperl
6266 !> lib/ExtUtils/MM_Unix.pm
6267____________________________________________________________________________
6268[ 3812] By: jhi on 1999/07/28 16:20:17
6269 Log: Fix a typo, un-shout, and reformat the installation output.
6270 Branch: cfgperl
6271 ! lib/ExtUtils/Install.pm
6272____________________________________________________________________________
6273[ 3811] By: gsar on 1999/07/28 15:41:11
6274 Log: fix typo that caused INSTALLPRIVLIB to have doubled 'perl5'
6275 Branch: perl
6276 ! lib/ExtUtils/MM_Unix.pm
6277____________________________________________________________________________
6278[ 3810] By: jhi on 1999/07/28 13:55:57
6279 Log: Talk more about subsecond things in perlfunc.
6280 (Yes, redundant with perlfaq8.)
6281 Branch: cfgperl
6282 ! pod/perlfunc.pod
6283____________________________________________________________________________
6284[ 3809] By: jhi on 1999/07/28 07:23:48
6285 Log: Integrate with Sarathy.
6286 Branch: cfgperl
6287 !> configpm hints/freebsd.sh lib/Pod/Html.pm perl.h t/op/grent.t
6288 !> t/op/pwent.t
6289____________________________________________________________________________
6290[ 3808] By: jhi on 1999/07/28 07:23:03
6291 Log: Document toke.c.
6292 From: Nathan Torkington <gnat@frii.com>
6293 To: perl5-porters@perl.org
6294 Subject: Re: toke.c patch, work in progress
6295 Date: Tue, 27 Jul 1999 23:02:09 -0600 (MDT)
6296 Message-ID: <14238.36561.979473.667842@localhost.frii.com>
6297 Branch: cfgperl
6298 ! toke.c
6299____________________________________________________________________________
6300[ 3807] By: jhi on 1999/07/28 07:10:56
6301 Log: perlre clarification.
6302
6303 From: Ian Phillipps <ian@dial.pipex.com>
6304 To: Perl 5 Porters <perl5-porters@perl.org>
6305 Subject: [PATCH 5.00557] Add definite article to perlre.pod
6306 Date: Tue, 27 Jul 1999 10:46:29 +0100
6307 Message-ID: <19990727104629.A10074@homer.diplex.co.uk>
6308 Branch: cfgperl
6309 ! pod/perlre.pod
6310____________________________________________________________________________
6311[ 3806] By: gsar on 1999/07/28 07:07:46
6312 Log: fix the perl -V breakage
6313
6314 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
6315 To: Jarkko Hietaniemi <jhi@iki.fi>
6316 Cc: "John L. Allen" <allen@grumman.com>, perl5-porters@perl.org,
6317 gsar@activestate.com
6318 Subject: Re: Follow up to: _58 on AIX 431
6319 Date: Tue, 27 Jul 1999 17:42:00 -0400
6320 Message-ID: <19990727174200.A12775@monk.mps.ohio-state.edu>
6321 Branch: perl
6322 ! configpm
6323____________________________________________________________________________
6324[ 3805] By: gsar on 1999/07/28 07:03:34
6325 Log: avoid warning (from Doug MacEachern)
6326 Branch: perl
6327 ! perl.h
6328____________________________________________________________________________
6329[ 3804] By: gsar on 1999/07/28 06:59:30
6330 Log: Pod::Html tweak
6331
6332 From: jan.dubois@ibm.net (Jan Dubois)
6333 To: perl5-porters@perl.org
6334 Subject: [PATCH 5.005_58] pod2html: Missing chunk for VMS filenames
6335 Date: Tue, 27 Jul 1999 22:14:12 +0200
6336 Message-ID: <37a50af0.46171380@smtp1.ibm.net>
6337 Branch: perl
6338 ! lib/Pod/Html.pm
6339____________________________________________________________________________
6340[ 3803] By: gsar on 1999/07/28 06:56:38
6341 Log: freebsd hints update
6342
6343 From: Anton Berezin <tobez@plab.ku.dk>
6344 To: perl5-porters@perl.org
6345 Subject: [ID 19990727.034] Not OK: perl 5.00558 on i386-freebsd-thread4.0-current (UNINSTALLED)
6346 Date: Tue, 27 Jul 1999 20:29:39 +0200 (CEST)
6347 Message-Id: <199907271829.UAA62861@lion.plab.ku.dk>
6348 Branch: perl
6349 ! hints/freebsd.sh
6350____________________________________________________________________________
6351[ 3802] By: gsar on 1999/07/28 06:51:32
6352 Log: cosmetic testsuite patch
6353
6354 From: Graham Barr <gbarr@ti.com>
6355 To: Perl5 Porters <perl5-porters@perl.org>
6356 Subject: 5.005_58 build
6357 Date: Tue, 27 Jul 1999 08:09:25 -0500
6358 Message-ID: <19990727080925.F4683@dal.asp.ti.com>
6359 Branch: perl
6360 ! t/op/grent.t t/op/pwent.t
6361____________________________________________________________________________
6362[ 3801] By: jhi on 1999/07/27 13:49:39
6363 Log: Minuscule cleanup of the integer overflow patch.
6364 Branch: cfgperl
6365 ! util.c
6366____________________________________________________________________________
6367[ 3800] By: jhi on 1999/07/27 13:37:23
6368 Log: Test hex('x...').
6369 Branch: cfgperl
6370 ! t/op/oct.t
6371____________________________________________________________________________
6372[ 3799] By: jhi on 1999/07/27 12:45:45
6373 Log: Integrate with Sarathy (5.005_58).
6374 Branch: cfgperl
6375 - ext/B/byteperl.c
6376 !> Changes MANIFEST Porting/makerel configpm embed.h embed.pl
6377 !> ext/Devel/DProf/DProf.xs ext/POSIX/POSIX.pm
6378 !> ext/SDBM_File/Makefile.PL lib/AutoLoader.pm
6379 !> lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MakeMaker.pm
6380 !> lib/Pod/Parser.pm lib/SelfLoader.pm os2/OS2/REXX/Makefile.PL
6381 !> perl.h pod/perldelta.pod pod/perlfaq9.pod pod/perlhist.pod
6382 !> win32/bin/pl2bat.pl win32/config_H.bc win32/config_H.gc
6383 !> win32/config_H.vc
6384____________________________________________________________________________
6385[ 3798] By: jhi on 1999/07/27 12:42:43
6386 Log: Integer constants (0x, 0[0-7], 0b) now overflow fatally,
6387 they used to be just optional lexical warnings.
6388 Also, with warnings turned on, constants > 2**32-1
6389 trigger a non-portability warning.
6390 Branch: cfgperl
6391 ! pod/perldelta.pod pod/perldiag.pod pod/perllexwarn.pod pp.c
6392 ! t/op/oct.t t/pragma/warn/6default t/pragma/warn/util toke.c
6393 ! util.c
6394____________________________________________________________________________
6395[ 3797] By: gsar on 1999/07/27 10:48:27
6396 Log: here lies 5.005_58
6397 Branch: perl
6398 - ext/B/byteperl.c
6399 ! Changes MANIFEST Porting/makerel pod/perldelta.pod
6400 ! pod/perlfaq9.pod pod/perlhist.pod
6401
6402----------------
6403Version 5.005_58
69dec784
GS
6404----------------
6405
6406____________________________________________________________________________
f29c64d6
GS
6407[ 3796] By: gsar on 1999/07/27 09:23:42
6408 Log: regenerate win32/config_H.?c
6409 Branch: perl
6410 ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
6411____________________________________________________________________________
6412[ 3795] By: gsar on 1999/07/27 09:02:31
6413 Log: From: Tye McQueen <tye@metronet.com>
6414 Date: Mon, 26 Jul 1999 19:19:22 -0500 (CDT)
6415 Message-Id: <199907270019.AA08223@metronet.com>
6416 Subject: Patch pl2bat.pl so batch file can fail
6417 Branch: perl
6418 ! win32/bin/pl2bat.pl
6419____________________________________________________________________________
6420[ 3794] By: gsar on 1999/07/27 08:59:58
6421 Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
6422 Date: Mon, 26 Jul 1999 01:09:00 -0400 (EDT)
6423 Message-Id: <199907260509.BAA26303@monk.mps.ohio-state.edu>
6424 Subject: [PATCH 5.005_57] decrease memory footprint of standard modules
6425 Branch: perl
6426 ! configpm ext/POSIX/POSIX.pm lib/AutoLoader.pm
6427 ! lib/SelfLoader.pm
6428____________________________________________________________________________
6429[ 3793] By: gsar on 1999/07/27 08:19:16
6430 Log: support -DPERL_BINCOMPAT_5005, still needs a Configure test
6431 (from Andy Dougherty)
6432 Branch: perl
6433 ! embed.h embed.pl
6434____________________________________________________________________________
6435[ 3792] By: gsar on 1999/07/27 08:04:19
6436 Log: recognize more constructs such as C<$-> in pod (from Russ Allbery
6437 and Brad Appleton)
6438 Branch: perl
6439 ! lib/Pod/Parser.pm
6440____________________________________________________________________________
6441[ 3791] By: gsar on 1999/07/27 07:50:54
6442 Log: cover case where CLK_TCK is a float, not integer (from
6443 alexander smishlajev <als@turnhere.com>)
6444 Branch: perl
6445 ! ext/Devel/DProf/DProf.xs
6446____________________________________________________________________________
6447[ 3790] By: gsar on 1999/07/27 07:45:08
6448 Log: provide MakeMaker attribute PERL_MALLOC_OK that allows extensions
6449 to call Perl_malloc() as malloc() (from Ilya Zakharevich)
6450 Branch: perl
6451 ! ext/SDBM_File/Makefile.PL lib/ExtUtils/MM_Unix.pm
6452 ! lib/ExtUtils/MakeMaker.pm os2/OS2/REXX/Makefile.PL perl.h
6453____________________________________________________________________________
6454[ 3789] By: jhi on 1999/07/27 07:44:55
6455 Log: Integrate with Sarathy.
6456 Branch: cfgperl
6457 +> lib/Pod/Text/Color.pm lib/Pod/Text/Termcap.pm
6458 !> MANIFEST doio.c embed.h embed.pl ext/B/B/CC.pm
6459 !> ext/SDBM_File/sdbm/sdbm.h global.sym lib/Pod/Html.pm
6460 !> lib/Pod/Text.pm objXSUB.h opcode.h opcode.pl perlapi.c
6461 !> pod/perldiag.pod pod/perlfunc.pod pod/pod2text.PL pp_sys.c
6462 !> proto.h t/comp/proto.t t/io/open.t
6463____________________________________________________________________________
6464[ 3788] By: gsar on 1999/07/27 07:29:59
6465 Log: replace Pod::Text with Pod::SimpleText v0.01 (thanks
6466 to Russ Allbery <rra@stanford.edu>); s/Simple// and
6467 s/pod2txt/pod2text/ etc.
6468 Branch: perl
6469 + lib/Pod/Text/Color.pm lib/Pod/Text/Termcap.pm
6470 ! MANIFEST lib/Pod/Text.pm pod/pod2text.PL
6471____________________________________________________________________________
6472[ 3787] By: gsar on 1999/07/27 06:48:40
6473 Log: From: Andy Dougherty <doughera@lafayette.edu>
6474 Date: Wed, 16 Jun 1999 14:40:09 -0400 (EDT)
6475 Message-Id: <Pine.GSU.4.05.9906161435390.248-100000@newton.phys>
6476 Subject: Re: [ID 19990608.003] my_bcopy problem; Unixware 2.0.3
6477 Branch: perl
6478 ! ext/SDBM_File/sdbm/sdbm.h
6479____________________________________________________________________________
6480[ 3786] By: gsar on 1999/07/27 06:30:09
6481 Log: applied suggested patch; added missing prototype changes to
6482 opcode.pl along with documentation typos (feature still needs
6483 to be described in perlopentut.pod and summarized in
6484 perldelta.pod)
6485 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
6486 Date: Thu, 17 Jun 1999 00:39:34 -0400 (EDT)
6487 Message-Id: <199906170439.AAA18154@monk.mps.ohio-state.edu>
6488 Subject: [PATCH 5.00557] 3-arg open
6489 Branch: perl
6490 ! doio.c embed.h embed.pl global.sym objXSUB.h opcode.h
6491 ! opcode.pl perlapi.c pod/perldiag.pod pod/perlfunc.pod pp_sys.c
6492 ! proto.h t/comp/proto.t t/io/open.t
6493____________________________________________________________________________
6494[ 3785] By: gsar on 1999/07/27 04:36:39
6495 Log: don't quit if =head* wasn't found (suggested by Roland Bauer
6496 <roland.bauer@fff.at>)
6497 Branch: perl
6498 ! lib/Pod/Html.pm
6499____________________________________________________________________________
6500[ 3784] By: gsar on 1999/07/27 03:56:17
6501 Log: change#3762 wasn't needed
6502 Branch: perl
6503 ! ext/B/B/CC.pm
6504____________________________________________________________________________
6505[ 3783] By: jhi on 1999/07/26 19:08:21
6506 Log: Integrate with Sarathy.
6507 Branch: cfgperl
6508 !> Changes makedef.pl patchlevel.h pod/perlfunc.pod pp_ctl.c
6509 !> toke.c utils/dprofpp.PL win32/Makefile win32/config_H.bc
6510 !> win32/config_H.gc win32/config_H.vc win32/makefile.mk
6511____________________________________________________________________________
6512[ 3782] By: gsar on 1999/07/26 18:16:50
6513 Log: update Changes, patchlevel &c.
6514 Branch: perl
6515 ! Changes patchlevel.h win32/Makefile win32/config_H.bc
6516 ! win32/config_H.gc win32/config_H.vc win32/makefile.mk
6517____________________________________________________________________________
0002dd40
GS
6518[ 3781] By: gsar on 1999/07/26 17:54:47
6519 Log: a more correct fix for change#2744
6520 From: Stephen McCamant <smccam@uclink4.berkeley.edu>
6521 Date: Sun, 25 Jul 1999 14:02:25 -0500 (CDT)
6522 Message-ID: <14235.24385.671437.246345@alias-2.pr.mcs.net>
6523 Subject: [PATCH _57] Re: toke.c questions
6524 Branch: perl
6525 ! toke.c
6526____________________________________________________________________________
6527[ 3780] By: gsar on 1999/07/26 17:37:04
6528 Log: utime() doc typo from Greg Bacon <gbacon@itsc.uah.edu>
6529 Branch: perl
6530 ! pod/perlfunc.pod
6531____________________________________________________________________________
6532[ 3779] By: jhi on 1999/07/26 16:37:23
6533 Log: Dusting off.
6534 Branch: cfgperl
6535 ! README.threads
6536____________________________________________________________________________
6537[ 3778] By: gsar on 1999/07/26 13:28:46
6538 Log: avoid DIVZERO
6539 Branch: perl
6540 ! utils/dprofpp.PL
6541____________________________________________________________________________
6542[ 3777] By: gsar on 1999/07/26 13:18:53
6543 Log: warnings identified by Borland compiler
6544 Branch: perl
6545 ! makedef.pl pp_ctl.c
6546____________________________________________________________________________
6547[ 3776] By: jhi on 1999/07/26 13:07:36
6548 Log: Integrate with Sarathy.
6549 Branch: cfgperl
6550 !> lib/Carp/Heavy.pm pp_ctl.c pp_hot.c
6551____________________________________________________________________________
6552[ 3775] By: gsar on 1999/07/26 12:55:43
6553 Log: avoid infinite recursion when Thread.pm croaks during
6554 bootstrap
6555 Branch: perl
6556 ! lib/Carp/Heavy.pm
6557____________________________________________________________________________
6558[ 3774] By: gsar on 1999/07/26 12:43:02
6559 Log: integrate cfgperl contents into mainline
6560 Branch: perl
6561 +> lib/Carp/Heavy.pm
6562 !> MANIFEST Makefile.SH cflags.SH configpm ext/util/make_ext
6563 !> lib/AutoSplit.pm lib/Carp.pm makedepend.SH pod/pod2html.PL
6564 !> pod/pod2latex.PL pod/pod2man.PL pod/pod2text.PL
6565 !> pod/pod2usage.PL pod/podchecker.PL pod/podselect.PL
6566 !> writemain.SH x2p/Makefile.SH x2p/cflags.SH
6567____________________________________________________________________________
6568[ 3773] By: jhi on 1999/07/26 12:40:29
6569 Log: Use long doubles only if they are useful.
6570 Branch: cfgperl
6571 ! ext/POSIX/POSIX.xs
6572____________________________________________________________________________
6573[ 3772] By: gsar on 1999/07/26 12:33:11
6574 Log: typo in change#3768
6575 Branch: perl
6576 ! pp_hot.c
6577____________________________________________________________________________
6578[ 3771] By: gsar on 1999/07/26 12:08:27
6579 Log: alpha-stage support for user-hooks in @INC
6580 From: Ken Fox <kfox@ford.com>
6581 Date: Mon, 19 Jul 1999 22:12:29 -0400 (EDT)
6582 Message-Id: <199907200213.WAA02816@mailfw2.ford.com>
6583 Subject: Re: loading remote modules
6584 Branch: perl
6585 ! pp_ctl.c
6586____________________________________________________________________________
6587[ 3770] By: jhi on 1999/07/26 11:38:36
6588 Log: Back out #3735. Needs more work.
6589 Branch: cfgperl
6590 ! Makefile.SH cflags.SH configpm ext/util/make_ext
6591 ! lib/AutoSplit.pm makedepend.SH pod/pod2html.PL
6592 ! pod/pod2latex.PL pod/pod2man.PL pod/pod2text.PL
6593 ! pod/pod2usage.PL pod/podchecker.PL pod/podselect.PL
6594 ! writemain.SH x2p/Makefile.SH x2p/cflags.SH
6595____________________________________________________________________________
6596[ 3769] By: jhi on 1999/07/26 11:24:45
6597 Log: Integrate with Sarathy.
6598 Branch: cfgperl
6599 !> (integrate 35 files)
6600____________________________________________________________________________
6601[ 3768] By: gsar on 1999/07/26 11:03:07
6602 Log: optimize method name lookup
6603 From: Chip Salzenberg <chip@perlsupport.com>
6604 Date: Thu, 22 Jul 1999 13:43:36 -0400
6605 Message-ID: <19990722134336.Q391@perlsupport.com>
6606 Subject: [PATCH] OP_METHOD_NAMED
6607 Branch: perl
6608 ! dump.c embed.h embed.pl ext/Opcode/Opcode.pm objXSUB.h op.c
6609 ! opcode.h opcode.pl perlapi.c pp.sym pp_hot.c pp_proto.h
6610 ! proto.h
6611____________________________________________________________________________
6612[ 3767] By: gsar on 1999/07/26 10:44:11
6613 Log: allow arrow omission in $foo[10]->('foo') etc. (but not in
6614 foo()->()); rework grammar to remove conflicts
6615 From: Stephen McCamant <smccam@uclink4.berkeley.edu>
6616 Date: Fri, 23 Jul 1999 15:55:22 -0500 (CDT)
6617 Message-ID: <14232.54970.771570.548676@alias-2.pr.mcs.net>
6618 Subject: [PATCH _57, long] Re: optional arrow asymmetry
6619 Branch: perl
6620 ! Makefile.SH embed.h embed.pl global.sym objXSUB.h op.c
6621 ! perlapi.c perly.c perly.h perly.y perly_c.diff proto.h
6622 ! vms/perly_c.vms vms/perly_h.vms
6623____________________________________________________________________________
6624[ 3766] By: jhi on 1999/07/26 10:18:56
6625 Log: Use $< instead of $*.c in *perlmain.o rules.
6626 Branch: cfgperl
6627 ! Makefile.SH
6628____________________________________________________________________________
6629[ 3765] By: gsar on 1999/07/26 09:28:48
6630 Log: From: Ian Phillipps <ian@dial.pipex.com>
6631 Date: Fri, 23 Jul 1999 23:35:56 +0100
6632 Message-ID: <19990723233556.B2435@homer.diplex.co.uk>
6633 Subject: (Version 2) Extending unpack to deal with counted strings
6634 Branch: perl
6635 ! pod/perldiag.pod pod/perlfunc.pod pp.c t/op/pack.t
6636____________________________________________________________________________
6637[ 3764] By: jhi on 1999/07/26 09:17:26
6638 Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
6639 To: perl5-porters@perl.org (Mailing list Perl5)
6640 Subject: [PATCH 5.005_57] Lean Carp.pm with Carp/Heavy.pm
6641 Date: Mon, 26 Jul 1999 04:05:27 -0400 (EDT)
6642 Message-Id: <199907260805.EAA26888@monk.mps.ohio-state.edu>
6643
6644 The patch was based on 5_57 so had to re-apply lib/Carp.pm
6645 parts of changes #3498, #3696, and #3702 for the new
6646 lib/Carp/Heavy.pm.
6647 Branch: cfgperl
6648 + lib/Carp/Heavy.pm
6649 ! MANIFEST lib/Carp.pm
6650____________________________________________________________________________
6651[ 3763] By: gsar on 1999/07/26 09:03:17
6652 Log: ~ isn't valid in VMS filenames
6653 Branch: perl
6654 ! lib/Pod/Html.pm
6655____________________________________________________________________________
6656[ 3762] By: gsar on 1999/07/26 08:59:47
6657 Log: setstate stop-gap from Vishal Bhatia
6658 Branch: perl
6659 ! ext/B/B/CC.pm
6660____________________________________________________________________________
6661[ 3761] By: gsar on 1999/07/26 08:06:39
6662 Log: patch for pp_foo -> Perl_pp_foo changes from Vishal Bhatia;
6663 add B::OP::name() method that returns just the op_name;
6664 convert Deparse et all to use that instead of B::OP::ppaddr();
6665 add support for OP_SETSTATE in Deparse
6666 Branch: perl
6667 ! ext/B/B.pm ext/B/B.xs ext/B/B/Bblock.pm ext/B/B/Bytecode.pm
6668 ! ext/B/B/C.pm ext/B/B/CC.pm ext/B/B/Deparse.pm ext/B/B/Lint.pm
6669 ! ext/B/B/Xref.pm opcode.h opcode.pl
6670____________________________________________________________________________
6671[ 3760] By: jhi on 1999/07/26 07:14:43
6672 Log: Integrate with Sarathy.
6673 Branch: cfgperl
6674 !> (integrate 43 files)
6675____________________________________________________________________________
6676[ 3759] By: gsar on 1999/07/26 05:12:24
6677 Log: add disclaimer about perl 4 libraries (modified version of
6678 patch suggested by Clinton Pierce <cpierce1@ford.com>)
6679 Branch: perl
6680 ! lib/abbrev.pl lib/bigfloat.pl lib/bigint.pl lib/bigrat.pl
6681 ! lib/cacheout.pl lib/chat2.pl lib/complete.pl lib/ctime.pl
6682 ! lib/dotsh.pl lib/exceptions.pl lib/fastcwd.pl lib/flush.pl
6683 ! lib/ftp.pl lib/getcwd.pl lib/getopt.pl lib/getopts.pl
6684 ! lib/hostname.pl lib/look.pl lib/pwd.pl lib/termcap.pl
6685____________________________________________________________________________
6686[ 3758] By: gsar on 1999/07/26 04:48:35
6687 Log: make reset() behave with high-bit characters
6688 From: Ian Phillipps <ian@dial.pipex.com>
6689 Date: Thu, 22 Jul 1999 22:48:59 +0100
6690 Message-ID: <19990722224859.A27987@homer.diplex.co.uk>
6691 Subject: [PATCH 5.005_57] sv_reset can cause stack corruption
6692 Branch: perl
6693 ! sv.c
6694____________________________________________________________________________
6695[ 3757] By: gsar on 1999/07/26 04:40:32
6696 Log: update to perlport-1.44 from Chris Nandor <pudge@pobox.com>
6697 Branch: perl
6698 ! pod/perlport.pod
6699____________________________________________________________________________
6700[ 3756] By: gsar on 1999/07/26 04:20:37
6701 Log: dprofpp pod additions from Nathan Torkington <gnat@frii.com>
6702 Branch: perl
6703 ! utils/dprofpp.PL
6704____________________________________________________________________________
6705[ 3755] By: gsar on 1999/07/26 04:18:00
6706 Log: disable VPATH for now (breaks x2p build)
6707 Branch: perl
6708 ! x2p/Makefile.SH
6709____________________________________________________________________________
6710[ 3754] By: gsar on 1999/07/26 03:15:33
6711 Log: INSTALL =~ s/5.006/5.6/; delay loading Errno until needed
6712 (%! has the necessary magic); misc typos
6713 Branch: perl
6714 ! INSTALL ext/DB_File/DB_File.pm ext/Fcntl/Fcntl.pm
6715 ! ext/GDBM_File/GDBM_File.pm gv.c jpl/JNI/JNI.pm
6716 ! lib/AutoLoader.pm lib/CPAN.pm perl.c pod/perllocale.pod
6717 ! utils/h2xs.PL
6718____________________________________________________________________________
6719[ 3753] By: gsar on 1999/07/26 02:38:28
6720 Log: integrate cfgperl contents into mainline
6721 Branch: perl
6722 +> t/pragma/locale/latin1 t/pragma/locale/utf8
6723 !> (integrate 53 files)
6724____________________________________________________________________________
6725[ 3752] By: gsar on 1999/07/26 02:11:31
6726 Log: ensure implicitly closed handles don't set $? or $!
6727 Branch: perl
6728 ! doio.c embed.h embed.pl perlapi.c proto.h sv.c t/io/pipe.t
6729____________________________________________________________________________
6730[ 3751] By: gsar on 1999/07/26 01:28:34
6731 Log: change#3534 didn't preserve undef return values from caller()
6732 Branch: perl
6733 ! Changes pp_ctl.c
6734____________________________________________________________________________
6735[ 3750] By: jhi on 1999/07/25 20:59:29
6736 Log: Back up a tiny bit from #3735.
6737 This may break builds outside the source directory
6738 but then again, they do not work that ell yet anyway.
6739 Branch: cfgperl
6740 ! Makefile.SH
6741____________________________________________________________________________
a682de96
GS
6742[ 3750] By: jhi on 1999/07/25 20:59:29
6743 Log: Back up a tiny bit from #3735.
6744 This may break builds outside the source directory
6745 but then again, they do not work that ell yet anyway.
6746 Branch: cfgperl
6747 ! Makefile.SH
6748____________________________________________________________________________
6749[ 3749] By: jhi on 1999/07/25 19:15:55
6750 Log: Integrate with Sarathy.
6751 Branch: cfgperl
6752 !> lib/ExtUtils/MM_Unix.pm toke.c utils/h2xs.PL
6753____________________________________________________________________________
6754[ 3748] By: jhi on 1999/07/25 19:06:59
6755 Log: Recode locale.t so that the change in #3730
6756 is not needed and locale.t works both without
6757 and with the utf8 pragma.
6758 Branch: cfgperl
6759 + t/pragma/locale/latin1 t/pragma/locale/utf8
6760 ! MANIFEST t/pragma/locale.t
6761____________________________________________________________________________
6762[ 3747] By: jhi on 1999/07/25 19:01:46
6763 Log: Like #3743.
6764 Branch: cfgperl
6765 ! utils/perlbug.PL
6766____________________________________________________________________________
6767[ 3746] By: gsar on 1999/07/25 18:08:58
6768 Log: add option to omit Changes file, from Abigail <abigail@delanet.com>;
6769 append a HISTORY section to POD if option is used
6770 Branch: perl
6771 ! utils/h2xs.PL
6772____________________________________________________________________________
6773[ 3745] By: gsar on 1999/07/25 17:40:03
6774 Log: warn rather than die when parse_version() can't cut it (from
6775 Michael G Schwern <schwern@pobox.com>)
6776 Branch: perl
6777 ! lib/ExtUtils/MM_Unix.pm
6778____________________________________________________________________________
6779[ 3744] By: gsar on 1999/07/25 16:32:48
6780 Log: make map behave like grep wrt indirect object slot when
6781 there are parentheses; revert an experimental mod by Larry
6782 in change#2038 that failed to parse %{{qw(a b c)}} properly
6783 (this means C<map {use Foo; ...} ...> still needs a proper
6784 fix)
6785 Branch: perl
6786 ! toke.c
6787____________________________________________________________________________
6788[ 3743] By: jhi on 1999/07/25 16:24:55
6789 Log: Fix a typo in #3725.
6790 Branch: cfgperl
6791 ! utils/perlbug.PL
6792____________________________________________________________________________
6793[ 3742] By: jhi on 1999/07/25 16:14:39
6794 Log: Integrate with Sarathy.
6795 Branch: cfgperl
6796 !> (integrate 26 files)
6797____________________________________________________________________________
6798[ 3741] By: jhi on 1999/07/25 16:02:28
6799 Log: Cut-and-pasto in #3737.
6800 Branch: cfgperl
6801 ! perl.c
6802____________________________________________________________________________
6803[ 3740] By: gsar on 1999/07/25 15:59:34
6804 Log: add note about glibc bug
6805 Branch: perl
6806 ! t/pragma/warn/pp_hot
6807____________________________________________________________________________
6808[ 3739] By: gsar on 1999/07/25 15:48:40
6809 Log: fix bug in change#3728 that might free COPs prematurely;
6810 null(op) now does more thorough scrubbing of the op, which
6811 fixes a few compile-time memory "leaks"
6812 Branch: perl
6813 ! dump.c embed.h embed.pl op.c proto.h
6814____________________________________________________________________________
6815[ 3738] By: jhi on 1999/07/25 14:15:26
6816 Log: In accordance with #3737.
6817 Branch: metaconfig
6818 ! U/installdirs/sitelib.U U/installdirs/vendorprefix.U
6819 ! U/modified/Oldconfig.U
6820 Branch: metaconfig/U/perl
6821 ! Extensions.U
6822____________________________________________________________________________
6823[ 3737] By: jhi on 1999/07/25 14:12:34
6824 Log: Use vendorprefixlib.
6825 Branch: cfgperl
6826 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
6827 ! config_h.SH perl.c
6828____________________________________________________________________________
6829[ 3736] By: jhi on 1999/07/25 13:10:03
6830 Log: Populate metaconfig branch.
6831 Branch: metaconfig
6832 + (add 1468 files)
6833 Branch: metaconfig/U/perl
6834 + (add 101 files)
6835____________________________________________________________________________
6836[ 3735] By: jhi on 1999/07/25 12:27:20
6837 Log: First steps of making builds outside the source
6838 directory possible. These should get us as far
6839 as miniperl, then building DynaLoader falls into
6840 tiny twinkling pieces as MakeMaker knows nothing
6841 of VPATH mindset.
6842 Branch: cfgperl
6843 ! Configure Makefile.SH cflags.SH config_h.SH configpm
6844 ! ext/util/make_ext lib/AutoSplit.pm makedepend.SH
6845 ! pod/pod2html.PL pod/pod2latex.PL pod/pod2man.PL
6846 ! pod/pod2text.PL pod/pod2usage.PL pod/podchecker.PL
6847 ! pod/podselect.PL writemain.SH x2p/Makefile.SH x2p/cflags.SH
6848____________________________________________________________________________
6849[ 3734] By: jhi on 1999/07/25 11:19:28
6850 Log: Poor Glossary--are we fixed yet?
6851 Branch: cfgperl
6852 ! Porting/Glossary
6853____________________________________________________________________________
6854[ 3733] By: jhi on 1999/07/25 11:15:06
6855 Log: Change #3732 mistakenly clobbered Glossary.
6856 Branch: cfgperl
6857 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
6858 ! config_h.SH
6859____________________________________________________________________________
6860[ 3732] By: jhi on 1999/07/25 10:46:39
6861 Log: Andy's new installation scheme (note: a lot of this
6862 leaked in already with change #3731). The vendor*
6863 stuff is not used anywhere (in *.SH, say), so it
6864 isn't in Configure, either.
6865 Branch: cfgperl
6866 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
6867 ! config_h.SH
6868____________________________________________________________________________
6869[ 3731] By: jhi on 1999/07/25 10:12:07
6870 Log: Circumcode a strange shell(?) bug in AIX found
6871 while trying to do -Duse64bits (which I couldn't do
6872 in the end because the CPU isn't 64-bit in that box,
6873 but at least now the probing doesn't crash.)
6874 Branch: cfgperl
6875 ! Configure config_h.SH hints/aix.sh
6876____________________________________________________________________________
6877[ 3730] By: gsar on 1999/07/25 04:56:56
6878 Log: fix little utf8 nits in testsuite; add patch from Ilya that cures
6879 a utf8 bug in one of the new RE optimizations
6880 Branch: perl
6881 ! regcomp.c regexec.c t/harness t/lib/io_udp.t t/op/re_tests
6882 ! t/pragma/locale.t
6883____________________________________________________________________________
6884[ 3729] By: jhi on 1999/07/23 19:56:27
6885 Log: From: Andy Dougherty <doughera@lafayette.edu>
6886 To: Perl Porters <perl5-porters@perl.org>
6887 Subject: [PATCH 5.005_57] INSTALL-1.58
6888 Date: Fri, 23 Jul 1999 10:50:13 -0400 (EDT)
6889 Message-Id: <Pine.GSU.4.05.9907231033190.3555-100000@newton.phys>
6890
6891 plus
6892
6893 From: "Kurt D. Starsinic" <kstar@chapin.edu>
6894 To: Andy Dougherty <doughera@lafayette.edu>
6895 Cc: Perl Porters <perl5-porters@perl.org>
6896 Subject: Re: [PATCH 5.005_57] INSTALL-1.58
6897 Date: Fri, 23 Jul 1999 13:38:25 -0400
6898 Message-ID: <19990723133825.A12033@O2.chapin.edu>
6899 Branch: cfgperl
6900 ! INSTALL
6901____________________________________________________________________________
6902[ 3728] By: gsar on 1999/07/23 17:24:42
6903 Log: applied suggested patch for tracking line numbers correctly in
6904 optimized blocks with a single statement; changed setcop to
6905 setstate and added code for -Dx dumps
6906 From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
6907 Date: Wed, 23 Jun 1999 17:27:42 +0100
6908 Message-Id: <199906231627.RAA24033@crypt.compulink.co.uk>
6909 Subject: [PATCH 5.005_57] Line number error in optimised else()
6910 Branch: perl
6911 ! dump.c embed.h ext/Devel/DProf/DProf.xs ext/Opcode/Opcode.pm
6912 ! objXSUB.h op.c opcode.h opcode.pl perlapi.c pp.sym pp_hot.c
6913 ! pp_proto.h t/op/misc.t
6914____________________________________________________________________________
6915[ 3727] By: gsar on 1999/07/23 15:56:04
6916 Log: avoid useless use of target for pp_each(); also fixes bugs due to
6917 refcount held by the target
6918 Branch: perl
6919 ! opcode.h opcode.pl pp.c t/op/each.t
6920____________________________________________________________________________
6921[ 3726] By: jhi on 1999/07/23 12:08:30
6922 Log: Change #3725 aftershock.
6923 Branch: cfgperl
6924 ! INSTALL jpl/JNI/JNI.pm
6925____________________________________________________________________________
6926[ 3725] By: jhi on 1999/07/23 11:58:49
6927 Log: Introduce $Config{ldlibpthname} which contains
6928 the name of the environment variable holding the
6929 dynamic library search path, often LD_LIBRARY_PATH.
6930 Use this new feature all over.
6931 Also removed remnants of admonition "add LD_LIBRARY_PATH
6932 before running make" because Makefile.SH does this for you.
6933 Branch: cfgperl
6934 ! Configure Makefile.SH config_h.SH
6935 ! ext/DynaLoader/DynaLoader_pm.PL hints/README.hints
6936 ! hints/aix.sh hints/beos.sh hints/cygwin32.sh hints/dgux.sh
6937 ! hints/epix.sh hints/esix4.sh hints/hpux.sh hints/next_4.sh
6938 ! hints/os2.sh hints/rhapsody.sh hints/svr4.sh jpl/JNI/JNI.pm
6939 ! jpl/install-jpl utils/perlbug.PL
6940____________________________________________________________________________
6941[ 3724] By: jhi on 1999/07/23 08:03:36
6942 Log: From: Spider Boardman <spider@orb.nashua.nh.us>
6943 To: perl5-porters@perl.org
6944 Subject: [PATCH] Re: [ID 19990715.003] [BUG] all perl5 versions: segfault on $#
6945 Date: Thu, 22 Jul 1999 19:58:34 -0400
6946 Message-Id: <199907222358.TAA27354@Orb.Nashua.NH.US>
6947 Branch: cfgperl
6948 ! av.c
6949____________________________________________________________________________
6950[ 3723] By: gsar on 1999/07/23 00:01:29
6951 Log: emit warning about function calls that were encountered too early
6952 to enforce their prototype
6953 Branch: perl
6954 ! op.c op.h pod/perldiag.pod
6955____________________________________________________________________________
6956[ 3722] By: jhi on 1999/07/22 21:19:59
6957 Log: From: "Kurt D. Starsinic" <kstar@chapin.edu>
6958 To: perl5-porters@perl.org
6959 Cc: Chip Salzenberg <chip@perlsupport.com>, Gurusamy Sarathy <gsar@activestate.com>
6960 Subject: [PATCH] MakeMaker documentation
6961 Date: Wed, 21 Jul 1999 14:15:42 -0400
6962 Message-ID: <19990721141542.A1800@O2.chapin.edu>
6963 Branch: cfgperl
6964 ! lib/ExtUtils/MakeMaker.pm
6965____________________________________________________________________________
6966[ 3721] By: jhi on 1999/07/22 21:05:19
6967 Log: From: pvhp@forte.com (Peter Prymmer)
6968 To: chip@perlsupport.com, gsar@activestate.com, perl-mvs@perl.org, perl5-porters@perl.org
6969 Subject: [PATCH: 5.005_03 && 5.005_57]os390 hints file appendix stops bad builds
6970 Date: Wed, 21 Jul 99 17:15:39 PDT
6971 Message-Id: <9907220015.AA11931@forte.com>
6972 Branch: cfgperl
6973 ! hints/os390.sh
6974____________________________________________________________________________
6975[ 3720] By: jhi on 1999/07/22 20:51:17
6976 Log: AIX magic: ccdlflags needs to be different for
6977 Perl itself and for extra-core extensions
6978 (as used by ExtUtilss::embed::ldopts).
6979 Based on the problems described in
6980
6981 From: Mike W Ellwood <mwe@rl.ac.uk>
6982 To: perl5-porters@perl.org
6983 Subject: [ID 19990722.002] Perl 5.00503 and AIX 4.1.5; perl.exp; build errors. Also Imagemagick...
6984 Date: Thu, 22 Jul 1999 14:28:19 +0100 (BST)
6985 Reply-To: m.w.ellwood@rl.ac.uk
6986 Message-Id: <Pine.A41.3.96.990722141209.72660V-100000@unixfe.rl.ac.uk>
6987 Branch: cfgperl
6988 ! Configure Makefile.SH config_h.SH hints/aix.sh
6989____________________________________________________________________________
6990[ 3719] By: jhi on 1999/07/22 08:23:53
6991 Log: Update history records.
6992 Branch: cfgperl
6993 ! pod/perlhist.pod
6994____________________________________________________________________________
6995[ 3718] By: jhi on 1999/07/21 13:54:42
6996 Log: Todododobedobedo.
6997 Branch: cfgperl
6998 ! Todo
6999____________________________________________________________________________
7000[ 3717] By: jhi on 1999/07/21 12:10:48
7001 Log: Even more Todo.
7002 Branch: cfgperl
7003 ! Todo
7004____________________________________________________________________________
7005[ 3716] By: jhi on 1999/07/21 11:40:39
7006 Log: Use Errno more extensively so that error
7007 messages are more portable (another way
7008 would be to muck around with LC_MESSAGES).
7009 Problem reported in
7010
7011 From: oracle@pcr8.pcr.com
7012 To: perl5-porters@perl.org
7013 Subject: [ID 19990719.003] LC_MESSAGES breaks h2xs autoloaded constants on AIX 4.1.4
7014 Date: Mon, 19 Jul 1999 18:39:13 -0400
7015 Message-Id: <9907192239.AA44990@pcr8.pcr.com>
7016 Branch: cfgperl
7017 ! ext/DB_File/DB_File.pm ext/Fcntl/Fcntl.pm
7018 ! ext/GDBM_File/GDBM_File.pm jpl/JNI/JNI.pm lib/AutoLoader.pm
7019 ! lib/CPAN.pm pod/perllocale.pod utils/h2xs.PL
7020____________________________________________________________________________
7021[ 3715] By: jhi on 1999/07/21 11:05:36
7022 Log: Slightly modified patch.
7023 From: Sean Sheedy <seans@ncube.com>
7024 To: perl5-porters@perl.org
7025 Subject: [ID 19990720.003] Perl 5.005_3 patch: Non-standard object extensions
7026 Date: Tue, 20 Jul 1999 09:52:06 -0700
7027 Message-Id: <3794A935.1C150E54@ncube.com>
7028 Branch: cfgperl
7029 ! cflags.SH x2p/cflags.SH
7030____________________________________________________________________________
7031[ 3714] By: jhi on 1999/07/20 21:26:19
7032 Log: More Todo.
7033 Branch: cfgperl
7034 ! Todo
7035____________________________________________________________________________
7036[ 3713] By: jhi on 1999/07/20 18:02:45
7037 Log: Integrate with Sarathy.
7038 Branch: cfgperl
7039 +> ext/Devel/DProf/Changes ext/Devel/DProf/DProf.pm
7040 +> ext/Devel/DProf/DProf.xs ext/Devel/DProf/Makefile.PL
7041 +> ext/Devel/DProf/Todo t/lib/dprof.t t/lib/dprof/V.pm
7042 +> t/lib/dprof/test1_t t/lib/dprof/test1_v t/lib/dprof/test2_t
7043 +> t/lib/dprof/test2_v t/lib/dprof/test3_t t/lib/dprof/test3_v
7044 +> t/lib/dprof/test4_t t/lib/dprof/test4_v t/lib/dprof/test5_t
7045 +> t/lib/dprof/test5_v t/lib/dprof/test6_t t/lib/dprof/test6_v
7046 +> utils/dprofpp.PL
7047 !> INSTALL MAINTAIN MANIFEST configure.com
7048 !> ext/Devel/Peek/Makefile.PL installman installperl
7049 !> pod/roffitall utils/Makefile vms/descrip_mms.template
7050 !> win32/Makefile win32/makefile.mk win32/win32.h
7051____________________________________________________________________________
7052[ 3712] By: gsar on 1999/07/20 15:29:01
7053 Log: DProf tweak
7054 Branch: perl
7055 ! ext/Devel/DProf/DProf.xs
7056____________________________________________________________________________
7057[ 3711] By: gsar on 1999/07/20 07:56:19
7058 Log: another DProf build tweak
7059 Branch: perl
7060 ! utils/dprofpp.PL
7061____________________________________________________________________________
7062[ 3710] By: gsar on 1999/07/20 07:36:36
7063 Log: move DProf things around to where they are supposed to be
7064 Branch: perl
7065 + t/lib/dprof.t t/lib/dprof/V.pm t/lib/dprof/test1_t
7066 + t/lib/dprof/test1_v t/lib/dprof/test2_t t/lib/dprof/test2_v
7067 + t/lib/dprof/test3_t t/lib/dprof/test3_v t/lib/dprof/test4_t
7068 + t/lib/dprof/test4_v t/lib/dprof/test5_t t/lib/dprof/test5_v
7069 + t/lib/dprof/test6_t t/lib/dprof/test6_v
7070 +> utils/dprofpp.PL
7071 - ext/Devel/DProf/dprofpp.PL ext/Devel/DProf/t/V.pm
7072 - ext/Devel/DProf/t/test1.pl ext/Devel/DProf/t/test1.t
7073 - ext/Devel/DProf/t/test1.v ext/Devel/DProf/t/test2.t
7074 - ext/Devel/DProf/t/test2.v ext/Devel/DProf/t/test3.t
7075 - ext/Devel/DProf/t/test3.v ext/Devel/DProf/t/test4.t
7076 - ext/Devel/DProf/t/test4.v ext/Devel/DProf/t/test5.t
7077 - ext/Devel/DProf/t/test5.v ext/Devel/DProf/t/test6.t
7078 - ext/Devel/DProf/t/test6.v ext/Devel/DProf/test.pl
7079 ! INSTALL MANIFEST ext/Devel/DProf/Makefile.PL installman
7080 ! installperl pod/roffitall utils/Makefile
7081 ! vms/descrip_mms.template win32/Makefile win32/makefile.mk
7082____________________________________________________________________________
7083[ 3709] By: gsar on 1999/07/20 06:13:16
7084 Log: DProf fixups for PERL_IMPLICIT_CONTEXT
7085 Branch: perl
7086 ! ext/Devel/DProf/DProf.xs ext/Devel/DProf/Makefile.PL
7087 ! ext/Devel/Peek/Makefile.PL
7088____________________________________________________________________________
7089[ 3708] By: gsar on 1999/07/20 06:01:22
7090 Log: move DProf to Devel/DProf
7091 Branch: perl
7092 +> ext/Devel/DProf/Changes ext/Devel/DProf/DProf.pm
7093 +> ext/Devel/DProf/DProf.xs ext/Devel/DProf/Makefile.PL
7094 +> ext/Devel/DProf/Todo ext/Devel/DProf/dprofpp.PL
7095 +> ext/Devel/DProf/t/V.pm ext/Devel/DProf/t/test1.pl
7096 +> ext/Devel/DProf/t/test1.t ext/Devel/DProf/t/test1.v
7097 +> ext/Devel/DProf/t/test2.t ext/Devel/DProf/t/test2.v
7098 +> ext/Devel/DProf/t/test3.t ext/Devel/DProf/t/test3.v
7099 +> ext/Devel/DProf/t/test4.t ext/Devel/DProf/t/test4.v
7100 +> ext/Devel/DProf/t/test5.t ext/Devel/DProf/t/test5.v
7101 +> ext/Devel/DProf/t/test6.t ext/Devel/DProf/t/test6.v
7102 +> ext/Devel/DProf/test.pl
7103 - ext/DProf/Changes ext/DProf/DProf.pm ext/DProf/DProf.xs
7104 - ext/DProf/Makefile.PL ext/DProf/Todo ext/DProf/dprofpp.PL
7105 - ext/DProf/t/V.pm ext/DProf/t/test1.pl ext/DProf/t/test1.t
7106 - ext/DProf/t/test1.v ext/DProf/t/test2.t ext/DProf/t/test2.v
7107 - ext/DProf/t/test3.t ext/DProf/t/test3.v ext/DProf/t/test4.t
7108 - ext/DProf/t/test4.v ext/DProf/t/test5.t ext/DProf/t/test5.v
7109 - ext/DProf/t/test6.t ext/DProf/t/test6.v ext/DProf/test.pl
7110 ! MAINTAIN MANIFEST configure.com win32/Makefile
7111 ! win32/makefile.mk
7112____________________________________________________________________________
7113[ 3707] By: gsar on 1999/07/20 05:39:11
7114 Log: add Devel::DProf v19990108 from CPAN, as it was
7115 Branch: perl
7116 + ext/DProf/Changes ext/DProf/DProf.pm ext/DProf/DProf.xs
7117 + ext/DProf/Makefile.PL ext/DProf/Todo ext/DProf/dprofpp.PL
7118 + ext/DProf/t/V.pm ext/DProf/t/test1.pl ext/DProf/t/test1.t
7119 + ext/DProf/t/test1.v ext/DProf/t/test2.t ext/DProf/t/test2.v
7120 + ext/DProf/t/test3.t ext/DProf/t/test3.v ext/DProf/t/test4.t
7121 + ext/DProf/t/test4.v ext/DProf/t/test5.t ext/DProf/t/test5.v
7122 + ext/DProf/t/test6.t ext/DProf/t/test6.v ext/DProf/test.pl
7123 ! MANIFEST
7124____________________________________________________________________________
7125[ 3706] By: gsar on 1999/07/20 04:52:25
7126 Log: C<union any> needs no PERL_OBJECT-treatment
7127 Branch: perl
7128 ! win32/win32.h
7129____________________________________________________________________________
7130[ 3705] By: gsar on 1999/07/20 04:11:54
7131 Log: fix problem in default build
7132 Branch: perl
7133 ! win32/Makefile win32/makefile.mk
7134____________________________________________________________________________
7135[ 3704] By: jhi on 1999/07/19 07:06:36
7136 Log: Integrate with Sarathy.
7137 Branch: cfgperl
7138 !> Changes lib/Carp.pm makedef.pl pod/perldiag.pod sv.h util.c
7139 !> win32/win32.c
7140____________________________________________________________________________
7141[ 3703] By: gsar on 1999/07/19 05:55:57
7142 Log: win32 nits
7143 Branch: perl
7144 ! makedef.pl sv.h
7145____________________________________________________________________________
7146[ 3702] By: gsar on 1999/07/19 04:29:34
7147 Log: don't display tid from main thread (or testsuite breaks)
7148 Branch: perl
7149 ! lib/Carp.pm util.c
7150____________________________________________________________________________
7151[ 3701] By: gsar on 1999/07/19 00:47:52
7152 Log: remove several doubled (and tripled!) entries
7153 Branch: perl
7154 ! pod/perldiag.pod
7155____________________________________________________________________________
7156[ 3700] By: gsar on 1999/07/19 00:42:34
7157 Log: integrate cfgperl contents into mainline
7158 Branch: perl
7159 +> makedef.pl
7160 - perl_exp.SH win32/makedef.pl
7161 !> MANIFEST Makefile.SH ext/DynaLoader/DynaLoader_pm.PL
7162 !> ext/DynaLoader/dl_aix.xs ext/DynaLoader/dl_vms.xs hints/aix.sh
7163 !> pod/perldiag.pod pp.c regexec.c t/pragma/warn/util toke.c
7164 !> utf8.c util.c win32/Makefile win32/makefile.mk
7165____________________________________________________________________________
7166[ 3699] By: gsar on 1999/07/19 00:33:59
7167 Log: avoid bug in win32_str_os_error() (from Jan Dubois)
7168 Branch: perl
7169 ! Changes win32/win32.c
7170____________________________________________________________________________
7171[ 3698] By: jhi on 1999/07/18 21:33:57
7172 Log: Integrate with Sarathy.
7173 Branch: cfgperl
7174 +> t/op/chars.t
7175 !> (integrate 57 files)
7176____________________________________________________________________________
2ce77adf
GS
7177[ 3697] By: gsar on 1999/07/18 05:22:36
7178 Log: From: pvhp@forte.com (Peter Prymmer)
7179 Date: Thu, 1 Jul 99 19:31:24 PDT
7180 Message-Id: <9907020231.AA16942@forte.com>
7181 Subject: [ID 19990701.031] 4 ctl chars on EBCDIC not asciiish enough
7182 Branch: perl
7183 + t/op/chars.t
7184 ! MANIFEST ebcdic.c t/op/ord.t
7185____________________________________________________________________________
7186[ 3696] By: gsar on 1999/07/18 05:11:02
7187 Log: display thread id in diagnostics (suggested by Dan Sugalski)
7188 Branch: perl
7189 ! lib/Carp.pm util.c
7190____________________________________________________________________________
7191[ 3695] By: gsar on 1999/07/18 04:57:47
7192 Log: missing perldiag entry (from Dan Sugalski <sugalskd@osshe.edu>)
7193 Branch: perl
7194 ! pod/perldiag.pod
7195____________________________________________________________________________
7196[ 3694] By: gsar on 1999/07/18 04:56:28
7197 Log: cache [NIUP]V conversions of defined READONLY values
7198 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
7199 Date: Sun, 11 Jul 1999 04:39:44 -0400
7200 Message-ID: <19990711043944.A25944@monk.mps.ohio-state.edu>
7201 Subject: [PATCH 5.005_57] Allow caching of numeric/string conversion
7202 Branch: perl
7203 ! sv.c
7204____________________________________________________________________________
7205[ 3693] By: gsar on 1999/07/18 03:53:38
7206 Log: From: jan.dubois@ibm.net (Jan Dubois)
7207 Date: Sat, 17 Jul 1999 10:58:29 +0200
7208 Message-ID: <379144ad.13616689@smtp1.ibm.net>
7209 Subject: [PATCH 5.005] Some lib/ExtUtils/Manifest.pm POD fixes
7210 Branch: perl
7211 ! lib/ExtUtils/Manifest.pm
7212____________________________________________________________________________
7213[ 3692] By: gsar on 1999/07/18 03:51:03
7214 Log: remove spurious newSTATEOP() that causes goto to enter one too many
7215 contexts when jumping between if and elsif blocks
7216 Branch: perl
7217 ! perly.c perly.y pp_ctl.c t/op/goto.t
7218____________________________________________________________________________
7219[ 3691] By: gsar on 1999/07/18 01:49:59
7220 Log: detypo, update Changes
7221 Branch: perl
7222 ! Changes doio.c
7223____________________________________________________________________________
2aa1486d
GS
7224[ 3690] By: gsar on 1999/07/18 01:16:59
7225 Log: mention the -Minteger effect on modulus (from Nathan Torkington)
7226 Branch: perl
7227 ! lib/integer.pm
7228____________________________________________________________________________
7229[ 3689] By: gsar on 1999/07/18 00:47:17
7230 Log: ensure __END__ appears on a line by itself in wrapped
7231 scripts (thanks to Steve Tolkin <tolkin@mediaone.net>);
7232 mention caveat about successfull kill()
7233 Branch: perl
7234 ! pod/perlfunc.pod win32/bin/pl2bat.pl
7235____________________________________________________________________________
7236[ 3688] By: gsar on 1999/07/17 20:47:44
7237 Log: noecho noops (from Nicholas Clark <nick@flirble.org>)
7238 Branch: perl
7239 ! ext/SDBM_File/sdbm/Makefile.PL
7240____________________________________________________________________________
7241[ 3687] By: gsar on 1999/07/17 20:43:27
7242 Log: make CC.pm use a distinct CCPP() macro rather than PP()
7243 (suggested by Vishal Bhatia <vishalb@my-deja.com>)
7244 Branch: perl
7245 ! cc_runtime.h ext/B/B/CC.pm
7246____________________________________________________________________________
7247[ 3686] By: gsar on 1999/07/17 20:39:08
7248 Log: tiny bug in vars.pm (from John Dlugosz)
7249 Branch: perl
7250 ! lib/vars.pm
7251____________________________________________________________________________
7252[ 3685] By: gsar on 1999/07/17 20:37:27
7253 Log: applied suggested patch, along with later tweak
7254 From: jan.dubois@ibm.net (Jan Dubois)
7255 Date: Wed, 14 Jul 1999 23:53:43 +0200
7256 Message-ID: <37a902e7.15977234@smtp1.ibm.net>
7257 Subject: Merge ActivePerl Stylesheet support etc into Pod::Html.pm
7258 Branch: perl
7259 ! lib/Pod/Html.pm
7260____________________________________________________________________________
7261[ 3684] By: gsar on 1999/07/17 20:24:32
7262 Log: avoid #ifdef DEBUGGING in thrdvar.h (from Dominic Dunlop <domo@vo.lu>)
7263 Branch: perl
7264 ! thrdvar.h
7265____________________________________________________________________________
7266[ 3683] By: gsar on 1999/07/17 20:21:01
7267 Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
7268 Date: Tue, 13 Jul 1999 05:44:28 -0400 (EDT)
7269 Message-Id: <199907130944.FAA04473@monk.mps.ohio-state.edu>
7270 Subject: [PATCH 5.005_57] Segfaults if $^P
7271 Branch: perl
7272 ! embed.h embed.pl global.sym mg.c objXSUB.h perl.c perlapi.c
7273 ! proto.h
7274____________________________________________________________________________
7275[ 3682] By: gsar on 1999/07/17 20:04:17
7276 Log: use a better prefixify() heuristic than m/perl/ (prefix/lib/perl5
7277 and prefix/lib/perl5/man are ass_u_med only if those directories
7278 actually exist; else prefix/{lib,man} are used)
7279 Branch: perl
7280 ! lib/ExtUtils/MM_Unix.pm
7281____________________________________________________________________________
7282[ 3681] By: gsar on 1999/07/17 19:12:33
7283 Log: allow $foo{$x} and $bar[$i] for (\$) prototype
7284 Branch: perl
7285 ! op.c t/comp/proto.t
7286____________________________________________________________________________
7287[ 3680] By: gsar on 1999/07/17 18:23:55
7288 Log: fix vec() on magic values
7289 From: Ian Phillipps <ian@dial.pipex.com>
7290 Date: Mon, 12 Jul 1999 12:30:05 +0100
7291 Message-ID: <19990712123005.A11355@homer.diplex.co.uk>
7292 Subject: [PATCH 5.005_57] Re: do_vecset is broken. Re: [ID 19990703.003].
7293 Branch: perl
7294 ! doop.c t/op/tie.t
7295____________________________________________________________________________
7296[ 3679] By: gsar on 1999/07/17 18:10:44
7297 Log: make system() return -1 and set $! if exec of child failed
7298 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
7299 Date: Fri, 9 Jul 1999 05:21:13 -0400
7300 Message-ID: <19990709052113.A6201@monk.mps.ohio-state.edu>
7301 Subject: [PATCH 5.005_57] system()==-1 and $! from failing fork/exec
7302 Branch: perl
7303 ! doio.c embed.h embed.pl global.sym objXSUB.h perlapi.c
7304 ! pod/perlfunc.pod pp_sys.c proto.h t/op/exec.t
7305____________________________________________________________________________
7306[ 3678] By: gsar on 1999/07/17 17:54:01
7307 Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
7308 Date: Fri, 9 Jul 1999 04:27:51 -0400 (EDT)
7309 Message-Id: <199907090827.EAA03321@monk.mps.ohio-state.edu>
7310 Subject: [PATCH 5.005_57] File descriptor leak in do_exec3
7311 Branch: perl
7312 ! util.c
7313____________________________________________________________________________
7314[ 3677] By: gsar on 1999/07/17 17:34:38
7315 Log: a modernized version of find2perl from Ken Pizzini <ken@halcyon.com>;
7316 converted Ken's documentation outline into pod
7317 Branch: perl
7318 ! x2p/find2perl.PL
7319____________________________________________________________________________
7320[ 3676] By: gsar on 1999/07/17 16:34:09
7321 Log: pod fixes (with minor edits) from Abigail, Ronald Kimball, Jon
7322 Waddington, Tuomas Lukka, Steven Tolkin, Ian Phillipps, and
7323 Steve Lidie
7324 Branch: perl
7325 ! pod/Win32.pod pod/perldelta.pod pod/perlfaq.pod
7326 ! pod/perlfaq1.pod pod/perlfaq2.pod pod/perlfaq3.pod
7327 ! pod/perlfaq4.pod pod/perlfaq5.pod pod/perlfunc.pod
7328 ! pod/perlguts.pod pod/perlhist.pod pod/perlop.pod
7329 ! pod/perlport.pod pod/perltoc.pod pod/perltodo.pod
7330 ! pod/perltoot.pod pod/perltootc.pod pod/perlvar.pod
7331____________________________________________________________________________
7332[ 3675] By: gsar on 1999/07/17 00:16:53
7333 Log: backout redundant change#3628
7334 Branch: perl
7335 ! Changes hints/bsdos.sh
7336____________________________________________________________________________
fa9c2ea8
GS
7337[ 3674] By: jhi on 1999/07/15 14:26:03
7338 Log: Fix the bin/oct/hex constant overflow tests for
7339 long long platforms.
7340 Branch: cfgperl
7341 ! t/pragma/warn/util
7342____________________________________________________________________________
7343[ 3673] By: jhi on 1999/07/14 21:59:11
7344 Log: Fixed AIX dynamic loading and AIX shared Perl library.
7345 Tested in: AIX 4.1.5 cc+useshrplib+usethreads, 4.1.5 cc,
7346 4.1.5 gcc+useshrplib+usethreads, 4.3.1 cc+useshrplib.
7347 Hijacked win32/makedef.pl for more general purpose export
7348 list building, now it is used (as toplevel makedef.pl)
7349 for win32 and AIX (perl_exp.SH made unnecessary).
7350 Because the export lists are now correct in AIX, no more linker
7351 warnings about "Exported symbol not defined" should appear.
7352 Branch: cfgperl
7353 + makedef.pl
7354 - perl_exp.SH win32/makedef.pl
7355 ! MANIFEST Makefile.SH ext/DynaLoader/DynaLoader_pm.PL
7356 ! ext/DynaLoader/dl_aix.xs hints/aix.sh win32/Makefile
7357 ! win32/makefile.mk
7358____________________________________________________________________________
7359[ 3672] By: gsar on 1999/07/14 17:12:13
7360 Log: minor efficiency tweak
7361 Branch: perl
7362 ! pp_ctl.c
7363____________________________________________________________________________
7364[ 3671] By: jhi on 1999/07/14 16:22:39
7365 Log: The regexec.c change of #3606 caused a core dump in fbm_instr()
7366 if its caller re_intuit_start() was entered with strend == strpos
7367 because end_shift ended up as -1. The patch ain't necessarily
7368 correct but least the core dump is avoided.
7369 Branch: cfgperl
7370 ! regexec.c
7371____________________________________________________________________________
7372[ 3670] By: jhi on 1999/07/13 07:59:09
7373 Log: Integrate with Sarathy.
7374 Branch: cfgperl
7375 - XSlock.h win32/GenCAPI.pl win32/TEST win32/autosplit.pl
7376 - win32/genxsdef.pl win32/makemain.pl win32/makeperldef.pl
7377 !> (integrate 67 files)
7378____________________________________________________________________________
7379[ 3669] By: gsar on 1999/07/12 06:14:54
7380 Log: fixups for sundry warnings about function pointers
7381 Branch: perl
7382 ! ext/re/re.xs intrpvar.h op.c perl.c perl.h pp_ctl.c scope.h
7383 ! sv.c thrdvar.h util.c win32/Makefile win32/makefile.mk
7384 ! win32/win32.c win32/win32.h
7385____________________________________________________________________________
7386[ 3668] By: gsar on 1999/07/12 04:11:58
7387 Log: tweaks for win32/borland
7388 Branch: perl
7389 ! t/pragma/locale.t win32/makedef.pl win32/makefile.mk
7390____________________________________________________________________________
7391[ 3667] By: gsar on 1999/07/12 01:55:15
7392 Log: yet more cleanups of the PERL_OBJECT, MULTIPLICITY and USE_THREADS
7393 builds; passing the implicit context is unified among the three
7394 flavors; PERL_IMPLICIT_CONTEXT is auto-enabled under all three
7395 flavors (see the top of perl.h) for testing; all varargs functions
7396 foo() have a va_list-taking variant vfoo() for generating the
7397 context-free versions; the PERL_OBJECT build should now be
7398 hyper-compatible with CPAN extensions (C++ is totally out of
7399 the picture)
7400
7401 result has only been tested on Windows
7402
7403 TODO: write docs on the THX rationale and idiomatic usage of
7404 the Perl API
7405 Branch: perl
7406 - XSlock.h win32/GenCAPI.pl win32/TEST win32/autosplit.pl
7407 - win32/genxsdef.pl win32/makemain.pl win32/makeperldef.pl
7408 ! MANIFEST XSUB.h bytecode.pl deb.c dump.c embed.h embed.pl
7409 ! embedvar.h ext/B/B.xs ext/ByteLoader/ByteLoader.xs
7410 ! ext/ByteLoader/byterun.c ext/Data/Dumper/Dumper.xs
7411 ! ext/Devel/Peek/Peek.xs ext/Fcntl/Fcntl.xs ext/IO/IO.xs
7412 ! ext/Opcode/Opcode.xs ext/POSIX/POSIX.xs
7413 ! ext/SDBM_File/SDBM_File.xs ext/Socket/Socket.xs
7414 ! ext/Thread/Thread.xs ext/attrs/attrs.xs ext/re/re.xs
7415 ! global.sym globals.c intrpvar.h iperlsys.h
7416 ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_Win32.pm
7417 ! lib/ExtUtils/MakeMaker.pm lib/ExtUtils/xsubpp lib/base.pm
7418 ! lib/warning.pm malloc.c objXSUB.h perl.c perl.h perlapi.c
7419 ! perlapi.h perlio.c pp_sys.c proto.h regcomp.c regexec.c
7420 ! scope.c sv.c thrdvar.h util.c win32/Makefile win32/config_H.bc
7421 ! win32/config_H.gc win32/config_H.vc win32/config_h.PL
7422 ! win32/dl_win32.xs win32/include/dirent.h
7423 ! win32/include/sys/socket.h win32/makedef.pl win32/makefile.mk
7424 ! win32/perllib.c win32/runperl.c win32/win32.c win32/win32.h
7425 ! win32/win32iop.h win32/win32sck.c
7426____________________________________________________________________________
7427[ 3666] By: jhi on 1999/07/11 22:00:13
7428 Log: Integrate with Sarathy.
7429 Branch: cfgperl
7430 !> op.c t/op/lex_assign.t
7431____________________________________________________________________________
7432[ 3665] By: jhi on 1999/07/11 21:59:01
7433 Log: More manual sync.
7434 Branch: cfgperl
7435 ! pod/perldelta.pod
7436____________________________________________________________________________
7437[ 3664] By: gsar on 1999/07/11 19:11:07
7438 Log: change#3612 was buggy and failed to build Tk; applied Ilya's
7439 remedy and related tests via private mail
7440 Branch: perl
7441 ! op.c t/op/lex_assign.t
7442____________________________________________________________________________
7443[ 3663] By: jhi on 1999/07/11 15:04:37
7444 Log: Manual synchronization with Sarathy (some files
7445 had drifted apart for no apparent reason), plus
7446 I had a typo in dl_vms.xs Sarathy had fixed.
7447 Branch: cfgperl
7448 ! ext/DynaLoader/dl_vms.xs pod/perldelta.pod pp.c pp_sys.c
7449____________________________________________________________________________
7450[ 3662] By: jhi on 1999/07/10 12:23:21
7451 Log: Change t/pragma/warn oct()/hex() overflow tests to use %Config
7452 to adapt to the underlying platform (the binary, 0b1..., test
7453 was broken in 64-bit platforms). Also change "hex" in the
7454 warning messages to "hexadecimal" to match "binary" and "octal".
7455 Branch: cfgperl
7456 ! pod/perldiag.pod t/pragma/warn/util util.c
7457____________________________________________________________________________
7458[ 3661] By: jhi on 1999/07/08 21:54:55
7459 Log: Integrate with Sarathy.
7460 Branch: cfgperl
7461 +> perlapi.c perlapi.h
7462 !> (integrate 43 files)
7463____________________________________________________________________________
7464[ 3660] By: gsar on 1999/07/08 18:47:35
7465 Log: more PERL_OBJECT cleanups (changes still untested on Unix!)
7466 Branch: perl
7467 + perlapi.c perlapi.h
7468 ! MANIFEST XSUB.h emacs/ptags embed.h embed.pl embedvar.h
7469 ! ext/Opcode/Opcode.xs global.sym globals.c intrpvar.h
7470 ! iperlsys.h mg.c miniperlmain.c objXSUB.h perl.c perl.h perly.c
7471 ! pp.c pp_ctl.c pp_hot.c proto.h regcomp.c regcomp.h regexec.c
7472 ! scope.c scope.h sv.c thrdvar.h toke.c util.c win32/GenCAPI.pl
7473 ! win32/Makefile win32/makedef.pl win32/perllib.c win32/win32.c
7474 ! win32/win32.h
7475____________________________________________________________________________
7476[ 3659] By: gsar on 1999/07/08 18:41:45
7477 Log: sundry cleanups for clean build on windows
7478 Branch: perl
7479 ! doio.c regcomp.c regcomp.h t/io/openpid.t utf8.c
7480____________________________________________________________________________
7481[ 3658] By: gsar on 1999/07/08 01:24:25
7482 Log: fixes for logical bugs in the lexwarn patch; other tweaks to avoid
7483 type mismatch problems
7484 Branch: perl
7485 ! doio.c gv.c op.c pp.c regcomp.c regexec.c run.c sv.c
7486 ! t/pragma/warn/op toke.c utf8.c util.c
7487____________________________________________________________________________
7488[ 3657] By: jhi on 1999/07/07 23:01:16
7489 Log: Integrate with Sarathy. perldiag.pod required manual editing.
7490 Branch: cfgperl
7491 ! pod/perldiag.pod
7492 !> Changes configure.com ext/B/B/Deparse.pm
7493 !> ext/ByteLoader/Makefile.PL ext/Fcntl/Fcntl.xs
7494 !> ext/IO/lib/IO/File.pm gv.c iperlsys.h lib/ExtUtils/MM_VMS.pm
7495 !> lib/File/Basename.pm lib/File/Spec/VMS.pm perlsfio.h
7496 !> t/base/rs.t t/lib/io_multihomed.t t/lib/textfill.t
7497 !> t/lib/textwrap.t t/op/filetest.t t/op/mkdir.t
7498 !> t/pragma/overload.t thread.h vms/vms.c
7499____________________________________________________________________________
7500[ 3656] By: gsar on 1999/07/07 21:04:38
7501 Log: integrate cfgperl contents
7502 Branch: perl
7503 +> lib/unicode/Is/ASCII.pl lib/unicode/Is/Cntrl.pl
7504 +> lib/unicode/Is/Graph.pl lib/unicode/Is/Punct.pl
7505 +> lib/unicode/Is/Word.pl lib/unicode/Is/XDigit.pl
7506 ! Changes
7507 !> (integrate 45 files)
7508____________________________________________________________________________
3e3318e7
GS
7509[ 3655] By: gsar on 1999/07/07 18:55:45
7510 Log: filetest.t and ByteLoader build tweaks from Peter Prymmer
7511 <pvhp@forte.com>
7512 Branch: perl
7513 ! ext/ByteLoader/Makefile.PL t/op/filetest.t
7514____________________________________________________________________________
7515[ 3654] By: gsar on 1999/07/07 18:47:03
7516 Log: change#1889 mistakenly removed F_SETLK
7517 Branch: perl
7518 ! ext/Fcntl/Fcntl.xs
7519____________________________________________________________________________
7520[ 3653] By: gsar on 1999/07/07 18:42:42
7521 Log: B::Deparse update
7522 From: Stephen McCamant <smccam@uclink4.berkeley.edu>
7523 Date: Mon, 5 Jul 1999 17:57:03 -0500 (CDT)
7524 Message-ID: <14209.13729.738691.610723@alias-2.pr.mcs.net>
7525 Subject: [PATCH _57, long] B::Deparse 0.58
7526 Branch: perl
7527 ! ext/B/B/Deparse.pm
7528____________________________________________________________________________
7529[ 3652] By: gsar on 1999/07/07 18:41:07
7530 Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
7531 Date: Mon, 5 Jul 1999 18:24:19 -0400 (EDT)
7532 Message-Id: <199907052224.SAA10454@monk.mps.ohio-state.edu>
7533 Subject: Re: [ID 19990705.001] Overloading boolean conversion
7534 Branch: perl
7535 ! gv.c t/pragma/overload.t
7536____________________________________________________________________________
7537[ 3651] By: gsar on 1999/07/07 17:47:30
7538 Log: missing PerlIO_reopen() (suggested by sam@daemoninc.com)
7539 Branch: perl
7540 ! perlsfio.h
7541____________________________________________________________________________
7542[ 3650] By: gsar on 1999/07/07 17:45:52
7543 Log: applied new parts of suggested patch
7544 From: Charles Bailey <BAILEY@newman.upenn.edu>
7545 Date: Fri, 02 Jul 1999 19:18:41 -0400 (EDT)
7546 Message-id: <01JD3M8W1VXS000S5G@mail.newman.upenn.edu>
7547 Subject: [PATCH 5.005_57] Consolidated VMS patch
7548 Branch: perl
7549 ! configure.com ext/IO/lib/IO/File.pm iperlsys.h
7550 ! lib/ExtUtils/MM_VMS.pm lib/File/Basename.pm
7551 ! lib/File/Spec/VMS.pm pod/perldiag.pod t/base/rs.t
7552 ! t/lib/io_multihomed.t t/lib/textfill.t t/lib/textwrap.t
7553 ! t/op/filetest.t t/op/mkdir.t thread.h vms/vms.c
7554____________________________________________________________________________
7555[ 3649] By: jhi on 1999/07/07 13:38:02
7556 Log: Sync regcomp warn with reality.
7557 Branch: cfgperl
7558 ! t/pragma/warn/regcomp
7559____________________________________________________________________________
7560[ 3648] By: jhi on 1999/07/07 13:04:55
7561 Log: Integrate with Sarathy; one conflict in t/pragma/warn/recgomp
7562 resolved manually.
7563 Branch: cfgperl
7564 +> pod/perllexwarn.pod t/pragma/warn/6default t/pragma/warn/av
7565 +> t/pragma/warn/doop t/pragma/warn/hv t/pragma/warn/malloc
7566 +> t/pragma/warn/perlio t/pragma/warn/run t/pragma/warn/utf8
7567 - README.lexwarn
7568 !> (integrate 79 files)
7569____________________________________________________________________________
7570[ 3647] By: gsar on 1999/07/07 10:32:03
7571 Log: From: jan.dubois@ibm.net (Jan Dubois)
7572 Date: Thu, 01 Jul 1999 11:17:53 +0200
7573 Message-ID: <377b2ca4.14467042@smtp1.ibm.net>
7574 Subject: [PATCH 5.005_57] MakeMaker support for pod2html
7575 Branch: perl
7576 ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_Win32.pm
7577 ! lib/ExtUtils/MakeMaker.pm
7578____________________________________________________________________________
7579[ 3646] By: gsar on 1999/07/07 10:27:55
7580 Log: fix undocumented IO::Handle functions as suggested
7581 by cj10@cam.ac.uk
7582 Branch: perl
7583 ! ext/IO/lib/IO/Handle.pm
7584____________________________________________________________________________
7585[ 3645] By: gsar on 1999/07/07 10:18:55
7586 Log: prohibit thread join()ing itself (from Dan Sugalski)
7587 Branch: perl
7588 ! ext/Thread/Thread.xs
7589____________________________________________________________________________
7590[ 3644] By: gsar on 1999/07/07 10:14:26
7591 Log: From: "Vishal Bhatia" <vishalb@my-deja.com>
7592 Date: Wed, 30 Jun 1999 14:02:42 -0700
7593 Message-ID: <LJHFKBDHMHHJDAAA@my-deja.com>
7594 Subject: [PATCH 5.005_57] Compiler and XSUBS
7595 Branch: perl
7596 ! ext/B/B/C.pm
7597____________________________________________________________________________
7598[ 3643] By: gsar on 1999/07/07 10:08:38
7599 Log: mention C<foreach VAR (LIST) BLOCK continue BLOCK> syntax
7600 (from François Désarménien <desar@club-internet.fr>)
7601 Branch: perl
7602 ! pod/perlsyn.pod
7603____________________________________________________________________________
7604[ 3642] By: gsar on 1999/07/07 10:03:24
7605 Log: From: Doug MacEachern <dougm@cp.net>
7606 Date: Sun, 27 Jun 1999 22:43:25 -0700 (PDT)
7607 Message-ID: <Pine.LNX.4.10.9906272236430.389-100000@mojo.eng.cp.net>
7608 Subject: [PATCH 5.005_57] add B::PV::{LEN,CUR}
7609 Branch: perl
7610 ! ext/B/B.xs
7611____________________________________________________________________________
7612[ 3641] By: gsar on 1999/07/07 10:00:57
7613 Log: slightly modified version of suggested patch
7614 From: Steven N. Hirsch <hirschs@stargate.btv.ibm.com>
7615 Date: Mon, 28 Jun 1999 14:23:59 -0400
7616 Message-Id: <199906281823.OAA24912@stargate.btv.ibm.com>
7617 Subject: [ID 19990628.007] POSIX::tmpnam() broken for threaded 5.00503
7618 Branch: perl
7619 ! ext/POSIX/POSIX.xs
7620____________________________________________________________________________
7621[ 3640] By: gsar on 1999/07/07 09:45:43
7622 Log: lexical warnings update (warning.t fails one test
7623 due to leaked scalar, investigation pending)
7624 From: paul.marquess@bt.com
7625 Date: Sat, 26 Jun 1999 23:19:52 +0100
7626 Message-ID: <5104D4DBC598D211B5FE0000F8FE7EB29C6C8E@mbtlipnt02.btlabs.bt.co.uk>
7627 Subject: [PATCH 5.005_57] Lexical Warnings - mandatory warning are now default warnings
7628 Branch: perl
7629 + pod/perllexwarn.pod t/pragma/warn/6default t/pragma/warn/av
7630 + t/pragma/warn/doop t/pragma/warn/hv t/pragma/warn/malloc
7631 + t/pragma/warn/perlio t/pragma/warn/run t/pragma/warn/utf8
7632 - README.lexwarn
7633 ! Changes MANIFEST av.c djgpp/djgpp.c doio.c doop.c
7634 ! ext/B/B/Asmdata.pm ext/ByteLoader/byterun.c
7635 ! ext/ByteLoader/byterun.h gv.c hv.c jpl/JNI/JNI.xs
7636 ! lib/warning.pm mg.c op.c os2/os2.c perl.c perlio.c
7637 ! pod/perldelta.pod pod/perldiag.pod pod/perlfunc.pod
7638 ! pod/perlmodlib.pod pod/perlrun.pod pod/perlvar.pod pp.c
7639 ! pp_ctl.c run.c sv.c t/pragma/warn/3both t/pragma/warn/doio
7640 ! t/pragma/warn/gv t/pragma/warn/mg t/pragma/warn/op
7641 ! t/pragma/warn/perl t/pragma/warn/perly t/pragma/warn/pp
7642 ! t/pragma/warn/pp_ctl t/pragma/warn/pp_hot t/pragma/warn/pp_sys
7643 ! t/pragma/warn/regcomp t/pragma/warn/regexec t/pragma/warn/sv
7644 ! t/pragma/warn/taint t/pragma/warn/toke t/pragma/warn/universal
7645 ! t/pragma/warn/util t/pragma/warning.t toke.c utf8.c util.c
7646 ! warning.h warning.pl win32/win32.c
7647____________________________________________________________________________
0453d815
PM
7648[ 3639] By: gsar on 1999/07/07 08:09:30
7649 Log: From: Brian Jepson <bjepson@home.com>
7650 Date: Sat, 26 Jun 1999 10:47:45 -0500 (EST)
7651 Message-ID: <Pine.LNX.4.10.9906261044180.659-100000@cx384756-a.sking1.ri.home.com>
7652 Subject: Patch to JPL example program
7653 Branch: perl
7654 ! jpl/JPL_Rolo/JPL_Rolo.jpl
7655____________________________________________________________________________
7656[ 3638] By: jhi on 1999/07/07 08:07:58
7657 Log: Integrate with Sarathy.
7658 Branch: cfgperl
7659 !> (integrate 34 files)
7660____________________________________________________________________________
7661[ 3637] By: gsar on 1999/07/07 08:07:49
7662 Log: From: Stephen McCamant <smccam@uclink4.berkeley.edu>
7663 Date: Fri, 25 Jun 1999 13:38:44 -0500 (CDT)
7664 Message-ID: <14193.25034.113373.245377@alias-2.pr.mcs.net>
7665 Subject: [PATCH _57, long] Eliminate CONDOPs
7666 Branch: perl
7667 ! bytecode.pl dump.c ext/B/B.pm ext/B/B.xs ext/B/B/Bblock.pm
7668 ! ext/B/B/Bytecode.pm ext/B/B/C.pm ext/B/B/CC.pm
7669 ! ext/B/B/Debug.pm ext/B/B/Xref.pm ext/B/ramblings/flip-flop
7670 ! ext/B/typemap op.c op.h opcode.h opcode.pl perl.h
7671 ! pod/perltoc.pod pp_ctl.c pp_hot.c
7672____________________________________________________________________________
7673[ 3636] By: gsar on 1999/07/07 07:50:51
7674 Log: adapted suggested patch for IO-1.20x
7675 From: ian@dial.pipex.com
7676 Date: Fri, 25 Jun 1999 10:39:42 +0100
7677 Message-Id: <199906250939.KAA02152@homer.diplex.co.uk>
7678 Subject: [ID 19990625.001] Minor fixes for IO::Socket.pm
7679 Branch: perl
7680 ! ext/IO/lib/IO/Socket.pm
7681____________________________________________________________________________
7682[ 3635] By: gsar on 1999/07/07 07:26:05
7683 Log: PowerMAX hints update from Tom Horsley <Tom.Horsley@mail.ccur.com>
7684 Branch: perl
7685 ! hints/powerux.sh
7686____________________________________________________________________________
7687[ 3634] By: gsar on 1999/07/07 07:20:02
7688 Log: From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
7689 Date: Wed, 23 Jun 1999 16:16:05 +0100
7690 Message-Id: <199906231516.QAA23851@crypt.compulink.co.uk>
7691 Subject: [PATCH 5.005_57] memleak in optimizer
7692 Branch: perl
7693 ! embed.h embed.pl objXSUB.h op.c proto.h
7694____________________________________________________________________________
7695[ 3633] By: gsar on 1999/07/07 07:10:52
7696 Log: add do-not-edit caveats for files generated by opcode.pl
7697 (suggested by Hugo van der Sanden)
7698 Branch: perl
7699 ! opcode.h opcode.pl pp.sym pp_proto.h
7700____________________________________________________________________________
7701[ 3632] By: gsar on 1999/07/07 06:41:13
7702 Log: better diagnostics on read operations from write-only
7703 filehandles
7704 Branch: perl
7705 ! doio.c perl.c pod/perldelta.pod pod/perldiag.pod pp_hot.c
7706 ! pp_sys.c t/pragma/warn/pp_hot t/pragma/warn/pp_sys
7707____________________________________________________________________________
7708[ 3631] By: gsar on 1999/07/07 02:03:34
7709 Log: make Sys::Hostname safe against C<$SIG{CHLD}='IGNORE'> (suggested
7710 by David Muir Sharnoff <muir@idiom.com>)
7711 Branch: perl
7712 ! lib/Sys/Hostname.pm
7713____________________________________________________________________________
7714[ 3630] By: gsar on 1999/07/07 01:57:16
7715 Log: From: "Vishal Bhatia" <vishalb@my-deja.com>
7716 Date: Sun, 20 Jun 1999 17:17:17 -0700
7717 Message-ID: <AEBDBGKPMEAJAAAA@my-deja.com>
7718 Subject: [PATCH 5.005_57] Minor bug fix in pp_require
7719 Branch: perl
7720 ! ext/B/B/CC.pm
7721____________________________________________________________________________
7722[ 3629] By: gsar on 1999/07/07 01:46:03
7723 Log: installperl should write normal messages to STDOUT, not STDERR
7724 Branch: perl
7725 ! installperl
7726____________________________________________________________________________
7727[ 3628] By: gsar on 1999/07/07 01:41:25
7728 Log: BSD/OS needs -DSTRUCT_TM_HASZONE as of 4.0.1 (from mab@alink.net)
7729 Branch: perl
7730 ! hints/bsdos.sh
7731____________________________________________________________________________
7732[ 3627] By: gsar on 1999/07/07 00:27:10
7733 Log: make diagnostic on C<my $^I> etc., more readable
7734 Branch: perl
7735 ! op.c
7736____________________________________________________________________________
7737[ 3626] By: gsar on 1999/07/06 23:47:27
7738 Log: From: Andy Dougherty <doughera@lafayette.edu>
7739 Date: Thu, 17 Jun 1999 12:07:11 -0400 (EDT)
7740 Message-Id: <Pine.GSU.4.05.9906171204580.937-100000@newton.phys>
7741 Subject: [ID 19990617.004 [PATCH 5.005_57] make distclean fixes]
7742 Branch: perl
7743 ! Makefile.SH utils/Makefile
7744____________________________________________________________________________
7745[ 3625] By: jhi on 1999/07/06 21:50:46
7746 Log: Some new files of #3624 missing from MANIFEST.
7747 Branch: cfgperl
7748 ! MANIFEST
7749____________________________________________________________________________
7750[ 3624] By: jhi on 1999/07/06 21:47:04
7751 Log: POSIX [[:character class:]] support for standard, locale,
7752 and utf8. If both utf8 and locale are on, utf8 wins.
7753 I don't fully understand why so many tables changed in
7754 lib/unicode because of "make" -- maybe it was just overdue.
7755 Branch: cfgperl
7756 + lib/unicode/Is/ASCII.pl lib/unicode/Is/Cntrl.pl
7757 + lib/unicode/Is/Graph.pl lib/unicode/Is/Punct.pl
7758 + lib/unicode/Is/Word.pl lib/unicode/Is/XDigit.pl
7759 ! MANIFEST Todo-5.005 embed.h embed.pl embedvar.h global.sym
7760 ! handy.h intrpvar.h lib/unicode/Bidirectional.pl
7761 ! lib/unicode/Block.pl lib/unicode/Category.pl
7762 ! lib/unicode/Is/Alnum.pl lib/unicode/Is/Alpha.pl
7763 ! lib/unicode/Is/BidiL.pl lib/unicode/Is/Digit.pl
7764 ! lib/unicode/Is/L.pl lib/unicode/Is/Lo.pl
7765 ! lib/unicode/Is/Lower.pl lib/unicode/Is/Print.pl
7766 ! lib/unicode/Is/Space.pl lib/unicode/Is/Upper.pl
7767 ! lib/unicode/Is/Z.pl lib/unicode/Is/Zs.pl lib/unicode/Name.pl
7768 ! lib/unicode/To/Digit.pl lib/unicode/mktables.PL objXSUB.h
7769 ! pod/perldelta.pod pod/perldiag.pod pod/perlre.pod proto.h
7770 ! regcomp.c regcomp.h regcomp.sym regexec.c regnodes.h
7771 ! t/op/pat.t t/op/re_tests t/op/regexp.t t/pragma/utf8.t
7772 ! t/pragma/warn/regcomp utf8.c
7773____________________________________________________________________________
7774[ 3623] By: gsar on 1999/07/06 20:52:48
7775 Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
7776 Date: Wed, 16 Jun 1999 14:57:22 -0400
7777 Message-ID: <19990616145722.B16258@monk.mps.ohio-state.edu>
7778 Subject: [PATCH 5.00557] Devel::Peek
7779 Branch: perl
7780 ! ext/Devel/Peek/Peek.pm ext/Devel/Peek/Peek.xs
7781____________________________________________________________________________
7782[ 3622] By: gsar on 1999/07/06 20:22:59
7783 Log: applied patch after demunging headers with appropriate paths
7784 From: "Vishal Bhatia" <vishalb@my-deja.com>
7785 Date: Sat, 12 Jun 1999 08:23:59 -0700
7786 Message-ID: <JIHEJPFDFKIBDAAA@my-deja.com>
7787 Subject: [Patch 5.005_57] unsigned arithmetic (Compiler)
7788 Branch: perl
7789 ! cc_runtime.h ext/B/B.xs ext/B/B/CC.pm ext/B/B/Stackobj.pm
7790 ! ext/B/defsubs.h.PL lib/ExtUtils/typemap t/harness
7791____________________________________________________________________________
7792[ 3621] By: gsar on 1999/07/06 20:10:50
7793 Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
7794 Date: Thu, 10 Jun 1999 04:05:22 -0400 (EDT)
7795 Message-Id: <199906100805.EAA18216@monk.mps.ohio-state.edu>
7796 Subject: [PATCH 5.005_57] Optimize 2>&1 in commands
7797 Branch: perl
7798 ! doio.c
7799____________________________________________________________________________
7800[ 3620] By: jhi on 1999/07/06 19:16:47
7801 Log: Mention EPOC and SOCKS.
7802 Branch: cfgperl
7803 ! pod/perldelta.pod
7804____________________________________________________________________________
7805[ 3619] By: gsar on 1999/07/06 16:52:37
7806 Log: fix int vs STRLEN issue
7807 Branch: perl
7808 ! pp.c
7809____________________________________________________________________________
7810[ 3618] By: jhi on 1999/07/06 16:52:20
7811 Log: There ain't Perl_atonv().
7812 Branch: cfgperl
7813 ! ext/ByteLoader/bytecode.h
7814____________________________________________________________________________
7815[ 3617] By: jhi on 1999/07/06 15:55:22
7816 Log: Integrate with Sarathy.
7817 Branch: cfgperl
7818 !> Makefile.SH
7819____________________________________________________________________________
7820[ 3616] By: jhi on 1999/07/06 15:54:09
7821 Log: Tweak for #3613.
7822 Branch: cfgperl
7823 ! Configure config_h.SH
7824____________________________________________________________________________
7825[ 3615] By: gsar on 1999/07/06 11:00:21
7826 Log: From: "Todd C. Miller" <Todd.Miller@courtesan.com>
7827 Date: Sun, 13 Jun 1999 17:46:13 -0600 (MDT)
7828 Message-Id: <199906132346.RAA26632@xerxes.courtesan.com>
7829 Subject: [ID 19990613.003 linklibperl set incorrectly in Makefile.SH for OpenBSD]
7830 Branch: perl
7831 ! Makefile.SH
7832____________________________________________________________________________
7833[ 3614] By: jhi on 1999/07/06 10:44:48
7834 Log: Integrate with Sarathy.
7835 Branch: cfgperl
7836 !> ext/IO/lib/IO/File.pm op.c op.h opcode.h opcode.pl perl.h pp.h
7837 !> pp.sym pp_proto.h t/base/rs.t t/pragma/warn/op
7838____________________________________________________________________________
7839[ 3613] By: jhi on 1999/07/06 10:43:20
7840 Log: From: Nathan Kurz <nate@valleytel.net>
7841 Subject: [ID 19990612.001 compiling three deep modules within ext/]
7842 ply-To: nate@valleytel.net
7843 erl5-porters@perl.org
7844 Date: Sat, 12 Jun 1999 01:26:04 -0500
7845 Message-Id: <199906120626.BAA04996@trinkpad.valleytel.net>
7846 Branch: cfgperl
7847 ! Configure config_h.SH
7848____________________________________________________________________________
7849[ 3612] By: gsar on 1999/07/06 10:17:52
7850 Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
7851 Date: Sat, 12 Jun 1999 04:49:09 -0400 (EDT)
7852 Message-Id: <199906120849.EAA26986@monk.mps.ohio-state.edu>
7853 Subject: [PATCH 5.005_57] Optimize away OP_SASSIGN
7854 Branch: perl
7855 ! op.c op.h opcode.h opcode.pl pp.h pp.sym pp_proto.h
7856____________________________________________________________________________
7857[ 3611] By: gsar on 1999/07/06 09:51:20
7858 Log: From: pvhp@forte.com (Peter Prymmer)
7859 Date: Fri, 11 Jun 99 17:07:19 PDT
7860 Message-Id: <9906120007.AA13802@forte.com>
7861 Subject: [PATCH _03 && _57]portability fix for IO::File and FileHandle
7862 Branch: perl
7863 ! ext/IO/lib/IO/File.pm
7864____________________________________________________________________________
7865[ 3610] By: gsar on 1999/07/06 09:37:37
7866 Log: fix for C<$/ = 42> setting paragraph mode (applied with small
7867 tweak)
7868 From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
7869 Date: Wed, 09 Jun 1999 18:27:51 +0100
7870 Message-Id: <E10rm8l-00023T-00@ursa.cus.cam.ac.uk>
7871 Subject: Re: [ID 19990608.002] Possible bug with binmode and <FH> on Perl 5.005_03 Win32
7872 Branch: perl
7873 ! perl.h t/base/rs.t
7874____________________________________________________________________________
7875[ 3609] By: jhi on 1999/07/06 09:28:48
7876 Log: Integrate with Sarathy.
7877 Branch: cfgperl
7878 !> (integrate 49 files)
7879____________________________________________________________________________
7880[ 3608] By: gsar on 1999/07/06 09:28:21
7881 Log: test tweak
7882 Branch: perl
7883 ! t/pragma/warn/op
7884____________________________________________________________________________
7885[ 3607] By: jhi on 1999/07/06 09:22:48
7886 Log: Put back the cygwin32 Configure fix of 3582 undone by 3597.
7887 Branch: cfgperl
7888 ! Configure config_h.SH
7889____________________________________________________________________________
7890[ 3606] By: gsar on 1999/07/06 09:05:02
7891 Log: applied slightly tweaked version of suggested patch for
7892 improved RE API
7893 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
7894 Date: Wed, 9 Jun 1999 18:14:27 -0400 (EDT)
7895 Message-Id: <199906092214.SAA14126@monk.mps.ohio-state.edu>
7896 Subject: [PATCH 5.005_57] REx engine rehash
7897 Branch: perl
7898 ! Changes dump.c embed.h embed.pl embedvar.h ext/re/Makefile.PL
7899 ! ext/re/re.xs global.sym objXSUB.h perl.c perl.h pp.c pp_hot.c
7900 ! proto.h regcomp.c regcomp.h regexec.c regexp.h thrdvar.h
7901 ! util.c
7902____________________________________________________________________________
7903[ 3605] By: gsar on 1999/07/06 08:54:03
7904 Log: bug in change#3602 (cpp conditionals not allowed inside macro args)
7905 Branch: perl
7906 ! sv.c
7907____________________________________________________________________________
f722798b
IZ
7908[ 3604] By: gsar on 1999/07/06 07:08:30
7909 Log: From: paul.marquess@bt.com
7910 Date: Tue, 8 Jun 1999 22:37:58 +0100
7911 Message-ID: <5104D4DBC598D211B5FE0000F8FE7EB29C6C3C@mbtlipnt02.btlabs.bt.co.uk>
7912 Subject: [PATCH 5.005_57] DB_File 1.67
7913 Branch: perl
7914 ! ext/DB_File/Changes ext/DB_File/DB_File.pm
7915 ! ext/DB_File/DB_File.xs ext/DB_File/typemap
7916____________________________________________________________________________
7917[ 3603] By: gsar on 1999/07/06 07:04:50
7918 Log: From: paul.marquess@bt.com
7919 Date: Tue, 8 Jun 1999 22:34:01 +0100
7920 Message-ID: <5104D4DBC598D211B5FE0000F8FE7EB29C6C3B@mbtlipnt02.btlabs.bt.co.uk>
7921 Subject: [PATCH 5.005_57] DBM Filters
7922 Branch: perl
7923 ! ext/GDBM_File/GDBM_File.pm ext/GDBM_File/GDBM_File.xs
7924 ! ext/NDBM_File/NDBM_File.pm ext/NDBM_File/NDBM_File.xs
7925 ! ext/ODBM_File/ODBM_File.pm ext/ODBM_File/ODBM_File.xs
7926 ! ext/SDBM_File/SDBM_File.pm ext/SDBM_File/SDBM_File.xs
7927____________________________________________________________________________
7928[ 3602] By: gsar on 1999/07/06 07:00:01
7929 Log: slightly tweaked version of suggested patch
7930 From: Dan Sugalski <sugalskd@ous.edu>
7931 Date: Tue, 08 Jun 1999 14:09:38 -0700
7932 Message-Id: <3.0.6.32.19990608140938.030f12e0@ous.edu>
7933 Subject: [PATCH 5.005_57]Use NV instead of double in the core
7934 Branch: perl
7935 ! av.h bytecode.pl cv.h doio.c dump.c embed.pl
7936 ! ext/ByteLoader/bytecode.h ext/ByteLoader/byterun.c hv.h
7937 ! intrpvar.h mg.c op.c perl.h pp.c pp.h pp_ctl.c pp_sys.c
7938 ! proto.h sv.c sv.h toke.c universal.c util.c
7939____________________________________________________________________________
7940[ 3601] By: gsar on 1999/07/06 06:52:57
7941 Log: integrate cfgperl contents into mainline
7942 Branch: perl
7943 +> README.epoc epoc/config.h epoc/epoc.c epoc/epocish.h
7944 +> epoc/perl.mmp epoc/perl.pkg
7945 !> (integrate 30 files)
7946____________________________________________________________________________
7947[ 3598] By: jhi on 1999/07/05 20:02:55
7948 Log: Integrate with mainperl.
7949 Branch: cfgperl
7950 +> lib/CGI/Pretty.pm
7951 !> Changes ext/B/B/Bblock.pm ext/B/B/C.pm ext/B/B/CC.pm
7952 !> ext/B/B/Stackobj.pm ext/GDBM_File/GDBM_File.xs mg.c op.c
7953 !> opcode.h opcode.pl pp_sys.c t/lib/io_udp.t thread.h toke.c
7954 !> vms/descrip_mms.template vms/subconfigure.com vms/vms.c
7955 !> vms/vmsish.h
7956____________________________________________________________________________
7957[ 3597] By: jhi on 1999/07/05 19:59:48
7958 Log: Hack SOCKS support some more plus a patch from Andy Dougherty
7959 that addresses the notorious "Additional libraries" question.
7960 Branch: cfgperl
7961 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
7962 ! config_h.SH doio.c ext/Socket/Socket.xs hints/aix.sh perl.c
7963 ! pp_sys.c
7964____________________________________________________________________________
7965[ 3596] By: gsar on 1999/07/05 18:30:51
7966 Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
7967 Date: Tue, 8 Jun 1999 04:47:58 -0400 (EDT)
7968 Message-Id: <199906080847.EAA03810@monk.mps.ohio-state.edu>
7969 Subject: [PATCH 5.00557] Long-standing UDP sockets bug on OS/2
7970 Branch: perl
7971 ! pp_sys.c t/lib/io_udp.t
7972____________________________________________________________________________
7973[ 3595] By: gsar on 1999/07/05 18:29:08
7974 Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
7975 Date: Tue, 8 Jun 1999 04:44:58 -0400 (EDT)
7976 Message-Id: <199906080844.EAA03784@monk.mps.ohio-state.edu>
7977 Subject: [PATCH 5.00557] Setting $^E wipes out $!
7978 Branch: perl
7979 ! mg.c
7980____________________________________________________________________________
7981[ 3594] By: gsar on 1999/07/05 18:24:53
7982 Log: hand-apply whitespace mutiliated patch
7983 From: Dan Sugalski <sugalskd@osshe.edu>
7984 Date: Mon, 07 Jun 1999 14:46:42 -0700
7985 Message-Id: <3.0.6.32.19990607144642.03079100@ous.edu>
7986 Subject: [PATCH 5.005_57]Updated VMS patch
7987 Branch: perl
7988 ! thread.h vms/descrip_mms.template vms/subconfigure.com
7989 ! vms/vms.c vms/vmsish.h
7990____________________________________________________________________________
7991[ 3593] By: gsar on 1999/07/05 17:53:04
7992 Log: applied parts not duplicated by previous patches
7993 From: "Vishal Bhatia" <vishalb@my-deja.com>
7994 Date: Sat, 05 Jun 1999 08:42:17 -0700
7995 Message-ID: <JAMCAJKJEJDPAAAA@my-deja.com>
7996 Subject: Fwd: [PATCH 5.005_57] consolidated compiler changes
7997 Branch: perl
7998 ! Changes ext/B/B/Bblock.pm ext/B/B/C.pm ext/B/B/CC.pm
7999 ! ext/B/B/Stackobj.pm
8000____________________________________________________________________________
5ab5c7a4
VB
8001[ 3592] By: jhi on 1999/07/05 17:17:22
8002 Log: AIX threaded build, plus few more on the side.
8003 Branch: cfgperl
8004 ! embed.h embed.pl ext/DynaLoader/dl_aix.xs
8005 ! ext/DynaLoader/dl_next.xs ext/DynaLoader/dl_rhapsody.xs
8006 ! ext/DynaLoader/dl_vms.xs hints/aix.sh objXSUB.h perl.h
8007 ! perl_exp.SH pp_ctl.c proto.h toke.c util.c
8008____________________________________________________________________________
8009[ 3591] By: gsar on 1999/07/05 16:52:34
8010 Log: "\e" and "\a" didn't produce right escape under EBCDIC
8011 From: pvhp@forte.com (Peter Prymmer)
8012 Date: Fri, 4 Jun 99 12:00:27 PDT
8013 Message-Id: <9906041900.AA28387@forte.com>
8014 Subject: [PATCH 5.005_57]lingering ASCIIism in tokener
8015 Branch: perl
8016 ! toke.c
8017____________________________________________________________________________
8018[ 3590] By: gsar on 1999/07/05 16:40:01
8019 Log: s/scalar ref constructor/single ref constructor/ (suggested
8020 by Stephen McCamant)
8021 Branch: perl
8022 ! opcode.h opcode.pl
8023____________________________________________________________________________
8024[ 3589] By: gsar on 1999/07/05 16:34:06
8025 Log: no such thing as gdbm_clearerr() (from Andy Dougherty)
8026 Branch: perl
8027 ! ext/GDBM_File/GDBM_File.xs
8028____________________________________________________________________________
8029[ 3588] By: gsar on 1999/07/05 16:29:39
8030 Log: allow C<-foo> under C<use integer> (behavior of C<-$string>
8031 is unchanged still)
8032 Branch: perl
8033 ! op.c
8034____________________________________________________________________________
8035[ 3587] By: jhi on 1999/07/05 10:31:43
8036 Log: Make perl_exp.SH smarter about what to include and what to exclude.
8037 Branch: cfgperl
8038 ! perl_exp.SH
8039____________________________________________________________________________
8040[ 3586] By: jhi on 1999/07/05 09:29:31
8041 Log: Remove unnecessary and extraneous my $i = 0.
8042 Branch: cfgperl
8043 ! bytecode.pl
8044____________________________________________________________________________
8045[ 3585] By: jhi on 1999/07/05 07:28:59
8046 Log: Integrate with mainperl.
8047 Branch: cfgperl
8048 !> (integrate 30 files)
8049____________________________________________________________________________
8050[ 3584] By: gsar on 1999/07/05 05:36:28
8051 Log: From: Vishal Bhatia <vishalb@hotmail.com>
8052 Date: Thu, 03 Jun 1999 00:57:48 PDT
8053 Message-ID: <19990603075749.86665.qmail@hotmail.com>
8054 Subject: Re: [PATCH 5.005_57] pp_sort sorted out
8055 Branch: perl
8056 ! ext/B/B/Bblock.pm ext/B/B/C.pm ext/B/B/CC.pm
8057____________________________________________________________________________
8058[ 3583] By: gsar on 1999/07/05 05:31:19
8059 Log: suppress fancy display when in verbose mode (suggested by
8060 Paul Johnson <pjcj@transeda.com>)
8061 Branch: perl
8062 ! lib/Test/Harness.pm
8063____________________________________________________________________________
8064[ 3582] By: gsar on 1999/07/05 05:17:12
8065 Log: cygwin32 update
8066 From: "Fifer, Eric" <EFifer@sanwaint.com>
8067 Date: Wed, 2 Jun 1999 15:16:05 +0100
8068 Message-Id: <71E287AB0D94D111BBD600600849EC8185EDD9@POST>
8069 Subject: [ID 19990602.003] perl5.005_03 (CORE) cygwin32 port
8070 Branch: perl
8071 ! Configure Makefile.SH README.cygwin32 cygwin32/Makefile.SHs
8072 ! cygwin32/build-instructions.READFIRST
8073 ! cygwin32/build-instructions.charles-wilson
8074 ! cygwin32/build-instructions.sebastien-barre
8075 ! cygwin32/build-instructions.steven-morlock
8076 ! cygwin32/build-instructions.steven-morlock2 doio.c dosish.h
8077 ! ext/POSIX/Makefile.PL ext/POSIX/POSIX.xs hints/cygwin32.sh
8078 ! lib/Cwd.pm lib/ExtUtils/MM_Cygwin.pm perl.h pp_hot.c
8079 ! t/op/magic.t util.c
8080____________________________________________________________________________
8081[ 3581] By: gsar on 1999/07/05 02:46:18
8082 Log: NeXT doesn't have FD_CLOEXEC (suggested by Hans Mulder)
8083 Branch: perl
8084 ! util.c
8085____________________________________________________________________________
8086[ 3580] By: gsar on 1999/07/05 02:38:03
8087 Log: From: "Ed Peschko" <ed_peschko@csgsystems.com>
8088 Date: Mon, 31 May 1999 18:18:13 -0600
8089 Message-ID: <19990601001813.AAA17834@csgsystems.com>
8090 Subject: [ PATCH perl5.005_57 ] new perlcc + regression tests
8091 Branch: perl
8092 ! t/TEST t/UTEST t/harness utils/perlcc.PL
8093____________________________________________________________________________
8094[ 3579] By: gsar on 1999/07/05 01:20:58
8095 Log: compatibility tweak for Class::Struct
8096 Branch: perl
8097 ! lib/Class/Struct.pm
8098____________________________________________________________________________
8099[ 3578] By: jhi on 1999/07/04 23:26:01
8100 Log: Miscellaneus AIX fixes + SOCKS support.
8101 Branch: cfgperl
8102 ! Configure Makefile.SH Porting/Glossary Porting/config.sh
8103 ! Porting/config_H config_h.SH doio.c ext/Socket/Socket.xs
8104 ! hints/aix.sh pp_sys.c
8105____________________________________________________________________________
8106[ 3577] By: gsar on 1999/07/04 23:07:39
8107 Log: test tweak
8108 Branch: perl
8109 ! t/io/openpid.t
8110____________________________________________________________________________
8111[ 3576] By: jhi on 1999/07/04 22:39:23
8112 Log: Integrate with mainperl.
8113 Branch: cfgperl
8114 +> t/io/openpid.t
8115 - win32/perlhost.h
8116 !> (integrate 51 files)
8117____________________________________________________________________________
8118[ 3575] By: jhi on 1999/07/04 22:26:48
8119 Log: Added 64-bit support for AIX 4.3 or better
8120 based on Martin H. Rusoff's observations.
8121 Branch: cfgperl
8122 ! Configure config_h.SH hints/aix.sh
8123____________________________________________________________________________
8124[ 3574] By: jhi on 1999/07/04 21:34:47
8125 Log: Do not throw away gccvers compilation errors.
8126 From: Andy Dougherty <doughera@lafayette.edu>
8127 To: Ron Seguin <rseguin@on.bell.ca>
8128 Cc: Perl Porters <perl5-porters@perl.org>
8129 Subject: [PATCH] Re: [ID 19990625.011] WHOA There
8130 Date: Mon, 28 Jun 1999 12:36:38 -0400 (EDT)
8131 Message-Id: <Pine.GSU.4.05.9906281230100.6265-100000@newton.phys>
8132 Branch: cfgperl
8133 ! Configure config_h.SH
8134____________________________________________________________________________
8135[ 3573] By: gsar on 1999/07/04 21:10:32
8136 Log: adapted suggested tests for addition to testsuite
8137 From: RonaldWS@aol.com
8138 Date: Sun, 30 May 1999 16:27:28 EDT
8139 Message-Id: <25cd799f.2482f930@aol.com>
8140 Subject: [19990530.007] Open with pipe | does not return pid under win32
8141 Branch: perl
8142 + t/io/openpid.t
8143 ! MANIFEST win32/win32.c
8144____________________________________________________________________________
8145[ 3572] By: gsar on 1999/07/04 20:29:32
8146 Log: perl_run() should call my_exit(0) for normal completion
8147 Branch: perl
8148 ! perl.c
8149____________________________________________________________________________
8150[ 3571] By: jhi on 1999/07/04 20:10:44
8151 Log: Add test for change #3568 plus general cleanup.
8152 Branch: cfgperl
8153 ! t/pragma/locale.t
8154____________________________________________________________________________
8155[ 3570] By: gsar on 1999/07/04 20:03:21
8156 Log: make overload, Data::Dumper, and dumpvar understand qr// stringify
8157 overloading
8158 Branch: perl
8159 ! ext/Data/Dumper/Dumper.pm ext/Data/Dumper/Dumper.xs
8160 ! lib/Dumpvalue.pm lib/dumpvar.pl lib/overload.pm pp_ctl.c
8161____________________________________________________________________________
8162[ 3569] By: gsar on 1999/07/04 18:04:48
8163 Log: make AIX dynaloading work when libperl is shared (and thus under
8164 mod_perl etc.)
8165 From: Jens-Uwe Mager <jum@helios.de>
8166 Date: Sat, 29 May 1999 17:09:52 +0200
8167 Message-Id: <199905291509.RAA43978@ans.helios.de>
8168 Subject: [19990529.002] DynaLoader does not work properly if perl is not the main program (AIX)
8169 Branch: perl
8170 ! ext/DynaLoader/dl_aix.xs
8171____________________________________________________________________________
8172[ 3568] By: jhi on 1999/07/04 14:54:23
8173 Log: pp_lc/pp_lcfirst/pp_quotemeta/pp_uc/pp_ucfirst were not calling mg_set().
8174 This resulted for example in the 'o' magic not being cleared by
8175 magic_setcollxfrm(), which resulted in strange cmp results.
8176 The bug was reported originally in the message
8177 Subject: Bug with locale
8178 From: Jan Starzynski <jan@planet.de>
8179 To: perlbug@perl.com
8180 Date: Fri, 09 Apr 1999 13:23:07 +0200
8181 Message-ID: <370DE31B.DAEE1332@planet.de>
8182 Branch: cfgperl
8183 ! pp.c
8184____________________________________________________________________________
8185[ 3567] By: gsar on 1999/07/04 02:38:34
8186 Log: remove misleading info on defined(&func), unclutter deprecation
8187 about defined(@array)
8188 Branch: perl
8189 ! op.c pod/perldelta.pod pod/perldiag.pod pod/perlfunc.pod
8190 ! t/pragma/warn/op
8191____________________________________________________________________________
8192[ 3566] By: gsar on 1999/07/04 01:46:31
8193 Log: From: jan.dubois@ibm.net (Jan Dubois)
8194 Date: Wed, 26 May 1999 22:07:17 +0200
8195 Message-ID: <374c53ac.10322322@smtp1.ibm.net>
8196 Subject: [PATCH 5.005_57] MINGW32 and EGCS 1.1.2 support
8197 Branch: perl
8198 ! Changes win32/win32.c win32/win32.h
8199____________________________________________________________________________
2d63fa08
JD
8200[ 3565] By: gsar on 1999/07/04 01:26:02
8201 Log: newer version of perlxstut from Jeff Okamoto (slightly edited
8202 for win32 issues)
8203 Branch: perl
8204 ! pod/perlxstut.pod
8205____________________________________________________________________________
8206[ 3564] By: gsar on 1999/07/02 03:09:04
8207 Log: avoid warnings
8208 Branch: perl
8209 ! ext/Thread/Thread/Specific.pm lib/fields.pm
8210____________________________________________________________________________
8211[ 3563] By: gsar on 1999/06/28 19:23:47
8212 Log: inc version (for CPAN.pm sanity)
8213 Branch: perl
8214 ! lib/Text/ParseWords.pm
8215____________________________________________________________________________
8216[ 3562] By: gsar on 1999/06/28 19:19:01
8217 Log: regen perltoc
8218 Branch: perl
8219 ! pod/perltoc.pod
8220____________________________________________________________________________
8221[ 3561] By: gsar on 1999/06/28 19:08:41
8222 Log: From: Damian Conway <damian@cs.monash.edu.au>
8223 Date: Wed, 26 May 1999 00:58:35 -0400
8224 Message-Id: <199905260458.AAA06411@defender.perl.org>
8225 Subject: [19990526.002] Misc. improvements to Class:Struct
8226 Branch: perl
8227 ! MANIFEST lib/Class/Struct.pm
8228____________________________________________________________________________
8229[ 3560] By: gsar on 1999/06/28 18:50:52
8230 Log: remove bogus PL_optype_size
8231 Branch: perl
8232 ! bytecode.pl ext/ByteLoader/byterun.h
8233____________________________________________________________________________
8234[ 3559] By: gsar on 1999/06/28 18:22:26
8235 Log: upgrade CGI.pm to v2.53 (CGI/{Apache,Switch}.pm NOT deleted)
8236 Branch: perl
8237 + lib/CGI/Pretty.pm
8238 ! eg/cgi/file_upload.cgi lib/CGI.pm lib/CGI/Carp.pm
8239 ! lib/CGI/Cookie.pm lib/CGI/Fast.pm t/lib/cgi-form.t
8240 ! t/lib/cgi-html.t t/lib/cgi-request.t
8241____________________________________________________________________________
8242[ 3558] By: jhi on 1999/06/28 07:30:21
8243 Log: Change Olaf Lebbe's email address.
8244 Branch: cfgperl
8245 ! README.epoc
8246____________________________________________________________________________
8247[ 3557] By: gsar on 1999/06/28 00:07:33
8248 Log: make autogenerated files writable
8249 Branch: perl
8250 - win32/perlhost.h
8251 ! MANIFEST Porting/makerel embed.h embedvar.h ext/B/B/Asmdata.pm
8252 ! ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h global.sym
8253 ! keywords.h lib/warning.pm objXSUB.h opcode.h pp.sym pp_proto.h
8254 ! proto.h regnodes.h warning.h win32/config_H.bc
8255 ! win32/config_H.gc win32/config_H.vc
8256____________________________________________________________________________
8257[ 3556] By: jhi on 1999/06/27 19:22:53
8258 Log: Update MANIFEST to match #3555.
8259 Branch: cfgperl
8260 ! MANIFEST
8261____________________________________________________________________________
8262[ 3555] By: jhi on 1999/06/27 19:16:22
8263 Log: EPOC port to Psion5.
8264 From: Olaf Flebbe <O.Flebbe@science-computing.de>
8265 To: Jarkko Hietaniemi <jhi@iki.fi>
8266 Cc: perl5-porters@perl.org
8267 Subject: Re: Psion5
8268 Date: Sun, 27 Jun 1999 20:50:30 +0200 (METDST)
8269 Message-ID: <Pine.GHP.4.02.9906272048130.17736-100000@io.science-computing.de>
8270 Branch: cfgperl
8271 + README.epoc epoc/config.h epoc/epoc.c epoc/epocish.h
8272 + epoc/perl.mmp epoc/perl.pkg
8273 ! MANIFEST doio.c lib/Term/ReadLine.pm lib/perl5db.pl perl.c
8274 ! perl.h sv.c util.c
8275____________________________________________________________________________
8276[ 3554] By: jhi on 1999/06/27 18:50:52
8277 Log: Integrate from mainperl.
8278 Branch: cfgperl
8279 !> (integrate 48 files)
8280____________________________________________________________________________
8281[ 3553] By: gsar on 1999/06/27 14:28:49
8282 Log: somewhat untested PERL_OBJECT cleanups (C++isms mostly
8283 gone from the public API); PERL_OBJECT builds again on
8284 windows
8285
8286 TODO: namespace-clean the typedefs in iperlsys.h and
8287 elsewhere; remove C++ remnants from public headers
8288 Branch: perl
8289 ! XSUB.h bytecode.pl cv.h embed.h embed.pl ext/B/B.xs
8290 ! ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
8291 ! ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h
8292 ! ext/DynaLoader/dlutils.c global.sym globals.c iperlsys.h
8293 ! lib/ExtUtils/Embed.pm lib/ExtUtils/xsubpp mg.c objXSUB.h
8294 ! opcode.h opcode.pl perl.c perl.h pod/perlhist.pod pp_ctl.c
8295 ! pp_hot.c proto.h scope.h sv.h toke.c universal.c util.c
8296 ! win32/GenCAPI.pl win32/Makefile win32/config.bc
8297 ! win32/config.gc win32/config.vc win32/dl_win32.xs
8298 ! win32/makedef.pl win32/makefile.mk win32/perllib.c
8299 ! win32/runperl.c win32/win32.c win32/win32.h win32/win32iop.h
8300 ! win32/win32sck.c
8301____________________________________________________________________________
8302[ 3552] By: gsar on 1999/06/27 13:49:31
8303 Log: integrate cfgperl changes into mainline
8304 Branch: perl
8305 !> dump.c embed.h embed.pl embedvar.h global.sym intrpvar.h mg.c
8306 !> objXSUB.h op.c perl.c perl.h perlvars.h pp.c pp_ctl.c
8307 !> pp_proto.h pp_sys.c proto.h sv.c t/pragma/locale.t toke.c
8308 !> util.c
8309____________________________________________________________________________
8310[ 3551] By: gsar on 1999/06/27 13:31:11
8311 Log: fix indents
8312 Branch: perl
8313 ! op.c
8314____________________________________________________________________________
8315[ 3550] By: gsar on 1999/06/24 22:42:53
8316 Log: update Changes
8317 Branch: perl
8318 ! Changes
8319____________________________________________________________________________
c9fdb9e9
GS
8320[ 3549] By: gsar on 1999/06/24 22:41:17
8321 Log: avoid race condition in the CAPI extension bootstrap handler
8322 Branch: perl
8323 ! lib/ExtUtils/xsubpp win32/GenCAPI.pl
8324____________________________________________________________________________
8325[ 3548] By: gsar on 1999/06/24 22:39:53
8326 Log: sanity check to cover the case when perl is installed into the
8327 X:\ (drive root)
8328 Branch: perl
8329 ! win32/win32.c
8330____________________________________________________________________________
8331[ 3547] By: gsar on 1999/06/22 19:30:32
8332 Log: tweak RefHash to make intent clearer (suggested by John Dlugosz)
8333 Branch: perl
8334 ! lib/Tie/RefHash.pm
8335____________________________________________________________________________
8336[ 3544] By: jhi on 1999/06/18 19:24:28
8337 Log: Tidy up #3542 and #3543.
8338 Branch: cfgperl
8339 ! t/pragma/locale.t util.c
8340____________________________________________________________________________
8341[ 3543] By: jhi on 1999/06/18 10:28:45
8342 Log: Spice up locale.t.
8343 Branch: cfgperl
8344 ! t/pragma/locale.t
8345____________________________________________________________________________
8346[ 3542] By: jhi on 1999/06/17 22:42:03
8347 Log: Fixed two long-standing locale bugs.
8348
8349 Both problems were related to numeric locale which
8350 controls the radix character aka the decimal separator.
8351 (1) printf (and sprintf) were resetting the numeric locale to C.
8352 (2) Using locale-numerically formatted floating point
8353 numbers (e.g. "1,23") together with -w caused warnings about
8354 "isn't numeric". The operations were working fine, though,
8355 because atof() was using the local locale.
8356 Both problems reported by Stefan Vogtner.
8357
8358 Introduced a wrapper for atof() that attempts to convert
8359 the string both ways. This helps Perl to understand
8360 numbers like this "4.56" even when using a local locale
8361 makes atof() understand only numbers like this "7,89".
8362
8363 Remaining related problems, both of which existed before
8364 this patch and continue to exist after this patch:
8365 (a) The behaviour of print() is _not_ as documented by perllocale.
8366 Instead of always using the C locale, print() does use the
8367 local locale, just like the *printf() do. This may be fixable
8368 now that switching to-and-fro between locales has been made
8369 more consistent, but fixing print() would change existing
8370 behaviour. perllocale is not changed by this patch.
8371 (b) If a number has been stringified (say, via "$number") under
8372 a local locale, the cached string value persists even under
8373 "no locale". This may or may not be a problem: operations
8374 work fine because the original number is still there, but
8375 that the string form keeps its locale-ish outlook may be
8376 somewhat confusing.
8377 Branch: cfgperl
8378 ! dump.c embed.h embed.pl embedvar.h global.sym intrpvar.h mg.c
8379 ! objXSUB.h op.c perl.c perl.h perlvars.h pp.c pp_ctl.c
8380 ! pp_proto.h pp_sys.c proto.h sv.c t/pragma/locale.t toke.c
8381 ! util.c
8382____________________________________________________________________________
8383[ 3541] By: jhi on 1999/06/17 20:00:16
8384 Log: Integrate from mainperl.
8385 Branch: cfgperl
8386 !> ext/Data/Dumper/Dumper.pm op.c
8387____________________________________________________________________________
8388[ 3540] By: gsar on 1999/06/16 16:49:55
8389 Log: dump C<0> as such, not C<'0'>
8390 Branch: perl
8391 ! ext/Data/Dumper/Dumper.pm
8392____________________________________________________________________________
8393[ 3539] By: gsar on 1999/06/13 04:04:40
8394 Log: fix coredumper in change#3498
8395 Branch: perl
8396 ! op.c
8397____________________________________________________________________________
8398[ 3538] By: jhi on 1999/06/12 22:01:26
8399 Log: Integrate from mainperl.
8400 Branch: cfgperl
8401 +> lib/caller.pm
8402 !> (integrate 36 files)
8403____________________________________________________________________________
8404[ 3537] By: gsar on 1999/06/12 06:43:03
8405 Log: EXTERN_C declarations for global arrays in various
8406 headers, so perl can be built even in C++ mode; win32
8407 build fixups; regen headers
8408 Branch: perl
8409 ! XSUB.h embedvar.h ext/B/B.xs objXSUB.h opcode.h opcode.pl
8410 ! perl.h regcomp.h regexec.c utf8.h win32/win32.c win32/win32.h
8411____________________________________________________________________________
8412[ 3536] By: gsar on 1999/06/12 06:38:21
8413 Log: caller.pm typos
8414 Branch: perl
8415 ! lib/caller.pm
8416____________________________________________________________________________
8417[ 3535] By: gsar on 1999/06/11 23:13:54
8418 Log: various little tweaks; most globals are now in intrpvar.h, ninterps
8419 is temporarily gone
8420 Branch: perl
8421 ! embed.pl intrpvar.h os2/os2.c perl.c perlvars.h
8422 ! pod/perldelta.pod proto.h win32/perllib.c
8423____________________________________________________________________________
8424[ 3534] By: gsar on 1999/06/11 20:41:51
8425 Log: implement C<use caller 'encoding'>
8426 Branch: perl
8427 + lib/caller.pm
8428 ! MANIFEST perl.h pod/perldelta.pod pod/perlfunc.pod pp_ctl.c
8429____________________________________________________________________________
8430[ 3533] By: gsar on 1999/06/11 16:51:04
8431 Log: truncate() has a peculiar exemption from strict barewords, even
8432 though it has a non-filehandle prototype
8433 Branch: perl
8434 ! op.c t/io/fs.t
8435____________________________________________________________________________
8436[ 3532] By: gsar on 1999/06/11 09:09:16
8437 Log: GDBM tweak
8438 Branch: perl
8439 ! ext/GDBM_File/GDBM_File.xs ext/GDBM_File/typemap
8440____________________________________________________________________________
8441[ 3531] By: gsar on 1999/06/10 23:34:19
8442 Log: part of the platform changes for IMPLICIT_CONTEXT
8443 Branch: perl
8444 ! djgpp/djgpp.c jpl/JNI/JNI.xs jpl/JNI/typemap
8445 ! jpl/PerlInterpreter/PerlInterpreter.c
8446 ! jpl/PerlInterpreter/PerlInterpreter.h
8447 ! os2/OS2/ExtAttr/ExtAttr.xs os2/OS2/PrfDB/PrfDB.xs
8448 ! os2/OS2/Process/Process.xs os2/OS2/REXX/REXX.xs perl.h
8449____________________________________________________________________________
8450[ 3530] By: jhi on 1999/06/10 20:55:56
8451 Log: Integrate from mainperl.
8452 Branch: cfgperl
8453 !> ext/DB_File/DB_File.xs ext/DB_File/typemap
8454____________________________________________________________________________
8455[ 3529] By: gsar on 1999/06/10 20:40:01
8456 Log: DB_File tweaks for IMPLICIT CONTEXT
8457 Branch: perl
8458 ! ext/DB_File/DB_File.xs ext/DB_File/typemap
8459____________________________________________________________________________
8460[ 3528] By: jhi on 1999/06/10 10:18:15
8461 Log: Integrate from mainperl.
8462 Branch: cfgperl
8463 !> (integrate 105 files)
8464____________________________________________________________________________
8465[ 3527] By: gsar on 1999/06/10 09:30:35
8466 Log: most globals are now interpreter local; locale initialization
8467 was too early, defer it until interpreter is allocated and
8468 initialized; multiple interpreters should now be
8469 concurrency-safe (untested)
8470 Branch: perl
8471 ! embedvar.h intrpvar.h malloc.c miniperlmain.c perl.c perl.h
8472 ! perlvars.h
8473____________________________________________________________________________
8474[ 3526] By: gsar on 1999/06/10 08:38:00
8475 Log: fix small nits
8476 Branch: perl
8477 ! cc_runtime.h ext/B/B/CC.pm run.c
8478____________________________________________________________________________
8479[ 3525] By: gsar on 1999/06/10 04:41:38
8480 Log: win32 build fixes
8481 Branch: perl
8482 ! bytecode.pl dosish.h embed.h embed.pl ext/B/B.xs
8483 ! ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
8484 ! ext/ByteLoader/byterun.h ext/SDBM_File/sdbm/sdbm.c globals.c
8485 ! mg.c objXSUB.h op.h perl.c perl.h pp_sys.c proto.h sv.c util.c
8486 ! win32/Makefile win32/config_H.bc win32/config_H.gc
8487 ! win32/config_H.vc win32/config_h.PL win32/dl_win32.xs
8488 ! win32/makedef.pl win32/makefile.mk win32/perllib.c
8489 ! win32/win32.c win32/win32.h win32/win32sck.c
8490 ! win32/win32thread.c win32/win32thread.h
8491____________________________________________________________________________
8492[ 3524] By: gsar on 1999/06/09 18:03:01
8493 Log: more complete support for implicit thread/interpreter pointer,
8494 enabled via -DPERL_IMPLICIT_CONTEXT (all changes are noops
8495 without that enabled):
8496 - USE_THREADS now enables PERL_IMPLICIT_CONTEXT, so dTHR
8497 is a noop; tests pass on Solaris; should be faster now!
8498 - MULTIPLICITY has been tested with and without
8499 PERL_IMPLICIT_CONTEXT on Solaris
8500 - improved function database now merged with embed.pl
8501 - everything except the varargs functions have foo(a,b,c) macros
8502 to provide compatibility
8503 - varargs functions default to compatibility variants that
8504 get the context pointer using dTHX
8505 - there should be almost no source compatibility issues as a
8506 result of all this
8507 - dl_foo.xs changes other than dl_dlopen.xs untested
8508 - still needs documentation, fixups for win32 etc
8509 Next step: migrate most non-mutex variables from perlvars.h
8510 to intrpvar.h
8511 Branch: perl
8512 - proto.pl
8513 ! MANIFEST XSUB.h av.c bytecode.pl cv.h doio.c doop.c dump.c
8514 ! ebcdic.c embed.h embed.pl embedvar.h ext/B/B.xs ext/B/typemap
8515 ! ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
8516 ! ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h
8517 ! ext/Data/Dumper/Dumper.xs ext/Devel/Peek/Peek.xs
8518 ! ext/DynaLoader/dl_aix.xs ext/DynaLoader/dl_beos.xs
8519 ! ext/DynaLoader/dl_cygwin32.xs ext/DynaLoader/dl_dld.xs
8520 ! ext/DynaLoader/dl_dlopen.xs ext/DynaLoader/dl_hpux.xs
8521 ! ext/DynaLoader/dl_mpeix.xs ext/DynaLoader/dl_next.xs
8522 ! ext/DynaLoader/dl_none.xs ext/DynaLoader/dl_rhapsody.xs
8523 ! ext/DynaLoader/dl_vmesa.xs ext/DynaLoader/dl_vms.xs
8524 ! ext/DynaLoader/dlutils.c ext/Opcode/Opcode.xs
8525 ! ext/POSIX/POSIX.xs ext/Thread/Thread.xs ext/re/re.xs
8526 ! global.sym globals.c gv.c hv.c lib/ExtUtils/typemap
8527 ! lib/ExtUtils/xsubpp malloc.c mg.c mg.h miniperlmain.c
8528 ! objXSUB.h op.c opcode.h opcode.pl perl.c perl.h perlio.c
8529 ! perlsfio.h perly.c pp.c pp.h pp_ctl.c pp_hot.c pp_sys.c
8530 ! proto.h regcomp.c regcomp.h regexec.c run.c scope.c scope.h
8531 ! sv.c taint.c thrdvar.h thread.h toke.c universal.c utf8.c
8532 ! util.c win32/Makefile win32/makefile.mk writemain.SH
8533____________________________________________________________________________
8534[ 3523] By: gsar on 1999/06/07 05:24:13
8535 Log: missed a file
8536 Branch: perl
8537 + proto.pl
8538 ! MANIFEST
8539____________________________________________________________________________
8540[ 3522] By: gsar on 1999/06/07 05:18:34
8541 Log: initial stub implementation of implicit thread/this
8542 pointer argument; builds/tests on Solaris, win32
8543 hasn't been fixed up yet; proto.h, global.sym and
8544 static function decls are now generated from a common
8545 database in proto.pl; some inconsistently named
8546 perl_foo() things are now Perl_foo(), compatibility
8547 #defines provided; perl_foo() (lowercase 'p') reserved
8548 for functions that take an explicit context argument;
8549 next step: generate #define foo(a,b) Perl_foo(aTHX_ a,b)
8550 Branch: perl
8551 ! XSUB.h av.c cop.h deb.c doio.c doop.c dump.c ebcdic.c embed.h
8552 ! embed.pl ext/POSIX/POSIX.xs global.sym globals.c gv.c gv.h
8553 ! hv.c malloc.c mg.c miniperlmain.c objXSUB.h op.c opcode.h
8554 ! opcode.pl perl.c perl.h perl_exp.SH perlio.c perly.c perly.y
8555 ! pp.c pp.sym pp_ctl.c pp_hot.c pp_proto.h pp_sys.c proto.h
8556 ! regcomp.c regexec.c run.c scope.c scope.h sv.c taint.c toke.c
8557 ! universal.c utf8.c util.c
8558____________________________________________________________________________
8559[ 3521] By: gsar on 1999/06/04 23:00:22
8560 Log: clean up some stray "global" symbols
8561 Branch: perl
8562 ! embed.h embed.pl global.sym objXSUB.h opcode.pl pp.sym
8563 ! pp_proto.h proto.h
8564____________________________________________________________________________
8565[ 3520] By: jhi on 1999/06/02 21:33:28
8566 Log: Integrate from mainperl.
8567 Branch: cfgperl
8568 !> (integrate 94 files)
8569____________________________________________________________________________
8570[ 3519] By: gsar on 1999/06/02 07:16:10
8571 Log: avoid dereferencing null pointer from getpwent() et al
8572 Branch: perl
8573 ! pp_sys.c
8574____________________________________________________________________________
8575[ 3518] By: gsar on 1999/06/02 04:47:10
8576 Log: remove _() non-ansism
8577 Branch: perl
8578 ! Porting/config_H XSUB.h config_h.SH cv.h doio.c doop.c
8579 ! ext/B/B/C.pm ext/B/B/CC.pm ext/B/byteperl.c
8580 ! ext/ByteLoader/ByteLoader.xs ext/Data/Dumper/Dumper.xs
8581 ! ext/DynaLoader/dl_beos.xs ext/DynaLoader/dl_dlopen.xs
8582 ! ext/DynaLoader/dl_vmesa.xs ext/IO/poll.h ext/IPC/SysV/SysV.xs
8583 ! ext/Opcode/Opcode.xs ext/POSIX/POSIX.xs ext/Thread/Thread.xs
8584 ! ext/re/re.xs handy.h hv.c iperlsys.h
8585 ! jpl/PerlInterpreter/PerlInterpreter.c lib/ExtUtils/Embed.pm
8586 ! malloc.c mg.c mg.h minimod.pl miniperlmain.c op.c op.h
8587 ! opcode.h opcode.pl os2/POSIX.mkfifo perl.c perl.h
8588 ! plan9/config.plan9 pod/perlembed.pod pod/perlguts.pod pp.c
8589 ! pp_ctl.c pp_hot.c pp_sys.c proto.h regcomp.c regexec.c run.c
8590 ! scope.h sv.c sv.h thread.h toke.c util.c vms/sockadapt.h
8591 ! vms/vmsish.h vms/writemain.pl vos/config.h
8592 ! vos/config_h.SH_orig win32/GenCAPI.pl win32/config_H.bc
8593 ! win32/config_H.gc win32/config_H.vc win32/makemain.pl
8594 ! win32/perllib.c win32/runperl.c win32/win32.h
8595 ! win32/win32thread.h writemain.SH x2p/a2p.c x2p/a2p.h x2p/a2p.y
8596 ! x2p/hash.h x2p/str.h x2p/util.h x2p/walk.c
8597____________________________________________________________________________
8598[ 3517] By: gsar on 1999/06/02 02:17:51
8599 Log: missed a few files
8600 Branch: perl
8601 ! ext/POSIX/POSIX.xs jpl/JNI/JNI.xs
8602____________________________________________________________________________
8603[ 3516] By: gsar on 1999/06/02 01:37:33
8604 Log: integrate cfgperl contents into mainline
8605 Branch: perl
8606 +> ext/ByteLoader/bytecode.h ext/ByteLoader/byterun.c
8607 +> ext/ByteLoader/byterun.h
8608 - bytecode.h byterun.c byterun.h
8609 ! Changes
8610 !> (integrate 58 files)
8611____________________________________________________________________________
69dec784
GS
8612[ 3515] By: gsar on 1999/06/02 00:48:50
8613 Log: remove stray K&R-isms
8614 Branch: perl
8615 ! ext/SDBM_File/sdbm/dba.c ext/SDBM_File/sdbm/dbd.c
8616 ! ext/SDBM_File/sdbm/dbe.c ext/SDBM_File/sdbm/dbm.c
8617 ! ext/SDBM_File/sdbm/dbu.c mg.c op.c pp_ctl.c pp_sys.c sv.c
8618 ! toke.c util.c win32/win32.c x2p/hash.c
8619____________________________________________________________________________
8620[ 3514] By: gsar on 1999/06/01 15:55:55
8621 Log: change#3447 didn't do enough to exempt Foo->bar(qw/.../) from
8622 strict 'subs'
8623 Branch: perl
8624 ! op.c t/pragma/strict-subs
8625____________________________________________________________________________
8626[ 3513] By: jhi on 1999/06/01 07:17:05
8627 Log: Patch applying of #3499 had gone awry.
8628 Branch: cfgperl
8629 ! ext/ByteLoader/bytecode.h ext/ByteLoader/byterun.h
8630____________________________________________________________________________
8631[ 3512] By: gsar on 1999/05/31 19:21:30
8632 Log: tighter -help output
8633 Branch: perl
8634 ! perl.c
8635____________________________________________________________________________
8636[ 3511] By: gsar on 1999/05/31 17:18:23
8637 Log: fix memory leak in C<eval 'return sub {...}'>
8638 Branch: perl
8639 ! embed.h embed.pl objXSUB.h pp_ctl.c proto.h
8640____________________________________________________________________________
8641[ 3510] By: gsar on 1999/05/31 14:11:46
8642 Log: tweak C++isms
8643 Branch: perl
8644 ! win32/dl_win32.xs win32/win32.c
8645____________________________________________________________________________
8646[ 3509] By: jhi on 1999/05/30 13:02:26
8647 Log: Cleanup of #3488.
8648 Branch: cfgperl
8649 ! Configure config_h.SH
8650____________________________________________________________________________
8651[ 3508] By: jhi on 1999/05/30 11:16:01
8652 Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
8653 To: Mailing list Perl5 <perl5-porters@perl.org>
8654 Subject: [PATCH 5.005_57] Teach Socket and io_unix.t the syntax of OS/2
8655 Date: Sat, 29 May 1999 20:18:13 -0400
8656 Message-ID: <19990529201813.B9489@monk.mps.ohio-state.edu>
8657 Branch: cfgperl
8658 ! ext/Socket/Socket.xs os2/os2ish.h t/lib/io_unix.t
8659____________________________________________________________________________
8660[ 3507] By: jhi on 1999/05/29 20:05:40
8661 Log: From: Mark-Jason Dominus <mjd@plover.com>
8662 To: perl5-porters@perl.com
8663 Subject: PATCH (5.005_57): Document use of `SPECIAL' flag for `pushre':
8664 Date: Sat, 29 May 1999 14:45:10 -0400
8665 Message-ID: <19990529184510.27557.qmail@plover.com>
8666 Branch: cfgperl
8667 ! op.h
8668____________________________________________________________________________
8669[ 3506] By: gsar on 1999/05/29 16:49:39
8670 Log: avoid gv_check() recursive pit
8671 Branch: perl
8672 ! gv.c
8673____________________________________________________________________________
8674[ 3505] By: jhi on 1999/05/29 11:38:16
8675 Log: From: jan.dubois@ibm.net (Jan Dubois)
8676 To: Gurusamy Sarathy <gsar@activestate.com>
8677 Cc: perl5-porters@perl.org
8678 Subject: [PATCH 5.005_57]Safeguard against unimplemented functions in pwuid.t and grent.t
8679 Date: Sat, 29 May 1999 08:46:22 +0200
8680 Message-ID: <374f8007.2016008@smtp1.ibm.net>
8681 Branch: cfgperl
8682 ! t/op/grent.t t/op/pwent.t
8683____________________________________________________________________________
8684[ 3504] By: jhi on 1999/05/29 11:07:10
8685 Log: QNX needs <sys/select.h> to define fd_set.
8686
8687 From: Norton Allen <allen@huarp.harvard.edu>
8688 To: perl5-porters@perl.org
8689 Subject: [19990526.016] Not OK: perl 5.00503 on x86-qnx 424
8690 Date: Wed, 26 May 1999 13:51:27 -0400 (EDT)
8691 Message-Id: <199905261751.NAA20966@bottesini.harvard.edu>
8692 Branch: cfgperl
8693 ! ext/IO/poll.c
8694____________________________________________________________________________
8695[ 3503] By: jhi on 1999/05/29 10:53:31
8696 Log: From: jan.dubois@ibm.net (Jan Dubois)
8697 To: Gurusamy Sarathy <gsar@activestate.com>, perl5-porters@perl.org
8698 Subject: [PATCH all versions] (was Re: Unitialized Value Complaints in Math::BigFloat)
8699 Date: Fri, 28 May 1999 20:14:35 +0200
8700 Message-ID: <3751daa4.7188847@smtp1.ibm.net>
8701 Branch: cfgperl
8702 ! lib/Math/BigFloat.pm
8703____________________________________________________________________________
8704[ 3502] By: jhi on 1999/05/29 10:44:44
8705 Log: Make Configure support the change #3367,
8706 SysV shadow passwords.
8707 Branch: cfgperl
8708 ! Configure config_h.SH pp_sys.c
8709____________________________________________________________________________
8710[ 3501] By: gsar on 1999/05/28 21:22:23
8711 Log: add wide versions of win32 system calls (first step in
8712 globalization); delayload winsock for performance if compiling
8713 with VC 6.0
8714 Branch: perl
8715 ! win32/Makefile win32/dl_win32.xs win32/makefile.mk
8716 ! win32/win32.c win32/win32.h
8717____________________________________________________________________________
8718[ 3500] By: jhi on 1999/05/28 21:17:24
8719 Log: The new t/lib/io_linenum.t was using stricture
8720 before @INC was set up.
8721 Branch: cfgperl
8722 ! t/lib/io_linenum.t
8723____________________________________________________________________________
8724[ 3499] By: jhi on 1999/05/28 17:13:23
8725 Log: From: Tom Hughes <tom@compton.nu>
8726 To: perl5-porters@perl.org
8727 Subject: [PATCH 5.005_57] ByteLoader mark 2
8728 Date: Wed, 26 May 1999 23:59:49 +0100
8729 Message-ID: <bf337a0849.tom@compton.compton.nu>
8730
8731 plus resolve tiny conflict with #3479
8732 plus regen_headers.
8733 Branch: cfgperl
8734 + ext/ByteLoader/bytecode.h ext/ByteLoader/byterun.c
8735 + ext/ByteLoader/byterun.h
8736 - bytecode.h byterun.c byterun.h
8737 ! MANIFEST Makefile.SH bytecode.pl embed.h embedvar.h ext/B/B.pm
8738 ! ext/B/B.xs ext/B/B/Bytecode.pm ext/B/Makefile.PL
8739 ! ext/ByteLoader/ByteLoader.pm ext/ByteLoader/ByteLoader.xs
8740 ! ext/ByteLoader/Makefile.PL global.sym intrpvar.h objXSUB.h
8741 ! perl.h perlvars.h proto.h util.c utils/Makefile
8742____________________________________________________________________________
8743[ 3498] By: jhi on 1999/05/28 16:53:04
8744 Log: From: Mark-Jason Dominus <mjd@plover.com>
8745 To: perl5-porters@perl.com
8746 Subject: PATCH (5.005_57): defined(@a) now deprecated
8747 Date: Thu, 27 May 1999 16:05:44 -0400
8748 Message-ID: <19990527200544.13330.qmail@plover.com>
8749 Branch: cfgperl
8750 ! lib/Carp.pm op.c opcode.h opcode.pl pod/perldelta.pod
8751 ! pod/perldiag.pod pod/perlfunc.pod pp_proto.h t/pragma/warn/op
8752____________________________________________________________________________
8753[ 3497] By: jhi on 1999/05/28 16:50:54
8754 Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
8755 To: perl5-porters@perl.org (Mailing list Perl5)
8756 Subject: [PATCH 5.00557] Cosmetic OS/2-related patches
8757 Date: Fri, 28 May 1999 12:13:00 -0400 (EDT)
8758 Message-Id: <199905281613.MAA02048@monk.mps.ohio-state.edu>
8759 Branch: cfgperl
8760 ! MANIFEST Makefile.SH ext/POSIX/POSIX.xs hints/os2.sh
8761 ! os2/Makefile.SHs t/io/pipe.t t/lib/io_sock.t
8762____________________________________________________________________________
8763[ 3496] By: jhi on 1999/05/28 16:48:39
8764 Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
8765 To: perl5-porters@perl.org (Mailing list Perl5)
8766 Subject: [PATCH 5.00557] Required OS/2-related patches
8767 Date: Fri, 28 May 1999 12:11:48 -0400 (EDT)
8768 Message-Id: <199905281611.MAA02037@monk.mps.ohio-state.edu>
8769 Branch: cfgperl
8770 ! os2/os2.c t/lib/bigfloatpm.t t/lib/io_unix.t t/op/groups.t
8771 ! t/op/stat.t util.c
8772____________________________________________________________________________
8773[ 3495] By: jhi on 1999/05/28 16:45:56
8774 Log: From: Paul Johnson <pjcj@transeda.com>
8775 To: perl5-porters <perl5-porters@perl.org>
8776 Subject: [PATCH 5.005_57] Provide more useful test okay percentage
8777 Date: Fri, 28 May 1999 15:13:54 +0100
8778 Message-ID: <19990528151354.B289@west-tip.transeda.com>
8779 Branch: cfgperl
8780 ! t/TEST
8781____________________________________________________________________________
8782[ 3494] By: jhi on 1999/05/28 16:44:34
8783 Log: From: Paul Johnson <pjcj@transeda.com>
8784 To: perl5-porters <perl5-porters@perl.org>
8785 Subject: [PATCH 5.005_57] Fixes related to working local $.
8786 Date: Fri, 28 May 1999 15:11:18 +0100
8787 Message-ID: <19990528151118.A289@west-tip.transeda.com>
8788 Branch: cfgperl
8789 ! ext/IO/lib/IO/Handle.pm pod/perlvar.pod t/lib/io_linenum.t
8790____________________________________________________________________________
8791[ 3493] By: gsar on 1999/05/28 16:37:26
8792 Log: change#3449 wasn't doing enough
8793 Branch: perl
8794 ! op.c t/comp/proto.t
8795____________________________________________________________________________
8796[ 3492] By: jhi on 1999/05/28 08:12:23
8797 Log: From: paul.marquess@bt.com
8798 To: doughera@lafayette.edu
8799 Cc: perl5-porters@perl.org
8800 Subject: RE: [19990527.002] DBM Filters in _57 cause problems in NDBM_File
8801 Date: Thu, 27 May 1999 23:31:38 +0100
8802 Message-ID: <5104D4DBC598D211B5FE0000F8FE7EB29C6C03@mbtlipnt02.btlabs.bt.co.uk>
8803
8804 Had to be applied manually; some mailer had munged the patch slightly.
8805 Branch: cfgperl
8806 ! ext/NDBM_File/NDBM_File.xs
8807____________________________________________________________________________
8808[ 3491] By: jhi on 1999/05/28 07:51:17
8809 Log: From: "Vishal Bhatia" <vishalb@my-deja.com>
8810 To: perl5-porters@perl.org
8811 Subject: [PATCH 5.005_57] fixing eval in the compiler
8812 Date: Thu, 27 May 1999 07:56:54 -0700
8813 Message-ID: <JDIKFDKKLGHHBAAA@my-deja.com>
8814 Branch: cfgperl
8815 ! cc_runtime.h scope.h
8816____________________________________________________________________________
8817[ 3490] By: jhi on 1999/05/28 07:47:06
8818 Log: From: Andy Dougherty <doughera@lafayette.edu>
8819 To: perlbug@perl.com
8820 Cc: Jarkko Hietaniemi <jhi@iki.fi>
8821 Subject: [PATCH] Configure updates for ISC 4.1
8822 Date: Thu, 27 May 1999 15:19:21 -0400 (EDT)
8823 Message-Id: <Pine.GSU.4.05.9905271513500.22115-100000@newton.phys>
8824 Branch: cfgperl
8825 ! Configure config_h.SH
8826____________________________________________________________________________
8827[ 3489] By: jhi on 1999/05/28 07:39:17
8828 Log: Integrate from mainperl.
8829 Branch: cfgperl
8830 !> malloc.c win32/makedef.pl win32/win32.c
8831____________________________________________________________________________
8832[ 3488] By: jhi on 1999/05/27 16:57:19
8833 Log: From: Andy Dougherty <doughera@lafayette.edu>
8834 To: Perl Porters <perl5-porters@perl.org>
8835 Subject: [PATCH] Re: 5.005_57 NOT OK on SunOS 4.1.3
8836 Date: Thu, 27 May 1999 12:26:28 -0400 (EDT)
8837 Message-Id: <Pine.GSU.4.05.9905271120230.22115-100000@newton.phys>
8838 Branch: cfgperl
8839 ! Configure config_h.SH hints/sunos_4_1.sh util.c
8840____________________________________________________________________________
8841[ 3487] By: gsar on 1999/05/27 03:56:20
8842 Log: make win32_spawnvp() inherit standard handles even when they
8843 may be redirected
8844 Branch: perl
8845 ! win32/win32.c
8846____________________________________________________________________________
8847[ 3486] By: jhi on 1999/05/26 19:55:52
8848 Log: From: Andy Dougherty <doughera@lafayette.edu>
8849 To: perl5-porters@perl.org
8850 Subject: Re: BUG -> [19990526.004] perl5.005_57 error in util.c on sun4-solaris2.6
8851 Date: Wed, 26 May 1999 14:49:52 -0400 (EDT)
8852 Message-Id: <Pine.GSU.4.05.9905261448310.19172-100000@newton.phys>
8853 Branch: cfgperl
8854 ! util.c
8855____________________________________________________________________________
8856[ 3485] By: chip on 1999/05/26 17:19:11
8857 Log: Look for Linux FILE structure in libio.h, for glibc-2.1.
8858 Branch: maint-5.004/perl
8859 ! Configure
8860____________________________________________________________________________
8861[ 3484] By: gsar on 1999/05/26 01:56:28
8862 Log: fix missing exported symbol
8863 Branch: perl
8864 ! malloc.c win32/makedef.pl
8865____________________________________________________________________________
8866[ 3483] By: jhi on 1999/05/25 23:08:07
8867 Log: Configure -Dopenbsd_distribution to build for the OpenBSD tree.
8868
8869 From: "Todd C. Miller" <Todd.Miller@courtesan.com>
8870 To: perlbug@perl.com
8871 Subject: OpenBSD hints file update
8872 Date: Tue, 25 May 1999 12:12:38 -0600 (MDT)
8873 Message-Id: <199905251812.MAA06032@xerxes.courtesan.com>
8874 Branch: cfgperl
8875 ! hints/openbsd.sh
8876____________________________________________________________________________
8877[ 3482] By: jhi on 1999/05/25 23:01:25
8878 Log: From: Tom Hughes <tom@compton.nu>
8879 To: perl5-porters@perl.org
8880 Subject: [PATCH 5.005_57] Make Configure recognise glibc 2.1 stdio
8881 Date: Tue, 25 May 1999 23:10:23 +0100
8882 Message-ID: <1ed7f10749.tom@compton.compton.nu>
8883 Branch: cfgperl
8884 ! Configure config_h.SH
8885____________________________________________________________________________
8886[ 3481] By: jhi on 1999/05/25 22:31:50
8887 Log: 3479, 3480, 3481 seems logical.
8888 Branch: cfgperl
8889 !> hints/aix.sh
8890____________________________________________________________________________
8891[ 3480] By: jhi on 1999/05/25 22:13:39
8892 Log: The change #3479 wasn't perfect.
8893 Branch: perl
8894 ! hints/aix.sh
8895____________________________________________________________________________
8896[ 3479] By: jhi on 1999/05/25 21:59:21
8897 Log: Cures for _57 in AIX 4.1.5.0.
8898 (1) The lddlflags lost its -lc by change #3660
8899 (and the politeness of change #3257).
8900 (2) optype_size must end up in perl.exp (as PL_optype_size).
8901 Added it to perlvars.h, fixed bytecode.pl,
8902 regen'ed the relevant headers.
8903 Branch: cfgperl
8904 ! bytecode.h bytecode.pl byterun.h embed.h embedvar.h objXSUB.h
8905 ! perlvars.h
8906 Branch: perl
8907 ! hints/aix.sh
8908____________________________________________________________________________
8909[ 3478] By: jhi on 1999/05/25 20:13:47
8910 Log: Integrate from mainperl.
8911 Branch: cfgperl
8912 +> pod/perltootc.pod
8913 !> (integrate 101 files)
8914____________________________________________________________________________
8915[ 3477] By: gsar on 1999/05/25 10:43:48
8916 Log: here be 5.005_57
8917 Branch: perl
8918 ! Changes MANIFEST Porting/makerel
8919 !> Changes5.005
8920
8921----------------
8922Version 5.005_57
db5cf5a9
GS
8923----------------
8924
8925____________________________________________________________________________
3239fffd
GS
8926[ 3476] By: gsar on 1999/05/25 09:23:43
8927 Log: up patchlevel &c
8928 Branch: perl
8929 ! Changes patchlevel.h pod/perlhist.pod win32/Makefile
8930 ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
8931 ! win32/makefile.mk
8932____________________________________________________________________________
8933[ 3475] By: gsar on 1999/05/25 09:14:51
8934 Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
8935 Date: Tue, 25 May 1999 02:42:23 -0400 (EDT)
8936 Message-Id: <199905250642.CAA06208@monk.mps.ohio-state.edu>
8937 Subject: [PATCH 5.005_56] REx engine improvements
8938 Branch: perl
8939 ! embedvar.h mg.c objXSUB.h pp.c pp_ctl.c pp_hot.c regcomp.c
8940 ! regexec.c regexp.h t/op/pat.t t/op/re_tests t/op/regexp.t
8941 ! thrdvar.h util.c
8942____________________________________________________________________________
8943[ 3474] By: gsar on 1999/05/25 08:39:56
8944 Log: test case for change#3470
8945 Branch: perl
8946 ! t/lib/bigintpm.t
8947____________________________________________________________________________
8948[ 3473] By: gsar on 1999/05/25 08:36:52
8949 Log: perlport 1.43 update from Chris Nandor and Tom Christiansen
8950 Branch: perl
8951 ! Changes pod/perlport.pod
8952____________________________________________________________________________
b7df3edc
GS
8953[ 3472] By: gsar on 1999/05/25 08:28:57
8954 Log: assorted tweaks
8955 Branch: perl
8956 ! doio.c iperlsys.h win32/config.bc win32/config.gc
8957 ! win32/config.vc win32/config_H.bc win32/config_H.gc
8958 ! win32/config_H.vc win32/makedef.pl
8959____________________________________________________________________________
8960[ 3471] By: gsar on 1999/05/25 06:06:04
8961 Log: perlref update from Tom Christiansen
8962 Branch: perl
8963 ! pod/perlref.pod
8964____________________________________________________________________________
8965[ 3470] By: gsar on 1999/05/25 06:03:27
8966 Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
8967 Date: Mon, 24 May 1999 17:43:56 -0400
8968 Message-ID: <19990524174356.A1944@monk.mps.ohio-state.edu>
8969 Subject: [PATCH 5.005_*] hv.c calling negative malloc()
8970 Branch: perl
8971 ! hv.c
8972____________________________________________________________________________
8973[ 3469] By: gsar on 1999/05/25 05:59:22
8974 Log: avoid temporary files that have a constant name (from a suggestion
8975 by Anthony J. Lill <ajlill@ajlc.waterloo.on.ca>)
8976 Branch: perl
8977 ! lib/ExtUtils/MM_Unix.pm
8978____________________________________________________________________________
8979[ 3468] By: gsar on 1999/05/25 05:54:29
8980 Log: From: pvhp@forte.com (Peter Prymmer)
8981 Date: Mon, 24 May 99 11:20:25 PDT
8982 Message-Id: <9905241820.AA28071@forte.com>
8983 Subject: [PATCH: _56 and _03]EBCDIC %HTML_Escapes for Pod::Text, plus sync patch.
8984 Branch: perl
8985 ! lib/Pod/Text.pm
8986____________________________________________________________________________
8987[ 3467] By: gsar on 1999/05/25 04:08:50
8988 Log: fix glob() bug that resulted in missing symlinks that don't point
8989 anywhere
8990 Branch: perl
8991 ! pp_hot.c
8992____________________________________________________________________________
8993[ 3466] By: gsar on 1999/05/25 03:00:00
8994 Log: avoid enumerating @INC contents in diagnostic if @INC was never
8995 searched
8996 Branch: perl
8997 ! pod/perldiag.pod pp_ctl.c
8998____________________________________________________________________________
8999[ 3465] By: gsar on 1999/05/25 02:24:08
9000 Log: add caveat about close(PIPE) carelessness
9001 Branch: perl
9002 ! pod/perlfunc.pod
9003____________________________________________________________________________
9004[ 3464] By: gsar on 1999/05/24 23:55:53
9005 Log: fix bogus line numbers for void context warnings
9006 (change#2548 was overeager)
9007 Branch: perl
9008 ! op.c
9009____________________________________________________________________________
9010[ 3463] By: gsar on 1999/05/24 23:31:58
9011 Log: change#3455 had a typo
9012 Branch: perl
9013 ! pp_ctl.c
9014____________________________________________________________________________
9015[ 3462] By: gsar on 1999/05/24 17:32:20
9016 Log: more pod updates from Tom Christiansen; regen perltoc
9017 Branch: perl
9018 ! pod/perl.pod pod/perldelta.pod pod/perlmod.pod pod/perlobj.pod
9019 ! pod/perlre.pod pod/perltoc.pod pod/perlvar.pod
9020____________________________________________________________________________
9021[ 3461] By: gsar on 1999/05/24 07:41:32
9022 Log: perlmod notes from Damian Conway (via Tom Christiansen)
9023 Branch: perl
9024 ! pod/perlmod.pod
9025____________________________________________________________________________
9026[ 3460] By: gsar on 1999/05/24 07:24:11
9027 Log: major pod update from Tom Christiansen
9028 Branch: perl
9029 + pod/perltootc.pod
9030 ! MANIFEST lib/Pod/Functions.pm pod/Makefile pod/buildtoc
9031 ! pod/perl.pod pod/perl5004delta.pod pod/perlcall.pod
9032 ! pod/perldata.pod pod/perldebug.pod pod/perldelta.pod
9033 ! pod/perldsc.pod pod/perlfunc.pod pod/perlipc.pod
9034 ! pod/perllol.pod pod/perlmod.pod pod/perlmodinstall.pod
9035 ! pod/perlmodlib.pod pod/perlobj.pod pod/perlop.pod
9036 ! pod/perlopentut.pod pod/perlpod.pod pod/perlport.pod
9037 ! pod/perlre.pod pod/perlref.pod pod/perlrun.pod pod/perlsec.pod
9038 ! pod/perlsub.pod pod/perlsyn.pod pod/perlthrtut.pod
9039 ! pod/perltie.pod pod/perltrap.pod pod/perlvar.pod
9040 ! pod/perlxs.pod pod/pod2man.PL
9041____________________________________________________________________________
9042[ 3459] By: gsar on 1999/05/24 06:26:48
9043 Log: perlfaq update from Tom Christiansen
9044 Branch: perl
9045 ! pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq2.pod
9046 ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod
9047 ! pod/perlfaq6.pod pod/perlfaq7.pod pod/perlfaq8.pod
9048 ! pod/perlfaq9.pod
9049____________________________________________________________________________
9050[ 3458] By: gsar on 1999/05/24 05:55:11
9051 Log: updated to v1.50 from CPAN
9052 Branch: perl
9053 ! lib/CPAN.pm lib/CPAN/FirstTime.pm lib/CPAN/Nox.pm
9054____________________________________________________________________________
9055[ 3457] By: gsar on 1999/05/24 05:46:20
9056 Log: From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
9057 Date: Sun, 23 May 1999 16:35:07 +0100
9058 Message-Id: <199905231535.QAA00032@crypt.compulink.co.uk>
9059 Subject: [PATCH 5.005_56] name PL_in_eval bits
9060 Branch: perl
9061 ! cop.h op.c perl.c pp_ctl.c toke.c util.c
9062____________________________________________________________________________
9063[ 3456] By: gsar on 1999/05/24 05:18:06
9064 Log: make -t mode the default on emacs/dumb terminals
9065 Branch: perl
9066 ! Changes utils/perldoc.PL
9067____________________________________________________________________________
d49321e7
GS
9068[ 3455] By: gsar on 1999/05/24 05:05:19
9069 Log: return 0 rather than "" when scalar grep has nothing to iterate
9070 on (brings behavior in line with documentation)
9071 Branch: perl
9072 ! pp_ctl.c
9073____________________________________________________________________________
9074[ 3454] By: gsar on 1999/05/24 04:52:52
9075 Log: From: Tim Jenness <t.jenness@jach.hawaii.edu>
9076 Date: Thu, 20 May 1999 13:27:02 -1000
9077 Message-Id: <E10kcDN-0007TA-00@lapaki>
9078 Subject: Problem with MM_Unix in 5.005_03
9079 Branch: perl
9080 ! lib/ExtUtils/MM_Unix.pm
9081____________________________________________________________________________
9082[ 3453] By: gsar on 1999/05/24 04:39:49
9083 Log: avoid removing duplicates in user-generated warnings
9084 From: byron@omix.com (Byron Brummer)
9085 Date: Thu, 20 May 1999 04:01:17 -0700 (PDT)
9086 Message-Id: <199905201101.EAA91175@thrush.omix.com>
9087 Subject: [PATCH] Re: warn buffers/loses output in ?? - 5.005_03
9088 Branch: perl
9089 ! lib/diagnostics.pm
9090____________________________________________________________________________
9091[ 3452] By: gsar on 1999/05/24 04:23:10
9092 Log: straighten some code to avoid NeXT compiler bugs (from
9093 Geoff Kuenning <geoff@cs.hmc.edu>)
9094 Branch: perl
9095 ! pp_ctl.c
9096____________________________________________________________________________
9097[ 3451] By: gsar on 1999/05/24 03:03:05
9098 Log: minor logic tweak for reserved word warning
9099 Branch: perl
9100 ! lib/Test/Harness.pm toke.c
9101____________________________________________________________________________
9102[ 3450] By: gsar on 1999/05/24 02:34:20
9103 Log: oops, some files missing in change#3449
9104 Branch: perl
9105 ! op.c op.h toke.c
9106____________________________________________________________________________
9107[ 3449] By: gsar on 1999/05/24 02:33:12
9108 Log: allow '*' prototype to autoquote even barewords that happen to be
9109 function names; parens or ampersand continue to force the other
9110 interpretation; makes C<sub Foo {'bar'} CORE::GLOBAL::require Foo;>
9111 do the right thing, for example
9112 Branch: perl
9113 ! t/comp/proto.t
9114____________________________________________________________________________
9115[ 3448] By: gsar on 1999/05/24 01:51:24
9116 Log: remove vestiges of PL_last_proto
9117 Branch: perl
9118 ! embedvar.h intrpvar.h objXSUB.h
9119____________________________________________________________________________
9120[ 3447] By: gsar on 1999/05/24 01:49:20
9121 Log: redo change#2061 and parts of change#1169 with code in the
9122 parser; PL_last_proto hackery gone, strict 'subs' in now
9123 implemented in the optimizer where specifying the exceptional
9124 cases is much more robust; '*' (bareword) prototype now works
9125 reliably when used in second and subsequent arguments
9126 Branch: perl
9127 ! dump.c embed.h embed.pl objXSUB.h op.c op.h proto.h toke.c
9128____________________________________________________________________________
9129[ 3446] By: gsar on 1999/05/23 05:00:55
9130 Log: remove redundant part of change#1169 superceded by change#2061;
9131 avoid "future reserved word" warning on prototypical bearwords
9132 Branch: perl
9133 ! t/lib/fatal.t toke.c
9134____________________________________________________________________________
9135[ 3445] By: gsar on 1999/05/21 23:36:49
9136 Log: s/isspace/isSPACE/g and make sure the CRT version is always
9137 passed an unsigned char (fixes random occurrence of spaces in
9138 arguments containing high-bit chars passed to spawned children,
9139 on win32)
9140 Branch: perl
9141 ! ext/SDBM_File/sdbm/dbe.c win32/perlhost.h win32/win32.c
9142____________________________________________________________________________
9143[ 3444] By: gsar on 1999/05/21 23:08:55
9144 Log: integrate Configure changes from cfgperl
9145 Branch: perl
9146 !> Configure Porting/Glossary Porting/config.sh Porting/config_H
9147 !> config_h.SH
9148____________________________________________________________________________
9149[ 3443] By: jhi on 1999/05/21 22:00:56
9150 Log: Integrate from mainperl.
9151 Branch: cfgperl
9152 !> Changes doop.c ext/SDBM_File/sdbm/dba.c
9153 !> ext/SDBM_File/sdbm/dbd.c ext/SDBM_File/sdbm/dbe.c os2/os2.c
9154 !> perl.h pod/perldiag.pod pod/perlport.pod pp.c t/comp/proto.t
9155 !> win32/perlhost.h win32/win32.c x2p/walk.c
9156____________________________________________________________________________
9157[ 3442] By: jhi on 1999/05/21 21:59:46
9158 Log: fflush.
9159 Branch: cfgperl
9160 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
9161 ! config_h.SH
9162____________________________________________________________________________
9163[ 3441] By: gsar on 1999/05/21 17:48:55
9164 Log: integrate cfgperl changes
9165 Branch: perl
9166 !> Configure Porting/Glossary Porting/config.sh Porting/config_H
9167 !> config_h.SH hints/sunos_4_1.sh installperl
9168____________________________________________________________________________
9169[ 3440] By: gsar on 1999/05/21 17:42:49
9170 Log: test tweak
9171 Branch: perl
9172 ! t/comp/proto.t
9173____________________________________________________________________________
9174[ 3439] By: gsar on 1999/05/21 17:31:26
9175 Log: fix breakage when neither FFLUSH_ALL nor FFLUSH_NULL are #defined.
9176 (Configure fflush(NULL) detection seems broken on Solaris, which
9177 is why I hit the problem)
9178 Branch: perl
9179 ! Changes perl.h
9180____________________________________________________________________________
e2dbf222
GS
9181[ 3438] By: gsar on 1999/05/20 16:41:01
9182 Log: perlport 1.41 update from Chris Nandor <pudge@pobox.com>
9183 Branch: perl
9184 ! pod/perlport.pod
9185____________________________________________________________________________
9186[ 3437] By: jhi on 1999/05/20 07:14:39
9187 Log: Patches to fflushing in SunOS 4 from Andy Dougherty
9188 (via private email).
9189 Branch: cfgperl
9190 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
9191 ! config_h.SH hints/sunos_4_1.sh
9192____________________________________________________________________________
9193[ 3436] By: gsar on 1999/05/20 05:18:26
9194 Log: various little nits
9195 Branch: perl
9196 ! doop.c ext/SDBM_File/sdbm/dba.c ext/SDBM_File/sdbm/dbd.c
9197 ! ext/SDBM_File/sdbm/dbe.c os2/os2.c pod/perldiag.pod pp.c
9198 ! win32/perlhost.h win32/win32.c x2p/walk.c
9199____________________________________________________________________________
9200[ 3435] By: jhi on 1999/05/18 16:25:49
9201 Log: From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
9202 To: perl5-porters@perl.org
9203 Subject: installperl
9204 Date: Fri, 14 May 1999 21:34:58 +0100
9205 Message-Id: <199905142034.VAA00865@crypt.compulink.co.uk>
9206 Branch: cfgperl
9207 ! installperl
9208____________________________________________________________________________
9209[ 3434] By: jhi on 1999/05/17 21:25:54
9210 Log: Integrate from mainperl.
9211 Branch: cfgperl
9212 +> lib/ExtUtils/MM_Cygwin.pm
9213 - cygwin32/impure_ptr.c
9214 !> MANIFEST README.cygwin32 XSUB.h cygwin32/Makefile.SHs
9215 !> cygwin32/perlld.in dosish.h ext/DynaLoader/dl_cygwin32.xs
9216 !> ext/POSIX/POSIX.xs gv.c hints/cygwin32.sh installman
9217 !> installperl perl.h pod/perldiag.pod pp.c pp_hot.c util.c
9218 !> x2p/find2perl.PL
9219____________________________________________________________________________
9220[ 3433] By: gsar on 1999/05/17 09:49:01
9221 Log: integrate cfgperl changes into mainline
9222 Branch: perl
9223 !> Configure INSTALL config_h.SH configure.com embed.h
9224 !> ext/Devel/Peek/Peek.xs ext/Socket/Socket.xs global.sym
9225 !> hints/dec_osf.sh objXSUB.h perl.h pod/perldiag.pod proto.h
9226 !> util.c
9227____________________________________________________________________________
9228[ 3432] By: gsar on 1999/05/17 09:06:45
9229 Log: emit more appropriate diagnostic for failed glob (variant
9230 of patch suggested by Graham Barr)
9231 Branch: perl
9232 ! gv.c pod/perldiag.pod pp.c pp_hot.c
9233____________________________________________________________________________
9234[ 3431] By: gsar on 1999/05/17 08:38:09
9235 Log: From: "Todd C. Miller" <Todd.Miller@courtesan.com>
9236 Date: Thu, 13 May 1999 22:18:43 -0600 (MDT)
9237 Message-Id: <199905140418.WAA18826@xerxes.courtesan.com>
9238 Subject: find2perl does not grok the 'c' suffix to the -size argument
9239 Branch: perl
9240 ! x2p/find2perl.PL
9241____________________________________________________________________________
9242[ 3430] By: gsar on 1999/05/17 08:26:21
9243 Log: additional cleanups for cygwin32 port
9244 From: "Fifer, Eric" <EFifer@sanwaint.com>
9245 Date: Wed, 12 May 1999 20:25:54 +0100
9246 Message-ID: <71E287AB0D94D111BBD600600849EC8185EDAF@POST>
9247 Subject: [PATCH]perl5.005_03 (CORE) cygwin32 port
9248 Branch: perl
9249 + lib/ExtUtils/MM_Cygwin.pm
9250 - cygwin32/impure_ptr.c
9251 ! MANIFEST README.cygwin32 XSUB.h cygwin32/Makefile.SHs
9252 ! cygwin32/perlld.in dosish.h ext/DynaLoader/dl_cygwin32.xs
9253 ! ext/POSIX/POSIX.xs hints/cygwin32.sh installman installperl
9254 ! perl.h util.c
9255____________________________________________________________________________
9256[ 3429] By: gsar on 1999/05/17 08:01:04
9257 Log: From: Andy Dougherty <doughera@lafayette.edu>
9258 Date: Wed, 12 May 1999 11:44:11 -0400 (EDT)
9259 Message-Id: <Pine.GSU.4.05.9905121136520.25150-100000@newton.phys>
9260 Subject: [PATCH] (Was Re: SunOS4.1 compilation error)
9261 Branch: perl
9262 ! INSTALL
9263____________________________________________________________________________
9264[ 3428] By: jhi on 1999/05/17 07:03:26
9265 Log: Integrate from mainperl modulo the Socket.xs change.
9266 Branch: cfgperl
9267 !> ext/Socket/Socket.xs op.c win32/include/sys/socket.h
9268 !> win32/win32.c win32/win32.h
9269____________________________________________________________________________
9270[ 3427] By: jhi on 1999/05/16 22:09:11
9271 Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
9272 To: perl5-porters@perl.org (Mailing list Perl5)
9273 Subject: [PATCH 5.005_56] Devel::Peek::mstat not working
9274 Date: Sun, 16 May 1999 01:28:18 -0400 (EDT)
9275 Message-Id: <199905160528.BAA23376@monk.mps.ohio-state.edu>
9276 Branch: cfgperl
9277 ! ext/Devel/Peek/Peek.xs
9278____________________________________________________________________________
9279[ 3426] By: jhi on 1999/05/16 22:07:11
9280 Log: From: Mark-Jason Dominus <mjd@plover.com>
9281 To: perl5-porters@perl.com
9282 Subject: DOC PATCH (5.005_55): Error message missing from perldiag.pod
9283 Date: Sat, 15 May 1999 12:43:47 -0400
9284 Message-ID: <19990515164348.7313.qmail@plover.com>
9285 Branch: cfgperl
9286 ! pod/perldiag.pod
9287____________________________________________________________________________
9288[ 3425] By: nick on 1999/05/15 15:56:10
9289 Log: Mingw32 + w32api-0.1.5 tweaks
9290 - now more like other Win32 compilers
9291 Branch: perl
9292 ! ext/Socket/Socket.xs win32/include/sys/socket.h win32/win32.c
9293 ! win32/win32.h
9294____________________________________________________________________________
9295[ 3424] By: nick on 1999/05/14 21:04:22
9296 Log: Experimental "slab" allocator for ops.
9297 To try it -DPL_OP_SLAB_ALLOC for op.c
9298 This is for proof of concept only, it leaks memory
9299 (ops are not free'd) so don't use in embedded apps.
9300 If this minimalist version does not show performance
9301 gain then whole idea is worthless.
9302 Nick see's approx 12% speed up vs perlmalloc running
9303 perl -Ilib -MCPAN -e ''
9304 Solaris2.6, gcc-2.8.1 but numbers are not repeatable.
9305 Branch: perl
9306 ! op.c
9307____________________________________________________________________________
9308[ 3423] By: gsar on 1999/05/14 19:55:04
9309 Log: on win32, look for "site/5.XXX/lib" if "site/5.XXXYY/lib" isn't
9310 found (brings sitelib intuition in line with privlib)
9311 Branch: perl
9312 ! win32/win32.c
9313____________________________________________________________________________
9314[ 3422] By: jhi on 1999/05/14 08:08:01
9315 Log: From: pvhp@forte.com (Peter Prymmer)
9316 To: perl5-porters@perl.org, vmsperl@perl.org
9317 Subject: [PATCH: 5.005_56] add config.msg to VMS configure.com
9318 Date: Thu, 13 May 99 15:29:57 PDT
9319 Message-Id: <9905132229.AA15854@forte.com>
9320 Branch: cfgperl
9321 ! configure.com
9322____________________________________________________________________________
9323[ 3421] By: jhi on 1999/05/14 07:34:20
9324 Log: Integrate from mainperl.
9325 Branch: cfgperl
9326 !> lib/ExtUtils/MM_Unix.pm win32/win32.c
9327____________________________________________________________________________
9328[ 3420] By: jhi on 1999/05/14 07:33:26
9329 Log: Still fflushing.
9330 Branch: cfgperl
9331 ! Configure config_h.SH util.c
9332____________________________________________________________________________
9333[ 3419] By: gsar on 1999/05/14 03:08:29
9334 Log: mortalize string allocations by win32_get_{priv,site}lib()
9335 (fixes small memory leak in interpreter)
9336 Branch: perl
9337 ! win32/win32.c
9338____________________________________________________________________________
9339[ 3418] By: gsar on 1999/05/14 03:06:50
9340 Log: make win32_longname() preserve kind of slashes in argument
9341 Branch: perl
9342 ! win32/win32.c
9343____________________________________________________________________________
9344[ 3417] By: gsar on 1999/05/14 03:04:44
9345 Log: canonicalize path for $(FULLPERL) and $(PERL) in MakeMaker
9346 Branch: perl
9347 ! lib/ExtUtils/MM_Unix.pm
9348____________________________________________________________________________
9349[ 3416] By: jhi on 1999/05/13 21:18:06
9350 Log: Integrate from mainperl.
9351 Branch: cfgperl
9352 !> pp_ctl.c
9353____________________________________________________________________________
9354[ 3415] By: jhi on 1999/05/13 21:16:49
9355 Log: Fixes from Andy Dougherty (via private email).
9356 Branch: cfgperl
9357 ! Configure config_h.SH
9358____________________________________________________________________________
9359[ 3414] By: nick on 1999/05/13 20:04:26
9360 Log: valist vs va_list typo
9361 Branch: perl
9362 ! pp_ctl.c
9363____________________________________________________________________________
9364[ 3413] By: jhi on 1999/05/13 15:04:05
9365 Log: From: Andy Dougherty <doughera@lafayette.edu>
9366 To: perlbug@perl.com
9367 Subject: [PATCH] (Was Re: SunOS4.1 compilation error)
9368 Date: Wed, 12 May 1999 11:44:11 -0400 (EDT)
9369 Message-Id: <Pine.GSU.4.05.9905121136520.25150-100000@newton.phys>
9370 Branch: cfgperl
9371 ! INSTALL
9372____________________________________________________________________________
9373[ 3412] By: jhi on 1999/05/13 14:20:17
9374 Log: Integrate from mainperl.
9375 Branch: cfgperl
9376 !> pp_ctl.c
9377____________________________________________________________________________
9378[ 3411] By: gsar on 1999/05/13 14:16:56
9379 Log: docatch_body() declaration mismatch
9380 Branch: perl
9381 ! pp_ctl.c
9382____________________________________________________________________________
9383[ 3410] By: jhi on 1999/05/13 13:51:44
9384 Log: Add HAS_MEMCHR and make memchr into a cpp macro if it already isn't.
9385 Branch: cfgperl
9386 ! Configure config_h.SH perl.h
9387____________________________________________________________________________
9388[ 3409] By: jhi on 1999/05/13 13:31:53
9389 Log: Still fflushing strong.
9390 Branch: cfgperl
9391 ! Configure config_h.SH embed.h global.sym objXSUB.h perl.h
9392 ! proto.h util.c
9393____________________________________________________________________________
9394[ 3408] By: jhi on 1999/05/12 14:30:23
9395 Log: Integrate from mainperl.
9396 Branch: cfgperl
9397 !> (integrate 30 files)
9398____________________________________________________________________________
9399[ 3407] By: jhi on 1999/05/12 12:28:31
9400 Log: Be tidier with fflush(NULL) testing.
9401 Branch: cfgperl
9402 ! Configure config_h.SH
9403____________________________________________________________________________
9404[ 3406] By: gsar on 1999/05/12 11:26:03
9405 Log: better range-checking on list slices, with test
9406 From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
9407 Date: Sun, 02 May 1999 17:02:53 +0100
9408 Message-Id: <199905021602.RAA13905@crypt.compulink.co.uk>
9409 Subject: Re: List slice of undefs returns 0 items
9410 Branch: perl
9411 ! pp.c t/op/list.t
9412____________________________________________________________________________
9413[ 3405] By: gsar on 1999/05/12 11:22:27
9414 Log: change#3397 needs test tweak
9415 Branch: perl
9416 ! Changes t/pragma/warn/sv
9417____________________________________________________________________________
9418[ 3404] By: gsar on 1999/05/12 11:07:44
9419 Log: typo in change#3397
9420 Branch: perl
9421 ! doop.c
9422____________________________________________________________________________
b0c98cec
GS
9423[ 3403] By: gsar on 1999/05/12 10:49:01
9424 Log: From: Stephen Zander <gibreel@pobox.com>
9425 Date: 12 May 1999 01:22:31 -0700
9426 Message-ID: <87u2tik88o.fsf@pooh.fire-swamp.net>
9427 Subject: Re: Test::Harness runs tainted tests with wrong library path
9428 Branch: perl
9429 ! lib/Test/Harness.pm
9430____________________________________________________________________________
9431[ 3402] By: gsar on 1999/05/12 10:42:06
9432 Log: typo in change#3400
9433 Branch: perl
9434 ! ext/B/B/Deparse.pm
9435____________________________________________________________________________
9436[ 3401] By: jhi on 1999/05/12 10:40:42
9437 Log: A better, shinier, and possibly even correctly working
9438 reincarnation of #3398.
9439 Branch: cfgperl
9440 ! Configure config_h.SH
9441____________________________________________________________________________
9442[ 3400] By: gsar on 1999/05/12 10:40:11
9443 Log: deparse \&func() as \(&func()) for clarity
9444 From: Albert Dvornik <bert@genscan.com>
9445 Date: 11 May 1999 13:32:04 -0400
9446 Message-ID: <tqk8ufwm0b.fsf@puma.genscan.com>
9447 Subject: [PATCH 5.005_56] Deparse and \&func() (was Re: File::Find...)
9448 Branch: perl
9449 ! ext/B/B/Deparse.pm
9450____________________________________________________________________________
9451[ 3399] By: gsar on 1999/05/12 10:36:02
9452 Log: more testsuite smarts (many of them courtesy Ilya)
9453 Branch: perl
9454 ! lib/Test/Harness.pm t/comp/cpp.t t/io/pipe.t t/lib/db-btree.t
9455 ! t/lib/db-hash.t t/lib/db-recno.t t/lib/gdbm.t
9456 ! t/lib/io_multihomed.t t/lib/io_pipe.t t/lib/io_sock.t
9457 ! t/lib/io_udp.t t/lib/io_unix.t t/lib/ipc_sysv.t t/lib/ndbm.t
9458 ! t/lib/odbm.t t/lib/thread.t t/op/exec.t t/op/fork.t
9459 ! t/op/grent.t t/op/groups.t t/op/nothread.t t/op/numconvert.t
9460 ! t/op/pwent.t
9461____________________________________________________________________________
9462[ 3398] By: jhi on 1999/05/12 09:33:08
9463 Log: Detect whether fflush(NULL) works as per change #3352.
9464 Branch: cfgperl
9465 ! Configure config_h.SH perl.h
9466____________________________________________________________________________
9467[ 3397] By: gsar on 1999/05/12 08:56:03
9468 Log: From: jan.dubois@ibm.net (Jan Dubois)
9469 Date: Wed, 12 May 1999 01:01:00 +0200
9470 Message-ID: <3741b5e8.20386944@smtp1.ibm.net>
9471 Subject: [PATCH 5.005_03] chop/chomp modify readonly values
9472 Branch: perl
9473 ! doop.c
9474____________________________________________________________________________
9475[ 3396] By: gsar on 1999/05/12 08:23:27
9476 Log: opendir(D,"x:") on win32 opens cwd() for drive rather than root;
9477 stat() behaves similarly
9478 Branch: perl
9479 ! win32/win32.c
9480____________________________________________________________________________
9481[ 3395] By: jhi on 1999/05/11 22:21:32
9482 Log: Redo parts of #3341 and #3358 that #3394 undid.
9483 Branch: cfgperl
9484 ! Configure config_h.SH
9485____________________________________________________________________________
9486[ 3394] By: jhi on 1999/05/11 22:03:48
9487 Log: Add I_NETINET_TCP to help change #3391.
9488 Branch: cfgperl
9489 ! Configure config_h.SH ext/Socket/Socket.xs
9490____________________________________________________________________________
9491[ 3393] By: jhi on 1999/05/11 21:44:59
9492 Log: Integrate from mainperl.
9493 Branch: cfgperl
9494 !> (integrate 55 files)
9495____________________________________________________________________________
9496[ 3392] By: gsar on 1999/05/11 20:56:43
9497 Log: update embedvar.h
9498 Branch: perl
9499 ! embedvar.h ext/ByteLoader/ByteLoader.pm pod/perldelta.pod
9500____________________________________________________________________________
9501[ 3391] By: gsar on 1999/05/11 16:32:05
9502 Log: From: Joshua Pritikin <joshua.pritikin@db.com>
9503 Date: Tue, 11 May 1999 11:10:13 -0400 (EDT)
9504 Message-ID: <Pine.GSO.4.02.9905111106460.1418-100000@eq1062.wks.na.deuba.com>
9505 Subject: Socket IPPROTO_TCP [PATCH 5.005_5x]
9506 Branch: perl
9507 ! ext/Socket/Socket.pm ext/Socket/Socket.xs
9508____________________________________________________________________________
9509[ 3390] By: gsar on 1999/05/11 15:27:40
9510 Log: display more frequent progress messages when STDOUT is a tty
9511 Branch: perl
9512 ! lib/Test/Harness.pm
9513____________________________________________________________________________
9514[ 3389] By: gsar on 1999/05/11 14:40:58
9515 Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
9516 Date: Mon, 10 May 1999 02:07:01 -0400 (EDT)
9517 Message-Id: <199905100607.CAA26045@monk.mps.ohio-state.edu>
9518 Subject: [PATCH 5.005_53] Explanations by Test::Harness
9519 Branch: perl
9520 ! lib/Test/Harness.pm
9521____________________________________________________________________________
9522[ 3388] By: gsar on 1999/05/11 14:08:14
9523 Log: avoid creating spurious subroutine stubs on failed subroutine
9524 call and other places of sv_2cv() misuse; fixes problems with
9525 failed subroutine calls "hiding" later attempts to lookup methods
9526 in base classes
9527 Branch: perl
9528 ! gv.c perl.c pod/perlguts.pod pp_hot.c sv.c t/op/method.t
9529____________________________________________________________________________
9530[ 3387] By: gsar on 1999/05/11 09:34:13
9531 Log: various fixes for clean build and test on win32; configpm broken,
9532 needed to open myconfig.SH rather than myconfig; sundry adjustments
9533 to bytecode stuff; tweaks to DYNAMIC_ENV_FETCH code to make it
9534 work under win32; getenv_sv() changed to getenv_len() since SVs
9535 aren't visible in the lower echelons; remove bogus exports from
9536 config.sym; PERL_OBJECT-ness for C++ exception support; null out
9537 IoDIRP in filter_del() or sv_free() will attempt to close it
9538 Branch: perl
9539 ! Changes bytecode.pl byterun.c byterun.h configpm embed.h
9540 ! embed.pl ext/B/B/Asmdata.pm ext/ByteLoader/ByteLoader.xs
9541 ! ext/DynaLoader/dlutils.c global.sym hv.c iperlsys.h objXSUB.h
9542 ! op.c perl.c perl.h pp.c pp_ctl.c proto.h scope.c scope.h
9543 ! t/io/open.t t/op/magic.t toke.c util.c vms/vms.c vms/vmsish.h
9544 ! win32/GenCAPI.pl win32/Makefile win32/config.bc
9545 ! win32/config.gc win32/config.vc win32/makedef.pl
9546 ! win32/makefile.mk win32/perlhost.h win32/runperl.c
9547 ! win32/win32.c win32/win32.h
9548____________________________________________________________________________
9549[ 3386] By: gsar on 1999/05/11 02:49:07
9550 Log: gutsupport for C++ exceptions
9551 From: Chip Salzenberg <chip@perlsupport.com>
9552 Date: Tue, 9 Mar 1999 11:51:57 -0500
9553 Message-ID: <19990309115157.E7911@perlsupport.com>
9554 Subject: [PATCH 5.005] Flexible Exceptions
9555 Branch: perl
9556 ! embed.h global.sym objXSUB.h perl.c perl.h pp_ctl.c proto.h
9557 ! scope.c scope.h thrdvar.h util.c
9558____________________________________________________________________________
a6c40364
GS
9559[ 3385] By: gsar on 1999/05/10 19:33:36
9560 Log: "weak" references internals, still needs perlguts documentation
9561 (somewhat modified version of patch suggested by Tuomas J. Lukka
9562 <lukka@fas.harvard.edu>)
9563 Branch: perl
9564 ! dump.c embed.h embed.pl global.sym mg.c objXSUB.h perl.h
9565 ! pod/perldiag.pod proto.h sv.c sv.h util.c
9566____________________________________________________________________________
9567[ 3384] By: jhi on 1999/05/10 18:21:43
9568 Log: Circumnavigate Digital UNIX 4.0D miniperl core dump
9569 (due to QAR 56761) (the bug has been fixed in 4.0E or better)
9570 Branch: cfgperl
9571 ! INSTALL hints/dec_osf.sh
9572____________________________________________________________________________
9573[ 3381] By: jhi on 1999/05/10 14:39:28
9574 Log: Integrate from mainperl.
9575 Branch: cfgperl
9576 +> cygwin32/Makefile.SHs cygwin32/build-instructions.READFIRST
9577 +> cygwin32/build-instructions.charles-wilson
9578 +> cygwin32/build-instructions.sebastien-barre
9579 +> cygwin32/build-instructions.steven-morlock
9580 +> cygwin32/build-instructions.steven-morlock2
9581 +> cygwin32/impure_ptr.c cygwin32/ld2.in cygwin32/perlld.in
9582 +> ext/ByteLoader/ByteLoader.pm ext/ByteLoader/ByteLoader.xs
9583 +> ext/ByteLoader/Makefile.PL pod/Win32.pod t/lib/io_linenum.t
9584 +> t/op/numconvert.t utils/perlbc.PL
9585 - cygwin32/cw32imp.h cygwin32/gcc2 cygwin32/ld2 cygwin32/perlgcc
9586 - cygwin32/perlld
9587 !> (integrate 105 files)
9588____________________________________________________________________________
9589[ 3380] By: gsar on 1999/05/10 12:27:14
9590 Log: regen regnodes.h
9591 Branch: perl
9592 ! Changes regnodes.h
9593____________________________________________________________________________
885f9e59
GS
9594[ 3379] By: gsar on 1999/05/10 12:17:26
9595 Log: From: jan.dubois@ibm.net (Jan Dubois)
9596 Date: Sat, 01 May 1999 22:55:36 +0200
9597 Message-ID: <373067e9.56194713@smtp1.ibm.net>
9598 Subject: [PATCH 5.005_56] Win32 and VC++ 98 doesn't support CASTI
9599 Branch: perl
9600 ! pod/perlfunc.pod pod/perlop.pod win32/config.vc
9601 ! win32/config_H.vc
9602____________________________________________________________________________
9603[ 3378] By: gsar on 1999/05/10 12:07:13
9604 Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
9605 Date: Fri, 30 Apr 1999 22:26:09 -0400 (EDT)
9606 Message-Id: <199905010226.WAA19127@monk.mps.ohio-state.edu>
9607 Subject: [PATCH 5.005_56] Self-consistent numeric conversion again
9608 Branch: perl
9609 + t/op/numconvert.t
9610 ! MANIFEST doio.c dump.c perl.h pp.c pp_hot.c sv.c sv.h toke.c
9611 ! util.c
9612____________________________________________________________________________
9613[ 3377] By: gsar on 1999/05/10 11:39:48
9614 Log: pp_modulo comment tweak from Ilya
9615 Branch: perl
9616 ! pp.c
9617____________________________________________________________________________
9618[ 3376] By: gsar on 1999/05/10 11:30:40
9619 Log: From: Joshua Pritikin <joshua.pritikin@db.com>
9620 Date: Fri, 7 May 1999 11:31:00 -0400 (EDT)
9621 Message-ID: <Pine.GSO.4.02.9905071127100.1449-100000@eq1062.wks.na.deuba.com>
9622 Subject: Test.pm update [PATCH _56]
9623 Branch: perl
9624 ! lib/Test.pm
9625____________________________________________________________________________
9626[ 3375] By: gsar on 1999/05/10 11:28:30
9627 Log: From: jan.dubois@ibm.net (Jan Dubois)
9628 Date: Fri, 07 May 1999 00:59:54 +0200
9629 Message-ID: <373318ae.19292461@smtp1.ibm.net>
9630 Subject: Re: Using existing memory for an SV's PV
9631 Branch: perl
9632 ! sv.c
9633____________________________________________________________________________
9634[ 3374] By: gsar on 1999/05/10 11:23:44
9635 Log: From: jan.dubois@ibm.net (Jan Dubois)
9636 Date: Fri, 07 May 1999 00:59:52 +0200
9637 Message-ID: <37321800.19118320@smtp1.ibm.net>
9638 Subject: [PATCH 5.005_56] Fix -Dm memory debugging for PERL_OBJECT
9639 Branch: perl
9640 ! perl.h
9641____________________________________________________________________________
9642[ 3373] By: gsar on 1999/05/10 11:22:10
9643 Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
9644 Date: Thu, 6 May 1999 18:17:28 -0400
9645 Message-ID: <19990506181728.A12433@monk.mps.ohio-state.edu>
9646 Subject: Re: [PATCH 5.005_56] Make open(F,"command |") return correct err(no)
9647 Branch: perl
9648 ! doio.c embed.h global.sym objXSUB.h pod/perldiag.pod proto.h
9649 ! util.c
9650____________________________________________________________________________
9651[ 3372] By: gsar on 1999/05/10 10:57:49
9652 Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
9653 Date: Thu, 6 May 1999 01:21:05 -0400 (EDT)
9654 Message-Id: <199905060521.BAA03485@monk.mps.ohio-state.edu>
9655 Subject: [PATCH 5.005_56] Cosmetic: data-driven REx-dump
9656 Branch: perl
9657 ! regcomp.c regcomp.pl
9658____________________________________________________________________________
9659[ 3371] By: gsar on 1999/05/10 10:54:01
9660 Log: From: lane@duphy4.physics.drexel.edu
9661 Date: Tue, 04 May 1999 10:19:25 -0700
9662 Message-Id: <3.0.6.32.19990504101925.02ecde30@ous.edu>
9663 Subject: [PATCH 5.005.56] pod->html VMS fixes
9664 Branch: perl
9665 ! installhtml lib/Pod/Html.pm
9666____________________________________________________________________________
9667[ 3370] By: gsar on 1999/05/10 10:45:52
9668 Log: testsuite nits
9669 Branch: perl
9670 ! t/lib/io_linenum.t t/op/filetest.t
9671____________________________________________________________________________
9672[ 3369] By: gsar on 1999/05/10 10:35:22
9673 Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
9674 Date: Mon, 3 May 1999 22:38:50 -0400 (EDT)
9675 Message-Id: <199905040238.WAA01865@monk.mps.ohio-state.edu>
9676 Subject: [PATCH 5.005_53] Quickier thread-specific data on OS/2
9677 Branch: perl
9678 ! os2/os2ish.h os2/os2thread.h
9679____________________________________________________________________________
9680[ 3368] By: gsar on 1999/05/10 10:00:11
9681 Log: From: Albert Dvornik <bert@genscan.com>
9682 Date: 03 May 1999 12:20:57 -0400
9683 Message-ID: <tqlnf6gm52.fsf@puma.genscan.com>
9684 Subject: [PATCH 5.005_56] do_sv_dump does dump (core) on IO handles
9685 Branch: perl
9686 ! dump.c
9687____________________________________________________________________________
9688[ 3367] By: gsar on 1999/05/10 09:55:51
9689 Log: shadow password support for Solaris (needs Configure help to
9690 determine HAS_GETSPENT)
9691 From: "Patrick O'Brien" <pdo@cs.umd.edu>
9692 Date: Sat, 01 May 1999 19:41:17 -0400
9693 Message-Id: <199905012341.TAA23989@optimus.cs.umd.edu>
9694 Subject: getpwent() under solaris
9695 Branch: perl
9696 ! pp_sys.c
9697____________________________________________________________________________
9698[ 3366] By: gsar on 1999/05/10 09:45:58
9699 Log: From: jan.dubois@ibm.net (Jan Dubois)
9700 Date: Sat, 01 May 1999 23:45:47 +0200
9701 Message-ID: <373373fb.59284266@smtp1.ibm.net>
9702 Subject: [PATCH 5.005_56] Add POLLUTE=1 option to MakeMaker
9703 Branch: perl
9704 ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MakeMaker.pm
9705 ! pod/perldelta.pod
9706____________________________________________________________________________
9707[ 3365] By: gsar on 1999/05/10 09:34:22
9708 Log: test suite and fix input_line_number()
9709 From: Paul Johnson <pjcj@transeda.com>
9710 Date: Thu, 29 Apr 1999 06:28:14 +0100
9711 Message-ID: <19990429062814.A17906@west-tip.transeda.com>
9712 Subject: [PATCH] IO::Handle 1.20 (was Re: FAIL Gedcom-1.01 i86pc-solaris 2.6)
9713 Branch: perl
9714 + t/lib/io_linenum.t
9715 ! MANIFEST ext/IO/lib/IO/Handle.pm
9716____________________________________________________________________________
9717[ 3364] By: gsar on 1999/05/10 09:20:56
9718 Log: fix overeager [:foo:] parsing
9719 From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
9720 Date: Fri, 30 Apr 1999 09:26:18 +0100
9721 Message-Id: <199904300826.JAA01257@crypt.compulink.co.uk>
9722 Subject: [PATCH 5.005_{56,03}] Re: Regular expression difference b/n 5.004 & 5.005
9723 Branch: perl
9724 ! regcomp.c t/op/re_tests
9725____________________________________________________________________________
9726[ 3363] By: gsar on 1999/05/10 09:09:21
9727 Log: documentation for Win32 builtins (somewhat modified)
9728 From: jan.dubois@ibm.net (Jan Dubois)
9729 Date: Tue, 30 Mar 1999 08:05:03 +0200
9730 Message-ID: <37006783.1926460@smtp1.ibm.net>
9731 Subject: Re: Issues with build 509
9732 Branch: perl
9733 + pod/Win32.pod
9734 ! MANIFEST
9735____________________________________________________________________________
9736[ 3362] By: gsar on 1999/05/10 08:22:07
9737 Log: provide File::Copy::syscopy() via Win32::CopyFile() on win32
9738 Branch: perl
9739 ! lib/File/Copy.pm win32/win32.c
9740____________________________________________________________________________
9741[ 3361] By: gsar on 1999/05/10 08:11:29
9742 Log: escape ampersands in <pre> sections
9743 Branch: perl
9744 ! Changes lib/Pod/Html.pm
9745____________________________________________________________________________
9746[ 3360] By: gsar on 1999/05/10 08:04:14
9747 Log: AIX hints enhancements (threads build, SOCKS support)
9748 From: "David R. Favor" <dfavor@austin.ibm.com>
9749 Date: Wed, 28 Apr 1999 08:45:28 -0500
9750 Message-ID: <372710F8.B1F73BEB@austin.ibm.com>
9751 Subject: Working build for AIX + gcc + threading
9752 Branch: perl
9753 ! hints/aix.sh
9754____________________________________________________________________________
db085819
GS
9755[ 3359] By: gsar on 1999/05/10 07:49:26
9756 Log: more Compiler patches from Vishal Bhatia <vishalb@my-dejanews.com>
9757 Date: Tue, 27 Apr 1999 23:47:24 PDT
9758 Message-ID: <19990428064724.95244.qmail@hotmail.com>
9759 Subject: [PATCH 5.005_56] Saving Tied hashes ( C.pm)
9760 --
9761 Date: Thu, 29 Apr 1999 18:21:06 -0700
9762 Message-ID: <GEFPBFDJADFJBAAA@my-dejanews.com>
9763 Subject: [PATCH 5.005_56] double constants ( C.pm)
9764 --
9765 Date: Mon, 03 May 1999 20:21:31 PDT
9766 Message-ID: <19990504032131.81113.qmail@hotmail.com>
9767 Subject: [PATCH 5.005_56] Overloading implementation ( Compiler)
9768 --
9769 Date: Thu, 06 May 1999 17:57:09 -0700
9770 Message-ID: <FCJELBLAJBOBAAAA@my-dejanews.com>
9771 Subject: Stash.pm
9772 Branch: perl
9773 ! ext/B/B.pm ext/B/B.xs ext/B/B/Bblock.pm ext/B/B/C.pm
9774 ! ext/B/B/CC.pm ext/B/B/Stash.pm t/harness
9775____________________________________________________________________________
9776[ 3358] By: gsar on 1999/05/10 04:39:15
9777 Log: cygwin32 update (untested adaptation of patch against 5.005_03)
9778 From: alexander smishlajev <als@turnhere.com>
9779 Date: Sun, 25 Apr 1999 14:58:29 +0300
9780 Message-ID: <37230365.5F68B460@turnhere.com>
9781 Subject: [PATCH]5.005_03 (CORE) cygwin32 port
9782 Branch: perl
9783 + cygwin32/Makefile.SHs cygwin32/build-instructions.READFIRST
9784 + cygwin32/build-instructions.charles-wilson
9785 + cygwin32/build-instructions.sebastien-barre
9786 + cygwin32/build-instructions.steven-morlock
9787 + cygwin32/build-instructions.steven-morlock2
9788 + cygwin32/impure_ptr.c cygwin32/ld2.in cygwin32/perlld.in
9789 - cygwin32/cw32imp.h cygwin32/gcc2 cygwin32/ld2 cygwin32/perlgcc
9790 - cygwin32/perlld
9791 ! Configure EXTERN.h MANIFEST Makefile.SH README.cygwin32 XSUB.h
9792 ! cflags.SH config_h.SH dosish.h ext/POSIX/Makefile.PL
9793 ! ext/SDBM_File/sdbm/pair.c hints/cygwin32.sh installperl
9794 ! lib/Cwd.pm lib/ExtUtils/MakeMaker.pm lib/perl5db.pl
9795 ! makedepend.SH perl.h perlvars.h pp_hot.c pp_sys.c regcomp.c
9796 ! t/io/fs.t t/io/tell.t t/lib/anydbm.t t/op/stat.t util.c
9797____________________________________________________________________________
9798[ 3357] By: gsar on 1999/05/10 04:07:07
9799 Log: applied suggested patch, modulo already applied parts
9800 From: Charles Bailey <BAILEY@newman.upenn.edu>
9801 Date: Sat, 24 Apr 1999 20:12:43 -0400 (EDT)
9802 Message-id: <01JAF9UAV9XG002O0W@mail.newman.upenn.edu>
9803 Subject: [Patch 5.005_56] VMS consolidated patch #2
9804 Branch: perl
9805 ! configure.com t/op/filetest.t t/op/taint.t t/pragma/warn/doio
9806 ! t/pragma/warn/mg t/pragma/warn/pp_sys t/pragma/warn/sv
9807 ! vms/descrip_mms.template vms/ext/vmsish.t vms/perlvms.pod
9808 ! vms/subconfigure.com vms/test.com vms/vms.c
9809____________________________________________________________________________
9810[ 3356] By: gsar on 1999/05/10 03:48:08
9811 Log: applied suggested patch, with win32 and PERL_OBJECT additions
9812 From: Tom Hughes <tom@compton.nu>
9813 Date: Sat, 24 Apr 1999 18:11:59 +0100
9814 Message-ID: <609bdff748.tom@compton.compton.nu>
9815 Subject: ByteLoader patch
9816 Branch: perl
9817 + ext/ByteLoader/ByteLoader.pm ext/ByteLoader/ByteLoader.xs
9818 + ext/ByteLoader/Makefile.PL utils/perlbc.PL
9819 ! MANIFEST bytecode.h bytecode.pl byterun.c byterun.h embed.h
9820 ! embed.pl ext/B/B.xs ext/B/B/Asmdata.pm ext/B/B/Bytecode.pm
9821 ! ext/B/B/Debug.pm objXSUB.h op.c pp_ctl.c proto.h
9822 ! utils/Makefile win32/Makefile win32/makefile.mk
9823____________________________________________________________________________
9824[ 3355] By: gsar on 1999/05/10 03:22:49
9825 Log: document 'test' attribute (from Andreas Koenig)
9826 Branch: perl
9827 ! lib/ExtUtils/MakeMaker.pm
9828____________________________________________________________________________
9829[ 3354] By: gsar on 1999/05/10 03:12:37
9830 Log: From: pmarquess@bfsec.bt.co.uk
9831 Date: Thu, 22 Apr 1999 23:12:08 +0100
9832 Message-ID: <5104D4DBC598D211B5FE0000F8FE7EB29C6B45@mbtlipnt02.btlabs.bt.co.uk>
9833 Subject: PATCH for small bug in scan_bin
9834 Branch: perl
9835 ! util.c
9836____________________________________________________________________________
9837[ 3353] By: gsar on 1999/05/10 02:39:33
9838 Log: more bulletproof workaround for mangled paths (updates changes#3345,3350);
9839 provide Win32::GetLongPathName() to complement Win32::GetShortPathName()
9840 Branch: perl
9841 ! t/op/magic.t win32/makedef.pl win32/runperl.c win32/win32.c
9842 ! win32/win32iop.h
9843____________________________________________________________________________
9844[ 3352] By: gsar on 1999/05/09 22:47:39
9845 Log: flush all open output buffers before fork(), exec(), system, qx//
9846 and pipe open() operations, simplifying buffering headaches faced
9847 by users; uses fflush(NULL), which may need Configure test
9848 Branch: perl
9849 ! perl.h pod/perldelta.pod pod/perlfunc.pod pod/perlipc.pod
9850 ! pp_sys.c util.c vmesa/vmesa.c vms/vms.c win32/win32.c
9851____________________________________________________________________________
9852[ 3351] By: gsar on 1999/05/09 21:11:51
9853 Log: perlcc on win32 (correct version of fix suggested by Jean-Louis
9854 Leroy <jll@skynet.be>)
9855 Branch: perl
9856 ! utils/perlcc.PL
9857____________________________________________________________________________
9858[ 3350] By: gsar on 1999/05/09 20:39:11
9859 Log: normalize $^X to full pathname on win32
9860 Branch: perl
9861 ! win32/runperl.c
9862____________________________________________________________________________
9863[ 3349] By: gsar on 1999/05/09 20:23:07
9864 Log: allow readline($globref), <$globref> already works
9865 Branch: perl
9866 ! pp_hot.c
9867____________________________________________________________________________
9868[ 3348] By: gsar on 1999/05/09 20:00:09
9869 Log: perldoc cleanups (variant of changes suggested by Christian Lemburg
9870 <lemburg@online-club.de>)
9871 Branch: perl
9872 ! utils/perldoc.PL
9873____________________________________________________________________________
9874[ 3347] By: gsar on 1999/05/09 18:47:21
9875 Log: additions to Thread.pm docs from Tuomas J. Lukka
9876 <lukka@fas.harvard.edu>
9877 Branch: perl
9878 ! ext/Thread/Thread.pm
9879____________________________________________________________________________
9880[ 3346] By: gsar on 1999/05/09 18:38:00
9881 Log: From: Stephen McCamant <smccam@uclink4.berkeley.edu>
9882 Date: Sat, 17 Apr 1999 02:46:13 -0700 (PDT)
9883 Message-ID: <14103.57454.614253.598264@fre-76-120.reshall.berkeley.edu>
9884 Subject: [PATCH _56] Re: pdt: Perl Development Tools?
9885 Branch: perl
9886 ! ext/B/B/Xref.pm
9887____________________________________________________________________________
9888[ 3345] By: gsar on 1999/05/09 18:22:43
9889 Log: work around mangled archname on win32 while finding privlib/sitelib;
9890 normalize lib paths to forward slashes internally
9891 Branch: perl
9892 ! win32/win32.c
9893____________________________________________________________________________
9894[ 3344] By: gsar on 1999/05/09 03:20:06
9895 Log: fix typo in dbm filters that caused odbm.t to fail
9896 Branch: perl
9897 ! ext/ODBM_File/ODBM_File.xs t/lib/odbm.t
9898____________________________________________________________________________
9899[ 3343] By: gsar on 1999/05/09 02:02:59
9900 Log: tweak test totals
9901 Branch: perl
9902 ! Changes t/lib/tie-stdhandle.t
9903____________________________________________________________________________
4068bd03
GS
9904[ 3342] By: gsar on 1999/05/09 01:42:06
9905 Log: import list propagation busted (pointed out by Ton Hospel
9906 <thospel@mail.dma.be>)
9907 Branch: perl
9908 ! lib/autouse.pm
9909____________________________________________________________________________
9910[ 3341] By: gsar on 1999/05/09 00:54:18
9911 Log: hpux needs {SHLIB_PATH,LDOPTS} rather than LD_{LIBRARY,RUN}_PATH
9912 (as suggested by Eric Boehm <boehm@nortelnetworks.com>)
9913 Branch: perl
9914 ! Configure Makefile.SH
9915____________________________________________________________________________
9916[ 3340] By: gsar on 1999/05/09 00:40:41
9917 Log: generate manpages for newly added utils
9918 Branch: perl
9919 ! installman
9920____________________________________________________________________________
9921[ 3339] By: gsar on 1999/05/09 00:33:50
9922 Log: From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
9923 Date: Sun, 02 May 1999 17:59:24 +0100
9924 Message-Id: <199905021659.RAA14016@crypt.compulink.co.uk>
9925 Subject: [PATCH] Re: ptr to realloced memory in yylex
9926 Branch: perl
9927 ! toke.c
9928____________________________________________________________________________
9929[ 3338] By: jhi on 1999/05/08 22:40:29
9930 Log: Remove CONFIG item, add Digital UNIX 'ld' bug.
9931 Branch: cfgperl
9932 ! INSTALL
9933____________________________________________________________________________
9934[ 3337] By: jhi on 1999/05/08 22:22:26
9935 Log: Integrate from mainperl.
9936 Branch: cfgperl
9937 +> pod/perldbmfilter.pod t/io/open.t t/lib/tie-stdhandle.t
9938 !> (integrate 54 files)
9939____________________________________________________________________________
9940[ 3336] By: gsar on 1999/05/08 21:48:22
9941 Log: make perldoc -f grok nested =items
9942 Branch: perl
9943 ! utils/perldoc.PL
9944____________________________________________________________________________
9945[ 3335] By: gsar on 1999/05/08 19:48:11
9946 Log: allow AV/HV dereferences on pseudohashes ($ph->{foo}[1], etc.)
9947 Branch: perl
9948 ! op.c t/lib/fields.t
9949____________________________________________________________________________
9950[ 3334] By: gsar on 1999/05/08 19:09:41
9951 Log: update test totals
9952 Branch: perl
9953 ! t/lib/bigintpm.t
9954____________________________________________________________________________
9955[ 3333] By: gsar on 1999/05/08 16:56:02
9956 Log: mention unpack('pP',...) footshot (from Albert Dvornik <bert@genscan.com>)
9957 Branch: perl
9958 ! pod/perlfunc.pod
9959____________________________________________________________________________
9960[ 3332] By: gsar on 1999/05/08 16:46:44
9961 Log: applied suggested patch, added tests
9962 From: William Mann <wmann@avici.com>
9963 Date: Mon, 12 Apr 1999 12:25:22 -0400 (EDT)
9964 Message-Id: <199904121625.MAA00983@hwsrv1.avici.com>
9965 Subject: BigInt.pm extensions for logical operations
9966 Branch: perl
9967 ! lib/Math/BigInt.pm pod/perldelta.pod t/lib/bigintpm.t
9968____________________________________________________________________________
9969[ 3331] By: gsar on 1999/05/08 16:09:33
9970 Log: avoid temporary files named 'tmp'
9971 Branch: perl
9972 ! Makefile.SH pp.c
9973____________________________________________________________________________
9974[ 3330] By: nick on 1999/05/08 14:16:30
9975 Log: Implement OPEN, EOF, SEEK, TELL, BINMODE and FILENO as TIEHANDLE methods.
9976 Provide Tie::StdHandle
9977 Basic update of docs.
9978 Branch: perl
9979 + t/lib/tie-stdhandle.t
9980 ! lib/Tie/Handle.pm pod/perltie.pod pp_sys.c
9981____________________________________________________________________________
9982[ 3329] By: nick on 1999/05/08 12:03:45
9983 Log: Tweaks to open(my $fh,...) stuff
9984 Branch: perl
9985 ! op.c pp.c pp_sys.c t/io/open.t
9986____________________________________________________________________________
9987[ 3328] By: nick on 1999/05/08 11:18:42
9988 Log: Bring SDBM_File.xs into line with new typemap
9989 Branch: perl
9990 ! ext/SDBM_File/SDBM_File.xs
9991____________________________________________________________________________
9992[ 3327] By: gsar on 1999/05/08 00:07:11
9993 Log: add test case for AUTOLOAD reentrancy fix in change#3279
9994 Branch: perl
9995 ! t/lib/autoloader.t
9996____________________________________________________________________________
9997[ 3326] By: nick on 1999/05/07 21:24:50
9998 Log: Implement open( my $fh, ...) and similar.
9999 Set flag in op.c for "constructor ops"
10000 In pp_rv2gv, if flag is set and arg is PADSV and uninit
10001 vivify as reference to a detached GV.
10002 (Name of GV is the pad name.)
10003 This scheme should "just work" for pipe/socket etc. too.
10004
10005 #if 0 out the open(FH,undef) for now.
10006 Change t/io/open.t to test open(my $fh,...)
10007 Branch: perl
10008 ! op.c pp.c pp_sys.c t/io/open.t
10009____________________________________________________________________________
10010[ 3325] By: nick on 1999/05/07 21:18:42
10011 Log: Correct SvLEN vs SvCUR which leads to odd "chunk" vs "line" in mess().
10012 Branch: perl
10013 ! util.c
10014____________________________________________________________________________
10015[ 3324] By: gsar on 1999/05/07 20:28:31
10016 Log: avoid using PL_sv_mutex in condpair_magic() (avoids hangs when
10017 intervening code has to allocate SVs)
10018 Branch: perl
10019 ! util.c
10020____________________________________________________________________________
10021[ 3323] By: gsar on 1999/05/07 19:45:08
10022 Log: allow line numbers to show in diagnostics during global destruction
10023 Branch: perl
10024 ! util.c
10025____________________________________________________________________________
10026[ 3322] By: gsar on 1999/05/07 09:38:11
10027 Log: From: Dan Sugalski <sugalskd@ous.edu>
10028 Date: Fri, 09 Apr 1999 16:16:39 -0700
10029 Message-Id: <3.0.6.32.19990409161639.02ea1050@ous.edu>
10030 Subject: [PATCH 5.005_03]Bug in MM_VMS.PM
10031 Branch: perl
10032 ! lib/ExtUtils/MM_VMS.pm
10033____________________________________________________________________________
10034[ 3321] By: gsar on 1999/05/07 09:08:23
10035 Log: From: kwzh@gnu.org (Karl Heuer)
10036 Date: Wed, 7 Apr 1999 23:58:58 -0400
10037 Message-Id: <199904080358.XAA01192@mescaline.gnu.org>
10038 Subject: [perl-5.005.02] detect lack of /dev/tty
10039 Branch: perl
10040 ! Makefile.SH
10041____________________________________________________________________________
10042[ 3320] By: gsar on 1999/05/07 08:52:14
10043 Log: allow distinct prefix for versioned executables
10044 From: Roderick Schertler <roderick@argon.org>
10045 Date: Wed, 07 Apr 1999 15:34:56 -0400
10046 Message-ID: <3003.923513696@eeyore.ibcinc.com>
10047 Subject: perl55.00503 -> perl5.00503 patch for installperl
10048 Branch: perl
10049 ! INSTALL installperl
10050____________________________________________________________________________
10051[ 3319] By: gsar on 1999/05/07 08:07:02
10052 Log: From: Dan Sugalski <sugalskd@osshe.edu>
10053 Date: Mon, 05 Apr 1999 15:38:42 -0700
10054 Message-Id: <3.0.6.32.19990405153842.0367b650@ous.edu>
10055 Subject: Re: chomp fails with $/ in fixed-length record mode
10056 --
10057 From: Roderick Schertler <roderick@argon.org>
10058 Date: Tue, 06 Apr 1999 21:11:37 -0400
10059 Message-ID: <2795.923447497@eeyore.ibcinc.com>
10060 Subject: Re: chomp fails with $/ in fixed-length record mode
10061 Branch: perl
10062 ! doop.c pod/perlfunc.pod t/op/chop.t
10063____________________________________________________________________________
10064[ 3318] By: gsar on 1999/05/07 07:56:35
10065 Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
10066 Date: Tue, 6 Apr 1999 01:40:36 -0400
10067 Message-ID: <19990406014035.A1238@monk.mps.ohio-state.edu>
10068 Subject: [PATCH 5.005_*] Make % use fmod()
10069 Branch: perl
10070 ! pp.c t/op/arith.t
10071____________________________________________________________________________
10072[ 3317] By: gsar on 1999/05/07 04:18:11
10073 Log: DBM Filters (via private mail)
10074 From: pmarquess@bfsec.bt.co.uk
10075 Date: Sun, 18 Apr 1999 21:05:52 +0100
10076 Message-Id: <199904182009.NAA19152@activestate.com>
10077 Subject: DBM Filters
10078 Branch: perl
10079 + pod/perldbmfilter.pod
10080 ! MANIFEST ext/DB_File/Changes ext/DB_File/DB_File.pm
10081 ! ext/DB_File/DB_File.xs ext/DB_File/typemap
10082 ! ext/GDBM_File/GDBM_File.pm ext/GDBM_File/GDBM_File.xs
10083 ! ext/GDBM_File/typemap ext/NDBM_File/NDBM_File.pm
10084 ! ext/NDBM_File/NDBM_File.xs ext/NDBM_File/typemap
10085 ! ext/ODBM_File/ODBM_File.pm ext/ODBM_File/ODBM_File.xs
10086 ! ext/ODBM_File/typemap ext/SDBM_File/SDBM_File.pm
10087 ! ext/SDBM_File/SDBM_File.xs ext/SDBM_File/typemap
10088 ! lib/AnyDBM_File.pm pod/Makefile pod/buildtoc pod/perl.pod
10089 ! pod/perldelta.pod t/lib/db-btree.t t/lib/db-hash.t
10090 ! t/lib/db-recno.t t/lib/gdbm.t t/lib/ndbm.t t/lib/odbm.t
10091 ! t/lib/sdbm.t
10092____________________________________________________________________________
10093[ 3316] By: gsar on 1999/05/07 03:28:53
10094 Log: avoid negative return value from Win32::GetTickCount()
10095 From: jan.dubois@ibm.net (Jan Dubois)
10096 Date: Sat, 03 Apr 1999 19:04:18 +0200
10097 Message-ID: <37084742.22824479@smtp1.ibm.net>
10098 Subject: Re: Win32::GetTickCount
10099 Branch: perl
10100 ! win32/win32.c
10101____________________________________________________________________________
4068bd03
GS
10102[ 3314] By: gsar on 1999/05/06 08:01:23
10103 Log: compiler fixes from Vishal Bhatia <vishalb@hotmail.com>
10104 Date: Tue, 30 Mar 1999 23:40:34 PST
10105 Message-ID: <19990331074034.6117.qmail@hotmail.com>
10106 Subject: [PATCH 5.005_56] pp_entersub and pp_leavewrite(CC.pm)
10107 --
10108 Date: Wed, 07 Apr 1999 00:28:23 -0800
10109 Message-ID: <FGBNLNPOEELFAAAA@my-dejanews.com>
10110 Subject: [PATCH 5.005_56] function prototypes(B.pm)
10111 --
10112 Date: Thu, 22 Apr 1999 23:40:52 -0700
10113 Message-ID: <OEAOMKBMLDADCAAA@my-dejanews.com>
10114 Subject: [PATCH 5.005_56 ] discarding worthless padsvs
10115 --
10116 Date: Tue, 27 Apr 1999 01:14:49 PDT
10117 Message-ID: <19990427081449.28615.qmail@hotmail.com>
10118 Subject: [PATCH 5.005_56] pp_ncmp implementation ( CC.pm)
10119 Branch: perl
10120 ! ext/B/B.pm ext/B/B/CC.pm ext/B/B/Stackobj.pm t/op/gv.t
10121 ! t/op/ref.t
10122____________________________________________________________________________
10123[ 3313] By: jhi on 1999/05/06 07:59:52
10124 Log: Integrate from mainperl.
10125 Branch: cfgperl
10126 !> (integrate 33 files)
10127____________________________________________________________________________
10128[ 3312] By: gsar on 1999/05/06 07:11:50
10129 Log: add Ethiopic section to unicode master database (from Ken
10130 Whistler <kenw@sybase.com>)
10131 Branch: perl
10132 ! lib/unicode/UnicodeData-Latest.txt
10133____________________________________________________________________________
10134[ 3311] By: gsar on 1999/05/06 05:37:55
10135 Log: From: Damon Atkins <n107844@sysmgtdev.nabaus.com.au>
10136 Date: Tue, 30 Mar 1999 11:26:11 +1000 (EST)
10137 Message-Id: <199903300126.LAA20870@sysmgtdev.nabaus.com.au>
10138 Subject: Largefiles for Solaris
10139 Branch: perl
10140 ! hints/solaris_2.sh
10141____________________________________________________________________________
10142[ 3310] By: gsar on 1999/05/06 05:14:35
10143 Log: emit more accurate diagnostic for syntax errors involving <>
10144 within eval""
10145 Branch: perl
10146 ! toke.c utils/perldoc.PL
10147____________________________________________________________________________
10148[ 3309] By: gsar on 1999/05/06 04:36:31
10149 Log: additional test for IPC::Open3 (courtesy RonaldWS@aol.com)
10150 Branch: perl
10151 ! t/lib/open3.t
10152____________________________________________________________________________
10153[ 3308] By: gsar on 1999/05/06 03:19:16
10154 Log: applied first part of suggested patch (bug described cannot be
10155 reproduced any longer, so the second inconclusive part has not
10156 been applied)
10157 From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
10158 Date: Sun, 28 Mar 1999 04:51:34 +0100
10159 Message-Id: <199903280351.EAA20430@crypt.compulink.co.uk>
10160 Subject: [PATCH 5.005_56] Re: A core dump
10161 Branch: perl
10162 ! toke.c
10163____________________________________________________________________________
10164[ 3307] By: gsar on 1999/05/06 01:56:06
10165 Log: fix bogus OPf_REF context in C<sort BLOCK @foo> (extension of
c9fdb9e9 10166 change#3180)
4068bd03
GS
10167 Branch: perl
10168 ! op.c
10169____________________________________________________________________________
10170[ 3306] By: gsar on 1999/05/05 17:17:34
10171 Log: applied non-conflicting parts of suggested patch
10172 From: Charles Bailey <BAILEY@newman.upenn.edu>
10173 Date: Sat, 27 Mar 1999 00:16:51 -0400 (EDT)
10174 Message-id: <01J9AZY8I2PW001O2S@mail.newman.upenn.edu>
10175 Subject: [Patch 5.005_56] Revised VMS patch
10176 Branch: perl
10177 ! Changes ext/B/defsubs.h.PL hv.c iperlsys.h perl.c
10178 ! pod/perldiag.pod proto.h util.c vms/perlvms.pod vms/vms.c
10179____________________________________________________________________________
f675dbe5
CB
10180[ 3305] By: gsar on 1999/05/05 16:20:19
10181 Log: make perldoc use backslashed pathnames within system() on win32
10182 Branch: perl
10183 ! pod/perldiag.pod pod/perlthrtut.pod utils/perldoc.PL
10184____________________________________________________________________________
10185[ 3304] By: gsar on 1999/05/05 07:29:43
10186 Log: upgrade Pod::Parser to v1.081 from CPAN
10187 Branch: perl
10188 ! lib/Pod/Checker.pm lib/Pod/InputObjects.pm lib/Pod/Parser.pm
10189 ! lib/Pod/PlainText.pm lib/Pod/Select.pm lib/Pod/Usage.pm
10190 ! t/pod/special_seqs.t t/pod/special_seqs.xr t/pod/testp2pt.pl
10191____________________________________________________________________________
10192[ 3303] By: gsar on 1999/05/05 07:02:07
10193 Log: From: Andy Dougherty <doughera@lafayette.edu>
10194 Date: Fri, 19 Mar 1999 12:31:35 -0500 (EST)
10195 Message-Id: <Pine.GSU.4.05.9903191208250.8899-100000@newton.phys>
10196 Subject: [PATCH 5.005_03-MT3] INSTALL patches
10197 Branch: perl
10198 ! INSTALL
10199____________________________________________________________________________
10200[ 3302] By: gsar on 1999/05/05 06:55:21
10201 Log: load base packages based on nonexistent $VERSION
10202 From: andreas.koenig@anima.de (Andreas J. Koenig)
10203 Date: 19 Mar 1999 06:00:28 +0100
10204 Message-ID: <sfcsob2m5ub.fsf@dubravka.in-berlin.de>
10205 Subject: Re: base.pm flaw
10206 Branch: perl
10207 ! lib/base.pm lib/locale.pm
10208____________________________________________________________________________
10209[ 3301] By: gsar on 1999/05/04 05:41:08
10210 Log: pod2man outputs switched date and revision label (fix suggested by
10211 EthanSasiela@mede.com)
10212 Branch: perl
10213 ! pod/pod2man.PL
10214____________________________________________________________________________
10215[ 3300] By: gsar on 1999/05/03 18:48:25
10216 Log: adjust win32_stat() to cope with FindFirstFile() and stat() bugs
10217 (makes opendir(D,"c:") work reliably)
10218 Branch: perl
10219 ! win32/win32.c
10220____________________________________________________________________________
10221[ 3299] By: gsar on 1999/05/02 19:39:55
10222 Log: add test case for change#3298
10223 Branch: perl
10224 ! sv.c t/op/readdir.t
10225____________________________________________________________________________
10226[ 3298] By: gsar on 1999/05/02 19:24:41
10227 Log: close directory handles properly when localized
10228 Branch: perl
10229 ! sv.c
10230____________________________________________________________________________
10231[ 3297] By: jhi on 1999/04/30 11:42:14
10232 Log: Integrate from mainperl.
10233 Branch: cfgperl
10234 !> Changes config_h.SH configure.com lib/AutoLoader.pm
10235 !> lib/AutoSplit.pm lib/File/Path.pm pod/perlre.pod pp.c pp_ctl.c
10236 !> pp_sys.c proto.h regcomp.c t/op/die.t t/op/ref.t util.c
10237 !> vms/descrip_mms.template vms/gen_shrfls.pl vms/munchconfig.c
10238 !> vms/subconfigure.com win32/win32.c
10239____________________________________________________________________________
10240[ 3293] By: chip on 1999/04/29 18:50:49
10241 Log: Fix shebang lines.
10242 Branch: maint-5.004/perl
10243 ! Porting/p4d2p h2pl/mksizes pod/checkpods.PL pod/pod2html.PL
10244 ! pod/pod2latex.PL pod/pod2man.PL pod/pod2text.PL utils/c2ph.PL
10245 ! utils/h2ph.PL utils/h2xs.PL utils/perlbug.PL utils/perldoc.PL
10246 ! utils/pl2pm.PL utils/splain.PL win32/bin/search.pl
10247 ! x2p/find2perl.PL x2p/s2p.PL
10248____________________________________________________________________________
10249[ 3284] By: gsar on 1999/04/27 00:48:42
10250 Log: integrate change#3279 from maint-5.004
10251 Branch: perl
10252 ! lib/AutoLoader.pm
10253____________________________________________________________________________
10254[ 3279] By: chip on 1999/04/26 23:09:26
10255 Log: Make &AutoLoad::AUTOLOAD reentrant.
10256 Branch: maint-5.004/perl
10257 ! lib/AutoLoader.pm
10258____________________________________________________________________________
10259[ 3276] By: chip on 1999/04/26 22:34:36
10260 Log: Make porting scripts executable.
10261 Branch: maint-5.004/perl
10262 ! Changes Porting/genlog Porting/makerel Porting/p4desc
10263 ! Porting/patchls
10264____________________________________________________________________________
10265[ 3274] By: gsar on 1999/04/26 17:30:31
10266 Log: allow embedded null characters in diagnostics
10267 Branch: perl
10268 ! pp_ctl.c pp_sys.c proto.h regcomp.c t/op/die.t util.c
10269____________________________________________________________________________
10270[ 3273] By: gsar on 1999/04/26 08:27:22
10271 Log: hand-applied conflicting parts of suggested patch
10272 From: Charles Bailey <BAILEY@newman.upenn.edu>
10273 Date: Wed, 17 Mar 1999 23:55:23 -0400 (EDT)
10274 Message-id: <01J8YELSL7WK001E7S@mail.newman.upenn.edu>
10275 Subject: [PATCH 5.005_56] VMS configuration/build
10276 Branch: perl
10277 ! configure.com vms/descrip_mms.template vms/gen_shrfls.pl
10278 ! vms/munchconfig.c vms/subconfigure.com
10279____________________________________________________________________________
10280[ 3272] By: gsar on 1999/04/26 08:25:41
10281 Log: update Changes; tweak minor regressions
10282 Branch: perl
10283 ! Changes lib/AutoSplit.pm lib/File/Path.pm
10284____________________________________________________________________________
10285[ 3271] By: gsar on 1999/04/26 07:52:51
10286 Log: integrate change#3229 from maint-5.004
10287 Branch: perl
10288 ! pp_ctl.c util.c
10289____________________________________________________________________________
53667d02
GS
10290[ 3270] By: gsar on 1999/04/25 22:58:27
10291 Log: fix buggy reference count on refs to SVs with autoviv magic
10292 (resulted in C<my @a; $a[1] = 1; print \$_ for @a> and Data::Dumper
10293 accessing free()d memory)
10294 Branch: perl
10295 ! pp.c t/op/ref.t
10296____________________________________________________________________________
10297[ 3269] By: gsar on 1999/04/24 17:07:55
10298 Log: fix bug in change#3123 (off-by-one, caused C<qx[noargs]> to fail
10299 on win32)
10300 Branch: perl
10301 ! win32/win32.c
10302____________________________________________________________________________
10303[ 3268] By: gsar on 1999/04/24 16:38:25
10304 Log: kill dup hunk
10305 Branch: perl
10306 ! config_h.SH
10307____________________________________________________________________________
10308[ 3267] By: gsar on 1999/04/24 16:35:57
10309 Log: integrate cfgperl changes into mainline
10310 Branch: perl
10311 +> myconfig.SH
10312 - myconfig
10313 ! pod/perlre.pod
10314 !> (integrate 38 files)
10315____________________________________________________________________________
10316[ 3266] By: jhi on 1999/04/23 18:42:44
10317 Log: From: "Kurt D. Starsinic" <kstar@chapin.edu>
10318 To: perl5-porters@perl.org, Jarkko Hietaniemi <jhi@iki.fi>,
10319 Graham Barr <gbarr@pobox.com>, Gurusamy Sarathy <gsar@activestate.com>
10320 Cc: Lionel Cons <lionel.cons@cern.ch>,
10321 Ilya Zakharevich <ilya@math.ohio-state.edu>,
10322 David Hayes <david@bdel.com>
10323 Subject: [PATCH] h2ph
10324 Date: Fri, 23 Apr 1999 12:37:23 -0400
10325 Message-ID: <19990423123723.A49550@O2.chapin.edu>
10326 Branch: cfgperl
10327 ! utils/h2ph.PL
10328____________________________________________________________________________
10329[ 3265] By: jhi on 1999/04/21 18:17:12
10330 Log: From: lane@duphy4.physics.drexel.edu (by way of Dan Sugalski <sugalskd@ous.edu>)
10331 To: perlbug@perl.org
10332 Subject: [PATCH Perl 5.005.56] descrip_mms.template installed files fix
10333 Date: Wed, 21 Apr 1999 08:17:54 -0700
10334 Message-Id: <3.0.6.32.19990421081754.03127b60@ous.edu>
10335 Branch: cfgperl
10336 ! vms/descrip_mms.template
10337____________________________________________________________________________
10338[ 3264] By: jhi on 1999/04/20 08:50:54
10339 Log: From: Andy Dougherty <doughera@lafayette.edu>
10340 To: The Perl Porters Mailing List <perl5-porters@perl.org>
10341 Subject: [PATCH 5.005_56] Re: 5.006 Todo
10342 Date: Mon, 19 Apr 1999 16:27:07 -0400 (EDT)
10343 Message-Id: <Pine.GSU.4.05.9904191623470.7838-100000@newton.phys>
10344 Branch: cfgperl
10345 ! Porting/pumpkin.pod
10346____________________________________________________________________________
10347[ 3263] By: jhi on 1999/04/20 08:05:01
10348 Log: From: Chip Salzenberg <chip@perlsupport.com>
10349 To: Perl 5 Porters <perl5-porters@perl.org>
10350 Subject: [PATCH 5.005_56] Configure: $sig_count
10351 Date: Sun, 18 Apr 1999 17:54:36 -0400
10352 Message-ID: <19990418175436.A27496@perlsupport.com>
10353 Branch: cfgperl
10354 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
10355 ! config_h.SH
10356____________________________________________________________________________
10357[ 3262] By: jhi on 1999/04/19 18:23:50
10358 Log: Subject: PATCH wrong faq reference in perlbook.pod
10359 From: Robin Barker <rmb1@cise.npl.co.uk>
10360 To: perlbug@perl.com
10361 Date: Fri, 9 Apr 1999 16:05:23 +0100 (BST)
10362 Message-Id: <199904091505.QAA03757@cyclone.cise.npl.co.uk>
10363 Branch: cfgperl
10364 ! pod/perlbook.pod
10365____________________________________________________________________________
10366[ 3261] By: jhi on 1999/04/15 13:59:04
10367 Log: From: Andy Dougherty <doughera@lafayette.edu>
10368 To: Hugo van der Sanden <hugo@corp.netcom.net.uk>
10369 Cc: Perl Porters <perl5-porters@perl.org>
10370 Subject: [PATCH] Re: 5.005_03 and gcc, GNU ld under Solaris 2.6
10371 Date: Wed, 14 Apr 1999 17:07:43 -0400 (EDT)
10372 Message-Id: <Pine.GSU.4.05.9904141658290.4262-100000@newton.phys>
10373 Branch: cfgperl
10374 ! hints/solaris_2.sh
10375____________________________________________________________________________
10376[ 3260] By: jhi on 1999/04/15 13:56:53
10377 Log: From: Tom Christiansen <tchrist@jhereg.perl.com>
10378 To: pumpkings@jhereg.perl.com
10379 Subject: PATCH: 5.005_56: perldata.pod (UPDATE)
10380 Date: Thu, 15 Apr 1999 07:13:41 -0600
10381 Message-Id: <199904151313.HAA07682@jhereg.perl.com>
10382 Branch: cfgperl
10383 ! pod/perldata.pod
10384____________________________________________________________________________
10385[ 3259] By: jhi on 1999/04/13 23:12:52
10386 Log: LDLIBPTH also on 'clean' targets.
10387 Branch: cfgperl
10388 ! Makefile.SH
10389____________________________________________________________________________
10390[ 3258] By: jhi on 1999/04/13 21:38:46
10391 Log: Add information about the two DEC C compiler optimizer bugs
10392 (what patch levels of the compilers fix them).
10393 Branch: cfgperl
10394 ! pp.c t/op/repeat.t
10395____________________________________________________________________________
10396[ 3257] By: jhi on 1999/04/13 14:25:08
10397 Log: Be polite about ccdlflags and lddflags, too.
10398 Avoid Perl's malloc only when threaded.
10399 Branch: cfgperl
10400 ! hints/aix.sh
10401____________________________________________________________________________
10402[ 3256] By: jhi on 1999/04/13 10:21:33
10403 Log: Croak if no known ways to semctl() (don't assume union semun).
10404 Branch: cfgperl
10405 ! doio.c perl.h
10406____________________________________________________________________________
10407[ 3255] By: jhi on 1999/04/13 09:10:26
10408 Log: From: Dan Sugalski <sugalskd@osshe.edu>
10409 To: perl5-porters@perl.org, vmsperl@perl.org
10410 Subject: [Patch 5.005/5.006]Another MM_VMS.pm patch
10411 Date: Mon, 12 Apr 1999 13:36:48 -0700
10412 Message-Id: <3.0.6.32.19990412133648.030e7ec0@ous.edu>
10413 Branch: cfgperl
10414 ! lib/ExtUtils/MM_VMS.pm
10415____________________________________________________________________________
10416[ 3254] By: jhi on 1999/04/13 06:56:26
10417 Log: From: "Todd C. Miller" <Todd.Miller@courtesan.com>
10418 To: perlbug@perl.com
10419 Subject: Update for OpenBSD hints
10420 Date: Mon, 12 Apr 1999 23:12:22 -0600 (MDT)
10421 Message-Id: <199904130512.XAA27712@xerxes.courtesan.com>
10422 Branch: cfgperl
10423 ! hints/openbsd.sh
10424____________________________________________________________________________
10425[ 3229] By: chip on 1999/04/13 04:04:14
10426 Log: Preserve errno from importunities of sfio.
10427 Branch: maint-5.004/perl
10428 ! pp_ctl.c util.c
10429____________________________________________________________________________
10430[ 3226] By: jhi on 1999/04/11 12:52:26
10431 Log: If both ways to call semctl are broken, skip the tests.
10432 Branch: cfgperl
10433 ! t/lib/ipc_sysv.t
10434____________________________________________________________________________
10435[ 3225] By: jhi on 1999/04/10 22:27:28
10436 Log: From: Andy Dougherty <doughera@lafayette.edu>
10437 To: dsembr01@ox.slug.louisville.edu
10438 Cc: perlbug@perl.com
10439 Subject: [PATCH 5.004_05 5.005_03 5.005_56] Re: Misspelled macro in ext/POSIX/POSIX.xs?
10440 Date: Fri, 9 Apr 1999 16:58:08 -0400 (EDT)
10441 Message-Id: <Pine.GSU.4.05.9904091648570.894-100000@newton.phys>
10442 Branch: cfgperl
10443 ! ext/POSIX/POSIX.xs
10444____________________________________________________________________________
10445[ 3224] By: jhi on 1999/04/09 18:50:32
10446 Log: From: Andy Dougherty <doughera@lafayette.edu>
10447 To: Perl Porters <perl5-porters@perl.org>
10448 Subject: [PATCH 5.005_56] Re: prefix= in hints
10449 Date: Fri, 9 Apr 1999 14:54:18 -0400 (EDT)
10450 Message-Id: <Pine.GSU.4.05.9904091445280.894-100000@newton.phys>
10451
10452 (Overrides change #3204 from Kurt)
10453 Branch: cfgperl
10454 ! hints/linux.sh
10455____________________________________________________________________________
10456[ 3223] By: jhi on 1999/04/09 18:37:55
10457 Log: Understand Apollo's //node notation.
10458
10459 From: Johann Klasek <jk@auto.tuwien.ac.at>
10460 To: jhi@iki.fi
10461 Subject: Re: DomainPerl
10462 Date: Fri, 9 Apr 1999 18:21:37 +0200
10463 Message-ID: <19990409182137.A2299@euklid.auto.tuwien.ac.at>
10464 Branch: cfgperl
10465 ! lib/Cwd.pm
10466____________________________________________________________________________
10467[ 3220] By: jhi on 1999/04/04 16:33:49
10468 Log: Integrate from mainperl.
10469 Branch: cfgperl
10470 !> (integrate 39 files)
10471____________________________________________________________________________
10472[ 3219] By: gsar on 1999/04/04 02:48:17
10473 Log: tweak previous change
10474 Branch: maint-5.005/perl
10475 ! win32/win32.c
10476____________________________________________________________________________
10477[ 3218] By: gsar on 1999/04/04 02:44:47
10478 Log: be careful about extending the stack for the Win32:: builtins
10479 Branch: maint-5.005/perl
10480 ! win32/win32.c
10481____________________________________________________________________________
10482[ 3217] By: gsar on 1999/04/04 01:59:26
10483 Log: correct places that said newSVpv() when they meant newSVpvn()
10484 Branch: perl
10485 ! XSUB.h dump.c ext/B/B.xs ext/B/defsubs.h.PL
10486 ! ext/DB_File/DB_File.xs ext/DynaLoader/dl_vms.xs
10487 ! ext/IPC/SysV/SysV.xs ext/Opcode/Opcode.xs ext/POSIX/POSIX.xs
10488 ! ext/Socket/Socket.xs ext/attrs/attrs.xs gv.c hv.c hv.h
10489 ! jpl/JNI/JNI.xs mg.c op.c perl.c pod/perlguts.pod pp.c pp_ctl.c
10490 ! pp_sys.c regcomp.c toke.c util.c win32/dl_win32.xs
10491 ! win32/win32.c
10492____________________________________________________________________________
10493[ 3216] By: gsar on 1999/04/03 23:58:27
10494 Log: avoid duplicate code
10495 Branch: perl
10496 ! sv.c
10497____________________________________________________________________________
10498[ 3215] By: gsar on 1999/04/03 23:14:34
10499 Log: grow PL_tmps_stack more efficiently; make it more amenable to
10500 STRESS_REALLOC testing
10501 Branch: perl
10502 ! embed.h embed.pl global.sym objXSUB.h pp.h proto.h scope.c
10503 ! sv.c
10504____________________________________________________________________________
10505[ 3214] By: gsar on 1999/04/03 21:01:09
10506 Log: scrounge and save three extra branches in pp_entersub()
10507 Branch: perl
10508 ! cv.h pp_ctl.c pp_hot.c
10509____________________________________________________________________________
10510[ 3213] By: gsar on 1999/04/03 17:43:23
10511 Log: remove duplicate code and an extra branch in sv_setsv() and
10512 other hot code by making SvTHINKFIRST() think about FAKE SVs
10513 Branch: perl
10514 ! doio.c embed.h embed.pl global.sym objXSUB.h pp.c pp_hot.c
10515 ! proto.h scope.c sv.c sv.h
10516____________________________________________________________________________
10517[ 3212] By: jhi on 1999/04/03 16:20:09
10518 Log: Fix up some _t nits (Pid_t, Gid_t, Uid_t, etc. instead of int).
10519
10520 From: John Bley <jbb6@acpub.duke.edu>
10521 To: perlbug@perl.org
10522 Subject: [PATCH]5.005_03 (CORE) Fix some _t nits
10523 Date: Thu, 1 Apr 1999 02:01:47 -0500 (EST)
10524 Message-ID: <Pine.SOL.3.91.990401015805.21458A-100000@soc13.acpub.duke.edu>
10525 Branch: cfgperl
10526 ! doio.c pp_sys.c
10527____________________________________________________________________________
10528[ 3211] By: jhi on 1999/04/03 13:27:26
10529 Log: Change #3210 was rather unportable. This is better.
10530 Branch: cfgperl
10531 ! Configure config_h.SH
10532____________________________________________________________________________
10533[ 3210] By: jhi on 1999/04/03 13:16:20
10534 Log: Avoid Digital UNIX' ksh.
10535
10536 From: Jarkko Hietaniemi <jhi@iki.fi>
10537 To: Henrik Tougaard <ht000@siberut.foa.dk>
10538 Cc: perlbug@perl.com, ht000@foa.dk
10539 Subject: Re: Not OK perl5.005_03-MAINT_TRIAL_4
10540 Date: Wed, 27 Jan 1999 16:52:33 +0200 (EET)
10541 Message-ID: <13999.10289.319422.239987@alpha.hut.fi>
10542 Branch: cfgperl
10543 ! Configure config_h.SH
10544____________________________________________________________________________
10545[ 3209] By: jhi on 1999/04/03 12:49:04
10546 Log: Integrate from mainperl.
10547 Branch: cfgperl
10548 !> Changes Makefile.SH README installperl t/lib/bigfloatpm.t
10549____________________________________________________________________________
10550[ 3208] By: jhi on 1999/04/03 12:27:24
10551 Log: Add -mabi=64 to ccflags for 64-bit IRIX gcc.
10552
10553 From: Lionel Cons <lionel.cons@cern.ch>
10554 To: jhi@iki.fi
10555 Cc: perlbug@perl.com, kstar@isinet.com,
10556 Philippe Defert <philippe.defert@cern.ch>
10557 Subject: Re: Not OK: perl 5.00503 on IP27-irix 6.5 (UNINSTALLED)
10558 Date: Thu, 1 Apr 1999 14:05:28 +0200 (METDST)
10559 Message-Id: <199904011205.OAA11380@mercury.cern.ch>
10560 Branch: cfgperl
10561 ! hints/irix_6.sh
10562____________________________________________________________________________
10563[ 3207] By: jhi on 1999/04/03 12:20:21
10564 Log: Be polite about usemymalloc.
10565 Branch: cfgperl
10566 ! hints/aix.sh
10567____________________________________________________________________________
10568[ 3206] By: gsar on 1999/04/02 23:31:59
10569 Log: a typo in change#3205
10570 Branch: perl
10571 ! t/lib/bigfloatpm.t
10572____________________________________________________________________________
10573[ 3205] By: gsar on 1999/04/02 23:20:31
10574 Log: make testsuite reflect change#3157 (Math::BigFloat->new now
10575 returns NaNs faithfully)
10576 Branch: perl
10577 ! t/lib/bigfloatpm.t
10578____________________________________________________________________________
10579[ 3204] By: jhi on 1999/04/02 22:03:23
10580 Log: On -Uinstallusrbinperl and no -Dprefix, set prefix to /usr/local.
10581
10582 From: "Kurt D. Starsinic" <kstar@chapin.edu>
10583 To: perl5-porters@perl.org
10584 Subject: linux hints nit
10585 Date: Fri, 2 Apr 1999 16:49:47 -0500
10586 Message-ID: <19990402164947.E80926@O2.chapin.edu>
10587 Branch: cfgperl
10588 ! hints/linux.sh
10589____________________________________________________________________________
10590[ 3203] By: jhi on 1999/04/02 22:00:56
10591 Log: Display exact glibc version in Linux.
10592
10593 From: Andy Dougherty <doughera@lafayette.edu>
10594 To: Perl Porters <perl5-porters@perl.org>
10595 Subject: Displaying glibc version on Linux
10596 Date: Mon, 29 Mar 1999 15:04:26 -0500 (EST)
10597 Message-Id: <Pine.GSU.4.05.9903291417370.15335-100000@newton.phys>
10598 Branch: cfgperl
10599 ! hints/linux.sh
10600____________________________________________________________________________
10601[ 3202] By: gsar on 1999/04/02 21:23:18
10602 Log: various little goofs
10603 Branch: perl
10604 ! Changes Makefile.SH README installperl
10605____________________________________________________________________________
10606[ 3201] By: jhi on 1999/04/02 13:13:39
10607 Log: Configure regen.
10608
10609 Add llseek + offset_t probing.
10610 Change CONFIG to CONFIGDOTSH.
10611 'unset foo' is unportable, use foo=''.
10612 Branch: cfgperl
10613 ! Configure Makefile.SH Policy_sh.SH cflags.SH config_h.SH
10614 ! configpm makeaperl.SH makedepend.SH makedir.SH myconfig.SH
10615 ! perl_exp.SH writemain.SH
10616____________________________________________________________________________
10617[ 3200] By: jhi on 1999/04/02 12:06:22
10618 Log: Introduce myconfig.SH.
10619
10620 From: Andy Dougherty <doughera@lafayette.edu>
10621 To: Jarkko Hietaniemi <jhi@iki.fi>
10622 Cc: Nick Ing-Simmons <nik@tiuk.ti.com>, Perl Porters <perl5-porters@perl.org>
10623 Subject: [PATCH] myconfig.SH (was Re: perl install bug on AIX 4.3.1.0)
10624 Date: Tue, 30 Mar 1999 12:41:29 -0500 (EST)
10625 Message-Id: <Pine.GSU.4.05.9903301222280.15987-100000@newton.phys>
10626 Branch: cfgperl
10627 + myconfig.SH
10628 - myconfig
10629 ! MANIFEST
10630____________________________________________________________________________
10631[ 3195] By: jhi on 1999/03/28 16:42:54
10632 Log: Update perlhist on 5_03.
10633 Branch: maint-5.005/perl
10634 ! pod/perlhist.pod
10635____________________________________________________________________________
10636[ 3194] By: jhi on 1999/03/28 12:30:01
10637 Log: Integrate from mainperl.
10638 Branch: cfgperl
10639 +> t/op/grep.t
10640 ! lib/Math/BigFloat.pm lib/Math/BigInt.pm lib/bigfloat.pl
10641 ! t/lib/bigintpm.t
10642 !> MANIFEST Porting/p4desc ext/Thread/Thread.xs op.c
10643 !> t/lib/thread.t
10644____________________________________________________________________________
10645[ 3189] By: gsar on 1999/03/28 08:22:00
10646 Log: various pod niggles
10647 Branch: maint-5.005/perl
10648 ! pod/perl.pod pod/perldebug.pod pod/perldiag.pod
10649 ! pod/perlfunc.pod pod/perlhist.pod
10650____________________________________________________________________________
10651[ 3187] By: gsar on 1999/03/28 07:31:16
10652 Log: regularize CAPI declarations (CAPI extensions now build under
10653 the Borland compiler)
10654 Branch: maint-5.005/perl
10655 ! win32/GenCAPI.pl
10656____________________________________________________________________________
10657[ 3186] By: gsar on 1999/03/28 07:26:33
10658 Log: ensure XS_LOCKS stuff happens *before* XSUB is entered under
10659 -DPERL_CAPI
10660 Branch: maint-5.005/perl
10661 ! XSlock.h win32/GenCAPI.pl win32/Makefile win32/makefile.mk
10662____________________________________________________________________________
10663[ 3183] By: gsar on 1999/03/28 06:00:46
10664 Log: update p4 utility to ignore non-text files
10665 Branch: perl
10666 ! Porting/p4desc
10667____________________________________________________________________________
efb12ca0
GS
10668[ 3181] By: gsar on 1999/03/28 03:37:23
10669 Log: integrate change#3179 from maint-5.005
10670 Branch: perl
10671 !> ext/Thread/Thread.xs t/lib/thread.t
10672____________________________________________________________________________
10673[ 3180] By: gsar on 1999/03/28 02:28:20
10674 Log: fix bogus OPf_REF context for the BLOCK in C<grep BLOCK @foo>
10675 (sometimes caused bizarreness in the BLOCK)
10676 Branch: perl
10677 + t/op/grep.t
10678 ! MANIFEST op.c
10679____________________________________________________________________________
10680[ 3179] By: gsar on 1999/03/28 02:14:04
10681 Log: fix thread segfault when passing large number of arguments to child
10682 a la C<Thread->new($foo, 1..1000)>
10683 Branch: maint-5.005/perl
10684 ! ext/Thread/Thread.xs t/lib/thread.t
10685____________________________________________________________________________
10686[ 3178] By: gbarr on 1999/03/28 01:39:23
10687 Log: fix $Config{'usethreads'} typo in perlthrtut
10688
10689 From: Ian Maloney <szhmf9@wsblob.ubs.com>
10690 Date: Thu, 25 Mar 1999 16:40:14 +0100 (MET)
10691 Message-Id: <199903251540.QAA02439@wsblob.>
10692 Subject: perlthrtut documentation error
10693 Branch: maint-5.005/perl
10694 ! pod/perlthrtut.pod
10695____________________________________________________________________________
10696[ 3173] By: gbarr on 1999/03/27 18:19:47
10697 Log: Update Test.pm to VERSION 1.122 from CPAN
10698 Branch: maint-5.005/perl
10699 ! lib/Test.pm
10700____________________________________________________________________________
10701[ 3171] By: jhi on 1999/03/26 22:38:28
10702 Log: Integrate from mainperl.
10703 Branch: cfgperl
10704 !> (integrate 37 files)
10705____________________________________________________________________________
10706[ 3170] By: gsar on 1999/03/26 01:30:25
10707 Log: specify type of bracket in "Unmatched bracket" diagnostic;
10708 prefer 'brace' or 'curly bracket' over 'curly brace'
10709 Branch: perl
10710 ! pod/perldiag.pod pod/perlreftut.pod pod/perlstyle.pod
10711 ! t/op/misc.t t/op/re_tests toke.c
10712____________________________________________________________________________
10713[ 3169] By: gsar on 1999/03/26 00:50:51
10714 Log: better description of "Integer overflow" diagnostic
10715 Branch: perl
10716 ! pod/perldiag.pod
10717____________________________________________________________________________
10718[ 3168] By: gsar on 1999/03/25 11:02:46
10719 Log: applied needful parts of suggested patch
10720 From: "Vishal Bhatia" <vishalb@my-dejanews.com>
10721 Date: Tue, 23 Mar 1999 16:21:43 -0800
10722 Message-ID: <OOOKJGFMLFLHBAAA@my-dejanews.com>
10723 Subject: [PATCH 5.005_56] pp_formline correction
10724 Branch: perl
10725 ! ext/B/B/Bblock.pm ext/B/B/CC.pm
10726____________________________________________________________________________
10727[ 3167] By: gsar on 1999/03/25 10:39:02
10728 Log: clarify what a "comment" means (due to Mark-Jason Dominus
10729 <mjd@plover.com>)
10730 Branch: perl
10731 ! pod/perlsyn.pod
10732____________________________________________________________________________
10733[ 3166] By: gsar on 1999/03/25 10:33:18
10734 Log: describe current behavior on local($foo{nothere}) (suggested by
10735 Lionel Cons <lionel.cons@cern.ch>)
10736 Branch: perl
10737 ! pod/perlsub.pod
10738____________________________________________________________________________
10739[ 3165] By: gsar on 1999/03/25 06:21:05
10740 Log: fix refcnt on PL_main_cv (variant of suggestion by Vishal Bhatia
10741 <vishalb@hotmail.com>)
10742 Branch: perl
10743 ! ext/B/B/C.pm
10744____________________________________________________________________________
10745[ 3164] By: gsar on 1999/03/25 06:17:27
10746 Log: From: Stephen McCamant <smccam@uclink4.berkeley.edu>
10747 Date: Tue, 23 Mar 1999 17:47:04 -0800 (PST)
10748 Message-ID: <14072.16859.154428.241373@fre-76-120.reshall.berkeley.edu>
10749 Subject: [PATCH _56] Compiler needs to know about utf8 SVOP tr///s
10750 Branch: perl
10751 ! ext/B/B.xs op.h opcode.pl
10752____________________________________________________________________________
10753[ 3163] By: gsar on 1999/03/25 06:15:49
10754 Log: B::Deparse update from Stephen McCamant <smccam@uclink4.berkeley.edu>
10755 Date: Tue, 23 Mar 1999 02:41:34 -0800 (PST)
10756 Message-ID: <14071.27445.867782.852353@fre-76-120.reshall.berkeley.edu>
10757 Subject: [PATCH _56] B::Deparse 0.57
10758 --
10759 Date: Tue, 23 Mar 1999 13:08:12 -0800 (PST)
10760 Message-ID: <14072.502.107712.175179@fre-76-120.reshall.berkeley.edu>
10761 Subject: Re: [PATCH _56] B::Deparse 0.57
10762 Branch: perl
10763 ! AUTHORS MAINTAIN ext/B/B/Deparse.pm
10764____________________________________________________________________________
10765[ 3162] By: gsar on 1999/03/25 06:11:46
10766 Log: fix a few places that said 'int', but meant 'STRLEN'
10767 Branch: perl
10768 ! pod/perlguts.pod proto.h sv.c
10769____________________________________________________________________________
10770[ 3161] By: gsar on 1999/03/25 06:01:18
10771 Log: From: Russ Allbery <rra@stanford.edu>
10772 Date: 22 Mar 1999 04:26:26 -0800
10773 Message-ID: <yl4sndr9ql.fsf@windlord.stanford.edu>
10774 Subject: [5.005_56] Add EXISTS to SDBM_File and libsdbm
10775 Branch: perl
10776 ! ext/SDBM_File/SDBM_File.xs ext/SDBM_File/sdbm/README.too
10777 ! ext/SDBM_File/sdbm/pair.c ext/SDBM_File/sdbm/pair.h
10778 ! ext/SDBM_File/sdbm/sdbm.3 ext/SDBM_File/sdbm/sdbm.c
10779 ! ext/SDBM_File/sdbm/sdbm.h pod/perldelta.pod t/lib/sdbm.t
10780____________________________________________________________________________
10781[ 3160] By: gsar on 1999/03/25 02:26:31
10782 Log: better description of OP_UNSTACK (s/unstack/iteration finalizer/)
10783 Branch: perl
10784 ! opcode.h opcode.pl
10785____________________________________________________________________________
10786[ 3159] By: gsar on 1999/03/25 02:18:17
10787 Log: add statement-modifier loops to :base_loop class
10788 Branch: perl
10789 ! ext/Opcode/Opcode.pm
10790____________________________________________________________________________
10791[ 3158] By: gsar on 1999/03/25 00:36:57
10792 Log: integrate changes#3105,3130,3154 from maint-5.005
10793 Branch: perl
10794 !> Configure INSTALL hints/dec_osf.sh hints/netbsd.sh
10795____________________________________________________________________________
10796[ 3157] By: gsar on 1999/03/25 00:24:17
10797 Log: remove bogus panic()
10798 Branch: perl
10799 ! Changes lib/Math/BigFloat.pm
10800____________________________________________________________________________
10801[ 3156] By: jhi on 1999/03/24 22:43:43
10802 Log: Integrate from mainperl.
10803 Branch: cfgperl
10804 +> (branch 38 files)
10805 !> (integrate 68 files)
10806____________________________________________________________________________
10807[ 3155] By: jhi on 1999/03/24 22:12:17
10808 Log: Configure regenerated because of changes #3130/#3154 and #3147.
10809 Branch: cfgperl
10810 ! Configure config_h.SH
10811____________________________________________________________________________
10812[ 3154] By: jhi on 1999/03/24 21:40:51
10813 Log: Reword the shared library search path (LD_LIBRARY_PATH) info
10814 based on suggestions from Andy Dougherty.
10815 Branch: maint-5.005/perl
10816 ! INSTALL
10817____________________________________________________________________________
0e8b9368
GS
10818[ 3153] By: gsar on 1999/03/24 10:38:05
10819 Log: applied suggested patch, modulo superceded parts
10820 From: Charles Bailey <BAILEY@newman.upenn.edu>
10821 Date: Thu, 18 Mar 1999 00:10:44 -0400 (EDT)
10822 Message-id: <01J8YFGIHW2W001E7S@mail.newman.upenn.edu>
10823 Subject: [PATCH 5.005_56] Miscellaneous VMS-specific fixes
10824 Branch: perl
10825 ! lib/ExtUtils/Liblist.pm lib/ExtUtils/MM_VMS.pm
10826 ! t/comp/require.t t/op/lex_assign.t t/op/taint.t
10827 ! utils/perldoc.PL vms/ext/Stdio/Stdio.pm vms/ext/Stdio/Stdio.xs
10828 ! vms/ext/Stdio/test.pl vms/test.com vms/vmsish.h
10829____________________________________________________________________________
10830[ 3152] By: gsar on 1999/03/24 10:30:51
10831 Log: applied suggested patch, modulo superceded parts
10832 From: Charles Bailey <BAILEY@newman.upenn.edu>
10833 Date: Thu, 18 Mar 1999 00:04:31 -0400 (EDT)
10834 Message-id: <01J8YF0EOWLU001E7S@mail.newman.upenn.edu>
10835 Subject: [PATCH 5.005_56] Miscellaneous small fixes
10836 Branch: perl
10837 ! ext/B/defsubs.h.PL ext/re/re.pm lib/ExtUtils/MM_Unix.pm
10838 ! lib/File/Basename.pm
10839____________________________________________________________________________
10840[ 3151] By: gsar on 1999/03/24 10:15:00
10841 Log: doc tweak suggested by M.J.T. Guy <mjtg@cus.cam.ac.uk>
10842 Branch: perl
10843 ! pod/perlop.pod
10844____________________________________________________________________________
10845[ 3150] By: gsar on 1999/03/24 10:09:13
10846 Log: missing integration in previous change
10847 Branch: perl
10848 !> README.apollo
10849____________________________________________________________________________
10850[ 3149] By: gsar on 1999/03/24 10:06:44
10851 Log: integrate changes#3116,3119 from maint-5.005
10852 Branch: perl
10853 + README.apollo
10854 +> apollo/netinet/in.h
10855 !> MANIFEST hints/apollo.sh t/lib/io_udp.t
10856____________________________________________________________________________
10857[ 3148] By: gsar on 1999/03/24 10:01:56
10858 Log: integrate changes#3091-3094 from maint-5.005
10859 Branch: perl
10860 !> README.hurd vms/subconfigure.com vos/config.h
10861 !> vos/config_h.SH_orig
10862____________________________________________________________________________
10863[ 3147] By: gsar on 1999/03/24 09:31:49
10864 Log: warn about newfangled vfork() caveats
10865 Branch: perl
10866 ! Configure
10867____________________________________________________________________________
10868[ 3146] By: jhi on 1999/03/24 09:20:14
10869 Log: Bring in changes #2808 and #2812 (from mainline perl)
10870 that enhance the perlbug checklist.
10871 Branch: maint-5.005/perl
10872 ! utils/perlbug.PL
10873____________________________________________________________________________
10874[ 3145] By: gsar on 1999/03/24 08:37:02
10875 Log: integrate change#3115 from maint-5.005
10876 Branch: perl
10877 !> ext/DB_File/Changes ext/DB_File/DB_File.pm
10878 !> ext/DB_File/DB_File.xs ext/DB_File/typemap
10879____________________________________________________________________________
10880[ 3144] By: gsar on 1999/03/24 08:33:59
10881 Log: add note about map in scalar context
10882 Branch: perl
10883 ! pod/perlfunc.pod
10884____________________________________________________________________________
10885[ 3143] By: gsar on 1999/03/24 08:25:59
10886 Log: doc tweak
10887 Branch: perl
10888 ! lib/Time/Local.pm
10889____________________________________________________________________________
10890[ 3142] By: gsar on 1999/03/24 08:20:37
10891 Log: applied suggested patch, modulo bogus hunk
10892 From: "Vishal Bhatia" <vishalb@hotmail.com>
10893 Date: Thu, 11 Mar 1999 07:40:27 PST
10894 Message-ID: <19990311154027.25891.qmail@hotmail.com>
10895 Subject: [PATCH 5.005_56] Minor fixes in perlcc
10896 Branch: perl
10897 ! ext/B/B/C.pm ext/B/B/CC.pm utils/perlcc.PL
10898____________________________________________________________________________
10899[ 3141] By: gsar on 1999/03/24 08:06:12
10900 Log: integrate change#3104 from maint-5.005
10901 Branch: perl
10902 !> README.os390 t/lib/posix.t
10903____________________________________________________________________________
10904[ 3140] By: gsar on 1999/03/24 06:34:56
10905 Log: fix failure of C<&locked_sub;> under -Dusethreads
10906 Branch: perl
10907 ! pp_hot.c t/lib/thread.t
10908____________________________________________________________________________
10909[ 3139] By: gsar on 1999/03/24 05:52:00
10910 Log: debugger tweak (wasn't printing a newline after recalled commands)
10911 Branch: perl
10912 ! lib/perl5db.pl
10913____________________________________________________________________________
10914[ 3138] By: gsar on 1999/03/24 05:33:28
10915 Log: document OO exceptions (based on a suggestion by Andreas Koenig
10916 <andreas.koenig@anima.de>)
10917 Branch: perl
10918 ! pod/perlfunc.pod
10919____________________________________________________________________________
10920[ 3137] By: gsar on 1999/03/24 02:50:20
10921 Log: better "Illegal %s digit ignored" warnings
10922 Branch: perl
10923 ! MANIFEST pod/perldiag.pod pod/perlfunc.pod t/pragma/warn/util
10924 ! toke.c util.c
10925____________________________________________________________________________
10926[ 3136] By: gsar on 1999/03/24 02:26:38
10927 Log: fix off-by-one that resulted in misparse of C</[\x{80}-\x{81}]/>
10928 Branch: perl
10929 + t/pragma/utf8.t
10930 ! regcomp.c
10931____________________________________________________________________________
10932[ 3135] By: gsar on 1999/03/24 01:29:09
10933 Log: flip release & version in win32_uname()
10934 Branch: perl
10935 ! win32/win32.c
10936____________________________________________________________________________
10937[ 3134] By: gsar on 1999/03/24 01:08:33
10938 Log: support POSIX::uname() via win32_uname()
10939 Branch: perl
10940 ! XSUB.h iperlsys.h win32/GenCAPI.pl win32/config.bc
10941 ! win32/config.gc win32/config.vc win32/config_H.bc
10942 ! win32/config_H.gc win32/config_H.vc win32/makedef.pl
10943 ! win32/perlhost.h win32/win32.c win32/win32.h win32/win32iop.h
10944____________________________________________________________________________
10945[ 3133] By: gsar on 1999/03/23 22:20:10
10946 Log: From: jan.dubois@ibm.net (Jan Dubois)
10947 Date: Sat, 06 Mar 1999 21:42:56 +0100
10948 Message-ID: <36e49281.50337171@smtp1.ibm.net>
10949 Subject: [PATCH 5.005_56] perldelta.pod changes for Win32::* functions
10950 Branch: perl
10951 ! pod/perldelta.pod
10952____________________________________________________________________________
10953[ 3132] By: gsar on 1999/03/23 22:17:45
10954 Log: File::Spec fixes from Jan Dubois <jan.dubois@ibm.net>
10955 Date: Sat, 06 Mar 1999 17:50:49 +0100
10956 Message-ID: <36e25209.33833760@smtp1.ibm.net>
10957 Subject: [PATCH 5.005_56] Fixes for File::Spec::Functions.pm
10958 --
10959 Date: Sat, 06 Mar 1999 18:15:00 +0100
10960 Message-ID: <36e36222.37954195@smtp1.ibm.net>
10961 Subject: [PATCH 5.005_56] Fix for File::Spec::Win32.pm
10962 Branch: perl
10963 + t/lib/filefunc.t
10964 ! MANIFEST lib/File/Spec/Functions.pm lib/File/Spec/Win32.pm
10965 ! pod/perldelta.pod pod/perlmodlib.pod
10966____________________________________________________________________________
10967[ 3131] By: gsar on 1999/03/23 22:07:59
10968 Log: integrate cfgperl changes into mainline
10969 Branch: perl
10970 +> ext/DynaLoader/dl_rhapsody.xs hints/rhapsody.sh
10971 !> Configure Makefile.SH config_h.SH configure.gnu handy.h
10972 !> installperl malloc.c perl.c perl.h pod/perl.pod
10973 !> pod/perldelta.pod pp_sys.c t/op/stat.t x2p/util.c
10974____________________________________________________________________________
10975[ 3130] By: jhi on 1999/03/23 22:02:23
10976 Log: Don't use config.msg to remind about the
10977 LD_LIBRARY_PATH because Makefile.SH takes
10978 care of that.
10979
10980 Use shrplib in DEC O^W^Digital U^W^WTru64 UNIX.
10981 This used to be the default but in some MT or another it
10982 was dropped because of some transient error or another.
10983 Branch: maint-5.005/perl
10984 ! Configure hints/dec_osf.sh
10985____________________________________________________________________________
10986[ 3129] By: gsar on 1999/03/23 21:38:03
10987 Log: add Pod-Parser-1.08 (verbatim module =include tests elided owing
10988 to size and better maintainability)
10989 Branch: perl
10990 + lib/Pod/Checker.pm lib/Pod/InputObjects.pm lib/Pod/Parser.pm
10991 + lib/Pod/PlainText.pm lib/Pod/Select.pm lib/Pod/Usage.pm
10992 + pod/pod2usage.PL pod/podchecker.PL pod/podselect.PL
10993 + t/pod/emptycmd.t t/pod/emptycmd.xr t/pod/for.t t/pod/for.xr
10994 + t/pod/headings.t t/pod/headings.xr t/pod/include.t
10995 + t/pod/include.xr t/pod/included.t t/pod/included.xr
10996 + t/pod/lref.t t/pod/lref.xr t/pod/nested_items.t
10997 + t/pod/nested_items.xr t/pod/nested_seqs.t t/pod/nested_seqs.xr
10998 + t/pod/oneline_cmds.t t/pod/oneline_cmds.xr t/pod/poderrs.t
10999 + t/pod/poderrs.xr t/pod/special_seqs.t t/pod/special_seqs.xr
11000 + t/pod/testcmp.pl t/pod/testp2pt.pl t/pod/testpchk.pl
11001 ! AUTHORS MAINTAIN MANIFEST installperl pod/Makefile
11002 ! win32/Makefile win32/makefile.mk win32/pod.mak
11003____________________________________________________________________________
11004[ 3128] By: jhi on 1999/03/23 10:14:54
11005 Log: Integrate from mainperl.
11006 Branch: cfgperl
11007 !> (integrate 46 files)
11008____________________________________________________________________________
11009[ 3127] By: gsar on 1999/03/23 06:57:30
11010 Log: From: Tim Witham - FES <twitham@pcocd2.intel.com>
11011 Date: Thu, 4 Mar 1999 10:54:01 -0800
11012 Message-Id: <9903041854.AA46868@frc0000>
11013 Subject: patch for useless Math::BigInt warnings
11014 Branch: perl
11015 ! lib/Math/BigInt.pm
11016____________________________________________________________________________
11017[ 3126] By: gsar on 1999/03/23 05:54:37
11018 Log: avoid literal 'undef' in $lddlflags under `Configure -Uoptimize`
11019 From: "Kurt D. Starsinic" <kstar@chapin.edu>
11020 Date: Fri, 19 Feb 1999 15:47:59 -0500
11021 Message-ID: <19990219154759.A32350@O2.chapin.edu>
11022 Subject: [PATCH] OSF/1 hints
11023 Branch: perl
11024 ! hints/dec_osf.sh
11025____________________________________________________________________________
11026[ 3125] By: gsar on 1999/03/23 00:56:38
11027 Log: avoid typeglob persistence in pp_readline()
11028 Branch: perl
11029 ! sv.c t/op/gv.t
11030____________________________________________________________________________
11031[ 3124] By: gsar on 1999/03/22 21:12:23
11032 Log: update copyright years
11033 Branch: perl
11034 ! Changes EXTERN.h INTERN.h av.c av.h bytecode.pl cop.h cv.h
11035 ! deb.c doio.c doop.c dump.c form.h gv.c gv.h handy.h hv.c hv.h
11036 ! malloc.c mg.c mg.h op.c op.h perl.c perl.h perlio.c pp.c pp.h
11037 ! pp_ctl.c pp_hot.c pp_sys.c regcomp.c regexec.c run.c scope.c
11038 ! sv.c sv.h toke.c utf8.c utf8.h util.c
11039____________________________________________________________________________
11040[ 3123] By: gsar on 1999/03/22 07:07:06
11041 Log: implement win32_spawnvp() internally, making it return true PIDs
11042 for asynchronous spawns; fix win32_kill() to always deal with
11043 PIDs
11044 Branch: perl
11045 ! win32/win32.c win32/win32.h
11046____________________________________________________________________________
11047[ 3122] By: jhi on 1999/03/19 21:12:14
11048 Log: Describe the new Benchmark feature in more detail.
11049 Branch: cfgperl
11050 ! pod/perldelta.pod
11051 Branch: maint-5.005/perl
11052 ! pod/perldelta.pod
11053____________________________________________________________________________
11054[ 3121] By: jhi on 1999/03/19 08:16:12
11055 Log: AVAILABILITY tuning.
11056 Branch: cfgperl
11057 ! pod/perl.pod
11058 Branch: maint-5.005/perl
11059 ! pod/perl.pod
11060____________________________________________________________________________
4eb8286e
GS
11061[ 3120] By: jhi on 1999/03/17 14:52:17
11062 Log: Rhapsody change assumed too much.
11063 Branch: cfgperl
11064 ! t/op/stat.t
11065____________________________________________________________________________
11066[ 3119] By: jhi on 1999/03/17 14:33:43
11067 Log: More Apollo fixes.
11068 Branch: maint-5.005/perl
11069 ! README.apollo hints/apollo.sh t/lib/io_udp.t
11070____________________________________________________________________________
11071[ 3118] By: jhi on 1999/03/16 17:23:39
11072 Log: Nada.
11073 Branch: maint-5.005/perl
11074 ! README.apollo
11075____________________________________________________________________________
11076[ 3117] By: jhi on 1999/03/16 17:18:49
11077 Log: Apollo DomainOS AVAILABILITY.
11078 Branch: cfgperl
11079 ! pod/perl.pod
11080 Branch: maint-5.005/perl
11081 ! pod/perl.pod
11082____________________________________________________________________________
11083[ 3116] By: jhi on 1999/03/16 17:14:00
11084 Log: Apollo DomainOS patch
11085 From: Johann Klasek <jk@auto.tuwien.ac.at>
11086 Subject: Re: DomainPerl
11087 Date: Tue, 16 Mar 1999 17:46:32 +0100
11088 Message-ID: <19990316174632.A19759@euklid.auto.tuwien.ac.at>
11089 Branch: maint-5.005/perl
11090 + README.apollo apollo/netinet/in.h
11091 ! MANIFEST hints/apollo.sh
11092____________________________________________________________________________
11093[ 3115] By: jhi on 1999/03/16 14:23:54
11094 Log: From: Paul Marquess <pmarquess@bfsec.bt.co.uk>
11095 To: Gurusamy Sarathy <gsar@activestate.com>,
11096 Graham Barr <gbarr@pobox.com>
11097 Cc: Perl5 Porters <perl5-porters@perl.org>,
11098 "Paul.Marquess" <Paul.Marquess@btinternet.com>
11099 Subject: [PATCH 5.005_56 & 5.005_03_T6] Upgrade DB_File to version 1.65
11100 Date: Sun, 14 Mar 1999 14:43:57 -0000
11101 Message-Id: <199903141841.NAA17040@defender.perl.org>
11102 Branch: maint-5.005/perl
11103 ! ext/DB_File/Changes ext/DB_File/DB_File.pm
11104 ! ext/DB_File/DB_File.xs ext/DB_File/typemap
11105____________________________________________________________________________
11106[ 3114] By: jhi on 1999/03/16 12:42:20
11107 Log: Mention Rhapsody in 5.005_5X perldelta,
11108 and in Rhapsody and Netware in 5.005_0X and 5.005_5X
11109 *planned* AVAILABILITY.
11110 Branch: cfgperl
11111 ! pod/perl.pod pod/perldelta.pod
11112 Branch: maint-5.005/perl
11113 ! pod/perl.pod
11114____________________________________________________________________________
11115[ 3113] By: jhi on 1999/03/16 10:38:53
11116 Log: perldelta niggling.
11117 Branch: cfgperl
11118 ! pod/perldelta.pod
11119 Branch: maint-5.005/perl
11120 ! pod/perldelta.pod
11121____________________________________________________________________________
11122[ 3112] By: jhi on 1999/03/16 10:35:21
11123 Log: Integrate from mainperl.
11124 Branch: cfgperl
11125 !> lib/unicode/MakeEthiopicSyllables.PL pod/perldelta.pod
11126 !> pod/perlhist.pod pod/perlmodinstall.pod pod/perltodo.pod
11127____________________________________________________________________________
11128[ 3111] By: jhi on 1999/03/16 10:28:10
11129 Log: AVAILABILITY update: still mention PowerUX,
11130 Novell Netware now has sources available.
11131 Branch: cfgperl
11132 ! pod/perl.pod
11133 Branch: maint-5.005/perl
11134 ! pod/perl.pod
11135____________________________________________________________________________
11136[ 3110] By: gsar on 1999/03/16 04:34:23
11137 Log: sundry pod niggles
11138 Branch: perl
11139 ! lib/unicode/MakeEthiopicSyllables.PL pod/perldelta.pod
11140 ! pod/perlhist.pod pod/perlmodinstall.pod pod/perltodo.pod
11141____________________________________________________________________________
11142[ 3109] By: jhi on 1999/03/15 17:00:11
11143 Log: Integrate from mainperl.
11144 Branch: cfgperl
11145 +> lib/unicode/EthiopicSyllables.txt lib/unicode/In/Ethiopic.pl
11146 +> lib/unicode/Is/Syllable.pl
11147 +> lib/unicode/MakeEthiopicSyllables.PL
11148 +> lib/unicode/README.Ethiopic
11149 !> AUTHORS MAINTAIN MANIFEST lib/unicode/Block.pl
11150 !> lib/unicode/Category.pl lib/unicode/Is/Alnum.pl
11151 !> lib/unicode/Is/Alpha.pl lib/unicode/Is/Digit.pl
11152 !> lib/unicode/Is/L.pl lib/unicode/Is/Lo.pl lib/unicode/Is/N.pl
11153 !> lib/unicode/Is/Nd.pl lib/unicode/Is/No.pl lib/unicode/Is/P.pl
11154 !> lib/unicode/Is/Po.pl lib/unicode/Is/Space.pl
11155 !> lib/unicode/Is/Z.pl lib/unicode/Is/Zs.pl lib/unicode/Makefile
11156 !> lib/unicode/Name.pl lib/unicode/Number.pl op.c
11157____________________________________________________________________________
11158[ 3108] By: jhi on 1999/03/15 16:58:12
11159 Log: First pass of integrating the Rhapsody port,
11160
11161 From: Wilfredo Sanchez <wsanchez@apple.com>
11162 Subject: Keeping the world in sync.
11163 Reply-To: wsanchez@apple.com
11164 To: perlbug@perl.com
11165 Date: Fri, 13 Nov 1998 17:11:30 -0800
11166 Message-Id: <199811140111.RAA41784@scv4.apple.com>
11167 Branch: cfgperl
11168 + ext/DynaLoader/dl_rhapsody.xs hints/rhapsody.sh
11169 ! Configure Makefile.SH config_h.SH configure.gnu handy.h
11170 ! installperl malloc.c perl.c perl.h pp_sys.c t/op/stat.t
11171 ! x2p/util.c
11172____________________________________________________________________________
11173[ 3107] By: gsar on 1999/03/15 03:22:10
11174 Log: applied suggested patch (mailed to perl-unicode@perl.org) with minor tweaks
11175 From: Daniel Yacob <dmulholl@cs.indiana.edu>
11176 Date: Tue, 23 Feb 1999 16:13:42 -0500 (EST)
11177 Message-Id: <199902232113.QAA26135@drum.cs.indiana.edu>
11178 Subject: ../lib/unicode/ Unicode 3.0 Extensions for Ethiopic
11179 Branch: perl
11180 + lib/unicode/EthiopicSyllables.txt lib/unicode/In/Ethiopic.pl
11181 + lib/unicode/Is/Syllable.pl
11182 + lib/unicode/MakeEthiopicSyllables.PL
11183 + lib/unicode/README.Ethiopic
11184 ! AUTHORS MAINTAIN MANIFEST lib/unicode/Block.pl
11185 ! lib/unicode/Category.pl lib/unicode/Is/Alnum.pl
11186 ! lib/unicode/Is/Alpha.pl lib/unicode/Is/Digit.pl
11187 ! lib/unicode/Is/L.pl lib/unicode/Is/Lo.pl lib/unicode/Is/N.pl
11188 ! lib/unicode/Is/Nd.pl lib/unicode/Is/No.pl lib/unicode/Is/P.pl
11189 ! lib/unicode/Is/Po.pl lib/unicode/Is/Space.pl
11190 ! lib/unicode/Is/Z.pl lib/unicode/Is/Zs.pl lib/unicode/Makefile
11191 ! lib/unicode/Name.pl lib/unicode/Number.pl
11192____________________________________________________________________________
11193[ 3106] By: gsar on 1999/03/12 20:35:36
11194 Log: change#3067 failed package.t due to needless creation of $a and $b;
11195 fixed to do that only for C<sort BLOCK|CODE @foo>, not C<sort(@foo)>
11196 Branch: perl
11197 ! op.c
11198____________________________________________________________________________
11199[ 3105] By: jhi on 1999/03/12 15:54:57
11200 Log: Recognize the NetBSD packages collection.
11201 Branch: maint-5.005/perl
11202 ! hints/netbsd.sh
11203____________________________________________________________________________
11204[ 3104] By: jhi on 1999/03/12 09:07:04
11205 Log: From: pvhp@forte.com (Peter Prymmer)
11206 To: jhi@iki.fi, perl-mvs@perl.org, perlbug@perl.com
11207 Subject: [PATCH MT6,_56] was Re: Not OK: perl 5.00503 +MAINT_TRIAL_6 on os390 06.00 (UNINSTALLED)
11208 Date: Thu, 11 Mar 99 14:24:54 PST
11209 Message-Id: <9903112224.AA24346@forte.com>
11210 Branch: maint-5.005/perl
11211 ! README.os390 t/lib/posix.t
11212____________________________________________________________________________
11213[ 3103] By: jhi on 1999/03/10 11:07:46
11214 Log: Integrate from mainperl.
11215 Branch: cfgperl
11216 !> Changes embed.h embed.pl embedvar.h global.sym objXSUB.h op.c
11217 !> perl.c perl.h pod/perldelta.pod pod/pod2man.PL t/base/lex.t
11218 !> t/pragma/warn/1global toke.c win32/makedef.pl
11219____________________________________________________________________________
11220[ 3102] By: jhi on 1999/03/10 11:01:20
11221 Log: From: pvhp@forte.com (Peter Prymmer)
11222 To: perl5-porters@perl.org
11223 Subject: [5.005_03-MT6]Patch: time passes
11224 Date: Tue, 9 Mar 99 18:42:17 PST
11225 Message-Id: <9903100242.AA29057@forte.com>
11226 Branch: maint-5.005/perl
11227 ! perl.c
11228____________________________________________________________________________
11229[ 3101] By: jhi on 1999/03/10 10:30:15
11230 Log: From: Mark-Jason Dominus <mjd@plover.com>
11231 To: perl5-porters@perl.com
11232 Subject: Minor fix to perlfunc.pod
11233 Date: Mon, 08 Mar 1999 20:05:53 -0500
11234 Message-ID: <19990309010553.13757.qmail@plover.com>
11235 Branch: maint-5.005/perl
11236 ! pod/perlfunc.pod
11237____________________________________________________________________________
11238[ 3100] By: gsar on 1999/03/09 23:04:44
11239 Log: change#3060 had the wrong quotes
11240 Branch: perl
11241 ! pod/pod2man.PL
11242____________________________________________________________________________
11243[ 3099] By: jhi on 1999/03/09 12:52:21
11244 Log: d_uname was broken (probably since _53), reported by
11245
11246 From: Alan Burlison <Alan.Burlison@uk.sun.com>
11247 To: p5p <perl5-porters@perl.org>, Gurusamy Sarathy <gsar@umich.edu>,
11248 cpan-testers@perl.org
11249 Subject: Not OK: perl 5.00556 on sun4-solaris 2.6
11250 Date: Mon, 08 Mar 1999 13:22:31 +0000
11251 Message-ID: <36E3CF17.EA1FEDAA@uk.sun.com>
11252
11253 and
11254
11255 From: lvirden@cas.org (Larry W. Virden)
11256 To: perlbug@perl.com
11257 Subject: configure not correctly identifying uname posix compatibility
11258 Date: Mon, 8 Mar 1999 06:36:16 -0500 (EST)
11259 Message-Id: <199903081136.GAA23682@cas.org>
11260 Branch: cfgperl
11261 ! Configure config_h.SH
11262____________________________________________________________________________
11263[ 3098] By: gsar on 1999/03/09 03:16:07
11264 Log: fix parsing of here documents in C<eval 's/.../<<FOO/e'>
11265 Branch: perl
11266 ! op.c perl.h pod/perldelta.pod t/base/lex.t toke.c
11267____________________________________________________________________________
11268[ 3097] By: gsar on 1999/03/09 02:50:43
11269 Log: use yyerror() instead of croak() so that compile-time failures in
11270 my(LIST) don't confuse globals with lexicals
11271 Branch: perl
11272 ! op.c toke.c
11273____________________________________________________________________________
11274[ 3096] By: gsar on 1999/03/09 02:47:36
11275 Log: adjust testsuite for change#3067
11276 Branch: perl
11277 ! t/pragma/warn/1global
11278____________________________________________________________________________
11279[ 3095] By: gsar on 1999/03/08 21:04:48
11280 Log: remove bogus symbols from global.sym
11281 Branch: perl
11282 ! Changes embed.h embed.pl embedvar.h global.sym objXSUB.h
11283 ! perl.h win32/makedef.pl
11284____________________________________________________________________________
11285[ 3094] By: jhi on 1999/03/06 16:16:15
11286 Log: From: Mark Kettenis <kettenis@wins.uva.nl>
11287 To: jhi@iki.fi
11288 Subject: Oops
11289 Date: Sat, 6 Mar 1999 17:15:35 +0100 (CET)
11290 Message-Id: <199903061615.RAA00207@delius.kettenis.nl>
11291 Branch: maint-5.005/perl
11292 ! README.hurd
11293____________________________________________________________________________
11294[ 3093] By: jhi on 1999/03/06 15:59:46
11295 Log: From: Mark Kettenis <kettenis@wins.uva.nl>
11296 To: jhi@iki.fi
11297 Subject: New Hurd README
11298 Date: Sat, 6 Mar 1999 16:46:12 +0100 (CET)
11299 Message-Id: <199903061601.RAA00185@delius.kettenis.nl>
11300 Branch: maint-5.005/perl
11301 ! README.hurd
11302____________________________________________________________________________
11303[ 3092] By: jhi on 1999/03/06 12:52:06
11304 Log: From: Paul_Green@stratus.com
11305 To: perl5-porters@perl.org
11306 Cc: jhi@iki.fi, Paul_Green@stratus.com
11307 Subject: [PATCH 5.005_03-MAINT_TRIAL_6]: platform: vos -- updates to VOS port of Perl5
11308 Date: Fri, 5 Mar 1999 18:08:49 -0500
11309 Message-ID: <1D1A4EF7AD4DD211A80D00A0C9D7DB665A035A@exna1.stratus.com>
11310 Branch: maint-5.005/perl
11311 ! vos/config.h vos/config_h.SH_orig
11312____________________________________________________________________________
11313[ 3091] By: jhi on 1999/03/06 12:42:21
11314 Log: From: Dan Sugalski <sugalskd@osshe.edu>
11315 To: perl5-porters@perl.org, vmsperl@perl.org
11316 Subject: [PATCH 5.005_03-MT6]VMS build patch
11317 Date: Fri, 05 Mar 1999 12:36:19 -0800
11318 Message-Id: <3.0.6.32.19990305123619.02d326a0@ous.edu>
11319 Branch: maint-5.005/perl
11320 ! vms/subconfigure.com
11321____________________________________________________________________________
11322[ 3090] By: gsar on 1999/03/06 04:40:03
11323 Log: integrate change#3089 from mainline
11324
11325 tolerate CRs after options
11326 Branch: maint-5.005/perl
11327 !> perl.c
11328____________________________________________________________________________
db5cf5a9
GS
11329[ 3089] By: gsar on 1999/03/06 04:30:40
11330 Log: tolerate CRs after options
11331 Branch: perl
11332 ! perl.c
11333____________________________________________________________________________
11334[ 3088] By: jhi on 1999/03/05 12:49:01
11335 Log: Integrate from mainperl.
11336 Branch: cfgperl
11337 +> README.hurd
11338 !> MANIFEST ext/Errno/Errno_pm.PL t/lib/io_sock.t
11339____________________________________________________________________________
11340[ 3087] By: gsar on 1999/03/05 06:41:16
11341 Log: adjust timeouts to accomodate slow/busy systems
11342 Branch: perl
11343 ! t/lib/io_sock.t
11344____________________________________________________________________________
11345[ 3083] By: gsar on 1999/03/05 01:32:47
11346 Log: integrate change#3081 from maint-5.005
11347 Branch: perl
11348 !> ext/Errno/Errno_pm.PL
11349____________________________________________________________________________
11350[ 3082] By: gsar on 1999/03/05 01:31:06
11351 Log: integrate change#2904 from maint-5.005
11352 Branch: perl
11353 +> README.hurd
11354 !> MANIFEST
11355____________________________________________________________________________
11356[ 3081] By: gsar on 1999/03/05 00:14:33
11357 Log: protect against doubled backslashes
11358 Branch: maint-5.005/perl
11359 ! ext/Errno/Errno_pm.PL
11360____________________________________________________________________________
11361[ 3077] By: jhi on 1999/03/04 08:10:13
11362 Log: Integrate from mainperl.
11363 Branch: cfgperl
11364 +> ext/B/B/Stash.pm
11365 !> MANIFEST README.hpux cc_runtime.h config_h.SH ext/B/B/C.pm
11366 !> ext/B/B/CC.pm gv.c lib/File/Compare.pm lib/Test/Harness.pm
11367 !> op.c pod/perldelta.pod pod/perlfunc.pod pod/pod2man.PL
11368 !> t/lib/bigfloatpm.t t/lib/io_sock.t utils/perlcc.PL
11369____________________________________________________________________________
11370[ 3076] By: jhi on 1999/03/04 08:07:59
11371 Log: Regen config_h.SH once more because of *size,
11372 noticed by
11373
11374 From: Hans Mulder <hansm@icgned.icgroup.nl>
11375 To: Jarkko Hietaniemi <jhi@iki.fi>
11376 Cc: perl5-porters@perl.org
11377 Subject: [PATCH for _56] LONGSIZE used before it is set in config.h
11378 Date: Thu, 4 Mar 99 00:10:45 +0100
11379 Message-Id: <9903032317.AA23021@icgned.icgroup.nl>
11380 Branch: cfgperl
11381 ! Configure config_h.SH
11382____________________________________________________________________________
11383[ 3068] By: gsar on 1999/03/04 05:48:03
11384 Log: From: Hans Mulder <hansm@icgned.icgroup.nl>
11385 Date: Thu, 4 Mar 99 00:10:45 +0100
11386 Message-Id: <9903032317.AA23021@icgned.icgroup.nl>
11387 Subject: [PATCH for _56] LONGSIZE used before it is set in config.h
11388 Branch: perl
11389 ! config_h.SH
11390____________________________________________________________________________
11391[ 3067] By: gsar on 1999/03/04 05:44:32
11392 Log: exempt $foo::a,$foo::b from warnings only if sort() was seen in package foo
11393 From: Graham Barr <gbarr@ti.com>
11394 Date: Wed, 3 Mar 1999 17:23:56 -0600
11395 Message-ID: <19990303172356.F7442@dal.asp.ti.com>
11396 Subject: Re: 'use strict' doesn't work for one-letter variables
11397 Branch: perl
11398 ! gv.c op.c
11399____________________________________________________________________________
11400[ 3066] By: gsar on 1999/03/04 05:20:50
11401 Log: updates to compiler modules
11402 From: "Vishal Bhatia" <vishalb@hotmail.com>
11403 Date: Tue, 02 Mar 1999 23:27:25 PST
11404 Message-ID: <19990303072725.779.qmail@hotmail.com>
11405 Subject: PATCH 5.005_56 + Test procedure
11406 Branch: perl
11407 + ext/B/B/Stash.pm
11408 ! MANIFEST cc_runtime.h ext/B/B/C.pm ext/B/B/CC.pm
11409 ! lib/Test/Harness.pm utils/perlcc.PL
11410____________________________________________________________________________
11411[ 3065] By: gsar on 1999/03/04 05:03:30
11412 Log: more s/s_/s!/ etc.
11413 Branch: perl
11414 ! pod/perldelta.pod pod/perlfunc.pod
11415____________________________________________________________________________
11416[ 3064] By: gsar on 1999/03/04 04:50:45
11417 Log: integrate cfgperl contents into mainline
11418 Branch: perl
11419 !> Configure README.vms bytecode.h config_h.SH configure.com
11420 !> ext/B/defsubs.h.PL hints/hpux.sh pod/perldelta.pod
11421 !> pod/perldiag.pod pp.c t/lib/ipc_sysv.t t/op/pack.t thread.h
11422 !> vms/ext/vmsish.pm vms/subconfigure.com vms/vms.c vms/vmsish.h
11423____________________________________________________________________________
11424[ 3063] By: gsar on 1999/03/04 04:44:13
11425 Log: HP-UX has yet another spelling for /NaNQ?/
11426 Branch: perl
11427 ! t/lib/bigfloatpm.t
11428____________________________________________________________________________
11429[ 3062] By: gsar on 1999/03/04 04:36:08
11430 Log: error-check for accept() test
11431 Branch: perl
11432 ! t/lib/io_sock.t
11433____________________________________________________________________________
11434[ 3061] By: gsar on 1999/03/04 03:40:25
11435 Log: allow custom comparison function in File::Compare::compare_text()
11436 From: jan.dubois@ibm.net (Jan Dubois)
11437 Date: Fri, 26 Feb 1999 21:56:09 +0100
11438 Message-ID: <36db0838.8805651@smtp1.ibm.net>
11439 Subject: Re: PodParser 1.07 (was: RE: C<stuff()> vs stuff())
11440 Branch: perl
11441 ! lib/File/Compare.pm
11442____________________________________________________________________________
11443[ 3060] By: gsar on 1999/03/04 03:37:38
11444 Log: better version of change#3038
11445 From: abigail@fnx.com
11446 Date: Mon, 1 Mar 1999 14:11:36 -0500 (EST)
11447 Message-ID: <19990301191136.5557.qmail@alexandra.wayne.fnx.com>
11448 Subject: Re: [PATCH 5.005_03 TRIAL-5 pod/pod2man.PL] Recognize -> and => inside
11449 Branch: perl
11450 ! pod/pod2man.PL
11451____________________________________________________________________________
11452[ 3058] By: jhi on 1999/03/03 22:30:40
11453 Log: Configure regen to
11454 (1) match maint-5.005 patches #3056 and #3057
11455 (2) better version of PHOSTNAME of #3050
11456 (3) the crosscompile/multiarch config_h.SH trouble solved for now
11457 Branch: cfgperl
11458 ! Configure config_h.SH
11459____________________________________________________________________________
11460[ 3054] By: jhi on 1999/03/03 09:57:59
11461 Log: Change #3053 missed perldelta.
11462 Branch: cfgperl
11463 ! pod/perldelta.pod
11464____________________________________________________________________________
11465[ 3053] By: jhi on 1999/03/03 08:29:43
11466 Log: Use '!' to mark native integer packings instead of '_'.
11467 Branch: cfgperl
11468 ! pod/perldiag.pod pp.c t/lib/ipc_sysv.t t/op/pack.t
11469____________________________________________________________________________
11470[ 3052] By: jhi on 1999/03/02 23:12:36
11471 Log: The HP-UX threads patch (change #3028) is needed also here.
11472 Branch: cfgperl
11473 ! hints/hpux.sh thread.h
11474____________________________________________________________________________
11475[ 3051] By: jhi on 1999/03/02 08:24:52
11476 Log: From: Dan Sugalski <sugalskd@osshe.edu>
11477 To: perl5-porters@perl.org, vmsperl@perl.org
11478 Subject: [PATCH 5.005_0x and 5.005_5x]Minor update to README.VMS
11479 Date: Mon, 01 Mar 1999 16:10:57 -0800
11480 Message-Id: <3.0.6.32.19990301161057.03b1fc00@ous.edu>
11481 Branch: cfgperl
11482 ! README.vms
11483 Branch: maint-5.005/perl
11484 ! README.vms
11485____________________________________________________________________________
11486[ 3050] By: jhi on 1999/03/02 08:22:29
11487 Log: From: Dan Sugalski <sugalskd@osshe.edu>
11488 To: perl5-porters@perl.org, vmsperl@perl.org
11489 Subject: [PATCH5.005_56]Diffs to get 5.005_56 building on VMS
11490 Date: Mon, 01 Mar 1999 16:06:29 -0800
11491 Message-Id: <3.0.6.32.19990301160629.02e09ec0@ous.edu>
11492
11493 From: Dan Sugalski <sugalskd@osshe.edu>
11494 To: perl5-porters@perl.org, vmsperl@perl.org
11495 Subject: [PATCH 5.005_56]vmsish.pm patch
11496 Date: Mon, 01 Mar 1999 20:19:04 -0800
11497 Message-Id: <3.0.6.32.19990301201904.02cff460@ous.edu>
11498
11499 plus Configure regen containing a "solution" to the
11500 crosscompile/multiarch problem.
11501 Branch: cfgperl
11502 ! Configure config_h.SH configure.com ext/B/defsubs.h.PL
11503 ! vms/ext/vmsish.pm vms/subconfigure.com vms/vms.c vms/vmsish.h
11504____________________________________________________________________________
11505[ 3049] By: jhi on 1999/03/02 07:34:21
11506 Log: From: Spider Boardman <spider@leggy.zk3.dec.com>
11507 To: perl5-porters@perl.org
11508 Subject: [PATCH] Eliminate (valid) warning in byterun.c
11509 Date: Mon, 01 Mar 1999 17:27:59 -0500
11510 Message-Id: <199903012227.RAA00181@leggy.zk3.dec.com>
11511 Branch: cfgperl
11512 ! bytecode.h
11513 Branch: maint-5.005/perl
11514 ! bytecode.h
11515____________________________________________________________________________
11516[ 3048] By: gsar on 1999/03/02 06:41:21
11517 Log: updated HP-UX notes from Jeff Okamoto <okamoto@xfiles.intercon.hp.com>
11518 Branch: perl
11519 ! MANIFEST README.hpux
11520____________________________________________________________________________
11521[ 3047] By: jhi on 1999/03/01 06:34:43
11522 Log: Integrate from mainperl.
11523 Branch: cfgperl
11524 +> README.hpux lib/File/Spec/Functions.pm
11525 !> (integrate 28 files)
11526____________________________________________________________________________
11527[ 3046] By: gsar on 1999/03/01 05:34:28
11528 Log: this is 5.005_56
11529 Branch: perl
11530 ! Changes
11531
11532----------------
11533Version 5.005_56
642c2561
GS
11534----------------
11535
11536____________________________________________________________________________
f3af6f93
GS
11537[ 3045] By: gsar on 1999/03/01 03:32:30
11538 Log: destroy PL_svref_mutex in perl_destruct()
11539 Branch: perl
11540 ! perl.c
11541____________________________________________________________________________
11542[ 3044] By: gsar on 1999/03/01 00:38:50
11543 Log: up patchlevel &c.
11544 Branch: perl
11545 ! Changes patchlevel.h pod/perlhist.pod win32/Makefile
11546 ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
11547 ! win32/makefile.mk
11548____________________________________________________________________________
642c2561
GS
11549[ 3043] By: gsar on 1999/03/01 00:14:15
11550 Log: integrate cfgperl contents into mainline
11551 Branch: perl
11552 ! pod/perldelta.pod
11553 !> Configure config_h.SH
11554____________________________________________________________________________
11555[ 3042] By: gsar on 1999/02/28 23:55:08
11556 Log: slightly edited version of suggested patch
11557 From: jan.dubois@ibm.net (Jan Dubois)
11558 Date: Mon, 01 Mar 1999 00:32:05 +0100
11559 Message-ID: <36dbcf2c.12325433@smtp1.ibm.net>
11560 Subject: Re: [PATCH 5.005_55] Cleanup of File::Spec module
11561 Branch: perl
11562 + lib/File/Spec/Functions.pm
11563 ! MANIFEST lib/File/Spec.pm
11564____________________________________________________________________________
11565[ 3041] By: gsar on 1999/02/28 22:47:19
11566 Log: fix subtle bug in eval'' testsuite
11567 Branch: perl
11568 ! t/op/eval.t
11569____________________________________________________________________________
11570[ 3040] By: gsar on 1999/02/28 22:46:24
11571 Log: avoid literal control characters in change#3039
11572 Branch: perl
11573 ! t/base/lex.t
11574____________________________________________________________________________
11575[ 3039] By: gsar on 1999/02/28 21:47:18
11576 Log: todo item: permit extended control variables a la ${^Foo} (patch
11577 courtesy Mark-Jason Dominus <mjd@plover.com>)
11578 Branch: perl
11579 ! op.c pod/perldelta.pod pod/perltodo.pod pod/perlvar.pod
11580 ! t/base/lex.t toke.c
11581____________________________________________________________________________
11582[ 3038] By: gsar on 1999/02/28 21:21:05
11583 Log: From: abigail@fnx.com
11584 Date: Sun, 28 Feb 1999 10:59:16 -0500 (EST)
11585 Message-ID: <19990228155916.14496.qmail@alexandra.wayne.fnx.com>
11586 Subject: Recognize -> and => inside [A-Z]<> sequences.
11587 Branch: perl
11588 ! pod/pod2man.PL
11589____________________________________________________________________________
11590[ 3037] By: gsar on 1999/02/28 21:12:22
11591 Log: fix longstanding bug: searches for lexicals originating within eval''
11592 weren't stopping at the subroutine boundary correctly
11593 Branch: perl
11594 ! op.c proto.h t/op/eval.t
11595____________________________________________________________________________
11596[ 3036] By: gsar on 1999/02/28 20:02:29
11597 Log: revert parts of change#2990 to preserve predictable usage of Win32::Foo()
11598 as stacked list values
11599 From: jan.dubois@ibm.net (Jan Dubois)
11600 Date: Sat, 27 Feb 1999 18:24:17 +0100
11601 Message-ID: <36e22849.36531259@smtp1.ibm.net>
11602 Subject: Re: resend [PATCH 5.005_55] Various win32/win32.c cleanup
11603 Branch: perl
11604 ! win32/win32.c
11605____________________________________________________________________________
11606[ 3035] By: gsar on 1999/02/28 19:48:54
11607 Log: remove superfluous stack_sp decl
11608 Branch: perl
11609 ! jpl/JNI/JNI.xs
11610____________________________________________________________________________
11611[ 3034] By: gsar on 1999/02/28 19:34:58
11612 Log: s/print STDERR/warn/ suggested by abigail@fnx.com; add $VERSION
11613 Branch: perl
11614 ! lib/Getopt/Std.pm
11615____________________________________________________________________________
11616[ 3033] By: gsar on 1999/02/28 19:23:41
11617 Log: add File::Compare::compare_text()
11618 From: jan.dubois@ibm.net (Jan Dubois)
11619 Date: Fri, 26 Feb 1999 00:20:41 +0100
11620 Message-ID: <36dcd8ab.20195659@smtp1.ibm.net>
11621 Subject: Re: PodParser 1.07 (was: RE: C<stuff()> vs stuff())
11622 Branch: perl
11623 ! lib/File/Compare.pm pod/perltodo.pod
11624____________________________________________________________________________
11625[ 3032] By: gsar on 1999/02/28 19:01:33
11626 Log: add README.hpux
11627 Branch: perl
11628 + README.hpux
11629 ! MAINTAIN MANIFEST
11630____________________________________________________________________________
11631[ 3031] By: gsar on 1999/02/28 18:49:08
11632 Log: avoid escaping &amp; et al multiple times (variant of fix suggested by
11633 James Cromie <jcromie@fossil.uswc.uswest.com>
11634 Branch: perl
11635 ! lib/Pod/Html.pm
11636____________________________________________________________________________
11637[ 3030] By: gsar on 1999/02/28 18:35:09
11638 Log: From: jan.dubois@ibm.net (Jan Dubois)
11639 Date: Wed, 24 Feb 1999 22:34:56 +0100
11640 Message-ID: <36d86f1e.11495549@smtp1.ibm.net>
11641 Subject: [PATCH 5.005_55] Test::Harness setting $ENV{HARNESS_ACTIVE}
11642 Branch: perl
11643 ! lib/Test/Harness.pm
11644____________________________________________________________________________
11645[ 3029] By: gsar on 1999/02/28 18:28:18
11646 Log: add note about env pollution
11647 Branch: perl
11648 ! INSTALL pod/perltodo.pod
11649____________________________________________________________________________
11650[ 3028] By: jhi on 1999/02/26 14:40:00
11651 Log: HP-UX 11 threads.
11652
11653 From: Jeff Okamoto <okamoto@xfiles.intercon.hp.com>
11654 To: perl5-porters@perl.org
11655 Cc: jhi@cc.hut.fi
11656 Subject: Maint 5 and _54 with threading on HP-UX 11.00
11657 Date: Wed, 3 Feb 1999 12:57:18 -0800 (PST)
11658 Message-Id: <199902032057.MAA10218@xfiles.intercon.hp.com>
11659
11660 NOTE from jhi: the hpux hints could still be more robust by
11661 disabling gdbm when necessary.
11662
11663 Currently if there's a libgdbm.sl (gdbm 1.7.3) which is pre-11,
11664 linking -lgdbm -lpthread creates an executable that instantly
11665 core dumps on a pthreads internal panic:
11666
11667 ./gdpt
11668
11669 Pthread internal error: message: __libc_reinit() failed, file: ../pthreads/pthread.c, line: 1096
11670 Return Pointer is 0xc082bf33
11671 17639 quit (core dumped) ./gdpt
11672
11673 You don't have to *use* either gdbm or pthreads in the executable,
11674 just linking them together is enough. Workaround is to recompile
11675 the GDBM under HP-UX 11, that makes the problem go away.
11676 Branch: maint-5.005/perl
11677 ! hints/hpux.sh thread.h
11678____________________________________________________________________________
11679[ 3025] By: jhi on 1999/02/25 20:41:07
11680 Log: Temporary workaround for the config_h.SH versus
11681 crosscompile and multiarch plus introduce 'rt'
11682 to $libswanted: in UNIX98 sched_yield() lives there.
11683 Branch: cfgperl
11684 ! Configure config_h.SH
11685____________________________________________________________________________
11686[ 3024] By: jhi on 1999/02/24 12:54:59
11687 Log: Integrate from mainperl.
11688 Branch: cfgperl
11689 +> t/lib/fatal.t
11690 !> (integrate 44 files)
11691____________________________________________________________________________
11692[ 3023] By: gsar on 1999/02/24 07:02:12
11693 Log: integrate cfgperl contents
11694 Branch: perl
11695 !> (integrate 30 files)
11696____________________________________________________________________________
11697[ 3022] By: gsar on 1999/02/24 05:59:47
11698 Log: From: Daniel Grisinger <dgris@moiraine.dimensional.com>
11699 Date: 23 Feb 1999 17:53:22 -0700
11700 Message-ID: <m3g17w62rh.fsf@moiraine.dimensional.com>
11701 Subject: [PATCH: _55] perldoc -q broken
11702 Branch: perl
11703 ! utils/perldoc.PL
11704____________________________________________________________________________
11705[ 3021] By: gsar on 1999/02/24 05:51:53
11706 Log: ansify perlio.c, fix PerlIO-ish typos
11707 Branch: perl
11708 ! ext/DynaLoader/dl_beos.xs ext/DynaLoader/dl_cygwin32.xs
11709 ! iperlsys.h perlio.c
11710____________________________________________________________________________
11711[ 3020] By: gsar on 1999/02/24 05:28:06
11712 Log: adjust a Perl_malloc() flag for NeXT
11713 From: Hans Mulder <hansm@icgned.icgroup.nl>
11714 Date: Tue, 23 Feb 99 00:26:25 +0100
11715 Message-Id: <9902222329.AA17516@icgned.icgroup.nl>
11716 Subject: [PATCH for _55] MUTEX_INIT_CALLS_MALLOC no longer necessary
11717 Branch: perl
11718 ! perl.h
11719____________________________________________________________________________
11720[ 3019] By: gsar on 1999/02/24 05:19:42
11721 Log: perltodo adjustments from Joshua Pritikin <joshua.pritikin@db.com>
11722 Branch: perl
11723 ! pod/perltodo.pod
11724____________________________________________________________________________
11725[ 3018] By: gsar on 1999/02/24 04:15:18
11726 Log: From: Joshua Pritikin <joshua.pritikin@db.com>
11727 Date: Mon, 22 Feb 1999 11:29:09 -0500 (EST)
11728 Message-ID: <Pine.GSO.4.02.9902221128200.500-100000@eq1062.wks.na.deuba.com>
11729 Subject: improved error message [PATCH _55] [RESEND]
11730 Branch: perl
11731 ! sv.c
11732____________________________________________________________________________
11733[ 3017] By: gsar on 1999/02/24 03:50:34
11734 Log: From: Tom Christiansen <tchrist@jhereg.perl.com>
11735 Date: Sun, 21 Feb 1999 20:02:18 -0700
11736 Message-Id: <199902220302.UAA09981@jhereg.perl.com>
11737 Subject: perlfunc updates (against 55)
11738 Branch: perl
11739 ! pod/perlfunc.pod
11740____________________________________________________________________________
11741[ 3016] By: gsar on 1999/02/24 03:17:05
11742 Log: testsuite adjustments
11743 From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
11744 Date: Sat, 20 Feb 1999 15:24:57 +0000
11745 Message-Id: <E10EEH3-0003Wf-00@taurus.cus.cam.ac.uk>
11746 Subject: Not quite OK: perl5.005_55 on SunOS 4.1.3 / gcc
11747 Branch: perl
11748 ! t/lib/io_sock.t t/op/lex_assign.t
11749____________________________________________________________________________
11750[ 3015] By: gsar on 1999/02/24 02:54:47
11751 Log: avoid modifying readonly values from qw()
11752 Branch: perl
11753 ! lib/ExtUtils/MM_Unix.pm
11754____________________________________________________________________________
11755[ 3014] By: gsar on 1999/02/24 02:49:04
11756 Log: more "correct" utbuf for utime()
11757 Branch: perl
11758 ! doio.c
11759____________________________________________________________________________
11760[ 3013] By: jhi on 1999/02/22 19:27:44
11761 Log: Fix MacPerl version, change PowerUX to PowerMAX.
11762
11763 From: Chris Nandor <pudge@pobox.com>
11764 To: jhi@iki.fi
11765 Cc: perl5-porters@perl.org
11766 Subject: Re: perl current availability as documented by perl.pod
11767 Date: Sun, 21 Feb 1999 11:06:03 -0500
11768 Message-Id: <v04020a07b2f5df60c9e3@[192.168.0.77]>
11769
11770 From: Tom Horsley <Tom.Horsley@mail.ccur.com>
11771 To: jhi@iki.fi
11772 Cc: perl5-porters@perl.org
11773 Subject: Re: perl current availability as documented by perl.pod
11774 Date: Mon, 22 Feb 1999 13:08:30 GMT
11775 Message-Id: <199902221308.NAA19971@cleo.ccur.com>
11776 Branch: cfgperl
11777 ! pod/perl.pod
11778 Branch: maint-5.005/perl
11779 ! pod/perl.pod
11780____________________________________________________________________________
11781[ 3012] By: jhi on 1999/02/22 10:26:11
11782 Log: Snapshot the cross-compilation/multiarchitecture stuff
11783 (currently broken in next)
11784 Branch: cfgperl
11785 ! Configure config_h.SH pp.c
11786____________________________________________________________________________
11787[ 3011] By: jhi on 1999/02/22 10:24:51
11788 Log: From: pmarquess@bfsec.bt.co.uk (Paul Marquess)
11789 To: gsar@activestate.com (Gurusamy Sarathy)
11790 Cc: perl5-porters@perl.org (Perl5 Porters)
11791 Subject: [PATCH 5.005_55] DB_File 1.64 patch
11792 Date: Mon, 22 Feb 1999 10:07:00 +0000 (GMT)
11793 Message-Id: <9902221007.AA17751@claudius.bfsec.bt.co.uk>
11794 Branch: cfgperl
11795 ! ext/DB_File/Changes ext/DB_File/DB_File.pm
11796 ! ext/DB_File/DB_File.xs ext/DB_File/typemap t/lib/db-recno.t
11797____________________________________________________________________________
11798[ 3009] By: jhi on 1999/02/22 09:14:26
11799 Log: Scratch #3008 and introduce $crosscompile and $multiarch
11800 also in non-Configure lands.
11801 Branch: cfgperl
11802 ! Configure config_h.SH hints/next_3.sh hints/next_3_0.sh
11803 ! hints/next_4.sh vms/subconfigure.com win32/config.bc
11804 ! win32/config.gc win32/config.vc win32/config_H.bc
11805 ! win32/config_H.gc win32/config_H.vc
11806____________________________________________________________________________
11807[ 3008] By: jhi on 1999/02/22 08:58:04
11808 Log: Add -DMULTIARCH (see change #3006).
11809 Branch: cfgperl
11810 ! hints/next_3.sh hints/next_3_0.sh hints/next_4.sh
11811____________________________________________________________________________
11812[ 3007] By: jhi on 1999/02/22 08:54:06
11813 Log: Undo the references to local{lib,arch} introduced by #3006.
11814 Branch: cfgperl
11815 ! Configure config_h.SH
11816____________________________________________________________________________
11817[ 3006] By: jhi on 1999/02/22 08:43:50
11818 Log: From: hansm@icgned.icgroup.nl
11819 To: perlbug@perl.com
11820 Subject: Not OK: perl 5.00555 on OPENSTEP-Mach-thread 4_2 (UNINSTALLED)
11821 Date: Sun, 21 Feb 1999 22:58:55 +0100
11822 Reply-To: hansmu@xs4all.nl
11823 Message-Id: <9902212201.AA13386@icgned.icgroup.nl>
11824
11825 plus other Configure changes: prepare for cross-compilation/
11826 multiarchitecture builds.
11827 Branch: cfgperl
11828 ! Configure config_h.SH
11829____________________________________________________________________________
11830[ 3005] By: jhi on 1999/02/22 08:35:30
11831 Log: Configure/Perl knew how to look for use Mach cthreads
11832 but Configure didn't let them to be used ($osname 'next').
11833 Branch: cfgperl
11834 ! Configure config_h.SH
11835 Branch: maint-5.005/perl
11836 ! Configure
11837____________________________________________________________________________
11838[ 3004] By: jhi on 1999/02/21 15:46:02
11839 Log: Update Acorn AVAILABILITY.
11840 Branch: cfgperl
11841 ! pod/perl.pod
11842 Branch: maint-5.005/perl
11843 ! pod/perl.pod
11844____________________________________________________________________________
11845[ 3003] By: jhi on 1999/02/21 14:50:42
11846 Log: From: rjk@linguist.dartmouth.edu (Ronald J. Kimball)
11847 To: perl5-porters@perl.org (Perl 5 Porters)
11848 Subject: PATCH: perlref.pod - symbolic ref example
11849 Date: Sat, 20 Feb 1999 17:32:11 -0500 (EST)
11850 Message-Id: <199902202232.RAA62306@linguist.dartmouth.edu>
11851 Branch: cfgperl
11852 ! pod/perlref.pod
11853 Branch: maint-5.005/perl
11854 ! pod/perlref.pod
11855____________________________________________________________________________
11856[ 3002] By: jhi on 1999/02/21 14:35:22
11857 Log: Sync cfgperl with maint-5.005 change #3000.
11858 Branch: cfgperl
11859 ! pod/perlfunc.pod t/op/pack.t
11860____________________________________________________________________________
11861[ 2999] By: gsar on 1999/02/20 22:48:30
11862 Log: From: John Bley <jbb6@acpub.duke.edu>
11863 Date: Sat, 20 Feb 1999 16:02:34 EST
11864 Message-Id: <Pine.SOL.3.91.990220155832.9913A-100000@soc11.acpub.duke.edu>
11865 Subject: [PATCH]5.005_55 (CORE) Sparse intializer in regcomp.c
11866 Branch: perl
11867 ! regcomp.c
11868____________________________________________________________________________
11869[ 2998] By: jhi on 1999/02/20 14:13:06
11870 Log: Enhanced the endianness description.
11871 Branch: cfgperl
11872 ! pod/perlfunc.pod
11873____________________________________________________________________________
11874[ 2996] By: jhi on 1999/02/20 13:55:41
11875 Log: Glossary now mostly fixed.
11876 Branch: cfgperl
11877 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
11878 ! config_h.SH
11879____________________________________________________________________________
11880[ 2994] By: jhi on 1999/02/20 11:58:33
11881 Log: Perldeltify GNU/Hurd.
11882 Branch: cfgperl
11883 ! pod/perldelta.pod
11884____________________________________________________________________________
11885[ 2993] By: gsar on 1999/02/20 00:59:10
11886 Log: fix typo in Perl_sbrk()
11887 From: hansm@icgned.icgroup.nl
11888 Date: Fri, 19 Feb 1999 23:19:31 +0100
11889 Message-Id: <9902192221.AA07213@icgned.icgroup.nl>
11890 Subject: Not OK: perl 5.00555 on OPENSTEP-Mach 4_2 (UNINSTALLED)
11891 Branch: perl
11892 ! malloc.c
11893____________________________________________________________________________
11894[ 2992] By: gsar on 1999/02/20 00:51:08
11895 Log: integrate change#2980 from maint-5.005
11896 Branch: perl
11897 !> utils/h2xs.PL
11898____________________________________________________________________________
11899[ 2991] By: gsar on 1999/02/20 00:34:01
11900 Log: From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
11901 Date: Thu, 18 Feb 1999 18:51:38 +0000
11902 Message-Id: <199902181851.SAA14018@crypt.compulink.co.uk>
11903 Subject: [PATCH 5.005_55] test failures with MIME-tools-4.122 and perl 5.005_55
11904 Branch: perl
11905 ! pp_hot.c t/op/pat.t
11906____________________________________________________________________________
11907[ 2990] By: gsar on 1999/02/20 00:30:48
11908 Log: From: jan.dubois@ibm.net (Jan Dubois)
11909 Date: Thu, 18 Feb 1999 19:14:07 +0100
11910 Message-ID: <36d15809.40853323@smtp1.ibm.net>
11911 Subject: resend [PATCH 5.005_55] Various win32/win32.c cleanup
11912 Branch: perl
11913 ! win32/win32.c
11914____________________________________________________________________________
11915[ 2989] By: gsar on 1999/02/20 00:27:01
11916 Log: do poll() emulation unless HAS_POLL && I_POLL
11917 Branch: perl
11918 ! ext/IO/poll.h
11919____________________________________________________________________________
11920[ 2988] By: gsar on 1999/02/19 23:52:12
11921 Log: tweak RE for NaNQ? recognition
11922 Branch: perl
11923 ! t/lib/bigfloatpm.t
11924____________________________________________________________________________
11925[ 2987] By: gsar on 1999/02/19 23:29:59
11926 Log: mention C<use utf8> and C<use warning> in perldelta
11927 Branch: perl
11928 ! pod/perldelta.pod
11929____________________________________________________________________________
11930[ 2985] By: jhi on 1999/02/19 20:43:19
11931 Log: pack/unpack better in (network-)short-non-16-bits and
11932 (network-)long-non-32-bits systems such as Cray C90.
11933 Branch: cfgperl
11934 ! perl.h pp.c t/op/pack.t
11935____________________________________________________________________________
11936[ 2984] By: jhi on 1999/02/19 20:38:54
11937 Log: Regen Configure.
11938 Branch: cfgperl
11939 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
11940 ! perl.c
11941____________________________________________________________________________
11942[ 2982] By: jhi on 1999/02/19 19:51:49
11943 Log: Configure update: fstatvfs/fstafs/getmntent/hasmntopt were
11944 not probed for and
11945
11946 From: "Kurt D. Starsinic" <kstar@chapin.edu>
11947 To: Chaim Frenkel <chaimf@pobox.com>,
11948 Russ Allbery <rra@stanford.edu>,
11949 Jarkko Hietaniemi <jhi@iki.fi>,
11950 Gurusamy Sarathy <gsar@activestate.com>,
11951 Graham Barr <gbarr@pobox.com>
11952 Cc: bdensch@ameritech.net, perlbug@perl.com
11953 Subject: [PATCH] Re: Solaris 7 for Intel
11954 Message-ID: <19990219124404.A30182@O2.chapin.edu>
11955
11956 Glossary is still missing some terms because
11957 mkglossary is misbehaving (change #2981 updated
11958 Glossary manually)
11959 Branch: cfgperl
11960 ! Configure Makefile.SH Porting/Glossary Porting/config.sh
11961 ! Porting/config_H
11962____________________________________________________________________________
11963[ 2980] By: gbarr on 1999/02/19 16:06:53
11964 Log: Make result of h2xs work when user adds C<use strict>
11965 Branch: maint-5.005/perl
11966 ! utils/h2xs.PL
11967____________________________________________________________________________
11968[ 2979] By: gsar on 1999/02/19 05:24:29
11969 Log: doc for change#2978
11970 Branch: perl
11971 ! pod/perlsub.pod
11972____________________________________________________________________________
11973[ 2978] By: gsar on 1999/02/19 05:08:29
11974 Log: bring '*' prototype closer to how it behaves internally
11975 Branch: perl
11976 + t/lib/fatal.t
11977 ! MANIFEST lib/Fatal.pm op.c t/comp/proto.t
11978____________________________________________________________________________
11979[ 2977] By: gsar on 1999/02/19 02:50:31
11980 Log: stem leakage of perly.h #defines #ifndef PERL_CORE
11981 Branch: perl
11982 ! perly.h
11983____________________________________________________________________________
11984[ 2975] By: gsar on 1999/02/18 21:41:57
11985 Log: distinguish eval'' from BEGIN|INIT|END CVs (fixes buggy propagation
11986 of lexical searches in BEGIN|INIT|END)
11987 Branch: perl
11988 ! cop.h cv.h op.c perly.c perly.y pp_ctl.c t/op/misc.t
11989 ! vms/perly_c.vms
11990____________________________________________________________________________
11991[ 2974] By: gsar on 1999/02/18 21:03:06
11992 Log: missing PERL_POLLUTE_MALLOC
11993 Branch: perl
11994 ! ext/SDBM_File/sdbm/sdbm.h
11995____________________________________________________________________________
11996[ 2973] By: gsar on 1999/02/18 17:10:49
11997 Log: From: Andy Dougherty <doughera@lafayette.edu>
11998 Date: Wed, 17 Feb 1999 17:22:50 EST
11999 Message-Id: <Pine.GSU.4.05.9902171720490.17243-100000@newton.phys>
12000 Subject: [PATCH 5.005_xx] dotsh.pl triggers new warnings
12001 Branch: perl
12002 ! lib/dotsh.pl
12003____________________________________________________________________________
12004[ 2972] By: gsar on 1999/02/18 17:04:12
12005 Log: s/#defined/#define/
12006 Branch: perl
12007 ! ext/Data/Dumper/Dumper.xs
12008____________________________________________________________________________
12009[ 2970] By: gsar on 1999/02/18 03:26:43
12010 Log: ensure is data malloc()ed by GDBM is free()d (not Perl_mfree()d)
12011 Branch: perl
12012 ! ext/GDBM_File/GDBM_File.pm ext/GDBM_File/GDBM_File.xs
12013 ! ext/GDBM_File/typemap
12014____________________________________________________________________________
12015[ 2969] By: gsar on 1999/02/17 23:30:47
12016 Log: correct slurp mode doc
12017 Branch: perl
12018 ! pod/perlfunc.pod pod/perlop.pod
12019____________________________________________________________________________
12020[ 2968] By: jhi on 1999/02/17 23:15:49
12021 Log: Ultrix hints update.
12022
12023 From: Spider Boardman <spider@zk3.dec.com>
12024 To: perlbug@perl.com
12025 Subject: Not OK: perl 5.00555 on RISC-ultrix 4.4 (UNINSTALLED)
12026 Date: Tue, 16 Feb 1999 23:04:28 -0500
12027 Message-Id: <9902170404.AA11036@abyss.zk3.dec.com>
12028 Branch: cfgperl
12029 ! hints/ultrix_4.sh
12030____________________________________________________________________________
12031[ 2966] By: jhi on 1999/02/17 23:09:21
12032 Log: Change #2965 wiped out some Sarathy's _55 changes.
12033 Now unwiped.
12034 Branch: cfgperl
12035 ! Configure pp.c t/op/pack.t
12036____________________________________________________________________________
12037[ 2965] By: jhi on 1999/02/17 23:00:04
12038 Log: Configure tweaks.
12039
12040 Fix the Unixware/SCO uname scan:
12041
12042 From: Tom Hughes <thh@cyberscience.com>
12043 To: perlbug@perl.com
12044 Subject: Not OK: perl 5.00555 on i386-svr4 [actually Unixware 2.1] (UNINSTALLED)
12045 Date: 17 Feb 1999 15:34:15 +0000
12046 Message-ID: <yekg185nix4.fsf@elva.cyberscience.com>
12047
12048 AIX syscalls.exp scan: the syscall might be marked 32, 3264, or 64
12049
12050 From: Joe Buehler <jhpb@hekimian.com>
12051 To: perl5-porters@perl.org
12052 Subject: setsid not detected by perl 5.005_02 configure under AIX 4.3
12053 Date: 12 Feb 1999 11:25:21 -0500
12054 Message-ID: <yd3lni3613i.fsf@ganymede.hekimian.com>
12055
12056 Make the pthreads joinable constant scan to output to fd 4, not 2.
12057 Branch: cfgperl
12058 ! Configure
12059____________________________________________________________________________
12060[ 2964] By: gsar on 1999/02/17 21:30:07
12061 Log: From: Tom Christiansen <tchrist@jhereg.perl.com>
12062 Date: Wed, 17 Feb 1999 06:53:13 -0700
12063 Message-Id: <199902171353.GAA15682@jhereg.perl.com>
12064 Subject: PATCH: lib/Pod/Functions.pm for perl5.005_55
12065 Branch: perl
12066 ! lib/Pod/Functions.pm
12067____________________________________________________________________________
12068[ 2963] By: gsar on 1999/02/17 21:18:21
12069 Log: fix comppad handling for failures in eval 'qr/(?p{...})/'
12070 From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
12071 Date: Wed, 17 Feb 1999 10:06:01 +0000
12072 Message-Id: <199902171006.KAA10204@crypt.compulink.co.uk>
12073 Subject: Re: [5.005_53] panic: pad_free curpad
12074 Branch: perl
12075 ! regcomp.c regexec.c t/op/misc.t
12076____________________________________________________________________________
12077[ 2962] By: gsar on 1999/02/16 21:26:28
12078 Log: NaNQ? tweak
12079 Branch: perl
12080 ! t/lib/bigfloatpm.t
12081____________________________________________________________________________
12082[ 2961] By: jhi on 1999/02/16 19:26:38
12083 Log: Integrate from mainperl.
12084 Branch: cfgperl
12085 !> (integrate 37 files)
12086____________________________________________________________________________
12087[ 2960] By: gsar on 1999/02/16 18:04:29
12088 Log: undo change#2465 (qw[] is a real list now)
12089 Branch: perl
12090 ! pod/perlop.pod
12091____________________________________________________________________________
12092[ 2959] By: gsar on 1999/02/16 07:09:33
12093 Log: this was 5.005_55
12094 Branch: perl
12095 ! Changes
12096
12097----------------
12098Version 5.005_55
5fdc711f
GS
12099----------------
12100
12101____________________________________________________________________________
50c2b76a
GS
12102[ 2958] By: gsar on 1999/02/16 06:18:27
12103 Log: integrate change#2852 from maint-5.005; integrate cfgperl contents;
12104 elide dups and non-dependents from Changes
12105 Branch: perl
12106 ! Changes pod/perlhist.pod
12107 !> Configure INSTALL README.threads doio.c ext/IPC/SysV/SysV.xs
12108 !> hints/ultrix_4.sh pod/perl.pod pod/perlfunc.pod
12109 !> pod/perlport.pod pp.c t/op/pack.t
12110____________________________________________________________________________
99ed61e6
GS
12111[ 2957] By: gsar on 1999/02/16 04:09:47
12112 Log: propagate PERL_VERSION everywhere, add to pod
12113 Branch: perl
12114 ! Configure configpm configure.com ext/B/B/C.pm ext/B/byteperl.c
12115 ! ext/DB_File/DB_File.xs ext/Data/Dumper/Dumper.xs ext/IO/IO.xs
12116 ! hints/freebsd.sh hints/os2.sh installman installperl myconfig
12117 ! os2/Makefile.SHs os2/os2.c patchlevel.h perl.c perl.h
12118 ! plan9/genconfig.pl plan9/myconfig.plan9 plan9/versnum
12119 ! pod/perldebug.pod pod/perldelta.pod vms/genconfig.pl
12120 ! vms/myconfig.com vms/subconfigure.com win32/config.bc
12121 ! win32/config.gc win32/config.vc win32/config_sh.PL
12122 ! win32/win32.c x2p/a2py.c
12123____________________________________________________________________________
12124[ 2955] By: jhi on 1999/02/15 16:15:03
12125 Log: The pack tests now better in C90 (after the packnative patches).
12126 Branch: cfgperl
12127 ! t/op/pack.t
12128____________________________________________________________________________
12129[ 2954] By: gsar on 1999/02/15 14:11:50
12130 Log: tweak Configure to follow new PERL_VERSION etc.
12131 Branch: perl
12132 ! Configure patchlevel.h pod/perlhist.pod
12133____________________________________________________________________________
12134[ 2953] By: jhi on 1999/02/15 14:02:21
12135 Log: Integrate from mainperl.
12136 Branch: cfgperl
12137 !> MANIFEST Porting/makerel
12138____________________________________________________________________________
12139[ 2952] By: jhi on 1999/02/15 13:50:07
12140 Log: Enhance the packnative patch: use the packnative code
12141 only if required. Also added hefty testing (hopefully
12142 I didn't assume too much...). Tested on alpha, ix86, sparc.
12143 Branch: cfgperl
12144 ! pod/perlfunc.pod pp.c t/op/pack.t
12145____________________________________________________________________________
12146[ 2951] By: jhi on 1999/02/15 13:46:56
12147 Log: AVAILABILITY from 5.005_03-tobe, will of course
12148 require updating when 5.006 comes out.
12149 Branch: cfgperl
12150 ! pod/perl.pod
12151____________________________________________________________________________
12152[ 2949] By: gsar on 1999/02/15 13:28:51
12153 Log: will this be it for 5.005_55?
12154 Branch: perl
12155 ! MANIFEST Porting/makerel
12156____________________________________________________________________________
12157[ 2948] By: jhi on 1999/02/15 13:23:52
12158 Log: Integrate from mainperl.
12159 Branch: cfgperl
12160 !> Changes Makefile.SH ext/B/B/C.pm patchlevel.h perl.h
12161 !> pod/perldiag.pod pod/perlembed.pod pod/perlfaq3.pod
12162 !> pod/perlfaq4.pod pod/perlfaq9.pod pod/perlmodinstall.pod
12163 !> pod/perlmodlib.pod pod/perltoc.pod t/io/argv.t
12164 !> t/lib/bigfloatpm.t t/lib/h2ph.t win32/Makefile win32/config.bc
12165 !> win32/config.gc win32/config.vc win32/config_H.bc
12166 !> win32/config_H.gc win32/config_H.vc win32/makefile.mk
12167____________________________________________________________________________
12168[ 2947] By: jhi on 1999/02/15 13:20:41
12169 Log: perlport.pod 1.39 from Chris.
12170 Branch: cfgperl
12171 ! pod/perlport.pod
12172____________________________________________________________________________
12173[ 2946] By: jhi on 1999/02/15 13:09:58
12174 Log: Import Ultrix update, change #2864,
12175
12176 From: Spider Boardman <spider@zk3.dec.com>
12177 To: perlbug@perl.com
12178 Subject: Not OK: perl 5.00503 +MAINT_TRIAL_5 on RISC-ultrix 4.4 (UNINSTALLED)
12179 Date: Wed, 10 Feb 1999 23:33:31 -0500
12180 Message-Id: <9902110433.AA12816@abyss.zk3.dec.com>
12181 Branch: cfgperl
12182 ! doio.c ext/IPC/SysV/SysV.xs hints/ultrix_4.sh
12183____________________________________________________________________________
12184[ 2945] By: jhi on 1999/02/15 13:04:50
12185 Log: OpenBSD sparc SHMLBA.
12186 Branch: cfgperl
12187 ! ext/IPC/SysV/SysV.xs
12188____________________________________________________________________________
12189[ 2944] By: gsar on 1999/02/15 12:09:52
12190 Log: update win32/config* stuff, Changes
12191 Branch: perl
12192 ! Changes win32/Makefile win32/config.bc win32/config.gc
12193 ! win32/config.vc win32/config_H.bc win32/config_H.gc
12194 ! win32/config_H.vc win32/makefile.mk
12195____________________________________________________________________________
c4d53692
GS
12196[ 2943] By: gsar on 1999/02/15 11:54:08
12197 Log: #include patchlevel.h by default, provide
12198 PERL_{REVISION,VERSION,SUBVERSION}
12199 Branch: perl
12200 ! patchlevel.h perl.h
12201____________________________________________________________________________
12202[ 2942] By: gsar on 1999/02/15 10:26:59
12203 Log: allow /0|NaN/ on some bigfloatpm.t tests for portability; other
12204 misc fixes
12205 Branch: perl
12206 ! Makefile.SH t/io/argv.t t/lib/bigfloatpm.t t/lib/h2ph.t
12207____________________________________________________________________________
12208[ 2941] By: gsar on 1999/02/15 10:24:37
12209 Log: broken URLs fixed (from Michael G Schwern <schwern@pobox.com>)
12210 Message-ID: <19990207002851.B9185@toldyouso.com>
12211 Message-ID: <19990207212152.A9765@toldyouso.com>
12212 Message-ID: <19990207212041.A9622@toldyouso.com>
12213 Message-ID: <19990207213127.A10244@toldyouso.com>
12214 Message-ID: <19990207212559.A9950@toldyouso.com>
12215 Message-ID: <19990207212842.A9994@toldyouso.com>
12216 Message-ID: <19990207212500.A9860@toldyouso.com>
12217 Message-ID: <19990207213013.A10105@toldyouso.com>
12218 Branch: perl
12219 ! pod/perldiag.pod pod/perlembed.pod pod/perlfaq3.pod
12220 ! pod/perlfaq4.pod pod/perlfaq9.pod pod/perlmodinstall.pod
12221 ! pod/perlmodlib.pod pod/perltoc.pod
12222____________________________________________________________________________
12223[ 2940] By: gsar on 1999/02/15 10:07:08
12224 Log: enable dynaloading in C.pm-compiled programs (non-conflicting part
12225 of suggested patch)
12226 From: "Vishal Bhatia" <vishalb@my-dejanews.com>
12227 Date: Mon, 08 Feb 1999 01:14:41 -0000
12228 Message-ID: <DHIDFFOPMEFDBAAA@my-dejanews.com>
12229 Subject: [PATCH 5.005_54] some pending C.pm stuff
12230 Branch: perl
12231 ! ext/B/B/C.pm
12232____________________________________________________________________________
12233[ 2939] By: jhi on 1999/02/15 08:40:18
12234 Log: Integrate from mainperl.
12235 Branch: cfgperl
12236 +> t/lib/bigfloat.t t/lib/bigfloatpm.t
12237 - lib/File/PathConvert.pm
12238 !> (integrate 81 files)
12239____________________________________________________________________________
12240[ 2938] By: gsar on 1999/02/15 06:56:39
12241 Log: change#2839 was bogus, redo
12242 Branch: perl
12243 !> t/lib/h2ph.pht
12244____________________________________________________________________________
12245[ 2937] By: gsar on 1999/02/15 06:38:15
12246 Log: support Win32::GetFullPathName() and Win32::SetLastError()
12247 From: jan.dubois@ibm.net (Jan Dubois)
12248 Date: Tue, 09 Feb 1999 22:27:31 +0100
12249 Message-ID: <36c1a2ed.8007554@smtp1.ibm.net>
12250 Subject: [PATCH _54] Win32::GetFullPathName (Re: File::Spec::Win32 and UNCs)
12251 Branch: perl
12252 ! win32/win32.c
12253____________________________________________________________________________
12254[ 2936] By: gsar on 1999/02/15 06:26:39
12255 Log: support native integers, pack("L_",...) etc. (via private mail)
12256 From: Jarkko Hietaniemi <jhi@iki.fi>
12257 Date: Wed, 10 Feb 1999 00:04:52 +0200 (EET)
12258 Message-Id: <199902092204.AAA29065@alpha.hut.fi>
12259 Subject: the "packnative" patch
12260 Branch: perl
12261 ! pod/perldelta.pod pod/perldiag.pod pod/perlfunc.pod pp.c
12262 ! t/lib/ipc_sysv.t t/op/pack.t
12263____________________________________________________________________________
12264[ 2935] By: gsar on 1999/02/15 06:04:02
12265 Log: From: Michael G Schwern <schwern@pobox.com>
12266 Date: Tue, 9 Feb 1999 04:13:12 -0500
12267 Message-ID: <19990209041312.A15788@toldyouso.com>
12268 Subject: [PATCH]5.005_03-MAINT_TRIAL_5 utils/h2xs fixing -A & more
12269 Branch: perl
12270 ! utils/h2xs.PL
12271____________________________________________________________________________
12272[ 2934] By: gsar on 1999/02/15 05:30:13
12273 Log: fix bugs in the handling of negative numbers, among other things
12274 From: Steven Knight <knight@theopera.baldmt.citilink.com>
12275 Date: Mon, 8 Feb 1999 01:16:24 -0600
12276 Message-Id: <199902080716.BAA24652@theopera.baldmt.citilink.com>
12277 Subject: Math::BigFloat and Math::BigInt
12278 Branch: perl
12279 + t/lib/bigfloat.t t/lib/bigfloatpm.t
12280 ! lib/Math/BigFloat.pm lib/Math/BigInt.pm lib/bigfloat.pl
12281 ! t/lib/bigintpm.t
12282____________________________________________________________________________
12283[ 2933] By: gsar on 1999/02/15 04:57:52
12284 Log: From: "J. van Krieken" <John.van.Krieken@ATComputing.nl>
12285 Date: Thu, 4 Feb 1999 17:25:25 +0100 (MET)
12286 Message-Id: <199902041625.RAA14489@atcmpg.ATComputing.nl>
12287 Subject: s2p incorrectly handles hold space commands
12288 Branch: perl
12289 ! x2p/s2p.PL
12290____________________________________________________________________________
12291[ 2932] By: gsar on 1999/02/15 04:45:55
12292 Log: clarify what a "line" is
12293 Branch: perl
12294 ! pod/perlfunc.pod pod/perlvar.pod
12295____________________________________________________________________________
12296[ 2931] By: gsar on 1999/02/15 04:23:29
12297 Log: backout change#2811 and add newer version based on File::Spec
12298 From: Barrie Slaymaker <rbs@telerama.com>
12299 Date: Thu, 11 Feb 1999 16:29:24 -0500
12300 Message-ID: <36C34BB4.A62090E0@telerama.com>
12301 Subject: [PATCH]5.005_54 (pod2html) Relative URLs using new File::Spec
12302 Branch: perl
12303 - lib/File/PathConvert.pm
12304 ! MANIFEST installhtml lib/Pod/Html.pm
12305____________________________________________________________________________
12306[ 2930] By: gsar on 1999/02/15 04:16:25
12307 Log: From: Barrie Slaymaker <rbs@telerama.com>
12308 Date: Thu, 11 Feb 1999 19:39:48 -0500
12309 Message-ID: <36C37854.707D139@telerama.com>
12310 Subject: [PATCH] 5.005_54 #2 Merging File::PathConvert in to File::Spec
12311 Branch: perl
12312 ! lib/File/Spec/Unix.pm lib/File/Spec/Win32.pm
12313____________________________________________________________________________
12314[ 2929] By: gsar on 1999/02/15 04:06:50
12315 Log: patches suggested by John Bley <jbb6@acpub.duke.edu> (with minor edits)
12316 Date: Wed, 3 Feb 1999 05:24:55 -0500 (EST)
12317 Message-ID: <Pine.SOL.3.91.990203051924.302A-100000@soc11.acpub.duke.edu>
12318 Subject: [PATCH]5.005_54 (DOC) fix many typos
12319 --
12320 Date: Wed, 3 Feb 1999 08:53:53 -0500 (EST)
12321 Message-ID: <Pine.SOL.3.91.990203085157.895A-100000@soc11.acpub.duke.edu>
12322 Subject: [PATCH]5.005_54 (DOC) typos
12323 Branch: perl
12324 ! pod/perl5004delta.pod pod/perl5005delta.pod pod/perlcall.pod
12325 ! pod/perldebug.pod pod/perlfaq1.pod pod/perlfaq2.pod
12326 ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod
12327 ! pod/perlfaq6.pod pod/perlfaq7.pod pod/perlfaq8.pod
12328 ! pod/perlfaq9.pod pod/perlfunc.pod pod/perlguts.pod
12329 ! pod/perllol.pod pod/perlmod.pod pod/perlref.pod
12330 ! pod/perlrun.pod pod/perlsub.pod pod/perltoc.pod
12331 ! pod/perlvar.pod pod/perlxs.pod
12332____________________________________________________________________________
12333[ 2928] By: gsar on 1999/02/15 03:39:53
12334 Log: allow the Carp routines to pass through exception objects
12335 Branch: perl
12336 ! lib/Carp.pm
12337____________________________________________________________________________
12338[ 2927] By: gsar on 1999/02/15 03:22:57
12339 Log: mention Proc::Daemon (suggested by Michael G Schwern <schwern@pobox.com>)
12340 Branch: perl
12341 ! pod/perlfaq8.pod
12342____________________________________________________________________________
12343[ 2926] By: gsar on 1999/02/15 03:19:39
12344 Log: integrate h2ph.PL fixes from change#2809 (change#2838 was supposed to
12345 have done that, but didn't)
12346 Branch: perl
12347 !> utils/h2ph.PL
12348____________________________________________________________________________
12349[ 2925] By: gsar on 1999/02/15 03:17:01
12350 Log: integrate cfgperl changes into mainline
12351 Branch: perl
12352 ! Changes
12353 !> Configure Porting/Glossary Porting/config.sh Porting/config_H
12354 !> config_h.SH hints/openbsd.sh hints/ultrix_4.sh
12355 !> pod/perlport.pod t/lib/h2ph.pht utils/h2ph.PL
12356 !> vms/subconfigure.com
12357____________________________________________________________________________
9816bd0f
GS
12358[ 2924] By: gsar on 1999/02/15 03:07:08
12359 Log: add const qualifier to most char* prototypes, handle ripple effect
12360 Branch: perl
12361 ! gv.c hv.c hv.h mg.c op.c perl.c pod/perlguts.pod proto.h sv.c
12362 ! universal.c util.c
12363____________________________________________________________________________
12364[ 2923] By: gsar on 1999/02/15 01:04:30
12365 Log: From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
12366 Date: Thu, 04 Feb 1999 02:37:31 +0000
12367 Message-Id: <199902040237.CAA03255@crypt.compulink.co.uk>
12368 Subject: [PATCH 5.005_54] Re: .. misinterpreted as flipflop
12369 Branch: perl
12370 ! pp_ctl.c t/op/range.t
12371____________________________________________________________________________
12372[ 2922] By: gsar on 1999/02/15 00:24:34
12373 Log: From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
12374 Date: Sun, 31 Jan 1999 01:50:06 +0000
12375 Message-Id: <199901310150.BAA16299@crypt.compulink.co.uk>
12376 Subject: [PATCH 5.005_03t4] regexp flags bug
12377 Branch: perl
12378 ! regcomp.c t/op/re_tests
12379____________________________________________________________________________
12380[ 2921] By: gsar on 1999/02/15 00:13:02
12381 Log: use New() et al., rather than safemalloc() et al.
12382 From: jan.dubois@ibm.net (Jan Dubois)
12383 Date: Fri, 29 Jan 1999 23:27:22 +0100
12384 Message-ID: <36bd33f2.51029616@smtp1.ibm.net>
12385 Subject: [PATCH _03-MT5] POSIX.xs memory API
12386 Branch: perl
12387 ! ext/POSIX/POSIX.xs
12388____________________________________________________________________________
12389[ 2920] By: gsar on 1999/02/15 00:05:33
12390 Log: tweak READ() docs to mention $buffer must be altered by reference
12391 Branch: perl
12392 ! pod/perltie.pod
12393____________________________________________________________________________
12394[ 2919] By: gsar on 1999/02/14 23:50:39
12395 Log: applied suggested patch, with several language/readability tweaks
12396 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
12397 Date: Fri, 29 Jan 1999 00:25:02 -0500
12398 Message-ID: <19990129002502.C2898@monk.mps.ohio-state.edu>
12399 Subject: Re: [PATCH 5.005_*] Better parsing docs
12400 Branch: perl
12401 ! pod/perlop.pod
12402____________________________________________________________________________
12403[ 2918] By: gsar on 1999/02/14 23:20:42
12404 Log: several bug fixes; now croak()s when date exceeds integer limits (instead
12405 of silently returning bogus values)
12406 From: Peter Chines <pchines@nhgri.nih.gov>
12407 Date: Wed, 27 Jan 1999 16:11:31 -0500
12408 Message-Id: <199901272117.QAA21458@kronos.nhgri.nih.gov>
12409 Subject: Time::Local
12410 Branch: perl
12411 ! lib/Time/Local.pm pod/perldelta.pod
12412____________________________________________________________________________
12413[ 2917] By: gsar on 1999/02/14 11:21:43
12414 Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
12415 Date: Thu, 28 Jan 1999 10:02:20 -0500
12416 Message-ID: <19990128100220.A1321@monk.mps.ohio-state.edu>
12417 Subject: Re: [PATCH 5.005_53] Better perldoc
12418 Branch: perl
12419 ! utils/perldoc.PL
12420____________________________________________________________________________
12421[ 2916] By: gsar on 1999/02/14 10:59:38
12422 Log: back out change#2751, apply updated version
12423 From: jan.dubois@ibm.net (Jan Dubois)
12424 Date: Sat, 06 Feb 1999 01:06:29 +0100
12425 Message-ID: <36bc844c.18763049@smtp1.ibm.net>
12426 Subject: [PATCH] Cleanup of File::Spec module
12427 Branch: perl
12428 ! lib/File/Spec.pm lib/File/Spec/Mac.pm lib/File/Spec/OS2.pm
12429 ! lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
12430 ! lib/File/Spec/Win32.pm
12431____________________________________________________________________________
12432[ 2915] By: gsar on 1999/02/14 10:48:01
12433 Log: tweak select() test
12434 Branch: perl
12435 ! pod/perlipc.pod t/op/fh.t
12436____________________________________________________________________________
12437[ 2914] By: gsar on 1999/02/14 10:25:55
12438 Log: allow C<select('foo')> to autovivify *foo (SelectSaver expects that)
12439 Branch: perl
12440 ! op.c pod/perldiag.pod pp_sys.c t/op/misc.t
12441____________________________________________________________________________
12442[ 2913] By: gsar on 1999/02/14 10:03:51
12443 Log: From: Kenneth Albanowski <kjahds@kjahds.com>
12444 Date: Sat, 23 Jan 1999 21:52:15 -0500 (EST)
12445 Message-ID: <Pine.LNX.3.93.990123212857.446B-100000@kjahds.kjahds.com>
12446 Subject: Re: SvOPV() or SvPV_nolen() or ...
12447 Branch: perl
12448 ! pod/perlguts.pod
12449____________________________________________________________________________
12450[ 2912] By: gsar on 1999/02/14 09:57:29
12451 Log: provide SvPV_nolen(sv) to avoid use of PL_na
12452 From: jan.dubois@ibm.net (Jan Dubois)
12453 Date: Sun, 24 Jan 1999 02:45:32 +0100
12454 Message-ID: <36bb7ada.68485547@smtp1.ibm.net>
12455 Subject: [PATCH 5.005_54] _54 version of SvPV_nolen patch
12456 Branch: perl
12457 ! embed.h global.sym objXSUB.h pod/perlguts.pod proto.h sv.c
12458 ! sv.h
12459____________________________________________________________________________
12460[ 2911] By: gsar on 1999/02/14 06:51:05
12461 Log: elide stray effluvium
12462 Branch: perl
12463 ! pod/perldelta.pod
12464____________________________________________________________________________
12465[ 2910] By: gsar on 1999/02/14 05:51:56
12466 Log: slurping an empty file should return '' rather than undef, with
12467 commensurate effects on ARGV processing
12468 Branch: perl
12469 ! pod/perldelta.pod pod/perlfunc.pod pod/perlop.pod
12470 ! pod/perlvar.pod pp_hot.c sv.h t/io/argv.t
12471____________________________________________________________________________
12472[ 2909] By: gsar on 1999/02/14 00:02:11
12473 Log: perly_c.diff typo
12474 Branch: perl
12475 ! perly.c perly_c.diff vms/perly_c.vms
12476____________________________________________________________________________
12477[ 2908] By: gsar on 1999/02/13 18:20:13
12478 Log: From: jan.dubois@ibm.net (Jan Dubois)
12479 Date: Sat, 13 Feb 1999 13:25:53 +0100
12480 Message-Id: <36c9629c.13334874@smtp1.ibm.net>
12481 Subject: [PATCH 5.005_03-MT5] "goto must have label" message for C<goto ''>
12482 Branch: perl
12483 ! pod/perlfunc.pod pp_ctl.c t/lib/io_unix.t
12484____________________________________________________________________________
12485[ 2907] By: jhi on 1999/02/13 15:07:26
12486 Log: Integrate from mainperl.
12487 Branch: cfgperl
12488 +> emacs/e2ctags.pl pod/perltodo.pod t/op/lop.t
12489 !> (integrate 150 files)
12490____________________________________________________________________________
9816bd0f
GS
12491[ 2903] By: gsar on 1999/02/12 13:25:59
12492 Log: From: jan.dubois@ibm.net (Jan Dubois)
12493 Date: Sun, 24 Jan 1999 01:12:00 +0100
12494 Message-ID: <36b66479.62756298@smtp1.ibm.net>
12495 Subject: [PATCH 5.005_54] remove OVERLOAD conditionals
12496 Branch: perl
12497 ! XSUB.h dump.c gv.c hv.h mg.c perl.h perlvars.h pp.c pp.h
12498 ! proto.h sv.c sv.h
12499____________________________________________________________________________
12500[ 2902] By: gsar on 1999/02/12 12:55:11
12501 Log: script to generate ctags from etags
12502 From: Colin Kuskie <ckuskie@cadence.com>
12503 Date: Wed, 20 Jan 1999 16:29:35 -0800 (PST)
12504 Message-ID: <Pine.GSO.3.96.990120160519.5755Q-100000@pdxue150.cadence.com>
12505 Subject: [PATCH 5.005_54] adding ctags to the source, FAQ, make
12506 Branch: perl
12507 + emacs/e2ctags.pl
12508 ! Makefile.SH pod/perlfaq3.pod
12509____________________________________________________________________________
12510[ 2901] By: gsar on 1999/02/12 12:40:17
12511 Log: allow boolean assign ops to be lvalues
12512 From: Stephen McCamant <smccam@uclink4.berkeley.edu>
12513 Date: Mon, 11 Jan 1999 16:52:18 -0600 (CST)
12514 Message-ID: <13978.32609.495338.544643@alias-2.pr.mcs.net>
12515 --
12516 From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
12517 Date: Mon, 18 Jan 1999 10:04:00 +0000
12518 Message-Id: <199901181004.KAA17471@crypt.compulink.co.uk>
12519 Subject: Re: [inconsistency 5.005_54] ||= not an lvalue
12520 Branch: perl
12521 + t/op/lop.t
12522 ! MANIFEST op.c
12523____________________________________________________________________________
9816bd0f
GS
12524[ 2899] By: jhi on 1999/02/12 12:03:48
12525 Log: Configure update: OpenBSD thread-awareness, SCO ODT/OSR osvers.
12526 Branch: cfgperl
12527 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
12528 ! config_h.SH hints/openbsd.sh
12529____________________________________________________________________________
12530[ 2898] By: gsar on 1999/02/12 11:49:25
12531 Log: support win32_putenv()
12532 Branch: perl
12533 ! mg.c util.c win32/GenCAPI.pl win32/makedef.pl win32/perlhost.h
12534 ! win32/win32.c win32/win32iop.h
12535____________________________________________________________________________
9816bd0f
GS
12536[ 2894] By: gsar on 1999/02/12 11:09:27
12537 Log: add missing hunk in change#2657
12538 Branch: perl
12539 ! ext/B/B/CC.pm
12540____________________________________________________________________________
12541[ 2893] By: gsar on 1999/02/12 11:00:13
12542 Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
12543 Date: Tue, 19 Jan 1999 20:13:15 -0500
12544 Message-ID: <19990119201315.A21167@monk.mps.ohio-state.edu>
12545 Subject: [PATCH 5.005_53] Remove extraneous sh in test suites
12546 Branch: perl
12547 ! t/op/fh.t t/op/misc.t t/op/runlevel.t t/pragma/strict.t
12548 ! t/pragma/subs.t t/pragma/warning.t
12549____________________________________________________________________________
12550[ 2892] By: gsar on 1999/02/12 10:44:38
12551 Log: update change#2670 to later version
12552 From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
12553 Date: Sun, 31 Jan 1999 16:16:14 +0000
12554 Message-Id: <199901311616.QAA17673@crypt.compulink.co.uk>
12555 Subject: Re: [PATCH 5.005_54] Evalled substitution parsing
12556 Branch: perl
12557 ! t/op/subst.t toke.c
12558____________________________________________________________________________
12559[ 2891] By: gsar on 1999/02/12 10:31:17
12560 Log: make testsuite somewhat location independent
12561 Branch: perl
12562 ! (edit 117 files)
12563____________________________________________________________________________
93430cb4
GS
12564[ 2890] By: gsar on 1999/02/12 10:00:30
12565 Log: add $AutoLoader::VERSION
12566 Branch: perl
12567 ! lib/AutoLoader.pm
12568____________________________________________________________________________
12569[ 2889] By: gsar on 1999/02/12 09:55:48
12570 Log: tweak PERL_STRICT_CR notes
12571 Branch: perl
12572 ! pod/perl5005delta.pod
12573____________________________________________________________________________
12574[ 2888] By: gsar on 1999/02/12 09:41:45
12575 Log: add note about test-notty target
12576 Branch: perl
12577 ! README.win32
12578____________________________________________________________________________
12579[ 2887] By: gsar on 1999/02/12 09:37:37
12580 Log: add perltodo.pod
12581 Branch: perl
12582 + pod/perltodo.pod
12583 ! MANIFEST Todo pod/Makefile pod/perl.pod pod/roffitall
12584 ! win32/pod.mak
12585____________________________________________________________________________
12586[ 2886] By: jhi on 1999/02/12 08:52:14
12587 Log: Integrate from mainperl.
12588 Branch: cfgperl
12589 +> t/op/fh.t
12590 !> (integrate 30 files)
12591____________________________________________________________________________
12592[ 2885] By: gsar on 1999/02/12 08:42:10
12593 Log: note how to find REG_INFTY limit
12594 Branch: perl
12595 ! pod/perlre.pod
12596____________________________________________________________________________
12597[ 2884] By: jhi on 1999/02/12 08:36:14
12598 Log: OpenBSD pthreads awareness, thanks to
12599 David Leonard <david.leonard@csee.uq.edu.au>
12600 Branch: maint-5.005/perl
12601 ! Configure hints/openbsd.sh
12602____________________________________________________________________________
93430cb4
GS
12603[ 2882] By: gsar on 1999/02/12 08:05:20
12604 Log: IO is maintained by p5p (per Graham Barr's wishes)
12605 Branch: perl
12606 ! MAINTAIN ext/IO/ChangeLog ext/IO/README ext/IO/lib/IO/Dir.pm
12607 ! ext/IO/lib/IO/Pipe.pm ext/IO/lib/IO/Poll.pm
12608 ! ext/IO/lib/IO/Select.pm ext/IO/lib/IO/Socket.pm
12609 ! ext/IO/lib/IO/Socket/INET.pm ext/IO/lib/IO/Socket/UNIX.pm
12610____________________________________________________________________________
12611[ 2881] By: gsar on 1999/02/12 07:57:13
12612 Log: fh.t typo
12613 Branch: perl
12614 ! t/op/fh.t
12615____________________________________________________________________________
12616[ 2880] By: gsar on 1999/02/12 07:38:16
12617 Log: PERL5OPT=-T enables taint mode (suggested by Jason Riedy <ejr@cise.ufl.edu>)
12618 Branch: perl
12619 ! perl.c pod/perlrun.pod
12620____________________________________________________________________________
12621[ 2879] By: gsar on 1999/02/12 05:39:29
12622 Log: fix ops that are not filehandle constructors to not create GV if it
12623 doesn't already exist (avoids leaks); extend semantics of defined()
12624 so that defined(*{$foo}) works (experimental)
12625 Branch: perl
12626 + t/op/fh.t
12627 ! MANIFEST embed.h embed.pl objXSUB.h op.c pod/perldiag.pod pp.c
12628 ! pp_hot.c pp_sys.c proto.h t/op/gv.t t/op/misc.t
12629____________________________________________________________________________
93430cb4
GS
12630[ 2877] By: jhi on 1999/02/11 20:44:00
12631 Log: From: Chris Nandor <pudge@pobox.com>
12632 To: perl5-porters@perl.org
12633 Subject: [PATCH] perlport.pod 1.39
12634 Date: Thu, 11 Feb 1999 12:28:35 -0500
12635 Message-Id: <v04020a2db2e8c3177123@[192.168.0.77]>
12636 Branch: cfgperl
12637 ! pod/perlport.pod
12638____________________________________________________________________________
93430cb4
GS
12639[ 2870] By: gsar on 1999/02/11 11:17:08
12640 Log: remove double typeglob deref (suggested by RonaldWS <ronaldws@aol.com>)
12641 Branch: perl
12642 ! ext/IO/lib/IO/Pipe.pm
12643____________________________________________________________________________
12644[ 2869] By: gsar on 1999/02/11 11:00:56
12645 Log: update win32/pod.mak
12646 Branch: perl
12647 ! win32/pod.mak
12648____________________________________________________________________________
12649[ 2868] By: gsar on 1999/02/11 10:42:44
12650 Log: From: Benjamin Low <b.d.low@unsw.edu.au>
12651 Date: Fri, 08 Jan 1999 14:36:53 +1100
12652 Message-ID: <36957D55.1D65A0B2@unsw.edu.au>
12653 Subject: Re: [Fwd: IO::Socket::connect and blocking]
12654 Branch: perl
12655 ! ext/IO/lib/IO/Socket.pm
12656____________________________________________________________________________
12657[ 2867] By: gsar on 1999/02/11 09:43:03
12658 Log: av_extend() doc tweak from Jan Dubois
12659 Branch: perl
12660 ! pod/perlguts.pod
12661____________________________________________________________________________
12662[ 2866] By: gsar on 1999/02/11 09:27:17
12663 Log: display full pathname of unreadable files
12664 Branch: perl
12665 ! utils/perldoc.PL
12666____________________________________________________________________________
12667[ 2865] By: gsar on 1999/02/11 09:02:31
12668 Log: missing patch in change#2522
12669 Branch: perl
12670 ! lib/Pod/Text.pm
12671____________________________________________________________________________
12672[ 2864] By: jhi on 1999/02/11 08:45:00
12673 Log: From: Spider Boardman <spider@zk3.dec.com>
12674 To: perlbug@perl.com
12675 Subject: Not OK: perl 5.00503 +MAINT_TRIAL_5 on RISC-ultrix 4.4 (UNINSTALLED)
12676 Date: Wed, 10 Feb 1999 23:33:31 -0500
12677 Message-Id: <9902110433.AA12816@abyss.zk3.dec.com>
12678 Branch: maint-5.005/perl
12679 ! doio.c ext/IPC/SysV/SysV.xs hints/ultrix_4.sh
12680____________________________________________________________________________
93430cb4
GS
12681[ 2862] By: gsar on 1999/02/11 08:14:34
12682 Log: integrate changes#2738,2740 from maint-5.005
12683 Branch: perl
12684 !> lib/ExtUtils/MakeMaker.pm
12685____________________________________________________________________________
12686[ 2861] By: jhi on 1999/02/11 08:04:25
12687 Log: Integrate from mainperl.
12688 Branch: cfgperl
12689 !> Changes perl.h pod/perl5005delta.pod pp_ctl.c t/op/local.t
12690 !> t/op/range.t win32/config.gc
12691____________________________________________________________________________
12692[ 2860] By: gsar on 1999/02/11 07:30:08
12693 Log: binmode() support for cygwin32 (suggested by Steven Morlock
12694 <newspost@morlock.net>)
12695 Branch: perl
12696 ! perl.h
12697____________________________________________________________________________
12698[ 2859] By: gsar on 1999/02/11 07:14:21
12699 Log: update Changes
12700 Branch: perl
12701 ! Changes
12702 !> pod/perl5005delta.pod
12703____________________________________________________________________________
854b7fdb
GS
12704[ 2856] By: gsar on 1999/02/11 07:07:39
12705 Log: integrate perldelta changes from maint-5.005
12706 Branch: perl
12707 !> pod/perl5005delta.pod
12708____________________________________________________________________________
12709[ 2855] By: gsar on 1999/02/11 06:31:50
12710 Log: applied suggested patch; added tests
12711 From: Adam Krolnik <adamk@gypsy.cyrix.com>
12712 Date: Sat, 12 Dec 98 15:30:18 -0600
12713 Message-Id: <9812122130.AA03717@gypsy.eng.cyrix.com>
12714 Subject: Range operation doesn't handle IV_MAX
12715 Branch: perl
12716 ! pp_ctl.c t/op/range.t
12717____________________________________________________________________________
12718[ 2854] By: gsar on 1999/02/11 05:00:55
12719 Log: compatibility fix: magic non-propagation in foreach implicit localization
12720 Branch: perl
12721 ! pp_ctl.c t/op/local.t win32/config.gc
12722____________________________________________________________________________
854b7fdb
GS
12723[ 2852] By: gsar on 1999/02/10 23:17:49
12724 Log: fair warning about -Dusethreads
12725 Branch: maint-5.005/perl
12726 ! Configure INSTALL README.threads
12727____________________________________________________________________________
854b7fdb
GS
12728[ 2847] By: jhi on 1999/02/09 19:13:28
12729 Log: Integrate from mainperl.
12730 Branch: cfgperl
12731 !> pod/perldelta.pod pod/perlfunc.pod pod/perlobj.pod
12732 !> pod/perlop.pod pp.c t/op/method.t t/op/pack.t
12733____________________________________________________________________________
12734[ 2846] By: gsar on 1999/02/09 13:53:28
12735 Log: a modified version of suggested patch for pack template 'Z'; added docs
12736 From: "Valeriy E. Ushakov" <uwe@ptc.spbu.ru>
12737 Date: Mon, 16 Jun 1997 03:00:31 +0400 (MSD)
12738 Message-ID: <%lOHpzIuGV@snark.ptc.spbu.ru>
12739 Subject: lack of pack/unpack letter with useful symmetry for C null delimited strings
12740 Branch: perl
12741 ! pod/perldelta.pod pod/perlfunc.pod pp.c t/op/pack.t
12742____________________________________________________________________________
12743[ 2845] By: gsar on 1999/02/09 00:03:26
12744 Log: clarify docs for change#2835
12745 Branch: perl
12746 ! pod/perldelta.pod pod/perlop.pod
12747____________________________________________________________________________
12748[ 2844] By: gsar on 1999/02/08 23:40:57
12749 Log: addendum to change#2823
12750 From: Stephen McCamant <smccam@uclink4.berkeley.edu>
12751 Date: Sun, 13 Dec 1998 16:06:04 -0800 (PST)
12752 Message-ID: <13940.21805.470054.299@fre-76-120.reshall.berkeley.edu>
12753 Subject: [PATCH] Docs and tests for method-call syntax
12754 Branch: perl
12755 ! pod/perlobj.pod t/op/method.t
12756____________________________________________________________________________
12757[ 2843] By: jhi on 1999/02/08 21:06:28
12758 Log: Ultrix mmap tidbit.
12759 Branch: cfgperl
12760 ! hints/ultrix_4.sh
12761____________________________________________________________________________
12762[ 2842] By: jhi on 1999/02/08 20:22:55
12763 Log: Integrate from mainperl.
12764 Branch: cfgperl
12765 +> t/op/subst_wamp.t
12766 !> (integrate 35 files)
12767____________________________________________________________________________
12768[ 2841] By: jhi on 1999/02/08 18:23:26
12769 Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
12770 To: Mailing list Perl5 <perl5-porters@perl.org>
12771 Subject: [PATCH 5.005_53] s/\ba/./g was over-optimized
12772 Date: Sun, 7 Feb 1999 17:25:22 -0500
12773 Message-ID: <19990207172522.B894@monk.mps.ohio-state.edu>
12774 Branch: cfgperl
12775 + t/op/subst_amp.t
12776 ! MANIFEST regcomp.c t/op/subst.t
12777____________________________________________________________________________
12778[ 2840] By: jhi on 1999/02/08 18:16:54
12779 Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
12780 To: Mailing list Perl5 <perl5-porters@perl.org>
12781 Subject: [PATCH 5.005_53] Fix list-context //g with zero-length matches
12782 Date: Sun, 7 Feb 1999 17:00:10 -0500
12783 Message-ID: <19990207170009.A894@monk.mps.ohio-state.edu>
12784 Branch: cfgperl
12785 ! pp_hot.c t/op/pat.t
12786____________________________________________________________________________
12787[ 2839] By: jhi on 1999/02/08 17:25:30
12788 Log: A require was missing.
12789 Branch: cfgperl
12790 ! t/lib/h2ph.pht
12791____________________________________________________________________________
12792[ 2838] By: jhi on 1999/02/08 16:38:41
12793 Log: Bring in the change #2809 (the Configure part has been
12794 modified rather a lot since the #2809, though.)
12795 Branch: cfgperl
12796 ! Configure utils/h2ph.PL
12797____________________________________________________________________________
854b7fdb
GS
12798[ 2835] By: gsar on 1999/02/08 14:40:23
12799 Log: make qw() into a true list at compile time (slightly modified
12800 variant of patch suggested by Tom Hughes <tom@compton.demon.co.uk>)
12801 Branch: perl
12802 ! pod/perldelta.pod pod/perlop.pod pp_hot.c toke.c
12803____________________________________________________________________________
12804[ 2834] By: gsar on 1999/02/08 13:23:16
12805 Log: make safesysmalloc() etc., always available; safemalloc() et al are
12806 now macros that point to the right malloc; fix various places in
12807 sources that need to always use safesysmalloc() et al
12808 Branch: perl
12809 ! embed.h embedvar.h global.sym iperlsys.h mg.c objXSUB.h perl.h
12810 ! perl_exp.SH proto.h util.c vms/gen_shrfls.pl win32/makedef.pl
12811____________________________________________________________________________
12812[ 2833] By: gsar on 1999/02/08 10:56:16
12813 Log: remove spurious #endif in last change
12814 Branch: perl
12815 ! perl.h
12816____________________________________________________________________________
12817[ 2832] By: gsar on 1999/02/08 10:34:55
12818 Log: make EMBEDMYMALLOC the default and provide PERL_POLLUTE_MALLOC to let
12819 them ask for insanity (untested)
12820 Branch: perl
12821 ! INSTALL Todo-5.005 ext/SDBM_File/sdbm/sdbm.h hints/machten.sh
12822 ! hints/next_3.sh hints/next_4.sh hints/qnx.sh iperlsys.h
12823 ! malloc.c perl.h pod/perldelta.pod pod/perlguts.pod sv.c
12824____________________________________________________________________________
12825[ 2831] By: jhi on 1999/02/08 08:33:33
12826 Log: Update vms/subconfigure.com along the lines of change #2829.
12827 Branch: cfgperl
12828 ! vms/subconfigure.com
12829____________________________________________________________________________
12830[ 2830] By: gsar on 1999/02/08 00:19:46
12831 Log: integrate cfgperl changes into mainline
12832 Branch: perl
12833 +> ext/DynaLoader/dl_beos.xs ext/GDBM_File/hints/sco.pl
12834 +> lib/File/PathConvert.pm pod/perlthrtut.pod
12835 ! Changes
12836 !> (integrate 93 files)
12837____________________________________________________________________________
12838[ 2829] By: jhi on 1999/02/07 23:49:46
12839 Log: Configure update.
12840
12841 Probe for mmap() et alia.
12842 The *cc*symbols patch (just Configure, no h2ph).
12843 Branch: cfgperl
12844 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
12845 ! config_h.SH perl.h
12846____________________________________________________________________________
a43a7b9b
GS
12847[ 2828] By: gsar on 1999/02/07 23:38:47
12848 Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
12849 Date: Sun, 7 Feb 1999 17:25:22 -0500
12850 Message-ID: <19990207172522.B894@monk.mps.ohio-state.edu>
12851 Subject: [PATCH 5.005_53] s/\ba/./g was over-optimized
12852 Branch: perl
12853 + t/op/subst_amp.t t/op/subst_wamp.t
12854 ! MANIFEST regcomp.c t/op/subst.t
12855____________________________________________________________________________
12856[ 2827] By: gsar on 1999/02/07 23:27:32
12857 Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
12858 Date: Sun, 7 Feb 1999 17:00:10 -0500
12859 Message-ID: <19990207170009.A894@monk.mps.ohio-state.edu>
12860 Subject: [PATCH 5.005_53] Fix list-context //g with zero-length matches
12861 Branch: perl
12862 ! pp_hot.c t/op/pat.t
12863____________________________________________________________________________
12864[ 2826] By: gsar on 1999/02/07 23:26:04
12865 Log: patch for change#2822, done right; add PERL_OBJECT stuff; regen headers
12866 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
12867 Date: Sun, 7 Feb 1999 15:07:27 -0500
12868 Message-ID: <19990207150726.A571@monk.mps.ohio-state.edu>
12869 Subject: Re: fixing memory leaks in REx compilation
12870 Branch: perl
12871 ! embed.h embed.pl objXSUB.h proto.h regcomp.c regcomp.h
12872 ! regexec.c
12873____________________________________________________________________________
12874[ 2825] By: jhi on 1999/02/07 18:05:13
12875 Log: Integrate from mainperl.
12876 Branch: cfgperl
12877 +> lib/DB.pm t/comp/bproto.t
12878 !> MANIFEST ext/Data/Dumper/Dumper.pm ext/SDBM_File/sdbm/sdbm.c
12879 !> lib/Pod/Html.pm op.c perly.c perly.y perly_c.diff
12880 !> pod/perldelta.pod pod/perlfunc.pod pod/perlop.pod regcomp.h
12881 !> toke.c vms/perly_c.vms
12882____________________________________________________________________________
12883[ 2824] By: gsar on 1999/02/07 14:21:48
12884 Log: tweak doc on bitwise ops
12885 Branch: perl
12886 ! pod/perlop.pod
12887____________________________________________________________________________
12888[ 2823] By: gsar on 1999/02/07 13:38:31
12889 Log: applied suggested patch; regen perly* and vms/perly*
12890 From: Stephen McCamant <smccam@uclink4.berkeley.edu>
12891 Date: Sun, 13 Dec 1998 01:10:12 -0800 (PST)
12892 Message-ID: <13939.26706.620683.846776@fre-76-120.reshall.berkeley.edu>
12893 Subject: [PATCH] Re: Suggestion for perlobj man page
12894 Branch: perl
12895 ! perly.c perly.y perly_c.diff toke.c vms/perly_c.vms
12896____________________________________________________________________________
12897[ 2822] By: gsar on 1999/02/07 12:39:09
12898 Log: Ilya's idea for cleaning up failed regex allocs (substantive parts
12899 disabled, fails tests)
12900 Branch: perl
12901 ! regcomp.h
12902____________________________________________________________________________
12903[ 2821] By: gsar on 1999/02/07 11:09:39
12904 Log: pod2html misinterprets Foo::Bar as a URL (fix suggested by Alexander Barilo
12905 <Alexander.Barilo@aexp.com>)
12906 Branch: perl
12907 ! lib/Pod/Html.pm
12908____________________________________________________________________________
12909[ 2820] By: gsar on 1999/02/07 10:20:35
12910 Log: add draft debugging API implementation
12911 Branch: perl
12912 + lib/DB.pm
12913 ! MANIFEST
12914____________________________________________________________________________
12915[ 2819] By: gsar on 1999/02/07 09:58:45
12916 Log: avoid garbage in db->dirbuf
12917 From: Masahiro KAJIURA <masahiro.kajiura@toshiba.co.jp>
12918 Date: Sat, 05 Dec 1998 14:14:54 +0900
12919 Message-Id: <199812050514.OAA23268@toshiba.co.jp>
12920 Subject: SDBM bug
12921 Branch: perl
12922 ! ext/SDBM_File/sdbm/sdbm.c
12923____________________________________________________________________________
12924[ 2818] By: gsar on 1999/02/07 09:32:24
12925 Log: missing entry
12926 Branch: perl
12927 ! MANIFEST
12928____________________________________________________________________________
12929[ 2817] By: gsar on 1999/02/07 09:30:47
12930 Log: properly prototype check parenthesized unary ops (e.g. defined(&a,&b))
12931 Branch: perl
12932 + t/comp/bproto.t
12933 ! op.c pod/perldelta.pod pod/perlfunc.pod pod/perlop.pod
12934____________________________________________________________________________
12935[ 2816] By: gsar on 1999/02/06 00:14:29
12936 Log: minor bug in dumping blessed subrefs
12937 Branch: perl
12938 ! ext/Data/Dumper/Dumper.pm
12939____________________________________________________________________________
a43a7b9b
GS
12940[ 2812] By: jhi on 1999/02/03 22:02:24
12941 Log: Enhance change #2808.
12942
12943 From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
12944 To: perl5-porters@perl.org
12945 Subject: Re: [PATCH 5.00*]: perlbug checklist
12946 Date: Wed, 3 Feb 1999 19:02:27 +0000
12947 Message-Id: <E1087ZD-0005z1-00@taurus.cus.cam.ac.uk>
12948 Branch: cfgperl
12949 ! utils/perlbug.PL
12950____________________________________________________________________________
12951[ 2811] By: jhi on 1999/02/03 21:53:23
12952 Log: From: Barrie Slaymaker <rbs@telerama.com>
12953 To: perl5-porters@perl.org
12954 CC: pod-people@perl.org
12955 Subject: [PATCH]5.005_54 (pod2html) Generate Relative URLs
12956 Date: Wed, 03 Feb 1999 10:34:18 -0500
12957 Message-ID: <36B86C7A.E99EFFF1@telerama.com>
12958
12959 Add File::PathConvert.pm.
12960 Fix Pod::Html and installhtml to understand relative urls.
12961 Branch: cfgperl
12962 + lib/File/PathConvert.pm
12963 ! MANIFEST installhtml lib/Pod/Html.pm
12964____________________________________________________________________________
12965[ 2810] By: jhi on 1999/02/03 20:25:10
12966 Log: From: Francois Desarmenien <desar@club-internet.fr>
12967 To: Mailing list Perl5 <perl5-porters@perl.org>
12968 Subject: [PATCH]5.005_54 (hints) SCO 3/5 hint files and SysV correction
12969 Date: Wed, 03 Feb 1999 13:13:24 +0000
12970 Message-ID: <36B84B74.5EC9B6C8@club-internet.fr>
12971
12972 (note: this patch completely overrides Tom Wolfe's patch,
12973 change #2604)
12974 Branch: cfgperl
12975 + ext/GDBM_File/hints/sco.pl
12976 ! MANIFEST ext/IPC/SysV/SysV.xs hints/sco.sh
12977____________________________________________________________________________
12978[ 2809] By: jhi on 1999/02/03 19:54:16
12979 Log: h2ph fixes + Configure patch to support them.
12980
12981 From: "Kurt D. Starsinic" <kstar@chapin.edu>
12982 To: Graham Barr <gbarr@pobox.com>, Jarkko Hietaniemi <jhi@iki.fi>,
12983 Gurusamy Sarathy <gsar@engin.umich.edu>
12984 Cc: perl5-porters@perl.org
12985 Subject: [PATCH 5.00503_MT5] h2ph.PL
12986 Date: Tue, 2 Feb 1999 19:48:06 -0500
12987 Message-ID: <19990202194806.E10647@O2.chapin.edu>
12988 Branch: maint-5.005/perl
12989 ! Configure utils/h2ph.PL
12990____________________________________________________________________________
12991[ 2808] By: jhi on 1999/02/03 16:59:55
12992 Log: Enhance the perlbug checklist.
12993 Branch: cfgperl
12994 ! utils/perlbug.PL
12995____________________________________________________________________________
12996[ 2807] By: jhi on 1999/02/03 14:01:37
12997 Log: Document the standard strftime %formats.
12998
12999 From: Dominic Dunlop <domo@vo.lu>
13000 To: "Kurt D. Starsinic" <kstar@chapin.edu>, Ben Gertzfield <che@debian.org>
13001 Subject: [PATCH] 5.00[45]*: Re: POSIX's strftime() does not enforce POSIX %C on Solaris
13002 Date: Tue, 2 Feb 1999 15:55:29 +0100
13003 Message-Id: <v0311070cb2dcb3f5f773@[212.24.192.188]>
13004 Branch: cfgperl
13005 ! ext/POSIX/POSIX.pod
13006____________________________________________________________________________
13007[ 2806] By: jhi on 1999/02/03 13:58:00
13008 Log: Integrate from mainperl.
13009 Branch: cfgperl
13010 !> perl.h
13011____________________________________________________________________________
13012[ 2805] By: gsar on 1999/02/03 03:32:31
13013 Log: PL_uuemap[] init needs help for sizeof()
13014 Branch: perl
13015 ! perl.h
13016____________________________________________________________________________
13017[ 2804] By: jhi on 1999/02/02 20:44:30
13018 Log: These should've been already in #2803.
13019 Branch: cfgperl
13020 ! Configure config_h.SH vms/subconfigure.com
13021____________________________________________________________________________
13022[ 2803] By: jhi on 1999/02/02 20:38:45
13023 Log: telldir prototype issue, from mists of time...
13024 Branch: cfgperl
13025 ! hints/netbsd.sh pp_sys.c
13026____________________________________________________________________________
a43a7b9b
GS
13027[ 2801] By: jhi on 1999/02/02 17:40:14
13028 Log: From: John Bley <jbb6@acpub.duke.edu>
13029 To: perlbug@perl.org
13030 Subject: [PATCH]5.005_54 (DOC) fix minor typos
13031 Date: Tue, 2 Feb 1999 07:52:52 -0500 (EST)
13032 Message-ID: <Pine.SOL.3.91.990202075115.23589A-100000@soc11.acpub.duke.edu>
13033 Branch: cfgperl
13034 ! pod/perlre.pod
13035____________________________________________________________________________
13036[ 2800] By: jhi on 1999/02/02 17:26:49
13037 Log: Update todo with POSIX 1003.1 1996 Edition reminder.
13038 Branch: cfgperl
13039 ! Todo-5.005
13040____________________________________________________________________________
13041[ 2799] By: jhi on 1999/02/02 17:18:51
13042 Log: Update FindBin from maint-5.005.
13043 Branch: cfgperl
13044 ! lib/FindBin.pm
13045____________________________________________________________________________
13046[ 2798] By: jhi on 1999/02/02 17:16:07
13047 Log: Fix typecasts in #2797
13048
13049 From: "G. Del Merritt" <del@intranetics.com>
13050 Date: Fri, 29 Jan 1999 11:47:25 -0700
13051 Message-Id: <199901291847.LAA04828@jhereg.perl.com>
13052 Subject: Not OK: perl 5.00503 +MAINT_TRIAL_5 on MSWin32-x86-object 4.0 (PATCH included)
13053 Branch: cfgperl
13054 ! ext/POSIX/POSIX.xs
13055____________________________________________________________________________
13056[ 2797] By: jhi on 1999/02/02 17:14:37
13057 Log: From: Ted Law <tedlaw@cibcwg.com>
13058 Date: Wed, 27 Jan 1999 14:54:03 -0500 (EST)
13059 Message-Id: <199901271954.OAA07391@dcm2.cibcwg.com>
13060 Subject: POSIX::strftime buffer overflow problem
13061 Branch: cfgperl
13062 ! ext/POSIX/POSIX.xs
13063____________________________________________________________________________
13064[ 2796] By: jhi on 1999/02/02 17:13:23
13065 Log: Do not use File::Slurp.
13066 Branch: cfgperl
13067 ! t/lib/textfill.t
13068____________________________________________________________________________
13069[ 2795] By: jhi on 1999/02/02 17:11:48
13070 Log: perlhist update from maint-5.005.
13071 Branch: cfgperl
13072 ! pod/perlhist.pod
13073____________________________________________________________________________
13074[ 2794] By: jhi on 1999/02/02 17:10:33
13075 Log: POSIX::redef setv?buf() to IO::Handle:: (by gbarr).
13076 Branch: cfgperl
13077 ! ext/POSIX/POSIX.pm
13078____________________________________________________________________________
13079[ 2793] By: jhi on 1999/02/02 17:08:39
13080 Log: Missed the html test from change #2787.
13081 Branch: cfgperl
13082 ! t/lib/cgi-html.t
13083____________________________________________________________________________
13084[ 2792] By: jhi on 1999/02/02 17:01:24
13085 Log: Update Getopt::Long to 2.19.
13086 Branch: cfgperl
13087 ! lib/Getopt/Long.pm
13088____________________________________________________________________________
13089[ 2791] By: jhi on 1999/02/02 16:59:13
13090 Log: overload syntax is no longer experimental
13091 Branch: cfgperl
13092 ! lib/overload.pm
13093____________________________________________________________________________
a43a7b9b
GS
13094[ 2789] By: jhi on 1999/02/02 16:47:50
13095 Log: Still doc fixes.
13096 Branch: cfgperl
13097 ! lib/diagnostics.pm
13098____________________________________________________________________________
13099[ 2788] By: jhi on 1999/02/02 16:47:07
13100 Log: Doc fixes.
13101 Branch: cfgperl
13102 ! lib/CGI.pm lib/diagnostics.pm
13103____________________________________________________________________________
13104[ 2787] By: jhi on 1999/02/02 16:38:55
13105 Log: CGI.pm updated to 2.46 (the CGI docs fixes redone
13106 where applicable).
13107 Branch: cfgperl
13108 ! eg/cgi/RunMeFirst eg/cgi/caution.xbm
13109 ! eg/cgi/clickable_image.cgi eg/cgi/cookie.cgi eg/cgi/crash.cgi
13110 ! eg/cgi/customize.cgi eg/cgi/diff_upload.cgi
13111 ! eg/cgi/dna.small.gif.uu eg/cgi/file_upload.cgi
13112 ! eg/cgi/frameset.cgi eg/cgi/index.html
13113 ! eg/cgi/internal_links.cgi eg/cgi/javascript.cgi
13114 ! eg/cgi/monty.cgi eg/cgi/multiple_forms.cgi
13115 ! eg/cgi/nph-clock.cgi eg/cgi/nph-multipart.cgi eg/cgi/popup.cgi
13116 ! eg/cgi/save_state.cgi eg/cgi/tryit.cgi eg/cgi/wilogo.gif.uu
13117 ! lib/CGI.pm lib/CGI/Apache.pm lib/CGI/Carp.pm lib/CGI/Cookie.pm
13118 ! lib/CGI/Fast.pm lib/CGI/Push.pm lib/CGI/Switch.pm
13119____________________________________________________________________________
13120[ 2786] By: jhi on 1999/02/02 16:17:52
13121 Log: Update CPAN to 1.47.
13122 Branch: cfgperl
13123 ! lib/CPAN.pm lib/CPAN/FirstTime.pm lib/CPAN/Nox.pm
13124____________________________________________________________________________
13125[ 2785] By: jhi on 1999/02/02 16:09:03
13126 Log: From: Mark-Jason Dominus <mjd@plover.com>
13127 Date: Sat, 16 Jan 1999 17:22:06 -0500
13128 Subject: Re: DOC PATCH (5.005_54 perlsub.pod)
13129 Message-ID: <19990116222206.3674.qmail@plover.com>
13130 Branch: cfgperl
13131 ! pod/perlsub.pod
13132____________________________________________________________________________
13133[ 2784] By: jhi on 1999/02/02 16:01:31
13134 Log: Fix incorrect "used only once" warnings
13135
13136 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
13137 Date: Fri, 8 Jan 1999 04:37:10 -0500
13138 Message-ID: <19990108043710.A14390@monk.mps.ohio-state.edu>
13139 Subject: Re: change#965 flakiness
13140 Branch: cfgperl
13141 ! gv.c
13142____________________________________________________________________________
13143[ 2783] By: jhi on 1999/02/02 15:50:38
13144 Log: perldelta updates.
13145 Branch: cfgperl
13146 ! pod/perldelta.pod
13147____________________________________________________________________________
13148[ 2782] By: jhi on 1999/02/02 14:28:26
13149 Log: Mirror change #2781.
13150 Branch: cfgperl
13151 ! hints/linux.sh
13152____________________________________________________________________________
13153[ 2781] By: jhi on 1999/02/02 14:27:01
13154 Log: Update the MkLinux note.
13155 Branch: maint-5.005/perl
13156 ! hints/linux.sh
13157____________________________________________________________________________
13158[ 2780] By: jhi on 1999/02/02 14:10:59
13159 Log: Update todo.
13160 Branch: cfgperl
13161 ! Todo-5.005
13162____________________________________________________________________________
13163[ 2779] By: jhi on 1999/02/02 14:00:25
13164 Log: Integrate from mainperl.
13165 Branch: cfgperl
13166 ! t/lib/textfill.t t/lib/textwrap.t
13167 !> (integrate 32 files)
13168____________________________________________________________________________
13169[ 2778] By: jhi on 1999/02/02 13:56:23
13170 Log: VMS update, applicable parts of
13171
13172 From: Dan Sugalski <sugalskd@osshe.edu>
13173 To: perl5-porters@perl.org
13174 Subject: [PATCH 5.005_03MT3]VMS configure tweak
13175 Date: Wed, 20 Jan 1999 12:05:18 -0800
13176 Message-Id: <3.0.6.32.19990120120518.00a98470@ous.edu>
13177
13178 From: Dan Sugalski <sugalskd@osshe.edu>
13179 To: perlbug@perl.com, vmsperl@perl.org
13180 Subject: NOT OK: perl 5.00503 +MAINT_TRIAL_4 on VMSAXP (Patch included, of course)
13181 Date: Tue, 26 Jan 1999 14:40:38 -0800
13182 Message-Id: <3.0.6.32.19990126144038.02e5d650@ous.edu>
13183
13184 From: Dan Sugalski <sugalskd@osshe.edu>
13185 To: perl5-porters@perl.org, vmsperl@perl.org
13186 Subject: [PATCH 5.005_03-MAILT_TRIAL_4]VMS test patches
13187 Date: Tue, 26 Jan 1999 14:55:29 -0800
13188 Message-Id: <3.0.6.32.19990126145529.02f22280@ous.edu>
13189 Branch: cfgperl
13190 ! vms/ext/Stdio/test.pl vms/subconfigure.com
13191____________________________________________________________________________
13192[ 2777] By: jhi on 1999/02/02 13:43:24
13193 Log: Synch usethreads parts from maint-5.005.
13194 Branch: cfgperl
13195 ! hints/aix.sh hints/dec_osf.sh hints/dos_djgpp.sh
13196 ! hints/freebsd.sh hints/hpux.sh hints/irix_4.sh hints/irix_5.sh
13197 ! hints/irix_6.sh hints/irix_6_0.sh hints/irix_6_1.sh
13198 ! hints/linux.sh hints/os2.sh hints/solaris_2.sh hints/vmesa.sh
13199____________________________________________________________________________
13200[ 2776] By: jhi on 1999/02/02 13:17:16
13201 Log: Jumbo FreeBSD update from Anton Berezin <tobez@plab.ku.dk>
13202 Branch: cfgperl
13203 ! Makefile.SH hints/freebsd.sh
13204____________________________________________________________________________
a43a7b9b
GS
13205[ 2774] By: jhi on 1999/02/02 13:10:39
13206 Log: Add perlthrtut, update pod/* machinery.
13207 (a pod/Makefile.SH is sorely needed)
13208 Branch: cfgperl
13209 + pod/perlthrtut.pod
13210 ! MANIFEST pod/Makefile pod/perl.pod pod/roffitall
13211____________________________________________________________________________
13212[ 2773] By: jhi on 1999/02/02 12:54:24
13213 Log: From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
13214 To: perl5-porters@perl.org
13215 Subject: Re: [PATCH] perl5.005_03-MAINT_TRIAL_3: clarify Sv[INU]V versus Sv[INU]VX in perlguts
13216 Date: Tue, 26 Jan 1999 22:25:07 +0000
13217 Message-Id: <E105Gux-0000Ac-00@taurus.cus.cam.ac.uk>
13218 Branch: cfgperl
13219 ! pod/perlguts.pod
13220____________________________________________________________________________
a43a7b9b
GS
13221[ 2771] By: jhi on 1999/02/02 12:47:34
13222 Log: Use perlbug instead of personal email address.
13223 Branch: cfgperl
13224 ! Configure
13225____________________________________________________________________________
13226[ 2770] By: jhi on 1999/02/02 12:42:06
13227 Log: Miniperl fails to build (pp_sys.c was changed and iperlsys.h wasn't)
13228
13229 From: "G. Del Merritt" <del@intranetics.com>
13230 To: perlbug@perl.com
13231 Subject: NOT OK: perl 5.00503 +MAINT_TRIAL_4 on MSWin32-x86-object (PATCHES included)
13232 Date: Tue, 26 Jan 1999 12:09:09 -0700
13233 Message-Id: <199901261909.MAA25525@jhereg.perl.com>
13234 Branch: cfgperl
13235 ! iperlsys.h
13236____________________________________________________________________________
13237[ 2769] By: jhi on 1999/02/02 12:37:57
13238 Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
13239 To: Mailing list Perl5 <perl5-porters@perl.org>
13240 Subject: [PATCH 5.005_*] OS/2 threads
13241 Date: Tue, 26 Jan 1999 13:39:46 -0500
13242 Message-ID: <19990126133946.A11594@monk.mps.ohio-state.edu>
13243 Branch: cfgperl
13244 ! os2/os2ish.h
13245____________________________________________________________________________
13246[ 2768] By: jhi on 1999/02/02 12:36:16
13247 Log: Apply change #2711 from maint-5.005:
13248
13249 make ok", "make okfile", and "make nok" were broken
13250 with -Duseshrplib, because of a shared typo.
13251
13252 From: Spider Boardman <spider@web.zk3.dec.com>
13253 To: perlbug@perl.com
13254 Subject: Not OK: perl 5.00503 +MAINT_TRIAL_4 on alpha-dec_osf-thread 5.0 (UNINSTALLED)
13255 Date: Wed, 27 Jan 1999 12:27:15 -0500
13256 Message-Id: <199901271727.MAA233455@web.zk3.dec.com>
13257 Branch: cfgperl
13258 ! Makefile.SH
13259____________________________________________________________________________
a43a7b9b
GS
13260[ 2766] By: jhi on 1999/02/02 12:27:08
13261 Log: Make Configure use "int main()" instead of bare "main()".
13262 Like maint-5.005 change #2703 but now via metaconfig.
13263 Branch: cfgperl
13264 ! Configure
13265____________________________________________________________________________
13266[ 2765] By: jhi on 1999/02/02 11:59:30
13267 Log: Undo part of change #2562.
13268 Branch: cfgperl
13269 ! Configure
13270____________________________________________________________________________
13271[ 2764] By: jhi on 1999/02/02 11:52:39
13272 Log: NetBSD synch with maint-5.005.
13273 Branch: cfgperl
13274 ! Makefile.SH hints/netbsd.sh makedepend.SH unixish.h
13275____________________________________________________________________________
13276[ 2763] By: jhi on 1999/02/02 11:44:07
13277 Log: $Config{installusrbinperl}
13278 (maint-5.005 changes #2614 and #2709)
13279 Branch: cfgperl
13280 ! Configure installperl
13281____________________________________________________________________________
13282[ 2762] By: jhi on 1999/02/02 11:29:13
13283 Log: Errno update from maint-5.005 (changes #2583, #2710).
13284 Branch: cfgperl
13285 ! Configure ext/Errno/Errno_pm.PL
13286____________________________________________________________________________
13287[ 2759] By: jhi on 1999/02/02 10:53:20
13288 Log: Update Trig.pm from maint-5.005.
13289 Branch: cfgperl
13290 ! lib/Math/Trig.pm
13291____________________________________________________________________________
a43a7b9b
GS
13292[ 2757] By: jhi on 1999/02/02 10:41:26
13293 Log: MPE/iX update (mirror maint-5.005 change #2715)
13294 Branch: cfgperl
13295 ! hints/mpeix.sh mpeix/relink
13296____________________________________________________________________________
13297[ 2756] By: jhi on 1999/02/02 10:38:08
13298 Log: BeOS update (Mirror maint-5.005 change #2727).
13299 Branch: cfgperl
13300 + ext/DynaLoader/dl_beos.xs
13301 ! Configure MANIFEST Makefile.SH README.beos hints/beos.sh
13302 ! lib/ExtUtils/MM_Unix.pm
13303____________________________________________________________________________
a43a7b9b
GS
13304[ 2754] By: gsar on 1999/02/02 08:52:13
13305 Log: Todo updates from Andy Dougherty <doughera@lafayette.edu>
13306 Branch: perl
13307 ! Porting/pumpkin.pod Todo Todo-5.005
13308____________________________________________________________________________
13309[ 2753] By: gsar on 1999/02/02 08:46:21
13310 Log: Todo tweaks
13311 Branch: perl
13312 ! Todo Todo-5.005
13313____________________________________________________________________________
13314[ 2752] By: jhi on 1999/02/01 22:15:12
13315 Log: Add perlthrtut.pod.
13316
13317 From: Dan Sugalski <sugalskd@osshe.edu>
13318 To: perl5-porters@perl.org
13319 Subject: perlthrtut.pod
13320 Date: Mon, 01 Feb 1999 10:57:11 -0800
13321 Message-Id: <3.0.6.32.19990201105711.02e62540@ous.edu>
13322 Branch: maint-5.005/perl
13323 + pod/perlthrtut.pod
13324 ! MANIFEST pod/Makefile pod/buildtoc pod/perldelta.pod
13325 ! pod/roffitall
13326____________________________________________________________________________
13327[ 2751] By: gsar on 1999/02/01 07:28:05
13328 Log: devnull() support from Jan Dubois <jan.dubois@ibm.net> and others
13329 Branch: perl
13330 ! lib/File/Spec/OS2.pm lib/File/Spec/Unix.pm
13331 ! lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm
13332____________________________________________________________________________
13333[ 2750] By: gsar on 1999/02/01 07:09:20
13334 Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
13335 Date: Fri, 4 Dec 1998 01:02:03 -0500 (EST)
13336 Message-Id: <199812040602.BAA07215@monk.mps.ohio-state.edu>
13337 Subject: [PATCH 5.005_53] Debugging REx with lookbehind
13338 Branch: perl
13339 ! regexec.c
13340____________________________________________________________________________
13341[ 2749] By: gsar on 1999/02/01 07:07:59
13342 Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
13343 Date: Fri, 4 Dec 1998 00:05:41 -0500 (EST)
13344 Message-Id: <199812040505.AAA16616@monk.mps.ohio-state.edu>
13345 Subject: [PATCH 5.005_53] Speed up .*? and half-fix UTF lookbehind
13346 Branch: perl
13347 ! regexec.c
13348____________________________________________________________________________
13349[ 2748] By: gsar on 1999/02/01 06:47:06
13350 Log: From: "Jonathan I. Kamens" <jik@kamens.brookline.ma.us>
13351 Date: Thu, 3 Dec 1998 15:10:17 -0500
13352 Message-Id: <199812032010.PAA09692@jik.shore.net>
13353 Subject: sample checksum code in "perlfunc" man page is wrong
13354 Branch: perl
13355 ! pod/perlfunc.pod
13356____________________________________________________________________________
13357[ 2747] By: gsar on 1999/02/01 06:35:13
13358 Log: typos in Pod/Text.pm
13359 From: "Greg Chapman" <glc@well.com>
13360 Date: Tue, 1 Dec 1998 10:50:18 -0800
13361 Message-Id: <199812011849.KAA08816@smtp.well.com>
13362 Subject: Glitch in Pod::Text
13363 Branch: perl
13364 ! lib/Pod/Text.pm
13365____________________________________________________________________________
13366[ 2746] By: gsar on 1999/02/01 06:27:35
13367 Log: various win32-ish changes merged from maint-5.005
13368 Branch: perl
13369 ! README.win32 embedvar.h globvar.sym lib/ExtUtils/MM_Unix.pm
13370 ! objXSUB.h op.c perl.h perlvars.h pp.c sv.c t/io/fs.t toke.c
13371 ! win32/Makefile win32/config.bc win32/config.vc
13372 ! win32/config_sh.PL win32/makefile.mk win32/runperl.c
13373 ! win32/win32.c
13374____________________________________________________________________________
13375[ 2745] By: gsar on 1999/02/01 04:51:54
13376 Log: integrate cfgperl changes into mainline
13377 Branch: perl
13378 !> INSTALL hints/aix.sh lib/Time/Local.pm pod/perldelta.pod
13379____________________________________________________________________________
13380[ 2744] By: gsar on 1999/02/01 04:31:09
13381 Log: improved diagnostic on syntax errors at EOL
13382 Branch: perl
13383 ! toke.c
13384____________________________________________________________________________
13385[ 2743] By: gsar on 1999/02/01 03:59:13
13386 Log: don't attempt connect() to bogus IP addresses
13387 From: Graham Barr <gbarr@pobox.com>
13388 Date: Sun, 31 Jan 1999 21:50:45 CST
13389 Message-Id: <19990131215045.A633@pobox.com>
13390 Branch: perl
13391 ! t/lib/io_multihomed.t
13392____________________________________________________________________________
13393[ 2742] By: gsar on 1999/02/01 03:08:58
13394 Log: update Changes
13395 Branch: perl
13396 ! Changes pod/perldelta.pod
13397____________________________________________________________________________
5fdc711f
GS
13398[ 2740] By: gsar on 1999/02/01 02:43:07
13399 Log: CAPI inheritance tweak and doc
13400 Branch: maint-5.005/perl
13401 ! lib/ExtUtils/MakeMaker.pm
13402____________________________________________________________________________
13403[ 2739] By: jhi on 1999/01/31 18:31:54
13404 Log: Undo changes #2730 and #2731 and replace them
13405 with an extensively tested patch from
13406 Anton Berezin <tobez@plab.ku.dk> (via private email).
13407 Branch: maint-5.005/perl
13408 ! Makefile.SH hints/freebsd.sh
13409____________________________________________________________________________
13410[ 2738] By: gsar on 1999/01/31 05:04:32
13411 Log: fix bogus CAPI inheritance from change#2541
13412 Branch: maint-5.005/perl
13413 ! lib/ExtUtils/MakeMaker.pm
13414____________________________________________________________________________
5fdc711f
GS
13415[ 2731] By: jhi on 1999/01/29 14:33:12
13416 Log: FreeBSD version numbers can be like "2.2.8-release".
13417 Branch: maint-5.005/perl
13418 ! hints/freebsd.sh
13419____________________________________________________________________________
13420[ 2730] By: jhi on 1999/01/29 12:40:38
13421 Log: FreeBSD hints iteration (hopefully convergent).
13422 usethreads: require at least FreeBSD 2.2.8.
13423 signal type: mirror change #2429 in cfgperl.
13424 Branch: maint-5.005/perl
13425 ! hints/freebsd.sh
13426____________________________________________________________________________
5fdc711f
GS
13427[ 2727] By: gbarr on 1999/01/29 04:09:57
13428 Log: From: Tom Spindler <dogcow@isi.net>
13429 Date: Thu, 28 Jan 1999 17:15:11 -0800
13430 Message-ID: <19990128171510.A11778@isi.net>
13431 Subject: [PATCH] BeOS dynamic loading support for perl5.005_03_MT4
13432 Branch: maint-5.005/perl
13433 + ext/DynaLoader/dl_beos.xs
13434 ! Configure MANIFEST Makefile.SH README.beos hints/beos.sh
13435 ! lib/ExtUtils/MM_Unix.pm
13436____________________________________________________________________________
13437[ 2726] By: gbarr on 1999/01/29 03:30:51
13438 Log: Remove use of File::Slurp in t/lib/textfill.t
13439 Branch: maint-5.005/perl
13440 ! t/lib/textfill.t
13441____________________________________________________________________________
13442[ 2725] By: gbarr on 1999/01/29 03:11:41
13443 Log: From: Gurusamy Sarathy <gsar@ActiveState.com>
13444 Date: Wed, 27 Jan 1999 23:14:33 -0800
13445 Message-Id: <199901280714.XAA10176@activestate.com>
13446 Subject: Re: NOT OK: "@INC contains: ." after make install - MAINT_TRIAL_4 - 5.005_03 maintenance trial 4 MSWin32-x86-object
13447 Branch: maint-5.005/perl
13448 ! win32/Makefile win32/makefile.mk
13449____________________________________________________________________________
5fdc711f
GS
13450[ 2720] By: gsar on 1999/01/27 21:54:42
13451 Log: missing space while munging CCFLAGS for PERL_CAPI
13452 Branch: perl
13453 ! lib/ExtUtils/MM_Unix.pm
13454____________________________________________________________________________
5fdc711f
GS
13455[ 2718] By: jhi on 1999/01/27 19:46:04
13456 Log: io/fs.t fails test #18 (sense of tests appears to have been
13457 changed incompletely; this patch just skips the test attached,
13458 a la test #17 preceding it).
13459
13460 From: "G. Del Merritt" <del@intranetics.com>
13461 To: perlbug@perl.com
13462 Subject: NOT OK: perl 5.00503 +MAINT_TRIAL_4 on MSWin32-x86-object (PATCHES included)
13463 Date: Tue, 26 Jan 1999 12:09:09 -0700
13464 Message-Id: <199901261909.MAA25525@jhereg.perl.com>
13465 Branch: maint-5.005/perl
13466 ! t/io/fs.t
13467____________________________________________________________________________
13468[ 2717] By: jhi on 1999/01/27 19:44:46
13469 Log: Miniperl fails to build (pp_sys.c was changed and iperlsys.h wasn't)
13470
13471 From: "G. Del Merritt" <del@intranetics.com>
13472 To: perlbug@perl.com
13473 Subject: NOT OK: perl 5.00503 +MAINT_TRIAL_4 on MSWin32-x86-object (PATCHES included)
13474 Date: Tue, 26 Jan 1999 12:09:09 -0700
13475 Message-Id: <199901261909.MAA25525@jhereg.perl.com>
13476 Branch: maint-5.005/perl
13477 ! iperlsys.h
13478____________________________________________________________________________
5fdc711f
GS
13479[ 2715] By: jhi on 1999/01/27 19:34:28
13480 Log: From: Mark Bixby <markb@spock.dis.cccd.edu>
13481 To: perl5-porters@perl.org
13482 Subject: [PATCH perl5.005_03-MAINT_TRIAL_4] MPE port tweaks
13483 Date: Tue, 26 Jan 1999 16:32:18 -0800 (PST)
13484 Message-Id: <199901270032.QAA13395@spock.dis.cccd.edu>
13485 Branch: maint-5.005/perl
13486 ! hints/mpeix.sh mpeix/relink
13487____________________________________________________________________________
5fdc711f
GS
13488[ 2710] By: jhi on 1999/01/27 19:22:23
13489 Log: Errno fixes:
13490
13491 From: Spider Boardman <spider@web.zk3.dec.com>
13492 To: perlbug@perl.com
13493 Subject: Not OK: perl 5.00503 +MAINT_TRIAL_4 on alpha-dec_osf-thread 5.0 (UNINSTALLED)
13494 Date: Wed, 27 Jan 1999 12:27:15 -0500
13495 Message-Id: <199901271727.MAA233455@web.zk3.dec.com>
13496
13497 From: Spider Boardman <spider@web.zk3.dec.com>
13498 To: perlbug@perl.com
13499 Subject: Not OK: perl 5.00503 +MAINT_TRIAL_4 on alpha-dec_osf-thread 5.0 (UNINSTALLED)
13500 Date: Wed, 27 Jan 1999 13:31:16 -0500
13501 Message-Id: <199901271831.NAA241001@web.zk3.dec.com>
13502 Branch: maint-5.005/perl
13503 ! Configure ext/Errno/Errno_pm.PL
13504____________________________________________________________________________
13505[ 2709] By: jhi on 1999/01/27 19:17:35
13506 Log: Fix Configure installusrbinperl:
13507
13508 From: Spider Boardman <spider@web.zk3.dec.com>
13509 To: jhi@iki.fi
13510 cc: perl5-porters@perl.org
13511 Subject: Re: Not OK: perl 5.00503 +MAINT_TRIAL_4 on alpha-dec_osf-thread 5.0 (UNINSTALLED)
13512 Date: Wed, 27 Jan 1999 13:03:35 -0500
13513 Message-Id: <199901271803.NAA238257@web.zk3.dec.com>
13514 Branch: maint-5.005/perl
13515 ! Configure
13516____________________________________________________________________________
5fdc711f
GS
13517[ 2707] By: gbarr on 1999/01/26 02:06:17
13518 Log: Add redef IO::Handle::* for setv?buf()
13519 Branch: maint-5.005/perl
13520 ! ext/POSIX/POSIX.pm
13521____________________________________________________________________________
5fdc711f
GS
13522[ 2705] By: jhi on 1999/01/24 15:14:30
13523 Log: Mention year-1900 and month 0..11.
13524 Branch: cfgperl
13525 ! lib/Time/Local.pm
13526____________________________________________________________________________
13527[ 2704] By: jhi on 1999/01/24 15:13:36
13528 Log: Document Configure -Uinstallusrbinperl.
13529 Branch: cfgperl
13530 ! INSTALL pod/perldelta.pod
13531____________________________________________________________________________
99ed61e6
GS
13532[ 2698] By: jhi on 1999/01/24 12:46:00
13533 Log: Use only xlc_r for usethreads.
13534 Branch: cfgperl
13535 ! hints/aix.sh
5fdc711f
GS
13536____________________________________________________________________________
13537[ 2695] By: gsar on 1999/01/24 07:09:05
13538 Log: integrate cfgperl changes into mainline
13539 Branch: perl
13540 +> lib/Exporter/Heavy.pm
13541 !> (integrate 65 files)
13542____________________________________________________________________________
13543[ 2694] By: gsar on 1999/01/24 01:28:49
13544 Log: better notes on 'make' on win32
13545 Branch: perl
13546 ! README.win32
13547____________________________________________________________________________
5fdc711f
GS
13548[ 2683] By: jhi on 1999/01/22 15:41:00
13549 Log: More de-cut-and-pastos.
13550 Branch: cfgperl
13551 ! hints/irix_6.sh hints/os2.sh
13552____________________________________________________________________________
13553[ 2682] By: jhi on 1999/01/22 15:30:51
13554 Log: usethreads.cbu cut-and-pasto.
13555 Branch: cfgperl
13556 ! hints/solaris_2.sh
13557____________________________________________________________________________
13558[ 2681] By: jhi on 1999/01/22 14:54:55
13559 Log: Better (I hope) LANGUAGE documentation.
13560 Branch: cfgperl
13561 ! pod/perllocale.pod
13562____________________________________________________________________________
13563[ 2680] By: jhi on 1999/01/22 09:20:29
13564 Log: From: Dan Sugalski <sugalskd@osshe.edu>
13565 To: perl5-porters@perl.org
13566 Subject: [PATCH 5.005_03MT3]VMS configure tweak
13567 Date: Wed, 20 Jan 1999 12:05:18 -0800
13568 Message-Id: <3.0.6.32.19990120120518.00a98470@ous.edu>
13569 Branch: cfgperl
13570 ! vms/subconfigure.com
13571____________________________________________________________________________
13572[ 2679] By: jhi on 1999/01/22 09:13:18
13573 Log: nosuid getmntent() branch.
13574 Branch: cfgperl
13575 ! perl.c perl.h
13576____________________________________________________________________________
13577[ 2678] By: jhi on 1999/01/22 08:54:19
13578 Log: nosuid patch continued: *BSD needs <sys/param.h>.
13579 Branch: cfgperl
13580 ! Configure config_h.SH
13581____________________________________________________________________________
5fdc711f
GS
13582[ 2676] By: gbarr on 1999/01/22 01:54:02
13583 Log: Fixup FindBin to use File::Spec
13584
13585 Message-Id: <19990120185157.D24479@west-tip.transeda.com>
13586 Date: Wed, 20 Jan 1999 18:51:57 +0000
13587 From: Paul Johnson <pjcj@transeda.com>
13588 Subject: Re: [PATCH] 5005_54 Make FindBin work with UNC paths
13589 Branch: maint-5.005/perl
13590 ! lib/FindBin.pm
13591____________________________________________________________________________
5fdc711f
GS
13592[ 2671] By: gbarr on 1999/01/22 00:40:13
13593 Log: Fix win32 for Borland compiler and spaces in paths
13594
13595 From: Gurusamy Sarathy <gsar@activestate.com>
13596 Date: Mon, 18 Jan 1999 20:33:17 -0800
13597 Message-Id: <199901190433.UAA03656@activestate.com>
13598 Subject: [PATCH] 5.005_03-trial3 win32 issues
13599 Branch: maint-5.005/perl
13600 ! README.win32 win32/Makefile win32/config_sh.PL
13601 ! win32/makefile.mk win32/runperl.c
13602____________________________________________________________________________
13603[ 2670] By: jhi on 1999/01/21 16:12:38
13604 Log: From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
13605 To: perl5-porters@perl.org
13606 Subject: Re: [PATCH 5.005_54] Evalled substitution parsing
13607 Date: Thu, 21 Jan 1999 12:08:01 +0000
13608 Message-Id: <199901211208.MAA01228@crypt.compulink.co.uk>
13609 Branch: cfgperl
13610 ! pod/perldiag.pod t/op/subst.t toke.c
13611____________________________________________________________________________
13612[ 2669] By: jhi on 1999/01/21 16:11:46
13613 Log: To: perl5-porters@perl.org
13614 Subject: [PATCH 5.005_54] hints/freebsd.sh - reflect the birth of version 4.0
13615 From: Anton Berezin <tobez@plab.ku.dk>
13616 Date: 21 Jan 1999 17:07:28 +0100
13617 Message-ID: <86emood2yn.fsf@lion.plab.ku.dk>
13618 Branch: cfgperl
13619 ! hints/freebsd.sh
13620____________________________________________________________________________
13621[ 2668] By: jhi on 1999/01/21 15:38:34
13622 Log: Add Daniel Grisinger <dgris@dimensional.com>.
13623 Branch: cfgperl
13624 ! AUTHORS MAINTAIN
13625____________________________________________________________________________
13626[ 2667] By: jhi on 1999/01/21 15:32:28
13627 Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
13628 To: Mailing list Perl5 <perl5-porters@perl.org>
13629 Subject: [PATCH 5.005_53] Lean Exporter.pm
13630 Date: Thu, 21 Jan 1999 03:25:23 -0500
13631 Message-ID: <19990121032523.A25704@monk.mps.ohio-state.edu>
13632 Branch: cfgperl
13633 + lib/Exporter/Heavy.pm
13634 ! MANIFEST lib/Exporter.pm
13635____________________________________________________________________________
13636[ 2666] By: jhi on 1999/01/21 15:24:10
13637 Log: From: "W. Phillip Moore" <wpm@ms.com>
13638 To: Graham Barr <gbarr@ti.com>, perlbug@perl.org
13639 Subject: Re: [PATCH] File::Path 1.04 bug (all perl5 core versions)
13640 Date: Tue, 19 Jan 1999 11:39:11 -0500 (EST)
13641 Message-ID: <13988.46383.298992.97303@zappa>
13642 Branch: cfgperl
13643 ! lib/File/Path.pm
13644____________________________________________________________________________
13645[ 2665] By: jhi on 1999/01/21 15:20:48
13646 Log: CPAN update (CPAN-1.44_54) from Andreas and
13647 jumbo doc patch from Abigail.
13648
13649 From: abigail@fnx.com
13650 To: perl5-porters@perl.org (Perl Porters)
13651 Subject: [PATCH 5.005_03 TRIAL 3 lib/AutoLoader.pm] Typos
13652 Date: Tue, 19 Jan 1999 19:14:10 -0500 (EST)
13653 Message-ID: <19990120001410.19645.qmail@alexandra.wayne.fnx.com>
13654
13655 From: abigail@fnx.com
13656 To: perl5-porters@perl.org (Perl Porters)
13657 Subject: [PATCH 5.005_03 TRIAL3 lib/CGI.pm] Typos
13658 Date: Tue, 19 Jan 1999 19:32:42 -0500 (EST)
13659 Message-ID: <19990120003242.19938.qmail@alexandra.wayne.fnx.com>
13660
13661 From: abigail@fnx.com
13662 To: perl5-porters@perl.org (Perl Porters)
13663 Subject: [PATCH 5.005_03 TRIAL3 lib/CPAN.pm] Typos
13664 Date: Tue, 19 Jan 1999 19:40:41 -0500 (EST)
13665 Message-ID: <19990120004041.20052.qmail@alexandra.wayne.fnx.com>
13666
13667 From: abigail@fnx.com
13668 To: perl5-porters@perl.org (Perl Porters)
13669 Subject: [PATCH 5.005_03 TRIAL3 lib/Carp.pm] Typo
13670 Date: Tue, 19 Jan 1999 19:43:12 -0500 (EST)
13671 Message-ID: <19990120004312.20152.qmail@alexandra.wayne.fnx.com>
13672
13673 From: abigail@fnx.com
13674 To: perl5-porters@perl.org (Perl Porters)
13675 Subject: [PATCH 5.005_03 TRIAL3 lib/Cwd.pm] Typo
13676 Date: Tue, 19 Jan 1999 19:44:29 -0500 (EST)
13677 Message-ID: <19990120004429.20190.qmail@alexandra.wayne.fnx.com>
13678
13679 From: abigail@fnx.com
13680 To: perl5-porters@perl.org (Perl Porters)
13681 Subject: [PATCH 5.005_03 TRIAL3 lib/Safe.pm] Typo
13682 Date: Tue, 19 Jan 1999 19:52:41 -0500 (EST)
13683 Message-ID: <19990120005241.20693.qmail@alexandra.wayne.fnx.com>
13684
13685 From: abigail@fnx.com
13686 To: perl5-porters@perl.org (Perl Porters)
13687 Subject: [PATCH 5.005_03 TRIAL3 lib/SelfLoader.pm] Typos
13688 Date: Tue, 19 Jan 1999 19:55:25 -0500 (EST)
13689 Message-ID: <19990120005525.20788.qmail@alexandra.wayne.fnx.com>
13690
13691 From: abigail@fnx.com
13692 To: perl5-porters@perl.org (Perl Porters)
13693 Subject: [PATCH 5.005_03 TRIAL3 lib/Symbol.pm] Typo
13694 Date: Tue, 19 Jan 1999 19:58:21 -0500 (EST)
13695 Message-ID: <19990120005821.20926.qmail@alexandra.wayne.fnx.com>
13696
13697 From: abigail@fnx.com
13698 To: perl5-porters@perl.org (Perl Porters)
13699 Subject: [PATCH 5.005_03 TRIAL3 lib/Test.pm] Typo
13700 Date: Tue, 19 Jan 1999 20:00:02 -0500 (EST)
13701 Message-ID: <19990120010002.20973.qmail@alexandra.wayne.fnx.com>
13702
13703 From: abigail@fnx.com
13704 To: perl5-porters@perl.org (Perl Porters)
13705 Subject: [PATCH 5.005_03 TRIAL3 lib/ops.pm] Typo
13706 Date: Tue, 19 Jan 1999 20:39:09 -0500 (EST)
13707 Message-ID: <19990120013909.23085.qmail@alexandra.wayne.fnx.com>
13708
13709 From: abigail@fnx.com
13710 To: perl5-porters@perl.org (Perl Porters)
13711 Subject: [PATCH 5.005_03 TRIAL3 lib/diagnostics.pm] Typos (ignore previous patch for this file...)
13712 Date: Tue, 19 Jan 1999 20:38:23 -0500 (EST)
13713 Message-ID: <19990120013823.23015.qmail@alexandra.wayne.fnx.com>
13714
13715 From: abigail@fnx.com
13716 To: perl5-porters@perl.org (Perl Porters)
13717 Subject: [PATCH 5.005_03 TRIAL3 lib/overload.pm] Typos
13718 Date: Tue, 19 Jan 1999 20:58:16 -0500 (EST)
13719 Message-ID: <19990120015817.24306.qmail@alexandra.wayne.fnx.com>
13720
13721 From: abigail@fnx.com
13722 To: perl5-porters@perl.org (Perl Porters)
13723 Subject: [PATCH 5.005_03 TRIAL3 lib/re.pm] Typos
13724 Date: Tue, 19 Jan 1999 21:03:26 -0500 (EST)
13725 Message-ID: <19990120020326.24373.qmail@alexandra.wayne.fnx.com>
13726 Branch: cfgperl
13727 ! ext/Opcode/Safe.pm ext/Opcode/ops.pm lib/AutoLoader.pm
13728 ! lib/CGI.pm lib/CPAN.pm lib/CPAN/FirstTime.pm lib/CPAN/Nox.pm
13729 ! lib/Carp.pm lib/Cwd.pm lib/SelfLoader.pm lib/Symbol.pm
13730 ! lib/Test.pm lib/diagnostics.pm lib/fields.pm lib/overload.pm
13731____________________________________________________________________________
13732[ 2664] By: jhi on 1999/01/21 14:47:43
13733 Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
13734 To: Mailing list Perl5 <perl5-porters@perl.org>
13735 Subject: [PATCH 5.005_*] OS2::PrfDB was exploiting a bug in U32 XSUBs
13736 Date: Thu, 21 Jan 1999 03:58:29 -0500
13737 Message-ID: <19990121035829.A25822@monk.mps.ohio-state.edu>
13738 Branch: cfgperl
13739 ! os2/Changes os2/OS2/PrfDB/PrfDB.xs
13740____________________________________________________________________________
13741[ 2663] By: jhi on 1999/01/21 14:43:58
13742 Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
13743 To: Mailing list Perl5 <perl5-porters@perl.org>
13744 Subject: [PATCH 5.005_*] Errno.pm suffers from \\ too
13745 Date: Thu, 21 Jan 1999 02:46:34 -0500
13746 Message-ID: <19990121024634.A25600@monk.mps.ohio-state.edu>
13747 Branch: cfgperl
13748 ! ext/Errno/Errno_pm.PL
13749____________________________________________________________________________
13750[ 2662] By: jhi on 1999/01/21 14:42:42
13751 Log: From: Daniel Grisinger <dgris@moiraine.dimensional.com>
13752 To: Francois Desarmenien <desar@club-internet.fr>
13753 Cc: Gurusamy Sarathy <gsar@activestate.com>,
13754 Mailing list Perl5 <perl5-porters@perl.org>, bugmongers@perl.org
13755 Subject: [PATCH] patching.pod, misc fixes (was Re: Which ? What ? Why ? When ?)
13756 Date: 21 Jan 1999 00:17:35 -0700
13757 Message-ID: <m31zkpqels.fsf_-_@moiraine.dimensional.com>
13758 Branch: cfgperl
13759 ! Porting/patching.pod
13760____________________________________________________________________________
13761[ 2661] By: jhi on 1999/01/21 14:41:13
13762 Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
13763 To: Mailing list Perl5 <perl5-porters@perl.org>
13764 Subject: [PATCH 5.00*] makedepend
13765 Date: Thu, 21 Jan 1999 02:08:27 -0500
13766 Message-ID: <19990121020827.A25509@monk.mps.ohio-state.edu>
13767 Branch: cfgperl
13768 ! makedepend.SH
13769____________________________________________________________________________
13770[ 2660] By: jhi on 1999/01/21 14:36:45
13771 Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
13772 To: Mailing list Perl5 <perl5-porters@perl.org>
13773 Subject: [PATCH 5.005_53] Pipes and 2>&1 on OS/2
13774 Date: Tue, 19 Jan 1999 20:06:45 -0500
13775 Message-ID: <19990119200645.A21154@monk.mps.ohio-state.edu>
13776 Branch: cfgperl
13777 ! os2/Changes os2/os2.c
13778____________________________________________________________________________
13779[ 2657] By: jhi on 1999/01/21 11:40:35
13780 Log: From: "Vishal Bhatia" <vishalb@hotmail.com>
13781 To: perl5-porters@perl.org
13782 Subject: [PATCH 5.005_54]pp_mapstart & pp_grepstart return val (CC.pm)
13783 Date: Mon, 18 Jan 1999 01:32:31 PST
13784 Message-ID: <19990118093231.18443.qmail@hotmail.com>
13785 Branch: cfgperl
13786 ! ext/B/B/CC.pm
13787____________________________________________________________________________
13788[ 2656] By: jhi on 1999/01/21 11:35:34
13789 Log: From: Achim Bohnet <ach@mpe.mpg.de>
13790 Subject: [PATCH] Not OK: perl 5.00503 +MAINT_TRIAL_3 on alpha-dec_osf 4.0 (UNINSTALLED)
13791 Date: Wed, 20 Jan 1999 20:25:53 +0100
13792 Message-Id: <199901201925.UAA16940@o06.xray.mpe.mpg.de>
13793 Branch: cfgperl
13794 ! pp.c
13795____________________________________________________________________________
13796[ 2655] By: jhi on 1999/01/21 10:46:01
13797 Log: Handle NIS (and NetInfo) more robustly.
13798 Branch: cfgperl
13799 ! t/op/grent.t t/op/pwent.t
13800____________________________________________________________________________
13801[ 2654] By: jhi on 1999/01/21 10:17:20
13802 Log: Two-argument eaccess() of SCO.
13803 Branch: cfgperl
13804 ! pp_sys.c
13805____________________________________________________________________________
13806[ 2653] By: jhi on 1999/01/21 08:53:14
13807 Log: -DNO_NOSUID_CHECK for those platforms which have no way
13808 of checking for nosuid but still want suidperl.
13809 Branch: cfgperl
13810 ! perl.c
13811____________________________________________________________________________
13812[ 2652] By: jhi on 1999/01/21 08:22:50
13813 Log: The LANGUAGE mirrors LC_ALL usage.
13814 Branch: cfgperl
13815 ! Configure config_h.SH
13816____________________________________________________________________________
13817[ 2651] By: jhi on 1999/01/20 22:01:21
13818 Log: I_MNTENT was missing.
13819 Branch: cfgperl
13820 ! Configure config_h.SH
13821____________________________________________________________________________
13822[ 2650] By: jhi on 1999/01/19 13:42:03
13823 Log: NetBSD update, based on patches from the NetBSD packages system.
13824 Branch: cfgperl
13825 ! Makefile.SH hints/netbsd.sh makedepend.SH unixish.h
13826____________________________________________________________________________
13827[ 2649] By: jhi on 1999/01/19 12:44:02
13828 Log: Jumbo Configure update.
13829 * -Uinstallusrbinperl: disable /usr/bin/perl installation
13830 by installperl
13831 * usethreads.cbu
13832 * use64bits.cbu
13833 * "nosuid"
13834 Branch: cfgperl
13835 ! Configure config_h.SH hints/aix.sh hints/dec_osf.sh
13836 ! hints/dos_djgpp.sh hints/freebsd.sh hints/hpux.sh
13837 ! hints/irix_4.sh hints/irix_5.sh hints/irix_6.sh
13838 ! hints/irix_6_0.sh hints/irix_6_1.sh hints/linux.sh
13839 ! hints/os2.sh hints/solaris_2.sh hints/vmesa.sh perl.c perl.h
13840 ! pod/perldiag.pod
13841____________________________________________________________________________
13842[ 2648] By: jhi on 1999/01/19 09:16:44
13843 Log: Mention /usr/share/locale.
13844 Branch: cfgperl
13845 ! pod/perllocale.pod
13846____________________________________________________________________________
13847[ 2647] By: jhi on 1999/01/19 09:11:11
13848 Log: SHMLBA strikes back in NetBSD/sparc.
13849
13850 From: Dave Nelson <David.Nelson@bellcow.com>
13851 To: jhi@iki.fi
13852 Subject: perl5.005_02 + IPC::SysV + NetBSD/Sparc
13853 Date: Mon, 18 Jan 1999 22:07:56 -0600
13854 Message-Id: <199901190407.WAA02543@longhorn.bellcow.com>
13855 Branch: cfgperl
13856 ! ext/IPC/SysV/SysV.xs
13857____________________________________________________________________________
13858[ 2646] By: jhi on 1999/01/19 08:58:17
13859 Log: Show LANGUAGE env var when needed. (Augment change #2645).
13860 Branch: cfgperl
13861 ! util.c utils/perlbug.PL
13862____________________________________________________________________________
13863[ 2645] By: jhi on 1999/01/19 08:52:15
13864 Log: Document the GNU LANGUAGE env var.
13865 Branch: cfgperl
13866 ! pod/perllocale.pod
13867____________________________________________________________________________
13868[ 2644] By: jhi on 1999/01/19 08:42:25
13869 Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
13870 To: Mailing list Perl5 <perl5-porters@perl.org>
13871 Subject: [PATCH 5.005_53] Fixing \G bug by Francois Desarmenien
13872 Date: Mon, 18 Jan 1999 20:57:02 -0500
13873 Message-ID: <19990118205702.A18379@monk.mps.ohio-state.edu>
13874 Branch: cfgperl
13875 ! pp_hot.c t/op/pat.t
13876____________________________________________________________________________
13877[ 2643] By: jhi on 1999/01/18 11:23:41
13878 Log: Add various cruft to "clean" target. (Time for t/Makefile?)
13879 Branch: cfgperl
13880 ! Makefile.SH
13881____________________________________________________________________________
13882[ 2642] By: jhi on 1999/01/18 11:03:38
13883 Log: GNU libc locale system has LANGUAGE env var that partly
13884 overrides even LC_ALL.
13885 Branch: cfgperl
13886 ! t/lib/safe2.t t/op/groups.t t/op/mkdir.t
13887____________________________________________________________________________
13888[ 2641] By: jhi on 1999/01/18 10:55:04
13889 Log: Integrate from mainperl.
13890 Branch: cfgperl
13891 +> ext/B/defsubs.h.PL
13892 ! t/op/groups.t
13893 !> (integrate 38 files)
13894____________________________________________________________________________
13895[ 2640] By: gsar on 1999/01/18 10:06:29
13896 Log: a few random cleanups
13897 Branch: perl
13898 ! ext/B/Makefile.PL lib/Test/Harness.pm t/pragma/warn/doio
13899____________________________________________________________________________
13900[ 2639] By: gsar on 1999/01/18 05:56:21
13901 Log: From: "Vishal Bhatia" <vishalb@hotmail.com>
13902 Date: Sun, 17 Jan 1999 16:41:10 PST
13903 Message-Id: <19990118004111.29667.qmail@hotmail.com>
13904 Subject: [PATCH 5.005_54]Duplicate saved ops (CC.pm)
13905 Branch: perl
13906 ! ext/B/B/C.pm
13907____________________________________________________________________________
13908[ 2638] By: gsar on 1999/01/18 05:41:21
13909 Log: From: jan.dubois@ibm.net (Jan Dubois)
13910 Date: Mon, 18 Jan 1999 00:37:41 +0100
13911 Message-Id: <36a271cd.2105507@smtp1.ibm.net>
13912 Subject: [PATCH 5.005_54] fix bugs in do_sv_dump() from Devel::Peek integration
13913 Branch: perl
13914 ! dump.c
13915____________________________________________________________________________
5fdc711f
GS
13916[ 2633] By: gsar on 1999/01/17 13:39:59
13917 Log: bogus assert()
13918 Branch: perl
13919 ! pp.c t/op/groups.t
13920____________________________________________________________________________
13921[ 2632] By: gsar on 1999/01/17 13:22:04
13922 Log: various tweaks for clean build and test on win32
13923 Branch: perl
13924 ! embed.h ext/B/Makefile.PL global.sym lib/FindBin.pm objXSUB.h
13925 ! op.c t/pragma/warn/doio
13926____________________________________________________________________________
13927[ 2631] By: gsar on 1999/01/17 12:28:06
13928 Log: undo change#2336, and add clarification about subversive
13929 CPAN distributions from Andreas Koenig
13930 Branch: perl
13931 ! Porting/pumpkin.pod lib/CPAN.pm
13932____________________________________________________________________________
13933[ 2630] By: gsar on 1999/01/17 12:04:06
13934 Log: fix silent taint failures under -U
13935 Branch: perl
13936 ! doio.c
13937____________________________________________________________________________
13938[ 2629] By: gsar on 1999/01/17 12:00:23
13939 Log: sanity check piped opens (tweaked version of patch suggested
13940 by Mark-Jason Dominus)
13941 Branch: perl
13942 ! doio.c pod/perldelta.pod pod/perldiag.pod t/io/pipe.t
13943 ! t/op/taint.t t/pragma/warn/doio
13944____________________________________________________________________________
13945[ 2628] By: gsar on 1999/01/17 11:26:21
13946 Log: regen headers
13947 Branch: perl
13948 ! embed.h embedvar.h objXSUB.h
13949____________________________________________________________________________
13950[ 2627] By: gsar on 1999/01/17 11:23:37
13951 Log: PERL_OBJECTness for change#2595
13952 Branch: perl
13953 ! embed.pl op.c pod/perlport.pod proto.h
13954____________________________________________________________________________
13955[ 2626] By: gsar on 1999/01/17 09:47:07
13956 Log: PERL_OBJECT tweaks for change#2426
13957 Branch: perl
13958 ! embed.pl proto.h regcomp.c
13959____________________________________________________________________________
13960[ 2625] By: gsar on 1999/01/17 09:37:58
13961 Log: documentation in change#2596 is not quite right; fix it
13962 Branch: perl
13963 ! lib/Math/BigFloat.pm pod/perlguts.pod
13964____________________________________________________________________________
13965[ 2624] By: gsar on 1999/01/17 09:28:34
13966 Log: undo change#2571; C<use File::Spec> instead
13967 Branch: perl
13968 ! lib/FindBin.pm
13969____________________________________________________________________________
13970[ 2623] By: gsar on 1999/01/17 09:20:42
13971 Log: change#2572 is not applicable; undo, retaining scan_bin addition
13972 to global.sym
13973 Branch: perl
13974 ! global.sym perl.c proto.h
13975____________________________________________________________________________
13976[ 2622] By: gsar on 1999/01/17 09:17:42
13977 Log: change#2576 is based on a wrong premise; undo it
13978 Branch: perl
13979 ! pp_ctl.c
13980____________________________________________________________________________
13981[ 2621] By: gsar on 1999/01/17 09:12:42
13982 Log: fix change#2602 to not used hard coded constants
13983 Branch: perl
13984 ! ext/B/B/C.pm ext/B/defsubs.h.PL
13985____________________________________________________________________________
13986[ 2620] By: gsar on 1999/01/17 09:02:07
13987 Log: integrate cfgperl changes into mainline, fix conflicts
13988 Branch: perl
13989 +> AUTHORS MAINTAIN README.mint ext/DynaLoader/hints/linux.pl
13990 +> ext/POSIX/hints/mint.pl hints/gnu.sh hints/mint.sh
13991 +> lib/Dumpvalue.pm mint/Makefile mint/README mint/errno.h
13992 +> mint/pwd.c mint/stdio.h mint/sys/time.h mint/time.h
13993 +> pod/perlopentut.pod
13994 !> (integrate 162 files)
13995____________________________________________________________________________
13996[ 2619] By: gsar on 1999/01/17 08:42:04
13997 Log: a few doc typos
13998 Branch: perl
13999 ! lib/utf8.pm pod/perlfunc.pod pod/perlre.pod
14000____________________________________________________________________________
5fdc711f
GS
14001[ 2616] By: gbarr on 1999/01/16 18:59:55
14002 Log: Win32 changes from Jan
14003
14004 From: jan.dubois@ibm.net (Jan Dubois)
14005 Date: Fri, 15 Jan 1999 23:38:35 +0100
14006 Message-ID: <36a7c10d.16311905@smtp1.ibm.net>
14007 Subject: [PATCH 5.005_03m2] Win32 Makefile patches
14008
14009 From: jan.dubois@ibm.net (Jan Dubois)
14010 Date: Sat, 16 Jan 1999 13:02:45 +0100
14011 Message-ID: <36a07da6.10722337@smtp1.ibm.net>
14012 Subject: [PATCH 5.005_03m2] minor tweaks to README.win32
14013 Branch: maint-5.005/perl
14014 ! README.win32 win32/Makefile win32/makefile.mk
14015____________________________________________________________________________
14016[ 2615] By: gbarr on 1999/01/16 18:48:48
14017 Log: Jumbo patch from Sarathy for PERL_OBJECT & USE_THREADS
14018
14019 From: Gurusamy Sarathy <gsar@engin.umich.edu>
14020 Date: Thu, 07 Jan 1999 00:12:00 -0500
14021 Message-Id: <199901070512.AAA23568@aatma.engin.umich.edu>
14022 Subject: Re: [PATCH 5.005_03-MAINT_TRIAL2] fixes for PERL_OBJECT and USE_THREADS builds
14023
14024 From: Gurusamy Sarathy <gsar@engin.umich.edu>
14025 Date: Thu, 14 Jan 1999 19:21:46 -0500
14026 Message-Id: <199901150021.TAA01886@aatma.engin.umich.edu>
14027 Subject: Re: [PATCH 5.005_03-MAINT_TRIAL2] fixes for PERL_OBJECT and USE_THREADS builds
14028 Branch: maint-5.005/perl
14029 ! embed.h global.sym lib/ExtUtils/MM_Unix.pm objXSUB.h objpp.h
14030 ! op.c perl.c perl.h perly.c perly.y perly_c.diff pp.c proto.h
14031 ! sv.c t/io/fs.t toke.c win32/GenCAPI.pl win32/config.bc
14032 ! win32/makedef.pl win32/runperl.c win32/win32.c
14033____________________________________________________________________________
14034[ 2614] By: gbarr on 1999/01/16 16:48:38
14035 Log: From: Jarkko Hietaniemi <jhi@iki.fi>
14036 Date: Fri, 15 Jan 1999 17:28:34 +0200 (EET)
14037 Message-Id: <199901151528.RAA08785@alpha.hut.fi>
14038 Subject: [PATCH] 5.005_03-MAINT_TRIAL_2: NetBSD patches
14039
14040 From: Jarkko Hietaniemi <jhi@iki.fi>
14041 Date: Fri, 15 Jan 1999 18:44:19 +0200 (EET)
14042 Message-Id: <199901151644.SAA08184@alpha.hut.fi>
14043 Subject: [PATCH] 5.005_03-MAINT_TRIAL_2: allow skipping the "install also as /usr/bin/perl" question of installperl
14044
14045 From: Jarkko Hietaniemi <jhi@iki.fi>
14046 Date: Fri, 15 Jan 1999 18:52:29 +0200 (EET)
14047 Message-Id: <199901151652.SAA11259@alpha.hut.fi>
14048 Subject: the promised "installusrbinperl + NetBSD" fix
14049 Branch: maint-5.005/perl
14050 ! Configure Makefile.SH hints/netbsd.sh installperl
14051 ! makedepend.SH unixish.h
14052____________________________________________________________________________
5fdc711f
GS
14053[ 2611] By: jhi on 1999/01/14 12:16:14
14054 Log: From: Tom Christiansen <tchrist@jhereg.perl.com>
14055 To: pumpkings@jhereg.perl.com
14056 Subject: perlopentut.pod
14057 Date: Sat, 09 Jan 1999 08:13:18 -0700
14058 Message-Id: <199901091513.IAA17512@jhereg.perl.com>
14059 Branch: cfgperl
14060 + pod/perlopentut.pod
14061 ! MANIFEST pod/perl.pod pod/perldelta.pod pod/roffitall
14062____________________________________________________________________________
5fdc711f
GS
14063[ 2607] By: gbarr on 1999/01/14 02:53:40
14064 Log: Added Carp::cluck to perldelta.pod
14065 Branch: maint-5.005/perl
14066 ! pod/perldelta.pod
14067____________________________________________________________________________
5fdc711f
GS
14068[ 2605] By: jhi on 1999/01/13 18:26:19
14069 Log: From: "Jonathan Fine (IT- Borders Online)" <jfine@borders.com>
14070 To: "'cpan@perl.org'" <cpan@perl.org>
14071 Subject: "Bug" fix for File::Find.pm
14072 Date: Thu, 31 Dec 1998 13:01:50 -0500
14073 Message-ID: <311F144DB5E5D011B03F00805FE954B10708BE17@exchange01_ph.borders.com>
14074 Branch: cfgperl
14075 ! lib/File/Find.pm
14076____________________________________________________________________________
14077[ 2604] By: jhi on 1999/01/13 18:08:45
14078 Log: From: Peter Wolfe <wolfe@teloseng.com>
14079 Subject: SCO 3.2v5 patch for perl5.005_03-MAINT_TRIAL_1
14080 To: perlbug@perl.com
14081 Date: 11 Jan 1999 23:00:05 +0200
14082 Message-ID: <MLIST_199901111950.LAA01703@titan.teloseng.com>
14083 Branch: cfgperl
14084 ! hints/sco.sh
14085____________________________________________________________________________
14086[ 2603] By: jhi on 1999/01/13 18:06:56
14087 Log: From: hans@icgroup.nl (Hans Mulder)
14088 Subject: [Patch for 5.005_54] re::debugcolors dumps core
14089 To: perlbug@perl.com
14090 Cc: hansmu@xs4all.nl
14091 Date: 11 Jan 1999 22:22:45 +0200
14092 Message-ID: <MLIST_9901111947.AA22109@icgned.icgroup.nl>
14093 Branch: cfgperl
14094 ! ext/re/re.pm regcomp.c
14095____________________________________________________________________________
14096[ 2602] By: jhi on 1999/01/13 18:05:43
14097 Log: From: "Vishal Bhatia" <vishalb@hotmail.com>
14098 Subject: [PATCH 5.005_54]B::MAGIC::PTR doesnot check for valid length.
14099 Date: 11 Jan 1999 08:02:41 +0200
14100 Lines: 134
14101 Message-ID: <MLIST_19990111052126.27966.qmail@hotmail.com>
14102 Branch: cfgperl
14103 ! ext/B/B.xs ext/B/B/C.pm
14104____________________________________________________________________________
14105[ 2601] By: jhi on 1999/01/13 18:01:53
14106 Log: From: James FitzGibbon <james@ican.net>
14107 Subject: Trivial patch for HP-UX 11 and shared libperl
14108 To: perl5-porters@perl.org
14109 Date: 8 Jan 1999 19:13:23 +0200
14110 Message-ID: <MLIST_Pine.BSF.4.05.9901081110090.21785-100000@staff1.tor.accglobal.net>
14111 Branch: cfgperl
14112 ! Makefile.SH
14113____________________________________________________________________________
14114[ 2600] By: jhi on 1999/01/13 17:59:45
14115 Log: From: "Vishal Bhatia" <vishalb@hotmail.com>
14116 Subject: [PATCH 5.005_54] B::CC::pp_rv2cv problem
14117 To: perl5-porters@perl.org
14118 Date: 8 Jan 1999 12:43:36 +0200
14119 Message-ID: <MLIST_19990108101557.4481.qmail@hotmail.com>
14120 Branch: cfgperl
14121 ! ext/B/B/CC.pm
14122____________________________________________________________________________
14123[ 2599] By: jhi on 1999/01/13 17:50:11
14124 Log: From: Robin Barker <rmb1@cise.npl.co.uk>
14125 Subject: PATCH to installperl
14126 To: perl5-porters@perl.org
14127 Date: 4 Jan 1999 16:15:18 +0200
14128 Message-ID: <MLIST_199901041350.NAA19665@cyclone.cise.npl.co.uk>
14129 Branch: cfgperl
14130 ! installperl
14131____________________________________________________________________________
14132[ 2598] By: jhi on 1999/01/13 17:34:51
14133 Log: From: pmarquess@bfsec.bt.co.uk (Paul Marquess)
14134 To: gsar@engin.umich.edu (Gurusamy Sarathy), gbarr@pobox.com
14135 Cc: perl5-porters@perl.org
14136 Subject: PATCH DB_File 1.63 for 5.005_54 & 5.005_03
14137 Date: Tue, 29 Dec 1998 16:23:54 +0000 (GMT)
14138 Message-Id: <9812291623.AA20884@claudius.bfsec.bt.co.uk>
14139 Branch: cfgperl
14140 ! ext/DB_File/Changes ext/DB_File/DB_File.pm
14141 ! ext/DB_File/DB_File.xs ext/DB_File/dbinfo ext/DB_File/typemap
14142____________________________________________________________________________
14143[ 2597] By: jhi on 1999/01/13 17:30:33
14144 Log: From: David Dyck <dcd@tc.fluke.com>
14145 To: Perl Porters <perl5-porters@perl.org>,
14146 Gurusamy Sarathy <gsar@engin.umich.edu>
14147 Subject: PATCH to perl5.005_54/pod/perldsc.pod (fix typo)
14148 Date: Tue, 12 Jan 1999 11:14:19 -0800 (PST)
14149 Message-ID: <Pine.LNX.4.05.9901121111250.22568-100000@dd.tc.fluke.com>
14150 Branch: cfgperl
14151 ! pod/perldsc.pod
14152____________________________________________________________________________
14153[ 2596] By: jhi on 1999/01/13 17:26:44
14154 Log: From: Joshua Pritikin <joshua.pritikin@db.com>
14155 To: perl5-porters@perl.org
14156 Subject: [PATCH] modglobal w/ spelling fixes
14157 Date: Tue, 12 Jan 1999 18:06:01 -0500 (EST)
14158 Message-ID: <Pine.GSO.4.02.9901121805290.625-100000@eq1062.wks.na.deuba.com>
14159 Branch: cfgperl
14160 ! pod/perlguts.pod
14161____________________________________________________________________________
14162[ 2595] By: jhi on 1999/01/13 17:24:59
14163 Log: From: Hans Mulder <hansm@icgroup.nl>
14164 Optimize common sort routines. Thread started by the message
14165
14166 From: Hans Mulder <hansm@icgroup.nl>
14167 Sender: owner-perl5-porters@perl.org
14168 To: perl5-porters@perl.org
14169 Subject: [Patch for 5.00554] From the Todo list: Optimize sort by { $a <=> $b
14170 Message-Id: <9901092156.AA03831@icgned.icgroup.nl>
14171
14172 and the patch from the message
14173
14174 From: Hans Mulder <hans@icgroup.nl>
14175 To: jhi@iki.fi
14176 Cc: perl5-porters@perl.org
14177 Subject: Re: [Patch for 5.00554] From the Todo list: Optimize sort by { $a <=>
14178 $b }
14179 Date: Wed, 13 Jan 1999 17:39:35 +0100
14180 Message-Id: <9901131639.AA17419@icgned.icgroup.nl>
14181 Branch: cfgperl
14182 ! Todo op.c op.h pp_ctl.c t/op/sort.t
14183____________________________________________________________________________
14184[ 2594] By: jhi on 1999/01/13 16:50:17
14185 Log: Atari MiNT port by Guido Flohr <gufl0000@stud.uni-sb.de>
14186 (the diffs were based on 5.004_02). Tested by Guido
14187 and Frank Naumann <fnaumann@prinz-atm.CS.Uni-Magdeburg.De>.
14188 Branch: cfgperl
14189 + README.mint ext/POSIX/hints/mint.pl hints/mint.sh
14190 + mint/Makefile mint/README mint/errno.h mint/pwd.c mint/stdio.h
14191 + mint/sys/time.h mint/time.h
14192 ! MANIFEST doio.c malloc.c miniperlmain.c perl.c t/io/fs.t
14193 ! t/lib/safe2.t t/op/groups.t t/op/mkdir.t t/op/taint.t util.c
14194____________________________________________________________________________
14195[ 2593] By: jhi on 1999/01/09 16:54:26
14196 Log: Detypo.
14197 Branch: cfgperl
14198 ! hints/dec_osf.sh
14199____________________________________________________________________________
14200[ 2592] By: jhi on 1999/01/09 16:17:13
14201 Log: Move usethreads and use64bits logic from hints to Configure.
14202 Branch: cfgperl
14203 ! Configure hints/README.hints hints/aix.sh hints/dec_osf.sh
14204 ! hints/dos_djgpp.sh hints/freebsd.sh hints/hpux.sh
14205 ! hints/irix_6.sh hints/irix_6_0.sh hints/irix_6_1.sh
14206 ! hints/linux.sh hints/os2.sh hints/solaris_2.sh hints/vmesa.sh
14207____________________________________________________________________________
14208[ 2591] By: jhi on 1999/01/09 14:45:24
14209 Log: Missing dTHRs added.
14210 Branch: cfgperl
14211 ! regcomp.c toke.c
14212____________________________________________________________________________
14213[ 2590] By: jhi on 1999/01/08 15:27:17
14214 Log: Finalize change #2589 and add better AIX nm scanning from:
14215
14216 Message-Id: <m0zyNW0-00017VC@gentoo.com>
14217 From: bll@gentoo.com (Brad Lanam)
14218 Subject: Re: mailhelp returned a non-zero status
14219 In-Reply-To: <199901072155.WAA14369@hptnocou.grenoble.hp.com> from Raphael Manfredi at "Jan 7, 1999 10:55:24 pm"
14220 To: ram@hptnocou.grenoble.hp.com (Raphael Manfredi)
14221 Branch: cfgperl
14222 ! Configure hints/freebsd.sh hints/linux.sh
14223____________________________________________________________________________
14224[ 2589] By: jhi on 1999/01/08 15:14:54
14225 Log: Undo change #2581.
14226 Branch: cfgperl
14227 ! Configure hints/freebsd.sh hints/linux.sh
14228____________________________________________________________________________
14229[ 2588] By: jhi on 1999/01/08 11:51:52
14230 Log: FAQ jumbo patch from tchrist.
14231
14232 Message-Id: <199901080605.XAA20229@jhereg.perl.com>
14233 From: Tom Christiansen <tchrist@jhereg.perl.com>
14234 To: pumpkings@jhereg.perl.com
14235 Subject: newest version of perlfaq.pod
14236 Date: Thu, 7 Jan 1999 23:05:02 -0700
14237
14238 Message-Id: <199901080605.XAA20231@jhereg.perl.com>
14239 From: Tom Christiansen <tchrist@jhereg.perl.com>
14240 To: pumpkings@jhereg.perl.com
14241 Subject: newest version of perlfaq1.pod
14242 Date: Thu, 7 Jan 1999 23:05:02 -0700
14243
14244 Message-Id: <199901080605.XAA20233@jhereg.perl.com>
14245 From: Tom Christiansen <tchrist@jhereg.perl.com>
14246 To: pumpkings@jhereg.perl.com
14247 Subject: newest version of perlfaq2.pod
14248 Date: Thu, 7 Jan 1999 23:05:02 -0700
14249
14250 Message-Id: <199901080605.XAA20235@jhereg.perl.com>
14251 From: Tom Christiansen <tchrist@jhereg.perl.com>
14252 To: pumpkings@jhereg.perl.com
14253 Subject: newest version of perlfaq3.pod
14254 Date: Thu, 7 Jan 1999 23:05:02 -0700
14255
14256 Message-Id: <199901080605.XAA20237@jhereg.perl.com>
14257 From: Tom Christiansen <tchrist@jhereg.perl.com>
14258 To: pumpkings@jhereg.perl.com
14259 Subject: newest version of perlfaq4.pod
14260 Date: Thu, 7 Jan 1999 23:05:02 -0700
14261
14262 Message-Id: <199901080605.XAA20239@jhereg.perl.com>
14263 From: Tom Christiansen <tchrist@jhereg.perl.com>
14264 To: pumpkings@jhereg.perl.com
14265 Subject: newest version of perlfaq5.pod
14266 Date: Thu, 7 Jan 1999 23:05:02 -0700
14267
14268 Message-Id: <199901080605.XAA20241@jhereg.perl.com>
14269 From: Tom Christiansen <tchrist@jhereg.perl.com>
14270 To: pumpkings@jhereg.perl.com
14271 Subject: newest version of perlfaq6.pod
14272 Date: Thu, 7 Jan 1999 23:05:02 -0700
14273
14274 Message-Id: <199901080605.XAA20243@jhereg.perl.com>
14275 From: Tom Christiansen <tchrist@jhereg.perl.com>
14276 To: pumpkings@jhereg.perl.com
14277 Subject: newest version of perlfaq7.pod
14278 Date: Thu, 7 Jan 1999 23:05:03 -0700
14279
14280 Message-Id: <199901080605.XAA20245@jhereg.perl.com>
14281 From: Tom Christiansen <tchrist@jhereg.perl.com>
14282 To: pumpkings@jhereg.perl.com
14283 Subject: newest version of perlfaq8.pod
14284 Date: Thu, 7 Jan 1999 23:05:03 -0700
14285
14286 Message-Id: <199901080605.XAA20257@jhereg.perl.com>
14287 From: Tom Christiansen <tchrist@jhereg.perl.com>
14288 To: pumpkings@jhereg.perl.com
14289 Subject: newest version of perlfaq9.pod
14290 Date: Thu, 7 Jan 1999 23:05:03 -0700
14291 Branch: cfgperl
14292 ! pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq2.pod
14293 ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod
14294 ! pod/perlfaq6.pod pod/perlfaq7.pod pod/perlfaq8.pod
14295 ! pod/perlfaq9.pod
14296____________________________________________________________________________
14297[ 2587] By: jhi on 1999/01/08 11:17:43
14298 Log: More doc fixes from Abigail.
14299 Branch: cfgperl
14300 ! lib/Time/gmtime.pm lib/Time/localtime.pm lib/User/grent.pm
14301 ! lib/User/pwent.pm
14302____________________________________________________________________________
14303[ 2585] By: jhi on 1999/01/08 08:31:02
14304 Log: Change #2584 from maint-5.005:
14305
14306 implemented Ilya's suggested fix, and added a testcase
14307
14308 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
14309 Date: Tue, 5 Jan 1999 00:56:01 -0500 (EST)
14310 Message-Id: <199901050556.AAA02597@monk.mps.ohio-state.edu>
14311 Subject: Re: Text::ParseWords: regex fix
14312 Branch: cfgperl
14313 ! lib/Text/ParseWords.pm t/lib/parsewords.t
14314____________________________________________________________________________
5fdc711f
GS
14315[ 2583] By: gbarr on 1999/01/08 04:50:03
14316 Log: From: Jarkko Hietaniemi <jhi@iki.fi>
14317 Date: Thu, 7 Jan 1999 12:47:38 +0200 (EET)
14318 Message-Id: <199901071047.MAA24100@alpha.hut.fi>
14319 Subject: [PATCH] 5.005_03-MAINT_TRIAL_2: ext/Errno_pm.PL: understand wrapper cppstdins
14320 Branch: maint-5.005/perl
14321 ! ext/Errno/Errno_pm.PL
14322____________________________________________________________________________
5fdc711f
GS
14323[ 2581] By: jhi on 1999/01/07 16:38:03
14324 Log: Configure update:
14325 - usethreads, use64bits, and usemultiplicity
14326 are no more interactively asked by Configure
14327 - "int main()" (vs bare "main()") enforced in test programs
14328 Branch: cfgperl
14329 ! Configure hints/freebsd.sh hints/linux.sh
14330____________________________________________________________________________
14331[ 2580] By: jhi on 1999/01/07 11:19:12
14332 Log: From: Dan Sugalski <sugalskd@osshe.edu>
14333 Date: Wed, 06 Jan 1999 13:47:34 -0800
14334 Message-Id: <3.0.6.32.19990106134734.0334d260@ous.edu>
14335 Subject: [PATCH 5.005_02-MT2, 5.005_5x]VMS.C tweak for occasional system() error
14336 Branch: cfgperl
14337 ! vms/vms.c
14338____________________________________________________________________________
14339[ 2579] By: jhi on 1999/01/07 09:08:36
14340 Log: Another set of doc patches from Abigail
14341
14342 From: abigail@fnx.com
14343 Message-ID: <19990107032132.20124.qmail@alexandra.wayne.fnx.com>
14344 Subject: [PATCH 5.005_03 TRAIL2 lib/Net/hostent.pm] Typo fix
14345 Date: Wed, 6 Jan 1999 22:21:32 -0500 (EST)
14346
14347 From: abigail@fnx.com
14348 Message-ID: <19990107032445.20178.qmail@alexandra.wayne.fnx.com>
14349 Subject: [PATCH 5.005_03 TRIAL2 lib/Net/netent.pm] Typo fix
14350 Date: Wed, 6 Jan 1999 22:24:45 -0500 (EST)
14351
14352 From: abigail@fnx.com
14353 Message-ID: <19990107032834.20362.qmail@alexandra.wayne.fnx.com>
14354 Subject: [PATCH 5.005_03 TRAIL2 lib/Term/Complete.pm] Typo fix
14355 Date: Wed, 6 Jan 1999 22:28:34 -0500 (EST)
14356
14357 From: abigail@fnx.com
14358 Message-ID: <19990107033136.20440.qmail@alexandra.wayne.fnx.com>
14359 Subject: [PATCH 5.005_03 TRAIL2 lib/Term/ReadLine.pm] Typo fix
14360 Date: Wed, 6 Jan 1999 22:31:36 -0500 (EST)
14361
14362 From: abigail@fnx.com
14363 Message-ID: <19990107033351.20540.qmail@alexandra.wayne.fnx.com>
14364 Subject: [PATCH 5.005_03 TRIAL2 lib/CGI/Apache.pm] Typo fix
14365 Date: Wed, 6 Jan 1999 22:33:51 -0500 (EST)
14366
14367 From: abigail@fnx.com
14368 Message-ID: <19990107033933.20707.qmail@alexandra.wayne.fnx.com>
14369 Subject: [PATCH 5.005_03 TRIAL2 lib/CGI/Push.pm] Typo fix
14370 Date: Wed, 6 Jan 1999 22:39:33 -0500 (EST)
14371
14372 From: abigail@fnx.com
14373 Message-ID: <19990107034548.20936.qmail@alexandra.wayne.fnx.com>
14374 Subject: [PATCH 5.005_03 TRIAL2 lib/File/Copy.pm] Typo fixes
14375 Date: Wed, 6 Jan 1999 22:45:48 -0500 (EST)
14376
14377 From: abigail@fnx.com
14378 Message-ID: <19990107034856.21056.qmail@alexandra.wayne.fnx.com>
14379 Subject: [PATCH 5.005_03 TRIAL2 lib/File/Spec.pm] Typo fix
14380 Date: Wed, 6 Jan 1999 22:48:56 -0500 (EST)
14381
14382 From: abigail@fnx.com
14383 Message-ID: <19990107035113.21174.qmail@alexandra.wayne.fnx.com>
14384 Subject: [PATCH 5.005_03 TRIAL2 lib/File/Spec/Mac.pm] Typo fixes
14385 Date: Wed, 6 Jan 1999 22:51:13 -0500 (EST)
14386
14387 From: abigail@fnx.com
14388 Message-ID: <19990107035612.21522.qmail@alexandra.wayne.fnx.com>
14389 Subject: [PATCH 5.005_03 TRIAL2 lib/Math/BigFloat.pm] Typo fix
14390 Date: Wed, 6 Jan 1999 22:56:12 -0500 (EST)
14391
14392 From: abigail@fnx.com
14393 Message-ID: <19990107035842.21585.qmail@alexandra.wayne.fnx.com>
14394 Subject: [PATCH 5.005_03 TRIAL2 lib/Math/BigInt.pm] Typo fixes
14395 Date: Wed, 6 Jan 1999 22:58:41 -0500 (EST)
14396
14397 From: abigail@fnx.com
14398 Message-ID: <19990107040644.22009.qmail@alexandra.wayne.fnx.com>
14399 Subject: [PATCH 5.005_03 TRIAL2 lib/Text/Wrap.pm] Typo fixes
14400 Date: Wed, 6 Jan 1999 23:06:44 -0500 (EST)
14401
14402 From: abigail@fnx.com
14403 Message-ID: <19990107040955.22087.qmail@alexandra.wayne.fnx.com>
14404 Subject: [PATCH 5.005_03 TRIAL2 lib/Tie/Array.pm] Typo fixes
14405 Date: Wed, 6 Jan 1999 23:09:55 -0500 (EST)
14406
14407 From: abigail@fnx.com
14408 Message-ID: <19990107041136.22174.qmail@alexandra.wayne.fnx.com>
14409 Subject: [PATCH 5.005_03 TRIAL2 lib/Tie/Hash.pm] Typo fix
14410 Date: Wed, 6 Jan 1999 23:11:36 -0500 (EST)
14411 Branch: cfgperl
14412 ! lib/CGI/Apache.pm lib/CGI/Push.pm lib/File/Copy.pm
14413 ! lib/File/Spec.pm lib/File/Spec/Mac.pm lib/Math/BigFloat.pm
14414 ! lib/Math/BigInt.pm lib/Net/hostent.pm lib/Net/netent.pm
14415 ! lib/Term/Complete.pm lib/Term/ReadLine.pm lib/Text/Wrap.pm
14416 ! lib/Tie/Array.pm lib/Tie/Hash.pm
14417____________________________________________________________________________
99ed61e6
GS
14418[ 2576] By: jhi on 1999/01/06 17:05:20
14419 Log: Change #2582 fallout: the amagic_cmp* are no more file static.
14420 Branch: cfgperl
14421 ! pp_ctl.c
5fdc711f
GS
14422____________________________________________________________________________
14423[ 2575] By: jhi on 1999/01/06 13:18:56
14424 Log: Enhance the great_circle_distance() documentation.
14425 Branch: cfgperl
14426 ! lib/Math/Trig.pm
14427____________________________________________________________________________
14428[ 2574] By: jhi on 1999/01/06 12:58:03
14429 Log: From: Mark Bixby <markb@spock.dis.cccd.edu>
14430 To: perlbug@perl.com
14431 Subject: [PATCH 5.005_03-MAINT_TRIAL_2] t/op/sysio.t for MPE/iX
14432 Date: Mon, 4 Jan 1999 13:34:58 -0800 (PST)
14433 Message-Id: <199901042134.NAA18852@spock.dis.cccd.edu>
14434 Branch: cfgperl
14435 ! t/op/sysio.t
14436____________________________________________________________________________
14437[ 2573] By: jhi on 1999/01/06 12:40:19
14438 Log: From: "W. Phillip Moore" <wpm@ms.com>
14439 To: perlbug@perl.org
14440 Subject: [PATCH] POSIX getpgrp is not -w clean
14441 Date: Tue, 5 Jan 1999 12:40:27 -0500 (EST)
14442 Message-ID: <13970.20107.190314.549471@zappa>
14443 Branch: cfgperl
14444 ! ext/POSIX/POSIX.pm
14445____________________________________________________________________________
14446[ 2572] By: jhi on 1999/01/06 12:25:24
14447 Log: Based on
14448 From: jan.dubois@ibm.net (Jan Dubois)
14449 To: perl5-porters@perl.org
14450 Subject: [PATCH 5.005_03-MAINT_TRIAL2] fixes for PERL_OBJECT and USE_THREADS builds
14451 Date: Wed, 06 Jan 1999 01:24:09 +0100
14452 Message-ID: <3696aa85.18259325@smtp1.ibm.net>
14453 except that
14454 - objXSUB.h was already okay
14455 - embed.h patching is futile, global.sym patched instead
14456 - objpp.h does not exist
14457 - proto.h addition applied manually
14458 - win32/GenCAPI.pl was already okay
14459 - win32/makedef.pl was already okay
14460 Branch: cfgperl
14461 ! global.sym perl.c proto.h
14462____________________________________________________________________________
14463[ 2571] By: jhi on 1999/01/06 11:25:48
14464 Log: From: Slaven Rezic <eserte@cs.tu-berlin.de>
14465 To: perlbug@perl.com
14466 Subject: FindBin.pm on Win32 systems
14467 Date: Mon, 4 Jan 1999 23:01:46 +0100 (CET)
14468 Message-Id: <199901042201.XAA01875@cabulja.herceg.de>
14469 Branch: cfgperl
14470 ! lib/FindBin.pm
14471____________________________________________________________________________
14472[ 2570] By: jhi on 1999/01/06 11:21:48
14473 Log: From: Dan Sugalski <sugalskd@osshe.edu>
14474 To: perl5-porters@perl.org, vmsperl@perl.org
14475 Subject: [PATCH 5.005_03-MAINT_TRIAL_2]taint.c fix for VMS
14476 Date: Tue, 05 Jan 1999 16:47:31 -0800
14477 Message-Id: <3.0.6.32.19990105164731.00b5b2d0@ous.edu>
14478
14479 (the ext/IO/lib/IO/Socket.pm was not really changed here;
14480 it was a leftover from #2569)
14481 Branch: cfgperl
14482 ! ext/IO/lib/IO/Socket.pm taint.c
14483____________________________________________________________________________
14484[ 2569] By: jhi on 1999/01/06 11:18:22
14485 Log: Jumbo doc patch from Abigail (almost identical to
14486 the 5.005-maint change #2562 except for the
14487 ext/IO/lib/IO/Socket.pm patch which was not
14488 applicable because the IO version of 5.005-devel
14489 is somewhat different (why?))
14490
14491 From: abigail@fnx.com
14492 Message-ID: <19990105170142.4889.qmail@alexandra.wayne.fnx.com>
14493 Subject: [PATCH 5.005_03-TRIAL2 lib/ExtUtils/Liblist.pm] pod fixes
14494 Date: Tue, 5 Jan 1999 12:01:42 -0500 (EST)
14495
14496 From: abigail@fnx.com
14497 Message-ID: <19990105172855.5115.qmail@alexandra.wayne.fnx.com>
14498 Subject: [PATCH 5.005_03 MAINT2 lib/ExtUtils/Commands.pm] Typo fix.
14499 Date: Tue, 5 Jan 1999 12:28:55 -0500 (EST)
14500
14501 From: abigail@fnx.com
14502 Message-ID: <19990105173808.5260.qmail@alexandra.wayne.fnx.com>
14503 Subject: [PATCH perl5.005_03 MAINT3 lib/ExtUtils/Embed.pm] Typo fix
14504 Date: Tue, 5 Jan 1999 12:38:08 -0500 (EST)
14505
14506 From: abigail@fnx.com
14507 Message-ID: <19990105174859.5533.qmail@alexandra.wayne.fnx.com>
14508 Subject: [PATCH 5.005_03 MAINT2 lib/ExtUtils/Install.pm] Typo fix
14509 Date: Tue, 5 Jan 1999 12:48:59 -0500 (EST)
14510
14511 From: abigail@fnx.com
14512 Message-ID: <19990105174947.5547.qmail@alexandra.wayne.fnx.com>
14513 Subject: [PATCH 5.005_03 lib/ExtUtils/MM_Unix.pm] Typo fixes
14514 Date: Tue, 5 Jan 1999 12:49:46 -0500 (EST)
14515
14516 From: abigail@fnx.com
14517 Message-ID: <19990105182301.5966.qmail@alexandra.wayne.fnx.com>
14518 Subject: [PATCH 5.005_03 lib/ExtUtils/MakeMaker.pm] Typos fixes.
14519 Date: Tue, 5 Jan 1999 13:23:00 -0500 (EST)
14520
14521 From: abigail@fnx.com
14522 Message-ID: <19990105183344.6065.qmail@alexandra.wayne.fnx.com>
14523 Subject: [PATCH 5.005_03 TRIAL2 lib/ExtUtils/Manifest.pm] Typo fixes
14524 Date: Tue, 5 Jan 1999 13:33:44 -0500 (EST)
14525
14526 From: abigail@fnx.com
14527 Message-ID: <19990105184028.6220.qmail@alexandra.wayne.fnx.com>
14528 Subject: [PATCH 5.005_03 TRIAL2 lib/ExtUtils/Mksymlists.pm] Typo fix
14529 Date: Tue, 5 Jan 1999 13:40:28 -0500 (EST)
14530
14531 From: abigail@fnx.com
14532 Message-ID: <19990106012015.9451.qmail@alexandra.wayne.fnx.com>
14533 Subject: [PATCH 5.005_03 TRIAL2 lib/IO/Pipe.pm] Typo fixes.
14534 Date: Tue, 5 Jan 1999 20:20:15 -0500 (EST)
14535
14536 From: abigail@fnx.com
14537 Message-ID: <19990106012047.9459.qmail@alexandra.wayne.fnx.com>
14538 Subject: [PATCH 5.005_03 TRAIL2 lib/IO/Seekable.pm] Typo fixes
14539 Date: Tue, 5 Jan 1999 20:20:47 -0500 (EST)
14540 Branch: cfgperl
14541 ! ext/IO/lib/IO/Pipe.pm ext/IO/lib/IO/Seekable.pm
14542 ! lib/ExtUtils/Command.pm lib/ExtUtils/Embed.pm
14543 ! lib/ExtUtils/Install.pm lib/ExtUtils/Liblist.pm
14544 ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MakeMaker.pm
14545 ! lib/ExtUtils/Manifest.pm lib/ExtUtils/Mksymlists.pm
14546____________________________________________________________________________
14547[ 2568] By: gbarr on 1999/01/06 03:13:15
14548 Log: From: jan.dubois@ibm.net (Jan Dubois)
14549 Date: Wed, 06 Jan 1999 01:24:09 +0100
14550 Message-ID: <3696aa85.18259325@smtp1.ibm.net>
14551 Subject: [PATCH 5.005_03-MAINT_TRIAL2] fixes for PERL_OBJECT and USE_THREADS builds
14552 Branch: maint-5.005/perl
14553 ! embed.h global.sym objXSUB.h objpp.h perl.c proto.h
14554 ! win32/GenCAPI.pl win32/makedef.pl
14555____________________________________________________________________________
5fdc711f
GS
14556[ 2566] By: gbarr on 1999/01/06 02:29:05
14557 Log: From: "W. Phillip Moore" <wpm@ms.com>
14558 Date: Tue, 5 Jan 1999 12:40:27 -0500 (EST)
14559 Message-ID: <13970.20107.190314.549471@zappa>
14560 Subject: [PATCH] POSIX getpgrp is not -w clean
14561 Branch: maint-5.005/perl
14562 ! ext/POSIX/POSIX.pm
14563____________________________________________________________________________
14564[ 2565] By: gbarr on 1999/01/06 02:19:00
14565 Log: From: Slaven Rezic <eserte@cs.tu-berlin.de>
14566 Date: Mon, 4 Jan 1999 23:01:46 +0100 (CET)
14567 Message-Id: <199901042201.XAA01875@cabulja.herceg.de>
14568 Subject: FindBin.pm on Win32 systems
14569 Branch: maint-5.005/perl
14570 ! lib/FindBin.pm
14571____________________________________________________________________________
5fdc711f
GS
14572[ 2561] By: jhi on 1999/01/05 10:49:10
14573 Log: Reword the setlocale() 1-arg case better.
14574 Branch: cfgperl
14575 ! ext/POSIX/POSIX.pod
14576____________________________________________________________________________
5fdc711f
GS
14577[ 2559] By: gbarr on 1999/01/02 15:37:35
14578 Log: From: Blair Zajac <bzajac@geostaff.com>
14579 Date: Wed, 23 Dec 1998 17:13:32 -0800
14580 Message-ID: <3681953C.8B6A90AA@geostaff.com>
14581 Subject: Tie::SubstrHash patch
14582 Branch: maint-5.005/perl
14583 ! lib/Tie/SubstrHash.pm
14584____________________________________________________________________________
5fdc711f
GS
14585[ 2554] By: jhi on 1999/01/02 14:55:06
14586 Log: Object destruction order testing.
14587 Branch: cfgperl
14588 ! t/op/misc.t
14589____________________________________________________________________________
14590[ 2553] By: jhi on 1999/01/02 14:49:40
14591 Log: perldelta the Dumpvalue.pm of change #2513.
14592 Branch: cfgperl
14593 ! lib/Dumpvalue.pm pod/perldelta.pod
14594____________________________________________________________________________
14595[ 2552] By: nick on 1999/01/02 14:45:38
14596 Log: Tone down Makefile.PL so it works on Win32
14597 Branch: perl
14598 ! ext/B/Makefile.PL
14599____________________________________________________________________________
14600[ 2551] By: nick on 1999/01/02 14:06:30
14601 Log: Export constant subs from B.xs for op.h, cop.h and a few others.
14602 Use them in various B::* rather than have local defs.
14603 Branch: perl
14604 + ext/B/defsubs.h.PL
14605 ! ext/B/B.pm ext/B/B.xs ext/B/B/Bytecode.pm ext/B/B/C.pm
14606 ! ext/B/B/CC.pm ext/B/B/Deparse.pm ext/B/B/Lint.pm
14607 ! ext/B/B/Stackobj.pm ext/B/B/Xref.pm ext/B/Makefile.PL
14608____________________________________________________________________________
14609[ 2550] By: nick on 1999/01/02 10:04:02
14610 Log: Integrate ext/B changes from //depot/cfgperl
14611 Branch: perl
14612 !> ext/B/B.xs ext/B/B/C.pm ext/B/B/CC.pm ext/B/B/Stackobj.pm
14613____________________________________________________________________________
14614[ 2549] By: jhi on 1999/01/01 13:54:16
14615 Log: From: "Paul Holser" <Paul.Holser.pholser@nortelnetworks.com>
14616 To: perlbug@perl.com
14617 Subject: op/groups.t fails test 1 on HP-UX 10.20
14618 Date: Wed, 30 Dec 1998 15:16:12 -0600 (CST)
14619 Message-Id: <199812302116.PAA12439@crchh44c.us.nortel.com>
14620 Branch: cfgperl
14621 ! t/op/groups.t
14622____________________________________________________________________________
14623[ 2548] By: jhi on 1999/01/01 13:53:31
14624 Log: From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
14625 To: perl5-porters@perl.org
14626 cc: hv@crypt0.demon.co.uk
14627 Subject: [bug 5.004_54] duplicate error message
14628 Date: Thu, 31 Dec 1998 04:05:25 +0000
14629 Message-Id: <199812310405.EAA00386@crypt.compulink.co.uk>
14630
14631 Message-ID: <13963.60672.134591.383377@alias-2.pr.mcs.net>
14632 From: Stephen McCamant <smccam@uclink4.berkeley.edu>
14633 To: hv@crypt0.demon.co.uk
14634 Cc: perl5-porters@perl.org
14635 Subject: [PATCH _54] Re: duplicate error message
14636 Date: Thu, 31 Dec 1998 16:10:13 -0600 (CST)
14637
14638 Message-Id: <199901010732.HAA02926@crypt.compulink.co.uk>
14639 From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
14640 To: Stephen McCamant <smccam@uclink4.berkeley.edu>
14641 cc: hv@crypt0.demon.co.uk, perl5-porters@perl.org
14642 Subject: [TEST PATCH _54] Re: duplicate error message
14643 Date: Fri, 01 Jan 1999 07:32:14 +0000
14644 Branch: cfgperl
14645 ! op.c t/pragma/warn/op
14646____________________________________________________________________________
14647[ 2547] By: jhi on 1998/12/31 14:15:04
14648 Log: From: Chris Nandor <pudge@pobox.com>
14649 To: jhi@iki.fi
14650 Cc: perl5-porters@perl.org
14651 Subject: Re: [PATCH] perlport.pod 1.38
14652 Date: Thu, 31 Dec 1998 09:06:48 -0500
14653 Message-Id: <v04020a1db2b1352ec92a@[192.168.0.77]>
14654 Branch: cfgperl
14655 ! pod/perlport.pod
14656____________________________________________________________________________
14657[ 2546] By: jhi on 1998/12/31 11:18:17
14658 Log: From: Wilson P. Snyder II
14659 To: perl5-porters@perl.org
14660 Subject: [PATCH v5.5.53] REV2: Binary number support
14661 Date: 1998/11/30
14662 Message-ID: <199811301543.KAA15689@vulcan.maker.com>
14663 Branch: cfgperl
14664 ! pod/perldata.pod pod/perldelta.pod pod/perlfunc.pod pp.c
14665 ! proto.h sv.c t/op/oct.t t/op/sprintf.t t/pragma/warn/util
14666 ! toke.c util.c
14667____________________________________________________________________________
14668[ 2545] By: jhi on 1998/12/31 09:27:40
14669 Log: From: "Todd C. Miller" <Todd.Miller@courtesan.com>
14670 To: perlbug@perl.com
14671 Subject: "perl -T -P" dumps core on OpenBSD and Linux
14672 Date: Wed, 30 Dec 1998 21:11:05 -0700 (MST)
14673 Message-Id: <199812310411.VAA37568@xerxes.courtesan.com>
14674 Branch: cfgperl
14675 ! taint.c
14676____________________________________________________________________________
14677[ 2544] By: jhi on 1998/12/31 09:21:45
14678 Log: From: Tim Bunce <Tim.Bunce@ig.co.uk>
14679 To: perlbug@perl.com
14680 Subject: bug in pod2man search for perl binary [5.005_5x]
14681 Date: Sat, 12 Dec 1998 23:08:51 +0000
14682 Message-ID: <19981212230851.A20578@ig.co.uk>
14683 Branch: cfgperl
14684 ! pod/pod2man.PL
14685____________________________________________________________________________
5fdc711f
GS
14686[ 2541] By: gbarr on 1998/12/30 14:37:14
14687 Log: From: jan.dubois@ibm.net (Jan Dubois)
14688 Date: Wed, 23 Dec 1998 21:26:38 +0100
14689 Message-ID: <36895086.8849224@smtp1.ibm.net>
14690 Subject: [PATCH 5.005_03m1] subdirectory Makefiles should inherit CAPI setting from command line
14691 Branch: maint-5.005/perl
14692 ! lib/ExtUtils/MakeMaker.pm
14693____________________________________________________________________________
14694[ 2540] By: jhi on 1998/12/30 08:42:04
14695 Log: Evermore AUTHORS and MAINTAIN.
14696 Branch: cfgperl
14697 ! AUTHORS MAINTAIN
14698____________________________________________________________________________
14699[ 2539] By: jhi on 1998/12/29 15:10:34
14700 Log: More AUTHORS and MAINTAIN.
14701 Branch: cfgperl
14702 ! AUTHORS MAINTAIN
14703____________________________________________________________________________
5fdc711f
GS
14704[ 2537] By: jhi on 1998/12/29 14:34:47
14705 Log: From: Frank Ridderbusch <Frank.Ridderbusch@pdb.siemens.de>
14706 Date: Tue, 15 Dec 1998 16:23:12 +0100 (MET)
14707 Message-ID: <13942.32480.700000.640927@utensil>
14708 Subject: Minor Bug in AutoSplit.qm in 5.005 and 5.004
14709 (mirror change#2531 in the 5.005-maint)
14710 Branch: cfgperl
14711 ! lib/AutoSplit.pm
14712____________________________________________________________________________
5fdc711f
GS
14713[ 2531] By: gbarr on 1998/12/29 14:12:25
14714 Log: change in_pod pattern to /^=\w/ from /^=/
14715 From: Frank Ridderbusch <Frank.Ridderbusch@pdb.siemens.de>
14716 Date: Tue, 15 Dec 1998 16:23:12 +0100 (MET)
14717 Message-ID: <13942.32480.700000.640927@utensil>
14718 Subject: Minor Bug in AutoSplit.qm in 5.005 and 5.004
14719 Branch: maint-5.005/perl
14720 ! lib/AutoSplit.pm
14721____________________________________________________________________________
5fdc711f
GS
14722[ 2525] By: jhi on 1998/12/29 13:06:26
14723 Log: From: "Vishal Bhatia" <vishalb@hotmail.com>
14724 To: perl5-porters@perl.org
14725 Subject: [PATCH 5.005_54] More minor Fixes in CC.pm/C.pm
14726 Date: 16 Dec 1998 03:17:03 +0200
14727 Message-ID: <MLIST_199812160055.QAA06272@f10.hotmail.com>
14728 Branch: cfgperl
14729 ! ext/B/B/C.pm ext/B/B/CC.pm ext/B/B/Stackobj.pm
14730____________________________________________________________________________
14731[ 2524] By: jhi on 1998/12/29 13:00:06
14732 Log: From: "Vishal Bhatia" <vishalb@hotmail.com>
14733 To: perl5-porters@perl.org
14734 Cc: rmb1@cise.npl.co.uk, nick@ni-s.u-net.com
14735 Subject: [PATCH 5.005_54] Re:perlcc -e 'my $x = shift; print +($x ?...' failure
14736 Date: 10 Dec 1998 08:30:02 +0200
14737 Message-ID: <MLIST_19981210061651.29891.qmail@hotmail.com>
14738
14739 (Nick's part was applied earlier, in change #2460)
14740 Branch: cfgperl
14741 ! ext/B/B.xs ext/B/B/C.pm ext/B/B/CC.pm ext/B/B/Stackobj.pm
14742____________________________________________________________________________
14743[ 2523] By: jhi on 1998/12/29 12:41:31
14744 Log: From: "vishal bhatia" <vishalb@hotmail.com>
14745 To: nick@ni-s.u-net.com
14746 Cc: perl5-porters@perl.org
14747 Subject: [PATCH 5.005_54] return value of perlcc/B::CC generated functions.
14748 Date: 9 Dec 1998 06:50:30 +0200
14749 Message-ID: <MLIST_19981209043146.16829.qmail@hotmail.com>
14750 Branch: cfgperl
14751 ! ext/B/B/CC.pm
14752____________________________________________________________________________
14753[ 2522] By: jhi on 1998/12/29 12:15:18
14754 Log: From: rjk@linguist.dartmouth.edu (Ronald J. Kimball)
14755 To: perl5-porters@perl.org (Perl 5 Porters)
14756 Subject: [PATCH 5.005_54] Pod::Text.pm reformating indented paragraphs
14757 Date: 25 Dec 1998 23:02:28 +0200
14758 Message-ID: <MLIST_199812252034.PAA27812@linguist.dartmouth.edu>
14759 Branch: cfgperl
14760 ! lib/Pod/Text.pm
14761____________________________________________________________________________
14762[ 2521] By: jhi on 1998/12/29 12:07:54
14763 Log: Undo #2519 (breaks universal.c).
14764 Branch: cfgperl
14765 ! XSUB.h
14766____________________________________________________________________________
14767[ 2519] By: jhi on 1998/12/29 11:41:10
14768 Log: From: Joshua Pritikin <joshua.pritikin@db.com>
14769 To: perl5-porters@perl.org
14770 Cc: perl-xs@perl.org
14771 Subject: XSUB.h refinement [PATCH]
14772 Date: 18 Dec 1998 03:58:44 +0200
14773 Message-ID: <MLIST_Pine.GSO.4.02.9812171733330.589-100000@eq1062.wks.na.deuba.com>
14774 Branch: cfgperl
14775 ! XSUB.h
14776____________________________________________________________________________
14777[ 2518] By: jhi on 1998/12/29 11:36:19
14778 Log: From: abigail@fnx.com
14779 To: perl5-porters@perl.org (Perl Porters)
14780 Subject: [PATCH 5.005_02; lib/fields.pm] Typos in pod.
14781 Date: 28 Dec 1998 21:39:15 +0200
14782 Message-ID: <MLIST_19981228191612.8380.qmail@alexandra.wayne.fnx.com>
14783 Branch: cfgperl
14784 ! lib/fields.pm
14785____________________________________________________________________________
14786[ 2517] By: jhi on 1998/12/29 11:35:03
14787 Log: Document change #2516.
14788 Branch: cfgperl
14789 ! pod/perldelta.pod
14790____________________________________________________________________________
14791[ 2516] By: jhi on 1998/12/29 11:32:26
14792 Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
14793 To: perl5-porters@perl.org (Mailing list Perl5)
14794 Subject: [PATCH 5.005_53] Warn on unrecognized alpha escapes.
14795 Date: 9 Dec 1998 10:39:31 +0200
14796 Message-ID: <MLIST_199812090823.DAA17566@monk.mps.ohio-state.edu>
14797 Branch: cfgperl
14798 ! pod/perldiag.pod regcomp.c toke.c
14799____________________________________________________________________________
14800[ 2515] By: jhi on 1998/12/29 11:27:11
14801 Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
14802 To: perl5-porters@perl.org (Mailing list Perl5)
14803 Subject: [PATCH 5.005_53] Bugs in hairy interactions of feature in REx
14804 Date: 8 Dec 1998 09:02:04 +0200
14805 Message-ID: <MLIST_199812080637.BAA16025@monk.mps.ohio-state.edu>
14806
14807 \G fixes (wasn't working right with //g, s///, and $_ in (?{})).
14808 Branch: cfgperl
14809 ! pp_ctl.c pp_hot.c regexec.c regexp.h t/op/pat.t t/op/subst.t
14810____________________________________________________________________________
14811[ 2514] By: jhi on 1998/12/29 11:21:31
14812 Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
14813 To: perl5-porters@perl.org (Mailing list Perl5)
14814 Subject: [PATCH 5.005_53] Regexp tests and UTF8
14815 Date: 8 Dec 1998 07:02:01 +0200
14816 Message-ID: <MLIST_199812080447.XAA05297@monk.mps.ohio-state.edu>
14817 Branch: cfgperl
14818 ! regcomp.c
14819____________________________________________________________________________
14820[ 2513] By: jhi on 1998/12/29 11:18:34
14821 Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
14822 Subject: [PATCH 5.005_*] Dumpvar.pm
14823 To: perl5-porters@perl.org (Mailing list Perl5)
14824 Date: 7 Dec 1998 10:17:35 +0200
14825 Message-ID: <MLIST_199812070744.CAA18949@monk.mps.ohio-state.edu>
14826 Branch: cfgperl
14827 + lib/Dumpvalue.pm
14828 ! MANIFEST
14829____________________________________________________________________________
5fdc711f
GS
14830[ 2511] By: gbarr on 1998/12/28 14:55:28
14831 Log: From: jan.dubois@ibm.net (Jan Dubois)
14832 Date: Tue, 01 Dec 1998 00:07:33 +0100
14833 Message-ID: <366921b5.14512598@smtp1.ibm.net>
14834 Subject: Re: 5.005_03-MAINT-TRIAL1, [PATCH] to compile on Win32
14835
14836 From: jan.dubois@ibm.net (Jan Dubois)
14837 Date: Wed, 02 Dec 1998 00:24:54 +0100
14838 Message-ID: <366a77bb.19498126@smtp1.ibm.net>
14839 Subject: Re: 5.005_03-MAINT-TRIAL1, [PATCH] spaces in filenames support
14840 Branch: maint-5.005/perl
14841 ! perl.h proto.h taint.c win32/GenCAPI.pl win32/Makefile
14842 ! win32/config.bc win32/config.gc win32/config.vc
14843 ! win32/config_sh.PL win32/makedef.pl
14844____________________________________________________________________________
5fdc711f 14845[ 2509] By: jhi on 1998/12/28 13:00:31
99ed61e6
GS
14846 Log: Kickstart AUTHORS and MAINTAIN.
14847 Branch: cfgperl
14848 + AUTHORS MAINTAIN
14849 ! MANIFEST
5fdc711f
GS
14850____________________________________________________________________________
14851[ 2508] By: jhi on 1998/12/28 08:04:00
99ed61e6
GS
14852 Log: From: Nathan Torkington <gnat@frii.com>
14853 To: perlbug@perl.com
14854 Subject: [PATCH] perlxstut.pod fix
14855 Date: Sat, 26 Dec 1998 14:28:21 +1300 (NZDT)
14856 Message-ID: <13956.15285.933914.320849@localhost.frii.com>
14857 Branch: cfgperl
14858 ! pod/perlxstut.pod
5fdc711f
GS
14859____________________________________________________________________________
14860[ 2507] By: jhi on 1998/12/28 07:59:00
99ed61e6
GS
14861 Log: From: abigail@fnx.com
14862 To: perlbug@perl.com
14863 Subject: [PATCH 5.005_02] Re: m// doc is buggy (was Re: m'$foo' is undocumented)
14864 Date: Wed, 23 Dec 1998 22:59:59 -0500 (EST)
14865 Message-ID: <19981224035959.16994.qmail@alexandra.wayne.fnx.com>
14866 (slightly modified, a part of the patch was rejected)
14867 (strange, I thought I had already submitted this one
14868 but Perforce disagrees with me...)
14869 Branch: cfgperl
14870 ! pod/perlop.pod
5fdc711f
GS
14871____________________________________________________________________________
14872[ 2506] By: jhi on 1998/12/28 07:56:59
99ed61e6
GS
14873 Log: From: Artur <artur@vogon-solutions.com>
14874 To: perlbug@perl.com
14875 Subject: PATCH: perlmodlib.pod
14876 Date: Fri, 25 Dec 1998 00:48:39 +0000
14877 Message-ID: <3682E0E7.EBFB5D65@vogon-solutions.com>
14878 Branch: cfgperl
14879 ! pod/perlmodlib.pod pod/perlop.pod
5fdc711f
GS
14880____________________________________________________________________________
14881[ 2505] By: jhi on 1998/12/28 07:46:06
99ed61e6
GS
14882 Log: From: abigail@fnx.com
14883 To: perl5-porters@perl.org (Perl Porters)
14884 Subject: [PATCH 5.005_02] Typo in documentation of pod2html.
14885 Date: Wed, 23 Dec 1998 22:32:07 -0500 (EST)
14886 Message-ID: <19981224033207.16751.qmail@alexandra.wayne.fnx.com>
14887 Branch: cfgperl
14888 ! pod/pod2html.PL
5fdc711f
GS
14889____________________________________________________________________________
14890[ 2504] By: jhi on 1998/12/28 07:44:35
99ed61e6
GS
14891 Log: From: Jim Avera <avera@fjst.com>
14892 To: perlbug@perl.com
14893 Subject: perlbug bug - shows dates reversed
14894 Date: Wed, 23 Dec 1998 18:08:56 -0800 (PST)
14895 Message-Id: <199812240208.SAA27616@membrane.ssd.hal.com>
14896 Branch: cfgperl
14897 ! utils/perlbug.PL
5fdc711f
GS
14898____________________________________________________________________________
14899[ 2503] By: jhi on 1998/12/28 07:41:39
99ed61e6
GS
14900 Log: From: jan.dubois@ibm.net (Jan Dubois)
14901 To: makemaker@franz.ww.TU-Berlin.DE, perl5-porters@perl.org
14902 Subject: [PATCH 5.005_03m1] subdirectory Makefiles should inherit CAPI setting from command line
14903 Date: Wed, 23 Dec 1998 21:26:38 +0100
14904 Message-ID: <36895086.8849224@smtp1.ibm.net>
14905 Branch: cfgperl
14906 ! lib/ExtUtils/MakeMaker.pm
5fdc711f
GS
14907____________________________________________________________________________
14908[ 2502] By: jhi on 1998/12/28 07:39:20
99ed61e6
GS
14909 Log: From: Blair Zajac <bzajac@geostaff.com>
14910 To: perl5-porters@perl.org
14911 Subject: Tie::SubstrHash patch
14912 Date: Wed, 23 Dec 1998 17:13:32 -0800
14913 Message-ID: <3681953C.8B6A90AA@geostaff.com>
14914 Branch: cfgperl
14915 ! lib/Tie/SubstrHash.pm
5fdc711f
GS
14916____________________________________________________________________________
14917[ 2501] By: jhi on 1998/12/28 07:37:16
99ed61e6
GS
14918 Log: From: Alan.Harder@Ebay.Sun.COM (Alan Harder)
14919 To: perlbug@perl.com
14920 Subject: perlfaq9 minor error
14921 Date: Wed, 23 Dec 1998 14:54:19 -0800
14922 Message-Id: <199812232254.OAA05986@moshpit.EBay.Sun.COM>
14923 Branch: cfgperl
14924 ! pod/perlfaq9.pod
5fdc711f
GS
14925____________________________________________________________________________
14926[ 2500] By: jhi on 1998/12/23 10:38:18
99ed61e6
GS
14927 Log: More porting notes about filesystems, AmigaOS, and MiNT.
14928 Branch: cfgperl
14929 ! pod/perlport.pod
5fdc711f
GS
14930____________________________________________________________________________
14931[ 2499] By: jhi on 1998/12/22 09:26:49
99ed61e6
GS
14932 Log: Add few MSG_ and uio constants.
14933 Branch: cfgperl
14934 ! ext/Socket/Socket.pm ext/Socket/Socket.xs iperlsys.h
5fdc711f
GS
14935____________________________________________________________________________
14936[ 2498] By: jhi on 1998/12/22 08:39:30
99ed61e6
GS
14937 Log: Slight recoding of util.c:repeatcpy() to circumnavigate
14938 a Digital C compiler optimizer bug that broke the 'x'
14939 operator under certain circumstances. See t/op/repeat.t
14940 test #20 for graphic details. Reported in
14941
14942 From: Gisle Aas <gisle@aas.no>
14943 To: Mark Martinec <Mark.Martinec@nsc.ijs.si>
14944 Cc: ach@xray.mpe.mpg.de, cpan-testers@perl.org, perl5-porters@perl.org
14945 Subject: Re: Digest-MD5-2.00 test fails on DEC Alpha - a patch
14946 Date: 18 Dec 1998 14:27:40 +0100
14947 Message-ID: <m37lvpa8c3.fsf@furu.g.aas.no>
14948
14949 and discussed further in the thread
14950
14951 From: Jarkko Hietaniemi <jhi@iki.fi>
14952 To: Gisle Aas <gisle@aas.no>
14953 Cc: Mark Martinec <Mark.Martinec@nsc.ijs.si>, ach@xray.mpe.mpg.de,
14954 cpan-testers@perl.org, perl5-porters@perl.org
14955 Subject: x operator broken in DEC Alpha for 8-bit characters (Re: Digest-MD5-2.00 test fails on DEC Alpha - a patch)
14956 Date: Fri, 18 Dec 1998 16:18:37 +0200 (EET)
14957 Message-ID: <13946.25661.193449.138023@alpha.hut.fi>
14958 Branch: cfgperl
14959 ! t/op/repeat.t util.c
5fdc711f
GS
14960____________________________________________________________________________
14961[ 2497] By: jhi on 1998/12/21 14:18:57
99ed61e6
GS
14962 Log: Change #2483 update.
14963 Branch: cfgperl
14964 ! t/op/tr.t
5fdc711f
GS
14965____________________________________________________________________________
14966[ 2496] By: jhi on 1998/12/21 14:07:41
99ed61e6
GS
14967 Log: Update on change #2493.
14968 Branch: cfgperl
14969 ! t/pragma/warn/op
5fdc711f
GS
14970____________________________________________________________________________
14971[ 2495] By: jhi on 1998/12/21 13:52:00
99ed61e6
GS
14972 Log: Change #2487 aftershock.
14973 Branch: cfgperl
14974 ! warning.pl
5fdc711f
GS
14975____________________________________________________________________________
14976[ 2494] By: jhi on 1998/12/21 12:35:00
99ed61e6
GS
14977 Log: From: Chris Nandor <pudge@pobox.com>
14978 To: perl5-porters@perl.org
14979 Subject: [PATCH] perlport.pod v1.37
14980 Date: Sat, 19 Dec 1998 12:54:34 -0500
14981 Message-Id: <v04020a03b2a194aaa676@[192.168.0.77]>
14982 Branch: cfgperl
14983 ! pod/perlport.pod
5fdc711f
GS
14984____________________________________________________________________________
14985[ 2493] By: jhi on 1998/12/21 12:22:44
99ed61e6
GS
14986 Log: From: Mark-Jason Dominus <mjd@plover.com>
14987 To: perl5-porters@perl.com
14988 Subject: PATCH (5.005_02): Dejargonizing
14989 Date: Sun, 20 Dec 1998 14:35:20 -0500
14990 Message-ID: <19981220193520.11230.qmail@plover.com>
14991
14992 From: Mark-Jason Dominus <mjd@plover.com>
14993 To: perl5-porters@perl.com
14994 Subject: PATCH (5.005_02): Spelling correction in warning message
14995 Date: Sun, 20 Dec 1998 13:51:30 -0500
14996 Message-ID: <19981220185130.11067.qmail@plover.com>
14997 Branch: cfgperl
14998 ! doio.c op.c
5fdc711f
GS
14999____________________________________________________________________________
15000[ 2492] By: jhi on 1998/12/21 09:00:05
99ed61e6
GS
15001 Log: From: "Vishal Bhatia" <vishalb@hotmail.com>
15002 To: perl5-porters@perl.org
15003 Subject: [PATCH 5.005_54] pp_next/pp_last/pp_redo problems
15004 Date: Sun, 20 Dec 1998 19:03:25 PST
15005 Message-ID: <19981221030326.27660.qmail@hotmail.com>
15006
15007 (slightly reformatted)
15008 Branch: cfgperl
15009 ! ext/B/B/CC.pm
5fdc711f
GS
15010____________________________________________________________________________
15011[ 2491] By: nick on 1998/12/20 14:21:29
99ed61e6
GS
15012 Log: Save _all_ GV's which have SV, AV or HV set.
15013 Branch: perl
15014 ! ext/B/B/C.pm
5fdc711f
GS
15015____________________________________________________________________________
15016[ 2490] By: jhi on 1998/12/18 15:13:19
99ed61e6
GS
15017 Log: Add idea about generalising cpp symbol probing of Errno.
15018 Branch: cfgperl
15019 ! Todo
5fdc711f
GS
15020____________________________________________________________________________
15021[ 2489] By: jhi on 1998/12/18 14:47:57
99ed61e6
GS
15022 Log: Address some of the issues of:
15023
15024 From: Tom Christiansen <tchrist@jhereg.perl.com>
15025 To: perl-porters-active@jhereg.perl.com
15026 Subject: Undocumentation Issues for 5.005
15027 Date: Thu, 17 Dec 1998 14:46:24 -0700
15028 Message-Id: <199812172146.OAA05316@jhereg.perl.com>
15029 Branch: cfgperl
15030 ! pod/perl5005delta.pod
5fdc711f
GS
15031____________________________________________________________________________
15032[ 2488] By: jhi on 1998/12/18 11:26:32
99ed61e6
GS
15033 Log: From: root <root@dubravka.in-berlin.de>
15034 To: perlbug@perl.com
15035 Cc: k@dubravka.in-berlin.de
15036 Subject: Please add no_modify to PERL_POLLUTE
15037 Date: Fri, 18 Dec 1998 10:45:52 +0100
15038 Message-Id: <199812180945.KAA05275@dubravka.in-berlin.de>
15039
15040 (Really from Andreas König)
15041 Branch: cfgperl
15042 ! embed.pl
5fdc711f
GS
15043____________________________________________________________________________
15044[ 2487] By: jhi on 1998/12/17 14:05:52
99ed61e6
GS
15045 Log: Some (by far not all) issues of the below message addressed.
15046
15047 From: Tom Christiansen <tchrist@jhereg.perl.com>
15048 To: The Perl Porters Mailing List <perl5-porters@perl.org>
15049 Subject: important UNDOC issues for 5.005_54
15050 Date: Wed, 16 Dec 1998 21:14:53 -0700
15051 Message-Id: <199812170414.VAA25860@jhereg.perl.com>
15052 Branch: cfgperl
15053 ! lib/warning.pm pod/perl5005delta.pod pod/perldelta.pod
5fdc711f
GS
15054____________________________________________________________________________
15055[ 2486] By: jhi on 1998/12/17 12:47:15
99ed61e6
GS
15056 Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
15057 To: domo@computer.org
15058 Cc: jhi@iki.fi, perl5-porters@perl.org
15059 Subject: Re: stuff related to malloc.c
15060 Date: Wed, 16 Dec 1998 16:40:27 -0500 (EST)
15061 Message-Id: <199812162140.QAA04925@monk.mps.ohio-state.edu>
15062 Branch: cfgperl
15063 ! malloc.c
5fdc711f
GS
15064____________________________________________________________________________
15065[ 2485] By: jhi on 1998/12/17 12:17:19
99ed61e6
GS
15066 Log: More porting notes.
15067 Branch: cfgperl
15068 ! Porting/pumpkin.pod
5fdc711f
GS
15069____________________________________________________________________________
15070[ 2484] By: jhi on 1998/12/15 08:38:05
99ed61e6
GS
15071 Log: Undo #2386 and #2205.
15072 Branch: cfgperl
15073 ! pod/perlfunc.pod
5fdc711f
GS
15074____________________________________________________________________________
15075[ 2483] By: jhi on 1998/12/14 17:58:35
99ed61e6
GS
15076 Log: lib was missing from @INC.
15077 Branch: cfgperl
15078 ! t/op/tr.t
5fdc711f
GS
15079____________________________________________________________________________
15080[ 2482] By: jhi on 1998/12/14 17:52:42
99ed61e6
GS
15081 Log: Was missing use Text::Wrap.
15082 Branch: cfgperl
15083 ! t/lib/textfill.t
5fdc711f
GS
15084____________________________________________________________________________
15085[ 2481] By: jhi on 1998/12/14 16:00:22
99ed61e6
GS
15086 Log: nlist.h not yet Configure-probed but DynaLoader Linux-hinted.
15087
15088 From: Jonathan Roy <roy@idle.com>
15089 To: perl5-porters@perl.org
15090 Subject: nlist.h add to Configure checks?
15091 Date: Sun, 13 Dec 1998 22:22:49 -0500
15092 Message-Id: <4.1.19981213221847.00a3e100@pop-server.tampabay.rr.com>
15093 Branch: cfgperl
15094 + ext/DynaLoader/hints/linux.pl
15095 ! MANIFEST
5fdc711f
GS
15096____________________________________________________________________________
15097[ 2480] By: jhi on 1998/12/14 15:02:44
99ed61e6
GS
15098 Log: Give up completely using nm in AIX.
15099
15100 From: "Kurt D. Starsinic" <kstar@chapin.edu>
15101 To: Gurusamy Sarathy <gsar@engin.umich.edu>, Jarkko Hietaniemi <jhi@iki.fi>
15102 Cc: perl5-porters@perl.org
15103 Subject: [PATCH 5.005_54] AIX 4.3.1.0 fails to locate some functions
15104 Date: Thu, 10 Dec 1998 00:51:46 -0500
15105 Message-ID: <19981210005146.B29986@O2.chapin.edu>
15106 Branch: cfgperl
15107 ! hints/aix.sh
5fdc711f
GS
15108____________________________________________________________________________
15109[ 2479] By: jhi on 1998/12/14 14:39:52
99ed61e6
GS
15110 Log: AIX' error messages are different.
15111
15112 From: "Kurt D. Starsinic" <kstar@chapin.edu>
15113 To: Gurusamy Sarathy <gsar@engin.umich.edu>
15114 Cc: perl5-porters@perl.org
15115 Subject: [PATCH 5.005_54] AIX 4.1.3.0 fails pragma/warning.t
15116 Date: Thu, 10 Dec 1998 00:42:36 -0500
15117 Message-ID: <19981210004236.A29986@O2.chapin.edu>
15118
15119 From: Michael Engel <engel@nms1.cc.huji.ac.il>
15120 To: perlbug@perl.com
15121 Subject: erroes in installing perl5*53 on IBM RS6000, aix 4.1
15122 Date: Mon, 14 Dec 1998 16:15:20 +0200 (IST)
15123 Message-ID: <Pine.A41.4.05_heb2.07.9812141609500.58712-300000@nms1.cc.huji.ac.il>
15124 Branch: cfgperl
15125 ! t/pragma/warn/doio
5fdc711f
GS
15126____________________________________________________________________________
15127[ 2475] By: jhi on 1998/12/13 12:35:55
99ed61e6
GS
15128 Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
15129 To: jhi@iki.fi
15130 Cc: Carl_Adler@idx.com, perl5-porters@perl.org
15131 Subject: Re: stuff related to malloc.c
15132 Date: Sat, 12 Dec 1998 19:39:44 -0500 (EST)
15133 Message-Id: <199812130039.TAA21704@monk.mps.ohio-state.edu>
15134 Branch: cfgperl
15135 ! malloc.c
5fdc711f
GS
15136____________________________________________________________________________
15137[ 2474] By: jhi on 1998/12/13 12:32:42
99ed61e6
GS
15138 Log: Some notes about porting issues.
15139 Branch: cfgperl
15140 ! Porting/pumpkin.pod
5fdc711f
GS
15141____________________________________________________________________________
15142[ 2473] By: jhi on 1998/12/13 12:03:58
99ed61e6
GS
15143 Log: From: Laszlo Molnar <ml1050@freemail.c3.hu>
15144 To: Perl 5 Porters <perl5-porters@perl.org>
15145 Subject: [patch 5.005_02] dos-djgpp update
15146 Date: Sun, 13 Dec 1998 00:08:44 +0100
15147 Message-ID: <19981213000844.C264@beeblebrox>
15148 Branch: cfgperl
15149 ! djgpp/config.over
5fdc711f
GS
15150____________________________________________________________________________
15151[ 2472] By: gbarr on 1998/12/12 17:12:28
99ed61e6
GS
15152 Log: undo changes to Exporter.pm from #2312
15153 Branch: maint-5.005/perl
15154 ! lib/Exporter.pm
5fdc711f
GS
15155____________________________________________________________________________
15156[ 2465] By: jhi on 1998/12/12 12:31:21
99ed61e6
GS
15157 Log: Document that qw() taints.
15158
15159 From: Christian Burger <burger@terra.mpikg-teltow.mpg.de>
15160 To: perlbug@perl.com
15161 Subject: taint problems
15162 Date: Sun, 1 Nov 1998 22:28:41 +0100 (MET)
15163 Message-Id: <199811012128.WAA23381@terra.mpikg-teltow.mpg.de>
15164 Branch: cfgperl
15165 ! pod/perlop.pod
5fdc711f
GS
15166____________________________________________________________________________
15167[ 2464] By: jhi on 1998/12/11 14:09:51
99ed61e6
GS
15168 Log: From: Horst von Brand <vonbrand@sleipnir.valparaiso.cl>
15169 To: dist-users@foretune.co.jp
15170 Subject: (dist-users 871) dist-3.0@70 generates lots of main() without type
15171 Date: Mon, 07 Dec 1998 20:13:04 -0400
15172 Message-Id: <199812072313.UAA06181@sleipnir.valparaiso.cl>
15173 Branch: cfgperl
15174 ! Configure
5fdc711f
GS
15175____________________________________________________________________________
15176[ 2463] By: jhi on 1998/12/11 13:29:54
99ed61e6
GS
15177 Log: MAXPATHLEN.
15178 Branch: cfgperl
15179 ! perl.h
5fdc711f
GS
15180____________________________________________________________________________
15181[ 2462] By: jhi on 1998/12/11 08:37:58
99ed61e6
GS
15182 Log: From: Mark Kettenis <kettenis@phys.uva.nl>
15183 To: perl5-porters@perl.org
15184 Subject: [PATCH]5.005_54 (CONFIG) Added support for GNU/Hurd
15185 Date: Thu, 10 Dec 1998 22:00:57 +0100 (CET)
15186 Message-Id: <199812102100.WAA00097@delius.kettenis.nl>
15187 Branch: cfgperl
15188 + hints/gnu.sh
5fdc711f
GS
15189____________________________________________________________________________
15190[ 2461] By: nick on 1998/12/10 21:00:50
99ed61e6
GS
15191 Log: Date: Wed, 09 Dec 1998 22:16:50 PST
15192 From: Vishal Bhatia <vishalb@hotmail.com>
15193 1. Fixes the bug reported by Robin Barker <rmb1@cise.npl.co.uk>
15194 2. Fixes the bug regarding return value of c-functions generated out
15195 of perl subs. ( Just includes the patch I sent earlier)
15196 3. Incorporates the other changes that need to be done to get CC.pm
15197 use ISA search for packages and methods on the same lines as C.pm
15198
15199 Vishal would appreciate comments about B::Stackobj changes from
15200 someone knowing that module well.
15201 Branch: perl
15202 ! ext/B/B/C.pm ext/B/B/CC.pm ext/B/B/Stackobj.pm
5fdc711f
GS
15203____________________________________________________________________________
15204[ 2460] By: jhi on 1998/12/08 08:11:27
99ed61e6
GS
15205 Log: Integrate from mainperl.
15206 Branch: cfgperl
15207 !> Changes ext/B/B.pm ext/B/B.xs ext/B/B/C.pm ext/B/B/CC.pm
15208 !> ext/B/B/Deparse.pm perl.h pod/perl.pod pod/perl5005delta.pod
15209 !> pod/perldiag.pod pod/perlfunc.pod pp_sys.c t/lib/io_unix.t
15210 !> toke.c util.c
5fdc711f
GS
15211____________________________________________________________________________
15212[ 2459] By: jhi on 1998/12/07 07:50:11
99ed61e6
GS
15213 Log: From: hansm@icgroup.nl
15214 Subject: Not OK: perl 5.00503 +MAINT_TRIAL_1 on OPENSTEP-Mach 4_1 (UNINSTALLED)
15215 Reply-To: hansmu@xs4all.nl
15216 To: perlbug@perl.com
15217 Date: Sun, 6 Dec 98 22:19:54 +0100
15218 Message-Id: <9812062116.AA26445@icgned.icgroup.nl>
15219 Branch: cfgperl
15220 ! util.c
5fdc711f
GS
15221____________________________________________________________________________
15222[ 2458] By: gsar on 1998/12/07 06:00:55
99ed61e6
GS
15223 Log: fix dup lexical
15224 Branch: perl
15225 ! ext/B/B/Deparse.pm t/lib/io_unix.t
5fdc711f
GS
15226____________________________________________________________________________
15227[ 2457] By: gsar on 1998/12/06 14:38:59
99ed61e6
GS
15228 Log: mention limit on line numbers reported by diagnostics
15229 Branch: perl
15230 ! pod/perl.pod toke.c
5fdc711f
GS
15231____________________________________________________________________________
15232[ 2456] By: gsar on 1998/12/06 13:49:02
99ed61e6
GS
15233 Log: branch perldelta.pod
15234 Branch: maint-5.005/perl
15235 +> pod/perldelta.pod
5fdc711f
GS
15236____________________________________________________________________________
15237[ 2455] By: gsar on 1998/12/06 13:47:21
99ed61e6
GS
15238 Log: clobber perldelta.pod to reestablish branch from perl5005delta.pod
15239 Branch: maint-5.005/perl
15240 - pod/perldelta.pod
5fdc711f
GS
15241____________________________________________________________________________
15242[ 2454] By: gsar on 1998/12/06 13:35:31
99ed61e6
GS
15243 Log: fix outdated/incorrect info about arbitrary limits
15244 Branch: perl
15245 ! Changes perl.h pod/perl.pod pod/perl5005delta.pod
15246 ! pod/perldiag.pod pod/perlfunc.pod pp_sys.c util.c
5fdc711f
GS
15247____________________________________________________________________________
15248[ 2453] By: nick on 1998/12/05 16:14:42
99ed61e6
GS
15249 Log: Avoid hard-coding op numbers
15250 Update CC.pm to save %INC, and to co-exist with new C.pm
15251 Branch: perl
15252 ! ext/B/B.pm ext/B/B.xs ext/B/B/C.pm ext/B/B/CC.pm
5fdc711f
GS
15253____________________________________________________________________________
15254[ 2452] By: nick on 1998/12/05 10:44:28
99ed61e6
GS
15255 Log: B.xs had its own code to calculate hash() which differed from
15256 PERL_HASH in hv.h - so all saved HV's were mangled - including %INC
15257 which meant that run-time require was re-done.
15258 Removed some debug from C.pm
15259 Branch: perl
15260 ! ext/B/B.xs ext/B/B/C.pm
5fdc711f
GS
15261____________________________________________________________________________
15262[ 2451] By: nick on 1998/12/04 21:58:49
99ed61e6
GS
15263 Log: Snapshot of re-worked B::C which compiles Tk apps at least as
15264 well as _54, but with pre-scan for classes and save the ISA scheme.
15265 Branch: perl
15266 ! ext/B/B/C.pm
5fdc711f
GS
15267____________________________________________________________________________
15268[ 2450] By: nick on 1998/12/04 17:58:44
99ed61e6
GS
15269 Log: Vishal Bhatia's patch as a basis.
15270 Branch: perl
15271 ! ext/B/B/C.pm ext/B/B/CC.pm
5fdc711f
GS
15272____________________________________________________________________________
15273[ 2449] By: jhi on 1998/12/04 16:39:21
99ed61e6
GS
15274 Log: Integrate from mainperl.
15275 Branch: cfgperl
15276 !> t/op/goto.t t/op/tr.t
5fdc711f
GS
15277____________________________________________________________________________
15278[ 2448] By: gsar on 1998/12/04 06:06:49
99ed61e6
GS
15279 Log: tweak test for UTEST
15280 Branch: perl
15281 ! t/op/tr.t
5fdc711f
GS
15282____________________________________________________________________________
15283[ 2444] By: jhi on 1998/12/03 14:37:22
99ed61e6
GS
15284 Log: s/\bthe the\b/the/g *.pod
15285 Branch: cfgperl
15286 ! pod/perlfaq8.pod pod/perlfunc.pod pod/perlguts.pod
5fdc711f
GS
15287____________________________________________________________________________
15288[ 2443] By: jhi on 1998/12/03 13:39:53
99ed61e6
GS
15289 Log: Change#2441 aftermath.
15290 Branch: cfgperl
15291 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
15292 ! config_h.SH thread.h vms/subconfigure.com
5fdc711f
GS
15293____________________________________________________________________________
15294[ 2441] By: jhi on 1998/12/03 08:15:13
99ed61e6
GS
15295 Log: From: Dan Sugalski <sugalskd@osshe.edu>
15296 To: perl5-porters@perl.org, vmsperl@cor.newman.upenn.edu
15297 Subject: [PATCH 5.005_54]Initial VMS patches
15298 Date: 3 Dec 1998 01:05:55 +0200
15299 Message-ID: <MLIST_3.0.6.32.19981202141057.0339a7f0@ous.edu>
15300
15301 The patch to config_h.SH requires more study because
15302 metaconfig needs to agree.
15303 Branch: cfgperl
15304 ! config_h.SH configure.com global.sym lib/ExtUtils/MM_VMS.pm
15305 ! t/lib/textfill.t t/pragma/warning.t vms/descrip_mms.template
15306 ! vms/gen_shrfls.pl vms/subconfigure.com vms/vmsish.h
5fdc711f
GS
15307____________________________________________________________________________
15308[ 2440] By: gsar on 1998/12/03 01:32:16
99ed61e6
GS
15309 Log: add failed check-in of goto.t from change#1867
15310 Branch: perl
15311 ! t/op/goto.t
5fdc711f
GS
15312____________________________________________________________________________
15313[ 2437] By: jhi on 1998/12/02 18:03:51
99ed61e6
GS
15314 Log: Fix most of the bad L<> links of
15315
15316 From: Tom Christiansen <tchrist@jhereg.perl.com>
15317 Subject: bad L<> links
15318 Reply-to: tchrist@perl.com
15319 To: perlbug@jhereg.perl.com
15320 Date: Tue, 11 Aug 1998 10:58:07 -0500
15321 Message-Id: <199808111658.KAA00484@jhereg.perl.com>
15322
15323 The ones not fixed may require darker Pod::HTML magic,
15324 for example the perlguts.html#tags should work fine, IMHO.
15325 Branch: cfgperl
15326 ! pod/perl5005delta.pod pod/perlcall.pod pod/perldata.pod
15327 ! pod/perldiag.pod pod/perlfaq5.pod pod/perlfaq7.pod
15328 ! pod/perlfunc.pod pod/perlguts.pod pod/perllocale.pod
15329 ! pod/perlobj.pod pod/perlport.pod pod/perlsub.pod
15330 ! pod/perlvar.pod
5fdc711f
GS
15331____________________________________________________________________________
15332[ 2436] By: jhi on 1998/12/02 16:35:04
99ed61e6
GS
15333 Log: One paste too many in #2345.
15334 Branch: cfgperl
15335 ! lib/Pod/Html.pm
5fdc711f
GS
15336____________________________________________________________________________
15337[ 2435] By: jhi on 1998/12/02 16:32:33
99ed61e6
GS
15338 Log: Pod::Html and Pod::Text were not locale-savvy:
15339 for example in =head1 all non-ASCII-\w-runs were
15340 turned into underscores in NAME tags. This could
15341 result in several NAME tags becoming identical.
15342 Reported by:
15343
15344 From: Fyodor Krasnov <fyodor@aha.ru>
15345 Subject: pod2html vs Russian Characters
15346 To: Tom.Christiansen@snn.aha.ru, tchrist@perl.com
15347 Date: Tue, 24 Nov 1998 19:00:36 +0300 (MSK)
15348 Message-Id: <199811241600.TAA05149@stat.aha.ru>
15349 Branch: cfgperl
15350 ! lib/Pod/Html.pm lib/Pod/Text.pm
5fdc711f
GS
15351____________________________________________________________________________
15352[ 2434] By: jhi on 1998/12/02 10:29:00
99ed61e6
GS
15353 Log: The real Mc5_54 integration.
15354 Branch: cfgperl
15355 !> Changes MANIFEST pod/perlhist.pod pp_hot.c
5fdc711f
GS
15356____________________________________________________________________________
15357[ 2433] By: jhi on 1998/12/02 08:52:13
99ed61e6
GS
15358 Log: From: Andy Dougherty <doughera@lafayette.edu>
15359 To: Perl Porters <perl5-porters@perl.org>
15360 Subject: [PATCH 5.005_xx] Missing redirection of simple test program
15361 Date: Tue, 1 Dec 1998 13:40:12 -0500 (EST)
15362 Message-Id: <Pine.SUN.3.96.981201133546.4288K-100000@newton.phys>
15363 Branch: cfgperl
15364 ! Configure
5fdc711f
GS
15365____________________________________________________________________________
15366[ 2432] By: jhi on 1998/12/02 08:49:47
99ed61e6
GS
15367 Log: From: Andy Dougherty <doughera@lafayette.edu>
15368 To: Perl Porters <perl5-porters@perl.org>
15369 Subject: [PATCH 5.005_xx] erroneous 'none' in lddlflags
15370 Date: Tue, 1 Dec 1998 12:50:27 -0500 (EST)
15371 Message-Id: <Pine.SUN.3.96.981201124929.4288H-100000@newton.phys>
15372 Branch: cfgperl
15373 ! Configure
5fdc711f
GS
15374____________________________________________________________________________
15375[ 2431] By: jhi on 1998/12/01 16:11:50
99ed61e6
GS
15376 Log: From: achampio@lehman.com (Alan Champion)
15377 Subject: Not OK: perl 5.00503 +MAINT_TRIAL_1 on sun4-solaris 2.3 (UNINSTALLED)
15378 To: perlbug@perl.com
15379 Date: 1 Dec 1998 17:36:33 +0200
15380 Message-ID: <MLIST_9812011518.AA00005@lonhpov1.lehman.com>
15381
15382 Skip NIS includes.
15383 Branch: cfgperl
15384 ! t/op/pwent.t
5fdc711f
GS
15385____________________________________________________________________________
15386[ 2430] By: gsar on 1998/12/01 12:12:50
99ed61e6
GS
15387 Log: 5.005_54, as released
15388 Branch: perl
15389 ! Changes MANIFEST pod/perlhist.pod pp_hot.c
5fdc711f
GS
15390____________________________________________________________________________
15391[ 2429] By: jhi on 1998/12/01 11:28:39
99ed61e6
GS
15392 Log: From: Anton Berezin <tobez@plab.ku.dk>
15393 To: perl5-porters@perl.org
15394 Subject: [PATCH 5.005_54] Configure - hints/freebsd.sh signal handler type
15395 Date: 30 Nov 1998 19:46:24 +0100
15396 Message-ID: <864srhhvcv.fsf@lion.plab.ku.dk>
15397 Branch: cfgperl
15398 ! hints/freebsd.sh
5fdc711f
GS
15399____________________________________________________________________________
15400[ 2428] By: jhi on 1998/12/01 11:08:16
99ed61e6
GS
15401 Log: Integrate from _54 mainperl modulo the NetBSD ifdef in util.c.
15402 Branch: cfgperl
15403 +> (branch 30 files)
15404 !> (integrate 71 files)
5fdc711f
GS
15405____________________________________________________________________________
15406[ 2427] By: jhi on 1998/12/01 10:51:37
99ed61e6
GS
15407 Log: Default to accepting a hinted $randfunc even when $csym
15408 does not find it. (the previous defaylt behaviour was not
15409 to accept).
15410 Branch: cfgperl
15411 ! Configure
5fdc711f
GS
15412____________________________________________________________________________
15413[ 2426] By: jhi on 1998/12/01 10:13:03
99ed61e6
GS
15414 Log: Separated the [:foo:] parsing to its own function.
15415 Passes all tests.
15416 Branch: cfgperl
15417 ! regcomp.c
5fdc711f
GS
15418____________________________________________________________________________
15419[ 2425] By: jhi on 1998/12/01 08:22:49
99ed61e6
GS
15420 Log: Typo in comments.
15421 Branch: cfgperl
15422 ! regexec.c
5fdc711f
GS
15423____________________________________________________________________________
15424[ 2424] By: jhi on 1998/12/01 08:21:38
99ed61e6
GS
15425 Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
15426 Subject: [PATCH 5.005_*] Debugger 'v' command
15427 To: perl5-porters@perl.org (Mailing list Perl5)
15428 Date: 1 Dec 1998 07:55:11 +0200
15429 Message-ID: <MLIST_199812010534.AAA21371@monk.mps.ohio-state.edu>
15430 Branch: cfgperl
15431 ! lib/perl5db.pl
5fdc711f
GS
15432____________________________________________________________________________
15433[ 2423] By: jhi on 1998/12/01 08:19:08
99ed61e6
GS
15434 Log: From: pvhp@forte.com (Peter Prymmer)
15435 Subject: [PATCH 5.005_03t1 && 5.005_54]dll linkage side decks for OS/390
15436 To: perl5-porters@perl.org
15437 Date: 1 Dec 1998 07:27:11 +0200
15438 Message-ID: <MLIST_9812010508.AA07791@forte.com>
15439 Branch: cfgperl
15440 ! hints/os390.sh
5fdc711f
GS
15441____________________________________________________________________________
15442[ 2417] By: jhi on 1998/11/30 08:14:00
99ed61e6
GS
15443 Log: s/SCM_CREDENTIALSS/SCM_CREDENTIAL/
15444 Branch: cfgperl
15445 ! ext/Socket/Socket.xs
5fdc711f
GS
15446____________________________________________________________________________
15447[ 2416] By: jhi on 1998/11/30 08:00:15
99ed61e6
GS
15448 Log: Undo #2395, seems more like a problem in netbsd-current.
15449 Branch: cfgperl
15450 ! util.c
5fdc711f
GS
15451
15452----------------
15453Version 5.005_54
823168e8
GS
15454----------------
15455
15456____________________________________________________________________________
c2444246 15457[ 2414] By: gsar on 1998/11/30 02:23:55
99ed61e6
GS
15458 Log: more JPL tweaks
15459 Branch: perl
15460 - jpl/JNI/MANIFEST jpl/PerlInterpreter/Makefile
15461 ! Changes MANIFEST jpl/JNI/JNI.pm jpl/README
c2444246
GS
15462____________________________________________________________________________
15463[ 2413] By: gsar on 1998/11/30 01:35:56
99ed61e6
GS
15464 Log: stub bin/jpl that just runs JPL::Compile::files()
15465 Branch: perl
15466 + jpl/bin/jpl
c2444246
GS
15467____________________________________________________________________________
15468[ 2412] By: gsar on 1998/11/30 01:32:14
99ed61e6
GS
15469 Log: delete symlink
15470 Branch: perl
15471 - jpl/bin/jpl
c2444246
GS
15472____________________________________________________________________________
15473[ 2410] By: gsar on 1998/11/30 01:30:44
99ed61e6
GS
15474 Log: branch jpl from perlext to perl
15475 Branch: perl
15476 +> (branch 30 files)
c2444246
GS
15477____________________________________________________________________________
15478[ 2407] By: gsar on 1998/11/30 01:24:53
99ed61e6
GS
15479 Log: JPL tweaks to build with 5.005
15480 Branch: perlext
15481 ! jpl/JNI/JNI.xs jpl/JNI/typemap jpl/JPL/Compile.pm
15482 ! jpl/PerlInterpreter/PerlInterpreter.c jpl/README
c2444246
GS
15483____________________________________________________________________________
15484[ 2406] By: gsar on 1998/11/30 00:55:54
99ed61e6
GS
15485 Log: integrate changes#2273,2274,2288,2291 from maint-5.004
15486 Branch: perl
15487 ! Porting/patchls doio.c lib/Sys/Syslog.pm t/op/die_exit.t
c2444246 15488____________________________________________________________________________
db4a4bfe 15489[ 2405] By: gsar on 1998/11/30 00:28:55
99ed61e6
GS
15490 Log: patchlevel up to 54
15491 Branch: perl
15492 ! patchlevel.h win32/Makefile win32/config_H.bc
15493 ! win32/config_H.gc win32/config_H.vc win32/makefile.mk
db4a4bfe
GS
15494____________________________________________________________________________
15495[ 2403] By: gsar on 1998/11/29 23:35:50
99ed61e6
GS
15496 Log: integrate cfgperl changes into mainline
15497 Branch: perl
15498 !> Configure Porting/Glossary Porting/config.sh Porting/config_H
15499 !> config_h.SH pod/perlfunc.pod t/op/grent.t t/op/pwent.t util.c
db4a4bfe
GS
15500____________________________________________________________________________
15501[ 2402] By: gsar on 1998/11/29 23:08:42
99ed61e6
GS
15502 Log: sync Text::Wrap version number
15503 Branch: perl
15504 ! lib/Text/Wrap.pm
db4a4bfe
GS
15505____________________________________________________________________________
15506[ 2401] By: gsar on 1998/11/29 22:56:21
99ed61e6
GS
15507 Log: textfill.t tweak
15508 Branch: perl
15509 ! t/lib/textfill.t
db4a4bfe
GS
15510____________________________________________________________________________
15511[ 2400] By: gsar on 1998/11/29 22:50:41
99ed61e6
GS
15512 Log: update to Text::Wrap 98.112901 from David Muir Sharnoff
15513 <muir@idiom.com>
15514 Branch: perl
15515 + t/lib/textfill.t
15516 ! MANIFEST lib/Text/Wrap.pm
db4a4bfe
GS
15517____________________________________________________________________________
15518[ 2399] By: gsar on 1998/11/29 22:28:05
99ed61e6
GS
15519 Log: updated to Text::Wrap 98.112801 from CPAN; one published change
15520 has happened without the authors knowledge or consent; the subversive
15521 version (which is in 5.00502) breaks one of the tests in the
15522 authors testsuite; attempts are being made to find a fix that
15523 avoids breaking code already running with the 5.005_02 version
15524 From: David Muir Sharnoff <muir@idiom.com>
15525 Date: Sat, 28 Nov 1998 04:34:17 PST
15526 Message-Id: <199811281234.EAA03082@idiom.com>
15527 Subject: Updated Text::Wrap, Time::ParseDate, File::Flock
15528 Branch: perl
15529 ! lib/Text/Wrap.pm t/lib/textwrap.t
db4a4bfe
GS
15530____________________________________________________________________________
15531[ 2397] By: nick on 1998/11/29 20:13:58
99ed61e6
GS
15532 Log: Update docs and English.pm for $^C
15533 Branch: perl
15534 ! lib/English.pm pod/perlvar.pod
db4a4bfe
GS
15535____________________________________________________________________________
15536[ 2396] By: jhi on 1998/11/29 20:13:03
99ed61e6
GS
15537 Log: Mirror #2384.
15538 Branch: cfgperl
15539 ! t/op/pwent.t
db4a4bfe
GS
15540____________________________________________________________________________
15541[ 2395] By: jhi on 1998/11/29 19:59:12
99ed61e6
GS
15542 Log: Newer NetBSDs don't have NSIG in <sys/signal.h>, they need <signal.h>.
15543 Branch: cfgperl
15544 ! util.c
db4a4bfe
GS
15545____________________________________________________________________________
15546[ 2394] By: gsar on 1998/11/29 19:49:08
99ed61e6
GS
15547 Log: updated perlreftut.pod
15548 Branch: perl
15549 ! pod/perlreftut.pod
db4a4bfe
GS
15550____________________________________________________________________________
15551[ 2393] By: gsar on 1998/11/29 19:31:56
99ed61e6
GS
15552 Log: misc tweaks
15553 Branch: perl
15554 ! ext/IO/Makefile.PL lib/Test.pm t/lib/io_poll.t t/op/sort.t
db4a4bfe
GS
15555____________________________________________________________________________
15556[ 2392] By: gsar on 1998/11/29 19:31:18
99ed61e6
GS
15557 Log: notes about -DPERL_POLLUTE
15558 Branch: perl
15559 ! INSTALL pod/perldelta.pod win32/Makefile win32/makefile.mk
db4a4bfe
GS
15560____________________________________________________________________________
15561[ 2391] By: gsar on 1998/11/29 19:13:52
99ed61e6
GS
15562 Log: explain various win32 build caveats more clearly
15563 Branch: perl
15564 ! README.win32 win32/Makefile win32/makefile.mk
db4a4bfe
GS
15565____________________________________________________________________________
15566[ 2390] By: gsar on 1998/11/29 16:51:59
99ed61e6
GS
15567 Log: remove I_POLL detection (Configure will do that now)
15568 Branch: perl
15569 ! ext/IO/Makefile.PL
db4a4bfe
GS
15570____________________________________________________________________________
15571[ 2389] By: jhi on 1998/11/29 16:39:16
99ed61e6
GS
15572 Log: Add I_POLL for IO 1.20.
15573 Branch: cfgperl
15574 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
15575 ! config_h.SH
db4a4bfe
GS
15576____________________________________________________________________________
15577[ 2388] By: gsar on 1998/11/29 16:23:30
99ed61e6
GS
15578 Log: add p4desc (augments 'p4 describe' output with diffs for new files)
15579 Branch: perl
15580 + Porting/p4desc
15581 ! MANIFEST
db4a4bfe
GS
15582____________________________________________________________________________
15583[ 2387] By: gsar on 1998/11/29 16:08:03
99ed61e6
GS
15584 Log: another threads reliability fix: serialize writes to thr->threadsv
15585 avoid most uses of PL_na (which is much more inefficient than a
15586 simple local); update docs to suit; PL_na now being thr->Tna may
15587 be a minor compatibility issue for extensions--will require dTHR
15588 outside of XSUBs (those get automatic dTHR)
15589 Branch: perl
15590 ! XSUB.h djgpp/djgpp.c doio.c doop.c dump.c ext/B/B.xs
15591 ! ext/DB_File/DB_File.xs ext/DynaLoader/dl_next.xs
15592 ! ext/Opcode/Opcode.xs ext/POSIX/POSIX.xs ext/Thread/Thread.xs
15593 ! ext/attrs/attrs.xs gv.c malloc.c mg.c op.c
15594 ! os2/OS2/REXX/REXX.xs os2/os2.c perl.c perly.c perly.y
15595 ! pod/perlcall.pod pod/perlembed.pod pod/perlguts.pod
15596 ! pod/perlxs.pod pp.c pp.h pp_ctl.c pp_hot.c pp_sys.c run.c sv.c
15597 ! t/op/pwent.t taint.c toke.c universal.c vmesa/vmesa.c
15598 ! vms/ext/Stdio/Stdio.xs vms/perly_c.vms vms/vms.c win32/win32.c
db4a4bfe
GS
15599____________________________________________________________________________
15600[ 2386] By: jhi on 1998/11/29 15:40:42
99ed61e6
GS
15601 Log: Tune the "if" entry.
15602 Branch: cfgperl
15603 ! pod/perlfunc.pod
db4a4bfe
GS
15604____________________________________________________________________________
15605[ 2385] By: gsar on 1998/11/29 12:40:28
99ed61e6
GS
15606 Log: various fixes for race conditions under threads: mutex locks based
15607 on PL_threadnum were seriously flawed, since it means more than one
15608 thread could enter the critical region; PL_na was global instead of
15609 thread-local; child thread could finish and free thr structures
15610 before Thread->new() got around to creating the Thread object;
15611 cv_clone() needed locking, as it mucks with PL_comppad and other
15612 global data; new_struct_thread() needed to lock template-thread's
15613 mutex while copying its data
15614 Branch: perl
15615 ! embedvar.h ext/Thread/Thread.xs gv.c op.c perl.c perlvars.h
15616 ! pp_hot.c thrdvar.h thread.h util.c win32/win32thread.c
db4a4bfe
GS
15617____________________________________________________________________________
15618[ 2384] By: gsar on 1998/11/29 10:54:38
99ed61e6
GS
15619 Log: s/warn/print/ on multiply defined groups
15620 Branch: perl
15621 ! t/op/grent.t
db4a4bfe
GS
15622____________________________________________________________________________
15623[ 2383] By: gsar on 1998/11/29 10:48:39
99ed61e6
GS
15624 Log: backout change#2334
15625 Branch: perl
15626 ! pod/perlfunc.pod pp_hot.c sv.c thrdvar.h
db4a4bfe
GS
15627____________________________________________________________________________
15628[ 2382] By: jhi on 1998/11/29 10:33:40
99ed61e6
GS
15629 Log: Better NetInfo behaviour.
15630 Branch: cfgperl
15631 ! t/op/grent.t t/op/pwent.t
db4a4bfe
GS
15632____________________________________________________________________________
15633[ 2381] By: jhi on 1998/11/29 10:08:15
99ed61e6
GS
15634 Log: Integrate from mainperl.
15635 Branch: cfgperl
15636 +> ext/IO/ChangeLog ext/IO/lib/IO/Dir.pm ext/IO/lib/IO/Poll.pm
15637 +> ext/IO/lib/IO/Socket/INET.pm ext/IO/lib/IO/Socket/UNIX.pm
15638 +> ext/IO/poll.c ext/IO/poll.h pod/perlreftut.pod
15639 +> t/lib/io_const.t t/lib/io_dir.t t/lib/io_multihomed.t
15640 +> t/lib/io_poll.t t/lib/io_unix.t
15641 !> (integrate 58 files)
db4a4bfe
GS
15642____________________________________________________________________________
15643[ 2380] By: gsar on 1998/11/29 08:22:49
99ed61e6
GS
15644 Log: prefer IO::Handle for IO if FileHandle:: is empty (as suggested by
15645 Tim Bunce)
15646 Branch: perl
15647 ! gv.c
db4a4bfe
GS
15648____________________________________________________________________________
15649[ 2379] By: gsar on 1998/11/29 07:06:43
99ed61e6
GS
15650 Log: fix for pat.t failure under USE_THREADS
15651 Branch: perl
15652 ! pp_ctl.c regexec.c
db4a4bfe
GS
15653____________________________________________________________________________
15654[ 2378] By: nick on 1998/11/28 22:46:57
99ed61e6
GS
15655 Log: More C.pm tweaks
15656 Save globs even if we have saved cv itself before - may be imported.
15657
15658 While we don't save "bootstrap" CV we need to provide a stub,
15659 so that if we require it later we don't fall through and attempt
15660 to DynaLoad module again.
15661
15662 Attempt to save %INC so that "require" does not reload things
15663 we have compiled-in (does not work right yet - seems to be due
15664 to PL_incgv being created in perl_parse() current scheme setting
15665 GvHV() is "better" than saving the glob, but still does not
15666 work as I expect).
15667 Branch: perl
15668 ! ext/B/B/C.pm
db4a4bfe
GS
15669____________________________________________________________________________
15670[ 2377] By: gsar on 1998/11/28 22:30:38
99ed61e6
GS
15671 Log: various tweaks; result passes all tests for normal build on Solaris;
15672 fails two pat.t tests under USE_THREADS; io_poll.t test#3 fails on
15673 win32 due to lack of select() that works on non-socket fds
15674 Branch: perl
15675 ! ext/IO/poll.c regcomp.c regexec.c scope.c
15676 ! t/lib/io_multihomed.t win32/makefile.mk
db4a4bfe
GS
15677____________________________________________________________________________
15678[ 2376] By: gsar on 1998/11/28 20:44:39
99ed61e6
GS
15679 Log: add $config_args to perl -V display (suggested by Ilya Zakharevich)
15680 Branch: perl
15681 ! myconfig
db4a4bfe
GS
15682____________________________________________________________________________
15683[ 2375] By: gsar on 1998/11/28 20:42:58
99ed61e6
GS
15684 Log: integrate cfgperl changes into mainline
15685 Branch: perl
15686 !> Configure ext/POSIX/hints/dynixptx.pl myconfig t/op/grent.t
15687 !> t/op/pwent.t t/op/undef.t t/pragma/locale.t util.c
db4a4bfe
GS
15688____________________________________________________________________________
15689[ 2374] By: gsar on 1998/11/28 20:02:03
99ed61e6
GS
15690 Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
15691 Date: Thu, 5 Nov 1998 02:21:12 -0500 (EST)
15692 Message-Id: <199811050721.CAA27998@monk.mps.ohio-state.edu>
15693 Subject: [PATCH 5.00553] Yet another OS/2 patch
15694 Branch: perl
15695 ! os2/Changes os2/Makefile.SHs os2/os2.c t/pragma/warn/op
db4a4bfe
GS
15696____________________________________________________________________________
15697[ 2373] By: gsar on 1998/11/28 19:30:06
99ed61e6
GS
15698 Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
15699 Date: Sat, 28 Nov 1998 01:51:56 -0500 (EST)
15700 Message-Id: <199811280651.BAA18095@monk.mps.ohio-state.edu>
15701 Subject: [PATCH 5.005_53] Change $#+
15702 Branch: perl
15703 ! mg.c pod/perlvar.pod t/op/pat.t
db4a4bfe
GS
15704____________________________________________________________________________
15705[ 2372] By: gsar on 1998/11/28 19:28:00
99ed61e6
GS
15706 Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
15707 Date: Sat, 28 Nov 1998 00:33:17 -0500 (EST)
15708 Message-Id: <199811280533.AAA25654@monk.mps.ohio-state.edu>
15709 Subject: [PATCH 5.005_53] Finishing off SNOBOL: $1 in (?{})
15710 Branch: perl
15711 ! embedvar.h mg.c objXSUB.h perl.c regexec.c t/op/pat.t
15712 ! thrdvar.h
db4a4bfe
GS
15713____________________________________________________________________________
15714[ 2371] By: gsar on 1998/11/28 19:23:53
99ed61e6
GS
15715 Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
15716 Date: Fri, 27 Nov 1998 16:16:48 -0500 (EST)
15717 Message-Id: <199811272116.QAA03502@monk.mps.ohio-state.edu>
15718 Subject: [PATCH 5.005_53] better -Mre=debugcolor
15719 Branch: perl
15720 ! embedvar.h objXSUB.h regexec.c thrdvar.h
db4a4bfe
GS
15721____________________________________________________________________________
15722[ 2370] By: gsar on 1998/11/28 19:21:17
99ed61e6
GS
15723 Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
15724 Date: Fri, 27 Nov 1998 15:22:19 -0500 (EST)
15725 Message-Id: <199811272022.PAA17874@monk.mps.ohio-state.edu>
15726 Subject: [PATCH 5.005_*] regcolors
15727 Branch: perl
15728 ! embed.h global.sym objXSUB.h proto.h regcomp.c regexec.c
db4a4bfe
GS
15729____________________________________________________________________________
15730[ 2369] By: gsar on 1998/11/28 19:00:15
99ed61e6
GS
15731 Log: allow final period in a file (not followed by a newline) to
15732 terminate format spec
15733 Branch: perl
15734 ! toke.c
db4a4bfe
GS
15735____________________________________________________________________________
15736[ 2368] By: gsar on 1998/11/28 18:58:25
99ed61e6
GS
15737 Log: Liblist tweak suggested by Swen Thuemmler <Swen.Thuemmler@paderlinx.de>;
15738 add C<$Config{installarchlib}/CORE> to the default locations searched
15739 on win32
15740 Branch: perl
15741 ! lib/ExtUtils/Liblist.pm
db4a4bfe
GS
15742____________________________________________________________________________
15743[ 2367] By: gsar on 1998/11/28 18:46:05
99ed61e6
GS
15744 Log: applied suggested patch with PERL_OBJECT tweaks
15745 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
15746 Date: Thu, 26 Nov 1998 02:46:20 -0500 (EST)
15747 Message-Id: <199811260746.CAA23164@monk.mps.ohio-state.edu>
15748 Subject: [PATCH 5.005_53] Enable $_ and pos() inside (?{ CODE }) in RExen
15749 Branch: perl
15750 ! embed.h embed.pl embedvar.h objXSUB.h pp_ctl.c proto.h
15751 ! regexec.c t/op/pat.t thrdvar.h
db4a4bfe
GS
15752____________________________________________________________________________
15753[ 2366] By: gsar on 1998/11/28 18:38:34
99ed61e6
GS
15754 Log: additional documentation for qr//
15755 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
15756 Message-Id: <199811260751.CAA24560@monk.mps.ohio-state.edu>
15757 Date: Thu, 26 Nov 1998 02:51:09 -0500 (EST)
15758 Subject: [PATCH 5.005_*] Documentation (fwd)
15759 Branch: perl
15760 ! pod/perlfunc.pod pod/perlop.pod pod/perlpod.pod
db4a4bfe
GS
15761____________________________________________________________________________
15762[ 2365] By: gsar on 1998/11/28 18:35:35
99ed61e6
GS
15763 Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
15764 Date: Wed, 25 Nov 1998 23:33:45 -0500 (EST)
15765 Message-Id: <199811260433.XAA29281@monk.mps.ohio-state.edu>
15766 Subject: [PATCH 5.005_*] Fix \G in REx without //g
15767 Branch: perl
15768 ! cop.h embedvar.h objXSUB.h pp.c pp_ctl.c pp_hot.c regexec.c
15769 ! regexp.h t/op/pat.t thrdvar.h
db4a4bfe
GS
15770____________________________________________________________________________
15771[ 2364] By: gsar on 1998/11/28 18:24:20
99ed61e6
GS
15772 Log: update Test.pm to Test-1.12; tweak 're' detection
15773 Branch: perl
15774 ! lib/Test.pm
db4a4bfe
GS
15775____________________________________________________________________________
15776[ 2363] By: gsar on 1998/11/28 18:12:04
99ed61e6
GS
15777 Log: avoid command-line quoting portability problems in lex_assign.t
15778 Branch: perl
15779 ! t/op/lex_assign.t
db4a4bfe
GS
15780____________________________________________________________________________
15781[ 2362] By: gsar on 1998/11/28 18:08:50
99ed61e6
GS
15782 Log: From: John Tobey <jtobey@channel1.com>
15783 Date: Thu, 19 Nov 1998 14:14:15 -0500 (EST)
15784 Message-Id: <m0zgZWx-000FOgC@feynman.localnet>
15785 Subject: PATCH: document English.pm sawampersand and thread issues
15786 Branch: perl
15787 ! lib/English.pm pod/perlvar.pod
db4a4bfe
GS
15788____________________________________________________________________________
15789[ 2361] By: gsar on 1998/11/28 18:03:04
99ed61e6
GS
15790 Log: fix uninitialized warnings
15791 From: Brian Callaghan <callagh@itginc.com>
15792 Date: Thu, 19 Nov 1998 17:49:10 -0800
15793 Message-Id: <3654CA96.B64FCAEB@itginc.com>
15794 Subject: Complete.pm patch (version 1.1)
15795 Branch: perl
15796 ! lib/Term/Complete.pm
db4a4bfe
GS
15797____________________________________________________________________________
15798[ 2360] By: gsar on 1998/11/28 17:59:16
99ed61e6
GS
15799 Log: s/Array/List/ suggested by John Tobey
15800 Branch: perl
15801 ! pod/perldata.pod
db4a4bfe
GS
15802____________________________________________________________________________
15803[ 2359] By: gsar on 1998/11/28 17:47:48
99ed61e6
GS
15804 Log: update tie() entry in perlfunc to reflect TIEARRAY and TIEHANDLE
15805 Branch: perl
15806 ! lib/Tie/Handle.pm pod/perlfunc.pod
db4a4bfe
GS
15807____________________________________________________________________________
15808[ 2358] By: jhi on 1998/11/28 17:23:15
99ed61e6
GS
15809 Log: Revamp the locale tests.
15810 (0) Instead of rewiring a few locales scan for them.
15811 (1) Bogus test #101 removed.
15812 (2) All the locales are checked, the lists of failed
15813 and non-failed ones are displayed.
15814 (3) The test #103 is again 'active' so that it may fail.
15815 (4) To balance (3) a hopefully pacifying message is shown
15816 if the #103 fails.
15817 Branch: cfgperl
15818 ! t/pragma/locale.t
db4a4bfe
GS
15819____________________________________________________________________________
15820[ 2357] By: gsar on 1998/11/28 17:21:07
99ed61e6
GS
15821 Log: add perlreftut.pod
15822 Branch: perl
15823 + pod/perlreftut.pod
15824 ! MANIFEST pod/Makefile pod/buildtoc pod/perl.pod
15825 ! pod/perlref.pod pod/roffitall vms/descrip_mms.template
15826 ! win32/pod.mak
db4a4bfe
GS
15827____________________________________________________________________________
15828[ 2356] By: jhi on 1998/11/28 16:58:01
99ed61e6
GS
15829 Log: Change #2346 fallout.
15830 Branch: cfgperl
15831 ! t/op/undef.t
db4a4bfe
GS
15832____________________________________________________________________________
15833[ 2355] By: gsar on 1998/11/28 16:46:43
99ed61e6
GS
15834 Log: IO.xs tweaks; avoid coredump in io_xs.t; remove newCONSTSUB();
15835 ANSI prototypes
15836 Branch: perl
15837 ! ext/IO/IO.xs
db4a4bfe
GS
15838____________________________________________________________________________
15839[ 2354] By: gsar on 1998/11/28 16:08:07
99ed61e6
GS
15840 Log: add IO-1.20; mess with t/lib/io_*.t in an attempt to
15841 keep platform hacks that aren't in the 1.20 dist; add new files
15842 to MANIFEST; hack Makefile.PL; result hasn't been tested
15843 anywhere
15844 Branch: perl
15845 + ext/IO/ChangeLog ext/IO/lib/IO/Dir.pm ext/IO/lib/IO/Poll.pm
15846 + ext/IO/lib/IO/Socket/INET.pm ext/IO/lib/IO/Socket/UNIX.pm
15847 + ext/IO/poll.c ext/IO/poll.h t/lib/io_const.t t/lib/io_dir.t
15848 + t/lib/io_multihomed.t t/lib/io_poll.t t/lib/io_unix.t
15849 ! MANIFEST ext/IO/IO.pm ext/IO/IO.xs ext/IO/Makefile.PL
15850 ! ext/IO/README ext/IO/lib/IO/File.pm ext/IO/lib/IO/Handle.pm
15851 ! ext/IO/lib/IO/Pipe.pm ext/IO/lib/IO/Seekable.pm
15852 ! ext/IO/lib/IO/Select.pm ext/IO/lib/IO/Socket.pm
15853 ! t/lib/io_sock.t t/lib/io_udp.t
db4a4bfe
GS
15854____________________________________________________________________________
15855[ 2353] By: jhi on 1998/11/28 15:51:03
99ed61e6
GS
15856 Log: Locale collation, ctype, and numeric, were initialized wrong
15857 (if LC_ALL or LANG were unset, so were the collation/ctype/numeric),
15858 as reported by
15859
15860 From: Ilya.Sandler@etak.com (Ilya Sandler)
15861 Subject: a bug in locale handling: LC_COLLATE ignored sometimes
15862 To: perlbug@perl.com
15863 Date: 25 Nov 1998 04:53:52 +0200
15864 Message-ID: <MLIST_199811250226.SAA12590@axi001.etak.sw>
15865 Branch: cfgperl
15866 ! util.c
db4a4bfe
GS
15867____________________________________________________________________________
15868[ 2352] By: nick on 1998/11/28 15:21:59
99ed61e6
GS
15869 Log: Implement $^C to allow perl access to -c flag - I think this
15870 was agreed once...
15871 Branch: perl
15872 ! gv.c mg.c
db4a4bfe
GS
15873____________________________________________________________________________
15874[ 2351] By: jhi on 1998/11/28 15:14:24
99ed61e6
GS
15875 Log: Change #2251 fixup.
15876 Branch: cfgperl
15877 ! myconfig
db4a4bfe
GS
15878____________________________________________________________________________
15879[ 2350] By: jhi on 1998/11/28 14:58:19
99ed61e6
GS
15880 Log: Integrate from mainperl.
15881 Branch: cfgperl
15882 +> ext/Devel/Peek/Changes ext/Devel/Peek/Makefile.PL
15883 +> ext/Devel/Peek/Peek.pm ext/Devel/Peek/Peek.xs
15884 +> pod/perl5005delta.pod
15885 !> (integrate 49 files)
db4a4bfe
GS
15886____________________________________________________________________________
15887[ 2349] By: jhi on 1998/11/28 14:27:36
99ed61e6
GS
15888 Log: Passwd and group file groveling.
15889 Branch: cfgperl
15890 ! t/op/grent.t t/op/pwent.t
db4a4bfe
GS
15891____________________________________________________________________________
15892[ 2348] By: gsar on 1998/11/28 14:09:50
99ed61e6
GS
15893 Log: more conservative version of changes#2345,2346,2347; those break
15894 C<defined(@{"foo::ISA"})> which seems to be extensively used in
15895 the libs :-(
15896 Branch: perl
15897 ! pp.c t/op/method.t
db4a4bfe
GS
15898____________________________________________________________________________
15899[ 2347] By: gsar on 1998/11/28 13:36:08
99ed61e6
GS
15900 Log: tweak bogus test
15901 Branch: perl
15902 ! t/op/method.t
db4a4bfe
GS
15903____________________________________________________________________________
15904[ 2346] By: gsar on 1998/11/28 13:20:34
99ed61e6
GS
15905 Log: test cases for previous change
15906 Branch: perl
15907 ! t/op/undef.t
db4a4bfe
GS
15908____________________________________________________________________________
15909[ 2345] By: gsar on 1998/11/28 13:07:17
99ed61e6
GS
15910 Log: fix typo in pp_defined() causing C<defined %tied> to fail
15911 Branch: perl
15912 ! pp.c
db4a4bfe
GS
15913____________________________________________________________________________
15914[ 2344] By: gsar on 1998/11/28 13:03:29
99ed61e6
GS
15915 Log: s/comment/comment_t/ tweak (suggested by John Gorman
15916 <jgorman@webbysoft.com>)
15917 Branch: perl
15918 ! ext/B/B/Assembler.pm ext/B/B/Disassembler.pm
db4a4bfe
GS
15919____________________________________________________________________________
15920[ 2343] By: gsar on 1998/11/28 12:52:40
99ed61e6
GS
15921 Log: add (stub) perldelta.pod
15922 Branch: perl
15923 + pod/perldelta.pod
db4a4bfe
GS
15924____________________________________________________________________________
15925[ 2342] By: gsar on 1998/11/28 12:49:26
99ed61e6
GS
15926 Log: rename perldelta.pod to perl5005delta.pod in preparation for
15927 starting a new one
15928 Branch: perl
15929 +> pod/perl5005delta.pod
15930 - pod/perldelta.pod
15931 ! MANIFEST pod/perl.pod
db4a4bfe
GS
15932____________________________________________________________________________
15933[ 2341] By: gsar on 1998/11/28 12:41:55
99ed61e6
GS
15934 Log: fix MALLOC_LOCK #define
15935 Branch: perl
15936 ! malloc.c
db4a4bfe
GS
15937____________________________________________________________________________
15938[ 2340] By: gsar on 1998/11/28 12:18:23
99ed61e6
GS
15939 Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
15940 Date: Sun, 15 Nov 1998 20:25:50 -0500 (EST)
15941 Message-Id: <199811160125.UAA05268@monk.mps.ohio-state.edu>
15942 Subject: [PATCH 5.005_53] OS/2 events get closer to Perl
15943 Branch: perl
15944 ! os2/Changes os2/os2.c os2/os2.sym os2/os2ish.h
db4a4bfe
GS
15945____________________________________________________________________________
15946[ 2339] By: jhi on 1998/11/28 11:59:01
99ed61e6
GS
15947 Log: Add -lm to dynix/ptx POSIX hints.
15948 From: "Martin J. Bligh" <mbligh@sequent.com>
15949 To: jhi@iki.fi
15950 Subject: Re: Making Perl work on DYNIX/ptx
15951 Date: Wed, 25 Nov 1998 10:34:41 -0800
15952 Message-ID: <1457015007.911990081@w-186d219.rhe.sequent.com>
15953 Branch: cfgperl
15954 ! ext/POSIX/hints/dynixptx.pl
db4a4bfe
GS
15955____________________________________________________________________________
15956[ 2338] By: jhi on 1998/11/28 11:57:19
99ed61e6
GS
15957 Log: Detypo.
15958 Branch: cfgperl
15959 ! lib/filetest.pm
db4a4bfe
GS
15960____________________________________________________________________________
15961[ 2337] By: jhi on 1998/11/28 11:56:29
99ed61e6
GS
15962 Log: Better LD_LIBRARY_PATH instructions for Bourneists.
15963 Branch: cfgperl
15964 ! Configure
db4a4bfe
GS
15965____________________________________________________________________________
15966[ 2336] By: gsar on 1998/11/28 11:41:14
99ed61e6
GS
15967 Log: teach CPAN.pm to ignore beta perl distributions when looking for
15968 modules
15969 From: root@dogberry.rutgers.edu (root)
15970 Date: Thu, 12 Nov 1998 23:08:39 -0500
15971 Message-Id: <199811130408.XAA10578@dogberry.rutgers.edu>
15972 Subject: recompile tries getting a perl distribution
15973 Branch: perl
15974 ! lib/CPAN.pm
db4a4bfe
GS
15975____________________________________________________________________________
15976[ 2335] By: gsar on 1998/11/28 11:27:46
99ed61e6
GS
15977 Log: make $1 et al readonly under threads; make C<undef $1> fail like
15978 C<$1 = undef> does
15979 Branch: perl
15980 ! op.c pp.c t/op/undef.t
db4a4bfe
GS
15981____________________________________________________________________________
15982[ 2334] By: gsar on 1998/11/28 10:24:52
99ed61e6
GS
15983 Log: s/Regexp/re/ and clarify policy on lowercased object namespaces
15984 Branch: perl
15985 ! pod/perlfunc.pod pp_hot.c sv.c thrdvar.h
db4a4bfe
GS
15986____________________________________________________________________________
15987[ 2333] By: gsar on 1998/11/28 09:36:40
99ed61e6
GS
15988 Log: document changed PERL_HASH()
15989 Branch: perl
15990 ! pod/perlfunc.pod pod/perlguts.pod
db4a4bfe
GS
15991____________________________________________________________________________
15992[ 2332] By: nick on 1998/11/27 21:10:27
99ed61e6
GS
15993 Log: Handle INIT list in C.pm
15994 1. Provide init_av() from B.xs
15995 2. Export it in B.pm
15996 3. Use it in C.pm
15997 Also disable some pruning in savecv() which seems to undo
15998 my previous patch.
15999 Experimental feature - save pathnames of .so files in easily
16000 grep-able form for use in wrapper to feed to linker.
16001 Branch: perl
16002 ! ext/B/B.pm ext/B/B.xs ext/B/B/C.pm
db4a4bfe
GS
16003____________________________________________________________________________
16004[ 2327] By: gsar on 1998/11/27 15:12:01
99ed61e6
GS
16005 Log: integrate change#2315 from maint-5.005
16006 Branch: perl
16007 ! t/op/sort.t
16008 !> op.c sv.c
db4a4bfe
GS
16009____________________________________________________________________________
16010[ 2326] By: gsar on 1998/11/27 15:00:42
99ed61e6
GS
16011 Log: integrate changes#2304,2305,2306,2308 from maint-5.005
16012 Branch: perl
16013 !> ext/DynaLoader/dl_mpeix.xs installperl lib/ExtUtils/MM_Unix.pm
16014 !> lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MakeMaker.pm
16015 !> lib/ExtUtils/typemap
db4a4bfe
GS
16016____________________________________________________________________________
16017[ 2325] By: gsar on 1998/11/27 14:46:18
99ed61e6
GS
16018 Log: malloc bugfix and documentation from Ilya Zakharevich
16019 Date: Tue, 24 Nov 1998 17:24:55 -0500 (EST)
16020 Message-Id: <199811242224.RAA22618@monk.mps.ohio-state.edu>
16021 Subject: [PATCH 5.005_*] Re: Internal coredump
16022 --
16023 Date: Thu, 26 Nov 1998 03:06:10 -0500 (EST)
16024 Message-Id: <199811260806.DAA28913@monk.mps.ohio-state.edu>
16025 Subject: [PATCH 5.005_*] malloc.c documentation
16026 Branch: perl
16027 ! malloc.c
db4a4bfe
GS
16028____________________________________________________________________________
16029[ 2324] By: gsar on 1998/11/27 14:41:38
99ed61e6
GS
16030 Log: B::C tweaks to allow Tk compiles from Nick Ing-Simmons
16031 Branch: perl
16032 ! ext/B/B/C.pm
db4a4bfe
GS
16033____________________________________________________________________________
16034[ 2323] By: gsar on 1998/11/27 14:33:44
99ed61e6
GS
16035 Log: From: maeda@src.ricoh.co.jp
16036 Date: Tue, 24 Nov 1998 10:37:45 +0900
16037 Message-Id: <199811240137.KAA05867@luna.src.ricoh.co.jp>
16038 Subject: format "..." bug
16039 Branch: perl
16040 ! pp_ctl.c t/op/write.t
db4a4bfe
GS
16041____________________________________________________________________________
16042[ 2322] By: gsar on 1998/11/27 14:20:12
99ed61e6
GS
16043 Log: add ext/Devel/Peek
16044 From: jan.dubois@ibm.net (Jan Dubois)
16045 Date: Mon, 23 Nov 1998 00:48:11 +0100
16046 Message-ID: <36589ec9.49964585@smtp1.ibm.net>
16047 Subject: [PATCH 5.005_53] Devel::Peek integration
16048 Branch: perl
16049 + ext/Devel/Peek/Changes ext/Devel/Peek/Makefile.PL
16050 + ext/Devel/Peek/Peek.pm ext/Devel/Peek/Peek.xs
16051 ! MANIFEST dump.c embed.h embedvar.h global.sym intrpvar.h
16052 ! objXSUB.h perl.c perl.h proto.h sv.c sv.h thrdvar.h
16053 ! win32/GenCAPI.pl win32/Makefile win32/makefile.mk
db4a4bfe
GS
16054____________________________________________________________________________
16055[ 2321] By: gsar on 1998/11/27 13:03:08
99ed61e6
GS
16056 Log: ensure 'make regen_headers' even without perl installed
16057 (suggested by Ilya Zakharevich)
16058 Branch: perl
16059 ! bytecode.pl warning.pl
db4a4bfe
GS
16060____________________________________________________________________________
16061[ 2320] By: gsar on 1998/11/27 12:58:36
99ed61e6
GS
16062 Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
16063 Date: Mon, 9 Nov 1998 19:03:25 -0500 (EST)
16064 Message-Id: <199811100003.TAA05815@monk.mps.ohio-state.edu>
16065 Subject: [PATCH 5.005_*] Cosmetic malloc patch
16066 Branch: perl
16067 ! malloc.c
db4a4bfe
GS
16068____________________________________________________________________________
16069[ 2319] By: gsar on 1998/11/27 12:56:13
99ed61e6
GS
16070 Log: eliminate dup hunk from integration
16071 Branch: perl
16072 ! lib/filetest.pm perl.h
db4a4bfe
GS
16073____________________________________________________________________________
16074[ 2318] By: gsar on 1998/11/27 12:50:08
99ed61e6
GS
16075 Log: integrate cfgperl changes into mainline
16076 Branch: perl
16077 +> ext/DB_File/hints/dynixptx.pl ext/POSIX/hints/dynixptx.pl
16078 ! pod/perlfaq4.pod
16079 !> (integrate 30 files)
db4a4bfe
GS
16080____________________________________________________________________________
16081[ 2317] By: jhi on 1998/11/27 11:38:13
99ed61e6
GS
16082 Log: C<-x>.
16083 Branch: cfgperl
16084 ! lib/filetest.pm
db4a4bfe
GS
16085____________________________________________________________________________
16086[ 2316] By: jhi on 1998/11/27 11:10:22
99ed61e6
GS
16087 Log: Integrate from mainperl.
16088 Branch: cfgperl
16089 !> XSUB.h embed.h embed.pl embedvar.h ext/Thread/Thread.xs
16090 !> iperlsys.h mg.c objXSUB.h op.c pp_ctl.c pp_sys.c proto.h
16091 !> t/comp/package.t t/lib/dumper.t t/pragma/warn/pp_ctl
16092 !> universal.c util.c win32/GenCAPI.pl win32/win32.h
16093 !> win32/win32sck.c
db4a4bfe
GS
16094____________________________________________________________________________
16095[ 2315] By: gbarr on 1998/11/27 05:16:50
99ed61e6
GS
16096 Log: integrate change#2246 from mainline, while still allowing
16097 C<sort $globref @foo>
16098
16099 allow C<sort $coderef @foo>
16100 Branch: maint-5.005/perl
16101 ! op.c sv.c
16102 !> t/op/sort.t
db4a4bfe
GS
16103____________________________________________________________________________
16104[ 2308] By: gbarr on 1998/11/27 00:11:44
99ed61e6
GS
16105 Log: Updates for MPE/iX DynaLoader and installperl, via private mail
16106 forwarded by Jarkko Hietaniemi from Mark Bixby
16107 Branch: maint-5.005/perl
16108 ! ext/DynaLoader/dl_mpeix.xs installperl
db4a4bfe
GS
16109____________________________________________________________________________
16110[ 2306] By: gbarr on 1998/11/26 23:44:47
99ed61e6
GS
16111 Log: Allow PL_FILES to have multiple targets from one source by allowing
16112 an array ref as the value in the hash
16113 Branch: maint-5.005/perl
16114 ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_VMS.pm
16115 ! lib/ExtUtils/MakeMaker.pm
db4a4bfe
GS
16116____________________________________________________________________________
16117[ 2305] By: gbarr on 1998/11/26 23:38:06
99ed61e6
GS
16118 Log: fix unsigned variables to use SvUV and sv_setuv
16119 Branch: maint-5.005/perl
16120 ! lib/ExtUtils/typemap
db4a4bfe
GS
16121____________________________________________________________________________
16122[ 2304] By: gbarr on 1998/11/26 23:36:17
99ed61e6
GS
16123 Log: Fix embeded \n in ABSTRACT and <> in AUTHOR
16124 Branch: maint-5.005/perl
16125 ! lib/ExtUtils/MM_Unix.pm
db4a4bfe
GS
16126____________________________________________________________________________
16127[ 2301] By: gsar on 1998/11/26 10:16:54
99ed61e6
GS
16128 Log: fix PL_defoutgv leak under threads
16129 Branch: perl
16130 ! ext/Thread/Thread.xs
db4a4bfe
GS
16131____________________________________________________________________________
16132[ 2300] By: gsar on 1998/11/26 09:04:44
99ed61e6
GS
16133 Log: properly free temporaries created by threads
16134 Branch: perl
16135 ! ext/Thread/Thread.xs
db4a4bfe
GS
16136____________________________________________________________________________
16137[ 2299] By: gsar on 1998/11/26 06:51:16
99ed61e6
GS
16138 Log: fix C<if (...) { package Foo; ... }> misoptimization that fails
16139 to set the package for the block properly
16140 Branch: perl
16141 ! op.c t/comp/package.t t/lib/dumper.t
db4a4bfe
GS
16142____________________________________________________________________________
16143[ 2298] By: nick on 1998/11/24 22:04:20
99ed61e6
GS
16144 Log: Part-1 of tweaks to allow Tk to be "compiled"
16145 Make XS_UNIVERSAL_xxx non-static so they can be found in libperl.
16146 (May also need attention to exports etc. - to follow.)
16147 Branch: perl
16148 ! universal.c
db4a4bfe
GS
16149____________________________________________________________________________
16150[ 2294] By: jhi on 1998/11/23 10:44:26
99ed61e6
GS
16151 Log: The new socket tests need in some platforms
16152 to #include <sys/types.h>.
16153 Branch: cfgperl
16154 ! Configure
db4a4bfe
GS
16155____________________________________________________________________________
16156[ 2293] By: jhi on 1998/11/23 10:33:42
99ed61e6
GS
16157 Log: From: Gerben Wierda <G.C.Th.Wierda@AWT.nl>
16158 To: Jarkko Hietaniemi <jhi@cc.hut.fi>
16159 Subject: Re: Test results for perl5.005_53 under NEXTSTEP 3.3 (intel)
16160 Date: Mon, 23 Nov 1998 10:07:04 +0100
16161 Message-Id: <9811230907.AA06484@AWT.nl>
16162
16163 NeXTstep NetInfo uses nidump to get the user/group databases.
16164 Branch: cfgperl
16165 ! t/op/grent.t t/op/pwent.t
db4a4bfe
GS
16166____________________________________________________________________________
16167[ 2291] By: TimBunce on 1998/11/22 22:23:09
99ed61e6
GS
16168 Log: Updated Porting/patchls utility.
16169 Branch: maint-5.004/perl
16170 ! Porting/patchls
db4a4bfe
GS
16171____________________________________________________________________________
16172[ 2288] By: TimBunce on 1998/11/22 21:46:11
99ed61e6
GS
16173 Log: Title: "Buglet in Sys::Syslog.pm (with fix)"
16174 From: Henrik Tougaard <ht.000@foa.dk>
16175 Msg-ID: <Pine.OSF.3.95.981117092651.1492C-100000@sula.pensam.dk>
16176 Files: lib/Sys/Syslog.pm
16177 Branch: maint-5.004/perl
16178 ! lib/Sys/Syslog.pm
db4a4bfe
GS
16179____________________________________________________________________________
16180[ 2286] By: jhi on 1998/11/22 19:08:42
99ed61e6
GS
16181 Log: Change#2284 aid: allow also for plain old MSG_ and SCM_ #defines.
16182 Branch: cfgperl
16183 ! ext/Socket/Socket.xs
db4a4bfe
GS
16184____________________________________________________________________________
16185[ 2285] By: jhi on 1998/11/22 18:21:07
99ed61e6
GS
16186 Log: MSG_PROXY for GNU/Hurd (previously we believed that
16187 all GNU libc platforms have MSG_PROXY. Untrue).
16188 In fact this ended up as a major MSG_* and SCM_*
16189 update. The MSG_XXX known to be enums in some
16190 versions of the glibc are now probed for and respective
16191 HAS_MSG_XXX are defined. While I was at it I noticed
16192 SCM_RIGHTS being similarly an enum. This reminded me of
16193 an ancient discussion in perl5-porters:
16194 http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/9612/msg01017.html
16195 The BSD socket interface has a nifty feature for passing
16196 file descriptors and credentials--via sockets. It may be
16197 too late to add this functionality to the CORE but
16198 at least Configure now probes for the functions,
16199 structs, and includes, defining the appropriate
16200 HAS_YYY and I_ZZZ, and the Socket extension exports
16201 the constants, in case somebody wants to write an
16202 extension for this interface.
16203 Branch: cfgperl
16204 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
16205 ! config_h.SH ext/Socket/Socket.pm ext/Socket/Socket.xs
16206 ! iperlsys.h
db4a4bfe
GS
16207____________________________________________________________________________
16208[ 2284] By: jhi on 1998/11/22 18:13:21
99ed61e6
GS
16209 Log: perlhist.pod 1.54, containing 5_53.
16210 Branch: cfgperl
16211 ! pod/perlhist.pod
db4a4bfe
GS
16212____________________________________________________________________________
16213[ 2274] By: TimBunce on 1998/11/22 16:25:46
99ed61e6
GS
16214 Log: Preserve errno around fcntl(fd,F_SETFD,fd > maxsysfd) in do_open()
16215 Branch: maint-5.004/perl
16216 ! doio.c
db4a4bfe
GS
16217____________________________________________________________________________
16218[ 2273] By: TimBunce on 1998/11/22 16:17:43
99ed61e6
GS
16219 Log: Improve op/die_exit.t test for implicit close changing $!
16220 Branch: maint-5.004/perl
16221 ! t/op/die_exit.t
db4a4bfe
GS
16222____________________________________________________________________________
16223[ 2268] By: jhi on 1998/11/22 14:44:11
99ed61e6
GS
16224 Log: Fix thinko.
16225 Branch: cfgperl
16226 ! hints/dynixptx.sh
db4a4bfe
GS
16227____________________________________________________________________________
16228[ 2267] By: jhi on 1998/11/22 13:19:41
99ed61e6
GS
16229 Log: Document the d_socket override.
16230 Branch: cfgperl
16231 ! hints/dynixptx.sh
db4a4bfe
GS
16232____________________________________________________________________________
16233[ 2266] By: jhi on 1998/11/22 12:12:29
99ed61e6
GS
16234 Log: From: John Tobey <jtobey@channel1.com>
16235 Subject: [PATCH] perlfaq typos
16236 To: perl5-porters@perl.com
16237 Date: 22 Nov 1998 04:25:15 +0200
16238 Message-ID: <MLIST_m0zhPeF-000FOgC@feynman.localnet>
16239 Branch: cfgperl
16240 ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod
16241 ! pod/perlfaq7.pod pod/perlfaq8.pod
db4a4bfe
GS
16242____________________________________________________________________________
16243[ 2265] By: jhi on 1998/11/22 12:06:29
99ed61e6
GS
16244 Log: From: pmarquess@bfsec.bt.co.uk (Paul Marquess)
16245 Subject: DB_File 1.61 patch for 5.005_53 & 5.005_02
16246 Newsgroups: hut.lists.perl5-porters
16247 To: gsar@engin.umich.edu (Gurusamy Sarathy)
16248 Cc: perl5-porters@perl.org (Perl5 Porters)
16249 Date: 20 Nov 1998 12:20:41 +0200
16250 Branch: cfgperl
16251 ! ext/DB_File/Changes ext/DB_File/DB_File.pm
16252 ! ext/DB_File/DB_File.xs
db4a4bfe
GS
16253____________________________________________________________________________
16254[ 2264] By: jhi on 1998/11/22 11:55:09
99ed61e6
GS
16255 Log: NeXTstep /etc/group and /etc/passwd are used only at boot time,
16256 From: Gerben Wierda <G.C.Th.Wierda@AWT.nl>
16257 Subject: Test results for perl5.005_53 under NEXTSTEP 3.3 (intel)
16258 To: perlbug@perl.com
16259 Date: 20 Nov 1998 18:39:06 +0200
16260 Lines: 47
16261 Message-ID: <MLIST_9811201533.AA22148@AWT.nl>
16262 Branch: cfgperl
16263 ! t/op/grent.t t/op/pwent.t
db4a4bfe
GS
16264____________________________________________________________________________
16265[ 2263] By: jhi on 1998/11/22 11:42:59
99ed61e6
GS
16266 Log: Permission testing is tricky when we have too much power.
16267 Problem reported in
16268 From: Gerben Wierda <G.C.Th.Wierda@AWT.nl>
16269 Subject: Test results for perl5.005_53 under NEXTSTEP 3.3 (intel)
16270 To: perlbug@perl.com
16271 Date: 20 Nov 1998 18:39:06 +0200
16272 Message-ID: <MLIST_9811201533.AA22148@AWT.nl>
16273 Branch: cfgperl
16274 ! t/op/filetest.t
db4a4bfe
GS
16275____________________________________________________________________________
16276[ 2262] By: gsar on 1998/11/22 11:37:02
99ed61e6
GS
16277 Log: fix broken CAPI generation
16278 Branch: perl
16279 ! win32/GenCAPI.pl
db4a4bfe
GS
16280____________________________________________________________________________
16281[ 2261] By: jhi on 1998/11/22 11:17:00
99ed61e6
GS
16282 Log: -x should be C<-x>, reported by Gerben Wierda.
16283 Branch: cfgperl
16284 ! pod/perlfunc.pod
db4a4bfe
GS
16285____________________________________________________________________________
16286[ 2260] By: gsar on 1998/11/22 11:12:02
99ed61e6
GS
16287 Log: phase 2 of PERL_OBJECT cleanup; objXSUB.h autogeneration
16288 Branch: perl
16289 ! XSUB.h embed.h embed.pl embedvar.h iperlsys.h objXSUB.h
16290 ! proto.h
db4a4bfe
GS
16291____________________________________________________________________________
16292[ 2259] By: jhi on 1998/11/22 11:06:40
99ed61e6
GS
16293 Log: From: "Kurt D. Starsinic" <kstar@chapin.edu>
16294 Subject: Re: [PATCH] Re: pod2man bug in date generated line
16295 To: Albert Dvornik <bert@genscan.com>, "Larry W. Virden" <lvirden@cas.org>
16296 Cc: perlbug@perl.com
16297 Date: 20 Nov 1998 21:30:17 +0200
16298 Message-ID: <MLIST_19981120131523.A464@O2.chapin.edu>
16299 Branch: cfgperl
16300 ! pod/pod2man.PL
db4a4bfe
GS
16301____________________________________________________________________________
16302[ 2256] By: jhi on 1998/11/21 10:44:01
99ed61e6
GS
16303 Log: From: Thomas Bowditch <bowditch@inmet.com>
16304 Subject: Benchmark.pm suggestion
16305 To: jhi@iki.fi, Tim.Bunce@ig.co.uk
16306 Date: Fri, 20 Nov 1998 17:43:46 -0500
16307 Message-Id: <199811202243.RAA26252@harp.camb.inmet.com>
16308
16309 Added timesum().
16310 Branch: cfgperl
16311 ! lib/Benchmark.pm
db4a4bfe
GS
16312____________________________________________________________________________
16313[ 2255] By: gsar on 1998/11/21 08:45:06
99ed61e6
GS
16314 Log: another win32 portability fix: make sysread() and syswrite()
16315 work on sockets
16316 Branch: perl
16317 ! pp_sys.c win32/win32.h
db4a4bfe
GS
16318____________________________________________________________________________
16319[ 2254] By: gsar on 1998/11/21 07:49:06
99ed61e6
GS
16320 Log: win32_recvfrom() compatibility fix
16321 Branch: perl
16322 ! win32/win32sck.c
db4a4bfe
GS
16323____________________________________________________________________________
16324[ 2253] By: jhi on 1998/11/20 08:22:06
99ed61e6
GS
16325 Log: From: Mark Bixby <markb@spock.dis.cccd.edu>
16326 To: jhi@iki.fi
16327 Subject: MPE/iX Perl 5.005_02 oops
16328 Date: Thu, 19 Nov 1998 17:10:45 -0800 (PST)
16329 Message-Id: <199811200110.RAA07395@spock.dis.cccd.edu>
16330 Branch: cfgperl
16331 ! ext/DynaLoader/dl_mpeix.xs installperl
db4a4bfe
GS
16332____________________________________________________________________________
16333[ 2252] By: gsar on 1998/11/19 17:38:03
99ed61e6
GS
16334 Log: mess_sv tweak for change#2249
16335 Branch: perl
16336 ! util.c
db4a4bfe
GS
16337____________________________________________________________________________
16338[ 2251] By: jhi on 1998/11/18 12:32:19
99ed61e6
GS
16339 Log: Display use64bits and usemultiplicity but only if necessary.
16340 Branch: cfgperl
16341 ! myconfig
db4a4bfe
GS
16342____________________________________________________________________________
16343[ 2250] By: jhi on 1998/11/18 12:26:50
99ed61e6
GS
16344 Log: From: Horst von Brand <vonbrand@sleipnir.valparaiso.cl>
16345 Subject: pp.c uses 'unsigned Quad_t'
16346 To: perlbug@perl.com
16347 Date: Sun, 15 Nov 1998 20:57:05 -0300
16348 Message-Id: <199811152357.UAA12768@sleipnir.valparaiso.cl>
16349 Branch: cfgperl
16350 ! perl.h pp.c
db4a4bfe
GS
16351____________________________________________________________________________
16352[ 2249] By: gsar on 1998/11/18 05:43:11
99ed61e6
GS
16353 Log: use PL_mess_sv only during global destruction (fixes problems with
16354 overlapping invocations of form()/warn()/die()/croak() trampling on
16355 each other's messages)
16356 Branch: perl
16357 ! mg.c util.c
db4a4bfe
GS
16358____________________________________________________________________________
16359[ 2248] By: gsar on 1998/11/18 05:39:36
99ed61e6
GS
16360 Log: tweak change#2245 to skip previous message if any
16361 Branch: perl
16362 ! pp_ctl.c t/pragma/warn/pp_ctl
db4a4bfe
GS
16363____________________________________________________________________________
16364[ 2247] By: jhi on 1998/11/17 11:46:56
99ed61e6
GS
16365 Log: Integrate from mainperl.
16366 Branch: cfgperl
16367 !> (integrate 26 files)
db4a4bfe
GS
16368____________________________________________________________________________
16369[ 2246] By: gsar on 1998/11/17 09:41:10
99ed61e6
GS
16370 Log: allow C<sort $coderef @foo>
16371 Branch: perl
16372 ! op.c t/op/sort.t t/pragma/overload.t
db4a4bfe
GS
16373____________________________________________________________________________
16374[ 2245] By: gsar on 1998/11/17 08:28:26
99ed61e6
GS
16375 Log: propagate failures in DESTROY() as (optional) warnings
16376 Branch: perl
16377 ! pod/perldiag.pod pp_ctl.c t/pragma/warn/pp_ctl
db4a4bfe
GS
16378____________________________________________________________________________
16379[ 2244] By: gsar on 1998/11/17 07:43:08
99ed61e6
GS
16380 Log: ensure PL_dirty is reinit-ed properly under -DMULTIPLICITY
16381 Branch: perl
16382 ! perl.c thrdvar.h
db4a4bfe
GS
16383____________________________________________________________________________
16384[ 2243] By: gsar on 1998/11/17 07:40:09
99ed61e6
GS
16385 Log: sort WARN_FOO symbols to avoid hash traversal order dependency
16386 Branch: perl
16387 ! lib/warning.pm warning.h warning.pl
db4a4bfe
GS
16388____________________________________________________________________________
16389[ 2242] By: gsar on 1998/11/17 06:32:39
99ed61e6
GS
16390 Log: fix skipspace() to properly account for newlines in eval''-ed
16391 strings (caused bogus line numbers in diagnostics and debugger)
16392 Branch: perl
16393 ! t/pragma/warn/pp_ctl t/pragma/warn/toke toke.c
db4a4bfe
GS
16394____________________________________________________________________________
16395[ 2241] By: gsar on 1998/11/17 03:48:12
99ed61e6
GS
16396 Log: s/Perl_utf8skip/PL_utf8skip/g
16397 Branch: perl
16398 ! embed.h embed.pl global.sym globvar.sym regexec.c utf8.h
db4a4bfe
GS
16399____________________________________________________________________________
16400[ 2240] By: gsar on 1998/11/14 06:09:06
99ed61e6
GS
16401 Log: rework op/groups.t
16402 Branch: perl
16403 ! t/op/filetest.t t/op/groups.t
db4a4bfe
GS
16404____________________________________________________________________________
16405[ 2235] By: gsar on 1998/11/14 00:17:05
99ed61e6
GS
16406 Log: catch a neophyte trap: open(<FH>), close(<FH>) etc.
16407 Branch: perl
16408 ! op.c
db4a4bfe
GS
16409____________________________________________________________________________
16410[ 2234] By: gsar on 1998/11/14 00:14:02
99ed61e6
GS
16411 Log: update Changes
16412 Branch: perl
16413 ! Changes win32/config.bc win32/config.gc win32/config.vc
db4a4bfe
GS
16414____________________________________________________________________________
16415[ 2233] By: gsar on 1998/11/13 09:43:03
99ed61e6
GS
16416 Log: doc tweak
16417 Branch: perl
16418 ! README.win32
db4a4bfe 16419____________________________________________________________________________
823168e8 16420[ 2230] By: jhi on 1998/11/12 17:07:45
99ed61e6
GS
16421 Log: Allow hints file override for d_socket
16422 (based on Sequent-induced change #2229).
16423 Branch: cfgperl
16424 ! Configure
823168e8
GS
16425____________________________________________________________________________
16426[ 2229] By: jhi on 1998/11/12 16:32:33
99ed61e6
GS
16427 Log:
16428 From: "Martin J. Bligh" <mbligh@sequent.com>
16429 To: jhi@iki.fi
16430 cc: gbarr@ti.com, gbarr@pobox.com, gsar@umich.edu
16431 Subject: Re: Making Perl work on DYNIX/ptx
16432 Date: Tue, 10 Nov 1998 16:24:26 -0800
16433 Message-ID: <181999655.910715066@w-186d219.rhe.sequent.com>
16434 Branch: cfgperl
16435 ! hints/dynixptx.sh
823168e8
GS
16436____________________________________________________________________________
16437[ 2228] By: jhi on 1998/11/12 11:40:37
99ed61e6
GS
16438 Log: From: "Martin J. Bligh" <mbligh@sequent.com>
16439 Message-ID: <187803647.910720870@w-186d219.rhe.sequent.com>
16440 To: jhi@iki.fi
16441 cc: gbarr@ti.com, gbarr@pobox.com, gsar@umich.edu
16442 Subject: Re: Making Perl work on DYNIX/ptx
16443 Date: Tue, 10 Nov 1998 18:01:10 -0800
16444 Branch: cfgperl
16445 + ext/DB_File/hints/dynixptx.pl ext/POSIX/hints/dynixptx.pl
823168e8
GS
16446____________________________________________________________________________
16447[ 2227] By: jhi on 1998/11/12 11:17:42
99ed61e6
GS
16448 Log: Integrate from mainperl.
16449 Branch: cfgperl
16450 !> Changes XSUB.h av.c embed.h embed.pl embedvar.h
16451 !> ext/IPC/SysV/Msg.pm global.sym hv.c lib/Text/Wrap.pm objXSUB.h
16452 !> perl.c perl.h pod/perlfunc.pod pod/perlvar.pod pp_sys.c
16453 !> proto.h regexec.c t/op/array.t util.c win32/makedef.pl
16454 !> win32/win32.c x2p/s2p.PL
823168e8
GS
16455____________________________________________________________________________
16456[ 2226] By: gsar on 1998/11/11 21:05:42
99ed61e6
GS
16457 Log: provide -DPERL_POLLUTE
16458 Branch: perl
16459 ! embed.pl embedvar.h
823168e8
GS
16460____________________________________________________________________________
16461[ 2225] By: jhi on 1998/11/09 07:45:12
99ed61e6
GS
16462 Log: From: Hans Mulder <hansm@icgroup.nl>
16463 To: Ilya Zakharevich <ilya@math.ohio-state.edu>
16464 Cc: gsar@engin.umich.edu (Gurusamy Sarathy), jhi@iki.fi,
16465 perl5-porters@perl.org
16466 Subject: Re: [PATCH] Re: Not OK: perl 5.00553 on OPENSTEP-Mach 4_1
16467 (UNINSTALLED)
16468 Date: Sun, 8 Nov 98 22:20:23 +0100
16469 Message-Id: <9811082119.AA11802@icgned.icgroup.nl>
16470 Branch: cfgperl
16471 ! malloc.c perl.h
823168e8
GS
16472____________________________________________________________________________
16473[ 2224] By: gsar on 1998/11/09 03:13:14
99ed61e6
GS
16474 Log: avoid endless loops in Text::Wrap (from a suggestion by Lupe
16475 Christoph <lupe@alanya.m.isar.de>)
16476 Branch: perl
16477 ! lib/Text/Wrap.pm
823168e8
GS
16478____________________________________________________________________________
16479[ 2223] By: gsar on 1998/11/09 02:09:06
99ed61e6
GS
16480 Log: fix misplaced brace in s2p (as suggested by Lionel Fourquaux
16481 <lionel.fourquaux@wanadoo.fr>)
16482 Branch: perl
16483 ! x2p/s2p.PL
823168e8
GS
16484____________________________________________________________________________
16485[ 2222] By: gsar on 1998/11/09 01:56:24
99ed61e6
GS
16486 Log: patches from Hugo van der Sanden <hv@crypt.compulink.co.uk>
16487 Date: Wed, 04 Nov 1998 12:19:44 +0000
16488 Message-Id: <199811041219.MAA05451@crypt.compulink.co.uk>
16489 Subject: [PATCH] Re: [5.005_53] read overflow?
16490 --
16491 Date: Wed, 04 Nov 1998 13:15:18 +0000
16492 Message-Id: <199811041315.NAA05711@crypt.compulink.co.uk>
16493 Subject: [PATCH 5.005_53] perl -V fix
16494 Branch: perl
16495 ! perl.c regexec.c
823168e8
GS
16496____________________________________________________________________________
16497[ 2221] By: gsar on 1998/11/09 01:34:56
99ed61e6
GS
16498 Log: From: jan.dubois@ibm.net (Jan Dubois)
16499 Date: Sun, 01 Nov 1998 00:05:01 +0100
16500 Message-ID: <364294bd.18052307@smtp1.ibm.net>
16501 Subject: [PATCH v5.5.53, WIN32] PL_block_type undefined unless DEBUGGING
16502 Branch: perl
16503 ! Changes win32/makedef.pl
823168e8
GS
16504____________________________________________________________________________
16505[ 2220] By: gsar on 1998/11/08 21:13:07
99ed61e6
GS
16506 Log: integrate changes#2120,2168,2218 from maint-5.005;
16507 add new vtbls; s/\bvtbl_/PL_vtbl_/; remove trailing comma in
16508 enum; make regen_headers
16509 Branch: perl
16510 ! XSUB.h embed.h embedvar.h ext/IPC/SysV/Msg.pm global.sym
16511 ! objXSUB.h perl.h pod/perlfunc.pod proto.h util.c win32/win32.c
823168e8
GS
16512____________________________________________________________________________
16513[ 2219] By: gsar on 1998/11/08 19:42:57
99ed61e6
GS
16514 Log: integrate cfgperl changes into mainline
16515 Branch: perl
16516 +> README.vmesa
16517 !> Configure MANIFEST Porting/Glossary Porting/config.sh
16518 !> Porting/config_H config_h.SH ext/Thread/Thread.xs
16519 !> hints/hpux.sh hints/vmesa.sh lib/Math/Complex.pm malloc.c
16520 !> perl.h pod/perlfunc.pod pod/perllocale.pod pod/perlport.pod
16521 !> pp_sys.c sv.c t/lib/complex.t t/op/groups.t t/op/lex_assign.t
16522 !> thread.h vms/subconfigure.com vos/config.h
823168e8
GS
16523____________________________________________________________________________
16524[ 2218] By: gbarr on 1998/11/08 16:48:44
99ed61e6
GS
16525 Log: From: Graham Barr <gbarr@ti.com>
16526 Date: Mon, 2 Nov 1998 07:38:52 -0600
16527 Message-ID: <19981102073852.A12751@asic.sc.ti.com>
16528 Subject: [PATCH 5.005_*] Re: IPC::Msg 1.03
16529 Branch: maint-5.005/perl
16530 ! ext/IPC/SysV/Msg.pm
823168e8
GS
16531____________________________________________________________________________
16532[ 2215] By: gsar on 1998/11/08 02:52:52
99ed61e6
GS
16533 Log: set close-on-exec bit on pipe() FDs
16534 Branch: perl
16535 ! pod/perlfunc.pod pod/perlvar.pod pp_sys.c
823168e8
GS
16536____________________________________________________________________________
16537[ 2214] By: gsar on 1998/11/08 02:27:57
99ed61e6
GS
16538 Log: typo in newHVhv()
16539 Branch: perl
16540 ! hv.c
823168e8
GS
16541____________________________________________________________________________
16542[ 2211] By: jhi on 1998/11/07 21:14:18
99ed61e6
GS
16543 Log: Finalize the Mach CThreads support.
16544
16545 From: Hans Mulder <hansm@icgroup.nl>
16546 Date: Sat, 7 Nov 98 22:06:20 +0100
16547 To: Gurusamy Sarathy <gsar@engin.umich.edu>
16548 Cc: jhi@iki.fi, perl5-porters@perl.org
16549 Subject: [PATCH] Re: Not OK: perl 5.00553 on OPENSTEP-Mach 4_1 (UNINSTALLED)
16550 Message-Id: <9811072105.AA07794@icgned.icgroup.nl>
16551 Branch: cfgperl
16552 ! malloc.c perl.h
823168e8
GS
16553____________________________________________________________________________
16554[ 2210] By: gsar on 1998/11/06 20:36:50
99ed61e6
GS
16555 Log: fix AvREALISH bogusness
16556 Branch: perl
16557 ! av.c t/op/array.t
823168e8
GS
16558____________________________________________________________________________
16559[ 2209] By: jhi on 1998/11/06 08:05:31
99ed61e6
GS
16560 Log: Renamed malloc.c ASSERT() macro to P_ASSERT() because
16561 ASSERT() causes problems in {NeXTStep,OpenStep}.
16562
16563 From: Hans Mulder <hansm@icgroup.nl>
16564 To: Jarkko Hietaniemi <jhi@cc.hut.fi>
16565 Subject: Re: Not OK: perl 5.00553 on OPENSTEP-Mach 4_1 (UNINSTALLED)
16566 Date: Fri, 6 Nov 98 01:27:41 +0100
16567 Message-Id: <9811060025.AA27389@icgned.icgroup.nl>
16568
16569 and
16570
16571 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
16572 Subject: Re: ASSERT() in malloc.c
16573 To: jhi@iki.fi
16574 Date: Fri, 6 Nov 1998 02:59:29 -0500 (EST)
16575 Message-Id: <199811060759.CAA18915@monk.mps.ohio-state.edu>
16576 Branch: cfgperl
16577 ! malloc.c
823168e8
GS
16578____________________________________________________________________________
16579[ 2208] By: jhi on 1998/11/06 07:55:38
99ed61e6
GS
16580 Log: Mach CThreads needs #include <mach/cthreads.h>.
16581 Branch: cfgperl
16582 ! perl.h
823168e8
GS
16583____________________________________________________________________________
16584[ 2206] By: jhi on 1998/11/05 14:54:52
99ed61e6
GS
16585 Log: PERL_BADLANG wrongly documented.
16586
16587 From: ts <decoux@moulon.inra.fr>
16588 To: jhi@cc.hut.fi
16589 Subject: Re: Locale warning messages
16590 Date: Thu, 5 Nov 1998 14:34:19 +0100 (MET)
16591 Message-Id: <199811051334.OAA24863@moulon.inra.fr>
16592
16593 and
16594
16595 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
16596 Subject: Re: PERL_BADLANG
16597 To: jhi@iki.fi
16598 Subject: Re: PERL_BADLANG
16599 Date: Thu, 5 Nov 1998 09:49:00 -0500 (EST)
16600 Message-Id: <199811051449.JAA04238@monk.mps.ohio-state.edu>
16601 Branch: cfgperl
16602 ! pod/perllocale.pod
823168e8
GS
16603____________________________________________________________________________
16604[ 2205] By: jhi on 1998/11/05 14:24:33
99ed61e6
GS
16605 Log: Document all the control flow keywords in perlfunc
16606 so that "perlfunc -f while" works.
16607 Branch: cfgperl
16608 ! pod/perlfunc.pod
823168e8
GS
16609____________________________________________________________________________
16610[ 2204] By: jhi on 1998/11/05 12:46:02
99ed61e6
GS
16611 Log: Configure update. Remove last trace of PTHREADS_CREATED_JOINABLE
16612 (from vos/config.h). Update Porting/{Glossary,config*}.
16613 Branch: cfgperl
16614 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
16615 ! config_h.SH vos/config.h
823168e8
GS
16616____________________________________________________________________________
16617[ 2203] By: jhi on 1998/11/05 08:34:39
99ed61e6
GS
16618 Log: VM/ESA and VMS sig_num_init (change#2101) catchup.
16619 Branch: cfgperl
16620 ! hints/vmesa.sh vms/subconfigure.com
823168e8
GS
16621____________________________________________________________________________
16622[ 2202] By: jhi on 1998/11/05 08:03:20
99ed61e6
GS
16623 Log: Integrate from mainperl.
16624 Branch: cfgperl
16625 !> Changes cop.h doop.c gv.c mg.c perl.c pp_ctl.c sv.c util.c
16626 !> win32/Makefile win32/makefile.mk win32/win32.c
823168e8
GS
16627____________________________________________________________________________
16628[ 2201] By: gsar on 1998/11/05 04:40:44
99ed61e6
GS
16629 Log: another POPSTACK victim
16630 Branch: perl
16631 ! cop.h sv.c
823168e8
GS
16632____________________________________________________________________________
16633[ 2196] By: gsar on 1998/11/05 02:07:54
99ed61e6
GS
16634 Log: fix a location affected by change#2191, add note about POPSTACK
16635 Branch: perl
16636 ! cop.h gv.c pp_ctl.c
823168e8
GS
16637____________________________________________________________________________
16638[ 2195] By: gsar on 1998/11/05 02:04:45
99ed61e6
GS
16639 Log: makefile notes
16640 Branch: perl
16641 ! win32/Makefile win32/makefile.mk
823168e8
GS
16642____________________________________________________________________________
16643[ 2192] By: gsar on 1998/11/04 23:48:53
99ed61e6
GS
16644 Log: indeterminate order-of-evaluation fixes
16645 Branch: perl
16646 ! mg.c
823168e8
GS
16647____________________________________________________________________________
16648[ 2191] By: gsar on 1998/11/04 23:02:16
99ed61e6
GS
16649 Log: refetch local stack pointer in POPSTACK
16650 Branch: perl
16651 ! cop.h perl.c
823168e8
GS
16652____________________________________________________________________________
16653[ 2190] By: jhi on 1998/11/04 08:50:40
99ed61e6
GS
16654 Log: Configure update.
16655 Sequent DYNIX/ptx updates: osvers=$4 (instead of $3) of uname -a,
16656
16657 From: Andy Dougherty <doughera@lafcol.lafayette.edu>
16658 To: Martin Bligh <mbligh@sequent.com>
16659 Cc: Jarkko Hietaniemi <jhi@iki.fi>
16660 Subject: Re: Perl 5's configure on DYNIX/ptx
16661 Message-Id: <Pine.SUN.3.96.981103090824.5533B-100000@newton.phys>
16662 Date: Tue, 3 Nov 1998 09:35:26 -0500 (EST)
16663
16664 find sockets also from libsocket, not just libnet.
16665 OS390: $compile_ok instead of $compile for <inttypes.h>,
16666
16667 From: pvhp@forte.com (Peter Prymmer)
16668 To: Thomas.Dorner@start.de, jhi@iki.fi, neale@VMA.TABNSW.COM.AU
16669 Subject: _53 not OK on os390 but looking better than ever
16670 Date: Tue, 3 Nov 98 17:33:22 PST
16671 Message-Id: <9811040133.AA09450@forte.com>
16672 Branch: cfgperl
16673 ! Configure
823168e8
GS
16674____________________________________________________________________________
16675[ 2189] By: jhi on 1998/11/04 07:43:58
99ed61e6
GS
16676 Log: sysio.t failure: fix undefined order of evaluation, from
16677
16678 From: Spider Boardman <spider@web.zk3.dec.com>
16679 Subject: Not OK: perl 5.00553 on alpha-thread 5.0 [PATCH]
16680 To: perlbug@perl.com
16681 Date: 4 Nov 1998 01:22:30 +0200
16682 Message-ID: <MLIST_199811032227.RAA143892@web.zk3.dec.com>
16683 Branch: cfgperl
16684 ! pp_sys.c
823168e8
GS
16685____________________________________________________________________________
16686[ 2188] By: gsar on 1998/11/04 02:59:16
99ed61e6
GS
16687 Log: fix return value of win32_pclose()
16688 Branch: perl
16689 ! win32/win32.c
823168e8
GS
16690____________________________________________________________________________
16691[ 2187] By: gsar on 1998/11/04 02:56:34
99ed61e6
GS
16692 Log: s/sv_upgrade/SvUPGRADE/ a couple of places
16693 Branch: perl
16694 ! Changes doop.c gv.c util.c
823168e8
GS
16695____________________________________________________________________________
16696[ 2186] By: jhi on 1998/11/03 08:17:52
99ed61e6
GS
16697 Log: Document quads in pack.
16698 Branch: cfgperl
16699 ! pod/perlfunc.pod
823168e8
GS
16700____________________________________________________________________________
16701[ 2185] By: jhi on 1998/11/03 07:49:35
99ed61e6
GS
16702 Log: (IV) vs (I32) vs I_V()
16703
16704 Subject: [PATCH 5.005_53] Reverting typecast in sv_upgrade()
16705 From: Anton Berezin <tobez@plab.ku.dk>
16706 To: "p5p" <perl5-porters@perl.org>
16707 Date: 01 Nov 1998 15:09:11 +0100
16708 Message-ID: <86hfwjtshk.fsf@lion.plab.ku.dk>
16709
16710 and
16711
16712 From: Andy Dougherty <doughera@lafcol.lafayette.edu>
16713 Date: Mon, 2 Nov 1998 10:17:34 -0500 (EST)
16714 Message-Id: <Pine.SUN.3.96.981102101433.4479B-100000@newton.phys>
16715 Branch: cfgperl
16716 ! sv.c
823168e8
GS
16717____________________________________________________________________________
16718[ 2184] By: jhi on 1998/11/03 07:42:46
99ed61e6
GS
16719 Log: VM/ESA updates.
16720 Branch: cfgperl
16721 + README.vmesa
16722 ! MANIFEST pod/perlfunc.pod pod/perlport.pod
823168e8
GS
16723____________________________________________________________________________
16724[ 2183] By: jhi on 1998/11/02 12:58:13
99ed61e6
GS
16725 Log: The id(1)-parsing is real fun.
16726 Branch: cfgperl
16727 ! t/op/groups.t
823168e8
GS
16728____________________________________________________________________________
16729[ 2182] By: jhi on 1998/11/02 12:07:43
99ed61e6
GS
16730 Log: Decommission the symlink test.
16731 Branch: cfgperl
16732 ! t/op/lex_assign.t
823168e8
GS
16733____________________________________________________________________________
16734[ 2181] By: jhi on 1998/11/02 12:03:08
99ed61e6
GS
16735 Log: Replace ATTR_JOINABLE with true Configure probe
16736 for PTHREAD_CREATE_JOINABLE (or equivalent:
16737 PTHREAD_CREATE_UNDETACHED or __UNDETACHED).
16738 Remove ATTR_JOINABLE itself: Thread.xs uses
16739 PTHREAD_CREATE_JOINABLE (or equivalent) directly.
16740
16741 Really scan for <mach/cthreads.h> only if usethreads.
16742 Branch: cfgperl
16743 ! Configure config_h.SH ext/Thread/Thread.xs thread.h
823168e8
GS
16744____________________________________________________________________________
16745[ 2180] By: jhi on 1998/11/02 11:07:34
99ed61e6
GS
16746 Log: In HP-UX 10.X usethreads only if the required files are present.
16747 Branch: cfgperl
16748 ! hints/hpux.sh
823168e8
GS
16749____________________________________________________________________________
16750[ 2179] By: jhi on 1998/11/02 09:10:33
99ed61e6
GS
16751 Log: Prefer groups(1).
16752 id -Gn can be broken.
16753 id -a can save the day.
16754 Branch: cfgperl
16755 ! t/op/groups.t
823168e8
GS
16756____________________________________________________________________________
16757[ 2178] By: jhi on 1998/11/02 08:35:29
99ed61e6
GS
16758 Log: Detrail enum comma.
16759 Branch: cfgperl
16760 ! perl.h
823168e8
GS
16761____________________________________________________________________________
16762[ 2177] By: jhi on 1998/11/02 08:24:12
99ed61e6
GS
16763 Log: 0**0 = 1, from
16764
16765 From: d-lewart@uiuc.edu (Daniel S. Lewart)
16766 Subject: Math::Complex 0**0 patches
16767 Date: Sun, 1 Nov 1998 19:21:48 -0600 (CST)
16768 Message-Id: <199811020121.TAA28310@staff2.cso.uiuc.edu>
16769 To: jhi@iki.fi (Jarkko Hietaniemi),
16770 Raphael_Manfredi@grenoble.hp.com (Raphael Manfredi)
16771 Branch: cfgperl
16772 ! lib/Math/Complex.pm t/lib/complex.t
823168e8
GS
16773____________________________________________________________________________
16774[ 2168] By: gbarr on 1998/11/01 01:58:58
99ed61e6
GS
16775 Log: From: jan.dubois@ibm.net (Jan Dubois)
16776 Date: Fri, 09 Oct 1998 23:28:31 +0200
16777 Message-ID: <36217b7f.3193091@smtp1.ibm.net>
16778 Subject: [PATCH 5.005_02] Allow XS access to vtbl_*s when compiled with PERL_OBJECT
16779 Branch: maint-5.005/perl
16780 ! XSUB.h
823168e8
GS
16781____________________________________________________________________________
16782[ 2164] By: jhi on 1998/10/31 15:50:02
99ed61e6
GS
16783 Log: Integrate from mainperl.
16784 Branch: cfgperl
16785 +> t/op/lex_assign.t
16786 !> (integrate 45 files)
823168e8
GS
16787
16788----------------
16789Version 5.005_53
2e2b7522
GS
16790----------------
16791
16792____________________________________________________________________________
07f14f54 16793[ 2163] By: gsar on 1998/10/31 11:31:12
99ed61e6
GS
16794 Log: bump patchlevel; other minor fixes for clean build and test on
16795 Solaris and win32
16796 Branch: perl
16797 ! Changes ext/Data/Dumper/Dumper.xs patchlevel.h pp.h sv.c
16798 ! t/lib/dumper.t t/op/groups.t t/op/lex_assign.t
16799 ! t/pragma/warn/regexec win32/Makefile win32/config_H.bc
16800 ! win32/config_H.gc win32/config_H.vc win32/makefile.mk
16801 ! x2p/a2p.c
07f14f54 16802____________________________________________________________________________
0f4592ef 16803[ 2162] By: gsar on 1998/10/31 09:40:31
99ed61e6
GS
16804 Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
16805 Date: Fri, 30 Oct 1998 18:36:20 -0500 (EST)
16806 Message-Id: <199810302336.SAA17336@monk.mps.ohio-state.edu>
16807 Subject: Re: [PATCH 5.00552] Overloaded <> and deref again
16808 Branch: perl
16809 ! pp.h
0f4592ef
GS
16810____________________________________________________________________________
16811[ 2161] By: gsar on 1998/10/31 09:39:13
99ed61e6
GS
16812 Log: From: Albert Dvornik <bert@genscan.com>
16813 Date: 30 Oct 1998 17:50:04 -0500
16814 Message-Id: <tqd879vf4z.fsf@puma.genscan.com>
16815 Subject: [PATCH perl5.00[45]] a2p: make sprintf less greedy without -o
16816 Branch: perl
16817 ! x2p/Makefile.SH x2p/a2p.c x2p/a2p.pod x2p/a2p.y x2p/a2py.c
0f4592ef
GS
16818____________________________________________________________________________
16819[ 2160] By: gsar on 1998/10/31 09:35:03
99ed61e6
GS
16820 Log: fix for bugs in -x mode
16821 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
16822 Date: Sat, 31 Oct 1998 00:30:57 -0500 (EST)
16823 Message-Id: <199810310530.AAA22277@monk.mps.ohio-state.edu>
16824 Subject: [PATCH 5.00552] Fix h2xs
16825 Branch: perl
16826 ! utils/h2xs.PL
0f4592ef
GS
16827____________________________________________________________________________
16828[ 2159] By: gsar on 1998/10/31 09:31:36
99ed61e6
GS
16829 Log: Data::Dumper update
16830 Branch: perl
16831 ! ext/Data/Dumper/Changes ext/Data/Dumper/Dumper.pm
16832 ! ext/Data/Dumper/Dumper.xs ext/Data/Dumper/Todo
0f4592ef
GS
16833____________________________________________________________________________
16834[ 2153] By: gsar on 1998/10/30 21:40:09
99ed61e6
GS
16835 Log: add testsuite portion of patch
16836 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
16837 Date: Thu, 29 Oct 1998 23:20:01 -0500 (EST)
16838 Message-Id: <199810300420.XAA25651@monk.mps.ohio-state.edu>
16839 Subject: [PATCH 5.00321 ;-)] 87% speedup
16840 Branch: perl
16841 + t/op/lex_assign.t
16842 ! MANIFEST
0f4592ef
GS
16843____________________________________________________________________________
16844[ 2152] By: gsar on 1998/10/30 21:08:11
99ed61e6
GS
16845 Log: mention the C<$SIG{CHLD} = 'IGNORE'> special case
16846 Branch: perl
16847 ! pod/perlfunc.pod pod/perlipc.pod pod/perlvar.pod
0f4592ef
GS
16848____________________________________________________________________________
16849[ 2151] By: gsar on 1998/10/30 20:18:09
99ed61e6
GS
16850 Log: From: Mark-Jason Dominus <mjd@plover.com>
16851 Date: Fri, 30 Oct 1998 14:24:23 EST
16852 Message-Id: <19981030192423.27276.qmail@plover.com>
16853 Subject: PATCH: (5.005_02) a2p should use `chomp' instead of `chop'
16854 Branch: perl
16855 ! x2p/walk.c
0f4592ef
GS
16856____________________________________________________________________________
16857[ 2150] By: gsar on 1998/10/30 20:08:57
99ed61e6
GS
16858 Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
16859 Date: Thu, 29 Oct 1998 22:04:54 -0500 (EST)
16860 Message-Id: <199810300304.WAA23291@monk.mps.ohio-state.edu>
16861 Subject: [PATCH 5.00552] Overloaded <> and deref again
16862 Branch: perl
16863 ! gv.c lib/overload.pm perl.h pp.c pp.h pp_hot.c pp_sys.c sv.c
16864 ! t/pragma/overload.t toke.c
0f4592ef
GS
16865____________________________________________________________________________
16866[ 2149] By: gsar on 1998/10/30 19:38:15
99ed61e6
GS
16867 Log: From: Roderick Schertler <roderick@argon.org>
16868 Date: Thu, 29 Oct 1998 14:50:18 -0500
16869 Message-ID: <17625.909690618@eeyore.ibcinc.com>
16870 Subject: patch for daemonization docs in perlipc
16871 Branch: perl
16872 ! pod/perlipc.pod
0f4592ef
GS
16873____________________________________________________________________________
16874[ 2148] By: gsar on 1998/10/30 19:36:07
99ed61e6
GS
16875 Log: From: Anton Berezin <tobez@plab.ku.dk>
16876 Date: 29 Oct 1998 17:06:25 +0100
16877 Message-ID: <86pvbbuzcu.fsf@lion.plab.ku.dk>
16878 Subject: [PATCH 5.005_52] win32_opendir() fails on empty drives
16879 Branch: perl
16880 ! win32/win32.c
0f4592ef
GS
16881____________________________________________________________________________
16882[ 2147] By: gsar on 1998/10/30 19:31:37
99ed61e6
GS
16883 Log: tweaked version of suggested patch
16884 From: Anton Berezin <tobez@plab.ku.dk>
16885 Date: 29 Oct 1998 14:48:54 +0100
16886 Message-ID: <86yapzv5q1.fsf@lion.plab.ku.dk>
16887 Subject: [PATCH 5.005_52] One more problem with win32_stat and MSVC
16888 Branch: perl
16889 ! win32/win32.c
0f4592ef
GS
16890____________________________________________________________________________
16891[ 2146] By: gsar on 1998/10/30 19:03:50
99ed61e6
GS
16892 Log: hand-apply whitespace-mutiliated patch
16893 From: "vishal bhatia" <vishalb@hotmail.com>
16894 Date: Wed, 28 Oct 1998 23:45:32 PST
16895 Message-ID: <19981029074534.2334.qmail@hotmail.com>
16896 Subject: [PATCH 5.005_52]Compiling modules,more bugfixes for B
16897 Branch: perl
16898 ! ext/B/B/C.pm ext/B/B/CC.pm
0f4592ef
GS
16899____________________________________________________________________________
16900[ 2145] By: gsar on 1998/10/30 18:46:58
99ed61e6
GS
16901 Log: remaining PL_foo stragglers
16902 Branch: perl
16903 ! doio.c ext/B/B.pm ext/IPC/SysV/SysV.xs ext/Opcode/Opcode.pm
16904 ! op.h os2/os2.c vms/gen_shrfls.pl
0f4592ef
GS
16905____________________________________________________________________________
16906[ 2144] By: gsar on 1998/10/30 17:38:36
99ed61e6
GS
16907 Log: integrate cfgperl tweaks into mainline
16908 Branch: perl
16909 !> Makefile.SH README.posix-bc doio.c ext/POSIX/POSIX.xs proto.h
16910 !> t/op/misc.t t/pragma/subs.t t/pragma/warning.t
0f4592ef
GS
16911____________________________________________________________________________
16912[ 2143] By: jhi on 1998/10/30 13:27:39
99ed61e6
GS
16913 Log: There can be multiple yacc/bison errors.
16914 Branch: cfgperl
16915 ! t/op/misc.t t/pragma/subs.t t/pragma/warning.t
0f4592ef
GS
16916____________________________________________________________________________
16917[ 2142] By: jhi on 1998/10/30 13:18:43
99ed61e6
GS
16918 Log: README.posix-bc update.
16919 Branch: cfgperl
16920 ! README.posix-bc
0f4592ef
GS
16921____________________________________________________________________________
16922[ 2141] By: jhi on 1998/10/30 09:12:59
99ed61e6
GS
16923 Log: #2133 fallout.
16924 Branch: cfgperl
16925 ! doio.c ext/POSIX/POSIX.xs
0f4592ef
GS
16926____________________________________________________________________________
16927[ 2140] By: jhi on 1998/10/30 08:43:18
99ed61e6
GS
16928 Log: Integrate from mainperl.
16929 Branch: cfgperl
16930 +> globvar.sym pp.sym
16931 - objpp.h thread.sym
16932 !> (integrate 61 files)
0f4592ef
GS
16933____________________________________________________________________________
16934[ 2133] By: gsar on 1998/10/30 02:51:39
99ed61e6
GS
16935 Log: phase 1 of somewhat major rearrangement of PERL_OBJECT stuff
16936 (objpp.h is gone, embed.pl now does some of that); objXSUB.h
16937 should soon be automated also; the global variables that
16938 escaped the PL_foo conversion are now reined in; renamed
16939 MAGIC in regcomp.h to REG_MAGIC to avoid collision with the
16940 type of same name; duplicated lists of pp_things in various
16941 places is now gone; result has only been tested on win32
16942 Branch: perl
16943 + globvar.sym pp.sym
16944 - objpp.h thread.sym
16945 ! MANIFEST Makefile.SH av.c bytecode.h byterun.h cop.h doio.c
16946 ! doop.c dump.c embed.h embed.pl embedvar.h ext/B/B.xs
16947 ! ext/POSIX/POSIX.xs ext/Thread/Thread.xs global.sym globals.c
16948 ! gv.c malloc.c mg.c objXSUB.h op.c opcode.h opcode.pl perl.c
16949 ! perl.h perl_exp.SH perlvars.h perly.c pod/perlguts.pod pp.c
16950 ! pp.h pp_ctl.c pp_hot.c pp_proto.h pp_sys.c proto.h regcomp.c
16951 ! regcomp.h regcomp.pl regcomp.sym regexec.c regnodes.h run.c
16952 ! scope.c sv.c t/op/filetest.t taint.c thrdvar.h toke.c util.c
16953 ! win32/Makefile win32/config.bc win32/config.gc win32/config.vc
16954 ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
16955 ! win32/makedef.pl win32/makefile.mk win32/perlhost.h
0f4592ef
GS
16956____________________________________________________________________________
16957[ 2130] By: jhi on 1998/10/29 15:31:26
99ed61e6
GS
16958 Log: Pure bison yylex() proto was broken.
16959 Branch: cfgperl
16960 ! proto.h
0f4592ef
GS
16961____________________________________________________________________________
16962[ 2126] By: jhi on 1998/10/29 08:35:54
99ed61e6
GS
16963 Log: Integrate mainperl.
16964 Branch: cfgperl
16965 !> INSTALL README.cygwin32 cygwin32/gcc2 cygwin32/ld2
16966 !> lib/ExtUtils/MakeMaker.pm lib/perl5db.pl malloc.c pp.c
16967 !> pp_ctl.c proto.h regexec.c t/pragma/overload.t
16968 !> t/pragma/warn/doio toke.c win32/makefile.mk
0f4592ef
GS
16969____________________________________________________________________________
16970[ 2125] By: jhi on 1998/10/29 08:32:38
99ed61e6
GS
16971 Log: EBCDIC Makefile.SH iteration converges. Hopefully.
16972 Branch: cfgperl
16973 ! Makefile.SH
0f4592ef
GS
16974____________________________________________________________________________
16975[ 2124] By: jhi on 1998/10/29 08:06:44
99ed61e6
GS
16976 Log: EBCDIC Makefile.SH tuneup.
16977 Branch: cfgperl
16978 ! Makefile.SH
0f4592ef
GS
16979____________________________________________________________________________
16980[ 2119] By: gsar on 1998/10/28 23:24:04
99ed61e6
GS
16981 Log: remove doubled hunk from integration
16982 Branch: perl
16983 ! pp.c
0f4592ef
GS
16984____________________________________________________________________________
16985[ 2118] By: gsar on 1998/10/28 22:03:31
99ed61e6
GS
16986 Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
16987 Date: Wed, 28 Oct 1998 01:23:27 -0500 (EST)
16988 Message-Id: <199810280623.BAA06968@monk.mps.ohio-state.edu>
16989 Subject: [PATCH 5.00552] Minor debugger tweaks
16990 Branch: perl
16991 ! lib/perl5db.pl
0f4592ef
GS
16992____________________________________________________________________________
16993[ 2117] By: gsar on 1998/10/28 22:02:30
99ed61e6
GS
16994 Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
16995 Date: Wed, 28 Oct 1998 01:20:33 -0500 (EST)
16996 Message-Id: <199810280620.BAA06893@monk.mps.ohio-state.edu>
16997 Subject: [PATCH 5.00552] Make sort respect overloading
16998 Branch: perl
16999 ! pp_ctl.c proto.h t/pragma/overload.t
0f4592ef
GS
17000____________________________________________________________________________
17001[ 2116] By: gsar on 1998/10/28 21:51:11
99ed61e6
GS
17002 Log: MM patches from Ilya Zakharevich
17003 Date: Wed, 28 Oct 1998 01:27:04 -0500 (EST)
17004 Message-Id: <199810280627.BAA07053@monk.mps.ohio-state.edu>
17005 Subject: [PATCH 5.00552] Make MakeMaker more verbose
17006 --
17007 Date: Wed, 28 Oct 1998 01:25:36 -0500 (EST)
17008 Message-Id: <199810280625.BAA06980@monk.mps.ohio-state.edu>
17009 Subject: [PATCH 5.00552] Make MakeMaker ignore errors in kid Makefile.PL
17010 Branch: perl
17011 ! lib/ExtUtils/MakeMaker.pm
0f4592ef
GS
17012____________________________________________________________________________
17013[ 2115] By: gsar on 1998/10/28 21:46:19
99ed61e6
GS
17014 Log: add explicit references to perl source path in ld2 and gcc2
17015 Branch: perl
17016 ! README.cygwin32 cygwin32/gcc2 cygwin32/ld2
0f4592ef
GS
17017____________________________________________________________________________
17018[ 2114] By: gsar on 1998/10/28 21:39:56
99ed61e6
GS
17019 Log: From: Andy Dougherty <doughera@lafcol.lafayette.edu>
17020 Date: Tue, 27 Oct 1998 10:40:41 -0500 (EST)
17021 Message-Id: <Pine.SUN.3.96.981027103726.28498E-100000@newton.phys>
17022 Subject: [PATCH] Re: Problems with: Creating an installable tar archive
17023 Branch: perl
17024 ! INSTALL
0f4592ef
GS
17025____________________________________________________________________________
17026[ 2113] By: gsar on 1998/10/28 21:21:16
99ed61e6
GS
17027 Log: integrate cfgperl into mainline
17028 Branch: perl
17029 +> t/op/filetest.t
17030 !> Configure MANIFEST Makefile.SH config_h.SH perl.h perly.y
17031 !> perly_c.diff pp.c proto.h t/comp/require.t t/io/pipe.t
17032 !> t/op/groups.t t/op/misc.t t/pragma/subs.t t/pragma/warning.t
17033 !> thread.h toke.c vmesa/Makefile
0f4592ef
GS
17034____________________________________________________________________________
17035[ 2112] By: gsar on 1998/10/28 21:14:18
99ed61e6
GS
17036 Log: minor cleanup
17037 Branch: perl
17038 ! malloc.c regexec.c t/pragma/warn/doio win32/makefile.mk
0f4592ef
GS
17039____________________________________________________________________________
17040[ 2111] By: gsar on 1998/10/28 18:52:10
99ed61e6
GS
17041 Log: smarter C<$SIG{FOO} = BAREWORD;> warning
17042 Branch: perl
17043 ! toke.c
0f4592ef
GS
17044____________________________________________________________________________
17045[ 2110] By: jhi on 1998/10/28 15:07:54
99ed61e6
GS
17046 Log: posix-bc doesn't want to regenerate a2p.h from a2p.y.
17047 Branch: cfgperl
17048 ! Makefile.SH
0f4592ef
GS
17049____________________________________________________________________________
17050[ 2109] By: jhi on 1998/10/28 13:39:54
99ed61e6
GS
17051 Log: a2p.y needs to generate also y.tab.h.
17052 Branch: cfgperl
17053 ! Makefile.SH
0f4592ef
GS
17054____________________________________________________________________________
17055[ 2108] By: jhi on 1998/10/28 10:33:36
99ed61e6
GS
17056 Log: The "parse error" must be converted to "syntax error",
17057 just matching it aint' enough.
17058 Branch: cfgperl
17059 ! t/comp/require.t t/op/misc.t t/pragma/subs.t
17060 ! t/pragma/warning.t
0f4592ef
GS
17061____________________________________________________________________________
17062[ 2107] By: jhi on 1998/10/28 10:23:05
99ed61e6
GS
17063 Log: Regen sig_n{ame,umber}* if slightest doubt.
17064 Branch: cfgperl
17065 ! Configure
0f4592ef
GS
17066____________________________________________________________________________
17067[ 2106] By: jhi on 1998/10/28 08:44:49
99ed61e6
GS
17068 Log: Bison says 'parse error', not 'parser error'.
17069 Branch: cfgperl
17070 ! t/comp/require.t t/op/misc.t t/pragma/subs.t
17071 ! t/pragma/warning.t
0f4592ef
GS
17072____________________________________________________________________________
17073[ 2105] By: jhi on 1998/10/28 08:42:09
99ed61e6
GS
17074 Log: yylex() parametrization.
17075 Branch: cfgperl
17076 ! proto.h toke.c
0f4592ef
GS
17077____________________________________________________________________________
17078[ 2104] By: jhi on 1998/10/28 08:25:09
99ed61e6
GS
17079 Log: Bring in #2102.
17080 Branch: cfgperl
17081 ! pp.c
0f4592ef
GS
17082____________________________________________________________________________
17083[ 2103] By: jhi on 1998/10/28 08:22:04
99ed61e6
GS
17084 Log: From: Dominic Dunlop <domo@vo.lu>
17085 Subject: [PATCH 5.005_02] Re: perl5.004_04 testing problem
17086 Date: 27 Oct 1998 20:47:25 +0200
17087 Message-ID: <MLIST_v03110700b25b7dc95bbc@[212.24.192.87]>
17088 Branch: cfgperl
17089 ! t/op/groups.t
0f4592ef
GS
17090____________________________________________________________________________
17091[ 2102] By: larry on 1998/10/27 18:58:55
99ed61e6
GS
17092 Log: utf8 change to quotemeta broke EBCDIC
17093 Branch: perl
17094 ! pp.c
0f4592ef
GS
17095____________________________________________________________________________
17096[ 2101] By: jhi on 1998/10/27 12:55:34
99ed61e6
GS
17097 Log: $Config{sig_num_init}.
17098 Also, a new approach to the 'pthreads-created-joinable': drop
17099 it and use {PTHREAD_CREATE_{JOINABLE,UNDETACHED},__UNDETACHED}
17100 directly. (See also #2096).
17101 Branch: cfgperl
17102 ! Configure config_h.SH
0f4592ef
GS
17103____________________________________________________________________________
17104[ 2100] By: jhi on 1998/10/27 10:48:55
99ed61e6
GS
17105 Log: Regenerated perly_c.diff.
17106 Branch: cfgperl
17107 ! perly_c.diff
0f4592ef
GS
17108____________________________________________________________________________
17109[ 2099] By: jhi on 1998/10/27 08:42:25
99ed61e6
GS
17110 Log: First the mangler was Netscape, then it was me.
17111 Branch: cfgperl
17112 ! vmesa/Makefile
0f4592ef
GS
17113____________________________________________________________________________
17114[ 2098] By: jhi on 1998/10/27 08:34:40
99ed61e6
GS
17115 Log: `id -Gn` might be available where `groups` is not.
17116 Branch: cfgperl
17117 ! t/op/groups.t
0f4592ef
GS
17118____________________________________________________________________________
17119[ 2097] By: jhi on 1998/10/27 08:05:17
99ed61e6
GS
17120 Log: Netscape had mangled the tabs.
17121 Branch: cfgperl
17122 ! vmesa/Makefile
0f4592ef
GS
17123____________________________________________________________________________
17124[ 2096] By: jhi on 1998/10/27 08:03:05
99ed61e6
GS
17125 Log: ATTR_JOINABLE logic, based on (private email)
17126
17127 From: Neale Ferguson <neale@VMA.TABNSW.COM.AU>
17128 Subject: Some little diffs
17129 Message-ID: <36350969.DA33E7B4@mailbox.tabnsw.com.au>
17130 Date: Tue, 27 Oct 1998 13:44:42 +1300
17131 Branch: cfgperl
17132 ! thread.h
0f4592ef
GS
17133____________________________________________________________________________
17134[ 2095] By: jhi on 1998/10/27 07:56:57
99ed61e6
GS
17135 Log: Mach cthreads support based on:
17136
17137 From: brie@corp.home.net (Brian Harrison)
17138 Subject: perl5.005_02 patch for mthreads
17139 To: perl5-porters@perl.org
17140 Date: 24 Oct 1998 01:01:55 +0300
17141 Message-ID: <MLIST_Pine.GSO.4.04.9810231410220.11111-200000@sulaco.eos.home.net>
17142
17143 Pthread yield probe (dejavu)
17144 Cosmetic nanochange for the union semun output.
17145 Better inttypes.h probe.
17146 Undo the 'void *' $selecttype probe from #1971 because
17147 it breaks the $selectminbits test.
17148 Branch: cfgperl
17149 ! Configure config_h.SH perl.h thread.h
0f4592ef
GS
17150____________________________________________________________________________
17151[ 2094] By: jhi on 1998/10/26 13:02:07
99ed61e6
GS
17152 Log: Also posix-bc wants to reyacc.
17153 Branch: cfgperl
17154 ! Makefile.SH
0f4592ef
GS
17155____________________________________________________________________________
17156[ 2093] By: jhi on 1998/10/26 10:17:21
99ed61e6
GS
17157 Log: Removed !(*s & 0x80) from pp_quotemeta(), introduced after
17158 5_02 and really breaking things in non-ASCII worlds.
17159 Branch: cfgperl
17160 ! pp.c
0f4592ef
GS
17161____________________________________________________________________________
17162[ 2092] By: jhi on 1998/10/26 09:08:00
99ed61e6
GS
17163 Log: More robustness.
17164 Branch: cfgperl
17165 ! t/comp/require.t t/op/misc.t t/pragma/subs.t
17166 ! t/pragma/warning.t
0f4592ef
GS
17167____________________________________________________________________________
17168[ 2091] By: jhi on 1998/10/26 08:47:32
99ed61e6
GS
17169 Log: s/YYLEXPARAM/PERL_YYLEX_PARAM_DECL/g
17170 Bison really wants YYLEX_PARAM.
17171 Branch: cfgperl
17172 ! perly.y proto.h toke.c
0f4592ef
GS
17173____________________________________________________________________________
17174[ 2090] By: jhi on 1998/10/26 08:21:25
99ed61e6
GS
17175 Log: s/YYLEX_PARAM/YYLEXPARAM/
17176 Branch: cfgperl
17177 ! perly.y
0f4592ef
GS
17178____________________________________________________________________________
17179[ 2089] By: jhi on 1998/10/26 08:17:33
99ed61e6
GS
17180 Log: Indicate skipped subtests.
17181 Branch: cfgperl
17182 ! t/io/pipe.t
0f4592ef
GS
17183____________________________________________________________________________
17184[ 2088] By: jhi on 1998/10/26 08:11:36
99ed61e6
GS
17185 Log: Integrate from mainperl.
17186 Branch: cfgperl
17187 !> (integrate 54 files)
0f4592ef
GS
17188____________________________________________________________________________
17189[ 2087] By: jhi on 1998/10/26 08:08:02
99ed61e6
GS
17190 Log: Add test for filetests.
17191 Branch: cfgperl
17192 + t/op/filetest.t
17193 ! MANIFEST
0f4592ef
GS
17194____________________________________________________________________________
17195[ 2086] By: gsar on 1998/10/26 02:44:44
99ed61e6
GS
17196 Log: various win32 tweaks; disable new xs_cpp section (it creates
17197 ambiguous inference graph for %.xs --> %.o)
17198 Branch: perl
17199 ! ext/Thread/Thread.xs gv.c lib/ExtUtils/MakeMaker.pm mg.c pp.c
17200 ! pp_hot.c proto.h win32/GenCAPI.pl win32/Makefile
17201 ! win32/config.gc win32/config_H.gc win32/makedef.pl
17202 ! win32/makefile.mk win32/win32.h
0f4592ef
GS
17203____________________________________________________________________________
17204[ 2085] By: gsar on 1998/10/26 00:50:02
99ed61e6
GS
17205 Log: sanity-check $Config{drand01} in rand.t
17206 Branch: perl
17207 ! t/op/rand.t win32/config.bc win32/config.gc win32/config.vc
17208 ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
0f4592ef
GS
17209____________________________________________________________________________
17210[ 2078] By: gsar on 1998/10/25 10:22:04
99ed61e6
GS
17211 Log: update win32/config*.?c
17212 Branch: perl
17213 ! Changes win32/config.bc win32/config.gc win32/config.vc
17214 ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
0f4592ef 17215____________________________________________________________________________
104f9d64 17216[ 2077] By: gsar on 1998/10/25 08:39:25
99ed61e6
GS
17217 Log: From: Graham Barr <gbarr@pobox.com>
17218 Date: Sat, 24 Oct 1998 21:45:50 -0500
17219 Message-ID: <19981024214550.C508@pobox.com>
17220 Subject: Re: die with a reference should use overload "" operator
17221 Branch: perl
17222 ! pp_ctl.c
104f9d64
GS
17223____________________________________________________________________________
17224[ 2076] By: gsar on 1998/10/25 08:37:49
99ed61e6
GS
17225 Log: From: Graham Barr <gbarr@pobox.com>
17226 Date: Sat, 24 Oct 1998 12:45:21 -0500
17227 Message-ID: <19981024124521.C512@pobox.com>
17228 Subject: [PATCH 5.005_02] Re: Auto-incrementing tied scalar causes SEGV
17229 Branch: perl
17230 ! sv.c
104f9d64
GS
17231____________________________________________________________________________
17232[ 2075] By: gsar on 1998/10/25 08:24:09
99ed61e6
GS
17233 Log: fix C<print $n += 5;> etc.
17234 Branch: perl
17235 ! toke.c
104f9d64
GS
17236____________________________________________________________________________
17237[ 2074] By: gsar on 1998/10/25 08:12:28
99ed61e6
GS
17238 Log: list builtins with portability caveats
17239 From: Jarkko Hietaniemi <jhi@iki.fi>
17240 Date: Fri, 23 Oct 1998 14:05:23 +0300 (EET DST)
17241 Message-Id: <199810231105.OAA02411@alpha.hut.fi>
17242 Subject: [PATCH] 5.005_02 and 5.005_52: perlfunc.pod and perlport.pod
17243 Branch: perl
17244 ! pod/perlfunc.pod
104f9d64
GS
17245____________________________________________________________________________
17246[ 2073] By: gsar on 1998/10/25 07:55:43
99ed61e6
GS
17247 Log: fix stack overrun in file test operators
17248 Branch: perl
17249 ! pp_sys.c
104f9d64
GS
17250____________________________________________________________________________
17251[ 2072] By: gsar on 1998/10/25 07:29:45
99ed61e6
GS
17252 Log: implement C<goto &func> and other fixes (via private mail)
17253 From: "vishal bhatia" <vishalb@hotmail.com>
17254 Date: Wed, 21 Oct 1998 22:59:03 PDT
17255 Message-Id: <19981022055904.20083.qmail@hotmail.com>
17256 Subject: [PATCH 5.005_52] More fixes for B
17257 Branch: perl
17258 ! ext/B/B.pm ext/B/B.xs ext/B/B/C.pm ext/B/B/CC.pm
104f9d64
GS
17259____________________________________________________________________________
17260[ 2071] By: gsar on 1998/10/25 07:14:41
99ed61e6
GS
17261 Log: From: Graham Barr <gbarr@pobox.com>
17262 Date: Sat, 17 Oct 1998 20:42:41 -0500
17263 Message-ID: <19981017204241.G510@pobox.com>
17264 Subject: Re: taint checking for: use lib "$ENV{'EVIL'}"
17265 Branch: perl
17266 ! pp_ctl.c
104f9d64
GS
17267____________________________________________________________________________
17268[ 2070] By: gsar on 1998/10/25 07:07:29
99ed61e6
GS
17269 Log: avoid bogus line number in XSUB redefined warnings
17270 Branch: perl
17271 ! op.c
104f9d64
GS
17272____________________________________________________________________________
17273[ 2069] By: gsar on 1998/10/25 06:59:03
99ed61e6
GS
17274 Log: From: Martijn Koster <mak@excitecorp.com>
17275 Date: Wed, 21 Oct 1998 13:12:03 +0100
17276 Message-ID: <19981021131203.A15661@excitecorp.com>
17277 Subject: File::Path::mkpath reports the wrong error
17278 Branch: perl
17279 ! lib/File/Path.pm
104f9d64
GS
17280____________________________________________________________________________
17281[ 2068] By: gsar on 1998/10/25 06:54:43
99ed61e6
GS
17282 Log: From: Zachary Miller <zcmiller@simon.er.usgs.gov>
17283 Date: Tue, 20 Oct 1998 20:52:20 -0500
17284 Message-Id: <199810210152.UAA07792@simon.er.usgs.gov>
17285 Subject: Exporter.pm's export_to_level() argument handling buggy
17286 Branch: perl
17287 ! lib/Exporter.pm
104f9d64
GS
17288____________________________________________________________________________
17289[ 2067] By: gsar on 1998/10/25 06:50:19
99ed61e6
GS
17290 Log: From: jan.dubois@ibm.net (Jan Dubois)
17291 Date: Wed, 21 Oct 1998 00:55:51 +0200
17292 Message-ID: <36380269.55370608@smtp1.ibm.net>
17293 Subject: Make _really_ sure Dynaloader.xs code is initialized only once
17294 Branch: perl
17295 ! ext/DynaLoader/DynaLoader_pm.PL
104f9d64
GS
17296____________________________________________________________________________
17297[ 2066] By: gsar on 1998/10/25 06:48:19
99ed61e6
GS
17298 Log: recognize '%' as a shell metachar for win32
17299 From: jan.dubois@ibm.net (Jan Dubois)
17300 Date: Tue, 20 Oct 1998 21:57:35 +0200
17301 Message-ID: <3636ea31.49170453@smtp1.ibm.net>
17302 Subject: [PATCH 5.005_02, Win32] Re: %ENV% not expanded in backquotes?
17303 Branch: perl
17304 ! win32/win32.c
104f9d64
GS
17305____________________________________________________________________________
17306[ 2065] By: gsar on 1998/10/25 06:46:30
99ed61e6
GS
17307 Log: remove FAST_SV_GETS remnant (as suggested by Gisle Aas)
17308 Branch: perl
17309 ! sv.c
104f9d64
GS
17310____________________________________________________________________________
17311[ 2064] By: gsar on 1998/10/25 06:45:09
99ed61e6
GS
17312 Log: From: Gisle Aas <gisle@aas.no>
17313 Date: 20 Oct 1998 14:24:44 +0200
17314 Message-ID: <m34sszctf7.fsf@furu.g.aas.no>
17315 Subject: ord() and unpack("U*",...) should not be negative
17316 Branch: perl
17317 ! pp.c
104f9d64
GS
17318____________________________________________________________________________
17319[ 2063] By: gsar on 1998/10/25 06:42:29
99ed61e6
GS
17320 Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
17321 Date: Sun, 18 Oct 1998 23:20:57 -0400 (EDT)
17322 Message-Id: <199810190320.XAA28249@monk.mps.ohio-state.edu>
17323 Subject: [PATCH 5.005_*] Improve sbrk() on OS/2
17324 Branch: perl
17325 ! os2/os2.c
104f9d64
GS
17326____________________________________________________________________________
17327[ 2062] By: gsar on 1998/10/25 06:41:26
99ed61e6
GS
17328 Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
17329 Date: Sun, 18 Oct 1998 23:10:29 -0400 (EDT)
17330 Message-Id: <199810190310.XAA28102@monk.mps.ohio-state.edu>
17331 Subject: [PATCH 5.005_*] Speed up aassign
17332 Branch: perl
17333 ! pp_hot.c
104f9d64
GS
17334____________________________________________________________________________
17335[ 2061] By: gsar on 1998/10/25 06:39:04
99ed61e6
GS
17336 Log: From: Graham Barr <gbarr@pobox.com>
17337 Date: Sat, 17 Oct 1998 22:22:02 -0500
17338 Message-ID: <19981017222202.J510@pobox.com>
17339 Subject: Re: '*' prototype does not allow bareword with strict
17340 Branch: perl
17341 ! toke.c
104f9d64
GS
17342____________________________________________________________________________
17343[ 2060] By: gsar on 1998/10/25 06:37:34
99ed61e6
GS
17344 Log: handle '::' in section names properly
17345 From: Graham Barr <gbarr@pobox.com>
17346 Date: Sat, 17 Oct 1998 12:57:54 -0500
17347 Message-ID: <19981017125754.C510@pobox.com>
17348 Subject: Re: pod2html
17349 Branch: perl
17350 ! lib/Pod/Html.pm
104f9d64
GS
17351____________________________________________________________________________
17352[ 2059] By: gsar on 1998/10/25 06:33:43
99ed61e6
GS
17353 Log: integrate changes#1982,2014,2021 (from maint-5.005)
17354 Branch: perl
17355 !> av.c doop.c ext/POSIX/POSIX.xs hv.c lib/ExtUtils/MakeMaker.pm
17356 !> mg.c mg.h pp.c pp_hot.c pp_sys.c scope.c t/op/tie.t
104f9d64
GS
17357____________________________________________________________________________
17358[ 2058] By: gsar on 1998/10/25 05:44:17
99ed61e6
GS
17359 Log: allow more win32 symbol exports (suggested by Jan Dubois)
17360 Branch: perl
17361 ! win32/makedef.pl
104f9d64
GS
17362____________________________________________________________________________
17363[ 2057] By: gsar on 1998/10/25 05:40:40
99ed61e6
GS
17364 Log: integrate change#2053 from maint-5.005
17365 Branch: perl
17366 !> cop.h t/cmd/while.t
104f9d64
GS
17367____________________________________________________________________________
17368[ 2056] By: gsar on 1998/10/25 05:16:41
99ed61e6
GS
17369 Log: commented version of a patch suggested by Drago Goricanec
17370 From: Jarkko Hietaniemi <jhi@cc.hut.fi>
17371 Date: 16 Oct 1998 15:24:45 +0300
17372 Message-ID: <oeeogrc1ype.fsf@alpha.hut.fi>
17373 Subject: Re: [PATCH 5.005_52] Linux select fails with more than 32 FDs
17374 Branch: perl
17375 ! pp_sys.c
104f9d64
GS
17376____________________________________________________________________________
17377[ 2055] By: gsar on 1998/10/25 05:11:03
99ed61e6
GS
17378 Log: include eof() in description of buffering caveats
17379 From: Anton Berezin <tobez@plab.ku.dk>
17380 Date: Fri, 16 Oct 1998 19:22:41 +0200 (CEST)
17381 Message-Id: <199810161722.TAA28813@lion.plab.ku.dk>
17382 Subject: [DOCPATCH] pod/perlfunc.pod
17383 Branch: perl
17384 ! pod/perlfunc.pod
104f9d64
GS
17385____________________________________________________________________________
17386[ 2054] By: gsar on 1998/10/25 05:07:42
99ed61e6
GS
17387 Log: disallow 'x' in hex numbers (except leading '0x')
17388 From: Gisle Aas <gisle@aas.no>
17389 Date: 16 Oct 1998 16:33:12 +0200
17390 Message-ID: <m3n26wtw47.fsf@furu.g.aas.no>
17391 Subject: Re: [PATCH 5.005_52] 'x' is not a legal hex digit
17392 Branch: perl
17393 ! perlvars.h t/op/oct.t util.c
104f9d64 17394____________________________________________________________________________
104f9d64 17395[ 2052] By: gsar on 1998/10/25 04:49:04
99ed61e6
GS
17396 Log: avoid the circular refcnt logic in magic_mutexfree()
17397 Branch: perl
17398 ! mg.c pp.c pp_hot.c
104f9d64
GS
17399____________________________________________________________________________
17400[ 2051] By: gsar on 1998/10/25 04:35:07
99ed61e6
GS
17401 Log: properly restore PL_rsfp_filters after require
17402 Branch: perl
17403 ! embed.h global.sym objXSUB.h objpp.h pp_ctl.c proto.h scope.c
17404 ! scope.h
104f9d64
GS
17405____________________________________________________________________________
17406[ 2050] By: gsar on 1998/10/25 02:42:32
99ed61e6
GS
17407 Log: integrate cfgperl changes back into mainline
17408 Branch: perl
17409 +> README.posix-bc hints/posix-bc.sh hints/vmesa.sh
17410 +> vmesa/Makefile vmesa/vmesa.c vmesa/vmesaish.h
17411 !> (integrate 33 files)
104f9d64
GS
17412____________________________________________________________________________
17413[ 2049] By: gsar on 1998/10/25 01:30:48
99ed61e6
GS
17414 Log: avoid "mysterious" compile-time failures without messages
17415 Branch: perl
17416 ! gv.c
104f9d64 17417____________________________________________________________________________
104f9d64 17418[ 2041] By: gsar on 1998/10/23 21:11:56
99ed61e6
GS
17419 Log: checkin jpl under //depot/perlext/jpl/...
17420 Branch: perlext
17421 + jpl/JNI/Changes jpl/JNI/JNI.pm jpl/JNI/JNI.xs jpl/JNI/MANIFEST
17422 + jpl/JNI/Makefile.PL jpl/JNI/test.pl jpl/JNI/typemap
17423 + jpl/JPL/AutoLoader.pm jpl/JPL/Class.pm jpl/JPL/Compile.pm
17424 + jpl/JPL/Makefile.PL jpl/JPL_Rolo/JPL_Rolo.jpl
17425 + jpl/JPL_Rolo/Makefile.PL jpl/JPL_Rolo/README
17426 + jpl/JPL_Rolo/cardfile jpl/PerlInterpreter/Makefile
17427 + jpl/PerlInterpreter/Makefile.PL
17428 + jpl/PerlInterpreter/PerlInterpreter.c
17429 + jpl/PerlInterpreter/PerlInterpreter.h
17430 + jpl/PerlInterpreter/PerlInterpreter.java jpl/README
17431 + jpl/Sample/Makefile.PL jpl/Sample/Sample.jpl
17432 + jpl/Test/Makefile.PL jpl/Test/Test.jpl jpl/bin/jpl
17433 + jpl/get_jdk/README jpl/get_jdk/get_jdk.pl
17434 + jpl/get_jdk/jdk_hosts jpl/install-jpl
104f9d64
GS
17435____________________________________________________________________________
17436[ 2040] By: larry on 1998/10/23 19:31:42
99ed61e6
GS
17437 Log: chr(0xFFFFFFFF) didn't translate to utf8 character
17438 Branch: perl
17439 ! pp.c
104f9d64
GS
17440____________________________________________________________________________
17441[ 2039] By: larry on 1998/10/23 18:48:34
99ed61e6
GS
17442 Log: tr///d does not seem to work
17443 Branch: perl
17444 ! lib/utf8_heavy.pl
104f9d64
GS
17445____________________________________________________________________________
17446[ 2038] By: larry on 1998/10/23 18:00:41
99ed61e6
GS
17447 Log: Program with utf8 identifiers fails to compile
17448 Branch: perl
17449 ! doop.c gv.c op.c pp.c pp_hot.c toke.c
104f9d64
GS
17450____________________________________________________________________________
17451[ 2037] By: jhi on 1998/10/23 14:04:51
99ed61e6
GS
17452 Log: Test suite portability:
17453 - posix-bc does not write to broken pipes
17454 - filehand #11 only iff we have fork
17455 - warning.t can now match $expected using regular expressions
17456 Branch: cfgperl
17457 ! t/io/pipe.t t/lib/filehand.t t/pragma/warn/doio
17458 ! t/pragma/warning.t
104f9d64
GS
17459____________________________________________________________________________
17460[ 2036] By: jhi on 1998/10/23 12:12:07
99ed61e6
GS
17461 Log: yacc clarification.
17462 Branch: cfgperl
17463 ! README.posix-bc
104f9d64
GS
17464____________________________________________________________________________
17465[ 2035] By: jhi on 1998/10/23 12:09:59
99ed61e6
GS
17466 Log: Some C compilers get upset about 8-bit characters in /* comments. */
17467 Branch: cfgperl
17468 ! mg.c
104f9d64
GS
17469____________________________________________________________________________
17470[ 2034] By: jhi on 1998/10/22 09:11:52
99ed61e6
GS
17471 Log: Configure update: both for pthread_yield more robust
17472 testing (all variants of pthread_attr_getdetachstate()) --
17473 and because Configure was broken in major way! About 1000
17474 last lines were truncated.
17475 Branch: cfgperl
17476 ! Configure
104f9d64
GS
17477____________________________________________________________________________
17478[ 2033] By: jhi on 1998/10/22 07:47:10
99ed61e6
GS
17479 Log: DJGPP feedback for #2028.
17480 Branch: cfgperl
17481 ! thread.h
104f9d64
GS
17482____________________________________________________________________________
17483[ 2032] By: jhi on 1998/10/21 13:03:57
99ed61e6
GS
17484 Log: yielding, the saga continues.
17485 Branch: cfgperl
17486 ! Configure config_h.SH
17487 !> av.c lib/constant.pm op.c pod/perldiag.pod pp_ctl.c
17488 !> t/op/goto.t t/pragma/constant.t
104f9d64
GS
17489____________________________________________________________________________
17490[ 2031] By: jhi on 1998/10/21 09:15:42
99ed61e6
GS
17491 Log: VM/ESA feedback for #2028.
17492 Branch: cfgperl
17493 ! Configure config_h.SH thread.h
104f9d64
GS
17494____________________________________________________________________________
17495[ 2030] By: gsar on 1998/10/21 04:22:53
99ed61e6
GS
17496 Log: fix handling of mayhaps-extended @_ in goto &sub
17497 Branch: perl
17498 ! av.c pp_ctl.c t/op/goto.t
104f9d64
GS
17499____________________________________________________________________________
17500[ 2029] By: gsar on 1998/10/21 00:54:14
99ed61e6
GS
17501 Log: restore sanity to "constant" references
17502 Branch: perl
17503 ! lib/constant.pm op.c pod/perldiag.pod t/pragma/constant.t
104f9d64
GS
17504____________________________________________________________________________
17505[ 2028] By: jhi on 1998/10/20 15:01:20
99ed61e6
GS
17506 Log: OLD_PTHREADS_API reorganizing.
17507 Branch: cfgperl
17508 ! dosish.h ext/Thread/Thread.xs perl.h thread.h util.c
17509 ! vmesa/vmesaish.h
104f9d64
GS
17510____________________________________________________________________________
17511[ 2027] By: jhi on 1998/10/20 14:14:51
99ed61e6
GS
17512 Log: #2026 fallout.
17513 Branch: cfgperl
17514 ! Makefile.SH
104f9d64
GS
17515____________________________________________________________________________
17516[ 2026] By: jhi on 1998/10/20 11:47:21
99ed61e6
GS
17517 Log: VM/ESA update.
17518 Branch: cfgperl
17519 ! Makefile.SH vmesa/vmesa.c vmesa/vmesaish.h
104f9d64
GS
17520____________________________________________________________________________
17521[ 2025] By: jhi on 1998/10/20 08:20:56
99ed61e6
GS
17522 Log: 64-bitness, based on
17523
17524 From: Scott Henry <scotth@sgi.com>
17525 To: perl-64bit@perl.org
17526 Message-ID: <yd8u30zyerl.fsf@hoshi.engr.sgi.com>
17527 Subject: Re: Configure problems/questions...
17528 Date: 19 Oct 1998 22:38:06 -0700
17529 Branch: cfgperl
17530 ! hints/irix_6.sh perl.h
104f9d64
GS
17531____________________________________________________________________________
17532[ 2024] By: jhi on 1998/10/20 08:09:07
99ed61e6
GS
17533 Log: Add lseeksize.
17534 Branch: cfgperl
17535 ! config_h.SH
104f9d64
GS
17536____________________________________________________________________________
17537[ 2023] By: jhi on 1998/10/20 08:08:33
99ed61e6
GS
17538 Log: Mumble about _yields() only when threaded.
17539 Branch: cfgperl
17540 ! Configure
104f9d64
GS
17541____________________________________________________________________________
17542[ 2022] By: jhi on 1998/10/20 07:46:26
99ed61e6
GS
17543 Log: Thinko at PTHREADS_CREATED_JOINABLE.
17544 Branch: cfgperl
17545 ! thread.h
104f9d64
GS
17546____________________________________________________________________________
17547[ 2021] By: gbarr on 1998/10/20 01:25:23
99ed61e6
GS
17548 Log: From: Chip Salzenberg <chip@perlsupport.com>
17549 Date: Tue, 6 Oct 1998 13:33:05 -0400
17550 Message-ID: <19981006133305.A2348@perlsupport.com>
17551 Subject: [PATCH] 5.005_02: Eliminate leak on self-ties
17552 Branch: maint-5.005/perl
17553 ! av.c doop.c hv.c mg.c mg.h pp.c pp_hot.c pp_sys.c scope.c
17554 ! t/op/tie.t
104f9d64
GS
17555____________________________________________________________________________
17556[ 2020] By: jhi on 1998/10/19 09:15:53
99ed61e6
GS
17557 Log: YIELD more robustly.
17558 Branch: cfgperl
17559 ! thread.h
104f9d64
GS
17560____________________________________________________________________________
17561[ 2019] By: jhi on 1998/10/19 08:48:33
99ed61e6
GS
17562 Log: VM/ESA (and OS390) are in between of OLD_PTHREADS_API and
17563 the 'new' one (just like DJGPP, it seems).
17564 Branch: cfgperl
17565 ! thread.h
104f9d64
GS
17566____________________________________________________________________________
17567[ 2018] By: jhi on 1998/10/19 07:02:44
99ed61e6
GS
17568 Log: vmesaish.h doesn't exclude unixish.h.
17569 Branch: cfgperl
17570 ! perl.h
104f9d64
GS
17571____________________________________________________________________________
17572[ 2017] By: jhi on 1998/10/19 06:44:19
99ed61e6
GS
17573 Log: 1<<$randbits is not good for randbits=48.
17574 Branch: cfgperl
17575 ! t/op/rand.t
104f9d64
GS
17576____________________________________________________________________________
17577[ 2016] By: jhi on 1998/10/19 06:39:47
99ed61e6
GS
17578 Log: Make #2012 glob pattern more portable.
17579 Branch: cfgperl
17580 ! Makefile.SH
104f9d64 17581____________________________________________________________________________
104f9d64 17582[ 2014] By: gbarr on 1998/10/17 20:31:42
99ed61e6
GS
17583 Log: Fix POSIX::sigprocmask not to check type of $old parameter
17584 as it is output only
17585 Branch: maint-5.005/perl
17586 ! ext/POSIX/POSIX.xs
104f9d64 17587____________________________________________________________________________
104f9d64 17588[ 2012] By: jhi on 1998/10/17 15:04:23
99ed61e6
GS
17589 Log: clean numbered core dumps and t/tmp[0-9]*.
17590 Branch: cfgperl
17591 ! Makefile.SH
104f9d64
GS
17592____________________________________________________________________________
17593[ 2011] By: jhi on 1998/10/17 14:59:15
99ed61e6
GS
17594 Log: More robust yacc/bison failure output handling.
17595 Branch: cfgperl
17596 ! t/comp/require.t t/op/misc.t t/pragma/subs.t
104f9d64
GS
17597____________________________________________________________________________
17598[ 2010] By: jhi on 1998/10/17 14:51:05
99ed61e6
GS
17599 Log: BC2000 POSIX update.
17600 Branch: cfgperl
17601 ! MANIFEST
104f9d64
GS
17602____________________________________________________________________________
17603[ 2009] By: jhi on 1998/10/17 14:49:46
99ed61e6
GS
17604 Log: POSIX BC2000 port from perl-mvs:
17605
17606 Subject: Ported perl 5.005.02 to BS2000 / POSIX
17607 From: Dorner Thomas <Thomas.Dorner@start.de>
17608 Date: Tue, 29 Sep 1998 13:29:36 +0100
17609 Message-ID: <9CE47B416A24D2118BC40000F84009B20B72C5@start.de>
17610 Branch: cfgperl
17611 + README.posix-bc hints/posix-bc.sh
17612 ! Configure MANIFEST perl.c perly.y proto.h t/lib/cgi-html.t
17613 ! t/op/magic.t t/op/pack.t t/op/quotemeta.t t/op/subst.t toke.c
17614 ! unixish.h
104f9d64
GS
17615____________________________________________________________________________
17616[ 2008] By: jhi on 1998/10/17 14:07:49
99ed61e6
GS
17617 Log: VM/ESA-update.
17618 Branch: cfgperl
17619 ! MANIFEST
104f9d64
GS
17620____________________________________________________________________________
17621[ 2007] By: jhi on 1998/10/17 13:55:34
99ed61e6
GS
17622 Log: Forgot few S_I* imports.
17623 Branch: cfgperl
17624 ! t/lib/ipc_sysv.t
104f9d64
GS
17625____________________________________________________________________________
17626[ 2006] By: jhi on 1998/10/17 13:43:54
99ed61e6
GS
17627 Log: The VM/ESA port essentials, based on
17628
17629 perl-mvs:
17630
17631 From: Neale Ferguson <neale@VMA.TABNSW.COM.AU>
17632 Subject: Re: Can't find Data/Dumper.pm
17633 Date: Mon, 28 Sep 1998 07:40:49 +1300
17634 Message-ID: <360E86B0.23847AF4@mailbox.tabnsw.com.au>
17635
17636 private email:
17637
17638 From: Neale Ferguson <neale@VMA.TABNSW.COM.AU>
17639 Subject: Re: Perl thread problems in VM/ESA
17640 Date: Thu, 15 Oct 1998 07:18:35 +1300
17641 Message-ID: <3624EAFA.16163A2B@mailbox.tabnsw.com.au>
17642
17643 and private email:
17644
17645 From: Neale Ferguson <NEALE@PUCC.PRINCETON.EDU>
17646 Subject: perl archive
17647 Date: Sun, 11 Oct 1998 19:28:54 EDT
17648 Message-Id: <19981011233112Z67215-26626+1513@outbound.Princeton.EDU>
17649 which gave a pointer to
17650
17651 http://pucc.princeton.edu/~neale/perl.tar
17652
17653 (based on Perl 5.005_51)
17654 Branch: cfgperl
17655 + hints/vmesa.sh vmesa/Makefile vmesa/vmesa.c vmesa/vmesaish.h
17656 ! ext/Errno/Errno_pm.PL perl.c perl.h perly.y pp_sys.c
17657 ! t/io/pipe.t t/lib/cgi-html.t t/lib/ipc_sysv.t t/op/magic.t
17658 ! t/op/pack.t t/op/quotemeta.t t/op/subst.t util.c x2p/a2p.h
104f9d64
GS
17659____________________________________________________________________________
17660[ 2005] By: jhi on 1998/10/17 13:17:19
99ed61e6
GS
17661 Log: Integrate mainperl.
17662 Branch: cfgperl
17663 !> Porting/genlog ext/B/B/CC.pm ext/POSIX/POSIX.pm
17664 !> lib/ExtUtils/MM_Win32.pm lib/ExtUtils/MakeMaker.pm
17665 !> lib/Term/Complete.pm op.c opcode.h opcode.pl os2/Makefile.SHs
17666 !> os2/os2.c pod/perlfunc.pod pod/perlxs.pod pp.c sv.c
17667 !> t/op/grent.t t/op/sysio.t t/op/tiehandle.t toke.c
17668 !> utils/perldoc.PL vms/ext/Stdio/Stdio.pm win32/Makefile
17669 !> win32/makefile.mk
104f9d64
GS
17670____________________________________________________________________________
17671[ 2004] By: jhi on 1998/10/17 11:19:06
99ed61e6
GS
17672 Log: Removed an extra ' from the int64_t test.
17673 Branch: cfgperl
17674 ! Configure
104f9d64
GS
17675____________________________________________________________________________
17676[ 2003] By: gsar on 1998/10/17 04:11:40
99ed61e6
GS
17677 Log: silence -w noises (suggested by Greg Bacon)
17678 Branch: perl
17679 ! lib/Term/Complete.pm
104f9d64
GS
17680____________________________________________________________________________
17681[ 2002] By: gsar on 1998/10/17 04:07:48
99ed61e6
GS
17682 Log: From: Gisle Aas <gisle@aas.no>
17683 Date: 14 Oct 1998 15:53:14 +0200
17684 Message-ID: <m3g1cr9rn9.fsf@furu.g.aas.no>
17685 Subject: Re: chr(0xFFFF_FFFF) and "\x{10_FFFF}" [PATCH 5.005_52]
17686 Branch: perl
17687 ! util.c
104f9d64
GS
17688____________________________________________________________________________
17689[ 2001] By: gsar on 1998/10/17 04:06:10
99ed61e6
GS
17690 Log: From: Gisle Aas <gisle@aas.no>
17691 Date: 14 Oct 1998 15:17:44 +0200
17692 Message-ID: <m3iuhn9taf.fsf@furu.g.aas.no>
17693 Subject: [PATCH 5.005_52] Core dump from "Missing right brace on \x{}"
17694 Branch: perl
17695 ! toke.c
104f9d64
GS
17696____________________________________________________________________________
17697[ 2000] By: gsar on 1998/10/17 03:06:33
99ed61e6
GS
17698 Log: From: Gisle Aas <gisle@aas.no>
17699 Date: 14 Oct 1998 00:38:06 +0200
17700 Message-ID: <m3iuhonl4h.fsf@furu.g.aas.no>
17701 Subject: [PATCH 5.005_52] utf8 substr can access memory outside PVX buffer
17702 Branch: perl
17703 ! sv.c
104f9d64
GS
17704____________________________________________________________________________
17705[ 1999] By: gsar on 1998/10/17 03:04:48
99ed61e6
GS
17706 Log: From: Dan Sugalski <sugalskd@osshe.edu>
17707 Date: Tue, 13 Oct 1998 15:10:57 -0700
17708 Message-Id: <3.0.6.32.19981013151057.00a947a0@ous.edu>
17709 Subject: [PATCH 5.004/5.005/5.006]Doc patch to VMS::Stdio module
17710 Branch: perl
17711 ! vms/ext/Stdio/Stdio.pm
104f9d64
GS
17712____________________________________________________________________________
17713[ 1998] By: gsar on 1998/10/17 03:00:40
99ed61e6
GS
17714 Log: skip readonly vars and unref references when doing a reset()
17715 Branch: perl
17716 ! sv.c
104f9d64
GS
17717____________________________________________________________________________
17718[ 1997] By: gsar on 1998/10/17 02:49:19
99ed61e6
GS
17719 Log: fix buggy treatment of large checksums on unicode strings
17720 From: Gisle Aas <gisle@aas.no>
17721 Date: 13 Oct 1998 21:35:39 +0200
17722 Message-ID: <m31zocp850.fsf@furu.g.aas.no>
17723 Subject: unpack("%48U*",...) [PATCH 5.005_52]
17724 Branch: perl
17725 ! pp.c
104f9d64
GS
17726____________________________________________________________________________
17727[ 1996] By: gsar on 1998/10/17 02:43:22
99ed61e6
GS
17728 Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
17729 Date: Tue, 13 Oct 1998 04:46:00 -0400 (EDT)
17730 Message-Id: <199810130846.EAA00769@monk.mps.ohio-state.edu>
17731 Subject: [PATCH 5.005_52] Memory overrun in os2.c
17732 Branch: perl
17733 ! os2/Makefile.SHs os2/os2.c
104f9d64
GS
17734____________________________________________________________________________
17735[ 1995] By: gsar on 1998/10/17 02:42:01
99ed61e6
GS
17736 Log: clarify section name rules for typemaps
17737 Branch: perl
17738 ! pod/perlxs.pod
104f9d64
GS
17739____________________________________________________________________________
17740[ 1994] By: gsar on 1998/10/17 02:33:02
99ed61e6
GS
17741 Log: whitespace-proof grent.t
17742 Branch: perl
17743 ! t/op/grent.t
104f9d64
GS
17744____________________________________________________________________________
17745[ 1993] By: gsar on 1998/10/17 02:27:29
99ed61e6
GS
17746 Log: fix bug in B::CC::pp_sassign()
17747 From: "vishal bhatia" <vishalb@hotmail.com>
17748 Date: Sun, 11 Oct 1998 18:41:38 PDT
17749 Message-ID: <19981012014139.19614.qmail@hotmail.com>
17750 Subject: B::CC problems with pp_sassign routine
17751 Branch: perl
17752 ! ext/B/B/CC.pm
104f9d64
GS
17753____________________________________________________________________________
17754[ 1992] By: gsar on 1998/10/17 02:17:49
99ed61e6
GS
17755 Log: applied suggested patch with small doc tweak
17756 From: Gisle Aas <gisle@aas.no>
17757 Date: 11 Oct 1998 12:53:13 +0200
17758 Message-ID: <m3u31bfjza.fsf@furu.g.aas.no>
17759 Subject: Re: [PATCH 5.005_52] Optional syswrite LENGTH argument
17760 Branch: perl
17761 ! opcode.h opcode.pl pod/perlfunc.pod pp_sys.c t/op/sysio.t
17762 ! t/op/tiehandle.t
104f9d64
GS
17763____________________________________________________________________________
17764[ 1991] By: gsar on 1998/10/17 02:08:30
99ed61e6
GS
17765 Log: apply non-conflicting parts from suggested patch
17766 From: jan.dubois@ibm.net (Jan Dubois)
17767 Date: Sat, 10 Oct 1998 13:15:45 +0200
17768 Message-ID: <36223ed7.18279374@smtp1.ibm.net>
17769 Subject: [PATCH 5.005_52] Still more MakeMaker patches
17770 Branch: perl
17771 ! lib/ExtUtils/MM_Win32.pm lib/ExtUtils/MakeMaker.pm
104f9d64
GS
17772____________________________________________________________________________
17773[ 1990] By: gsar on 1998/10/17 02:01:24
99ed61e6
GS
17774 Log: provide option to enable optimization with VC (suggested by Jan
17775 Dubois)
17776 Branch: perl
17777 ! win32/Makefile win32/makefile.mk
104f9d64
GS
17778____________________________________________________________________________
17779[ 1989] By: gsar on 1998/10/17 01:55:27
99ed61e6
GS
17780 Log: Rhapsody DR2 has bsd/ctypes.h, not objc/NXCType.h (suggested by
17781 Dave Leppik <dleppik@gage.com>
17782 Branch: perl
17783 ! perl.h
104f9d64
GS
17784____________________________________________________________________________
17785[ 1988] By: gsar on 1998/10/17 01:49:05
99ed61e6
GS
17786 Log: stray typo found by Hugo van der Sanden
17787 Branch: perl
17788 ! op.c
104f9d64
GS
17789____________________________________________________________________________
17790[ 1987] By: gsar on 1998/10/17 01:45:52
99ed61e6
GS
17791 Log: perldoc pod update
17792 From: Daniel Grisinger <dgris@perrin.dimensional.com>
17793 Date: 06 Oct 1998 23:56:51 -0600
17794 Message-ID: <m3g1d0kj8c.fsf@perrin.dimensional.com>
17795 Subject: [PATCH _02 and _52] perldoc
17796 Branch: perl
17797 ! utils/perldoc.PL
104f9d64
GS
17798____________________________________________________________________________
17799[ 1986] By: gsar on 1998/10/17 01:41:40
99ed61e6
GS
17800 Log: qualify names of builtins
17801 Branch: perl
17802 ! ext/POSIX/POSIX.pm
104f9d64 17803____________________________________________________________________________
104f9d64 17804[ 1982] By: gbarr on 1998/10/17 00:20:57
99ed61e6
GS
17805 Log: From: Jochen Wiedmann <joe@ispsoft.de>
17806 Date: Thu, 17 Sep 1998 17:16:06 +0200
17807 Message-ID: <360127B6.E44564A@ispsoft.de>
17808 Subject: [PATCH] ExtUtils::MakeMaker::prompt cannot return 0
17809 Branch: maint-5.005/perl
17810 ! lib/ExtUtils/MakeMaker.pm
104f9d64 17811____________________________________________________________________________
104f9d64 17812[ 1978] By: gsar on 1998/10/16 01:58:58
99ed61e6
GS
17813 Log: integrate cfgperl mods into mainline
17814 Branch: perl
17815 +> ext/DynaLoader/dl_vmesa.xs
17816 ! Porting/genlog
17817 !> Configure MANIFEST Makefile.SH config_h.SH
17818 !> ext/Thread/Thread.xs gv.c hints/hpux.sh hints/irix_6.sh
17819 !> hints/linux.sh hints/os390.sh op.c t/op/pat.t thread.h
17820 !> x2p/Makefile.SH
104f9d64 17821____________________________________________________________________________
104f9d64 17822[ 1976] By: gsar on 1998/10/16 00:10:52
99ed61e6
GS
17823 Log: stray tweak
17824 Branch: perl
17825 ! op.c
104f9d64
GS
17826____________________________________________________________________________
17827[ 1975] By: gsar on 1998/10/15 23:54:38
99ed61e6
GS
17828 Log: propagate typeness of lexicals while cloning them
17829 Branch: perl
17830 ! op.c
104f9d64
GS
17831____________________________________________________________________________
17832[ 1974] By: gsar on 1998/10/15 23:53:25
99ed61e6
GS
17833 Log: s/last/first/ typo in append_list()
17834 Branch: perl
17835 ! op.c
104f9d64
GS
17836____________________________________________________________________________
17837[ 1973] By: gsar on 1998/10/15 20:06:17
99ed61e6
GS
17838 Log: nuke confperl branch and contents
17839 Branch: confperl
17840 - (delete 1284 files)
104f9d64
GS
17841____________________________________________________________________________
17842[ 1972] By: jhi on 1998/10/15 07:07:35
99ed61e6
GS
17843 Log: Test #162 had been added but the "print 1..161" had not been updated.
17844 Branch: cfgperl
17845 ! t/op/pat.t
104f9d64
GS
17846____________________________________________________________________________
17847[ 1971] By: gsar on 1998/10/15 03:09:58
99ed61e6
GS
17848 Log: check in all confperl changes as of change#1964 into cfgperl
17849 Branch: cfgperl
17850 + ext/DynaLoader/dl_vmesa.xs
17851 ! Configure MANIFEST Makefile.SH config_h.SH
17852 ! ext/Thread/Thread.xs gv.c hints/hpux.sh hints/irix_6.sh
17853 ! hints/linux.sh hints/os390.sh op.c thread.h x2p/Makefile.SH
104f9d64
GS
17854____________________________________________________________________________
17855[ 1970] By: gsar on 1998/10/15 03:05:59
99ed61e6
GS
17856 Log: integrate mainline to get tr.t
17857 Branch: cfgperl
17858 +> t/op/tr.t
104f9d64
GS
17859____________________________________________________________________________
17860[ 1969] By: gsar on 1998/10/15 03:04:17
99ed61e6
GS
17861 Log: add missing tr.t to repository
17862 Branch: perl
17863 + t/op/tr.t
104f9d64
GS
17864____________________________________________________________________________
17865[ 1968] By: gsar on 1998/10/15 03:02:43
99ed61e6
GS
17866 Log: create cfgperl branch
17867 Branch: cfgperl
17868 +> (branch 1282 files)
104f9d64
GS
17869____________________________________________________________________________
17870[ 1967] By: gsar on 1998/10/15 02:46:08
99ed61e6
GS
17871 Log: correct bugs exposed in MM_Unix.pm by commenting out Selfloader
17872 (MAN3PODS cannot be set to ' '; stray stricture violation)
17873 Branch: perl
17874 ! ext/B/Makefile.PL ext/DB_File/Makefile.PL
17875 ! ext/Data/Dumper/Makefile.PL ext/DynaLoader/Makefile.PL
17876 ! ext/Errno/Makefile.PL ext/Fcntl/Makefile.PL
17877 ! ext/GDBM_File/Makefile.PL ext/IO/Makefile.PL
17878 ! ext/IPC/SysV/Makefile.PL ext/NDBM_File/Makefile.PL
17879 ! ext/ODBM_File/Makefile.PL ext/Opcode/Makefile.PL
17880 ! ext/POSIX/Makefile.PL ext/SDBM_File/Makefile.PL
17881 ! ext/Socket/Makefile.PL ext/Thread/Makefile.PL
17882 ! ext/attrs/Makefile.PL ext/re/Makefile.PL
17883 ! lib/ExtUtils/MM_Unix.pm
104f9d64
GS
17884____________________________________________________________________________
17885[ 1966] By: gsar on 1998/10/15 02:19:03
99ed61e6
GS
17886 Log: tweak to make fix in change#1944 behave correctly for closures
17887 created within eval''
17888 Branch: perl
17889 ! op.c t/op/eval.t
104f9d64
GS
17890____________________________________________________________________________
17891[ 1965] By: gsar on 1998/10/14 23:22:41
99ed61e6
GS
17892 Log: use better numbers for exitstatus test
17893 Branch: perl
17894 ! t/op/die_exit.t
104f9d64
GS
17895____________________________________________________________________________
17896[ 1964] By: jhi on 1998/10/14 17:25:41
99ed61e6
GS
17897 Log: Add VM/ESA dynaloading (uses <dll.h>).
17898 Branch: confperl
17899 + ext/DynaLoader/dl_vmesa.xs
17900 ! MANIFEST
104f9d64
GS
17901____________________________________________________________________________
17902[ 1963] By: jhi on 1998/10/14 17:17:10
99ed61e6
GS
17903 Log: Remove a2p.loadmap in 'clean' target.
17904 Branch: confperl
17905 ! x2p/Makefile.SH
104f9d64
GS
17906____________________________________________________________________________
17907[ 1962] By: jhi on 1998/10/14 17:13:11
99ed61e6
GS
17908 Log: VM/ESA produces also .prelmaps. (No, not .perlmaps...)
17909 Branch: confperl
17910 ! Makefile.SH
104f9d64
GS
17911____________________________________________________________________________
17912[ 1961] By: jhi on 1998/10/14 16:27:39
99ed61e6
GS
17913 Log: VM/ESA creates executable.loadmaps.
17914 Branch: confperl
17915 ! Makefile.SH
104f9d64
GS
17916____________________________________________________________________________
17917[ 1960] By: jhi on 1998/10/14 15:37:39
99ed61e6
GS
17918 Log: Introduce SCHED_YIELD (one of sched_yield(),
17919 pthread_yield(), or pthread_yield(NULL)).
17920 YIELD is then defined using SCHED_YIELD unless
17921 a platform-specific YIELD has already been defined.
17922
17923 Support pthread_attr_setdetachstate(pthread_attr_t*, int*).
17924
17925 The need for pthread_yield(NULL) and pthread_attr_setdet...
17926 introduced by (private email)
17927
17928 From: Neale Ferguson <neale@VMA.TABNSW.COM.AU>
17929 Date: Sat, 10 Oct 1998 21:08:15 +1300
17930 Message-ID: <361F15EE.47376EC@mailbox.tabnsw.com.au>
17931 Subject: Re: Perl thread problems in VM/ESA
17932
17933 Better select() protoprobe (for AIX), from (private email)
17934 From: Andy Dougherty <doughera@lafcol.lafayette.edu>
17935 Date: Fri, 2 Oct 1998 14:52:25 -0400 (EDT)
17936 Message-Id: <Pine.SUN.3.96.981002144601.11832D-100000@newton.phys>
17937 Subject: AIX select (fwd)
17938 From: Lars Hecking <lhecking@nmrc.ucc.ie>
17939 To: Andy Dougherty <doughera@lafcol.lafayette.edu>
17940 Date: Fri, 2 Oct 1998 10:40:01 +0100
17941 Subject: AIX select
17942
17943 Linux-avoid-so.X.Y, based on
17944 From: "Kurt D. Starsinic" <kstar@chapin.edu>
17945 Date: Tue, 13 Oct 1998 15:55:07 -0400
17946 Message-ID: <19981013155507.B4004@O2.chapin.edu>
17947 Subject: Re: [PATCH 5.005_52] [Was: Re: How can Debian accomodate new installation ?]
17948 Branch: confperl
17949 ! Configure config_h.SH ext/Thread/Thread.xs hints/linux.sh
17950 ! thread.h
104f9d64
GS
17951____________________________________________________________________________
17952[ 1959] By: jhi on 1998/10/14 12:51:26
99ed61e6
GS
17953 Log: Some old pthread implementations have
17954 pthread_attr_setdetachstate(pthread_attr_t*, int*).
17955 Branch: confperl
17956 ! ext/Thread/Thread.xs
104f9d64
GS
17957____________________________________________________________________________
17958[ 1958] By: jhi on 1998/10/14 12:41:11
99ed61e6
GS
17959 Log: SCHED_YIELD and ATTR_JOINABLE fixes. Thread.xs and Configure
17960 counterparts will follow soon.
17961 Branch: confperl
17962 ! thread.h
104f9d64
GS
17963____________________________________________________________________________
17964[ 1957] By: jhi on 1998/10/14 12:38:11
99ed61e6
GS
17965 Log: Add tr.t (MANIFEST already knew about it, strange)
17966 Branch: confperl
17967 + t/op/tr.t
104f9d64
GS
17968____________________________________________________________________________
17969[ 1956] By: jhi on 1998/10/14 12:24:35
99ed61e6
GS
17970 Log: Mutexen should be initialized only once.
17971 Branch: confperl
17972 ! gv.c op.c
104f9d64
GS
17973____________________________________________________________________________
17974[ 1955] By: jhi on 1998/10/14 12:19:38
99ed61e6
GS
17975 Log: os390 has its own cppstdin.
17976 Branch: confperl
17977 ! hints/os390.sh
104f9d64
GS
17978____________________________________________________________________________
17979[ 1954] By: jhi on 1998/10/14 12:15:06
99ed61e6
GS
17980 Log: Integrate with mainperl.
17981 Branch: confperl
17982 !> (integrate 1280 files)
104f9d64
GS
17983____________________________________________________________________________
17984[ 1953] By: jhi on 1998/10/14 11:48:08
99ed61e6
GS
17985 Log: Removed duplicate CMA threads code for HPUX 10.X.
17986 (probably residue of patch(1) being too understanding)
17987 Enhanced 64-bit settings. (redo change#1940)
17988 Branch: confperl
17989 ! hints/hpux.sh
104f9d64
GS
17990____________________________________________________________________________
17991[ 1952] By: jhi on 1998/10/14 11:45:16
99ed61e6
GS
17992 Log: (redo change#1949) Detypo in the d_open64 warning about
17993 the impending WHOA.
17994 Branch: confperl
17995 ! hints/irix_6.sh
104f9d64
GS
17996____________________________________________________________________________
17997[ 1951] By: jhi on 1998/10/14 10:54:16
99ed61e6
GS
17998 Log: Mutexen should only be inited once, after they have been New()ed.
17999 Branch: confperl
18000 ! gv.c op.c
104f9d64
GS
18001____________________________________________________________________________
18002[ 1950] By: jhi on 1998/10/14 10:41:43
99ed61e6
GS
18003 Log: Own cppstdin.
18004 Branch: confperl
18005 ! hints/os390.sh
104f9d64
GS
18006____________________________________________________________________________
18007[ 1949] By: jhi on 1998/10/14 10:34:23
99ed61e6
GS
18008 Log: Detypo in the d_open64 warning about the impending WHOA.
18009 Branch: confperl
18010 ! hints/irix_6.sh
104f9d64
GS
18011____________________________________________________________________________
18012[ 1948] By: gsar on 1998/10/14 05:38:01
99ed61e6
GS
18013 Log: two typos
18014 Branch: perl
18015 ! pp_hot.c t/op/eval.t
104f9d64
GS
18016____________________________________________________________________________
18017[ 1947] By: gsar on 1998/10/14 05:37:10
99ed61e6
GS
18018 Log: let docatch() pass the buck when restartop turns out to be null,
18019 making exceptions in BEGIN{} propagate as expected
18020 Branch: perl
18021 ! pp_ctl.c t/op/misc.t
104f9d64
GS
18022____________________________________________________________________________
18023[ 1946] By: gsar on 1998/10/13 03:41:49
99ed61e6
GS
18024 Log: add missing file from change#1943
18025 Branch: perl
18026 ! proto.h
104f9d64
GS
18027____________________________________________________________________________
18028[ 1945] By: gsar on 1998/10/13 03:32:02
99ed61e6
GS
18029 Log: defer "deep recursion" warnings until CXt_SUB context is properly
18030 set up
18031 Branch: perl
18032 ! pp_hot.c t/pragma/warn/pp_hot
104f9d64
GS
18033____________________________________________________________________________
18034[ 1944] By: gsar on 1998/10/13 03:15:50
99ed61e6
GS
18035 Log: change#1614 merely disabled earlier fix (doh!); undo it and properly
18036 fixup the cop_seq value that must be seen by lexical lookups that
18037 emanate within eval''
18038 Branch: perl
18039 ! cop.h op.c pp_ctl.c pp_hot.c scope.c t/op/eval.t
104f9d64
GS
18040____________________________________________________________________________
18041[ 1943] By: gsar on 1998/10/13 02:06:09
99ed61e6
GS
18042 Log: ensure recursive attempts to findlex()icals know enough about where
18043 the last eval'' context was encountered
18044 Branch: perl
18045 ! op.c t/op/eval.t
104f9d64
GS
18046____________________________________________________________________________
18047[ 1942] By: gsar on 1998/10/13 02:01:24
99ed61e6
GS
18048 Log: force copy of substrings when matching against temporaries
18049 Branch: perl
18050 ! pp_hot.c t/op/pat.t
104f9d64
GS
18051____________________________________________________________________________
18052[ 1941] By: gsar on 1998/10/13 01:49:16
99ed61e6
GS
18053 Log: don't longjmp() in pp_goto() (regressive bug from old single-stack
18054 implementation)
18055 Branch: perl
18056 ! pp_ctl.c t/op/runlevel.t
104f9d64
GS
18057____________________________________________________________________________
18058[ 1940] By: jhi on 1998/10/12 09:57:44
99ed61e6
GS
18059 Log: Removed duplicate CMA threads code for HPUX 10.X.
18060 (probably residue of patch(1) being too understanding)
18061 Enhanced 64-bit settings.
18062 Branch: confperl
18063 ! hints/hpux.sh
104f9d64
GS
18064____________________________________________________________________________
18065[ 1939] By: jhi on 1998/10/12 09:53:11
99ed61e6
GS
18066 Log: Initial sync from mainline perl.
18067 Branch: confperl
18068 + (add 1282 files)
104f9d64 18069____________________________________________________________________________
104f9d64 18070[ 1937] By: gsar on 1998/10/06 21:16:34
99ed61e6
GS
18071 Log: fix $/ init for USE_THREADS
18072 Branch: perl
18073 ! perl.c
104f9d64
GS
18074____________________________________________________________________________
18075[ 1936] By: gsar on 1998/10/06 07:19:39
99ed61e6
GS
18076 Log: fix globals caught by change#1927; builds and tests on Solaris
18077 Branch: perl
18078 ! Changes mg.c op.c perl.c pp_ctl.c regcomp.c utf8.c utf8.h
18079 ! warning.h warning.pl
104f9d64 18080____________________________________________________________________________
e24b16f9 18081[ 1935] By: gsar on 1998/10/06 06:50:35
99ed61e6
GS
18082 Log: add test for previous fix
18083 Branch: perl
18084 ! ext/Thread/create.t
e24b16f9
GS
18085____________________________________________________________________________
18086[ 1934] By: gsar on 1998/10/06 06:37:36
99ed61e6
GS
18087 Log: fix USE_THREADS coredump due to uninitialized PL_hv_fetch_ent_mh
18088 Branch: perl
18089 ! util.c
e24b16f9
GS
18090____________________________________________________________________________
18091[ 1933] By: gsar on 1998/10/06 05:04:20
99ed61e6
GS
18092 Log: undo bogus part of change#1903 (as pointed out by Larry)
18093 Branch: perl
18094 ! pp_ctl.c
e24b16f9
GS
18095____________________________________________________________________________
18096[ 1932] By: gsar on 1998/10/06 04:21:31
99ed61e6
GS
18097 Log: added tweaked version of suggested patch
18098 From: jan.dubois@ibm.net (Jan Dubois)
18099 Date: Sat, 03 Oct 1998 19:04:48 +0200
18100 Message-ID: <361d54b2.36841294@smtp1.ibm.net>
18101 Subject: [PATCH 5.005_52] More MakeMaker patches
18102 Branch: perl
18103 ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MakeMaker.pm
18104 ! lib/ExtUtils/Mkbootstrap.pm lib/ExtUtils/Mksymlists.pm
e24b16f9
GS
18105____________________________________________________________________________
18106[ 1931] By: gsar on 1998/10/06 04:04:33
99ed61e6
GS
18107 Log: use cpp symbols instead of hardwired constants
18108 From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
18109 Date: Mon, 05 Oct 1998 09:23:33 +0100
18110 Message-Id: <199810050823.JAA00891@crypt.compulink.co.uk>
18111 Subject: [PATCH 5.005_52] By the numbers (resend)
18112 Branch: perl
18113 ! op.c
e24b16f9
GS
18114____________________________________________________________________________
18115[ 1930] By: gsar on 1998/10/06 04:01:55
99ed61e6
GS
18116 Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
18117 Message-Id: <199810050637.CAA07781@monk.mps.ohio-state.edu>
18118 Date: Mon, 5 Oct 1998 02:37:43 -0400 (EDT)
18119 Subject: [PATCH 5.005_52] Cumulative OS/2-related patch
18120 Branch: perl
18121 ! Makefile.SH hints/os2.sh lib/ExtUtils/MM_OS2.pm mg.c
18122 ! os2/Changes os2/Makefile.SHs os2/os2.c perl_exp.SH util.c
e24b16f9
GS
18123____________________________________________________________________________
18124[ 1929] By: gsar on 1998/10/06 03:50:36
99ed61e6
GS
18125 Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
18126 Date: Mon, 5 Oct 1998 02:39:00 -0400 (EDT)
18127 Message-Id: <199810050639.CAA07803@monk.mps.ohio-state.edu>
18128 Subject: [PATCH 5.00552] Minor test improvement
18129 Branch: perl
18130 ! t/op/magic.t
e24b16f9
GS
18131____________________________________________________________________________
18132[ 1928] By: gsar on 1998/10/06 03:49:03
99ed61e6
GS
18133 Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
18134 Date: Mon, 5 Oct 1998 02:38:23 -0400 (EDT)
18135 Message-Id: <199810050638.CAA07792@monk.mps.ohio-state.edu>
18136 Subject: [PATCH 5.00552] emacs/ptags inprovements
18137 Branch: perl
18138 ! emacs/ptags
e24b16f9
GS
18139____________________________________________________________________________
18140[ 1927] By: gsar on 1998/10/06 03:47:44
99ed61e6
GS
18141 Log: disable C<#define dirty PL_dirty> et al.
18142 Branch: perl
18143 ! embed.pl embedvar.h
e24b16f9
GS
18144____________________________________________________________________________
18145[ 1926] By: gsar on 1998/10/06 03:43:32
99ed61e6
GS
18146 Log: From: Mark-Jason Dominus <mjd@plover.com>
18147 Date: Sun, 04 Oct 1998 14:48:11 -0400
18148 Message-ID: <19981004184811.16048.qmail@plover.com>
18149 Subject: PATCH: perldoc -f does not locate -e, -r, -x, etc.
18150 Branch: perl
18151 ! utils/perldoc.PL
e24b16f9
GS
18152____________________________________________________________________________
18153[ 1925] By: gsar on 1998/10/06 03:27:35
99ed61e6
GS
18154 Log: disable USE_THREADS when PERL_OBJECT is enabled
18155 Branch: perl
18156 ! win32/Makefile win32/makefile.mk
e24b16f9
GS
18157____________________________________________________________________________
18158[ 1924] By: gsar on 1998/10/06 03:26:54
99ed61e6
GS
18159 Log: remove spurious unused conflicting globals (PL_yy{v,s}sp)
18160 Branch: perl
18161 ! Makefile.SH Todo-5.005 embedvar.h perlvars.h perly.c toke.c
18162 ! vms/perly_c.vms
e24b16f9
GS
18163____________________________________________________________________________
18164[ 1923] By: gsar on 1998/10/03 05:19:56
99ed61e6
GS
18165 Log: make C<use> recognize C<require> overrides; allow C<do EXPR> to be
18166 overridden
18167 Branch: perl
18168 ! embed.h global.sym objXSUB.h objpp.h op.c perly.c perly.y
18169 ! proto.h vms/perly_c.vms
e24b16f9
GS
18170____________________________________________________________________________
18171[ 1922] By: gsar on 1998/10/03 03:59:50
99ed61e6
GS
18172 Log: suppress manifypods leak in extensions
18173 Branch: perl
18174 ! ext/Errno/Makefile.PL ext/IPC/SysV/Makefile.PL pod/pod2man.PL
e24b16f9
GS
18175____________________________________________________________________________
18176[ 1921] By: gsar on 1998/10/02 22:30:15
99ed61e6
GS
18177 Log: os390 fixes (suggested by Peter Prymmer)
18178 Branch: perl
18179 ! Makefile.SH regcomp.c
e24b16f9
GS
18180____________________________________________________________________________
18181[ 1920] By: gsar on 1998/10/02 21:41:19
99ed61e6
GS
18182 Log: squelch undef warnings
18183 From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
18184 Date: Fri, 02 Oct 1998 11:01:14 +0100
18185 Message-Id: <199810021001.LAA19214@crypt.compulink.co.uk>
18186 Subject: [PATCH] Re: Apparent bug in Math::BigInt
18187 Branch: perl
18188 ! Changes lib/Math/BigInt.pm
e24b16f9 18189____________________________________________________________________________
9f6ab407 18190[ 1919] By: gsar on 1998/10/02 04:59:13
99ed61e6
GS
18191 Log: add note to INSTALL about ANSI C
18192 Branch: perl
18193 ! INSTALL
9f6ab407
HS
18194____________________________________________________________________________
18195[ 1918] By: gsar on 1998/10/02 04:21:10
99ed61e6
GS
18196 Log: tolerate spaces when fixing up __cplusplus output by old h2xs
18197 From: jan.dubois@ibm.net (Jan Dubois)
18198 Date: Wed, 30 Sep 1998 23:35:30 +0200
18199 Message-ID: <3619a1e8.12336659@smtp1.ibm.net>
18200 Subject: [PATCH 5.005_52]: xsubpp and PERL_OBJECT
18201 Branch: perl
18202 ! lib/ExtUtils/xsubpp
9f6ab407
HS
18203____________________________________________________________________________
18204[ 1917] By: gsar on 1998/10/02 04:16:02
99ed61e6
GS
18205 Log: From: Jarkko Hietaniemi <jhi@iki.fi>
18206 Date: Thu, 1 Oct 1998 11:37:26 +0300 (EET DST)
18207 Message-Id: <199810010837.LAA31371@alpha.hut.fi>
18208 Subject: Re: Configure test for selectbits busted
18209 Branch: perl
18210 ! Configure
9f6ab407
HS
18211____________________________________________________________________________
18212[ 1916] By: gsar on 1998/10/02 04:14:17
99ed61e6
GS
18213 Log: From: Dan Sugalski <sugalskd@osshe.edu>
18214 Date: Wed, 30 Sep 1998 17:15:20 -0700
18215 Message-Id: <3.0.6.32.19980930171520.00b22eb0@ous.edu>
18216 Subject: [PATCH 5.005_02]VMS config tweaks
18217 Branch: perl
18218 ! vms/descrip_mms.template vms/subconfigure.com
9f6ab407
HS
18219____________________________________________________________________________
18220[ 1915] By: gsar on 1998/10/02 04:10:47
99ed61e6
GS
18221 Log: use Off_t to permit 64-bit seek()
18222 From: Scott Henry <scotth@sgi.com>
18223 Date: 29 Sep 1998 17:38:46 -0700
18224 Message-ID: <yd8lnn2zb6x.fsf_-_@hoshi.engr.sgi.com>
18225 Subject: Re: [PATCH] 5.005_02: Configure "Massive Attack"
18226 --
18227 Date: 28 Sep 1998 18:55:37 -0700
18228 Message-ID: <yd8ogrz1y3q.fsf@hoshi.engr.sgi.com>
18229 Subject: Re: [PATCH] 5.005_51: Configure "Massive Attack"
18230 Branch: perl
18231 ! doio.c pp_sys.c proto.h sv.c
9f6ab407
HS
18232____________________________________________________________________________
18233[ 1914] By: gsar on 1998/10/02 04:05:36
99ed61e6
GS
18234 Log: normalize tm struct passed to strftime() with mktime()
18235 From: Spider Boardman <spider@orb.nashua.nh.us>
18236 Date: Wed, 30 Sep 1998 15:12:09 -0400
18237 Message-Id: <199809301912.PAA26119@Orb.Nashua.NH.US>
18238 Subject: [PATCH 5.005_52] Re: POSIX::strftime returns incorrect date
18239 Branch: perl
18240 ! ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs
9f6ab407
HS
18241____________________________________________________________________________
18242[ 1913] By: gsar on 1998/10/02 03:59:46
99ed61e6
GS
18243 Log: don't try to run foo_SH.orig etc.
18244 Branch: perl
18245 ! Configure
9f6ab407
HS
18246____________________________________________________________________________
18247[ 1912] By: gsar on 1998/10/02 03:45:37
99ed61e6
GS
18248 Log: make warning about glob process failure optional
18249 Branch: perl
18250 ! pod/perldiag.pod pp_hot.c
9f6ab407
HS
18251____________________________________________________________________________
18252[ 1911] By: gsar on 1998/10/02 02:52:21
99ed61e6
GS
18253 Log: document yet another RE diagnostic, make it consistent with REG_INFTY
18254 From: Dominic Dunlop <domo@vo.lu>
18255 Date: Tue, 29 Sep 1998 21:06:30 +0000
18256 Message-Id: <v03110700b236f60b1375@[212.24.192.106]>
18257 Subject: [PATCH 5.005_52] Fix hard-coded "matches null string many times" limit
18258 --
18259 Date: Wed, 30 Sep 1998 11:46:44 +0000
18260 Message-Id: <v03110702b237beb04830@[212.24.192.74]>
18261 Subject: [PATCH 5.005_52] Add "Strange *+?{} ..." to perldiag
18262 Branch: perl
18263 ! pod/perldiag.pod regcomp.c
9f6ab407
HS
18264____________________________________________________________________________
18265[ 1910] By: gsar on 1998/10/02 02:48:48
99ed61e6
GS
18266 Log: minor Configure tweaks (via private mail)
18267 From: Jarkko Hietaniemi <jhi@iki.fi>
18268 Date: Wed, 30 Sep 1998 02:25:06 +0300 (EET DST)
18269 Message-Id: <199809292325.CAA19737@alpha.hut.fi>
18270 Subject: [PATCH] 5.005_52: the drizzle continues
18271 Branch: perl
18272 ! Configure config_h.SH handy.h
9f6ab407
HS
18273____________________________________________________________________________
18274[ 1909] By: gsar on 1998/10/02 02:46:39
99ed61e6
GS
18275 Log: update SCO hints for dynamic loading
18276 From: Andy Dougherty <doughera@lafcol.lafayette.edu>
18277 Date: Mon, 28 Sep 1998 16:50:38 -0400 (EDT)
18278 Message-Id: <Pine.SUN.3.96.980928164648.8130E-100000@newton.phys>
18279 Subject: [PATCH 5.004_04-MAINT_TRIAL_5 and 5.005_xx] Re: Perl on SCO_SV
18280 --
18281 Date: Tue, 29 Sep 1998 16:48:55 -0400 (EDT)
18282 Message-Id: <Pine.SUN.3.96.980929164612.8634A-100000@newton.phys>
18283 Subject: Re: [PATCH 5.004_04-MAINT_TRIAL_5 and 5.005_xx] Re: Perl on SCO_SV
18284 Branch: perl
18285 ! hints/sco.sh
9f6ab407
HS
18286____________________________________________________________________________
18287[ 1908] By: gsar on 1998/10/02 02:33:39
99ed61e6
GS
18288 Log: make File::Find work when wanted() is autoloaded or a symbolic ref
18289 Branch: perl
18290 ! lib/File/Find.pm
9f6ab407
HS
18291____________________________________________________________________________
18292[ 1907] By: gsar on 1998/10/02 02:21:52
99ed61e6
GS
18293 Log: applied patches, but retained old behavior for win32 (where compilers
18294 can't read from stdin at all)
18295 From: Graham Barr <gbarr@ti.com>
18296 Date: Mon, 28 Sep 1998 09:41:49 -0500
18297 Message-ID: <19980928094149.B26576@asic.sc.ti.com>
18298 Subject: Re: 5.005_51 Errno invokes cpprun incorrectly
18299 --
18300 Date: Tue, 29 Sep 1998 12:35:43 -0500
18301 Message-ID: <19980929123543.Z26576@asic.sc.ti.com>
18302 Subject: Re: 5.005_51 Errno invokes cpprun incorrectly
18303 Branch: perl
18304 ! ext/Errno/Errno_pm.PL
9f6ab407
HS
18305____________________________________________________________________________
18306[ 1906] By: gsar on 1998/10/02 02:02:19
99ed61e6
GS
18307 Log: tolerate whitespace in /etc/group entries (suggested by Jarkko
18308 Hietaniemi)
18309 Branch: perl
18310 ! t/op/grent.t
9f6ab407
HS
18311____________________________________________________________________________
18312[ 1905] By: gsar on 1998/10/02 01:59:56
99ed61e6
GS
18313 Log: win32 caveats about truncate()
18314 Branch: perl
18315 ! pod/perlport.pod
9f6ab407
HS
18316____________________________________________________________________________
18317[ 1904] By: gsar on 1998/10/02 01:53:25
99ed61e6
GS
18318 Log: various Configure and hints updates (prefer drand48() or random()
18319 over rand(); add -Dusemultiplicity; enhanced 64-bitness); patch
18320 applied modulo SCO hints superceded by later patch
18321 From: Jarkko Hietaniemi <jhi@iki.fi>
18322 Date: Tue, 29 Sep 1998 00:56:33 +0300 (EET DST)
18323 Message-Id: <199809282156.AAA18615@alpha.hut.fi>
18324 Subject: [PATCH] 5.005_52: Configure et al:
18325 Branch: perl
18326 + ext/IPC/SysV/hints/next_3.pl
18327 ! Configure INSTALL MANIFEST config_h.SH ext/IPC/SysV/SysV.xs
18328 ! hints/dec_osf.sh hints/irix_6.sh hints/next_3.sh
18329 ! hints/solaris_2.sh perl.h pod/perldiag.pod pp.c pp_sys.c
9f6ab407
HS
18330____________________________________________________________________________
18331[ 1903] By: gsar on 1998/10/02 01:42:37
99ed61e6
GS
18332 Log: fixes for bugs in /RE/p from Hugo van der Sanden
18333 Date: Mon, 28 Sep 1998 17:41:49 +0100
18334 Message-Id: <199809281641.RAA02450@crypt.compulink.co.uk>
18335 Subject: [PATCH 5.005_52] Re: More on ?p
18336 --
18337 Date: Thu, 01 Oct 1998 09:10:58 +0100
18338 Message-Id: <199810010810.JAA16426@crypt.compulink.co.uk>
18339 Subject: [PATCH 5.005_52] ?p fix
18340 --
18341 Date: Thu, 01 Oct 1998 10:45:56 +0100
18342 Message-Id: <199810010945.KAA16733@crypt.compulink.co.uk>
18343 Subject: [PATCH 5.005_52] more on ?p
18344 Branch: perl
18345 ! pp_ctl.c
9f6ab407
HS
18346____________________________________________________________________________
18347[ 1902] By: gsar on 1998/10/02 01:36:14
99ed61e6
GS
18348 Log: From: Kenneth Duda <kjd@cisco.com>
18349 Date: Sun, 27 Sep 1998 20:22:12 -0700 (PDT)
18350 Message-Id: <199809280322.UAA01261@scorpion.cisco.com>
18351 Subject: writemain dies when there are more than 4000 characters of extensions
18352 Branch: perl
18353 ! writemain.SH
9f6ab407
HS
18354____________________________________________________________________________
18355[ 1901] By: gsar on 1998/10/02 01:33:16
99ed61e6
GS
18356 Log: tweak run_byacc recipe
18357 Branch: perl
18358 ! Makefile.SH Porting/pumpkin.pod
9f6ab407
HS
18359____________________________________________________________________________
18360[ 1900] By: gsar on 1998/10/02 01:02:09
99ed61e6
GS
18361 Log: use SETERRNO() to reset errno (suggested by Charles Bailey)
18362 Branch: perl
18363 ! perl.h pp_ctl.c
9f6ab407
HS
18364____________________________________________________________________________
18365[ 1899] By: gsar on 1998/09/28 20:46:30
99ed61e6
GS
18366 Log: fix various 5.00552 mishaps (fixes suggested by Jan Dubois,
18367 Kurt Starsinic, Spider Boardman, Dan Sugalski and Albert
18368 Dvornik)
18369 Branch: perl
18370 ! hints/irix_6.sh lib/ExtUtils/MakeMaker.pm mg.c scope.c
9f6ab407
HS
18371____________________________________________________________________________
18372[ 1898] By: gsar on 1998/09/28 20:42:52
99ed61e6
GS
18373 Log: flush unsubmitted 5.00552 change
18374 Branch: perl
18375 ! MANIFEST
9f6ab407
HS
18376____________________________________________________________________________
18377[ 1897] By: gsar on 1998/09/27 04:43:06
99ed61e6
GS
18378 Log: run vms_yfix.pl
18379 Branch: perl
18380 ! vms/perly_c.vms
9f6ab407
HS
18381____________________________________________________________________________
18382[ 1896] By: gsar on 1998/09/27 03:38:55
99ed61e6
GS
18383 Log: small tweak on last change
18384 Branch: perl
18385 ! win32/win32.c
9f6ab407
HS
18386____________________________________________________________________________
18387[ 1895] By: gsar on 1998/09/27 03:17:17
99ed61e6
GS
18388 Log: fix win32_stat() to do the right thing for share names
18389 Branch: perl
18390 ! win32/win32.c
9f6ab407
HS
18391____________________________________________________________________________
18392[ 1891] By: larry on 1998/09/25 18:50:40
99ed61e6
GS
18393 Log: Fixed apostrophe problem from Mark Knutsen.
18394 Branch: perl
18395 ! sv.h
9f6ab407
HS
18396
18397----------------
18398Version 5.005_52
18399----------------
18400
18401____________________________________________________________________________
18402[ 1890] By: gsar on 1998/09/25 10:25:00
99ed61e6
GS
18403 Log: update template config.sh, add new config vars to win32 stuff
18404 Branch: perl
18405 ! Changes Porting/config.sh Porting/config_H config_h.SH objpp.h
18406 ! pp_sys.c proto.h win32/config.bc win32/config.gc
18407 ! win32/config.vc win32/config_H.bc win32/config_H.gc
18408 ! win32/config_H.vc win32/win32.h
9f6ab407 18409____________________________________________________________________________
327c3667 18410[ 1889] By: gsar on 1998/09/25 07:13:13
99ed61e6
GS
18411 Log: big Configure update from Jarkko: sync metaconfig units; d_statblks fix
18412 for Linux; hpux CMA-threads hints; ELF support for FreeBSD; beginnings
18413 of full-fledged 64-bit support (including support for: fseeko/ftello,
18414 Quad_t aka long long, hpux and irix 64-bits hints, new 64-bit constants
18415 in Fcntl)
18416 From: Jarkko Hietaniemi <jhi@iki.fi>
18417 Date: Fri, 11 Sep 1998 23:56:11 +0300 (EET DST)
18418 Message-Id: <199809112056.XAA04720@alpha.hut.fi>
18419 Subject: [PATCH] 5.005_51: Configure "Massive Attack"
18420 --
18421 From: Jarkko Hietaniemi <jhi@cc.hut.fi>
18422 Date: 12 Sep 1998 09:44:25 +0300
18423 Message-ID: <oeeaf45bzjq.fsf@alpha.hut.fi>
18424 Subject: Re: [PATCH] 5.005_51: Configure "Massive Attack"
18425 Branch: perl
18426 + lib/filetest.pm
18427 ! Configure MANIFEST Makefile.SH config_h.SH doio.c embedvar.h
18428 ! ext/Fcntl/Fcntl.pm ext/Fcntl/Fcntl.xs handy.h hints/dec_osf.sh
18429 ! hints/freebsd.sh hints/hpux.sh hints/irix_6.sh objXSUB.h
18430 ! perl.c perl.h perl_exp.SH perlio.c perlvars.h pod/perldiag.pod
18431 ! pod/perlfunc.pod pp_sys.c proto.h win32/GenCAPI.pl
18432 ! win32/makedef.pl
327c3667
GS
18433____________________________________________________________________________
18434[ 1888] By: gsar on 1998/09/25 06:27:12
99ed61e6
GS
18435 Log: bump patchlevel to 52; other little tweaks for threads, win32 builds
18436 Branch: perl
18437 ! doop.c mg.c patchlevel.h regexec.c win32/Makefile
18438 ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
18439 ! win32/makedef.pl win32/makefile.mk win32/win32.c
327c3667
GS
18440____________________________________________________________________________
18441[ 1887] By: gsar on 1998/09/25 04:50:49
99ed61e6
GS
18442 Log: win32.c tweak
18443 Branch: perl
18444 ! win32/win32.c
327c3667
GS
18445____________________________________________________________________________
18446[ 1886] By: gsar on 1998/09/25 04:47:32
99ed61e6
GS
18447 Log: s/MAKEMAKEROPT/PERL_MM_OPT/
18448 Branch: perl
18449 ! lib/ExtUtils/MakeMaker.pm
327c3667
GS
18450____________________________________________________________________________
18451[ 1885] By: gsar on 1998/09/25 04:05:09
99ed61e6
GS
18452 Log: From: Dominic Dunlop <domo@vo.lu>
18453 Date: Thu, 10 Sep 1998 11:02:46 +0000
18454 Message-Id: <v03110703b21d581d7ef1@[212.24.192.107]>
18455 Subject: MM_Unix::canonpath erroneously turns leading // into /
18456 Branch: perl
18457 ! lib/ExtUtils/MM_Unix.pm
327c3667
GS
18458____________________________________________________________________________
18459[ 1884] By: gsar on 1998/09/25 03:06:10
99ed61e6
GS
18460 Log: temporarily disable perl malloc for a2p until we clean up
18461 conflicting malloc() declarations everywhere
18462 Branch: perl
18463 ! x2p/Makefile.SH
327c3667
GS
18464____________________________________________________________________________
18465[ 1883] By: gsar on 1998/09/25 02:27:00
99ed61e6
GS
18466 Log: remove obsolete win32/bin/*.pl
18467 Branch: perl
18468 - win32/bin/network.pl win32/bin/webget.pl win32/bin/www.pl
18469 ! Changes MANIFEST win32/Makefile win32/makefile.mk
327c3667 18470____________________________________________________________________________
400153aa 18471[ 1882] By: gsar on 1998/09/25 02:04:43
99ed61e6
GS
18472 Log: missing file in last submit
18473 Branch: perl
18474 ! proto.h
400153aa
GS
18475____________________________________________________________________________
18476[ 1881] By: gsar on 1998/09/25 01:56:54
99ed61e6
GS
18477 Log: serial access to PL_x[inpr]v_root for USE_THREADS
18478 Branch: perl
18479 ! sv.c
400153aa
GS
18480____________________________________________________________________________
18481[ 1880] By: gsar on 1998/09/25 01:19:38
99ed61e6
GS
18482 Log: lock sv_mutex in new_he() and del_he() for USE_THREADS
18483 From: Drago Goricanec <drago@king.otsd.ts.fujitsu.co.jp>
18484 Date: Thu, 24 Sep 1998 22:01:09 +0900
18485 Message-Id: <19980924220109J.drago@otsd.ts.fujitsu.co.jp>
18486 Subject: [PATCH 5.005_51] Re: Perl 5.005_51 not yet multi Thread safe
18487 Branch: perl
18488 ! hv.c proto.h
400153aa
GS
18489____________________________________________________________________________
18490[ 1879] By: gsar on 1998/09/25 00:20:07
99ed61e6
GS
18491 Log: tweaks to enable PERL_OBJECT to build & test on win32
18492 Branch: perl
18493 ! Changes doop.c mg.c objpp.h proto.h regexec.c util.c
18494 ! win32/GenCAPI.pl
400153aa
GS
18495____________________________________________________________________________
18496[ 1878] By: gsar on 1998/09/25 00:13:36
99ed61e6
GS
18497 Log: fix change#1861, which breaks default boot_xxx symbol generation
18498 Branch: perl
18499 ! lib/ExtUtils/Mksymlists.pm
400153aa
GS
18500____________________________________________________________________________
18501[ 1877] By: gsar on 1998/09/24 10:29:54
99ed61e6
GS
18502 Log: two tweaks for clean build and test on Solaris
18503 Branch: perl
18504 ! op.c t/op/subst.t
400153aa 18505____________________________________________________________________________
942e002e 18506[ 1876] By: gsar on 1998/09/24 09:04:43
99ed61e6
GS
18507 Log: From: Colin Kuskie <ckuskie@cadence.com>
18508 Date: Wed, 26 Aug 1998 14:53:01 -0700 (PDT)
18509 Message-ID: <Pine.GSO.3.96.980826143507.3258K-100000@pdxmail.cadence.com>
18510 Subject: [PATCH 5.005_51] perlform.pod
18511 Branch: perl
18512 ! pod/perlform.pod
942e002e
GS
18513____________________________________________________________________________
18514[ 1875] By: gsar on 1998/09/24 08:47:47
99ed61e6
GS
18515 Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
18516 Date: Tue, 25 Aug 1998 15:35:58 -0400 (EDT)
18517 Message-Id: <199808251935.PAA11384@monk.mps.ohio-state.edu>
18518 Subject: Re: problem with (?p{}) [PATCH 5.005_5*]
18519 Branch: perl
18520 ! regexec.c
942e002e
GS
18521____________________________________________________________________________
18522[ 1874] By: gsar on 1998/09/24 08:44:55
99ed61e6
GS
18523 Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
18524 Date: Tue, 25 Aug 1998 14:56:06 -0400 (EDT)
18525 Message-Id: <199808251856.OAA10825@monk.mps.ohio-state.edu>
18526 Subject: Re: your Regexp.patch dated 21.8 [PATCH]
18527 Branch: perl
18528 ! toke.c
942e002e
GS
18529____________________________________________________________________________
18530[ 1873] By: gsar on 1998/09/24 08:39:41
99ed61e6
GS
18531 Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
18532 Date: Tue, 25 Aug 1998 04:29:49 -0400 (EDT)
18533 Message-Id: <199808250829.EAA02470@monk.mps.ohio-state.edu>
18534 Subject: [PATCH 5.005_*] Extraneous warning for (?()A|B)
18535 Branch: perl
18536 ! Changes regcomp.c
942e002e
GS
18537____________________________________________________________________________
18538[ 1872] By: gsar on 1998/09/24 08:37:00
99ed61e6
GS
18539 Log: From: Krishna Sethuraman <krishpl@shamu.engr.sgi.com>
18540 Date: Sun, 23 Aug 1998 23:18:38 PDT
18541 Message-Id: <199808240618.XAA05329@shamu.engr.sgi.com>
18542 Subject: new irix_6.sh hints file
18543 Branch: perl
18544 ! hints/irix_6.sh
942e002e 18545____________________________________________________________________________
d1b80229 18546[ 1871] By: gsar on 1998/09/24 07:26:37
99ed61e6
GS
18547 Log: correct FSF address in various places
18548 Branch: perl
18549 ! Copying README ext/B/README lib/Getopt/Long.pm
d1b80229
IZ
18550____________________________________________________________________________
18551[ 1870] By: gsar on 1998/09/24 07:11:56
99ed61e6
GS
18552 Log: From: Dan Sugalski <sugalskd@osshe.edu>
18553 Date: Fri, 14 Aug 1998 09:20:16 PDT
18554 Message-Id: <3.0.5.32.19980814092016.00b37dc0@ous.edu>
18555 Subject: [PATCH 5.005_02] (and _5x I expect) VMS config procedure patch
18556 Branch: perl
18557 ! configure.com
d1b80229
IZ
18558____________________________________________________________________________
18559[ 1869] By: gsar on 1998/09/24 06:55:59
99ed61e6
GS
18560 Log: use STRICT_ALIGNMENT on IRIX to allow usemymalloc=y again
18561 From: Scott Henry <scotth@sgi.com>
18562 Date: 13 Aug 1998 09:52:15 PDT
18563 Message-Id: <yd8pve46czk.fsf@hoshi.engr.sgi.com>
18564 Subject: [PATCH] Irix USE_LONG_LONG/malloc.c incompatibility (was...)
18565 Branch: perl
18566 ! hints/irix_6.sh
d1b80229
IZ
18567____________________________________________________________________________
18568[ 1868] By: gsar on 1998/09/24 06:51:23
99ed61e6
GS
18569 Log: From: Nathan Torkington <gnat@frii.com>
18570 Date: Thu, 13 Aug 1998 10:59:48 MDT
18571 Message-Id: <199808131659.KAA06179@prometheus.frii.com>
18572 Subject: [PATCH] 5.005_02 perlfunc.pod, improve umask entry
18573 Branch: perl
18574 ! pod/perlfunc.pod
d1b80229
IZ
18575____________________________________________________________________________
18576[ 1867] By: gsar on 1998/09/24 06:45:13
99ed61e6
GS
18577 Log: make C<goto &sub> AUTOLOAD-aware (autouse now works for modules
18578 that are autoloaded)
18579 Branch: perl
18580 ! pp_ctl.c
d1b80229
IZ
18581____________________________________________________________________________
18582[ 1866] By: gsar on 1998/09/24 05:21:19
99ed61e6
GS
18583 Log: grandfather deprecated "$$<digit>" no more
18584 Branch: perl
18585 ! pod/perldiag.pod toke.c
d1b80229
IZ
18586____________________________________________________________________________
18587[ 1865] By: gsar on 1998/09/24 04:52:48
99ed61e6
GS
18588 Log: tweak PERL_HASH() to h=h+(h>>5) in order to improve distribution of
18589 low bits (suggested by Ilya Zakharevich)
18590 Branch: perl
18591 ! hv.h
d1b80229
IZ
18592____________________________________________________________________________
18593[ 1864] By: gsar on 1998/09/24 04:29:14
99ed61e6
GS
18594 Log: move yyglobal decls from perly.c to perlvars.h, regen headers, tweak
18595 perly_c.diff
18596 Branch: perl
18597 ! embed.h embedvar.h global.sym perlvars.h perly.c perly.h
18598 ! perly_c.diff toke.c
d1b80229
IZ
18599____________________________________________________________________________
18600[ 1863] By: gsar on 1998/09/24 03:36:30
99ed61e6
GS
18601 Log: provide locked access to string table for USE_THREADS
18602 Branch: perl
18603 ! embedvar.h hv.c intrpvar.h objXSUB.h perl.c thread.h
d1b80229
IZ
18604____________________________________________________________________________
18605[ 1862] By: gsar on 1998/09/24 03:30:32
99ed61e6
GS
18606 Log: remove bogus warn()
18607 Branch: perl
18608 ! embed.pl
d1b80229
IZ
18609____________________________________________________________________________
18610[ 1861] By: gsar on 1998/09/24 02:58:51
99ed61e6
GS
18611 Log: applied suggested patch, adapted for all platforms
18612 From: jan.dubois@ibm.net (Jan Dubois)
18613 Date: Sun, 20 Sep 1998 12:56:38 +0200
18614 Message-ID: <3604de0c.12319885@smtp1.ibm.net>
18615 Subject: [New PATCH 5.005_02] Support Mksymlists FUNCLIST argument in MakeMaker
18616 Branch: perl
18617 ! lib/ExtUtils/MM_OS2.pm lib/ExtUtils/MM_Unix.pm
18618 ! lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MM_Win32.pm
18619 ! lib/ExtUtils/MakeMaker.pm
d1b80229
IZ
18620____________________________________________________________________________
18621[ 1860] By: gsar on 1998/09/24 02:16:14
99ed61e6
GS
18622 Log: upgrade to CPAN-1.40
18623 Branch: perl
18624 ! Changes lib/CPAN.pm lib/CPAN/FirstTime.pm
d1b80229
IZ
18625____________________________________________________________________________
18626[ 1859] By: gsar on 1998/09/24 02:08:59
99ed61e6
GS
18627 Log: use $ENV{MAKEMAKEROPT} to set default command line args
18628 Branch: perl
18629 ! lib/ExtUtils/MakeMaker.pm
d1b80229 18630____________________________________________________________________________
2e2b7522 18631[ 1857] By: gsar on 1998/09/23 10:58:36
99ed61e6
GS
18632 Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
18633 Date: Tue, 22 Sep 1998 17:30:16 -0400 (EDT)
18634 Message-Id: <199809222130.RAA17034@monk.mps.ohio-state.edu>
18635 Subject: More verbose Test::Harness [PATCH]
18636 Branch: perl
18637 ! lib/Test/Harness.pm
2e2b7522
GS
18638____________________________________________________________________________
18639[ 1856] By: gsar on 1998/09/23 10:56:24
99ed61e6
GS
18640 Log: update hints for OPENSTEP 4.2 on i386
18641 From: Gerben Wierda <Gerben_Wierda@RnA.nl>
18642 Date: Sun, 20 Sep 1998 01:03:18 +0200
18643 Message-Id: <9809192303.AA29190@Spike>
18644 Subject: Perl 5.005_02 compilation problems
18645 Branch: perl
18646 ! hints/next_4.sh
2e2b7522
GS
18647____________________________________________________________________________
18648[ 1855] By: gsar on 1998/09/23 10:52:27
99ed61e6
GS
18649 Log: reset errno after C<require> search (as suggested by Larry)
18650 Branch: perl
18651 ! pp_ctl.c
2e2b7522
GS
18652____________________________________________________________________________
18653[ 1854] By: gsar on 1998/09/23 10:50:26
99ed61e6
GS
18654 Log: misc pod tweaks
18655 Branch: perl
18656 ! pod/perldelta.pod pod/perldiag.pod pod/perlport.pod
2e2b7522
GS
18657____________________________________________________________________________
18658[ 1853] By: gsar on 1998/09/23 10:46:06
99ed61e6
GS
18659 Log: make Pod/Html.pm handle the --title option properly (as suggested
18660 by gml4410@ggr.co.uk)
18661 Branch: perl
18662 ! lib/Pod/Html.pm
2e2b7522
GS
18663____________________________________________________________________________
18664[ 1852] By: gsar on 1998/09/23 10:41:39
99ed61e6
GS
18665 Log: SSNEW() API for allocating memory on the savestack
18666 From: Albert Dvornik <bert@genscan.com>
18667 Date: 17 Sep 1998 19:23:07 -0400
18668 Message-Id: <tqemtae338.fsf@puma.genscan.com>
18669 Subject: [PATCH 5.005_51] (was: why SAVEDESTRUCTOR()...)
18670 Branch: perl
18671 ! Changes Changes5.005 embed.h global.sym mg.c objXSUB.h objpp.h
18672 ! perl.h proto.h scope.c scope.h t/io/tell.t
2e2b7522
GS
18673____________________________________________________________________________
18674[ 1851] By: gsar on 1998/09/23 10:37:05
99ed61e6
GS
18675 Log: From: Jochen Wiedmann <joe@ispsoft.de>
18676 Date: Thu, 17 Sep 1998 17:16:06 +0200
18677 Message-ID: <360127B6.E44564A@ispsoft.de>
18678 Subject: [PATCH] ExtUtils::MakeMaker::prompt cannot return 0
18679 Branch: perl
18680 ! lib/ExtUtils/MakeMaker.pm
2e2b7522
GS
18681____________________________________________________________________________
18682[ 1850] By: gsar on 1998/09/23 10:33:05
99ed61e6
GS
18683 Log: From: andreas.koenig@kulturbox.de (Andreas J. Koenig)
18684 Date: 15 Sep 1998 01:32:31 +0200
18685 Message-ID: <sfchfya46eo.fsf@dubravka.in-berlin.de>
18686 Subject: Re: [PATCH] MakeMaker "test" target doesn't depend on "all"
18687 Branch: perl
18688 ! lib/ExtUtils/MM_Unix.pm
2e2b7522
GS
18689____________________________________________________________________________
18690[ 1849] By: gsar on 1998/09/23 10:29:04
99ed61e6
GS
18691 Log: From: Charles Bailey <BAILEY@newman.upenn.edu>
18692 Date: Sat, 12 Sep 1998 19:25:32 -0400 (EDT)
18693 Message-id: <01J1QBJUAY1I002KOW@cor.newman.upenn.edu>
18694 Subject: Re: extralibs.ld problem in MM_VMS.pm
18695 Branch: perl
18696 ! lib/ExtUtils/MM_VMS.pm
2e2b7522
GS
18697____________________________________________________________________________
18698[ 1848] By: gsar on 1998/09/23 10:25:24
99ed61e6
GS
18699 Log: From: Roderick Schertler <roderick@argon.org>
18700 Date: 11 Sep 1998 16:19:21 -0400
18701 Message-ID: <pzyarqpfli.fsf@eeyore.ibcinc.com>
18702 Subject: Re: Open2 and memory leaks
18703 Branch: perl
18704 ! lib/IPC/Open3.pm
2e2b7522
GS
18705____________________________________________________________________________
18706[ 1847] By: gsar on 1998/09/23 10:18:31
99ed61e6
GS
18707 Log: From: Roderick Schertler <roderick@argon.org>
18708 Date: Wed, 09 Sep 1998 23:52:48 -0400
18709 Message-ID: <20567.905399568@eeyore.ibcinc.com>
18710 Subject: seed srand from /dev/urandom when possible
18711 Branch: perl
18712 ! pod/perlfunc.pod pp.c
2e2b7522
GS
18713____________________________________________________________________________
18714[ 1846] By: gsar on 1998/09/23 10:12:22
99ed61e6
GS
18715 Log: From: Roderick Schertler <roderick@argon.org>
18716 Date: Thu, 10 Sep 1998 00:32:17 -0400
18717 Message-ID: <21142.905401937@eeyore.ibcinc.com>
18718 Subject: doc update for crypt()'s salt
18719 Branch: perl
18720 ! pod/perlfunc.pod
2e2b7522
GS
18721____________________________________________________________________________
18722[ 1845] By: gsar on 1998/09/23 10:09:23
99ed61e6
GS
18723 Log: fix h2ph handling of C<#error "foo">
18724 From: SAKAI Kiyotaka <ksakai@netwk.ntt-at.co.jp>
18725 Date: Thu, 10 Sep 1998 09:59:33 +0900
18726 Message-Id: <19980910095933N.ksakai@netwk.ntt-at.co.jp>
18727 Subject: [5.005_02] h2ph problem
18728 Branch: perl
18729 ! utils/h2ph.PL
2e2b7522
GS
18730____________________________________________________________________________
18731[ 1844] By: gsar on 1998/09/23 10:06:13
99ed61e6
GS
18732 Log: plug strictly private function leaks in API listing
18733 Branch: perl
18734 ! pod/perlguts.pod
2e2b7522
GS
18735____________________________________________________________________________
18736[ 1843] By: gsar on 1998/09/23 10:02:57
99ed61e6
GS
18737 Log: hide symbol for static build
18738 From: Dominic Dunlop <domo@vo.lu>
18739 Date: Tue, 8 Sep 1998 21:40:46 +0000
18740 Message-Id: <v03110700b21b52db318d@[212.24.192.111]>
18741 Subject: Not OK: perl 5.00551 on powerpc-machten 4.1.1 [PATCH]
18742 Branch: perl
18743 ! regcomp.c
2e2b7522
GS
18744____________________________________________________________________________
18745[ 1842] By: gsar on 1998/09/23 09:52:46
99ed61e6
GS
18746 Log: define PUT_svindex(), PUT_opindex()
18747 Branch: perl
18748 ! ext/B/B/Assembler.pm
2e2b7522
GS
18749____________________________________________________________________________
18750[ 1841] By: gsar on 1998/09/23 09:44:25
99ed61e6
GS
18751 Log: From: Dominic Dunlop <domo@vo.lu>
18752 Date: Tue, 8 Sep 1998 15:34:53 +0000
18753 Message-Id: <v03110701b21afbdc7cfb@[212.24.192.76]>
18754 Subject: [PATCH 5.005_51] Eliminate pragma/warn-regexec test dependence on REG_INFTY value
18755 Branch: perl
18756 ! t/pragma/warn/regexec
2e2b7522
GS
18757____________________________________________________________________________
18758[ 1840] By: gsar on 1998/09/23 09:42:17
99ed61e6
GS
18759 Log: pl2bat tweak from Tye McQueen <tye@metronet.com>
18760 Branch: perl
18761 ! win32/bin/pl2bat.pl
2e2b7522
GS
18762____________________________________________________________________________
18763[ 1839] By: gsar on 1998/09/23 09:38:18
99ed61e6
GS
18764 Log: From: Drago Goricanec <drago@raptor.otsd.ts.fujitsu.co.jp>
18765 Date: Mon, 7 Sep 1998 17:36:09 +0900
18766 Message-Id: <199809070836.RAA14631@raptor.otsd.ts.fujitsu.co.jp>
18767 Subject: Thread::cond_wait bug in 5.005.51 causes deadlock
18768 Branch: perl
18769 ! ext/Thread/Thread.xs
2e2b7522
GS
18770____________________________________________________________________________
18771[ 1838] By: gsar on 1998/09/23 09:21:11
99ed61e6
GS
18772 Log: From: "Green, Paul" <pgreen@seussnt.stratus.com>
18773 Date: Thu, 10 Sep 1998 00:02:07 -0400
18774 Message-ID: <646CD0392810D211B04A00A024BF26FB1022EB@terminator.sw.stratus.com>
18775 Subject: RE: [PATCH] 5.005_02 and 5.005_51: Stratus VOS port
18776 Branch: perl
18777 + README.vos vos/Changes vos/build.cm vos/compile_perl.cm
18778 + vos/config.h vos/config_h.SH_orig vos/perl.bind
18779 + vos/test_vos_dummies.c vos/vos_dummies.c vos/vosish.h
18780 ! MANIFEST perl.c perl.h pod/perlport.pod
2e2b7522
GS
18781____________________________________________________________________________
18782[ 1837] By: gsar on 1998/09/23 08:45:58
99ed61e6
GS
18783 Log: (via private mail)
18784 From: Charles Bailey <BAILEY@newman.upenn.edu>
18785 Date: Sat, 05 Sep 1998 01:23:58 -0400 (EDT)
18786 Message-id: <01J1FH7R43NS002F14@cor.newman.upenn.edu>
18787 Subject: [Patch 5.005_02] Miscellaneous VMS cleanup
18788 Branch: perl
18789 ! Changes Changes5.005 README.vms ext/DynaLoader/dl_vms.xs
18790 ! lib/Cwd.pm lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MakeMaker.pm
18791 ! lib/ExtUtils/Mksymlists.pm lib/File/Copy.pm lib/File/Path.pm
18792 ! lib/File/Spec.pm pod/perldiag.pod pod/perlfaq1.pod
18793 ! pod/perlport.pod pod/perlrun.pod vms/ext/DCLsym/0README.txt
18794 ! vms/ext/DCLsym/DCLsym.pm vms/ext/DCLsym/DCLsym.xs
18795 ! vms/ext/Filespec.pm vms/ext/XSSymSet.pm vms/gen_shrfls.pl
18796 ! vms/mms2make.pl vms/perly_c.vms vms/sockadapt.c
18797 ! vms/sockadapt.h vms/test.com vms/vms.c vms/vms_yfix.pl
18798 ! vms/writemain.pl
2e2b7522
GS
18799____________________________________________________________________________
18800[ 1836] By: gsar on 1998/09/23 08:17:42
99ed61e6
GS
18801 Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
18802 Date: Sat, 5 Sep 1998 00:14:51 -0400 (EDT)
18803 Message-Id: <199809050414.AAA19801@monk.mps.ohio-state.edu>
18804 Subject: [PATCH 5.005_*] OS/2 spawning typos
18805 Branch: perl
18806 ! os2/os2.c
2e2b7522
GS
18807____________________________________________________________________________
18808[ 1835] By: gsar on 1998/09/23 08:09:55
99ed61e6
GS
18809 Log: warn on C<my($foo,$foo)>
18810 Branch: perl
18811 ! op.c pod/perldiag.pod
2e2b7522
GS
18812____________________________________________________________________________
18813[ 1834] By: gsar on 1998/09/23 07:35:56
99ed61e6
GS
18814 Log: From: pvhp@forte.com (Peter Prymmer)
18815 Date: Fri, 4 Sep 98 13:27:41 PDT
18816 Message-Id: <9809042027.AA04463@forte.com>
18817 Subject: [PATCH 5.005_02 && 5.005_51] general updates to README.vms
18818 Branch: perl
18819 ! README.vms
2e2b7522
GS
18820____________________________________________________________________________
18821[ 1833] By: gsar on 1998/09/23 07:27:34
99ed61e6
GS
18822 Log: From: Jeff Okamoto <okamoto@xfiles.intercon.hp.com>
18823 Date: Wed, 2 Sep 1998 10:06:49 -0700 (PDT)
18824 Message-Id: <199809021706.KAA26349@xfiles.intercon.hp.com>
18825 Subject: PATCH: 5.005_02 hint/hpux.sh
18826 Branch: perl
18827 ! hints/hpux.sh
2e2b7522
GS
18828____________________________________________________________________________
18829[ 1832] By: gsar on 1998/09/23 07:22:40
99ed61e6
GS
18830 Log: fix (some) installhtml bugs
18831 From: Larry Parmelee <parmelee@CS.Cornell.EDU>
18832 Date: Tue, 1 Sep 1998 12:43:40 -0400 (EDT)
18833 Message-Id: <199809011643.MAA05702@sundown.cs.cornell.edu>
18834 Subject: installhtml script needs work
18835 Branch: perl
18836 ! installhtml
2e2b7522
GS
18837____________________________________________________________________________
18838[ 1831] By: gsar on 1998/09/23 07:19:30
99ed61e6
GS
18839 Log: document 'U' magic with examples
18840 From: Alan Burlison <Alan.Burlison@UK.Sun.com>
18841 Date: Tue, 1 Sep 1998 15:54:06 +0100 (BST)
18842 Message-Id: <199809011455.PAA00631@sale-wts>
18843 Subject: Re: Looking for some XS MAGIC examples...
18844 Branch: perl
18845 ! pod/perlguts.pod
2e2b7522
GS
18846____________________________________________________________________________
18847[ 1830] By: gsar on 1998/09/23 07:16:43
99ed61e6
GS
18848 Log: From: pvhp@forte.com (Peter Prymmer)
18849 Date: Mon, 31 Aug 98 17:13:49 PDT
18850 Message-Id: <9809010013.AA06737@forte.com>
18851 Subject: [PATCH: 5.005_02; yet another system configuration tip for OS/390]
18852 Branch: perl
18853 ! README.os390
2e2b7522
GS
18854____________________________________________________________________________
18855[ 1829] By: gsar on 1998/09/23 07:15:08
99ed61e6
GS
18856 Log: fix problematic typecast in filter_del()
18857 From: Mark P Lutz <tecmpl1@triton.ca.boeing.com>
18858 Date: Mon, 31 Aug 1998 21:13:11 GMT
18859 Message-Id: <199808312113.VAA53356@triton.ca.boeing.com>
18860 Subject: perl5.005_02 does not build on Cray T90
18861 Branch: perl
18862 ! toke.c
2e2b7522
GS
18863____________________________________________________________________________
18864[ 1828] By: gsar on 1998/09/23 07:11:34
99ed61e6
GS
18865 Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
18866 Date: Mon, 31 Aug 1998 14:52:10 -0400 (EDT)
18867 Message-Id: <199808311852.OAA24676@monk.mps.ohio-state.edu>
18868 Subject: [PATCH 5.005_5*] (?>) broken in RE
18869 Branch: perl
18870 ! regexec.c t/op/re_tests
2e2b7522
GS
18871____________________________________________________________________________
18872[ 1827] By: gsar on 1998/09/23 07:09:50
99ed61e6
GS
18873 Log: U/WIN testsuite patches from Joe Buehler <jhpb@hekimian.com>
18874 Branch: perl
18875 ! t/op/grent.t t/op/groups.t
2e2b7522
GS
18876____________________________________________________________________________
18877[ 1826] By: gsar on 1998/09/23 07:03:16
99ed61e6
GS
18878 Log: From: Jarkko Hietaniemi <jhi@iki.fi>
18879 Date: Wed, 12 Aug 1998 22:41:37 +0300 (EET DST)
18880 Message-Id: <199808121941.WAA06263@alpha.hut.fi>
18881 Subject: [PATCH] 5.004_50 or 5.005_02: get rid of interp.sym because not even AIX needs it
18882 Branch: perl
18883 - interp.sym
18884 ! MANIFEST Makefile.SH embed.pl perl_exp.SH
2e2b7522
GS
18885____________________________________________________________________________
18886[ 1825] By: gsar on 1998/09/23 06:56:40
99ed61e6
GS
18887 Log: re-introduce change#1703
18888 Branch: perl
18889 ! ext/re/re.pm pod/perlre.pod regcomp.c regexec.c thrdvar.h
2e2b7522
GS
18890____________________________________________________________________________
18891[ 1824] By: gsar on 1998/09/23 06:44:19
99ed61e6
GS
18892 Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
18893 Date: Sat, 29 Aug 1998 17:38:30 -0400 (EDT)
18894 Message-Id: <199808292138.RAA18359@monk.mps.ohio-state.edu>
18895 Subject: [PATCH 5.005_*] Protect debugger from nonlocal exits
18896 Branch: perl
18897 ! lib/perl5db.pl
2e2b7522
GS
18898____________________________________________________________________________
18899[ 1823] By: gsar on 1998/09/23 06:41:34
18900 Log: From: Joe Buehler <jhpb@hekimian.com>
18901 Date: 29 Aug 1998 17:13:28 -0400
18902 Message-ID: <yd37lzro5jb.fsf@pandora.hekimian.com>
18903 Subject: patches for perl 5.005_51 under U/WIN
18904 Branch: perl
18905 + hints/uwin.sh
18906 ! Configure installman lib/ExtUtils/MM_Unix.pm makedepend.SH
18907 ! t/lib/posix.t
18908____________________________________________________________________________
18909[ 1822] By: gsar on 1998/09/23 06:36:59
18910 Log: add missing C<no utf8;> tweak from Larry
18911 Branch: perl
18912 ! t/op/subst.t
18913____________________________________________________________________________
18914[ 1821] By: gsar on 1998/09/23 06:27:51
18915 Log: s/runops/CALLRUNOPS/
18916 Branch: perl
18917 ! cc_runtime.h
18918____________________________________________________________________________
18919[ 1820] By: gsar on 1998/09/23 06:24:49
18920 Log: rename t/pragma/warn-* to t/pragma/warn/*, be 8.3-friendly
18921 Branch: perl
18922 +> t/pragma/warn/1global t/pragma/warn/2use t/pragma/warn/3both
18923 +> t/pragma/warn/4lint t/pragma/warn/5nolint t/pragma/warn/doio
18924 +> t/pragma/warn/gv t/pragma/warn/mg t/pragma/warn/op
18925 +> t/pragma/warn/perl t/pragma/warn/perly t/pragma/warn/pp
18926 +> t/pragma/warn/pp_ctl t/pragma/warn/pp_hot t/pragma/warn/pp_sys
18927 +> t/pragma/warn/regcomp t/pragma/warn/regexec t/pragma/warn/sv
18928 +> t/pragma/warn/taint t/pragma/warn/toke t/pragma/warn/universal
18929 +> t/pragma/warn/util
18930 - t/pragma/warn-1global t/pragma/warn-2use t/pragma/warn-3both
18931 - t/pragma/warn-4lint t/pragma/warn-5nolint t/pragma/warn-doio
18932 - t/pragma/warn-gv t/pragma/warn-mg t/pragma/warn-op
18933 - t/pragma/warn-perl t/pragma/warn-perly t/pragma/warn-pp
18934 - t/pragma/warn-pp_ctl t/pragma/warn-pp_hot t/pragma/warn-pp_sys
18935 - t/pragma/warn-regcomp t/pragma/warn-regexec t/pragma/warn-sv
18936 - t/pragma/warn-taint t/pragma/warn-toke t/pragma/warn-universal
18937 - t/pragma/warn-util
18938 ! MANIFEST t/pragma/warning.t
18939____________________________________________________________________________
18940[ 1819] By: gsar on 1998/09/23 06:08:46
18941 Log: make \(%foo) return refs to values (not copies of values)
18942 From: Stephen McCamant <smccam@uclink4.berkeley.edu>
18943 Date: Fri, 28 Aug 1998 20:46:10 -0700 (PDT)
18944 Message-ID: <13799.30680.47765.352558@fre-76-120.reshall.berkeley.edu>
18945 --
18946 From: Roderick Schertler <roderick@argon.org>
18947 Date: Sat, 29 Aug 1998 00:58:33 -0400
18948 Message-ID: <29894.904366713@eeyore.ibcinc.com>
18949 Subject: Re: \(%x) problems
18950 Branch: perl
18951 ! doop.c pod/perlref.pod
18952____________________________________________________________________________
18953[ 1818] By: gsar on 1998/09/23 06:05:08
18954 Log: make h2xs generate ANSI prototypes
18955 Branch: perl
18956 ! utils/h2xs.PL
18957____________________________________________________________________________
18958[ 1817] By: gsar on 1998/09/23 05:57:16
18959 Log: updated usethreads hints for hpux 10.X
18960 From: Matthew T Harden <mthard@mthard1.monsanto.com>
18961 Date: Fri, 28 Aug 1998 14:10:42 GMT
18962 Message-Id: <199808281410.AA11058@mthard1.monsanto.com>
18963 Subject: Re: OK: perl 5.00502 on PA-RISC1.1-thread 10.20 (UNINSTALLED)
18964 Branch: perl
18965 ! hints/hpux.sh perl.h
18966____________________________________________________________________________
18967[ 1816] By: gsar on 1998/09/23 05:53:31
18968 Log: don't create empty directories in installperl
18969 From: Robin Barker <rmb1@cise.npl.co.uk>
18970 Date: Fri, 21 Aug 1998 11:29:24 +0100 (BST)
18971 Message-Id: <199808211029.LAA00551@cyclone.cise.npl.co.uk>
18972 Subject: [PATCH 5.005_02] install: empty dirs
18973 Branch: perl
18974 ! installperl
18975____________________________________________________________________________
18976[ 1815] By: gsar on 1998/09/23 05:50:36
18977 Log: make behavior of /(a{3})+/ like /(aaa)+/ w.r.t where it matches
18978 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
18979 Date: Fri, 21 Aug 1998 05:41:02 -0400 (EDT)
18980 Message-Id: <199808210941.FAA16467@monk.mps.ohio-state.edu>
18981 Subject: Re: your mail
18982 Branch: perl
18983 ! regexec.c t/op/re_tests
18984____________________________________________________________________________
18985[ 1814] By: gsar on 1998/09/23 05:45:17
18986 Log: From: "Kurt D. Starsinic" <kstar@chapin.edu>
18987 Date: Thu, 20 Aug 1998 20:59:03 -0400
18988 Message-ID: <19980820205903.A12908@O2.chapin.edu>
18989 Subject: [PATCH] h2ph misquotes #error directives
18990 Branch: perl
18991 ! t/lib/h2ph.pht utils/h2ph.PL
18992____________________________________________________________________________
18993[ 1813] By: gsar on 1998/09/23 05:42:41
18994 Log: patch to support computed regular subexpressions
18995 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
18996 Date: Thu, 20 Aug 1998 15:19:50 -0400 (EDT)
18997 Message-Id: <199808201919.PAA04692@monk.mps.ohio-state.edu>
18998 Subject: [5.005_5* PATCH] Postponed RE - now!
18999 Branch: perl
19000 ! embedvar.h objXSUB.h pod/perlre.pod regcomp.c regexec.c
19001 ! t/op/pat.t t/op/re_tests thrdvar.h toke.c
19002____________________________________________________________________________
19003[ 1812] By: gsar on 1998/09/23 05:26:26
19004 Log: better CR-handling on shebang line and in formats (fixed variant of
19005 patch suggested by Igor Sysoev <igor@nitek.ru>)
19006 Branch: perl
19007 ! perl.c toke.c
19008____________________________________________________________________________
19009[ 1811] By: gsar on 1998/09/23 04:35:46
19010 Log: document non-loopish blocks better
19011 From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
19012 Date: Tue, 18 Aug 1998 12:28:36 +0100
19013 Message-Id: <E0z8jwK-00057Z-00@ursa.cus.cam.ac.uk>
19014 Subject: Re: next in do {} while block gives error message
19015 Branch: perl
19016 ! pod/perlfunc.pod
19017____________________________________________________________________________
19018[ 1810] By: gsar on 1998/09/23 04:12:05
19019 Log: fix bogus integerization of pop()'s return value
19020 From: Gurusamy Sarathy <gsar@engin.umich.edu>
19021 Date: Sat, 15 Aug 1998 23:27:54 -0400
19022 Message-Id: <199808160327.XAA05186@aatma.engin.umich.edu>
19023 Subject: Re: Complex expression does integer arithmetic
19024 Branch: perl
19025 ! opcode.h opcode.pl
19026____________________________________________________________________________
19027[ 1809] By: gsar on 1998/09/23 04:09:43
19028 Log: tweak README.win32
19029 Branch: perl
19030 ! README.win32
19031____________________________________________________________________________
19032[ 1808] By: gsar on 1998/09/23 03:40:57
19033 Log: better diagnostic for do{} used as lvalue
19034 Branch: perl
19035 ! op.c pod/perlport.pod
19036____________________________________________________________________________
19037[ 1807] By: gsar on 1998/09/23 03:38:30
19038 Log: enable PERL_SBRK_VIA_MALLOC on OPENSTEP-Mach
19039 From: hansm@icgroup.nl
19040 Date: Tue, 11 Aug 98 21:08:51 +0200
19041 Message-Id: <9808111907.AA21903@icgned.icgroup.nl>
19042 Subject: Not OK: perl 5.00551 on OPENSTEP-Mach 4_1 (UNINSTALLED)
19043 Branch: perl
19044 ! malloc.c
19045____________________________________________________________________________
19046[ 1806] By: gsar on 1998/09/23 03:36:08
19047 Log: support make written in perl (aka "pmake") on win32
19048 Branch: perl
19049 ! lib/ExtUtils/MM_Win32.pm
19050____________________________________________________________________________
19051[ 1805] By: gsar on 1998/09/23 03:30:07
19052 Log: fix mismatched UV/U32 types for to_utf8_*()
19053 Branch: perl
19054 ! utf8.c
19055____________________________________________________________________________
19056[ 1804] By: gsar on 1998/09/23 03:22:22
19057 Log: From: Laszlo Molnar <molnarl@cdata.tvnet.hu>
19058 Date: Sun, 9 Aug 1998 22:38:23 +0200
19059 Message-ID: <19980809223823.A215@cdata.tvnet.hu>
19060 Subject: [PATCH 5.5002] dos-djgpp update
19061 Branch: perl
19062 ! t/io/fs.t
19063____________________________________________________________________________
19064[ 1803] By: gsar on 1998/09/23 03:20:13
19065 Log: apply minimal variant of patch (sent via private mail)
19066 From: jarkko.hietaniemi@research.nokia.com (Jarkko Hietaniemi)
19067 Date: Wed, 12 Aug 1998 15:42:35 +0300
19068 Message-Id: <199808121242.PAA29761@comanche.spices>
19069 Subject: [PATCH] 5.004_02 or 5.005_51: fix regexp and tr character ranges in non-ASCII lands
19070 Branch: perl
19071 ! MANIFEST perl.h pod/perllocale.pod pod/perlop.pod
19072 ! pod/perlre.pod regcomp.c t/pragma/locale.t toke.c
19073____________________________________________________________________________
19074[ 1802] By: gsar on 1998/09/23 03:03:39
19075 Log: adjust searchdict.t for EBCDIC (still needs documenting)
19076 From: pvhp@forte.com (Peter Prymmer)
19077 Date: Thu, 6 Aug 98 18:09:39 PDT
19078 Message-Id: <9808070109.AA06158@forte.com>
19079 Subject: [PATCH 5.005_02-TRIAL2] potential modification to t/lib/searchdict.t
19080 Branch: perl
19081 ! README.os390 t/lib/searchdict.t
19082____________________________________________________________________________
19083[ 1801] By: gsar on 1998/09/23 02:54:15
19084 Log: silence redefined warning for XS(INIT) {}
19085 Branch: perl
19086 ! op.c
19087____________________________________________________________________________
19088[ 1800] By: gsar on 1998/09/23 02:42:23
19089 Log: support match indices via special variables @- and @+
19090 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
19091 Date: Tue, 21 Jul 1998 23:00:35 -0400 (EDT)
19092 Message-Id: <199807220300.XAA16081@monk.mps.ohio-state.edu>
19093 Subject: [PATCH 5.004_76] @- and @+
19094 Branch: perl
19095 ! av.c embed.h global.sym gv.c mg.c objXSUB.h objpp.h perl.h
19096 ! pod/perlvar.pod proto.h regnodes.h sv.c t/op/pat.t toke.c
19097____________________________________________________________________________
19098[ 1799] By: gsar on 1998/09/23 01:44:31
19099 Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
19100 Date: Tue, 11 Aug 1998 18:43:29 -0400 (EDT)
19101 Message-Id: <199808112243.SAA14243@monk.mps.ohio-state.edu>
19102 Subject: Re: Segmentation fault for /a*abc?xyz+pqr{3}ab{2,}xy{4,5}pq{0,6}AB{0,}zz/
19103 Branch: perl
19104 ! regcomp.c t/op/re_tests
19105____________________________________________________________________________
19106[ 1798] By: gsar on 1998/09/23 01:39:23
19107 Log: integrate maint-5.005 changes (except conflicting change#1794)
19108 Branch: perl
19109 ! Changes
19110 !> objXSUB.h op.c pod/perlfunc.pod pp.c regcomp.c t/op/re_tests
19111 !> toke.c util.c win32/config.bc win32/config.gc win32/config.vc
19112 !> win32/win32.h
19113____________________________________________________________________________
19114[ 1797] By: gsar on 1998/09/23 01:32:36
19115 Log: add note to win32/Makefile about setting CCHOME
19116 Branch: perl
19117 ! win32/Makefile win32/makefile.mk
19118____________________________________________________________________________
19119[ 1796] By: gsar on 1998/09/23 01:31:32
19120 Log: perl.pod tweak
19121 Branch: perl
19122 ! pod/perl.pod
19123____________________________________________________________________________
19124[ 1795] By: gsar on 1998/09/21 20:34:10
19125 Log: make xsubpp generate well-formed code with CAPI && !PERL_OBJECT
19126 Branch: perl
19127 ! lib/ExtUtils/xsubpp
19128____________________________________________________________________________
19129[ 1789] By: gsar on 1998/09/18 18:01:37
19130 Log: delay freeing itervar so C<for $i (@a) { return($i) }> works
19131 Branch: perl
19132 ! cop.h t/cmd/for.t
19133____________________________________________________________________________
19134[ 1788] By: gsar on 1998/09/17 02:19:11
19135 Log: resync win32/config.?c with Porting/config.sh to pick up apiversion
19136 Branch: perl
19137 ! win32/config.bc win32/config.gc win32/config.vc
19138____________________________________________________________________________
19139[ 1787] By: gsar on 1998/09/17 01:45:14
19140 Log: suppress bogus warning on C<sub x {} x()>
19141 Branch: perl
19142 ! toke.c
19143____________________________________________________________________________
19144[ 1786] By: gsar on 1998/09/17 01:42:51
19145 Log: ntohl typo in objXSUB.h
19146 Branch: perl
19147 ! objXSUB.h
19148____________________________________________________________________________
19149[ 1785] By: gsar on 1998/09/17 01:41:48
19150 Log: fill gaps in sig_* entries in win32/config.?c
19151 Branch: perl
19152 ! win32/config.bc win32/config.gc win32/config.vc
19153____________________________________________________________________________
19154[ 1781] By: larry on 1998/09/05 23:48:24
19155 Log: tr/// logic was hosed under utf8
19156 Branch: perl
19157 ! doop.c op.c op.h pp.c proto.h
19158____________________________________________________________________________
19159[ 1780] By: larry on 1998/09/05 23:44:16
19160 Log: several new tests needed tweaking to work under utf8
19161 Branch: perl
19162 ! t/comp/require.t t/op/pack.t t/op/substr.t
19163____________________________________________________________________________
19164[ 1779] By: larry on 1998/09/05 23:41:42
19165 Log: index() applied BM optimization to wrong argument
19166 Branch: perl
19167 ! op.c util.c
19168____________________________________________________________________________
19169[ 1778] By: larry on 1998/09/05 23:38:29
19170 Log: Implicit require during compile reset line numbering
19171 Branch: perl
19172 ! pp_ctl.c
19173
19174----------------
19175Version 5.005_51
599cee73
PM
19176----------------
19177
19178____________________________________________________________________________
2b336d57
GS
19179[ 1777] By: gsar on 1998/08/10 07:02:38
19180 Log: various tweaks: fix signed vs. unsigned problems that prevented C++
19181 builds; add sundry PERL_OBJECT scaffolding to get it to build; fix
19182 lexical warning testsuite for win32
19183 Branch: perl
19184 ! Changes doop.c embed.h global.sym objXSUB.h objpp.h op.c
19185 ! pod/perlhist.pod pp.c pp_hot.c proto.h regcomp.c regexec.c
19186 ! sv.c t/pragma/warn-doio t/pragma/warn-mg t/pragma/warn-op
19187 ! t/pragma/warn-regexec toke.c utf8.c win32/GenCAPI.pl
87de1672
GS
19188 ! win32/Makefile win32/makefile.mk
19189____________________________________________________________________________
dfe13c55
GS
19190[ 1776] By: gsar on 1998/08/09 17:53:48
19191 Log: fix coredump with MULTIPLICITY (ckWARN() needs early curcop init)
19192 Branch: perl
19193 ! Changes MANIFEST perl.c pod/perlhist.pod
19194____________________________________________________________________________
2aea9f8a
GS
19195[ 1775] By: gsar on 1998/08/09 14:35:33
19196 Log: tweak warning test
19197 Branch: perl
19198 ! t/pragma/warn-toke
19199____________________________________________________________________________
19200[ 1774] By: gsar on 1998/08/09 14:13:46
19201 Log: add missing dTHR; notes for test failures due to small stacksize
19202 Branch: perl
19203 ! doio.c gv.c op.c sv.c t/pragma/warn-mg t/pragma/warn-regexec
19204 ! toke.c universal.c util.c
19205____________________________________________________________________________
19206[ 1773] By: gsar on 1998/08/09 11:31:53
19207 Log: lexical warnings; tweaks to places that didn't apply correctly
19208 From: pmarquess@bfsec.bt.co.uk (Paul Marquess)
19209 Date: Wed, 29 Jul 1998 09:28:45 BST
19210 Message-Id: <9807290828.AA26286@claudius.bfsec.bt.co.uk>
19211 Subject: lexical warnings patch for 5.005_50
19212 Branch: perl
19213 + README.lexwarn lib/warning.pm t/pragma/warn-2use
19214 + t/pragma/warn-3both t/pragma/warn-4lint t/pragma/warn-5nolint
19215 + t/pragma/warn-doio t/pragma/warn-gv t/pragma/warn-mg
19216 + t/pragma/warn-op t/pragma/warn-perl t/pragma/warn-perly
19217 + t/pragma/warn-pp t/pragma/warn-pp_ctl t/pragma/warn-pp_hot
19218 + t/pragma/warn-pp_sys t/pragma/warn-regcomp
19219 + t/pragma/warn-regexec t/pragma/warn-sv t/pragma/warn-taint
19220 + t/pragma/warn-toke t/pragma/warn-universal t/pragma/warn-util
19221 + warning.h warning.pl
19222 ! Changes MANIFEST Makefile.SH cop.h doio.c global.sym gv.c
19223 ! lib/diagnostics.pm mg.c op.c op.h perl.c perl.h pp.c pp_ctl.c
19224 ! pp_hot.c pp_sys.c proto.h regcomp.c regexec.c sv.c t/op/tie.t
19225 ! t/pragma/warn-1global t/pragma/warning.t taint.c toke.c
19226 ! universal.c util.c
19227____________________________________________________________________________
599cee73
PM
19228[ 1772] By: gsar on 1998/08/08 23:06:00
19229 Log: bump patchlevel to 5.005_51
19230 Branch: perl
19231 ! patchlevel.h win32/Makefile win32/config_H.bc
19232 ! win32/config_H.gc win32/config_H.vc win32/makefile.mk
19233____________________________________________________________________________
19234[ 1771] By: gsar on 1998/08/08 23:01:57
19235 Log: fix bogus warning on "\x{123}"
19236 From: pmarquess@claudius.bfsec.bt.co.uk (Paul Marquess)
19237 Date: Mon, 27 Jul 1998 06:16:15 +0100 (BST)
19238 Message-Id: <9807270534.AA11102@claudius.bfsec.bt.co.uk>
19239 Subject: [5.005_50 PATCH] Some unicode problems
19240 Branch: perl
19241 ! regcomp.c toke.c
19242____________________________________________________________________________
19243[ 1770] By: gsar on 1998/08/08 22:56:55
19244 Log: hide dup symbol for static build of ext/re
19245 From: Dominic Dunlop <domo@ppp72.vo.lu>
19246 Date: Wed, 29 Jul 1998 11:09:56 +0100 (WET DST)
19247 Message-Id: <199807291009.LAA08935@ppp72.vo.lu>
19248 Subject: Not OK: perl 5.00550 on powerpc-machten 4.1 [BOGUS PATCH]
19249 Branch: perl
19250 ! regcomp.c
19251____________________________________________________________________________
19252[ 1769] By: gsar on 1998/08/08 22:45:06
19253 Log: fix double free on -Mutf8 -e '$b=uc("")'
19254 From: larry@wall.org (Larry Wall)
19255 Date: Fri, 7 Aug 1998 14:42:43 -0700
19256 Message-Id: <199808072142.OAA14920@wall.org>
19257 Subject: [PATCH 5.005_50]: uc("") and lc("") under utf8 fails
19258 Branch: perl
19259 ! pp.c
19260____________________________________________________________________________
19261[ 1768] By: gsar on 1998/08/08 22:42:29
19262 Log: substr() assumes utf8 without say-so
19263 From: larry@wall.org (Larry Wall)
19264 Date: Fri, 7 Aug 1998 12:25:12 -0700
19265 Message-Id: <199808071925.MAA13436@wall.org>
19266 Subject: [PATCH 5.005_50] substr bug?
19267 Branch: perl
19268 ! pp.c
19269____________________________________________________________________________
19270[ 1767] By: gsar on 1998/08/08 22:38:25
19271 Log: fix intolerance of SWASHes for blank lines
19272 From: Gisle Aas <aas@sn.no>
19273 Date: 06 Aug 1998 23:28:57 +0200
19274 Message-ID: <m3emutkdeu.fsf@furu.g.aas.no>
19275 Subject: Re: Re[2]: another joyride begins
19276 Branch: perl
19277 ! lib/utf8_heavy.pl
19278____________________________________________________________________________
19279[ 1766] By: gsar on 1998/08/08 22:33:10
19280 Log: utf8 doc tweak
19281 From: Gisle Aas <aas@sn.no>
19282 Date: 05 Aug 1998 00:41:04 +0200
19283 Message-ID: <m3yat4wetb.fsf@furu.g.aas.no>
19284 Subject: Matching clumps
19285 Branch: perl
19286 ! lib/utf8.pm
19287____________________________________________________________________________
19288[ 1765] By: gsar on 1998/08/08 22:31:37
19289 Log: kill bogus warning from -we 'use utf8; $_="\x{FF}"'
19290 From: Gisle Aas <aas@sn.no>
19291 Date: 04 Aug 1998 22:56:11 +0200
19292 Message-ID: <m3yat4sbys.fsf@furu.g.aas.no>
19293 Subject: Re: another joyride begins
19294 Branch: perl
19295 ! lib/utf8_heavy.pl
19296____________________________________________________________________________
19297[ 1764] By: gsar on 1998/08/08 22:28:43
19298 Log: From: larry@wall.org (Larry Wall)
19299 Date: Tue, 4 Aug 1998 17:04:51 -0700
19300 Message-Id: <199808050004.RAA22592@wall.org>
19301 Subject: [PATCH 5.005_50] \pX not implemented!
19302 Branch: perl
19303 ! regcomp.c
19304____________________________________________________________________________
19305[ 1763] By: gsar on 1998/08/08 22:27:15
19306 Log: From: Stephen McCamant <alias@mcs.com>
19307 Date: Sun, 2 Aug 1998 16:33:18 -0500 (CDT)
19308 Message-ID: <13764.55116.921952.837027@alias-2.pr.mcs.net>
19309 Subject: [PATCH] Eliminate superfluous RV2p[AH]Vs in oops[AH]V()
19310 Branch: perl
19311 ! op.c
19312____________________________________________________________________________
19313[ 1762] By: gsar on 1998/08/08 22:26:09
19314 Log: From: Jarkko Hietaniemi <jhi@iki.fi>
19315 Date: Sun, 2 Aug 1998 22:05:28 +0300 (EET DST)
19316 Message-Id: <199808021905.WAA10592@alpha.hut.fi>
19317 Subject: [PATCH] 5.005_02-TRIAL1 or 5.004_05-MAINT_TRIAL_5: t/op/{pw,gr}ent.t
19318 Branch: perl
19319 + t/op/grent.t t/op/pwent.t
19320 ! MANIFEST
19321____________________________________________________________________________
19322[ 1761] By: gsar on 1998/08/08 22:21:52
19323 Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
19324 Date: Thu, 30 Jul 1998 19:23:56 -0400 (EDT)
19325 Message-Id: <199807302323.TAA21175@monk.mps.ohio-state.edu>
19326 Subject: [5.005_50 PATCH] misprint in RE engine
19327 Branch: perl
19328 ! regexec.c t/op/re_tests
19329____________________________________________________________________________
19330[ 1760] By: gsar on 1998/08/08 22:18:54
19331 Log: integrate maint-5.005 changes into mainline
19332 Branch: perl
19333 +> Porting/fixCORE README.os390 ebcdic.c win32/des_fcrypt.patch
19334 !> (integrate 138 files)
19335____________________________________________________________________________
19336[ 1672] By: gsar on 1998/07/27 18:35:28
19337 Log: create new Changes
19338 Branch: perl
19339 + Changes
19340 ! Changes5.005 MANIFEST
19341____________________________________________________________________________
19342[ 1671] By: gsar on 1998/07/27 18:30:57
19343 Log: rename Changes --> Changes5.005
19344 Branch: perl
19345 +> Changes5.005
19346 - Changes
19347____________________________________________________________________________
19348[ 1670] By: gsar on 1998/07/27 18:10:14
19349 Log: integrate 5.005_01 changes from maint
19350 Branch: perl
19351 ! Changes
19352 !> README.win32 pod/perldelta.pod proto.h toke.c win32/GenCAPI.pl
19353 !> win32/win32.c
19354____________________________________________________________________________
19355[ 1667] By: nick on 1998/07/26 14:31:01
19356 Log: Add dTHR so that it compiles miniperl in threaded mode
19357 Branch: perl
19358 ! doop.c mg.c regcomp.c regexec.c
19359____________________________________________________________________________
19360[ 1666] By: nick on 1998/07/26 13:01:10
19361 Log: Resolve ansiperl against mainline (@1648?)
19362 Unclear that change number has "taken".
19363 Branch: ansiperl
19364 +> (branch 169 files)
19365 - ObjXSub.h XSLock.h compat3.sym fixvars pod/perld4.pod
19366 !> (integrate 131 files)
19367
19368----------------
19369Version 5.005_50
527cc686
GS
19370----------------
19371
19372____________________________________________________________________________
19373[ 1665] By: gsar on 1998/07/26 05:38:48
19374 Log: add trailing newline to file
19375 Branch: perl
19376 ! Changes lib/unicode/blocks.txt
19377____________________________________________________________________________
19378[ 1664] By: gsar on 1998/07/26 05:08:48
19379 Log: integrate proto.h additions from maint-5.005
19380 Branch: perl
19381 !> pod/perlhist.pod proto.h
19382____________________________________________________________________________
19383[ 1663] By: gsar on 1998/07/26 05:07:05
19384 Log: add new files to MANIFEST; add missing prototypes to proto.h;
19385 s/PL_utf8skip/utf8skip/ for now, or we end up with Perl_PL_;
19386 add typecasts to silence warnings; tweaks for win32 builds
19387 Branch: perl
19388 ! MANIFEST embed.h global.sym proto.h regexec.c toke.c utf8.h
19389 ! win32/Makefile win32/makefile.mk
19390____________________________________________________________________________
19391[ 1662] By: gsar on 1998/07/26 05:01:52
19392 Log: add missing sv_*_mg() prototypes in proto.h, update perlhist.pod
19393 Branch: maint-5.005/perl
19394 ! pod/perlhist.pod proto.h
19395____________________________________________________________________________
19396[ 1661] By: gsar on 1998/07/26 02:52:48
19397 Log: up patchlevel to 5.005_50
19398 Branch: perl
19399 ! Changes patchlevel.h win32/Makefile win32/config_H.bc
19400 ! win32/config_H.gc win32/config_H.vc win32/makefile.mk
19401____________________________________________________________________________
19402[ 1660] By: gsar on 1998/07/26 02:43:57
19403 Log: integrate utfperl
19404 Branch: perl
19405 +> (branch 162 files)
19406 !> (integrate 29 files)
19407____________________________________________________________________________
19408[ 1659] By: gsar on 1998/07/26 02:38:22
19409 Log: integrate maint-5.005 changes
19410 Branch: perl
19411 !> Changes README.vms djgpp/fixpmain emacs/ptags hints/beos.sh
19412 !> lib/Math/BigInt.pm pod/perldelta.pod pod/perlmodinstall.pod
19413 !> pod/perltoc.pod pp_sys.c t/lib/bigintpm.t
19414 !> vms/descrip_mms.template vms/subconfigure.com
19415____________________________________________________________________________
19416[ 1658] By: gsar on 1998/07/26 02:23:46
19417 Log: VMS patches from Dan Sugalski <sugalskd@osshe.edu>
19418 Date: Fri, 24 Jul 1998 11:38:25 -0700
19419 Message-Id: <3.0.5.32.19980724113825.00a067b0@ous.edu>
19420 Subject: [PATCH 5.005] version number problem with VMS (Corrected)
19421 --
19422 Date: Fri, 24 Jul 1998 12:30:36 -0700
19423 Message-Id: <3.0.5.32.19980724123036.009f0390@ous.edu>
19424 Subject: [PATCH 5.005]Tweaks to README.vms
19425 --
19426 Date: Sat, 25 Jul 1998 17:56:55 -0700 (PDT)
19427 Message-ID: <Pine.GSO.3.96.980725175626.15740D-100000@netserve.ous.edu>
19428 Subject: [PATCH 5.005] Final build cleanup patch
19429 Branch: maint-5.005/perl
19430 ! README.vms vms/descrip_mms.template vms/subconfigure.com
19431____________________________________________________________________________
19432[ 1657] By: gsar on 1998/07/26 02:19:50
19433 Log: another platform where pp_sselect() needs a whole fd_set buffer
19434 From: Lupe Christoph <lupe@alanya.m.isar.de>
19435 Date: Sat, 25 Jul 1998 19:49:33 +0200 (MET DST)
19436 Message-Id: <199807251749.TAA22347@alanya.m.isar.de>
19437 Subject: Patch for Not OK: perl 5.005 on i86pc-solaris-thread 2.6
19438 Branch: maint-5.005/perl
19439 ! pp_sys.c
19440____________________________________________________________________________
19441[ 1656] By: gsar on 1998/07/26 02:12:46
19442 Log: fix problem building modules on dos-djgpp
19443 From: Laszlo Molnar <molnarl@cdata.tvnet.hu>
19444 Date: Sat, 25 Jul 1998 00:53:39 +0200
19445 Message-ID: <19980725005339.C222@cdata.tvnet.hu>
19446 Subject: [PATCH 5.005] dos-djgpp and modules problem
19447 Branch: maint-5.005/perl
19448 ! djgpp/fixpmain
19449____________________________________________________________________________
19450[ 1655] By: gsar on 1998/07/26 02:11:09
19451 Log: From: Tom Spindler <dogcow@home.merit.edu>
19452 Date: Wed, 22 Jul 1998 16:11:07 -0400
19453 Message-ID: <19980722161107.A16813@home.merit.edu>
19454 Subject: [PATCH 5.005] BeOS tweak
19455 Branch: maint-5.005/perl
19456 ! hints/beos.sh
19457____________________________________________________________________________
19458[ 1654] By: gsar on 1998/07/26 02:09:29
19459 Log: various pod tweaks
19460 Branch: maint-5.005/perl
19461 ! Changes pod/perldelta.pod pod/perlmodinstall.pod
19462 ! pod/perltoc.pod
19463____________________________________________________________________________
19464[ 1653] By: gsar on 1998/07/26 02:05:46
19465 Log: fix emacs/ptags for PL_* changes
19466 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
19467 Date: Fri, 24 Jul 1998 03:12:35 -0400 (EDT)
19468 Message-Id: <199807240712.DAA04204@monk.mps.ohio-state.edu>
19469 Subject: [PATCH 5.004_76] Yet better ptags
19470 Branch: maint-5.005/perl
19471 ! emacs/ptags
19472____________________________________________________________________________
19473[ 1652] By: gsar on 1998/07/26 02:03:01
19474 Log: fix behavior of <=> on bigints
19475 From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
19476 Message-Id: <E0yzlfF-0004kz-00@taurus.cus.cam.ac.uk>
19477 Date: Fri, 24 Jul 1998 18:29:53 +0100
19478 Subject: [PATCH] Re: Math::BigInt <=> op is not correct.
19479 Branch: maint-5.005/perl
19480 ! lib/Math/BigInt.pm t/lib/bigintpm.t
19481____________________________________________________________________________
19482[ 1651] By: larry on 1998/07/24 05:44:33
19483 Log: Here are the long-expected Unicode/UTF-8 modifications.
19484 Branch: utfperl
19485 + lib/unicode/ArabLink.pl lib/unicode/ArabLnkGrp.pl
19486 + lib/unicode/Bidirectional.pl lib/unicode/Block.pl
19487 + lib/unicode/Category.pl lib/unicode/CombiningClass.pl
19488 + lib/unicode/Decomposition.pl
19489 + lib/unicode/In/AlphabeticPresentationForms.pl
19490 + lib/unicode/In/Arabic.pl
19491 + lib/unicode/In/ArabicPresentationForms-A.pl
19492 + lib/unicode/In/ArabicPresentationForms-B.pl
19493 + lib/unicode/In/Armenian.pl lib/unicode/In/Arrows.pl
19494 + lib/unicode/In/BasicLatin.pl lib/unicode/In/Bengali.pl
19495 + lib/unicode/In/BlockElements.pl lib/unicode/In/Bopomofo.pl
19496 + lib/unicode/In/BoxDrawing.pl
19497 + lib/unicode/In/CJKCompatibility.pl
19498 + lib/unicode/In/CJKCompatibilityForms.pl
19499 + lib/unicode/In/CJKCompatibilityIdeographs.pl
19500 + lib/unicode/In/CJKSymbolsandPunctuation.pl
19501 + lib/unicode/In/CJKUnifiedIdeographs.pl
19502 + lib/unicode/In/CombiningDiacriticalMarks.pl
19503 + lib/unicode/In/CombiningHalfMarks.pl
19504 + lib/unicode/In/CombiningMarksforSymbols.pl
19505 + lib/unicode/In/ControlPictures.pl
19506 + lib/unicode/In/CurrencySymbols.pl lib/unicode/In/Cyrillic.pl
19507 + lib/unicode/In/Devanagari.pl lib/unicode/In/Dingbats.pl
19508 + lib/unicode/In/EnclosedAlphanumerics.pl
19509 + lib/unicode/In/EnclosedCJKLettersandMonths.pl
19510 + lib/unicode/In/GeneralPunctuation.pl
19511 + lib/unicode/In/GeometricShapes.pl lib/unicode/In/Georgian.pl
19512 + lib/unicode/In/Greek.pl lib/unicode/In/GreekExtended.pl
19513 + lib/unicode/In/Gujarati.pl lib/unicode/In/Gurmukhi.pl
19514 + lib/unicode/In/HalfwidthandFullwidthForms.pl
19515 + lib/unicode/In/HangulCompatibilityJamo.pl
19516 + lib/unicode/In/HangulJamo.pl lib/unicode/In/HangulSyllables.pl
19517 + lib/unicode/In/Hebrew.pl
19518 + lib/unicode/In/HighPrivateUseSurrogates.pl
19519 + lib/unicode/In/HighSurrogates.pl lib/unicode/In/Hiragana.pl
19520 + lib/unicode/In/IPAExtensions.pl lib/unicode/In/Kanbun.pl
19521 + lib/unicode/In/Kannada.pl lib/unicode/In/Katakana.pl
19522 + lib/unicode/In/Lao.pl lib/unicode/In/Latin-1Supplement.pl
19523 + lib/unicode/In/LatinExtended-A.pl
19524 + lib/unicode/In/LatinExtended-B.pl
19525 + lib/unicode/In/LatinExtendedAdditional.pl
19526 + lib/unicode/In/LetterlikeSymbols.pl
19527 + lib/unicode/In/LowSurrogates.pl lib/unicode/In/Malayalam.pl
19528 + lib/unicode/In/MathematicalOperators.pl
19529 + lib/unicode/In/MiscellaneousSymbols.pl
19530 + lib/unicode/In/MiscellaneousTechnical.pl
19531 + lib/unicode/In/NumberForms.pl
19532 + lib/unicode/In/OpticalCharacterRecognition.pl
19533 + lib/unicode/In/Oriya.pl lib/unicode/In/PrivateUse.pl
19534 + lib/unicode/In/SmallFormVariants.pl
19535 + lib/unicode/In/SpacingModifierLetters.pl
19536 + lib/unicode/In/Specials.pl
19537 + lib/unicode/In/SuperscriptsandSubscripts.pl
19538 + lib/unicode/In/Tamil.pl lib/unicode/In/Telugu.pl
19539 + lib/unicode/In/Thai.pl lib/unicode/In/Tibetan.pl
19540 + lib/unicode/Is/Alnum.pl lib/unicode/Is/Alpha.pl
19541 + lib/unicode/Is/BidiAN.pl lib/unicode/Is/BidiB.pl
19542 + lib/unicode/Is/BidiCS.pl lib/unicode/Is/BidiEN.pl
19543 + lib/unicode/Is/BidiES.pl lib/unicode/Is/BidiET.pl
19544 + lib/unicode/Is/BidiL.pl lib/unicode/Is/BidiON.pl
19545 + lib/unicode/Is/BidiR.pl lib/unicode/Is/BidiS.pl
19546 + lib/unicode/Is/BidiWS.pl lib/unicode/Is/C.pl
19547 + lib/unicode/Is/Cc.pl lib/unicode/Is/Cn.pl lib/unicode/Is/Co.pl
19548 + lib/unicode/Is/DCcircle.pl lib/unicode/Is/DCcompat.pl
19549 + lib/unicode/Is/DCfinal.pl lib/unicode/Is/DCfont.pl
19550 + lib/unicode/Is/DCinital.pl lib/unicode/Is/DCinitial.pl
19551 + lib/unicode/Is/DCisolated.pl lib/unicode/Is/DCnarrow.pl
19552 + lib/unicode/Is/DCnoBreak.pl lib/unicode/Is/DCsmall.pl
19553 + lib/unicode/Is/DCsquare.pl lib/unicode/Is/DCsub.pl
19554 + lib/unicode/Is/DCsuper.pl lib/unicode/Is/DCvertical.pl
19555 + lib/unicode/Is/DCwide.pl lib/unicode/Is/DecoCanon.pl
19556 + lib/unicode/Is/DecoCompat.pl lib/unicode/Is/Digit.pl
19557 + lib/unicode/Is/L.pl lib/unicode/Is/Ll.pl lib/unicode/Is/Lm.pl
19558 + lib/unicode/Is/Lo.pl lib/unicode/Is/Lower.pl
19559 + lib/unicode/Is/Lt.pl lib/unicode/Is/Lu.pl lib/unicode/Is/M.pl
19560 + lib/unicode/Is/Mc.pl lib/unicode/Is/Mirrored.pl
19561 + lib/unicode/Is/Mn.pl lib/unicode/Is/N.pl lib/unicode/Is/Nd.pl
19562 + lib/unicode/Is/No.pl lib/unicode/Is/P.pl lib/unicode/Is/Pd.pl
19563 + lib/unicode/Is/Pe.pl lib/unicode/Is/Po.pl
19564 + lib/unicode/Is/Print.pl lib/unicode/Is/Ps.pl
19565 + lib/unicode/Is/S.pl lib/unicode/Is/Sc.pl lib/unicode/Is/Sm.pl
19566 + lib/unicode/Is/So.pl lib/unicode/Is/Space.pl
19567 + lib/unicode/Is/Upper.pl lib/unicode/Is/Z.pl
19568 + lib/unicode/Is/Zl.pl lib/unicode/Is/Zp.pl lib/unicode/Is/Zs.pl
19569 + lib/unicode/JamoShort.pl lib/unicode/Makefile
19570 + lib/unicode/Name.pl lib/unicode/Number.pl
19571 + lib/unicode/To/Digit.pl lib/unicode/To/Lower.pl
19572 + lib/unicode/To/Title.pl lib/unicode/To/Upper.pl
19573 + lib/unicode/UnicodeData-Latest.txt lib/unicode/arabshp.txt
19574 + lib/unicode/blocks.txt lib/unicode/index2.txt
19575 + lib/unicode/jamo2.txt lib/unicode/mktables.PL
19576 + lib/unicode/names2.txt lib/unicode/props2.txt
19577 + lib/unicode/readme.txt lib/utf8.pm lib/utf8_heavy.pl t/UTEST
19578 + utf8.c utf8.h
19579 ! Makefile.SH doop.c embed.h embedvar.h global.sym handy.h mg.c
19580 ! op.c op.h perl.h perlvars.h pod/perlfunc.pod pod/perlop.pod
19581 ! pod/perlre.pod pp.c pp_ctl.c pp_hot.c proto.h regcomp.c
19582 ! regcomp.h regcomp.sym regexec.c regexp.h regnodes.h sv.c
19583 ! t/op/vec.t toke.c util.c vms/vmsish.h
19584____________________________________________________________________________
19585[ 1650] By: gsar on 1998/07/24 04:06:48
19586 Log: create utfperl branch
19587 Branch: utfperl
19588 +> (branch 1079 files)
19589____________________________________________________________________________
19590[ 1649] By: gsar on 1998/07/24 03:56:56
19591 Log: create maint-5.005 branch
19592 Branch: maint-5.005/perl
19593 +> (branch 1079 files)
19594____________________________________________________________________________
19595[ 1648] By: gsar on 1998/07/24 03:36:35
19596 Log: un-checked-in 5.005 Changes (this is 5.005 *exactly*)
19597 Branch: perl
19598 ! Changes
19599