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