This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
More cleanup cleanup.
[perl5.git] / Changes
CommitLineData
99b32ad1
JH
1Please note: This file provides a complete, temporally ordered log of
2changes that went into every version of Perl. If you'd like more
3detailed information, please consult the comments in the individual
4patches posted to the perl5-porters mailing list. Patches for each
5individual change may also be obtained through ftp and rsync--see
6perlhack.pod for the details.
7
8
5850c7a4 9[The "CAST AND CREW" list has been moved to AUTHORS.]
99b32ad1 10
99b32ad1
JH
11NOTE: Each change entry shows the change number; who checked it into the
12repository; when; description of the change; which branch the change
13happened in; and the affected files. The file lists have a short symbolic
14indicator:
15
16 ! modified
17 + added
18 - deleted
19 +> branched (from elsewhere)
20 !> merged changes (from elsewhere)
21
dd6de302
JH
22The Message-Ids in the change entries refer to the email messages sent
23to the perl5-porters mailing list. You can retrieve the messages for
24example from http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/
99b32ad1 25
0b3b9d72
JH
26This file contains only changes that affect the mainline branch,
27not those that affect the (now decommissioned) cfgperl, or vmsperl,
28or any other branch.
29
99b32ad1 30--------------
51c9377f 31Version v5.7.1 Development release working toward v5.8
99b32ad1 32--------------
365eb269 33____________________________________________________________________________
918522b5
JH
34[ 9741] By: jhi on 2001/04/18 20:23:02
35 Log: Declare hints only if needed.
36 Branch: perl
37 ! ext/B/B/Deparse.pm
38____________________________________________________________________________
39[ 9740] By: jhi on 2001/04/18 19:06:05
40 Log: Workaround for the "\x{12345678}" plus s/(.)/$1/g plus ord/length
41 bug noticed by Robin Houston; basically the code of detecting
42 value wraparound was acting differently under different compilers
43 and platforms. The workaround is to remove the overflow check
44 for now, a real fix would be to do the overflow (portably) right.
45 Branch: perl
46 ! t/op/pat.t utf8.c
47____________________________________________________________________________
48[ 9739] By: jhi on 2001/04/18 19:01:23
49 Log: Subject: [PATCH B::Deparse] some pragma support
50 From: Robin Houston <robin@kitsite.com>
51 Date: Wed, 18 Apr 2001 19:32:12 +0100
52 Message-ID: <20010418193212.A9184@puffinry.freeserve.co.uk>
53 Branch: perl
54 ! ext/B/B/Deparse.pm
55____________________________________________________________________________
56[ 9738] By: jhi on 2001/04/18 15:16:37
57 Log: Subject: [PATCH] Test case for C<undef %File::Glob::>
58 From: Benjamin Sugars <bsugars@canoe.ca>
59 Date: Wed, 18 Apr 2001 10:53:44 -0400 (EDT)
60 Message-ID: <Pine.LNX.4.21.0104181047010.2368-100000@marmot.rim.canoe.ca>
61 Branch: perl
62 ! t/op/glob.t
63____________________________________________________________________________
64[ 9737] By: jhi on 2001/04/18 13:24:50
65 Log: Subject: [PATCH] XS::Typemap - T_OPAQUE
66 From: Tim Jenness <t.jenness@jach.hawaii.edu>
67 Date: Tue, 17 Apr 2001 22:49:25 -1000 (HST)
68 Message-ID: <Pine.LNX.4.30.0104172247440.28672-100000@lapaki.jach.hawaii.edu>
69 Branch: perl
70 ! ext/XS/Typemap/Typemap.pm ext/XS/Typemap/Typemap.xs
71 ! ext/XS/Typemap/typemap lib/ExtUtils/typemap t/lib/xs-typemap.t
72____________________________________________________________________________
73[ 9736] By: jhi on 2001/04/18 04:15:14
74 Log: The #9735 also changes the subtest 12.
75 Branch: perl
76 ! t/lib/b.t
77____________________________________________________________________________
78[ 9735] By: jhi on 2001/04/18 03:55:17
79 Log: Subject: Deparse.pm of split(" ") decodes as /\s+/ (with PATCH)
80 From: David Dyck <dcd@tc.fluke.com>
81 Date: Tue, 17 Apr 2001 17:12:58 -0700 (PDT)
82 Message-ID: <Pine.LNX.4.33.0104171508210.23062-100000@dd.tc.fluke.com>
83 Branch: perl
84 ! ext/B/B/Deparse.pm
85____________________________________________________________________________
86[ 9734] By: jhi on 2001/04/18 03:54:11
87 Log: Subject: [PATCH] foreach defelem magic should only be applied to PL_sv_undef
88 From: Gisle Aas <gisle@ActiveState.com>
89 Date: 17 Apr 2001 19:06:45 -0700
90 Message-ID: <lrae5f9d1m.fsf@caliper.ActiveState.com>
91 Branch: perl
92 ! pp_hot.c t/op/misc.t
93____________________________________________________________________________
94[ 9733] By: jhi on 2001/04/17 22:25:22
95 Log: Subject: [PATCH: ext/Cwd/Cwd.xs & ext/PerlIO/Scalar/Scalar.xs] Missing prototype behaviour
96 From: "Abigail" <abigail@foad.org>
97 Date: Wed, 18 Apr 2001 01:17:46 +0200
98 Message-ID: <20010417231746.21657.qmail@foad.org>
99 Branch: perl
100 ! ext/Cwd/Cwd.xs ext/PerlIO/Scalar/Scalar.xs
101____________________________________________________________________________
102[ 9732] By: jhi on 2001/04/17 20:47:56
103 Log: Subject: Re: Deparse - parenthesise args to undeclared subs
104 From: Robin Houston <robin@kitsite.com>
105 Date: Tue, 17 Apr 2001 22:37:42 +0100
106 Message-ID: <20010417223742.A6681@puffinry.freeserve.co.uk>
107 Branch: perl
108 ! ext/B/B/Deparse.pm
109____________________________________________________________________________
110[ 9731] By: nick on 2001/04/17 20:46:35
111 Log: Re-sync for t/lib/b.t fix
112 Branch: perlio
113 !> ext/B/B/Deparse.pm t/lib/b.t t/lib/cwd.t
114____________________________________________________________________________
115[ 9730] By: jhi on 2001/04/17 20:45:29
116 Log: Subject: [PATCH B::Deparse] utf8 literal strings (and possibly a unicode/regex bug)
117 From: Robin Houston <robin@kitsite.com>
118 Date: Tue, 17 Apr 2001 22:29:36 +0100
119 Message-ID: <20010417222936.A6644@puffinry.freeserve.co.uk>
120 Branch: perl
121 ! ext/B/B.xs ext/B/B/Deparse.pm
122____________________________________________________________________________
123[ 9729] By: jhi on 2001/04/17 20:43:11
124 Log: Subject: Deparse - parenthesise args to undeclared subs
125 From: Robin Houston <robin@kitsite.com>
126 Date: Tue, 17 Apr 2001 21:31:05 +0100
127 Message-ID: <20010417213104.A6586@puffinry.freeserve.co.uk>
128 Branch: perl
129 ! ext/B/B/Deparse.pm
130____________________________________________________________________________
131[ 9728] By: jhi on 2001/04/17 18:57:30
132 Log: Subject: Re: [PATCH] Fix cwd.t when libpth contains symlinks
133 From: Benjamin Sugars <ben.sugars@home.com>
134 Date: Tue, 17 Apr 2001 15:27:28 -0400 (EDT)
135 Message-ID: <Pine.LNX.4.21.0104171516090.22410-100000@localhost.localdomain>
136 Branch: perl
137 ! t/lib/cwd.t
138____________________________________________________________________________
139[ 9727] By: jhi on 2001/04/17 18:20:20
140 Log: Subject: [PATCH B::Deparse] ambient pragmas
141 From: Robin Houston <robin@kitsite.com>
142 Date: Tue, 17 Apr 2001 20:01:59 +0100
143 Message-ID: <20010417200159.A4882@puffinry.freeserve.co.uk>
144 Branch: perl
145 ! ext/B/B/Deparse.pm t/lib/b.t
146____________________________________________________________________________
147[ 9726] By: nick on 2001/04/17 16:33:51
148 Log: Integrate mainline (t/lib/b.t fails test 2...)
149 Branch: perlio
150 +> ext/List/Util/ChangeLog ext/List/Util/Makefile.PL
151 +> ext/List/Util/README ext/List/Util/Util.xs
152 +> ext/List/Util/lib/List/Util.pm
153 +> ext/List/Util/lib/Scalar/Util.pm t/lib/exporter.t
154 +> t/lib/u-blessed.t t/lib/u-dualvar.t t/lib/u-first.t
155 +> t/lib/u-max.t t/lib/u-maxstr.t t/lib/u-min.t t/lib/u-minstr.t
156 +> t/lib/u-readonly.t t/lib/u-reduce.t t/lib/u-reftype.t
157 +> t/lib/u-sum.t t/lib/u-tainted.t t/lib/u-weak.t
158 !> (integrate 31 files)
159____________________________________________________________________________
160[ 9725] By: jhi on 2001/04/17 12:14:24
161 Log: Subject: multiple B::* changes
162 From: Robin Houston <robin@kitsite.com>
163 Date: Thu, 12 Apr 2001 20:12:27 +0100
164 Message-ID: <20010412201226.A30940@puffinry.freeserve.co.uk>
165 Branch: perl
166 ! ext/B/B.pm ext/B/B/Concise.pm ext/B/B/Deparse.pm ext/B/O.pm
167____________________________________________________________________________
168[ 9724] By: jhi on 2001/04/17 11:59:05
169 Log: Thread-awareness from Doug MacEachern.
170 Branch: perl
171 ! ext/List/Util/Util.xs
172____________________________________________________________________________
173[ 9723] By: jhi on 2001/04/17 11:57:41
174 Log: Make the test more portable.
175 Branch: perl
176 ! t/lib/cwd.t
177____________________________________________________________________________
178[ 9722] By: jhi on 2001/04/17 11:53:50
179 Log: Subject: [PATCH] Fix cwd.t when libpth contains symlinks
180 From: Benjamin Sugars <ben.sugars@home.com>
181 Date: Mon, 16 Apr 2001 22:43:29 -0400 (EDT)
182 Message-ID: <Pine.LNX.4.21.0104162234030.17949-100000@localhost.localdomain>
183 Branch: perl
184 ! t/lib/cwd.t
185____________________________________________________________________________
186[ 9721] By: jhi on 2001/04/17 11:52:17
187 Log: Subject: [PATCH] Fix core dump from undef %File::Glob::
188 From: Benjamin Sugars <bsugars@canoe.ca>
189 Date: Mon, 16 Apr 2001 13:23:59 -0400 (EDT)
190 Message-ID: <Pine.LNX.4.21.0104161313160.1676-100000@marmot.rim.canoe.ca>
191 Branch: perl
192 ! op.c
193____________________________________________________________________________
194[ 9720] By: jhi on 2001/04/17 11:35:42
195 Log: Subject: [MacPerl-Porters] [PATCH] bsd_glob.c, gv.c fixes for Mac OS
196 From: Chris Nandor <pudge@pobox.com>
197 Date: Tue, 17 Apr 2001 00:30:49 -0400
198 Message-Id: <p05100207b701768712de@[10.0.1.177]>
199 Branch: perl
200 ! ext/File/Glob/bsd_glob.c gv.c
201____________________________________________________________________________
202[ 9719] By: jhi on 2001/04/17 11:32:13
203 Log: Subject: [PATCH] Tweten->West
204 From: Casey West <casey@geeknest.com>
205 Date: Mon, 16 Apr 2001 12:11:22 -0400
206 Message-ID: <20010416121122.B14554@stupid.geeknest.com>
207 Branch: perl
208 ! AUTHORS lib/Class/Struct.pm lib/Shell.pm lib/constant.pm
209 ! pod/perltie.pod
210____________________________________________________________________________
211[ 9718] By: jhi on 2001/04/16 03:22:52
212 Log: Update Changes.
213 Branch: perl
214 ! Changes patchlevel.h
215____________________________________________________________________________
e49ff72b
JH
216[ 9717] By: jhi on 2001/04/16 03:06:28
217 Log: Regen toc.
218 Branch: perl
219 ! pod/perltoc.pod
220____________________________________________________________________________
221[ 9716] By: jhi on 2001/04/16 02:58:42
222 Log: Subject: [PATCH: perl@9699] updates to apidoc in utf8.c
223 From: Prymmer/Kahn <pvhp@best.com>
224 Date: Sun, 15 Apr 2001 20:47:45 -0700 (PDT)
225 Message-ID: <Pine.BSF.4.21.0104152037470.8946-100000@shell8.ba.best.com>
226 Branch: perl
227 ! utf8.c
228____________________________________________________________________________
229[ 9715] By: jhi on 2001/04/15 23:40:35
230 Log: Subject: Re: Net::Ping patch, adds stream protocol
231 From: bronson@rinspin.com (Scott Bronson)
232 Date: Tue, 10 Apr 2001 23:58:33 -0700
233 Message-ID: <20010410235833.N29719@rinspin.com>
234 Branch: perl
235 ! lib/Net/Ping.pm
236____________________________________________________________________________
237[ 9714] By: jhi on 2001/04/15 23:31:46
238 Log: Printing out the ok messages helps successful testing.
239 Branch: perl
240 ! t/lib/time-hires.t
241____________________________________________________________________________
242[ 9713] By: jhi on 2001/04/15 21:43:24
243 Log: Update Douglas Wegscheid's email.
244 Branch: perl
245 ! AUTHORS
246____________________________________________________________________________
247[ 9712] By: jhi on 2001/04/15 21:40:41
248 Log: Subject: [PATCH t/lib/exporter.t lib/Exporter/Heavy.pm] Testing Exporter
249 From: Michael G Schwern <schwern@pobox.com>
250 Date: Sat, 14 Apr 2001 22:40:50 +0100
251 Message-ID: <20010414224050.A1872@blackrider.blackstar.co.uk>
252 Branch: perl
253 + t/lib/exporter.t
254 ! MANIFEST lib/Exporter/Heavy.pm
255____________________________________________________________________________
256[ 9711] By: jhi on 2001/04/15 21:39:21
257 Log: Subject: [PATCH t/op/loopctl.t] Exit via last, part 1
258 From: Michael G Schwern <schwern@pobox.com>
259 Date: Sat, 14 Apr 2001 22:13:59 +0100
260 Message-ID: <20010414221359.A413@blackrider.blackstar.co.uk>
261 Branch: perl
262 ! t/op/loopctl.t
263____________________________________________________________________________
264[ 9710] By: jhi on 2001/04/15 21:30:19
265 Log: Subject: [PATCH t/pragma/warnings.t] Doesn't skip RCS files
266 From: Michael G Schwern <schwern@pobox.com>
267 Date: Sat, 14 Apr 2001 22:05:32 +0100
268 Message-ID: <20010414220531.A30178@blackrider.blackstar.co.uk>
269 Branch: perl
270 ! t/pragma/warnings.t
271____________________________________________________________________________
272[ 9709] By: jhi on 2001/04/15 19:34:09
273 Log: Integrate changes #9706,9707 from maintperl into mainline.
274
275 change#7210 broke .packlist generation
276
277 ExtUtils::Installed doesn't quote regex metacharacters in paths
278 before using them in match; also make it work for dosish platforms
279 Branch: perl
280 !> lib/ExtUtils/Install.pm lib/ExtUtils/Installed.pm
281____________________________________________________________________________
282[ 9708] By: jhi on 2001/04/15 19:31:01
283 Log: Test also the scalar aspect of getitimer().
284 Branch: perl
285 ! t/lib/time-hires.t
286____________________________________________________________________________
287[ 9707] By: gsar on 2001/04/15 17:24:20
288 Log: ExtUtils::Installed doesn't quote regex metacharacters in paths
289 before using them in match; also make it work for dosish platforms
290 Branch: maint-5.6/perl
291 ! lib/ExtUtils/Installed.pm
292____________________________________________________________________________
293[ 9706] By: gsar on 2001/04/15 17:21:59
294 Log: change#7210 broke .packlist generation (listed only filename
295 rather than fully qualified path name)
296 Branch: maint-5.6/perl
297 ! lib/ExtUtils/Install.pm
298____________________________________________________________________________
299[ 9705] By: jhi on 2001/04/15 12:36:33
300 Log: Add interval timer (setitimer, getitimer) support to Time::HiRes.
301 Branch: perl
302 ! ext/Time/HiRes/HiRes.pm ext/Time/HiRes/HiRes.xs
303 ! t/lib/time-hires.t
304____________________________________________________________________________
305[ 9704] By: jhi on 2001/04/15 10:49:08
306 Log: Subject: [PATCH: perl@9622]update perlebcdic.pod with UTF tbl; tweak utf8.pm
307 From: Prymmer/Kahn <pvhp@best.com>
308 Date: Sat, 14 Apr 2001 21:36:24 -0700 (PDT)
309 Message-ID: <Pine.BSF.4.21.0104142127580.27582-100000@shell8.ba.best.com>
310 Branch: perl
311 ! lib/utf8.pm pod/perlebcdic.pod
312____________________________________________________________________________
313[ 9703] By: jhi on 2001/04/15 02:26:26
314 Log: I keep forgetting to sort MANIFEST.
315 Branch: perl
316 ! MANIFEST
317____________________________________________________________________________
318[ 9702] By: jhi on 2001/04/15 02:07:47
319 Log: Add Scalar-List-Utils 1.02, from Graham Barr.
320 Now we have blessed, reftype, tainted, first, reduce, ...
321 Branch: perl
322 + ext/List/Util/ChangeLog ext/List/Util/Makefile.PL
323 + ext/List/Util/README ext/List/Util/Util.xs
324 + ext/List/Util/lib/List/Util.pm
325 + ext/List/Util/lib/Scalar/Util.pm t/lib/u-blessed.t
326 + t/lib/u-dualvar.t t/lib/u-first.t t/lib/u-max.t
327 + t/lib/u-maxstr.t t/lib/u-min.t t/lib/u-minstr.t
328 + t/lib/u-readonly.t t/lib/u-reduce.t t/lib/u-reftype.t
329 + t/lib/u-sum.t t/lib/u-tainted.t t/lib/u-weak.t
330 ! MANIFEST
331____________________________________________________________________________
332[ 9701] By: jhi on 2001/04/14 15:05:25
333 Log: Subject: RE: dprofpp.pl updates
334 From: Carl Eklof <CEklof@endeca.com>
335 Date: Thu, 12 Apr 2001 18:45:46 -0400
336 Message-ID: <D99914D9109BD411823800508BD957180E1269@exch01.ops.endeca.com>
337 Branch: perl
338 ! utils/dprofpp.PL
339____________________________________________________________________________
340[ 9700] By: jhi on 2001/04/14 14:44:55
341 Log: Do not just blindly add CR.
342 Branch: perl
343 ! Porting/makerel
344____________________________________________________________________________
345[ 9699] By: jhi on 2001/04/13 13:17:01
346 Log: Update Changes.
347 Branch: perl
348 ! Changes patchlevel.h
349____________________________________________________________________________
16dfaf47
JH
350[ 9698] By: jhi on 2001/04/13 12:44:48
351 Log: Integrate perlio.
352 Branch: perl
353 !> ext/PerlIO/Scalar/Scalar.xs
354____________________________________________________________________________
355[ 9697] By: jhi on 2001/04/13 12:29:15
356 Log: Add more debug output to the test.
357 Branch: perl
358 ! t/lib/cwd.t
359____________________________________________________________________________
360[ 9696] By: nick on 2001/04/13 10:14:29
361 Log: Fix core dump on binmode($fh,'Scalar')
362 Branch: perlio
363 ! ext/PerlIO/Scalar/Scalar.xs
364____________________________________________________________________________
365[ 9695] By: nick on 2001/04/13 09:05:42
366 Log: Integrate mainline
367 Branch: perlio
368 +> ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
369 +> ext/Time/HiRes/HiRes.xs ext/Time/HiRes/Makefile.PL
370 +> t/lib/time-hires.t
371 !> AUTHORS MANIFEST Makefile.SH Todo-5.6 configure.com
372 !> ext/Digest/MD5/MD5.xs ext/File/Glob/Glob.pm
373 !> ext/File/Glob/Glob.xs ext/File/Glob/bsd_glob.c
374 !> ext/File/Glob/bsd_glob.h ext/MIME/Base64/Base64.xs
375 !> hints/uts.sh hints/vmesa.sh lib/Devel/SelfStubber.pm opcode.pl
376 !> pod/perlfaq5.pod pp.c regexec.c t/comp/proto.t
377 !> t/lib/md5-file.t t/op/pat.t win32/Makefile win32/makefile.mk
378____________________________________________________________________________
379[ 9694] By: jhi on 2001/04/12 22:23:35
380 Log: Integrate change #9693 from maintperl into mainline.
381
382 $VERSION and Version() on the same line provokes a warning from
383 CPAN.pm (from Jonathan Leffler <jleffler@informix.com>)
384 Branch: perl
385 !> lib/Devel/SelfStubber.pm
386____________________________________________________________________________
387[ 9693] By: gsar on 2001/04/12 21:55:56
388 Log: $VERSION and Version() on the same line provokes a warning from
389 CPAN.pm (from Jonathan Leffler <jleffler@informix.com>)
390 Branch: maint-5.6/perl
391 ! lib/Devel/SelfStubber.pm
392____________________________________________________________________________
393[ 9692] By: jhi on 2001/04/12 13:54:00
394 Log: This is at least 5.005.
395 Branch: perl
396 ! ext/Time/HiRes/HiRes.xs
397____________________________________________________________________________
398[ 9691] By: jhi on 2001/04/12 13:37:20
399 Log: Non-UNIX platforms extensions update. (Well, UTS is UNIX.)
400 Branch: perl
401 ! Makefile.SH configure.com hints/uts.sh hints/vmesa.sh
402 ! win32/Makefile win32/makefile.mk
403____________________________________________________________________________
404[ 9690] By: jhi on 2001/04/12 01:34:46
405 Log: Integrate Time::Hires 1.20 from Douglas E. Wegscheid.
406 Branch: perl
407 + ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
408 + ext/Time/HiRes/HiRes.xs ext/Time/HiRes/Makefile.PL
409 + t/lib/time-hires.t
410 ! MANIFEST
411____________________________________________________________________________
412[ 9689] By: jhi on 2001/04/12 00:28:39
413 Log: Subject: [PATCH] Digest::MD5 on UTF8 strings
414 From: Gisle Aas <gisle@ActiveState.com>
415 Date: 11 Apr 2001 16:36:11 -0700
416 Message-ID: <lrlmp7102c.fsf@caliper.ActiveState.com>
417 Branch: perl
418 ! ext/Digest/MD5/MD5.xs t/lib/md5-file.t
419____________________________________________________________________________
420[ 9688] By: jhi on 2001/04/12 00:27:39
421 Log: Subject: Re: [PATCH] [ID 20010410.001] Not OK: perl v5.7.1 on i386-freebsd 4.3-rc (UNINSTALLED)
422 From: Gisle Aas <gisle@ActiveState.com>
423 Date: 11 Apr 2001 11:13:24 -0700
424 Message-ID: <lrbsq371a3.fsf@caliper.ActiveState.com>
425 Branch: perl
426 ! ext/MIME/Base64/Base64.xs
427____________________________________________________________________________
428[ 9687] By: jhi on 2001/04/11 19:51:47
429 Log: Slight update on the Todo list. (Should integrate to Todo?)
430 Branch: perl
431 ! Todo-5.6
432____________________________________________________________________________
433[ 9686] By: jhi on 2001/04/11 16:54:25
434 Log: Subject: [PATCH opcode.pl] Documentation of table format
435 From: Simon Cozens <simon@netthink.co.uk>
436 Date: Wed, 11 Apr 2001 12:59:31 +0100
437 Message-ID: <20010411125931.A25681@netthink.co.uk>
438 Branch: perl
439 ! opcode.pl
440____________________________________________________________________________
441[ 9685] By: jhi on 2001/04/11 16:53:15
442 Log: Subject: [PATCH] prototype("CORE::recv")
443 From: Simon Cozens <simon@netthink.co.uk>
444 Date: Wed, 11 Apr 2001 13:24:35 +0100
445 Message-ID: <20010411132435.A26169@netthink.co.uk>
446 Branch: perl
447 ! pp.c t/comp/proto.t
448____________________________________________________________________________
449[ 9684] By: jhi on 2001/04/11 16:47:13
450 Log: FAQ (and AUTHORS) update from Dan Carson: the information
451 was several years obsolete, Term::Readkey has been updated
452 to have the functionality.
453 Branch: perl
454 ! AUTHORS pod/perlfaq5.pod
455____________________________________________________________________________
456[ 9683] By: jhi on 2001/04/11 12:15:46
457 Log: Subject: Re: [PATCH] [ID 20010410.001] Not OK: perl v5.7.1 on i386-freebsd 4.3-rc (UNINSTALLED)
458 From: Calle Dybedahl <calle@lysator.liu.se>
459 Date: 10 Apr 2001 16:44:16 +0200
460 Message-ID: <86d7akbyrj.fsf@tezcatlipoca.algonet.se>
461 Branch: perl
462 ! ext/MIME/Base64/Base64.xs
463____________________________________________________________________________
464[ 9682] By: jhi on 2001/04/11 12:12:26
465 Log: A more minimal fix for 20010410.006 from Hugo.
466 Branch: perl
467 ! regexec.c
468____________________________________________________________________________
469[ 9681] By: jhi on 2001/04/11 11:34:23
470 Log: Integrate changes #9678,9679 from maintline into mainperl.
471
472 addendum to change#9676
473
474 up $File::Glob::VERSION; add a note pointing out the version of
475 the OpenBSD glob bsd_glob.c resembles
476 Branch: perl
477 !> ext/File/Glob/Glob.pm ext/File/Glob/bsd_glob.c
478 !> ext/File/Glob/bsd_glob.h
479____________________________________________________________________________
480[ 9680] By: jhi on 2001/04/11 11:30:38
481 Log: Bad test numbering in integrate in #9677.
482 Fixes ID 20010411.001.
483 Branch: perl
484 ! t/op/pat.t
485____________________________________________________________________________
486[ 9679] By: gsar on 2001/04/11 03:38:40
487 Log: up $File::Glob::VERSION; add a note pointing out the version of
488 the OpenBSD glob bsd_glob.c resembles
489 Branch: maint-5.6/perl
490 ! ext/File/Glob/Glob.pm ext/File/Glob/bsd_glob.c
491 ! ext/File/Glob/bsd_glob.h
492____________________________________________________________________________
493[ 9678] By: gsar on 2001/04/11 03:09:48
494 Log: addendum to change#9676: some missing changes from OpenBSD glob.c
495 revision 1.8.10.1 found here:
496
497 http://www.openbsd.org/cgi-bin/cvsweb/src/lib/libc/gen/glob.c
498 Branch: maint-5.6/perl
499 ! ext/File/Glob/bsd_glob.c
500____________________________________________________________________________
501[ 9677] By: jhi on 2001/04/11 02:54:39
502 Log: Integrate changes #9675,9676 from maintperl into mainline.
503
504 fix for bug 20010410.006, undo change#7115
505
506 port the OpenBSD glob() security patch
507 Branch: perl
508 !> ext/File/Glob/Glob.pm ext/File/Glob/Glob.xs
509 !> ext/File/Glob/bsd_glob.c ext/File/Glob/bsd_glob.h regexec.c
510 !> t/op/pat.t
511____________________________________________________________________________
512[ 9676] By: gsar on 2001/04/11 02:19:02
513 Log: port the glob() security patch found at:
514
515 ftp://ftp.openbsd.org/pub/OpenBSD/patches/2.8/common/025_glob.patch
516
517 CERT advisory for the issue is here:
518
519 http://www.cert.org/advisories/CA-2001-07.html
520
521 Note that the security scare is only relevant for those who are
522 foolish enough to build suidperl (which is now officially discouraged)
523 Branch: maint-5.6/perl
524 ! ext/File/Glob/Glob.pm ext/File/Glob/Glob.xs
525 ! ext/File/Glob/bsd_glob.c ext/File/Glob/bsd_glob.h
526____________________________________________________________________________
527[ 9675] By: gsar on 2001/04/10 23:52:11
528 Log: fix for bug 20010410.006
529
530 undo change#7115 (came into maint-5.6 as change#8156)
531
532 add tests to keep it from coming back
533 Branch: maint-5.6/perl
534 ! regexec.c t/op/pat.t
535____________________________________________________________________________
536[ 9674] By: nick on 2001/04/10 20:39:31
537 Log: Integrate mainline
538 Branch: perlio
539 +> Porting/testall.atom
540 !> MANIFEST t/lib/lc-all.t t/lib/lc-constants.t
541 !> t/lib/lc-country.t t/lib/lc-currency.t t/lib/lc-language.t
542 !> t/lib/lc-uk.t t/pod/find.t
543____________________________________________________________________________
544[ 9673] By: nick on 2001/04/10 18:46:14
545 Log: Integrate against change 9670 aka perl-5.7.1
546 Branch: perlio
547 +> jpl/ChangeLog jpl/README.JUST-JNI jpl/docs/Tutorial.pod
548 !> (integrate 53 files)
549____________________________________________________________________________
550[ 9672] By: jhi on 2001/04/10 13:45:01
551 Log: Add a script for doing cumulative profile of the test suite.
552 (Requires ATOM, that is, Tru64.)
553 Branch: perl
554 + Porting/testall.atom
555 ! MANIFEST
556____________________________________________________________________________
557[ 9671] By: jhi on 2001/04/10 12:38:53
558 Log: Missing std block.
559 Branch: perl
560 ! t/lib/lc-all.t t/lib/lc-constants.t t/lib/lc-country.t
561 ! t/lib/lc-currency.t t/lib/lc-language.t t/lib/lc-uk.t
562 ! t/pod/find.t
563____________________________________________________________________________
564[ 9670] By: jhi on 2001/04/10 01:25:58
565 Log: This is 5.7.1.
566 Branch: perl
567 ! patchlevel.h
568____________________________________________________________________________
569[ 9669] By: jhi on 2001/04/10 01:09:14
570 Log: Update Changes.
571 Branch: perl
572 ! Changes patchlevel.h
573____________________________________________________________________________
8aa96316
JH
574[ 9668] By: jhi on 2001/04/10 01:00:38
575 Log: Regen toc.
576 Branch: perl
577 ! pod/perltoc.pod
578____________________________________________________________________________
579[ 9667] By: jhi on 2001/04/10 00:52:16
580 Log: Update perlhist.
581 Branch: perl
582 ! pod/perlhist.pod
583____________________________________________________________________________
584[ 9666] By: jhi on 2001/04/09 23:38:59
585 Log: Slight wording tweaks from Damian to #9658.
586 Branch: perl
587 ! pod/perlobj.pod
588____________________________________________________________________________
589[ 9665] By: jhi on 2001/04/09 19:56:06
590 Log: Subject: [PATCH perlutil.pod] Nit
591 From: Simon Cozens <simon@netthink.co.uk>
592 Date: Mon, 9 Apr 2001 20:29:44 +0100
593 Message-ID: <20010409202944.A14796@the.earth.li>
594 Branch: perl
595 ! pod/perlutil.pod
596____________________________________________________________________________
597[ 9664] By: jhi on 2001/04/09 19:54:42
598 Log: Subject: Re: perl571delta.pod@9631
599 From: Mike Guy <mjtg@cam.ac.uk>
600 Date: Mon, 09 Apr 2001 18:09:14 +0100
601 Message-Id: <E14mfAA-0006vi-00@libra.cus.cam.ac.uk>
602 Branch: perl
603 ! pod/perl571delta.pod
604____________________________________________________________________________
605[ 9663] By: jhi on 2001/04/09 13:43:35
606 Log: Update Changes.
607 Branch: perl
608 ! Changes patchlevel.h
609____________________________________________________________________________
d422c228
JH
610[ 9662] By: jhi on 2001/04/09 13:24:46
611 Log: tweak tweak.
612 Branch: perl
613 ! AUTHORS pod/perl571delta.pod
614____________________________________________________________________________
615[ 9661] By: jhi on 2001/04/09 13:15:13
616 Log: Thinko in manual patch applying.
617 Branch: perl
618 ! sv.c
619____________________________________________________________________________
620[ 9660] By: jhi on 2001/04/09 13:07:53
621 Log: Subject: Re: [PATCH perl@9424] isn't numeric warning
622 From: Robin Barker <rmb1@cise.npl.co.uk>
623 Date: Mon, 9 Apr 2001 14:58:04 +0100 (BST)
624 Message-Id: <200104091358.OAA24811@tempest.npl.co.uk>
625
626 (This corrects the case where the "isn't numeric" string contains \0s
627 and is longer than the temporary buffer, and contains \0 at the point
628 the string would be truncated by "...".)
629 Branch: perl
630 ! sv.c
631____________________________________________________________________________
632[ 9659] By: jhi on 2001/04/09 12:57:41
633 Log: Upgrade to CGI.pm 2.753, from Lincoln Stein.
634 Branch: perl
635 ! lib/CGI.pm lib/CGI/Cookie.pm t/lib/cgi-esc.t
636 ! t/lib/cgi-function.t t/lib/cgi-html.t
637____________________________________________________________________________
638[ 9658] By: jhi on 2001/04/09 12:48:47
639 Log: Subject: [PATCH] Partial rewrite of perlobj.pod
640 From: Ilmari Karonen <iltzu@sci.fi>
641 Date: Sun, 8 Apr 2001 23:14:29 +0300 (EET DST)
642 Message-ID: <Pine.SOL.3.96.1010408224105.425E-100000@simpukka>
643
644 Rearrange and rewrite the Method Invocation section
645 to explain the concepts in nicer order.
646 Branch: perl
647 ! pod/perlobj.pod
648____________________________________________________________________________
649[ 9657] By: jhi on 2001/04/09 12:35:58
650 Log: Upgrade to podlators 1.09, from Russ Allbery.
651 Branch: perl
652 ! lib/Pod/Man.pm lib/Pod/Text.pm
653____________________________________________________________________________
654[ 9656] By: jhi on 2001/04/09 12:31:53
655 Log: perl571delta.
656 Branch: perl
657 ! Todo-5.6 pod/perl571delta.pod pod/perlunicode.pod
658____________________________________________________________________________
659[ 9655] By: jhi on 2001/04/09 12:20:09
660 Log: Subject: [PATCH: perl@9622] documentation tweaks for UTF-EBCDIC support
661 From: Prymmer/Kahn <pvhp@best.com>
662 Date: Mon, 9 Apr 2001 00:08:58 -0700 (PDT)
663 Message-ID: <Pine.BSF.4.21.0104090006190.21071-100000@shell8.ba.best.com>
664 Branch: perl
665 ! lib/utf8.pm pod/perlunicode.pod
666____________________________________________________________________________
667[ 9654] By: gsar on 2001/04/09 03:38:33
668 Log: here lies 5.6.1
669 Branch: maint-5.6/perl
670 ! Changes
671____________________________________________________________________________
672[ 9653] By: jhi on 2001/04/09 03:25:24
673 Log: Update perlhist.
674 Branch: perl
675 ! pod/perlhist.pod
676____________________________________________________________________________
677[ 9652] By: jhi on 2001/04/09 03:18:49
678 Log: perl571delta tweaking continues.
679 Branch: perl
680 ! pod/perl571delta.pod
681____________________________________________________________________________
682[ 9651] By: gsar on 2001/04/09 03:11:19
683 Log: update Changes, patchlevel.h &c.
684 Branch: maint-5.6/perl
685 ! Changes patchlevel.h pod/perldelta.pod pod/perlhist.pod
686 ! pod/perltoc.pod
687____________________________________________________________________________
688[ 9650] By: jhi on 2001/04/09 02:40:24
689 Log: Integrate the perlfork half of #9513 from maintperl into mainline
690 (the perlunicode half is obsolete)
691 Branch: perl
692 ! pod/perlfork.pod
693____________________________________________________________________________
694[ 9649] By: gsar on 2001/04/09 02:35:43
695 Log: tweak perldelta as suggested by Jarkko
696 Branch: maint-5.6/perl
697 ! pod/perldelta.pod
698____________________________________________________________________________
699[ 9648] By: jhi on 2001/04/09 02:13:04
700 Log: Integrate change #9646 from maintperl into mainline.
701
702 add note about ithreads and Thread.pm
703 Branch: perl
704 !> ext/Thread/Thread.pm ext/Thread/Thread.xs
705____________________________________________________________________________
706[ 9647] By: jhi on 2001/04/09 02:10:18
707 Log: Bad assumption that shortsize == 2.
708 Branch: perl
709 ! t/lib/xs-typemap.t
710____________________________________________________________________________
711[ 9646] By: gsar on 2001/04/09 00:48:04
712 Log: add note about ithreads and Thread.pm (too many people are
713 confused by the fact that Thread.pm is built and installed
714 under non-5005threads but doesn't work)
715 Branch: maint-5.6/perl
716 ! ext/Thread/Thread.pm ext/Thread/Thread.xs
717____________________________________________________________________________
718[ 9645] By: gsar on 2001/04/09 00:19:03
719 Log: update perldelta.pod for changes in 5.6.1
720 Branch: maint-5.6/perl
721 ! Changes pod/perldelta.pod
722____________________________________________________________________________
723[ 9644] By: jhi on 2001/04/08 20:37:00
724 Log: Integrate change #9639 from maintperl into mainline:
725 on windows, many of the README.* pods were being copied to
726 the wrong location
727 Branch: perl
728 !> win32/Makefile win32/makefile.mk
729____________________________________________________________________________
730[ 9643] By: jhi on 2001/04/08 20:07:11
731 Log: Integrate change #9624 from maintperl into mainline:
732 the pod tests were not okay. (t/pod/find.t changes ignored)
733 Branch: perl
734 !> lib/Pod/Find.pm t/pod/emptycmd.t t/pod/for.t t/pod/headings.t
735 !> t/pod/include.t t/pod/included.t t/pod/lref.t
736 !> t/pod/multiline_items.t t/pod/nested_items.t
737 !> t/pod/nested_seqs.t t/pod/oneline_cmds.t t/pod/pod2usage.t
738 !> t/pod/poderrs.t t/pod/podselect.t t/pod/special_seqs.t
739____________________________________________________________________________
740[ 9642] By: jhi on 2001/04/08 19:57:17
741 Log: Integrate change #9638 from maintperl into mainline:
742 update to latest JPL from the anoncvs repository
743 Branch: perl
744 +> jpl/ChangeLog jpl/README.JUST-JNI jpl/docs/Tutorial.pod
745 !> MANIFEST jpl/JNI/JNI.pm jpl/JNI/JNI.xs jpl/JNI/Makefile.PL
746 !> jpl/PerlInterpreter/PerlInterpreter.h jpl/README
747____________________________________________________________________________
748[ 9641] By: jhi on 2001/04/08 19:53:30
749 Log: perl571delta updates.
750 Branch: perl
751 ! lib/Filter/Simple.pm pod/perl571delta.pod
752____________________________________________________________________________
753[ 9640] By: gsar on 2001/04/08 19:20:46
754 Log: integrate change#9634 from mainline
755
756 Fix the perlmodlib generation (didn't understand separate .pod
757 files; didn't understand -- as the name-thing separator).
758 Update the CPAN mirrors list.
759 Branch: maint-5.6/perl
760 ! pod/perlmodlib.pod
761 !> pod/perlmodlib.PL
762____________________________________________________________________________
763[ 9639] By: gsar on 2001/04/08 18:57:31
764 Log: on windows, many of the README.* pods were being copied to the wrong
765 location
766 Branch: maint-5.6/perl
767 ! win32/Makefile win32/makefile.mk
768____________________________________________________________________________
769[ 9638] By: gsar on 2001/04/08 18:38:25
770 Log: update to latest JPL from the anoncvs repository
771 Branch: maint-5.6/perl
772 + jpl/ChangeLog jpl/README.JUST-JNI jpl/docs/Tutorial.pod
773 ! MANIFEST jpl/JNI/JNI.pm jpl/JNI/JNI.xs jpl/JNI/Makefile.PL
774 ! jpl/PerlInterpreter/PerlInterpreter.h jpl/README
775____________________________________________________________________________
776[ 9637] By: jhi on 2001/04/08 17:53:53
777 Log: Britishify spellings; s/\b(front|back) (end)\b/\1\2/g;
778 Branch: perl
779 ! pod/perl571delta.pod
780____________________________________________________________________________
781[ 9636] By: jhi on 2001/04/08 17:18:32
782 Log: Regen toc.
783 Branch: perl
784 ! pod/perltoc.pod
785____________________________________________________________________________
786[ 9635] By: jhi on 2001/04/08 17:16:33
787 Log: Subject: [PATCH perl@9622] fix IO.xs compile failure on VMS
788 From: "Craig A. Berry" <craigberry@mac.com>
789 Date: Sun, 08 Apr 2001 12:30:16 -0500
790 Message-Id: <5.0.2.1.0.20010408120154.02675eb8@exchi01>
791 Branch: perl
792 ! ext/IO/IO.xs lib/ExtUtils/xsubpp
793____________________________________________________________________________
794[ 9634] By: jhi on 2001/04/08 17:09:19
795 Log: Fix the perlmodlib generation (didn't understand separate .pod
796 files; didn't understand -- as the name-thing separator).
797
798 Update the CPAN mirrors list.
799 Branch: perl
800 ! pod/perlmodlib.PL pod/perlmodlib.pod
801____________________________________________________________________________
802[ 9633] By: jhi on 2001/04/08 16:49:17
803 Log: Sort MANIFEST.
804 Branch: perl
805 ! MANIFEST
806____________________________________________________________________________
807[ 9632] By: gsar on 2001/04/08 16:36:06
808 Log: add $Tie::RefHash::VERSION
809 Branch: maint-5.6/perl
810 ! lib/Tie/RefHash.pm
811____________________________________________________________________________
812[ 9631] By: jhi on 2001/04/08 16:10:15
813 Log: perl571delta updates based on p5p feedback; still needs
814 lots of examples.
815 Branch: perl
816 ! pod/perl571delta.pod
817____________________________________________________________________________
818[ 9630] By: jhi on 2001/04/08 15:59:13
819 Log: Update the list of supported platforms to talk about 5.7.1
820 (and 5.6.1)
821 Branch: perl
822 ! pod/perlport.pod
823____________________________________________________________________________
824[ 9629] By: jhi on 2001/04/08 15:55:41
825 Log: Integrate changes #8677,8680,8681,8725,8732,8776,8782,9290
826 from maintperl into mainline: perlport updates.
827 Branch: perl
828 ! pod/perlport.pod
829____________________________________________________________________________
830[ 9628] By: jhi on 2001/04/08 15:53:17
831 Log: perlsolaris.pod copied to wrong directory.
832 Branch: perl
833 ! win32/makefile.mk
834____________________________________________________________________________
835[ 9627] By: jhi on 2001/04/08 14:48:18
836 Log: Subject: Typos in perl571delta.pod
837 From: "Stephen P. Potter" <spp@spotter.yi.org>
838 Date: Sat, 07 Apr 2001 20:37:05 -0400
839 Message-Id: <20010408003710.2A8FC729DD@belgarath.spotter.yi.org>
840 Branch: perl
841 ! pod/perl571delta.pod
842____________________________________________________________________________
843[ 9626] By: jhi on 2001/04/08 14:39:04
844 Log: Smoke out dTHR, spotted by by Stephen P. Potter.
845 Branch: perl
846 ! gv.c
847____________________________________________________________________________
848[ 9625] By: nick on 2001/04/08 10:14:23
849 Log: Integrate mainline
850 Branch: perlio
851 +> pod/perl570delta.pod pod/perl571delta.pod
852 !> (integrate 27 files)
853____________________________________________________________________________
854[ 9624] By: gsar on 2001/04/08 06:08:17
855 Log: test in t/pod/* were busted
856
857 these tests are still not enabled in t/{harness,TEST}
858 Branch: maint-5.6/perl
859 ! lib/Pod/Find.pm t/pod/emptycmd.t t/pod/find.t t/pod/for.t
860 ! t/pod/headings.t t/pod/include.t t/pod/included.t t/pod/lref.t
861 ! t/pod/multiline_items.t t/pod/nested_items.t
862 ! t/pod/nested_seqs.t t/pod/oneline_cmds.t t/pod/pod2usage.t
863 ! t/pod/poderrs.t t/pod/podselect.t t/pod/special_seqs.t
864____________________________________________________________________________
865[ 9623] By: gsar on 2001/04/08 03:37:01
866 Log: integrate change#9470 from mainline
867
868 Subject: Re: [ID 20010215.006] Bad arg length for Socket::unpack_sockaddr_un, length is 14 ...
869 Branch: maint-5.6/perl
870 !> ext/Socket/Socket.xs
871____________________________________________________________________________
872[ 9622] By: jhi on 2001/04/07 22:40:47
873 Log: Update Changes.
874 Branch: perl
875 ! Changes patchlevel.h
876____________________________________________________________________________
67991998
JH
877[ 9621] By: jhi on 2001/04/07 22:34:16
878 Log: Update AUTHORS.
879 Branch: perl
880 ! AUTHORS
881____________________________________________________________________________
882[ 9620] By: jhi on 2001/04/07 22:12:47
883 Log: Forgot to bump the number of tests in #9164.
884 Branch: perl
885 ! t/op/array.t
886____________________________________________________________________________
887[ 9619] By: jhi on 2001/04/07 22:09:50
888 Log: Bump patchlevel to 5.7.1.
889 Branch: perl
890 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
891 ! config_h.SH patchlevel.h
892____________________________________________________________________________
893[ 9618] By: jhi on 2001/04/07 22:02:41
894 Log: Populate perl571delta.
895 Branch: perl
896 ! pod/perl571delta.pod
897____________________________________________________________________________
898[ 9617] By: jhi on 2001/04/07 22:01:23
899 Log: Change 5.7.0 to 5.7.1 in some of the places I would be guaranteed
900 to forget it later; do not change patchlevel.h yet or regenerate
901 Configure yet.
902 Branch: perl
903 ! epoc/config.sh win32/Makefile win32/config_H.bc
904 ! win32/config_H.gc win32/config_H.vc win32/makefile.mk
905____________________________________________________________________________
906[ 9616] By: jhi on 2001/04/07 17:46:33
907 Log: Add PerlIO and Encode information to perl571delta, fron NI-S.
908 Branch: perl
909 ! pod/perl571delta.pod
910____________________________________________________________________________
911[ 9615] By: jhi on 2001/04/07 17:33:21
912 Log: Change the toc configuration.
913 Branch: perl
914 ! pod/buildtoc.PL pod/perl.pod
915____________________________________________________________________________
916[ 9614] By: jhi on 2001/04/07 17:29:47
917 Log: Subject: PATCH: $[
918 From: Robin Houston <robin@kitsite.com>
919 Date: Fri, 6 Apr 2001 18:10:14 +0100
920 Message-ID: <20010406181014.A18803@puffinry.freeserve.co.uk>
921 Branch: perl
922 ! op.c t/op/array.t
923____________________________________________________________________________
924[ 9613] By: jhi on 2001/04/07 17:28:26
925 Log: Subject: [PATCH perl@9424] isn't numeric warning
926 From: Robin Barker <rmb1@cise.npl.co.uk>
927 Date: Fri, 6 Apr 2001 18:08:52 +0100 (BST)
928 Message-Id: <200104061708.SAA06783@tempest.npl.co.uk>
929 Branch: perl
930 ! sv.c t/pragma/warn/sv
931____________________________________________________________________________
932[ 9612] By: jhi on 2001/04/07 17:26:45
933 Log: Subject: [PATCH bleadperl] Re: [PATCH dump.c] hash quality
934 From: Mike Guy <mjtg@cam.ac.uk>
935 Date: Fri, 06 Apr 2001 12:47:06 +0100
936 Message-Id: <E14lUhm-0000rx-00@libra.cus.cam.ac.uk>
937 Branch: perl
938 ! dump.c t/lib/peek.t
939____________________________________________________________________________
940[ 9611] By: jhi on 2001/04/07 17:21:35
941 Log: Create perl571delta and seed it off with the perldelta changes
942 since 5.7.0; remove those changes from perldelta and rename it
943 as perl570delta; recreate perldelta but leave it almost empty.
944 Branch: perl
945 + pod/perl570delta.pod pod/perl571delta.pod
946 ! MANIFEST pod/perldelta.pod
947____________________________________________________________________________
948[ 9610] By: jhi on 2001/04/07 16:56:32
949 Log: Denit.
950 Branch: perl
951 ! pod/perldelta.pod
952____________________________________________________________________________
953[ 9609] By: jhi on 2001/04/07 16:38:32
954 Log: Retract #9523: needs more thought.
955 Branch: perl
956 ! Makefile.SH
957____________________________________________________________________________
958[ 9608] By: jhi on 2001/04/07 14:59:20
959 Log: atmark() code cleanaup.
960 Branch: perl
961 ! ext/IO/IO.xs
962____________________________________________________________________________
963[ 9607] By: jhi on 2001/04/07 14:48:14
964 Log: Integrate change #9605 from maintperl into mainline.
965
966 can't optimize away scope entry if tr/// is present
967 Branch: perl
968 !> op.c t/op/tr.t
969____________________________________________________________________________
970[ 9606] By: jhi on 2001/04/07 14:43:59
971 Log: Integrate perlio.
972 Branch: perl
973 +> win32/FindExt.pm
974 !> MANIFEST ext/PerlIO/Via/Via.xs perlio.c t/lib/md5-file.t
975 !> win32/buildext.pl win32/config_sh.PL win32/makefile.mk
976____________________________________________________________________________
977[ 9605] By: gsar on 2001/04/07 11:52:40
978 Log: can't optimize away scope entry if tr/// is present
979 Branch: maint-5.6/perl
980 ! op.c t/op/tr.t
981____________________________________________________________________________
982[ 9604] By: nick on 2001/04/07 11:39:45
983 Log: Split out extension finding code from buildext.pl into FindExt.pm
984 Use it to get Config.pm's idea of available extensions in line
985 with what is built.
986 Branch: perlio
987 + win32/FindExt.pm
988 ! MANIFEST win32/buildext.pl win32/config_sh.PL
989 ! win32/makefile.mk
990____________________________________________________________________________
991[ 9603] By: nick on 2001/04/07 09:11:38
992 Log: Cleanup correction for failed :Via() layer, also set an error code.
993 Branch: perlio
994 ! ext/PerlIO/Via/Via.xs
995____________________________________________________________________________
996[ 9602] By: nick on 2001/04/07 08:38:04
997 Log: Digests in lib/md5-file.t are for text files _without_ CRLF i.e. UNIX
998 style. So don't use binmode() on the handles so that Win32 etc. see
999 same sequence and produce same digests.
1000 Branch: perlio
1001 ! t/lib/md5-file.t
1002____________________________________________________________________________
1003[ 9601] By: nick on 2001/04/07 08:36:26
1004 Log: Allow PerlIOBase_pushed to ignore prefix on mode (e.g. sysopen's "#r")
1005 Else it complains and so crlf layer (say) does not get pushed.
1006 Branch: perlio
1007 ! perlio.c
1008____________________________________________________________________________
1009[ 9600] By: jhi on 2001/04/06 23:00:09
1010 Log: Integrate change #9599 from perlio into mainline.
1011 Branch: perl
1012 !> ext/Encode/Encode.pm win32/config_H.bc win32/config_H.gc
1013 !> win32/config_H.vc
1014____________________________________________________________________________
1015[ 9599] By: nick on 2001/04/06 21:42:43
1016 Log: Quote $VERSION in Encode.pm.
1017 regen_config_h as requested.
1018 Branch: perlio
1019 ! ext/Encode/Encode.pm win32/config_H.bc win32/config_H.gc
1020 ! win32/config_H.vc
1021____________________________________________________________________________
1022[ 9598] By: nick on 2001/04/06 20:34:59
1023 Log: Integrate mainline
1024 Branch: perlio
1025 +> README.macos
1026 !> (integrate 39 files)
1027____________________________________________________________________________
1028[ 9597] By: gsar on 2001/04/06 18:06:35
1029 Log: integrate change#9464 from mainline (addendum to change#8313)
1030
1031 Subject: [PATCH @9452] Better peep()ing for foreach() loops
1032 Branch: maint-5.6/perl
1033 !> op.c
1034____________________________________________________________________________
1035[ 9596] By: jhi on 2001/04/06 17:26:03
1036 Log: The d_casti32=undef is good for you even when not use64bitall.
1037 Branch: perl
1038 ! hints/hpux.sh
1039____________________________________________________________________________
1040[ 9595] By: gsar on 2001/04/06 14:57:17
1041 Log: add a low-impact fix to accomodate darwin-ism
1042 Branch: maint-5.6/perl
1043 ! ext/Errno/Errno_pm.PL
1044____________________________________________________________________________
1045[ 9594] By: jhi on 2001/04/06 14:55:14
1046 Log: Integrate changes #9528,9593 from mainline into maintperl;
1047 tweaking the editor/IDE/shell list.
1048 Branch: maint-5.6/perl
1049 !> pod/perlfaq3.pod
1050____________________________________________________________________________
1051[ 9593] By: jhi on 2001/04/06 14:51:39
1052 Log: Make the editor/IDE/shell list a little bit airier.
1053 Branch: perl
1054 ! pod/perlfaq3.pod
1055____________________________________________________________________________
1056[ 9592] By: gsar on 2001/04/06 14:45:18
1057 Log: integrate change#9477 from mainline (base.pm doc tweak)
1058
1059 missing doc entry for fmod()
1060 Branch: maint-5.6/perl
1061 ! lib/Math/BigFloat.pm
1062 !> lib/base.pm
1063____________________________________________________________________________
1064[ 9591] By: jhi on 2001/04/06 13:55:48
1065 Log: Regen toc.
1066 Branch: perl
1067 ! pod/perltoc.pod
1068____________________________________________________________________________
1069[ 9590] By: jhi on 2001/04/06 13:54:52
1070 Log: Math::BigFloat patches from John Peacock. The equivalent
1071 of #9586 from maintperl but reworked by John to work with
1072 the bleadperl.
1073 Branch: perl
1074 ! lib/Math/BigFloat.pm t/lib/bigfltpm.t
1075____________________________________________________________________________
1076[ 9589] By: jhi on 2001/04/06 13:42:23
1077 Log: Define the U32_ALIGNMENT_REQUIRED only if it's not already defined.
1078 Branch: perl
1079 ! ext/Digest/MD5/Makefile.PL
1080____________________________________________________________________________
1081[ 9588] By: jhi on 2001/04/06 13:31:45
1082 Log: Integrate changes #9584,9587 from maintperl into mainline.
1083
1084 keep eval"" CVs alive until the end of the statement in which
1085 they're called
1086
1087 add README.macos (from Chris Nandor)
1088
1089 tyop in change#9555
1090 Branch: perl
1091 +> README.macos
1092 !> MANIFEST embed.h embed.pl global.sym objXSUB.h perlapi.c
1093 !> pod/buildtoc.PL pod/perl.pod pod/perlfaq9.pod pod/perlguts.pod
1094 !> pp_ctl.c proto.h scope.c scope.h sv.c win32/Makefile
1095 !> win32/makefile.mk
1096____________________________________________________________________________
1097[ 9587] By: gsar on 2001/04/06 07:31:30
1098 Log: add README.macos (from Chris Nandor)
1099
1100 tyop in change#9555
1101 Branch: maint-5.6/perl
1102 + README.macos
1103 ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perlfaq9.pod
1104 ! win32/Makefile win32/makefile.mk
1105____________________________________________________________________________
1106[ 9586] By: gsar on 2001/04/06 07:08:54
1107 Log: fixes for Math::BigFloat bugs; add fmod() (from John Peacock)
1108 Branch: maint-5.6/perl
1109 ! lib/Math/BigFloat.pm t/lib/bigfltpm.t
1110____________________________________________________________________________
1111[ 9585] By: gsar on 2001/04/06 06:58:44
1112 Log: integrate changes#9555,9556,9563..9567,9570..9575,9577..9578
1113 from mainline
1114
1115 Subject: [PATCH] Base64 update to perlfaq9.pod
1116
1117 Subject: [PATCH AUTHORS] Housekeeping
1118
1119 Subject: Re: Not OK: perl v5.6.1 +fools-gold on darwin 1.3 (UNINSTALLED)
1120 Mac OS X (Darwin) has extra pwent fields.
1121
1122 Subject: [PATCH B::*] print control-character vars readably
1123 Needs EBCDICification.
1124
1125 Subject: [PATCH B::Deparse] lexical variables with ridiculously long names that are used in list assignments
1126
1127 Subject: [PATCH B::*] cope with SVf_IVisUV, and cope with $^^ and friends
1128
1129 Subject: [PATCH B::Deparse] "${foo}bar", "${foo}[1]" etc.
1130
1131 Subject: [PATCH B::Deparse] binmode is no longer an UNOP
1132
1133 Subject: [PATCH B::Deparse] regex quoting, and a minor milestone
1134
1135 Subject: [PATCH B::Deparse] suppress "unintialized value" warnings
1136
1137 Subject: bleadperl / hex ignores variable length and/or tr doesn't null terminate ( with patch)
1138
1139 Subject: patch for t/op/oct.t that shows need for patch supplied with bug 20010404.009, (bugs in hex and oct)
1140
1141 FreeBSD hints tweak from Anton Berezin.
1142
1143 Subject: [PATCH foolperl & bleadperl] README.vms update
1144
1145 Subject: Re: [PATCH foolperl & bleadperl] README.vms update
1146 Branch: maint-5.6/perl
1147 !> AUTHORS README.vms ext/B/B.pm ext/B/B/Concise.pm
1148 !> ext/B/B/Debug.pm ext/B/B/Deparse.pm ext/B/B/Terse.pm
1149 !> hints/freebsd.sh pod/perlfaq9.pod pp.c t/op/oct.t t/op/pwent.t
1150____________________________________________________________________________
1151[ 9584] By: gsar on 2001/04/06 04:09:00
1152 Log: keep eval"" CVs alive until the end of the statement in which
1153 they're called; this avoids a coredump ensuing from search for
1154 lexicals in code such as:
1155
1156 sub bug {
1157 my $s = @_;
1158 eval q[sub { eval 'sub { &$s }' }];
1159 }
1160 bug("x")->()->();
1161
1162 this code still doesn't work as intended (as it has remained
1163 since time immemorial), but it doesn't provoke a coredump anymore
1164 Branch: maint-5.6/perl
1165 ! embed.h embed.pl global.sym objXSUB.h perlapi.c
1166 ! pod/perlguts.pod pp_ctl.c proto.h scope.c scope.h sv.c
1167____________________________________________________________________________
1168[ 9583] By: jhi on 2001/04/05 23:52:51
1169 Log: Update Changes.
1170 Branch: perl
1171 ! Changes patchlevel.h
1172____________________________________________________________________________
d835aa99
JH
1173[ 9582] By: jhi on 2001/04/05 23:11:23
1174 Log: Slight doc tweak.
1175 Branch: perl
1176 ! pod/perlunicode.pod
1177____________________________________________________________________________
1178[ 9581] By: jhi on 2001/04/05 23:04:11
1179 Log: Integrate perlio.
1180 Branch: perl
1181 !> pod/perlunicode.pod
1182____________________________________________________________________________
1183[ 9580] By: jhi on 2001/04/05 23:03:29
1184 Log: Test for #9579.
1185 Branch: perl
1186 ! t/op/do.t
1187____________________________________________________________________________
1188[ 9579] By: jhi on 2001/04/05 22:54:17
1189 Log: Subject: [PATCH] Propagate calling context for do '...'
1190 From: Gisle Aas <gisle@ActiveState.com>
1191 Date: 04 Apr 2001 20:17:29 -0700
1192 Message-ID: <lrg0fo827q.fsf@caliper.ActiveState.com>
1193 Branch: perl
1194 ! pod/perlfunc.pod pp_ctl.c
1195____________________________________________________________________________
1196[ 9578] By: jhi on 2001/04/05 22:52:51
1197 Log: Subject: Re: [PATCH foolperl & bleadperl] README.vms update
1198 From: Peter Prymmer <pvhp@forte.com>
1199 Date: Thu, 5 Apr 2001 12:00:04 -0700 (PDT)
1200 Message-ID: <Pine.OSF.4.10.10104051156340.518291-100000@aspara.forte.com>
1201 Branch: perl
1202 ! README.vms
1203____________________________________________________________________________
1204[ 9577] By: jhi on 2001/04/05 22:48:22
1205 Log: Subject: [PATCH foolperl & bleadperl] README.vms update
1206 From: "Craig A. Berry" <craigberry@mac.com>
1207 Date: Thu, 5 Apr 2001 13:43:28 -0500
1208 Message-Id: <p04330101b6f269936918@[172.16.52.1]>
1209 Branch: perl
1210 ! README.vms
1211____________________________________________________________________________
1212[ 9576] By: jhi on 2001/04/05 22:31:38
1213 Log: Subject: [PATCH lib/base.pm t/lib/base.t] Fix subtle $VERSION mistakes with base.pm
1214 From: Michael G Schwern <schwern@pobox.com>
1215 Date: Thu, 5 Apr 2001 21:53:21 +0100
1216 Message-ID: <20010405215321.A4828@blackrider.blackstar.co.uk>
1217 Branch: perl
1218 ! lib/base.pm t/lib/fields.t
1219____________________________________________________________________________
1220[ 9575] By: jhi on 2001/04/05 22:26:10
1221 Log: FreeBSD hints tweak from Anton Berezin.
1222 Branch: perl
1223 ! hints/freebsd.sh
1224____________________________________________________________________________
1225[ 9574] By: jhi on 2001/04/05 22:24:03
1226 Log: Subject: patch for t/op/oct.t that shows need for patch supplied with bug 20010404.009, (bugs in hex and oct)
1227 From: David Dyck <dcd@tc.fluke.com>
1228 Date: Thu, 5 Apr 2001 09:40:58 -0700 (PDT)
1229 Message-ID: <Pine.LNX.4.30.0104050838330.30478-100000@dd.tc.fluke.com>
1230 Branch: perl
1231 ! t/op/oct.t
1232____________________________________________________________________________
1233[ 9573] By: jhi on 2001/04/05 22:23:06
1234 Log: Subject: bleadperl / hex ignores variable length and/or tr doesn't null terminate ( with patch)
1235 Date: Wed, 4 Apr 2001 13:27:15 -0700 (PDT)
1236 From: David Dyck <dcd@tc.fluke.com>
1237 Message-ID: <Pine.LNX.4.30.0104041325310.25358-100000@dd.tc.fluke.com>
1238 Branch: perl
1239 ! pp.c
1240____________________________________________________________________________
1241[ 9572] By: jhi on 2001/04/05 22:14:47
1242 Log: Subject: [PATCH B::Deparse] suppress "unintialized value" warnings
1243 From: Robin Houston <robin@kitsite.com>
1244 Date: Thu, 5 Apr 2001 20:56:48 +0100
1245 Message-ID: <20010405205648.A16814@puffinry.freeserve.co.uk>
1246 Branch: perl
1247 ! ext/B/B/Deparse.pm
1248____________________________________________________________________________
1249[ 9571] By: jhi on 2001/04/05 22:12:53
1250 Log: Subject: [PATCH B::Deparse] regex quoting, and a minor milestone
1251 From: Robin Houston <robin@kitsite.com>
1252 Date: Thu, 5 Apr 2001 19:55:51 +0100
1253 Message-ID: <20010405195551.A16686@puffinry.freeserve.co.uk>
1254 Branch: perl
1255 ! ext/B/B/Deparse.pm
1256____________________________________________________________________________
1257[ 9570] By: jhi on 2001/04/05 22:11:06
1258 Log: Subject: [PATCH B::Deparse] binmode is no longer an UNOP
1259 From: Robin Houston <robin@kitsite.com>
1260 Date: Thu, 5 Apr 2001 20:16:29 +0100
1261 Message-ID: <20010405201629.A16763@puffinry.freeserve.co.uk>
1262 Branch: perl
1263 ! ext/B/B/Deparse.pm
1264____________________________________________________________________________
1265[ 9569] By: nick on 2001/04/05 21:32:26
1266 Log: Change sense from "incomplete" to "implemented but needs more work" in perlunicode.pod
1267 Branch: perlio
1268 ! pod/perlunicode.pod
1269____________________________________________________________________________
1270[ 9568] By: nick on 2001/04/05 19:38:09
1271 Log: Integrate mainline
1272 Branch: perlio
1273 +> lib/Class/ISA.pm t/lib/class-isa.t t/lib/md5-align.t
1274 !> (integrate 35 files)
1275____________________________________________________________________________
1276[ 9567] By: jhi on 2001/04/05 18:31:45
1277 Log: Subject: [PATCH B::Deparse] "${foo}bar", "${foo}[1]" etc.
1278 From: Robin Houston <robin@kitsite.com>
1279 Date: Thu, 5 Apr 2001 18:03:23 +0100
1280 Message-ID: <20010405180323.A16388@puffinry.freeserve.co.uk>
1281 Branch: perl
1282 ! ext/B/B/Deparse.pm
1283____________________________________________________________________________
1284[ 9566] By: jhi on 2001/04/05 18:29:35
1285 Log: Subject: [PATCH B::*] cope with SVf_IVisUV, and cope with $^^ and friends
1286 From: Robin Houston <robin@kitsite.com>
1287 Date: Thu, 5 Apr 2001 16:45:18 +0100
1288 Message-ID: <20010405164517.B16037@puffinry.freeserve.co.uk>
1289 Branch: perl
1290 ! ext/B/B.pm ext/B/B/Deparse.pm ext/B/B/Terse.pm
1291____________________________________________________________________________
1292[ 9565] By: jhi on 2001/04/05 18:24:23
1293 Log: Subject: [PATCH B::Deparse] lexical variables with ridiculously long names that are used in list assignments
1294 From: Robin Houston <robin@kitsite.com>
1295 Date: Thu, 5 Apr 2001 14:50:09 +0100
1296 Message-ID: <20010405145009.A15916@puffinry.freeserve.co.uk>
1297 Branch: perl
1298 ! ext/B/B/Deparse.pm
1299____________________________________________________________________________
1300[ 9564] By: jhi on 2001/04/05 18:23:03
1301 Log: Subject: [PATCH B::*] print control-character vars readably
1302 From: Robin Houston <robin@kitsite.com>
1303 Date: Thu, 5 Apr 2001 14:27:38 +0100
1304 Message-ID: <20010405142738.A15855@puffinry.freeserve.co.uk>
1305
1306 Needs EBCDICification.
1307 Branch: perl
1308 ! ext/B/B.pm ext/B/B/Concise.pm ext/B/B/Debug.pm
1309 ! ext/B/B/Terse.pm
1310____________________________________________________________________________
1311[ 9563] By: jhi on 2001/04/05 18:20:32
1312 Log: Subject: Re: Not OK: perl v5.6.1 +fools-gold on darwin 1.3 (UNINSTALLED)
1313 Date: Thu, 5 Apr 2001 13:21:42 -0400
1314 From: Paul Schinder <schinder@pobox.com>
1315 Message-Id: <p05100900b6f25159e767@[10.0.1.52]>
1316
1317 Mac OS X (Darwin) has extra pwent fields.
1318 Branch: perl
1319 ! t/op/pwent.t
1320____________________________________________________________________________
1321[ 9562] By: jhi on 2001/04/05 17:57:51
1322 Log: Regen toc.
1323 Branch: perl
1324 ! pod/perltoc.pod
1325____________________________________________________________________________
1326[ 9561] By: jhi on 2001/04/05 17:47:33
1327 Log: Metaconfig units changes for #9560, plus regen Glossary.patch.
1328 Branch: metaconfig
1329 ! U/Glossary.patch
1330 Branch: metaconfig/U/perl
1331 + d_u32align.U
1332 ! d_cmsghdr_s.U d_msghdr_s.U
1333____________________________________________________________________________
1334[ 9560] By: jhi on 2001/04/05 17:47:01
1335 Log: Introduce d_u32align / U32_REQUIRES_ALIGNMENT, needed for
1336 ext/Digest/MD5/Makefile.PL and t/lib/md5-align.t.
1337 Introduce probes for struct msghdr, struct cmsghdr,
1338 sendmsg, recvmsg, readv, writev, setitimer, getitimer,
1339 ualarm, usleep, for possible later extension work.
1340 Branch: perl
1341 + t/lib/md5-align.t
1342 ! Configure MANIFEST Porting/Glossary Porting/config.sh
1343 ! Porting/config_H config_h.SH configure.com epoc/config.sh
1344 ! ext/Digest/MD5/Makefile.PL perl.h uconfig.h uconfig.sh
1345 ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
1346 ! vos/config.ga.h win32/config.bc win32/config.gc
1347 ! win32/config.vc
1348____________________________________________________________________________
1349[ 9559] By: jhi on 2001/04/05 13:03:04
1350 Log: Be traditional in your cpp (for the Errno extension).
1351 Branch: perl
1352 ! hints/darwin.sh
1353____________________________________________________________________________
1354[ 9558] By: jhi on 2001/04/05 13:00:05
1355 Log: Add $Config{cppflags} to the gcc incantation.
1356 Branch: perl
1357 ! ext/Errno/Errno_pm.PL
1358____________________________________________________________________________
1359[ 9557] By: jhi on 2001/04/05 04:22:39
1360 Log: Introduce Sean Burke's Class::ISA 0.32.
1361 Branch: perl
1362 + lib/Class/ISA.pm t/lib/class-isa.t
1363 ! MANIFEST
1364____________________________________________________________________________
1365[ 9556] By: jhi on 2001/04/05 04:09:50
1366 Log: Subject: [PATCH AUTHORS] Housekeeping
1367 From: Paul Johnson <paul@pjcj.net>
1368 Date: Wed, 4 Apr 2001 22:45:47 +0200
1369 Message-ID: <20010404224547.D9548@pjcj.net>
1370 Branch: perl
1371 ! AUTHORS
1372____________________________________________________________________________
1373[ 9555] By: jhi on 2001/04/05 04:06:33
1374 Log: Subject: [PATCH] Base64 update to perlfaq9.pod
1375 From: Gisle Aas <gisle@ActiveState.com>
1376 Date: 04 Apr 2001 14:23:04 -0700
1377 Message-ID: <lrlmpg9x6v.fsf@caliper.ActiveState.com>
1378 Branch: perl
1379 ! pod/perlfaq9.pod
1380____________________________________________________________________________
1381[ 9554] By: jhi on 2001/04/05 04:05:49
1382 Log: Downgrade also the "Wide character" diagnostic.
1383 Branch: perl
1384 ! pod/perldiag.pod
1385____________________________________________________________________________
1386[ 9553] By: jhi on 2001/04/05 04:00:33
1387 Log: Integrate changes #9544,9547,9549(perlio),9550,9551 from
1388 maintperl into mainline.
1389
1390 "double" should be "NV"; standard typemap is missing entry
1391 for NV
1392
1393 s/djSP/dSP/
1394
1395 Downgrade "Wide character in print" to a warning.
1396
1397 B::Deparse fix for ${^FOO} and documentation for PVX() method
1398 (from Robin Houston)
1399
1400 tr/// doesn't null-terminate the result in some situations
1401 (from Gisle Aas)
1402 Branch: perl
1403 !> doio.c doop.c ext/B/B.pm ext/B/B.xs ext/B/B/C.pm
1404 !> ext/B/B/Deparse.pm ext/Thread/Thread.xs lib/ExtUtils/typemap
1405 !> t/io/utf8.t t/op/tr.t
1406____________________________________________________________________________
1407[ 9552] By: jhi on 2001/04/05 03:52:50
1408 Log: Retract changes #9542 and #9538 (from maintperl, integrated
1409 at #9540), shouldn't be needed because of the perlio changes.
1410 Branch: perl
1411 ! util.c
1412____________________________________________________________________________
1413[ 9551] By: gsar on 2001/04/05 00:18:34
1414 Log: tr/// doesn't null-terminate the result in some situations
1415 (from Gisle Aas)
1416 Branch: maint-5.6/perl
1417 ! doop.c t/op/tr.t
1418____________________________________________________________________________
1419[ 9550] By: gsar on 2001/04/04 20:04:17
1420 Log: B::Deparse fix for ${^FOO} and documentation for PVX() method
1421 (from Robin Houston)
1422 Branch: maint-5.6/perl
1423 ! ext/B/B.pm ext/B/B/Deparse.pm
1424____________________________________________________________________________
1425[ 9549] By: nick on 2001/04/04 18:56:15
1426 Log: Downgrade "Wide character in print" to a warning.
1427 Branch: perlio
1428 ! doio.c t/io/utf8.t
1429____________________________________________________________________________
1430[ 9548] By: gsar on 2001/04/04 18:51:49
1431 Log: integrate changes#9460,9462,9482,9521,9522
1432
1433 Subject: PATCH: B::Debug should show LOOP-specific fields
1434
1435 Subject: B::Deparse precedence bug. (Patch included.)
1436
1437 Subject: Re: [ID 20010330.003] O=Deparse,-p does not preserve "operational semantics"
1438
1439 Subject: [PATCH B::Concise] @stash_array = split(/pat/, str);
1440
1441 Subject: [PATCH B::Concise] padname values may have bogus SvCUR
1442 Branch: maint-5.6/perl
1443 !> ext/B/B.pm ext/B/B.xs ext/B/B/Concise.pm ext/B/B/Debug.pm
1444 !> ext/B/B/Deparse.pm ext/B/B/Showlex.pm
1445____________________________________________________________________________
1446[ 9547] By: gsar on 2001/04/04 18:49:16
1447 Log: s/djSP/dSP/
1448 Branch: maint-5.6/perl
1449 ! ext/Thread/Thread.xs
1450____________________________________________________________________________
1451[ 9546] By: nick on 2001/04/04 18:44:00
1452 Log: Integrate mainline.
1453 Branch: perlio
1454 !> Makefile.SH embed.pl ext/File/Glob/Glob.pm jpl/JNI/JNI.pm op.c
1455 !> os2/OS2/Process/Process.pm perl.c pod/perlapi.pod util.c
1456____________________________________________________________________________
1457[ 9545] By: gsar on 2001/04/04 18:38:52
1458 Log: integrate change#8837 from mainline
1459
1460 Subject: [patch] -Wall cleanup round 2
1461 Branch: maint-5.6/perl
1462 !> ext/B/B.xs ext/Data/Dumper/Dumper.xs ext/Devel/DProf/DProf.xs
1463 !> ext/Devel/Peek/Peek.xs ext/Fcntl/Fcntl.xs
1464 !> ext/File/Glob/Glob.xs ext/GDBM_File/GDBM_File.xs ext/IO/IO.xs
1465 !> ext/IPC/SysV/SysV.xs ext/Opcode/Opcode.xs ext/POSIX/POSIX.xs
1466 !> ext/SDBM_File/SDBM_File.xs
1467____________________________________________________________________________
1468[ 9544] By: gsar on 2001/04/04 17:49:57
1469 Log: "double" should be "NV"; standard typemap is missing entry
1470 for NV
1471 Branch: maint-5.6/perl
1472 ! ext/B/B.xs ext/B/B/C.pm lib/ExtUtils/typemap
1473____________________________________________________________________________
1474[ 9543] By: jhi on 2001/04/04 14:13:18
1475 Log: Thou shalt not (just) match for English error messages.
1476 Branch: perl
1477 ! ext/File/Glob/Glob.pm jpl/JNI/JNI.pm
1478 ! os2/OS2/Process/Process.pm
1479____________________________________________________________________________
1480[ 9542] By: jhi on 2001/04/04 13:20:39
1481 Log: Make the stdio tricks of fflush_all() to exist only if
1482 stdio is being used.
1483 Branch: perl
1484 ! util.c
1485____________________________________________________________________________
1486[ 9541] By: jhi on 2001/04/04 04:20:24
1487 Log: Subject: Re: [PATCH] Lighten up glob
1488 From: Benjamin Sugars <bsugars@canoe.ca>
1489 Date: Tue, 3 Apr 2001 17:03:48 -0400 (EDT)
1490 Message-ID: <Pine.LNX.4.21.0104031700340.2143-100000@marmot.rim.canoe.ca>
1491 Branch: perl
1492 ! embed.pl ext/File/Glob/Glob.pm op.c perl.c pod/perlapi.pod
1493 ! util.c
1494____________________________________________________________________________
1495[ 9540] By: jhi on 2001/04/04 04:03:57
1496 Log: Integrate changes #9538,9539 from maintperl into mainline.
1497
1498 fflush() is a macro on SunOS 4.1.x, so provide a wrapper
1499 for use with _fwalk() (fix for change#7705)
1500
1501 another tweak needed for SunOS 4.1.x build (from Mike Guy)
1502 (cp -f is not portable)
1503 Branch: perl
1504 !> Makefile.SH util.c
1505____________________________________________________________________________
1506[ 9539] By: gsar on 2001/04/04 03:01:14
1507 Log: another tweak needed for SunOS 4.1.x build (from Mike Guy)
1508 Branch: maint-5.6/perl
1509 ! Makefile.SH
1510____________________________________________________________________________
1511[ 9538] By: gsar on 2001/04/04 01:00:38
1512 Log: fflush() is a macro on SunOS 4.1.x, so provide a wrapper
1513 for use with _fwalk() (fix for change#7705)
1514 Branch: maint-5.6/perl
1515 ! util.c
1516____________________________________________________________________________
1517[ 9537] By: nick on 2001/04/03 19:24:55
1518 Log: Integrate mainline
1519 Branch: perlio
1520 +> ext/Cwd/Cwd.xs ext/Cwd/Makefile.PL lib/unicode/NamesList.txt
1521 +> lib/unicode/PropList.html
1522 - lib/unicode/Names.txt lib/unicode/README.Ethiopic
1523 !> (integrate 69 files)
1524____________________________________________________________________________
1525[ 9536] By: jhi on 2001/04/03 18:02:31
1526 Log: Integrate change #9533 from maintperl into mainline.
1527
1528 better fix for change#9517 to accomodate UNC paths like
1529 \\server\share\foo, and paths with trailing backslash
1530 like c:\this\
1531 Branch: perl
1532 !> utils/perldoc.PL x2p/find2perl.PL x2p/s2p.PL
1533____________________________________________________________________________
1534[ 9535] By: jhi on 2001/04/03 17:58:07
1535 Log: Change the push/unshift warning to be of class syntax, not misc.
1536 Branch: perl
1537 ! op.c pod/perldiag.pod t/pragma/warn/op
1538____________________________________________________________________________
1539[ 9534] By: jhi on 2001/04/03 15:03:46
1540 Log: Change the push/unshift warning (#9532) to talk about "no values"
1541 instead of "no arguments".
1542 Branch: perl
1543 ! op.c pod/perldiag.pod t/pragma/warn/op
1544____________________________________________________________________________
1545[ 9533] By: gsar on 2001/04/03 14:30:07
1546 Log: better fix for change#9517 to accomodate UNC paths like
1547 \\server\share\foo, and paths with trailing backslash
1548 like c:\this\
1549 Branch: maint-5.6/perl
1550 ! utils/perldoc.PL x2p/find2perl.PL x2p/s2p.PL
1551____________________________________________________________________________
1552[ 9532] By: jhi on 2001/04/03 13:11:46
1553 Log: Subject: Re: [ID 20010331.003] new misc warning for push(@x), unshift(@x)
1554 From: Robin Houston <robin@kitsite.com>
1555 Date: Mon, 2 Apr 2001 15:03:29 +0100
1556 Message-ID: <20010402150329.A6636@puffinry.freeserve.co.uk>
1557 Branch: perl
1558 ! op.c pod/perldiag.pod t/lib/db-recno.t t/pragma/warn/op
1559____________________________________________________________________________
1560[ 9531] By: jhi on 2001/04/03 13:06:34
1561 Log: Integrate change #9530 from maintperl into mainline.
1562
1563 accomodate VMS "mailbox overflow" quirk in testsuite (from
1564 Craig Berry)
1565 Branch: perl
1566 !> t/lib/socket.t
1567____________________________________________________________________________
1568[ 9530] By: gsar on 2001/04/03 04:56:41
1569 Log: accomodate VMS "mailbox overflow" quirk in testsuite (from
1570 Craig Berry)
1571 Branch: maint-5.6/perl
1572 ! t/lib/socket.t
1573____________________________________________________________________________
1574[ 9529] By: jhi on 2001/04/03 02:34:34
1575 Log: Update Changes.
1576 Branch: perl
1577 ! Changes patchlevel.h
1578____________________________________________________________________________
d57eded6
JH
1579[ 9528] By: jhi on 2001/04/03 01:27:57
1580 Log: Subject: [PATCH: 9508] perlfaq3: extend the silly long list even further
1581 Date: Mon, 2 Apr 2001 18:24:53 -0700 (PDT)
1582 To: perl5-porters@perl.org
1583 Message-ID: <Pine.OSF.4.10.10104021823330.279908-100000@aspara.forte.com>
1584 Branch: perl
1585 ! pod/perlfaq3.pod
1586____________________________________________________________________________
1587[ 9527] By: jhi on 2001/04/03 01:22:09
1588 Log: Subject: [PATCH: 9508] build && test XS::Typemap on VMS, glob-basic insensitivity training
1589 From: Peter Prymmer <pvhp@forte.com>
1590 Date: Mon, 2 Apr 2001 17:40:27 -0700 (PDT)
1591 Message-ID: <Pine.OSF.4.10.10104021727250.278825-100000@aspara.forte.com>
1592 Branch: perl
1593 ! configure.com t/lib/glob-basic.t t/lib/xs-typemap.t
1594____________________________________________________________________________
1595[ 9526] By: jhi on 2001/04/03 01:18:25
1596 Log: The metaconfig unit changes for #9525.
1597 Branch: metaconfig
1598 ! U/a_dvisory/quadtype.U U/modified/mallocsrc.U
1599 Branch: metaconfig/U/perl
1600 ! use64bits.U
1601____________________________________________________________________________
1602[ 9525] By: jhi on 2001/04/03 01:17:30
1603 Log: Configure sanity checks:
1604 * if use64bitall is attempted but pointers are only 32-bit,
1605 'downgrade' to use64bitint
1606 * if use64bitint is attempted but there's no quad type,
1607 forget about use64bitint (well, the default for it is 'n',
1608 the user can still override this)
1609 * if pointers are 64 bits, do not try to use Perl's malloc
1610 Branch: perl
1611 ! Configure
1612____________________________________________________________________________
1613[ 9524] By: gsar on 2001/04/03 01:09:12
1614 Log: EPOC fix for lib/io_udp.t failure (from Olaf Flebbe)
1615 Branch: maint-5.6/perl
1616 ! pp_sys.c
1617____________________________________________________________________________
1618[ 9523] By: jhi on 2001/04/03 00:02:31
67991998
JH
1619 Log: (Retracted by #9609)
1620
1621 Make it harder for parallel makes to enter 'test' before
d57eded6
JH
1622 Dynaloader and File::Glob are happy. (In principle 'make_ext'
1623 should be unhappy enough, but sometimes parallel makes seem
1624 to sneak past both in Tru64 and AIX.)
1625 Branch: perl
1626 ! Makefile.SH
1627____________________________________________________________________________
1628[ 9522] By: jhi on 2001/04/02 22:35:31
1629 Log: Subject: [PATCH B::Concise] padname values may have bogus SvCUR
1630 Date: Mon, 2 Apr 2001 22:54:10 +0100
1631 From: Robin Houston <robin@kitsite.com>
1632 Message-ID: <20010402225410.A8273@puffinry.freeserve.co.uk>
1633 Branch: perl
1634 ! ext/B/B.pm ext/B/B.xs ext/B/B/Concise.pm ext/B/B/Showlex.pm
1635____________________________________________________________________________
1636[ 9521] By: jhi on 2001/04/02 22:32:23
1637 Log: Subject: [PATCH B::Concise] @stash_array = split(/pat/, str);
1638 From: Robin Houston <robin@kitsite.com>
1639 Date: Mon, 2 Apr 2001 20:24:03 +0100
1640 Message-ID: <20010402202402.A8005@puffinry.freeserve.co.uk>
1641 Branch: perl
1642 ! ext/B/B/Concise.pm
1643____________________________________________________________________________
1644[ 9520] By: jhi on 2001/04/02 22:30:43
1645 Log: Subject: [PATCH] REALLY pedantic hv.h nit
1646 From: Simon Cozens <simon@netthink.co.uk>
1647 Date: Mon, 2 Apr 2001 15:43:06 +0100
1648 Message-ID: <20010402154306.A21711@netthink.co.uk>
1649 Branch: perl
1650 ! hv.h
1651____________________________________________________________________________
1652[ 9519] By: jhi on 2001/04/02 22:28:04
1653 Log: Based on
1654
1655 Subject: [foolperl] EPOC fix
1656 From: Olaf Flebbe <O.Flebbe@science-computing.de>
1657 Date: Mon, 2 Apr 2001 23:36:51 +0200 (CEST)
1658 Message-ID: <Pine.LNX.4.02.10104022335380.5547-100000@milkyway.science-computing.de>
1659 Branch: perl
1660 ! pp_sys.c
1661____________________________________________________________________________
1662[ 9518] By: jhi on 2001/04/02 22:22:34
1663 Log: Integrate changes #9511,9514,9517 from maintperl into mainline.
1664
1665 README.win32 tweaks; add a note about alternative location for
1666 getting a gcc-2.95.2 that will build perl properly on windows
1667
1668 add some notes about gutsy threading matters
1669
1670 many of the utilities interpolate literal paths within doublequotes
1671 (fails on dosish platforms where path contains backslashes)
1672 Branch: perl
1673 !> README.win32 pod/perlguts.pod utils/perldoc.PL
1674 !> x2p/find2perl.PL x2p/s2p.PL
1675____________________________________________________________________________
1676[ 9517] By: gsar on 2001/04/02 19:52:21
1677 Log: many of the utilities interpolate literal paths within doublequotes
1678 (fails on dosish platforms where path contains backslashes)
1679 Branch: maint-5.6/perl
1680 ! utils/perldoc.PL x2p/find2perl.PL x2p/s2p.PL
1681____________________________________________________________________________
1682[ 9516] By: gsar on 2001/04/02 05:49:37
1683 Log: a foolish release
1684 Branch: maint-5.6/perl
1685 ! Changes patchlevel.h pod/perldelta.pod pod/perlhist.pod
1686 ! pod/perltoc.pod
1687____________________________________________________________________________
1688[ 9515] By: gsar on 2001/04/02 05:04:29
1689 Log: add missing changelog summaries
1690 Branch: maint-5.6/perl
1691 ! Changes
1692____________________________________________________________________________
1693[ 9514] By: gsar on 2001/04/02 04:07:13
1694 Log: add some notes about gutsy threading matters
1695 Branch: maint-5.6/perl
1696 ! pod/perlguts.pod
1697____________________________________________________________________________
1698[ 9513] By: gsar on 2001/04/02 03:25:21
1699 Log: add more prominent caveat notices about experimental features
1700 Branch: maint-5.6/perl
1701 ! pod/perlfork.pod pod/perlunicode.pod
1702____________________________________________________________________________
1703[ 9512] By: gsar on 2001/04/02 02:54:33
1704 Log: integrate changes#9479,9509 from mainline
1705
1706 [PATCH] File::Glob stuff for Mac OS
1707
1708 [PATH bsd_glob.c perl@9472] Shut up gcc warning in bsd_glob.c
1709 Branch: maint-5.6/perl
1710 !> ext/File/Glob/Glob.pm ext/File/Glob/bsd_glob.c
1711 !> t/lib/glob-basic.t t/lib/glob-case.t t/lib/glob-global.t
1712 !> t/lib/glob-taint.t
1713____________________________________________________________________________
1714[ 9511] By: gsar on 2001/04/02 02:38:24
1715 Log: README.win32 tweaks; add a note about alternative location for
1716 getting a gcc-2.95.2 that will build perl properly on windows
1717 Branch: maint-5.6/perl
1718 ! README.win32
1719____________________________________________________________________________
1720[ 9510] By: jhi on 2001/04/01 20:45:10
1721 Log: An ambiguosity warning.
1722 Branch: perl
1723 ! t/lib/trig.t
1724____________________________________________________________________________
1725[ 9509] By: jhi on 2001/04/01 19:53:47
1726 Log: Subject: [PATH bsd_glob.c perl@9472] Shut up gcc warning in bsd_glob.c
1727 From: Jonathan Stowe <gellyfish@gellyfish.com>
1728 Date: Sun, 1 Apr 2001 10:04:55 +0100 (BST)
1729 Message-ID: <Pine.LNX.4.30.0104010958250.7703-100000@orpheus.gellyfish.com>
1730 Branch: perl
1731 ! ext/File/Glob/bsd_glob.c
1732____________________________________________________________________________
1733[ 9508] By: jhi on 2001/04/01 19:35:03
1734 Log: Update Changes.
1735 Branch: perl
1736 ! Changes patchlevel.h
1737____________________________________________________________________________
1738[ 9507] By: jhi on 2001/04/01 19:24:01
1739 Log: Integrate changes #9378,9458,9469,9475,9489,9490,9505,9506
1740 from mainline to maintperl: pod tweaks.
1741 Branch: maint-5.6/perl
1742 !> pod/perldebug.pod pod/perldiag.pod pod/perlfaq1.pod
1743 !> pod/perlguts.pod pod/perlhack.pod pod/perlop.pod
1744 !> pod/perlvar.pod
1745____________________________________________________________________________
67c03fbb
JH
1746[ 9506] By: jhi on 2001/04/01 19:11:53
1747 Log: Commit Sarathy to April release of 5.6.1 :-)
1748 Branch: perl
1749 ! pod/perlfaq1.pod
1750____________________________________________________________________________
1751[ 9505] By: jhi on 2001/04/01 19:03:15
1752 Log: Subject: PATCH 5.6.0 (perldebug.pod)
1753 From: Mark-Jason Dominus <mjd@plover.com>
1754 Date: Sun, 01 Apr 2001 14:25:11 -0400
1755 Message-ID: <20010401182511.9247.qmail@plover.com>
1756 Branch: perl
1757 ! pod/perldebug.pod
1758____________________________________________________________________________
1759[ 9504] By: jhi on 2001/04/01 18:43:09
1760 Log: Add great_circle_direction().
1761 Branch: perl
1762 ! lib/Math/Trig.pm t/lib/trig.t
1763____________________________________________________________________________
1764[ 9503] By: jhi on 2001/04/01 17:29:12
1765 Log: Unicode ReadMe update for Unicode 3.1.
1766 Branch: perl
1767 ! lib/unicode/ReadMe.txt
1768____________________________________________________________________________
1769[ 9502] By: jhi on 2001/04/01 17:18:40
1770 Log: Integrate change #9501 from maintperl into mainline.
1771
1772 fix the perlembed notes on multiple interpreters
1773
1774 fix ExtUtils::Embed to work passably on Windows
1775 Branch: perl
1776 !> lib/ExtUtils/Embed.pm pod/perlembed.pod
1777____________________________________________________________________________
1778[ 9501] By: gsar on 2001/04/01 07:21:57
1779 Log: fix the perlembed notes on multiple interpreters
1780
1781 fix ExtUtils::Embed to work passably on Windows
1782 Branch: maint-5.6/perl
1783 ! lib/ExtUtils/Embed.pm pod/perlembed.pod
1784____________________________________________________________________________
1785[ 9500] By: jhi on 2001/04/01 05:58:23
1786 Log: Test for #9499.
1787 Branch: perl
1788 ! t/op/tr.t
1789____________________________________________________________________________
1790[ 9499] By: jhi on 2001/04/01 05:55:46
1791 Log: tr/// UTF-8 tweaking from Inaba Hiroto.
1792 Branch: perl
1793 ! embed.h embed.pl op.c proto.h
1794____________________________________________________________________________
1795[ 9498] By: jhi on 2001/04/01 05:44:34
1796 Log: Protect the workaround hunk more.
1797 Branch: perl
1798 ! toke.c
1799____________________________________________________________________________
1800[ 9497] By: jhi on 2001/04/01 00:24:25
1801 Log: Integrate changes #9493,9494,9495,9496 from maintperl
1802 into mainline.
1803
1804 fix a broken workaround for Borland compiler in change#4739
1805 (caused weird "short reads" on DATA, which caused op/misc.t to fail)
1806
1807 nits spotted by Borland compiler
1808
1809 avoid redefinition warnings under Borland 5.02
1810
1811 various nits identified by the Borland 5.5 compiler; remove suppression
1812 of a few warnings
1813 Branch: perl
1814 !> ext/File/Glob/bsd_glob.c sv.c toke.c utf8.h win32/makefile.mk
1815 !> win32/win32.h
1816____________________________________________________________________________
1817[ 9496] By: gsar on 2001/03/31 23:22:28
1818 Log: various nits identified by the Borland 5.5 compiler; remove suppression
1819 of a few warnings
1820 Branch: maint-5.6/perl
1821 ! ext/File/Glob/bsd_glob.c sv.c win32/win32.h
1822____________________________________________________________________________
1823[ 9495] By: gsar on 2001/03/31 21:03:08
1824 Log: avoid redefinition warnings under Borland 5.02
1825 Branch: maint-5.6/perl
1826 ! win32/makefile.mk
1827____________________________________________________________________________
1828[ 9494] By: gsar on 2001/03/31 20:18:59
1829 Log: nits spotted by Borland compiler
1830 Branch: maint-5.6/perl
1831 ! utf8.h win32/win32.h
1832____________________________________________________________________________
1833[ 9493] By: gsar on 2001/03/31 20:18:05
1834 Log: fix a broken workaround for Borland compiler in change#4739
1835 (caused weird "short reads" on DATA, which caused op/misc.t to fail)
1836 Branch: maint-5.6/perl
1837 ! toke.c
1838____________________________________________________________________________
1839[ 9492] By: jhi on 2001/03/31 18:36:24
1840 Log: Integrate change #9491 from maintperl into mainline.
1841
1842 Cwd::chdir() doesn't set $ENV{PWD} correctly on windows when the
1843 directory is relative (need to fetch the full path name *before*
1844 the chdir!)
1845 Branch: perl
1846 !> lib/Cwd.pm
1847____________________________________________________________________________
1848[ 9491] By: gsar on 2001/03/31 17:01:56
1849 Log: Cwd::chdir() doesn't set $ENV{PWD} correctly on windows when the
1850 directory is relative (need to fetch the full path name *before*
1851 the chdir!)
1852
1853 this is a followup patch for change#6749
1854 Branch: maint-5.6/perl
1855 ! lib/Cwd.pm
1856____________________________________________________________________________
1857[ 9490] By: jhi on 2001/03/31 15:50:18
1858 Log: Subject: Re: [PATCH] av.h cosmetics
1859 From: Simon Cozens <simon@netthink.co.uk>
1860 Date: Sat, 31 Mar 2001 13:09:59 +0100
1861 Message-ID: <20010331130959.A22000@netthink.co.uk>
1862
1863 Document AvALLOC.
1864 Branch: perl
1865 ! pod/perlguts.pod
1866____________________________________________________________________________
1867[ 9489] By: jhi on 2001/03/31 15:48:44
1868 Log: Subject: [PATCH] Re: Math::Big* v1.21
1869 From: Tels <perl_dummy@bloodgate.com>
1870 Date: Sat, 31 Mar 2001 13:21:05 +0200 (CEST)
1871 Message-Id: <200103311125.GAA377738@www08.hway.net>
1872 Branch: perl
1873 ! pod/perlop.pod
1874____________________________________________________________________________
1875[ 9488] By: jhi on 2001/03/31 03:39:51
1876 Log: Debug output tweak.
1877 Branch: perl
1878 ! t/lib/cwd.t
1879____________________________________________________________________________
1880[ 9487] By: jhi on 2001/03/31 03:33:02
1881 Log: OverVMSification.
1882 Branch: perl
1883 ! t/lib/cwd.t
1884____________________________________________________________________________
1885[ 9486] By: jhi on 2001/03/31 03:01:40
1886 Log: Missed MANIFESTations in #9483.
1887 Branch: perl
1888 ! MANIFEST
1889____________________________________________________________________________
1890[ 9485] By: jhi on 2001/03/31 02:58:17
1891 Log: Subject: Not OK: perl v5.7.0 +DEVEL9472 on VMS_AXP V7.1 (UNINSTALLED)
1892 From: Peter Prymmer <pvhp@forte.com>
1893 Date: Fri, 30 Mar 2001 18:06:36 -0800 (PST)
1894 Message-ID: <Pine.OSF.4.10.10103301805450.63762-100000@aspara.forte.com>
1895 Branch: perl
1896 ! regexec.c t/lib/cwd.t
1897____________________________________________________________________________
1898[ 9484] By: jhi on 2001/03/31 01:04:41
1899 Log: Obsolete file (see #3938)
1900 Branch: perl
1901 - lib/unicode/README.Ethiopic
1902 ! MANIFEST
1903____________________________________________________________________________
1904[ 9483] By: jhi on 2001/03/31 00:52:42
1905 Log: Update to Unicode 3.1.
1906 (Rename Names.txt to NamesList.txt.)
1907 Branch: perl
1908 + lib/unicode/NamesList.txt lib/unicode/PropList.html
1909 - lib/unicode/Names.txt
1910 ! lib/unicode/Is/LbrkAI.pl lib/unicode/Is/LbrkAL.pl
1911 ! lib/unicode/Is/LbrkBA.pl lib/unicode/Is/LbrkBB.pl
1912 ! lib/unicode/Is/LbrkID.pl lib/unicode/Is/LbrkSG.pl
1913 ! lib/unicode/LineBrk.txt lib/unicode/NamesList.html
1914 ! lib/unicode/UCD.html lib/unicode/Unicode.html
1915 ! lib/unicode/rename lib/unicode/version
1916____________________________________________________________________________
1917[ 9482] By: jhi on 2001/03/30 23:33:44
1918 Log: Subject: Re: [ID 20010330.003] O=Deparse,-p does not preserve "operational semantics"
1919 From: Robin Houston <robin@kitsite.com>
1920 Date: Fri, 30 Mar 2001 20:07:22 +0100
1921 Message-ID: <20010330200722.A2010@puffinry.freeserve.co.uk>
1922 Branch: perl
1923 ! ext/B/B/Deparse.pm
1924____________________________________________________________________________
1925[ 9481] By: jhi on 2001/03/30 23:20:25
1926 Log: Subject: Re: [PATCH] CwdXS, Take 2
1927 From: Benjamin Sugars <bsugars@canoe.ca>
1928 Date: Fri, 30 Mar 2001 14:08:51 -0500 (EST)
1929 Message-ID: <Pine.LNX.4.21.0103301357490.1927-100000@marmot.rim.canoe.ca>
1930 Branch: perl
1931 + ext/Cwd/Cwd.xs ext/Cwd/Makefile.PL
1932 ! MANIFEST lib/Cwd.pm t/lib/cwd.t
1933____________________________________________________________________________
1934[ 9480] By: jhi on 2001/03/30 22:52:38
1935 Log: Subject: [ID 20010330.006] incorrect WARNING from installperl "You've never run 'make test' or some tests failed!"
1936 From: David Dyck <dcd@tc.fluke.com>
1937 Date: Fri, 30 Mar 2001 14:44:13 -0800
1938 Message-Id: <200103302244.OAA12204@dd.tc.fluke.com>
1939
1940 The t/rantests flags file creation was accidentally
1941 removed by #9217.
1942 Branch: perl
1943 ! Makefile.SH
1944____________________________________________________________________________
1945[ 9479] By: jhi on 2001/03/30 22:45:45
1946 Log: Subject: [PATCH] File::Glob stuff for Mac OS
1947 From: Chris Nandor <pudge@pobox.com>
1948 Date: Fri, 30 Mar 2001 16:51:00 -0500
1949 Message-Id: <p05010400b6eaab36051c@[10.0.1.177]>
1950 Branch: perl
1951 ! ext/File/Glob/Glob.pm ext/File/Glob/bsd_glob.c
1952 ! t/lib/glob-basic.t t/lib/glob-case.t t/lib/glob-global.t
1953 ! t/lib/glob-taint.t
1954____________________________________________________________________________
1955[ 9478] By: jhi on 2001/03/30 22:43:12
1956 Log: Subject: fix for win32/buildext.pl
1957 From: "Vadim Konovalov" <watman@inbox.ru>
1958 Date: Sat, 31 Mar 2001 00:50:36 +0400
1959 Message-ID: <005b01c0b95c$ac277250$7542983e@vad>
1960 Branch: perl
1961 ! win32/buildext.pl
1962____________________________________________________________________________
1963[ 9477] By: jhi on 2001/03/30 22:41:16
1964 Log: Subject: small base.pm doc patch
1965 From: Leon Brocard <acme@astray.com>
1966 Date: Fri, 30 Mar 2001 21:49:57 +0100
1967 Message-ID: <20010330214957.B8733@ns0.astray.com>
1968 Branch: perl
1969 ! lib/base.pm
1970____________________________________________________________________________
1971[ 9476] By: jhi on 2001/03/30 18:16:57
1972 Log: Subject: [PATCH] av.h cosmetics
1973 From: Simon Cozens <simon@netthink.co.uk>
1974 Date: Fri, 30 Mar 2001 18:12:28 +0100
1975 Message-ID: <20010330181228.A9319@netthink.co.uk>
1976 Branch: perl
1977 ! av.h
1978____________________________________________________________________________
1979[ 9475] By: jhi on 2001/03/30 18:15:50
1980 Log: Subject: [DOC PATCH bleadperl] Two nits in perlhack.pod
1981 From: "Philip Newton" <pnewton@gmx.de>
1982 Date: Fri, 30 Mar 2001 19:06:57 +0200
1983 Message-ID: <3AC4D951.14815.1AC7068@localhost>
1984 Branch: perl
1985 ! pod/perlhack.pod
1986____________________________________________________________________________
1987[ 9474] By: jhi on 2001/03/30 18:14:02
1988 Log: Subject: [PATCH] glob-basic.t (Was: [ID 20010328.016])
1989 From: Benjamin Sugars <bsugars@canoe.ca>
1990 Date: Fri, 30 Mar 2001 11:04:35 -0500 (EST)
1991 Message-ID: <Pine.LNX.4.21.0103301045130.1927-100000@marmot.rim.canoe.ca>
1992 Branch: perl
1993 ! t/lib/glob-basic.t
1994____________________________________________________________________________
1995[ 9473] By: jhi on 2001/03/30 16:09:24
1996 Log: Update Changes.
1997 Branch: perl
1998 ! Changes patchlevel.h
1999____________________________________________________________________________
8e654ed5
JH
2000[ 9472] By: jhi on 2001/03/30 15:16:08
2001 Log: Integrate perlio.
2002 Branch: perl
2003 !> t/lib/cwd.t t/lib/glob-basic.t
2004____________________________________________________________________________
2005[ 9471] By: nick on 2001/03/30 14:47:10
2006 Log: Should be (^O eq 'MSWin32') not 'Win32'
2007 Fail #12 seems real - chdir is in wrong dir.
2008 Branch: perlio
2009 ! t/lib/cwd.t
2010____________________________________________________________________________
2011[ 9470] By: jhi on 2001/03/30 14:41:11
2012 Log: Subject: Re: [ID 20010215.006] Bad arg length for Socket::unpack_sockaddr_un, length is 14 ...
2013 From: Radu Greab <radu@netsoft.ro>
2014 Date: Fri, 30 Mar 2001 15:09:06 +0300 (EEST)
2015 Message-ID: <15044.30562.566390.559726@ix.netsoft.ro>
2016
2017 Replace #9352.
2018 Branch: perl
2019 ! ext/Socket/Socket.xs pp_sys.c
2020____________________________________________________________________________
2021[ 9469] By: jhi on 2001/03/30 14:37:51
2022 Log: Subject: PATCH pod/perldiag.pod
2023 From: Robin Houston <robin@kitsite.com>
2024 Date: Fri, 30 Mar 2001 14:10:36 +0100
2025 Message-ID: <20010330141036.A1105@puffinry.freeserve.co.uk>
2026 Branch: perl
2027 ! pod/perldiag.pod t/lib/glob-basic.t
2028____________________________________________________________________________
2029[ 9468] By: jhi on 2001/03/30 14:36:36
2030 Log: Subject: Better diagnostic in io/fs.t
2031 From: andreas.koenig@anima.de (Andreas J. Koenig)
2032 Date: 30 Mar 2001 10:11:43 +0200
2033 Message-ID: <m3hf0boev4.fsf@ak-71.mind.de>
2034 Branch: perl
2035 ! t/io/fs.t
2036____________________________________________________________________________
2037[ 9467] By: nick on 2001/03/30 14:25:43
2038 Log: Skip order test of glob if case-ignoring system cannot
2039 create a.test and A.test
2040 Branch: perlio
2041 ! t/lib/glob-basic.t
2042____________________________________________________________________________
2043[ 9466] By: nick on 2001/03/30 13:03:12
2044 Log: Integrate mainline.
2045 Branch: perlio
2046 - ext/re/hints/aix.pl
2047 !> MANIFEST ext/B/B/Debug.pm ext/B/B/Deparse.pm
2048 !> lib/ExtUtils/MM_VMS.pm op.c pod/perlop.pod t/comp/require.t
2049 !> t/io/utf8.t t/lib/b.t t/lib/digest.t t/lib/glob-basic.t
2050 !> t/lib/io_multihomed.t t/lib/io_sock.t t/lib/md5-file.t
2051____________________________________________________________________________
2052[ 9465] By: jhi on 2001/03/30 03:53:37
2053 Log: Add timeouts to the tests. (In AIX 4.3.1.0 + vac 5.0.0.0
2054 the tests sometimes hang, sometimes not.)
2055 Branch: perl
2056 ! t/lib/io_multihomed.t t/lib/io_sock.t
2057____________________________________________________________________________
2058[ 9464] By: jhi on 2001/03/30 02:56:04
2059 Log: Subject: [PATCH @9452] Better peep()ing for foreach() loops
2060 From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
2061 Date: Thu, 29 Mar 2001 18:50:45 -0800 (PST)
2062 Message-ID: <15043.62129.253487.470281@soda.csua.berkeley.edu>
2063 Branch: perl
2064 ! op.c
2065____________________________________________________________________________
2066[ 9463] By: jhi on 2001/03/30 02:34:48
2067 Log: Test for #9462.
2068 Branch: perl
2069 ! t/lib/b.t
2070____________________________________________________________________________
2071[ 9462] By: jhi on 2001/03/30 02:29:37
2072 Log: Subject: B::Deparse precedence bug. (Patch included.)
2073 From: Jeremy Madea <jmadea@inktomi.com>
2074 Date: Thu, 29 Mar 2001 12:05:02 -0800
2075 Message-ID: <20010329120502.A24881@dr.inktomi.com>
2076 Branch: perl
2077 ! ext/B/B/Deparse.pm
2078____________________________________________________________________________
2079[ 9461] By: jhi on 2001/03/30 02:18:41
2080 Log: Subject: [PATCH: 9452] more tests (was Re: Perl5.7.* Unicode/EBCDIC status.)
2081 From: Peter Prymmer <pvhp@forte.com>
2082 Date: Thu, 29 Mar 2001 18:01:18 -0800 (PST)
2083 Message-ID: <Pine.OSF.4.10.10103291731150.1326-100000@aspara.forte.com>
2084 Branch: perl
2085 ! t/comp/require.t t/io/utf8.t t/lib/digest.t t/lib/glob-basic.t
2086 ! t/lib/md5-file.t
2087____________________________________________________________________________
2088[ 9460] By: jhi on 2001/03/30 02:17:07
2089 Log: Subject: PATCH: B::Debug should show LOOP-specific fields
2090 From: Robin Houston <robin@kitsite.com>
2091 Date: Thu, 29 Mar 2001 20:47:56 +0100
2092 Message-ID: <20010329204756.A32042@puffinry.freeserve.co.uk>
2093 Branch: perl
2094 ! ext/B/B/Debug.pm
2095____________________________________________________________________________
2096[ 9459] By: jhi on 2001/03/30 02:16:05
2097 Log: Subject: [PATCH perl@9424] further MM_VMS.pm tweak
2098 From: "Craig A. Berry" <craig.berry@SignalTreeSolutions.com>
2099 Date: Wed, 28 Mar 2001 18:02:20 -0600
2100 Message-Id: <5.0.2.1.0.20010328172535.017d5600@exchi01>
2101 Branch: perl
2102 ! lib/ExtUtils/MM_VMS.pm
2103____________________________________________________________________________
2104[ 9458] By: jhi on 2001/03/30 02:07:58
2105 Log: Subject: [ID 20010328.013] Misspelling in perlop(1p) manual page
2106 From: "Joshua E. Rodd" <jrodd@pbs.org>
2107 Date: Wed, 28 Mar 2001 17:29:12 -0500
2108 Message-Id: <E14iORE-0000ZV-00@shaggy.pbs.org>
2109 Branch: perl
2110 ! pod/perlop.pod
2111____________________________________________________________________________
2112[ 9457] By: jhi on 2001/03/30 02:04:33
2113 Log: Subject: ext/re/aix.pl can go
2114 From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
2115 Date: Thu, 29 Mar 2001 12:03:28 +0200
2116 Message-Id: <20010329120132.7C3B.H.M.BRAND@hccnet.nl>
2117 Branch: perl
2118 - ext/re/hints/aix.pl
2119 ! MANIFEST
2120____________________________________________________________________________
2121[ 9456] By: jhi on 2001/03/30 02:03:32
2122 Log: Integrate perlio.
2123 Branch: perl
2124 !> ext/Encode/Encode.xs installperl
2125____________________________________________________________________________
2126[ 9455] By: nick on 2001/03/29 21:11:46
2127 Log: DLL name has changed so installperl needs to know
2128 (Why isn't it working it out or passed it?)
2129 Branch: perlio
2130 ! installperl
2131____________________________________________________________________________
2132[ 9454] By: nick on 2001/03/29 20:56:12
2133 Log: Change Encode's check arguments to 'bool' so SvTRUE gets used
2134 and we don't get undef warnings.
2135 Branch: perlio
2136 ! ext/Encode/Encode.xs
2137____________________________________________________________________________
2138[ 9453] By: nick on 2001/03/29 17:58:48
2139 Log: Integrate mainline
2140 Branch: perlio
2141 !> Changes patchlevel.h
2142____________________________________________________________________________
2143[ 9452] By: jhi on 2001/03/29 16:44:55
2144 Log: Update Changes.
2145 Branch: perl
2146 ! Changes patchlevel.h
2147____________________________________________________________________________
2148[ 9451] By: nick on 2001/03/29 16:31:38
2149 Log: Integrate mainline
2150 Branch: perlio
2151 !> Changes Makefile.SH dump.c ext/Data/Dumper/Dumper.xs
2152 !> ext/Encode/Encode.xs ext/Storable/Storable.xs
2153 !> lib/ExtUtils/typemap patchlevel.h pod/perlhack.pod
2154 !> pod/perliol.pod t/lib/charnames.t t/lib/cwd.t t/op/bop.t
2155 !> t/op/vec.t t/op/ver.t toke.c utils/h2xs.PL
2156____________________________________________________________________________
50968cfc
JH
2157[ 9450] By: jhi on 2001/03/29 16:29:17
2158 Log: Integrate perlio.
2159 Branch: perl
2160 !> win32/buildext.pl
2161____________________________________________________________________________
2162[ 9449] By: jhi on 2001/03/29 15:50:01
2163 Log: Update Changes.
2164 Branch: perl
2165 ! Changes patchlevel.h
2166____________________________________________________________________________
2167[ 9448] By: nick on 2001/03/29 15:47:15
2168 Log: Make sure buildext.pl finds Errno.pm
2169 Branch: perlio
2170 ! win32/buildext.pl
2171____________________________________________________________________________
32533f2d
JH
2172[ 9447] By: jhi on 2001/03/29 15:39:34
2173 Log: Integrate perlio.
2174 Branch: perl
2175 !> win32/makefile.mk
2176____________________________________________________________________________
2177[ 9446] By: nick on 2001/03/29 15:30:03
2178 Log: Integrate win32/makefile.mk with mainline.
2179 Branch: perlio
2180 !> win32/makefile.mk
2181____________________________________________________________________________
2182[ 9445] By: nick on 2001/03/29 15:27:32
2183 Log: Fix breakage ...
2184 Branch: perlio
2185 ! win32/makefile.mk
2186____________________________________________________________________________
2187[ 9444] By: jhi on 2001/03/29 15:03:08
2188 Log: Subject: RE: Borland C++ for Win32 fixes; perl@9359 (also perl@9424)
2189 From: "Konovalov, Vadim" <vkonovalov@lucent.com>
2190 Date: Thu, 29 Mar 2001 10:32:59 +0400
2191 Message-ID: <402099F49BEED211999700805FC7359FA8442D@ru0028exch01.spb.lucent.com>
2192 Branch: perl
2193 ! win32/makefile.mk
2194____________________________________________________________________________
2195[ 9443] By: jhi on 2001/03/29 15:02:12
2196 Log: Integrate perlio.
2197 Branch: perl
2198 +> win32/buildext.pl
2199 !> MANIFEST ext/PerlIO/Via/Via.xs perlio.c perlio.h sv.c
2200 !> t/io/utf8.t t/lib/io_scalar.t win32/makefile.mk
2201____________________________________________________________________________
2202[ 9442] By: nick on 2001/03/29 14:59:11
2203 Log: Work in progress - determine win32 extensions to build via script.
2204 Branch: perlio
2205 + win32/buildext.pl
2206 ! MANIFEST win32/makefile.mk
2207____________________________________________________________________________
2208[ 9441] By: jhi on 2001/03/29 14:51:47
2209 Log: Reintroduce the use of external pwd.
2210 Branch: perl
2211 ! t/lib/cwd.t
2212____________________________________________________________________________
2213[ 9440] By: jhi on 2001/03/29 14:42:58
2214 Log: use warnings instead of -w.
2215 Branch: perl
2216 ! utils/h2xs.PL
2217____________________________________________________________________________
2218[ 9439] By: jhi on 2001/03/29 14:41:52
2219 Log: Subject: [PATCH h2xs.PL perl@9423] h2xs -w nits
2220 From: Jonathan Stowe <gellyfish@gellyfish.com>
2221 Date: Thu, 29 Mar 2001 09:34:12 +0100 (BST)
2222 Message-ID: <Pine.LNX.4.30.0103290929130.19409-100000@orpheus.gellyfish.com>
2223 Branch: perl
2224 ! utils/h2xs.PL
2225____________________________________________________________________________
2226[ 9438] By: jhi on 2001/03/29 14:39:38
2227 Log: Subject: [PATCH perl@9424] minor pod nits
2228 From: Robin Barker <rmb1@cise.npl.co.uk>
2229 Date: Thu, 29 Mar 2001 14:43:05 +0100 (BST)
2230 Message-Id: <200103291343.OAA10827@tempest.npl.co.uk>
2231 Branch: perl
2232 ! pod/perlhack.pod pod/perliol.pod
2233____________________________________________________________________________
2234[ 9437] By: jhi on 2001/03/29 14:29:16
2235 Log: Subject: [PATCH perl@9424] typemap cast warning
2236 From: Robin Barker <rmb1@cise.npl.co.uk>
2237 Date: Thu, 29 Mar 2001 13:58:47 +0100 (BST)
2238 Message-Id: <200103291258.NAA09360@tempest.npl.co.uk>
2239 Branch: perl
2240 ! lib/ExtUtils/typemap
2241____________________________________________________________________________
2242[ 9436] By: jhi on 2001/03/29 14:26:03
2243 Log: Subject: [PATCH perl@9424] printf warning
2244 From: Robin Barker <rmb1@cise.npl.co.uk>
2245 Date: Thu, 29 Mar 2001 13:29:21 +0100 (BST)
2246 Message-Id: <200103291229.NAA03968@tempest.npl.co.uk>
2247 Branch: perl
2248 ! dump.c ext/Data/Dumper/Dumper.xs ext/Encode/Encode.xs
2249 ! ext/Storable/Storable.xs toke.c
2250____________________________________________________________________________
2251[ 9435] By: nick on 2001/03/29 14:23:31
2252 Log: Win32 has name conflict with ERROR
2253 Branch: perlio
2254 ! ext/PerlIO/Via/Via.xs
2255____________________________________________________________________________
2256[ 9434] By: jhi on 2001/03/29 14:17:48
2257 Log: Subject: [PATCH: 9424] some tests (was Re: Perl5.7.* Unicode/EBCDIC status.)
2258 From: Peter Prymmer <pvhp@forte.com>
2259 Date: Wed, 28 Mar 2001 19:09:57 -0800 (PST)
2260 Message-ID: <Pine.OSF.4.10.10103281858520.314137-100000@aspara.forte.com>
2261 Branch: perl
2262 ! t/lib/charnames.t t/op/bop.t t/op/vec.t t/op/ver.t
2263____________________________________________________________________________
2264[ 9433] By: jhi on 2001/03/29 13:52:44
2265 Log: test-prep target was missing.
2266 Branch: perl
2267 ! Makefile.SH
2268____________________________________________________________________________
2269[ 9432] By: nick on 2001/03/29 12:40:03
2270 Log: Make as-shipped compiler default to MSVC6
2271 Branch: perlio
2272 ! win32/makefile.mk
2273____________________________________________________________________________
2274[ 9431] By: nick on 2001/03/29 12:12:16
2275 Log: Allow someone to write PerlIO::Array, PerlIO::Code, ...
2276 akin to PerlIO::Scalar.
2277 Branch: perlio
2278 ! perlio.c perlio.h
2279____________________________________________________________________________
2280[ 9430] By: nick on 2001/03/29 10:56:35
2281 Log: Integrate mainline.
2282 Branch: perlio
2283 !> lib/File/Basename.pm lib/File/CheckTree.pm lib/File/Compare.pm
2284 !> lib/File/Copy.pm lib/File/DosGlob.pm lib/File/Find.pm
2285 !> lib/File/Path.pm lib/File/stat.pm t/lib/filecopy.t
2286 !> win32/makefile.mk win32/win32sck.c
2287____________________________________________________________________________
2288[ 9429] By: nick on 2001/03/29 09:03:43
2289 Log: Noticed that two tests were skipped as perlio:: package
2290 isn't there any more. Changed the skip condition.
2291 Avoid core-dump if sv_utf8_upgrade() called on something
2292 that does not become SvPOK after SvPV() (e.g. a ref).
2293 Branch: perlio
2294 ! sv.c t/io/utf8.t t/lib/io_scalar.t
2295____________________________________________________________________________
2296[ 9428] By: jhi on 2001/03/29 01:31:47
2297 Log: Subject: [PATCH] Enable warnings in File::* (was: B::Terse and warnings)
2298 From: Benjamin Sugars <bsugars@canoe.ca>
2299 Date: Tue, 27 Mar 2001 16:27:38 -0500 (EST)
2300 Message-ID: <Pine.LNX.4.21.0103271612250.2007-100000@marmot.rim.canoe.ca>
2301 Branch: perl
2302 ! lib/File/Basename.pm lib/File/CheckTree.pm lib/File/Compare.pm
2303 ! lib/File/Copy.pm lib/File/DosGlob.pm lib/File/Find.pm
2304 ! lib/File/Path.pm lib/File/stat.pm t/lib/filecopy.t
2305____________________________________________________________________________
2306[ 9427] By: jhi on 2001/03/29 00:49:30
2307 Log: Subject: Borland C++ for Win32 fixes; perl@9359 (also perl@9424)
2308 From: "Vadim Konovalov" <watman@inbox.ru>
2309 Date: Thu, 29 Mar 2001 01:50:12 +0400
2310 Message-ID: <001c01c0b7d1$463dd880$5742983e@vad>
2311 Branch: perl
2312 ! win32/makefile.mk win32/win32sck.c
2313____________________________________________________________________________
2314[ 9426] By: gsar on 2001/03/29 00:28:04
2315 Log: dmake can only handle == and != in comparisons; support building
2316 with Borland's VCL libraries (from Vadim Konovalov)
2317 Branch: maint-5.6/perl
2318 ! win32/makefile.mk
2319____________________________________________________________________________
2320[ 9425] By: nick on 2001/03/28 19:29:56
2321 Log: Integrate (@snapshot)
2322 Branch: perlio
2323 !> Changes Makefile.SH patchlevel.h t/lib/cwd.t
2324____________________________________________________________________________
2325[ 9424] By: jhi on 2001/03/28 19:03:16
2326 Log: Update Changes.
2327 Branch: perl
2328 ! Changes patchlevel.h
2329____________________________________________________________________________
86d4dbc9
JH
2330[ 9423] By: jhi on 2001/03/28 18:52:09
2331 Log: Rmdir lib/XS on cleanup.
2332 Branch: perl
2333 ! Makefile.SH
2334____________________________________________________________________________
2335[ 9422] By: jhi on 2001/03/28 18:49:34
2336 Log: Integrate perlio.
2337 Branch: perl
2338 !> t/op/utf8decode.t
2339____________________________________________________________________________
2340[ 9421] By: nick on 2001/03/28 18:46:44
2341 Log: Loose duplicate chunk.
2342 Branch: perlio
2343 ! t/op/utf8decode.t
2344____________________________________________________________________________
2345[ 9420] By: nick on 2001/03/28 18:44:11
2346 Log: Integrate mainline.
2347 Branch: perlio
2348 !> ext/IO/IO.xs lib/ExtUtils/MM_VMS.pm makedef.pl vms/vms.c
2349 !> vms/vmsish.h
2350____________________________________________________________________________
2351[ 9419] By: jhi on 2001/03/28 18:42:05
2352 Log: Can't trust external pwds
2353 (either shell builtins or external programs)
2354 Branch: perl
2355 ! t/lib/cwd.t
2356____________________________________________________________________________
2357[ 9418] By: jhi on 2001/03/28 18:34:05
2358 Log: Integrate perlio.
2359 Branch: perl
2360 - lib/perlio.pm
2361 !> MANIFEST lib/PerlIO.pm lib/open.pm perlio.c t/lib/b.t
2362 !> t/op/utf8decode.t
2363____________________________________________________________________________
2364[ 9417] By: nick on 2001/03/28 18:24:02
2365 Log: PerlIO.pm / perlio.pm conflict.
2366 Update some pods.
2367 Make t/op/utf8decode.t a text file.
2368 Branch: perlio
2369 - lib/perlio.pm
2370 ! MANIFEST lib/PerlIO.pm lib/open.pm perlio.c t/lib/b.t
2371 ! t/op/utf8decode.t
2372____________________________________________________________________________
2373[ 9416] By: jhi on 2001/03/28 18:06:07
2374 Log: Integrate change #9409 from mainline to maintperl.
2375
2376 Yet another tweak on AIX dynaloading.
2377 Branch: maint-5.6/perl
2378 !> ext/DynaLoader/dl_aix.xs ext/DynaLoader/hints/aix.pl
2379____________________________________________________________________________
2380[ 9415] By: gsar on 2001/03/28 17:13:01
2381 Log: integrate changes#9377,9385,9401 from mainline
2382
2383 Subject: RE: 5.6.0 BUG: Lexical warnings aren't lexical
2384
2385 If directory entries compare equal case-insensitively,
2386 retry case-sensitively.
2387
2388 Subject: [PATCH] B::Terse and warnings
2389 Branch: maint-5.6/perl
2390 !> ext/B/B.pm ext/B/B/Terse.pm ext/File/Glob/bsd_glob.c gv.c
2391 !> t/pragma/warn/perl
2392____________________________________________________________________________
2393[ 9414] By: jhi on 2001/03/28 17:11:12
2394 Log: Subject: [PATCH perl@9359] VMS fix-ups and status
2395 From: "Craig A. Berry" <craigberry@mac.com>
2396 Date: Wed, 28 Mar 2001 10:55:20 -0600
2397 Message-Id: <5.0.2.1.0.20010327164600.031563e8@exchi01>
2398 Branch: perl
2399 ! ext/IO/IO.xs lib/ExtUtils/MM_VMS.pm vms/vms.c vms/vmsish.h
2400____________________________________________________________________________
2401[ 9413] By: jhi on 2001/03/28 17:03:12
2402 Log: Dup hunk.
2403 Branch: perl
2404 ! t/op/utf8decode.t
2405____________________________________________________________________________
2406[ 9412] By: jhi on 2001/03/28 17:02:36
2407 Log: Forced integrate from perlio.
2408 Branch: perl
2409 !> t/op/utf8decode.t
2410____________________________________________________________________________
2411[ 9411] By: nick on 2001/03/28 16:50:03
2412 Log: Integrate mainline.
2413 Branch: perlio
2414 +> t/lib/cwd.t
2415 !> MANIFEST ext/DynaLoader/dl_aix.xs ext/DynaLoader/hints/aix.pl
2416 !> ext/IO/lib/IO/Socket.pm ext/XS/Typemap/Typemap.pm
2417 !> ext/XS/Typemap/Typemap.xs ext/XS/Typemap/typemap gv.c
2418 !> makedef.pl pp.c t/lib/xs-typemap.t t/op/utf8decode.t
2419 !> t/pragma/warn/perl
2420____________________________________________________________________________
2421[ 9410] By: jhi on 2001/03/28 16:44:23
2422 Log: Subject: Re: [PATCH] 9403 cannot be tested
2423 From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
2424 Date: Wed, 28 Mar 2001 18:33:56 +0200
2425 Message-Id: <20010328182418.7C17.H.M.BRAND@hccnet.nl>
2426 Branch: perl
2427 ! makedef.pl
2428____________________________________________________________________________
2429[ 9409] By: jhi on 2001/03/28 16:12:45
2430 Log: Yet another tweak on AIX dynaloading.
2431 Branch: perl
2432 ! ext/DynaLoader/dl_aix.xs ext/DynaLoader/hints/aix.pl
2433____________________________________________________________________________
2434[ 9408] By: jhi on 2001/03/28 15:52:55
2435 Log: Subject: [PATCH] 9403 cannot be tested
2436 From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
2437 Date: Wed, 28 Mar 2001 17:23:00 +0200
2438 Message-Id: <20010328171835.7C14.H.M.BRAND@hccnet.nl>
2439
2440 A missing symbol.
2441 Branch: perl
2442 ! makedef.pl
2443____________________________________________________________________________
2444[ 9407] By: jhi on 2001/03/28 15:47:43
2445 Log: Integrate perlio. (with tweaks on t/op/utf8decode.t)
2446 Branch: perl
2447 ! t/op/utf8decode.t
2448 !> ext/MIME/Base64/QuotedPrint.pm ext/re/re.pm perl.h regcomp.c
2449 !> t/op/each.t t/op/pat.t t/op/regexp.t utf8.c
2450____________________________________________________________________________
2451[ 9406] By: jhi on 2001/03/28 15:37:08
2452 Log: Subject: [PATCH] cwd.t (was: Cwd has no tests?)
2453 From: Benjamin Sugars <bsugars@canoe.ca>
2454 Date: Tue, 27 Mar 2001 17:37:05 -0500 (EST)
2455 Message-ID: <Pine.LNX.4.21.0103271719540.2007-100000@marmot.rim.canoe.ca>
2456 Branch: perl
2457 + t/lib/cwd.t
2458 ! MANIFEST
2459____________________________________________________________________________
2460[ 9405] By: jhi on 2001/03/28 15:13:18
2461 Log: pp_ne() needs a CORRECT boolean.
2462 Branch: perl
2463 ! pp.c
2464____________________________________________________________________________
2465[ 9404] By: jhi on 2001/03/28 15:09:23
2466 Log: pp_ne() needs a boolean, not an integer.
2467 Branch: perl
2468 ! pp.c
2469____________________________________________________________________________
2470[ 9403] By: jhi on 2001/03/28 14:47:43
2471 Log: (Retracted by #9404.)
2472 Branch: perl
2473 ! pp.c
2474____________________________________________________________________________
2475[ 9402] By: jhi on 2001/03/28 14:43:59
2476 Log: Subject: Re: [PATCH] Typemap testing
2477 From: Tim Jenness <t.jenness@jach.hawaii.edu>
2478 Date: Tue, 27 Mar 2001 16:34:03 -1000 (HST)
2479 Message-ID: <Pine.LNX.4.30.0103271633030.21198-100000@lapaki.jach.hawaii.edu>
2480 Branch: perl
2481 ! ext/XS/Typemap/Typemap.pm ext/XS/Typemap/Typemap.xs
2482 ! ext/XS/Typemap/typemap t/lib/xs-typemap.t
2483____________________________________________________________________________
2484[ 9401] By: jhi on 2001/03/28 14:42:14
2485 Log: Subject: RE: 5.6.0 BUG: Lexical warnings aren't lexical
2486 From: "Paul Marquess" <Paul_Marquess@Yahoo.co.uk>
2487 Date: Sun, 25 Mar 2001 21:59:15 +0100
2488 Message-ID: <000701c0b56e$73944220$07bdfea9@bfs.phone.com>
2489
2490 A variable will be checked for the "use once" warnings if:
2491
2492 1. It is in the scope of a use warnings 'once'
2493 2. It isn't in the scope of the warnings pragma at all AND $^W is set.
2494
2495 Otherwise it won't be checked at all.
2496
2497 Part 1 is what is in perl >= 5.6.0, Part 2 is what I'm fixing.
2498
2499 The enclosed patch partially fixes this issue. What I didn't
2500 get to work was the case where the "used once" warning is enabled
2501 in any file other than the main file.
2502 Branch: perl
2503 ! gv.c t/pragma/warn/perl
2504____________________________________________________________________________
2505[ 9400] By: nick on 2001/03/28 14:38:24
2506 Log: More EBCDIC tweaks:
2507 - one more swash issue &~(0xA0-1) did not do the right thing,
2508 for UTF-EBCDIC where &~(0x80-1) does for UTF-8.
2509 - add "use re 'asciirange'" to make [!-~] etc. work
2510 use it in MIME::QuotedPrint and t/op/regexp.t and t/op/pat.t
2511 - Choose a key for t/op/each.t test which gets encoded.
2512 - Skip utf8decode if this is UTF-EBCDIC.
2513 Branch: perlio
2514 ! ext/MIME/Base64/QuotedPrint.pm ext/re/re.pm perl.h regcomp.c
2515 ! t/op/each.t t/op/pat.t t/op/regexp.t t/op/utf8decode.t utf8.c
2516____________________________________________________________________________
2517[ 9399] By: jhi on 2001/03/28 14:21:00
2518 Log: Extend the SvROK() testing also to pp_ne(), pointed out by
2519 Andreas Schwab.
2520 Branch: perl
2521 ! pp.c
2522____________________________________________________________________________
2523[ 9398] By: jhi on 2001/03/28 00:55:56
2524 Log: Subject: [ID 20010327.007] New warning from IO::Socket for sockatmark
2525 From: David Dyck <dcd@tc.fluke.com>
2526 Date: Tue, 27 Mar 2001 15:16:24 -0800
2527 Message-Id: <200103272316.PAA21921@dd.tc.fluke.com>
2528 Branch: perl
2529 ! ext/IO/lib/IO/Socket.pm
2530____________________________________________________________________________
2531[ 9397] By: jhi on 2001/03/27 21:52:49
2532 Log: Integrate perlio.
2533 Branch: perl
2534 +> ext/PerlIO/Via/Makefile.PL ext/PerlIO/Via/Via.pm
2535 +> ext/PerlIO/Via/Via.xs
2536 !> MANIFEST ext/PerlIO/Scalar/Scalar.pm lib/PerlIO.pm
2537____________________________________________________________________________
2538[ 9396] By: nick on 2001/03/27 21:45:13
2539 Log: Integrate mainline.
2540 Branch: perlio
2541 !> embed.h embed.pl ext/XS/Typemap/Typemap.xs gv.c
2542 !> pod/perlapi.pod proto.h sv.c sv.h t/op/magic.t utils/h2xs.PL
2543____________________________________________________________________________
2544[ 9395] By: nick on 2001/03/27 21:18:58
2545 Log: Outline docs for PerlIO and PerlIO::Scalar
2546 Branch: perlio
2547 ! ext/PerlIO/Scalar/Scalar.pm lib/PerlIO.pm
2548____________________________________________________________________________
2549[ 9394] By: nick on 2001/03/27 20:50:13
2550 Log: PerlIO::Via layer (alpha-ish).
2551 Branch: perlio
2552 + ext/PerlIO/Via/Makefile.PL ext/PerlIO/Via/Via.pm
2553 + ext/PerlIO/Via/Via.xs
2554 ! MANIFEST
2555____________________________________________________________________________
2556[ 9393] By: jhi on 2001/03/27 20:49:55
2557 Log: Retract #9329 now that 9390 should take care of the matter.
2558 Branch: perl
2559 ! utils/h2xs.PL
2560____________________________________________________________________________
2561[ 9390] By: jhi on 2001/03/27 20:47:50
2562 Log: Subject: Autoloading Errno.pm when %! is encountered
2563 From: Robin Houston <robin@kitsite.com>
2564 Date: Tue, 27 Mar 2001 20:57:11 +0100
2565 Message-ID: <20010327205710.A24053@puffinry.freeserve.co.uk>
2566 Branch: perl
2567 ! embed.h embed.pl gv.c proto.h t/op/magic.t
2568____________________________________________________________________________
2569[ 9389] By: jhi on 2001/03/27 20:24:31
2570 Log: Integrate perlio.
2571 Branch: perl
2572 !> doop.c ext/Encode/Encode.pm ext/MIME/Base64/Base64.xs
2573 !> ext/MIME/Base64/QuotedPrint.pm t/lib/encode.t t/lib/mimeb64.t
2574 !> utf8.c
2575____________________________________________________________________________
2576[ 9388] By: jhi on 2001/03/27 20:21:38
2577 Log: Better have a three-element array if one is going to assign
2578 to the third element of that array. (from Tim Jenness)
2579 Branch: perl
2580 ! ext/XS/Typemap/Typemap.xs
2581____________________________________________________________________________
2582[ 9387] By: nick on 2001/03/27 20:15:43
2583 Log: Integrate mainline.
2584 Branch: perlio
2585 +> ext/XS/Typemap/Makefile.PL ext/XS/Typemap/README
2586 +> ext/XS/Typemap/Typemap.pm ext/XS/Typemap/Typemap.xs
2587 +> ext/XS/Typemap/stdio.c ext/XS/Typemap/typemap
2588 +> t/lib/xs-typemap.t
2589 !> (integrate 34 files)
2590____________________________________________________________________________
2591[ 9386] By: jhi on 2001/03/27 20:04:18
2592 Log: Subject: Re: perl@9359 breaks HTML::Parser
2593 From: Gisle Aas <gisle@ActiveState.com>
2594 Date: 27 Mar 2001 11:30:24 -0800
2595 Message-ID: <lrr8zjxb5b.fsf@caliper.ActiveState.com>
2596
2597 Clarify the UTF-8 issues of the API docs.
2598 (Slightly reworded and expanded.)
2599 Branch: perl
2600 ! pod/perlapi.pod sv.c sv.h
2601____________________________________________________________________________
2602[ 9385] By: jhi on 2001/03/27 19:44:25
2603 Log: If directory entries compare equal case-insensitively,
2604 retry case-sensitively.
2605 Branch: perl
2606 ! ext/File/Glob/bsd_glob.c
2607____________________________________________________________________________
2608[ 9384] By: nick on 2001/03/27 19:38:50
2609 Log: Various EBCDIC fixes:
2610 - major revelation that swash code is encoding aware,
2611 (or thought it was) - now it is ;-)
2612 - With that out of the way fix a slab of tr/// cases.
2613 - Fix Encode 'Unicode' to be true Unicode so tests pass.
2614 - As anticipated Base64.xs needed tweaks.
2615 - Until tr/// works right avoid old_encode64 in MIME tests.
2616 Branch: perlio
2617 ! doop.c ext/Encode/Encode.pm ext/MIME/Base64/Base64.xs
2618 ! t/lib/encode.t t/lib/mimeb64.t utf8.c
2619____________________________________________________________________________
2620[ 9383] By: jhi on 2001/03/27 18:34:41
2621 Log: Add the std test suite BEGIN block.
2622 Branch: perl
2623 ! t/lib/xs-typemap.t
2624____________________________________________________________________________
2625[ 9382] By: jhi on 2001/03/27 15:16:07
2626 Log: Add debugging output to the test.
2627 Branch: perl
2628 ! t/lib/glob-basic.t
2629____________________________________________________________________________
2630[ 9381] By: jhi on 2001/03/27 15:08:10
2631 Log: Add Tim Jenness' XS::Typemap for exercizing the standard typemap.
2632 Branch: perl
2633 + ext/XS/Typemap/Makefile.PL ext/XS/Typemap/README
2634 + ext/XS/Typemap/Typemap.pm ext/XS/Typemap/Typemap.xs
2635 + ext/XS/Typemap/stdio.c ext/XS/Typemap/typemap
2636 + t/lib/xs-typemap.t
2637 ! MANIFEST
2638____________________________________________________________________________
2639[ 9380] By: jhi on 2001/03/27 14:48:34
2640 Log: Subject: [PATCH] Typemap testing
2641 From: Tim Jenness <t.jenness@jach.hawaii.edu>
2642 Date: Sun, 25 Mar 2001 16:46:12 -1000 (HST)
2643 Message-ID: <Pine.LNX.4.30.0103251629350.16988-101000@lapaki.jach.hawaii.edu>
2644
2645 (The first part of the patch.)
2646 Branch: perl
2647 ! lib/ExtUtils/typemap lib/ExtUtils/xsubpp
2648____________________________________________________________________________
2649[ 9379] By: jhi on 2001/03/27 14:44:56
2650 Log: Subject: Re: [PATCH] t/lib/glob-basic.t
2651 From: Benjamin Sugars <bsugars@canoe.ca>
2652 Date: Mon, 26 Mar 2001 14:11:47 -0500 (EST)
2653 Message-ID: <Pine.LNX.4.21.0103261406170.2729-100000@marmot.rim.canoe.ca>
2654 Branch: perl
2655 ! t/lib/glob-basic.t
2656____________________________________________________________________________
2657[ 9378] By: jhi on 2001/03/27 14:42:30
2658 Log: Subject: [PATCH] perlvar nit
2659 From: Simon Cozens <simon@netthink.co.uk>
2660 Date: Tue, 27 Mar 2001 01:12:01 +0100
2661 Message-ID: <20010327011201.A19179@netthink.co.uk>
2662 Branch: perl
2663 ! pod/perlvar.pod
2664____________________________________________________________________________
2665[ 9377] By: jhi on 2001/03/27 14:36:26
2666 Log: Subject: [PATCH] B::Terse and warnings
2667 From: Benjamin Sugars <ben.sugars@home.com>
2668 Date: Mon, 26 Mar 2001 23:40:33 -0500 (EST)
2669 Message-ID: <Pine.LNX.4.21.0103262320170.20040-100000@localhost.localdomain>
2670 Branch: perl
2671 ! ext/B/B.pm ext/B/B/Terse.pm
2672____________________________________________________________________________
2673[ 9376] By: jhi on 2001/03/27 14:31:31
2674 Log: Document sockatmark() some.
2675 Branch: perl
2676 ! pod/perldiag.pod pod/perlfunc.pod pod/perlport.pod
2677 ! pod/perltoc.pod
2678____________________________________________________________________________
2679[ 9375] By: jhi on 2001/03/27 14:00:24
2680 Log: sv_catpvf(sv, "%c", 128) should not UTF-8-ify the sv,
2681 noted by Gisle and fixed by NI-S.
2682 Branch: perl
2683 ! sv.c
2684____________________________________________________________________________
2685[ 9374] By: jhi on 2001/03/27 05:50:01
2686 Log: Regen toc.
2687 Branch: perl
2688 ! pod/perltoc.pod
2689____________________________________________________________________________
2690[ 9373] By: jhi on 2001/03/27 05:43:51
2691 Log: Pixie documenting.
2692 Branch: perl
2693 ! Makefile.SH pod/perlhack.pod
2694____________________________________________________________________________
2695[ 9372] By: jhi on 2001/03/27 05:29:34
2696 Log: Metaconfig unit changes for #9371.
2697 Branch: metaconfig
2698 ! U/modified/myhostname.U
2699 Branch: metaconfig/U/perl
2700 + d_sockatmark.U
2701 ! gccvers.U
2702____________________________________________________________________________
2703[ 9371] By: jhi on 2001/03/27 05:29:07
2704 Log: Add sockatmark() probing.
2705 Branch: perl
2706 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
2707 ! config_h.SH configure.com epoc/config.sh uconfig.h uconfig.sh
2708 ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
2709 ! vos/config.ga.h win32/config.bc win32/config.gc
2710 ! win32/config.vc
2711____________________________________________________________________________
2712[ 9370] By: jhi on 2001/03/26 22:01:18
2713 Log: pp_ncmp() and pp_scmp() should return numeric values, not booleans.
2714 Really need to benchmark this.
2715 Branch: perl
2716 ! pp.c
2717____________________________________________________________________________
2718[ 9369] By: nick on 2001/03/26 21:59:30
2719 Log: Integrate mainline.
2720 Branch: perlio
2721 ! ext/MIME/Base64/QuotedPrint.pm
2722 !> Changes Makefile.SH ext/IO/IO.xs ext/IO/lib/IO/Socket.pm
2723 !> patchlevel.h pod/perlhack.pod pp_sys.c
2724____________________________________________________________________________
2725[ 9368] By: jhi on 2001/03/26 21:47:03
2726 Log: Treat pp_ncmp() and pp_scmp() as in #9366 (ROK).
2727
2728 TODO1: perlbench.
2729 TODO2: le, lt, ge, gt? Yech.
2730 Branch: perl
2731 ! pp.c
2732____________________________________________________________________________
2733[ 9367] By: jhi on 2001/03/26 21:34:57
2734 Log: Too much cut-and-paste in #9363.
2735 Branch: perl
2736 ! pp_sys.c
2737____________________________________________________________________________
2738[ 9366] By: jhi on 2001/03/26 21:20:53
2739 Log: Subject: $ref1 == $ref2 without NV_PRESERVES_UV
2740 From: Andreas Schwab <schwab@suse.de>
2741 Date: 26 Mar 2001 17:29:04 +0200
2742 Message-ID: <jeitkw5z27.fsf@hawking.suse.de>
2743
2744 (The patch for 5.6.0 or so, this is a guess for bleadperl)
2745 Branch: perl
2746 ! pp_hot.c
2747____________________________________________________________________________
2748[ 9365] By: jhi on 2001/03/26 21:07:54
2749 Log: Integrate perlio.
2750 Branch: perl
2751 !> perlio.c
2752____________________________________________________________________________
2753[ 9364] By: nick on 2001/03/26 20:30:48
2754 Log: REFCNT botch in layer name cache hash.
2755 Branch: perlio
2756 ! perlio.c
2757____________________________________________________________________________
2758[ 9363] By: jhi on 2001/03/26 18:44:32
2759 Log: Subject: [PATCH] socket() leaks file descriptors
2760 From: Benjamin Sugars <bsugars@canoe.ca>
2761 Date: Mon, 26 Mar 2001 13:29:54 -0500 (EST)
2762 Message-ID: <Pine.LNX.4.21.0103261315510.2729-100000@marmot.rim.canoe.ca>
2763
2764 Also sockpair() fixed similarly.
2765 Branch: perl
2766 ! pp_sys.c
2767____________________________________________________________________________
2768[ 9362] By: jhi on 2001/03/26 18:37:52
2769 Log: Integrate perlio.
2770 Branch: perl
2771 !> README.os390 miniperlmain.c perlio.c perliol.h t/op/pat.t
2772____________________________________________________________________________
2773[ 9361] By: nick on 2001/03/26 17:32:06
2774 Log: Implement flush of linebuffered streams on read of a tty.
2775 Branch: perlio
2776 ! perlio.c perliol.h
2777____________________________________________________________________________
2778[ 9360] By: nick on 2001/03/26 17:12:32
2779 Log: Memory tweaks and notes for OEMVS.
2780 Branch: perlio
2781 ! README.os390 miniperlmain.c t/op/pat.t
2782____________________________________________________________________________
2783[ 9359] By: jhi on 2001/03/26 02:12:54
2784 Log: Update Changes.
2785 Branch: perl
2786 ! Changes patchlevel.h
2787____________________________________________________________________________
f734a339
JH
2788[ 9358] By: jhi on 2001/03/26 02:05:32
2789 Log: Document the most common pixie options.
2790 Branch: perl
2791 ! pod/perlhack.pod
2792____________________________________________________________________________
2793[ 9357] By: jhi on 2001/03/26 01:25:28
2794 Log: For perl.pixie check *before* compiling that optimize is -g,
2795 as for perl.third.
2796 Branch: perl
2797 ! Makefile.SH
2798____________________________________________________________________________
2799[ 9356] By: jhi on 2001/03/26 01:13:41
2800 Log: rmdir lib/Digest, lib/MIME, and lib/PerlIO.
2801 Branch: perl
2802 ! Makefile.SH
2803____________________________________________________________________________
2804[ 9355] By: jhi on 2001/03/26 01:11:19
2805 Log: Remove t/perl.third.
2806 Branch: perl
2807 ! Makefile.SH
2808____________________________________________________________________________
2809[ 9354] By: jhi on 2001/03/26 00:23:38
2810 Log: Implement IO::Socket::atmark(), inspired by Lincoln Stein's
2811 IO::Sockatmark().
f734a339
JH
2812 Branch: perl
2813 ! ext/IO/IO.xs ext/IO/lib/IO/Socket.pm
2814____________________________________________________________________________
2815[ 9353] By: jhi on 2001/03/25 22:25:04
2816 Log: Integrate perlio.
2817 Branch: perl
2818 !> ext/Encode/Encode.pm ext/Encode/Encode.xs
2819 !> ext/PerlIO/Scalar/Scalar.xs perl.c perlio.c perlio.h perliol.h
2820 !> pp_hot.c win32/makefile.mk
2821____________________________________________________________________________
2822[ 9352] By: jhi on 2001/03/25 22:21:41
2823 Log: Subject: Re: [ID 20010215.006] Bad arg length for Socket::unpack_sockaddr_un, length is 14 ...
2824 From: Radu Greab <radu@netsoft.ro>
2825 Date: Fri, 23 Mar 2001 21:14:59 +0200 (EET)
2826 Message-ID: <15035.41139.646781.478457@ix.netsoft.ro>
2827 Branch: perl
2828 ! pp_sys.c
2829____________________________________________________________________________
2830[ 9351] By: nick on 2001/03/25 22:15:02
2831 Log: Fix readline in list mode to tell rest of world that it has
2832 things on the stack. Otherwise if perl code gets invoked
2833 underneath it it scribbles over results-so-far.
2834 (Why TIEHANDLE has not tripped on this is a mystery.)
2835 Branch: perlio
2836 ! pp_hot.c
2837____________________________________________________________________________
2838[ 9350] By: nick on 2001/03/25 22:10:13
2839 Log: win32/makefile.mk typos
2840 Branch: perlio
2841 ! win32/makefile.mk
2842____________________________________________________________________________
2843[ 9349] By: nick on 2001/03/25 21:31:14
2844 Log: Integrate now-non-binary file.
2845 Branch: perlio
2846 !> t/lib/mimeqp.t
2847____________________________________________________________________________
2848[ 9348] By: nick on 2001/03/25 21:27:24
2849 Log: Make it text
2850 Branch: perlio
2851 ! t/lib/mimeqp.t
2852____________________________________________________________________________
2853[ 9347] By: nick on 2001/03/25 21:25:37
2854 Log: Integrate mainline.
2855 Branch: perlio
2856 !> ext/Digest/MD5/MD5.pm ext/MIME/Base64/Base64.pm
2857 !> lib/Term/ReadLine.pm t/lib/md5-file.t
2858____________________________________________________________________________
2859[ 9346] By: nick on 2001/03/25 20:58:15
2860 Log: Add destruct time hook to PerlIO (for work-in-process implementing
2861 layers in perl code. In such cases layers need to be popped before
2862 we loose the ability to run perl code.)
2863 Also back-out "PerlIO::object" hook - it isn't going to work like that...
2864 Branch: perlio
2865 ! perl.c perlio.c perlio.h perliol.h
2866____________________________________________________________________________
2867[ 9345] By: nick on 2001/03/25 20:49:11
2868 Log: Avoid at leasy one of undefined warnings in Encode.
2869 Branch: perlio
2870 ! ext/Encode/Encode.pm ext/Encode/Encode.xs
2871____________________________________________________________________________
2872[ 9344] By: jhi on 2001/03/25 20:37:43
2873 Log: A workaround for using Term::ReadLine in emacs minibuffer
2874 from Wybo Dekker <wybo@servalys.nl> and Johan Vromans;
2875 additional tweaks from Ilya Zakharevich.
2876 Branch: perl
2877 ! lib/Term/ReadLine.pm
2878____________________________________________________________________________
2879[ 9343] By: nick on 2001/03/25 20:21:14
2880 Log: Missing return value.
2881 Branch: perlio
2882 ! ext/PerlIO/Scalar/Scalar.xs
2883____________________________________________________________________________
2884[ 9342] By: jhi on 2001/03/25 16:21:00
2885 Log: Roll back the version numbers of Digest::MD5 and MIME::Base64
2886 to equal the CPAN versions since no code changes have been made.
2887 Branch: perl
2888 ! ext/Digest/MD5/MD5.pm ext/MIME/Base64/Base64.pm
2889 ! t/lib/md5-file.t
2890____________________________________________________________________________
2891[ 9341] By: jhi on 2001/03/25 16:01:48
2892 Log: Escape 8-bit characters.
2893 Branch: perl
2894 ! t/lib/mimeqp.t
2895____________________________________________________________________________
2896[ 9340] By: gsar on 2001/03/25 15:50:53
2897 Log: readd mimeqp.t as xtext (used to be binary because of the literal 8-bit
2898 chars)
2899 Branch: perl
2900 + t/lib/mimeqp.t
2901____________________________________________________________________________
2902[ 9339] By: gsar on 2001/03/25 15:48:50
2903 Log: delete mimeqp.t for later with text mode set
2904 Branch: perl
2905 - t/lib/mimeqp.t
2906____________________________________________________________________________
2907[ 9338] By: nick on 2001/03/25 09:01:57
2908 Log: Integrate mainline.
2909 Branch: perlio
2910 +> ext/MIME/Base64/Base64.pm ext/MIME/Base64/Base64.xs
2911 +> ext/MIME/Base64/Changes ext/MIME/Base64/Makefile.PL
2912 +> ext/MIME/Base64/QuotedPrint.pm t/lib/mimeb64.t
2913 +> t/lib/mimeb64u.t t/lib/mimeqp.t
2914 !> MANIFEST configure.com djgpp/config.over epoc/config.sh
2915 !> hints/uts.sh hints/uwin.sh hints/vmesa.sh t/lib/md5-file.t
2916 !> utils/h2xs.PL win32/Makefile win32/makefile.mk
2917____________________________________________________________________________
2918[ 9337] By: jhi on 2001/03/25 04:23:24
2919 Log: Add MIME::Base64 here and there. Again, a lot of
2920 optimism is in the air.
2921 Branch: perl
2922 ! configure.com djgpp/config.over epoc/config.sh hints/uts.sh
2923 ! hints/uwin.sh hints/vmesa.sh win32/Makefile win32/makefile.mk
2924____________________________________________________________________________
2925[ 9336] By: jhi on 2001/03/25 04:12:43
2926 Log: Add PerlIO::Scalar to win32/Makefile. (I'm doing
2927 this by ear as I do not do Win32 programming.)
2928 Branch: perl
2929 ! win32/Makefile win32/makefile.mk
2930____________________________________________________________________________
2931[ 9335] By: jhi on 2001/03/25 04:03:50
2932 Log: Put back the MD5-Base64 tests now that we have MIME::Base64.
2933 Branch: perl
2934 ! t/lib/md5-file.t
2935____________________________________________________________________________
2936[ 9334] By: jhi on 2001/03/25 03:58:53
2937 Log: Add MIME::Base 2.12 from Gisle Aas, version number bumped to 2.13.
2938 Branch: perl
2939 + ext/MIME/Base64/Base64.pm ext/MIME/Base64/Base64.xs
2940 + ext/MIME/Base64/Changes ext/MIME/Base64/Makefile.PL
2941 + ext/MIME/Base64/QuotedPrint.pm t/lib/mimeb64.t
2942 + t/lib/mimeb64u.t t/lib/mimeqp.t
2943 ! MANIFEST
2944____________________________________________________________________________
2945[ 9333] By: jhi on 2001/03/24 20:14:37
2946 Log: Integrate perlio.
2947 Branch: perl
2948 !> doio.c pod/perlfunc.pod pod/perliol.pod win32/makefile.mk
2949____________________________________________________________________________
2950[ 9332] By: nick on 2001/03/24 19:40:34
2951 Log: Fix un-init variable leading to spurious "Out of Memory!"
2952 Branch: perlio
2953 ! doio.c
2954____________________________________________________________________________
2955[ 9331] By: nick on 2001/03/24 19:09:59
2956 Log: Tweak docs for C<open> (boy does that need wholesale revision...)
2957 and update layers internals doc.
2958 Branch: perlio
2959 ! pod/perlfunc.pod pod/perliol.pod
2960____________________________________________________________________________
2961[ 9330] By: jhi on 2001/03/24 18:42:11
2962 Log: The length might be uninitialized garbage if the *svp is the undef.
2963 Branch: perl
2964 ! doio.c
2965____________________________________________________________________________
2966[ 9329] By: jhi on 2001/03/24 18:26:57
86d4dbc9
JH
2967 Log: (Retracted by #9393)
2968
2969 Subject: [PATCH h2xs] $!{EINVAL} requires "use Errno"
f734a339
JH
2970 From: Simon Cozens <simon@netthink.co.uk>
2971 Date: Sat, 24 Mar 2001 17:13:17 +0000
2972 Message-ID: <20010324171317.A13406@netthink.co.uk>
2973 Branch: perl
2974 ! utils/h2xs.PL
2975____________________________________________________________________________
2976[ 9328] By: nick on 2001/03/24 17:22:02
2977 Log: Integrate mainline.
2978 Branch: perlio
2979 !> lib/unicode/Names.txt lib/unicode/ReadMe.txt
2980 !> lib/unicode/version
2981____________________________________________________________________________
2982[ 9327] By: nick on 2001/03/24 17:16:02
2983 Log: Integrate mainline.
2984 Branch: perlio
2985 +> ext/Digest/MD5/Changes ext/Digest/MD5/MD5.pm
2986 +> ext/Digest/MD5/MD5.xs ext/Digest/MD5/Makefile.PL
2987 +> ext/Digest/MD5/hints/irix_6.pl ext/Digest/MD5/typemap
2988 +> lib/Digest.pm t/lib/digest.t t/lib/md5-aaa.t t/lib/md5-badf.t
2989 +> t/lib/md5-file.t
2990 !> MANIFEST Makefile.SH configure.com djgpp/config.over
2991 !> epoc/config.sh ext/DynaLoader/hints/aix.pl hints/aix.sh
2992 !> hints/uts.sh hints/uwin.sh hints/vmesa.sh lib/Net/Ping.pm op.c
2993 !> pp.c t/lib/b.t t/op/re_tests t/op/repeat.t win32/Makefile
2994 !> win32/makefile.mk
2995____________________________________________________________________________
2996[ 9326] By: jhi on 2001/03/24 17:00:42
2997 Log: Upgrade to Unicode 3.1 beta 2001-03-23.
2998 Branch: perl
2999 ! lib/unicode/Names.txt lib/unicode/ReadMe.txt
3000 ! lib/unicode/version
3001____________________________________________________________________________
3002[ 9325] By: jhi on 2001/03/24 16:22:33
3003 Log: Subject: Re: B::Deparse bug (5.6.0)
3004 From: Robin Houston <robin@kitsite.com>
3005 Date: Sat, 24 Mar 2001 14:33:09 +0000
3006 Message-ID: <20010324143309.B17734@puffinry.freeserve.co.uk>
3007 Branch: perl
3008 ! op.c pp.c t/lib/b.t t/op/repeat.t
3009____________________________________________________________________________
3010[ 9324] By: jhi on 2001/03/24 16:21:56
3011 Log: Boldly add extensions to be built to VMS, EPOC, UTS,
3012 U/WIN, and VM/ESA (and fixups for DJGPP). Some of
3013 these additions may be too optimistic.
3014 Branch: perl
3015 ! configure.com djgpp/config.over epoc/config.sh hints/uts.sh
3016 ! hints/uwin.sh hints/vmesa.sh
3017____________________________________________________________________________
3018[ 9323] By: jhi on 2001/03/24 16:06:01
3019 Log: Integrate perlio.
3020 Branch: perl
3021 +> ext/PerlIO/Scalar/Makefile.PL ext/PerlIO/Scalar/Scalar.pm
3022 +> ext/PerlIO/Scalar/Scalar.xs t/lib/io_scalar.t
3023 ! Makefile.SH
3024 !> MANIFEST doio.c embed.h ext/Encode/Encode.xs
3025 !> ext/POSIX/POSIX.xs global.sym iperlsys.h makedef.pl objXSUB.h
3026 !> perlapi.c perlio.c perliol.h proto.h t/io/open.t t/io/utf8.t
3027 !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
3028 !> win32/makefile.mk win32/perlhost.h win32/win32.c
3029 !> win32/win32iop.h
3030____________________________________________________________________________
3031[ 9322] By: nick on 2001/03/24 14:39:12
3032 Log: Routine Win32 regen_config_h - no real changes.
3033 Branch: perlio
3034 ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
3035____________________________________________________________________________
3036[ 9321] By: nick on 2001/03/24 14:31:49
3037 Log: PerlIO fixups for Win32:
3038 - provide win33_popenlist() - non-functional as yet.
3039 - avoid need for aTHX in PerlIO_debug calls - even if not
3040 enabled args are still evaluated so Win32 has trouble during fork().
3041 - Add PerlIO/Scalar to list of extensions in win32/makefile.mk
3042 - Fixup makedef.pl for latest set of symbols.
3043 Branch: perlio
3044 ! iperlsys.h makedef.pl perlio.c win32/makefile.mk
3045 ! win32/perlhost.h win32/win32.c win32/win32iop.h
3046____________________________________________________________________________
3047[ 9320] By: nick on 2001/03/24 14:26:58
3048 Log: POSIX::getcwd XS code to call Cwd::cwd when HAS_GETCWD not defined
3049 was gibberish - broke it on WIn32 at least.
3050 Branch: perlio
3051 ! ext/POSIX/POSIX.xs
3052____________________________________________________________________________
3053[ 9319] By: nick on 2001/03/24 11:29:41
3054 Log: Generated files.
3055 Branch: perlio
3056 ! embed.h global.sym objXSUB.h perlapi.c proto.h
3057____________________________________________________________________________
3058[ 9318] By: nick on 2001/03/24 10:29:37
3059 Log: Implement:
3060 1. open($fh,"+<",undef); # add test to t/io/open.t
3061 2. open($fh,"+<",\$var); # New test t/lib/io_scalar.t
3062 Branch: perlio
3063 + ext/PerlIO/Scalar/Makefile.PL ext/PerlIO/Scalar/Scalar.pm
3064 + ext/PerlIO/Scalar/Scalar.xs t/lib/io_scalar.t
3065 ! MANIFEST doio.c ext/Encode/Encode.xs perlio.c perliol.h
3066 ! t/io/open.t t/io/utf8.t
3067____________________________________________________________________________
3068[ 9317] By: jhi on 2001/03/23 23:41:25
3069 Log: AIX does seems to have optimization problems with its C compilers.
3070 Branch: perl
3071 ! hints/aix.sh
3072____________________________________________________________________________
3073[ 9316] By: jhi on 2001/03/23 23:40:46
3074 Log: Integrate perlio.
3075 Branch: perl
3076 +> lib/PerlIO.pm
3077 !> MANIFEST doio.c ext/Encode/Encode.xs perlio.c perlio.h
3078 !> perliol.h
3079____________________________________________________________________________
3080[ 9315] By: jhi on 2001/03/23 22:16:30
3081 Log: Fix the EBCDIC MD5.pm checksum, from Pter Prymmer.
3082 Branch: perl
3083 ! t/lib/md5-file.t
3084____________________________________________________________________________
3085[ 9314] By: nick on 2001/03/23 20:49:02
3086 Log: Perlio internals re-organized.
3087 - open process creates AV of layer/arg pairs
3088 (appends layers from open() or open.pm to default list).
3089 - push arg is now an SV.
3090 - layer ->Open get passed the AV
3091 - open is no longer mandatory method.
3092 - topmost layer that has ->Open method does the open
3093 - any layers above are pushed once that returns.
3094 - vtable re-ordered so dummy layers need only provide push/pop methods.
3095 Branch: perlio
3096 ! ext/Encode/Encode.xs perlio.c perlio.h perliol.h
3097____________________________________________________________________________
3098[ 9313] By: nick on 2001/03/23 16:27:41
3099 Log: Check in a stable (working) version before next round of tweaks.
3100 Changes include:
3101 - Move default layers code out of doio.c and into perlio.c
3102 - Single routine for parsing layer specification strings.
3103 - Skeleton support for demand loading of layers
3104 - Core-dump avoidance if PERLIO environment specifies loadable layer
3105 (does not _work_ as need IO to load and need load to do IO ...)
3106 Branch: perlio
3107 + lib/PerlIO.pm
3108 ! MANIFEST doio.c perlio.c
3109____________________________________________________________________________
3110[ 9312] By: gsar on 2001/03/23 16:25:25
3111 Log: add execute bit to files with shebang lines in the repository;
3112 avoid clobbering execute bit in Porting/makerel
3113 Branch: maint-5.6/perl
3114 ! (edit 144 files)
3115____________________________________________________________________________
3116[ 9311] By: jhi on 2001/03/23 14:25:35
3117 Log: Forgot the unneeded hints/dec_osf.pl into MANIFEST in #9308.
3118 Branch: perl
3119 ! MANIFEST
3120____________________________________________________________________________
3121[ 9310] By: jhi on 2001/03/23 13:45:04
3122 Log: Subject: [PATCH] Net::Ping
3123 From: Colin McMillen <mcmi0037@tc.umn.edu>
3124 Date: Thu, 22 Mar 2001 19:30:31 -0600
3125 Message-ID: <20010322193031.A18814@strago.jenovaproject.org>
3126 Branch: perl
3127 ! lib/Net/Ping.pm
3128____________________________________________________________________________
3129[ 9309] By: jhi on 2001/03/23 13:39:13
3130 Log: EBCDIC patches for Digest::MD5 tests from Peter Prymmer.
3131 Branch: perl
3132 ! t/lib/md5-aaa.t t/lib/md5-file.t
3133____________________________________________________________________________
3134[ 9308] By: jhi on 2001/03/23 13:20:34
3135 Log: Integrate Digest-1.00 and Digest-MD5-2.13, from Gisle Aas.
3136 - bump the version to 2.14
3137 - drop the base64 tests since they require MIME::Base64
3138 - drop the rfc1321.txt
3139 - drop the hints/dec_osf.pl since it's only needed for
3140 pre-5.005_03 Perls
3141 Todo:
3142 - the U32 alignment testing is now removed; it needs to
3143 be reintroduced as as a Config variable (meaning also
3144 as a Configure test)
3145 - get the new EBCDIC md5sum for MD5.pm
3146 - test in Win32 to see how badly I botched the makefiles
3147 Branch: perl
3148 + ext/Digest/MD5/Changes ext/Digest/MD5/MD5.pm
3149 + ext/Digest/MD5/MD5.xs ext/Digest/MD5/Makefile.PL
3150 + ext/Digest/MD5/hints/irix_6.pl ext/Digest/MD5/typemap
3151 + lib/Digest.pm t/lib/digest.t t/lib/md5-aaa.t t/lib/md5-badf.t
3152 + t/lib/md5-file.t
3153 ! MANIFEST configure.com hints/uwin.sh hints/vmesa.sh
3154 ! win32/Makefile win32/makefile.mk
3155____________________________________________________________________________
3156[ 9307] By: jhi on 2001/03/23 12:56:14
3157 Log: Integrate change #9306 from maintperl into mainline,
3158 AIX dynaloader for AIXes without <load.h>.
3159 Branch: perl
3160 !> ext/DynaLoader/hints/aix.pl
3161____________________________________________________________________________
3162[ 9306] By: jhi on 2001/03/23 12:51:36
3163 Log: There are AIXes without /usr/include/load.h,
3164 patch from H.Merijn Brand.
3165 Branch: maint-5.6/perl
3166 ! ext/DynaLoader/hints/aix.pl
3167____________________________________________________________________________
3168[ 9305] By: nick on 2001/03/23 11:00:42
3169 Log: Add pTHX_ to -Duseperlio API where it does not conflict with legacy stuff.
3170 Branch: perlio
3171 ! ext/Encode/Encode.xs perlio.c perlio.h
3172____________________________________________________________________________
3173[ 9304] By: nick on 2001/03/23 10:20:46
3174 Log: Render -Duseperlio functional again.
3175 - this is "quick fix" which calls PerlIO_apply_layers after opening,
3176 which is what old scheme did. New scheme needs to change that
3177 to make open(...,\$scalar) etc. work but this will do for now.
3178 Branch: perlio
3179 ! perlio.c
3180____________________________________________________________________________
3181[ 9303] By: nick on 2001/03/23 09:53:20
3182 Log: Avoid "reopen" semantics for time being. Fix bug in dup logic.
3183 -Uuseperlio now works again.
3184 -Duseperlio is still poorly. Don't merge yet...
3185 Branch: perlio
3186 ! doio.c perlio.h
3187____________________________________________________________________________
3188[ 9302] By: nick on 2001/03/22 22:26:51
3189 Log: Snapshot of new PerlIO open scheme. Still buggy - mainly in open($fh,">&STDOUT!")
3190 type code.
3191 - Invent PerlIO_openn() - which has "lots" of args a bit like do_openn() which
3192 is its main caller. In particular now has access to "extra" args, and
3193 can tell when an open handle is "reopened" (or duped?).
3194 - In -Duseperlio PerlIO_open() et. al. are now wrappers on PerlIO_openn().
3195 - In -Uuseperlio (untested as yet) PerlIO_openn() is a wrapper on
3196 PerlIO_open() et. al. (i.e. other way round).
3197 - Collapse "vtable" entries for layers - was fdopen/open/reopen now just open
3198 with args close to PerlIO_openn().
3199 Branch: perlio
3200 ! doio.c ext/Encode/Encode.xs perlio.c perlio.h perliol.h
3201____________________________________________________________________________
3202[ 9301] By: jhi on 2001/03/22 20:58:04
3203 Log: Integrate perlio.
3204 Branch: perl
3205 !> doio.c embed.pl iperlsys.h perl.c perlio.c pp_hot.c pp_sys.c
3206 !> t/io/open.t util.c
3207____________________________________________________________________________
3208[ 9300] By: nick on 2001/03/22 17:36:32
3209 Log: Don't include $@ in not ok message.
3210 Branch: perlio
3211 ! t/io/open.t
3212____________________________________________________________________________
3213[ 9299] By: gsar on 2001/03/22 16:53:45
3214 Log: back out changes#7532,7521 for now (appears to have problems
3215 on IRIX)
3216 Branch: maint-5.6/perl
3217 ! ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs
3218 ! ext/POSIX/typemap pod/perlvar.pod
3219____________________________________________________________________________
3220[ 9298] By: nick on 2001/03/22 14:35:46
3221 Log: Give a meaning to '&' in n-arg open case:
3222 open($fh,"<&",$scalar);
3223 $scalar can be:
3224 - an integer which does "fdopen"
3225 open($fh,"<&",2); # like open($fh,"<&2")
3226 - something that will yield a file handle via sv_2io()
3227 useful for dup'ing anonymous handles.
3228 e.g.:
3229 open(my $fh,"<&",\*STDIN);
3230 open(my $dup,"<&",$fh);
3231 Branch: perlio
3232 ! doio.c t/io/open.t
3233____________________________________________________________________________
3234[ 9297] By: nick on 2001/03/22 13:34:35
3235 Log: Implement open($fh,"-|",prog,args...) for HAS_FORK cases.
3236 Branch: perlio
3237 ! util.c
3238____________________________________________________________________________
3239[ 9296] By: nick on 2001/03/22 12:51:20
3240 Log: Re-instate warnings for 'eof STDOUT' etc. by marking STD* as appropriate IoTYPE.
3241 Branch: perlio
3242 ! perl.c
3243____________________________________________________________________________
3244[ 9295] By: nick on 2001/03/22 11:59:44
3245 Log: If stdin, stdout or stderr get opened in unexpected read/write state
3246 then warn at time of open not at time of use.
3247 Branch: perlio
3248 ! doio.c pp_hot.c pp_sys.c
3249____________________________________________________________________________
3250[ 9294] By: nick on 2001/03/22 10:54:35
3251 Log: Die on n-arg open(...,"",xxx,yyy,...)
3252 - redirect pipe cases to PerlProc_popen_list() (which just croaks for now)
3253 - die on read/write cases so we can decide what it means later.
3254 Branch: perlio
3255 ! doio.c embed.pl iperlsys.h util.c
3256____________________________________________________________________________
3257[ 9293] By: nick on 2001/03/22 09:02:45
3258 Log: perlio tweaks (reported by Nick Clark)
3259 Line buffer ttys, PerlIOBuf_tell() on unseekable off-by one,
3260 error check in Pendinf_read().
3261 Branch: perlio
3262 ! perlio.c
3263____________________________________________________________________________
3264[ 9292] By: gsar on 2001/03/22 07:12:00
3265 Log: integrate changes#8306,8532 from mainline (missing USE_PURE_BISON
3266 fixes)
3267 Branch: maint-5.6/perl
3268 !> embed.h embed.pl objXSUB.h perlapi.c perly.y proto.h toke.c
3269____________________________________________________________________________
3270[ 9291] By: jhi on 2001/03/22 06:06:44
3271 Log: Regex tests from Chicheng Zhang. (Already fixed.)
3272 Branch: perl
3273 ! t/op/re_tests
3274____________________________________________________________________________
3275[ 9290] By: jhi on 2001/03/22 05:57:01
3276 Log: Move MacOS Classic higher in the list of supported platforms.
3277 Branch: maint-5.6/perl
3278 ! pod/perlport.pod
3279____________________________________________________________________________
3280[ 9289] By: gsar on 2001/03/22 05:35:04
3281 Log: revert part of change#6438 for compatibility (av_reify()
3282 appears to be needed to implement av_splice()ish things
3283 in XS)
3284 Branch: maint-5.6/perl
3285 ! embed.pl global.sym objXSUB.h perlapi.c
3286____________________________________________________________________________
3287[ 9288] By: gsar on 2001/03/22 03:09:19
3288 Log: update copyright year
3289 Branch: maint-5.6/perl
3290 ! EXTERN.h INTERN.h README av.c av.h cop.h cv.h deb.c doio.c
3291 ! doop.c dump.c form.h gv.c gv.h handy.h hv.c hv.h mg.c mg.h
3292 ! op.c op.h perl.c perl.h perlio.c perly.y pp.c pp.h pp_ctl.c
3293 ! pp_hot.c pp_sys.c regcomp.c regexec.c run.c scope.c sv.c sv.h
3294 ! toke.c utf8.c utf8.h util.c util.h x2p/EXTERN.h x2p/INTERN.h
3295 ! x2p/a2p.c x2p/a2p.h x2p/a2p.y x2p/a2py.c x2p/hash.c x2p/hash.h
3296 ! x2p/proto.h x2p/str.c x2p/str.h x2p/util.c x2p/util.h
3297 ! x2p/walk.c
3298____________________________________________________________________________
3299[ 9287] By: jhi on 2001/03/21 20:30:54
3300 Log: Integrate perlio.
3301 Branch: perl
3302 !> ext/Data/Dumper/Dumper.xs
3303____________________________________________________________________________
3304[ 9286] By: gsar on 2001/03/21 19:49:54
3305 Log: makefile.mk tweak
3306 Branch: maint-5.6/perl
3307 ! win32/Makefile win32/makefile.mk
3308____________________________________________________________________________
3309[ 9285] By: nick on 2001/03/21 19:07:13
3310 Log: Multiplicity fix for Dumper.
3311 Branch: perlio
3312 ! ext/Data/Dumper/Dumper.xs
3313____________________________________________________________________________
3314[ 9284] By: nick on 2001/03/21 19:01:07
3315 Log: Integrate mainline - (does not build xTHX issue in Dumper).
3316 Branch: perlio
3317 !> (integrate 27 files)
3318____________________________________________________________________________
3319[ 9283] By: jhi on 2001/03/21 17:17:35
3320 Log: Integrate change #9282 from mainline into maintperl,
3321 4-arg UTF-8 substr().
3322 Branch: maint-5.6/perl
3323 !> pp.c
3324____________________________________________________________________________
3325[ 9282] By: jhi on 2001/03/21 17:15:43
3326 Log: The #9270 would have leaked a scalar if pp_substr()
3327 returned early.
3328 Branch: perl
3329 ! pp.c
3330____________________________________________________________________________
3331[ 9281] By: gsar on 2001/03/21 17:03:14
3332 Log: makefile.mk defaults to GCC, not BORLAND (as mentioned in README.win32)
3333 Branch: maint-5.6/perl
3334 ! win32/makefile.mk
3335____________________________________________________________________________
3336[ 9280] By: gsar on 2001/03/21 17:01:20
3337 Log: some tweaks to change#9278 (fork() emulation should be enabled
3338 by setting BUILD_FLAVOR instead of changing the defaults)
3339 Branch: maint-5.6/perl
3340 ! win32/makefile.mk
3341____________________________________________________________________________
3342[ 9279] By: gsar on 2001/03/21 16:47:19
3343 Log: integrate change#9271 from mainline; a tweak to Glob.pm docs
3344 Branch: maint-5.6/perl
3345 ! ext/File/Glob/Glob.pm
3346 !> lib/Cwd.pm
3347____________________________________________________________________________
3348[ 9278] By: jhi on 2001/03/21 14:35:10
3349 Log: Subject: [PATCH: 5.6.1-trial3] Borland C++ for Win32 fixes
3350 From: "Vadim Konovalov" <watman@inbox.ru>
3351 Date: Wed, 21 Mar 2001 01:53:51 +0300
3352 Message-ID: <004101c0b190$a749ea20$f7c030d4@vad>
3353 Branch: maint-5.6/perl
3354 ! win32/makefile.mk win32/win32sck.c
3355____________________________________________________________________________
3356[ 9277] By: jhi on 2001/03/21 13:58:28
3357 Log: Integrate change #9270 from mainline to maintperl:
3358 continued 4-arg UTF-8 substr() fixing.
3359 Branch: maint-5.6/perl
3360 !> pp.c t/op/substr.t
3361____________________________________________________________________________
3362[ 9276] By: jhi on 2001/03/21 13:33:00
3363 Log: More pixie cleaning.
3364 Branch: perl
3365 ! Makefile.SH
3366____________________________________________________________________________
3367[ 9275] By: jhi on 2001/03/21 03:54:17
3368 Log: Update Changes.
3369 Branch: perl
3370 ! Changes patchlevel.h
3371____________________________________________________________________________
3249a4d4
JH
3372[ 9274] By: jhi on 2001/03/21 03:48:24
3373 Log: First stab at making Data::Dumper to grok Unicode.
3374
3375 TODO: tests, EBCDICify.
3376 Branch: perl
3377 ! ext/Data/Dumper/Dumper.pm ext/Data/Dumper/Dumper.xs
3378____________________________________________________________________________
3379[ 9273] By: jhi on 2001/03/21 02:23:00
3380 Log: Fix for
3381
3382 Subject: Memory leak in unquoted print
3383 From: Benjamin Sugars <bsugars@canoe.ca>
3384 Date: Tue, 20 Mar 2001 10:02:56 -0500 (EST)
3385 Message-ID: <Pine.LNX.4.21.0103200958180.1538-100000@marmot.rim.canoe.ca>
3386 Branch: perl
3387 ! perlio.c
3388____________________________________________________________________________
3389[ 9272] By: jhi on 2001/03/21 01:33:17
3390 Log: Subject: Re: [PATCH] POSIX::getcwd()
3391 From: Benjamin Sugars <bsugars@canoe.ca>
3392 Date: Mon, 19 Mar 2001 15:07:03 -0500 (EST)
3393 Message-ID: <Pine.LNX.4.21.0103191454500.1820-100000@marmot.rim.canoe.ca>
3394 Branch: perl
3395 ! ext/POSIX/POSIX.pm ext/POSIX/POSIX.xs
3396____________________________________________________________________________
3397[ 9271] By: jhi on 2001/03/21 01:22:52
3398 Log: Subject: [PATCH] Cwd.pm docs
3399 From: Benjamin Sugars <bsugars@canoe.ca>
3400 Date: Tue, 20 Mar 2001 15:33:32 -0500 (EST)
3401 Message-ID: <Pine.LNX.4.21.0103201516550.7893-100000@marmot.rim.canoe.ca>
3402 Branch: perl
3403 ! lib/Cwd.pm
3404____________________________________________________________________________
3405[ 9270] By: jhi on 2001/03/21 01:16:29
3406 Log: Continue 4-arg substr() UTF-8 fixage.
3407 Branch: perl
3408 ! pp.c t/op/substr.t
3409____________________________________________________________________________
3410[ 9269] By: jhi on 2001/03/21 00:46:14
3411 Log: Integrate changes #9262,9264,9265,9266 from maintperl to mainline.
3412
3413 revert the leak fix in change#9142 (problem needs a more experimental
3414 fix unsuitable for 5.6.1)
3415
3416 do alphabetical sorting by default (for csh compatibility)
3417
3418 cut-n-paste goof in change#9264
3419
3420 VMS piping fixes (from Charles Lane)
3421 Branch: perl
3422 !> ext/File/Glob/Changes ext/File/Glob/Glob.pm
3423 !> ext/File/Glob/Glob.xs ext/File/Glob/bsd_glob.c
3424 !> ext/File/Glob/bsd_glob.h scope.c vms/vms.c vms/vmspipe.com
3425____________________________________________________________________________
3426[ 9268] By: jhi on 2001/03/21 00:37:04
3427 Log: Integrate perlio.
3428 Branch: perl
3429 !> embed.pl lib/utf8.pm op.c regcomp.c regexec.c sv.c toke.c
3430 !> utf8.c utf8.h utfebcdic.h
3431____________________________________________________________________________
3432[ 9267] By: nick on 2001/03/20 20:04:39
3433 Log: More EBCDIC stuff:
3434 - Loose the extra level of function on ASCII.
3435 - spotted a chr(0) issue in sv.c
3436 - re-work of UTF-X tr/// ranges to work in Unicode
3437 space. Still issues with the "0xff is illegal UTF-8" hack.
3438 - Yet another ad. hoc. utf8 'upgrade' in op.c recoded
3439 (why do it once when you can do it all over the place :-(
3440 - Enable HINTS_UTF8 on EBCDIC - then ignore it in toke.c,
3441 need utf8.pm for swashes.
3442 - Simplified and commented scan_const() in toke.c
3443 Still something wrong regexp and tr (swashes?).
3444 Branch: perlio
3445 ! embed.pl lib/utf8.pm op.c regcomp.c regexec.c sv.c toke.c
3446 ! utf8.c utf8.h utfebcdic.h
3447____________________________________________________________________________
3448[ 9266] By: gsar on 2001/03/20 19:16:43
3449 Log: VMS piping fixes (from Charles Lane)
3450 Branch: maint-5.6/perl
3451 ! vms/vms.c vms/vmspipe.com
3452____________________________________________________________________________
3453[ 9265] By: gsar on 2001/03/20 17:53:52
3454 Log: cut-n-paste goof in change#9264
3455 Branch: maint-5.6/perl
3456 ! ext/File/Glob/Glob.xs
3457____________________________________________________________________________
3458[ 9264] By: gsar on 2001/03/20 17:43:47
3459 Log: do alphabetical sorting by default (for csh compatibility);
3460 bsd_glob() does ASCII sort by default as usual, unless
3461 GLOB_ALPHASORT was specified
3462 Branch: maint-5.6/perl
3463 ! ext/File/Glob/Changes ext/File/Glob/Glob.pm
3464 ! ext/File/Glob/Glob.xs ext/File/Glob/bsd_glob.c
3465 ! ext/File/Glob/bsd_glob.h
3466____________________________________________________________________________
3467[ 9263] By: gsar on 2001/03/20 16:40:08
3468 Log: integrate change#9255 from mainline (unicode fix)
3469
3470 substr($bytestr, i, n, $charstr)
3471 Branch: maint-5.6/perl
3472 !> Todo-5.6 pp.c t/op/substr.t
3473____________________________________________________________________________
3474[ 9262] By: gsar on 2001/03/20 15:57:41
3475 Log: revert the leak fix in change#9142 (problem needs a more experimental
3476 fix unsuitable for 5.6.1)
3477 Branch: maint-5.6/perl
3478 ! scope.c
3479____________________________________________________________________________
3480[ 9261] By: jhi on 2001/03/20 14:26:25
3481 Log: Integrate changes #9259,9260 from maintperl into mainline.
3482
3483 Subject: [MacPerl-Porters] [PATCH] POSIX, File::Path (Mac OS) for 5.6.1 and 5.7
3484
3485 Subject: [PATCH perl-5.6.1-TRIAL3/run.c] printf warning
3486 Branch: perl
3487 !> ext/POSIX/POSIX.xs lib/File/Path.pm run.c
3488____________________________________________________________________________
3489[ 9260] By: jhi on 2001/03/20 14:05:46
3490 Log: Subject: [PATCH perl-5.6.1-TRIAL3/run.c] printf warning
3491 From: Robin Barker <rmb1@cise.npl.co.uk>
3492 Date: Tue, 20 Mar 2001 10:12:04 GMT
3493 Message-Id: <200103201012.KAA04738@tempest.npl.co.uk>
3494 Branch: maint-5.6/perl
3495 ! run.c
3496____________________________________________________________________________
3497[ 9259] By: jhi on 2001/03/20 14:04:39
3498 Log: Subject: [MacPerl-Porters] [PATCH] POSIX, File::Path (Mac OS) for 5.6.1 and 5.7
3499 From: Chris Nandor <pudge@pobox.com>
3500 Date: Tue, 20 Mar 2001 00:40:56 -0500
3501 Message-Id: <p05010401b6dc9d57a62d@[10.0.1.107]>
3502 Branch: maint-5.6/perl
3503 ! ext/POSIX/POSIX.xs lib/File/Path.pm
3504____________________________________________________________________________
3505[ 9258] By: jhi on 2001/03/20 05:09:34
3506 Log: Update Changes.
3507 Branch: perl
3508 ! Changes patchlevel.h
3509____________________________________________________________________________
365eb269
JH
3510[ 9257] By: jhi on 2001/03/20 05:04:25
3511 Log: tr/// UTF-8 tests for Inaba Hiroto's latest patches.
3512 Branch: perl
3513 ! t/op/tr.t
3514____________________________________________________________________________
3515[ 9256] By: jhi on 2001/03/20 04:43:12
3516 Log: Subject: [PATCH: 5.6.1-trial3] test fixes and installation cleanliness for OS/390
3517 From: Peter Prymmer <pvhp@forte.com>
3518 Date: Mon, 19 Mar 2001 16:43:13 -0800 (PST)
3519 Message-ID: <Pine.OSF.4.10.10103191627310.162127-100000@aspara.forte.com>
3520 Branch: maint-5.6/perl
3521 ! installperl t/comp/proto.t t/comp/require.t t/op/regmesg.t
3522____________________________________________________________________________
3523[ 9255] By: jhi on 2001/03/19 23:17:17
3524 Log: substr($bytestr, i, n, $charstr)
3249a4d4
JH
3525
3526 TODO: we are still broken if $bytestr needs UTF-8 upgrading.
365eb269
JH
3527 Branch: perl
3528 ! Todo-5.6 pp.c t/op/substr.t
3529____________________________________________________________________________
3530[ 9254] By: jhi on 2001/03/19 22:25:09
3531 Log: Rearrange the make test target prerequisites so that
3532 in a parallel make 'all' is finished before 'test'.
3533 Branch: perl
3534 ! Makefile.SH
3535____________________________________________________________________________
3536[ 9253] By: jhi on 2001/03/19 21:48:07
3537 Log: Subject: PATCH: cosmetic tweak in pp_ctl.c
3538 From: Robin Houston <robin@kitsite.com>
3539 Date: Mon, 19 Mar 2001 15:48:41 +0000
3540 Message-ID: <20010319154841.A28174@puffinry.freeserve.co.uk>
3541 Branch: perl
3542 ! pp_ctl.c
3543____________________________________________________________________________
3544[ 9252] By: jhi on 2001/03/19 21:42:27
3545 Log: Integrate perlio.
3546 Branch: perl
3547 !> doop.c perly.c perly.y sv.c t/camel-III/vstring.t t/op/each.t
3548 !> t/op/length.t t/op/pack.t t/op/ver.t toke.c utf8.c utf8.h
3549 !> utfebcdic.h vms/perly_c.vms
3550____________________________________________________________________________
3551[ 9251] By: jhi on 2001/03/19 21:31:28
3552 Log: Integrate changes #9244,9247,9250 from maintperl into mainline.
3553
3554 Dynaloading in 64-bit AIX with vac.
3555 Branch: perl
3556 !> ext/DynaLoader/dl_aix.xs ext/DynaLoader/hints/aix.pl
3557 !> hints/aix.sh
3558____________________________________________________________________________
3559[ 9250] By: jhi on 2001/03/19 21:18:00
3560 Log: A more robust solution for the 64bitall AIX dynaloading
3561 problem, from Jens-Uwe Mager.
3562 Branch: maint-5.6/perl
3563 ! ext/DynaLoader/dl_aix.xs ext/DynaLoader/hints/aix.pl
3564____________________________________________________________________________
3565[ 9249] By: nick on 2001/03/19 20:59:37
3566 Log: Integrate mainline.
3567 Branch: perlio
3568 !> (integrate 42 files)
3569____________________________________________________________________________
3570[ 9248] By: nick on 2001/03/19 20:22:07
3571 Log: Tweak to perly.y to allow -DDEBUGGING to compile on OS390.
3572 (Building on OS390 uses native YACC and YYDEBUG has other
3573 side effects.)
3574 Branch: perlio
3575 ! perly.c perly.y vms/perly_c.vms
3576____________________________________________________________________________
3577[ 9247] By: jhi on 2001/03/19 19:59:53
3578 Log: 64-bit AIX dynaloading problem (see #9244) idea
3579 from Jens-Uwe Mager.
3580 Branch: maint-5.6/perl
3581 ! ext/DynaLoader/dl_aix.xs
3582____________________________________________________________________________
3583[ 9246] By: nick on 2001/03/19 19:27:57
3584 Log: More EBCDIC fixes.
3585 Branch: perlio
3586 ! doop.c sv.c t/camel-III/vstring.t t/op/each.t t/op/length.t
3587 ! t/op/pack.t t/op/ver.t toke.c utf8.c utf8.h utfebcdic.h
3588____________________________________________________________________________
3589[ 9245] By: jhi on 2001/03/19 19:05:19
3590 Log: Integrate change #9243 from mainline into maintperl.
3591
3592 Subject: [PATCH perl-5.6.1-TRIAL3/README.vmesa] bad =item paragraphs
3593 Branch: maint-5.6/perl
3594 !> README.vmesa
3595____________________________________________________________________________
3596[ 9244] By: jhi on 2001/03/19 19:03:15
3597 Log: Get 64bitall AIX building, but still does not test okay:
3598 dynaloading anything fails, for example for op/defins:
3599 Can't load '../lib/auto/File/Glob/Glob.so' for module File::Glob: loadbind: A system call received a parameter that is not valid. at ../lib/XSLoader.pm line 75. at ../lib/File/Glob.pm line 99
3600 (update: fixed by #9247,9250)
3601 Branch: maint-5.6/perl
3602 ! hints/aix.sh
3603____________________________________________________________________________
3604[ 9243] By: jhi on 2001/03/19 19:00:16
3605 Log: Subject: [PATCH perl-5.6.1-TRIAL3/README.vmesa] bad =item paragraphs
3606 From: Robin Barker <rmb1@cise.npl.co.uk>
3607 Date: Mon, 19 Mar 2001 18:01:57 GMT
3608 Message-Id: <200103191801.SAA01072@tempest.npl.co.uk>
3609 Branch: perl
3610 ! README.vmesa
3611____________________________________________________________________________
3612[ 9242] By: jhi on 2001/03/19 18:58:43
3613 Log: UTF-8 tr/// battle continues, ammunition from Inaba Hiroto.
3614
3615 TODO: tests.
3616 Branch: perl
3617 ! doop.c op.c
3618____________________________________________________________________________
3619[ 9241] By: gsar on 2001/03/19 17:34:46
3620 Log: VMSify tests (from Charles Lane)
3621 Branch: maint-5.6/perl
3622 ! t/lib/filehand.t t/lib/texttabs.t
3623____________________________________________________________________________
3624[ 9240] By: jhi on 2001/03/19 14:24:26
3625 Log: Integrate change #9233 from maintperl into mainline.
3626
3627 some refcounts were incorrect in perl_clone()
3628 Branch: perl
3629 !> sv.c
3630____________________________________________________________________________
3631[ 9239] By: gsar on 2001/03/19 09:23:17
3632 Log: this is 5.6.1-trial3
3633 Branch: maint-5.6/perl
3634 ! Changes
3635____________________________________________________________________________
3636[ 9238] By: gsar on 2001/03/19 08:47:04
3637 Log: some new symbols are only available under ithreads
3638 Branch: maint-5.6/perl
3639 ! makedef.pl
3640____________________________________________________________________________
3641[ 9237] By: gsar on 2001/03/19 08:42:28
3642 Log: update patchlevel.h, Changes, &c.
3643 Branch: maint-5.6/perl
3644 ! Changes patchlevel.h pod/perlhist.pod
3645 !> AUTHORS
3646____________________________________________________________________________
3647[ 9236] By: gsar on 2001/03/19 08:17:49
3648 Log: integrate changes#8068,8717 from mainline
3649
3650 [PATCH 5.7.0@8047] RE: [ID 20001013.009] DB_File issues warning when setting element to undef
3651
3652 [PATCH CPAN 1.59_51] warning message (not!)
3653 Branch: maint-5.6/perl
3654 !> ext/GDBM_File/GDBM_File.pm ext/GDBM_File/typemap
3655 !> ext/NDBM_File/NDBM_File.pm ext/NDBM_File/typemap
3656 !> ext/ODBM_File/ODBM_File.pm ext/ODBM_File/typemap
3657 !> ext/SDBM_File/SDBM_File.pm ext/SDBM_File/typemap lib/CPAN.pm
3658 !> t/lib/gdbm.t t/lib/ndbm.t t/lib/odbm.t t/lib/sdbm.t
3659____________________________________________________________________________
3660[ 9235] By: gsar on 2001/03/19 08:07:09
3661 Log: integrate changes#8617,8713,8715,8716,8721,8953,8963 from mainline
3662
3663 [PATCH] Add missing CV flags to dump.c
3664
3665 Re: [patch] Re: PL_ptr_table
3666
3667 Fixup non-ithread build after 8713
3668
3669 Generated files form 8713 etc.
3670
3671 Correct the correction :-(
3672
3673 Documenting coderef @INC (Re: CPAN "make this script work" feature)
3674
3675 Subject: Re: sync sync sync: have I missed any patches?
3676 Replace djSP with dSP.
3677 Branch: maint-5.6/perl
3678 !> cop.h doio.c doop.c dump.c embed.h embed.pl ext/B/B/C.pm
3679 !> ext/B/B/CC.pm global.sym objXSUB.h perl.c perlapi.c
3680 !> pod/perlhack.pod pp.c pp.h pp_ctl.c pp_hot.c pp_sys.c proto.h
3681 !> sv.c sv.h win32/perlhost.h
3682____________________________________________________________________________
3683[ 9234] By: gsar on 2001/03/19 07:22:05
3684 Log: revert the change#9090 integrate for now (change looks somewhat
3685 incomplete in that [ha]v_exists() need something similar; lacks
3686 tests; &c.)
3687 Branch: maint-5.6/perl
3688 ! hv.c
3689____________________________________________________________________________
3690[ 9233] By: gsar on 2001/03/19 07:10:01
3691 Log: some refcounts were incorrect in perl_clone(); avoid hang in global
3692 destruction when there are unreferenced scalars (SvREFCNT==0)
3693 Branch: maint-5.6/perl
3694 ! sv.c
3695____________________________________________________________________________
3696[ 9232] By: jhi on 2001/03/19 05:11:02
3697 Log: Regen api and toc.
3698 Branch: maint-5.6/perl
3699 ! pod/perlapi.pod pod/perltoc.pod
3700____________________________________________________________________________
3701[ 9231] By: jhi on 2001/03/19 04:06:03
3702 Log: Integrate changes in #9070,9072,9101 from mainline into maintperl,
3703 add a lost line in pp.c:pp_chop(), update to new op/chop.
3704
3705 Clarify the description differentiating for and while; inspired by
3706
3707 Subject: [ID 20010306.004] || != named unary operator
3708
3709 The $Is_MacOS needs to be declared.
3710 Branch: maint-5.6/perl
3711 ! pp.c t/op/chop.t
3712 !> lib/ExtUtils/Manifest.pm pod/perlop.pod pod/perlsyn.pod
3713____________________________________________________________________________
3714[ 9230] By: jhi on 2001/03/19 03:48:16
3715 Log: Integrate changes #7971(perlio),8982,9061,9062,9068,9069,
3716 9079,9083,9089,9090,9091 from mainline to maintperl.
3717
3718 Quieten some noise in Win32 builds
3719
3720 Fixes the bugs 20010221.005 and 20010221.008: "the taint checker..."
3721
3722 The perlretut was still talking about the old \p and \P
3723 definitions.
3724
3725 More tweakage on the Unicode character class descriptions.
3726
3727 Subject: Re: [ID 20010305.012] chop() against list assignment returns char chopped from el zero
3728
3729 Subject: 'no *POSIX' Patch speeding up make on BS2000
3730
3731 Subject: [PATCH] perldata.pod here-doc docs
3732
3733 Add /sbin and /usr/sbin to the list of directories scanned
3734 for setuid programs. Takes care of bug id 20010309.003.
3735
3736 Subject: Re: [ID 19990808.001] [PATCH] FETCH triggered on exists()
3737
3738 In op/stat #35 better to scan all the potential directories
3739 for setuids, not just the first one.
3740 Branch: maint-5.6/perl
3741 ! Makefile.SH
3742 !> doio.c hv.c lib/unicode/mktables.PL makedepend.SH perl.h
3743 !> pod/perldata.pod pod/perlretut.pod pp.c t/op/chop.t
3744 !> t/op/stat.t toke.c win32/win32.h
3745____________________________________________________________________________
3746[ 9229] By: jhi on 2001/03/19 02:31:50
3747 Log: Subject: [MacPerl-Porters] [PATCH] Portability fixes for Mac OS / maint-5.6
3748 From: Chris Nandor <pudge@pobox.com>
3749 Date: Sat, 10 Mar 2001 14:22:19 -0500
3750 Message-Id: <p0501042db6cf0a8d0b63@[10.0.1.177]>
3751 Branch: maint-5.6/perl
3752 ! ext/B/defsubs_h.PL ext/DynaLoader/dl_mac.xs
3753 ! ext/Errno/Errno_pm.PL lib/ExtUtils/Manifest.pm perlsfio.h
3754 ! t/lib/b.t t/lib/errno.t
3755____________________________________________________________________________
3756[ 9228] By: jhi on 2001/03/19 02:29:59
3757 Log: Integrate changes #9113,9122 from mainline into maintperl.
3758
3759 Subject: [PATCH: perl@9092, dist-3.0@70] OS/390 mydomain last gasp before silly guess (was Re: What do I need to build EBCDIC perl?)
3760 Branch: maint-5.6/perl
3761 !> Configure README.os390 hints/os390.sh
3762____________________________________________________________________________
3763[ 9227] By: jhi on 2001/03/19 02:22:35
3764 Log: Integrate #9115,9121,9128,9163,9171,9174,9175 from mainline
3765 into maintperl.
3766
3767 Subject: Re: [ID 20010305.005] "use integer" doesn't make rand() return integers
3768
3769 Forgot to check-in the larger part of #9120, duh.
3770
3771 Subject: Another patch for integer.pm POD
3772
3773 h2ph strictness and cleanliness from Kurt Starsinic.
3774
3775 Borland filename case problem.
3776
3777 h2ph strictness and cleanliness from Kurt Starsinic.
3778
3779 Subject: [PATCH] the uncontroversial doc patches
3780 Branch: maint-5.6/perl
3781 +> win32/sncfnmcs.pl
3782 !> MANIFEST README.os2 README.win32 ext/GDBM_File/GDBM_File.pm
3783 !> ext/GDBM_File/GDBM_File.xs lib/integer.pm
3784 !> pod/perl5005delta.pod pod/perldebtut.pod pod/perlfunc.pod
3785 !> pod/perlhack.pod pod/perllexwarn.pod pod/perllocale.pod
3786 !> pod/perllol.pod pod/perlmod.pod pod/perlmodlib.pod
3787 !> pod/perlport.pod pod/perlrun.pod pod/perltoc.pod
3788 !> pod/perlxs.pod pod/perlxstut.pod utils/h2ph.PL
3789____________________________________________________________________________
3790[ 9226] By: jhi on 2001/03/19 02:10:21
3791 Log: Integrate changes #9207,9214 from mainline into maintperl.
3792
3793 podchecker relaxations: =over has an *optional* number after it,
3794 and whitespace in L<> is okay.
3795 Branch: maint-5.6/perl
3796 !> lib/Pod/Checker.pm lib/Pod/ParseUtils.pm pod/perlpod.pod
3797 !> t/pod/poderrs.xr
3798____________________________________________________________________________
3799[ 9225] By: jhi on 2001/03/19 02:07:38
3800 Log: Integrate change #9219 from maintperl into mainline.
3801
3802 remove duplicated tests
3803 Branch: perl
3804 !> t/op/re_tests
3805____________________________________________________________________________
3806[ 9224] By: jhi on 2001/03/19 02:06:11
3807 Log: Integrate change #9223 from mainline to maintperl.
3808
3809 Document -Dmksymlinks.
3810 Branch: maint-5.6/perl
3811 !> INSTALL
3812____________________________________________________________________________
3813[ 9223] By: jhi on 2001/03/19 02:01:25
3814 Log: Document -Dmksymlinks.
3815 Branch: perl
3816 ! INSTALL
3817____________________________________________________________________________
3818[ 9222] By: jhi on 2001/03/19 01:15:35
3819 Log: The -Dmksymlinks wasn't working for maintperl.
3820 Branch: maint-5.6/perl
3821 ! Configure
3822____________________________________________________________________________
3823[ 9221] By: jhi on 2001/03/19 00:49:43
3824 Log: Cleanup pixie residue.
3825 Branch: perl
3826 ! Makefile.SH
3827____________________________________________________________________________
3828[ 9220] By: jhi on 2001/03/19 00:44:47
3829 Log: Document the use of pixie/prof; create make targets for it.
3830
3831 TODO: make t/TEST pixie-aware.
3832 Branch: perl
3833 ! Makefile.SH pod/perlhack.pod
3834____________________________________________________________________________
3835[ 9219] By: gsar on 2001/03/19 00:16:55
3836 Log: remove duplicated tests
3837 Branch: maint-5.6/perl
3838 ! t/op/re_tests
3839____________________________________________________________________________
3840[ 9218] By: jhi on 2001/03/18 23:59:31
3841 Log: Document Third Degree some more, and also PERL_DESTRUCT_LEVEL.
3842 Branch: perl
3843 ! pod/perlhack.pod pod/perlobj.pod pod/perlrun.pod
3844____________________________________________________________________________
3845[ 9217] By: jhi on 2001/03/18 23:25:20
3846 Log: Rewrite the tests section of Makefile to be less redundant
3847 and to allow for more flexible test targets, many recursive
3848 make calls introduced.
3849 Branch: perl
3850 ! Makefile.SH
3851____________________________________________________________________________
3852[ 9216] By: jhi on 2001/03/18 22:30:04
3853 Log: Document the use of Third Degree (sparsely).
3854 Branch: perl
3855 ! pod/perlhack.pod t/TEST
3856____________________________________________________________________________
3857[ 9215] By: jhi on 2001/03/18 22:10:30
3858 Log: Make targets for testing with Third Degree.
3859 Branch: perl
3860 ! Makefile.SH
3861____________________________________________________________________________
3862[ 9214] By: jhi on 2001/03/18 21:08:53
3863 Log: The podchecker relaxations need to mirrored also at the tests.
3864 Branch: perl
3865 ! t/pod/poderrs.xr
3866____________________________________________________________________________
3867[ 9213] By: jhi on 2001/03/18 20:56:21
3868 Log: Update Changes.
3869 Branch: perl
3870 ! Changes patchlevel.h
99b32ad1 3871____________________________________________________________________________
cf9b4167
JH
3872[ 9212] By: jhi on 2001/03/18 20:36:59
3873 Log: Looking for config.sh in parent directories isn't
3874 very useful for the toplevel Makefile.
3875 Branch: perl
3876 ! Makefile.SH
3877____________________________________________________________________________
3878[ 9211] By: jhi on 2001/03/18 20:33:37
3879 Log: On "make clean" take care of Third Degree droppings.
3880 Branch: perl
3881 ! Makefile.SH
3882____________________________________________________________________________
3883[ 9210] By: jhi on 2001/03/18 20:21:34
3884 Log: Add a hook for running the tests under the Third Degree
3885 debugging tool (set $ENV{PERL_3LOG} to non-zero)
3886
3887 TODO: Document the use of Third Degree.
3888 Branch: perl
3889 ! t/TEST
3890____________________________________________________________________________
3891[ 9209] By: jhi on 2001/03/18 20:19:07
3892 Log: Regen toc and api pods.
3893 Branch: perl
3894 ! pod/perlapi.pod pod/perltoc.pod
3895____________________________________________________________________________
3896[ 9208] By: jhi on 2001/03/18 20:12:12
3897 Log: Integrate changes #8128,9132 from mainline into maintperl,
3898 Tie::SubstrHash fixes.
3899 Branch: maint-5.6/perl
3900 !> lib/Tie/SubstrHash.pm t/lib/tie-substrhash.t
3901____________________________________________________________________________
3902[ 9207] By: jhi on 2001/03/18 20:07:43
3903 Log: podchecker relaxations from Michael Stevens.
3904 Branch: perl
3905 ! lib/Pod/Checker.pm lib/Pod/ParseUtils.pm pod/perlpod.pod
3906____________________________________________________________________________
3907[ 9206] By: jhi on 2001/03/18 20:04:24
3908 Log: Retract the changes made at #9176 to Neil's and Ilya's module pods.
3909 Branch: perl
3910 ! lib/Locale/Constants.pm lib/Locale/Country.pm
3911 ! lib/Locale/Currency.pm lib/Locale/Language.pm lib/overload.pm
3912 ! os2/OS2/ExtAttr/ExtAttr.pm os2/OS2/Process/Process.pm
3913____________________________________________________________________________
3914[ 9205] By: jhi on 2001/03/18 19:54:45
3915 Log: Integrate changes #9161,9162 from maintperl to mainline.
3916
3917 clearing of $ENV{PERL_DESTRUCT_LEVEL} interferes with purify
3918 results
3919 Branch: perl
3920 !> t/op/magic.t
3921____________________________________________________________________________
3922[ 9204] By: jhi on 2001/03/18 19:37:46
3923 Log: Make perl.third checks more understandable to the builder.
3924 Branch: perl
3925 ! Makefile.SH
3926____________________________________________________________________________
3927[ 9203] By: jhi on 2001/03/18 19:20:54
3928 Log: Re-integrate #9138 from maintperl to mainline,
3929 the squelching of the unneeded "Scalars leaked" messages.
3930 Branch: perl
3931 !> t/comp/proto.t t/op/lex_assign.t t/op/local.t t/op/pat.t
3932 !> t/op/regexp.t t/pragma/strict-vars t/pragma/warn/op
3933 !> t/pragma/warn/regcomp t/pragma/warn/toke t/pragma/warnings.t
3934____________________________________________________________________________
3935[ 9202] By: jhi on 2001/03/18 18:48:36
3936 Log: More robust and more paranoid perl.third target.
3937 Branch: perl
3938 ! Makefile.SH
3939____________________________________________________________________________
3940[ 9201] By: jhi on 2001/03/18 18:39:21
3941 Log: Integrate change #9197 from maintperl to mainline.
3942
3943 more thorough cleaning of arenas.
3944 Branch: perl
3945 !> embed.pl perl.c proto.h sv.c t/op/sort.t
3946____________________________________________________________________________
3947[ 9200] By: jhi on 2001/03/18 18:25:17
3948 Log: Integrate perlio.
3949 Branch: perl
3950 !> doop.c ext/Encode/Encode.pm ext/Encode/Encode.xs
3951 !> ext/Encode/compile lib/utf8.pm pp_ctl.c sv.c t/lib/b.t
3952 !> t/lib/encode.t toke.c universal.c utf8.c
3953____________________________________________________________________________
3954[ 9199] By: nick on 2001/03/18 15:23:51
3955 Log: Prefer !UTF8_IS_INVARIANT() over UTF8_IS_CONTINUED() when that
3956 is the sense of the test being done. Avoid some magical 127 and 128 values
3957 by using macros.
3958 Branch: perlio
3959 ! doop.c pp_ctl.c sv.c toke.c
3960____________________________________________________________________________
3961[ 9198] By: nick on 2001/03/18 14:18:12
3962 Log: UTF-X encoding invariance for Encode:
3963 - move Encode::utf8_encode to utf8::encode (likewise decode,upgrade,downgrade,valid)
3964 - move the XS code for those to universal.c (so in miniperl)
3965 - add utf8::unicode_to_native and its inverse to allow EBCDIC to work in true unicode.
3966 - change ext/Encode/compile to use above.
3967 - Fix t/lib/encode.t for above
3968 - Teach t/lib/b.t to expect -uutf8
3969 - In utf8.c look for SWASHNEW rather than just utf8:: package to see if
3970 utf8.pm is needed.
3971 Branch: perlio
3972 ! ext/Encode/Encode.pm ext/Encode/Encode.xs ext/Encode/compile
3973 ! lib/utf8.pm t/lib/b.t t/lib/encode.t universal.c utf8.c
3974____________________________________________________________________________
3975[ 9197] By: gsar on 2001/03/18 12:15:57
3976 Log: more thorough cleaning of arenas--keep going until no more
3977 SvREFCNT_dec()s occur (this fixes the problem that causes the
3978 pesky "Scalars leaked" warnings)
3979 Branch: maint-5.6/perl
3980 ! embed.pl perl.c proto.h sv.c t/op/sort.t
3981____________________________________________________________________________
3982[ 9196] By: nick on 2001/03/18 10:57:29
3983 Log: Fix pragma/utf8.t # 15
3984 - if toke.c is processing a SvUTF8 string then single quoted '...' etc.
3985 are SvUTF8 as well.
3986 Branch: perlio
3987 ! toke.c
3988____________________________________________________________________________
3989[ 9195] By: nick on 2001/03/18 09:27:06
3990 Log: Integrate mainline
3991 Branch: perlio
3992 !> MANIFEST Makefile.SH doop.c mg.c op.c op.h t/op/misc.t
3993 !> t/op/pat.t
3994____________________________________________________________________________
3995[ 9194] By: jhi on 2001/03/18 05:29:59
3996 Log: Sarathy's clear_pmop patch with Radu Greab's fix,
365eb269 3997 Hiroto's, Nick Clark's, and Vadim Konovalov's tests.
cf9b4167
JH
3998 Branch: perl
3999 ! op.c op.h t/op/misc.t t/op/pat.t
4000____________________________________________________________________________
4001[ 9193] By: jhi on 2001/03/18 05:15:06
4002 Log: NI-S' cunning idea of how to de-UTF8 the "\C-broken" submatches.
4003 Branch: perl
4004 ! mg.c t/op/pat.t
4005____________________________________________________________________________
4006[ 9192] By: jhi on 2001/03/18 04:22:43
4007 Log: tr/// UTF-8 patches from Inaba Hiroto.
4008 Branch: perl
4009 ! doop.c op.c
4010____________________________________________________________________________
4011[ 9191] By: jhi on 2001/03/18 04:21:17
4012 Log: Integrate perlio.
4013 Branch: perl
4014 !> utf8.c utfebcdic.h
4015____________________________________________________________________________
4016[ 9190] By: nick on 2001/03/17 20:32:01
4017 Log: Correct #if EBCDIC side typos.
4018 Builds and passes many tests on OS390.
4019 Branch: perlio
4020 ! utf8.c utfebcdic.h
4021____________________________________________________________________________
4022[ 9189] By: jhi on 2001/03/17 18:55:49
4023 Log: Add prerequisites for the perl.third target.
4024 Branch: perl
4025 ! Makefile.SH
4026____________________________________________________________________________
4027[ 9188] By: jhi on 2001/03/17 18:46:00
4028 Log: Integrate perlio.
4029 Branch: perl
4030 +> utfebcdic.h
4031 !> MANIFEST doop.c perl.h pp.c utf8.c utf8.h
4032____________________________________________________________________________
4033[ 9187] By: jhi on 2001/03/17 18:38:47
4034 Log: Add a make rule for perl.third (the Third Degree memory debugging
4035 tool of Tru64 / Digital UNIX / DEC OSF/1, see man third or man atom)
4036 Branch: perl
4037 ! Makefile.SH
4038____________________________________________________________________________
4039[ 9186] By: nick on 2001/03/17 18:34:48
4040 Log: MANIFEST addition :-(
4041 Branch: perlio
4042 ! MANIFEST
4043____________________________________________________________________________
4044[ 9185] By: nick on 2001/03/17 18:29:50
4045 Log: Infrastructure to use UTF-EBCDIC rather than UTF-8 as the internal
4046 encoding on EBCDIC platforms. This has property that U+0000..U+009F i.e.
4047 a superset of ASCII are invariant under the encoding. This is EBCDIC
4048 friendly as an encoded string can be looked at as being EBCDIC by lexer
4049 sprintf("%d",...) etc. in same manner that a UTF-8 string be considered
4050 ASCII on ASCII machines.
4051
4052 - re-arrange utf8.h to get ASCII specific vs Unicode generic bits
4053 seperate.
4054 - Add some more macros to comprehend different shift amounts and
4055 possible swizzle in UTF-EBCDIC vs UTF-8. Change utf8.c to use them.
4056 - add utfebcdic.h which provides UTF-EBCDIC versions of the macros,
4057 and conditionaly #include it.
4058
4059 EBCDIC build as yet untested. ASCII still fails the one test.
4060 Branch: perlio
4061 + utfebcdic.h
4062 ! utf8.c utf8.h
4063____________________________________________________________________________
4064[ 9184] By: nick on 2001/03/17 17:44:16
4065 Log: Minor naming change UTF8_IS_ASCII => UTF8_IS_INVARIANT
4066 Branch: perlio
4067 ! doop.c perl.h pp.c utf8.h
4068____________________________________________________________________________
4069[ 9183] By: jhi on 2001/03/17 15:55:42
4070 Log: Integrate perlio.
4071 Branch: perl
4072 ! MANIFEST
4073 !> perl.h sv.c t/op/pat.t toke.c utf8.c utf8.h
4074____________________________________________________________________________
4075[ 9182] By: nick on 2001/03/17 09:16:06
4076 Log: Allow test to pass even when \C leaves SvUTF8 set by adding 'use bytes'
4077 Branch: perlio
4078 ! t/op/pat.t
4079____________________________________________________________________________
4080[ 9181] By: nick on 2001/03/17 09:15:11
4081 Log: Integrate mainline.
4082 Branch: perlio
4083 +> lib/Locale/Constants.pm lib/Locale/Country.pm
4084 +> lib/Locale/Currency.pm lib/Locale/Language.pm t/lib/lc-all.t
4085 +> t/lib/lc-constants.t t/lib/lc-country.t t/lib/lc-currency.t
4086 +> t/lib/lc-language.t t/lib/lc-uk.t win32/sncfnmcs.pl
4087 !> (integrate 83 files)
4088____________________________________________________________________________
4089[ 9180] By: nick on 2001/03/16 17:23:21
4090 Log: EBCDIC Fixes.
4091 Branch: perlio
4092 ! perl.h sv.c toke.c utf8.c utf8.h
4093____________________________________________________________________________
4094[ 9179] By: jhi on 2001/03/16 14:10:12
4095 Log: Re-apply #9024 as the Storable 1.0.11 (#9069) overwrote
4096 a change needed to work around an AIX compiler bug.
4097 Branch: perl
4098 ! ext/Storable/Storable.xs
4099____________________________________________________________________________
4100[ 9178] By: jhi on 2001/03/16 03:19:59
4101 Log: With Damian's approval synchronize damian's modules'
4102 licensing with Perl's standard module licensing.
4103 Branch: perl
4104 ! lib/Filter/Simple.pm lib/Switch.pm lib/Text/Balanced.pod
4105____________________________________________________________________________
4106[ 9177] By: jhi on 2001/03/16 03:15:34
4107 Log: Make the Filter::Util:Call files have their own copies
4108 of the Perl standard module licensing, from Paul Marquess.
4109 Branch: perl
4110 ! ext/Filter/Util/Call/Call.pm ext/Filter/Util/Call/Call.xs
4111____________________________________________________________________________
4112[ 9176] By: jhi on 2001/03/16 02:56:04
4113 Log: Subject: [PATCH] more pod patches
4114 From: Michael Stevens <michael@etla.org>
4115 Date: Thu, 15 Mar 2001 21:25:18 +0000
4116 Message-ID: <20010315212518.A18870@firedrake.org>
4117 Branch: perl
4118 ! configpm ext/B/B/Bytecode.pm ext/DB_File/DB_File.pm
4119 ! ext/Data/Dumper/Dumper.pm ext/Devel/Peek/Peek.pm
4120 ! ext/Filter/Util/Call/Call.pm ext/IO/lib/IO/Handle.pm
4121 ! ext/IO/lib/IO/Seekable.pm ext/IO/lib/IO/Socket/UNIX.pm
4122 ! ext/IPC/SysV/Msg.pm ext/IPC/SysV/Semaphore.pm
4123 ! ext/IPC/SysV/SysV.pm ext/NDBM_File/NDBM_File.pm
4124 ! ext/ODBM_File/ODBM_File.pm ext/Socket/Socket.pm
4125 ! ext/Storable/Storable.pm ext/Sys/Syslog/Syslog.pm
4126 ! ext/Thread/Thread.pm ext/Thread/Thread/Queue.pm
4127 ! ext/attrs/attrs.pm jpl/JNI/JNI.pm lib/CPAN.pm
4128 ! lib/Class/Struct.pm lib/Dumpvalue.pm lib/ExtUtils/Embed.pm
4129 ! lib/ExtUtils/Installed.pm lib/ExtUtils/MM_Cygwin.pm
4130 ! lib/ExtUtils/MM_OS2.pm lib/ExtUtils/MM_VMS.pm
4131 ! lib/ExtUtils/MM_Win32.pm lib/ExtUtils/Manifest.pm
4132 ! lib/ExtUtils/Mksymlists.pm lib/ExtUtils/Packlist.pm
4133 ! lib/File/Basename.pm lib/File/Spec/VMS.pm
4134 ! lib/File/Spec/Win32.pm lib/FileHandle.pm lib/Filter/Simple.pm
4135 ! lib/Getopt/Long.pm lib/Locale/Constants.pm
4136 ! lib/Locale/Country.pm lib/Locale/Language.pm
4137 ! lib/Term/ANSIColor.pm lib/Test.pm lib/Test/Harness.pm
4138 ! lib/Text/Wrap.pm lib/Tie/Array.pm lib/Tie/Handle.pm
4139 ! lib/Tie/Hash.pm lib/Tie/Scalar.pm lib/User/pwent.pm
4140 ! lib/autouse.pm lib/overload.pm os2/OS2/ExtAttr/ExtAttr.pm
4141 ! os2/OS2/Process/Process.pm
4142____________________________________________________________________________
4143[ 9175] By: jhi on 2001/03/16 02:53:32
4144 Log: Subject: [PATCH] the uncontroversial doc patches
4145 From: Michael Stevens <michael@etla.org>
4146 Date: Thu, 15 Mar 2001 20:01:12 +0000
4147 Message-ID: <20010315200112.A7636@firedrake.org>
4148 Branch: perl
4149 ! pod/perl5005delta.pod pod/perldebtut.pod pod/perldelta.pod
4150 ! pod/perlfunc.pod pod/perlhack.pod pod/perllexwarn.pod
4151 ! pod/perllocale.pod pod/perllol.pod pod/perlmod.pod
4152 ! pod/perlmodlib.pod pod/perlport.pod pod/perlrun.pod
4153 ! pod/perltoc.pod pod/perlxs.pod pod/perlxstut.pod
4154____________________________________________________________________________
4155[ 9174] By: jhi on 2001/03/16 02:50:49
4156 Log: Subject: [PATCH 5.6.1] ext/GDBM_File GDBM_NOLOCK constant
4157 From: Paul Lindner <lindner@inuus.com>
4158 Date: Fri, 16 Mar 2001 11:28:03 -0800
4159 Message-ID: <20010316112803.A7577@inuus.com>
4160 Branch: perl
4161 ! ext/GDBM_File/GDBM_File.pm ext/GDBM_File/GDBM_File.xs
4162____________________________________________________________________________
4163[ 9173] By: nick on 2001/03/15 20:21:03
4164 Log: 1st day's EBCDIC fixes:
4165 - toke.c's parsing of strings needed attention
4166 needed to conditionally e2a if string was already UTF-8
4167 - e2a/a2e tables where wrong way round.
4168 - new macros in utf8.h
4169 Branch: perlio
4170 ! perl.h toke.c utf8.h
4171____________________________________________________________________________
4172[ 9172] By: jhi on 2001/03/15 15:17:17
4173 Log: Update Changes.
4174 Branch: perl
4175 ! Changes patchlevel.h
4176____________________________________________________________________________
310a2e74
JH
4177[ 9171] By: jhi on 2001/03/15 15:09:32
4178 Log: Subject: Re: Another Borland C++ problem.
4179 From: "Vadim Konovalov" <watman@inbox.ru>
4180 Date: Sat, 10 Mar 2001 19:26:07 +0300
4181 Message-ID: <001601c0a97f$143fcc40$da7b55c2@vad>
4182
4183 Borland filename case problem.
4184 Branch: perl
4185 + win32/sncfnmcs.pl
4186 ! MANIFEST README.win32
4187____________________________________________________________________________
4188[ 9170] By: jhi on 2001/03/15 14:54:23
4189 Log: Add Locale::Codes 1.06, from Neil Bowers.
4190 Branch: perl
4191 + lib/Locale/Constants.pm lib/Locale/Country.pm
4192 + lib/Locale/Currency.pm lib/Locale/Language.pm t/lib/lc-all.t
4193 + t/lib/lc-constants.t t/lib/lc-country.t t/lib/lc-currency.t
4194 + t/lib/lc-language.t t/lib/lc-uk.t
4195 ! MANIFEST
4196____________________________________________________________________________
4197[ 9169] By: jhi on 2001/03/15 14:19:01
4198 Log: Upgrade to Storable 1.0.11, from Raphael Manfredi.
4199 Branch: perl
4200 ! ext/Storable/ChangeLog ext/Storable/Storable.pm
4201 ! ext/Storable/Storable.xs
4202____________________________________________________________________________
4203[ 9168] By: jhi on 2001/03/15 14:13:22
4204 Log: Integrate changes #9120,9167 from mainline to maintperl.
4205
4206 Subject: [PATCH 5.6.1] OS/2 docs
4207
4208 Subject: [PATCH 5.6.1] perldoc
4209 Branch: maint-5.6/perl
4210 !> os2/Changes utils/perldoc.PL
4211____________________________________________________________________________
4212[ 9167] By: jhi on 2001/03/15 14:07:42
4213 Log: Subject: [PATCH 5.6.1] perldoc
4214 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
4215 Date: Wed, 14 Mar 2001 23:46:52 -0500
4216 Message-ID: <20010314234652.A7972@math.ohio-state.edu>
4217 Branch: perl
4218 ! utils/perldoc.PL
4219____________________________________________________________________________
4220[ 9166] By: jhi on 2001/03/15 13:53:15
4221 Log: sigaction test condition tweakage.
4222 Branch: perl
4223 ! t/lib/sigaction.t
4224____________________________________________________________________________
4225[ 9165] By: alanbur on 2001/03/15 03:49:17
4226 Log: Resynchronised with parent
4227 Branch: maint-5.6/pureperl
4228 +> os2/os2add.sym t/op/anonsub.t
4229 !> (integrate 72 files)
4230____________________________________________________________________________
4231[ 9164] By: jhi on 2001/03/15 01:05:01
4232 Log: Avoid stomping off the beginning of an array in tr///.
4233 Branch: perl
4234 ! op.c
4235____________________________________________________________________________
4236[ 9163] By: jhi on 2001/03/15 00:58:57
4237 Log: h2ph strictness and cleanliness from Kurt Starsinic.
4238 Branch: perl
4239 ! utils/h2ph.PL
4240____________________________________________________________________________
4241[ 9162] By: gsar on 2001/03/15 00:56:53
4242 Log: avoid warnings
4243 Branch: maint-5.6/perl
4244 ! t/op/magic.t
4245____________________________________________________________________________
4246[ 9161] By: gsar on 2001/03/15 00:52:09
4247 Log: clearing of $ENV{PERL_DESTRUCT_LEVEL} interferes with purify
4248 results
4249 Branch: maint-5.6/perl
4250 ! t/op/magic.t
4251____________________________________________________________________________
4252[ 9160] By: jhi on 2001/03/14 22:02:10
4253 Log: Do not use the Perl malloc in IRIX, suggested by
4254 Helmus Jarausch.
4255 Branch: perl
4256 ! hints/irix_6.sh
4257____________________________________________________________________________
4258[ 9159] By: nick on 2001/03/14 21:45:59
4259 Log: Integrate mainline
4260 Branch: perlio
4261 +> t/op/loopctl.t
4262 !> (integrate 41 files)
4263____________________________________________________________________________
4264[ 9158] By: jhi on 2001/03/14 21:10:09
4265 Log: The Day of the Retractions continues: the #9138
4266 (integrated in #9144) doesn't work well in mainline.
4267 Branch: perl
4268 ! t/comp/proto.t t/op/lex_assign.t t/op/local.t t/op/pat.t
4269 ! t/op/regexp.t t/pragma/strict-vars t/pragma/warn/op
4270 ! t/pragma/warn/regcomp t/pragma/warn/toke t/pragma/warnings.t
4271____________________________________________________________________________
4272[ 9157] By: jhi on 2001/03/14 20:58:12
4273 Log: The #9145 CANNOT be enabled: the clear_pmop code still
4274 dumps core all over in Tru64.
4275 Branch: perl
4276 ! op.c op.h t/op/pat.t
4277____________________________________________________________________________
4278[ 9156] By: jhi on 2001/03/14 20:48:06
4279 Log: Integrate change #9154 from maintperl to mainline.
4280
4281 PerlIO_stdoutf() wasn't properly supported under PERL_IMPLICIT_SYS
4282 (caused Storable 1.0.10 to break on windows)
4283 Branch: perl
4284 !> embed.h embed.pl global.sym globals.c iperlsys.h objXSUB.h
4285 !> perlapi.c proto.h
4286____________________________________________________________________________
4287[ 9155] By: jhi on 2001/03/14 20:23:53
4288 Log: Retract #9136: breaks threading (and binary compatibility).
4289 Branch: perl
4290 ! ext/DynaLoader/dl_aix.xs hints/aix.sh makedef.pl
4291____________________________________________________________________________
4292[ 9154] By: gsar on 2001/03/14 17:48:18
4293 Log: PerlIO_stdoutf() wasn't properly supported under PERL_IMPLICIT_SYS
4294 (caused Storable 1.0.10 to break on windows)
4295 Branch: maint-5.6/perl
4296 ! embed.h embed.pl global.sym globals.c iperlsys.h objXSUB.h
4297 ! perlapi.c proto.h
4298____________________________________________________________________________
4299[ 9153] By: jhi on 2001/03/14 13:35:21
4300 Log: Tweaked a tweak from H.Merijn Brand on the sigaction test.
4301 Branch: perl
4302 ! t/lib/sigaction.t
4303____________________________________________________________________________
4304[ 9152] By: gsar on 2001/03/14 07:29:40
4305 Log: back out changes#9012,9010,9009 and parts of change#9016
4306 (causes ABRs under purify, and some prerequisites don't
4307 seem to be there in 5.6.x)
4308 Branch: maint-5.6/perl
4309 ! doop.c op.c t/op/tr.t toke.c
4310____________________________________________________________________________
4311[ 9151] By: gsar on 2001/03/14 07:01:29
4312 Log: reenable change#9145 (the test was busted due to a missing
4313 C<print "ok 27\n">)
4314 Branch: perl
4315 ! op.c op.h t/op/pat.t
4316____________________________________________________________________________
4317[ 9150] By: jhi on 2001/03/14 06:38:36
4318 Log: Retract #9145.
4319 Branch: perl
4320 ! op.c op.h t/op/pat.t
4321____________________________________________________________________________
4322[ 9149] By: jhi on 2001/03/14 06:14:56
4323 Log: Retract #9143.
4324 Branch: perl
4325 ! op.c
4326____________________________________________________________________________
4327[ 9148] By: gsar on 2001/03/14 06:13:02
4328 Log: Uninitialized Memory Read in regexec.c
4329 Branch: perl
4330 ! regexec.c
4331____________________________________________________________________________
4332[ 9147] By: jhi on 2001/03/14 04:59:54
4333 Log: Subject: PATCH: make goto work in nested eval ""
4334 From: Robin Houston <robin@kitsite.com>
4335 Date: Wed, 14 Mar 2001 04:16:10 +0000
4336 Message-ID: <20010314041610.A16307@puffinry.freeserve.co.uk>
4337 Branch: perl
4338 ! pp_ctl.c t/op/goto.t
4339____________________________________________________________________________
4340[ 9146] By: jhi on 2001/03/14 04:42:54
4341 Log: Preserve the #ifdef PERL_CORE in perly.h.
4342 Branch: perl
4343 ! perly.fixer
4344____________________________________________________________________________
4345[ 9145] By: jhi on 2001/03/14 03:57:41
4346 Log: (Retracted by #9150.)
4347 Branch: perl
4348 ! op.c op.h t/op/pat.t
4349____________________________________________________________________________
4350[ 9144] By: jhi on 2001/03/14 03:50:38
4351 Log: Integrate changes #9137,9138,9142 from maintperl into mainline.
4352
4353 fix leak in pregcomp() when RE fails to compile (e.g. m/\\/)
4354
4355 remove squelch controls for "Scalars leaked" messages in most places
4356 (these are now cured)
4357
4358 fix another memory leak reported by purify (tie callbacks that
4359 croak can leak when wiping out magic)
4360 Branch: perl
4361 !> regcomp.c scope.c t/comp/proto.t t/op/lex_assign.t
4362 !> t/op/local.t t/op/pat.t t/op/regexp.t t/pragma/strict-vars
4363 !> t/pragma/warn/op t/pragma/warn/regcomp t/pragma/warn/toke
4364 !> t/pragma/warnings.t
4365____________________________________________________________________________