This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Fix Perl_swash_init & Perl_swash_fetch to save ERRSV (= $@)
[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____________________________________________________________________________
71c736f5
JH
34[ 10267] By: jhi on 2001/05/28 19:03:54
35 Log: Subject: [PATCH] perlnewmod.pod to reflect DLSI(P) change
36 From: Elaine -HFB- Ashton <elaine@chaos.wustl.edu>
37 Date: Mon, 28 May 2001 14:56:35 -0500
38 Message-ID: <20010528145635.L8487@chaos.wustl.edu>
39 Branch: perl
40 ! pod/perlnewmod.pod
41____________________________________________________________________________
42[ 10266] By: jhi on 2001/05/28 18:35:03
43 Log: Regen toc.
44 Branch: perl
45 ! pod/perltoc.pod
46____________________________________________________________________________
47[ 10265] By: jhi on 2001/05/28 18:33:32
48 Log: Subject: [PATCH] RE: [20000223.001] no test cases for splice(@array)
49 From: "Richard Soderberg" <rs@crystalflame.net>
50 Date: Mon, 28 May 2001 12:31:23 -0700
51 Message-ID: <NAEKLNAAHLMBPMPNBMLEOEFLDFAA.rs@crystalflame.net>
52 Branch: perl
53 ! t/op/splice.t
54____________________________________________________________________________
55[ 10264] By: jhi on 2001/05/28 17:59:00
56 Log: The #10260 was too bold: locales and utf8 still do not mix.
57 Branch: perl
58 ! t/pragma/locale.t
59____________________________________________________________________________
60[ 10263] By: jhi on 2001/05/28 17:52:25
61 Log: Subject: [PATCH] Pod nitpicks
62 From: "Richard Soderberg" <rs@crystalflame.net>
63 Date: Mon, 28 May 2001 10:08:58 -0700
64 Message-ID: <NAEKLNAAHLMBPMPNBMLEOEFGDFAA.rs@crystalflame.net>
65 Branch: perl
66 ! pod/perl571delta.pod pod/perlapi.pod sv.h
67____________________________________________________________________________
68[ 10262] By: jhi on 2001/05/28 17:50:05
69 Log: Upgrade to I18N::LangTags 0.22.
70 Branch: perl
71 + lib/I18N/LangTags/List.pod
72 ! MANIFEST lib/I18N/LangTags.pm
73____________________________________________________________________________
74[ 10261] By: jhi on 2001/05/28 17:23:40
75 Log: A slightly more serious bug found by -Mutf8; op/misc and
76 lib/complex dumped core.
77 Branch: perl
78 ! regexec.c
79____________________________________________________________________________
80[ 10260] By: jhi on 2001/05/28 16:58:11
81 Log: Various buglets shaken out by -Mutf8.
82 Branch: perl
83 ! t/io/utf8.t t/lib/charnames.t t/lib/lc-language.t
84 ! t/pragma/locale.t
85____________________________________________________________________________
86[ 10259] By: jhi on 2001/05/28 15:48:46
87 Log: STDERR looks much like STDOUT. (Subtest #2 wasn't really okay.)
88 Branch: perl
89 ! t/lib/carp.t
90____________________________________________________________________________
91[ 10258] By: jhi on 2001/05/28 15:32:41
92 Log: Subject: [PATCH] todo patch
93 From: Artur Bergman <artur@contiller.se>
94 Date: Mon, 28 May 2001 17:03:51 +0200
95 Message-ID: <B7383577.F34%artur@contiller.se>
96 Branch: perl
97 ! pod/perltodo.pod
98____________________________________________________________________________
99[ 10257] By: jhi on 2001/05/28 15:31:25
100 Log: Subject: typo in perlguts.pod
101 From: "John P. Linderman" <jpl@research.att.com>
102 Date: Mon, 28 May 2001 09:35:47 -0400 (EDT)
103 Message-Id: <200105281335.JAA27851@raptor.research.att.com>
104 Branch: perl
105 ! pod/perlguts.pod
106____________________________________________________________________________
107[ 10256] By: jhi on 2001/05/28 15:30:42
108 Log: Subject: AIX and gcc (moving targets)
109 From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
110 Date: Mon, 28 May 2001 12:54:04 +0200
111 Message-Id: <20010528124531.9FAB.H.M.BRAND@hccnet.nl>
112 Branch: perl
113 ! hints/aix.sh
114____________________________________________________________________________
115[ 10255] By: jhi on 2001/05/28 15:28:55
116 Log: Subject: Re: perlio + multiple perl_alloc..destruct
117 From: Doug MacEachern <dougm@covalent.net>
118 Date: Sun, 27 May 2001 13:47:13 -0700 (PDT)
119 Message-ID: <Pine.LNX.4.21.0105271340370.5938-100000@mako.covalent.net>
120 Branch: perl
121 ! perlio.c
122____________________________________________________________________________
123[ 10254] By: jhi on 2001/05/28 15:27:49
124 Log: The #10251 wasn't quite up-to-the-code.
125 Branch: perl
126 ! t/op/misc.t
127____________________________________________________________________________
128[ 10253] By: jhi on 2001/05/28 15:26:39
129 Log: Test case for bug 20010526.004, fixed in #10252.
130 Branch: perl
131 ! t/op/taint.t
132____________________________________________________________________________
133[ 10252] By: jhi on 2001/05/28 15:26:14
134 Log: Subject: Re: [ID 20010526.004] Taint looses value
135 From: Hugo <hv@crypt.compulink.co.uk>
136 Date: Sun, 27 May 2001 20:39:32 +0100
137 Message-Id: <200105271939.UAA27591@crypt.compulink.co.uk>
138 Branch: perl
139 ! sv.c
140____________________________________________________________________________
141[ 10251] By: jhi on 2001/05/28 15:13:40
142 Log: Test case for 20010422.005, fixed by #10250.
143 Branch: perl
144 ! t/op/misc.t
145____________________________________________________________________________
146[ 10250] By: jhi on 2001/05/28 15:11:16
147 Log: Subject: [PATCH] Re: [ID 20010422.005] perl -e '{s//${}/; //}' # segfaults on FreeBSD
148 From: Spider Boardman <spider@Orb.Nashua.NH.US>
149 Date: Mon, 28 May 2001 06:39:12 -0400
150 Message-Id: <200105281039.GAA03962@Orb.Nashua.NH.US>
151 Branch: perl
152 ! toke.c
153____________________________________________________________________________
154[ 10249] By: jhi on 2001/05/28 15:09:24
155 Log: Linerewrapping.
156 Branch: perl
157 ! lib/open.pm
158____________________________________________________________________________
159[ 10248] By: jhi on 2001/05/28 15:09:07
160 Log: Updates on the modules list.
161 Branch: perl
162 ! t/lib/1_compile.t
163____________________________________________________________________________
164[ 10247] By: jhi on 2001/05/28 15:03:35
165 Log: Add a test for PerlIO.
166
167 (I probably got the crlf/raw thing wrong for clrfy platforms...)
168 Branch: perl
169 + t/lib/perlio.t
170 ! MANIFEST lib/PerlIO.pm
171____________________________________________________________________________
172[ 10246] By: jhi on 2001/05/28 14:24:08
173 Log: Add a test for carp et alia.
174 Branch: perl
175 + t/lib/carp.t
176 ! MANIFEST
177____________________________________________________________________________
178[ 10245] By: jhi on 2001/05/28 13:42:55
179 Log: Adding the new test would be swell.
180 Branch: perl
181 + t/pragma/autouse.t
182____________________________________________________________________________
183[ 10244] By: jhi on 2001/05/28 13:42:34
184 Log: Add a test for the autouse pragma.
185 Branch: perl
186 ! MANIFEST
187____________________________________________________________________________
188[ 10243] By: jhi on 2001/05/28 13:26:25
189 Log: Subject: [ID 20010528.001] use autouse 'URI::Escape' => qw(URI::Escape::uri_escape) failed
190 From: dLux <dlux@spam.sch.bme.hu>
191 Date: Sun, 27 May 2001 16:14:26 +0200
192 Message-Id: <E1541JK-0000YC-00@dl.sch.bme.hu>
193 Branch: perl
194 ! lib/autouse.pm
195____________________________________________________________________________
196[ 10242] By: jhi on 2001/05/28 13:21:50
197 Log: Subject: [PATCH #2] RE: [ID 20010528.002] dprofpp: "-R" does not work
198 From: "Richard Soderberg" <rs@crystalflame.net>
199 Date: Mon, 28 May 2001 03:56:36 -0700
200 Message-ID: <NAEKLNAAHLMBPMPNBMLEEEFADFAA.rs@crystalflame.net>
201 Branch: perl
202 ! utils/dprofpp.PL
203____________________________________________________________________________
204[ 10241] By: jhi on 2001/05/28 13:18:56
205 Log: Subject: Re: [ID 20010522.003] Time::Local module bug
206 From: "Stephen P. Potter" <spp@spotter.yi.org>
207 Date: Tue, 22 May 2001 11:40:25 -0400
208 Message-Id: <20010522154030.584F4729E2@belgarath.spotter.yi.org>
209
210 Subject: Re: [ID 20010522.003] Time::Local module bug
211 From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
212 Date: Tue, 22 May 2001 11:50:19 -0400
213 Message-ID: <20010522115019.D48634@linguist.thayer.dartmouth.edu>
214 Branch: perl
215 ! lib/Time/Local.pm
216____________________________________________________________________________
217[ 10240] By: jhi on 2001/05/27 22:44:49
218 Log: The PERL_DL_NONLAZY can have whitespace in front.
219 Branch: perl
220 ! t/lib/extutils.t
221____________________________________________________________________________
222[ 10239] By: jhi on 2001/05/27 21:23:21
223 Log: Document strftime() and strptime().
224 Branch: perl
225 ! ext/POSIX/POSIX.pod ext/Time/Piece/Piece.pm t/lib/time-piece.t
226____________________________________________________________________________
227[ 10238] By: jhi on 2001/05/27 20:29:07
228 Log: Make Time::Piece::strptime() to be a function, not a method.
229 Branch: perl
230 ! ext/Time/Piece/Piece.pm t/lib/time-piece.t
231____________________________________________________________________________
232[ 10237] By: jhi on 2001/05/27 20:22:09
233 Log: Tweak the test to be more portable.
234 Branch: perl
235 ! t/lib/extutils.t
236____________________________________________________________________________
237[ 10236] By: jhi on 2001/05/27 19:15:54
238 Log: Subject: PATCH: Re: Re: Attributes that tie
239 From: Leon Brocard <acme@astray.com>
240 Date: Sun, 27 May 2001 12:37:29 +0100
241 Message-ID: <20010527123729.A22663@ns0.astray.com>
242
243 Document that variable attributes are not currently usable
244 for tieing. (An ugly limitation that should be fixed.)
245 Branch: perl
246 ! lib/attributes.pm
247____________________________________________________________________________
248[ 10235] By: jhi on 2001/05/27 19:03:31
249 Log: Microperl tweaks.
250 Branch: perl
251 ! Makefile.micro uconfig.h uconfig.sh
252____________________________________________________________________________
253[ 10234] By: jhi on 2001/05/27 18:22:09
254 Log: Add make target for microperl (kind of silly, but convenient).
255 Branch: perl
256 ! Makefile.SH
257____________________________________________________________________________
258[ 10233] By: jhi on 2001/05/27 18:18:56
259 Log: O_APPEND and O_TRUNC are not portable. (Not available e.g.
260 for microperl.)
261 Branch: perl
262 ! doio.c
263____________________________________________________________________________
264[ 10232] By: jhi on 2001/05/27 17:57:18
265 Log: Subject: [PATCH] [ID 19991013.005] utime undef, undef, @files
266 From: rspier@pobox.com (Robert Spier)
267 Date: Sat, 26 May 2001 20:05:23 -0400
268 Message-ID: <15120.17603.148648.12430@rls.cx>
269
270 Subject: Re: [PATCH] [ID 19991013.005] utime undef, undef, @files
271 From: rspier@pobox.com (Robert Spier)
272 Date: Sun, 27 May 2001 00:23:12 -0400
273 Message-ID: <15120.33072.511966.767230@rls.cx>
274 Branch: perl
275 ! doio.c pod/perlfunc.pod
276____________________________________________________________________________
277[ 10231] By: jhi on 2001/05/27 15:45:20
278 Log: Regen toc. (And add the README.tru64 from #10230 to MANIFEST.)
279 Branch: perl
280 ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
281____________________________________________________________________________
282[ 10230] By: jhi on 2001/05/27 15:41:06
283 Log: Add README.tru64.
284 Branch: perl
285 + README.tru64
286____________________________________________________________________________
287[ 10229] By: jhi on 2001/05/27 13:50:57
288 Log: Integrate Locale::Maketext 1.01 from Sean Burke.
289 Branch: perl
290 + lib/Locale/Maketext.pm lib/Locale/Maketext.pod
291 + lib/Locale/Maketext/TPJ13.pod t/lib/lc-maketext.t
292 ! MANIFEST
293____________________________________________________________________________
294[ 10228] By: jhi on 2001/05/27 13:43:38
295 Log: Integrate I18N::LangTags from Sean Burke.
296
297 TODO: the language list from RFC 3066 needs to be integrated
298 and made available somehow. The list is included in the
299 I18N-LangTags 0.21 distribution, but it is undocumented
300 and unconnected to the module.
301 Branch: perl
302 + lib/I18N/LangTags.pm t/lib/i18n-langtags.t
303 ! MANIFEST
304____________________________________________________________________________
305[ 10227] By: jhi on 2001/05/27 01:41:33
306 Log: Allow 'eval "v200"' to work (part of 20000323.059); fix as
307 envisioned by Sarathy.
308 Branch: perl
309 ! t/op/ver.t toke.c
310____________________________________________________________________________
311[ 10226] By: jhi on 2001/05/27 00:28:34
312 Log: Subject: [ID 20010525.001] Pod typo nits fixed
313 From: lvirden@cas.org
314 Date: Fri, 25 May 2001 06:57:43 -0400 (EDT)
315 Message-Id: <200105251057.f4PAvhY13003@lwv26awu.cas.org>
316
317 minus the perlsolaris decimation plus the
318
319 Subject: Re: [ID 20010525.001] Pod typo nits fixed
320 From: "Philip Newton" <Philip.Newton@gmx.net>
321 Date: Fri, 25 May 2001 18:05:55 +0200
322 Message-Id: <200105251604.f4PG4kt15034@chaos.wustl.edu>
323 Branch: perl
324 ! README.amiga README.cygwin README.mpeix pod/perl5005delta.pod
325 ! pod/perldebtut.pod pod/perlebcdic.pod pod/perlfaq3.pod
326 ! pod/perlhack.pod pod/perltoc.pod pod/perltodo.pod
327 ! pod/perlutil.pod pod/perlxstut.pod
328____________________________________________________________________________
329[ 10225] By: jhi on 2001/05/26 22:38:16
330 Log: return clauses are nice.
331 Branch: perl
332 ! sv.c
333____________________________________________________________________________
334[ 10224] By: jhi on 2001/05/26 22:35:31
335 Log: Subject: change 10199 backwards?
336 From: Doug MacEachern <dougm@covalent.net>
337 Date: Sat, 26 May 2001 11:26:07 -0700 (PDT)
338 Message-ID: <Pine.LNX.4.21.0105261118510.22038-100000@mako.covalent.net>
339 Branch: perl
340 ! sv.c
341____________________________________________________________________________
342[ 10223] By: jhi on 2001/05/26 22:31:46
343 Log: Subject: Re: 5.6.*, bleadperl: bugs in pp_concat
344 From: Hugo <hv@crypt.compulink.co.uk>
345 Date: Sat, 26 May 2001 17:05:12 +0100
346 Message-Id: <200105261605.RAA12295@crypt.compulink.co.uk>
347 Branch: perl
348 + t/op/gmagic.t
349 ! MANIFEST doop.c embed.h embed.pl global.sym
350 ! lib/File/Basename.pm objXSUB.h perlapi.c pod/perlapi.pod
351 ! pp_hot.c proto.h sv.c sv.h t/pragma/warn/pp_hot
352____________________________________________________________________________
353[ 10222] By: jhi on 2001/05/26 22:10:38
354 Log: Regen headers for #10221.
355 Branch: perl
356 ! global.sym objXSUB.h perlapi.c
357____________________________________________________________________________
358[ 10221] By: jhi on 2001/05/26 22:06:06
359 Log: Subject: [ID 20010506.012] Patch for 5.6.1 embed.pl (shared libperl&mod_perl)
360 From: Juha Laiho <juha.laiho@Elma.Net>
361 Date: Thu, 3 May 2001 09:51:30 +0300
362 Message-Id: <200105030651.JAA327254@tokka.elma.fi>
363 Branch: perl
364 ! embed.pl
365____________________________________________________________________________
366[ 10220] By: jhi on 2001/05/26 22:01:30
367 Log: Subject: Re: [PATCH] Re: stability of sort()?
368 From: "John P. Linderman" <jpl@research.att.com>
369 Date: Sat, 26 May 2001 13:27:19 -0400
370 Message-Id: <200105261727.NAA06654@raptor.research.att.com>
371 Branch: perl
372 ! pod/perlfunc.pod
373____________________________________________________________________________
374[ 10219] By: jhi on 2001/05/26 14:02:34
375 Log: Integrate perlio.
376 Branch: perl
377 !> pod/perlguts.pod
378____________________________________________________________________________
379[ 10218] By: jhi on 2001/05/26 13:39:52
380 Log: Subject: [PATCH perl@10210] PerlIO for VMS
381 From: "Craig A. Berry" <craigberry@mac.com>
382 Date: Sat, 26 May 2001 09:34:11 -0500
383 Message-Id: <a05100e0ab734816701a5@[172.16.52.1]>
384 Branch: perl
385 ! configure.com doio.c iperlsys.h perlio.c perlio.h perliol.h
386 ! perlsdio.h vms/ext/Stdio/Stdio.xs vms/gen_shrfls.pl vms/vms.c
387 ! vms/vmsish.h
388____________________________________________________________________________
389[ 10217] By: jhi on 2001/05/26 13:19:05
390 Log: Subject: patch to fix: [ID 20010524.004] perl5db.pl version 1.12 doesn't stop on breakpoints
391 From: David Dyck <dcd@tc.fluke.com>
392 Date: Fri, 25 May 2001 00:03:04 -0700 (PDT)
393 Message-ID: <Pine.LNX.4.33.0105242354030.17331-100000@dd.tc.fluke.com>
394 Branch: perl
395 ! lib/perl5db.pl
396____________________________________________________________________________
397[ 10216] By: jhi on 2001/05/26 13:17:47
398 Log: Subject: utf8 regexp tests
399 From: Hugo <hv@crypt.compulink.co.uk>
400 Date: Fri, 25 May 2001 22:35:01 +0100
401 Message-Id: <200105252135.WAA03197@crypt.compulink.co.uk>
402 Branch: perl
403 ! t/op/regexp.t
404____________________________________________________________________________
405[ 10215] By: jhi on 2001/05/26 13:15:40
406 Log: Subject: [PATCH] Re: stability of sort()?
407 From: Nicholas Clark <nick@ccl4.org>
408 Date: Fri, 25 May 2001 22:40:19 +0100
409 Message-ID: <20010525224019.B86445@plum.flirble.org>
410 Branch: perl
411 ! pod/perlfunc.pod
412____________________________________________________________________________
413[ 10214] By: jhi on 2001/05/26 13:14:30
414 Log: Subject: Re: [ID 20010426.005] Magic not being removed at scope exit [PATCH]
415 From: John Peacock <jpeacock@rowman.com>
416 Date: Thu, 24 May 2001 22:14:01 -0400
417 Message-ID: <3B0DBFE9.A7C49084@rowman.com>
418 Branch: perl
419 ! mg.c scope.c sv.c
420____________________________________________________________________________
421[ 10213] By: jhi on 2001/05/26 13:08:56
422 Log: Subject: [PATCH] Re: [PATCH] Re: h2xs [was Re: HEAR YE, HEAR YE!]
423 From: Nicholas Clark <nick@ccl4.org>
424 Date: Sun, 20 May 2001 19:24:13 +0100
425 Message-ID: <20010520192413.G83222@plum.flirble.org>
426 Branch: perl
427 + lib/ExtUtils/Constant.pm t/lib/extutils.t
428 ! MANIFEST utils/h2xs.PL
429____________________________________________________________________________
430[ 10212] By: nick on 2001/05/26 09:49:28
431 Log: Change perlguts docs to not suggest PUSHi etc. for multiple results,
432 add a few more notes there on use of mortals on the stack.
433 Branch: perlio
434 ! pod/perlguts.pod
435____________________________________________________________________________
436[ 10211] By: nick on 2001/05/26 09:05:36
437 Log: Integrate mainline
438 Branch: perlio
439 +> t/lib/fcntl.t t/pragma/vars.t
440 !> (integrate 49 files)
441____________________________________________________________________________
442[ 10210] By: jhi on 2001/05/25 12:29:16
443 Log: Update Changes.
444 Branch: perl
445 ! Changes patchlevel.h
446____________________________________________________________________________
610045af
JH
447[ 10209] By: jhi on 2001/05/25 12:24:45
448 Log: Based on
449
450 Subject: [PATCH pp.c] Wrapping pack("C",256)
451 From: Simon Cozens <simon@netthink.co.uk>
452 Date: Sat, 12 May 2001 17:58:41 +0100
453 Message-ID: <20010512175841.A6132@netthink.co.uk>
454 Branch: perl
455 ! pod/perldiag.pod pp.c t/pragma/warn/pp
456____________________________________________________________________________
457[ 10208] By: jhi on 2001/05/25 01:37:03
458 Log: Subject: [PATCH] 5.6.1 Term::Cap -- add terminfo fallback
459 From: "Brendan O'Dea" <bod@compusol.com.au>
460 Date: Fri, 25 May 2001 11:18:29 +1000
461 Message-ID: <20010525111829.A28411@compusol.com.au>
462
463 (Slightly modified.)
464 Branch: perl
465 ! lib/Term/Cap.pm
466____________________________________________________________________________
467[ 10207] By: jhi on 2001/05/25 01:12:14
468 Log: Subject: Re: [ID 20010506.041] segfault when matching utf8 string
469 From: Hugo <hv@crypt.compulink.co.uk>
470 Date: Fri, 25 May 2001 02:13:25 +0100
471 Message-Id: <200105250113.CAA23158@crypt.compulink.co.uk>
472 Branch: perl
473 ! t/op/misc.t
474____________________________________________________________________________
475[ 10206] By: jhi on 2001/05/25 01:07:59
476 Log: Subject: Re: [ID 20010506.041] segfault when matching utf8 string
477 From: Inaba Hiroto <hiroto.inaba@toshiba.co.jp>
478 Date: Fri, 25 May 2001 10:25:36 +0900
479 Message-Id: <200105250124.KAA19571@toshiba.co.jp>
480 Branch: perl
481 ! regcomp.c regexec.c
482____________________________________________________________________________
483[ 10205] By: jhi on 2001/05/25 01:07:00
484 Log: Subject: [PATCH #2] stash autovivification and method call error messages
485 From: Ilmari Karonen <iltzu@sci.fi>
486 Date: Thu, 24 May 2001 01:51:48 +0300 (EET DST)
487 Message-ID: <Pine.SOL.3.96.1010524013737.18819D-100000@simpukka>
488 Branch: perl
489 ! gv.c pp_hot.c t/op/method.t
490____________________________________________________________________________
491[ 10204] By: jhi on 2001/05/25 01:03:50
492 Log: Add make target and documentation for gprof profiling.
493 Branch: perl
494 ! Makefile.SH pod/perlhack.pod
495____________________________________________________________________________
496[ 10203] By: jhi on 2001/05/24 21:09:36
497 Log: Subject: Don't think about UTF8
498 From: Mike Guy <mjtg@cam.ac.uk>
499 Date: Tue, 22 May 2001 14:35:39 +0100
500 Message-Id: <E152CK3-00028O-00@virgo.cus.cam.ac.uk>
501 Branch: perl
502 ! sv.h
503____________________________________________________________________________
504[ 10202] By: jhi on 2001/05/24 21:07:25
505 Log: Subject: [ID 20010524.002] find2perl bug in fileglob_to_re
506 From: Geraint A Edwards <gedge@serf.org>
507 Date: Thu, 24 May 2001 22:51:24 +0100
508 Message-Id: <20010524225124.A34981@cymru.serf.org>
509 Branch: perl
510 ! x2p/find2perl.PL
511____________________________________________________________________________
512[ 10201] By: jhi on 2001/05/24 21:02:30
513 Log: DB_File has its own attribute story.
514 Branch: perl
515 ! ext/DB_File/DB_File.xs
516____________________________________________________________________________
517[ 10200] By: jhi on 2001/05/24 19:54:21
518 Log: Subject: Re: Making perl with -Wall
519 From: Andy Dougherty <doughera@lafayette.edu>
520 Date: Thu, 24 May 2001 14:33:37 -0400 (EDT)
521 Message-ID: <Pine.SOL.4.10.10105241415460.2443-100000@maxwell.phys.lafayette.edu>
522 Branch: perl
523 ! perl.h
524____________________________________________________________________________
525[ 10199] By: jhi on 2001/05/24 15:15:03
526 Log: Subject: RE: [ID 20010521.003] - [PATCH #2] sv.c: sv_dup_inc(SvRV(sstr)) wasn't checking SvWEAKREF
527 From: "Richard Soderberg" <rs@crystalflame.net>
528 Date: Thu, 24 May 2001 08:58:16 -0700
529 Message-ID: <NAEKLNAAHLMBPMPNBMLEOEPODEAA.rs@crystalflame.net>
530 Branch: perl
531 ! sv.c
532____________________________________________________________________________
533[ 10198] By: jhi on 2001/05/24 15:10:04
534 Log: IV/UV casting fixes from Nicholas Clark.
535 Branch: perl
536 ! perl.h pp_sys.c util.c
537____________________________________________________________________________
538[ 10197] By: jhi on 2001/05/24 14:19:44
539 Log: Subject: Re: Making perl with -Wall
540 From: Michael G Schwern <schwern@pobox.com>
541 Date: Thu, 24 May 2001 15:40:28 +0100
542 Message-ID: <20010524154028.B1988@blackrider.blackstar.co.uk>
543 Branch: perl
544 ! malloc.c perl.h
545____________________________________________________________________________
546[ 10196] By: jhi on 2001/05/24 14:04:41
547 Log: Subject: [PATCH] Re: [ID 20010521.004] Two test suite failures on this platform with latest rsync
548 From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
549 Date: Tue, 22 May 2001 11:49:37 +0200
550 Message-Id: <20010522114044.BC4E.H.M.BRAND@hccnet.nl>
551 Branch: metaconfig
552 ! U/modified/Oldsym.U
553 Branch: metaconfig/U/perl
554 ! patchlevel.U
555 Branch: perl
556 ! Configure config_h.SH myconfig.SH
557____________________________________________________________________________
558[ 10195] By: jhi on 2001/05/24 13:25:04
559 Log: Under versiononly install also the scripts with the version suffix.
560 (e.g. .../bin/h2xs5.7.1)
561 Branch: perl
562 ! installperl
563____________________________________________________________________________
564[ 10194] By: jhi on 2001/05/24 13:02:49
565 Log: Subject: [PATCH] Stop segfault in mg.c:636
566 From: "Richard Soderberg" <rs@crystalflame.net>
567 Date: Thu, 24 May 2001 05:51:52 -0700
568 Message-ID: <NAEKLNAAHLMBPMPNBMLEGEPGDEAA.rs@crystalflame.net>
569 Branch: perl
570 ! mg.c
571____________________________________________________________________________
572[ 10193] By: jhi on 2001/05/24 12:37:13
573 Log: Iteration continues; hopefully convergently.
574 Branch: perl
575 ! t/lib/b-stash.t
576____________________________________________________________________________
577[ 10192] By: jhi on 2001/05/24 12:36:35
578 Log: Subject: [PATCH] CORE::GLOBAL::require override happens too early
579 From: Gisle Aas <gisle@ActiveState.com>
580 Date: 23 May 2001 16:13:10 -0700
581 Message-ID: <lrofsjfym1.fsf@caliper.ActiveState.com>
582 Branch: perl
583 ! op.c toke.c
584____________________________________________________________________________
585[ 10191] By: jhi on 2001/05/24 12:25:12
586 Log: Subject: [PATCH] lib/dumpvar.pl, lib/perl5db.pl - fix warnings
587 From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
588 Date: Thu, 24 May 2001 05:05:22 -0500
589 Message-ID: <20010524050522.A18997@staff1.cso.uiuc.edu>
590 Branch: perl
591 ! lib/dumpvar.pl lib/perl5db.pl
592____________________________________________________________________________
593[ 10190] By: jhi on 2001/05/24 12:24:07
594 Log: Subject: Re: [ID 20010524.001] perl5db.pl x @INC doesn't work like it used to
595 From: David Dyck <dcd@tc.fluke.com>
596 Date: Thu, 24 May 2001 01:42:09 -0700 (PDT)
597 Message-ID: <Pine.LNX.4.33.0105240134580.5179-100000@dd.tc.fluke.com>
598 Branch: perl
599 ! lib/perl5db.pl
600____________________________________________________________________________
601[ 10189] By: jhi on 2001/05/23 22:43:31
602 Log: Tiny pod nits on READMEs, mostly whitespace issues.
603 Branch: perl
604 ! README.amiga README.dos README.macos README.mpeix README.vmesa
605 ! README.win32
606____________________________________________________________________________
607[ 10188] By: jhi on 2001/05/23 22:26:03
608 Log: The DG/UX part of the 20010521.005.
609 Branch: perl
610 ! README.dgux
611____________________________________________________________________________
612[ 10187] By: jhi on 2001/05/23 22:04:05
613 Log: Subject: Re: [ID 20000716.007] \G in a m//g expression causes problems
614 From: Hugo <hv@crypt.compulink.co.uk>
615 Date: Mon, 21 May 2001 16:32:02 +0100
616 Message-Id: <200105211532.QAA03999@crypt.compulink.co.uk>
617 Branch: perl
618 ! regcomp.c t/op/misc.t
619____________________________________________________________________________
620[ 10186] By: jhi on 2001/05/23 21:42:15
621 Log: Subject: [PATCH] Extra UNIVERSAL tests
622 From: Mike Guy <mjtg@cam.ac.uk>
623 Date: Wed, 23 May 2001 12:29:20 +0100
624 Message-Id: <E152WpM-0001yP-00@virgo.cus.cam.ac.uk>
625 Branch: perl
626 ! t/op/universal.t
627____________________________________________________________________________
628[ 10185] By: jhi on 2001/05/23 21:38:48
629 Log: Subject: [PATCH] Remove EQ keyword
630 From: Mike Guy <mjtg@cam.ac.uk>
631 Message-Id: <E152Vhp-00072x-00@virgo.cus.cam.ac.uk>
632 Date: Wed, 23 May 2001 11:17:29 +0100
633 Branch: perl
634 ! keywords.h keywords.pl
635____________________________________________________________________________
636[ 10184] By: jhi on 2001/05/23 21:29:41
637 Log: Subject: [PATCH] lib/perl5db.pl
638 From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
639 Date: Wed, 23 May 2001 02:18:03 -0500
640 Message-ID: <20010523021803.A21965@staff1.cso.uiuc.edu>
641 Branch: perl
642 ! lib/perl5db.pl
643____________________________________________________________________________
644[ 10183] By: jhi on 2001/05/23 21:27:54
645 Log: Subject: [PATCH lib/Term/Cap.pm] Avoid -W warnings in Tgetent and Tputs
646 From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
647 Date: Tue, 22 May 2001 23:34:41 -0500
648 Message-ID: <20010522233441.A12431@staff1.cso.uiuc.edu>
649 Branch: perl
650 ! lib/Term/Cap.pm
651____________________________________________________________________________
652[ 10182] By: jhi on 2001/05/23 21:24:30
653 Log: Subject: [PATCH emacs/e2ctags.pl] big speedup
654 From: davem@fdgroup.co.uk
655 Date: Tue, 22 May 2001 22:08:09 +0100 (BST)
656 Message-Id: <200105222108.WAA09442@gizmo.fdgroup.co.uk>
657 Branch: perl
658 ! emacs/e2ctags.pl
659____________________________________________________________________________
660[ 10181] By: jhi on 2001/05/23 21:23:29
661 Log: Subject: [PATCH lib/vars.pm] Sensible minimum version
662 From: Michael G Schwern <schwern@pobox.com>
663 Date: Tue, 22 May 2001 14:15:09 +0100
664 Message-ID: <20010522141509.J701@blackrider.blackstar.co.uk>
665 Branch: perl
666 ! lib/vars.pm
667____________________________________________________________________________
668[ 10180] By: jhi on 2001/05/23 21:22:14
669 Log: Subject: [PATCH lib/vars.pm] Odd code nit
670 From: Michael G Schwern <schwern@pobox.com>
671 Date: Tue, 22 May 2001 14:14:28 +0100
672 Message-ID: <20010522141427.I701@blackrider.blackstar.co.uk>
673 Branch: perl
674 ! lib/vars.pm
675____________________________________________________________________________
676[ 10179] By: jhi on 2001/05/23 21:19:51
677 Log: Use the new use vars feature.
678 Branch: perl
679 ! t/lib/b-stash.t
680____________________________________________________________________________
681[ 10178] By: jhi on 2001/05/23 21:19:28
682 Log: Subject: [PATCH] vars.pm to support qualified variables (was Re: [ID 20010521.001])
683 From: Mike Guy <mjtg@cam.ac.uk>
684 Sender: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
685 Date: Tue, 22 May 2001 13:11:39 +0100
686 Branch: perl
687 + t/pragma/vars.t
688 ! MANIFEST lib/vars.pm t/lib/1_compile.t
689____________________________________________________________________________
690[ 10177] By: jhi on 2001/05/23 21:01:48
691 Log: -qlongdouble considered harmful by Merijn.
692 Branch: perl
693 ! hints/aix.sh
694____________________________________________________________________________
695[ 10176] By: jhi on 2001/05/21 13:21:21
696 Log: Update Changes.
697 Branch: perl
698 ! Changes patchlevel.h
699____________________________________________________________________________
6b736850
JH
700[ 10175] By: jhi on 2001/05/21 13:17:28
701 Log: Add a test of its very own for Fcntl. Hopefully portable.
702 Branch: perl
703 + t/lib/fcntl.t
704 ! MANIFEST
705____________________________________________________________________________
706[ 10174] By: jhi on 2001/05/21 12:45:41
707 Log: Must be trickier for 'minitest' not to die.
708 Branch: perl
709 ! t/op/taint.t
710____________________________________________________________________________
711[ 10173] By: jhi on 2001/05/21 11:24:43
712 Log: Can't declare other people's variables.
713 Branch: perl
714 ! t/lib/b-stash.t
715____________________________________________________________________________
716[ 10172] By: jhi on 2001/05/20 20:33:08
717 Log: Fix for ID 20010519.003: sysopen() wasn't tainting :-(
718 Branch: perl
719 ! doio.c t/op/taint.t
720____________________________________________________________________________
721[ 10171] By: jhi on 2001/05/20 20:18:45
722 Log: The OS/2 variable needs to be declared.
723 Branch: perl
724 ! t/lib/b-stash.t
725____________________________________________________________________________
726[ 10170] By: nick on 2001/05/20 16:48:29
727 Log: Integrate mainline
728 Branch: perlio
729 !> (integrate 41 files)
730____________________________________________________________________________
731[ 10169] By: jhi on 2001/05/20 11:50:20
732 Log: Small perlsec updates: clarify the taintedness of filename
733 globbing; suggest using Scalar::Util::tainted().
734 Branch: perl
735 ! pod/perlsec.pod
736____________________________________________________________________________
737[ 10168] By: jhi on 2001/05/20 11:24:11
738 Log: Subject: [PATCH 5.7.1@10135] [LARGE!] symbolic magic
739 From: Dave Mitchell <davem@fdgroup.co.uk>
740 Date: Sat, 19 May 2001 20:12:56 +0100 (BST)
741 Message-Id: <200105191912.UAA23925@gizmo.fdgroup.co.uk>
742 Branch: perl
743 ! av.c cc_runtime.h doop.c dump.c gv.c hv.c mg.c op.c perl.c
744 ! perl.h perlio.c pod/perlguts.pod pp.c pp_ctl.c pp_hot.c
745 ! pp_sys.c regexec.c scope.c sv.c t/lib/peek.t taint.c util.c
746 ! xsutils.c
747____________________________________________________________________________
748[ 10167] By: jhi on 2001/05/20 11:12:14
749 Log: Subject: [PATCH 5.6.1] DLL descriptions on OS/2
750 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
751 Date: Sat, 19 May 2001 04:08:46 -0400
752 Message-ID: <20010519040846.A16969@math.ohio-state.edu>
753 Branch: perl
754 ! lib/ExtUtils/Mksymlists.pm makedef.pl
755____________________________________________________________________________
756[ 10166] By: jhi on 2001/05/20 11:08:27
757 Log: Subject: [PATCH 5.6.1] DLL name mangling on OS/2
758 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
759 Date: Sat, 19 May 2001 04:30:45 -0400
760 Message-ID: <20010519043045.A17033@math.ohio-state.edu>
761 Branch: perl
762 ! os2/os2.c
763____________________________________________________________________________
764[ 10165] By: jhi on 2001/05/20 11:07:06
765 Log: Subject: [PATCH 5.6.1] build bugs OS/2
766 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
767 Date: Sat, 19 May 2001 04:35:28 -0400
768 Message-ID: <20010519043528.A17363@math.ohio-state.edu>
769 Branch: perl
770 ! os2/Makefile.SHs os2/os2.c
771____________________________________________________________________________
772[ 10164] By: jhi on 2001/05/20 11:06:01
773 Log: Subject: [PATCH 5.6.1] Mis-Failing tests
774 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
775 Date: Sat, 19 May 2001 04:04:23 -0400
776 Message-ID: <20010519040423.A16861@math.ohio-state.edu>
777
778 (In bleadperl patched b-stash.t instead of b.t)
779 Branch: perl
780 ! t/lib/b-stash.t t/lib/bigfltpm.t
781____________________________________________________________________________
782[ 10163] By: jhi on 2001/05/20 10:59:46
783 Log: Subject: [PATCH 5.6.1] perl5db
784 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
785 Date: Sat, 19 May 2001 03:49:09 -0400
786 Message-ID: <20010519034909.A14902@math.ohio-state.edu>
787 Branch: perl
788 ! lib/perl5db.pl
789____________________________________________________________________________
790[ 10162] By: jhi on 2001/05/20 10:58:18
791 Log: Subject: [PATCH] require $mod where $mod has touched numeric context
792 From: Gisle Aas <gisle@ActiveState.com>
793 Date: 18 May 2001 14:24:51 -0700
794 Message-ID: <lr3da2cpuk.fsf@caliper.ActiveState.com>
795 Branch: perl
796 ! pp_ctl.c
797____________________________________________________________________________
798[ 10161] By: jhi on 2001/05/20 10:57:00
799 Log: Subject: [PATCH] Chomp should not always stringify
800 From: Gisle Aas <gisle@ActiveState.com>
801 Date: 18 May 2001 07:55:25 -0700
802 Message-ID: <lrk83eogf6.fsf@caliper.ActiveState.com>
803 Branch: perl
804 ! doop.c t/op/chop.t
805____________________________________________________________________________
806[ 10160] By: jhi on 2001/05/20 10:49:40
807 Log: Integrate perlio.
808 Branch: perl
809 !> pod/perlfunc.pod
810____________________________________________________________________________
811[ 10159] By: nick on 2001/05/20 09:39:46
812 Log: Document some more of open's features.
813 Branch: perlio
814 ! pod/perlfunc.pod
815____________________________________________________________________________
816[ 10158] By: gsar on 2001/05/18 18:43:38
817 Log: back out change#10153 (it has compatibility issues such as the
818 changed behavior of /[~%@+-]/, and after talking to Jarkko, the
819 benefit for 5.6.x doesn't seem worth the risk)
820 Branch: maint-5.6/perl
821 ! toke.c
822____________________________________________________________________________
823[ 10157] By: jhi on 2001/05/18 17:05:40
824 Log: \$escaping the $vars in !GROK!THIS! section is a good idea.
825 Branch: perl
826 ! x2p/s2p.PL
827____________________________________________________________________________
828[ 10156] By: jhi on 2001/05/18 12:06:40
829 Log: Update Changes.
830 Branch: perl
831 ! Changes patchlevel.h
832____________________________________________________________________________
acd7faf1
JH
833[ 10155] By: jhi on 2001/05/18 11:58:57
834 Log: Integrate change #10144 from maintperl.
835
836 s/CONFIGDOTSH/PERL_CONFIG_SH/ for Win32, too.
837 Branch: perl
838 !> win32/config.bc win32/config.gc win32/config.vc
839 !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
840____________________________________________________________________________
841[ 10154] By: nick on 2001/05/18 07:23:03
842 Log: Integrate mainline.
843 Branch: perlio
844 +> README.dgux t/lib/i18n-collate.t utils.lst
845 !> (integrate 49 files)
846____________________________________________________________________________
847[ 10153] By: jhi on 2001/05/18 00:41:51
848 Log: Integrate change #7224 from mainline into maintperl.
849
850 Allow @+ and @- to be doublequoted, from Simon Cozens.
851 (Approved by Larry, see Tom's comment in 20000830.005.)
852 Branch: maint-5.6/perl
853 !> toke.c
854____________________________________________________________________________
855[ 10152] By: jhi on 2001/05/17 23:18:15
856 Log: Subject: [PATCH bleadperl] small lookbehind fix
857 From: Hugo <hv@crypt.compulink.co.uk>
858 Date: Fri, 18 May 2001 00:07:19 +0100
859 Message-Id: <200105172307.AAA06142@crypt.compulink.co.uk>
860 Branch: perl
861 ! regexec.c
862____________________________________________________________________________
863[ 10151] By: jhi on 2001/05/17 22:00:06
864 Log: Detypos.
865 Branch: perl
866 ! installman utils.lst
867____________________________________________________________________________
868[ 10150] By: jhi on 2001/05/17 20:32:48
869 Log: Add better debug to glob/basic #8 as suggested by Nick Clark
870 in 20001222.001.
871 Branch: perl
872 ! t/lib/glob-basic.t
873____________________________________________________________________________
874[ 10149] By: jhi on 2001/05/17 20:08:58
875 Log: Subject: [PATCH] Test for bug 20010515.004
876 From: Benjamin Sugars <bsugars@canoe.ca>
877 Date: Thu, 17 May 2001 15:48:18 -0400 (EDT)
878 Message-ID: <Pine.LNX.4.21.0105171544270.9064-100000@marmot.rim.canoe.ca>
879 Branch: perl
880 ! t/op/misc.t
881____________________________________________________________________________
882[ 10148] By: jhi on 2001/05/17 20:06:23
883 Log: Integrate #10145 from maintperl.
884
885 fix for ID 20010515.004 (needs test)
886 Branch: perl
887 !> pp_hot.c
888____________________________________________________________________________
889[ 10147] By: jhi on 2001/05/17 19:10:46
890 Log: Thinko noticed by Doug MacEachern.
891 Branch: perl
892 ! thread.h
893____________________________________________________________________________
894[ 10146] By: jhi on 2001/05/17 17:30:37
895 Log: Subject: Re: [PATCH] HERE mark in regex
896 From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
897 Date: Thu, 17 May 2001 12:20:33 -0400
898 Message-ID: <20010517122033.B1547290@linguist.thayer.dartmouth.edu>
899 Branch: perl
900 ! t/op/re_tests
901____________________________________________________________________________
902[ 10145] By: gsar on 2001/05/17 16:59:55
903 Log: fix for ID 20010515.004 (needs test)
904 Branch: maint-5.6/perl
905 ! pp_hot.c
906____________________________________________________________________________
907[ 10144] By: gsar on 2001/05/17 16:39:02
908 Log: s/CONFIGDOTSH/PERL_CONFIG_SH/g
909 Branch: maint-5.6/perl
910 ! win32/config.bc win32/config.gc win32/config.vc
911 ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
912____________________________________________________________________________
913[ 10143] By: jhi on 2001/05/17 14:21:08
914 Log: Macrofy the getspecific (and use it also in util.c)
915 Branch: perl
916 ! thread.h util.c
917____________________________________________________________________________
918[ 10142] By: jhi on 2001/05/17 01:43:50
919 Log: Use the unchecked thread-specific key fetch also in Tru64.
920 Branch: perl
921 ! thread.h
922____________________________________________________________________________
923[ 10141] By: jhi on 2001/05/17 01:41:07
924 Log: Subject: [PATCH 5.6.1]Quick thread speedup
925 From: Dan Sugalski <dan@sidhe.org>
926 Date: Wed, 16 May 2001 18:05:19 -0400
927 Message-Id: <5.1.0.14.0.20010516175826.01afde08@24.8.96.48>
928 Branch: perl
929 ! thread.h util.c
930____________________________________________________________________________
931[ 10140] By: jhi on 2001/05/16 19:58:29
932 Log: I think this is quite enough testing for a deprecated feature.
933 Branch: perl
934 + t/lib/i18n-collate.t
935 ! MANIFEST t/lib/1_compile.t
936____________________________________________________________________________
937[ 10139] By: jhi on 2001/05/16 18:47:03
938 Log: More HP-UX lore from Jeff Okamoto.
939 Branch: perl
940 ! README.hpux
941____________________________________________________________________________
942[ 10138] By: jhi on 2001/05/16 18:21:04
943 Log: Sort utils.lst for easier maintenance.
944 Branch: perl
945 ! utils.lst
946____________________________________________________________________________
947[ 10137] By: jhi on 2001/05/16 18:12:01
948 Log: Subject: Re: [PATCH] Abstract "utility" information from installman
949 From: Tim Jenness <t.jenness@jach.hawaii.edu>
950 Date: Wed, 16 May 2001 08:59:59 -1000 (HST)
951 Message-ID: <Pine.LNX.4.33.0105160858480.2488-100000@lapaki.jach.hawaii.edu>
952
953 Add pod2latex to utils.lst.
954 Branch: perl
955 ! MANIFEST utils.lst
956____________________________________________________________________________
957[ 10136] By: jhi on 2001/05/16 18:00:00
958 Log: Subject: Re: [PATCH] HERE mark in regex
959 From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
960 Date: Wed, 16 May 2001 13:04:43 -0400
961 Message-ID: <20010516130443.E1516273@linguist.thayer.dartmouth.edu>
962 Branch: perl
963 ! pod/perldiag.pod regcomp.c t/op/misc.t t/op/re_tests
964 ! t/op/regmesg.t t/pragma/warn/regcomp
965____________________________________________________________________________
966[ 10135] By: jhi on 2001/05/16 17:51:50
967 Log: Subject: Re: [PATCH] Abstract "utility" information from installman
968 From: Simon Cozens <simon@netthink.co.uk>
969 Date: Wed, 16 May 2001 18:02:08 +0100
970 Message-ID: <20010516180208.A6458@netthink.co.uk>
971 Branch: perl
972 ! installman utils.lst
973____________________________________________________________________________
974[ 10134] By: jhi on 2001/05/16 17:47:26
975 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
976 From: "Philip Newton" <pnewton@gmx.de>
977 Date: Tue, 15 May 2001 15:09:30 +0200
978 Message-ID: <3B0146AA.2839.17BFDA6@localhost>
979
980 Test case for #10128.
981 Branch: perl
982 ! t/pragma/warn/pp_hot
983____________________________________________________________________________
984[ 10133] By: jhi on 2001/05/16 15:12:52
985 Log: Update Changes.
986 Branch: perl
987 ! Changes patchlevel.h
988____________________________________________________________________________
5661b806
JH
989[ 10132] By: jhi on 2001/05/16 14:50:55
990 Log: Deprecate pseudo-hashes.
991 Branch: perl
992 ! pod/perl572delta.pod pod/perlref.pod pod/perltodo.pod
993____________________________________________________________________________
994[ 10131] By: jhi on 2001/05/16 14:26:01
995 Log: HP-UX hints update from Merijn.
996 Branch: perl
997 ! hints/hpux.sh
998____________________________________________________________________________
999[ 10130] By: jhi on 2001/05/16 14:23:01
1000 Log: README.hpux update from Merijn.
1001 Branch: perl
1002 ! README.hpux
1003____________________________________________________________________________
1004[ 10129] By: jhi on 2001/05/16 14:18:56
1005 Log: Subject: Re: [PATCH] Abstract "utility" information from installman
1006 From: Simon Cozens <simon@netthink.co.uk>
1007 Date: Wed, 16 May 2001 15:57:55 +0100
1008 Message-ID: <20010516155755.A4728@netthink.co.uk>
1009 Branch: perl
1010 + utils.lst
1011 ! MANIFEST installman installperl
1012____________________________________________________________________________
1013[ 10128] By: jhi on 2001/05/16 14:15:36
1014 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
1015 From: "Philip Newton" <pnewton@gmx.de>
1016 Date: Tue, 15 May 2001 16:31:05 +0200
1017 Message-ID: <3B0159C9.1905.1C6AEF9@localhost>
1018
1019 Fix PERL_Y2KWARN test to check before rather than after appending.
1020 Branch: perl
1021 ! pp_hot.c
1022____________________________________________________________________________
1023[ 10127] By: jhi on 2001/05/16 14:08:15
1024 Log: Regen Porting stuff.
1025 Branch: perl
1026 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
1027 ! config_h.SH
1028____________________________________________________________________________
1029[ 10126] By: jhi on 2001/05/16 13:41:50
1030 Log: Metaconfig unit change for #10125.
1031 Branch: metaconfig
1032 ! U/modified/Oldconfig.U
1033____________________________________________________________________________
1034[ 10125] By: jhi on 2001/05/16 13:41:35
1035 Log: Use OSVERS.
1036 Branch: perl
1037 ! Configure config_h.SH perl.c
1038____________________________________________________________________________
1039[ 10124] By: jhi on 2001/05/16 13:41:09
1040 Log: Regen toc.
1041 Branch: perl
1042 ! pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
1043____________________________________________________________________________
1044[ 10123] By: jhi on 2001/05/16 13:25:38
1045 Log: Adding the README.dgux to the MANIFEST would be a good idea.
1046 Branch: perl
1047 ! MANIFEST
1048____________________________________________________________________________
1049[ 10122] By: jhi on 2001/05/16 13:08:33
1050 Log: Move the stack desire definition to thread.h.
1051 Branch: perl
1052 ! ext/Thread/Thread.xs thread.h
1053____________________________________________________________________________
1054[ 10121] By: jhi on 2001/05/16 13:00:12
1055 Log: DG-UX threading patches, including a README.dgux,
1056 from Takis Psarogiannakopoulos.
1057 Branch: perl
1058 + README.dgux
1059 ! config_h.SH ext/Thread/Thread.xs hints/dgux.sh perl.c
1060____________________________________________________________________________
1061[ 10120] By: jhi on 2001/05/16 12:55:33
1062 Log: Subject: [PATCH B::Deparse] More on /x regexes
1063 From: Robin Houston <robin@kitsite.com>
1064 Date: Tue, 15 May 2001 19:09:35 +0100
1065 Message-ID: <20010515190935.A27268@penderel>
1066 Branch: perl
1067 ! ext/B/B/Deparse.pm
1068____________________________________________________________________________
1069[ 10119] By: jhi on 2001/05/16 12:45:29
1070 Log: Document that the core time() may be rounding rather
1071 than truncating, would have saved at least my confusion.
1072 Branch: perl
1073 ! ext/Time/HiRes/HiRes.pm
1074____________________________________________________________________________
1075[ 10118] By: jhi on 2001/05/16 12:37:57
1076 Log: Subject: perl-current/t/time-hires.t
1077 From: John Peacock <jpeacock@rowman.com>
1078 Date: Fri, 11 May 2001 14:09:41 -0400
1079 Message-ID: <3AFC2AE5.5E787E54@rowman.com>
1080 Branch: perl
1081 ! t/lib/time-hires.t
1082____________________________________________________________________________
1083[ 10117] By: jhi on 2001/05/15 13:40:33
1084 Log: Subject: [PATCH dump.c] Op private flags
1085 From: Simon Cozens <simon@netthink.co.uk>
1086 Date: Sun, 13 May 2001 20:20:36 +0100
1087 Message-ID: <20010513202036.A21896@netthink.co.uk>
1088 Branch: perl
1089 ! dump.c
1090____________________________________________________________________________
1091[ 10116] By: jhi on 2001/05/15 13:28:26
1092 Log: Upgrade to Switch 2.03.
1093 Branch: perl
1094 ! lib/Switch.pm
1095____________________________________________________________________________
1096[ 10115] By: jhi on 2001/05/15 13:19:01
1097 Log: Integrate change #10113 from mainline: rename CONFIGDOTSH
1098 to PERL_CONFIG_SH and use it consistently.
1099 Branch: maint-5.6/perl
1100 !> Configure Makefile.SH Policy_sh.SH cflags.SH config_h.SH
1101 !> configpm configure.com makeaperl.SH makedepend.SH makedir.SH
1102 !> myconfig.SH writemain.SH
1103____________________________________________________________________________
1104[ 10114] By: jhi on 2001/05/15 13:13:21
1105 Log: Metaconfig units changes for #10113.
1106 Branch: metaconfig
1107 ! U/modified/Config_h.U U/modified/Extract.U U/modified/Oldsym.U
1108____________________________________________________________________________
1109[ 10113] By: jhi on 2001/05/15 13:12:40
1110 Log: The problem described in 20010514.031 still wasn't
1111 fully cured, there were remnants of $CONFIG when
1112 $CONFIGDOTSH was expected. Now renamed to PERL_CONFIG_SH
1113 to avoid future conflicts.
1114 Branch: perl
1115 ! Configure Makefile.SH Policy_sh.SH cflags.SH config_h.SH
1116 ! configpm configure.com makeaperl.SH makedepend.SH makedir.SH
1117 ! myconfig.SH writemain.SH
1118____________________________________________________________________________
1119[ 10112] By: jhi on 2001/05/15 11:55:44
1120 Log: Half of #10107 got lost.
1121 Branch: perl
1122 ! ext/B/B/Deparse.pm
1123____________________________________________________________________________
1124[ 10111] By: nick on 2001/05/15 08:39:14
1125 Log: Integrate mainline.
1126 Branch: perlio
1127 +> ext/POSIX/hints/uts.pl
1128 - Todo Todo-5.6 t/camel-III/vstring.t
1129 !> (integrate 48 files)
1130____________________________________________________________________________
1131[ 10110] By: jhi on 2001/05/15 02:04:05
1132 Log: Subject: [PATCH TestInit.pm] Give Deparse tester a fair chance
1133 From: Robin Houston <robin@kitsite.com>
1134 Date: Mon, 14 May 2001 22:27:08 +0100
1135 Message-ID: <20010514222708.A22963@penderel>
1136 Branch: perl
1137 ! t/TestInit.pm
1138____________________________________________________________________________
1139[ 10109] By: jhi on 2001/05/15 02:03:12
1140 Log: Subject: [PATCH B::Deparse] Lvaluable method calls
1141 From: Robin Houston <robin@kitsite.com>
1142 Date: Mon, 14 May 2001 22:16:43 +0100
1143 Message-ID: <20010514221643.A22437@penderel>
1144 Branch: perl
1145 ! ext/B/B/Deparse.pm
1146____________________________________________________________________________
1147[ 10108] By: jhi on 2001/05/15 02:02:17
1148 Log: Subject: [PATCH B::Deparse] C<$foo =~ give_me_a_regex>; /x modifier
1149 From: Robin Houston <robin@kitsite.com>
1150 Date: Mon, 14 May 2001 22:03:44 +0100
1151 Message-ID: <20010514220344.A20643@penderel>
1152 Branch: perl
1153 ! ext/B/B/Deparse.pm
1154____________________________________________________________________________
1155[ 10107] By: jhi on 2001/05/15 02:01:24
1156 Log: Subject: [PATCH B::Deparse] "${foo}_bar"
1157 From: Robin Houston <robin@kitsite.com>
1158 Date: Mon, 14 May 2001 22:10:07 +0100
1159 Message-ID: <20010514221007.A21118@penderel>
1160 Branch: perl
1161 ! ext/B/B/Deparse.pm
1162____________________________________________________________________________
1163[ 10106] By: jhi on 2001/05/15 01:41:26
1164 Log: Fix for 20010514.037; substr() didn't invalidate the locale
1165 collation magic.
1166 Branch: perl
1167 ! pp.c
1168____________________________________________________________________________
1169[ 10105] By: jhi on 2001/05/14 18:18:24
1170 Log: Update Changes.
1171 Branch: perl
1172 ! Changes patchlevel.h
1173____________________________________________________________________________
b65a4548
JH
1174[ 10104] By: jhi on 2001/05/14 18:09:07
1175 Log: Retract #10094.
1176 Branch: perl
1177 ! lib/Pod/Text.pm
1178____________________________________________________________________________
1179[ 10103] By: jhi on 2001/05/14 15:20:58
1180 Log: Integrate change #10100 from maintperl.
1181
1182 PL_last_in_gv may not be a GV if it was a stale filehandle (fix for
1183 bug ID 20010514.027)
1184 Branch: perl
1185 !> mg.c pp_ctl.c
1186____________________________________________________________________________
1187[ 10102] By: jhi on 2001/05/14 15:19:21
1188 Log: Document the deprecatedness of suidperl.
1189 Branch: perl
1190 ! INSTALL pod/perlfaq1.pod
1191____________________________________________________________________________
1192[ 10101] By: jhi on 2001/05/14 14:54:31
1193 Log: Subject: Re: [ID 20010514.022] Makemaker a bit too prefix-happy
1194 From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
1195 Date: Mon, 14 May 2001 09:38:59 -0400
1196 Message-ID: <20010514093859.A1479715@linguist.thayer.dartmouth.edu>
1197 Branch: perl
1198 ! lib/ExtUtils/MM_Unix.pm
1199____________________________________________________________________________
1200[ 10100] By: gsar on 2001/05/14 14:43:50
1201 Log: PL_last_in_gv may not be a GV if it was a stale filehandle (fix for
1202 bug ID 20010514.027)
1203
1204 TODO: this needs a testsuite addition
1205 Branch: maint-5.6/perl
1206 ! mg.c pp_ctl.c
1207____________________________________________________________________________
1208[ 10099] By: jhi on 2001/05/14 13:42:38
1209 Log: More DWIMminess for Class::Struct: calling the array or hash
1210 accessors only with one argument, an array or a hash reference,
1211 sets the underlying array or hash. This mirrors nicely also
1212 the usage in the constructor.
1213 From Bernd Sokolowsky <ulmo@garozzo.franken.de>, via Damian Conway.
1214 Branch: perl
1215 ! lib/Class/Struct.pm t/lib/class-struct.t
1216____________________________________________________________________________
1217[ 10098] By: jhi on 2001/05/14 13:10:34
1218 Log: Reference cmp'ing should go through the whole stringification
1219 process shebang, as pointed out by Sarathy in #10091.
1220 Branch: perl
1221 ! pp.c
1222____________________________________________________________________________
1223[ 10097] By: jhi on 2001/05/14 12:54:31
1224 Log: Subject: Re: [LONG] Cleaning up Todo/Todo-5.6/perltodo
1225 From: Simon Cozens <simon@netthink.co.uk>
1226 Date: Sat, 12 May 2001 16:36:27 +0100
1227 Message-ID: <20010512163627.A5522@netthink.co.uk>
1228
1229 with some additions salvaged from Todo and Todo-5.6 before
1230 retiring them.
1231 Branch: perl
1232 - Todo Todo-5.6
1233 ! MANIFEST pod/perltodo.pod
1234____________________________________________________________________________
1235[ 10096] By: jhi on 2001/05/14 12:37:01
1236 Log: Subject: [ID 20010514.025] _SVID3 in <sys/statvfs.h>
1237 From: "Golubev I. N." <gin@mo.msk.ru>
1238 Date: Mon, 07 May 2001 14:33:34 (GMT)
1239 Message-Id: <02453af6b23e63-gin@mo.msk.ru>
1240 Branch: perl
1241 ! perl.h
1242____________________________________________________________________________
1243[ 10095] By: jhi on 2001/05/14 12:34:24
1244 Log: Subject: [ID 20010514.022] Makemaker a bit too prefix-happy
1245 From: "Todd C. Miller" <Todd.Miller@courtesan.com>
1246 Date: Mon, 7 May 2001 09:35:57 -0600 (MDT)
1247 Message-Id: <200105071535.f47FZvf27235@xerxes.courtesan.com>
1248 Branch: perl
1249 ! lib/ExtUtils/MM_Unix.pm
1250____________________________________________________________________________
1251[ 10094] By: jhi on 2001/05/14 12:32:44
1252 Log: (Retracted by #10104.)
1253
1254 Subject: [PATCH bleadperl Pod::Text] avoid overquoting [Was: rand(0) is rand(1)]
1255 From: barries <barries@slaysys.com>
1256 Date: Sat, 12 May 2001 01:28:10 -0400
1257 Message-ID: <20010512012810.B26358@jester.slaysys.com>
1258 Branch: perl
1259 ! lib/Pod/Text.pm
1260____________________________________________________________________________
1261[ 10093] By: jhi on 2001/05/14 12:30:38
1262 Log: Subject: [PATCH] Incorrect line numbers in AutoSplit
1263 From: Mike Guy <mjtg@cam.ac.uk>
1264 Date: Sat, 12 May 2001 19:24:33 +0100
1265 Message-Id: <E14ye49-0006Fn-00@libra.cus.cam.ac.uk>
1266 Branch: perl
1267 ! lib/AutoSplit.pm
1268____________________________________________________________________________
1269[ 10092] By: jhi on 2001/05/14 12:29:21
1270 Log: Yet another HP-UX hints tweak from Merijn.
1271 Branch: perl
1272 ! hints/hpux.sh
1273____________________________________________________________________________
1274[ 10091] By: gsar on 2001/05/14 04:38:32
1275 Log: $ref1 == $ref2 behaves unpredictably on platforms where NV_PRESERVES_UV
1276 isn't defined (changes#9366,9368,9370 from mainline without the
1277 pp_scmp() change)
1278 Branch: maint-5.6/perl
1279 ! pp.c pp.h pp_hot.c
1280____________________________________________________________________________
1281[ 10090] By: jhi on 2001/05/12 13:39:43
1282 Log: The sorting seems to happen now automatically.
1283 Branch: perl
1284 ! t/lib/glob-basic.t
1285____________________________________________________________________________
1286[ 10089] By: jhi on 2001/05/12 03:38:15
1287 Log: Subject: Re: [PATCH perlfunc.pod] split on an empty string
1288 From: Benjamin Sugars <bsugars@canoe.ca>
1289 Date: Fri, 11 May 2001 11:36:04 -0400 (EDT)
1290 Message-ID: <Pine.LNX.4.21.0105111131540.1804-100000@marmot.rim.canoe.ca>
1291 Branch: perl
1292 ! pod/perlfunc.pod
1293____________________________________________________________________________
1294[ 10088] By: jhi on 2001/05/12 03:37:00
1295 Log: Subject: Re: undef(&foo) does not work for XS functions
1296 From: Doug MacEachern <dougm@covalent.net>
1297 Date: Fri, 11 May 2001 16:52:29 -0700 (PDT)
1298 Message-ID: <Pine.LNX.4.21.0105111647240.4478-100000@mako.covalent.net>
1299 Branch: perl
1300 ! op.c
1301____________________________________________________________________________
1302[ 10087] By: jhi on 2001/05/12 03:35:58
1303 Log: Subject: [PATCH: perl@10086] fixup t/op/append.t for UTF-EBCDIC
1304 From: Peter Prymmer <pvhp@forte.com>
1305 Date: Fri, 11 May 2001 17:38:43 -0700 (PDT)
1306 Message-ID: <Pine.OSF.4.10.10105111736190.73589-100000@aspara.forte.com>
1307 Branch: perl
1308 ! t/op/append.t
1309____________________________________________________________________________
1310[ 10086] By: jhi on 2001/05/11 14:23:08
1311 Log: Update Changes.
1312 Branch: perl
1313 ! Changes patchlevel.h
1314____________________________________________________________________________
d0e4b787
JH
1315[ 10085] By: jhi on 2001/05/11 14:08:20
1316 Log: Remove the 'asciir' re subpragma. Should instead implement
1317 the 'physical vs logical' range scheme:
1318
1319 \xAA-\xCC is a native physical range, you want that range of
1320 codepoints in your native encoding. In EBCDIC the codepoints
1321 in the gaps (between i-j and r-s) should be included.
1322
1323 \x{AA}-\x{CC} is a physical Unicode range, you want that range of
1324 codepoints in Unicode.
1325
1326 a-z is a logical range, you want that range of 'logical' codepoints
1327 in your native encoding. In EBCDIC the codepoints in the gaps
1328 (between i-j and r-s) should not be included.
1329
1330 Mixed cases (a-\xAA, etc) should either be errors, or maybe
1331 the 'logical' endpoints should be converted to native/Unicode
1332 codepoints, and the range handled as a physical range.
1333
1334 'Logical endpoints' are to be recognized only in the A-Z, a-z,
1335 and 0-9 ranges. Probably a warning should be given for mixed
1336 cases like A-z or a-9 (since such expressions are encoding
1337 dependent), with a recommendation to use physical ranges.
1338 Branch: perl
1339 ! ext/re/re.pm perl.h regcomp.c regcomp.h t/op/pat.t
1340 ! t/op/regexp.t
1341____________________________________________________________________________
1342[ 10084] By: jhi on 2001/05/11 13:56:16
1343 Log: Make the test to cleanup the test directory tree
1344 both before and after the testing so that we always
1345 have a clean slate to work with.
1346 Branch: perl
1347 ! t/lib/filefind.t
1348____________________________________________________________________________
1349[ 10083] By: jhi on 2001/05/11 13:46:30
1350 Log: Subject: Re: [PATCH perlfunc.pod] split on an empty string
1351 From: Jon Eveland <jweveland@yahoo.com>
1352 Date: Fri, 11 May 2001 07:36:28 -0700 (PDT)
1353 Message-ID: <20010511143628.24225.qmail@web10402.mail.yahoo.com>
1354 Branch: perl
1355 ! pod/perlfunc.pod
1356____________________________________________________________________________
1357[ 10082] By: jhi on 2001/05/11 13:45:06
1358 Log: Merge the camel-III/vstring.t with op/ver.t.
1359 Branch: perl
1360 - t/camel-III/vstring.t
1361 ! MANIFEST t/TEST t/harness t/op/ver.t
1362____________________________________________________________________________
1363[ 10081] By: jhi on 2001/05/11 13:15:55
1364 Log: Add test.deparse make target.
1365 Branch: perl
1366 ! Makefile.SH
1367____________________________________________________________________________
1368[ 10080] By: jhi on 2001/05/11 12:52:49
1369 Log: Subject: [PATCH B::Deparse] $foo->bar(0)
1370 From: Robin Houston <robin@kitsite.com>
1371 Date: Fri, 11 May 2001 12:02:22 +0100
1372 Message-ID: <20010511120222.A11529@penderel>
1373 Branch: perl
1374 ! ext/B/B/Deparse.pm t/op/method.t
1375____________________________________________________________________________
1376[ 10079] By: jhi on 2001/05/11 01:59:06
1377 Log: A nicely working combination for UTS from Hal Morris.
1378 Branch: perl
1379 + ext/POSIX/hints/uts.pl
1380 ! MANIFEST hints/uts.sh
1381____________________________________________________________________________
1382[ 10078] By: jhi on 2001/05/11 01:15:04
1383 Log: i_ieeefp=undef for UTS.
1384 Branch: perl
1385 ! hints/uts.sh
1386____________________________________________________________________________
1387[ 10077] By: jhi on 2001/05/10 22:42:35
1388 Log: Subject: RE: rand(0) is rand(1)
1389 From: Larry Shatzer <lshatzer@islanddata.com>
1390 Date: Thu, 10 May 2001 11:09:27 -0700
1391 Message-ID: <95CD90709D74D4118F4600D0B79E8BC9995027@mail.islanddata.com>
1392 Branch: perl
1393 ! pod/perlfunc.pod
1394____________________________________________________________________________
1395[ 10076] By: jhi on 2001/05/10 22:36:50
1396 Log: Subject: [patch] make op_{clear,null} public
1397 From: Doug MacEachern <dougm@covalent.net>
1398 Date: Thu, 10 May 2001 15:54:09 -0700 (PDT)
1399 Message-ID: <Pine.LNX.4.21.0105101546510.2962-100000@mako.covalent.net>
1400 Branch: perl
1401 ! embed.h embed.pl op.c proto.h
1402____________________________________________________________________________
1403[ 10075] By: jhi on 2001/05/10 22:28:36
1404 Log: Subject: [PATCH B.xs] Extend tr/\0-\377/blah/c support
1405 From: Robin Houston <robin@kitsite.com>
1406 Date: Thu, 10 May 2001 18:54:59 +0100
1407 Message-ID: <20010510185459.A5995@penderel>
1408 Branch: perl
1409 ! ext/B/B.xs ext/B/B/Deparse.pm t/op/tr.t
1410____________________________________________________________________________
1411[ 10074] By: jhi on 2001/05/10 22:23:41
1412 Log: Subject: [PATCH B::Deparse] t/op/64bitint.t
1413 From: Robin Houston <robin@kitsite.com>
1414 Date: Thu, 10 May 2001 12:56:39 +0100
1415 Message-ID: <20010510125639.A2119@penderel>
1416 Branch: perl
1417 ! ext/B/B/Deparse.pm
1418____________________________________________________________________________
1419[ 10073] By: jhi on 2001/05/10 14:26:01
1420 Log: Retract #10070, not ready yet.
1421 Branch: perl
1422 ! ext/B/B/Deparse.pm
1423____________________________________________________________________________
1424[ 10072] By: jhi on 2001/05/10 13:40:24
1425 Log: The metaconfig unit change for #10071.
1426 Branch: metaconfig
1427 ! U/modified/mallocsrc.U
1428____________________________________________________________________________
1429[ 10071] By: jhi on 2001/05/10 13:39:57
1430 Log: The #9525+#9526 didn't allow for overriding usemymalloc.
1431 Branch: perl
1432 ! Configure
1433____________________________________________________________________________
1434[ 10070] By: jhi on 2001/05/10 13:18:42
1435 Log: (Retracted by #10073)
1436
1437 Subject: Re: [PATCH t/TEST] B::Deparse tester
1438 From: Hugo <hv@crypt.compulink.co.uk>
1439 Date: Thu, 10 May 2001 05:48:09 +0100
1440 Message-Id: <200105100448.FAA13584@crypt.compulink.co.uk>
1441 Branch: perl
1442 ! ext/B/B/Deparse.pm
1443____________________________________________________________________________
1444[ 10069] By: jhi on 2001/05/10 12:24:06
1445 Log: Add a for(func()) test.
1446 Branch: perl
1447 ! t/cmd/for.t
1448____________________________________________________________________________
1449[ 10068] By: jhi on 2001/05/10 12:16:00
1450 Log: Subject: [PATCH B::Deparse] our() lists and foreach loops
1451 From: Robin Houston <robin@kitsite.com>
1452 Date: Thu, 10 May 2001 13:50:08 +0100
1453 Message-ID: <20010510135008.A2454@penderel>
1454 Branch: perl
1455 ! ext/B/B/Deparse.pm
1456____________________________________________________________________________
1457[ 10067] By: jhi on 2001/05/10 01:45:03
1458 Log: A thinko in #10065.
1459 Branch: perl
1460 ! hv.c
1461____________________________________________________________________________
1462[ 10066] By: jhi on 2001/05/10 01:33:12
1463 Log: Subject: [PATCH B::Deparse] Fix tr///ansliteration
1464 From: Robin Houston <robin@kitsite.com>
1465 Date: Thu, 10 May 2001 02:10:34 +0100
1466 Message-ID: <20010510021034.A19421@penderel>
1467 Branch: perl
1468 ! ext/B/B.xs ext/B/B/Deparse.pm
1469____________________________________________________________________________
1470[ 10065] By: jhi on 2001/05/10 01:30:43
1471 Log: Subject: [patch] make hv_fetch{_ent} SvGMAGICAL aware
1472 From: Doug MacEachern <dougm@covalent.net>
1473 Date: Mon, 7 May 2001 09:50:58 -0700 (PDT)
1474 Message-ID: <Pine.LNX.4.21.0105070947060.23808-100000@mako.covalent.net>
1475 Branch: perl
1476 ! hv.c
1477____________________________________________________________________________
1478[ 10064] By: jhi on 2001/05/09 23:13:29
1479 Log: One more workaround for the UTS compiler from Hal Morris.
1480 Branch: perl
1481 ! perl.h
1482____________________________________________________________________________
1483[ 10063] By: jhi on 2001/05/09 23:09:53
1484 Log: Subject: [PATCH B::Debug] Show string for PVOP, and referent for RV
1485 From: Robin Houston <robin@kitsite.com>
1486 Date: Thu, 10 May 2001 01:02:08 +0100
1487 Message-ID: <20010510010208.A18200@penderel>
1488 Branch: perl
1489 ! ext/B/B/Debug.pm
1490____________________________________________________________________________
1491[ 10062] By: jhi on 2001/05/09 23:06:25
1492 Log: Subject: [PATCH] Simplify deb_curcv() a bit
1493 From: Benjamin Sugars <bsugars@canoe.ca>
1494 Date: Wed, 9 May 2001 18:14:34 -0400 (EDT)
1495 Message-ID: <Pine.LNX.4.21.0105091811340.1160-100000@marmot.rim.canoe.ca>
1496 Branch: perl
1497 ! run.c
1498____________________________________________________________________________
1499[ 10061] By: jhi on 2001/05/09 23:05:28
1500 Log: Subject: [PATCH] Additional test case for PerlIO::Scalar
1501 From: Benjamin Sugars <bsugars@canoe.ca>
1502 Date: Wed, 9 May 2001 18:03:45 -0400 (EDT)
1503 Message-ID: <Pine.LNX.4.21.0105091758220.1160-100000@marmot.rim.canoe.ca>
1504 Branch: perl
1505 ! t/lib/io_scalar.t
1506____________________________________________________________________________
1507[ 10060] By: jhi on 2001/05/09 23:04:38
1508 Log: Subject: [PATCH: perl@10022] update md5sum for MD5.xs on IBM-1047
1509 From: Peter Prymmer <pvhp@forte.com>
1510 Date: Wed, 9 May 2001 12:08:02 -0700 (PDT)
1511 Message-ID: <Pine.OSF.4.10.10105091205250.455254-100000@aspara.forte.com>
1512 Branch: perl
1513 ! t/lib/md5-file.t
1514____________________________________________________________________________
1515[ 10059] By: jhi on 2001/05/09 23:03:52
1516 Log: Subject: [PATCH t/TEST] B::Deparse tester
1517 From: Robin Houston <robin@kitsite.com>
1518 Date: Wed, 9 May 2001 19:17:50 +0100
1519 Message-ID: <20010509191750.A16940@penderel>
1520 Branch: perl
1521 ! ext/B/O.pm t/TEST
1522____________________________________________________________________________
1523[ 10058] By: jhi on 2001/05/09 23:02:56
1524 Log: Subject: [PATCH] Pod::Html -- fixes extra gaps in raw text
1525 From: Jeff Pinyan <jeffp@crusoe.net>
1526 Date: Wed, 9 May 2001 14:36:25 -0400 (EDT)
1527 Message-ID: <Pine.GSO.4.21.0105091430420.357-100000@crusoe.crusoe.net>
1528 Branch: perl
1529 ! lib/Pod/Html.pm
1530____________________________________________________________________________
1531[ 10057] By: nick on 2001/05/09 18:37:56
1532 Log: Integrate mainline.
1533 Branch: perlio
1534 !> Changes epoc/epocish.h ext/PerlIO/Scalar/Scalar.xs
1535 !> hints/hpux.sh lib/Pod/Html.pm patchlevel.h perlio.c
1536____________________________________________________________________________
1537[ 10056] By: jhi on 2001/05/09 16:44:44
1538 Log: Update Changes.
1539 Branch: perl
1540 ! Changes patchlevel.h
1541____________________________________________________________________________
402f2918
JH
1542[ 10055] By: jhi on 2001/05/09 16:26:47
1543 Log: Integrate perlio.
1544 Branch: perl
1545 !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
1546____________________________________________________________________________
1547[ 10054] By: jhi on 2001/05/09 16:25:42
1548 Log: Subject: Re: [PATCH] Test offset when reading from a PerlIO::Scalar
1549 From: Benjamin Sugars <bsugars@canoe.ca>
1550 Date: Wed, 9 May 2001 12:42:30 -0400 (EDT)
1551 Message-ID: <Pine.LNX.4.21.0105091230110.1516-100000@marmot.rim.canoe.ca>
1552 Branch: perl
1553 ! perlio.c
1554____________________________________________________________________________
1555[ 10053] By: jhi on 2001/05/09 16:24:37
1556 Log: Subject: [PATCH] Test offset when reading from a PerlIO::Scalar
1557 From: Benjamin Sugars <bsugars@canoe.ca>
1558 Date: Tue, 8 May 2001 17:09:44 -0400 (EDT)
1559 Message-ID: <Pine.LNX.4.21.0105081654140.1212-100000@marmot.rim.canoe.ca>
1560 Branch: perl
1561 ! ext/PerlIO/Scalar/Scalar.xs
1562____________________________________________________________________________
1563[ 10052] By: jhi on 2001/05/09 16:19:04
1564 Log: Subject: [PATCH] Pod::Html doesn't honor =begin ... =end properly
1565 From: Jeff Pinyan <jeffp@crusoe.net>
1566 Date: Wed, 9 May 2001 12:35:24 -0400 (EDT)
1567 Message-ID: <Pine.GSO.4.21.0105091233430.357-100000@crusoe.crusoe.net>
1568 Branch: perl
1569 ! lib/Pod/Html.pm
1570____________________________________________________________________________
1571[ 10051] By: jhi on 2001/05/09 15:30:17
1572 Log: EPOC tweak from Olaf Flebbe.
1573 Branch: perl
1574 ! epoc/epocish.h
1575____________________________________________________________________________
1576[ 10050] By: nick on 2001/05/09 14:37:57
1577 Log: win32, regen_config_h
1578 Branch: perlio
1579 ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
1580____________________________________________________________________________
1581[ 10049] By: jhi on 2001/05/09 12:33:39
1582 Log: Integrate perlio.
1583 Branch: perl
1584 !> pp_sys.c
1585____________________________________________________________________________
1586[ 10048] By: nick on 2001/05/09 11:59:50
1587 Log: If wait() or waitpid() ends due to EINTR despatch perl interrupt handler
1588 and re-try. Fixes "perl 5.7.x prefers suicide over killing more than one child."
1589 Branch: perlio
1590 ! pp_sys.c
1591____________________________________________________________________________
1592[ 10047] By: jhi on 2001/05/09 10:50:12
1593 Log: Integrate perlio.
1594 Branch: perl
1595 !> run.c
1596____________________________________________________________________________
1597[ 10046] By: jhi on 2001/05/09 10:49:34
1598 Log: Subject: Re: Less warnings during configure
1599 From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
1600 Date: Wed, 09 May 2001 13:12:49 +0200
1601 Message-Id: <20010509125337.995D.H.M.BRAND@hccnet.nl>
1602 Branch: perl
1603 ! hints/hpux.sh
1604____________________________________________________________________________
1605[ 10045] By: nick on 2001/05/09 09:56:59
1606 Log: MULTIPLICITY/DEBUGGING build fix.
1607 Branch: perlio
1608 ! run.c
1609____________________________________________________________________________
1610[ 10044] By: nick on 2001/05/09 09:46:37
1611 Log: Merge of mainline (does not build MULTIPLICITY/DEBUGGING issue).
1612 Branch: perlio
1613 +> hints/atheos.sh pod/perl572delta.pod t/pod/plainer.t
1614 - ext/SDBM_File/sdbm/dbm.c ext/SDBM_File/sdbm/dbm.h
1615 !> (integrate 65 files)
1616____________________________________________________________________________
1617[ 10043] By: jhi on 2001/05/08 22:41:49
1618 Log: Subject: [PATCH op.c] Deprecate %x->{'foo'}, @y->[23] etc
1619 From: Robin Houston <robin@kitsite.com>
1620 Date: Tue, 8 May 2001 19:38:00 +0100
1621 Message-ID: <20010508193800.A4389@penderel>
1622
1623 Subject: Re: [PATCH op.c] Deprecate %x->{'foo'}, @y->[23] etc
1624 From: Robin Houston <robin@kitsite.com>
1625 Date: Tue, 8 May 2001 20:03:57 +0100
1626 Message-ID: <20010508200357.A4614@penderel>
1627
1628 Subject: Re: [PATCH op.c] Deprecate %x->{'foo'}, @y->[23] etc
1629 From: Robin Houston <robin@kitsite.com>
1630 Date: Wed, 9 May 2001 00:12:05 +0100
1631 Message-ID: <20010509001205.A18521@puffinry.freeserve.co.uk>
1632 Branch: perl
1633 ! op.c pod/perldiag.pod t/pragma/overload.t t/pragma/warn/op
1634____________________________________________________________________________
1635[ 10042] By: jhi on 2001/05/08 22:09:35
1636 Log: Retract #10031.
1637 Branch: perl
1638 ! pod/perlfunc.pod
1639____________________________________________________________________________
1640[ 10041] By: jhi on 2001/05/08 18:27:34
1641 Log: The metaconfig unit changes for #10040.
1642 Branch: metaconfig/U/perl
1643 ! Checkcc.U d_dlsymun.U dlsrc.U
1644____________________________________________________________________________
1645[ 10040] By: jhi on 2001/05/08 18:24:47
1646 Log: The Configure half of
1647
1648 Subject: Less warnings during configure
1649 From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
1650 Date: Tue, 08 May 2001 08:44:02 +0200
1651 Message-Id: <20010508084158.D793.H.M.BRAND@hccnet.nl>
1652 Branch: perl
1653 ! Configure
1654____________________________________________________________________________
1655[ 10039] By: jhi on 2001/05/08 16:48:31
1656 Log: Subject: Less warnings during configure
1657 From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
1658 Date: Tue, 08 May 2001 08:44:02 +0200
1659 Message-Id: <20010508084158.D793.H.M.BRAND@hccnet.nl>
1660 Branch: perl
1661 ! hints/hpux.sh
1662____________________________________________________________________________
1663[ 10038] By: jhi on 2001/05/08 16:32:07
1664 Log: Don't forget to whine about \d__\d.
1665 Branch: perl
1666 ! t/pragma/warn/toke toke.c
1667____________________________________________________________________________
1668[ 10037] By: jhi on 2001/05/08 16:07:05
1669 Log: Allow underscores also in the exponent part.
1670 Branch: perl
1671 ! t/pragma/warn/toke toke.c
1672____________________________________________________________________________
1673[ 10036] By: jhi on 2001/05/08 13:33:55
1674 Log: CodeMagicCD doesn't look like an *I*DE.
1675 Branch: perl
1676 ! pod/perlfaq3.pod
1677____________________________________________________________________________
1678[ 10035] By: jhi on 2001/05/08 13:27:48
1679 Log: Add Open Perl IDE, remove Perl Code Magic (the site seems
1680 to be consistently down).
1681 Branch: perl
1682 ! pod/perlfaq3.pod
1683____________________________________________________________________________
1684[ 10034] By: jhi on 2001/05/08 13:21:07
1685 Log: Upgrade to Text::Balanced 1.84.
1686 Branch: perl
1687 ! lib/Text/Balanced.pm t/lib/tb-xbrak.t
1688____________________________________________________________________________
1689[ 10033] By: jhi on 2001/05/08 12:41:53
1690 Log: Subject: Re: [PATCH] Find the last of the missing pad variables
1691 From: Benjamin Sugars <bsugars@canoe.ca>
1692 Date: Tue, 8 May 2001 09:14:30 -0400 (EDT)
1693 Message-ID: <Pine.LNX.4.21.0105080912370.1930-100000@marmot.rim.canoe.ca>
1694 Branch: perl
1695 ! run.c
1696____________________________________________________________________________
1697[ 10032] By: jhi on 2001/05/08 12:40:28
1698 Log: Subject: [PATCH: perl@10022] cleaner cleanup for t/pod/plainer.t
1699 From: Peter Prymmer <pvhp@forte.com>
1700 Date: Mon, 7 May 2001 18:13:06 -0700 (PDT)
1701 Message-ID: <Pine.OSF.4.10.10105071810100.317708-100000@aspara.forte.com>
1702 Branch: perl
1703 ! t/pod/plainer.t
1704____________________________________________________________________________
1705[ 10031] By: jhi on 2001/05/08 12:35:25
1706 Log: (Retracted by #10042)
1707
1708 Subject: Re: [ID 20010506.040] Infinite loop in lib/selfstubber.t under Cygwin
1709 From: "Philip Newton" <pnewton@gmx.de>
1710 Date: Tue, 8 May 2001 09:18:10 +0200
1711 Message-ID: <3AF7B9D2.28861.603732@localhost>
1712 Branch: perl
1713 ! pod/perlfunc.pod
1714____________________________________________________________________________
1715[ 10030] By: jhi on 2001/05/08 12:32:23
1716 Log: Subject: [PATCH B::Deparse] Document known bugs
1717 From: Robin Houston <robin@kitsite.com>
1718 Date: Tue, 8 May 2001 01:53:34 +0100
1719 Message-ID: <20010508015334.A32394@penderel>
1720 Branch: perl
1721 ! ext/B/B/Deparse.pm
1722____________________________________________________________________________
1723[ 10029] By: jhi on 2001/05/08 12:28:28
1724 Log: Subject: Re: Perl book, magazine and website updates.
1725 From: "Philip Newton" <pnewton@gmx.de>
1726 Date: Mon, 7 May 2001 17:03:58 +0200
1727 Message-ID: <3AF6D57E.5387.1E29930@localhost>
1728 Branch: perl
1729 ! pod/perlfaq2.pod
1730____________________________________________________________________________
1731[ 10028] By: jhi on 2001/05/07 23:53:30
1732 Log: Subject: [PATCH: perl@10022] YA tweak to avoid open file conflict in io/fflush.t
1733 From: Peter Prymmer <pvhp@forte.com>
1734 Date: Mon, 7 May 2001 17:50:48 -0700 (PDT)
1735 Message-ID: <Pine.OSF.4.10.10105071746570.317708-100000@aspara.forte.com>
1736 Branch: perl
1737 ! t/io/fflush.t
1738____________________________________________________________________________
1739[ 10027] By: jhi on 2001/05/07 23:22:48
1740 Log: Subject: [PATCH B::Deparse] Give (?{...}) a taste of its own medicine
1741 From: Robin Houston <robin@kitsite.com>
1742 Date: Tue, 8 May 2001 01:14:55 +0100
1743 Message-ID: <20010508011455.A32162@penderel>
1744 Branch: perl
1745 ! ext/B/B/Deparse.pm
1746____________________________________________________________________________
1747[ 10026] By: jhi on 2001/05/07 23:15:05
1748 Log: Typo in #10025.
1749 Branch: perl
1750 ! hints/uts.sh
1751____________________________________________________________________________
1752[ 10025] By: jhi on 2001/05/07 21:15:35
1753 Log: cc, cflags, and optimize tweaks for UTS from Hal Morris.
1754 Branch: perl
1755 ! hints/uts.sh
1756____________________________________________________________________________
1757[ 10024] By: jhi on 2001/05/07 20:58:40
1758 Log: Subject: Re: [ID 20010506.045] question about hash syntax
1759 From: Peter Scott <Peter@PSDT.com>
1760 Date: Sun, 06 May 2001 13:10:40 -0700
1761 Message-Id: <4.3.2.7.2.20010506113015.00b46100@psdt.com>
1762 Branch: perl
1763 ! pod/perl56delta.pod
1764____________________________________________________________________________
1765[ 10023] By: jhi on 2001/05/07 20:41:26
1766 Log: Configure should figure out the list of dynamic extensions
1767 just fine in UTS-- and in fact it does, as reported by Hal Morris.
1768 Branch: perl
1769 ! hints/uts.sh
1770____________________________________________________________________________
1771[ 10022] By: jhi on 2001/05/07 20:24:11
1772 Log: Update Changes.
1773 Branch: perl
1774 ! Changes patchlevel.h
1775____________________________________________________________________________
038dd032
JH
1776[ 10021] By: jhi on 2001/05/07 20:11:31
1777 Log: Subject: [PATCH regcomp.c] Insecure regexes
1778 From: Robin Houston <robin@kitsite.com>
1779 Date: Mon, 7 May 2001 21:56:12 +0100
1780 Message-ID: <20010507215612.A31114@penderel>
1781 Branch: perl
1782 ! regcomp.c
1783____________________________________________________________________________
1784[ 10020] By: jhi on 2001/05/07 20:02:30
1785 Log: Drop the foobar.perl.com references for now until Simon
1786 gets them sorted out.
1787 Branch: perl
1788 ! pod/perlfaq2.pod
1789____________________________________________________________________________
1790[ 10019] By: jhi on 2001/05/07 19:54:33
1791 Log: Subject: Re: RFC: changing Devel::SelfStubber to relinquish its grasp
1792 From: Prymmer/Kahn <pvhp@best.com>
1793 Date: Mon, 7 May 2001 07:47:21 -0700 (PDT)
1794 Message-ID: <Pine.BSF.4.21.0105070733080.13301-100000@shell8.ba.best.com>
1795 Branch: perl
1796 ! lib/Devel/SelfStubber.pm
1797____________________________________________________________________________
1798[ 10018] By: jhi on 2001/05/07 19:53:10
1799 Log: Subject: Re: [ID 20010506.022] Win32/Makefile problems in 5.7.1
1800 From: Prymmer/Kahn <pvhp@best.com>
1801 Date: Sun, 6 May 2001 21:34:56 -0700 (PDT)
1802 Message-ID: <Pine.BSF.4.21.0105062131520.17625-100000@shell8.ba.best.com>
1803 Branch: perl
1804 ! win32/Makefile
1805____________________________________________________________________________
1806[ 10017] By: jhi on 2001/05/07 19:35:10
1807 Log: s/WebTechnique's/WebTechniques/
1808 Branch: perl
1809 ! pod/perlfaq2.pod
1810____________________________________________________________________________
1811[ 10016] By: jhi on 2001/05/07 12:26:29
1812 Log: Llama 3 updates from Randal.
1813 Branch: perl
1814 ! pod/perlfaq2.pod
1815____________________________________________________________________________
1816[ 10015] By: jhi on 2001/05/07 01:34:38
1817 Log: Subject: [PATCH] Help -Dt show correct pad variables
1818 From: Benjamin Sugars <ben.sugars@home.com>
1819 Date: Sun, 6 May 2001 12:54:13 -0400 (EDT)
1820 Message-ID: <Pine.LNX.4.21.0105061142040.12858-100000@localhost.localdomain>
1821 Branch: perl
1822 ! embed.h embed.pl proto.h run.c
1823____________________________________________________________________________
1824[ 10014] By: jhi on 2001/05/07 01:23:56
1825 Log: Subject: [PATCH] Document C<our $foo : shared>
1826 From: Benjamin Sugars <ben.sugars@home.com>
1827 Date: Sun, 6 May 2001 19:00:55 -0400 (EDT)
1828 Message-ID: <Pine.LNX.4.21.0105061847090.9500-100000@localhost.localdomain>
1829 Branch: perl
1830 ! pod/perlfunc.pod
1831____________________________________________________________________________
1832[ 10013] By: jhi on 2001/05/07 01:22:22
1833 Log: Subject: [PATCH B::Deparse] undefined folded constants
1834 From: Robin Houston <robin@kitsite.com>
1835 Date: Sun, 6 May 2001 17:19:09 +0100
1836 Message-ID: <20010506171909.A7046@penderel>
1837 Branch: perl
1838 ! ext/B/B/Deparse.pm
1839____________________________________________________________________________
1840[ 10012] By: jhi on 2001/05/07 00:57:38
1841 Log: Subject: [PATCH B::Deparse] use Foo (sub {...});
1842 From: Robin Houston <robin@kitsite.com>
1843 Message-ID: <20010506164654.A6848@penderel>
1844 Date: Sun, 6 May 2001 16:46:54 +0100
1845 Branch: perl
1846 ! ext/B/B/Deparse.pm
1847____________________________________________________________________________
1848[ 10011] By: jhi on 2001/05/07 00:52:18
1849 Log: Subject: [PATCH t/op/my_stash.t] Naughty?
1850 From: Robin Houston <robin@kitsite.com>
1851 Date: Sun, 6 May 2001 14:47:02 +0100
1852 Message-ID: <20010506144702.A6308@penderel>
1853 Branch: perl
1854 ! t/op/my_stash.t
1855____________________________________________________________________________
1856[ 10010] By: jhi on 2001/05/06 15:07:51
1857 Log: Subject: Perl book, magazine and website updates.
1858 From: Simon Cozens <simon@netthink.co.uk>
1859 Date: Sun, 6 May 2001 16:55:36 +0100
1860 Message-ID: <20010506165536.A1795@netthink.co.uk>
1861 Branch: perl
1862 ! pod/perlbook.pod pod/perlfaq2.pod
1863____________________________________________________________________________
1864[ 10009] By: jhi on 2001/05/06 14:11:40
1865 Log: Tweaks on the Tru64 prof options.
1866 Branch: perl
1867 ! pod/perlhack.pod
1868____________________________________________________________________________
1869[ 10008] By: jhi on 2001/05/06 13:51:49
1870 Log: Subject: [PATCH t/pod/testp2pt.pl] Give deparse tester a chance
1871 From: Robin Houston <robin@kitsite.com>
1872 Date: Sun, 6 May 2001 14:40:51 +0100
1873 Message-ID: <20010506144051.A6279@penderel>
1874 Branch: perl
1875 ! t/pod/testp2pt.pl
1876____________________________________________________________________________
1877[ 10007] By: jhi on 2001/05/06 13:49:31
1878 Log: Subject: [PATCH B::Deparse] scoping
1879 From: Robin Houston <robin@kitsite.com>
1880 Date: Sun, 6 May 2001 14:36:56 +0100
1881 Message-ID: <20010506143656.A4006@penderel>
1882 Branch: perl
1883 ! ext/B/B/Deparse.pm ext/B/defsubs_h.PL t/lib/b-deparse.t
1884____________________________________________________________________________
1885[ 10006] By: jhi on 2001/05/06 13:24:12
1886 Log: Document the undefinedness of bitshifting out of range.
1887 Branch: perl
1888 ! pod/perlop.pod
1889____________________________________________________________________________
1890[ 10005] By: jhi on 2001/05/06 13:03:17
1891 Log: Retract #10003 and update the IDE descriptions a bit.
1892 Branch: perl
1893 ! pod/perlfaq3.pod
1894____________________________________________________________________________
1895[ 10004] By: jhi on 2001/05/06 03:02:41
1896 Log: Subject: [PATCH: perl@10001] win32 update (VC,Borland,gcc), nmake update
1897 From: Prymmer/Kahn <pvhp@best.com>
1898 Date: Sat, 5 May 2001 20:30:49 -0700 (PDT)
1899 Message-ID: <Pine.BSF.4.21.0105052017370.3961-100000@shell8.ba.best.com>
1900 Branch: perl
1901 ! win32/Makefile win32/buildext.pl win32/config.bc
1902 ! win32/config.gc win32/config.vc
1903____________________________________________________________________________
1904[ 10003] By: jhi on 2001/05/05 20:24:44
1905 Log: (Retracted by #10005.)
1906 Branch: perl
1907 ! pod/perlfaq3.pod
1908____________________________________________________________________________
1909[ 10002] By: jhi on 2001/05/05 19:23:36
1910 Log: It's "psed", not "sed".
1911 Branch: perl
1912 ! x2p/s2p.PL
1913____________________________________________________________________________
1914[ 10001] By: jhi on 2001/05/05 18:35:38
1915 Log: Update Changes.
1916 Branch: perl
1917 ! Changes patchlevel.h
1918____________________________________________________________________________
92e0bad9
JH
1919[ 10000] By: jhi on 2001/05/05 18:32:15
1920 Log: Subject: Re: bleadperl make install fails due to "psed"
1921 From: andreas.koenig@anima.de (Andreas J. Koenig)
1922 Date: 05 May 2001 18:23:28 +0200
1923 Message-ID: <m3u22zg3y7.fsf@ak-71.mind.de>
1924 Branch: perl
1925 ! x2p/Makefile.SH x2p/s2p.PL
1926____________________________________________________________________________
1927[ 9999] By: jhi on 2001/05/05 18:28:09
1928 Log: AUTHORS updates.
1929 Branch: perl
1930 ! AUTHORS
1931____________________________________________________________________________
1932[ 9998] By: jhi on 2001/05/05 18:16:00
1933 Log: Updates on the pods related to the modules included since 5.6.
1934
1935 TODO: perltodo really could use major updating.
1936 Branch: perl
1937 ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq7.pod
1938 ! pod/perlfaq8.pod pod/perlfilter.pod pod/perlfunc.pod
1939 ! pod/perlop.pod pod/perlport.pod pod/perlsec.pod
1940 ! pod/perlsyn.pod pod/perltodo.pod
1941____________________________________________________________________________
1942[ 9997] By: jhi on 2001/05/05 17:35:17
1943 Log: Hints file for AtheOS ( http://www.atheos.cx/ ),
1944 from Kurt Skauen.
1945 Branch: perl
1946 + hints/atheos.sh
1947 ! MANIFEST
1948____________________________________________________________________________
1949[ 9996] By: jhi on 2001/05/05 17:25:00
1950 Log: Add preemptive #undefs for some of the shorter and more prone
1951 to collision regcomp.h #defines. (Background: the MASK collided
1952 with a system header #define in Rhapsody.)
1953 Branch: perl
1954 ! regcomp.h
1955____________________________________________________________________________
1956[ 9995] By: jhi on 2001/05/05 13:24:21
1957 Log: Subject: [PATCH] Re: h2xs [was Re: HEAR YE, HEAR YE!]
1958 From: Nicholas Clark <nick@ccl4.org>
1959 Date: Sat, 5 May 2001 14:46:39 +0100
1960 Message-ID: <20010505144639.O53513@plum.flirble.org>
1961
1962 Add a test for the constants (if any) being processed correctly.
1963 Branch: perl
1964 ! utils/h2xs.PL
1965____________________________________________________________________________
1966[ 9994] By: jhi on 2001/05/05 02:11:03
1967 Log: Subject: [PATCH & retract: perl@9973] the real fix for t/lib/b-stash.t
1968 From: Peter Prymmer <pvhp@forte.com>
1969 Date: Fri, 4 May 2001 17:44:13 -0700 (PDT)
1970 Message-ID: <Pine.OSF.4.10.10105041734280.67333-100000@aspara.forte.com>
1971 Branch: perl
1972 ! t/lib/b-stash.t
1973____________________________________________________________________________
1974[ 9993] By: jhi on 2001/05/05 02:03:49
1975 Log: Subject: [PATCH: perl@9973] fix const poisioning in PerlIO_openn->fdopen->openn
1976 From: Peter Prymmer <pvhp@forte.com>
1977 Date: Fri, 4 May 2001 17:29:02 -0700 (PDT)
1978 Message-ID: <Pine.OSF.4.10.10105041727420.67333-100000@aspara.forte.com>
1979 Branch: perl
1980 ! perlio.c vms/vmsish.h
1981____________________________________________________________________________
1982[ 9992] By: jhi on 2001/05/04 17:21:12
1983 Log: Subject: [PATHC perl@9944] missing library tests: Pod::Plainer
1984 From: Robin Barker <rmb1@cise.npl.co.uk>
1985 Date: Fri, 4 May 2001 18:13:47 +0100 (BST)
1986 Message-Id: <200105041713.SAA14842@tempest.npl.co.uk>
1987 Branch: perl
1988 + t/pod/plainer.t
1989 ! MANIFEST
1990____________________________________________________________________________
1991[ 9991] By: jhi on 2001/05/04 16:47:45
1992 Log: Subject: [PATCH perl@9944] -Wformat error from ext/re/re_comp.c
1993 From: Robin Barker <rmb1@cise.npl.co.uk>
1994 Date: Fri, 4 May 2001 18:09:13 +0100 (BST)
1995 Message-Id: <200105041709.SAA14835@tempest.npl.co.uk>
1996 Branch: perl
1997 ! regcomp.c
1998____________________________________________________________________________
1999[ 9990] By: jhi on 2001/05/04 14:37:20
2000 Log: Subject: [PATCH: perl@9973] let win32 run t/lib/b-stash.t
2001 From: Prymmer/Kahn <pvhp@best.com>
2002 Date: Fri, 4 May 2001 07:31:01 -0700 (PDT)
2003 Message-ID: <Pine.BSF.4.21.0105040727430.14844-100000@shell8.ba.best.com>
2004 Branch: perl
2005 ! t/lib/b-stash.t
2006____________________________________________________________________________
2007[ 9989] By: jhi on 2001/05/04 14:03:58
2008 Log: Introduce perl572delta, update Todo, add the missing
2009 mention about signal safety since 5.7.1 (though this
2010 requires verification and more details.)
2011 Branch: perl
2012 + pod/perl572delta.pod
2013 ! MANIFEST Todo pod/perl571delta.pod
2014____________________________________________________________________________
2015[ 9988] By: jhi on 2001/05/04 12:41:51
2016 Log: Subject: [PATCH perl@9944] long =item
2017 From: Robin Barker <rmb1@cise.npl.co.uk>
2018 Date: Fri, 4 May 2001 14:15:20 +0100 (BST)
2019 Message-Id: <200105041315.OAA00436@tempest.npl.co.uk>
2020 Branch: perl
2021 ! ext/Time/HiRes/HiRes.pm
2022____________________________________________________________________________
2023[ 9987] By: jhi on 2001/05/04 12:39:19
2024 Log: The #9901 had removed one line essential for EBCDIC.
2025 Branch: perl
2026 ! regcomp.c
2027____________________________________________________________________________
2028[ 9986] By: jhi on 2001/05/04 12:30:23
2029 Log: Subject: cygwin/Makefile.SHs INSTALL patch
2030 From: Reini Urban <rurban@sbox.tu-graz.ac.at>
2031 Date: Mon, 08 Jan 2001 04:59:21 +0200
2032 Message-ID: <3A592D09.FD6AD35D@sbox.tu-graz.ac.at>
2033 Branch: perl
2034 ! cygwin/Makefile.SHs
2035____________________________________________________________________________
2036[ 9985] By: jhi on 2001/05/04 03:51:39
2037 Log: Encode/IO doc tweaks.
2038 Branch: perl
2039 ! ext/Encode/Encode.pm
2040____________________________________________________________________________
2041[ 9984] By: jhi on 2001/05/04 03:29:34
2042 Log: Remove GDBM_File from the dynamic extensions for UTS,
2043 GDBM is not a standard feature.
2044 Branch: perl
2045 ! hints/uts.sh
2046____________________________________________________________________________
2047[ 9983] By: jhi on 2001/05/04 03:22:59
2048 Log: Document the \pX and \p{Yz} (and \p{BidiXYZ}) classes a bit more.
2049 Branch: perl
2050 ! pod/perlretut.pod
2051____________________________________________________________________________
2052[ 9982] By: jhi on 2001/05/03 23:21:03
2053 Log: Subject: [PATCH] Let sv_dump understand GvSHARED
2054 From: Benjamin Sugars <bsugars@canoe.ca>
2055 Date: Thu, 3 May 2001 16:51:07 -0400 (EDT)
2056 Message-ID: <Pine.LNX.4.21.0105031645280.805-100000@marmot.rim.canoe.ca>
2057 Branch: perl
2058 ! dump.c
2059____________________________________________________________________________
2060[ 9981] By: jhi on 2001/05/03 23:20:05
2061 Log: Subject: [PATCH] Allow clobbering of a PerlIO::Scalar and more tests
2062 From: Benjamin Sugars <bsugars@canoe.ca>
2063 Date: Thu, 3 May 2001 15:28:21 -0400 (EDT)
2064 Message-ID: <Pine.LNX.4.21.0105031508360.805-100000@marmot.rim.canoe.ca>
2065 Branch: perl
2066 ! ext/PerlIO/Scalar/Scalar.xs t/lib/io_scalar.t
2067____________________________________________________________________________
2068[ 9980] By: jhi on 2001/05/03 23:15:29
2069 Log: Integrate perlio.
2070 Branch: perl
2071 !> ext/Encode/Encode.pm
2072____________________________________________________________________________
2073[ 9979] By: jhi on 2001/05/03 16:54:59
2074 Log: Install psed man page.
2075 Branch: perl
2076 ! installman
2077____________________________________________________________________________
2078[ 9978] By: jhi on 2001/05/03 16:45:58
2079 Log: Remove unused files; noted by Sarathy.
2080 Branch: perl
2081 - ext/SDBM_File/sdbm/dbm.c ext/SDBM_File/sdbm/dbm.h
2082 ! MANIFEST
2083____________________________________________________________________________
2084[ 9977] By: jhi on 2001/05/03 16:42:30
2085 Log: Subject: [PATCH bleadperl] INSTALL patch -- space requirements
2086 From: Andy Dougherty <doughera@lafayette.edu>
2087 Date: Thu, 3 May 2001 11:16:10 -0400 (EDT)
2088 Message-ID: <Pine.SOL.4.10.10105031114500.17868-100000@maxwell.phys.lafayette.edu>
2089 Branch: perl
2090 ! INSTALL
2091____________________________________________________________________________
2092[ 9976] By: nick on 2001/05/03 16:40:42
2093 Log: Allow $answer = encode($object,$text); like it says in docs.
2094 Branch: perlio
2095 ! ext/Encode/Encode.pm
2096____________________________________________________________________________
2097[ 9975] By: nick on 2001/05/03 16:22:30
2098 Log: Fix latin1 etc. alias code - (bit rot?) - the @latin2iso array now seems to need
2099 to be in scope (fair enough), and also a package variable (our) for eval to see it.
2100 Branch: perlio
2101 ! ext/Encode/Encode.pm
2102____________________________________________________________________________
2103[ 9974] By: nick on 2001/05/03 15:48:17
2104 Log: Integrate mainline.
2105 Branch: perlio
2106 +> lib/NEXT.pm t/io/fflush.t t/lib/MyFilter.pm
2107 +> t/lib/filter-simple.t t/lib/next.t
2108 !> (integrate 70 files)
2109____________________________________________________________________________
2110[ 9973] By: jhi on 2001/05/03 13:09:09
2111 Log: Update Changes.
2112 Branch: perl
2113 ! Changes patchlevel.h
2114____________________________________________________________________________
724031fb
JH
2115[ 9972] By: jhi on 2001/05/03 12:58:33
2116 Log: Subject: [PATCH: perl@9945] fix handling of $Config{variables} in io/fflush.t
2117 From: Prymmer/Kahn <pvhp@best.com>
2118 Date: Wed, 2 May 2001 23:56:13 -0700 (PDT)
2119 Message-ID: <Pine.BSF.4.21.0105022353380.24421-100000@shell8.ba.best.com>
2120 Branch: perl
2121 ! t/io/fflush.t
2122____________________________________________________________________________
2123[ 9971] By: jhi on 2001/05/03 12:57:26
2124 Log: Subject: [PATCH: perl@9945] two fixes for win32/FindExt.pm
2125 From: Prymmer/Kahn <pvhp@best.com>
2126 Date: Wed, 2 May 2001 23:42:33 -0700 (PDT)
2127 Message-ID: <Pine.BSF.4.21.0105022337070.24421-100000@shell8.ba.best.com>
2128 Branch: perl
2129 ! win32/FindExt.pm
2130____________________________________________________________________________
2131[ 9970] By: jhi on 2001/05/03 02:42:46
2132 Log: Can't croak sans thread context, from Doug MacEachern.
2133 Branch: perl
2134 ! toke.c
2135____________________________________________________________________________
2136[ 9969] By: jhi on 2001/05/03 01:23:48
2137 Log: Subject: Random input test and Perl
2138 From: Ilya Zakharevich <ilya@math.berkeley.edu>
2139 Date: Wed, 2 May 2001 14:35:50 -0700 (PDT)
2140 Message-Id: <200105022135.OAA26245@fac-813-1.math.Berkeley.EDU>
2141 Branch: perl
2142 ! toke.c
2143____________________________________________________________________________
2144[ 9968] By: jhi on 2001/05/02 22:17:21
2145 Log: Subject: [PATCH: perl@9945] fix some misinformation in perlfunc.pod
2146 From: Peter Prymmer <pvhp@forte.com>
2147 Date: Wed, 2 May 2001 15:58:18 -0700 (PDT)
2148 Message-ID: <Pine.OSF.4.10.10105021554040.342459-100000@aspara.forte.com>
2149 Branch: perl
2150 ! pod/perlfunc.pod pod/perlport.pod
2151____________________________________________________________________________
2152[ 9967] By: jhi on 2001/05/02 20:12:45
2153 Log: Workaround for UTS compiler casting bug from Hal Morris.
2154 Branch: perl
2155 ! perl.h
2156____________________________________________________________________________
2157[ 9966] By: jhi on 2001/05/02 18:31:37
2158 Log: Subject: Re: [PATCH 5.6.1] Multiplicity and thread fixes for VMS
2159 From: Dan Sugalski <dan@sidhe.org>
2160 Date: Wed, 02 May 2001 15:23:22 -0400
2161 Message-Id: <5.0.2.1.0.20010502152210.01f65550@24.8.96.48>
2162 Branch: perl
2163 ! perl.c vms/vms.c
2164____________________________________________________________________________
2165[ 9965] By: jhi on 2001/05/02 18:21:29
2166 Log: Minor doc tweaks on endianness, closes bug 20010327.004.
2167 Branch: perl
2168 ! pod/perlfunc.pod
2169____________________________________________________________________________
2170[ 9964] By: jhi on 2001/05/02 18:15:01
2171 Log: Document large files in INSTALL, document also the %x
2172 limitation if not use64bitint, closes bug 20010326.007.
2173 Branch: perl
2174 ! INSTALL
2175____________________________________________________________________________
2176[ 9963] By: jhi on 2001/05/02 17:24:47
2177 Log: perlmodlib tweaks; regen pods.
2178 Branch: perl
2179 ! pod/Makefile.SH pod/perlmodlib.PL pod/perlmodlib.pod
2180 ! pod/perltoc.pod
2181____________________________________________________________________________
2182[ 9962] By: jhi on 2001/05/02 17:14:00
2183 Log: Fix for a segfault, from Marc Lehmann.
2184 Branch: perl
2185 ! ext/POSIX/POSIX.xs ext/Time/Piece/Piece.xs
2186____________________________________________________________________________
2187[ 9961] By: jhi on 2001/05/02 15:55:53
2188 Log: Subject: [DOC PATCH bleadperl] minor nits in perlop.pod
2189 From: "Philip Newton" <pnewton@gmx.de>
2190 Date: Wed, 2 May 2001 18:39:03 +0200
2191 Message-ID: <3AF05447.15525.173B588@localhost>
2192 Branch: perl
2193 ! pod/perlop.pod
2194____________________________________________________________________________
2195[ 9960] By: jhi on 2001/05/02 15:35:37
2196 Log: Subject: [PATCH 5.6.1] Multiplicity and thread fixes for VMS
2197 From: Dan Sugalski <dan@sidhe.org>
2198 Date: Wed, 02 May 2001 11:37:27 -0400
2199 Message-Id: <5.0.2.1.0.20010502112909.01f24e28@24.8.96.48>
2200 Branch: perl
2201 ! doio.c ext/File/Glob/bsd_glob.c perl.c perl.h pp_sys.c
2202 ! thread.h vms/vms.c vms/vmsish.h
2203____________________________________________________________________________
2204[ 9959] By: jhi on 2001/05/02 15:21:08
2205 Log: Subject: Re: [PATCH] Allow appending on a PerlIO::Scalar
2206 From: Benjamin Sugars <bsugars@canoe.ca>
2207 Date: Wed, 2 May 2001 10:53:11 -0400 (EDT)
2208 Message-ID: <Pine.LNX.4.21.0105021041380.1652-100000@marmot.rim.canoe.ca>
2209 Branch: perl
2210 ! ext/PerlIO/Scalar/Scalar.xs
2211____________________________________________________________________________
2212[ 9958] By: jhi on 2001/05/02 15:15:53
2213 Log: Bug in #9915, spotted by Mike Guy.
2214 Branch: perl
2215 ! installperl
2216____________________________________________________________________________
2217[ 9957] By: jhi on 2001/05/02 13:26:01
2218 Log: Add a test for not griping about references as array
2219 indices if the reference has magic in it (overloaded
2220 methods).
2221 Branch: perl
2222 ! pod/perldiag.pod t/pragma/warn/pp_hot
2223____________________________________________________________________________
2224[ 9956] By: jhi on 2001/05/02 13:07:01
2225 Log: Retracted a bit too much in #9952.
2226 Branch: perl
2227 ! t/pragma/sub_lval.t
2228____________________________________________________________________________
2229[ 9955] By: jhi on 2001/05/02 13:05:38
2230 Log: Test for #9952.
2231 Branch: perl
2232 ! t/op/tie.t
2233____________________________________________________________________________
2234[ 9954] By: jhi on 2001/05/02 11:48:18
2235 Log: Additional note on the encoding example: one cannot
2236 convert string constants in-place.
2237 Branch: perl
2238 ! ext/Encode/Encode.pm
2239____________________________________________________________________________
2240[ 9953] By: jhi on 2001/05/02 11:43:51
2241 Log: Note that if you have recent enough Perl you already
2242 have Filter::Util::Call.
2243 Branch: perl
2244 ! lib/Filter/Simple.pm
2245____________________________________________________________________________
2246[ 9952] By: jhi on 2001/05/02 11:31:53
2247 Log: Retract changes #8254 and #8255, causes coredump in
2248 'tie FH, "main"', reported by Abigail, culprit found by
2249 Benjamin Sugars. Mirrors maintperl change #9950.
2250 Branch: perl
2251 ! op.c t/pragma/sub_lval.t
2252____________________________________________________________________________
2253[ 9951] By: jhi on 2001/05/02 11:14:29
2254 Log: Forgot from #9942. (Needed by t/lib/filter-simple.t.)
2255 Branch: perl
2256 + t/lib/MyFilter.pm
2257____________________________________________________________________________
2258[ 9950] By: gsar on 2001/05/02 03:17:11
2259 Log: revert integration of changes#8254,8255 in change#8620 (causes
2260 a coredump in C<tie FH, 'foo'>; the idea itself may need better
2261 rationalization)
2262 Branch: maint-5.6/perl
2263 ! op.c t/pragma/sub_lval.t
2264____________________________________________________________________________
2265[ 9949] By: gsar on 2001/05/02 02:56:32
2266 Log: integrate changes#9774,9814 from mainline (Unixware fixes)
2267
2268 Subject: [ID 20010421.010] Perl 5.6.1 on Unixware 7
2269
2270 Subject: Re: [ID 20010421.010] Perl 5.6.1 on Unixware 7
2271 Branch: maint-5.6/perl
2272 !> hints/svr5.sh
2273____________________________________________________________________________
2274[ 9948] By: gsar on 2001/05/02 02:49:15
2275 Log: pod/find.t breaks on VMS (from Craig Berry)
2276 Branch: maint-5.6/perl
2277 ! t/pod/find.t
2278____________________________________________________________________________
2279[ 9947] By: jhi on 2001/05/02 02:43:09
2280 Log: Add an encoding conversion example.
2281 Branch: perl
2282 ! ext/Encode/Encode.pm
2283____________________________________________________________________________
2284[ 9946] By: jhi on 2001/05/02 01:34:22
2285 Log: Another coat of paint but still nowhere finished.
2286 Need to decide on the semantics of strptime(): should
2287 strptime() be a function instead of a method? To do
2288 the week/monthname-strptiming the i18n/l10n bullet needs
2289 to be bitten with gusto.
2290 Branch: perl
2291 ! ext/Time/Piece/Piece.pm t/lib/time-piece.t
2292____________________________________________________________________________
2293[ 9945] By: jhi on 2001/05/01 23:40:52
2294 Log: Update Changes.
2295 Branch: perl
2296 ! Changes patchlevel.h
2297____________________________________________________________________________
f63e93b7
JH
2298[ 9944] By: jhi on 2001/05/01 23:33:37
2299 Log: Add known-to-be-tested modules to the list-to-be-skipped.
2300 Branch: perl
2301 ! t/lib/1_compile.t
2302____________________________________________________________________________
2303[ 9943] By: jhi on 2001/05/01 23:24:40
2304 Log: Subject: BorlandC++ fix
2305 From: "Vadim Konovalov" <watman@inbox.ru>
2306 Date: Mon, 30 Apr 2001 20:12:26 -0700
2307 Message-ID: <006e01c0d1ec$8fb1b8d0$406bff87@vad>
2308 Branch: perl
2309 ! win32/makefile.mk
2310____________________________________________________________________________
2311[ 9942] By: jhi on 2001/05/01 23:18:02
2312 Log: Update to Filter::Simple 0.60, create a test for it.
2313 Branch: perl
2314 + t/lib/filter-simple.t
2315 ! MANIFEST lib/Filter/Simple.pm
2316____________________________________________________________________________
2317[ 9941] By: jhi on 2001/05/01 19:47:24
2318 Log: Subject: Re: bleadperl: s/// failure with \b and /g
2319 From: Hugo <hv@crypt.compulink.co.uk>
2320 Date: Tue, 01 May 2001 20:12:20 +0100
2321 Message-Id: <200105011912.UAA06826@crypt.compulink.co.uk>
2322 Branch: perl
2323 ! pp_hot.c t/op/re_tests
2324____________________________________________________________________________
2325[ 9940] By: jhi on 2001/05/01 19:42:16
2326 Log: Integrate perlio.
2327 Branch: perl
2328 !> lib/base.pm t/lib/fields.t
2329____________________________________________________________________________
2330[ 9939] By: jhi on 2001/05/01 19:39:51
2331 Log: Subject: [PATCH] Allow appending on a PerlIO::Scalar
2332 From: Benjamin Sugars <bsugars@canoe.ca>
2333 Date: Tue, 1 May 2001 16:32:03 -0400 (EDT)
2334 Message-ID: <Pine.LNX.4.21.0105011627110.1526-100000@marmot.rim.canoe.ca>
2335 Branch: perl
2336 ! ext/PerlIO/Scalar/Scalar.xs t/lib/io_scalar.t
2337____________________________________________________________________________
2338[ 9938] By: jhi on 2001/05/01 19:34:09
2339 Log: Add NEXT, a pseudo-class for method redispatching.
2340 <Damian>NEXT.pm probably offers more bang-for-buck
2341 than anything else I've ever written.</Damian>
2342 Branch: perl
2343 + lib/NEXT.pm t/lib/next.t
2344 ! MANIFEST
2345____________________________________________________________________________
2346[ 9937] By: jhi on 2001/05/01 19:21:41
2347 Log: Update to Switch 2.02.
2348 Branch: perl
2349 ! lib/Switch.pm t/lib/switch.t
2350____________________________________________________________________________
2351[ 9936] By: nick on 2001/05/01 19:09:21
2352 Log: Fix for base.pm clobbering $VERSION
2353 Branch: perlio
2354 ! lib/base.pm
2355____________________________________________________________________________
2356[ 9935] By: nick on 2001/05/01 18:54:38
2357 Log: Test for base.pm clobbering $VERSION.
2358 Branch: perlio
2359 ! t/lib/fields.t
2360____________________________________________________________________________
2361[ 9934] By: jhi on 2001/05/01 18:39:10
2362 Log: Add information about Scalar::Util::blessed.
2363 Branch: perl
2364 ! pod/perlobj.pod
2365____________________________________________________________________________
2366[ 9933] By: jhi on 2001/05/01 18:33:51
2367 Log: Subject: Extra UNIVERSAL documentation
2368 From: Mike Guy <mjtg@cam.ac.uk>
2369 Date: Tue, 01 May 2001 20:12:11 +0100
2370 Message-Id: <E14ufZD-0007kD-00@libra.cus.cam.ac.uk>
2371 Branch: perl
2372 ! pod/perlobj.pod
2373____________________________________________________________________________
2374[ 9932] By: jhi on 2001/05/01 18:26:54
2375 Log: Subject: Autoflush in tests as appropriate
2376 From: Mike Guy <mjtg@cam.ac.uk>
2377 Date: Tue, 01 May 2001 20:05:31 +0100
2378 Message-Id: <E14ufSl-0007gS-00@libra.cus.cam.ac.uk>
2379 Branch: perl
2380 ! t/lib/syslfs.t t/op/die_exit.t t/op/lex_assign.t t/op/lfs.t
2381 ! t/op/taint.t
2382____________________________________________________________________________
2383[ 9931] By: jhi on 2001/05/01 18:02:29
2384 Log: Subject: [PATCH] Multiple consecutive writes on PerlIO::Scalar
2385 From: Benjamin Sugars <bsugars@canoe.ca>
2386 Date: Tue, 1 May 2001 14:58:24 -0400 (EDT)
2387 Message-ID: <Pine.LNX.4.21.0105011431300.1526-100000@marmot.rim.canoe.ca>
2388 Branch: perl
2389 ! ext/PerlIO/Scalar/Scalar.xs t/lib/io_scalar.t
2390____________________________________________________________________________
2391[ 9930] By: jhi on 2001/05/01 15:12:26
2392 Log: Subject: Re: Finally got a round tuit
2393 From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
2394 Date: Tue, 01 May 2001 14:14:10 +0200
2395 Message-Id: <20010501135740.19E4.H.M.BRAND@hccnet.nl>
2396
2397 The -DP part, slightly modified.
2398 Branch: perl
2399 ! perl.c
2400____________________________________________________________________________
2401[ 9929] By: jhi on 2001/05/01 14:17:15
2402 Log: Subject: Re: Finally got a round tuit
2403 From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
2404 Date: Tue, 01 May 2001 16:34:06 +0200
2405 Message-Id: <20010501163255.19F2.H.M.BRAND@hccnet.nl>
2406
2407 cpp and optimization tweaks for HP-UX.
2408 Branch: perl
2409 ! hints/hpux.sh
2410____________________________________________________________________________
2411[ 9928] By: jhi on 2001/05/01 13:24:20
2412 Log: Tune the scan_num() comments to reality.
2413 Branch: perl
2414 ! toke.c
2415____________________________________________________________________________
2416[ 9927] By: jhi on 2001/05/01 13:14:01
2417 Log: Subject: [PATCH B::Deparse] optimised sort
2418 From: Robin Houston <robin@kitsite.com>
2419 Date: Tue, 1 May 2001 14:07:12 +0100
2420 Message-ID: <20010501140712.A4266@penderel>
2421 Branch: perl
2422 ! ext/B/B/Deparse.pm
2423____________________________________________________________________________
2424[ 9926] By: jhi on 2001/05/01 13:10:53
2425 Log: Subject: [PATCH t/lib/b-deparse.t]
2426 From: Robin Houston <robin@kitsite.com>
2427 Date: Tue, 1 May 2001 13:37:42 +0100
2428 Message-ID: <20010501133742.A4082@penderel>
2429 Branch: perl
2430 ! t/lib/b-deparse.t
2431____________________________________________________________________________
2432[ 9925] By: jhi on 2001/05/01 13:10:13
2433 Log: Subject: [PATCH B::Deparse] for(;;), sort
2434 From: Robin Houston <robin@kitsite.com>
2435 Date: Tue, 1 May 2001 13:35:00 +0100
2436 Message-ID: <20010501133500.A4061@penderel>
2437 Branch: perl
2438 ! ext/B/B/Deparse.pm
2439____________________________________________________________________________
2440[ 9924] By: jhi on 2001/05/01 13:09:22
2441 Log: Subject: [PATCH B::Deparse] do, warn, use
2442 From: Robin Houston <robin@kitsite.com>
2443 Date: Tue, 1 May 2001 13:31:03 +0100
2444 Message-ID: <20010501133103.A4041@penderel>
2445 Branch: perl
2446 ! ext/B/B/Deparse.pm
2447____________________________________________________________________________
2448[ 9923] By: jhi on 2001/05/01 11:45:36
2449 Log: Subject: [PATCH] Test autoflush on fork (Was: Should I remove something?)
2450 From: Benjamin Sugars <ben.sugars@home.com>
2451 Date: Mon, 30 Apr 2001 22:21:54 -0400 (EDT)
2452 Message-ID: <Pine.LNX.4.21.0104302213190.19002-100000@localhost.localdomain>
2453 Branch: perl
2454 + t/io/fflush.t
2455 ! MANIFEST
2456____________________________________________________________________________
2457[ 9922] By: jhi on 2001/05/01 11:35:42
2458 Log: Subject: [PATCH: perl@9917] more VMS tweaks for addn'l selfstubber tests
2459 From: Peter Prymmer <pvhp@forte.com>
2460 Date: Mon, 30 Apr 2001 16:26:30 -0700 (PDT)
2461 Message-ID: <Pine.OSF.4.10.10104301621200.161547-100000@aspara.forte.com>
2462 Branch: perl
2463 ! t/lib/selfstubber.t
2464____________________________________________________________________________
2465[ 9921] By: jhi on 2001/04/30 16:34:33
2466 Log: Subject: [PATCH B::Concise] suppress warning
2467 From: Robin Houston <robin@kitsite.com>
2468 Date: Mon, 30 Apr 2001 16:09:49 +0100
2469 Message-ID: <20010430160949.A25086@penderel>
2470 Branch: perl
2471 ! ext/B/B/Concise.pm
2472____________________________________________________________________________
2473[ 9920] By: jhi on 2001/04/30 13:56:04
2474 Log: Strip the *markers* from #9919.
2475 Branch: perl
2476 ! pod/perlfaq.pod pod/perlfaq5.pod
2477____________________________________________________________________________
2478[ 9919] By: jhi on 2001/04/30 13:54:04
2479 Log: Subject: [PATCH] (perlfaq/bleadperl) append mode and locking
2480 From: Gwyn Judd <b.judd@xtra.co.nz>
2481 Date: Sun, 29 Apr 2001 01:47:49 +1200
2482 Message-ID: <20010429014749.A4418@thislove>
2483 Branch: perl
2484 ! pod/perlfaq.pod pod/perlfaq5.pod
2485____________________________________________________________________________
2486[ 9918] By: jhi on 2001/04/30 13:13:54
2487 Log: More_tweakage.
2488 Branch: perl
2489 ! pod/perldata.pod pod/perldiag.pod
2490____________________________________________________________________________
2491[ 9917] By: jhi on 2001/04/30 13:01:27
2492 Log: Update Changes.
2493 Branch: perl
2494 ! Changes patchlevel.h
2495____________________________________________________________________________
2b112a98
JH
2496[ 9916] By: jhi on 2001/04/30 12:57:03
2497 Log: T_w_e_a_k_a_g_e.
2498 Branch: perl
2499 ! pod/perldata.pod pod/perldiag.pod
2500____________________________________________________________________________
2501[ 9915] By: jhi on 2001/04/30 12:39:29
2502 Log: Install s2p also as psed.
2503
2504 TODO: psed documentation?
2505 Branch: perl
2506 ! installperl
2507____________________________________________________________________________
2508[ 9914] By: jhi on 2001/04/30 12:29:21
2509 Log: Subject: Re: [ID 20010303.009] SOCKS5 work around breaks other sockets
2510 From: Jens Hamisch <jens@Strawberry.COM>
2511 Date: Fri, 27 Apr 2001 17:00:36 +0200
2512 Message-ID: <20010427170036.K1372@Strawberry.COM>
2513
2514 SOCKS5_VERSION_NAME is the right symbol to detect
2515 the presence of SOCKS5. (HAS_SOCKS5_INIT is telling whether
2516 function called socks5_init() is available, and even that is
2517 not universal, most SOCKS5 installations use SOCKSinit()).
2518 Branch: perl
2519 ! perlio.c
2520____________________________________________________________________________
2521[ 9913] By: jhi on 2001/04/30 12:22:15
2522 Log: Allow a zero timeout on IO::Socket accept and connect--
2523 though one really shouldn't do that. Based on
2524
2525 Subject: Not possible to set zero second timeout on accept() in IO::Socket and company..
2526 From: "John Holdsworth" <coldwave@bigfoot.com>
2527 Date: Sun, 4 Feb 2001 12:48:18 +0100
2528 Message-ID: <005a01c08ea0$5e6039d0$03ac2ac0@planc>
2529 Branch: perl
2530 ! ext/IO/lib/IO/Socket.pm
2531____________________________________________________________________________
2532[ 9912] By: jhi on 2001/04/30 11:27:27
2533 Log: Save the spot of regprev (see #9911) for binary compatibility;
2534 regen API.
2535 Branch: perl
2536 ! embedvar.h perlapi.h thrdvar.h
2537____________________________________________________________________________
2538[ 9911] By: jhi on 2001/04/30 11:22:03
2539 Log: Subject: Re: [PATCH bleadperl] [ID 20010426.002] Word boundry regex [...]
2540 From: Hugo <hv@crypt.compulink.co.uk>
2541 Date: Sun, 29 Apr 2001 17:09:30 +0100
2542 Message-Id: <200104291609.RAA17790@crypt.compulink.co.uk>
2543 Branch: perl
2544 ! regcomp.c regexec.c sv.c t/op/re_tests t/op/subst.t thrdvar.h
2545____________________________________________________________________________
2546[ 9910] By: jhi on 2001/04/30 11:15:12
2547 Log: Change PL_numeric_radix to PL_numeric_radix_sv (and leave in
2548 a dummy for PL_numeric_radix); no pressing reason to break
2549 binary compatibility; regen API.
2550 Branch: perl
2551 ! embedvar.h global.sym intrpvar.h objXSUB.h perl.c perl.h
2552 ! perlapi.c perlapi.h pod/perlapi.pod sv.c util.c
2553____________________________________________________________________________
2554[ 9909] By: jhi on 2001/04/30 10:56:08
2555 Log: Subject: [DOC PATCH bleadperl] Document generation of random integers
2556 From: Walt Mankowski <waltman@netaxs.com>
2557 Date: Sun, 29 Apr 2001 21:53:48 -0400
2558 Message-ID: <20010429215348.A3971@netaxs.com>
2559 Branch: perl
2560 ! pod/perlfunc.pod
2561____________________________________________________________________________
2562[ 9908] By: jhi on 2001/04/30 10:49:40
2563 Log: Reintroduce #9889 to unbuffer the stderr/stdout on stdio configs.
2564 Branch: perl
2565 ! t/lib/selfstubber.t
2566____________________________________________________________________________
2567[ 9907] By: nick on 2001/04/30 09:26:50
2568 Log: Integrate mainline.
2569 Branch: perlio
2570 !> pod/perldata.pod pod/perldiag.pod t/pragma/warn/toke toke.c
2571____________________________________________________________________________
2572[ 9906] By: jhi on 2001/04/29 23:24:20
2573 Log: Abigail spotted a thinko in #9905.
2574 Branch: perl
2575 ! pod/perldiag.pod
2576____________________________________________________________________________
2577[ 9905] By: jhi on 2001/04/29 15:55:39
2578 Log: Changed the underscore/undebar syntax in numeric constants;
2579 now any grouping will do, as long as the underscores are not
2580 consecutive (so "zero-grouping" is out), and they do not begin
2581 or end the integer or fractional parts.
2582 Branch: perl
2583 ! pod/perldata.pod pod/perldiag.pod t/pragma/warn/toke toke.c
2584____________________________________________________________________________
2585[ 9904] By: nick on 2001/04/29 15:43:22
2586 Log: Integrate mainline.
2587 Branch: perlio
2588 +> (branch 98 files)
2589 - lib/unicode/Block.pl
2590 - lib/unicode/In/AlphabeticPresentationForms.pl
2591 - lib/unicode/In/Arabic.pl
2592 - lib/unicode/In/ArabicPresentationForms-A.pl
2593 - lib/unicode/In/ArabicPresentationForms-B.pl
2594 - lib/unicode/In/Armenian.pl lib/unicode/In/Arrows.pl
2595 - lib/unicode/In/BasicLatin.pl lib/unicode/In/Bengali.pl
2596 - lib/unicode/In/BlockElements.pl lib/unicode/In/Bopomofo.pl
2597 - lib/unicode/In/BopomofoExtended.pl
2598 - lib/unicode/In/BoxDrawing.pl lib/unicode/In/BraillePatterns.pl
2599 - lib/unicode/In/CJKCompatibility.pl
2600 - lib/unicode/In/CJKCompatibilityForms.pl
2601 - lib/unicode/In/CJKCompatibilityIdeographs.pl
2602 - lib/unicode/In/CJKRadicalsSupplement.pl
2603 - lib/unicode/In/CJKSymbolsandPunctuation.pl
2604 - lib/unicode/In/CJKUnifiedIdeographs.pl
2605 - lib/unicode/In/CJKUnifiedIdeographsExtensionA.pl
2606 - lib/unicode/In/Cherokee.pl
2607 - lib/unicode/In/CombiningDiacriticalMarks.pl
2608 - lib/unicode/In/CombiningHalfMarks.pl
2609 - lib/unicode/In/CombiningMarksforSymbols.pl
2610 - lib/unicode/In/ControlPictures.pl
2611 - lib/unicode/In/CurrencySymbols.pl lib/unicode/In/Cyrillic.pl
2612 - lib/unicode/In/Devanagari.pl lib/unicode/In/Dingbats.pl
2613 - lib/unicode/In/EnclosedAlphanumerics.pl
2614 - lib/unicode/In/EnclosedCJKLettersandMonths.pl
2615 - lib/unicode/In/Ethiopic.pl
2616 - lib/unicode/In/GeneralPunctuation.pl
2617 - lib/unicode/In/GeometricShapes.pl lib/unicode/In/Georgian.pl
2618 - lib/unicode/In/Greek.pl lib/unicode/In/GreekExtended.pl
2619 - lib/unicode/In/Gujarati.pl lib/unicode/In/Gurmukhi.pl
2620 - lib/unicode/In/HalfwidthandFullwidthForms.pl
2621 - lib/unicode/In/HangulCompatibilityJamo.pl
2622 - lib/unicode/In/HangulJamo.pl lib/unicode/In/HangulSyllables.pl
2623 - lib/unicode/In/Hebrew.pl
2624 - lib/unicode/In/HighPrivateUseSurrogates.pl
2625 - lib/unicode/In/HighSurrogates.pl lib/unicode/In/Hiragana.pl
2626 - lib/unicode/In/IPAExtensions.pl
2627 - lib/unicode/In/IdeographicDescriptionCharacters.pl
2628 - lib/unicode/In/Kanbun.pl lib/unicode/In/KangxiRadicals.pl
2629 - lib/unicode/In/Kannada.pl lib/unicode/In/Katakana.pl
2630 - lib/unicode/In/Khmer.pl lib/unicode/In/Lao.pl
2631 - lib/unicode/In/Latin-1Supplement.pl
2632 - lib/unicode/In/LatinExtended-A.pl
2633 - lib/unicode/In/LatinExtended-B.pl
2634 - lib/unicode/In/LatinExtendedAdditional.pl
2635 - lib/unicode/In/LetterlikeSymbols.pl
2636 - lib/unicode/In/LowSurrogates.pl lib/unicode/In/Malayalam.pl
2637 - lib/unicode/In/MathematicalOperators.pl
2638 - lib/unicode/In/MiscellaneousSymbols.pl
2639 - lib/unicode/In/MiscellaneousTechnical.pl
2640 - lib/unicode/In/Mongolian.pl lib/unicode/In/Myanmar.pl
2641 - lib/unicode/In/NumberForms.pl lib/unicode/In/Ogham.pl
2642 - lib/unicode/In/OpticalCharacterRecognition.pl
2643 - lib/unicode/In/Oriya.pl lib/unicode/In/PrivateUse.pl
2644 - lib/unicode/In/Runic.pl lib/unicode/In/Sinhala.pl
2645 - lib/unicode/In/SmallFormVariants.pl
2646 - lib/unicode/In/SpacingModifierLetters.pl
2647 - lib/unicode/In/Specials.pl
2648 - lib/unicode/In/SuperscriptsandSubscripts.pl
2649 - lib/unicode/In/Syriac.pl lib/unicode/In/Tamil.pl
2650 - lib/unicode/In/Telugu.pl lib/unicode/In/Thaana.pl
2651 - lib/unicode/In/Thai.pl lib/unicode/In/Tibetan.pl
2652 - lib/unicode/In/UnifiedCanadianAboriginalSyllabics.pl
2653 - lib/unicode/In/YiRadicals.pl lib/unicode/In/YiSyllables.pl
2654 !> INSTALL MANIFEST doop.c embed.h embed.pl ext/B/B/Deparse.pm
2655 !> ext/IO/lib/IO/Seekable.pm hints/hpux.sh
2656 !> lib/unicode/mktables.PL lib/utf8_heavy.pl objXSUB.h perl.h
2657 !> pod/perldiag.pod pod/perlunicode.pod proto.h regcomp.c
2658 !> regexec.c t/lib/b-deparse.t t/lib/selfstubber.t t/op/pat.t
2659 !> utf8.c win32/Makefile
2660____________________________________________________________________________
2661[ 9903] By: jhi on 2001/04/29 14:30:53
2662 Log: Subject: [PATCH: perl@9885] win32/Makefile (nmake) update
2663 From: Prymmer/Kahn <pvhp@best.com>
2664 Date: Sat, 28 Apr 2001 21:56:51 -0700 (PDT)
2665 Message-ID: <Pine.BSF.4.21.0104282147270.2927-100000@shell8.ba.best.com>
2666 Branch: perl
2667 ! win32/Makefile
2668____________________________________________________________________________
2669[ 9902] By: jhi on 2001/04/29 02:52:44
2670 Log: Subject: [PATCH ext/IO/lib/IO/Seekable.pm] Doc fixes.
2671 From: "Abigail" <abigail@foad.org>
2672 Date: Sun, 29 Apr 2001 03:14:25 +0200
2673 Message-ID: <20010429011425.24503.qmail@foad.org>
2674 Branch: perl
2675 ! ext/IO/lib/IO/Seekable.pm
2676____________________________________________________________________________
2677[ 9901] By: jhi on 2001/04/29 02:04:46
2678 Log: In character classes one couldn't have 0x80..0xff characters
2679 at the left hand side if there were 0x100.. characters in the
2680 character class.
2681 Branch: perl
2682 ! doop.c embed.h embed.pl objXSUB.h proto.h regcomp.c regexec.c
2683 ! t/op/pat.t utf8.c
2684____________________________________________________________________________
2685[ 9900] By: jhi on 2001/04/28 22:55:04
2686 Log: Forgot the latest mktables.PL from #9899.
2687 Branch: perl
2688 ! lib/unicode/mktables.PL
2689____________________________________________________________________________
2690[ 9899] By: jhi on 2001/04/28 22:53:28
2691 Log: Explain the \p{} and \P{} error message better and
2692 have prettier prettyprint in In.pl.
2693 Branch: perl
2694 ! lib/unicode/In.pl lib/unicode/mktables.PL lib/utf8_heavy.pl
2695 ! pod/perldiag.pod
2696____________________________________________________________________________
2697[ 9898] By: jhi on 2001/04/28 21:03:34
2698 Log: Add one possible explanation for the "Invalid [] range" error.
2699 Branch: perl
2700 ! pod/perldiag.pod
2701____________________________________________________________________________
2702[ 9897] By: jhi on 2001/04/28 17:18:26
2703 Log: Add a level of indirection to the implementation of \p{InFoo}
2704 so that we don't have to have long filenames. (Nothing changes
2705 in the user interface.) The indirection is defined in
2706 the file lib/unicode/In.pl and it is handled in lib/utf8_heavy.pl.
2707 Also rename some the character classes by removing '-' from
2708 the classnames, and finally renamed Block.pl as Blocks.pl.
2709 Branch: perl
2710 + lib/unicode/Blocks.pl lib/unicode/In.pl lib/unicode/In/0.pl
2711 + lib/unicode/In/1.pl lib/unicode/In/10.pl lib/unicode/In/11.pl
2712 + lib/unicode/In/12.pl lib/unicode/In/13.pl lib/unicode/In/14.pl
2713 + lib/unicode/In/15.pl lib/unicode/In/16.pl lib/unicode/In/17.pl
2714 + lib/unicode/In/18.pl lib/unicode/In/19.pl lib/unicode/In/2.pl
2715 + lib/unicode/In/20.pl lib/unicode/In/21.pl lib/unicode/In/22.pl
2716 + lib/unicode/In/23.pl lib/unicode/In/24.pl lib/unicode/In/25.pl
2717 + lib/unicode/In/26.pl lib/unicode/In/27.pl lib/unicode/In/28.pl
2718 + lib/unicode/In/29.pl lib/unicode/In/3.pl lib/unicode/In/30.pl
2719 + lib/unicode/In/31.pl lib/unicode/In/32.pl lib/unicode/In/33.pl
2720 + lib/unicode/In/34.pl lib/unicode/In/35.pl lib/unicode/In/36.pl
2721 + lib/unicode/In/37.pl lib/unicode/In/38.pl lib/unicode/In/39.pl
2722 + lib/unicode/In/4.pl lib/unicode/In/40.pl lib/unicode/In/41.pl
2723 + lib/unicode/In/42.pl lib/unicode/In/43.pl lib/unicode/In/44.pl
2724 + lib/unicode/In/45.pl lib/unicode/In/46.pl lib/unicode/In/47.pl
2725 + lib/unicode/In/48.pl lib/unicode/In/49.pl lib/unicode/In/5.pl
2726 + lib/unicode/In/50.pl lib/unicode/In/51.pl lib/unicode/In/52.pl
2727 + lib/unicode/In/53.pl lib/unicode/In/54.pl lib/unicode/In/55.pl
2728 + lib/unicode/In/56.pl lib/unicode/In/57.pl lib/unicode/In/58.pl
2729 + lib/unicode/In/59.pl lib/unicode/In/6.pl lib/unicode/In/60.pl
2730 + lib/unicode/In/61.pl lib/unicode/In/62.pl lib/unicode/In/63.pl
2731 + lib/unicode/In/64.pl lib/unicode/In/65.pl lib/unicode/In/66.pl
2732 + lib/unicode/In/67.pl lib/unicode/In/68.pl lib/unicode/In/69.pl
2733 + lib/unicode/In/7.pl lib/unicode/In/70.pl lib/unicode/In/71.pl
2734 + lib/unicode/In/72.pl lib/unicode/In/73.pl lib/unicode/In/74.pl
2735 + lib/unicode/In/75.pl lib/unicode/In/76.pl lib/unicode/In/77.pl
2736 + lib/unicode/In/78.pl lib/unicode/In/79.pl lib/unicode/In/8.pl
2737 + lib/unicode/In/80.pl lib/unicode/In/81.pl lib/unicode/In/82.pl
2738 + lib/unicode/In/83.pl lib/unicode/In/84.pl lib/unicode/In/85.pl
2739 + lib/unicode/In/86.pl lib/unicode/In/87.pl lib/unicode/In/88.pl
2740 + lib/unicode/In/89.pl lib/unicode/In/9.pl lib/unicode/In/90.pl
2741 + lib/unicode/In/91.pl lib/unicode/In/92.pl lib/unicode/In/93.pl
2742 + lib/unicode/In/94.pl lib/unicode/In/95.pl
2743 - lib/unicode/Block.pl
2744 - lib/unicode/In/AlphabeticPresentationForms.pl
2745 - lib/unicode/In/Arabic.pl
2746 - lib/unicode/In/ArabicPresentationForms-A.pl
2747 - lib/unicode/In/ArabicPresentationForms-B.pl
2748 - lib/unicode/In/Armenian.pl lib/unicode/In/Arrows.pl
2749 - lib/unicode/In/BasicLatin.pl lib/unicode/In/Bengali.pl
2750 - lib/unicode/In/BlockElements.pl lib/unicode/In/Bopomofo.pl
2751 - lib/unicode/In/BopomofoExtended.pl
2752 - lib/unicode/In/BoxDrawing.pl lib/unicode/In/BraillePatterns.pl
2753 - lib/unicode/In/CJKCompatibility.pl
2754 - lib/unicode/In/CJKCompatibilityForms.pl
2755 - lib/unicode/In/CJKCompatibilityIdeographs.pl
2756 - lib/unicode/In/CJKRadicalsSupplement.pl
2757 - lib/unicode/In/CJKSymbolsandPunctuation.pl
2758 - lib/unicode/In/CJKUnifiedIdeographs.pl
2759 - lib/unicode/In/CJKUnifiedIdeographsExtensionA.pl
2760 - lib/unicode/In/Cherokee.pl
2761 - lib/unicode/In/CombiningDiacriticalMarks.pl
2762 - lib/unicode/In/CombiningHalfMarks.pl
2763 - lib/unicode/In/CombiningMarksforSymbols.pl
2764 - lib/unicode/In/ControlPictures.pl
2765 - lib/unicode/In/CurrencySymbols.pl lib/unicode/In/Cyrillic.pl
2766 - lib/unicode/In/Devanagari.pl lib/unicode/In/Dingbats.pl
2767 - lib/unicode/In/EnclosedAlphanumerics.pl
2768 - lib/unicode/In/EnclosedCJKLettersandMonths.pl
2769 - lib/unicode/In/Ethiopic.pl
2770 - lib/unicode/In/GeneralPunctuation.pl
2771 - lib/unicode/In/GeometricShapes.pl lib/unicode/In/Georgian.pl
2772 - lib/unicode/In/Greek.pl lib/unicode/In/GreekExtended.pl
2773 - lib/unicode/In/Gujarati.pl lib/unicode/In/Gurmukhi.pl
2774 - lib/unicode/In/HalfwidthandFullwidthForms.pl
2775 - lib/unicode/In/HangulCompatibilityJamo.pl
2776 - lib/unicode/In/HangulJamo.pl lib/unicode/In/HangulSyllables.pl
2777 - lib/unicode/In/Hebrew.pl
2778 - lib/unicode/In/HighPrivateUseSurrogates.pl
2779 - lib/unicode/In/HighSurrogates.pl lib/unicode/In/Hiragana.pl
2780 - lib/unicode/In/IPAExtensions.pl
2781 - lib/unicode/In/IdeographicDescriptionCharacters.pl
2782 - lib/unicode/In/Kanbun.pl lib/unicode/In/KangxiRadicals.pl
2783 - lib/unicode/In/Kannada.pl lib/unicode/In/Katakana.pl
2784 - lib/unicode/In/Khmer.pl lib/unicode/In/Lao.pl
2785 - lib/unicode/In/Latin-1Supplement.pl
2786 - lib/unicode/In/LatinExtended-A.pl
2787 - lib/unicode/In/LatinExtended-B.pl
2788 - lib/unicode/In/LatinExtendedAdditional.pl
2789 - lib/unicode/In/LetterlikeSymbols.pl
2790 - lib/unicode/In/LowSurrogates.pl lib/unicode/In/Malayalam.pl
2791 - lib/unicode/In/MathematicalOperators.pl
2792 - lib/unicode/In/MiscellaneousSymbols.pl
2793 - lib/unicode/In/MiscellaneousTechnical.pl
2794 - lib/unicode/In/Mongolian.pl lib/unicode/In/Myanmar.pl
2795 - lib/unicode/In/NumberForms.pl lib/unicode/In/Ogham.pl
2796 - lib/unicode/In/OpticalCharacterRecognition.pl
2797 - lib/unicode/In/Oriya.pl lib/unicode/In/PrivateUse.pl
2798 - lib/unicode/In/Runic.pl lib/unicode/In/Sinhala.pl
2799 - lib/unicode/In/SmallFormVariants.pl
2800 - lib/unicode/In/SpacingModifierLetters.pl
2801 - lib/unicode/In/Specials.pl
2802 - lib/unicode/In/SuperscriptsandSubscripts.pl
2803 - lib/unicode/In/Syriac.pl lib/unicode/In/Tamil.pl
2804 - lib/unicode/In/Telugu.pl lib/unicode/In/Thaana.pl
2805 - lib/unicode/In/Thai.pl lib/unicode/In/Tibetan.pl
2806 - lib/unicode/In/UnifiedCanadianAboriginalSyllabics.pl
2807 - lib/unicode/In/YiRadicals.pl lib/unicode/In/YiSyllables.pl
2808 ! MANIFEST lib/unicode/mktables.PL lib/utf8_heavy.pl
2809 ! pod/perlunicode.pod
2810____________________________________________________________________________
2811[ 9896] By: jhi on 2001/04/28 14:33:17
2812 Log: Update the information on shared library path on HP-UX.
2813 Branch: perl
2814 ! INSTALL
2815____________________________________________________________________________
2816[ 9895] By: jhi on 2001/04/28 14:32:30
2817 Log: Because #9894 seems to do the trick, this workaround can be removed.
2818 Branch: perl
2819 ! t/lib/selfstubber.t
2820____________________________________________________________________________
2821[ 9894] By: jhi on 2001/04/28 14:26:13
2822 Log: For PerlIO flush the children's file handles (on fork/exec/system).
2823 Branch: perl
2824 ! perl.h
2825____________________________________________________________________________
2826[ 9893] By: jhi on 2001/04/28 14:23:15
2827 Log: Test tweak for #9891.
2828 Branch: perl
2829 ! t/lib/b-deparse.t
2830____________________________________________________________________________
2831[ 9892] By: jhi on 2001/04/28 14:10:13
2832 Log: New HP-UX hints from Merijn.
2833 Branch: perl
2834 ! hints/hpux.sh
2835____________________________________________________________________________
2836[ 9891] By: jhi on 2001/04/28 14:07:27
2837 Log: Subject: [PATCH B::Deparse] non-block scopes
2838 From: Robin Houston <robin@kitsite.com>
2839 Date: Fri, 27 Apr 2001 19:15:14 +0100
2840 Message-ID: <20010427191514.A30951@puffinry.freeserve.co.uk>
2841 Branch: perl
2842 ! ext/B/B/Deparse.pm
2843____________________________________________________________________________
2844[ 9890] By: nick on 2001/04/27 19:41:25
2845 Log: Integrate mainline
2846 Branch: perlio
2847 +> t/lib/selfstubber.t
2848 !> (integrate 50 files)
2849____________________________________________________________________________
2850[ 9889] By: jhi on 2001/04/27 18:23:46
2851 Log: Subject: Re: selfstubber test fail on bleadperl
2852 From: Mike Guy <mjtg@cam.ac.uk>
2853 Date: Fri, 27 Apr 2001 19:31:18 +0100
2854 Message-Id: <E14tD1S-0001tJ-00@libra.cus.cam.ac.uk>
2855 Branch: perl
2856 ! t/lib/selfstubber.t
2857____________________________________________________________________________
2858[ 9888] By: jhi on 2001/04/27 16:20:54
2859 Log: Test tweak for #9886.
2860 Branch: perl
2861 ! t/lib/b-deparse.t
2862____________________________________________________________________________
2863[ 9887] By: jhi on 2001/04/27 16:16:33
2864 Log: Buffering issue at least in Solaris (even with perlio).
2865 Branch: perl
2866 ! t/lib/selfstubber.t
2867____________________________________________________________________________
2868[ 9886] By: jhi on 2001/04/27 14:59:23
2869 Log: Subject: [PATCH B::Deparse] Human-readable pragmas &c
2870 From: Robin Houston <robin@kitsite.com>
2871 Date: Fri, 27 Apr 2001 16:53:20 +0100
2872 Message-ID: <20010427165320.A30479@puffinry.freeserve.co.uk>
2873 Branch: perl
2874 ! ext/B/B/Deparse.pm
2875____________________________________________________________________________
2876[ 9885] By: jhi on 2001/04/27 14:23:51
2877 Log: Update Changes.
2878 Branch: perl
2879 ! Changes patchlevel.h
2880____________________________________________________________________________
94c2704d
JH
2881[ 9884] By: jhi on 2001/04/27 14:14:12
2882 Log: Subject: [DOC PATCH bleadperl] Document underscores in numeric literals
2883 From: "Philip Newton" <pnewton@gmx.de>
2884 Date: Fri, 27 Apr 2001 16:40:13 +0200
2885 Message-ID: <3AE9A0ED.5248.CEA127@localhost>
2886 Branch: perl
2887 ! pod/perldata.pod
2888____________________________________________________________________________
2889[ 9883] By: jhi on 2001/04/27 13:28:19
2890 Log: Add LOG_PERROR; prettify the "removed".
2891 Branch: perl
2892 ! ext/Sys/Syslog/Syslog.xs
2893____________________________________________________________________________
2894[ 9882] By: jhi on 2001/04/27 13:13:18
2895 Log: h2xs tweaks: use NV instead of double, "quote" the removed
2896 prefixes for clarity (especially when nothing is removed),
2897 slight pod reformats.
2898 Branch: perl
2899 ! utils/h2xs.PL
2900____________________________________________________________________________
2901[ 9881] By: jhi on 2001/04/27 12:58:48
2902 Log: Don't bother creating existing directories.
2903 Branch: perl
2904 ! utils/h2xs.PL
2905____________________________________________________________________________
2906[ 9880] By: jhi on 2001/04/27 12:45:39
2907 Log: Subject: MakeMaker 'make test' weirdness -- fix for h2xs provided
2908 From: Mike Schilli <m@perlmeister.com>
2909 Date: Wed, 25 Apr 2001 01:29:21 -0700
2910 Message-id: <3AE68AE1.6A981723@perlmeister.com>
2911 Branch: perl
2912 ! utils/h2xs.PL
2913____________________________________________________________________________
2914[ 9879] By: jhi on 2001/04/27 12:40:55
2915 Log: break is not yet Perl. Added the template license also to README.
2916 Branch: perl
2917 ! utils/h2xs.PL
2918____________________________________________________________________________
2919[ 9878] By: jhi on 2001/04/27 03:08:20
2920 Log: Subject: Re: [ID 20010426.003] Not OK: perl v5.7.1 +DEVEL9849 on i686-linux-thread-multi-64int-ld 2.2.13
2921 From: Tim Jenness <t.jenness@jach.hawaii.edu>
2922 Date: Thu, 26 Apr 2001 15:30:17 -1000 (HST)
2923 Message-ID: <Pine.LNX.4.33.0104261529300.13049-100000@lapaki.jach.hawaii.edu>
2924 Branch: perl
2925 ! t/lib/xs-typemap.t
2926____________________________________________________________________________
2927[ 9877] By: jhi on 2001/04/26 23:54:40
2928 Log: Subject: [PATCH: utils/h2xs.PL (bleadperl)] Fill in details we're likely to know.
2929 From: "Abigail" <abigail@foad.org>
2930 Date: Fri, 27 Apr 2001 01:44:28 +0200
2931 Message-ID: <20010426234428.19786.qmail@foad.org>
2932 Branch: perl
2933 ! utils/h2xs.PL
2934____________________________________________________________________________
2935[ 9876] By: jhi on 2001/04/26 23:52:06
2936 Log: Subject: [PATCH: perl@9865] vms specific tweak to new selfstubber.t
2937 From: Peter Prymmer <pvhp@forte.com>
2938 Date: Thu, 26 Apr 2001 17:41:58 -0700 (PDT)
2939 Message-ID: <Pine.OSF.4.10.10104261738370.338047-100000@aspara.forte.com>
2940 Branch: perl
2941 ! t/lib/selfstubber.t
2942____________________________________________________________________________
2943[ 9875] By: jhi on 2001/04/26 23:48:10
2944 Log: Deparse nits.
2945 Branch: perl
2946 ! ext/B/B/Deparse.pm t/lib/b-deparse.t
2947____________________________________________________________________________
2948[ 9874] By: jhi on 2001/04/26 22:46:05
2949 Log: Document ANYOF_CLASS.
2950 Branch: perl
2951 ! regcomp.h
2952____________________________________________________________________________
2953[ 9873] By: jhi on 2001/04/26 22:35:03
2954 Log: Subject: Re: [PATCH @9846] dumping ANYOF
2955 From: Hugo <hv@crypt.compulink.co.uk>
2956 Date: Thu, 26 Apr 2001 23:33:38 +0100
2957 Message-Id: <200104262233.XAA22352@crypt.compulink.co.uk>
2958 Branch: perl
2959 ! regcomp.c regcomp.h
2960____________________________________________________________________________
2961[ 9872] By: jhi on 2001/04/26 22:34:31
2962 Log: Subject: [PATCH] more for Devel::SelfStubber
2963 From: Nicholas Clark <nick@ccl4.org>
2964 Date: Fri, 27 Apr 2001 00:13:52 +0100
2965 Message-ID: <20010427001351.K88186@plum.flirble.org>
2966 Branch: perl
2967 ! lib/Devel/SelfStubber.pm lib/SelfLoader.pm t/lib/selfstubber.t
2968____________________________________________________________________________
2969[ 9871] By: jhi on 2001/04/26 21:59:17
2970 Log: Subject: [PATCH B::Deparse] formats must be flush left
2971 From: Robin Houston <robin@kitsite.com>
2972 Date: Thu, 26 Apr 2001 23:54:29 +0100
2973 Message-ID: <20010426235429.A28747@puffinry.freeserve.co.uk>
2974 Branch: perl
2975 ! ext/B/B/Deparse.pm
2976____________________________________________________________________________
2977[ 9870] By: jhi on 2001/04/26 21:57:37
2978 Log: If some of the constants are prefixes of others,
2979 the prefixes may never get recognized. (See 20010426.006.)
2980 Branch: perl
2981 ! utils/h2xs.PL
2982____________________________________________________________________________
2983[ 9869] By: jhi on 2001/04/26 21:50:42
2984 Log: Subject: [ID 20010426.006] Sys::Syslog ignores LOG_AUTH constant
2985 From: Chris Bongaarts <cab@tc.umn.edu>
2986 Date: Thu, 26 Apr 2001 17:10:31 -0500
2987 Message-Id: <iss.2042.3ae89cd7.6cfba.1@earth.tc.umn.edu>
2988 Branch: perl
2989 ! ext/Sys/Syslog/Syslog.xs
2990____________________________________________________________________________
2991[ 9868] By: jhi on 2001/04/26 21:35:12
2992 Log: Further cuts and more docs from Graham Barr.
2993 Branch: perl
2994 ! ext/List/Util/lib/List/Util.pm
2995 ! ext/List/Util/lib/Scalar/Util.pm
2996____________________________________________________________________________
2997[ 9867] By: jhi on 2001/04/26 21:18:57
2998 Log: Subject: [PATCH 5.7.1] DB_File-1.77
2999 From: "Paul Marquess" <Paul.Marquess@Openwave.com>
3000 Date: Thu, 26 Apr 2001 22:37:53 +0100
3001 Message-ID: <000a01c0ce99$269cc3e0$99dcfea9@bfs.phone.com>
3002 Branch: perl
3003 ! ext/DB_File/Changes ext/DB_File/DB_File.pm
3004 ! ext/DB_File/DB_File.xs ext/DB_File/version.c
3005____________________________________________________________________________
3006[ 9866] By: jhi on 2001/04/26 21:12:31
3007 Log: Subject: [PATCH B::Deparse] fix easy bugs
3008 From: Robin Houston <robin@kitsite.com>
3009 Date: Thu, 26 Apr 2001 23:03:33 +0100
3010 Message-ID: <20010426230333.A28657@puffinry.freeserve.co.uk>
3011 Branch: perl
3012 ! ext/B/B/Deparse.pm
3013____________________________________________________________________________
3014[ 9865] By: jhi on 2001/04/26 20:26:13
3015 Log: Update Changes.
3016 Branch: perl
3017 ! Changes patchlevel.h
3018____________________________________________________________________________
f9f7dcb2
JH
3019[ 9864] By: jhi on 2001/04/26 19:27:48
3020 Log: Dethinko from Robin Houston.
3021 Branch: perl
3022 ! ext/B/B/Deparse.pm
3023____________________________________________________________________________
3024[ 9863] By: jhi on 2001/04/26 19:10:35
3025 Log: Subject: [PATCH B::Deparse] C<$x = /(.)/> ne C<($x) = /(.)/>
3026 From: Robin Houston <robin@kitsite.com>
3027 Date: Thu, 26 Apr 2001 21:08:32 +0100
3028 Message-ID: <20010426210832.A28419@puffinry.freeserve.co.uk>
3029 Branch: perl
3030 ! ext/B/B/Deparse.pm
3031____________________________________________________________________________
3032[ 9862] By: jhi on 2001/04/26 19:04:23
3033 Log: Subject: Re: [PATCH B::Deparse] fix string uninterpretation
3034 From: Robin Houston <robin@kitsite.com>
3035 Date: Thu, 26 Apr 2001 20:52:50 +0100
3036 Message-ID: <20010426205249.A28328@puffinry.freeserve.co.uk>
3037 Branch: perl
3038 ! ext/B/B/Deparse.pm
3039____________________________________________________________________________
3040[ 9861] By: jhi on 2001/04/26 18:56:14
3041 Log: Subject: Re: [PATCH] UNIVERSAL shouldn't require Exporter
3042 From: Mike Guy <mjtg@cam.ac.uk>
3043 Date: Thu, 26 Apr 2001 14:22:40 +0100
3044 Message-Id: <E14sljE-0003X9-00@libra.cus.cam.ac.uk>
3045 Branch: perl
3046 ! pod/perlobj.pod
3047____________________________________________________________________________
3048[ 9860] By: jhi on 2001/04/26 18:46:42
3049 Log: Subject: Re: [PATCH B::Deparse] fix string uninterpretation
3050 From: Robin Houston <robin@kitsite.com>
3051 Date: Thu, 26 Apr 2001 20:34:29 +0100
3052 Message-ID: <20010426203429.A28261@puffinry.freeserve.co.uk>
3053
3054 Hashes do not interpolate.
3055 Branch: perl
3056 ! ext/B/B/Deparse.pm
3057____________________________________________________________________________
3058[ 9859] By: jhi on 2001/04/26 18:43:51
3059 Log: Subject: The Time::Piece conspiracy unmasked!!!
3060 From: Mike Guy <mjtg@cam.ac.uk>
3061 Date: Thu, 26 Apr 2001 19:02:50 +0100
3062 Message-Id: <E14sq6M-0002g9-00@libra.cus.cam.ac.uk>
3063
3064 Subject: [PATCH] that's enough UNIVERSAL stuff for one day ...
3065 From: Mike Guy <mjtg@cam.ac.uk>
3066 Date: Thu, 26 Apr 2001 19:08:21 +0100
3067 Message-Id: <E14sqBh-0002mI-00@libra.cus.cam.ac.uk>
3068
3069 Subject: Re: [PATCH] that's enough UNIVERSAL stuff for one day ...
3070 From: Graham Barr <gbarr@pobox.com>
3071 Date: Thu, 26 Apr 2001 19:12:03 +0100
3072 Message-ID: <20010426191203.A70835@pobox.com>
3073
3074 Eradicate UNIVERSAL (Mike) and remove the fallback Perl code (Graham)
3075 Branch: perl
3076 ! ext/List/Util/lib/List/Util.pm
3077 ! ext/List/Util/lib/Scalar/Util.pm ext/Time/Piece/Piece.pm gv.c
3078____________________________________________________________________________
3079[ 9858] By: jhi on 2001/04/26 18:17:42
3080 Log: Subject: [PATCH t/comp/proto.t] disable correct warning
3081 From: Robin Houston <robin@kitsite.com>
3082 Date: Thu, 26 Apr 2001 16:09:35 +0100
3083 Message-ID: <20010426160934.A27140@puffinry.freeserve.co.uk>
3084 Branch: perl
3085 ! t/comp/proto.t
3086____________________________________________________________________________
3087[ 9857] By: jhi on 2001/04/26 18:04:59
3088 Log: Subject: Re: [PATCH perldiag.pod] Re: [PATCH] Re: Useless use of constants other than 0,1 in void context?
3089 From: barries <barries@slaysys.com>
3090 Date: Thu, 26 Apr 2001 12:01:10 -0400
3091 Message-ID: <20010426120110.E29698@jester.slaysys.com>
3092 Branch: perl
3093 ! pod/perldiag.pod
3094____________________________________________________________________________
3095[ 9856] By: jhi on 2001/04/26 18:03:33
3096 Log: Subject: [PATCH B::Deparse] fix string uninterpretation
3097 Date: Thu, 26 Apr 2001 17:13:41 +0100
3098 From: Robin Houston <robin@kitsite.com>
3099 Message-ID: <20010426171341.A27299@puffinry.freeserve.co.uk>
3100
3101 Subject: Re: [PATCH B::Deparse] fix string uninterpretation
3102 From: Robin Houston <robin@kitsite.com>
3103 Date: Thu, 26 Apr 2001 18:44:29 +0100
3104 Message-ID: <20010426184429.A27734@puffinry.freeserve.co.uk>
3105 Branch: perl
3106 ! ext/B/B/Deparse.pm
3107____________________________________________________________________________
3108[ 9855] By: jhi on 2001/04/26 17:56:04
3109 Log: Subject: [PATCH B::Deparse] filetests, open(my $x,...), warnings, formats &c
3110 From: Robin Houston <robin@kitsite.com>
3111 Date: Thu, 26 Apr 2001 17:04:08 +0100
3112 Message-ID: <20010426170408.A27257@puffinry.freeserve.co.uk>
3113 Branch: perl
3114 ! ext/B/B/Deparse.pm
3115____________________________________________________________________________
3116[ 9854] By: jhi on 2001/04/26 17:47:26
3117 Log: Subject: Re: Short test case for undef %stash:: crash
3118 From: Benjamin Sugars <bsugars@canoe.ca>
3119 Date: Mon, 23 Apr 2001 16:59:33 -0400 (EDT)
3120 Message-ID: <Pine.LNX.4.21.0104231623520.790-100000@marmot.rim.canoe.ca>
3121 Changed and moved the perldiag entry.
3122 Branch: perl
3123 ! gv.c pod/perldiag.pod
3124____________________________________________________________________________
3125[ 9853] By: jhi on 2001/04/26 14:35:16
3126 Log: Beginnings of strptime(). Do not touch the wet paint.
3127 Branch: perl
3128 ! ext/Time/Piece/Piece.pm t/lib/time-piece.t
3129____________________________________________________________________________
3130[ 9852] By: jhi on 2001/04/26 13:17:21
3131 Log: Retract #9851, core dumps from pod2man.
3132 Branch: perl
3133 ! regcomp.c
3134____________________________________________________________________________
3135[ 9851] By: jhi on 2001/04/26 11:54:41
3136 Log: (Retracted by #9852.)
3137
3138 Subject: [PATCH @9846] dumping ANYOF
3139 From: Hugo <hv@crypt.compulink.co.uk>
3140 Date: Thu, 26 Apr 2001 05:32:38 +0100
3141 Message-Id: <200104260432.FAA12669@crypt.compulink.co.uk>
3142 Branch: perl
3143 ! regcomp.c
3144____________________________________________________________________________
3145[ 9850] By: jhi on 2001/04/26 02:34:44
3146 Log: If ccflags was empty the _previous_ $* containing all the
3147 environment variables and Configure variables was used,
3148 which lead, among other bad things, into $ccflags being your
3149 uname -a output, which lead into test compile with cc failing,
3150 which lead into gcc being selected, which didn't work that well
3151 since gcc (ancient 2.8.1 in that particular box) wasn't too happy
3152 with large files, et cetera.
3153 Branch: perl
3154 ! hints/hpux.sh
3155____________________________________________________________________________
3156[ 9849] By: jhi on 2001/04/26 01:44:57
3157 Log: Make selfstubber test more portable.
3158 Branch: perl
3159 ! t/lib/selfstubber.t
3160____________________________________________________________________________
3161[ 9848] By: jhi on 2001/04/26 00:50:26
3162 Log: Subject: Re: [PATCH: perl@9841] fix a typo for Cwd.xs
3163 From: Benjamin Sugars <ben.sugars@home.com>
3164 Date: Wed, 25 Apr 2001 21:47:37 -0400 (EDT)
3165 Message-ID: <Pine.LNX.4.21.0104252145280.30055-100000@localhost.localdomain>
3166 Branch: perl
3167 ! ext/Cwd/Cwd.xs
3168____________________________________________________________________________
3169[ 9847] By: jhi on 2001/04/26 00:46:58
3170 Log: Subject: [PATCH: perl@9841] VMS updates
3171 From: Peter Prymmer <pvhp@forte.com>
3172 Date: Wed, 25 Apr 2001 18:43:27 -0700 (PDT)
3173 Message-ID: <Pine.OSF.4.10.10104251842130.257877-100000@aspara.forte.com>
3174 Branch: perl
3175 ! README.vms configure.com vms/descrip_mms.template
3176 ! vms/ext/filespec.t
3177____________________________________________________________________________
3178[ 9846] By: jhi on 2001/04/26 00:11:56
3179 Log: re 'debug' was broken by #9084.
3180 Branch: perl
3181 ! ext/re/re.xs
3182____________________________________________________________________________
3183[ 9845] By: jhi on 2001/04/25 22:33:17
3184 Log: Subject: [PATCH] test for Devel::SelfStubber
3185 From: Nicholas Clark <nick@ccl4.org>
3186 Date: Thu, 26 Apr 2001 00:00:54 +0100
3187 Message-ID: <20010426000054.D89026@plum.flirble.org>
3188 Branch: perl
3189 + t/lib/selfstubber.t
3190 ! MANIFEST lib/Devel/SelfStubber.pm t/lib/1_compile.t
3191____________________________________________________________________________
3192[ 9844] By: jhi on 2001/04/25 22:29:32
3193 Log: Subject: Re: [PATCH 5.7.1] B::Concise and extra variables
3194 From: Paul Johnson <paul@pjcj.net>
3195 Date: Thu, 26 Apr 2001 00:46:08 +0200
3196 Message-ID: <20010426004608.H2338@pjcj.net>
3197 Branch: perl
3198 ! ext/B/B/Concise.pm
3199____________________________________________________________________________
3200[ 9843] By: jhi on 2001/04/25 22:28:28
3201 Log: Subject: [PATCH: perl@9841] fix a typo for Cwd.xs
3202 From: Peter Prymmer <pvhp@forte.com>
3203 Date: Wed, 25 Apr 2001 16:18:44 -0700 (PDT)
3204 Message-ID: <Pine.OSF.4.10.10104251614200.257877-100000@aspara.forte.com>
3205 Branch: perl
3206 ! ext/Cwd/Cwd.xs
3207____________________________________________________________________________
3208[ 9842] By: jhi on 2001/04/25 20:58:12
3209 Log: Subject: Re: [ID 20010422.002] 5.7.1 Breaks "use Module(version)"
3210 From: John Peacock <jpeacock@rowman.com>
3211 Date: Wed, 25 Apr 2001 17:30:26 -0400
3212 Message-ID: <3AE741F2.B3217464@rowman.com>
3213 Branch: perl
3214 ! lib/Math/BigInt.pm t/lib/bigintpm.t
3215____________________________________________________________________________
3216[ 9841] By: jhi on 2001/04/25 20:07:05
3217 Log: Update Changes.
3218 Branch: perl
3219 ! Changes patchlevel.h
3220____________________________________________________________________________
a086fe03
JH
3221[ 9840] By: jhi on 2001/04/25 19:56:51
3222 Log: Yet another HP-UX hints version from Merijn.
3223 Branch: perl
3224 ! hints/hpux.sh
3225____________________________________________________________________________
3226[ 9839] By: jhi on 2001/04/25 19:53:04
3227 Log: abs_path() didn't terminate the filename correctly,
3228 in DIRNAMLENless systems like HP-UX this would fail.
3229 Branch: perl
3230 ! ext/Cwd/Cwd.xs
3231____________________________________________________________________________
3232[ 9838] By: jhi on 2001/04/25 16:37:26
3233 Log: Subject: [PATCH] Re: Useless use of constants other than 0,1 in void context?
3234 From: Mike Guy <mjtg@cam.ac.uk>
3235 Date: Wed, 25 Apr 2001 18:31:47 +0100
3236 Message-Id: <E14sT8l-0004IE-00@libra.cus.cam.ac.uk>
3237 Branch: perl
3238 ! op.c
3239____________________________________________________________________________
3240[ 9837] By: jhi on 2001/04/25 16:21:53
3241 Log: Subject: Re: patch to perl5db.pl (formatting of h h screen)
3242 From: Jon Eveland <jweveland@yahoo.com>
3243 Date: Wed, 25 Apr 2001 09:42:46 -0700 (PDT)
3244 Message-ID: <20010425164246.21611.qmail@web10405.mail.yahoo.com>
3245 Branch: perl
3246 ! lib/perl5db.pl
3247____________________________________________________________________________
3248[ 9836] By: jhi on 2001/04/25 14:17:50
3249 Log: Subject: [PATCH bleadperl] Porting/patching.pod: update version number format
3250 From: "Philip Newton" <pnewton@gmx.de>
3251 Date: Wed, 25 Apr 2001 17:05:58 +0200
3252 Message-ID: <3AE703F6.3234.1833C45@localhost>
3253 Branch: perl
3254 ! Porting/patching.pod
3255____________________________________________________________________________
3256[ 9835] By: jhi on 2001/04/25 13:58:07
3257 Log: It would seem that both ar and full_ar need to be overridden
3258 for HP-UX to avoid the GNU ar.
3259 Branch: perl
3260 ! hints/hpux.sh
3261____________________________________________________________________________
3262[ 9834] By: jhi on 2001/04/25 13:50:40
3263 Log: Subject: Re: [PATCH] foreach defelem magic should only be applied to PL_sv_undef
3264 From: "Philip Newton" <pnewton@gmx.de>
3265 Date: Wed, 25 Apr 2001 16:09:23 +0200
3266 Message-ID: <3AE6F6B3.30503.14F6DEB@localhost>
3267
3268 Detypo.
3269 Branch: perl
3270 ! t/op/misc.t
3271____________________________________________________________________________
3272[ 9833] By: jhi on 2001/04/25 12:36:11
3273 Log: In HP-UX set ar to /usr/bin/ar but only iff none set.
3274 Branch: perl
3275 ! hints/hpux.sh
3276____________________________________________________________________________
3277[ 9832] By: jhi on 2001/04/25 12:33:36
3278 Log: New version of HP-UX hints from Merijn.
3279 Branch: perl
3280 ! hints/hpux.sh
3281____________________________________________________________________________
3282[ 9831] By: jhi on 2001/04/25 03:39:45
3283 Log: Reintroduce the avoidance of mixing HP-UX cc and GNU ar.
3284 Branch: perl
3285 ! hints/hpux.sh
3286____________________________________________________________________________
3287[ 9830] By: jhi on 2001/04/25 02:53:25
3288 Log: The tzname[] bit is not needed by util.c -- and causes
3289 heartburn in VMS (and it missing was probably the cause of
3290 the Mac OS X trouble). Ouch.
3291 Branch: perl
3292 ! ext/POSIX/POSIX.xs util.c
3293____________________________________________________________________________
3294[ 9829] By: jhi on 2001/04/25 00:10:06
3295 Log: Metaconfig unit change for #9828.
3296 Branch: metaconfig
3297 ! U/compline/ccflags.U
3298____________________________________________________________________________
3299[ 9828] By: jhi on 2001/04/25 00:04:18
3300 Log: Allow setting cppflags hints. This may affect Darwin (Mac OS X)
3301 (which is actually the reason for the change, we need to pass
3302 cppflags='-traditional-cpp' so that Errno builds right), Dynix/ptx,
3303 EP/IX, OS/2, and TitanOS, based on the hints files.
3304 Branch: perl
3305 ! Configure config_h.SH
3306____________________________________________________________________________
3307[ 9827] By: jhi on 2001/04/24 23:49:20
3308 Log: makedepend.SH patch for AmigaOS from Jan-Erik Karlsson;
3309 the $cat must have an absolute path.
3310 Branch: perl
3311 ! makedepend.SH
3312____________________________________________________________________________
3313[ 9826] By: jhi on 2001/04/24 23:40:53
3314 Log: 5.7.1-updated README.amiga from Jan-Erik Karlsson.
3315 Branch: perl
3316 ! README.amiga
3317____________________________________________________________________________
3318[ 9825] By: jhi on 2001/04/24 23:35:35
3319 Log: Subject: [ID 20010424.002] [PATCH bleadperl] find2perl: prototypes and doexec
3320 From: "Philip Newton" <pnewton@gmx.de>
3321 Date: Tue, 24 Apr 2001 18:52:49 +0200
3322 Message-Id: <3AE5CB81.12234.1FC246F@localhost>
3323 Branch: perl
3324 ! x2p/find2perl.PL
3325____________________________________________________________________________
3326[ 9824] By: jhi on 2001/04/24 23:33:07
3327 Log: New HP-UX hints from Jeff and Merijn, should work with IA-64.
3328 Some gcc specifics dropped out due to extensive rewriting;
3329 will be put back later as needed.
3330 Branch: perl
3331 ! hints/hpux.sh
3332____________________________________________________________________________
3333[ 9823] By: jhi on 2001/04/24 23:27:57
3334 Log: Mac OS X patch for missing tzname definition from Paul Schinder.
3335 Branch: perl
3336 ! ext/POSIX/POSIX.xs
3337____________________________________________________________________________
3338[ 9822] By: jhi on 2001/04/24 23:25:21
3339 Log: Subject: Re: [ID 20010421.032] Not OK: perl v5.7.1 +DEVEL9717 on sun4-solaris-64int-ld-stdio 2.8 (UNINSTALLED)
3340 From: Tim Jenness <t.jenness@jach.hawaii.edu>
3341 Date: Tue, 24 Apr 2001 11:29:28 -1000 (HST)
3342 Message-ID: <Pine.LNX.4.30.0104241123020.5085-100000@lapaki.jach.hawaii.edu>
3343 Branch: perl
3344 ! ext/XS/Typemap/Typemap.xs
3345____________________________________________________________________________
3346[ 9821] By: jhi on 2001/04/24 23:24:10
3347 Log: Subject: [PATCH: pod/perlport.pod] Updated email addresses.
3348 From: "Abigail" <abigail@foad.org>
3349 Date: Tue, 24 Apr 2001 23:12:03 +0200
3350 Message-ID: <20010424211203.7901.qmail@foad.org>
3351 Branch: perl
3352 ! pod/perlport.pod
3353____________________________________________________________________________
3354[ 9820] By: jhi on 2001/04/24 23:23:15
3355 Log: Subject: [PATCH pod/perlfaq4.pod] Time::Piece additions
3356 From: Matt Sergeant <matt@sergeant.org>
3357 Date: Tue, 24 Apr 2001 16:48:17 +0100 (BST)
3358 Message-ID: <Pine.LNX.4.30.0104241645030.32279-100000@ted.sergeant.org>
3359 Branch: perl
3360 ! pod/perlfaq4.pod
3361____________________________________________________________________________
3362[ 9819] By: nick on 2001/04/24 18:49:43
3363 Log: Integrate mainline.
3364 Branch: perlio
3365 +> t/lib/cpan-loadme.t t/lib/cpan-vcmp.t
3366 !> (integrate 37 files)
3367____________________________________________________________________________
3368[ 9818] By: jhi on 2001/04/24 14:35:23
3369 Log: Update Changes.
3370 Branch: perl
3371 ! Changes patchlevel.h
3372____________________________________________________________________________
bfe39e23
JH
3373[ 9817] By: jhi on 2001/04/24 14:09:17
3374 Log: Subject: Re: [PATCH t/lib/1_compile.t] Skipping known tested libraries
3375 From: "Philip Newton" <pnewton@gmx.de>
3376 Date: Tue, 24 Apr 2001 12:58:12 +0200
3377 Message-ID: <3AE57864.8304.B77A0A@localhost>
3378
3379 plus add CPAN to the list of modules that have their own tests.
3380 Branch: perl
3381 ! t/lib/1_compile.t
3382____________________________________________________________________________
3383[ 9816] By: jhi on 2001/04/24 14:07:03
3384 Log: Subject: Re: [PATCH t/lib/1_compile.t] Skipping known tested libraries
3385 From: Michael G Schwern <schwern@pobox.com>
3386 Date: Sat, 21 Apr 2001 22:35:00 +0100
3387 Message-ID: <20010421223500.N2946@blackrider.blackstar.co.uk>
3388 Branch: perl
3389 ! t/lib/1_compile.t
3390____________________________________________________________________________
3391[ 9815] By: jhi on 2001/04/24 13:54:32
3392 Log: Subject: Re: [ID 20010423.006] Test failed in perl@9794
3393 From: Robin Houston <robin@kitsite.com>
3394 Date: Tue, 24 Apr 2001 15:51:18 +0100
3395 Message-ID: <20010424155118.A22913@puffinry.freeserve.co.uk>
3396 Branch: perl
3397 ! ext/B/B/Deparse.pm
3398____________________________________________________________________________
3399[ 9814] By: jhi on 2001/04/24 13:17:34
3400 Log: Subject: Re: [ID 20010421.010] Perl 5.6.1 on Unixware 7
3401 From: Bill Glicker <billg@burrelles.com>
3402 Date: Tue, 24 Apr 2001 09:22:40 -0400 (EDT)
3403 Message-ID: <Pine.SCO.4.30.0104240918160.13514-100000@laura.burrelles.com>
3404 Branch: perl
3405 ! hints/svr5.sh
3406____________________________________________________________________________
3407[ 9813] By: jhi on 2001/04/24 12:54:23
3408 Log: Prevent path disclosure (probing for existence of filenames)
3409 using suidperl; bug id 20010322.218.
3410 Branch: perl
3411 ! perl.c pod/perldiag.pod
3412____________________________________________________________________________
3413[ 9812] By: jhi on 2001/04/24 12:08:36
3414 Log: Retract #9811.
3415 Branch: perl
3416 ! ext/POSIX/POSIX.xs
3417____________________________________________________________________________
3418[ 9811] By: jhi on 2001/04/24 11:57:35
3419 Log: (Retracted by #9812.)
3420 Branch: perl
3421 ! ext/POSIX/POSIX.xs
3422____________________________________________________________________________
3423[ 9810] By: jhi on 2001/04/24 03:32:35
3424 Log: Fix for 20010219.013, "perlio perl -we tell goes SEGV".
3425 Branch: perl
3426 ! util.c
3427____________________________________________________________________________
3428[ 9809] By: jhi on 2001/04/24 03:16:13
3429 Log: The Math::BigFloat::import() was broken.
3430 (Fixes bug id 20010422.002.)
3431 Branch: perl
3432 ! lib/Math/BigFloat.pm
3433____________________________________________________________________________
3434[ 9808] By: jhi on 2001/04/24 01:11:40
3435 Log: Additional dependencies; should help for parallel makes
3436 not to fail on missing lib/lib.pm or lib/re.pm.
3437 Branch: perl
3438 ! Makefile.SH
3439____________________________________________________________________________
3440[ 9807] By: jhi on 2001/04/24 00:57:01
3441 Log: Update the test failure disclaimer.
3442 Branch: perl
3443 ! t/pragma/warn/pp_hot
3444____________________________________________________________________________
3445[ 9806] By: jhi on 2001/04/24 00:54:04
3446 Log: Add make target "install-all" which is alias for "install"
3447 to cater for case-preserving filesystems like HFS+.
3448 Branch: perl
3449 ! INSTALL Makefile.SH
3450____________________________________________________________________________
3451[ 9805] By: jhi on 2001/04/24 00:47:28
3452 Log: Subject: Re: 5.6.1 darwin Configure fails to extract Makefile
3453 From: Peter Prymmer <pvhp@forte.com>
3454 Date: Wed, 11 Apr 2001 10:43:52 -0700 (PDT)
3455 Message-ID: <Pine.OSF.4.10.10104111038480.113314-100000@aspara.forte.com>
3456
3457 (Ken William's message forwarded from macosx@perl.org)
3458 Branch: perl
3459 ! hints/darwin.sh
3460____________________________________________________________________________
3461[ 9804] By: jhi on 2001/04/23 23:57:35
3462 Log: Cut-and-pasto.
3463 Branch: perl
3464 ! perlio.c
3465____________________________________________________________________________
3466[ 9803] By: jhi on 2001/04/23 23:52:25
3467 Log: More PerlIO robustness.
3468 Branch: perl
3469 ! perlio.c
3470____________________________________________________________________________
3471[ 9802] By: jhi on 2001/04/23 23:43:35
3472 Log: Make the "STD* opened only for ..." errors more consistent.
3473 Branch: perl
3474 ! doio.c
3475____________________________________________________________________________
3476[ 9801] By: jhi on 2001/04/23 23:34:26
3477 Log: Test case for #9800.
3478 Branch: perl
3479 ! t/op/misc.t
3480____________________________________________________________________________
3481[ 9800] By: jhi on 2001/04/23 23:14:43
3482 Log: Avoid coredump on 'close STDERR; die' by making
3483 the PerlIO calls more robust. Also use SETERRNO()
3484 instead of errno = to be more VMS-ready.
3485 Branch: perl
3486 ! perlio.c
3487____________________________________________________________________________
3488[ 9799] By: jhi on 2001/04/23 21:41:10
3489 Log: Subject: test for ID 20010423.002
3490 From: Robin Houston <robin@kitsite.com>
3491 Date: Mon, 23 Apr 2001 16:52:21 +0100
3492 Message-ID: <20010423165221.A20739@puffinry.freeserve.co.uk>
3493 Branch: perl
3494 ! t/op/avhv.t
3495____________________________________________________________________________
3496[ 9798] By: jhi on 2001/04/23 21:40:07
3497 Log: Subject: patch to installperl (change warn to print STDERR in sub yn)
3498 From: David Dyck <dcd@tc.fluke.com>
3499 Date: Mon, 23 Apr 2001 10:19:46 -0700 (PDT)
3500 Message-ID: <Pine.LNX.4.33.0104231018270.10985-100000@dd.tc.fluke.com>
3501 Branch: perl
3502 ! installperl
3503____________________________________________________________________________
3504[ 9797] By: jhi on 2001/04/23 21:37:56
3505 Log: Subject: [PATCH] Implement Cwd::abs_path in XS
3506 From: Benjamin Sugars <bsugars@canoe.ca>
3507 Date: Mon, 23 Apr 2001 11:59:48 -0400 (EDT)
3508 Message-ID: <Pine.LNX.4.21.0104231151340.3238-100000@marmot.rim.canoe.ca>
3509 Branch: perl
3510 ! ext/Cwd/Cwd.xs lib/Cwd.pm
3511____________________________________________________________________________
3512[ 9796] By: jhi on 2001/04/23 21:29:24
3513 Log: Synchronize h2xs and pod2man some more on the documentation
3514 templates they propose.
3515 Branch: perl
3516 ! pod/pod2man.PL utils/h2xs.PL
3517____________________________________________________________________________
3518[ 9795] By: jhi on 2001/04/23 17:30:40
3519 Log: Add one more naughty test for base64; make encoding logic cleaner.
3520 Branch: perl
3521 ! t/lib/mimeb64.t
3522____________________________________________________________________________
3523[ 9794] By: jhi on 2001/04/23 13:51:32
3524 Log: Update Changes.
3525 Branch: perl
3526 ! Changes patchlevel.h
3527____________________________________________________________________________
a1954273
JH
3528[ 9793] By: jhi on 2001/04/23 13:44:18
3529 Log: Duplicate lines.
3530 Branch: perl
3531 ! MANIFEST
3532____________________________________________________________________________
3533[ 9792] By: jhi on 2001/04/23 13:39:13
3534 Log: Subject: Re: PATCH 5.7.1
3535 From: Mark-Jason Dominus <mjd@plover.com>
3536 Date: Mon, 23 Apr 2001 10:30:21 -0400
3537 Message-ID: <20010423143021.17335.qmail@plover.com>
3538 Branch: perl
3539 ! perl.h sv.c
3540____________________________________________________________________________
3541[ 9791] By: jhi on 2001/04/23 13:32:40
3542 Log: Add the CPAN.pm 1.59_54 tests.
3543 Branch: perl
3544 + t/lib/cpan-loadme.t t/lib/cpan-vcmp.t
3545 ! MANIFEST
3546____________________________________________________________________________
3547[ 9790] By: jhi on 2001/04/23 13:21:55
3548 Log: Subject: Deparse nit
3549 From: Robin Houston <robin@kitsite.com>
3550 Date: Mon, 23 Apr 2001 12:38:20 +0100
3551 Message-ID: <20010423123820.A19945@puffinry.freeserve.co.uk>
3552 Branch: perl
3553 ! ext/B/B/Deparse.pm
3554____________________________________________________________________________
3555[ 9789] By: jhi on 2001/04/23 13:19:07
3556 Log: Subject: [PATCH] bug 20010423.002
3557 From: Robin Houston <robin@kitsite.com>
3558 Date: Mon, 23 Apr 2001 13:12:30 +0100
3559 Message-ID: <20010423131230.A20074@puffinry.freeserve.co.uk>
3560 Branch: perl
3561 ! pp.c
3562____________________________________________________________________________
3563[ 9788] By: jhi on 2001/04/23 13:02:49
3564 Log: Subject: PATCH [5.7.1] hv.c unused #define
3565 From: Mark-Jason Dominus <mjd@plover.com>
3566 Date: Sun, 22 Apr 2001 14:17:49 -0400
3567 Message-ID: <20010422181749.26976.qmail@plover.com>
3568 Branch: perl
3569 ! hv.c
3570____________________________________________________________________________
3571[ 9787] By: jhi on 2001/04/23 13:02:02
3572 Log: Subject: PATCH 5.7.1
3573 From: Mark-Jason Dominus <mjd@plover.com>
3574 Date: Sun, 22 Apr 2001 15:12:57 -0400
3575 Message-ID: <20010422191258.6539.qmail@plover.com>
3576
3577 plus Sarathy's STMT_START + STMT_END suggestion.
3578 Branch: perl
3579 ! perl.h
3580____________________________________________________________________________
3581[ 9786] By: jhi on 2001/04/23 12:53:25
3582 Log: Fix for
3583
3584 Subject: [ID 20010423.001] perlapi documentation inconsistency (SvGROW)
3585 From: dLux <dlux@spam.sch.bme.hu>
3586 Date: Mon, 23 Apr 2001 01:25:26 +0200
3587 Message-Id: <E14rTEM-0000CB-00@dl.sch.bme.hu>
3588
3589 (SvGROW really does return a char *.)
3590 Branch: perl
3591 ! pod/perlapi.pod sv.h
3592____________________________________________________________________________
3593[ 9785] By: jhi on 2001/04/23 04:34:04
3594 Log: Time::Piece work continues. $t->day removed since
3595 I think it's too confusing. Now has normal and
3596 abbreviated length weekday names and month names,
3597 the names change with _names(), not _list().
3598 Now has strftime() in Perl, _strftime() is
3599 the libc version (to which strftime() falls back
3600 if it doesn't know the format. To do: the reverse
3601 of strftime, strptime(), and the localisation of both.
3602 Branch: perl
3603 ! ext/Time/Piece/Piece.pm ext/Time/Piece/Piece.xs
3604 ! t/lib/time-piece.t
3605____________________________________________________________________________
3606[ 9784] By: jhi on 2001/04/23 02:41:46
3607 Log: Subject: Re: [PATCH] Re: [ID 20010422.003] Core dump in overloaded bool while using '
3608 From: andreas.koenig@anima.de (Andreas J. Koenig)
3609 Date: 23 Apr 2001 05:20:55 +0200
3610 Message-ID: <m3ofto5mjs.fsf@ak-71.mind.de>
3611 Branch: perl
3612 ! t/pragma/overload.t
3613____________________________________________________________________________
3614[ 9783] By: jhi on 2001/04/22 23:32:42
3615 Log: Subject: [PATCH B::Deparse] Distinguish package variables, if necessary
3616 From: Robin Houston <robin@kitsite.com>
3617 Date: Mon, 23 Apr 2001 00:38:18 +0100
3618 Message-ID: <20010423003818.A19109@puffinry.freeserve.co.uk>
3619 Branch: perl
3620 ! ext/B/B/Deparse.pm
3621____________________________________________________________________________
3622[ 9782] By: jhi on 2001/04/22 20:55:43
3623 Log: Subject: [PATCH] Re: [ID 20010422.003] Core dump in overloaded bool while using '
3624 From: Simon Cozens <simon@netthink.co.uk>
3625 Date: Sun, 22 Apr 2001 18:47:25 +0100
3626 Message-ID: <20010422184725.A14411@netthink.co.uk>
3627 Branch: perl
3628 ! sv.c t/pragma/overload.t
3629____________________________________________________________________________
3630[ 9781] By: jhi on 2001/04/22 20:52:13
3631 Log: Subject: [PATCH] Support BEGIN blocks in B::Deparse (& more)
3632 From: Robin Houston <robin@kitsite.com>
3633 Date: Sun, 22 Apr 2001 22:14:50 +0100
3634 Message-ID: <20010422221450.A18921@puffinry.freeserve.co.uk>
3635 Branch: perl
3636 ! ext/B/B/Concise.pm ext/B/B/Deparse.pm ext/B/O.pm
3637____________________________________________________________________________
3638[ 9780] By: nick on 2001/04/22 20:40:31
3639 Log: Integrate mainline.
3640 Branch: perlio
3641 +> t/lib/b-debug.t t/lib/b-deparse.t t/lib/b-showlex.t
3642 +> t/lib/b-stash.t
3643 !> (integrate 38 files)
3644____________________________________________________________________________
3645[ 9779] By: jhi on 2001/04/22 15:16:03
3646 Log: Subject: IO::Socket::INET patch
3647 From: andrew deryabin <djsf@technarchy.ru>
3648 Date: Sat, 21 Apr 2001 17:46:52 +0400
3649 Message-ID: <20010421174652.B1426@technarchy>
3650 Branch: perl
3651 ! ext/IO/lib/IO/Socket/INET.pm
3652____________________________________________________________________________
3653[ 9778] By: jhi on 2001/04/22 15:14:33
3654 Log: Subject: Re: ANYOF_SIZE is wrong in 5.7.1
3655 From: Mark-Jason Dominus <mjd@plover.com>
3656 Date: Sat, 21 Apr 2001 21:27:49 -0400
3657 Message-ID: <20010422012749.27024.qmail@plover.com>
3658 Branch: perl
3659 ! regcomp.c
3660____________________________________________________________________________
3661[ 9777] By: jhi on 2001/04/22 15:10:51
3662 Log: Subject: Re: Regex debugger patch
3663 From: Mark-Jason Dominus <mjd@plover.com>
3664 Date: Sat, 21 Apr 2001 21:48:51 -0400
3665 Message-ID: <20010422014851.27165.qmail@plover.com>
3666 Branch: perl
3667 ! pod/perldebguts.pod
3668____________________________________________________________________________
3669[ 9776] By: jhi on 2001/04/22 15:09:48
3670 Log: Subject: Re: Regex debugger patch
3671 From: Mark-Jason Dominus <mjd@plover.com>
3672 Date: Sat, 21 Apr 2001 14:24:39 -0400
3673 Message-ID: <20010421182439.16508.qmail@plover.com>
3674
3675 Regex debugger backend.
3676 Branch: perl
3677 ! regcomp.c regexp.h
3678____________________________________________________________________________
3679[ 9775] By: jhi on 2001/04/21 16:45:40
3680 Log: Subject: [PATCH] Typo in utf8.h
3681 From: Jesús Quiroga <jquiroga@pobox.com>
3682 Date: Sat, 21 Apr 2001 19:25:33 +0200
3683 Message-Id: <5.0.2.1.1.20010421192107.01ce5a50@ix.netcorps.com>
3684 Branch: perl
3685 ! utf8.h
3686____________________________________________________________________________
3687[ 9774] By: jhi on 2001/04/21 16:43:52
3688 Log: Subject: [ID 20010421.010] Perl 5.6.1 on Unixware 7
3689 From: Joe Orton <jorton@redhat.com>
3690 Date: Tue, 17 Apr 2001 15:50:43 +0100
3691 Message-Id: <20010417155043.D19132@eu.c2.net>
3692 Branch: perl
3693 ! hints/svr5.sh
3694____________________________________________________________________________
3695[ 9773] By: jhi on 2001/04/21 15:30:15
3696 Log: Subject: Patch utils/h2xs.PL
3697 From: Elaine -HFB- Ashton <elaine@chaos.wustl.edu>
3698 Date: Sat, 21 Apr 2001 10:32:16 -0500
3699 Message-ID: <20010421103216.C14521@chaos.wustl.edu>
3700
3701 Add MAILING list and LICENSE templates.
3702 Branch: perl
3703 ! utils/h2xs.PL
3704____________________________________________________________________________
3705[ 9772] By: jhi on 2001/04/21 15:28:36
3706 Log: Subject: perlfaq2.patch for 5.7.1
3707 From: Elaine -HFB- Ashton <elaine@chaos.wustl.edu>
3708 Message-ID: <20010420164219.J3194@chaos.wustl.edu>
3709 Date: Fri, 20 Apr 2001 16:42:19 -0500
3710
3711 rm an extra tab, a blurb about the xx.cpan to clarify
3712 which countries actually have that and dejanews is history
3713 as well as most of that nonsensical entry.
3714 Branch: perl
3715 ! pod/perlfaq2.pod
3716____________________________________________________________________________
3717[ 9771] By: jhi on 2001/04/21 15:27:17
3718 Log: Subject: perlfaq1.patch for 5.7.1
3719 From: Elaine -HFB- Ashton <elaine@chaos.wustl.edu>
3720 Date: Fri, 20 Apr 2001 16:57:36 -0500
3721 Message-ID: <20010420165736.K3194@chaos.wustl.edu>
3722
3723 Evil URLs must die. Especially when they are broken.
3724 Branch: perl
3725 ! pod/perlfaq1.pod
3726____________________________________________________________________________
3727[ 9770] By: jhi on 2001/04/21 15:23:38
3728 Log: Subject: [PATCH ext/B/B.pm and tests] B::walksymtable improperly documented?
3729 From: Michael G Schwern <schwern@pobox.com>
3730 Date: Sat, 21 Apr 2001 16:11:12 +0100
3731 Message-ID: <20010421161112.L19736@blackrider.blackstar.co.uk>
3732 Branch: perl
3733 + t/lib/b-debug.t t/lib/b-deparse.t t/lib/b-showlex.t
3734 + t/lib/b-stash.t
3735 ! MANIFEST ext/B/B.pm t/lib/b.t
3736____________________________________________________________________________
3737[ 9769] By: jhi on 2001/04/21 15:03:32
3738 Log: Subject: [PATCH utils/h2ph.PL] Confused by "#if &__GNUC_PREREQ (2,97)"
3739 From: Michael G Schwern <schwern@pobox.com>
3740 Date: Sat, 21 Apr 2001 09:48:00 +0100
3741 Message-ID: <20010421094759.B19736@blackrider.blackstar.co.uk>
3742 Branch: perl
3743 ! utils/h2ph.PL
3744____________________________________________________________________________
3745[ 9768] By: jhi on 2001/04/21 14:33:49
3746 Log: PerlIO and Encode doc cleanup and tweaks.
3747 Branch: perl
3748 ! ext/Encode/Encode.pm ext/PerlIO/Scalar/Scalar.pm
3749 ! ext/PerlIO/Via/Via.pm lib/PerlIO.pm
3750____________________________________________________________________________
3751[ 9767] By: jhi on 2001/04/21 12:40:16
3752 Log: Integrate perlio.
3753 Branch: perl
3754 !> doio.c
3755____________________________________________________________________________
3756[ 9766] By: nick on 2001/04/20 18:28:35
3757 Log: Avoid core dump on
3758 open(STDOUT,">",\$foo);
3759 Branch: perlio
3760 ! doio.c
3761____________________________________________________________________________
3762[ 9765] By: jhi on 2001/04/20 13:23:43
3763 Log: Subject: Re: [abigail@foad.org: [ID 20000901.065] -MO=Deparse and $^W and $[ in same string.]
3764 From: Robin Houston <robin@kitsite.com>
3765 Date: Fri, 20 Apr 2001 14:29:22 +0100
3766 Message-ID: <20010420142921.A14960@puffinry.freeserve.co.uk>
3767 Branch: perl
3768 ! ext/B/B.pm ext/B/B/Deparse.pm
3769____________________________________________________________________________
3770[ 9764] By: jhi on 2001/04/20 13:19:33
3771 Log: Subject: [PATCH: perl@9742] avoid t/u-*.t test on platforms where List/Util was not built
3772 From: Peter Prymmer <pvhp@forte.com>
3773 Date: Thu, 19 Apr 2001 17:40:14 -0700 (PDT)
3774 Message-ID: <Pine.OSF.4.10.10104191737200.348917-100000@aspara.forte.com>
3775 Branch: perl
3776 ! t/lib/u-blessed.t t/lib/u-dualvar.t t/lib/u-first.t
3777 ! t/lib/u-max.t t/lib/u-maxstr.t t/lib/u-min.t t/lib/u-minstr.t
3778 ! t/lib/u-readonly.t t/lib/u-reduce.t t/lib/u-reftype.t
3779 ! t/lib/u-sum.t t/lib/u-tainted.t t/lib/u-weak.t
3780____________________________________________________________________________
3781[ 9763] By: jhi on 2001/04/20 12:36:39
3782 Log: Subject: Re: A new PerlIO coredump
3783 From: Nick Ing-Simmons <nik@tiuk.ti.com>
3784 Date: Fri, 20 Apr 2001 14:29:41 +0100 (BST)
3785 Message-Id: <200104201329.OAA16021@mikado.tiuk.ti.com>
3786 Branch: perl
3787 ! doio.c
3788____________________________________________________________________________
3789[ 9762] By: jhi on 2001/04/19 23:02:30
3790 Log: Update Changes.
3791 Branch: perl
3792 ! Changes patchlevel.h
3793____________________________________________________________________________
4124720b
JH
3794[ 9761] By: jhi on 2001/04/19 22:59:19
3795 Log: More cleanup cleanup.
3796 Branch: perl
3797 ! Makefile.SH win32/Makefile win32/makefile.mk
3798____________________________________________________________________________
3799[ 9760] By: jhi on 2001/04/19 22:50:31
3800 Log: lib/Time is non-empty, let's not rmdir it.
3801 Branch: perl
3802 ! Makefile.SH
3803____________________________________________________________________________
3804[ 9759] By: jhi on 2001/04/19 22:36:51
3805 Log: Subject: Re: [abigail@foad.org: [ID 20000901.065] -MO=Deparse and $^W and $[ in same string.]
3806 From: Robin Houston <robin@kitsite.com>
3807 Date: Fri, 20 Apr 2001 00:18:53 +0100
3808 Message-ID: <20010420001853.A13350@puffinry.freeserve.co.uk>
3809 Branch: perl
3810 ! ext/B/B/Deparse.pm
3811____________________________________________________________________________
3812[ 9758] By: jhi on 2001/04/19 22:36:00
3813 Log: Subject: [PATCH: perl@9742] void close_dir portability fix for Cwd.xs
3814 From: Peter Prymmer <pvhp@forte.com>
3815 Date: Thu, 19 Apr 2001 12:02:40 -0700 (PDT)
3816 Message-ID: <Pine.OSF.4.10.10104191158490.348917-100000@aspara.forte.com>
3817 Branch: perl
3818 ! ext/Cwd/Cwd.xs
3819____________________________________________________________________________
3820[ 9757] By: nick on 2001/04/19 18:53:54
3821 Log: Blind (untested) integrate of mainline.
3822 Branch: perlio
3823 +> ext/Time/Piece/Makefile.PL ext/Time/Piece/Piece.pm
3824 +> ext/Time/Piece/Piece.xs ext/Time/Piece/README
3825 +> ext/Time/Piece/Seconds.pm t/lib/time-piece.t
3826 !> (integrate 53 files)
3827____________________________________________________________________________
3828[ 9756] By: jhi on 2001/04/19 16:59:23
3829 Log: Document and test Time::Piece.
3830 Branch: perl
3831 ! ext/POSIX/POSIX.xs ext/Time/Piece/Piece.pm
3832 ! ext/Time/Piece/Piece.xs t/lib/time-piece.t
3833____________________________________________________________________________
3834[ 9755] By: jhi on 2001/04/19 12:13:29
3835 Log: A better fix for the \x{12345678} trouble from NI-S.
3836 Branch: perl
3837 ! utf8.c
3838____________________________________________________________________________
3839[ 9754] By: jhi on 2001/04/19 11:56:07
3840 Log: Subject: PATCH: Propagate low byte of hints in cop.op_private
3841 From: Robin Houston <robin@kitsite.com>
3842 Date: Wed, 18 Apr 2001 17:58:33 +0100
3843 Message-ID: <20010418175833.B8976@puffinry.freeserve.co.uk>
3844 Branch: perl
3845 ! ext/B/B/Deparse.pm op.c
3846____________________________________________________________________________
3847[ 9753] By: jhi on 2001/04/19 04:21:52
3848 Log: Subject: [PATCH] h2ph test suite bugfix and refactoring
3849 From: "Kurt D. Starsinic" <kstar@wolfetech.com>
3850 Date: Thu, 19 Apr 2001 01:11:41 -0400
3851 Message-ID: <20010419011141.A5798@cpan.org>
3852 Branch: perl
3853 ! t/lib/h2ph.h t/lib/h2ph.pht utils/h2ph.PL
3854____________________________________________________________________________
3855[ 9752] By: jhi on 2001/04/19 02:41:10
3856 Log: The new time utils need to be thread-aware, too.
3857 Branch: perl
3858 ! util.c
3859____________________________________________________________________________
3860[ 9751] By: jhi on 2001/04/19 02:26:47
3861 Log: Compilation nit noticed by AIX compiler.
3862 Branch: perl
3863 ! perlio.c
3864____________________________________________________________________________
3865[ 9750] By: jhi on 2001/04/19 02:20:06
3866 Log: The new time utils need to be public.
3867 Branch: perl
3868 ! embed.pl
3869____________________________________________________________________________
3870[ 9749] By: jhi on 2001/04/19 01:42:39
3871 Log: Regen toc.
3872 Branch: perl
3873 ! pod/perltoc.pod
3874____________________________________________________________________________
3875[ 9748] By: jhi on 2001/04/19 01:41:10
3876 Log: Add Time::Piece, a slight rewrite of Time::Object,
3877 from Matt Sergeant.
3878 Branch: perl
3879 + ext/Time/Piece/Makefile.PL ext/Time/Piece/Piece.pm
3880 + ext/Time/Piece/Piece.xs ext/Time/Piece/README
3881 + ext/Time/Piece/Seconds.pm t/lib/time-piece.t
3882 ! MANIFEST configure.com djgpp/config.over epoc/config.sh
3883 ! hints/uts.sh hints/uwin.sh hints/vmesa.sh win32/Makefile
3884 ! win32/makefile.mk
3885____________________________________________________________________________
3886[ 9747] By: jhi on 2001/04/19 00:55:35
3887 Log: The new metaconfig unit from strftime.
3888 Branch: metaconfig/U/perl
3889 + d_strftime.U
3890____________________________________________________________________________
3891[ 9746] By: jhi on 2001/04/19 00:54:54
3892 Log: Move the strftime() wrapper from POSIX.xs to util.c
3893 as my_strftime(), requires HAS_STRFTIME.
3894 Branch: perl
3895 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
3896 ! config_h.SH configure.com embed.h embed.pl epoc/config.sh
3897 ! ext/POSIX/POSIX.xs proto.h uconfig.h uconfig.sh util.c
3898 ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
3899 ! vos/config.ga.h win32/config.bc win32/config.gc
3900 ! win32/config.vc
3901____________________________________________________________________________
3902[ 9745] By: jhi on 2001/04/18 23:11:03
3903 Log: Move the init_tm() and mini_mktime() up from POSIX.xs to util.c
3904 in preparation of Time::Piece.
3905 Branch: perl
3906 ! embed.h embed.pl ext/POSIX/POSIX.xs proto.h util.c
3907____________________________________________________________________________
3908[ 9744] By: jhi on 2001/04/18 22:33:12
3909 Log: Subject: [PATCH: perl@9718] fix new exporter test to work OK on VMS
3910 From: Peter Prymmer <pvhp@forte.com>
3911 Date: Wed, 18 Apr 2001 15:38:28 -0700 (PDT)
3912 Message-ID: <Pine.OSF.4.10.10104181536440.272477-100000@aspara.forte.com>
3913 Branch: perl
3914 ! t/lib/exporter.t
3915____________________________________________________________________________
3916[ 9743] By: jhi on 2001/04/18 22:32:23
3917 Log: Subject: Fwd: pod2html leaves cache files lying around?
3918 From: Rajesh Vaidheeswarran <rv@gnu.org>
3919 Date: Tue, 17 Apr 2001 09:35:00 -0400 (EDT)
3920 Message-Id: <E14pVdE-0004P0-00@fencepost.gnu.org>
3921 Branch: perl
3922 ! lib/Pod/Html.pm
3923____________________________________________________________________________
3924[ 9742] By: jhi on 2001/04/18 20:31:49
3925 Log: Update Changes.
3926 Branch: perl
3927 ! Changes patchlevel.h
3928____________________________________________________________________________
918522b5
JH
3929[ 9741] By: jhi on 2001/04/18 20:23:02
3930 Log: Declare hints only if needed.
3931 Branch: perl
3932 ! ext/B/B/Deparse.pm
3933____________________________________________________________________________
3934[ 9740] By: jhi on 2001/04/18 19:06:05
3935 Log: Workaround for the "\x{12345678}" plus s/(.)/$1/g plus ord/length
3936 bug noticed by Robin Houston; basically the code of detecting
3937 value wraparound was acting differently under different compilers
3938 and platforms. The workaround is to remove the overflow check
3939 for now, a real fix would be to do the overflow (portably) right.
3940 Branch: perl
3941 ! t/op/pat.t utf8.c
3942____________________________________________________________________________
3943[ 9739] By: jhi on 2001/04/18 19:01:23
3944 Log: Subject: [PATCH B::Deparse] some pragma support
3945 From: Robin Houston <robin@kitsite.com>
3946 Date: Wed, 18 Apr 2001 19:32:12 +0100
3947 Message-ID: <20010418193212.A9184@puffinry.freeserve.co.uk>
3948 Branch: perl
3949 ! ext/B/B/Deparse.pm
3950____________________________________________________________________________
3951[ 9738] By: jhi on 2001/04/18 15:16:37
3952 Log: Subject: [PATCH] Test case for C<undef %File::Glob::>
3953 From: Benjamin Sugars <bsugars@canoe.ca>
3954 Date: Wed, 18 Apr 2001 10:53:44 -0400 (EDT)
3955 Message-ID: <Pine.LNX.4.21.0104181047010.2368-100000@marmot.rim.canoe.ca>
3956 Branch: perl
3957 ! t/op/glob.t
3958____________________________________________________________________________
3959[ 9737] By: jhi on 2001/04/18 13:24:50
3960 Log: Subject: [PATCH] XS::Typemap - T_OPAQUE
3961 From: Tim Jenness <t.jenness@jach.hawaii.edu>
3962 Date: Tue, 17 Apr 2001 22:49:25 -1000 (HST)
3963 Message-ID: <Pine.LNX.4.30.0104172247440.28672-100000@lapaki.jach.hawaii.edu>
3964 Branch: perl
3965 ! ext/XS/Typemap/Typemap.pm ext/XS/Typemap/Typemap.xs
3966 ! ext/XS/Typemap/typemap lib/ExtUtils/typemap t/lib/xs-typemap.t
3967____________________________________________________________________________
3968[ 9736] By: jhi on 2001/04/18 04:15:14
3969 Log: The #9735 also changes the subtest 12.
3970 Branch: perl
3971 ! t/lib/b.t
3972____________________________________________________________________________
3973[ 9735] By: jhi on 2001/04/18 03:55:17
3974 Log: Subject: Deparse.pm of split(" ") decodes as /\s+/ (with PATCH)
3975 From: David Dyck <dcd@tc.fluke.com>
3976 Date: Tue, 17 Apr 2001 17:12:58 -0700 (PDT)
3977 Message-ID: <Pine.LNX.4.33.0104171508210.23062-100000@dd.tc.fluke.com>
3978 Branch: perl
3979 ! ext/B/B/Deparse.pm
3980____________________________________________________________________________
3981[ 9734] By: jhi on 2001/04/18 03:54:11
3982 Log: Subject: [PATCH] foreach defelem magic should only be applied to PL_sv_undef
3983 From: Gisle Aas <gisle@ActiveState.com>
3984 Date: 17 Apr 2001 19:06:45 -0700
3985 Message-ID: <lrae5f9d1m.fsf@caliper.ActiveState.com>
3986 Branch: perl
3987 ! pp_hot.c t/op/misc.t
3988____________________________________________________________________________
3989[ 9733] By: jhi on 2001/04/17 22:25:22
3990 Log: Subject: [PATCH: ext/Cwd/Cwd.xs & ext/PerlIO/Scalar/Scalar.xs] Missing prototype behaviour
3991 From: "Abigail" <abigail@foad.org>
3992 Date: Wed, 18 Apr 2001 01:17:46 +0200
3993 Message-ID: <20010417231746.21657.qmail@foad.org>
3994 Branch: perl
3995 ! ext/Cwd/Cwd.xs ext/PerlIO/Scalar/Scalar.xs
3996____________________________________________________________________________
3997[ 9732] By: jhi on 2001/04/17 20:47:56
3998 Log: Subject: Re: Deparse - parenthesise args to undeclared subs
3999 From: Robin Houston <robin@kitsite.com>
4000 Date: Tue, 17 Apr 2001 22:37:42 +0100
4001 Message-ID: <20010417223742.A6681@puffinry.freeserve.co.uk>
4002 Branch: perl
4003 ! ext/B/B/Deparse.pm
4004____________________________________________________________________________
4005[ 9731] By: nick on 2001/04/17 20:46:35
4006 Log: Re-sync for t/lib/b.t fix
4007 Branch: perlio
4008 !> ext/B/B/Deparse.pm t/lib/b.t t/lib/cwd.t
4009____________________________________________________________________________
4010[ 9730] By: jhi on 2001/04/17 20:45:29
4011 Log: Subject: [PATCH B::Deparse] utf8 literal strings (and possibly a unicode/regex bug)
4012 From: Robin Houston <robin@kitsite.com>
4013 Date: Tue, 17 Apr 2001 22:29:36 +0100
4014 Message-ID: <20010417222936.A6644@puffinry.freeserve.co.uk>
4015 Branch: perl
4016 ! ext/B/B.xs ext/B/B/Deparse.pm
4017____________________________________________________________________________
4018[ 9729] By: jhi on 2001/04/17 20:43:11
4019 Log: Subject: Deparse - parenthesise args to undeclared subs
4020 From: Robin Houston <robin@kitsite.com>
4021 Date: Tue, 17 Apr 2001 21:31:05 +0100
4022 Message-ID: <20010417213104.A6586@puffinry.freeserve.co.uk>
4023 Branch: perl
4024 ! ext/B/B/Deparse.pm
4025____________________________________________________________________________
4026[ 9728] By: jhi on 2001/04/17 18:57:30
4027 Log: Subject: Re: [PATCH] Fix cwd.t when libpth contains symlinks
4028 From: Benjamin Sugars <ben.sugars@home.com>
4029 Date: Tue, 17 Apr 2001 15:27:28 -0400 (EDT)
4030 Message-ID: <Pine.LNX.4.21.0104171516090.22410-100000@localhost.localdomain>
4031 Branch: perl
4032 ! t/lib/cwd.t
4033____________________________________________________________________________
4034[ 9727] By: jhi on 2001/04/17 18:20:20
4035 Log: Subject: [PATCH B::Deparse] ambient pragmas
4036 From: Robin Houston <robin@kitsite.com>
4037 Date: Tue, 17 Apr 2001 20:01:59 +0100
4038 Message-ID: <20010417200159.A4882@puffinry.freeserve.co.uk>
4039 Branch: perl
4040 ! ext/B/B/Deparse.pm t/lib/b.t
4041____________________________________________________________________________
4042[ 9726] By: nick on 2001/04/17 16:33:51
4043 Log: Integrate mainline (t/lib/b.t fails test 2...)
4044 Branch: perlio
4045 +> ext/List/Util/ChangeLog ext/List/Util/Makefile.PL
4046 +> ext/List/Util/README ext/List/Util/Util.xs
4047 +> ext/List/Util/lib/List/Util.pm
4048 +> ext/List/Util/lib/Scalar/Util.pm t/lib/exporter.t
4049 +> t/lib/u-blessed.t t/lib/u-dualvar.t t/lib/u-first.t
4050 +> t/lib/u-max.t t/lib/u-maxstr.t t/lib/u-min.t t/lib/u-minstr.t
4051 +> t/lib/u-readonly.t t/lib/u-reduce.t t/lib/u-reftype.t
4052 +> t/lib/u-sum.t t/lib/u-tainted.t t/lib/u-weak.t
4053 !> (integrate 31 files)
4054____________________________________________________________________________
4055[ 9725] By: jhi on 2001/04/17 12:14:24
4056 Log: Subject: multiple B::* changes
4057 From: Robin Houston <robin@kitsite.com>
4058 Date: Thu, 12 Apr 2001 20:12:27 +0100
4059 Message-ID: <20010412201226.A30940@puffinry.freeserve.co.uk>
4060 Branch: perl
4061 ! ext/B/B.pm ext/B/B/Concise.pm ext/B/B/Deparse.pm ext/B/O.pm
4062____________________________________________________________________________
4063[ 9724] By: jhi on 2001/04/17 11:59:05
4064 Log: Thread-awareness from Doug MacEachern.
4065 Branch: perl
4066 ! ext/List/Util/Util.xs
4067____________________________________________________________________________
4068[ 9723] By: jhi on 2001/04/17 11:57:41
4069 Log: Make the test more portable.
4070 Branch: perl
4071 ! t/lib/cwd.t
4072____________________________________________________________________________
4073[ 9722] By: jhi on 2001/04/17 11:53:50
4074 Log: Subject: [PATCH] Fix cwd.t when libpth contains symlinks
4075 From: Benjamin Sugars <ben.sugars@home.com>
4076 Date: Mon, 16 Apr 2001 22:43:29 -0400 (EDT)
4077 Message-ID: <Pine.LNX.4.21.0104162234030.17949-100000@localhost.localdomain>
4078 Branch: perl
4079 ! t/lib/cwd.t
4080____________________________________________________________________________
4081[ 9721] By: jhi on 2001/04/17 11:52:17
4082 Log: Subject: [PATCH] Fix core dump from undef %File::Glob::
4083 From: Benjamin Sugars <bsugars@canoe.ca>
4084 Date: Mon, 16 Apr 2001 13:23:59 -0400 (EDT)
4085 Message-ID: <Pine.LNX.4.21.0104161313160.1676-100000@marmot.rim.canoe.ca>
4086 Branch: perl
4087 ! op.c
4088____________________________________________________________________________
4089[ 9720] By: jhi on 2001/04/17 11:35:42
4090 Log: Subject: [MacPerl-Porters] [PATCH] bsd_glob.c, gv.c fixes for Mac OS
4091 From: Chris Nandor <pudge@pobox.com>
4092 Date: Tue, 17 Apr 2001 00:30:49 -0400
4093 Message-Id: <p05100207b701768712de@[10.0.1.177]>
4094 Branch: perl
4095 ! ext/File/Glob/bsd_glob.c gv.c
4096____________________________________________________________________________
4097[ 9719] By: jhi on 2001/04/17 11:32:13
4098 Log: Subject: [PATCH] Tweten->West
4099 From: Casey West <casey@geeknest.com>
4100 Date: Mon, 16 Apr 2001 12:11:22 -0400
4101 Message-ID: <20010416121122.B14554@stupid.geeknest.com>
4102 Branch: perl
4103 ! AUTHORS lib/Class/Struct.pm lib/Shell.pm lib/constant.pm
4104 ! pod/perltie.pod
4105____________________________________________________________________________
4106[ 9718] By: jhi on 2001/04/16 03:22:52
4107 Log: Update Changes.
4108 Branch: perl
4109 ! Changes patchlevel.h
4110____________________________________________________________________________
e49ff72b
JH
4111[ 9717] By: jhi on 2001/04/16 03:06:28
4112 Log: Regen toc.
4113 Branch: perl
4114 ! pod/perltoc.pod
4115____________________________________________________________________________
4116[ 9716] By: jhi on 2001/04/16 02:58:42
4117 Log: Subject: [PATCH: perl@9699] updates to apidoc in utf8.c
4118 From: Prymmer/Kahn <pvhp@best.com>
4119 Date: Sun, 15 Apr 2001 20:47:45 -0700 (PDT)
4120 Message-ID: <Pine.BSF.4.21.0104152037470.8946-100000@shell8.ba.best.com>
4121 Branch: perl
4122 ! utf8.c
4123____________________________________________________________________________
4124[ 9715] By: jhi on 2001/04/15 23:40:35
4125 Log: Subject: Re: Net::Ping patch, adds stream protocol
4126 From: bronson@rinspin.com (Scott Bronson)
4127 Date: Tue, 10 Apr 2001 23:58:33 -0700
4128 Message-ID: <20010410235833.N29719@rinspin.com>
4129 Branch: perl
4130 ! lib/Net/Ping.pm
4131____________________________________________________________________________
4132[ 9714] By: jhi on 2001/04/15 23:31:46
4133 Log: Printing out the ok messages helps successful testing.
4134 Branch: perl
4135 ! t/lib/time-hires.t
4136____________________________________________________________________________
4137[ 9713] By: jhi on 2001/04/15 21:43:24
4138 Log: Update Douglas Wegscheid's email.
4139 Branch: perl
4140 ! AUTHORS
4141____________________________________________________________________________
4142[ 9712] By: jhi on 2001/04/15 21:40:41
4143 Log: Subject: [PATCH t/lib/exporter.t lib/Exporter/Heavy.pm] Testing Exporter
4144 From: Michael G Schwern <schwern@pobox.com>
4145 Date: Sat, 14 Apr 2001 22:40:50 +0100
4146 Message-ID: <20010414224050.A1872@blackrider.blackstar.co.uk>
4147 Branch: perl
4148 + t/lib/exporter.t
4149 ! MANIFEST lib/Exporter/Heavy.pm
4150____________________________________________________________________________
4151[ 9711] By: jhi on 2001/04/15 21:39:21
4152 Log: Subject: [PATCH t/op/loopctl.t] Exit via last, part 1
4153 From: Michael G Schwern <schwern@pobox.com>
4154 Date: Sat, 14 Apr 2001 22:13:59 +0100
4155 Message-ID: <20010414221359.A413@blackrider.blackstar.co.uk>
4156 Branch: perl
4157 ! t/op/loopctl.t
4158____________________________________________________________________________
4159[ 9710] By: jhi on 2001/04/15 21:30:19
4160 Log: Subject: [PATCH t/pragma/warnings.t] Doesn't skip RCS files
4161 From: Michael G Schwern <schwern@pobox.com>
4162 Date: Sat, 14 Apr 2001 22:05:32 +0100
4163 Message-ID: <20010414220531.A30178@blackrider.blackstar.co.uk>
4164 Branch: perl
4165 ! t/pragma/warnings.t
4166____________________________________________________________________________
4167[ 9709] By: jhi on 2001/04/15 19:34:09
4168 Log: Integrate changes #9706,9707 from maintperl into mainline.
4169
4170 change#7210 broke .packlist generation
4171
4172 ExtUtils::Installed doesn't quote regex metacharacters in paths
4173 before using them in match; also make it work for dosish platforms
4174 Branch: perl
4175 !> lib/ExtUtils/Install.pm lib/ExtUtils/Installed.pm
4176____________________________________________________________________________
4177[ 9708] By: jhi on 2001/04/15 19:31:01
4178 Log: Test also the scalar aspect of getitimer().
4179 Branch: perl
4180 ! t/lib/time-hires.t
4181____________________________________________________________________________
4182[ 9707] By: gsar on 2001/04/15 17:24:20
4183 Log: ExtUtils::Installed doesn't quote regex metacharacters in paths
4184 before using them in match; also make it work for dosish platforms
4185 Branch: maint-5.6/perl
4186 ! lib/ExtUtils/Installed.pm
4187____________________________________________________________________________
4188[ 9706] By: gsar on 2001/04/15 17:21:59
4189 Log: change#7210 broke .packlist generation (listed only filename
4190 rather than fully qualified path name)
4191 Branch: maint-5.6/perl
4192 ! lib/ExtUtils/Install.pm
4193____________________________________________________________________________
4194[ 9705] By: jhi on 2001/04/15 12:36:33
4195 Log: Add interval timer (setitimer, getitimer) support to Time::HiRes.
4196 Branch: perl
4197 ! ext/Time/HiRes/HiRes.pm ext/Time/HiRes/HiRes.xs
4198 ! t/lib/time-hires.t
4199____________________________________________________________________________
4200[ 9704] By: jhi on 2001/04/15 10:49:08
4201 Log: Subject: [PATCH: perl@9622]update perlebcdic.pod with UTF tbl; tweak utf8.pm
4202 From: Prymmer/Kahn <pvhp@best.com>
4203 Date: Sat, 14 Apr 2001 21:36:24 -0700 (PDT)
4204 Message-ID: <Pine.BSF.4.21.0104142127580.27582-100000@shell8.ba.best.com>
4205 Branch: perl
4206 ! lib/utf8.pm pod/perlebcdic.pod
4207____________________________________________________________________________
4208[ 9703] By: jhi on 2001/04/15 02:26:26
4209 Log: I keep forgetting to sort MANIFEST.
4210 Branch: perl
4211 ! MANIFEST
4212____________________________________________________________________________
4213[ 9702] By: jhi on 2001/04/15 02:07:47
4214 Log: Add Scalar-List-Utils 1.02, from Graham Barr.
4215 Now we have blessed, reftype, tainted, first, reduce, ...
4216 Branch: perl
4217 + ext/List/Util/ChangeLog ext/List/Util/Makefile.PL
4218 + ext/List/Util/README ext/List/Util/Util.xs
4219 + ext/List/Util/lib/List/Util.pm
4220 + ext/List/Util/lib/Scalar/Util.pm t/lib/u-blessed.t
4221 + t/lib/u-dualvar.t t/lib/u-first.t t/lib/u-max.t
4222 + t/lib/u-maxstr.t t/lib/u-min.t t/lib/u-minstr.t
4223 + t/lib/u-readonly.t t/lib/u-reduce.t t/lib/u-reftype.t
4224 + t/lib/u-sum.t t/lib/u-tainted.t t/lib/u-weak.t
4225 ! MANIFEST
4226____________________________________________________________________________
4227[ 9701] By: jhi on 2001/04/14 15:05:25
4228 Log: Subject: RE: dprofpp.pl updates
4229 From: Carl Eklof <CEklof@endeca.com>
4230 Date: Thu, 12 Apr 2001 18:45:46 -0400
4231 Message-ID: <D99914D9109BD411823800508BD957180E1269@exch01.ops.endeca.com>
4232 Branch: perl
4233 ! utils/dprofpp.PL
4234____________________________________________________________________________
4235[ 9700] By: jhi on 2001/04/14 14:44:55
4236 Log: Do not just blindly add CR.
4237 Branch: perl
4238 ! Porting/makerel
4239____________________________________________________________________________
4240[ 9699] By: jhi on 2001/04/13 13:17:01
4241 Log: Update Changes.
4242 Branch: perl
4243 ! Changes patchlevel.h
4244____________________________________________________________________________
16dfaf47
JH
4245[ 9698] By: jhi on 2001/04/13 12:44:48
4246 Log: Integrate perlio.
4247 Branch: perl
4248 !> ext/PerlIO/Scalar/Scalar.xs
4249____________________________________________________________________________
4250[ 9697] By: jhi on 2001/04/13 12:29:15
4251 Log: Add more debug output to the test.
4252 Branch: perl
4253 ! t/lib/cwd.t
4254____________________________________________________________________________
4255[ 9696] By: nick on 2001/04/13 10:14:29
4256 Log: Fix core dump on binmode($fh,'Scalar')
4257 Branch: perlio
4258 ! ext/PerlIO/Scalar/Scalar.xs
4259____________________________________________________________________________
4260[ 9695] By: nick on 2001/04/13 09:05:42
4261 Log: Integrate mainline
4262 Branch: perlio
4263 +> ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
4264 +> ext/Time/HiRes/HiRes.xs ext/Time/HiRes/Makefile.PL
4265 +> t/lib/time-hires.t
4266 !> AUTHORS MANIFEST Makefile.SH Todo-5.6 configure.com
4267 !> ext/Digest/MD5/MD5.xs ext/File/Glob/Glob.pm
4268 !> ext/File/Glob/Glob.xs ext/File/Glob/bsd_glob.c
4269 !> ext/File/Glob/bsd_glob.h ext/MIME/Base64/Base64.xs
4270 !> hints/uts.sh hints/vmesa.sh lib/Devel/SelfStubber.pm opcode.pl
4271 !> pod/perlfaq5.pod pp.c regexec.c t/comp/proto.t
4272 !> t/lib/md5-file.t t/op/pat.t win32/Makefile win32/makefile.mk
4273____________________________________________________________________________
4274[ 9694] By: jhi on 2001/04/12 22:23:35
4275 Log: Integrate change #9693 from maintperl into mainline.
4276
4277 $VERSION and Version() on the same line provokes a warning from
4278 CPAN.pm (from Jonathan Leffler <jleffler@informix.com>)
4279 Branch: perl
4280 !> lib/Devel/SelfStubber.pm
4281____________________________________________________________________________
4282[ 9693] By: gsar on 2001/04/12 21:55:56
4283 Log: $VERSION and Version() on the same line provokes a warning from
4284 CPAN.pm (from Jonathan Leffler <jleffler@informix.com>)
4285 Branch: maint-5.6/perl
4286 ! lib/Devel/SelfStubber.pm
4287____________________________________________________________________________
4288[ 9692] By: jhi on 2001/04/12 13:54:00
4289 Log: This is at least 5.005.
4290 Branch: perl
4291 ! ext/Time/HiRes/HiRes.xs
4292____________________________________________________________________________
4293[ 9691] By: jhi on 2001/04/12 13:37:20
4294 Log: Non-UNIX platforms extensions update. (Well, UTS is UNIX.)
4295 Branch: perl
4296 ! Makefile.SH configure.com hints/uts.sh hints/vmesa.sh
4297 ! win32/Makefile win32/makefile.mk
4298____________________________________________________________________________
4299[ 9690] By: jhi on 2001/04/12 01:34:46
4300 Log: Integrate Time::Hires 1.20 from Douglas E. Wegscheid.
4301 Branch: perl
4302 + ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
4303 + ext/Time/HiRes/HiRes.xs ext/Time/HiRes/Makefile.PL
4304 + t/lib/time-hires.t
4305 ! MANIFEST
4306____________________________________________________________________________
4307[ 9689] By: jhi on 2001/04/12 00:28:39
4308 Log: Subject: [PATCH] Digest::MD5 on UTF8 strings
4309 From: Gisle Aas <gisle@ActiveState.com>
4310 Date: 11 Apr 2001 16:36:11 -0700
4311 Message-ID: <lrlmp7102c.fsf@caliper.ActiveState.com>
4312 Branch: perl
4313 ! ext/Digest/MD5/MD5.xs t/lib/md5-file.t
4314____________________________________________________________________________
4315[ 9688] By: jhi on 2001/04/12 00:27:39
4316 Log: Subject: Re: [PATCH] [ID 20010410.001] Not OK: perl v5.7.1 on i386-freebsd 4.3-rc (UNINSTALLED)
4317 From: Gisle Aas <gisle@ActiveState.com>
4318 Date: 11 Apr 2001 11:13:24 -0700
4319 Message-ID: <lrbsq371a3.fsf@caliper.ActiveState.com>
4320 Branch: perl
4321 ! ext/MIME/Base64/Base64.xs
4322____________________________________________________________________________
4323[ 9687] By: jhi on 2001/04/11 19:51:47
4324 Log: Slight update on the Todo list. (Should integrate to Todo?)
4325 Branch: perl
4326 ! Todo-5.6
4327____________________________________________________________________________
4328[ 9686] By: jhi on 2001/04/11 16:54:25
4329 Log: Subject: [PATCH opcode.pl] Documentation of table format
4330 From: Simon Cozens <simon@netthink.co.uk>
4331 Date: Wed, 11 Apr 2001 12:59:31 +0100
4332 Message-ID: <20010411125931.A25681@netthink.co.uk>
4333 Branch: perl
4334 ! opcode.pl
4335____________________________________________________________________________
4336[ 9685] By: jhi on 2001/04/11 16:53:15
4337 Log: Subject: [PATCH] prototype("CORE::recv")
4338 From: Simon Cozens <simon@netthink.co.uk>
4339 Date: Wed, 11 Apr 2001 13:24:35 +0100
4340 Message-ID: <20010411132435.A26169@netthink.co.uk>
4341 Branch: perl
4342 ! pp.c t/comp/proto.t
4343____________________________________________________________________________
4344[ 9684] By: jhi on 2001/04/11 16:47:13
4345 Log: FAQ (and AUTHORS) update from Dan Carson: the information
4346 was several years obsolete, Term::Readkey has been updated
4347 to have the functionality.
4348 Branch: perl
4349 ! AUTHORS pod/perlfaq5.pod
4350____________________________________________________________________________
4351[ 9683] By: jhi on 2001/04/11 12:15:46
4352 Log: Subject: Re: [PATCH] [ID 20010410.001] Not OK: perl v5.7.1 on i386-freebsd 4.3-rc (UNINSTALLED)
4353 From: Calle Dybedahl <calle@lysator.liu.se>
4354 Date: 10 Apr 2001 16:44:16 +0200