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