This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Make AIX and Tru64 compilers happy.
[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--------------
585d6f80 31Version v5.7.2 Development release working toward v5.8
99b32ad1 32--------------
365eb269 33____________________________________________________________________________
fffce2b5
JH
34[ 12086] By: jhi on 2001/09/19 13:02:58
35 Log: Correct numbering of the tests is useful.
36 Branch: perl
37 ! ext/threads/t/basic.t
38____________________________________________________________________________
39[ 12085] By: jhi on 2001/09/19 12:11:15
40 Log: More tests now too.
41 Branch: perl
42 ! lib/ExtUtils/Command.t
43____________________________________________________________________________
44[ 12084] By: jhi on 2001/09/19 12:08:33
45 Log: More tests now.
46 Branch: perl
47 ! ext/threads/t/basic.t
48____________________________________________________________________________
49[ 12083] By: jhi on 2001/09/19 11:35:55
50 Log: The test assumed 7-bit ASCII. Now it "just"
51 assumes 8-bit whatever.
52 Branch: perl
53 ! t/op/crypt.t
54____________________________________________________________________________
55[ 12082] By: jhi on 2001/09/19 11:19:56
56 Log: Subject: Re: [PATCH] Smoke 12057 /pro/3gl/CPAN/perl-current
57 From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
58 Date: Wed, 19 Sep 2001 11:45:28 +0200
59 Message-Id: <20010919110037.19C7.H.M.BRAND@hccnet.nl>
60
61 Lvalue casts are not portable.
62 Branch: perl
63 ! ext/threads/threads.xs
64____________________________________________________________________________
65[ 12081] By: sky on 2001/09/19 10:17:52
66 Log: Make the basic test contain only realy basic API tests
67 Seems to be a problem with detach.
68 Branch: perl
69 ! ext/threads/t/basic.t
70____________________________________________________________________________
71[ 12080] By: ams on 2001/09/19 01:23:55
72 Log: Subject: [PATCH] Syncing with Test::Simple 0.19
73 From: Michael G Schwern <schwern@pobox.com>
74 Date: Tue, 18 Sep 2001 19:53:48 -0400
75 Message-Id: <20010918195348.M585@blackrider>
76
77 Subject: [REPATCH] Re: [PATCH lib/Test/More.pm] Stray newline confusing t/TEST
78 From: Michael G Schwern <schwern@pobox.com>
79 Date: Tue, 18 Sep 2001 22:07:13 -0400
80 Message-Id: <20010918220713.B19616@blackrider>
81 Branch: perl
82 ! lib/Test/More.pm lib/Test/Simple.pm lib/Test/Simple/Changes
83 ! lib/Test/Simple/t/exit.t lib/Test/Simple/t/extra.t
84 ! lib/Test/Simple/t/fail-more.t lib/Test/Simple/t/fail.t
85 ! lib/Test/Simple/t/missing.t lib/Test/Simple/t/todo.t
86 ! lib/Test/Tutorial.pod
87____________________________________________________________________________
88[ 12079] By: jhi on 2001/09/19 00:19:45
89 Log: Indent the test a bit.
90 Branch: perl
91 ! ext/threads/t/basic.t
92____________________________________________________________________________
93[ 12078] By: jhi on 2001/09/18 22:54:21
94 Log: Subject: [PATCH bleadperl] added tainting for getcwd for Win32
95 From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
96 Date: Tue, 18 Sep 2001 18:06:44 +0200
97 Message-ID: <11018348611.20010918180644@tesla.rcub.bg.ac.yu>
98 Branch: perl
99 ! win32/win32.c
100____________________________________________________________________________
101[ 12077] By: jhi on 2001/09/18 22:52:24
102 Log: Subject: stat access time is wrong on Win95
103 From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
104 Date: Tue, 18 Sep 2001 21:59:24 +0200
105 Message-ID: <413158386.20010918215924@tesla.rcub.bg.ac.yu>
106 Branch: perl
107 ! lib/ExtUtils/Command.pm lib/ExtUtils/Command.t
108____________________________________________________________________________
109[ 12076] By: ams on 2001/09/18 22:11:25
110 Log: Subject: [PATCH] Re: [PATCH] t/op/crypt.t
111 From: Michael G Schwern <schwern@pobox.com>
112 Date: Tue, 18 Sep 2001 18:47:14 -0400
113 Message-Id: <20010918184714.I585@blackrider>
114 Branch: perl
115 ! t/op/crypt.t
116____________________________________________________________________________
117[ 12075] By: sky on 2001/09/18 19:29:37
118 Log: two test failures
119 From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
120 Message-ID: <20010918221702.A17408@rafael>
121 partly applied, #12074 already fixed half the patch
122 Branch: perl
123 ! ext/threads/t/basic.t
124____________________________________________________________________________
125[ 12074] By: sky on 2001/09/18 18:49:03
126 Log: Fixes test case failure introduced by #12071, the warning is
127 now correctly spelled :-)
128 Branch: perl
129 ! ext/IO/lib/IO/t/io_sel.t
130____________________________________________________________________________
131[ 12073] By: sky on 2001/09/18 18:46:22
132 Log: Make the test behave properly!
133 Branch: perl
134 ! ext/threads/t/basic.t
135____________________________________________________________________________
136[ 12072] By: ams on 2001/09/18 18:44:59
137 Log: OP_RCATLINE is an SVOP, not a BASEOP.
138 Branch: perl
139 ! opcode.h opcode.pl
140____________________________________________________________________________
141[ 12071] By: ams on 2001/09/18 18:06:27
142 Log: Deprecate != Depreciate.
143 Branch: perl
144 ! ext/IO/lib/IO/Handle.pm ext/IO/lib/IO/Select.pm
145 ! lib/Pod/ParseUtils.pm
146____________________________________________________________________________
147[ 12070] By: ams on 2001/09/18 15:14:58
148 Log: Subject: [PATCH] Getopt::Std cleanup
149 From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
150 Date: Tue, 18 Sep 2001 17:32:13 +0200
151 Message-Id: <20010918173213.C777@rafael>
152 Branch: perl
153 ! lib/Getopt/Std.pm lib/Getopt/Std.t
154____________________________________________________________________________
155[ 12069] By: sky on 2001/09/18 14:56:33
156 Log: Forgot the makefile
157 Branch: perl
158 + ext/threads/Makefile.PL
159____________________________________________________________________________
160[ 12068] By: sky on 2001/09/18 14:13:26
161 Log: Adds the thread 0.05 module. It is now moved to the core from CPAN.
162 The test will fail because of Test.pm not knowing about threads.
163 basic needs to be manually tested
164 compile time warnings on IV2PTR conversions need to be fixed
165 Branch: perl
166 + ext/threads/Changes ext/threads/README ext/threads/t/basic.t
167 + ext/threads/threads.h ext/threads/threads.pm
168 + ext/threads/threads.xs
169 ! MANIFEST
170____________________________________________________________________________
171[ 12067] By: jhi on 2001/09/18 11:51:08
172 Log: DJGPP tweak from Laszlo Molnar.
173 Branch: perl
174 ! djgpp/config.over
175____________________________________________________________________________
176[ 12066] By: sky on 2001/09/18 10:24:31
177 Log: Changed how ownership of mutexes are held. We never hold a mutex only a slot indicating that we own the lock.
178 Branch: perl
179 ! sharedsv.c sharedsv.h
180____________________________________________________________________________
181[ 12065] By: jhi on 2001/09/18 00:00:09
182 Log: Strip ^iso- from the Encode filenames to be 8.3-friendly,
183 ditto ^cns.
184 Branch: perl
185 + ext/Encode/Encode/11643-1.enc ext/Encode/Encode/11643-2.enc
186 + ext/Encode/Encode/2022-cn.enc ext/Encode/Encode/2022-jp.enc
187 + ext/Encode/Encode/2022-jp1.enc ext/Encode/Encode/2022-jp2.enc
188 + ext/Encode/Encode/2022-kr.enc ext/Encode/Encode/2022.enc
189 + ext/Encode/Encode/8859-1.enc ext/Encode/Encode/8859-1.ucm
190 + ext/Encode/Encode/8859-10.enc ext/Encode/Encode/8859-10.ucm
191 + ext/Encode/Encode/8859-11.enc ext/Encode/Encode/8859-11.ucm
192 + ext/Encode/Encode/8859-13.enc ext/Encode/Encode/8859-13.ucm
193 + ext/Encode/Encode/8859-14.enc ext/Encode/Encode/8859-14.ucm
194 + ext/Encode/Encode/8859-15.enc ext/Encode/Encode/8859-15.ucm
195 + ext/Encode/Encode/8859-16.enc ext/Encode/Encode/8859-16.ucm
196 + ext/Encode/Encode/8859-2.enc ext/Encode/Encode/8859-2.ucm
197 + ext/Encode/Encode/8859-3.enc ext/Encode/Encode/8859-3.ucm
198 + ext/Encode/Encode/8859-4.enc ext/Encode/Encode/8859-4.ucm
199 + ext/Encode/Encode/8859-5.enc ext/Encode/Encode/8859-5.ucm
200 + ext/Encode/Encode/8859-6.enc ext/Encode/Encode/8859-6.ucm
201 + ext/Encode/Encode/8859-7.enc ext/Encode/Encode/8859-7.ucm
202 + ext/Encode/Encode/8859-8.enc ext/Encode/Encode/8859-8.ucm
203 + ext/Encode/Encode/8859-9.enc ext/Encode/Encode/8859-9.ucm
204 + ext/Encode/Encode/ir-197.enc
205 - ext/Encode/Encode/cns11643-1.enc
206 - ext/Encode/Encode/cns11643-2.enc
207 - ext/Encode/Encode/iso2022-cn.enc
208 - ext/Encode/Encode/iso2022-jp.enc
209 - ext/Encode/Encode/iso2022-jp1.enc
210 - ext/Encode/Encode/iso2022-jp2.enc
211 - ext/Encode/Encode/iso2022-kr.enc ext/Encode/Encode/iso2022.enc
212 - ext/Encode/Encode/iso8859-1.enc
213 - ext/Encode/Encode/iso8859-1.ucm
214 - ext/Encode/Encode/iso8859-10.enc
215 - ext/Encode/Encode/iso8859-10.ucm
216 - ext/Encode/Encode/iso8859-11.enc
217 - ext/Encode/Encode/iso8859-11.ucm
218 - ext/Encode/Encode/iso8859-13.enc
219 - ext/Encode/Encode/iso8859-13.ucm
220 - ext/Encode/Encode/iso8859-14.enc
221 - ext/Encode/Encode/iso8859-14.ucm
222 - ext/Encode/Encode/iso8859-15.enc
223 - ext/Encode/Encode/iso8859-15.ucm
224 - ext/Encode/Encode/iso8859-16.enc
225 - ext/Encode/Encode/iso8859-16.ucm
226 - ext/Encode/Encode/iso8859-2.enc
227 - ext/Encode/Encode/iso8859-2.ucm
228 - ext/Encode/Encode/iso8859-3.enc
229 - ext/Encode/Encode/iso8859-3.ucm
230 - ext/Encode/Encode/iso8859-4.enc
231 - ext/Encode/Encode/iso8859-4.ucm
232 - ext/Encode/Encode/iso8859-5.enc
233 - ext/Encode/Encode/iso8859-5.ucm
234 - ext/Encode/Encode/iso8859-6.enc
235 - ext/Encode/Encode/iso8859-6.ucm
236 - ext/Encode/Encode/iso8859-7.enc
237 - ext/Encode/Encode/iso8859-7.ucm
238 - ext/Encode/Encode/iso8859-8.enc
239 - ext/Encode/Encode/iso8859-8.ucm
240 - ext/Encode/Encode/iso8859-9.enc
241 - ext/Encode/Encode/iso8859-9.ucm
242 - ext/Encode/Encode/isoir-197.enc
243 ! MANIFEST ext/Encode/Encode/Tcl.t ext/Encode/Makefile.PL
244____________________________________________________________________________
245[ 12064] By: jhi on 2001/09/17 23:53:38
246 Log: Must Uppercase.
247 Branch: perl
248 ! ext/Encode/Encode.pm
249____________________________________________________________________________
250[ 12063] By: jhi on 2001/09/17 23:39:28
251 Log: Add various encodings.
252 Branch: perl
253 + ext/Encode/Encode/iso8859-11.enc
254 + ext/Encode/Encode/iso8859-11.ucm ext/Encode/Encode/koi8-f.enc
255 + ext/Encode/Encode/koi8-f.ucm ext/Encode/Encode/koi8-u.enc
256 + ext/Encode/Encode/koi8-u.ucm ext/Encode/Encode/nextstep.enc
257 + ext/Encode/Encode/nextstep.ucm ext/Encode/Encode/roman8.enc
258 + ext/Encode/Encode/roman8.ucm ext/Encode/Encode/viscii.enc
259 + ext/Encode/Encode/viscii.ucm
260 ! MANIFEST ext/Encode/Encode.pm
261____________________________________________________________________________
262[ 12062] By: jhi on 2001/09/17 22:48:21
263 Log: lib/unicode relic.
264 Branch: perl
265 ! ext/Encode/compile
266____________________________________________________________________________
267[ 12061] By: jhi on 2001/09/17 20:50:16
268 Log: Subject: [PATCH] Re: filename problems
269 From: Michael G Schwern <schwern@pobox.com>
270 Date: Mon, 17 Sep 2001 17:26:26 -0400
271 Message-ID: <20010917172626.Q585@blackrider>
272 Branch: perl
273 + t/lib/sample-tests/head_end t/lib/sample-tests/head_fail
274 - t/lib/sample-tests/header_at_end
275 - t/lib/sample-tests/header_at_end_fail
276 ! MANIFEST lib/Test/Harness/t/test-harness.t
277____________________________________________________________________________
278[ 12060] By: jhi on 2001/09/17 20:14:53
279 Log: Explicitly explain the 1e9 seconds, not everybody
280 is a C geek.
281 Branch: perl
282 ! ext/Time/HiRes/HiRes.pm
283____________________________________________________________________________
284[ 12059] By: jhi on 2001/09/17 20:07:20
285 Log: Explain an apparent bug reported by
286 Richard J. Barbalace <rjbarbal@MIT.EDU>,
287 with additional explanation from Gisle Aas.
288 Branch: perl
289 ! ext/Time/HiRes/HiRes.pm
290____________________________________________________________________________
291[ 12058] By: ams on 2001/09/17 19:52:01
292 Log: Subject: [PATCH t/lib/warnings/pp, t/lib/warnings/op] new tests
293 From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
294 Date: Mon, 17 Sep 2001 22:48:05 +0200
295 Message-Id: <20010917224805.C11744@rafael>
296 Branch: perl
297 ! t/lib/warnings/op t/lib/warnings/pp
298____________________________________________________________________________
299[ 12057] By: ams on 2001/09/17 16:51:18
300 Log: Its a nit!
301 Branch: perl
302 ! sv.h
303____________________________________________________________________________
304[ 12056] By: ams on 2001/09/17 16:47:55
305 Log: Subject: [PATCH perl@12023] waitpid enhancements for VMS
306 From: "Craig A. Berry" <craigberry@mac.com>
307 Date: Mon, 17 Sep 2001 12:34:20 -0500
308 Message-Id: <5.1.0.14.0.20010916222208.0469cdf8@exchi01>
309 Branch: perl
310 ! vms/vms.c
311____________________________________________________________________________
312[ 12055] By: ams on 2001/09/17 16:05:15
313 Log: Subject: [PATCH] Make CPAN.pm use Digest::MD5
314 From: Gisle Aas <gisle@ActiveState.com>
315 Date: 16 Apr 2001 16:20:34 -0700
316 Message-ID: <lrlmp0sa7x.fsf@caliper.ActiveState.com>
317 (Applied by hand.)
318 Branch: perl
319 ! lib/CPAN.pm lib/CPAN/Nox.pm
320____________________________________________________________________________
321[ 12054] By: jhi on 2001/09/17 14:06:26
322 Log: Update Changes.
323 Branch: perl
324 ! Changes patchlevel.h
325____________________________________________________________________________
00644a6f
JH
326[ 12053] By: jhi on 2001/09/17 13:45:26
327 Log: Adding new files to the MANIFEST is always nice.
328 Branch: perl
329 ! MANIFEST
330____________________________________________________________________________
331[ 12052] By: jhi on 2001/09/17 13:12:31
332 Log: Reindent the PerlIO files (suggested by NI-S), used
333 indent -kr -nce -psl -sc -TSV -TAV -THV -TGV -TIV -TUV -TNV -TMAGIC -TFILE -TPerlIO -TPerlIO_list_t -TPerlIO_funcs -TPerlIO_pair_t
334 (GNU indent). Note that wholesale re-indenting might
335 be nice, but that would break nice formatting/alignment
336 of assignments, equality testing, and complex boolean
337 expressions with lots of &s and |s.
338 Branch: perl
339 ! perlio.c perlio.h perliol.h
340____________________________________________________________________________
341[ 12051] By: jhi on 2001/09/17 12:55:53
342 Log: Add a script for being 8.3-polite.
343 The found conflicts are being worked on.
344 Branch: perl
345 + check83.pl
346 ! MANIFEST Porting/pumpkin.pod
347____________________________________________________________________________
348[ 12050] By: sky on 2001/09/17 12:44:36
349 Log: Fixes coredump introduced by 11755 and 11790. Thanks to Doug for
350 finding it.
351 Branch: perl
352 ! sv.c
353____________________________________________________________________________
354[ 12049] By: jhi on 2001/09/17 11:55:07
355 Log: Bump up versions because of #12041.
356 Branch: perl
357 ! ext/Devel/DProf/DProf.pm ext/IO/lib/IO/File.pm
358 ! ext/IO/lib/IO/Pipe.pm lib/Fatal.pm lib/Time/gmtime.pm
359 ! lib/Time/localtime.pm
360____________________________________________________________________________
361[ 12048] By: jhi on 2001/09/17 11:51:54
362 Log: Bump the version number because of #12042.
363 Branch: perl
364 ! lib/CPAN/FirstTime.pm
365____________________________________________________________________________
366[ 12047] By: ams on 2001/09/17 11:21:40
367 Log: Subject: Re: [PATCH] turn $a.=<F> into an RCATLINE
368 From: Abhijit Menon-Sen <ams@wiw.org>
369 Date: Mon, 17 Sep 2001 17:44:12 +0530
370 Message-Id: <20010917174412.B7058@lustre.dyn.wiw.org>
371 Branch: perl
372 ! op.c
373____________________________________________________________________________
374[ 12046] By: sky on 2001/09/17 07:14:17
375 Log: Subject: Re: t/op/ver.t using skip() improperly
376 From: "chromatic" <chromatic@rmci.net>
377 Date: Mon, 17 Sep 2001 00:22:29 -0600
378 Message-ID: <20010917062713.47716.qmail@onion.perl.org>
379 Branch: perl
380 ! t/op/ver.t
381____________________________________________________________________________
382[ 12045] By: nick on 2001/09/17 07:12:14
383 Log: Integrate mainline
384 Branch: perlio
385 +> t/op/chdir.t
386 !> (integrate 117 files)
387____________________________________________________________________________
388[ 12044] By: ams on 2001/09/17 05:49:53
389 Log: Subject: [PATCH lib/constant.pm] Major POD rewrite of constant.pm
390 From: Ilmari Karonen <iltzu@sci.fi>
391 Date: Mon, 17 Sep 2001 00:47:57 +0300 (EET DST)
392 Message-Id: <Pine.SOL.3.96.1010917002916.13210A-100000@simpukka>
393 (And $VERSION = '1.05'.)
394 Branch: perl
395 ! lib/constant.pm
396____________________________________________________________________________
397[ 12043] By: ams on 2001/09/17 05:44:50
398 Log: Subject: Re: [BUG?] chdir(undef) == chdir() probably a bug
399 From: Michael G Schwern <schwern@pobox.com>
400 Date: Mon, 17 Sep 2001 07:49:04 +0200
401 Message-Id: <20010917074904.V1588@blackrider>
402 (Applied with tweaks to chdir.t and pp_sys.c hunks.)
403 Branch: perl
404 + t/op/chdir.t
405 ! MANIFEST pp_sys.c
406____________________________________________________________________________
407[ 12042] By: jhi on 2001/09/17 02:54:13
408 Log: Subject: Re: CPAN.pm needs some hacking
409 From: "chromatic" <chromatic@rmci.net>
410 Date: Sun, 16 Sep 2001 16:46:29 -0600
411 Message-ID: <20010916225113.5606.qmail@onion.perl.org>
412 Branch: perl
413 ! lib/CPAN/FirstTime.pm
414____________________________________________________________________________
415[ 12041] By: jhi on 2001/09/16 20:43:15
416 Log: Change use|require 5.005_64 to use|require 5.6.1.
417 Branch: perl
418 ! ext/Data/Dumper/Dumper.pm ext/Devel/DProf/DProf.pm
419 ! ext/IO/lib/IO/File.pm ext/IO/lib/IO/Handle.pm
420 ! ext/IO/lib/IO/Pipe.pm ext/IO/lib/IO/Seekable.pm
421 ! ext/Opcode/Opcode.pm lib/AnyDBM_File.pm lib/AutoSplit.pm
422 ! lib/Class/Struct.pm lib/Dumpvalue.pm lib/ExtUtils/Command.pm
423 ! lib/ExtUtils/Install.pm lib/ExtUtils/Installed.pm
424 ! lib/ExtUtils/Liblist.pm lib/ExtUtils/Mksymlists.pm
425 ! lib/ExtUtils/Packlist.pm lib/Fatal.pm lib/FileHandle.pm
426 ! lib/Math/Trig.pm lib/Net/Ping.pm lib/Net/hostent.pm
427 ! lib/Net/netent.pm lib/Net/protoent.pm lib/Net/servent.pm
428 ! lib/Shell.pm lib/Tie/Array.pm lib/Tie/Handle.pm
429 ! lib/Time/gmtime.pm lib/Time/localtime.pm lib/User/grent.pm
430 ! lib/base.pm lib/fields.pm
431____________________________________________________________________________
432[ 12040] By: jhi on 2001/09/16 20:36:58
433 Log: Bump up version numbers.
434
435 TODO 1: double check that pre-5.6.1 CPAN.pm:s
436 don't try to download 5.8.0 because of the
437 version numbers. Mainly this means using _00
438 in the core version numbers.
439
440 TODO 2: the "use 5.005_64" in many modules
441 needs to be changed to, say, "use 5.6.1".
442 Branch: perl
443 ! ext/B/B/Assembler.pm ext/Data/Dumper/Dumper.pm
444 ! lib/AutoLoader.pm lib/AutoSplit.pm lib/CPAN.pm
445 ! lib/ExtUtils/Embed.pm lib/ExtUtils/Install.pm
446 ! lib/ExtUtils/Installed.pm lib/ExtUtils/Manifest.pm
447 ! lib/File/Basename.pm lib/File/Copy.pm lib/File/Find.pm
448 ! lib/File/Path.pm lib/File/Spec.pm lib/File/Spec/Functions.pm
449 ! lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
450 ! lib/File/Spec/Win32.pm lib/FindBin.pm lib/Pod/Checker.pm
451 ! lib/Pod/Find.pm lib/SelfLoader.pm lib/Shell.pm
452 ! lib/Tie/Handle.pm lib/blib.pm lib/diagnostics.pm
453 ! vms/ext/DCLsym/DCLsym.pm vms/ext/Stdio/Stdio.pm
454____________________________________________________________________________
455[ 12039] By: jhi on 2001/09/16 19:23:07
456 Log: Use UCHARAT() as suggested by Inaba Hiroto.
457 Branch: perl
458 ! regexec.c
459____________________________________________________________________________
460[ 12038] By: ams on 2001/09/16 15:16:24
461 Log: Subject: [PATCH] Re: Core module version numbers review
462 From: Peter Scott <Peter@PSDT.com>
463 Date: Sun, 16 Sep 2001 09:09:58 -0700
464 Message-Id: <4.3.2.7.2.20010916090716.00b452a0@mail.webquarry.com>
465 Branch: perl
466 ! lib/perl5db.pl
467____________________________________________________________________________
468[ 12037] By: jhi on 2001/09/16 14:27:54
469 Log: Supply more details on how lc/uc/lcfirst/ucfirst are
470 not yet fully implemented.
471 Branch: perl
472 ! pod/perlfunc.pod pod/perlunicode.pod
473____________________________________________________________________________
474[ 12036] By: jhi on 2001/09/15 23:13:12
475 Log: Subject: [patch] plug PL_beginav_save leak
476 From: Doug MacEachern <dougm@covalent.net>
477 Date: Sat, 15 Sep 2001 17:02:18 -0700 (PDT)
478 Message-ID: <Pine.LNX.4.21.0109151659060.6089-100000@mako.covalent.net>
479 Branch: perl
480 ! perl.c
481____________________________________________________________________________
482[ 12035] By: jhi on 2001/09/15 23:12:28
483 Log: (accidentally empty checkin)
484 Branch: perl
485 ! sv.c
486____________________________________________________________________________
487[ 12034] By: jhi on 2001/09/15 23:08:09
488 Log: Subject: [patch] ithreads+PL_beginav_save
489 From: Doug MacEachern <dougm@covalent.net>
490 Date: Sat, 15 Sep 2001 16:53:01 -0700 (PDT)
491 Message-ID: <Pine.LNX.4.21.0109151651050.6089-100000@mako.covalent.net>
492 Branch: perl
493 ! sv.c
494____________________________________________________________________________
495[ 12033] By: jhi on 2001/09/15 23:07:19
496 Log: Subject: [PATCH] h2xs.PL with C::Scan
497 From: Tim Jenness <t.jenness@jach.hawaii.edu>
498 Date: Sat, 15 Sep 2001 13:41:28 -1000 (HST)
499 Message-ID: <Pine.LNX.4.33.0109151338560.3075-100000@lapaki>
500 Branch: perl
501 ! utils/h2xs.PL
502____________________________________________________________________________
503[ 12032] By: jhi on 2001/09/15 18:43:20
504 Log: Elaborate (well, make more vague, really) #12030.
505 Branch: perl
506 ! pod/perltodo.pod pod/perlunicode.pod
507____________________________________________________________________________
508[ 12031] By: jhi on 2001/09/15 18:37:07
509 Log: Subject: [PATCH regexec.c] adding (U8) to case insensitive matching
510 From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
511 Date: Fri, 14 Sep 2001 20:58:30 -0400 (EDT)
512 Message-ID: <Pine.GSO.4.21.0109142057490.12393-100000@crusoe.crusoe.net>
513 Branch: perl
514 ! regexec.c
515____________________________________________________________________________
516[ 12030] By: jhi on 2001/09/15 17:15:40
517 Log: Document that the lc(), uc(), lcfirst(), ucfirst()
518 are not yet complete.
519 Branch: perl
520 ! pod/perltodo.pod pod/perlunicode.pod
521____________________________________________________________________________
522[ 12029] By: jhi on 2001/09/15 13:53:42
523 Log: Document what's still to be done on the regular expression
524 Unicode support, based on the UTR#18.
525 Branch: perl
526 ! pod/perltodo.pod pod/perlunicode.pod
527____________________________________________________________________________
528[ 12028] By: jhi on 2001/09/15 12:37:31
529 Log: Regen headers.
530 Branch: perl
531 ! embedvar.h perlapi.h
532____________________________________________________________________________
533[ 12027] By: jhi on 2001/09/15 12:33:49
534 Log: Subject: Re: [ID 20010815.012] Unfortunate interaction between -0 cmd line arg & (??{CODE}) regex
535 From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
536 Date: Sun, 09 Sep 2001 18:41:54 +0100
537 Message-Id: <200109091741.f89HfsM18534@crypt.compulink.co.uk>
538 Branch: perl
539 ! Porting/findvars ext/ByteLoader/bytecode.h
540 ! ext/Thread/Thread.xs mg.c op.c perl.c perl.h pp_ctl.c sv.c
541 ! t/run/kill_perl.t thrdvar.h toke.c util.c wince/perldll.def
542____________________________________________________________________________
543[ 12026] By: gsar on 2001/09/15 04:04:04
544 Log: enable most warnings for windows build; fix the various typecasting
545 nits that showed up (no bugfixes here)
546 Branch: maint-5.6/perl
547 ! av.c cop.h doop.c dump.c ext/Devel/Peek/Peek.xs
548 ! ext/POSIX/POSIX.xs gv.c hv.c mg.c op.c perl.c perl.h perly.c
549 ! perly.y pp.c pp_ctl.c pp_hot.c pp_sys.c regcomp.c regexec.c
550 ! sv.c toke.c universal.c utf8.c util.c vms/perly_c.vms
551 ! win32/perllib.c win32/win32.c win32/win32.h win32/win32sck.c
552 ! x2p/walk.c
553____________________________________________________________________________
554[ 12025] By: jhi on 2001/09/14 22:22:58
555 Log: Integrate change #12024 from maintperl
556 (a local() precedence bug)
557 Branch: perl
558 !> lib/ExtUtils/Install.pm
559____________________________________________________________________________
560[ 12024] By: gsar on 2001/09/14 22:11:06
561 Log: fix local() precedence bug in change#8311, came into maint-5.6 as
562 change#8642
563 Branch: maint-5.6/perl
564 ! lib/ExtUtils/Install.pm
565____________________________________________________________________________
566[ 12023] By: jhi on 2001/09/14 15:04:16
567 Log: Update Changes.
568 Branch: perl
569 ! Changes patchlevel.h
570____________________________________________________________________________
aa6796d9
JH
571[ 12022] By: jhi on 2001/09/14 14:49:52
572 Log: Subject: Re: [ID 20010911.001] Not OK: perl v5.7.2 +DEVEL11978 on
573 From: "chromatic" <chromatic@rmci.net>
574 Date: Fri, 14 Sep 2001 09:44:57 -0600
575 Message-ID: <20010914154936.70059.qmail@onion.perl.org>
576 Branch: perl
577 ! lib/ExtUtils/Manifest.t
578____________________________________________________________________________
579[ 12021] By: jhi on 2001/09/14 14:46:36
580 Log: Hopefully better skipping of the Complete.t tests
581 in case of not a tty.
582 Branch: perl
583 ! lib/Term/Complete.t t/op/stat.t
584____________________________________________________________________________
585[ 12020] By: jhi on 2001/09/14 14:10:44
586 Log: Subject: [PATCH regexec.c] more jumpables, and hit-bit bug
587 From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
588 Date: Fri, 14 Sep 2001 09:58:24 -0400 (EDT)
589 Message-ID: <Pine.GSO.4.21.0109140955250.12393-100000@crusoe.crusoe.net>
590 Branch: perl
591 ! regexec.c t/op/pat.t
592____________________________________________________________________________
593[ 12019] By: jhi on 2001/09/14 14:02:59
594 Log: Subject: Re: unterminated C<...> at line 426 in file perlport.pod
595 From: Robin Barker <rmb1@cise.npl.co.uk>
596 Date: Fri, 14 Sep 2001 16:01:11 +0100 (BST)
597 Message-Id: <200109141501.QAA13044@tempest.npl.co.uk>
598 Branch: perl
599 ! pod/perlport.pod
600____________________________________________________________________________
601[ 12018] By: jhi on 2001/09/14 13:55:56
602 Log: NetWare tweaks from Ananth Kesari.
603 Branch: perl
604 ! NetWare/NWUtil.c NetWare/Nwmain.c NetWare/Nwpipe.c
605 ! NetWare/nwutil.h
606____________________________________________________________________________
607[ 12017] By: jhi on 2001/09/14 13:50:08
608 Log: Subject: unterminated C<...> at line 426 in file perlport.pod
609 From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
610 Date: Fri, 14 Sep 2001 10:51:13 +0200
611 Message-Id: <20010914103300.4B59.H.M.BRAND@hccnet.nl>
612 Branch: perl
613 ! pod/perlport.pod
614____________________________________________________________________________
615[ 12016] By: jhi on 2001/09/14 13:28:08
616 Log: Subject: Re: [PATCH 2 pl2pm.PL]
617 From: Joe Smith <Joe.Smith@inwap.com>
618 Date: Fri, 14 Sep 2001 00:13:32 -0700
619 Message-Id: <3BA1AE1C.64313CEE@inwap.com>
620
621 Eradicate qu.
622 Branch: perl
623 ! keywords.h keywords.pl utils/pl2pm.PL
624____________________________________________________________________________
625[ 12015] By: jhi on 2001/09/14 02:38:23
626 Log: Retract #12013, didn't go over too well in Tru64.
627 Branch: perl
628 ! embed.h embed.pl sv.h
629____________________________________________________________________________
630[ 12014] By: jhi on 2001/09/14 02:31:05
631 Log: Subject: [PATCH] Execute files of debugger commands
632 From: Peter Scott <Peter@PSDT.com>
633 Date: Thu, 13 Sep 2001 15:26:31 -0700
634 Message-Id: <4.3.2.7.2.20010913115845.00b22100@mail.webquarry.com>
635 Branch: perl
636 ! lib/perl5db.pl pod/perldebug.pod
637____________________________________________________________________________
638[ 12013] By: jhi on 2001/09/14 02:25:05
639 Log: (Retracted by #12015)
640 Subject: [proposed PATCH] Re: perl@11920
641 From: Nicholas Clark <nick@ccl4.org>
642 Date: Wed, 12 Sep 2001 23:46:09 +0100
643 Message-ID: <20010912234609.H4971@plum.flirble.org>
644 Branch: perl
645 ! embed.h embed.pl sv.h
646____________________________________________________________________________
647[ 12012] By: jhi on 2001/09/14 02:12:02
648 Log: ucblib shouldn't be linked against in nonstop-ux,
649 from Tom Bates.
650 Branch: perl
651 ! hints/nonstopux.sh
652____________________________________________________________________________
653[ 12011] By: jhi on 2001/09/13 12:54:51
654 Log: Do stty only if we have stty.
655
656 TODO: non-UNIX platforms. Solaris and /usr/ucb/stty?
657 Branch: perl
658 ! lib/Term/Complete.pm
659____________________________________________________________________________
660[ 12010] By: jhi on 2001/09/13 12:44:28
661 Log: Skip the test if not running on a tty.
662 Branch: perl
663 ! lib/Term/Complete.t
664____________________________________________________________________________
665[ 12009] By: jhi on 2001/09/13 12:01:56
666 Log: Regen headers.
667 Branch: perl
668 ! embed.h opcode.h pod/perlapi.pod proto.h
669____________________________________________________________________________
670[ 12008] By: jhi on 2001/09/12 17:51:32
671 Log: Subject: [PATCH op.c] Re: perl@12003
672 From: Robin Barker <rmb1@cise.npl.co.uk>
673 Date: Wed, 12 Sep 2001 19:00:38 +0100 (BST)
674 Message-Id: <200109121800.TAA05256@tempest.npl.co.uk>
675 Branch: perl
676 ! op.c
677____________________________________________________________________________
678[ 12007] By: jhi on 2001/09/12 17:49:39
679 Log: Subject: [PATCH sv.c] may be uninitialized warning forperl@12003
680 From: Robin Barker <rmb1@cise.npl.co.uk>
681 Date: Wed, 12 Sep 2001 19:00:31 +0100 (BST)
682 Message-Id: <200109121800.TAA05250@tempest.npl.co.uk>
683 Branch: perl
684 ! sv.c
685____________________________________________________________________________
686[ 12006] By: jhi on 2001/09/12 17:41:49
687 Log: Upgrade to Memoize 0.66.
688 Branch: perl
689 ! lib/Memoize.pm lib/Memoize/AnyDBM_File.pm
690 ! lib/Memoize/Expire.pm lib/Memoize/README lib/Memoize/TODO
691 ! lib/Memoize/t/expire_module_t.t lib/Memoize/t/speed.t
692____________________________________________________________________________
693[ 12005] By: jhi on 2001/09/12 13:14:59
694 Log: Subject: [ID 20010912.007] substr reference core dump
695 From: me-01@ton.iguana.be
696 Date: 12 Sep 2001 14:11:16 -0000
697 Message-Id: <20010912141116.6058.qmail@quasar.home.lunix>
698 Branch: perl
699 ! mg.c
700____________________________________________________________________________
701[ 12004] By: ams on 2001/09/12 01:13:49
702 Log: Subject: [PATCH perlfaq4.pod] Deobfuscate Fisher-Yates example code
703 From: Ilmari Karonen <iltzu@sci.fi>
704 Date: Tue, 11 Sep 2001 23:31:25 +0300 (EET DST)
705 Message-Id: <Pine.SOL.3.96.1010911231925.688A-100000@simpukka>
706 Branch: perl
707 ! pod/perlfaq4.pod
708____________________________________________________________________________
709[ 12003] By: jhi on 2001/09/11 13:02:37
710 Log: Update Changes.
711 Branch: perl
712 ! Changes patchlevel.h
713____________________________________________________________________________
d7f9a270
JH
714[ 12002] By: jhi on 2001/09/11 11:50:48
715 Log: NetWare update from Ananth Kesari.
716 Branch: perl
717 ! NetWare/NWUtil.c NetWare/Nwmain.c NetWare/Nwpipe.c
718 ! NetWare/config.wc NetWare/config_H.wc NetWare/nwutil.h
719____________________________________________________________________________
720[ 12001] By: jhi on 2001/09/11 11:40:51
721 Log: Retract #11984: div() being redefined, and 1397
722 failing on 64-bit platforms.
723 Branch: perl
724 ! lib/Math/BigInt/Calc.pm
725____________________________________________________________________________
726[ 12000] By: jhi on 2001/09/11 11:19:07
727 Log: Metaconfig unit change for #11999.
728 Branch: metaconfig
729 ! U/protos/d_lseekproto.U
730____________________________________________________________________________
731[ 11999] By: jhi on 2001/09/11 11:18:36
732 Log: The lseek fix (#11991) was no fix.
733 Branch: perl
734 ! Configure
735____________________________________________________________________________
736[ 11998] By: sky on 2001/09/11 07:52:06
737 Log: Subject: [PATCH] Encode.pm add UCS-2 little endian support
738 From: Matt Sergeant <MSergeant@star.net.uk>
739 Date: Tue, 11 Sep 2001 09:22:32 +0100
740 Message-ID: <315E8A8BF9D1D411AD3D00508BB1B0C004B9003C@UKS040>
741 Branch: perl
742 ! ext/Encode/Encode.pm
743____________________________________________________________________________
744[ 11997] By: sky on 2001/09/11 06:35:29
745 Log: Sometimes dTHX is added because it is needed on non
746 gnuc platforms, but not needed there. This uses GCC
747 to silence GCC specific warnings by marking pTHX as
748 unused.
749 Branch: perl
750 ! perl.h
751____________________________________________________________________________
752[ 11996] By: nick on 2001/09/11 06:25:27
753 Log: Integrate mainline
754 Branch: perlio
755 - ext/POSIX/sigaction.t lib/File/Find/taint.t
756 !> lib/CGI/t/carp.t lib/Test/Simple/t/simple.t t/op/crypt.t
757____________________________________________________________________________
758[ 11995] By: nick on 2001/09/11 06:23:39
759 Log: Part Integrate mainline
760 Branch: perlio
761 +> (branch 69 files)
762 - ext/Cwd/Cwd.t ext/Fcntl/Fcntl.t ext/Fcntl/syslfs.t
763 - ext/POSIX/POSIX.t lib/Attribute/Handlers/test.pl
764 - lib/Env/array.t lib/Env/env.t lib/File/Find/find.t
765 - lib/Filter/Simple/test.pl lib/Switch/t/given_when.t
766 - lib/Switch/t/switch_case.t lib/Test/Harness.t
767 - lib/Test/More/Changes lib/Test/More/t/More.t
768 - lib/Test/More/t/fail-like.t lib/Test/More/t/fail.t
769 - lib/Test/More/t/plan_is_noplan.t lib/Test/More/t/skipall.t
770 - lib/Text/Balanced.pod lib/Text/Balanced/t/genxt.t
771 - lib/Text/Balanced/t/xbrak.t lib/Text/Balanced/t/xcode.t
772 - lib/Text/Balanced/t/xdeli.t lib/Text/Balanced/t/xmult.t
773 - lib/Text/Balanced/t/xquot.t lib/Text/Balanced/t/xtagg.t
774 - lib/Text/Balanced/t/xvari.t objXSUB.h t/lib/MyFilter.pm
775 - t/lib/Test/More/Catch.pm wince/perl.ico
776 !> (integrate 197 files)
777____________________________________________________________________________
778[ 11994] By: jhi on 2001/09/11 03:12:44
779 Log: Subject: Re: [PATCH] Encode.pm docs fix
780 From: Gisle Aas <gisle@ActiveState.com>
781 Date: 10 Sep 2001 11:27:02 -0700
782 Message-ID: <lrwv363nrd.fsf@caliper.ActiveState.com>
783 Branch: perl
784 ! ext/Encode/Encode.pm
785____________________________________________________________________________
786[ 11993] By: jhi on 2001/09/11 02:27:25
787 Log: Fix unpack U to be the reverse of pack U
788 (but implement unpack U0U as a backdoor to get
789 the UTF-8 malformed warnings from un-UTF-8 data)
790 Branch: perl
791 ! pod/perlunicode.pod pp_pack.c t/op/pack.t t/op/utf8decode.t
792____________________________________________________________________________
793[ 11992] By: jhi on 2001/09/11 00:14:24
794 Log: Metaconfig unit change for #11991;
795 delete an unused unit (d_strtoull.U is the one used)
796 Branch: metaconfig
797 ! U/protos/d_lseekproto.U
798 Branch: metaconfig/U/perl
799 - strtoull.U
800____________________________________________________________________________
801[ 11991] By: jhi on 2001/09/11 00:14:01
802 Log: Subject: [PATCH] Configure not recording lseek proto
803 From: Blair Zajac <blair@orcaware.com>
804 Date: Mon, 10 Sep 2001 17:52:37 -0700
805 Message-ID: <3B9D6055.BA334A31@orcaware.com>
806
807 plus regen Configure.
808 Branch: perl
809 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
810 ! config_h.SH uconfig.h
811____________________________________________________________________________
812[ 11990] By: jhi on 2001/09/10 23:59:25
813 Log: Subject: [PATCH] Re: the remaining bugs in \x escapes (was Re: [PATCH] oct and hex in glorious 64 bit (with less bugs) (was Re: hex and oct again (was Re: FreeBSD MD5 crypt? Re: crypt/hex/oct and Unicode?)))
814 From: Nicholas Clark <nick@ccl4.org>
815 Date: Tue, 11 Sep 2001 00:00:31 +0100
816 Message-ID: <20010911000031.G1512@plum.flirble.org>
817 Branch: perl
818 + t/op/qq.t
819 ! MANIFEST numeric.c perl.h regcomp.c t/op/pat.t toke.c
820____________________________________________________________________________
821[ 11989] By: jhi on 2001/09/10 23:31:45
822 Log: Subject: [PATCH] Building on win32 w/o perlio
823 From: "Mattia Barbon" <mbarbon@dsi.unive.it>
824 Date: Mon, 10 Sep 2001 23:38:46 +0200
825 Message-ID: <3B9D4F06.14433.2C37644@localhost>
826 Branch: perl
827 ! perl.c win32/Makefile win32/makefile.mk
828____________________________________________________________________________
829[ 11988] By: jhi on 2001/09/10 23:26:40
830 Log: Subject: [PATCH MANIFEST lib/CGI/t/push.t] New Test for CGI::Push
831 From: "chromatic" <chromatic@rmci.net>
832 Date: Mon, 10 Sep 2001 15:14:01 -0600
833 Message-ID: <20010910211833.30177.qmail@onion.perl.org>
834 Branch: perl
835 + lib/CGI/t/push.t
836 ! MANIFEST
837____________________________________________________________________________
838[ 11987] By: jhi on 2001/09/10 23:24:11
839 Log: Subject: avoiding hoardes of zombies
840 From: Nicholas Clark <nick@ccl4.org>
841 Date: Mon, 10 Sep 2001 22:00:40 +0100
842 Message-ID: <20010910220040.C1512@plum.flirble.org>
843 Branch: perl
844 ! pod/perlipc.pod
845____________________________________________________________________________
846[ 11986] By: jhi on 2001/09/10 23:22:10
847 Log: Subject: PATCH Resubmission - was Re: [ID 20010902.001] v strings over 2*31 barf
848 From: John Peacock <jpeacock@rowman.com>
849 Date: Mon, 10 Sep 2001 16:34:30 -0400
850 Message-ID: <3B9D23D6.90BCCC25@rowman.com>
851 Branch: perl
852 ! sv.c t/op/ver.t utf8.h
853____________________________________________________________________________
854[ 11985] By: ams on 2001/09/10 23:20:13
855 Log: Typo fixed by Blair Zajac in <3B9D284C.23B8D20B@orcaware.com>.
856 Branch: perl
857 ! MANIFEST
858____________________________________________________________________________
859[ 11984] By: jhi on 2001/09/10 23:09:31
860 Log: (Retracted by #12001)
861 Subject: Calc with USE_MUL/USE_DIV
862 From: Tels <perl_dummy@bloodgate.com>
863 Date: Fri, 07 Sep 2001 18:52:08 +0200 (CEST)
864 Message-Id: <200109071651.TAA11249@tiku.hut.fi>
865 Branch: perl
866 ! lib/Math/BigInt/Calc.pm
867____________________________________________________________________________
868[ 11983] By: jhi on 2001/09/10 22:37:14
869 Log: Subject: [PATCH op.c] Re: perl@11978
870 From: Robin Barker <rmb1@cise.npl.co.uk>
871 Date: Mon, 10 Sep 2001 18:58:01 +0100 (BST)
872 Message-Id: <200109101758.SAA07670@tempest.npl.co.uk>
873
874 Format errors.
875 Branch: perl
876 ! op.c
877____________________________________________________________________________
878[ 11982] By: jhi on 2001/09/10 22:35:57
879 Log: Switch PADOFFSET back to U32 both because of binary backward
880 compatibility and because Arthur seems to have been fixing the
881 problems with naughty integer-pointer casting.
882 Branch: perl
883 ! op.h
884____________________________________________________________________________
885[ 11981] By: ams on 2001/09/10 16:31:43
886 Log: Subject: [PATCH MANIFEST, lib/ExtUtils/Command.pm, lib/ExtUtils/Command.t]
887 Fix Pod Typo, Add Test for ExtUtils::Command
888 From: "chromatic" <chromatic@rmci.net>
889 Date: Mon, 10 Sep 2001 11:20:56 -0600
890 Message-Id: <20010910172528.54160.qmail@onion.perl.org>
891 Branch: perl
892 + lib/ExtUtils/Command.t
893 ! MANIFEST lib/ExtUtils/Command.pm
894____________________________________________________________________________
895[ 11980] By: jhi on 2001/09/10 13:29:35
896 Log: Subject: [PATCH] Encode.pm docs fix
897 From: Matt Sergeant <MSergeant@star.net.uk>
898 Date: Mon, 10 Sep 2001 15:24:01 +0100
899 Message-ID: <315E8A8BF9D1D411AD3D00508BB1B0C004B90035@UKS040>
900 Branch: perl
901 ! ext/Encode/Encode.pm
902____________________________________________________________________________
903[ 11979] By: jhi on 2001/09/10 13:17:48
904 Log: Update Changes.
905 Branch: perl
906 ! Changes patchlevel.h
907____________________________________________________________________________
85e396db
JH
908[ 11978] By: jhi on 2001/09/10 12:59:40
909 Log: Revert #11973, the dTHX seems to be needed in there
910 for threaded builds.
911 Branch: perl
912 ! perlio.c
913____________________________________________________________________________
914[ 11977] By: jhi on 2001/09/10 12:55:47
915 Log: Detypo.
916 Branch: perl
917 ! pod/perlguts.pod
918____________________________________________________________________________
919[ 11976] By: jhi on 2001/09/10 12:46:34
920 Log: Further Class::Struct patching from Damian.
921
922 The new new semantics are:
923
924 * If you pass an initializer for a nested object, it has to be:
925 a) a reference to an object of that class, or
926 b) a reference to an object of a subclass of that class, or
927 c) a reference to a hash of arguments to be passed to the
928 class's constructor
929 * If you pass no initializer for a nested object, the attribute
930 is initialized to C<undef>
931 Branch: perl
932 ! lib/Class/Struct.pm
933____________________________________________________________________________
934[ 11975] By: jhi on 2001/09/10 12:42:24
935 Log: Skip the crypt test if no crypt.
936 Branch: perl
937 ! t/op/crypt.t
938____________________________________________________________________________
939[ 11974] By: jhi on 2001/09/10 12:39:25
940 Log: Warn against using bare v-strings as IP addresses
941 (okay if using the wrappers from Socket)
942 Branch: perl
943 ! pod/perldata.pod pod/perlport.pod
944____________________________________________________________________________
945[ 11973] By: sky on 2001/09/10 11:57:58
946 Log: Remove unused dTHX. Silenced another warning.
947 Branch: perl
948 ! perlio.c
949____________________________________________________________________________
950[ 11972] By: sky on 2001/09/10 11:54:25
951 Log: Silence some more warnings INT2PTR.
952 Branch: perl
953 ! pp.c pp_ctl.c sharedsv.c sv.c taint.c
954____________________________________________________________________________
955[ 11971] By: sky on 2001/09/10 11:21:50
956 Log: Silence another ITHREAD 64bit INT/32bit PTR warning.
957 Branch: perl
958 ! cop.h
959____________________________________________________________________________
960[ 11970] By: sky on 2001/09/10 11:17:25
961 Log: Apply INT2PTR with force to silence warnings from
962 PM_GETRE and friends. No more warnings with 64bit
963 IVs and 32bit pointers.
964 Branch: perl
965 ! op.c op.h perl.c
966____________________________________________________________________________
967[ 11969] By: sky on 2001/09/10 10:13:02
968 Log: Removed reference of -DPERL_CUSTOM_OPS in the documentation.
969 Branch: perl
970 ! pod/perlguts.pod
971____________________________________________________________________________
972[ 11968] By: sky on 2001/09/10 10:02:51
973 Log: Remove #ifdef PERL_CUSTOM_OPS, always build with PERL_CUSTOM_OPS
974 Rename to custop_op_name to Perl_custom_op_name to match perlapi
975 Clone the hashtable PL_custom_op_names and PL_custop_op_descs in
976 perl_clone.
977 Branch: perl
978 ! embed.pl intrpvar.h makedef.pl op.c opcode.pl sv.c
979____________________________________________________________________________
980[ 11967] By: jhi on 2001/09/10 03:14:35
981 Log: Using strlen() not good on embedded nul bytes.
982 Branch: perl
983 ! regcomp.c
984____________________________________________________________________________
985[ 11966] By: ams on 2001/09/09 21:06:13
986 Log: Subject: Re: [ID 20010810.011] 'use v2b' not allowed with strict
987 From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
988 Date: Mon, 13 Aug 2001 22:51:59 +0200
989 Message-ID: <20010813225159.C6681@rafael>
990 (Applied with several tweaks.)
991 Branch: perl
992 ! embed.h embed.pl proto.h toke.c
993____________________________________________________________________________
994[ 11965] By: jhi on 2001/09/09 14:40:39
995 Log: The exact error message is system-dependent.
996 Branch: perl
997 ! lib/ExtUtils/Manifest.t
998____________________________________________________________________________
999[ 11964] By: jhi on 2001/09/09 14:38:05
1000 Log: Add Windows and Mac Sami support to Encode
1001 (http://www.egt.ie/standards/se/sami-teastabaiki.html)
1002 Branch: perl
1003 + ext/Encode/Encode/isoir-197.enc ext/Encode/Encode/macSami.enc
1004 ! MANIFEST
1005____________________________________________________________________________
1006[ 11963] By: jhi on 2001/09/09 13:54:07
1007 Log: Use the tried method.
1008 Branch: perl
1009 ! pod/perlport.pod
1010____________________________________________________________________________
1011[ 11962] By: jhi on 2001/09/09 13:46:59
1012 Log: Can't count parentheses.
1013 Branch: perl
1014 ! ext/IO/lib/IO/Socket/INET.pm
1015____________________________________________________________________________
1016[ 11961] By: jhi on 2001/09/09 13:34:12
1017 Log: perlport additions: 1 while unlink, add/delete directory
1018 entries and permissions, cygwin stat funkiness (from Michael
1019 Schwern and Nicholas Clark)
1020 Branch: perl
1021 ! pod/perlport.pod
1022____________________________________________________________________________
1023[ 11960] By: jhi on 2001/09/09 13:19:12
1024 Log: blib does have a detectable test.
1025 Branch: perl
1026 ! t/lib/1_compile.t
1027____________________________________________________________________________
1028[ 11959] By: jhi on 2001/09/09 13:16:43
1029 Log: Subject: [PATCH MANIFEST, lib/Term/Complete.t] Add Test for Term::Complete
1030 From: "chromatic" <chromatic@rmci.net>
1031 Date: Sat, 08 Sep 2001 19:33:42 -0600
1032 Message-ID: <20010909013810.11522.qmail@onion.perl.org>
1033 Branch: perl
1034 + lib/Term/Complete.t
1035 ! MANIFEST
1036____________________________________________________________________________
1037[ 11958] By: jhi on 2001/09/09 13:09:02
1038 Log: Subject: [PATCH MANIFEST lib/Test/Tutorial.pod] Test::Tutorial?
1039 From: Michael G Schwern <schwern@pobox.com>
1040 Date: Sat, 8 Sep 2001 02:40:26 -0400
1041 Message-ID: <20010908024026.A26283@blackrider>
1042 Branch: perl
1043 + lib/Test/Tutorial.pod
1044 ! MANIFEST
1045____________________________________________________________________________
1046[ 11957] By: jhi on 2001/09/09 13:03:33
1047 Log: Try to look up protocol (by name) only iff it has non-numbers:
1048 nice if the server is in a chrooted environment (no /etc/protocols,
1049 server code using hardcorded protocol numbers like 6 for tcp),
1050 suggested by John Holdsworth <coldwave@bigfoot.com>.
1051 In other words, if we are given a number, why look it up again
1052 (by number)?
1053 Branch: perl
1054 ! ext/IO/lib/IO/Socket/INET.pm
1055____________________________________________________________________________
1056[ 11956] By: jhi on 2001/09/09 12:53:12
1057 Log: Subject: [PATCH regcomp.c] zero-width assertions CAN be ?'d
1058 From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
1059 Date: Sat, 8 Sep 2001 15:42:30 -0400 (EDT)
1060 Message-ID: <Pine.GSO.4.21.0109081535480.24489-100000@crusoe.crusoe.net>
1061
1062 Subject: Re: [PATCH t/op/misc.t] regcomp.c patch broke test
1063 From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
1064 Date: Sat, 8 Sep 2001 18:33:12 -0400 (EDT)
1065 Message-ID: <Pine.GSO.4.21.0109081832030.24489-100000@crusoe.crusoe.net>
1066 Subject: [PATCH t/lib/warnings/regcomp] (?=...)? gives no warning now
1067 From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
1068 Date: Sat, 8 Sep 2001 18:37:22 -0400 (EDT)
1069 Message-ID: <Pine.GSO.4.21.0109081835340.24489-100000@crusoe.crusoe.net>
1070 Branch: perl
1071 ! regcomp.c t/lib/warnings/regcomp t/run/kill_perl.t
1072____________________________________________________________________________
1073[ 11955] By: ams on 2001/09/09 02:54:21
1074 Log: Subject: Re: [PATCH perl@11938] slash slashes in lib/CGI/Carp.pm
1075 From: "Craig A. Berry" <craigberry@mac.com>
1076 Date: Sat, 08 Sep 2001 19:02:16 -0500
1077 Message-Id: <5.1.0.14.0.20010908185936.01aadcc0@mail.mac.com>
1078 Branch: perl
1079 ! lib/CGI/t/carp.t
1080____________________________________________________________________________
1081[ 11954] By: jhi on 2001/09/09 02:30:39
1082 Log: Documentation tweaks; think the IP address as an opaque string.
1083 Branch: perl
1084 ! ext/Socket/Socket.pm
1085____________________________________________________________________________
1086[ 11953] By: jhi on 2001/09/09 00:32:05
1087 Log: Subject: [REPATCH] Re: [PATCH] new test lib/blib.t
1088 From: Michael G Schwern <schwern@pobox.com>
1089 Date: Sat, 8 Sep 2001 19:45:46 -0400
1090 Message-ID: <20010908194546.C9193@blackrider>
1091 Branch: perl
1092 + lib/blib.t
1093 ! MANIFEST lib/blib.pm t/lib/1_compile.t
1094____________________________________________________________________________
1095[ 11952] By: jhi on 2001/09/09 00:27:15
1096 Log: Subject: [PATCH MANIFEST, lib/CGI/t/fast.t] Added Test for CGI::Fast
1097 From: "chromatic" <chromatic@rmci.net>
1098 Date: Sat, 08 Sep 2001 12:31:44 -0600
1099 Message-ID: <20010908183612.49960.qmail@onion.perl.org>
1100 Branch: perl
1101 + lib/CGI/t/fast.t
1102 ! MANIFEST
1103____________________________________________________________________________
1104[ 11951] By: jhi on 2001/09/09 00:24:07
1105 Log: The Socket tests were wrong: they were assuming too much.
1106 Branch: perl
1107 ! ext/Socket/Socket.pm ext/Socket/Socket.t ext/Socket/Socket.xs
1108____________________________________________________________________________
1109[ 11950] By: jhi on 2001/09/08 20:09:07
1110 Log: Retract the portability changes since they
1111 seem to have opened a can of worms... will
1112 go back to UNICOS/mk and do the bare minimum
1113 required to get the tests working.
1114 Branch: perl
1115 ! ext/Socket/Socket.xs
1116____________________________________________________________________________
1117[ 11949] By: jhi on 2001/09/08 19:48:20
1118 Log: PADOFFSET is used to cast pointers into integers,
1119 if pointers are 64 bits and U32 32 bits,
1120 bad things may happen, or at least warnings issued.
1121 Branch: perl
1122 ! op.h
1123____________________________________________________________________________
1124[ 11948] By: jhi on 2001/09/08 18:50:07
1125 Log: Still more Socket portability tweaking.
1126 Now Socket.t seems to be happy in all of
1127 Linux/x86, Tru64/alpha, Solaris/sparc,
1128 IRIX/MIPS (both 32-bit and 64-bit), and UNICOS/mk/alpha.
1129
1130 Addendum: it seems that io_multihomed, io_sock, and hostent
1131 were broken in little-endians (linux/x86 and tru64/alpha)
1132 because of this change. Argh.
1133 Branch: perl
1134 ! ext/Socket/Socket.xs
1135____________________________________________________________________________
1136[ 11947] By: jhi on 2001/09/08 17:23:23
1137 Log: More portability kicking on inet_ntoa().
1138 Branch: perl
1139 ! ext/Socket/Socket.xs
1140____________________________________________________________________________
1141[ 11946] By: jhi on 2001/09/08 15:09:58
1142 Log: Subject: [REPATCH] Re: [PATCH MANIFEST, lib/ExtUtils/Manifest.t] Another New Test
1143 From: Michael G Schwern <schwern@pobox.com>
1144 Date: Fri, 7 Sep 2001 23:06:51 -0400
1145 Message-ID: <20010907230651.R606@blackrider>
1146 Branch: perl
1147 + lib/ExtUtils/Manifest.t
1148 ! MANIFEST lib/ExtUtils/MM_Unix.pm lib/ExtUtils/Manifest.pm
1149____________________________________________________________________________
1150[ 11945] By: jhi on 2001/09/08 14:49:15
1151 Log: Subject: Re: [PATCH MANIFEST, lib/ExtUtils/testlib.t] More Tests
1152 From: "chromatic" <chromatic@rmci.net>
1153 Date: Fri, 07 Sep 2001 17:53:15 -0600
1154 Message-ID: <20010907235740.80566.qmail@onion.perl.org>
1155 Branch: perl
1156 + lib/ExtUtils/testlib.t
1157 ! MANIFEST
1158____________________________________________________________________________
1159[ 11944] By: jhi on 2001/09/07 22:57:00
1160 Log: Thinko.
1161 Branch: perl
1162 ! lib/integer.t
1163____________________________________________________________________________
1164[ 11943] By: jhi on 2001/09/07 20:34:55
1165 Log: Subject: [PATCH perl@11938] slash slashes in lib/CGI/Carp.pm
1166 From: "Craig A. Berry" <craigberry@mac.com>
1167 Date: Fri, 07 Sep 2001 15:30:03 -0500
1168 Message-Id: <5.1.0.14.0.20010907142644.03700c38@exchi01>
1169 Branch: perl
1170 ! lib/CGI/Carp.pm
1171____________________________________________________________________________
1172[ 11942] By: jhi on 2001/09/07 20:30:43
1173 Log: Subject: [PATCH lib/ExtUtils/MM_Unix.pm] (was Re: MakeMaker: MM_Unix rule excluding pods)
1174 From: Michael G Schwern <schwern@pobox.com>
1175 Date: Fri, 7 Sep 2001 15:38:13 -0400
1176 Message-ID: <20010907153813.K606@blackrider>
1177 Branch: perl
1178 ! lib/ExtUtils/MM_Unix.pm
1179____________________________________________________________________________
1180[ 11941] By: jhi on 2001/09/07 20:28:24
1181 Log: Subject: [PATCH perl.h mg.c pp_sys.c] Silence the remaing format warning
1182 From: Robin Barker <rmb1@cise.npl.co.uk>
1183 Date: Fri, 7 Sep 2001 18:28:23 +0100 (BST)
1184 Message-Id: <200109071728.SAA13569@tempest.npl.co.uk>
1185 Branch: perl
1186 ! Porting/pumpkin.pod mg.c perl.h pp_sys.c
1187____________________________________________________________________________
1188[ 11940] By: jhi on 2001/09/07 20:26:29
1189 Log: Clean up 1_compile.t; move tests to more consistent
1190 places (t/ subdirectories); add integer.t (much of
1191 the pragma is tested elsewhere but there is no one
1192 centralized place)
1193 Branch: perl
1194 + ext/Fcntl/t/fcntl.t ext/Fcntl/t/syslfs.t ext/POSIX/t/posix.t
1195 + ext/POSIX/t/sigaction.t lib/Env/t/array.t lib/Env/t/env.t
1196 + lib/File/Find/t/find.t lib/File/Find/t/taint.t lib/integer.t
1197 - ext/Fcntl/Fcntl.t ext/Fcntl/syslfs.t ext/POSIX/POSIX.t
1198 - ext/POSIX/sigaction.t lib/Env/array.t lib/Env/env.t
1199 - lib/File/Find/find.t lib/File/Find/taint.t
1200 ! MANIFEST t/lib/1_compile.t t/op/lfs.t
1201____________________________________________________________________________
1202[ 11939] By: jhi on 2001/09/07 17:25:32
1203 Log: Subject: Re: [PATCH lib/File/Find/taint.t] Use Test::More
1204 From: "chromatic" <chromatic@rmci.net>
1205 Date: Fri, 07 Sep 2001 10:17:40 -0600
1206 Message-ID: <20010907162205.84723.qmail@onion.perl.org>
1207 Branch: perl
1208 ! lib/File/Find/taint.t
1209____________________________________________________________________________
1210[ 11938] By: jhi on 2001/09/07 14:04:43
1211 Log: Update Changes.
1212 Branch: perl
1213 ! Changes patchlevel.h
1214____________________________________________________________________________
d06b8192
JH
1215[ 11937] By: jhi on 2001/09/07 13:52:03
1216 Log: Rename the old threading tutorial, start a new one,
1217 regen toc.
1218 Branch: perl
1219 + pod/perlothrtut.pod
1220 ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perlthrtut.pod
1221 ! pod/perltoc.pod
1222____________________________________________________________________________
1223[ 11936] By: jhi on 2001/09/07 13:05:48
1224 Log: vars very much has a test.
1225 Branch: perl
1226 ! t/lib/1_compile.t
1227____________________________________________________________________________
1228[ 11935] By: jhi on 2001/09/07 12:52:06
1229 Log: Subject: Re: wince/perl.ico marked as binary
1230 From: Nicholas Clark <nick@ccl4.org>
1231 Date: Fri, 7 Sep 2001 13:54:40 +0100
1232 Message-ID: <20010907135439.D39150@plum.flirble.org>
1233
1234 and wince/Makefile.ce change from Rainer Keuchel.
1235 Branch: perl
1236 + wince/makeico.pl
1237 ! MANIFEST wince/Makefile.ce
1238____________________________________________________________________________
1239[ 11934] By: jhi on 2001/09/07 12:43:50
1240 Log: Subject: Re: [PATCH regexec.c] more general .* and .*?
1241 From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
1242 Date: Fri, 7 Sep 2001 09:41:10 -0400 (EDT)
1243 Message-ID: <Pine.GSO.4.21.0109070933530.7041-100000@crusoe.crusoe.net>
1244 Branch: perl
1245 ! regexec.c
1246____________________________________________________________________________
1247[ 11933] By: jhi on 2001/09/07 12:37:46
1248 Log: (Replaced by #11934)
1249 Subject: Re: [PATCH regexec.c] more general .* and .*?
1250 From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
1251 Date: Fri, 7 Sep 2001 08:44:17 -0400 (EDT)
1252 Message-ID: <Pine.GSO.4.21.0109070836110.7041-100000@crusoe.crusoe.net>
1253 Branch: perl
1254 ! regexec.c
1255____________________________________________________________________________
1256[ 11932] By: jhi on 2001/09/07 12:27:14
1257 Log: The #11931 patching misbehaved.
1258 Branch: perl
1259 ! lib/Test/Harness/t/test-harness.t
1260____________________________________________________________________________
1261[ 11931] By: jhi on 2001/09/07 12:21:30
1262 Log: Subject: [PATCH lib/Test/Harness* t/TEST] Test::Harness 1.25 sync
1263 From: Michael G Schwern <schwern@pobox.com>
1264 Date: Fri, 7 Sep 2001 03:30:41 -0400
1265 Message-ID: <20010907033041.A2796@blackrider>
1266 Branch: perl
1267 + lib/Test/Harness/Changes lib/Test/Harness/t/base.t
1268 + lib/Test/Harness/t/ok.t lib/Test/Harness/t/test-harness.t
1269 + t/lib/sample-tests/header_at_end_fail
1270 + t/lib/sample-tests/skip_no_msg t/lib/sample-tests/todo_inline
1271 - lib/Test/Harness.t
1272 ! MANIFEST lib/Test/Harness.pm t/TEST
1273____________________________________________________________________________
1274[ 11930] By: jhi on 2001/09/07 11:59:17
1275 Log: Subject: [PATCH] Digest::MD5 update
1276 From: Gisle Aas <gisle@ActiveState.com>
1277 Date: 06 Sep 2001 23:32:56 -0700
1278 Message-ID: <lrofon5x47.fsf@caliper.ActiveState.com>
1279 Branch: perl
1280 ! ext/Digest/MD5/Changes ext/Digest/MD5/MD5.pm
1281 ! ext/Digest/MD5/MD5.xs ext/Digest/MD5/t/files.t
1282____________________________________________________________________________
1283[ 11929] By: jhi on 2001/09/07 11:23:05
1284 Log: Subject: [PATCH MANIFEST, lib/less.t] Add Tests for the less Pragma
1285 From: "chromatic" <chromatic@rmci.net>
1286 Date: Thu, 06 Sep 2001 23:11:44 -0600
1287 Message-ID: <20010907051609.91459.qmail@onion.perl.org>
1288 Branch: perl
1289 + lib/less.t
1290 ! MANIFEST t/lib/1_compile.t
1291____________________________________________________________________________
1292[ 11928] By: jhi on 2001/09/07 11:19:29
1293 Log: The binary file must somehow differently stored.
1294 Branch: perl
1295 - wince/perl.ico
1296 ! MANIFEST
1297____________________________________________________________________________
1298[ 11927] By: jhi on 2001/09/07 03:53:29
1299 Log: Add more modules to the list of modules that have tests,
1300 Schwern's wallet is getting more nervous.
1301 (Run t/lib/1_compile.t manually to see which modules
1302 are lacking tests, or the tests can't be run for some
1303 reason or another, such as the Net:: modules)
1304 Branch: perl
1305 ! t/lib/1_compile.t
1306____________________________________________________________________________
1307[ 11926] By: jhi on 2001/09/07 03:43:11
1308 Log: Try to make Socket::inet_ntoa() more robust.
1309 Branch: perl
1310 ! ext/Socket/Socket.t ext/Socket/Socket.xs pod/perldiag.pod
1311____________________________________________________________________________
1312[ 11925] By: jhi on 2001/09/07 01:57:58
1313 Log: Subject: Re: [PATCH lib/English.t] Test All Aliases (including %Errno)
1314 From: chromatic <chromatic@rmci.net>
1315 Date: Wed, 5 Sep 2001 22:58:05 -0600
1316 Message-Id: <01090522580506.19590@firewheel>
1317 Branch: perl
1318 ! lib/English.t
1319____________________________________________________________________________
1320[ 11924] By: jhi on 2001/09/07 01:55:05
1321 Log: Subject: Re: perlvar manpage and localizing special vars
1322 From: Stas Bekman <stas@stason.org>
1323 Date: Fri, 7 Sep 2001 10:10:24 +0800 (SGT)
1324 Message-ID: <Pine.LNX.4.33.0109071009240.19262-100000@stas.singnet.com.sg>
1325 Branch: perl
1326 ! pod/perlvar.pod
1327____________________________________________________________________________
1328[ 11923] By: jhi on 2001/09/07 01:49:36
1329 Log: Subject: [PATCH MakeMaker.pm] noise from make in ext/SDBM
1330 From: Robin Barker <rmb1@cise.npl.co.uk>
1331 Date: Thu, 6 Sep 2001 19:36:49 +0100 (BST)
1332 Message-Id: <200109061836.TAA08747@tempest.npl.co.uk>
1333 Branch: perl
1334 ! lib/ExtUtils/MakeMaker.pm
1335____________________________________________________________________________
1336[ 11922] By: jhi on 2001/09/06 18:09:08
1337 Log: Symbol missing; AIX unhappy.
1338 Branch: perl
1339 ! makedef.pl
1340____________________________________________________________________________
1341[ 11921] By: jhi on 2001/09/06 17:52:43
1342 Log: Add a test for [ID 20010906.019] perl crashes on "undef foo"
1343 Reported in 5.61, seems to work okay in blead.
1344 Branch: perl
1345 ! t/run/kill_perl.t
1346____________________________________________________________________________
1347[ 11920] By: jhi on 2001/09/06 14:35:09
1348 Log: Update Changes.
1349 Branch: perl
1350 ! Changes patchlevel.h
1351____________________________________________________________________________
93bdaf0e
JH
1352[ 11919] By: jhi on 2001/09/06 14:20:10
1353 Log: Document the bad assumptions currently breaking
1354 the Socket.t tests 10, 11, and 13 in UNICOS.
1355 Branch: perl
1356 ! ext/Socket/Socket.xs
1357____________________________________________________________________________
1358[ 11918] By: jhi on 2001/09/06 14:07:45
1359 Log: Subject: [PATCH x2p] make OPTIMIZE=...
1360 From: Robin Barker <rmb1@cise.npl.co.uk>
1361 Date: Thu, 6 Sep 2001 13:31:37 +0100 (BST)
1362 Message-Id: <200109061231.NAA25265@tempest.npl.co.uk>
1363 Branch: perl
1364 ! x2p/Makefile.SH x2p/cflags.SH
1365____________________________________________________________________________
1366[ 11917] By: jhi on 2001/09/06 14:01:45
1367 Log: Subject: [PATCH] for perlhack.pod - no p5p archive on deja/google
1368 From: Ian Phillipps <Ian_Phillipps@yahoo.co.uk>
1369 Date: Thu, 6 Sep 2001 11:09:40 +0100
1370 Message-ID: <20010906110939.A914@homer.diplex.co.uk>
1371
1372 Subject: Re: [PATCH] for perlhack.pod - no p5p archive on deja/google
1373 From: rgarciasuarez@free.fr (Rafael Garcia-Suarez)
1374 Date: 6 Sep 2001 10:14:38 -0000
1375 Message-Id: <slrn9pej4m.1j8.rgarciasuarez@rafael.kazibao.net>
1376 Branch: perl
1377 ! pod/perlfaq1.pod pod/perlhack.pod
1378____________________________________________________________________________
1379[ 11916] By: jhi on 2001/09/06 13:56:19
1380 Log: Subject: Extra NUL is Data::Dumper output - patch
1381 From: Tony Cook <tony@develop-help.com>
1382 Date: Thu, 6 Sep 2001 12:35:49 +1000 (EST)
1383 Message-ID: <Pine.LNX.4.10.10109061157210.9366-100000@develop-help.com>
1384 Branch: perl
1385 ! ext/Data/Dumper/Dumper.xs ext/Data/Dumper/t/dumper.t
1386____________________________________________________________________________
1387[ 11915] By: jhi on 2001/09/06 13:51:16
1388 Log: Avoid redefinition warning
1389 Subroutine Cwd::fastcwd redefined at lib/XSLoader.pm line 97.
1390 from
1391 perl -w -Ilib -MCwd -e ''
1392 Branch: perl
1393 ! lib/Cwd.pm
1394____________________________________________________________________________
1395[ 11914] By: jhi on 2001/09/06 13:30:32
1396 Log: Update the is_tainted() example implementation.
1397 Branch: perl
1398 ! pod/perlsec.pod
1399____________________________________________________________________________
1400[ 11913] By: jhi on 2001/09/06 13:15:59
1401 Log: Missing) in #11912.
1402 Branch: perl
1403 ! lib/Test/Simple/t/fail.t
1404____________________________________________________________________________
1405[ 11912] By: jhi on 2001/09/06 13:08:48
1406 Log: Rewhack Test-Simple into core harness.
1407 Branch: perl
1408 ! lib/Test/Simple/t/exit.t lib/Test/Simple/t/extra.t
1409 ! lib/Test/Simple/t/fail-like.t lib/Test/Simple/t/fail-more.t
1410 ! lib/Test/Simple/t/fail.t lib/Test/Simple/t/missing.t
1411 ! lib/Test/Simple/t/no_plan.t lib/Test/Simple/t/plan_is_noplan.t
1412 ! lib/Test/Simple/t/skipall.t
1413____________________________________________________________________________
1414[ 11911] By: jhi on 2001/09/06 11:54:06
1415 Log: Workaround for the new Exporter 'feature'.
1416 Branch: perl
1417 ! lib/Test/More.pm
1418____________________________________________________________________________
1419[ 11910] By: jhi on 2001/09/06 11:52:56
1420 Log: Re-introduce pure-Perl fall-back for abs_path,
1421 re-introduce #11898.
1422 Branch: perl
1423 ! lib/Cwd.pm lib/File/Find.pm
1424____________________________________________________________________________
1425[ 11909] By: jhi on 2001/09/06 03:49:13
1426 Log: More tests.
1427 Branch: perl
1428 ! lib/Exporter.t
1429____________________________________________________________________________
1430[ 11908] By: jhi on 2001/09/06 03:38:22
1431 Log: Retract #11898 for now because it introduces
1432 a rather nasty depencency: when B is being built,
1433 MakeMaker is used. MakeMaker uses File::Find.
1434 File::Find uses Cwd::getcwd()...which doesn't
1435 exist yet.
1436 Branch: perl
1437 ! lib/File/Find.pm
1438____________________________________________________________________________
1439[ 11907] By: jhi on 2001/09/06 03:20:02
1440 Log: New test welcome.
1441 Branch: perl
1442 + lib/Test/Simple/t/simple.t
1443____________________________________________________________________________
1444[ 11906] By: jhi on 2001/09/06 03:08:01
1445 Log: Old test begone.
1446 Branch: perl
1447 - lib/Attribute/Handlers/test.pl
1448____________________________________________________________________________
1449[ 11905] By: jhi on 2001/09/06 01:41:03
1450 Log: Test-Simple syncup from Schwern.
1451 Branch: perl
1452 + lib/Test/Simple/t/More.t lib/Test/Simple/t/fail-like.t
1453 + lib/Test/Simple/t/fail-more.t lib/Test/Simple/t/skip.t
1454 + lib/Test/Simple/t/skipall.t lib/Test/Simple/t/todo.t
1455 + lib/Test/Simple/t/undef.t lib/Test/Simple/t/useing.t
1456 + lib/Test/Utils.pm t/lib/Test/Simple/Catch/More.pm
1457 - lib/Test/More/Changes lib/Test/More/t/More.t
1458 - lib/Test/More/t/fail-like.t lib/Test/More/t/fail.t
1459 - lib/Test/More/t/plan_is_noplan.t lib/Test/More/t/skipall.t
1460 - lib/Test/Simple/t/simple.t t/lib/Test/More/Catch.pm
1461 ! MANIFEST lib/Test/More.pm lib/Test/Simple.pm
1462 ! lib/Test/Simple/Changes lib/Test/Simple/t/exit.t
1463 ! lib/Test/Simple/t/extra.t lib/Test/Simple/t/fail.t
1464 ! lib/Test/Simple/t/missing.t lib/Test/Simple/t/no_plan.t
1465 ! lib/Test/Simple/t/plan_is_noplan.t t/lib/Test/Simple/Catch.pm
1466 ! t/lib/Test/Simple/sample_tests/death.plx
1467 ! t/lib/Test/Simple/sample_tests/death_in_eval.plx
1468 ! t/lib/Test/Simple/sample_tests/extras.plx
1469 ! t/lib/Test/Simple/sample_tests/five_fail.plx
1470 ! t/lib/Test/Simple/sample_tests/last_minute_death.plx
1471 ! t/lib/Test/Simple/sample_tests/one_fail.plx
1472 ! t/lib/Test/Simple/sample_tests/require.plx
1473 ! t/lib/Test/Simple/sample_tests/success.plx
1474 ! t/lib/Test/Simple/sample_tests/too_few.plx
1475 ! t/lib/Test/Simple/sample_tests/two_fail.plx
1476____________________________________________________________________________
1477[ 11904] By: pudge on 2001/09/06 00:28:01
1478 Log: Integrate File::Find changes from bleadperl
1479 Branch: maint-5.6/macperl
1480 ! lib/File/Find.pm t/lib/filefind-taint.t
1481____________________________________________________________________________
1482[ 11903] By: pudge on 2001/09/06 00:22:29
1483 Log: Integrate 11847 from maint-5.6/perl
1484 Branch: maint-5.6/macperl
1485 !> sv.c
1486____________________________________________________________________________
1487[ 11902] By: jhi on 2001/09/05 23:27:57
1488 Log: In UNICOS division yada yada.
1489 Branch: perl
1490 ! t/op/override.t
1491____________________________________________________________________________
1492[ 11901] By: jhi on 2001/09/05 23:26:23
1493 Log: In UNICOS division is really lossy, better use
1494 a tolerance test.
1495 Branch: perl
1496 ! ext/Time/HiRes/HiRes.t
1497____________________________________________________________________________
1498[ 11900] By: jhi on 2001/09/05 23:22:38
1499 Log: In UNICOS sigaction() sets an extra flag
1500 ("the signal has been registered for all the processes in
1501 a multitasking group.")
1502 Branch: perl
1503 ! ext/POSIX/sigaction.t
1504____________________________________________________________________________
1505[ 11899] By: jhi on 2001/09/05 23:18:48
1506 Log: Documentation micropatch from Damian.
1507 Branch: perl
1508 ! lib/Attribute/Handlers.pm
1509____________________________________________________________________________
1510[ 11898] By: jhi on 2001/09/05 23:16:50
1511 Log: (Retracted by #11908)
1512 Subject: [PATCH] Re: [PATCH lib/File/Find.pm lib/File/Find/taint.t] Fixing those damned taint tests
1513 From: Michael G Schwern <schwern@pobox.com>
1514 Date: Wed, 5 Sep 2001 15:58:21 -0400
1515 Message-ID: <20010905155821.I632@blackrider>
1516 Branch: perl
1517 ! lib/File/Find.pm lib/File/Find/taint.t
1518____________________________________________________________________________
1519[ 11897] By: jhi on 2001/09/05 23:14:43
1520 Log: Subject: [PATCH lib/CGI/t/carp.t] Tests for CGI::Carp
1521 From: Michael G Schwern <schwern@pobox.com>
1522 Date: Wed, 5 Sep 2001 19:16:31 -0400
1523 Message-ID: <20010905191631.E11386@blackrider>
1524 Branch: perl
1525 + lib/CGI/t/carp.t
1526 ! MANIFEST
1527____________________________________________________________________________
1528[ 11896] By: jhi on 2001/09/05 23:14:11
1529 Log: Subject: Re: [PATCH] Re: English.pm should do *PREMATCH = \$`
1530 From: chromatic <chromatic@rmci.net>
1531 Date: Wed, 5 Sep 2001 18:08:07 -0600
1532 Message-Id: <01090518080700.19590@firewheel>
1533 Branch: perl
1534 ! lib/English.pm
1535____________________________________________________________________________
1536[ 11895] By: jhi on 2001/09/05 22:52:01
1537 Log: Fix a typo #11889 and add a test for the same.
1538 Branch: perl
1539 ! ext/Socket/Socket.t ext/Socket/Socket.xs
1540____________________________________________________________________________
1541[ 11894] By: jhi on 2001/09/05 22:43:26
1542 Log: Subject: [PATCH bleadperl] tweak warnings.t and kill_perl.t for VMS
1543 From: "Craig A. Berry" <craigberry@mac.com>
1544 Date: Wed, 05 Sep 2001 17:48:54 -0500
1545 Message-Id: <5.1.0.14.0.20010905145002.02b45218@exchi01>
1546 Branch: perl
1547 ! lib/warnings.t t/run/kill_perl.t
1548____________________________________________________________________________
1549[ 11893] By: jhi on 2001/09/05 22:36:35
1550 Log: Subject: [PATCH t/run/kill_perl.t] tying a bareword causes a segfault in 5.6.1
1551 From: Michael G Schwern <schwern@pobox.com>
1552 Date: Wed, 5 Sep 2001 17:22:25 -0400
1553 Message-ID: <20010905172225.C11386@blackrider>
1554 Branch: perl
1555 ! t/run/kill_perl.t
1556____________________________________________________________________________
1557[ 11892] By: jhi on 2001/09/05 22:34:55
1558 Log: Subject: [PATCH] Re: [ID 20010825.006] -DCRIPPLED_CC is broken
1559 From: Nicholas Clark <nick@ccl4.org>
1560 Date: Wed, 5 Sep 2001 20:54:24 +0100
1561 Message-ID: <20010905205424.C25120@plum.flirble.org>
1562 Branch: perl
1563 ! embed.h embed.pl global.sym pod/perlapi.pod proto.h sv.c sv.h
1564____________________________________________________________________________
1565[ 11891] By: jhi on 2001/09/05 22:34:16
1566 Log: Forgotten thing.
1567 Branch: perl
1568 ! uconfig.h
1569____________________________________________________________________________
1570[ 11890] By: jhi on 2001/09/05 22:27:42
1571 Log: Subject: Re: [PATCH] Re: English.pm should do *PREMATCH = \$`
1572 From: chromatic <chromatic@rmci.net>
1573 Date: Wed, 5 Sep 2001 13:22:08 -0600
1574 Message-Id: <01090513220807.10587@firewheel>
1575 Branch: perl
1576 ! lib/English.pm
1577____________________________________________________________________________
1578[ 11889] By: jhi on 2001/09/05 22:23:06
1579 Log: inet_ntoa() tweaks:
1580 - don't allow addresses with > 255 characters
1581 - indent the HP-UX workaround
1582 - don't leak memory
1583 Branch: perl
1584 ! ext/Socket/Socket.xs
1585____________________________________________________________________________
1586[ 11888] By: jhi on 2001/09/05 16:26:17
1587 Log: Clear up a documentation confusion noticed by Xiaoyun Wu
1588 <xwu@theeducationcenter.com>
1589 Branch: perl
1590 ! lib/File/Find.pm
1591____________________________________________________________________________
1592[ 11887] By: jhi on 2001/09/05 15:40:03
1593 Log: Typo nits.
1594 Branch: perl
1595 ! lib/File/Find.pm
1596____________________________________________________________________________
1597[ 11886] By: jhi on 2001/09/05 15:30:11
1598 Log: -Wall nit.
1599 Branch: perl
1600 ! op.c
1601____________________________________________________________________________
1602[ 11885] By: gbarr on 2001/09/05 15:26:18
1603 Log: Update to Scalar-List-Utils 1.05
1604 Branch: perl
1605 ! ext/List/Util/ChangeLog ext/List/Util/README
1606 ! ext/List/Util/Util.xs ext/List/Util/lib/List/Util.pm
1607____________________________________________________________________________
1608[ 11884] By: jhi on 2001/09/05 13:05:14
1609 Log: Update Changes.
1610 Branch: perl
1611 ! Changes patchlevel.h
1612____________________________________________________________________________
14fccffd
JH
1613[ 11883] By: gbarr on 2001/09/05 12:51:35
1614 Log: Update to Scalar-List-Utils 1.04
1615 Branch: perl
1616 ! ext/List/Util/ChangeLog ext/List/Util/Util.xs
1617 ! ext/List/Util/lib/List/Util.pm
1618 ! ext/List/Util/lib/Scalar/Util.pm
1619____________________________________________________________________________
1620[ 11882] By: jhi on 2001/09/05 12:29:44
1621 Log: Metaconfigify #11724.
1622 Branch: metaconfig
1623 ! U/threads/archname.U
1624____________________________________________________________________________
1625[ 11881] By: jhi on 2001/09/05 12:21:44
1626 Log: The MacOS reference is okay, no reason to hide it.
1627 Branch: perl
1628 ! lib/Cwd.pm
1629____________________________________________________________________________
1630[ 11880] By: jhi on 2001/09/05 12:20:49
1631 Log: Subject: [PATCH lib/Cwd.pm ext/Cwd/Makefile.PL] Full doc cleanup (was Re: [PATCH lib/Cwd.pm] Try this again.)
1632 From: Michael G Schwern <schwern@pobox.com>
1633 Date: Tue, 4 Sep 2001 15:30:10 -0400
1634 Message-ID: <20010904153010.H26466@blackrider>
1635
1636 (We'll see whether the ../../lib/Cwd.pm works in alien lands)
1637 Branch: perl
1638 ! ext/Cwd/Makefile.PL lib/Cwd.pm
1639____________________________________________________________________________
1640[ 11879] By: jhi on 2001/09/05 12:12:18
1641 Log: Subject: [PATCH lib/Cwd.pm] cwd() taint safe (was Re: [PATCH lib/Cwd.pm ext/Cwd/Makefile.PL] Full doc cleanup (was Re: [PATCH lib/Cwd.pm] Try this again.))
1642 From: Michael G Schwern <schwern@pobox.com>
1643 Date: Tue, 4 Sep 2001 17:39:13 -0400
1644 Message-ID: <20010904173913.C626@blackrider>
1645 Branch: perl
1646 ! lib/Cwd.pm
1647____________________________________________________________________________
1648[ 11878] By: jhi on 2001/09/05 12:10:50
1649 Log: Subject: Re: Perl_pp_* in public API?
1650 From: "Craig A. Berry" <craigberry@mac.com>
1651 Date: Tue, 4 Sep 2001 21:51:29 -0500
1652 Message-Id: <a05101000b7bb3f558c8a@[172.16.52.1]>
1653 Branch: perl
1654 ! ext/List/Util/Util.xs
1655____________________________________________________________________________
1656[ 11877] By: jhi on 2001/09/05 12:07:53
1657 Log: From Damian: Class::Struct was unable to define
1658 recursive classes. After the patch an object reference
1659 (rather than a hash) is required to initialize
1660 an object attribute. If no such initializer is given to
1661 the constructor, object attributes are now default
1662 initialized to C<undef>.
1663 Branch: perl
1664 ! lib/Class/Struct.pm lib/Class/Struct.t
1665____________________________________________________________________________
1666[ 11876] By: jhi on 2001/09/05 11:51:24
1667 Log: Subject: Re: sv_catpvfn and sv_setpvfn
1668 From: Richard Soderberg <rs@oregonnet.com>
1669 Date: Tue, 4 Sep 2001 15:16:47 -0700
1670 Message-Id: <200109042216.PAA17858@oregonnet.com>
1671 Branch: perl
1672 ! pod/perlclib.pod pod/perlguts.pod
1673____________________________________________________________________________
1674[ 11875] By: jhi on 2001/09/05 11:48:14
1675 Log: NetWare updates from Ananth Kesari.
1676 Branch: perl
1677 ! NetWare/config.wc NetWare/netware.h NetWare/nw5.c
1678 ! NetWare/nw5thread.h
1679____________________________________________________________________________
1680[ 11874] By: jhi on 2001/09/05 11:30:59
1681 Log: Subject: [PATCH] oct and hex in glorious 64 bit (with less bugs) (was Re: hex and oct again (was Re: FreeBSD MD5 crypt? Re: crypt/hex/oct and Unicode?))
1682 From: Nicholas Clark <nick@ccl4.org>
1683 Date: Tue, 4 Sep 2001 22:42:50 +0100
1684 Message-ID: <20010904224250.P25120@plum.flirble.org>
1685 Branch: perl
1686 ! embed.h embed.pl numeric.c perl.c perl.h pod/perlclib.pod
1687 ! pod/perlfunc.pod pp.c proto.h regcomp.c t/op/64bitint.t
1688 ! t/op/oct.t toke.c
1689____________________________________________________________________________
1690[ 11873] By: jhi on 2001/09/04 21:03:17
1691 Log: Fix Cwd::getcwd() not being tainted, as noticed
1692 by Schwern.
1693 Branch: perl
1694 + ext/Cwd/t/cwd.t ext/Cwd/t/taint.t
1695 - ext/Cwd/Cwd.t
1696 ! MANIFEST ext/Cwd/Cwd.xs util.c
1697____________________________________________________________________________
1698[ 11872] By: jhi on 2001/09/04 20:00:50
1699 Log: Retract #11870 and volatilize the right destruct_level.
1700 Silly thinko pointed out by Sarathy.
1701 Branch: perl
1702 ! intrpvar.h perl.c
1703____________________________________________________________________________
1704[ 11871] By: jhi on 2001/09/04 19:45:59
1705 Log: At least a temporary fix for the mysterious scope core dumps
1706 in Tru64 from Graham.
1707 Branch: perl
1708 ! ext/List/Util/Util.xs
1709____________________________________________________________________________
1710[ 11870] By: jhi on 2001/09/04 19:01:48
1711 Log: (Retracted by #11872)
1712 Branch: perl
1713 ! intrpvar.h
1714____________________________________________________________________________
1715[ 11869] By: jhi on 2001/09/04 17:43:31
93bdaf0e 1716 Log: Quench a -Wall gripe noticed by Robin Barker.
14fccffd
JH
1717 Branch: perl
1718 ! op.c
1719____________________________________________________________________________
1720[ 11868] By: jhi on 2001/09/04 16:38:07
1721 Log: Subject: [PATCH perl@11834] Unicode::UCD rewritten using Lingua::KO::Hangul::Util
1722 From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
1723 Date: Wed, 05 Sep 2001 02:01:32 +0900
1724 Message-Id: <20010905015059.E684.BQW10602@nifty.com>
1725 Branch: perl
1726 ! lib/Unicode/UCD.pm
1727____________________________________________________________________________
1728[ 11867] By: jhi on 2001/09/04 16:35:27
1729 Log: Subject: Re: [PATCH gv.c] @& sets PL_sawampersand
1730 From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
1731 Date: Tue, 4 Sep 2001 12:51:02 -0400 (EDT)
1732 Message-ID: <Pine.GSO.4.21.0109041250420.7601-100000@crusoe.crusoe.net>
1733 Branch: perl
1734 ! gv.c
1735____________________________________________________________________________
1736[ 11866] By: jhi on 2001/09/04 13:52:28
1737 Log: Update Changes.
1738 Branch: perl
1739 ! Changes patchlevel.h
1740____________________________________________________________________________
5f7f12db
JH
1741[ 11865] By: jhi on 2001/09/04 13:36:58
1742 Log: Add the \[$@%&*] prototype support.
1743 Branch: perl
1744 ! op.c pod/perlsub.pod t/comp/proto.t
1745____________________________________________________________________________
1746[ 11864] By: jhi on 2001/09/04 13:10:38
1747 Log: Subject: [PATCH lib/CGI/t/form.t] Cleanup
1748 From: Michael G Schwern <schwern@pobox.com>
1749 Date: Mon, 3 Sep 2001 18:59:01 -0400
1750 Message-ID: <20010903185901.Z9233@blackrider>
1751 Branch: perl
1752 ! lib/CGI/t/form.t
1753____________________________________________________________________________
1754[ 11863] By: jhi on 2001/09/04 13:06:39
1755 Log: Subject: [PATCH gv.c] @& sets PL_sawampersand
1756 From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
1757 Date: Mon, 3 Sep 2001 12:36:20 -0400 (EDT)
1758 Message-ID: <Pine.GSO.4.21.0109031235240.7601-100000@crusoe.crusoe.net>
1759 Branch: perl
1760 ! gv.c
1761____________________________________________________________________________
1762[ 11862] By: jhi on 2001/09/04 13:05:23
1763 Log: More srand entry tweakage based on Randal's suggestion.
1764 Branch: perl
1765 ! pod/perlfunc.pod
1766____________________________________________________________________________
1767[ 11861] By: jhi on 2001/09/04 12:48:14
1768 Log: Subject: [PATCH] 'main' *is* a reserved word
1769 From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
1770 Date: Mon, 3 Sep 2001 22:55:41 +0200
1771 Message-ID: <20010903225541.A24097@rafael>
1772 Branch: perl
1773 ! toke.c
1774____________________________________________________________________________
1775[ 11860] By: jhi on 2001/09/04 12:46:30
1776 Log: Subject: [PATCH: bleedperl] s/ROOT\./_ROOT./ for VMS default install prefix appendage
1777 From: Peter Prymmer <pvhp@best.com>
1778 Date: Mon, 3 Sep 2001 13:43:04 -0700 (PDT)
1779 Message-ID: <Pine.BSF.4.21.0109031338300.5068-100000@shell8.ba.best.com>
1780 Branch: perl
1781 ! README.vms configure.com
1782____________________________________________________________________________
1783[ 11859] By: jhi on 2001/09/04 12:44:29
1784 Log: Subject: Re: A slightly better default seed?
1785 From: Michael G Schwern <schwern@pobox.com>
1786 Date: Mon, 3 Sep 2001 18:08:15 -0400
1787 Message-ID: <20010903180815.W9233@blackrider>
1788 Branch: perl
1789 ! t/op/srand.t
1790____________________________________________________________________________
1791[ 11858] By: jhi on 2001/09/04 12:41:59
1792 Log: Add sharedsv.o to microperl object files.
1793 Branch: perl
1794 ! Makefile.micro
1795____________________________________________________________________________
1796[ 11857] By: jhi on 2001/09/04 12:27:51
1797 Log: AUTHORS updates and
1798
1799 Subject: [PATCH] Just some preening :-)
1800 From: Ian Phillipps <Ian_Phillipps@yahoo.co.uk>
1801 Date: Tue, 4 Sep 2001 14:16:59 +0100
1802 Message-ID: <20010904141659.A10129@homer.diplex.co.uk>
1803 Branch: perl
1804 ! AUTHORS ext/Data/Dumper/Changes lib/Text/Soundex.pm
1805____________________________________________________________________________
1806[ 11856] By: jhi on 2001/09/04 12:09:43
1807 Log: Typo fix and slight rewording.
1808 Branch: perl
1809 ! pod/perlfunc.pod
1810____________________________________________________________________________
1811[ 11855] By: jhi on 2001/09/04 12:04:16
1812 Log: Update the FAQ now that Scalar-List-Utils 1.03 has shuffle().
1813 Branch: perl
1814 ! pod/perlfaq4.pod
1815____________________________________________________________________________
1816[ 11854] By: jhi on 2001/09/03 20:12:21
1817 Log: The helper file changed name.
1818 Branch: perl
1819 ! MANIFEST
1820____________________________________________________________________________
1821[ 11853] By: gbarr on 2001/09/03 20:00:00
1822 Log: Update to Scalar-List-Utils 1.03
1823 Branch: perl
1824 + ext/List/Util/t/shuffle.t
1825 ! MANIFEST ext/List/Util/ChangeLog ext/List/Util/Util.xs
1826 ! ext/List/Util/lib/List/Util.pm ext/List/Util/t/blessed.t
1827 ! ext/List/Util/t/dualvar.t ext/List/Util/t/first.t
1828 ! ext/List/Util/t/max.t ext/List/Util/t/maxstr.t
1829 ! ext/List/Util/t/min.t ext/List/Util/t/minstr.t
1830 ! ext/List/Util/t/readonly.t ext/List/Util/t/reduce.t
1831 ! ext/List/Util/t/reftype.t ext/List/Util/t/sum.t
1832 ! ext/List/Util/t/tainted.t ext/List/Util/t/weak.t
1833____________________________________________________________________________
1834[ 11852] By: jhi on 2001/09/03 19:50:57
1835 Log: Make crypt() do something more sane for Unicode
1836 (take crypt() of the low eight bits of the characters,
1837 instead of taking crypt() of the UTF-8 of the scalar);
1838 add a test for crypt().
1839 Branch: perl
1840 + t/op/crypt.t
1841 ! MANIFEST pod/perlfunc.pod pp.c
1842____________________________________________________________________________
1843[ 11851] By: jhi on 2001/09/03 19:19:35
1844 Log: Reorganize the srand entry.
1845 Branch: perl
1846 ! pod/perlfunc.pod
1847____________________________________________________________________________
1848[ 11850] By: jhi on 2001/09/03 18:54:51
1849 Log: Remove the tests that assume something about
1850 calling srand() without arguments multiple times.
1851 Branch: perl
1852 ! t/op/srand.t
1853____________________________________________________________________________
1854[ 11849] By: jhi on 2001/09/03 18:15:16
1855 Log: Upgrade to Math::BigInt 1.42.
1856 Branch: perl
1857 ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
1858 ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bigfltpm.t
1859 ! lib/Math/BigInt/t/bigintc.t lib/Math/BigInt/t/bigintpm.t
1860 ! lib/Math/BigInt/t/mbimbf.t
1861____________________________________________________________________________
1862[ 11848] By: gsar on 2001/09/03 17:07:54
1863 Log: integrate change#11847 from maint-5.6
1864
1865 typo in perl_clone() code causes local(*foo) breakage in pseudo-fork()
1866 Branch: perl
1867 ! sv.c
1868____________________________________________________________________________
1869[ 11847] By: gsar on 2001/09/03 16:47:54
1870 Log: typo in perl_clone() code causes local(*foo) breakage in pseudo-fork()
1871 Branch: maint-5.6/perl
1872 ! sv.c
1873____________________________________________________________________________
1874[ 11846] By: jhi on 2001/09/03 15:12:58
1875 Log: As far as I can tell these functions have been Unicodified.
1876 Branch: perl
1877 ! doop.c
1878____________________________________________________________________________
1879[ 11845] By: jhi on 2001/09/03 15:11:27
1880 Log: Update to Storable 1.0.13.
1881 Branch: perl
1882 ! ext/Storable/ChangeLog ext/Storable/Storable.pm
1883 ! ext/Storable/Storable.xs
1884____________________________________________________________________________
1885[ 11844] By: jhi on 2001/09/03 12:42:06
1886 Log: Patch the Filter::Simple test to work with
1887 the core test suite (since the FilterTest.pm
1888 is in t/lib, not in lib).
1889 Branch: perl
1890 ! lib/Filter/Simple/t/filter.t
1891____________________________________________________________________________
1892[ 11843] By: jhi on 2001/09/03 12:39:11
1893 Log: Damian's Filter::Simple test uses FilterTest, not MyFilter.
1894 Branch: perl
1895 + t/lib/FilterTest.pm
1896 - t/lib/MyFilter.pm
1897____________________________________________________________________________
1898[ 11842] By: jhi on 2001/09/03 12:17:30
1899 Log: Damian-o-rama: upgrade to Attribute::Handlers 0.75,
1900 Filter::Simple 0.61, NEXT 0.02, Switch 2.05, and
1901 Text::Balanced 1.86.
1902 Branch: perl
1903 + lib/Attribute/Handlers/t/multi.t lib/Filter/Simple/Changes
1904 + lib/Filter/Simple/README lib/Filter/Simple/t/filter.t
1905 + lib/NEXT/Changes lib/NEXT/README lib/Switch/t/given.t
1906 + lib/Switch/t/nested.t lib/Switch/t/switch.t
1907 + lib/Text/Balanced/Changes lib/Text/Balanced/README
1908 + lib/Text/Balanced/t/extbrk.t lib/Text/Balanced/t/extcbk.t
1909 + lib/Text/Balanced/t/extdel.t lib/Text/Balanced/t/extmul.t
1910 + lib/Text/Balanced/t/extqlk.t lib/Text/Balanced/t/exttag.t
1911 + lib/Text/Balanced/t/extvar.t lib/Text/Balanced/t/gentag.t
1912 - lib/Filter/Simple/test.pl lib/Switch/t/given_when.t
1913 - lib/Switch/t/switch_case.t lib/Text/Balanced.pod
1914 - lib/Text/Balanced/t/genxt.t lib/Text/Balanced/t/xbrak.t
1915 - lib/Text/Balanced/t/xcode.t lib/Text/Balanced/t/xdeli.t
1916 - lib/Text/Balanced/t/xmult.t lib/Text/Balanced/t/xquot.t
1917 - lib/Text/Balanced/t/xtagg.t lib/Text/Balanced/t/xvari.t
1918 ! MANIFEST lib/Attribute/Handlers.pm
1919 ! lib/Attribute/Handlers/Changes lib/Attribute/Handlers/README
1920 ! lib/Attribute/Handlers/demo/Demo.pm
1921 ! lib/Attribute/Handlers/demo/Descriptions.pm
1922 ! lib/Attribute/Handlers/demo/MyClass.pm
1923 ! lib/Attribute/Handlers/demo/demo.pl
1924 ! lib/Attribute/Handlers/demo/demo2.pl
1925 ! lib/Attribute/Handlers/demo/demo3.pl
1926 ! lib/Attribute/Handlers/demo/demo4.pl
1927 ! lib/Attribute/Handlers/demo/demo_call.pl
1928 ! lib/Attribute/Handlers/demo/demo_chain.pl
1929 ! lib/Attribute/Handlers/demo/demo_cycle.pl
1930 ! lib/Attribute/Handlers/demo/demo_hashdir.pl
1931 ! lib/Attribute/Handlers/demo/demo_phases.pl
1932 ! lib/Attribute/Handlers/demo/demo_range.pl
1933 ! lib/Attribute/Handlers/demo/demo_rawdata.pl
1934 ! lib/Filter/Simple.pm lib/NEXT.pm lib/NEXT/test.pl
1935 ! lib/Switch.pm lib/Switch/Changes lib/Switch/README
1936 ! lib/Text/Balanced.pm
1937____________________________________________________________________________
1938[ 11841] By: sky on 2001/09/03 11:04:15
1939 Log: Forgot to add a file with Change #11840
1940 Branch: perl
1941 + t/op/srand.t
1942____________________________________________________________________________
1943[ 11840] By: sky on 2001/09/03 11:02:04
1944 Log: Subject: [PATCH t/op/srand.t t/op/rand.t pod/perlfunc.pod MANIFEST] Tests for srand()
1945 From: Michael G Schwern <schwern@pobox.com>
1946 Date: Mon, 3 Sep 2001 07:43:00 -0400
1947 Message-ID: <20010903074300.E9233@blackrider>
1948 Branch: perl
1949 ! MANIFEST pod/perlfunc.pod t/op/rand.t
1950____________________________________________________________________________
1951[ 11839] By: sky on 2001/09/03 10:47:11
1952 Log: Document the changes with regards to running of END blocks.
1953 And DESTROY on global objects are called in perl_destruct()!
1954 Branch: perl
1955 ! pod/perl572delta.pod pod/perlembed.pod
1956____________________________________________________________________________
1957[ 11838] By: sky on 2001/09/03 09:34:44
1958 Log: Subject: [PATCH t/op/time.t] Partial cleanup
1959 From: Michael G Schwern <schwern@pobox.com>
1960 Date: Mon, 3 Sep 2001 06:29:42 -0400
1961 Message-ID: <20010903062942.C9233@blackrider>
1962 Branch: perl
1963 ! t/op/time.t
1964____________________________________________________________________________
1965[ 11837] By: sky on 2001/09/03 09:30:02
1966 Log: Subject: [PATCH t/op/rand.t] Increase the repetitions
1967 From: Michael G Schwern <schwern@pobox.com>
1968 Date: Mon, 3 Sep 2001 06:24:13 -0400
1969 Message-ID: <20010903062413.B9233@blackrider>
1970 Branch: perl
1971 ! t/op/rand.t
1972____________________________________________________________________________
1973[ 11836] By: sky on 2001/09/03 07:56:47
1974 Log: Subject: [PATCH] CGI::Cookie, Apache & Switch tests
1975 From: Michael G Schwern <schwern@pobox.com>
1976 Date: Sun, 2 Sep 2001 21:38:43 -0400
1977 Message-ID: <20010902213843.L2711@blackrider>
1978 Branch: perl
1979 + lib/CGI/t/apache.t lib/CGI/t/cookie.t lib/CGI/t/switch.t
1980 ! MANIFEST
1981____________________________________________________________________________
1982[ 11835] By: nick on 2001/09/03 06:20:06
1983 Log: Integrate mainline
1984 Branch: perlio
1985 +> lib/Shell.t t/op/inccode.t t/run/kill_perl.t
1986 - t/op/misc.t
1987 !> (integrate 187 files)
1988____________________________________________________________________________
1989[ 11834] By: jhi on 2001/09/02 13:07:53
1990 Log: Update Changes.
1991 Branch: perl
1992 ! Changes patchlevel.h
1993____________________________________________________________________________
86876e46
JH
1994[ 11833] By: jhi on 2001/09/02 12:59:05
1995 Log: Slight tweaks.
1996 Branch: perl
1997 ! t/run/kill_perl.t
1998____________________________________________________________________________
1999[ 11832] By: jhi on 2001/09/02 12:41:12
2000 Log: Special casing had become a little bit more complex in Unicode 3.1.1.
2001 Branch: perl
2002 ! lib/Unicode/UCD.pm lib/Unicode/UCD.t
2003____________________________________________________________________________
2004[ 11831] By: sky on 2001/09/02 12:10:42
2005 Log: Change #11828 wasn't complete, this updates to intest path
2006 Branch: perl
2007 ! t/run/kill_perl.t
2008____________________________________________________________________________
2009[ 11830] By: jhi on 2001/09/02 11:56:18
2010 Log: 's's's.
2011 Branch: perl
2012 ! Changes
2013____________________________________________________________________________
2014[ 11829] By: jhi on 2001/09/02 11:54:22
2015 Log: Update Changes.
2016 Branch: perl
2017 ! Changes patchlevel.h
2018____________________________________________________________________________
2019[ 11828] By: sky on 2001/09/02 11:53:56
2020 Log: Subject: [PATCH] rm t/run/segfault.t; mv t/op/misc.t t/run/kill_perl.t
2021 From: Michael G Schwern <schwern@pobox.com>
2022 Date: Sat, 1 Sep 2001 20:18:58 -0400
2023 Message-ID: <20010901201858.X606@blackrider>
2024 +MANIFEST Fix
2025 Branch: perl
2026 + t/run/kill_perl.t
2027 - t/op/misc.t t/run/segfault.t
2028 ! MANIFEST
2029____________________________________________________________________________
40312dc3
JH
2030[ 11827] By: jhi on 2001/09/02 11:46:47
2031 Log: Subject: [PATCH] lib/Time/Local.pm
2032 From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
2033 Date: Sun, 2 Sep 2001 06:50:01 -0500
2034 Message-ID: <20010902065001.A21529@staff1.cso.uiuc.edu>
2035 Branch: perl
2036 ! lib/Time/Local.pm
2037____________________________________________________________________________
2038[ 11826] By: jhi on 2001/09/02 11:40:49
2039 Log: Tick off Unicode collation and the normalization from
2040 the todo list.
2041 Branch: perl
2042 ! pod/perltodo.pod
2043____________________________________________________________________________
2044[ 11825] By: jhi on 2001/09/02 11:16:24
2045 Log: Update to Unicode 3.1.1.
2046 Branch: perl
2047 ! lib/unicore/ArabLink.pl lib/unicore/ArabLnkGrp.pl
2048 ! lib/unicore/ArabShap.txt lib/unicore/CaseFold.txt
2049 ! lib/unicore/EAWidth.txt lib/unicore/PropList.html
2050 ! lib/unicore/PropList.txt lib/unicore/README.perl
2051 ! lib/unicore/ReadMe.txt lib/unicore/SpecCase.txt
2052 ! lib/unicore/rename lib/unicore/version
2053____________________________________________________________________________
2054[ 11824] By: jhi on 2001/09/02 10:32:30
2055 Log: Slight doc tweaks for the module.
2056 Branch: perl
2057 ! lib/Unicode/UCD.pm
2058____________________________________________________________________________
2059[ 11823] By: jhi on 2001/09/02 10:02:20
2060 Log: Rename the variable: it *used* to be (wrongly) that the
2061 code related to PL_reg_sv (so PL_reg_sv_utf8 was logical)
2062 but that is no more the case: PL_reg_match_utf8 is better.
2063 Branch: perl
2064 ! embedvar.h mg.c perlapi.c perlapi.h pp.c pp_hot.c regcomp.c
2065 ! regexec.c sv.c thrdvar.h
2066____________________________________________________________________________
2067[ 11822] By: ams on 2001/09/02 02:54:50
2068 Log: Subject: RE: [PATCH] Add a nextstate into empty blocks
2069 From: Ilmari Karonen <iltzu@sci.fi>
2070 Date: Sun, 19 Aug 2001 19:27:33 +0300 (EET DST)
2071 Message-Id: <Pine.SOL.3.96.1010819163840.8384B-100000@simpukka>
2072 (op/sub_lval.t updated to take new error message into account.)
2073 Branch: perl
2074 ! op.c t/op/sub_lval.t
2075____________________________________________________________________________
2076[ 11821] By: gsar on 2001/09/02 01:06:30
2077 Log: remove stray CRs in files; keep all files with UNIX line-ends
2078 (Porting/makerel adds CRs to the files that need it in the
2079 distribution)
2080 Branch: perl
2081 ! NetWare/t/NWScripts.pl README.dos
2082 ! ext/Encode/Encode/cns11643-1.enc
2083 ! ext/Encode/Encode/cns11643-2.enc ext/SDBM_File/Makefile.PL
2084 ! jpl/JNI/JNI.xs jpl/JNI/Makefile.PL
2085____________________________________________________________________________
2086[ 11820] By: gsar on 2001/09/02 00:56:44
2087 Log: some remnants of change#11803
2088 Branch: perl
2089 ! ext/ByteLoader/byterun.h perl.h
2090____________________________________________________________________________
2091[ 11819] By: jhi on 2001/09/01 23:40:36
2092 Log: Update to Unicode::Collate 0.08.
2093 Branch: perl
2094 ! lib/Unicode/Collate.pm lib/Unicode/Collate/Changes
2095 ! lib/Unicode/Collate/README lib/Unicode/Collate/t/test.t
2096____________________________________________________________________________
2097[ 11818] By: jhi on 2001/09/01 23:02:09
2098 Log: Test tweaks.
2099 Branch: perl
2100 ! t/op/pat.t
2101____________________________________________________________________________
2102[ 11817] By: pudge on 2001/09/01 22:36:29
2103 Log: Fix test
2104 Branch: maint-5.6/macperl
2105 ! t/lib/b.t
2106____________________________________________________________________________
2107[ 11816] By: pudge on 2001/09/01 22:15:09
2108 Log: Misc. patches: fix tests script; add Mac::LowMem; quiet
2109 warnings in Config.pm with -W; increase default and
2110 minimum RAM; bump version number.
2111 Branch: maint-5.6/macperl
2112 + macos/lib/Mac/LowMem.pm
2113 ! macos/MPVersion.r macos/MacPerlTests.cmd macos/Makefile.mk
2114 ! macos/configpm macos/macperl/MacPerl.r
2115____________________________________________________________________________
2116[ 11815] By: pudge on 2001/09/01 22:10:49
2117 Log: Make syntax check report in MPW style, fix tests
2118 to use Mac::err=unix to get normal-style error
2119 messages.
2120 Branch: maint-5.6/macperl
2121 ! perl.c t/lib/b.t t/op/misc.t t/op/runlevel.t t/pod/testp2pt.pl
2122 ! t/pragma/strict.t t/pragma/subs.t t/pragma/warnings.t
2123____________________________________________________________________________
2124[ 11814] By: pudge on 2001/09/01 22:09:08
2125 Log: Make MPW-style errors optional (but the default); add
2126 MacPerl::ErrorFormat() function and Mac::err pragma
2127 Branch: maint-5.6/macperl
2128 + macos/ext/Mac/err/Makefile.PL macos/ext/Mac/err/err.pm
2129 + macos/ext/Mac/err/err.xs
2130 ! macos/ext/Mac/Makefile.mk macos/ext/MacPerl/MacPerl.xs
2131 ! macos/macish.c macos/macish.h macos/macperl.sym
2132____________________________________________________________________________
2133[ 11813] By: pudge on 2001/09/01 22:01:40
2134 Log: More module and test ports from Thomas Wegner et al
2135 Branch: maint-5.6/macperl
2136 ! ext/File/Glob/Glob.pm ext/File/Glob/bsd_glob.c
2137 ! lib/File/DosGlob.pm lib/File/Spec/Mac.pm lib/File/Temp.pm
2138 ! t/lib/dosglob.t t/lib/filespec.t t/lib/ftmp-security.t
2139 ! t/op/magic.t
2140____________________________________________________________________________
2141[ 11812] By: sky on 2001/09/01 17:19:30
2142 Log: Subject: [PATCH t/op/concat.t] cleanup
2143 From: Michael G Schwern <schwern@pobox.com>
2144 Date: Sat, 1 Sep 2001 14:06:28 -0400
2145 Message-ID: <20010901140628.C606@blackrider>
2146 Branch: perl
2147 ! t/op/concat.t
2148____________________________________________________________________________
2149[ 11811] By: sky on 2001/09/01 12:25:29
2150 Log: Change #11805 didn't update the MANIFEST
2151 Branch: perl
2152 ! MANIFEST
2153____________________________________________________________________________
2154[ 11810] By: sky on 2001/09/01 11:52:44
2155 Log: Subject: [PATCH], was t/op/incode.t breaks make minitest
2156 From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
2157 Date: Sat, 1 Sep 2001 14:50:14 +0200
2158 Message-ID: <20010901145014.A691@rafael>
2159 Branch: perl
2160 ! t/op/inccode.t
2161____________________________________________________________________________
2162[ 11809] By: sky on 2001/09/01 11:49:22
2163 Log: Subject: PATCH: ExtUtils::MakeMaker
2164 From: Tony Bowden <tony@kasei.com>
2165 Date: Sat, 1 Sep 2001 10:33:53 +0100
2166 Message-ID: <20010901103353.A13863@soto.kasei.com>
2167 Manually applied
2168 Branch: perl
2169 ! lib/ExtUtils/MakeMaker.pm
2170____________________________________________________________________________
2171[ 11808] By: sky on 2001/09/01 11:39:13
2172 Log: Subject: [ID 20010831.002] Bug in Term::Cap on Solaris ansi terminal using CPAN::Shell
2173 From: mike808@users.sourceforge.net
2174 Date: Sat, 1 Sep 101 11:27:50 GMT
2175 Message-Id: <200108312123.QAA27476@smtp.networkusa.net>
2176 With little tweak
2177 Branch: perl
2178 ! lib/Term/Cap.pm
2179____________________________________________________________________________
2180[ 11807] By: ams on 2001/09/01 11:31:16
2181 Log: Subject: oct() and hex()
2182 From: Nicholas Clark <nick@ccl4.org>
2183 Date: Fri, 31 Aug 2001 23:14:13 +0100
2184 Message-Id: <20010831231413.J4950@plum.flirble.org>
2185 Branch: perl
2186 ! pod/perlclib.pod
2187____________________________________________________________________________
2188[ 11806] By: pudge on 2001/09/01 00:04:52
2189 Log: Integrate change 11801 from maintperl
2190 Branch: maint-5.6/macperl
2191 ! perl.c
2192____________________________________________________________________________
2193[ 11805] By: sky on 2001/08/31 21:35:10
2194 Log: Subject: Re: [ID 20010831.001] SEGV from ($a, b) = (1, 2)
2195 From: Michael G Schwern <schwern@pobox.com>
2196 Date: Fri, 31 Aug 2001 15:36:28 -0400
2197 Message-ID: <20010831153628.B598@blackrider>
2198 Check for things which used to segfault
2199 Branch: perl
2200 + t/run/segfault.t
2201____________________________________________________________________________
2202[ 11804] By: gsar on 2001/08/31 21:02:54
2203 Log: integrate change#11801 from maint-5.6
2204
2205 remove age-old UNICOS "workaround" that introduces a static, and
2206 hence an egregious race condition for threaded builds (*sigh*
2207 beats me why this kludge wasn't guarded by a UNICOS-specific
2208 #define *sigh*)
2209 Branch: perl
2210 ! perl.c
2211____________________________________________________________________________
2212[ 11803] By: gsar on 2001/08/31 20:58:38
2213 Log: remove deprecated PERL_OBJECT cruft, it has long since stopped
2214 working in 5.7.x
2215 Branch: perl
2216 - objXSUB.h
2217 ! EXTERN.h MANIFEST Makefile.SH Makefile.micro NetWare/Makefile
2218 ! NetWare/config_h.PL NetWare/dl_netware.xs NetWare/interface.c
2219 ! NetWare/nw5.c NetWare/nw5sck.c NetWare/nw5thread.c
2220 ! NetWare/nwperlsys.c NetWare/nwperlsys.h Porting/makerel
2221 ! README.win32 XSUB.h bytecode.pl cv.h cygwin/cygwin.c
2222 ! emacs/ptags embed.h embed.pl embedvar.h epoc/epoc.c ext/B/B.xs
2223 ! ext/B/B/C.pm ext/ByteLoader/ByteLoader.xs
2224 ! ext/ByteLoader/bytecode.h ext/ByteLoader/byterun.c
2225 ! ext/DynaLoader/dlutils.c ext/Opcode/Opcode.xs
2226 ! ext/POSIX/POSIX.xs globals.c iperlsys.h lib/ExtUtils/Embed.pm
2227 ! lib/ExtUtils/MM_NW5.pm lib/ExtUtils/MM_Unix.pm
2228 ! lib/ExtUtils/MM_Win32.pm lib/ExtUtils/MakeMaker.pm
2229 ! lib/ExtUtils/xsubpp makedef.pl mg.c op.c perl.c perl.h
2230 ! perlapi.c perlapi.h perlio.c perly.c perly.y perly_c.diff
2231 ! pod/perlguts.pod pp_ctl.c pp_hot.c proto.h regcomp.c regexec.c
2232 ! scope.c sv.c sv.h toke.c universal.c vms/descrip_mms.template
2233 ! vms/perly_c.vms win32/Makefile win32/config_h.PL
2234 ! win32/dl_win32.xs win32/makefile.mk win32/perlhost.h
2235 ! win32/perllib.c win32/win32.c win32/win32.h win32/win32sck.c
2236 ! win32/win32thread.c wince/Makefile.ce wince/config_h.PL
2237 ! wince/dl_win32.xs wince/perllib.c wince/win32.h
2238 ! wince/win32thread.c wince/wince.c wince/wincesck.c xsutils.c
2239____________________________________________________________________________
2240[ 11802] By: ams on 2001/08/31 18:11:32
2241 Log: Subject: [DOC PATCH] Add perl4 warning messages to perldiag.pod
2242 From: "Philip Newton" <Philip.Newton@gmx.net>
2243 Date: Fri, 31 Aug 2001 21:12:56 +0200
2244 Message-Id: <20010831.211000@ID-11583.news.dfncis.de>
2245 Branch: perl
2246 ! pod/perldiag.pod
2247____________________________________________________________________________
2248[ 11801] By: gsar on 2001/08/31 17:49:03
2249 Log: remove age-old UNICOS "workaround" that introduces a static, and
2250 hence an egregious race condition for threaded builds (*sigh*
2251 beats me why this kludge wasn't guarded by a UNICOS-specific
2252 #define *sigh*)
2253 Branch: maint-5.6/perl
2254 ! perl.c
2255____________________________________________________________________________
2256[ 11800] By: sky on 2001/08/31 17:30:26
2257 Log: Fixes bug in change 11717 that bus errored on HP-UX 10.20
2258 Might break on platforms where bool is larger than 8 bites ???
2259 Branch: perl
2260 ! regcomp.c
2261____________________________________________________________________________
2262[ 11799] By: ams on 2001/08/31 12:15:44
2263 Log: Integrate 11778 into mainline.
2264 Branch: perl
2265 ! t/base/term.t
2266____________________________________________________________________________
2267[ 11798] By: sky on 2001/08/31 11:31:44
2268 Log: Change 11797 sneaked in a faulty regcomp.c change which wasn't
2269 supposed to happen.
2270 Branch: perl
2271 ! regcomp.c
2272____________________________________________________________________________
2273[ 11797] By: sky on 2001/08/31 11:28:17
2274 Log: Subject: Re: Problem in ext/Time/HiRest/HiRes.t
2275 From: "John P. Linderman" <jpl@research.att.com>
2276 Date: Fri, 31 Aug 2001 08:20:35 -0400
2277 Message-Id: <200108311220.IAA54125@raptor.research.att.com>
2278 Fixes test 14 which could fail randomly in rare cases.
2279 Branch: perl
2280 ! ext/Time/HiRes/HiRes.t regcomp.c
2281____________________________________________________________________________
2282[ 11796] By: ams on 2001/08/31 01:13:07
2283 Log: Subject: [PATCH] Embaressing typo in Syslog's Makefile.PL
2284 From: Nicholas Clark <nick@ccl4.org>
2285 Date: Thu, 30 Aug 2001 23:21:50 +0100
2286 Message-Id: <20010830232150.D4950@plum.flirble.org>
2287 Branch: perl
2288 ! ext/Sys/Syslog/Makefile.PL
2289____________________________________________________________________________
2290[ 11795] By: ams on 2001/08/30 23:53:23
2291 Log: Subject: [PATCH pod/perlhack.pod] Yet another improvement to the
2292 patching example
2293 From: Michael G Schwern <schwern@pobox.com>
2294 Date: Thu, 30 Aug 2001 17:02:08 -0400
2295 Message-Id: <20010830170208.M2318@blackrider>
2296 Branch: perl
2297 ! pod/perlhack.pod
2298____________________________________________________________________________
2299[ 11794] By: ams on 2001/08/30 19:35:36
2300 Log: Subject: [PATCH] pp_modulo
2301 From: Nicholas Clark <nick@ccl4.org>
2302 Date: Thu, 30 Aug 2001 18:20:54 +0100
2303 Message-Id: <20010830182053.A4950@plum.flirble.org>
2304 Branch: perl
2305 ! pp.c t/op/64bitint.t
2306____________________________________________________________________________
2307[ 11793] By: sky on 2001/08/30 13:02:48
2308 Log: 11792 wasn't complete
2309 Branch: perl
2310 ! makedef.pl regcomp.c
2311____________________________________________________________________________
2312[ 11792] By: sky on 2001/08/30 12:21:11
2313 Log: Added checks for PL_custom* and Perl_custom* functions in makedef.pl
2314 Branch: perl
2315 ! makedef.pl
2316____________________________________________________________________________
2317[ 11791] By: sky on 2001/08/30 10:08:02
2318 Log: Due to braindamaged makedef.pl change 11758 broke makedef.pl
2319 Branch: perl
2320 ! config_h.SH
2321____________________________________________________________________________
2322[ 11790] By: sky on 2001/08/30 08:22:31
2323 Log: Introduces SvREPADTMP(sv) that marks a repad SvIV as a offset
2324 on the pad. Fixes coredumps in cleanups introduced by
2325 Change 11755
2326 Branch: perl
2327 ! op.c perl.c sv.h
2328____________________________________________________________________________
2329[ 11789] By: sky on 2001/08/29 19:01:47
2330 Log: GCC on HP-UX 11 with 64bit support breaks inet_ntoa
2331 This is a replacement implmentation that works on HPUX.
2332 This bug should probably be fixed in GCC.
2333 Branch: perl
2334 ! ext/Socket/Socket.xs
2335____________________________________________________________________________
2336[ 11788] By: ams on 2001/08/29 17:35:33
2337 Log: Subject: [PATCH] pass all tests when compiling with -DNO_PERL_PRESERVE_IVUV
2338 From: Nicholas Clark <nick@ccl4.org>
2339 Date: Wed, 29 Aug 2001 18:21:56 +0100
2340 Message-Id: <20010829182156.O4950@plum.flirble.org>
2341 Branch: perl
2342 ! ext/Devel/Peek/Peek.t sv.c t/op/64bitint.t t/op/numconvert.t
2343____________________________________________________________________________
2344[ 11787] By: sky on 2001/08/29 10:42:54
2345 Log: Added test for pack_addr_in and unpack_addr_in
2346 Nitpik in test 10
2347 Branch: perl
2348 ! ext/Socket/Socket.t
2349____________________________________________________________________________
2350[ 11786] By: sky on 2001/08/29 10:28:14
2351 Log: Added three tests to test inet_ntoa/inet_aton and *packaddr*
2352 Trying to catch errors on HP-UX
2353 Branch: perl
2354 ! ext/Socket/Socket.t
2355____________________________________________________________________________
2356[ 11785] By: sky on 2001/08/29 09:07:03
2357 Log: make sure USE_THREADS is defined so external apps work
2358 Branch: perl
2359 ! config_h.SH
2360____________________________________________________________________________
2361[ 11784] By: sky on 2001/08/29 08:06:12
2362 Log: Subject: Re: The hitlist of untested modules.
2363 From: Jonathan Stowe <gellyfish@gellyfish.com>
2364 Date: Wed, 29 Aug 2001 09:25:49 +0100 (BST)
2365 Message-ID: <Pine.LNX.4.33.0108290923320.29273-100000@orpheus.gellyfish.com>
2366 Start of tests for Shell.pm (make Schwern poorer!)
2367 Branch: perl
2368 + lib/Shell.t
2369 ! MANIFEST
2370____________________________________________________________________________
2371[ 11783] By: sky on 2001/08/29 07:37:50
2372 Log: END{} can change the return value even if we die from BEGIN{}
2373 Branch: perl
2374 ! miniperlmain.c
2375____________________________________________________________________________
2376[ 11782] By: ams on 2001/08/29 06:32:17
2377 Log: Subject: Re: [PATCH] newer tests for the coderef-in-@INC !
2378 From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
2379 Date: Wed, 29 Aug 2001 09:18:17 +0200
2380 Message-Id: <20010829091817.A4453@rafael>
2381 Branch: perl
2382 ! t/op/inccode.t
2383____________________________________________________________________________
2384[ 11781] By: pudge on 2001/08/29 02:28:33
2385 Log: Delete xsubpp.patch, as full copy exists now
2386 Branch: maint-5.6/macperl
2387 - macos/xsubpp.patch
2388____________________________________________________________________________
2389[ 11780] By: pudge on 2001/08/29 02:26:03
2390 Log: Add Changes file
2391 Branch: maint-5.6/macperl
2392 + macos/Changes
2393____________________________________________________________________________
2394[ 11779] By: pudge on 2001/08/29 02:23:11
2395 Log: Add Mac version of xsubpp as separate file
2396 Branch: maint-5.6/macperl
2397 + macos/xsubpp
2398 ! macos/Makefile.mk
2399____________________________________________________________________________
2400[ 11778] By: pudge on 2001/08/29 02:14:57
2401 Log: Fix open of /dev/null for Mac OS
2402 Branch: maint-5.6/macperl
2403 ! t/base/term.t
2404____________________________________________________________________________
2405[ 11777] By: pudge on 2001/08/29 02:12:52
2406 Log: Various patches: enable more tests; skip CVS in PerlInstall;
2407 fix typemap for Mac::Processes; remove comments in MM_MacOS.pm
2408 Branch: maint-5.6/macperl
2409 ! macos/MacPerlTests.cmd macos/PerlInstall
2410 ! macos/ext/Mac/Processes/typemap macos/lib/ExtUtils/MM_MacOS.pm
2411____________________________________________________________________________
2412[ 11776] By: pudge on 2001/08/29 02:11:42
2413 Log: Allow for platforms to override formatting of errors
2414 on output from Matthias Neeracher (Mac files)
2415 Branch: maint-5.6/macperl
2416 ! macos/macish.c macos/macish.h
2417____________________________________________________________________________
2418[ 11775] By: pudge on 2001/08/29 01:59:32
2419 Log: Allow for platforms to override formatting of errors
2420 on output from Matthias Neeracher (core files)
2421 Branch: maint-5.6/macperl
2422 ! perl.h pp_ctl.c util.c
2423____________________________________________________________________________
2424[ 11774] By: pudge on 2001/08/29 01:29:43
2425 Log: Add some param checking, from reports by Kevin Reid.
2426 Branch: maint-5.6/macperl
2427 ! macos/ext/Mac/Controls/Controls.pm
2428 ! macos/ext/Mac/Menus/Menus.pm macos/ext/Mac/Windows/Windows.pm
2429____________________________________________________________________________
2430[ 11773] By: ams on 2001/08/28 23:54:57
2431 Log: Subject: [PATCH] make coretest
2432 From: Paul Johnson <paul@pjcj.net>
2433 Date: Wed, 29 Aug 2001 00:11:38 +0200
2434 Message-Id: <20010829001138.B12169@pjcj.net>
2435 (Applied without the change to perlhack.pod. This should
2436 probably stay undocumented.)
2437 Branch: perl
2438 ! Makefile.SH t/TEST
2439____________________________________________________________________________
2440[ 11772] By: sky on 2001/08/28 13:01:20
2441 Log: Subject: [PATCH t/op/pack.t pod/perlhack.pod] Adding the failure diagnostic
2442 From: Michael G Schwern <schwern@pobox.com>
2443 Date: Tue, 28 Aug 2001 09:57:39 -0400
2444 Message-ID: <20010828095738.E17775@blackrider>
2445 Branch: perl
2446 ! pod/perlhack.pod t/op/pack.t
2447____________________________________________________________________________
2448[ 11771] By: sky on 2001/08/28 11:20:13
2449 Log: Subject: [PATCH] put useful info in %INC for files loaded by a hook in @INC
2450 From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
2451 Date: Tue, 28 Aug 2001 14:23:43 +0200
2452 Message-ID: <20010828142343.A19299@rafael>
2453 Branch: perl
2454 ! pod/perlvar.pod pp_ctl.c
2455____________________________________________________________________________
2456[ 11770] By: ams on 2001/08/28 10:13:21
2457 Log: Subject: [PATCH] odd typo in op.h
2458 From: Nicholas Clark <nick@ccl4.org>
2459 Date: Tue, 28 Aug 2001 12:10:26 +0100
2460 Message-Id: <20010828121026.V4950@plum.flirble.org>
2461 Branch: perl
2462 ! op.h
2463____________________________________________________________________________
2464[ 11769] By: sky on 2001/08/28 08:09:16
2465 Log: Subject: [ID 20010827.008] no-foo options broken in B::Lint
2466 From: Ville "Skyttä" <scop@cs132170.pp.htv.fi>
2467 Date: Tue, 28 Aug 2001 02:22:20 +0300
2468 Message-Id: <200108272322.f7RNMKd02261@cs132170.pp.htv.fi>
2469 Branch: perl
2470 ! ext/B/B/Lint.pm
2471____________________________________________________________________________
2472[ 11768] By: ams on 2001/08/28 00:47:35
2473 Log: Subject: Re: [PATCH pod/perlhack.pod t/op/pack.t] Fixing bad testing advice
2474 From: Michael G Schwern <schwern@pobox.com>
2475 Date: Mon, 27 Aug 2001 21:24:44 -0400
2476 Message-Id: <20010827212444.F12582@blackrider>
2477 Branch: perl
2478 ! pod/perlhack.pod t/op/pack.t
2479____________________________________________________________________________
2480[ 11767] By: ams on 2001/08/27 23:59:48
2481 Log: Subject: [PATCH pod/perlhack.pod t/op/pack.t] Fixing bad testing advice
2482 From: Michael G Schwern <schwern@pobox.com>
2483 Date: Mon, 27 Aug 2001 20:12:29 -0400
2484 Message-Id: <20010827201229.D12582@blackrider>
2485 Branch: perl
2486 ! pod/perlhack.pod t/op/pack.t
2487____________________________________________________________________________
2488[ 11766] By: ams on 2001/08/27 23:39:40
2489 Log: Update Changes.
2490 Branch: perl
2491 ! Changes
2492____________________________________________________________________________
fd8826a1
AMS
2493[ 11765] By: ams on 2001/08/27 22:53:10
2494 Log: Subject: Re: [PATCH] new tests for the coderef-in-@INC
2495 From: Michael G Schwern <schwern@pobox.com>
2496 Date: Mon, 27 Aug 2001 19:47:30 -0400
2497 Message-Id: <20010827194730.C12582@blackrider>
2498 Branch: perl
2499 ! t/op/inccode.t
2500____________________________________________________________________________
2501[ 11764] By: ams on 2001/08/27 22:46:21
2502 Log: Subject: [PATCH] new tests for the coderef-in-@INC
2503 From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
2504 Date: Mon, 27 Aug 2001 22:36:27 +0200
2505 Message-Id: <20010827223627.C690@rafael>
2506
2507 Subject: Re: [PATCH] new tests for the coderef-in-@INC
2508 From: Nicholas Clark <nick@ccl4.org>
2509 Date: Tue, 28 Aug 2001 00:02:46 +0100
2510 Message-Id: <20010828000245.R4950@plum.flirble.org>
2511 Branch: perl
2512 + t/op/inccode.t
2513 ! MANIFEST
2514____________________________________________________________________________
2515[ 11763] By: ams on 2001/08/27 22:41:09
2516 Log: Subject: [PATCH lib/warnings.t] Removing 2>&1 requirement (was Re:
2517 bleadperl on fire, Win95+4NT)
2518 From: Michael G Schwern <schwern@pobox.com>
2519 Date: Mon, 27 Aug 2001 16:54:42 -0400
2520 Message-Id: <20010827165442.F9436@blackrider>
2521 Branch: perl
2522 ! lib/warnings.t
2523____________________________________________________________________________
2524[ 11762] By: sky on 2001/08/27 19:19:17
2525 Log: Changed back Net/Ping.pm change #11759 since WNOHANG wasn't
2526 avaible at compile time. This broke the compilation of
2527 Net/Ping.pm
2528 Branch: perl
2529 ! lib/Net/Ping.pm
2530____________________________________________________________________________
2531[ 11761] By: sky on 2001/08/27 18:34:48
2532 Log: Removed tripple definitions of CUSTOM_OP functions.
2533 Branch: perl
2534 ! embed.h embed.pl global.sym objXSUB.h perlapi.c proto.h
2535____________________________________________________________________________
2536[ 11760] By: sky on 2001/08/27 18:21:27
2537 Log: Regen headers
2538 Branch: perl
2539 ! embed.h embedvar.h objXSUB.h opcode.h opnames.h perlapi.c
2540 ! perlapi.h proto.h
2541____________________________________________________________________________
2542[ 11759] By: ams on 2001/08/27 16:31:53
2543 Log: Subject: [PATCH] pod/perlfunc.pod, lib/Net/Ping.pm, ext/POSIX/POSIX.pod
2544 From: "chromatic" <chromatic@rmci.net>
2545 Date: Mon, 27 Aug 2001 11:17:09 -0600
2546 Message-Id: <20010827172111.89491.qmail@onion.perl.org>
2547 Branch: perl
2548 ! ext/POSIX/POSIX.pod lib/Net/Ping.pm pod/perlfunc.pod
2549____________________________________________________________________________
2550[ 11758] By: sky on 2001/08/27 15:16:42
2551 Log: Changes USE_THREADS to USE_5005THREADS in the entire source.
2552 Thanks to H. Merijn Brand for the patch.
2553 Some of the comments and or guards might be removable in perl.h now.
2554 Branch: perl
2555 ! NetWare/config_H.wc NetWare/nw5thread.c NetWare/nw5thread.h
2556 ! Porting/Glossary Porting/config_H README.threads config_h.SH
2557 ! cop.h cv.h deb.c dosish.h dump.c embed.h embed.pl embedvar.h
2558 ! ext/B/B.xs ext/B/B/C.pm ext/B/B/Deparse.pm
2559 ! ext/B/ramblings/runtime.porting ext/DynaLoader/dl_aix.xs
2560 ! ext/Thread/Thread.xs gv.c intrpvar.h mg.c miniperlmain.c
2561 ! objXSUB.h op.c os2/os2.c os2/os2ish.h perl.c perl.h perlapi.c
2562 ! perlvars.h pod/perlguts.pod pp.c pp.h pp_ctl.c pp_hot.c
2563 ! proto.h regexec.c scope.c sv.c sv.h thrdvar.h thread.h toke.c
2564 ! uconfig.h util.c vms/genconfig.pl vms/vms.c vos/config.alpha.h
2565 ! vos/config.ga.h win32/config_H.bc win32/config_H.gc
2566 ! win32/config_H.vc win32/perllib.c win32/win32.h
2567 ! win32/win32sck.c win32/win32thread.c win32/win32thread.h
2568 ! wince/config.h wince/config_H.ce wince/win32.h
2569 ! wince/win32thread.c wince/win32thread.h wince/wincesck.c
2570____________________________________________________________________________
2571[ 11757] By: sky on 2001/08/27 13:39:16
2572 Log: Subject: GNU ld parses arguments different
2573 From: H.Merijn Brand <h.m.brand@hccnet.nl>
2574 Date: Mon, 27 Aug 2001 16:25:51 +0200
2575 Message-Id: <20010827162254.2EA6.H.M.BRAND@hccnet.nl>
2576 Branch: perl
2577 ! hints/hpux.sh
2578____________________________________________________________________________
2579[ 11756] By: sky on 2001/08/27 13:18:45
2580 Log: Subject: Custom Ops
2581 From: Simon Cozens <simon@netthink.co.uk>
2582 Date: Sat, 25 Aug 2001 17:45:09 +0100
2583 Message-ID: <20010825174509.A5752@netthink.co.uk>
2584 I also added a fix to Opcode.pm to quite test cases.
2585 Branch: perl
2586 ! dump.c embed.pl ext/Opcode/Opcode.pm intrpvar.h op.c op.h
2587 ! opcode.pl pod/perlguts.pod pp_ctl.c pp_sys.c run.c sv.c utf8.c
2588____________________________________________________________________________
2589[ 11755] By: sky on 2001/08/27 05:37:17
2590 Log: Plugs a memory leak on destruction of regular expressions
2591 introcued by #11274.
2592 PL_regex_padav now has an AV as it's first entry with a list
2593 of freed regex_padav slots that it will reuse on creating
2594 new PMOPs.
2595 Branch: perl
2596 ! op.c perl.c
2597____________________________________________________________________________
2598[ 11754] By: ams on 2001/08/26 14:38:52
2599 Log: Subject: [PATCH] t/io/binmode.t
2600 From: Nicholas Clark <nick@ccl4.org>
2601 Date: Sun, 26 Aug 2001 12:03:05 +0100
2602 Message-Id: <20010826120305.C4950@plum.flirble.org>
2603
2604 (Also a nitpick in #11752 to t/op/universal.t)
2605 Branch: perl
2606 ! t/io/binmode.t t/op/universal.t
2607____________________________________________________________________________
2608[ 11753] By: ams on 2001/08/26 08:19:34
2609 Log: Subject: [PATCH] op/universal.t failing
2610 From: Nicholas Clark <nick@ccl4.org>
2611 Date: Sun, 26 Aug 2001 09:48:22 +0100
2612 Message-Id: <20010826094822.B4950@plum.flirble.org>
2613 Branch: perl
2614 ! t/op/universal.t
2615____________________________________________________________________________
2616[ 11752] By: ams on 2001/08/25 22:46:13
2617 Log: Subject: Re: 'can' with undefined subs
2618 From: Tony Bowden <tony@kasei.com>
2619 Date: Sat, 25 Aug 2001 14:58:17 +0100
2620 Message-Id: <20010825145817.A11788@soto.kasei.com>
2621 (Applied with minor modifications.)
2622 Branch: perl
2623 ! t/op/universal.t
2624____________________________________________________________________________
2625[ 11751] By: ams on 2001/08/25 18:28:43
2626 Log: Subject: Re: 'can' with undefined subs
2627 From: Tony Bowden <tony@kasei.com>
2628 Date: Sat, 25 Aug 2001 15:13:14 +0100
2629 Message-Id: <20010825151314.B11788@soto.kasei.com>
2630 Branch: perl
2631 ! lib/UNIVERSAL.pm
2632____________________________________________________________________________
2633[ 11750] By: nick on 2001/08/25 15:24:15
2634 Log: Integrate mainline
2635 Branch: perlio
2636 +> t/io/binmode.t
2637 !> (integrate 26 files)
2638____________________________________________________________________________
2639[ 11749] By: nick on 2001/08/25 14:55:41
2640 Log: Subject: Re: [PATCH] Added wisdom to perlhack.pod
2641 From: John Peacock <jpeacock@rowman.com>
2642 Date: Wed, 22 Aug 2001 12:05:28 -0400
2643 Message-Id: <3B83D848.7FD9C6EF@rowman.com>
2644 Branch: perl
2645 ! pod/perlhack.pod
2646____________________________________________________________________________
2647[ 11748] By: nick on 2001/08/25 14:53:04
2648 Log: Subject: Re: [PATCH] (was Re: PerlIO regerssion tests?)
2649 From: Michael G Schwern <schwern@pobox.com>
2650 Date: Wed, 22 Aug 2001 19:22:45 -0400
2651 Message-Id: <20010822192245.U619@blackrider>
2652 Branch: perl
2653 ! MANIFEST
2654____________________________________________________________________________
2655[ 11747] By: nick on 2001/08/25 14:52:33
2656 Log: Subject: [PATCH] (was Re: PerlIO regerssion tests?)
2657 From: Nicholas Clark <nick@ccl4.org>
2658 Date: Wed, 22 Aug 2001 23:29:06 +0100
2659 Message-Id: <20010822232906.Z82818@plum.flirble.org>
2660 Branch: perl
2661 + t/io/binmode.t
2662 ! perlio.c pod/perlfunc.pod
2663____________________________________________________________________________
2664[ 11744] By: nick on 2001/08/25 14:37:33
2665 Log: Subject: [PATCH bleadperl] quiet down VC++ warnings in a2py.c and walk.c
2666 From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
2667 Date: Fri, 24 Aug 2001 22:10:42 +0200
2668 Message-Id: <1065978076.20010824221042@tesla.rcub.bg.ac.yu>
2669 Branch: perl
2670 ! x2p/a2py.c x2p/walk.c
2671____________________________________________________________________________
2672[ 11743] By: nick on 2001/08/25 14:32:47
2673 Log: Subject: [DOC PATCH] The coderef-in-@INC feature
2674 From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
2675 Date: Fri, 24 Aug 2001 23:34:13 +0200
2676 Message-Id: <20010824233413.A1285@rafael>
2677 Branch: perl
2678 ! pod/perlfunc.pod pod/perlvar.pod
2679____________________________________________________________________________
2680[ 11742] By: ams on 2001/08/25 13:16:02
2681 Log: Subject: [PATCH] Re: The coderef in @INC strikes back
2682 From: Nicholas Clark <nick@ccl4.org>
2683 Date: Sat, 25 Aug 2001 14:50:07 +0100
2684 Message-Id: <20010825145007.L41464@plum.flirble.org>
2685 Branch: perl
2686 ! pp_ctl.c
2687____________________________________________________________________________
2688[ 11741] By: nick on 2001/08/24 07:08:45
2689 Log: When applying patch via Porting/apply fails, do p4 refresh
2690 to get old files back.
2691 Branch: perl
2692 ! Porting/apply
2693____________________________________________________________________________
2694[ 11740] By: ams on 2001/08/24 04:47:24
2695 Log: #11739 was incomplete.
2696 Branch: perl
2697 ! pod/perldiag.pod
2698____________________________________________________________________________
2699[ 11739] By: ams on 2001/08/24 04:09:40
2700 Log: Subject: [DOC patch bleadperl] "misspelled" misspelled
2701 From: "Philip Newton" <Philip.Newton@gmx.net>
2702 Date: Fri, 24 Aug 2001 07:08:34 +0200
2703 Branch: perl
2704 ! pod/perldiag.pod
2705____________________________________________________________________________
2706[ 11738] By: ams on 2001/08/24 02:19:42
2707 Log: Fixed Doug Wilson's email address.
2708 Branch: perl
2709 ! AUTHORS
2710____________________________________________________________________________
2711[ 11737] By: ams on 2001/08/24 00:10:13
2712 Log: Subject: [DOC PATCH] Adding new warning in perldiag.pod
2713 From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
2714 Date: Thu, 23 Aug 2001 22:22:58 +0200
2715 Message-Id: <20010823222258.A901@rafael>
2716 Branch: perl
2717 ! pod/perldiag.pod
2718____________________________________________________________________________
2719[ 11736] By: ams on 2001/08/24 00:05:02
2720 Log: Subject: [PATCH perl@ ] add $Config('scriptdir'} on VMS
2721 From: "Craig A. Berry" <craigberry@mac.com>
2722 Date: Thu, 23 Aug 2001 19:07:45 -0500
2723 Message-Id: <a05101004b7ab4593bb24@[172.16.52.1]>
2724 Branch: perl
2725 ! configure.com
2726____________________________________________________________________________
2727[ 11735] By: sky on 2001/08/23 13:42:07
2728 Log: Backed out 11732, it breaks lib/strict.t
2729 Branch: perl
2730 ! op.c
2731____________________________________________________________________________
2732[ 11734] By: sky on 2001/08/23 11:45:59
2733 Log: Removed toy from 17133 after Matt Sargeants request.
2734 Branch: perl
2735 ! pod/perlfaq4.pod
2736____________________________________________________________________________
2737[ 11733] By: sky on 2001/08/23 11:36:29
2738 Log: Subject: [PATCH perlfaq4] Faster permutation algorithms
2739 From: Robin Houston <robin@kitsite.com>
2740 Date: Wed, 22 Aug 2001 23:06:16 +0100
2741 Message-ID: <20010822230616.A254@robin.kitsite.com>
2742 Branch: perl
2743 ! pod/perlfaq4.pod
2744____________________________________________________________________________
2745[ 11732] By: sky on 2001/08/23 10:36:02
2746 Log: Subject: Re: [ID 20010822.001] Freeing pads after parse error
2747 From: Simon Cozens <simon@netthink.co.uk>
2748 Date: Thu, 23 Aug 2001 12:06:36 +0100
2749 Message-ID: <20010823120636.A9961@netthink.co.uk>
2750 Branch: perl
2751 ! op.c
2752____________________________________________________________________________
2753[ 11731] By: gsar on 2001/08/23 03:58:58
2754 Log: fix broken windows build
2755 Branch: perl
2756 ! perl.h
2757____________________________________________________________________________
2758[ 11730] By: ams on 2001/08/22 21:35:30
2759 Log: Subject: [PATCH] io/tell.t doesn't chdir t
2760 From: Nicholas Clark <nick@ccl4.org>
2761 Date: Wed, 22 Aug 2001 23:25:58 +0100
2762 Message-Id: <20010822232557.Y82818@plum.flirble.org>
2763 Branch: perl
2764 ! t/io/tell.t
2765____________________________________________________________________________
2766[ 11729] By: ams on 2001/08/22 20:32:21
2767 Log: Subject: [PATCH] Documentation in File::Spec (was Re: minor File::Spec
2768 questions)
2769 From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
2770 Date: Wed, 22 Aug 2001 17:09:04 -0400
2771 Message-Id: <20010822170904.A76069@linguist.thayer.dartmouth.edu>
2772 (Oops, forgot File::Spec::Unix in the previous patch.)
2773 Branch: perl
2774 ! lib/File/Spec/Unix.pm
2775____________________________________________________________________________
2776[ 11728] By: ams on 2001/08/22 20:25:41
2777 Log: Subject: [PATCH] Documentation in File::Spec (was Re: minor File::Spec
2778 questions)
2779 From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
2780 Date: Wed, 22 Aug 2001 17:09:04 -0400
2781 Message-Id: <20010822170904.A76069@linguist.thayer.dartmouth.edu>
2782 Branch: perl
2783 ! lib/File/Spec.pm
2784____________________________________________________________________________
2785[ 11727] By: ams on 2001/08/22 19:43:30
2786 Log: Subject: Re: [PATCH 1 of 3] $] is deprecated - eliminate from core tests
2787 From: John Peacock <jpeacock@rowman.com>
2788 Date: Wed, 22 Aug 2001 12:35:52 -0400
2789 Message-Id: <3B83DF68.5D89DC81@rowman.com>
2790 (Adds proper tests for $], notwithstanding Subject. +nitpick)
2791 Branch: perl
2792 ! t/op/ver.t
2793____________________________________________________________________________
2794[ 11726] By: ams on 2001/08/22 19:36:39
2795 Log: Subject: [ID 20010822.007] eval STRING & diagnostics.pm not mixing
2796 From: schwern@ool-18b93024.dyn.optonline.net (Michael G Schwern)
2797 Date: Wed, 22 Aug 2001 16:03:00 -0400 (EDT)
2798 Message-Id: <20010822200300.0D1638253@ool-18b93024.dyn.optonline.net>
2799 Branch: perl
2800 ! lib/diagnostics.pm lib/diagnostics.t
2801____________________________________________________________________________
2802[ 11725] By: ams on 2001/08/22 19:25:01
2803 Log: Subject: [PATCH] 64 bit integer preserving pp_divide
2804 From: Nicholas Clark <nick@ccl4.org>
2805 Date: Wed, 22 Aug 2001 20:59:05 +0100
2806 Message-Id: <20010822205905.U82818@plum.flirble.org>
2807 Branch: perl
2808 ! pp.c t/op/64bitint.t t/op/arith.t
2809____________________________________________________________________________
2810[ 11724] By: ams on 2001/08/22 10:02:33
2811 Log: Subject: Configure blooper
2812 From: H.Merijn Brand <h.m.brand@hccnet.nl>
2813 Date: Wed, 22 Aug 2001 12:38:35 +0200
2814 Message-Id: <20010822123750.A797.H.M.BRAND@hccnet.nl>
2815 Branch: perl
2816 ! Configure
2817____________________________________________________________________________
2818[ 11723] By: ams on 2001/08/21 16:17:53
2819 Log: Subject: [PATCH] installperl -help
2820 From: Nicholas Clark <nick@ccl4.org>
2821 Date: Tue, 21 Aug 2001 17:34:23 +0100
2822 Message-Id: <20010821173423.F82818@plum.flirble.org>
2823 Branch: perl
2824 ! installperl
2825____________________________________________________________________________
2826[ 11722] By: ams on 2001/08/20 07:46:31
2827 Log: Subject: [PATCH perlvar.pod] Rewrite $. entry and switch to -> syntax
2828 From: Ilmari Karonen <iltzu@sci.fi>
2829 Date: Mon, 20 Aug 2001 06:42:01 +0300 (EET DST)
2830 Message-Id: <Pine.SOL.3.96.1010820063126.28048A-100000@simpukka>
2831 Branch: perl
2832 ! pod/perlvar.pod
2833____________________________________________________________________________
2834[ 11721] By: nick on 2001/08/20 06:24:31
2835 Log: Integrate mainline
2836 Branch: perlio
2837 +> Porting/apply lib/Lingua/KO/Hangul/Util.pm
2838 +> lib/Lingua/KO/Hangul/Util/Changes
2839 +> lib/Lingua/KO/Hangul/Util/README
2840 +> lib/Lingua/KO/Hangul/Util/t/test.t lib/Unicode/Collate.pm
2841 +> lib/Unicode/Collate/Changes lib/Unicode/Collate/README
2842 +> lib/Unicode/Collate/keys.txt lib/Unicode/Collate/t/test.t
2843 +> lib/Unicode/Normalize.pm lib/Unicode/Normalize/Changes
2844 +> lib/Unicode/Normalize/README lib/Unicode/Normalize/t/norm.t
2845 +> lib/Unicode/Normalize/t/test.t
2846 - lib/Net/README.config lib/Net/demos/snpp lib/Net/libnet.ppd
2847 !> (integrate 55 files)
2848____________________________________________________________________________
2849[ 11720] By: pudge on 2001/08/19 19:00:16
2850 Log: Integrate Change #11599 from maint-5.6/perl
2851 Branch: maint-5.6/macperl
2852 !> README.win32
2853____________________________________________________________________________
2854[ 11719] By: ams on 2001/08/18 21:21:42
2855 Log: Add Porting/apply to MANIFEST.
2856 Branch: perl
2857 ! MANIFEST
2858____________________________________________________________________________
2859[ 11718] By: sky on 2001/08/18 14:38:01
2860 Log: PL_reentrant_buffer does not exist in 5005threaded perl.
2861 Better solution would be to make 5005threaded perl use
2862 the same system as ithreads do
2863 Branch: perl
2864 ! perl.h
2865____________________________________________________________________________
2866[ 11717] By: jhi on 2001/08/18 14:24:42
2867 Log: New try for ID 20010407.006: detach the semantics
2868 "was the last match target UTF8" into its own variable.
2869 Branch: perl
2870 ! embedvar.h intrpvar.h mg.c perlapi.h pod/perlapi.pod pp.c
2871 ! pp_hot.c regcomp.c regexec.c sv.c t/op/pat.t thrdvar.h
2872____________________________________________________________________________
2873[ 11716] By: jhi on 2001/08/18 12:11:14
2874 Log: UTF8 flag should be meaningful only when POK.
2875 Branch: perl
2876 ! dump.c
2877____________________________________________________________________________
2878[ 11715] By: sky on 2001/08/18 11:45:16
2879 Log: USE_THREADS and USE_ITHREADS are never true at the same time
2880 Branch: perl
2881 ! perl.h
2882____________________________________________________________________________
2883[ 11714] By: jhi on 2001/08/18 06:03:24
2884 Log: Retract #11712 for now. The real fix would probably
2885 be something like making PL_reg_sv a copy (PV + UTF8)
2886 of the matched/substituted string (note: not just a SvPOK
2887 string, for example the stringified form of a ROK would
2888 be applicable) Beware of leaks.
2889 Branch: perl
2890 ! pp_hot.c t/op/pat.t
2891____________________________________________________________________________
2892[ 11713] By: jhi on 2001/08/18 03:22:42
2893 Log: UTF8 wasn't printing for PVMGs.
2894 Branch: perl
2895 ! dump.c
2896____________________________________________________________________________
2897[ 11712] By: jhi on 2001/08/18 03:22:24
2898 Log: (Retracted by #11714)
2899
2900 Okay analysis, debatable fix. (The fix will inc
2901 the refcount of all temporary match objects,
2902 like for example tied(%h) =~ /^.../ from Tie/RefHash.t,
2903 which will then cause griping at untie() time
2904 ("inner references remain").
2905
2906 Fix for ID 20010407.006: PL_reg_sv got wiped out
2907 by freetemps if the match target was a temporary
2908 (like function_call() =~ /.../), which in turn meant
2909 that the $1 et al stopped working if they had UTF-8
2910 in them. Therefore bump up the refcount of PL_reg_sv.
2911 Branch: perl
2912 ! pp_hot.c t/op/pat.t
2913____________________________________________________________________________
2914[ 11711] By: ams on 2001/08/17 20:32:08
2915 Log: Subject: [PATCH] doesn't compile, was perl@11710
2916 From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
2917 Date: Fri, 17 Aug 2001 23:21:10 +0200
2918 Message-Id: <20010817232110.C7041@rafael>
2919 Branch: perl
2920 ! sharedsv.c
2921____________________________________________________________________________
2922[ 11710] By: jhi on 2001/08/17 14:26:57
2923 Log: Update Changes.
2924 Branch: perl
2925 ! Changes patchlevel.h
2926____________________________________________________________________________
2927[ 11709] By: jhi on 2001/08/17 13:47:53
2928 Log: Upgrade to libnet 1.0704.
2929 Branch: perl
2930 - lib/Net/README.config lib/Net/demos/snpp lib/Net/libnet.ppd
2931 ! MANIFEST lib/Net/ChangeLog.libnet lib/Net/Cmd.pm
2932 ! lib/Net/Config.pm lib/Net/Domain.pm lib/Net/FTP.pm
2933 ! lib/Net/FTP/A.pm lib/Net/FTP/I.pm lib/Net/FTP/dataconn.pm
2934 ! lib/Net/NNTP.pm lib/Net/Netrc.pm lib/Net/POP3.pm
2935 ! lib/Net/README.libnet lib/Net/SMTP.pm lib/Net/Time.pm
2936 ! lib/Net/libnetFAQ.pod lib/Net/t/ftp.t
2937____________________________________________________________________________
c040f61f
JH
2938[ 11708] By: sky on 2001/08/17 13:34:04
2939 Log: Let perl_clone copy PL_exit_flags
2940 Branch: perl
2941 ! sv.c
2942____________________________________________________________________________
2943[ 11707] By: sky on 2001/08/17 12:28:41
2944 Log: Protext sharedsv_space better. Extended EDIT and RELEASE macro
2945 Branch: perl
2946 ! sharedsv.c sharedsv.h
2947____________________________________________________________________________
2948[ 11706] By: jhi on 2001/08/17 11:59:28
2949 Log: The metaconfig unit change for #11705.
2950 Branch: metaconfig/U/perl
2951 ! Extensions.U
2952____________________________________________________________________________
2953[ 11705] By: jhi on 2001/08/17 11:58:48
2954 Log: Allow the threads extension to be found if present.
2955 Branch: perl
2956 ! Configure
2957____________________________________________________________________________
2958[ 11704] By: nick on 2001/08/17 11:47:54
2959 Log: Mail -> change script (pre-alpha)
2960 Branch: perl
2961 + Porting/apply
2962____________________________________________________________________________
2963[ 11703] By: sky on 2001/08/17 07:11:24
2964 Log: Fixed macros for localtime_r under USE_REENTRANT_API, also fixed for HP-UX 10.20
2965 Thanks to Tom Hospel for pointing out my error.
2966 Branch: perl
2967 ! op.h
2968____________________________________________________________________________
2969[ 11702] By: sky on 2001/08/17 04:18:11
2970 Log: Adds PERL_EXIT_DESTRUCT_END to PL_exit_flags which if set moves END block running to perl_destruct, changes prototype of perl_destruct to return exitstatus.
2971 Branch: perl
2972 ! embed.pl miniperlmain.c perl.c perl.h proto.h
2973____________________________________________________________________________
2974[ 11701] By: jhi on 2001/08/17 03:22:38
2975 Log: Integrate Lingua::KO::Hangul::Util 0.02, Unicode::Normalize,
2976 and Unicode::Collate 0.07, from SADAHIRO Tomoyuki.
2977 Branch: perl
2978 + lib/Lingua/KO/Hangul/Util.pm lib/Lingua/KO/Hangul/Util/Changes
2979 + lib/Lingua/KO/Hangul/Util/README
2980 + lib/Lingua/KO/Hangul/Util/t/test.t lib/Unicode/Collate.pm
2981 + lib/Unicode/Collate/Changes lib/Unicode/Collate/README
2982 + lib/Unicode/Collate/keys.txt lib/Unicode/Collate/t/test.t
2983 + lib/Unicode/Normalize.pm lib/Unicode/Normalize/Changes
2984 + lib/Unicode/Normalize/README lib/Unicode/Normalize/t/norm.t
2985 + lib/Unicode/Normalize/t/test.t
2986 ! MANIFEST
2987____________________________________________________________________________
2988[ 11700] By: jhi on 2001/08/17 02:58:59
2989 Log: Subject: [PATCH perl@11683] IEEE float tweak for VMS
2990 Date: Thu, 16 Aug 2001 22:46:15 -0500
2991 From: "Craig A. Berry" <craigberry@mac.com>
2992 Message-Id: <5.1.0.14.0.20010816204836.01ab4e58@exchi01>
2993 Branch: perl
2994 ! configure.com numeric.c
2995____________________________________________________________________________
2996[ 11699] By: jhi on 2001/08/17 02:33:00
2997 Log: It seems that Tru64 has "naturally" threadsafe APIs only for
2998 of the usual suspects (like getpwent) but not for others
2999 (like localtime and rand). The _r versions are available
2773a8c9 3000 for all of them, so let's use them.
c040f61f
JH
3001 Branch: perl
3002 ! perl.h
3003____________________________________________________________________________
3004[ 11698] By: jhi on 2001/08/17 01:53:02
3005 Log: (Accidental apply; thankfully empty.)
3006 Branch: perl
3007 ! hints/os390.sh
3008____________________________________________________________________________
3009[ 11697] By: jhi on 2001/08/17 01:50:55
3010 Log: Subject: Re: [ID 20010803.016] Possible regex bug in 5.6.1
3011 From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
3012 Date: Thu, 16 Aug 2001 16:27:49 +0100
3013 Message-Id: <200108161527.f7GFRnH09419@crypt.compulink.co.uk>
3014 Branch: perl
3015 ! regexec.c t/op/re_tests
3016____________________________________________________________________________
3017[ 11696] By: jhi on 2001/08/17 01:50:01
3018 Log: Subject: Re: [ID 20010814.004] pos() doesn't work when using =~m// in list context
3019 From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
3020 Date: Thu, 16 Aug 2001 18:50:01 +0100
3021 Message-Id: <200108161750.f7GHo1l22207@crypt.compulink.co.uk>
3022 Branch: perl
3023 ! pp_hot.c t/op/pat.t
3024____________________________________________________________________________
3025[ 11695] By: jhi on 2001/08/17 01:49:12
3026 Log: Subject: [PATCH] *time_r again
3027 From: "Arthur Bergman" <arthur@contiller.se>
3028 Date: Thu, 16 Aug 2001 16:01:54 +0200
3029 Message-ID: <00ca01c1265c$0175f940$21000a0a@vogw2kdev>
3030 Branch: perl
3031 ! op.h
3032____________________________________________________________________________
3033[ 11694] By: jhi on 2001/08/17 01:47:53
3034 Log: system() and backtick error handling cleanup from Craig A. Berry.
3035 Branch: perl
3036 ! vms/vms.c
3037____________________________________________________________________________
3038[ 11693] By: gsar on 2001/08/17 01:07:21
3039 Log: change#10334 leaks memory, copies string when it doesn't
3040 need to
3041 Branch: perl
3042 ! perl.c
3043____________________________________________________________________________
3044[ 11692] By: jhi on 2001/08/16 12:22:29
3045 Log: One more twist to the sprintf + utf8 testing.
3046 Branch: perl
3047 ! t/op/misc.t
3048____________________________________________________________________________
3049[ 11691] By: jhi on 2001/08/16 11:46:02
3050 Log: Fix for 20010407.008 sprintf removes utf8-ness.
3051 Branch: perl
3052 ! pp.c t/op/misc.t
3053____________________________________________________________________________
3054[ 11690] By: jhi on 2001/08/16 11:31:00
3055 Log: Subject: [PATCH] *time_r fixes
3056 From: "Arthur Bergman" <arthur@contiller.se>
3057 Message-ID: <00b901c1264e$1cbe6970$21000a0a@vogw2kdev>
3058 Date: Thu, 16 Aug 2001 14:22:27 +0200
3059 Branch: perl
3060 ! op.h
3061____________________________________________________________________________
3062[ 11689] By: jhi on 2001/08/16 11:29:30
3063 Log: Upgrade to CGI.pm 2.77.
3064 Branch: perl
3065 ! lib/CGI.pm lib/CGI/Fast.pm lib/CGI/Util.pm lib/CGI/t/form.t
3066 ! lib/CGI/t/function.t
3067____________________________________________________________________________
3068[ 11688] By: jhi on 2001/08/16 01:07:21
3069 Log: Document the bytes-to-Unicode upgrading.
3070 Branch: perl
3071 ! pod/perlunicode.pod
3072____________________________________________________________________________
3073[ 11687] By: jhi on 2001/08/16 00:29:29
3074 Log: Add a test for Unicode sprintf.
3075 Branch: perl
3076 ! t/op/misc.t
3077____________________________________________________________________________
3078[ 11686] By: jhi on 2001/08/16 00:20:40
3079 Log: Add Unicode tests for index/rindex.
3080 Branch: perl
3081 ! t/op/index.t
3082____________________________________________________________________________
3083[ 11685] By: jhi on 2001/08/15 22:51:53
3084 Log: Document a bit the art of minimizing the installation,
3085 based on the p5p discussion.
3086 Branch: perl
3087 ! INSTALL
3088____________________________________________________________________________
3089[ 11684] By: nick on 2001/08/15 15:03:31
3090 Log: Integrate mainline
3091 Branch: perlio
3092 +> sharedsv.c sharedsv.h
3093 !> (integrate 53 files)
3094____________________________________________________________________________
3095[ 11683] By: jhi on 2001/08/15 13:49:07
3096 Log: Update Changes.
3097 Branch: perl
3098 ! Changes patchlevel.h
3099____________________________________________________________________________
e4a70548
JH
3100[ 11682] By: jhi on 2001/08/15 13:26:00
3101 Log: The #11673 necessitated a test tweak.
3102 Branch: perl
3103 ! t/io/utf8.t
3104____________________________________________________________________________
3105[ 11681] By: jhi on 2001/08/15 13:12:50
3106 Log: Also UNICOS is in the general case unable to silently
3107 handle fp overflows.
3108 Branch: perl
3109 ! numeric.c
3110____________________________________________________________________________
3111[ 11680] By: jhi on 2001/08/15 13:05:15
3112 Log: Try to get NV_MIN, NV_MAX, NV_MIN_10_EXP, NV_MAX_10_EXP,
3113 NV_EPSILON #defined.
3114 Branch: perl
3115 ! perl.h
3116____________________________________________________________________________
3117[ 11679] By: jhi on 2001/08/15 12:48:32
3118 Log: Re-establish the fp overflow detection for VAX VMS; there
3119 is no easy way to have the IEEE fp silent overflow semantics.
3120 (in Alpha VMS we still will use IEEE fp by default-- but it
3121 is still possible to configure Perl to use G_FLOAT)
3122 Branch: perl
3123 ! numeric.c
3124____________________________________________________________________________
3125[ 11678] By: jhi on 2001/08/15 12:27:41
3126 Log: Subject: [PATCH] pp_lock
3127 From: "Arthur Bergman" <arthur@contiller.se>
3128 Date: Wed, 15 Aug 2001 11:52:16 +0200
3129 Message-ID: <008401c1256f$f75a91b0$21000a0a@vogw2kdev>
3130 Branch: perl
3131 ! pp.c
3132____________________________________________________________________________
3133[ 11677] By: jhi on 2001/08/15 12:26:44
3134 Log: Subject: Re: [ID 20010809.023] perlre misleads when stating that (?i) should be at front of pattern
3135 From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
3136 Date: Wed, 15 Aug 2001 11:32:11 +0100
3137 Message-Id: <200108151032.f7FAWBI30961@crypt.compulink.co.uk>
3138 Branch: perl
3139 ! regcomp.c t/op/re_tests
3140____________________________________________________________________________
3141[ 11676] By: jhi on 2001/08/15 12:25:29
3142 Log: Subject: Re: [ID 20010811.006] re_eval: logical leaks
3143 From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
3144 Date: Wed, 15 Aug 2001 10:33:49 +0100
3145 Message-Id: <200108150933.f7F9Xnr11222@crypt.compulink.co.uk>
3146 Branch: perl
3147 ! regexec.c t/op/re_tests
3148____________________________________________________________________________
3149[ 11675] By: jhi on 2001/08/15 03:28:20
3150 Log: Subject: Re: bug in File::Spec 0.82 (canonpath)
3151 From: Barrie Slaymaker <barries@slaysys.com>
3152 Date: Tue, 14 Aug 2001 14:32:25 -0400
3153 Message-ID: <20010814143225.A19822@jester.slaysys.com>
3154 Branch: perl
3155 ! lib/File/Spec.t lib/File/Spec/Unix.pm
3156____________________________________________________________________________
3157[ 11674] By: jhi on 2001/08/15 03:25:32
3158 Log: Subject: [PATCH: perl@11626] modify VMS default prefix for installation
3159 From: Peter Prymmer <pvhp@forte.com>
3160 Date: Tue, 14 Aug 2001 13:33:32 -0700 (PDT)
3161 Message-ID: <Pine.OSF.4.10.10108141327590.192110-100000@aspara.forte.com>
3162 Branch: perl
3163 ! README.vms configure.com
3164____________________________________________________________________________
3165[ 11673] By: jhi on 2001/08/15 03:16:14
3166 Log: Subject: [PATCH perl@11660] Warning incorrectly reported without -w
3167 From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
3168 Date: Tue, 14 Aug 2001 21:23:27 +0200
3169 Message-ID: <20010814212327.A1919@rafael>
3170 Branch: perl
3171 ! doio.c
3172____________________________________________________________________________
3173[ 11672] By: jhi on 2001/08/15 03:15:25
3174 Log: Subject: [PATCH bleadperl] fixing SDBM_File problems under win32
3175 From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
3176 Date: Tue, 14 Aug 2001 22:30:11 +0200
3177 Message-ID: <4224685483.20010814223011@tesla.rcub.bg.ac.yu>
3178
3179 Combination of nmake, quoting, and Perl expanded $( in here-doc.
3180 Branch: perl
3181 ! ext/SDBM_File/Makefile.PL
3182____________________________________________________________________________
3183[ 11671] By: jhi on 2001/08/14 13:44:40
3184 Log: Todo updates.
3185 Branch: perl
3186 ! pod/perltodo.pod
3187____________________________________________________________________________
3188[ 11670] By: jhi on 2001/08/14 13:10:36
3189 Log: Subject: [PATCH bleadperl CORE] removing sv.c warnings on VC++5.0
3190 From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
3191 Date: Mon, 13 Aug 2001 23:15:01 +0200
3192 Message-ID: <6114148607.20010813231501@tesla.rcub.bg.ac.yu>
3193 Branch: perl
3194 ! sv.c
3195____________________________________________________________________________
3196[ 11669] By: jhi on 2001/08/14 13:07:09
3197 Log: Subject: [PATCH] [b-]showlex.t
3198 From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
3199 Date: Sun, 12 Aug 2001 22:24:51 +0200
3200 Message-ID: <6510457078.20010812222451@tesla.rcub.bg.ac.yu>
3201
3202 The 4nt command shell will expand the % in command line
3203 no matter what quoting is attempted, changed the % to @.
3204 Branch: perl
3205 ! ext/B/Showlex.t
3206____________________________________________________________________________
3207[ 11668] By: jhi on 2001/08/14 13:01:02
3208 Log: Subject: [PATCH] magic.t
3209 From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
3210 Date: Sun, 12 Aug 2001 20:49:27 +0200
3211 Message-ID: <844732764.20010812204927@tesla.rcub.bg.ac.yu>
3212 Branch: perl
3213 ! t/op/magic.t
3214____________________________________________________________________________
3215[ 11667] By: jhi on 2001/08/14 12:35:17
3216 Log: Add sharedsv* to the DOSish platforms; plus add
3217 some WinCE files to the list of DOSish files.
3218 Branch: perl
3219 ! NetWare/Makefile Porting/makerel win32/Makefile
3220 ! win32/makefile.mk wince/Makefile.ce
3221____________________________________________________________________________
3222[ 11666] By: jhi on 2001/08/14 12:29:57
3223 Log: More DOSish files.
3224 Branch: perl
3225 ! Porting/makerel
3226____________________________________________________________________________
3227[ 11665] By: jhi on 2001/08/14 12:27:58
3228 Log: Strip CRs from the WinCE files. Now we need to
3229 figure out in which CRs are really needed: probably
3230 Makefile.ce and the README files, at least, probably
3231 also the registry.bat.
3232 Branch: perl
3233 ! wince/Makefile.ce wince/README.compile wince/README.perlce
3234 ! wince/config.h wince/include/cectype.h wince/include/errno.h
3235 ! wince/include/sys/stat.h wince/include/sys/types.h
3236 ! wince/include/sys/utime.h wince/include/time.h wince/perl.rc
3237 ! wince/perldll.def wince/registry.bat wince/wince.h
3238 ! wince/xbuildall.ksh wince/xdistclean.ksh wince/xmakediffs.ksh
3239____________________________________________________________________________
3240[ 11664] By: jhi on 2001/08/14 12:05:09
3241 Log: Add some files to DOSish and writables.
3242 Branch: perl
3243 ! Porting/makerel
3244____________________________________________________________________________
3245[ 11663] By: jhi on 2001/08/14 03:08:07
3246 Log: Compile failure message tidying.
3247 Branch: perl
3248 ! t/lib/1_compile.t
3249____________________________________________________________________________
3250[ 11662] By: jhi on 2001/08/14 01:41:22
3251 Log: The new sharedsv* should be exported only if usethreads.
3252 Branch: perl
3253 ! makedef.pl
3254____________________________________________________________________________
3255[ 11661] By: jhi on 2001/08/14 00:25:30
3256 Log: Subject: [PATCH: perl@11626] URL updates for README.os390
3257 From: Peter Prymmer <pvhp@forte.com>
3258 Date: Mon, 13 Aug 2001 15:21:06 -0700 (PDT)
3259 Message-ID: <Pine.OSF.4.10.10108131517570.151295-100000@aspara.forte.com>
3260 Branch: perl
3261 ! README.os390
3262____________________________________________________________________________
3263[ 11660] By: jhi on 2001/08/13 12:54:54
3264 Log: Update Changes.
3265 Branch: perl
3266 ! Changes patchlevel.h
3267____________________________________________________________________________
b86be378
JH
3268[ 11659] By: jhi on 2001/08/13 12:45:21
3269 Log: Subject: [PATHC] sharedsv.[c|h]
3270 From: "Artur Bergman" <artur@contiller.se>
3271 Date: Mon, 13 Aug 2001 14:38:41 +0200
3272 Message-ID: <005401c123f4$e1f53360$21000a0a@vogw2kdev>
3273
3274 Subject: [PATCH] embed.pl
3275 From: Arthur Bergman <arthur@contiller.se>
3276 Date: Mon, 13 Aug 2001 14:38:14 +0200
3277 Message-ID: <B79D96D6.3088%arthur@contiller.se>
3278
3279 Subject: [PATCH] sharedsv cleanups
3280 From: "Arthur Bergman" <arthur@contiller.se>
3281 Date: Mon, 13 Aug 2001 15:14:25 +0200
3282 Message-ID: <005a01c123f9$dfe525d0$21000a0a@vogw2kdev>
3283
3284 Plus few tweaks: _init needs to be Adp, the prototypes
3285 should not be revealed unless using ithreads, #endif FOO
3286 must be #endif /* FOO */, adding (parentheses) around
3287 do { } while doesn't work too well.
3288 Branch: perl
3289 + sharedsv.c sharedsv.h
3290 ! MANIFEST Makefile.SH embed.h embed.pl global.sym objXSUB.h
3291 ! perl.h perlapi.c pod/perlapi.pod proto.h
3292____________________________________________________________________________
3293[ 11658] By: jhi on 2001/08/13 12:00:08
3294 Log: Subject: Re: END {} blocks run in perl_run
3295 From: Arthur Bergman <arthur@contiller.se>
3296 Date: Mon, 13 Aug 2001 11:11:30 +0200
3297 Message-ID: <B79D6661.3068%arthur@contiller.se>
3298 Branch: perl
3299 ! perl.c
3300____________________________________________________________________________
3301[ 11657] By: nick on 2001/08/13 09:03:02
3302 Log: Integrate mainline
3303 Branch: perlio
3304 +> (branch 326 files)
3305 - (delete 330 files)
3306 !> (integrate 85 files)
3307____________________________________________________________________________
3308[ 11656] By: jhi on 2001/08/12 23:24:18
3309 Log: If you want you can now add -DUSE_UTF8_SCRIPTS to your cflags
3310 and the Perl will be built to do that by default (adding that
3311 will break scripts having non-UTF-8 binary data, such as Latin-1.)
3312 Branch: perl
3313 ! op.c toke.c utf8.h
3314____________________________________________________________________________
3315[ 11655] By: jhi on 2001/08/12 23:05:14
3316 Log: Unnecessary downgrades.
3317 Branch: perl
3318 ! doop.c
3319____________________________________________________________________________
3320[ 11654] By: jhi on 2001/08/12 22:56:47
3321 Log: Failure not true anymore (probably caused by my broken setup).
3322 Branch: perl
3323 ! t/op/pat.t
3324____________________________________________________________________________
3325[ 11653] By: jhi on 2001/08/12 22:46:12
3326 Log: Not quite so relicy as thought in #11651 (op/concat #4 and #5
3327 stopped working).
3328 Branch: perl
3329 ! op.h pp_ctl.c regcomp.c
3330____________________________________________________________________________
3331[ 11652] By: jhi on 2001/08/12 22:30:04
3332 Log: There is no IN_UTF8.
3333 Branch: perl
3334 ! utf8.h
3335____________________________________________________________________________
3336[ 11651] By: jhi on 2001/08/12 21:08:06
3337 Log: More (less) regex/utf8 relics. (Toned down later in #11653.)
3338 Branch: perl
3339 ! op.c op.h pp_ctl.c regcomp.c
3340____________________________________________________________________________
3341[ 11650] By: jhi on 2001/08/12 20:17:32
3342 Log: Relic in op.c (no regex feature should depend on the utf8 pragma),
3343 and a test tweak.
3344 Branch: perl
3345 ! op.c t/pod/find.t
3346____________________________________________________________________________
3347[ 11649] By: jhi on 2001/08/12 18:45:52
3348 Log: Todo updates and fixes.
3349 Branch: perl
3350 ! pod/perltodo.pod
3351____________________________________________________________________________
3352[ 11648] By: jhi on 2001/08/12 18:43:50
3353 Log: Mark tests (and one module) having explicit Latin-1
3354 (and one file having explicit UTF-8) with an explicit
3355 'no utf8' (and one explicit 'use utf8').
3356
3357 NOTE: t/op/pat.t #64 fails mysteriously under 'use utf8'.
3358 Branch: perl
3359 ! lib/CGI/t/html.t lib/Locale/Codes/t/languages.t
3360 ! lib/Locale/Language.pm lib/charnames.t lib/locale.t
3361 ! t/lib/locale/latin1 t/lib/locale/utf8 t/op/pat.t
3362____________________________________________________________________________
3363[ 11647] By: jhi on 2001/08/12 17:10:22
3364 Log: Subject: SV: END {} blocks run in perl_run
3365 From: "Arthur Bergman" <arthur@contiller.se>
3366 Date: Sun, 12 Aug 2001 00:34:28 +0200
3367 Message-ID: <03fd01c122b5$c803c600$052aa8c0@foo>
3368 Branch: perl
3369 ! miniperlmain.c perl.c
3370____________________________________________________________________________
3371[ 11646] By: jhi on 2001/08/12 16:59:00
3372 Log: Typos in #11645.
3373 Branch: perl
3374 ! perl.h
3375____________________________________________________________________________
3376[ 11645] By: jhi on 2001/08/12 16:55:31
3377 Log: On ithreads default to use_reentrant except on naturally
3378 threadsafe platforms.
3379 Branch: perl
3380 ! perl.h
3381____________________________________________________________________________
3382[ 11644] By: jhi on 2001/08/12 15:45:43
3383 Log: (Hopefully) a fix for 20010723.004: make install needs
3384 write permission in build directory. The problem was
3385 probably caused by overeager sprinkling of the lib/re.pm
3386 dependencies (which was done to guarantee lib/re.pm being
3387 uptodate for parallel makes: now solved by funneling that
3388 through an explicit recursive make in the preplibrary target).
3389 Branch: perl
3390 ! Makefile.SH
3391____________________________________________________________________________
3392[ 11643] By: jhi on 2001/08/12 14:16:44
3393 Log: Dispell the "use utf8" superstition.
3394 Branch: perl
3395 ! lib/utf8.pm pod/perlfunc.pod pod/perlretut.pod pod/perltoc.pod
3396 ! pod/perlunicode.pod
3397____________________________________________________________________________
3398[ 11642] By: jhi on 2001/08/12 13:56:42
3399 Log: Subject: Re: [ID 20010730.010] FETCH called twice with -T
3400 From: "Abigail" <abigail@foad.org>
3401 Date: Sat, 11 Aug 2001 23:49:49 +0200
3402 Message-ID: <20010811214950.23255.qmail@foad.org>
3403 Branch: perl
3404 ! t/op/taint.t
3405____________________________________________________________________________
3406[ 11641] By: jhi on 2001/08/12 13:56:18
3407 Log: Subject: Re: [ID 20010730.010] FETCH called twice with -T
3408 From: Abhijit Menon-Sen <ams@wiw.org>
3409 Date: Sat, 11 Aug 2001 06:18:19 +0530
3410 Message-ID: <20010811061819.P526@lustre.dyn.wiw.org>
3411 Branch: perl
3412 ! mg.c
3413____________________________________________________________________________
3414[ 11640] By: jhi on 2001/08/12 13:45:58
3415 Log: Test for change #11639.
3416 Branch: perl
3417 ! t/op/tiehandle.t
3418____________________________________________________________________________
3419[ 11639] By: jhi on 2001/08/12 13:42:03
3420 Log: Subject: Re: Can't localize *FH, then tie it
3421 From: Abhijit Menon-Sen <ams@wiw.org>
3422 Date: Sun, 12 Aug 2001 16:08:06 +0530
3423 Message-ID: <20010812160806.A28712@lustre.dyn.wiw.org>
3424 Branch: perl
3425 ! pp_hot.c pp_sys.c
3426____________________________________________________________________________
3427[ 11638] By: jhi on 2001/08/12 03:30:07
3428 Log: Drop all the unnecessary "use utf8" clauses and some of
3429 the unnecessary "use bytes" ones.
3430
3431 TODO: scour the documentation for unnecessary "use utf8"
3432 and prominently display it in perldelta when the time comes.
3433 ("use utf8" should be necessary ONLY if one wants the script
3434 to be in UTF-8.) Also should be checked in some non-ASCII
3435 non-Latin-1 platform, like EBCDIC.
3436 Branch: perl
3437 ! t/comp/require.t t/io/utf8.t t/op/concat.t t/op/each.t
3438 ! t/op/pat.t t/op/regmesg.t t/op/sprintf.t t/op/tr.t
3439____________________________________________________________________________
3440[ 11637] By: jhi on 2001/08/11 17:55:36
3441 Log: Add t/op/lc.t to see if lc, uc, lcfirst, ucfirst, quotemeta work.
3442 Smoked out bugs (well, the same bug twice) from ucfirst and lcfirst
3443 in Unicode handling.
3444 Branch: perl
3445 + t/op/lc.t
3446 ! MANIFEST pp.c t/op/misc.t t/op/readdir.t
3447____________________________________________________________________________
3448[ 11636] By: jhi on 2001/08/11 17:14:06
3449 Log: Thinko: we want the flags for native cc, not gcc.
3450 Branch: perl
3451 ! hints/dec_osf.sh
3452____________________________________________________________________________
3453[ 11635] By: jhi on 2001/08/11 15:14:48
3454 Log: Subject: [PATCH] Re: [ID 20010809.028] x operator not copying elements in 'for' list?
3455 From: Robin Houston <robin@kitsite.com>
3456 Date: Fri, 10 Aug 2001 14:42:02 +0100
3457 Message-ID: <20010810144202.A32754@puffinry.freeserve.co.uk>
3458 Branch: perl
3459 ! pp.c
3460____________________________________________________________________________
3461[ 11634] By: jhi on 2001/08/11 14:59:22
3462 Log: Subject: [PATCH] turn $a.=<F> into an RCATLINE
3463 From: Abhijit Menon-Sen <ams@wiw.org>
3464 Date: Sat, 11 Aug 2001 16:31:04 +0530
3465 Message-ID: <20010811163104.Q526@lustre.dyn.wiw.org>
3466 Branch: perl
3467 ! op.c
3468____________________________________________________________________________
3469[ 11633] By: jhi on 2001/08/11 14:58:07
3470 Log: Get rid of indread, from Abhijit Menon-Sen.
3471 Branch: perl
3472 ! pp_sys.c
3473____________________________________________________________________________
3474[ 11632] By: jhi on 2001/08/10 23:39:04
3475 Log: CRLFgngngn.
3476 Branch: perl
3477 ! win32/Makefile win32/makefile.mk
3478____________________________________________________________________________
3479[ 11631] By: jhi on 2001/08/10 23:37:43
3480 Log: Decommission Time::Piece; unnecessary Yet Another Time-Date Module.
3481 Branch: perl
3482 - ext/Time/Piece/Makefile.PL ext/Time/Piece/Piece.pm
3483 - ext/Time/Piece/Piece.t ext/Time/Piece/Piece.xs
3484 - ext/Time/Piece/README ext/Time/Piece/Seconds.pm
3485 ! MANIFEST Porting/config.sh djgpp/config.over epoc/config.sh
3486 ! ext/POSIX/POSIX.pod hints/vmesa.sh pod/perlfaq4.pod
3487 ! pod/perllocale.pod pod/perltoc.pod t/lib/1_compile.t
3488 ! win32/Makefile win32/makefile.mk
3489____________________________________________________________________________
3490[ 11630] By: jhi on 2001/08/10 13:53:15
3491 Log: Avoid #elif (less portable than #else #if).
3492 Branch: perl
3493 ! handy.h
3494____________________________________________________________________________
3495[ 11629] By: jhi on 2001/08/10 13:49:53
3496 Log: Subject: patch for perlvar.pod
3497 From: mah@everybody.org (Mark A. Hershberger)
3498 Date: 08 Aug 2001 17:03:16 -0500
3499 Message-ID: <87g0b2w6or.fsf@mah.mcdermott.com>
3500 Branch: perl
3501 ! pod/perlvar.pod
3502____________________________________________________________________________
3503[ 11628] By: jhi on 2001/08/10 13:45:48
3504 Log: cpp commands must start (the # must be) at the column #0.
3505 Branch: perl
3506 ! op.c
3507____________________________________________________________________________
3508[ 11627] By: jhi on 2001/08/10 13:41:07
3509 Log: If using gcc -B/foo/bar makedepend would give
3510 unnecessary warnings about unused -B/foo/bar.
3511 Branch: perl
3512 ! makedepend.SH
3513____________________________________________________________________________
3514[ 11626] By: jhi on 2001/08/09 14:56:29
3515 Log: Update Changes.
3516 Branch: perl
3517 ! Changes patchlevel.h
3518____________________________________________________________________________
e8b5448c
JH
3519[ 11625] By: jhi on 2001/08/09 14:54:05
3520 Log: s/z/tz/
3521 Branch: perl
3522 ! pod/perlfaq2.pod
3523____________________________________________________________________________
3524[ 11624] By: jhi on 2001/08/09 14:52:52
3525 Log: Article nit.
3526 Branch: perl
3527 ! pod/perlfaq2.pod
3528____________________________________________________________________________
3529[ 11623] By: jhi on 2001/08/09 14:49:00
3530 Log: Rename lib/unicode files to lib/unicore to avoid
3531 conflicts between core lib/unicode and Unicode::
3532 files in case-ignoring filesystems.
3533 Branch: perl
3534 + (add 325 files)
3535 - (delete 324 files)
3536 ! MANIFEST lib/charnames.pm lib/utf8_heavy.pl pod/perlretut.pod
3537____________________________________________________________________________
3538[ 11622] By: jhi on 2001/08/09 13:33:47
3539 Log: Upgrade to Math::BigInt 1.41.
3540 Branch: perl
3541 ! lib/Math/BigInt.pm lib/Math/BigInt/t/bigintpm.t
3542____________________________________________________________________________
3543[ 11621] By: jhi on 2001/08/09 13:31:20
3544 Log: Subject: [PATCH] remove PL_na from typemap
3545 From: James <james@rf.net>
3546 Date: Mon, 06 Aug 2001 20:23:15 -0700
3547 Message-ID: <3B6F5F23.A31A81B1@rf.net>
3548
3549 (had to be manually applied)
3550 Branch: perl
3551 ! lib/ExtUtils/typemap
3552____________________________________________________________________________
3553[ 11620] By: jhi on 2001/08/09 13:27:11
3554 Log: The metaconfig unit changes for #11618.
3555 Branch: metaconfig/U/perl
3556 + d_fpclassl.U i_fp.U
3557____________________________________________________________________________
3558[ 11619] By: jhi on 2001/08/09 13:25:21
3559 Log: Forgot this from #11618.
3560
3561 NOTE: wince/config_H.ce needs updating.
3562 Branch: perl
3563 ! wince/config.ce
3564____________________________________________________________________________
3565[ 11618] By: jhi on 2001/08/09 13:21:51
3566 Log: Introduce more floating point classifying APIs;
3567 try to define (most importantly) Perl_is{inf,nan}(x).
3568
3569 For this first cut, assume none such APIs exist in non-UNIXoid
3570 platforms-- this is of course too unkind: Win32 rumoredly has
3571 _fpclass() and _isnan(), and VMS/VOS very probably have some
3572 of the APIs available. The only thing Perl uses at the moment
3573 is Perl_isnan() (has been in use for a while now).
3574
3575 NOTE: the Win32 and NetWare config_h.?c need regenerating.
3576 Branch: perl
3577 ! Configure NetWare/config.wc Porting/Glossary Porting/config.sh
3578 ! Porting/config_H config_h.SH configure.com epoc/config.sh
3579 ! hints/hpux.sh perl.h pod/perltoc.pod uconfig.h uconfig.sh
3580 ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
3581 ! vos/config.ga.h win32/config.bc win32/config.gc
3582 ! win32/config.vc win32/config_H.bc win32/config_H.gc
3583 ! win32/config_H.vc wince/config.ce wince/config.h
3584____________________________________________________________________________
3585[ 11617] By: jhi on 2001/08/09 11:08:51
3586 Log: Integrate change #11519 from perlio:
3587
3588 Avoid testing for (non-)existance of "encoding(xxxx)"
3589 layer is called "encoding" the (xxxx) is an argument.
3590 Branch: perl
3591 !> lib/open.pm
3592____________________________________________________________________________
3593[ 11616] By: nick on 2001/08/09 07:50:24
3594 Log: Integrate mainline
3595 Branch: perlio
3596 +> ext/PerlIO/t/via.t lib/Getopt/Long/CHANGES
3597 +> lib/Getopt/Long/README lib/Getopt/Long/t/gol-basic.t
3598 +> lib/Getopt/Long/t/gol-compat.t lib/Getopt/Long/t/gol-linkage.t
3599 +> lib/Getopt/Long/t/gol-oo.t utils/perlivp.PL
3600 - lib/Getopt/Long/t/basic.t lib/Getopt/Long/t/compat.t
3601 - lib/Getopt/Long/t/linkage.t lib/Getopt/Long/t/oo.t
3602 !> (integrate 79 files)
3603____________________________________________________________________________
3604[ 11615] By: nick on 2001/08/09 06:23:44
3605 Log: Avoid testing for (non-)existance of "encoding(xxxx)"
3606 layer is called "encoding" the (xxxx) is an argument.
3607 Branch: perlio
3608 ! lib/open.pm
3609____________________________________________________________________________
3610[ 11614] By: jhi on 2001/08/08 21:50:19
3611 Log: Subject: [PATCH bleadperl] Teach B::Concise about PADOP
3612 From: Paul Johnson <paul@pjcj.net>
3613 Date: Wed, 8 Aug 2001 23:54:17 +0200
3614 Message-ID: <20010808235417.O1006@pjcj.net>
3615 Branch: perl
3616 ! ext/B/B/Concise.pm
3617____________________________________________________________________________
3618[ 11613] By: jhi on 2001/08/08 13:22:13
3619 Log: Make VMS use IEEE math by default; reorder Tru64 hints
3620 so that -fprm d -ieee (the -ieee gives as e.g. IEEE 754
3621 exception semantics) is always set if using (the new) cc.
3622 Branch: perl
3623 ! configure.com hints/dec_osf.sh
3624____________________________________________________________________________
3625[ 11612] By: jhi on 2001/08/08 12:14:56
3626 Log: Subject: Re: [ID 20010806.008] tied hashes, invocation of FIRSTKEY
3627 From: Abhijit Menon-Sen <ams@wiw.org>
3628 Date: Tue, 7 Aug 2001 17:16:05 +0530
3629 Message-ID: <20010807171605.K526@lustre.dyn.wiw.org>
3630 Branch: perl
3631 ! pp_sys.c
3632____________________________________________________________________________
3633[ 11611] By: jhi on 2001/08/08 02:28:58
3634 Log: Subject: [PATCH perl@11597] fix t/run/exit.t for VMS
3635 From: "Craig A. Berry" <craigberry@mac.com>
3636 Date: Tue, 07 Aug 2001 22:27:47 -0500
3637 Message-Id: <5.1.0.14.0.20010806105326.02d22298@exchi01>
3638 Branch: perl
3639 ! t/run/exit.t
3640____________________________________________________________________________
3641[ 11610] By: jhi on 2001/08/08 00:12:00
3642 Log: Subject: [PATCH bleadperl] better VMS docs for $?, exit(), and system()
3643 From: "Craig A. Berry" <craigberry@mac.com>
3644 Date: Tue, 07 Aug 2001 20:01:53 -0500
3645 Message-Id: <5.1.0.14.0.20010807155648.01ba3c98@exchi01>
3646 Branch: perl
3647 ! pod/perlport.pod pod/perlvar.pod vms/perlvms.pod
3648____________________________________________________________________________
3649[ 11609] By: jhi on 2001/08/07 23:49:09
3650 Log: Update the magazine information.
3651 Branch: perl
3652 ! pod/perlfaq2.pod
3653____________________________________________________________________________
3654[ 11608] By: jhi on 2001/08/07 23:35:27
3655 Log: Ignore SIGFPE everywhere.
3656 Branch: perl
3657 ! hints/os390.sh hints/posix-bc.sh hints/uts.sh numeric.c perl.h
3658____________________________________________________________________________
3659[ 11607] By: jhi on 2001/08/07 23:07:04
3660 Log: With permission, change the licensing of the docs by
3661 TomC (and Gnat) to comply with the rest of Perl.
3662 Branch: perl
3663 ! pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq2.pod
3664 ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod
3665 ! pod/perlfaq6.pod pod/perlfaq7.pod pod/perlfaq8.pod
3666 ! pod/perlfaq9.pod pod/perlopentut.pod pod/perltoot.pod
3667 ! pod/perltootc.pod
3668____________________________________________________________________________
3669[ 11606] By: jhi on 2001/08/07 22:50:04
3670 Log: Subject: [PATCH 5.6.x, 5.7.2] hints/openbsd.sh tweaks.
3671 From: Andy Dougherty <doughera@lafayette.edu>
3672 Date: Tue, 7 Aug 2001 15:49:33 -0400 (EDT)
3673 Message-ID: <Pine.SOL.4.10.10108071544040.2431-100000@maxwell.phys.lafayette.edu>
3674 Branch: perl
3675 ! hints/openbsd.sh
3676____________________________________________________________________________
3677[ 11605] By: jhi on 2001/08/07 22:49:18
3678 Log: Subject: [PATCH] Makefile.SH test_prep dependency
3679 From: Andy Dougherty <doughera@lafayette.edu>
3680 Date: Tue, 7 Aug 2001 15:44:01 -0400 (EDT)
3681 Message-ID: <Pine.SOL.4.10.10108071540190.2431-100000@maxwell.phys.lafayette.edu>
3682 Branch: perl
3683 ! Makefile.SH
3684____________________________________________________________________________
3685[ 11604] By: jhi on 2001/08/07 22:44:35
3686 Log: Don't autogenerate the headers et alia,
3687 make regen_headers explicitly.
3688 Branch: perl
3689 ! Makefile.SH
3690____________________________________________________________________________
3691[ 11603] By: jhi on 2001/08/07 22:33:48
3692 Log: Subject: Re: [ID 20010807.011] 5.6.1 coredumping on bleedperl embed.pl
3693 From: Gurusamy Sarathy <gsar@ActiveState.com>
3694 Date: Tue, 07 Aug 2001 08:33:26 -0700
3695 Message-Id: <200108071533.f77FXQf01168@smtp3.ActiveState.com>
3696
3697 Unnecessary dependency.
3698 Branch: perl
3699 ! embed.pl
3700____________________________________________________________________________
3701[ 11602] By: jhi on 2001/08/07 13:52:41
3702 Log: Subject: Re: [ID 20010806.006] Can't read coderef from tied variable
3703 From: Abhijit Menon-Sen <ams@wiw.org>
3704 Date: Tue, 7 Aug 2001 09:10:54 +0530
3705 Message-ID: <20010807091054.H526@lustre.dyn.wiw.org>
3706 Branch: perl
3707 ! pp_hot.c
3708____________________________________________________________________________
3709[ 11601] By: jhi on 2001/08/07 13:46:33
3710 Log: Subject: [PATCH perl@11597] B && BEGIN handling
3711 From: "James A. Duncan" <jduncan@fotango.com>
3712 Date: Mon, 6 Aug 2001 17:29:11 +0100
3713 Message-ID: <20010806172911.A2071@fotango.com>
3714
3715 (the intrpvar.h addition moved to the end for bincompat)
3716 Branch: perl
3717 ! embedvar.h ext/B/B.xs intrpvar.h perl.c perlapi.h
3718____________________________________________________________________________
3719[ 11600] By: jhi on 2001/08/07 11:53:48
3720 Log: Integrate change #11598 from maintperl (fcrypt.c URL updates)
3721 Branch: perl
3722 !> README.win32
3723____________________________________________________________________________
3724[ 11599] By: gsar on 2001/08/07 06:31:39
3725 Log: fix URLs for fcrypt.c
3726 Branch: maint-5.6/perl
3727 ! README.win32
3728____________________________________________________________________________
3729[ 11598] By: jhi on 2001/08/06 15:02:48
3730 Log: Yet another way to say Infinity: HP-UX calls its "++".
3731 Branch: perl
3732 ! lib/Math/BigInt/t/bigintpm.t
3733____________________________________________________________________________
3734[ 11597] By: jhi on 2001/08/06 13:40:01
3735 Log: Update Changes.
3736 Branch: perl
3737 ! Changes patchlevel.h
3738____________________________________________________________________________
f8c9a756
JH
3739[ 11596] By: jhi on 2001/08/06 13:24:28
3740 Log: Advertise File::Temp, don't advertise POSIX::tmpnam().
3741 Branch: perl
3742 ! pod/perlfaq5.pod
3743____________________________________________________________________________
3744[ 11595] By: jhi on 2001/08/06 12:51:38
3745 Log: The #11593 wasn't right.
3746 Branch: perl
3747 ! lib/Math/BigInt/t/bigintpm.t
3748____________________________________________________________________________
3749[ 11594] By: jhi on 2001/08/06 12:34:15
3750 Log: Subject: [PATCH: perl@11564] introducing perlivp
3751 From: Prymmer/Kahn <pvhp@best.com>
3752 Date: Sun, 5 Aug 2001 22:00:14 -0700 (PDT)
3753 Message-ID: <Pine.BSF.4.21.0108052155110.7110-100000@shell8.ba.best.com>
3754
3755 Subject: Re: [PATCH: perl@11564] introducing perlivp
3756 From: Prymmer/Kahn <pvhp@best.com>
3757 Date: Sun, 5 Aug 2001 22:32:59 -0700 (PDT)
3758 Message-ID: <Pine.BSF.4.21.0108052229470.9059-100000@shell8.ba.best.com>
3759 Branch: perl
3760 + utils/perlivp.PL
3761 ! MANIFEST utils.lst utils/Makefile vms/descrip_mms.template
3762 ! win32/Makefile win32/makefile.mk
3763____________________________________________________________________________
3764[ 11593] By: jhi on 2001/08/05 23:10:52
3765 Log: libcs are confused what to call Infinity.
3766 Branch: perl
3767 ! lib/Math/BigInt/t/bigintpm.t
3768____________________________________________________________________________
3769[ 11592] By: jhi on 2001/08/05 23:07:50
3770 Log: Avoid SIGFPE in Tru64.
3771 Branch: perl
3772 ! numeric.c
3773____________________________________________________________________________
3774[ 11591] By: jhi on 2001/08/05 22:46:10
3775 Log: Upgrade to Math::BigInt 1.40.
3776
3777 NOTE: this patch necessitates doing something about
3778 infinity handling since the new bigintpm.t tests use
3779 infinity, which causes SIGFPEs at least in Tru64.
3780 Branch: perl
3781 ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
3782 ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bigfltpm.t
3783 ! lib/Math/BigInt/t/bigintc.t lib/Math/BigInt/t/bigintpm.t
3784 ! lib/Math/BigInt/t/mbimbf.t
3785____________________________________________________________________________
3786[ 11590] By: gsar on 2001/08/05 21:57:43
3787 Log: remove hardcoded cmd shell in testsuite
3788 Branch: perl
3789 ! t/op/glob.t t/op/magic.t t/op/stat.t
3790____________________________________________________________________________
3791[ 11589] By: gsar on 2001/08/05 21:35:50
3792 Log: 4-arg select() was busted on windows because change#8178 didn't
3793 make it into mainline
3794 Branch: perl
3795 ! perl.h win32/include/sys/socket.h
3796____________________________________________________________________________
3797[ 11588] By: jhi on 2001/08/05 19:40:31
3798 Log: Rename the Getopt::Long tests to be as they are
3799 in the Getopt::Long official distribution.
3800 Branch: perl
3801 + lib/Getopt/Long/t/gol-basic.t lib/Getopt/Long/t/gol-compat.t
3802 + lib/Getopt/Long/t/gol-linkage.t lib/Getopt/Long/t/gol-oo.t
3803 - lib/Getopt/Long/t/basic.t lib/Getopt/Long/t/compat.t
3804 - lib/Getopt/Long/t/linkage.t lib/Getopt/Long/t/oo.t
3805 ! MANIFEST
3806____________________________________________________________________________
3807[ 11587] By: jhi on 2001/08/05 19:38:07
3808 Log: Upgrade to Getopt::Long 2.26.
3809 Branch: perl
3810 + lib/Getopt/Long/CHANGES lib/Getopt/Long/README
3811 ! MANIFEST lib/Getopt/Long.pm
3812____________________________________________________________________________
3813[ 11586] By: jhi on 2001/08/05 19:26:50
3814 Log: Retract #10874 (the hack should be unnecessary by now)
3815 Branch: perl
3816 ! lib/Test/Harness.pm
3817____________________________________________________________________________
3818[ 11585] By: gsar on 2001/08/05 16:45:54
3819 Log: avoid temp file littering in tests
3820 Branch: perl
3821 ! ext/PerlIO/t/encoding.t lib/Memoize/t/errors.t
3822____________________________________________________________________________
3823[ 11584] By: jhi on 2001/08/05 16:42:50
3824 Log: Subject: warning in sv.c: double format, NV arg
3825 From: "Philip Newton" <Philip.Newton@gmx.net>
3826 Date: Sun, 5 Aug 2001 19:41:07 +0200
3827 Message-Id: <200108051735.f75HZ1L18235@chaos.wustl.edu>
3828 Branch: perl
3829 ! sv.c
3830____________________________________________________________________________
3831[ 11583] By: gsar on 2001/08/05 16:28:22
3832 Log: fix POSIX.t#13 for windos
3833 Branch: perl
3834 ! ext/POSIX/POSIX.t
3835____________________________________________________________________________
3836[ 11582] By: jhi on 2001/08/05 16:10:59
3837 Log: Add a test for PerlIO::Via.
3838 Branch: perl
3839 + ext/PerlIO/t/via.t
3840 ! MANIFEST ext/PerlIO/Via/Via.pm
3841____________________________________________________________________________
3842[ 11581] By: gsar on 2001/08/05 15:00:26
3843 Log: flock() and link() are not available on Windows 9x
3844 Branch: perl
3845 ! win32/config_sh.PL
3846____________________________________________________________________________
3847[ 11580] By: jhi on 2001/08/05 13:56:46
3848 Log: Some Tru64 C compilers have C++ components that confuse
3849 the ccversion parsing.
3850 Branch: perl
3851 ! hints/dec_osf.sh
3852____________________________________________________________________________
3853[ 11579] By: jhi on 2001/08/05 13:31:07
3854 Log: (Reintroduce #11125)
3855
3856 Subject: MakeMaker should pass through DEFINE and INC to subdirs
3857 From: Alan Burlison <Alan.Burlison@sun.com>
3858 Date: Tue, 03 Jul 2001 15:20:13 +0100
3859 Message-ID: <3B41D49D.A923D4F9@sun.com>
3860 Branch: perl
3861 ! lib/ExtUtils/MM_Unix.pm
3862____________________________________________________________________________
3863[ 11578] By: jhi on 2001/08/05 03:17:20
3864 Log: Little pointer juggling for HP-UX cc to avoid
3865 "warning 524: Cast (non-lvalue) appears on left-hand side of assignment."
3866 followed by
3867 "error 1549: Modifiable lvalue required for assignment operator."
3868 Branch: perl
3869 ! hv.c
3870____________________________________________________________________________
3871[ 11577] By: jhi on 2001/08/04 18:09:38
3872 Log: Continuation of #11575: SANY_SEEN completely deprecated,
3873 plus more tests that unearthed a bug in @a = ($utf8 =~ /\C/g),
3874 plus a fix for the bug.
3875 Branch: perl
3876 ! pp_hot.c regcomp.c regcomp.h regexec.c regexp.h t/op/pat.t
3877____________________________________________________________________________
3878[ 11576] By: jhi on 2001/08/04 17:31:06
3879 Log: Subject: Re: [patch] rid "Scalars leaked" from perl_clone
3880 From: Doug MacEachern <dougm@covalent.net>
3881 Date: Sat, 4 Aug 2001 11:09:37 -0700 (PDT)
3882 Message-ID: <Pine.LNX.4.21.0108041102390.23972-100000@mako.covalent.net>
3883 Branch: perl
3884 ! sv.c
3885____________________________________________________________________________
3886[ 11575] By: jhi on 2001/08/04 17:28:55
3887 Log: Decouple SANY into SANY and CANY: the new SANY is /./s,
3888 the new CANY is the \C. The problem reported and the
3889 test case supplied in
3890
3891 Subject: UTF-8 bugs in string length & single line regex matches
3892 From: "Daniel P. Berrange" <dan@berrange.com>
3893 Date: Fri, 3 Aug 2001 11:39:33 +0100
3894 Message-ID: <20010803113932.A19318@berrange.com>
3895 Branch: perl
3896 ! regcomp.c regcomp.h regcomp.sym regexec.c regexp.h regnodes.h
3897 ! t/op/pat.t
3898____________________________________________________________________________
3899[ 11574] By: jhi on 2001/08/04 15:42:34
3900 Log: Subject: Re: [patch] ignore PL_curpm in PL_regex_padav cleanup
3901 From: Doug MacEachern <dougm@covalent.net>
3902 Date: Sat, 4 Aug 2001 09:43:02 -0700 (PDT)
3903 Message-ID: <Pine.LNX.4.21.0108040939050.23972-100000@mako.covalent.net>
3904 Branch: perl
3905 ! perl.c regexec.c
3906____________________________________________________________________________
3907[ 11573] By: jhi on 2001/08/04 14:20:26
3908 Log: The #11572 didn't up the test count.
3909 Branch: perl
3910 ! t/op/length.t
3911____________________________________________________________________________
3912[ 11572] By: jhi on 2001/08/04 14:12:45
3913 Log: Subject: UTF-8 bugs in string length & single line regex matches
3914 From: "Daniel P. Berrange" <dan@berrange.com>
3915 Date: Fri, 3 Aug 2001 11:39:33 +0100
3916 Message-ID: <20010803113932.A19318@berrange.com>
3917
3918 (the mg_length() fix)
3919 Branch: perl
3920 ! mg.c t/op/length.t
3921____________________________________________________________________________
3922[ 11571] By: jhi on 2001/08/04 14:10:39
3923 Log: Subject: Re: [PATCH hv.c] newHVhv shouldn't reset xhv_max so often
3924 From: Abhijit Menon-Sen <ams@wiw.org>
3925 Date: Sat, 4 Aug 2001 16:56:35 +0530
3926 Message-ID: <20010804165635.E526@lustre.dyn.wiw.org>
3927 Branch: perl
3928 ! hv.c
3929____________________________________________________________________________
3930[ 11570] By: jhi on 2001/08/04 14:09:59
3931 Log: Subject: Re: [PATCH hv.c] newHVhv shouldn't reset xhv_max so often
3932 From: Abhijit Menon-Sen <ams@wiw.org>
3933 Date: Sat, 4 Aug 2001 16:16:03 +0530
3934 Message-ID: <20010804161603.C526@lustre.dyn.wiw.org>
3935 Branch: perl
3936 ! hv.c
3937____________________________________________________________________________
3938[ 11569] By: jhi on 2001/08/04 14:09:09
3939 Log: Subject: Re: [patch] refcount re ops
3940 From: Abhijit Menon-Sen <ams@wiw.org>
3941 Date: Sat, 4 Aug 2001 08:54:55 +0530
3942 Message-ID: <20010804085455.B526@lustre.dyn.wiw.org>
3943 Branch: perl
3944 ! sv.c
3945____________________________________________________________________________
3946[ 11568] By: jhi on 2001/08/04 14:08:19
3947 Log: Subject: [patch] refcount re ops
3948 From: Doug MacEachern <dougm@covalent.net>
3949 Date: Fri, 3 Aug 2001 18:17:41 -0700 (PDT)
3950 Message-ID: <Pine.LNX.4.21.0108031814240.23972-100000@mako.covalent.net>
3951 Branch: perl
3952 ! regcomp.c sv.c
3953____________________________________________________________________________
3954[ 11567] By: jhi on 2001/08/03 23:52:56
3955 Log: Subject: [patch] ignore PL_curpm in PL_regex_padav cleanup
3956 From: Doug MacEachern <dougm@covalent.net>
3957 Date: Fri, 3 Aug 2001 17:37:53 -0700 (PDT)
3958 Message-ID: <Pine.LNX.4.21.0108031730040.23972-100000@mako.covalent.net>
3959 Branch: perl
3960 ! perl.c regexec.c
3961____________________________________________________________________________
3962[ 11566] By: jhi on 2001/08/03 20:45:10
3963 Log: Subject: [PATCH perl@11564] fix t/op/misc.t for VMS
3964 From: "Craig A. Berry" <craigberry@mac.com>
3965 Date: Fri, 03 Aug 2001 16:16:16 -0500
3966 Message-Id: <5.1.0.14.0.20010803161026.03530e58@exchi01>
3967 Branch: perl
3968 ! t/op/misc.t
3969____________________________________________________________________________
3970[ 11565] By: jhi on 2001/08/03 13:46:40
3971 Log: Subject: Re: [ID 20010731.105] MinGW can't compile win32.c on Windows 2000
3972 From: John Kristian <jmk2001@engineer.com>
3973 Date: Fri, 03 Aug 2001 00:59:08 -0700
3974 Message-id: <03a101c11bf2$2c9b5ee0$0100a8c0@JOHNKRISTIAN>
3975 Branch: perl
3976 ! win32/win32.c
3977____________________________________________________________________________
3978[ 11564] By: jhi on 2001/08/03 13:25:39
3979 Log: Update Changes.
3980 Branch: perl
3981 ! Changes patchlevel.h
3982____________________________________________________________________________
c72a9197
JH
3983[ 11563] By: jhi on 2001/08/03 12:13:17
3984 Log: Subject: [PATCH perl@11523] fix Stash.t for VMS
3985 From: "Craig A. Berry" <craigberry@mac.com>
3986 Date: Thu, 02 Aug 2001 23:15:24 -0500
3987 Message-Id: <5.1.0.14.0.20010802230843.03530e58@mail.mac.com>
3988 Branch: perl
3989 ! ext/B/Stash.t
3990____________________________________________________________________________
3991[ 11562] By: jhi on 2001/08/03 12:11:57
3992 Log: Subject: [patch] plug PL_cshname leak
3993 From: Doug MacEachern <dougm@covalent.net>
3994 Date: Thu, 2 Aug 2001 20:59:04 -0700 (PDT)
3995 Message-ID: <Pine.LNX.4.21.0108022058020.8991-100000@mako.covalent.net>
3996 Branch: perl
3997 ! sv.c
3998____________________________________________________________________________
3999[ 11561] By: jhi on 2001/08/03 12:10:32
4000 Log: Subject: [patch] plug PL_sh_path leak
4001 From: Doug MacEachern <dougm@covalent.net>
4002 Date: Thu, 2 Aug 2001 20:54:08 -0700 (PDT)
4003 Message-ID: <Pine.LNX.4.21.0108022043040.8991-100000@mako.covalent.net>
4004 Branch: perl
4005 ! sv.c
4006____________________________________________________________________________
4007[ 11560] By: jhi on 2001/08/03 12:09:50
4008 Log: Subject: [patch] plug PL_regex_padav leaks
4009 From: Doug MacEachern <dougm@covalent.net>
4010 Date: Thu, 2 Aug 2001 20:24:55 -0700 (PDT)
4011 Message-ID: <Pine.LNX.4.21.0108022020100.8991-100000@mako.covalent.net>
4012 Branch: perl
4013 ! op.c op.h perl.c
4014____________________________________________________________________________
4015[ 11559] By: jhi on 2001/08/03 12:08:59
4016 Log: Subject: [patch] plug PL_origargv leak
4017 From: Doug MacEachern <dougm@covalent.net>
4018 Date: Thu, 2 Aug 2001 18:15:22 -0700 (PDT)
4019 Message-ID: <Pine.LNX.4.21.0108021813380.8991-100000@mako.covalent.net>
4020 Branch: perl
4021 ! perl.c
4022____________________________________________________________________________
4023[ 11558] By: jhi on 2001/08/03 12:07:58
4024 Log: Subject: [PATCH hv.c] newHVhv shouldn't reset xhv_max so often
4025 From: Abhijit Menon-Sen <ams@wiw.org>
4026 Date: Fri, 3 Aug 2001 06:38:11 +0530
4027 Message-ID: <20010803063811.A19266@lustre.dyn.wiw.org>
4028 Branch: perl
4029 ! hv.c
4030____________________________________________________________________________
4031[ 11557] By: nick on 2001/08/03 08:17:38
4032 Log: Integrate mainline
4033 Branch: perlio
4034 +> (branch 47 files)
4035 - lib/Switch/test.pl
4036 !> (integrate 49 files)
4037____________________________________________________________________________
4038[ 11556] By: jhi on 2001/08/02 22:46:22
4039 Log: Subject: [PATCH perl@11523] fix Showlex.t for VMS
4040 From: "Craig A. Berry" <craigberry@mac.com>
4041 Date: Thu, 02 Aug 2001 12:56:19 -0500
4042 Message-Id: <5.1.0.14.0.20010802124618.034c5008@exchi01>
4043 Branch: perl
4044 ! ext/B/Showlex.t
4045____________________________________________________________________________
4046[ 11555] By: jhi on 2001/08/02 22:29:34
4047 Log: Be more careful about non-existent files.
4048 Branch: perl
4049 ! lib/File/Copy.pm
4050____________________________________________________________________________
4051[ 11554] By: jhi on 2001/08/02 21:37:27
4052 Log: Subject: [PATCH resend] deparse empty formats
4053 From: Robin Houston <robin@kitsite.com>
4054 Date: Thu, 2 Aug 2001 14:32:36 +0100
4055 Message-ID: <20010802143236.A894@robin.kitsite.com>
4056 Branch: perl
4057 ! ext/B/B/Deparse.pm
4058____________________________________________________________________________
4059[ 11553] By: jhi on 2001/08/02 16:37:32
4060 Log: Subject: [patch] ithreads + refto fix improvement
4061 From: Doug MacEachern <dougm@covalent.net>
4062 Date: Thu, 2 Aug 2001 09:41:53 -0700 (PDT)
4063 Message-ID: <Pine.LNX.4.21.0108020939030.8991-100000@mako.covalent.net>
4064 Branch: perl
4065 ! pp.c
4066____________________________________________________________________________
4067[ 11552] By: jhi on 2001/08/02 14:24:26
4068 Log: Readability nit from Abhijit.
4069 Branch: perl
4070 ! op.c
4071____________________________________________________________________________
4072[ 11551] By: jhi on 2001/08/02 14:22:31
4073 Log: setproctitle() API version nit from Anton Berezin.
4074 Branch: perl
4075 ! mg.c
4076____________________________________________________________________________
4077[ 11550] By: jhi on 2001/08/02 13:51:41
4078 Log: Add PerlCE to the docs.
4079 Branch: perl
4080 ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perlport.pod
4081 ! pod/perltoc.pod win32/Makefile win32/makefile.mk
4082____________________________________________________________________________
4083[ 11549] By: jhi on 2001/08/02 13:25:43
4084 Log: Integrate the PerlCE (WinCE Perl) port;
4085 kindly supplied by Rainer Keuchel <rkeuc@allgeier.com>.
4086 Branch: perl
4087 + README.ce wince/FindExt.pm wince/Makefile.ce
4088 + wince/README.compile wince/README.perlce wince/bin/exetype.pl
4089 + wince/bin/perlglob.pl wince/bin/pl2bat.pl wince/bin/runperl.pl
4090 + wince/bin/search.pl wince/config.ce wince/config.h
4091 + wince/config_H.ce wince/config_h.PL wince/config_sh.PL
4092 + wince/dl_win32.xs wince/include/arpa/inet.h
4093 + wince/include/cectype.h wince/include/errno.h
4094 + wince/include/netdb.h wince/include/sys/socket.h
4095 + wince/include/sys/stat.h wince/include/sys/types.h
4096 + wince/include/sys/utime.h wince/include/time.h wince/perl.ico
4097 + wince/perl.rc wince/perldll.def wince/perllib.c
4098 + wince/perlmain.c wince/registry.bat wince/runperl.c
4099 + wince/splittree.pl wince/win32.h wince/win32iop.h
4100 + wince/win32thread.c wince/win32thread.h wince/wince.c
4101 + wince/wince.h wince/wincesck.c wince/xbuildall.ksh
4102 + wince/xdistclean.ksh wince/xmakediffs.ksh
4103 ! MANIFEST perl.c perl.h perlio.c
4104____________________________________________________________________________
4105[ 11548] By: jhi on 2001/08/02 13:18:08
4106 Log: setproctitle() made simpler. (This assumes the string is
4107 \0-terminated: if not, the three-arg form setproctitle(fmt, len, s)
4108 should be used. Note len, not len + 1.) BSD-fu from Anton
4109 Berezin.
4110 Branch: perl
4111 ! mg.c
4112____________________________________________________________________________
4113[ 11547] By: jhi on 2001/08/02 12:49:54
4114 Log: Subject: [PATCH] -Wall cleanup: op.c
4115 From: Richard Soderberg <rs@oregonnet.com>
4116 Date: Thu, 2 Aug 2001 00:17:09 -0700
4117 Message-Id: <200108020717.AAA26895@oregonnet.com>
4118
4119 Subject: [PATCH] -Wall cleanup: sv.c
4120 From: Richard Soderberg <rs@oregonnet.com>
4121 Date: Thu, 2 Aug 2001 00:49:21 -0700
4122 Message-Id: <200108020749.AAA27492@oregonnet.com>
4123 Branch: perl
4124 ! op.c sv.c
4125____________________________________________________________________________
4126[ 11546] By: jhi on 2001/08/02 00:53:34
4127 Log: Update Changes.
4128 Branch: perl
4129 ! Changes patchlevel.h
4130____________________________________________________________________________
d7cc7b3a
JH
4131[ 11545] By: jhi on 2001/08/02 00:48:55
4132 Log: Subject: Re: [PATCH pp_ctl.c] proposed Windows safe-guard
4133 From: Doug MacEachern <dougm@covalent.net>
4134 Date: Wed, 1 Aug 2001 18:34:44 -0700 (PDT)
4135 Message-ID: <Pine.LNX.4.21.0108011830080.8991-100000@mako.covalent.net>
4136 Branch: perl
4137 ! op.c
4138____________________________________________________________________________
4139[ 11544] By: jhi on 2001/08/01 23:08:41
4140 Log: The #11541 didn't work under threads.
4141 Branch: perl
4142 ! op.c
4143____________________________________________________________________________
4144[ 11543] By: jhi on 2001/08/01 22:46:41
4145 Log: Subject: Re: [ID 20010621.002] UnixWare 7.1.1 and Perl-5.6.1 problems
4146 From: Hugo <hv@crypt.compulink.co.uk>
4147 Date: Fri, 22 Jun 2001 01:19:08 +0100
4148 Message-Id: <200106220019.BAA03365@crypt.compulink.co.uk>
4149
4150 (Skip tests if accept() failed)
4151 Branch: perl
4152 ! ext/IO/lib/IO/t/io_unix.t
4153____________________________________________________________________________
4154[ 11542] By: jhi on 2001/08/01 22:40:09
4155 Log: Subject: [ID 20010730.003] IRIX 6.5 already has struct sv in <sys/sema.h> (defined in perl.h)
4156 From: "Stian Seeberg" <sseeberg@nimsoft.no>
4157 Date: Mon, 30 Jul 2001 12:28:07 +0200
4158 Message-Id: <68236D3FC2D92347B466639324391D1A0432AB@PONDUS.nimsoft.no>
4159 Branch: perl
4160 ! perl.h
4161____________________________________________________________________________
4162[ 11541] By: jhi on 2001/08/01 22:38:31
4163 Log: Subject: Pluggable optimizer
4164 From: Simon Cozens <simon@netthink.co.uk>
4165 Date: Wed, 1 Aug 2001 13:57:02 -0700
4166 Message-ID: <20010801135702.I10442@netthink.co.uk>
4167 Branch: perl
4168 ! embedvar.h op.c perl.c perl.h perlapi.h sv.c thrdvar.h util.c
4169____________________________________________________________________________
4170[ 11540] By: jhi on 2001/08/01 22:29:54
4171 Log: Subject: [ID 20010801.039] perlre.pod message typo
4172 From: Autrijus Tang <autrijus@geb.elixus.org>
4173 Date: Thu, 2 Aug 2001 04:48:02 +0800 (CST)
4174 Message-Id: <200108012048.f71Km2r79890@geb.elixus.org>
4175 Branch: perl
4176 ! pod/perlre.pod
4177____________________________________________________________________________
4178[ 11539] By: jhi on 2001/08/01 16:32:52
4179 Log: Test for change #11536.
4180 Branch: perl
4181 ! t/op/tiehandle.t
4182____________________________________________________________________________
4183[ 11538] By: jhi on 2001/08/01 16:27:19
4184 Log: More test fixups for #11537.
4185 Branch: perl
4186 ! t/lib/warnings/4lint t/lib/warnings/9enabled
4187____________________________________________________________________________
4188[ 11537] By: jhi on 2001/08/01 16:26:25
4189 Log: Subject: Re: [PATCH pp_ctl.c] proposed Windows safe-guard
4190 From: Doug MacEachern <dougm@covalent.net>
4191 Date: Mon, 30 Jul 2001 17:38:50 -0700 (PDT)
4192 Message-ID: <Pine.LNX.4.21.0107301720310.25941-100000@mako.covalent.net>
4193 Branch: perl
4194 ! op.c t/TestInit.pm
4195____________________________________________________________________________
4196[ 11536] By: jhi on 2001/08/01 16:08:08
4197 Log: Subject: [patch] ithreads + refto bug
4198 From: Doug MacEachern <dougm@covalent.net>
4199 Date: Wed, 1 Aug 2001 09:47:28 -0700 (PDT)
4200 Message-ID: <Pine.LNX.4.21.0108010937240.7498-100000@mako.covalent.net>
4201
4202 (Test in change #11539)
4203 Branch: perl
4204 ! pp.c
4205____________________________________________________________________________
4206[ 11535] By: jhi on 2001/08/01 16:05:56
4207 Log: Subject: [PATCH: perl@11523] fixups for t/harness
4208 From: Prymmer/Kahn <pvhp@best.com>
4209 Date: Wed, 1 Aug 2001 09:24:23 -0700 (PDT)
4210 Message-ID: <Pine.BSF.4.21.0108010910310.17655-100000@shell8.ba.best.com>
4211 Branch: perl
4212 ! t/harness
4213____________________________________________________________________________
4214[ 11534] By: jhi on 2001/08/01 16:00:45
4215 Log: Subject: [PATCH: perl@11523] add xsubpp and libnetcfg to installed *.bat files for win32 builds
4216 From: Prymmer/Kahn <pvhp@best.com>
4217 Date: Wed, 1 Aug 2001 09:07:13 -0700 (PDT)
4218 Message-ID: <Pine.BSF.4.21.0108010859230.17655-100000@shell8.ba.best.com>
4219 Branch: perl
4220 ! win32/Makefile win32/makefile.mk
4221____________________________________________________________________________
4222[ 11533] By: jhi on 2001/08/01 13:38:29
4223 Log: Need to know the number of tests.
4224 Branch: perl
4225 ! t/run/exit.t
4226____________________________________________________________________________
4227[ 11532] By: jhi on 2001/08/01 13:04:31
4228 Log: Subject: Re: new exit tests on VMS
4229 From: "Craig A. Berry" <craigberry@mac.com>
4230 Date: Tue, 31 Jul 2001 12:19:29 -0500
4231 Message-Id: <5.1.0.14.0.20010731114845.03743008@mail.telocity.com>
4232 Branch: perl
4233 ! t/run/exit.t
4234____________________________________________________________________________
4235[ 11531] By: jhi on 2001/08/01 12:46:43
4236 Log: Retract #11530 (the dTHX is needed under threads)
4237 Branch: perl
4238 ! perlio.c
4239____________________________________________________________________________
4240[ 11530] By: jhi on 2001/08/01 12:39:35
4241 Log: (Retracted by #11531)
4242 Branch: perl
4243 ! perlio.c
4244____________________________________________________________________________
4245[ 11529] By: jhi on 2001/08/01 12:32:22
4246 Log: Subject: [PATCH 1/4] -Wall cleanups: unixish.h
4247 From: Richard Soderberg <rs@crystalflame.net>
4248 Date: Tue, 31 Jul 2001 23:16:22 -0700 (PDT)
4249 Message-ID: <Pine.LNX.4.21.0107312313490.24341-100000@oregonnet.com>
4250 Branch: perl
4251 ! unixish.h
4252____________________________________________________________________________
4253[ 11528] By: jhi on 2001/08/01 12:18:59
4254 Log: Subject: [PATCH 5.7.2] Allow for long long in h2xs
4255 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
4256 Date: Tue, 31 Jul 2001 05:39:09 -0400
4257 Message-ID: <20010731053909.A1810@math.ohio-state.edu>
4258
4259 (with a note about the case of UV being equal to long long)
4260 Branch: perl
4261 ! utils/h2xs.PL
4262____________________________________________________________________________
4263[ 11527] By: jhi on 2001/07/31 23:49:04
4264 Log: Subject: [PATCH perl@11487] fix fs.t for VMS
4265 From: "Craig A. Berry" <craigberry@mac.com>
4266 Date: Tue, 31 Jul 2001 14:57:43 -0500
4267 Message-Id: <5.1.0.14.0.20010731145015.03743008@exchi01>
4268 Branch: perl
4269 ! t/io/fs.t
4270____________________________________________________________________________
4271[ 11526] By: jhi on 2001/07/31 23:47:57
4272 Log: Fix for
4273
4274 Subject: [ID 20010116.001] File::Copy truncates orig file
4275 From: arbor@al37al08.telecel.pt
4276 Date: Tue, 16 Jan 2001 11:43:02 GMT
4277 Message-Id: <200101161143.AA11184@al37al08.telecel.pt>
4278
4279 (copy($foo, $foo) would truncate $foo)
4280 Branch: perl
4281 ! lib/File/Copy.pm lib/File/Copy.t
4282____________________________________________________________________________
4283[ 11525] By: jhi on 2001/07/31 23:01:01
4284 Log: Metaconfig unit change for #11524.
4285 Branch: metaconfig/U/perl
4286 ! Extras.U
4287____________________________________________________________________________
4288[ 11524] By: jhi on 2001/07/31 23:00:36
4289 Log: Multiple modules didn't work; plus typo fixes.
4290 Branch: perl
4291 ! Configure
4292____________________________________________________________________________
4293[ 11523] By: jhi on 2001/07/31 15:29:58
4294 Log: Update Changes.
4295 Branch: perl
4296 ! Changes patchlevel.h
4297____________________________________________________________________________
33c3e263
JH
4298[ 11522] By: jhi on 2001/07/31 15:25:35
4299 Log: Regen perlapi.
4300 Branch: perl
4301 ! pod/perlapi.pod
4302____________________________________________________________________________
4303[ 11521] By: jhi on 2001/07/31 15:19:01
4304 Log: Subject: Re: [PATCH sv.c] mortal doc thinko
4305 From: Dave Mitchell <davem@fdgroup.co.uk>
4306 Date: Tue, 31 Jul 2001 11:52:42 +0100 (BST)
4307 Message-Id: <200107311052.LAA14427@gizmo.fdgroup.co.uk>
4308 Branch: perl
4309 ! sv.c
4310____________________________________________________________________________
4311[ 11520] By: jhi on 2001/07/31 15:17:43
4312 Log: Regen toc.
4313 Branch: perl
4314 ! pod/perltoc.pod
4315____________________________________________________________________________
4316[ 11519] By: jhi on 2001/07/31 15:17:17
4317 Log: Regen Porting stuff.
4318 Branch: perl
4319 ! Porting/Glossary Porting/config.sh Porting/config_H
4320____________________________________________________________________________
4321[ 11518] By: jhi on 2001/07/31 14:16:08
4322 Log: Subject: [PATCH 5.7.2] Allow for GNU-isms in h2xs
4323 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
4324 Date: Tue, 31 Jul 2001 05:34:38 -0400
4325 Message-ID: <20010731053438.A1754@math.ohio-state.edu>
4326 Branch: perl
4327 ! utils/h2xs.PL
4328____________________________________________________________________________
4329[ 11517] By: jhi on 2001/07/31 14:15:01
4330 Log: Metaconfig unit change for #11516.
4331 Branch: metaconfig/U/perl
4332 ! gccvers.U
4333____________________________________________________________________________
4334[ 11516] By: jhi on 2001/07/31 14:14:35
4335 Log: Add -Wall in cflags, not in Configure.
4336 (This way -Wall affects only the core and the core XS,
4337 not user modules' XS. Concern from Paul Marquess,
4338 implementation idea from Andy Dougherty.)
4339 Branch: perl
4340 ! Configure cflags.SH
4341____________________________________________________________________________
4342[ 11515] By: jhi on 2001/07/31 13:57:15
4343 Log: Metaconfig unit changes for #11514.
4344 Branch: metaconfig
4345 + U/modified/sysman.U
4346 ! U/installdirs/man1dir.U
4347____________________________________________________________________________
4348[ 11514] By: jhi on 2001/07/31 13:56:26
4349 Log: Subject: Configure's detection of system manual
4350 From: Sean Dague <sean@dague.net>
4351 Date: Sun, 13 May 2001 15:53:15 -0400
4352 Message-ID: <20010513155315.A15833@underhill.dague.net>
4353 Branch: perl
4354 ! Configure
4355____________________________________________________________________________
4356[ 11513] By: jhi on 2001/07/31 03:23:01
4357 Log: Subject: [ID 20010621.004] Typo in perlobj.pod