This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
blead kit timestamps && the problem with running perl embed.pl
[perl5.git] / Changes
CommitLineData
99b32ad1
JH
1Please note: This file provides a complete, temporally ordered log of
2changes that went into every version of Perl. If you'd like more
3detailed information, please consult the comments in the individual
4patches posted to the perl5-porters mailing list. Patches for each
5individual change may also be obtained through ftp and rsync--see
6perlhack.pod for the details.
7
8
5850c7a4 9[The "CAST AND CREW" list has been moved to AUTHORS.]
99b32ad1 10
99b32ad1
JH
11NOTE: Each change entry shows the change number; who checked it into the
12repository; when; description of the change; which branch the change
13happened in; and the affected files. The file lists have a short symbolic
14indicator:
15
16 ! modified
17 + added
18 - deleted
19 +> branched (from elsewhere)
20 !> merged changes (from elsewhere)
21
dd6de302
JH
22The Message-Ids in the change entries refer to the email messages sent
23to the perl5-porters mailing list. You can retrieve the messages for
24example from http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/
99b32ad1 25
0b3b9d72
JH
26This file contains only changes that affect the mainline branch,
27not those that affect the (now decommissioned) cfgperl, or vmsperl,
28or any other branch.
29
99b32ad1 30--------------
51c9377f 31Version v5.7.1 Development release working toward v5.8
99b32ad1 32--------------
365eb269 33____________________________________________________________________________
ff482e31
JH
34[ 11237] By: jhi on 2001/07/09 14:27:27
35 Log: Subject: [PATCH] OPpCONST_OCTAL fixes
36 From: Abhijit Menon-Sen <ams@wiw.org>
37 Date: Mon, 9 Jul 2001 07:38:45 +0530
38 Message-ID: <20010709073845.A25406@lustre.dyn.wiw.org>
39 Branch: perl
40 ! op.c
41____________________________________________________________________________
42[ 11236] By: jhi on 2001/07/09 14:10:07
43 Log: Add a pseudolayer ":locale" to the open pragma which
44 will get the encoding from the locale. Yet undocumented
45 because I can't get the PerlIO :encoding(foobar) to work.
46 Branch: perl
47 ! ext/Encode/Encode.pm lib/open.pm
48____________________________________________________________________________
49[ 11235] By: jhi on 2001/07/09 13:38:43
50 Log: Add more encoding mappings.
51 Branch: perl
52 ! ext/Encode/Encode.pm
53____________________________________________________________________________
54[ 11234] By: jhi on 2001/07/09 13:24:54
55 Log: Document that using :encoding layer requires using Encode.
56 Branch: perl
57 ! ext/Encode/Encode.pm lib/PerlIO.pm
58____________________________________________________________________________
59[ 11233] By: jhi on 2001/07/09 13:19:34
60 Log: Netware tweak from Ananth Kesari.
61 Branch: perl
62 ! NetWare/netware.h
63____________________________________________________________________________
64[ 11232] By: gsar on 2001/07/09 04:40:07
65 Log: t/harness doesn't know about run/*.t
66 Branch: perl
67 ! t/harness
68____________________________________________________________________________
69[ 11231] By: gsar on 2001/07/09 04:36:30
70 Log: run/exit.t busted on windows
71 Branch: perl
72 ! t/run/exit.t
73____________________________________________________________________________
74[ 11230] By: gsar on 2001/07/09 04:14:54
75 Log: fix a couple of UCD.t tests that fail due to bad case
76 Branch: perl
77 ! lib/Unicode/UCD.t
78____________________________________________________________________________
79[ 11229] By: gsar on 2001/07/09 03:57:06
80 Log: test skip logic was broken
81 Branch: perl
82 ! ext/I18N/Langinfo/Langinfo.t
83____________________________________________________________________________
84[ 11228] By: gsar on 2001/07/09 03:42:20
85 Log: remove *.pdb files on windows upon $(MAKE) clean (fixes
86 failure of ExtUtils.t#27 when built in debug mode)
87 Branch: perl
88 ! lib/ExtUtils/MM_Win32.pm
89____________________________________________________________________________
90[ 11227] By: gsar on 2001/07/09 02:11:04
91 Log: I18N::Langinfo is not available on windows
92 Branch: perl
93 ! win32/FindExt.pm
94____________________________________________________________________________
95[ 11226] By: gsar on 2001/07/09 01:55:23
96 Log: save a dTHX
97 Branch: perl
98 ! ext/POSIX/POSIX.xs
99____________________________________________________________________________
100[ 11225] By: jhi on 2001/07/08 23:42:37
101 Log: Update Changes.
102 Branch: perl
103 ! Changes patchlevel.h
104____________________________________________________________________________
21b6d9db
JH
105[ 11224] By: jhi on 2001/07/08 23:05:41
106 Log: Guard the nl_langinfo() with HAS_NL_LANGINFO
107 as pointed out by Sarathy.
108 Branch: perl
109 ! ext/I18N/Langinfo/Langinfo.xs
110____________________________________________________________________________
111[ 11223] By: jhi on 2001/07/08 22:59:01
112 Log: Retract #11212.
113 Branch: perl
114 ! cv.h ext/Opcode/Opcode.xs op.c pp_hot.c sv.h toke.c
115____________________________________________________________________________
116[ 11222] By: jhi on 2001/07/08 17:41:22
117 Log: Bump up the VERSION of Cwd.xs.
118 Branch: perl
119 ! ext/Cwd/Makefile.PL
120____________________________________________________________________________
121[ 11221] By: jhi on 2001/07/08 17:13:38
122 Log: Retract #11220, the problem wasn't the missing leading zero.
123 Here's the problem:
124 $ ./perl -we 'chmod(oct("755"), ".")'
125 Non-octal literal mode (493) specified at -e line 1.
126 (Did you mean 0493 instead?)
127 Branch: perl
128 ! lib/ExtUtils/MM_Unix.pm
129____________________________________________________________________________
130[ 11220] By: jhi on 2001/07/08 17:05:55
131 Log: (Retracted by #11221)
132 Change the PERM_RW and PERM_RWX to 0644 and 0755
133 (add the leading zero).
134 Branch: perl
135 ! lib/ExtUtils/MM_Unix.pm
136____________________________________________________________________________
137[ 11219] By: jhi on 2001/07/08 16:17:32
138 Log: Integrate changes #11193, 11205, 11209 from macperl.
139
140 Fix up AutoLoader to fudge for Mac paths in import().
141
142 Allow symbols in try_symbol() to begin with "_".
143
144 Small portability fix for Mac OS.
145 Branch: perl
146 !> lib/AutoLoader.pm lib/Cwd.pm makedef.pl
147____________________________________________________________________________
148[ 11218] By: jhi on 2001/07/08 16:10:30
149 Log: Metaconfig unit change for #11217.
150 Branch: metaconfig/U/perl
151 ! Extensions.U
152____________________________________________________________________________
153[ 11217] By: jhi on 2001/07/08 16:10:07
154 Log: Detypo, problem noticed by Gerrit P. Haase.
155 Branch: perl
156 ! Configure config_h.SH
157____________________________________________________________________________
158[ 11216] By: jhi on 2001/07/08 15:58:35
159 Log: Cwd cleanups.
160 Branch: perl
161 ! ext/Cwd/Cwd.xs
162____________________________________________________________________________
163[ 11215] By: jhi on 2001/07/08 15:52:57
164 Log: Slight tweaks on #11213.
165 Branch: perl
166 ! toke.c
167____________________________________________________________________________
168[ 11214] By: jhi on 2001/07/08 14:32:28
169 Log: A missing dTHX noticed by Gerrit P. Haase.
170 Branch: perl
171 ! ext/POSIX/POSIX.xs
172____________________________________________________________________________
173[ 11213] By: jhi on 2001/07/08 14:24:44
174 Log: Subject: [PATCH toke.c] Simplify yytoke()
175 From: Simon Cozens <simon@netthink.co.uk>
176 Date: Sun, 8 Jul 2001 13:24:34 +0100
177 Message-ID: <20010708132434.A9448@deep-dark-truthful-mirror>
178
179 Split out pending_ident().
180 Branch: perl
181 ! embed.h embed.pl pod/perlapi.pod proto.h toke.c
182____________________________________________________________________________
183[ 11212] By: jhi on 2001/07/08 14:17:10
184 Log: (Retracted by #11223.)
185 Subject: [PATCH] Re: Problem with Safe.pm and Perl 5.004
186 Date: Wed, 05 Nov 1997 17:22:34 -0600
187 From: Graham Barr <gbarr@ti.com>
188 Message-Id: <3460FFBA.6DA51F46@ti.com>
189 Branch: perl
190 ! cv.h ext/Opcode/Opcode.xs op.c pp_hot.c sv.h toke.c
191____________________________________________________________________________
192[ 11211] By: jhi on 2001/07/08 13:53:38
193 Log: Fix I18N::Langinfo nits noticed but Philip Newton.
194 Branch: perl
195 ! ext/I18N/Langinfo/Langinfo.pm ext/I18N/Langinfo/Langinfo.t
196 ! pod/perllocale.pod
197____________________________________________________________________________
198[ 11210] By: jhi on 2001/07/08 01:34:09
199 Log: Really do the test under the C locale.
200 Branch: perl
201 ! ext/I18N/Langinfo/Langinfo.t
202____________________________________________________________________________
203[ 11209] By: pudge on 2001/07/08 01:19:25
204 Log: Small portability fix for Mac OS.
205 Branch: maint-5.6/macperl
206 ! lib/Cwd.pm
207____________________________________________________________________________
208[ 11208] By: jhi on 2001/07/08 01:14:58
209 Log: Metaconfig unit change for #11207.
210 Branch: metaconfig/U/perl
211 ! Extensions.U
212____________________________________________________________________________
213[ 11207] By: jhi on 2001/07/08 01:14:02
214 Log: Add I18N::Langinfo, which is basically a wrapper around
215 nl_langinfo(), which is an additional way to query locale
216 specific information.
217 Branch: perl
218 + ext/I18N/Langinfo/Langinfo.pm ext/I18N/Langinfo/Langinfo.t
219 + ext/I18N/Langinfo/Langinfo.xs ext/I18N/Langinfo/Makefile.PL
220 ! Configure MANIFEST pod/perl572delta.pod pod/perllocale.pod
221____________________________________________________________________________
222[ 11206] By: pudge on 2001/07/08 00:56:29
223 Log: Bugfixes for some tests. commonsense.t not in perl 5.6,
224 used in File::Find tests; replace with if.t.
225 Branch: maint-5.6/macperl
226 ! t/lib/filefind-taint.t t/lib/filefind.t t/op/taint.t
227 ! t/pragma/warn/op
228____________________________________________________________________________
229[ 11205] By: pudge on 2001/07/07 23:55:56
230 Log: Allow symbols in try_symbol() to begin with "_".
231 Branch: maint-5.6/macperl
232 ! makedef.pl
233____________________________________________________________________________
234[ 11204] By: pudge on 2001/07/07 23:53:37
235 Log: Sync up the File::Find changes from the rewrite by
236 Thomas Wegner, et al.
237 Branch: maint-5.6/macperl
238 + t/lib/filefind-taint.t
239 ! lib/File/Find.pm t/lib/filefind.t
240____________________________________________________________________________
241[ 11203] By: pudge on 2001/07/07 23:43:06
242 Log: Subject: [PATCHES] :t:pod: and :lib:Pod: stuff
243 From: Thomas Wegner <wegner_thomas@yahoo.com>
244 Date: Thu, 5 Jul 2001 20:31:25 +0200
245 Message-Id: <p04320400b76a0fc8dea5@[149.225.100.38]>
246 Branch: maint-5.6/macperl
247 ! lib/Pod/Find.pm t/pod/find.t t/pod/testp2pt.pl
248____________________________________________________________________________
249[ 11202] By: pudge on 2001/07/07 23:38:36
250 Log: Some more test portability fixes.
251 Branch: maint-5.6/macperl
252 ! t/lib/filecopy.t t/pragma/warn/pp_sys
253____________________________________________________________________________
254[ 11201] By: jhi on 2001/07/07 22:52:38
255 Log: The #11200 removed wrong (non-existent) target. Duh.
256 Branch: perl
257 ! Makefile.SH
258____________________________________________________________________________
259[ 11200] By: jhi on 2001/07/07 22:44:14
260 Log: Zap the lib/re.pm before creating it.
261 Branch: perl
262 ! Makefile.SH
263____________________________________________________________________________
264[ 11199] By: pudge on 2001/07/07 20:54:35
265 Log: Another test. Please ignore.
266 Branch: maint-5.6/macperl
267 ! README.macos
268____________________________________________________________________________
269[ 11198] By: pudge on 2001/07/07 20:44:12
270 Log: Portability fixes for a lot of tests, especially IO-related
271 tests, and warnings, and the harness script.
272 Branch: maint-5.6/macperl
273 ! t/harness t/io/argv.t t/io/dup.t t/io/fs.t t/io/inplace.t
274 ! t/io/iprefix.t t/io/open.t t/io/openpid.t t/lib/filepath.t
275 ! t/lib/findbin.t t/lib/io_dup.t t/lib/socket.t t/op/die_exit.t
276 ! t/op/misc.t t/op/read.t t/op/readdir.t t/op/runlevel.t
277 ! t/op/stat.t t/op/subst_wamp.t t/op/taint.t
278 ! t/pragma/diagnostics.t t/pragma/subs.t t/pragma/warn/doio
279 ! t/pragma/warn/mg t/pragma/warn/op t/pragma/warn/pp_sys
280 ! t/pragma/warnings.t
281____________________________________________________________________________
282[ 11197] By: jhi on 2001/07/07 20:32:28
283 Log: Subject: [PATCH] lib/h2xs.t (was Re: [PATCH] h2xs)
284 From: Nicholas Clark <nick@ccl4.org>
285 Date: Sat, 7 Jul 2001 21:00:17 +0100
286 Message-ID: <20010707210017.H59620@plum.flirble.org>
287 Branch: perl
288 ! lib/h2xs.t
289____________________________________________________________________________
290[ 11196] By: jhi on 2001/07/07 20:26:36
291 Log: The UNICOS/mk SysV IPC problem has been fixed.
292 Branch: perl
293 ! pod/perl572delta.pod
294____________________________________________________________________________
295[ 11195] By: jhi on 2001/07/07 19:59:51
296 Log: Slight update tweaks on perlunicode.pod.
297 Branch: perl
298 ! pod/perlunicode.pod
299____________________________________________________________________________
300[ 11194] By: jhi on 2001/07/07 17:53:03
301 Log: Subject: Doc patch DB_File.pm: use umask-friendly modes
302 From: Mark-Jason Dominus <mjd@plover.com>
303 Date: Sat, 07 Jul 2001 13:04:04 -0400
304 Message-ID: <20010707170404.32694.qmail@plover.com>
305 Branch: perl
306 ! ext/DB_File/DB_File.pm
307____________________________________________________________________________
308[ 11193] By: pudge on 2001/07/07 17:26:28
309 Log: Fix up AutoLoader to fudge for Mac paths in import().
310 Branch: maint-5.6/macperl
311 ! lib/AutoLoader.pm
312____________________________________________________________________________
313[ 11192] By: jhi on 2001/07/07 17:03:06
314 Log: Try to force the lib/re.pm to be there before entering
315 the extensions builds, should help for parallel makes.
316 Branch: perl
317 ! Makefile.SH
318____________________________________________________________________________
319[ 11191] By: jhi on 2001/07/07 15:26:16
320 Log: Subject: Re: [PATCH ext/POSIX/POSIX.pm] Re: sigaction.t under QNX
321 From: Norton Allen <allen@huarp.harvard.edu>
322 Date: Fri, 6 Jul 2001 12:01:14 -0400 (edt)
323 Message-Id: <200107061601.MAA00597@bottesini.harvard.edu>
324 Branch: perl
325 ! ext/POSIX/POSIX.xs
326____________________________________________________________________________
327[ 11190] By: jhi on 2001/07/07 15:22:08
328 Log: Subject: [PATCH] Re: op/arith.t
329 From: Nicholas Clark <nick@ccl4.org>
330 Date: Sat, 7 Jul 2001 13:04:54 +0100
331 Message-ID: <20010707130454.D59620@plum.flirble.org>
332 Branch: perl
333 ! numeric.c toke.c
334____________________________________________________________________________
335[ 11189] By: jhi on 2001/07/07 15:20:44
336 Log: Subject: [PATCH] h2xs
337 From: Nicholas Clark <nick@ccl4.org>
338 Date: Fri, 6 Jul 2001 23:25:14 +0100
339 Message-ID: <20010706232514.X59620@plum.flirble.org>
340 Branch: perl
341 ! utils/h2xs.PL
342____________________________________________________________________________
343[ 11188] By: jhi on 2001/07/07 15:12:36
344 Log: Subject: Re: bleedperl perl_alloc..free leakage
345 From: Radu Greab <radu@netsoft.ro>
346 Date: Fri, 6 Jul 2001 19:48:54 +0300
347 Message-ID: <15173.60406.308246.456184@ix.netsoft.ro>
348
349 Leak-be-gone.
350 Branch: perl
351 ! op.c
352____________________________________________________________________________
353[ 11187] By: pudge on 2001/07/07 02:11:36
354 Log: Test again. Please ignore.
355 Branch: maint-5.6/macperl
356 ! README.macos
357____________________________________________________________________________
358[ 11186] By: pudge on 2001/07/07 02:08:13
359 Log: Test. Please ignore.
360 Branch: maint-5.6/macperl
361 ! README.macos
362____________________________________________________________________________
363[ 11185] By: pudge on 2001/07/06 23:46:57
364 Log: Include changes already sent in separately as patches,
365 before branch was created.
366 Branch: maint-5.6/macperl
367 ! ext/File/Glob/bsd_glob.c ext/IO/lib/IO/Dir.pm gv.c
368 ! lib/DirHandle.pm lib/File/Basename.pm lib/File/Copy.pm
369 ! lib/File/Find.pm lib/diagnostics.pm perl.c t/base/term.t
370 ! t/comp/cpp.t t/comp/multiline.t t/comp/script.t t/comp/term.t
371 ! t/lib/anydbm.t t/lib/autoloader.t t/lib/dirhand.t
372 ! t/lib/filefind.t t/lib/io_dir.t t/lib/selfloader.t
373 ! t/op/anonsub.t t/op/closure.t t/op/defins.t t/op/die_exit.t
374 ! t/op/exec.t t/op/goto.t t/op/misc.t t/op/pack.t t/op/regexp.t
375 ! t/op/regexp_noamp.t t/op/split.t t/op/write.t
376 ! t/pragma/strict.t
377____________________________________________________________________________
378[ 11184] By: jhi on 2001/07/06 16:41:30
379 Log: Subject: [PATCH lib/Cwd.pm] QNX patch extended for NTO
380 From: Norton Allen <allen@huarp.harvard.edu>
381 Date: Fri, 6 Jul 2001 09:39:57 -0400 (edt)
382 Message-Id: <200107061339.JAA12582@bottesini.harvard.edu>
383 Branch: perl
384 ! utf8.h
385____________________________________________________________________________
386[ 11183] By: nick on 2001/07/06 16:27:40
387 Log: Integrate mainline
388 Branch: perlio
389 +> (branch 42 files)
390 - NetWare/perlsdio.h ext/util/mkbootstrap lib/Net/DummyInetd.pm
391 - lib/Net/PH.pm lib/Net/SNPP.pm lib/Net/t/ph.t
392 - win32/bin/mdelete.bat
393 !> (integrate 215 files)
394____________________________________________________________________________
395[ 11182] By: jhi on 2001/07/06 15:57:16
396 Log: The #11166 needed also these updated.
397 Branch: perl
398 ! lib/warnings.pm warnings.h
399____________________________________________________________________________
400[ 11181] By: jhi on 2001/07/06 13:24:42
401 Log: Update Changes.
402 Branch: perl
403 ! Changes patchlevel.h
404____________________________________________________________________________
00847e8a
JH
405[ 11180] By: jhi on 2001/07/06 13:20:08
406 Log: Regen toc.
407 Branch: perl
408 ! pod/perltoc.pod
409____________________________________________________________________________
410[ 11179] By: jhi on 2001/07/06 12:57:13
411 Log: Nit from Abhijit.
412 Branch: perl
413 ! lib/CPAN.pm
414____________________________________________________________________________
415[ 11178] By: jhi on 2001/07/06 12:53:04
416 Log: Retract #11172.
417 Branch: perl
418 ! t/op/method.t
419____________________________________________________________________________
420[ 11177] By: jhi on 2001/07/06 12:44:51
421 Log: Subject: [PATCH lib/Cwd.pm] QNX patch extended for NTO
422 From: Norton Allen <allen@huarp.harvard.edu>
423 Date: Fri, 6 Jul 2001 09:39:57 -0400 (edt)
424 Message-Id: <200107061339.JAA12582@bottesini.harvard.edu>
425 Branch: perl
426 ! lib/Cwd.pm
427____________________________________________________________________________
428[ 11176] By: jhi on 2001/07/06 12:42:45
429 Log: Subject: [PATCH lib/Cwd.pm] QNX patch extended for NTO
430 From: Norton Allen <allen@huarp.harvard.edu>
431 Date: Fri, 6 Jul 2001 09:39:57 -0400 (edt)
432 Message-Id: <200107061339.JAA12582@bottesini.harvard.edu>
433 Branch: perl
434 ! utf8.h
435____________________________________________________________________________
436[ 11175] By: jhi on 2001/07/06 12:29:56
437 Log: Retract #11165 since Sarathy pointed out it'll not
438 work properly under threads, the problem should be
439 solved using "the savestack, either via SSNEW() or
440 using a newSVpv()+SAVEFREESV() combo."
441 Branch: perl
442 ! ext/POSIX/POSIX.xs
443____________________________________________________________________________
444[ 11174] By: jhi on 2001/07/06 12:27:31
445 Log: Retract #11125 since NI-S pointed out it'll not work in
446 cases where the extension has their own handcrafted INC
447 et alia.
448 Branch: perl
449 ! lib/ExtUtils/MM_Unix.pm
450____________________________________________________________________________
451[ 11173] By: jhi on 2001/07/06 12:20:50
452 Log: Subject: RE: [PATCH] -I and MakeMaker again
453 From: "Konovalov, Vadim Vladimirovich (Vadim)" <vkonovalov@lucent.com>
454 Date: Fri, 6 Jul 2001 09:18:29 +0200
455 Message-ID: <E3FB32585BF1D411B9E900805FF51A0808C221@RU0022EXCH001U>
456 Branch: perl
457 ! lib/ExtUtils/MM_NW5.pm lib/ExtUtils/MM_VMS.pm
458 ! lib/ExtUtils/MM_Win32.pm
459____________________________________________________________________________
460[ 11172] By: jhi on 2001/07/06 12:18:39
461 Log: (Retracted by #11178)
462 Subject: [PATCH t/op/method.t] SUPER:: strangeness
463 From: Piers Cawley <pdcawley@iterative-software.com>
464 Date: 06 Jul 2001 10:49:01 +0100
465 Message-ID: <m2ith6xu9e.fsf@despairon.bofh.org.uk>
466 Branch: perl
467 ! t/op/method.t
468____________________________________________________________________________
469[ 11171] By: jhi on 2001/07/06 01:38:55
470 Log: VOS README update from Paul Green.
471 Branch: perl
472 ! README.vos
473____________________________________________________________________________
474[ 11170] By: jhi on 2001/07/06 01:19:33
475 Log: Subject: [PATCH README.qnx hints/qnx.sh]
476 From: Norton Allen <allen@huarp.harvard.edu>
477 Message-Id: <200107051755.NAA21422@bottesini.harvard.edu>
478 Date: Thu, 5 Jul 2001 13:55:11 -0400 (edt)
479 Branch: perl
480 ! README.qnx hints/qnx.sh
481____________________________________________________________________________
482[ 11169] By: jhi on 2001/07/06 01:17:43
483 Log: Subject: [PATCH] Doc patch for Tie::Hash
484 From: Artur Bergman <artur@contiller.se>
485 Date: Thu, 05 Jul 2001 22:51:18 +0200
486 Message-ID: <B76A9FE6.1F04%artur@contiller.se>
487 Branch: perl
488 ! lib/Tie/Hash.pm
489____________________________________________________________________________
490[ 11168] By: jhi on 2001/07/06 01:16:27
491 Log: Subject: [PATCH] perlfaq4.pod
492 From: "Liney, Dave" <dave.liney@gbr.conoco.com>
493 Message-ID: <1BB544A41666D311836C00902751FF6D01FD2D07@LONEX02>
494 Date: Thu, 5 Jul 2001 18:44:10 +0100
495 Branch: perl
496 ! pod/perlfaq4.pod
497____________________________________________________________________________
498[ 11167] By: jhi on 2001/07/06 01:14:41
499 Log: Subject: [PATCH B::Deparse] Make warnings handling more robust
500 From: Robin Houston <robin@kitsite.com>
501 Date: Thu, 5 Jul 2001 18:33:21 +0100
502 Message-ID: <20010705183321.A27345@robin.kitsite.com>
503 Branch: perl
504 ! ext/B/B/Deparse.pm
505____________________________________________________________________________
506[ 11166] By: jhi on 2001/07/06 01:11:50
507 Log: Subject: Re: [PATCH] mkdir() mode argument is missing initial 0
508 From: Abhijit Menon-Sen <ams@wiw.org>
509 Date: Fri, 6 Jul 2001 01:26:32 +0530
510 Message-ID: <20010706012632.A28327@lustre.dyn.wiw.org>
511 Branch: perl
512 ! dump.c op.c op.h opcode.h opcode.pl pod/perldiag.pod pp.sym
513 ! pp_proto.h t/lib/warnings/op t/lib/warnings/toke toke.c
514 ! warnings.pl
515____________________________________________________________________________
516[ 11165] By: jhi on 2001/07/06 00:19:26
517 Log: (Retracted by #11175)
518 Subject: [PATCH ext/POSIX/POSIX.pm] Re: sigaction.t under QNX
519 From: Norton Allen <allen@huarp.harvard.edu>
520 Message-Id: <200107051734.NAA13375@bottesini.harvard.edu>
521 Date: Thu, 5 Jul 2001 13:34:51 -0400 (edt)
522 Branch: perl
523 ! ext/POSIX/POSIX.xs
524____________________________________________________________________________
525[ 11164] By: jhi on 2001/07/06 00:14:57
526 Log: Unterminated C< (noticed by Richard Hatch), and few other
527 small Unicode doc tweaks.
528 Branch: perl
529 ! pod/perlretut.pod
530____________________________________________________________________________
531[ 11163] By: jhi on 2001/07/05 19:33:34
532 Log: More flexible argument understanding; add charblocks() and
533 charscripts(); make charblock() and charscript() two-way;
534 add charinrange(); separate the $Unicode::UCD::VERSION and
535 the version of the Unicode by adding UnicodeVersion().
536 Branch: perl
537 ! lib/Unicode/UCD.pm lib/Unicode/UCD.t
538____________________________________________________________________________
539[ 11162] By: jhi on 2001/07/05 13:38:36
540 Log: Update Unicode::UCD on \p{In...}.
541 Branch: perl
542 ! lib/Unicode/UCD.pm
543____________________________________________________________________________
544[ 11161] By: jhi on 2001/07/05 13:26:00
545 Log: Subject: Re: [PATCH lib/ExtUtils.t] Extra Files for QNX
546 From: Norton Allen <allen@huarp.harvard.edu>
547 Date: Thu, 5 Jul 2001 09:57:14 -0400 (edt)
548 Message-Id: <200107051357.JAA06285@bottesini.harvard.edu>
549 Branch: perl
550 ! lib/ExtUtils/MM_Unix.pm
551____________________________________________________________________________
552[ 11160] By: jhi on 2001/07/05 13:06:53
553 Log: POSIX-BC tweaks from Thomas Dorner.
554 Branch: perl
555 ! hints/posix-bc.sh perlio.h
556____________________________________________________________________________
557[ 11159] By: jhi on 2001/07/05 04:17:18
558 Log: Module updates for the delta.
559 Branch: perl
560 ! pod/perl572delta.pod
561____________________________________________________________________________
562[ 11158] By: jhi on 2001/07/05 03:45:19
563 Log: Subject: [PATCH ext/IO/lib/IO/t/io_sock.t] for QNX
564 From: Norton Allen <allen@huarp.harvard.edu>
565 Message-Id: <200107050259.WAA06843@bottesini.harvard.edu>
566 Date: Wed, 4 Jul 2001 22:59:00 -0400 (edt)
567 Branch: perl
568 ! ext/IO/lib/IO/t/io_sock.t
569____________________________________________________________________________
570[ 11157] By: jhi on 2001/07/05 03:44:19
571 Log: Subject: [PATCH perldiag.pod] Quick fixes
572 From: Simon Cozens <simon@netthink.co.uk>
573 Date: Wed, 4 Jul 2001 20:22:12 +0100
574 Message-ID: <20010704202212.A3690@deep-dark-truthful-mirror>
575 Branch: perl
576 ! pod/perldiag.pod
577____________________________________________________________________________
578[ 11156] By: jhi on 2001/07/05 03:43:28
579 Log: Subject: [PATCH perl@11099]Re: [ID 20010704.003] Taint mode breaks global match
580 From: Radu Greab <radu@netsoft.ro>
581 Date: Wed, 4 Jul 2001 22:13:31 +0300
582 Message-ID: <15171.27355.895094.128142@ix.netsoft.ro>
583 Branch: perl
584 ! op.c sv.c t/op/pos.t
585____________________________________________________________________________
586[ 11155] By: jhi on 2001/07/05 03:40:24
587 Log: Subject: [PATCH] -I and MakeMaker again
588 From: Michael G Schwern <schwern@pobox.com>
589 Date: Wed, 4 Jul 2001 15:03:07 -0400
590 Message-ID: <20010704150307.I20340@blackrider>
591
592 (and retract #11145)
593 Branch: perl
594 ! ext/util/make_ext lib/ExtUtils/MM_Unix.pm
595 ! lib/ExtUtils/MakeMaker.pm
596____________________________________________________________________________
597[ 11154] By: jhi on 2001/07/05 03:32:43
598 Log: Subject: Re: PERFORCE change 11142 for review
599 From: "Philip Newton" <Philip.Newton@gmx.net>
600 Date: Wed, 4 Jul 2001 20:46:26 +0200
601 Message-Id: <200107041841.VAA25380@taas.iki.fi>
602 Branch: perl
603 ! lib/ExtUtils/MakeMaker.pm
604____________________________________________________________________________
605[ 11153] By: jhi on 2001/07/05 03:29:21
606 Log: Subject: Re: [PATCH 2 pl2pm.PL] (was Re: [PATCH pl2pm.PL] Make pl2pm be nice with 'strict' and 'warnings')
607 From: Jonathan Stowe <gellyfish@gellyfish.com>
608 Date: Mon, 2 Jul 2001 20:45:53 +0100 (BST)
609 Message-ID: <Pine.LNX.4.33.0107022042570.8640-100000@orpheus.gellyfish.com>
610 Branch: perl
611 ! utils/pl2pm.PL
612____________________________________________________________________________
613[ 11152] By: gsar on 2001/07/05 00:52:57
614 Log: fix the binary compatibility issue when building with/without
615 usemymalloc by exporting Perl_malloc() et al as simple wrappers
616 around the system functions (this allows most extensions built
617 using one mode to coexist with perls built in the other mode)
618
619 XXX the Perl_mfree() wrapper might need to do return(free()) on
620 platforms where Free_t isn't "void"
621 Branch: perl
622 ! embed.h embed.pl makedef.pl proto.h util.c
623____________________________________________________________________________
624[ 11151] By: gsar on 2001/07/05 00:42:49
625 Log: perl built with USE_ITHREADS can deadlock during fork() or backticks
626 since it doesn't ensure threads other than the one calling fork()
627 aren't holding any locks; the fix is to use pthread_atfork() to
628 hold global locks
629
630 building perl with -Dusemymalloc exacerbates the problem since
631 Perl_malloc() holds a mutex, and perl's exec() calls New()
632
633 XXX the code in win32thread.h may be needed on platforms that have
634 no pthread_atfork()
635 Branch: perl
636 ! perl.c thread.h win32/win32thread.h
637____________________________________________________________________________
638[ 11150] By: pudge on 2001/07/04 20:07:54
639 Log: Integrate #11009 from maintperl.
640 Branch: maint-5.6/macperl
641 !> lib/ExtUtils/Manifest.pm
642____________________________________________________________________________
643[ 11149] By: pudge on 2001/07/04 19:54:46
644 Log: Flexing my Perforce muscles.
645 Branch: maint-5.6/macperl
646 ! README.macos
647____________________________________________________________________________
648[ 11148] By: jhi on 2001/07/04 17:14:51
649 Log: Update Changes.
650 Branch: perl
651 ! Changes patchlevel.h
652____________________________________________________________________________
653[ 11147] By: jhi on 2001/07/04 16:41:25
654 Log: Metaconfig unit change for #11146.
655 Branch: metaconfig/U/perl
656 ! d_fcntl_can_lock.U
657____________________________________________________________________________
d3a7fa0a
JH
658[ 11146] By: jhi on 2001/07/04 16:36:31
659 Log: Somehow the #ifdefs of the added code (in #11093) made
660 HP-UX to fail the fcntl locking test, without the ifdefs
661 the test seems to be working again. Reason unknown:
662 HP-UX cc doesn't complain either way.
663 Branch: perl
664 ! Configure
665____________________________________________________________________________
666[ 11145] By: jhi on 2001/07/04 16:08:00
667 Log: PERLRUNINST needed in some spots.
668 Branch: perl
669 ! lib/ExtUtils/MM_Unix.pm
670____________________________________________________________________________
671[ 11144] By: jhi on 2001/07/04 16:07:35
672 Log: gcc -Wall nit.
673 Branch: perl
674 ! pp_hot.c
675____________________________________________________________________________
676[ 11143] By: jhi on 2001/07/04 15:08:26
677 Log: When removing tests updating the test count is a good idea, too.
678 Branch: perl
679 ! lib/Net/t/require.t
680____________________________________________________________________________
681[ 11142] By: jhi on 2001/07/04 14:57:51
682 Log: Document #11134 and add the new symbols to the list of
683 of MakeMaker known ones.
684 Branch: perl
685 ! lib/ExtUtils/MakeMaker.pm
686____________________________________________________________________________
687[ 11141] By: jhi on 2001/07/04 14:34:11
688 Log: Microperl update.
689 Branch: perl
690 ! uconfig.h
691____________________________________________________________________________
692[ 11140] By: jhi on 2001/07/04 14:32:27
693 Log: Update the libnet tests as per #11138.
694 Branch: perl
695 - lib/Net/t/ph.t
696 ! MANIFEST lib/Net/t/require.t
697____________________________________________________________________________
698[ 11139] By: jhi on 2001/07/04 14:14:33
699 Log: Regen toc and modlib.
700 Branch: perl
701 ! pod/perlmodlib.pod pod/perltoc.pod
702____________________________________________________________________________
703[ 11138] By: jhi on 2001/07/04 14:10:38
704 Log: Remove DummyInetd, PH, and SNPP from the libnet, as per
705 Graham's request.
706 Branch: perl
707 - lib/Net/DummyInetd.pm lib/Net/PH.pm lib/Net/SNPP.pm
708 ! MANIFEST
709____________________________________________________________________________
710[ 11137] By: jhi on 2001/07/04 14:06:35
711 Log: Add the OS/390 harness results to the delta.
712 Branch: perl
713 ! pod/perl572delta.pod
714____________________________________________________________________________
715[ 11136] By: jhi on 2001/07/04 13:59:01
716 Log: Avoid the two study tests in OS/390 until the bug has been solved.
717 Branch: perl
718 ! t/op/study.t
719____________________________________________________________________________
720[ 11135] By: jhi on 2001/07/04 13:49:08
721 Log: DOS/DJGPP tweaks from Laszlo Molnar.
722 Branch: perl
723 ! AUTHORS djgpp/djgppsed.sh hints/dos_djgpp.sh t/op/write.t
724____________________________________________________________________________
725[ 11134] By: jhi on 2001/07/04 13:47:46
726 Log: Subject: [PATCH lib/ExtUtils/MM_Unix.pm and others] Fixing extra -I's with PERL_CORE
727 From: Michael G Schwern <schwern@pobox.com>
728 Date: Wed, 4 Jul 2001 00:01:16 -0400
729 Message-ID: <20010704000116.C591@blackrider>
730 Branch: perl
731 ! ext/util/make_ext lib/ExtUtils.t lib/ExtUtils/MM_Unix.pm
732____________________________________________________________________________
733[ 11133] By: jhi on 2001/07/04 01:55:20
734 Log: The #11132 missed singleton characters (not part
735 of a unilo..unihi range) in Unicode scripts.
736 Branch: perl
737 ! lib/unicode/In/0.pl lib/unicode/In/1.pl lib/unicode/In/10.pl
738 ! lib/unicode/In/11.pl lib/unicode/In/12.pl lib/unicode/In/13.pl
739 ! lib/unicode/In/15.pl lib/unicode/In/16.pl lib/unicode/In/17.pl
740 ! lib/unicode/In/18.pl lib/unicode/In/19.pl lib/unicode/In/20.pl
741 ! lib/unicode/In/21.pl lib/unicode/In/24.pl lib/unicode/In/29.pl
742 ! lib/unicode/In/3.pl lib/unicode/In/30.pl lib/unicode/In/34.pl
743 ! lib/unicode/In/35.pl lib/unicode/In/37.pl lib/unicode/In/39.pl
744 ! lib/unicode/In/4.pl lib/unicode/In/5.pl lib/unicode/In/6.pl
745 ! lib/unicode/In/8.pl lib/unicode/In/9.pl lib/unicode/Scripts.pl
746 ! lib/unicode/mktables.PL t/op/pat.t
747____________________________________________________________________________
748[ 11132] By: jhi on 2001/07/04 01:32:11
749 Log: Support preferentially the Unicode 'scripts' definition
750 in the \p{In...} notation since according to Unicode the
751 scripts concept is more natural for matching than using
752 the somewhat artificial block names. The block names are
753 still available, though, and if there's a name conflict,
754 the scripts one wins and the blocks one has to do with
755 'Block' appended to its name. For more information see
756
757 http://www.unicode.org/unicode/reports/tr24/
758 Branch: perl
759 + lib/unicode/In/100.pl lib/unicode/In/101.pl
760 + lib/unicode/In/102.pl lib/unicode/In/103.pl
761 + lib/unicode/In/104.pl lib/unicode/In/105.pl
762 + lib/unicode/In/106.pl lib/unicode/In/107.pl
763 + lib/unicode/In/108.pl lib/unicode/In/109.pl
764 + lib/unicode/In/110.pl lib/unicode/In/111.pl
765 + lib/unicode/In/112.pl lib/unicode/In/113.pl
766 + lib/unicode/In/114.pl lib/unicode/In/115.pl
767 + lib/unicode/In/116.pl lib/unicode/In/117.pl
768 + lib/unicode/In/118.pl lib/unicode/In/119.pl
769 + lib/unicode/In/120.pl lib/unicode/In/121.pl
770 + lib/unicode/In/122.pl lib/unicode/In/123.pl
771 + lib/unicode/In/124.pl lib/unicode/In/125.pl
772 + lib/unicode/In/126.pl lib/unicode/In/127.pl
773 + lib/unicode/In/128.pl lib/unicode/In/129.pl
774 + lib/unicode/In/130.pl lib/unicode/In/131.pl
775 + lib/unicode/In/132.pl lib/unicode/In/133.pl
776 + lib/unicode/In/134.pl lib/unicode/In/135.pl
777 + lib/unicode/In/96.pl lib/unicode/In/97.pl lib/unicode/In/98.pl
778 + lib/unicode/In/99.pl lib/unicode/Scripts.pl
779 ! (edit 106 files)
780____________________________________________________________________________
781[ 11131] By: jhi on 2001/07/03 23:02:02
782 Log: Better document the difference between a block and a script.
783 Branch: perl
784 ! lib/Unicode/UCD.pm
785____________________________________________________________________________
786[ 11130] By: jhi on 2001/07/03 22:49:15
787 Log: Subject: [ perl 5.6.1 ] CPAN.pm doc patch
788 From: Elaine -HFB- Ashton <elaine@chaos.wustl.edu>
789 Date: Tue, 3 Jul 2001 15:04:23 -0500
790 Message-ID: <20010703150423.C9787@chaos.wustl.edu>
791 Branch: perl
792 ! lib/CPAN.pm
793____________________________________________________________________________
794[ 11129] By: jhi on 2001/07/03 22:45:41
795 Log: Add tests for charscript().
796 Branch: perl
797 ! lib/Unicode/UCD.pm lib/Unicode/UCD.t
798____________________________________________________________________________
799[ 11128] By: jhi on 2001/07/03 20:41:54
800 Log: Add charscript() to get the UTR#24 script names of characters.
801 Branch: perl
802 ! lib/Unicode/UCD.pm
803____________________________________________________________________________
804[ 11127] By: jhi on 2001/07/03 19:53:29
805 Log: Todo updates.
806 Branch: perl
807 ! pod/perltodo.pod
808____________________________________________________________________________
809[ 11126] By: jhi on 2001/07/03 19:45:30
810 Log: Unicode::UCD updates.
811 Branch: perl
812 ! lib/Unicode/UCD.pm
813____________________________________________________________________________
814[ 11125] By: jhi on 2001/07/03 16:12:20
815 Log: Subject: MakeMaker should pass through DEFINE and INC to subdirs
816 From: Alan Burlison <Alan.Burlison@sun.com>
817 Date: Tue, 03 Jul 2001 15:20:13 +0100
818 Message-ID: <3B41D49D.A923D4F9@sun.com>
819 Branch: perl
820 ! lib/ExtUtils/MM_Unix.pm
821____________________________________________________________________________
822[ 11124] By: jhi on 2001/07/03 16:06:53
823 Log: Subject: Patch needed for UTS
824 From: hom00@utsglobal.com (Hal Morris)
825 Date: Tue, 3 Jul 2001 09:38:22 -0700 (PDT)
826 Message-Id: <200107031638.JAA11998@cepheus.utsglobal.com>
827
828 Replace #11113 with a better version.
829 Branch: perl
830 ! perl.h
831____________________________________________________________________________
832[ 11123] By: jhi on 2001/07/03 16:04:49
833 Log: Subject: Re: POINTERRIGOR
834 From: Andy Dougherty <doughera@lafayette.edu>
835 Date: Tue, 3 Jul 2001 11:49:28 -0400 (EDT)
836 Message-ID: <Pine.SOL.4.10.10107031040030.1982-100000@maxwell.phys.lafayette.edu>
837 Branch: perl
838 ! util.c
839____________________________________________________________________________
840[ 11122] By: jhi on 2001/07/03 16:03:31
841 Log: Subject: Re: [PATCH @11016] Fixes compile errors in four files
842 From: "Philip Newton" <pnewton@gmx.de>
843 Date: Tue, 3 Jul 2001 17:03:34 +0200
844 Message-ID: <3B41FAE6.29564.660E117@localhost>
845 Branch: perl
846 ! pp_hot.c
847____________________________________________________________________________
848[ 11121] By: jhi on 2001/07/03 13:26:08
849 Log: Typos.
850 Branch: perl
851 ! INSTALL
852____________________________________________________________________________
853[ 11120] By: jhi on 2001/07/03 11:34:47
854 Log: Subject: [PATCH 5.6.1] debugger fixes
855 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
856 Date: Tue, 3 Jul 2001 03:38:18 -0400
857 Message-ID: <20010703033818.A16788@math.ohio-state.edu>
858
859 The $^S is working again.
860 Branch: perl
861 ! lib/perl5db.pl
862____________________________________________________________________________
863[ 11119] By: jhi on 2001/07/03 11:33:27
864 Log: Subject: Re: [PATCH 5.6.1] OS/2 improvements
865 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
866 Date: Tue, 3 Jul 2001 03:34:06 -0400
867 Message-ID: <20010703033406.A16776@math.ohio-state.edu>
868 Branch: perl
869 ! os2/OS2/Process/Process.pm
870____________________________________________________________________________
871[ 11118] By: jhi on 2001/07/03 11:29:54
872 Log: Subject: [PATCH bleadperl] Bad lishp in change 11084
873 From: "Philip Newton" <Philip.Newton@gmx.net>
874 Date: Tue, 3 Jul 2001 09:11:27 +0200
875 Message-Id: <200107030706.KAA04596@taas.iki.fi>
876 Branch: perl
877 ! lib/FindBin.pm
878____________________________________________________________________________
879[ 11117] By: jhi on 2001/07/03 11:25:14
880 Log: Delta delta.
881 Branch: perl
882 ! pod/perl572delta.pod
883____________________________________________________________________________
884[ 11116] By: jhi on 2001/07/02 23:06:50
885 Log: Metaconfig unit change for 11115.
886 Branch: metaconfig
887 ! U/modified/libc.U
888____________________________________________________________________________
889[ 11115] By: jhi on 2001/07/02 23:06:27
890 Log: Whitespace allowed at the ends of /lib/syscalls.exp lines
891 (from Richard Hatch) (this was the cause of pipes() and
892 times() myeteriously not being found)
893 Branch: perl
894 ! Configure
895____________________________________________________________________________
896[ 11114] By: jhi on 2001/07/02 22:58:41
897 Log: Retract #10142, the real culprit found by Richard Hatch,
898 coming soon to Configure near you.
899 Branch: perl
900 ! hints/aix.sh
901____________________________________________________________________________
902[ 11113] By: jhi on 2001/07/02 22:56:09
903 Log: (Replaced by #11124) UTS workaround from Hal Morris.
904 Branch: perl
905 ! perl.h
906____________________________________________________________________________
907[ 11112] By: jhi on 2001/07/02 22:53:29
908 Log: Subject: [PATCH] grok not grocking correctly
909 From: Nicholas Clark <nick@ccl4.org>
910 Date: Tue, 3 Jul 2001 00:19:08 +0100
911 Message-ID: <20010703001908.H59620@plum.flirble.org>
912 Branch: perl
913 ! numeric.c
914____________________________________________________________________________
915[ 11111] By: jhi on 2001/07/02 22:48:42
916 Log: Subject: [PATCH Deparse.t] test just-posted patches
917 From: Robin Houston <robin@kitsite.com>
918 Date: Mon, 2 Jul 2001 23:46:15 +0100
919 Message-Id: <E15HCUN-0000Rh-00.2001-07-02-23-48-19@mail18.svr.pol.co.uk>
920 Branch: perl
921 ! ext/B/Deparse.t
922____________________________________________________________________________
923[ 11110] By: jhi on 2001/07/02 22:27:10
924 Log: Subject: [PATCH toke.c] autosplit into @F
925 From: Robin Houston <robin@kitsite.com>
926 Date: Mon, 2 Jul 2001 23:18:20 +0100
927 Message-Id: <E15HC3M-0007jL-00.2001-07-02-23-20-24@mail18.svr.pol.co.uk>
928 Branch: perl
929 ! perl.c toke.c
930____________________________________________________________________________
931[ 11109] By: jhi on 2001/07/02 22:25:03
932 Log: Subject: [PATCH B::Deparse] hash key auto-quoting
933 From: Robin Houston <robin@kitsite.com>
934 Date: Mon, 2 Jul 2001 23:00:48 +0100
935 Message-Id: <E15HBmR-0006mc-00.2001-07-02-23-02-55@mail18.svr.pol.co.uk>
936 Branch: perl
937 ! ext/B/B/Deparse.pm
938____________________________________________________________________________
939[ 11108] By: jhi on 2001/07/02 19:21:18
940 Log: Subject: Re: [PATCH perlsnap] '-' !~ /\w/
941 From: "Philip Newton" <Philip.Newton@gmx.net>
942 Date: Mon, 2 Jul 2001 22:06:22 +0200
943 (no Message-Id)
944 Branch: perl
945 ! ext/NDBM_File/hints/linux.pl
946____________________________________________________________________________
947[ 11107] By: jhi on 2001/07/02 19:19:25
948 Log: Subject: Re: Fixed pack problem - sort of
949 From: Nicholas Clark <nick@ccl4.org>
950 Date: Mon, 2 Jul 2001 20:59:20 +0100
951 Message-ID: <20010702205919.F59620@plum.flirble.org>
952 Branch: perl
953 ! pp_pack.c t/op/pack.t
954____________________________________________________________________________
955[ 11106] By: jhi on 2001/07/02 19:18:28
956 Log: Subject: Re: [PATCH 5.6.1] OS/2 cwd
957 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
958 Date: Mon, 2 Jul 2001 15:45:41 -0400
959 Message-ID: <20010702154541.B24295@math.ohio-state.edu>
960 Branch: perl
961 ! os2/os2.c
962____________________________________________________________________________
963[ 11105] By: jhi on 2001/07/02 19:17:27
00847e8a 964 Log: (Mistaken retraction)
d3a7fa0a
JH
965 Branch: perl
966 ! utils/pl2pm.PL
967____________________________________________________________________________
968[ 11104] By: jhi on 2001/07/02 18:56:15
969 Log: Detypo in #11103.
970 Branch: perl
971 ! utils/pl2pm.PL
972____________________________________________________________________________
973[ 11103] By: jhi on 2001/07/02 18:54:53
974 Log: Subject: [PATCH 2 pl2pm.PL] (was Re: [PATCH pl2pm.PL] Make pl2pm be nice with 'strict' and 'warnings')
975 From: Jonathan Stowe <gellyfish@gellyfish.com>
976 Date: Mon, 2 Jul 2001 19:17:21 +0100 (BST)
977 Message-ID: <Pine.LNX.4.33.0107021904530.7401-100000@orpheus.gellyfish.com>
978 Branch: perl
979 ! utils/pl2pm.PL
980____________________________________________________________________________
981[ 11102] By: jhi on 2001/07/02 18:16:09
982 Log: Subject: [PATCH perl@11059] UCD.pm: if at first you don't succeed, croak?
983 From: "Craig A. Berry" <craigberry@mac.com>
984 Date: Mon, 02 Jul 2001 14:11:23 -0500
985 Message-Id: <5.1.0.14.0.20010702140058.01b6c9c0@exchi01>
986 Branch: perl
987 ! lib/Unicode/UCD.pm
988____________________________________________________________________________
989[ 11101] By: jhi on 2001/07/02 18:14:51
990 Log: Subject: [PATCH] Re: op/numconvert.t failures
991 From: Nicholas Clark <nick@ccl4.org>
992 Date: Mon, 2 Jul 2001 20:10:48 +0100
993 Message-ID: <20010702201048.E59620@plum.flirble.org>
994 Branch: perl
995 ! t/op/numconvert.t
996____________________________________________________________________________
997[ 11100] By: jhi on 2001/07/02 17:51:44
998 Log: Update Changes.
999 Branch: perl
1000 ! Changes patchlevel.h
1001____________________________________________________________________________
f44d3bd2
JH
1002[ 11099] By: jhi on 2001/07/02 17:46:31
1003 Log: Retract #11055, didn't help much (2736 bytes vs 2725 bytes leaked).
1004 The real fix must be more involved. The line of code all the leaky
1005 call stacks seem to go through is op.c:2949, the PmopSTASH_set()
1006 line of Perl_newPMOP().
1007 Branch: perl
1008 ! op.h
1009____________________________________________________________________________
1010[ 11098] By: jhi on 2001/07/02 17:37:44
1011 Log: Based on
1012
1013 Subject: Re: sizeof(struct sembuf)
1014 From: Nicholas Clark <nick@ccl4.org>
1015 Date: Sun, 1 Jul 2001 22:26:48 +0100
1016 Message-ID: <20010701222648.W59620@plum.flirble.org>
1017
1018 but do semop() always the slow way.
1019 Branch: perl
1020 ! doio.c
1021____________________________________________________________________________
1022[ 11097] By: jhi on 2001/07/02 17:22:14
1023 Log: Subject: [PATCH] Encode/Tcl.t, for esc-seq encodings
1024 From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
1025 Date: Tue, 03 Jul 2001 00:56:30 +0900
1026 Message-Id: <20010703005600.2225.BQW10602@nifty.com>
1027 Branch: perl
1028 ! ext/Encode/Encode/Tcl.t
1029____________________________________________________________________________
1030[ 11096] By: jhi on 2001/07/02 17:11:24
1031 Log: Subject: [PATCH] Encode/Tcl.pm, continuous sequences
1032 From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
1033 Date: Tue, 03 Jul 2001 00:55:46 +0900
1034 Message-Id: <20010703005516.2222.BQW10602@nifty.com>
1035 Branch: perl
1036 ! ext/Encode/Encode/Tcl.pm
1037____________________________________________________________________________
1038[ 11095] By: jhi on 2001/07/02 17:07:14
1039 Log: Regen api and toc.
1040 Branch: perl
1041 ! pod/perlapi.pod pod/perltoc.pod
1042____________________________________________________________________________
1043[ 11094] By: jhi on 2001/07/02 16:29:42
1044 Log: Metaconfig unit change for #11093.
1045 Branch: metaconfig/U/perl
1046 ! d_fcntl_can_lock.U
1047____________________________________________________________________________
1048[ 11093] By: jhi on 2001/07/02 16:28:56
1049 Log: The fcntl locking test may hang if NFS locking messed up;
1050 break out with alarm(10).
1051 Branch: perl
1052 ! Configure
1053____________________________________________________________________________
1054[ 11092] By: jhi on 2001/07/02 14:11:31
1055 Log: Move the mdelete.bat from win32/bin to win32.
1056 Branch: perl
1057 ! MANIFEST
1058____________________________________________________________________________
1059[ 11091] By: jhi on 2001/07/02 14:10:01
1060 Log: Typo in #11083.
1061 Branch: perl
1062 ! ext/Time/Piece/Piece.t
1063____________________________________________________________________________
1064[ 11090] By: jhi on 2001/07/02 13:36:58
1065 Log: Netware tweaks from Guruprasad.
1066 Branch: perl
1067 - NetWare/perlsdio.h
1068 ! MANIFEST NetWare/Makefile NetWare/interface.c
1069 ! NetWare/interface.h NetWare/iperlhost.h NetWare/nwtinfo.h
1070 ! perlsdio.h
1071____________________________________________________________________________
1072[ 11089] By: jhi on 2001/07/02 13:25:40
1073 Log: Subject: Re: [PATH] shared -> unique;
1074 From: Abhijit Menon-Sen <ams@wiw.org>
1075 Date: Wed, 27 Jun 2001 03:51:27 +0530
1076 Message-ID: <20010627035127.A17623@lustre.lustre.dyn.wiw.org>
1077 Branch: perl
1078 ! dump.c gv.c gv.h op.c pp_sys.c sv.c toke.c xsutils.c
1079____________________________________________________________________________
1080[ 11088] By: jhi on 2001/07/02 13:24:27
1081 Log: Subject: Re: AIX / gcc-3.0
1082 From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
1083 Date: Mon, 02 Jul 2001 15:20:21 +0200
1084 Message-Id: <20010702151904.49BB.H.M.BRAND@hccnet.nl>
1085 Branch: perl
1086 ! hints/aix.sh
1087____________________________________________________________________________
1088[ 11087] By: jhi on 2001/07/02 13:23:21
1089 Log: Subject: Re: Bug report: split splits on wrong pattern
1090 From: Abhijit Menon-Sen <ams@wiw.org>
1091 Message-ID: <20010702163133.A23186@lustre.dyn.wiw.org>
1092 Date: Mon, 2 Jul 2001 16:31:33 +0530
1093 Branch: perl
1094 ! pp_ctl.c
1095____________________________________________________________________________
1096[ 11086] By: jhi on 2001/07/02 13:22:30
1097 Log: Subject: [PATCH 5.6.1] test harness
1098 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
1099 Date: Mon, 2 Jul 2001 06:29:21 -0400
1100 Message-ID: <20010702062921.A1810@math.ohio-state.edu>
1101 Branch: perl
1102 ! lib/Test/Harness.pm
1103____________________________________________________________________________
1104[ 11085] By: jhi on 2001/07/02 13:21:39
1105 Log: Subject: [PATCH 5.6.1] debugger goof
1106 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
1107 Date: Mon, 2 Jul 2001 06:27:22 -0400
1108 Message-ID: <20010702062722.A1746@math.ohio-state.edu>
1109 Branch: perl
1110 ! lib/perl5db.pl
1111____________________________________________________________________________
1112[ 11084] By: jhi on 2001/07/02 13:20:50
1113 Log: Subject: [PATCH 5.6.1] OS/2 cwd
1114 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
1115 Date: Mon, 2 Jul 2001 06:21:17 -0400
1116 Message-ID: <20010702062117.A1401@math.ohio-state.edu>
1117 Branch: perl
1118 ! lib/Cwd.pm lib/File/Find/taint.t lib/FindBin.pm os2/os2.c
1119____________________________________________________________________________
1120[ 11083] By: jhi on 2001/07/02 13:19:18
1121 Log: Make #11082 more OS/2-specific.
1122 Branch: perl
1123 ! ext/Time/Piece/Piece.t
1124____________________________________________________________________________
1125[ 11082] By: jhi on 2001/07/02 13:14:36
1126 Log: Subject: [PATCH 5.6.1] OS/2 gmtime()
1127 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
1128 Date: Mon, 2 Jul 2001 06:06:34 -0400
1129 Message-ID: <20010702060634.A1356@math.ohio-state.edu>
1130 Branch: perl
1131 ! ext/Time/Piece/Piece.t
1132____________________________________________________________________________
1133[ 11081] By: jhi on 2001/07/02 13:13:08
1134 Log: Subject: [PATCH B::Deparse] version number & changes
1135 From: Robin Houston <robin@kitsite.com>
1136 Date: Sun, 1 Jul 2001 17:17:29 +0100
1137 Message-ID: <20010701171729.A30678@puffinry.freeserve.co.uk>
1138 Branch: perl
1139 ! ext/B/B/Deparse.pm
1140____________________________________________________________________________
1141[ 11080] By: jhi on 2001/07/02 13:11:48
1142 Log: Subject: a small fix.
1143 From: "Konovalov, Vadim Vladimirovich (Vadim)" <vkonovalov@lucent.com>
1144 Date: Mon, 2 Jul 2001 12:17:53 +0200
1145 Message-ID: <E3FB32585BF1D411B9E900805FF51A08074B35@RU0022EXCH001U>
1146 Branch: perl
1147 ! ext/Thread/Thread.xs
1148____________________________________________________________________________
1149[ 11079] By: jhi on 2001/07/02 13:10:39
1150 Log: Subject: RE: perl@10907
1151 From: "Konovalov, Vadim Vladimirovich (Vadim)" <vkonovalov@lucent.com>
1152 Date: Mon, 2 Jul 2001 12:06:16 +0200
1153 Message-ID: <E3FB32585BF1D411B9E900805FF51A08074B2C@RU0022EXCH001U>
1154
1155 Borland C vs PerlIO.
1156 Branch: perl
1157 ! win32/config.bc win32/config_H.bc
1158____________________________________________________________________________
1159[ 11078] By: jhi on 2001/07/02 13:03:44
1160 Log: Subject: [PATCH] Report /pro/3gl/CPAN/perl-5.7.1
1161 From: "H.M. Brand" <merijn@l1.procura.nl>
1162 Date: Mon, 02 Jul 2001 11:18:57 +0200
1163 Message-Id: <20010702100811.4999.MERIJN@l1.procura.nl>
1164 Branch: perl
1165 ! t/op/write.t
1166____________________________________________________________________________
1167[ 11077] By: jhi on 2001/07/02 12:58:27
1168 Log: Subject: [PATCH] Deleting ext/util/mkbootstrap
1169 From: Michael G Schwern <schwern@pobox.com>
1170 Date: Mon, 2 Jul 2001 00:26:24 -0400
1171 Message-ID: <20010702002624.A18302@blackrider>
1172 Branch: perl
1173 - ext/util/mkbootstrap
1174____________________________________________________________________________
1175[ 11076] By: jhi on 2001/07/02 12:56:20
1176 Log: Subject: [PATCH op.h] v minor comment tweak
1177 From: Robin Houston <robin@puffinry.freeserve.co.uk>
1178 Date: Mon, 2 Jul 2001 00:42:01 +0100
1179 Message-Id: <E15GqxK-0006WZ-00.2001-07-02-00-48-46@mail18.svr.pol.co.uk>
1180 Branch: perl
1181 ! op.h
1182____________________________________________________________________________
1183[ 11075] By: jhi on 2001/07/02 12:53:48
1184 Log: SysV IPC semops use native shorts, not forced-to-16-bit-shorts.
1185 Branch: perl
1186 ! pod/perlfunc.pod
1187____________________________________________________________________________
1188[ 11074] By: jhi on 2001/07/02 12:52:28
1189 Log: Subject: Re: sizeof(struct sembuf)
1190 From: Nicholas Clark <nick@ccl4.org>
1191 Date: Sun, 1 Jul 2001 19:23:16 +0100
1192 Message-ID: <20010701192316.V59620@plum.flirble.org>
1193
1194 s/signaling/signalling/
1195 Branch: perl
1196 ! pod/perlfunc.pod
1197____________________________________________________________________________
1198[ 11073] By: jhi on 2001/07/02 12:49:51
1199 Log: Subject: [PATCH perlsnap] Suggestion for mnemonic for $^N
1200 From: "Philip Newton" <Philip.Newton@gmx.net>
1201 Date: Sun, 1 Jul 2001 09:37:56 +0200
1202 Message-Id: <200107010733.KAA03920@taas.iki.fi>
1203 Branch: perl
1204 ! pod/perlvar.pod
1205____________________________________________________________________________
1206[ 11072] By: jhi on 2001/07/02 12:48:03
1207 Log: Subject: [PATCH perlsnap] /^qnx|nto$/ --> /^(?:qnx|nto)$/
1208 From: "Philip Newton" <Philip.Newton@gmx.net>
1209 Date: Sun, 1 Jul 2001 09:37:56 +0200
1210 Message-Id: <200107010733.KAA03925@taas.iki.fi>
1211 Branch: perl
1212 ! lib/ExtUtils/MM_Unix.pm lib/File/Spec/Unix.pm
1213____________________________________________________________________________
1214[ 11071] By: jhi on 2001/07/02 12:45:12
1215 Log: Metaconfig unit change for #11070.
1216 Branch: metaconfig
1217 ! U/compline/randfunc.U
1218____________________________________________________________________________
1219[ 11070] By: jhi on 2001/07/02 12:43:58
1220 Log: Subject: [PATCH perlsnap] its --> it's --> its
1221 From: "Philip Newton" <Philip.Newton@gmx.net>
1222 Date: Sun, 1 Jul 2001 09:37:56 +0200
1223 Message-Id: <200107010733.KAA03914@taas.iki.fi>
1224 Branch: perl
1225 ! Porting/config_H
1226____________________________________________________________________________
1227[ 11069] By: jhi on 2001/07/02 12:01:52
1228 Log: Sync with Sarathy; integrate with perlio.
1229 Branch: perl
1230 !> gv.c
1231____________________________________________________________________________
1232[ 11068] By: gsar on 2001/07/02 08:07:54
1233 Log: regenerate win32/config_H.?c files
1234 Branch: perl
1235 ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
1236____________________________________________________________________________
1237[ 11067] By: gsar on 2001/07/02 08:03:55
1238 Log: rename s/sv_getcwd/getcwd_sv/ for better conformance to existing
1239 naming discipline
1240
1241 win32 fix: enable getcwd_sv() to work on windows (POSIX.t was failing
1242 because of this)
1243
1244 fix a warning about "fd" being used without being set in Cwd.xs
1245 Branch: perl
1246 ! embed.h embed.pl ext/Cwd/Cwd.xs ext/POSIX/POSIX.t
1247 ! ext/POSIX/POSIX.xs global.sym objXSUB.h perlapi.c
1248 ! pod/perlapi.pod proto.h util.c win32/config.bc win32/config.gc
1249 ! win32/config.vc
1250____________________________________________________________________________
1251[ 11066] By: gsar on 2001/07/02 07:12:10
1252 Log: win32 fixes: fix various syntax errors ("no preprocessor directives
1253 within macro arguments") and warnings ("unary minus applied to
1254 unsigned type", among others)
1255 Branch: perl
1256 ! gv.c hv.c op.c pp.c sv.c toke.c
1257____________________________________________________________________________
1258[ 11065] By: gsar on 2001/07/02 06:26:22
1259 Log: win32 fixes: more spurious CRs
1260 Branch: perl
1261 ! win32/mdelete.bat
1262____________________________________________________________________________
1263[ 11064] By: gsar on 2001/07/02 06:25:22
1264 Log: win32 tweaks: remove extra CRs from makefile.mk; move mdelete.bat
1265 from win32/bin (or it gets deleted by distclean); don't delete
1266 lib/Cwd.pm during distclean; mdelete.bat doesn't work properly on
1267 NT (should be made Win9x specific, and added to makefile.mk)
1268 Branch: perl
1269 +> win32/mdelete.bat
1270 - win32/bin/mdelete.bat
1271 ! win32/Makefile win32/makefile.mk
1272____________________________________________________________________________
1273[ 11063] By: nick on 2001/07/01 18:54:09
1274 Log: Quick for for #ifdef mess
1275 Branch: perlio
1276 ! gv.c
1277____________________________________________________________________________
1278[ 11062] By: nick on 2001/07/01 18:47:42
1279 Log: Raw integrate - does not build #if mess in gv.c
1280 Branch: perlio
1281 !> (integrate 29 files)
1282____________________________________________________________________________
1283[ 11061] By: jhi on 2001/07/01 15:20:38
1284 Log: Make 'compile' target a little less broken.
1285 Still very broken, though: -Wall warnings from
1286 the generated code, boot_Foo prototypes missing,
1287 can't autoload Fcntl::SEEK_CUR et alia, ...
1288 Branch: perl
1289 ! ext/B/B/C.pm pod/Makefile.SH t/TEST utils/Makefile
1290 ! utils/perlcc.PL x2p/Makefile.SH
1291____________________________________________________________________________
1292[ 11060] By: jhi on 2001/07/01 14:04:20
1293 Log: Upgrade to Storable 1.0.12, from Raphael Manfredi.
1294 Branch: perl
1295 ! ext/Storable/ChangeLog ext/Storable/Storable.pm
1296 ! ext/Storable/Storable.xs ext/Storable/t/freeze.t
1297____________________________________________________________________________
1298[ 11059] By: jhi on 2001/07/01 05:02:59
1299 Log: Update Changes.
1300 Branch: perl
1301 ! Changes patchlevel.h
1302____________________________________________________________________________
02d1ae82
JH
1303[ 11058] By: jhi on 2001/07/01 04:57:05
1304 Log: Still one typo, regen toc.
1305 Branch: perl
1306 ! lib/Unicode/UCD.pm pod/perltoc.pod
1307____________________________________________________________________________
1308[ 11057] By: jhi on 2001/07/01 04:54:35
1309 Log: Detypos and regen toc.
1310 Branch: perl
1311 ! README.os2 lib/Unicode/UCD.pm pod/perltoc.pod
1312____________________________________________________________________________
1313[ 11056] By: jhi on 2001/07/01 04:26:08
1314 Log: VERSION tweak.
1315 Branch: perl
1316 ! ext/List/Util/lib/List/Util.pm
1317____________________________________________________________________________
1318[ 11055] By: jhi on 2001/06/30 22:18:37
1319 Log: Attempt at plugging the leak under ithreads detected by Doug.
1320 Branch: perl
1321 ! op.h
1322____________________________________________________________________________
1323[ 11054] By: jhi on 2001/06/30 21:33:29
1324 Log: gcc -Wall lint after #11051.
1325 Branch: perl
1326 ! pp_sys.c
1327____________________________________________________________________________
1328[ 11053] By: jhi on 2001/06/30 21:13:55
1329 Log: Integrate perlio.
1330 Branch: perl
1331 !> lib/File/Find/taint.t
1332____________________________________________________________________________
1333[ 11052] By: jhi on 2001/06/30 21:07:38
1334 Log: Don't use the v-strings for module VERSIONs.
1335 Branch: perl
1336 ! lib/Unicode/UCD.pm
1337____________________________________________________________________________
1338[ 11051] By: jhi on 2001/06/30 20:59:57
1339 Log: Code cleanup based on turning off the -woffs in IRIX.
1340 Not all of the gripes cleaned up (hairy code in hv.c and
1341 regcomp.c; unused newsp, gimme, and optype from cop.h macros;
1342 unused 'key' arguments in ?DBM_File.xs) (and the -woffs left
1343 to the IRIX hints)
1344 Branch: perl
1345 ! ext/DB_File/DB_File.xs ext/Data/Dumper/Dumper.xs
1346 ! ext/IPC/SysV/SysV.xs ext/List/Util/Util.xs
1347 ! ext/PerlIO/Scalar/Scalar.xs gv.c mg.c op.c perlio.c pp_sys.c
1348 ! regcomp.c sv.c
1349____________________________________________________________________________
1350[ 11050] By: nick on 2001/06/30 20:46:46
1351 Log: Jeffrey Friedl's <jfriedl@yahoo.com> fix for lib/File/Find/taint.t
1352 Branch: perlio
1353 ! lib/File/Find/taint.t
1354____________________________________________________________________________
1355[ 11049] By: nick on 2001/06/30 18:13:33
1356 Log: Integrate mainline
1357 Branch: perlio
1358 +> NetWare/nwstdio.h NetWare/perlsdio.h
1359 +> ext/Encode/Encode/7bit-jis.enc ext/Encode/Encode/7bit-kana.enc
1360 +> ext/Encode/Encode/7bit-kr.enc lib/Unicode/UCD.pm
1361 +> lib/Unicode/UCD.t t/run/exit.t
1362 !> (integrate 60 files)
1363____________________________________________________________________________
1364[ 11048] By: jhi on 2001/06/30 16:23:39
1365 Log: Delta delta.
1366 Branch: perl
1367 ! pod/perl572delta.pod
1368____________________________________________________________________________
1369[ 11047] By: jhi on 2001/06/30 16:03:40
1370 Log: More VERSION tuning: to avoid unnecessary Perl upgrades
1371 by CPAN.pm, use rather _00.
1372 Branch: perl
1373 ! ext/Errno/Errno_pm.PL ext/IO/lib/IO/Dir.pm
1374 ! ext/IO/lib/IO/Handle.pm ext/IO/lib/IO/Seekable.pm
1375 ! ext/IO/lib/IO/Socket/UNIX.pm ext/IPC/SysV/Msg.pm
1376 ! ext/IPC/SysV/Semaphore.pm ext/IPC/SysV/SysV.pm
1377 ! ext/Time/HiRes/HiRes.pm lib/CGI/Pretty.pm lib/CPAN/Nox.pm
1378 ! lib/ExtUtils/Embed.pm lib/Test.pm
1379____________________________________________________________________________
1380[ 11046] By: jhi on 2001/06/30 15:53:22
1381 Log: Add a simple Unicode character database interface, Unicode::UCD.
1382 Branch: perl
1383 + lib/Unicode/UCD.pm lib/Unicode/UCD.t
1384 ! MANIFEST
1385____________________________________________________________________________
1386[ 11045] By: jhi on 2001/06/30 13:42:37
1387 Log: Subject: [PATCH] op/numconver.t
1388 From: Nicholas Clark <nick@ccl4.org>
1389 Date: Sat, 30 Jun 2001 15:40:10 +0100
1390 Message-ID: <20010630154010.I59620@plum.flirble.org>
1391 Branch: perl
1392 ! t/op/numconvert.t
1393____________________________________________________________________________
1394[ 11044] By: jhi on 2001/06/30 13:29:25
1395 Log: The $^N is now taken (by #11038).
1396 Branch: perl
1397 ! t/base/lex.t
1398____________________________________________________________________________
1399[ 11043] By: jhi on 2001/06/30 13:15:59
1400 Log: The #11040 had slipped to a wrong function...
1401 Branch: perl
1402 ! sv.c
1403____________________________________________________________________________
1404[ 11042] By: jhi on 2001/06/30 13:08:25
1405 Log: In 64-bit AIX 5L (oslevel 5.1.0.0, ccversion 5.0.2.0)
1406 the Configure library symbol probe mysteriously finds all
1407 symbols but those of pipe() and times().
1408 Branch: perl
1409 ! hints/aix.sh
1410____________________________________________________________________________
1411[ 11041] By: jhi on 2001/06/30 13:01:25
1412 Log: Subject: [PATCH] (was Re: not OK: perl@11006 on HP-UX B.11.00)
1413 From: Nicholas Clark <nick@ccl4.org>
1414 Date: Fri, 29 Jun 2001 23:49:07 +0100
1415 Message-ID: <20010629234907.D59620@plum.flirble.org>
1416 Branch: perl
1417 ! lib/ExtUtils.t
1418____________________________________________________________________________
1419[ 11040] By: jhi on 2001/06/30 13:00:24
1420 Log: Subject: [PATCH] weakref fix 2, not yet there
1421 From: Artur Bergman <artur@contiller.se>
1422 Date: Sat, 30 Jun 2001 01:18:16 +0200
1423 Message-ID: <B762D957.1CC9%artur@contiller.se>
1424 Branch: perl
1425 ! sv.c
1426____________________________________________________________________________
1427[ 11039] By: jhi on 2001/06/30 12:59:25
1428 Log: Subject: [PATCH t/run/exit.t] Another shot at testing exit codes.
1429 From: Michael G Schwern <schwern@pobox.com>
1430 Date: Fri, 29 Jun 2001 19:39:11 -0400
1431 Message-ID: <20010629193910.D25304@blackrider>
1432 Branch: perl
1433 + t/run/exit.t
1434 ! MANIFEST
1435____________________________________________________________________________
1436[ 11038] By: jhi on 2001/06/30 12:58:16
1437 Log: Add support for $^N, the most-recently closed group.
1438 Branch: perl
1439 ! embedvar.h gv.c mg.c perlapi.h pod/perlretut.pod
1440 ! pod/perltoc.pod pod/perlvar.pod regexec.c regexp.h t/op/pat.t
1441 ! thrdvar.h
1442____________________________________________________________________________
1443[ 11037] By: jhi on 2001/06/30 12:53:40
1444 Log: Subject: [ID 20010630.001] Editorial nits in README.solaris
1445 From: lvirden@cas.org
1446 Date: Sat, 30 Jun 2001 04:12:36 -0400 (EDT)
1447 Message-Id: <200106300812.f5U8CaG10447@lwv26awu.cas.org>
1448
1449 Subject: [ID 20010630.002] Another editorial tweak to README.solaris
1450 From: lvirden@cas.org
1451 Date: Sat, 30 Jun 2001 04:17:55 -0400 (EDT)
1452 Message-Id: <200106300817.f5U8HtN10626@lwv26awu.cas.org>
1453 Branch: perl
1454 ! README.solaris
1455____________________________________________________________________________
1456[ 11036] By: jhi on 2001/06/30 12:51:45
1457 Log: Subject: [PATCH] Encode.pm to use escape-sequence encoding
1458 From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
1459 Date: Sat, 30 Jun 2001 07:33:37 +0900
1460 Message-Id: <20010630073226.7C79.BQW10602@nifty.com>
1461
1462 Subject: Re: [PATCH] Encode.pm to use escape-sequence encoding
1463 From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
1464 Date: Sat, 30 Jun 2001 21:38:14 +0900
1465 Message-Id: <20010630213554.F67A.BQW10602@nifty.com>
1466 Branch: perl
1467 + ext/Encode/Encode/7bit-jis.enc ext/Encode/Encode/7bit-kana.enc
1468 + ext/Encode/Encode/7bit-kr.enc
1469 ! MANIFEST ext/Encode/Encode/Tcl.pm
1470____________________________________________________________________________
1471[ 11035] By: jhi on 2001/06/30 12:44:51
1472 Log: NetWare tweaks from Guruprasad.
1473 Branch: perl
1474 + NetWare/nwstdio.h NetWare/perlsdio.h
1475 ! MANIFEST NetWare/Makefile NetWare/config.wc
1476 ! NetWare/config_H.wc NetWare/nwperlsys.c NetWare/nwperlsys.h
1477 ! NetWare/t/Readme.txt
1478____________________________________________________________________________
1479[ 11034] By: jhi on 2001/06/29 23:28:16
1480 Log: More module $VERSION bump-ups.
1481 Branch: perl
1482 ! ext/Devel/Peek/Peek.pm lib/ExtUtils/Embed.pm
1483 ! lib/ExtUtils/Liblist.pm lib/ExtUtils/Manifest.pm
1484 ! lib/ExtUtils/Mksymlists.pm lib/IPC/Open3.pm
1485____________________________________________________________________________
1486[ 11033] By: jhi on 2001/06/29 21:25:23
1487 Log: Doc update due to #11032.
1488 Branch: perl
1489 ! pod/perl572delta.pod
1490____________________________________________________________________________
1491[ 11032] By: jhi on 2001/06/29 21:19:44
1492 Log: Subject: [PATCH: perl@11006] s/div/lib\$ediv/ in Time::HiRes for VAX
1493 From: Peter Prymmer <pvhp@forte.com>
1494 Date: Fri, 29 Jun 2001 14:02:16 -0700 (PDT)
1495 Message-ID: <Pine.OSF.4.10.10106291337520.65853-100000@aspara.forte.com>
1496 Branch: perl
1497 ! ext/Time/HiRes/HiRes.xs
1498____________________________________________________________________________
1499[ 11031] By: jhi on 2001/06/29 14:31:53
1500 Log: -lpthreads missing in AIX.
1501 Branch: perl
1502 ! hints/aix.sh
1503____________________________________________________________________________
1504[ 11030] By: jhi on 2001/06/29 14:08:12
1505 Log: Subject: [PATCH] CLONE && weakrefs
1506 From: Artur Bergman <artur@contiller.se>
1507 Date: Fri, 29 Jun 2001 17:02:00 +0200
1508 Message-ID: <B7626508.1CA0%artur@contiller.se>
1509 Branch: perl
1510 ! sv.c
1511____________________________________________________________________________
1512[ 11029] By: jhi on 2001/06/29 14:06:50
1513 Log: Subject: Re: Bug report: split splits on wrong pattern
1514 From: Radu Greab <radu@netsoft.ro>
1515 Date: Wed, 27 Jun 2001 21:50:52 +0300
1516 Message-ID: <15162.11020.279064.471031@ix.netsoft.ro>
1517 Branch: perl
1518 ! pp_ctl.c t/op/split.t
1519____________________________________________________________________________
1520[ 11028] By: jhi on 2001/06/29 13:47:38
1521 Log: Metaconfig unit change for #11027.
1522 Branch: metaconfig/U/perl
1523 ! d_modfl.U
1524____________________________________________________________________________
1525[ 11027] By: jhi on 2001/06/29 13:47:03
1526 Log: I thought this Configure glitch for AIX was just recently fixed?
1527 Branch: perl
1528 ! Configure
1529____________________________________________________________________________
1530[ 11026] By: jhi on 2001/06/29 13:14:07
1531 Log: Update Changes.
1532 Branch: perl
1533 ! Changes patchlevel.h
1534____________________________________________________________________________
f1defd63
JH
1535[ 11025] By: jhi on 2001/06/29 13:07:57
1536 Log: Subject: Re: perl@10967, File::Find, and Cwd
1537 From: Mike Guy <mjtg@cam.ac.uk>
1538 Date: Fri, 29 Jun 2001 14:56:49 +0100
1539 Message-Id: <E15FylN-0004LT-00@draco.cus.cam.ac.uk>
1540 Branch: perl
1541 ! lib/File/Find/taint.t
1542____________________________________________________________________________
1543[ 11024] By: jhi on 2001/06/29 12:39:23
1544 Log: Update the sv_pvprintify() spec.
1545 Branch: perl
1546 ! pod/perltodo.pod
1547____________________________________________________________________________
1548[ 11023] By: jhi on 2001/06/29 12:33:33
1549 Log: Known test failures update.
1550 Branch: perl
1551 ! pod/perl572delta.pod
1552____________________________________________________________________________
1553[ 11022] By: jhi on 2001/06/29 12:24:32
1554 Log: Based on
1555
1556 Subject: [PATCH @11016] More );) fixes
1557 From: Richard Soderberg <rs@crystalflame.net>
1558 Date: Fri, 29 Jun 2001 04:09:24 -0700 (PDT)
1559 Message-ID: <Pine.LNX.4.21.0106290408200.12037-100000@oregonnet.com>
1560 Branch: perl
1561 ! ext/Thread/Thread.xs ext/Thread/typemap
1562____________________________________________________________________________
1563[ 11021] By: jhi on 2001/06/29 12:21:51
1564 Log: Subject: [PATCH @11016] Fixes compile errors in four files
1565 From: Richard Soderberg <rs@crystalflame.net>
1566 Date: Fri, 29 Jun 2001 03:35:11 -0700 (PDT)
1567 Message-ID: <Pine.LNX.4.21.0106290333270.9768-100000@oregonnet.com>
1568 Branch: perl
1569 ! mg.c pp.c pp_hot.c util.c
1570____________________________________________________________________________
1571[ 11020] By: jhi on 2001/06/29 12:05:54
1572 Log: AIX hints tweaking continues, from Merijn Brand.
1573 Branch: perl
1574 ! hints/aix.sh
1575____________________________________________________________________________
1576[ 11019] By: jhi on 2001/06/29 12:05:10
1577 Log: HP-UX needs gccversion sooner, from Merijn Brand.
1578 Branch: perl
1579 ! hints/hpux.sh
1580____________________________________________________________________________
1581[ 11018] By: jhi on 2001/06/29 11:52:31
1582 Log: Subject: [PATCH 5.6.1] OS/2 docs
1583 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
1584 Date: Fri, 29 Jun 2001 02:34:12 -0400
1585 Message-ID: <20010629023412.A6033@math.ohio-state.edu>
1586 Branch: perl
1587 ! README.os2 os2/Changes
1588____________________________________________________________________________
1589[ 11017] By: nick on 2001/06/29 10:20:30
1590 Log: Integrate mainline
1591 Branch: perlio
1592 +> (branch 37 files)
1593 - ext/ODBM_File/sdbm.t
1594 !> (integrate 211 files)
1595____________________________________________________________________________
1596[ 11016] By: jhi on 2001/06/29 03:38:56
1597 Log: Bump up the VERSIONs of modules that have changed since 5.6.0,
1598 the modules found using a script written by Larry Schatzer Jr.
1599 Branch: perl
1600 ! ext/IO/lib/IO/Dir.pm ext/IO/lib/IO/Handle.pm
1601 ! ext/IO/lib/IO/Seekable.pm ext/IO/lib/IO/Select.pm
1602 ! ext/IO/lib/IO/Socket/INET.pm ext/IO/lib/IO/Socket/UNIX.pm
1603 ! ext/IPC/SysV/Msg.pm ext/IPC/SysV/Semaphore.pm
1604 ! ext/IPC/SysV/SysV.pm ext/Opcode/Opcode.pm ext/Opcode/Safe.pm
1605 ! ext/Thread/Thread.pm ext/attrs/attrs.pm ext/re/re.pm
1606 ! lib/AutoSplit.pm lib/Benchmark.pm lib/CGI/Pretty.pm
1607 ! lib/CPAN/Nox.pm lib/Exporter.pm lib/ExtUtils/Command.pm
1608 ! lib/ExtUtils/MakeMaker.pm lib/ExtUtils/Packlist.pm
1609 ! lib/File/Compare.pm lib/FileHandle.pm lib/Math/Complex.pm
1610 ! lib/Math/Trig.pm lib/Pod/Html.pm lib/Symbol.pm
1611 ! lib/Text/ParseWords.pm lib/Text/Soundex.pm lib/Text/Tabs.pm
1612 ! lib/Tie/Array.pm lib/attributes.pm lib/autouse.pm lib/base.pm
1613 ! lib/constant.pm lib/fields.pm lib/strict.pm
1614____________________________________________________________________________
1615[ 11015] By: jhi on 2001/06/29 02:55:58
1616 Log: The latest JPL from the anoncvs.
1617 Branch: perl
1618 ! jpl/JNI/JNI.pm jpl/JNI/JNI.xs jpl/JNI/Makefile.PL
1619____________________________________________________________________________
1620[ 11014] By: jhi on 2001/06/29 02:16:55
1621 Log: In EBCDIC assume UTF-EBCDIC, not UTF-8.
1622 Branch: perl
1623 ! t/op/pat.t
1624____________________________________________________________________________
1625[ 11013] By: jhi on 2001/06/28 23:14:53
1626 Log: Worrying about insecure directories now is a bit too late.
1627 Branch: perl
1628 ! lib/File/Find/taint.t
1629____________________________________________________________________________
1630[ 11012] By: jhi on 2001/06/28 21:36:36
1631 Log: Cannot DIE() in a void function,
1632 from Richard Hatch <rhatch@austin.ibm.com>.
1633 Branch: perl
1634 ! ext/IPC/SysV/SysV.xs
1635____________________________________________________________________________
1636[ 11011] By: jhi on 2001/06/28 19:32:13
1637 Log: Subject: [PATCH: perl@11006] s/qdiv/div/ in Time::HiRes for VAX
1638 From: Peter Prymmer <pvhp@forte.com>
1639 Date: Thu, 28 Jun 2001 13:00:18 -0700 (PDT)
1640 Message-ID: <Pine.OSF.4.10.10106281125220.508935-100000@aspara.forte.com>
1641
1642 (unfinished: time/hires tests 3, 5, 14 failing, but better
1643 than wholesale failure)
1644 Branch: perl
1645 ! ext/Time/HiRes/HiRes.xs
1646____________________________________________________________________________
1647[ 11010] By: jhi on 2001/06/28 19:10:54
1648 Log: Subject: [PATCH 5.6.1] OS/2 improvements
1649 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
1650 Date: Thu, 28 Jun 2001 16:03:14 -0400
1651 Message-ID: <20010628160314.A17906@math.ohio-state.edu>
1652 Branch: perl
1653 + os2/os2_base.t
1654 ! MANIFEST hints/os2.sh makedef.pl os2/OS2/PrfDB/PrfDB.xs
1655 ! os2/OS2/Process/Process.pm os2/OS2/Process/Process.xs
1656 ! os2/OS2/REXX/REXX.xs os2/dl_os2.c os2/dlfcn.h os2/os2.c
1657 ! os2/os2ish.h
1658____________________________________________________________________________
1659[ 11009] By: jhi on 2001/06/28 18:54:14
1660 Log: Subject: Incrementing Extutils::Manifest's $VERSION
1661 From: Michael G Schwern <schwern@pobox.com>
1662 Date: Thu, 28 Jun 2001 13:13:49 -0400
1663 Message-ID: <20010628131349.A14738@blackrider>
1664 Branch: maint-5.6/perl
1665 ! lib/ExtUtils/Manifest.pm
1666____________________________________________________________________________
1667[ 11008] By: jhi on 2001/06/28 18:52:20
1668 Log: AIX tweak from Merijn Brand.
1669 Branch: perl
1670 ! hints/aix.sh
1671____________________________________________________________________________
1672[ 11007] By: jhi on 2001/06/28 17:46:27
1673 Log: Create the macperl branch.
1674 Branch: maint-5.6/macperl
1675 +> (branch 1728 files)
1676____________________________________________________________________________
1677[ 11006] By: jhi on 2001/06/28 14:46:21
1678 Log: Update Changes.
1679 Branch: perl
1680 ! Changes patchlevel.h
1681____________________________________________________________________________
27c3e527
JH
1682[ 11005] By: jhi on 2001/06/28 14:40:11
1683 Log: More Perforce lore.
1684 Branch: perl
1685 ! Porting/repository.pod
1686____________________________________________________________________________
1687[ 11004] By: jhi on 2001/06/28 14:12:50
1688 Log: Metaconfig unit changes for #11003.
1689 Branch: metaconfig/U/perl
1690 + d_nl_langinfo.U i_langinfo.U
1691____________________________________________________________________________
1692[ 11003] By: jhi on 2001/06/28 14:12:27
1693 Log: Add Configure probes for nl_langinfo() and <langinfo.h>.
1694 Expected not to exist in non-UNIX excepting in VMS, where
1695 according to a quick web survey they just might.
1696 Branch: perl
1697 ! Configure NetWare/config.wc Porting/Glossary Porting/config.sh
1698 ! Porting/config_H config_h.SH configure.com epoc/config.sh
1699 ! perl.h uconfig.h uconfig.sh vos/config.alpha.def
1700 ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
1701 ! win32/config.bc win32/config.gc win32/config.vc
1702____________________________________________________________________________
1703[ 11002] By: jhi on 2001/06/28 13:39:11
1704 Log: One shouldn't use XBS5_ILP32_OFFBIG_CFLAGS et alia
1705 in AIX is one is doing a 64-bit build.
1706 Branch: perl
1707 ! hints/aix.sh
1708____________________________________________________________________________
1709[ 11001] By: jhi on 2001/06/28 13:28:37
1710 Log: Metaconfig unit changes for #11000.
1711 Branch: metaconfig/U/perl
1712 ! use64bits.U uselfs.U
1713____________________________________________________________________________
1714[ 11000] By: jhi on 2001/06/28 13:21:16
1715 Log: Move use64bitint and use64bitall before uselargefiles.
1716 Branch: perl
1717 ! Configure
1718____________________________________________________________________________
1719[ 10999] By: jhi on 2001/06/28 03:49:07
1720 Log: Subject: [ID 20010625.009] open(FILE,"+foo") [PATCH]
1721 From: Robert Spier <rspier@pobox.com>
1722 Message-ID: <15162.41164.618712.841415@rls.cx>
1723 Date: Wed, 27 Jun 2001 23:13:16 -0400
1724 Branch: perl
1725 ! doio.c
1726____________________________________________________________________________
1727[ 10998] By: jhi on 2001/06/28 03:42:57
1728 Log: Subject: [PATCH: perl@10996] avoid overflow in numeric.c:S_mulexp10() on VAX
1729 From: Peter Prymmer <pvhp@forte.com>
1730 Date: Wed, 27 Jun 2001 19:25:49 -0700 (PDT)
1731 Message-ID: <Pine.OSF.4.10.10106271922120.465082-100000@aspara.forte.com>
1732 Branch: perl
1733 ! numeric.c
1734____________________________________________________________________________
1735[ 10997] By: jhi on 2001/06/28 03:42:12
1736 Log: Subject: [patch perl@10996] "fix" VAX Digest/MD5, Fcntl, brokennes in SDBM
1737 From: Peter Prymmer <pvhp@forte.com>
1738 Date: Wed, 27 Jun 2001 17:33:33 -0700 (PDT)
1739 Message-ID: <Pine.OSF.4.10.10106271705390.467850-100000@aspara.forte.com>
1740 Branch: perl
1741 ! configure.com ext/Digest/MD5/Makefile.PL
1742____________________________________________________________________________
1743[ 10996] By: jhi on 2001/06/27 20:34:11
1744 Log: Update Changes.
1745 Branch: perl
1746 ! Changes patchlevel.h
1747____________________________________________________________________________
e7b7be70
JH
1748[ 10995] By: jhi on 2001/06/27 20:06:28
1749 Log: Tiny EPOC updates.
1750 Branch: perl
1751 ! epoc/config.sh
1752____________________________________________________________________________
1753[ 10994] By: jhi on 2001/06/27 19:55:16
1754 Log: The Test::More and Test::Simple tests required help
1755 thanks to our schizophrenic test scheme.
1756 Branch: perl
1757 ! lib/Test/More/t/fail-like.t lib/Test/More/t/fail.t
1758 ! lib/Test/More/t/plan_is_noplan.t lib/Test/More/t/skipall.t
1759 ! lib/Test/Simple/t/exit.t lib/Test/Simple/t/extra.t
1760 ! lib/Test/Simple/t/fail.t lib/Test/Simple/t/missing.t
1761 ! lib/Test/Simple/t/no_plan.t lib/Test/Simple/t/plan_is_noplan.t
1762____________________________________________________________________________
1763[ 10993] By: jhi on 2001/06/27 17:17:30
1764 Log: Upgrade to Test::Simple 0.09.
1765 Branch: perl
1766 + lib/Test/Simple/Changes
1767 ! MANIFEST lib/Test/Simple.pm lib/Test/Simple/t/exit.t
1768 ! lib/Test/Simple/t/extra.t lib/Test/Simple/t/fail.t
1769 ! lib/Test/Simple/t/missing.t lib/Test/Simple/t/no_plan.t
1770 ! lib/Test/Simple/t/plan_is_noplan.t
1771____________________________________________________________________________
1772[ 10992] By: jhi on 2001/06/27 17:11:28
1773 Log: Upgrade to Test::More 0.07.
1774 Branch: perl
1775 + lib/Test/More/Changes
1776 ! MANIFEST lib/Test/More.pm lib/Test/More/t/fail-like.t
1777 ! lib/Test/More/t/fail.t lib/Test/More/t/plan_is_noplan.t
1778 ! lib/Test/More/t/skipall.t
1779____________________________________________________________________________
1780[ 10991] By: jhi on 2001/06/27 17:04:13
1781 Log: Subject: Re: [PATCH] gcc-3.0 warnings on HP-UX
1782 From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
1783 Date: Wed, 27 Jun 2001 18:40:04 +0200
1784 Message-Id: <20010627182601.7261.H.M.BRAND@hccnet.nl>
1785 Branch: perl
1786 ! hints/hpux.sh
1787____________________________________________________________________________
1788[ 10990] By: jhi on 2001/06/27 17:02:55
1789 Log: Subject: [PATCH README.qnx hints/qnx.sh]
1790 From: Norton Allen <allen@huarp.harvard.edu>
1791 Date: Wed, 27 Jun 2001 13:46:03 -0400 (edt)
1792 Message-Id: <200106271746.NAA02789@bottesini.harvard.edu>
1793 Branch: perl
1794 ! README.qnx hints/qnx.sh
1795____________________________________________________________________________
1796[ 10989] By: jhi on 2001/06/27 14:33:53
1797 Log: Subject: [PATCH] two little documentation nits
1798 From: Abhijit Menon-Sen <ams@wiw.org>
1799 Date: Wed, 27 Jun 2001 20:07:50 +0530
1800 Message-ID: <20010627200750.A15756@lustre.lustre.dyn.wiw.org>
1801 Branch: perl
1802 ! sv.c sv.h
1803____________________________________________________________________________
1804[ 10988] By: jhi on 2001/06/27 13:33:32
1805 Log: Subject: [PATCH File/Spec/Unix.pm ExtUtils/MM_Unix.pm] for QNX
1806 From: Norton Allen <allen@huarp.harvard.edu>
1807 Date: Wed, 27 Jun 2001 10:33:05 -0400 (edt)
1808 Message-Id: <200106271433.KAA04947@bottesini.harvard.edu>
1809 Branch: perl
1810 ! lib/ExtUtils/MM_Unix.pm lib/File/Spec/Unix.pm
1811____________________________________________________________________________
1812[ 10987] By: jhi on 2001/06/27 12:14:36
1813 Log: Subject: [PATCH vms/test.com] Adding TODO tests (was: Re: a report on perl@10930 results on a couple of Alphas)
1814 From: Michael G Schwern <schwern@pobox.com>
1815 Date: Wed, 27 Jun 2001 02:34:58 -0400
1816 Message-ID: <20010627023458.K23874@blackrider>
1817 Branch: perl
1818 ! vms/test.com
1819____________________________________________________________________________
1820[ 10986] By: jhi on 2001/06/27 12:01:49
1821 Log: Add perl_clone_host() for Netware.
1822 Branch: perl
1823 ! NetWare/nw5.c
1824____________________________________________________________________________
1825[ 10985] By: jhi on 2001/06/27 11:56:53
1826 Log: GCC 3.0 hints for HP-UX.
1827 Branch: perl
1828 ! hints/hpux.sh
1829____________________________________________________________________________
1830[ 10984] By: jhi on 2001/06/27 11:55:06
1831 Log: In some Linux distributions the libndbm is broken
1832 (no null key support), therefore link with libgdbm
1833 (if available), since it has a working ndbm emulation,
1834 from Jonathan Stowe.
1835 Branch: perl
1836 + ext/NDBM_File/hints/linux.pl
1837 ! MANIFEST
1838____________________________________________________________________________
1839[ 10983] By: jhi on 2001/06/27 11:48:56
1840 Log: Subject: [PATCH perl@10930] find.t hack for VMS
1841 From: "Craig A. Berry" <craigberry@mac.com>
1842 Date: Tue, 26 Jun 2001 23:40:25 -0500
1843 Message-Id: <a05101000b75f10cdc80f@[192.168.56.145]>
1844 Branch: perl
1845 ! lib/File/Find/find.t
1846____________________________________________________________________________
1847[ 10982] By: jhi on 2001/06/27 11:47:30
1848 Log: AUTHORS updates.
1849 Branch: perl
1850 ! AUTHORS
1851____________________________________________________________________________
1852[ 10981] By: jhi on 2001/06/27 11:46:02
1853 Log: Metaconfig unit change like #10980.
1854 Branch: metaconfig
1855 ! U/compline/d_stdstdio.U
1856____________________________________________________________________________
1857[ 10980] By: jhi on 2001/06/27 11:45:29
1858 Log: "lose the it's", from Abhijit Menon-Sen.
1859 ("It's" not searched, pods not searched.)
1860 Branch: perl
1861 ! Porting/Glossary Porting/config_H README.qnx config_h.SH
1862 ! emacs/cperl-mode.el ext/IPC/SysV/Semaphore.pm
1863 ! ext/List/Util/lib/Scalar/Util.pm hints/next_3.sh hints/qnx.sh
1864 ! lib/CPAN/Nox.pm lib/ExtUtils/Embed.pm lib/ExtUtils/MM_NW5.pm
1865 ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_VMS.pm
1866 ! lib/ExtUtils/MM_Win32.pm lib/Net/DummyInetd.pm win32/win32.c
1867____________________________________________________________________________
1868[ 10979] By: jhi on 2001/06/27 11:36:40
1869 Log: "lose the looses", from Abhijit Menon-Sen.
1870 Branch: perl
1871 ! ext/B/B/Assembler.pm gv.c
1872____________________________________________________________________________
1873[ 10978] By: jhi on 2001/06/27 11:35:38
1874 Log: Catch FP exceptions also in z/OS (aka OS/390), from Peter Prymmer.
1875 Branch: perl
1876 ! hints/os390.sh
1877____________________________________________________________________________
1878[ 10977] By: jhi on 2001/06/27 11:33:28
1879 Log: DEC C 5.3 on the VAX simply doesn't seem to like
1880 compiling the MD5 extension, disable it there for now,
1881 from Peter Prymmer.
1882 Branch: perl
1883 ! configure.com
1884____________________________________________________________________________
1885[ 10976] By: jhi on 2001/06/26 21:35:40
1886 Log: Subject: Re: [PATCH perlfaq3.pod] and a question about it.
1887 From: Jonathan Stowe <gellyfish@gellyfish.com>
1888 Date: Tue, 26 Jun 2001 20:53:40 +0100 (BST)
1889 Message-ID: <Pine.LNX.4.33.0106262052060.10849-100000@orpheus.gellyfish.com>
1890 Branch: perl
1891 ! pod/perlfaq3.pod
1892____________________________________________________________________________
1893[ 10975] By: jhi on 2001/06/26 21:32:41
1894 Log: Subject: [PATCH 5.6.1] perlxs misprints
1895 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
1896 Date: Tue, 26 Jun 2001 17:20:00 -0400
1897 Message-ID: <20010626172000.A26951@math.ohio-state.edu>
1898 Branch: perl
1899 ! pod/perlxs.pod
1900____________________________________________________________________________
1901[ 10974] By: jhi on 2001/06/26 21:31:51
1902 Log: Subject: [PATCH 5.6.1] xsubpp flags from the command line
1903 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
1904 Date: Tue, 26 Jun 2001 17:27:07 -0400
1905 Message-ID: <20010626172707.A27097@math.ohio-state.edu>
1906 Branch: perl
1907 ! lib/ExtUtils/MM_Unix.pm
1908____________________________________________________________________________
1909[ 10973] By: jhi on 2001/06/26 21:27:05
1910 Log: Subject: [PATCH 5.6.1] OPTIMIZE=-g
1911 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
1912 Date: Tue, 26 Jun 2001 17:23:24 -0400
1913 Message-ID: <20010626172324.A27003@math.ohio-state.edu>
1914 Branch: perl
1915 ! hints/os2.sh lib/ExtUtils/MM_Unix.pm os2/Makefile.SHs
1916____________________________________________________________________________
1917[ 10972] By: jhi on 2001/06/26 20:27:19
1918 Log: Better place for nop IN_LOCALE_NUMERIC, pointed out
1919 by Olaf Flebbe.
1920 Branch: perl
1921 ! perl.h
1922____________________________________________________________________________
1923[ 10971] By: jhi on 2001/06/26 19:59:41
1924 Log: Detypo.
1925 Branch: perl
1926 ! lib/Memoize/t/tie_sdbm.t
1927____________________________________________________________________________
1928[ 10970] By: jhi on 2001/06/26 19:10:19
1929 Log: perl_clone_host() needs PERL_IMPLICIT_SYS.
1930 Branch: perl
1931 ! win32/perllib.c
1932____________________________________________________________________________
1933[ 10969] By: jhi on 2001/06/26 17:21:31
1934 Log: Subject: [patch] perl_clone+CvFILE
1935 From: Doug MacEachern <dougm@covalent.net>
1936 Date: Tue, 26 Jun 2001 09:01:16 -0700 (PDT)
1937 Message-ID: <Pine.LNX.4.21.0106260900480.28420-100000@mako.covalent.net>
1938 Branch: perl
1939 ! sv.c
1940____________________________________________________________________________
1941[ 10968] By: jhi on 2001/06/26 16:48:32
1942 Log: Subject: Re: SDBM on VMS (was Re: a report on perl@10930 results on a couple of Alphas)
1943 From: Mark-Jason Dominus <mjd@plover.com>
1944 Date: Tue, 26 Jun 2001 12:33:01 -0400
1945 Message-ID: <20010626163301.31298.qmail@plover.com>
1946 Branch: perl
1947 ! lib/Memoize/t/tie.t lib/Memoize/t/tie_sdbm.t
1948____________________________________________________________________________
1949[ 10967] By: jhi on 2001/06/26 14:21:49
1950 Log: Update Changes.
1951 Branch: perl
1952 ! Changes patchlevel.h
1953____________________________________________________________________________
debca88a
JH
1954[ 10966] By: jhi on 2001/06/26 14:08:34
1955 Log: Also catfile() needs now to explicitly exported.
1956 Branch: perl
1957 ! lib/Memoize/t/tie.t lib/Memoize/t/tie_sdbm.t
1958____________________________________________________________________________
1959[ 10965] By: jhi on 2001/06/26 13:57:54
1960 Log: Regen toc.
1961 Branch: perl
1962 ! pod/perltoc.pod
1963____________________________________________________________________________
1964[ 10964] By: jhi on 2001/06/26 13:56:11
1965 Log: Nonexistent pod command.
1966 Branch: perl
1967 ! pod/perl572delta.pod
1968____________________________________________________________________________
1969[ 10963] By: jhi on 2001/06/26 13:50:53
1970 Log: Be more portable in the quest for tmpdir.
1971 Branch: perl
1972 ! lib/Memoize/t/tie.t lib/Memoize/t/tie_sdbm.t
1973____________________________________________________________________________
1974[ 10962] By: jhi on 2001/06/26 13:43:51
1975 Log: Be more portable in finding out the home directory,
1976 and use File::Spec to do the concat.
1977 (Come to think of it, couldn't File::Spec provide
1978 for a ->homedir method?)
1979 Branch: perl
1980 ! lib/Net/Config.pm
1981____________________________________________________________________________
1982[ 10961] By: jhi on 2001/06/26 13:37:30
1983 Log: Doc patch for #10959.
1984 Branch: perl
1985 ! pod/perlfunc.pod
1986____________________________________________________________________________
1987[ 10960] By: jhi on 2001/06/26 13:33:07
1988 Log: Subject: Re: [DOC PATCH bleadperl] Document $count = () = $string =~ /\d+/g
1989 From: "Philip Newton" <pnewton@gmx.de>
1990 Date: Tue, 26 Jun 2001 16:26:47 +0200
1991 Message-ID: <3B38B7C7.32635.1E8DC14@localhost>
1992 Branch: perl
1993 ! pod/perldata.pod
1994____________________________________________________________________________
1995[ 10959] By: jhi on 2001/06/26 13:31:57
1996 Log: Subject: [PATH] shared -> unique;
1997 From: "Artur Bergman" <artur@contiller.se>
1998 Date: Tue, 26 Jun 2001 16:18:40 +0200
1999 Message-ID: <002001c0fe4a$e623ba30$21000a0a@vogw2kdev>
2000
2001 Because "shared" isn't: it's read-only.
2002 Branch: perl
2003 ! toke.c xsutils.c
2004____________________________________________________________________________
2005[ 10958] By: jhi on 2001/06/26 13:28:27
2006 Log: Escape multiline croak messages.
2007 Branch: perl
2008 ! t/op/ver.t
2009____________________________________________________________________________
2010[ 10957] By: jhi on 2001/06/26 13:18:34
2011 Log: No more pragma/*.t for minitest.
2012 Branch: perl
2013 ! Makefile.SH
2014____________________________________________________________________________
2015[ 10956] By: jhi on 2001/06/26 13:18:00
2016 Log: AUTHORS updates.
2017 Branch: perl
2018 ! AUTHORS
2019____________________________________________________________________________
2020[ 10955] By: jhi on 2001/06/26 13:17:05
2021 Log: delta updates.
2022 Branch: perl
2023 ! pod/perl572delta.pod
2024____________________________________________________________________________
2025[ 10954] By: jhi on 2001/06/26 12:36:07
2026 Log: Subject: [PATCH] Adds perl_clone_host under IMPLICIT SYS
2027 From: Artur Bergman <artur@contiller.se>
2028 Date: Tue, 26 Jun 2001 15:32:53 +0200
2029 Message-ID: <B75E5BA5.1A7C%artur@contiller.se>
2030 Branch: perl
2031 ! makedef.pl sv.c sv.h win32/perllib.c
2032____________________________________________________________________________
2033[ 10953] By: jhi on 2001/06/26 12:33:55
2034 Log: Subject: [PATCH ext/Time/HiRes/Makefile.PL perl@10929] Test Fails on SCO
2035 From: Jonathan Stowe <gellyfish@gellyfish.com>
2036 Date: Tue, 26 Jun 2001 10:29:57 +0100 (BST)
2037 Message-ID: <Pine.LNX.4.33.0106261021540.18774-100000@orpheus.gellyfish.com>
2038
2039 SCO OpenServer 5.0.5 needs an explicit -lc for usleep().
2040 Branch: perl
2041 + ext/Time/HiRes/hints/sco.pl
2042 ! MANIFEST
2043____________________________________________________________________________
2044[ 10952] By: jhi on 2001/06/26 11:57:44
2045 Log: Subject: [PATCH 5.6.1] static build
2046 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
2047 Date: Tue, 26 Jun 2001 04:22:25 -0400
2048 Message-ID: <20010626042225.A2604@math.ohio-state.edu>
2049 Branch: perl
2050 ! ext/List/Util/Makefile.PL lib/ExtUtils.t
2051 ! lib/ExtUtils/MM_Unix.pm os2/Makefile.SHs
2052____________________________________________________________________________
2053[ 10951] By: jhi on 2001/06/26 11:55:59
2054 Log: DJGPP patches from Laszlo Molnar.
2055 Branch: perl
2056 ! djgpp/djgpp.c perl.c util.c
2057____________________________________________________________________________
2058[ 10950] By: jhi on 2001/06/26 11:54:32
2059 Log: Netware patches from Ananth Kesari.
2060 Branch: perl
2061 ! NetWare/Makefile NetWare/config_H.wc NetWare/nw5sck.c
2062 ! NetWare/nw5sck.h NetWare/nwperlsys.c NetWare/nwperlsys.h
2063 ! NetWare/nwtinfo.h
2064____________________________________________________________________________
2065[ 10949] By: jhi on 2001/06/26 11:49:09
2066 Log: Detypo.
2067 Branch: perl
2068 ! ext/Errno/Errno_pm.PL
2069____________________________________________________________________________
2070[ 10948] By: jhi on 2001/06/26 03:44:29
2071 Log: There seems to be two ways of spelling the $^O in *STEP.
2072 Branch: perl
2073 ! ext/Errno/Errno_pm.PL
2074____________________________________________________________________________
2075[ 10947] By: jhi on 2001/06/26 03:01:01
2076 Log: OpenSTEP has gcc 2.7.2.1 which recognizes but does not implement
2077 the -dM flag, from Daniel Ashton <jdashton@AshtonFam.org>.
2078 Branch: perl
2079 ! ext/Errno/Errno_pm.PL
2080____________________________________________________________________________
2081[ 10946] By: jhi on 2001/06/26 02:50:46
2082 Log: Known bugs update.
2083 Branch: perl
2084 ! pod/perl572delta.pod
2085____________________________________________________________________________
2086[ 10945] By: jhi on 2001/06/26 01:15:39
2087 Log: The default installation of Cygwin has 500 as root's uid.
2088 Branch: perl
2089 ! lib/User/pwent.t
2090____________________________________________________________________________
2091[ 10944] By: jhi on 2001/06/26 01:12:39
2092 Log: Be even more relaxed (re-allow having only one entry).
2093 Branch: perl
2094 ! t/op/grent.t t/op/pwent.t
2095____________________________________________________________________________
2096[ 10943] By: jhi on 2001/06/26 01:03:30
2097 Log: Test failure updates.
2098 Branch: perl
2099 ! pod/perl572delta.pod
2100____________________________________________________________________________
2101[ 10942] By: jhi on 2001/06/25 23:32:05
2102 Log: MPE/iX test tweaks from Mark Bixby.
2103 Branch: perl
2104 ! ext/POSIX/POSIX.t ext/Storable/t/lock.t ext/Time/HiRes/HiRes.t
2105 ! t/io/fs.t t/op/stat.t
2106____________________________________________________________________________
2107[ 10941] By: jhi on 2001/06/25 22:18:31
2108 Log: Microperl findings.
2109 Branch: perl
2110 ! perl.h pp_sys.c
2111____________________________________________________________________________
2112[ 10940] By: jhi on 2001/06/25 21:59:29
2113 Log: Touch uconfig.h.
2114 Branch: perl
2115 ! uconfig.h
2116____________________________________________________________________________
2117[ 10939] By: jhi on 2001/06/25 21:32:52
2118 Log: Subject: [PATCH] Proposed fix for Pod::Man
2119 From: Rob Napier <rnapier@employees.org>
2120 Date: Mon, 25 Jun 2001 15:49:24 -0400
2121 Message-ID: <20010625154924.N27568@rnapier-u5.cisco.com>
2122
2123 Cater for Solaris nroff brokenness (shortchanges daisywheel
2124 printers, but hey, we also no more support PDPs.)
2125 Branch: perl
2126 ! lib/Pod/Man.pm
2127____________________________________________________________________________
2128[ 10938] By: jhi on 2001/06/25 21:14:41
2129 Log: Typo in #10937.
2130 Branch: perl
2131 ! ext/POSIX/sigaction.t
2132____________________________________________________________________________
2133[ 10937] By: jhi on 2001/06/25 19:42:02
2134 Log: SIGCONT not trappable in VMS.
2135 Branch: perl
2136 ! ext/POSIX/sigaction.t
2137____________________________________________________________________________
2138[ 10936] By: jhi on 2001/06/25 19:28:13
2139 Log: Subject: [DRAFT] Encode-Tcl.t
2140 From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
2141 Date: Tue, 26 Jun 2001 03:38:08 +0900
2142 Message-Id: <20010626033550.BC35.BQW10602@nifty.com>
2143 Branch: perl
2144 + ext/Encode/Encode/Tcl.t
2145 ! MANIFEST ext/Encode/Encode/Tcl.pm
2146____________________________________________________________________________
2147[ 10935] By: jhi on 2001/06/25 18:40:03
2148 Log: Because of #10932 retract also the perlfunc hunk of #10910.
2149 Branch: perl
2150 ! pod/perlfunc.pod
2151____________________________________________________________________________
2152[ 10934] By: jhi on 2001/06/25 18:27:19
2153 Log: Tweak the XSFUNCTION, from Doug MacEachern, as suggested
2154 by Ilya Zakharevich in
2155 http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/2001-05/msg01582.html
2156 Branch: perl
2157 ! XSUB.h
2158____________________________________________________________________________
2159[ 10933] By: jhi on 2001/06/25 18:25:26
2160 Log: Typo in #10889.
2161 Branch: perl
2162 ! hints/uts.sh
2163____________________________________________________________________________
2164[ 10932] By: jhi on 2001/06/25 18:23:30
2165 Log: Subject: Re: [ID 20010621.007] readline() not quite as equal as <>
2166 From: Abhijit Menon-Sen <ams@wiw.org>
2167 Date: Mon, 25 Jun 2001 23:45:45 +0530
2168 Message-ID: <20010625234545.A5022@lustre.linux.in>
2169 Branch: perl
2170 ! lib/overload.t opcode.h opcode.pl t/op/flip.t
2171____________________________________________________________________________
2172[ 10931] By: jhi on 2001/06/25 17:50:38
2173 Log: Subject: [PATCH lib/Test.pm] Re: "Deprecated interface" ??
2174 From: Michael G Schwern <schwern@pobox.com>
2175 Date: Mon, 25 Jun 2001 14:35:51 -0400
2176 Message-ID: <20010625143551.H13819@blackrider>
2177 Branch: perl
2178 ! lib/Test.pm
2179____________________________________________________________________________
2180[ 10930] By: jhi on 2001/06/25 14:33:46
2181 Log: Update Changes.
2182 Branch: perl
2183 ! Changes patchlevel.h
2184____________________________________________________________________________
0e84659b
JH
2185[ 10929] By: jhi on 2001/06/25 14:17:57
2186 Log: Regen toc and modlib.
2187 Branch: perl
2188 ! pod/perlmodlib.pod pod/perltoc.pod
2189____________________________________________________________________________
2190[ 10928] By: jhi on 2001/06/25 14:13:09
2191 Log: Enclose the new symbols in START_EXTERN_C and END_EXTERN_C
2192 for the benefit of C++ compilers, as suggested by Guruprasad.
2193 Branch: perl
2194 ! embed.pl proto.h
2195____________________________________________________________________________
2196[ 10927] By: jhi on 2001/06/25 14:11:59
2197 Log: Subject: [PATCH ] Re: [ID 20010625.003] perlfaq5 correction
2198 From: Jonathan Stowe <gellyfish@gellyfish.com>
2199 Date: Mon, 25 Jun 2001 14:39:43 +0100 (BST)
2200 Message-ID: <Pine.LNX.4.33.0106251438080.14795-100000@orpheus.gellyfish.com>
2201 Branch: perl
2202 ! pod/perlfaq5.pod
2203____________________________________________________________________________
2204[ 10926] By: jhi on 2001/06/25 14:04:07
2205 Log: Missed from #10925.
2206 Branch: perl
2207 ! gv.c
2208____________________________________________________________________________
2209[ 10925] By: jhi on 2001/06/25 14:00:06
2210 Log: Subject: [PATCH] Re: CvFILE corruption under ithreads
2211 From: Robin Houston <robin@kitsite.com>
2212 Date: Sat, 19 May 2001 16:19:34 +0100
2213 Message-ID: <20010519161934.A12751@puffinry.freeserve.co.uk>
2214 Branch: perl
2215 ! cv.h gv.h op.c
2216____________________________________________________________________________
2217[ 10924] By: jhi on 2001/06/25 13:58:18
2218 Log: Netware README tweak.
2219 Branch: perl
2220 ! README.netware
2221____________________________________________________________________________
2222[ 10923] By: jhi on 2001/06/25 13:57:13
2223 Log: Subject: [PATCH] Re: overload.t fails
2224 From: Abhijit Menon-Sen <ams@wiw.org>
2225 Date: Mon, 25 Jun 2001 14:52:20 +0530
2226 Message-ID: <20010625145220.A24114@lustre.linux.in>
2227 Branch: perl
2228 ! lib/overload.t
2229____________________________________________________________________________
2230[ 10922] By: jhi on 2001/06/25 13:56:20
2231 Log: Subject: Re: [PATCH] Re: [ID 20010624.001] debugger T, and Carp::carp don't trace arg of
2232 From: Mike Guy <mjtg@cam.ac.uk>
2233 Date: Mon, 25 Jun 2001 11:43:23 +0100
2234 Message-Id: <E15ETpz-0007AD-00@draco.cus.cam.ac.uk>
2235 Branch: perl
2236 ! lib/Carp.pm
2237____________________________________________________________________________
2238[ 10921] By: jhi on 2001/06/25 13:50:02
2239 Log: Subject: Re: [PATCH 5.6.1] OS2 syslog
2240 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
2241 Date: Sun, 24 Jun 2001 05:17:05 -0400
2242 Message-ID: <20010624051704.A27604@math.ohio-state.edu>
2243 Branch: perl
2244 ! os2/os2ish.h
2245____________________________________________________________________________
2246[ 10920] By: jhi on 2001/06/25 13:49:13
2247 Log: Subject: [PATCH 5.6.1] crypt() on OS/2
2248 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
2249 Date: Mon, 25 Jun 2001 05:52:27 -0400
2250 Message-ID: <20010625055227.A24635@math.ohio-state.edu>
2251 Branch: perl
2252 ! hints/os2.sh
2253____________________________________________________________________________
2254[ 10919] By: jhi on 2001/06/25 13:48:30
2255 Log: Subject: Re: [PATCH 5.6.1] OS2 system() broken
2256 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
2257 Date: Mon, 25 Jun 2001 05:23:35 -0400
2258 Message-ID: <20010625052334.A24320@math.ohio-state.edu>
2259 Branch: perl
2260 ! os2/os2.c
2261____________________________________________________________________________
2262[ 10918] By: jhi on 2001/06/25 13:47:46
2263 Log: Subject: Re: [PATCH 5.6.1] OS2::DLL
2264 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
2265 Date: Mon, 25 Jun 2001 05:04:32 -0400
2266 Message-ID: <20010625050432.A24128@math.ohio-state.edu>
2267 Branch: perl
2268 ! os2/OS2/REXX/DLL/DLL.pm
2269____________________________________________________________________________
2270[ 10917] By: jhi on 2001/06/25 13:44:14
2271 Log: Subject: Re: [PATCH 5.6.1] $^E on OS/2
2272 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
2273 Date: Mon, 25 Jun 2001 05:02:36 -0400
2274 Message-ID: <20010625050235.A24046@math.ohio-state.edu>
2275 Branch: perl
2276 ! mg.c os2/dl_os2.c os2/os2.c
2277____________________________________________________________________________
2278[ 10916] By: jhi on 2001/06/25 13:41:20
2279 Log: Subject: Re: [PATCH 5.6.1] misprints
2280 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
2281 Date: Mon, 25 Jun 2001 04:50:50 -0400
2282 Message-ID: <20010625045049.A23965@math.ohio-state.edu>
2283 Branch: perl
2284 ! os2/os2.c pp_sys.c
2285____________________________________________________________________________
2286[ 10915] By: jhi on 2001/06/25 13:39:59
2287 Log: Add Test::More and Test::Simple to the delta.
2288 Branch: perl
2289 ! pod/perl572delta.pod
2290____________________________________________________________________________
2291[ 10914] By: jhi on 2001/06/25 13:38:08
2292 Log: Add Test::More, from Michael G Schwern.
2293 Branch: perl
2294 + lib/Test/More.pm lib/Test/More/t/More.t
2295 + lib/Test/More/t/fail-like.t lib/Test/More/t/fail.t
2296 + lib/Test/More/t/plan_is_noplan.t lib/Test/More/t/skipall.t
2297 + t/lib/Test/More/Catch.pm
2298 ! MANIFEST
2299____________________________________________________________________________
2300[ 10913] By: jhi on 2001/06/25 13:35:41
2301 Log: Add Test::Simple from Michael G Schwern.
2302 Branch: perl
2303 + lib/Test/Simple.pm lib/Test/Simple/t/exit.t
2304 + lib/Test/Simple/t/extra.t lib/Test/Simple/t/fail.t
2305 + lib/Test/Simple/t/missing.t lib/Test/Simple/t/no_plan.t
2306 + lib/Test/Simple/t/plan_is_noplan.t lib/Test/Simple/t/simple.t
2307 + t/lib/Test/Simple/Catch.pm
2308 + t/lib/Test/Simple/sample_tests/death.plx
2309 + t/lib/Test/Simple/sample_tests/death_in_eval.plx
2310 + t/lib/Test/Simple/sample_tests/extras.plx
2311 + t/lib/Test/Simple/sample_tests/five_fail.plx
2312 + t/lib/Test/Simple/sample_tests/last_minute_death.plx
2313 + t/lib/Test/Simple/sample_tests/one_fail.plx
2314 + t/lib/Test/Simple/sample_tests/require.plx
2315 + t/lib/Test/Simple/sample_tests/success.plx
2316 + t/lib/Test/Simple/sample_tests/too_few.plx
2317 + t/lib/Test/Simple/sample_tests/two_fail.plx
2318 ! MANIFEST
2319____________________________________________________________________________
2320[ 10912] By: jhi on 2001/06/25 13:31:57
2321 Log: Subject: [PATCH perl@10907] RETURN requires dSP in pp_sys.c
2322 From: "Craig A. Berry" <craigberry@mac.com>
2323 Date: Sun, 24 Jun 2001 23:41:36 -0500
2324 Message-Id: <a0510100db75c6d44e34c@[172.16.52.1]>
2325 Branch: perl
2326 ! pp_sys.c
2327____________________________________________________________________________
2328[ 10911] By: jhi on 2001/06/25 13:05:00
2329 Log: Upgrade to Attribute::Handlers 0.70.
2330 Branch: perl
2331 + lib/Attribute/Handlers/Changes lib/Attribute/Handlers/README
2332 ! MANIFEST lib/Attribute/Handlers.pm
2333____________________________________________________________________________
2334[ 10910] By: jhi on 2001/06/25 00:09:27
2335 Log: Subject: Re: [ID 20010621.007] readline() not quite as equal as <>
2336 From: Abhijit Menon-Sen <ams@wiw.org>
2337 Date: Sat, 23 Jun 2001 05:17:44 +0530
2338 Message-ID: <20010623051744.A18583@lustre.linux.in>
2339
2340 (Can't think of a good place to put tests.)
2341 Branch: perl
2342 ! opcode.pl pod/perlfunc.pod t/op/flip.t toke.c
2343____________________________________________________________________________
2344[ 10909] By: jhi on 2001/06/24 23:45:13
2345 Log: Subject: [PATCH] t/op/pat.t typo fix
2346 From: Richard Soderberg <rs@crystalflame.net>
2347 Date: Sun, 24 Jun 2001 12:07:42 -0700 (PDT)
2348 Message-ID: <Pine.LNX.4.21.0106241207320.17075-100000@oregonnet.com>
2349 Branch: perl
2350 ! t/op/pat.t
2351____________________________________________________________________________
2352[ 10908] By: jhi on 2001/06/24 22:24:49
2353 Log: Move the pack warnings to their own file, as pointed
2354 out by Spider.
2355 Branch: perl
2356 + t/lib/warnings/pp_pack
2357 ! MANIFEST t/lib/warnings/pp
2358____________________________________________________________________________
2359[ 10907] By: jhi on 2001/06/24 19:55:15
2360 Log: Update Changes.
2361 Branch: perl
2362 ! Changes patchlevel.h
2363____________________________________________________________________________
0e5c3182
JH
2364[ 10906] By: jhi on 2001/06/24 19:50:40
2365 Log: Partially fix a problem noticed by IRIX compiler:
2366 the initialization of parse_start was bypassed by
2367 several gotos. Now initialized to zero, which may
2368 not be the best choice.
2369 Branch: perl
2370 ! regcomp.c
2371____________________________________________________________________________
2372[ 10905] By: jhi on 2001/06/24 19:43:25
2373 Log: Relax the group and password tests back to moaning only
2374 if no matches at all are found. (Even with a small sample
2375 I could find many sites where there are, umm, anomalies in
2376 the said databases.)
2377 Branch: perl
2378 ! t/op/grent.t t/op/pwent.t
2379____________________________________________________________________________
2380[ 10904] By: jhi on 2001/06/24 18:45:55
2381 Log: Argh. How hard it can be to re-apply a patch manually? :-)
2382 Branch: perl
2383 ! pp_ctl.c
2384____________________________________________________________________________
2385[ 10903] By: jhi on 2001/06/24 18:40:52
2386 Log: De-cut-and-pasto in #10902.
2387 Branch: perl
2388 ! pp_ctl.c
2389____________________________________________________________________________
2390[ 10902] By: jhi on 2001/06/24 18:35:18
2391 Log: The #10771 didn't take?
2392 Branch: perl
2393 ! pp_ctl.c
2394____________________________________________________________________________
2395[ 10901] By: jhi on 2001/06/24 18:29:50
2396 Log: Undo the filetests part of #10900, under multiplicity
2397 weird errors take place.
2398 Branch: perl
2399 ! pp_sys.c
2400____________________________________________________________________________
2401[ 10900] By: jhi on 2001/06/24 18:20:36
2402 Log: Misplaces dSPs and the like revealed by MPE/iX and Cygwin.
2403 Branch: perl
2404 ! ext/Cwd/Cwd.xs ext/Devel/Peek/Peek.xs pp_sys.c
2405____________________________________________________________________________
2406[ 10899] By: jhi on 2001/06/24 17:00:34
2407 Log: Subject: Re: [PATCH] Re: [ID 20010624.001] debugger T, and Carp::carp don't trace arg of
2408 From: Tony Bowden <tony@kasei.com>
2409 Date: Sun, 24 Jun 2001 17:32:40 +0100
2410 Message-ID: <20010624173240.A16293@blackstar.co.uk>
2411
2412 Document (well, mention) shortmess() and longmess()
2413 to rob people of their fun of reinventing the weel.
2414 Branch: perl
2415 ! lib/Carp.pm
2416____________________________________________________________________________
2417[ 10898] By: jhi on 2001/06/24 16:51:40
2418 Log: Subject: Patch: pp_system() bounces out of Cygwin subsystem
2419 From: Brian Jepson <bjepson@oreilly.com>
2420 Date: Sun, 24 Jun 2001 12:13:21 -0400 (EDT)
2421 Message-ID: <Pine.GSO.4.21.0106241044110.15051-200000@sol.east.ora.com>
2422 Branch: perl
2423 ! pp_sys.c
2424____________________________________________________________________________
2425[ 10897] By: jhi on 2001/06/24 16:38:23
2426 Log: Subject: [PATCH CPAN.pm] missing DATE_OF_02
2427 From: Robin Barker <rmb1@cise.npl.co.uk>
2428 Date: Fri, 22 Jun 2001 19:25:56 +0100 (BST)
2429 Message-Id: <200106221825.TAA16884@tempest.npl.co.uk>
2430 Branch: perl
2431 ! lib/CPAN.pm
2432____________________________________________________________________________
2433[ 10896] By: jhi on 2001/06/24 16:36:32
2434 Log: Memoize patch from mjd.
2435 Branch: perl
2436 ! lib/Memoize/t/tie_storable.t
2437____________________________________________________________________________
2438[ 10895] By: jhi on 2001/06/24 16:33:59
2439 Log: Spec the sv_pvprintify() a bit more.
2440 Branch: perl
2441 ! pod/perltodo.pod
2442____________________________________________________________________________
2443[ 10894] By: jhi on 2001/06/24 14:43:36
2444 Log: Upgrade to Memoize 0.65.
2445 Branch: perl
2446 + lib/Memoize/t/array_confusion.t
2447 ! MANIFEST lib/Memoize.pm lib/Memoize/AnyDBM_File.pm
2448 ! lib/Memoize/Expire.pm lib/Memoize/ExpireFile.pm
2449 ! lib/Memoize/ExpireTest.pm lib/Memoize/NDBM_File.pm
2450 ! lib/Memoize/README lib/Memoize/SDBM_File.pm
2451 ! lib/Memoize/Saves.pm lib/Memoize/Storable.pm lib/Memoize/TODO
2452 ! lib/Memoize/t/errors.t lib/Memoize/t/expire.t
2453 ! lib/Memoize/t/expire_file.t lib/Memoize/t/expire_module_n.t
2454 ! lib/Memoize/t/expire_module_t.t lib/Memoize/t/speed.t
2455 ! lib/Memoize/t/tie.t lib/Memoize/t/tie_gdbm.t
2456 ! lib/Memoize/t/tie_ndbm.t lib/Memoize/t/tie_sdbm.t
2457 ! lib/Memoize/t/tie_storable.t
2458____________________________________________________________________________
2459[ 10893] By: jhi on 2001/06/24 14:21:09
2460 Log: Metaconfig unit change for #10892.
2461 Branch: metaconfig
2462 ! U/modified/Options.U
2463____________________________________________________________________________
2464[ 10892] By: jhi on 2001/06/24 14:20:38
2465 Log: Subject: Re: [PATCH 5.6.1] OS2 Configure
2466 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
2467 Date: Sun, 24 Jun 2001 05:24:40 -0400
2468 Message-ID: <20010624052440.A27698@math.ohio-state.edu>
2469 Branch: perl
2470 ! Configure hints/os2.sh
2471____________________________________________________________________________
2472[ 10891] By: jhi on 2001/06/24 13:50:26
2473 Log: Subject: [PATCH] Re: [ID 20010624.001] debugger T, and Carp::carp don't trace arg of
2474 From: Mike Guy <mjtg@cam.ac.uk>
2475 Date: Sun, 24 Jun 2001 15:28:39 +0100
2476 Message-Id: <E15EAsR-0007Bi-00@draco.cus.cam.ac.uk>
2477
2478 Fix an ancient (5.002) bug.
2479 Branch: perl
2480 ! lib/Carp/Heavy.pm
2481____________________________________________________________________________
2482[ 10890] By: jhi on 2001/06/24 13:44:43
2483 Log: The #10881 was too vigorous in pp_system() in moving 'unused'
2484 variables.
2485 Branch: perl
2486 ! pp_sys.c
2487____________________________________________________________________________
2488[ 10889] By: jhi on 2001/06/24 13:24:00
2489 Log: Make UTS as per #10888.
2490 Branch: perl
2491 ! hints/uts.sh
2492____________________________________________________________________________
2493[ 10888] By: jhi on 2001/06/24 13:21:23
2494 Log: Factor the PERL_SYS_INIT() code, from Hugo van der Sanden.
2495 Branch: perl
2496 ! hints/freebsd.sh hints/posix-bc.sh hints/sco.sh
2497 ! mpeix/mpeixish.h perl.h unixish.h
2498____________________________________________________________________________
2499[ 10887] By: jhi on 2001/06/24 13:15:45
2500 Log: AUTHORS update.
2501 Branch: perl
2502 ! AUTHORS
2503____________________________________________________________________________
2504[ 10886] By: jhi on 2001/06/24 13:14:31
2505 Log: Subject: Encode::Tcl for multibyte doesnot work
2506 From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
2507 Date: Sun, 24 Jun 2001 22:48:21 +0900
2508 Message-Id: <20010624223252.6658.BQW10602@nifty.com>
2509 Branch: perl
2510 ! ext/Encode/Encode/Tcl.pm
2511____________________________________________________________________________
2512[ 10885] By: jhi on 2001/06/24 13:12:46
2513 Log: Subject: [PATCH] Remove tautology in error messages
2514 From: Mike Guy <mjtg@cam.ac.uk>
2515 Date: Sun, 24 Jun 2001 13:31:00 +0100
2516 Message-Id: <E15E92a-0006em-00@draco.cus.cam.ac.uk>
2517 Branch: perl
2518 ! pp_sys.c
2519____________________________________________________________________________
2520[ 10884] By: jhi on 2001/06/24 13:11:36
2521 Log: Darwin needs -traditional-cpp for cppflags to build Errno.
2522 Branch: perl
2523 ! hints/darwin.sh
2524____________________________________________________________________________
2525[ 10883] By: jhi on 2001/06/24 13:09:55
2526 Log: Subject: Re: [PATCH 5.6.1] test suite
2527 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
2528 Date: Sun, 24 Jun 2001 05:47:05 -0400
2529 Message-ID: <20010624054705.A27890@math.ohio-state.edu>
2530
2531 Test suite fixes.
2532 Branch: perl
2533 ! ext/POSIX/sigaction.t lib/File/stat.t perl.c t/io/utf8.t
2534____________________________________________________________________________
2535[ 10882] By: jhi on 2001/06/24 13:07:46
2536 Log: Subject: Re: [PATCH 5.6.1] OS2 warnings
2537 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
2538 Date: Sun, 24 Jun 2001 05:37:19 -0400
2539 Message-ID: <20010624053719.A27866@math.ohio-state.edu>
2540 Branch: perl
2541 ! os2/dl_os2.c os2/os2.c os2/os2ish.h
2542____________________________________________________________________________
2543[ 10881] By: jhi on 2001/06/24 13:05:24
2544 Log: Subject: Re: [PATCH 5.6.1] pp_sys.c warnings
2545 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
2546 Date: Sun, 24 Jun 2001 05:34:50 -0400
2547 Message-ID: <20010624053450.A27856@math.ohio-state.edu>
2548
2549 Pacify compiler warnings.
2550 Branch: perl
2551 ! pp_sys.c
2552____________________________________________________________________________
2553[ 10880] By: jhi on 2001/06/24 13:02:30
2554 Log: Subject: Re: [PATCH 5.6.1] OS2 linking
2555 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
2556 Date: Sun, 24 Jun 2001 05:21:18 -0400
2557 Message-ID: <20010624052118.A27615@math.ohio-state.edu>
2558
2559 Enable compression of executables during link time.
2560 Branch: perl
2561 ! hints/os2.sh
2562____________________________________________________________________________
2563[ 10879] By: jhi on 2001/06/24 13:00:47
2564 Log: Subject: Re: [PATCH 5.6.1] OS2 linking
2565 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
2566 Date: Sun, 24 Jun 2001 05:15:11 -0400
2567 Message-ID: <20010624051511.A27544@math.ohio-state.edu>
2568
2569 Add ordinals to the export list for Perl DLL.
2570 (Breaks intra-version DLL compatibility.)
2571 Branch: perl
2572 ! makedef.pl
2573____________________________________________________________________________
2574[ 10878] By: jhi on 2001/06/24 02:12:04
2575 Log: Allow (displaying and) re-editing the Subject in perlbug.
2576 Also abstract the Subject quality control into a function.
2577 Branch: perl
2578 ! utils/perlbug.PL
2579____________________________________________________________________________
2580[ 10877] By: jhi on 2001/06/24 01:40:53
2581 Log: Display $ENV{CYGWIN} in perlbug if set (like #10875 for perl -V).
2582 Branch: perl
2583 ! utils/perlbug.PL
2584____________________________________________________________________________
2585[ 10876] By: jhi on 2001/06/24 01:37:05
2586 Log: Regen toc and modlib.
2587 Branch: perl
2588 ! pod/perlmodlib.pod pod/perltoc.pod
2589____________________________________________________________________________
2590[ 10875] By: jhi on 2001/06/24 01:29:33
2591 Log: In Cygwin display the $ENV{CYGWIN} under perl -V, as suggested
2592 by John Peacock. (Can be 'ntea' which means emulate UNIX file
2593 attribute semantics as much as possible, or 'ntsec' which uses
2594 native NTFS semantics.) (See also #10877.)
2595 Branch: perl
2596 ! perl.c
2597____________________________________________________________________________
2598[ 10874] By: jhi on 2001/06/23 23:57:28
2599 Log: Hack to get rid of the UNEXPECTEDLY succeeded message for now.
2600 Branch: perl
2601 ! lib/Test/Harness.pm
2602____________________________________________________________________________
2603[ 10873] By: jhi on 2001/06/23 23:36:56
2604 Log: Just zap the -uPerlio.
2605 Branch: perl
2606 ! ext/B/Stash.t
2607____________________________________________________________________________
2608[ 10872] By: jhi on 2001/06/23 21:29:10
2609 Log: Do not test PerlIO if PerlIO not used.
2610 Branch: perl
2611 ! ext/PerlIO/PerlIO.t
2612____________________________________________________________________________
2613[ 10871] By: jhi on 2001/06/23 21:12:49
2614 Log: Regen perlapi.
2615 Branch: perl
2616 ! pod/perlapi.pod
2617____________________________________________________________________________
2618[ 10870] By: jhi on 2001/06/23 21:03:31
2619 Log: Subject: [PATCH] Re: [PATCH] nuke strtol (was Re: One fix for strtoul not setting errno)
2620 From: Nicholas Clark <nick@ccl4.org>
2621 Date: Sat, 23 Jun 2001 22:55:47 +0100
2622 Message-ID: <20010623225547.Z98663@plum.flirble.org>
2623 Branch: perl
2624 ! numeric.c
2625____________________________________________________________________________
2626[ 10869] By: jhi on 2001/06/23 17:13:21
2627 Log: Subject: [PATCH: perl@10825] MacOS fixups for new lib/h2xs.t
2628 From: Prymmer/Kahn <pvhp@best.com>
2629 Date: Sat, 23 Jun 2001 11:08:52 -0700 (PDT)
2630 Message-ID: <Pine.BSF.4.21.0106231105380.25634-100000@shell8.ba.best.com>
2631 Branch: perl
2632 ! lib/h2xs.t
2633____________________________________________________________________________
2634[ 10868] By: jhi on 2001/06/23 16:04:38
2635 Log: cygwin needs cygwin1.dll in PATH or cwd to run external programs.
2636 cygwin does not taint cwd, just like win32.
2637 Branch: perl
2638 ! lib/File/Find/taint.t t/op/taint.t
2639____________________________________________________________________________
2640[ 10867] By: jhi on 2001/06/23 15:39:15
2641 Log: Retract #10865, the patch should be unnecessary.
2642 (But seemingly helpful in Cygwin? Strange.)
2643 Branch: perl
2644 ! lib/Memoize/t/tie_ndbm.t
2645____________________________________________________________________________
2646[ 10866] By: jhi on 2001/06/23 15:06:30
2647 Log: Misplaced test file; plus Cygwin filesystem semantics.
2648 Branch: perl
2649 + ext/SDBM_File/sdbm.t
2650 - ext/ODBM_File/sdbm.t
2651 ! MANIFEST
2652____________________________________________________________________________
2653[ 10865] By: jhi on 2001/06/23 15:01:02
2654 Log: (Retracted by #10867.)
2655 Branch: perl
2656 ! lib/Memoize/t/tie_ndbm.t
2657____________________________________________________________________________
2658[ 10864] By: jhi on 2001/06/23 14:25:43
2659 Log: Metaconfig unit change for #10863.
2660 Branch: metaconfig/U/perl
2661 ! Extensions.U
2662____________________________________________________________________________
2663[ 10863] By: jhi on 2001/06/23 14:25:20
2664 Log: In Cygwin do not build NDBM_File and ODBM_File unless
2665 -lndbm and -ldbm are available.
2666 Branch: perl
2667 ! Configure config_h.SH
2668____________________________________________________________________________
2669[ 10862] By: jhi on 2001/06/23 14:02:14
2670 Log: More Cygwin filesystem semantics.
2671 Branch: perl
2672 ! t/io/fs.t t/op/stat.t
2673____________________________________________________________________________
2674[ 10861] By: jhi on 2001/06/23 13:38:00
2675 Log: More DOSish permission semantics for Cygwin.
2676 Branch: perl
2677 ! lib/AnyDBM_File.t
2678____________________________________________________________________________
2679[ 10860] By: jhi on 2001/06/23 13:32:41
2680 Log: Cygwin too has different permission semantics.
2681 Branch: perl
2682 ! ext/GDBM_File/gdbm.t
2683____________________________________________________________________________
2684[ 10859] By: jhi on 2001/06/23 13:30:06
2685 Log: The group (and assumedly passwd) databases can have
2686 only one entry (this is the case in cygwin).
2687 Branch: perl
2688 ! t/op/grent.t t/op/pwent.t
2689____________________________________________________________________________
2690[ 10858] By: jhi on 2001/06/23 13:16:26
2691 Log: Also in Cygwin use Socket to figure out domainname
2692 (if any) (avoids trying to call external 'domainname',
2693 which doesn't at the moment exist in Cygwin)
2694 Branch: perl
2695 ! lib/Net/Domain.pm
2696____________________________________________________________________________
2697[ 10857] By: jhi on 2001/06/23 12:48:32
2698 Log: Remove also the lib$Foo.def, not just $Foo.def.
2699 Branch: perl
2700 ! lib/ExtUtils/MM_Unix.pm
2701____________________________________________________________________________
2702[ 10856] By: jhi on 2001/06/23 12:21:53
2703 Log: In UTS do signal(SIGFPE, SIG_IGN) in PERL_SYS_INIT().
2704 Branch: perl
2705 ! unixish.h
2706____________________________________________________________________________
2707[ 10855] By: jhi on 2001/06/23 12:14:15
2708 Log: Fix for ID 20010619.003, the [[:print:]] is not supposed
2709 to match the whole isprint(), only the space character.
2710 Branch: perl
2711 ! handy.h pod/perlre.pod t/op/pat.t
2712____________________________________________________________________________
2713[ 10854] By: nick on 2001/06/23 08:09:33
2714 Log: Integrate mainline
2715 Branch: perlio
2716 !> Configure ext/IPC/SysV/Semaphore.pm hints/unicos.sh
2717 !> lib/ExtUtils.t lib/File/Find/taint.t
2718 !> lib/Math/BigInt/t/bigintpm.t lib/Net/netent.t
2719 !> lib/Net/protoent.t lib/Net/servent.t mg.c t/op/mkdir.t
2720 !> t/op/sprintf.t vms/descrip_mms.template vms/ext/Stdio/Stdio.xs
2721____________________________________________________________________________
2722[ 10853] By: jhi on 2001/06/23 03:48:09
2723 Log: Make also the bigintpm.t (like op/sprintf.t) be less demanding
2724 with its floats in os390 and s390 (UTS).
2725 Branch: perl
2726 ! lib/Math/BigInt/t/bigintpm.t
2727____________________________________________________________________________
2728[ 10852] By: jhi on 2001/06/23 03:38:53
2729 Log: Add also UTS (s390) to the non-IEEE float platforms.
2730 Branch: perl
2731 ! t/op/sprintf.t
2732____________________________________________________________________________
2733[ 10851] By: jhi on 2001/06/23 03:36:04
2734 Log: Subject: RFC: what are applicable standards for exponent sizes?
2735 From: Peter Prymmer <pvhp@forte.com>
2736 Date: Tue, 19 Jun 2001 17:18:06 -0700 (PDT)
2737 Message-ID: <Pine.OSF.4.10.10106191712070.361736-100000@aspara.forte.com>
2738 Branch: perl
2739 ! t/op/sprintf.t
2740____________________________________________________________________________
2741[ 10850] By: jhi on 2001/06/23 03:29:04
2742 Log: Subject: [PATCH: perl@10825] build (and test!) VMS::Stdio on VMS
2743 From: Peter Prymmer <pvhp@forte.com>
2744 Date: Fri, 22 Jun 2001 19:08:23 -0700 (PDT)
2745 Message-ID: <Pine.OSF.4.10.10106221903270.24012-100000@aspara.forte.com>
2746 Branch: perl
2747 ! vms/descrip_mms.template vms/ext/Stdio/Stdio.xs
2748____________________________________________________________________________
2749[ 10849] By: jhi on 2001/06/23 03:27:21
2750 Log: Subject: [PATCH: perl@10825] correction to lib/ExtUtils.t patch
2751 From: Peter Prymmer <pvhp@forte.com>
2752 Date: Fri, 22 Jun 2001 17:56:01 -0700 (PDT)
2753 Message-ID: <Pine.OSF.4.10.10106221754180.24012-100000@aspara.forte.com>
2754 Branch: perl
2755 ! lib/ExtUtils.t
2756____________________________________________________________________________
2757[ 10848] By: jhi on 2001/06/22 21:51:31
2758 Log: Retract #10845.
2759 Branch: perl
2760 ! lib/File/Find/taint.t
2761____________________________________________________________________________
2762[ 10847] By: jhi on 2001/06/22 21:50:38
2763 Log: Yet another error message.
2764 Branch: perl
2765 ! t/op/mkdir.t
2766____________________________________________________________________________
2767[ 10846] By: jhi on 2001/06/22 21:48:39
2768 Log: The croak message for nonexistent socket functions may vary.
2769 Branch: perl
2770 ! lib/Net/netent.t lib/Net/protoent.t lib/Net/servent.t
2771____________________________________________________________________________
2772[ 10845] By: jhi on 2001/06/22 21:42:38
2773 Log: (Retracted by #10848.)
2774 Branch: perl
2775 ! lib/File/Find/taint.t
2776____________________________________________________________________________
2777[ 10844] By: jhi on 2001/06/22 21:32:58
2778 Log: Integrate perlio.
2779 Branch: perl
2780 !> lib/File/Find/taint.t t/op/write.t
2781____________________________________________________________________________
2782[ 10843] By: nick on 2001/06/22 21:24:51
2783 Log: Back out debug in taint.t
2784 Branch: perlio
2785 ! lib/File/Find/taint.t
2786____________________________________________________________________________
2787[ 10842] By: jhi on 2001/06/22 21:20:02
2788 Log: setitimer() does not exist in Unicos, despite of what
2789 Configure thinks, from Mark P. Lutz.
2790 Branch: perl
2791 ! hints/unicos.sh
2792____________________________________________________________________________
2793[ 10841] By: nick on 2001/06/22 21:19:36
2794 Log: Skip cwd test on Win32 ???
2795 Branch: perlio
2796 ! lib/File/Find/taint.t
2797____________________________________________________________________________
2798[ 10840] By: jhi on 2001/06/22 21:17:34
2799 Log: Casting this way seems to keep both 64-bitint x86 FreeBSD
2800 and Tru64 gcc -Wall happy.
2801 Branch: perl
2802 ! mg.c
2803____________________________________________________________________________
2804[ 10839] By: jhi on 2001/06/22 21:15:32
2805 Log: The packs must be done in native shorts, fix from Mark P. Lutz.
2806 Branch: perl
2807 ! ext/IPC/SysV/Semaphore.pm
2808____________________________________________________________________________
2809[ 10838] By: jhi on 2001/06/22 21:12:02
2810 Log: Metaconfig unit change for #10837.
2811 Branch: metaconfig/U/perl
2812 ! Cross.U
2813____________________________________________________________________________
2814[ 10837] By: jhi on 2001/06/22 21:09:42
2815 Log: Cleanup of the cross-compilation unit.
2816 Branch: perl
2817 ! Configure
2818____________________________________________________________________________
2819[ 10836] By: nick on 2001/06/22 20:45:12
2820 Log: Skip |- based op/write.t on Win32 as well as VMS
2821 Branch: perlio
2822 ! t/op/write.t
2823____________________________________________________________________________
2824[ 10835] By: jhi on 2001/06/22 20:44:20
2825 Log: Integrate perlio.
2826 Branch: perl
2827 !> util.c
2828____________________________________________________________________________
2829[ 10834] By: nick on 2001/06/22 20:41:54
2830 Log: Integrate mainline
2831 Branch: perlio
2832 !> Configure Porting/Glossary Porting/config.sh Porting/config_H
2833 !> config_h.SH pp_sys.c uconfig.h util.c vos/config.alpha.h
2834 !> vos/config.ga.h
2835____________________________________________________________________________
2836[ 10833] By: nick on 2001/06/22 20:22:58
2837 Log: Patcho fix.
2838 Branch: perlio
2839 ! util.c
2840____________________________________________________________________________
2841[ 10832] By: jhi on 2001/06/22 20:13:02
2842 Log: Metaconfig unit changes for #10831.
2843 Branch: metaconfig
2844 ! U/compline/d_safebcpy.U U/compline/d_safemcpy.U
2845____________________________________________________________________________
2846[ 10831] By: jhi on 2001/06/22 20:12:29
2847 Log: Subject: [PATCH 5.7.x] Further tiny bcopy cleanup
2848 From: Andy Dougherty <doughera@lafayette.edu>
2849 Date: Fri, 22 Jun 2001 14:29:51 -0400 (EDT)
2850 Message-ID: <Pine.SOL.4.10.10106221417030.28044-100000@maxwell.phys.lafayette.edu>
2851 Branch: perl
2852 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
2853 ! config_h.SH uconfig.h vos/config.alpha.h vos/config.ga.h
2854____________________________________________________________________________
2855[ 10830] By: jhi on 2001/06/22 19:50:15
2856 Log: MPE/iX prototype nits from Mark Bixby.
2857 Branch: perl
2858 ! pp_sys.c
2859____________________________________________________________________________
2860[ 10829] By: jhi on 2001/06/22 16:25:16
2861 Log: Detypo.
2862 Branch: perl
2863 ! util.c
2864____________________________________________________________________________
2865[ 10828] By: nick on 2001/06/22 15:33:37
2866 Log: Integrate mainline (in near desperate attempt to get Win32 to build...)
2867 Branch: perlio
2868 +> lib/h2xs.t
2869 !> AUTHORS Changes MANIFEST Makefile.SH NetWare/t/NWScripts.pl
2870 !> ext/B/Deparse.t ext/POSIX/POSIX.xs lib/ExtUtils.t
2871 !> lib/ExtUtils/Constant.pm lib/I18N/LangTags.pm
2872 !> lib/I18N/LangTags/ChangeLog lib/I18N/LangTags/test.pl
2873 !> lib/Locale/Maketext.pm lib/Locale/Maketext.pod
2874 !> lib/Locale/Maketext/ChangeLog lib/Locale/Maketext/test.pl
2875 !> lib/Math/BigFloat.pm lib/Math/BigInt.pm patchlevel.h
2876 !> t/op/write.t t/pod/plainer.t utils/h2xs.PL vms/vms.c
2877 !> vms/vmsish.h
2878____________________________________________________________________________
2879[ 10827] By: jhi on 2001/06/22 14:15:26
2880 Log: Subject: [PATCH perl@10800] sigaction workaround for VMS
2881 Date: Fri, 22 Jun 2001 10:08:35 -0500
2882 From: "Craig A. Berry" <craigberry@mac.com>
2883 Message-Id: <a05101001b75908704194@[192.168.56.145]>
2884 Branch: perl
2885 ! vms/vms.c vms/vmsish.h
2886____________________________________________________________________________
2887[ 10826] By: jhi on 2001/06/22 13:35:37
2888 Log: NetWare scripts tweak from Ananth Kesari.
2889 Branch: perl
2890 ! NetWare/t/NWScripts.pl
2891____________________________________________________________________________
2892[ 10825] By: jhi on 2001/06/22 13:00:55
2893 Log: Update Changes.
2894 Branch: perl
2895 ! Changes patchlevel.h
2896____________________________________________________________________________
3e2ce105
JH
2897[ 10824] By: jhi on 2001/06/22 12:46:56
2898 Log: Add .i and .s targets.
2899 Branch: perl
2900 ! Makefile.SH
2901____________________________________________________________________________
2902[ 10823] By: jhi on 2001/06/22 12:25:20
2903 Log: Upgrade to Locale::Maketext 1.03.
2904 Branch: perl
2905 ! lib/Locale/Maketext.pm lib/Locale/Maketext.pod
2906 ! lib/Locale/Maketext/ChangeLog lib/Locale/Maketext/test.pl
2907____________________________________________________________________________
2908[ 10822] By: jhi on 2001/06/22 12:23:57
2909 Log: Upgrade to I18N::LangTags 0.26.
2910 Branch: perl
2911 ! lib/I18N/LangTags.pm lib/I18N/LangTags/ChangeLog
2912 ! lib/I18N/LangTags/test.pl
2913____________________________________________________________________________
2914[ 10821] By: jhi on 2001/06/22 12:16:41
2915 Log: The #10792 didn't take, and s/sighni/signi/, as noticed by
2916 Philip Newton.
2917 Branch: perl
2918 ! lib/ExtUtils/Constant.pm lib/Locale/Maketext.pod
2919 ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
2920____________________________________________________________________________
2921[ 10820] By: jhi on 2001/06/22 12:13:37
2922 Log: Subject: [PATCH: perl@10800] trigraphs and tests for h2xs
2923 From: Prymmer/Kahn <pvhp@best.com>
2924 Date: Fri, 22 Jun 2001 00:03:24 -0700 (PDT)
2925 Message-ID: <Pine.BSF.4.21.0106212354510.6026-100000@shell8.ba.best.com>
2926 Branch: perl
2927 + lib/h2xs.t
2928 ! MANIFEST utils/h2xs.PL
2929____________________________________________________________________________
2930[ 10819] By: jhi on 2001/06/22 12:11:56
2931 Log: Subject: [PATCH: perl@10800] nmake specific cleanliness for lib/ExtUtils.t
2932 From: Prymmer/Kahn <pvhp@best.com>
2933 Date: Thu, 21 Jun 2001 23:53:27 -0700 (PDT)
2934 Message-ID: <Pine.BSF.4.21.0106212346540.6026-100000@shell8.ba.best.com>
2935 Branch: perl
2936 ! lib/ExtUtils.t
2937____________________________________________________________________________
2938[ 10818] By: jhi on 2001/06/22 12:11:08
2939 Log: Subject: [PATCH: perl@10800] clean up after t/pod/plainer.t on Win32
2940 From: Prymmer/Kahn <pvhp@best.com>
2941 Date: Thu, 21 Jun 2001 23:45:15 -0700 (PDT)
2942 Message-ID: <Pine.BSF.4.21.0106212341510.6026-100000@shell8.ba.best.com>
2943 Branch: perl
2944 ! t/pod/plainer.t
2945____________________________________________________________________________
2946[ 10817] By: jhi on 2001/06/22 12:10:05
2947 Log: AUTHORS update.
2948 Branch: perl
2949 ! AUTHORS
2950____________________________________________________________________________
2951[ 10816] By: jhi on 2001/06/22 12:08:24
2952 Log: Subject: should POSIX.xs use XSRETURN_UNDEF in sigaction?
2953 From: "Craig A. Berry" <craigberry@mac.com>
2954 Date: Thu, 21 Jun 2001 18:20:38 -0500
2955 Message-Id: <5.1.0.14.0.20010621180227.02a8e930@exchi01>
2956 Branch: perl
2957 ! ext/POSIX/POSIX.xs
2958____________________________________________________________________________
2959[ 10815] By: jhi on 2001/06/22 12:07:19
2960 Log: Subject: [PATCH perl@10765] fix Deparse.t and write.t for VMS
2961 From: "Craig A. Berry" <craigberry@mac.com>
2962 Date: Thu, 21 Jun 2001 09:58:52 -0500
2963 Message-Id: <5.1.0.14.0.20010620172532.033cdb88@exchi01>
2964 Branch: perl
2965 ! ext/B/Deparse.t t/op/write.t
2966____________________________________________________________________________
2967[ 10814] By: nick on 2001/06/22 08:13:09
2968 Log: Integrate mainline.
2969 Branch: perlio
2970 !> (integrate 46 files)
2971____________________________________________________________________________
2972[ 10813] By: jhi on 2001/06/22 02:48:58
2973 Log: Change the prefixes only if $prefix is unset,
2974 as originally patched by Marcel Grunauer.
2975 Branch: perl
2976 ! hints/darwin.sh hints/rhapsody.sh
2977____________________________________________________________________________
2978[ 10812] By: jhi on 2001/06/22 02:44:41
2979 Log: Subject: Re: Patch for hints/darwin.sh
2980 From: Wilfredo Sanchez <wsanchez@MIT.EDU>
2981 Date: Thu, 21 Jun 2001 11:23:46 -0700
2982 Message-Id: <200106211823.OAA01089@melbourne-city-street.mit.edu>
2983 Branch: perl
2984 ! hints/darwin.sh hints/rhapsody.sh
2985____________________________________________________________________________
2986[ 10811] By: jhi on 2001/06/22 02:34:27
2987 Log: Add .PHONY targets for non-file targets,
2988 from Wilfredo Sánchez. Should help saying
2989 "make install" on case-insensitive filesystems.
2990 Branch: perl
2991 ! Makefile.SH
2992____________________________________________________________________________
2993[ 10810] By: jhi on 2001/06/22 02:01:23
2994 Log: Subject: Re: Automated smoke report for patch 10764 (truncated)
2995 From: Doug MacEachern <dougm@covalent.net>
2996 Date: Thu, 21 Jun 2001 19:32:05 -0700 (PDT)
2997 Message-ID: <Pine.LNX.4.21.0106211925020.17261-100000@mako.covalent.net>
2998
2999 plus reword the getcwd() comment, plus use getcwd() buffer
3000 size minus one.
3001 Branch: perl
3002 ! util.c
3003____________________________________________________________________________
3004[ 10809] By: jhi on 2001/06/22 01:16:58
3005 Log: More gprofing from Doug MacEachern.
3006 Branch: perl
3007 ! Makefile.SH
3008____________________________________________________________________________
3009[ 10808] By: jhi on 2001/06/22 01:15:11
3010 Log: Metaconfig unit change for #10807.
3011 Branch: metaconfig/U/perl
3012 ! d_sfio.U
3013____________________________________________________________________________
3014[ 10807] By: jhi on 2001/06/22 01:14:43
3015 Log: Tell that you are removing the unneeded -lsfio.
3016 Branch: perl
3017 ! Configure
3018____________________________________________________________________________
3019[ 10806] By: jhi on 2001/06/22 01:03:14
3020 Log: More MPE/iX tweaks from Mark Bixby.
3021 Branch: perl
3022 ! perl.c t/op/magic.t
3023____________________________________________________________________________
3024[ 10805] By: jhi on 2001/06/21 22:41:11
3025 Log: The fchdir() proto is supposed to live in <unistd.h>.
3026 Branch: perl
3027 ! ext/Cwd/Cwd.xs
3028____________________________________________________________________________
3029[ 10804] By: jhi on 2001/06/21 22:24:42
3030 Log: This town is too small for the Cwd extension and me,
3031 it would seem...
3032 Branch: perl
3033 ! ext/Cwd/Cwd.xs
3034____________________________________________________________________________
3035[ 10803] By: jhi on 2001/06/21 21:54:00
3036 Log: Metaconfig unit change for #10802.
3037 Branch: metaconfig/U/perl
3038 ! d_modfl.U
3039____________________________________________________________________________
3040[ 10802] By: jhi on 2001/06/21 21:53:37
3041 Log: More d'ohs.
3042 Branch: perl
3043 ! Configure
3044____________________________________________________________________________
3045[ 10801] By: jhi on 2001/06/21 21:38:38
3046 Log: Off-by-one. I'm so classic.
3047 Branch: perl
3048 ! util.c
3049____________________________________________________________________________
3050[ 10800] By: jhi on 2001/06/21 20:10:19
3051 Log: Update Changes.
3052 Branch: perl
3053 ! Changes patchlevel.h
3054____________________________________________________________________________
62e06c62
JH
3055[ 10799] By: jhi on 2001/06/21 20:03:54
3056 Log: Subject: Documentation patch for Net::FTP
3057 From: Marcel Grunauer <marcel@codewerk.com>
3058 Date: Wed, 20 Jun 2001 23:03:26 +0200
3059 Message-Id: <20010620210309.DCMT6087.viemta06@localhost>
3060 Branch: perl
3061 ! lib/Net/FTP.pm
3062____________________________________________________________________________
3063[ 10798] By: jhi on 2001/06/21 20:01:14
3064 Log: Retract the #10417 mg.c and embed.pl parts because of
3065 strange SEGVs in 64bit x86 FreeBSD observed by
3066 Nicholas Clark.
3067 Branch: perl
3068 ! embed.pl mg.c perlapi.c pod/perlintern.pod proto.h
3069____________________________________________________________________________
3070[ 10797] By: jhi on 2001/06/21 19:40:34
3071 Log: Add fchdir() probe (in non-UNIX systems assume it doesn't exist).
3072 Branch: perl
3073 ! Configure NetWare/config.wc NetWare/config_H.wc
3074 ! Porting/Glossary Porting/config.sh Porting/config_H
3075 ! config_h.SH configure.com epoc/config.sh uconfig.h uconfig.sh
3076 ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
3077 ! vos/config.ga.h win32/config.bc win32/config.gc
3078 ! win32/config.vc win32/config_H.bc win32/config_H.gc
3079 ! win32/config_H.vc
3080____________________________________________________________________________
3081[ 10796] By: jhi on 2001/06/21 19:08:28
3082 Log: Cwd tweak from Doug MacEachern.
3083 Branch: perl
3084 ! ext/Cwd/Cwd.xs
3085____________________________________________________________________________
3086[ 10795] By: jhi on 2001/06/21 19:03:48
3087 Log: Protect the fchdir() and lstat() with ifdefs.
3088 fchdir() needs a Configure probe.
3089 Branch: perl
3090 ! ext/Cwd/Cwd.xs
3091____________________________________________________________________________
3092[ 10794] By: nick on 2001/06/21 17:11:35
3093 Log: Integrate mainline
3094 Branch: perlio
3095 +> ext/File/Glob/t/basic.t ext/File/Glob/t/case.t
3096 +> ext/File/Glob/t/global.t ext/File/Glob/t/taint.t
3097 +> lib/Attribute/Handlers/test.pl lib/File/Temp/t/mktemp.t
3098 +> lib/File/Temp/t/posix.t lib/File/Temp/t/security.t
3099 +> lib/File/Temp/t/tempfile.t lib/Getopt/Long/t/basic.t
3100 +> lib/Getopt/Long/t/compat.t lib/Getopt/Long/t/linkage.t
3101 +> lib/Getopt/Long/t/oo.t lib/Text/TabsWrap/t/fill.t
3102 +> lib/Text/TabsWrap/t/tabs.t lib/Text/TabsWrap/t/wrap.t
3103 - lib/Attribute/Handlers.t lib/File/Glob/basic.t
3104 - lib/File/Glob/case.t lib/File/Glob/global.t
3105 - lib/File/Glob/taint.t lib/File/Temp/mktemp.t
3106 - lib/File/Temp/posix.t lib/File/Temp/security.t
3107 - lib/File/Temp/tempfile.t lib/Getopt/Long/basic.t
3108 - lib/Getopt/Long/compat.t lib/Getopt/Long/linkage.t
3109 - lib/Getopt/Long/oo.t lib/Text/Tabs.t lib/Text/Wrap/fill.t
3110 - lib/Text/Wrap/wrap.t
3111 !> (integrate 41 files)
3112____________________________________________________________________________
3113[ 10793] By: jhi on 2001/06/21 17:01:26
3114 Log: Subject: [PATCH perl@10765] fix Cwd.xs for VMS
3115 From: "Craig A. Berry" <craig.berry@SignalTreeSolutions.com>
3116 Date: Thu, 21 Jun 2001 13:04:54 -0500
3117 Message-Id: <5.1.0.14.0.20010621124127.029fe120@exchi01>
3118 Branch: perl
3119 ! ext/Cwd/Cwd.xs
3120____________________________________________________________________________
3121[ 10792] By: jhi on 2001/06/21 16:13:57
3122 Log: Subject: [PATCH pod] overlong =item
3123 From: Robin Barker <rmb1@cise.npl.co.uk>
3124 Date: Thu, 21 Jun 2001 18:08:04 +0100 (BST)
3125 Message-Id: <200106211708.SAA08097@tempest.npl.co.uk>
3126 Branch: perl
3127 ! lib/ExtUtils/Constant.pm lib/Locale/Maketext.pod
3128 ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
3129____________________________________________________________________________
3130[ 10791] By: jhi on 2001/06/21 16:10:51
3131 Log: Subject: [PATCH perlio.c] format
3132 From: Robin Barker <rmb1@cise.npl.co.uk>
3133 Date: Thu, 21 Jun 2001 18:05:02 +0100 (BST)
3134 Message-Id: <200106211705.SAA08067@tempest.npl.co.uk>
3135 Branch: perl
3136 ! perlio.c
3137____________________________________________________________________________
3138[ 10790] By: jhi on 2001/06/21 15:52:04
3139 Log: Subject: Re: [PATCH 5.7.1] sv.c documentation
3140 From: Radu Greab <radu@netsoft.ro>
3141 Date: Thu, 21 Jun 2001 19:06:02 +0300
3142 Message-ID: <15154.7018.376419.295092@ix.netsoft.ro>
3143 Branch: perl
3144 ! pod/perlapi.pod sv.c
3145____________________________________________________________________________
3146[ 10789] By: jhi on 2001/06/21 14:48:25
3147 Log: The metaconfig unit changes for #10788.
3148 Branch: metaconfig/U/perl
3149 ! Cross.U fflushall.U
3150____________________________________________________________________________
3151[ 10788] By: jhi on 2001/06/21 14:47:48
3152 Log: Cross-configuration changes: make $from to rm the files
3153 before copying them over (this means that he rm can be
3154 removed from the fflushall test), create $targetmkdir
3155 (not documented in install since it is supposed to internal
3156 use only), make $run to copy over the executable only if
3157 a stamp file .xok doesn't already exist (to avoid unnecessary
3158 copying of the executable)
3159 Branch: perl
3160 ! Configure Makefile.SH
3161____________________________________________________________________________
3162[ 10787] By: nick on 2001/06/21 14:16:18
3163 Log: Integrate mainline
3164 Branch: perlio
3165 +> lib/I18N/LangTags/ChangeLog lib/I18N/LangTags/List.pm
3166 +> lib/I18N/LangTags/README lib/Locale/Maketext/ChangeLog
3167 +> lib/Locale/Maketext/README lib/Locale/Maketext/test.pl
3168 - lib/I18N/LangTags/List.pod lib/Locale/Maketext.t
3169 !> (integrate 34 files)
3170____________________________________________________________________________
3171[ 10786] By: jhi on 2001/06/21 13:59:32
3172 Log: Re-add the files as text.
3173 Branch: perl
3174 + t/lib/locale/latin1 t/lib/locale/utf8 t/lib/warnings/utf8
3175____________________________________________________________________________
3176[ 10785] By: jhi on 2001/06/21 13:57:55
3177 Log: Delete the binary files.
3178 Branch: perl
3179 - t/lib/locale/latin1 t/lib/locale/utf8 t/lib/warnings/utf8
3180____________________________________________________________________________
3181[ 10784] By: jhi on 2001/06/21 13:49:47
3182 Log: Subject: [PATCH 5.7.x] Unnecessary pod2man calls in new extensions
3183 From: Andy Dougherty <doughera@lafayette.edu>
3184 Date: Thu, 21 Jun 2001 10:44:05 -0400 (EDT)
3185 Message-ID: <Pine.SOL.4.10.10106211040180.26439-100000@maxwell.phys.lafayette.edu>
3186 Branch: perl
3187 ! ext/Digest/MD5/Makefile.PL ext/List/Util/Makefile.PL
3188 ! ext/MIME/Base64/Makefile.PL ext/PerlIO/Scalar/Makefile.PL
3189 ! ext/PerlIO/Via/Makefile.PL ext/Time/HiRes/Makefile.PL
3190 ! ext/Time/Piece/Makefile.PL ext/XS/Typemap/Makefile.PL
3191____________________________________________________________________________
3192[ 10783] By: jhi on 2001/06/21 13:46:50
3193 Log: Subject: [ID 20010621.002] UnixWare 7.1.1 and Perl-5.6.1 problems
3194 From: 0000-Admin <root@egg.karlov.mff.cuni.cz>(0000)
3195 Date: Wed, 20 Jun 2001 14:11:49 +0200 (MET DST)
3196 Message-Id: <200106201211.f5KCBnm24320@egg.karlov.mff.cuni.cz>
3197
3198 Setting umask to something friendlier.
3199 Branch: perl
3200 ! installman installperl
3201____________________________________________________________________________
3202[ 10782] By: jhi on 2001/06/21 13:42:17
3203 Log: Shuffle around tests to (ext|lib)/.../t/ subdirectories.
3204 Resort MANIFEST with sort -f, looks much better.
3205 Branch: perl
3206 + ext/File/Glob/t/basic.t ext/File/Glob/t/case.t
3207 + ext/File/Glob/t/global.t ext/File/Glob/t/taint.t
3208 + lib/Attribute/Handlers/test.pl lib/File/Temp/t/mktemp.t
3209 + lib/File/Temp/t/posix.t lib/File/Temp/t/security.t
3210 + lib/File/Temp/t/tempfile.t lib/Getopt/Long/t/basic.t
3211 + lib/Getopt/Long/t/compat.t lib/Getopt/Long/t/linkage.t
3212 + lib/Getopt/Long/t/oo.t lib/Text/TabsWrap/t/fill.t
3213 + lib/Text/TabsWrap/t/tabs.t lib/Text/TabsWrap/t/wrap.t
3214 - lib/Attribute/Handlers.t lib/File/Glob/basic.t
3215 - lib/File/Glob/case.t lib/File/Glob/global.t
3216 - lib/File/Glob/taint.t lib/File/Temp/mktemp.t
3217 - lib/File/Temp/posix.t lib/File/Temp/security.t
3218 - lib/File/Temp/tempfile.t lib/Getopt/Long/basic.t
3219 - lib/Getopt/Long/compat.t lib/Getopt/Long/linkage.t
3220 - lib/Getopt/Long/oo.t lib/Text/Tabs.t lib/Text/Wrap/fill.t
3221 - lib/Text/Wrap/wrap.t
3222 ! MANIFEST
3223____________________________________________________________________________
3224[ 10781] By: jhi on 2001/06/21 13:16:04
3225 Log: Upgrade to I18N::LangTags 0.25.
3226 Branch: perl
3227 ! lib/I18N/LangTags.pm lib/I18N/LangTags/ChangeLog
3228 ! lib/I18N/LangTags/List.pm
3229____________________________________________________________________________
3230[ 10780] By: jhi on 2001/06/21 13:12:54
3231 Log: Subject: [PATCH] Step 2: Use the new PM_GETRE/SETRE macros everywhere.
3232 From: Richard Soderberg <rs@crystalflame.net>
3233 Date: Thu, 21 Jun 2001 07:01:22 -0700 (PDT)
3234 Message-ID: <Pine.LNX.4.21.0106210657400.1693-100000@oregonnet.com>
3235 Branch: perl
3236 ! dump.c ext/B/B.xs ext/B/B/C.pm ext/ByteLoader/bytecode.h mg.c
3237 ! op.c pp.c pp_ctl.c pp_hot.c regexec.c
3238____________________________________________________________________________
3239[ 10779] By: jhi on 2001/06/21 12:59:57
3240 Log: Test obsoleted by change #10777.
3241 Branch: perl
3242 ! t/op/sub_lval.t
3243____________________________________________________________________________
3244[ 10778] By: jhi on 2001/06/21 12:52:37
3245 Log: Case of confused test numbering.
3246 Branch: perl
3247 ! t/op/pat.t
3248____________________________________________________________________________
3249[ 10777] By: jhi on 2001/06/21 12:30:57
3250 Log: Subject: Re: Opinion on undef lvalue
3251 From: Abhijit Menon-Sen <ams@wiw.org>
3252 Date: Sun, 17 Jun 2001 13:04:46 +0530
3253 Message-ID: <20010617130446.B27925@lustre.linux.in>
3254
3255 Allow lvalue subs to return undef in array context.
3256 Branch: perl
3257 ! pp_hot.c
3258____________________________________________________________________________
3259[ 10776] By: jhi on 2001/06/21 12:27:48
3260 Log: Just a guess that using the same hack for cygwin as
3261 for win32 might help.
3262 Branch: perl
3263 ! lib/File/Find/find.t
3264____________________________________________________________________________
3265[ 10775] By: jhi on 2001/06/21 12:25:58
3266 Log: NetWare tweaks from Guruprasad.
3267 Branch: perl
3268 ! NetWare/Makefile NetWare/Nwmain.c NetWare/config.wc
3269 ! NetWare/config_H.wc NetWare/nw5sck.c NetWare/nw5sck.h
3270 ! NetWare/nwperlsys.c NetWare/t/NWModify.pl
3271 ! NetWare/t/NWScripts.pl NetWare/t/Readme.txt
3272____________________________________________________________________________
3273[ 10774] By: jhi on 2001/06/21 12:21:17
3274 Log: Subject: Re: perl@10722: Bogus warnings on REs
3275 From: Hugo <hv@crypt.compulink.co.uk>
3276 Date: Thu, 21 Jun 2001 09:51:17 +0100
3277 Message-Id: <200106210851.JAA01942@crypt.compulink.co.uk>
3278
3279 Unroll to avoid a UTS compiler bug.
3280 Branch: perl
3281 ! regcomp.c
3282____________________________________________________________________________
3283[ 10773] By: jhi on 2001/06/21 12:13:13
3284 Log: Subject: Re: [PATCH] Make /o work under i?threads
3285 From: Artur Bergman <artur@contiller.se>
3286 Date: Thu, 21 Jun 2001 14:38:03 +0200
3287 Message-ID: <B757B74A.184D%artur@contiller.se>
3288 Branch: perl
3289 ! t/op/pat.t
3290____________________________________________________________________________
3291[ 10772] By: jhi on 2001/06/21 12:12:23
3292 Log: Subject: Re: [PATCH] Step 1 of moving regexps to the pad
3293 From: Artur Bergman <artur@contiller.se>
3294 Date: Thu, 21 Jun 2001 14:27:33 +0200
3295 Message-ID: <B757B4D4.1849%artur@contiller.se>
3296
3297 Plus extra parentheses.
3298 Branch: perl
3299 ! op.h
3300____________________________________________________________________________
3301[ 10771] By: jhi on 2001/06/21 12:10:29
3302 Log: Subject: [PATCH] Make /o work under i?threads
3303 From: Richard Soderberg <rs@crystalflame.net>
3304 Date: Thu, 21 Jun 2001 05:21:43 -0700 (PDT)
3305 Message-ID: <Pine.LNX.4.21.0106210518210.2479-100000@oregonnet.com>
3306 Branch: perl
3307 ! pp_ctl.c
3308____________________________________________________________________________
3309[ 10770] By: jhi on 2001/06/21 12:09:28
3310 Log: Subject: Re: [PATCH] Step 1 of moving regexps to the pad
3311 From: Artur Bergman <artur@contiller.se>
3312 Date: Thu, 21 Jun 2001 14:04:54 +0200
3313 Message-ID: <B757AF86.1842%artur@contiller.se>
3314 Branch: perl
3315 ! op.h
3316____________________________________________________________________________
3317[ 10769] By: jhi on 2001/06/21 12:08:03
3318 Log: Subject: Re: perl@10765: sv.c not OK on win32
3319 From: Artur Bergman <artur@contiller.se>
3320 Date: Thu, 21 Jun 2001 10:31:06 +0200
3321 Message-ID: <B7577D69.182C%artur@contiller.se>
3322 Branch: perl
3323 ! sv.c
3324____________________________________________________________________________
3325[ 10768] By: jhi on 2001/06/21 12:03:56
3326 Log: Subject: [PATCH 5.6.1] OS2 getpw*, getgr*
3327 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
3328 Date: Thu, 21 Jun 2001 06:23:56 -0400
3329 Message-ID: <20010621062356.A8619@math.ohio-state.edu>
3330
3331 Subject: Re: [PATCH 5.6.1] OS2 getpw*, getgr*
3332 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
3333 Date: Thu, 21 Jun 2001 06:32:21 -0400
3334 Message-ID: <20010621063221.A8823@math.ohio-state.edu>
3335 Branch: perl
3336 ! lib/File/Glob/basic.t makedef.pl os2/os2.c os2/os2ish.h
3337____________________________________________________________________________
3338[ 10767] By: jhi on 2001/06/21 12:00:07
3339 Log: Subject: [PATCH] make syslog test more verbose
3340 From: Robert Spier <rspier@pobox.com>
3341 Date: Thu, 21 Jun 2001 00:54:32 -0400
3342 Message-ID: <15153.32264.295807.333073@rls.cx>
3343 Branch: perl
3344 ! ext/Sys/Syslog/syslog.t
3345____________________________________________________________________________
3346[ 10766] By: jhi on 2001/06/20 23:27:57
3347 Log: Subject: op/study.t refinements
3348 From: Hugo <hv@crypt.compulink.co.uk>
3349 Date: Thu, 21 Jun 2001 00:29:07 +0100
3350 Message-Id: <200106202329.AAA31397@crypt.compulink.co.uk>
3351 Branch: perl
3352 ! t/op/study.t
3353____________________________________________________________________________
3354[ 10765] By: jhi on 2001/06/20 19:51:47
3355 Log: Update Changes.
3356 Branch: perl
3357 ! Changes patchlevel.h
3358____________________________________________________________________________
974c90c5
JH
3359[ 10764] By: jhi on 2001/06/20 19:00:23
3360 Log: Subject: Re: [PATCH] djgpp updates
3361 From: Laszlo Molnar <laszlo.molnar@eth.ericsson.se>
3362 Date: Wed, 20 Jun 2001 10:05:15 +0200
3363 Message-ID: <20010620100515.L5600@libra.eth.ericsson.se>
3364 Branch: perl
3365 ! djgpp/config.over
3366____________________________________________________________________________
3367[ 10763] By: jhi on 2001/06/20 18:58:06
3368 Log: Fix for ID 20010619.002 "When building hash, hash keys that
3369 are function calls are not being called", from Abhijit.
3370 Branch: perl
3371 ! t/base/lex.t toke.c
3372____________________________________________________________________________
3373[ 10762] By: jhi on 2001/06/20 18:45:00
3374 Log: Upgrade to Locale::Maketext 1.02, from Sean Burke.
3375 Branch: perl
3376 + lib/Locale/Maketext/ChangeLog lib/Locale/Maketext/README
3377 + lib/Locale/Maketext/test.pl
3378 - lib/Locale/Maketext.t
3379 ! MANIFEST lib/Locale/Maketext.pm lib/Locale/Maketext.pod
3380 ! lib/Locale/Maketext/TPJ13.pod
3381____________________________________________________________________________
3382[ 10761] By: jhi on 2001/06/20 18:44:15
3383 Log: Metaconfig unit change for #10760.
3384 Branch: metaconfig
3385 ! U/modified/Cppsym.U
3386____________________________________________________________________________
3387[ 10760] By: jhi on 2001/06/20 18:42:04
3388 Log: Do not remove the ccsym* Cppsym* files since
3389 they are useful for metaconfig units coming after us.
3390 (This is the Configure nit mentioned in #10752.)
3391 Branch: perl
3392 ! Configure
3393____________________________________________________________________________
3394[ 10759] By: jhi on 2001/06/20 18:02:18
3395 Log: Update to I18N::LangTags 0.24, from Sean Burke.
3396 Branch: perl
3397 + lib/I18N/LangTags/ChangeLog lib/I18N/LangTags/List.pm
3398 + lib/I18N/LangTags/README
3399 - lib/I18N/LangTags/List.pod
3400 ! MANIFEST lib/I18N/LangTags.pm lib/I18N/LangTags/test.pl
3401____________________________________________________________________________
3402[ 10758] By: jhi on 2001/06/20 17:34:43
3403 Log: Regen headers.
3404 Branch: perl
3405 ! embed.h embedvar.h global.sym perlapi.c perlapi.h
3406 ! pod/perlapi.pod proto.h
3407____________________________________________________________________________
3408[ 10757] By: jhi on 2001/06/20 17:23:08
3409 Log: Subject: [PATCH] Fixes case of CvDEPTH for perl_clone
3410 From: Artur Bergman <artur@contiller.se>
3411 Date: Wed, 20 Jun 2001 11:31:32 +0200
3412 Message-ID: <B7563A14.17D8%artur@contiller.se>
3413 Branch: perl
3414 ! embed.pl hv.c intrpvar.h sv.c sv.h
3415____________________________________________________________________________
3416[ 10756] By: jhi on 2001/06/20 17:13:26
3417 Log: Subject: Fix for [ID 20010124.001] POSIX::errno unreliable
3418 From: Tim Sweetman <tim@aldigital.co.uk>
3419 Date: Wed, 13 Jun 2001 14:25:17 +0100
3420 Message-ID: <3B2769BD.68B4F4B3@aldigital.co.uk>
3421 Branch: perl
3422 ! ext/POSIX/POSIX.t lib/AutoLoader.pm
3423____________________________________________________________________________
3424[ 10755] By: nick on 2001/06/20 16:12:37
3425 Log: Integrate mainline
3426 Branch: perlio
3427 !> embed.h embed.pl ext/Cwd/Cwd.xs ext/Filter/t/call.t
3428 !> ext/IO/lib/IO/Socket/INET.pm ext/IO/lib/IO/t/io_sock.t
3429 !> ext/POSIX/POSIX.xs hints/mpeix.sh lib/File/Temp/security.t
3430 !> lib/FileHandle.t mpeix/mpeixish.h mpeix/relink objXSUB.h
3431 !> perlapi.c pod/perldiag.pod pp_sys.c proto.h t/op/pwent.t
3432 !> t/op/study.t util.c
3433____________________________________________________________________________
3434[ 10754] By: gsar on 2001/06/20 15:22:27
3435 Log: missing ld entry in Config.pm on Windows (makefile.mk had it,
3436 but not Makefile)
3437 Branch: maint-5.6/perl
3438 ! win32/Makefile
3439____________________________________________________________________________
3440[ 10753] By: jhi on 2001/06/20 14:03:20
3441 Log: Security tweak on readlink().
3442 Branch: perl
3443 ! pp_sys.c
3444____________________________________________________________________________
3445[ 10752] By: jhi on 2001/06/20 14:00:23
3446 Log: MPE/iX fixes from Mark Bixby (a Configure fix is also needed.)
3447 Branch: perl
3448 ! ext/Filter/t/call.t ext/IO/lib/IO/t/io_sock.t hints/mpeix.sh
3449 ! lib/File/Temp/security.t lib/FileHandle.t mpeix/mpeixish.h
3450 ! mpeix/relink t/op/pwent.t
3451____________________________________________________________________________
3452[ 10751] By: jhi on 2001/06/20 13:57:27
3453 Log: Reinstate #10725 (with probe for alarm()).
3454 Branch: perl
3455 ! t/op/study.t
3456____________________________________________________________________________
3457[ 10750] By: jhi on 2001/06/20 13:53:46
3458 Log: Replace our implementation of realpath() with OpenBSD's
3459 (src/lib/libc/stdlib/realpath.c 1.4).
3460 Branch: perl
3461 ! embed.h embed.pl ext/Cwd/Cwd.xs objXSUB.h perlapi.c
3462 ! pod/perldiag.pod proto.h util.c
3463____________________________________________________________________________
3464[ 10749] By: jhi on 2001/06/20 13:07:49
3465 Log: Integrate perlio.
3466 Branch: perl
3467 !> perlio.c
3468____________________________________________________________________________
3469[ 10748] By: jhi on 2001/06/20 13:07:18
3470 Log: No point in going into memory-saving contortions
3471 with getcwd() since there's a danger of buffer overflow.
3472 Also make the POSIX extension to use sv_getcwd().
3473 Finally, a missed proto.h fragment.
3474 Branch: perl
3475 ! ext/POSIX/POSIX.xs proto.h util.c
3476____________________________________________________________________________
3477[ 10747] By: nick on 2001/06/20 12:38:26
3478 Log: Fix PERLIO=unix bug, while restoring maximal buffer in PerlIOBuf_unread.
3479 Branch: perlio
3480 ! perlio.c
3481____________________________________________________________________________
3482[ 10746] By: jhi on 2001/06/20 11:51:10
3483 Log: Subject: Re: Bug in IO::Socket::INET module (repeat)
3484 From: Graham Barr <gbarr@pobox.com>
3485 Date: Wed, 20 Jun 2001 11:05:49 +0100
3486 Message-ID: <20010620110549.I19188@pobox.com>
3487
3488 reported in
3489
3490 Subject: Bug in IO::Socket::INET module (repeat)
3491 From: "Harmon S. Nine" <hnine@netarx.com>
3492 Date: Tue, 19 Jun 2001 09:41:35 -0400
3493 Message-ID: <3B2F568F.8080605@netarx.com>
3494
3495 The bug was that the IO::Socket::INET constructor
3496 did not allow a 'LocalPort' of 0.
3497 Branch: perl
3498 ! ext/IO/lib/IO/Socket/INET.pm
3499____________________________________________________________________________
3500[ 10745] By: nick on 2001/06/20 08:56:39
3501 Log: Integrate mainline.
3502 Branch: perlio
3503 !> (integrate 37 files)
3504____________________________________________________________________________
3505[ 10744] By: jhi on 2001/06/20 04:54:53
3506 Log: After some reading I don't think we can blindly
3507 use systems' realpath(). Too many security problems,
3508 too many buggy implementations.
3509
3510 TODO: the realpath() emulation code in util.c doesn't
3511 seem fully operational? (readlink(), for example?)
3512 Branch: perl
3513 ! Configure Makefile.micro Porting/Glossary Porting/config.sh
3514 ! Porting/config_H config_h.SH embed.h embed.pl global.sym
3515 ! objXSUB.h perlapi.c pod/perldiag.pod pod/perltoc.pod uconfig.h
3516 ! uconfig.sh util.c vos/config.alpha.def vos/config.alpha.h
3517 ! vos/config.ga.def vos/config.ga.h win32/config_H.bc
3518 ! win32/config_H.gc win32/config_H.vc
3519____________________________________________________________________________
3520[ 10743] By: jhi on 2001/06/20 00:48:48
3521 Log: Metaconfig unit change for #10738.
3522 Branch: metaconfig
3523 ! U/compline/d_gconvert.U
3524____________________________________________________________________________
3525[ 10742] By: jhi on 2001/06/20 00:48:20
3526 Log: Integrate change #10739 from maintperl:
3527
3528 C<eval "/x$\r\n/x"> fails to compile correctly
3529 Branch: perl
3530 !> t/op/pat.t toke.c
3531____________________________________________________________________________
3532[ 10741] By: jhi on 2001/06/20 00:41:05
3533 Log: Retract #10725 (Hugo asked NOT to apply the patch)
3534 Branch: perl
3535 ! t/op/study.t
3536____________________________________________________________________________
3537[ 10740] By: jhi on 2001/06/19 23:58:25
3538 Log: The test.third results were funnily named because of the
3539 new test scheme.
3540 Branch: perl
3541 ! t/TEST
3542____________________________________________________________________________
3543[ 10739] By: gsar on 2001/06/19 23:49:15
3544 Log: C<eval "/x$\r\n/x"> fails to compile correctly
3545 Branch: maint-5.6/perl
3546 ! t/op/pat.t toke.c
3547____________________________________________________________________________
3548[ 10738] By: jhi on 2001/06/19 23:04:15
3549 Log: Subject: [ID 20010619.012] Not OK: perl v5.7.1 +DEVEL10721 +devel-10722 on alpha-dec_osf-per lio 4.0f (UNINSTALLED)
3550 From: Spider Boardman <spider@Orb.Nashua.NH.US>
3551 Date: Tue, 19 Jun 2001 19:15:40 -0400
3552 Message-Id: <200106192315.TAA18531@Orb.Nashua.NH.US>
3553
3554 The bigintpm.t #1183 failing in Tru64 (and also Cygwin)
3555 because "1e+129" being expected but "1.e+129" being returned.
3556 The culprit (at least in Tru64) is the use of gcvt().
3557 Branch: perl
3558 ! Configure
3559____________________________________________________________________________
3560[ 10737] By: jhi on 2001/06/19 22:56:52
3561 Log: Subject: [PATCH perl@10722] test hunting on VMS
3562 From: "Craig A. Berry" <craigberry@mac.com>
3563 Message-Id: <5.1.0.14.0.20010619183530.01c4bdb8@exchi01>
3564 Date: Tue, 19 Jun 2001 18:59:01 -0500
3565 Branch: perl
3566 ! vms/test.com
3567____________________________________________________________________________
3568[ 10736] By: jhi on 2001/06/19 21:32:29
3569 Log: Subject: [PATCH] s/typos//
3570 From: Abhijit Menon-Sen <ams@wiw.org>
3571 Date: Wed, 20 Jun 2001 02:15:02 +0530
3572 Message-ID: <20010620021502.A14541@lustre.linux.in>
3573
3574 Without the op.h s/bearword/bareword/ hunk, see
3575 http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/1998-02/msg00370.html
3576 Branch: perl
3577 ! util.c
3578____________________________________________________________________________
3579[ 10735] By: jhi on 2001/06/19 21:26:43
3580 Log: Metaconfig unit change for #10732 and #10733.
3581 Branch: metaconfig/U/perl
3582 ! fflushall.U
3583____________________________________________________________________________
3584[ 10734] By: jhi on 2001/06/19 21:24:41
3585 Log: Subject: [PATCH perl@10722] build ext/Socket dynamically on VMS
3586 From: "Craig A. Berry" <craigberry@mac.com>
3587 Date: Tue, 19 Jun 2001 17:19:48 -0500
3588 Message-Id: <5.1.0.14.0.20010619165650.01bd8478@exchi01>
3589 Branch: perl
3590 ! configure.com vms/descrip_mms.template
3591____________________________________________________________________________
3592[ 10733] By: jhi on 2001/06/19 19:57:44
3593 Log: Subject: [ID 20010619.011] Not OK: perl v5.7.1 +DEVEL10721 +devel-10722 on alpha-dec_osf-per lio 4.0f (UNINSTALLED)
3594 From: Spider Boardman <spider@Orb.Nashua.NH.US>
3595 Date: Tue, 19 Jun 2001 16:48:07 -0400
3596 Message-Id: <200106192048.QAA20849@Orb.Nashua.NH.US>
3597
3598 Further fixes to fflush(NULL) detection.
3599 Branch: perl
3600 ! Configure
3601____________________________________________________________________________
3602[ 10732] By: jhi on 2001/06/19 19:38:20
3603 Log: AIX test -s hangs with non-existent files?
3604 (A genuine logic bug in Configure, but AIX also broken?)
3605 Branch: perl
3606 ! Configure
3607____________________________________________________________________________
3608[ 10731] By: jhi on 2001/06/19 19:17:35
3609 Log: AUTHORS updates.
3610 Branch: perl
3611 ! AUTHORS
3612____________________________________________________________________________
3613[ 10730] By: jhi on 2001/06/19 19:03:07
3614 Log: Subject: [ID 20010619.007] Not OK: perl v5.7.1 +DEVEL10721 +devel-10722 on alpha-dec_osf-perlio 4.0f (UNINSTALLED)
3615 From: Spider Boardman <spider@Orb.Nashua.NH.US>
3616 Date: Tue, 19 Jun 2001 15:33:25 -0400
3617 Message-Id: <200106191933.PAA08415@Orb.Nashua.NH.US>
3618 Branch: perl
3619 ! ext/POSIX/POSIX.t lib/warnings.t perlio.c t/lib/1_compile.t
3620 ! t/lib/warnings/pp
3621____________________________________________________________________________
3622[ 10729] By: jhi on 2001/06/19 18:34:10
3623 Log: Integrate perlio.
3624 Branch: perl
3625 !> lib/File/Find/find.t win32/distclean.bat
3626____________________________________________________________________________
3627[ 10728] By: nick on 2001/06/19 18:24:53
3628 Log: Hack File/Find/find.t to use File::Spec::Unix on Win32.
3629 Branch: perlio
3630 ! lib/File/Find/find.t win32/distclean.bat
3631____________________________________________________________________________
3632[ 10727] By: jhi on 2001/06/19 18:07:31
3633 Log: Furthwer tweak the fdopen() spot as suggseted by Jeff Pinyan;
3634 also add information how to find out whether one has PerlIO.
3635 Branch: perl
3636 ! pod/perlfunc.pod
3637____________________________________________________________________________
3638[ 10726] By: jhi on 2001/06/19 17:59:30
3639 Log: Subject: [ID 20010619.005] two typos in pod/perlfunc.pod
3640 From: Jeffrey Friedl <jfriedl@yahoo-inc.com>
3641 Date: Tue, 19 Jun 2001 11:36:32 -0700 (PDT)
3642 Message-Id: <200106191836.LAA21471@ventrue.corp.yahoo.com>
3643 Branch: perl
3644 ! pod/perlfunc.pod
3645____________________________________________________________________________
3646[ 10725] By: jhi on 2001/06/19 17:28:30
3647 Log: Subject: Re: [ID 20010618.006] some end-anchored regexps hang when using study
3648 From: Hugo <hv@crypt.compulink.co.uk>
3649 Date: Tue, 19 Jun 2001 12:37:30 +0100
3650 Message-Id: <200106191137.MAA15185@crypt.compulink.co.uk>
3651 Branch: perl
3652 ! t/op/study.t
3653____________________________________________________________________________
3654[ 10724] By: jhi on 2001/06/19 17:22:20
3655 Log: Subject: Re: [ID 20010618.006] some end-anchored regexps hang when using study
3656 From: Hugo <hv@crypt.compulink.co.uk>
3657 Message-Id: <200106191215.NAA17691@crypt.compulink.co.uk>
3658 Date: Tue, 19 Jun 2001 13:15:17 +0100
3659 Branch: perl
3660 ! util.c
3661____________________________________________________________________________
3662[ 10723] By: nick on 2001/06/19 14:46:15
3663 Log: Integrate mainline
3664 Branch: perlio
3665 +> ext/IPC/SysV/ipcsysv.t ext/Thread/create.tx ext/Thread/die.tx
3666 +> ext/Thread/die2.tx ext/Thread/io.tx ext/Thread/join.tx
3667 +> ext/Thread/join2.tx ext/Thread/list.tx ext/Thread/lock.tx
3668 +> ext/Thread/queue.tx ext/Thread/specific.tx ext/Thread/sync.tx
3669 +> ext/Thread/sync2.tx ext/Thread/unsync.tx ext/Thread/unsync2.tx
3670 +> ext/Thread/unsync3.tx ext/Thread/unsync4.tx
3671 - ext/Thread/create.t ext/Thread/die.t ext/Thread/die2.t
3672 - ext/Thread/io.t ext/Thread/join.t ext/Thread/join2.t
3673 - ext/Thread/list.t ext/Thread/lock.t ext/Thread/queue.t
3674 - ext/Thread/specific.t ext/Thread/sync.t ext/Thread/sync2.t
3675 - ext/Thread/unsync.t ext/Thread/unsync2.t ext/Thread/unsync3.t
3676 - ext/Thread/unsync4.t
3677 !> Changes MANIFEST NetWare/Makefile NetWare/config.wc
3678 !> djgpp/config.over djgpp/fixpmain
3679 !> ext/DynaLoader/DynaLoader_pm.PL ext/IPC/SysV/t/msg.t
3680 !> ext/IPC/SysV/t/sem.t handy.h hv.c lib/ExtUtils/MM_Unix.pm
3681 !> patchlevel.h perl.h utils/libnetcfg.PL win32/Makefile
3682____________________________________________________________________________
3683[ 10722] By: jhi on 2001/06/19 11:55:30
3684 Log: Update Changes.
3685 Branch: perl
3686 ! Changes patchlevel.h
3687____________________________________________________________________________
63b3d4d8
JH
3688[ 10721] By: jhi on 2001/06/19 11:29:34
3689 Log: The existence shall be MANIFESted.
3690 Branch: perl
3691 ! MANIFEST
3692____________________________________________________________________________
3693[ 10720] By: jhi on 2001/06/19 10:58:09
3694 Log: The old libnet.cfg is first searched from the current directory,
3695 only then from the module path.
3696 Branch: perl
3697 ! utils/libnetcfg.PL
3698____________________________________________________________________________
3699[ 10719] By: jhi on 2001/06/19 10:55:59
3700 Log: NetWare tweaks from Guruprasad.
3701 Branch: perl
3702 ! NetWare/Makefile NetWare/config.wc
3703____________________________________________________________________________
3704[ 10718] By: jhi on 2001/06/19 10:54:22
3705 Log: Subject: [PATCH] djgpp updates
3706 From: Laszlo Molnar <laszlo.molnar@eth.ericsson.se>
3707 Date: Tue, 19 Jun 2001 10:59:06 +0200
3708 Message-ID: <20010619105906.C5600@libra.eth.ericsson.se>
3709 Branch: perl
3710 ! djgpp/config.over djgpp/fixpmain
3711____________________________________________________________________________
3712[ 10717] By: jhi on 2001/06/19 10:53:20
3713 Log: Subject: [PATCH: perl@10689]let MS VC 5 resolve _PerlIO_win32
3714 From: Prymmer/Kahn <pvhp@best.com>
3715 Date: Mon, 18 Jun 2001 23:48:52 -0700 (PDT)
3716 Message-ID: <Pine.BSF.4.21.0106182345100.17670-100000@shell8.ba.best.com>
3717 Branch: perl
3718 ! win32/Makefile
3719____________________________________________________________________________
3720[ 10716] By: jhi on 2001/06/19 10:52:25
3721 Log: The INT32_MIN_BROKEN and INT64_MIN_BROKEN tweaks needs
3722 to happen right after the inclusion of <inttypes.h>,
3723 from Edward Moy.
3724 Branch: perl
3725 ! handy.h perl.h
3726____________________________________________________________________________
3727[ 10715] By: jhi on 2001/06/19 10:49:21
3728 Log: Subject: [patch] preserve @DynaLoader::dl_{librefs,modules}
3729 From: Doug MacEachern <dougm@covalent.net>
3730 Date: Mon, 18 Jun 2001 22:13:38 -0700 (PDT)
3731 Message-ID: <Pine.LNX.4.21.0106182210570.22114-100000@mako.covalent.net>
3732 Branch: perl
3733 ! ext/DynaLoader/DynaLoader_pm.PL
3734____________________________________________________________________________
3735[ 10714] By: jhi on 2001/06/19 10:48:19
3736 Log: Revert #10656 for perfomance reasons but leave in the
3737 use of Hv*() macros -- in comments, so that grepping the
3738 source is easier, from Abhijit. (Also add the ENV_HV_NAME speedup
3739 suggested by Sarathy, also by Abhijit.)
3740 Branch: perl
3741 ! hv.c
3742____________________________________________________________________________
3743[ 10713] By: jhi on 2001/06/19 10:46:08
3744 Log: Subject: [patch] .s MakeMaker suffix
3745 From: Doug MacEachern <dougm@covalent.net>
3746 Date: Mon, 18 Jun 2001 21:23:11 -0700 (PDT)
3747 Message-ID: <Pine.LNX.4.21.0106182120250.22114-100000@mako.covalent.net>
3748 Branch: perl
3749 ! lib/ExtUtils/MM_Unix.pm
3750____________________________________________________________________________
3751[ 10712] By: jhi on 2001/06/19 10:34:35
3752 Log: One test lost in the big shuffle restored.
3753 Branch: perl
3754 + ext/IPC/SysV/ipcsysv.t
3755 ! MANIFEST ext/IPC/SysV/t/msg.t ext/IPC/SysV/t/sem.t
3756____________________________________________________________________________
3757[ 10711] By: jhi on 2001/06/19 10:25:46
3758 Log: Rename the old non-standard threads tests so that
3759 they won't be invoked.
3760 Branch: perl
3761 + ext/Thread/create.tx ext/Thread/die.tx ext/Thread/die2.tx
3762 + ext/Thread/io.tx ext/Thread/join.tx ext/Thread/join2.tx
3763 + ext/Thread/list.tx ext/Thread/lock.tx ext/Thread/queue.tx
3764 + ext/Thread/specific.tx ext/Thread/sync.tx ext/Thread/sync2.tx
3765 + ext/Thread/unsync.tx ext/Thread/unsync2.tx
3766 + ext/Thread/unsync3.tx ext/Thread/unsync4.tx
3767 - ext/Thread/create.t ext/Thread/die.t ext/Thread/die2.t
3768 - ext/Thread/io.t ext/Thread/join.t ext/Thread/join2.t
3769 - ext/Thread/list.t ext/Thread/lock.t ext/Thread/queue.t
3770 - ext/Thread/specific.t ext/Thread/sync.t ext/Thread/sync2.t
3771 - ext/Thread/unsync.t ext/Thread/unsync2.t ext/Thread/unsync3.t
3772 - ext/Thread/unsync4.t
3773 ! MANIFEST
3774____________________________________________________________________________
3775[ 10710] By: jhi on 2001/06/19 10:18:41
3776 Log: Integrate perlio.
3777 Branch: perl
3778 !> win32/config_sh.PL
3779____________________________________________________________________________
3780[ 10709] By: nick on 2001/06/19 08:18:18
3781 Log: Integrate mainline
3782 Branch: perlio
3783 +> (branch 40 files)
3784 - lib/locale/latin1 lib/locale/utf8 lib/strict/refs
3785 - lib/strict/subs lib/strict/vars lib/warnings/1global
3786 - lib/warnings/2use lib/warnings/3both lib/warnings/4lint
3787 - lib/warnings/5nolint lib/warnings/6default lib/warnings/7fatal
3788 - lib/warnings/8signal lib/warnings/9enabled lib/warnings/av
3789 - lib/warnings/doio lib/warnings/doop lib/warnings/gv
3790 - lib/warnings/hv lib/warnings/malloc lib/warnings/mg
3791 - lib/warnings/op lib/warnings/perl lib/warnings/perlio
3792 - lib/warnings/perly lib/warnings/pp lib/warnings/pp_ctl
3793 - lib/warnings/pp_hot lib/warnings/pp_sys lib/warnings/regcomp
3794 - lib/warnings/regexec lib/warnings/run lib/warnings/sv
3795 - lib/warnings/taint lib/warnings/toke lib/warnings/universal
3796 - lib/warnings/utf8 lib/warnings/util
3797 !> (integrate 57 files)
3798____________________________________________________________________________
3799[ 10708] By: nick on 2001/06/19 07:57:10
3800 Log: Get Win32 known_extensions and extensions right in config.sh and hence Config.pm
3801 Branch: perlio
3802 ! win32/config_sh.PL
3803____________________________________________________________________________
3804[ 10707] By: nick on 2001/06/19 07:05:07
3805 Log: Perly.y and related file fixes to keep mainframe yacc (and bison) happy.
3806 Branch: perl
3807 ! perly.c perly.y perly_c.diff vms/perly_c.vms
3808____________________________________________________________________________
3809[ 10706] By: jhi on 2001/06/19 02:58:26
3810 Log: More perl572delta tweaks.
3811 Branch: perl
3812 ! pod/perl572delta.pod
3813____________________________________________________________________________
3814[ 10705] By: jhi on 2001/06/19 01:53:40
3815 Log: Update perl572delta.
3816 Branch: perl
3817 ! pod/perl572delta.pod
3818____________________________________________________________________________
3819[ 10704] By: jhi on 2001/06/19 01:28:40
3820 Log: VOS updates from Paul Green.
3821 Branch: perl
3822 ! vos/Changes vos/build.cm vos/perl.bind
3823____________________________________________________________________________
3824[ 10703] By: jhi on 2001/06/19 01:03:53
3825 Log: Update the vos/config.*.* files.
3826 Branch: perl
3827 ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
3828 ! vos/config.ga.h
3829____________________________________________________________________________
3830[ 10702] By: jhi on 2001/06/19 01:03:32
3831 Log: Add a makefile for more painless adding of symbols to the
3832 VOS headers while in UNIX (in VOS the vos/configure_perl.cm
3833 takes care of the adding)
3834 Branch: perl
3835 + vos/Makefile
3836____________________________________________________________________________
3837[ 10701] By: jhi on 2001/06/19 00:51:44
3838 Log: Make libnetcfg by default display the libnet configuration,
3839 -c to change, add -i for old config, document all options,
3840 regen toc.
3841 Branch: perl
3842 ! pod/perltoc.pod pod/perlutil.pod utils/libnetcfg.PL
3843____________________________________________________________________________
3844[ 10700] By: jhi on 2001/06/18 23:45:12
3845 Log: gcc -Wall sweep.
3846 Branch: perl
3847 ! ext/IO/IO.xs ext/Time/Piece/Piece.xs
3848____________________________________________________________________________
3849[ 10699] By: jhi on 2001/06/18 23:19:53
3850 Log: So there.
3851 Branch: perl
3852 ! universal.c
3853____________________________________________________________________________
3854[ 10698] By: jhi on 2001/06/18 23:10:22
3855 Log: Document the need for sv_printify().
3856
3857 Document that 'use utf8' has been considered.
3858
3859 (An unfinished, gcc 3.0 -Wall nit fix also slipped in, gack.)
3860 Branch: perl
3861 ! pod/perltodo.pod universal.c
3862____________________________________________________________________________
3863[ 10697] By: jhi on 2001/06/18 22:50:53
3864 Log: Subject: Re: [PATCH] Re: [PATCH] Re: perl@10611
3865 From: Nicholas Clark <nick@ccl4.org>
3866 Date: Mon, 18 Jun 2001 23:29:23 +0100
3867 Message-ID: <20010618232923.I98663@plum.flirble.org>
3868 Branch: perl
3869 ! ext/POSIX/Makefile.PL ext/Socket/Makefile.PL
3870 ! ext/Sys/Syslog/Makefile.PL
3871____________________________________________________________________________
3872[ 10696] By: jhi on 2001/06/18 22:39:32
3873 Log: Subject: [PATCH: 5.6.1] perl5db.pl v1.07 + docs
3874 From: Scott.L.Miller@Compaq.com
3875 Date: Mon, 18 Jun 2001 10:12:27 -0500
3876 Message-ID: <86256A6F.00538A54.00@omacmta01.custom-edge.com>
3877 Branch: perl
3878 ! lib/perl5db.pl pod/perldebug.pod
3879____________________________________________________________________________
3880[ 10695] By: jhi on 2001/06/18 22:35:13
3881 Log: Subject: [PATCH lib/Carp/Heavy.pm] malformed POSIX negation
3882 From: "Jeff 'japhy' Pinyan" <jeffp@crusoe.net>
3883 Date: Mon, 18 Jun 2001 16:52:24 -0400 (EDT)
3884 Message-ID: <Pine.GSO.4.21.0106181650590.17386-100000@crusoe.crusoe.net>
3885 Branch: perl
3886 ! lib/Carp/Heavy.pm
3887____________________________________________________________________________
3888[ 10694] By: jhi on 2001/06/18 22:34:06
3889 Log: Subject: [PATCH] Documentation changes for CLONE
3890 From: Artur Bergman <artur@contiller.se>
3891 Date: Mon, 18 Jun 2001 22:06:37 +0200
3892 Message-ID: <B7542BEC.1719%artur@contiller.se>
3893 Branch: perl
3894 ! pod/perlmod.pod pod/perlsub.pod
3895____________________________________________________________________________
3896[ 10693] By: jhi on 2001/06/18 22:31:38
3897 Log: Subject: Re: configure.com
3898 From: "Craig A. Berry" <craigberry@mac.com>
3899 Date: Mon, 18 Jun 2001 16:04:38 -0500
3900 Message-Id: <5.1.0.14.0.20010618154549.0318c090@mail.mac.com>
3901 Branch: perl
3902 ! configure.com
3903____________________________________________________________________________
3904[ 10692] By: jhi on 2001/06/18 22:30:43
3905 Log: Subject: PL_nullstash + perl_clone()
3906 From: Doug MacEachern <dougm@covalent.net>
3907 Date: Mon, 18 Jun 2001 16:24:22 -0700 (PDT)
3908 Message-ID: <Pine.LNX.4.21.0106181621040.11974-100000@mako.covalent.net>
3909 Branch: perl
3910 ! sv.c
3911____________________________________________________________________________
3912[ 10691] By: jhi on 2001/06/18 22:26:20
3913 Log: Subject: Re: [PATCH 5.7.1] sv.c documentation
3914 From: davem@fdgroup.co.uk
3915 Date: Mon, 18 Jun 2001 21:29:45 +0100 (BST)
3916 Message-Id: <200106182029.VAA06503@gizmo.fdgroup.co.uk>
3917 Branch: perl
3918 ! embed.pl pod/perlapi.pod
3919____________________________________________________________________________
3920[ 10690] By: jhi on 2001/06/18 22:17:05
3921 Log: More cross-compilation defaults gleaned from -Dcc
3922 if it is CPU-OS-gcc.
3923 Branch: metaconfig
3924 ! U/modified/libc.U
3925 Branch: metaconfig/U/perl
3926 ! Cross.U
3927 Branch: perl
3928 ! Configure INSTALL
3929____________________________________________________________________________
3930[ 10689] By: jhi on 2001/06/18 13:59:47
3931 Log: Update Changes.
3932 Branch: perl
3933 ! Changes patchlevel.h
3934____________________________________________________________________________
d53fedae
JH
3935[ 10688] By: jhi on 2001/06/18 13:44:18
3936 Log: Subject: [PATCH 5.7.1] sv.c documentation
3937 From: davem@fdgroup.co.uk
3938 Date: Mon, 18 Jun 2001 00:47:52 +0100 (BST)
3939 Message-Id: <200106172347.AAA05475@gizmo.fdgroup.co.uk>
3940 Branch: perl
3941 ! embed.pl pod/perlapi.pod pod/perlguts.pod pod/perlintern.pod
3942 ! sv.c sv.h
3943____________________________________________________________________________
3944[ 10687] By: jhi on 2001/06/18 13:38:03
3945 Log: Subject: [PATCH bleadperl DOC] $@ Clarification in pod/perlvar.pod
3946 From: "Jon Gunnip" <jongunnip@hotmail.com>
3947 Date: Sun, 17 Jun 2001 18:24:29 -0400
3948 Message-ID: <F136EXUIEAOeIiGXix40000e3a7@hotmail.com>
3949 Branch: perl
3950 ! pod/perlvar.pod
3951____________________________________________________________________________
3952[ 10686] By: jhi on 2001/06/18 13:32:13
3953 Log: Move the locale/strict/warnings helper files back
3954 under the t/lib; this way the amount of non-installabled
3955 stuff under lib/ stays smaller.
3956 Branch: perl
3957 + t/lib/locale/latin1 t/lib/locale/utf8 t/lib/strict/refs
3958 + t/lib/strict/subs t/lib/strict/vars t/lib/warnings/1global
3959 + t/lib/warnings/2use t/lib/warnings/3both t/lib/warnings/4lint
3960 + t/lib/warnings/5nolint t/lib/warnings/6default
3961 + t/lib/warnings/7fatal t/lib/warnings/8signal
3962 + t/lib/warnings/9enabled t/lib/warnings/av t/lib/warnings/doio
3963 + t/lib/warnings/doop t/lib/warnings/gv t/lib/warnings/hv
3964 + t/lib/warnings/malloc t/lib/warnings/mg t/lib/warnings/op
3965 + t/lib/warnings/perl t/lib/warnings/perlio t/lib/warnings/perly
3966 + t/lib/warnings/pp t/lib/warnings/pp_ctl t/lib/warnings/pp_hot
3967 + t/lib/warnings/pp_sys t/lib/warnings/regcomp
3968 + t/lib/warnings/regexec t/lib/warnings/run t/lib/warnings/sv
3969 + t/lib/warnings/taint t/lib/warnings/toke
3970 + t/lib/warnings/universal t/lib/warnings/utf8
3971 + t/lib/warnings/util
3972 - lib/locale/latin1 lib/locale/utf8 lib/strict/refs
3973 - lib/strict/subs lib/strict/vars lib/warnings/1global
3974 - lib/warnings/2use lib/warnings/3both lib/warnings/4lint
3975 - lib/warnings/5nolint lib/warnings/6default lib/warnings/7fatal
3976 - lib/warnings/8signal lib/warnings/9enabled lib/warnings/av
3977 - lib/warnings/doio lib/warnings/doop lib/warnings/gv
3978 - lib/warnings/hv lib/warnings/malloc lib/warnings/mg
3979 - lib/warnings/op lib/warnings/perl lib/warnings/perlio
3980 - lib/warnings/perly lib/warnings/pp lib/warnings/pp_ctl
3981 - lib/warnings/pp_hot lib/warnings/pp_sys lib/warnings/regcomp
3982 - lib/warnings/regexec lib/warnings/run lib/warnings/sv
3983 - lib/warnings/taint lib/warnings/toke lib/warnings/universal
3984 - lib/warnings/utf8 lib/warnings/util
3985 ! MANIFEST installperl lib/locale.t lib/strict.t
3986____________________________________________________________________________
3987[ 10685] By: jhi on 2001/06/18 13:11:49
3988 Log: Split off the pack/unpack code, from Nicholas Clark.
3989 Branch: perl
3990 + pp_pack.c
3991 ! MANIFEST Makefile.SH Makefile.micro cflags.SH embed.h embed.pl
3992 ! objXSUB.h perlapi.c pod/perlhack.pod pp.c proto.h
3993 ! vms/descrip_mms.template win32/Makefile win32/makefile.mk
3994____________________________________________________________________________
3995[ 10684] By: jhi on 2001/06/18 12:25:55
3996 Log: Guard the SysV IPC tests against being invoked in
3997 SysV-IPC-less places.
3998 Branch: perl
3999 ! ext/IPC/SysV/t/msg.t ext/IPC/SysV/t/sem.t
4000____________________________________________________________________________
4001[ 10683] By: nick on 2001/06/18 12:24:42
4002 Log: Integrate mainline (new test scheme now ok on Linux).
4003 Branch: perlio
4004 +> lib/warnings.t
4005 !> dump.c sv.c
4006____________________________________________________________________________
4007[ 10682] By: jhi on 2001/06/18 12:20:50
4008 Log: Add the locale.c and numeric.c to the microperl sources.
4009 Branch: perl
4010 ! Makefile.micro win32/Makefile
4011____________________________________________________________________________
4012[ 10681] By: jhi on 2001/06/18 11:57:45
4013 Log: Subject: [PATCH dump.c] FLAGS = (...,OUR,TYPED,...)
4014 From: Abhijit Menon-Sen <ams@wiw.org>
4015 Date: Mon, 18 Jun 2001 14:23:44 +0530
4016 Message-ID: <20010618142344.A13136@lustre.linux.in>
4017 Branch: perl
4018 ! dump.c
4019____________________________________________________________________________
4020[ 10680] By: jhi on 2001/06/18 11:56:12
4021 Log: Subject: Re: [PATCH] more anonymous stash cleanups
4022 From: Abhijit Menon-Sen <ams@wiw.org>
4023 Date: Mon, 18 Jun 2001 15:50:32 +0530
4024 Message-ID: <20010618155032.A13223@lustre.linux.in>
4025
4026 Plus the comment left in as suggested by NI-S.
4027 Branch: perl
4028 ! sv.c
4029____________________________________________________________________________
4030[ 10679] By: jhi on 2001/06/18 11:49:27
4031 Log: One missed file.
4032 Branch: perl
4033 + lib/warnings.t
4034____________________________________________________________________________
4035[ 10678] By: nick on 2001/06/18 08:05:29
4036 Log: Integrate mainline (part2 - the deletes)
4037 Branch: perlio
4038 - lib/Text/Abbrev/t/abbrev.t t/lib/anydbm.t t/lib/b-stash.t
4039 - t/lib/bigfltpm.t t/lib/bigintpm.t t/lib/cwd.t t/lib/db-btree.t
4040 - t/lib/db-hash.t t/lib/db-recno.t t/lib/extutils.t
4041 - t/lib/filefind.t t/lib/filehand.t t/lib/filter-util.t
4042 - t/lib/findtaint.t t/lib/ftmp-security.t t/lib/gdbm.t
4043 - t/lib/glob-basic.t t/lib/glob-case.t t/lib/io_dup.t
4044 - t/lib/io_poll.t t/lib/io_sel.t t/lib/io_taint.t t/lib/mbimbf.t
4045 - t/lib/ndbm.t t/lib/net-hostent.t t/lib/odbm.t t/lib/open2.t
4046 - t/lib/open3.t t/lib/posix.t t/lib/sdbm.t t/lib/sigaction.t
4047 - t/lib/syslfs.t t/pragma/locale.t t/pragma/strict.t
4048 - t/pragma/subs.t t/pragma/warn/mg t/pragma/warnings.t
4049____________________________________________________________________________
4050[ 10677] By: nick on 2001/06/18 08:04:44
4051 Log: Integrate mainline (part1)
4052 Branch: perlio
4053 +> (branch 376 files)
4054 - (delete 219 files)
4055 !> (integrate 151 files)
4056____________________________________________________________________________
4057[ 10676] By: jhi on 2001/06/18 04:17:15
4058 Log: The Grand Trek: move the *.t files from t/ to lib/ and ext/.
4059 No doubt I made some mistakes like missed some files or
4060 misnamed some files. The naming rules were more or less:
4061 (1) if the module is from CPAN, follows its ways, be it
4062 t/*.t or test.pl.
4063 (2) otherwise if there are multiple tests for a module
4064 put them in a t/
4065 (3) otherwise if there's only one test put it in Module.t
4066 (4) helper files go to module/ (locale, strict, warnings)
4067 (5) use longer filenames now that we can (but e.g. the
4068 compat-0.6.t and the Text::Balanced test files still
4069 were renamed to be more civil against the 8.3 people)
4070 installperl was updated appropriately not to install the
4071 *.t files or the help files from under lib.
4072
4073 TODO: some helper files still remain under t/ that could
4074 follow their 'masters'. UPDATE: On second thoughts, why
4075 should they. They can continue to live under t/lib, and
4076 in fact the locale/strict/warnings helpers that were moved
4077 could be moved back. This way the amount of non-installable
4078 stuff under lib/ stays smaller.
4079 Branch: perl
4080 + (add 253 files)
4081 - (delete 254 files)
4082 ! MANIFEST installperl lib/Test/Harness.pm t/TEST t/harness
4083____________________________________________________________________________
4084[ 10675] By: jhi on 2001/06/18 03:15:02
4085 Log: The warning no more comes from util.c, it comes from numeric.c.
4086 Branch: perl
4087 ! README.tru64
4088____________________________________________________________________________
4089[ 10674] By: jhi on 2001/06/18 00:56:22
4090 Log: Subject: Re: anyone good at casting spells?
4091 From: Spider Boardman <spider@Orb.Nashua.NH.US>
4092 Date: Sun, 17 Jun 2001 21:21:04 -0400
4093 Message-Id: <200106180121.VAA10195@Orb.Nashua.NH.US>
4094 Branch: perl
4095 ! ext/POSIX/POSIX.xs hv.h
4096____________________________________________________________________________
4097[ 10673] By: jhi on 2001/06/17 22:24:53
4098 Log: Protect the (original) thread tests against testing if no 5.005
4099 threads have been configured.
4100 Branch: perl
4101 ! ext/Thread/create.t ext/Thread/die.t ext/Thread/die2.t
4102 ! ext/Thread/io.t ext/Thread/join.t ext/Thread/join2.t
4103 ! ext/Thread/list.t ext/Thread/lock.t ext/Thread/queue.t
4104 ! ext/Thread/specific.t ext/Thread/sync.t ext/Thread/sync2.t
4105 ! ext/Thread/unsync.t ext/Thread/unsync2.t ext/Thread/unsync3.t
4106 ! ext/Thread/unsync4.t
4107____________________________________________________________________________
4108[ 10672] By: jhi on 2001/06/17 22:09:28
4109 Log: Try the new test scanning scheme on Text::Abbrev.
4110 Branch: perl
4111 + lib/Text/Abbrev.t
4112 - lib/Text/Abbrev/t/abbrev.t
4113 ! MANIFEST
4114____________________________________________________________________________
4115[ 10671] By: jhi on 2001/06/17 22:07:08
4116 Log: Change the scan policy of the *.t and test.pl files,
4117 now the *.t do not need to live in a t/ directory.
4118 Branch: perl
4119 ! t/TEST t/harness
4120____________________________________________________________________________
4121[ 10670] By: jhi on 2001/06/17 20:32:35
4122 Log: Subject: [PATCH perlfaq7.pod] fix dangling L<perlobj/"WARNING">
4123 From: Ilmari Karonen <iltzu@sci.fi>
4124 Date: Mon, 18 Jun 2001 00:30:21 +0300 (EET DST)
4125 Message-ID: <Pine.SOL.3.96.1010618002009.6629A-100000@simpukka>
4126 Branch: perl
4127 ! pod/perlfaq7.pod
4128____________________________________________________________________________
4129[ 10669] By: jhi on 2001/06/17 20:30:22
4130 Log: Quench the warnings from Tru64; the HP-UX is still
4131 broken because it really, REALLY, doesn't like the
4132 HvARRAY() being lvalue:
4133
4134 cc: "hv.c", line 192: warning 524: Cast (non-lvalue) appears on left-hand side of assignment.
4135 cc: "hv.c", line 192: error 1549: Modifiable lvalue required for assignment operator.
4136 Branch: perl
4137 ! hv.c
4138____________________________________________________________________________
4139[ 10668] By: jhi on 2001/06/17 19:13:24
4140 Log: Integrate change #10667 from maintperl:
4141
4142 change#10449 broke the special-case that makes lexicals inside the
4143 eval"" within DB::DB() visible
4144 Branch: perl
4145 !> op.c
4146____________________________________________________________________________
4147[ 10667] By: gsar on 2001/06/17 19:08:27
4148 Log: change#10449 broke the special-case that makes lexicals inside the
4149 eval"" within DB::DB() visible
4150 Branch: maint-5.6/perl
4151 ! op.c
4152____________________________________________________________________________
4153[ 10666] By: jhi on 2001/06/17 17:50:07
4154 Log: Still spurious output; indent the code a bit.
4155
4156 TODO1: separate the utility functions like MkDir
4157 into a helper script?
4158
4159 TODO2: I see a lot of repetition in the filepath()
4160 and dirpath() calls.
4161 Branch: perl
4162 ! t/lib/filefind.t t/lib/findtaint.t
4163____________________________________________________________________________
4164[ 10665] By: jhi on 2001/06/17 16:59:42
4165 Log: Regen modlib, toc.
4166 Branch: perl
4167 ! pod/perlmodlib.pod pod/perltoc.pod
4168____________________________________________________________________________
4169[ 10664] By: jhi on 2001/06/17 16:55:28
4170 Log: Add libnetcfg to perlutil.
4171 Branch: perl
4172 ! pod/perlutil.pod
4173____________________________________________________________________________
4174[ 10663] By: jhi on 2001/06/17 16:53:29
4175 Log: Initial integration of libnet-1.0703.
4176 The Configure script renamed as libnetcfg, will be
4177 installed along other utilities.
4178 Branch: perl
4179 + lib/Net/ChangeLog.libnet lib/Net/Cmd.pm lib/Net/Config.eg
4180 + lib/Net/Config.pm lib/Net/Domain.pm lib/Net/DummyInetd.pm
4181 + lib/Net/FTP.pm lib/Net/FTP/A.pm lib/Net/FTP/E.pm
4182 + lib/Net/FTP/I.pm lib/Net/FTP/L.pm lib/Net/FTP/dataconn.pm
4183 + lib/Net/Hostname.eg lib/Net/NNTP.pm lib/Net/Netrc.pm
4184 + lib/Net/PH.pm lib/Net/POP3.pm lib/Net/README.config
4185 + lib/Net/README.libnet lib/Net/SMTP.pm lib/Net/SNPP.pm
4186 + lib/Net/Time.pm lib/Net/demos/ftp lib/Net/demos/inetd
4187 + lib/Net/demos/nntp lib/Net/demos/nntp.mirror
4188 + lib/Net/demos/pop3 lib/Net/demos/smtp.self lib/Net/demos/snpp
4189 + lib/Net/demos/time lib/Net/libnet.ppd lib/Net/libnetFAQ.pod
4190 + lib/Net/t/ftp.t lib/Net/t/hostname.t lib/Net/t/nntp.t
4191 + lib/Net/t/ph.t lib/Net/t/require.t lib/Net/t/smtp.t
4192 + utils/libnetcfg.PL
4193 ! MANIFEST utils.lst utils/Makefile
4194____________________________________________________________________________
4195[ 10662] By: jhi on 2001/06/17 15:37:32
4196 Log: Less potentially test-harness-confusing output.
4197 Branch: perl
4198 ! lib/Memoize/t/expire_module_t.t
4199____________________________________________________________________________
4200[ 10661] By: jhi on 2001/06/17 15:31:04
4201 Log: The final print annoys make test.
4202 Branch: perl
4203 ! t/lib/filefind.t t/lib/findtaint.t
4204____________________________________________________________________________
4205[ 10660] By: jhi on 2001/06/17 14:00:21
4206 Log: Add an option for handling dangling symbolic links.
4207 Branch: perl
4208 ! lib/File/Find.pm t/lib/filefind.t
4209____________________________________________________________________________
4210[ 10659] By: jhi on 2001/06/17 13:45:48
4211 Log: Subject: Re: [MacPerl-Porters] Re: [PATCH] File::Find for bleadperl, Mac OS etc.
4212 From: Thomas Wegner <wegner_thomas@yahoo.com>
4213 Date: Sun, 17 Jun 2001 14:43:11 +0200
4214 Message-Id: <p04320400b751fb74714a@[149.225.10.45]>
4215 Branch: perl
4216 + t/lib/findtaint.t
4217 ! MANIFEST lib/File/Find.pm t/lib/filefind.t
4218____________________________________________________________________________
4219[ 10658] By: jhi on 2001/06/17 13:13:25
4220 Log: Subject: [PATCH ExtUtils/MM_Unix.pm perl@10654] Remove tmon.out in make clean
4221 From: Jonathan Stowe <gellyfish@gellyfish.com>
4222 Date: Sun, 17 Jun 2001 11:26:21 +0100 (BST)
4223 Message-ID: <Pine.LNX.4.33.0106171120540.28753-100000@orpheus.gellyfish.com>
4224 Branch: perl
4225 ! lib/ExtUtils/MM_Unix.pm
4226____________________________________________________________________________
4227[ 10657] By: jhi on 2001/06/17 13:12:25
4228 Log: Subject: [PATCH] more anonymous stash cleanups
4229 From: Abhijit Menon-Sen <ams@wiw.org>
4230 Date: Sun, 17 Jun 2001 11:44:06 +0530
4231 Message-ID: <20010617114406.A25203@lustre.linux.in>
4232 Branch: perl
4233 ! op.c
4234____________________________________________________________________________
4235[ 10656] By: jhi on 2001/06/17 13:11:11
4236 Log: Subject: [PATCH #1/7] xhv_array (was Re: Using xhv_foo instead of HvFOO)
4237 From: Abhijit Menon-Sen <ams@wiw.org>
4238 Date: Sun, 17 Jun 2001 08:02:59 +0530
4239 Message-ID: <20010617080259.A28776@lustre.linux.in>
4240
4241 Subject: [PATCH #2/7] xhv_eiter
4242 From: Abhijit Menon-Sen <ams@wiw.org>
4243 Date: Sun, 17 Jun 2001 08:13:18 +0530
4244 Message-ID: <20010617081318.B28776@lustre.linux.in>
4245
4246 Subject: [PATCH #3/7] xhv_fill
4247 From: Abhijit Menon-Sen <ams@wiw.org>
4248 Date: Sun, 17 Jun 2001 08:25:16 +0530
4249 Message-ID: <20010617082516.C28776@lustre.linux.in>
4250
4251 Subject: [PATCH #4/7] xhv_keys
4252 From: Abhijit Menon-Sen <ams@wiw.org>
4253 Date: Sun, 17 Jun 2001 08:36:17 +0530
4254 Message-ID: <20010617083617.D28776@lustre.linux.in>
4255
4256 Subject: [PATCH #5/7] xhv_max
4257 From: Abhijit Menon-Sen <ams@wiw.org>
4258 Date: Sun, 17 Jun 2001 08:39:48 +0530
4259 Message-ID: <20010617083948.E28776@lustre.linux.in>
4260
4261 Subject: [PATCH #6,7/7] xhv_pmroot, xhv_riter
4262 From: Abhijit Menon-Sen <ams@wiw.org>
4263 Date: Sun, 17 Jun 2001 08:51:11 +0530
4264 Message-ID: <20010617085111.F28776@lustre.linux.in>
4265 Branch: perl
4266 ! hv.c
4267____________________________________________________________________________
4268[ 10655] By: jhi on 2001/06/16 23:32:03
4269 Log: Update Changes.
4270 Branch: perl
4271 ! Changes patchlevel.h
4272____________________________________________________________________________
f66cedcd
JH
4273[ 10654] By: jhi on 2001/06/16 23:18:37
4274 Log: Subject: [PATCH] Re: DYNAMIC_ENV_FETCH HvNAME abuse.
4275 From: Abhijit Menon-Sen <ams@wiw.org>
4276 Date: Sat, 16 Jun 2001 07:41:19 +0530
4277 Message-ID: <20010616074119.A24720@lustre.linux.in>
4278 Branch: perl
4279 ! hv.c perl.c vms/vmsish.h win32/win32.h
4280____________________________________________________________________________
4281[ 10653] By: jhi on 2001/06/16 23:15:11
4282 Log: Document tests failing when threaded, since we now have more.
4283 Branch: perl
4284 ! pod/perl572delta.pod
4285____________________________________________________________________________
4286[ 10652] By: jhi on 2001/06/16 23:12:19
4287 Log: -Wall cleanup.
4288 Branch: perl
4289 ! ext/Thread/Thread.xs
4290____________________________________________________________________________
4291[ 10651] By: jhi on 2001/06/16 23:06:55
4292 Log: pthread_attr_setstacksize() isn't absolutely necessary
4293 to call, only iff THREAD_CREATE_NEEDS_STACK.
4294 Branch: perl
4295 ! ext/Thread/Thread.xs
4296____________________________________________________________________________
4297[ 10650] By: jhi on 2001/06/16 22:58:48
4298 Log: -Wall strays.
4299 Branch: perl
4300 ! perl.c util.c
4301____________________________________________________________________________
4302[ 10649] By: jhi on 2001/06/16 22:47:40
4303 Log: Add workaround for Darwin's (Mac OS X's) INT32_MIN
4304 (and INT64_MIN) brokenness.
4305 Branch: perl
4306 ! hints/darwin.sh perl.h
4307____________________________________________________________________________
4308[ 10648] By: jhi on 2001/06/16 22:27:48
4309 Log: Subject: [PATCH] Re: [PATCH] Re: perl@10611
4310 From: Nicholas Clark <nick@ccl4.org>
4311 Date: Sun, 17 Jun 2001 00:16:05 +0100
4312 Message-ID: <20010617001605.V98663@plum.flirble.org>
4313 Branch: perl
4314 ! ext/Fcntl/Fcntl.xs ext/Fcntl/Makefile.PL ext/File/Glob/Glob.pm
4315 ! ext/File/Glob/Glob.xs ext/File/Glob/Makefile.PL
4316 ! lib/ExtUtils/Constant.pm t/lib/extutils.t
4317____________________________________________________________________________
4318[ 10647] By: jhi on 2001/06/16 22:24:47
4319 Log: Add perlnetware to docs; regen toc; supply skeleton
4320 docs for some Memoize submodules.
4321 Branch: perl
4322 ! lib/Memoize/AnyDBM_File.pm lib/Memoize/ExpireFile.pm
4323 ! lib/Memoize/ExpireTest.pm lib/Memoize/NDBM_File.pm
4324 ! lib/Memoize/SDBM_File.pm lib/Memoize/Storable.pm
4325 ! pod/buildtoc.PL pod/perl.pod pod/perlport.pod pod/perltoc.pod
4326 ! win32/Makefile win32/makefile.mk
4327____________________________________________________________________________
4328[ 10646] By: jhi on 2001/06/16 22:06:52
4329 Log: pod cleanup.
4330 Branch: perl
4331 ! README.netware
4332____________________________________________________________________________
4333[ 10645] By: jhi on 2001/06/16 21:47:00
4334 Log: Integrate Memoize 0.64. Few tweaks were required in
4335 the test scripts. Note that the speed and expire*
4336 tests take several dozen seconds to run.
4337 Branch: perl
4338 + lib/Memoize.pm lib/Memoize/AnyDBM_File.pm
4339 + lib/Memoize/Expire.pm lib/Memoize/ExpireFile.pm
4340 + lib/Memoize/ExpireTest.pm lib/Memoize/NDBM_File.pm
4341 + lib/Memoize/README lib/Memoize/SDBM_File.pm
4342 + lib/Memoize/Saves.pm lib/Memoize/Storable.pm lib/Memoize/TODO
4343 + lib/Memoize/t/array.t lib/Memoize/t/correctness.t
4344 + lib/Memoize/t/errors.t lib/Memoize/t/expire.t
4345 + lib/Memoize/t/expire_file.t lib/Memoize/t/expire_module_n.t
4346 + lib/Memoize/t/expire_module_t.t lib/Memoize/t/flush.t
4347 + lib/Memoize/t/normalize.t lib/Memoize/t/prototype.t
4348 + lib/Memoize/t/speed.t lib/Memoize/t/tie.t
4349 + lib/Memoize/t/tie_gdbm.t lib/Memoize/t/tie_ndbm.t
4350 + lib/Memoize/t/tie_sdbm.t lib/Memoize/t/tie_storable.t
4351 + lib/Memoize/t/tiefeatures.t lib/Memoize/t/unmemoize.t
4352 ! MANIFEST t/lib/1_compile.t
4353____________________________________________________________________________
4354[ 10644] By: jhi on 2001/06/16 20:35:49
4355 Log: Document the cross-compilation options.
4356 Branch: perl
4357 ! Cross/README INSTALL
4358____________________________________________________________________________
4359[ 10643] By: jhi on 2001/06/16 19:46:38
4360 Log: NetWare port from Guruprasad S <SGURUPRASAD@novell.com>.
4361 Branch: perl
4362 + NetWare/CLIBsdio.h NetWare/CLIBstr.h NetWare/CLIBstuf.c
4363 + NetWare/CLIBstuf.h NetWare/Main.c NetWare/Makefile
4364 + NetWare/NWTInfo.c NetWare/NWUtil.c NetWare/Nwmain.c
4365 + NetWare/Nwpipe.c NetWare/bat/BldNWExt.bat
4366 + NetWare/bat/Buildtype.bat NetWare/bat/MPKBuild.bat
4367 + NetWare/bat/SetNWBld.bat NetWare/bat/Setmpksdk.bat
4368 + NetWare/bat/Setnlmsdk.bat NetWare/bat/Setwatcom.bat
4369 + NetWare/bat/ToggleD2.bat NetWare/bat/ToggleXDC.bat