This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Upping the test count.
[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____________________________________________________________________________
76e502b4
JH
34[ 10575] By: jhi on 2001/06/13 18:05:09
35 Log: Subject: Re: [PATCH perl@10538] make ext/re play nice with DEBUGGING override
36 From: "Craig A. Berry" <craigberry@mac.com>
37 Date: Wed, 13 Jun 2001 13:24:28 -0500
38 Message-Id: <5.1.0.14.0.20010613131907.01bbc210@mail.mac.com>
39 Branch: perl
40 ! ext/re/Makefile.PL
41____________________________________________________________________________
42[ 10574] By: jhi on 2001/06/13 17:34:36
43 Log: Mc.u.c. for #10573.
44 Branch: metaconfig
45 ! U/threads/usethreads.U
46____________________________________________________________________________
47[ 10573] By: jhi on 2001/06/13 17:34:00
48 Log: It would be also be good if I could type.
49 Branch: perl
50 ! Configure
51____________________________________________________________________________
52[ 10572] By: jhi on 2001/06/13 17:26:29
53 Log: Metaconfig unit change for #10571.
54 Branch: metaconfig
55 ! U/threads/usethreads.U
56____________________________________________________________________________
57[ 10571] By: jhi on 2001/06/13 17:26:05
58 Log: A non-empty default is a good thing.
59 Branch: perl
60 ! Configure
61____________________________________________________________________________
62[ 10570] By: jhi on 2001/06/13 17:15:16
63 Log: Metaconfig unit change for #10569.
64 Branch: metaconfig
65 ! U/threads/usethreads.U
66____________________________________________________________________________
67[ 10569] By: jhi on 2001/06/13 17:14:17
68 Log: Add Configure directive -Dusereentrant for Artur's ithreads work,
69 extremely experimental, not even prompted for.
70 Branch: perl
71 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
72 ! config_h.SH configure.com epoc/config.sh perl.h uconfig.h
73 ! uconfig.sh vos/config.alpha.def vos/config.ga.def
74 ! win32/config.bc win32/config.gc win32/config.vc
75____________________________________________________________________________
76[ 10568] By: jhi on 2001/06/13 16:22:27
77 Log: FAQ tweak for Vanina Arca <varca@baufest.com>.
78 Branch: perl
79 ! pod/perlfaq6.pod
80____________________________________________________________________________
81[ 10567] By: jhi on 2001/06/13 16:20:23
82 Log: Integrate perlio; conflicts, accept Nick's versions.
83 Branch: perl
84 !> ext/Encode/Encode.xs ext/PerlIO/Scalar/Scalar.xs
85 !> ext/PerlIO/Via/Via.xs perlio.c perlio.h perliol.h
86____________________________________________________________________________
87[ 10566] By: jhi on 2001/06/13 16:17:42
88 Log: Subject: Re: ext/ + -Wall
89 From: Doug MacEachern <dougm@covalent.net>
90 Date: Wed, 13 Jun 2001 10:02:16 -0700 (PDT)
91 Message-ID: <Pine.LNX.4.21.0106130959050.24181-100000@mako.covalent.net>
92 Branch: perl
93 ! XSUB.h lib/ExtUtils/xsubpp perl.h
94____________________________________________________________________________
95[ 10565] By: jhi on 2001/06/13 16:16:07
96 Log: Similar logic as DB_File.xs, using the modern macros and
97 defines them to older ones for older Perls where PERL_VERSION
98 is not defined, from Doug MacEachern.
99 Branch: perl
100 ! ext/Storable/Storable.xs
101____________________________________________________________________________
102[ 10564] By: nick on 2001/06/13 15:22:01
103 Log: Avoid AV and HV in perlio.c by inventing PerlIO_list_t which is AV-ish
104 and using that instead (name lookups are sequential search for now).
105 Branch: perlio
106 ! ext/Encode/Encode.xs ext/PerlIO/Scalar/Scalar.xs
107 ! ext/PerlIO/Via/Via.xs perlio.c perlio.h perliol.h
108____________________________________________________________________________
109[ 10563] By: jhi on 2001/06/13 14:07:43
110 Log: Subject: [PATCH] Re: [ID 20010526.001] localized glob loses value when assigned to
111 From: "Richard Soderberg" <rs@crystalflame.net>
112 Date: Sat, 26 May 2001 06:44:20 -0700
113 Message-ID: <NAEKLNAAHLMBPMPNBMLECECHDFAA.rs@crystalflame.net>
114 Branch: perl
115 ! sv.c t/op/glob.t
116____________________________________________________________________________
117[ 10562] By: jhi on 2001/06/13 13:55:10
118 Log: Subject: [PATCH perl@10538] make ext/re play nice with DEBUGGING override
119 From: "Craig A. Berry" <craigberry@mac.com>
120 Date: Tue, 12 Jun 2001 23:55:26 -0500
121 Message-Id: <a05101002b74ca0013cf5@[192.168.56.160]>
122 Branch: perl
123 ! ext/re/Makefile.PL ext/re/re.xs
124____________________________________________________________________________
125[ 10561] By: jhi on 2001/06/13 13:44:58
126 Log: Hide __attribute__((unused)) behind PERL_UNUSED_DECL as
127 suggested by NI-S.
128 Branch: perl
129 ! XSUB.h malloc.c perl.h
130____________________________________________________________________________
131[ 10560] By: jhi on 2001/06/13 13:35:42
132 Log: Regen toc.
133 Branch: perl
134 ! pod/perltoc.pod
135____________________________________________________________________________
136[ 10559] By: jhi on 2001/06/13 12:53:18
137 Log: Subject: [patch] perl.gprof control
138 From: Doug MacEachern <dougm@covalent.net>
139 Date: Tue, 12 Jun 2001 23:05:44 -0700 (PDT)
140 Message-ID: <Pine.LNX.4.21.0106122247380.24181-100000@mako.covalent.net>
141 Branch: perl
142 ! miniperlmain.c perl.h
143____________________________________________________________________________
144[ 10558] By: jhi on 2001/06/13 12:51:47
145 Log: Subject: Re: ext/ + -Wall
146 From: Doug MacEachern <dougm@covalent.net>
147 Date: Tue, 12 Jun 2001 22:04:50 -0700 (PDT)
148 Message-ID: <Pine.LNX.4.21.0106122151180.24181-100000@mako.covalent.net>
149
150 Document ax and break up dXSARGS.
151 Branch: perl
152 ! XSUB.h pod/perlapi.pod
153____________________________________________________________________________
154[ 10557] By: jhi on 2001/06/13 12:39:55
155 Log: More AIX tweakage from Merijn.
156 Branch: perl
157 ! hints/aix.sh
158____________________________________________________________________________
159[ 10556] By: jhi on 2001/06/13 03:26:58
160 Log: Subject: [PATCH perl@10538] make VMS autosplit earlier in build
161 From: "Craig A. Berry" <craigberry@mac.com>
162 Date: Tue, 12 Jun 2001 22:57:45 -0500
163 Message-Id: <a05101001b74c943d7af4@[192.168.56.160]>
164 Branch: perl
165 ! vms/descrip_mms.template
166____________________________________________________________________________
167[ 10555] By: jhi on 2001/06/13 02:50:43
168 Log: Subject: Re: hacking util.c, attrs.xs, and re.xs to compile on VMS
169 From: "Craig A. Berry" <craigberry@mac.com>
170 Date: Tue, 12 Jun 2001 22:21:39 -0500
171 Message-Id: <a05101000b74c8698483b@[172.16.52.1]>
172 Branch: perl
173 ! configure.com util.c
174____________________________________________________________________________
175[ 10554] By: jhi on 2001/06/13 02:23:16
176 Log: New AIX dynaloading code from Jens-Uwe Mager.
177 Does break binary compatibility.
178 Branch: perl
179 ! ext/DynaLoader/dl_aix.xs hints/aix.sh makedef.pl
180____________________________________________________________________________
181[ 10553] By: jhi on 2001/06/13 02:10:16
182 Log: VMS DEC C compiler found nits by Peter Prymmer.
183 Branch: perl
184 ! util.c
185____________________________________________________________________________
186[ 10552] By: jhi on 2001/06/13 01:36:12
187 Log: Subject: [PATCH: perl@10538] fix for file locking and filecomp test
188 From: Peter Prymmer <pvhp@forte.com>
189 Date: Tue, 12 Jun 2001 19:34:08 -0700 (PDT)
190 Message-ID: <Pine.OSF.4.10.10106121927580.15174-100000@aspara.forte.com>
191 Branch: perl
192 ! t/lib/filecomp.t
193____________________________________________________________________________
194[ 10551] By: jhi on 2001/06/13 01:26:53
195 Log: I wonder how many $CONFIGs still lurk in the shadows.
196 Branch: perl
197 ! pod/Makefile.SH x2p/cflags.SH
198____________________________________________________________________________
199[ 10550] By: jhi on 2001/06/13 01:25:12
200 Log: Grok three kinds of line endings, should fix [ID 20010612.003]
201 Branch: perl
202 ! pod/checkpods.PL
203____________________________________________________________________________
204[ 10549] By: jhi on 2001/06/13 01:05:28
205 Log: Use __attribute__((unused)) to silence -Wall on unused ax.
206 Branch: perl
207 ! XSUB.h ext/DB_File/DB_File.xs lib/ExtUtils/xsubpp
208____________________________________________________________________________
209[ 10548] By: jhi on 2001/06/13 00:41:28
210 Log: Subject: [patch] rid local_patches warnings
211 From: Doug MacEachern <dougm@covalent.net>
212 Date: Tue, 12 Jun 2001 10:26:34 -0700 (PDT)
213 Message-ID: <Pine.LNX.4.21.0106121024470.24181-100000@mako.covalent.net>
214 Branch: perl
215 ! ext/List/Util/Util.xs ext/Storable/Storable.xs
216____________________________________________________________________________
217[ 10547] By: jhi on 2001/06/13 00:40:29
218 Log: Subject: Re: ext/ + -Wall
219 From: Doug MacEachern <dougm@covalent.net>
220 Date: Tue, 12 Jun 2001 09:38:09 -0700 (PDT)
221 Message-ID: <Pine.LNX.4.21.0106120927100.24181-100000@mako.covalent.net>
222 Branch: perl
223 ! ext/attrs/attrs.xs
224____________________________________________________________________________
225[ 10546] By: jhi on 2001/06/13 00:39:06
226 Log: Subject: [PATCH] perlretut.pod: unterminated C<>
227 From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
228 Date: Tue, 12 Jun 2001 14:36:20 -0400
229 Message-ID: <20010612143619.A37113@linguist.thayer.dartmouth.edu>
230 Branch: perl
231 ! pod/perlretut.pod
232____________________________________________________________________________
233[ 10545] By: jhi on 2001/06/13 00:38:02
234 Log: Subject: Re: [ID 20010612.001] out of memory during regex compilation
235 From: Mike Guy <mjtg@cam.ac.uk>
236 Date: Tue, 12 Jun 2001 19:10:31 +0100
237 Message-Id: <E159scZ-0000r2-00@draco.cus.cam.ac.uk>
238
239 Subject: Re: [ID 20010612.001] out of memory during regex compilation
240 From: Mike Guy <mjtg@cam.ac.uk>
241 Date: Tue, 12 Jun 2001 19:21:01 +0100
242 Message-Id: <E159smj-0000wY-00@draco.cus.cam.ac.uk>
243 Branch: perl
244 ! pod/perlop.pod
245____________________________________________________________________________
246[ 10544] By: jhi on 2001/06/13 00:34:39
247 Log: AIX tweaks from Merijn H. Brand.
248 Branch: perl
249 ! hints/aix.sh
250____________________________________________________________________________
251[ 10543] By: jhi on 2001/06/13 00:11:42
252 Log: Subject: [PATCH] 5.6.1 -- add LC_MESSAGES constant to POSIX module
253 From: "Brendan O'Dea" <bod@compusol.com.au>
254 Date: Wed, 13 Jun 2001 05:16:47 +1000
255 Message-ID: <20010613051647.A8945@compusol.com.au>
256 Branch: maint-5.6/perl
257 ! ext/POSIX/POSIX.pm ext/POSIX/POSIX.xs
258____________________________________________________________________________
259[ 10542] By: jhi on 2001/06/13 00:07:50
260 Log: Subject: Small bcopy cleanup
261 From: Andy Dougherty <doughera@lafayette.edu>
262 Date: Tue, 12 Jun 2001 17:11:52 -0400 (EDT)
263 Message-ID: <Pine.SOL.4.10.10106121706360.11034-100000@maxwell.phys.lafayette.edu>
264 Branch: perl
265 ! embed.h embed.pl objXSUB.h perlapi.c proto.h util.c x2p/a2p.h
266____________________________________________________________________________
267[ 10541] By: jhi on 2001/06/13 00:05:18
268 Log: Subject: [PATCH] Re: ext/ + -Wall
269 From: Nicholas Clark <nick@ccl4.org>
270 Date: Wed, 13 Jun 2001 00:04:30 +0100
271 Message-ID: <20010613000430.M5901@plum.flirble.org>
272 Branch: perl
273 ! ext/POSIX/POSIX.pm ext/POSIX/POSIX.xs
274____________________________________________________________________________
275[ 10540] By: jhi on 2001/06/13 00:02:25
276 Log: Subject: [PATCH] Re: [PATCH] ExtUtils::Constant
277 From: Nicholas Clark <nick@ccl4.org>
278 Date: Tue, 12 Jun 2001 23:53:07 +0100
279 Message-ID: <20010612235307.L5901@plum.flirble.org>
280 Branch: perl
281 ! lib/ExtUtils/Constant.pm t/lib/extutils.t
282____________________________________________________________________________
283[ 10539] By: jhi on 2001/06/12 23:59:10
284 Log: MPE/iX tweaks from Mark Bixby.
285 Branch: perl
286 ! hints/mpeix.sh mpeix/mpeixish.h util.c
287____________________________________________________________________________
288[ 10538] By: jhi on 2001/06/12 14:16:15
289 Log: Update Changes.
290 Branch: perl
291 ! Changes patchlevel.h
292____________________________________________________________________________
a8b85033
JH
293[ 10537] By: jhi on 2001/06/12 14:11:26
294 Log: One less -Wall whine (found under DEBUGGING).
295 Branch: perl
296 ! x2p/Makefile.SH x2p/a2p.c
297____________________________________________________________________________
298[ 10536] By: jhi on 2001/06/12 13:32:09
299 Log: s/case-independent/case-insensitive/g
300 Branch: perl
301 ! pod/perldebug.pod
302____________________________________________________________________________
303[ 10535] By: jhi on 2001/06/12 13:27:28
304 Log: As suggested in
305
306 Subject: Re: ext/ + -Wall
307 From: Gurusamy Sarathy <gsar@ActiveState.com>
308 Date: Mon, 11 Jun 2001 23:34:31 -0700
309 Message-Id: <200106120634.f5C6YVM07246@smtp3.ActiveState.com>
310 Branch: perl
311 ! ext/PerlIO/Scalar/Scalar.xs ext/PerlIO/Via/Via.xs globals.c
312 ! perl.h
313____________________________________________________________________________
314[ 10534] By: jhi on 2001/06/12 13:13:27
315 Log: Subject: ext/ + -Wall
316 From: Doug MacEachern <dougm@covalent.net>
317 Date: Mon, 11 Jun 2001 22:19:45 -0700 (PDT)
318 Message-ID: <Pine.LNX.4.21.0106112212261.24181-100000@mako.covalent.net>
319 Branch: perl
320 ! ext/ByteLoader/ByteLoader.xs ext/DB_File/DB_File.xs
321 ! ext/DB_File/version.c ext/Devel/DProf/DProf.xs
322 ! ext/DynaLoader/dl_dlopen.xs ext/DynaLoader/dlutils.c
323 ! ext/Encode/Encode.xs ext/File/Glob/bsd_glob.c
324 ! ext/Filter/Util/Call/Call.xs ext/GDBM_File/GDBM_File.xs
325 ! ext/List/Util/Util.xs ext/MIME/Base64/Base64.xs
326 ! ext/POSIX/POSIX.xs ext/PerlIO/Scalar/Scalar.xs
327 ! ext/PerlIO/Via/Via.xs ext/Time/HiRes/HiRes.xs
328 ! ext/Time/Piece/Piece.xs ext/attrs/attrs.xs globals.c
329 ! lib/ExtUtils/xsubpp
330____________________________________________________________________________
331[ 10533] By: jhi on 2001/06/12 12:52:57
332 Log: Subject: [PATCH] anonymous stashes
333 From: Abhijit Menon-Sen <ams@wiw.org>
334 Date: Tue, 12 Jun 2001 12:47:04 +0530
335 Message-ID: <20010612124704.A29029@lustre.linux.in>
336 Branch: perl
337 ! dump.c gv.c sv.c xsutils.c
338____________________________________________________________________________
339[ 10532] By: jhi on 2001/06/12 12:37:36
340 Log: One more test for $^S.
341 Branch: perl
342 ! t/op/magic.t
343____________________________________________________________________________
344[ 10531] By: jhi on 2001/06/12 12:35:02
345 Log: Subject: [PATCH 20010612.002] $^S almost entirely broken with 5.6.1
346 From: Abhijit Menon-Sen <ams@wiw.org>
347 Date: Tue, 12 Jun 2001 17:35:55 +0530
348 Message-ID: <20010612173555.A32426@lustre.linux.in>
349 Branch: perl
350 ! mg.c t/op/magic.t
351____________________________________________________________________________
352[ 10530] By: jhi on 2001/06/12 12:31:11
353 Log: Subject: Re: [ID 20010612.001] out of memory during regex compilation
354 From: Mike Guy <mjtg@cam.ac.uk>
355 Date: Tue, 12 Jun 2001 13:14:15 +0100
356 Message-Id: <E159n3n-0000xa-00@draco.cus.cam.ac.uk>
357 Branch: perl
358 ! pod/perlop.pod
359____________________________________________________________________________
360[ 10529] By: jhi on 2001/06/12 12:21:06
361 Log: AUTHORS updates.
362 Branch: perl
363 ! AUTHORS
364____________________________________________________________________________
365[ 10528] By: jhi on 2001/06/12 12:19:47
366 Log: Subject: [PATCH] rhapsody/darwin minor cleanup
367 From: Wilfredo Sanchez <wsanchez@MIT.EDU>
368 Content-Transfer-Encoding: 7bit
369 Message-Id: <200106121009.GAA01968@melbourne-city-street.mit.edu>
370 Branch: perl
371 ! Makefile.SH hints/darwin.sh hints/rhapsody.sh
372____________________________________________________________________________
373[ 10527] By: jhi on 2001/06/12 11:58:53
374 Log: Subject: [MacPerl-Porters] Re: [PATCH] Mac OS Compatability for bleadperl
375 From: "Philip Newton" <Philip.Newton@gmx.net>
376 Date: Mon, 11 Jun 2001 07:08:03 +0200
377 Message-Id: <200106120802.LAA08992@taas.iki.fi>
378 Branch: perl
379 ! t/base/term.t
380____________________________________________________________________________
381[ 10526] By: jhi on 2001/06/12 01:35:34
382 Log: Cleanup the a2p.c for -Wall.
383 Branch: perl
384 ! x2p/Makefile.SH x2p/a2p.c
385____________________________________________________________________________
386[ 10525] By: jhi on 2001/06/12 01:10:56
387 Log: File::Find update for MacOS from Chris Nandor.
388 Branch: perl
389 ! lib/File/Find.pm t/lib/filefind.t
390____________________________________________________________________________
391[ 10524] By: jhi on 2001/06/12 00:29:20
392 Log: gcc -Wall nits picked out by a non-UNIX system
393 (courtesy of Mark Bixby)
394 Branch: perl
395 ! doio.c ext/Devel/Peek/Peek.xs ext/DynaLoader/dl_mpeix.xs
396 ! ext/IO/IO.xs ext/PerlIO/Via/Via.xs ext/Socket/Socket.xs
397 ! pp_sys.c util.c
398____________________________________________________________________________
399[ 10523] By: jhi on 2001/06/11 22:34:03
400 Log: Metaconfig unit change for #10522. (The d_modfl changes
401 placate metalint.)
402 Branch: metaconfig/U/perl
403 ! d_modfl.U d_u32align.U
404____________________________________________________________________________
405[ 10522] By: jhi on 2001/06/11 22:33:00
406 Log: Buglet found by Mark Bixby: "./try >&2 >/dev/null" should
407 be "./try 2>&1 >/dev/null".
408 Branch: perl
409 ! Configure
410____________________________________________________________________________
411[ 10521] By: jhi on 2001/06/11 19:49:54
412 Log: Subject: [PATCH perl@10517] DCL quoting syntax drives pumpking mad
413 From: "Craig A. Berry" <craigberry@mac.com>
414 Date: Mon, 11 Jun 2001 14:00:32 -0500
415 Message-Id: <5.1.0.14.0.20010611134750.03985cb8@exchi01>
416 Branch: perl
417 ! configure.com
418____________________________________________________________________________
419[ 10520] By: jhi on 2001/06/11 17:55:47
420 Log: Move the full \p\P lists to perlunicode.
421 Branch: perl
422 ! pod/perlretut.pod pod/perlunicode.pod
423____________________________________________________________________________
424[ 10519] By: jhi on 2001/06/11 17:10:00
425 Log: VOS build tweak for 5.6.1 from Paul Green.
426 Branch: maint-5.6/perl
427 ! vos/build.cm
428____________________________________________________________________________
429[ 10518] By: jhi on 2001/06/11 17:07:03
430 Log: Subject: [PATCH perl@10476] no PerlIO at startup time on VMS
431 From: "Craig A. Berry" <craigberry@mac.com>
432 Date: Fri, 8 Jun 2001 18:08:18 -0500
433 Message-Id: <a05101000b746f9dd4fca@[192.168.56.145]>
434 Branch: perl
435 ! vms/vms.c
436____________________________________________________________________________
437[ 10517] By: jhi on 2001/06/11 14:52:01
438 Log: Update Changes.
439 Branch: perl
440 ! Changes patchlevel.h
441____________________________________________________________________________
1d3af415
JH
442[ 10516] By: jhi on 2001/06/11 14:46:33
443 Log: Add the modfl_pow32_bug (anti)definition also to VOS headers.
444 Branch: perl
445 ! vos/config.alpha.h vos/config.ga.h
446____________________________________________________________________________
447[ 10515] By: jhi on 2001/06/11 14:39:05
448 Log: VOS updates from Paul Green for @10476.
449 Branch: perl
450 ! README.vos vos/Changes vos/build.cm vos/compile_perl.cm
451 ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
452 ! vos/config.ga.h vos/configure_perl.cm
453____________________________________________________________________________
454[ 10514] By: jhi on 2001/06/11 12:58:43
455 Log: Subject: [PATCH] Not many people know this ...
456 From: Mike Guy <mjtg@cam.ac.uk>
457 Date: Mon, 11 Jun 2001 14:55:15 +0100
458 Message-Id: <E159S9z-00015D-00@draco.cus.cam.ac.uk>
459 Branch: perl
460 ! pod/perldebug.pod
461____________________________________________________________________________
462[ 10513] By: jhi on 2001/06/11 12:30:06
463 Log: Add final commas to lists as suggested by Philip Newton.
464 Branch: perl
465 ! lib/ExtUtils/Constant.pm t/lib/extutils.t
466____________________________________________________________________________
467[ 10512] By: jhi on 2001/06/11 12:28:49
468 Log: Subject: [MacPerl-Porters] [PATCH] Mac OS Compatability for bleadperl
469 Date: Sun, 10 Jun 2001 23:35:38 -0400
470 From: Chris Nandor <pudge@pobox.com>
471 Message-Id: <p05100306b749ec0eaade@[10.0.1.177]>
472 Branch: perl
473 ! lib/DirHandle.pm lib/File/Basename.pm lib/diagnostics.pm
474 ! perl.c t/base/term.t t/comp/cpp.t t/comp/multiline.t
475 ! t/comp/script.t t/lib/anydbm.t t/lib/autoloader.t
476 ! t/lib/dirhand.t t/lib/selfloader.t t/op/anonsub.t
477 ! t/op/closure.t t/op/defins.t t/op/exec.t t/op/goto.t
478 ! t/op/pack.t t/op/regexp.t t/op/regexp_noamp.t t/op/split.t
479 ! t/op/write.t t/pragma/strict.t
480____________________________________________________________________________
481[ 10511] By: jhi on 2001/06/11 12:13:31
482 Log: Subject: [RESEND] [PATCH] Mac OS lib patches for bleadperl
483 From: Chris Nandor <pudge@pobox.com>
484 Date: Mon, 11 Jun 2001 08:24:28 -0400
485 Message-Id: <p05100303b74a66faf625@[10.0.1.177]>
486 Branch: perl
487 ! ext/IO/lib/IO/Dir.pm lib/File/Copy.pm t/lib/filecopy.t
488 ! t/lib/io_dir.t
489____________________________________________________________________________
490[ 10510] By: jhi on 2001/06/11 12:03:16
491 Log: One more run_byacc (a hand-tweaked version had slipped in).
492 Branch: perl
493 ! perly.c vms/perly_c.vms
494____________________________________________________________________________
495[ 10509] By: nick on 2001/06/11 07:49:15
496 Log: Integrate mainline
497 Branch: perlio
498 !> Makefile.SH embed.h embed.pl global.sym
499 !> lib/ExtUtils/Constant.pm lib/ExtUtils/Manifest.pm objXSUB.h
500 !> perl.h perlapi.c perlapi.h perly.c perly.fixer perly.h perly.y
501 !> perly_c.diff pod/perl572delta.pod pod/perlapi.pod proto.h sv.c
502 !> t/lib/extutils.t util.c vms/perly_c.vms vms/perly_h.vms
503____________________________________________________________________________
504[ 10508] By: jhi on 2001/06/10 22:38:05
505 Log: Subject: [PATCH] ExtUtils::Manifest not -w clean
506 From: Mike Guy <mjtg@cam.ac.uk>
507 Reply-To: mjtg@cam.ac.uk
508 Message-Id: <E159Ei8-0006Tz-00@draco.cus.cam.ac.uk>
509 Branch: perl
510 ! lib/ExtUtils/Manifest.pm
511____________________________________________________________________________
512[ 10507] By: jhi on 2001/06/10 22:37:16
513 Log: Subject: [PATCH] ExtUtils::Constant
514 From: Nicholas Clark <nick@ccl4.org>
515 Date: Sun, 10 Jun 2001 23:25:41 +0100
516 Message-ID: <20010610232540.C76396@plum.flirble.org>
517 Branch: perl
518 ! lib/ExtUtils/Constant.pm t/lib/extutils.t
519____________________________________________________________________________
520[ 10506] By: jhi on 2001/06/10 20:57:20
521 Log: Integrate perlio.
522 Branch: perl
523 !> iperlsys.h
524____________________________________________________________________________
525[ 10505] By: jhi on 2001/06/10 18:37:57
526 Log: Move the grok_number and its lieutenant grok_numeric_radix
527 from sv.c statics to util.c and public.
528 Branch: perl
529 ! embed.h embed.pl global.sym objXSUB.h perl.h perlapi.c
530 ! perlapi.h pod/perlapi.pod proto.h sv.c util.c
531____________________________________________________________________________
532[ 10504] By: nick on 2001/06/10 17:47:06
533 Log: Fix (valid) -Wall warnings in perlio.c
534 Branch: perlio
535 ! iperlsys.h
536____________________________________________________________________________
537[ 10503] By: jhi on 2001/06/10 17:38:28
538 Log: Update perly_c.diff, update perly.fixer to edit away
539 some of the -Wall noise.
540 Branch: perl
541 ! perly.c perly.fixer perly_c.diff vms/perly_c.vms
542____________________________________________________________________________
543[ 10502] By: jhi on 2001/06/10 17:09:42
544 Log: Check the version of byacc.
545 Branch: perl
546 ! Makefile.SH
547____________________________________________________________________________
548[ 10501] By: jhi on 2001/06/10 17:00:08
549 Log: Subject: [PATCH] perly.y overhaul
550 From: Simon Cozens <simon@netthink.co.uk>
551 Date: Sun, 10 Jun 2001 16:56:54 +0100
552 Message-ID: <20010610165654.A16597@deep-dark-truthful-mirror.pmb.ox.ac.uk>
553
554 Plus make run_byacc.
555 Branch: perl
556 ! perly.c perly.h perly.y vms/perly_c.vms vms/perly_h.vms
557____________________________________________________________________________
558[ 10500] By: jhi on 2001/06/10 16:07:28
559 Log: Integrate perlio.
560 Branch: perl
561 !> perlio.c perlsfio.h
562____________________________________________________________________________
563[ 10499] By: nick on 2001/06/10 15:01:08
564 Log: Integrate mainline
565 Branch: perlio
566 !> Changes Configure embed.h embed.pl patchlevel.h proto.h sv.c
567 !> t/pragma/locale.t util.c
568____________________________________________________________________________
569[ 10498] By: jhi on 2001/06/10 13:49:23
570 Log: Put some meat on the perl572delta bones. The list of
571 selected bug fixes needs more work, as does still the
572 whole document.
573 Branch: perl
574 ! pod/perl572delta.pod
575____________________________________________________________________________
576[ 10497] By: nick on 2001/06/10 12:27:51
577 Log: Paper over a crack or two with USE_SFIO
578 Branch: perlio
579 ! perlio.c perlsfio.h
580____________________________________________________________________________
581[ 10496] By: jhi on 2001/06/10 11:04:22
582 Log: Update Changes.
583 Branch: perl
584 ! Changes patchlevel.h
585____________________________________________________________________________
00656eef
JH
586[ 10495] By: jhi on 2001/06/10 10:55:34
587 Log: Subject: Re: pragma/locale.t #107
588 From: Hugo <hv@crypt.compulink.co.uk>
589 Date: Sun, 10 Jun 2001 11:23:30 +0100
590 Message-Id: <200106101023.LAA32085@crypt.compulink.co.uk>
591
592 Encapsulate the scan of the decimal radix separator.
593 Branch: perl
594 ! embed.h embed.pl proto.h sv.c
595____________________________________________________________________________
596[ 10494] By: jhi on 2001/06/10 03:00:17
597 Log: Try to grok numbers both with the locale specific separator
598 and with the usual "." (if different from the lss); add a test
599 to locale.t to do also a little bit of math in addition to just
600 equalness testing; remove extraneous logic as suggested in
601
602 Subject: Re: pragma/locale.t #107
603 From: Nicholas Clark <nick@ccl4.org>
604 Date: Sat, 9 Jun 2001 22:37:36 +0100
605 Message-ID: <20010609223735.Y76396@plum.flirble.org>
606 Branch: perl
607 ! sv.c t/pragma/locale.t
608____________________________________________________________________________
609[ 10493] By: jhi on 2001/06/10 01:25:23
610 Log: Metaconfig unit change for #10492.
611 Branch: metaconfig/U/perl
612 ! Extensions.U
613____________________________________________________________________________
614[ 10492] By: jhi on 2001/06/10 01:23:59
615 Log: Subject: [PATCH] Don't build Thread.pm if USEITHREADS
616 From: Artur Bergman <artur@contiller.se>
617 Date: Sat, 09 Jun 2001 21:03:51 +0200
618 Message-ID: <B7483FB6.1398%artur@contiller.se>
619 Branch: perl
620 ! Configure
621____________________________________________________________________________
622[ 10491] By: jhi on 2001/06/10 01:15:40
623 Log: Integrate perlio.
624 Branch: perl
625 !> perlsfio.h
626____________________________________________________________________________
627[ 10490] By: jhi on 2001/06/10 01:08:26
628 Log: Do locale specific separator if only in locale.
629 Branch: perl
630 ! util.c
631____________________________________________________________________________
632[ 10489] By: nick on 2001/06/09 19:13:25
633 Log: Make XS/Typemap compile (but fail) with sfio
634 Branch: perlio
635 ! perlsfio.h
636____________________________________________________________________________
637[ 10488] By: nick on 2001/06/09 19:12:51
638 Log: Re-integrate mainline
639 Branch: perlio
640 !> embed.h embed.pl embedvar.h intrpvar.h perl.h perlapi.h
641 !> proto.h sv.c util.c
642____________________________________________________________________________
643[ 10487] By: nick on 2001/06/09 16:26:29
644 Log: Integrate mainline
645 Branch: perlio
646 !> (integrate 31 files)
647____________________________________________________________________________
648[ 10486] By: jhi on 2001/06/09 16:11:51
649 Log: Subject: [PATCH] New attempt to clone callack
650 From: Artur Bergman <artur@contiller.se>
651 Date: Thu, 07 Jun 2001 11:52:16 +0200
652 Message-ID: <B7451B6F.12B7%artur@contiller.se>
653 Branch: perl
654 ! embedvar.h intrpvar.h perlapi.h sv.c
655____________________________________________________________________________
656[ 10485] By: jhi on 2001/06/09 15:23:52
657 Log: Numeric conversion tweaks suggested by Hugo and Nicholas.
658 Branch: perl
659 ! embed.h embed.pl perl.h proto.h sv.c util.c
660____________________________________________________________________________
661[ 10484] By: jhi on 2001/06/09 14:47:25
662 Log: Subject: Re: pragma/locale.t #107
663 From: Nicholas Clark <nick@ccl4.org>
664 Date: Sat, 9 Jun 2001 16:26:10 +0100
665 Message-ID: <20010609162609.V76396@plum.flirble.org>
666
667 A missing NVification.
668 Branch: perl
669 ! sv.c
670____________________________________________________________________________
671[ 10483] By: jhi on 2001/06/08 19:40:32
672 Log: Redo the #10482, there already was a test script for formats.
673 Branch: perl
674 - t/io/format.t
675 ! MANIFEST t/op/write.t
676____________________________________________________________________________
677[ 10482] By: jhi on 2001/06/08 19:34:45
678 Log: Twisted format testing, from Merijn.
679 Branch: perl
680 + t/io/format.t
681 ! MANIFEST
682____________________________________________________________________________
683[ 10481] By: jhi on 2001/06/08 19:21:56
684 Log: More \p{In...} testing, combined with \N{...}.
685 Branch: perl
686 ! lib/utf8_heavy.pl t/op/pat.t
687____________________________________________________________________________
688[ 10480] By: jhi on 2001/06/08 14:16:06
689 Log: Metaconfig changes for #10479.
690 Branch: metaconfig
691 ! U/Glossary.patch
692 Branch: metaconfig/U/perl
693 ! d_modfl.U
694____________________________________________________________________________
695[ 10479] By: jhi on 2001/06/08 14:15:32
696 Log: Be inspired more by Hugo-- introduce HAS_MODFL_POW32_BUG.
697 Branch: perl
698 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
699 ! config_h.SH configure.com epoc/config.sh pp.c uconfig.h
700 ! uconfig.sh vos/config.alpha.def vos/config.ga.def
701 ! win32/config.bc win32/config.gc win32/config.vc
702____________________________________________________________________________
703[ 10478] By: jhi on 2001/06/08 12:20:41
704 Log: Subject: Re: [PATCH perl@10439] fix old $^S description in perlvms.pod
705 From: "Craig A. Berry" <craigberry@mac.com>
706 Date: Thu, 7 Jun 2001 14:27:20 -0500
707 Message-Id: <a05100e01b7458075db7d@[172.16.52.1]>
708 Branch: perl
709 ! vms/perlvms.pod
710____________________________________________________________________________
711[ 10477] By: jhi on 2001/06/08 12:19:00
712 Log: Subject: [PATCH] Unresolved symbol in ext/re/re.xs
713 From: Gisle Aas <gisle@ActiveState.com>
714 Date: 07 Jun 2001 17:04:29 -0700
715 Message-ID: <lrae3jsupe.fsf@caliper.ActiveState.com>
716 Branch: perl
717 ! ext/re/re.xs
718____________________________________________________________________________
719[ 10476] By: jhi on 2001/06/08 01:35:42
720 Log: Update Changes.
721 Branch: perl
722 ! Changes patchlevel.h
723____________________________________________________________________________
3e1b4879
JH
724[ 10475] By: jhi on 2001/06/08 00:53:45
725 Log: Regen Glossary et alia.
726 Branch: perl
727 ! Porting/Glossary Porting/config.sh Porting/config_H
728____________________________________________________________________________
729[ 10474] By: jhi on 2001/06/07 22:06:38
730 Log: Metaconfig unit changes for #10473.
731 Branch: metaconfig/U/perl
732 ! d_modfl.U
733____________________________________________________________________________
734[ 10473] By: jhi on 2001/06/07 22:06:16
735 Log: Harumph, also AIX will spill its guts (i.e. dump core)
736 if an executable contains modfl() but it hasn't been
737 compiled right (in the case of AIX, with cc -qlongdouble).
738 Branch: perl
739 ! Configure
740____________________________________________________________________________
741[ 10472] By: gsar on 2001/06/07 20:04:28
742 Log: integrate change#10471 from mainline
743
744 in change#10451, check that CvOUTSIDE is a CV before looking in
745 (it can apparently be SVt_NULL during global destruction)
746 Branch: maint-5.6/perl
747 !> op.c
748____________________________________________________________________________
749[ 10471] By: gsar on 2001/06/07 20:01:31
750 Log: in change#10451, check that CvOUTSIDE is a CV before looking in
751 (it can apparently be SVt_NULL during global destruction)
752 Branch: perl
753 ! op.c
754____________________________________________________________________________
755[ 10470] By: jhi on 2001/06/07 12:17:51
756 Log: Subject: Re: [PATCH perl@10439] diagnostics and long C<=item>s
757 From: Robin Barker <rmb1@cise.npl.co.uk>
758 Date: Thu, 7 Jun 2001 13:01:06 +0100 (BST)
759 Message-Id: <200106071201.NAA13627@tempest.npl.co.uk>
760 Branch: perl
761 ! lib/diagnostics.pm pod/perldiag.pod
762____________________________________________________________________________
763[ 10469] By: jhi on 2001/06/07 12:16:12
764 Log: Subject: [PATCH perl@10439] long =item
765 From: Robin Barker <rmb1@cise.npl.co.uk>
766 Date: Thu, 7 Jun 2001 12:34:08 +0100 (BST)
767 Message-Id: <200106071134.MAA10288@tempest.npl.co.uk>
768 Branch: perl
769 ! README.amiga lib/Attribute/Handlers.pm
770 ! lib/ExtUtils/Constant.pm lib/Locale/Maketext.pod
771____________________________________________________________________________
772[ 10468] By: jhi on 2001/06/07 12:08:56
773 Log: Subject: [PATCH 5.7.1 pod/perlguts.pod] IOK vs pIOK docs
774 Date: Thu, 7 Jun 2001 10:09:59 +0100 (BST)
775 Reply-To: Dave Mitchell <davem@fdgroup.co.uk>
776 Message-Id: <200106070909.KAA25610@gizmo.fdgroup.co.uk>
777 Branch: perl
778 ! pod/perlguts.pod
779____________________________________________________________________________
780[ 10467] By: jhi on 2001/06/07 12:04:26
781 Log: Integrate perlio.
782 Branch: perl
783 !> sv.c
784____________________________________________________________________________
785[ 10466] By: nick on 2001/06/07 10:25:40
786 Log: MULTIPLICITY fix for S_grok_number(), also a few gratuitious trailing
787 whitespace tweaks.
788 Still coredumps in pragma/overload.t - what a nice hard fail that is...
789 Branch: perlio
790 ! sv.c
791____________________________________________________________________________
792[ 10465] By: nick on 2001/06/07 08:41:58
793 Log: Raw integrate of mainline for S_grok_number debug
794 (sv.c has MULTIPLICITY issues as well as whatever else ...)
795 Branch: perlio
796 - plan9/perlplan9.doc plan9/perlplan9.pod
797 !> (integrate 46 files)
798____________________________________________________________________________
799[ 10464] By: jhi on 2001/06/06 23:33:58
800 Log: The proper prototyping for #10463.
801 Branch: perl
802 ! embed.h embed.pl proto.h sv.c
803____________________________________________________________________________
804[ 10463] By: jhi on 2001/06/06 23:15:30
805 Log: Subject: Re: [PATCH] nuke strtol (was Re: One fix for strtoul not setting errno)
806 From: Nicholas Clark <nick@ccl4.org>
807 Date: Thu, 7 Jun 2001 00:29:59 +0100
808 Message-ID: <20010607002959.Z76396@plum.flirble.org>
809 Branch: perl
810 ! sv.c
811____________________________________________________________________________
812[ 10462] By: jhi on 2001/06/06 23:13:19
813 Log: Subject: [PATCH perl@10439] fix old $^S description in perlvms.pod
814 From: "Craig A. Berry" <craigberry@mac.com>
815 Date: Wed, 06 Jun 2001 17:54:30 -0500
816 Message-Id: <5.1.0.14.0.20010606174814.03c2c880@exchi01>
817 Branch: perl
818 ! vms/perlvms.pod
819____________________________________________________________________________
820[ 10461] By: jhi on 2001/06/06 23:10:00
821 Log: Podify the remaining README.platform files;
822 merge README.plan9 and plan9/perlplan9.pod;
823 delete plan9/perlplan9.* (the perlplan.doc needs to
824 be regenerated in Plan 9); make the =head1 and =head2
825 in the README.platform to be a little more verbose
826 (skipped README.os2 not to anger Ilya) so that they
827 look better in the toc; regen toc.
828 Branch: perl
829 - plan9/perlplan9.doc plan9/perlplan9.pod
830 ! MANIFEST README.aix README.amiga README.apollo README.beos
831 ! README.bs2000 README.cygwin README.dgux README.dos README.epoc
832 ! README.hpux README.hurd README.machten README.macos
833 ! README.micro README.mint README.mpeix README.os390
834 ! README.plan9 README.qnx README.solaris README.threads
835 ! README.tru64 README.vmesa README.vms README.vos README.win32
836 ! plan9/mkfile pod/buildtoc.PL pod/perl.pod pod/perlport.pod
837 ! pod/perltoc.pod win32/Makefile win32/makefile.mk
838____________________________________________________________________________
839[ 10460] By: jhi on 2001/06/06 20:58:53
840 Log: Subject: [PATCH] Re: Bug in perlguts documentation?
841 From: Mike Guy <mjtg@cam.ac.uk>
842 Reply-To: mjtg@cam.ac.uk
843 Message-Id: <E157fiS-0006Q7-00@draco.cus.cam.ac.uk>
844 Branch: perl
845 ! pod/perlguts.pod
846____________________________________________________________________________
847[ 10459] By: jhi on 2001/06/06 20:58:15
848 Log: Subject: [PATCH] Re: [ID 20010604.015] taint + comma = false insecurity
849 From: Mike Guy <mjtg@cam.ac.uk>
850 Reply-To: mjtg@cam.ac.uk
851 Message-Id: <E157flx-0006Uz-00@draco.cus.cam.ac.uk>
852 Branch: perl
853 ! pod/perlsec.pod
854____________________________________________________________________________
855[ 10458] By: jhi on 2001/06/06 20:56:04
856 Log: Disable long doubles from pre-5.0 Tru64s.
857 Branch: perl
858 ! README.tru64 hints/dec_osf.sh
859____________________________________________________________________________
860[ 10457] By: jhi on 2001/06/06 20:49:23
861 Log: The #10455 exposed that modfl() is fundamentally busted
862 (as in: dumps core) in pre-5.0 Tru64, so better avoid even
863 testing it.
864 Branch: perl
865 ! hints/dec_osf.sh
866____________________________________________________________________________
867[ 10456] By: jhi on 2001/06/06 20:48:35
868 Log: Metaconfig unit change for #10455.
869 Branch: metaconfig/U/perl
870 ! d_modfl.U
871____________________________________________________________________________
872[ 10455] By: jhi on 2001/06/06 20:48:09
873 Log: Configure check for geborken modfl(), inspired by
874
875 Subject: Re: [20010118.017] op/int.t failure
876 From: Hugo <hv@crypt.compulink.co.uk>
877 Date: Tue, 05 Jun 2001 13:43:27 +0100
878 Message-Id: <200106051243.NAA15525@crypt.compulink.co.uk>
879 Branch: perl
880 ! Configure
881____________________________________________________________________________
882[ 10454] By: jhi on 2001/06/06 11:45:08
883 Log: Integrate changes #10450 and #10451 from maintperl:
884
885 optimize change#10448 slightly (don't repeat search in eval""s lexical
886 scope, since that has already been searched)
887
888 change#9108 needs subtler treatment for case of closures created
889 within eval""
890 Branch: perl
891 !> op.c t/op/misc.t
892____________________________________________________________________________
893[ 10453] By: jhi on 2001/06/06 11:42:10
894 Log: MakeMaker magic to compile (when no dynamic loading)
895 List/Util.xsc as (ListUtil.c and) ListUtil.o since
896 POSIX-BC (BS2000) linker has an evil limitation of
897 being unable to include in the same executable several
898 object files with the same name - case-insensitively -
899 because otherwise we conflict with util.c.
900 Strictly speaking currently required only in POSIX-BC
901 but probably will do no harm elsewhere where static
902 linking is required.
903 Branch: perl
904 ! ext/List/Util/Makefile.PL
905____________________________________________________________________________
906[ 10452] By: nick on 2001/06/06 08:59:51
907 Log: Integrate mainline.
908 Branch: perlio
909 +> lib/Attribute/Handlers/demo/Demo.pm
910 +> lib/Attribute/Handlers/demo/Descriptions.pm
911 +> lib/Attribute/Handlers/demo/MyClass.pm
912 +> lib/Attribute/Handlers/demo/demo.pl
913 +> lib/Attribute/Handlers/demo/demo2.pl
914 +> lib/Attribute/Handlers/demo/demo3.pl
915 +> lib/Attribute/Handlers/demo/demo4.pl
916 +> lib/Attribute/Handlers/demo/demo_call.pl
917 +> lib/Attribute/Handlers/demo/demo_chain.pl
918 +> lib/Attribute/Handlers/demo/demo_cycle.pl
919 +> lib/Attribute/Handlers/demo/demo_hashdir.pl
920 +> lib/Attribute/Handlers/demo/demo_phases.pl
921 +> lib/Attribute/Handlers/demo/demo_range.pl
922 +> lib/Attribute/Handlers/demo/demo_rawdata.pl t/op/override.t
923 +> uts/strtol_wrap.c
924 !> (integrate 91 files)
925____________________________________________________________________________
926[ 10451] By: gsar on 2001/06/06 07:11:36
927 Log: change#9108 needs subtler treatment for case of closures created
928 within eval""
929 Branch: maint-5.6/perl
930 ! op.c t/op/misc.t
931____________________________________________________________________________
932[ 10450] By: gsar on 2001/06/06 05:47:25
933 Log: optimize change#10448 slightly (don't repeat search in eval""s lexical
934 scope, since that has already been searched)
935 Branch: maint-5.6/perl
936 ! op.c
937____________________________________________________________________________
938[ 10449] By: jhi on 2001/06/06 01:33:31
939 Log: Integrate change #10448 from maintperl; lexicals
940 outside an eval"" weren't resolved correctly inside a subroutine
941 definition inside the eval"" if they were not already referenced
942 in the toplevel of the eval""-ed code
943 Branch: perl
944 !> cop.h op.c pp_ctl.c t/op/misc.t
945____________________________________________________________________________
946[ 10448] By: gsar on 2001/06/06 01:03:26
947 Log: fix yet another bug of hoary vintage found by change#10394: lexicals
948 outside an eval"" weren't resolved correctly inside a subroutine
949 definition inside the eval"" if they were not already referenced
950 in the toplevel of the eval""-ed code
951 Branch: maint-5.6/perl
952 ! cop.h op.c pp_ctl.c t/op/misc.t
953____________________________________________________________________________
954[ 10447] By: jhi on 2001/06/06 00:51:04
955 Log: Subject: [PATCH] perl570delta.pod
956 From: Peter Scott <Peter@PSDT.com>
957 Date: Tue, 05 Jun 2001 18:51:02 -0700
958 Message-Id: <4.3.2.7.2.20010605183619.00a94400@psdt.com>
959 Branch: perl
960 ! pod/perl570delta.pod
961____________________________________________________________________________
962[ 10446] By: jhi on 2001/06/05 23:45:05
963 Log: The fudge factor is no more needed. I hope.
964 Branch: perl
965 ! t/lib/posix.t
966____________________________________________________________________________
967[ 10445] By: jhi on 2001/06/05 23:19:19
968 Log: Subject: Re: [ID 20010529.006] String plus zero inconsistent across platforms
969 From: Hugo <hv@crypt.compulink.co.uk>
970 Date: Tue, 05 Jun 2001 12:58:19 +0100
971 Message-Id: <200106051158.MAA04605@crypt.compulink.co.uk>
972 Branch: perl
973 ! util.c
974____________________________________________________________________________
975[ 10444] By: jhi on 2001/06/05 11:09:01
976 Log: Make up prototypes only for those who have the functions
977 but not the prototypes.
978 Branch: perl
979 ! perl.h
980____________________________________________________________________________
981[ 10443] By: jhi on 2001/06/05 11:02:13
982 Log: Subject: Re: Not OK: perl@10439 on win32
983 From: Prymmer/Kahn <pvhp@best.com>
984 Date: Mon, 4 Jun 2001 22:11:02 -0700 (PDT)
985 Message-ID: <Pine.BSF.4.21.0106042136410.26316-100000@shell8.ba.best.com>
986 Branch: perl
987 ! perl.h util.c
988____________________________________________________________________________
989[ 10442] By: jhi on 2001/06/05 00:55:46
990 Log: The metaconfig units changes for #10441.
991 Branch: metaconfig
992 ! U/modified/Extract.U U/modified/Extractall.U
993 ! U/modified/Finish.U
994____________________________________________________________________________
995[ 10441] By: jhi on 2001/06/05 00:55:17
996 Log: Extraction of the *.SH wasn't quite working with -Dmksymlinks.
997 Branch: perl
998 ! Configure
999____________________________________________________________________________
1000[ 10440] By: jhi on 2001/06/05 00:28:27
1001 Log: Unnecessary fuzziness undone, noted by Mike Guy.
1002 Branch: perl
1003 ! t/op/tr.t
1004____________________________________________________________________________
1005[ 10439] By: jhi on 2001/06/04 17:14:31
1006 Log: Update Changes.
1007 Branch: perl
1008 ! Changes patchlevel.h
1009____________________________________________________________________________
c5ee9274
JH
1010[ 10438] By: jhi on 2001/06/04 17:10:16
1011 Log: Test case for 'eval "a.b.c.d.e.f;sub"' save stack imbalance
1012 bug found by Ilmari Karonen; the bug fixed by Sarathy's lexical
1013 leakage patch.
1014 Branch: perl
1015 ! t/op/misc.t
1016____________________________________________________________________________
1017[ 10437] By: jhi on 2001/06/04 17:01:06
1018 Log: Test case for #10433/#10424.
1019 Branch: perl
1020 ! t/op/misc.t
1021____________________________________________________________________________
1022[ 10436] By: jhi on 2001/06/04 16:54:21
1023 Log: Subject: One fix for strtoul not setting errno
1024 From: hom00@utsglobal.com (Hal Morris)
1025 Date: Sat, 2 Jun 2001 09:23:11 -0700 (PDT)
1026 Message-Id: <200106021623.JAA06906@cepheus.utsglobal.com>
1027 Branch: perl
1028 + uts/strtol_wrap.c
1029 ! MANIFEST hints/uts.sh
1030____________________________________________________________________________
1031[ 10435] By: jhi on 2001/06/04 16:54:01
1032 Log: Metaconfig units changes for #10434.
1033 Branch: metaconfig
1034 ! U/modified/Cppsym.U
1035 Branch: metaconfig/U/perl
1036 + d_dbminitproto.U d_flockproto.U d_sockatmarkproto.U
1037 + d_syscallproto.U d_usleepproto.U
1038 ! longdblfio.U quadfio.U
1039____________________________________________________________________________
1040[ 10434] By: jhi on 2001/06/04 16:48:33
1041 Log: Configure tweaks; add prototype probes, make the cpp symbols
1042 probe to cast, not whine; test for %Ld and %Lf before %lld and
1043 %llf because the L is the ANSI way.
1044 Branch: perl
1045 ! Configure config_h.SH configure.com epoc/config.sh
1046 ! ext/ODBM_File/ODBM_File.xs perl.h pod/perltoc.pod uconfig.h
1047 ! uconfig.sh vos/config.alpha.def vos/config.ga.def
1048 ! win32/config.bc win32/config.gc win32/config.vc x2p/str.c
1049____________________________________________________________________________
1050[ 10433] By: jhi on 2001/06/04 16:45:23
1051 Log: Sigh. This is what #10424 was supposed to check in.
1052 Branch: perl
1053 ! op.c sv.c sv.h
1054____________________________________________________________________________
1055[ 10432] By: jhi on 2001/06/04 16:29:40
1056 Log: More verbose failure.
1057 Branch: perl
1058 ! t/op/ver.t
1059____________________________________________________________________________
1060[ 10431] By: jhi on 2001/06/04 16:21:55
1061 Log: The .pm changes to go with #10428.
1062 Branch: perl
1063 ! ext/Fcntl/Fcntl.pm ext/Socket/Socket.pm
1064 ! ext/Sys/Syslog/Syslog.pm
1065____________________________________________________________________________
1066[ 10430] By: jhi on 2001/06/04 16:05:20
1067 Log: On second thoughts show to utf8 skippage message only
1068 on failures, it's too confusing otherwise,
1069 Branch: perl
1070 ! t/pragma/locale.t
1071____________________________________________________________________________
1072[ 10429] By: jhi on 2001/06/04 14:47:50
1073 Log: Do not import anything from Encode.
1074 Branch: perl
1075 ! ext/MIME/Base64/QuotedPrint.pm
1076____________________________________________________________________________
1077[ 10428] By: jhi on 2001/06/04 14:45:47
1078 Log: The #10402 didn't take. Weird.
1079 Branch: perl
1080 ! ext/Fcntl/Fcntl.xs ext/Socket/Socket.xs
1081 ! ext/Sys/Syslog/Syslog.xs
1082____________________________________________________________________________
1083[ 10427] By: jhi on 2001/06/04 12:55:39
1084 Log: Eradicate traces of 'asciirange' re subpragma.
1085 Branch: perl
1086 ! ext/B/B/Deparse.pm ext/MIME/Base64/QuotedPrint.pm ext/re/re.pm
1087 ! pod/perldiag.pod
1088____________________________________________________________________________
1089[ 10426] By: jhi on 2001/06/04 12:44:05
1090 Log: use is a compile-time thing.
1091 Branch: perl
1092 ! ext/MIME/Base64/QuotedPrint.pm
1093____________________________________________________________________________
1094[ 10425] By: jhi on 2001/06/04 12:39:44
1095 Log: Subject: [PATCH perl@10419] -Wall casting patch
1096 From: Robin Barker <rmb1@cise.npl.co.uk>
1097 Date: Mon, 4 Jun 2001 14:27:28 +0100 (BST)
1098 Message-Id: <200106041327.OAA15338@tempest.npl.co.uk>
1099 Branch: perl
1100 ! ext/Devel/DProf/DProf.xs mg.c
1101____________________________________________________________________________
1102[ 10424] By: jhi on 2001/06/04 12:23:30
1103 Log: Subject: [PATCH #2] introducing SVpad_TYPED
1104 From: Abhijit Menon-Sen <ams@wiw.org>
1105 Date: Mon, 4 Jun 2001 12:26:02 +0530
1106 Message-ID: <20010604122602.A5775@lustre.linux.in>
1107 Branch: perl
1108 ! op.c sv.c sv.h
1109____________________________________________________________________________
1110[ 10423] By: gsar on 2001/06/04 05:12:18
1111 Log: testsuite for change#10192 (from Gisle Aas)
1112 Branch: perl
1113 + t/op/override.t
1114 ! MANIFEST
1115____________________________________________________________________________
1116[ 10422] By: gsar on 2001/06/04 02:32:03
1117 Log: integrate changes#10414-10416 from mainline
1118
1119 Potential buffer overrun if the radix separator is more than
1120 one byte. Also, under locales, prefer the locale-specific
1121 separator over the old boring ".".
1122
1123 "10.", that is, decimal numbers can have no decimal part at all.
1124
1125 The non-locale places need love, too.
1126 Branch: maint-5.6/perl
1127 !> perl.h sv.c
1128____________________________________________________________________________
1129[ 10421] By: jhi on 2001/06/04 02:25:53
1130 Log: Missed from #10420.
1131 Branch: perl
1132 ! epoc/config.sh
1133____________________________________________________________________________
1134[ 10420] By: jhi on 2001/06/04 02:19:58
1135 Log: Missed HAS_SETRESGID_PROTO. No serious harm done since
1136 often this prototype goes with HAS_SETRESUID_PROTO.
1137 Branch: perl
1138 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
1139 ! config_h.SH configure.com perl.h uconfig.h
1140____________________________________________________________________________
1141[ 10419] By: jhi on 2001/06/04 00:24:55
1142 Log: Update Changes.
1143 Branch: perl
1144 ! Changes patchlevel.h
1145____________________________________________________________________________
520db9bf
JH
1146[ 10418] By: jhi on 2001/06/03 23:58:04
1147 Log: -Wall "subscript has type `char'" cleanup.
1148 Branch: perl
1149 ! ext/File/Glob/bsd_glob.c x2p/a2py.c x2p/str.c x2p/walk.c
1150____________________________________________________________________________
1151[ 10417] By: jhi on 2001/06/03 23:37:17
1152 Log: Various "cast to pointer from integer of different size"
1153 picked up by gcc -Wall (in Tru64 where pointers are 64 bits
1154 wide but I32 (int) only 32 bits wide).
1155
1156 WARNING: the classnum and tagnum changes in Storable.xs
1157 may not be wise, they may be breaking binary compatibility
1158 (in 64-bit platforms), asked Raphael Manfredi about the changes.
1159 Branch: perl
1160 ! embed.pl ext/Devel/DProf/DProf.xs ext/Storable/Storable.xs
1161 ! mg.c proto.h
1162____________________________________________________________________________
1163[ 10416] By: jhi on 2001/06/03 23:15:24
1164 Log: The non-locale places need love, too.
1165 Branch: perl
1166 ! perl.h
1167____________________________________________________________________________
1168[ 10415] By: jhi on 2001/06/03 23:10:55
1169 Log: "10.", that is, decimal numbers can have no decimal part at all.
1170 Branch: perl
1171 ! perl.h
1172____________________________________________________________________________
1173[ 10414] By: jhi on 2001/06/03 22:49:55
1174 Log: Potential buffer overrun if the radix separator is more than
1175 one byte. Also, under locales, prefer the locale-specific
1176 separator over the old boring ".".
1177 Branch: perl
1178 ! perl.h sv.c
1179____________________________________________________________________________
1180[ 10413] By: jhi on 2001/06/03 22:42:10
1181 Log: Integrate change #10412 from maintperl; locale is now
1182 per-cop, not per-op; plus retweak the locale.t to always
1183 list the skipped utf8 locales.
1184 Branch: perl
1185 ! t/pragma/locale.t
1186 !> embed.h lib/locale.pm op.c op.h opcode.h opcode.pl perl.h pp.c
1187 !> pp.sym pp_ctl.c pp_proto.h pp_sys.c util.c
1188____________________________________________________________________________
1189[ 10412] By: gsar on 2001/06/03 22:23:16
1190 Log: rationalize locale handling to fix the bugs uncovered by change#10394
1191
1192 the major issue was that the runtime was looking at PL_hints rather
1193 than op_private to notice whether locale was enabled
1194
1195 the secondary issue was that many locale-sensitive numeric ops didn't
1196 have HINT_LOCALE propagated into their op_private
1197
1198 HINT_LOCALE is now propagated per-statement (i.e., via PL_curcop)
1199 instead of per-op, just like HINT_BYTE and the hints for lexical
1200 warnings (this makes the hint available to every op via PL_curcop)
1201
1202 pragma/locale.t may need to be reworked with these fixes in mind
1203 (it currently passes its tests)
1204 Branch: maint-5.6/perl
1205 ! embed.h lib/locale.pm op.c op.h opcode.h opcode.pl perl.h pp.c
1206 ! pp.sym pp_ctl.c pp_proto.h pp_sys.c t/pragma/locale.t util.c
1207____________________________________________________________________________
1208[ 10411] By: jhi on 2001/06/03 17:50:49
1209 Log: More verbose debugging.
1210 Branch: perl
1211 ! t/pragma/locale.t
1212____________________________________________________________________________
1213[ 10410] By: jhi on 2001/06/03 17:36:40
1214 Log: Subject: RE: [PATCHES] regcomp.c, pod/perldiag.pod, t/op/pat.t
1215 From: "Paul Marquess" <Paul_Marquess@Yahoo.co.uk>
1216 Date: Sat, 2 Jun 2001 22:53:33 +0100
1217 Message-ID: <000601c0ebae$77d10dc0$99dcfea9@bfs.phone.com>
1218 Branch: perl
1219 ! regcomp.c t/pragma/warn/regcomp
1220____________________________________________________________________________
1221[ 10409] By: jhi on 2001/06/03 17:27:13
1222 Log: Mention that lexicalizing $a or $b is a bad idea if one
1223 wants to use sort().
1224 Branch: perl
1225 ! pod/perlvar.pod
1226____________________________________________________________________________
1227[ 10408] By: jhi on 2001/06/03 16:52:41
1228 Log: Tweak the test to be happy if the accuracy is 'good enough'.
1229 Branch: perl
1230 ! t/lib/posix.t
1231____________________________________________________________________________
1232[ 10407] By: jhi on 2001/06/03 16:50:33
1233 Log: Upgrade to Attribute::Handlers 0.70.
1234
1235 NOTE: this unearthed the "too late for CHECK block" bug,
1236 that's why the 1_compile.t change.
1237 Branch: perl
1238 + lib/Attribute/Handlers/demo/Demo.pm
1239 + lib/Attribute/Handlers/demo/Descriptions.pm
1240 + lib/Attribute/Handlers/demo/MyClass.pm
1241 + lib/Attribute/Handlers/demo/demo.pl
1242 + lib/Attribute/Handlers/demo/demo2.pl
1243 + lib/Attribute/Handlers/demo/demo3.pl
1244 + lib/Attribute/Handlers/demo/demo4.pl
1245 + lib/Attribute/Handlers/demo/demo_call.pl
1246 + lib/Attribute/Handlers/demo/demo_chain.pl
1247 + lib/Attribute/Handlers/demo/demo_cycle.pl
1248 + lib/Attribute/Handlers/demo/demo_hashdir.pl
1249 + lib/Attribute/Handlers/demo/demo_phases.pl
1250 + lib/Attribute/Handlers/demo/demo_range.pl
1251 + lib/Attribute/Handlers/demo/demo_rawdata.pl
1252 ! MANIFEST lib/Attribute/Handlers.pm t/lib/1_compile.t
1253 ! t/lib/attrhand.t
1254____________________________________________________________________________
1255[ 10406] By: jhi on 2001/06/03 16:40:03
1256 Log: One less -Wall whine.
1257 Branch: perl
1258 ! regcomp.c
1259____________________________________________________________________________
1260[ 10405] By: jhi on 2001/06/03 16:30:34
1261 Log: Integrate change #10404 from maintperl; eval.t was in pre-10394 mood.
1262 Branch: perl
1263 !> t/op/eval.t
1264____________________________________________________________________________
1265[ 10404] By: gsar on 2001/06/03 16:23:07
1266 Log: eval.t was relying on pre-change#10394 buggy behavior (lexicals
1267 aren't "normally" visible inside eval""s contained in subs unless
1268 a cloned reference to them already exists)
1269
1270 strangely enough, t/harness did show this up as a failure (harness
1271 needs fixing?)
1272 Branch: maint-5.6/perl
1273 ! t/op/eval.t
1274____________________________________________________________________________
1275[ 10403] By: jhi on 2001/06/03 16:22:59
1276 Log: Update to Text::Balanced 1.85.
1277 Branch: perl
1278 ! lib/Text/Balanced.pm t/lib/tb-xvari.t
1279____________________________________________________________________________
1280[ 10402] By: jhi on 2001/06/03 16:18:09
1281 Log: Subject: [PATCH] Re: ext/Socket/Socket.xs
1282 From: Nicholas Clark <nick@ccl4.org>
1283 Date: Sun, 3 Jun 2001 17:54:36 +0100
1284 Message-ID: <20010603175436.E76396@plum.flirble.org>
1285 Branch: perl
1286 ! ext/Fcntl/Fcntl.xs ext/Socket/Socket.xs
1287 ! ext/Sys/Syslog/Syslog.xs
1288____________________________________________________________________________
1289[ 10401] By: jhi on 2001/06/03 16:09:33
1290 Log: Unused variables.
1291 Branch: perl
1292 ! util.c
1293____________________________________________________________________________
1294[ 10400] By: jhi on 2001/06/03 16:04:26
1295 Log: Subject: [PATCH] APIfy op_clear
1296 From: Simon Cozens <simon@netthink.co.uk>
1297 Date: Sun, 3 Jun 2001 13:51:46 +0100
1298 Message-ID: <20010603135146.A9984@deep-dark-truthful-mirror.pmb.ox.ac.uk>
1299
1300 (despite the subject line, op_null is APIfied by the patch)
1301 Branch: perl
1302 ! embed.h embed.pl global.sym objXSUB.h perlapi.c
1303____________________________________________________________________________
1304[ 10399] By: jhi on 2001/06/03 15:51:35
1305 Log: Subject: [PATCH] t/lib/extutils.t
1306 From: Nicholas Clark <nick@ccl4.org>
1307 Date: Sat, 2 Jun 2001 23:57:05 +0100
1308 Message-ID: <20010602235705.Q12698@plum.flirble.org>
1309 Branch: perl
1310 ! lib/ExtUtils/Constant.pm t/lib/extutils.t
1311____________________________________________________________________________
1312[ 10398] By: jhi on 2001/06/03 15:34:11
1313 Log: Subject: [PATCH: perl@10360] update two win32 Makefiles
1314 From: Prymmer/Kahn <pvhp@best.com>
1315 Date: Sun, 3 Jun 2001 08:55:14 -0700 (PDT)
1316 Message-ID: <Pine.BSF.4.21.0106030845550.21619-100000@shell8.ba.best.com>
1317 Branch: perl
1318 ! win32/Makefile win32/makefile.mk
1319____________________________________________________________________________
1320[ 10397] By: jhi on 2001/06/03 15:12:13
1321 Log: Subject: Re: 'decimal digits' macro?
1322 From: Hugo <hv@crypt.compulink.co.uk>
1323 Date: Sun, 03 Jun 2001 04:26:36 +0100
1324 Message-Id: <200106030326.EAA18786@crypt.compulink.co.uk>
1325 Branch: perl
1326 ! handy.h t/lib/posix.t t/op/tr.t
1327____________________________________________________________________________
1328[ 10396] By: jhi on 2001/06/03 15:10:49
1329 Log: Subject: Re: [ID 20010529.006] String plus zero inconsistent across platforms
1330 From: Hugo <hv@crypt.compulink.co.uk>
1331 Date: Sun, 03 Jun 2001 14:56:30 +0100
1332 Message-Id: <200106031356.OAA12517@crypt.compulink.co.uk>
1333 Branch: perl
1334 ! util.c
1335____________________________________________________________________________
1336[ 10395] By: jhi on 2001/06/03 14:59:41
1337 Log: Integrate change #10394 from maintperl; lexical file scope leakage.
1338 Branch: perl
1339 !> perly.c perly.y t/op/misc.t t/pragma/warn/universal
1340 !> vms/perly_c.vms
1341____________________________________________________________________________
1342[ 10394] By: gsar on 2001/06/03 03:05:43
1343 Log: fix leakage of lexicals at file scope into subroutines that were
1344 declared before them; this appears to be a longstanding bug that
1345 meant that lexicals at file scope were never "deintroduced", meaning
1346 their scope range was never properly closed, and their visibility
1347 extended to all subsequent eval""s or requires
1348
1349 added a test case
1350
1351 seems to also fix a case of bogus duplicate warnings
1352 Branch: maint-5.6/perl
1353 ! perly.c perly.y t/op/misc.t t/pragma/warn/universal
1354 ! vms/perly_c.vms
1355____________________________________________________________________________
1356[ 10393] By: jhi on 2001/06/02 16:55:03
1357 Log: More VMS tweaks from Craig A. Berry.
1358 Branch: perl
1359 ! configure.com t/lib/extutils.t
1360____________________________________________________________________________
1361[ 10392] By: jhi on 2001/06/02 16:48:26
1362 Log: -Wall cleanup continues.
1363 Branch: perl
1364 ! README.tru64 embed.h embed.pl ext/NDBM_File/NDBM_File.xs
1365 ! ext/POSIX/POSIX.xs ext/PerlIO/Scalar/Scalar.xs
1366 ! ext/Storable/Storable.xs ext/Sys/Hostname/Hostname.xs
1367 ! ext/Sys/Syslog/Syslog.xs perl.c proto.h regcomp.c regexec.c
1368 ! run.c toke.c util.c
1369____________________________________________________________________________
1370[ 10391] By: jhi on 2001/06/02 13:29:47
1371 Log: The metaconfig unit change for #10390.
1372 Branch: metaconfig/U/perl
1373 ! gccvers.U
1374____________________________________________________________________________
1375[ 10390] By: jhi on 2001/06/02 13:29:12
1376 Log: Drop the -ansi from the default gcc flags.
1377
1378 Off_t/off_t is a struct in Solaris with largefiles, and with -ansi
1379 that struct cannot be compared with a flat integer, such as STRLEN.
1380 The -ansi will also cause a lot of noise in Solaris because of:
1381 /usr/include/sys/resource.h:148: warning: `struct rlimit64' declared inside parameter list
1382 Branch: perl
1383 ! Configure
1384____________________________________________________________________________
1385[ 10389] By: jhi on 2001/06/02 13:14:57
1386 Log: Integrate perlio.
1387 Branch: perl
1388 !> pod/perlapi.pod util.c
1389____________________________________________________________________________
1390[ 10388] By: nick on 2001/06/02 08:01:12
1391 Log: Integrate mainline
1392 Branch: perlio
1393 +> lib/Attribute/Handlers.pm t/lib/attrhand.t
1394 !> MANIFEST configure.com ext/MIME/Base64/QuotedPrint.pm
1395 !> lib/File/Find.pm pod/perlmodlib.pod pod/perltoc.pod
1396 !> t/lib/1_compile.t t/lib/mimeqp.t
1397____________________________________________________________________________
1398[ 10387] By: nick on 2001/06/02 07:39:17
1399 Log: Tweak util.c's atof2 for MULTIPLICITY
1400 Branch: perlio
1401 ! util.c
1402____________________________________________________________________________
1403[ 10386] By: nick on 2001/06/02 07:38:33
1404 Log: Integrate mainline
1405 Branch: perlio
1406 !> (integrate 41 files)
1407____________________________________________________________________________
1408[ 10385] By: jhi on 2001/06/01 22:12:48
1409 Log: Add Attribute::Handlers 0.61 from Damian Conway.
1410 Branch: perl
1411 + lib/Attribute/Handlers.pm t/lib/attrhand.t
1412 ! MANIFEST pod/perlmodlib.pod pod/perltoc.pod t/lib/1_compile.t
1413____________________________________________________________________________
1414[ 10384] By: jhi on 2001/06/01 21:53:14
1415 Log: Subject: [PATCH: perl@10328] allow MIME::QuotePrint to handle ASCII code numbers on EBCDIC machines
1416 From: Peter Prymmer <pvhp@forte.com>
1417 Date: Fri, 1 Jun 2001 15:49:22 -0700 (PDT)
1418 Message-ID: <Pine.OSF.4.10.10106011545140.323662-100000@aspara.forte.com>
1419 Branch: perl
1420 ! ext/MIME/Base64/QuotedPrint.pm t/lib/mimeqp.t
1421____________________________________________________________________________
1422[ 10383] By: jhi on 2001/06/01 21:36:11
1423 Log: Subject: [PATCH File::Find] 'do 1' and puzzling (?>...)
1424 From: Jeff Pinyan <jeffp@crusoe.net>
1425 Date: Fri, 1 Jun 2001 14:13:56 -0400 (EDT)
1426 Message-ID: <Pine.GSO.4.21.0106011412520.21027-100000@crusoe.crusoe.net>
1427 Branch: perl
1428 ! lib/File/Find.pm
1429____________________________________________________________________________
1430[ 10382] By: jhi on 2001/06/01 21:35:02
1431 Log: Subject: [PATCH perl@10381] configure.com tweaks
1432 From: "Craig A. Berry" <craigberry@mac.com>
1433 Date: Fri, 1 Jun 2001 13:55:43 -0500
1434 Message-Id: <a05100e00b73d942aa9da@[172.16.52.1]>
1435 Branch: perl
1436 ! configure.com
1437____________________________________________________________________________
1438[ 10381] By: jhi on 2001/06/01 16:37:21
1439 Log: Update Changes.
1440 Branch: perl
1441 ! Changes patchlevel.h
1442____________________________________________________________________________
f508f4bf
JH
1443[ 10380] By: jhi on 2001/06/01 16:19:18
1444 Log: Subject: [PATCH] Re: [ID 20010529.004] program doesn't work unless in debug mode
1445 From: Mike Guy <mjtg@cam.ac.uk>
1446 Date: Fri, 01 Jun 2001 18:17:02 +0100
1447 Message-Id: <E155sXm-0001C2-00@draco.cus.cam.ac.uk>
1448 Branch: perl
1449 ! lib/perl5db.pl
1450____________________________________________________________________________
1451[ 10379] By: jhi on 2001/06/01 16:13:28
1452 Log: Subject: Re: [ID 20010529.006] String plus zero inconsistent across platforms
1453 From: Hugo <hv@crypt.compulink.co.uk>
1454 Date: Thu, 31 May 2001 20:49:48 +0100
1455 Message-Id: <200105311949.UAA02798@crypt.compulink.co.uk>
1456 Branch: perl
1457 ! embed.h embed.pl global.sym objXSUB.h perl.h perlapi.c proto.h
1458 ! util.c
1459____________________________________________________________________________
1460[ 10378] By: jhi on 2001/06/01 15:56:35
1461 Log: Zero() is not available in x2p (or, rather, some of its
1462 implementations like memzero() might not be available.)
1463 Branch: perl
1464 ! x2p/hash.c
1465____________________________________________________________________________
1466[ 10377] By: jhi on 2001/06/01 15:44:48
1467 Log: Subject: [PATCH x2p/hash.c] bzero -> memset
1468 From: Michael G Schwern <schwern@pobox.com>
1469 Date: Fri, 1 Jun 2001 12:00:29 +0100
1470 Message-ID: <20010601120029.F29027@blackrider.blackstar.co.uk>
1471
1472 (But use Zero() instead of memset.)
1473 Branch: perl
1474 ! x2p/hash.c
1475____________________________________________________________________________
1476[ 10376] By: jhi on 2001/06/01 15:39:52
1477 Log: Subject: Re: [PATCHES] regcomp.c, pod/perldiag.pod, t/op/pat.t
1478 From: Jeff Pinyan <jeffp@crusoe.net>
1479 Date: Fri, 1 Jun 2001 10:33:55 -0400 (EDT)
1480 Message-ID: <Pine.GSO.4.21.0106011032080.21027-100000@crusoe.crusoe.net>
1481 Branch: perl
1482 ! pod/perldiag.pod regcomp.c t/op/pat.t
1483____________________________________________________________________________
1484[ 10375] By: jhi on 2001/06/01 15:36:35
1485 Log: Retract #10324 and #10333; not needed.
1486 Branch: perl
1487 ! hints/irix_6.sh hints/linux.sh
1488____________________________________________________________________________
1489[ 10374] By: jhi on 2001/06/01 15:35:19
1490 Log: The #10370 wasn't quite right.
1491 Branch: perl
1492 ! ext/XS/Typemap/Typemap.xs
1493____________________________________________________________________________
1494[ 10373] By: jhi on 2001/06/01 15:34:49
1495 Log: The metaconfig units changes for #10372.
1496 Branch: metaconfig/U/perl
1497 + d_realpath.U d_sresgproto.U d_sresuproto.U
1498 ! gccvers.U i_db.U
1499____________________________________________________________________________
1500[ 10372] By: jhi on 2001/06/01 15:34:24
1501 Log: Configure tweaks; record the Berkeley DB version,
1502 probe for realpath(), for setresuid() and setresgid()
1503 prototypes; use realpath() (try to be paranoid enough),
1504 use the setres[ug]id prototypes because glibc has the functions
1505 but not their prototypes; add -Wall -ansi to gcc ccflags;
1506 regen toc.
1507 Branch: perl
1508 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
1509 ! config_h.SH configure.com epoc/config.sh
1510 ! ext/DB_File/DB_File.xs perl.h pod/perlapi.pod pod/perltoc.pod
1511 ! uconfig.h uconfig.sh util.c vos/config.alpha.def
1512 ! vos/config.ga.def win32/config.bc win32/config.gc
1513 ! win32/config.vc
1514____________________________________________________________________________
1515[ 10371] By: jhi on 2001/06/01 12:50:05
1516 Log: Subject: Re: [PATCH xsutils.c] Quieting warnings
1517 From: Michael G Schwern <schwern@pobox.com>
1518 Date: Fri, 1 Jun 2001 11:28:14 +0100
1519 Message-ID: <20010601112814.B29027@blackrider.blackstar.co.uk>
1520 Branch: perl
1521 ! lib/attributes.pm xsutils.c
1522____________________________________________________________________________
1523[ 10370] By: jhi on 2001/06/01 12:48:55
1524 Log: Subject: [PATCH] Fix -Wall on XS::Typemap
1525 From: Tim Jenness <t.jenness@jach.hawaii.edu>
1526 Date: Thu, 31 May 2001 16:15:37 -1000 (HST)
1527 Message-ID: <Pine.LNX.4.33.0105311610110.9337-100000@lapaki.jach.hawaii.edu>
1528 Branch: perl
1529 ! ext/XS/Typemap/Typemap.xs
1530____________________________________________________________________________
1531[ 10369] By: jhi on 2001/06/01 12:47:21
1532 Log: Subject: [patch] Cwd.xs optimizations/abstraction
1533 From: Doug MacEachern <dougm@covalent.net>
1534 Date: Thu, 31 May 2001 17:37:37 -0700 (PDT)
1535 Message-ID: <Pine.LNX.4.21.0105311733270.732-100000@mako.covalent.net>
1536 Branch: perl
1537 ! embed.h embed.pl ext/Cwd/Cwd.xs global.sym lib/Cwd.pm
1538 ! objXSUB.h perlapi.c pod/perlapi.pod proto.h util.c
1539____________________________________________________________________________
1540[ 10368] By: jhi on 2001/06/01 12:32:00
1541 Log: Subject: Re: Why t/lib/extutils.t is failing (was Re: [PATCH] Re: [PATCH] Re: [SPAM] Re: [SPAM] Re: [EGGS] Re: [BACON] Re: [TOAST] Re: [PATCH] Re: [PATCH] Re: h2xs [was Re: HEAR YE, HEAR YE!])
1542 From: Nicholas Clark <nick@ccl4.org>
1543 Date: Thu, 31 May 2001 23:56:40 +0100
1544 Message-ID: <20010531235640.F12698@plum.flirble.org>
1545
1546 Make the test work also under only static extensions
1547 (sh Configure -Uusedl fakes this nicely)
1548 Branch: perl
1549 ! t/lib/extutils.t
1550____________________________________________________________________________
1551[ 10367] By: jhi on 2001/06/01 12:27:53
1552 Log: Subject: [PATCH hv.c] Eliminating trigraph
1553 From: Michael G Schwern <schwern@pobox.com>
1554 Message-ID: <20010601114955.E29027@blackrider.blackstar.co.uk>
1555 Date: Fri, 1 Jun 2001 11:49:56 +0100
1556 Branch: perl
1557 ! hv.c
1558____________________________________________________________________________
1559[ 10366] By: jhi on 2001/06/01 12:14:57
1560 Log: Subject: Re: [PATCH] Tests for File::Compare
1561 From: "Philip Newton" <Philip.Newton@gmx.net>
1562 Date: Thu, 31 May 2001 19:44:05 +0200
1563 Message-Id: <200105311748.f4VHmCt18269@chaos.wustl.edu>
1564
1565 Unnecessary "quotation marks".
1566 Branch: perl
1567 ! t/lib/filecomp.t
1568____________________________________________________________________________
1569[ 10365] By: jhi on 2001/06/01 12:13:26
1570 Log: Integrate perlio.
1571 Branch: perl
1572 !> lib/ExtUtils/MM_Win32.pm t/lib/filecomp.t
1573____________________________________________________________________________
1574[ 10364] By: nick on 2001/06/01 10:13:31
1575 Log: Cleanup dll.base and dll.exp created by GCC builds.
1576 Branch: perlio
1577 ! lib/ExtUtils/MM_Win32.pm
1578____________________________________________________________________________
1579[ 10363] By: nick on 2001/06/01 10:02:17
1580 Log: Make filecomp test work on CRLF platforms by adding binmode.
1581 Branch: perlio
1582 ! t/lib/filecomp.t
1583____________________________________________________________________________
1584[ 10362] By: nick on 2001/06/01 08:37:17
1585 Log: Integrate mainline
1586 Branch: perlio
1587 !> Changes Configure patchlevel.h perlio.c
1588____________________________________________________________________________
1589[ 10361] By: jhi on 2001/05/31 15:09:34
1590 Log: panic:claustrophobia.
1591 Branch: perl
1592 ! perlio.c
1593____________________________________________________________________________
1594[ 10360] By: jhi on 2001/05/31 13:04:25
1595 Log: Update Changes.
1596 Branch: perl
1597 ! Changes patchlevel.h
1598____________________________________________________________________________
1599[ 10359] By: nick on 2001/05/31 12:35:50
1600 Log: Integrate mainline.
1601 Branch: perlio
1602 +> t/lib/filecomp.t
1603 !> AUTHORS MANIFEST ext/Storable/Storable.xs gv.c perl.c perl.h
1604 !> pp_ctl.c sv.c t/lib/1_compile.t toke.c util.c
1605____________________________________________________________________________
54848fd9
JH
1606[ 10358] By: jhi on 2001/05/31 12:35:05
1607 Log: Integrate perlio.
1608 Branch: perl
1609 !> t/pragma/warn/toke win32/config_H.bc win32/config_H.gc
1610 !> win32/config_H.vc
1611____________________________________________________________________________
1612[ 10357] By: jhi on 2001/05/31 12:34:04
1613 Log: Metaconfig unit change for #10356.
1614 Branch: metaconfig
1615 ! U/installdirs/inc_version_list.U
1616____________________________________________________________________________
1617[ 10356] By: jhi on 2001/05/31 12:33:41
1618 Log: Allow Configure -Dinc_version_list='5.6.0/$archname 5.6.0' ...
1619 (idea from Sarathy; implementation from Andy)
1620 Branch: perl
1621 ! Configure
1622____________________________________________________________________________
1623[ 10355] By: jhi on 2001/05/31 12:18:06
1624 Log: More AUTHORS.
1625 Branch: perl
1626 ! AUTHORS
1627____________________________________________________________________________
1628[ 10354] By: jhi on 2001/05/31 12:16:24
1629 Log: Subject: Re: [PATCH] Tests for File::Compare
1630 From: Alexander Gough <alexander.gough@st-hughs.oxford.ac.uk>
1631 Date: Thu, 31 May 2001 13:26:34 +0100 (GMT)
1632 Message-Id: <E155RX8-0004X2-00@wing1.herald.ox.ac.uk>
1633 Branch: perl
1634 + t/lib/filecomp.t
1635 ! MANIFEST t/lib/1_compile.t
1636____________________________________________________________________________
1637[ 10353] By: jhi on 2001/05/31 12:11:24
1638 Log: Subject: [PATCH] DEBUG_* macro cleanups
1639 From: Abhijit Menon-Sen <ams@wiw.org>
1640 Date: Thu, 31 May 2001 12:16:22 +0530
1641 Message-ID: <20010531121622.B4829@lustre.linux.in>
1642
1643 Subject: Re: [PATCH] DEBUG_* macro cleanups
1644 From: Abhijit Menon-Sen <ams@wiw.org>
1645 Date: Thu, 31 May 2001 13:57:01 +0530
1646 Message-ID: <20010531135701.A21775@lustre.linux.in>
1647
1648 (The DEBUG_ definitions in perl.h changed to use the
1649 STMT_START and STMT_END.)
1650 Branch: perl
1651 ! perl.h pp_ctl.c sv.c toke.c
1652____________________________________________________________________________
1653[ 10352] By: jhi on 2001/05/31 11:53:31
1654 Log: Subject: [PATCH] -Wall cleanups: perl.c, gv.c, Storable.xs
1655 From: Abhijit Menon-Sen <ams@wiw.org>
1656 Date: Thu, 31 May 2001 08:27:55 +0530
1657 Message-ID: <20010531082755.A10018@lustre.linux.in>
1658 Branch: perl
1659 ! ext/Storable/Storable.xs gv.c perl.c
1660____________________________________________________________________________
1661[ 10351] By: jhi on 2001/05/31 11:45:16
1662 Log: Subject: [PATCH] AUTHORS
1663 From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
1664 Date: Thu, 31 May 2001 01:27:59 -0500
1665 Message-ID: <20010531012758.A1595@staff1.cso.uiuc.edu>
1666
1667 Subject: Re: [PATCH] AUTHORS
1668 From: "Philip Newton" <Philip.Newton@gmx.net>
1669 Date: Thu, 31 May 2001 10:08:06 +0200
1670 (Message-Id missing?)
1671 Branch: perl
1672 ! AUTHORS
1673____________________________________________________________________________
1674[ 10350] By: nick on 2001/05/31 11:40:43
1675 Log: win32 - dmake regen_config_h
1676 Branch: perlio
1677 ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
1678____________________________________________________________________________
1679[ 10349] By: jhi on 2001/05/31 11:38:27
1680 Log: Subject: Re: [PATCH util.c] More warning cleanups.
1681 From: "Philip Newton" <Philip.Newton@gmx.net>
1682 Date: Thu, 31 May 2001 07:41:36 +0200
1683 Message-Id: <200105310538.IAA25458@taku.hut.fi>
1684
1685 Undo C++-ism that snekt in.
1686 Branch: perl
1687 ! util.c
1688____________________________________________________________________________
1689[ 10348] By: nick on 2001/05/31 11:36:46
1690 Log: Tolerate Win32 numerics
1691 Branch: perlio
1692 ! t/pragma/warn/toke
1693____________________________________________________________________________
1694[ 10347] By: jhi on 2001/05/31 11:29:40
1695 Log: Integrate perlio.
1696 Branch: perl
1697 !> perlio.c win32/win32.h
1698____________________________________________________________________________
1699[ 10346] By: nick on 2001/05/31 10:54:55
1700 Log: Hack to restore Win32 pseudo fork broken by Multiple Interpreter
1701 perlio.c change 10255.
1702 Branch: perlio
1703 ! perlio.c
1704____________________________________________________________________________
1705[ 10345] By: nick on 2001/05/31 10:01:57
1706 Log: Conditionaly put back some "unused" dTHX which are used
1707 with PERL_IMPLICIT_SYS
1708 Branch: perlio
1709 ! perlio.c
1710____________________________________________________________________________
1711[ 10344] By: nick on 2001/05/31 10:00:59
1712 Log: Fix Win32 for new spelling IN_BYTES
1713 Branch: perlio
1714 ! win32/win32.h
1715____________________________________________________________________________
1716[ 10343] By: nick on 2001/05/31 08:01:32
1717 Log: perlio.c -Wall cleaner under MULTIPLICITY
1718 - still minor noise with linux stdio
1719 Branch: perlio
1720 ! perlio.c
1721____________________________________________________________________________
1722[ 10342] By: nick on 2001/05/31 07:52:23
1723 Log: Integrate mainline.
1724 Branch: perlio
1725 !> (integrate 42 files)
1726____________________________________________________________________________
1727[ 10341] By: jhi on 2001/05/31 01:39:02
1728 Log: AUTHORS updates.
1729 Branch: perl
1730 ! AUTHORS
1731____________________________________________________________________________
1732[ 10340] By: jhi on 2001/05/31 00:19:29
1733 Log: Subject: [PATCH: perl@10328] new md5sum for modified MD5.xs file
1734 From: Peter Prymmer <pvhp@forte.com>
1735 Date: Wed, 30 May 2001 17:57:20 -0700 (PDT)
1736 Message-ID: <Pine.OSF.4.10.10105301753210.129765-100000@aspara.forte.com>
1737 Branch: perl
1738 ! t/lib/md5-file.t
1739____________________________________________________________________________
1740[ 10339] By: jhi on 2001/05/31 00:16:44
1741 Log: Salvage bits and pieces from the experimental 'utf8 everywhere'
1742 patch: rename HINT_BYTE and IN_BYTE to HINT_BYTES and IN_BYTES
1743 to match the pragma name; various robustness cleanups.
1744 Branch: perl
1745 ! lib/utf8_heavy.pl mg.c perl.h pp.c pp_ctl.c pp_sys.c regexec.c
1746 ! sv.c toke.c utf8.c utf8.h utfebcdic.h
1747____________________________________________________________________________
1748[ 10338] By: jhi on 2001/05/30 23:56:14
1749 Log: More -Wall sweeping.
1750 Branch: perl
1751 ! av.c doio.c ext/Cwd/Cwd.xs ext/Devel/DProf/DProf.xs
1752 ! ext/Devel/Peek/Peek.xs ext/Encode/Encode.xs
1753 ! ext/List/Util/Util.xs gv.c op.c pp.c pp_ctl.c pp_hot.c
1754 ! regcomp.c sv.c toke.c utf8.c
1755____________________________________________________________________________
1756[ 10337] By: jhi on 2001/05/30 23:20:23
1757 Log: Subject: [PATCH] (was Re: [PATCH] Re: Report /pro/3gl/CPAN/perl-5.7.1)
1758 From: Nicholas Clark <nick@ccl4.org>
1759 Date: Wed, 30 May 2001 22:34:41 +0100
1760 Message-ID: <20010530223441.Y86445@plum.flirble.org>
1761 Branch: perl
1762 ! t/op/cmp.t
1763____________________________________________________________________________
1764[ 10336] By: jhi on 2001/05/30 23:18:48
f508f4bf
JH
1765 Log: It's is not, it isn't ain't, and it's it's, not its,
1766 if you mean it is. If you don't, it's its. Then too,
1767 it's hers. It isn't her's. It isn't our's either.
1768 It's ours, and likewise yours and theirs.
54848fd9
JH
1769 -- Oxford University Press, Edpress News
1770 Branch: perl
1771 ! lib/autouse.pm
1772____________________________________________________________________________
1773[ 10335] By: jhi on 2001/05/30 23:12:30
1774 Log: More -Wall silencing from Michael Schwern and Jarkko Hietaniemi.
1775 Branch: perl
1776 ! doop.c ext/ByteLoader/bytecode.h ext/DB_File/DB_File.xs mg.c
1777 ! perl.c perlio.c regexec.c universal.c util.c x2p/a2py.c
1778 ! x2p/str.c x2p/walk.c xsutils.c
1779____________________________________________________________________________
1780[ 10334] By: jhi on 2001/05/30 22:52:41
1781 Log: Subject: [PATCH perl.c t/run/runenv.t] (was Re: [[ID 20010514.042] Perl v5.6.1 mangles PERL5OPT])
1782 From: Michael G Schwern <schwern@pobox.com>
1783 Date: Wed, 30 May 2001 17:10:38 +0100
1784 Message-ID: <20010530171038.L670@blackrider.blackstar.co.uk>
1785
1786 Subject: Re: [PATCH perl.c t/run/runenv.t] (was Re: [ID 20010514.042] Perl v5.6.1 mangles PERL5OPT])
1787 From: Abhijit Menon-Sen <ams@wiw.org>
1788 Date: Wed, 30 May 2001 23:16:13 +0530
1789 Message-ID: <20010530231613.A31933@lustre.linux.in>
1790 Branch: perl
1791 ! perl.c t/run/runenv.t
1792____________________________________________________________________________
1793[ 10333] By: jhi on 2001/05/30 22:25:02
f508f4bf
JH
1794 Log: (Retracted by #10375.)
1795
1796 IRIX hints patch from Merijn Broeren.
54848fd9
JH
1797
1798 TODO: (this and the earlier Linux hints patch) should be solved
1799 at Configure level. Merijn: -ldb should not be used on any platform
1800 for perl, just when linking DBFile itself. Trying to be helpful here
1801 is counterproductive.
1802 Branch: perl
1803 ! hints/irix_6.sh
1804____________________________________________________________________________
1805[ 10332] By: jhi on 2001/05/30 22:11:13
1806 Log: Subject: Re: [PATCH doop.c] unused variable in Perl_do_join
1807 From: Nicholas Clark <nick@ccl4.org>
1808 Date: Wed, 30 May 2001 23:20:58 +0100
1809 Message-ID: <20010530232058.B86445@plum.flirble.org>
1810 Branch: perl
1811 ! doop.c
1812____________________________________________________________________________
1813[ 10331] By: jhi on 2001/05/30 22:09:49
1814 Log: Subject: Re: [PATCH perl@10298] fix extutils.t and autouse.t for VMS
1815 From: Michael G Schwern <schwern@pobox.com>
1816 Date: Wed, 30 May 2001 15:24:20 +0100
1817 Message-ID: <20010530152420.H670@blackrider.blackstar.co.uk>
1818 Branch: perl
1819 ! t/pragma/autouse.t
1820____________________________________________________________________________
1821[ 10330] By: jhi on 2001/05/30 22:02:21
1822 Log: The regex trick wasn't a good idea.
1823 Branch: perl
1824 ! pod/perlfaq4.pod
1825____________________________________________________________________________
1826[ 10329] By: nick on 2001/05/30 18:34:35
1827 Log: Integrate mainline
1828 Branch: perlio
1829 !> (integrate 40 files)
1830____________________________________________________________________________
1831[ 10328] By: jhi on 2001/05/30 14:28:39
1832 Log: Update Changes.
1833 Branch: perl
1834 ! Changes patchlevel.h
1835____________________________________________________________________________
1836[ 10327] By: jhi on 2001/05/30 14:07:01
1837 Log: The metaconfig unit change for #10325.
1838 Branch: metaconfig
1839 + U/modified/afs.U
1840____________________________________________________________________________
4e488382
JH
1841[ 10326] By: jhi on 2001/05/30 14:06:36
1842 Log: More -Wall cleanup from Schwern; the EBCDIC MD5.xs checksum
1843 is now wrong.
1844 Branch: perl
1845 ! ext/Digest/MD5/MD5.xs t/lib/md5-file.t
1846____________________________________________________________________________
1847[ 10325] By: jhi on 2001/05/30 14:04:28
1848 Log: Introduce $Config{afsroot}.
1849 Branch: perl
1850 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
1851 ! config_h.SH epoc/config.sh uconfig.sh win32/config.bc
1852 ! win32/config.gc win32/config.vc
1853____________________________________________________________________________
1854[ 10324] By: jhi on 2001/05/30 13:49:44
f508f4bf
JH
1855 Log: (Retracted by #10375.)
1856
1857 Linux DB tweak from Merijn Broeren <merijnb@iloquent.nl>.
4e488382
JH
1858 Branch: perl
1859 ! hints/linux.sh
1860____________________________________________________________________________
1861[ 10323] By: jhi on 2001/05/30 13:49:29
1862 Log: AFS patches from Merijn Broeren <merijnb@iloquent.nl>.
1863 (Also Configure tweaks needed; coming up soon.)
1864 Branch: perl
1865 ! t/io/fs.t t/lib/glob-basic.t t/op/stat.t
1866____________________________________________________________________________
1867[ 10322] By: jhi on 2001/05/30 13:37:56
1868 Log: Subject: [PATCH lib/perl5db.pl] Conditional breakpoints
1869 From: Michael G Schwern <schwern@pobox.com>
1870 Date: Sun, 27 May 2001 10:29:43 +0100
1871 Message-ID: <20010527102942.J711@blackrider.blackstar.co.uk>
1872 Branch: perl
1873 ! lib/perl5db.pl
1874____________________________________________________________________________
1875[ 10321] By: jhi on 2001/05/30 13:36:28
1876 Log: Medley of -Wall cleanups from Michael Schwen, Hugo van der Sanden,
1877 and Abhijit Menon-Sen.
1878 Branch: perl
1879 ! av.c doio.c doop.c dump.c ext/Digest/MD5/MD5.xs malloc.c op.c
1880 ! perl.c pp_sys.c regcomp.c
1881____________________________________________________________________________
1882[ 10320] By: jhi on 2001/05/30 13:35:27
1883 Log: Fix the BOOT section to call myU2time properly.
1884 Branch: perl
1885 ! ext/Time/HiRes/HiRes.xs
1886____________________________________________________________________________
1887[ 10319] By: jhi on 2001/05/30 13:06:09
1888 Log: Subject: Re: [PATCH pod/perlfaq4.pod] Example of working in integers to avoid floating point errors
1889 From: Ronald J Kimball <rjk@linguist.thayer.dartmouth.edu>
1890 Date: Wed, 30 May 2001 09:44:29 -0400
1891 Message-ID: <20010530094429.B133085@linguist.thayer.dartmouth.edu>
1892
1893 Detypo; plus add one more trick.
1894 Branch: perl
1895 ! pod/perlfaq4.pod
1896____________________________________________________________________________
1897[ 10318] By: jhi on 2001/05/30 12:47:11
1898 Log: Subject: Re: [PATCH lib/autouse.pm t/pragma/autouse.t] (was Re: [ID 20010528.001] use autouse 'URI::Escape' => qw(URI::Escape::uri_escape) failed)
1899 From: Michael G Schwern <schwern@pobox.com>
1900 Date: Wed, 30 May 2001 14:39:06 +0100
1901 Message-ID: <20010530143906.E670@blackrider.blackstar.co.uk>
1902 Branch: perl
1903 ! lib/autouse.pm t/pragma/autouse.t
1904____________________________________________________________________________
1905[ 10317] By: jhi on 2001/05/30 12:46:02
1906 Log: Subject: Re: AIX and gcc (moving targets)
1907 From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
1908 Date: Wed, 30 May 2001 15:25:08 +0200
1909 Message-Id: <20010530152117.7097.H.M.BRAND@hccnet.nl>
1910 Branch: perl
1911 ! ext/Time/HiRes/HiRes.xs
1912____________________________________________________________________________
1913[ 10316] By: jhi on 2001/05/30 12:40:46
1914 Log: Subject: [PATCH t/TEST] sorting tests
1915 From: Michael G Schwern <schwern@pobox.com>
1916 Date: Wed, 30 May 2001 10:24:02 +0100
1917 Message-ID: <20010530102402.Q670@blackrider.blackstar.co.uk>
1918 Branch: perl
1919 ! t/TEST
1920____________________________________________________________________________
1921[ 10315] By: jhi on 2001/05/30 12:37:43
1922 Log: Subject: [ID 20010529.002] typos in man page perlre
1923 From: bart@cg681574-a.adubn1.nj.home.com
1924 Date: Tue, 29 May 2001 13:58:59 -0500
1925 Message-Id: <E154ohn-00053j-00@debian.adubn1.nj.home.com>
1926 Branch: perl
1927 ! pod/perlre.pod
1928____________________________________________________________________________
1929[ 10314] By: jhi on 2001/05/30 12:33:53
1930 Log: Subject: [PATCH perl@10298] fix extutils.t and autouse.t for VMS
1931 From: "Craig A. Berry" <craigberry@mac.com>
1932 Date: Tue, 29 May 2001 23:23:45 -0500
1933 Message-Id: <a05100e01b73a21721dee@[192.168.56.153]>
1934 Branch: perl
1935 ! t/lib/extutils.t t/pragma/autouse.t
1936____________________________________________________________________________
1937[ 10313] By: jhi on 2001/05/30 12:32:17
1938 Log: Subject: Re: [ID 20010529.003] find2perl and File::Find doesn't emulate find when path is a symlink (patch to t/lib/filefind.t as requested)
1939 From: David Dyck <dcd@tc.fluke.com>
1940 Date: Tue, 29 May 2001 22:05:28 -0700 (PDT)
1941 Message-ID: <Pine.LNX.4.33.0105292200060.26992-100000@dd.tc.fluke.com>
1942 Branch: perl
1943 ! t/lib/filefind.t
1944____________________________________________________________________________
1945[ 10312] By: jhi on 2001/05/30 12:31:02
1946 Log: AIX hints update for gcc from Merijn H. Brand.
1947 Branch: perl
1948 ! hints/aix.sh
1949____________________________________________________________________________
1950[ 10311] By: jhi on 2001/05/30 12:18:20
1951 Log: Retract #10295 and #10296: a more generic solution
1952 is needed (there's something funny with gcc on AIX).
1953 Branch: perl
1954 ! ext/POSIX/Makefile.PL ext/Storable/Makefile.PL
1955____________________________________________________________________________
1956[ 10310] By: jhi on 2001/05/30 12:08:07
1957 Log: Subject: Re: [ID 20010528.004] dual bug under utf8: $@ has UTF8 flag and \s+ does not match
1958 From: Hugo <hv@crypt.compulink.co.uk>
1959 Date: Wed, 30 May 2001 11:59:19 +0100
1960 Message-Id: <200105301059.LAA03182@crypt.compulink.co.uk>
1961
1962 localizing $@ has unfortunate semantics - if you die past
1963 a local $@, the die message is lost.
1964 Branch: perl
1965 ! lib/utf8_heavy.pl
1966____________________________________________________________________________
1967[ 10309] By: nick on 2001/05/30 08:23:02
1968 Log: Integrate mainline (autouse works again.)
1969 Branch: perlio
1970 !> ext/Time/Piece/Piece.pm hints/os2.sh lib/File/Find.pm
1971 !> lib/autouse.pm pod/perlfaq4.pod pod/perlfaq6.pod
1972 !> pod/perlvar.pod t/op/cmp.t
1973____________________________________________________________________________
1974[ 10308] By: jhi on 2001/05/30 01:55:02
1975 Log: Subject: [ID 20010529.003] find2perl and File::Find doesn't emulate find when path is a symlink (with proposed patch)
1976 From: David Dyck <dcd@tc.fluke.com>
1977 Date: Tue, 29 May 2001 12:19:38 -0700 (PDT)
1978 Message-Id: <Pine.LNX.4.33.0105291216510.17409-100000@dd.tc.fluke.com>
1979 Branch: perl
1980 ! lib/File/Find.pm
1981____________________________________________________________________________
1982[ 10307] By: jhi on 2001/05/30 01:47:22
1983 Log: Subject: [PATCH] Re: Report /pro/3gl/CPAN/perl-5.7.1
1984 From: Nicholas Clark <nick@ccl4.org>
1985 Date: Tue, 29 May 2001 23:16:09 +0100
1986 Message-ID: <20010529231609.U86445@plum.flirble.org>
1987
1988 Make the test output slightly clearer by distinguishing
1989 between '' and undef.
1990 Branch: perl
1991 ! t/op/cmp.t
1992____________________________________________________________________________
1993[ 10306] By: jhi on 2001/05/30 01:45:12
1994 Log: Subject: [PATCH 5.6.1] flushNULL OS/2
1995 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
1996 Date: Tue, 29 May 2001 19:15:19 -0400
1997 Message-ID: <20010529191519.A16020@math.ohio-state.edu>
1998 Branch: perl
1999 ! hints/os2.sh
2000____________________________________________________________________________
2001[ 10305] By: jhi on 2001/05/30 01:42:36
2002 Log: Subject: perlvar.pod addition
2003 From: Peter Gessner <peter.gessner@post.rwth-aachen.de>
2004 Date: Fri, 25 May 2001 20:23:12 +0200
2005 Message-ID: <3B0EA310.B265C048@post.rwth-aachen.de>
2006
2007 Subject: Re: perlvar.pod addition
2008 From: "Abigail" <abigail@foad.org>
2009 Date: Fri, 25 May 2001 22:00:39 +0200
2010 Message-ID: <20010525200039.28029.qmail@foad.org>
2011
2012 Mention $a and $b in perlvar.
2013 Branch: perl
2014 ! pod/perlvar.pod
2015____________________________________________________________________________
2016[ 10304] By: jhi on 2001/05/30 01:36:37
2017 Log: Subject: [PATCH] perlvar.pod -- why isn't @F here?
2018 From: Jeff Pinyan <jeffp@crusoe.net>
2019 Date: Tue, 29 May 2001 22:27:51 -0400 (EDT)
2020 Message-ID: <Pine.GSO.4.21.0105292227150.1961-100000@crusoe.crusoe.net>
2021 Branch: perl
2022 ! pod/perlvar.pod
2023____________________________________________________________________________
2024[ 10303] By: jhi on 2001/05/30 01:35:31
2025 Log: Subject: Re: [PATCH] perlfaq6.pod -- case-aware s///
2026 From: Jeff Pinyan <jeffp@crusoe.net>
2027 Date: Tue, 29 May 2001 18:03:27 -0400 (EDT)
2028 Message-ID: <Pine.GSO.4.21.0105291802330.1961-100000@crusoe.crusoe.net>
2029 Branch: perl
2030 ! pod/perlfaq6.pod
2031____________________________________________________________________________
2032[ 10302] By: jhi on 2001/05/29 20:18:49
2033 Log: Mention Time::localtime and Time::gmtime.
2034 Branch: perl
2035 ! ext/Time/Piece/Piece.pm
2036____________________________________________________________________________
2037[ 10301] By: jhi on 2001/05/29 20:13:54
2038 Log: Subject: [PATCH pod/perlfaq4.pod] Example of working in integers to avoid floating point errors
2039 From: Michael G Schwern <schwern@pobox.com>
2040 Date: Tue, 29 May 2001 18:51:32 +0100
2041 Message-ID: <20010529185132.C706@blackrider.blackstar.co.uk>
2042 Branch: perl
2043 ! pod/perlfaq4.pod
2044____________________________________________________________________________
2045[ 10300] By: jhi on 2001/05/29 20:12:09
2046 Log: Retract #10243.
2047 Branch: perl
2048 ! lib/autouse.pm
2049____________________________________________________________________________
2050[ 10299] By: nick on 2001/05/29 18:41:19
2051 Log: Post weekend integrate mainline (fails one test pragma/autouse).
2052 Branch: perlio
2053 +> (branch 29 files)
2054 !> (integrate 91 files)
2055____________________________________________________________________________
2056[ 10298] By: jhi on 2001/05/29 16:29:19
2057 Log: Update Changes.
2058 Branch: perl
2059 ! Changes patchlevel.h
2060____________________________________________________________________________
55bceba6
JH
2061[ 10297] By: jhi on 2001/05/29 16:25:47
2062 Log: Fix Perl_swash_init & Perl_swash_fetch to save ERRSV (= $@)
2063 before Perl_load_module/Perl_call_method and restore the value
2064 after if !SvTRUE(ERRSV). (from Inaba Hiroto)
2065 Branch: perl
2066 ! utf8.c
2067____________________________________________________________________________
2068[ 10296] By: jhi on 2001/05/29 16:01:53
2069 Log: Subject: Re: AIX and gcc (moving targets)
2070 From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
2071 Date: Tue, 29 May 2001 17:59:40 +0200
2072 Message-Id: <20010529175841.7078.H.M.BRAND@hccnet.nl>
2073 Branch: perl
2074 ! ext/Storable/Makefile.PL
2075____________________________________________________________________________
2076[ 10295] By: jhi on 2001/05/29 15:59:05
2077 Log: Subject: Re: AIX and gcc (moving targets)
2078 From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
2079 Date: Tue, 29 May 2001 12:32:57 +0200
2080 Message-Id: <20010529115151.9FE0.H.M.BRAND@hccnet.nl>
2081 Branch: perl
2082 ! ext/POSIX/Makefile.PL
2083____________________________________________________________________________
2084[ 10294] By: jhi on 2001/05/29 15:53:43
f508f4bf
JH
2085 Log: Subject: [PATCH lib/Test/Harness.pm t/lib/test-harness.t] Syncing with 1.21
2086 From: Michael G Schwern <schwern@pobox.com>
2087 Date: Tue, 29 May 2001 09:53:29 +0100
2088 Message-ID: <20010529095329.T675@blackrider.blackstar.co.uk>
2089
54848fd9 2090 (#10280 retracted)
55bceba6
JH
2091 Branch: perl
2092 ! lib/Test/Harness.pm t/lib/test-harness.t
2093____________________________________________________________________________
2094[ 10293] By: jhi on 2001/05/29 15:46:10
f508f4bf 2095
54848fd9
JH
2096 Log: Subject: [PATCH t/TEST lib/Test.pm t/lib/Test/*.t] Syncing with Test-1.17
2097 From: Michael G Schwern <schwern@pobox.com>
2098 Date: Tue, 29 May 2001 09:19:52 +0100
2099 Message-ID: <20010529091952.R675@blackrider.blackstar.co.uk>
55bceba6
JH
2100 Branch: perl
2101 + t/lib/Test/fail.t t/lib/Test/mix.t t/lib/Test/onfail.t
2102 + t/lib/Test/qr.t t/lib/Test/skip.t t/lib/Test/success.t
2103 + t/lib/Test/todo.t
2104 ! MANIFEST lib/Test.pm t/TEST
2105____________________________________________________________________________
2106[ 10292] By: jhi on 2001/05/29 15:34:08
54848fd9
JH
2107 Log: From: Michael G Schwern <schwern@pobox.com>
2108 Subject: Re: [PATCH t/TEST] Allowing deeper test subdirectories
2109 Date: Tue, 29 May 2001 08:26:09 +0100
2110 Message-ID: <20010529082609.P675@blackrider.blackstar.co.uk>
55bceba6
JH
2111 Branch: perl
2112 ! t/TEST
2113____________________________________________________________________________
2114[ 10291] By: jhi on 2001/05/29 15:29:37
2115 Log: Add tests for Time::gmtime and Time::localtime.
2116 Branch: perl
2117 + t/lib/time-gmtime.t t/lib/time-localtime.t
2118 ! MANIFEST t/lib/1_compile.t
2119____________________________________________________________________________
2120[ 10290] By: jhi on 2001/05/29 15:15:44
2121 Log: Add test for File::stat.
2122 Branch: perl
2123 + t/lib/filestat.t
2124 ! MANIFEST t/lib/1_compile.t
2125____________________________________________________________________________
2126[ 10289] By: jhi on 2001/05/29 15:05:38
2127 Log: Add test for Net::servent.
2128 Branch: perl
2129 + t/lib/net-sent.t
2130 ! MANIFEST t/lib/1_compile.t
2131____________________________________________________________________________
2132[ 10288] By: jhi on 2001/05/29 14:57:15
2133 Log: Add test for Net::protoent.
2134 Branch: perl
2135 + t/lib/net-pent.t
2136 ! MANIFEST t/lib/1_compile.t
2137____________________________________________________________________________
2138[ 10287] By: jhi on 2001/05/29 14:53:10
2139 Log: Add test for Net::netent.
2140 Branch: perl
2141 + t/lib/net-nent.t
2142 ! MANIFEST t/lib/1_compile.t
2143____________________________________________________________________________
2144[ 10286] By: jhi on 2001/05/29 14:31:57
2145 Log: Add test for User::grent. Portability doubtful.
2146 Branch: perl
2147 + t/lib/user-grent.t
2148 ! MANIFEST t/lib/1_compile.t
2149____________________________________________________________________________
2150[ 10285] By: jhi on 2001/05/29 14:24:20
2151 Log: Add test for User::pwent.
2152 Probably will fall down somewhere for portability reasons.
2153 Branch: perl
2154 + t/lib/user-pwent.t
2155 ! MANIFEST t/lib/1_compile.t
2156____________________________________________________________________________
2157[ 10284] By: jhi on 2001/05/29 13:26:43
2158 Log: Metaconfig units changes for #10283.
2159 Branch: metaconfig
2160 ! U/installdirs/inc_version_list.U U/installdirs/perl5.U
2161 ! U/installdirs/siteman1.U U/installdirs/siteman3.U
2162 ! U/installdirs/sitescript.U U/modified/Signal.U
2163____________________________________________________________________________
2164[ 10283] By: jhi on 2001/05/29 13:26:24
2165 Log: Subject: [PATCH 5.6.1] signal names in Configure
2166 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
2167 Date: Tue, 29 May 2001 03:52:25 -0400
2168 Message-ID: <20010529035225.A9400@math.ohio-state.edu>
2169
2170 Subject: [PATCH 5.6.1] older perl in Configure
2171 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
2172 Date: Tue, 29 May 2001 03:55:40 -0400
2173 Message-ID: <20010529035539.A9411@math.ohio-state.edu>
2174
2175 Subject: [PATCH 5.6.1] goofs in Configure
2176 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
2177 Date: Tue, 29 May 2001 04:13:07 -0400
2178 Message-ID: <20010529041307.A9658@math.ohio-state.edu>
2179
2180 Configure portability tweaks.
2181 Branch: perl
2182 ! Configure
2183____________________________________________________________________________
2184[ 10282] By: jhi on 2001/05/29 12:41:41
2185 Log: Subject: [PATCH 5.6.1] extLibpath for OS/2
2186 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
2187 Date: Tue, 29 May 2001 04:07:06 -0400
2188 Message-ID: <20010529040706.A9579@math.ohio-state.edu>
2189 Branch: perl
2190 ! os2/os2.c
2191____________________________________________________________________________
2192[ 10281] By: jhi on 2001/05/29 12:40:31
2193 Log: Subject: [PATCH 5.6.1] extra static libs for OS/2
2194 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
2195 Date: Tue, 29 May 2001 04:01:38 -0400
2196 Message-ID: <20010529040138.A9482@math.ohio-state.edu>
2197 Branch: perl
2198 ! hints/os2.sh os2/Makefile.SHs
2199____________________________________________________________________________
2200[ 10280] By: jhi on 2001/05/29 12:38:48
2201 Log: Subject: Re: [PATCH 5.6.1] Test::Harness clumsy
2202 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
2203 Date: Tue, 29 May 2001 03:50:18 -0400
2204 Message-ID: <20010529035018.A9387@math.ohio-state.edu>
2205 Branch: perl
2206 ! lib/Test/Harness.pm
2207____________________________________________________________________________
2208[ 10279] By: jhi on 2001/05/29 12:34:53
2209 Log: Additional safeguard against $@ getting trampled; idea from Hugo.
2210 Branch: perl
2211 ! lib/utf8_heavy.pl
2212____________________________________________________________________________
2213[ 10278] By: jhi on 2001/05/29 02:15:24
2214 Log: Subject: Re: [ID 20010528.004] dual bug under utf8: $@ has UTF8 flag and \s+ does not match
2215 From: Hugo <hv@crypt.compulink.co.uk>
2216 Date: Tue, 29 May 2001 03:03:45 +0100
2217 Message-Id: <200105290203.DAA00825@crypt.compulink.co.uk>
2218
2219 Explanation why the $@ always gets the UTF8 flag when under use utf8--
2220 because we told it to have the flag when under use utf8.
2221 Branch: perl
2222 ! pp_ctl.c
2223____________________________________________________________________________
2224[ 10277] By: jhi on 2001/05/29 00:51:34
2225 Log: At least a partial fix for 20010528.004.
2226 Branch: perl
2227 ! lib/utf8_heavy.pl
2228____________________________________________________________________________
2229[ 10276] By: jhi on 2001/05/29 00:42:59
2230 Log: Subject: Re: Report /pro/3gl/CPAN/perl-5.7.1
2231 From: Nicholas Clark <nick@ccl4.org>
2232 Date: Mon, 28 May 2001 23:39:38 +0100
2233 Message-ID: <20010528233938.M86445@plum.flirble.org>
2234
2235 More portable non-zero UV.
2236 Branch: perl
2237 ! t/lib/extutils.t
2238____________________________________________________________________________
2239[ 10275] By: jhi on 2001/05/29 00:40:28
2240 Log: Subject: [PATCH] (was Re: Why t/lib/extutils.t is failing ...
2241 From: Nicholas Clark <nick@ccl4.org>
2242 Date: Mon, 28 May 2001 22:46:09 +0100
2243 Message-ID: <20010528224608.L86445@plum.flirble.org>
2244
2245 Test also "make clean".
2246 Branch: perl
2247 ! t/lib/extutils.t
2248____________________________________________________________________________
2249[ 10274] By: jhi on 2001/05/29 00:39:18
2250 Log: Subject: Re: Would -Wno-unused -Wall be better?
2251 From: Michael G Schwern <schwern@pobox.com>
2252 Date: Tue, 29 May 2001 00:55:54 +0100
2253 Message-ID: <20010529005553.B675@blackrider.blackstar.co.uk>
2254 Branch: perl
2255 ! pp.h
2256____________________________________________________________________________
2257[ 10273] By: jhi on 2001/05/29 00:36:06
2258 Log: Add a test for 20010528.007, fixed in #10272.
2259 Branch: perl
2260 ! t/op/misc.t toke.c
2261____________________________________________________________________________
2262[ 10272] By: jhi on 2001/05/29 00:21:12
2263 Log: Subject: Re: [ID 20010528.007] "\x{" causes panic:constant overflowed allocated space
2264 From: Hugo <hv@crypt.compulink.co.uk>
2265 Date: Tue, 29 May 2001 00:23:23 +0100
2266 Message-Id: <200105282323.AAA07930@crypt.compulink.co.uk>
2267 Branch: perl
2268 ! toke.c
2269____________________________________________________________________________
2270[ 10271] By: jhi on 2001/05/28 22:52:11
2271 Log: Subject: Re: [ID 20010528.001] use autouse 'URI::Escape' => qw(URI::Escape::uri_escape) failed
2272 From: Michael G Schwern <schwern@pobox.com>
2273 Date: Tue, 29 May 2001 00:42:59 +0100
2274 Message-ID: <20010529004259.A675@blackrider.blackstar.co.uk>
2275 Branch: perl
2276 ! t/pragma/autouse.t
2277____________________________________________________________________________
2278[ 10270] By: jhi on 2001/05/28 21:44:06
2279 Log: Some shells seemingly arrange the signal handlers differently
2280 (bug id 20010521.004).
2281 Branch: perl
2282 ! t/lib/sigaction.t
2283____________________________________________________________________________
2284[ 10269] By: jhi on 2001/05/28 20:34:21
2285 Log: Regen perlmodlib.
2286 Branch: perl
2287 ! pod/perlmodlib.pod
2288____________________________________________________________________________
2289[ 10268] By: jhi on 2001/05/28 19:08:45
2290 Log: Update Changes.
2291 Branch: perl
2292 ! Changes patchlevel.h
2293____________________________________________________________________________
71c736f5
JH
2294[ 10267] By: jhi on 2001/05/28 19:03:54
2295 Log: Subject: [PATCH] perlnewmod.pod to reflect DLSI(P) change
2296 From: Elaine -HFB- Ashton <elaine@chaos.wustl.edu>
2297 Date: Mon, 28 May 2001 14:56:35 -0500
2298 Message-ID: <20010528145635.L8487@chaos.wustl.edu>
2299 Branch: perl
2300 ! pod/perlnewmod.pod
2301____________________________________________________________________________
2302[ 10266] By: jhi on 2001/05/28 18:35:03
2303 Log: Regen toc.
2304 Branch: perl
2305 ! pod/perltoc.pod
2306____________________________________________________________________________
2307[ 10265] By: jhi on 2001/05/28 18:33:32
2308 Log: Subject: [PATCH] RE: [20000223.001] no test cases for splice(@array)
2309 From: "Richard Soderberg" <rs@crystalflame.net>
2310 Date: Mon, 28 May 2001 12:31:23 -0700
2311 Message-ID: <NAEKLNAAHLMBPMPNBMLEOEFLDFAA.rs@crystalflame.net>
2312 Branch: perl
2313 ! t/op/splice.t
2314____________________________________________________________________________
2315[ 10264] By: jhi on 2001/05/28 17:59:00
2316 Log: The #10260 was too bold: locales and utf8 still do not mix.
2317 Branch: perl
2318 ! t/pragma/locale.t
2319____________________________________________________________________________
2320[ 10263] By: jhi on 2001/05/28 17:52:25
2321 Log: Subject: [PATCH] Pod nitpicks
2322 From: "Richard Soderberg" <rs@crystalflame.net>
2323 Date: Mon, 28 May 2001 10:08:58 -0700
2324 Message-ID: <NAEKLNAAHLMBPMPNBMLEOEFGDFAA.rs@crystalflame.net>
2325 Branch: perl
2326 ! pod/perl571delta.pod pod/perlapi.pod sv.h
2327____________________________________________________________________________
2328[ 10262] By: jhi on 2001/05/28 17:50:05
2329 Log: Upgrade to I18N::LangTags 0.22.
2330 Branch: perl
2331 + lib/I18N/LangTags/List.pod
2332 ! MANIFEST lib/I18N/LangTags.pm
2333____________________________________________________________________________
2334[ 10261] By: jhi on 2001/05/28 17:23:40
2335 Log: A slightly more serious bug found by -Mutf8; op/misc and
2336 lib/complex dumped core.
2337 Branch: perl
2338 ! regexec.c
2339____________________________________________________________________________
2340[ 10260] By: jhi on 2001/05/28 16:58:11
2341 Log: Various buglets shaken out by -Mutf8.
2342 Branch: perl
2343 ! t/io/utf8.t t/lib/charnames.t t/lib/lc-language.t
2344 ! t/pragma/locale.t
2345____________________________________________________________________________
2346[ 10259] By: jhi on 2001/05/28 15:48:46
2347 Log: STDERR looks much like STDOUT. (Subtest #2 wasn't really okay.)
2348 Branch: perl
2349 ! t/lib/carp.t
2350____________________________________________________________________________
2351[ 10258] By: jhi on 2001/05/28 15:32:41
2352 Log: Subject: [PATCH] todo patch
2353 From: Artur Bergman <artur@contiller.se>
2354 Date: Mon, 28 May 2001 17:03:51 +0200
2355 Message-ID: <B7383577.F34%artur@contiller.se>
2356 Branch: perl
2357 ! pod/perltodo.pod
2358____________________________________________________________________________
2359[ 10257] By: jhi on 2001/05/28 15:31:25
2360 Log: Subject: typo in perlguts.pod
2361 From: "John P. Linderman" <jpl@research.att.com>
2362 Date: Mon, 28 May 2001 09:35:47 -0400 (EDT)
2363 Message-Id: <200105281335.JAA27851@raptor.research.att.com>
2364 Branch: perl
2365 ! pod/perlguts.pod
2366____________________________________________________________________________
2367[ 10256] By: jhi on 2001/05/28 15:30:42
2368 Log: Subject: AIX and gcc (moving targets)
2369 From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
2370 Date: Mon, 28 May 2001 12:54:04 +0200
2371 Message-Id: <20010528124531.9FAB.H.M.BRAND@hccnet.nl>
2372 Branch: perl
2373 ! hints/aix.sh
2374____________________________________________________________________________
2375[ 10255] By: jhi on 2001/05/28 15:28:55
2376 Log: Subject: Re: perlio + multiple perl_alloc..destruct
2377 From: Doug MacEachern <dougm@covalent.net>
2378 Date: Sun, 27 May 2001 13:47:13 -0700 (PDT)
2379 Message-ID: <Pine.LNX.4.21.0105271340370.5938-100000@mako.covalent.net>
2380 Branch: perl
2381 ! perlio.c
2382____________________________________________________________________________
2383[ 10254] By: jhi on 2001/05/28 15:27:49
2384 Log: The #10251 wasn't quite up-to-the-code.
2385 Branch: perl
2386 ! t/op/misc.t
2387____________________________________________________________________________
2388[ 10253] By: jhi on 2001/05/28 15:26:39
2389 Log: Test case for bug 20010526.004, fixed in #10252.
2390 Branch: perl
2391 ! t/op/taint.t
2392____________________________________________________________________________
2393[ 10252] By: jhi on 2001/05/28 15:26:14
2394 Log: Subject: Re: [ID 20010526.004] Taint looses value
2395 From: Hugo <hv@crypt.compulink.co.uk>
2396 Date: Sun, 27 May 2001 20:39:32 +0100
2397 Message-Id: <200105271939.UAA27591@crypt.compulink.co.uk>
2398 Branch: perl
2399 ! sv.c
2400____________________________________________________________________________
2401[ 10251] By: jhi on 2001/05/28 15:13:40
2402 Log: Test case for 20010422.005, fixed by #10250.
2403 Branch: perl
2404 ! t/op/misc.t
2405____________________________________________________________________________
2406[ 10250] By: jhi on 2001/05/28 15:11:16
2407 Log: Subject: [PATCH] Re: [ID 20010422.005] perl -e '{s//${}/; //}' # segfaults on FreeBSD
2408 From: Spider Boardman <spider@Orb.Nashua.NH.US>
2409 Date: Mon, 28 May 2001 06:39:12 -0400
2410 Message-Id: <200105281039.GAA03962@Orb.Nashua.NH.US>
2411 Branch: perl
2412 ! toke.c
2413____________________________________________________________________________
2414[ 10249] By: jhi on 2001/05/28 15:09:24
2415 Log: Linerewrapping.
2416 Branch: perl
2417 ! lib/open.pm
2418____________________________________________________________________________
2419[ 10248] By: jhi on 2001/05/28 15:09:07
2420 Log: Updates on the modules list.
2421 Branch: perl
2422 ! t/lib/1_compile.t
2423____________________________________________________________________________
2424[ 10247] By: jhi on 2001/05/28 15:03:35
2425 Log: Add a test for PerlIO.
2426
2427 (I probably got the crlf/raw thing wrong for clrfy platforms...)
2428 Branch: perl
2429 + t/lib/perlio.t
2430 ! MANIFEST lib/PerlIO.pm
2431____________________________________________________________________________
2432[ 10246] By: jhi on 2001/05/28 14:24:08
2433 Log: Add a test for carp et alia.
2434 Branch: perl
2435 + t/lib/carp.t
2436 ! MANIFEST
2437____________________________________________________________________________
2438[ 10245] By: jhi on 2001/05/28 13:42:55
2439 Log: Adding the new test would be swell.
2440 Branch: perl
2441 + t/pragma/autouse.t
2442____________________________________________________________________________
2443[ 10244] By: jhi on 2001/05/28 13:42:34
2444 Log: Add a test for the autouse pragma.
2445 Branch: perl
2446 ! MANIFEST
2447____________________________________________________________________________
2448[ 10243] By: jhi on 2001/05/28 13:26:25
2449 Log: Subject: [ID 20010528.001] use autouse 'URI::Escape' => qw(URI::Escape::uri_escape) failed
2450 From: dLux <dlux@spam.sch.bme.hu>
2451 Date: Sun, 27 May 2001 16:14:26 +0200
2452 Message-Id: <E1541JK-0000YC-00@dl.sch.bme.hu>
2453 Branch: perl
2454 ! lib/autouse.pm
2455____________________________________________________________________________
2456[ 10242] By: jhi on 2001/05/28 13:21:50
2457 Log: Subject: [PATCH #2] RE: [ID 20010528.002] dprofpp: "-R" does not work
2458 From: "Richard Soderberg" <rs@crystalflame.net>
2459 Date: Mon, 28 May 2001 03:56:36 -0700
2460 Message-ID: <NAEKLNAAHLMBPMPNBMLEEEFADFAA.rs@crystalflame.net>
2461 Branch: perl
2462 ! utils/dprofpp.PL
2463____________________________________________________________________________
2464[ 10241] By: jhi on 2001/05/28 13:18:56
2465 Log: Subject: Re: [ID 20010522.003] Time::Local module bug
2466 From: "Stephen P. Potter" <spp@spotter.yi.org>
2467 Date: Tue, 22 May 2001 11:40:25 -0400
2468 Message-Id: <20010522154030.584F4729E2@belgarath.spotter.yi.org>
2469
2470 Subject: Re: [ID 20010522.003] Time::Local module bug
2471 From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
2472 Date: Tue, 22 May 2001 11:50:19 -0400
2473 Message-ID: <20010522115019.D48634@linguist.thayer.dartmouth.edu>
2474 Branch: perl
2475 ! lib/Time/Local.pm
2476____________________________________________________________________________
2477[ 10240] By: jhi on 2001/05/27 22:44:49
2478 Log: The PERL_DL_NONLAZY can have whitespace in front.
2479 Branch: perl
2480 ! t/lib/extutils.t
2481____________________________________________________________________________
2482[ 10239] By: jhi on 2001/05/27 21:23:21
2483 Log: Document strftime() and strptime().
2484 Branch: perl
2485 ! ext/POSIX/POSIX.pod ext/Time/Piece/Piece.pm t/lib/time-piece.t
2486____________________________________________________________________________
2487[ 10238] By: jhi on 2001/05/27 20:29:07
2488 Log: Make Time::Piece::strptime() to be a function, not a method.
2489 Branch: perl
2490 ! ext/Time/Piece/Piece.pm t/lib/time-piece.t
2491____________________________________________________________________________
2492[ 10237] By: jhi on 2001/05/27 20:22:09
2493 Log: Tweak the test to be more portable.
2494 Branch: perl
2495 ! t/lib/extutils.t
2496____________________________________________________________________________
2497[ 10236] By: jhi on 2001/05/27 19:15:54
2498 Log: Subject: PATCH: Re: Re: Attributes that tie
2499 From: Leon Brocard <acme@astray.com>
2500 Date: Sun, 27 May 2001 12:37:29 +0100
2501 Message-ID: <20010527123729.A22663@ns0.astray.com>
2502
2503 Document that variable attributes are not currently usable
2504 for tieing. (An ugly limitation that should be fixed.)
2505 Branch: perl
2506 ! lib/attributes.pm
2507____________________________________________________________________________
2508[ 10235] By: jhi on 2001/05/27 19:03:31
2509 Log: Microperl tweaks.
2510 Branch: perl
2511 ! Makefile.micro uconfig.h uconfig.sh
2512____________________________________________________________________________
2513[ 10234] By: jhi on 2001/05/27 18:22:09
2514 Log: Add make target for microperl (kind of silly, but convenient).
2515 Branch: perl
2516 ! Makefile.SH
2517____________________________________________________________________________
2518[ 10233] By: jhi on 2001/05/27 18:18:56
2519 Log: O_APPEND and O_TRUNC are not portable. (Not available e.g.
2520 for microperl.)
2521 Branch: perl
2522 ! doio.c
2523____________________________________________________________________________
2524[ 10232] By: jhi on 2001/05/27 17:57:18
2525 Log: Subject: [PATCH] [ID 19991013.005] utime undef, undef, @files
2526 From: rspier@pobox.com (Robert Spier)
2527 Date: Sat, 26 May 2001 20:05:23 -0400
2528 Message-ID: <15120.17603.148648.12430@rls.cx>
2529
2530 Subject: Re: [PATCH] [ID 19991013.005] utime undef, undef, @files
2531 From: rspier@pobox.com (Robert Spier)
2532 Date: Sun, 27 May 2001 00:23:12 -0400
2533 Message-ID: <15120.33072.511966.767230@rls.cx>
2534 Branch: perl
2535 ! doio.c pod/perlfunc.pod
2536____________________________________________________________________________
2537[ 10231] By: jhi on 2001/05/27 15:45:20
2538 Log: Regen toc. (And add the README.tru64 from #10230 to MANIFEST.)
2539 Branch: perl
2540 ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
2541____________________________________________________________________________
2542[ 10230] By: jhi on 2001/05/27 15:41:06
2543 Log: Add README.tru64.
2544 Branch: perl
2545 + README.tru64
2546____________________________________________________________________________
2547[ 10229] By: jhi on 2001/05/27 13:50:57
2548 Log: Integrate Locale::Maketext 1.01 from Sean Burke.
2549 Branch: perl
2550 + lib/Locale/Maketext.pm lib/Locale/Maketext.pod
2551 + lib/Locale/Maketext/TPJ13.pod t/lib/lc-maketext.t
2552 ! MANIFEST
2553____________________________________________________________________________
2554[ 10228] By: jhi on 2001/05/27 13:43:38
2555 Log: Integrate I18N::LangTags from Sean Burke.
2556
2557 TODO: the language list from RFC 3066 needs to be integrated
2558 and made available somehow. The list is included in the
2559 I18N-LangTags 0.21 distribution, but it is undocumented
2560 and unconnected to the module.
2561 Branch: perl
2562 + lib/I18N/LangTags.pm t/lib/i18n-langtags.t
2563 ! MANIFEST
2564____________________________________________________________________________
2565[ 10227] By: jhi on 2001/05/27 01:41:33
2566 Log: Allow 'eval "v200"' to work (part of 20000323.059); fix as
2567 envisioned by Sarathy.
2568 Branch: perl
2569 ! t/op/ver.t toke.c
2570____________________________________________________________________________
2571[ 10226] By: jhi on 2001/05/27 00:28:34
2572 Log: Subject: [ID 20010525.001] Pod typo nits fixed
2573 From: lvirden@cas.org
2574 Date: Fri, 25 May 2001 06:57:43 -0400 (EDT)
2575 Message-Id: <200105251057.f4PAvhY13003@lwv26awu.cas.org>
2576
2577 minus the perlsolaris decimation plus the
2578
2579 Subject: Re: [ID 20010525.001] Pod typo nits fixed
2580 From: "Philip Newton" <Philip.Newton@gmx.net>
2581 Date: Fri, 25 May 2001 18:05:55 +0200
2582 Message-Id: <200105251604.f4PG4kt15034@chaos.wustl.edu>
2583 Branch: perl
2584 ! README.amiga README.cygwin README.mpeix pod/perl5005delta.pod
2585 ! pod/perldebtut.pod pod/perlebcdic.pod pod/perlfaq3.pod
2586 ! pod/perlhack.pod pod/perltoc.pod pod/perltodo.pod
2587 ! pod/perlutil.pod pod/perlxstut.pod
2588____________________________________________________________________________
2589[ 10225] By: jhi on 2001/05/26 22:38:16
2590 Log: return clauses are nice.
2591 Branch: perl
2592 ! sv.c
2593____________________________________________________________________________
2594[ 10224] By: jhi on 2001/05/26 22:35:31
2595 Log: Subject: change 10199 backwards?
2596 From: Doug MacEachern <dougm@covalent.net>
2597 Date: Sat, 26 May 2001 11:26:07 -0700 (PDT)
2598 Message-ID: <Pine.LNX.4.21.0105261118510.22038-100000@mako.covalent.net>
2599 Branch: perl
2600 ! sv.c
2601____________________________________________________________________________
2602[ 10223] By: jhi on 2001/05/26 22:31:46
2603 Log: Subject: Re: 5.6.*, bleadperl: bugs in pp_concat
2604 From: Hugo <hv@crypt.compulink.co.uk>
2605 Date: Sat, 26 May 2001 17:05:12 +0100
2606 Message-Id: <200105261605.RAA12295@crypt.compulink.co.uk>
2607 Branch: perl
2608 + t/op/gmagic.t
2609 ! MANIFEST doop.c embed.h embed.pl global.sym
2610 ! lib/File/Basename.pm objXSUB.h perlapi.c pod/perlapi.pod
2611 ! pp_hot.c proto.h sv.c sv.h t/pragma/warn/pp_hot
2612____________________________________________________________________________
2613[ 10222] By: jhi on 2001/05/26 22:10:38
2614 Log: Regen headers for #10221.
2615 Branch: perl
2616 ! global.sym objXSUB.h perlapi.c
2617____________________________________________________________________________
2618[ 10221] By: jhi on 2001/05/26 22:06:06
2619 Log: Subject: [ID 20010506.012] Patch for 5.6.1 embed.pl (shared libperl&mod_perl)
2620 From: Juha Laiho <juha.laiho@Elma.Net>
2621 Date: Thu, 3 May 2001 09:51:30 +0300
2622 Message-Id: <200105030651.JAA327254@tokka.elma.fi>
2623 Branch: perl
2624 ! embed.pl
2625____________________________________________________________________________
2626[ 10220] By: jhi on 2001/05/26 22:01:30
2627 Log: Subject: Re: [PATCH] Re: stability of sort()?
2628 From: "John P. Linderman" <jpl@research.att.com>
2629 Date: Sat, 26 May 2001 13:27:19 -0400
2630 Message-Id: <200105261727.NAA06654@raptor.research.att.com>
2631 Branch: perl
2632 ! pod/perlfunc.pod
2633____________________________________________________________________________
2634[ 10219] By: jhi on 2001/05/26 14:02:34
2635 Log: Integrate perlio.
2636 Branch: perl
2637 !> pod/perlguts.pod
2638____________________________________________________________________________
2639[ 10218] By: jhi on 2001/05/26 13:39:52
2640 Log: Subject: [PATCH perl@10210] PerlIO for VMS
2641 From: "Craig A. Berry" <craigberry@mac.com>
2642 Date: Sat, 26 May 2001 09:34:11 -0500
2643 Message-Id: <a05100e0ab734816701a5@[172.16.52.1]>
2644 Branch: perl
2645 ! configure.com doio.c iperlsys.h perlio.c perlio.h perliol.h
2646 ! perlsdio.h vms/ext/Stdio/Stdio.xs vms/gen_shrfls.pl vms/vms.c
2647 ! vms/vmsish.h
2648____________________________________________________________________________
2649[ 10217] By: jhi on 2001/05/26 13:19:05
2650 Log: Subject: patch to fix: [ID 20010524.004] perl5db.pl version 1.12 doesn't stop on breakpoints
2651 From: David Dyck <dcd@tc.fluke.com>
2652 Date: Fri, 25 May 2001 00:03:04 -0700 (PDT)
2653 Message-ID: <Pine.LNX.4.33.0105242354030.17331-100000@dd.tc.fluke.com>
2654 Branch: perl
2655 ! lib/perl5db.pl
2656____________________________________________________________________________
2657[ 10216] By: jhi on 2001/05/26 13:17:47
2658 Log: Subject: utf8 regexp tests
2659 From: Hugo <hv@crypt.compulink.co.uk>
2660 Date: Fri, 25 May 2001 22:35:01 +0100
2661 Message-Id: <200105252135.WAA03197@crypt.compulink.co.uk>
2662 Branch: perl
2663 ! t/op/regexp.t
2664____________________________________________________________________________
2665[ 10215] By: jhi on 2001/05/26 13:15:40
2666 Log: Subject: [PATCH] Re: stability of sort()?
2667 From: Nicholas Clark <nick@ccl4.org>
2668 Date: Fri, 25 May 2001 22:40:19 +0100
2669 Message-ID: <20010525224019.B86445@plum.flirble.org>
2670 Branch: perl
2671 ! pod/perlfunc.pod
2672____________________________________________________________________________
2673[ 10214] By: jhi on 2001/05/26 13:14:30
2674 Log: Subject: Re: [ID 20010426.005] Magic not being removed at scope exit [PATCH]
2675 From: John Peacock <jpeacock@rowman.com>
2676 Date: Thu, 24 May 2001 22:14:01 -0400
2677 Message-ID: <3B0DBFE9.A7C49084@rowman.com>
2678 Branch: perl
2679 ! mg.c scope.c sv.c
2680____________________________________________________________________________
2681[ 10213] By: jhi on 2001/05/26 13:08:56
2682 Log: Subject: [PATCH] Re: [PATCH] Re: h2xs [was Re: HEAR YE, HEAR YE!]
2683 From: Nicholas Clark <nick@ccl4.org>
2684 Date: Sun, 20 May 2001 19:24:13 +0100
2685 Message-ID: <20010520192413.G83222@plum.flirble.org>
2686 Branch: perl
2687 + lib/ExtUtils/Constant.pm t/lib/extutils.t
2688 ! MANIFEST utils/h2xs.PL
2689____________________________________________________________________________
2690[ 10212] By: nick on 2001/05/26 09:49:28
2691 Log: Change perlguts docs to not suggest PUSHi etc. for multiple results,
2692 add a few more notes there on use of mortals on the stack.
2693 Branch: perlio
2694 ! pod/perlguts.pod
2695____________________________________________________________________________
2696[ 10211] By: nick on 2001/05/26 09:05:36
2697 Log: Integrate mainline
2698 Branch: perlio
2699 +> t/lib/fcntl.t t/pragma/vars.t
2700 !> (integrate 49 files)
2701____________________________________________________________________________
2702[ 10210] By: jhi on 2001/05/25 12:29:16
2703 Log: Update Changes.
2704 Branch: perl
2705 ! Changes patchlevel.h
2706____________________________________________________________________________
610045af
JH
2707[ 10209] By: jhi on 2001/05/25 12:24:45
2708 Log: Based on
2709
2710 Subject: [PATCH pp.c] Wrapping pack("C",256)
2711 From: Simon Cozens <simon@netthink.co.uk>
2712 Date: Sat, 12 May 2001 17:58:41 +0100
2713 Message-ID: <20010512175841.A6132@netthink.co.uk>
2714 Branch: perl
2715 ! pod/perldiag.pod pp.c t/pragma/warn/pp
2716____________________________________________________________________________
2717[ 10208] By: jhi on 2001/05/25 01:37:03
2718 Log: Subject: [PATCH] 5.6.1 Term::Cap -- add terminfo fallback
2719 From: "Brendan O'Dea" <bod@compusol.com.au>
2720 Date: Fri, 25 May 2001 11:18:29 +1000
2721 Message-ID: <20010525111829.A28411@compusol.com.au>
2722
2723 (Slightly modified.)
2724 Branch: perl
2725 ! lib/Term/Cap.pm
2726____________________________________________________________________________
2727[ 10207] By: jhi on 2001/05/25 01:12:14
2728 Log: Subject: Re: [ID 20010506.041] segfault when matching utf8 string
2729 From: Hugo <hv@crypt.compulink.co.uk>
2730 Date: Fri, 25 May 2001 02:13:25 +0100
2731 Message-Id: <200105250113.CAA23158@crypt.compulink.co.uk>
2732 Branch: perl
2733 ! t/op/misc.t
2734____________________________________________________________________________
2735[ 10206] By: jhi on 2001/05/25 01:07:59
2736 Log: Subject: Re: [ID 20010506.041] segfault when matching utf8 string
2737 From: Inaba Hiroto <hiroto.inaba@toshiba.co.jp>
2738 Date: Fri, 25 May 2001 10:25:36 +0900
2739 Message-Id: <200105250124.KAA19571@toshiba.co.jp>
2740 Branch: perl
2741 ! regcomp.c regexec.c
2742____________________________________________________________________________
2743[ 10205] By: jhi on 2001/05/25 01:07:00
2744 Log: Subject: [PATCH #2] stash autovivification and method call error messages
2745 From: Ilmari Karonen <iltzu@sci.fi>
2746 Date: Thu, 24 May 2001 01:51:48 +0300 (EET DST)
2747 Message-ID: <Pine.SOL.3.96.1010524013737.18819D-100000@simpukka>
2748 Branch: perl
2749 ! gv.c pp_hot.c t/op/method.t
2750____________________________________________________________________________
2751[ 10204] By: jhi on 2001/05/25 01:03:50
2752 Log: Add make target and documentation for gprof profiling.
2753 Branch: perl
2754 ! Makefile.SH pod/perlhack.pod
2755____________________________________________________________________________
2756[ 10203] By: jhi on 2001/05/24 21:09:36
2757 Log: Subject: Don't think about UTF8
2758 From: Mike Guy <mjtg@cam.ac.uk>
2759 Date: Tue, 22 May 2001 14:35:39 +0100
2760 Message-Id: <E152CK3-00028O-00@virgo.cus.cam.ac.uk>
2761 Branch: perl
2762 ! sv.h
2763____________________________________________________________________________
2764[ 10202] By: jhi on 2001/05/24 21:07:25
2765 Log: Subject: [ID 20010524.002] find2perl bug in fileglob_to_re
2766 From: Geraint A Edwards <gedge@serf.org>
2767 Date: Thu, 24 May 2001 22:51:24 +0100
2768 Message-Id: <20010524225124.A34981@cymru.serf.org>
2769 Branch: perl
2770 ! x2p/find2perl.PL
2771____________________________________________________________________________
2772[ 10201] By: jhi on 2001/05/24 21:02:30
2773 Log: DB_File has its own attribute story.
2774 Branch: perl
2775 ! ext/DB_File/DB_File.xs
2776____________________________________________________________________________
2777[ 10200] By: jhi on 2001/05/24 19:54:21
2778 Log: Subject: Re: Making perl with -Wall
2779 From: Andy Dougherty <doughera@lafayette.edu>
2780 Date: Thu, 24 May 2001 14:33:37 -0400 (EDT)
2781 Message-ID: <Pine.SOL.4.10.10105241415460.2443-100000@maxwell.phys.lafayette.edu>
2782 Branch: perl
2783 ! perl.h
2784____________________________________________________________________________
2785[ 10199] By: jhi on 2001/05/24 15:15:03
2786 Log: Subject: RE: [ID 20010521.003] - [PATCH #2] sv.c: sv_dup_inc(SvRV(sstr)) wasn't checking SvWEAKREF
2787 From: "Richard Soderberg" <rs@crystalflame.net>
2788 Date: Thu, 24 May 2001 08:58:16 -0700
2789 Message-ID: <NAEKLNAAHLMBPMPNBMLEOEPODEAA.rs@crystalflame.net>
2790 Branch: perl
2791 ! sv.c
2792____________________________________________________________________________
2793[ 10198] By: jhi on 2001/05/24 15:10:04
2794 Log: IV/UV casting fixes from Nicholas Clark.
2795 Branch: perl
2796 ! perl.h pp_sys.c util.c
2797____________________________________________________________________________
2798[ 10197] By: jhi on 2001/05/24 14:19:44
2799 Log: Subject: Re: Making perl with -Wall
2800 From: Michael G Schwern <schwern@pobox.com>
2801 Date: Thu, 24 May 2001 15:40:28 +0100
2802 Message-ID: <20010524154028.B1988@blackrider.blackstar.co.uk>
2803 Branch: perl
2804 ! malloc.c perl.h
2805____________________________________________________________________________
2806[ 10196] By: jhi on 2001/05/24 14:04:41
2807 Log: Subject: [PATCH] Re: [ID 20010521.004] Two test suite failures on this platform with latest rsync
2808 From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
2809 Date: Tue, 22 May 2001 11:49:37 +0200
2810 Message-Id: <20010522114044.BC4E.H.M.BRAND@hccnet.nl>
2811 Branch: metaconfig
2812 ! U/modified/Oldsym.U
2813 Branch: metaconfig/U/perl
2814 ! patchlevel.U
2815 Branch: perl
2816 ! Configure config_h.SH myconfig.SH
2817____________________________________________________________________________
2818[ 10195] By: jhi on 2001/05/24 13:25:04
2819 Log: Under versiononly install also the scripts with the version suffix.
2820 (e.g. .../bin/h2xs5.7.1)
2821 Branch: perl
2822 ! installperl
2823____________________________________________________________________________
2824[ 10194] By: jhi on 2001/05/24 13:02:49
2825 Log: Subject: [PATCH] Stop segfault in mg.c:636
2826 From: "Richard Soderberg" <rs@crystalflame.net>
2827 Date: Thu, 24 May 2001 05:51:52 -0700
2828 Message-ID: <NAEKLNAAHLMBPMPNBMLEGEPGDEAA.rs@crystalflame.net>
2829 Branch: perl
2830 ! mg.c
2831____________________________________________________________________________
2832[ 10193] By: jhi on 2001/05/24 12:37:13
2833 Log: Iteration continues; hopefully convergently.
2834 Branch: perl
2835 ! t/lib/b-stash.t
2836____________________________________________________________________________
2837[ 10192] By: jhi on 2001/05/24 12:36:35
2838 Log: Subject: [PATCH] CORE::GLOBAL::require override happens too early
2839 From: Gisle Aas <gisle@ActiveState.com>
2840 Date: 23 May 2001 16:13:10 -0700
2841 Message-ID: <lrofsjfym1.fsf@caliper.ActiveState.com>
2842 Branch: perl
2843 ! op.c toke.c
2844____________________________________________________________________________
2845[ 10191] By: jhi on 2001/05/24 12:25:12
2846 Log: Subject: [PATCH] lib/dumpvar.pl, lib/perl5db.pl - fix warnings
2847 From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
2848 Date: Thu, 24 May 2001 05:05:22 -0500
2849 Message-ID: <20010524050522.A18997@staff1.cso.uiuc.edu>
2850 Branch: perl
2851 ! lib/dumpvar.pl lib/perl5db.pl
2852____________________________________________________________________________
2853[ 10190] By: jhi on 2001/05/24 12:24:07
2854 Log: Subject: Re: [ID 20010524.001] perl5db.pl x @INC doesn't work like it used to
2855 From: David Dyck <dcd@tc.fluke.com>
2856 Date: Thu, 24 May 2001 01:42:09 -0700 (PDT)
2857 Message-ID: <Pine.LNX.4.33.0105240134580.5179-100000@dd.tc.fluke.com>
2858 Branch: perl
2859 ! lib/perl5db.pl
2860____________________________________________________________________________
2861[ 10189] By: jhi on 2001/05/23 22:43:31
2862 Log: Tiny pod nits on READMEs, mostly whitespace issues.
2863 Branch: perl
2864 ! README.amiga README.dos README.macos README.mpeix README.vmesa
2865 ! README.win32
2866____________________________________________________________________________
2867[ 10188] By: jhi on 2001/05/23 22:26:03
2868 Log: The DG/UX part of the 20010521.005.
2869 Branch: perl
2870 ! README.dgux
2871____________________________________________________________________________
2872[ 10187] By: jhi on 2001/05/23 22:04:05
2873 Log: Subject: Re: [ID 20000716.007] \G in a m//g expression causes problems
2874 From: Hugo <hv@crypt.compulink.co.uk>
2875 Date: Mon, 21 May 2001 16:32:02 +0100
2876 Message-Id: <200105211532.QAA03999@crypt.compulink.co.uk>
2877 Branch: perl
2878 ! regcomp.c t/op/misc.t
2879____________________________________________________________________________
2880[ 10186] By: jhi on 2001/05/23 21:42:15
2881 Log: Subject: [PATCH] Extra UNIVERSAL tests
2882 From: Mike Guy <mjtg@cam.ac.uk>
2883 Date: Wed, 23 May 2001 12:29:20 +0100
2884 Message-Id: <E152WpM-0001yP-00@virgo.cus.cam.ac.uk>
2885 Branch: perl
2886 ! t/op/universal.t
2887____________________________________________________________________________
2888[ 10185] By: jhi on 2001/05/23 21:38:48
2889 Log: Subject: [PATCH] Remove EQ keyword
2890 From: Mike Guy <mjtg@cam.ac.uk>
2891 Message-Id: <E152Vhp-00072x-00@virgo.cus.cam.ac.uk>
2892 Date: Wed, 23 May 2001 11:17:29 +0100
2893 Branch: perl
2894 ! keywords.h keywords.pl
2895____________________________________________________________________________
2896[ 10184] By: jhi on 2001/05/23 21:29:41
2897 Log: Subject: [PATCH] lib/perl5db.pl
2898 From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
2899 Date: Wed, 23 May 2001 02:18:03 -0500
2900 Message-ID: <20010523021803.A21965@staff1.cso.uiuc.edu>
2901 Branch: perl
2902 ! lib/perl5db.pl
2903____________________________________________________________________________
2904[ 10183] By: jhi on 2001/05/23 21:27:54
2905 Log: Subject: [PATCH lib/Term/Cap.pm] Avoid -W warnings in Tgetent and Tputs
2906 From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
2907 Date: Tue, 22 May 2001 23:34:41 -0500
2908 Message-ID: <20010522233441.A12431@staff1.cso.uiuc.edu>
2909 Branch: perl
2910 ! lib/Term/Cap.pm
2911____________________________________________________________________________
2912[ 10182] By: jhi on 2001/05/23 21:24:30
2913 Log: Subject: [PATCH emacs/e2ctags.pl] big speedup
2914 From: davem@fdgroup.co.uk
2915 Date: Tue, 22 May 2001 22:08:09 +0100 (BST)
2916 Message-Id: <200105222108.WAA09442@gizmo.fdgroup.co.uk>
2917 Branch: perl
2918 ! emacs/e2ctags.pl
2919____________________________________________________________________________
2920[ 10181] By: jhi on 2001/05/23 21:23:29
2921 Log: Subject: [PATCH lib/vars.pm] Sensible minimum version
2922 From: Michael G Schwern <schwern@pobox.com>
2923 Date: Tue, 22 May 2001 14:15:09 +0100
2924 Message-ID: <20010522141509.J701@blackrider.blackstar.co.uk>
2925 Branch: perl
2926 ! lib/vars.pm
2927____________________________________________________________________________
2928[ 10180] By: jhi on 2001/05/23 21:22:14
2929 Log: Subject: [PATCH lib/vars.pm] Odd code nit
2930 From: Michael G Schwern <schwern@pobox.com>
2931 Date: Tue, 22 May 2001 14:14:28 +0100
2932 Message-ID: <20010522141427.I701@blackrider.blackstar.co.uk>
2933 Branch: perl
2934 ! lib/vars.pm
2935____________________________________________________________________________
2936[ 10179] By: jhi on 2001/05/23 21:19:51
2937 Log: Use the new use vars feature.
2938 Branch: perl
2939 ! t/lib/b-stash.t
2940____________________________________________________________________________
2941[ 10178] By: jhi on 2001/05/23 21:19:28
2942 Log: Subject: [PATCH] vars.pm to support qualified variables (was Re: [ID 20010521.001])
2943 From: Mike Guy <mjtg@cam.ac.uk>
2944 Sender: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
2945 Date: Tue, 22 May 2001 13:11:39 +0100
2946 Branch: perl
2947 + t/pragma/vars.t
2948 ! MANIFEST lib/vars.pm t/lib/1_compile.t
2949____________________________________________________________________________
2950[ 10177] By: jhi on 2001/05/23 21:01:48
2951 Log: -qlongdouble considered harmful by Merijn.
2952 Branch: perl
2953 ! hints/aix.sh
2954____________________________________________________________________________
2955[ 10176] By: jhi on 2001/05/21 13:21:21
2956 Log: Update Changes.
2957 Branch: perl
2958 ! Changes patchlevel.h
2959____________________________________________________________________________
6b736850
JH
2960[ 10175] By: jhi on 2001/05/21 13:17:28
2961 Log: Add a test of its very own for Fcntl. Hopefully portable.
2962 Branch: perl
2963 + t/lib/fcntl.t
2964 ! MANIFEST
2965____________________________________________________________________________
2966[ 10174] By: jhi on 2001/05/21 12:45:41
2967 Log: Must be trickier for 'minitest' not to die.
2968 Branch: perl
2969 ! t/op/taint.t
2970____________________________________________________________________________
2971[ 10173] By: jhi on 2001/05/21 11:24:43
2972 Log: Can't declare other people's variables.
2973 Branch: perl
2974 ! t/lib/b-stash.t
2975____________________________________________________________________________
2976[ 10172] By: jhi on 2001/05/20 20:33:08
2977 Log: Fix for ID 20010519.003: sysopen() wasn't tainting :-(
2978 Branch: perl
2979 ! doio.c t/op/taint.t
2980____________________________________________________________________________
2981[ 10171] By: jhi on 2001/05/20 20:18:45
2982 Log: The OS/2 variable needs to be declared.
2983 Branch: perl
2984 ! t/lib/b-stash.t
2985____________________________________________________________________________
2986[ 10170] By: nick on 2001/05/20 16:48:29
2987 Log: Integrate mainline
2988 Branch: perlio
2989 !> (integrate 41 files)
2990____________________________________________________________________________
2991[ 10169] By: jhi on 2001/05/20 11:50:20
2992 Log: Small perlsec updates: clarify the taintedness of filename
2993 globbing; suggest using Scalar::Util::tainted().
2994 Branch: perl
2995 ! pod/perlsec.pod
2996____________________________________________________________________________
2997[ 10168] By: jhi on 2001/05/20 11:24:11
2998 Log: Subject: [PATCH 5.7.1@10135] [LARGE!] symbolic magic
2999 From: Dave Mitchell <davem@fdgroup.co.uk>
3000 Date: Sat, 19 May 2001 20:12:56 +0100 (BST)
3001 Message-Id: <200105191912.UAA23925@gizmo.fdgroup.co.uk>
3002 Branch: perl
3003 ! av.c cc_runtime.h doop.c dump.c gv.c hv.c mg.c op.c perl.c
3004 ! perl.h perlio.c pod/perlguts.pod pp.c pp_ctl.c pp_hot.c
3005 ! pp_sys.c regexec.c scope.c sv.c t/lib/peek.t taint.c util.c
3006 ! xsutils.c
3007____________________________________________________________________________
3008[ 10167] By: jhi on 2001/05/20 11:12:14
3009 Log: Subject: [PATCH 5.6.1] DLL descriptions on OS/2
3010 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
3011 Date: Sat, 19 May 2001 04:08:46 -0400
3012 Message-ID: <20010519040846.A16969@math.ohio-state.edu>
3013 Branch: perl
3014 ! lib/ExtUtils/Mksymlists.pm makedef.pl
3015____________________________________________________________________________
3016[ 10166] By: jhi on 2001/05/20 11:08:27
3017 Log: Subject: [PATCH 5.6.1] DLL name mangling on OS/2
3018 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
3019 Date: Sat, 19 May 2001 04:30:45 -0400
3020 Message-ID: <20010519043045.A17033@math.ohio-state.edu>
3021 Branch: perl
3022 ! os2/os2.c
3023____________________________________________________________________________
3024[ 10165] By: jhi on 2001/05/20 11:07:06
3025 Log: Subject: [PATCH 5.6.1] build bugs OS/2
3026 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
3027 Date: Sat, 19 May 2001 04:35:28 -0400
3028 Message-ID: <20010519043528.A17363@math.ohio-state.edu>
3029 Branch: perl
3030 ! os2/Makefile.SHs os2/os2.c
3031____________________________________________________________________________
3032[ 10164] By: jhi on 2001/05/20 11:06:01
3033 Log: Subject: [PATCH 5.6.1] Mis-Failing tests
3034 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
3035 Date: Sat, 19 May 2001 04:04:23 -0400
3036 Message-ID: <20010519040423.A16861@math.ohio-state.edu>
3037
3038 (In bleadperl patched b-stash.t instead of b.t)
3039 Branch: perl
3040 ! t/lib/b-stash.t t/lib/bigfltpm.t
3041____________________________________________________________________________
3042[ 10163] By: jhi on 2001/05/20 10:59:46
3043 Log: Subject: [PATCH 5.6.1] perl5db
3044 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
3045 Date: Sat, 19 May 2001 03:49:09 -0400
3046 Message-ID: <20010519034909.A14902@math.ohio-state.edu>
3047 Branch: perl
3048 ! lib/perl5db.pl
3049____________________________________________________________________________
3050[ 10162] By: jhi on 2001/05/20 10:58:18
3051 Log: Subject: [PATCH] require $mod where $mod has touched numeric context
3052 From: Gisle Aas <gisle@ActiveState.com>
3053 Date: 18 May 2001 14:24:51 -0700
3054 Message-ID: <lr3da2cpuk.fsf@caliper.ActiveState.com>
3055 Branch: perl
3056 ! pp_ctl.c
3057____________________________________________________________________________
3058[ 10161] By: jhi on 2001/05/20 10:57:00
3059 Log: Subject: [PATCH] Chomp should not always stringify
3060 From: Gisle Aas <gisle@ActiveState.com>
3061 Date: 18 May 2001 07:55:25 -0700
3062 Message-ID: <lrk83eogf6.fsf@caliper.ActiveState.com>
3063 Branch: perl
3064 ! doop.c t/op/chop.t
3065____________________________________________________________________________
3066[ 10160] By: jhi on 2001/05/20 10:49:40
3067 Log: Integrate perlio.
3068 Branch: perl
3069 !> pod/perlfunc.pod
3070____________________________________________________________________________
3071[ 10159] By: nick on 2001/05/20 09:39:46
3072 Log: Document some more of open's features.
3073 Branch: perlio
3074 ! pod/perlfunc.pod
3075____________________________________________________________________________
3076[ 10158] By: gsar on 2001/05/18 18:43:38
3077 Log: back out change#10153 (it has compatibility issues such as the
3078 changed behavior of /[~%@+-]/, and after talking to Jarkko, the
3079 benefit for 5.6.x doesn't seem worth the risk)
3080 Branch: maint-5.6/perl
3081 ! toke.c
3082____________________________________________________________________________
3083[ 10157] By: jhi on 2001/05/18 17:05:40
3084 Log: \$escaping the $vars in !GROK!THIS! section is a good idea.
3085 Branch: perl
3086 ! x2p/s2p.PL
3087____________________________________________________________________________
3088[ 10156] By: jhi on 2001/05/18 12:06:40
3089 Log: Update Changes.
3090 Branch: perl
3091 ! Changes patchlevel.h
3092____________________________________________________________________________
acd7faf1
JH
3093[ 10155] By: jhi on 2001/05/18 11:58:57
3094 Log: Integrate change #10144 from maintperl.
3095
3096 s/CONFIGDOTSH/PERL_CONFIG_SH/ for Win32, too.
3097 Branch: perl
3098 !> win32/config.bc win32/config.gc win32/config.vc
3099 !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
3100____________________________________________________________________________
3101[ 10154] By: nick on 2001/05/18 07:23:03
3102 Log: Integrate mainline.
3103 Branch: perlio
3104 +> README.dgux t/lib/i18n-collate.t utils.lst
3105 !> (integrate 49 files)
3106____________________________________________________________________________
3107[ 10153] By: jhi on 2001/05/18 00:41:51
3108 Log: Integrate change #7224 from mainline into maintperl.
3109
3110 Allow @+ and @- to be doublequoted, from Simon Cozens.
3111 (Approved by Larry, see Tom's comment in 20000830.005.)
3112 Branch: maint-5.6/perl
3113 !> toke.c
3114____________________________________________________________________________
3115[ 10152] By: jhi on 2001/05/17 23:18:15
3116 Log: Subject: [PATCH bleadperl] small lookbehind fix
3117 From: Hugo <hv@crypt.compulink.co.uk>
3118 Date: Fri, 18 May 2001 00:07:19 +0100
3119 Message-Id: <200105172307.AAA06142@crypt.compulink.co.uk>
3120 Branch: perl
3121 ! regexec.c
3122____________________________________________________________________________
3123[ 10151] By: jhi on 2001/05/17 22:00:06
3124 Log: Detypos.
3125 Branch: perl
3126 ! installman utils.lst
3127____________________________________________________________________________
3128[ 10150] By: jhi on 2001/05/17 20:32:48
3129 Log: Add better debug to glob/basic #8 as suggested by Nick Clark
3130 in 20001222.001.
3131 Branch: perl
3132 ! t/lib/glob-basic.t
3133____________________________________________________________________________
3134[ 10149] By: jhi on 2001/05/17 20:08:58
3135 Log: Subject: [PATCH] Test for bug 20010515.004
3136 From: Benjamin Sugars <bsugars@canoe.ca>
3137 Date: Thu, 17 May 2001 15:48:18 -0400 (EDT)
3138 Message-ID: <Pine.LNX.4.21.0105171544270.9064-100000@marmot.rim.canoe.ca>
3139 Branch: perl
3140 ! t/op/misc.t
3141____________________________________________________________________________
3142[ 10148] By: jhi on 2001/05/17 20:06:23
3143 Log: Integrate #10145 from maintperl.
3144
3145 fix for ID 20010515.004 (needs test)
3146 Branch: perl
3147 !> pp_hot.c
3148____________________________________________________________________________
3149[ 10147] By: jhi on 2001/05/17 19:10:46
3150 Log: Thinko noticed by Doug MacEachern.
3151 Branch: perl
3152 ! thread.h
3153____________________________________________________________________________
3154[ 10146] By: jhi on 2001/05/17 17:30:37
3155 Log: Subject: Re: [PATCH] HERE mark in regex
3156 From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
3157 Date: Thu, 17 May 2001 12:20:33 -0400
3158 Message-ID: <20010517122033.B1547290@linguist.thayer.dartmouth.edu>
3159 Branch: perl
3160 ! t/op/re_tests
3161____________________________________________________________________________
3162[ 10145] By: gsar on 2001/05/17 16:59:55
3163 Log: fix for ID 20010515.004 (needs test)
3164 Branch: maint-5.6/perl
3165 ! pp_hot.c
3166____________________________________________________________________________
3167[ 10144] By: gsar on 2001/05/17 16:39:02
3168 Log: s/CONFIGDOTSH/PERL_CONFIG_SH/g
3169 Branch: maint-5.6/perl
3170 ! win32/config.bc win32/config.gc win32/config.vc
3171 ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
3172____________________________________________________________________________
3173[ 10143] By: jhi on 2001/05/17 14:21:08
3174 Log: Macrofy the getspecific (and use it also in util.c)
3175 Branch: perl
3176 ! thread.h util.c
3177____________________________________________________________________________
3178[ 10142] By: jhi on 2001/05/17 01:43:50
3179 Log: Use the unchecked thread-specific key fetch also in Tru64.
3180 Branch: perl
3181 ! thread.h
3182____________________________________________________________________________
3183[ 10141] By: jhi on 2001/05/17 01:41:07
3184 Log: Subject: [PATCH 5.6.1]Quick thread speedup
3185 From: Dan Sugalski <dan@sidhe.org>
3186 Date: Wed, 16 May 2001 18:05:19 -0400
3187 Message-Id: <5.1.0.14.0.20010516175826.01afde08@24.8.96.48>
3188 Branch: perl
3189 ! thread.h util.c
3190____________________________________________________________________________
3191[ 10140] By: jhi on 2001/05/16 19:58:29
3192 Log: I think this is quite enough testing for a deprecated feature.
3193 Branch: perl
3194 + t/lib/i18n-collate.t
3195 ! MANIFEST t/lib/1_compile.t
3196____________________________________________________________________________
3197[ 10139] By: jhi on 2001/05/16 18:47:03
3198 Log: More HP-UX lore from Jeff Okamoto.
3199 Branch: perl
3200 ! README.hpux
3201____________________________________________________________________________
3202[ 10138] By: jhi on 2001/05/16 18:21:04
3203 Log: Sort utils.lst for easier maintenance.
3204 Branch: perl
3205 ! utils.lst
3206____________________________________________________________________________
3207[ 10137] By: jhi on 2001/05/16 18:12:01
3208 Log: Subject: Re: [PATCH] Abstract "utility" information from installman
3209 From: Tim Jenness <t.jenness@jach.hawaii.edu>
3210 Date: Wed, 16 May 2001 08:59:59 -1000 (HST)
3211 Message-ID: <Pine.LNX.4.33.0105160858480.2488-100000@lapaki.jach.hawaii.edu>
3212
3213 Add pod2latex to utils.lst.
3214 Branch: perl
3215 ! MANIFEST utils.lst
3216____________________________________________________________________________
3217[ 10136] By: jhi on 2001/05/16 18:00:00
3218 Log: Subject: Re: [PATCH] HERE mark in regex
3219 From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
3220 Date: Wed, 16 May 2001 13:04:43 -0400
3221 Message-ID: <20010516130443.E1516273@linguist.thayer.dartmouth.edu>
3222 Branch: perl
3223 ! pod/perldiag.pod regcomp.c t/op/misc.t t/op/re_tests
3224 ! t/op/regmesg.t t/pragma/warn/regcomp
3225____________________________________________________________________________
3226[ 10135] By: jhi on 2001/05/16 17:51:50
3227 Log: Subject: Re: [PATCH] Abstract "utility" information from installman
3228 From: Simon Cozens <simon@netthink.co.uk>
3229 Date: Wed, 16 May 2001 18:02:08 +0100
3230 Message-ID: <20010516180208.A6458@netthink.co.uk>
3231 Branch: perl
3232 ! installman utils.lst
3233____________________________________________________________________________
3234[ 10134] By: jhi on 2001/05/16 17:47:26
3235 Log: Subject: Re: [ID 20010515.001] -DPERL_Y2KWARN doesn't do what it should (Not OK: perl v5.7.1 +DEVEL10104 on i586-linux 2.2.16-22 (UNINST
3236 From: "Philip Newton" <pnewton@gmx.de>
3237 Date: Tue, 15 May 2001 15:09:30 +0200
3238 Message-ID: <3B0146AA.2839.17BFDA6@localhost>
3239
3240 Test case for #10128.
3241 Branch: perl
3242 ! t/pragma/warn/pp_hot
3243____________________________________________________________________________
3244[ 10133] By: jhi on 2001/05/16 15:12:52
3245 Log: Update Changes.
3246 Branch: perl
3247 ! Changes patchlevel.h
3248____________________________________________________________________________
5661b806
JH
3249[ 10132] By: jhi on 2001/05/16 14:50:55
3250 Log: Deprecate pseudo-hashes.
3251 Branch: perl
3252 ! pod/perl572delta.pod pod/perlref.pod pod/perltodo.pod
3253____________________________________________________________________________
3254[ 10131] By: jhi on 2001/05/16 14:26:01
3255 Log: HP-UX hints update from Merijn.
3256 Branch: perl
3257 ! hints/hpux.sh
3258____________________________________________________________________________
3259[ 10130] By: jhi on 2001/05/16 14:23:01
3260 Log: README.hpux update from Merijn.
3261 Branch: perl
3262 ! README.hpux
3263____________________________________________________________________________
3264[ 10129] By: jhi on 2001/05/16 14:18:56
3265 Log: Subject: Re: [PATCH] Abstract "utility" information from installman
3266 From: Simon Cozens <simon@netthink.co.uk>
3267 Date: Wed, 16 May 2001 15:57:55 +0100
3268 Message-ID: <20010516155755.A4728@netthink.co.uk>
3269 Branch: perl
3270 + utils.lst
3271 ! MANIFEST installman installperl
3272____________________________________________________________________________
3273[ 10128] By: jhi on 2001/05/16 14:15:36
3274 Log: Subject: Re: [ID 20010515.001] -DPERL_Y2KWARN doesn't do what it should (Not OK: perl v5.7.1 +DEVEL10104 on i586-linux 2.2.16-22 (UNINST
3275 From: "Philip Newton" <pnewton@gmx.de>
3276 Date: Tue, 15 May 2001 16:31:05 +0200
3277 Message-ID: <3B0159C9.1905.1C6AEF9@localhost>
3278
3279 Fix PERL_Y2KWARN test to check before rather than after appending.
3280 Branch: perl
3281 ! pp_hot.c
3282____________________________________________________________________________
3283[ 10127] By: jhi on 2001/05/16 14:08:15
3284 Log: Regen Porting stuff.
3285 Branch: perl
3286 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
3287 ! config_h.SH
3288____________________________________________________________________________
3289[ 10126] By: jhi on 2001/05/16 13:41:50
3290 Log: Metaconfig unit change for #10125.
3291 Branch: metaconfig
3292 ! U/modified/Oldconfig.U
3293____________________________________________________________________________
3294[ 10125] By: jhi on 2001/05/16 13:41:35
3295 Log: Use OSVERS.
3296 Branch: perl
3297 ! Configure config_h.SH perl.c
3298____________________________________________________________________________
3299[ 10124] By: jhi on 2001/05/16 13:41:09
3300 Log: Regen toc.
3301 Branch: perl
3302 ! pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
3303____________________________________________________________________________
3304[ 10123] By: jhi on 2001/05/16 13:25:38
3305 Log: Adding the README.dgux to the MANIFEST would be a good idea.
3306 Branch: perl
3307 ! MANIFEST
3308____________________________________________________________________________
3309[ 10122] By: jhi on 2001/05/16 13:08:33
3310 Log: Move the stack desire definition to thread.h.
3311 Branch: perl
3312 ! ext/Thread/Thread.xs thread.h
3313____________________________________________________________________________
3314[ 10121] By: jhi on 2001/05/16 13:00:12
3315 Log: DG-UX threading patches, including a README.dgux,
3316 from Takis Psarogiannakopoulos.
3317 Branch: perl
3318 + README.dgux
3319 ! config_h.SH ext/Thread/Thread.xs hints/dgux.sh perl.c
3320____________________________________________________________________________
3321[ 10120] By: jhi on 2001/05/16 12:55:33
3322 Log: Subject: [PATCH B::Deparse] More on /x regexes
3323 From: Robin Houston <robin@kitsite.com>
3324 Date: Tue, 15 May 2001 19:09:35 +0100
3325 Message-ID: <20010515190935.A27268@penderel>
3326 Branch: perl
3327 ! ext/B/B/Deparse.pm
3328____________________________________________________________________________
3329[ 10119] By: jhi on 2001/05/16 12:45:29
3330 Log: Document that the core time() may be rounding rather
3331 than truncating, would have saved at least my confusion.
3332 Branch: perl
3333 ! ext/Time/HiRes/HiRes.pm
3334____________________________________________________________________________
3335[ 10118] By: jhi on 2001/05/16 12:37:57
3336 Log: Subject: perl-current/t/time-hires.t
3337 From: John Peacock <jpeacock@rowman.com>
3338 Date: Fri, 11 May 2001 14:09:41 -0400
3339 Message-ID: <3AFC2AE5.5E787E54@rowman.com>
3340 Branch: perl
3341 ! t/lib/time-hires.t
3342____________________________________________________________________________
3343[ 10117] By: jhi on 2001/05/15 13:40:33
3344 Log: Subject: [PATCH dump.c] Op private flags
3345 From: Simon Cozens <simon@netthink.co.uk>
3346 Date: Sun, 13 May 2001 20:20:36 +0100
3347 Message-ID: <20010513202036.A21896@netthink.co.uk>
3348 Branch: perl
3349 ! dump.c
3350____________________________________________________________________________
3351[ 10116] By: jhi on 2001/05/15 13:28:26
3352 Log: Upgrade to Switch 2.03.
3353 Branch: perl
3354 ! lib/Switch.pm
3355____________________________________________________________________________
3356[ 10115] By: jhi on 2001/05/15 13:19:01
3357 Log: Integrate change #10113 from mainline: rename CONFIGDOTSH
3358 to PERL_CONFIG_SH and use it consistently.
3359 Branch: maint-5.6/perl
3360 !> Configure Makefile.SH Policy_sh.SH cflags.SH config_h.SH
3361 !> configpm configure.com makeaperl.SH makedepend.SH makedir.SH
3362 !> myconfig.SH writemain.SH
3363____________________________________________________________________________
3364[ 10114] By: jhi on 2001/05/15 13:13:21
3365 Log: Metaconfig units changes for #10113.
3366 Branch: metaconfig
3367 ! U/modified/Config_h.U U/modified/Extract.U U/modified/Oldsym.U
3368____________________________________________________________________________
3369[ 10113] By: jhi on 2001/05/15 13:12:40
3370 Log: The problem described in 20010514.031 still wasn't
3371 fully cured, there were remnants of $CONFIG when
3372 $CONFIGDOTSH was expected. Now renamed to PERL_CONFIG_SH
3373 to avoid future conflicts.
3374 Branch: perl
3375 ! Configure Makefile.SH Policy_sh.SH cflags.SH config_h.SH
3376 ! configpm configure.com makeaperl.SH makedepend.SH makedir.SH
3377 ! myconfig.SH writemain.SH
3378____________________________________________________________________________
3379[ 10112] By: jhi on 2001/05/15 11:55:44
3380 Log: Half of #10107 got lost.
3381 Branch: perl
3382 ! ext/B/B/Deparse.pm
3383____________________________________________________________________________
3384[ 10111] By: nick on 2001/05/15 08:39:14
3385 Log: Integrate mainline.
3386 Branch: perlio
3387 +> ext/POSIX/hints/uts.pl
3388 - Todo Todo-5.6 t/camel-III/vstring.t
3389 !> (integrate 48 files)
3390____________________________________________________________________________
3391[ 10110] By: jhi on 2001/05/15 02:04:05
3392 Log: Subject: [PATCH TestInit.pm] Give Deparse tester a fair chance
3393 From: Robin Houston <robin@kitsite.com>
3394 Date: Mon, 14 May 2001 22:27:08 +0100
3395 Message-ID: <20010514222708.A22963@penderel>
3396 Branch: perl
3397 ! t/TestInit.pm
3398____________________________________________________________________________
3399[ 10109] By: jhi on 2001/05/15 02:03:12
3400 Log: Subject: [PATCH B::Deparse] Lvaluable method calls
3401 From: Robin Houston <robin@kitsite.com>
3402 Date: Mon, 14 May 2001 22:16:43 +0100
3403 Message-ID: <20010514221643.A22437@penderel>
3404 Branch: perl
3405 ! ext/B/B/Deparse.pm
3406____________________________________________________________________________
3407[ 10108] By: jhi on 2001/05/15 02:02:17
3408 Log: Subject: [PATCH B::Deparse] C<$foo =~ give_me_a_regex>; /x modifier
3409 From: Robin Houston <robin@kitsite.com>
3410 Date: Mon, 14 May 2001 22:03:44 +0100
3411 Message-ID: <20010514220344.A20643@penderel>
3412 Branch: perl
3413 ! ext/B/B/Deparse.pm
3414____________________________________________________________________________
3415[ 10107] By: jhi on 2001/05/15 02:01:24
3416 Log: Subject: [PATCH B::Deparse] "${foo}_bar"
3417 From: Robin Houston <robin@kitsite.com>
3418 Date: Mon, 14 May 2001 22:10:07 +0100
3419 Message-ID: <20010514221007.A21118@penderel>
3420 Branch: perl
3421 ! ext/B/B/Deparse.pm
3422____________________________________________________________________________
3423[ 10106] By: jhi on 2001/05/15 01:41:26
3424 Log: Fix for 20010514.037; substr() didn't invalidate the locale
3425 collation magic.
3426 Branch: perl
3427 ! pp.c
3428____________________________________________________________________________
3429[ 10105] By: jhi on 2001/05/14 18:18:24
3430 Log: Update Changes.
3431 Branch: perl
3432 ! Changes patchlevel.h
3433____________________________________________________________________________
b65a4548
JH
3434[ 10104] By: jhi on 2001/05/14 18:09:07
3435 Log: Retract #10094.
3436 Branch: perl
3437 ! lib/Pod/Text.pm
3438____________________________________________________________________________
3439[ 10103] By: jhi on 2001/05/14 15:20:58
3440 Log: Integrate change #10100 from maintperl.
3441
3442 PL_last_in_gv may not be a GV if it was a stale filehandle (fix for
3443 bug ID 20010514.027)
3444 Branch: perl
3445 !> mg.c pp_ctl.c
3446____________________________________________________________________________
3447[ 10102] By: jhi on 2001/05/14 15:19:21
3448 Log: Document the deprecatedness of suidperl.
3449 Branch: perl
3450 ! INSTALL pod/perlfaq1.pod
3451____________________________________________________________________________
3452[ 10101] By: jhi on 2001/05/14 14:54:31
3453 Log: Subject: Re: [ID 20010514.022] Makemaker a bit too prefix-happy
3454 From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
3455 Date: Mon, 14 May 2001 09:38:59 -0400
3456 Message-ID: <20010514093859.A1479715@linguist.thayer.dartmouth.edu>
3457 Branch: perl
3458 ! lib/ExtUtils/MM_Unix.pm
3459____________________________________________________________________________
3460[ 10100] By: gsar on 2001/05/14 14:43:50
3461 Log: PL_last_in_gv may not be a GV if it was a stale filehandle (fix for
3462 bug ID 20010514.027)
3463
3464 TODO: this needs a testsuite addition
3465 Branch: maint-5.6/perl
3466 ! mg.c pp_ctl.c
3467____________________________________________________________________________
3468[ 10099] By: jhi on 2001/05/14 13:42:38
3469 Log: More DWIMminess for Class::Struct: calling the array or hash
3470 accessors only with one argument, an array or a hash reference,
3471 sets the underlying array or hash. This mirrors nicely also
3472 the usage in the constructor.
3473 From Bernd Sokolowsky <ulmo@garozzo.franken.de>, via Damian Conway.
3474 Branch: perl
3475 ! lib/Class/Struct.pm t/lib/class-struct.t
3476____________________________________________________________________________
3477[ 10098] By: jhi on 2001/05/14 13:10:34
3478 Log: Reference cmp'ing should go through the whole stringification
3479 process shebang, as pointed out by Sarathy in #10091.
3480 Branch: perl
3481 ! pp.c
3482____________________________________________________________________________
3483[ 10097] By: jhi on 2001/05/14 12:54:31
3484 Log: Subject: Re: [LONG] Cleaning up Todo/Todo-5.6/perltodo
3485 From: Simon Cozens <simon@netthink.co.uk>
3486 Date: Sat, 12 May 2001 16:36:27 +0100
3487 Message-ID: <20010512163627.A5522@netthink.co.uk>
3488
3489 with some additions salvaged from Todo and Todo-5.6 before
3490 retiring them.
3491 Branch: perl
3492 - Todo Todo-5.6
3493 ! MANIFEST pod/perltodo.pod
3494____________________________________________________________________________
3495[ 10096] By: jhi on 2001/05/14 12:37:01
3496 Log: Subject: [ID 20010514.025] _SVID3 in <sys/statvfs.h>
3497 From: "Golubev I. N." <gin@mo.msk.ru>
3498 Date: Mon, 07 May 2001 14:33:34 (GMT)
3499 Message-Id: <02453af6b23e63-gin@mo.msk.ru>
3500 Branch: perl
3501 ! perl.h
3502____________________________________________________________________________
3503[ 10095] By: jhi on 2001/05/14 12:34:24
3504 Log: Subject: [ID 20010514.022] Makemaker a bit too prefix-happy
3505 From: "Todd C. Miller" <Todd.Miller@courtesan.com>
3506 Date: Mon, 7 May 2001 09:35:57 -0600 (MDT)
3507 Message-Id: <200105071535.f47FZvf27235@xerxes.courtesan.com>
3508 Branch: perl
3509 ! lib/ExtUtils/MM_Unix.pm
3510____________________________________________________________________________
3511[ 10094] By: jhi on 2001/05/14 12:32:44
3512 Log: (Retracted by #10104.)
3513
3514 Subject: [PATCH bleadperl Pod::Text] avoid overquoting [Was: rand(0) is rand(1)]
3515 From: barries <barries@slaysys.com>
3516 Date: Sat, 12 May 2001 01:28:10 -0400
3517 Message-ID: <20010512012810.B26358@jester.slaysys.com>
3518 Branch: perl
3519 ! lib/Pod/Text.pm
3520____________________________________________________________________________
3521[ 10093] By: jhi on 2001/05/14 12:30:38
3522 Log: Subject: [PATCH] Incorrect line numbers in AutoSplit
3523 From: Mike Guy <mjtg@cam.ac.uk>
3524 Date: Sat, 12 May 2001 19:24:33 +0100
3525 Message-Id: <E14ye49-0006Fn-00@libra.cus.cam.ac.uk>
3526 Branch: perl
3527 ! lib/AutoSplit.pm
3528____________________________________________________________________________
3529[ 10092] By: jhi on 2001/05/14 12:29:21
3530 Log: Yet another HP-UX hints tweak from Merijn.
3531 Branch: perl
3532 ! hints/hpux.sh
3533____________________________________________________________________________
3534[ 10091] By: gsar on 2001/05/14 04:38:32
3535 Log: $ref1 == $ref2 behaves unpredictably on platforms where NV_PRESERVES_UV
3536 isn't defined (changes#9366,9368,9370 from mainline without the
3537 pp_scmp() change)
3538 Branch: maint-5.6/perl
3539 ! pp.c pp.h pp_hot.c
3540____________________________________________________________________________
3541[ 10090] By: jhi on 2001/05/12 13:39:43
3542 Log: The sorting seems to happen now automatically.
3543 Branch: perl
3544 ! t/lib/glob-basic.t
3545____________________________________________________________________________
3546[ 10089] By: jhi on 2001/05/12 03:38:15
3547 Log: Subject: Re: [PATCH perlfunc.pod] split on an empty string
3548 From: Benjamin Sugars <bsugars@canoe.ca>
3549 Date: Fri, 11 May 2001 11:36:04 -0400 (EDT)
3550 Message-ID: <Pine.LNX.4.21.0105111131540.1804-100000@marmot.rim.canoe.ca>
3551 Branch: perl
3552 ! pod/perlfunc.pod
3553____________________________________________________________________________
3554[ 10088] By: jhi on 2001/05/12 03:37:00
3555 Log: Subject: Re: undef(&foo) does not work for XS functions
3556 From: Doug MacEachern <dougm@covalent.net>
3557 Date: Fri, 11 May 2001 16:52:29 -0700 (PDT)
3558 Message-ID: <Pine.LNX.4.21.0105111647240.4478-100000@mako.covalent.net>
3559 Branch: perl
3560 ! op.c
3561____________________________________________________________________________
3562[ 10087] By: jhi on 2001/05/12 03:35:58
3563 Log: Subject: [PATCH: perl@10086] fixup t/op/append.t for UTF-EBCDIC
3564 From: Peter Prymmer <pvhp@forte.com>
3565 Date: Fri, 11 May 2001 17:38:43 -0700 (PDT)
3566 Message-ID: <Pine.OSF.4.10.10105111736190.73589-100000@aspara.forte.com>
3567 Branch: perl
3568 ! t/op/append.t
3569____________________________________________________________________________
3570[ 10086] By: jhi on 2001/05/11 14:23:08
3571 Log: Update Changes.
3572 Branch: perl
3573 ! Changes patchlevel.h
3574____________________________________________________________________________
d0e4b787
JH
3575[ 10085] By: jhi on 2001/05/11 14:08:20
3576 Log: Remove the 'asciir' re subpragma. Should instead implement
3577 the 'physical vs logical' range scheme:
3578
3579 \xAA-\xCC is a native physical range, you want that range of
3580 codepoints in your native encoding. In EBCDIC the codepoints
3581 in the gaps (between i-j and r-s) should be included.
3582
3583 \x{AA}-\x{CC} is a physical Unicode range, you want that range of
3584 codepoints in Unicode.
3585
3586 a-z is a logical range, you want that range of 'logical' codepoints
3587 in your native encoding. In EBCDIC the codepoints in the gaps
3588 (between i-j and r-s) should not be included.
3589
3590 Mixed cases (a-\xAA, etc) should either be errors, or maybe
3591 the 'logical' endpoints should be converted to native/Unicode
3592 codepoints, and the range handled as a physical range.
3593
3594 'Logical endpoints' are to be recognized only in the A-Z, a-z,
3595 and 0-9 ranges. Probably a warning should be given for mixed
3596 cases like A-z or a-9 (since such expressions are encoding
3597 dependent), with a recommendation to use physical ranges.
3598 Branch: perl
3599 ! ext/re/re.pm perl.h regcomp.c regcomp.h t/op/pat.t
3600 ! t/op/regexp.t
3601____________________________________________________________________________
3602[ 10084] By: jhi on 2001/05/11 13:56:16
3603 Log: Make the test to cleanup the test directory tree
3604 both before and after the testing so that we always
3605 have a clean slate to work with.
3606 Branch: perl
3607 ! t/lib/filefind.t
3608____________________________________________________________________________
3609[ 10083] By: jhi on 2001/05/11 13:46:30
3610 Log: Subject: Re: [PATCH perlfunc.pod] split on an empty string
3611 From: Jon Eveland <jweveland@yahoo.com>
3612 Date: Fri, 11 May 2001 07:36:28 -0700 (PDT)
3613 Message-ID: <20010511143628.24225.qmail@web10402.mail.yahoo.com>
3614 Branch: perl
3615 ! pod/perlfunc.pod
3616____________________________________________________________________________
3617[ 10082] By: jhi on 2001/05/11 13:45:06
3618 Log: Merge the camel-III/vstring.t with op/ver.t.
3619 Branch: perl
3620 - t/camel-III/vstring.t
3621 ! MANIFEST t/TEST t/harness t/op/ver.t
3622____________________________________________________________________________
3623[ 10081] By: jhi on 2001/05/11 13:15:55
3624 Log: Add test.deparse make target.
3625 Branch: perl
3626 ! Makefile.SH
3627____________________________________________________________________________
3628[ 10080] By: jhi on 2001/05/11 12:52:49
3629 Log: Subject: [PATCH B::Deparse] $foo->bar(0)
3630 From: Robin Houston <robin@kitsite.com>
3631 Date: Fri, 11 May 2001 12:02:22 +0100
3632 Message-ID: <20010511120222.A11529@penderel>
3633 Branch: perl
3634 ! ext/B/B/Deparse.pm t/op/method.t
3635____________________________________________________________________________
3636[ 10079] By: jhi on 2001/05/11 01:59:06
3637 Log: A nicely working combination for UTS from Hal Morris.
3638 Branch: perl
3639 + ext/POSIX/hints/uts.pl
3640 ! MANIFEST hints/uts.sh
3641____________________________________________________________________________
3642[ 10078] By: jhi on 2001/05/11 01:15:04
3643 Log: i_ieeefp=undef for UTS.
3644 Branch: perl
3645 ! hints/uts.sh
3646____________________________________________________________________________
3647[ 10077] By: jhi on 2001/05/10 22:42:35
3648 Log: Subject: RE: rand(0) is rand(1)
3649 From: Larry Shatzer <lshatzer@islanddata.com>
3650 Date: Thu, 10 May 2001 11:09:27 -0700
3651 Message-ID: <95CD90709D74D4118F4600D0B79E8BC9995027@mail.islanddata.com>
3652 Branch: perl
3653 ! pod/perlfunc.pod
3654____________________________________________________________________________
3655[ 10076] By: jhi on 2001/05/10 22:36:50
3656 Log: Subject: [patch] make op_{clear,null} public
3657 From: Doug MacEachern <dougm@covalent.net>
3658 Date: Thu, 10 May 2001 15:54:09 -0700 (PDT)
3659 Message-ID: <Pine.LNX.4.21.0105101546510.2962-100000@mako.covalent.net>
3660 Branch: perl
3661 ! embed.h embed.pl op.c proto.h
3662____________________________________________________________________________
3663[ 10075] By: jhi on 2001/05/10 22:28:36
3664 Log: Subject: [PATCH B.xs] Extend tr/\0-\377/blah/c support
3665 From: Robin Houston <robin@kitsite.com>
3666 Date: Thu, 10 May 2001 18:54:59 +0100
3667 Message-ID: <20010510185459.A5995@penderel>
3668 Branch: perl
3669 ! ext/B/B.xs ext/B/B/Deparse.pm t/op/tr.t
3670____________________________________________________________________________
3671[ 10074] By: jhi on 2001/05/10 22:23:41
3672 Log: Subject: [PATCH B::Deparse] t/op/64bitint.t
3673 From: Robin Houston <robin@kitsite.com>
3674 Date: Thu, 10 May 2001 12:56:39 +0100
3675 Message-ID: <20010510125639.A2119@penderel>
3676 Branch: perl
3677 ! ext/B/B/Deparse.pm
3678____________________________________________________________________________
3679[ 10073] By: jhi on 2001/05/10 14:26:01
3680 Log: Retract #10070, not ready yet.
3681 Branch: perl
3682 ! ext/B/B/Deparse.pm
3683____________________________________________________________________________
3684[ 10072] By: jhi on 2001/05/10 13:40:24
3685 Log: The metaconfig unit change for #10071.
3686 Branch: metaconfig
3687 ! U/modified/mallocsrc.U
3688____________________________________________________________________________
3689[ 10071] By: jhi on 2001/05/10 13:39:57
3690 Log: The #9525+#9526 didn't allow for overriding usemymalloc.
3691 Branch: perl
3692 ! Configure
3693____________________________________________________________________________
3694[ 10070] By: jhi on 2001/05/10 13:18:42
3695 Log: (Retracted by #10073)
3696
3697 Subject: Re: [PATCH t/TEST] B::Deparse tester
3698 From: Hugo <hv@crypt.compulink.co.uk>
3699 Date: Thu, 10 May 2001 05:48:09 +0100
3700 Message-Id: <200105100448.FAA13584@crypt.compulink.co.uk>
3701 Branch: perl
3702 ! ext/B/B/Deparse.pm
3703____________________________________________________________________________
3704[ 10069] By: jhi on 2001/05/10 12:24:06
3705 Log: Add a for(func()) test.
3706 Branch: perl
3707 ! t/cmd/for.t
3708____________________________________________________________________________
3709[ 10068] By: jhi on 2001/05/10 12:16:00
3710 Log: Subject: [PATCH B::Deparse] our() lists and foreach loops
3711 From: Robin Houston <robin@kitsite.com>
3712 Date: Thu, 10 May 2001 13:50:08 +0100
3713 Message-ID: <20010510135008.A2454@penderel>
3714 Branch: perl
3715 ! ext/B/B/Deparse.pm
3716____________________________________________________________________________
3717[ 10067] By: jhi on 2001/05/10 01:45:03
3718 Log: A thinko in #10065.
3719 Branch: perl
3720 ! hv.c
3721____________________________________________________________________________
3722[ 10066] By: jhi on 2001/05/10 01:33:12
3723 Log: Subject: [PATCH B::Deparse] Fix tr///ansliteration
3724 From: Robin Houston <robin@kitsite.com>
3725 Date: Thu, 10 May 2001 02:10:34 +0100
3726 Message-ID: <20010510021034.A19421@penderel>
3727 Branch: perl
3728 ! ext/B/B.xs ext/B/B/Deparse.pm
3729____________________________________________________________________________
3730[ 10065] By: jhi on 2001/05/10 01:30:43
3731 Log: Subject: [patch] make hv_fetch{_ent} SvGMAGICAL aware
3732 From: Doug MacEachern <dougm@covalent.net>
3733 Date: Mon, 7 May 2001 09:50:58 -0700 (PDT)
3734 Message-ID: <Pine.LNX.4.21.0105070947060.23808-100000@mako.covalent.net>
3735 Branch: perl
3736 ! hv.c
3737____________________________________________________________________________
3738[ 10064] By: jhi on 2001/05/09 23:13:29
3739 Log: One more workaround for the UTS compiler from Hal Morris.
3740 Branch: perl
3741 ! perl.h
3742____________________________________________________________________________
3743[ 10063] By: jhi on 2001/05/09 23:09:53
3744 Log: Subject: [PATCH B::Debug] Show string for PVOP, and referent for RV
3745 From: Robin Houston <robin@kitsite.com>
3746 Date: Thu, 10 May 2001 01:02:08 +0100
3747 Message-ID: <20010510010208.A18200@penderel>
3748 Branch: perl
3749 ! ext/B/B/Debug.pm
3750____________________________________________________________________________
3751[ 10062] By: jhi on 2001/05/09 23:06:25
3752 Log: Subject: [PATCH] Simplify deb_curcv() a bit
3753 From: Benjamin Sugars <bsugars@canoe.ca>
3754 Date: Wed, 9 May 2001 18:14:34 -0400 (EDT)
3755 Message-ID: <Pine.LNX.4.21.0105091811340.1160-100000@marmot.rim.canoe.ca>
3756 Branch: perl
3757 ! run.c
3758____________________________________________________________________________
3759[ 10061] By: jhi on 2001/05/09 23:05:28
3760 Log: Subject: [PATCH] Additional test case for PerlIO::Scalar
3761 From: Benjamin Sugars <bsugars@canoe.ca>
3762 Date: Wed, 9 May 2001 18:03:45 -0400 (EDT)
3763 Message-ID: <Pine.LNX.4.21.0105091758220.1160-100000@marmot.rim.canoe.ca>
3764 Branch: perl
3765 ! t/lib/io_scalar.t
3766____________________________________________________________________________
3767[ 10060] By: jhi on 2001/05/09 23:04:38
3768 Log: Subject: [PATCH: perl@10022] update md5sum for MD5.xs on IBM-1047
3769 From: Peter Prymmer <pvhp@forte.com>
3770 Date: Wed, 9 May 2001 12:08:02 -0700 (PDT)
3771 Message-ID: <Pine.OSF.4.10.10105091205250.455254-100000@aspara.forte.com>
3772 Branch: perl
3773 ! t/lib/md5-file.t
3774____________________________________________________________________________
3775[ 10059] By: jhi on 2001/05/09 23:03:52
3776 Log: Subject: [PATCH t/TEST] B::Deparse tester
3777 From: Robin Houston <robin@kitsite.com>
3778 Date: Wed, 9 May 2001 19:17:50 +0100
3779 Message-ID: <20010509191750.A16940@penderel>
3780 Branch: perl
3781 ! ext/B/O.pm t/TEST
3782____________________________________________________________________________
3783[ 10058] By: jhi on 2001/05/09 23:02:56
3784 Log: Subject: [PATCH] Pod::Html -- fixes extra gaps in raw text
3785 From: Jeff Pinyan <jeffp@crusoe.net>
3786 Date: Wed, 9 May 2001 14:36:25 -0400 (EDT)
3787 Message-ID: <Pine.GSO.4.21.0105091430420.357-100000@crusoe.crusoe.net>
3788 Branch: perl
3789 ! lib/Pod/Html.pm
3790____________________________________________________________________________
3791[ 10057] By: nick on 2001/05/09 18:37:56
3792 Log: Integrate mainline.
3793 Branch: perlio
3794 !> Changes epoc/epocish.h ext/PerlIO/Scalar/Scalar.xs
3795 !> hints/hpux.sh lib/Pod/Html.pm patchlevel.h perlio.c
3796____________________________________________________________________________
3797[ 10056] By: jhi on 2001/05/09 16:44:44
3798 Log: Update Changes.
3799 Branch: perl
3800 ! Changes patchlevel.h
3801____________________________________________________________________________
402f2918
JH
3802[ 10055] By: jhi on 2001/05/09 16:26:47
3803 Log: Integrate perlio.
3804 Branch: perl
3805 !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
3806____________________________________________________________________________
3807[ 10054] By: jhi on 2001/05/09 16:25:42
3808 Log: Subject: Re: [PATCH] Test offset when reading from a PerlIO::Scalar
3809 From: Benjamin Sugars <bsugars@canoe.ca>
3810 Date: Wed, 9 May 2001 12:42:30 -0400 (EDT)
3811 Message-ID: <Pine.LNX.4.21.0105091230110.1516-100000@marmot.rim.canoe.ca>
3812 Branch: perl
3813 ! perlio.c
3814____________________________________________________________________________
3815[ 10053] By: jhi on 2001/05/09 16:24:37
3816 Log: Subject: [PATCH] Test offset when reading from a PerlIO::Scalar
3817 From: Benjamin Sugars <bsugars@canoe.ca>
3818 Date: Tue, 8 May 2001 17:09:44 -0400 (EDT)
3819 Message-ID: <Pine.LNX.4.21.0105081654140.1212-100000@marmot.rim.canoe.ca>
3820 Branch: perl
3821 ! ext/PerlIO/Scalar/Scalar.xs
3822____________________________________________________________________________
3823[ 10052] By: jhi on 2001/05/09 16:19:04
3824 Log: Subject: [PATCH] Pod::Html doesn't honor =begin ... =end properly
3825 From: Jeff Pinyan <jeffp@crusoe.net>
3826 Date: Wed, 9 May 2001 12:35:24 -0400 (EDT)
3827 Message-ID: <Pine.GSO.4.21.0105091233430.357-100000@crusoe.crusoe.net>
3828 Branch: perl
3829 ! lib/Pod/Html.pm
3830____________________________________________________________________________
3831[ 10051] By: jhi on 2001/05/09 15:30:17
3832 Log: EPOC tweak from Olaf Flebbe.
3833 Branch: perl
3834 ! epoc/epocish.h
3835____________________________________________________________________________
3836[ 10050] By: nick on 2001/05/09 14:37:57
3837 Log: win32, regen_config_h
3838 Branch: perlio
3839 ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
3840____________________________________________________________________________
3841[ 10049] By: jhi on 2001/05/09 12:33:39
3842 Log: Integrate perlio.
3843 Branch: perl
3844 !> pp_sys.c
3845____________________________________________________________________________
3846[ 10048] By: nick on 2001/05/09 11:59:50
3847 Log: If wait() or waitpid() ends due to EINTR despatch perl interrupt handler
3848 and re-try. Fixes "perl 5.7.x prefers suicide over killing more than one child."
3849 Branch: perlio
3850 ! pp_sys.c
3851____________________________________________________________________________
3852[ 10047] By: jhi on 2001/05/09 10:50:12
3853 Log: Integrate perlio.
3854 Branch: perl
3855 !> run.c
3856____________________________________________________________________________
3857[ 10046] By: jhi on 2001/05/09 10:49:34
3858 Log: Subject: Re: Less warnings during configure
3859 From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
3860 Date: Wed, 09 May 2001 13:12:49 +0200
3861 Message-Id: <20010509125337.995D.H.M.BRAND@hccnet.nl>
3862 Branch: perl
3863 ! hints/hpux.sh
3864____________________________________________________________________________
3865[ 10045] By: nick on 2001/05/09 09:56:59
3866 Log: MULTIPLICITY/DEBUGGING build fix.
3867 Branch: perlio
3868 ! run.c
3869____________________________________________________________________________
3870[ 10044] By: nick on 2001/05/09 09:46:37
3871 Log: Merge of mainline (does not build MULTIPLICITY/DEBUGGING issue).
3872 Branch: perlio
3873 +> hints/atheos.sh pod/perl572delta.pod t/pod/plainer.t
3874 - ext/SDBM_File/sdbm/dbm.c ext/SDBM_File/sdbm/dbm.h
3875 !> (integrate 65 files)
3876____________________________________________________________________________
3877[ 10043] By: jhi on 2001/05/08 22:41:49
3878 Log: Subject: [PATCH op.c] Deprecate %x->{'foo'}, @y->[23] etc
3879 From: Robin Houston <robin@kitsite.com>
3880 Date: Tue, 8 May 2001 19:38:00 +0100
3881 Message-ID: <20010508193800.A4389@penderel>
3882
3883 Subject: Re: [PATCH op.c] Deprecate %x->{'foo'}, @y->[23] etc
3884 From: Robin Houston <robin@kitsite.com>
3885 Date: Tue, 8 May 2001 20:03:57 +0100
3886 Message-ID: <20010508200357.A4614@penderel>
3887
3888 Subject: Re: [PATCH op.c] Deprecate %x->{'foo'}, @y->[23] etc
3889 From: Robin Houston <robin@kitsite.com>
3890 Date: Wed, 9 May 2001 00:12:05 +0100
3891 Message-ID: <20010509001205.A18521@puffinry.freeserve.co.uk>
3892 Branch: perl
3893 ! op.c pod/perldiag.pod t/pragma/overload.t t/pragma/warn/op
3894____________________________________________________________________________
3895[ 10042] By: jhi on 2001/05/08 22:09:35
3896 Log: Retract #10031.
3897 Branch: perl
3898 ! pod/perlfunc.pod
3899____________________________________________________________________________
3900[ 10041] By: jhi on 2001/05/08 18:27:34
3901 Log: The metaconfig unit changes for #10040.
3902 Branch: metaconfig/U/perl
3903 ! Checkcc.U d_dlsymun.U dlsrc.U
3904____________________________________________________________________________
3905[ 10040] By: jhi on 2001/05/08 18:24:47
3906 Log: The Configure half of
3907
3908 Subject: Less warnings during configure
3909 From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
3910 Date: Tue, 08 May 2001 08:44:02 +0200
3911 Message-Id: <20010508084158.D793.H.M.BRAND@hccnet.nl>
3912 Branch: perl
3913 ! Configure
3914____________________________________________________________________________
3915[ 10039] By: jhi on 2001/05/08 16:48:31
3916 Log: Subject: Less warnings during configure
3917 From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
3918 Date: Tue, 08 May 2001 08:44:02 +0200
3919 Message-Id: <20010508084158.D793.H.M.BRAND@hccnet.nl>
3920 Branch: perl
3921 ! hints/hpux.sh
3922____________________________________________________________________________
3923[ 10038] By: jhi on 2001/05/08 16:32:07
3924 Log: Don't forget to whine about \d__\d.
3925 Branch: perl
3926 ! t/pragma/warn/toke toke.c
3927____________________________________________________________________________
3928[ 10037] By: jhi on 2001/05/08 16:07:05
3929 Log: Allow underscores also in the exponent part.
3930 Branch: perl
3931 ! t/pragma/warn/toke toke.c
3932____________________________________________________________________________
3933[ 10036] By: jhi on 2001/05/08 13:33:55
3934 Log: CodeMagicCD doesn't look like an *I*DE.
3935 Branch: perl
3936 ! pod/perlfaq3.pod
3937____________________________________________________________________________
3938[ 10035] By: jhi on 2001/05/08 13:27:48
3939 Log: Add Open Perl IDE, remove Perl Code Magic (the site seems
3940 to be consistently down).
3941 Branch: perl
3942 ! pod/perlfaq3.pod
3943____________________________________________________________________________
3944[ 10034] By: jhi on 2001/05/08 13:21:07
3945 Log: Upgrade to Text::Balanced 1.84.
3946 Branch: perl
3947 ! lib/Text/Balanced.pm t/lib/tb-xbrak.t
3948____________________________________________________________________________
3949[ 10033] By: jhi on 2001/05/08 12:41:53
3950 Log: Subject: Re: [PATCH] Find the last of the missing pad variables
3951 From: Benjamin Sugars <bsugars@canoe.ca>
3952 Date: Tue, 8 May 2001 09:14:30 -0400 (EDT)
3953 Message-ID: <Pine.LNX.4.21.0105080912370.1930-100000@marmot.rim.canoe.ca>
3954 Branch: perl
3955 ! run.c
3956____________________________________________________________________________
3957[ 10032] By: jhi on 2001/05/08 12:40:28
3958 Log: Subject: [PATCH: perl@10022] cleaner cleanup for t/pod/plainer.t
3959 From: Peter Prymmer <pvhp@forte.com>
3960 Date: Mon, 7 May 2001 18:13:06 -0700 (PDT)
3961 Message-ID: <Pine.OSF.4.10.10105071810100.317708-100000@aspara.forte.com>
3962 Branch: perl
3963 ! t/pod/plainer.t
3964____________________________________________________________________________
3965[ 10031] By: jhi on 2001/05/08 12:35:25
3966 Log: (Retracted by #10042)
3967
3968 Subject: Re: [ID 20010506.040] Infinite loop in lib/selfstubber.t under Cygwin
3969 From: "Philip Newton" <pnewton@gmx.de>
3970 Date: Tue, 8 May 2001 09:18:10 +0200
3971 Message-ID: <3AF7B9D2.28861.603732@localhost>
3972 Branch: perl
3973 ! pod/perlfunc.pod
3974____________________________________________________________________________
3975[ 10030] By: jhi on 2001/05/08 12:32:23
3976 Log: Subject: [PATCH B::Deparse] Document known bugs
3977 From: Robin Houston <robin@kitsite.com>
3978 Date: Tue, 8 May 2001 01:53:34 +0100
3979 Message-ID: <20010508015334.A32394@penderel>
3980 Branch: perl
3981 ! ext/B/B/Deparse.pm
3982____________________________________________________________________________
3983[ 10029] By: jhi on 2001/05/08 12:28:28
3984 Log: Subject: Re: Perl book, magazine and website updates.
3985 From: "Philip Newton" <pnewton@gmx.de>
3986 Date: Mon, 7 May 2001 17:03:58 +0200
3987 Message-ID: <3AF6D57E.5387.1E29930@localhost>
3988 Branch: perl
3989 ! pod/perlfaq2.pod
3990____________________________________________________________________________
3991[ 10028] By: jhi on 2001/05/07 23:53:30
3992 Log: Subject: [PATCH: perl@10022] YA tweak to avoid open file conflict in io/fflush.t
3993 From: Peter Prymmer <pvhp@forte.com>
3994 Date: Mon, 7 May 2001 17:50:48 -0700 (PDT)
3995 Message-ID: <Pine.OSF.4.10.10105071746570.317708-100000@aspara.forte.com>
3996 Branch: perl
3997 ! t/io/fflush.t
3998____________________________________________________________________________
3999[ 10027] By: jhi on 2001/05/07 23:22:48
4000 Log: Subject: [PATCH B::Deparse] Give (?{...}) a taste of its own medicine
4001 From: Robin Houston <robin@kitsite.com>
4002 Date: Tue, 8 May 2001 01:14:55 +0100
4003 Message-ID: <20010508011455.A32162@penderel>
4004 Branch: perl
4005 ! ext/B/B/Deparse.pm
4006____________________________________________________________________________
4007[ 10026] By: jhi on 2001/05/07 23:15:05
4008 Log: Typo in #10025.
4009 Branch: perl
4010 ! hints/uts.sh
4011____________________________________________________________________________
4012[ 10025] By: jhi on 2001/05/07 21:15:35
4013 Log: cc, cflags, and optimize tweaks for UTS from Hal Morris.
4014 Branch: perl
4015 ! hints/uts.sh
4016____________________________________________________________________________
4017[ 10024] By: jhi on 2001/05/07 20:58:40
4018 Log: Subject: Re: [ID 20010506.045] question about hash syntax
4019 From: Peter Scott <Peter@PSDT.com>
4020 Date: Sun, 06 May 2001 13:10:40 -0700
4021 Message-Id: <4.3.2.7.2.20010506113015.00b46100@psdt.com>
4022 Branch: perl
4023 ! pod/perl56delta.pod
4024____________________________________________________________________________
4025[ 10023] By: jhi on 2001/05/07 20:41:26
4026 Log: Configure should figure out the list of dynamic extensions
4027 just fine in UTS-- and in fact it does, as reported by Hal Morris.
4028 Branch: perl
4029 ! hints/uts.sh
4030____________________________________________________________________________
4031[ 10022] By: jhi on 2001/05/07 20:24:11
4032 Log: Update Changes.
4033 Branch: perl
4034 ! Changes patchlevel.h
4035____________________________________________________________________________
038dd032
JH
4036[ 10021] By: jhi on 2001/05/07 20:11:31
4037 Log: Subject: [PATCH regcomp.c] Insecure regexes
4038 From: Robin Houston <robin@kitsite.com>
4039 Date: Mon, 7 May 2001 21:56:12 +0100
4040 Message-ID: <20010507215612.A31114@penderel>
4041 Branch: perl
4042 ! regcomp.c
4043____________________________________________________________________________
4044[ 10020] By: jhi on 2001/05/07 20:02:30
4045 Log: Drop the foobar.perl.com references for now until Simon
4046 gets them sorted out.
4047 Branch: perl
4048 ! pod/perlfaq2.pod
4049____________________________________________________________________________
4050[ 10019] By: jhi on 2001/05/07 19:54:33
4051 Log: Subject: Re: RFC: changing Devel::SelfStubber to relinquish its grasp
4052 From: Prymmer/Kahn <pvhp@best.com>
4053 Date: Mon, 7 May 2001 07:47:21 -0700 (PDT)
4054 Message-ID: <Pine.BSF.4.21.0105070733080.13301-100000@shell8.ba.best.com>
4055 Branch: perl
4056 ! lib/Devel/SelfStubber.pm
4057____________________________________________________________________________
4058[ 10018] By: jhi on 2001/05/07 19:53:10
4059 Log: Subject: Re: [ID 20010506.022] Win32/Makefile problems in 5.7.1
4060 From: Prymmer/Kahn <pvhp@best.com>
4061 Date: Sun, 6 May 2001 21:34:56 -0700 (PDT)
4062 Message-ID: <Pine.BSF.4.21.0105062131520.17625-100000@shell8.ba.best.com>
4063 Branch: perl
4064 ! win32/Makefile
4065____________________________________________________________________________
4066[ 10017] By: jhi on 2001/05/07 19:35:10
4067 Log: s/WebTechnique's/WebTechniques/
4068 Branch: perl
4069 ! pod/perlfaq2.pod
4070____________________________________________________________________________
4071[ 10016] By: jhi on 2001/05/07 12:26:29
4072 Log: Llama 3 updates from Randal.
4073 Branch: perl
4074 ! pod/perlfaq2.pod
4075____________________________________________________________________________
4076[ 10015] By: jhi on 2001/05/07 01:34:38
4077 Log: Subject: [PATCH] Help -Dt show correct pad variables
4078 From: Benjamin Sugars <ben.sugars@home.com>
4079 Date: Sun, 6 May 2001 12:54:13 -0400 (EDT)
4080 Message-ID: <Pine.LNX.4.21.0105061142040.12858-100000@localhost.localdomain>
4081 Branch: perl
4082 ! embed.h embed.pl proto.h run.c
4083____________________________________________________________________________
4084[ 10014] By: jhi on 2001/05/07 01:23:56
4085 Log: Subject: [PATCH] Document C<our $foo : shared>
4086 From: Benjamin Sugars <ben.sugars@home.com>
4087 Date: Sun, 6 May 2001 19:00:55 -0400 (EDT)
4088 Message-ID: <Pine.LNX.4.21.0105061847090.9500-100000@localhost.localdomain>
4089 Branch: perl
4090 ! pod/perlfunc.pod
4091____________________________________________________________________________
4092[ 10013] By: jhi on 2001/05/07 01:22:22
4093 Log: Subject: [PATCH B::Deparse] undefined folded constants
4094 From: Robin Houston <robin@kitsite.com>
4095 Date: Sun, 6 May 2001 17:19:09 +0100
4096 Message-ID: <20010506171909.A7046@penderel>
4097 Branch: perl
4098 ! ext/B/B/Deparse.pm
4099____________________________________________________________________________
4100[ 10012] By: jhi on 2001/05/07 00:57:38
4101 Log: Subject: [PATCH B::Deparse] use Foo (sub {...});
4102 From: Robin Houston <robin@kitsite.com>
4103 Message-ID: <20010506164654.A6848@penderel>
4104 Date: Sun, 6 May 2001 16:46:54 +0100
4105 Branch: perl
4106 ! ext/B/B/Deparse.pm
4107____________________________________________________________________________
4108[ 10011] By: jhi on 2001/05/07 00:52:18
4109 Log: Subject: [PATCH t/op/my_stash.t] Naughty?
4110 From: Robin Houston <robin@kitsite.com>
4111 Date: Sun, 6 May 2001 14:47:02 +0100
4112 Message-ID: <20010506144702.A6308@penderel>
4113 Branch: perl
4114 ! t/op/my_stash.t
4115____________________________________________________________________________
4116[ 10010] By: jhi on 2001/05/06 15:07:51
4117 Log: Subject: Perl book, magazine and website updates.
4118 From: Simon Cozens <simon@netthink.co.uk>
4119 Date: Sun, 6 May 2001 16:55:36 +0100
4120 Message-ID: <20010506165536.A1795@netthink.co.uk>
4121 Branch: perl
4122 ! pod/perlbook.pod pod/perlfaq2.pod
4123____________________________________________________________________________
4124[ 10009] By: jhi on 2001/05/06 14:11:40
4125 Log: Tweaks on the Tru64 prof options.
4126 Branch: perl
4127 ! pod/perlhack.pod
4128____________________________________________________________________________
4129[ 10008] By: jhi on 2001/05/06 13:51:49
4130 Log: Subject: [PATCH t/pod/testp2pt.pl] Give deparse tester a chance
4131 From: Robin Houston <robin@kitsite.com>
4132 Date: Sun, 6 May 2001 14:40:51 +0100
4133 Message-ID: <20010506144051.A6279@penderel>
4134 Branch: perl
4135 ! t/pod/testp2pt.pl
4136____________________________________________________________________________
4137[ 10007] By: jhi on 2001/05/06 13:49:31
4138 Log: Subject: [PATCH B::Deparse] scoping
4139 From: Robin Houston <robin@kitsite.com>
4140 Date: Sun, 6 May 2001 14:36:56 +0100
4141 Message-ID: <20010506143656.A4006@penderel>
4142 Branch: perl
4143 ! ext/B/B/Deparse.pm ext/B/defsubs_h.PL t/lib/b-deparse.t
4144____________________________________________________________________________
4145[ 10006] By: jhi on 2001/05/06 13:24:12
4146 Log: Document the undefinedness of bitshifting out of range.
4147 Branch: perl
4148 ! pod/perlop.pod
4149____________________________________________________________________________
4150[ 10005] By: jhi on 2001/05/06 13:03:17
4151 Log: Retract #10003 and update the IDE descriptions a bit.
4152 Branch: perl
4153 ! pod/perlfaq3.pod
4154____________________________________________________________________________
4155[ 10004] By: jhi on 2001/05/06 03:02:41
4156 Log: Subject: [PATCH: perl@10001] win32 update (VC,Borland,gcc), nmake update
4157 From: Prymmer/Kahn <pvhp@best.com>
4158 Date: Sat, 5 May 2001 20:30:49 -0700 (PDT)
4159 Message-ID: <Pine.BSF.4.21.0105052017370.3961-100000@shell8.ba.best.com>
4160 Branch: perl
4161 ! win32/Makefile win32/buildext.pl win32/config.bc
4162 ! win32/config.gc win32/config.vc
4163____________________________________________________________________________
4164[ 10003] By: jhi on 2001/05/05 20:24:44
4165 Log: (Retracted by #10005.)
4166 Branch: perl
4167 ! pod/perlfaq3.pod
4168____________________________________________________________________________
4169[ 10002] By: jhi on 2001/05/05 19:23:36
4170 Log: It's "psed", not "sed".
4171 Branch: perl
4172 ! x2p/s2p.PL
4173____________________________________________________________________________
4174[ 10001] By: jhi on 2001/05/05 18:35:38
4175 Log: Update Changes.
4176 Branch: perl
4177 ! Changes patchlevel.h
4178____________________________________________________________________________
92e0bad9
JH
4179[ 10000] By: jhi on 2001/05/05 18:32:15
4180 Log: Subject: Re: bleadperl make install fails due to "psed"
4181 From: andreas.koenig@anima.de (Andreas J. Koenig)
4182 Date: 05 May 2001 18:23:28 +0200
4183 Message-ID: <m3u22zg3y7.fsf@ak-71.mind.de>
4184 Branch: perl
4185 ! x2p/Makefile.SH x2p/s2p.PL
4186____________________________________________________________________________
4187[ 9999] By: jhi on 2001/05/05 18:28:09
4188 Log: AUTHORS updates.
4189 Branch: perl
4190 ! AUTHORS
4191____________________________________________________________________________
4192[ 9998] By: jhi on 2001/05/05 18:16:00
4193 Log: Updates on the pods related to the modules included since 5.6.
4194
4195 TODO: perltodo really could use major updating.
4196 Branch: perl
4197 ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq7.pod
4198 ! pod/perlfaq8.pod pod/perlfilter.pod pod/perlfunc.pod
4199 ! pod/perlop.pod pod/perlport.pod pod/perlsec.pod
4200 ! pod/perlsyn.pod pod/perltodo.pod
4201____________________________________________________________________________
4202[ 9997] By: jhi on 2001/05/05 17:35:17
4203 Log: Hints file for AtheOS ( http://www.atheos.cx/ ),
4204 from Kurt Skauen.
4205 Branch: perl
4206 + hints/atheos.sh
4207 ! MANIFEST
4208____________________________________________________________________________
4209[ 9996] By: jhi on 2001/05/05 17:25:00
4210 Log: Add preemptive #undefs for some of the shorter and more prone
4211 to collision regcomp.h #defines. (Background: the MASK collided
4212 with a system header #define in Rhapsody.)
4213 Branch: perl
4214 ! regcomp.h
4215____________________________________________________________________________
4216[ 9995] By: jhi on 2001/05/05 13:24:21
4217 Log: Subject: [PATCH] Re: h2xs [was Re: HEAR YE, HEAR YE!]
4218 From: Nicholas Clark <nick@ccl4.org>
4219 Date: Sat, 5 May 2001 14:46:39 +0100
4220 Message-ID: <20010505144639.O53513@plum.flirble.org>
4221
4222 Add a test for the constants (if any) being processed correctly.
4223 Branch: perl
4224 ! utils/h2xs.PL
4225____________________________________________________________________________
4226[ 9994] By: jhi on 2001/05/05 02:11:03
4227 Log: Subject: [PATCH & retract: perl@9973] the real fix for t/lib/b-stash.t
4228 From: Peter Prymmer <pvhp@forte.com>
4229 Date: Fri, 4 May 2001 17:44:13 -0700 (PDT)
4230 Message-ID: <Pine.OSF.4.10.10105041734280.67333-100000@aspara.forte.com>
4231 Branch: perl
4232 ! t/lib/b-stash.t
4233____________________________________________________________________________
4234[ 9993] By: jhi on 2001/05/05 02:03:49
4235 Log: Subject: [PATCH: perl@9973] fix const poisioning in PerlIO_openn->fdopen->openn
4236 From: Peter Prymmer <pvhp@forte.com>
4237 Date: Fri, 4 May 2001 17:29:02 -0700 (PDT)
4238 Message-ID: <Pine.OSF.4.10.10105041727420.67333-100000@aspara.forte.com>
4239 Branch: perl
4240 ! perlio.c vms/vmsish.h
4241____________________________________________________________________________
4242[ 9992] By: jhi on 2001/05/04 17:21:12
4243 Log: Subject: [PATHC perl@9944] missing library tests: Pod::Plainer
4244 From: Robin Barker <rmb1@cise.npl.co.uk>
4245 Date: Fri, 4 May 2001 18:13:47 +0100 (BST)
4246 Message-Id: <200105041713.SAA14842@tempest.npl.co.uk>
4247 Branch: perl
4248 + t/pod/plainer.t
4249 ! MANIFEST
4250____________________________________________________________________________
4251[ 9991] By: jhi on 2001/05/04 16:47:45
4252 Log: Subject: [PATCH perl@9944] -Wformat error from ext/re/re_comp.c
4253 From: Robin Barker <rmb1@cise.npl.co.uk>
4254 Date: Fri, 4 May 2001 18:09:13 +0100 (BST)
4255 Message-Id: <200105041709.SAA14835@tempest.npl.co.uk>
4256 Branch: perl
4257 ! regcomp.c
4258____________________________________________________________________________
4259[ 9990] By: jhi on 2001/05/04 14:37:20
4260 Log: Subject: [PATCH: perl@9973] let win32 run t/lib/b-stash.t
4261 From: Prymmer/Kahn <pvhp@best.com>
4262 Date: Fri, 4 May 2001 07:31:01 -0700 (PDT)
4263 Message-ID: <Pine.BSF.4.21.0105040727430.14844-100000@shell8.ba.best.com>
4264 Branch: perl
4265 ! t/lib/b-stash.t
4266____________________________________________________________________________
4267[ 9989] By: jhi on 2001/05/04 14:03:58
4268 Log: Introduce perl572delta, update Todo, add the missing
4269 mention about signal safety since 5.7.1 (though this
4270 requires verification and more details.)
4271 Branch: perl
4272 + pod/perl572delta.pod
4273 ! MANIFEST Todo pod/perl571delta.pod
4274____________________________________________________________________________
4275[ 9988] By: jhi on 2001/05/04 12:41:51
4276 Log: Subject: [PATCH perl@9944] long =item
4277 From: Robin Barker <rmb1@cise.npl.co.uk>
4278 Date: Fri, 4 May 2001 14:15:20 +0100 (BST)
4279 Message-Id: <200105041315.OAA00436@tempest.npl.co.uk>
4280 Branch: perl
4281 ! ext/Time/HiRes/HiRes.pm
4282____________________________________________________________________________
4283[ 9987] By: jhi on 2001/05/04 12:39:19
4284 Log: The #9901 had removed one line essential for EBCDIC.
4285 Branch: perl
4286 ! regcomp.c
4287____________________________________________________________________________
4288[ 9986] By: jhi on 2001/05/04 12:30:23
4289 Log: Subject: cygwin/Makefile.SHs INSTALL patch
4290 From: Reini Urban <rurban@sbox.tu-graz.ac.at>
4291 Date: Mon, 08 Jan 2001 04:59:21 +0200
4292 Message-ID: <3A592D09.FD6AD35D@sbox.tu-graz.ac.at>
4293 Branch: perl
4294 ! cygwin/Makefile.SHs
4295____________________________________________________________________________
4296[ 9985] By: jhi on 2001/05/04 03:51:39
4297 Log: Encode/IO doc tweaks.
4298 Branch: perl
4299 ! ext/Encode/Encode.pm
4300____________________________________________________________________________
4301[ 9984] By: jhi on 2001/05/04 03:29:34
4302 Log: Remove GDBM_File from the dynamic extensions for UTS,
4303 GDBM is not a standard feature.
4304 Branch: perl
4305 ! hints/uts.sh
4306____________________________________________________________________________
4307[ 9983] By: jhi on 2001/05/04 03:22:59
4308 Log: Document the \pX and \p{Yz} (and \p{BidiXYZ}) classes a bit more.
4309 Branch: perl
4310 ! pod/perlretut.pod
4311____________________________________________________________________________
4312[ 9982] By: jhi on 2001/05/03 23:21:03
4313 Log: Subject: [PATCH] Let sv_dump understand GvSHARED
4314 From: Benjamin Sugars <bsugars@canoe.ca>
4315 Date: Thu, 3 May 2001 16:51:07 -0400 (EDT)
4316 Message-ID: <Pine.LNX.4.21.0105031645280.805-100000@marmot.rim.canoe.ca>
4317 Branch: perl
4318 ! dump.c
4319____________________________________________________________________________
4320[ 9981] By: jhi on 2001/05/03 23:20:05
4321 Log: Subject: [PATCH] Allow clobbering of a PerlIO::Scalar and more tests
4322 From: Benjamin Sugars <bsugars@canoe.ca>
4323 Date: Thu, 3 May 2001 15:28:21 -0400 (EDT)
4324 Message-ID: <Pine.LNX.4.21.0105031508360.805-100000@marmot.rim.canoe.ca>
4325 Branch: perl
4326 ! ext/PerlIO/Scalar/Scalar.xs t/lib/io_scalar.t
4327____________________________________________________________________________
4328[ 9980] By: jhi on 2001/05/03 23:15:29
4329 Log: Integrate perlio.
4330 Branch: perl
4331 !> ext/Encode/Encode.pm
4332____________________________________________________________________________
4333[ 9979] By: jhi on 2001/05/03 16:54:59
4334 Log: Install psed man page.
4335 Branch: perl
4336 ! installman
4337____________________________________________________________________________
4338[ 9978] By: jhi on 2001/05/03 16:45:58
4339 Log: Remove unused files; noted by Sarathy.
4340 Branch: perl
4341 - ext/SDBM_File/sdbm/dbm.c ext/SDBM_File/sdbm/dbm.h
4342 ! MANIFEST
4343____________________________________________________________________________
4344[ 9977] By: jhi on 2001/05/03 16:42:30
4345 Log: Subject: [PATCH bleadperl] INSTALL patch -- space requirements
4346 From: Andy Dougherty <doughera@lafayette.edu>
4347 Date: Thu, 3 May 2001 11:16:10 -0400 (EDT)
4348 Message-ID: <Pine.SOL.4.10.10105031114500.17868-100000@maxwell.phys.lafayette.edu><