This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Making vmsish.pm a no-op on non-VMS
[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--------------
585d6f80 31Version v5.7.2 Development release working toward v5.8
99b32ad1 32--------------
365eb269 33____________________________________________________________________________
062fc4b4
JH
34[ 12958] By: jhi on 2001/11/12 16:33:01
35 Log: Subject: [Patch Perl@12856] MULTIPLICITY on VMS
36 From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
37 Date: Mon, 12 Nov 2001 12:35:18 EST
38 Message-Id: <011112123409.27041@DUPHY4.Physics.Drexel.Edu>
39 Branch: perl
40 ! ext/Cwd/Cwd.xs perlio.c vms/ext/Stdio/Stdio.xs
41 ! vms/gen_shrfls.pl vms/sockadapt.c vms/vms.c
42____________________________________________________________________________
43[ 12957] By: jhi on 2001/11/12 15:26:37
44 Log: Subject: [PATCH File::Spec::Win32::abs2rel] remove volume from result
45 From: Barrie Slaymaker <barries@slaysys.com>
46 Date: Mon, 12 Nov 2001 11:19:52 -0500
47 Message-ID: <20011112111948.C7626@sizzle.whoville.com>
48 Branch: perl
49 ! lib/File/Spec.t lib/File/Spec/Win32.pm
50____________________________________________________________________________
51[ 12956] By: jhi on 2001/11/12 15:23:48
52 Log: Subject: [PATCH Benchmark.pm] Add "none" style to cmpthese(), alter result
53 From: Barrie Slaymaker <barries@slaysys.com>
54 Date: Mon, 12 Nov 2001 11:07:36 -0500
55 Message-ID: <20011112110733.B7626@sizzle.whoville.com>
56 Branch: perl
57 ! lib/Benchmark.pm
58____________________________________________________________________________
59[ 12955] By: jhi on 2001/11/12 15:22:23
60 Log: Misplaced test, noticed by Barrie Slaymaker.
61 (We are missing Benchmark tests, then.)
62 Branch: perl
63 + ext/Devel/DProf/DProf.t
64 - lib/Benchmark.t
65 ! MANIFEST
66____________________________________________________________________________
67[ 12954] By: jhi on 2001/11/12 14:50:44
68 Log: Subject: [PATCH] a few typo fixes
69 From: Jeffrey Friedl <jfriedl@yahoo.com>
70 Date: Sun, 11 Nov 2001 21:15:18 -0800 (PST)
71 Message-Id: <200111120515.fAC5FIc74795@ventrue.corp.yahoo.com>
72
73 Patching README.foo instead of pod/perlfoo.pod,
74 not patching Math::BigInt (Tels will take care of that),
75 dropping broken hv.c and sv.h patches, patching libnetcfg.PL
76 and perldoc.PL instead of libnetcfg and perldoc, patching
77 ext/Digest/MD5/t/files.t since MD5.pm was changed.
78 Branch: perl
79 ! (edit 109 files)
80____________________________________________________________________________
81[ 12953] By: jhi on 2001/11/12 13:11:55
82 Log: Add a note about the dangers of bad UTF-8.
83 Branch: perl
84 ! pod/perlunicode.pod
85____________________________________________________________________________
86[ 12952] By: jhi on 2001/11/12 12:54:52
87 Log: NetWare Nit from Ananth Kesari.
88 Branch: perl
89 ! NetWare/config.wc
90____________________________________________________________________________
91[ 12951] By: jhi on 2001/11/12 12:32:13
92 Log: Ooops. I was "fixing" the wrong routine in #12947 and #12950.
93 Branch: perl
94 ! ext/Encode/Encode.pm
95____________________________________________________________________________
96[ 12950] By: jhi on 2001/11/12 12:14:53
97 Log: (retracted by #12951)
98 Branch: perl
99 ! ext/Encode/Encode.pm
100____________________________________________________________________________
101[ 12949] By: ams on 2001/11/12 06:40:18
102 Log: Subject: [PATCH] Re: [ID 20011111.105] qr/$ARGV[0]/ not tainted
103 From: Robert Spier <rspier@pobox.com>
104 Date: Sun, 11 Nov 2001 18:50:18 -0800
105 Message-Id: <15343.14570.121505.233336@rls.cx>
106
107 Subject: Re: [PATCH] Re: [ID 20011111.105] qr/$ARGV[0]/ not tainted
108 From: Rick Delaney <rick.delaney@home.com>
109 Date: 12 Nov 2001 00:15:52 -0500
110 Message-Id: <m3wv0wmuwn.fsf@cs839290-a.mtth1.on.wave.home.com>
111 Branch: perl
112 ! pp_hot.c t/op/taint.t
113____________________________________________________________________________
114[ 12948] By: jhi on 2001/11/12 01:23:58
115 Log: It seems that we actually have this detail implemented
116 as for as Level 1 Support of Unicode regex support is
117 concerned: at Level 1 only 1:1 support for loose
118 (aka caseless, aka caseigoring ) matching is required.
119 Branch: perl
120 ! pod/perlunicode.pod
121____________________________________________________________________________
122[ 12947] By: jhi on 2001/11/11 21:41:44
123 Log: (retracted by #12951)
124 Branch: perl
125 ! ext/Encode/Encode.pm
126____________________________________________________________________________
127[ 12946] By: jhi on 2001/11/11 21:09:31
128 Log: BOM, bom, Bom.
129 Branch: perl
130 ! pod/perlunicode.pod
131____________________________________________________________________________
132[ 12945] By: jhi on 2001/11/11 21:07:18
133 Log: Upgrade to Math::BigInt 1.46.
134 Branch: perl
135 ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
136 ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bigfltpm.inc
137 ! lib/Math/BigInt/t/bigfltpm.t lib/Math/BigInt/t/bigintc.t
138 ! lib/Math/BigInt/t/calling.t lib/Math/BigInt/t/mbimbf.t
139 ! lib/Math/BigInt/t/sub_mbf.t lib/Math/BigInt/t/sub_mbi.t
140____________________________________________________________________________
141[ 12944] By: jhi on 2001/11/11 18:52:22
142 Log: Subject: Re: PERFORCE change 12943 for review
143 From: "Philip Newton" <Philip.Newton@gmx.net>
144 Date: Sun, 11 Nov 2001 20:53:36 +0100
145 Message-ID: <20011111.204950@ID-11583.news.dfncis.de>
146 Branch: perl
147 ! pod/perlunicode.pod
148____________________________________________________________________________
149[ 12943] By: jhi on 2001/11/11 18:00:03
150 Log: Doc updates; make the Unicode discussions a little
151 bit less alarming, and add information about encodings,
152 surrogates, and BOMs.
153 Branch: perl
154 ! pod/perlunicode.pod
155____________________________________________________________________________
156[ 12942] By: ams on 2001/11/11 16:45:00
157 Log: Subject: [PATCH @12917] Unicode::Collate v0.09
158 From: =?ISO-2022-JP?B?GyRCRGdXIkNOOVQbKEI=?= <bqw10602@nifty.com>
159 Date: Mon, 12 Nov 2001 00:22:57 +0900
160 Message-Id: <20011112002232.BD46.BQW10602@nifty.com>
161 Branch: perl
162 ! lib/Unicode/Collate.pm lib/Unicode/Collate/Changes
163 ! lib/Unicode/Collate/README lib/Unicode/Collate/t/test.t
164____________________________________________________________________________
165[ 12941] By: ams on 2001/11/11 13:01:40
166 Log: Subject: Re: PERFORCE change 12929 for review
167 From: "Philip Newton" <Philip.Newton@gmx.net>
168 Date: Sun, 11 Nov 2001 14:27:44 +0100
169 Message-Id: <20011111.142505@ID-11583.news.dfncis.de>
170 Branch: perl
171 ! MANIFEST
172____________________________________________________________________________
173[ 12940] By: ams on 2001/11/11 05:06:43
174 Log: Subject: [PATCH t/op/chdir.t] %ENV protection
175 From: Michael G Schwern <schwern@pobox.com>
176 Date: Thu, 8 Nov 2001 22:56:45 -0500
177 Message-Id: <20011108225645.H5587@blackrider>
178 Branch: perl
179 ! t/op/chdir.t
180____________________________________________________________________________
181[ 12939] By: ams on 2001/11/11 05:01:00
182 Log: Subject: [PATCH ext/Cwd/t/cwd.t] VMS fixage and cleanup
183 From: Michael G Schwern <schwern@pobox.com>
184 Date: Sun, 11 Nov 2001 00:54:43 -0500
185 Message-Id: <20011111005443.A24450@blackrider>
186 Branch: perl
187 ! ext/Cwd/t/cwd.t
188____________________________________________________________________________
189[ 12938] By: ams on 2001/11/11 03:25:13
190 Log: Subject: [PATCH lib/File/stat.pm lib/File/stat.t]
191 (was Re: [ID 20011110.104] File::stat vs. $! conflict)
192 From: "chromatic" <chromatic@rmci.net>
193 Date: Sat, 10 Nov 2001 21:03:20 -0700
194 Message-Id: <20011111041025.12984.qmail@onion.perl.org>
195 Branch: perl
196 ! lib/File/stat.pm lib/File/stat.t
197____________________________________________________________________________
198[ 12937] By: ams on 2001/11/11 02:05:23
199 Log: Subject: Re: [PATCH] resurrect t/op/magic.t on VMS
200 From: "Craig A. Berry" <craigberry@mac.com>
201 Date: Sat, 10 Nov 2001 17:23:52 -0600
202 Message-Id: <5.1.0.14.2.20011110171532.028bcaa8@mail.mac.com>
203 Branch: perl
204 ! t/op/magic.t
205____________________________________________________________________________
206[ 12936] By: jhi on 2001/11/10 18:55:21
207 Log: Bah. %X doesn't mean 0xC1, it means 0XC1. So let's %x.
208 Branch: perl
209 ! lib/open.pm lib/open.t
210____________________________________________________________________________
211[ 12935] By: jhi on 2001/11/10 17:47:21
212 Log: The Official name of ASCII.
213 Branch: perl
214 ! ext/Encode/Encode.pm
215____________________________________________________________________________
216[ 12934] By: jhi on 2001/11/10 17:44:27
217 Log: The KOI8-R example wasn't quite right.
218 Branch: perl
219 ! lib/open.pm lib/open.t
220____________________________________________________________________________
221[ 12933] By: jhi on 2001/11/10 17:30:52
222 Log: Enhance the open pragma to support :utf8, :locale,
223 and :encoding directly as special cases, and rename
224 the INOUT to IO.
225 Branch: perl
226 ! ext/Encode/Encode.pm lib/open.pm lib/open.t perlio.c
227____________________________________________________________________________
228[ 12932] By: jhi on 2001/11/10 15:15:29
229 Log: Document the UTF-16 surrogate encoding and decoding.
230 Branch: perl
231 ! ext/Encode/Encode.pm
232____________________________________________________________________________
233[ 12931] By: jhi on 2001/11/10 15:05:56
234 Log: A potential recursion breaker.
235 Branch: perl
236 ! sv.c
237____________________________________________________________________________
238[ 12930] By: ams on 2001/11/10 07:46:53
239 Log: Subject: [PATCH] Add core switch to CGI.pm distribution tests
240 (was Re: perl@12892)
241 From: "chromatic" <chromatic@rmci.net>
242 Date: Sat, 10 Nov 2001 01:28:09 -0700
243 Message-Id: <20011110083514.86488.qmail@onion.perl.org>
244 Branch: perl
245 ! lib/CGI/t/apache.t lib/CGI/t/carp.t lib/CGI/t/cookie.t
246 ! lib/CGI/t/fast.t lib/CGI/t/form.t lib/CGI/t/function.t
247 ! lib/CGI/t/html.t lib/CGI/t/pretty.t lib/CGI/t/push.t
248 ! lib/CGI/t/request.t lib/CGI/t/switch.t lib/CGI/t/util.t
249____________________________________________________________________________
250[ 12929] By: jhi on 2001/11/10 06:38:07
251 Log: Add a test for the bytes pragma.
252 Branch: perl
253 + lib/bytes.t
254 ! MANIFEST
255____________________________________________________________________________
256[ 12928] By: jhi on 2001/11/10 06:10:39
257 Log: Doc update.
258 Branch: perl
259 ! lib/bytes.pm
260____________________________________________________________________________
261[ 12927] By: jhi on 2001/11/10 04:19:44
262 Log: Cease to exist.
263 Branch: perl
264 - lib/Unicode/Normalize.pm
265____________________________________________________________________________
266[ 12926] By: ams on 2001/11/10 03:23:16
267 Log: Subject: [patch] my_setenv speedup + fixes
268 From: Doug MacEachern <dougm@covalent.net>
269 Date: Fri, 9 Nov 2001 18:13:18 -0800 (PST)
270 Message-Id: <Pine.LNX.4.21.0111091808500.22397-100000@localhost>
271 Branch: perl
272 ! util.c
273____________________________________________________________________________
274[ 12925] By: jhi on 2001/11/10 01:55:13
275 Log: Newline trouble.
276 Branch: perl
277 ! lib/ExtUtils/Embed.t
278____________________________________________________________________________
279[ 12924] By: jhi on 2001/11/10 01:42:29
280 Log: Subject: [PATCH perl@12917] vms/munchconfig.c line length fix
281 From: "Craig A. Berry" <craigberry@mac.com>
282 Date: Fri, 09 Nov 2001 18:13:16 -0600
283 Message-Id: <5.1.0.14.2.20011109180651.02b31d20@exchi01>
284 Branch: perl
285 ! vms/munchconfig.c
286____________________________________________________________________________
287[ 12923] By: jhi on 2001/11/10 01:39:01
288 Log: Subject: [PATCH] new tests for swiches -n -p -a -F
289 From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
290 Date: Sat, 10 Nov 2001 00:10:45 +0100
291 Message-ID: <20011110001045.A11945@rafael>
292 Branch: perl
293 + t/run/noswitch.t t/run/switchF.t t/run/switcha.t
294 + t/run/switchn.t t/run/switchp.t
295 ! MANIFEST
296____________________________________________________________________________
297[ 12922] By: jhi on 2001/11/10 01:34:51
298 Log: Subject: [PATCH] some tests not cleaning up properly
299 From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
300 Date: Fri, 9 Nov 2001 22:13:10 +0100
301 Message-ID: <20011109221310.A11115@rafael>
302 Branch: perl
303 ! ext/Cwd/t/cwd.t t/io/argv.t
304____________________________________________________________________________
305[ 12921] By: jhi on 2001/11/10 01:32:52
306 Log: Subject: [Patch Perl@12892] a *real* Embed test for VMS
307 From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
308 Date: Fri, 9 Nov 2001 15:07:19 EST
309 Message-Id: <011109150622.16fb0@DUPHY4.Physics.Drexel.Edu>
310 Branch: perl
311 ! lib/ExtUtils/Embed.t
312____________________________________________________________________________
313[ 12920] By: dougm on 2001/11/10 00:34:50
314 Log: when PERL_USE_SAFE_PUTENV is defined environ will not
315 have been copied so it shouldn't be freed in perl_destruct()
316 Branch: perl
317 ! perl.c
318____________________________________________________________________________
319[ 12919] By: ams on 2001/11/09 15:36:22
320 Log: Subject: [PATCH ext/Cwd/t/cwd.t] Cwd test not cleaning up after itself
321 From: Michael G Schwern <schwern@pobox.com>
322 Date: Fri, 9 Nov 2001 00:38:59 -0500
323 Message-Id: <20011109003859.K5587@blackrider>
324 (Applied with directory name changes suggested by Craig Berry.)
325 Branch: perl
326 ! ext/Cwd/t/cwd.t
327____________________________________________________________________________
328[ 12918] By: ams on 2001/11/09 15:29:15
329 Log: Subject: [PATCH vms/ext/filespec.t] Cleanup & fix of unsafe filename
330 From: Michael G Schwern <schwern@pobox.com>
331 Date: Fri, 9 Nov 2001 01:44:14 -0500
332 Message-Id: <20011109014414.N5587@blackrider>
333 Branch: perl
334 ! vms/ext/filespec.t
335____________________________________________________________________________
336[ 12917] By: jhi on 2001/11/09 14:39:14
337 Log: Update Changes.
338 Branch: perl
339 ! Changes patchlevel.h
340____________________________________________________________________________
9a01a3a1
JH
341[ 12916] By: jhi on 2001/11/09 14:33:39
342 Log: Regen toc.
343 Branch: perl
344 ! pod/perltoc.pod
345____________________________________________________________________________
346[ 12915] By: jhi on 2001/11/09 14:08:30
347 Log: JPL sync: CVSROOT=:pserver:anoncvs@as220.org:/home/cvsroot,
348 see http://www.jepstone.net/bjepson//jpl/cvs.html
349 Branch: perl
350 ! jpl/JNI/JNI.xs jpl/JNI/Makefile.PL
351____________________________________________________________________________
352[ 12914] By: ams on 2001/11/09 14:05:12
353 Log: Subject: [PATCH vms/test.com] VMS test.com running in wrong order?
354 From: Michael G Schwern <schwern@pobox.com>
355 Date: Thu, 8 Nov 2001 22:05:49 -0500
356 Message-Id: <20011108220549.F5587@blackrider>
357 Branch: perl
358 ! vms/test.com
359____________________________________________________________________________
360[ 12913] By: jhi on 2001/11/09 13:54:23
361 Log: NetWare update from Ananth Kesari.
362 Branch: perl
363 ! NetWare/Makefile NetWare/config_H.wc NetWare/nwstdio.h
364____________________________________________________________________________
365[ 12912] By: ams on 2001/11/09 13:40:26
366 Log: Subject: [PATCH ID 20011109.100] #!perl -F...
367 From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
368 Date: Fri, 9 Nov 2001 14:32:28 +0100
369 Message-Id: <20011109143228.A18996@rafael>
370 Branch: perl
371 ! perl.c
372____________________________________________________________________________
373[ 12911] By: jhi on 2001/11/09 13:37:01
374 Log: FAQ sync.
375 Branch: perl
376 ! pod/perlfaq1.pod pod/perlfaq2.pod pod/perlfaq3.pod
377 ! pod/perlfaq4.pod pod/perlfaq5.pod pod/perlfaq6.pod
378 ! pod/perlfaq7.pod pod/perlfaq8.pod pod/perlfaq9.pod
379____________________________________________________________________________
380[ 12910] By: ams on 2001/11/09 07:33:49
381 Log: Subject: [PATCH lib/File/Find/t/find.t] Helpful File::Find debugging code
382 From: Michael G Schwern <schwern@pobox.com>
383 Date: Fri, 9 Nov 2001 00:41:56 -0500
384 Message-Id: <20011109004156.L5587@blackrider>
385 Branch: perl
386 ! lib/File/Find/t/find.t
387____________________________________________________________________________
388[ 12909] By: jhi on 2001/11/09 00:23:40
389 Log: Upgrade to Unicode::Normalize 0.10, now in XS.
390 The CPAN distribution has both pm and XS implementations,
391 and for performance reasons we choose the XS.
392 Another reason to choose the XS is that it doesn't
393 require Lingua::KO::Hangul::Util, which means that
394 we can delete that-- which in turn means that Unicode::UCD
395 cannot expect that: support it, but don't expect.
396 Ditto Unicode::Collate.
397
398 Note that Unicode::Normalize Makefile.PL and
399 Normalize.xs have been modified from the CPAN 0.10
400 versions: the first one to be simpler (no pm) and
401 clean up the generated unf*.h files, the second one
402 to quench compiler grumblings. Must notify Sadahiro
403 about these changes.
404 Branch: perl
405 + ext/Unicode/Normalize/Changes
406 + ext/Unicode/Normalize/Makefile.PL
407 + ext/Unicode/Normalize/Normalize.pm
408 + ext/Unicode/Normalize/Normalize.pod
409 + ext/Unicode/Normalize/Normalize.xs
410 + ext/Unicode/Normalize/README ext/Unicode/Normalize/mkheader
411 + ext/Unicode/Normalize/t/func.t ext/Unicode/Normalize/t/norm.t
412 + ext/Unicode/Normalize/t/test.t
413 - lib/Lingua/KO/Hangul/Util.pm lib/Lingua/KO/Hangul/Util/Changes
414 - lib/Lingua/KO/Hangul/Util/README
415 - lib/Lingua/KO/Hangul/Util/t/test.t
416 - lib/Unicode/Normalize/Changes lib/Unicode/Normalize/README
417 - lib/Unicode/Normalize/t/norm.t lib/Unicode/Normalize/t/test.t
418 ! MANIFEST NetWare/Makefile djgpp/config.over epoc/config.sh
419 ! hints/uwin.sh hints/vmesa.sh lib/Unicode/Collate.pm
420 ! lib/Unicode/UCD.pm lib/Unicode/UCD.t win32/Makefile
421 ! win32/makefile.mk
422____________________________________________________________________________
423[ 12908] By: jhi on 2001/11/08 23:49:42
424 Log: Test miscounting.
425 Branch: perl
426 ! ext/POSIX/t/posix.t
427____________________________________________________________________________
428[ 12907] By: jhi on 2001/11/08 22:06:31
429 Log: Quote the variables in failures messages more nicely.
430 Branch: perl
431 ! t/test.pl
432____________________________________________________________________________
433[ 12906] By: jhi on 2001/11/08 21:55:32
434 Log: Subject: [PATCH t/test.pl ext/POSIX/t/posix.t vms/test.com] POSIX cleanup
435 From: Michael G Schwern <schwern@pobox.com>
436 Date: Thu, 8 Nov 2001 17:24:49 -0500
437 Message-ID: <20011108172449.A5587@blackrider>
438
439 Subject: Re: [PATCH t/test.pl ext/POSIX/t/posix.t vms/test.com] POSIX cleanup
440 From: "Craig A. Berry" <craigberry@mac.com>
441 Date: Thu, 8 Nov 2001 16:35:00 -0600
442 Message-Id: <a05101000b810b89c5c5a@[172.16.52.1]>
443 Branch: perl
444 ! ext/POSIX/t/posix.t t/test.pl vms/test.com
445____________________________________________________________________________
446[ 12905] By: jhi on 2001/11/08 21:51:51
447 Log: Subject: [PATCH] RE: Win2k / Cygwin-1.3.3
448 From: "Paul Marquess" <Paul_Marquess@yahoo.co.uk>
449 Date: Thu, 8 Nov 2001 22:52:50 -0000
450 Message-ID: <AIEAJICLCBDNAAOLLOKLKEHNDEAA.Paul_Marquess@Yahoo.co.uk>
451 Branch: perl
452 ! ext/DB_File/t/db-recno.t
453____________________________________________________________________________
454[ 12904] By: jhi on 2001/11/08 21:49:20
455 Log: Unicode::UCD is not yet supported in EBCDIC platforms.
456 (Probably not an EBCDIC issue the way one would think
457 since no chr() et alia are used in UCD.pm.)
458 Branch: perl
459 ! lib/Unicode/UCD.pm lib/Unicode/UCD.t
460____________________________________________________________________________
461[ 12903] By: jhi on 2001/11/08 15:16:49
462 Log: Whether overwriting the $self->{...} values (see #12902)
463 is a good policy or not is debatable, but let's at least
464 be consistent.
465 Branch: perl
466 ! lib/ExtUtils/MM_Unix.pm
467____________________________________________________________________________
468[ 12902] By: jhi on 2001/11/08 15:13:15
469 Log: The MakeMaker argument () quoting patch that sneaked
470 in at #12883 didn't handle make macros like this $(...).
471 Leaning toothpicks, we've got them.
472 Branch: perl
473 ! lib/ExtUtils/MM_Unix.pm
474____________________________________________________________________________
475[ 12901] By: jhi on 2001/11/08 14:28:38
476 Log: Subject: Re: [PATCH t/io/argv.t vms/test.com t/test.pl] argv.t cleanup & fixes for VMS
477 From: Michael G Schwern <schwern@pobox.com>
478 Date: Wed, 7 Nov 2001 02:02:29 -0500
479 Message-ID: <20011107020229.K2858@blackrider>
480 Branch: perl
481 ! t/io/argv.t t/test.pl vms/test.com
482____________________________________________________________________________
483[ 12900] By: jhi on 2001/11/08 14:14:40
484 Log: Subject: [PATCH 20011106.084] -s on #! line
485 From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
486 Date: Wed, 7 Nov 2001 22:23:39 +0100
487 Message-ID: <20011107222339.E729@rafael>
488 Branch: perl
489 ! embed.h embed.pl perl.c proto.h toke.c
490____________________________________________________________________________
491[ 12899] By: jhi on 2001/11/08 13:46:02
492 Log: Subject: [REPATCH] Re: [PATCH pod/perlhack.pod] When to use what test libraries
493 From: Michael G Schwern <schwern@pobox.com>
494 Date: Wed, 7 Nov 2001 16:52:49 -0500
495 Message-ID: <20011107165249.I7346@blackrider>
496 Branch: perl
497 ! pod/perlhack.pod
498____________________________________________________________________________
499[ 12898] By: ams on 2001/11/08 13:02:19
500 Log: Subject: Re: replace http://www.perl.com/CPAN/ with http://www.cpan.org/
501 From: Mark-Jason Dominus <mjd@plover.com>
502 Date: Thu, 08 Nov 2001 08:59:02 -0500
503 Message-Id: <20011108135902.2275.qmail@plover.com>
504 Branch: perl
505 ! INSTALL README README.amiga README.os2 README.vms
506 ! lib/I18N/LangTags.pm lib/I18N/LangTags/README
507 ! lib/Locale/Maketext/README win32/Makefile win32/makefile.mk
508____________________________________________________________________________
509[ 12897] By: ams on 2001/11/08 12:49:28
510 Log: Subject: replace http://www.perl.com/CPAN/ with http://www.cpan.org/
511 From: mjd@plover.com
512 Date: 8 Nov 2001 13:33:18 -0000
513 Message-Id: <20011108133318.1786.qmail@plover.com>
514 Branch: perl
515 ! Porting/pumpkin.pod lib/Net/libnetFAQ.pod pod/perldiag.pod
516 ! pod/perlfaq1.pod pod/perlfaq2.pod pod/perlfaq3.pod
517 ! pod/perlfaq4.pod pod/perlfaq5.pod pod/perlfaq6.pod
518 ! pod/perlfaq8.pod pod/perlfaq9.pod pod/perlmodinstall.pod
519 ! pod/perlport.pod pod/perlvar.pod
520____________________________________________________________________________
521[ 12896] By: ams on 2001/11/08 11:22:12
522 Log: open(FH, $file) should strip leading and trailing whitespace.
523 Branch: perl
524 ! doio.c
525____________________________________________________________________________
526[ 12895] By: ams on 2001/11/08 10:17:14
527 Log: Subject: [PATCH] resurrect t/op/glob.t on VMS
528 From: "Craig A. Berry" <craigberry@mac.com>
529 Date: Wed, 07 Nov 2001 13:41:50 -0600
530 Message-Id: <5.1.0.14.2.20011107133422.02419350@exchi01>
531 Branch: perl
532 ! t/op/glob.t
533____________________________________________________________________________
534[ 12894] By: ams on 2001/11/08 08:32:20
535 Log: Subject: [ID 20011108.092] makedepend bug with new gcc
536 From: Alexander Klimov <ask@wisdom.weizmann.ac.il>
537 Date: Thu, 8 Nov 2001 10:00:29 +0200 (IST)
538 Message-Id: <Pine.GSO.4.40.0111080952570.12110-100000@dardar.wisdom.weizmann.ac.il>
539 Branch: perl
540 ! makedepend.SH
541____________________________________________________________________________
542[ 12893] By: ams on 2001/11/08 08:26:31
543 Log: Subject: bleadperl perldebug.pod: mention perldebtut.pod
544 From: mjd@plover.com
545 Date: 8 Nov 2001 08:08:07 -0000
546 Message-Id: <20011108080807.30147.qmail@plover.com>
547
548 Subject: bleadperl perl.pod
549 From: mjd@plover.com
550 Date: 8 Nov 2001 08:10:47 -0000
551 Message-Id: <20011108081047.30178.qmail@plover.com>
552
553 Subject: more bleadperl perl.pod
554 From: mjd@plover.com
555 Date: 8 Nov 2001 08:16:28 -0000
556 Message-Id: <20011108081628.30229.qmail@plover.com>
557 Branch: perl
558 ! pod/perl.pod pod/perldebug.pod
559____________________________________________________________________________
560[ 12892] By: jhi on 2001/11/07 16:01:37
561 Log: Tweak for Cray-friendliness from Nicholas Clark.
562 Branch: perl
563 ! sv.c
564____________________________________________________________________________
565[ 12891] By: jhi on 2001/11/07 15:54:24
566 Log: VMS patch redo from Charles Lane.
567 Branch: perl
568 ! vms/gen_shrfls.pl
569____________________________________________________________________________
570[ 12890] By: ams on 2001/11/07 15:16:10
571 Log: Subject: [ID 20011107.088] two perl pod nits
572 From: lvirden@cas.org
573 Date: Wed, 7 Nov 2001 11:09:34 -0500 (EST)
574 Message-Id: <200111071609.fA7G9YW24607@lwv26awu.cas.org>
575 Branch: perl
576 ! pod/perl.pod pod/perlfaq3.pod
577____________________________________________________________________________
578[ 12889] By: jhi on 2001/11/07 15:07:18
579 Log: Update Changes.
580 Branch: perl
581 ! Changes patchlevel.h
582____________________________________________________________________________
039dc8d1
JH
583[ 12888] By: jhi on 2001/11/07 14:26:42
584 Log: The (emulated) "no utf8" must be in a BEGIN block
585 to be effective.
586 Branch: perl
587 ! lib/CGI/t/html.t
588____________________________________________________________________________
589[ 12887] By: jhi on 2001/11/07 13:52:58
590 Log: "v-strings" is the right term.
591 Branch: perl
592 ! pod/perltodo.pod
593____________________________________________________________________________
594[ 12886] By: jhi on 2001/11/07 13:48:36
595 Log: Add vstrings-as-objects need to perltodo.
596 Branch: perl
597 ! pod/perltodo.pod
598____________________________________________________________________________
599[ 12885] By: jhi on 2001/11/07 13:43:33
600 Log: Subject: Re: SunOS 5.8 is FUN! (and not quite ok, either) - @12876, gcc and suncc
601 From: Nicholas Clark <nick@ccl4.org>
602 Date: Wed, 7 Nov 2001 14:36:32 +0000
603 Message-ID: <20011107143631.I24980@plum.flirble.org>
604 Branch: perl
605 ! t/op/pack.t
606____________________________________________________________________________
607[ 12884] By: jhi on 2001/11/07 13:34:44
608 Log: The Embed test requires a major rewrite for VMS
609 (plus it reveals a couple of annoying glitches
610 in buffering), so skip the test for now; from
611 Charles Lane.
612 Branch: perl
613 ! lib/ExtUtils/Embed.t
614____________________________________________________________________________
615[ 12883] By: jhi on 2001/11/07 13:33:16
616 Log: Subject: [PATCH Perl@12856] vms/gen_shrfls.pl more general config.sh parsing
617 From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
618 Date: Wed, 7 Nov 2001 09:23:28 EST
619 Message-Id: <011107092325.11726@DUPHY4.Physics.Drexel.Edu>
620 Branch: perl
621 ! lib/ExtUtils/MM_Unix.pm vms/gen_shrfls.pl
622____________________________________________________________________________
623[ 12882] By: ams on 2001/11/07 05:14:04
624 Log: Subject: Re: [ID 20011106.083] $dbline[$i] == 0 generates warnings
625 From: Mark-Jason Dominus <mjd@plover.com>
626 Date: Wed, 07 Nov 2001 00:43:46 -0500
627 Message-Id: <20011107054346.14428.qmail@plover.com>
628 Branch: perl
629 ! gv.c op.c toke.c
630____________________________________________________________________________
631[ 12881] By: jhi on 2001/11/07 03:33:08
632 Log: Subject: [PATCH lib/perl5db.pl] Mentioning perldebguts
633 From: Michael G Schwern <schwern@pobox.com>
634 Date: Tue, 6 Nov 2001 22:04:39 -0500
635 Message-ID: <20011106220439.D2858@blackrider>
636 Branch: perl
637 ! lib/perl5db.pl
638____________________________________________________________________________
639[ 12880] By: jhi on 2001/11/07 01:35:30
640 Log: Subject: [PATCH lib/Term/Cap.t] Sync CPAN version of tests (was Re: [PATCH lib/Term/Cap.t] Skip testing where Term::Cap won't run (was Re: Win95 under
641 stress))
642 From: Jonathan Stowe <gellyfish@gellyfish.com>
643 Date: Tue, 6 Nov 2001 06:54:37 +0000 (GMT)
644 Message-ID: <Pine.LNX.4.33.0111060651210.315-100000@orpheus.gellyfish.com>
645
646 (except for one hunk where indentation differs)
647 Branch: perl
648 ! lib/Term/Cap.t
649____________________________________________________________________________
650[ 12879] By: jhi on 2001/11/07 01:22:40
651 Log: Subject: [PATCH File::Spec::*] a bunch of untested patches
652 From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
653 Date: Tue, 6 Nov 2001 21:45:01 +0100
654 Message-ID: <20011106214501.A704@rafael>
655 Branch: perl
656 ! lib/File/Spec/OS2.pm lib/File/Spec/VMS.pm
657 ! lib/File/Spec/Win32.pm
658____________________________________________________________________________
659[ 12878] By: jhi on 2001/11/07 01:06:41
660 Log: Subject: [PATCH t/test.pl] Adding isnt() and next_test()
661 From: Michael G Schwern <schwern@pobox.com>
662 Date: Tue, 6 Nov 2001 20:58:45 -0500
663 Message-ID: <20011106205845.G29411@blackrider>
664 Branch: perl
665 ! t/test.pl
666____________________________________________________________________________
667[ 12877] By: jhi on 2001/11/07 01:01:18
668 Log: Subject: making do_sprintf public
669 From: Doug MacEachern <dougm@covalent.net>
670 Date: Tue, 6 Nov 2001 10:52:31 -0800 (PST)
671 Message-ID: <Pine.LNX.4.21.0111061051250.27804-100000@localhost>
672 Branch: perl
673 ! embed.h embed.pl global.sym
674____________________________________________________________________________
675[ 12876] By: jhi on 2001/11/06 22:12:28
676 Log: Update to CGI.pm 2.78.
677
678 TODO: the test suite needs to be merged so that
679 when in core, the core version is tested, and when
680 using the CPAN version, testing the CPAN version.
681 (the changes need to be sent to Lincoln, too...)
682 Branch: perl
683 ! lib/CGI.pm lib/CGI/Apache.pm lib/CGI/Carp.pm lib/CGI/Cookie.pm
684 ! lib/CGI/Pretty.pm lib/CGI/Switch.pm lib/CGI/Util.pm
685 ! lib/CGI/t/apache.t lib/CGI/t/carp.t lib/CGI/t/cookie.t
686 ! lib/CGI/t/fast.t lib/CGI/t/form.t lib/CGI/t/function.t
687 ! lib/CGI/t/html.t lib/CGI/t/pretty.t lib/CGI/t/push.t
688 ! lib/CGI/t/request.t lib/CGI/t/switch.t lib/CGI/t/util.t
689____________________________________________________________________________
690[ 12875] By: jhi on 2001/11/06 22:10:03
691 Log: Integrate with perlio; (strictly) readonly hashes via XS.
692 Branch: perl
693 +> t/lib/access.t
694 !> MANIFEST ext/B/t/stash.t hv.c pod/perldiag.pod universal.c
695____________________________________________________________________________
696[ 12874] By: nick on 2001/11/06 21:05:16
697 Log: Keep It Simple and Stupid version of readonly hash support.
698 - Test for SvREAONLY(hv) at a few spots in hv.c
699 - add the error message to perldiag.pod
700 - (dubious) add access::readonly() to univeral.c
701 - add test using above
702 - fixup ext/B/t/stash.t to account for access:: existing
703 Branch: perlio
704 + t/lib/access.t
705 ! MANIFEST ext/B/t/stash.t hv.c pod/perldiag.pod universal.c
706____________________________________________________________________________
707[ 12873] By: jhi on 2001/11/06 17:07:50
708 Log: Fix incorrect warnings about broken globbing;
709 from Andy Dougherty.
710 Branch: perl
711 ! hints/linux.sh
712____________________________________________________________________________
713[ 12872] By: jhi on 2001/11/06 15:18:41
714 Log: More UTF-8 EXACT tweaking, plus a forgotten UTF-8
715 toggle-on from the encoding pragma.
716 Branch: perl
717 ! regcomp.c regexec.c
718____________________________________________________________________________
719[ 12871] By: jhi on 2001/11/06 13:19:46
720 Log: Retract #12824, doesn't help and is ignored
721 by Configure anyway.
722 Branch: perl
723 ! hints/beos.sh
724____________________________________________________________________________
725[ 12870] By: ams on 2001/11/06 10:40:37
726 Log: Subject: Cosmetic change
727 From: H.Merijn Brand <h.m.brand@hccnet.nl>
728 Date: Tue, 06 Nov 2001 12:30:52 +0100
729 Message-Id: <20011106122922.30FA.H.M.BRAND@hccnet.nl>
730 Branch: perl
731 ! README.hpux
732____________________________________________________________________________
733[ 12869] By: nick on 2001/11/06 08:26:40
734 Log: Integrate mainline
735 Branch: perlio
736 !> ext/DB_File/DB_File.pm global.sym hints/os390.sh
737 !> lib/encoding.pm lib/encoding.t proto.h regcomp.c regexec.c
738____________________________________________________________________________
739[ 12868] By: jhi on 2001/11/06 03:15:50
740 Log: The parentheses are protected enough.
741 Branch: perl
742 ! hints/os390.sh
743____________________________________________________________________________
744[ 12867] By: jhi on 2001/11/06 03:13:50
745 Log: ccflags, not ldflags.
746 Branch: perl
747 ! hints/os390.sh
748____________________________________________________________________________
749[ 12866] By: jhi on 2001/11/06 03:12:57
750 Log: ... and the proto to go with #12865.
751 Branch: perl
752 ! proto.h
753____________________________________________________________________________
754[ 12865] By: jhi on 2001/11/06 03:11:12
755 Log: Oops. Luckily nothing was using this symbol yet.
756 Branch: perl
757 ! global.sym
758____________________________________________________________________________
759[ 12864] By: jhi on 2001/11/06 03:05:34
760 Log: Implement the encoding pragma for regex literals.
761 Branch: perl
762 ! lib/encoding.pm lib/encoding.t regcomp.c regexec.c
763____________________________________________________________________________
764[ 12863] By: jhi on 2001/11/06 01:01:49
765 Log: More UTF8 EXACT fixing.
766 Branch: perl
767 ! regexec.c
768____________________________________________________________________________
769[ 12862] By: jhi on 2001/11/06 00:05:19
770 Log: More re debugging.
771 Branch: perl
772 ! regexec.c
773____________________________________________________________________________
774[ 12861] By: jhi on 2001/11/05 23:24:24
775 Log: EXACT correction attempt. Continued in #12863.
776 Branch: perl
777 ! regexec.c
778____________________________________________________________________________
779[ 12860] By: jhi on 2001/11/05 22:57:04
780 Log: Unterminated L<.
781 Branch: perl
782 ! ext/DB_File/DB_File.pm
783____________________________________________________________________________
784[ 12859] By: nick on 2001/11/05 19:15:17
785 Log: Integrate mainline
786 Branch: perlio
787 +> lib/Math/BigInt/t/Math/BigFloat/Subclass.pm
788 +> lib/Math/BigInt/t/Math/BigInt/Subclass.pm
789 +> lib/Math/BigInt/t/bigintpm.inc lib/Math/BigInt/t/sub_mbf.t
790 +> lib/Math/BigInt/t/sub_mbi.t
791 - lib/Math/BigInt/t/Math/Subclass.pm
792 - lib/Math/BigInt/t/subclass.t
793 !> (integrate 30 files)
794____________________________________________________________________________
795[ 12858] By: jhi on 2001/11/05 17:05:38
796 Log: Regex debugging fixes from Hugo.
797 Branch: perl
798 ! regcomp.c regexec.c
799____________________________________________________________________________
800[ 12857] By: jhi on 2001/11/05 16:09:51
801 Log: IRIX: at some point the cc -version has started
802 to output to stderr, not stdout any more.
803 Branch: perl
804 ! hints/irix_6.sh
805____________________________________________________________________________
806[ 12856] By: jhi on 2001/11/05 15:27:45
807 Log: Update Changes.
808 Branch: perl
809 ! Changes patchlevel.h
810____________________________________________________________________________
e83a44d3
JH
811[ 12855] By: jhi on 2001/11/05 15:21:13
812 Log: The ${"\cTAINT"} raises the ire of 'use strict'.
813 Branch: perl
814 ! lib/File/Spec/Unix.pm
815____________________________________________________________________________
816[ 12854] By: jhi on 2001/11/05 15:16:24
817 Log: Subject: Re: Tainted $ENV{TMPDIR} and File::Spec->tmpdir()
818 From: rgarciasuarez@free.fr
819 Date: Mon, 05 Nov 2001 17:10:29 +0100 (MET)
820 Message-ID: <1004976629.3be6b9f593085@imp3-1.free.fr>
821 Branch: perl
822 ! lib/File/Spec/Unix.pm
823____________________________________________________________________________
824[ 12853] By: jhi on 2001/11/05 14:54:37
825 Log: Use config.arch in OS/390 where the combination of
826 IEEE floats and ldflags is tricky.
827 Branch: perl
828 ! hints/os390.sh
829____________________________________________________________________________
830[ 12852] By: jhi on 2001/11/05 14:53:53
831 Log: Metaconfig unit change for #12851.
832 Branch: metaconfig
833 ! U/modified/Config_sh.U
834____________________________________________________________________________
835[ 12851] By: jhi on 2001/11/05 14:53:14
836 Log: Support a config.arch file, similar to config.over,
837 but loaded just before it.
838 Branch: perl
839 ! Configure INSTALL
840____________________________________________________________________________
841[ 12850] By: jhi on 2001/11/05 13:34:25
842 Log: Subject: [PATCH Symbol.{pm.t}] bugfixes
843 From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
844 Date: Mon, 5 Nov 2001 14:26:24 +0100
845 Message-ID: <20011105142624.C31977@rafael>
846 Branch: perl
847 ! lib/Symbol.pm lib/Symbol.t
848____________________________________________________________________________
849[ 12849] By: jhi on 2001/11/04 22:15:39
850 Log: Subject: [PATCH] unbalanced parenthesis in pods
851 From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
852 Date: Sun, 4 Nov 2001 22:28:57 +0100
853 Message-ID: <20011104222857.C696@rafael>
854 Branch: perl
855 ! pod/perldebug.pod pod/perlpodspec.pod
856____________________________________________________________________________
857[ 12848] By: jhi on 2001/11/04 22:11:24
858 Log: The missing pieces from the Math::BigInt 1.45 puzzle.
859 Branch: perl
860 ! lib/Math/BigFloat.pm lib/Math/BigInt/t/bigintpm.t
861____________________________________________________________________________
862[ 12847] By: jhi on 2001/11/04 17:44:41
863 Log: Math::Big* test tweaks to work better with core:
864 but the coast still not clear.
865 Branch: perl
866 ! lib/Math/BigInt/t/bigfltpm.t lib/Math/BigInt/t/bigintpm.t
867 ! lib/Math/BigInt/t/sub_mbf.t lib/Math/BigInt/t/sub_mbi.t
868____________________________________________________________________________
869[ 12846] By: jhi on 2001/11/04 17:43:10
870 Log: Protect against high load: measure how much wall
871 clock time went by while sleeping. Avoids some
872 false negatives, while may introduce some false
873 positives. Life is hard.
874 Branch: perl
875 ! ext/Time/HiRes/HiRes.t
876____________________________________________________________________________
877[ 12845] By: jhi on 2001/11/04 17:29:40
878 Log: More forgotten from #12843.
879 Branch: perl
880 ! lib/Math/BigInt/t/bigfltpm.inc
881____________________________________________________________________________
882[ 12844] By: jhi on 2001/11/04 17:19:13
883 Log: Forgot from #12843.
884 Branch: perl
885 + lib/Math/BigInt/t/bigintpm.inc
886 ! MANIFEST
887____________________________________________________________________________
888[ 12843] By: jhi on 2001/11/04 16:52:45
889 Log: Upgrade to Math::BigInt 1.45; from Tels.
890 NOTE: some of the tests are failing but that's because
891 the core integration is not yet done.
892 Branch: perl
893 + lib/Math/BigInt/t/Math/BigFloat/Subclass.pm
894 + lib/Math/BigInt/t/Math/BigInt/Subclass.pm
895 + lib/Math/BigInt/t/sub_mbf.t lib/Math/BigInt/t/sub_mbi.t
896 - lib/Math/BigInt/t/Math/Subclass.pm
897 - lib/Math/BigInt/t/subclass.t
898 ! MANIFEST lib/Math/BigInt.pm lib/Math/BigInt/Calc.pm
899 ! lib/Math/BigInt/t/bigfltpm.t lib/Math/BigInt/t/calling.t
900 ! lib/Math/BigInt/t/mbimbf.t
901____________________________________________________________________________
902[ 12842] By: jhi on 2001/11/04 16:45:02
903 Log: VMS: adds capability to control more configuration stuff with
904 -D and -U switches; parsing config.sh to extract previous config
905 info in VMS-form, and a rewrite of the "prompt/response" routine;
906 from Charles Lane.
907 Branch: perl
908 ! configure.com
909____________________________________________________________________________
910[ 12841] By: jhi on 2001/11/04 15:18:39
911 Log: Subject: Typo correction in perldebguts.pod
912 From: mjd@plover.com
913 Date: 4 Nov 2001 16:20:05 -0000
914 Message-ID: <20011104162005.16699.qmail@plover.com>
915 Branch: perl
916 ! pod/perldebguts.pod
917____________________________________________________________________________
918[ 12840] By: jhi on 2001/11/04 15:17:22
919 Log: Subject: Re: Where are my 'O's? [+ 12836 smoke]
920 From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
921 Date: Sun, 4 Nov 2001 11:47:30 +0100
922 Message-ID: <20011104114730.A715@rafael>
923
924 Remove -T from the test, wrong place for that.
925 Branch: perl
926 ! lib/File/Temp/t/mktemp.t
927____________________________________________________________________________
928[ 12839] By: jhi on 2001/11/04 15:15:42
929 Log: Subject: [REPATCH] Re: PerlIOBuf_dup
930 From: Nicholas Clark <nick@ccl4.org>
931 Date: Sun, 4 Nov 2001 10:41:24 +0000
932 Message-ID: <20011104104123.U20123@plum.flirble.org>
933 Branch: perl
934 ! ext/Encode/Encode.xs ext/PerlIO/t/encoding.t perlio.c
935____________________________________________________________________________
936[ 12838] By: jhi on 2001/11/03 21:19:43
937 Log: Subject: Re: [PATCH lib/Term/Cap.t] Skip testing where Term::Cap won't run (was Re: Win95 under stress)
938 From: Michael G Schwern <schwern@pobox.com>
939 Date: Sat, 3 Nov 2001 15:41:47 -0500
940 Message-ID: <20011103154147.C600@blackrider>
941 Branch: perl
942 ! lib/Term/Cap.t
943____________________________________________________________________________
944[ 12837] By: jhi on 2001/11/03 21:14:34
945 Log: Subject: [PATCH] stop unrestricted negativity in HiRes.t
946 From: "Craig A. Berry" <craigberry@mac.com>
947 Date: Sat, 03 Nov 2001 16:02:28 -0600
948 Message-Id: <5.1.0.14.2.20011103155539.03e44c60@exchi01>
949 Branch: perl
950 ! ext/Time/HiRes/HiRes.t
951____________________________________________________________________________
952[ 12836] By: jhi on 2001/11/03 18:41:33
953 Log: Subject: [PATCH lib/Term/Cap.t] Skip testing where Term::Cap won't run (was Re: Win95 under stress)
954 From: "chromatic" <chromatic@rmci.net>
955 Date: Sat, 03 Nov 2001 12:28:17 -0700
956 Message-ID: <20011103193507.94848.qmail@onion.perl.org>
957 Branch: perl
958 ! lib/Term/Cap.t
959____________________________________________________________________________
960[ 12835] By: jhi on 2001/11/03 18:34:08
961 Log: Don't bother doing POSIX charclass parsing if it
962 possibly cannot be so. Prepares way for charclass
963 syntax like [[abc]||[def]] (or just [[abc][def]])
964 for union, [[\w]&&[$a]] for intersection,
965 and [[a-z]&&[^def]] for subtraction.
966
967 Currently /[[a]/ (or /[a[]/) parses as a character
968 class containing two characters, "[" and "a",
969 this may have to be broken for the syntax described
970 above, otherwise we would have to scan the whole pattern
971 to find out whether the square brackets match pairwise.
972 Luckily, the special case of "[" doesn't seem to be
973 documented (as opposed to "]" and "-"), so we may have
974 better story for breaking it... One can always use \[
975 if one wants a literal "[", so there.
976 Branch: perl
977 ! regcomp.c
978____________________________________________________________________________
979[ 12834] By: jhi on 2001/11/03 17:51:44
980 Log: Comment correction.
981 Branch: perl
982 ! regcomp.c
983____________________________________________________________________________
984[ 12833] By: jhi on 2001/11/03 17:33:21
985 Log: Add MakeMaker PREREQ_PRINT and PRINT_PREREQ targets.
986 The latter is a RedHatism.
987 Branch: perl
988 ! lib/ExtUtils/MakeMaker.pm
989____________________________________________________________________________
990[ 12832] By: jhi on 2001/11/03 15:43:03
991 Log: Integrate perlio.
992 Branch: perl
993 !> perlio.c
994____________________________________________________________________________
995[ 12831] By: nick on 2001/11/03 11:42:15
996 Log: Integrate mainline
997 Branch: perlio
998 !> doio.c ext/DynaLoader/dl_mac.xs ext/Errno/Errno_pm.PL
999 !> ext/Sys/Syslog/Makefile.PL ext/Sys/Syslog/syslog.t
1000 !> hints/beos.sh hints/darwin.sh perl.c perl.h perlio.c regexec.c
1001 !> sv.c t/test.pl
1002____________________________________________________________________________
1003[ 12830] By: nick on 2001/11/03 10:27:34
1004 Log: Fix clone_leak problem.
1005 PerlIOStdio_dup was leaking FILE * as it was still doing fdopen()
1006 as vestige of calling PerlLIO_dup().
1007 Branch: perlio
1008 ! perlio.c
1009____________________________________________________________________________
1010[ 12829] By: nick on 2001/11/03 09:40:46
1011 Log: Tweaks attempting to locate Doug's clone_leak leak.
1012 - add some PerlIO_debug()
1013 - handle PerlIO_clone() with empty lists (clone before Perl_parse())
1014 - Even if it closing stdout etc. do a fflush()
1015 Branch: perlio
1016 ! perlio.c
1017____________________________________________________________________________
1018[ 12828] By: nick on 2001/11/03 08:34:31
1019 Log: Integrate mainline
1020 Branch: perlio
1021 !> (integrate 54 files)
1022____________________________________________________________________________
1023[ 12827] By: ams on 2001/11/03 03:45:19
1024 Log: Ugly bandaid to stop C<package;> from segfaulting (remember to
1025 remove this later). Based on a patch from Robert Spier in
1026 <15330.61459.14452.795263@rls.cx>.
1027 Branch: perl
1028 ! sv.c
1029____________________________________________________________________________
1030[ 12826] By: jhi on 2001/11/02 23:56:00
1031 Log: microperl sync.
1032 Branch: perl
1033 ! doio.c perl.c perl.h perlio.c regexec.c
1034____________________________________________________________________________
1035[ 12825] By: jhi on 2001/11/02 23:20:03
1036 Log: Definitions for the Unicode Newline Guidelines.
1037 Branch: perl
1038 ! perl.h
1039____________________________________________________________________________
1040[ 12824] By: jhi on 2001/11/02 23:08:05
1041 Log: There is no csh of any kind in default BeOS.
1042 For the purposes of miniperl globbing, bash
1043 will do.
1044 Branch: perl
1045 ! hints/beos.sh
1046____________________________________________________________________________
1047[ 12823] By: jhi on 2001/11/02 21:56:36
1048 Log: Integrate change #12820 from macperl to maint and blead;
1049
1050 Fix up (dynaloading) to work properly with multiplicity
1051 Branch: maint-5.6/perl
1052 !> ext/DynaLoader/dl_mac.xs
1053 Branch: perl
1054 !> ext/DynaLoader/dl_mac.xs
1055____________________________________________________________________________
1056[ 12822] By: pudge on 2001/11/02 21:38:22
1057 Log: Several fixes for various exit problems and clearing out
1058 task queue, as well as another (incomplete) go at
1059 fixing error message handling
1060 Branch: maint-5.6/macperl
1061 ! macos/macish.c macos/macish.h macos/macperl/MPConsole.cp
1062____________________________________________________________________________
1063[ 12821] By: pudge on 2001/11/02 21:36:26
1064 Log: Add source files for bleadperl builds
1065 Branch: maint-5.6/macperl
1066 ! macos/Makefile.mk
1067____________________________________________________________________________
1068[ 12820] By: pudge on 2001/11/02 21:35:15
1069 Log: Fix up to work properly with multiplicity
1070 Branch: maint-5.6/macperl
1071 ! ext/DynaLoader/dl_mac.xs
1072____________________________________________________________________________
1073[ 12819] By: pudge on 2001/11/02 21:21:56
1074 Log: Integrate with maintperl.
1075 Branch: maint-5.6/macperl
1076 +> t/op/system.t t/op/system_tests
1077 !> MANIFEST Todo-5.6 ext/ODBM_File/ODBM_File.xs perl.h
1078 !> pod/perltodo.pod util.c win32/win32.c
1079____________________________________________________________________________
1080[ 12818] By: jhi on 2001/11/02 21:03:58
1081 Log: Locate _PATH_LOG if it's a socket even if not #defined
1082 (helps Tru64) From Paul David Fardy <pdf@morgan.ucs.mun.ca>,
1083 via Nick Clark.
1084 Branch: perl
1085 ! ext/Sys/Syslog/Makefile.PL ext/Sys/Syslog/syslog.t
1086____________________________________________________________________________
1087[ 12817] By: jhi on 2001/11/02 20:07:05
1088 Log: Subject: [PATCH t/test.pl] _expect and other little tweaks
1089 From: Michael G Schwern <schwern@pobox.com>
1090 Date: Fri, 2 Nov 2001 15:36:41 -0500
1091 Message-ID: <20011102153641.E23234@blackrider>
1092 Branch: perl
1093 ! t/test.pl
1094____________________________________________________________________________
1095[ 12816] By: jhi on 2001/11/02 17:53:00
1096 Log: Subject: [PATCH] patches for MacOS X 10.1 for perl 5.7.2
1097 From: merlyn@stonehenge.com (Randal L. Schwartz)
1098 Date: 02 Nov 2001 09:33:34 -0800
1099 Message-ID: <m1wv193wnl.fsf@halfdome.holdit.com>
1100
1101 (two of the changes)
1102
1103 Better coexistence with extensions.
1104 Branch: perl
1105 ! ext/Errno/Errno_pm.PL hints/darwin.sh
1106____________________________________________________________________________
1107[ 12815] By: ams on 2001/11/02 16:47:43
1108 Log: Subject: Re: [PATCH] the the double double word word fix fix
1109 From: Wolfgang Laun <Wolfgang.Laun@alcatel.at>
1110 Date: Fri, 02 Nov 2001 19:43:07 +0100
1111 Message-Id: <3BE2E93B.627C198E@alcatel.at>
1112 Branch: perl
1113 ! pod/perldebug.pod
1114____________________________________________________________________________
1115[ 12814] By: jhi on 2001/11/02 15:24:10
1116 Log: Update Changes.
1117 Branch: perl
1118 ! Changes patchlevel.h
1119____________________________________________________________________________
7126c819
JH
1120[ 12813] By: jhi on 2001/11/02 15:19:35
1121 Log: More encoding testing.
1122 Branch: perl
1123 ! lib/encoding.pm lib/encoding.t
1124____________________________________________________________________________
1125[ 12812] By: ams on 2001/11/02 15:07:11
1126 Log: Slight modification of #12811.
1127 Branch: perl
1128 ! op.c
1129____________________________________________________________________________
1130[ 12811] By: jhi on 2001/11/02 14:58:13
1131 Log: Subject: Re: [ID 20011101.069] \stat('.') gives "Attempt to free unreferenced scalar"
1132 From: Radu Greab <radu@netsoft.ro>
1133 Date: Fri, 2 Nov 2001 15:28:58 +0200
1134 Message-ID: <15330.40858.629851.468818@ix.netsoft.ro>
1135 Branch: perl
1136 ! op.c t/op/stat.t
1137____________________________________________________________________________
1138[ 12810] By: jhi on 2001/11/02 14:15:34
1139 Log: Subject: [PATCH] Re: Extra MakeMaker noise in lib/ExtUtils/Embed.t @12791
1140 From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
1141 Date: Thu, 1 Nov 2001 22:35:50 +0100
1142 Message-ID: <20011101223550.A10849@rafael>
1143 Branch: perl
1144 ! lib/ExtUtils/Embed.t
1145____________________________________________________________________________
1146[ 12809] By: jhi on 2001/11/02 14:10:05
1147 Log: Subject: [REPATCH] Re: [PATCH File::Find] use warnings::register
1148 From: rgarciasuarez@free.fr (Rafael Garcia-Suarez)
1149 Date: 2 Nov 2001 14:48:51 -0000
1150 Message-Id: <slrn9u5cj6.liq.rgarciasuarez@rafael.kazibao.net>
1151 Branch: perl
1152 ! lib/File/Find.pm
1153____________________________________________________________________________
1154[ 12808] By: jhi on 2001/11/02 05:40:21
1155 Log: Add documentation.
1156 Branch: perl
1157 ! embed.pl pod/perlapi.pod utf8.c
1158____________________________________________________________________________
1159[ 12807] By: jhi on 2001/11/02 05:18:45
1160 Log: Unicode: add ToFold mapping. Not used yet; but basically
1161 a more useful mapping for caseless aka case-ignoring than
1162 doing either lc($a) eq lc($b) or uc($a) eq uc($b); the full
1163 algorithm for creating the foldings uses equivalence classes,
1164 see http://www.unicode.org/unicode/reports/tr21/
1165 Hopefully this feature will be used in //i.
1166 (The folding tables were introduced by #12689.)
1167 Branch: perl
1168 ! embed.h embed.pl embedvar.h intrpvar.h perl.c perlapi.h sv.c
1169 ! utf8.c
1170____________________________________________________________________________
1171[ 12806] By: jhi on 2001/11/02 05:04:05
1172 Log: Subject: [PATCH] AutoSplit.t clean-up for VMS
1173 From: "Craig A. Berry" <craigberry@mac.com>
1174 Date: Fri, 02 Nov 2001 00:03:52 -0600
1175 Message-Id: <5.1.0.14.2.20011101235844.02cd4e50@exchi01>
1176 Branch: perl
1177 ! lib/AutoSplit.t
1178____________________________________________________________________________
1179[ 12805] By: jhi on 2001/11/02 04:17:04
1180 Log: Subject: Trivial doc patch
1181 From: andreas.koenig@anima.de (Andreas J. Koenig)
1182 Date: 02 Nov 2001 06:11:35 +0100
1183 Message-ID: <m37kt94v08.fsf@anima.de>
1184 Branch: perl
1185 ! pod/perlport.pod
1186____________________________________________________________________________
1187[ 12804] By: jhi on 2001/11/02 02:14:46
1188 Log: Make encoding and charnames pragmas coexist.
1189 Branch: perl
1190 ! lib/charnames.pm lib/encoding.pm lib/encoding.t
1191____________________________________________________________________________
1192[ 12803] By: jhi on 2001/11/02 01:26:53
1193 Log: The basic character classes seem to go untested with Unicode.
1194 Branch: perl
1195 ! t/op/pat.t
1196____________________________________________________________________________
1197[ 12802] By: ams on 2001/11/02 00:39:36
1198 Log: Subject: [PATCH] the the double double word word fix fix
1199 From: Richard Soderberg <rs@oregonnet.com>
1200 Date: Thu, 1 Nov 2001 13:12:03 -0800
1201 Message-Id: <200111012112.NAA23288@oregonnet.com>
1202
1203 Subject: Re: [PATCH] the the double double word word fix fix
1204 From: Mark-Jason Dominus <mjd@plover.com>
1205 Date: Thu, 01 Nov 2001 16:43:40 -0500
1206 Message-Id: <20011101214340.2044.qmail@plover.com>
1207
1208 Subject: Re: [PATCH] the the double double word word fix fix
1209 From: Mark-Jason Dominus <mjd@plover.com>
1210 Date: Thu, 01 Nov 2001 16:51:39 -0500
1211 Message-Id: <20011101215139.2196.qmail@plover.com>
1212 Branch: perl
1213 ! pod/perldebtut.pod pod/perldiag.pod pod/perlfaq3.pod
1214 ! pod/perlguts.pod pod/perlintro.pod pod/perliol.pod
1215 ! pod/perlmodlib.PL pod/perlmodstyle.pod pod/perlpodspec.pod
1216 ! pod/perlrequick.pod pod/perlretut.pod pod/perltoc.pod
1217 ! pod/perltodo.pod pod/perlxstut.pod
1218____________________________________________________________________________
1219[ 12801] By: jhi on 2001/11/01 14:27:51
1220 Log: Comment tweaks.
1221 Branch: perl
1222 ! toke.c
1223____________________________________________________________________________
1224[ 12800] By: jhi on 2001/11/01 14:06:04
1225 Log: FAQ sync.
1226 Branch: perl
1227 ! pod/perlfaq9.pod
1228____________________________________________________________________________
1229[ 12799] By: jhi on 2001/11/01 13:59:42
1230 Log: If an encoding is set by -M/-m, it must be in
1231 effect only for the actual script, not any other
1232 required/-M/-m'ed module, otherwise we enter a nasty
1233 recursion in regexec.c while trying to init the simple
1234 UTF-8 charclasses like PL_utf8_alnum.
1235 Branch: perl
1236 ! lib/encoding.pm pod/perlunicode.pod pp_ctl.c
1237____________________________________________________________________________
1238[ 12798] By: jhi on 2001/10/31 21:10:09
1239 Log: A bit more descriptive name.
1240 Branch: perl
1241 ! mg.c
1242____________________________________________________________________________
1243[ 12797] By: jhi on 2001/10/31 20:32:29
1244 Log: Subject: [PATCH Perl@12768] Time::Hires test fix
1245 From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
1246 Date: Wed, 31 Oct 2001 13:47:04 EST
1247 Message-Id: <011031134626.1227@DUPHY4.Physics.Drexel.Edu>
1248 Branch: perl
1249 ! ext/Time/HiRes/HiRes.t
1250____________________________________________________________________________
1251[ 12796] By: jhi on 2001/10/31 20:31:20
1252 Log: Subject: [PATCH Perl@12768] make setting signal() persistent
1253 From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
1254 Date: Wed, 31 Oct 2001 13:43:29 EST
1255 Message-Id: <011031134318.231c@DUPHY4.Physics.Drexel.Edu>
1256 Branch: perl
1257 ! mg.c
1258____________________________________________________________________________
1259[ 12795] By: jhi on 2001/10/31 20:29:37
1260 Log: Subject: [PATCH] Various test cleanups
1261 From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
1262 Date: Tue, 30 Oct 2001 21:56:26 +0100
1263 Message-ID: <20011030215626.A28503@rafael>
1264 Branch: perl
1265 ! ext/DB_File/t/db-btree.t ext/DB_File/t/db-hash.t
1266 ! ext/DB_File/t/db-recno.t ext/Encode.t
1267____________________________________________________________________________
1268[ 12794] By: jhi on 2001/10/31 15:26:59
1269 Log: Update Changes.
1270 Branch: perl
1271 ! Changes patchlevel.h
1272____________________________________________________________________________
d0c18bf8
JH
1273[ 12793] By: jhi on 2001/10/31 15:23:12
1274 Log: Subject: [PATCH] Data::Dumper opt. use B::Deparse for coderefs
1275 From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
1276 Date: Wed, 31 Oct 2001 17:16:39 +0100
1277 Message-ID: <20011031171639.A32511@rafael>
1278 Branch: perl
1279 ! ext/Data/Dumper/Dumper.pm ext/Data/Dumper/t/dumper.t
1280____________________________________________________________________________
1281[ 12792] By: jhi on 2001/10/31 15:20:01
1282 Log: Skip message nit.
1283 Branch: perl
1284 ! t/io/fs.t
1285____________________________________________________________________________
1286[ 12791] By: jhi on 2001/10/31 14:54:19
1287 Log: Subject: Re: [REPATCH] Re: [PATCH] Re: [ID 20011030.064] File::Temp tempdir(CLEANUP => 1) and -T on OpenBSD 2.9
1288 From: rgarciasuarez@free.fr (Rafael Garcia-Suarez)
1289 Date: 31 Oct 2001 14:49:37 -0000
1290 Message-Id: <slrn9u03sk.hco.rgarciasuarez@rafael.kazibao.net>
1291 Branch: perl
1292 ! lib/File/Path.pm lib/File/Path.t lib/File/Temp/t/mktemp.t
1293____________________________________________________________________________
1294[ 12790] By: jhi on 2001/10/31 14:44:33
1295 Log: Extend the effect of the encoding pragma to chr() and ord().
1296
1297 TODO: regex literals, reentrancy problems with the utf8
1298 and charnames pragmas.
1299 Branch: perl
1300 ! lib/encoding.pm lib/encoding.t pod/perlfunc.pod pp.c sv.c
1301____________________________________________________________________________
1302[ 12789] By: jhi on 2001/10/31 13:25:02
1303 Log: Doc tweaks.
1304 Branch: perl
1305 ! lib/encoding.pm
1306____________________________________________________________________________
1307[ 12788] By: nick on 2001/10/31 08:59:56
1308 Log: Integrate mainline
1309 Branch: perlio
1310 +> lib/encoding.pm lib/encoding.t t/op/system.t t/op/system_tests
1311 !> (integrate 49 files)
1312____________________________________________________________________________
1313[ 12787] By: jhi on 2001/10/31 03:22:34
1314 Log: Forgot new proto.
1315 Branch: perl
1316 ! proto.h
1317____________________________________________________________________________
1318[ 12786] By: jhi on 2001/10/31 02:32:35
1319 Log: Clarification: use encoding cannot be used to
1320 change the default encoding of "your whole script";
1321 only the default encoding of the *data*. Also, it
1322 seems that "use encoding" does not mix with "use utf8"
1323 (a coredumping recursion ensues). Should not be a huge
1324 problem since "use utf8" is pretty marginal nowadays.
1325 Branch: perl
1326 ! ext/Encode/Encode.pm lib/encoding.pm pod/perlunicode.pod
1327____________________________________________________________________________
1328[ 12785] By: jhi on 2001/10/31 02:19:49
1329 Log: More documentation for the encode pragma.
1330 Branch: perl
1331 ! ext/Encode/Encode.pm lib/encoding.pm lib/open.pm
1332 ! pod/perlapi.pod pod/perlunicode.pod sv.c
1333____________________________________________________________________________
1334[ 12784] By: jhi on 2001/10/31 02:08:27
1335 Log: Thinko in #12783.
1336 Branch: perl
1337 ! sv.c
1338____________________________________________________________________________
1339[ 12783] By: jhi on 2001/10/31 02:04:22
1340 Log: Make sv_recode_to_utf8() a real API: the encoding
1341 is a parameter, instead of a global. Document the
1342 PERL_ENCODING.
1343 Branch: perl
1344 ! embed.h embed.pl pod/perlapi.pod pod/perlrun.pod proto.h sv.c
1345 ! toke.c
1346____________________________________________________________________________
1347[ 12782] By: jhi on 2001/10/31 00:57:42
1348 Log: Enable -Mencoding=foobar also for string literals.
1349 Branch: perl
1350 ! embed.h embed.pl global.sym lib/encoding.pm lib/encoding.t
1351 ! pod/perlapi.pod proto.h sv.c toke.c
1352____________________________________________________________________________
1353[ 12781] By: jhi on 2001/10/30 17:06:39
1354 Log: Subject: Re: [PATCH] Re: DynaLoader problem on NCR SVR4 box
1355 From: Andy Dougherty <doughera@lafayette.edu>
1356 Date: Tue, 30 Oct 2001 12:44:27 -0500 (EST)
1357 Message-ID: <Pine.SOL.4.10.10110301241210.25351-100000@maxwell.phys.lafayette.edu>
1358 Branch: perl
1359 ! ext/POSIX/hints/svr4.pl
1360____________________________________________________________________________
1361[ 12780] By: jhi on 2001/10/30 14:54:12
1362 Log: Subject: RE: [PATCH h2xs] Use of static data in XS modules
1363 From: "Paul Marquess" <Paul_Marquess@yahoo.co.uk>
1364 Date: Mon, 29 Oct 2001 23:11:58 -0000
1365 Message-ID: <AIEAJICLCBDNAAOLLOKLMEJGDDAA.Paul_Marquess@Yahoo.co.uk>
1366
1367 Add compat.h.
1368 Branch: perl
1369 ! lib/h2xs.t utils/h2xs.PL
1370____________________________________________________________________________
1371[ 12779] By: jhi on 2001/10/30 13:51:43
1372 Log: Subject: PerlIOBuf_dup
1373 From: Nicholas Clark <nick@ccl4.org>
1374 Date: Mon, 29 Oct 2001 21:52:35 +0000
1375 Message-ID: <20011029215235.K41204@plum.flirble.org>
1376
1377 Add prototype.
1378 Branch: perl
1379 ! perliol.h
1380____________________________________________________________________________
1381[ 12778] By: jhi on 2001/10/30 13:49:51
1382 Log: Subject: [PATCH] Make malloc.c errors more useful
1383 From: Richard Soderberg <rs@oregonnet.com>
1384 Date: Mon, 29 Oct 2001 22:28:02 -0800
1385 Message-Id: <200110300628.WAA11025@oregonnet.com>
1386 Branch: perl
1387 ! malloc.c
1388____________________________________________________________________________
1389[ 12777] By: jhi on 2001/10/30 04:02:10
1390 Log: Retract #12776 - the bug 19990906.001 is still valid.
1391 Branch: perl
1392 ! t/run/kill_perl.t
1393____________________________________________________________________________
1394[ 12776] By: jhi on 2001/10/30 03:03:49
1395 Log: (Retracted by #12777)
1396 Subject: Perlbug 19990906.001 - segfault on long escaped quote regex
1397 From: Michael G Schwern <schwern@pobox.com>
1398 Date: Mon, 29 Oct 2001 23:01:08 -0500
1399 Message-ID: <20011029230108.G18053@blackrider>
1400 Branch: perl
1401 ! t/run/kill_perl.t
1402____________________________________________________________________________
1403[ 12775] By: jhi on 2001/10/30 02:56:41
1404 Log: Comment nits.
1405 Branch: perl
1406 ! lib/encoding.t
1407____________________________________________________________________________
1408[ 12774] By: gsar on 2001/10/30 01:32:57
1409 Log: integrate change#12772 from mainline
1410
1411 Subject: [PATCH] Mommy, what's a pointer cast?
1412 Branch: maint-5.6/perl
1413 ! perl.h
1414____________________________________________________________________________
1415[ 12773] By: jhi on 2001/10/30 01:19:32
1416 Log: Subject: [PATCH] Mommy, what's a pointer cast?
1417 From: Richard Soderberg <rs@oregonnet.com>
1418 Date: Mon, 29 Oct 2001 17:01:10 -0800
1419 Message-Id: <200110300101.RAA31561@oregonnet.com>
1420
1421 (threads* parts)
1422 Branch: perl
1423 ! ext/threads/shared/shared.xs ext/threads/threads.xs
1424____________________________________________________________________________
1425[ 12772] By: jhi on 2001/10/30 01:19:13
1426 Log: Subject: [PATCH] Mommy, what's a pointer cast?
1427 From: Richard Soderberg <rs@oregonnet.com>
1428 Date: Mon, 29 Oct 2001 17:01:10 -0800
1429 Message-Id: <200110300101.RAA31561@oregonnet.com>
1430
1431 (the perl.h part)
1432 Branch: perl
1433 ! perl.h
1434____________________________________________________________________________
1435[ 12771] By: jhi on 2001/10/30 01:17:21
1436 Log: Subject: [PATCH] OpenBSD likes signal.h
1437 From: Richard Soderberg <rs@oregonnet.com>
1438 Date: Mon, 29 Oct 2001 17:00:31 -0800
1439 Message-Id: <200110300100.RAA31533@oregonnet.com>
1440 Branch: perl
1441 ! unixish.h
1442____________________________________________________________________________
1443[ 12770] By: jhi on 2001/10/30 01:10:24
1444 Log: Subject: [PATCH] RE: DB_File-1.79 on Cygwin 1.3.3
1445 From: "Paul Marquess" <Paul_Marquess@yahoo.co.uk>
1446 Date: Mon, 29 Oct 2001 23:04:23 -0000
1447 Message-ID: <AIEAJICLCBDNAAOLLOKLGEJGDDAA.Paul_Marquess@Yahoo.co.uk>
1448 Branch: perl
1449 ! ext/DB_File/t/db-btree.t ext/DB_File/t/db-hash.t
1450 ! ext/DB_File/t/db-recno.t
1451____________________________________________________________________________
1452[ 12769] By: jhi on 2001/10/30 01:08:01
1453 Log: Subject: [PATCH perl@12718] HiRes.t tweaks
1454 From: "Craig A. Berry" <craig.berry@SignalTreeSolutions.com>
1455 Date: Mon, 29 Oct 2001 12:34:07 -0600
1456 Message-Id: <5.1.0.14.2.20011029121906.035d7e00@exchi01>
1457 Branch: perl
1458 ! ext/Time/HiRes/HiRes.t
1459____________________________________________________________________________
1460[ 12768] By: jhi on 2001/10/29 15:10:04
1461 Log: Update Changes.
1462 Branch: perl
1463 ! Changes patchlevel.h
1464____________________________________________________________________________
4c2e1475
JH
1465[ 12767] By: jhi on 2001/10/29 14:49:28
1466 Log: AIX needs an explicit symbol export list.
1467 Branch: perl
1468 ! lib/ExtUtils/Embed.t
1469____________________________________________________________________________
1470[ 12766] By: jhi on 2001/10/29 14:08:21
1471 Log: The test (and the module) would require some
1472 quality hacking time to work on EBCDIC. Based n
1473 the test results nothing seems to be majorly broken,
1474 the module just seems to have strange assumptions:
1475 got: ''\226\225\205'
1476 expected: ''one'
1477 The \226\225\205 being, of course, 'one', in EBCDIC.
1478 Branch: perl
1479 ! lib/Dumpvalue.t
1480____________________________________________________________________________
1481[ 12765] By: jhi on 2001/10/29 13:58:48
1482 Log: Mark the test known to be failing in EBCDIC.
1483 Branch: perl
1484 ! t/op/tr.t
1485____________________________________________________________________________
1486[ 12764] By: jhi on 2001/10/29 13:51:51
1487 Log: None of the libnet modules are going to work in
1488 EBCDIC without the Convert::EBCDIC.
1489 Branch: perl
1490 ! t/lib/1_compile.t
1491____________________________________________________________________________
1492[ 12763] By: jhi on 2001/10/29 13:45:39
1493 Log: Neither is 0xff illegal UTF-EBCDIC since it's the last C1.
1494 Branch: perl
1495 ! t/op/pack.t
1496____________________________________________________________________________
1497[ 12762] By: jhi on 2001/10/29 13:40:17
1498 Log: UTF-EBCDIC ain't UTF-8.
1499 Branch: perl
1500 ! t/op/pack.t
1501____________________________________________________________________________
1502[ 12761] By: jhi on 2001/10/29 13:35:35
1503 Log: In EBCDIC cannot test compile Net::Cmd without Convert::EBCDIC.
1504 Branch: perl
1505 ! t/lib/1_compile.t
1506____________________________________________________________________________
1507[ 12760] By: jhi on 2001/10/29 13:32:20
1508 Log: Let's not assume ASCII.
1509 Branch: perl
1510 ! t/op/lc.t
1511____________________________________________________________________________
1512[ 12759] By: jhi on 2001/10/29 13:24:54
1513 Log: Call the new perlio symbols differently.
1514 Branch: perl
1515 ! makedef.pl
1516____________________________________________________________________________
1517[ 12758] By: jhi on 2001/10/29 13:23:11
1518 Log: Don't expect ASCII ordering.
1519 Branch: perl
1520 ! lib/ExtUtils/Manifest.t
1521____________________________________________________________________________
1522[ 12757] By: jhi on 2001/10/29 13:13:09
1523 Log: Forgot from #12756.
1524 Branch: perl
1525 ! perlio.h
1526____________________________________________________________________________
1527[ 12756] By: jhi on 2001/10/29 13:12:41
1528 Log: BeOS tweaks:
1529 - fseeko and ftello can be found by Configure but
1530 we do not seem to have prototypes for them so
1531 let's make up some
1532 - BeOS didn't use to have real sockets (sockets as
1533 filedescriptors) but the BONE package is supposed
1534 to fix this. I do not know how to detect BONEness,
1535 see hints/beos.sh for a spot that needs to fixed.
1536 - BeOS has O_TEXT != O_BINARY but has no setmode()
1537 Branch: perl
1538 ! hints/beos.sh perlio.c
1539____________________________________________________________________________
1540[ 12755] By: sky on 2001/10/29 12:56:12
1541 Log: Ugly fix to not die when a thread creator is holding locks.
1542 Branch: perl
1543 ! ext/threads/shared/shared.pm ext/threads/shared/shared.xs
1544 ! ext/threads/threads.xs
1545____________________________________________________________________________
1546[ 12754] By: jhi on 2001/10/29 12:31:34
1547 Log: Integrate change #12752 from maintperl;
1548
1549 croak(Nullch) wasn't printing the contents of ERRSV if there was
1550 no outer eval (bug in change#6125)
1551 Branch: perl
1552 !> util.c
1553____________________________________________________________________________
1554[ 12753] By: jhi on 2001/10/29 12:28:41
1555 Log: Subject: [PATCH h2xs] Use of static data in XS modules
1556 From: "Paul Marquess" <Paul_Marquess@yahoo.co.uk>
1557 Date: Sun, 28 Oct 2001 21:19:07 -0000
1558 Message-ID: <AIEAJICLCBDNAAOLLOKLIEHNDDAA.Paul_Marquess@Yahoo.co.uk>
1559
1560 with nits from Sarathy.
1561 Branch: perl
1562 ! utils/h2xs.PL
1563____________________________________________________________________________
1564[ 12752] By: gsar on 2001/10/29 03:07:15
1565 Log: croak(Nullch) wasn't printing the contents of ERRSV if there was
1566 no outer eval (bug in change#6125)
1567 Branch: maint-5.6/perl
1568 ! util.c
1569____________________________________________________________________________
1570[ 12751] By: jhi on 2001/10/28 23:11:15
1571 Log: More todo for the encoding pragma.
1572 Branch: perl
1573 ! lib/encoding.pm
1574____________________________________________________________________________
1575[ 12750] By: jhi on 2001/10/28 22:55:24
1576 Log: Add the encoding pragma to control the "upgrade"
1577 from the native eight bit data to Unicode.
1578
1579 TODO: \x.. and \0... literals. \N{}. chr()? ord()?
1580 Branch: perl
1581 + lib/encoding.pm lib/encoding.t
1582 ! MANIFEST embedvar.h gv.c intrpvar.h mg.c perlapi.h
1583 ! pod/perlunicode.pod pod/perlvar.pod sv.c
1584____________________________________________________________________________
1585[ 12749] By: sky on 2001/10/28 21:02:33
1586 Log: Update documentation.
1587 Branch: perl
1588 ! ext/threads/shared/shared.pm
1589____________________________________________________________________________
1590[ 12748] By: jhi on 2001/10/28 20:55:57
1591 Log: Integrate change #12747 from maintperl;
1592
1593 finishing touches to system() fixes on windows:
1594 * detect cmd shell correctly even if it had full path in it
1595 * more quoting needed for single-arg system if the argument
1596 really had multiple quoted arguments within it
1597 * be smarter about not calling the shell when the executable
1598 has spaces, but otherwise does not need shell involvement
1599 * add a testsuite (windows-specific currently)
1600 Branch: perl
1601 +> t/op/system.t t/op/system_tests
1602 ! MANIFEST pod/perltodo.pod
1603 !> win32/win32.c
1604____________________________________________________________________________
1605[ 12747] By: gsar on 2001/10/28 18:33:23
1606 Log: finishing touches to system() fixes on windows:
1607 * detect cmd shell correctly even if it had full path in it
1608 * more quoting needed for single-arg system if the argument
1609 really had multiple quoted arguments within it
1610 * be smarter about not calling the shell when the executable
1611 has spaces, but otherwise does not need shell involvement
1612 * add a testsuite (windows-specific currently)
1613 Branch: maint-5.6/perl
1614 + t/op/system.t t/op/system_tests
1615 ! MANIFEST Todo-5.6 pod/perltodo.pod win32/win32.c
1616____________________________________________________________________________
1617[ 12746] By: jhi on 2001/10/28 16:34:35
1618 Log: Integrate perlio.
1619 Branch: perl
1620 !> ext/Time/HiRes/HiRes.xs lib/ExtUtils/Embed.t
1621____________________________________________________________________________
1622[ 12745] By: nick on 2001/10/28 16:08:14
1623 Log: Mingw32 fixup for Embed.t
1624 Branch: perlio
1625 ! lib/ExtUtils/Embed.t
1626____________________________________________________________________________
1627[ 12744] By: nick on 2001/10/28 15:54:14
1628 Log: GCC vs MS 64-bit constant syntax
1629 Branch: perlio
1630 ! ext/Time/HiRes/HiRes.xs
1631____________________________________________________________________________
1632[ 12743] By: nick on 2001/10/28 15:42:55
1633 Log: Integrate mainline
1634 Branch: perlio
1635 !> ext/threads/threads.pm lib/ExtUtils/Embed.t
1636____________________________________________________________________________
1637[ 12742] By: sky on 2001/10/28 14:47:10
1638 Log: Manpage updates.
1639 Branch: perl
1640 ! ext/threads/threads.pm
1641____________________________________________________________________________
1642[ 12741] By: jhi on 2001/10/28 14:39:55
1643 Log: Newline confusion: t/TEST sees an extra newline and gets huffy.
1644 Branch: perl
1645 ! lib/ExtUtils/Embed.t
1646____________________________________________________________________________
1647[ 12740] By: nick on 2001/10/28 14:14:24
1648 Log: Integrate mainline
1649 Branch: perlio
1650 !> lib/ExtUtils/Embed.t win32/win32.c
1651____________________________________________________________________________
1652[ 12739] By: jhi on 2001/10/28 14:06:58
1653 Log: Need to be ./executed.
1654 Branch: perl
1655 ! lib/ExtUtils/Embed.t
1656____________________________________________________________________________
1657[ 12738] By: jhi on 2001/10/28 14:03:58
1658 Log: Integrate perlio.
1659 Branch: perl
1660 !> perlio.c win32/win32.h
1661____________________________________________________________________________
1662[ 12737] By: nick on 2001/10/28 13:53:45
1663 Log: Tweak for build with Mingw32 - __attribute__((unused)) is not liked
1664 by gcc -xc++.
1665 Branch: perlio
1666 ! win32/win32.h
1667____________________________________________________________________________
1668[ 12736] By: nick on 2001/10/28 13:50:50
1669 Log: Have :stdio layer update an honour the fd refcnt table.
1670 Embed.t now passes with PERLIO=stdio as well (tested under ithreads)
1671 Branch: perlio
1672 ! perlio.c
1673____________________________________________________________________________
1674[ 12735] By: jhi on 2001/10/28 13:34:37
1675 Log: Integrate changes #12724 and #12725 from maintperl;
1676 multiarg system now works.
1677 Branch: perl
1678 !> win32/win32.c
1679____________________________________________________________________________
1680[ 12734] By: jhi on 2001/10/28 13:31:54
1681 Log: Integrate perlio.
1682 Branch: perl
1683 +> lib/ExtUtils/Embed.t
1684 !> MANIFEST perlio.c
1685____________________________________________________________________________
1686[ 12733] By: nick on 2001/10/28 13:07:16
1687 Log: Use fd refcounts to solve the problem highlighted by new Embed.t, at
1688 least for PERLIO=perlio unthreaded case
1689 Branch: perlio
1690 ! perlio.c
1691____________________________________________________________________________
1692[ 12732] By: nick on 2001/10/28 11:10:24
1693 Log: Typo in exe name
1694 Branch: perlio
1695 ! lib/ExtUtils/Embed.t
1696____________________________________________________________________________
1697[ 12731] By: nick on 2001/10/28 11:09:59
1698 Log: Integrate Mainline
1699 Branch: perlio
1700 !> Changes configure.com ext/DB_File/DB_File.pm
1701 !> ext/ODBM_File/ODBM_File.xs ext/Time/HiRes/HiRes.xs
1702 !> ext/threads/shared/shared.xs lib/ExtUtils/xsubpp
1703 !> lib/unicore/Is.pl lib/unicore/mktables makedef.pl op.h
1704 !> patchlevel.h perlio.c pod/perlapi.pod pod/perlfaq4.pod
1705 !> pod/perlhack.pod pod/perltoc.pod pod/perlunicode.pod sv.h
1706 !> t/TEST t/op/regexp.t win32/buildext.pl
1707____________________________________________________________________________
1708[ 12730] By: nick on 2001/10/28 11:05:35
1709 Log: Fixup Embed.t for Win32/VC++
1710 Branch: perlio
1711 ! lib/ExtUtils/Embed.t
1712____________________________________________________________________________
1713[ 12729] By: nick on 2001/10/28 09:36:20
1714 Log: Adapt testcase from Doug Maceachern <dougm@covalent.net> for perlio_destruct
1715 bug as lib/ExtUtils/Embed.t which tests that and some aspects of
1716 ExtUtils::Embed.
1717 Branch: perlio
1718 + lib/ExtUtils/Embed.t
1719 ! MANIFEST
1720____________________________________________________________________________
1721[ 12728] By: sky on 2001/10/28 08:12:53
1722 Log: Change #12726 changed require 5.002 to 5.0 somehow, I know I never changed that
1723 line manually!
1724 Branch: perl
1725 ! lib/ExtUtils/xsubpp
1726____________________________________________________________________________
1727[ 12727] By: sky on 2001/10/28 08:02:09
1728 Log: And here we use the prototypes.
1729 Branch: perl
1730 ! ext/threads/shared/shared.xs
1731____________________________________________________________________________
1732[ 12726] By: sky on 2001/10/28 08:00:48
1733 Log: Support [] style prototypes.
1734 Branch: perl
1735 ! lib/ExtUtils/xsubpp
1736____________________________________________________________________________
1737[ 12725] By: gsar on 2001/10/28 04:49:15
1738 Log: yet another multi-arg system() fix on windows: batch files as the
1739 first argument (i.e. directly executed by CreateProcess()) need
1740 extra quoting to escape shell-shock
1741 Branch: maint-5.6/perl
1742 ! win32/win32.c
1743____________________________________________________________________________
1744[ 12724] By: gsar on 2001/10/28 03:49:31
1745 Log: another multi-arg system() fix on windows: passing empty arguments
1746 now works
1747 Branch: maint-5.6/perl
1748 ! win32/win32.c
1749____________________________________________________________________________
1750[ 12723] By: jhi on 2001/10/28 03:32:32
1751 Log: Explicitly expect only 4 or 8 bytes of PTRSIZE.
1752 No final #else #error because we do not seem to
1753 be using #error?
1754 Branch: perl
1755 ! op.h
1756____________________________________________________________________________
1757[ 12722] By: jhi on 2001/10/28 02:41:04
1758 Log: Subject: [PATCH Perl@12647] Time::HiRes ualarm for VMS without one
1759 From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
1760 Date: Sat, 27 Oct 2001 23:28:44 EST
1761 Message-Id: <011027232650.19ae30@DUPHY4.Physics.Drexel.Edu>
1762 Branch: perl
1763 ! ext/Time/HiRes/HiRes.xs
1764____________________________________________________________________________
1765[ 12721] By: jhi on 2001/10/28 01:53:34
1766 Log: Regen perlapi, perltoc.
1767 Branch: perl
1768 ! pod/perlapi.pod pod/perltoc.pod
1769____________________________________________________________________________
1770[ 12720] By: jhi on 2001/10/28 01:30:04
1771 Log: Subject: [PATCH] sv.h documentation
1772 From: Tim Jenness <t.jenness@jach.hawaii.edu>
1773 Date: Sat, 27 Oct 2001 15:27:41 -1000 (HST)
1774 Message-ID: <Pine.LNX.4.33.0110271526270.24647-100000@lapaki>
1775 Branch: perl
1776 ! sv.h
1777____________________________________________________________________________
1778[ 12719] By: gsar on 2001/10/27 23:42:51
1779 Log: "nmake clean" fails to clean ext/... because buildext.pl calls
1780 system("nmake -nologo", "clean") and there is no executable
1781 called "nmake -nologo"; this used to "work" pre-change#12559 due
1782 to bugs in multiarg system() that have since been fixed
1783 Branch: perl
1784 ! win32/buildext.pl
1785____________________________________________________________________________
1786[ 12718] By: jhi on 2001/10/27 21:58:35
1787 Log: Update Changes.
1788 Branch: perl
1789 ! Changes patchlevel.h
1790____________________________________________________________________________
77c5a2e7
JH
1791[ 12717] By: jhi on 2001/10/27 21:54:11
1792 Log: Subject: perlhack.pod addendum for consideration (perlbug mail interface)
1793 From: Richard.Foley@t-online.de (Richard Foley)
1794 Date: Sun, 28 Oct 2001 00:48:32 +0200
1795 Message-ID: <15xbQQ-1BoWxsC@fwd02.sul.t-online.com>
1796 Branch: perl
1797 ! pod/perlhack.pod
1798____________________________________________________________________________
1799[ 12716] By: jhi on 2001/10/27 21:41:02
1800 Log: Must store pointers with the right width.
1801 Branch: perl
1802 ! op.h
1803____________________________________________________________________________
1804[ 12715] By: jhi on 2001/10/27 21:22:52
1805 Log: Integrate change #12711 from perlio;
1806
1807 Use ref count scheme rather than PerlLIO_dup() to do fp_dup().
1808 Restores op/fork.t on Win32 (still segfault on exit of ok 2).
1809 Branch: perl
1810 !> perlio.c
1811____________________________________________________________________________
1812[ 12714] By: jhi on 2001/10/27 21:04:59
1813 Log: Subject: [PATCH] make minitest
1814 From: Nicholas Clark <nick@ccl4.org>
1815 Date: Sat, 27 Oct 2001 22:56:16 +0100
1816 Message-ID: <20011027225616.L20275@plum.flirble.org>
1817 Branch: perl
1818 ! t/TEST
1819____________________________________________________________________________
1820[ 12713] By: jhi on 2001/10/27 20:58:33
1821 Log: Patch #12661 missed this.
1822 Branch: perl
1823 ! ext/DB_File/DB_File.pm
1824____________________________________________________________________________
1825[ 12712] By: jhi on 2001/10/27 20:56:38
1826 Log: Subject: [PATCH perl@12696] C RTL awareness update for VMS
1827 From: "Craig A. Berry" <craigberry@mac.com>
1828 Date: Sat, 27 Oct 2001 16:07:47 -0500
1829 Message-Id: <5.1.0.14.2.20011027134037.01bebc60@exchi01>
1830 Branch: perl
1831 ! configure.com perlio.c
1832____________________________________________________________________________
1833[ 12711] By: nick on 2001/10/27 19:49:25
1834 Log: Use ref count scheme rather than PerlLIO_dup() to do fp_dup().
1835 Restores op/fork.t on Win32 (still segfault on exit of ok 2).
1836 Branch: perlio
1837 ! perlio.c
1838____________________________________________________________________________
1839[ 12710] By: jhi on 2001/10/27 17:07:46
1840 Log: Let's not replace reason if there's one already supplied.
1841 Branch: perl
1842 ! t/op/regexp.t
1843____________________________________________________________________________
1844[ 12709] By: jhi on 2001/10/27 17:02:30
1845 Log: is not good.
1846 Branch: perl
1847 ! t/op/regexp.t
1848____________________________________________________________________________
1849[ 12708] By: jhi on 2001/10/27 16:54:07
1850 Log: ldlibpth can exist but be unset.
1851 Branch: perl
1852 ! t/TEST
1853____________________________________________________________________________
1854[ 12707] By: jhi on 2001/10/27 16:47:07
1855 Log: Unicode: property alias naming cleanup.
1856 Branch: perl
1857 ! lib/unicore/Is.pl lib/unicore/mktables pod/perlunicode.pod
1858____________________________________________________________________________
1859[ 12706] By: jhi on 2001/10/27 15:24:06
1860 Log: FAQ sync.
1861 Branch: perl
1862 ! pod/perlfaq4.pod
1863____________________________________________________________________________
1864[ 12705] By: jhi on 2001/10/27 15:23:15
1865 Log: Integrate change #12703 from maintperl;
1866
1867 typemap stuff intervenes before declaration, move it to PREINIT
1868 section
1869
1870 (an empty integrate, but now the files are in sync
1871 between the branches)
1872 Branch: perl
1873 !> ext/ODBM_File/ODBM_File.xs
1874____________________________________________________________________________
1875[ 12704] By: jhi on 2001/10/27 15:21:17
1876 Log: More PerlIO symbols.
1877 Branch: perl
1878 ! makedef.pl
1879____________________________________________________________________________
1880[ 12703] By: gsar on 2001/10/27 15:12:54
1881 Log: typemap stuff intervenes before declaration, move it to PREINIT
1882 section
1883 Branch: maint-5.6/perl
1884 ! ext/ODBM_File/ODBM_File.xs
1885____________________________________________________________________________
1886[ 12702] By: nick on 2001/10/27 14:09:35
1887 Log: Integrate mainline
1888 Branch: perlio
1889 +> ext/threads/shared/t/av_simple.t
1890 +> ext/threads/shared/t/hv_refs.t
1891 +> ext/threads/shared/t/hv_simple.t lib/unicore/To/Fold.pl
1892 !> (integrate 109 files)
1893____________________________________________________________________________
1894[ 12700] By: ams on 2001/10/26 21:22:23
1895 Log: Subject: [PATCH] tweak divide
1896 From: Nicholas Clark <nick@ccl4.org>
1897 Date: Fri, 26 Oct 2001 22:52:17 +0100
1898 Message-Id: <20011026225217.B20275@plum.flirble.org>
1899 Branch: perl
1900 ! pp.c
1901____________________________________________________________________________
1902[ 12699] By: pudge on 2001/10/26 20:49:00
1903 Log: Integrate a buncha things from maintperl.
1904 Branch: maint-5.6/macperl
1905 !> (integrate 32 files)
1906____________________________________________________________________________
1907[ 12698] By: jhi on 2001/10/26 19:13:24
1908 Log: Subject: [PATCH] Re: DynaLoader problem on NCR SVR4 box
1909 From: Andy Dougherty <doughera@lafayette.edu>
1910 Date: Fri, 26 Oct 2001 14:36:29 -0400 (EDT)
1911 Message-ID: <Pine.SOL.4.10.10110261434280.23229-100000@maxwell.phys.lafayette.edu>
1912 Branch: perl
1913 ! hints/svr4.sh
1914____________________________________________________________________________
1915[ 12697] By: jhi on 2001/10/26 18:42:58
1916 Log: When you're root, many things become writable.
1917 Branch: perl
1918 ! lib/ExtUtils/Mkbootstrap.t lib/ExtUtils/Packlist.t
1919____________________________________________________________________________
1920[ 12696] By: jhi on 2001/10/26 15:52:58
1921 Log: Update Changes.
1922 Branch: perl
1923 ! Changes patchlevel.h
1924____________________________________________________________________________
26937272
JH
1925[ 12695] By: gsar on 2001/10/26 15:34:31
1926 Log: Term/Cap.t attempts to access the floppy drive for no good reason
1927 on dosish systems
1928 Branch: perl
1929 ! lib/Term/Cap.t
1930____________________________________________________________________________
1931[ 12694] By: gsar on 2001/10/26 15:15:16
1932 Log: fix misleading comment on known inadequacy in B::Terse, and skip
1933 it correctly
1934 Branch: perl
1935 ! ext/B/t/terse.t
1936____________________________________________________________________________
1937[ 12693] By: gsar on 2001/10/26 14:53:56
1938 Log: fix spurious AutoSplit.t failure under windows
1939 Branch: perl
1940 ! lib/AutoSplit.t
1941____________________________________________________________________________
1942[ 12692] By: gsar on 2001/10/26 14:39:06
1943 Log: Time::HiRes::alarm() ain't gonna work either if ualarm() ain't
1944 Branch: perl
1945 ! ext/Time/HiRes/HiRes.t
1946____________________________________________________________________________
1947[ 12691] By: jhi on 2001/10/26 14:34:15
1948 Log: More logical to use %04"UVXf" than %"UVuf" since
1949 the Unicode standard prefers hex.
1950 Branch: perl
1951 ! lib/unicore/To/Fold.pl lib/unicore/To/Lower.pl
1952 ! lib/unicore/To/Title.pl lib/unicore/To/Upper.pl
1953 ! lib/unicore/mktables utf8.c
1954____________________________________________________________________________
1955[ 12690] By: gsar on 2001/10/26 14:15:55
1956 Log: change#12065 seems to have broken Encode build on windows; fix
1957 Branch: perl
1958 ! ext/Encode/Encode.xs ext/Encode/Makefile.PL
1959____________________________________________________________________________
1960[ 12689] By: jhi on 2001/10/26 14:12:04
1961 Log: Unicode: add the case folding table.
1962 Branch: perl
1963 + lib/unicore/To/Fold.pl
1964 ! MANIFEST lib/unicore/mktables
1965____________________________________________________________________________
1966[ 12688] By: sky on 2001/10/26 13:51:29
1967 Log: Get the new functions right, do not export lock since we use builtin lock.
1968 TODO: fix xsubpp to support the new prototypes
1969 Branch: perl
1970 ! ext/threads/shared/shared.pm ext/threads/shared/shared.xs
1971____________________________________________________________________________
1972[ 12687] By: jhi on 2001/10/26 13:43:03
1973 Log: USE_ENVIRON_ARRAY instead of !MACOS_TRADITIONAL,
1974 as suggested by Sarathy.
1975 Branch: perl
1976 ! mg.c
1977____________________________________________________________________________
1978[ 12686] By: gsar on 2001/10/26 13:39:52
1979 Log: avoid compiler warning
1980 Branch: perl
1981 ! win32/win32.c
1982____________________________________________________________________________
1983[ 12685] By: jhi on 2001/10/26 13:39:12
1984 Log: WinCE update from Rainer Keuchel.
1985 Branch: perl
1986 ! perl.h wince/Makefile.ce wince/config.ce wince/perldll.def
1987 ! wince/wince.c
1988____________________________________________________________________________
1989[ 12684] By: sky on 2001/10/26 13:34:33
1990 Log: And then finally cond_wait cond_signal and cond_broadcast are now implmented.
1991 Branch: perl
1992 ! ext/threads/shared/shared.pm ext/threads/shared/shared.xs
1993____________________________________________________________________________
1994[ 12683] By: gbarr on 2001/10/26 13:32:47
1995 Log: More fixes that were made to the core and not in the libnet src
1996 Branch: perl
1997 ! lib/Net/Domain.pm
1998____________________________________________________________________________
1999[ 12682] By: jhi on 2001/10/26 13:31:10
2000 Log: Subject: Re: DB_File-1.79 on Cygwin 1.3.3
2001 From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
2002 Date: Fri, 26 Oct 2001 13:55:21 +0200
2003 Message-Id: <20011026135017.F575.H.M.BRAND@hccnet.nl>
2004
2005 (plus make the db-recno.t#59 accept both \n and \r\n)
2006 Branch: perl
2007 ! ext/DB_File/t/db-btree.t ext/DB_File/t/db-hash.t
2008 ! ext/DB_File/t/db-recno.t
2009____________________________________________________________________________
2010[ 12681] By: gbarr on 2001/10/26 13:22:38
2011 Log: Fix tests to be able to run in the core and the CPAN dist
2012 Branch: perl
2013 ! lib/Net/t/ftp.t lib/Net/t/hostname.t lib/Net/t/nntp.t
2014 ! lib/Net/t/require.t lib/Net/t/smtp.t
2015____________________________________________________________________________
2016[ 12680] By: jhi on 2001/10/26 13:16:03
2017 Log: Subject: Re: perl@12605 on VMS, [minor PATCH enclosed]
2018 From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
2019 Message-Id: <011026081912.dc29b@DUPHY4.Physics.Drexel.Edu>
2020 Date: Fri, 26 Oct 2001 08:34:46 EDT
2021 Branch: perl
2022 ! ext/Time/HiRes/HiRes.t
2023____________________________________________________________________________
2024[ 12679] By: gbarr on 2001/10/26 13:11:00
2025 Log: Sync libnet modules with what will be libnet-1.08
2026 Branch: perl
2027 ! lib/Net/ChangeLog.libnet lib/Net/Cmd.pm lib/Net/Config.pm
2028 ! lib/Net/Domain.pm lib/Net/FTP.pm lib/Net/FTP/I.pm
2029 ! lib/Net/Netrc.pm lib/Net/SMTP.pm lib/Net/t/ftp.t
2030 ! lib/Net/t/hostname.t lib/Net/t/nntp.t lib/Net/t/smtp.t
2031____________________________________________________________________________
2032[ 12678] By: jhi on 2001/10/26 13:03:01
2033 Log: Integrate maintperl changes #12268 and #12669;
2034
2035 final touches to the audit for statics and thread-unsafe code
2036 * make DB_File, ODBM_File thread-safe
2037 * remove unnecessary/dangerous statics and protect others
2038 from not getting accidentally enabled under threaded perls
2039
2040 windows support functions get_childdir() et al aren't exported
2041 correctly under vanilla build
2042
2043 Testing under win32 appreciated since changes there had
2044 to be manually merged and I cannot test how badly did I do.
2045 Branch: perl
2046 !> ext/B/B.xs ext/DB_File/DB_File.xs ext/File/Glob/Glob.xs
2047 !> ext/ODBM_File/ODBM_File.xs ext/Opcode/Opcode.xs ext/re/re.xs
2048 !> gv.c iperlsys.h makedef.pl mg.c op.c scope.c toke.c util.c
2049 !> win32/vmem.h win32/win32.c win32/win32iop.h
2050____________________________________________________________________________
2051[ 12677] By: sky on 2001/10/26 12:37:17
2052 Log: More Config::threads to threads::threads changes
2053 Branch: perl
2054 ! ext/threads/shared/shared.pm ext/threads/t/basic.t
2055____________________________________________________________________________
2056[ 12676] By: sky on 2001/10/26 12:31:46
2057 Log: Make new() work exactly like create(). Move from Config::threads to threads::threads
2058 Branch: perl
2059 ! ext/threads/threads.pm ext/threads/threads.xs
2060____________________________________________________________________________
2061[ 12675] By: sky on 2001/10/26 12:06:30
2062 Log: Allocing a TLS in runtime is not too hot.
2063 Branch: perl
2064 ! ext/threads/threads.xs
2065____________________________________________________________________________
2066[ 12674] By: sky on 2001/10/26 11:59:09
2067 Log: Don't display debug data.
2068 Branch: perl
2069 ! ext/threads/threads.pm
2070____________________________________________________________________________
2071[ 12673] By: sky on 2001/10/26 11:35:47
2072 Log: Extend support of change #12672 to support arrays and hashes. Shared reference support is
2073 complete bar support for blessed objects.
2074 TODO: tests for shared arrays and more hv reference tests. Also a complex test testing all types intermixed.
2075 Branch: perl
2076 ! ext/threads/shared/shared.xs ext/threads/shared/t/hv_refs.t
2077____________________________________________________________________________
2078[ 12672] By: sky on 2001/10/26 11:15:28
2079 Log: Fix case where shared reference does not exist in current thread.
2080 Branch: perl
2081 ! ext/threads/shared/shared.xs ext/threads/shared/t/hv_refs.t
2082____________________________________________________________________________
2083[ 12671] By: sky on 2001/10/26 08:48:52
2084 Log: Support for references in shared arrays.
2085 Branch: perl
2086 ! ext/threads/shared/shared.xs
2087____________________________________________________________________________
2088[ 12670] By: sky on 2001/10/26 08:30:11
2089 Log: Add tests for references in hashes.
2090 Branch: perl
2091 + ext/threads/shared/t/hv_refs.t
2092 ! MANIFEST
2093____________________________________________________________________________
2094[ 12669] By: gsar on 2001/10/26 06:07:10
2095 Log: windows support functions get_childdir() et al aren't exported
2096 correctly under vanilla build
2097 Branch: maint-5.6/perl
2098 ! iperlsys.h makedef.pl mg.c win32/win32.c win32/win32iop.h
2099____________________________________________________________________________
2100[ 12668] By: gsar on 2001/10/26 03:52:12
2101 Log: final touches to the audit for statics and thread-unsafe code
2102 * make DB_File, ODBM_File thread-safe
2103 * remove unnecessary/dangerous statics and protect others
2104 from not getting accidentally enabled under threaded perls
2105 Branch: maint-5.6/perl
2106 ! ext/B/B.xs ext/DB_File/DB_File.xs ext/File/Glob/Glob.xs
2107 ! ext/ODBM_File/ODBM_File.xs ext/Opcode/Opcode.xs ext/re/re.xs
2108 ! gv.c mg.c op.c scope.c toke.c util.c win32/vmem.h
2109 ! win32/win32.c
2110____________________________________________________________________________
2111[ 12667] By: ams on 2001/10/26 03:48:36
2112 Log: Subject: [PATCH] Fix sharedsv.c compile-time warnings.
2113 From: "Richard Soderberg" <rs@crystalflame.net>
2114 Date: Thu, 25 Oct 2001 23:42:50 -0400
2115 Message-Id: <NAEKLNAAHLMBPMPNBMLEKEJCEAAA.rs@crystalflame.net>
2116 Branch: perl
2117 ! sharedsv.c
2118____________________________________________________________________________
2119[ 12666] By: jhi on 2001/10/26 02:07:17
2120 Log: Integrate change #12664 from maintperl;
2121
2122 the newest GCCs don't seem to like C<"string1"##STRING2>
2123 so keep it as C<"string1" STRING2> (latter appears to
2124 work everywhere)
2125 Branch: perl
2126 !> ext/DynaLoader/dlutils.c
2127____________________________________________________________________________
2128[ 12665] By: jhi on 2001/10/26 02:04:29
2129 Log: Subject: [PATCH] perl.h for Mac OS (Classic)
2130 From: Chris Nandor <pudge@pobox.com>
2131 Date: Thu, 25 Oct 2001 22:15:03 -0400
2132 Message-Id: <p0510030db7fe771a5a34@[10.0.1.177]>
2133 Branch: perl
2134 ! perl.h
2135____________________________________________________________________________
2136[ 12664] By: gsar on 2001/10/26 00:22:35
2137 Log: the newest GCCs don't seem to like C<"string1"##STRING2> so keep it as
2138 C<"string1" STRING2> (latter appears to work everywhere)
2139 Branch: maint-5.6/perl
2140 ! ext/DynaLoader/dlutils.c
2141____________________________________________________________________________
2142[ 12663] By: jhi on 2001/10/25 22:59:44
2143 Log: AUTHORS update.
2144 Branch: perl
2145 ! AUTHORS
2146____________________________________________________________________________
2147[ 12662] By: jhi on 2001/10/25 22:50:41
2148 Log: Integrate change #12660 from maintperl;
2149
2150 make the dMY_CXT stuff available under all of
2151 MULTIPLICITY/PERL_OBJECT/USE_ITHREADS
2152 Branch: perl
2153 !> perl.h
2154____________________________________________________________________________
2155[ 12661] By: jhi on 2001/10/25 22:47:28
2156 Log: Subject: [PATCH] DB_File-1.79
2157 From: "Paul Marquess" <paul.marquess@openwave.com>
2158 Date: Fri, 26 Oct 2001 00:03:54 +0100
2159 Message-ID: <AIEAJICLCBDNAAOLLOKLAEELDDAA.paul.marquess@openwave.com>
2160 Branch: perl
2161 ! ext/DB_File/Changes ext/DB_File/DB_File.xs
2162 ! ext/DB_File/t/db-recno.t ext/DB_File/version.c
2163____________________________________________________________________________
2164[ 12660] By: gsar on 2001/10/25 22:44:44
2165 Log: make the dMY_CXT stuff available under all of
2166 MULTIPLICITY/PERL_OBJECT/USE_ITHREADS
2167 Branch: maint-5.6/perl
2168 ! perl.h
2169____________________________________________________________________________
2170[ 12659] By: jhi on 2001/10/25 21:27:23
2171 Log: Subject: [PATCH t/run/killperl.t] Re: [ID 20011025.054] Segmentation fault when using the function read not correctly
2172 From: Michael G Schwern <schwern@pobox.com>
2173 Date: Thu, 25 Oct 2001 18:28:12 -0400
2174 Message-ID: <20011025182812.M4811@blackrider>
2175 Branch: perl
2176 ! t/run/kill_perl.t
2177____________________________________________________________________________
2178[ 12658] By: jhi on 2001/10/25 20:54:58
2179 Log: STRLEN != int.
2180 Branch: perl
2181 ! regcomp.c regexec.c
2182____________________________________________________________________________
2183[ 12657] By: jhi on 2001/10/25 20:51:44
2184 Log: Subject: [PATCH] remove small IVop redundancy
2185 From: Nicholas Clark <nick@ccl4.org>
2186 Date: Thu, 25 Oct 2001 22:48:28 +0100
2187 Message-ID: <20011025224827.M66471@plum.flirble.org>
2188 Branch: perl
2189 ! pp.c pp_hot.c
2190____________________________________________________________________________
2191[ 12656] By: jhi on 2001/10/25 18:45:52
2192 Log: Metaconfig unit change for #12655.
2193 Branch: metaconfig/U/perl
2194 ! Extensions.U
2195____________________________________________________________________________
2196[ 12655] By: jhi on 2001/10/25 18:45:18
2197 Log: Subject: Re: Not OK @12650
2198 From: Andy Dougherty <doughera@lafayette.edu>
2199 Date: Thu, 25 Oct 2001 15:34:02 -0400 (EDT)
2200 Message-ID: <Pine.SOL.4.10.10110251520300.22317-100000@maxwell.phys.lafayette.edu>
2201 Branch: perl
2202 ! Configure
2203____________________________________________________________________________
2204[ 12654] By: jhi on 2001/10/25 18:07:58
2205 Log: Integrate changes #12652 and #12653 from maintperl;
2206
2207 more tweaks to change#12626
2208 * move the boilerplate code over to perl.h and make DynaLoader
2209 use it
2210 * make re, Opcode, File::Glob and B threadsafe
2211 * re.xs needed s/deinstall/uninstall/ (guess nobody uses
2212 C<no re;> anywhere)
2213
2214 include XS_VERSION in MY_CXT_KEY (tweak for change#12652)
2215
2216 File::Glob required a bit more work in bleadperl
2217 because of ExtUtils::Constant (see the Makefile.PL change)
2218 Branch: perl
2219 ! ext/File/Glob/Glob.pm ext/File/Glob/Makefile.PL
2220 !> ext/B/B.xs ext/DynaLoader/dlutils.c ext/File/Glob/Glob.xs
2221 !> ext/Opcode/Opcode.xs ext/re/re.xs perl.h
2222____________________________________________________________________________
2223[ 12653] By: gsar on 2001/10/25 17:23:52
2224 Log: include XS_VERSION in MY_CXT_KEY (tweak for change#12652)
2225 Branch: maint-5.6/perl
2226 ! ext/B/B.xs ext/DynaLoader/dlutils.c ext/File/Glob/Glob.xs
2227 ! ext/Opcode/Opcode.xs ext/re/re.xs
2228____________________________________________________________________________
2229[ 12652] By: gsar on 2001/10/25 16:46:44
2230 Log: more tweaks to change#12626
2231 * move the boilerplate code over to perl.h and make DynaLoader
2232 use it
2233 * make re, Opcode, File::Glob and B threadsafe
2234 * re.xs needed s/deinstall/uninstall/ (guess nobody uses
2235 C<no re;> anywhere)
2236 Branch: maint-5.6/perl
2237 ! ext/B/B.xs ext/DynaLoader/dlutils.c ext/File/Glob/Glob.xs
2238 ! ext/Opcode/Opcode.xs ext/re/re.xs perl.h
2239____________________________________________________________________________
2240[ 12651] By: jhi on 2001/10/25 16:35:51
2241 Log: Metaconfig unit change for #12650.
2242 Branch: metaconfig/U/perl
2243 ! Extensions.U
2244____________________________________________________________________________
2245[ 12650] By: jhi on 2001/10/25 16:35:34
2246 Log: Subject: Re: ithreads doesn't like usedl=n
2247 From: Andy Dougherty <doughera@lafayette.edu>
2248 Date: Thu, 25 Oct 2001 13:16:00 -0400 (EDT)
2249 Message-ID: <Pine.SOL.4.10.10110251312200.22183-100000@maxwell.phys.lafayette.edu>
2250
2251 Special-case threads::shared.
2252 Branch: perl
2253 ! Configure
2254____________________________________________________________________________
2255[ 12649] By: jhi on 2001/10/25 16:21:35
2256 Log: Getting fancier...
2257 Branch: perl
2258 ! t/TEST
2259____________________________________________________________________________
2260[ 12648] By: jhi on 2001/10/25 14:26:20
2261 Log: csh - what a pain.
2262 Branch: perl
2263 ! t/TEST
2264____________________________________________________________________________
2265[ 12647] By: jhi on 2001/10/25 14:04:01
2266 Log: Update Changes.
2267 Branch: perl
2268 ! Changes patchlevel.h
2269____________________________________________________________________________
c913bd71
JH
2270[ 12646] By: jhi on 2001/10/25 13:34:19
2271 Log: Allow resetting the locale system for the duration
2272 of the build (Mac OS X default setting LANG=En_US
2273 ist kaputt)
2274 Branch: perl
2275 ! Makefile.SH
2276____________________________________________________________________________
2277[ 12645] By: jhi on 2001/10/25 13:04:17
2278 Log: Update the MD5 checksum of MD5.xs (caused by #12642)
2279 Branch: perl
2280 ! ext/Digest/MD5/t/files.t
2281____________________________________________________________________________
2282[ 12644] By: jhi on 2001/10/25 12:56:33
2283 Log: Subject: [PATCH] Omit needless calls to pod2man (perl@12641)
2284 From: Andy Dougherty <doughera@lafayette.edu>
2285 Date: Thu, 25 Oct 2001 09:56:57 -0400 (EDT)
2286 Message-ID: <Pine.SOL.4.10.10110250955390.18833-100000@maxwell.phys.lafayette.edu>
2287 Branch: perl
2288 ! ext/I18N/Langinfo/Makefile.PL ext/threads/Makefile.PL
2289 ! ext/threads/shared/Makefile.PL
2290____________________________________________________________________________
2291[ 12643] By: sky on 2001/10/25 12:28:26
2292 Log: Add support for reference members of hashes.
2293 Branch: perl
2294 ! ext/threads/shared/shared.xs
2295____________________________________________________________________________
2296[ 12642] By: ams on 2001/10/25 12:21:13
2297 Log: Subject: [PATCH] ext/Digest/MD5/MD5.xs RFC typo
2298 From: "Norton Allen" <nort@qnx.com>
2299 Date: Thu, 25 Oct 2001 08:53:56 -0400 (edt)
2300 Message-Id: <200110251253.IAA180600866@rosamund.arp.harvard.edu>
2301 Branch: perl
2302 ! ext/Digest/MD5/MD5.xs
2303____________________________________________________________________________
2304[ 12641] By: sky on 2001/10/25 10:27:39
2305 Log: Tests shared hashes.
2306 Branch: perl
2307 + ext/threads/shared/t/hv_simple.t
2308 ! MANIFEST
2309____________________________________________________________________________
2310[ 12640] By: sky on 2001/10/25 10:18:23
2311 Log: Fix threadcounts for arrays and hashes.
2312 Branch: perl
2313 ! ext/threads/shared/shared.pm ext/threads/shared/shared.xs
2314____________________________________________________________________________
2315[ 12639] By: sky on 2001/10/25 10:17:26
2316 Log: Note to self, doing *src_ary++ in a macro that evaluates
2317 the value more than once is a good way to dump core.
2318 Branch: perl
2319 ! sharedsv.c
2320____________________________________________________________________________
2321[ 12638] By: jhi on 2001/10/25 05:18:06
2322 Log: Integrate change #12636 from maintperl; more dl fixups.
2323 Branch: perl
2324 !> ext/DynaLoader/dl_mac.xs ext/DynaLoader/dl_next.xs
2325 !> ext/DynaLoader/dl_vms.xs
2326____________________________________________________________________________
2327[ 12637] By: jhi on 2001/10/25 05:14:17
2328 Log: Like dl_hpux, like dl_dld.
2329 Branch: perl
2330 ! ext/DynaLoader/dl_dld.xs
2331____________________________________________________________________________
2332[ 12636] By: gsar on 2001/10/25 02:34:06
2333 Log: followups to change#12635
2334 Branch: maint-5.6/perl
2335 ! ext/DynaLoader/dl_mac.xs ext/DynaLoader/dl_next.xs
2336 ! ext/DynaLoader/dl_vms.xs
2337____________________________________________________________________________
2338[ 12635] By: gsar on 2001/10/25 02:22:03
2339 Log: add part of change#12634 to the two files that need it; dl_aix.xs
2340 in maint-5.6 doesn't have the branch that had the problem in
2341 mainline
2342 Branch: maint-5.6/perl
2343 ! ext/DynaLoader/dl_dld.xs ext/DynaLoader/dl_hpux.xs
2344____________________________________________________________________________
2345[ 12634] By: jhi on 2001/10/25 01:53:03
2346 Log: Fixes for #12627.
2347 Branch: perl
2348 ! ext/DynaLoader/dl_aix.xs ext/DynaLoader/dl_hpux.xs
2349____________________________________________________________________________
2350[ 12633] By: jhi on 2001/10/25 01:52:33
2351 Log: Since pv_uni_display and sv_uni_display are now used
2352 in the re extension, their symbols have to be exported.
2353 Branch: perl
2354 ! embed.pl global.sym
2355____________________________________________________________________________
2356[ 12632] By: jhi on 2001/10/25 01:00:06
2357 Log: Subject: Re: [PATCH Perl@12567] debug /list
2358 From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
2359 Date: Tue, 23 Oct 2001 21:40:33 EDT
2360 Message-Id: <011023214011.184825@DUPHY4.Physics.Drexel.Edu>
2361 Branch: perl
2362 ! configure.com
2363____________________________________________________________________________
2364[ 12631] By: jhi on 2001/10/25 00:25:55
2365 Log: This takes care of some of the re 'debug' cases but
2366 not all cases since the information whether the pattern
2367 or the target are utf8 seems to be either lost or not
2368 spread widely enough, sigh.
2369 Branch: perl
2370 ! regcomp.c
2371____________________________________________________________________________
2372[ 12630] By: jhi on 2001/10/25 00:03:07
2373 Log: Subject: [PATCH] - was RE: [PATCH perl@12443] VMS64-bitconfigure
2374 From: John Peacock <jpeacock@rowman.com>
2375 Date: Wed, 24 Oct 2001 16:53:29 -0400
2376 Message-ID: <3BD72A49.1508D152@rowman.com>
2377 Branch: perl
2378 ! configure.com
2379____________________________________________________________________________
2380[ 12629] By: jhi on 2001/10/24 23:16:21
2381 Log: Upgrade NetWare and WinCE as in #12626.
2382 Branch: perl
2383 ! NetWare/dl_netware.xs wince/dl_win32.xs
2384____________________________________________________________________________
2385[ 12628] By: jhi on 2001/10/24 23:07:00
2386 Log: Tru64 compiler nit.
2387 Branch: perl
2388 ! ext/threads/shared/shared.xs
2389____________________________________________________________________________
2390[ 12627] By: jhi on 2001/10/24 22:02:23
2391 Log: Integrate change #12626 from maintperl;
2392 make DynaLoader threadsafe by moving all statics into
2393 interpreter-local space
2394
2395 TODO: Netware, OS/2, WinCE
2396 Branch: perl
2397 !> ext/DynaLoader/dl_aix.xs ext/DynaLoader/dl_beos.xs
2398 !> ext/DynaLoader/dl_dld.xs ext/DynaLoader/dl_dllload.xs
2399 !> ext/DynaLoader/dl_dlopen.xs ext/DynaLoader/dl_dyld.xs
2400 !> ext/DynaLoader/dl_hpux.xs ext/DynaLoader/dl_mac.xs
2401 !> ext/DynaLoader/dl_mpeix.xs ext/DynaLoader/dl_next.xs
2402 !> ext/DynaLoader/dl_vmesa.xs ext/DynaLoader/dl_vms.xs
2403 !> ext/DynaLoader/dlutils.c win32/dl_win32.xs
2404____________________________________________________________________________
2405[ 12626] By: gsar on 2001/10/24 21:43:10
2406 Log: make DynaLoader threadsafe by moving all statics into interpreter-local
2407 space
2408 Branch: maint-5.6/perl
2409 ! ext/DynaLoader/dl_aix.xs ext/DynaLoader/dl_beos.xs
2410 ! ext/DynaLoader/dl_dld.xs ext/DynaLoader/dl_dllload.xs
2411 ! ext/DynaLoader/dl_dlopen.xs ext/DynaLoader/dl_dyld.xs
2412 ! ext/DynaLoader/dl_hpux.xs ext/DynaLoader/dl_mac.xs
2413 ! ext/DynaLoader/dl_mpeix.xs ext/DynaLoader/dl_next.xs
2414 ! ext/DynaLoader/dl_vmesa.xs ext/DynaLoader/dl_vms.xs
2415 ! ext/DynaLoader/dlutils.c win32/dl_win32.xs
2416____________________________________________________________________________
2417[ 12625] By: sky on 2001/10/24 20:05:26
2418 Log: Change #12623 inflicted an infinite hang. Fixed.
2419 Branch: perl
2420 ! ext/threads/shared/shared.xs
2421____________________________________________________________________________
2422[ 12624] By: sky on 2001/10/24 19:06:55
2423 Log: Adds support for hashes. Neither hashes nor arrays can contain references yet.
2424 Branch: perl
2425 ! ext/threads/shared/shared.pm ext/threads/shared/shared.xs
2426____________________________________________________________________________
2427[ 12623] By: sky on 2001/10/24 18:06:34
2428 Log: We need to do sharedsv_find in the original perl context.
2429 Branch: perl
2430 ! ext/threads/shared/shared.xs
2431____________________________________________________________________________
2432[ 12622] By: sky on 2001/10/24 17:26:51
2433 Log: Add support for basic support for AVs, references not supported yet.
2434 Add test for AVs.
2435 Add more tests to sv_refs
2436 Fix documentation issues.
2437 Branch: perl
2438 + ext/threads/shared/t/av_simple.t
2439 ! MANIFEST ext/threads/shared/shared.pm
2440 ! ext/threads/shared/shared.xs ext/threads/shared/t/sv_refs.t
2441____________________________________________________________________________
2442[ 12621] By: jhi on 2001/10/24 14:08:39
2443 Log: Dump Unicode better for re 'debug'. The regprop()
2444 is unfinished since have to figure out how to detect
2445 Unicodeness in there.
2446 Branch: perl
2447 ! regcomp.c regexec.c
2448____________________________________________________________________________
2449[ 12620] By: sky on 2001/10/24 13:18:07
2450 Log: Add support for finding shared arrays and hashes.
2451 Branch: perl
2452 ! sharedsv.c
2453____________________________________________________________________________
2454[ 12619] By: jhi on 2001/10/24 13:06:24
2455 Log: Rewrite sv_uni_display() as pv_uni_display() as
2456 reimplement sv_uni_display() using that.
2457 Branch: perl
2458 ! dump.c embed.h embed.pl proto.h
2459____________________________________________________________________________
2460[ 12618] By: jhi on 2001/10/24 12:14:03
2461 Log: Integrate change #12615 from maintperl;
2462 on Windows, IO::File::new_tmpfile() fails after being called
2463 32767 times because MSVCRT thinks stdio's TMP_MAX is a
2464 process-wide limit
2465 Branch: perl
2466 !> win32/win32.c
2467____________________________________________________________________________
2468[ 12617] By: jhi on 2001/10/24 12:10:37
2469 Log: Don't try to print ints as IVs.
2470 Branch: perl
2471 ! ext/Time/HiRes/HiRes.xs
2472____________________________________________________________________________
2473[ 12616] By: sky on 2001/10/24 11:06:35
2474 Log: We only need to fetch the SV from the backend if the index
2475 is not the same as mg_private. In theory this could be
2476 a problem if there are an exact multiple of U16 changes
2477 of a shared variable between two access in a given thread,
2478 we choose to avoid theory for now.
2479 Branch: perl
2480 ! ext/threads/shared/shared.xs sharedsv.c sharedsv.h
2481____________________________________________________________________________
2482[ 12615] By: gsar on 2001/10/24 04:09:43
2483 Log: on Windows, IO::File::new_tmpfile() fails after being called
2484 32767 times because MSVCRT thinks stdio's TMP_MAX is a
2485 process-wide limit
2486 Branch: maint-5.6/perl
2487 ! win32/win32.c
2488____________________________________________________________________________
2489[ 12614] By: jhi on 2001/10/23 22:19:34
2490 Log: Negation and Unicode: sort of solves 20010303.010,
2491 except not quite like reported in the Subject
2492 (Perl_warner is still utf8-ignorant).
2493 Branch: perl
2494 ! pp.c t/lib/warnings/sv
2495____________________________________________________________________________
2496[ 12613] By: jhi on 2001/10/23 21:53:13
2497 Log: Make the "isn't numeric" warning to show Unicode as Unicode.
2498 Branch: perl
2499 ! sv.c t/lib/warnings/sv
2500____________________________________________________________________________
2501[ 12612] By: jhi on 2001/10/23 21:52:45
2502 Log: sv_uni_display(): do not add the "...", let the caller
2503 do it if wanted, and be prepared for more display options.
2504 Branch: perl
2505 ! dump.c embed.h embed.pl proto.h
2506____________________________________________________________________________
2507[ 12611] By: nick on 2001/10/23 20:28:07
2508 Log: Integrate mainline
2509 Branch: perlio
2510 !> Changes configure.com cygwin/cygwin.c
2511 !> ext/DynaLoader/DynaLoader_pm.PL ext/File/Glob/t/basic.t
2512 !> ext/Time/HiRes/HiRes.t ext/Time/HiRes/HiRes.xs lib/AutoSplit.t
2513 !> lib/File/Spec.t lib/File/Spec/Mac.pm lib/File/Spec/Win32.pm
2514 !> lib/Net/Domain.pm patchlevel.h perl.c perlio.c
2515 !> pod/perlunicode.pod pp.c t/TEST t/op/lc.t t/op/taint.t
2516 !> utils/h2xs.PL utils/perldoc.PL
2517____________________________________________________________________________
2518[ 12610] By: sky on 2001/10/23 19:39:24
2519 Log: Change #12607 introduced a bug, seems like some MAGICAL svs don't call themselves
2520 READONLY but still dies with modification attempt. We only call bless for ext and
2521 umagic.
2522 Branch: perl
2523 ! sv.c
2524____________________________________________________________________________
2525[ 12609] By: jhi on 2001/10/23 19:35:02
2526 Log: Croak() on negative time; doc tweaks.
2527 Branch: perl
2528 ! ext/Time/HiRes/HiRes.pm ext/Time/HiRes/HiRes.t
2529 ! ext/Time/HiRes/HiRes.xs
2530____________________________________________________________________________
2531[ 12608] By: jhi on 2001/10/23 18:38:03
2532 Log: FAQ sync.
2533 Branch: perl
2534 ! pod/perlfaq4.pod pod/perlfaq7.pod
2535____________________________________________________________________________
2536[ 12607] By: sky on 2001/10/23 18:27:27
2537 Log: Call setmagic on the referant we blessing!
2538 Branch: perl
2539 ! sv.c
2540____________________________________________________________________________
2541[ 12606] By: jhi on 2001/10/23 16:30:00
2542 Log: Small test nits.
2543 Branch: perl
2544 ! t/op/lc.t
2545____________________________________________________________________________
2546[ 12605] By: jhi on 2001/10/23 13:08:32
2547 Log: Update Changes.
2548 Branch: perl
2549 ! Changes patchlevel.h
2550____________________________________________________________________________
a14267ca
JH
2551[ 12604] By: jhi on 2001/10/23 13:03:21
2552 Log: Make the PerlIO_init() prototypes consistent.
2553 Branch: perl
2554 ! perlio.c
2555____________________________________________________________________________
2556[ 12603] By: jhi on 2001/10/23 12:54:52
2557 Log: Upping the test count is a good idea.
2558 Branch: perl
2559 ! t/op/lc.t
2560____________________________________________________________________________
2561[ 12602] By: jhi on 2001/10/23 12:52:10
2562 Log: Document the final sigma spot.
2563 Branch: perl
2564 ! pp.c
2565____________________________________________________________________________
2566[ 12601] By: jhi on 2001/10/23 12:26:12
2567 Log: Fix multicharacter titlecase (ucfirst).
2568 Branch: perl
2569 ! pod/perlunicode.pod pp.c t/op/lc.t
2570____________________________________________________________________________
2571[ 12600] By: jhi on 2001/10/23 11:47:19
2572 Log: Subject: [PATCH 5.6.1 perldoc] one more touch on File::Temp
2573 From: Mikhail Zabaluev <mhz@alt-linux.org>
2574 Date: Tue, 23 Oct 2001 10:40:37 +0400
2575 Message-ID: <20011023104037.A12761@localhost.localdomain>
2576
2577 (#12406 replaced with this)
2578 Branch: perl
2579 ! utils/perldoc.PL
2580____________________________________________________________________________
2581[ 12599] By: jhi on 2001/10/23 00:26:17
2582 Log: MacOS Classic updates from Pudge.
2583 Branch: perl
2584 ! lib/File/Spec.t lib/File/Spec/Mac.pm
2585____________________________________________________________________________
2586[ 12598] By: jhi on 2001/10/22 22:32:59
2587 Log: Subject: [PATCH bleadperl] AutoSplit.t now passes (partialy) on Win32
2588 From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
2589 Date: Sun, 14 Oct 2001 23:14:46 +0200
2590 Message-ID: <265984377.20011014231446@tesla.rcub.bg.ac.yu>
2591
2592 except for the 2->4 changes.
2593 Branch: perl
2594 ! lib/AutoSplit.t
2595____________________________________________________________________________
2596[ 12597] By: gsar on 2001/10/22 22:02:50
2597 Log: integrate macperl contents into maint-5.6
2598 Branch: maint-5.6/perl
2599 ! mg.c
2600 !> AUTHORS README.macos ext/DynaLoader/DynaLoader_pm.PL
2601 !> ext/DynaLoader/dl_mac.xs lib/File/Find.pm lib/File/Spec.pm
2602 !> lib/File/Spec/Epoc.pm lib/File/Spec/Functions.pm
2603 !> lib/File/Spec/Mac.pm lib/File/Spec/Unix.pm
2604 !> lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm lib/File/Temp.pm
2605 !> perl.c perl.h pod/perlport.pod t/lib/filefind-taint.t
2606 !> t/lib/filefind.t t/lib/filespec.t
2607____________________________________________________________________________
2608[ 12596] By: jhi on 2001/10/22 21:43:44
2609 Log: At some point the #6234 has been lost from the mainline
2610 (noticed by Pudge; what's a Mac guy doing reading Win modules? :-)
2611 Branch: perl
2612 ! lib/File/Spec/Win32.pm
2613____________________________________________________________________________
2614[ 12595] By: jhi on 2001/10/22 21:31:31
2615 Log: Cygwin seems to round up (or closest, but not down)
2616 for time(), so half of the time (bad pun intended)
2617 Time::HiRes::time() is less than time(), half of
2618 the time it's more. So let's try harder in the loop.
2619 Branch: perl
2620 ! ext/Time/HiRes/HiRes.t
2621____________________________________________________________________________
2622[ 12594] By: jhi on 2001/10/22 21:23:15
2623 Log: MacOS Classic timeofday(), from Chris Nandor.
2624 Branch: perl
2625 ! ext/Time/HiRes/HiRes.xs
2626____________________________________________________________________________
2627[ 12593] By: jhi on 2001/10/22 21:17:39
2628 Log: Integrate changes #12580 and #12581 from macperl;
2629
2630 Fix path construction.
2631
2632 (Copyright) Nit.
2633 Branch: perl
2634 !> ext/DynaLoader/DynaLoader_pm.PL perl.c
2635____________________________________________________________________________
2636[ 12592] By: jhi on 2001/10/22 21:00:18
2637 Log: No domainname(1) in Cygwin, either, and the 2>/dev/null
2638 doesn't seem to help (the error being output to console, maybe?)
2639 Branch: perl
2640 ! lib/Net/Domain.pm
2641____________________________________________________________________________
2642[ 12591] By: jhi on 2001/10/22 20:55:08
2643 Log: Taint the getcwd() result also in Cygwin.
2644 (TODO: which other platforms need the same thing?)
2645 Branch: perl
2646 ! cygwin/cygwin.c
2647____________________________________________________________________________
2648[ 12590] By: jhi on 2001/10/22 20:27:47
2649 Log: Pretty hard for eval { setpwent(); getpwent(); 1 } to return false.
2650 Branch: perl
2651 ! t/op/taint.t
2652____________________________________________________________________________
2653[ 12589] By: jhi on 2001/10/22 20:10:40
2654 Log: getpwuid() fragility continues.
2655 Branch: perl
2656 ! utils/h2xs.PL
2657____________________________________________________________________________
2658[ 12588] By: jhi on 2001/10/22 19:58:34
2659 Log: getpwuid() might succeed but that's no guarantee
2660 that the $home will be defined.
2661 Branch: perl
2662 ! ext/File/Glob/t/basic.t
2663____________________________________________________________________________
2664[ 12587] By: jhi on 2001/10/22 19:50:35
2665 Log: It's safer to to expand the variable, too... (see #12571)
2666 Branch: perl
2667 ! t/TEST
2668____________________________________________________________________________
2669[ 12586] By: pudge on 2001/10/22 19:42:04
2670 Log: Integrate with maintperl.
2671 Branch: maint-5.6/macperl
2672 !> win32/bin/pl2bat.pl win32/win32.c
2673____________________________________________________________________________
2674[ 12585] By: pudge on 2001/10/22 19:32:02
2675 Log: Oops, forgot to include Win32 ... just as well, since it
2676 seems in bleadperl, change #7764 was not included
2677 (adding C:\temp). Re-added. Rip it back out if it
2678 doesn't belong. :-)
2679 Branch: maint-5.6/macperl
2680 ! lib/File/Spec/Win32.pm
2681____________________________________________________________________________
2682[ 12584] By: jhi on 2001/10/22 19:26:47
2683 Log: Subject: [PATCH perl@12567] configure.com: no threads/shared without ithreads
2684 From: "Craig A. Berry" <craigberry@mac.com>
2685 Date: Mon, 22 Oct 2001 15:25:19 -0500
2686 Message-Id: <5.1.0.14.2.20011022151232.032544e8@exchi01>
2687 Branch: perl
2688 ! configure.com
2689____________________________________________________________________________
2690[ 12583] By: pudge on 2001/10/22 19:26:00
2691 Log: Add in lots of File::Spec changes, from Thomas Wegner,
2692 and sync with changes from bleadperl.
2693 Branch: maint-5.6/macperl
2694 ! lib/File/Spec.pm lib/File/Spec/Epoc.pm
2695 ! lib/File/Spec/Functions.pm lib/File/Spec/Mac.pm
2696 ! lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
2697 ! lib/File/Spec/Win32.pm t/lib/filespec.t
2698____________________________________________________________________________
2699[ 12582] By: pudge on 2001/10/22 19:23:28
2700 Log: Sync with latest File::Find and tests from bleadperl.
2701 Branch: maint-5.6/macperl
2702 ! lib/File/Find.pm t/lib/filefind-taint.t t/lib/filefind.t
2703____________________________________________________________________________
2704[ 12581] By: pudge on 2001/10/22 19:22:12
2705 Log: Nit.
2706 Branch: maint-5.6/macperl
2707 ! perl.c
2708____________________________________________________________________________
2709[ 12580] By: pudge on 2001/10/22 19:21:37
2710 Log: Fix path construction.
2711 Branch: maint-5.6/macperl
2712 ! ext/DynaLoader/DynaLoader_pm.PL
2713____________________________________________________________________________
2714[ 12579] By: nick on 2001/10/22 19:08:35
2715 Log: Integrate mainline (for Arthurs thread.xs fix)
2716 Branch: perlio
2717 !> ext/threads/threads.xs lib/Net/Domain.pm t/TEST t/op/groups.t
2718____________________________________________________________________________
2719[ 12578] By: pudge on 2001/10/22 19:02:34
2720 Log: Fix up exported symbols, move relevant docs
2721 over from macperl.pod.
2722 Branch: maint-5.6/macperl
2723 ! macos/ext/MacPerl/MacPerl.pm
2724____________________________________________________________________________
2725[ 12577] By: pudge on 2001/10/22 19:01:38
2726 Log: Make ADDRESS called optionally as a method.
2727 Branch: maint-5.6/macperl
2728 ! macos/lib/Mac/Glue.pm
2729____________________________________________________________________________
2730[ 12576] By: pudge on 2001/10/22 18:58:22
2731 Log: Fix exit code (MacPerl bug #422129) and add Stop Script
2732 Apple event.
2733 Branch: maint-5.6/macperl
2734 ! macos/macish.c macos/macish.h macos/macperl/MPAppleEvents.c
2735 ! macos/macperl/MPConsole.cp macos/macperl/MPMain.c
2736 ! macos/macperl/MPTerminology.aete
2737____________________________________________________________________________
2738[ 12575] By: pudge on 2001/10/22 18:56:34
2739 Log: Clean up some build utilities. Change Entab to Duplicate;
2740 fix docs and error reporting; improve macify() of paths;
2741 remove requirement for Exporter.pm presence.
2742 Branch: maint-5.6/macperl
2743 ! macos/InstallBLIB macos/MacPerlTests.cmd
2744 ! macos/lib/ExtUtils/MM_MacOS.pm macos/lib/Mac/BuildTools.pm
2745____________________________________________________________________________
2746[ 12574] By: pudge on 2001/10/22 18:53:28
2747 Log: Sync Time::HiRes with bleadperl
2748 Branch: maint-5.6/macperl
2749 ! macos/bundled_ext/Time/HiRes/HiRes.pm
2750 ! macos/bundled_ext/Time/HiRes/HiRes.t
2751 ! macos/bundled_ext/Time/HiRes/HiRes.xs
2752____________________________________________________________________________
2753[ 12573] By: pudge on 2001/10/22 18:52:58
2754 Log: Fix up Changes
2755 Branch: maint-5.6/macperl
2756 ! macos/Changes
2757____________________________________________________________________________
2758[ 12572] By: jhi on 2001/10/22 18:49:32
2759 Log: A user might belong to only a single group
2760 (the group equal to the group id).
2761 Branch: perl
2762 ! t/op/groups.t
2763____________________________________________________________________________
2764[ 12571] By: jhi on 2001/10/22 18:36:46
2765 Log: Prepending (instead of replacing with) the pwd is safer.
2766 Branch: perl
2767 ! t/TEST
2768____________________________________________________________________________
2769[ 12570] By: jhi on 2001/10/22 18:34:54
2770 Log: Be more robust if no hostname or domainname
2771 (especially the latter)
2772 Branch: perl
2773 ! lib/Net/Domain.pm
2774____________________________________________________________________________
2775[ 12569] By: sky on 2001/10/22 17:41:07
2776 Log: Flush IO buffers before starting a thread, this mimics fork and seems like a saneer behaviour.
2777 Branch: perl
2778 ! ext/threads/threads.xs
2779____________________________________________________________________________
2780[ 12568] By: nick on 2001/10/22 16:31:24
2781 Log: Integrate mainline
2782 Branch: perlio
2783 +> ext/threads/shared/Makefile.PL ext/threads/shared/README
2784 +> ext/threads/shared/shared.pm ext/threads/shared/shared.xs
2785 +> ext/threads/shared/t/sv_refs.t
2786 +> ext/threads/shared/t/sv_simple.t pod/perlpodspec.pod
2787 - lib/unicore/To/SpecLower.pl lib/unicore/To/SpecTitle.pl
2788 - lib/unicore/To/SpecUpper.pl
2789 !> (integrate 42 files)
2790____________________________________________________________________________
2791[ 12567] By: jhi on 2001/10/22 12:56:20
2792 Log: Update Changes.
2793 Branch: perl
2794 ! Changes patchlevel.h
2795____________________________________________________________________________
dfbf5f78
JH
2796[ 12566] By: jhi on 2001/10/22 12:22:29
2797 Log: Subject: [PATCH pod/perlvar.pod] Undeprecating $]
2798 From: Michael G Schwern <schwern@pobox.com>
2799 Date: Mon, 22 Oct 2001 03:48:38 -0400
2800 Message-ID: <20011022034838.B1676@blackrider>
2801 Branch: perl
2802 ! pod/perlvar.pod
2803____________________________________________________________________________
2804[ 12565] By: jhi on 2001/10/22 12:21:28
2805 Log: Pod nits, as suggested by Stas Bekman.
2806 Branch: perl
2807 ! ext/threads/shared/shared.pm ext/threads/threads.pm
2808____________________________________________________________________________
2809[ 12564] By: jhi on 2001/10/22 12:17:00
2810 Log: Subject: [PATCH @ ] Fix for FETCH/NEXTKEY problem in all *DB*_File modules
2811 From: "Paul Marquess" <paul.marquess@openwave.com>
2812 Date: Sun, 21 Oct 2001 21:11:15 +0100
2813 Message-ID: <AIEAJICLCBDNAAOLLOKLAEOMDCAA.paul.marquess@openwave.com>
2814 Branch: perl
2815 ! ext/DB_File/DB_File.xs ext/DB_File/t/db-btree.t
2816 ! ext/DB_File/t/db-hash.t ext/GDBM_File/GDBM_File.xs
2817 ! ext/GDBM_File/gdbm.t ext/GDBM_File/typemap
2818 ! ext/NDBM_File/NDBM_File.xs ext/NDBM_File/ndbm.t
2819 ! ext/ODBM_File/ODBM_File.xs ext/ODBM_File/odbm.t
2820 ! ext/ODBM_File/typemap ext/SDBM_File/SDBM_File.xs
2821 ! ext/SDBM_File/sdbm.t
2822____________________________________________________________________________
2823[ 12563] By: jhi on 2001/10/22 12:15:19
2824 Log: Integrate change #12559 from maintperl;
2825 various fixes for system() and backticks under windows
2826 Branch: perl
2827 !> win32/win32.c
2828____________________________________________________________________________
2829[ 12562] By: jhi on 2001/10/22 12:05:35
2830 Log: Integrate change #12560 from maintperl;
2831 make pl2bat use %0 rather than "%0" (the latter fails to work
2832 in a lot of common cases)
2833 Branch: perl
2834 !> win32/bin/pl2bat.pl
2835____________________________________________________________________________
2836[ 12561] By: jhi on 2001/10/22 12:00:23
2837 Log: Integrate changes #12549 and #12550 from maintperl;
2838
2839 readline() doesn't work with our variables; it confuses them with
2840 my variables (change#4227 was incomplete)
2841 Branch: perl
2842 ! t/lib/strict/vars
2843 !> t/base/rs.t toke.c
2844____________________________________________________________________________
2845[ 12560] By: gsar on 2001/10/22 09:51:59
2846 Log: make pl2bat use %0 rather than "%0" (the latter fails to work
2847 in a lot of common cases)
2848 Branch: maint-5.6/perl
2849 ! win32/bin/pl2bat.pl
2850____________________________________________________________________________
2851[ 12559] By: gsar on 2001/10/22 09:49:51
2852 Log: various fixes for system() and backticks under windows:
2853
2854 * avoid munging whitespace that is passed within quotes
2855 * work around a cmd.exe misfeature that made multi-arg
2856 system() unreliable when there is more than one quoted
2857 argument
2858 * make multi-arg system() autoquote arguments as needed
2859 before passing them to the shell (this avoids having to
2860 second guess the shell quoting)
2861 * perl's -Dp switch can be used to trace the innards
2862 Branch: maint-5.6/perl
2863 ! win32/win32.c
2864____________________________________________________________________________
2865[ 12558] By: nick on 2001/10/22 08:58:42
2866 Log: Integrate ithreads buffer flush fix from perlio
2867 Branch: perl
2868 !> ext/threads/t/basic.t perl.c
2869____________________________________________________________________________
2870[ 12557] By: nick on 2001/10/22 08:35:09
2871 Log: All tests pass (legitimately) on ithreads
2872 Branch: perlio
2873 ! ext/threads/t/basic.t perl.c
2874____________________________________________________________________________
2875[ 12556] By: nick on 2001/10/22 06:51:22
2876 Log: Integrate non-ithreads fix to mainline
2877 Branch: perl
2878 !> perlio.c
2879____________________________________________________________________________
2880[ 12555] By: nick on 2001/10/22 06:48:33
2881 Log: Restore non-ithreads build. Interestingly binmode test passes
2882 non-ithreads - so crlf layer is not damaged and ithreads fail
2883 is a symptom ...
2884 Branch: perlio
2885 ! perlio.c
2886____________________________________________________________________________
2887[ 12554] By: jhi on 2001/10/21 22:21:55
2888 Log: Integrate from perlio; restructuring.
2889 Branch: perl
2890 !> embed.h embedvar.h intrpvar.h perl.c perlapi.h perlio.c
2891 !> perlio.h perliol.h pod/perlapi.pod sv.c win32/makefile.mk
2892 !> win32/perlhost.h
2893____________________________________________________________________________
2894[ 12553] By: pudge on 2001/10/21 21:51:34
2895 Log: Integrate from maintperl
2896 (Changes 12350, 12496, 12548, 12549, 12550)
2897 Branch: maint-5.6/macperl
2898 !> ext/IO/lib/IO/Seekable.pm lib/Carp/Heavy.pm t/base/rs.t
2899 !> t/lib/filefind-taint.t t/pragma/strict-vars toke.c
2900____________________________________________________________________________
2901[ 12552] By: nick on 2001/10/21 19:18:12
2902 Log: Win32 PerlIO_cleanup special cases should no longer be required.
2903 Branch: perlio
2904 ! perl.c
2905____________________________________________________________________________
2906[ 12551] By: nick on 2001/10/21 19:16:56
2907 Log: Multiple win32io.o is fatal for GCC (and noise with VC++)
2908 Branch: perlio
2909 ! win32/makefile.mk
2910____________________________________________________________________________
2911[ 12550] By: gsar on 2001/10/21 19:05:54
2912 Log: change#12549 wasn't aware of strictures
2913 Branch: maint-5.6/perl
2914 ! t/pragma/strict-vars toke.c
2915____________________________________________________________________________
2916[ 12549] By: gsar on 2001/10/21 18:03:19
2917 Log: readline() doesn't work with our variables; it confuses them with
2918 my variables (change#4227 was incomplete)
2919 Branch: maint-5.6/perl
2920 ! t/base/rs.t toke.c
2921____________________________________________________________________________
2922[ 12548] By: gsar on 2001/10/21 17:48:01
2923 Log: change#12220 appears to have pulled in a mainline change that
2924 isn't applicable to maint-5.6 (some platforms don't taint
2925 cwd)
2926 Branch: maint-5.6/perl
2927 ! t/lib/filefind-taint.t
2928____________________________________________________________________________
2929[ 12547] By: nick on 2001/10/21 17:15:54
2930 Log: Convert rest of PerlIO's memory tables to per-interp and add clone functions
2931 for them. Call explicit cleanup during destruct process.
2932 - one binmode test is failing
2933 - also ext/threads/t/basic.t fails under make test, and is noisy under
2934 harness. (Threads results are intermingled and don't match order expected.)
2935 Branch: perlio
2936 ! embed.h embedvar.h intrpvar.h perl.c perlapi.h perlio.c
2937 ! perlio.h perliol.h pod/perlapi.pod sv.c
2938____________________________________________________________________________
2939[ 12546] By: jhi on 2001/10/21 16:12:08
2940 Log: Implement multicharacter case mappings where a single
2941 Unicode character can be mapped into several.
2942 Branch: perl
2943 - lib/unicore/To/SpecLower.pl lib/unicore/To/SpecTitle.pl
2944 - lib/unicore/To/SpecUpper.pl
2945 ! MANIFEST embed.h embed.pl global.sym lib/unicore/To/Lower.pl
2946 ! lib/unicore/To/Title.pl lib/unicore/To/Upper.pl
2947 ! lib/unicore/mktables pod/perlfunc.pod pod/perlunicode.pod pp.c
2948 ! proto.h t/op/lc.t utf8.c
2949____________________________________________________________________________
2950[ 12545] By: sky on 2001/10/21 15:25:16
2951 Log: First support of threads::shared, support shared svs and references.
2952 Branch: perl
2953 + ext/threads/shared/Makefile.PL ext/threads/shared/README
2954 + ext/threads/shared/shared.pm ext/threads/shared/shared.xs
2955 + ext/threads/shared/t/sv_refs.t
2956 + ext/threads/shared/t/sv_simple.t
2957 ! MANIFEST sharedsv.c
2958____________________________________________________________________________
2959[ 12544] By: nick on 2001/10/21 14:52:35
2960 Log: PerlIO layer table as PL_perlio (per-interpreter)
2961 Branch: perlio
2962 ! embed.h embedvar.h intrpvar.h perlapi.h perlio.c perlio.h
2963 ! pod/perlapi.pod sv.c
2964____________________________________________________________________________
2965[ 12543] By: jhi on 2001/10/21 13:36:40
2966 Log: Prettyprinting.
2967 Branch: perl
2968 ! pod/perlunicode.pod
2969____________________________________________________________________________
2970[ 12542] By: ams on 2001/10/21 03:50:25
2971 Log: Subject: perlpodspec and perlpod rewrite, draft 3 "final"
2972 From: "Sean M. Burke" <sburke@cpan.org>
2973 Date: Sat, 20 Oct 2001 17:51:09 -0600
2974 Message-Id: <3.0.6.32.20011020175109.007cb3d0@mail.spinn.net>
2975 Branch: perl
2976 + pod/perlpodspec.pod
2977 ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perlpod.pod
2978 ! pod/perltoc.pod
2979____________________________________________________________________________
2980[ 12541] By: nick on 2001/10/20 22:23:53
2981 Log: Fix typos in new locking on MemShared
2982 Make buffers in PerlIOBuf_* in per-thread heap (they are cloned after all...)
2983 - seems to make segfaults more deterministic - suspect they are
2984 attempt to free() after Interp and Host have gone.
2985 Branch: perlio
2986 ! perlio.c win32/perlhost.h
2987____________________________________________________________________________
2988[ 12540] By: nick on 2001/10/20 21:50:46
2989 Log: Remove the MemShared re-#define (again)
2990 Branch: perlio
2991 ! perlio.c
2992____________________________________________________________________________
2993[ 12539] By: nick on 2001/10/20 21:49:06
2994 Log: Use locks on MemShared
2995 Branch: perlio
2996 ! win32/perlhost.h
2997____________________________________________________________________________
2998[ 12538] By: jhi on 2001/10/20 17:31:07
2999 Log: Subject: [REPATCH installhtml] Re: installhtml needs a good beating out
3000 From: "chromatic" <chromatic@rmci.net>
3001 Date: Sat, 20 Oct 2001 11:13:47 -0600
3002 Message-ID: <20011020172003.60024.qmail@onion.perl.org>
3003 Branch: perl
3004 ! installhtml
3005____________________________________________________________________________
3006[ 12537] By: nick on 2001/10/20 16:44:03
3007 Log: Integrate mainline
3008 Branch: perlio
3009 !> (integrate 48 files)
3010____________________________________________________________________________
3011[ 12536] By: jhi on 2001/10/20 15:58:00
3012 Log: Update Changes.
3013 Branch: perl
3014 ! Changes patchlevel.h
3015____________________________________________________________________________
cb27fc1e
JH
3016[ 12535] By: jhi on 2001/10/20 15:18:57
3017 Log: Upgrade to podlators 1.11, from Russ Allbery.
3018 Branch: perl
3019 ! lib/Pod/Man.pm lib/Pod/Text.pm lib/Pod/Text/Color.pm
3020 ! lib/Pod/Text/Overstrike.pm lib/Pod/Text/Termcap.pm
3021 ! pod/pod2man.PL pod/pod2text.PL
3022____________________________________________________________________________
3023[ 12534] By: jhi on 2001/10/20 15:14:25
3024 Log: Integrate perlio change #12532:
3025 introduce and use PerlIO_intmod2str().
3026 Branch: perl
3027 !> doio.c lib/Net/Domain.pm perlio.c perlio.h
3028____________________________________________________________________________
3029[ 12533] By: jhi on 2001/10/20 14:42:33
3030 Log: Update to Getopt::Long 2.26_02, from Johan Vromans.
3031 Branch: perl
3032 ! lib/Getopt/Long.pm lib/Getopt/Long/CHANGES lib/newgetopt.pl
3033____________________________________________________________________________
3034[ 12532] By: nick on 2001/10/20 14:25:37
3035 Log: Extract doio.c's open(2) mode to string conversion as PerlIO_intmod2str()
3036 Use for non-PERLIO fdupopen().
3037 Branch: perlio
3038 ! doio.c lib/Net/Domain.pm perlio.c perlio.h
3039____________________________________________________________________________
3040[ 12531] By: jhi on 2001/10/20 14:05:47
3041 Log: Integrate perlio: PerlIO win32 fixes.
3042 Branch: perl
3043 !> embed.h embed.pl embedvar.h ext/threads/threads.xs global.sym
3044 !> perl.h perlapi.c perlapi.h perlio.c perlsdio.h pod/perlapi.pod
3045 !> proto.h sv.h win32/win32io.c
3046____________________________________________________________________________
3047[ 12530] By: nick on 2001/10/20 12:53:30
3048 Log: Fixed in two places - p4 resolve
3049 Branch: perlio
3050 ! perlsdio.h
3051____________________________________________________________________________
3052[ 12529] By: nick on 2001/10/20 12:51:05
3053 Log: Fix for ithreads/stdio build
3054 Branch: perlio
3055 ! perlio.c perlsdio.h
3056____________________________________________________________________________
3057[ 12528] By: ams on 2001/10/20 12:13:25
3058 Log: Subject: [PATCH installman] Using Pod::Man instead of pod2man
3059 From: Michael G Schwern <schwern@pobox.com>
3060 Date: Sat, 20 Oct 2001 01:41:21 -0400
3061 Message-Id: <20011020014121.I3681@blackrider>
3062 Branch: perl
3063 ! installman
3064____________________________________________________________________________
3065[ 12527] By: ams on 2001/10/20 12:09:41
3066 Log: Subject: [PATCH lib/Pod/Checker.pm] Minor typo
3067 From: Michael G Schwern <schwern@pobox.com>
3068 Date: Sat, 20 Oct 2001 02:04:21 -0400
3069 Message-Id: <20011020020421.A11732@blackrider>
3070 Branch: perl
3071 ! lib/Pod/Checker.pm
3072____________________________________________________________________________
3073[ 12526] By: ams on 2001/10/20 11:59:41
3074 Log: Subject: [PATCH lib/Net/Config.pm] Fix Some Pod Typos
3075 From: "chromatic" <chromatic@rmci.net>
3076 Date: Fri, 19 Oct 2001 22:46:39 -0600
3077 Message-Id: <20011020045254.73112.qmail@onion.perl.org>
3078 Branch: perl
3079 ! lib/Net/Config.pm
3080____________________________________________________________________________
3081[ 12525] By: nick on 2001/10/20 11:16:18
3082 Log: Avoid calling (now non-existant) Perl_sv_setsv(), by calling
3083 Perl_sv_setsv_flags directly.
3084 Branch: perlio
3085 ! ext/threads/threads.xs
3086____________________________________________________________________________
3087[ 12524] By: nick on 2001/10/20 10:28:17
3088 Log: Add a new flag character 'm' to embed.pl set to represent
3089 "functions" which are really macros. Use it foe the troublesome
3090 sv_setsv() etc. macros in sv.h - changing latter to define
3091 sv_setsv rather than sv_setsv_macro etc.
3092 Branch: perlio
3093 ! embed.h embed.pl embedvar.h global.sym perlapi.c perlapi.h
3094 ! pod/perlapi.pod proto.h sv.h
3095____________________________________________________________________________
3096[ 12523] By: nick on 2001/10/20 09:17:17
3097 Log: Add comments explaining why win32.h/embed.h are included where they are
3098 in perl.h
3099 Branch: perlio
3100 ! perl.h
3101____________________________________________________________________________
3102[ 12522] By: nick on 2001/10/20 08:27:44
3103 Log: Code PerlIOWin32_dup - does not fix Win32 problems as :win32 is not
3104 being used yet.
3105 Branch: perlio
3106 ! win32/win32io.c
3107____________________________________________________________________________
3108[ 12521] By: jhi on 2001/10/20 02:36:21
3109 Log: Wording tweaks.
3110 Branch: perl
3111 ! t/TEST
3112____________________________________________________________________________
3113[ 12520] By: jhi on 2001/10/20 01:02:26
3114 Log: Subject: IO module with nonblocking socket connect patch
3115 From: Raul Dias <raul@dias.com.br>
3116 Date: Fri, 19 Oct 2001 22:45:32 -0300
3117 Message-Id: <200110200145.f9K1jWW08398@stratus.swi.com.br>
3118 Branch: perl
3119 ! ext/IO/lib/IO/Socket.pm ext/IO/lib/IO/Socket/INET.pm
3120____________________________________________________________________________
3121[ 12519] By: jhi on 2001/10/20 00:51:07
3122 Log: Test vertical whitespace combined with /x in \p{}.
3123 Branch: perl
3124 ! t/op/pat.t
3125____________________________________________________________________________
3126[ 12518] By: jhi on 2001/10/20 00:13:47
3127 Log: Subject: [PATCH] PERL_MM_USE_DEFAULT
3128 From: Gisle Aas <gisle@ActiveState.com>
3129 Date: 19 Oct 2001 16:46:02 -0700
3130 Message-ID: <lrofn3i479.fsf_-_@caliper.ActiveState.com>
3131 Branch: perl
3132 ! lib/ExtUtils/MakeMaker.pm
3133____________________________________________________________________________
3134[ 12517] By: jhi on 2001/10/19 23:59:34
3135 Log: No more this symbol.
3136 Branch: perl
3137 ! makedef.pl
3138____________________________________________________________________________
3139[ 12516] By: jhi on 2001/10/19 23:57:48
3140 Log: Integrate change #12511; fix gross win32 build issues.
3141 Branch: perl
3142 !> makedef.pl sv.c
3143____________________________________________________________________________
3144[ 12515] By: jhi on 2001/10/19 23:16:06
3145 Log: Unpack in scalar context should return the first value
3146 returned in list context, as pointed out by Ton Hospel
3147 in 2001-05-21 (this is how it works already in blead,
3148 just adding the test).
3149 Branch: perl
3150 ! t/op/pack.t
3151____________________________________________________________________________
3152[ 12514] By: jhi on 2001/10/19 21:10:43
3153 Log: Subject: [PATCH perl@12494] perldoc.PL tweak for VMS
3154 From: "Craig A. Berry" <craigberry@mac.com>
3155 Date: Fri, 19 Oct 2001 16:59:30 -0500
3156 Message-Id: <5.1.0.14.2.20011019162623.021e3868@exchi01>
3157 Branch: perl
3158 ! utils/perldoc.PL
3159____________________________________________________________________________
3160[ 12513] By: jhi on 2001/10/19 21:09:27
3161 Log: Subject: [PATCH Perl@12494] vmsish fix, ieee rand() cleanup
3162 From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
3163 Date: Fri, 19 Oct 2001 17:45:23 EDT
3164 Message-Id: <011019174427.d749b@DUPHY4.Physics.Drexel.Edu>
3165 Branch: perl
3166 ! configure.com dump.c ext/B/t/stash.t op.c op.h opcode.h
3167 ! opcode.pl perl.c perl.h perlvars.h pp.sym pp_ctl.c pp_proto.h
3168 ! pp_sys.c vms/ext/vmsish.pm vms/ext/vmsish.t vms/vms.c
3169 ! vms/vmsish.h
3170____________________________________________________________________________
3171[ 12512] By: jhi on 2001/10/19 20:28:48
3172 Log: Subject: [PATCH Perl@12494] two fake test failures on VMS fixed
3173 From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
3174 Date: Fri, 19 Oct 2001 17:26:35 EDT
3175 Message-Id: <011019172623.11292c@DUPHY4.Physics.Drexel.Edu>
3176 Branch: perl
3177 ! lib/Term/Complete.t lib/Test/Simple/t/output.t
3178____________________________________________________________________________
3179[ 12511] By: nick on 2001/10/19 19:55:36
3180 Log: Fix gross win32 build issues
3181 Branch: perlio
3182 ! makedef.pl sv.c
3183____________________________________________________________________________
3184[ 12510] By: jhi on 2001/10/19 19:52:17
3185 Log: Subject: Re: find2perl and File::Find on cdrom filesystems (with Tel's patch applied to perl-current)
3186 From: David Dyck <dcd@tc.fluke.com>
3187 Date: Fri, 19 Oct 2001 13:36:09 -0700 (PDT)
3188 Message-ID: <Pine.LNX.4.33.0110191309310.28510-100000@dd.tc.fluke.com>
3189 Branch: perl
3190 ! lib/File/Find.pm
3191____________________________________________________________________________
3192[ 12509] By: jhi on 2001/10/19 19:01:46
3193 Log: Subject: Re: PerlIO and Encode
3194 From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
3195 Date: Tue, 16 Oct 2001 01:50:16 +0900
3196 Message-Id: <20011016014150.0C8E.BQW10602@nifty.com>
3197 Branch: perl
3198 ! ext/Encode/Encode.pm ext/Encode/Encode/Tcl.pm
3199 ! ext/Encode/Encode/Tcl.t
3200____________________________________________________________________________
3201[ 12508] By: ams on 2001/10/19 17:59:16
3202 Log: C<foo I<bar>> hunks from <20011019014551.A35625@not.autrijus.org>.
3203 (See #12499)
3204 Branch: perl
3205 ! pod/perlintro.pod
3206____________________________________________________________________________
3207[ 12507] By: nick on 2001/10/19 16:30:43
3208 Log: Integrate mainline
3209 Branch: perlio
3210 +> lib/Test/Builder.pm lib/Test/Simple/t/Builder.t
3211 +> lib/Test/Simple/t/filehandles.t lib/Test/Simple/t/import.t
3212 +> lib/Test/Simple/t/is_deeply.t lib/Test/Simple/t/no_ending.t
3213 +> lib/Test/Simple/t/no_header.t lib/Test/Simple/t/output.t
3214 +> lib/Test/Simple/t/plan.t lib/Test/Simple/t/plan_no_plan.t
3215 +> lib/Test/Simple/t/plan_skip_all.t lib/Test/Simple/t/use_ok.t
3216 +> lib/unicore/To/SpecLower.pl lib/unicore/To/SpecTitle.pl
3217 +> lib/unicore/To/SpecUpper.pl pod/perlintro.pod
3218 +> pod/perlmodstyle.pod win32/Makefile.win64 win32/config.win64
3219 +> win32/config_H.win64
3220 - lib/Test/Utils.pm lib/unicore/mktables.PL
3221 - t/lib/Test/Simple/Catch/More.pm
3222 !> (integrate 84 files)
3223____________________________________________________________________________
3224[ 12506] By: jhi on 2001/10/19 14:20:15
3225 Log: Retract the #10451 which seems to be the cause
3226 of the major leakage from while(){eval"sub{}"}
3227 Branch: perl
3228 ! op.c t/run/kill_perl.t
3229____________________________________________________________________________
3230[ 12505] By: jhi on 2001/10/19 13:39:59
3231 Log: Regen toc.
3232 Branch: perl
3233 ! pod/perltoc.pod
3234____________________________________________________________________________
3235[ 12504] By: jhi on 2001/10/19 13:35:59
3236 Log: Tiny tweaks.
3237 Branch: perl
3238 ! pod/perl.pod
3239____________________________________________________________________________
3240[ 12503] By: ams on 2001/10/19 13:34:24
3241 Log: Subject: Re: perlintro.pod
3242 From: Abe Timmerman <abe@ztreet.demon.nl>
3243 Date: Fri, 19 Oct 2001 14:12:40 +0200
3244 Message-Id: <ls40ttsmrr3rpjlm3dqhh8v60onsiopmuc@4ax.com>
3245 Branch: perl
3246 ! pod/perlintro.pod
3247____________________________________________________________________________
3248[ 12502] By: ams on 2001/10/19 13:24:12
3249 Log: Slight reorganisation of references.
3250 Branch: perl
3251 ! pod/perl.pod
3252____________________________________________________________________________
3253[ 12501] By: jhi on 2001/10/19 13:19:14
3254 Log: Subject: [DOC PATCH lib/ExtUtils/MakeMaker.pm] Discouraging use of PREREQ_FATAL in day-to-day Makefile.PL's
3255 From: Kay Röpke <kroepke@dolphin-services.de>
3256 Date: Fri, 19 Oct 2001 14:04:01 +0200
3257 Message-Id: <E15uYNb-00040L-00@mrvdom01.schlund.de>
3258 Branch: perl
3259 ! lib/ExtUtils/MakeMaker.pm
3260____________________________________________________________________________
3261[ 12500] By: jhi on 2001/10/19 03:25:44
3262 Log: Unicode categories continue:
3263 implement Category=, Script=, Block=
3264 (these are based on an upcoming update of TR#18)
3265 Fix a bug where we got two In categories named "old italic",
3266 and another where shortcut for the Is categories wasn't taken.
3267 Branch: perl
3268 ! lib/unicore/Blocks.pl lib/unicore/In.pl lib/unicore/In/137.pl
3269 ! lib/unicore/mktables lib/utf8_heavy.pl pod/perltodo.pod
3270 ! pod/perlunicode.pod t/op/pat.t
3271____________________________________________________________________________
3272[ 12499] By: ams on 2001/10/19 01:42:29
3273 Log: Subject: a small patch to perlintro.pod.
3274 From: Autrijus Tang <autrijus@autrijus.org>
3275 Date: Fri, 19 Oct 2001 01:45:51 +0800
3276 Message-Id: <20011019014551.A35625@not.autrijus.org>
3277 (Applied by hand with nits.)
3278 Branch: perl
3279 ! pod/perlintro.pod
3280____________________________________________________________________________
3281[ 12498] By: jhi on 2001/10/19 00:14:50
3282 Log: Subject: [PATCH] OpenBSD hints for ithreads
3283 From: Andy Dougherty <doughera@lafayette.edu>
3284 Date: Thu, 18 Oct 2001 12:33:59 -0400 (EDT)
3285 Message-ID: <Pine.SOL.4.10.10110181232060.15040-100000@maxwell.phys.lafayette.edu>
3286 Branch: perl
3287 ! hints/openbsd.sh
3288____________________________________________________________________________
3289[ 12497] By: jhi on 2001/10/18 16:14:13
3290 Log: Retract #12446; the problem solved by #12474.
3291 Branch: perl
3292 ! hints/aix.sh
3293____________________________________________________________________________
3294[ 12496] By: gsar on 2001/10/18 15:38:22
3295 Log: Carp::shortmess_heavy() doesn't notice trailing newline in
3296 message and suppress line number info (from Steve Hay
3297 <Steve.Hay@uk.radan.com>)
3298 Branch: maint-5.6/perl
3299 ! lib/Carp/Heavy.pm
3300____________________________________________________________________________
3301[ 12495] By: jhi on 2001/10/18 14:06:52
3302 Log: More documented In categories.
3303 Branch: perl
3304 ! pod/perlunicode.pod
3305____________________________________________________________________________
3306[ 12494] By: jhi on 2001/10/18 13:04:48
3307 Log: Update Changes.
3308 Branch: perl
3309 ! Changes patchlevel.h
3310____________________________________________________________________________
69aa86c4
JH
3311[ 12493] By: jhi on 2001/10/18 12:58:31
3312 Log: Add the lib/unicore/To/Spec*.pl to the MANIFEST.
3313 Branch: perl
3314 ! MANIFEST
3315____________________________________________________________________________
3316[ 12492] By: jhi on 2001/10/18 12:37:28
3317 Log: Wrong skip() arguments.
3318 Branch: perl
3319 ! ext/B/t/terse.t
3320____________________________________________________________________________
3321[ 12491] By: jhi on 2001/10/18 12:17:16
3322 Log: Subject: try#2: [proposed PATCH Perl@12401] ieee floats, rand() & old systems
3323 From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
3324 Date: Wed, 17 Oct 2001 09:10:53 EDT
3325 Message-Id: <011017090944.15ad2e@DUPHY4.Physics.Drexel.Edu>
3326 Branch: perl
3327 ! configure.com embedvar.h opcode.pl perlapi.h perlvars.h
3328 ! pod/perlapi.pod vms/vms.c
3329____________________________________________________________________________
3330[ 12490] By: ams on 2001/10/18 09:31:00
3331 Log: Subject: PATCH perl.pod: Suggested reorganization of table of contents
3332 From: Mark-Jason Dominus <mjd@plover.com>
3333 Date: Thu, 18 Oct 2001 06:25:35 -0400
3334 Message-Id: <20011018102535.19264.qmail@plover.com>
3335 Branch: perl
3336 ! pod/perl.pod
3337____________________________________________________________________________
3338[ 12489] By: jhi on 2001/10/18 02:24:52
3339 Log: Prettyprinting.
3340 Branch: perl
3341 ! lib/unicore/In.pl lib/unicore/Is.pl lib/unicore/mktables
3342____________________________________________________________________________
3343[ 12488] By: jhi on 2001/10/18 00:47:19
3344 Log: Regen toc.
3345 Branch: perl
3346 ! pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
3347____________________________________________________________________________
3348[ 12487] By: jhi on 2001/10/18 00:43:18
3349 Log: Add perlintro, from Skud.
3350 Branch: perl
3351 + pod/perlintro.pod
3352 ! MANIFEST
3353____________________________________________________________________________
3354[ 12486] By: jhi on 2001/10/18 00:10:44
3355 Log: FAQ sync.
3356 Branch: perl
3357 ! pod/perlfaq.pod pod/perlfaq2.pod pod/perlfaq3.pod
3358 ! pod/perlfaq5.pod pod/perlfaq6.pod pod/perlfaq7.pod
3359 ! pod/perlfaq8.pod pod/perlfaq9.pod
3360____________________________________________________________________________
3361[ 12485] By: jhi on 2001/10/17 23:57:15
3362 Log: Oh, bother. In Tru64 cc -std1 was looking rather nice
3363 in speed (upto 20% speedup in certain operations) but meanwhile
3364 regexps and arithmetics got slower (5-10%) (according to
3365 perlbench average speedup is negligible, and within measuring
3366 flutter, 1%). Therefore retracting all the changes
3367 aimed at getting -std1 to compile cleanly: #12475, #12476,
3368 #12479, #12480, #12481, #12482, #12483, #12484.
3369 Branch: perl
3370 ! doio.c mg.c miniperlmain.c perl.c perl.h perlio.c pp_ctl.c
3371 ! pp_hot.c pp_sys.c toke.c
3372____________________________________________________________________________
3373[ 12484] By: jhi on 2001/10/17 21:58:40
3374 Log: (retracted by #12485)
3375 Strict ANSI doesn't like the third argument of main()
3376 so enable ignoring it if using ultra picky compiler.
3377 Branch: perl
3378 ! miniperlmain.c
3379____________________________________________________________________________
3380[ 12483] By: jhi on 2001/10/17 21:48:24
3381 Log: (retracted by #12485)
3382 Move the VMS_FOO_ERROR codes next to the SETERRNO() definition.
3383 Branch: perl
3384 ! perl.h
3385____________________________________________________________________________
3386[ 12482] By: jhi on 2001/10/17 21:42:57
3387 Log: (retracted by #12485)
3388 Add explanatory comment.
3389 Branch: perl
3390 ! mg.c
3391____________________________________________________________________________
3392[ 12481] By: jhi on 2001/10/17 20:50:37
3393 Log: (retracted by #12485)
3394 More dollar$hiding.
3395 Branch: perl
3396 ! doio.c perl.h pp_sys.c
3397____________________________________________________________________________
3398[ 12480] By: jhi on 2001/10/17 20:27:34
3399 Log: (retracted by #12485)
3400 KISS.
3401 Branch: perl
3402 ! mg.c
3403____________________________________________________________________________
3404[ 12479] By: jhi on 2001/10/17 19:57:34
3405 Log: (retracted by #12485)
3406 Thou shalt not #ifdef inside macro invocations,
3407 noticed by Rafael Garcia-Suarez.
3408 Branch: perl
3409 ! mg.c
3410____________________________________________________________________________
3411[ 12478] By: ams on 2001/10/17 18:50:55
3412 Log: Subject: [PATCH pp_sys.c] coredump fix in pp_accept()
3413 From: Anton Berezin <tobez@tobez.org>
3414 Date: Wed, 17 Oct 2001 18:25:48 +0200
3415 Message-Id: <20011017182548.A12082@heechee.tobez.org>
3416 Branch: perl
3417 ! pp_sys.c
3418____________________________________________________________________________
3419[ 12476] By: jhi on 2001/10/17 16:46:50
3420 Log: (retracted by #12485)
3421 Unterminated #ifdef.
3422 Branch: perl
3423 ! mg.c
3424____________________________________________________________________________
3425[ 12475] By: jhi on 2001/10/17 16:42:49
3426 Log: (retracted by #12485)
3427 Avoid dollar signs in identifiers (in non-VMS) to
3428 placate ultra picky ANSI compilers (such as DEC^WCPQ^WHP).
3429 Branch: perl
3430 ! doio.c mg.c perl.c perl.h perlio.c pp_ctl.c pp_hot.c pp_sys.c
3431 ! toke.c
3432____________________________________________________________________________
3433[ 12474] By: ams on 2001/10/17 15:14:50
3434 Log: Subject: Two AIX patches
3435 From: H.Merijn Brand <h.m.brand@hccnet.nl>
3436 Date: Wed, 17 Oct 2001 18:04:35 +0200
3437 Message-Id: <20011017180223.1346.H.M.BRAND@hccnet.nl>
3438 Branch: perl
3439 ! hints/aix.sh makedef.pl
3440____________________________________________________________________________
3441[ 12473] By: jhi on 2001/10/17 14:48:38
3442 Log: Limiting the Time::HiRes::sleep and usleep to
3443 one second is not a good policy if drop-in
3444 replacement is still a goal.
3445 Branch: perl
3446 ! ext/Time/HiRes/HiRes.pm ext/Time/HiRes/HiRes.t
3447 ! ext/Time/HiRes/HiRes.xs
3448____________________________________________________________________________
3449[ 12472] By: jhi on 2001/10/17 11:00:54
3450 Log: Subject: [PATCH] Test::Simple 0.32
3451 From: Michael G Schwern <schwern@pobox.com>
3452 Date: Wed, 17 Oct 2001 03:42:41 -0400
3453 Message-ID: <20011017034241.A25038@blackrider>
3454 Branch: perl
3455 + lib/Test/Builder.pm lib/Test/Simple/t/Builder.t
3456 + lib/Test/Simple/t/filehandles.t lib/Test/Simple/t/import.t
3457 + lib/Test/Simple/t/is_deeply.t lib/Test/Simple/t/no_ending.t
3458 + lib/Test/Simple/t/no_header.t lib/Test/Simple/t/output.t
3459 + lib/Test/Simple/t/plan.t lib/Test/Simple/t/plan_no_plan.t
3460 + lib/Test/Simple/t/plan_skip_all.t lib/Test/Simple/t/use_ok.t
3461 - lib/Test/Utils.pm t/lib/Test/Simple/Catch/More.pm
3462 ! MANIFEST lib/Test/More.pm lib/Test/Simple.pm
3463 ! lib/Test/Simple/Changes lib/Test/Simple/t/More.t
3464 ! lib/Test/Simple/t/exit.t lib/Test/Simple/t/extra.t
3465 ! lib/Test/Simple/t/fail-like.t lib/Test/Simple/t/fail-more.t
3466 ! lib/Test/Simple/t/fail.t lib/Test/Simple/t/missing.t
3467 ! lib/Test/Simple/t/no_plan.t lib/Test/Simple/t/plan_is_noplan.t
3468 ! lib/Test/Simple/t/simple.t lib/Test/Simple/t/skip.t
3469 ! lib/Test/Simple/t/skipall.t lib/Test/Simple/t/todo.t
3470 ! lib/Test/Simple/t/undef.t lib/Test/Simple/t/useing.t
3471 ! t/lib/Test/Simple/Catch.pm
3472 ! t/lib/Test/Simple/sample_tests/five_fail.plx
3473____________________________________________________________________________
3474[ 12471] By: jhi on 2001/10/17 10:25:06
3475 Log: Subject: [PATCH t/TEST t/harness vms/test.com] Set PERL_CORE environment var
3476 From: Michael G Schwern <schwern@pobox.com>
3477 Date: Wed, 17 Oct 2001 04:04:13 -0400
3478 Message-ID: <20011017040413.C25550@blackrider>
3479 Branch: perl
3480 ! t/TEST t/harness vms/test.com
3481____________________________________________________________________________
3482[ 12470] By: jhi on 2001/10/17 02:25:01
3483 Log: Regen doc with perlmodstyle added.
3484 Branch: perl
3485 ! pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
3486____________________________________________________________________________
3487[ 12469] By: jhi on 2001/10/17 02:24:02
3488 Log: Pod cleanup.
3489 Branch: perl
3490 ! lib/File/Spec.pm lib/File/Spec/Mac.pm
3491____________________________________________________________________________
3492[ 12468] By: jhi on 2001/10/17 02:16:11
3493 Log: Subject: perlmodstyle as a patch
3494 From: Kirrily Robert <skud@infotrope.net>
3495 Date: Tue, 16 Oct 2001 22:47:23 -0400
3496 Message-ID: <20011016224723.A20673@infotrope.net>
3497 Branch: perl
3498 + pod/perlmodstyle.pod
3499 ! MANIFEST
3500____________________________________________________________________________
3501[ 12467] By: jhi on 2001/10/17 00:59:43
3502 Log: Subject: [PATCH] for perlhack.pod - no p5p archive on deja/google
3503 From: Ian Phillipps <Ian_Phillipps@yahoo.co.uk>
3504 Date: Thu, 6 Sep 2001 11:09:40 +0100
3505 Message-ID: <20010906110939.A914@homer.diplex.co.uk>
3506
3507 Mention also the develooper p5p archive.
3508 Branch: perl
3509 ! pod/perlhack.pod
3510____________________________________________________________________________
3511[ 12466] By: jhi on 2001/10/17 00:57:38
3512 Log: Subject: [PATCH lib/ExtUtils/MakeMaker.pm] PREREQ_PM does not really require.
3513 From: Kay Röpke <kroepke@dolphin-services.de>
3514 Date: Tue, 16 Oct 2001 17:23:52 +0200
3515 Message-Id: <E15tW4O-0003J7-00@mrvdom03.schlund.de>
3516 Branch: perl
3517 ! lib/ExtUtils/MakeMaker.pm
3518____________________________________________________________________________
3519[ 12465] By: jhi on 2001/10/17 00:54:28
3520 Log: Add the special casing mappings (from SpecCase.txt)
3521 (except for the hyper special case mappings that have
3522 the condition list); the special casing mappings are
3523 unused for now. Small tidying up on mktables.
3524 Branch: perl
3525 + lib/unicore/To/SpecLower.pl lib/unicore/To/SpecTitle.pl
3526 + lib/unicore/To/SpecUpper.pl
3527 ! lib/unicore/mktables
3528____________________________________________________________________________
3529[ 12464] By: jhi on 2001/10/16 22:38:24
3530 Log: Subject: [PATCH] Doc patch on here-docs (perlop and perldata)
3531 From: "David H. Adler" <dha@panix.com>
3532 Date: Tue, 16 Oct 2001 11:59:35 -0400
3533 Message-ID: <20011016115935.A13078@panix.com>
3534
3535 Subject: [ PATCH ] perldata patch, revised
3536 From: "David H. Adler" <dha@panix.com>
3537 Date: Tue, 16 Oct 2001 18:26:49 -0400
3538 Message-ID: <20011016182649.C23970@panix.com>
3539 Branch: perl
3540 ! pod/perldata.pod pod/perlop.pod
3541____________________________________________________________________________
3542[ 12463] By: jhi on 2001/10/16 19:39:25
3543 Log: Integrate perlio: PerlIO_dup (for all but Win32).
3544 Branch: perl
3545 !> embed.h embed.pl ext/Encode/Encode.xs
3546 !> ext/PerlIO/Scalar/Scalar.xs ext/PerlIO/Via/Via.xs hv.c perl.h
3547 !> perlio.c perlio.h perliol.h pod/perlapi.pod proto.h sv.c sv.h
3548 !> win32/win32io.c
3549____________________________________________________________________________
3550[ 12462] By: nick on 2001/10/16 19:11:30
3551 Log: PerlIOXxxx_dups for all but Win32
3552 Branch: perlio
3553 ! ext/Encode/Encode.xs ext/PerlIO/Scalar/Scalar.xs
3554 ! ext/PerlIO/Via/Via.xs
3555____________________________________________________________________________
3556[ 12461] By: nick on 2001/10/16 18:28:48
3557 Log: Implement PerlIOStdio_dup (explains core dumps - dup
3558 was not setting up a FILE * to be fclosed()).
3559 Branch: perlio
3560 ! perlio.c
3561____________________________________________________________________________
3562[ 12460] By: nick on 2001/10/16 17:31:47
3563 Log: When USE_ITHREADS avoid SV * in PerlIO_debug, at risk of buffer
3564 overflow.
3565 Branch: perlio
3566 ! perlio.c
3567____________________________________________________________________________
3568[ 12459] By: jhi on 2001/10/16 17:10:22
3569 Log: Subject: [PATCH perl@12443] VMS 64-bit configure
3570 From: "Craig A. Berry" <craigberry@mac.com>
3571 Date: Tue, 16 Oct 2001 13:08:38 -0500
3572 Message-Id: <5.1.0.14.2.20011016122704.029eaea8@exchi01>
3573 Branch: perl
3574 ! configure.com
3575____________________________________________________________________________
3576[ 12458] By: jhi on 2001/10/16 17:07:20
3577 Log: Can't expect too much accuracy from a sleep of one second.
3578 (I think this will also fail with high load.)
3579 Branch: perl
3580 ! ext/Time/HiRes/HiRes.t
3581____________________________________________________________________________
3582[ 12457] By: jhi on 2001/10/16 16:50:24
3583 Log: Subject: WIN64 (Itanium) port of Perl 5.6.1
3584 From: "Werner, Randolf" <randolf.werner@sap.com>
3585 Date: Tue, 16 Oct 2001 18:33:02 +0200
3586 Message-ID: <816D93CCC927D31188570008C75D1DE10A5CB1F8@dbwdfx1a.wdf.sap-ag.de>
3587 Branch: perl
3588 + win32/Makefile.win64 win32/config.win64 win32/config_H.win64
3589 ! MANIFEST Porting/makerel ext/SDBM_File/sdbm/sdbm.c
3590____________________________________________________________________________
3591[ 12456] By: nick on 2001/10/16 14:08:16
3592 Log: Builds under ithreads (but fails all threads tests)
3593 Branch: perlio
3594 ! hv.c perlio.c sv.c
3595____________________________________________________________________________
3596[ 12455] By: jhi on 2001/10/16 13:59:32
3597 Log: I think the Perl_sortsv needs *not* be skipped?
3598 Branch: perl
3599 ! makedef.pl
3600____________________________________________________________________________
3601[ 12454] By: jhi on 2001/10/16 13:05:38
3602 Log: Subject: [ PATCH ] maint/perl/t/op/groups.t for build on Cygwin
3603 From: "Gerrit P. Haase" <gerrit.haase@convey.de>
3604 Date: Tue, 16 Oct 2001 15:32:44 +0200
3605 Message-ID: <3BCC531C.11494.3E433F@localhost>
3606 Branch: perl
3607 ! t/op/groups.t
3608____________________________________________________________________________
3609[ 12453] By: jhi on 2001/10/16 13:04:38
3610 Log: Subject: [ PATCH ] maint/perl/t/io/fs.t for build on Cygwin
3611 From: "Gerrit P. Haase" <gerrit.haase@convey.de>
3612 Date: Tue, 16 Oct 2001 15:01:04 +0200
3613 Message-ID: <3BCC4BB0.30935.2145B7@localhost>
3614 Branch: perl
3615 ! t/io/fs.t
3616____________________________________________________________________________
3617[ 12452] By: jhi on 2001/10/16 12:03:49
3618 Log: A forgotten deletion.
3619 Branch: perl
3620 - lib/unicore/mktables.PL
3621____________________________________________________________________________
3622[ 12451] By: nick on 2001/10/16 11:32:48
3623 Log: Skeleton of "PerlIO_dup" coded.
3624 Still-passes all tests non-threaded (well it would wouldn't it!)
3625 Branch: perlio
3626 ! embed.h embed.pl ext/Encode/Encode.xs
3627 ! ext/PerlIO/Scalar/Scalar.xs ext/PerlIO/Via/Via.xs perl.h
3628 ! perlio.c perlio.h perliol.h pod/perlapi.pod proto.h sv.c sv.h
3629 ! win32/win32io.c
3630____________________________________________________________________________
3631[ 12450] By: jhi on 2001/10/16 02:27:51
3632 Log: Document the problem with the swash_fetch() API that affects
3633 more complex case conversions.
3634 Branch: perl
3635 ! lib/utf8_heavy.pl utf8.c
3636____________________________________________________________________________
3637[ 12449] By: jhi on 2001/10/16 01:55:48
3638 Log: Make Time::HiRes::sleep() and usleep() to return
3639 the number of seconds (a floating point value) and
3640 microseconds (an integer) actually slept (well,
3641 modulo the time spent in measuring the time actually
3642 slept...), to be a better drop-in replacement for
3643 the builtin sleep(). Noticed by Chris Nandor.
3644
3645 Also make usleep() to croak if fed illegal number
3646 of useconds (anything greater than 1_000_000).
3647 Branch: perl
3648 ! ext/Time/HiRes/HiRes.pm ext/Time/HiRes/HiRes.t
3649 ! ext/Time/HiRes/HiRes.xs
3650____________________________________________________________________________
3651[ 12448] By: jhi on 2001/10/16 00:57:05
3652 Log: A missing SvREFCNT_dec.
3653 Branch: perl
3654 ! perl.c
3655____________________________________________________________________________
3656[ 12447] By: nick on 2001/10/15 20:27:53
3657 Log: Beginings of PerlIO_dup support (unstable)
3658 Branch: perlio
3659 ! perlio.c perliol.h
3660____________________________________________________________________________
3661[ 12446] By: jhi on 2001/10/15 18:44:19
a14267ca
JH
3662 Log: (retracted by #12497)
3663 In AIX vac 5 just can't seem to get regcomp right.
69aa86c4
JH
3664 Branch: perl
3665 ! hints/aix.sh
3666____________________________________________________________________________
3667[ 12445] By: jhi on 2001/10/15 16:44:04
3668 Log: Bump the version number to agree with the maintperl one.
3669 Branch: perl
3670 ! lib/Tie/RefHash.pm
3671____________________________________________________________________________
3672[ 12444] By: nick on 2001/10/15 15:59:57
3673 Log: Integrate mainline
3674 Branch: perlio
3675 +> lib/Math/BigInt/t/Math/Subclass.pm
3676 +> lib/Math/BigInt/t/bigfltpm.inc lib/Math/BigInt/t/calling.t
3677 +> lib/Math/BigInt/t/subclass.t lib/unicore/In/163.pl
3678 +> lib/unicore/In/164.pl lib/unicore/In/165.pl
3679 +> lib/unicore/In/166.pl lib/unicore/In/167.pl
3680 +> lib/unicore/In/168.pl lib/unicore/In/169.pl
3681 +> lib/unicore/In/170.pl lib/unicore/In/171.pl lib/unicore/Is.pl
3682 +> lib/unicore/Is/Title.pl lib/unicore/Lbrk.pl
3683 +> lib/unicore/mktables
3684 - lib/unicore/Is/SylA.pl lib/unicore/Is/SylAA.pl
3685 - lib/unicore/Is/SylAAI.pl lib/unicore/Is/SylAI.pl
3686 - lib/unicore/Is/SylC.pl lib/unicore/Is/SylE.pl
3687 - lib/unicore/Is/SylEE.pl lib/unicore/Is/SylI.pl
3688 - lib/unicore/Is/SylII.pl lib/unicore/Is/SylN.pl
3689 - lib/unicore/Is/SylO.pl lib/unicore/Is/SylOO.pl
3690 - lib/unicore/Is/SylU.pl lib/unicore/Is/SylV.pl
3691 - lib/unicore/Is/SylWA.pl lib/unicore/Is/SylWAA.pl
3692 - lib/unicore/Is/SylWC.pl lib/unicore/Is/SylWE.pl
3693 - lib/unicore/Is/SylWEE.pl lib/unicore/Is/SylWI.pl
3694 - lib/unicore/Is/SylWII.pl lib/unicore/Is/SylWO.pl
3695 - lib/unicore/Is/SylWOO.pl lib/unicore/Is/SylWU.pl
3696 - lib/unicore/Is/SylWV.pl lib/unicore/Is/Syllable.pl
3697 - lib/unicore/syllables.txt
3698 !> (integrate 344 files)
3699____________________________________________________________________________
3700[ 12443] By: jhi on 2001/10/15 13:40:20
3701 Log: Casting tweak from Paul Marquess, helps Merijn on AIX.
3702 Branch: perl
3703 ! ext/DB_File/DB_File.xs
3704____________________________________________________________________________
3705[ 12442] By: jhi on 2001/10/15 13:35:36
3706 Log: Sync the skip() amounts with the number of tests.
3707 Branch: perl
3708 ! lib/Term/Complete.t
3709____________________________________________________________________________
3710[ 12441] By: jhi on 2001/10/15 13:11:03
3711 Log: Update Changes.
3712 Branch: perl
3713 ! Changes patchlevel.h
3714____________________________________________________________________________
8f215503
JH
3715[ 12440] By: jhi on 2001/10/15 12:58:24
3716 Log: MacOS Classic catdir() rewrite from Thomas Wegner
3717 (backward incompatibility, but a deliberate one,
3718 the old version simply is broken in its logic),
3719 also documentation updates, and as suggested replicated
3720 the File::Spec::Unix documentation updates also on the
3721 File::Spec documentation.
3722
3723 TODO: there seems to be duplication of documentation
3724 between File::Spec and File::Spec::Unix. I think
3725 the ::Unix should be left only with specific UNIXisms,
3726 and all the generic documentation should be in ::Spec.
3727 Branch: perl
3728 ! lib/File/Find/t/find.t lib/File/Find/t/taint.t
3729 ! lib/File/Spec.pm lib/File/Spec.t lib/File/Spec/Mac.pm
3730 ! lib/File/Spec/Unix.pm
3731____________________________________________________________________________
3732[ 12439] By: jhi on 2001/10/15 12:32:07
3733 Log: Subject: Re: [PATCH t/op/magic.t] missing tests on Win32
3734 From: Blair Zajac <blair@orcaware.com>
3735 Date: Mon, 24 Sep 2001 11:48:58 -0700
3736 Message-ID: <3BAF801A.88A4F614@orcaware.com>
3737
3738 (the skip() messages)
3739 Branch: perl
3740 ! t/op/magic.t
3741____________________________________________________________________________
3742[ 12438] By: ams on 2001/10/14 23:43:59
3743 Log: Subject: [PATCH] make PerlIO default on VMS
3744 From: "Craig A. Berry" <craigberry@mac.com>
3745 Date: Sun, 14 Oct 2001 15:27:18 -0500
3746 Message-Id: <5.1.0.14.0.20011014152339.021ec150@exchi01>
3747 Branch: perl
3748 ! configure.com
3749____________________________________________________________________________
3750[ 12437] By: jhi on 2001/10/14 23:05:57
3751 Log: Retract #12436 (Abhijit already did this at #12426)
3752 Branch: perl
3753 ! lib/ExtUtils/MM_Unix.pm
3754____________________________________________________________________________
3755[ 12436] By: jhi on 2001/10/14 21:22:43
3756 Log: (retracted by #12437)
3757 Subject: [PATCH lib/ExtUtils/MM_Unix.pm] MakeMaker tries to parse commented out $VERSION
3758 From: =?iso-8859-1?Q?Kay_R=F6pke?= <kroepke@dolphin-services.de>
3759 Date: Sat, 13 Oct 2001 20:33:55 +0200
3760 Message-Id: <E15sTbe-0001nt-00@mrvdom04.kundenserver.de>
3761 Branch: perl
3762 ! lib/ExtUtils/MM_Unix.pm
3763____________________________________________________________________________
3764[ 12435] By: jhi on 2001/10/14 21:21:52
3765 Log: Subject: h2xs grammar nit
3766 From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
3767 Date: Fri, 12 Oct 2001 00:12:01 -0700 (PDT)
3768 Message-ID: <Pine.GSU.4.21.0110120010540.9710-100000@garcia.efn.org>
3769 Branch: perl
3770 ! utils/h2xs.PL
3771____________________________________________________________________________
3772[ 12434] By: jhi on 2001/10/14 13:48:30
3773 Log: Subject: [PATCH @12422] Fix scoping problem with FATAL warnings
3774 From: "Paul Marquess" <Paul_Marquess@yahoo.co.uk>
3775 Date: Sun, 14 Oct 2001 11:25:08 +0100
3776 Message-ID: <AIEAJICLCBDNAAOLLOKLCEFDDCAA.Paul_Marquess@Yahoo.co.uk>
3777 Branch: perl
3778 ! lib/warnings.pm pod/perllexwarn.pod t/lib/warnings/7fatal
3779 ! warnings.pl
3780____________________________________________________________________________
3781[ 12433] By: jhi on 2001/10/13 23:20:11
3782 Log: Use File::Spec (needs Thomas Wegner's upcoming patch
3783 for File::Spec::Mac::catfile)
3784 Branch: perl
3785 ! lib/h2xs.t
3786____________________________________________________________________________
3787[ 12432] By: jhi on 2001/10/13 23:17:31
3788 Log: Subject: [PATCH] Re: default module version for h2xs (was Re: [PATCH] Re: What sort of Makefile.PL should h2xs write?)
3789 From: Nicholas Clark <nick@ccl4.org>
3790 Date: Sat, 13 Oct 2001 00:07:31 +0100
3791 Message-ID: <20011013000731.D67535@plum.flirble.org>
3792 Branch: perl
3793 ! lib/h2xs.t utils/h2xs.PL
3794____________________________________________________________________________
3795[ 12431] By: jhi on 2001/10/13 22:35:58
3796 Log: Define PASTHRU_DEFINE and PASTHRU_INC (which are used
3797 before DEFINE and INC), and repent by taking DEFINE and
3798 INC away from PASTHRU.
3799 Branch: perl
3800 ! lib/ExtUtils/MM_Unix.pm
3801____________________________________________________________________________
3802[ 12430] By: jhi on 2001/10/13 21:23:09
3803 Log: More MANIFEST anomalies.
3804 Branch: perl
3805 ! MANIFEST
3806____________________________________________________________________________
3807[ 12429] By: jhi on 2001/10/13 21:01:32
3808 Log: Not that many.
3809 Branch: perl
3810 ! MANIFEST
3811____________________________________________________________________________
3812[ 12428] By: sky on 2001/10/13 20:59:27
3813 Log: Subject: [DOC PATCH] pod syntax fixups for File::Spec::* modules
3814 From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
3815 Date: Sat, 13 Oct 2001 23:15:55 +0200
3816 Message-ID: <20011013231555.A18071@rafael>
3817 Branch: perl
3818 ! lib/File/Spec.pm lib/File/Spec/Epoc.pm lib/File/Spec/Mac.pm
3819 ! lib/File/Spec/Unix.pm lib/File/Spec/Win32.pm
3820____________________________________________________________________________
3821[ 12427] By: jhi on 2001/10/13 20:54:17
3822 Log: Rewrite mktables from scratch.
3823 - Cleaner.
3824 - Faster: 15-20 seconds as opposed to several minutes.
3825 - More dynamic: the names of the various categories
3826 such as the linebreak ones are dynamic, not static.
3827 - Is.pl: long names for the general category properties
3828 are now available.
3829 - Ranges (<... ,First>, <..., Last>) from the general
3830 categories work now.
3831 - No more mktables.PL because the mktables.PL is not
3832 and never has been run to create a mktables.
3833 - syllables.txt and Is/Syl*.pl removed: non-standard
3834 (not part of the Unicode), and the whole concept is
3835 being reworked (http://syllabary.sourceforge.net/),
3836 the old way wouldn't even work with the new Syllables.txt
3837 (it would result in 1000+ new categories)
3838 Branch: perl
3839 + lib/unicore/In/163.pl lib/unicore/In/164.pl
3840 + lib/unicore/In/165.pl lib/unicore/In/166.pl
3841 + lib/unicore/In/167.pl lib/unicore/In/168.pl
3842 + lib/unicore/In/169.pl lib/unicore/In/170.pl
3843 + lib/unicore/In/171.pl lib/unicore/Is.pl
3844 + lib/unicore/Is/Title.pl lib/unicore/Lbrk.pl
3845 + lib/unicore/mktables
3846 - lib/unicore/Is/SylA.pl lib/unicore/Is/SylAA.pl
3847 - lib/unicore/Is/SylAAI.pl lib/unicore/Is/SylAI.pl
3848 - lib/unicore/Is/SylC.pl lib/unicore/Is/SylE.pl
3849 - lib/unicore/Is/SylEE.pl lib/unicore/Is/SylI.pl
3850 - lib/unicore/Is/SylII.pl lib/unicore/Is/SylN.pl
3851 - lib/unicore/Is/SylO.pl lib/unicore/Is/SylOO.pl
3852 - lib/unicore/Is/SylU.pl lib/unicore/Is/SylV.pl
3853 - lib/unicore/Is/SylWA.pl lib/unicore/Is/SylWAA.pl
3854 - lib/unicore/Is/SylWC.pl lib/unicore/Is/SylWE.pl
3855 - lib/unicore/Is/SylWEE.pl lib/unicore/Is/SylWI.pl
3856 - lib/unicore/Is/SylWII.pl lib/unicore/Is/SylWO.pl
3857 - lib/unicore/Is/SylWOO.pl lib/unicore/Is/SylWU.pl
3858 - lib/unicore/Is/SylWV.pl lib/unicore/Is/Syllable.pl
3859 - lib/unicore/syllables.txt
3860 ! (edit 304 files)
3861____________________________________________________________________________
3862[ 12426] By: ams on 2001/10/13 18:05:36
3863 Log: ExtUtils::MM_Unix should ignore comments when searching for
3864 $VERSION.
3865 Branch: perl
3866 ! lib/ExtUtils/MM_Unix.pm
3867____________________________________________________________________________
3868[ 12425] By: jhi on 2001/10/13 12:26:41
3869 Log: Subject: Re: New module XML::Clean
3870 From: andreas.koenig@anima.de (Andreas J. Koenig)
3871 Date: 13 Oct 2001 10:17:09 +0200
3872 Message-ID: <m37ku0t0my.fsf@anima.de>
3873 Branch: perl
3874 ! pod/perlnewmod.pod
3875____________________________________________________________________________
3876[ 12424] By: sky on 2001/10/13 09:39:59
3877 Log: Set thread stack size if needed.
3878 Branch: perl
3879 ! ext/threads/threads.xs
3880____________________________________________________________________________
3881[ 12423] By: sky on 2001/10/13 09:36:49
3882 Log: We do want to set the attribute to joinable even on modern posix
3883 platforms.
3884 Branch: perl
3885 ! ext/threads/threads.xs
3886____________________________________________________________________________
3887[ 12422] By: jhi on 2001/10/13 02:04:44
3888 Log: Subject: [PATCH ext/Data/Dumper.xs]
3889 From: Brian Ingerson <ingy@ttul.org>
3890 Date: Fri, 12 Oct 2001 19:32:35 -0700
3891 Message-ID: <20011012193235.B889@ttul.org>
3892 Branch: perl
3893 ! ext/Data/Dumper/Dumper.xs
3894____________________________________________________________________________
3895[ 12421] By: jhi on 2001/10/12 23:22:45
3896 Log: Update Changes.
3897 Branch: perl
3898 ! Changes patchlevel.h
3899____________________________________________________________________________
8a114ac8
JH
3900[ 12420] By: jhi on 2001/10/12 22:51:17
3901 Log: FAQ sync.
3902 Branch: perl
3903 ! pod/perlfaq3.pod pod/perlfaq4.pod
3904____________________________________________________________________________
3905[ 12419] By: jhi on 2001/10/12 22:46:49
3906 Log: Subject: RE: [PATCH File::Copy] Silence warnings for tied filehandles
3907 From: "Wilson, Doug" <Doug_Wilson@intuit.com>
3908 Date: Fri, 12 Oct 2001 11:51:05 -0700
3909 Message-ID: <35A280DF784CD411A06B0008C7B130AD0115DDAE@sdex04.sd.intuit.com>
3910 Branch: perl
3911 ! lib/File/Copy.pm
3912____________________________________________________________________________
3913[ 12418] By: jhi on 2001/10/12 22:44:24
3914 Log: Subject: [PATCH lib/Term/Complete.t] Rethinking the Test
3915 From: "chromatic" <chromatic@rmci.net>
3916 Date: Thu, 11 Oct 2001 10:57:55 -0600
3917 Message-ID: <20011011170354.74354.qmail@onion.perl.org>
3918
3919 Subject: [PATCH Complete.pm] Re: [PATCH lib/Term/Complete.t] Rethinking the Test
3920 From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
3921 Date: Thu, 11 Oct 2001 22:34:21 +0200
3922 Message-ID: <20011011223421.A693@rafael>
3923
3924 plus undef $Term::Complete::stty as suggested by Rafael.
3925 Branch: perl
3926 ! lib/Term/Complete.pm lib/Term/Complete.t
3927____________________________________________________________________________
3928[ 12417] By: jhi on 2001/10/12 20:35:49
3929 Log: UUnndduupplleexx..
3930 Branch: perl
3931 ! perl.h
3932____________________________________________________________________________
3933[ 12416] By: sky on 2001/10/12 20:16:19
3934 Log: Subject: Re: Sparc/Linux/ithreads unhappy @12391 [PATCH]
3935 From: Andy Dougherty <doughera@lafayette.edu>
3936 Date: Fri, 12 Oct 2001 16:53:03 -0400 (EDT)
3937 Message-ID: <Pine.SOL.4.10.10110121647360.11279-100000@maxwell.phys.lafayette.edu>
3938 (Potentially only band-aid)
3939 Branch: perl
3940 ! sv.c
3941____________________________________________________________________________
3942[ 12415] By: jhi on 2001/10/12 20:13:06
3943 Log: VMS pre-7.0 (which doesn't have sigaction()) uniformly
3944 mishandles kill(), and therefore the sigaction test
3945 should be skipped, from Charles Lane.
3946 Branch: perl
3947 ! ext/POSIX/t/sigaction.t
3948____________________________________________________________________________
3949[ 12414] By: sky on 2001/10/12 18:47:49
3950 Log: Perhaps other OLD_POSIX_API systems might be happy and not only HP-UX 10.20
3951 Branch: perl
3952 ! op.h
3953____________________________________________________________________________
3954[ 12413] By: jhi on 2001/10/12 18:35:31
3955 Log: Upgrade to Math::BigInt 1.44 from Tels and
3956 further fixes from John Peacock.
3957 Branch: perl
3958 + lib/Math/BigInt/t/Math/Subclass.pm
3959 + lib/Math/BigInt/t/bigfltpm.inc lib/Math/BigInt/t/calling.t
3960 + lib/Math/BigInt/t/subclass.t
3961 ! MANIFEST lib/Math/BigFloat.pm lib/Math/BigInt.pm
3962 ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bigfltpm.t
3963 ! lib/Math/BigInt/t/bigintc.t lib/Math/BigInt/t/bigintpm.t
3964 ! lib/Math/BigInt/t/mbimbf.t
3965____________________________________________________________________________
3966[ 12412] By: sky on 2001/10/12 18:28:23
3967 Log: perhaps pthread_attr_t really needs to be set for the old api
3968 Branch: perl
3969 ! ext/threads/threads.xs
3970____________________________________________________________________________
3971[ 12411] By: sky on 2001/10/12 18:11:45
3972 Log: pthread_keycreate not pthread_key_create under the here be dragons API
3973 Branch: perl
3974 ! ext/threads/threads.h
3975____________________________________________________________________________
3976[ 12410] By: sky on 2001/10/12 18:07:37
3977 Log: Apperently OLD PTHREADS API is a bit retarded.
3978 This should fix another set of compile failures in HP-UX 10.20.
3979 Branch: perl
3980 ! ext/threads/threads.h ext/threads/threads.xs
3981____________________________________________________________________________
3982[ 12409] By: nick on 2001/10/12 15:30:01
3983 Log: Blind integrate of mainline
3984 Branch: perlio
3985 +> (branch 32 files)
3986 - lib/unicode/README
3987 !> (integrate 121 files)
3988____________________________________________________________________________
3989[ 12408] By: sky on 2001/10/12 14:55:08
3990 Log: Let us avoid being smart for now.
3991 Branch: perl
3992 ! ext/threads/threads.h
3993____________________________________________________________________________
3994[ 12407] By: sky on 2001/10/12 14:38:12
3995 Log: (void*) the argument to make sure we work with picky compilers
3996 Branch: perl
3997 ! ext/threads/threads.xs
3998____________________________________________________________________________
3999[ 12406] By: ams on 2001/10/12 13:26:04
a14267ca
JH
4000 Log: (replaced with #12600)
4001
4002 Subject: [PATCH 5.6.1 perldoc] use File::Temp
8a114ac8
JH
4003 From: Mikhail Zabaluev <mhz@alt-linux.org>
4004 Date: Fri, 12 Oct 2001 12:47:47 +0400
4005 Message-Id: <20011012124747.E13918@localhost.localdomain>
4006 Branch: perl
4007 ! utils/perldoc.PL
4008____________________________________________________________________________
4009[ 12405] By: ams on 2001/10/12 13:05:32
4010 Log: Subject: [PATCH] (Was: lib/Memoize/t/speed.................FAILED at test 2)
4011 From: andreas.koenig@anima.de (Andreas J. Koenig)
4012 Date: 12 Oct 2001 11:12:07 +0200
4013 Message-Id: <m3wv21te6w.fsf_-_@anima.de>
4014 Branch: perl
4015 ! lib/Memoize/t/speed.t
4016____________________________________________________________________________
4017[ 12404] By: sky on 2001/10/12 12:46:15
4018 Log: A) Support OLD_PTHREADS_API
4019 B) Change from using pthread_t to using a TLS to store the
4020 index of the thread in an hash, this is to avoid problems when
4021 in fact pthread_t was not a seralizable type.
4022 Both these changes are because of HP-UX 10.20
4023 This has not been tested on win32 but should work there.
4024 Need to add support for NetWare.
4025 Branch: perl
4026 ! ext/threads/threads.h ext/threads/threads.xs
4027____________________________________________________________________________
4028[ 12403] By: ams on 2001/10/12 07:34:19
4029 Log: Subject: Re: New module XML::Clean
4030 From: andreas.koenig@anima.de (Andreas J. Koenig)
4031 Date: 12 Oct 2001 10:20:35 +0200
4032 Message-Id: <m3elo9uv58.fsf@anima.de>
4033 Branch: perl
4034 ! pod/perlnewmod.pod
4035____________________________________________________________________________
4036[ 12402] By: jhi on 2001/10/11 19:51:04
4037 Log: More HP model tweaks from Merijn.
4038 Branch: perl
4039 ! README.hpux
4040____________________________________________________________________________
4041[ 12401] By: jhi on 2001/10/11 13:03:10
4042 Log: Update Changes.
4043 Branch: perl
4044 ! Changes patchlevel.h
4045____________________________________________________________________________
19e4e4d5
JH
4046[ 12400] By: jhi on 2001/10/11 11:33:20
4047 Log: HP-UX update from H.Merijn Brand.
4048 Branch: perl
4049 ! README.hpux
4050____________________________________________________________________________
4051[ 12399] By: jhi on 2001/10/11 00:53:56
4052 Log: Subject: [PATCH] fix link rot in README.vms
4053 From: "Craig A. Berry" <craigberry@mac.com>
4054 Date: Wed, 10 Oct 2001 17:17:00 -0500
4055 Message-Id: <5.1.0.14.0.20011010171057.01bd77c8@exchi01>
4056 Branch: perl
4057 ! README.vms
4058____________________________________________________________________________
4059[ 12398] By: jhi on 2001/10/11 00:49:42
4060 Log: Subject: [PATCH lib/Term/Complete.t] (was Re: lib/Term/Complete.t won't complete in background)
4061 From: "chromatic" <chromatic@rmci.net>
4062 Date: Wed, 10 Oct 2001 15:50:30 -0600
4063 Message-ID: <20011010215627.13283.qmail@onion.perl.org>
4064 Branch: perl
4065 ! lib/Term/Complete.t
4066____________________________________________________________________________
4067[ 12397] By: jhi on 2001/10/11 00:48:54
4068 Log: Subject: [PATCH MANIFEST lib/ExtUtils/Packlist.t] Add Tests for ExtUtils::Packlist
4069 From: "chromatic" <chromatic@rmci.net>
4070 Date: Wed, 10 Oct 2001 15:45:42 -0600
4071 Message-ID: <20011010215140.8913.qmail@onion.perl.org>
4072 Branch: perl
4073 + lib/ExtUtils/Packlist.t
4074 ! MANIFEST
4075____________________________________________________________________________
4076[ 12396] By: jhi on 2001/10/10 20:20:22
4077 Log: VMS needs quotes around the -I option to keep it from
4078 being downcased, from Charles Lane.
4079 Branch: perl
4080 ! t/run/kill_perl.t
4081____________________________________________________________________________
4082[ 12395] By: ams on 2001/10/10 16:22:32
4083 Log: Subject: [PATCH lib/FindBin.pm]
4084 From: Stas Bekman <stas@stason.org>
4085 Date: Tue, 09 Oct 2001 23:57:10 +0800
4086 Message-Id: <3BC31E56.60805@stason.org>
4087 Branch: perl
4088 ! lib/FindBin.pm
4089____________________________________________________________________________
4090[ 12394] By: ams on 2001/10/10 16:09:53
4091 Log: Subject: Re: /usr/include/sys/e ?? (perl@12340)
4092 From: Abhijit Menon-Sen <ams@wiw.org>
4093 Date: Wed, 10 Oct 2001 21:59:33 +0530
4094 Message-Id: <20011010215933.B2444@lustre.dyn.wiw.org>
4095 Branch: perl
4096 ! ext/Data/Dumper/Dumper.xs
4097____________________________________________________________________________
4098[ 12393] By: jhi on 2001/10/10 15:53:39
4099 Log: VMS: reorder the elimination of 000000 in the canonpath logic,
4100 from Charles Lane.
4101 Branch: perl
4102 ! lib/File/Spec/VMS.pm
4103____________________________________________________________________________
4104[ 12392] By: ams on 2001/10/10 14:49:43
4105 Log: Subject: [PATCH] two s/// bugfixes
4106 From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
4107 Date: Wed, 10 Oct 2001 17:23:44 +0200
4108 Message-Id: <20011010172344.C22440@rafael>
4109 Branch: perl
4110 ! pp_ctl.c regexec.c t/op/subst.t
4111____________________________________________________________________________
4112[ 12391] By: jhi on 2001/10/10 12:22:02
4113 Log: Fix/improve handling of the [000000] special "root"
4114 directory, by putting cwd in canonical form when doing
4115 abs2rel, and prepending a 000000 to directory "chunks"
4116 if missing from base or path. Also adjust test to
4117 reflect the (improved) output from abs2rel.
4118 From Charles Lane.
4119 Branch: perl
4120 ! lib/File/Spec.t lib/File/Spec/VMS.pm
4121____________________________________________________________________________
4122[ 12390] By: jhi on 2001/10/10 11:48:14
4123 Log: In VMS the copy-to-untaint %ENV in the initialization also loses
4124 all of the extra VMSish attributes (such as "treat this logical
4125 as a device name") that are necessary to make programs run.
4126 A tainted %ENV does not hinder VMS. From Charles Lane.
4127 Branch: perl
4128 ! lib/File/Find/t/taint.t
4129____________________________________________________________________________
4130[ 12389] By: jhi on 2001/10/10 11:40:29
4131 Log: VMS-specific fixes to the ExtUtils::Manifest tests.
4132
4133 o VMS is case-insensitive, RTL downcases filenames read
4134 by perl... so need to re-upcase filenames like MANIFEST
4135 and MANIFEST.SKIP
4136
4137 o Need to convert VMS-style to Unix-style filenames when comparing
4138 names in MANIFEST to names in filesystem.
4139
4140 o Need to remove mantest/MANIFEST before rmdir'ing mantest,
4141 since VMS won't let you (easily) delete non-empty directories.
4142
4143 From Charles Lane.
4144 Branch: perl
4145 ! lib/ExtUtils/Manifest.pm lib/ExtUtils/Manifest.t
4146____________________________________________________________________________
4147[ 12388] By: jhi on 2001/10/10 11:28:44
4148 Log: Unix and VMS agree on "*" as a "match any number of any chars"
4149 wildcards, but differ ("?" vs. "%") for their "match any single
4150 char" wildcard. This patch changes "?" chars to "%" before doing a
4151 VMS glob...at no loss of functionality, since "?" isn't a valid
4152 filename char on VMS. From Charles Lane.
4153 Branch: perl
4154 ! doio.c
4155____________________________________________________________________________
4156[ 12387] By: jhi on 2001/10/10 11:20:13
4157 Log: (accidentally empty submit; new life as #12390)
4158 Branch: perl
4159 ! lib/File/Find/t/taint.t
4160____________________________________________________________________________
4161[ 12386] By: jhi on 2001/10/10 11:12:40
4162 Log: Even more VMS tweakage from Charles Lane:
4163
4164 Tweak #1: splitdir only works on directory part of filespec,
4165 split off volume first
4166 Tweak #2: VMS pre-7.0's $ENV{'HOME'} is not settable
4167 (it's a horrible kludge in the run-time library,
4168 improved in later versions). Check the
4169 $Config{'d_setenv'} flag before attempting to set it.
4170 Branch: perl
4171 ! t/op/chdir.t
4172____________________________________________________________________________
4173[ 12385] By: jhi on 2001/10/09 20:34:36
4174 Log: VMS tweakage from Charles Lane.
4175
4176 . command.com doubles an output line when prompting for extensions
4177 . Term::Cap has no business trying to run obscure Un*x utilities on VMS
4178 . perl5db doesn't clean up after itself
4179 Branch: perl
4180 ! configure.com lib/Term/Cap.pm lib/perl5db.pl
4181____________________________________________________________________________
4182[ 12384] By: sky on 2001/10/09 19:16:11
4183 Log: Subject: [PATCH again again], Re: [PATCH again] Re: [PATCH mg.c gv.c and others] ${^TAINT}
4184 From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
4185 Date: Tue, 9 Oct 2001 22:10:26 +0200
4186 Message-ID: <20011009221026.A8579@rafael>
4187 Branch: perl
4188 ! pod/perldata.pod
4189____________________________________________________________________________
4190[ 12383] By: jhi on 2001/10/09 14:33:15
4191 Log: Subject: [PATCH t/op/subst.t] new tests, new TODO test
4192 From: rgarciasuarez@free.fr (Rafael Garcia-Suarez)
4193 Date: 9 Oct 2001 15:15:06 -0000
4194 Message-Id: <slrn9s653h.h2p.rgarciasuarez@rafael.kazibao.net>
4195 Branch: perl
4196 ! t/op/subst.t
4197____________________________________________________________________________
4198[ 12382] By: jhi on 2001/10/09 14:03:30
4199 Log: Update Changes.
4200 Branch: perl
4201 ! Changes patchlevel.h
4202____________________________________________________________________________
c5a29026
JH
4203[ 12381] By: jhi on 2001/10/09 13:52:50
4204 Log: Seems that a glob(undef) triggers an ACCVIO in Perl_flex_stat
4205 Seems that a glob(undef) triggers an ACCVIO in Perl_flex_stat,
4206 when a NULL is passed for the filename string pointer.
4207 From Charles Lane.
4208 Branch: perl
4209 ! vms/vms.c
4210____________________________________________________________________________
4211[ 12379] By: jhi on 2001/10/09 13:03:49
4212 Log: Subject: HP systems update
4213 From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
4214 Date: Tue, 09 Oct 2001 15:59:22 +0200
4215 Message-Id: <20011009155614.A4F5.H.M.BRAND@hccnet.nl>
4216 Branch: perl
4217 ! README.hpux
4218____________________________________________________________________________
4219[ 12378] By: jhi on 2001/10/09 12:52:21
4220 Log: CPAN::Nox does now have a test.
4221 Branch: perl
4222 ! t/lib/1_compile.t
4223____________________________________________________________________________
4224[ 12377] By: jhi on 2001/10/09 12:23:27
4225 Log: Subject: [ID 20011001.009] /usr/bin/perl (in addition to /usr/local/bin/perl)
4226 From: David Dyck <dcd@tc.fluke.com>
4227 Date: Mon, 1 Oct 2001 12:17:36 -0700
4228 Message-Id: <200110011917.MAA11879@dd.tc.fluke.com>
4229 Branch: perl
4230 ! installperl
4231____________________________________________________________________________
4232[ 12376] By: jhi on 2001/10/09 12:18:39
4233 Log: NetWare update from Ananth Kesari.
4234 Branch: perl
4235 ! NetWare/nwperlsys.h makedef.pl
4236____________________________________________________________________________
4237[ 12375] By: jhi on 2001/10/09 11:43:01
4238 Log: Subject: [PATCH Perl@12307] File::Find test on VMS
4239 From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
4240 Date: Tue, 9 Oct 2001 08:40:57 EDT
4241 Message-Id: <011009083426.17530f@DUPHY4.Physics.Drexel.Edu>
4242 Branch: perl
4243 ! lib/File/Find/t/find.t
4244____________________________________________________________________________
4245[ 12374] By: ams on 2001/10/09 05:31:45
4246 Log: Subject: [PATCH MANIFEST lib/ExtUtils/Mkbootstrap.t] Add Tests for
4247 ExtUtils::Mkbootstrap
4248 From: "chromatic" <chromatic@rmci.net>
4249 Date: Tue, 09 Oct 2001 00:08:37 -0600
4250 Message-Id: <20011009061432.46666.qmail@onion.perl.org>
4251 Branch: perl
4252 + lib/ExtUtils/Mkbootstrap.t
4253 ! MANIFEST
4254____________________________________________________________________________
4255[ 12373] By: jhi on 2001/10/09 02:56:13
4256 Log: Enable more debugging.
4257 Branch: perl
4258 ! lib/utf8_heavy.pl
4259____________________________________________________________________________
4260[ 12372] By: ams on 2001/10/09 02:11:59
4261 Log: #12370 forgot to modify is_gv_magical().
4262 Branch: perl
4263 ! gv.c
4264____________________________________________________________________________
4265[ 12371] By: jhi on 2001/10/09 01:48:17
4266 Log: Make the toupper/lower/title API for Unicode not right
4267 but at least less wrong: prepare for the mapping being
4268 more than just one-character-to-one-character.
4269 Branch: perl
4270 ! embed.h embed.pl global.sym handy.h pp.c proto.h regcomp.c
4271 ! regexec.c utf8.c
4272____________________________________________________________________________
4273[ 12370] By: jhi on 2001/10/09 01:23:08
4274 Log: Subject: Re: [PATCH mg.c gv.c and others] ${^TAINT}
4275 From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
4276 Date: Mon, 8 Oct 2001 22:18:23 -0400
4277 Message-ID: <20011008221823.A413700@linguist.thayer.dartmouth.edu>
4278 Branch: perl
4279 ! pod/perlvar.pod t/op/taint.t
4280____________________________________________________________________________
4281[ 12369] By: jhi on 2001/10/08 23:31:21
4282 Log: FAQ sync.
4283 Branch: perl
4284 ! pod/perlfaq3.pod pod/perlfaq4.pod
4285____________________________________________________________________________
4286[ 12368] By: jhi on 2001/10/08 21:20:45
4287 Log: Subject: [PATCH lib/Term/Cap.t] Fix Debian Failures on Test 22
4288 From: "chromatic" <chromatic@rmci.net>
4289 Date: Mon, 08 Oct 2001 14:05:32 -0600
4290 Message-ID: <20011008201126.73702.qmail@onion.perl.org>
4291 Branch: perl
4292 ! lib/Term/Cap.t
4293____________________________________________________________________________
4294[ 12367] By: jhi on 2001/10/08 21:10:49
4295 Log: Subject: [PATCH again] Re: [PATCH mg.c gv.c and others] ${^TAINT}
4296 From: Michael G Schwern <schwern@pobox.com>
4297 Date: Mon, 8 Oct 2001 17:00:14 -0400
4298 Message-ID: <20011008170014.L17083@blackrider>
4299 Branch: perl
4300 ! gv.c mg.c pod/perlvar.pod t/op/magic.t t/op/taint.t
4301____________________________________________________________________________
4302[ 12366] By: jhi on 2001/10/08 20:43:19
4303 Log: Subject: [PATCH Perl@12307] Time::Hires for VMS pre-7.0
4304 From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
4305 Date: Mon, 8 Oct 2001 16:01:33 EDT
4306 Message-Id: <011008155856.1604b5@DUPHY4.Physics.Drexel.Edu>
4307 Branch: perl
4308 ! ext/Time/HiRes/HiRes.xs
4309____________________________________________________________________________
4310[ 12365] By: jhi on 2001/10/08 20:41:50
4311 Log: Subject: [PATCH] Autosplit patch for VMS
4312 From: "Craig A. Berry" <craigberry@mac.com>
4313 Date: Mon, 08 Oct 2001 15:40:43 -0500
4314 Message-Id: <5.1.0.14.0.20011008150808.02302618@exchi01>
4315 Branch: perl
4316 ! lib/AutoSplit.pm lib/AutoSplit.t
4317____________________________________________________________________________
4318[ 12364] By: jhi on 2001/10/08 20:36:58
4319 Log: Don't assume that everybody is running OS X 10.1 yet;
4320 from Kay Röpke.
4321 Branch: perl
4322 ! hints/darwin.sh
4323____________________________________________________________________________
4324[ 12363] By: jhi on 2001/10/08 14:26:35
4325 Log: Update Changes.
4326 Branch: perl
4327 ! Changes patchlevel.h
4328____________________________________________________________________________
b421b0c0
JH
4329[ 12362] By: jhi on 2001/10/08 14:05:50
4330 Log: Retract #12358 for now.
4331 Branch: perl
4332 ! lib/Term/Cap.t
4333____________________________________________________________________________
4334[ 12361] By: jhi on 2001/10/08 13:57:10
4335 Log: Can't figure out what this is testing.
4336 (If it is trying to catch SIGKILL, it should stop
4337 trying because that is by definition impossible.)
4338 Branch: perl
4339 ! lib/sigtrap.t
4340____________________________________________________________________________
4341[ 12360] By: jhi on 2001/10/08 13:23:28
4342 Log: Subject: [PATCH bleadperl] why some tests fail on Win95...
4343 From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
4344 Date: Sun, 30 Sep 2001 21:15:13 +0200
4345 Message-ID: <5033457805.20010930211513@tesla.rcub.bg.ac.yu>
4346 Branch: perl
4347 ! lib/ExtUtils/MM_Win32.pm
4348____________________________________________________________________________
4349[ 12359] By: jhi on 2001/10/08 12:37:17
4350 Log: Clarify the ldlibpth part and condense the overall text.
4351 Branch: perl
4352 ! t/TEST
4353____________________________________________________________________________
4354[ 12358] By: jhi on 2001/10/08 11:56:49
4355 Log: Subject: Re: [PATCH] & what's to be done for 5.8.0?
4356 From: "chromatic" <chromatic@rmci.net>
4357 Date: Sun, 07 Oct 2001 16:59:26 -0600
4358 Message-ID: <20011007230518.90917.qmail@onion.perl.org>
4359 Branch: perl
4360 ! lib/Term/Cap.t
4361____________________________________________________________________________
4362[ 12357] By: jhi on 2001/10/08 11:54:50
4363 Log: Update the list because fo #12265.
4364 Branch: perl
4365 ! t/lib/1_compile.t
4366____________________________________________________________________________
4367[ 12356] By: jhi on 2001/10/08 11:53:30
4368 Log: Subject: [PATCH] & what's to be done for 5.8.0?
4369 From: Nicholas Clark <nick@ccl4.org>
4370 Date: Sun, 7 Oct 2001 20:53:33 +0100
4371 Message-ID: <20011007205333.S38756@plum.flirble.org>
4372 Branch: perl
4373 ! ext/B/t/showlex.t ext/B/t/stash.t ext/Cwd/t/taint.t
4374 ! ext/DB_File/t/db-btree.t ext/DB_File/t/db-hash.t
4375 ! ext/DB_File/t/db-recno.t ext/Fcntl/t/fcntl.t lib/CGI/t/carp.t
4376 ! lib/CGI/t/cookie.t lib/File/Find/t/taint.t lib/FindBin.t
4377 ! lib/Net/t/ftp.t lib/Net/t/hostname.t lib/Net/t/nntp.t
4378 ! lib/Net/t/smtp.t lib/Switch/t/given.t lib/Switch/t/nested.t
4379 ! lib/Switch/t/switch.t lib/Term/Complete.t
4380 ! lib/Test/Simple/t/plan_is_noplan.t lib/Test/Simple/t/todo.t
4381 ! lib/bigfloat.t lib/bigint.t lib/integer.t t/op/flip.t
4382 ! t/op/my_stash.t
4383____________________________________________________________________________
4384[ 12355] By: jhi on 2001/10/08 11:51:29
4385 Log: Integrate patch #12350 from maintperl; typo in
4386 IO::Seekable doc.
4387 Branch: perl
4388 !> ext/IO/lib/IO/Seekable.pm
4389____________________________________________________________________________
4390[ 12354] By: jhi on 2001/10/08 11:41:16
4391 Log: Detypo.
4392 Branch: perl
4393 ! hints/darwin.sh
4394____________________________________________________________________________
4395[ 12353] By: sky on 2001/10/07 17:16:14
4396 Log: Change 12349 didn't really get it right.
4397 Branch: perl
4398 ! lib/Unicode/README
4399____________________________________________________________________________
4400[ 12352] By: jhi on 2001/10/07 15:03:18
4401 Log: If running the harness the dynamic library search path
4402 may need setting.
4403 Branch: perl
4404 ! t/TEST
4405____________________________________________________________________________
4406[ 12351] By: jhi on 2001/10/07 14:17:12
4407 Log: It seems that in MacOS X 10.1 one must use -flat_namespace
4408 in ldflags.
4409 Branch: perl
4410 ! hints/darwin.sh
4411____________________________________________________________________________
4412[ 12350] By: gsar on 2001/10/07 13:30:42
4413 Log: typo in IO::Seekable doc
4414 Branch: maint-5.6/perl
4415 ! ext/IO/lib/IO/Seekable.pm
4416____________________________________________________________________________
4417[ 12349] By: jhi on 2001/10/07 12:49:31
4418 Log: Give up the fantasy of having lib/Unicode and lib/unicode:
4419 doesn't work on Mac OS X 10.1 (when unpacking the tar the
4420 latter gets renamed as lib/unicode:1, assumedly for security
4421 reasons not to overwrite stuff)
4422 Branch: perl
4423 + lib/Unicode/README
4424 - lib/unicode/README
4425 ! MANIFEST
4426____________________________________________________________________________
4427[ 12348] By: ams on 2001/10/07 05:33:40
4428 Log: Subject: [PATCH MANIFEST lib/CPAN/t/Nox.t] Add Tests for CPAN::Nox
4429 From: "chromatic" <chromatic@rmci.net>
4430 Date: Sat, 06 Oct 2001 21:42:03 -0600
4431 Message-Id: <20011007034754.21057.qmail@onion.perl.org>
4432 Branch: perl
4433 + lib/CPAN/t/Nox.t
4434 ! MANIFEST
4435____________________________________________________________________________
4436[ 12347] By: ams on 2001/10/07 00:48:10
4437 Log: Subject: [PATCH MANIFEST lib/sigtrap.t] Add Tests for sigtrap.pm
4438 From: "chromatic" <chromatic@rmci.net>
4439 Date: Sat, 06 Oct 2001 18:52:10 -0600
4440 Message-Id: <20011007005801.98381.qmail@onion.perl.org>
4441 Branch: perl
4442 + lib/sigtrap.t
4443 ! MANIFEST
4444____________________________________________________________________________
4445[ 12346] By: ams on 2001/10/06 23:14:01
4446 Log: Subject: [PATCH] (was Re: [PATCH] Re: What sort of Makefile.PL should
4447 h2xs write?)
4448 From: Nicholas Clark <nick@ccl4.org>
4449 Date: Sat, 6 Oct 2001 21:46:43 +0100
4450 Message-Id: <20011006214643.L38756@plum.flirble.org>
4451 Branch: perl
4452 ! utils/h2xs.PL
4453____________________________________________________________________________
4454[ 12345] By: ams on 2001/10/06 17:39:53
4455 Log: Subject: [PATCH] Memoize tests
4456 From: Nicholas Clark <nick@ccl4.org>
4457 Date: Sat, 6 Oct 2001 18:04:21 +0100
4458 Message-Id: <20011006180421.J38756@plum.flirble.org>
4459 Branch: perl
4460 ! lib/Memoize/t/array.t lib/Memoize/t/array_confusion.t
4461 ! lib/Memoize/t/correctness.t lib/Memoize/t/errors.t
4462 ! lib/Memoize/t/expire.t lib/Memoize/t/expire_file.t
4463 ! lib/Memoize/t/expire_module_n.t
4464 ! lib/Memoize/t/expire_module_t.t lib/Memoize/t/flush.t
4465 ! lib/Memoize/t/normalize.t lib/Memoize/t/prototype.t
4466 ! lib/Memoize/t/speed.t lib/Memoize/t/tie.t
4467 ! lib/Memoize/t/tie_gdbm.t lib/Memoize/t/tie_ndbm.t
4468 ! lib/Memoize/t/tie_sdbm.t lib/Memoize/t/tie_storable.t
4469 ! lib/Memoize/t/tiefeatures.t lib/Memoize/t/unmemoize.t
4470____________________________________________________________________________
4471[ 12344] By: jhi on 2001/10/06 00:30:23
4472 Log: Retract the latter part of #12343.
4473 Branch: perl
4474 ! ext/IO/lib/IO/Socket/INET.pm
4475____________________________________________________________________________
4476[ 12343] By: jhi on 2001/10/05 23:32:07
4477 Log: Subject: patch to ext/IO/lib/IO/Socket/INET.pm fixes Bug ID (20010803.022)
4478 From: David Dyck <dcd@tc.fluke.com>
4479 Date: Fri, 5 Oct 2001 16:04:43 -0700 (PDT)
4480 Message-ID: <Pine.LNX.4.33.0110051548340.9856-100000@dd.tc.fluke.com>
4481
4482 Subject: Re: patch to ext/IO/lib/IO/Socket/INET.pm fixes Bug ID (20010803.022)
4483 From: David Dyck <dcd@tc.fluke.com>
4484 Date: Fri, 5 Oct 2001 17:27:46 -0700 (PDT)
4485 Message-ID: <Pine.LNX.4.33.0110051714350.14248-100000@dd.tc.fluke.com>
4486 Branch: perl
4487 ! ext/IO/lib/IO/Socket/INET.pm
4488____________________________________________________________________________
4489[ 12342] By: jhi on 2001/10/05 16:28:37
4490 Log: Subject: [PATCH perl@12307] Re: test names from C<make TEST>
4491 From: Robin Barker <rmb1@cise.npl.co.uk>
4492 Date: Fri, 5 Oct 2001 18:20:44 +0100 (BST)
4493 Message-Id: <200110051720.SAA17023@tempest.npl.co.uk>
4494 Branch: perl
4495 ! t/TEST
4496____________________________________________________________________________
4497[ 12341] By: jhi on 2001/10/05 13:54:08
4498 Log: Don't assume that %x is good for displaying UVs.
4499 Branch: perl
4500 ! dump.c
4501____________________________________________________________________________
4502[ 12340] By: jhi on 2001/10/05 12:41:31
4503 Log: Update Changes.
4504 Branch: perl
4505 ! Changes patchlevel.h
4506____________________________________________________________________________
77524eb8
JH
4507[ 12339] By: ams on 2001/10/05 10:22:34
4508 Log: Subject: [PATCH] perlfunc/select
4509 From: Nicholas Clark <nick@ccl4.org>
4510 Date: Fri, 5 Oct 2001 11:33:58 +0100
4511 Message-Id: <20011005113358.Z38756@plum.flirble.org>
4512 Branch: perl
4513 ! pod/perlfunc.pod
4514____________________________________________________________________________
4515[ 12338] By: jhi on 2001/10/04 22:54:06
4516 Log: Retract #12313 and #12249.
4517 Branch: perl
4518 ! pod/perlboot.pod pod/perlbot.pod pod/perlcall.pod
4519 ! pod/perldata.pod pod/perldbmfilter.pod pod/perldsc.pod
4520 ! pod/perlebcdic.pod
4521____________________________________________________________________________
4522[ 12337] By: jhi on 2001/10/04 17:17:03
4523 Log: Subject: [PATCH] perlvms.pod update
4524 From: "Craig A. Berry" <craigberry@mac.com>
4525 Date: Thu, 04 Oct 2001 12:55:52 -0500
4526 Message-Id: <5.1.0.14.0.20011004124831.01aa49c0@exchi01>
4527 Branch: perl
4528 ! vms/perlvms.pod
4529____________________________________________________________________________
4530[ 12336] By: jhi on 2001/10/04 14:02:17
4531 Log: Subject: PATCH: Tie::SubstrHash
4532 From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
4533 Date: Thu, 04 Oct 2001 12:12:41 +0100
4534 Message-Id: <200110041112.f94BCfS17390@crypt.compulink.co.uk>
4535 Branch: perl
4536 ! lib/Tie/SubstrHash.pm
4537____________________________________________________________________________
4538[ 12335] By: jhi on 2001/10/04 04:45:00
4539 Log: Unicode properties saga continues.
4540 Branch: perl
4541 ! lib/unicore/In.pl lib/unicore/In/136.pl lib/unicore/In/155.pl
4542 ! lib/unicore/mktables.PL lib/utf8_heavy.pl
4543____________________________________________________________________________
4544[ 12334] By: jhi on 2001/10/04 03:42:04
4545 Log: Yet more Unicode properties.
4546 Branch: perl
4547 + lib/unicore/In/137.pl lib/unicore/In/138.pl
4548 + lib/unicore/In/139.pl lib/unicore/In/140.pl
4549 + lib/unicore/In/141.pl lib/unicore/In/142.pl
4550 + lib/unicore/In/143.pl lib/unicore/In/144.pl
4551 + lib/unicore/In/145.pl lib/unicore/In/146.pl
4552 + lib/unicore/In/147.pl lib/unicore/In/148.pl
4553 + lib/unicore/In/149.pl lib/unicore/In/150.pl
4554 + lib/unicore/In/151.pl lib/unicore/In/152.pl
4555 + lib/unicore/In/153.pl lib/unicore/In/154.pl
4556 + lib/unicore/In/155.pl lib/unicore/In/156.pl
4557 + lib/unicore/In/157.pl lib/unicore/In/158.pl
4558 + lib/unicore/In/159.pl lib/unicore/In/160.pl
4559 + lib/unicore/In/161.pl lib/unicore/In/162.pl
4560 ! MANIFEST lib/unicore/In.pl lib/unicore/In/136.pl
4561 ! lib/unicore/mktables.PL lib/utf8_heavy.pl pod/perltodo.pod
4562 ! pod/perlunicode.pod
4563____________________________________________________________________________
4564[ 12333] By: jhi on 2001/10/04 03:02:19
4565 Log: Subject: [PATCH perl@12307] 2 more VMS test tweaks
4566 From: "Craig A. Berry" <craigberry@mac.com>
4567 Date: Wed, 03 Oct 2001 17:45:25 -0500
4568 Message-Id: <5.1.0.14.0.20011003154131.01bc8528@exchi01>
4569
4570 (the lib/Term/Complete.t patched differently by #12332)
4571 Branch: perl
4572 ! lib/ExtUtils/Command.t
4573____________________________________________________________________________
4574[ 12332] By: jhi on 2001/10/04 03:00:03
4575 Log: Restore only if something to restore.
4576 Branch: perl
4577 ! lib/Term/Complete.t
4578____________________________________________________________________________
4579[ 12331] By: pudge on 2001/10/03 19:30:48
4580 Log: Update various resources for credits,
4581 minor icons fixes, and versions.
4582 Branch: maint-5.6/macperl
4583 ! macos/MPVersion.r macos/Perl.r macos/macperl/MPDroplet.r
4584 ! macos/macperl/MPExtension.rsrc macos/macperl/MPSave.c
4585 ! macos/macperl/MacPerl.r macos/macperl/MacPerl.rsrc
4586____________________________________________________________________________
4587[ 12330] By: pudge on 2001/10/03 19:17:25
4588 Log: Quiet the warnings about using undef value
4589 Branch: maint-5.6/macperl
4590 ! lib/File/Temp.pm
4591____________________________________________________________________________
4592[ 12329] By: pudge on 2001/10/03 19:14:59
4593 Log: Fix up Ballon Help and Help menu docs (first pass);
4594 remove balloon rez file, and autogenerate with
4595 Balloon2Rez instead.
4596 Branch: maint-5.6/macperl
4597 + macos/macperl/macscripts/Balloon2Rez
4598 - macos/macperl/MPBalloons.r
4599 ! macos/macperl/MPBalloons.ball macos/macperl/MacPerl.podhelp
4600____________________________________________________________________________
4601[ 12328] By: pudge on 2001/10/03 19:11:15
4602 Log: Allow overriding of defaults, for change #12327.
4603 Branch: maint-5.6/macperl
4604 ! perl.h
4605____________________________________________________________________________
4606[ 12327] By: pudge on 2001/10/03 19:10:26
4607 Log: Override PerlProc_exit.
4608 Branch: maint-5.6/macperl
4609 ! macos/macish.h
4610____________________________________________________________________________
4611[ 12326] By: pudge on 2001/10/03 19:08:28
4612 Log: Add in new macos/ modules, fix up BuildTools and Makefile.
4613 Branch: maint-5.6/macperl
4614 + macos/bundled_lib/blib/lib/MD5.pm
4615 + macos/bundled_lib/t/MD5/md5.t macos/lib/Mac/AETE/App.pm
4616 + macos/lib/Mac/AETE/Dialect.pm
4617 + macos/lib/Mac/AETE/Format/Converter.pm
4618 + macos/lib/Mac/AETE/Format/Dictionary.pm
4619 + macos/lib/Mac/AETE/Format/Glue.pm macos/lib/Mac/AETE/Parser.pm
4620 + macos/lib/Mac/Glue.pm macos/lib/Mac/OSA/Simple.pm
4621 + macos/lib/Mac/Toolbox.pod
4622 ! macos/Makefile.mk macos/lib/Mac/BuildTools.pm
4623____________________________________________________________________________
4624[ 12325] By: pudge on 2001/10/03 18:51:28
4625 Log: Sync up silly CVS headers ... I should commit CVS
4626 first to avoid this ...
4627 Branch: maint-5.6/macperl
4628 ! macos/config.h macos/ext/Mac/ExtUtils/MakeToolboxModule
4629 ! macos/ext/Mac/Fonts/Fonts.xs macos/ext/MacPerl/MacPerl.xs
4630 ! macos/macperl/MPEditor.c macos/macperl/MPGlobals.h
4631 ! macos/macperl/MPScript.c macos/macperl/MPUtils.c
4632____________________________________________________________________________
4633[ 12324] By: pudge on 2001/10/03 18:44:09
4634 Log: Fix Matthias' address, and attributions.
4635 Branch: maint-5.6/macperl
4636 ! AUTHORS README.macos ext/DynaLoader/dl_mac.xs perl.c
4637 ! pod/perlport.pod
4638____________________________________________________________________________
4639[ 12323] By: pudge on 2001/10/03 18:42:37
4640 Log: Fix Matthias' address, and attributions.
4641 Branch: maint-5.6/macperl
4642 ! macos/config.h macos/ext/Mac/AppleEvents/AppleEvents.pm
4643 ! macos/ext/Mac/Components/Components.pm
4644 ! macos/ext/Mac/Controls/Controls.pm macos/ext/Mac/DCon/DCon.pm
4645 ! macos/ext/Mac/Dialogs/Dialogs.pm
4646 ! macos/ext/Mac/Events/Events.pm
4647 ! macos/ext/Mac/ExtUtils/MakeToolboxModule
4648 ! macos/ext/Mac/Files/Files.pm macos/ext/Mac/Fonts/Fonts.pm
4649 ! macos/ext/Mac/Gestalt/Gestalt.pm
4650 ! macos/ext/Mac/ImageCompression/ImageCompression.pm
4651 ! macos/ext/Mac/Lists/Lists.pm macos/ext/Mac/Memory/Memory.pm
4652 ! macos/ext/Mac/Menus/Menus.pm
4653 ! macos/ext/Mac/MoreFiles/MoreFiles.pm
4654 ! macos/ext/Mac/Movies/Movies.pm
4655 ! macos/ext/Mac/Navigation/Navigation.pm
4656 ! macos/ext/Mac/Notification/Notification.pm
4657 ! macos/ext/Mac/OSA/OSA.pm macos/ext/Mac/Processes/Processes.pm
4658 ! macos/ext/Mac/QDOffscreen/QDOffscreen.pm
4659 ! macos/ext/Mac/QuickDraw/QuickDraw.pm
4660 ! macos/ext/Mac/QuickTimeVR/QuickTimeVR.pm
4661 ! macos/ext/Mac/Resources/Resources.pm macos/ext/Mac/SAT/SAT.pm
4662 ! macos/ext/Mac/Sound/Sound.pm macos/ext/Mac/Speech/Speech.pm
4663 ! macos/ext/Mac/SpeechRecognition/SpeechRecognition.pm
4664 ! macos/ext/Mac/StandardFile/StandardFile.pm
4665 ! macos/ext/Mac/TextEdit/TextEdit.pm
4666 ! macos/ext/Mac/Types/Types.pm macos/ext/Mac/Windows/Windows.pm
4667 ! macos/fcntl.h macos/lib/ExtUtils/MM_MacOS.pm
4668 ! macos/lib/Mac/LowMem.pm
4669____________________________________________________________________________
4670[ 12322] By: sky on 2001/10/03 18:41:07
4671 Log: Subject: [PATCH perl@12307] %ENV tainting for VMS
4672 From: "Craig A. Berry" <craigberry@mac.com>
4673 Date: Wed, 03 Oct 2001 14:30:55 -0500
4674 Message-Id: <5.1.0.14.0.20011003124800.01bd31c0@exchi01>
4675 Branch: perl
4676 ! vms/vms.c
4677____________________________________________________________________________
4678[ 12321] By: jhi on 2001/10/03 18:38:34
4679 Log: Subject: [PATCH perl@12307] %ENV tainting for VMS
4680 From: "Craig A. Berry" <craigberry@mac.com>
4681 Date: Wed, 03 Oct 2001 14:30:55 -0500
4682 Message-Id: <5.1.0.14.0.20011003124800.01bd31c0@exchi01>
4683 Branch: perl
4684 ! vms/vms.c
4685____________________________________________________________________________
4686[ 12320] By: jhi on 2001/10/03 16:47:30
4687 Log: Unicode properties: fix L& (the #12319 didn't allow L&,
4688 only IsL&) and Inherited (negative lookahead good);
4689 add tests for Common, Inherited, and L&.
4690 Branch: perl
4691 ! lib/utf8_heavy.pl pod/perltodo.pod t/op/pat.t
4692____________________________________________________________________________
4693[ 12319] By: jhi on 2001/10/03 16:12:53
4694 Log: Unicode properties: support \p{(?:Is)?L&} as an alias for \pL.
4695 (The Unicode standard uses L& quite often.)
4696 Branch: perl
4697 ! lib/utf8_heavy.pl
4698____________________________________________________________________________
4699[ 12318] By: jhi on 2001/10/03 15:57:34
4700 Log: Add the 'Common' Unicode property (code points not
4701 explicitly assigned to any other script).
4702 Branch: perl
4703 + lib/unicore/In/136.pl
4704 ! MANIFEST lib/unicore/In.pl lib/unicore/mktables.PL
4705____________________________________________________________________________
4706[ 12317] By: jhi on 2001/10/03 13:23:32
4707 Log: Skip the RV printing test under threads until fixed.
4708 Branch: perl
4709 ! ext/B/t/terse.t
4710____________________________________________________________________________
4711[ 12316] By: jhi on 2001/10/03 12:57:05
4712 Log: Subject: 12309 / cygwin / win2k
4713 From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
4714 Date: Wed, 03 Oct 2001 15:25:15 +0200
4715 Message-Id: <20011003152353.A479.H.M.BRAND@hccnet.nl>
4716 Branch: perl
4717 ! makedef.pl
4718____________________________________________________________________________
4719[ 12315] By: jhi on 2001/10/03 12:50:17
4720 Log: Metaconfig unit change for #12314.
4721 Branch: metaconfig
4722 ! U/modified/Head.U
4723____________________________________________________________________________
4724[ 12314] By: jhi on 2001/10/03 12:49:26
4725 Log: Subject: Both cygwin and djgpp on one machine
4726 From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
4727 Date: Wed, 03 Oct 2001 15:02:59 +0200
4728 Message-Id: <20011003150222.A474.H.M.BRAND@hccnet.nl>
4729 Branch: perl
4730 ! Configure
4731____________________________________________________________________________
4732[ 12313] By: jhi on 2001/10/03 12:04:49
4733 Log: (retracted by #12338)
4734
4735 Subject: [PATCH] Code clean up for perlboot.pod
4736 From: Casey West <casey@geeknest.com>
4737 Date: Tue, 2 Oct 2001 19:24:43 -0400
4738 Message-ID: <20011002192443.B2163@stupid.geeknest.com>
4739
4740 Subject: [PATCH] Code clean up for perlbot.diff
4741 From: Casey West <casey@geeknest.com>
4742 Date: Tue, 2 Oct 2001 19:25:22 -0400
4743 Message-ID: <20011002192522.C2163@stupid.geeknest.com>
4744
4745 Subject: [PATCH] Code clean up for perlcall.pod
4746 From: Casey West <casey@geeknest.com>
4747 Date: Tue, 2 Oct 2001 19:25:57 -0400
4748 Message-ID: <20011002192557.D2163@stupid.geeknest.com>
4749
4750 Subject: [PATCH] Code clean up for perldata.pod
4751 From: Casey West <casey@geeknest.com>
4752 Date: Tue, 2 Oct 2001 19:26:29 -0400
4753 Message-ID: <20011002192629.E2163@stupid.geeknest.com>
4754
4755 Subject: [PATCH] Code clean up for perldbmfilter.pod
4756 From: Casey West <casey@geeknest.com>
4757 Date: Tue, 2 Oct 2001 19:26:59 -0400
4758 Message-ID: <20011002192659.F2163@stupid.geeknest.com>
4759
4760 Subject: [PATCH] Code clean up for perlebcdic.pod
4761 From: Casey West <casey@geeknest.com>
4762 Date: Tue, 2 Oct 2001 19:27:37 -0400
4763 Message-ID: <20011002192737.G2163@stupid.geeknest.com>
4764 Branch: perl
4765 ! pod/perlboot.pod pod/perlbot.pod pod/perlcall.pod
4766 ! pod/perldata.pod pod/perldbmfilter.pod pod/perlebcdic.pod
4767____________________________________________________________________________
4768[ 12312] By: ams on 2001/10/02 23:43:55
4769 Log: Subject: [PATCH lib/ExtUtils/MakeMaker.pm] makemaker@perl.org
4770 From: Michael G Schwern <schwern@pobox.com>
4771 Date: Tue, 2 Oct 2001 17:00:49 -0400
4772 Message-Id: <20011002170049.A9955@blackrider>
4773 Branch: perl
4774 ! lib/ExtUtils/MakeMaker.pm
4775____________________________________________________________________________
4776[ 12311] By: jhi on 2001/10/02 23:24:07
4777 Log: FAQ sync.
4778 Branch: perl
4779 ! pod/perlfaq3.pod
4780____________________________________________________________________________
4781[ 12310] By: nick on 2001/10/02 16:09:49
4782 Log: Integrate mainline
4783 Branch: perlio
4784 !> AUTHORS Changes ext/I18N/Langinfo/Langinfo.pm
4785 !> ext/I18N/Langinfo/Langinfo.t ext/I18N/Langinfo/Makefile.PL
4786 !> lib/Pod/Html.pm lib/unicore/In.pl lib/unicore/mktables.PL mg.c
4787 !> patchlevel.h t/op/pat.t
4788____________________________________________________________________________
4789[ 12309] By: jhi on 2001/10/02 14:34:59
4790 Log: Unicode properties: allow also intra(wordbreak)name whitespace,
4791 not just one single space.
4792 Branch: perl
4793 ! lib/unicore/In.pl lib/unicore/mktables.PL t/op/pat.t
4794____________________________________________________________________________
4795[ 12308] By: jhi on 2001/10/02 12:49:41
4796 Log: AUTHORS updates.
4797 Branch: perl
4798 ! AUTHORS
4799____________________________________________________________________________
4800[ 12307] By: jhi on 2001/10/02 12:22:21
4801 Log: Update Changes.
4802 Branch: perl
4803 ! Changes patchlevel.h
4804____________________________________________________________________________
f95008af
JH
4805[ 12306] By: jhi on 2001/10/02 11:59:12
4806 Log: Work around old buggy glibcs for langinfo constants,
4807 from Nicholas Clark and David Dyck.
4808 Branch: perl
4809 ! ext/I18N/Langinfo/Langinfo.t ext/I18N/Langinfo/Makefile.PL
4810____________________________________________________________________________
4811[ 12305] By: jhi on 2001/10/02 11:45:55
77524eb8 4812 Log: Eradicate Time::Piece; add an example.
f95008af
JH
4813 Branch: perl
4814 ! ext/I18N/Langinfo/Langinfo.pm
4815____________________________________________________________________________
4816[ 12304] By: jhi on 2001/10/02 11:34:18
4817 Log: Subject: [PATCH] Pod::Html makes a poor guess at author
4818 From: Robert Spier <rspier@pobox.com>
4819 Date: Mon, 1 Oct 2001 23:20:16 -0700
4820 Message-ID: <15289.23712.422087.878224@rls.cx>
4821 Branch: perl
4822 ! lib/Pod/Html.pm
4823____________________________________________________________________________
4824[ 12303] By: sky on 2001/10/02 10:40:57
4825 Log: Fixes obscure bug that manifests itself by.
4826 local $!=0;undef*STDOUT;#segfaults
4827 Has been around for a while. Possible other magic IO vars are
4828 possibly affected aswell. Reported by Jos Boumans.
4829 Branch: perl
4830 ! mg.c
4831____________________________________________________________________________
4832[ 12302] By: nick on 2001/10/02 09:00:52
4833 Log: Integrate mainline
4834 Branch: perlio
4835 !> ext/B/t/terse.t ext/I18N/Langinfo/Langinfo.t hints/darwin.sh
4836 !> lib/Term/Cap.t lib/open.t pod/perlapi.pod pod/perlunicode.pod
4837 !> pp_ctl.c regcomp.c t/TEST t/op/arith.t t/op/pack.t t/op/pat.t
4838____________________________________________________________________________
4839[ 12301] By: nick on 2001/10/02 08:40:57
4840 Log: Integrate mainline + lib/open.t patch from Chromatic
4841 Branch: perlio
4842 +> lib/Term/Cap.t lib/Text/TabsWrap/CHANGELOG
4843 ! lib/open.t
4844 !> (integrate 29 files)
4845____________________________________________________________________________
4846[ 12300] By: jhi on 2001/10/01 19:22:16
4847 Log: Mac OS X doesn't have threadsafe (_r) libc interfaces.
4848 Until it has, better stop early if someone requests threads.
4849 Branch: perl
4850 ! hints/darwin.sh
4851____________________________________________________________________________
4852[ 12299] By: jhi on 2001/10/01 19:01:31
4853 Log: Subject: [ID 20011001.011] redundant code in t/TEST
4854 From: David Dyck <dcd@tc.fluke.com>
4855 Date: Mon, 1 Oct 2001 12:56:24 -0700
4856 Message-Id: <200110011956.MAA16250@dd.tc.fluke.com>
4857 Branch: perl
4858 ! t/TEST
4859____________________________________________________________________________
4860[ 12298] By: jhi on 2001/10/01 18:52:12
4861 Log: Subject: [PATCH lib/Term/Cap.t] Robustify %ENV Handling in Test (was Re: Failed Term/Cap.t test)
4862 From: "chromatic" <chromatic@rmci.net>
4863 Date: Mon, 01 Oct 2001 12:27:12 -0600
4864 Message-ID: <20011001183251.89148.qmail@onion.perl.org>
4865 Branch: perl
4866 ! lib/Term/Cap.t
4867____________________________________________________________________________
4868[ 12297] By: jhi on 2001/10/01 17:04:18
4869 Log: UNICOS testing patches from Nicholas Clark.
4870 Branch: perl
4871 ! t/op/arith.t t/op/pack.t
4872____________________________________________________________________________
4873[ 12296] By: jhi on 2001/10/01 17:01:26
4874 Log: Subject: [PATCH lib/open.t] Better Locale Flutzigation (was Re: lib/open.t and locale tests)
4875 From: "chromatic" <chromatic@rmci.net>
4876 Date: Mon, 01 Oct 2001 10:21:51 -0600
4877 Message-ID: <20011001162731.40639.qmail@onion.perl.org>
4878 Branch: perl
4879 ! lib/open.t
4880____________________________________________________________________________
4881[ 12295] By: jhi on 2001/10/01 14:55:37
4882 Log: Make missing the RADIXCHAR a softer, gentler error.
4883 Branch: perl
4884 ! ext/I18N/Langinfo/Langinfo.t
4885____________________________________________________________________________
4886[ 12294] By: jhi on 2001/10/01 14:51:42
4887 Log: Nuke also the LANG because of glibc.
4888 Branch: perl
4889 ! lib/open.t
4890____________________________________________________________________________
4891[ 12293] By: jhi on 2001/10/01 14:51:20
4892 Log: Also the ^Is is optional.
4893 Branch: perl
4894 ! pod/perlunicode.pod t/op/pat.t
4895____________________________________________________________________________
4896[ 12292] By: jhi on 2001/10/01 14:08:26
4897 Log: Be careful to pull chars from the varargs stack when
4898 formatting chars.
4899 Branch: perl
4900 ! regcomp.c
4901____________________________________________________________________________
4902[ 12291] By: jhi on 2001/10/01 12:27:57
4903 Log: sortsv not in place anymore, noticed by John P. Linderman.
4904 Branch: perl
4905 ! pod/perlapi.pod pp_ctl.c
4906____________________________________________________________________________
4907[ 12290] By: jhi on 2001/10/01 12:25:03
4908 Log: Make the diagnostic messages more neutral.
4909 Branch: perl
4910 ! ext/B/t/terse.t
4911____________________________________________________________________________
4912[ 12289] By: jhi on 2001/10/01 03:59:34
4913 Log: Forgotten from #12288.
4914 Branch: perl
4915 ! ext/Data/Dumper/Dumper.pm
4916____________________________________________________________________________
4917[ 12288] By: jhi on 2001/10/01 03:58:37
4918 Log: Subject: [PATCH ext/Data/Dumper.pm Dumper.xs Dumper.t] Option to sort hashes
4919 From: Brian Ingerson <ingy@ttul.org>
4920 Date: Sun, 30 Sep 2001 21:45:56 -0700
4921 Message-ID: <20010930214556.D26392@ttul.org>
4922
4923 (remember also the #12289)
4924 Branch: perl
4925 ! ext/Data/Dumper/Dumper.xs ext/Data/Dumper/t/dumper.t
4926____________________________________________________________________________
4927[ 12287] By: jhi on 2001/10/01 03:33:15
4928 Log: More Unicode property tests for the abbreviated
4929 general properties.
4930 Branch: perl
4931 ! t/op/pat.t
4932____________________________________________________________________________
4933[ 12286] By: jhi on 2001/10/01 02:02:08
4934 Log: Further tweaks to the Unicode properties.
4935 Branch: perl
4936 ! lib/utf8_heavy.pl pod/perlunicode.pod regcomp.c t/op/pat.t
4937____________________________________________________________________________
4938[ 12285] By: jhi on 2001/10/01 01:46:35
4939 Log: Retract #12284.
4940 Branch: perl
4941 ! lib/Term/Cap.t
4942____________________________________________________________________________
4943[ 12284] By: jhi on 2001/10/01 01:24:12
4944 Log: (Retracted by #12285)
4945 Branch: perl
4946 ! lib/Term/Cap.t
4947____________________________________________________________________________
4948[ 12283] By: jhi on 2001/10/01 01:22:05
4949 Log: Subject: [PATCH MANIFEST lib/Term/Cap.t] Add tests for Term::Cap
4950 From: "chromatic" <chromatic@rmci.net>
4951 Date: Sun, 30 Sep 2001 16:10:02 -0600
4952 Message-ID: <20010930221540.67279.qmail@onion.perl.org>
4953 Branch: perl
4954 + lib/Term/Cap.t
4955 ! MANIFEST
4956____________________________________________________________________________
4957[ 12282] By: jhi on 2001/10/01 01:19:21
4958 Log: Use stty -g to restore the terminal state, do not even
4959 try to run the tests if stty -g is not available.
4960 Branch: perl
4961 ! lib/Term/Complete.t
4962____________________________________________________________________________
4963[ 12281] By: jhi on 2001/09/30 21:05:00
4964 Log: Cleanup utf8_heavy; allow dropping the In prefix from
4965 Unicode script/block properties.
4966 Branch: perl
4967 ! lib/utf8_heavy.pl
4968____________________________________________________________________________
4969[ 12280] By: jhi on 2001/09/30 13:42:18
4970 Log: Retract the #12259 for now.
4971 Branch: perl
4972 ! embed.h embed.pl sv.h
4973____________________________________________________________________________
4974[ 12279] By: jhi on 2001/09/30 13:37:59
4975 Log: Upgrade to Text-Tabs+Wrap-2001.0929 from David Muir Sharnoff.
4976 Branch: perl
4977 + lib/Text/TabsWrap/CHANGELOG
4978 ! MANIFEST lib/Text/TabsWrap/t/fill.t lib/Text/Wrap.pm
4979____________________________________________________________________________
4980[ 12278] By: jhi on 2001/09/30 05:05:18
4981 Log: #12272 wasn't right, it introduced an extra ().
4982 Branch: perl
4983 ! lib/utf8_heavy.pl
4984____________________________________________________________________________
4985[ 12277] By: jhi on 2001/09/30 00:31:07
4986 Log: Subject: [PATCH @12256 ext/DB_File.pm ext/GDBM_File.pm] Remove string eval from AUTOLOAD
4987 From: Jonathan Stowe <gellyfish@gellyfish.com>
4988 Date: Sat, 29 Sep 2001 15:52:43 +0100 (BST)
4989 Message-ID: <Pine.LNX.4.33.0109291535120.18586-100000@orpheus.gellyfish.com>
4990 Branch: perl
4991 ! ext/DB_File/DB_File.pm ext/GDBM_File/GDBM_File.pm
4992____________________________________________________________________________
4993[ 12276] By: jhi on 2001/09/30 00:15:38
4994 Log: Subject: Patch to put qsortsv in the public API
4995 From: Brian Ingerson <ingy@ttul.org>
4996 Date: Sat, 29 Sep 2001 17:41:13 -0700
4997 Message-ID: <20010929174113.A30223@ttul.org>
4998 Branch: perl
4999 ! embed.h embed.pl global.sym pod/perlapi.pod pp_ctl.c proto.h
5000____________________________________________________________________________
5001[ 12275] By: jhi on 2001/09/30 00:11:21
5002 Log: Subject: [PATCH perlvar, perlfunc, inccode.t] additional docs and tests
5003 From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
5004 Date: Sat, 29 Sep 2001 23:54:48 +0200
5005 Message-ID: <20010929235448.A5017@rafael>
5006 Branch: perl
5007 ! pod/perlfunc.pod pod/perlvar.pod t/op/inccode.t
5008____________________________________________________________________________
5009[ 12274] By: jhi on 2001/09/30 00:03:19
5010 Log: FAQ sync.
5011 Branch: perl
5012 ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod
5013 ! pod/perlfaq9.pod
5014____________________________________________________________________________
5015[ 12273] By: bailey on 2001/09/29 23:43:46
5016 Log: Resync with mainline
5017 Branch: vmsperl
5018 +> (branch 1207 files)
5019 - (delete 324 files)
5020 !> (integrate 866 files)
5021____________________________________________________________________________
5022[ 12272] By: jhi on 2001/09/29 21:32:33
5023 Log: Nasty recursion trap if one would match Unicode.
5024 Branch: perl
5025 ! lib/utf8_heavy.pl
5026____________________________________________________________________________
5027[ 12271] By: jhi on 2001/09/29 21:18:44
5028 Log: More Unicode todo.
5029 Branch: perl
5030 ! pod/perltodo.pod
5031____________________________________________________________________________
5032[ 12270] By: jhi on 2001/09/29 20:15:32
5033 Log: Explain a bit the new more flexible \p\P syntax.
5034 Branch: perl
5035 ! pod/perlunicode.pod
5036____________________________________________________________________________
5037[ 12269] By: jhi on 2001/09/29 20:05:24
5038 Log: More leniency to the \p and \P: now can have whitespace
5039 between the property definition and the curlies; now can
5040 invert the property by having a caret between the open
5041 curly and the property.
5042 Branch: perl
5043 ! lib/utf8_heavy.pl pod/perldiag.pod regcomp.c t/op/pat.t
5044____________________________________________________________________________
5045[ 12268] By: nick on 2001/09/29 17:39:26
5046 Log: Integrate mainline. Builds lots of sv.h/embed.h redef warnings
5047 one test (lib/open.t) fails
5048 Branch: perlio
5049 +> ext/B/t/b.t ext/B/t/debug.t ext/B/t/deparse.t
5050 +> ext/B/t/showlex.t ext/B/t/stash.t ext/B/t/terse.t
5051 +> ext/threads/t/stress_cv.t ext/threads/t/stress_string.t
5052 +> lib/Tie/Scalar.t lib/open.t
5053 - ext/B/B.t ext/B/Debug.t ext/B/Deparse.t ext/B/Showlex.t
5054 - ext/B/Stash.t
5055 !> (integrate 62 files)
5056____________________________________________________________________________
5057[ 12267] By: jhi on 2001/09/29 13:54:04
5058 Log: Save and restore $ENV{'SYS$LOGIN'} only in VMS.
5059 Branch: perl
5060 ! t/op/chdir.t
5061____________________________________________________________________________
5062[ 12266] By: jhi on 2001/09/29 13:51:49
5063 Log: Subject: [PATCH perl@12258] chdir.t finally (I hope)
5064 From: "Craig A. Berry" <craigberry@mac.com>
5065 Date: Sat, 29 Sep 2001 09:35:33 -0500
5066 Message-Id: <a05101000b7db8afde231@[172.16.52.1]>
5067 Branch: perl
5068 ! t/op/chdir.t
5069____________________________________________________________________________
5070[ 12265] By: jhi on 2001/09/29 13:49:43
5071 Log: Subject: [PATCH MANIFEST lib/Tie/Scalar.pm lib/Tie/Scalar.t] Add tests, clean up Tie::Scalar
5072 From: "chromatic" <chromatic@rmci.net>
5073 Date: Fri, 28 Sep 2001 21:20:12 -0600
5074 Message-ID: <20010929032543.58322.qmail@onion.perl.org>
5075 Branch: perl
5076 + lib/Tie/Scalar.t
5077 ! MANIFEST lib/Tie/Scalar.pm
5078____________________________________________________________________________
5079[ 12264] By: jhi on 2001/09/29 04:57:42
5080 Log: Allow for more flexibility in the \p{In...} names, now
5081 case doesn't matter, and any space or dash can be
5082 matched by any space, dash, underbar, or empty.
5083 (may be going too far on leniency)
5084 Branch: perl
5085 ! lib/unicore/Blocks.pl lib/unicore/In.pl lib/unicore/Scripts.pl
5086 ! lib/unicore/mktables.PL lib/utf8_heavy.pl pod/perlunicode.pod
5087 ! t/op/pat.t
5088____________________________________________________________________________
5089[ 12263] By: jhi on 2001/09/28 23:04:13
5090 Log: Subject: [PATCH MANIFEST lib/open.t] Add tests for open.pm
5091 From: "chromatic" <chromatic@rmci.net>
5092 Date: Fri, 28 Sep 2001 17:39:50 -0600
5093 Message-ID: <20010928234521.14178.qmail@onion.perl.org>
5094 Branch: perl
5095 + lib/open.t
5096 ! MANIFEST
5097____________________________________________________________________________
5098[ 12262] By: jhi on 2001/09/28 22:23:53
5099 Log: Subject: [PATCH perl@12258] glob test case tweak for VMS
5100 From: "Craig A. Berry" <craigberry@mac.com>
5101 Date: Fri, 28 Sep 2001 16:24:51 -0500
5102 Message-Id: <a05101000b7da98ceb83c@[172.16.52.1]>
5103 Branch: perl
5104 ! ext/File/Glob/t/basic.t
5105____________________________________________________________________________
5106[ 12261] By: jhi on 2001/09/28 22:23:05
5107 Log: Subject: [DOC PATCH] Carp.pm pod typo
5108 From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
5109 Date: Fri, 28 Sep 2001 23:14:51 +0200
5110 Message-ID: <20010928231451.E16889@rafael>
5111 Branch: perl
5112 ! lib/Carp.pm
5113____________________________________________________________________________
5114[ 12260] By: jhi on 2001/09/28 22:21:55
5115 Log: Subject: [PATCH] Allow an @INC hook to set %INC
5116 From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
5117 Date: Fri, 28 Sep 2001 22:18:13 +0200
5118 Message-ID: <20010928221813.A16889@rafael>
5119 Branch: perl
5120 ! pp_ctl.c
5121____________________________________________________________________________
5122[ 12259] By: jhi on 2001/09/28 22:20:26
5123 Log: Subject: Re: macro redefinitions on Win32 (was Re: Question about PERLIO)
5124 From: Nicholas Clark <nick@ccl4.org>
5125 Date: Fri, 28 Sep 2001 23:39:33 +0100
5126 Message-ID: <20010928233933.C23673@plum.flirble.org>
5127 Branch: perl
5128 ! embed.h embed.pl sv.h
5129____________________________________________________________________________
5130[ 12258] By: jhi on 2001/09/28 12:45:45
5131 Log: Update Changes.
5132 Branch: perl
5133 ! Changes patchlevel.h
5134____________________________________________________________________________
c5142e15
JH
5135[ 12256] By: jhi on 2001/09/28 12:18:29
5136 Log: Move the B tests to B/t.
5137 Branch: perl
5138 + ext/B/t/b.t ext/B/t/debug.t ext/B/t/deparse.t
5139 + ext/B/t/showlex.t ext/B/t/stash.t ext/B/t/terse.t
5140 - ext/B/B.t ext/B/B/Terse.t ext/B/Debug.t ext/B/Deparse.t
5141 - ext/B/Showlex.t ext/B/Stash.t
5142 ! MANIFEST
5143____________________________________________________________________________
5144[ 12255] By: jhi on 2001/09/28 12:09:40
5145 Log: Forgot from #12254.
5146 Branch: perl
5147 + ext/B/B/Terse.t
5148____________________________________________________________________________
5149[ 12254] By: jhi on 2001/09/28 12:09:06
5150 Log: Subject: [PATCH MANIFEST ext/B/B/Terse.t] Add tests for B::Terse
5151 From: "chromatic" <chromatic@rmci.net>
5152 Date: Thu, 27 Sep 2001 23:22:17 -0600
5153 Message-ID: <20010928052747.56587.qmail@onion.perl.org>
5154 Branch: perl
5155 ! MANIFEST
5156____________________________________________________________________________
5157[ 12253] By: jhi on 2001/09/28 02:31:49
5158 Log: Test numbering mismatch.
5159 Branch: perl
5160 ! t/op/chdir.t
5161____________________________________________________________________________
5162[ 12252] By: jhi on 2001/09/27 22:46:42
5163 Log: Subject: [PATCH perl@12239] slightly less broken chdir.t for VMS
5164 From: "Craig A. Berry" <craigberry@mac.com>
5165 Date: Wed, 26 Sep 2001 17:43:14 -0500
5166 Message-Id: <5.1.0.14.0.20010926173048.01aac5b0@exchi01>
5167 Branch: perl
5168 ! iperlsys.h t/op/chdir.t
5169____________________________________________________________________________
5170[ 12251] By: jhi on 2001/09/27 22:44:35
5171 Log: Subject: [PATCH gv.c] make __ANON__ global
5172 From: Robin Barker <rmb1@cise.npl.co.uk>
5173 Date: Wed, 26 Sep 2001 17:56:28 +0100 (BST)
5174 Message-Id: <200109261656.RAA27762@tempest.npl.co.uk>
5175 Branch: perl
5176 ! gv.c t/op/anonsub.t t/op/runlevel.t
5177____________________________________________________________________________
5178[ 12250] By: jhi on 2001/09/27 22:33:11
5179 Log: Subject: Re: [BUG] B::Terse can't handle constant scalar refs
5180 From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
5181 Date: Thu, 27 Sep 2001 22:34:32 +0200
5182 Message-ID: <20010927223432.A1485@rafael>
5183 Branch: perl
5184 ! ext/B/B/Terse.pm
5185____________________________________________________________________________
5186[ 12249] By: jhi on 2001/09/27 22:29:32
a14267ca
JH
5187 Log: (retracted by #12338)
5188
5189 Subject: [PATCH] Cleanup of perldsc.pod
c5142e15
JH
5190 From: Casey West <casey@geeknest.com>
5191 Date: Thu, 27 Sep 2001 11:13:17 -0400
5192 Message-ID: <20010927111317.A1942@stupid.geeknest.com>
5193 Branch: perl
5194 ! pod/perldsc.pod
5195____________________________________________________________________________
5196[ 12248] By: jhi on 2001/09/27 22:23:24
5197 Log: Not everyone is using ithreads...
5198 Branch: perl
5199 ! ext/Devel/Peek/Peek.t
5200____________________________________________________________________________
5201[ 12247] By: jhi on 2001/09/27 13:39:39
5202 Log: Document the nss_delete core dump workaround for HP-UX
5203 and Solaris, bug IDs 20010805.018 and 20010629.004.
5204 Branch: perl
5205 ! README.hpux README.solaris
5206____________________________________________________________________________
5207[ 12246] By: jhi on 2001/09/27 12:05:36
5208 Log: Dump Unicode hash keys also as Unicode,
5209 not just as a byte string.
5210 Branch: perl
5211 ! dump.c ext/Devel/Peek/Peek.t
5212____________________________________________________________________________
5213[ 12245] By: jhi on 2001/09/27 11:15:51
5214 Log: Integrate changes #12241 and #12242 from macperl:
5215
5216 Remove unneeded disabling of umask() calls
5217
5218 Note (get|set)sockopt are available.
5219 Branch: perl
5220 !> lib/File/Temp.pm pod/perlport.pod
5221____________________________________________________________________________
5222[ 12244] By: sky on 2001/09/27 08:53:00
5223 Log: Flush buffers on thread closedown.
5224 Branch: perl
5225 ! ext/threads/threads.xs
5226____________________________________________________________________________
5227[ 12243] By: jhi on 2001/09/27 02:20:06
5228 Log: Dump SvUTF8(sv)s also as \x{...}.
5229
5230 TODO: dump the SvUTF8() hash keys similarly.
5231 Branch: perl
5232 ! dump.c embed.h embed.pl ext/Devel/Peek/Peek.t proto.h
5233____________________________________________________________________________
5234[ 12242] By: pudge on 2001/09/26 20:41:35
5235 Log: Note (get|set)sockopt are available.
5236 Branch: maint-5.6/macperl
5237 ! pod/perlport.pod
5238____________________________________________________________________________
5239[ 12241] By: pudge on 2001/09/26 20:28:49
5240 Log: Remove unneeded disabling of umask() calls
5241 Branch: maint-5.6/macperl
5242 ! lib/File/Temp.pm
5243____________________________________________________________________________
5244[ 12240] By: sky on 2001/09/26 18:44:56
5245 Log: Documention update
5246 Branch: perl
5247 ! ext/threads/threads.pm
5248____________________________________________________________________________
5249[ 12239] By: jhi on 2001/09/26 13:49:05
5250 Log: Update Changes.
5251 Branch: perl
5252 ! Changes patchlevel.h
5253____________________________________________________________________________
be6b702f
JH
5254[ 12238] By: jhi on 2001/09/26 13:40:53
5255 Log: Check that all environment variables are tainted.
5256 Branch: perl
5257 ! t/op/taint.t
5258____________________________________________________________________________
5259[ 12237] By: jhi on 2001/09/26 13:02:07
5260 Log: Manual integration error in #12235.
5261 Branch: perl
5262 ! lib/File/DosGlob.t
5263____________________________________________________________________________
5264[ 12236] By: jhi on 2001/09/26 12:57:11
5265 Log: Subject: Re: binmode(STDOUT, ":unix") busted when STDOUT is piped.
5266 From: "chromatic" <chromatic@rmci.net>
5267 Date: Tue, 25 Sep 2001 23:57:07 -0600
5268 Message-ID: <20010926060233.7554.qmail@onion.perl.org>
5269 Branch: perl
5270 ! perlio.c
5271____________________________________________________________________________
5272[ 12235] By: jhi on 2001/09/26 12:53:16
5273 Log: Integrate macperl changes from Chris Nandor:
5274 12192 11817 11815 11813 11778 11775
5275
5276 Update CPAN.pm to work with new Mac::BuildTools instead
5277 of ExtUtils::MM_MacOS "orphan" functions
5278
5279 Fix test
5280
5281 Make syntax check report in MPW style, fix tests
5282 to use Mac::err=unix to get normal-style error
5283 messages.
5284
5285 More module and test ports from Thomas Wegner et al
5286
5287 Fix open of /dev/null for Mac OS
5288
5289 Allow for platforms to override formatting of errors
5290 on output from Matthias Neeracher (core files)
5291 Branch: perl
5292 ! ext/B/Deparse.t lib/File/DosGlob.pm lib/File/DosGlob.t
5293 ! lib/File/Spec.t lib/File/Temp/t/security.t lib/strict.t
5294 ! lib/subs.t lib/warnings.t t/op/magic.t t/run/kill_perl.t
5295 !> ext/File/Glob/Glob.pm ext/File/Glob/bsd_glob.c lib/CPAN.pm
5296 !> lib/File/Spec/Mac.pm lib/File/Temp.pm perl.c perl.h pp_ctl.c
5297 !> t/base/term.t t/op/runlevel.t t/pod/testp2pt.pl util.c
5298____________________________________________________________________________
5299[ 12234] By: jhi on 2001/09/26 11:58:11
5300 Log: grrr.
5301 Branch: perl
5302 ! t/op/gv.t
5303____________________________________________________________________________
5304[ 12233] By: jhi on 2001/09/26 11:56:09
5305 Log: Retract #12232.
5306 Branch: perl
5307 ! t/op/gv.t
5308____________________________________________________________________________
5309[ 12232] By: jhi on 2001/09/26 11:53:37
5310 Log: (Retracted by #12233.)
5311 Branch: perl
5312 ! t/op/gv.t
5313____________________________________________________________________________
5314[ 12231] By: jhi on 2001/09/26 11:52:09
5315 Log: Detypo.
5316 Branch: perl
5317 ! ext/Encode/Makefile.PL
5318____________________________________________________________________________
5319[ 12230] By: sky on 2001/09/26 11:36:23
5320 Log: Increase the amount of time we spend in each thread, and add one that uses an anonymous sub.
5321 We are using a "delay" here because we do not want to depend on thread synchronization issues.
5322 Branch: perl
5323 + ext/threads/t/stress_cv.t
5324 ! MANIFEST ext/threads/t/stress_string.t
5325____________________________________________________________________________
5326[ 12229] By: jhi on 2001/09/26 11:27:54
5327 Log: NetWare tweak from Ananth Kesari.
5328 Branch: perl
5329 ! NetWare/t/Readme.txt
5330____________________________________________________________________________
5331[ 12228] By: jhi on 2001/09/26 11:26:26
5332 Log: Trick to fool case-blind filesystems.
5333 Branch: perl
5334 ! ext/Encode/Makefile.PL
5335____________________________________________________________________________
5336[ 12227] By: sky on 2001/09/26 11:06:50
5337 Log: Threads can start executing in a different order than they were
5338 created.... so we cannot ok() inside the threadstarter.
5339 Branch: perl
5340 ! ext/threads/t/stress_string.t
5341____________________________________________________________________________
5342[ 12226] By: sky on 2001/09/26 07:41:45
5343 Log: Add in stress_string.t to stress test threads a bit more.
5344 Branch: perl
5345 + ext/threads/t/stress_string.t
5346 ! MANIFEST
5347____________________________________________________________________________
5348[ 12225] By: sky on 2001/09/26 07:04:21
5349 Log: Fix negative refcount introduced by #12223.
5350 Branch: perl
5351 ! ext/threads/threads.xs
5352____________________________________________________________________________
5353[ 12224] By: sky on 2001/09/26 06:57:58
5354 Log: Update documentation to match change #12223
5355 Branch: perl
5356 ! sharedsv.c
5357____________________________________________________________________________
5358[ 12223] By: sky on 2001/09/26 06:54:32
5359 Log: Use a separate interpreter for the sharedsv space. Another
5360 negative sv leak. Sigh.
5361 Branch: perl
5362 ! sharedsv.c
5363____________________________________________________________________________
5364[ 12222] By: sky on 2001/09/26 05:58:35
5365 Log: Do the environ assignment in perl_contruct to match perl_destruct.
5366 Now we don't need to perl_parse/perl_run. However environ is a
5367 global....
5368 Branch: perl
5369 ! perl.c
5370____________________________________________________________________________
5371[ 12221] By: sky on 2001/09/26 05:41:02
5372 Log: Move the creation of PL_strtab to perl_construct so we can work
5373 with HV and HEs without running perl_parse.
5374 Branch: perl
5375 ! perl.c
5376____________________________________________________________________________
5377[ 12220] By: gsar on 2001/09/26 02:18:26
5378 Log: integrate macperl changes into maint-5.6
5379 Branch: maint-5.6/perl
5380 !> (integrate 26 files)
5381____________________________________________________________________________
5382[ 12219] By: pudge on 2001/09/26 00:19:35
5383 Log: Fix just a few of the bugs in Mac::InternetConfig (Bug #462999, Axel Rose);
5384 fix doc in Mac::Fonts (Patch #447221, Andreas Marcel Riechert).
5385 Branch: maint-5.6/macperl
5386 ! macos/ext/Mac/Fonts/Fonts.xs
5387 ! macos/ext/Mac/InternetConfig/InternetConfig.pm
5388____________________________________________________________________________
5389[ 12218] By: ams on 2001/09/25 23:31:33
5390 Log: Subject: Re: [PATCH] AutoSplit.t (was Re: Untested libraries update)
5391 From: Nicholas Clark <nick@ccl4.org>
5392 Date: Wed, 26 Sep 2001 01:20:20 +0100
5393 Message-Id: <20010926012020.B48092@plum.flirble.org>
5394 Branch: perl
5395 ! lib/AutoSplit.t
5396____________________________________________________________________________
5397[ 12217] By: ams on 2001/09/25 22:33:05
5398 Log: Subject: [PATCH perl@12180] angle bracket filespec problem on VMS
5399 From: "Craig A. Berry" <craigberry@mac.com>
5400 Date: Tue, 25 Sep 2001 18:08:42 -0500
5401 Message-Id: <5.1.0.14.0.20010925154848.036887d8@exchi01>
5402 Branch: perl
5403 ! vms/vms.c
5404____________________________________________________________________________
5405[ 12216] By: ams on 2001/09/25 21:41:01
5406 Log: Subject: [PATCH lib/AutoSplit.t] Fixing mysterious TEST failure. (was
5407 Re: binmode(STDOUT, ":unix") busted when STDOUT is piped.)
5408 From: Michael G Schwern <schwern@pobox.com>
5409 Date: Wed, 26 Sep 2001 00:38:21 -0400
5410 Message-Id: <20010926003821.A627@blackrider>
5411 Branch: perl
5412 ! lib/AutoSplit.t
5413____________________________________________________________________________
5414[ 12215] By: jhi on 2001/09/25 21:40:04
5415 Log: Subject: [PATCH lib/Test/Simple.pm lib/Test/Utils.pm] fix test.deparse
5416 From: Michael G Schwern <schwern@pobox.com>
5417 Date: Tue, 25 Sep 2001 17:43:49 -0400
5418 Message-ID: <20010925174349.B19534@blackrider>
5419 Branch: perl
5420 ! lib/Test/Simple.pm lib/Test/Utils.pm
5421____________________________________________________________________________
5422[ 12214] By: pudge on 2001/09/25 21:11:21
5423 Log: Integrate changes from bleadperl.
5424 Branch: maint-5.6/macperl
5425 !> pod/perlport.pod
5426____________________________________________________________________________
5427[ 12213] By: jhi on 2001/09/25 20:37:14
5428 Log: skip($mess) should result in one skip.
5429 Branch: perl
5430 ! t/test.pl
5431____________________________________________________________________________
5432[ 12212] By: pudge on 2001/09/25 20:21:06
5433 Log: Integrate change #12200 from maintperl.
5434 Branch: maint-5.6/macperl
5435 !> win32/perlhost.h
5436____________________________________________________________________________
5437[ 12211] By: pudge on 2001/09/25 20:11:56
5438 Log: Fix file types to "apple"
5439 Branch: maint-5.6/macperl
5440 ! macos/ext/Mac/Menus/t/MenuBar.rsrc
5441 ! macos/ext/Mac/SAT/t/Collision.rsrc
5442____________________________________________________________________________
5443[ 12210] By: pudge on 2001/09/25 19:28:20
5444 Log: Fix rsrc file as snd file; fix path in t file.
5445 Branch: maint-5.6/macperl
5446 ! macos/ext/Mac/Notification/t/Notification.rsrc
5447 ! macos/ext/Mac/Notification/t/Notification.t
5448____________________________________________________________________________
5449[ 12209] By: pudge on 2001/09/25 19:15:57
5450 Log: Sync up with File::Find from bleadperl.
5451 Branch: maint-5.6/macperl
5452 ! lib/File/Find.pm t/lib/filefind-taint.t
5453____________________________________________________________________________
5454[ 12208] By: pudge on 2001/09/25 19:06:48
5455 Log: Ignore SIGPIPE being set to IGNORE. Temporary fix until we upgrade
5456 to new version of libnet. (Axel Rose, Paul Schinder, and a cast
5457 of hundreds)
5458 Branch: maint-5.6/macperl
5459 ! macos/bundled_lib/blib/lib/Net/Cmd.pm
5460 ! macos/bundled_lib/blib/lib/Net/FTP/A.pm
5461 ! macos/bundled_lib/blib/lib/Net/FTP/I.pm
5462____________________________________________________________________________
5463[ 12207] By: nick on 2001/09/25 19:04:36
5464 Log: Integrate mainline (untested while modem is up)
5465 Branch: perlio
5466 +> lib/AutoSplit.t t/test.pl
5467 - lib/warnings/register.t
5468 !> (integrate 28 files)
5469____________________________________________________________________________
5470[ 12206] By: jhi on 2001/09/25 17:21:00
5471 Log: perldiag entry for #12205.
5472 Branch: perl
5473 ! pod/perldiag.pod
5474____________________________________________________________________________
5475[ 12205] By: jhi on 2001/09/25 17:20:38
5476 Log: Subject: [PATCH] warning on v-string in use/require
5477 From: John Peacock <jpeacock@rowman.com>
5478 Date: Mon, 24 Sep 2001 17:29:03 -0400
5479 Message-ID: <3BAFA59F.9C0E0339@rowman.com>
5480 Branch: perl
5481 ! ext/IO/lib/IO/Socket.pm pp_ctl.c t/lib/warnings/pp_ctl
5482____________________________________________________________________________
5483[ 12204] By: jhi on 2001/09/25 17:11:02
5484 Log: perltooc et al updates.
5485 Branch: perl
5486 ! plan9/mkfile pod/roffitall
5487____________________________________________________________________________
5488[ 12203] By: jhi on 2001/09/25 17:05:19
5489 Log: Subject: [PATCH pp_sys.c t/op/chdir.t ...] Deprecating chdir(undef)/chdir('')
5490 From: Michael G Schwern <schwern@pobox.com>
5491 Date: Sun, 23 Sep 2001 00:07:12 -0400
5492 Message-ID: <20010923000712.A7005@blackrider>
5493 Branch: perl
5494 ! pod/perl572delta.pod pod/perldiag.pod pp_sys.c t/op/chdir.t
5495____________________________________________________________________________
5496[ 12202] By: jhi on 2001/09/25 16:55:29
5497 Log: Subject: [PATCH perl@12185] Some Encode/*.enc files needs to be corrected
5498 From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
5499 Date: Wed, 26 Sep 2001 01:25:10 +0900
5500 Message-Id: <20010926012410.5B86.BQW10602@nifty.com>
5501 Branch: perl
5502 ! ext/Encode/Encode/cp932.enc ext/Encode/Encode/cp936.enc
5503 ! ext/Encode/Encode/cp949.enc ext/Encode/Encode/cp950.enc
5504 ! ext/Encode/Encode/euc-cn.enc ext/Encode/Encode/shiftjis.enc
5505____________________________________________________________________________
5506[ 12201] By: jhi on 2001/09/25 16:52:03
5507 Log: Integrate change #12200 from maintperl;
5508 on windows, virtualized environment could propagate deleted variables
5509 into children if they happen to be at the very end of the table
5510 Branch: perl
5511 !> win32/perlhost.h
5512____________________________________________________________________________
5513[ 12200] By: gsar on 2001/09/25 16:36:01
5514 Log: on windows, virtualized environment could propagate deleted variables
5515 into children if they happen to be at the very end of the table
5516 (thanks for succinct test case from Johan Holmberg, and fix from
5517 Doug Lankshear)
5518 Branch: maint-5.6/perl
5519 ! win32/perlhost.h
5520____________________________________________________________________________
5521[ 12199] By: gsar on 2001/09/25 15:19:13
5522 Log: avoid the use of ftime() (it does a useless, potentially
5523 expensive call to GetTimeZoneInformation()); this potentially
5524 also results in three more digits of precision from
5525 Time::HiRes::time()
5526 Branch: perl
5527 ! ext/Time/HiRes/HiRes.xs
5528____________________________________________________________________________
5529[ 12198] By: jhi on 2001/09/25 14:27:01
5530 Log: Replace the use Test::More in t/{op,io,run} with t/test.pl.
5531
5532 Note: io/binmode is failing, have to figure out why.
5533 Branch: perl
5534 + t/test.pl
5535 ! MANIFEST t/io/binmode.t t/op/chdir.t t/op/crypt.t
5536 ! t/op/inccode.t t/op/rand.t t/op/srand.t t/op/ver.t
5537 ! t/run/exit.t
5538____________________________________________________________________________
5539[ 12197] By: ams on 2001/09/25 13:48:55
5540 Log: Subject: [PATCH] AutoSplit.t (was Re: Untested libraries update)
5541 From: Nicholas Clark <nick@ccl4.org>
5542 Date: Tue, 25 Sep 2001 00:37:40 +0100
5543 Message-Id: <20010925003740.S4971@plum.flirble.org>
5544 (Further changes expected.)
5545 Branch: perl
5546 + lib/AutoSplit.t
5547 ! MANIFEST
5548____________________________________________________________________________
5549[ 12196] By: sky on 2001/09/25 13:37:12
5550 Log: Second attempt at fixing Time::HiRes::time on win32. Apperently if ENV{TZ} is wrong we fail. New attempt uses
5551 _ftime to try and be more robust.
5552 Branch: perl
5553 ! ext/Time/HiRes/HiRes.xs
5554____________________________________________________________________________
5555[ 12194] By: ams on 2001/09/25 11:40:00
5556 Log: Subject: [PATCH perl@12180] perltootc -> perltooc in vms/descrip_mms.template
5557 From: "Craig A. Berry" <craigberry@mac.com>
5558 Date: Mon, 24 Sep 2001 17:54:20 -0500
5559 Message-Id: <5.1.0.14.0.20010924171225.01bb0428@exchi01>
5560 Branch: perl
5561 ! vms/descrip_mms.template
5562____________________________________________________________________________
5563[ 12193] By: pudge on 2001/09/25 02:53:42
5564 Log: Fixes for multiline error parsing (Bug #459263); cmd-.
5565 not working, cursor not spinning (Bug #422129); external
5566 editor problems (Bug #456329); escape/cmd-. not activating
5567 "Cancel" in Save dialog box (Bug #446960); Runtimes not
5568 executing on launch (Bug #464441).
5569 Branch: maint-5.6/macperl
5570 ! macos/macish.c macos/macish.h macos/macperl/MPEditor.c
5571 ! macos/macperl/MPGlobals.h macos/macperl/MPScript.c
5572 ! macos/macperl/MacPerl.r
5573____________________________________________________________________________
5574[ 12192] By: pudge on 2001/09/25 02:42:49
5575 Log: Update CPAN.pm to work with new Mac::BuildTools instead
5576 of ExtUtils::MM_MacOS "orphan" functions
5577 Branch: maint-5.6/macperl
5578 ! lib/CPAN.pm
5579____________________________________________________________________________
5580[ 12191] By: pudge on 2001/09/25 02:37:58
5581 Log: Fix up another xsubpp problem (Matthias Neeracher)
5582 Branch: maint-5.6/macperl
5583 ! macos/xsubpp
5584____________________________________________________________________________
5585[ 12190] By: pudge on 2001/09/25 02:37:38
5586 Log: Remove literal tabs from source in MM_MacOS.pm (Thomas Wegner)
5587 Branch: maint-5.6/macperl
5588 ! macos/lib/ExtUtils/MM_MacOS.pm
5589____________________________________________________________________________
5590[ 12189] By: pudge on 2001/09/25 02:37:08
5591 Log: Fix up Makefiles for more Mac:: modules (and prepare for
5592 static build ...?)
5593 Branch: maint-5.6/macperl
5594 ! macos/Makefile.mk macos/ext/Mac/Makefile.mk
5595 ! macos/macperl/Makefile.mk
5596____________________________________________________________________________
5597[ 12188] By: pudge on 2001/09/25 02:36:19
5598 Log: Fix up tests
5599 Branch: maint-5.6/macperl
5600 ! macos/MacPerlTests.cmd macos/MacPerlTests.plx
5601____________________________________________________________________________
5602[ 12187] By: pudge on 2001/09/25 02:11:13
5603 Log: Make malloc smarter, fix bugs. (Bug #404030)
5604 Branch: maint-5.6/macperl
5605 ! macos/icemalloc.c macos/icemalloc.h
5606____________________________________________________________________________
5607[ 12186] By: nick on 2001/09/24 19:18:17
5608 Log: Integrate mainline
5609 Branch: perlio
5610 +> ext/I18N/Langinfo/fallback.c ext/I18N/Langinfo/fallback.xs
5611 +> lib/filetest.t
5612 !> (integrate 30 files)
5613____________________________________________________________________________
5614[ 12185] By: jhi on 2001/09/24 18:56:40
5615 Log: Retract #12136, the warnings::register is already
5616 tested by t/lib/warnings/9enabled, as pointed out
5617 by Paul Marquess.
5618 Branch: perl
5619 - lib/warnings/register.t
5620 ! MANIFEST lib/warnings/register.pm t/lib/1_compile.t
5621____________________________________________________________________________
5622[ 12184] By: gsar on 2001/09/24 18:39:58
5623 Log: fix Time::HiRes implementation of gettimeofday() on windows
5624 (HiRes.t#14 now passes)
5625 Branch: perl
5626 ! ext/Time/HiRes/HiRes.xs
5627____________________________________________________________________________
5628[ 12183] By: gsar on 2001/09/24 18:13:23
5629 Log: File::Spec::catfile() canonifies everything to blackslashes on
5630 windows :-(
5631 Branch: perl
5632 ! lib/ExtUtils/Manifest.t
5633____________________________________________________________________________
5634[ 12182] By: gsar on 2001/09/24 17:59:54
5635 Log: test number mismatch
5636 Branch: perl
5637 ! t/op/magic.t
5638____________________________________________________________________________
5639[ 12181] By: jhi on 2001/09/24 17:10:41
5640 Log: ok().
5641 Branch: perl
5642 ! t/op/pack.t
5643____________________________________________________________________________
5644[ 12180] By: jhi on 2001/09/24 16:09:37
5645 Log: unpack("Z*Z*", pack("Z*Z*", ..)) bug, patch and test from
5646 Wolfgang Laun <Wolfgang.Laun@alcatel.at>
5647 Branch: perl
5648 ! pp_pack.c t/op/pack.t
5649____________________________________________________________________________
5650[ 12179] By: jhi on 2001/09/24 15:46:49
5651 Log: Update Changes.
5652 Branch: perl
5653 ! Changes patchlevel.h
5654____________________________________________________________________________
65486cd1
JH
5655[ 12178] By: jhi on 2001/09/24 14:12:06
5656 Log: Subject: [REPATCH] Re: [PATCH lib/ExtUtils/Manifest.pm] Minor bug in comment logic in maniread() on VMS
5657 From: Michael G Schwern <schwern@pobox.com>
5658 Date: Mon, 24 Sep 2001 11:12:13 -0400
5659 Message-ID: <20010924111213.G27885@blackrider>
5660 Branch: perl
5661 ! lib/ExtUtils/Manifest.pm
5662____________________________________________________________________________
5663[ 12177] By: jhi on 2001/09/24 14:02:32
5664 Log: Subject: [PATCH vms/test.com] Fixing inline TODO recognition
5665 From: Michael G Schwern <schwern@pobox.com>
5666 Date: Mon, 24 Sep 2001 11:02:07 -0400
5667 Message-ID: <20010924110207.E27885@blackrider>
5668 Branch: perl
5669 ! vms/test.com
5670____________________________________________________________________________
5671[ 12176] By: ams on 2001/09/24 14:01:59
5672 Log: Update Changes.
5673 Branch: perl
5674 ! Changes
5675____________________________________________________________________________
5676[ 12175] By: jhi on 2001/09/24 13:20:28
5677 Log: Various cleanups.
5678 Branch: perl
5679 ! ext/threads/Makefile.PL ext/threads/threads.xs
5680____________________________________________________________________________
5681[ 12173] By: pudge on 2001/09/24 12:56:13
5682 Log: Integrate maint-5.6/perl changes 12024, 12026, 12145, 12146.
5683 Branch: maint-5.6/macperl
5684 !> (integrate 33 files)
5685____________________________________________________________________________
45839f72
AMS
5686[ 12171] By: jhi on 2001/09/24 12:26:58
5687 Log: Subject: [PATCH gb2312.enc] (Re: [PATCH perl@12088] 2022-cn.enc of Encode.pm)
5688 From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
5689 Date: Mon, 24 Sep 2001 20:04:58 +0900
5690 Message-Id: <20010924200207.A030.BQW10602@nifty.com>
5691 Branch: perl
5692 ! ext/Encode/Encode/gb2312.enc
5693____________________________________________________________________________
5694[ 12170] By: jhi on 2001/09/24 12:08:30
5695 Log: Clarifying comment to #12164.
5696 Branch: perl
5697 ! lib/Cwd.pm
5698____________________________________________________________________________
5699[ 12169] By: jhi on 2001/09/24 11:59:33
5700 Log: Subject: [PATCH] Re: What sort of Makefile.PL should h2xs write?
5701 From: Nicholas Clark <nick@ccl4.org>
5702 Date: Sun, 23 Sep 2001 23:00:56 +0100
5703 Message-ID: <20010923230055.Y4971@plum.flirble.org>
5704
5705 (with "sample_constants" changed to "fallback")
5706 Branch: perl
5707 + ext/I18N/Langinfo/fallback.c ext/I18N/Langinfo/fallback.xs
5708 ! MANIFEST ext/I18N/Langinfo/Langinfo.xs
5709 ! ext/I18N/Langinfo/Makefile.PL lib/ExtUtils/Constant.pm
5710 ! lib/h2xs.t utils/h2xs.PL
5711____________________________________________________________________________
5712[ 12168] By: jhi on 2001/09/24 11:25:56
5713 Log: Metaconfig unit change for #12167.
5714 Branch: metaconfig
5715 ! U/modified/Cppsym.U
5716____________________________________________________________________________
5717[ 12167] By: jhi on 2001/09/24 11:25:22
5718 Log: Add a few glibc cpp symbols to probe for.
5719 Branch: perl
5720 ! Configure
5721____________________________________________________________________________
5722[ 12166] By: jhi on 2001/09/24 11:14:43
5723 Log: DJGPP tweaks for Laszlo Molnar.
5724 Branch: perl
5725 ! djgpp/djgppsed.sh dosish.h
5726____________________________________________________________________________
5727[ 12165] By: ams on 2001/09/24 10:07:08
5728 Log: Subject: [PATCH t/op/inccode.t] More tests
5729 From: rgarciasuarez@free.fr (Rafael Garcia-Suarez)
5730 Date: 24 Sep 2001 10:01:44 -0000
5731 Message-Id: <slrn9qu158.l2t.rgarciasuarez@rafael.kazibao.net>
5732 Branch: perl
5733 ! t/op/inccode.t
5734____________________________________________________________________________
5735[ 12164] By: ams on 2001/09/24 09:43:29
5736 Log: Subject: [PATCH Cwd.pm] local $/ = "\n";
5737 From: Jeff 'japhy/Marillion' Pinyan <jeffp@crusoe.net>
5738 Date: Mon, 24 Sep 2001 00:22:32 -0400 (EDT)
5739 Message-Id: <Pine.GSO.4.21.0109240021410.9178-100000@crusoe.crusoe.net>
5740 Branch: perl
5741 ! lib/Cwd.pm
5742____________________________________________________________________________
5743[ 12163] By: jhi on 2001/09/23 22:50:35
5744 Log: 1_compile updates.
5745 Branch: perl
5746 ! t/lib/1_compile.t
5747____________________________________________________________________________
5748[ 12162] By: jhi on 2001/09/23 21:11:22
5749 Log: Subject: [PATCH] proposal : put the @INC-hooks directly in %INC
5750 From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
5751 Date: Wed, 19 Sep 2001 22:47:14 +0200
5752 Message-ID: <20010919224714.A6382@rafael>
5753 Branch: perl
5754 ! pod/perlvar.pod pp_ctl.c
5755____________________________________________________________________________
5756[ 12161] By: ams on 2001/09/23 17:40:02
5757 Log: Subject: [PATCH MANIFEST lib/filetest t/lib/1_compile.t] Add Tests for
5758 filetest Pragma
5759 From: "chromatic" <chromatic@rmci.net>
5760 Date: Sun, 23 Sep 2001 12:07:25 -0600
5761 Message-Id: <20010923181223.32427.qmail@onion.perl.org>
5762 Branch: perl
5763 + lib/filetest.t
5764 ! MANIFEST t/lib/1_compile.t
5765____________________________________________________________________________
5766[ 12160] By: ams on 2001/09/23 16:32:11
5767 Log: Additional minor chdir() tweak.
5768 Branch: perl
5769 ! pod/perlfunc.pod
5770____________________________________________________________________________
5771[ 12159] By: ams on 2001/09/23 16:25:01
5772 Log: Subject: PATCH lib/ExtUtils/Command.t
5773 From: Abe Timmerman <abe@ztreet.demon.nl>
5774 Date: Sun, 23 Sep 2001 19:11:44 +0200
5775 Message-Id: <b94sqtk7sidi2501apjssfubdc2ulmap38@4ax.com>
5776 Branch: perl
5777 ! lib/ExtUtils/Command.t
5778____________________________________________________________________________
5779[ 12158] By: jhi on 2001/09/23 12:52:36
5780 Log: Subject: [PATCH] Win32 compilation without USE_ITHREADS
5781 From: "Mattia Barbon" <mbarbon@dsi.unive.it>
5782 Date: Sun, 23 Sep 2001 02:02:26 +0200
5783 Message-ID: <3BAD42B2.2951.39B2E2A@localhost>
5784 Branch: perl
5785 ! makedef.pl
5786____________________________________________________________________________
5787[ 12157] By: jhi on 2001/09/23 12:46:05
5788 Log: Subject: [PATCH t/op/study.t] Cleanup & OS/390 "fix"
5789 From: Michael G Schwern <schwern@pobox.com> (by way of Craig A. Berry)
5790 Date: Sat, 22 Sep 2001 12:54:39 -0500
5791 Message-Id: <a05101003b7d27f77cfa1@[172.16.52.1]>
5792 Branch: perl
5793 ! t/op/study.t
5794____________________________________________________________________________
5795[ 12156] By: nick on 2001/09/23 07:48:44
5796 Log: Integrate mainline
5797 Branch: perlio
5798 - check83.pl
5799 !> ext/Encode/Encode/2022-cn.enc
5800____________________________________________________________________________
5801[ 12155] By: nick on 2001/09/23 07:48:01
5802 Log: Integrate mainline
5803 Branch: perlio
5804 +> (branch 64 files)
5805 - ext/Encode/Encode/cns11643-1.enc
5806 - ext/Encode/Encode/cns11643-2.enc
5807 - ext/Encode/Encode/iso2022-cn.enc
5808 - ext/Encode/Encode/iso2022-jp.enc
5809 - ext/Encode/Encode/iso2022-jp1.enc
5810 - ext/Encode/Encode/iso2022-jp2.enc
5811 - ext/Encode/Encode/iso2022-kr.enc ext/Encode/Encode/iso2022.enc
5812 - ext/Encode/Encode/iso8859-1.enc
5813 - ext/Encode/Encode/iso8859-1.ucm
5814 - ext/Encode/Encode/iso8859-10.enc
5815 - ext/Encode/Encode/iso8859-10.ucm
5816 - ext/Encode/Encode/iso8859-13.enc
5817 - ext/Encode/Encode/iso8859-13.ucm
5818 - ext/Encode/Encode/iso8859-14.enc
5819 - ext/Encode/Encode/iso8859-14.ucm
5820 - ext/Encode/Encode/iso8859-15.enc
5821 - ext/Encode/Encode/iso8859-15.ucm
5822 - ext/Encode/Encode/iso8859-16.enc
5823 - ext/Encode/Encode/iso8859-16.ucm
5824 - ext/Encode/Encode/iso8859-2.enc
5825 - ext/Encode/Encode/iso8859-2.ucm
5826 - ext/Encode/Encode/iso8859-3.enc
5827 - ext/Encode/Encode/iso8859-3.ucm
5828 - ext/Encode/Encode/iso8859-4.enc
5829 - ext/Encode/Encode/iso8859-4.ucm
5830 - ext/Encode/Encode/iso8859-5.enc
5831 - ext/Encode/Encode/iso8859-5.ucm
5832 - ext/Encode/Encode/iso8859-6.enc
5833 - ext/Encode/Encode/iso8859-6.ucm
5834 - ext/Encode/Encode/iso8859-7.enc
5835 - ext/Encode/Encode/iso8859-7.ucm
5836 - ext/Encode/Encode/iso8859-8.enc
5837 - ext/Encode/Encode/iso8859-8.ucm
5838 - ext/Encode/Encode/iso8859-9.enc
5839 - ext/Encode/Encode/iso8859-9.ucm
5840 - ext/Encode/Encode/isoir-197.enc
5841 - ext/Encode/Encode/macRomania.enc pod/perltootc.pod
5842 - t/lib/sample-tests/header_at_end
5843 - t/lib/sample-tests/header_at_end_fail
5844 !> (integrate 174 files)
5845____________________________________________________________________________
5846[ 12154] By: ams on 2001/09/23 07:11:46
5847 Log: Mention $ENV{SYS$LOGIN} in chdir() documentation, as suggested
5848 by Blair Zajac.
5849 Branch: perl
5850 ! pod/perlfunc.pod
5851____________________________________________________________________________
5852[ 12153] By: ams on 2001/09/23 06:56:32
5853 Log: Subject: [PATCH pp.c t/op/gv.t pod/perlref.pod pod/perldiag.pod] Re:
5854 Forgotten deprecation of *glob{FILEHANDLE}?
5855 From: "chromatic" <chromatic@rmci.net>
5856 Date: Sat, 22 Sep 2001 21:27:56 -0600
5857 Message-Id: <20010923033252.33085.qmail@onion.perl.org>
5858 Branch: perl
5859 ! pod/perldiag.pod pod/perlref.pod pp.c t/op/gv.t
5860____________________________________________________________________________
5861[ 12152] By: ams on 2001/09/23 06:42:58
5862 Log: Subject: [PATCH lib/File/Find.pm] Fixing lib/File/Find/t/taint.t on VMS
5863 From: Michael G Schwern <schwern@pobox.com>
5864 Date: Sun, 23 Sep 2001 03:34:39 -0400
5865 Message-Id: <20010923033439.E7005@blackrider>
5866 Branch: perl
5867 ! lib/File/Find.pm
5868____________________________________________________________________________
5869[ 12151] By: ams on 2001/09/23 06:37:57
5870 Log: Subject: Re: t/op/magic.t missing tests on Win32
5871 From: Michael G Schwern <schwern@pobox.com>
5872 Date: Sat, 22 Sep 2001 20:29:09 -0400
5873 Message-Id: <20010922202909.I18223@blackrider>
5874 Branch: perl
5875 ! t/op/magic.t
5876____________________________________________________________________________
5877[ 12150] By: ams on 2001/09/23 06:36:26
5878 Log: Subject: [PATCH MANIFEST lib/Dumpvalue.t lib/Dumpvalue.pm] Add tests for
5879 Dumpvalue.pm
5880 From: "chromatic" <chromatic@rmci.net>
5881 Date: Sat, 22 Sep 2001 19:41:31 -0600
5882 Message-Id: <20010923014628.7739.qmail@onion.perl.org>
5883 Branch: perl
5884 + lib/Dumpvalue.t
5885 ! MANIFEST lib/Dumpvalue.pm
5886____________________________________________________________________________
5887[ 12149] By: ams on 2001/09/23 06:25:35
5888 Log: Subject: [PATCH perl@12088] 2022-cn.enc of Encode.pm
5889 From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
5890 Date: Sun, 23 Sep 2001 15:27:56 +0900
5891 Message-Id: <20010923152641.5E26.BQW10602@nifty.com>
5892 Branch: perl
5893 ! ext/Encode/Encode/2022-cn.enc
5894____________________________________________________________________________
5895[ 12148] By: jhi on 2001/09/22 23:33:42
5896 Log: Manual eror in #12147.
5897 Branch: perl
5898 ! win32/win32.c
5899____________________________________________________________________________
5900[ 12147] By: jhi on 2001/09/22 23:25:02
5901 Log: Integrate change #12146 from maintperl;
5902 win32_chdir() et al don't handle a NULL argument gracefully
5903 Branch: perl
5904 !> win32/perlhost.h win32/win32.c
5905____________________________________________________________________________
5906[ 12146] By: gsar on 2001/09/22 23:18:47
5907 Log: win32_chdir() et al don't handle a NULL argument gracefully
5908 Branch: maint-5.6/perl
5909 ! win32/perlhost.h win32/win32.c
5910____________________________________________________________________________
5911[ 12145] By: gsar on 2001/09/22 23:17:42
5912 Log: typo in change#12026
5913 Branch: maint-5.6/perl
5914 ! op.c
5915____________________________________________________________________________
5916[ 12144] By: jhi on 2001/09/22 21:22:28
5917 Log: Subject: [PATCH] Re: scalar context unpack bugs
5918 From: Nicholas Clark <nick@ccl4.org>
5919 Date: Sat, 22 Sep 2001 23:07:56 +0100
5920 Message-ID: <20010922230755.O4971@plum.flirble.org>
5921 Branch: perl
5922 ! pp_pack.c t/op/pack.t
5923____________________________________________________________________________
5924[ 12143] By: jhi on 2001/09/22 21:18:43
5925 Log: Try ExtUtils::Command.t everywhere, not just on Win32
5926 (as suggested by NI-S). Also allow running it either
5927 in t/ or in the main directory.
5928 Branch: perl
5929 ! lib/ExtUtils/Command.t
5930____________________________________________________________________________
5931[ 12142] By: jhi on 2001/09/22 21:04:39
5932 Log: Update the test on warnings/register.t.
5933 Branch: perl
5934 ! t/lib/1_compile.t
5935____________________________________________________________________________
5936[ 12141] By: jhi on 2001/09/22 20:40:06
5937 Log: The code is now almost tidy enough to keep the IRIX cc happy.
5938 Branch: perl
5939 ! hints/irix_6.sh
5940____________________________________________________________________________
5941[ 12140] By: ams on 2001/09/22 17:26:32
5942 Log: Subject: [PATCH perl@12088] configure.com: don't build 'threads" w/out
5943 use_ithreads
5944 From: "Craig A. Berry" <craigberry@mac.com>
5945 Date: Sat, 22 Sep 2001 13:15:32 -0500
5946 Message-Id: <a05101005b7d284f5192c@[172.16.52.1]>
5947 Branch: perl
5948 ! configure.com
5949____________________________________________________________________________
5950[ 12139] By: ams on 2001/09/22 16:44:08
5951 Log: Do what perl_clone() does for sharedsv functions.
5952 Branch: perl
5953 ! embed.pl proto.h
5954____________________________________________________________________________
5955[ 12138] By: jhi on 2001/09/22 16:42:04
5956 Log: Retract #12134; reintroduce #11949: PADOFFSETs are now UVs
5957 (suggested by Sarathy, extensions shouldn't be dabbling with
5958 op structures, so binary backward compatibility should not be
5959 an issue.)
5960 Branch: perl
5961 ! hints/irix_6.sh op.h
5962____________________________________________________________________________
5963[ 12137] By: ams on 2001/09/22 16:21:05
5964 Log: More cleanups. (What's PERL_DECL_PROT?)
5965 Branch: perl
5966 ! embed.pl proto.h sharedsv.h
5967____________________________________________________________________________
5968[ 12136] By: ams on 2001/09/22 15:14:34
a14267ca
JH
5969 Log: (Retracted by #12185)
5970
5971 Subject: [PATCH MANIFEST lib/warnings/register.t lib/warnings/register.pm]
45839f72
AMS
5972 Add Tests for warnings::register, Doc Update
5973 From: "chromatic" <chromatic@rmci.net>
5974 Date: Sat, 22 Sep 2001 09:43:20 -0600
5975 Message-Id: <20010922154815.32004.qmail@onion.perl.org>
5976 Branch: perl
5977 + lib/warnings/register.t
5978 ! MANIFEST lib/warnings/register.pm
5979____________________________________________________________________________
5980[ 12135] By: ams on 2001/09/22 15:07:50
5981 Log: `@foo' should be @foo for consistency.
5982 Branch: perl
5983 ! pod/perldiag.pod
5984____________________________________________________________________________
5985[ 12134] By: jhi on 2001/09/22 14:20:47
5986 Log: (Retracted by #12138)
5987
5988 Add -woff (turn warning off) 3187:
5989 "A pointer is converted to a smaller integer."
5990 This happens when your pointers are 64-bit: then every case
5991 of converting pointers to PADOFFSETs (explicitly 32-bit)
5992 faces truncation (even explicit use of INT2PTR doesn't help).
5993 CxITERVAR(), POPLOOP(), and PUSHLOOP() are afflicted.
5994 Changing PADOFFSET from U32 to UV would help, but that
5995 would break binary backward compatibility of BASEOP and padop
5996 (assuming you have been using 64-bit pointers).
5997 Branch: perl
5998 ! hints/irix_6.sh
5999____________________________________________________________________________
6000[ 12133] By: jhi on 2001/09/22 13:53:49
6001 Log: More 8.3-cleanup: there isn't an encoding called macRumanian,
6002 but the name comes from the inside the file, not from the file
6003 name, and Rumanian is the name of the language.
6004 Branch: perl
6005 + ext/Encode/Encode/macRumanian.enc
6006 - ext/Encode/Encode/macRomania.enc
6007 ! MANIFEST
6008____________________________________________________________________________
6009[ 12132] By: jhi on 2001/09/22 13:48:29
6010 Log: Rename perltootc as perltooc for 8.3-friedliness.
6011 Branch: perl
6012 + pod/perltooc.pod
6013 - pod/perltootc.pod
6014 ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perlboot.pod
6015 ! pod/perlmod.pod pod/perlobj.pod pod/perltoc.pod
6016 ! pod/perltoot.pod
6017____________________________________________________________________________
6018[ 12131] By: jhi on 2001/09/22 13:38:49
6019 Log: Find more conflicts by lowercasing.
6020 Branch: perl
6021 + Porting/check83.pl
6022 - check83.pl
6023 ! MANIFEST
6024____________________________________________________________________________
6025[ 12130] By: jhi on 2001/09/22 13:20:20
6026 Log: The AIX cc 5.0.0.0 is simply too buggy.
6027 Branch: perl
6028 ! hints/aix.sh
6029____________________________________________________________________________
6030[ 12129] By: ams on 2001/09/22 12:35:38
6031 Log: Uninteresting cleanup.
6032 Branch: perl
6033 ! form.h
6034____________________________________________________________________________
6035[ 12128] By: ams on 2001/09/22 12:28:48
6036 Log: Subject: [PATCH@12110] Missing ")" in CvFILEGV
6037 From: "Paul Marquess" <Paul_Marquess@Yahoo.co.uk>
6038 Date: Sat, 22 Sep 2001 14:29:13 +0100
6039 Message-Id: <AIEAJICLCBDNAAOLLOKLAEGADAAA.Paul_Marquess@Yahoo.co.uk>
6040 Branch: perl
6041 ! cv.h
6042____________________________________________________________________________
6043[ 12127] By: ams on 2001/09/22 12:04:28
6044 Log: What's a backet?
6045 Branch: perl
6046 ! dump.c
6047____________________________________________________________________________
6048[ 12126] By: ams on 2001/09/22 10:02:34
6049 Log: Removed duplicated tests #19 and #20.
6050 Branch: perl
6051 ! t/op/do.t
6052____________________________________________________________________________
6053[ 12125] By: ams on 2001/09/22 03:58:41
6054 Log: Subject: Re: [ID 20010919.001] local() fails on imported variables
6055 From: Michael Carman <mjcarman@home.com>
6056 Date: Fri, 21 Sep 2001 17:54:05 -0500
6057 Message-Id: <3BABC50D.6040202@home.com>
6058 (Applied with some changes.)
6059 Branch: perl
6060 ! pod/perlmod.pod
6061____________________________________________________________________________
6062[ 12124] By: ams on 2001/09/22 03:44:19
6063 Log: Subject: [PATCH t/op/chdir.t] Reconciling the Cwd/File::Spec differences
6064 From: Michael G Schwern <schwern@pobox.com>
6065 Date: Fri, 21 Sep 2001 19:20:40 -0400
6066 Message-Id: <20010921192040.E5494@blackrider>
6067 Branch: perl
6068 ! t/op/chdir.t
6069____________________________________________________________________________
6070[ 12123] By: ams on 2001/09/22 03:41:08
6071 Log: Subject: [PATCH] t/op/chdir.t won't pass on VMS
6072 From: Blair Zajac <blair@orcaware.com>
6073 Date: Fri, 21 Sep 2001 15:13:04 -0700
6074 Message-Id: <3BABBB70.55FD41DC@orcaware.com>
6075 Branch: perl
6076 ! t/op/chdir.t
6077____________________________________________________________________________
6078[ 12122] By: ams on 2001/09/22 03:37:07
6079 Log: Subject: [REPATCH] Re: [PATCH t/op/do.t] new regression tests for bug ID
6080 20010920.007
6081 From: Michael G Schwern <schwern@pobox.com>
6082 Date: Fri, 21 Sep 2001 17:59:03 -0400
6083 Message-Id: <20010921175903.V5494@blackrider>
6084 Branch: perl
6085 ! t/op/do.t
6086____________________________________________________________________________
6087[ 12121] By: ams on 2001/09/22 03:30:38
6088 Log: Subject: [PATCH pod/perlport.pod] expand DOS-like table (was Re: test
6089 suite on WinCE)
6090 From: Michael G Schwern <schwern@pobox.com>
6091 Date: Fri, 21 Sep 2001 19:41:03 -0400
6092 Message-Id: <20010921194103.G5494@blackrider>
6093 Branch: perl
6094 ! pod/perlport.pod
6095____________________________________________________________________________
6096[ 12120] By: ams on 2001/09/22 03:28:06
6097 Log: Subject: [PATCH t/op/magic.t] Re: Weird $ENV{FOO} = undef warning
6098 From: Michael G Schwern <schwern@pobox.com>
6099 Date: Fri, 21 Sep 2001 17:33:35 -0400
6100 Message-Id: <20010921173335.T5494@blackrider>
6101 ($ENV{FOO}=undef hunk not applied.)
6102 Branch: perl
6103 ! t/op/magic.t
6104____________________________________________________________________________
6105[ 12119] By: ams on 2001/09/22 03:02:26
6106 Log: Subject: [PATCH] perldiag.pod
6107 From: Peter Scott <Peter@PSDT.com>
6108 Date: Fri, 21 Sep 2001 18:54:50 -0700
6109 Message-Id: <4.3.2.7.2.20010921183823.00aa9890@mail.webquarry.com>
6110 (Moved to the right place.)
6111 Branch: perl
6112 ! pod/perldiag.pod
6113____________________________________________________________________________
6114[ 12118] By: ams on 2001/09/21 20:05:29
6115 Log: Subject: [PATCH t/op/do.t] new regression tests for bug ID 20010920.007
6116 From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
6117 Date: Fri, 21 Sep 2001 22:36:54 +0200
6118 Message-Id: <20010921223654.A12742@rafael>
6119 Branch: perl
6120 ! t/op/do.t
6121____________________________________________________________________________
6122[ 12117] By: jhi on 2001/09/21 20:05:23
6123 Log: Restore things as they were before
6124 the backward compatibility police notices.
6125 Branch: perl
6126 ! lib/Cwd.pm
6127____________________________________________________________________________
6128[ 12116] By: jhi on 2001/09/21 17:52:28
6129 Log: More Cwd from Schwern: make also OS/2 and DOS
6130 Cwd agree with File::Spec (that is, native path
6131 syntax using \ instead of / -- backward compatibility
6132 polic warning) and stop Win32 from using bsd_realpath().
6133 Branch: perl
6134 ! lib/Cwd.pm
6135____________________________________________________________________________
6136[ 12115] By: jhi on 2001/09/21 17:19:03
6137 Log: Subject: [PATCH @12110] RE: Untested libraries update
6138 From: "Paul Marquess" <Paul_Marquess@Yahoo.co.uk>
6139 Date: Fri, 21 Sep 2001 18:21:07 +0100
6140 Message-ID: <AIEAJICLCBDNAAOLLOKLOEENDAAA.Paul_Marquess@Yahoo.co.uk>
6141 Branch: perl
6142 ! lib/warnings/register.pm
6143____________________________________________________________________________
6144[ 12114] By: jhi on 2001/09/21 17:09:52
6145 Log: Subject: Re: And now the Cwd problem (was Re: chdir.t problem...)
6146 From: Michael G Schwern <schwern@pobox.com>
6147 Date: Thu, 20 Sep 2001 22:54:02 -0400
6148 Message-ID: <20010920225402.A3611@blackrider>
6149 Branch: perl
6150 ! lib/Cwd.pm
6151____________________________________________________________________________
6152[ 12113] By: ams on 2001/09/21 17:08:24
6153 Log: Subject: [PATCH] avoid v-strings with require/use
6154 From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
6155 Date: Fri, 21 Sep 2001 12:34:40 -0400
6156 Message-Id: <20010921123440.A148500@linguist.thayer.dartmouth.edu>
6157 Branch: perl
6158 ! ext/ByteLoader/bytecode.h ext/Data/Dumper/Dumper.pm
6159 ! ext/Devel/DProf/DProf.pm ext/IO/lib/IO/Dir.pm
6160 ! ext/IO/lib/IO/File.pm ext/IO/lib/IO/Handle.pm
6161 ! ext/IO/lib/IO/Pipe.pm ext/IO/lib/IO/Seekable.pm
6162 ! ext/Opcode/Opcode.pm lib/AnyDBM_File.pm lib/AutoLoader.pm
6163 ! lib/AutoSplit.pm lib/Class/Struct.pm lib/Cwd.pm
6164 ! lib/Dumpvalue.pm lib/ExtUtils/Command.pm
6165 ! lib/ExtUtils/Install.pm lib/ExtUtils/Installed.pm
6166 ! lib/ExtUtils/Liblist.pm lib/ExtUtils/Mksymlists.pm
6167 ! lib/ExtUtils/Packlist.pm lib/Fatal.pm lib/File/Basename.pm
6168 ! lib/File/CheckTree.pm lib/File/Compare.pm lib/File/Copy.pm
6169 ! lib/File/Find.pm lib/File/Path.pm lib/File/stat.pm
6170 ! lib/FileHandle.pm lib/Math/Trig.pm lib/Net/Ping.pm
6171 ! lib/Net/hostent.pm lib/Net/netent.pm lib/Net/protoent.pm
6172 ! lib/Net/servent.pm lib/Shell.pm lib/Tie/Array.pm
6173 ! lib/Tie/Handle.pm lib/Time/Local.pm lib/Time/gmtime.pm
6174 ! lib/Time/localtime.pm lib/User/grent.pm lib/base.pm
6175 ! lib/diagnostics.pm lib/fields.pm lib/vars.pm
6176 ! pod/perl56delta.pod pod/perlfunc.pod pp_ctl.c utils/pl2pm.PL
6177____________________________________________________________________________
6178[ 12110] By: jhi on 2001/09/21 13:59:13
6179 Log: Update Changes.
6180 Branch: perl
6181 ! Changes patchlevel.h
6182____________________________________________________________________________
d5115885
JH
6183[ 12109] By: jhi on 2001/09/21 13:44:43
6184 Log: Make AIX and Tru64 compilers happy.
6185 Branch: perl
6186 ! ext/threads/threads.h ext/threads/threads.xs
6187____________________________________________________________________________
6188[ 12108] By: jhi on 2001/09/21 12:16:27
6189 Log: Subject: [PATCH] Re: [ID 20010920.007] q and qq does not work after do
6190 From: rgarciasuarez@free.fr (Rafael Garcia-Suarez)
6191 Date: 21 Sep 2001 09:16:37 -0000
6192 Message-Id: <slrn9qm1ca.h6b.rgarciasuarez@rafael.kazibao.net>
6193 Branch: perl
6194 ! toke.c
6195____________________________________________________________________________
6196[ 12107] By: jhi on 2001/09/21 12:14:41
6197 Log: Subject: [PATCH pp_sys.c] pp_chdir Win32 fix
6198 From: Michael G Schwern <schwern@pobox.com>
6199 Date: Thu, 20 Sep 2001 21:21:34 -0400
6200 Message-ID: <20010920212134.Y28291@blackrider>
6201 Branch: perl
6202 ! pp_sys.c
6203____________________________________________________________________________
6204[ 12106] By: jhi on 2001/09/21 12:12:09
6205 Log: Subject: Re: GDB Debugging Macros from mod_perl
6206 From: rspier@pobox.com (Robert Spier)
6207 Date: Thu, 20 Sep 2001 22:45:03 -0700
6208 Message-ID: <15274.54239.413929.49430@rls.cx>
6209 Branch: perl
6210 ! pod/perltodo.pod
6211____________________________________________________________________________
6212[ 12105] By: sky on 2001/09/21 10:33:34
6213 Log: Fixed bug where Time::HiRes::time returned time adjusted to
6214 timezone! GetSystemTime should be available on all Win32
6215 platforms we support. Perhaps Time::HiRes should be extended to
6216 support WinCE and Novell?
6217 Branch: perl
6218 ! ext/Time/HiRes/HiRes.xs
6219____________________________________________________________________________
6220[ 12104] By: sky on 2001/09/21 08:12:39
6221 Log: Attempt to fix solaris issue raised by Andy Dougherty.
6222 Branch: perl
6223 ! ext/threads/threads.h ext/threads/threads.xs
6224____________________________________________________________________________
6225[ 12103] By: sky on 2001/09/21 07:57:41
6226 Log: Rename the *thread* functions to Perl_* to avoid clashes.
6227 Notably on AIX but could become a problem on other platforms.
6228 Branch: perl
6229 ! ext/threads/threads.h ext/threads/threads.xs
6230____________________________________________________________________________
6231[ 12102] By: sky on 2001/09/21 07:35:30
6232 Log: Add the shared sv space to the global vars.
6233 Fix problems compiling on win32.
6234 Branch: perl
6235 ! embedvar.h ext/threads/threads.xs perlapi.h perlvars.h
6236 ! sharedsv.c sharedsv.h
6237____________________________________________________________________________
6238[ 12101] By: ams on 2001/09/21 00:19:55
6239 Log: Subject: [PATCH] win32/Makefile warning fix
6240 From: Blair Zajac <blair@orcaware.com>
6241 Date: Thu, 20 Sep 2001 18:15:43 -0700
6242 Message-Id: <3BAA94BF.FFD5FC3A@orcaware.com>
6243 Branch: perl
6244 ! win32/Makefile
6245____________________________________________________________________________
6246[ 12100] By: jhi on 2001/09/20 21:57:04
6247 Log: Subject: [PATCH bleadperl] Command.t patch had some errors... sorry.
6248 From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
6249 Date: Thu, 20 Sep 2001 18:36:22 +0200
6250 Message-ID: <549856591.20010920183622@tesla.rcub.bg.ac.yu>
6251 Branch: perl
6252 ! lib/ExtUtils/Command.t
6253____________________________________________________________________________
6254[ 12099] By: jhi on 2001/09/20 21:53:00
6255 Log: Cant spl wirth a dam.
6256 Branch: perl
6257 ! intrpvar.h
6258____________________________________________________________________________
6259[ 12098] By: jhi on 2001/09/20 21:52:24
6260 Log: Don't use C++ comments.
6261 Branch: perl
6262 ! ext/threads/threads.xs
6263____________________________________________________________________________
6264[ 12097] By: ams on 2001/09/20 21:42:07
6265 Log: Change #12044 didn't.
6266 Branch: perl
6267 ! lib/constant.pm
6268____________________________________________________________________________
6269[ 12096] By: jhi on 2001/09/20 13:38:44
6270 Log: Metaconfig unit changes for #12095.
6271 Branch: metaconfig
6272 ! U/modified/Myinit.U U/modified/libs.U
6273____________________________________________________________________________
6274[ 12095] By: jhi on 2001/09/20 13:38:22
6275 Log: Remove iconv references since we are not using it
6276 and not going to; regen perltoc, perlmodlib.
6277 (Some references still linger in perltoc, have to figure
6278 out where they are coming from.)
6279 Branch: perl
6280 ! Configure NetWare/config.wc NetWare/config_H.wc
6281 ! Porting/Glossary Porting/config.sh Porting/config_H
6282 ! config_h.SH configure.com epoc/config.sh perl.h
6283 ! pod/perlmodlib.pod pod/perltoc.pod uconfig.h uconfig.sh
6284 ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
6285 ! vos/config.ga.h win32/config.bc win32/config.gc
6286 ! win32/config.vc win32/config_H.bc win32/config_H.gc
6287 ! win32/config_H.vc wince/config.ce wince/config.h
6288 ! wince/config_H.ce
6289____________________________________________________________________________
6290[ 12094] By: jhi on 2001/09/20 12:49:17
6291 Log: Subject: [PATCH docs] Re: ARGV and read
6292 From: Dave Mitchell <davem@fdgroup.co.uk>
6293 Date: Thu, 20 Sep 2001 13:21:31 +0100 (BST)
6294 Message-Id: <200109201221.NAA04258@gizmo.fdgroup.co.uk>
6295 Branch: perl
6296 ! pod/perltodo.pod pod/perlvar.pod
6297____________________________________________________________________________
6298[ 12093] By: jhi on 2001/09/20 12:45:35
6299 Log: Fresh copies from the cvs.perl.org perlfaq repository.
6300 Branch: perl
6301 ! pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq2.pod
6302 ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod
6303 ! pod/perlfaq6.pod pod/perlfaq7.pod pod/perlfaq8.pod
6304 ! pod/perlfaq9.pod
6305____________________________________________________________________________
6306[ 12092] By: jhi on 2001/09/20 12:32:44
6307 Log: Subject: [PATCH] Re: n questions (was Re: 4 questions about pack/unpack)
6308 From: Nicholas Clark <nick@ccl4.org>
6309 Date: Thu, 20 Sep 2001 14:27:08 +0100
6310 Message-ID: <20010920142708.X4971@plum.flirble.org>
6311 Branch: perl
6312 ! pp_pack.c t/op/pack.t
6313____________________________________________________________________________
6314[ 12091] By: jhi on 2001/09/20 12:16:50
6315 Log: The sharedsv_space* are variables, not code. Duh.
6316 Branch: perl
6317 ! intrpvar.h makedef.pl
6318____________________________________________________________________________
6319[ 12090] By: ams on 2001/09/20 11:26:06
6320 Log: Subject: [patch lib/lib_pm.PL]
6321 From: Stas Bekman <stas@stason.org>
6322 Date: Thu, 20 Sep 2001 18:48:53 +0800
6323 Message-Id: <3BA9C995.6010302@stason.org>
6324 (Applied by hand.)
6325 Branch: perl
6326 ! lib/lib_pm.PL
6327____________________________________________________________________________
6328[ 12089] By: jhi on 2001/09/20 01:36:23
6329 Log: Only 21 tests, skipping or not.
6330 Branch: perl
6331 ! lib/ExtUtils/Command.t
6332____________________________________________________________________________
6333[ 12088] By: jhi on 2001/09/19 18:54:37
6334 Log: New exported symbols.
6335 Branch: perl
6336 ! makedef.pl
6337____________________________________________________________________________
6338[ 12087] By: jhi on 2001/09/19 13:45:59
6339 Log: Update Changes.
6340 Branch: perl
6341 ! Changes patchlevel.h
6342____________________________________________________________________________
fffce2b5
JH
6343[ 12086] By: jhi on 2001/09/19 13:02:58
6344 Log: Correct numbering of the tests is useful.
6345 Branch: perl
6346 ! ext/threads/t/basic.t
6347____________________________________________________________________________
6348[ 12085] By: jhi on 2001/09/19 12:11:15
6349 Log: More tests now too.
6350 Branch: perl
6351 ! lib/ExtUtils/Command.t
6352____________________________________________________________________________
6353[ 12084] By: jhi on 2001/09/19 12:08:33
6354 Log: More tests now.
6355 Branch: perl
6356 ! ext/threads/t/basic.t
6357____________________________________________________________________________
6358[ 12083] By: jhi on 2001/09/19 11:35:55
6359 Log: The test assumed 7-bit ASCII. Now it "just"
6360 assumes 8-bit whatever.
6361 Branch: perl
6362 ! t/op/crypt.t
6363____________________________________________________________________________
6364[ 12082] By: jhi on 2001/09/19 11:19:56
6365 Log: Subject: Re: [PATCH] Smoke 12057 /pro/3gl/CPAN/perl-current
6366 From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
6367 Date: Wed, 19 Sep 2001 11:45:28 +0200
6368 Message-Id: <20010919110037.19C7.H.M.BRAND@hccnet.nl>
6369
6370 Lvalue casts are not portable.
6371 Branch: perl
6372 ! ext/threads/threads.xs
6373____________________________________________________________________________
6374[ 12081] By: sky on 2001/09/19 10:17:52
6375 Log: Make the basic test contain only realy basic API tests
6376 Seems to be a problem with detach.
6377 Branch: perl
6378 ! ext/threads/t/basic.t
6379____________________________________________________________________________
6380[ 12080] By: ams on 2001/09/19 01:23:55
6381 Log: Subject: [PATCH] Syncing with Test::Simple 0.19
6382 From: Michael G Schwern <schwern@pobox.com>
6383 Date: Tue, 18 Sep 2001 19:53:48 -0400
6384 Message-Id: <20010918195348.M585@blackrider>
6385
6386 Subject: [REPATCH] Re: [PATCH lib/Test/More.pm] Stray newline confusing t/TEST
6387 From: Michael G Schwern <schwern@pobox.com>
6388 Date: Tue, 18 Sep 2001 22:07:13 -0400
6389 Message-Id: <20010918220713.B19616@blackrider>
6390 Branch: perl
6391 ! lib/Test/More.pm lib/Test/Simple.pm lib/Test/Simple/Changes
6392 ! lib/Test/Simple/t/exit.t lib/Test/Simple/t/extra.t
6393 ! lib/Test/Simple/t/fail-more.t lib/Test/Simple/t/fail.t
6394 ! lib/Test/Simple/t/missing.t lib/Test/Simple/t/todo.t
6395 ! lib/Test/Tutorial.pod
6396____________________________________________________________________________
6397[ 12079] By: jhi on 2001/09/19 00:19:45
6398 Log: Indent the test a bit.
6399 Branch: perl
6400 ! ext/threads/t/basic.t
6401____________________________________________________________________________
6402[ 12078] By: jhi on 2001/09/18 22:54:21
6403 Log: Subject: [PATCH bleadperl] added tainting for getcwd for Win32
6404 From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
6405 Date: Tue, 18 Sep 2001 18:06:44 +0200
6406 Message-ID: <11018348611.20010918180644@tesla.rcub.bg.ac.yu>
6407 Branch: perl
6408 ! win32/win32.c
6409____________________________________________________________________________
6410[ 12077] By: jhi on 2001/09/18 22:52:24
6411 Log: Subject: stat access time is wrong on Win95
6412 From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
6413 Date: Tue, 18 Sep 2001 21:59:24 +0200
6414 Message-ID: <413158386.20010918215924@tesla.rcub.bg.ac.yu>
6415 Branch: perl
6416 ! lib/ExtUtils/Command.pm lib/ExtUtils/Command.t
6417____________________________________________________________________________
6418[ 12076] By: ams on 2001/09/18 22:11:25
6419 Log: Subject: [PATCH] Re: [PATCH] t/op/crypt.t
6420 From: Michael G Schwern <schwern@pobox.com>
6421 Date: Tue, 18 Sep 2001 18:47:14 -0400
6422 Message-Id: <20010918184714.I585@blackrider>
6423 Branch: perl
6424 ! t/op/crypt.t
6425____________________________________________________________________________
6426[ 12075] By: sky on 2001/09/18 19:29:37
6427 Log: two test failures
6428 From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
6429 Message-ID: <20010918221702.A17408@rafael>
6430 partly applied, #12074 already fixed half the patch
6431 Branch: perl
6432 ! ext/threads/t/basic.t
6433____________________________________________________________________________
6434[ 12074] By: sky on 2001/09/18 18:49:03
6435 Log: Fixes test case failure introduced by #12071, the warning is
6436 now correctly spelled :-)
6437 Branch: perl
6438 ! ext/IO/lib/IO/t/io_sel.t
6439____________________________________________________________________________
6440[ 12073] By: sky on 2001/09/18 18:46:22
6441 Log: Make the test behave properly!
6442 Branch: perl
6443 ! ext/threads/t/basic.t
6444____________________________________________________________________________
6445[ 12072] By: ams on 2001/09/18 18:44:59
6446 Log: OP_RCATLINE is an SVOP, not a BASEOP.
6447 Branch: perl
6448 ! opcode.h opcode.pl
6449____________________________________________________________________________
6450[ 12071] By: ams on 2001/09/18 18:06:27
6451 Log: Deprecate != Depreciate.
6452 Branch: perl
6453 ! ext/IO/lib/IO/Handle.pm ext/IO/lib/IO/Select.pm
6454 ! lib/Pod/ParseUtils.pm
6455____________________________________________________________________________
6456[ 12070] By: ams on 2001/09/18 15:14:58
6457 Log: Subject: [PATCH] Getopt::Std cleanup
6458 From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
6459 Date: Tue, 18 Sep 2001 17:32:13 +0200
6460 Message-Id: <20010918173213.C777@rafael>
6461 Branch: perl
6462 ! lib/Getopt/Std.pm lib/Getopt/Std.t
6463____________________________________________________________________________
6464[ 12069] By: sky on 2001/09/18 14:56:33
6465 Log: Forgot the makefile
6466 Branch: perl
6467 + ext/threads/Makefile.PL
6468____________________________________________________________________________
6469[ 12068] By: sky on 2001/09/18 14:13:26
6470 Log: Adds the thread 0.05 module. It is now moved to the core from CPAN.
6471 The test will fail because of Test.pm not knowing about threads.
6472 basic needs to be manually tested
6473 compile time warnings on IV2PTR conversions need to be fixed
6474 Branch: perl
6475 + ext/threads/Changes ext/threads/README ext/threads/t/basic.t
6476 + ext/threads/threads.h ext/threads/threads.pm
6477 + ext/threads/threads.xs
6478 ! MANIFEST
6479____________________________________________________________________________
6480[ 12067] By: jhi on 2001/09/18 11:51:08
6481 Log: DJGPP tweak from Laszlo Molnar.
6482 Branch: perl
6483 ! djgpp/config.over
6484____________________________________________________________________________
6485[ 12066] By: sky on 2001/09/18 10:24:31
6486 Log: Changed how ownership of mutexes are held. We never hold a mutex only a slot indicating that we own the lock.
6487 Branch: perl
6488 ! sharedsv.c sharedsv.h
6489____________________________________________________________________________
6490[ 12065] By: jhi on 2001/09/18 00:00:09
6491 Log: Strip ^iso- from the Encode filenames to be 8.3-friendly,
6492 ditto ^cns.
6493 Branch: perl
6494 + ext/Encode/Encode/11643-1.enc ext/Encode/Encode/11643-2.enc
6495 + ext/Encode/Encode/2022-cn.enc ext/Encode/Encode/2022-jp.enc
6496 + ext/Encode/Encode/2022-jp1.enc ext/Encode/Encode/2022-jp2.enc
6497 + ext/Encode/Encode/2022-kr.enc ext/Encode/Encode/2022.enc
6498 + ext/Encode/Encode/8859-1.enc ext/Encode/Encode/8859-1.ucm
6499 + ext/Encode/Encode/8859-10.enc ext/Encode/Encode/8859-10.ucm
6500 + ext/Encode/Encode/8859-11.enc ext/Encode/Encode/8859-11.ucm
6501 + ext/Encode/Encode/8859-13.enc ext/Encode/Encode/8859-13.ucm
6502 + ext/Encode/Encode/8859-14.enc ext/Encode/Encode/8859-14.ucm
6503 + ext/Encode/Encode/8859-15.enc ext/Encode/Encode/8859-15.ucm
6504 + ext/Encode/Encode/8859-16.enc ext/Encode/Encode/8859-16.ucm
6505 + ext/Encode/Encode/8859-2.enc ext/Encode/Encode/8859-2.ucm
6506 + ext/Encode/Encode/8859-3.enc ext/Encode/Encode/8859-3.ucm
6507 + ext/Encode/Encode/8859-4.enc ext/Encode/Encode/8859-4.ucm
6508 + ext/Encode/Encode/8859-5.enc ext/Encode/Encode/8859-5.ucm
6509 + ext/Encode/Encode/8859-6.enc ext/Encode/Encode/8859-6.ucm
6510 + ext/Encode/Encode/8859-7.enc ext/Encode/Encode/8859-7.ucm
6511 + ext/Encode/Encode/8859-8.enc ext/Encode/Encode/8859-8.ucm
6512 + ext/Encode/Encode/8859-9.enc ext/Encode/Encode/8859-9.ucm
6513 + ext/Encode/Encode/ir-197.enc
6514 - ext/Encode/Encode/cns11643-1.enc
6515 - ext/Encode/Encode/cns11643-2.enc
6516 - ext/Encode/Encode/iso2022-cn.enc
6517 - ext/Encode/Encode/iso2022-jp.enc
6518 - ext/Encode/Encode/iso2022-jp1.enc
6519 - ext/Encode/Encode/iso2022-jp2.enc
6520 - ext/Encode/Encode/iso2022-kr.enc ext/Encode/Encode/iso2022.enc
6521 - ext/Encode/Encode/iso8859-1.enc
6522 - ext/Encode/Encode/iso8859-1.ucm
6523 - ext/Encode/Encode/iso8859-10.enc
6524 - ext/Encode/Encode/iso8859-10.ucm
6525 - ext/Encode/Encode/iso8859-11.enc
6526 - ext/Encode/Encode/iso8859-11.ucm
6527 - ext/Encode/Encode/iso8859-13.enc
6528 - ext/Encode/Encode/iso8859-13.ucm
6529 - ext/Encode/Encode/iso8859-14.enc
6530 - ext/Encode/Encode/iso8859-14.ucm
6531 - ext/Encode/Encode/iso8859-15.enc
6532 - ext/Encode/Encode/iso8859-15.ucm
6533 - ext/Encode/Encode/iso8859-16.enc
6534 - ext/Encode/Encode/iso8859-16.ucm
6535 - ext/Encode/Encode/iso8859-2.enc
6536 - ext/Encode/Encode/iso8859-2.ucm
6537 - ext/Encode/Encode/iso8859-3.enc
6538 - ext/Encode/Encode/iso8859-3.ucm
6539 - ext/Encode/Encode/iso8859-4.enc
6540 - ext/Encode/Encode/iso8859-4.ucm
6541 - ext/Encode/Encode/iso8859-5.enc
6542 - ext/Encode/Encode/iso8859-5.ucm
6543 - ext/Encode/Encode/iso8859-6.enc
6544 - ext/Encode/Encode/iso8859-6.ucm
6545 - ext/Encode/Encode/iso8859-7.enc
6546 - ext/Encode/Encode/iso8859-7.ucm
6547 - ext/Encode/Encode/iso8859-8.enc
6548 - ext/Encode/Encode/iso8859-8.ucm
6549 - ext/Encode/Encode/iso8859-9.enc
6550 - ext/Encode/Encode/iso8859-9.ucm
6551 - ext/Encode/Encode/isoir-197.enc
6552 ! MANIFEST ext/Encode/Encode/Tcl.t ext/Encode/Makefile.PL
6553____________________________________________________________________________
6554[ 12064] By: jhi on 2001/09/17 23:53:38
6555 Log: Must Uppercase.
6556 Branch: perl
6557 ! ext/Encode/Encode.pm
6558____________________________________________________________________________
6559[ 12063] By: jhi on 2001/09/17 23:39:28
6560 Log: Add various encodings.
6561 Branch: perl
6562 + ext/Encode/Encode/iso8859-11.enc
6563 + ext/Encode/Encode/iso8859-11.ucm ext/Encode/Encode/koi8-f.enc
6564 + ext/Encode/Encode/koi8-f.ucm ext/Encode/Encode/koi8-u.enc
6565 + ext/Encode/Encode/koi8-u.ucm ext/Encode/Encode/nextstep.enc
6566 + ext/Encode/Encode/nextstep.ucm ext/Encode/Encode/roman8.enc
6567 + ext/Encode/Encode/roman8.ucm ext/Encode/Encode/viscii.enc
6568 + ext/Encode/Encode/viscii.ucm
6569 ! MANIFEST ext/Encode/Encode.pm
6570____________________________________________________________________________
6571[ 12062] By: jhi on 2001/09/17 22:48:21
6572 Log: lib/unicode relic.
6573 Branch: perl
6574 ! ext/Encode/compile
6575____________________________________________________________________________
6576[ 12061] By: jhi on 2001/09/17 20:50:16
6577 Log: Subject: [PATCH] Re: filename problems
6578 From: Michael G Schwern <schwern@pobox.com>
6579 Date: Mon, 17 Sep 2001 17:26:26 -0400
6580 Message-ID: <20010917172626.Q585@blackrider>
6581 Branch: perl
6582 + t/lib/sample-tests/head_end t/lib/sample-tests/head_fail
6583 - t/lib/sample-tests/header_at_end
6584 - t/lib/sample-tests/header_at_end_fail
6585 ! MANIFEST lib/Test/Harness/t/test-harness.t
6586____________________________________________________________________________
6587[ 12060] By: jhi on 2001/09/17 20:14:53
6588 Log: Explicitly explain the 1e9 seconds, not everybody
6589 is a C geek.
6590 Branch: perl
6591 ! ext/Time/HiRes/HiRes.pm
6592____________________________________________________________________________
6593[ 12059] By: jhi on 2001/09/17 20:07:20
6594 Log: Explain an apparent bug reported by
6595 Richard J. Barbalace <rjbarbal@MIT.EDU>,
6596 with additional explanation from Gisle Aas.
6597 Branch: perl
6598 ! ext/Time/HiRes/HiRes.pm
6599____________________________________________________________________________
6600[ 12058] By: ams on 2001/09/17 19:52:01
6601 Log: Subject: [PATCH t/lib/warnings/pp, t/lib/warnings/op] new tests
6602 From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
6603 Date: Mon, 17 Sep 2001 22:48:05 +0200
6604 Message-Id: <20010917224805.C11744@rafael>
6605 Branch: perl
6606 ! t/lib/warnings/op t/lib/warnings/pp
6607____________________________________________________________________________
6608[ 12057] By: ams on 2001/09/17 16:51:18
6609 Log: Its a nit!
6610 Branch: perl
6611 ! sv.h
6612____________________________________________________________________________
6613[ 12056] By: ams on 2001/09/17 16:47:55
6614 Log: Subject: [PATCH perl@12023] waitpid enhancements for VMS
6615 From: "Craig A. Berry" <craigberry@mac.com>
6616 Date: Mon, 17 Sep 2001 12:34:20 -0500
6617 Message-Id: <5.1.0.14.0.20010916222208.0469cdf8@exchi01>
6618 Branch: perl
6619 ! vms/vms.c
6620____________________________________________________________________________
6621[ 12055] By: ams on 2001/09/17 16:05:15
6622 Log: Subject: [PATCH] Make CPAN.pm use Digest::MD5
6623 From: Gisle Aas <gisle@ActiveState.com>
6624 Date: 16 Apr 2001 16:20:34 -0700
6625 Message-ID: <lrlmp0sa7x.fsf@caliper.ActiveState.com>
6626 (Applied by hand.)
6627 Branch: perl
6628 ! lib/CPAN.pm lib/CPAN/Nox.pm
6629____________________________________________________________________________
6630[ 12054] By: jhi on 2001/09/17 14:06:26
6631 Log: Update Changes.
6632 Branch: perl
6633 ! Changes patchlevel.h
6634____________________________________________________________________________
00644a6f
JH
6635[ 12053] By: jhi on 2001/09/17 13:45:26
6636 Log: Adding new files to the MANIFEST is always nice.
6637 Branch: perl
6638 ! MANIFEST
6639____________________________________________________________________________
6640[ 12052] By: jhi on 2001/09/17 13:12:31
6641 Log: Reindent the PerlIO files (suggested by NI-S), used
6642 indent -kr -nce -psl -sc -TSV -TAV -THV -TGV -TIV -TUV -TNV -TMAGIC -TFILE -TPerlIO -TPerlIO_list_t -TPerlIO_funcs -TPerlIO_pair_t
6643 (GNU indent). Note that wholesale re-indenting might
6644 be nice, but that would break nice formatting/alignment
6645 of assignments, equality testing, and complex boolean
6646 expressions with lots of &s and |s.
6647 Branch: perl
6648 ! perlio.c perlio.h perliol.h
6649____________________________________________________________________________
6650[ 12051] By: jhi on 2001/09/17 12:55:53
6651 Log: Add a script for being 8.3-polite.
6652 The found conflicts are being worked on.
6653 Branch: perl
6654 + check83.pl
6655 ! MANIFEST Porting/pumpkin.pod
6656____________________________________________________________________________
6657[ 12050] By: sky on 2001/09/17 12:44:36
6658 Log: Fixes coredump introduced by 11755 and 11790. Thanks to Doug for
6659 finding it.
6660 Branch: perl
6661 ! sv.c
6662____________________________________________________________________________
6663[ 12049] By: jhi on 2001/09/17 11:55:07
6664 Log: Bump up versions because of #12041.
6665 Branch: perl
6666 ! ext/Devel/DProf/DProf.pm ext/IO/lib/IO/File.pm
6667 ! ext/IO/lib/IO/Pipe.pm lib/Fatal.pm lib/Time/gmtime.pm
6668 ! lib/Time/localtime.pm
6669____________________________________________________________________________
6670[ 12048] By: jhi on 2001/09/17 11:51:54
6671 Log: Bump the version number because of #12042.
6672 Branch: perl
6673 ! lib/CPAN/FirstTime.pm
6674____________________________________________________________________________
6675[ 12047] By: ams on 2001/09/17 11:21:40
6676 Log: Subject: Re: [PATCH] turn $a.=<F> into an RCATLINE
6677 From: Abhijit Menon-Sen <ams@wiw.org>
6678 Date: Mon, 17 Sep 2001 17:44:12 +0530
6679 Message-Id: <20010917174412.B7058@lustre.dyn.wiw.org>
6680 Branch: perl
6681 ! op.c
6682____________________________________________________________________________
6683[ 12046] By: sky on 2001/09/17 07:14:17
6684 Log: Subject: Re: t/op/ver.t using skip() improperly
6685 From: "chromatic" <chromatic@rmci.net>
6686 Date: Mon, 17 Sep 2001 00:22:29 -0600
6687 Message-ID: <20010917062713.47716.qmail@onion.perl.org>
6688 Branch: perl
6689 ! t/op/ver.t
6690____________________________________________________________________________
6691[ 12045] By: nick on 2001/09/17 07:12:14
6692 Log: Integrate mainline
6693 Branch: perlio
6694 +> t/op/chdir.t
6695 !> (integrate 117 files)
6696____________________________________________________________________________
6697[ 12044] By: ams on 2001/09/17 05:49:53
6698 Log: Subject: [PATCH lib/constant.pm] Major POD rewrite of constant.pm
6699 From: Ilmari Karonen <iltzu@sci.fi>
6700 Date: Mon, 17 Sep 2001 00:47:57 +0300 (EET DST)
6701 Message-Id: <Pine.SOL.3.96.1010917002916.13210A-100000@simpukka>
6702 (And $VERSION = '1.05'.)
6703 Branch: perl
6704 ! lib/constant.pm
6705____________________________________________________________________________
6706[ 12043] By: ams on 2001/09/17 05:44:50
6707 Log: Subject: Re: [BUG?] chdir(undef) == chdir() probably a bug
6708 From: Michael G Schwern <schwern@pobox.com>
6709 Date: Mon, 17 Sep 2001 07:49:04 +0200
6710 Message-Id: <20010917074904.V1588@blackrider>
6711 (Applied with tweaks to chdir.t and pp_sys.c hunks.)
6712 Branch: perl
6713 + t/op/chdir.t
6714 ! MANIFEST pp_sys.c
6715____________________________________________________________________________
6716[ 12042] By: jhi on 2001/09/17 02:54:13
6717 Log: Subject: Re: CPAN.pm needs some hacking
6718 From: "chromatic" <chromatic@rmci.net>
6719 Date: Sun, 16 Sep 2001 16:46:29 -0600
6720 Message-ID: <20010916225113.5606.qmail@onion.perl.org>
6721 Branch: perl
6722 ! lib/CPAN/FirstTime.pm
6723____________________________________________________________________________
6724[ 12041] By: jhi on 2001/09/16 20:43:15
6725 Log: Change use|require 5.005_64 to use|require 5.6.1.
6726 Branch: perl
6727 ! ext/Data/Dumper/Dumper.pm ext/Devel/DProf/DProf.pm
6728 ! ext/IO/lib/IO/File.pm ext/IO/lib/IO/Handle.pm
6729 ! ext/IO/lib/IO/Pipe.pm ext/IO/lib/IO/Seekable.pm
6730 ! ext/Opcode/Opcode.pm lib/AnyDBM_File.pm lib/AutoSplit.pm
6731 ! lib/Class/Struct.pm lib/Dumpvalue.pm lib/ExtUtils/Command.pm
6732 ! lib/ExtUtils/Install.pm lib/ExtUtils/Installed.pm
6733 ! lib/ExtUtils/Liblist.pm lib/ExtUtils/Mksymlists.pm
6734 ! lib/ExtUtils/Packlist.pm lib/Fatal.pm lib/FileHandle.pm
6735 ! lib/Math/Trig.pm lib/Net/Ping.pm lib/Net/hostent.pm
6736 ! lib/Net/netent.pm lib/Net/protoent.pm lib/Net/servent.pm
6737 ! lib/Shell.pm lib/Tie/Array.pm lib/Tie/Handle.pm
6738 ! lib/Time/gmtime.pm lib/Time/localtime.pm lib/User/grent.pm
6739 ! lib/base.pm lib/fields.pm
6740____________________________________________________________________________
6741[ 12040] By: jhi on 2001/09/16 20:36:58
6742 Log: Bump up version numbers.
6743
6744 TODO 1: double check that pre-5.6.1 CPAN.pm:s
6745 don't try to download 5.8.0 because of the
6746 version numbers. Mainly this means using _00
6747 in the core version numbers.
6748
6749 TODO 2: the "use 5.005_64" in many modules
6750 needs to be changed to, say, "use 5.6.1".
6751 Branch: perl
6752 ! ext/B/B/Assembler.pm ext/Data/Dumper/Dumper.pm
6753 ! lib/AutoLoader.pm lib/AutoSplit.pm lib/CPAN.pm
6754 ! lib/ExtUtils/Embed.pm lib/ExtUtils/Install.pm
6755 ! lib/ExtUtils/Installed.pm lib/ExtUtils/Manifest.pm
6756 ! lib/File/Basename.pm lib/File/Copy.pm lib/File/Find.pm
6757 ! lib/File/Path.pm lib/File/Spec.pm lib/File/Spec/Functions.pm
6758 ! lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
6759 ! lib/File/Spec/Win32.pm lib/FindBin.pm lib/Pod/Checker.pm
6760 ! lib/Pod/Find.pm lib/SelfLoader.pm lib/Shell.pm
6761 ! lib/Tie/Handle.pm lib/blib.pm lib/diagnostics.pm
6762 ! vms/ext/DCLsym/DCLsym.pm vms/ext/Stdio/Stdio.pm
6763____________________________________________________________________________
6764[ 12039] By: jhi on 2001/09/16 19:23:07
6765 Log: Use UCHARAT() as suggested by Inaba Hiroto.
6766 Branch: perl
6767 ! regexec.c
6768____________________________________________________________________________
6769[ 12038] By: ams on 2001/09/16 15:16:24
6770 Log: Subject: [PATCH] Re: Core module version numbers review
6771 From: Peter Scott <Peter@PSDT.com>
6772 Date: Sun, 16 Sep 2001 09:09:58 -0700
6773 Message-Id: <4.3.2.7.2.20010916090716.00b452a0@mail.webquarry.com>
6774 Branch: perl
6775 ! lib/perl5db.pl
6776____________________________________________________________________________
6777[ 12037] By: jhi on 2001/09/16 14:27:54
6778 Log: Supply more details on how lc/uc/lcfirst/ucfirst are
6779 not yet fully implemented.
6780 Branch: perl
6781 ! pod/perlfunc.pod pod/perlunicode.pod
6782____________________________________________________________________________
6783[ 12036] By: jhi on 2001/09/15 23:13:12
6784 Log: Subject: [patch] plug PL_beginav_save leak
6785 From: Doug MacEachern <dougm@covalent.net>
6786 Date: Sat, 15 Sep 2001 17:02:18 -0700 (PDT)
6787 Message-ID: <Pine.LNX.4.21.0109151659060.6089-100000@mako.covalent.net>
6788 Branch: perl
6789 ! perl.c
6790____________________________________________________________________________
6791[ 12035] By: jhi on 2001/09/15 23:12:28
6792 Log: (accidentally empty checkin)
6793 Branch: perl
6794 ! sv.c
6795____________________________________________________________________________
6796[ 12034] By: jhi on 2001/09/15 23:08:09
6797 Log: Subject: [patch] ithreads+PL_beginav_save
6798 From: Doug MacEachern <dougm@covalent.net>
6799 Date: Sat, 15 Sep 2001 16:53:01 -0700 (PDT)
6800 Message-ID: <Pine.LNX.4.21.0109151651050.6089-100000@mako.covalent.net>
6801 Branch: perl
6802 ! sv.c
6803____________________________________________________________________________
6804[ 12033] By: jhi on 2001/09/15 23:07:19
6805 Log: Subject: [PATCH] h2xs.PL with C::Scan
6806 From: Tim Jenness <t.jenness@jach.hawaii.edu>
6807 Date: Sat, 15 Sep 2001 13:41:28 -1000 (HST)
6808 Message-ID: <Pine.LNX.4.33.0109151338560.3075-100000@lapaki>
6809 Branch: perl
6810 ! utils/h2xs.PL
6811____________________________________________________________________________
6812[ 12032] By: jhi on 2001/09/15 18:43:20
6813 Log: Elaborate (well, make more vague, really) #12030.
6814 Branch: perl
6815 ! pod/perltodo.pod pod/perlunicode.pod
6816____________________________________________________________________________
6817[ 12031] By: jhi on 2001/09/15 18:37:07
6818 Log: Subject: [PATCH regexec.c] adding (U8) to case insensitive matching
6819 From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
6820 Date: Fri, 14 Sep 2001 20:58:30 -0400 (EDT)
6821 Message-ID: <Pine.GSO.4.21.0109142057490.12393-100000@crusoe.crusoe.net>
6822 Branch: perl
6823 ! regexec.c
6824____________________________________________________________________________
6825[ 12030] By: jhi on 2001/09/15 17:15:40
6826 Log: Document that the lc(), uc(), lcfirst(), ucfirst()
6827 are not yet complete.
6828 Branch: perl
6829 ! pod/perltodo.pod pod/perlunicode.pod
6830____________________________________________________________________________
6831[ 12029] By: jhi on 2001/09/15 13:53:42
6832 Log: Document what's still to be done on the regular expression
6833 Unicode support, based on the UTR#18.
6834 Branch: perl
6835 ! pod/perltodo.pod pod/perlunicode.pod
6836____________________________________________________________________________
6837[ 12028] By: jhi on 2001/09/15 12:37:31
6838 Log: Regen headers.
6839 Branch: perl
6840 ! embedvar.h perlapi.h
6841____________________________________________________________________________
6842[ 12027] By: jhi on 2001/09/15 12:33:49
6843 Log: Subject: Re: [ID 20010815.012] Unfortunate interaction between -0 cmd line arg & (??{CODE}) regex
6844 From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
6845 Date: Sun, 09 Sep 2001 18:41:54 +0100
6846 Message-Id: <200109091741.f89HfsM18534@crypt.compulink.co.uk>
6847 Branch: perl
6848 ! Porting/findvars ext/ByteLoader/bytecode.h
6849 ! ext/Thread/Thread.xs mg.c op.c perl.c perl.h pp_ctl.c sv.c
6850 ! t/run/kill_perl.t thrdvar.h toke.c util.c wince/perldll.def
6851____________________________________________________________________________
6852[ 12026] By: gsar on 2001/09/15 04:04:04
6853 Log: enable most warnings for windows build; fix the various typecasting
6854 nits that showed up (no bugfixes here)
6855 Branch: maint-5.6/perl
6856 ! av.c cop.h doop.c dump.c ext/Devel/Peek/Peek.xs
6857 ! ext/POSIX/POSIX.xs gv.c hv.c mg.c op.c perl.c perl.h perly.c
6858 ! perly.y pp.c pp_ctl.c pp_hot.c pp_sys.c regcomp.c regexec.c
6859 ! sv.c toke.c universal.c utf8.c util.c vms/perly_c.vms
6860 ! win32/perllib.c win32/win32.c win32/win32.h win32/win32sck.c
6861 ! x2p/walk.c
6862____________________________________________________________________________
6863[ 12025] By: jhi on 2001/09/14 22:22:58
6864 Log: Integrate change #12024 from maintperl
6865 (a local() precedence bug)
6866 Branch: perl
6867 !> lib/ExtUtils/Install.pm
6868____________________________________________________________________________
6869[ 12024] By: gsar on 2001/09/14 22:11:06
6870 Log: fix local() precedence bug in change#8311, came into maint-5.6 as
6871 change#8642
6872 Branch: maint-5.6/perl
6873 ! lib/ExtUtils/Install.pm
6874____________________________________________________________________________
6875[ 12023] By: jhi on 2001/09/14 15:04:16
6876 Log: Update Changes.
6877 Branch: perl
6878 ! Changes patchlevel.h
6879____________________________________________________________________________
aa6796d9
JH
6880[ 12022] By: jhi on 2001/09/14 14:49:52
6881 Log: Subject: Re: [ID 20010911.001] Not OK: perl v5.7.2 +DEVEL11978 on
6882 From: "chromatic" <chromatic@rmci.net>
6883 Date: Fri, 14 Sep 2001 09:44:57 -0600
6884 Message-ID: <20010914154936.70059.qmail@onion.perl.org>
6885 Branch: perl
6886 ! lib/ExtUtils/Manifest.t
6887____________________________________________________________________________
6888[ 12021] By: jhi on 2001/09/14 14:46:36
6889 Log: Hopefully better skipping of the Complete.t tests
6890 in case of not a tty.
6891 Branch: perl
6892 ! lib/Term/Complete.t t/op/stat.t
6893____________________________________________________________________________
6894[ 12020] By: jhi on 2001/09/14 14:10:44
6895 Log: Subject: [PATCH regexec.c] more jumpables, and hit-bit bug
6896 From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
6897 Date: Fri, 14 Sep 2001 09:58:24 -0400 (EDT)
6898 Message-ID: <Pine.GSO.4.21.0109140955250.12393-100000@crusoe.crusoe.net>
6899 Branch: perl
6900 ! regexec.c t/op/pat.t
6901____________________________________________________________________________
6902[ 12019] By: jhi on 2001/09/14 14:02:59
6903 Log: Subject: Re: unterminated C<...> at line 426 in file perlport.pod
6904 From: Robin Barker <rmb1@cise.npl.co.uk>
6905 Date: Fri, 14 Sep 2001 16:01:11 +0100 (BST)
6906 Message-Id: <200109141501.QAA13044@tempest.npl.co.uk>
6907 Branch: perl
6908 ! pod/perlport.pod
6909____________________________________________________________________________
6910[ 12018] By: jhi on 2001/09/14 13:55:56
6911 Log: NetWare tweaks from Ananth Kesari.
6912 Branch: perl
6913 ! NetWare/NWUtil.c NetWare/Nwmain.c NetWare/Nwpipe.c
6914 ! NetWare/nwutil.h
6915____________________________________________________________________________
6916[ 12017] By: jhi on 2001/09/14 13:50:08
6917 Log: Subject: unterminated C<...> at line 426 in file perlport.pod
6918 From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
6919 Date: Fri, 14 Sep 2001 10:51:13 +0200
6920 Message-Id: <20010914103300.4B59.H.M.BRAND@hccnet.nl>
6921 Branch: perl
6922 ! pod/perlport.pod
6923____________________________________________________________________________
6924[ 12016] By: jhi on 2001/09/14 13:28:08
6925 Log: Subject: Re: [PATCH 2 pl2pm.PL]
6926 From: Joe Smith <Joe.Smith@inwap.com>
6927 Date: Fri, 14 Sep 2001 00:13:32 -0700
6928 Message-Id: <3BA1AE1C.64313CEE@inwap.com>
6929
6930 Eradicate qu.
6931 Branch: perl
6932 ! keywords.h keywords.pl utils/pl2pm.PL
6933____________________________________________________________________________
6934[ 12015] By: jhi on 2001/09/14 02:38:23
6935 Log: Retract #12013, didn't go over too well in Tru64.
6936 Branch: perl
6937 ! embed.h embed.pl sv.h
6938____________________________________________________________________________
6939[ 12014] By: jhi on 2001/09/14 02:31:05
6940 Log: Subject: [PATCH] Execute files of debugger commands
6941 From: Peter Scott <Peter@PSDT.com>
6942 Date: Thu, 13 Sep 2001 15:26:31 -0700
6943 Message-Id: <4.3.2.7.2.20010913115845.00b22100@mail.webquarry.com>
6944 Branch: perl
6945 ! lib/perl5db.pl pod/perldebug.pod
6946____________________________________________________________________________
6947[ 12013] By: jhi on 2001/09/14 02:25:05
6948 Log: (Retracted by #12015)
6949 Subject: [proposed PATCH] Re: perl@11920
6950 From: Nicholas Clark <nick@ccl4.org>
6951 Date: Wed, 12 Sep 2001 23:46:09 +0100
6952 Message-ID: <20010912234609.H4971@plum.flirble.org>
6953 Branch: perl
6954 ! embed.h embed.pl sv.h
6955____________________________________________________________________________
6956[ 12012] By: jhi on 2001/09/14 02:12:02
6957 Log: ucblib shouldn't be linked against in nonstop-ux,
6958 from Tom Bates.
6959 Branch: perl
6960 ! hints/nonstopux.sh
6961____________________________________________________________________________
6962[ 12011] By: jhi on 2001/09/13 12:54:51
6963 Log: Do stty only if we have stty.
6964
6965 TODO: non-UNIX platforms. Solaris and /usr/ucb/stty?
6966 Branch: perl
6967 ! lib/Term/Complete.pm
6968____________________________________________________________________________
6969[ 12010] By: jhi on 2001/09/13 12:44:28
6970 Log: Skip the test if not running on a tty.
6971 Branch: perl
6972 ! lib/Term/Complete.t
6973____________________________________________________________________________
6974[ 12009] By: jhi on 2001/09/13 12:01:56
6975 Log: Regen headers.
6976 Branch: perl
6977 ! embed.h opcode.h pod/perlapi.pod proto.h
6978____________________________________________________________________________
6979[ 12008] By: jhi on 2001/09/12 17:51:32
6980 Log: Subject: [PATCH op.c] Re: perl@12003
6981 From: Robin Barker <rmb1@cise.npl.co.uk>
6982 Date: Wed, 12 Sep 2001 19:00:38 +0100 (BST)
6983 Message-Id: <200109121800.TAA05256@tempest.npl.co.uk>
6984 Branch: perl
6985 ! op.c
6986____________________________________________________________________________
6987[ 12007] By: jhi on 2001/09/12 17:49:39
6988 Log: Subject: [PATCH sv.c] may be uninitialized warning forperl@12003
6989 From: Robin Barker <rmb1@cise.npl.co.uk>
6990 Date: Wed, 12 Sep 2001 19:00:31 +0100 (BST)
6991 Message-Id: <200109121800.TAA05250@tempest.npl.co.uk>
6992 Branch: perl
6993 ! sv.c
6994____________________________________________________________________________
6995[ 12006] By: jhi on 2001/09/12 17:41:49
6996 Log: Upgrade to Memoize 0.66.
6997 Branch: perl
6998 ! lib/Memoize.pm lib/Memoize/AnyDBM_File.pm
6999 ! lib/Memoize/Expire.pm lib/Memoize/README lib/Memoize/TODO
7000 ! lib/Memoize/t/expire_module_t.t lib/Memoize/t/speed.t
7001____________________________________________________________________________
7002[ 12005] By: jhi on 2001/09/12 13:14:59
7003 Log: Subject: [ID 20010912.007] substr reference core dump
7004 From: me-01@ton.iguana.be
7005 Date: 12 Sep 2001 14:11:16 -0000
7006 Message-Id: <20010912141116.6058.qmail@quasar.home.lunix>
7007 Branch: perl
7008 ! mg.c
7009____________________________________________________________________________
7010[ 12004] By: ams on 2001/09/12 01:13:49
7011 Log: Subject: [PATCH perlfaq4.pod] Deobfuscate Fisher-Yates example code
7012 From: Ilmari Karonen <iltzu@sci.fi>
7013 Date: Tue, 11 Sep 2001 23:31:25 +0300 (EET DST)
7014 Message-Id: <Pine.SOL.3.96.1010911231925.688A-100000@simpukka>
7015 Branch: perl
7016 ! pod/perlfaq4.pod
7017____________________________________________________________________________
7018[ 12003] By: jhi on 2001/09/11 13:02:37
7019 Log: Update Changes.
7020 Branch: perl
7021 ! Changes patchlevel.h
7022____________________________________________________________________________
d7f9a270
JH
7023[ 12002] By: jhi on 2001/09/11 11:50:48
7024 Log: NetWare update from Ananth Kesari.
7025 Branch: perl
7026 ! NetWare/NWUtil.c NetWare/Nwmain.c NetWare/Nwpipe.c
7027 ! NetWare/config.wc NetWare/config_H.wc NetWare/nwutil.h
7028____________________________________________________________________________
7029[ 12001] By: jhi on 2001/09/11 11:40:51
7030 Log: Retract #11984: div() being redefined, and 1397
7031 failing on 64-bit platforms.
7032 Branch: perl
7033 ! lib/Math/BigInt/Calc.pm
7034____________________________________________________________________________
7035[ 12000] By: jhi on 2001/09/11 11:19:07
7036 Log: Metaconfig unit change for #11999.
7037 Branch: metaconfig
7038 ! U/protos/d_lseekproto.U
7039____________________________________________________________________________
7040[ 11999] By: jhi on 2001/09/11 11:18:36
7041 Log: The lseek fix (#11991) was no fix.
7042 Branch: perl
7043 ! Configure
7044____________________________________________________________________________
7045[ 11998] By: sky on 2001/09/11 07:52:06
7046 Log: Subject: [PATCH] Encode.pm add UCS-2 little endian support
7047 From: Matt Sergeant <MSergeant@star.net.uk>
7048 Date: Tue, 11 Sep 2001 09:22:32 +0100
7049 Message-ID: <315E8A8BF9D1D411AD3D00508BB1B0C004B9003C@UKS040>
7050 Branch: perl
7051 ! ext/Encode/Encode.pm
7052____________________________________________________________________________
7053[ 11997] By: sky on 2001/09/11 06:35:29
7054 Log: Sometimes dTHX is added because it is needed on non
7055 gnuc platforms, but not needed there. This uses GCC
7056 to silence GCC specific warnings by marking pTHX as
7057 unused.
7058 Branch: perl
7059 ! perl.h
7060____________________________________________________________________________
7061[ 11996] By: nick on 2001/09/11 06:25:27
7062 Log: Integrate mainline
7063 Branch: perlio
7064 - ext/POSIX/sigaction.t lib/File/Find/taint.t
7065 !> lib/CGI/t/carp.t lib/Test/Simple/t/simple.t t/op/crypt.t
7066____________________________________________________________________________
7067[ 11995] By: nick on 2001/09/11 06:23:39
7068 Log: Part Integrate mainline
7069 Branch: perlio
7070 +> (branch 69 files)
7071 - ext/Cwd/Cwd.t ext/Fcntl/Fcntl.t ext/Fcntl/syslfs.t
7072 - ext/POSIX/POSIX.t lib/Attribute/Handlers/test.pl
7073 - lib/Env/array.t lib/Env/env.t lib/File/Find/find.t
7074 - lib/Filter/Simple/test.pl lib/Switch/t/given_when.t
7075 - lib/Switch/t/switch_case.t lib/Test/Harness.t
7076 - lib/Test/More/Changes lib/Test/More/t/More.t
7077 - lib/Test/More/t/fail-like.t lib/Test/More/t/fail.t
7078 - lib/Test/More/t/plan_is_noplan.t lib/Test/More/t/skipall.t
7079 - lib/Text/Balanced.pod lib/Text/Balanced/t/genxt.t
7080 - lib/Text/Balanced/t/xbrak.t lib/Text/Balanced/t/xcode.t
7081 - lib/Text/Balanced/t/xdeli.t lib/Text/Balanced/t/xmult.t
7082 - lib/Text/Balanced/t/xquot.t lib/Text/Balanced/t/xtagg.t
7083 - lib/Text/Balanced/t/xvari.t objXSUB.h t/lib/MyFilter.pm
7084 - t/lib/Test/More/Catch.pm wince/perl.ico
7085 !> (integrate 197 files)
7086____________________________________________________________________________
7087[ 11994] By: jhi on 2001/09/11 03:12:44
7088 Log: Subject: Re: [PATCH] Encode.pm docs fix
7089 From: Gisle Aas <gisle@ActiveState.com>
7090 Date: 10 Sep 2001 11:27:02 -0700
7091 Message-ID: <lrwv363nrd.fsf@caliper.ActiveState.com>
7092 Branch: perl
7093 ! ext/Encode/Encode.pm
7094____________________________________________________________________________
7095[ 11993] By: jhi on 2001/09/11 02:27:25
7096 Log: Fix unpack U to be the reverse of pack U
7097 (but implement unpack U0U as a backdoor to get
7098 the UTF-8 malformed warnings from un-UTF-8 data)
7099 Branch: perl
7100 ! pod/perlunicode.pod pp_pack.c t/op/pack.t t/op/utf8decode.t
7101____________________________________________________________________________
7102[ 11992] By: jhi on 2001/09/11 00:14:24
7103 Log: Metaconfig unit change for #11991;
7104 delete an unused unit (d_strtoull.U is the one used)
7105 Branch: metaconfig
7106 ! U/protos/d_lseekproto.U
7107 Branch: metaconfig/U/perl
7108 - strtoull.U
7109____________________________________________________________________________
7110[ 11991] By: jhi on 2001/09/11 00:14:01
7111 Log: Subject: [PATCH] Configure not recording lseek proto
7112 From: Blair Zajac <blair@orcaware.com>
7113 Date: Mon, 10 Sep 2001 17:52:37 -0700
7114 Message-ID: <3B9D6055.BA334A31@orcaware.com>
7115
7116 plus regen Configure.
7117 Branch: perl
7118 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
7119 ! config_h.SH uconfig.h
7120____________________________________________________________________________
7121[ 11990] By: jhi on 2001/09/10 23:59:25
7122 Log: Subject: [PATCH] Re: the remaining bugs in \x escapes (was Re: [PATCH] oct and hex in glorious 64 bit (with less bugs) (was Re: hex and oct again (was Re: FreeBSD MD5 crypt? Re: crypt/hex/oct and Unicode?)))
7123 From: Nicholas Clark <nick@ccl4.org>
7124 Date: Tue, 11 Sep 2001 00:00:31 +0100
7125 Message-ID: <20010911000031.G1512@plum.flirble.org>
7126 Branch: perl
7127 + t/op/qq.t
7128 ! MANIFEST numeric.c perl.h regcomp.c t/op/pat.t toke.c
7129____________________________________________________________________________
7130[ 11989] By: jhi on 2001/09/10 23:31:45
7131 Log: Subject: [PATCH] Building on win32 w/o perlio
7132 From: "Mattia Barbon" <mbarbon@dsi.unive.it>
7133 Date: Mon, 10 Sep 2001 23:38:46 +0200
7134 Message-ID: <3B9D4F06.14433.2C37644@localhost>
7135 Branch: perl
7136 ! perl.c win32/Makefile win32/makefile.mk
7137____________________________________________________________________________
7138[ 11988] By: jhi on 2001/09/10 23:26:40
7139 Log: Subject: [PATCH MANIFEST lib/CGI/t/push.t] New Test for CGI::Push
7140 From: "chromatic" <chromatic@rmci.net>
7141 Date: Mon, 10 Sep 2001 15:14:01 -0600
7142 Message-ID: <20010910211833.30177.qmail@onion.perl.org>
7143 Branch: perl
7144 + lib/CGI/t/push.t
7145 ! MANIFEST
7146____________________________________________________________________________
7147[ 11987] By: jhi on 2001/09/10 23:24:11
7148 Log: Subject: avoiding hoardes of zombies
7149 From: Nicholas Clark <nick@ccl4.org>
7150 Date: Mon, 10 Sep 2001 22:00:40 +0100
7151 Message-ID: <20010910220040.C1512@plum.flirble.org>
7152 Branch: perl
7153 ! pod/perlipc.pod
7154____________________________________________________________________________
7155[ 11986] By: jhi on 2001/09/10 23:22:10
7156 Log: Subject: PATCH Resubmission - was Re: [ID 20010902.001] v strings over 2*31 barf
7157 From: John Peacock <jpeacock@rowman.com>
7158 Date: Mon, 10 Sep 2001 16:34:30 -0400
7159 Message-ID: <3B9D23D6.90BCCC25@rowman.com>
7160 Branch: perl
7161 ! sv.c t/op/ver.t utf8.h
7162____________________________________________________________________________
7163[ 11985] By: ams on 2001/09/10 23:20:13
7164 Log: Typo fixed by Blair Zajac in <3B9D284C.23B8D20B@orcaware.com>.
7165 Branch: perl
7166 ! MANIFEST
7167____________________________________________________________________________
7168[ 11984] By: jhi on 2001/09/10 23:09:31
7169 Log: (Retracted by #12001)
7170 Subject: Calc with USE_MUL/USE_DIV
7171 From: Tels <perl_dummy@bloodgate.com>
7172 Date: Fri, 07 Sep 2001 18:52:08 +0200 (CEST)
7173 Message-Id: <200109071651.TAA11249@tiku.hut.fi>
7174 Branch: perl
7175 ! lib/Math/BigInt/Calc.pm
7176____________________________________________________________________________
7177[ 11983] By: jhi on 2001/09/10 22:37:14
7178 Log: Subject: [PATCH op.c] Re: perl@11978
7179 From: Robin Barker <rmb1@cise.npl.co.uk>
7180 Date: Mon, 10 Sep 2001 18:58:01 +0100 (BST)
7181 Message-Id: <200109101758.SAA07670@tempest.npl.co.uk>
7182
7183 Format errors.
7184 Branch: perl
7185 ! op.c
7186____________________________________________________________________________
7187[ 11982] By: jhi on 2001/09/10 22:35:57
7188 Log: Switch PADOFFSET back to U32 both because of binary backward
7189 compatibility and because Arthur seems to have been fixing the
7190 problems with naughty integer-pointer casting.
7191 Branch: perl
7192 ! op.h
7193____________________________________________________________________________
7194[ 11981] By: ams on 2001/09/10 16:31:43
7195 Log: Subject: [PATCH MANIFEST, lib/ExtUtils/Command.pm, lib/ExtUtils/Command.t]
7196 Fix Pod Typo, Add Test for ExtUtils::Command
7197 From: "chromatic" <chromatic@rmci.net>
7198 Date: Mon, 10 Sep 2001 11:20:56 -0600
7199 Message-Id: <20010910172528.54160.qmail@onion.perl.org>
7200 Branch: perl
7201 + lib/ExtUtils/Command.t
7202 ! MANIFEST lib/ExtUtils/Command.pm
7203____________________________________________________________________________
7204[ 11980] By: jhi on 2001/09/10 13:29:35
7205 Log: Subject: [PATCH] Encode.pm docs fix
7206 From: Matt Sergeant <MSergeant@star.net.uk>
7207 Date: Mon, 10 Sep 2001 15:24:01 +0100
7208 Message-ID: <315E8A8BF9D1D411AD3D00508BB1B0C004B90035@UKS040>
7209 Branch: perl
7210 ! ext/Encode/Encode.pm
7211____________________________________________________________________________
7212[ 11979] By: jhi on 2001/09/10 13:17:48
7213 Log: Update Changes.
7214 Branch: perl
7215 ! Changes patchlevel.h
7216____________________________________________________________________________
85e396db
JH
7217[ 11978] By: jhi on 2001/09/10 12:59:40
7218 Log: Revert #11973, the dTHX seems to be needed in there
7219 for threaded builds.
7220 Branch: perl
7221 ! perlio.c
7222____________________________________________________________________________
7223[ 11977] By: jhi on 2001/09/10 12:55:47
7224 Log: Detypo.
7225 Branch: perl
7226 ! pod/perlguts.pod
7227____________________________________________________________________________
7228[ 11976] By: jhi on 2001/09/10 12:46:34
7229 Log: Further Class::Struct patching from Damian.
7230
7231 The new new semantics are:
7232
7233 * If you pass an initializer for a nested object, it has to be:
7234 a) a reference to an object of that class, or
7235 b) a reference to an object of a subclass of that class, or
7236 c) a reference to a hash of arguments to be passed to the
7237 class's constructor
7238 * If you pass no initializer for a nested object, the attribute
7239 is initialized to C<undef>
7240 Branch: perl
7241 ! lib/Class/Struct.pm
7242____________________________________________________________________________
7243[ 11975] By: jhi on 2001/09/10 12:42:24
7244 Log: Skip the crypt test if no crypt.
7245 Branch: perl
7246 ! t/op/crypt.t
7247____________________________________________________________________________
7248[ 11974] By: jhi on 2001/09/10 12:39:25
7249 Log: Warn against using bare v-strings as IP addresses
7250 (okay if using the wrappers from Socket)
7251 Branch: perl
7252 ! pod/perldata.pod pod/perlport.pod
7253____________________________________________________________________________
7254[ 11973] By: sky on 2001/09/10 11:57:58
7255 Log: Remove unused dTHX. Silenced another warning.
7256 Branch: perl
7257 ! perlio.c
7258____________________________________________________________________________
7259[ 11972] By: sky on 2001/09/10 11:54:25
7260 Log: Silence some more warnings INT2PTR.
7261 Branch: perl
7262 ! pp.c pp_ctl.c sharedsv.c sv.c taint.c
7263____________________________________________________________________________
7264[ 11971] By: sky on 2001/09/10 11:21:50
7265 Log: Silence another ITHREAD 64bit INT/32bit PTR warning.
7266 Branch: perl
7267 ! cop.h
7268____________________________________________________________________________
7269[ 11970] By: sky on 2001/09/10 11:17:25
7270 Log: Apply INT2PTR with force to silence warnings from
7271 PM_GETRE and friends. No more warnings with 64bit
7272 IVs and 32bit pointers.
7273 Branch: perl
7274 ! op.c op.h perl.c
7275____________________________________________________________________________
7276[ 11969] By: sky on 2001/09/10 10:13:02
7277 Log: Removed reference of -DPERL_CUSTOM_OPS in the documentation.
7278 Branch: perl
7279 ! pod/perlguts.pod
7280____________________________________________________________________________
7281[ 11968] By: sky on 2001/09/10 10:02:51
7282 Log: Remove #ifdef PERL_CUSTOM_OPS, always build with PERL_CUSTOM_OPS
7283 Rename to custop_op_name to Perl_custom_op_name to match perlapi
7284 Clone the hashtable PL_custom_op_names and PL_custop_op_descs in
7285 perl_clone.
7286 Branch: perl
7287 ! embed.pl intrpvar.h makedef.pl op.c opcode.pl sv.c
7288____________________________________________________________________________
7289[ 11967] By: jhi on 2001/09/10 03:14:35
7290 Log: Using strlen() not good on embedded nul bytes.
7291 Branch: perl
7292 ! regcomp.c
7293____________________________________________________________________________
7294[ 11966] By: ams on 2001/09/09 21:06:13
7295 Log: Subject: Re: [ID 20010810.011] 'use v2b' not allowed with strict
7296 From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
7297 Date: Mon, 13 Aug 2001 22:51:59 +0200
7298 Message-ID: <20010813225159.C6681@rafael>
7299 (Applied with several tweaks.)
7300 Branch: perl
7301 ! embed.h embed.pl proto.h toke.c
7302____________________________________________________________________________
7303[ 11965] By: jhi on 2001/09/09 14:40:39
7304 Log: The exact error message is system-dependent.
7305 Branch: perl
7306 ! lib/ExtUtils/Manifest.t
7307____________________________________________________________________________
7308[ 11964] By: jhi on 2001/09/09 14:38:05
7309 Log: Add Windows and Mac Sami support to Encode
7310 (http://www.egt.ie/standards/se/sami-teastabaiki.html)
7311 Branch: perl
7312 + ext/Encode/Encode/isoir-197.enc ext/Encode/Encode/macSami.enc
7313 ! MANIFEST
7314____________________________________________________________________________
7315[ 11963] By: jhi on 2001/09/09 13:54:07
7316 Log: Use the tried method.
7317 Branch: perl
7318 ! pod/perlport.pod
7319____________________________________________________________________________
7320[ 11962] By: jhi on 2001/09/09 13:46:59
7321 Log: Can't count parentheses.
7322 Branch: perl
7323 ! ext/IO/lib/IO/Socket/INET.pm
7324____________________________________________________________________________
7325[ 11961] By: jhi on 2001/09/09 13:34:12
7326 Log: perlport additions: 1 while unlink, add/delete directory
7327 entries and permissions, cygwin stat funkiness (from Michael
7328 Schwern and Nicholas Clark)
7329 Branch: perl
7330 ! pod/perlport.pod
7331____________________________________________________________________________
7332[ 11960] By: jhi on 2001/09/09 13:19:12
7333 Log: blib does have a detectable test.
7334 Branch: perl
7335 ! t/lib/1_compile.t
7336____________________________________________________________________________
7337[ 11959] By: jhi on 2001/09/09 13:16:43
7338 Log: Subject: [PATCH MANIFEST, lib/Term/Complete.t] Add Test for Term::Complete
7339 From: "chromatic" <chromatic@rmci.net>
7340 Date: Sat, 08 Sep 2001 19:33:42 -0600
7341 Message-ID: <20010909013810.11522.qmail@onion.perl.org>
7342 Branch: perl
7343 + lib/Term/Complete.t
7344 ! MANIFEST
7345____________________________________________________________________________
7346[ 11958] By: jhi on 2001/09/09 13:09:02
7347 Log: Subject: [PATCH MANIFEST lib/Test/Tutorial.pod] Test::Tutorial?
7348 From: Michael G Schwern <schwern@pobox.com>
7349 Date: Sat, 8 Sep 2001 02:40:26 -0400
7350 Message-ID: <20010908024026.A26283@blackrider>
7351 Branch: perl
7352 + lib/Test/Tutorial.pod
7353 ! MANIFEST
7354____________________________________________________________________________
7355[ 11957] By: jhi on 2001/09/09 13:03:33
7356 Log: Try to look up protocol (by name) only iff it has non-numbers:
7357 nice if the server is in a chrooted environment (no /etc/protocols,
7358 server code using hardcorded protocol numbers like 6 for tcp),
7359 suggested by John Holdsworth <coldwave@bigfoot.com>.
7360 In other words, if we are given a number, why look it up again
7361 (by number)?
7362 Branch: perl
7363 ! ext/IO/lib/IO/Socket/INET.pm
7364____________________________________________________________________________
7365[ 11956] By: jhi on 2001/09/09 12:53:12
7366 Log: Subject: [PATCH regcomp.c] zero-width assertions CAN be ?'d
7367 From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
7368 Date: Sat, 8 Sep 2001 15:42:30 -0400 (EDT)
7369 Message-ID: <Pine.GSO.4.21.0109081535480.24489-100000@crusoe.crusoe.net>
7370
7371 Subject: Re: [PATCH t/op/misc.t] regcomp.c patch broke test
7372 From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
7373 Date: Sat, 8 Sep 2001 18:33:12 -0400 (EDT)
7374 Message-ID: <Pine.GSO.4.21.0109081832030.24489-100000@crusoe.crusoe.net>
7375 Subject: [PATCH t/lib/warnings/regcomp] (?=...)? gives no warning now
7376 From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
7377 Date: Sat, 8 Sep 2001 18:37:22 -0400 (EDT)
7378 Message-ID: <Pine.GSO.4.21.0109081835340.24489-100000@crusoe.crusoe.net>
7379 Branch: perl
7380 ! regcomp.c t/lib/warnings/regcomp t/run/kill_perl.t
7381____________________________________________________________________________
7382[ 11955] By: ams on 2001/09/09 02:54:21
7383 Log: Subject: Re: [PATCH perl@11938] slash slashes in lib/CGI/Carp.pm
7384 From: "Craig A. Berry" <craigberry@mac.com>
7385 Date: Sat, 08 Sep 2001 19:02:16 -0500
7386 Message-Id: <5.1.0.14.0.20010908185936.01aadcc0@mail.mac.com>
7387 Branch: perl
7388 ! lib/CGI/t/carp.t
7389____________________________________________________________________________
7390[ 11954] By: jhi on 2001/09/09 02:30:39
7391 Log: Documentation tweaks; think the IP address as an opaque string.
7392 Branch: perl
7393 ! ext/Socket/Socket.pm
7394____________________________________________________________________________
7395[ 11953] By: jhi on 2001/09/09 00:32:05
7396 Log: Subject: [REPATCH] Re: [PATCH] new test lib/blib.t
7397 From: Michael G Schwern <schwern@pobox.com>
7398 Date: Sat, 8 Sep 2001 19:45:46 -0400
7399 Message-ID: <20010908194546.C9193@blackrider>
7400 Branch: perl
7401 + lib/blib.t
7402 ! MANIFEST lib/blib.pm t/lib/1_compile.t
7403____________________________________________________________________________
7404[ 11952] By: jhi on 2001/09/09 00:27:15
7405 Log: Subject: [PATCH MANIFEST, lib/CGI/t/fast.t] Added Test for CGI::Fast
7406 From: "chromatic" <chromatic@rmci.net>
7407 Date: Sat, 08 Sep 2001 12:31:44 -0600
7408 Message-ID: <20010908183612.49960.qmail@onion.perl.org>
7409 Branch: perl
7410 + lib/CGI/t/fast.t
7411 ! MANIFEST
7412____________________________________________________________________________
7413[ 11951] By: jhi on 2001/09/09 00:24:07
7414 Log: The Socket tests were wrong: they were assuming too much.
7415 Branch: perl
7416 ! ext/Socket/Socket.pm ext/Socket/Socket.t ext/Socket/Socket.xs
7417____________________________________________________________________________
7418[ 11950] By: jhi on 2001/09/08 20:09:07
7419 Log: Retract the portability changes since they
7420 seem to have opened a can of worms... will
7421 go back to UNICOS/mk and do the bare minimum
7422 required to get the tests working.
7423 Branch: perl
7424 ! ext/Socket/Socket.xs
7425____________________________________________________________________________
7426[ 11949] By: jhi on 2001/09/08 19:48:20
7427 Log: PADOFFSET is used to cast pointers into integers,
7428 if pointers are 64 bits and U32 32 bits,
7429 bad things may happen, or at least warnings issued.
7430 Branch: perl
7431 ! op.h
7432____________________________________________________________________________
7433[ 11948] By: jhi on 2001/09/08 18:50:07
7434 Log: Still more Socket portability tweaking.
7435 Now Socket.t seems to be happy in all of
7436 Linux/x86, Tru64/alpha, Solaris/sparc,
7437 IRIX/MIPS (both 32-bit and 64-bit), and UNICOS/mk/alpha.
7438
7439 Addendum: it seems that io_multihomed, io_sock, and hostent
7440 were broken in little-endians (linux/x86 and tru64/alpha)
7441 because of this change. Argh.
7442 Branch: perl
7443 ! ext/Socket/Socket.xs
7444____________________________________________________________________________
7445[ 11947] By: jhi on 2001/09/08 17:23:23
7446 Log: More portability kicking on inet_ntoa().
7447 Branch: perl
7448 ! ext/Socket/Socket.xs
7449____________________________________________________________________________
7450[ 11946] By: jhi on 2001/09/08 15:09:58
7451 Log: Subject: [REPATCH] Re: [PATCH MANIFEST, lib/ExtUtils/Manifest.t] Another New Test
7452 From: Michael G Schwern <schwern@pobox.com>
7453 Date: Fri, 7 Sep 2001 23:06:51 -0400
7454 Message-ID: <20010907230651.R606@blackrider>
7455 Branch: perl
7456 + lib/ExtUtils/Manifest.t
7457 ! MANIFEST lib/ExtUtils/MM_Unix.pm lib/ExtUtils/Manifest.pm
7458____________________________________________________________________________
7459[ 11945] By: jhi on 2001/09/08 14:49:15
7460 Log: Subject: Re: [PATCH MANIFEST, lib/ExtUtils/testlib.t] More Tests
7461 From: "chromatic" <chromatic@rmci.net>
7462 Date: Fri, 07 Sep 2001 17:53:15 -0600
7463 Message-ID: <20010907235740.80566.qmail@onion.perl.org>
7464 Branch: perl
7465 + lib/ExtUtils/testlib.t
7466 ! MANIFEST
7467____________________________________________________________________________
7468[ 11944] By: jhi on 2001/09/07 22:57:00
7469 Log: Thinko.
7470 Branch: perl
7471 ! lib/integer.t
7472____________________________________________________________________________
7473[ 11943] By: jhi on 2001/09/07 20:34:55
7474 Log: Subject: [PATCH perl@11938] slash slashes in lib/CGI/Carp.pm
7475 From: "Craig A. Berry" <craigberry@mac.com>
7476 Date: Fri, 07 Sep 2001 15:30:03 -0500
7477 Message-Id: <5.1.0.14.0.20010907142644.03700c38@exchi01>
7478 Branch: perl
7479 ! lib/CGI/Carp.pm
7480____________________________________________________________________________
7481[ 11942] By: jhi on 2001/09/07 20:30:43
7482 Log: Subject: [PATCH lib/ExtUtils/MM_Unix.pm] (was Re: MakeMaker: MM_Unix rule excluding pods)
7483 From: Michael G Schwern <schwern@pobox.com>
7484 Date: Fri, 7 Sep 2001 15:38:13 -0400
7485 Message-ID: <20010907153813.K606@blackrider>
7486 Branch: perl
7487 ! lib/ExtUtils/MM_Unix.pm
7488____________________________________________________________________________
7489[ 11941] By: jhi on 2001/09/07 20:28:24
7490 Log: Subject: [PATCH perl.h mg.c pp_sys.c] Silence the remaing format warning
7491 From: Robin Barker <rmb1@cise.npl.co.uk>
7492 Date: Fri, 7 Sep 2001 18:28:23 +0100 (BST)
7493 Message-Id: <200109071728.SAA13569@tempest.npl.co.uk>
7494 Branch: perl
7495 ! Porting/pumpkin.pod mg.c perl.h pp_sys.c
7496____________________________________________________________________________
7497[ 11940] By: jhi on 2001/09/07 20:26:29
7498 Log: Clean up 1_compile.t; move tests to more consistent
7499 places (t/ subdirectories); add integer.t (much of
7500 the pragma is tested elsewhere but there is no one
7501 centralized place)
7502 Branch: perl
7503 + ext/Fcntl/t/fcntl.t ext/Fcntl/t/syslfs.t ext/POSIX/t/posix.t
7504 + ext/POSIX/t/sigaction.t lib/Env/t/array.t lib/Env/t/env.t
7505 + lib/File/Find/t/find.t lib/File/Find/t/taint.t lib/integer.t
7506 - ext/Fcntl/Fcntl.t ext/Fcntl/syslfs.t ext/POSIX/POSIX.t
7507 - ext/POSIX/sigaction.t lib/Env/array.t lib/Env/env.t
7508 - lib/File/Find/find.t lib/File/Find/taint.t
7509 ! MANIFEST t/lib/1_compile.t t/op/lfs.t
7510____________________________________________________________________________
7511[ 11939] By: jhi on 2001/09/07 17:25:32
7512 Log: Subject: Re: [PATCH lib/File/Find/taint.t] Use Test::More
7513 From: "chromatic" <chromatic@rmci.net>
7514 Date: Fri, 07 Sep 2001 10:17:40 -0600
7515 Message-ID: <20010907162205.84723.qmail@onion.perl.org>
7516 Branch: perl
7517 ! lib/File/Find/taint.t
7518____________________________________________________________________________
7519[ 11938] By: jhi on 2001/09/07 14:04:43
7520 Log: Update Changes.
7521 Branch: perl
7522 ! Changes patchlevel.h
7523____________________________________________________________________________
d06b8192
JH
7524[ 11937] By: jhi on 2001/09/07 13:52:03
7525 Log: Rename the old threading tutorial, start a new one,
7526 regen toc.
7527 Branch: perl
7528 + pod/perlothrtut.pod
7529 ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perlthrtut.pod
7530 ! pod/perltoc.pod
7531____________________________________________________________________________
7532[ 11936] By: jhi on 2001/09/07 13:05:48
7533 Log: vars very much has a test.
7534 Branch: perl
7535 ! t/lib/1_compile.t
7536____________________________________________________________________________
7537[ 11935] By: jhi on 2001/09/07 12:52:06
7538 Log: Subject: Re: wince/perl.ico marked as binary
7539 From: Nicholas Clark <nick@ccl4.org>
7540 Date: Fri, 7 Sep 2001 13:54:40 +0100
7541 Message-ID: <20010907135439.D39150@plum.flirble.org>
7542
7543 and wince/Makefile.ce change from Rainer Keuchel.
7544 Branch: perl
7545 + wince/makeico.pl
7546 ! MANIFEST wince/Makefile.ce
7547____________________________________________________________________________
7548[ 11934] By: jhi on 2001/09/07 12:43:50
7549 Log: Subject: Re: [PATCH regexec.c] more general .* and .*?
7550 From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
7551 Date: Fri, 7 Sep 2001 09:41:10 -0400 (EDT)
7552 Message-ID: <Pine.GSO.4.21.0109070933530.7041-100000@crusoe.crusoe.net>
7553 Branch: perl
7554 ! regexec.c
7555____________________________________________________________________________
7556[ 11933] By: jhi on 2001/09/07 12:37:46
7557 Log: (Replaced by #11934)
7558 Subject: Re: [PATCH regexec.c] more general .* and .*?
7559 From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
7560 Date: Fri, 7 Sep 2001 08:44:17 -0400 (EDT)
7561 Message-ID: <Pine.GSO.4.21.0109070836110.7041-100000@crusoe.crusoe.net>
7562 Branch: perl
7563 ! regexec.c
7564____________________________________________________________________________
7565[ 11932] By: jhi on 2001/09/07 12:27:14
7566 Log: The #11931 patching misbehaved.
7567 Branch: perl
7568 ! lib/Test/Harness/t/test-harness.t
7569____________________________________________________________________________
7570[ 11931] By: jhi on 2001/09/07 12:21:30
7571 Log: Subject: [PATCH lib/Test/Harness* t/TEST] Test::Harness 1.25 sync
7572 From: Michael G Schwern <schwern@pobox.com>
7573 Date: Fri, 7 Sep 2001 03:30:41 -0400
7574 Message-ID: <20010907033041.A2796@blackrider>
7575 Branch: perl
7576 + lib/Test/Harness/Changes lib/Test/Harness/t/base.t
7577 + lib/Test/Harness/t/ok.t lib/Test/Harness/t/test-harness.t
7578 + t/lib/sample-tests/header_at_end_fail
7579 + t/lib/sample-tests/skip_no_msg t/lib/sample-tests/todo_inline
7580 - lib/Test/Harness.t
7581 ! MANIFEST lib/Test/Harness.pm t/TEST
7582____________________________________________________________________________
7583[ 11930] By: jhi on 2001/09/07 11:59:17
7584 Log: Subject: [PATCH] Digest::MD5 update
7585 From: Gisle Aas <gisle@ActiveState.com>
7586 Date: 06 Sep 2001 23:32:56 -0700
7587 Message-ID: <lrofon5x47.fsf@caliper.ActiveState.com>
7588 Branch: perl
7589 ! ext/Digest/MD5/Changes ext/Digest/MD5/MD5.pm
7590 ! ext/Digest/MD5/MD5.xs ext/Digest/MD5/t/files.t
7591____________________________________________________________________________
7592[ 11929] By: jhi on 2001/09/07 11:23:05
7593 Log: Subject: [PATCH MANIFEST, lib/less.t] Add Tests for the less Pragma
7594 From: "chromatic" <chromatic@rmci.net>
7595 Date: Thu, 06 Sep 2001 23:11:44 -0600
7596 Message-ID: <20010907051609.91459.qmail@onion.perl.org>
7597 Branch: perl
7598 + lib/less.t
7599 ! MANIFEST t/lib/1_compile.t
7600____________________________________________________________________________
7601[ 11928] By: jhi on 2001/09/07 11:19:29
7602 Log: The binary file must somehow differently stored.
7603 Branch: perl
7604 - wince/perl.ico
7605 ! MANIFEST
7606____________________________________________________________________________
7607[ 11927] By: jhi on 2001/09/07 03:53:29
7608 Log: Add more modules to the list of modules that have tests,
7609 Schwern's wallet is getting more nervous.
7610 (Run t/lib/1_compile.t manually to see which modules
7611 are lacking tests, or the tests can't be run for some
7612 reason or another, such as the Net:: modules)
7613 Branch: perl
7614 ! t/lib/1_compile.t
7615____________________________________________________________________________
7616[ 11926] By: jhi on 2001/09/07 03:43:11
7617 Log: Try to make Socket::inet_ntoa() more robust.
7618 Branch: perl
7619 ! ext/Socket/Socket.t ext/Socket/Socket.xs pod/perldiag.pod
7620____________________________________________________________________________
7621[ 11925] By: jhi on 2001/09/07 01:57:58
7622 Log: Subject: Re: [PATCH lib/English.t] Test All Aliases (including %Errno)
7623 From: chromatic <chromatic@rmci.net>
7624 Date: Wed, 5 Sep 2001 22:58:05 -0600
7625 Message-Id: <01090522580506.19590@firewheel>
7626 Branch: perl
7627 ! lib/English.t
7628____________________________________________________________________________
7629[ 11924] By: jhi on 2001/09/07 01:55:05
7630 Log: Subject: Re: perlvar manpage and localizing special vars
7631 From: Stas Bekman <stas@stason.org>
7632 Date: Fri, 7 Sep 2001 10:10:24 +0800 (SGT)
7633 Message-ID: <Pine.LNX.4.33.0109071009240.19262-100000@stas.singnet.com.sg>
7634 Branch: perl
7635 ! pod/perlvar.pod
7636____________________________________________________________________________
7637[ 11923] By: jhi on 2001/09/07 01:49:36
7638 Log: Subject: [PATCH MakeMaker.pm] noise from make in ext/SDBM
7639 From: Robin Barker <rmb1@cise.npl.co.uk>
7640 Date: Thu, 6 Sep 2001 19:36:49 +0100 (BST)
7641 Message-Id: <200109061836.TAA08747@tempest.npl.co.uk>
7642 Branch: perl
7643 ! lib/ExtUtils/MakeMaker.pm
7644____________________________________________________________________________
7645[ 11922] By: jhi on 2001/09/06 18:09:08
7646 Log: Symbol missing; AIX unhappy.
7647 Branch: perl
7648 ! makedef.pl
7649____________________________________________________________________________
7650[ 11921] By: jhi on 2001/09/06 17:52:43
7651 Log: Add a test for [ID 20010906.019] perl crashes on "undef foo"
7652 Reported in 5.61, seems to work okay in blead.
7653 Branch: perl
7654 ! t/run/kill_perl.t
7655____________________________________________________________________________
7656[ 11920] By: jhi on 2001/09/06 14:35:09
7657 Log: Update Changes.
7658 Branch: perl
7659 ! Changes patchlevel.h
7660____________________________________________________________________________
93bdaf0e
JH
7661[ 11919] By: jhi on 2001/09/06 14:20:10
7662 Log: Document the bad assumptions currently breaking
7663 the Socket.t tests 10, 11, and 13 in UNICOS.
7664 Branch: perl
7665 ! ext/Socket/Socket.xs
7666____________________________________________________________________________
7667[ 11918] By: jhi on 2001/09/06 14:07:45
7668 Log: Subject: [PATCH x2p] make OPTIMIZE=...
7669 From: Robin Barker <rmb1@cise.npl.co.uk>
7670 Date: Thu, 6 Sep 2001 13:31:37 +0100 (BST)
7671 Message-Id: <200109061231.NAA25265@tempest.npl.co.uk>
7672 Branch: perl
7673 ! x2p/Makefile.SH x2p/cflags.SH
7674____________________________________________________________________________
7675[ 11917] By: jhi on 2001/09/06 14:01:45
7676 Log: Subject: [PATCH] for perlhack.pod - no p5p archive on deja/google
7677 From: Ian Phillipps <Ian_Phillipps@yahoo.co.uk>
7678 Date: Thu, 6 Sep 2001 11:09:40 +0100
7679 Message-ID: <20010906110939.A914@homer.diplex.co.uk>
7680
7681 Subject: Re: [PATCH] for perlhack.pod - no p5p archive on deja/google
7682 From: rgarciasuarez@free.fr (Rafael Garcia-Suarez)
7683 Date: 6 Sep 2001 10:14:38 -0000
7684 Message-Id: <slrn9pej4m.1j8.rgarciasuarez@rafael.kazibao.net>
7685 Branch: perl
7686 ! pod/perlfaq1.pod pod/perlhack.pod
7687____________________________________________________________________________
7688[ 11916] By: jhi on 2001/09/06 13:56:19
7689 Log: Subject: Extra NUL is Data::Dumper output - patch
7690 From: Tony Cook <tony@develop-help.com>
7691 Date: Thu, 6 Sep 2001 12:35:49 +1000 (EST)
7692 Message-ID: <Pine.LNX.4.10.10109061157210.9366-100000@develop-help.com>
7693 Branch: perl
7694 ! ext/Data/Dumper/Dumper.xs ext/Data/Dumper/t/dumper.t
7695____________________________________________________________________________
7696[ 11915] By: jhi on 2001/09/06 13:51:16
7697 Log: Avoid redefinition warning
7698 Subroutine Cwd::fastcwd redefined at lib/XSLoader.pm line 97.
7699 from
7700 perl -w -Ilib -MCwd -e ''
7701 Branch: perl
7702 ! lib/Cwd.pm
7703____________________________________________________________________________
7704[ 11914] By: jhi on 2001/09/06 13:30:32
7705 Log: Update the is_tainted() example implementation.
7706 Branch: perl
7707 ! pod/perlsec.pod
7708____________________________________________________________________________
7709[ 11913] By: jhi on 2001/09/06 13:15:59
7710 Log: Missing) in #11912.
7711 Branch: perl
7712 ! lib/Test/Simple/t/fail.t
7713____________________________________________________________________________
7714[ 11912] By: jhi on 2001/09/06 13:08:48
7715 Log: Rewhack Test-Simple into core harness.
7716 Branch: perl
7717 ! lib/Test/Simple/t/exit.t lib/Test/Simple/t/extra.t
7718 ! lib/Test/Simple/t/fail-like.t lib/Test/Simple/t/fail-more.t
7719 ! lib/Test/Simple/t/fail.t lib/Test/Simple/t/missing.t
7720 ! lib/Test/Simple/t/no_plan.t lib/Test/Simple/t/plan_is_noplan.t
7721 ! lib/Test/Simple/t/skipall.t
7722____________________________________________________________________________
7723[ 11911] By: jhi on 2001/09/06 11:54:06
7724 Log: Workaround for the new Exporter 'feature'.
7725 Branch: perl
7726 ! lib/Test/More.pm
7727____________________________________________________________________________
7728[ 11910] By: jhi on 2001/09/06 11:52:56
7729 Log: Re-introduce pure-Perl fall-back for abs_path,
7730 re-introduce #11898.
7731 Branch: perl
7732 ! lib/Cwd.pm lib/File/Find.pm
7733____________________________________________________________________________
7734[ 11909] By: jhi on 2001/09/06 03:49:13
7735 Log: More tests.
7736 Branch: perl
7737 ! lib/Exporter.t
7738____________________________________________________________________________
7739[ 11908] By: jhi on 2001/09/06 03:38:22
7740 Log: Retract #11898 for now because it introduces
7741 a rather nasty depencency: when B is being built,
7742 MakeMaker is used. MakeMaker uses File::Find.
7743 File::Find uses Cwd::getcwd()...which doesn't
7744 exist yet.
7745 Branch: perl
7746 ! lib/File/Find.pm
7747____________________________________________________________________________
7748[ 11907] By: jhi on 2001/09/06 03:20:02
7749 Log: New test welcome.
7750 Branch: perl
7751 + lib/Test/Simple/t/simple.t
7752____________________________________________________________________________
7753[ 11906] By: jhi on 2001/09/06 03:08:01
7754 Log: Old test begone.
7755 Branch: perl
7756 - lib/Attribute/Handlers/test.pl
7757____________________________________________________________________________
7758[ 11905] By: jhi on 2001/09/06 01:41:03
7759 Log: Test-Simple syncup from Schwern.
7760 Branch: perl
7761 + lib/Test/Simple/t/More.t lib/Test/Simple/t/fail-like.t
7762 + lib/Test/Simple/t/fail-more.t lib/Test/Simple/t/skip.t
7763 + lib/Test/Simple/t/skipall.t lib/Test/Simple/t/todo.t
7764 + lib/Test/Simple/t/undef.t lib/Test/Simple/t/useing.t
7765 + lib/Test/Utils.pm t/lib/Test/Simple/Catch/More.pm
7766 - lib/Test/More/Changes lib/Test/More/t/More.t
7767 - lib/Test/More/t/fail-like.t lib/Test/More/t/fail.t
7768 - lib/Test/More/t/plan_is_noplan.t lib/Test/More/t/skipall.t
7769 - lib/Test/Simple/t/simple.t t/lib/Test/More/Catch.pm
7770 ! MANIFEST lib/Test/More.pm lib/Test/Simple.pm
7771 ! lib/Test/Simple/Changes lib/Test/Simple/t/exit.t
7772 ! lib/Test/Simple/t/extra.t lib/Test/Simple/t/fail.t
7773 ! lib/Test/Simple/t/missing.t lib/Test/Simple/t/no_plan.t
7774 ! lib/Test/Simple/t/plan_is_noplan.t t/lib/Test/Simple/Catch.pm
7775 ! t/lib/Test/Simple/sample_tests/death.plx
7776 ! t/lib/Test/Simple/sample_tests/death_in_eval.plx
7777 ! t/lib/Test/Simple/sample_tests/extras.plx
7778 ! t/lib/Test/Simple/sample_tests/five_fail.plx
7779 ! t/lib/Test/Simple/sample_tests/last_minute_death.plx
7780 ! t/lib/Test/Simple/sample_tests/one_fail.plx
7781 ! t/lib/Test/Simple/sample_tests/require.plx
7782 ! t/lib/Test/Simple/sample_tests/success.plx
7783 ! t/lib/Test/Simple/sample_tests/too_few.plx
7784 ! t/lib/Test/Simple/sample_tests/two_fail.plx
7785____________________________________________________________________________
7786[ 11904] By: pudge on 2001/09/06 00:28:01
7787 Log: Integrate File::Find changes from bleadperl
7788 Branch: maint-5.6/macperl
7789 ! lib/File/Find.pm t/lib/filefind-taint.t
7790____________________________________________________________________________
7791[ 11903] By: pudge on 2001/09/06 00:22:29
7792 Log: Integrate 11847 from maint-5.6/perl
7793 Branch: maint-5.6/macperl
7794 !> sv.c
7795____________________________________________________________________________
7796[ 11902] By: jhi on 2001/09/05 23:27:57
7797 Log: In UNICOS division yada yada.
7798 Branch: perl
7799 ! t/op/override.t
7800____________________________________________________________________________
7801[ 11901] By: jhi on 2001/09/05 23:26:23
7802 Log: In UNICOS division is really lossy, better use
7803 a tolerance test.
7804 Branch: perl
7805 ! ext/Time/HiRes/HiRes.t
7806____________________________________________________________________________
7807[ 11900] By: jhi on 2001/09/05 23:22:38
7808 Log: In UNICOS sigaction() sets an extra flag
7809 ("the signal has been registered for all the processes in
7810 a multitasking group.")
7811 Branch: perl
7812 ! ext/POSIX/sigaction.t
7813____________________________________________________________________________
7814[ 11899] By: jhi on 2001/09/05 23:18:48
7815 Log: Documentation micropatch from Damian.
7816 Branch: perl
7817 ! lib/Attribute/Handlers.pm
7818____________________________________________________________________________
7819[ 11898] By: jhi on 2001/09/05 23:16:50
7820 Log: (Retracted by #11908)
7821 Subject: [PATCH] Re: [PATCH lib/File/Find.pm lib/File/Find/taint.t] Fixing those damned taint tests
7822 From: Michael G Schwern <schwern@pobox.com>
7823 Date: Wed, 5 Sep 2001 15:58:21 -0400
7824 Message-ID: <20010905155821.I632@blackrider>
7825 Branch: perl
7826 ! lib/File/Find.pm lib/File/Find/taint.t
7827____________________________________________________________________________
7828[ 11897] By: jhi on 2001/09/05 23:14:43
7829 Log: Subject: [PATCH lib/CGI/t/carp.t] Tests for CGI::Carp
7830 From: Michael G Schwern <schwern@pobox.com>
7831 Date: Wed, 5 Sep 2001 19:16:31 -0400
7832 Message-ID: <20010905191631.E11386@blackrider>
7833 Branch: perl
7834 + lib/CGI/t/carp.t
7835 ! MANIFEST
7836____________________________________________________________________________
7837[ 11896] By: jhi on 2001/09/05 23:14:11
7838 Log: Subject: Re: [PATCH] Re: English.pm should do *PREMATCH = \$`
7839 From: chromatic <chromatic@rmci.net>
7840 Date: Wed, 5 Sep 2001 18:08:07 -0600
7841 Message-Id: <01090518080700.19590@firewheel>
7842 Branch: perl
7843 ! lib/English.pm
7844____________________________________________________________________________
7845[ 11895] By: jhi on 2001/09/05 22:52:01
7846 Log: Fix a typo #11889 and add a test for the same.
7847 Branch: perl
7848 ! ext/Socket/Socket.t ext/Socket/Socket.xs
7849____________________________________________________________________________
7850[ 11894] By: jhi on 2001/09/05 22:43:26
7851 Log: Subject: [PATCH bleadperl] tweak warnings.t and kill_perl.t for VMS
7852 From: "Craig A. Berry" <craigberry@mac.com>
7853 Date: Wed, 05 Sep 2001 17:48:54 -0500
7854 Message-Id: <5.1.0.14.0.20010905145002.02b45218@exchi01>
7855 Branch: perl
7856 ! lib/warnings.t t/run/kill_perl.t
7857____________________________________________________________________________
7858[ 11893] By: jhi on 2001/09/05 22:36:35
7859 Log: Subject: [PATCH t/run/kill_perl.t] tying a bareword causes a segfault in 5.6.1
7860 From: Michael G Schwern <schwern@pobox.com>
7861 Date: Wed, 5 Sep 2001 17:22:25 -0400
7862 Message-ID: <20010905172225.C11386@blackrider>
7863 Branch: perl
7864 ! t/run/kill_perl.t
7865____________________________________________________________________________
7866[ 11892] By: jhi on 2001/09/05 22:34:55
7867 Log: Subject: [PATCH] Re: [ID 20010825.006] -DCRIPPLED_CC is broken
7868 From: Nicholas Clark <nick@ccl4.org>
7869 Date: Wed, 5 Sep 2001 20:54:24 +0100
7870 Message-ID: <20010905205424.C25120@plum.flirble.org>
7871 Branch: perl
7872 ! embed.h embed.pl global.sym pod/perlapi.pod proto.h sv.c sv.h
7873____________________________________________________________________________
7874[ 11891] By: jhi on 2001/09/05 22:34:16
7875 Log: Forgotten thing.
7876 Branch: perl
7877 ! uconfig.h
7878____________________________________________________________________________
7879[ 11890] By: jhi on 2001/09/05 22:27:42
7880 Log: Subject: Re: [PATCH] Re: English.pm should do *PREMATCH = \$`
7881 From: chromatic <chromatic@rmci.net>
7882 Date: Wed, 5 Sep 2001 13:22:08 -0600
7883 Message-Id: <01090513220807.10587@firewheel>
7884 Branch: perl
7885 ! lib/English.pm
7886____________________________________________________________________________
7887[ 11889] By: jhi on 2001/09/05 22:23:06
7888 Log: inet_ntoa() tweaks:
7889 - don't allow addresses with > 255 characters
7890 - indent the HP-UX workaround
7891 - don't leak memory
7892 Branch: perl
7893 ! ext/Socket/Socket.xs
7894____________________________________________________________________________
7895[ 11888] By: jhi on 2001/09/05 16:26:17
7896 Log: Clear up a documentation confusion noticed by Xiaoyun Wu
7897 <xwu@theeducationcenter.com>
7898 Branch: perl
7899 ! lib/File/Find.pm
7900____________________________________________________________________________
7901[ 11887] By: jhi on 2001/09/05 15:40:03
7902 Log: Typo nits.
7903 Branch: perl
7904 ! lib/File/Find.pm
7905____________________________________________________________________________
7906[ 11886] By: jhi on 2001/09/05 15:30:11
7907 Log: -Wall nit.
7908 Branch: perl
7909 ! op.c
7910____________________________________________________________________________
7911[ 11885] By: gbarr on 2001/09/05 15:26:18
7912 Log: Update to Scalar-List-Utils 1.05
7913 Branch: perl
7914 ! ext/List/Util/ChangeLog ext/List/Util/README
7915 ! ext/List/Util/Util.xs ext/List/Util/lib/List/Util.pm
7916____________________________________________________________________________
7917[ 11884] By: jhi on 2001/09/05 13:05:14
7918 Log: Update Changes.
7919 Branch: perl
7920 ! Changes patchlevel.h
7921____________________________________________________________________________
14fccffd
JH
7922[ 11883] By: gbarr on 2001/09/05 12:51:35
7923 Log: Update to Scalar-List-Utils 1.04
7924 Branch: perl
7925 ! ext/List/Util/ChangeLog ext/List/Util/Util.xs
7926 ! ext/List/Util/lib/List/Util.pm
7927 ! ext/List/Util/lib/Scalar/Util.pm
7928____________________________________________________________________________
7929[ 11882] By: jhi on 2001/09/05 12:29:44
7930 Log: Metaconfigify #11724.
7931 Branch: metaconfig
7932 ! U/threads/archname.U
7933____________________________________________________________________________
7934[ 11881] By: jhi on 2001/09/05 12:21:44
7935 Log: The MacOS reference is okay, no reason to hide it.
7936 Branch: perl
7937 ! lib/Cwd.pm
7938____________________________________________________________________________
7939[ 11880] By: jhi on 2001/09/05 12:20:49
7940 Log: Subject: [PATCH lib/Cwd.pm ext/Cwd/Makefile.PL] Full doc cleanup (was Re: [PATCH lib/Cwd.pm] Try this again.)
7941 From: Michael G Schwern <schwern@pobox.com>
7942 Date: Tue, 4 Sep 2001 15:30:10 -0400
7943 Message-ID: <20010904153010.H26466@blackrider>
7944
7945 (We'll see whether the ../../lib/Cwd.pm works in alien lands)
7946 Branch: perl
7947 ! ext/Cwd/Makefile.PL lib/Cwd.pm
7948____________________________________________________________________________
7949[ 11879] By: jhi on 2001/09/05 12:12:18
7950 Log: Subject: [PATCH lib/Cwd.pm] cwd() taint safe (was Re: [PATCH lib/Cwd.pm ext/Cwd/Makefile.PL] Full doc cleanup (was Re: [PATCH lib/Cwd.pm] Try this again.))
7951 From: Michael G Schwern <schwern@pobox.com>
7952 Date: Tue, 4 Sep 2001 17:39:13 -0400
7953 Message-ID: <20010904173913.C626@blackrider>
7954 Branch: perl
7955 ! lib/Cwd.pm
7956____________________________________________________________________________
7957[ 11878] By: jhi on 2001/09/05 12:10:50
7958 Log: Subject: Re: Perl_pp_* in public API?
7959 From: "Craig A. Berry" <craigberry@mac.com>
7960 Date: Tue, 4 Sep 2001 21:51:29 -0500
7961 Message-Id: <a05101000b7bb3f558c8a@[172.16.52.1]>
7962 Branch: perl
7963 ! ext/List/Util/Util.xs
7964____________________________________________________________________________
7965[ 11877] By: jhi on 2001/09/05 12:07:53
7966 Log: From Damian: Class::Struct was unable to define
7967 recursive classes. After the patch an object reference
7968 (rather than a hash) is required to initialize
7969 an object attribute. If no such initializer is given to
7970 the constructor, object attributes are now default
7971 initialized to C<undef>.
7972 Branch: perl
7973 ! lib/Class/Struct.pm lib/Class/Struct.t
7974____________________________________________________________________________
7975[ 11876] By: jhi on 2001/09/05 11:51:24
7976 Log: Subject: Re: sv_catpvfn and sv_setpvfn
7977 From: Richard Soderberg <rs@oregonnet.com>
7978 Date: Tue, 4 Sep 2001 15:16:47 -0700
7979 Message-Id: <200109042216.PAA17858@oregonnet.com>
7980 Branch: perl
7981 ! pod/perlclib.pod pod/perlguts.pod
7982____________________________________________________________________________
7983[ 11875] By: jhi on 2001/09/05 11:48:14
7984 Log: NetWare updates from Ananth Kesari.
7985 Branch: perl
7986 ! NetWare/config.wc NetWare/netware.h NetWare/nw5.c
7987 ! NetWare/nw5thread.h
7988____________________________________________________________________________
7989[ 11874] By: jhi on 2001/09/05 11:30:59
7990 Log: Subject: [PATCH] oct and hex in glorious 64 bit (with less bugs) (was Re: hex and oct again (was Re: FreeBSD MD5 crypt? Re: crypt/hex/oct and Unicode?))
7991 From: Nicholas Clark <nick@ccl4.org>
7992 Date: Tue, 4 Sep 2001 22:42:50 +0100
7993 Message-ID: <20010904224250.P25120@plum.flirble.org>
7994 Branch: perl
7995 ! embed.h embed.pl numeric.c perl.c perl.h pod/perlclib.pod
7996 ! pod/perlfunc.pod pp.c proto.h regcomp.c t/op/64bitint.t
7997 ! t/op/oct.t toke.c
7998____________________________________________________________________________
7999[ 11873] By: jhi on 2001/09/04 21:03:17
8000 Log: Fix Cwd::getcwd() not being tainted, as noticed
8001 by Schwern.
8002 Branch: perl
8003 + ext/Cwd/t/cwd.t ext/Cwd/t/taint.t
8004 - ext/Cwd/Cwd.t
8005 ! MANIFEST ext/Cwd/Cwd.xs util.c
8006____________________________________________________________________________
8007[ 11872] By: jhi on 2001/09/04 20:00:50
8008 Log: Retract #11870 and volatilize the right destruct_level.
8009 Silly thinko pointed out by Sarathy.
8010 Branch: perl
8011 ! intrpvar.h perl.c
8012____________________________________________________________________________
8013[ 11871] By: jhi on 2001/09/04 19:45:59
8014 Log: At least a temporary fix for the mysterious scope core dumps
8015 in Tru64 from Graham.
8016 Branch: perl
8017 ! ext/List/Util/Util.xs
8018____________________________________________________________________________
8019[ 11870] By: jhi on 2001/09/04 19:01:48
8020 Log: (Retracted by #11872)
8021 Branch: perl
8022 ! intrpvar.h
8023____________________________________________________________________________
8024[ 11869] By: jhi on 2001/09/04 17:43:31
93bdaf0e 8025 Log: Quench a -Wall gripe noticed by Robin Barker.
14fccffd
JH
8026 Branch: perl
8027 ! op.c
8028____________________________________________________________________________
8029[ 11868] By: jhi on 2001/09/04 16:38:07
8030 Log: Subject: [PATCH perl@11834] Unicode::UCD rewritten using Lingua::KO::Hangul::Util
8031 From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
8032 Date: Wed, 05 Sep 2001 02:01:32 +0900
8033 Message-Id: <20010905015059.E684.BQW10602@nifty.com>
8034 Branch: perl
8035 ! lib/Unicode/UCD.pm
8036____________________________________________________________________________
8037[ 11867] By: jhi on 2001/09/04 16:35:27
8038 Log: Subject: Re: [PATCH gv.c] @& sets PL_sawampersand
8039 From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
8040 Date: Tue, 4 Sep 2001 12:51:02 -0400 (EDT)
8041 Message-ID: <Pine.GSO.4.21.0109041250420.7601-100000@crusoe.crusoe.net>
8042 Branch: perl
8043 ! gv.c
8044____________________________________________________________________________
8045[ 11866] By: jhi on 2001/09/04 13:52:28
8046 Log: Update Changes.
8047 Branch: perl
8048 ! Changes patchlevel.h
8049____________________________________________________________________________
5f7f12db
JH
8050[ 11865] By: jhi on 2001/09/04 13:36:58
8051 Log: Add the \[$@%&*] prototype support.
8052 Branch: perl
8053 ! op.c pod/perlsub.pod t/comp/proto.t
8054____________________________________________________________________________
8055[ 11864] By: jhi on 2001/09/04 13:10:38
8056 Log: Subject: [PATCH lib/CGI/t/form.t] Cleanup
8057 From: Michael G Schwern <schwern@pobox.com>
8058 Date: Mon, 3 Sep 2001 18:59:01 -0400
8059 Message-ID: <20010903185901.Z9233@blackrider>
8060 Branch: perl
8061 ! lib/CGI/t/form.t
8062____________________________________________________________________________
8063[ 11863] By: jhi on 2001/09/04 13:06:39
8064 Log: Subject: [PATCH gv.c] @& sets PL_sawampersand
8065 From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
8066 Date: Mon, 3 Sep 2001 12:36:20 -0400 (EDT)
8067 Message-ID: <Pine.GSO.4.21.0109031235240.7601-100000@crusoe.crusoe.net>
8068 Branch: perl
8069 ! gv.c
8070____________________________________________________________________________
8071[ 11862] By: jhi on 2001/09/04 13:05:23
8072 Log: More srand entry tweakage based on Randal's suggestion.
8073 Branch: perl
8074 ! pod/perlfunc.pod
8075____________________________________________________________________________
8076[ 11861] By: jhi on 2001/09/04 12:48:14
8077 Log: Subject: [PATCH] 'main' *is* a reserved word
8078 From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
8079 Date: Mon, 3 Sep 2001 22:55:41 +0200
8080 Message-ID: <20010903225541.A24097@rafael>
8081 Branch: perl
8082 ! toke.c
8083____________________________________________________________________________
8084[ 11860] By: jhi on 2001/09/04 12:46:30
8085 Log: Subject: [PATCH: bleedperl] s/ROOT\./_ROOT./ for VMS default install prefix appendage
8086 From: Peter Prymmer <pvhp@best.com>
8087 Date: Mon, 3 Sep 2001 13:43:04 -0700 (PDT)
8088 Message-ID: <Pine.BSF.4.21.0109031338300.5068-100000@shell8.ba.best.com>
8089 Branch: perl
8090 ! README.vms configure.com
8091____________________________________________________________________________
8092[ 11859] By: jhi on 2001/09/04 12:44:29
8093 Log: Subject: Re: A slightly better default seed?
8094 From: Michael G Schwern <schwern@pobox.com>
8095 Date: Mon, 3 Sep 2001 18:08:15 -0400
8096 Message-ID: <20010903180815.W9233@blackrider>
8097 Branch: perl
8098 ! t/op/srand.t
8099____________________________________________________________________________
8100[ 11858] By: jhi on 2001/09/04 12:41:59
8101 Log: Add sharedsv.o to microperl object files.
8102 Branch: perl
8103 ! Makefile.micro
8104____________________________________________________________________________
8105[ 11857] By: jhi on 2001/09/04 12:27:51
8106 Log: AUTHORS updates and
8107
8108 Subject: [PATCH] Just some preening :-)
8109 From: Ian Phillipps <Ian_Phillipps@yahoo.co.uk>
8110 Date: Tue, 4 Sep 2001 14:16:59 +0100
8111 Message-ID: <20010904141659.A10129@homer.diplex.co.uk>
8112 Branch: perl
8113 ! AUTHORS ext/Data/Dumper/Changes lib/Text/Soundex.pm
8114____________________________________________________________________________
8115[ 11856] By: jhi on 2001/09/04 12:09:43
8116 Log: Typo fix and slight rewording.
8117 Branch: perl
8118 ! pod/perlfunc.pod
8119____________________________________________________________________________
8120[ 11855] By: jhi on 2001/09/04 12:04:16
8121 Log: Update the FAQ now that Scalar-List-Utils 1.03 has shuffle().
8122 Branch: perl
8123 ! pod/perlfaq4.pod
8124____________________________________________________________________________
8125[ 11854] By: jhi on 2001/09/03 20:12:21
8126 Log: The helper file changed name.
8127 Branch: perl
8128 ! MANIFEST
8129____________________________________________________________________________
8130[ 11853] By: gbarr on 2001/09/03 20:00:00
8131 Log: Update to Scalar-List-Utils 1.03
8132 Branch: perl
8133 + ext/List/Util/t/shuffle.t
8134 ! MANIFEST ext/List/Util/ChangeLog ext/List/Util/Util.xs
8135 ! ext/List/Util/lib/List/Util.pm ext/List/Util/t/blessed.t
8136 ! ext/List/Util/t/dualvar.t ext/List/Util/t/first.t
8137 ! ext/List/Util/t/max.t ext/List/Util/t/maxstr.t
8138 ! ext/List/Util/t/min.t ext/List/Util/t/minstr.t
8139 ! ext/List/Util/t/readonly.t ext/List/Util/t/reduce.t
8140 ! ext/List/Util/t/reftype.t ext/List/Util/t/sum.t
8141 ! ext/List/Util/t/tainted.t ext/List/Util/t/weak.t
8142____________________________________________________________________________
8143[ 11852] By: jhi on 2001/09/03 19:50:57
8144 Log: Make crypt() do something more sane for Unicode
8145 (take crypt() of the low eight bits of the characters,
8146 instead of taking crypt() of the UTF-8 of the scalar);
8147 add a test for crypt().
8148 Branch: perl
8149 + t/op/crypt.t
8150 ! MANIFEST pod/perlfunc.pod pp.c
8151____________________________________________________________________________
8152[ 11851] By: jhi on 2001/09/03 19:19:35
8153 Log: Reorganize the srand entry.
8154 Branch: perl
8155 ! pod/perlfunc.pod
8156____________________________________________________________________________
8157[ 11850] By: jhi on 2001/09/03 18:54:51
8158 Log: Remove the tests that assume something about
8159 calling srand() without arguments multiple times.
8160 Branch: perl
8161 ! t/op/srand.t
8162____________________________________________________________________________
8163[ 11849] By: jhi on 2001/09/03 18:15:16
8164 Log: Upgrade to Math::BigInt 1.42.
8165 Branch: perl
8166 ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
8167 ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bigfltpm.t
8168 ! lib/Math/BigInt/t/bigintc.t lib/Math/BigInt/t/bigintpm.t
8169 ! lib/Math/BigInt/t/mbimbf.t
8170____________________________________________________________________________
8171[ 11848] By: gsar on 2001/09/03 17:07:54
8172 Log: integrate change#11847 from maint-5.6
8173
8174 typo in perl_clone() code causes local(*foo) breakage in pseudo-fork()
8175 Branch: perl
8176 ! sv.c
8177____________________________________________________________________________
8178[ 11847] By: gsar on 2001/09/03 16:47:54
8179 Log: typo in perl_clone() code causes local(*foo) breakage in pseudo-fork()
8180 Branch: maint-5.6/perl
8181 ! sv.c
8182____________________________________________________________________________
8183[ 11846] By: jhi on 2001/09/03 15:12:58
8184 Log: As far as I can tell these functions have been Unicodified.
8185 Branch: perl
8186 ! doop.c
8187____________________________________________________________________________
8188[ 11845] By: jhi on 2001/09/03 15:11:27
8189 Log: Update to Storable 1.0.13.
8190 Branch: perl
8191 ! ext/Storable/ChangeLog ext/Storable/Storable.pm
8192 ! ext/Storable/Storable.xs
8193____________________________________________________________________________
8194[ 11844] By: jhi on 2001/09/03 12:42:06
8195 Log: Patch the Filter::Simple test to work with
8196 the core test suite (since the FilterTest.pm
8197 is in t/lib, not in lib).
8198 Branch: perl
8199 ! lib/Filter/Simple/t/filter.t
8200____________________________________________________________________________
8201[ 11843] By: jhi on 2001/09/03 12:39:11
8202 Log: Damian's Filter::Simple test uses FilterTest, not MyFilter.
8203 Branch: perl
8204 + t/lib/FilterTest.pm
8205 - t/lib/MyFilter.pm
8206____________________________________________________________________________
8207[ 11842] By: jhi on 2001/09/03 12:17:30
8208 Log: Damian-o-rama: upgrade to Attribute::Handlers 0.75,
8209 Filter::Simple 0.61, NEXT 0.02, Switch 2.05, and
8210 Text::Balanced 1.86.
8211 Branch: perl
8212 + lib/Attribute/Handlers/t/multi.t lib/Filter/Simple/Changes
8213 + lib/Filter/Simple/README lib/Filter/Simple/t/filter.t
8214 + lib/NEXT/Changes lib/NEXT/README lib/Switch/t/given.t
8215 + lib/Switch/t/nested.t lib/Switch/t/switch.t
8216 + lib/Text/Balanced/Changes lib/Text/Balanced/README
8217 + lib/Text/Balanced/t/extbrk.t lib/Text/Balanced/t/extcbk.t
8218 + lib/Text/Balanced/t/extdel.t lib/Text/Balanced/t/extmul.t
8219 + lib/Text/Balanced/t/extqlk.t lib/Text/Balanced/t/exttag.t
8220 + lib/Text/Balanced/t/extvar.t lib/Text/Balanced/t/gentag.t
8221 - lib/Filter/Simple/test.pl lib/Switch/t/given_when.t
8222 - lib/Switch/t/switch_case.t lib/Text/Balanced.pod
8223 - lib/Text/Balanced/t/genxt.t lib/Text/Balanced/t/xbrak.t
8224 - lib/Text/Balanced/t/xcode.t lib/Text/Balanced/t/xdeli.t
8225 - lib/Text/Balanced/t/xmult.t lib/Text/Balanced/t/xquot.t
8226 - lib/Text/Balanced/t/xtagg.t lib/Text/Balanced/t/xvari.t
8227 ! MANIFEST lib/Attribute/Handlers.pm
8228 ! lib/Attribute/Handlers/Changes lib/Attribute/Handlers/README
8229 ! lib/Attribute/Handlers/demo/Demo.pm
8230 ! lib/Attribute/Handlers/demo/Descriptions.pm
8231 ! lib/Attribute/Handlers/demo/MyClass.pm
8232 ! lib/Attribute/Handlers/demo/demo.pl
8233 ! lib/Attribute/Handlers/demo/demo2.pl
8234 ! lib/Attribute/Handlers/demo/demo3.pl
8235 ! lib/Attribute/Handlers/demo/demo4.pl
8236 ! lib/Attribute/Handlers/demo/demo_call.pl
8237 ! lib/Attribute/Handlers/demo/demo_chain.pl
8238 ! lib/Attribute/Handlers/demo/demo_cycle.pl
8239 ! lib/Attribute/Handlers/demo/demo_hashdir.pl
8240 ! lib/Attribute/Handlers/demo/demo_phases.pl
8241 ! lib/Attribute/Handlers/demo/demo_range.pl
8242 ! lib/Attribute/Handlers/demo/demo_rawdata.pl
8243 ! lib/Filter/Simple.pm lib/NEXT.pm lib/NEXT/test.pl
8244 ! lib/Switch.pm lib/Switch/Changes lib/Switch/README
8245 ! lib/Text/Balanced.pm
8246____________________________________________________________________________
8247[ 11841] By: sky on 2001/09/03 11:04:15
8248 Log: Forgot to add a file with Change #11840
8249 Branch: perl
8250 + t/op/srand.t
8251____________________________________________________________________________
8252[ 11840] By: sky on 2001/09/03 11:02:04
8253 Log: Subject: [PATCH t/op/srand.t t/op/rand.t pod/perlfunc.pod MANIFEST] Tests for srand()
8254 From: Michael G Schwern <schwern@pobox.com>
8255 Date: Mon, 3 Sep 2001 07:43:00 -0400
8256 Message-ID: <20010903074300.E9233@blackrider>
8257 Branch: perl
8258 ! MANIFEST pod/perlfunc.pod t/op/rand.t
8259____________________________________________________________________________
8260[ 11839] By: sky on 2001/09/03 10:47:11
8261 Log: Document the changes with regards to running of END blocks.
8262 And DESTROY on global objects are called in perl_destruct()!
8263 Branch: perl
8264 ! pod/perl572delta.pod pod/perlembed.pod
8265____________________________________________________________________________
8266[ 11838] By: sky on 2001/09/03 09:34:44
8267 Log: Subject: [PATCH t/op/time.t] Partial cleanup
8268 From: Michael G Schwern <schwern@pobox.com>
8269 Date: Mon, 3 Sep 2001 06:29:42 -0400
8270 Message-ID: <20010903062942.C9233@blackrider>
8271 Branch: perl
8272 ! t/op/time.t
8273____________________________________________________________________________
8274[ 11837] By: sky on 2001/09/03 09:30:02
8275 Log: Subject: [PATCH t/op/rand.t] Increase the repetitions
8276 From: Michael G Schwern <schwern@pobox.com>
8277 Date: Mon, 3 Sep 2001 06:24:13 -0400
8278 Message-ID: <20010903062413.B9233@blackrider>
8279 Branch: perl
8280 ! t/op/rand.t
8281____________________________________________________________________________
8282[ 11836] By: sky on 2001/09/03 07:56:47
8283 Log: Subject: [PATCH] CGI::Cookie, Apache & Switch tests
8284 From: Michael G Schwern <schwern@pobox.com>
8285 Date: Sun, 2 Sep 2001 21:38:43 -0400
8286 Message-ID: <20010902213843.L2711@blackrider>
8287 Branch: perl
8288 + lib/CGI/t/apache.t lib/CGI/t/cookie.t lib/CGI/t/switch.t
8289 ! MANIFEST
8290____________________________________________________________________________
8291[ 11835] By: nick on 2001/09/03 06:20:06
8292 Log: Integrate mainline
8293 Branch: perlio
8294 +> lib/Shell.t t/op/inccode.t t/run/kill_perl.t
8295 - t/op/misc.t
8296 !> (integrate 187 files)
8297____________________________________________________________________________
8298[ 11834] By: jhi on 2001/09/02 13:07:53
8299 Log: Update Changes.
8300 Branch: perl
8301 ! Changes patchlevel.h
8302____________________________________________________________________________
86876e46
JH
8303[ 11833] By: jhi on 2001/09/02 12:59:05
8304 Log: Slight tweaks.
8305 Branch: perl
8306 ! t/run/kill_perl.t
8307____________________________________________________________________________
8308[ 11832] By: jhi on 2001/09/02 12:41:12
8309 Log: Special casing had become a little bit more complex in Unicode 3.1.1.
8310 Branch: perl
8311 ! lib/Unicode/UCD.pm lib/Unicode/UCD.t
8312____________________________________________________________________________
8313[ 11831] By: sky on 2001/09/02 12:10:42
8314 Log: Change #11828 wasn't complete, this updates to intest path
8315 Branch: perl
8316 ! t/run/kill_perl.t
8317____________________________________________________________________________
8318[ 11830] By: jhi on 2001/09/02 11:56:18
8319 Log: 's's's.
8320 Branch: perl
8321 ! Changes
8322____________________________________________________________________________
8323[ 11829] By: jhi on 2001/09/02 11:54:22
8324 Log: Update Changes.
8325 Branch: perl
8326 ! Changes patchlevel.h
8327____________________________________________________________________________
8328[ 11828] By: sky on 2001/09/02 11:53:56
8329 Log: Subject: [PATCH] rm t/run/segfault.t; mv t/op/misc.t t/run/kill_perl.t
8330 From: Michael G Schwern <schwern@pobox.com>
8331 Date: Sat, 1 Sep 2001 20:18:58 -0400
8332 Message-ID: <20010901201858.X606@blackrider>
8333 +MANIFEST Fix
8334 Branch: perl
8335 + t/run/kill_perl.t
8336 - t/op/misc.t t/run/segfault.t
8337 ! MANIFEST
8338____________________________________________________________________________
40312dc3
JH
8339[ 11827] By: jhi on 2001/09/02 11:46:47
8340 Log: Subject: [PATCH] lib/Time/Local.pm
8341 From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
8342 Date: Sun, 2 Sep 2001 06:50:01 -0500
8343 Message-ID: <20010902065001.A21529@staff1.cso.uiuc.edu>
8344 Branch: perl
8345 ! lib/Time/Local.pm
8346____________________________________________________________________________
8347[ 11826] By: jhi on 2001/09/02 11:40:49
8348 Log: Tick off Unicode collation and the normalization from
8349 the todo list.
8350 Branch: perl
8351 ! pod/perltodo.pod
8352____________________________________________________________________________
8353[ 11825] By: jhi on 2001/09/02 11:16:24
8354 Log: Update to Unicode 3.1.1.
8355 Branch: perl
8356 ! lib/unicore/ArabLink.pl lib/unicore/ArabLnkGrp.pl
8357 ! lib/unicore/ArabShap.txt lib/unicore/CaseFold.txt
8358 ! lib/unicore/EAWidth.txt lib/unicore/PropList.html
8359 ! lib/unicore/PropList.txt lib/unicore/README.perl
8360 ! lib/unicore/ReadMe.txt lib/unicore/SpecCase.txt
8361 ! lib/unicore/rename lib/unicore/version
8362____________________________________________________________________________
8363[ 11824] By: jhi on 2001/09/02 10:32:30
8364 Log: Slight doc tweaks for the module.
8365 Branch: perl
8366 ! lib/Unicode/UCD.pm
8367____________________________________________________________________________
8368[ 11823] By: jhi on 2001/09/02 10:02:20
8369 Log: Rename the variable: it *used* to be (wrongly) that the
8370 code related to PL_reg_sv (so PL_reg_sv_utf8 was logical)
8371 but that is no more the case: PL_reg_match_utf8 is better.
8372 Branch: perl
8373 ! embedvar.h mg.c perlapi.c perlapi.h pp.c pp_hot.c regcomp.c
8374 ! regexec.c sv.c thrdvar.h
8375____________________________________________________________________________
8376[ 11822] By: ams on 2001/09/02 02:54:50
8377 Log: Subject: RE: [PATCH] Add a nextstate into empty blocks
8378 From: Ilmari Karonen <iltzu@sci.fi>
8379 Date: Sun, 19 Aug 2001 19:27:33 +0300 (EET DST)
8380 Message-Id: <Pine.SOL.3.96.1010819163840.8384B-100000@simpukka>
8381 (op/sub_lval.t updated to take new error message into account.)
8382 Branch: perl
8383 ! op.c t/op/sub_lval.t
8384____________________________________________________________________________
8385[ 11821] By: gsar on 2001/09/02 01:06:30
8386 Log: remove stray CRs in files; keep all files with UNIX line-ends
8387 (Porting/makerel adds CRs to the files that need it in the
8388 distribution)
8389 Branch: perl
8390 ! NetWare/t/NWScripts.pl README.dos
8391 ! ext/Encode/Encode/cns11643-1.enc
8392 ! ext/Encode/Encode/cns11643-2.enc ext/SDBM_File/Makefile.PL
8393 ! jpl/JNI/JNI.xs jpl/JNI/Makefile.PL
8394____________________________________________________________________________
8395[ 11820] By: gsar on 2001/09/02 00:56:44
8396 Log: some remnants of change#11803
8397 Branch: perl
8398 ! ext/ByteLoader/byterun.h perl.h
8399____________________________________________________________________________
8400[ 11819] By: jhi on 2001/09/01 23:40:36
8401 Log: Update to Unicode::Collate 0.08.
8402 Branch: perl
8403 ! lib/Unicode/Collate.pm lib/Unicode/Collate/Changes
8404 ! lib/Unicode/Collate/README lib/Unicode/Collate/t/test.t
8405____________________________________________________________________________
8406[ 11818] By: jhi on 2001/09/01 23:02:09
8407 Log: Test tweaks.
8408 Branch: perl
8409 ! t/op/pat.t
8410____________________________________________________________________________
8411[ 11817] By: pudge on 2001/09/01 22:36:29
8412 Log: Fix test
8413 Branch: maint-5.6/macperl
8414 ! t/lib/b.t
8415____________________________________________________________________________
8416[ 11816] By: pudge on 2001/09/01 22:15:09
8417 Log: Misc. patches: fix tests script; add Mac::LowMem; quiet
8418 warnings in Config.pm with -W; increase default and
8419 minimum RAM; bump version number.
8420 Branch: maint-5.6/macperl
8421 + macos/lib/Mac/LowMem.pm
8422 ! macos/MPVersion.r macos/MacPerlTests.cmd macos/Makefile.mk
8423 ! macos/configpm macos/macperl/MacPerl.r
8424____________________________________________________________________________
8425[ 11815] By: pudge on 2001/09/01 22:10:49
8426 Log: Make syntax check report in MPW style, fix tests
8427 to use Mac::err=unix to get normal-style error
8428 messages.
8429 Branch: maint-5.6/macperl
8430 ! perl.c t/lib/b.t t/op/misc.t t/op/runlevel.t t/pod/testp2pt.pl
8431 ! t/pragma/strict.t t/pragma/subs.t t/pragma/warnings.t
8432____________________________________________________________________________
8433[ 11814] By: pudge on 2001/09/01 22:09:08
8434 Log: Make MPW-style errors optional (but the default); add
8435 MacPerl::ErrorFormat() function and Mac::err pragma
8436 Branch: maint-5.6/macperl
8437 + macos/ext/Mac/err/Makefile.PL macos/ext/Mac/err/err.pm
8438 + macos/ext/Mac/err/err.xs
8439 ! macos/ext/Mac/Makefile.mk macos/ext/MacPerl/MacPerl.xs
8440 ! macos/macish.c macos/macish.h macos/macperl.sym
8441____________________________________________________________________________
8442[ 11813] By: pudge on 2001/09/01 22:01:40
8443 Log: More module and test ports from Thomas Wegner et al
8444 Branch: maint-5.6/macperl
8445 ! ext/File/Glob/Glob.pm ext/File/Glob/bsd_glob.c
8446 ! lib/File/DosGlob.pm lib/File/Spec/Mac.pm lib/File/Temp.pm
8447 ! t/lib/dosglob.t t/lib/filespec.t t/lib/ftmp-security.t
8448 ! t/op/magic.t
8449____________________________________________________________________________
8450[ 11812] By: sky on 2001/09/01 17:19:30
8451 Log: Subject: [PATCH t/op/concat.t] cleanup
8452 From: Michael G Schwern <schwern@pobox.com>
8453 Date: Sat, 1 Sep 2001 14:06:28 -0400
8454 Message-ID: <20010901140628.C606@blackrider>
8455 Branch: perl
8456 ! t/op/concat.t
8457____________________________________________________________________________
8458[ 11811] By: sky on 2001/09/01 12:25:29
8459 Log: Change #11805 didn't update the MANIFEST
8460 Branch: perl
8461 ! MANIFEST
8462____________________________________________________________________________
8463[ 11810] By: sky on 2001/09/01 11:52:44
8464 Log: Subject: [PATCH], was t/op/incode.t breaks make minitest
8465 From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
8466 Date: Sat, 1 Sep 2001 14:50:14 +0200
8467 Message-ID: <20010901145014.A691@rafael>
8468 Branch: perl
8469 ! t/op/inccode.t
8470____________________________________________________________________________
8471[ 11809] By: sky on 2001/09/01 11:49:22
8472 Log: Subject: PATCH: ExtUtils::MakeMaker
8473 From: Tony Bowden <tony@kasei.com>
8474 Date: Sat, 1 Sep 2001 10:33:53 +0100
8475 Message-ID: <20010901103353.A13863@soto.kasei.com>
8476 Manually applied
8477 Branch: perl
8478 ! lib/ExtUtils/MakeMaker.pm
8479____________________________________________________________________________
8480[ 11808] By: sky on 2001/09/01 11:39:13
8481 Log: Subject: [ID 20010831.002] Bug in Term::Cap on Solaris ansi terminal using CPAN::Shell
8482 From: mike808@users.sourceforge.net
8483 Date: Sat, 1 Sep 101 11:27:50 GMT
8484 Message-Id: <200108312123.QAA27476@smtp.networkusa.net>
8485 With little tweak
8486 Branch: perl
8487 ! lib/Term/Cap.pm
8488____________________________________________________________________________
8489[ 11807] By: ams on 2001/09/01 11:31:16
8490 Log: Subject: oct() and hex()
8491 From: Nicholas Clark <nick@ccl4.org>
8492 Date: Fri, 31 Aug 2001 23:14:13 +0100
8493 Message-Id: <20010831231413.J4950@plum.flirble.org>
8494 Branch: perl
8495 ! pod/perlclib.pod
8496____________________________________________________________________________
8497[ 11806] By: pudge on 2001/09/01 00:04:52
8498 Log: Integrate change 11801 from maintperl
8499 Branch: maint-5.6/macperl
8500 ! perl.c
8501____________________________________________________________________________
8502[ 11805] By: sky on 2001/08/31 21:35:10
8503 Log: Subject: Re: [ID 20010831.001] SEGV from ($a, b) = (1, 2)
8504 From: Michael G Schwern <schwern@pobox.com>
8505 Date: Fri, 31 Aug 2001 15:36:28 -0400
8506 Message-ID: <20010831153628.B598@blackrider>
8507 Check for things which used to segfault
8508 Branch: perl
8509 + t/run/segfault.t
8510____________________________________________________________________________
8511[ 11804] By: gsar on 2001/08/31 21:02:54
8512 Log: integrate change#11801 from maint-5.6
8513
8514 remove age-old UNICOS "workaround" that introduces a static, and
8515 hence an egregious race condition for threaded builds (*sigh*
8516 beats me why this kludge wasn't guarded by a UNICOS-specific
8517 #define *sigh*)
8518 Branch: perl
8519 ! perl.c
8520____________________________________________________________________________
8521[ 11803] By: gsar on 2001/08/31 20:58:38
8522 Log: remove deprecated PERL_OBJECT cruft, it has long since stopped
8523 working in 5.7.x
8524 Branch: perl
8525 - objXSUB.h
8526 ! EXTERN.h MANIFEST Makefile.SH Makefile.micro NetWare/Makefile
8527 ! NetWare/config_h.PL NetWare/dl_netware.xs NetWare/interface.c
8528 ! NetWare/nw5.c NetWare/nw5sck.c NetWare/nw5thread.c
8529 ! NetWare/nwperlsys.c NetWare/nwperlsys.h Porting/makerel
8530 ! README.win32 XSUB.h bytecode.pl cv.h cygwin/cygwin.c
8531 ! emacs/ptags embed.h embed.pl embedvar.h epoc/epoc.c ext/B/B.xs
8532 ! ext/B/B/C.pm ext/ByteLoader/ByteLoader.xs
8533 ! ext/ByteLoader/bytecode.h ext/ByteLoader/byterun.c
8534 ! ext/DynaLoader/dlutils.c ext/Opcode/Opcode.xs
8535 ! ext/POSIX/POSIX.xs globals.c iperlsys.h lib/ExtUtils/Embed.pm
8536 ! lib/ExtUtils/MM_NW5.pm lib/ExtUtils/MM_Unix.pm
8537 ! lib/ExtUtils/MM_Win32.pm lib/ExtUtils/MakeMaker.pm
8538 ! lib/ExtUtils/xsubpp makedef.pl mg.c op.c perl.c perl.h
8539 ! perlapi.c perlapi.h perlio.c perly.c perly.y perly_c.diff
8540 ! pod/perlguts.pod pp_ctl.c pp_hot.c proto.h regcomp.c regexec.c
8541 ! scope.c sv.c sv.h toke.c universal.c vms/descrip_mms.template
8542 ! vms/perly_c.vms win32/Makefile win32/config_h.PL
8543 ! win32/dl_win32.xs win32/makefile.mk win32/perlhost.h
8544 ! win32/perllib.c win32/win32.c win32/win32.h win32/win32sck.c
8545 ! win32/win32thread.c wince/Makefile.ce wince/config_h.PL
8546 ! wince/dl_win32.xs wince/perllib.c wince/win32.h
8547 ! wince/win32thread.c wince/wince.c wince/wincesck.c xsutils.c
8548____________________________________________________________________________
8549[ 11802] By: ams on 2001/08/31 18:11:32
8550 Log: Subject: [DOC PATCH] Add perl4 warning messages to perldiag.pod
8551 From: "Philip Newton" <Philip.Newton@gmx.net>
8552 Date: Fri, 31 Aug 2001 21:12:56 +0200
8553 Message-Id: <20010831.211000@ID-11583.news.dfncis.de>
8554 Branch: perl
8555 ! pod/perldiag.pod
8556____________________________________________________________________________
8557[ 11801] By: gsar on 2001/08/31 17:49:03
8558 Log: remove age-old UNICOS "workaround" that introduces a static, and
8559 hence an egregious race condition for threaded builds (*sigh*
8560 beats me why this kludge wasn't guarded by a UNICOS-specific
8561 #define *sigh*)
8562 Branch: maint-5.6/perl
8563 ! perl.c
8564____________________________________________________________________________
8565[ 11800] By: sky on 2001/08/31 17:30:26
8566 Log: Fixes bug in change 11717 that bus errored on HP-UX 10.20
8567 Might break on platforms where bool is larger than 8 bites ???
8568 Branch: perl
8569 ! regcomp.c
8570____________________________________________________________________________
8571[ 11799] By: ams on 2001/08/31 12:15:44
8572 Log: Integrate 11778 into mainline.
8573 Branch: perl
8574 ! t/base/term.t
8575____________________________________________________________________________
8576[ 11798] By: sky on 2001/08/31 11:31:44
8577 Log: Change 11797 sneaked in a faulty regcomp.c change which wasn't
8578 supposed to happen.
8579 Branch: perl
8580 ! regcomp.c
8581____________________________________________________________________________
8582[ 11797] By: sky on 2001/08/31 11:28:17
8583 Log: Subject: Re: Problem in ext/Time/HiRest/HiRes.t
8584 From: "John P. Linderman" <jpl@research.att.com>
8585 Date: Fri, 31 Aug 2001 08:20:35 -0400
8586 Message-Id: <200108311220.IAA54125@raptor.research.att.com>
8587 Fixes test 14 which could fail randomly in rare cases.
8588 Branch: perl
8589 ! ext/Time/HiRes/HiRes.t regcomp.c
8590____________________________________________________________________________
8591[ 11796] By: ams on 2001/08/31 01:13:07
8592 Log: Subject: [PATCH] Embaressing typo in Syslog's Makefile.PL
8593 From: Nicholas Clark <nick@ccl4.org>
8594 Date: Thu, 30 Aug 2001 23:21:50 +0100
8595 Message-Id: <20010830232150.D4950@plum.flirble.org>
8596 Branch: perl
8597 ! ext/Sys/Syslog/Makefile.PL
8598____________________________________________________________________________
8599[ 11795] By: ams on 2001/08/30 23:53:23
8600 Log: Subject: [PATCH pod/perlhack.pod] Yet another improvement to the
8601 patching example
8602 From: Michael G Schwern <schwern@pobox.com>
8603 Date: Thu, 30 Aug 2001 17:02:08 -0400
8604 Message-Id: <20010830170208.M2318@blackrider>
8605 Branch: perl
8606 ! pod/perlhack.pod
8607____________________________________________________________________________
8608[ 11794] By: ams on 2001/08/30 19:35:36
8609 Log: Subject: [PATCH] pp_modulo
8610 From: Nicholas Clark <nick@ccl4.org>
8611 Date: Thu, 30 Aug 2001 18:20:54 +0100
8612 Message-Id: <20010830182053.A4950@plum.flirble.org>
8613 Branch: perl
8614 ! pp.c t/op/64bitint.t
8615____________________________________________________________________________
8616[ 11793] By: sky on 2001/08/30 13:02:48
8617 Log: 11792 wasn't complete
8618 Branch: perl
8619 ! makedef.pl regcomp.c
8620____________________________________________________________________________
8621[ 11792] By: sky on 2001/08/30 12:21:11
8622 Log: Added checks for PL_custom* and Perl_custom* functions in makedef.pl
8623 Branch: perl
8624 ! makedef.pl
8625____________________________________________________________________________
8626[ 11791] By: sky on 2001/08/30 10:08:02
8627 Log: Due to braindamaged makedef.pl change 11758 broke makedef.pl
8628 Branch: perl
8629 ! config_h.SH
8630____________________________________________________________________________
8631[ 11790] By: sky on 2001/08/30 08:22:31
8632 Log: Introduces SvREPADTMP(sv) that marks a repad SvIV as a offset
8633 on the pad. Fixes coredumps in cleanups introduced by
8634 Change 11755
8635 Branch: perl
8636 ! op.c perl.c sv.h
8637____________________________________________________________________________
8638[ 11789] By: sky on 2001/08/29 19:01:47
8639 Log: GCC on HP-UX 11 with 64bit support breaks inet_ntoa
8640 This is a replacement implmentation that works on HPUX.
8641 This bug should probably be fixed in GCC.
8642 Branch: perl
8643 ! ext/Socket/Socket.xs
8644____________________________________________________________________________
8645[ 11788] By: ams on 2001/08/29 17:35:33
8646 Log: Subject: [PATCH] pass all tests when compiling with -DNO_PERL_PRESERVE_IVUV
8647 From: Nicholas Clark <nick@ccl4.org>
8648 Date: Wed, 29 Aug 2001 18:21:56 +0100
8649 Message-Id: <20010829182156.O4950@plum.flirble.org>
8650 Branch: perl
8651 ! ext/Devel/Peek/Peek.t sv.c t/op/64bitint.t t/op/numconvert.t
8652____________________________________________________________________________
8653[ 11787] By: sky on 2001/08/29 10:42:54
8654 Log: Added test for pack_addr_in and unpack_addr_in
8655 Nitpik in test 10
8656 Branch: perl
8657 ! ext/Socket/Socket.t
8658____________________________________________________________________________
8659[ 11786] By: sky on 2001/08/29 10:28:14
8660 Log: Added three tests to test inet_ntoa/inet_aton and *packaddr*
8661 Trying to catch errors on HP-UX
8662 Branch: perl
8663 ! ext/Socket/Socket.t
8664____________________________________________________________________________
8665[ 11785] By: sky on 2001/08/29 09:07:03
8666 Log: make sure USE_THREADS is defined so external apps work
8667 Branch: perl
8668 ! config_h.SH
8669____________________________________________________________________________
8670[ 11784] By: sky on 2001/08/29 08:06:12
8671 Log: Subject: Re: The hitlist of untested modules.
8672 From: Jonathan Stowe <gellyfish@gellyfish.com>
8673 Date: Wed, 29 Aug 2001 09:25:49 +0100 (BST)
8674 Message-ID: <Pine.LNX.4.33.0108290923320.29273-100000@orpheus.gellyfish.com>
8675 Start of tests for Shell.pm (make Schwern poorer!)
8676 Branch: perl
8677 + lib/Shell.t
8678 ! MANIFEST
8679____________________________________________________________________________
8680[ 11783] By: sky on 2001/08/29 07:37:50
8681 Log: END{} can change the return value even if we die from BEGIN{}
8682 Branch: perl
8683 ! miniperlmain.c
8684____________________________________________________________________________
8685[ 11782] By: ams on 2001/08/29 06:32:17
8686 Log: Subject: Re: [PATCH] newer tests for the coderef-in-@INC !
8687 From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
8688 Date: Wed, 29 Aug 2001 09:18:17 +0200
8689 Message-Id: <20010829091817.A4453@rafael>
8690 Branch: perl
8691 ! t/op/inccode.t
8692____________________________________________________________________________
8693[ 11781] By: pudge on 2001/08/29 02:28:33
8694 Log: Delete xsubpp.patch, as full copy exists now
8695 Branch: maint-5.6/macperl
8696 - macos/xsubpp.patch
8697____________________________________________________________________________
8698[ 11780] By: pudge on 2001/08/29 02:26:03
8699 Log: Add Changes file
8700 Branch: maint-5.6/macperl
8701 + macos/Changes
8702____________________________________________________________________________
8703[ 11779] By: pudge on 2001/08/29 02:23:11
8704 Log: Add Mac version of xsubpp as separate file
8705 Branch: maint-5.6/macperl
8706 + macos/xsubpp
8707 ! macos/Makefile.mk
8708____________________________________________________________________________
8709[ 11778] By: pudge on 2001/08/29 02:14:57
8710 Log: Fix open of /dev/null for Mac OS
8711 Branch: maint-5.6/macperl
8712 ! t/base/term.t
8713____________________________________________________________________________
8714[ 11777] By: pudge on 2001/08/29 02:12:52
8715 Log: Various patches: enable more tests; skip CVS in PerlInstall;
8716 fix typemap for Mac::Processes; remove comments in MM_MacOS.pm
8717 Branch: maint-5.6/macperl
8718 ! macos/MacPerlTests.cmd macos/PerlInstall
8719 ! macos/ext/Mac/Processes/typemap macos/lib/ExtUtils/MM_MacOS.pm
8720____________________________________________________________________________
8721[ 11776] By: pudge on 2001/08/29 02:11:42
8722 Log: Allow for platforms to override formatting of errors
8723 on output from Matthias Neeracher (Mac files)
8724 Branch: maint-5.6/macperl
8725 ! macos/macish.c macos/macish.h
8726____________________________________________________________________________
8727[ 11775] By: pudge on 2001/08/29 01:59:32
8728 Log: Allow for platforms to override formatting of errors
8729 on output from Matthias Neeracher (core files)
8730 Branch: maint-5.6/macperl
8731 ! perl.h pp_ctl.c util.c
8732____________________________________________________________________________
8733[ 11774] By: pudge on 2001/08/29 01:29:43
8734 Log: Add some param checking, from reports by Kevin Reid.
8735 Branch: maint-5.6/macperl
8736 ! macos/ext/Mac/Controls/Controls.pm
8737 ! macos/ext/Mac/Menus/Menus.pm macos/ext/Mac/Windows/Windows.pm
8738____________________________________________________________________________
8739[ 11773] By: ams on 2001/08/28 23:54:57
8740 Log: Subject: [PATCH] make coretest
8741 From: Paul Johnson <paul@pjcj.net>
8742 Date: Wed, 29 Aug 2001 00:11:38 +0200
8743 Message-Id: <20010829001138.B12169@pjcj.net>
8744 (Applied without the change to perlhack.pod. This should
8745 probably stay undocumented.)
8746 Branch: perl
8747 ! Makefile.SH t/TEST
8748____________________________________________________________________________
8749[ 11772] By: sky on 2001/08/28 13:01:20
8750 Log: Subject: [PATCH t/op/pack.t pod/perlhack.pod] Adding the failure diagnostic
8751 From: Michael G Schwern <schwern@pobox.com>
8752 Date: Tue, 28 Aug 2001 09:57:39 -0400
8753 Message-ID: <20010828095738.E17775@blackrider>
8754 Branch: perl
8755 ! pod/perlhack.pod t/op/pack.t
8756____________________________________________________________________________
8757[ 11771] By: sky on 2001/08/28 11:20:13
8758 Log: Subject: [PATCH] put useful info in %INC for files loaded by a hook in @INC
8759 From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
8760 Date: Tue, 28 Aug 2001 14:23:43 +0200
8761 Message-ID: <20010828142343.A19299@rafael>
8762 Branch: perl
8763 ! pod/perlvar.pod pp_ctl.c
8764____________________________________________________________________________
8765[ 11770] By: ams on 2001/08/28 10:13:21
8766 Log: Subject: [PATCH] odd typo in op.h
8767 From: Nicholas Clark <nick@ccl4.org>
8768 Date: Tue, 28 Aug 2001 12:10:26 +0100
8769 Message-Id: <20010828121026.V4950@plum.flirble.org>
8770 Branch: perl
8771 ! op.h
8772____________________________________________________________________________
8773[ 11769] By: sky on 2001/08/28 08:09:16
8774 Log: Subject: [ID 20010827.008] no-foo options broken in B::Lint
8775 From: Ville "Skyttä" <scop@cs132170.pp.htv.fi>
8776 Date: Tue, 28 Aug 2001 02:22:20 +0300
8777 Message-Id: <200108272322.f7RNMKd02261@cs132170.pp.htv.fi>
8778 Branch: perl
8779 ! ext/B/B/Lint.pm
8780____________________________________________________________________________
8781[ 11768] By: ams on 2001/08/28 00:47:35
8782 Log: Subject: Re: [PATCH pod/perlhack.pod t/op/pack.t] Fixing bad testing advice
8783 From: Michael G Schwern <schwern@pobox.com>
8784 Date: Mon, 27 Aug 2001 21:24:44 -0400
8785 Message-Id: <20010827212444.F12582@blackrider>
8786 Branch: perl
8787 ! pod/perlhack.pod t/op/pack.t
8788____________________________________________________________________________
8789[ 11767] By: ams on 2001/08/27 23:59:48
8790 Log: Subject: [PATCH pod/perlhack.pod t/op/pack.t] Fixing bad testing advice
8791 From: Michael G Schwern <schwern@pobox.com>
8792 Date: Mon, 27 Aug 2001 20:12:29 -0400
8793 Message-Id: <20010827201229.D12582@blackrider>
8794 Branch: perl
8795 ! pod/perlhack.pod t/op/pack.t
8796____________________________________________________________________________
8797[ 11766] By: ams on 2001/08/27 23:39:40
8798 Log: Update Changes.
8799 Branch: perl
8800 ! Changes
8801____________________________________________________________________________
fd8826a1
AMS
8802[ 11765] By: ams on 2001/08/27 22:53:10
8803 Log: Subject: Re: [PATCH] new tests for the coderef-in-@INC
8804 From: Michael G Schwern <schwern@pobox.com>
8805 Date: Mon, 27 Aug 2001 19:47:30 -0400
8806 Message-Id: <20010827194730.C12582@blackrider>
8807 Branch: perl
8808 ! t/op/inccode.t
8809____________________________________________________________________________
8810[ 11764] By: ams on 2001/08/27 22:46:21
8811 Log: Subject: [PATCH] new tests for the coderef-in-@INC
8812 From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
8813 Date: Mon, 27 Aug 2001 22:36:27 +0200
8814 Message-Id: <20010827223627.C690@rafael>
8815
8816 Subject: Re: [PATCH] new tests for the coderef-in-@INC
8817 From: Nicholas Clark <nick@ccl4.org>
8818 Date: Tue, 28 Aug 2001 00:02:46 +0100
8819 Message-Id: <20010828000245.R4950@plum.flirble.org>
8820 Branch: perl
8821 + t/op/inccode.t
8822 ! MANIFEST
8823____________________________________________________________________________
8824[ 11763] By: ams on 2001/08/27 22:41:09
8825 Log: Subject: [PATCH lib/warnings.t] Removing 2>&1 requirement (was Re:
8826 bleadperl on fire, Win95+4NT)
8827 From: Michael G Schwern <schwern@pobox.com>
8828 Date: Mon, 27 Aug 2001 16:54:42 -0400
8829 Message-Id: <20010827165442.F9436@blackrider>
8830 Branch: perl
8831 ! lib/warnings.t
8832____________________________________________________________________________
8833[ 11762] By: sky on 2001/08/27 19:19:17
8834 Log: Changed back Net/Ping.pm change #11759 since WNOHANG wasn't
8835 avaible at compile time. This broke the compilation of
8836 Net/Ping.pm
8837 Branch: perl
8838 ! lib/Net/Ping.pm
8839____________________________________________________________________________
8840[ 11761] By: sky on 2001/08/27 18:34:48
8841 Log: Removed tripple definitions of CUSTOM_OP functions.
8842 Branch: perl
8843 ! embed.h embed.pl global.sym objXSUB.h perlapi.c proto.h
8844____________________________________________________________________________
8845[ 11760] By: sky on 2001/08/27 18:21:27
8846 Log: Regen headers
8847 Branch: perl
8848 ! embed.h embedvar.h objXSUB.h opcode.h opnames.h perlapi.c
8849 ! perlapi.h proto.h
8850____________________________________________________________________________
8851[ 11759] By: ams on 2001/08/27 16:31:53
8852 Log: Subject: [PATCH] pod/perlfunc.pod, lib/Net/Ping.pm, ext/POSIX/POSIX.pod
8853 From: "chromatic" <chromatic@rmci.net>
8854 Date: Mon, 27 Aug 2001 11:17:09 -0600
8855 Message-Id: <20010827172111.89491.qmail@onion.perl.org>
8856 Branch: perl
8857 ! ext/POSIX/POSIX.pod lib/Net/Ping.pm pod/perlfunc.pod
8858____________________________________________________________________________
8859[ 11758] By: sky on 2001/08/27 15:16:42
8860 Log: Changes USE_THREADS to USE_5005THREADS in the entire source.
8861 Thanks to H. Merijn Brand for the patch.
8862 Some of the comments and or guards might be removable in perl.h now.
8863 Branch: perl
8864 ! NetWare/config_H.wc NetWare/nw5thread.c NetWare/nw5thread.h
8865 ! Porting/Glossary Porting/config_H README.threads config_h.SH
8866 ! cop.h cv.h deb.c dosish.h dump.c embed.h embed.pl embedvar.h
8867 ! ext/B/B.xs ext/B/B/C.pm ext/B/B/Deparse.pm
8868 ! ext/B/ramblings/runtime.porting ext/DynaLoader/dl_aix.xs
8869 ! ext/Thread/Thread.xs gv.c intrpvar.h mg.c miniperlmain.c
8870 ! objXSUB.h op.c os2/os2.c os2/os2ish.h perl.c perl.h perlapi.c
8871 ! perlvars.h pod/perlguts.pod pp.c pp.h pp_ctl.c pp_hot.c
8872 ! proto.h regexec.c scope.c sv.c sv.h thrdvar.h thread.h toke.c
8873 ! uconfig.h util.c vms/genconfig.pl vms/vms.c vos/config.alpha.h
8874 ! vos/config.ga.h win32/config_H.bc win32/config_H.gc
8875 ! win32/config_H.vc win32/perllib.c win32/win32.h
8876 ! win32/win32sck.c win32/win32thread.c win32/win32thread.h
8877 ! wince/config.h wince/config_H.ce wince/win32.h
8878 ! wince/win32thread.c wince/win32thread.h wince/wincesck.c
8879____________________________________________________________________________
8880[ 11757] By: sky on 2001/08/27 13:39:16
8881 Log: Subject: GNU ld parses arguments different
8882 From: H.Merijn Brand <h.m.brand@hccnet.nl>
8883 Date: Mon, 27 Aug 2001 16:25:51 +0200
8884 Message-Id: <20010827162254.2EA6.H.M.BRAND@hccnet.nl>
8885 Branch: perl
8886 ! hints/hpux.sh
8887____________________________________________________________________________
8888[ 11756] By: sky on 2001/08/27 13:18:45
8889 Log: Subject: Custom Ops
8890 From: Simon Cozens <simon@netthink.co.uk>
8891 Date: Sat, 25 Aug 2001 17:45:09 +0100
8892 Message-ID: <20010825174509.A5752@netthink.co.uk>
8893 I also added a fix to Opcode.pm to quite test cases.
8894 Branch: perl
8895 ! dump.c embed.pl ext/Opcode/Opcode.pm intrpvar.h op.c op.h
8896 ! opcode.pl pod/perlguts.pod pp_ctl.c pp_sys.c run.c sv.c utf8.c
8897____________________________________________________________________________
8898[ 11755] By: sky on 2001/08/27 05:37:17
8899 Log: Plugs a memory leak on destruction of regular expressions
8900 introcued by #11274.
8901 PL_regex_padav now has an AV as it's first entry with a list
8902 of freed regex_padav slots that it will reuse on creating
8903 new PMOPs.
8904 Branch: perl
8905 ! op.c perl.c
8906____________________________________________________________________________
8907[ 11754] By: ams on 2001/08/26 14:38:52
8908 Log: Subject: [PATCH] t/io/binmode.t
8909 From: Nicholas Clark <nick@ccl4.org>
8910 Date: Sun, 26 Aug 2001 12:03:05 +0100
8911 Message-Id: <20010826120305.C4950@plum.flirble.org>
8912
8913 (Also a nitpick in #11752 to t/op/universal.t)
8914 Branch: perl
8915 ! t/io/binmode.t t/op/universal.t
8916____________________________________________________________________________
8917[ 11753] By: ams on 2001/08/26 08:19:34
8918 Log: Subject: [PATCH] op/universal.t failing
8919 From: Nicholas Clark <nick@ccl4.org>
8920 Date: Sun, 26 Aug 2001 09:48:22 +0100
8921 Message-Id: <20010826094822.B4950@plum.flirble.org>
8922 Branch: perl
8923 ! t/op/universal.t
8924____________________________________________________________________________
8925[ 11752] By: ams on 2001/08/25 22:46:13
8926 Log: Subject: Re: 'can' with undefined subs
8927 From: Tony Bowden <tony@kasei.com>
8928 Date: Sat, 25 Aug 2001 14:58:17 +0100
8929 Message-Id: <20010825145817.A11788@soto.kasei.com>
8930 (Applied with minor modifications.)
8931 Branch: perl
8932 ! t/op/universal.t
8933____________________________________________________________________________
8934[ 11751] By: ams on 2001/08/25 18:28:43
8935 Log: Subject: Re: 'can' with undefined subs
8936 From: Tony Bowden <tony@kasei.com>
8937 Date: Sat, 25 Aug 2001 15:13:14 +0100
8938 Message-Id: <20010825151314.B11788@soto.kasei.com>
8939 Branch: perl
8940 ! lib/UNIVERSAL.pm
8941____________________________________________________________________________
8942[ 11750] By: nick on 2001/08/25 15:24:15
8943 Log: Integrate mainline
8944 Branch: perlio
8945 +> t/io/binmode.t
8946 !> (integrate 26 files)
8947____________________________________________________________________________
8948[ 11749] By: nick on 2001/08/25 14:55:41
8949 Log: Subject: Re: [PATCH] Added wisdom to perlhack.pod
8950 From: John Peacock <jpeacock@rowman.com>
8951 Date: Wed, 22 Aug 2001 12:05:28 -0400
8952 Message-Id: <3B83D848.7FD9C6EF@rowman.com>
8953 Branch: perl
8954 ! pod/perlhack.pod
8955____________________________________________________________________________
8956[ 11748] By: nick on 2001/08/25 14:53:04
8957 Log: Subject: Re: [PATCH] (was Re: PerlIO regerssion tests?)
8958 From: Michael G Schwern <schwern@pobox.com>
8959 Date: Wed, 22 Aug 2001 19:22:45 -0400
8960 Message-Id: <20010822192245.U619@blackrider>
8961 Branch: perl
8962 ! MANIFEST
8963____________________________________________________________________________
8964[ 11747] By: nick on 2001/08/25 14:52:33
8965 Log: Subject: [PATCH] (was Re: PerlIO regerssion tests?)
8966 From: Nicholas Clark <nick@ccl4.org>
8967 Date: Wed, 22 Aug 2001 23:29:06 +0100
8968 Message-Id: <20010822232906.Z82818@plum.flirble.org>
8969 Branch: perl
8970 + t/io/binmode.t
8971 ! perlio.c pod/perlfunc.pod
8972____________________________________________________________________________
8973[ 11744] By: nick on 2001/08/25 14:37:33
8974 Log: Subject: [PATCH bleadperl] quiet down VC++ warnings in a2py.c and walk.c
8975 From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
8976 Date: Fri, 24 Aug 2001 22:10:42 +0200
8977 Message-Id: <1065978076.20010824221042@tesla.rcub.bg.ac.yu>
8978 Branch: perl
8979 ! x2p/a2py.c x2p/walk.c
8980____________________________________________________________________________
8981[ 11743] By: nick on 2001/08/25 14:32:47
8982 Log: Subject: [DOC PATCH] The coderef-in-@INC feature
8983 From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
8984 Date: Fri, 24 Aug 2001 23:34:13 +0200
8985 Message-Id: <20010824233413.A1285@rafael>
8986 Branch: perl
8987 ! pod/perlfunc.pod pod/perlvar.pod
8988____________________________________________________________________________
8989[ 11742] By: ams on 2001/08/25 13:16:02
8990 Log: Subject: [PATCH] Re: The coderef in @INC strikes back
8991 From: Nicholas Clark <nick@ccl4.org>
8992 Date: Sat, 25 Aug 2001 14:50:07 +0100
8993 Message-Id: <20010825145007.L41464@plum.flirble.org>
8994 Branch: perl
8995 ! pp_ctl.c
8996____________________________________________________________________________
8997[ 11741] By: nick on 2001/08/24 07:08:45
8998 Log: When applying patch via Porting/apply fails, do p4 refresh
8999 to get old files back.
9000 Branch: perl
9001 ! Porting/apply
9002____________________________________________________________________________
9003[ 11740] By: ams on 2001/08/24 04:47:24
9004 Log: #11739 was incomplete.
9005 Branch: perl
9006 ! pod/perldiag.pod
9007____________________________________________________________________________
9008[ 11739] By: ams on 2001/08/24 04:09:40
9009 Log: Subject: [DOC patch bleadperl] "misspelled" misspelled
9010 From: "Philip Newton" <Philip.Newton@gmx.net>
9011 Date: Fri, 24 Aug 2001 07:08:34 +0200
9012 Branch: perl
9013 ! pod/perldiag.pod
9014____________________________________________________________________________
9015[ 11738] By: ams on 2001/08/24 02:19:42
9016 Log: Fixed Doug Wilson's email address.
9017 Branch: perl
9018 ! AUTHORS
9019____________________________________________________________________________
9020[ 11737] By: ams on 2001/08/24 00:10:13
9021 Log: Subject: [DOC PATCH] Adding new warning in perldiag.pod
9022 From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
9023 Date: Thu, 23 Aug 2001 22:22:58 +0200
9024 Message-Id: <20010823222258.A901@rafael>
9025 Branch: perl
9026 ! pod/perldiag.pod
9027____________________________________________________________________________
9028[ 11736] By: ams on 2001/08/24 00:05:02
9029 Log: Subject: [PATCH perl@ ] add $Config('scriptdir'} on VMS
9030 From: "Craig A. Berry" <craigberry@mac.com>
9031 Date: Thu, 23 Aug 2001 19:07:45 -0500
9032 Message-Id: <a05101004b7ab4593bb24@[172.16.52.1]>
9033 Branch: perl
9034 ! configure.com
9035____________________________________________________________________________
9036[ 11735] By: sky on 2001/08/23 13:42:07
9037 Log: Backed out 11732, it breaks lib/strict.t
9038 Branch: perl
9039 ! op.c
9040____________________________________________________________________________
9041[ 11734] By: sky on 2001/08/23 11:45:59
9042 Log: Removed toy from 17133 after Matt Sargeants request.
9043 Branch: perl
9044 ! pod/perlfaq4.pod
9045____________________________________________________________________________
9046[ 11733] By: sky on 2001/08/23 11:36:29
9047 Log: Subject: [PATCH perlfaq4] Faster permutation algorithms
9048 From: Robin Houston <robin@kitsite.com>
9049 Date: Wed, 22 Aug 2001 23:06:16 +0100
9050 Message-ID: <20010822230616.A254@robin.kitsite.com>
9051 Branch: perl
9052 ! pod/perlfaq4.pod
9053____________________________________________________________________________
9054[ 11732] By: sky on 2001/08/23 10:36:02
9055 Log: Subject: Re: [ID 20010822.001] Freeing pads after parse error
9056 From: Simon Cozens <simon@netthink.co.uk>
9057 Date: Thu, 23 Aug 2001 12:06:36 +0100
9058 Message-ID: <20010823120636.A9961@netthink.co.uk>
9059 Branch: perl
9060 ! op.c
9061____________________________________________________________________________
9062[ 11731] By: gsar on 2001/08/23 03:58:58
9063 Log: fix broken windows build
9064 Branch: perl
9065 ! perl.h
9066____________________________________________________________________________
9067[ 11730] By: ams on 2001/08/22 21:35:30
9068 Log: Subject: [PATCH] io/tell.t doesn't chdir t
9069 From: Nicholas Clark <nick@ccl4.org>
9070 Date: Wed, 22 Aug 2001 23:25:58 +0100
9071 Message-Id: <20010822232557.Y82818@plum.flirble.org>
9072 Branch: perl
9073 ! t/io/tell.t
9074____________________________________________________________________________
9075[ 11729] By: ams on 2001/08/22 20:32:21
9076 Log: Subject: [PATCH] Documentation in File::Spec (was Re: minor File::Spec
9077 questions)
9078 From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
9079 Date: Wed, 22 Aug 2001 17:09:04 -0400
9080 Message-Id: <20010822170904.A76069@linguist.thayer.dartmouth.edu>
9081 (Oops, forgot File::Spec::Unix in the previous patch.)
9082 Branch: perl
9083 ! lib/File/Spec/Unix.pm
9084____________________________________________________________________________
9085[ 11728] By: ams on 2001/08/22 20:25:41
9086 Log: Subject: [PATCH] Documentation in File::Spec (was Re: minor File::Spec
9087 questions)
9088 From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
9089 Date: Wed, 22 Aug 2001 17:09:04 -0400
9090 Message-Id: <20010822170904.A76069@linguist.thayer.dartmouth.edu>
9091 Branch: perl
9092 ! lib/File/Spec.pm
9093____________________________________________________________________________
9094[ 11727] By: ams on 2001/08/22 19:43:30
9095 Log: Subject: Re: [PATCH 1 of 3] $] is deprecated - eliminate from core tests
9096 From: John Peacock <jpeacock@rowman.com>
9097 Date: Wed, 22 Aug 2001 12:35:52 -0400
9098 Message-Id: <3B83DF68.5D89DC81@rowman.com>
9099 (Adds proper tests for $], notwithstanding Subject. +nitpick)
9100 Branch: perl
9101 ! t/op/ver.t
9102____________________________________________________________________________
9103[ 11726] By: ams on 2001/08/22 19:36:39
9104 Log: Subject: [ID 20010822.007] eval STRING & diagnostics.pm not mixing
9105 From: schwern@ool-18b93024.dyn.optonline.net (Michael G Schwern)
9106 Date: Wed, 22 Aug 2001 16:03:00 -0400 (EDT)
9107 Message-Id: <20010822200300.0D1638253@ool-18b93024.dyn.optonline.net>
9108 Branch: perl
9109 ! lib/diagnostics.pm lib/diagnostics.t
9110____________________________________________________________________________
9111[ 11725] By: ams on 2001/08/22 19:25:01
9112 Log: Subject: [PATCH] 64 bit integer preserving pp_divide
9113 From: Nicholas Clark <nick@ccl4.org>
9114 Date: Wed, 22 Aug 2001 20:59:05 +0100
9115 Message-Id: <20010822205905.U82818@plum.flirble.org>
9116 Branch: perl
9117 ! pp.c t/op/64bitint.t t/op/arith.t
9118____________________________________________________________________________
9119[ 11724] By: ams on 2001/08/22 10:02:33
9120 Log: Subject: Configure blooper
9121 From: H.Merijn Brand <h.m.brand@hccnet.nl>
9122 Date: Wed, 22 Aug 2001 12:38:35 +0200
9123 Message-Id: <20010822123750.A797.H.M.BRAND@hccnet.nl>
9124 Branch: perl
9125 ! Configure
9126____________________________________________________________________________
9127[ 11723] By: ams on 2001/08/21 16:17:53
9128 Log: Subject: [PATCH] installperl -help
9129 From: Nicholas Clark <nick@ccl4.org>
9130 Date: Tue, 21 Aug 2001 17:34:23 +0100
9131 Message-Id: <20010821173423.F82818@plum.flirble.org>
9132 Branch: perl
9133 ! installperl
9134____________________________________________________________________________
9135[ 11722] By: ams on 2001/08/20 07:46:31
9136 Log: Subject: [PATCH perlvar.pod] Rewrite $. entry and switch to -> syntax
9137 From: Ilmari Karonen <iltzu@sci.fi>
9138 Date: Mon, 20 Aug 2001 06:42:01 +0300 (EET DST)
9139 Message-Id: <Pine.SOL.3.96.1010820063126.28048A-100000@simpukka>
9140 Branch: perl
9141 ! pod/perlvar.pod
9142____________________________________________________________________________
9143[ 11721] By: nick on 2001/08/20 06:24:31
9144 Log: Integrate mainline
9145 Branch: perlio
9146 +> Porting/apply lib/Lingua/KO/Hangul/Util.pm
9147 +> lib/Lingua/KO/Hangul/Util/Changes
9148 +> lib/Lingua/KO/Hangul/Util/README
9149 +> lib/Lingua/KO/Hangul/Util/t/test.t lib/Unicode/Collate.pm
9150 +> lib/Unicode/Collate/Changes lib/Unicode/Collate/README
9151 +> lib/Unicode/Collate/keys.txt lib/Unicode/Collate/t/test.t
9152 +> lib/Unicode/Normalize.pm lib/Unicode/Normalize/Changes
9153 +> lib/Unicode/Normalize/README lib/Unicode/Normalize/t/norm.t
9154 +> lib/Unicode/Normalize/t/test.t
9155 - lib/Net/README.config lib/Net/demos/snpp lib/Net/libnet.ppd
9156 !> (integrate 55 files)
9157____________________________________________________________________________
9158[ 11720] By: pudge on 2001/08/19 19:00:16
9159 Log: Integrate Change #11599 from maint-5.6/perl
9160 Branch: maint-5.6/macperl
9161 !> README.win32
9162____________________________________________________________________________
9163[ 11719] By: ams on 2001/08/18 21:21:42
9164 Log: Add Porting/apply to MANIFEST.
9165 Branch: perl
9166 ! MANIFEST
9167____________________________________________________________________________
9168[ 11718] By: sky on 2001/08/18 14:38:01
9169 Log: PL_reentrant_buffer does not exist in 5005threaded perl.
9170 Better solution would be to make 5005threaded perl use
9171 the same system as ithreads do
9172 Branch: perl
9173 ! perl.h
9174____________________________________________________________________________
9175[ 11717] By: jhi on 2001/08/18 14:24:42
9176 Log: New try for ID 20010407.006: detach the semantics
9177 "was the last match target UTF8" into its own variable.
9178 Branch: perl
9179 ! embedvar.h intrpvar.h mg.c perlapi.h pod/perlapi.pod pp.c
9180 ! pp_hot.c regcomp.c regexec.c sv.c t/op/pat.t thrdvar.h
9181____________________________________________________________________________
9182[ 11716] By: jhi on 2001/08/18 12:11:14
9183 Log: UTF8 flag should be meaningful only when POK.
9184 Branch: perl
9185 ! dump.c
9186____________________________________________________________________________
9187[ 11715] By: sky on 2001/08/18 11:45:16
9188 Log: USE_THREADS and USE_ITHREADS are never true at the same time
9189 Branch: perl
9190 ! perl.h
9191____________________________________________________________________________
9192[ 11714] By: jhi on 2001/08/18 06:03:24
9193 Log: Retract #11712 for now. The real fix would probably
9194 be something like making PL_reg_sv a copy (PV + UTF8)
9195 of the matched/substituted string (note: not just a SvPOK
9196 string, for example the stringified form of a ROK would
9197 be applicable) Beware of leaks.
9198 Branch: perl
9199 ! pp_hot.c t/op/pat.t
9200____________________________________________________________________________
9201[ 11713] By: jhi on 2001/08/18 03:22:42
9202 Log: UTF8 wasn't printing for PVMGs.
9203 Branch: perl
9204 ! dump.c
9205____________________________________________________________________________
9206[ 11712] By: jhi on 2001/08/18 03:22:24
9207 Log: (Retracted by #11714)
9208
9209 Okay analysis, debatable fix. (The fix will inc
9210 the refcount of all temporary match objects,
9211 like for example tied(%h) =~ /^.../ from Tie/RefHash.t,
9212 which will then cause griping at untie() time
9213 ("inner references remain").
9214
9215 Fix for ID 20010407.006: PL_reg_sv got wiped out
9216 by freetemps if the match target was a temporary
9217 (like function_call() =~ /.../), which in turn meant
9218 that the $1 et al stopped working if they had UTF-8
9219 in them. Therefore bump up the refcount of PL_reg_sv.
9220 Branch: perl
9221 ! pp_hot.c t/op/pat.t
9222____________________________________________________________________________
9223[ 11711] By: ams on 2001/08/17 20:32:08
9224 Log: Subject: [PATCH] doesn't compile, was perl@11710
9225 From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
9226 Date: Fri, 17 Aug 2001 23:21:10 +0200
9227 Message-Id: <20010817232110.C7041@rafael>
9228 Branch: perl
9229 ! sharedsv.c
9230____________________________________________________________________________
9231[ 11710] By: jhi on 2001/08/17 14:26:57
9232 Log: Update Changes.
9233 Branch: perl
9234 ! Changes patchlevel.h
9235____________________________________________________________________________
9236[ 11709] By: jhi on 2001/08/17 13:47:53
9237 Log: Upgrade to libnet 1.0704.
9238 Branch: perl
9239 - lib/Net/README.config lib/Net/demos/snpp lib/Net/libnet.ppd
9240 ! MANIFEST lib/Net/ChangeLog.libnet lib/Net/Cmd.pm
9241 ! lib/Net/Config.pm lib/Net/Domain.pm lib/Net/FTP.pm
9242 ! lib/Net/FTP/A.pm lib/Net/FTP/I.pm lib/Net/FTP/dataconn.pm
9243 ! lib/Net/NNTP.pm lib/Net/Netrc.pm lib/Net/POP3.pm
9244 ! lib/Net/README.libnet lib/Net/SMTP.pm lib/Net/Time.pm
9245 ! lib/Net/libnetFAQ.pod lib/Net/t/ftp.t
9246____________________________________________________________________________
c040f61f
JH
9247[ 11708] By: sky on 2001/08/17 13:34:04
9248 Log: Let perl_clone copy PL_exit_flags
9249 Branch: perl
9250 ! sv.c
9251____________________________________________________________________________
9252[ 11707] By: sky on 2001/08/17 12:28:41
9253 Log: Protext sharedsv_space better. Extended EDIT and RELEASE macro
9254 Branch: perl
9255 ! sharedsv.c sharedsv.h
9256____________________________________________________________________________
9257[ 11706] By: jhi on 2001/08/17 11:59:28
9258 Log: The metaconfig unit change for #11705.
9259 Branch: metaconfig/U/perl
9260 ! Extensions.U
9261____________________________________________________________________________
9262[ 11705] By: jhi on 2001/08/17 11:58:48
9263 Log: Allow the threads extension to be found if present.
9264 Branch: perl
9265 ! Configure
9266____________________________________________________________________________
9267[ 11704] By: nick on 2001/08/17 11:47:54
9268 Log: Mail -> change script (pre-alpha)
9269 Branch: perl
9270 + Porting/apply
9271____________________________________________________________________________
9272[ 11703] By: sky on 2001/08/17 07:11:24
9273 Log: Fixed macros for localtime_r under USE_REENTRANT_API, also fixed for HP-UX 10.20
9274 Thanks to Tom Hospel for pointing out my error.
9275 Branch: perl
9276 ! op.h
9277____________________________________________________________________________
9278[ 11702] By: sky on 2001/08/17 04:18:11
9279 Log: Adds PERL_EXIT_DESTRUCT_END to PL_exit_flags which if set moves END block running to perl_destruct, changes prototype of perl_destruct to return exitstatus.
9280 Branch: perl
9281 ! embed.pl miniperlmain.c perl.c perl.h proto.h
9282____________________________________________________________________________
9283[ 11701] By: jhi on 2001/08/17 03:22:38
9284 Log: Integrate Lingua::KO::Hangul::Util 0.02, Unicode::Normalize,
9285 and Unicode::Collate 0.07, from SADAHIRO Tomoyuki.
9286 Branch: perl
9287 + lib/Lingua/KO/Hangul/Util.pm lib/Lingua/KO/Hangul/Util/Changes
9288 + lib/Lingua/KO/Hangul/Util/README
9289 + lib/Lingua/KO/Hangul/Util/t/test.t lib/Unicode/Collate.pm
9290 + lib/Unicode/Collate/Changes lib/Unicode/Collate/README
9291 + lib/Unicode/Collate/keys.txt lib/Unicode/Collate/t/test.t
9292 + lib/Unicode/Normalize.pm lib/Unicode/Normalize/Changes
9293 + lib/Unicode/Normalize/README lib/Unicode/Normalize/t/norm.t
9294 + lib/Unicode/Normalize/t/test.t
9295 ! MANIFEST
9296____________________________________________________________________________
9297[ 11700] By: jhi on 2001/08/17 02:58:59
9298 Log: Subject: [PATCH perl@11683] IEEE float tweak for VMS
9299 Date: Thu, 16 Aug 2001 22:46:15 -0500
9300 From: "Craig A. Berry" <craigberry@mac.com>
9301 Message-Id: <5.1.0.14.0.20010816204836.01ab4e58@exchi01>
9302 Branch: perl
9303 ! configure.com numeric.c
9304____________________________________________________________________________
9305[ 11699] By: jhi on 2001/08/17 02:33:00
9306 Log: It seems that Tru64 has "naturally" threadsafe APIs only for
9307 of the usual suspects (like getpwent) but not for others
9308 (like localtime and rand). The _r versions are available
2773a8c9 9309 for all of them, so let's use them.
c040f61f
JH
9310 Branch: perl
9311 ! perl.h
9312____________________________________________________________________________
9313[ 11698] By: jhi on 2001/08/17 01:53:02
9314 Log: (Accidental apply; thankfully empty.)
9315 Branch: perl
9316 ! hints/os390.sh
9317____________________________________________________________________________
9318[ 11697] By: jhi on 2001/08/17 01:50:55
9319 Log: Subject: Re: [ID 20010803.016] Possible regex bug in 5.6.1
9320 From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
9321 Date: Thu, 16 Aug 2001 16:27:49 +0100
9322 Message-Id: <200108161527.f7GFRnH09419@crypt.compulink.co.uk>
9323 Branch: perl
9324 ! regexec.c t/op/re_tests
9325____________________________________________________________________________
9326[ 11696] By: jhi on 2001/08/17 01:50:01
9327 Log: Subject: Re: [ID 20010814.004] pos() doesn't work when using =~m// in list context
9328 From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
9329 Date: Thu, 16 Aug 2001 18:50:01 +0100
9330 Message-Id: <200108161750.f7GHo1l22207@crypt.compulink.co.uk>
9331 Branch: perl
9332 ! pp_hot.c t/op/pat.t
9333____________________________________________________________________________
9334[ 11695] By: jhi on 2001/08/17 01:49:12
9335 Log: Subject: [PATCH] *time_r again
9336 From: "Arthur Bergman" <arthur@contiller.se>
9337 Date: Thu, 16 Aug 2001 16:01:54 +0200
9338 Message-ID: <00ca01c1265c$0175f940$21000a0a@vogw2kdev>
9339 Branch: perl
9340 ! op.h
9341____________________________________________________________________________
9342[ 11694] By: jhi on 2001/08/17 01:47:53
9343 Log: system() and backtick error handling cleanup from Craig A. Berry.
9344 Branch: perl
9345 ! vms/vms.c
9346____________________________________________________________________________
9347[ 11693] By: gsar on 2001/08/17 01:07:21
9348 Log: change#10334 leaks memory, copies string when it doesn't
9349 need to
9350 Branch: perl
9351 ! perl.c
9352____________________________________________________________________________
9353[ 11692] By: jhi on 2001/08/16 12:22:29
9354 Log: One more twist to the sprintf + utf8 testing.
9355 Branch: perl
9356 ! t/op/misc.t
9357____________________________________________________________________________
9358[ 11691] By: jhi on 2001/08/16 11:46:02
9359 Log: Fix for 20010407.008 sprintf removes utf8-ness.
9360 Branch: perl
9361 ! pp.c t/op/misc.t
9362____________________________________________________________________________
9363[ 11690] By: jhi on 2001/08/16 11:31:00
9364 Log: Subject: [PATCH] *time_r fixes
9365 From: "Arthur Bergman" <arthur@contiller.se>
9366 Message-ID: <00b901c1264e$1cbe6970$21000a0a@vogw2kdev>
9367 Date: Thu, 16 Aug 2001 14:22:27 +0200
9368 Branch: perl
9369 ! op.h
9370____________________________________________________________________________
9371[ 11689] By: jhi on 2001/08/16 11:29:30
9372 Log: Upgrade to CGI.pm 2.77.
9373 Branch: perl
9374 ! lib/CGI.pm lib/CGI/Fast.pm lib/CGI/Util.pm lib/CGI/t/form.t
9375 ! lib/CGI/t/function.t
9376____________________________________________________________________________
9377[ 11688] By: jhi on 2001/08/16 01:07:21
9378 Log: Document the bytes-to-Unicode upgrading.
9379 Branch: perl
9380 ! pod/perlunicode.pod
9381____________________________________________________________________________
9382[ 11687] By: jhi on 2001/08/16 00:29:29
9383 Log: Add a test for Unicode sprintf.
9384 Branch: perl
9385 ! t/op/misc.t
9386____________________________________________________________________________
9387[ 11686] By: jhi on 2001/08/16 00:20:40
9388 Log: Add Unicode tests for index/rindex.
9389 Branch: perl
9390 ! t/op/index.t
9391____________________________________________________________________________
9392[ 11685] By: jhi on 2001/08/15 22:51:53
9393 Log: Document a bit the art of minimizing the installation,
9394 based on the p5p discussion.
9395 Branch: perl
9396 ! INSTALL
9397____________________________________________________________________________
9398[ 11684] By: nick on 2001/08/15 15:03:31
9399 Log: Integrate mainline
9400 Branch: perlio
9401 +> sharedsv.c sharedsv.h
9402 !> (integrate 53 files)
9403____________________________________________________________________________
9404[ 11683] By: jhi on 2001/08/15 13:49:07
9405 Log: Update Changes.
9406 Branch: perl
9407 ! Changes patchlevel.h
9408____________________________________________________________________________
e4a70548
JH
9409[ 11682] By: jhi on 2001/08/15 13:26:00
9410 Log: The #11673 necessitated a test tweak.
9411 Branch: perl
9412 ! t/io/utf8.t
9413____________________________________________________________________________
9414[ 11681] By: jhi on 2001/08/15 13:12:50
9415 Log: Also UNICOS is in the general case unable to silently
9416 handle fp overflows.
9417 Branch: perl
9418 ! numeric.c
9419____________________________________________________________________________
9420[ 11680] By: jhi on 2001/08/15 13:05:15
9421 Log: Try to get NV_MIN, NV_MAX, NV_MIN_10_EXP, NV_MAX_10_EXP,
9422 NV_EPSILON #defined.
9423 Branch: perl
9424 ! perl.h
9425____________________________________________________________________________
9426[ 11679] By: jhi on 2001/08/15 12:48:32
9427 Log: Re-establish the fp overflow detection for VAX VMS; there
9428 is no easy way to have the IEEE fp silent overflow semantics.
9429 (in Alpha VMS we still will use IEEE fp by default-- but it
9430 is still possible to configure Perl to use G_FLOAT)
9431 Branch: perl
9432 ! numeric.c
9433____________________________________________________________________________
9434[ 11678] By: jhi on 2001/08/15 12:27:41
9435 Log: Subject: [PATCH] pp_lock
9436 From: "Arthur Bergman" <arthur@contiller.se>
9437 Date: Wed, 15 Aug 2001 11:52:16 +0200
9438 Message-ID: <008401c1256f$f75a91b0$21000a0a@vogw2kdev>
9439 Branch: perl
9440 ! pp.c
9441____________________________________________________________________________
9442[ 11677] By: jhi on 2001/08/15 12:26:44
9443 Log: Subject: Re: [ID 20010809.023] perlre misleads when stating that (?i) should be at front of pattern
9444 From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
9445 Date: Wed, 15 Aug 2001 11:32:11 +0100
9446 Message-Id: <200108151032.f7FAWBI30961@crypt.compulink.co.uk>
9447 Branch: perl
9448 ! regcomp.c t/op/re_tests
9449____________________________________________________________________________
9450[ 11676] By: jhi on 2001/08/15 12:25:29
9451 Log: Subject: Re: [ID 20010811.006] re_eval: logical leaks
9452 From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
9453 Date: Wed, 15 Aug 2001 10:33:49 +0100
9454 Message-Id: <200108150933.f7F9Xnr11222@crypt.compulink.co.uk>
9455 Branch: perl
9456 ! regexec.c t/op/re_tests
9457____________________________________________________________________________
9458[ 11675] By: jhi on 2001/08/15 03:28:20
9459 Log: Subject: Re: bug in File::Spec 0.82 (canonpath)
9460 From: Barrie Slaymaker <barries@slaysys.com>
9461 Date: Tue, 14 Aug 2001 14:32:25 -0400
9462 Message-ID: <20010814143225.A19822@jester.slaysys.com>
9463 Branch: perl
9464 ! lib/File/Spec.t lib/File/Spec/Unix.pm
9465____________________________________________________________________________
9466[ 11674] By: jhi on 2001/08/15 03:25:32
9467 Log: Subject: [PATCH: perl@11626] modify VMS default prefix for installation
9468 From: Peter Prymmer <pvhp@forte.com>
9469 Date: Tue, 14 Aug 2001 13:33:32 -0700 (PDT)
9470 Message-ID: <Pine.OSF.4.10.10108141327590.192110-100000@aspara.forte.com>
9471 Branch: perl
9472 ! README.vms configure.com
9473____________________________________________________________________________
9474[ 11673] By: jhi on 2001/08/15 03:16:14
9475 Log: Subject: [PATCH perl@11660] Warning incorrectly reported without -w
9476 From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
9477 Date: Tue, 14 Aug 2001 21:23:27 +0200
9478 Message-ID: <20010814212327.A1919@rafael>
9479 Branch: perl
9480 ! doio.c
9481____________________________________________________________________________
9482[ 11672] By: jhi on 2001/08/15 03:15:25
9483 Log: Subject: [PATCH bleadperl] fixing SDBM_File problems under win32
9484 From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
9485 Date: Tue, 14 Aug 2001 22:30:11 +0200
9486 Message-ID: <4224685483.20010814223011@tesla.rcub.bg.ac.yu>
9487
9488 Combination of nmake, quoting, and Perl expanded $( in here-doc.
9489 Branch: perl
9490 ! ext/SDBM_File/Makefile.PL
9491____________________________________________________________________________
9492[ 11671] By: jhi on 2001/08/14 13:44:40
9493 Log: Todo updates.
9494 Branch: perl
9495 ! pod/perltodo.pod
9496____________________________________________________________________________
9497[ 11670] By: jhi on 2001/08/14 13:10:36
9498 Log: Subject: [PATCH bleadperl CORE] removing sv.c warnings on VC++5.0
9499 From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
9500 Date: Mon, 13 Aug 2001 23:15:01 +0200
9501 Message-ID: <6114148607.20010813231501@tesla.rcub.bg.ac.yu>
9502 Branch: perl
9503 ! sv.c
9504____________________________________________________________________________
9505[ 11669] By: jhi on 2001/08/14 13:07:09
9506 Log: Subject: [PATCH] [b-]showlex.t
9507 From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
9508 Date: Sun, 12 Aug 2001 22:24:51 +0200
9509 Message-ID: <6510457078.20010812222451@tesla.rcub.bg.ac.yu>
9510
9511 The 4nt command shell will expand the % in command line
9512 no matter what quoting is attempted, changed the % to @.
9513 Branch: perl
9514 ! ext/B/Showlex.t
9515____________________________________________________________________________
9516[ 11668] By: jhi on 2001/08/14 13:01:02
9517 Log: Subject: [PATCH] magic.t
9518 From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
9519 Date: Sun, 12 Aug 2001 20:49:27 +0200
9520 Message-ID: <844732764.20010812204927@tesla.rcub.bg.ac.yu>
9521 Branch: perl
9522 ! t/op/magic.t
9523____________________________________________________________________________
9524[ 11667] By: jhi on 2001/08/14 12:35:17
9525 Log: Add sharedsv* to the DOSish platforms; plus add
9526 some WinCE files to the list of DOSish files.
9527 Branch: perl
9528 ! NetWare/Makefile Porting/makerel win32/Makefile
9529 ! win32/makefile.mk wince/Makefile.ce
9530____________________________________________________________________________
9531[ 11666] By: jhi on 2001/08/14 12:29:57
9532 Log: More DOSish files.
9533 Branch: perl
9534 ! Porting/makerel
9535____________________________________________________________________________
9536[ 11665] By: jhi on 2001/08/14 12:27:58
9537 Log: Strip CRs from the WinCE files. Now we need to
9538 figure out in which CRs are really needed: probably
9539 Makefile.ce and the README files, at least, probably
9540 also the registry.bat.
9541 Branch: perl
9542 ! wince/Makefile.ce wince/README.compile wince/README.perlce
9543 ! wince/config.h wince/include/cectype.h wince/include/errno.h
9544 ! wince/include/sys/stat.h wince/include/sys/types.h
9545 ! wince/include/sys/utime.h wince/include/time.h wince/perl.rc
9546 ! wince/perldll.def wince/registry.bat wince/wince.h
9547 ! wince/xbuildall.ksh wince/xdistclean.ksh wince/xmakediffs.ksh
9548____________________________________________________________________________
9549[ 11664] By: jhi on 2001/08/14 12:05:09
9550 Log: Add some files to DOSish and writables.
9551 Branch: perl
9552 ! Porting/makerel
9553____________________________________________________________________________
9554[ 11663] By: jhi on 2001/08/14 03:08:07
9555 Log: Compile failure message tidying.
9556 Branch: perl
9557 ! t/lib/1_compile.t
9558____________________________________________________________________________
9559[ 11662] By: jhi on 2001/08/14 01:41:22
9560 Log: The new sharedsv* should be exported only if usethreads.
9561 Branch: perl
9562 ! makedef.pl
9563____________________________________________________________________________
9564[ 11661] By: jhi on 2001/08/14 00:25:30
9565 Log: Subject: [PATCH: perl@11626] URL updates for README.os390
9566 From: Peter Prymmer <pvhp@forte.com>
9567 Date: Mon, 13 Aug 2001 15:21:06 -0700 (PDT)
9568 Message-ID: <Pine.OSF.4.10.10108131517570.151295-100000@aspara.forte.com>
9569 Branch: perl
9570 ! README.os390
9571____________________________________________________________________________
9572[ 11660] By: jhi on 2001/08/13 12:54:54
9573 Log: Update Changes.
9574 Branch: perl
9575 ! Changes patchlevel.h
9576____________________________________________________________________________
b86be378
JH
9577[ 11659] By: jhi on 2001/08/13 12:45:21
9578 Log: Subject: [PATHC] sharedsv.[c|h]
9579 From: "Artur Bergman" <artur@contiller.se>
9580 Date: Mon, 13 Aug 2001 14:38:41 +0200
9581 Message-ID: <005401c123f4$e1f53360$21000a0a@vogw2kdev>
9582
9583 Subject: [PATCH] embed.pl
9584 From: Arthur Bergman <arthur@contiller.se>
9585 Date: Mon, 13 Aug 2001 14:38:14 +0200
9586 Message-ID: <B79D96D6.3088%arthur@contiller.se>
9587
9588 Subject: [PATCH] sharedsv cleanups
9589 From: "Arthur Bergman" <arthur@contiller.se>
9590 Date: Mon, 13 Aug 2001 15:14:25 +0200
9591 Message-ID: <005a01c123f9$dfe525d0$21000a0a@vogw2kdev>
9592
9593 Plus few tweaks: _init needs to be Adp, the prototypes
9594 should not be revealed unless using ithreads, #endif FOO
9595 must be #endif /* FOO */, adding (parentheses) around
9596 do { } while doesn't work too well.
9597 Branch: perl
9598 + sharedsv.c sharedsv.h
9599 ! MANIFEST Makefile.SH embed.h embed.pl global.sym objXSUB.h
9600 ! perl.h perlapi.c pod/perlapi.pod proto.h
9601____________________________________________________________________________
9602[ 11658] By: jhi on 2001/08/13 12:00:08
9603 Log: Subject: Re: END {} blocks run in perl_run
9604 From: Arthur Bergman <arthur@contiller.se>
9605 Date: Mon, 13 Aug 2001 11:11:30 +0200
9606 Message-ID: <B79D6661.3068%arthur@contiller.se>
9607 Branch: perl
9608 ! perl.c
9609____________________________________________________________________________
9610[ 11657] By: nick on 2001/08/13 09:03:02
9611 Log: Integrate mainline
9612 Branch: perlio
9613 +> (branch 326 files)
9614 - (delete 330 files)
9615 !> (integrate 85 files)
9616____________________________________________________________________________
9617[ 11656] By: jhi on 2001/08/12 23:24:18
9618 Log: If you want you can now add -DUSE_UTF8_SCRIPTS to your cflags
9619 and the Perl will be built to do that by default (adding that
9620 will break scripts having non-UTF-8 binary data, such as Latin-1.)
9621 Branch: perl
9622 ! op.c toke.c utf8.h
9623____________________________________________________________________________
9624[ 11655] By: jhi on 2001/08/12 23:05:14
9625 Log: Unnecessary downgrades.
9626 Branch: perl
9627 ! doop.c
9628____________________________________________________________________________
9629[ 11654] By: jhi on 2001/08/12 22:56:47
9630 Log: Failure not true anymore (probably caused by my broken setup).
9631 Branch: perl
9632 ! t/op/pat.t
9633____________________________________________________________________________
9634[ 11653] By: jhi on 2001/08/12 22:46:12
9635 Log: Not quite so relicy as thought in #11651 (op/concat #4 and #5
9636 stopped working).
9637 Branch: perl
9638 ! op.h pp_ctl.c regcomp.c
9639____________________________________________________________________________
9640[ 11652] By: jhi on 2001/08/12 22:30:04
9641 Log: There is no IN_UTF8.
9642 Branch: perl
9643 ! utf8.h
9644____________________________________________________________________________
9645[ 11651] By: jhi on 2001/08/12 21:08:06
9646 Log: More (less) regex/utf8 relics. (Toned down later in #11653.)
9647 Branch: perl
9648 ! op.c op.h pp_ctl.c regcomp.c
9649____________________________________________________________________________
9650[ 11650] By: jhi on 2001/08/12 20:17:32
9651 Log: Relic in op.c (no regex feature should depend on the utf8 pragma),
9652 and a test tweak.
9653 Branch: perl
9654 ! op.c t/pod/find.t
9655____________________________________________________________________________
9656[ 11649] By: jhi on 2001/08/12 18:45:52
9657 Log: Todo updates and fixes.
9658 Branch: perl
9659 ! pod/perltodo.pod
9660____________________________________________________________________________
9661[ 11648] By: jhi on 2001/08/12 18:43:50
9662 Log: Mark tests (and one module) having explicit Latin-1
9663 (and one file having explicit UTF-8) with an explicit
9664 'no utf8' (and one explicit 'use utf8').
9665
9666 NOTE: t/op/pat.t #64 fails mysteriously under 'use utf8'.
9667 Branch: perl
9668 ! lib/CGI/t/html.t lib/Locale/Codes/t/languages.t
9669 ! lib/Locale/Language.pm lib/charnames.t lib/locale.t
9670 ! t/lib/locale/latin1 t/lib/locale/utf8 t/op/pat.t
9671____________________________________________________________________________
9672[ 11647] By: jhi on 2001/08/12 17:10:22
9673 Log: Subject: SV: END {} blocks run in perl_run
9674 From: "Arthur Bergman" <arthur@contiller.se>
9675 Date: Sun, 12 Aug 2001 00:34:28 +0200
9676 Message-ID: <03fd01c122b5$c803c600$052aa8c0@foo>
9677 Branch: perl
9678 ! miniperlmain.c perl.c
9679____________________________________________________________________________
9680[ 11646] By: jhi on 2001/08/12 16:59:00
9681 Log: Typos in #11645.
9682 Branch: perl
9683 ! perl.h
9684____________________________________________________________________________
9685[ 11645] By: jhi on 2001/08/12 16:55:31
9686 Log: On ithreads default to use_reentrant except on naturally
9687 threadsafe platforms.
9688 Branch: perl
9689 ! perl.h
9690____________________________________________________________________________
9691[ 11644] By: jhi on 2001/08/12 15:45:43
9692 Log: (Hopefully) a fix for 20010723.004: make install needs
9693 write permission in build directory. The problem was
9694 probably caused by overeager sprinkling of the lib/re.pm
9695 dependencies (which was done to guarantee lib/re.pm being
9696 uptodate for parallel makes: now solved by funneling that
9697 through an explicit recursive make in the preplibrary target).
9698 Branch: perl
9699 ! Makefile.SH
9700____________________________________________________________________________
9701[ 11643] By: jhi on 2001/08/12 14:16:44
9702 Log: Dispell the "use utf8" superstition.
9703 Branch: perl
9704 ! lib/utf8.pm pod/perlfunc.pod pod/perlretut.pod pod/perltoc.pod
9705 ! pod/perlunicode.pod
9706____________________________________________________________________________
9707[ 11642] By: jhi on 2001/08/12 13:56:42
9708 Log: Subject: Re: [ID 20010730.010] FETCH called twice with -T
9709 From: "Abigail" <abigail@foad.org>
9710 Date: Sat, 11 Aug 2001 23:49:49 +0200
9711 Message-ID: <20010811214950.23255.qmail@foad.org>
9712 Branch: perl
9713 ! t/op/taint.t
9714____________________________________________________________________________
9715[ 11641] By: jhi on 2001/08/12 13:56:18
9716 Log: Subject: Re: [ID 20010730.010] FETCH called twice with -T
9717 From: Abhijit Menon-Sen <ams@wiw.org>
9718 Date: Sat, 11 Aug 2001 06:18:19 +0530
9719 Message-ID: <20010811061819.P526@lustre.dyn.wiw.org>
9720 Branch: perl
9721 ! mg.c
9722____________________________________________________________________________
9723[ 11640] By: jhi on 2001/08/12 13:45:58
9724 Log: Test for change #11639.
9725 Branch: perl
9726 ! t/op/tiehandle.t
9727____________________________________________________________________________
9728[ 11639] By: jhi on 2001/08/12 13:42:03
9729 Log: Subject: Re: Can't localize *FH, then tie it
9730 From: Abhijit Menon-Sen <ams@wiw.org>
9731 Date: Sun, 12 Aug 2001 16:08:06 +0530
9732 Message-ID: <20010812160806.A28712@lustre.dyn.wiw.org>
9733 Branch: perl
9734 ! pp_hot.c pp_sys.c
9735____________________________________________________________________________
9736[ 11638] By: jhi on 2001/08/12 03:30:07
9737 Log: Drop all the unnecessary "use utf8" clauses and some of
9738 the unnecessary "use bytes" ones.
9739
9740 TODO: scour the documentation for unnecessary "use utf8"
9741 and prominently display it in perldelta when the time comes.
9742 ("use utf8" should be necessary ONLY if one wants the script
9743 to be in UTF-8.) Also should be checked in some non-ASCII
9744 non-Latin-1 platform, like EBCDIC.
9745 Branch: perl
9746 ! t/comp/require.t t/io/utf8.t t/op/concat.t t/op/each.t
9747 ! t/op/pat.t t/op/regmesg.t t/op/sprintf.t t/op/tr.t
9748____________________________________________________________________________
9749[ 11637] By: jhi on 2001/08/11 17:55:36
9750 Log: Add t/op/lc.t to see if lc, uc, lcfirst, ucfirst, quotemeta work.
9751 Smoked out bugs (well, the same bug twice) from ucfirst and lcfirst
9752 in Unicode handling.
9753 Branch: perl
9754 + t/op/lc.t
9755 ! MANIFEST pp.c t/op/misc.t t/op/readdir.t
9756____________________________________________________________________________
9757[ 11636] By: jhi on 2001/08/11 17:14:06
9758 Log: Thinko: we want the flags for native cc, not gcc.
9759 Branch: perl
9760 ! hints/dec_osf.sh
9761____________________________________________________________________________
9762[ 11635] By: jhi on 2001/08/11 15:14:48
9763 Log: Subject: [PATCH] Re: [ID 20010809.028] x operator not copying elements in 'for' list?
9764 From: Robin Houston <robin@kitsite.com>
9765 Date: Fri, 10 Aug 2001 14:42:02 +0100
9766 Message-ID: <20010810144202.A32754@puffinry.freeserve.co.uk>
9767 Branch: perl
9768 ! pp.c
9769____________________________________________________________________________
9770[ 11634] By: jhi on 2001/08/11 14:59:22
9771 Log: Subject: [PATCH] turn $a.=<F> into an RCATLINE
9772 From: Abhijit Menon-Sen <ams@wiw.org>
9773 Date: Sat, 11 Aug 2001 16:31:04 +0530
9774 Message-ID: <20010811163104.Q526@lustre.dyn.wiw.org>
9775 Branch: perl
9776 ! op.c
9777____________________________________________________________________________
9778[ 11633] By: jhi on 2001/08/11 14:58:07
9779 Log: Get rid of indread, from Abhijit Menon-Sen.
9780 Branch: perl
9781 ! pp_sys.c
9782____________________________________________________________________________
9783[ 11632] By: jhi on 2001/08/10 23:39:04
9784 Log: CRLFgngngn.
9785 Branch: perl
9786 ! win32/Makefile win32/makefile.mk
9787____________________________________________________________________________
9788[ 11631] By: jhi on 2001/08/10 23:37:43
9789 Log: Decommission Time::Piece; unnecessary Yet Another Time-Date Module.
9790 Branch: perl
9791 - ext/Time/Piece/Makefile.PL ext/Time/Piece/Piece.pm
9792 - ext/Time/Piece/Piece.t ext/Time/Piece/Piece.xs
9793 - ext/Time/Piece/README ext/Time/Piece/Seconds.pm
9794 ! MANIFEST Porting/config.sh djgpp/config.over epoc/config.sh
9795 ! ext/POSIX/POSIX.pod hints/vmesa.sh pod/perlfaq4.pod
9796 ! pod/perllocale.pod pod/perltoc.pod t/lib/1_compile.t
9797 ! win32/Makefile win32/makefile.mk
9798____________________________________________________________________________
9799[ 11630] By: jhi on 2001/08/10 13:53:15
9800 Log: Avoid #elif (less portable than #else #if).
9801 Branch: perl
9802 ! handy.h
9803____________________________________________________________________________
9804[ 11629] By: jhi on 2001/08/10 13:49:53
9805 Log: Subject: patch for perlvar.pod
9806 From: mah@everybody.org (Mark A. Hershberger)
9807 Date: 08 Aug 2001 17:03:16 -0500
9808 Message-ID: <87g0b2w6or.fsf@mah.mcdermott.com>
9809 Branch: perl
9810 ! pod/perlvar.pod
9811____________________________________________________________________________
9812[ 11628] By: jhi on 2001/08/10 13:45:48
9813 Log: cpp commands must start (the # must be) at the column #0.
9814 Branch: perl
9815 ! op.c
9816____________________________________________________________________________
9817[ 11627] By: jhi on 2001/08/10 13:41:07
9818 Log: If using gcc -B/foo/bar makedepend would give
9819 unnecessary warnings about unused -B/foo/bar.
9820 Branch: perl
9821 ! makedepend.SH
9822____________________________________________________________________________
9823[ 11626] By: jhi on 2001/08/09 14:56:29
9824 Log: Update Changes.
9825 Branch: perl
9826 ! Changes patchlevel.h
9827____________________________________________________________________________
e8b5448c
JH
9828[ 11625] By: jhi on 2001/08/09 14:54:05
9829 Log: s/z/tz/
9830 Branch: perl
9831 ! pod/perlfaq2.pod
9832____________________________________________________________________________
9833[ 11624] By: jhi on 2001/08/09 14:52:52
9834 Log: Article nit.
9835 Branch: perl
9836 ! pod/perlfaq2.pod
9837____________________________________________________________________________
9838[ 11623] By: jhi on 2001/08/09 14:49:00
9839 Log: Rename lib/unicode files to lib/unicore to avoid
9840 conflicts between core lib/unicode and Unicode::
9841 files in case-ignoring filesystems.
9842 Branch: perl
9843 + (add 325 files)
9844 - (delete 324 files)
9845 ! MANIFEST lib/charnames.pm lib/utf8_heavy.pl pod/perlretut.pod
9846____________________________________________________________________________
9847[ 11622] By: jhi on 2001/08/09 13:33:47
9848 Log: Upgrade to Math::BigInt 1.41.
9849 Branch: perl
9850 ! lib/Math/BigInt.pm lib/Math/BigInt/t/bigintpm.t
9851____________________________________________________________________________
9852[ 11621] By: jhi on 2001/08/09 13:31:20
9853 Log: Subject: [PATCH] remove PL_na from typemap
9854 From: James <james@rf.net>
9855 Date: Mon, 06 Aug 2001 20:23:15 -0700
9856 Message-ID: <3B6F5F23.A31A81B1@rf.net>
9857
9858 (had to be manually applied)
9859 Branch: perl
9860 ! lib/ExtUtils/typemap
9861____________________________________________________________________________
9862[ 11620] By: jhi on 2001/08/09 13:27:11
9863 Log: The metaconfig unit changes for #11618.
9864 Branch: metaconfig/U/perl
9865 + d_fpclassl.U i_fp.U
9866____________________________________________________________________________
9867[ 11619] By: jhi on 2001/08/09 13:25:21
9868 Log: Forgot this from #11618.
9869
9870 NOTE: wince/config_H.ce needs updating.
9871 Branch: perl
9872 ! wince/config.ce
9873____________________________________________________________________________
9874[ 11618] By: jhi on 2001/08/09 13:21:51
9875 Log: Introduce more floating point classifying APIs;
9876 try to define (most importantly) Perl_is{inf,nan}(x).
9877
9878 For this first cut, assume none such APIs exist in non-UNIXoid
9879 platforms-- this is of course too unkind: Win32 rumoredly has
9880 _fpclass() and _isnan(), and VMS/VOS very probably have some
9881 of the APIs available. The only thing Perl uses at the moment
9882 is Perl_isnan() (has been in use for a while now).
9883
9884 NOTE: the Win32 and NetWare config_h.?c need regenerating.
9885 Branch: perl
9886 ! Configure NetWare/config.wc Porting/Glossary Porting/config.sh
9887 ! Porting/config_H config_h.SH configure.com epoc/config.sh
9888 ! hints/hpux.sh perl.h pod/perltoc.pod uconfig.h uconfig.sh
9889 ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
9890 ! vos/config.ga.h win32/config.bc win32/config.gc
9891 ! win32/config.vc win32/config_H.bc win32/config_H.gc
9892 ! win32/config_H.vc wince/config.ce wince/config.h
9893____________________________________________________________________________
9894[ 11617] By: jhi on 2001/08/09 11:08:51
9895 Log: Integrate change #11519 from perlio:
9896
9897 Avoid testing for (non-)existance of "encoding(xxxx)"
9898 layer is called "encoding" the (xxxx) is an argument.
9899 Branch: perl
9900 !> lib/open.pm
9901____________________________________________________________________________
9902[ 11616] By: nick on 2001/08/09 07:50:24
9903 Log: Integrate mainline
9904 Branch: perlio
9905 +> ext/PerlIO/t/via.t lib/Getopt/Long/CHANGES
9906 +> lib/Getopt/Long/README lib/Getopt/Long/t/gol-basic.t
9907 +> lib/Getopt/Long/t/gol-compat.t lib/Getopt/Long/t/gol-linkage.t
9908 +> lib/Getopt/Long/t/gol-oo.t utils/perlivp.PL
9909 - lib/Getopt/Long/t/basic.t lib/Getopt/Long/t/compat.t
9910 - lib/Getopt/Long/t/linkage.t lib/Getopt/Long/t/oo.t
9911 !> (integrate 79 files)
9912____________________________________________________________________________
9913[ 11615] By: nick on 2001/08/09 06:23:44
9914 Log: Avoid testing for (non-)existance of "encoding(xxxx)"
9915 layer is called "encoding" the (xxxx) is an argument.
9916 Branch: perlio
9917 ! lib/open.pm
9918____________________________________________________________________________
9919[ 11614] By: jhi on 2001/08/08 21:50:19
9920 Log: Subject: [PATCH bleadperl] Teach B::Concise about PADOP
9921 From: Paul Johnson <paul@pjcj.net>
9922 Date: Wed, 8 Aug 2001 23:54:17 +0200
9923 Message-ID: <20010808235417.O1006@pjcj.net>
9924 Branch: perl
9925 ! ext/B/B/Concise.pm
9926____________________________________________________________________________
9927[ 11613] By: jhi on 2001/08/08 13:22:13
9928 Log: Make VMS use IEEE math by default; reorder Tru64 hints
9929 so that -fprm d -ieee (the -ieee gives as e.g. IEEE 754
9930 exception semantics) is always set if using (the new) cc.
9931 Branch: perl
9932 ! configure.com hints/dec_osf.sh
9933____________________________________________________________________________
9934[ 11612] By: jhi on 2001/08/08 12:14:56
9935 Log: Subject: Re: [ID 20010806.008] tied hashes, invocation of FIRSTKEY
9936 From: Abhijit Menon-Sen <ams@wiw.org>
9937 Date: Tue, 7 Aug 2001 17:16:05 +0530
9938 Message-ID: <20010807171605.K526@lustre.dyn.wiw.org>
9939 Branch: perl
9940 ! pp_sys.c
9941____________________________________________________________________________
9942[ 11611] By: jhi on 2001/08/08 02:28:58
9943 Log: Subject: [PATCH perl@11597] fix t/run/exit.t for VMS
9944 From: "Craig A. Berry" <craigberry@mac.com>
9945 Date: Tue, 07 Aug 2001 22:27:47 -0500
9946 Message-Id: <5.1.0.14.0.20010806105326.02d22298@exchi01>
9947 Branch: perl
9948 ! t/run/exit.t
9949____________________________________________________________________________
9950[ 11610] By: jhi on 2001/08/08 00:12:00
9951 Log: Subject: [PATCH bleadperl] better VMS docs for $?, exit(), and system()
9952 From: "Craig A. Berry" <craigberry@mac.com>
9953 Date: Tue, 07 Aug 2001 20:01:53 -0500
9954 Message-Id: <5.1.0.14.0.20010807155648.01ba3c98@exchi01>
9955 Branch: perl
9956 ! pod/perlport.pod pod/perlvar.pod vms/perlvms.pod
9957____________________________________________________________________________
9958[ 11609] By: jhi on 2001/08/07 23:49:09
9959 Log: Update the magazine information.
9960 Branch: perl
9961 ! pod/perlfaq2.pod
9962____________________________________________________________________________
9963[ 11608] By: jhi on 2001/08/07 23:35:27
9964 Log: Ignore SIGFPE everywhere.
9965 Branch: perl
9966 ! hints/os390.sh hints/posix-bc.sh hints/uts.sh numeric.c perl.h
9967____________________________________________________________________________
9968[ 11607] By: jhi on 2001/08/07 23:07:04
9969 Log: With permission, change the licensing of the docs by
9970 TomC (and Gnat) to comply with the rest of Perl.
9971 Branch: perl
9972 ! pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq2.pod
9973 ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod
9974 ! pod/perlfaq6.pod pod/perlfaq7.pod pod/perlfaq8.pod
9975 ! pod/perlfaq9.pod pod/perlopentut.pod pod/perltoot.pod
9976 ! pod/perltootc.pod
9977____________________________________________________________________________
9978[ 11606] By: jhi on 2001/08/07 22:50:04
9979 Log: Subject: [PATCH 5.6.x, 5.7.2] hints/openbsd.sh tweaks.
9980 From: Andy Dougherty <doughera@lafayette.edu>
9981 Date: Tue, 7 Aug 2001 15:49:33 -0400 (EDT)
9982 Message-ID: <Pine.SOL.4.10.10108071544040.2431-100000@maxwell.phys.lafayette.edu>
9983 Branch: perl
9984 ! hints/openbsd.sh
9985____________________________________________________________________________
9986[ 11605] By: jhi on 2001/08/07 22:49:18
9987 Log: Subject: [PATCH] Makefile.SH test_prep dependency
9988 From: Andy Dougherty <doughera@lafayette.edu>
9989 Date: Tue, 7 Aug 2001 15:44:01 -0400 (EDT)
9990 Message-ID: <Pine.SOL.4.10.10108071540190.2431-100000@maxwell.phys.lafayette.edu>
9991 Branch: perl
9992 ! Makefile.SH
9993____________________________________________________________________________
9994[ 11604] By: jhi on 2001/08/07 22:44:35
9995 Log: Don't autogenerate the headers et alia,
9996 make regen_headers explicitly.
9997 Branch: perl
9998 ! Makefile.SH
9999____________________________________________________________________________
10000[ 11603] By: jhi on 2001/08/07 22:33:48
10001 Log: Subject: Re: [ID 20010807.011] 5.6.1 coredumping on bleedperl embed.pl
10002 From: Gurusamy Sarathy <gsar@ActiveState.com>
10003 Date: Tue, 07 Aug 2001 08:33:26 -0700
10004 Message-Id: <200108071533.f77FXQf01168@smtp3.ActiveState.com>
10005
10006 Unnecessary dependency.
10007 Branch: perl
10008 ! embed.pl
10009____________________________________________________________________________
10010[ 11602] By: jhi on 2001/08/07 13:52:41
10011 Log: Subject: Re: [ID 20010806.006] Can't read coderef from tied variable
10012 From: Abhijit Menon-Sen <ams@wiw.org>
10013 Date: Tue, 7 Aug 2001 09:10:54 +0530
10014 Message-ID: <20010807091054.H526@lustre.dyn.wiw.org>
10015 Branch: perl
10016 ! pp_hot.c
10017____________________________________________________________________________
10018[ 11601] By: jhi on 2001/08/07 13:46:33
10019 Log: Subject: [PATCH perl@11597] B && BEGIN handling
10020 From: "James A. Duncan" <jduncan@fotango.com>
10021 Date: Mon, 6 Aug 2001 17:29:11 +0100
10022 Message-ID: <20010806172911.A2071@fotango.com>
10023
10024 (the intrpvar.h addition moved to the end for bincompat)
10025 Branch: perl
10026 ! embedvar.h ext/B/B.xs intrpvar.h perl.c perlapi.h
10027____________________________________________________________________________
10028[ 11600] By: jhi on 2001/08/07 11:53:48
10029 Log: Integrate change #11598 from maintperl (fcrypt.c URL updates)
10030 Branch: perl
10031 !> README.win32
10032____________________________________________________________________________
10033[ 11599] By: gsar on 2001/08/07 06:31:39
10034 Log: fix URLs for fcrypt.c
10035 Branch: maint-5.6/perl
10036 ! README.win32
10037____________________________________________________________________________
10038[ 11598] By: jhi on 2001/08/06 15:02:48
10039 Log: Yet another way to say Infinity: HP-UX calls its "++".
10040 Branch: perl
10041 ! lib/Math/BigInt/t/bigintpm.t
10042____________________________________________________________________________
10043[ 11597] By: jhi on 2001/08/06 13:40:01
10044 Log: Update Changes.
10045 Branch: perl
10046 ! Changes patchlevel.h
10047____________________________________________________________________________
f8c9a756
JH
10048[ 11596] By: jhi on 2001/08/06 13:24:28
10049 Log: Advertise File::Temp, don't advertise POSIX::tmpnam().
10050 Branch: perl
10051 ! pod/perlfaq5.pod
10052____________________________________________________________________________
10053[ 11595] By: jhi on 2001/08/06 12:51:38
10054 Log: The #11593 wasn't right.
10055 Branch: perl
10056 ! lib/Math/BigInt/t/bigintpm.t
10057____________________________________________________________________________
10058[ 11594] By: jhi on 2001/08/06 12:34:15
10059 Log: Subject: [PATCH: perl@11564] introducing perlivp
10060 From: Prymmer/Kahn <pvhp@best.com>
10061 Date: Sun, 5 Aug 2001 22:00:14 -0700 (PDT)
10062 Message-ID: <Pine.BSF.4.21.0108052155110.7110-100000@shell8.ba.best.com>
10063
10064 Subject: Re: [PATCH: perl@11564] introducing perlivp
10065 From: Prymmer/Kahn <pvhp@best.com>
10066 Date: Sun, 5 Aug 2001 22:32:59 -0700 (PDT)
10067 Message-ID: <Pine.BSF.4.21.0108052229470.9059-100000@shell8.ba.best.com>
10068 Branch: perl
10069 + utils/perlivp.PL
10070 ! MANIFEST utils.lst utils/Makefile vms/descrip_mms.template
10071 ! win32/Makefile win32/makefile.mk
10072____________________________________________________________________________
10073[ 11593] By: jhi on 2001/08/05 23:10:52
10074 Log: libcs are confused what to call Infinity.
10075 Branch: perl
10076 ! lib/Math/BigInt/t/bigintpm.t
10077____________________________________________________________________________
10078[ 11592] By: jhi on 2001/08/05 23:07:50
10079 Log: Avoid SIGFPE in Tru64.
10080 Branch: perl
10081 ! numeric.c
10082____________________________________________________________________________
10083[ 11591] By: jhi on 2001/08/05 22:46:10
10084 Log: Upgrade to Math::BigInt 1.40.
10085
10086 NOTE: this patch necessitates doing something about
10087 infinity handling since the new bigintpm.t tests use
10088 infinity, which causes SIGFPEs at least in Tru64.
10089 Branch: perl
10090 ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
10091 ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bigfltpm.t
10092 ! lib/Math/BigInt/t/bigintc.t lib/Math/BigInt/t/bigintpm.t
10093 ! lib/Math/BigInt/t/mbimbf.t
10094____________________________________________________________________________
10095[ 11590] By: gsar on 2001/08/05 21:57:43
10096 Log: remove hardcoded cmd shell in testsuite
10097 Branch: perl
10098 ! t/op/glob.t t/op/magic.t t/op/stat.t
10099____________________________________________________________________________
10100[ 11589] By: gsar on 2001/08/05 21:35:50
10101 Log: 4-arg select() was busted on windows because change#8178 didn't
10102 make it into mainline
10103 Branch: perl
10104 ! perl.h win32/include/sys/socket.h
10105____________________________________________________________________________
10106[ 11588] By: jhi on 2001/08/05 19:40:31
10107 Log: Rename the Getopt::Long tests to be as they are
10108 in the Getopt::Long official distribution.
10109 Branch: perl
10110 + lib/Getopt/Long/t/gol-basic.t lib/Getopt/Long/t/gol-compat.t
10111 + lib/Getopt/Long/t/gol-linkage.t lib/Getopt/Long/t/gol-oo.t
10112 - lib/Getopt/Long/t/basic.t lib/Getopt/Long/t/compat.t
10113 - lib/Getopt/Long/t/linkage.t lib/Getopt/Long/t/oo.t
10114 ! MANIFEST
10115____________________________________________________________________________
10116[ 11587] By: jhi on 2001/08/05 19:38:07
10117 Log: Upgrade to Getopt::Long 2.26.
10118 Branch: perl
10119 + lib/Getopt/Long/CHANGES lib/Getopt/Long/README
10120 ! MANIFEST lib/Getopt/Long.pm
10121____________________________________________________________________________
10122[ 11586] By: jhi on 2001/08/05 19:26:50
10123 Log: Retract #10874 (the hack should be unnecessary by now)
10124 Branch: perl
10125 ! lib/Test/Harness.pm
10126____________________________________________________________________________
10127[ 11585] By: gsar on 2001/08/05 16:45:54
10128 Log: avoid temp file littering in tests
10129 Branch: perl
10130 ! ext/PerlIO/t/encoding.t lib/Memoize/t/errors.t
10131____________________________________________________________________________
10132[ 11584] By: jhi on 2001/08/05 16:42:50
10133 Log: Subject: warning in sv.c: double format, NV arg
10134 From: "Philip Newton" <Philip.Newton@gmx.net>
10135 Date: Sun, 5 Aug 2001 19:41:07 +0200
10136 Message-Id: <200108051735.f75HZ1L18235@chaos.wustl.edu>
10137 Branch: perl
10138 ! sv.c
10139____________________________________________________________________________
10140[ 11583] By: gsar on 2001/08/05 16:28:22
10141 Log: fix POSIX.t#13 for windos
10142 Branch: perl
10143 ! ext/POSIX/POSIX.t
10144____________________________________________________________________________
10145[ 11582] By: jhi on 2001/08/05 16:10:59
10146 Log: Add a test for PerlIO::Via.
10147 Branch: perl
10148 + ext/PerlIO/t/via.t
10149 ! MANIFEST ext/PerlIO/Via/Via.pm
10150____________________________________________________________________________
10151[ 11581] By: gsar on 2001/08/05 15:00:26
10152 Log: flock() and link() are not available on Windows 9x
10153 Branch: perl
10154 ! win32/config_sh.PL
10155____________________________________________________________________________
10156[ 11580] By: jhi on 2001/08/05 13:56:46
10157 Log: Some Tru64 C compilers have C++ components that confuse
10158 the ccversion parsing.
10159 Branch: perl
10160 ! hints/dec_osf.sh
10161____________________________________________________________________________
10162[ 11579] By: jhi on 2001/08/05 13:31:07
10163 Log: (Reintroduce #11125)
10164
10165 Subject: MakeMaker should pass through DEFINE and INC to subdirs
10166 From: Alan Burlison <Alan.Burlison@sun.com>
10167 Date: Tue, 03 Jul 2001 15:20:13 +0100
10168 Message-ID: <3B41D49D.A923D4F9@sun.com>
10169 Branch: perl
10170 ! lib/ExtUtils/MM_Unix.pm
10171____________________________________________________________________________
10172[ 11578] By: jhi on 2001/08/05 03:17:20
10173 Log: Little pointer juggling for HP-UX cc to avoid
10174 "warning 524: Cast (non-lvalue) appears on left-hand side of assignment."
10175 followed by
10176 "error 1549: Modifiable lvalue required for assignment operator."
10177 Branch: perl
10178 ! hv.c
10179____________________________________________________________________________
10180[ 11577] By: jhi on 2001/08/04 18:09:38
10181 Log: Continuation of #11575: SANY_SEEN completely deprecated,
10182 plus more tests that unearthed a bug in @a = ($utf8 =~ /\C/g),
10183 plus a fix for the bug.
10184 Branch: perl
10185 ! pp_hot.c regcomp.c regcomp.h regexec.c regexp.h t/op/pat.t
10186____________________________________________________________________________
10187[ 11576] By: jhi on 2001/08/04 17:31:06
10188 Log: Subject: Re: [patch] rid "Scalars leaked" from perl_clone
10189 From: Doug MacEachern <dougm@covalent.net>
10190 Date: Sat, 4 Aug 2001 11:09:37 -0700 (PDT)
10191 Message-ID: <Pine.LNX.4.21.0108041102390.23972-100000@mako.covalent.net>
10192 Branch: perl
10193 ! sv.c
10194____________________________________________________________________________
10195[ 11575] By: jhi on 2001/08/04 17:28:55
10196 Log: Decouple SANY into SANY and CANY: the new SANY is /./s,
10197 the new CANY is the \C. The problem reported and the
10198 test case supplied in
10199
10200 Subject: UTF-8 bugs in string length & single line regex matches
10201 From: "Daniel P. Berrange" <dan@berrange.com>
10202 Date: Fri, 3 Aug 2001 11:39:33 +0100
10203 Message-ID: <20010803113932.A19318@berrange.com>
10204 Branch: perl
10205 ! regcomp.c regcomp.h regcomp.sym regexec.c regexp.h regnodes.h
10206 ! t/op/pat.t
10207____________________________________________________________________________
10208[ 11574] By: jhi on 2001/08/04 15:42:34
10209 Log: Subject: Re: [patch] ignore PL_curpm in PL_regex_padav cleanup
10210 From: Doug MacEachern <dougm@covalent.net>
10211 Date: Sat, 4 Aug 2001 09:43:02 -0700 (PDT)
10212 Message-ID: <Pine.LNX.4.21.0108040939050.23972-100000@mako.covalent.net>
10213 Branch: perl
10214 ! perl.c regexec.c
10215____________________________________________________________________________
10216[ 11573] By: jhi on 2001/08/04 14:20:26
10217 Log: The #11572 didn't up the test count.
10218 Branch: perl
10219 ! t/op/length.t
10220____________________________________________________________________________
10221[ 11572] By: jhi on 2001/08/04 14:12:45
10222 Log: Subject: UTF-8 bugs in string length & single line regex matches
10223 From: "Daniel P. Berrange" <dan@berrange.com>
10224 Date: Fri, 3 Aug 2001 11:39:33 +0100
10225 Message-ID: <20010803113932.A19318@berrange.com>
10226
10227 (the mg_length() fix)
10228 Branch: perl
10229 ! mg.c t/op/length.t
10230____________________________________________________________________________
10231[ 11571] By: jhi on 2001/08/04 14:10:39
10232 Log: Subject: Re: [PATCH hv.c] newHVhv shouldn't reset xhv_max so often
10233 From: Abhijit Menon-Sen <ams@wiw.org>
10234 Date: Sat, 4 Aug 2001 16:56:35 +0530
10235 Message-ID: <20010804165635.E526@lustre.dyn.wiw.org>
10236 Branch: perl
10237 ! hv.c
10238____________________________________________________________________________
10239[ 11570] By: jhi on 2001/08/04 14:09:59
10240 Log: Subject: Re: [PATCH hv.c] newHVhv shouldn't reset xhv_max so often
10241 From: Abhijit Menon-Sen <ams@wiw.org>
10242 Date: Sat, 4 Aug 2001 16:16:03 +0530
10243 Message-ID: <20010804161603.C526@lustre.dyn.wiw.org>
10244 Branch: perl
10245 ! hv.c
10246____________________________________________________________________________
10247[ 11569] By: jhi on 2001/08/04 14:09:09
10248 Log: Subject: Re: [patch] refcount re ops
10249 From: Abhijit Menon-Sen <ams@wiw.org>
10250 Date: Sat, 4 Aug 2001 08:54:55 +0530
10251 Message-ID: <20010804085455.B526@lustre.dyn.wiw.org>
10252 Branch: perl
10253 ! sv.c
10254____________________________________________________________________________
10255[ 11568] By: jhi on 2001/08/04 14:08:19
10256 Log: Subject: [patch] refcount re ops
10257 From: Doug MacEachern <dougm@covalent.net>
10258 Date: Fri, 3 Aug 2001 18:17:41 -0700 (PDT)
10259 Message-ID: <Pine.LNX.4.21.0108031814240.23972-100000@mako.covalent.net>
10260 Branch: perl
10261 ! regcomp.c sv.c
10262____________________________________________________________________________
10263[ 11567] By: jhi on 2001/08/03 23:52:56
10264 Log: Subject: [patch] ignore PL_curpm in PL_regex_padav cleanup
10265 From: Doug MacEachern <dougm@covalent.net>
10266 Date: Fri, 3 Aug 2001 17:37:53 -0700 (PDT)
10267 Message-ID: <Pine.LNX.4.21.0108031730040.23972-100000@mako.covalent.net>
10268 Branch: perl
10269 ! perl.c regexec.c
10270____________________________________________________________________________
10271[ 11566] By: jhi on 2001/08/03 20:45:10
10272 Log: Subject: [PATCH perl@11564] fix t/op/misc.t for VMS
10273 From: "Craig A. Berry" <craigberry@mac.com>
10274 Date: Fri, 03 Aug 2001 16:16:16 -0500
10275 Message-Id: <5.1.0.14.0.20010803161026.03530e58@exchi01>
10276 Branch: perl
10277 ! t/op/misc.t
10278____________________________________________________________________________
10279[ 11565] By: jhi on 2001/08/03 13:46:40
10280 Log: Subject: Re: [ID 20010731.105] MinGW can't compile win32.c on Windows 2000
10281 From: John Kristian <jmk2001@engineer.com>
10282 Date: Fri, 03 Aug 2001 00:59:08 -0700
10283 Message-id: <03a101c11bf2$2c9b5ee0$0100a8c0@JOHNKRISTIAN>
10284 Branch: perl
10285 ! win32/win32.c
10286____________________________________________________________________________
10287[ 11564] By: jhi on 2001/08/03 13:25:39
10288 Log: Update Changes.
10289 Branch: perl
10290 ! Changes patchlevel.h
10291____________________________________________________________________________
c72a9197
JH
10292[ 11563] By: jhi on 2001/08/03 12:13:17
10293 Log: Subject: [PATCH perl@11523] fix Stash.t for VMS
10294 From: "Craig A. Berry" <craigberry@mac.com>
10295 Date: Thu, 02 Aug 2001 23:15:24 -0500
10296 Message-Id: <5.1.0.14.0.20010802230843.03530e58@mail.mac.com>
10297 Branch: perl
10298 ! ext/B/Stash.t
10299____________________________________________________________________________
10300[ 11562] By: jhi on 2001/08/03 12:11:57
10301 Log: Subject: [patch] plug PL_cshname leak
10302 From: Doug MacEachern <dougm@covalent.net>
10303 Date: Thu, 2 Aug 2001 20:59:04 -0700 (PDT)
10304 Message-ID: <Pine.LNX.4.21.0108022058020.8991-100000@mako.covalent.net>
10305 Branch: perl
10306 ! sv.c
10307____________________________________________________________________________
10308[ 11561] By: jhi on 2001/08/03 12:10:32
10309 Log: Subject: [patch] plug PL_sh_path leak
10310 From: Doug MacEachern <dougm@covalent.net>
10311 Date: Thu, 2 Aug 2001 20:54:08 -0700 (PDT)
10312 Message-ID: <Pine.LNX.4.21.0108022043040.8991-100000@mako.covalent.net>
10313 Branch: perl
10314 ! sv.c
10315____________________________________________________________________________
10316[ 11560] By: jhi on 2001/08/03 12:09:50
10317 Log: Subject: [patch] plug PL_regex_padav leaks
10318 From: Doug MacEachern <dougm@covalent.net>
10319 Date: Thu, 2 Aug 2001 20:24:55 -0700 (PDT)
10320 Message-ID: <Pine.LNX.4.21.0108022020100.8991-100000@mako.covalent.net>
10321 Branch: perl
10322 ! op.c op.h perl.c
10323____________________________________________________________________________
10324[ 11559] By: jhi on 2001/08/03 12:08:59
10325 Log: Subject: [patch] plug PL_origargv leak
10326 From: Doug MacEachern <dougm@covalent.net>
10327 Date: Thu, 2 Aug 2001 18:15:22 -0700 (PDT)
10328 Message-ID: <Pine.LNX.4.21.0108021813380.8991-100000@mako.covalent.net>
10329 Branch: perl
10330 ! perl.c
10331____________________________________________________________________________
10332[ 11558] By: jhi on 2001/08/03 12:07:58
10333 Log: Subject: [PATCH hv.c] newHVhv shouldn't reset xhv_max so often
10334 From: Abhijit Menon-Sen <ams@wiw.org>
10335 Date: Fri, 3 Aug 2001 06:38:11 +0530
10336 Message-ID: <20010803063811.A19266@lustre.dyn.wiw.org>
10337 Branch: perl
10338 ! hv.c
10339____________________________________________________________________________
10340[ 11557] By: nick on 2001/08/03 08:17:38
10341 Log: Integrate mainline
10342 Branch: perlio
10343 +> (branch 47 files)
10344 - lib/Switch/test.pl
10345 !> (integrate 49 files)
10346____________________________________________________________________________
10347[ 11556] By: jhi on 2001/08/02 22:46:22
10348 Log: Subject: [PATCH perl@11523] fix Showlex.t for VMS
10349 From: "Craig A. Berry" <craigberry@mac.com>
10350 Date: Thu, 02 Aug 2001 12:56:19 -0500
10351 Message-Id: <5.1.0.14.0.20010802124618.034c5008@exchi01>
10352 Branch: perl
10353 ! ext/B/Showlex.t
10354____________________________________________________________________________
10355[ 11555] By: jhi on 2001/08/02 22:29:34
10356 Log: Be more careful about non-existent files.
10357 Branch: perl
10358 ! lib/File/Copy.pm
10359____________________________________________________________________________
10360[ 11554] By: jhi on 2001/08/02 21:37:27
10361 Log: Subject: [PATCH resend] deparse empty formats
10362 From: Robin Houston <robin@kitsite.com>
10363 Date: Thu, 2 Aug 2001 14:32:36 +0100
10364 Message-ID: <20010802143236.A894@robin.kitsite.com>
10365 Branch: perl
10366 ! ext/B/B/Deparse.pm
10367____________________________________________________________________________
10368[ 11553] By: jhi on 2001/08/02 16:37:32
10369 Log: Subject: [patch] ithreads + refto fix improvement
10370 From: Doug MacEachern <dougm@covalent.net>
10371 Date: Thu, 2 Aug 2001 09:41:53 -0700 (PDT)
10372 Message-ID: <Pine.LNX.4.21.0108020939030.8991-100000@mako.covalent.net>
10373 Branch: perl
10374 ! pp.c
10375____________________________________________________________________________
10376[ 11552] By: jhi on 2001/08/02 14:24:26
10377 Log: Readability nit from Abhijit.
10378 Branch: perl
10379 ! op.c
10380____________________________________________________________________________
10381[ 11551] By: jhi on 2001/08/02 14:22:31
10382 Log: setproctitle() API version nit from Anton Berezin.
10383 Branch: perl
10384 ! mg.c
10385____________________________________________________________________________
10386[ 11550] By: jhi on 2001/08/02 13:51:41
10387 Log: Add PerlCE to the docs.
10388 Branch: perl
10389 ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perlport.pod
10390 ! pod/perltoc.pod win32/Makefile win32/makefile.mk
10391____________________________________________________________________________
10392[ 11549] By: jhi on 2001/08/02 13:25:43
10393 Log: Integrate the PerlCE (WinCE Perl) port;
10394 kindly supplied by Rainer Keuchel <rkeuc@allgeier.com>.
10395 Branch: perl
10396 + README.ce wince/FindExt.pm wince/Makefile.ce
10397 + wince/README.compile wince/README.perlce wince/bin/exetype.pl
10398 + wince/bin/perlglob.pl wince/bin/pl2bat.pl wince/bin/runperl.pl
10399 + wince/bin/search.pl wince/config.ce wince/config.h
10400 + wince/config_H.ce wince/config_h.PL wince/config_sh.PL
10401 + wince/dl_win32.xs wince/include/arpa/inet.h
10402 + wince/include/cectype.h wince/include/errno.h
10403 + wince/include/netdb.h wince/include/sys/socket.h
10404 + wince/include/sys/stat.h wince/include/sys/types.h
10405 + wince/include/sys/utime.h wince/include/time.h wince/perl.ico
10406 + wince/perl.rc wince/perldll.def wince/perllib.c
10407 + wince/perlmain.c wince/registry.bat wince/runperl.c
10408 + wince/splittree.pl wince/win32.h wince/win32iop.h
10409 + wince/win32thread.c wince/win32thread.h wince/wince.c
10410 + wince/wince.h wince/wincesck.c wince/xbuildall.ksh
10411 + wince/xdistclean.ksh wince/xmakediffs.ksh
10412 ! MANIFEST perl.c perl.h perlio.c
10413____________________________________________________________________________
10414[ 11548] By: jhi on 2001/08/02 13:18:08
10415 Log: setproctitle() made simpler. (This assumes the string is
10416 \0-terminated: if not, the three-arg form setproctitle(fmt, len, s)
10417 should be used. Note len, not len + 1.) BSD-fu from Anton
10418 Berezin.
10419 Branch: perl
10420 ! mg.c
10421____________________________________________________________________________
10422[ 11547] By: jhi on 2001/08/02 12:49:54
10423 Log: Subject: [PATCH] -Wall cleanup: op.c
10424 From: Richard Soderberg <rs@oregonnet.com>
10425 Date: Thu, 2 Aug 2001 00:17:09 -0700
10426 Message-Id: <200108020717.AAA26895@oregonnet.com>
10427
10428 Subject: [PATCH] -Wall cleanup: sv.c
10429 From: Richard Soderberg <rs@oregonnet.com>
10430 Date: Thu, 2 Aug 2001 00:49:21 -0700
10431 Message-Id: <200108020749.AAA27492@oregonnet.com>
10432 Branch: perl
10433 ! op.c sv.c
10434____________________________________________________________________________
10435[ 11546] By: jhi on 2001/08/02 00:53:34
10436 Log: Update Changes.
10437 Branch: perl
10438 ! Changes patchlevel.h
10439____________________________________________________________________________
d7cc7b3a
JH
10440[ 11545] By: jhi on 2001/08/02 00:48:55
10441 Log: Subject: Re: [PATCH pp_ctl.c] proposed Windows safe-guard
10442 From: Doug MacEachern <dougm@covalent.net>
10443 Date: Wed, 1 Aug 2001 18:34:44 -0700 (PDT)
10444 Message-ID: <Pine.LNX.4.21.0108011830080.8991-100000@mako.covalent.net>
10445 Branch: perl
10446 ! op.c
10447____________________________________________________________________________
10448[ 11544] By: jhi on 2001/08/01 23:08:41
10449 Log: The #11541 didn't work under threads.
10450 Branch: perl
10451 ! op.c
10452____________________________________________________________________________
10453[ 11543] By: jhi on 2001/08/01 22:46:41
10454 Log: Subject: Re: [ID 20010621.002] UnixWare 7.1.1 and Perl-5.6.1 problems
10455 From: Hugo <hv@crypt.compulink.co.uk>
10456 Date: Fri, 22 Jun 2001 01:19:08 +0100
10457 Message-Id: <200106220019.BAA03365@crypt.compulink.co.uk>
10458
10459 (Skip tests if accept() failed)
10460 Branch: perl
10461 ! ext/IO/lib/IO/t/io_unix.t
10462____________________________________________________________________________
10463[ 11542] By: jhi on 2001/08/01 22:40:09
10464 Log: Subject: [ID 20010730.003] IRIX 6.5 already has struct sv in <sys/sema.h> (defined in perl.h)
10465 From: "Stian Seeberg" <sseeberg@nimsoft.no>
10466 Date: Mon, 30 Jul 2001 12:28:07 +0200
10467 Message-Id: <68236D3FC2D92347B466639324391D1A0432AB@PONDUS.nimsoft.no>
10468 Branch: perl
10469 ! perl.h
10470____________________________________________________________________________
10471[ 11541] By: jhi on 2001/08/01 22:38:31
10472 Log: Subject: Pluggable optimizer
10473 From: Simon Cozens <simon@netthink.co.uk>
10474 Date: Wed, 1 Aug 2001 13:57:02 -0700
10475 Message-ID: <20010801135702.I10442@netthink.co.uk>
10476 Branch: perl
10477 ! embedvar.h op.c perl.c perl.h perlapi.h sv.c thrdvar.h util.c
10478____________________________________________________________________________
10479[ 11540] By: jhi on 2001/08/01 22:29:54
10480 Log: Subject: [ID 20010801.039] perlre.pod message typo
10481 From: Autrijus Tang <autrijus@geb.elixus.org>
10482 Date: Thu, 2 Aug 2001 04:48:02 +0800 (CST)
10483 Message-Id: <200108012048.f71Km2r79890@geb.elixus.org>
10484 Branch: perl
10485 ! pod/perlre.pod
10486____________________________________________________________________________
10487[ 11539] By: jhi on 2001/08/01 16:32:52
10488 Log: Test for change #11536.
10489 Branch: perl
10490 ! t/op/tiehandle.t
10491____________________________________________________________________________
10492[ 11538] By: jhi on 2001/08/01 16:27:19
10493 Log: More test fixups for #11537.
10494 Branch: perl
10495 ! t/lib/warnings/4lint t/lib/warnings/9enabled
10496____________________________________________________________________________
10497[ 11537] By: jhi on 2001/08/01 16:26:25
10498 Log: Subject: Re: [PATCH pp_ctl.c] proposed Windows safe-guard
10499 From: Doug MacEachern <dougm@covalent.net>
10500 Date: Mon, 30 Jul 2001 17:38:50 -0700 (PDT)
10501 Message-ID: <Pine.LNX.4.21.0107301720310.25941-100000@mako.covalent.net>
10502 Branch: perl
10503 ! op.c t/TestInit.pm
10504____________________________________________________________________________
10505[ 11536] By: jhi on 2001/08/01 16:08:08
10506 Log: Subject: [patch] ithreads + refto bug
10507 From: Doug MacEachern <dougm@covalent.net>
10508 Date: Wed, 1 Aug 2001 09:47:28 -0700 (PDT)
10509 Message-ID: <Pine.LNX.4.21.0108010937240.7498-100000@mako.covalent.net>
10510
10511 (Test in change #11539)
10512 Branch: perl
10513 ! pp.c
10514____________________________________________________________________________
10515[ 11535] By: jhi on 2001/08/01 16:05:56
10516 Log: Subject: [PATCH: perl@11523] fixups for t/harness
10517 From: Prymmer/Kahn <pvhp@best.com>
10518 Date: Wed, 1 Aug 2001 09:24:23 -0700 (PDT)
10519 Message-ID: <Pine.BSF.4.21.0108010910310.17655-100000@shell8.ba.best.com>
10520 Branch: perl
10521 ! t/harness
10522____________________________________________________________________________
10523[ 11534] By: jhi on 2001/08/01 16:00:45
10524 Log: Subject: [PATCH: perl@11523] add xsubpp and libnetcfg to installed *.bat files for win32 builds
10525 From: Prymmer/Kahn <pvhp@best.com>
10526 Date: Wed, 1 Aug 2001 09:07:13 -0700 (PDT)
10527 Message-ID: <Pine.BSF.4.21.0108010859230.17655-100000@shell8.ba.best.com>
10528 Branch: perl
10529 ! win32/Makefile win32/makefile.mk
10530____________________________________________________________________________
10531[ 11533] By: jhi on 2001/08/01 13:38:29
10532 Log: Need to know the number of tests.
10533 Branch: perl
10534 ! t/run/exit.t
10535____________________________________________________________________________
10536[ 11532] By: jhi on 2001/08/01 13:04:31
10537 Log: Subject: Re: new exit tests on VMS
10538 From: "Craig A. Berry" <craigberry@mac.com>
10539 Date: Tue, 31 Jul 2001 12:19:29 -0500
10540 Message-Id: <5.1.0.14.0.20010731114845.03743008@mail.telocity.com>
10541 Branch: perl
10542 ! t/run/exit.t
10543____________________________________________________________________________
10544[ 11531] By: jhi on 2001/08/01 12:46:43
10545 Log: Retract #11530 (the dTHX is needed under threads)
10546 Branch: perl
10547 ! perlio.c
10548____________________________________________________________________________
10549[ 11530] By: jhi on 2001/08/01 12:39:35
10550 Log: (Retracted by #11531)
10551 Branch: perl
10552 ! perlio.c
10553____________________________________________________________________________
10554[ 11529] By: jhi on 2001/08/01 12:32:22
10555 Log: Subject: [PATCH 1/4] -Wall cleanups: unixish.h
10556 From: Richard Soderberg <rs@crystalflame.net>
10557 Date: Tue, 31 Jul 2001 23:16:22 -0700 (PDT)
10558 Message-ID: <Pine.LNX.4.21.0107312313490.24341-100000@oregonnet.com>
10559 Branch: perl
10560 ! unixish.h
10561____________________________________________________________________________
10562[ 11528] By: jhi on 2001/08/01 12:18:59
10563 Log: Subject: [PATCH 5.7.2] Allow for long long in h2xs
10564 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
10565 Date: Tue, 31 Jul 2001 05:39:09 -0400
10566 Message-ID: <20010731053909.A1810@math.ohio-state.edu>
10567
10568 (with a note about the case of UV being equal to long long)
10569 Branch: perl
10570 ! utils/h2xs.PL
10571____________________________________________________________________________
10572[ 11527] By: jhi on 2001/07/31 23:49:04
10573 Log: Subject: [PATCH perl@11487] fix fs.t for VMS
10574 From: "Craig A. Berry" <craigberry@mac.com>
10575 Date: Tue, 31 Jul 2001 14:57:43 -0500
10576 Message-Id: <5.1.0.14.0.20010731145015.03743008@exchi01>
10577 Branch: perl
10578 ! t/io/fs.t
10579____________________________________________________________________________
10580[ 11526] By: jhi on 2001/07/31 23:47:57
10581 Log: Fix for
10582
10583 Subject: [ID 20010116.001] File::Copy truncates orig file
10584 From: arbor@al37al08.telecel.pt
10585 Date: Tue, 16 Jan 2001 11:43:02 GMT
10586 Message-Id: <200101161143.AA11184@al37al08.telecel.pt>
10587
10588 (copy($foo, $foo) would truncate $foo)
10589 Branch: perl
10590 ! lib/File/Copy.pm lib/File/Copy.t
10591____________________________________________________________________________
10592[ 11525] By: jhi on 2001/07/31 23:01:01
10593 Log: Metaconfig unit change for #11524.
10594 Branch: metaconfig/U/perl
10595 ! Extras.U
10596____________________________________________________________________________
10597[ 11524] By: jhi on 2001/07/31 23:00:36
10598 Log: Multiple modules didn't work; plus typo fixes.
10599 Branch: perl
10600 ! Configure
10601____________________________________________________________________________
10602[ 11523] By: jhi on 2001/07/31 15:29:58
10603 Log: Update Changes.
10604 Branch: perl
10605 ! Changes patchlevel.h
10606____________________________________________________________________________
33c3e263
JH
10607[ 11522] By: jhi on 2001/07/31 15:25:35
10608 Log: Regen perlapi.
10609 Branch: perl
10610 ! pod/perlapi.pod
10611____________________________________________________________________________
10612[ 11521] By: jhi on 2001/07/31 15:19:01
10613 Log: Subject: Re: [PATCH sv.c] mortal doc thinko
10614 From: Dave Mitchell <davem@fdgroup.co.uk>
10615 Date: Tue, 31 Jul 2001 11:52:42 +0100 (BST)
10616 Message-Id: <200107311052.LAA14427@gizmo.fdgroup.co.uk>
10617 Branch: perl
10618 ! sv.c
10619____________________________________________________________________________
10620[ 11520] By: jhi on 2001/07/31 15:17:43
10621 Log: Regen toc.
10622 Branch: perl
10623 ! pod/perltoc.pod
10624____________________________________________________________________________
10625[ 11519] By: jhi on 2001/07/31 15:17:17
10626 Log: Regen Porting stuff.
10627 Branch: perl
10628 ! Porting/Glossary Porting/config.sh Porting/config_H
10629____________________________________________________________________________
10630[ 11518] By: jhi on 2001/07/31 14:16:08
10631 Log: Subject: [PATCH 5.7.2] Allow for GNU-isms in h2xs
10632 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
10633 Date: Tue, 31 Jul 2001 05:34:38 -0400
10634 Message-ID: <20010731053438.A1754@math.ohio-state.edu>
10635 Branch: perl
10636 ! utils/h2xs.PL
10637____________________________________________________________________________
10638[ 11517] By: jhi on 2001/07/31 14:15:01
10639 Log: Metaconfig unit change for #11516.
10640 Branch: metaconfig/U/perl
10641 ! gccvers.U
10642____________________________________________________________________________
10643[ 11516] By: jhi on 2001/07/31 14:14:35
10644 Log: Add -Wall in cflags, not in Configure.
10645 (This way -Wall affects only the core and the core XS,
10646 not user modules' XS. Concern from Paul Marquess,
10647 implementation idea from Andy Dougherty.)
10648 Branch: perl
10649 ! Configure cflags.SH
10650____________________________________________________________________________
10651[ 11515] By: jhi on 2001/07/31 13:57:15
10652 Log: Metaconfig unit changes for #11514.
10653 Branch: metaconfig
10654 + U/modified/sysman.U
10655 ! U/installdirs/man1dir.U
10656____________________________________________________________________________
10657[ 11514] By: jhi on 2001/07/31 13:56:26
10658 Log: Subject: Configure's detection of system manual
10659 From: Sean Dague <sean@dague.net>
10660 Date: Sun, 13 May 2001 15:53:15 -0400
10661 Message-ID: <20010513155315.A15833@underhill.dague.net>
10662 Branch: perl
10663 ! Configure
10664____________________________________________________________________________
10665[ 11513] By: jhi on 2001/07/31 03:23:01
10666 Log: Subject: [ID 20010621.004] Typo in perlobj.pod
10667 From: Autrijus Tang <autrijus@autrijus.org>
10668 Date: Thu, 21 Jun 2001 23:56:48 +0800
10669 Message-Id: <20010621235648.A57340@not.autrijus.org>
10670 Branch: perl
10671 ! pod/perlobj.pod
10672____________________________________________________________________________
10673[ 11512] By: jhi on 2001/07/31 03:13:35
10674 Log: Subject: Typo in DB_File.pm
10675 From: "Philip Newton" <Philip.Newton@gmx.net>
10676 Date: Tue, 31 Jul 2001 06:19:35 +0200
10677 Message-Id: <200107310413.f6V4DmL11900@chaos.wustl.edu>
10678 Branch: perl
10679 ! ext/DB_File/DB_File.pm
10680____________________________________________________________________________
10681[ 11511] By: jhi on 2001/07/31 03:01:49
10682 Log: Subject: Re: [ID 20010529.002] typos in man page perlre
10683 From: "Stephen P. Potter" <spp@spotter.yi.org>
10684 Date: Wed, 30 May 2001 13:59:34 -0400
10685 Message-Id: <20010530175939.59DEC729E1@belgarath.spotter.yi.org>
10686 Branch: perl
10687 ! pod/perlre.pod
10688____________________________________________________________________________
10689[ 11510] By: jhi on 2001/07/31 02:13:58
10690 Log: eval "format foo=" would loop indefinitely; reported in
10691
10692 Subject: A load of old rubbish
10693 From: Mike Guy <mjtg@cam.ac.uk>
10694 Date: Mon, 14 May 2001 16:12:22 +0100
10695 Message-Id: <E14zK1G-0003a2-00@virgo.cus.cam.ac.uk>
10696
10697 (The core dumps reported in there already fixed.)
10698 Branch: perl
10699 ! toke.c
10700____________________________________________________________________________
10701[ 11509] By: jhi on 2001/07/31 00:37:49
10702 Log: Upgrade to Switch 2.04, now with Perl 6 given+when.
10703 Branch: perl
10704 + lib/Switch/Changes lib/Switch/README lib/Switch/t/given_when.t
10705 + lib/Switch/t/switch_case.t
10706 - lib/Switch/test.pl
10707 ! MANIFEST lib/Switch.pm
10708____________________________________________________________________________
10709[ 11508] By: jhi on 2001/07/31 00:17:38
10710 Log: Subject: [PATCH @11505] DB_File-1.78
10711 From: "Paul Marquess" <Paul_Marquess@Yahoo.co.uk>
10712 Date: Mon, 30 Jul 2001 22:54:37 +0100
10713 Message-ID: <AIEAJICLCBDNAAOLLOKLGELNCLAA.Paul_Marquess@Yahoo.co.uk>
10714 Branch: perl
10715 ! ext/DB_File/Changes ext/DB_File/DB_File.pm
10716 ! ext/DB_File/DB_File.xs ext/DB_File/version.c
10717____________________________________________________________________________
10718[ 11507] By: jhi on 2001/07/30 23:11:10
10719 Log: Explain in more detail why -pipe and -fno-common are good.
10720 Branch: perl
10721 ! hints/darwin.sh
10722____________________________________________________________________________
10723[ 11506] By: nick on 2001/07/30 14:32:23
10724 Log: Integrate mainline
10725 Branch: perlio
10726 !> INSTALL Makefile.SH doio.c hints/darwin.sh
10727____________________________________________________________________________
10728[ 11505] By: jhi on 2001/07/30 14:14:39
10729 Log: Perl hasn't been putting man pages into $prefix/lib for
10730 a long time now; pointed out by Andy Dougherty.
10731 Branch: perl
10732 ! hints/darwin.sh
10733____________________________________________________________________________
10734[ 11504] By: jhi on 2001/07/30 14:13:15
10735 Log: Document the extras Configure option.
10736 Branch: perl
10737 ! INSTALL
10738____________________________________________________________________________
10739[ 11503] By: jhi on 2001/07/30 13:52:14
10740 Log: Integrate change #11051 from macperl; O_RDONLY is not zero
10741 everywhere.
10742 Branch: perl
10743 !> doio.c
10744____________________________________________________________________________
10745[ 11502] By: jhi on 2001/07/30 13:45:27
10746 Log: Doubly guard against invoking CPAN if no extras defined,
10747 pointed out by H. Merijn Brand.
10748 Branch: perl
10749 ! Makefile.SH
10750____________________________________________________________________________
10751[ 11501] By: pudge on 2001/07/30 12:57:56
10752 Log: Fix O_RDONLY check to check for O_RDONLY.
10753 Branch: maint-5.6/macperl
10754 ! doio.c
10755____________________________________________________________________________
10756[ 11500] By: pudge on 2001/07/30 12:41:11
10757 Log: Integrate miscellaneous changes from maint-5.6/perl.
10758 Branch: maint-5.6/macperl
10759 !> MANIFEST t/TEST t/harness t/pod/testp2pt.pl t/run/runenv.t
10760____________________________________________________________________________
10761[ 11499] By: nick on 2001/07/30 06:52:42
10762 Log: Integrate mainline
10763 Branch: perlio
10764 +> macos/MacPerlTests.cmd macos/xsubpp.patch os2/perlrexx.c
10765 +> win32/sync_ext.pl
10766 - win32/sncfnmcs.pl
10767 !> (integrate 71 files)
10768____________________________________________________________________________
10769[ 11498] By: jhi on 2001/07/30 03:53:34
10770 Log: Update Changes.
10771 Branch: perl
10772 ! Changes patchlevel.h
10773____________________________________________________________________________
6c31a68f
JH
10774[ 11497] By: jhi on 2001/07/30 03:45:32
10775 Log: Now Configure -Dextras=Foo::Bar and "make install" will
10776 fetch and install Foo::Bar.
10777 Branch: perl
10778 ! Makefile.SH
10779____________________________________________________________________________
10780[ 11496] By: jhi on 2001/07/30 03:18:28
10781 Log: Metaconfig unit change for #11495.
10782 Branch: metaconfig/U/perl
10783 ! Extras.U
10784____________________________________________________________________________
10785[ 11495] By: jhi on 2001/07/30 03:18:01
10786 Log: extras.make, extras.test, and extras.install make targets.
10787 Branch: perl
10788 ! Configure Makefile.SH
10789____________________________________________________________________________
10790[ 11494] By: jhi on 2001/07/30 01:37:35
10791 Log: Metaconfig unit change for #11493.
10792 Branch: metaconfig/U/perl
10793 ! Extras.U
10794____________________________________________________________________________
10795[ 11493] By: jhi on 2001/07/30 01:37:14
10796 Log: Better to have the list of extras in $extras than 'define'.
10797 Branch: perl
10798 ! Configure
10799____________________________________________________________________________
10800[ 11492] By: jhi on 2001/07/30 01:33:16
10801 Log: The metaconfig unit change for #11490.
10802 Branch: metaconfig/U/perl
10803 + Extras.U
10804____________________________________________________________________________
10805[ 11491] By: jhi on 2001/07/30 01:32:54
10806 Log: Missed from #11490 (the required dependency).
10807 Branch: perl
10808 ! Makefile.SH
10809____________________________________________________________________________
10810[ 11490] By: jhi on 2001/07/30 01:32:02
10811 Log: Add the support of asking for extra modules or bundles of modules
10812 to be fetched from the CPAN and installed as a part of the Perl
10813 build process. None of this installation is yet really done;
10814 only the list is asked, and saved away in extras.lst for
10815 the build and installation process to worry about later.
10816 Branch: perl
10817 ! Configure
10818____________________________________________________________________________
10819[ 11489] By: jhi on 2001/07/29 22:15:25
10820 Log: Beginnings of better Inf and NaN support.
10821 At least toke.c and sv.c still need quite a bit of work.
10822 Branch: perl
10823 ! numeric.c perl.h
10824____________________________________________________________________________
10825[ 11488] By: jhi on 2001/07/29 21:18:57
10826 Log: Top-level Makefile didn't honour OPTIMIZE.
10827 Branch: perl
10828 ! Makefile.SH
10829____________________________________________________________________________
10830[ 11487] By: jhi on 2001/07/29 20:56:04
10831 Log: Update Changes.
10832 Branch: perl
10833 ! Changes patchlevel.h
10834____________________________________________________________________________
3e54165a
JH
10835[ 11486] By: jhi on 2001/07/29 20:38:09
10836 Log: Use Search::Dict 1.02 interface for charinfo().
10837 Branch: perl
10838 ! lib/UnicodeCD.pm
10839____________________________________________________________________________
10840[ 11485] By: jhi on 2001/07/29 20:37:11
10841 Log: Now also allow transforming the read lines before comparing them.
10842 (This will help UnicodeCD.)
10843 Branch: perl
10844 ! lib/Search/Dict.pm
10845____________________________________________________________________________
10846[ 11484] By: jhi on 2001/07/29 20:03:13
10847 Log: Remove tiehandle code.
10848 Branch: perl
10849 ! lib/UnicodeCD.pm
10850____________________________________________________________________________
10851[ 11483] By: jhi on 2001/07/29 19:59:02
10852 Log: Allow specifying a comparison function for Search::Dict::look().
10853 Branch: perl
10854 ! lib/Search/Dict.pm
10855____________________________________________________________________________
10856[ 11482] By: jhi on 2001/07/29 18:55:04
10857 Log: Small UnicodeCD tweaks.
10858 Branch: perl
10859 ! lib/UnicodeCD.pm lib/UnicodeCD.t
10860____________________________________________________________________________
10861[ 11481] By: jhi on 2001/07/29 17:14:19
10862 Log: Subject: [PATCH @11446] UnicodeCD::charinfo
10863 From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
10864 Date: Tue, 24 Jul 2001 01:51:32 +0900
10865 Message-Id: <20010724015114.CF4D.BQW10602@nifty.com>
10866 Branch: perl
10867 ! lib/UnicodeCD.pm lib/UnicodeCD.t
10868____________________________________________________________________________
10869[ 11480] By: jhi on 2001/07/29 16:55:58
10870 Log: Subject: [PATCH] installperl
10871 From: Wilfredo Sánchez <wsanchez@MIT.EDU>
10872 Date: Fri, 27 Jul 2001 19:05:04 -0700
10873 Message-Id: <F7912758-82FC-11D5-BFC6-003065D59FBA@thor.sbay.org>
10874 Branch: perl
10875 ! installperl
10876____________________________________________________________________________
10877[ 11479] By: jhi on 2001/07/29 16:52:52
10878 Log: Subject: [PATCH] Set proper compatibility versions in core
10879 From: Wilfredo Sánchez <wsanchez@MIT.EDU>
10880 Date: Fri, 27 Jul 2001 20:01:49 -0700
10881 Message-Id: <E3A6C66A-8304-11D5-BFC6-003065D59FBA@thor.sbay.org>
10882 Branch: perl
10883 ! Makefile.SH
10884____________________________________________________________________________
10885[ 11478] By: jhi on 2001/07/29 16:50:55
10886 Log: Metaconfig unit change for #11477.
10887 Branch: metaconfig/U/perl
10888 ! dlsrc.U
10889____________________________________________________________________________
10890[ 11477] By: jhi on 2001/07/29 16:50:35
10891 Log: Subject: [PATCH] Darwin: -fpic not so good
10892 From: =?iso-8859-1?Q?Wilfredo_S=E1nchez?= <wsanchez@MIT.EDU>
10893 Date: Fri, 27 Jul 2001 18:57:38 -0700
10894 Message-Id: <EC1496A6-82FB-11D5-BFC6-003065D59FBA@thor.sbay.org>
10895 Branch: perl
10896 ! Configure
10897____________________________________________________________________________
10898[ 11476] By: jhi on 2001/07/29 16:44:03
10899 Log: Subject: [PATCH] Clean up Darwin hints
10900 From: =?iso-8859-1?Q?Wilfredo_S=E1nchez?= <wsanchez@MIT.EDU>
10901 Date: Fri, 27 Jul 2001 19:13:15 -0700
10902 Message-Id: <1A70CA3F-82FE-11D5-BFC6-003065D59FBA@thor.sbay.org>
10903 Branch: perl
10904 ! hints/darwin.sh
10905____________________________________________________________________________
10906[ 11475] By: jhi on 2001/07/29 16:28:45
10907 Log: Subject: [PATCH split()] split()'s unused captures should be undef, not ''
10908 From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
10909 Date: Fri, 27 Jul 2001 14:00:37 -0400 (EDT)
10910 Message-ID: <Pine.GSO.4.21.0107271358310.28213-100000@crusoe.crusoe.net>
10911 Branch: perl
10912 ! pod/perlfunc.pod pp.c t/op/split.t
10913____________________________________________________________________________
10914[ 11474] By: jhi on 2001/07/29 16:27:54
10915 Log: Subject: [PATCH perlvar.pod] $^N foolery as well
10916 From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
10917 Date: Thu, 26 Jul 2001 20:03:12 -0400 (EDT)
10918 Message-ID: <Pine.GSO.4.21.0107261958380.28213-100000@crusoe.crusoe.net>
10919 Branch: perl
10920 ! pod/perlvar.pod
10921____________________________________________________________________________
10922[ 11473] By: jhi on 2001/07/29 16:27:00
10923 Log: Subject: [PATCH] fixes to constant.pm documentation
10924 From: Ilmari Karonen <iltzu@sci.fi>
10925 Date: Tue, 24 Jul 2001 16:44:24 +0300 (EET DST)
10926 Message-ID: <Pine.SOL.3.96.1010724163055.6822A-100000@simpukka>
10927 Branch: perl
10928 ! lib/constant.pm
10929____________________________________________________________________________
10930[ 11472] By: jhi on 2001/07/28 18:39:03
10931 Log: Subject: [DOC PATCH bleadperl] perlport.pod and C<..">>"...>
10932 From: "Philip Newton" <Philip.Newton@gmx.net>
10933 Date: Fri, 27 Jul 2001 07:51:10 +0200
10934 Message-Id: <200107270548.f6R5mJL09063@chaos.wustl.edu>
10935 Branch: perl
10936 ! pod/perlport.pod
10937____________________________________________________________________________
10938[ 11471] By: nick on 2001/07/26 06:23:32
10939 Log: Subject: [PATCH] Doc fix for perlguts / threading
10940 From: Arthur Bergman <arthur@contiller.se>
10941 Date: Wed, 25 Jul 2001 11:28:23 +0200
10942 Message-Id: <B7845DD6.2812%arthur@contiller.se>
10943 Branch: perl
10944 ! pod/perlguts.pod
10945____________________________________________________________________________
10946[ 11470] By: nick on 2001/07/26 06:21:06
10947 Log: Subject: [DOC PATCH bleadperl] INSTALL: README for Unix systems exist
10948 From: Philip Newton <Philip.Newton@gmx.net>
10949 Date: Wed, 25 Jul 2001 08:19:47 +0200
10950 Message-Id: <E15PHy4-0000cR-00@mserv1f.vianw.co.uk>
10951 Branch: perl
10952 ! INSTALL
10953____________________________________________________________________________
10954[ 11469] By: nick on 2001/07/26 06:20:25
10955 Log: Subject: [DOC PATCH bleadperl] typo in INSTALL?
10956 From: Philip Newton <Philip.Newton@gmx.net>
10957 Date: Wed, 25 Jul 2001 08:12:48 +0200
10958 Message-Id: <E15PHrJ-00003f-00@mserv1f.vianw.co.uk>
10959 Branch: perl
10960 ! INSTALL
10961____________________________________________________________________________
10962[ 11468] By: jhi on 2001/07/25 01:39:11
10963 Log: More +x.
10964 Branch: perl
10965 ! Porting/makerel
10966____________________________________________________________________________
10967[ 11467] By: jhi on 2001/07/24 16:05:34
10968 Log: Update Changes.
10969 Branch: perl
10970 ! Changes patchlevel.h
10971____________________________________________________________________________
8fc0601b
JH
10972[ 11466] By: jhi on 2001/07/24 15:40:28
10973 Log: Subject: [PATCH bleadperl os2/perlrexx.c] my C compiler has no HTML parser
10974 From: "Philip Newton" <Philip.Newton@gmx.net>
10975 Date: Tue, 24 Jul 2001 06:45:55 +0200
10976 Message-ID: <20010724.064500@ID-11583.news.dfncis.de>
10977 Branch: perl
10978 ! os2/perlrexx.c
10979____________________________________________________________________________
10980[ 11465] By: jhi on 2001/07/24 15:37:48
10981 Log: Subject: [PATCH: perl@11446] add io/fs.t to vmsperl test suite
10982 From: Peter Prymmer <pvhp@forte.com>
10983 Date: Mon, 23 Jul 2001 16:58:30 -0700 (PDT)
10984 Message-ID: <Pine.OSF.4.10.10107231643480.401242-100000@aspara.forte.com>
10985 Branch: perl
10986 ! pod/perlport.pod t/io/fs.t vms/test.com
10987____________________________________________________________________________
10988[ 11464] By: jhi on 2001/07/24 02:58:20
10989 Log: Workaround on Cwd bootstrap problem.
10990 Branch: perl
10991 ! lib/ExtUtils/MakeMaker.pm
10992____________________________________________________________________________
10993[ 11463] By: jhi on 2001/07/23 23:11:41
10994 Log: When in Rome, quote like the Romans do.
10995 Branch: perl
10996 ! cflags.SH
10997____________________________________________________________________________
10998[ 11462] By: jhi on 2001/07/23 23:04:02
10999 Log: Subject: [PATCH 5.7.2] OS/2 multi-architecture
11000 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
11001 Date: Mon, 23 Jul 2001 19:29:49 -0400
11002 Message-ID: <20010723192949.A14802@math.ohio-state.edu>
11003 Branch: perl
11004 + os2/perlrexx.c
11005 ! MANIFEST configpm makedef.pl mg.c os2/Makefile.SHs
11006 ! os2/OS2/REXX/t/rx_vrexx.t os2/os2.c os2/os2ish.h perl.c
11007 ! t/op/write.t
11008____________________________________________________________________________
11009[ 11461] By: jhi on 2001/07/23 22:58:15
11010 Log: Subject: [PATCH 5.7.2] MakeMaker FIRST_MAKEFILE and subdir
11011 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
11012 Date: Mon, 23 Jul 2001 18:43:42 -0400
11013 Message-ID: <20010723184342.A14494@math.ohio-state.edu>
11014 Branch: perl
11015 ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MakeMaker.pm
11016____________________________________________________________________________
11017[ 11460] By: jhi on 2001/07/23 22:54:52
11018 Log: Subject: [PATCH 5.7.2] MakeMaker subdir
11019 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
11020 Date: Mon, 23 Jul 2001 18:33:16 -0400
11021 Message-ID: <20010723183316.A14298@math.ohio-state.edu>
11022 Branch: perl
11023 ! lib/ExtUtils/MakeMaker.pm
11024____________________________________________________________________________
11025[ 11459] By: jhi on 2001/07/23 22:52:02
11026 Log: Subject: [PATCH 5.7.2] OPTIMIZE= during perl make
11027 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
11028 Date: Mon, 23 Jul 2001 18:20:35 -0400
11029 Message-ID: <20010723182035.A14192@math.ohio-state.edu>
11030 Branch: perl
11031 ! Makefile.SH cflags.SH
11032____________________________________________________________________________
11033[ 11458] By: jhi on 2001/07/23 22:41:19
11034 Log: Subject: [PATCH] Print CONFIGURE params in ExtUtils::MakeMaker output
11035 From: "David D. Kilzer" <ddkilzer@lubricants-oil.com>
11036 Date: Mon, 23 Jul 2001 11:32:17 -0500
11037 Message-ID: <20010723113217.A28614@elbonia.lubricants-oil.com>
11038 Branch: perl
11039 ! lib/ExtUtils/MakeMaker.pm
11040____________________________________________________________________________
11041[ 11457] By: jhi on 2001/07/23 21:22:36
11042 Log: Subject: [PATCH 5.7.2] debug reloading selfloaded stuff
11043 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
11044 Date: Mon, 23 Jul 2001 18:13:20 -0400
11045 Message-ID: <20010723181320.A14005@math.ohio-state.edu>
11046 Branch: perl
11047 ! lib/perl5db.pl
11048____________________________________________________________________________
11049[ 11456] By: jhi on 2001/07/23 21:19:28
11050 Log: Subject: [PATCH 5.7.2] debugging selfloaded stuff
11051 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
11052 Date: Mon, 23 Jul 2001 18:07:40 -0400
11053 Message-ID: <20010723180740.A13960@math.ohio-state.edu>
11054 Branch: perl
11055 ! op.c
11056____________________________________________________________________________
11057[ 11455] By: jhi on 2001/07/23 21:13:12
11058 Log: Subject: [PATCH perl@11446] util.c: return required in Perl_my_fork
11059 From: "Craig A. Berry" <craigberry@mac.com>
11060 Date: Mon, 23 Jul 2001 15:35:06 -0500
11061 Message-Id: <5.1.0.14.0.20010723152732.02ad4470@exchi01>
11062 Branch: perl
11063 ! util.c
11064____________________________________________________________________________
11065[ 11454] By: jhi on 2001/07/23 21:09:13
11066 Log: Subject: [PATCH perlfaq9.pod typo]
11067 From: "Larry Shatzer, Jr." <lshatzer@islanddata.com>
11068 Date: Mon, 23 Jul 2001 07:49:05 -0700
11069 Message-ID: <002f01c11386$a8539580$bb01a8c0@LSHATZER>
11070 Branch: perl
11071 ! pod/perlfaq9.pod
11072____________________________________________________________________________
11073[ 11453] By: jhi on 2001/07/23 21:06:42
11074 Log: Subject: win32\sncfnmcs.pl corrections
11075 From: "Konovalov, Vadim Vladimirovich (Vadim)" <vkonovalov@lucent.com>
11076 Date: Mon, 23 Jul 2001 12:56:54 +0200
11077 Message-ID: <E3FB32585BF1D411B9E900805FF51A080C1C5D@RU0022EXCH001U>
11078
11079 Rename the script a little bit more sensibly.
11080 Branch: perl
11081 + win32/sync_ext.pl
11082 - win32/sncfnmcs.pl
11083 ! MANIFEST README.win32
11084____________________________________________________________________________
11085[ 11452] By: jhi on 2001/07/23 17:22:37
11086 Log: Test tweak.
11087 Branch: perl
11088 ! ext/B/Deparse.t
11089____________________________________________________________________________
11090[ 11451] By: jhi on 2001/07/23 17:10:52
11091 Log: Metaconfig unit tweak for #11450.
11092 Branch: metaconfig/U/perl
11093 ! Mksymlinks.U
11094____________________________________________________________________________
11095[ 11450] By: jhi on 2001/07/23 17:09:46
11096 Log: Too volatile failsafe check.
11097 Branch: perl
11098 ! Configure
11099____________________________________________________________________________
11100[ 11449] By: jhi on 2001/07/23 16:53:59
11101 Log: Further doc tweaks.
11102 Branch: perl
11103 ! lib/UnicodeCD.pm
11104____________________________________________________________________________
11105[ 11448] By: jhi on 2001/07/23 05:26:50
11106 Log: Doc tweaks.
11107 Branch: perl
11108 ! lib/UnicodeCD.pm
11109____________________________________________________________________________
11110[ 11447] By: jhi on 2001/07/23 04:57:49
11111 Log: Doc tweakery from Abhijit.
11112 Branch: perl
11113 ! Porting/repository.pod
11114____________________________________________________________________________
11115[ 11446] By: jhi on 2001/07/22 15:41:02
11116 Log: An accidental empty line.
11117 Branch: perl
11118 ! MANIFEST
11119____________________________________________________________________________
11120[ 11445] By: jhi on 2001/07/22 15:38:30
11121 Log: Missing MANIFESTations.
11122 Branch: perl
11123 ! MANIFEST
11124____________________________________________________________________________
11125[ 11444] By: jhi on 2001/07/22 15:30:10
11126 Log: Update Changes.
11127 Branch: perl
11128 ! Changes patchlevel.h
11129____________________________________________________________________________
bb260963
JH
11130[ 11443] By: jhi on 2001/07/22 15:02:11
11131 Log: Subject: Re: Typo in Porting/pumpkin/pod ?
11132 From: Mike Guy <mjtg@cam.ac.uk>
11133 Date: Fri, 20 Jul 2001 16:12:49 +0100
11134 Message-Id: <E15NbxR-0006HD-00@draco.cus.cam.ac.uk>
11135 Branch: perl
11136 ! Porting/pumpkin.pod
11137____________________________________________________________________________
11138[ 11442] By: jhi on 2001/07/22 14:58:33
11139 Log: Subject: Re: [PATCH: perl@11373] pod fixups for pod/perlhack.pod
11140 From: Peter Prymmer <pvhp@forte.com>
11141 Date: Fri, 20 Jul 2001 17:04:55 -0700 (PDT)
11142 Message-ID: <Pine.OSF.4.10.10107201650510.144528-100000@aspara.forte.com>
11143 Branch: perl
11144 ! pod/perlhack.pod
11145____________________________________________________________________________
11146[ 11441] By: jhi on 2001/07/22 14:54:29
11147 Log: Subject: [PATCH Test.pm] Getting rid of the expected "UNEXPECTEDLY SUCCEEDED"
11148 From: Michael G Schwern <schwern@pobox.com>
11149 Date: Fri, 20 Jul 2001 20:22:35 -0400
11150 Message-ID: <20010720202235.O4498@blackrider>
11151 Branch: perl
11152 ! lib/Test.pm lib/Test/t/mix.t lib/Test/t/success.t
11153 ! lib/Test/t/todo.t
11154____________________________________________________________________________
11155[ 11440] By: jhi on 2001/07/22 14:51:14
11156 Log: Subject: Re: [ID 20010720.010] WHere's [:isprint:]?
11157 From: Jeffrey Friedl <jfriedl@yahoo-inc.com>
11158 Message-Id: <200107210559.WAA09160@ventrue.corp.yahoo.com>
11159 Date: Fri, 20 Jul 2001 22:59:25 -0700 (PDT)
11160 Branch: perl
11161 ! ext/POSIX/POSIX.pod
11162____________________________________________________________________________
11163[ 11439] By: jhi on 2001/07/22 14:49:25
11164 Log: Subject: Re: [ID 20010720.010] WHere's [:isprint:]?
11165 From: Mark-Jason Dominus <mjd@plover.com>
11166 Date: Fri, 20 Jul 2001 23:16:54 -0400
11167 Message-ID: <20010721031654.21877.qmail@plover.com>
11168 Branch: perl
11169 ! ext/POSIX/POSIX.pod
11170____________________________________________________________________________
11171[ 11438] By: jhi on 2001/07/22 14:41:58
11172 Log: Subject: Re: [PATCH O.pm] avoid to clutter output with -l
11173 From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
11174 Date: Sun, 22 Jul 2001 14:56:09 +0200
11175 Message-ID: <20010722145609.A766@rafael>
11176 Branch: perl
11177 ! ext/B/O.pm
11178____________________________________________________________________________
11179[ 11437] By: jhi on 2001/07/22 14:39:07
11180 Log: Subject: regexec.c #define cleanup
11181 From: Mark-Jason Dominus <mjd@plover.com>
11182 Date: Sat, 21 Jul 2001 18:33:25 -0400
11183 Message-ID: <20010721223325.3069.qmail@plover.com>
11184 Branch: perl
11185 ! regexec.c
11186____________________________________________________________________________
11187[ 11436] By: jhi on 2001/07/22 14:36:43
11188 Log: Subject: [PATCH: perl@11373] Win32 update for t/io/fs.t (may effect NetWare)
11189 From: Prymmer/Kahn <pvhp@best.com>
11190 Date: Sat, 21 Jul 2001 12:08:29 -0700 (PDT)
11191 Message-ID: <Pine.BSF.4.21.0107211156160.17271-100000@shell8.ba.best.com>
11192 Branch: perl
11193 ! t/io/fs.t
11194____________________________________________________________________________
11195[ 11435] By: jhi on 2001/07/22 00:22:51
11196 Log: Typo in #11432.
11197 Branch: perl
11198 ! ext/POSIX/POSIX.t
11199____________________________________________________________________________
11200[ 11434] By: jhi on 2001/07/21 23:12:26
11201 Log: Integrate (manually) change #11424 from macperl.
11202 Branch: perl
11203 ! ext/Filter/t/call.t
11204____________________________________________________________________________
11205[ 11433] By: jhi on 2001/07/21 23:07:43
11206 Log: Integrate change #11408 from macperl.
11207 Branch: perl
11208 !> README.macos pod/perlport.pod
11209____________________________________________________________________________
11210[ 11432] By: jhi on 2001/07/21 23:02:30
11211 Log: Integrate change #11388 from macperl (the *.t parts needed hand massage).
11212 Branch: perl
11213 +> macos/MacPerlTests.cmd macos/xsubpp.patch
11214 ! ext/DB_File/t/db-btree.t ext/DB_File/t/db-hash.t
11215 ! ext/DB_File/t/db-recno.t ext/NDBM_File/ndbm.t
11216 ! ext/POSIX/POSIX.t
11217____________________________________________________________________________
11218[ 11431] By: gsar on 2001/07/21 05:03:44
11219 Log: pod/*.t tests not picked up by t/TEST either
11220 Branch: maint-5.6/perl
11221 ! t/TEST
11222____________________________________________________________________________
11223[ 11430] By: gsar on 2001/07/21 04:58:12
11224 Log: better tweak for change#11429 (windows has both / and \ separated
11225 paths in @INC at that point)
11226 Branch: maint-5.6/perl
11227 ! t/pod/testp2pt.pl
11228____________________________________________________________________________
11229[ 11429] By: gsar on 2001/07/21 04:41:15
11230 Log: MacOS pod test tweak needs \Escape
11231 Branch: maint-5.6/perl
11232 ! t/pod/testp2pt.pl
11233____________________________________________________________________________
11234[ 11428] By: gsar on 2001/07/21 04:39:34
11235 Log: run/runenv.t needs fflushNULL sanity (t/TEST is too dumb to detect
11236 resulting duplicate output, but t/harness isn't)
11237 Branch: maint-5.6/perl
11238 ! t/run/runenv.t
11239____________________________________________________________________________
11240[ 11427] By: gsar on 2001/07/21 04:37:26
11241 Log: t/harness wasn't picking up all the tests
11242 Branch: maint-5.6/perl
11243 ! t/harness
11244____________________________________________________________________________
11245[ 11426] By: gsar on 2001/07/21 04:09:26
11246 Log: update MANIFEST for new file
11247 Branch: maint-5.6/perl
11248 ! MANIFEST
11249____________________________________________________________________________
11250[ 11425] By: gsar on 2001/07/21 04:07:46
11251 Log: integrate maint-5.6/macperl changes into maint-5.6/perl, with
11252 the exception of the macperl/macos/... tree
11253 Branch: maint-5.6/perl
11254 +> t/lib/filefind-taint.t
11255 !> (integrate 72 files)
11256____________________________________________________________________________
11257[ 11424] By: pudge on 2001/07/20 18:55:25
11258 Log: Fix test.
11259 Branch: maint-5.6/macperl
11260 ! macos/bundled_ext/Filter/t/call.t
11261____________________________________________________________________________
11262[ 11423] By: gsar on 2001/07/20 18:38:48
11263 Log: Make perl fork()-safe (in a slightly limited way) even on
11264 platforms that don't have pthread_atfork() (extension of
11265 the fix in change#11151).
11266
11267 Note that this will not help extensions that call fork()
11268 directly in C, or that link to libraries that call fork()
11269 directly. Such cases must be fixed to either call
11270 PerlProc_fork(), or call atfork_lock() in parent before the
11271 calling the function that forks and call atfork_unlock()
11272 in both parent and child immediately after the fork().
11273 (There are no worries if C code calls exec() in the child
11274 immediately after a fork(). Only cases where the child
11275 calls perl's API functions (including New()) after the
11276 fork() are problematic.)
11277
11278 This change also eliminates the use of vfork() from perl,
11279 since all such uses were violating the severe restrictions
11280 on modifying the state of the process between the vfork()
11281 and the exec().
11282
11283 This is a modified version of patches suggested by Abhijit
11284 Menon-Sen and Richard Soderberg.
11285 Branch: perl
11286 ! embed.h embed.pl global.sym iperlsys.h miniperlmain.c
11287 ! objXSUB.h perl.c perlapi.c pp_sys.c proto.h thread.h util.c
11288____________________________________________________________________________
11289[ 11422] By: pudge on 2001/07/20 18:16:37
11290 Log: Add Filter::Util::Call, Class::ISA, Digest, Filter::Simple,
11291 Switch, and Text::Balanced.
11292 Branch: maint-5.6/macperl
11293 + macos/bundled_ext/Filter/Util/Call/Call.pm
11294 + macos/bundled_ext/Filter/Util/Call/Call.xs
11295 + macos/bundled_ext/Filter/Util/Call/Makefile.PL
11296 + macos/bundled_ext/Filter/t/MyFilter.pm
11297 + macos/bundled_ext/Filter/t/call.t
11298 + macos/bundled_ext/Filter/t/filter-util.pl
11299 + macos/bundled_lib/blib/lib/Class/ISA.pm
11300 + macos/bundled_lib/blib/lib/Digest.pm
11301 + macos/bundled_lib/blib/lib/Filter/Simple.pm
11302 + macos/bundled_lib/blib/lib/Switch.pm
11303 + macos/bundled_lib/blib/lib/Text/Balanced.pm
11304 + macos/bundled_lib/blib/lib/Text/Balanced.pod
11305 + macos/bundled_lib/t/Class/ISA/test.pl
11306 + macos/bundled_lib/t/Digest/Digest.t
11307 + macos/bundled_lib/t/Filter/Simple/test.pl
11308 + macos/bundled_lib/t/Switch/test.pl
11309 + macos/bundled_lib/t/Text/Balanced/t/genxt.t
11310 + macos/bundled_lib/t/Text/Balanced/t/xbrak.t
11311 + macos/bundled_lib/t/Text/Balanced/t/xcode.t
11312 + macos/bundled_lib/t/Text/Balanced/t/xdeli.t
11313 + macos/bundled_lib/t/Text/Balanced/t/xmult.t
11314 + macos/bundled_lib/t/Text/Balanced/t/xquot.t
11315 + macos/bundled_lib/t/Text/Balanced/t/xtagg.t
11316 + macos/bundled_lib/t/Text/Balanced/t/xvari.t
11317____________________________________________________________________________
11318[ 11421] By: pudge on 2001/07/20 18:03:28
11319 Log: Add Filter::Util::Call to config/make files; edit utils
11320 to recognize the module (it was descended too far down).
11321 Bump version to 5.6.1a4.
11322 Branch: maint-5.6/macperl
11323 ! macos/InstallBLIB macos/MPVersion.r macos/Makefile.mk
11324 ! macos/config.sh macos/lib/ExtUtils/MM_MacOS.pm
11325 ! macos/macperl/Makefile.mk macos/xsubpp.patch
11326____________________________________________________________________________
11327[ 11420] By: pudge on 2001/07/20 18:02:05
11328 Log: Make DB_File the default for MLDBM on MacOS.
11329 Branch: maint-5.6/macperl
11330 ! macos/bundled_lib/blib/lib/MLDBM.pm
11331____________________________________________________________________________
11332[ 11419] By: nick on 2001/07/20 14:51:03
11333 Log: Subject: [PATCH UnicodeCD.pm] Fix erronous documentation
11334 From: Simon Cozens <simon@netthink.co.uk>
11335 Date: Fri, 20 Jul 2001 11:42:35 -0400
11336 Message-Id: <20010720114235.A5235@netthink.co.uk>
11337 Branch: perl
11338 ! lib/UnicodeCD.pm
11339____________________________________________________________________________
11340[ 11418] By: nick on 2001/07/20 14:48:12
11341 Log: Subject: [PATCH regcomp.h] adds a comment
11342 From: Abhijit Menon-Sen <ams@wiw.org>
11343 Date: Fri, 20 Jul 2001 21:05:37 +0530
11344 Message-Id: <20010720210537.A7678@lustre.dyn.wiw.org>
11345 Branch: perl
11346 ! regcomp.h
11347____________________________________________________________________________
11348[ 11417] By: nick on 2001/07/20 14:16:38
11349 Log: Subject: [PATCH 5.7.2] INSTALL updates
11350 From: Andy Dougherty <doughera@lafayette.edu>
11351 Date: Fri, 20 Jul 2001 11:01:40 -0400 (EDT)
11352 Message-Id: <Pine.SOL.4.10.10107201059510.16494-100000@maxwell.phys.lafayette.edu>
11353 Branch: perl
11354 ! INSTALL
11355____________________________________________________________________________
11356[ 11416] By: nick on 2001/07/20 06:44:44
11357 Log: Subject: Re: [PATCH: perl@11373] pod fixups for pod/perlhack.pod
11358 From: Russ Allbery <rra@stanford.edu>
11359 Date: 19 Jul 2001 15:52:37 -0700
11360 Message-Id: <ylvgko4jm2.fsf@windlord.stanford.edu>
11361 Branch: perl
11362 ! lib/Pod/Man.pm
11363____________________________________________________________________________
11364[ 11415] By: nick on 2001/07/20 06:35:11
11365 Log: Subject: [PATCH] defer op_seq allocation
11366 From: Abhijit Menon-Sen <ams@wiw.org>
11367 Date: Thu, 19 Jul 2001 22:12:24 +0530
11368 Message-Id: <20010719221224.A13786@lustre.dyn.wiw.org>
11369 Branch: perl
11370 ! op.c
11371____________________________________________________________________________
11372[ 11414] By: nick on 2001/07/20 06:23:36
11373 Log: Subject: [PATCH] prototype for Time::HiRes::sleep()
11374 From: Abhijit Menon-Sen <ams@wiw.org>
11375 Date: Fri, 20 Jul 2001 01:18:50 +0530
11376 Message-Id: <20010720011850.A19650@lustre.dyn.wiw.org>
11377 (Private e-mail)
11378 Branch: perl
11379 ! ext/Time/HiRes/HiRes.xs
11380____________________________________________________________________________
11381[ 11413] By: nick on 2001/07/20 06:18:53
11382 Log: Integrate mainline
11383 Branch: perlio
11384 +> ext/Encode/Encode/euc-jp-0212.enc t/lib/commonsense.t
11385 - t/base/commonsense.t
11386 !> MANIFEST doio.c ext/B/B/Deparse.pm ext/Encode/Encode/Tcl.pm
11387 !> ext/POSIX/POSIX.t ext/Time/HiRes/HiRes.xs gv.c hints/darwin.sh
11388 !> hints/rhapsody.sh numeric.c pod/perlfunc.pod pod/perlhack.pod
11389 !> pod/perlre.pod pp_sys.c sv.c t/README t/op/arith.t
11390 !> t/op/sprintf.t thread.h utils/h2xs.PL win32/perlhost.h
11391 !> win32/win32.c
11392____________________________________________________________________________
11393[ 11412] By: nick on 2001/07/19 06:44:27
11394 Log: Integrate win32/perlhost.h from maintenance branch.
11395 (Rest of $ENV{PATH} / system() fix.)
11396 Branch: perl
11397 !> win32/perlhost.h
11398____________________________________________________________________________
11399[ 11411] By: nick on 2001/07/19 06:41:34
11400 Log: Subject: [DOC PATCH bleadperl] its vs it's in perlhack.pod
11401 From: Philip Newton <Philip.Newton@gmx.net>
11402 Date: Wed, 18 Jul 2001 21:43:57 +0200
11403 Message-Id: <E15Mx9y-0007Oz-00@mserv1b.vianw.co.uk>
11404 Branch: perl
11405 ! pod/perlhack.pod
11406____________________________________________________________________________
11407[ 11410] By: nick on 2001/07/19 06:39:35
11408 Log: Subject: Security hole in taint checking in open()
11409 From: deekoo@tentacle.net
11410 Date: Thu, 19 Jul 2001 00:03:46 -0700 (PDT)
11411 Message-Id: <Pine.LNX.4.33.0107182248330.11996-100000@chaos.tentacle.net>
11412 Branch: perl
11413 ! doio.c
11414____________________________________________________________________________
11415[ 11409] By: nick on 2001/07/19 06:28:08
11416 Log: Subject: [PATCH] Re: Time::HiRes qw(sleep) fails
11417 From: Abhijit Menon-Sen <ams@wiw.org>
11418 Date: Thu, 19 Jul 2001 04:30:43 +0530
11419 Message-Id: <20010719043043.A10327@lustre.dyn.wiw.org>
11420 Branch: perl
11421 ! ext/Time/HiRes/HiRes.xs
11422____________________________________________________________________________
11423[ 11408] By: pudge on 2001/07/19 03:27:36
11424 Log: Update docs with latest implementation information and new URLs.
11425 Branch: maint-5.6/macperl
11426 ! README.macos pod/perlport.pod
11427____________________________________________________________________________
11428[ 11407] By: pudge on 2001/07/19 02:35:46
11429 Log: Add Time::HiRes, and add default Makefile.mk for Digest::MD5.
11430 Fix BuildRules to accept optimization variables.
11431 Branch: maint-5.6/macperl
11432 + macos/bundled_ext/Digest/MD5/Makefile.mk
11433 ! macos/BuildRules.mk macos/Makefile.mk
11434 ! macos/bundled_ext/Time/HiRes/HiRes.xs macos/config.sh
11435 ! macos/macish.c macos/macish.h macos/macperl/Makefile.mk
11436____________________________________________________________________________
11437[ 11406] By: pudge on 2001/07/19 01:11:39
11438 Log: Integrate changes 11399,11401
11439 Branch: maint-5.6/macperl
11440 !> win32/perlhost.h win32/win32.c
11441____________________________________________________________________________
11442[ 11405] By: nick on 2001/07/18 06:50:33
11443 Log: Integrate Sarathy's Win32 $ENV{'PATH'}/system fixes (11399, 11400)
11444 from perl5.6*
11445 Branch: perl
11446 !> win32/perlhost.h win32/win32.c
11447____________________________________________________________________________
11448[ 11404] By: nick on 2001/07/18 06:43:59
11449 Log: Subject: Re: Perl 5.7.2 Has Been Released
11450 From: hv@crypt0.demon.co.uk
11451 Date: Wed, 18 Jul 2001 05:58:46 +0100
11452 Message-Id: <200107180458.f6I4wlJ19966@crypt0.demon.co.uk>
11453 Branch: perl
11454 ! ext/POSIX/POSIX.t
11455____________________________________________________________________________
11456[ 11403] By: nick on 2001/07/18 06:38:57
11457 Log: Subject: Re: [ID 20010716.005] numeric conversions in 5.7.[12] changed from perl5.6.1 (leading whitespace)
11458 From: hv@crypt0.demon.co.uk
11459 Date: Wed, 18 Jul 2001 05:21:54 +0100
11460 Message-Id: <200107180421.f6I4Ltc00987@crypt0.demon.co.uk>
11461 Branch: perl
11462 ! numeric.c t/op/arith.t
11463____________________________________________________________________________
11464[ 11402] By: nick on 2001/07/18 06:19:17
11465 Log: Subject: Doc patch: perlre should mention perlrequick and perlretut
11466 From: mjd@plover.com
11467 Date: 17 Jul 2001 17:59:20 -0000
11468 Message-Id: <20010717175920.8177.qmail@plover.com>
11469 Branch: perl
11470 ! pod/perlre.pod
11471____________________________________________________________________________
11472[ 11401] By: gsar on 2001/07/17 21:31:31
11473 Log: thinko in change#11400 (duh)
11474 Branch: maint-5.6/perl
11475 ! win32/perlhost.h
11476____________________________________________________________________________
11477[ 11400] By: gsar on 2001/07/17 19:46:34
11478 Log: change#11399 revealed another unrelated bug; this is just a temporary
11479 bandaid
11480 Branch: maint-5.6/perl
11481 ! win32/perlhost.h
11482____________________________________________________________________________
11483[ 11399] By: gsar on 2001/07/17 19:11:57
11484 Log: fix bugs in handling of the virtualized environment under windows;
11485 there were bugs in propagating any changes to %ENV down to the real
11486 environment when such changes happened in the toplevel process
11487 (thanks to Johan Holmberg <holmberg@iar.se> for the excellent
11488 problem identification, and for a part of the fix)
11489 Branch: maint-5.6/perl
11490 ! win32/perlhost.h win32/win32.c
11491____________________________________________________________________________
11492[ 11398] By: nick on 2001/07/17 08:26:35
11493 Log: Subject: Re: [PATCH: perl@11359] possible fix for sprintf.t on VAX that loads %Config
11494 From: Peter Prymmer <pvhp@forte.com>
11495 Date: Mon, 16 Jul 2001 16:43:14 -0700 (PDT)
11496 Message-Id: <Pine.OSF.4.10.10107161631300.464972-100000@aspara.forte.com>
11497
11498 Move t/base/commonsense.t to t/lib/commonsense.t - base tests
11499 should not depend on existance of Config.pm
11500 Branch: perl
11501 +> t/lib/commonsense.t
11502 - t/base/commonsense.t
11503 ! MANIFEST t/README
11504____________________________________________________________________________
11505[ 11397] By: nick on 2001/07/17 08:09:58
11506 Log: Subject: [PATCH pod/perlhack.pod] Sections on writing tests & patching core mods
11507 From: Michael G Schwern <schwern@pobox.com>
11508 Date: Mon, 16 Jul 2001 18:20:31 -0400
11509 Message-Id: <20010716182031.A1128@blackrider>
11510 Branch: perl
11511 ! pod/perlhack.pod
11512____________________________________________________________________________
11513[ 11396] By: nick on 2001/07/17 08:04:11
11514 Log: Subject: [PATCH perlfunc.pod] make printf refer to sprintf
11515 From: Gwyn Judd <b.judd@xtra.co.nz>
11516 Date: Tue, 17 Jul 2001 20:55:58 +1200
11517 Message-Id: <20010717205558.A3107@thislove>
11518 Branch: perl
11519 ! pod/perlfunc.pod
11520____________________________________________________________________________
11521[ 11395] By: nick on 2001/07/17 08:02:22
11522 Log: Subject: [PATCH: perl@11373] fix t/op/sprintf.t to not load %Config
11523 From: Peter Prymmer <pvhp@forte.com>
11524 Date: Mon, 16 Jul 2001 15:48:33 -0700 (PDT)
11525 Message-Id: <Pine.OSF.4.10.10107161543400.464972-100000@aspara.forte.com>
11526 Branch: perl
11527 ! t/op/sprintf.t
11528____________________________________________________________________________
11529[ 11394] By: nick on 2001/07/17 07:57:06
11530 Log: Subject: Re: [PATCH gv.c] allow ${"1f"} to be non-regex var
11531 From: Jeff 'Japhy' Pinyan <jeffp@crusoe.net>
11532 Date: Mon, 16 Jul 2001 18:46:53 -0400 (EDT)
11533 Message-Id: <Pine.GSO.4.21.0107161829390.1405-100000@crusoe.crusoe.net>
11534 Branch: perl
11535 ! gv.c
11536____________________________________________________________________________
11537[ 11392] By: nick on 2001/07/17 07:50:12
11538 Log: Subject: [PATCH] fix PTHREAD_ATFORK croaking too early, too often
11539 From: Coral <coral@moonlight.crystalflame.net>
11540 Date: Mon, 16 Jul 2001 14:25:19 -0700 (PDT)
11541 Message-Id: <200107162125.f6GLPJ345261@moonlight.crystalflame.net>
11542 Branch: perl
11543 ! pp_sys.c thread.h
11544____________________________________________________________________________
11545[ 11391] By: nick on 2001/07/17 07:34:28
11546 Log: Subject: Re: [PATCH h2xs.PL ] use Test::More where appropriate (was Re:
11547 From: Jonathan Stowe <gellyfish@gellyfish.com>
11548 Date: Mon, 16 Jul 2001 18:31:21 +0100 (BST)
11549 Message-Id: <Pine.LNX.4.33.0107161827570.15520-100000@orpheus.gellyfish.com>
11550 Branch: perl
11551 ! utils/h2xs.PL
11552____________________________________________________________________________
11553[ 11390] By: pudge on 2001/07/16 23:54:44
11554 Log: Add in List::Util, Memoize, NEXT, and a bunch of tests for other
11555 modules. Also added Mac::BuildTools, Mac::AppleEvents::Simple,
11556 and Mac::Apps::Launch, which don't work, and Time::HiRes and
11557 Time::Piece, which don't yet work.
11558 Branch: maint-5.6/macperl
11559 + (add 154 files)
11560____________________________________________________________________________
11561[ 11389] By: pudge on 2001/07/16 23:13:10
11562 Log: Fix %ENV to be tainted [SF bug #231848, Thomas Wegner].
11563 Also add hack to get around missing setenv for PERL5DB.
11564 Branch: maint-5.6/macperl
11565 ! macos/macish.c macos/macish.h
11566____________________________________________________________________________
11567[ 11388] By: pudge on 2001/07/16 23:11:26
11568 Log: Fix DB_File, and patch tests for it, and NDBM_File, and POSIX.
11569 Branch: maint-5.6/macperl
11570 ! macos/MacPerlTests.cmd macos/xsubpp.patch t/lib/db-btree.t
11571 ! t/lib/db-hash.t t/lib/db-recno.t t/lib/ndbm.t t/lib/posix.t
11572____________________________________________________________________________
11573[ 11387] By: pudge on 2001/07/16 23:05:12
11574 Log: Fix up some configuration and make options, add extra
11575 extensions.
11576 Branch: maint-5.6/macperl
11577 ! macos/ExtBuildRules.mk macos/Makefile.mk macos/config.sh
11578 ! macos/macperl/Makefile.mk
11579____________________________________________________________________________
11580[ 11386] By: pudge on 2001/07/16 21:22:32
11581 Log: From Change 11374 in maintperl.
11582 Branch: maint-5.6/macperl
11583 !> utils/h2ph.PL
11584____________________________________________________________________________
11585[ 11385] By: nick on 2001/07/16 14:12:58
11586 Log: Back out change to h2xs till it passes its test.
11587 Branch: perl
11588 ! utils/h2xs.PL
11589____________________________________________________________________________
11590[ 11384] By: nick on 2001/07/16 14:00:10
11591 Log: Subject: [PATCH h2xs.PL ] use Test::More where appropriate (was Re: [PATCH]
11592 From: Jonathan Stowe <gellyfish@gellyfish.com>
11593 Date: Mon, 16 Jul 2001 08:37:05 +0100 (BST)
11594 Message-Id: <Pine.LNX.4.33.0107160830480.9915-100000@orpheus.gellyfish.com>
11595 Branch: perl
11596 ! utils/h2xs.PL
11597____________________________________________________________________________
11598[ 11383] By: nick on 2001/07/16 13:53:12
11599 Log: Subject: [PATCH hints/darwin.sh] Don't override user-specified optimize flag
11600 From: Robin Houston <robin@kitsite.com>
11601 Date: Sun, 15 Jul 2001 18:22:31 +0100
11602 Message-Id: <20010715182230.A11174@robin>
11603 Branch: perl
11604 ! hints/darwin.sh
11605____________________________________________________________________________
11606[ 11382] By: nick on 2001/07/16 13:52:49
11607 Log: Subject: [PATCH perl@11372] re_dup
11608 From: Radu Greab <radu@netsoft.ro>
11609 Date: Sun, 15 Jul 2001 04:50:06 +0300
11610 Message-Id: <15184.63182.656988.340591@ix.netsoft.ro>
11611 Branch: perl
11612 ! sv.c
11613____________________________________________________________________________
11614[ 11379] By: nick on 2001/07/16 13:35:39
11615 Log: Subject: [PATCH B::Deparse] formats can't contain formats
11616 From: Robin Houston <robin@kitsite.com>
11617 Date: Sat, 14 Jul 2001 14:28:50 +0100
11618 Message-Id: <20010714142850.A10205@robin>
11619 Branch: perl
11620 ! ext/B/B/Deparse.pm
11621____________________________________________________________________________
11622[ 11378] By: nick on 2001/07/16 13:30:36
11623 Log: Subject: [PATCH @11359] Encode::Tcl.pm, EUC-JP with jis-x0212
11624 From: Sadahiro Tomoyuki <BQW10602@nifty.com>
11625 Date: Sat, 14 Jul 2001 22:17:42 +0900
11626 Message-Id: <20010714221736.6CA3.BQW10602@nifty.com>
11627 Branch: perl
11628 + ext/Encode/Encode/euc-jp-0212.enc
11629 ! ext/Encode/Encode/Tcl.pm
11630____________________________________________________________________________
11631[ 11377] By: nick on 2001/07/16 13:17:28
11632 Log: Subject: [PATCH 5.7.2] Remove useless ccflags hints
11633 From: Andy Dougherty <doughera@lafayette.edu>
11634 Date: Sun, 15 Jul 2001 22:52:54 -0400 (EDT)
11635 Message-Id: <Pine.SOL.4.10.10107152250230.10344-100000@maxwell.phys.lafayette.edu>
11636 Branch: perl
11637 ! hints/darwin.sh hints/rhapsody.sh
11638____________________________________________________________________________
11639[ 11376] By: nick on 2001/07/16 09:05:00
11640 Log: Integrate mainline
11641 Branch: perlio
11642 +> ext/Encode/Encode/7bit-greek.enc
11643 +> ext/Encode/Encode/7bit-latin1.enc
11644 +> ext/Encode/Encode/cns11643-1.enc
11645 +> ext/Encode/Encode/cns11643-2.enc
11646 +> ext/Encode/Encode/iso2022-cn.enc
11647 +> ext/Encode/Encode/iso2022-jp1.enc
11648 +> ext/Encode/Encode/iso2022-jp2.enc
11649 !> Changes Configure MANIFEST Makefile.SH
11650 !> ext/Encode/Encode/Tcl.pm ext/Encode/Encode/Tcl.t
11651 !> ext/Encode/Encode/iso2022-kr.enc ext/POSIX/POSIX.pm
11652 !> ext/PerlIO/Via/Via.pm handy.h myconfig.SH patchlevel.h
11653 !> pod/perlhack.pod pod/perlre.pod pod/perltoc.pod regcomp.c sv.c
11654 !> t/op/pat.t t/op/sprintf.t utils/h2ph.PL utils/h2xs.PL
11655____________________________________________________________________________
11656[ 11375] By: gsar on 2001/07/16 02:46:11
11657 Log: integrate change#11374 from maint-5.6
11658
11659 make h2ph grok ccsymbols fo the form 1234L, 1234ULL etc.
11660 Branch: perl
11661 !> utils/h2ph.PL
11662____________________________________________________________________________
11663[ 11374] By: gsar on 2001/07/16 02:10:51
11664 Log: make h2ph grok ccsymbols fo the form 1234L, 1234ULL etc.
11665 Branch: maint-5.6/perl
11666 ! utils/h2ph.PL
11667____________________________________________________________________________
11668[ 11373] By: jhi on 2001/07/14 09:27:10
11669 Log: Update Changes.
11670 Branch: perl
11671 ! Changes patchlevel.h
11672____________________________________________________________________________
7d32079d
JH
11673[ 11372] By: jhi on 2001/07/14 09:19:18
11674 Log: Subject: [PATCH h2xs.PL] use Getopt::Long (was Re: [PATCH] h2xs)
11675 From: Jonathan Stowe <gellyfish@gellyfish.com>
11676 Date: Sat, 14 Jul 2001 10:14:34 +0100 (BST)
11677 Message-ID: <Pine.LNX.4.33.0107141008350.9915-100000@orpheus.gellyfish.com>
11678 Branch: perl
11679 ! utils/h2xs.PL
11680____________________________________________________________________________
11681[ 11371] By: jhi on 2001/07/14 09:18:09
11682 Log: Subject: patch to add DEL to [:cntrl:]
11683 From: Jeffrey Friedl <jfriedl@yahoo-inc.com>
11684 Date: Fri, 13 Jul 2001 23:25:12 -0700 (PDT)
11685 Message-Id: <200107140625.XAA01517@ventrue.corp.yahoo.com>
11686 Branch: perl
11687 ! handy.h pod/perlre.pod regcomp.c t/op/pat.t
11688____________________________________________________________________________
11689[ 11370] By: jhi on 2001/07/14 01:33:17
11690 Log: Metaconfig unit change for #11369; plus a dependency nit.
11691 Branch: metaconfig
11692 ! U/compline/nblock_io.U
11693 Branch: metaconfig/U/perl
11694 ! Extensions.U
11695____________________________________________________________________________
11696[ 11369] By: jhi on 2001/07/14 01:32:33
11697 Log: #include <stdlib.h> so that exit() is prototyped,
11698 noticed by Hugo.
11699 Branch: perl
11700 ! Configure
11701____________________________________________________________________________
11702[ 11368] By: jhi on 2001/07/14 01:18:28
11703 Log: Subject: [PATCH: perl@11359] possible fix for sprintf.t on VAX that loads %Config
11704 From: Peter Prymmer <pvhp@forte.com>
11705 Date: Fri, 13 Jul 2001 19:15:45 -0700 (PDT)
11706 Message-ID: <Pine.OSF.4.10.10107131908370.270775-100000@aspara.forte.com>
11707 Branch: perl
11708 ! t/op/sprintf.t
11709____________________________________________________________________________
11710[ 11367] By: jhi on 2001/07/14 01:07:03
11711 Log: Subject: [PATCH: perl@11359] fixup for Encode/Tcl.t on ruthless filesystems
11712 From: Peter Prymmer <pvhp@forte.com>
11713 Date: Fri, 13 Jul 2001 19:00:20 -0700 (PDT)
11714 Message-ID: <Pine.OSF.4.10.10107131856280.270775-100000@aspara.forte.com>
11715 Branch: perl
11716 ! ext/Encode/Encode/Tcl.t
11717____________________________________________________________________________
11718[ 11366] By: jhi on 2001/07/13 22:48:47
11719 Log: Add information about gcc 3.0 basic block profiling.
11720 Branch: perl
11721 ! Makefile.SH pod/perlhack.pod pod/perltoc.pod
11722____________________________________________________________________________
11723[ 11365] By: jhi on 2001/07/13 21:22:20
11724 Log: Subject: Error in lib/PerlIO/Via.pm ?
11725 From: Mark-Jason Dominus <mjd@plover.com>
11726 Date: Fri, 13 Jul 2001 15:55:41 -0400
11727 Message-ID: <20010713195541.26751.qmail@plover.com>
11728 Branch: perl
11729 ! ext/PerlIO/Via/Via.pm
11730____________________________________________________________________________
11731[ 11364] By: jhi on 2001/07/13 21:21:23
11732 Log: Move both usemymalloc and d_bincompat5005 to the Platfom
11733 section from the Compiler section.
11734 Branch: perl
11735 ! myconfig.SH
11736____________________________________________________________________________
11737[ 11363] By: jhi on 2001/07/13 21:19:34
11738 Log: Handle glibc style of constant definitions using enum
11739 with intervening #defines; from Brendan O'Dea.
11740 Branch: perl
11741 ! utils/h2ph.PL
11742____________________________________________________________________________
11743[ 11362] By: jhi on 2001/07/13 21:17:40
11744 Log: Add LC_MESSAGES to the locale_h export tag (it already is
11745 in the Makefile.PL and thusly eligible for an XS constant)
11746 (see also maintperl #10543)
11747 Branch: perl
11748 ! ext/POSIX/POSIX.pm
11749____________________________________________________________________________
11750[ 11361] By: jhi on 2001/07/13 15:12:37
11751 Log: Subject: Re: [patch] re_dup
11752 From: Abhijit Menon-Sen <ams@wiw.org>
11753 Date: Fri, 13 Jul 2001 21:41:09 +0530
11754 Message-ID: <20010713214109.A3328@lustre.dyn.wiw.org>
11755 Branch: perl
11756 ! sv.c
11757____________________________________________________________________________
11758[ 11360] By: jhi on 2001/07/13 15:11:45
11759 Log: Subject: [patch] re_dup
11760 From: Doug MacEachern <dougm@covalent.net>
11761 Date: Fri, 13 Jul 2001 08:51:24 -0700 (PDT)
11762 Message-ID: <Pine.LNX.4.21.0107130848530.28844-100000@mako.covalent.net>
11763 Branch: perl
11764 ! sv.c
11765____________________________________________________________________________
11766[ 11359] By: jhi on 2001/07/13 14:30:32
11767 Log: Update Changes.
11768 Branch: perl
11769 ! Changes patchlevel.h
11770____________________________________________________________________________
90085e7e
JH
11771[ 11358] By: jhi on 2001/07/13 14:26:36
11772 Log: Subject: [PATCH @11328] Encode::Tcl.pm for iso-2022-(?:jp-[12]|cn)
11773 From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
11774 Date: Sat, 14 Jul 2001 00:06:30 +0900
11775 Message-Id: <20010713235522.8406.BQW10602@nifty.com>
11776 Branch: perl
11777 + ext/Encode/Encode/7bit-greek.enc
11778 + ext/Encode/Encode/7bit-latin1.enc
11779 + ext/Encode/Encode/cns11643-1.enc
11780 + ext/Encode/Encode/cns11643-2.enc
11781 + ext/Encode/Encode/iso2022-cn.enc
11782 + ext/Encode/Encode/iso2022-jp1.enc
11783 + ext/Encode/Encode/iso2022-jp2.enc
11784 ! MANIFEST ext/Encode/Encode/Tcl.pm
11785 ! ext/Encode/Encode/iso2022-kr.enc
11786____________________________________________________________________________
11787[ 11357] By: nick on 2001/07/13 14:24:06
11788 Log: Blind integrate mainline (as of 5.7.2?)
11789 Branch: perlio
11790 !> AUTHORS Changes Porting/config.sh Porting/config_H
11791 !> README.netware ext/PerlIO/t/encoding.t makedef.pl patchlevel.h
11792 !> pod/perlhist.pod utils/libnetcfg.PL win32/Makefile
11793 !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
11794 !> win32/makefile.mk
11795____________________________________________________________________________
11796[ 11355] By: jhi on 2001/07/13 13:13:46
11797 Log: Snip away the devel patchlevel.
11798 Branch: perl
11799 ! patchlevel.h
11800____________________________________________________________________________
11801[ 11354] By: jhi on 2001/07/13 13:12:01
11802 Log: Bump the version to 5.7.2.
11803 Branch: perl
11804 ! Porting/config.sh Porting/config_H patchlevel.h
11805 ! pod/perlhist.pod utils/libnetcfg.PL win32/Makefile
11806 ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
11807 ! win32/makefile.mk
11808____________________________________________________________________________
11809[ 11353] By: jhi on 2001/07/13 13:00:00
11810 Log: Update Changes.
11811 Branch: perl
11812 ! Changes
11813____________________________________________________________________________
585d6f80
JH
11814[ 11352] By: jhi on 2001/07/13 12:54:49
11815 Log: Reword.
11816 Branch: perl
11817 ! AUTHORS
11818____________________________________________________________________________
11819[ 11351] By: jhi on 2001/07/13 12:52:47
11820 Log: AUTHORS update.
11821 Branch: perl
11822 ! AUTHORS
11823____________________________________________________________________________
11824[ 11350] By: jhi on 2001/07/13 12:24:36
11825 Log: Ignore PL_regex_pad and PL_regex_padav from symbols
11826 unless ithreads.
11827 Branch: perl
11828 ! makedef.pl
11829____________________________________________________________________________
11830[ 11349] By: jhi on 2001/07/13 11:54:10
11831 Log: Integrate perlio.
11832 Branch: perl
11833 !> win32/distclean.bat
11834____________________________________________________________________________
11835[ 11348] By: jhi on 2001/07/13 11:49:50
11836 Log: Test the encoding transform only iff we have PerlIO,
11837 noticed by H. Merijn Brand.
11838 Branch: perl
11839 ! ext/PerlIO/t/encoding.t
11840____________________________________________________________________________
11841[ 11347] By: jhi on 2001/07/13 11:40:13
11842 Log: README.netware tweaks from Ananth Kesari.
11843 Branch: perl
11844 ! README.netware
11845____________________________________________________________________________
11846[ 11346] By: nick on 2001/07/13 09:18:51
11847 Log: Win32/distclean.bat - Down-case all MANIFEST and File::Find results so
11848 to avoid /unicode vs /Unicode issues.
11849 Branch: perlio
11850 ! win32/distclean.bat
11851____________________________________________________________________________
11852[ 11345] By: nick on 2001/07/13 06:24:18
11853 Log: Integrate mainline
11854 Branch: perlio
11855 +> README.uts lib/UnicodeCD.pm lib/UnicodeCD.t
11856 - lib/Unicode/UCD.pm lib/Unicode/UCD.t lib/unicode/distinct.pm
11857 !> (integrate 63 files)
11858____________________________________________________________________________
11859[ 11344] By: jhi on 2001/07/13 04:50:22
11860 Log: Add d_bincompat5005 information to perl -V.
11861 Branch: perl
11862 ! myconfig.SH
11863____________________________________________________________________________
11864[ 11343] By: jhi on 2001/07/13 03:42:05
11865 Log: Subject: Re: [PATCH] Re: Memory corruption? Read-only $_?
11866 From: Abhijit Menon-Sen <ams@wiw.org>
11867 Date: Fri, 13 Jul 2001 07:12:36 +0530
11868 Message-ID: <20010713071236.C5669@lustre.dyn.wiw.org>
11869 Branch: perl
11870 ! sv.c
11871____________________________________________________________________________
11872[ 11342] By: jhi on 2001/07/13 03:36:22
11873 Log: Remove unicode::distinct, as per Inaba Hiroto.
11874 Branch: perl
11875 - lib/unicode/distinct.pm
11876 ! MANIFEST hv.c perl.h pod/perlmodlib.pod pod/perltoc.pod sv.c
11877 ! t/lib/1_compile.t
11878____________________________________________________________________________
11879[ 11341] By: jhi on 2001/07/13 00:05:53
11880 Log: Paging for Dr Octothorpe.
11881 Branch: perl
11882 ! pod/perlfaq4.pod
11883____________________________________________________________________________
11884[ 11340] By: jhi on 2001/07/12 23:53:44
11885 Log: cut-n-paste error noticed by mjd.
11886 Branch: perl
11887 ! pod/perlfaq4.pod
11888____________________________________________________________________________
11889[ 11339] By: jhi on 2001/07/12 23:39:42
11890 Log: Subject: [PATCH: perl@11328] update the octal situation in perlfaq4.pod
11891 From: Peter Prymmer <pvhp@forte.com>
11892 Date: Thu, 12 Jul 2001 17:04:22 -0700 (PDT)
11893 Message-ID: <Pine.OSF.4.10.10107121703040.219875-100000@aspara.forte.com>
11894 Branch: perl
11895 ! pod/perlfaq4.pod
11896____________________________________________________________________________
11897[ 11338] By: jhi on 2001/07/12 23:38:49
11898 Log: Subject: Re: [randy@qualcomm.com: Corrections for ' repository - Using the Perl repository ']
11899 From: Randall Gellens <randy@qualcomm.com>
11900 Date: Thu, 12 Jul 2001 16:56:23 -0700
11901 Message-Id: <p05100301b773e9751c04@[129.46.176.61]>
11902 Branch: perl
11903 ! Porting/repository.pod
11904____________________________________________________________________________
11905[ 11337] By: jhi on 2001/07/12 23:35:06
11906 Log: Make PTHREAD_ATFORK() to croak if HAS_FORK, noop otherwise.
11907 Branch: perl
11908 ! thread.h
11909____________________________________________________________________________
11910[ 11336] By: jhi on 2001/07/12 23:23:39
11911 Log: Subject: [PATCH] pthread_atfork on FreeBSD - Part 1: #ifdef HAS_PTHREAD_ATFORK
11912 From: coral <coral@moonlight.crystalflame.net>
11913 Date: Thu, 12 Jul 2001 16:16:50 -0700 (PDT)
11914 Message-Id: <200107122316.f6CNGoq09171@moonlight.crystalflame.net>
11915 Branch: perl
11916 ! thread.h
11917____________________________________________________________________________
11918[ 11335] By: jhi on 2001/07/12 23:23:14
11919 Log: Metaconfig unit change for #11134.
11920 Branch: metaconfig
11921 + U/threads/d_pthread_atfork.U
11922____________________________________________________________________________
11923[ 11334] By: jhi on 2001/07/12 23:22:42
11924 Log: Add HAS_PTHREAD_ATFORK.
11925 Branch: perl
11926 ! Configure NetWare/config.wc NetWare/config_H.wc
11927 ! Porting/Glossary Porting/config.sh Porting/config_H
11928 ! config_h.SH configure.com epoc/config.sh pod/perltoc.pod
11929 ! uconfig.h uconfig.sh vos/config.alpha.def vos/config.alpha.h
11930 ! vos/config.ga.def vos/config.ga.h win32/config.bc
11931 ! win32/config.gc win32/config.vc win32/config_H.bc
11932 ! win32/config_H.gc win32/config_H.vc
11933____________________________________________________________________________
11934[ 11333] By: jhi on 2001/07/12 22:58:35
11935 Log: Subject: [PATCH] File::Copy fails on tied handles
11936 From: "Wilson, Doug" <Doug_Wilson@intuit.com>
11937 Date: Thu, 12 Jul 2001 15:18:51 -0700
11938 Message-ID: <35A280DF784CD411A06B0008C7B130ADB5505B@sdex04.sd.intuit.com>
11939 Branch: perl
11940 ! lib/File/Copy.pm
11941____________________________________________________________________________
11942[ 11332] By: jhi on 2001/07/12 22:57:04
11943 Log: Subject: [PATCH] Langinfo.t
11944 From: Nicholas Clark <nick@ccl4.org>
11945 Date: Thu, 12 Jul 2001 23:55:38 +0100
11946 Message-ID: <20010712235538.M5827@plum.flirble.org>
11947 Branch: perl
11948 ! ext/I18N/Langinfo/Langinfo.t
11949____________________________________________________________________________
11950[ 11331] By: jhi on 2001/07/12 22:56:09
11951 Log: Subject: [PATCH: perl@11328] informational tweaks to perl572delta.pod
11952 From: Peter Prymmer <pvhp@forte.com>
11953 Date: Thu, 12 Jul 2001 16:38:00 -0700 (PDT)
11954 Message-ID: <Pine.OSF.4.10.10107121633340.219875-100000@aspara.forte.com>
11955 Branch: perl
11956 ! pod/perl572delta.pod
11957____________________________________________________________________________
11958[ 11330] By: jhi on 2001/07/12 22:55:23
11959 Log: Subject: [PATCH] Re: Memory corruption? Read-only $_?
11960 From: Abhijit Menon-Sen <ams@wiw.org>
11961 Date: Fri, 13 Jul 2001 05:21:16 +0530
11962 Message-ID: <20010713052116.B5669@lustre.dyn.wiw.org>
11963 Branch: perl
11964 ! sv.c
11965____________________________________________________________________________
11966[ 11329] By: jhi on 2001/07/12 22:54:39
11967 Log: Subject: [PATCH 20010712.005] Re: Perl bug with "delete" on arrays
11968 From: Abhijit Menon-Sen <ams@wiw.org>
11969 Date: Fri, 13 Jul 2001 03:04:25 +0530
11970 Message-ID: <20010713030425.A5669@lustre.dyn.wiw.org>
11971 Branch: perl
11972 ! av.c
11973____________________________________________________________________________
11974[ 11328] By: gsar on 2001/07/12 19:02:01
11975 Log: s/^M$//g
11976 Branch: perl
11977 ! win32/Makefile win32/makefile.mk
11978____________________________________________________________________________
11979[ 11327] By: jhi on 2001/07/12 18:54:09
11980 Log: Update Changes.
11981 Branch: perl
11982 ! Changes patchlevel.h
11983____________________________________________________________________________
1a307847
JH
11984[ 11326] By: jhi on 2001/07/12 18:17:18
11985 Log: Typo spotted by Philip Newton.
11986 Branch: perl
11987 ! pod/perl572delta.pod
11988____________________________________________________________________________
11989[ 11325] By: jhi on 2001/07/12 18:11:42
11990 Log: Subject: [PATCH] fixes perl_clone of perl_clone
11991 From: Artur Bergman <artur@contiller.se>
11992 Date: Thu, 12 Jul 2001 20:57:09 +0200
11993 Message-ID: <B773BFA4.236B%artur@contiller.se>
11994 Branch: perl
11995 ! sv.c
11996____________________________________________________________________________
11997[ 11324] By: jhi on 2001/07/12 18:09:17
11998 Log: Add README.uts from Hal Morris.
11999 Branch: perl
12000 + README.uts
12001 ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perl572delta.pod
12002 ! pod/perltoc.pod win32/Makefile win32/makefile.mk
12003____________________________________________________________________________
12004[ 11323] By: jhi on 2001/07/12 17:48:33
12005 Log: Subject: Re: AIX 4.3.3 w/ vac 5.0 [ FATAL in B ]
12006 From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
12007 Date: Thu, 12 Jul 2001 20:32:37 +0200
12008 Message-Id: <20010712201743.E108.H.M.BRAND@hccnet.nl>
12009 Branch: perl
12010 ! hints/aix.sh
12011____________________________________________________________________________
12012[ 11322] By: jhi on 2001/07/12 17:44:29
12013 Log: Subject: Patch: document reg_data.what member
12014 From: Mark-Jason Dominus <mjd@plover.com>
12015 Message-ID: <20010712182532.14821.qmail@plover.com>
12016 Date: Thu, 12 Jul 2001 14:25:32 -0400
12017 Branch: perl
12018 ! regcomp.c regcomp.h
12019____________________________________________________________________________
12020[ 11321] By: jhi on 2001/07/12 17:43:18
12021 Log: Subject: [PATCH] Perl_re_dup()
12022 From: Abhijit Menon-Sen <ams@wiw.org>
12023 Date: Thu, 12 Jul 2001 23:54:32 +0530
12024 Message-ID: <20010712235432.J24707@lustre.dyn.wiw.org>
12025 Branch: perl
12026 ! embed.h embed.pl perlapi.c proto.h sv.c
12027____________________________________________________________________________
12028[ 11320] By: jhi on 2001/07/12 17:18:54
12029 Log: Regen Configure, modlib, toc.
12030 Branch: perl
12031 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
12032 ! pod/perlmodlib.pod pod/perltoc.pod
12033____________________________________________________________________________
12034[ 11319] By: jhi on 2001/07/12 17:08:15
12035 Log: The problem seems to be in PerlIO::Layer::->find() not
12036 accepting the ":encoding(blurflur)" arguments.
12037 Branch: perl
12038 ! lib/PerlIO.pm lib/open.pm
12039____________________________________________________________________________
12040[ 11318] By: jhi on 2001/07/12 16:58:11
12041 Log: AIX doc update.
12042 Branch: perl
12043 ! README.aix pod/perl572delta.pod
12044____________________________________________________________________________
12045[ 11317] By: jhi on 2001/07/12 16:39:11
12046 Log: Subject: AIX README update
12047 From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
12048 Date: Thu, 12 Jul 2001 19:28:30 +0200
12049 Message-Id: <20010712192620.E0F9.H.M.BRAND@hccnet.nl>
12050 Branch: perl
12051 ! README.aix
12052____________________________________________________________________________
12053[ 11316] By: jhi on 2001/07/12 16:37:15
12054 Log: Subject: [PATCH ext/IO/lib/IO/t/io_unix.t] for QNX6
12055 From: Norton Allen <allen@huarp.harvard.edu>
12056 Date: Thu, 12 Jul 2001 11:30:51 -0400 (edt)
12057 Message-Id: <200107121530.LAA12631@bottesini.harvard.edu>
12058 Branch: perl
12059 ! ext/IO/lib/IO/t/io_unix.t
12060____________________________________________________________________________
12061[ 11315] By: jhi on 2001/07/12 16:35:53
12062 Log: Subject: [PATCH README.qnx hints/qnx.sh]
12063 From: Norton Allen <allen@huarp.harvard.edu>
12064 Date: Thu, 12 Jul 2001 11:29:19 -0400 (edt)
12065 Message-Id: <200107121529.LAA23411@bottesini.harvard.edu>
12066 Branch: perl
12067 ! README.qnx hints/qnx.sh
12068____________________________________________________________________________
12069[ 11314] By: jhi on 2001/07/12 16:13:15
12070 Log: Subject: [patch] faster PM_GETRE
12071 From: Doug MacEachern <dougm@covalent.net>
12072 Date: Thu, 12 Jul 2001 10:13:27 -0700 (PDT)
12073 Message-ID: <Pine.LNX.4.21.0107121011530.28844-100000@mako.covalent.net>
12074 Branch: perl
12075 ! op.h
12076____________________________________________________________________________
12077[ 11313] By: jhi on 2001/07/12 16:12:23
12078 Log: Subject: Re: [PATCH] Threadsafe PMOPs! We might still win this war.
12079 From: Doug MacEachern <dougm@covalent.net>
12080 Date: Thu, 12 Jul 2001 10:11:28 -0700 (PDT)
12081 Message-ID: <Pine.LNX.4.21.0107121010160.28844-100000@mako.covalent.net>
12082 Branch: perl
12083 ! op.c
12084____________________________________________________________________________
12085[ 11312] By: jhi on 2001/07/12 16:07:22
12086 Log: Tell where the nice Estonian database is.
12087 Branch: perl
12088 ! lib/open.pm
12089____________________________________________________________________________
12090[ 11311] By: jhi on 2001/07/12 16:05:31
12091 Log: Retract #11309 since #11310 is a better fix.
12092 Branch: perl
12093 ! t/lib/1_compile.t
12094____________________________________________________________________________
12095[ 11310] By: gsar on 2001/07/12 15:50:40
12096 Log: fix for failing fork.t#12 on windows (win32_execvp() tweak in
12097 change#11300 needs to return the status of failed win32_spawnvp())
12098
12099 fix various open.pm bugs: '\0' isn't the same as "\0", so it wasn't
12100 splitting correctly; remove unused variables; 'require' at run time
12101 rather than 'use' at compile time for I18N::Langinfo, since it
12102 isn't everyware
12103 Branch: perl
12104 ! lib/open.pm win32/win32.c
12105____________________________________________________________________________
12106[ 11309] By: jhi on 2001/07/12 15:29:55
12107 Log: Temporary workaround.
12108 Branch: perl
12109 ! t/lib/1_compile.t
12110____________________________________________________________________________
12111[ 11308] By: jhi on 2001/07/12 14:44:51
12112 Log: UCD typo in #11306 and add also more known-to-be-tested
12113 modules to the skip list.
12114 Branch: perl
12115 ! t/lib/1_compile.t
12116____________________________________________________________________________
12117[ 11307] By: jhi on 2001/07/12 14:38:38
12118 Log: Rename Unicode::UCD to UnicodeCD to avoid
12119 messups with case-insensitive filesystems.
12120 Branch: perl
12121 + lib/UnicodeCD.pm lib/UnicodeCD.t
12122 - lib/Unicode/UCD.pm lib/Unicode/UCD.t
12123 ! MANIFEST pod/perl572delta.pod t/lib/1_compile.t
12124____________________________________________________________________________
12125[ 11306] By: jhi on 2001/07/12 13:32:05
12126 Log: Subject: [ID 20010711.005] in Tie::Array, SPLICE ignores context, breaking SHIFT
12127 From: daniel@biz.bitpusher.com
12128 Date: Wed, 11 Jul 2001 23:25:47 -0700
12129 Message-Id: <200107120625.f6C6PkJ13065@biz.bitpusher.com>
12130 Branch: perl
12131 ! lib/Tie/Array.pm t/op/splice.t
12132____________________________________________________________________________
12133[ 11305] By: jhi on 2001/07/12 13:05:46
12134 Log: Subject: [PATCH] More accurate line numbers in messages
12135 From: Paul Johnson <paul@pjcj.net>
12136 Date: Thu, 12 Jul 2001 04:14:11 +0200
12137 Message-ID: <20010712041411.A3467@pjcj.net>
12138
12139 (With prototyping and multiplicity tweaks.)
12140 Branch: perl
12141 ! dump.c embed.h embed.pl t/lib/warnings/util util.c
12142____________________________________________________________________________
12143[ 11304] By: nick on 2001/07/12 12:53:40
12144 Log: Integrate mainline
12145 Branch: perlio
12146 !> ext/ByteLoader/bytecode.h hints/aix.sh pod/perl572delta.pod
12147 !> regexec.c thread.h
12148____________________________________________________________________________
12149[ 11303] By: jhi on 2001/07/12 12:46:20
12150 Log: Cut-and-pasto in #11298.
12151 Branch: perl
12152 ! ext/ByteLoader/bytecode.h
12153____________________________________________________________________________
12154[ 11302] By: jhi on 2001/07/12 12:42:35
12155 Log: Update the AIX known problems section.
12156 Branch: perl
12157 ! pod/perl572delta.pod
12158____________________________________________________________________________
12159[ 11301] By: jhi on 2001/07/12 12:36:46
12160 Log: Subject: Re: HiRes on AIX 4.2 in threaded mode
12161 From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
12162 Date: Thu, 12 Jul 2001 12:16:16 +0200
12163 Message-Id: <20010712114215.E0D9.H.M.BRAND@hccnet.nl>
12164 Branch: perl
12165 ! hints/aix.sh
12166____________________________________________________________________________
12167[ 11300] By: jhi on 2001/07/12 12:35:44
12168 Log: Integrate perlio.
12169 Branch: perl
12170 !> makedef.pl win32/win32.c
12171____________________________________________________________________________
12172[ 11299] By: jhi on 2001/07/12 12:33:57
12173 Log: Subject: [PATCH] fix for PMOP threadness failures
12174 From: Artur Bergman <artur@contiller.se>
12175 Date: Thu, 12 Jul 2001 09:48:06 +0200
12176 Message-ID: <B77322D6.22DD%artur@contiller.se>
12177 Branch: perl
12178 ! regexec.c
12179____________________________________________________________________________
12180[ 11298] By: jhi on 2001/07/12 12:27:47
12181 Log: Subject: RE: Win32 Failure, was Re: perl@11278 - LAST CALL FOR 5.7.2
12182 From: "Konovalov, Vadim Vladimirovich (Vadim)" <vkonovalov@lucent.com>
12183 Date: Thu, 12 Jul 2001 09:09:48 +0200
12184 Message-ID: <E3FB32585BF1D411B9E900805FF51A0808CE70@RU0022EXCH001U>
12185
12186 More parentheses to keep bcc happy.
12187 Branch: perl
12188 ! ext/ByteLoader/bytecode.h
12189____________________________________________________________________________
12190[ 11297] By: jhi on 2001/07/12 12:24:50
12191 Log: Subject: Re: [patch] pthread_atfork bandaid
12192 From: Doug MacEachern <dougm@covalent.net>
12193 Date: Wed, 11 Jul 2001 23:43:17 -0700 (PDT)
12194 Message-ID: <Pine.LNX.4.21.0107112342330.28844-100000@mako.covalent.net>
12195 Branch: perl
12196 ! thread.h
12197____________________________________________________________________________
12198[ 11296] By: nick on 2001/07/12 11:55:48
12199 Log: Exclude reentrant_buffer from .def file
12200 Branch: perlio
12201 ! makedef.pl
12202____________________________________________________________________________
12203[ 11295] By: nick on 2001/07/12 11:11:44
12204 Log: Honour void-ness of my_exit()
12205 Branch: perlio
12206 ! win32/win32.c
12207____________________________________________________________________________
12208[ 11294] By: nick on 2001/07/12 07:51:04
12209 Log: Integrate mainline
12210 Branch: perlio
12211 +> uts/sprintf_wrap.c
12212 !> (integrate 35 files)
12213____________________________________________________________________________
12214[ 11293] By: jhi on 2001/07/12 04:58:08
12215 Log: Retract #11289.
12216 Branch: perl
12217 ! embed.h embed.pl perl.c proto.h thread.h
12218____________________________________________________________________________
12219[ 11292] By: jhi on 2001/07/12 04:47:43
12220 Log: Now the :locale pseudolayer *almost* works...
12221 Branch: perl
12222 ! lib/open.pm
12223____________________________________________________________________________
12224[ 11291] By: jhi on 2001/07/12 04:36:47
12225 Log: Locale encoding tweaks.
12226 Branch: perl
12227 ! lib/open.pm
12228____________________________________________________________________________
12229[ 11290] By: jhi on 2001/07/12 04:25:53
12230 Log: Subject: Re: [PATCH: perl@11181] UCD.t fails LATIN|Latin test
12231 From: Mark-Jason Dominus <mjd@plover.com>
12232 Date: Thu, 12 Jul 2001 00:59:31 -0400
12233 Message-ID: <20010712045931.8543.qmail@plover.com>
12234
12235 Remove the chmod/umask leading zero warning.
12236 Branch: perl
12237 ! lib/warnings.pm pod/perldiag.pod pod/perllexwarn.pod
12238 ! t/lib/warnings/toke toke.c warnings.h warnings.pl
12239____________________________________________________________________________
12240[ 11289] By: jhi on 2001/07/12 04:16:41
12241 Log: (Retracted by #11289.)
12242 Branch: perl
12243 ! embed.h embed.pl perl.c proto.h thread.h
12244____________________________________________________________________________
12245[ 11288] By: jhi on 2001/07/12 03:45:11
12246 Log: Needed by #11283.
12247 Branch: perl
12248 ! intrpvar.h
12249____________________________________________________________________________
12250[ 11287] By: jhi on 2001/07/12 03:40:04
12251 Log: Metaconfig unit change for #11286.
12252 Branch: metaconfig/U/perl
12253 ! patchlevel.U
12254____________________________________________________________________________
12255[ 11286] By: jhi on 2001/07/12 03:39:18
12256 Log: Subject: Re: [PATCH Configure] perl -V broken
12257 From: Andy Dougherty <doughera@lafayette.edu>
12258 Date: Wed, 11 Jul 2001 13:30:27 -0400 (EDT)
12259 Message-ID: <Pine.SOL.4.10.10107111329060.2021-100000@maxwell.phys.lafayette.edu>
12260 Branch: perl
12261 ! Configure myconfig.SH
12262____________________________________________________________________________
12263[ 11285] By: jhi on 2001/07/12 03:27:28
12264 Log: Retract #11166 (and #11237).
12265 Branch: perl
12266 ! dump.c embed.h lib/warnings.pm op.c op.h opcode.h opcode.pl
12267 ! pod/perldiag.pod pp.sym pp_proto.h t/lib/warnings/op
12268 ! t/lib/warnings/toke toke.c warnings.h warnings.pl
12269____________________________________________________________________________
12270[ 11284] By: jhi on 2001/07/12 02:36:42
12271 Log: UTS tweaks for Hal Morris.
12272 Branch: perl
12273 + uts/sprintf_wrap.c
12274 ! MANIFEST hints/uts.sh perl.h
12275____________________________________________________________________________
12276[ 11283] By: jhi on 2001/07/12 00:52:36
12277 Log: Subject: [PATCH] Use reentrant API glibc
12278 From: Artur Bergman <artur@contiller.se>
12279 Date: Thu, 12 Jul 2001 00:58:21 +0200
12280 Message-ID: <B772A6AD.2288%artur@contiller.se>
12281 Branch: perl
12282 ! embedvar.h intrpvar.h op.h perl.c perlapi.h pod/perlapi.pod
12283 ! sv.c
12284____________________________________________________________________________
12285[ 11282] By: jhi on 2001/07/12 00:35:27
12286 Log: Subject: Re: ActivePerl 628 + warnings + fork + exec = spurious "Can't exec"?
12287 From: barries <barries@slaysys.com>
12288 Date: Wed, 11 Jul 2001 15:11:46 -0400
12289 Message-ID: <20010711151146.G24560@jester.slaysys.com>
12290 Branch: perl
12291 ! pp_sys.c t/lib/warnings/doio win32/win32.c
12292____________________________________________________________________________
12293[ 11281] By: jhi on 2001/07/12 00:32:17
12294 Log: Subject: [patch] pthread_atfork bandaid
12295 From: Doug MacEachern <dougm@covalent.net>
12296 Date: Wed, 11 Jul 2001 08:59:12 -0700 (PDT)
12297 Message-ID: <Pine.LNX.4.21.0107110855070.11688-100000@mako.covalent.net>
12298 Branch: perl
12299 ! miniperlmain.c perl.c
12300____________________________________________________________________________
12301[ 11280] By: jhi on 2001/07/12 00:31:34
12302 Log: Subject: [patch] perl_clone leaks
12303 From: Doug MacEachern <dougm@covalent.net>
12304 Date: Wed, 11 Jul 2001 08:43:32 -0700 (PDT)
12305 Message-ID: <Pine.LNX.4.21.0107110842390.11688-100000@mako.covalent.net>
12306 Branch: perl
12307 ! sv.c
12308____________________________________________________________________________
12309[ 11279] By: nick on 2001/07/11 15:49:38
12310 Log: Integrate mainline
12311 Branch: perlio
12312 +> ext/Encode/Encode/HZ.enc ext/PerlIO/t/encoding.t
12313 +> ext/Time/HiRes/hints/dynixptx.pl lib/Math/BigInt/Calc.pm
12314 +> lib/Math/BigInt/t/bigintc.t lib/Term/ANSIColor/ChangeLog
12315 +> lib/Term/ANSIColor/README
12316 !> (integrate 54 files)
12317____________________________________________________________________________
12318[ 11278] By: jhi on 2001/07/11 13:52:20
12319 Log: Update Changes.
12320 Branch: perl
12321 ! Changes patchlevel.h
12322____________________________________________________________________________
14261ed0
JH
12323[ 11277] By: jhi on 2001/07/11 13:31:43
12324 Log: Subject: blead kit timestamps && the problem with running perl embed.pl
12325 From: Peter Prymmer <pvhp@forte.com>
12326 Date: Tue, 10 Jul 2001 19:33:00 -0700 (PDT)
12327 Message-ID: <Pine.OSF.4.10.10107101906360.137455-100000@aspara.forte.com>
12328
12329 Backport of embed.pl to 5.003.
12330 Branch: perl
12331 ! embed.pl
12332____________________________________________________________________________
12333[ 11276] By: jhi on 2001/07/11 13:18:07
12334 Log: Subject: Re: POSIX test #14 on UTS
12335 From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
12336 Date: Wed, 11 Jul 2001 03:02:14 +0100
12337 Message-Id: <200107110202.f6B22Ea10727@crypt.compulink.co.uk>
12338 Branch: perl
12339 ! ext/POSIX/POSIX.t
12340____________________________________________________________________________
12341[ 11275] By: jhi on 2001/07/11 13:15:49
12342 Log: Make the I32 an IV to preserve structure alignment and size.
12343 Branch: perl
12344 ! op.h
12345____________________________________________________________________________
12346[ 11274] By: jhi on 2001/07/11 13:13:27
12347 Log: Subject: [PATCH] Threadsafe PMOPs! We might still win this war.
12348 From: "Artur Bergman" <artur@contiller.se>
12349 Date: Wed, 11 Jul 2001 14:23:37 +0200
12350 Message-ID: <000b01c10a04$4fa16a10$21000a0a@vogw2kdev>
12351
12352 Threadsafe PMOPs for ithreads, waiting for AMS's Perl_re_dup().
12353 Branch: perl
12354 ! embedvar.h intrpvar.h op.c op.h perl.c perlapi.h
12355 ! pod/perlapi.pod sv.c
12356____________________________________________________________________________
12357[ 11273] By: jhi on 2001/07/11 03:53:28
12358 Log: Tweak until Pod::Parser gets updated.
12359 Branch: perl
12360 ! t/pod/special_seqs.xr
12361____________________________________________________________________________
12362[ 11272] By: jhi on 2001/07/11 00:46:05
12363 Log: File::Spec usage tweak.
12364 Branch: perl
12365 ! lib/ExtUtils.t
12366____________________________________________________________________________
12367[ 11271] By: jhi on 2001/07/11 00:37:19
12368 Log: Integrate #11263 from macperl; macos and macosx updates.
12369 Branch: perl
12370 !> pod/perlport.pod
12371____________________________________________________________________________
12372[ 11270] By: jhi on 2001/07/11 00:33:27
12373 Log: Subject: [PATCH: perl@11238] dynixptx updates for osvers='4.5.2'
12374 From: Peter Prymmer <pvhp@forte.com>
12375 Date: Tue, 10 Jul 2001 15:29:45 -0700 (PDT)
12376 Message-ID: <Pine.OSF.4.10.10107101519160.137455-100000@aspara.forte.com>
12377 Branch: perl
12378 + ext/Time/HiRes/hints/dynixptx.pl
12379 ! MANIFEST hints/dynixptx.sh
12380____________________________________________________________________________
12381[ 11269] By: jhi on 2001/07/11 00:32:16
12382 Log: Subject: [PATCH] ExtUtils::Constant (was Re: funny numconvert test in perl@11006 (was Re: report on BS2000 wit h perl@11006))
12383 From: Nicholas Clark <nick@ccl4.org>
12384 Date: Tue, 10 Jul 2001 23:17:43 +0100
12385 Message-ID: <20010710231742.B59620@plum.flirble.org>
12386 Branch: perl
12387 ! lib/ExtUtils.t lib/ExtUtils/Constant.pm
12388____________________________________________________________________________
12389[ 11268] By: jhi on 2001/07/11 00:30:56
12390 Log: Subject: [DOC PATCH] Pluggable runops
12391 From: Paul Johnson <paul@pjcj.net>
12392 Date: Tue, 10 Jul 2001 21:53:28 +0200
12393 Message-ID: <20010710215328.B26577@pjcj.net>
12394 Branch: perl
12395 ! pod/perlguts.pod
12396____________________________________________________________________________
12397[ 11267] By: jhi on 2001/07/11 00:29:59
12398 Log: Subject: [PATCH] Authors
12399 From: Artur Bergman <artur@contiller.se>
12400 Date: Tue, 10 Jul 2001 20:39:12 +0200
12401 Message-ID: <B771186F.21CD%artur@contiller.se>
12402 Branch: perl
12403 ! AUTHORS
12404____________________________________________________________________________
12405[ 11266] By: jhi on 2001/07/11 00:29:13
12406 Log: Subject: Re: [PATCH] Small fix to pp_gmtime
12407 From: Doug MacEachern <dougm@covalent.net>
12408 Date: Tue, 10 Jul 2001 11:19:43 -0700 (PDT)
12409 Message-ID: <Pine.LNX.4.21.0107101118020.10475-100000@mako.covalent.net>
12410 Branch: perl
12411 ! pp_ctl.c
12412____________________________________________________________________________
12413[ 11265] By: jhi on 2001/07/11 00:28:15
12414 Log: Subject: doc patch; times() in scalar context
12415 From: mjd@plover.com
12416 Date: 10 Jul 2001 18:01:17 -0000
12417 Message-ID: <20010710180117.12477.qmail@plover.com>
12418 Branch: perl
12419 ! pod/perlfunc.pod
12420____________________________________________________________________________
12421[ 11264] By: jhi on 2001/07/11 00:27:17
12422 Log: Subject: [PATCH] Small fix to pp_gmtime
12423 From: Artur Bergman <artur@contiller.se>
12424 Date: Tue, 10 Jul 2001 19:54:52 +0200
12425 Message-ID: <B7710E0B.21C5%artur@contiller.se>
12426 Branch: perl
12427 ! pp_sys.c
12428____________________________________________________________________________
12429[ 11263] By: pudge on 2001/07/10 21:06:10
12430 Log: Integrate changes from mainline perl, add notes about
12431 Mac OS X and Mac OS.
12432 Branch: maint-5.6/macperl
12433 ! pod/perlport.pod
12434____________________________________________________________________________
12435[ 11262] By: jhi on 2001/07/10 15:21:26
12436 Log: A proof of the dangers of package; ?
12437 Branch: perl
12438 ! t/lib/warnings/op
12439____________________________________________________________________________
12440[ 11261] By: jhi on 2001/07/10 15:02:27
12441 Log: Regen toc and modlib.
12442 Branch: perl
12443 ! pod/perlmodlib.pod pod/perltoc.pod
12444____________________________________________________________________________
12445[ 11260] By: jhi on 2001/07/10 15:00:37
12446 Log: Add compexcl(), casefold(), and casespec() interfaces;
12447 and make all interfaces to return hash references instead
12448 of hashes.
12449 Branch: perl
12450 ! lib/Unicode/UCD.pm lib/Unicode/UCD.t
12451____________________________________________________________________________
12452[ 11259] By: jhi on 2001/07/10 13:50:17
12453 Log: Subject: [PATCH bleadperl] Math::Big* doc patches (and some code)
12454 From: "Philip Newton" <Philip.Newton@gmx.net>
12455 Date: Tue, 10 Jul 2001 09:55:59 +0200
12456 Message-ID: <20010710.095300@ID-11583.news.dfncis.de>
12457
12458 Subject: [DOC PATCH bleadperl] detypo Math::BigInt docs
12459 From: "Philip Newton" <Philip.Newton@gmx.net>
12460 Date: Tue, 10 Jul 2001 09:56:37 +0200
12461 Message-ID: <20010710.095600@ID-11583.news.dfncis.de>
12462 Branch: perl
12463 ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
12464 ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bigintpm.t
12465____________________________________________________________________________
12466[ 11258] By: jhi on 2001/07/10 13:47:20
12467 Log: Subject: [patch] undef &xsub for 1,2
12468 From: Doug MacEachern <dougm@covalent.net>
12469 Date: Mon, 9 Jul 2001 20:16:49 -0700 (PDT)
12470 Message-ID: <Pine.LNX.4.21.0107092012570.1913-100000@mako.covalent.net>
12471
12472 (This version of the patch with a comment from Gisle.)
12473 Branch: perl
12474 ! op.c
12475____________________________________________________________________________
12476[ 11257] By: jhi on 2001/07/10 13:45:44
12477 Log: Mention package; deprecation and the Win32 problems.
12478 Branch: perl
12479 ! pod/perl572delta.pod
12480____________________________________________________________________________
12481[ 11256] By: jhi on 2001/07/10 13:45:12
12482 Log: Subject: [PATCH] deprecate package with no arguments
12483 From: Robin Houston <robin@kitsite.com>
12484 Date: Tue, 10 Jul 2001 13:33:40 +0100
12485 Message-ID: <20010710133340.A13452@robin.kitsite.com>
12486 Branch: perl
12487 ! op.c pod/perldiag.pod pod/perlfunc.pod t/lib/warnings/op
12488____________________________________________________________________________
12489[ 11255] By: jhi on 2001/07/10 13:16:11
12490 Log: Upgrade to podlators 1.10.
12491 Branch: perl
12492 ! lib/Pod/Man.pm lib/Pod/Text.pm lib/Pod/Text/Color.pm
12493 ! lib/Pod/Text/Overstrike.pm lib/Pod/Text/Termcap.pm
12494 ! pod/pod2man.PL pod/pod2text.PL
12495____________________________________________________________________________
12496[ 11254] By: jhi on 2001/07/10 13:09:34
12497 Log: Upgrade to Term::ANSIColor 1.04.
12498 Branch: perl
12499 + lib/Term/ANSIColor/ChangeLog lib/Term/ANSIColor/README
12500 ! MANIFEST lib/Term/ANSIColor.pm lib/Term/ANSIColor/test.pl
12501____________________________________________________________________________
12502[ 11253] By: jhi on 2001/07/10 12:59:27
12503 Log: Integrate perlio (the right fix for the ":layer(args)")
12504 Branch: perl
12505 !> perlio.c
12506____________________________________________________________________________
12507[ 11252] By: nick on 2001/07/10 06:58:14
12508 Log: Fix open(...,"...:layer(xxx)",...)
12509 - use memEQ not strEQ as there is '(' not '\0'
12510 Branch: perlio
12511 ! perlio.c
12512____________________________________________________________________________
12513[ 11251] By: jhi on 2001/07/10 04:04:18
12514 Log: Telling the number of tests helps.
12515 Branch: perl
12516 ! ext/PerlIO/t/encoding.t
12517____________________________________________________________________________
12518[ 11250] By: jhi on 2001/07/10 03:55:38
12519 Log: Require I18N::Langinfo, not use.
12520 Branch: perl
12521 ! lib/open.pm
12522____________________________________________________________________________
12523[ 11249] By: jhi on 2001/07/10 03:50:18
12524 Log: Add a test for for PerlIO ":encoding(...)" layer.
12525 Branch: perl
12526 + ext/PerlIO/t/encoding.t
12527 ! MANIFEST ext/Encode/Encode.pm
12528____________________________________________________________________________
12529[ 11248] By: jhi on 2001/07/10 02:06:57
12530 Log: PerlIO ":encoding(foobar)" temporary fix.
12531 Not really correct, I think, since the change means
12532 that prefixes match.
12533 Branch: perl
12534 ! perlio.c
12535____________________________________________________________________________
12536[ 11247] By: jhi on 2001/07/10 01:38:11
12537 Log: Update to Math::BigInt 1.36. The biggest news is
12538 the separation of the backend; now the pure Perl
12539 implementation is in Math::BigInt::Calc, but one
12540 can plugin, say, Math::BigInt::BitVect, and get
12541 considerable speedup.
12542 Branch: perl
12543 + lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bigintc.t
12544 ! MANIFEST lib/Math/BigFloat.pm lib/Math/BigInt.pm
12545 ! lib/Math/BigInt/t/bigfltpm.t lib/Math/BigInt/t/bigintpm.t
12546 ! lib/Math/BigInt/t/mbimbf.t
12547____________________________________________________________________________
12548[ 11246] By: jhi on 2001/07/10 01:19:55
12549 Log: Subject: Re: compatibility question
12550 From: Peter Prymmer <pvhp@forte.com>
12551 Date: Mon, 9 Jul 2001 18:04:33 -0700 (PDT)
12552 Message-ID: <Pine.OSF.4.10.10107091619360.86512-100000@aspara.forte.com>
12553 Branch: perl
12554 ! lib/ExtUtils/MM_VMS.pm
12555____________________________________________________________________________
12556[ 11245] By: jhi on 2001/07/10 01:18:04
12557 Log: Subject: [PATCH ext/File/Glob/t/basic.t]
12558 From: Norton Allen <allen@huarp.harvard.edu>
12559 Date: Mon, 9 Jul 2001 17:16:15 -0400 (edt)
12560 Message-Id: <200107092116.RAA12010@bottesini.harvard.edu>
12561 Branch: perl
12562 ! ext/File/Glob/t/basic.t
12563____________________________________________________________________________
12564[ 11244] By: jhi on 2001/07/10 01:16:27
12565 Log: Subject: [PATCH] Encode::Tcl. add "HZ" encoding and bugfix
12566 From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
12567 Date: Tue, 10 Jul 2001 00:29:55 +0900
12568 Message-Id: <20010710002756.B497.BQW10602@nifty.com>
12569 Branch: perl
12570 + ext/Encode/Encode/HZ.enc
12571 ! MANIFEST ext/Encode/Encode/7bit-kana.enc
12572 ! ext/Encode/Encode/Tcl.pm ext/Encode/Encode/Tcl.t
12573 ! ext/Encode/Encode/iso2022-jp.enc
12574 ! ext/Encode/Encode/iso2022-kr.enc
12575____________________________________________________________________________
12576[ 11243] By: pudge on 2001/07/09 22:16:12
12577 Log: Add in all them there macos/ files.
12578 Branch: maint-5.6/macperl
12579 + (add 577 files)
12580____________________________________________________________________________
12581[ 11242] By: jhi on 2001/07/09 20:26:04
12582 Log: Add the new modules to the list of having those own tests.
12583 Branch: perl
12584 ! t/lib/1_compile.t
12585____________________________________________________________________________
12586[ 11241] By: jhi on 2001/07/09 19:09:58
12587 Log: Add INOUT to control both ways at the same time.
12588 Branch: perl
12589 ! lib/open.pm
12590____________________________________________________________________________
12591[ 11240] By: nick on 2001/07/09 16:33:50
12592 Log: Integrate mainline
12593 Branch: perlio
12594 +> ext/I18N/Langinfo/Langinfo.pm ext/I18N/Langinfo/Langinfo.t
12595 +> ext/I18N/Langinfo/Langinfo.xs ext/I18N/Langinfo/Makefile.PL
12596 !> (integrate 41 files)
12597____________________________________________________________________________
12598[ 11239] By: jhi on 2001/07/09 16:14:35
12599 Log: More encoding mapping magic.
12600 Branch: perl
12601 ! lib/open.pm
12602____________________________________________________________________________
12603[ 11238] By: jhi on 2001/07/09 14:40:43
12604 Log: Update Changes.
12605 Branch: perl
12606 ! Changes patchlevel.h
12607____________________________________________________________________________
ff482e31 12608[ 11237] By: jhi on 2001/07/09 14:27:27
585d6f80
JH
12609 Log: (Retracted by #11285).
12610
12611 Subject: [PATCH] OPpCONST_OCTAL fixes
ff482e31
JH
12612 From: Abhijit Menon-Sen <ams@wiw.org>
12613 Date: Mon, 9 Jul 2001 07:38:45 +0530
12614 Message-ID: <20010709073845.A25406@lustre.dyn.wiw.org>
12615 Branch: perl
12616 ! op.c
12617____________________________________________________________________________
12618[ 11236] By: jhi on 2001/07/09 14:10:07
12619 Log: Add a pseudolayer ":locale" to the open pragma which
12620 will get the encoding from the locale. Yet undocumented
12621 because I can't get the PerlIO :encoding(foobar) to work.
12622 Branch: perl
12623 ! ext/Encode/Encode.pm lib/open.pm
12624____________________________________________________________________________
12625[ 11235] By: jhi on 2001/07/09 13:38:43
12626 Log: Add more encoding mappings.
12627 Branch: perl
12628 ! ext/Encode/Encode.pm
12629____________________________________________________________________________
12630[ 11234] By: jhi on 2001/07/09 13:24:54
12631 Log: Document that using :encoding layer requires using Encode.
12632 Branch: perl
12633 ! ext/Encode/Encode.pm lib/PerlIO.pm
12634____________________________________________________________________________
12635[ 11233] By: jhi on 2001/07/09 13:19:34
12636 Log: Netware tweak from Ananth Kesari.
12637 Branch: perl
12638 ! NetWare/netware.h
12639____________________________________________________________________________
12640[ 11232] By: gsar on 2001/07/09 04:40:07
12641 Log: t/harness doesn't know about run/*.t
12642 Branch: perl
12643 ! t/harness
12644____________________________________________________________________________
12645[ 11231] By: gsar on 2001/07/09 04:36:30
12646 Log: run/exit.t busted on windows
12647 Branch: perl
12648 ! t/run/exit.t
12649____________________________________________________________________________
12650[ 11230] By: gsar on 2001/07/09 04:14:54
12651 Log: fix a couple of UCD.t tests that fail due to bad case
12652 Branch: perl
12653 ! lib/Unicode/UCD.t
12654____________________________________________________________________________
12655[ 11229] By: gsar on 2001/07/09 03:57:06
12656 Log: test skip logic was broken
12657 Branch: perl
12658 ! ext/I18N/Langinfo/Langinfo.t
12659____________________________________________________________________________
12660[ 11228] By: gsar on 2001/07/09 03:42:20
12661 Log: remove *.pdb files on windows upon $(MAKE) clean (fixes
12662 failure of ExtUtils.t#27 when built in debug mode)
12663 Branch: perl
12664 ! lib/ExtUtils/MM_Win32.pm
12665____________________________________________________________________________
12666[ 11227] By: gsar on 2001/07/09 02:11:04
12667 Log: I18N::Langinfo is not available on windows
12668 Branch: perl
12669 ! win32/FindExt.pm
12670____________________________________________________________________________
12671[ 11226] By: gsar on 2001/07/09 01:55:23
12672 Log: save a dTHX
12673 Branch: perl
12674 ! ext/POSIX/POSIX.xs
12675____________________________________________________________________________
12676[ 11225] By: jhi on 2001/07/08 23:42:37
12677 Log: Update Changes.
12678 Branch: perl
12679 ! Changes patchlevel.h
12680____________________________________________________________________________
21b6d9db
JH
12681[ 11224] By: jhi on 2001/07/08 23:05:41
12682 Log: Guard the nl_langinfo() with HAS_NL_LANGINFO
12683 as pointed out by Sarathy.
12684 Branch: perl
12685 ! ext/I18N/Langinfo/Langinfo.xs
12686____________________________________________________________________________
12687[ 11223] By: jhi on 2001/07/08 22:59:01
12688 Log: Retract #11212.
12689 Branch: perl
12690 ! cv.h ext/Opcode/Opcode.xs op.c pp_hot.c sv.h toke.c
12691____________________________________________________________________________
12692[ 11222] By: jhi on 2001/07/08 17:41:22
12693 Log: Bump up the VERSION of Cwd.xs.
12694 Branch: perl
12695 ! ext/Cwd/Makefile.PL
12696____________________________________________________________________________
12697[ 11221] By: jhi on 2001/07/08 17:13:38
12698 Log: Retract #11220, the problem wasn't the missing leading zero.
12699 Here's the problem:
12700 $ ./perl -we 'chmod(oct("755"), ".")'
12701 Non-octal literal mode (493) specified at -e line 1.
12702 (Did you mean 0493 instead?)
12703 Branch: perl
12704 ! lib/ExtUtils/MM_Unix.pm
12705____________________________________________________________________________
12706[ 11220] By: jhi on 2001/07/08 17:05:55
12707 Log: (Retracted by #11221)
12708 Change the PERM_RW and PERM_RWX to 0644 and 0755
12709 (add the leading zero).
12710 Branch: perl
12711 ! lib/ExtUtils/MM_Unix.pm
12712____________________________________________________________________________
12713[ 11219] By: jhi on 2001/07/08 16:17:32
12714 Log: Integrate changes #11193, 11205, 11209 from macperl.
12715
12716 Fix up AutoLoader to fudge for Mac paths in import().
12717
12718 Allow symbols in try_symbol() to begin with "_".
12719
12720 Small portability fix for Mac OS.
12721 Branch: perl
12722 !> lib/AutoLoader.pm lib/Cwd.pm makedef.pl
12723____________________________________________________________________________
12724[ 11218] By: jhi on 2001/07/08 16:10:30
12725 Log: Metaconfig unit change for #11217.
12726 Branch: metaconfig/U/perl
12727 ! Extensions.U
12728____________________________________________________________________________
12729[ 11217] By: jhi on 2001/07/08 16:10:07
12730 Log: Detypo, problem noticed by Gerrit P. Haase.
12731 Branch: perl
12732 ! Configure config_h.SH
12733____________________________________________________________________________
12734[ 11216] By: jhi on 2001/07/08 15:58:35
12735 Log: Cwd cleanups.
12736 Branch: perl
12737 ! ext/Cwd/Cwd.xs
12738____________________________________________________________________________
12739[ 11215] By: jhi on 2001/07/08 15:52:57
12740 Log: Slight tweaks on #11213.
12741 Branch: perl
12742 ! toke.c
12743____________________________________________________________________________
12744[ 11214] By: jhi on 2001/07/08 14:32:28
12745 Log: A missing dTHX noticed by Gerrit P. Haase.
12746 Branch: perl
12747 ! ext/POSIX/POSIX.xs
12748____________________________________________________________________________
12749[ 11213] By: jhi on 2001/07/08 14:24:44
12750 Log: Subject: [PATCH toke.c] Simplify yytoke()
12751 From: Simon Cozens <simon@netthink.co.uk>
12752 Date: Sun, 8 Jul 2001 13:24:34 +0100
12753 Message-ID: <20010708132434.A9448@deep-dark-truthful-mirror>
12754
12755 Split out pending_ident().
12756 Branch: perl
12757 ! embed.h embed.pl pod/perlapi.pod proto.h toke.c
12758____________________________________________________________________________
12759[ 11212] By: jhi on 2001/07/08 14:17:10
12760 Log: (Retracted by #11223.)
12761 Subject: [PATCH] Re: Problem with Safe.pm and Perl 5.004
12762 Date: Wed, 05 Nov 1997 17:22:34 -0600
12763 From: Graham Barr <gbarr@ti.com>
12764 Message-Id: <3460FFBA.6DA51F46@ti.com>
12765 Branch: perl
12766 ! cv.h ext/Opcode/Opcode.xs op.c pp_hot.c sv.h toke.c
12767____________________________________________________________________________
12768[ 11211] By: jhi on 2001/07/08 13:53:38
12769 Log: Fix I18N::Langinfo nits noticed but Philip Newton.
12770 Branch: perl
12771 ! ext/I18N/Langinfo/Langinfo.pm ext/I18N/Langinfo/Langinfo.t
12772 ! pod/perllocale.pod
12773____________________________________________________________________________
12774[ 11210] By: jhi on 2001/07/08 01:34:09
12775 Log: Really do the test under the C locale.
12776 Branch: perl
12777 ! ext/I18N/Langinfo/Langinfo.t
12778____________________________________________________________________________
12779[ 11209] By: pudge on 2001/07/08 01:19:25
12780 Log: Small portability fix for Mac OS.
12781 Branch: maint-5.6/macperl
12782 ! lib/Cwd.pm
12783____________________________________________________________________________
12784[ 11208] By: jhi on 2001/07/08 01:14:58
12785 Log: Metaconfig unit change for #11207.
12786 Branch: metaconfig/U/perl
12787 ! Extensions.U
12788____________________________________________________________________________
12789[ 11207] By: jhi on 2001/07/08 01:14:02
12790 Log: Add I18N::Langinfo, which is basically a wrapper around
12791 nl_langinfo(), which is an additional way to query locale
12792 specific information.
12793 Branch: perl
12794 + ext/I18N/Langinfo/Langinfo.pm ext/I18N/Langinfo/Langinfo.t
12795 + ext/I18N/Langinfo/Langinfo.xs ext/I18N/Langinfo/Makefile.PL
12796 ! Configure MANIFEST pod/perl572delta.pod pod/perllocale.pod
12797____________________________________________________________________________
12798[ 11206] By: pudge on 2001/07/08 00:56:29
12799 Log: Bugfixes for some tests. commonsense.t not in perl 5.6,
12800 used in File::Find tests; replace with if.t.
12801 Branch: maint-5.6/macperl
12802 ! t/lib/filefind-taint.t t/lib/filefind.t t/op/taint.t
12803 ! t/pragma/warn/op
12804____________________________________________________________________________
12805[ 11205] By: pudge on 2001/07/07 23:55:56
12806 Log: Allow symbols in try_symbol() to begin with "_".
12807 Branch: maint-5.6/macperl
12808 ! makedef.pl
12809____________________________________________________________________________
12810[ 11204] By: pudge on 2001/07/07 23:53:37
12811 Log: Sync up the File::Find changes from the rewrite by
12812 Thomas Wegner, et al.
12813 Branch: maint-5.6/macperl
12814 + t/lib/filefind-taint.t
12815 ! lib/File/Find.pm t/lib/filefind.t
12816____________________________________________________________________________
12817[ 11203] By: pudge on 2001/07/07 23:43:06
12818 Log: Subject: [PATCHES] :t:pod: and :lib:Pod: stuff
12819 From: Thomas Wegner <wegner_thomas@yahoo.com>
12820 Date: Thu, 5 Jul 2001 20:31:25 +0200
12821 Message-Id: <p04320400b76a0fc8dea5@[149.225.100.38]>
12822 Branch: maint-5.6/macperl
12823 ! lib/Pod/Find.pm t/pod/find.t t/pod/testp2pt.pl
12824____________________________________________________________________________
12825[ 11202] By: pudge on 2001/07/07 23:38:36
12826 Log: Some more test portability fixes.
12827 Branch: maint-5.6/macperl
12828 ! t/lib/filecopy.t t/pragma/warn/pp_sys
12829____________________________________________________________________________
12830[ 11201] By: jhi on 2001/07/07 22:52:38
12831 Log: The #11200 removed wrong (non-existent) target. Duh.
12832 Branch: perl
12833 ! Makefile.SH
12834____________________________________________________________________________
12835[ 11200] By: jhi on 2001/07/07 22:44:14
12836 Log: Zap the lib/re.pm before creating it.
12837 Branch: perl
12838 ! Makefile.SH
12839____________________________________________________________________________
12840[ 11199] By: pudge on 2001/07/07 20:54:35
12841 Log: Another test. Please ignore.
12842 Branch: maint-5.6/macperl
12843 ! README.macos
12844____________________________________________________________________________
12845[ 11198] By: pudge on 2001/07/07 20:44:12
12846 Log: Portability fixes for a lot of tests, especially IO-related
12847 tests, and warnings, and the harness script.
12848 Branch: maint-5.6/macperl
12849 ! t/harness t/io/argv.t t/io/dup.t t/io/fs.t t/io/inplace.t
12850 ! t/io/iprefix.t t/io/open.t t/io/openpid.t t/lib/filepath.t
12851 ! t/lib/findbin.t t/lib/io_dup.t t/lib/socket.t t/op/die_exit.t
12852 ! t/op/misc.t t/op/read.t t/op/readdir.t t/op/runlevel.t
12853 ! t/op/stat.t t/op/subst_wamp.t t/op/taint.t
12854 ! t/pragma/diagnostics.t t/pragma/subs.t t/pragma/warn/doio
12855 ! t/pragma/warn/mg t/pragma/warn/op t/pragma/warn/pp_sys
12856 ! t/pragma/warnings.t
12857____________________________________________________________________________
12858[ 11197] By: jhi on 2001/07/07 20:32:28
12859 Log: Subject: [PATCH] lib/h2xs.t (was Re: [PATCH] h2xs)
12860 From: Nicholas Clark <nick@ccl4.org>
12861 Date: Sat, 7 Jul 2001 21:00:17 +0100
12862 Message-ID: <20010707210017.H59620@plum.flirble.org>
12863 Branch: perl
12864 ! lib/h2xs.t
12865____________________________________________________________________________
12866[ 11196] By: jhi on 2001/07/07 20:26:36
12867 Log: The UNICOS/mk SysV IPC problem has been fixed.
12868 Branch: perl
12869 ! pod/perl572delta.pod
12870____________________________________________________________________________
12871[ 11195] By: jhi on 2001/07/07 19:59:51
12872 Log: Slight update tweaks on perlunicode.pod.
12873 Branch: perl
12874 ! pod/perlunicode.pod
12875____________________________________________________________________________
12876[ 11194] By: jhi on 2001/07/07 17:53:03
12877 Log: Subject: Doc patch DB_File.pm: use umask-friendly modes
12878 From: Mark-Jason Dominus <mjd@plover.com>
12879 Date: Sat, 07 Jul 2001 13:04:04 -0400
12880 Message-ID: <20010707170404.32694.qmail@plover.com>
12881 Branch: perl
12882 ! ext/DB_File/DB_File.pm
12883____________________________________________________________________________
12884[ 11193] By: pudge on 2001/07/07 17:26:28
12885 Log: Fix up AutoLoader to fudge for Mac paths in import().
12886 Branch: maint-5.6/macperl
12887 ! lib/AutoLoader.pm
12888____________________________________________________________________________
12889[ 11192] By: jhi on 2001/07/07 17:03:06
12890 Log: Try to force the lib/re.pm to be there before entering
12891 the extensions builds, should help for parallel makes.
12892 Branch: perl
12893 ! Makefile.SH
12894____________________________________________________________________________
12895[ 11191] By: jhi on 2001/07/07 15:26:16
12896 Log: Subject: Re: [PATCH ext/POSIX/POSIX.pm] Re: sigaction.t under QNX
12897 From: Norton Allen <allen@huarp.harvard.edu>
12898 Date: Fri, 6 Jul 2001 12:01:14 -0400 (edt)
12899 Message-Id: <200107061601.MAA00597@bottesini.harvard.edu>
12900 Branch: perl
12901 ! ext/POSIX/POSIX.xs
12902____________________________________________________________________________
12903[ 11190] By: jhi on 2001/07/07 15:22:08
12904 Log: Subject: [PATCH] Re: op/arith.t
12905 From: Nicholas Clark <nick@ccl4.org>
12906 Date: Sat, 7 Jul 2001 13:04:54 +0100
12907 Message-ID: <20010707130454.D59620@plum.flirble.org>
12908 Branch: perl
12909 ! numeric.c toke.c
12910____________________________________________________________________________
12911[ 11189] By: jhi on 2001/07/07 15:20:44
12912 Log: Subject: [PATCH] h2xs
12913 From: Nicholas Clark <nick@ccl4.org>
12914 Date: Fri, 6 Jul 2001 23:25:14 +0100
12915 Message-ID: <20010706232514.X59620@plum.flirble.org>
12916 Branch: perl
12917 ! utils/h2xs.PL
12918____________________________________________________________________________
12919[ 11188] By: jhi on 2001/07/07 15:12:36
12920 Log: Subject: Re: bleedperl perl_alloc..free leakage
12921 From: Radu Greab <radu@netsoft.ro>
12922 Date: Fri, 6 Jul 2001 19:48:54 +0300
12923 Message-ID: <15173.60406.308246.456184@ix.netsoft.ro>
12924
12925 Leak-be-gone.
12926 Branch: perl
12927 ! op.c
12928____________________________________________________________________________
12929[ 11187] By: pudge on 2001/07/07 02:11:36
12930 Log: Test again. Please ignore.
12931 Branch: maint-5.6/macperl
12932 ! README.macos
12933____________________________________________________________________________
12934[ 11186] By: pudge on 2001/07/07 02:08:13
12935 Log: Test. Please ignore.
12936 Branch: maint-5.6/macperl
12937 ! README.macos
12938____________________________________________________________________________
12939[ 11185] By: pudge on 2001/07/06 23:46:57
12940 Log: Include changes already sent in separately as patches,
12941 before branch was created.
12942 Branch: maint-5.6/macperl
12943 ! ext/File/Glob/bsd_glob.c ext/IO/lib/IO/Dir.pm gv.c
12944 ! lib/DirHandle.pm lib/File/Basename.pm lib/File/Copy.pm
12945 ! lib/File/Find.pm lib/diagnostics.pm perl.c t/base/term.t
12946 ! t/comp/cpp.t t/comp/multiline.t t/comp/script.t t/comp/term.t
12947 ! t/lib/anydbm.t t/lib/autoloader.t t/lib/dirhand.t
12948 ! t/lib/filefind.t t/lib/io_dir.t t/lib/selfloader.t
12949 ! t/op/anonsub.t t/op/closure.t t/op/defins.t t/op/die_exit.t
12950 ! t/op/exec.t t/op/goto.t t/op/misc.t t/op/pack.t t/op/regexp.t
12951 ! t/op/regexp_noamp.t t/op/split.t t/op/write.t
12952 ! t/pragma/strict.t
12953____________________________________________________________________________
12954[ 11184] By: jhi on 2001/07/06 16:41:30
12955 Log: Subject: [PATCH lib/Cwd.pm] QNX patch extended for NTO
12956 From: Norton Allen <allen@huarp.harvard.edu>
12957 Date: Fri, 6 Jul 2001 09:39:57 -0400 (edt)
12958 Message-Id: <200107061339.JAA12582@bottesini.harvard.edu>
12959 Branch: perl
12960 ! utf8.h
12961____________________________________________________________________________
12962[ 11183] By: nick on 2001/07/06 16:27:40
12963 Log: Integrate mainline
12964 Branch: perlio
12965 +> (branch 42 files)
12966 - NetWare/perlsdio.h ext/util/mkbootstrap lib/Net/DummyInetd.pm
12967 - lib/Net/PH.pm lib/Net/SNPP.pm lib/Net/t/ph.t
12968 - win32/bin/mdelete.bat
12969 !> (integrate 215 files)
12970____________________________________________________________________________
12971[ 11182] By: jhi on 2001/07/06 15:57:16
12972 Log: The #11166 needed also these updated.
12973 Branch: perl
12974 ! lib/warnings.pm warnings.h
12975____________________________________________________________________________
12976[ 11181] By: jhi on 2001/07/06 13:24:42
12977 Log: Update Changes.
12978 Branch: perl
12979 ! Changes patchlevel.h
12980____________________________________________________________________________
00847e8a
JH
12981[ 11180] By: jhi on 2001/07/06 13:20:08
12982 Log: Regen toc.
12983 Branch: perl
12984 ! pod/perltoc.pod
12985____________________________________________________________________________
12986[ 11179] By: jhi on 2001/07/06 12:57:13
12987 Log: Nit from Abhijit.
12988 Branch: perl
12989 ! lib/CPAN.pm
12990____________________________________________________________________________
12991[ 11178] By: jhi on 2001/07/06 12:53:04
12992 Log: Retract #11172.
12993 Branch: perl
12994 ! t/op/method.t
12995____________________________________________________________________________
12996[ 11177] By: jhi on 2001/07/06 12:44:51
12997 Log: Subject: [PATCH lib/Cwd.pm] QNX patch extended for NTO
12998 From: Norton Allen <allen@huarp.harvard.edu>
12999 Date: Fri, 6 Jul 2001 09:39:57 -0400 (edt)
13000 Message-Id: <200107061339.JAA12582@bottesini.harvard.edu>
13001 Branch: perl
13002 ! lib/Cwd.pm
13003____________________________________________________________________________
13004[ 11176] By: jhi on 2001/07/06 12:42:45
585d6f80 13005 Log: (Accidentally empty check-in.)
00847e8a
JH
13006 Branch: perl
13007 ! utf8.h
13008____________________________________________________________________________
13009[ 11175] By: jhi on 2001/07/06 12:29:56
13010 Log: Retract #11165 since Sarathy pointed out it'll not
13011 work properly under threads, the problem should be
13012 solved using "the savestack, either via SSNEW() or
13013 using a newSVpv()+SAVEFREESV() combo."
13014 Branch: perl
13015 ! ext/POSIX/POSIX.xs
13016____________________________________________________________________________
13017[ 11174] By: jhi on 2001/07/06 12:27:31
13018 Log: Retract #11125 since NI-S pointed out it'll not work in
13019 cases where the extension has their own handcrafted INC
13020 et alia.
13021 Branch: perl
13022 ! lib/ExtUtils/MM_Unix.pm
13023____________________________________________________________________________
13024[ 11173] By: jhi on 2001/07/06 12:20:50
13025 Log: Subject: RE: [PATCH] -I and MakeMaker again
13026 From: "Konovalov, Vadim Vladimirovich (Vadim)" <vkonovalov@lucent.com>
13027 Date: Fri, 6 Jul 2001 09:18:29 +0200
13028 Message-ID: <E3FB32585BF1D411B9E900805FF51A0808C221@RU0022EXCH001U>
13029 Branch: perl
13030 ! lib/ExtUtils/MM_NW5.pm lib/ExtUtils/MM_VMS.pm
13031 ! lib/ExtUtils/MM_Win32.pm
13032____________________________________________________________________________
13033[ 11172] By: jhi on 2001/07/06 12:18:39
13034 Log: (Retracted by #11178)
13035 Subject: [PATCH t/op/method.t] SUPER:: strangeness
13036 From: Piers Cawley <pdcawley@iterative-software.com>
13037 Date: 06 Jul 2001 10:49:01 +0100
13038 Message-ID: <m2ith6xu9e.fsf@despairon.bofh.org.uk>
13039 Branch: perl
13040 ! t/op/method.t
13041____________________________________________________________________________
13042[ 11171] By: jhi on 2001/07/06 01:38:55
13043 Log: VOS README update from Paul Green.
13044 Branch: perl
13045 ! README.vos
13046____________________________________________________________________________
13047[ 11170] By: jhi on 2001/07/06 01:19:33
13048 Log: Subject: [PATCH README.qnx hints/qnx.sh]
13049 From: Norton Allen <allen@huarp.harvard.edu>
13050 Message-Id: <200107051755.NAA21422@bottesini.harvard.edu>
13051 Date: Thu, 5 Jul 2001 13:55:11 -0400 (edt)
13052 Branch: perl
13053 ! README.qnx hints/qnx.sh
13054____________________________________________________________________________
13055[ 11169] By: jhi on 2001/07/06 01:17:43
13056 Log: Subject: [PATCH] Doc patch for Tie::Hash
13057 From: Artur Bergman <artur@contiller.se>
13058 Date: Thu, 05 Jul 2001 22:51:18 +0200
13059 Message-ID: <B76A9FE6.1F04%artur@contiller.se>
13060 Branch: perl
13061 ! lib/Tie/Hash.pm
13062____________________________________________________________________________
13063[ 11168] By: jhi on 2001/07/06 01:16:27
13064 Log: Subject: [PATCH] perlfaq4.pod
13065 From: "Liney, Dave" <dave.liney@gbr.conoco.com>
13066 Message-ID: <1BB544A41666D311836C00902751FF6D01FD2D07@LONEX02>
13067 Date: Thu, 5 Jul 2001 18:44:10 +0100
13068 Branch: perl
13069 ! pod/perlfaq4.pod
13070____________________________________________________________________________
13071[ 11167] By: jhi on 2001/07/06 01:14:41
13072 Log: Subject: [PATCH B::Deparse] Make warnings handling more robust
13073 From: Robin Houston <robin@kitsite.com>
13074 Date: Thu, 5 Jul 2001 18:33:21 +0100
13075 Message-ID: <20010705183321.A27345@robin.kitsite.com>
13076 Branch: perl
13077 ! ext/B/B/Deparse.pm
13078____________________________________________________________________________
13079[ 11166] By: jhi on 2001/07/06 01:11:50
585d6f80
JH
13080 Log: (Retracted by #11285.)
13081
13082 Subject: Re: [PATCH] mkdir() mode argument is missing initial 0
00847e8a
JH
13083 From: Abhijit Menon-Sen <ams@wiw.org>
13084 Date: Fri, 6 Jul 2001 01:26:32 +0530
13085 Message-ID: <20010706012632.A28327@lustre.dyn.wiw.org>
13086 Branch: perl
13087 ! dump.c op.c op.h opcode.h opcode.pl pod/perldiag.pod pp.sym
13088 ! pp_proto.h t/lib/warnings/op t/lib/warnings/toke toke.c
13089 ! warnings.pl
13090____________________________________________________________________________
13091[ 11165] By: jhi on 2001/07/06 00:19:26
13092 Log: (Retracted by #11175)
13093 Subject: [PATCH ext/POSIX/POSIX.pm] Re: sigaction.t under QNX
13094 From: Norton Allen <allen@huarp.harvard.edu>
13095 Message-Id: <200107051734.NAA13375@bottesini.harvard.edu>
13096 Date: Thu, 5 Jul 2001 13:34:51 -0400 (edt)
13097 Branch: perl
13098 ! ext/POSIX/POSIX.xs
13099____________________________________________________________________________
13100[ 11164] By: jhi on 2001/07/06 00:14:57
13101 Log: Unterminated C< (noticed by Richard Hatch), and few other
13102 small Unicode doc tweaks.
13103 Branch: perl
13104 ! pod/perlretut.pod
13105____________________________________________________________________________
13106[ 11163] By: jhi on 2001/07/05 19:33:34
13107 Log: More flexible argument understanding; add charblocks() and
13108 charscripts(); make charblock() and charscript() two-way;
13109 add charinrange(); separate the $Unicode::UCD::VERSION and
13110 the version of the Unicode by adding UnicodeVersion().
13111 Branch: perl
13112 ! lib/Unicode/UCD.pm lib/Unicode/UCD.t
13113____________________________________________________________________________
13114[ 11162] By: jhi on 2001/07/05 13:38:36
13115 Log: Update Unicode::UCD on \p{In...}.
13116 Branch: perl
13117 ! lib/Unicode/UCD.pm
13118____________________________________________________________________________
13119[ 11161] By: jhi on 2001/07/05 13:26:00
13120 Log: Subject: Re: [PATCH lib/ExtUtils.t] Extra Files for QNX
13121 From: Norton Allen <allen@huarp.harvard.edu>
13122 Date: Thu, 5 Jul 2001 09:57:14 -0400 (edt)
13123 Message-Id: <200107051357.JAA06285@bottesini.harvard.edu>
13124 Branch: perl
13125 ! lib/ExtUtils/MM_Unix.pm
13126____________________________________________________________________________
13127[ 11160] By: jhi on 2001/07/05 13:06:53
13128 Log: POSIX-BC tweaks from Thomas Dorner.
13129 Branch: perl
13130 ! hints/posix-bc.sh perlio.h
13131____________________________________________________________________________
13132[ 11159] By: jhi on 2001/07/05 04:17:18
13133 Log: Module updates for the delta.
13134 Branch: perl
13135 ! pod/perl572delta.pod
13136____________________________________________________________________________
13137[ 11158] By: jhi on 2001/07/05 03:45:19
13138 Log: Subject: [PATCH ext/IO/lib/IO/t/io_sock.t] for QNX
13139 From: Norton Allen <allen@huarp.harvard.edu>
13140 Message-Id: <200107050259.WAA06843@bottesini.harvard.edu>
13141 Date: Wed, 4 Jul 2001 22:59:00 -0400 (edt)
13142 Branch: perl
13143 ! ext/IO/lib/IO/t/io_sock.t
13144____________________________________________________________________________
13145[ 11157] By: jhi on 2001/07/05 03:44:19
13146 Log: Subject: [PATCH perldiag.pod] Quick fixes
13147 From: Simon Cozens <simon@netthink.co.uk>
13148 Date: Wed, 4 Jul 2001 20:22:12 +0100
13149 Message-ID: <20010704202212.A3690@deep-dark-truthful-mirror>
13150 Branch: perl
13151 ! pod/perldiag.pod
13152____________________________________________________________________________
13153[ 11156] By: jhi on 2001/07/05 03:43:28
13154 Log: Subject: [PATCH perl@11099]Re: [ID 20010704.003] Taint mode breaks global match
13155 From: Radu Greab <radu@netsoft.ro>
13156 Date: Wed, 4 Jul 2001 22:13:31 +0300
13157 Message-ID: <15171.27355.895094.128142@ix.netsoft.ro>
13158 Branch: perl
13159 ! op.c sv.c t/op/pos.t
13160____________________________________________________________________________
13161[ 11155] By: jhi on 2001/07/05 03:40:24
13162 Log: Subject: [PATCH] -I and MakeMaker again
13163 From: Michael G Schwern <schwern@pobox.com>
13164 Date: Wed, 4 Jul 2001 15:03:07 -0400
13165 Message-ID: <20010704150307.I20340@blackrider>
13166
13167 (and retract #11145)
13168 Branch: perl
13169 ! ext/util/make_ext lib/ExtUtils/MM_Unix.pm
13170 ! lib/ExtUtils/MakeMaker.pm
13171____________________________________________________________________________
13172[ 11154] By: jhi on 2001/07/05 03:32:43
13173 Log: Subject: Re: PERFORCE change 11142 for review
13174 From: "Philip Newton" <Philip.Newton@gmx.net>
13175 Date: Wed, 4 Jul 2001 20:46:26 +0200
13176 Message-Id: <200107041841.VAA25380@taas.iki.fi>
13177 Branch: perl
13178 ! lib/ExtUtils/MakeMaker.pm
13179____________________________________________________________________________
13180[ 11153] By: jhi on 2001/07/05 03:29:21
13181 Log: Subject: Re: [PATCH 2 pl2pm.PL] (was Re: [PATCH pl2pm.PL] Make pl2pm be nice with 'strict' and 'warnings')
13182 From: Jonathan Stowe <gellyfish@gellyfish.com>
13183 Date: Mon, 2 Jul 2001 20:45:53 +0100 (BST)
13184 Message-ID: <Pine.LNX.4.33.0107022042570.8640-100000@orpheus.gellyfish.com>
13185 Branch: perl
13186 ! utils/pl2pm.PL
13187____________________________________________________________________________
13188[ 11152] By: gsar on 2001/07/05 00:52:57
13189 Log: fix the binary compatibility issue when building with/without
13190 usemymalloc by exporting Perl_malloc() et al as simple wrappers
13191 around the system functions (this allows most extensions built
13192 using one mode to coexist with perls built in the other mode)
13193
13194 XXX the Perl_mfree() wrapper might need to do return(free()) on
13195 platforms where Free_t isn't "void"
13196 Branch: perl
13197 ! embed.h embed.pl makedef.pl proto.h util.c
13198____________________________________________________________________________
13199[ 11151] By: gsar on 2001/07/05 00:42:49
13200 Log: perl built with USE_ITHREADS can deadlock during fork() or backticks
13201 since it doesn't ensure threads other than the one calling fork()
13202 aren't holding any locks; the fix is to use pthread_atfork() to
13203 hold global locks
13204
13205 building perl with -Dusemymalloc exacerbates the problem since
13206 Perl_malloc() holds a mutex, and perl's exec() calls New()
13207
13208 XXX the code in win32thread.h may be needed on platforms that have
13209 no pthread_atfork()
13210 Branch: perl
13211 ! perl.c thread.h win32/win32thread.h
13212____________________________________________________________________________
13213[ 11150] By: pudge on 2001/07/04 20:07:54
13214 Log: Integrate #11009 from maintperl.
13215 Branch: maint-5.6/macperl
13216 !> lib/ExtUtils/Manifest.pm
13217____________________________________________________________________________
13218[ 11149] By: pudge on 2001/07/04 19:54:46
13219 Log: Flexing my Perforce muscles.
13220 Branch: maint-5.6/macperl
13221 ! README.macos
13222____________________________________________________________________________
13223[ 11148] By: jhi on 2001/07/04 17:14:51
13224 Log: Update Changes.
13225 Branch: perl
13226 ! Changes patchlevel.h
13227____________________________________________________________________________
13228[ 11147] By: jhi on 2001/07/04 16:41:25
13229 Log: Metaconfig unit change for #11146.
13230 Branch: metaconfig/U/perl
13231 ! d_fcntl_can_lock.U
13232____________________________________________________________________________
d3a7fa0a
JH
13233[ 11146] By: jhi on 2001/07/04 16:36:31
13234 Log: Somehow the #ifdefs of the added code (in #11093) made
13235 HP-UX to fail the fcntl locking test, without the ifdefs
13236 the test seems to be working again. Reason unknown:
13237 HP-UX cc doesn't complain either way.
13238 Branch: perl
13239 ! Configure
13240____________________________________________________________________________
13241[ 11145] By: jhi on 2001/07/04 16:08:00
585d6f80 13242 Log: (Retracted by #11155) PERLRUNINST needed in some spots.
d3a7fa0a
JH
13243 Branch: perl
13244 ! lib/ExtUtils/MM_Unix.pm
13245____________________________________________________________________________
13246[ 11144] By: jhi on 2001/07/04 16:07:35
13247 Log: gcc -Wall nit.
13248 Branch: perl
13249 ! pp_hot.c
13250____________________________________________________________________________
13251[ 11143] By: jhi on 2001/07/04 15:08:26
13252 Log: When removing tests updating the test count is a good idea, too.
13253 Branch: perl
13254 ! lib/Net/t/require.t
13255____________________________________________________________________________
13256[ 11142] By: jhi on 2001/07/04 14:57:51
13257 Log: Document #11134 and add the new symbols to the list of
13258 of MakeMaker known ones.
13259 Branch: perl
13260 ! lib/ExtUtils/MakeMaker.pm
13261____________________________________________________________________________
13262[ 11141] By: jhi on 2001/07/04 14:34:11
13263 Log: Microperl update.
13264 Branch: perl
13265 ! uconfig.h
13266____________________________________________________________________________
13267[ 11140] By: jhi on 2001/07/04 14:32:27
13268 Log: Update the libnet tests as per #11138.
13269 Branch: perl
13270 - lib/Net/t/ph.t
13271 ! MANIFEST lib/Net/t/require.t
13272____________________________________________________________________________
13273[ 11139] By: jhi on 2001/07/04 14:14:33
13274 Log: Regen toc and modlib.
13275 Branch: perl
13276 ! pod/perlmodlib.pod pod/perltoc.pod
13277____________________________________________________________________________
13278[ 11138] By: jhi on 2001/07/04 14:10:38
13279 Log: Remove DummyInetd, PH, and SNPP from the libnet, as per
13280 Graham's request.
13281 Branch: perl
13282 - lib/Net/DummyInetd.pm lib/Net/PH.pm lib/Net/SNPP.pm
13283 ! MANIFEST
13284____________________________________________________________________________
13285[ 11137] By: jhi on 2001/07/04 14:06:35
13286 Log: Add the OS/390 harness results to the delta.
13287 Branch: perl
13288 ! pod/perl572delta.pod
13289____________________________________________________________________________
13290[ 11136] By: jhi on 2001/07/04 13:59:01
13291 Log: Avoid the two study tests in OS/390 until the bug has been solved.
13292 Branch: perl
13293 ! t/op/study.t
13294____________________________________________________________________________
13295[ 11135] By: jhi on 2001/07/04 13:49:08
13296 Log: DOS/DJGPP tweaks from Laszlo Molnar.
13297 Branch: perl
13298 ! AUTHORS djgpp/djgppsed.sh hints/dos_djgpp.sh t/op/write.t
13299____________________________________________________________________________
13300[ 11134] By: jhi on 2001/07/04 13:47:46
13301 Log: Subject: [PATCH lib/ExtUtils/MM_Unix.pm and others] Fixing extra -I's with PERL_CORE
13302 From: Michael G Schwern <schwern@pobox.com>
13303 Date: Wed, 4 Jul 2001 00:01:16 -0400
13304 Message-ID: <20010704000116.C591@blackrider>
13305 Branch: perl
13306 ! ext/util/make_ext lib/ExtUtils.t lib/ExtUtils/MM_Unix.pm
13307____________________________________________________________________________
13308[ 11133] By: jhi on 2001/07/04 01:55:20
13309 Log: The #11132 missed singleton characters (not part
13310 of a unilo..unihi range) in Unicode scripts.
13311 Branch: perl
13312 ! lib/unicode/In/0.pl lib/unicode/In/1.pl lib/unicode/In/10.pl
13313 ! lib/unicode/In/11.pl lib/unicode/In/12.pl lib/unicode/In/13.pl
13314 ! lib/unicode/In/15.pl lib/unicode/In/16.pl lib/unicode/In/17.pl
13315 ! lib/unicode/In/18.pl lib/unicode/In/19.pl lib/unicode/In/20.pl
13316 ! lib/unicode/In/21.pl lib/unicode/In/24.pl lib/unicode/In/29.pl
13317 ! lib/unicode/In/3.pl lib/unicode/In/30.pl lib/unicode/In/34.pl
13318 ! lib/unicode/In/35.pl lib/unicode/In/37.pl lib/unicode/In/39.pl
13319 ! lib/unicode/In/4.pl lib/unicode/In/5.pl lib/unicode/In/6.pl
13320 ! lib/unicode/In/8.pl lib/unicode/In/9.pl lib/unicode/Scripts.pl
13321 ! lib/unicode/mktables.PL t/op/pat.t
13322____________________________________________________________________________
13323[ 11132] By: jhi on 2001/07/04 01:32:11
13324 Log: Support preferentially the Unicode 'scripts' definition
13325 in the \p{In...} notation since according to Unicode the
13326 scripts concept is more natural for matching than using
13327 the somewhat artificial block names. The block names are
13328 still available, though, and if there's a name conflict,
13329 the scripts one wins and the blocks one has to do with
13330 'Block' appended to its name. For more information see
13331
13332 http://www.unicode.org/unicode/reports/tr24/
13333 Branch: perl
13334 + lib/unicode/In/100.pl lib/unicode/In/101.pl
13335 + lib/unicode/In/102.pl lib/unicode/In/103.pl
13336 + lib/unicode/In/104.pl lib/unicode/In/105.pl
13337 + lib/unicode/In/106.pl lib/unicode/In/107.pl
13338 + lib/unicode/In/108.pl lib/unicode/In/109.pl
13339 + lib/unicode/In/110.pl lib/unicode/In/111.pl
13340 + lib/unicode/In/112.pl lib/unicode/In/113.pl
13341 + lib/unicode/In/114.pl lib/unicode/In/115.pl
13342 + lib/unicode/In/116.pl lib/unicode/In/117.pl
13343 + lib/unicode/In/118.pl lib/unicode/In/119.pl
13344 + lib/unicode/In/120.pl lib/unicode/In/121.pl
13345 + lib/unicode/In/122.pl lib/unicode/In/123.pl
13346 + lib/unicode/In/124.pl lib/unicode/In/125.pl
13347 + lib/unicode/In/126.pl lib/unicode/In/127.pl
13348 + lib/unicode/In/128.pl lib/unicode/In/129.pl
13349 + lib/unicode/In/130.pl lib/unicode/In/131.pl
13350 + lib/unicode/In/132.pl lib/unicode/In/133.pl
13351 + lib/unicode/In/134.pl lib/unicode/In/135.pl
13352 + lib/unicode/In/96.pl lib/unicode/In/97.pl lib/unicode/In/98.pl
13353 + lib/unicode/In/99.pl lib/unicode/Scripts.pl
13354 ! (edit 106 files)
13355____________________________________________________________________________
13356[ 11131] By: jhi on 2001/07/03 23:02:02
13357 Log: Better document the difference between a block and a script.
13358 Branch: perl
13359 ! lib/Unicode/UCD.pm
13360____________________________________________________________________________
13361[ 11130] By: jhi on 2001/07/03 22:49:15
13362 Log: Subject: [ perl 5.6.1 ] CPAN.pm doc patch
13363 From: Elaine -HFB- Ashton <elaine@chaos.wustl.edu>
13364 Date: Tue, 3 Jul 2001 15:04:23 -0500
13365 Message-ID: <20010703150423.C9787@chaos.wustl.edu>
13366 Branch: perl
13367 ! lib/CPAN.pm
13368____________________________________________________________________________
13369[ 11129] By: jhi on 2001/07/03 22:45:41
13370 Log: Add tests for charscript().
13371 Branch: perl
13372 ! lib/Unicode/UCD.pm lib/Unicode/UCD.t
13373____________________________________________________________________________
13374[ 11128] By: jhi on 2001/07/03 20:41:54
13375 Log: Add charscript() to get the UTR#24 script names of characters.
13376 Branch: perl
13377 ! lib/Unicode/UCD.pm
13378____________________________________________________________________________
13379[ 11127] By: jhi on 2001/07/03 19:53:29
13380 Log: Todo updates.
13381 Branch: perl
13382 ! pod/perltodo.pod
13383____________________________________________________________________________
13384[ 11126] By: jhi on 2001/07/03 19:45:30
13385 Log: Unicode::UCD updates.
13386 Branch: perl
13387 ! lib/Unicode/UCD.pm
13388____________________________________________________________________________
13389[ 11125] By: jhi on 2001/07/03 16:12:20
585d6f80
JH
13390 Log: (Retracted by #11174)
13391 Subject: MakeMaker should pass through DEFINE and INC to subdirs
d3a7fa0a
JH
13392 From: Alan Burlison <Alan.Burlison@sun.com>
13393 Date: Tue, 03 Jul 2001 15:20:13 +0100
13394 Message-ID: <3B41D49D.A923D4F9@sun.com>
13395 Branch: perl
13396 ! lib/ExtUtils/MM_Unix.pm
13397____________________________________________________________________________
13398[ 11124] By: jhi on 2001/07/03 16:06:53
13399 Log: Subject: Patch needed for UTS
13400 From: hom00@utsglobal.com (Hal Morris)
13401 Date: Tue, 3 Jul 2001 09:38:22 -0700 (PDT)
13402 Message-Id: <200107031638.JAA11998@cepheus.utsglobal.com>
13403
13404 Replace #11113 with a better version.
13405 Branch: perl
13406 ! perl.h
13407____________________________________________________________________________
13408[ 11123] By: jhi on 2001/07/03 16:04:49
13409 Log: Subject: Re: POINTERRIGOR
13410 From: Andy Dougherty <doughera@lafayette.edu>
13411 Date: Tue, 3 Jul 2001 11:49:28 -0400 (EDT)
13412 Message-ID: <Pine.SOL.4.10.10107031040030.1982-100000@maxwell.phys.lafayette.edu>
13413 Branch: perl
13414 ! util.c
13415____________________________________________________________________________
13416[ 11122] By: jhi on 2001/07/03 16:03:31
13417 Log: Subject: Re: [PATCH @11016] Fixes compile errors in four files
13418 From: "Philip Newton" <pnewton@gmx.de>
13419 Date: Tue, 3 Jul 2001 17:03:34 +0200
13420 Message-ID: <3B41FAE6.29564.660E117@localhost>
13421 Branch: perl
13422 ! pp_hot.c
13423____________________________________________________________________________
13424[ 11121] By: jhi on 2001/07/03 13:26:08
13425 Log: Typos.
13426 Branch: perl
13427 ! INSTALL
13428____________________________________________________________________________
13429[ 11120] By: jhi on 2001/07/03 11:34:47
13430 Log: Subject: [PATCH 5.6.1] debugger fixes
13431 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
13432 Date: Tue, 3 Jul 2001 03:38:18 -0400
13433 Message-ID: <20010703033818.A16788@math.ohio-state.edu>
13434
13435 The $^S is working again.
13436 Branch: perl
13437 ! lib/perl5db.pl
13438____________________________________________________________________________
13439[ 11119] By: jhi on 2001/07/03 11:33:27
13440 Log: Subject: Re: [PATCH 5.6.1] OS/2 improvements
13441 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
13442 Date: Tue, 3 Jul 2001 03:34:06 -0400
13443 Message-ID: <20010703033406.A16776@math.ohio-state.edu>
13444 Branch: perl
13445 ! os2/OS2/Process/Process.pm
13446____________________________________________________________________________
13447[ 11118] By: jhi on 2001/07/03 11:29:54
13448 Log: Subject: [PATCH bleadperl] Bad lishp in change 11084
13449 From: "Philip Newton" <Philip.Newton@gmx.net>
13450 Date: Tue, 3 Jul 2001 09:11:27 +0200
13451 Message-Id: <200107030706.KAA04596@taas.iki.fi>
13452 Branch: perl
13453 ! lib/FindBin.pm
13454____________________________________________________________________________
13455[ 11117] By: jhi on 2001/07/03 11:25:14
13456 Log: Delta delta.
13457 Branch: perl
13458 ! pod/perl572delta.pod
13459____________________________________________________________________________
13460[ 11116] By: jhi on 2001/07/02 23:06:50
13461 Log: Metaconfig unit change for 11115.
13462 Branch: metaconfig
13463 ! U/modified/libc.U
13464____________________________________________________________________________
13465[ 11115] By: jhi on 2001/07/02 23:06:27
13466 Log: Whitespace allowed at the ends of /lib/syscalls.exp lines
13467 (from Richard Hatch) (this was the cause of pipes() and
13468 times() myeteriously not being found)
13469 Branch: perl
13470 ! Configure
13471____________________________________________________________________________
13472[ 11114] By: jhi on 2001/07/02 22:58:41
13473 Log: Retract #10142, the real culprit found by Richard Hatch,
13474 coming soon to Configure near you.
13475 Branch: perl
13476 ! hints/aix.sh
13477____________________________________________________________________________
13478[ 11113] By: jhi on 2001/07/02 22:56:09
13479 Log: (Replaced by #11124) UTS workaround from Hal Morris.
13480 Branch: perl
13481 ! perl.h
13482____________________________________________________________________________
13483[ 11112] By: jhi on 2001/07/02 22:53:29
13484 Log: Subject: [PATCH] grok not grocking correctly
13485 From: Nicholas Clark <nick@ccl4.org>
13486 Date: Tue, 3 Jul 2001 00:19:08 +0100
13487 Message-ID: <20010703001908.H59620@plum.flirble.org>
13488 Branch: perl
13489 ! numeric.c
13490____________________________________________________________________________
13491[ 11111] By: jhi on 2001/07/02 22:48:42
13492 Log: Subject: [PATCH Deparse.t] test just-posted patches
13493 From: Robin Houston <robin@kitsite.com>
13494 Date: Mon, 2 Jul 2001 23:46:15 +0100
13495 Message-Id: <E15HCUN-0000Rh-00.2001-07-02-23-48-19@mail18.svr.pol.co.uk>
13496 Branch: perl
13497 ! ext/B/Deparse.t
13498____________________________________________________________________________
13499[ 11110] By: jhi on 2001/07/02 22:27:10
13500 Log: Subject: [PATCH toke.c] autosplit into @F
13501 From: Robin Houston <robin@kitsite.com>
13502 Date: Mon, 2 Jul 2001 23:18:20 +0100
13503 Message-Id: <E15HC3M-0007jL-00.2001-07-02-23-20-24@mail18.svr.pol.co.uk>
13504 Branch: perl
13505 ! perl.c toke.c
13506____________________________________________________________________________
13507[ 11109] By: jhi on 2001/07/02 22:25:03
13508 Log: Subject: [PATCH B::Deparse] hash key auto-quoting
13509 From: Robin Houston <robin@kitsite.com>
13510 Date: Mon, 2 Jul 2001 23:00:48 +0100
13511 Message-Id: <E15HBmR-0006mc-00.2001-07-02-23-02-55@mail18.svr.pol.co.uk>
13512 Branch: perl
13513 ! ext/B/B/Deparse.pm
13514____________________________________________________________________________
13515[ 11108] By: jhi on 2001/07/02 19:21:18
13516 Log: Subject: Re: [PATCH perlsnap] '-' !~ /\w/
13517 From: "Philip Newton" <Philip.Newton@gmx.net>
13518 Date: Mon, 2 Jul 2001 22:06:22 +0200
13519 (no Message-Id)
13520 Branch: perl
13521 ! ext/NDBM_File/hints/linux.pl
13522____________________________________________________________________________
13523[ 11107] By: jhi on 2001/07/02 19:19:25
13524 Log: Subject: Re: Fixed pack problem - sort of
13525 From: Nicholas Clark <nick@ccl4.org>
13526 Date: Mon, 2 Jul 2001 20:59:20 +0100
13527 Message-ID: <20010702205919.F59620@plum.flirble.org>
13528 Branch: perl
13529 ! pp_pack.c t/op/pack.t
13530____________________________________________________________________________
13531[ 11106] By: jhi on 2001/07/02 19:18:28
13532 Log: Subject: Re: [PATCH 5.6.1] OS/2 cwd
13533 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
13534 Date: Mon, 2 Jul 2001 15:45:41 -0400
13535 Message-ID: <20010702154541.B24295@math.ohio-state.edu>
13536 Branch: perl
13537 ! os2/os2.c
13538____________________________________________________________________________
13539[ 11105] By: jhi on 2001/07/02 19:17:27
00847e8a 13540 Log: (Mistaken retraction)
d3a7fa0a
JH
13541 Branch: perl
13542 ! utils/pl2pm.PL
13543____________________________________________________________________________
13544[ 11104] By: jhi on 2001/07/02 18:56:15
13545 Log: Detypo in #11103.
13546 Branch: perl
13547 ! utils/pl2pm.PL
13548____________________________________________________________________________
13549[ 11103] By: jhi on 2001/07/02 18:54:53
13550 Log: Subject: [PATCH 2 pl2pm.PL] (was Re: [PATCH pl2pm.PL] Make pl2pm be nice with 'strict' and 'warnings')
13551 From: Jonathan Stowe <gellyfish@gellyfish.com>
13552 Date: Mon, 2 Jul 2001 19:17:21 +0100 (BST)
13553 Message-ID: <Pine.LNX.4.33.0107021904530.7401-100000@orpheus.gellyfish.com>
13554 Branch: perl
13555 ! utils/pl2pm.PL
13556____________________________________________________________________________
13557[ 11102] By: jhi on 2001/07/02 18:16:09
13558 Log: Subject: [PATCH perl@11059] UCD.pm: if at first you don't succeed, croak?
13559 From: "Craig A. Berry" <craigberry@mac.com>
13560 Date: Mon, 02 Jul 2001 14:11:23 -0500
13561 Message-Id: <5.1.0.14.0.20010702140058.01b6c9c0@exchi01>
13562 Branch: perl
13563 ! lib/Unicode/UCD.pm
13564____________________________________________________________________________
13565[ 11101] By: jhi on 2001/07/02 18:14:51
13566 Log: Subject: [PATCH] Re: op/numconvert.t failures
13567 From: Nicholas Clark <nick@ccl4.org>
13568 Date: Mon, 2 Jul 2001 20:10:48 +0100
13569 Message-ID: <20010702201048.E59620@plum.flirble.org>
13570 Branch: perl
13571 ! t/op/numconvert.t
13572____________________________________________________________________________
13573[ 11100] By: jhi on 2001/07/02 17:51:44
13574 Log: Update Changes.
13575 Branch: perl
13576 ! Changes patchlevel.h
13577____________________________________________________________________________
f44d3bd2
JH
13578[ 11099] By: jhi on 2001/07/02 17:46:31
13579 Log: Retract #11055, didn't help much (2736 bytes vs 2725 bytes leaked).
13580 The real fix must be more involved. The line of code all the leaky
13581 call stacks seem to go through is op.c:2949, the PmopSTASH_set()
13582 line of Perl_newPMOP().
13583 Branch: perl
13584 ! op.h
13585____________________________________________________________________________
13586[ 11098] By: jhi on 2001/07/02 17:37:44
13587 Log: Based on
13588
13589 Subject: Re: sizeof(struct sembuf)
13590 From: Nicholas Clark <nick@ccl4.org>
13591 Date: Sun, 1 Jul 2001 22:26:48 +0100
13592 Message-ID: <20010701222648.W59620@plum.flirble.org>
13593
13594 but do semop() always the slow way.
13595 Branch: perl
13596 ! doio.c
13597____________________________________________________________________________
13598[ 11097] By: jhi on 2001/07/02 17:22:14
13599 Log: Subject: [PATCH] Encode/Tcl.t, for esc-seq encodings
13600 From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
13601 Date: Tue, 03 Jul 2001 00:56:30 +0900
13602 Message-Id: <20010703005600.2225.BQW10602@nifty.com>
13603 Branch: perl
13604 ! ext/Encode/Encode/Tcl.t
13605____________________________________________________________________________
13606[ 11096] By: jhi on 2001/07/02 17:11:24
13607 Log: Subject: [PATCH] Encode/Tcl.pm, continuous sequences
13608 From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
13609 Date: Tue, 03 Jul 2001 00:55:46 +0900
13610 Message-Id: <20010703005516.2222.BQW10602@nifty.com>
13611 Branch: perl
13612 ! ext/Encode/Encode/Tcl.pm
13613____________________________________________________________________________
13614[ 11095] By: jhi on 2001/07/02 17:07:14
13615 Log: Regen api and toc.
13616 Branch: perl
13617 ! pod/perlapi.pod pod/perltoc.pod
13618____________________________________________________________________________
13619[ 11094] By: jhi on 2001/07/02 16:29:42
13620 Log: Metaconfig unit change for #11093.
13621 Branch: metaconfig/U/perl
13622 ! d_fcntl_can_lock.U
13623____________________________________________________________________________
13624[ 11093] By: jhi on 2001/07/02 16:28:56
13625 Log: The fcntl locking test may hang if NFS locking messed up;
13626 break out with alarm(10).
13627 Branch: perl
13628 ! Configure
13629____________________________________________________________________________
13630[ 11092] By: jhi on 2001/07/02 14:11:31
13631 Log: Move the mdelete.bat from win32/bin to win32.
13632 Branch: perl
13633 ! MANIFEST
13634____________________________________________________________________________
13635[ 11091] By: jhi on 2001/07/02 14:10:01
13636 Log: Typo in #11083.
13637 Branch: perl
13638 ! ext/Time/Piece/Piece.t
13639____________________________________________________________________________
13640[ 11090] By: jhi on 2001/07/02 13:36:58
13641 Log: Netware tweaks from Guruprasad.
13642 Branch: perl
13643 - NetWare/perlsdio.h
13644 ! MANIFEST NetWare/Makefile NetWare/interface.c
13645 ! NetWare/interface.h NetWare/iperlhost.h NetWare/nwtinfo.h
13646 ! perlsdio.h
13647____________________________________________________________________________
13648[ 11089] By: jhi on 2001/07/02 13:25:40
13649 Log: Subject: Re: [PATH] shared -> unique;
13650 From: Abhijit Menon-Sen <ams@wiw.org>
13651 Date: Wed, 27 Jun 2001 03:51:27 +0530
13652 Message-ID: <20010627035127.A17623@lustre.lustre.dyn.wiw.org>
13653 Branch: perl
13654 ! dump.c gv.c gv.h op.c pp_sys.c sv.c toke.c xsutils.c
13655____________________________________________________________________________
13656[ 11088] By: jhi on 2001/07/02 13:24:27
13657 Log: Subject: Re: AIX / gcc-3.0
13658 From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
13659 Date: Mon, 02 Jul 2001 15:20:21 +0200
13660 Message-Id: <20010702151904.49BB.H.M.BRAND@hccnet.nl>
13661 Branch: perl
13662 ! hints/aix.sh
13663____________________________________________________________________________
13664[ 11087] By: jhi on 2001/07/02 13:23:21
13665 Log: Subject: Re: Bug report: split splits on wrong pattern
13666 From: Abhijit Menon-Sen <ams@wiw.org>
13667 Message-ID: <20010702163133.A23186@lustre.dyn.wiw.org>
13668 Date: Mon, 2 Jul 2001 16:31:33 +0530
13669 Branch: perl
13670 ! pp_ctl.c
13671____________________________________________________________________________
13672[ 11086] By: jhi on 2001/07/02 13:22:30
13673 Log: Subject: [PATCH 5.6.1] test harness
13674 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
13675 Date: Mon, 2 Jul 2001 06:29:21 -0400
13676 Message-ID: <20010702062921.A1810@math.ohio-state.edu>
13677 Branch: perl
13678 ! lib/Test/Harness.pm
13679____________________________________________________________________________
13680[ 11085] By: jhi on 2001/07/02 13:21:39
13681 Log: Subject: [PATCH 5.6.1] debugger goof
13682 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
13683 Date: Mon, 2 Jul 2001 06:27:22 -0400
13684 Message-ID: <20010702062722.A1746@math.ohio-state.edu>
13685 Branch: perl
13686 ! lib/perl5db.pl
13687____________________________________________________________________________
13688[ 11084] By: jhi on 2001/07/02 13:20:50
13689 Log: Subject: [PATCH 5.6.1] OS/2 cwd
13690 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
13691 Date: Mon, 2 Jul 2001 06:21:17 -0400
13692 Message-ID: <20010702062117.A1401@math.ohio-state.edu>
13693 Branch: perl
13694 ! lib/Cwd.pm lib/File/Find/taint.t lib/FindBin.pm os2/os2.c
13695____________________________________________________________________________
13696[ 11083] By: jhi on 2001/07/02 13:19:18
13697 Log: Make #11082 more OS/2-specific.
13698 Branch: perl
13699 ! ext/Time/Piece/Piece.t
13700____________________________________________________________________________
13701[ 11082] By: jhi on 2001/07/02 13:14:36
13702 Log: Subject: [PATCH 5.6.1] OS/2 gmtime()
13703 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
13704 Date: Mon, 2 Jul 2001 06:06:34 -0400
13705 Message-ID: <20010702060634.A1356@math.ohio-state.edu>
13706 Branch: perl
13707 ! ext/Time/Piece/Piece.t
13708____________________________________________________________________________
13709[ 11081] By: jhi on 2001/07/02 13:13:08
13710 Log: Subject: [PATCH B::Deparse] version number & changes
13711 From: Robin Houston <robin@kitsite.com>
13712 Date: Sun, 1 Jul 2001 17:17:29 +0100
13713 Message-ID: <20010701171729.A30678@puffinry.freeserve.co.uk>
13714 Branch: perl
13715 ! ext/B/B/Deparse.pm
13716____________________________________________________________________________
13717[ 11080] By: jhi on 2001/07/02 13:11:48
13718 Log: Subject: a small fix.
13719 From: "Konovalov, Vadim Vladimirovich (Vadim)" <vkonovalov@lucent.com>
13720 Date: Mon, 2 Jul 2001 12:17:53 +0200
13721 Message-ID: <E3FB32585BF1D411B9E900805FF51A08074B35@RU0022EXCH001U>
13722 Branch: perl
13723 ! ext/Thread/Thread.xs
13724____________________________________________________________________________
13725[ 11079] By: jhi on 2001/07/02 13:10:39
13726 Log: Subject: RE: perl@10907
13727 From: "Konovalov, Vadim Vladimirovich (Vadim)" <vkonovalov@lucent.com>
13728 Date: Mon, 2 Jul 2001 12:06:16 +0200
13729 Message-ID: <E3FB32585BF1D411B9E900805FF51A08074B2C@RU0022EXCH001U>
13730
13731 Borland C vs PerlIO.
13732 Branch: perl
13733 ! win32/config.bc win32/config_H.bc
13734____________________________________________________________________________
13735[ 11078] By: jhi on 2001/07/02 13:03:44
13736 Log: Subject: [PATCH] Report /pro/3gl/CPAN/perl-5.7.1
13737 From: "H.M. Brand" <merijn@l1.procura.nl>
13738 Date: Mon, 02 Jul 2001 11:18:57 +0200
13739 Message-Id: <20010702100811.4999.MERIJN@l1.procura.nl>
13740 Branch: perl
13741 ! t/op/write.t
13742____________________________________________________________________________
13743[ 11077] By: jhi on 2001/07/02 12:58:27
13744 Log: Subject: [PATCH] Deleting ext/util/mkbootstrap
13745 From: Michael G Schwern <schwern@pobox.com>
13746 Date: Mon, 2 Jul 2001 00:26:24 -0400
13747 Message-ID: <20010702002624.A18302@blackrider>
13748 Branch: perl
13749 - ext/util/mkbootstrap
13750____________________________________________________________________________
13751[ 11076] By: jhi on 2001/07/02 12:56:20
13752 Log: Subject: [PATCH op.h] v minor comment tweak
13753 From: Robin Houston <robin@puffinry.freeserve.co.uk>
13754 Date: Mon, 2 Jul 2001 00:42:01 +0100
13755 Message-Id: <E15GqxK-0006WZ-00.2001-07-02-00-48-46@mail18.svr.pol.co.uk>
13756 Branch: perl
13757 ! op.h
13758____________________________________________________________________________
13759[ 11075] By: jhi on 2001/07/02 12:53:48
13760 Log: SysV IPC semops use native shorts, not forced-to-16-bit-shorts.
13761 Branch: perl
13762 ! pod/perlfunc.pod
13763____________________________________________________________________________
13764[ 11074] By: jhi on 2001/07/02 12:52:28
13765 Log: Subject: Re: sizeof(struct sembuf)
13766 From: Nicholas Clark <nick@ccl4.org>
13767 Date: Sun, 1 Jul 2001 19:23:16 +0100
13768 Message-ID: <20010701192316.V59620@plum.flirble.org>
13769
13770 s/signaling/signalling/
13771 Branch: perl
13772 ! pod/perlfunc.pod
13773____________________________________________________________________________
13774[ 11073] By: jhi on 2001/07/02 12:49:51
13775 Log: Subject: [PATCH perlsnap] Suggestion for mnemonic for $^N
13776 From: "Philip Newton" <Philip.Newton@gmx.net>
13777 Date: Sun, 1 Jul 2001 09:37:56 +0200
13778 Message-Id: <200107010733.KAA03920@taas.iki.fi>
13779 Branch: perl
13780 ! pod/perlvar.pod
13781____________________________________________________________________________
13782[ 11072] By: jhi on 2001/07/02 12:48:03
13783 Log: Subject: [PATCH perlsnap] /^qnx|nto$/ --> /^(?:qnx|nto)$/
13784 From: "Philip Newton" <Philip.Newton@gmx.net>
13785 Date: Sun, 1 Jul 2001 09:37:56 +0200
13786 Message-Id: <200107010733.KAA03925@taas.iki.fi>
13787 Branch: perl
13788 ! lib/ExtUtils/MM_Unix.pm lib/File/Spec/Unix.pm
13789____________________________________________________________________________
13790[ 11071] By: jhi on 2001/07/02 12:45:12
13791 Log: Metaconfig unit change for #11070.
13792 Branch: metaconfig
13793 ! U/compline/randfunc.U
13794____________________________________________________________________________
13795[ 11070] By: jhi on 2001/07/02 12:43:58
13796 Log: Subject: [PATCH perlsnap] its --> it's --> its
13797 From: "Philip Newton" <Philip.Newton@gmx.net>
13798 Date: Sun, 1 Jul 2001 09:37:56 +0200
13799 Message-Id: <200107010733.KAA03914@taas.iki.fi>
13800 Branch: perl
13801 ! Porting/config_H
13802____________________________________________________________________________
13803[ 11069] By: jhi on 2001/07/02 12:01:52
13804 Log: Sync with Sarathy; integrate with perlio.
13805 Branch: perl
13806 !> gv.c
13807____________________________________________________________________________
13808[ 11068] By: gsar on 2001/07/02 08:07:54
13809 Log: regenerate win32/config_H.?c files
13810 Branch: perl
13811 ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
13812____________________________________________________________________________
13813[ 11067] By: gsar on 2001/07/02 08:03:55
13814 Log: rename s/sv_getcwd/getcwd_sv/ for better conformance to existing
13815 naming discipline
13816
13817 win32 fix: enable getcwd_sv() to work on windows (POSIX.t was failing
13818 because of this)
13819
13820 fix a warning about "fd" being used without being set in Cwd.xs
13821 Branch: perl
13822 ! embed.h embed.pl ext/Cwd/Cwd.xs ext/POSIX/POSIX.t
13823 ! ext/POSIX/POSIX.xs global.sym objXSUB.h perlapi.c
13824 ! pod/perlapi.pod proto.h util.c win32/config.bc win32/config.gc
13825 ! win32/config.vc
13826____________________________________________________________________________
13827[ 11066] By: gsar on 2001/07/02 07:12:10
13828 Log: win32 fixes: fix various syntax errors ("no preprocessor directives
13829 within macro arguments") and warnings ("unary minus applied to
13830 unsigned type", among others)
13831 Branch: perl
13832 ! gv.c hv.c op.c pp.c sv.c toke.c
13833____________________________________________________________________________
13834[ 11065] By: gsar on 2001/07/02 06:26:22
13835 Log: win32 fixes: more spurious CRs
13836 Branch: perl
13837 ! win32/mdelete.bat
13838____________________________________________________________________________
13839[ 11064] By: gsar on 2001/07/02 06:25:22
13840 Log: win32 tweaks: remove extra CRs from makefile.mk; move mdelete.bat
13841 from win32/bin (or it gets deleted by distclean); don't delete
13842 lib/Cwd.pm during distclean; mdelete.bat doesn't work properly on
13843 NT (should be made Win9x specific, and added to makefile.mk)
13844 Branch: perl
13845 +> win32/mdelete.bat
13846 - win32/bin/mdelete.bat
13847 ! win32/Makefile win32/makefile.mk
13848____________________________________________________________________________
13849[ 11063] By: nick on 2001/07/01 18:54:09
13850 Log: Quick for for #ifdef mess
13851 Branch: perlio
13852 ! gv.c
13853____________________________________________________________________________
13854[ 11062] By: nick on 2001/07/01 18:47:42
13855 Log: Raw integrate - does not build #if mess in gv.c
13856 Branch: perlio
13857 !> (integrate 29 files)
13858____________________________________________________________________________
13859[ 11061] By: jhi on 2001/07/01 15:20:38
13860 Log: Make 'compile' target a little less broken.
13861 Still very broken, though: -Wall warnings from
13862 the generated code, boot_Foo prototypes missing,
13863 can't autoload Fcntl::SEEK_CUR et alia, ...
13864 Branch: perl
13865 ! ext/B/B/C.pm pod/Makefile.SH t/TEST utils/Makefile
13866 ! utils/perlcc.PL x2p/Makefile.SH
13867____________________________________________________________________________
13868[ 11060] By: jhi on 2001/07/01 14:04:20
13869 Log: Upgrade to Storable 1.0.12, from Raphael Manfredi.
13870 Branch: perl
13871 ! ext/Storable/ChangeLog ext/Storable/Storable.pm
13872 ! ext/Storable/Storable.xs ext/Storable/t/freeze.t
13873____________________________________________________________________________
13874[ 11059] By: jhi on 2001/07/01 05:02:59
13875 Log: Update Changes.
13876 Branch: perl
13877 ! Changes patchlevel.h
13878____________________________________________________________________________
02d1ae82
JH
13879[ 11058] By: jhi on 2001/07/01 04:57:05
13880 Log: Still one typo, regen toc.
13881 Branch: perl
13882 ! lib/Unicode/UCD.pm pod/perltoc.pod
13883____________________________________________________________________________
13884[ 11057] By: jhi on 2001/07/01 04:54:35
13885 Log: Detypos and regen toc.
13886 Branch: perl
13887 ! README.os2 lib/Unicode/UCD.pm pod/perltoc.pod
13888____________________________________________________________________________
13889[ 11056] By: jhi on 2001/07/01 04:26:08
13890 Log: VERSION tweak.
13891 Branch: perl
13892 ! ext/List/Util/lib/List/Util.pm
13893____________________________________________________________________________
13894[ 11055] By: jhi on 2001/06/30 22:18:37
13895 Log: Attempt at plugging the leak under ithreads detected by Doug.
13896 Branch: perl
13897 ! op.h
13898____________________________________________________________________________
13899[ 11054] By: jhi on 2001/06/30 21:33:29
13900 Log: gcc -Wall lint after #11051.
13901 Branch: perl
13902 ! pp_sys.c
13903____________________________________________________________________________
13904[ 11053] By: jhi on 2001/06/30 21:13:55
13905 Log: Integrate perlio.
13906 Branch: perl
13907 !> lib/File/Find/taint.t
13908____________________________________________________________________________
13909[ 11052] By: jhi on 2001/06/30 21:07:38
13910 Log: Don't use the v-strings for module VERSIONs.
13911 Branch: perl
13912 ! lib/Unicode/UCD.pm
13913____________________________________________________________________________
13914[ 11051] By: jhi on 2001/06/30 20:59:57
13915 Log: Code cleanup based on turning off the -woffs in IRIX.
13916 Not all of the gripes cleaned up (hairy code in hv.c and
13917 regcomp.c; unused newsp, gimme, and optype from cop.h macros;
13918 unused 'key' arguments in ?DBM_File.xs) (and the -woffs left
13919 to the IRIX hints)
13920 Branch: perl
13921 ! ext/DB_File/DB_File.xs ext/Data/Dumper/Dumper.xs
13922 ! ext/IPC/SysV/SysV.xs ext/List/Util/Util.xs
13923 ! ext/PerlIO/Scalar/Scalar.xs gv.c mg.c op.c perlio.c pp_sys.c
13924 ! regcomp.c sv.c
13925____________________________________________________________________________
13926[ 11050] By: nick on 2001/06/30 20:46:46
13927 Log: Jeffrey Friedl's <jfriedl@yahoo.com> fix for lib/File/Find/taint.t
13928 Branch: perlio
13929 ! lib/File/Find/taint.t
13930____________________________________________________________________________
13931[ 11049] By: nick on 2001/06/30 18:13:33
13932 Log: Integrate mainline
13933 Branch: perlio
13934 +> NetWare/nwstdio.h NetWare/perlsdio.h
13935 +> ext/Encode/Encode/7bit-jis.enc ext/Encode/Encode/7bit-kana.enc
13936 +> ext/Encode/Encode/7bit-kr.enc lib/Unicode/UCD.pm
13937 +> lib/Unicode/UCD.t t/run/exit.t
13938 !> (integrate 60 files)
13939____________________________________________________________________________
13940[ 11048] By: jhi on 2001/06/30 16:23:39
13941 Log: Delta delta.
13942 Branch: perl
13943 ! pod/perl572delta.pod
13944____________________________________________________________________________
13945[ 11047] By: jhi on 2001/06/30 16:03:40
13946 Log: More VERSION tuning: to avoid unnecessary Perl upgrades
13947 by CPAN.pm, use rather _00.
13948 Branch: perl
13949 ! ext/Errno/Errno_pm.PL ext/IO/lib/IO/Dir.pm
13950 ! ext/IO/lib/IO/Handle.pm ext/IO/lib/IO/Seekable.pm
13951 ! ext/IO/lib/IO/Socket/UNIX.pm ext/IPC/SysV/Msg.pm
13952 ! ext/IPC/SysV/Semaphore.pm ext/IPC/SysV/SysV.pm
13953 ! ext/Time/HiRes/HiRes.pm lib/CGI/Pretty.pm lib/CPAN/Nox.pm
13954 ! lib/ExtUtils/Embed.pm lib/Test.pm
13955____________________________________________________________________________
13956[ 11046] By: jhi on 2001/06/30 15:53:22
13957 Log: Add a simple Unicode character database interface, Unicode::UCD.
13958 Branch: perl
13959 + lib/Unicode/UCD.pm lib/Unicode/UCD.t
13960 ! MANIFEST
13961____________________________________________________________________________
13962[ 11045] By: jhi on 2001/06/30 13:42:37
13963 Log: Subject: [PATCH] op/numconver.t
13964 From: Nicholas Clark <nick@ccl4.org>
13965 Date: Sat, 30 Jun 2001 15:40:10 +0100
13966 Message-ID: <20010630154010.I59620@plum.flirble.org>
13967 Branch: perl
13968 ! t/op/numconvert.t
13969____________________________________________________________________________
13970[ 11044] By: jhi on 2001/06/30 13:29:25
13971 Log: The $^N is now taken (by #11038).
13972 Branch: perl
13973 ! t/base/lex.t
13974____________________________________________________________________________
13975[ 11043] By: jhi on 2001/06/30 13:15:59
13976 Log: The #11040 had slipped to a wrong function...
13977 Branch: perl
13978 ! sv.c
13979____________________________________________________________________________
13980[ 11042] By: jhi on 2001/06/30 13:08:25
13981 Log: In 64-bit AIX 5L (oslevel 5.1.0.0, ccversion 5.0.2.0)
13982 the Configure library symbol probe mysteriously finds all
13983 symbols but those of pipe() and times().
13984 Branch: perl
13985 ! hints/aix.sh
13986____________________________________________________________________________
13987[ 11041] By: jhi on 2001/06/30 13:01:25
13988 Log: Subject: [PATCH] (was Re: not OK: perl@11006 on HP-UX B.11.00)
13989 From: Nicholas Clark <nick@ccl4.org>
13990 Date: Fri, 29 Jun 2001 23:49:07 +0100
13991 Message-ID: <20010629234907.D59620@plum.flirble.org>
13992 Branch: perl
13993 ! lib/ExtUtils.t
13994____________________________________________________________________________
13995[ 11040] By: jhi on 2001/06/30 13:00:24
13996 Log: Subject: [PATCH] weakref fix 2, not yet there
13997 From: Artur Bergman <artur@contiller.se>
13998 Date: Sat, 30 Jun 2001 01:18:16 +0200
13999 Message-ID: <B762D957.1CC9%artur@contiller.se>
14000 Branch: perl
14001 ! sv.c
14002____________________________________________________________________________
14003[ 11039] By: jhi on 2001/06/30 12:59:25
14004 Log: Subject: [PATCH t/run/exit.t] Another shot at testing exit codes.
14005 From: Michael G Schwern <schwern@pobox.com>
14006 Date: Fri, 29 Jun 2001 19:39:11 -0400
14007 Message-ID: <20010629193910.D25304@blackrider>
14008 Branch: perl
14009 + t/run/exit.t
14010 ! MANIFEST
14011____________________________________________________________________________
14012[ 11038] By: jhi on 2001/06/30 12:58:16
14013 Log: Add support for $^N, the most-recently closed group.
14014 Branch: perl
14015 ! embedvar.h gv.c mg.c perlapi.h pod/perlretut.pod
14016 ! pod/perltoc.pod pod/perlvar.pod regexec.c regexp.h t/op/pat.t
14017 ! thrdvar.h
14018____________________________________________________________________________
14019[ 11037] By: jhi on 2001/06/30 12:53:40
14020 Log: Subject: [ID 20010630.001] Editorial nits in README.solaris
14021 From: lvirden@cas.org
14022 Date: Sat, 30 Jun 2001 04:12:36 -0400 (EDT)
14023 Message-Id: <200106300812.f5U8CaG10447@lwv26awu.cas.org>
14024
14025 Subject: [ID 20010630.002] Another editorial tweak to README.solaris
14026 From: lvirden@cas.org
14027 Date: Sat, 30 Jun 2001 04:17:55 -0400 (EDT)
14028 Message-Id: <200106300817.f5U8HtN10626@lwv26awu.cas.org>
14029 Branch: perl
14030 ! README.solaris
14031____________________________________________________________________________
14032[ 11036] By: jhi on 2001/06/30 12:51:45
14033 Log: Subject: [PATCH] Encode.pm to use escape-sequence encoding
14034 From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
14035 Date: Sat, 30 Jun 2001 07:33:37 +0900
14036 Message-Id: <20010630073226.7C79.BQW10602@nifty.com>
14037
14038 Subject: Re: [PATCH] Encode.pm to use escape-sequence encoding
14039 From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
14040 Date: Sat, 30 Jun 2001 21:38:14 +0900
14041 Message-Id: <20010630213554.F67A.BQW10602@nifty.com>
14042 Branch: perl
14043 + ext/Encode/Encode/7bit-jis.enc ext/Encode/Encode/7bit-kana.enc
14044 + ext/Encode/Encode/7bit-kr.enc
14045 ! MANIFEST ext/Encode/Encode/Tcl.pm
14046____________________________________________________________________________
14047[ 11035] By: jhi on 2001/06/30 12:44:51
14048 Log: NetWare tweaks from Guruprasad.
14049 Branch: perl
14050 + NetWare/nwstdio.h NetWare/perlsdio.h
14051 ! MANIFEST NetWare/Makefile NetWare/config.wc
14052 ! NetWare/config_H.wc NetWare/nwperlsys.c NetWare/nwperlsys.h
14053 ! NetWare/t/Readme.txt
14054____________________________________________________________________________
14055[ 11034] By: jhi on 2001/06/29 23:28:16
14056 Log: More module $VERSION bump-ups.
14057 Branch: perl
14058 ! ext/Devel/Peek/Peek.pm lib/ExtUtils/Embed.pm
14059 ! lib/ExtUtils/Liblist.pm lib/ExtUtils/Manifest.pm
14060 ! lib/ExtUtils/Mksymlists.pm lib/IPC/Open3.pm
14061____________________________________________________________________________
14062[ 11033] By: jhi on 2001/06/29 21:25:23
14063 Log: Doc update due to #11032.
14064 Branch: perl
14065 ! pod/perl572delta.pod
14066____________________________________________________________________________
14067[ 11032] By: jhi on 2001/06/29 21:19:44
14068 Log: Subject: [PATCH: perl@11006] s/div/lib\$ediv/ in Time::HiRes for VAX
14069 From: Peter Prymmer <pvhp@forte.com>
14070 Date: Fri, 29 Jun 2001 14:02:16 -0700 (PDT)
14071 Message-ID: <Pine.OSF.4.10.10106291337520.65853-100000@aspara.forte.com>
14072 Branch: perl
14073 ! ext/Time/HiRes/HiRes.xs
14074____________________________________________________________________________
14075[ 11031] By: jhi on 2001/06/29 14:31:53
14076 Log: -lpthreads missing in AIX.
14077 Branch: perl
14078 ! hints/aix.sh
14079____________________________________________________________________________
14080[ 11030] By: jhi on 2001/06/29 14:08:12
14081 Log: Subject: [PATCH] CLONE && weakrefs
14082 From: Artur Bergman <artur@contiller.se>
14083 Date: Fri, 29 Jun 2001 17:02:00 +0200
14084 Message-ID: <B7626508.1CA0%artur@contiller.se>
14085 Branch: perl
14086 ! sv.c
14087____________________________________________________________________________
14088[ 11029] By: jhi on 2001/06/29 14:06:50
14089 Log: Subject: Re: Bug report: split splits on wrong pattern
14090 From: Radu Greab <radu@netsoft.ro>
14091 Date: Wed, 27 Jun 2001 21:50:52 +0300
14092 Message-ID: <15162.11020.279064.471031@ix.netsoft.ro>
14093 Branch: perl
14094 ! pp_ctl.c t/op/split.t
14095____________________________________________________________________________
14096[ 11028] By: jhi on 2001/06/29 13:47:38
14097 Log: Metaconfig unit change for #11027.
14098 Branch: metaconfig/U/perl
14099 ! d_modfl.U
14100____________________________________________________________________________
14101[ 11027] By: jhi on 2001/06/29 13:47:03
14102 Log: I thought this Configure glitch for AIX was just recently fixed?
14103 Branch: perl
14104 ! Configure
14105____________________________________________________________________________
14106[ 11026] By: jhi on 2001/06/29 13:14:07
14107 Log: Update Changes.
14108 Branch: perl
14109 ! Changes patchlevel.h
14110____________________________________________________________________________
f1defd63
JH
14111[ 11025] By: jhi on 2001/06/29 13:07:57
14112 Log: Subject: Re: perl@10967, File::Find, and Cwd
14113 From: Mike Guy <mjtg@cam.ac.uk>
14114 Date: Fri, 29 Jun 2001 14:56:49 +0100
14115 Message-Id: <E15FylN-0004LT-00@draco.cus.cam.ac.uk>
14116 Branch: perl
14117 ! lib/File/Find/taint.t
14118____________________________________________________________________________
14119[ 11024] By: jhi on 2001/06/29 12:39:23
14120 Log: Update the sv_pvprintify() spec.
14121 Branch: perl
14122 ! pod/perltodo.pod
14123____________________________________________________________________________
14124[ 11023] By: jhi on 2001/06/29 12:33:33
14125 Log: Known test failures update.
14126 Branch: perl
14127 ! pod/perl572delta.pod
14128____________________________________________________________________________
14129[ 11022] By: jhi on 2001/06/29 12:24:32
14130 Log: Based on
14131
14132 Subject: [PATCH @11016] More );) fixes
14133 From: Richard Soderberg <rs@crystalflame.net>
14134 Date: Fri, 29 Jun 2001 04:09:24 -0700 (PDT)
14135 Message-ID: <Pine.LNX.4.21.0106290408200.12037-100000@oregonnet.com>
14136 Branch: perl
14137 ! ext/Thread/Thread.xs ext/Thread/typemap
14138____________________________________________________________________________
14139[ 11021] By: jhi on 2001/06/29 12:21:51
14140 Log: Subject: [PATCH @11016] Fixes compile errors in four files
14141 From: Richard Soderberg <rs@crystalflame.net>
14142 Date: Fri, 29 Jun 2001 03:35:11 -0700 (PDT)
14143 Message-ID: <Pine.LNX.4.21.0106290333270.9768-100000@oregonnet.com>
14144 Branch: perl
14145 ! mg.c pp.c pp_hot.c util.c
14146____________________________________________________________________________
14147[ 11020] By: jhi on 2001/06/29 12:05:54
14148 Log: AIX hints tweaking continues, from Merijn Brand.
14149 Branch: perl
14150 ! hints/aix.sh
14151____________________________________________________________________________
14152[ 11019] By: jhi on 2001/06/29 12:05:10
14153 Log: HP-UX needs gccversion sooner, from Merijn Brand.
14154 Branch: perl
14155 ! hints/hpux.sh
14156____________________________________________________________________________
14157[ 11018] By: jhi on 2001/06/29 11:52:31
14158 Log: Subject: [PATCH 5.6.1] OS/2 docs
14159 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
14160 Date: Fri, 29 Jun 2001 02:34:12 -0400
14161 Message-ID: <20010629023412.A6033@math.ohio-state.edu>
14162 Branch: perl
14163 ! README.os2 os2/Changes
14164____________________________________________________________________________
14165[ 11017] By: nick on 2001/06/29 10:20:30
14166 Log: Integrate mainline
14167 Branch: perlio
14168 +> (branch 37 files)
14169 - ext/ODBM_File/sdbm.t
14170 !> (integrate 211 files)
14171____________________________________________________________________________
14172[ 11016] By: jhi on 2001/06/29 03:38:56
14173 Log: Bump up the VERSIONs of modules that have changed since 5.6.0,
14174 the modules found using a script written by Larry Schatzer Jr.
14175 Branch: perl
14176 ! ext/IO/lib/IO/Dir.pm ext/IO/lib/IO/Handle.pm
14177 ! ext/IO/lib/IO/Seekable.pm ext/IO/lib/IO/Select.pm
14178 ! ext/IO/lib/IO/Socket/INET.pm ext/IO/lib/IO/Socket/UNIX.pm
14179 ! ext/IPC/SysV/Msg.pm ext/IPC/SysV/Semaphore.pm
14180 ! ext/IPC/SysV/SysV.pm ext/Opcode/Opcode.pm ext/Opcode/Safe.pm
14181 ! ext/Thread/Thread.pm ext/attrs/attrs.pm ext/re/re.pm
14182 ! lib/AutoSplit.pm lib/Benchmark.pm lib/CGI/Pretty.pm
14183 ! lib/CPAN/Nox.pm lib/Exporter.pm lib/ExtUtils/Command.pm
14184 ! lib/ExtUtils/MakeMaker.pm lib/ExtUtils/Packlist.pm
14185 ! lib/File/Compare.pm lib/FileHandle.pm lib/Math/Complex.pm
14186 ! lib/Math/Trig.pm lib/Pod/Html.pm lib/Symbol.pm
14187 ! lib/Text/ParseWords.pm lib/Text/Soundex.pm lib/Text/Tabs.pm
14188 ! lib/Tie/Array.pm lib/attributes.pm lib/autouse.pm lib/base.pm
14189 ! lib/constant.pm lib/fields.pm lib/strict.pm
14190____________________________________________________________________________
14191[ 11015] By: jhi on 2001/06/29 02:55:58
14192 Log: The latest JPL from the anoncvs.
14193 Branch: perl
14194 ! jpl/JNI/JNI.pm jpl/JNI/JNI.xs jpl/JNI/Makefile.PL
14195____________________________________________________________________________
14196[ 11014] By: jhi on 2001/06/29 02:16:55
14197 Log: In EBCDIC assume UTF-EBCDIC, not UTF-8.
14198 Branch: perl
14199 ! t/op/pat.t
14200____________________________________________________________________________
14201[ 11013] By: jhi on 2001/06/28 23:14:53
14202 Log: Worrying about insecure directories now is a bit too late.
14203 Branch: perl
14204 ! lib/File/Find/taint.t
14205____________________________________________________________________________
14206[ 11012] By: jhi on 2001/06/28 21:36:36
14207 Log: Cannot DIE() in a void function,
14208 from Richard Hatch <rhatch@austin.ibm.com>.
14209 Branch: perl
14210 ! ext/IPC/SysV/SysV.xs
14211____________________________________________________________________________
14212[ 11011] By: jhi on 2001/06/28 19:32:13
14213 Log: Subject: [PATCH: perl@11006] s/qdiv/div/ in Time::HiRes for VAX
14214 From: Peter Prymmer <pvhp@forte.com>
14215 Date: Thu, 28 Jun 2001 13:00:18 -0700 (PDT)
14216 Message-ID: <Pine.OSF.4.10.10106281125220.508935-100000@aspara.forte.com>
14217
14218 (unfinished: time/hires tests 3, 5, 14 failing, but better
14219 than wholesale failure)
14220 Branch: perl
14221 ! ext/Time/HiRes/HiRes.xs
14222____________________________________________________________________________
14223[ 11010] By: jhi on 2001/06/28 19:10:54
14224 Log: Subject: [PATCH 5.6.1] OS/2 improvements
14225 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
14226 Date: Thu, 28 Jun 2001 16:03:14 -0400
14227 Message-ID: <20010628160314.A17906@math.ohio-state.edu>
14228 Branch: perl
14229 + os2/os2_base.t
14230 ! MANIFEST hints/os2.sh makedef.pl os2/OS2/PrfDB/PrfDB.xs
14231 ! os2/OS2/Process/Process.pm os2/OS2/Process/Process.xs
14232 ! os2/OS2/REXX/REXX.xs os2/dl_os2.c os2/dlfcn.h os2/os2.c
14233 ! os2/os2ish.h
14234____________________________________________________________________________
14235[ 11009] By: jhi on 2001/06/28 18:54:14
14236 Log: Subject: Incrementing Extutils::Manifest's $VERSION
14237 From: Michael G Schwern <schwern@pobox.com>
14238 Date: Thu, 28 Jun 2001 13:13:49 -0400
14239 Message-ID: <20010628131349.A14738@blackrider>
14240 Branch: maint-5.6/perl
14241 ! lib/ExtUtils/Manifest.pm
14242____________________________________________________________________________
14243[ 11008] By: jhi on 2001/06/28 18:52:20
14244 Log: AIX tweak from Merijn Brand.
14245 Branch: perl
14246 ! hints/aix.sh
14247____________________________________________________________________________
14248[ 11007] By: jhi on 2001/06/28 17:46:27
14249 Log: Create the macperl branch.
14250 Branch: maint-5.6/macperl
14251 +> (branch 1728 files)
14252____________________________________________________________________________
14253[ 11006] By: jhi on 2001/06/28 14:46:21
14254 Log: Update Changes.
14255 Branch: perl
14256 ! Changes patchlevel.h
14257____________________________________________________________________________
27c3e527
JH
14258[ 11005] By: jhi on 2001/06/28 14:40:11
14259 Log: More Perforce lore.
14260 Branch: perl
14261 ! Porting/repository.pod
14262____________________________________________________________________________
14263[ 11004] By: jhi on 2001/06/28 14:12:50
14264 Log: Metaconfig unit changes for #11003.
14265 Branch: metaconfig/U/perl
14266 + d_nl_langinfo.U i_langinfo.U
14267____________________________________________________________________________
14268[ 11003] By: jhi on 2001/06/28 14:12:27
14269 Log: Add Configure probes for nl_langinfo() and <langinfo.h>.
14270 Expected not to exist in non-UNIX excepting in VMS, where
14271 according to a quick web survey they just might.
14272 Branch: perl
14273 ! Configure NetWare/config.wc Porting/Glossary Porting/config.sh
14274 ! Porting/config_H config_h.SH configure.com epoc/config.sh
14275 ! perl.h uconfig.h uconfig.sh vos/config.alpha.def
14276 ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
14277 ! win32/config.bc win32/config.gc win32/config.vc
14278____________________________________________________________________________
14279[ 11002] By: jhi on 2001/06/28 13:39:11
14280 Log: One shouldn't use XBS5_ILP32_OFFBIG_CFLAGS et alia
14281 in AIX is one is doing a 64-bit build.
14282 Branch: perl
14283 ! hints/aix.sh
14284____________________________________________________________________________
14285[ 11001] By: jhi on 2001/06/28 13:28:37
14286 Log: Metaconfig unit changes for #11000.
14287 Branch: metaconfig/U/perl
14288 ! use64bits.U uselfs.U
14289____________________________________________________________________________
14290[ 11000] By: jhi on 2001/06/28 13:21:16
14291 Log: Move use64bitint and use64bitall before uselargefiles.
14292 Branch: perl
14293 ! Configure
14294____________________________________________________________________________
14295[ 10999] By: jhi on 2001/06/28 03:49:07
14296 Log: Subject: [ID 20010625.009] open(FILE,"+foo") [PATCH]
14297 From: Robert Spier <rspier@pobox.com>
14298 Message-ID: <15162.41164.618712.841415@rls.cx>
14299 Date: Wed, 27 Jun 2001 23:13:16 -0400
14300 Branch: perl
14301 ! doio.c
14302____________________________________________________________________________
14303[ 10998] By: jhi on 2001/06/28 03:42:57
14304 Log: Subject: [PATCH: perl@10996] avoid overflow in numeric.c:S_mulexp10() on VAX
14305 From: Peter Prymmer <pvhp@forte.com>
14306 Date: Wed, 27 Jun 2001 19:25:49 -0700 (PDT)
14307 Message-ID: <Pine.OSF.4.10.10106271922120.465082-100000@aspara.forte.com>
14308 Branch: perl
14309 ! numeric.c
14310____________________________________________________________________________
14311[ 10997] By: jhi on 2001/06/28 03:42:12
14312 Log: Subject: [patch perl@10996] "fix" VAX Digest/MD5, Fcntl, brokennes in SDBM
14313 From: Peter Prymmer <pvhp@forte.com>
14314 Date: Wed, 27 Jun 2001 17:33:33 -0700 (PDT)
14315 Message-ID: <Pine.OSF.4.10.10106271705390.467850-100000@aspara.forte.com>
14316 Branch: perl
14317 ! configure.com ext/Digest/MD5/Makefile.PL
14318____________________________________________________________________________
14319[ 10996] By: jhi on 2001/06/27 20:34:11
14320 Log: Update Changes.
14321 Branch: perl
14322 ! Changes patchlevel.h
14323____________________________________________________________________________
e7b7be70
JH
14324[ 10995] By: jhi on 2001/06/27 20:06:28
14325 Log: Tiny EPOC updates.
14326 Branch: perl
14327 ! epoc/config.sh
14328____________________________________________________________________________
14329[ 10994] By: jhi on 2001/06/27 19:55:16
14330 Log: The Test::More and Test::Simple tests required help
14331 thanks to our schizophrenic test scheme.
14332 Branch: perl
14333 ! lib/Test/More/t/fail-like.t lib/Test/More/t/fail.t
14334 ! lib/Test/More/t/plan_is_noplan.t lib/Test/More/t/skipall.t
14335 ! lib/Test/Simple/t/exit.t lib/Test/Simple/t/extra.t
14336 ! lib/Test/Simple/t/fail.t lib/Test/Simple/t/missing.t
14337 ! lib/Test/Simple/t/no_plan.t lib/Test/Simple/t/plan_is_noplan.t
14338____________________________________________________________________________
14339[ 10993] By: jhi on 2001/06/27 17:17:30
14340 Log: Upgrade to Test::Simple 0.09.
14341 Branch: perl
14342 + lib/Test/Simple/Changes
14343 ! MANIFEST lib/Test/Simple.pm lib/Test/Simple/t/exit.t
14344 ! lib/Test/Simple/t/extra.t lib/Test/Simple/t/fail.t
14345 ! lib/Test/Simple/t/missing.t lib/Test/Simple/t/no_plan.t
14346 ! lib/Test/Simple/t/plan_is_noplan.t
14347____________________________________________________________________________
14348[ 10992] By: jhi on 2001/06/27 17:11:28
14349 Log: Upgrade to Test::More 0.07.
14350 Branch: perl
14351 + lib/Test/More/Changes
14352 ! MANIFEST lib/Test/More.pm lib/Test/More/t/fail-like.t
14353 ! lib/Test/More/t/fail.t lib/Test/More/t/plan_is_noplan.t
14354 ! lib/Test/More/t/skipall.t
14355____________________________________________________________________________
14356[ 10991] By: jhi on 2001/06/27 17:04:13
14357 Log: Subject: Re: [PATCH] gcc-3.0 warnings on HP-UX
14358 From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
14359 Date: Wed, 27 Jun 2001 18:40:04 +0200
14360 Message-Id: <20010627182601.7261.H.M.BRAND@hccnet.nl>
14361 Branch: perl
14362 ! hints/hpux.sh
14363____________________________________________________________________________
14364[ 10990] By: jhi on 2001/06/27 17:02:55
14365 Log: Subject: [PATCH README.qnx hints/qnx.sh]
14366 From: Norton Allen <allen@huarp.harvard.edu>
14367 Date: Wed, 27 Jun 2001 13:46:03 -0400 (edt)
14368 Message-Id: <200106271746.NAA02789@bottesini.harvard.edu>
14369 Branch: perl
14370 ! README.qnx hints/qnx.sh
14371____________________________________________________________________________
14372[ 10989] By: jhi on 2001/06/27 14:33:53
14373 Log: Subject: [PATCH] two little documentation nits
14374 From: Abhijit Menon-Sen <ams@wiw.org>
14375 Date: Wed, 27 Jun 2001 20:07:50 +0530
14376 Message-ID: <20010627200750.A15756@lustre.lustre.dyn.wiw.org>
14377 Branch: perl
14378 ! sv.c sv.h
14379____________________________________________________________________________
14380[ 10988] By: jhi on 2001/06/27 13:33:32
14381 Log: Subject: [PATCH File/Spec/Unix.pm ExtUtils/MM_Unix.pm] for QNX
14382 From: Norton Allen <allen@huarp.harvard.edu>
14383 Date: Wed, 27 Jun 2001 10:33:05 -0400 (edt)
14384 Message-Id: <200106271433.KAA04947@bottesini.harvard.edu>
14385 Branch: perl
14386 ! lib/ExtUtils/MM_Unix.pm lib/File/Spec/Unix.pm
14387____________________________________________________________________________
14388[ 10987] By: jhi on 2001/06/27 12:14:36
14389 Log: Subject: [PATCH vms/test.com] Adding TODO tests (was: Re: a report on perl@10930 results on a couple of Alphas)
14390 From: Michael G Schwern <schwern@pobox.com>
14391 Date: Wed, 27 Jun 2001 02:34:58 -0400
14392 Message-ID: <20010627023458.K23874@blackrider>
14393 Branch: perl
14394 ! vms/test.com
14395____________________________________________________________________________
14396[ 10986] By: jhi on 2001/06/27 12:01:49
14397 Log: Add perl_clone_host() for Netware.
14398 Branch: perl
14399 ! NetWare/nw5.c
14400____________________________________________________________________________
14401[ 10985] By: jhi on 2001/06/27 11:56:53
14402 Log: GCC 3.0 hints for HP-UX.
14403 Branch: perl
14404 ! hints/hpux.sh
14405____________________________________________________________________________
14406[ 10984] By: jhi on 2001/06/27 11:55:06
14407 Log: In some Linux distributions the libndbm is broken
14408 (no null key support), therefore link with libgdbm
14409 (if available), since it has a working ndbm emulation,
14410 from Jonathan Stowe.
14411 Branch: perl
14412 + ext/NDBM_File/hints/linux.pl
14413 ! MANIFEST
14414____________________________________________________________________________
14415[ 10983] By: jhi on 2001/06/27 11:48:56
14416 Log: Subject: [PATCH perl@10930] find.t hack for VMS
14417 From: "Craig A. Berry" <craigberry@mac.com>
14418 Date: Tue, 26 Jun 2001 23:40:25 -0500
14419 Message-Id: <a05101000b75f10cdc80f@[192.168.56.145]>
14420 Branch: perl
14421 ! lib/File/Find/find.t
14422____________________________________________________________________________
14423[ 10982] By: jhi on 2001/06/27 11:47:30
14424 Log: AUTHORS updates.
14425 Branch: perl
14426 ! AUTHORS
14427____________________________________________________________________________
14428[ 10981] By: jhi on 2001/06/27 11:46:02
14429 Log: Metaconfig unit change like #10980.
14430 Branch: metaconfig
14431 ! U/compline/d_stdstdio.U
14432____________________________________________________________________________
14433[ 10980] By: jhi on 2001/06/27 11:45:29
14434 Log: "lose the it's", from Abhijit Menon-Sen.
14435 ("It's" not searched, pods not searched.)
14436 Branch: perl
14437 ! Porting/Glossary Porting/config_H README.qnx config_h.SH
14438 ! emacs/cperl-mode.el ext/IPC/SysV/Semaphore.pm
14439 ! ext/List/Util/lib/Scalar/Util.pm hints/next_3.sh hints/qnx.sh
14440 ! lib/CPAN/Nox.pm lib/ExtUtils/Embed.pm lib/ExtUtils/MM_NW5.pm
14441 ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_VMS.pm
14442 ! lib/ExtUtils/MM_Win32.pm lib/Net/DummyInetd.pm win32/win32.c
14443____________________________________________________________________________
14444[ 10979] By: jhi on 2001/06/27 11:36:40
14445 Log: "lose the looses", from Abhijit Menon-Sen.
14446 Branch: perl
14447 ! ext/B/B/Assembler.pm gv.c
14448____________________________________________________________________________
14449[ 10978] By: jhi on 2001/06/27 11:35:38
14450 Log: Catch FP exceptions also in z/OS (aka OS/390), from Peter Prymmer.
14451 Branch: perl
14452 ! hints/os390.sh
14453____________________________________________________________________________
14454[ 10977] By: jhi on 2001/06/27 11:33:28
14455 Log: DEC C 5.3 on the VAX simply doesn't seem to like
14456 compiling the MD5 extension, disable it there for now,
14457 from Peter Prymmer.
14458 Branch: perl
14459 ! configure.com
14460____________________________________________________________________________
14461[ 10976] By: jhi on 2001/06/26 21:35:40
14462 Log: Subject: Re: [PATCH perlfaq3.pod] and a question about it.
14463 From: Jonathan Stowe <gellyfish@gellyfish.com>
14464 Date: Tue, 26 Jun 2001 20:53:40 +0100 (BST)
14465 Message-ID: <Pine.LNX.4.33.0106262052060.10849-100000@orpheus.gellyfish.com>
14466 Branch: perl
14467 ! pod/perlfaq3.pod
14468____________________________________________________________________________
14469[ 10975] By: jhi on 2001/06/26 21:32:41
14470 Log: Subject: [PATCH 5.6.1] perlxs misprints
14471 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
14472 Date: Tue, 26 Jun 2001 17:20:00 -0400
14473 Message-ID: <20010626172000.A26951@math.ohio-state.edu>
14474 Branch: perl
14475 ! pod/perlxs.pod
14476____________________________________________________________________________
14477[ 10974] By: jhi on 2001/06/26 21:31:51
14478 Log: Subject: [PATCH 5.6.1] xsubpp flags from the command line
14479 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
14480 Date: Tue, 26 Jun 2001 17:27:07 -0400
14481 Message-ID: <20010626172707.A27097@math.ohio-state.edu>
14482 Branch: perl
14483 ! lib/ExtUtils/MM_Unix.pm
14484____________________________________________________________________________
14485[ 10973] By: jhi on 2001/06/26 21:27:05
14486 Log: Subject: [PATCH 5.6.1] OPTIMIZE=-g
14487 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
14488 Date: Tue, 26 Jun 2001 17:23:24 -0400
14489 Message-ID: <20010626172324.A27003@math.ohio-state.edu>
14490 Branch: perl
14491 ! hints/os2.sh lib/ExtUtils/MM_Unix.pm os2/Makefile.SHs
14492____________________________________________________________________________
14493[ 10972] By: jhi on 2001/06/26 20:27:19
14494 Log: Better place for nop IN_LOCALE_NUMERIC, pointed out
14495 by Olaf Flebbe.
14496 Branch: perl
14497 ! perl.h
14498____________________________________________________________________________
14499[ 10971] By: jhi on 2001/06/26 19:59:41
14500 Log: Detypo.
14501 Branch: perl
14502 ! lib/Memoize/t/tie_sdbm.t
14503____________________________________________________________________________
14504[ 10970] By: jhi on 2001/06/26 19:10:19
14505 Log: perl_clone_host() needs PERL_IMPLICIT_SYS.
14506 Branch: perl
14507 ! win32/perllib.c
14508____________________________________________________________________________
14509[ 10969] By: jhi on 2001/06/26 17:21:31
14510 Log: Subject: [patch] perl_clone+CvFILE
14511 From: Doug MacEachern <dougm@covalent.net>
14512 Date: Tue, 26 Jun 2001 09:01:16 -0700 (PDT)
14513 Message-ID: <Pine.LNX.4.21.0106260900480.28420-100000@mako.covalent.net>
14514 Branch: perl
14515 ! sv.c
14516____________________________________________________________________________
14517[ 10968] By: jhi on 2001/06/26 16:48:32
14518 Log: Subject: Re: SDBM on VMS (was Re: a report on perl@10930 results on a couple of Alphas)
14519 From: Mark-Jason Dominus <mjd@plover.com>
14520 Date: Tue, 26 Jun 2001 12:33:01 -0400
14521 Message-ID: <20010626163301.31298.qmail@plover.com>
14522 Branch: perl
14523 ! lib/Memoize/t/tie.t lib/Memoize/t/tie_sdbm.t
14524____________________________________________________________________________
14525[ 10967] By: jhi on 2001/06/26 14:21:49
14526 Log: Update Changes.
14527 Branch: perl
14528 ! Changes patchlevel.h
14529____________________________________________________________________________
debca88a
JH
14530[ 10966] By: jhi on 2001/06/26 14:08:34
14531 Log: Also catfile() needs now to explicitly exported.
14532 Branch: perl
14533 ! lib/Memoize/t/tie.t lib/Memoize/t/tie_sdbm.t
14534____________________________________________________________________________
14535[ 10965] By: jhi on 2001/06/26 13:57:54
14536 Log: Regen toc.
14537 Branch: perl
14538 ! pod/perltoc.pod
14539____________________________________________________________________________
14540[ 10964] By: jhi on 2001/06/26 13:56:11
14541 Log: Nonexistent pod command.
14542 Branch: perl
14543 ! pod/perl572delta.pod
14544____________________________________________________________________________
14545[ 10963] By: jhi on 2001/06/26 13:50:53
14546 Log: Be more portable in the quest for tmpdir.
14547 Branch: perl
14548 ! lib/Memoize/t/tie.t lib/Memoize/t/tie_sdbm.t
14549____________________________________________________________________________
14550[ 10962] By: jhi on 2001/06/26 13:43:51
14551 Log: Be more portable in finding out the home directory,
14552 and use File::Spec to do the concat.
14553 (Come to think of it, couldn't File::Spec provide
14554 for a ->homedir method?)
14555 Branch: perl
14556 ! lib/Net/Config.pm
14557____________________________________________________________________________
14558[ 10961] By: jhi on 2001/06/26 13:37:30
14559 Log: Doc patch for #10959.
14560 Branch: perl
14561 ! pod/perlfunc.pod
14562____________________________________________________________________________
14563[ 10960] By: jhi on 2001/06/26 13:33:07
14564 Log: Subject: Re: [DOC PATCH bleadperl] Document $count = () = $string =~ /\d+/g
14565 From: "Philip Newton" <pnewton@gmx.de>
14566 Date: Tue, 26 Jun 2001 16:26:47 +0200
14567 Message-ID: <3B38B7C7.32635.1E8DC14@localhost>
14568 Branch: perl
14569 ! pod/perldata.pod
14570____________________________________________________________________________
14571[ 10959] By: jhi on 2001/06/26 13:31:57
14572 Log: Subject: [PATH] shared -> unique;
14573 From: "Artur Bergman" <artur@contiller.se>
14574 Date: Tue, 26 Jun 2001 16:18:40 +0200
14575 Message-ID: <002001c0fe4a$e623ba30$21000a0a@vogw2kdev>
14576
14577 Because "shared" isn't: it's read-only.
14578 Branch: perl
14579 ! toke.c xsutils.c
14580____________________________________________________________________________
14581[ 10958] By: jhi on 2001/06/26 13:28:27
14582 Log: Escape multiline croak messages.
14583 Branch: perl
14584 ! t/op/ver.t
14585____________________________________________________________________________
14586[ 10957] By: jhi on 2001/06/26 13:18:34
14587 Log: No more pragma/*.t for minitest.
14588 Branch: perl
14589 ! Makefile.SH
14590____________________________________________________________________________
14591[ 10956] By: jhi on 2001/06/26 13:18:00
14592 Log: AUTHORS updates.
14593 Branch: perl
14594 ! AUTHORS
14595____________________________________________________________________________
14596[ 10955] By: jhi on 2001/06/26 13:17:05
14597 Log: delta updates.
14598 Branch: perl
14599 ! pod/perl572delta.pod
14600____________________________________________________________________________
14601[ 10954] By: jhi on 2001/06/26 12:36:07
14602 Log: Subject: [PATCH] Adds perl_clone_host under IMPLICIT SYS
14603 From: Artur Bergman <artur@contiller.se>
14604 Date: Tue, 26 Jun 2001 15:32:53 +0200
14605 Message-ID: <B75E5BA5.1A7C%artur@contiller.se>
14606 Branch: perl
14607 ! makedef.pl sv.c sv.h win32/perllib.c
14608____________________________________________________________________________
14609[ 10953] By: jhi on 2001/06/26 12:33:55
14610 Log: Subject: [PATCH ext/Time/HiRes/Makefile.PL perl@10929] Test Fails on SCO
14611 From: Jonathan Stowe <gellyfish@gellyfish.com>
14612 Date: Tue, 26 Jun 2001 10:29:57 +0100 (BST)
14613 Message-ID: <Pine.LNX.4.33.0106261021540.18774-100000@orpheus.gellyfish.com>
14614
14615 SCO OpenServer 5.0.5 needs an explicit -lc for usleep().
14616 Branch: perl
14617 + ext/Time/HiRes/hints/sco.pl
14618 ! MANIFEST
14619____________________________________________________________________________
14620[ 10952] By: jhi on 2001/06/26 11:57:44
14621 Log: Subject: [PATCH 5.6.1] static build
14622 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
14623 Date: Tue, 26 Jun 2001 04:22:25 -0400
14624 Message-ID: <20010626042225.A2604@math.ohio-state.edu>
14625 Branch: perl
14626 ! ext/List/Util/Makefile.PL lib/ExtUtils.t
14627 ! lib/ExtUtils/MM_Unix.pm os2/Makefile.SHs
14628____________________________________________________________________________
14629[ 10951] By: jhi on 2001/06/26 11:55:59
14630 Log: DJGPP patches from Laszlo Molnar.
14631 Branch: perl
14632 ! djgpp/djgpp.c perl.c util.c
14633____________________________________________________________________________
14634[ 10950] By: jhi on 2001/06/26 11:54:32
14635 Log: Netware patches from Ananth Kesari.
14636 Branch: perl
14637 ! NetWare/Makefile NetWare/config_H.wc NetWare/nw5sck.c
14638 ! NetWare/nw5sck.h NetWare/nwperlsys.c NetWare/nwperlsys.h
14639 ! NetWare/nwtinfo.h
14640____________________________________________________________________________
14641[ 10949] By: jhi on 2001/06/26 11:49:09
14642 Log: Detypo.
14643 Branch: perl
14644 ! ext/Errno/Errno_pm.PL
14645____________________________________________________________________________
14646[ 10948] By: jhi on 2001/06/26 03:44:29
14647 Log: There seems to be two ways of spelling the $^O in *STEP.
14648 Branch: perl
14649 ! ext/Errno/Errno_pm.PL
14650____________________________________________________________________________
14651[ 10947] By: jhi on 2001/06/26 03:01:01
14652 Log: OpenSTEP has gcc 2.7.2.1 which recognizes but does not implement
14653 the -dM flag, from Daniel Ashton <jdashton@AshtonFam.org>.
14654 Branch: perl
14655 ! ext/Errno/Errno_pm.PL
14656____________________________________________________________________________
14657[ 10946] By: jhi on 2001/06/26 02:50:46
14658 Log: Known bugs update.
14659 Branch: perl
14660 ! pod/perl572delta.pod
14661____________________________________________________________________________
14662[ 10945] By: jhi on 2001/06/26 01:15:39
14663 Log: The default installation of Cygwin has 500 as root's uid.
14664 Branch: perl
14665 ! lib/User/pwent.t
14666____________________________________________________________________________
14667[ 10944] By: jhi on 2001/06/26 01:12:39
14668 Log: Be even more relaxed (re-allow having only one entry).
14669 Branch: perl
14670 ! t/op/grent.t t/op/pwent.t
14671____________________________________________________________________________
14672[ 10943] By: jhi on 2001/06/26 01:03:30
14673 Log: Test failure updates.
14674 Branch: perl
14675 ! pod/perl572delta.pod
14676____________________________________________________________________________
14677[ 10942] By: jhi on 2001/06/25 23:32:05
14678 Log: MPE/iX test tweaks from Mark Bixby.
14679 Branch: perl
14680 ! ext/POSIX/POSIX.t ext/Storable/t/lock.t ext/Time/HiRes/HiRes.t
14681 ! t/io/fs.t t/op/stat.t
14682____________________________________________________________________________
14683[ 10941] By: jhi on 2001/06/25 22:18:31
14684 Log: Microperl findings.
14685 Branch: perl
14686 ! perl.h pp_sys.c
14687____________________________________________________________________________
14688[ 10940] By: jhi on 2001/06/25 21:59:29
14689 Log: Touch uconfig.h.
14690 Branch: perl
14691 ! uconfig.h
14692____________________________________________________________________________
14693[ 10939] By: jhi on 2001/06/25 21:32:52
14694 Log: Subject: [PATCH] Proposed fix for Pod::Man
14695 From: Rob Napier <rnapier@employees.org>
14696 Date: Mon, 25 Jun 2001 15:49:24 -0400
14697 Message-ID: <20010625154924.N27568@rnapier-u5.cisco.com>
14698
14699 Cater for Solaris nroff brokenness (shortchanges daisywheel
14700 printers, but hey, we also no more support PDPs.)
14701 Branch: perl
14702 ! lib/Pod/Man.pm
14703____________________________________________________________________________
14704[ 10938] By: jhi on 2001/06/25 21:14:41
14705 Log: Typo in #10937.
14706 Branch: perl
14707 ! ext/POSIX/sigaction.t
14708____________________________________________________________________________
14709[ 10937] By: jhi on 2001/06/25 19:42:02
14710 Log: SIGCONT not trappable in VMS.
14711 Branch: perl
14712 ! ext/POSIX/sigaction.t
14713____________________________________________________________________________
14714[ 10936] By: jhi on 2001/06/25 19:28:13
14715 Log: Subject: [DRAFT] Encode-Tcl.t
14716 From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
14717 Date: Tue, 26 Jun 2001 03:38:08 +0900
14718 Message-Id: <20010626033550.BC35.BQW10602@nifty.com>
14719 Branch: perl
14720 + ext/Encode/Encode/Tcl.t
14721 ! MANIFEST ext/Encode/Encode/Tcl.pm
14722____________________________________________________________________________
14723[ 10935] By: jhi on 2001/06/25 18:40:03
14724 Log: Because of #10932 retract also the perlfunc hunk of #10910.
14725 Branch: perl
14726 ! pod/perlfunc.pod
14727____________________________________________________________________________
14728[ 10934] By: jhi on 2001/06/25 18:27:19
14729 Log: Tweak the XSFUNCTION, from Doug MacEachern, as suggested
14730 by Ilya Zakharevich in
14731 http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/2001-05/msg01582.html
14732 Branch: perl
14733 ! XSUB.h
14734____________________________________________________________________________
14735[ 10933] By: jhi on 2001/06/25 18:25:26
14736 Log: Typo in #10889.
14737 Branch: perl
14738 ! hints/uts.sh
14739____________________________________________________________________________
14740[ 10932] By: jhi on 2001/06/25 18:23:30
14741 Log: Subject: Re: [ID 20010621.007] readline() not quite as equal as <>
14742 From: Abhijit Menon-Sen <ams@wiw.org>
14743 Date: Mon, 25 Jun 2001 23:45:45 +0530
14744 Message-ID: <20010625234545.A5022@lustre.linux.in>
14745 Branch: perl
14746 ! lib/overload.t opcode.h opcode.pl t/op/flip.t
14747____________________________________________________________________________
14748[ 10931] By: jhi on 2001/06/25 17:50:38
14749 Log: Subject: [PATCH lib/Test.pm] Re: "Deprecated interface" ??
14750 From: Michael G Schwern <schwern@pobox.com>
14751 Date: Mon, 25 Jun 2001 14:35:51 -0400
14752 Message-ID: <20010625143551.H13819@blackrider>
14753 Branch: perl
14754 ! lib/Test.pm
14755____________________________________________________________________________
14756[ 10930] By: jhi on 2001/06/25 14:33:46
14757 Log: Update Changes.
14758 Branch: perl
14759 ! Changes patchlevel.h
14760____________________________________________________________________________
0e84659b
JH
14761[ 10929] By: jhi on 2001/06/25 14:17:57
14762 Log: Regen toc and modlib.
14763 Branch: perl
14764 ! pod/perlmodlib.pod pod/perltoc.pod
14765____________________________________________________________________________
14766[ 10928] By: jhi on 2001/06/25 14:13:09
14767 Log: Enclose the new symbols in START_EXTERN_C and END_EXTERN_C
14768 for the benefit of C++ compilers, as suggested by Guruprasad.
14769 Branch: perl
14770 ! embed.pl proto.h
14771____________________________________________________________________________
14772[ 10927] By: jhi on 2001/06/25 14:11:59
14773 Log: Subject: [PATCH ] Re: [ID 20010625.003] perlfaq5 correction
14774 From: Jonathan Stowe <gellyfish@gellyfish.com>
14775 Date: Mon, 25 Jun 2001 14:39:43 +0100 (BST)
14776 Message-ID: <Pine.LNX.4.33.0106251438080.14795-100000@orpheus.gellyfish.com>
14777 Branch: perl
14778 ! pod/perlfaq5.pod
14779____________________________________________________________________________
14780[ 10926] By: jhi on 2001/06/25 14:04:07
14781 Log: Missed from #10925.
14782 Branch: perl
14783 ! gv.c
14784____________________________________________________________________________
14785[ 10925] By: jhi on 2001/06/25 14:00:06
14786 Log: Subject: [PATCH] Re: CvFILE corruption under ithreads
14787 From: Robin Houston <robin@kitsite.com>
14788 Date: Sat, 19 May 2001 16:19:34 +0100
14789 Message-ID: <20010519161934.A12751@puffinry.freeserve.co.uk>
14790 Branch: perl
14791 ! cv.h gv.h op.c
14792____________________________________________________________________________
14793[ 10924] By: jhi on 2001/06/25 13:58:18
14794 Log: Netware README tweak.
14795 Branch: perl
14796 ! README.netware
14797____________________________________________________________________________
14798[ 10923] By: jhi on 2001/06/25 13:57:13
14799 Log: Subject: [PATCH] Re: overload.t fails
14800 From: Abhijit Menon-Sen <ams@wiw.org>
14801 Date: Mon, 25 Jun 2001 14:52:20 +0530
14802 Message-ID: <20010625145220.A24114@lustre.linux.in>
14803 Branch: perl
14804 ! lib/overload.t
14805____________________________________________________________________________
14806[ 10922] By: jhi on 2001/06/25 13:56:20
14807 Log: Subject: Re: [PATCH] Re: [ID 20010624.001] debugger T, and Carp::carp don't trace arg of
14808 From: Mike Guy <mjtg@cam.ac.uk>
14809 Date: Mon, 25 Jun 2001 11:43:23 +0100
14810 Message-Id: <E15ETpz-0007AD-00@draco.cus.cam.ac.uk>
14811 Branch: perl
14812 ! lib/Carp.pm
14813____________________________________________________________________________
14814[ 10921] By: jhi on 2001/06/25 13:50:02
14815 Log: Subject: Re: [PATCH 5.6.1] OS2 syslog
14816 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
14817 Date: Sun, 24 Jun 2001 05:17:05 -0400
14818 Message-ID: <20010624051704.A27604@math.ohio-state.edu>
14819 Branch: perl
14820 ! os2/os2ish.h
14821____________________________________________________________________________
14822[ 10920] By: jhi on 2001/06/25 13:49:13
14823 Log: Subject: [PATCH 5.6.1] crypt() on OS/2
14824 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
14825 Date: Mon, 25 Jun 2001 05:52:27 -0400
14826 Message-ID: <20010625055227.A24635@math.ohio-state.edu>
14827 Branch: perl
14828 ! hints/os2.sh
14829____________________________________________________________________________
14830[ 10919] By: jhi on 2001/06/25 13:48:30
14831 Log: Subject: Re: [PATCH 5.6.1] OS2 system() broken
14832 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
14833 Date: Mon, 25 Jun 2001 05:23:35 -0400
14834 Message-ID: <20010625052334.A24320@math.ohio-state.edu>
14835 Branch: perl
14836 ! os2/os2.c
14837____________________________________________________________________________
14838[ 10918] By: jhi on 2001/06/25 13:47:46
14839 Log: Subject: Re: [PATCH 5.6.1] OS2::DLL
14840 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
14841 Date: Mon, 25 Jun 2001 05:04:32 -0400
14842 Message-ID: <20010625050432.A24128@math.ohio-state.edu>
14843 Branch: perl
14844 ! os2/OS2/REXX/DLL/DLL.pm
14845____________________________________________________________________________
14846[ 10917] By: jhi on 2001/06/25 13:44:14
14847 Log: Subject: Re: [PATCH 5.6.1] $^E on OS/2
14848 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
14849 Date: Mon, 25 Jun 2001 05:02:36 -0400
14850 Message-ID: <20010625050235.A24046@math.ohio-state.edu>
14851 Branch: perl
14852 ! mg.c os2/dl_os2.c os2/os2.c
14853____________________________________________________________________________
14854[ 10916] By: jhi on 2001/06/25 13:41:20
14855 Log: Subject: Re: [PATCH 5.6.1] misprints
14856 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
14857 Date: Mon, 25 Jun 2001 04:50:50 -0400
14858 Message-ID: <20010625045049.A23965@math.ohio-state.edu>
14859 Branch: perl
14860 ! os2/os2.c pp_sys.c
14861____________________________________________________________________________
14862[ 10915] By: jhi on 2001/06/25 13:39:59
14863 Log: Add Test::More and Test::Simple to the delta.
14864 Branch: perl
14865 ! pod/perl572delta.pod
14866____________________________________________________________________________
14867[ 10914] By: jhi on 2001/06/25 13:38:08
14868 Log: Add Test::More, from Michael G Schwern.
14869 Branch: perl
14870 + lib/Test/More.pm lib/Test/More/t/More.t
14871 + lib/Test/More/t/fail-like.t lib/Test/More/t/fail.t
14872 + lib/Test/More/t/plan_is_noplan.t lib/Test/More/t/skipall.t
14873 + t/lib/Test/More/Catch.pm
14874 ! MANIFEST
14875____________________________________________________________________________
14876[ 10913] By: jhi on 2001/06/25 13:35:41
14877 Log: Add Test::Simple from Michael G Schwern.
14878 Branch: perl
14879 + lib/Test/Simple.pm lib/Test/Simple/t/exit.t
14880 + lib/Test/Simple/t/extra.t lib/Test/Simple/t/fail.t
14881 + lib/Test/Simple/t/missing.t lib/Test/Simple/t/no_plan.t
14882 + lib/Test/Simple/t/plan_is_noplan.t lib/Test/Simple/t/simple.t
14883 + t/lib/Test/Simple/Catch.pm
14884 + t/lib/Test/Simple/sample_tests/death.plx
14885 + t/lib/Test/Simple/sample_tests/death_in_eval.plx
14886 + t/lib/Test/Simple/sample_tests/extras.plx
14887 + t/lib/Test/Simple/sample_tests/five_fail.plx
14888 + t/lib/Test/Simple/sample_tests/last_minute_death.plx
14889 + t/lib/Test/Simple/sample_tests/one_fail.plx
14890 + t/lib/Test/Simple/sample_tests/require.plx
14891 + t/lib/Test/Simple/sample_tests/success.plx
14892 + t/lib/Test/Simple/sample_tests/too_few.plx
14893 + t/lib/Test/Simple/sample_tests/two_fail.plx
14894 ! MANIFEST
14895____________________________________________________________________________
14896[ 10912] By: jhi on 2001/06/25 13:31:57
14897 Log: Subject: [PATCH perl@10907] RETURN requires dSP in pp_sys.c
14898 From: "Craig A. Berry" <craigberry@mac.com>
14899 Date: Sun, 24 Jun 2001 23:41:36 -0500
14900 Message-Id: <a0510100db75c6d44e34c@[172.16.52.1]>
14901 Branch: perl
14902 ! pp_sys.c
14903____________________________________________________________________________
14904[ 10911] By: jhi on 2001/06/25 13:05:00
14905 Log: Upgrade to Attribute::Handlers 0.70.
14906 Branch: perl
14907 + lib/Attribute/Handlers/Changes lib/Attribute/Handlers/README
14908 ! MANIFEST lib/Attribute/Handlers.pm
14909____________________________________________________________________________
14910[ 10910] By: jhi on 2001/06/25 00:09:27
14911 Log: Subject: Re: [ID 20010621.007] readline() not quite as equal as <>
14912 From: Abhijit Menon-Sen <ams@wiw.org>
14913 Date: Sat, 23 Jun 2001 05:17:44 +0530
14914 Message-ID: <20010623051744.A18583@lustre.linux.in>
14915
14916 (Can't think of a good place to put tests.)
14917 Branch: perl
14918 ! opcode.pl pod/perlfunc.pod t/op/flip.t toke.c
14919____________________________________________________________________________
14920[ 10909] By: jhi on 2001/06/24 23:45:13
14921 Log: Subject: [PATCH] t/op/pat.t typo fix
14922 From: Richard Soderberg <rs@crystalflame.net>
14923 Date: Sun, 24 Jun 2001 12:07:42 -0700 (PDT)
14924 Message-ID: <Pine.LNX.4.21.0106241207320.17075-100000@oregonnet.com>
14925 Branch: perl
14926 ! t/op/pat.t
14927____________________________________________________________________________
14928[ 10908] By: jhi on 2001/06/24 22:24:49
14929 Log: Move the pack warnings to their own file, as pointed
14930 out by Spider.
14931 Branch: perl
14932 + t/lib/warnings/pp_pack
14933 ! MANIFEST t/lib/warnings/pp
14934____________________________________________________________________________
14935[ 10907] By: jhi on 2001/06/24 19:55:15
14936 Log: Update Changes.
14937 Branch: perl
14938 ! Changes patchlevel.h
14939____________________________________________________________________________
0e5c3182
JH
14940[ 10906] By: jhi on 2001/06/24 19:50:40
14941 Log: Partially fix a problem noticed by IRIX compiler:
14942 the initialization of parse_start was bypassed by
14943 several gotos. Now initialized to zero, which may
14944 not be the best choice.
14945 Branch: perl
14946 ! regcomp.c
14947____________________________________________________________________________
14948[ 10905] By: jhi on 2001/06/24 19:43:25
14949 Log: Relax the group and password tests back to moaning only
14950 if no matches at all are found. (Even with a small sample
14951 I could find many sites where there are, umm, anomalies in
14952 the said databases.)
14953 Branch: perl
14954 ! t/op/grent.t t/op/pwent.t
14955____________________________________________________________________________
14956[ 10904] By: jhi on 2001/06/24 18:45:55
14957 Log: Argh. How hard it can be to re-apply a patch manually? :-)
14958 Branch: perl
14959 ! pp_ctl.c
14960____________________________________________________________________________
14961[ 10903] By: jhi on 2001/06/24 18:40:52
14962 Log: De-cut-and-pasto in #10902.
14963 Branch: perl
14964 ! pp_ctl.c
14965____________________________________________________________________________
14966[ 10902] By: jhi on 2001/06/24 18:35:18
14967 Log: The #10771 didn't take?
14968 Branch: perl
14969 ! pp_ctl.c
14970____________________________________________________________________________
14971[ 10901] By: jhi on 2001/06/24 18:29:50
14972 Log: Undo the filetests part of #10900, under multiplicity
14973 weird errors take place.
14974 Branch: perl
14975 ! pp_sys.c
14976____________________________________________________________________________
14977[ 10900] By: jhi on 2001/06/24 18:20:36
14978 Log: Misplaces dSPs and the like revealed by MPE/iX and Cygwin.
14979 Branch: perl
14980 ! ext/Cwd/Cwd.xs ext/Devel/Peek/Peek.xs pp_sys.c
14981____________________________________________________________________________
14982[ 10899] By: jhi on 2001/06/24 17:00:34
585d6f80
JH
14983 Log: (Replaced by #10922)
14984
14985 Subject: Re: [PATCH] Re: [ID 20010624.001] debugger T, and Carp::carp don't trace arg of
0e5c3182
JH
14986 From: Tony Bowden <tony@kasei.com>
14987 Date: Sun, 24 Jun 2001 17:32:40 +0100
14988 Message-ID: <20010624173240.A16293@blackstar.co.uk>
14989
14990 Document (well, mention) shortmess() and longmess()
14991 to rob people of their fun of reinventing the weel.
14992 Branch: perl
14993 ! lib/Carp.pm
14994____________________________________________________________________________
14995[ 10898] By: jhi on 2001/06/24 16:51:40
14996 Log: Subject: Patch: pp_system() bounces out of Cygwin subsystem
14997 From: Brian Jepson <bjepson@oreilly.com>
14998 Date: Sun, 24 Jun 2001 12:13:21 -0400 (EDT)
14999 Message-ID: <Pine.GSO.4.21.0106241044110.15051-200000@sol.east.ora.com>
15000 Branch: perl
15001 ! pp_sys.c
15002____________________________________________________________________________
15003[ 10897] By: jhi on 2001/06/24 16:38:23
15004 Log: Subject: [PATCH CPAN.pm] missing DATE_OF_02
15005 From: Robin Barker <rmb1@cise.npl.co.uk>
15006 Date: Fri, 22 Jun 2001 19:25:56 +0100 (BST)
15007 Message-Id: <200106221825.TAA16884@tempest.npl.co.uk>
15008 Branch: perl
15009 ! lib/CPAN.pm
15010____________________________________________________________________________
15011[ 10896] By: jhi on 2001/06/24 16:36:32
15012 Log: Memoize patch from mjd.
15013 Branch: perl
15014 ! lib/Memoize/t/tie_storable.t
15015____________________________________________________________________________
15016[ 10895] By: jhi on 2001/06/24 16:33:59
15017 Log: Spec the sv_pvprintify() a bit more.
15018 Branch: perl
15019 ! pod/perltodo.pod
15020____________________________________________________________________________
15021[ 10894] By: jhi on 2001/06/24 14:43:36
15022 Log: Upgrade to Memoize 0.65.
15023 Branch: perl
15024 + lib/Memoize/t/array_confusion.t
15025 ! MANIFEST lib/Memoize.pm lib/Memoize/AnyDBM_File.pm
15026 ! lib/Memoize/Expire.pm lib/Memoize/ExpireFile.pm
15027 ! lib/Memoize/ExpireTest.pm lib/Memoize/NDBM_File.pm
15028 ! lib/Memoize/README lib/Memoize/SDBM_File.pm
15029 ! lib/Memoize/Saves.pm lib/Memoize/Storable.pm lib/Memoize/TODO
15030 ! lib/Memoize/t/errors.t lib/Memoize/t/expire.t
15031 ! lib/Memoize/t/expire_file.t lib/Memoize/t/expire_module_n.t
15032 ! lib/Memoize/t/expire_module_t.t lib/Memoize/t/speed.t
15033 ! lib/Memoize/t/tie.t lib/Memoize/t/tie_gdbm.t
15034 ! lib/Memoize/t/tie_ndbm.t lib/Memoize/t/tie_sdbm.t
15035 ! lib/Memoize/t/tie_storable.t
15036____________________________________________________________________________
15037[ 10893] By: jhi on 2001/06/24 14:21:09
15038 Log: Metaconfig unit change for #10892.
15039 Branch: metaconfig
15040 ! U/modified/Options.U
15041____________________________________________________________________________
15042[ 10892] By: jhi on 2001/06/24 14:20:38
15043 Log: Subject: Re: [PATCH 5.6.1] OS2 Configure
15044 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
15045 Date: Sun, 24 Jun 2001 05:24:40 -0400
15046 Message-ID: <20010624052440.A27698@math.ohio-state.edu>
15047 Branch: perl
15048 ! Configure hints/os2.sh
15049____________________________________________________________________________
15050[ 10891] By: jhi on 2001/06/24 13:50:26
15051 Log: Subject: [PATCH] Re: [ID 20010624.001] debugger T, and Carp::carp don't trace arg of
15052 From: Mike Guy <mjtg@cam.ac.uk>
15053 Date: Sun, 24 Jun 2001 15:28:39 +0100
15054 Message-Id: <E15EAsR-0007Bi-00@draco.cus.cam.ac.uk>
15055
15056 Fix an ancient (5.002) bug.
15057 Branch: perl
15058 ! lib/Carp/Heavy.pm
15059____________________________________________________________________________
15060[ 10890] By: jhi on 2001/06/24 13:44:43
15061 Log: The #10881 was too vigorous in pp_system() in moving 'unused'
15062 variables.
15063 Branch: perl
15064 ! pp_sys.c
15065____________________________________________________________________________
15066[ 10889] By: jhi on 2001/06/24 13:24:00
15067 Log: Make UTS as per #10888.
15068 Branch: perl
15069 ! hints/uts.sh
15070____________________________________________________________________________
15071[ 10888] By: jhi on 2001/06/24 13:21:23
15072 Log: Factor the PERL_SYS_INIT() code, from Hugo van der Sanden.
15073 Branch: perl
15074 ! hints/freebsd.sh hints/posix-bc.sh hints/sco.sh
15075 ! mpeix/mpeixish.h perl.h unixish.h
15076____________________________________________________________________________
15077[ 10887] By: jhi on 2001/06/24 13:15:45
15078 Log: AUTHORS update.
15079 Branch: perl
15080 ! AUTHORS
15081____________________________________________________________________________
15082[ 10886] By: jhi on 2001/06/24 13:14:31
15083 Log: Subject: Encode::Tcl for multibyte doesnot work
15084 From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
15085 Date: Sun, 24 Jun 2001 22:48:21 +0900
15086 Message-Id: <20010624223252.6658.BQW10602@nifty.com>
15087 Branch: perl
15088 ! ext/Encode/Encode/Tcl.pm
15089____________________________________________________________________________
15090[ 10885] By: jhi on 2001/06/24 13:12:46
15091 Log: Subject: [PATCH] Remove tautology in error messages
15092 From: Mike Guy <mjtg@cam.ac.uk>
15093 Date: Sun, 24 Jun 2001 13:31:00 +0100
15094 Message-Id: <E15E92a-0006em-00@draco.cus.cam.ac.uk>
15095 Branch: perl
15096 ! pp_sys.c
15097____________________________________________________________________________
15098[ 10884] By: jhi on 2001/06/24 13:11:36
15099 Log: Darwin needs -traditional-cpp for cppflags to build Errno.
15100 Branch: perl
15101 ! hints/darwin.sh
15102____________________________________________________________________________
15103[ 10883] By: jhi on 2001/06/24 13:09:55
15104 Log: Subject: Re: [PATCH 5.6.1] test suite
15105 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
15106 Date: Sun, 24 Jun 2001 05:47:05 -0400
15107 Message-ID: <20010624054705.A27890@math.ohio-state.edu>
15108
15109 Test suite fixes.
15110 Branch: perl
15111 ! ext/POSIX/sigaction.t lib/File/stat.t perl.c t/io/utf8.t
15112____________________________________________________________________________
15113[ 10882] By: jhi on 2001/06/24 13:07:46
15114 Log: Subject: Re: [PATCH 5.6.1] OS2 warnings
15115 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
15116 Date: Sun, 24 Jun 2001 05:37:19 -0400
15117 Message-ID: <20010624053719.A27866@math.ohio-state.edu>
15118 Branch: perl
15119 ! os2/dl_os2.c os2/os2.c os2/os2ish.h
15120____________________________________________________________________________
15121[ 10881] By: jhi on 2001/06/24 13:05:24
15122 Log: Subject: Re: [PATCH 5.6.1] pp_sys.c warnings
15123 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
15124 Date: Sun, 24 Jun 2001 05:34:50 -0400
15125 Message-ID: <20010624053450.A27856@math.ohio-state.edu>
15126
15127 Pacify compiler warnings.
15128 Branch: perl
15129 ! pp_sys.c
15130____________________________________________________________________________
15131[ 10880] By: jhi on 2001/06/24 13:02:30
15132 Log: Subject: Re: [PATCH 5.6.1] OS2 linking
15133 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
15134 Date: Sun, 24 Jun 2001 05:21:18 -0400
15135 Message-ID: <20010624052118.A27615@math.ohio-state.edu>
15136
15137 Enable compression of executables during link time.
15138 Branch: perl
15139 ! hints/os2.sh
15140____________________________________________________________________________
15141[ 10879] By: jhi on 2001/06/24 13:00:47
15142 Log: Subject: Re: [PATCH 5.6.1] OS2 linking
15143 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
15144 Date: Sun, 24 Jun 2001 05:15:11 -0400
15145 Message-ID: <20010624051511.A27544@math.ohio-state.edu>
15146
15147 Add ordinals to the export list for Perl DLL.
15148 (Breaks intra-version DLL compatibility.)
15149 Branch: perl
15150 ! makedef.pl
15151____________________________________________________________________________
15152[ 10878] By: jhi on 2001/06/24 02:12:04
15153 Log: Allow (displaying and) re-editing the Subject in perlbug.
15154 Also abstract the Subject quality control into a function.
15155 Branch: perl
15156 ! utils/perlbug.PL
15157____________________________________________________________________________
15158[ 10877] By: jhi on 2001/06/24 01:40:53
15159 Log: Display $ENV{CYGWIN} in perlbug if set (like #10875 for perl -V).
15160 Branch: perl
15161 ! utils/perlbug.PL
15162____________________________________________________________________________
15163[ 10876] By: jhi on 2001/06/24 01:37:05
15164 Log: Regen toc and modlib.
15165 Branch: perl
15166 ! pod/perlmodlib.pod pod/perltoc.pod
15167____________________________________________________________________________
15168[ 10875] By: jhi on 2001/06/24 01:29:33
15169 Log: In Cygwin display the $ENV{CYGWIN} under perl -V, as suggested
15170 by John Peacock. (Can be 'ntea' which means emulate UNIX file
15171 attribute semantics as much as possible, or 'ntsec' which uses
15172 native NTFS semantics.) (See also #10877.)
15173 Branch: perl
15174 ! perl.c
15175____________________________________________________________________________
15176[ 10874] By: jhi on 2001/06/23 23:57:28
15177 Log: Hack to get rid of the UNEXPECTEDLY succeeded message for now.
15178 Branch: perl
15179 ! lib/Test/Harness.pm
15180____________________________________________________________________________
15181[ 10873] By: jhi on 2001/06/23 23:36:56
15182 Log: Just zap the -uPerlio.
15183 Branch: perl
15184 ! ext/B/Stash.t
15185____________________________________________________________________________
15186[ 10872] By: jhi on 2001/06/23 21:29:10
15187 Log: Do not test PerlIO if PerlIO not used.
15188 Branch: perl
15189 ! ext/PerlIO/PerlIO.t
15190____________________________________________________________________________
15191[ 10871] By: jhi on 2001/06/23 21:12:49
15192 Log: Regen perlapi.
15193 Branch: perl
15194 ! pod/perlapi.pod
15195____________________________________________________________________________
15196[ 10870] By: jhi on 2001/06/23 21:03:31
15197 Log: Subject: [PATCH] Re: [PATCH] nuke strtol (was Re: One fix for strtoul not setting errno)
15198 From: Nicholas Clark <nick@ccl4.org>
15199 Date: Sat, 23 Jun 2001 22:55:47 +0100
15200 Message-ID: <20010623225547.Z98663@plum.flirble.org>
15201 Branch: perl
15202 ! numeric.c
15203____________________________________________________________________________
15204[ 10869] By: jhi on 2001/06/23 17:13:21
15205 Log: Subject: [PATCH: perl@10825] MacOS fixups for new lib/h2xs.t
15206 From: Prymmer/Kahn <pvhp@best.com>
15207 Date: Sat, 23 Jun 2001 11:08:52 -0700 (PDT)
15208 Message-ID: <Pine.BSF.4.21.0106231105380.25634-100000@shell8.ba.best.com>
15209 Branch: perl
15210 ! lib/h2xs.t
15211____________________________________________________________________________
15212[ 10868] By: jhi on 2001/06/23 16:04:38
15213 Log: cygwin needs cygwin1.dll in PATH or cwd to run external programs.
15214 cygwin does not taint cwd, just like win32.
15215 Branch: perl
15216 ! lib/File/Find/taint.t t/op/taint.t
15217____________________________________________________________________________
15218[ 10867] By: jhi on 2001/06/23 15:39:15
15219 Log: Retract #10865, the patch should be unnecessary.
15220 (But seemingly helpful in Cygwin? Strange.)
15221 Branch: perl
15222 ! lib/Memoize/t/tie_ndbm.t
15223____________________________________________________________________________
15224[ 10866] By: jhi on 2001/06/23 15:06:30
15225 Log: Misplaced test file; plus Cygwin filesystem semantics.
15226 Branch: perl
15227 + ext/SDBM_File/sdbm.t
15228 - ext/ODBM_File/sdbm.t
15229 ! MANIFEST
15230____________________________________________________________________________
15231[ 10865] By: jhi on 2001/06/23 15:01:02
15232 Log: (Retracted by #10867.)
15233 Branch: perl
15234 ! lib/Memoize/t/tie_ndbm.t
15235____________________________________________________________________________
15236[ 10864] By: jhi on 2001/06/23 14:25:43
15237 Log: Metaconfig unit change for #10863.
15238 Branch: metaconfig/U/perl
15239 ! Extensions.U
15240____________________________________________________________________________
15241[ 10863] By: jhi on 2001/06/23 14:25:20
15242 Log: In Cygwin do not build NDBM_File and ODBM_File unless
15243 -lndbm and -ldbm are available.
15244 Branch: perl
15245 ! Configure config_h.SH
15246____________________________________________________________________________
15247[ 10862] By: jhi on 2001/06/23 14:02:14
15248 Log: More Cygwin filesystem semantics.
15249 Branch: perl
15250 ! t/io/fs.t t/op/stat.t
15251____________________________________________________________________________
15252[ 10861] By: jhi on 2001/06/23 13:38:00
15253 Log: More DOSish permission semantics for Cygwin.
15254 Branch: perl
15255 ! lib/AnyDBM_File.t
15256____________________________________________________________________________
15257[ 10860] By: jhi on 2001/06/23 13:32:41
15258 Log: Cygwin too has different permission semantics.
15259 Branch: perl
15260 ! ext/GDBM_File/gdbm.t
15261____________________________________________________________________________
15262[ 10859] By: jhi on 2001/06/23 13:30:06
15263 Log: The group (and assumedly passwd) databases can have
15264 only one entry (this is the case in cygwin).
15265 Branch: perl
15266 ! t/op/grent.t t/op/pwent.t
15267____________________________________________________________________________
15268[ 10858] By: jhi on 2001/06/23 13:16:26
15269 Log: Also in Cygwin use Socket to figure out domainname
15270 (if any) (avoids trying to call external 'domainname',
15271 which doesn't at the moment exist in Cygwin)
15272 Branch: perl
15273 ! lib/Net/Domain.pm
15274____________________________________________________________________________
15275[ 10857] By: jhi on 2001/06/23 12:48:32
15276 Log: Remove also the lib$Foo.def, not just $Foo.def.
15277 Branch: perl
15278 ! lib/ExtUtils/MM_Unix.pm
15279____________________________________________________________________________
15280[ 10856] By: jhi on 2001/06/23 12:21:53
15281 Log: In UTS do signal(SIGFPE, SIG_IGN) in PERL_SYS_INIT().
15282 Branch: perl
15283 ! unixish.h
15284____________________________________________________________________________
15285[ 10855] By: jhi on 2001/06/23 12:14:15
15286 Log: Fix for ID 20010619.003, the [[:print:]] is not supposed
15287 to match the whole isprint(), only the space character.
15288 Branch: perl
15289 ! handy.h pod/perlre.pod t/op/pat.t
15290____________________________________________________________________________
15291[ 10854] By: nick on 2001/06/23 08:09:33
15292 Log: Integrate mainline
15293 Branch: perlio
15294 !> Configure ext/IPC/SysV/Semaphore.pm hints/unicos.sh
15295 !> lib/ExtUtils.t lib/File/Find/taint.t
15296 !> lib/Math/BigInt/t/bigintpm.t lib/Net/netent.t
15297 !> lib/Net/protoent.t lib/Net/servent.t mg.c t/op/mkdir.t
15298 !> t/op/sprintf.t vms/descrip_mms.template vms/ext/Stdio/Stdio.xs
15299____________________________________________________________________________
15300[ 10853] By: jhi on 2001/06/23 03:48:09
15301 Log: Make also the bigintpm.t (like op/sprintf.t) be less demanding
15302 with its floats in os390 and s390 (UTS).
15303 Branch: perl
15304 ! lib/Math/BigInt/t/bigintpm.t
15305____________________________________________________________________________
15306[ 10852] By: jhi on 2001/06/23 03:38:53
15307 Log: Add also UTS (s390) to the non-IEEE float platforms.
15308 Branch: perl
15309 ! t/op/sprintf.t
15310____________________________________________________________________________
15311[ 10851] By: jhi on 2001/06/23 03:36:04
15312 Log: Subject: RFC: what are applicable standards for exponent sizes?
15313 From: Peter Prymmer <pvhp@forte.com>
15314 Date: Tue, 19 Jun 2001 17:18:06 -0700 (PDT)
15315 Message-ID: <Pine.OSF.4.10.10106191712070.361736-100000@aspara.forte.com>
15316 Branch: perl
15317 ! t/op/sprintf.t
15318____________________________________________________________________________
15319[ 10850] By: jhi on 2001/06/23 03:29:04
15320 Log: Subject: [PATCH: perl@10825] build (and test!) VMS::Stdio on VMS
15321 From: Peter Prymmer <pvhp@forte.com>
15322 Date: Fri, 22 Jun 2001 19:08:23 -0700 (PDT)
15323 Message-ID: <Pine.OSF.4.10.10106221903270.24012-100000@aspara.forte.com>
15324 Branch: perl
15325 ! vms/descrip_mms.template vms/ext/Stdio/Stdio.xs
15326____________________________________________________________________________
15327[ 10849] By: jhi on 2001/06/23 03:27:21
15328 Log: Subject: [PATCH: perl@10825] correction to lib/ExtUtils.t patch
15329 From: Peter Prymmer <pvhp@forte.com>
15330 Date: Fri, 22 Jun 2001 17:56:01 -0700 (PDT)
15331 Message-ID: <Pine.OSF.4.10.10106221754180.24012-100000@aspara.forte.com>
15332 Branch: perl
15333 ! lib/ExtUtils.t
15334____________________________________________________________________________
15335[ 10848] By: jhi on 2001/06/22 21:51:31
15336 Log: Retract #10845.
15337 Branch: perl
15338 ! lib/File/Find/taint.t
15339____________________________________________________________________________
15340[ 10847] By: jhi on 2001/06/22 21:50:38
15341 Log: Yet another error message.
15342 Branch: perl
15343 ! t/op/mkdir.t
15344____________________________________________________________________________
15345[ 10846] By: jhi on 2001/06/22 21:48:39
15346 Log: The croak message for nonexistent socket functions may vary.
15347 Branch: perl
15348 ! lib/Net/netent.t lib/Net/protoent.t lib/Net/servent.t
15349____________________________________________________________________________
15350[ 10845] By: jhi on 2001/06/22 21:42:38
15351 Log: (Retracted by #10848.)
15352 Branch: perl
15353 ! lib/File/Find/taint.t
15354____________________________________________________________________________
15355[ 10844] By: jhi on 2001/06/22 21:32:58
15356 Log: Integrate perlio.
15357 Branch: perl
15358 !> lib/File/Find/taint.t t/op/write.t
15359____________________________________________________________________________
15360[ 10843] By: nick on 2001/06/22 21:24:51
15361 Log: Back out debug in taint.t
15362 Branch: perlio
15363 ! lib/File/Find/taint.t
15364____________________________________________________________________________
15365[ 10842] By: jhi on 2001/06/22 21:20:02
15366 Log: setitimer() does not exist in Unicos, despite of what
15367 Configure thinks, from Mark P. Lutz.
15368 Branch: perl
15369 ! hints/unicos.sh
15370____________________________________________________________________________
15371[ 10841] By: nick on 2001/06/22 21:19:36
15372 Log: Skip cwd test on Win32 ???
15373 Branch: perlio
15374 ! lib/File/Find/taint.t
15375____________________________________________________________________________
15376[ 10840] By: jhi on 2001/06/22 21:17:34
15377 Log: Casting this way seems to keep both 64-bitint x86 FreeBSD
15378 and Tru64 gcc -Wall happy.
15379 Branch: perl
15380 ! mg.c
15381____________________________________________________________________________
15382[ 10839] By: jhi on 2001/06/22 21:15:32
15383 Log: The packs must be done in native shorts, fix from Mark P. Lutz.
15384 Branch: perl
15385 ! ext/IPC/SysV/Semaphore.pm
15386____________________________________________________________________________
15387[ 10838] By: jhi on 2001/06/22 21:12:02
15388 Log: Metaconfig unit change for #10837.
15389 Branch: metaconfig/U/perl
15390 ! Cross.U
15391____________________________________________________________________________
15392[ 10837] By: jhi on 2001/06/22 21:09:42
15393 Log: Cleanup of the cross-compilation unit.
15394 Branch: perl
15395 ! Configure
15396____________________________________________________________________________
15397[ 10836] By: nick on 2001/06/22 20:45:12
15398 Log: Skip |- based op/write.t on Win32 as well as VMS
15399 Branch: perlio
15400 ! t/op/write.t
15401____________________________________________________________________________
15402[ 10835] By: jhi on 2001/06/22 20:44:20
15403 Log: Integrate perlio.
15404 Branch: perl
15405 !> util.c
15406____________________________________________________________________________
15407[ 10834] By: nick on 2001/06/22 20:41:54
15408 Log: Integrate mainline
15409 Branch: perlio
15410 !> Configure Porting/Glossary Porting/config.sh Porting/config_H
15411 !> config_h.SH pp_sys.c uconfig.h util.c vos/config.alpha.h
15412 !> vos/config.ga.h
15413____________________________________________________________________________
15414[ 10833] By: nick on 2001/06/22 20:22:58
15415 Log: Patcho fix.
15416 Branch: perlio
15417 ! util.c
15418____________________________________________________________________________
15419[ 10832] By: jhi on 2001/06/22 20:13:02
15420 Log: Metaconfig unit changes for #10831.
15421 Branch: metaconfig
15422 ! U/compline/d_safebcpy.U U/compline/d_safemcpy.U
15423____________________________________________________________________________
15424[ 10831] By: jhi on 2001/06/22 20:12:29
15425 Log: Subject: [PATCH 5.7.x] Further tiny bcopy cleanup
15426 From: Andy Dougherty <doughera@lafayette.edu>
15427 Date: Fri, 22 Jun 2001 14:29:51 -0400 (EDT)
15428 Message-ID: <Pine.SOL.4.10.10106221417030.28044-100000@maxwell.phys.lafayette.edu>
15429 Branch: perl
15430 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
15431 ! config_h.SH uconfig.h vos/config.alpha.h vos/config.ga.h
15432____________________________________________________________________________
15433[ 10830] By: jhi on 2001/06/22 19:50:15
15434 Log: MPE/iX prototype nits from Mark Bixby.
15435 Branch: perl
15436 ! pp_sys.c
15437____________________________________________________________________________
15438[ 10829] By: jhi on 2001/06/22 16:25:16
15439 Log: Detypo.
15440 Branch: perl
15441 ! util.c
15442____________________________________________________________________________
15443[ 10828] By: nick on 2001/06/22 15:33:37
15444 Log: Integrate mainline (in near desperate attempt to get Win32 to build...)
15445 Branch: perlio
15446 +> lib/h2xs.t
15447 !> AUTHORS Changes MANIFEST Makefile.SH NetWare/t/NWScripts.pl
15448 !> ext/B/Deparse.t ext/POSIX/POSIX.xs lib/ExtUtils.t
15449 !> lib/ExtUtils/Constant.pm lib/I18N/LangTags.pm
15450 !> lib/I18N/LangTags/ChangeLog lib/I18N/LangTags/test.pl
15451 !> lib/Locale/Maketext.pm lib/Locale/Maketext.pod
15452 !> lib/Locale/Maketext/ChangeLog lib/Locale/Maketext/test.pl
15453 !> lib/Math/BigFloat.pm lib/Math/BigInt.pm patchlevel.h
15454 !> t/op/write.t t/pod/plainer.t utils/h2xs.PL vms/vms.c
15455 !> vms/vmsish.h
15456____________________________________________________________________________
15457[ 10827] By: jhi on 2001/06/22 14:15:26
15458 Log: Subject: [PATCH perl@10800] sigaction workaround for VMS
15459 Date: Fri, 22 Jun 2001 10:08:35 -0500
15460 From: "Craig A. Berry" <craigberry@mac.com>
15461 Message-Id: <a05101001b75908704194@[192.168.56.145]>
15462 Branch: perl
15463 ! vms/vms.c vms/vmsish.h
15464____________________________________________________________________________
15465[ 10826] By: jhi on 2001/06/22 13:35:37
15466 Log: NetWare scripts tweak from Ananth Kesari.
15467 Branch: perl
15468 ! NetWare/t/NWScripts.pl
15469____________________________________________________________________________
15470[ 10825] By: jhi on 2001/06/22 13:00:55
15471 Log: Update Changes.
15472 Branch: perl
15473 ! Changes patchlevel.h
15474____________________________________________________________________________
3e2ce105
JH
15475[ 10824] By: jhi on 2001/06/22 12:46:56
15476 Log: Add .i and .s targets.
15477 Branch: perl
15478 ! Makefile.SH
15479____________________________________________________________________________
15480[ 10823] By: jhi on 2001/06/22 12:25:20
15481 Log: Upgrade to Locale::Maketext 1.03.
15482 Branch: perl
15483 ! lib/Locale/Maketext.pm lib/Locale/Maketext.pod
15484 ! lib/Locale/Maketext/ChangeLog lib/Locale/Maketext/test.pl
15485____________________________________________________________________________
15486[ 10822] By: jhi on 2001/06/22 12:23:57
15487 Log: Upgrade to I18N::LangTags 0.26.
15488 Branch: perl
15489 ! lib/I18N/LangTags.pm lib/I18N/LangTags/ChangeLog
15490 ! lib/I18N/LangTags/test.pl
15491____________________________________________________________________________
15492[ 10821] By: jhi on 2001/06/22 12:16:41
15493 Log: The #10792 didn't take, and s/sighni/signi/, as noticed by
15494 Philip Newton.
15495 Branch: perl
15496 ! lib/ExtUtils/Constant.pm lib/Locale/Maketext.pod
15497 ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
15498____________________________________________________________________________
15499[ 10820] By: jhi on 2001/06/22 12:13:37
15500 Log: Subject: [PATCH: perl@10800] trigraphs and tests for h2xs
15501 From: Prymmer/Kahn <pvhp@best.com>
15502 Date: Fri, 22 Jun 2001 00:03:24 -0700 (PDT)
15503 Message-ID: <Pine.BSF.4.21.0106212354510.6026-100000@shell8.ba.best.com>
15504 Branch: perl
15505 + lib/h2xs.t
15506 ! MANIFEST utils/h2xs.PL
15507____________________________________________________________________________
15508[ 10819] By: jhi on 2001/06/22 12:11:56
15509 Log: Subject: [PATCH: perl@10800] nmake specific cleanliness for lib/ExtUtils.t
15510 From: Prymmer/Kahn <pvhp@best.com>
15511 Date: Thu, 21 Jun 2001 23:53:27 -0700 (PDT)
15512 Message-ID: <Pine.BSF.4.21.0106212346540.6026-100000@shell8.ba.best.com>
15513 Branch: perl
15514 ! lib/ExtUtils.t
15515____________________________________________________________________________
15516[ 10818] By: jhi on 2001/06/22 12:11:08
15517 Log: Subject: [PATCH: perl@10800] clean up after t/pod/plainer.t on Win32
15518 From: Prymmer/Kahn <pvhp@best.com>
15519 Date: Thu, 21 Jun 2001 23:45:15 -0700 (PDT)
15520 Message-ID: <Pine.BSF.4.21.0106212341510.6026-100000@shell8.ba.best.com>
15521 Branch: perl
15522 ! t/pod/plainer.t
15523____________________________________________________________________________
15524[ 10817] By: jhi on 2001/06/22 12:10:05
15525 Log: AUTHORS update.
15526 Branch: perl
15527 ! AUTHORS
15528____________________________________________________________________________
15529[ 10816] By: jhi on 2001/06/22 12:08:24
15530 Log: Subject: should POSIX.xs use XSRETURN_UNDEF in sigaction?
15531 From: "Craig A. Berry" <craigberry@mac.com>
15532 Date: Thu, 21 Jun 2001 18:20:38 -0500
15533 Message-Id: <5.1.0.14.0.20010621180227.02a8e930@exchi01>
15534 Branch: perl
15535 ! ext/POSIX/POSIX.xs
15536____________________________________________________________________________
15537[ 10815] By: jhi on 2001/06/22 12:07:19
15538 Log: Subject: [PATCH perl@10765] fix Deparse.t and write.t for VMS
15539 From: "Craig A. Berry" <craigberry@mac.com>
15540 Date: Thu, 21 Jun 2001 09:58:52 -0500
15541 Message-Id: <5.1.0.14.0.20010620172532.033cdb88@exchi01>
15542 Branch: perl
15543 ! ext/B/Deparse.t t/op/write.t
15544____________________________________________________________________________
15545[ 10814] By: nick on 2001/06/22 08:13:09
15546 Log: Integrate mainline.
15547 Branch: perlio
15548 !> (integrate 46 files)
15549____________________________________________________________________________
15550[ 10813] By: jhi on 2001/06/22 02:48:58
15551 Log: Change the prefixes only if $prefix is unset,
15552 as originally patched by Marcel Grunauer.
15553 Branch: perl
15554 ! hints/darwin.sh hints/rhapsody.sh
15555____________________________________________________________________________
15556[ 10812] By: jhi on 2001/06/22 02:44:41
15557 Log: Subject: Re: Patch for hints/darwin.sh
15558 From: Wilfredo Sanchez <wsanchez@MIT.EDU>
15559 Date: Thu, 21 Jun 2001 11:23:46 -0700
15560 Message-Id: <200106211823.OAA01089@melbourne-city-street.mit.edu>
15561 Branch: perl
15562 ! hints/darwin.sh hints/rhapsody.sh
15563____________________________________________________________________________
15564[ 10811] By: jhi on 2001/06/22 02:34:27
15565 Log: Add .PHONY targets for non-file targets,
15566 from Wilfredo Sánchez. Should help saying
15567 "make install" on case-insensitive filesystems.
15568 Branch: perl
15569 ! Makefile.SH
15570____________________________________________________________________________
15571[ 10810] By: jhi on 2001/06/22 02:01:23
15572 Log: Subject: Re: Automated smoke report for patch 10764 (truncated)
15573 From: Doug MacEachern <dougm@covalent.net>
15574 Date: Thu, 21 Jun 2001 19:32:05 -0700 (PDT)
15575 Message-ID: <Pine.LNX.4.21.0106211925020.17261-100000@mako.covalent.net>
15576
15577 plus reword the getcwd() comment, plus use getcwd() buffer
15578 size minus one.
15579 Branch: perl
15580 ! util.c
15581____________________________________________________________________________
15582[ 10809] By: jhi on 2001/06/22 01:16:58
15583 Log: More gprofing from Doug MacEachern.
15584 Branch: perl
15585 ! Makefile.SH
15586____________________________________________________________________________
15587[ 10808] By: jhi on 2001/06/22 01:15:11
15588 Log: Metaconfig unit change for #10807.
15589 Branch: metaconfig/U/perl
15590 ! d_sfio.U
15591____________________________________________________________________________
15592[ 10807] By: jhi on 2001/06/22 01:14:43
15593 Log: Tell that you are removing the unneeded -lsfio.
15594 Branch: perl
15595 ! Configure
15596____________________________________________________________________________
15597[ 10806] By: jhi on 2001/06/22 01:03:14
15598 Log: More MPE/iX tweaks from Mark Bixby.
15599 Branch: perl
15600 ! perl.c t/op/magic.t
15601____________________________________________________________________________
15602[ 10805] By: jhi on 2001/06/21 22:41:11
15603 Log: The fchdir() proto is supposed to live in <unistd.h>.
15604 Branch: perl
15605 ! ext/Cwd/Cwd.xs
15606____________________________________________________________________________
15607[ 10804] By: jhi on 2001/06/21 22:24:42
15608 Log: This town is too small for the Cwd extension and me,
15609 it would seem...
15610 Branch: perl
15611 ! ext/Cwd/Cwd.xs
15612____________________________________________________________________________
15613[ 10803] By: jhi on 2001/06/21 21:54:00
15614 Log: Metaconfig unit change for #10802.
15615 Branch: metaconfig/U/perl
15616 ! d_modfl.U
15617____________________________________________________________________________
15618[ 10802] By: jhi on 2001/06/21 21:53:37
15619 Log: More d'ohs.
15620 Branch: perl
15621 ! Configure
15622____________________________________________________________________________
15623[ 10801] By: jhi on 2001/06/21 21:38:38
15624 Log: Off-by-one. I'm so classic.
15625 Branch: perl
15626 ! util.c
15627____________________________________________________________________________
15628[ 10800] By: jhi on 2001/06/21 20:10:19
15629 Log: Update Changes.
15630 Branch: perl
15631 ! Changes patchlevel.h
15632____________________________________________________________________________
62e06c62
JH
15633[ 10799] By: jhi on 2001/06/21 20:03:54
15634 Log: Subject: Documentation patch for Net::FTP
15635 From: Marcel Grunauer <marcel@codewerk.com>
15636 Date: Wed, 20 Jun 2001 23:03:26 +0200
15637 Message-Id: <20010620210309.DCMT6087.viemta06@localhost>
15638 Branch: perl
15639 ! lib/Net/FTP.pm
15640____________________________________________________________________________
15641[ 10798] By: jhi on 2001/06/21 20:01:14
15642 Log: Retract the #10417 mg.c and embed.pl parts because of
15643 strange SEGVs in 64bit x86 FreeBSD observed by
15644 Nicholas Clark.
15645 Branch: perl
15646 ! embed.pl mg.c perlapi.c pod/perlintern.pod proto.h
15647____________________________________________________________________________
15648[ 10797] By: jhi on 2001/06/21 19:40:34
15649 Log: Add fchdir() probe (in non-UNIX systems assume it doesn't exist).
15650 Branch: perl
15651 ! Configure NetWare/config.wc NetWare/config_H.wc
15652 ! Porting/Glossary Porting/config.sh Porting/config_H
15653 ! config_h.SH configure.com epoc/config.sh uconfig.h uconfig.sh
15654 ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
15655 ! vos/config.ga.h win32/config.bc win32/config.gc
15656 ! win32/config.vc win32/config_H.bc win32/config_H.gc
15657 ! win32/config_H.vc
15658____________________________________________________________________________
15659[ 10796] By: jhi on 2001/06/21 19:08:28
15660 Log: Cwd tweak from Doug MacEachern.
15661 Branch: perl
15662 ! ext/Cwd/Cwd.xs
15663____________________________________________________________________________
15664[ 10795] By: jhi on 2001/06/21 19:03:48
15665 Log: Protect the fchdir() and lstat() with ifdefs.
15666 fchdir() needs a Configure probe.
15667 Branch: perl
15668 ! ext/Cwd/Cwd.xs
15669____________________________________________________________________________
15670[ 10794] By: nick on 2001/06/21 17:11:35
15671 Log: Integrate mainline
15672 Branch: perlio
15673 +> ext/File/Glob/t/basic.t ext/File/Glob/t/case.t
15674 +> ext/File/Glob/t/global.t ext/File/Glob/t/taint.t
15675 +> lib/Attribute/Handlers/test.pl lib/File/Temp/t/mktemp.t
15676 +> lib/File/Temp/t/posix.t lib/File/Temp/t/security.t
15677 +> lib/File/Temp/t/tempfile.t lib/Getopt/Long/t/basic.t
15678 +> lib/Getopt/Long/t/compat.t lib/Getopt/Long/t/linkage.t
15679 +> lib/Getopt/Long/t/oo.t lib/Text/TabsWrap/t/fill.t
15680 +> lib/Text/TabsWrap/t/tabs.t lib/Text/TabsWrap/t/wrap.t
15681 - lib/Attribute/Handlers.t lib/File/Glob/basic.t
15682 - lib/File/Glob/case.t lib/File/Glob/global.t
15683 - lib/File/Glob/taint.t lib/File/Temp/mktemp.t
15684 - lib/File/Temp/posix.t lib/File/Temp/security.t
15685 - lib/File/Temp/tempfile.t lib/Getopt/Long/basic.t
15686 - lib/Getopt/Long/compat.t lib/Getopt/Long/linkage.t
15687 - lib/Getopt/Long/oo.t lib/Text/Tabs.t lib/Text/Wrap/fill.t
15688 - lib/Text/Wrap/wrap.t
15689 !> (integrate 41 files)
15690____________________________________________________________________________
15691[ 10793] By: jhi on 2001/06/21 17:01:26
15692 Log: Subject: [PATCH perl@10765] fix Cwd.xs for VMS
15693 From: "Craig A. Berry" <craig.berry@SignalTreeSolutions.com>
15694 Date: Thu, 21 Jun 2001 13:04:54 -0500
15695 Message-Id: <5.1.0.14.0.20010621124127.029fe120@exchi01>
15696 Branch: perl
15697 ! ext/Cwd/Cwd.xs
15698____________________________________________________________________________
15699[ 10792] By: jhi on 2001/06/21 16:13:57
15700 Log: Subject: [PATCH pod] overlong =item
15701 From: Robin Barker <rmb1@cise.npl.co.uk>
15702 Date: Thu, 21 Jun 2001 18:08:04 +0100 (BST)
15703 Message-Id: <200106211708.SAA08097@tempest.npl.co.uk>
15704 Branch: perl
15705 ! lib/ExtUtils/Constant.pm lib/Locale/Maketext.pod
15706 ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
15707____________________________________________________________________________
15708[ 10791] By: jhi on 2001/06/21 16:10:51
15709 Log: Subject: [PATCH perlio.c] format
15710 From: Robin Barker <rmb1@cise.npl.co.uk>
15711 Date: Thu, 21 Jun 2001 18:05:02 +0100 (BST)
15712 Message-Id: <200106211705.SAA08067@tempest.npl.co.uk>
15713 Branch: perl
15714 ! perlio.c
15715____________________________________________________________________________
15716[ 10790] By: jhi on 2001/06/21 15:52:04
15717 Log: Subject: Re: [PATCH 5.7.1] sv.c documentation
15718 From: Radu Greab <radu@netsoft.ro>
15719 Date: Thu, 21 Jun 2001 19:06:02 +0300
15720 Message-ID: <15154.7018.376419.295092@ix.netsoft.ro>
15721 Branch: perl
15722 ! pod/perlapi.pod sv.c
15723____________________________________________________________________________
15724[ 10789] By: jhi on 2001/06/21 14:48:25
15725 Log: The metaconfig unit changes for #10788.
15726 Branch: metaconfig/U/perl
15727 ! Cross.U fflushall.U
15728____________________________________________________________________________
15729[ 10788] By: jhi on 2001/06/21 14:47:48
15730 Log: Cross-configuration changes: make $from to rm the files
15731 before copying them over (this means that he rm can be
15732 removed from the fflushall test), create $targetmkdir
15733 (not documented in install since it is supposed to internal
15734 use only), make $run to copy over the executable only if
15735 a stamp file .xok doesn't already exist (to avoid unnecessary
15736 copying of the executable)
15737 Branch: perl
15738 ! Configure Makefile.SH
15739____________________________________________________________________________
15740[ 10787] By: nick on 2001/06/21 14:16:18
15741 Log: Integrate mainline
15742 Branch: perlio
15743 +> lib/I18N/LangTags/ChangeLog lib/I18N/LangTags/List.pm
15744 +> lib/I18N/LangTags/README lib/Locale/Maketext/ChangeLog
15745 +> lib/Locale/Maketext/README lib/Locale/Maketext/test.pl
15746 - lib/I18N/LangTags/List.pod lib/Locale/Maketext.t
15747 !> (integrate 34 files)
15748____________________________________________________________________________
15749[ 10786] By: jhi on 2001/06/21 13:59:32
15750 Log: Re-add the files as text.
15751 Branch: perl
15752 + t/lib/locale/latin1 t/lib/locale/utf8 t/lib/warnings/utf8
15753____________________________________________________________________________
15754[ 10785] By: jhi on 2001/06/21 13:57:55
15755 Log: Delete the binary files.
15756 Branch: perl
15757 - t/lib/locale/latin1 t/lib/locale/utf8 t/lib/warnings/utf8
15758____________________________________________________________________________
15759[ 10784] By: jhi on 2001/06/21 13:49:47
15760 Log: Subject: [PATCH 5.7.x] Unnecessary pod2man calls in new extensions
15761 From: Andy Dougherty <doughera@lafayette.edu>
15762 Date: Thu, 21 Jun 2001 10:44:05 -0400 (EDT)
15763 Message-ID: <Pine.SOL.4.10.10106211040180.26439-100000@maxwell.phys.lafayette.edu>
15764 Branch: perl
15765 ! ext/Digest/MD5/Makefile.PL ext/List/Util/Makefile.PL
15766 ! ext/MIME/Base64/Makefile.PL ext/PerlIO/Scalar/Makefile.PL
15767 ! ext/PerlIO/Via/Makefile.PL ext/Time/HiRes/Makefile.PL
15768 ! ext/Time/Piece/Makefile.PL ext/XS/Typemap/Makefile.PL
15769____________________________________________________________________________
15770[ 10783] By: jhi on 2001/06/21 13:46:50
15771 Log: Subject: [ID 20010621.002] UnixWare 7.1.1 and Perl-5.6.1 problems
15772 From: 0000-Admin <root@egg.karlov.mff.cuni.cz>(0000)
15773 Date: Wed, 20 Jun 2001 14:11:49 +0200 (MET DST)
15774 Message-Id: <200106201211.f5KCBnm24320@egg.karlov.mff.cuni.cz>
15775
15776 Setting umask to something friendlier.
15777 Branch: perl
15778 ! installman installperl
15779____________________________________________________________________________
15780[ 10782] By: jhi on 2001/06/21 13:42:17
15781 Log: Shuffle around tests to (ext|lib)/.../t/ subdirectories.
15782 Resort MANIFEST with sort -f, looks much better.
15783 Branch: perl
15784 + ext/File/Glob/t/basic.t ext/File/Glob/t/case.t
15785 + ext/File/Glob/t/global.t ext/File/Glob/t/taint.t
15786 + lib/Attribute/Handlers/test.pl lib/File/Temp/t/mktemp.t
15787 + lib/File/Temp/t/posix.t lib/File/Temp/t/security.t
15788 + lib/File/Temp/t/tempfile.t lib/Getopt/Long/t/basic.t
15789 + lib/Getopt/Long/t/compat.t lib/Getopt/Long/t/linkage.t
15790 + lib/Getopt/Long/t/oo.t lib/Text/TabsWrap/t/fill.t
15791 + lib/Text/TabsWrap/t/tabs.t lib/Text/TabsWrap/t/wrap.t
15792 - lib/Attribute/Handlers.t lib/File/Glob/basic.t
15793 - lib/File/Glob/case.t lib/File/Glob/global.t
15794 - lib/File/Glob/taint.t lib/File/Temp/mktemp.t
15795 - lib/File/Temp/posix.t lib/File/Temp/security.t
15796 - lib/File/Temp/tempfile.t lib/Getopt/Long/basic.t
15797 - lib/Getopt/Long/compat.t lib/Getopt/Long/linkage.t
15798 - lib/Getopt/Long/oo.t lib/Text/Tabs.t lib/Text/Wrap/fill.t
15799 - lib/Text/Wrap/wrap.t
15800 ! MANIFEST
15801____________________________________________________________________________
15802[ 10781] By: jhi on 2001/06/21 13:16:04
15803 Log: Upgrade to I18N::LangTags 0.25.
15804 Branch: perl
15805 ! lib/I18N/LangTags.pm lib/I18N/LangTags/ChangeLog
15806 ! lib/I18N/LangTags/List.pm
15807____________________________________________________________________________
15808[ 10780] By: jhi on 2001/06/21 13:12:54
15809 Log: Subject: [PATCH] Step 2: Use the new PM_GETRE/SETRE macros everywhere.
15810 From: Richard Soderberg <rs@crystalflame.net>
15811 Date: Thu, 21 Jun 2001 07:01:22 -0700 (PDT)
15812 Message-ID: <Pine.LNX.4.21.0106210657400.1693-100000@oregonnet.com>
15813 Branch: perl
15814 ! dump.c ext/B/B.xs ext/B/B/C.pm ext/ByteLoader/bytecode.h mg.c
15815 ! op.c pp.c pp_ctl.c pp_hot.c regexec.c
15816____________________________________________________________________________
15817[ 10779] By: jhi on 2001/06/21 12:59:57
15818 Log: Test obsoleted by change #10777.
15819 Branch: perl
15820 ! t/op/sub_lval.t
15821____________________________________________________________________________
15822[ 10778] By: jhi on 2001/06/21 12:52:37
15823 Log: Case of confused test numbering.
15824 Branch: perl
15825 ! t/op/pat.t
15826____________________________________________________________________________
15827[ 10777] By: jhi on 2001/06/21 12:30:57
15828 Log: Subject: Re: Opinion on undef lvalue
15829 From: Abhijit Menon-Sen <ams@wiw.org>
15830 Date: Sun, 17 Jun 2001 13:04:46 +0530
15831 Message-ID: <20010617130446.B27925@lustre.linux.in>
15832
15833 Allow lvalue subs to return undef in array context.
15834 Branch: perl
15835 ! pp_hot.c
15836____________________________________________________________________________
15837[ 10776] By: jhi on 2001/06/21 12:27:48
15838 Log: Just a guess that using the same hack for cygwin as
15839 for win32 might help.
15840 Branch: perl
15841 ! lib/File/Find/find.t
15842____________________________________________________________________________
15843[ 10775] By: jhi on 2001/06/21 12:25:58
15844 Log: NetWare tweaks from Guruprasad.
15845 Branch: perl
15846 ! NetWare/Makefile NetWare/Nwmain.c NetWare/config.wc
15847 ! NetWare/config_H.wc NetWare/nw5sck.c NetWare/nw5sck.h
15848 ! NetWare/nwperlsys.c NetWare/t/NWModify.pl
15849 ! NetWare/t/NWScripts.pl NetWare/t/Readme.txt
15850____________________________________________________________________________
15851[ 10774] By: jhi on 2001/06/21 12:21:17
15852 Log: Subject: Re: perl@10722: Bogus warnings on REs
15853 From: Hugo <hv@crypt.compulink.co.uk>
15854 Date: Thu, 21 Jun 2001 09:51:17 +0100
15855 Message-Id: <200106210851.JAA01942@crypt.compulink.co.uk>
15856
15857 Unroll to avoid a UTS compiler bug.
15858 Branch: perl
15859 ! regcomp.c
15860____________________________________________________________________________
15861[ 10773] By: jhi on 2001/06/21 12:13:13
15862 Log: Subject: Re: [PATCH] Make /o work under i?threads
15863 From: Artur Bergman <artur@contiller.se>
15864 Date: Thu, 21 Jun 2001 14:38:03 +0200
15865 Message-ID: <B757B74A.184D%artur@contiller.se>
15866 Branch: perl
15867 ! t/op/pat.t
15868____________________________________________________________________________
15869[ 10772] By: jhi on 2001/06/21 12:12:23
15870 Log: Subject: Re: [PATCH] Step 1 of moving regexps to the pad
15871 From: Artur Bergman <artur@contiller.se>
15872 Date: Thu, 21 Jun 2001 14:27:33 +0200
15873 Message-ID: <B757B4D4.1849%artur@contiller.se>
15874
15875 Plus extra parentheses.
15876 Branch: perl
15877 ! op.h
15878____________________________________________________________________________
15879[ 10771] By: jhi on 2001/06/21 12:10:29
15880 Log: Subject: [PATCH] Make /o work under i?threads
15881 From: Richard Soderberg <rs@crystalflame.net>
15882 Date: Thu, 21 Jun 2001 05:21:43 -0700 (PDT)
15883 Message-ID: <Pine.LNX.4.21.0106210518210.2479-100000@oregonnet.com>
15884 Branch: perl
15885 ! pp_ctl.c
15886____________________________________________________________________________
15887[ 10770] By: jhi on 2001/06/21 12:09:28
15888 Log: Subject: Re: [PATCH] Step 1 of moving regexps to the pad
15889 From: Artur Bergman <artur@contiller.se>
15890 Date: Thu, 21 Jun 2001 14:04:54 +0200
15891 Message-ID: <B757AF86.1842%artur@contiller.se>
15892 Branch: perl
15893 ! op.h
15894____________________________________________________________________________
15895[ 10769] By: jhi on 2001/06/21 12:08:03
15896 Log: Subject: Re: perl@10765: sv.c not OK on win32
15897 From: Artur Bergman <artur@contiller.se>
15898 Date: Thu, 21 Jun 2001 10:31:06 +0200
15899 Message-ID: <B7577D69.182C%artur@contiller.se>
15900 Branch: perl
15901 ! sv.c
15902____________________________________________________________________________
15903[ 10768] By: jhi on 2001/06/21 12:03:56
15904 Log: Subject: [PATCH 5.6.1] OS2 getpw*, getgr*
15905 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
15906 Date: Thu, 21 Jun 2001 06:23:56 -0400
15907 Message-ID: <20010621062356.A8619@math.ohio-state.edu>
15908
15909 Subject: Re: [PATCH 5.6.1] OS2 getpw*, getgr*
15910 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
15911 Date: Thu, 21 Jun 2001 06:32:21 -0400
15912 Message-ID: <20010621063221.A8823@math.ohio-state.edu>
15913 Branch: perl
15914 ! lib/File/Glob/basic.t makedef.pl os2/os2.c os2/os2ish.h
15915____________________________________________________________________________
15916[ 10767] By: jhi on 2001/06/21 12:00:07
15917 Log: Subject: [PATCH] make syslog test more verbose
15918 From: Robert Spier <rspier@pobox.com>
15919 Date: Thu, 21 Jun 2001 00:54:32 -0400
15920 Message-ID: <15153.32264.295807.333073@rls.cx>
15921 Branch: perl
15922 ! ext/Sys/Syslog/syslog.t
15923____________________________________________________________________________
15924[ 10766] By: jhi on 2001/06/20 23:27:57
15925 Log: Subject: op/study.t refinements
15926 From: Hugo <hv@crypt.compulink.co.uk>
15927 Date: Thu, 21 Jun 2001 00:29:07 +0100
15928 Message-Id: <200106202329.AAA31397@crypt.compulink.co.uk>
15929 Branch: perl
15930 ! t/op/study.t
15931____________________________________________________________________________
15932[ 10765] By: jhi on 2001/06/20 19:51:47
15933 Log: Update Changes.
15934 Branch: perl
15935 ! Changes patchlevel.h
15936____________________________________________________________________________
974c90c5
JH
15937[ 10764] By: jhi on 2001/06/20 19:00:23
15938 Log: Subject: Re: [PATCH] djgpp updates
15939 From: Laszlo Molnar <laszlo.molnar@eth.ericsson.se>
15940 Date: Wed, 20 Jun 2001 10:05:15 +0200
15941 Message-ID: <20010620100515.L5600@libra.eth.ericsson.se>
15942 Branch: perl
15943 ! djgpp/config.over
15944____________________________________________________________________________
15945[ 10763] By: jhi on 2001/06/20 18:58:06
15946 Log: Fix for ID 20010619.002 "When building hash, hash keys that
15947 are function calls are not being called", from Abhijit.
15948 Branch: perl
15949 ! t/base/lex.t toke.c
15950____________________________________________________________________________
15951[ 10762] By: jhi on 2001/06/20 18:45:00
15952 Log: Upgrade to Locale::Maketext 1.02, from Sean Burke.
15953 Branch: perl
15954 + lib/Locale/Maketext/ChangeLog lib/Locale/Maketext/README
15955 + lib/Locale/Maketext/test.pl
15956 - lib/Locale/Maketext.t
15957 ! MANIFEST lib/Locale/Maketext.pm lib/Locale/Maketext.pod
15958 ! lib/Locale/Maketext/TPJ13.pod
15959____________________________________________________________________________
15960[ 10761] By: jhi on 2001/06/20 18:44:15
15961 Log: Metaconfig unit change for #10760.
15962 Branch: metaconfig
15963 ! U/modified/Cppsym.U
15964____________________________________________________________________________
15965[ 10760] By: jhi on 2001/06/20 18:42:04
15966 Log: Do not remove the ccsym* Cppsym* files since
15967 they are useful for metaconfig units coming after us.
15968 (This is the Configure nit mentioned in #10752.)
15969 Branch: perl
15970 ! Configure
15971____________________________________________________________________________
15972[ 10759] By: jhi on 2001/06/20 18:02:18
15973 Log: Update to I18N::LangTags 0.24, from Sean Burke.
15974 Branch: perl
15975 + lib/I18N/LangTags/ChangeLog lib/I18N/LangTags/List.pm
15976 + lib/I18N/LangTags/README
15977 - lib/I18N/LangTags/List.pod
15978 ! MANIFEST lib/I18N/LangTags.pm lib/I18N/LangTags/test.pl
15979____________________________________________________________________________
15980[ 10758] By: jhi on 2001/06/20 17:34:43
15981 Log: Regen headers.
15982 Branch: perl
15983 ! embed.h embedvar.h global.sym perlapi.c perlapi.h
15984 ! pod/perlapi.pod proto.h
15985____________________________________________________________________________
15986[ 10757] By: jhi on 2001/06/20 17:23:08
15987 Log: Subject: [PATCH] Fixes case of CvDEPTH for perl_clone
15988 From: Artur Bergman <artur@contiller.se>
15989 Date: Wed, 20 Jun 2001 11:31:32 +0200
15990 Message-ID: <B7563A14.17D8%artur@contiller.se>
15991 Branch: perl
15992 ! embed.pl hv.c intrpvar.h sv.c sv.h
15993____________________________________________________________________________
15994[ 10756] By: jhi on 2001/06/20 17:13:26
15995 Log: Subject: Fix for [ID 20010124.001] POSIX::errno unreliable
15996 From: Tim Sweetman <tim@aldigital.co.uk>
15997 Date: Wed, 13 Jun 2001 14:25:17 +0100
15998 Message-ID: <3B2769BD.68B4F4B3@aldigital.co.uk>
15999 Branch: perl
16000 ! ext/POSIX/POSIX.t lib/AutoLoader.pm
16001____________________________________________________________________________
16002[ 10755] By: nick on 2001/06/20 16:12:37
16003 Log: Integrate mainline
16004 Branch: perlio
16005 !> embed.h embed.pl ext/Cwd/Cwd.xs ext/Filter/t/call.t
16006 !> ext/IO/lib/IO/Socket/INET.pm ext/IO/lib/IO/t/io_sock.t
16007 !> ext/POSIX/POSIX.xs hints/mpeix.sh lib/File/Temp/security.t
16008 !> lib/FileHandle.t mpeix/mpeixish.h mpeix/relink objXSUB.h
16009 !> perlapi.c pod/perldiag.pod pp_sys.c proto.h t/op/pwent.t
16010 !> t/op/study.t util.c
16011____________________________________________________________________________
16012[ 10754] By: gsar on 2001/06/20 15:22:27
16013 Log: missing ld entry in Config.pm on Windows (makefile.mk had it,
16014 but not Makefile)
16015 Branch: maint-5.6/perl
16016 ! win32/Makefile
16017____________________________________________________________________________
16018[ 10753] By: jhi on 2001/06/20 14:03:20
16019 Log: Security tweak on readlink().
16020 Branch: perl
16021 ! pp_sys.c
16022____________________________________________________________________________
16023[ 10752] By: jhi on 2001/06/20 14:00:23
16024 Log: MPE/iX fixes from Mark Bixby (a Configure fix is also needed.)
16025 Branch: perl
16026 ! ext/Filter/t/call.t ext/IO/lib/IO/t/io_sock.t hints/mpeix.sh
16027 ! lib/File/Temp/security.t lib/FileHandle.t mpeix/mpeixish.h
16028 ! mpeix/relink t/op/pwent.t
16029____________________________________________________________________________
16030[ 10751] By: jhi on 2001/06/20 13:57:27
16031 Log: Reinstate #10725 (with probe for alarm()).
16032 Branch: perl
16033 ! t/op/study.t
16034____________________________________________________________________________
16035[ 10750] By: jhi on 2001/06/20 13:53:46
16036 Log: Replace our implementation of realpath() with OpenBSD's
16037 (src/lib/libc/stdlib/realpath.c 1.4).
16038 Branch: perl
16039 ! embed.h embed.pl ext/Cwd/Cwd.xs objXSUB.h perlapi.c
16040 ! pod/perldiag.pod proto.h util.c
16041____________________________________________________________________________
16042[ 10749] By: jhi on 2001/06/20 13:07:49
16043 Log: Integrate perlio.
16044 Branch: perl
16045 !> perlio.c
16046____________________________________________________________________________
16047[ 10748] By: jhi on 2001/06/20 13:07:18
16048 Log: No point in going into memory-saving contortions
16049 with getcwd() since there's a danger of buffer overflow.
16050 Also make the POSIX extension to use sv_getcwd().
16051 Finally, a missed proto.h fragment.
16052 Branch: perl
16053 ! ext/POSIX/POSIX.xs proto.h util.c
16054____________________________________________________________________________
16055[ 10747] By: nick on 2001/06/20 12:38:26
16056 Log: Fix PERLIO=unix bug, while restoring maximal buffer in PerlIOBuf_unread.
16057 Branch: perlio
16058 ! perlio.c
16059____________________________________________________________________________
16060[ 10746] By: jhi on 2001/06/20 11:51:10
16061 Log: Subject: Re: Bug in IO::Socket::INET module (repeat)
16062 From: Graham Barr <gbarr@pobox.com>
16063 Date: Wed, 20 Jun 2001 11:05:49 +0100
16064 Message-ID: <20010620110549.I19188@pobox.com>
16065
16066 reported in
16067
16068 Subject: Bug in IO::Socket::INET module (repeat)
16069 From: "Harmon S. Nine" <hnine@netarx.com>
16070 Date: Tue, 19 Jun 2001 09:41:35 -0400
16071 Message-ID: <3B2F568F.8080605@netarx.com>
16072
16073 The bug was that the IO::Socket::INET constructor
16074 did not allow a 'LocalPort' of 0.
16075 Branch: perl
16076 ! ext/IO/lib/IO/Socket/INET.pm
16077____________________________________________________________________________
16078[ 10745] By: nick on 2001/06/20 08:56:39
16079 Log: Integrate mainline.
16080 Branch: perlio
16081 !> (integrate 37 files)
16082____________________________________________________________________________
16083[ 10744] By: jhi on 2001/06/20 04:54:53
16084 Log: After some reading I don't think we can blindly
16085 use systems' realpath(). Too many security problems,
16086 too many buggy implementations.
16087
16088 TODO: the realpath() emulation code in util.c doesn't
16089 seem fully operational? (readlink(), for example?)
16090 Branch: perl
16091 ! Configure Makefile.micro Porting/Glossary Porting/config.sh
16092 ! Porting/config_H config_h.SH embed.h embed.pl global.sym
16093 ! objXSUB.h perlapi.c pod/perldiag.pod pod/perltoc.pod uconfig.h
16094 ! uconfig.sh util.c vos/config.alpha.def vos/config.alpha.h
16095 ! vos/config.ga.def vos/config.ga.h win32/config_H.bc
16096 ! win32/config_H.gc win32/config_H.vc
16097____________________________________________________________________________
16098[ 10743] By: jhi on 2001/06/20 00:48:48
16099 Log: Metaconfig unit change for #10738.
16100 Branch: metaconfig
16101 ! U/compline/d_gconvert.U
16102____________________________________________________________________________
16103[ 10742] By: jhi on 2001/06/20 00:48:20
16104 Log: Integrate change #10739 from maintperl:
16105
16106 C<eval "/x$\r\n/x"> fails to compile correctly
16107 Branch: perl
16108 !> t/op/pat.t toke.c
16109____________________________________________________________________________
16110[ 10741] By: jhi on 2001/06/20 00:41:05
16111 Log: Retract #10725 (Hugo asked NOT to apply the patch)
16112 Branch: perl
16113 ! t/op/study.t
16114____________________________________________________________________________
16115[ 10740] By: jhi on 2001/06/19 23:58:25
16116 Log: The test.third results were funnily named because of the
16117 new test scheme.
16118 Branch: perl
16119 ! t/TEST
16120____________________________________________________________________________
16121[ 10739] By: gsar on 2001/06/19 23:49:15
16122 Log: C<eval "/x$\r\n/x"> fails to compile correctly
16123 Branch: maint-5.6/perl
16124 ! t/op/pat.t toke.c
16125____________________________________________________________________________
16126[ 10738] By: jhi on 2001/06/19 23:04:15
16127 Log: Subject: [ID 20010619.012] Not OK: perl v5.7.1 +DEVEL10721 +devel-10722 on alpha-dec_osf-per lio 4.0f (UNINSTALLED)
16128 From: Spider Boardman <spider@Orb.Nashua.NH.US>
16129 Date: Tue, 19 Jun 2001 19:15:40 -0400
16130 Message-Id: <200106192315.TAA18531@Orb.Nashua.NH.US>
16131
16132 The bigintpm.t #1183 failing in Tru64 (and also Cygwin)
16133 because "1e+129" being expected but "1.e+129" being returned.
16134 The culprit (at least in Tru64) is the use of gcvt().
16135 Branch: perl
16136 ! Configure
16137____________________________________________________________________________
16138[ 10737] By: jhi on 2001/06/19 22:56:52
16139 Log: Subject: [PATCH perl@10722] test hunting on VMS
16140 From: "Craig A. Berry" <craigberry@mac.com>
16141 Message-Id: <5.1.0.14.0.20010619183530.01c4bdb8@exchi01>
16142 Date: Tue, 19 Jun 2001 18:59:01 -0500
16143 Branch: perl
16144 ! vms/test.com
16145____________________________________________________________________________
16146[ 10736] By: jhi on 2001/06/19 21:32:29
16147 Log: Subject: [PATCH] s/typos//
16148 From: Abhijit Menon-Sen <ams@wiw.org>
16149 Date: Wed, 20 Jun 2001 02:15:02 +0530
16150 Message-ID: <20010620021502.A14541@lustre.linux.in>
16151
16152 Without the op.h s/bearword/bareword/ hunk, see
16153 http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/1998-02/msg00370.html
16154 Branch: perl
16155 ! util.c
16156____________________________________________________________________________
16157[ 10735] By: jhi on 2001/06/19 21:26:43
16158 Log: Metaconfig unit change for #10732 and #10733.
16159 Branch: metaconfig/U/perl
16160 ! fflushall.U
16161____________________________________________________________________________
16162[ 10734] By: jhi on 2001/06/19 21:24:41
16163 Log: Subject: [PATCH perl@10722] build ext/Socket dynamically on VMS
16164 From: "Craig A. Berry" <craigberry@mac.com>
16165 Date: Tue, 19 Jun 2001 17:19:48 -0500
16166 Message-Id: <5.1.0.14.0.20010619165650.01bd8478@exchi01>
16167 Branch: perl
16168 ! configure.com vms/descrip_mms.template
16169____________________________________________________________________________
16170[ 10733] By: jhi on 2001/06/19 19:57:44
16171 Log: Subject: [ID 20010619.011] Not OK: perl v5.7.1 +DEVEL10721 +devel-10722 on alpha-dec_osf-per lio 4.0f (UNINSTALLED)
16172 From: Spider Boardman <spider@Orb.Nashua.NH.US>
16173 Date: Tue, 19 Jun 2001 16:48:07 -0400
16174 Message-Id: <200106192048.QAA20849@Orb.Nashua.NH.US>
16175
16176 Further fixes to fflush(NULL) detection.
16177 Branch: perl
16178 ! Configure
16179____________________________________________________________________________
16180[ 10732] By: jhi on 2001/06/19 19:38:20
16181 Log: AIX test -s hangs with non-existent files?
16182 (A genuine logic bug in Configure, but AIX also broken?)
16183 Branch: perl
16184 ! Configure
16185____________________________________________________________________________
16186[ 10731] By: jhi on 2001/06/19 19:17:35
16187 Log: AUTHORS updates.
16188 Branch: perl
16189 ! AUTHORS
16190____________________________________________________________________________
16191[ 10730] By: jhi on 2001/06/19 19:03:07
16192 Log: Subject: [ID 20010619.007] Not OK: perl v5.7.1 +DEVEL10721 +devel-10722 on alpha-dec_osf-perlio 4.0f (UNINSTALLED)
16193 From: Spider Boardman <spider@Orb.Nashua.NH.US>
16194 Date: Tue, 19 Jun 2001 15:33:25 -0400
16195 Message-Id: <200106191933.PAA08415@Orb.Nashua.NH.US>
16196 Branch: perl
16197 ! ext/POSIX/POSIX.t lib/warnings.t perlio.c t/lib/1_compile.t
16198 ! t/lib/warnings/pp
16199____________________________________________________________________________
16200[ 10729] By: jhi on 2001/06/19 18:34:10
16201 Log: Integrate perlio.
16202 Branch: perl
16203 !> lib/File/Find/find.t win32/distclean.bat
16204____________________________________________________________________________
16205[ 10728] By: nick on 2001/06/19 18:24:53
16206 Log: Hack File/Find/find.t to use File::Spec::Unix on Win32.
16207 Branch: perlio
16208 ! lib/File/Find/find.t win32/distclean.bat
16209____________________________________________________________________________
16210[ 10727] By: jhi on 2001/06/19 18:07:31
16211 Log: Furthwer tweak the fdopen() spot as suggseted by Jeff Pinyan;
16212 also add information how to find out whether one has PerlIO.
16213 Branch: perl
16214 ! pod/perlfunc.pod
16215____________________________________________________________________________
16216[ 10726] By: jhi on 2001/06/19 17:59:30
16217 Log: Subject: [ID 20010619.005] two typos in pod/perlfunc.pod
16218 From: Jeffrey Friedl <jfriedl@yahoo-inc.com>
16219 Date: Tue, 19 Jun 2001 11:36:32 -0700 (PDT)
16220 Message-Id: <200106191836.LAA21471@ventrue.corp.yahoo.com>
16221 Branch: perl
16222 ! pod/perlfunc.pod
16223____________________________________________________________________________
16224[ 10725] By: jhi on 2001/06/19 17:28:30
16225 Log: Subject: Re: [ID 20010618.006] some end-anchored regexps hang when using study
16226 From: Hugo <hv@crypt.compulink.co.uk>
16227 Date: Tue, 19 Jun 2001 12:37:30 +0100
16228 Message-Id: <200106191137.MAA15185@crypt.compulink.co.uk>
16229 Branch: perl
16230 ! t/op/study.t
16231____________________________________________________________________________
16232[ 10724] By: jhi on 2001/06/19 17:22:20
16233 Log: Subject: Re: [ID 20010618.006] some end-anchored regexps hang when using study
16234 From: Hugo <hv@crypt.compulink.co.uk>
16235 Message-Id: <200106191215.NAA17691@crypt.compulink.co.uk>
16236 Date: Tue, 19 Jun 2001 13:15:17 +0100
16237 Branch: perl
16238 ! util.c
16239____________________________________________________________________________
16240[ 10723] By: nick on 2001/06/19 14:46:15
16241 Log: Integrate mainline
16242 Branch: perlio
16243 +> ext/IPC/SysV/ipcsysv.t ext/Thread/create.tx ext/Thread/die.tx
16244 +> ext/Thread/die2.tx ext/Thread/io.tx ext/Thread/join.tx
16245 +> ext/Thread/join2.tx ext/Thread/list.tx ext/Thread/lock.tx
16246 +> ext/Thread/queue.tx ext/Thread/specific.tx ext/Thread/sync.tx
16247 +> ext/Thread/sync2.tx ext/Thread/unsync.tx ext/Thread/unsync2.tx
16248 +> ext/Thread/unsync3.tx ext/Thread/unsync4.tx
16249 - ext/Thread/create.t ext/Thread/die.t ext/Thread/die2.t
16250 - ext/Thread/io.t ext/Thread/join.t ext/Thread/join2.t
16251 - ext/Thread/list.t ext/Thread/lock.t ext/Thread/queue.t
16252 - ext/Thread/specific.t ext/Thread/sync.t ext/Thread/sync2.t
16253 - ext/Thread/unsync.t ext/Thread/unsync2.t ext/Thread/unsync3.t
16254 - ext/Thread/unsync4.t
16255 !> Changes MANIFEST NetWare/Makefile NetWare/config.wc
16256 !> djgpp/config.over djgpp/fixpmain
16257 !> ext/DynaLoader/DynaLoader_pm.PL ext/IPC/SysV/t/msg.t
16258 !> ext/IPC/SysV/t/sem.t handy.h hv.c lib/ExtUtils/MM_Unix.pm
16259 !> patchlevel.h perl.h utils/libnetcfg.PL win32/Makefile
16260____________________________________________________________________________
16261[ 10722] By: jhi on 2001/06/19 11:55:30
16262 Log: Update Changes.
16263 Branch: perl
16264 ! Changes patchlevel.h
16265____________________________________________________________________________
63b3d4d8
JH
16266[ 10721] By: jhi on 2001/06/19 11:29:34
16267 Log: The existence shall be MANIFESted.
16268 Branch: perl
16269 ! MANIFEST
16270____________________________________________________________________________
16271[ 10720] By: jhi on 2001/06/19 10:58:09
16272 Log: The old libnet.cfg is first searched from the current directory,
16273 only then from the module path.
16274 Branch: perl
16275 ! utils/libnetcfg.PL
16276____________________________________________________________________________
16277[ 10719] By: jhi on 2001/06/19 10:55:59
16278 Log: NetWare tweaks from Guruprasad.
16279 Branch: perl
16280 ! NetWare/Makefile NetWare/config.wc
16281____________________________________________________________________________
16282[ 10718] By: jhi on 2001/06/19 10:54:22
16283 Log: Subject: [PATCH] djgpp updates
16284 From: Laszlo Molnar <laszlo.molnar@eth.ericsson.se>
16285 Date: Tue, 19 Jun 2001 10:59:06 +0200
16286 Message-ID: <20010619105906.C5600@libra.eth.ericsson.se>
16287 Branch: perl
16288 ! djgpp/config.over djgpp/fixpmain
16289____________________________________________________________________________
16290[ 10717] By: jhi on 2001/06/19 10:53:20
16291 Log: Subject: [PATCH: perl@10689]let MS VC 5 resolve _PerlIO_win32
16292 From: Prymmer/Kahn <pvhp@best.com>
16293 Date: Mon, 18 Jun 2001 23:48:52 -0700 (PDT)
16294 Message-ID: <Pine.BSF.4.21.0106182345100.17670-100000@shell8.ba.best.com>
16295 Branch: perl
16296 ! win32/Makefile
16297____________________________________________________________________________
16298[ 10716] By: jhi on 2001/06/19 10:52:25
16299 Log: The INT32_MIN_BROKEN and INT64_MIN_BROKEN tweaks needs
16300 to happen right after the inclusion of <inttypes.h>,
16301 from Edward Moy.
16302 Branch: perl
16303 ! handy.h perl.h
16304____________________________________________________________________________
16305[ 10715] By: jhi on 2001/06/19 10:49:21
16306 Log: Subject: [patch] preserve @DynaLoader::dl_{librefs,modules}
16307 From: Doug MacEachern <dougm@covalent.net>
16308 Date: Mon, 18 Jun 2001 22:13:38 -0700 (PDT)
16309 Message-ID: <Pine.LNX.4.21.0106182210570.22114-100000@mako.covalent.net>
16310 Branch: perl
16311 ! ext/DynaLoader/DynaLoader_pm.PL
16312____________________________________________________________________________
16313[ 10714] By: jhi on 2001/06/19 10:48:19
16314 Log: Revert #10656 for perfomance reasons but leave in the
16315 use of Hv*() macros -- in comments, so that grepping the
16316 source is easier, from Abhijit. (Also add the ENV_HV_NAME speedup
16317 suggested by Sarathy, also by Abhijit.)
16318 Branch: perl
16319 ! hv.c
16320____________________________________________________________________________
16321[ 10713] By: jhi on 2001/06/19 10:46:08
16322 Log: Subject: [patch] .s MakeMaker suffix
16323 From: Doug MacEachern <dougm@covalent.net>
16324 Date: Mon, 18 Jun 2001 21:23:11 -0700 (PDT)
16325 Message-ID: <Pine.LNX.4.21.0106182120250.22114-100000@mako.covalent.net>
16326 Branch: perl
16327 ! lib/ExtUtils/MM_Unix.pm
16328____________________________________________________________________________
16329[ 10712] By: jhi on 2001/06/19 10:34:35
16330 Log: One test lost in the big shuffle restored.
16331 Branch: perl
16332 + ext/IPC/SysV/ipcsysv.t
16333 ! MANIFEST ext/IPC/SysV/t/msg.t ext/IPC/SysV/t/sem.t
16334____________________________________________________________________________
16335[ 10711] By: jhi on 2001/06/19 10:25:46
16336 Log: Rename the old non-standard threads tests so that
16337 they won't be invoked.
16338 Branch: perl
16339 + ext/Thread/create.tx ext/Thread/die.tx ext/Thread/die2.tx
16340 + ext/Thread/io.tx ext/Thread/join.tx ext/Thread/join2.tx
16341 + ext/Thread/list.tx ext/Thread/lock.tx ext/Thread/queue.tx
16342 + ext/Thread/specific.tx ext/Thread/sync.tx ext/Thread/sync2.tx
16343 + ext/Thread/unsync.tx ext/Thread/unsync2.tx
16344 + ext/Thread/unsync3.tx ext/Thread/unsync4.tx
16345 - ext/Thread/create.t ext/Thread/die.t ext/Thread/die2.t
16346 - ext/Thread/io.t ext/Thread/join.t ext/Thread/join2.t
16347 - ext/Thread/list.t ext/Thread/lock.t ext/Thread/queue.t
16348 - ext/Thread/specific.t ext/Thread/sync.t ext/Thread/sync2.t
16349 - ext/Thread/unsync.t ext/Thread/unsync2.t ext/Thread/unsync3.t
16350 - ext/Thread/unsync4.t
16351 ! MANIFEST
16352____________________________________________________________________________
16353[ 10710] By: jhi on 2001/06/19 10:18:41
16354 Log: Integrate perlio.
16355 Branch: perl
16356 !> win32/config_sh.PL
16357____________________________________________________________________________
16358[ 10709] By: nick on 2001/06/19 08:18:18
16359 Log: Integrate mainline
16360 Branch: perlio
16361 +> (branch 40 files)
16362 - lib/locale/latin1 lib/locale/utf8 lib/strict/refs
16363 - lib/strict/subs lib/strict/vars lib/warnings/1global
16364 - lib/warnings/2use lib/warnings/3both lib/warnings/4lint
16365 - lib/warnings/5nolint lib/warnings/6default lib/warnings/7fatal
16366 - lib/warnings/8signal lib/warnings/9enabled lib/warnings/av
16367 - lib/warnings/doio lib/warnings/doop lib/warnings/gv
16368 - lib/warnings/hv lib/warnings/malloc lib/warnings/mg
16369 - lib/warnings/op lib/warnings/perl lib/warnings/perlio
16370 - lib/warnings/perly lib/warnings/pp lib/warnings/pp_ctl
16371 - lib/warnings/pp_hot lib/warnings/pp_sys lib/warnings/regcomp
16372 - lib/warnings/regexec lib/warnings/run lib/warnings/sv
16373 - lib/warnings/taint lib/warnings/toke lib/warnings/universal
16374 - lib/warnings/utf8 lib/warnings/util
16375 !> (integrate 57 files)
16376____________________________________________________________________________
16377[ 10708] By: nick on 2001/06/19 07:57:10
16378 Log: Get Win32 known_extensions and extensions right in config.sh and hence Config.pm
16379 Branch: perlio
16380 ! win32/config_sh.PL
16381____________________________________________________________________________
16382[ 10707] By: nick on 2001/06/19 07:05:07
16383 Log: Perly.y and related file fixes to keep mainframe yacc (and bison) happy.
16384 Branch: perl
16385 ! perly.c perly.y perly_c.diff vms/perly_c.vms
16386____________________________________________________________________________
16387[ 10706] By: jhi on 2001/06/19 02:58:26
16388 Log: More perl572delta tweaks.
16389 Branch: perl
16390 ! pod/perl572delta.pod
16391____________________________________________________________________________
16392[ 10705] By: jhi on 2001/06/19 01:53:40
16393 Log: Update perl572delta.
16394 Branch: perl
16395 ! pod/perl572delta.pod
16396____________________________________________________________________________
16397[ 10704] By: jhi on 2001/06/19 01:28:40
16398 Log: VOS updates from Paul Green.
16399 Branch: perl
16400 ! vos/Changes vos/build.cm vos/perl.bind
16401____________________________________________________________________________
16402[ 10703] By: jhi on 2001/06/19 01:03:53
16403 Log: Update the vos/config.*.* files.
16404 Branch: perl
16405 ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
16406 ! vos/config.ga.h
16407____________________________________________________________________________
16408[ 10702] By: jhi on 2001/06/19 01:03:32
16409 Log: Add a makefile for more painless adding of symbols to the
16410 VOS headers while in UNIX (in VOS the vos/configure_perl.cm
16411 takes care of the adding)
16412 Branch: perl
16413 + vos/Makefile
16414____________________________________________________________________________
16415[ 10701] By: jhi on 2001/06/19 00:51:44
16416 Log: Make libnetcfg by default display the libnet configuration,
16417 -c to change, add -i for old config, document all options,
16418 regen toc.
16419 Branch: perl
16420 ! pod/perltoc.pod pod/perlutil.pod utils/libnetcfg.PL
16421____________________________________________________________________________
16422[ 10700] By: jhi on 2001/06/18 23:45:12
16423 Log: gcc -Wall sweep.
16424 Branch: perl
16425 ! ext/IO/IO.xs ext/Time/Piece/Piece.xs
16426____________________________________________________________________________
16427[ 10699] By: jhi on 2001/06/18 23:19:53
16428 Log: So there.
16429 Branch: perl
16430 ! universal.c
16431____________________________________________________________________________
16432[ 10698] By: jhi on 2001/06/18 23:10:22
16433 Log: Document the need for sv_printify().
16434
16435 Document that 'use utf8' has been considered.
16436
16437 (An unfinished, gcc 3.0 -Wall nit fix also slipped in, gack.)
16438 Branch: perl
16439 ! pod/perltodo.pod universal.c
16440____________________________________________________________________________
16441[ 10697] By: jhi on 2001/06/18 22:50:53
16442 Log: Subject: Re: [PATCH] Re: [PATCH] Re: perl@10611
16443 From: Nicholas Clark <nick@ccl4.org>
16444 Date: Mon, 18 Jun 2001 23:29:23 +0100
16445 Message-ID: <20010618232923.I98663@plum.flirble.org>
16446 Branch: perl
16447 ! ext/POSIX/Makefile.PL ext/Socket/Makefile.PL
16448 ! ext/Sys/Syslog/Makefile.PL
16449____________________________________________________________________________
16450[ 10696] By: jhi on 2001/06/18 22:39:32
16451 Log: Subject: [PATCH: 5.6.1] perl5db.pl v1.07 + docs
16452 From: Scott.L.Miller@Compaq.com
16453 Date: Mon, 18 Jun 2001 10:12:27 -0500
16454 Message-ID: <86256A6F.00538A54.00@omacmta01.custom-edge.com>
16455 Branch: perl
16456 ! lib/perl5db.pl pod/perldebug.pod
16457____________________________________________________________________________
16458[ 10695] By: jhi on 2001/06/18 22:35:13
16459 Log: Subject: [PATCH lib/Carp/Heavy.pm] malformed POSIX negation
16460 From: "Jeff 'japhy' Pinyan" <jeffp@crusoe.net>
16461 Date: Mon, 18 Jun 2001 16:52:24 -0400 (EDT)
16462 Message-ID: <Pine.GSO.4.21.0106181650590.17386-100000@crusoe.crusoe.net>
16463 Branch: perl
16464 ! lib/Carp/Heavy.pm
16465____________________________________________________________________________
16466[ 10694] By: jhi on 2001/06/18 22:34:06
16467 Log: Subject: [PATCH] Documentation changes for CLONE
16468 From: Artur Bergman <artur@contiller.se>
16469 Date: Mon, 18 Jun 2001 22:06:37 +0200
16470 Message-ID: <B7542BEC.1719%artur@contiller.se>
16471 Branch: perl
16472 ! pod/perlmod.pod pod/perlsub.pod
16473____________________________________________________________________________
16474[ 10693] By: jhi on 2001/06/18 22:31:38
16475 Log: Subject: Re: configure.com
16476 From: "Craig A. Berry" <craigberry@mac.com>
16477 Date: Mon, 18 Jun 2001 16:04:38 -0500
16478 Message-Id: <5.1.0.14.0.20010618154549.0318c090@mail.mac.com>
16479 Branch: perl
16480 ! configure.com
16481____________________________________________________________________________
16482[ 10692] By: jhi on 2001/06/18 22:30:43
16483 Log: Subject: PL_nullstash + perl_clone()
16484 From: Doug MacEachern <dougm@covalent.net>
16485 Date: Mon, 18 Jun 2001 16:24:22 -0700 (PDT)
16486 Message-ID: <Pine.LNX.4.21.0106181621040.11974-100000@mako.covalent.net>
16487 Branch: perl
16488 ! sv.c
16489____________________________________________________________________________
16490[ 10691] By: jhi on 2001/06/18 22:26:20
16491 Log: Subject: Re: [PATCH 5.7.1] sv.c documentation
16492 From: davem@fdgroup.co.uk
16493 Date: Mon, 18 Jun 2001 21:29:45 +0100 (BST)
16494 Message-Id: <200106182029.VAA06503@gizmo.fdgroup.co.uk>
16495 Branch: perl
16496 ! embed.pl pod/perlapi.pod
16497____________________________________________________________________________
16498[ 10690] By: jhi on 2001/06/18 22:17:05
16499 Log: More cross-compilation defaults gleaned from -Dcc
16500 if it is CPU-OS-gcc.
16501 Branch: metaconfig
16502 ! U/modified/libc.U
16503 Branch: metaconfig/U/perl
16504 ! Cross.U
16505 Branch: perl
16506 ! Configure INSTALL
16507____________________________________________________________________________
16508[ 10689] By: jhi on 2001/06/18 13:59:47
16509 Log: Update Changes.
16510 Branch: perl
16511 ! Changes patchlevel.h
16512____________________________________________________________________________
d53fedae
JH
16513[ 10688] By: jhi on 2001/06/18 13:44:18
16514 Log: Subject: [PATCH 5.7.1] sv.c documentation
16515 From: davem@fdgroup.co.uk
16516 Date: Mon, 18 Jun 2001 00:47:52 +0100 (BST)
16517 Message-Id: <200106172347.AAA05475@gizmo.fdgroup.co.uk>
16518 Branch: perl
16519 ! embed.pl pod/perlapi.pod pod/perlguts.pod pod/perlintern.pod
16520 ! sv.c sv.h
16521____________________________________________________________________________
16522[ 10687] By: jhi on 2001/06/18 13:38:03
16523 Log: Subject: [PATCH bleadperl DOC] $@ Clarification in pod/perlvar.pod
16524 From: "Jon Gunnip" <jongunnip@hotmail.com>
16525 Date: Sun, 17 Jun 2001 18:24:29 -0400
16526 Message-ID: <F136EXUIEAOeIiGXix40000e3a7@hotmail.com>
16527 Branch: perl
16528 ! pod/perlvar.pod
16529____________________________________________________________________________
16530[ 10686] By: jhi on 2001/06/18 13:32:13
16531 Log: Move the locale/strict/warnings helper files back
16532 under the t/lib; this way the amount of non-installabled
16533 stuff under lib/ stays smaller.
16534 Branch: perl
16535 + t/lib/locale/latin1 t/lib/locale/utf8 t/lib/strict/refs
16536 + t/lib/strict/subs t/lib/strict/vars t/lib/warnings/1global
16537 + t/lib/warnings/2use t/lib/warnings/3both t/lib/warnings/4lint
16538 + t/lib/warnings/5nolint t/lib/warnings/6default
16539 + t/lib/warnings/7fatal t/lib/warnings/8signal
16540 + t/lib/warnings/9enabled t/lib/warnings/av t/lib/warnings/doio
16541 + t/lib/warnings/doop t/lib/warnings/gv t/lib/warnings/hv
16542 + t/lib/warnings/malloc t/lib/warnings/mg t/lib/warnings/op
16543 + t/lib/warnings/perl t/lib/warnings/perlio t/lib/warnings/perly
16544 + t/lib/warnings/pp t/lib/warnings/pp_ctl t/lib/warnings/pp_hot
16545 + t/lib/warnings/pp_sys t/lib/warnings/regcomp
16546 + t/lib/warnings/regexec t/lib/warnings/run t/lib/warnings/sv
16547 + t/lib/warnings/taint t/lib/warnings/toke
16548 + t/lib/warnings/universal t/lib/warnings/utf8
16549 + t/lib/warnings/util
16550 - lib/locale/latin1 lib/locale/utf8 lib/strict/refs
16551 - lib/strict/subs lib/strict/vars lib/warnings/1global
16552 - lib/warnings/2use lib/warnings/3both lib/warnings/4lint
16553 - lib/warnings/5nolint lib/warnings/6default lib/warnings/7fatal
16554 - lib/warnings/8signal lib/warnings/9enabled lib/warnings/av
16555 - lib/warnings/doio lib/warnings/doop lib/warnings/gv
16556 - lib/warnings/hv lib/warnings/malloc lib/warnings/mg
16557 - lib/warnings/op lib/warnings/perl lib/warnings/perlio
16558 - lib/warnings/perly lib/warnings/pp lib/warnings/pp_ctl
16559 - lib/warnings/pp_hot lib/warnings/pp_sys lib/warnings/regcomp
16560 - lib/warnings/regexec lib/warnings/run lib/warnings/sv
16561 - lib/warnings/taint lib/warnings/toke lib/warnings/universal
16562 - lib/warnings/utf8 lib/warnings/util
16563 ! MANIFEST installperl lib/locale.t lib/strict.t
16564____________________________________________________________________________
16565[ 10685] By: jhi on 2001/06/18 13:11:49
16566 Log: Split off the pack/unpack code, from Nicholas Clark.
16567 Branch: perl
16568 + pp_pack.c
16569 ! MANIFEST Makefile.SH Makefile.micro cflags.SH embed.h embed.pl
16570 ! objXSUB.h perlapi.c pod/perlhack.pod pp.c proto.h
16571 ! vms/descrip_mms.template win32/Makefile win32/makefile.mk
16572____________________________________________________________________________
16573[ 10684] By: jhi on 2001/06/18 12:25:55
16574 Log: Guard the SysV IPC tests against being invoked in
16575 SysV-IPC-less places.
16576 Branch: perl
16577 ! ext/IPC/SysV/t/msg.t ext/IPC/SysV/t/sem.t
16578____________________________________________________________________________
16579[ 10683] By: nick on 2001/06/18 12:24:42
16580 Log: Integrate mainline (new test scheme now ok on Linux).
16581 Branch: perlio
16582 +> lib/warnings.t
16583 !> dump.c sv.c
16584____________________________________________________________________________
16585[ 10682] By: jhi on 2001/06/18 12:20:50
16586 Log: Add the locale.c and numeric.c to the microperl sources.
16587 Branch: perl
16588 ! Makefile.micro win32/Makefile
16589____________________________________________________________________________
16590[ 10681] By: jhi on 2001/06/18 11:57:45
16591 Log: Subject: [PATCH dump.c] FLAGS = (...,OUR,TYPED,...)
16592 From: Abhijit Menon-Sen <ams@wiw.org>
16593 Date: Mon, 18 Jun 2001 14:23:44 +0530
16594 Message-ID: <20010618142344.A13136@lustre.linux.in>
16595 Branch: perl
16596 ! dump.c
16597____________________________________________________________________________
16598[ 10680] By: jhi on 2001/06/18 11:56:12
16599 Log: Subject: Re: [PATCH] more anonymous stash cleanups
16600 From: Abhijit Menon-Sen <ams@wiw.org>
16601 Date: Mon, 18 Jun 2001 15:50:32 +0530
16602 Message-ID: <20010618155032.A13223@lustre.linux.in>
16603
16604 Plus the comment left in as suggested by NI-S.
16605 Branch: perl
16606 ! sv.c
16607____________________________________________________________________________
16608[ 10679] By: jhi on 2001/06/18 11:49:27
16609 Log: One missed file.
16610 Branch: perl
16611 + lib/warnings.t
16612____________________________________________________________________________
16613[ 10678] By: nick on 2001/06/18 08:05:29
16614 Log: Integrate mainline (part2 - the deletes)
16615 Branch: perlio
16616 - lib/Text/Abbrev/t/abbrev.t t/lib/anydbm.t t/lib/b-stash.t
16617 - t/lib/bigfltpm.t t/lib/bigintpm.t t/lib/cwd.t t/lib/db-btree.t
16618 - t/lib/db-hash.t t/lib/db-recno.t t/lib/extutils.t
16619 - t/lib/filefind.t t/lib/filehand.t t/lib/filter-util.t
16620 - t/lib/findtaint.t t/lib/ftmp-security.t t/lib/gdbm.t
16621 - t/lib/glob-basic.t t/lib/glob-case.t t/lib/io_dup.t
16622 - t/lib/io_poll.t t/lib/io_sel.t t/lib/io_taint.t t/lib/mbimbf.t
16623 - t/lib/ndbm.t t/lib/net-hostent.t t/lib/odbm.t t/lib/open2.t
16624 - t/lib/open3.t t/lib/posix.t t/lib/sdbm.t t/lib/sigaction.t
16625 - t/lib/syslfs.t t/pragma/locale.t t/pragma/strict.t
16626 - t/pragma/subs.t t/pragma/warn/mg t/pragma/warnings.t
16627____________________________________________________________________________
16628[ 10677] By: nick on 2001/06/18 08:04:44
16629 Log: Integrate mainline (part1)
16630 Branch: perlio
16631 +> (branch 376 files)
16632 - (delete 219 files)
16633 !> (integrate 151 files)
16634____________________________________________________________________________
16635[ 10676] By: jhi on 2001/06/18 04:17:15
16636 Log: The Grand Trek: move the *.t files from t/ to lib/ and ext/.
16637 No doubt I made some mistakes like missed some files or
16638 misnamed some files. The naming rules were more or less:
16639 (1) if the module is from CPAN, follows its ways, be it
16640 t/*.t or test.pl.
16641 (2) otherwise if there are multiple tests for a module
16642 put them in a t/
16643 (3) otherwise if there's only one test put it in Module.t
16644 (4) helper files go to module/ (locale, strict, warnings)
16645 (5) use longer filenames now that we can (but e.g. the
16646 compat-0.6.t and the Text::Balanced test files still
16647 were renamed to be more civil against the 8.3 people)
16648 installperl was updated appropriately not to install the
16649 *.t files or the help files from under lib.
16650
16651 TODO: some helper files still remain under t/ that could
16652 follow their 'masters'. UPDATE: On second thoughts, why
16653 should they. They can continue to live under t/lib, and
16654 in fact the locale/strict/warnings helpers that were moved
16655 could be moved back. This way the amount of non-installable
16656 stuff under lib/ stays smaller.
16657 Branch: perl
16658 + (add 253 files)
16659 - (delete 254 files)
16660 ! MANIFEST installperl lib/Test/Harness.pm t/TEST t/harness
16661____________________________________________________________________________
16662[ 10675] By: jhi on 2001/06/18 03:15:02
16663 Log: The warning no more comes from util.c, it comes from numeric.c.
16664 Branch: perl
16665 ! README.tru64
16666____________________________________________________________________________
16667[ 10674] By: jhi on 2001/06/18 00:56:22
16668 Log: Subject: Re: anyone good at casting spells?
16669 From: Spider Boardman <spider@Orb.Nashua.NH.US>
16670 Date: Sun, 17 Jun 2001 21:21:04 -0400
16671 Message-Id: <200106180121.VAA10195@Orb.Nashua.NH.US>
16672 Branch: perl
16673 ! ext/POSIX/POSIX.xs hv.h
16674____________________________________________________________________________
16675[ 10673] By: jhi on 2001/06/17 22:24:53
16676 Log: Protect the (original) thread tests against testing if no 5.005
16677 threads have been configured.
16678 Branch: perl
16679 ! ext/Thread/create.t ext/Thread/die.t ext/Thread/die2.t
16680 ! ext/Thread/io.t ext/Thread/join.t ext/Thread/join2.t
16681 ! ext/Thread/list.t ext/Thread/lock.t ext/Thread/queue.t
16682 ! ext/Thread/specific.t ext/Thread/sync.t ext/Thread/sync2.t
16683 ! ext/Thread/unsync.t ext/Thread/unsync2.t ext/Thread/unsync3.t
16684 ! ext/Thread/unsync4.t
16685____________________________________________________________________________
16686[ 10672] By: jhi on 2001/06/17 22:09:28
16687 Log: Try the new test scanning scheme on Text::Abbrev.
16688 Branch: perl
16689 + lib/Text/Abbrev.t
16690 - lib/Text/Abbrev/t/abbrev.t
16691 ! MANIFEST
16692____________________________________________________________________________
16693[ 10671] By: jhi on 2001/06/17 22:07:08
16694 Log: Change the scan policy of the *.t and test.pl files,
16695 now the *.t do not need to live in a t/ directory.
16696 Branch: perl
16697 ! t/TEST t/harness
16698____________________________________________________________________________
16699[ 10670] By: jhi on 2001/06/17 20:32:35
16700 Log: Subject: [PATCH perlfaq7.pod] fix dangling L<perlobj/"WARNING">
16701 From: Ilmari Karonen <iltzu@sci.fi>
16702 Date: Mon, 18 Jun 2001 00:30:21 +0300 (EET DST)
16703 Message-ID: <Pine.SOL.3.96.1010618002009.6629A-100000@simpukka>
16704 Branch: perl
16705 ! pod/perlfaq7.pod
16706____________________________________________________________________________
16707[ 10669] By: jhi on 2001/06/17 20:30:22
16708 Log: Quench the warnings from Tru64; the HP-UX is still
16709 broken because it really, REALLY, doesn't like the
16710 HvARRAY() being lvalue:
16711
16712 cc: "hv.c", line 192: warning 524: Cast (non-lvalue) appears on left-hand side of assignment.
16713 cc: "hv.c", line 192: error 1549: Modifiable lvalue required for assignment operator.
16714 Branch: perl
16715 ! hv.c
16716____________________________________________________________________________
16717[ 10668] By: jhi on 2001/06/17 19:13:24
16718 Log: Integrate change #10667 from maintperl:
16719
16720 change#10449 broke the special-case that makes lexicals inside the
16721 eval"" within DB::DB() visible
16722 Branch: perl
16723 !> op.c
16724____________________________________________________________________________
16725[ 10667] By: gsar on 2001/06/17 19:08:27
16726 Log: change#10449 broke the special-case that makes lexicals inside the
16727 eval"" within DB::DB() visible
16728 Branch: maint-5.6/perl
16729 ! op.c
16730____________________________________________________________________________
16731[ 10666] By: jhi on 2001/06/17 17:50:07
16732 Log: Still spurious output; indent the code a bit.
16733
16734 TODO1: separate the utility functions like MkDir
16735 into a helper script?
16736
16737 TODO2: I see a lot of repetition in the filepath()
16738 and dirpath() calls.
16739 Branch: perl
16740 ! t/lib/filefind.t t/lib/findtaint.t
16741____________________________________________________________________________
16742[ 10665] By: jhi on 2001/06/17 16:59:42
16743 Log: Regen modlib, toc.
16744 Branch: perl
16745 ! pod/perlmodlib.pod pod/perltoc.pod
16746____________________________________________________________________________
16747[ 10664] By: jhi on 2001/06/17 16:55:28
16748 Log: Add libnetcfg to perlutil.
16749 Branch: perl
16750 ! pod/perlutil.pod
16751____________________________________________________________________________
16752[ 10663] By: jhi on 2001/06/17 16:53:29
16753 Log: Initial integration of libnet-1.0703.
16754 The Configure script renamed as libnetcfg, will be
16755 installed along other utilities.
16756 Branch: perl
16757 + lib/Net/ChangeLog.libnet lib/Net/Cmd.pm lib/Net/Config.eg
16758 + lib/Net/Config.pm lib/Net/Domain.pm lib/Net/DummyInetd.pm
16759 + lib/Net/FTP.pm lib/Net/FTP/A.pm lib/Net/FTP/E.pm
16760 + lib/Net/FTP/I.pm lib/Net/FTP/L.pm lib/Net/FTP/dataconn.pm
16761 + lib/Net/Hostname.eg lib/Net/NNTP.pm lib/Net/Netrc.pm
16762 + lib/Net/PH.pm lib/Net/POP3.pm lib/Net/README.config
16763 + lib/Net/README.libnet lib/Net/SMTP.pm lib/Net/SNPP.pm
16764 + lib/Net/Time.pm lib/Net/demos/ftp lib/Net/demos/inetd
16765 + lib/Net/demos/nntp lib/Net/demos/nntp.mirror
16766 + lib/Net/demos/pop3 lib/Net/demos/smtp.self lib/Net/demos/snpp
16767 + lib/Net/demos/time lib/Net/libnet.ppd lib/Net/libnetFAQ.pod
16768 + lib/Net/t/ftp.t lib/Net/t/hostname.t lib/Net/t/nntp.t
16769 + lib/Net/t/ph.t lib/Net/t/require.t lib/Net/t/smtp.t
16770 + utils/libnetcfg.PL
16771 ! MANIFEST utils.lst utils/Makefile
16772____________________________________________________________________________
16773[ 10662] By: jhi on 2001/06/17 15:37:32
16774 Log: Less potentially test-harness-confusing output.
16775 Branch: perl
16776 ! lib/Memoize/t/expire_module_t.t
16777____________________________________________________________________________
16778[ 10661] By: jhi on 2001/06/17 15:31:04
16779 Log: The final print annoys make test.
16780 Branch: perl
16781 ! t/lib/filefind.t t/lib/findtaint.t
16782____________________________________________________________________________
16783[ 10660] By: jhi on 2001/06/17 14:00:21
16784 Log: Add an option for handling dangling symbolic links.
16785 Branch: perl
16786 ! lib/File/Find.pm t/lib/filefind.t
16787____________________________________________________________________________
16788[ 10659] By: jhi on 2001/06/17 13:45:48
16789 Log: Subject: Re: [MacPerl-Porters] Re: [PATCH] File::Find for bleadperl, Mac OS etc.
16790 From: Thomas Wegner <wegner_thomas@yahoo.com>
16791 Date: Sun, 17 Jun 2001 14:43:11 +0200
16792 Message-Id: <p04320400b751fb74714a@[149.225.10.45]>
16793 Branch: perl
16794 + t/lib/findtaint.t
16795 ! MANIFEST lib/File/Find.pm t/lib/filefind.t
16796____________________________________________________________________________
16797[ 10658] By: jhi on 2001/06/17 13:13:25
16798 Log: Subject: [PATCH ExtUtils/MM_Unix.pm perl@10654] Remove tmon.out in make clean
16799 From: Jonathan Stowe <gellyfish@gellyfish.com>
16800 Date: Sun, 17 Jun 2001 11:26:21 +0100 (BST)
16801 Message-ID: <Pine.LNX.4.33.0106171120540.28753-100000@orpheus.gellyfish.com>
16802 Branch: perl
16803 ! lib/ExtUtils/MM_Unix.pm
16804____________________________________________________________________________
16805[ 10657] By: jhi on 2001/06/17 13:12:25
16806 Log: Subject: [PATCH] more anonymous stash cleanups
16807 From: Abhijit Menon-Sen <ams@wiw.org>
16808 Date: Sun, 17 Jun 2001 11:44:06 +0530
16809 Message-ID: <20010617114406.A25203@lustre.linux.in>
16810 Branch: perl
16811 ! op.c
16812____________________________________________________________________________
16813[ 10656] By: jhi on 2001/06/17 13:11:11
16814 Log: Subject: [PATCH #1/7] xhv_array (was Re: Using xhv_foo instead of HvFOO)
16815 From: Abhijit Menon-Sen <ams@wiw.org>
16816 Date: Sun, 17 Jun 2001 08:02:59 +0530
16817 Message-ID: <20010617080259.A28776@lustre.linux.in>
16818
16819 Subject: [PATCH #2/7] xhv_eiter
16820 From: Abhijit Menon-Sen <ams@wiw.org>
16821 Date: Sun, 17 Jun 2001 08:13:18 +0530
16822 Message-ID: <20010617081318.B28776@lustre.linux.in>
16823
16824 Subject: [PATCH #3/7] xhv_fill
16825 From: Abhijit Menon-Sen <ams@wiw.org>
16826 Date: Sun, 17 Jun 2001 08:25:16 +0530
16827 Message-ID: <20010617082516.C28776@lustre.linux.in>
16828
16829 Subject: [PATCH #4/7] xhv_keys
16830 From: Abhijit Menon-Sen <ams@wiw.org>
16831 Date: Sun, 17 Jun 2001 08:36:17 +0530
16832 Message-ID: <20010617083617.D28776@lustre.linux.in>
16833
16834 Subject: [PATCH #5/7] xhv_max
16835 From: Abhijit Menon-Sen <ams@wiw.org>
16836 Date: Sun, 17 Jun 2001 08:39:48 +0530
16837 Message-ID: <20010617083948.E28776@lustre.linux.in>
16838
16839 Subject: [PATCH #6,7/7] xhv_pmroot, xhv_riter
16840 From: Abhijit Menon-Sen <ams@wiw.org>
16841 Date: Sun, 17 Jun 2001 08:51:11 +0530
16842 Message-ID: <20010617085111.F28776@lustre.linux.in>
16843 Branch: perl
16844 ! hv.c
16845____________________________________________________________________________
16846[ 10655] By: jhi on 2001/06/16 23:32:03
16847 Log: Update Changes.
16848 Branch: perl
16849 ! Changes patchlevel.h
16850____________________________________________________________________________
f66cedcd
JH
16851[ 10654] By: jhi on 2001/06/16 23:18:37
16852 Log: Subject: [PATCH] Re: DYNAMIC_ENV_FETCH HvNAME abuse.
16853 From: Abhijit Menon-Sen <ams@wiw.org>
16854 Date: Sat, 16 Jun 2001 07:41:19 +0530
16855 Message-ID: <20010616074119.A24720@lustre.linux.in>
16856 Branch: perl
16857 ! hv.c perl.c vms/vmsish.h win32/win32.h
16858____________________________________________________________________________
16859[ 10653] By: jhi on 2001/06/16 23:15:11
16860 Log: Document tests failing when threaded, since we now have more.
16861 Branch: perl
16862 ! pod/perl572delta.pod
16863____________________________________________________________________________
16864[ 10652] By: jhi on 2001/06/16 23:12:19
16865 Log: -Wall cleanup.
16866 Branch: perl
16867 ! ext/Thread/Thread.xs
16868____________________________________________________________________________
16869[ 10651] By: jhi on 2001/06/16 23:06:55
16870 Log: pthread_attr_setstacksize() isn't absolutely necessary
16871 to call, only iff THREAD_CREATE_NEEDS_STACK.
16872 Branch: perl
16873 ! ext/Thread/Thread.xs
16874____________________________________________________________________________
16875[ 10650] By: jhi on 2001/06/16 22:58:48
16876 Log: -Wall strays.
16877 Branch: perl
16878 ! perl.c util.c
16879____________________________________________________________________________
16880[ 10649] By: jhi on 2001/06/16 22:47:40
16881 Log: Add workaround for Darwin's (Mac OS X's) INT32_MIN
16882 (and INT64_MIN) brokenness.
16883 Branch: perl
16884 ! hints/darwin.sh perl.h
16885____________________________________________________________________________
16886[ 10648] By: jhi on 2001/06/16 22:27:48
16887 Log: Subject: [PATCH] Re: [PATCH] Re: perl@10611
16888 From: Nicholas Clark <nick@ccl4.org>
16889 Date: Sun, 17 Jun 2001 00:16:05 +0100
16890 Message-ID: <20010617001605.V98663@plum.flirble.org>
16891 Branch: perl
16892 ! ext/Fcntl/Fcntl.xs ext/Fcntl/Makefile.PL ext/File/Glob/Glob.pm
16893 ! ext/File/Glob/Glob.xs ext/File/Glob/Makefile.PL
16894 ! lib/ExtUtils/Constant.pm t/lib/extutils.t
16895____________________________________________________________________________
16896[ 10647] By: jhi on 2001/06/16 22:24:47
16897 Log: Add perlnetware to docs; regen toc; supply skeleton
16898 docs for some Memoize submodules.
16899 Branch: perl
16900 ! lib/Memoize/AnyDBM_File.pm lib/Memoize/ExpireFile.pm
16901 ! lib/Memoize/ExpireTest.pm lib/Memoize/NDBM_File.pm
16902 ! lib/Memoize/SDBM_File.pm lib/Memoize/Storable.pm
16903 ! pod/buildtoc.PL pod/perl.pod pod/perlport.pod pod/perltoc.pod
16904 ! win32/Makefile win32/makefile.mk
16905____________________________________________________________________________
16906[ 10646] By: jhi on 2001/06/16 22:06:52
16907 Log: pod cleanup.
16908 Branch: perl
16909 ! README.netware
16910____________________________________________________________________________
16911[ 10645] By: jhi on 2001/06/16 21:47:00
16912 Log: Integrate Memoize 0.64. Few tweaks were required in
16913 the test scripts. Note that the speed and expire*
16914 tests take several dozen seconds to run.
16915 Branch: perl
16916 + lib/Memoize.pm lib/Memoize/AnyDBM_File.pm
16917 + lib/Memoize/Expire.pm lib/Memoize/ExpireFile.pm
16918 + lib/Memoize/ExpireTest.pm lib/Memoize/NDBM_File.pm
16919 + lib/Memoize/README lib/Memoize/SDBM_File.pm
16920 + lib/Memoize/Saves.pm lib/Memoize/Storable.pm lib/Memoize/TODO
16921 + lib/Memoize/t/array.t lib/Memoize/t/correctness.t
16922 + lib/Memoize/t/errors.t lib/Memoize/t/expire.t
16923 + lib/Memoize/t/expire_file.t lib/Memoize/t/expire_module_n.t
16924 + lib/Memoize/t/expire_module_t.t lib/Memoize/t/flush.t
16925 + lib/Memoize/t/normalize.t lib/Memoize/t/prototype.t
16926 + lib/Memoize/t/speed.t lib/Memoize/t/tie.t
16927 + lib/Memoize/t/tie_gdbm.t lib/Memoize/t/tie_ndbm.t
16928 + lib/Memoize/t/tie_sdbm.t lib/Memoize/t/tie_storable.t
16929 + lib/Memoize/t/tiefeatures.t lib/Memoize/t/unmemoize.t
16930 ! MANIFEST t/lib/1_compile.t
16931____________________________________________________________________________
16932[ 10644] By: jhi on 2001/06/16 20:35:49
16933 Log: Document the cross-compilation options.
16934 Branch: perl
16935 ! Cross/README INSTALL
16936____________________________________________________________________________
16937[ 10643] By: jhi on 2001/06/16 19:46:38
16938 Log: NetWare port from Guruprasad S <SGURUPRASAD@novell.com>.
16939 Branch: perl
16940 + NetWare/CLIBsdio.h NetWare/CLIBstr.h NetWare/CLIBstuf.c
16941 + NetWare/CLIBstuf.h NetWare/Main.c NetWare/Makefile
16942 + NetWare/NWTInfo.c NetWare/NWUtil.c NetWare/Nwmain.c
16943 + NetWare/Nwpipe.c NetWare/bat/BldNWExt.bat
16944 + NetWare/bat/Buildtype.bat NetWare/bat/MPKBuild.bat
16945 + NetWare/bat/SetNWBld.bat NetWare/bat/Setmpksdk.bat
16946 + NetWare/bat/Setnlmsdk.bat NetWare/bat/Setwatcom.bat
16947 + NetWare/bat/ToggleD2.bat NetWare/bat/ToggleXDC.bat
16948 + NetWare/config.wc NetWare/config_H.wc NetWare/config_h.PL
16949 + NetWare/config_sh.PL NetWare/deb.h NetWare/dl_netware.xs
16950 + NetWare/intdef.h NetWare/interface.c NetWare/interface.h
16951 + NetWare/iperlhost.h NetWare/netware.h NetWare/nw5.c
16952 + NetWare/nw5iop.h NetWare/nw5sck.c NetWare/nw5sck.h
16953 + NetWare/nw5thread.c NetWare/nw5thread.h NetWare/nwperlsys.c
16954 + NetWare/nwperlsys.h NetWare/nwpipe.h NetWare/nwplglob.c
16955 + NetWare/nwplglob.h NetWare/nwtinfo.h NetWare/nwutil.h
16956 + NetWare/t/NWModify.pl NetWare/t/NWScripts.pl
16957 + NetWare/t/Readme.txt NetWare/testnlm/echo/echo.c
16958 + NetWare/testnlm/type/type.c NetWare/win32ish.h README.netware
16959 + lib/ExtUtils/MM_NW5.pm
16960 ! MANIFEST XSUB.h dosish.h ext/Errno/Errno_pm.PL ext/IO/IO.xs
16961 ! ext/POSIX/POSIX.xs ext/Socket/Socket.xs installperl iperlsys.h
16962 ! lib/AutoLoader.pm lib/AutoSplit.pm lib/ExtUtils/MakeMaker.pm
16963 ! lib/File/Copy.pm lib/File/Find.pm lib/perl5db.pl makedef.pl
16964 ! perl.c perl.h perlio.c perlio.h pp_sys.c t/comp/multiline.t
16965 ! t/comp/script.t t/io/argv.t t/io/dup.t t/io/fs.t
16966 ! t/io/inplace.t t/io/iprefix.t t/io/tell.t t/lib/anydbm.t
16967 ! t/lib/b-stash.t t/lib/cwd.t t/lib/db-btree.t t/lib/db-hash.t
16968 ! t/lib/db-recno.t t/lib/filehand.t t/lib/filter-util.t
16969 ! t/lib/ftmp-security.t t/lib/gdbm.t t/lib/glob-basic.t
16970 ! t/lib/glob-case.t t/lib/io_dup.t t/lib/io_poll.t
16971 ! t/lib/io_sel.t t/lib/io_taint.t t/lib/ndbm.t
16972 ! t/lib/net-hostent.t t/lib/odbm.t t/lib/open2.t t/lib/open3.t
16973 ! t/lib/posix.t t/lib/sdbm.t t/lib/sigaction.t t/lib/syslfs.t
16974 ! t/op/anonsub.t t/op/closure.t t/op/die_exit.t t/op/exec.t
16975 ! t/op/fork.t t/op/goto.t t/op/groups.t t/op/lfs.t t/op/magic.t
16976 ! t/op/misc.t t/op/rand.t t/op/runlevel.t t/op/split.t
16977 ! t/op/stat.t t/op/sysio.t t/op/taint.t t/op/write.t
16978 ! t/pragma/locale.t t/pragma/strict.t t/pragma/subs.t
16979 ! t/pragma/warn/mg t/pragma/warnings.t thread.h toke.c util.c
16980 ! util.h x2p/a2py.c
16981____________________________________________________________________________
16982[ 10642] By: jhi on 2001/06/16 19:16:04
16983 Log: Resort MANIFEST.
16984 Branch: perl
16985 ! MANIFEST
16986____________________________________________________________________________
16987[ 10641] By: jhi on 2001/06/16 18:52:26
16988 Log: Integrate perlio.
16989 Branch: perl
16990 +> win32/win32io.c
16991 !> MANIFEST perlio.c perliol.h win32/makefile.mk
16992____________________________________________________________________________
16993[ 10640] By: nick on 2001/06/16 18:38:31
16994 Log: Disable :win32 layer as default till I get it working
16995 Branch: perlio
16996 ! MANIFEST perlio.c
16997____________________________________________________________________________
16998[ 10639] By: jhi on 2001/06/16 18:35:46
16999 Log: Try the new scheme by moving the Text::Abbrev test
17000 to a new place under lib.
17001 Branch: perl
17002 + lib/Text/Abbrev/t/abbrev.t
17003 - t/lib/abbrev.t
17004 ! MANIFEST
17005____________________________________________________________________________
17006[ 10638] By: jhi on 2001/06/16 18:34:30
17007 Log: Make the code even more dynamical so that testname
17008 suffix length can change.
17009 Branch: perl
17010 ! lib/Test/Harness.pm t/TEST
17011____________________________________________________________________________
17012[ 10637] By: jhi on 2001/06/16 18:16:28
17013 Log: Allow for deeper t/ and also a single test.pl.
17014 Branch: perl
17015 ! t/TEST t/harness
17016____________________________________________________________________________
17017[ 10636] By: jhi on 2001/06/16 18:13:59
17018 Log: #define fix from Nicholas Clark.
17019 Branch: perl
17020 ! ext/POSIX/POSIX.xs
17021____________________________________________________________________________
17022[ 10635] By: jhi on 2001/06/16 17:50:43
17023 Log: Initialization is nice.
17024 Branch: perl
17025 ! lib/Test/Harness.pm
17026____________________________________________________________________________
17027[ 10634] By: jhi on 2001/06/16 17:38:53
17028 Log: Make t/TEST and t/harness to test also the t/ tests
17029 under the main lib/ and ext/ directories. Fix Test::Harness
17030 to dynamically change the width of its "foo/bar....ok" output.
17031 Branch: perl
17032 ! lib/Test/Harness.pm t/TEST t/TestInit.pm t/harness
17033____________________________________________________________________________
17034[ 10633] By: jhi on 2001/06/16 16:58:57
17035 Log: Subject: [PATCH] Re: perl@10611
17036 From: Nicholas Clark <nick@ccl4.org>
17037 Date: Sat, 16 Jun 2001 16:52:47 +0100
17038 Message-ID: <20010616165247.O98663@plum.flirble.org>
17039
17040 The .xs parts, too.
17041 Branch: perl
17042 ! ext/GDBM_File/GDBM_File.xs ext/POSIX/POSIX.xs
17043 ! ext/Socket/Socket.xs ext/Sys/Syslog/Syslog.xs
17044____________________________________________________________________________
17045[ 10632] By: nick on 2001/06/16 16:44:35
17046 Log: Work-in-progress win32 layer semi-functional, checking
17047 for UNIX breakage.
17048 Branch: perlio
17049 ! perlio.c perliol.h win32/makefile.mk win32/win32io.c
17050____________________________________________________________________________
17051[ 10631] By: jhi on 2001/06/16 16:40:30
17052 Log: Subject: [PATCH] Re: perl@10611
17053 From: Nicholas Clark <nick@ccl4.org>
17054 Date: Sat, 16 Jun 2001 16:52:47 +0100
17055 Message-ID: <20010616165247.O98663@plum.flirble.org>
17056 Branch: perl
17057 ! ext/GDBM_File/GDBM_File.xs ext/GDBM_File/Makefile.PL
17058 ! ext/POSIX/Makefile.PL ext/POSIX/POSIX.xs
17059 ! ext/Socket/Makefile.PL ext/Socket/Socket.xs
17060 ! ext/Sys/Syslog/Makefile.PL ext/Sys/Syslog/Syslog.xs
17061 ! lib/ExtUtils/Constant.pm
17062____________________________________________________________________________
17063[ 10630] By: jhi on 2001/06/16 15:11:38
17064 Log: Metaconfig unit change for #10629.
17065 Branch: metaconfig
17066 ! U/modified/Finish.U
17067____________________________________________________________________________
17068[ 10629] By: jhi on 2001/06/16 15:11:10
17069 Log: The extraction changed directories.
17070 Branch: perl
17071 ! Configure
17072____________________________________________________________________________
17073[ 10628] By: jhi on 2001/06/16 14:59:38
17074 Log: Math::BigInt 1.35 from Tels.
17075 Branch: perl
17076 + t/lib/mbimbf.t
17077 ! MANIFEST lib/Math/BigFloat.pm lib/Math/BigInt.pm
17078 ! t/lib/bigfltpm.t t/lib/bigintpm.t
17079____________________________________________________________________________
17080[ 10627] By: nick on 2001/06/16 14:54:52
17081 Log: Work in progress UNIX-side edit of win32 PerLIO layer
17082 Branch: perlio
17083 + win32/win32io.c
17084 ! perlio.c win32/makefile.mk
17085____________________________________________________________________________
17086[ 10626] By: jhi on 2001/06/16 14:01:50
17087 Log: Subject: [PATCH 5.6.1] os2/diff-configure
17088 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
17089 Date: Fri, 15 Jun 2001 01:19:36 -0400
17090 Message-ID: <20010615011936.A26982@math.ohio-state.edu>
17091
17092 Empty all of it because I think #10624 made even the
17093 last patch hunk unnecessary.
17094 Branch: perl
17095 ! os2/diff.configure
17096____________________________________________________________________________
17097[ 10625] By: jhi on 2001/06/16 13:58:34
17098 Log: Metaconfig unit change for 10624.
17099 Branch: metaconfig
17100 ! U/modified/libc.U
17101 Branch: perl
17102 ! config_h.SH
17103____________________________________________________________________________
17104[ 10624] By: jhi on 2001/06/16 13:58:13
17105 Log: Move the initialization of libnames to the beginning so
17106 that can one 'seed' it (as OS/2 does.)
17107 Branch: perl
17108 ! Configure
17109____________________________________________________________________________
17110[ 10623] By: jhi on 2001/06/16 13:47:54
17111 Log: Subject: [PATCH 5.6.1] OS2::DLL patch
17112 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
17113 Date: Fri, 15 Jun 2001 19:10:57 -0400
17114 Message-ID: <20010615191057.A8050@math.ohio-state.edu>
17115 Branch: perl
17116 ! os2/OS2/REXX/DLL/DLL.pm
17117____________________________________________________________________________
17118[ 10622] By: jhi on 2001/06/16 13:29:42
17119 Log: Subject: [PATCH perl@10611] make VMS find util.c's offspring
17120 From: "Craig A. Berry" <craigberry@mac.com>
17121 Date: Fri, 15 Jun 2001 17:00:03 -0500
17122 Message-Id: <a05101007b750342599be@[172.16.52.1]>
17123 Branch: perl
17124 ! vms/descrip_mms.template
17125____________________________________________________________________________
17126[ 10621] By: jhi on 2001/06/16 13:28:37
17127 Log: Subject: [PATCH perl@10611] get extutils.t working on VMS (again)
17128 From: "Craig A. Berry" <craigberry@mac.com>
17129 Date: Fri, 15 Jun 2001 18:39:42 -0500
17130 Message-Id: <a05101008b7503dc9dc2f@[172.16.52.1]>
17131 Branch: perl
17132 ! lib/File/Spec/VMS.pm t/lib/extutils.t
17133____________________________________________________________________________
17134[ 10620] By: jhi on 2001/06/16 13:25:06
17135 Log: Integrate perlio.
17136 Branch: perl
17137 !> embed.h embed.pl lib/open.pm perl.c perlio.c proto.h
17138 !> t/io/utf8.t t/lib/io_scalar.t
17139____________________________________________________________________________
17140[ 10619] By: nick on 2001/06/15 21:05:19
17141 Log: Generated files
17142 Branch: perlio
17143 ! embed.h proto.h
17144____________________________________________________________________________
17145[ 10618] By: nick on 2001/06/15 20:27:42
17146 Log: Fix open.pm to work via XS-implemented method calls rather
17147 than *open::layers variables which caused all the HV/AV hassle.
17148 Branch: perlio
17149 ! embed.pl lib/open.pm perl.c perlio.c t/io/utf8.t
17150 ! t/lib/io_scalar.t
17151____________________________________________________________________________
17152[ 10617] By: jhi on 2001/06/15 18:50:53
17153 Log: Integrate perlio.
17154 Branch: perl
17155 !> lib/ExtUtils/Constant.pm
17156____________________________________________________________________________
17157[ 10616] By: nick on 2001/06/15 18:46:47
17158 Log: pTHX_ / aTHX_ for ExtUtils/Constant.pm
17159 Branch: perlio
17160 ! lib/ExtUtils/Constant.pm
17161____________________________________________________________________________
17162[ 10615] By: jhi on 2001/06/15 18:36:43
17163 Log: Integrate perlio.
17164 Branch: perl
17165 !> ext/Socket/Socket.xs
17166____________________________________________________________________________
17167[ 10614] By: nick on 2001/06/15 18:33:37
17168 Log: MULTIPLICITY fix for Socket.xs
17169 Branch: perlio
17170 ! ext/Socket/Socket.xs
17171____________________________________________________________________________
17172[ 10613] By: jhi on 2001/06/15 16:34:06
17173 Log: Subject: Re: perl@10611
17174 From: Doug MacEachern <dougm@covalent.net>
17175 Date: Fri, 15 Jun 2001 10:10:33 -0700 (PDT)
17176 Message-ID: <Pine.LNX.4.21.0106151007420.10871-100000@mako.covalent.net>
17177 Branch: perl
17178 ! ext/Socket/Socket.xs
17179____________________________________________________________________________
17180[ 10612] By: nick on 2001/06/15 16:14:38
17181 Log: Raw integrate on mainline - MULTIPLICITY issues with Socket.xs
17182 Branch: perlio
17183 !> Changes ext/GDBM_File/GDBM_File.pm ext/GDBM_File/GDBM_File.xs
17184 !> ext/Socket/Socket.pm ext/Socket/Socket.xs
17185 !> lib/ExtUtils/Constant.pm lib/File/Find.pm opcode.pl
17186 !> patchlevel.h perlio.c t/lib/extutils.t t/lib/filefind.t
17187 !> t/lib/gdbm.t t/lib/h2ph.h t/lib/h2ph.pht t/lib/h2ph.t
17188 !> utils/h2ph.PL
17189____________________________________________________________________________
17190[ 10611] By: jhi on 2001/06/15 14:29:04
17191 Log: Update Changes.
17192 Branch: perl
17193 ! Changes patchlevel.h
17194____________________________________________________________________________
377d47e7
JH
17195[ 10610] By: jhi on 2001/06/15 14:20:33
17196 Log: Upping the test count.
17197 Branch: perl
17198 ! t/lib/filefind.t
17199____________________________________________________________________________
17200[ 10609] By: jhi on 2001/06/15 14:13:29
17201 Log: Integrate perlio.
17202 Branch: perl
17203 !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
17204____________________________________________________________________________
17205[ 10608] By: jhi on 2001/06/15 14:12:31
17206 Log: Subject: Re: [ID 20010608.010] File::Find re-entrancy
17207 From: andreas.koenig@anima.de (Andreas J. Koenig)
17208 Date: 15 Jun 2001 13:30:39 +0200
17209 Message-ID: <m3hexikmjk.fsf@ak-71.mind.de>
17210
17211 Record the grim history.
17212 Branch: perl
17213 ! lib/File/Find.pm
17214____________________________________________________________________________
17215[ 10607] By: jhi on 2001/06/15 14:08:19
17216 Log: Subject: Re: [ID 20010608.010] File::Find re-entrancy
17217 From: Brian McCauley <nobull@mail.com>
17218 Date: 15 Jun 2001 07:51:26 +0100
17219 Message-Id: <200106150923.f5F9NpG02725@wcl-l.bham.ac.uk>
17220 Branch: perl
17221 ! lib/File/Find.pm t/lib/filefind.t
17222____________________________________________________________________________
17223[ 10606] By: nick on 2001/06/15 14:00:08
17224 Log: regen_config_h for Win32.
17225 Branch: perlio
17226 ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
17227____________________________________________________________________________
17228[ 10605] By: jhi on 2001/06/15 13:49:55
17229 Log: Subject: [PATCH: perl@10576] handle tri graphs in h2ph.PL -> h2ph*
17230 From: Peter Prymmer <pvhp@forte.com>
17231 Date: Thu, 14 Jun 2001 16:25:33 -0700 (PDT)
17232 Message-ID: <Pine.OSF.4.10.10106141608080.110974-100000@aspara.forte.com>
17233 Branch: perl
17234 ! t/lib/h2ph.h t/lib/h2ph.pht t/lib/h2ph.t utils/h2ph.PL
17235____________________________________________________________________________
17236[ 10604] By: jhi on 2001/06/15 13:45:03
17237 Log: Some filesystems require writability for rename/unlink.
17238 Branch: perl
17239 ! opcode.pl
17240____________________________________________________________________________
17241[ 10603] By: jhi on 2001/06/15 13:41:34
17242 Log: Subject: Re: [PATCH} perlio and threading @ 10576 + report
17243 From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
17244 Date: Fri, 15 Jun 2001 12:08:53 +0200
17245 Message-Id: <20010615120320.F009.H.M.BRAND@hccnet.nl>
17246 Branch: perl
17247 ! perlio.c
17248____________________________________________________________________________
17249[ 10602] By: jhi on 2001/06/15 13:27:04
17250 Log: Subject: Re: [PATCH] opcode.pl is chmod'ing the original source tree
17251 From: Mike Guy <mjtg@cam.ac.uk>
17252 Date: Fri, 15 Jun 2001 14:11:49 +0100
17253 Message-Id: <E15AtO9-0006Nd-00@draco.cus.cam.ac.uk>
17254 Branch: perl
17255 ! opcode.pl
17256____________________________________________________________________________
17257[ 10601] By: jhi on 2001/06/15 13:21:18
17258 Log: Subject: [PATCH ?] INADDR_ANY INADDR_BROADCAST INADDR_LOOPBACK INADDR_NONE
17259 From: Nicholas Clark <nick@ccl4.org>
17260 Date: Thu, 14 Jun 2001 23:52:56 +0100
17261 Message-ID: <20010614235256.G98663@plum.flirble.org>
17262 Branch: perl
17263 ! ext/Socket/Socket.pm ext/Socket/Socket.xs
17264 ! lib/ExtUtils/Constant.pm t/lib/extutils.t
17265____________________________________________________________________________
17266[ 10600] By: jhi on 2001/06/15 13:16:56
17267 Log: Subject: Re: [PATCH] GDBM_File (wasRe: ext/ + -Wall)
17268 From: Russ Allbery <rra@stanford.edu>
17269 Date: 14 Jun 2001 13:24:43 -0700
17270 Message-ID: <ylzobaizck.fsf@windlord.stanford.edu>
17271 Branch: perl
17272 ! ext/GDBM_File/GDBM_File.pm
17273____________________________________________________________________________
17274[ 10599] By: jhi on 2001/06/15 13:15:26
17275 Log: Subject: [PATCH] GDBM_File (wasRe: ext/ + -Wall)
17276 From: Nicholas Clark <nick@ccl4.org>
17277 Date: Thu, 14 Jun 2001 20:37:47 +0100
17278 Message-ID: <20010614203747.F98663@plum.flirble.org>
17279 Branch: perl
17280 ! ext/GDBM_File/GDBM_File.pm ext/GDBM_File/GDBM_File.xs
17281 ! t/lib/gdbm.t
17282____________________________________________________________________________
17283[ 10598] By: jhi on 2001/06/15 13:13:13
17284 Log: Integrate perlio.
17285 Branch: perl
17286 !> makedef.pl sv.c
17287____________________________________________________________________________
17288[ 10597] By: nick on 2001/06/15 11:08:13
17289 Log: Check that HVs with HvNAME() != NULL are really stashes before
17290 treating them as such. Also be more defensive on the GvCV.
17291 Win32 fork and dprof now working again.
17292 Branch: perlio
17293 ! sv.c
17294____________________________________________________________________________
17295[ 10596] By: nick on 2001/06/15 10:11:20
17296 Log: Integrate mainline.
17297 Branch: perlio
17298 +> Cross/README
17299 !> Configure Makefile.SH Porting/Glossary Porting/config.sh
17300 !> Porting/config_H config_h.SH configure.com epoc/config.sh
17301 !> hints/linux.sh pod/perltoc.pod uconfig.h uconfig.sh
17302 !> vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
17303 !> vos/config.ga.h win32/config.bc win32/config.gc
17304 !> win32/config.vc win32/config_H.bc win32/config_H.gc
17305 !> win32/config_H.vc
17306____________________________________________________________________________
17307[ 10595] By: nick on 2001/06/15 09:37:17
17308 Log: Skip Perl_my_bcopy in .def file as we do not provide it.
17309 - Win32 (VC++) now builds but fails:
17310 filefind.t - suspect Win32's builtin cwd is not doing insecure dir test
17311 fork.t - No &___ENV_HV_NAME___::CLONE method ???
17312 write.t - open(...,"|-") not implemented on Win32
17313 Branch: perlio
17314 ! makedef.pl
17315____________________________________________________________________________
17316[ 10594] By: jhi on 2001/06/15 00:17:16
17317 Log: Integrate perlio.
17318 Branch: perl
17319 !> perlio.c win32/makefile.mk
17320____________________________________________________________________________
17321[ 10593] By: jhi on 2001/06/15 00:16:44
17322 Log: Metaconfig unit changes for #10592.
17323 Branch: metaconfig
17324 + U/modified/i_varhdr.U U/modified/startsh.U
17325 - U/a_dvisory/crosscompile.U U/target/Target.U
17326 ! U/a_dvisory/intsize.U U/compline/alignbytes.U
17327 ! U/compline/bitpbyte.U U/compline/byteorder.U
17328 ! U/compline/ccflags.U U/compline/charsize.U
17329 ! U/compline/d_casti32.U U/compline/d_castneg.U
17330 ! U/compline/d_closedir.U U/compline/d_fd_set.U
17331 ! U/compline/d_gconvert.U U/compline/d_gnulibc.U
17332 ! U/compline/d_keepsig.U U/compline/d_open3.U
17333 ! U/compline/d_safebcpy.U U/compline/d_safemcpy.U
17334 ! U/compline/d_sanemcmp.U U/compline/d_scannl.U
17335 ! U/compline/d_sgndchr.U U/compline/d_sigsetjmp.U
17336 ! U/compline/d_stdstdio.U U/compline/d_vprintf.U
17337 ! U/compline/doublesize.U U/compline/floatsize.U
17338 ! U/compline/nblock_io.U U/compline/orderlib.U
17339 ! U/compline/ptrsize.U U/compline/ssizetype.U U/ebcdic/ebcdic.U
17340 ! U/modified/Cppsym.U U/modified/Oldconfig.U U/modified/Signal.U
17341 ! U/modified/d_getpgrp.U U/modified/d_longdbl.U
17342 ! U/modified/d_longlong.U U/modified/d_setpgrp.U
17343 ! U/modified/d_strtoul.U U/modified/d_union_semun.U
17344 ! U/modified/spitshell.U U/threads/archname.U
17345 ! U/threads/d_pthreadj.U U/typedefs/gidsign.U
17346 ! U/typedefs/gidsize.U U/typedefs/lseektype.U
17347 ! U/typedefs/pidsign.U U/typedefs/pidsize.U
17348 ! U/typedefs/sizesize.U U/typedefs/ssizesize.U
17349 ! U/typedefs/uidsign.U U/typedefs/uidsize.U
17350 Branch: metaconfig/U/perl
17351 + Cross.U
17352 ! d_dlsymun.U d_fcntl_can_lock.U d_modfl.U d_printfed.U
17353 ! d_strtoll.U d_strtoull.U d_strtouq.U d_u32align.U dlsrc.U
17354 ! fflushall.U fpossize.U gccvers.U i_db.U longdblfio.U
17355 ! need_va_copy.U perlxv.U quadfio.U selectminbits.U
17356 ! stdio_streams.U uselfs.U
17357____________________________________________________________________________
17358[ 10592] By: jhi on 2001/06/15 00:15:52
17359 Log: The first steps towards cross-compilation.
17360
17361 Abstract execution of compiled test executables with $run,
17362 and abstract transfer of files with $to and $from.
17363
17364 Under cross-compilation the $run, $to, and $from will point
17365 to appropriate wrapper scripts, by default ssh and scp,
17366 but also rsh, rcp, and cp are supported. If not
17367 cross-compiling, they will be set to '', ':', and ':',
17368 respectively.
17369
17370 With these patches I was able to get Configure for
17371 iPAQ ARM Linux on an Intel Linux about 95% right
17372 (only a few tests failed to execute or they produced
17373 incorrect results), and I was able to compile
17374 a functional miniperl.
17375
17376 The symbol crosscompile renamed to be usecrosscompile,
17377 the corresponding C symbol from CROSSCOMPILE to
17378 USE_CROSS_COMPILE.
17379 Branch: perl
17380 ! Configure Cross/README Makefile.SH Porting/Glossary
17381 ! Porting/config.sh Porting/config_H config_h.SH configure.com
17382 ! epoc/config.sh hints/linux.sh pod/perltoc.pod uconfig.h
17383 ! uconfig.sh vos/config.alpha.def vos/config.alpha.h
17384 ! vos/config.ga.def vos/config.ga.h win32/config.bc
17385 ! win32/config.gc win32/config.vc win32/config_H.bc
17386 ! win32/config_H.gc win32/config_H.vc
17387____________________________________________________________________________
17388[ 10591] By: nick on 2001/06/14 20:00:12
17389 Log: Steps along the road toward Win32 building again.
17390 Branch: perlio
17391 ! perlio.c win32/makefile.mk
17392____________________________________________________________________________
17393[ 10590] By: jhi on 2001/06/14 16:11:11
17394 Log: Integrate perlio.
17395 Branch: perl
17396 !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
17397____________________________________________________________________________
17398[ 10589] By: nick on 2001/06/14 13:54:07
17399 Log: Routine regen_config_h for Win32
17400 Branch: perlio
17401 ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
17402____________________________________________________________________________
17403[ 10588] By: jhi on 2001/06/14 12:30:46
17404 Log: Integrate perlio.
17405 Branch: perl
17406 +> perlyline.pl
17407 !> MANIFEST Makefile.SH perly.c t/lib/filefind.t
17408____________________________________________________________________________
17409[ 10587] By: jhi on 2001/06/14 12:23:24
17410 Log: A placeholder.
17411 Branch: perl
17412 + Cross/README
17413____________________________________________________________________________
17414[ 10586] By: nick on 2001/06/14 08:25:07
17415 Log: Add new step to run_byacc which:
17416 A. Corrects #line NNN "perly.c" lines so warnings etc. are trackable
17417 B. Adds extra () to the two if (var = ...) constructs gcc -Wall winges about.
17418 Branch: perlio
17419 + perlyline.pl
17420 ! MANIFEST Makefile.SH perly.c
17421____________________________________________________________________________
17422[ 10585] By: nick on 2001/06/14 08:22:29
17423 Log: Integrate mainline
17424 Branch: perlio
17425 +> locale.c numeric.c
17426 !> Changes cygwin/Makefile.SHs embed.h embed.pl
17427 !> ext/re/Makefile.PL lib/Math/BigFloat.pm lib/Math/BigInt.pm
17428 !> objXSUB.h opcode.pl patchlevel.h perlapi.c pod/perlapi.pod
17429 !> proto.h t/lib/bigfltpm.t t/lib/bigintpm.t util.c
17430 !> x2p/Makefile.SH
17431____________________________________________________________________________
17432[ 10584] By: nick on 2001/06/14 08:05:53
17433 Log: Hack to remove insecure directories from PATH so test will run.
17434 Branch: perlio
17435 ! t/lib/filefind.t
17436____________________________________________________________________________
17437[ 10583] By: jhi on 2001/06/14 03:11:16
17438 Log: The test doesn't work (yet?), Math::BigInt::round_mode() is missing.
17439 Branch: perl
17440 - t/lib/mbimbf.t
17441 ! MANIFEST
17442____________________________________________________________________________
17443[ 10582] By: jhi on 2001/06/14 03:04:51
17444 Log: Detypo.
17445 Branch: perl
17446 ! x2p/Makefile.SH
17447____________________________________________________________________________
17448[ 10581] By: jhi on 2001/06/14 03:03:14
17449 Log: de-$CONFIG continues.
17450 Branch: perl
17451 ! cygwin/Makefile.SHs x2p/Makefile.SH
17452____________________________________________________________________________
17453[ 10580] By: jhi on 2001/06/13 23:56:59
17454 Log: Subject: [PATCH] opcode.pl is chmod'ing the original source tree
17455 From: Nicholas Clark <nick@ccl4.org>
17456 Date: Wed, 13 Jun 2001 21:20:13 +0100
17457 Message-ID: <20010613212013.D98663@plum.flirble.org>
17458 Branch: perl
17459 ! opcode.pl
17460____________________________________________________________________________
17461[ 10579] By: jhi on 2001/06/13 23:55:29
17462 Log: Subject: splitting util.c
17463 From: Hugo <hv@crypt.compulink.co.uk>
17464 Date: Thu, 14 Jun 2001 00:41:08 +0100
17465 Message-Id: <200106132341.AAA24935@crypt.compulink.co.uk>
17466 Branch: perl
17467 + locale.c numeric.c
17468 ! MANIFEST Makefile.SH embed.h embed.pl objXSUB.h perlapi.c
17469 ! pod/perlapi.pod proto.h util.c
17470____________________________________________________________________________
17471[ 10578] By: jhi on 2001/06/13 23:45:11
17472 Log: Upgrade to Math::BigInt 1.34 from Tels.
17473 Branch: perl
17474 + t/lib/mbimbf.t
17475 ! MANIFEST lib/Math/BigFloat.pm lib/Math/BigInt.pm
17476 ! t/lib/bigfltpm.t t/lib/bigintpm.t
17477____________________________________________________________________________
17478[ 10577] By: nick on 2001/06/13 19:02:48
17479 Log: Integrate mainline. Storable fail has gone, insecure dependancy still there.
17480 Branch: perlio
17481 !> (integrate 125 files)
17482____________________________________________________________________________
17483[ 10576] By: jhi on 2001/06/13 18:10:01
17484 Log: Update Changes.
17485 Branch: perl
17486 ! Changes patchlevel.h
17487____________________________________________________________________________
76e502b4
JH
17488[ 10575] By: jhi on 2001/06/13 18:05:09
17489 Log: Subject: Re: [PATCH perl@10538] make ext/re play nice with DEBUGGING override
17490 From: "Craig A. Berry" <craigberry@mac.com>
17491 Date: Wed, 13 Jun 2001 13:24:28 -0500
17492 Message-Id: <5.1.0.14.0.20010613131907.01bbc210@mail.mac.com>
17493 Branch: perl
17494 ! ext/re/Makefile.PL
17495____________________________________________________________________________
17496[ 10574] By: jhi on 2001/06/13 17:34:36
17497 Log: Mc.u.c. for #10573.
17498 Branch: metaconfig
17499 ! U/threads/usethreads.U
17500____________________________________________________________________________
17501[ 10573] By: jhi on 2001/06/13 17:34:00
17502 Log: It would be also be good if I could type.
17503 Branch: perl
17504 ! Configure
17505____________________________________________________________________________
17506[ 10572] By: jhi on 2001/06/13 17:26:29
17507 Log: Metaconfig unit change for #10571.
17508 Branch: metaconfig
17509 ! U/threads/usethreads.U
17510____________________________________________________________________________
17511[ 10571] By: jhi on 2001/06/13 17:26:05
17512 Log: A non-empty default is a good thing.
17513 Branch: perl
17514 ! Configure
17515____________________________________________________________________________
17516[ 10570] By: jhi on 2001/06/13 17:15:16
17517 Log: Metaconfig unit change for #10569.
17518 Branch: metaconfig
17519 ! U/threads/usethreads.U
17520____________________________________________________________________________
17521[ 10569] By: jhi on 2001/06/13 17:14:17
17522 Log: Add Configure directive -Dusereentrant for Artur's ithreads work,
17523 extremely experimental, not even prompted for.
17524 Branch: perl
17525 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
17526 ! config_h.SH configure.com epoc/config.sh perl.h uconfig.h
17527 ! uconfig.sh vos/config.alpha.def vos/config.ga.def
17528 ! win32/config.bc win32/config.gc win32/config.vc
17529____________________________________________________________________________
17530[ 10568] By: jhi on 2001/06/13 16:22:27
17531 Log: FAQ tweak for Vanina Arca <varca@baufest.com>.
17532 Branch: perl
17533 ! pod/perlfaq6.pod
17534____________________________________________________________________________
17535[ 10567] By: jhi on 2001/06/13 16:20:23
17536 Log: Integrate perlio; conflicts, accept Nick's versions.
17537 Branch: perl
17538 !> ext/Encode/Encode.xs ext/PerlIO/Scalar/Scalar.xs
17539 !> ext/PerlIO/Via/Via.xs perlio.c perlio.h perliol.h
17540____________________________________________________________________________
17541[ 10566] By: jhi on 2001/06/13 16:17:42
17542 Log: Subject: Re: ext/ + -Wall
17543 From: Doug MacEachern <dougm@covalent.net>
17544 Date: Wed, 13 Jun 2001 10:02:16 -0700 (PDT)
17545 Message-ID: <Pine.LNX.4.21.0106130959050.24181-100000@mako.covalent.net>
17546 Branch: perl
17547 ! XSUB.h lib/ExtUtils/xsubpp perl.h
17548____________________________________________________________________________
17549[ 10565] By: jhi on 2001/06/13 16:16:07
17550 Log: Similar logic as DB_File.xs, using the modern macros and
17551 defines them to older ones for older Perls where PERL_VERSION
17552 is not defined, from Doug MacEachern.
17553 Branch: perl
17554 ! ext/Storable/Storable.xs
17555____________________________________________________________________________
17556[ 10564] By: nick on 2001/06/13 15:22:01
17557 Log: Avoid AV and HV in perlio.c by inventing PerlIO_list_t which is AV-ish
17558 and using that instead (name lookups are sequential search for now).
17559 Branch: perlio
17560 ! ext/Encode/Encode.xs ext/PerlIO/Scalar/Scalar.xs
17561 ! ext/PerlIO/Via/Via.xs perlio.c perlio.h perliol.h
17562____________________________________________________________________________
17563[ 10563] By: jhi on 2001/06/13 14:07:43
17564 Log: Subject: [PATCH] Re: [ID 20010526.001] localized glob loses value when assigned to
17565 From: "Richard Soderberg" <rs@crystalflame.net>
17566 Date: Sat, 26 May 2001 06:44:20 -0700
17567 Message-ID: <NAEKLNAAHLMBPMPNBMLECECHDFAA.rs@crystalflame.net>
17568 Branch: perl
17569 ! sv.c t/op/glob.t
17570____________________________________________________________________________
17571[ 10562] By: jhi on 2001/06/13 13:55:10
17572 Log: Subject: [PATCH perl@10538] make ext/re play nice with DEBUGGING override
17573 From: "Craig A. Berry" <craigberry@mac.com>
17574 Date: Tue, 12 Jun 2001 23:55:26 -0500
17575 Message-Id: <a05101002b74ca0013cf5@[192.168.56.160]>
17576 Branch: perl
17577 ! ext/re/Makefile.PL ext/re/re.xs
17578____________________________________________________________________________
17579[ 10561] By: jhi on 2001/06/13 13:44:58
17580 Log: Hide __attribute__((unused)) behind PERL_UNUSED_DECL as
17581 suggested by NI-S.
17582 Branch: perl
17583 ! XSUB.h malloc.c perl.h
17584____________________________________________________________________________
17585[ 10560] By: jhi on 2001/06/13 13:35:42
17586 Log: Regen toc.
17587 Branch: perl
17588 ! pod/perltoc.pod
17589____________________________________________________________________________
17590[ 10559] By: jhi on 2001/06/13 12:53:18
17591 Log: Subject: [patch] perl.gprof control
17592 From: Doug MacEachern <dougm@covalent.net>
17593 Date: Tue, 12 Jun 2001 23:05:44 -0700 (PDT)
17594 Message-ID: <Pine.LNX.4.21.0106122247380.24181-100000@mako.covalent.net>
17595 Branch: perl
17596 ! miniperlmain.c perl.h
17597____________________________________________________________________________
17598[ 10558] By: jhi on 2001/06/13 12:51:47
17599 Log: Subject: Re: ext/ + -Wall
17600 From: Doug MacEachern <dougm@covalent.net>
17601 Date: Tue, 12 Jun 2001 22:04:50 -0700 (PDT)
17602 Message-ID: <Pine.LNX.4.21.0106122151180.24181-100000@mako.covalent.net>
17603
17604 Document ax and break up dXSARGS.
17605 Branch: perl
17606 ! XSUB.h pod/perlapi.pod
17607____________________________________________________________________________
17608[ 10557] By: jhi on 2001/06/13 12:39:55
17609 Log: More AIX tweakage from Merijn.
17610 Branch: perl
17611 ! hints/aix.sh
17612____________________________________________________________________________
17613[ 10556] By: jhi on 2001/06/13 03:26:58
17614 Log: Subject: [PATCH perl@10538] make VMS autosplit earlier in build
17615 From: "Craig A. Berry" <craigberry@mac.com>
17616 Date: Tue, 12 Jun 2001 22:57:45 -0500
17617 Message-Id: <a05101001b74c943d7af4@[192.168.56.160]>
17618 Branch: perl
17619 ! vms/descrip_mms.template
17620____________________________________________________________________________
17621[ 10555] By: jhi on 2001/06/13 02:50:43
17622 Log: Subject: Re: hacking util.c, attrs.xs, and re.xs to compile on VMS
17623 From: "Craig A. Berry" <craigberry@mac.com>
17624 Date: Tue, 12 Jun 2001 22:21:39 -0500
17625 Message-Id: <a05101000b74c8698483b@[172.16.52.1]>
17626 Branch: perl
17627 ! configure.com util.c
17628____________________________________________________________________________
17629[ 10554] By: jhi on 2001/06/13 02:23:16
17630 Log: New AIX dynaloading code from Jens-Uwe Mager.
17631 Does break binary compatibility.
17632 Branch: perl
17633 ! ext/DynaLoader/dl_aix.xs hints/aix.sh makedef.pl
17634____________________________________________________________________________
17635[ 10553] By: jhi on 2001/06/13 02:10:16
17636 Log: VMS DEC C compiler found nits by Peter Prymmer.
17637 Branch: perl
17638 ! util.c
17639____________________________________________________________________________
17640[ 10552] By: jhi on 2001/06/13 01:36:12
17641 Log: Subject: [PATCH: perl@10538] fix for file locking and filecomp test
17642 From: Peter Prymmer <pvhp@forte.com>
17643 Date: Tue, 12 Jun 2001 19:34:08 -0700 (PDT)
17644 Message-ID: <Pine.OSF.4.10.10106121927580.15174-100000@aspara.forte.com>
17645 Branch: perl
17646 ! t/lib/filecomp.t
17647____________________________________________________________________________
17648[ 10551] By: jhi on 2001/06/13 01:26:53
17649 Log: I wonder how many $CONFIGs still lurk in the shadows.
17650 Branch: perl
17651 ! pod/Makefile.SH x2p/cflags.SH
17652____________________________________________________________________________
17653[ 10550] By: jhi on 2001/06/13 01:25:12
17654 Log: Grok three kinds of line endings, should fix [ID 20010612.003]
17655 Branch: perl
17656 ! pod/checkpods.PL
17657____________________________________________________________________________
17658[ 10549] By: jhi on 2001/06/13 01:05:28
17659 Log: Use __attribute__((unused)) to silence -Wall on unused ax.
17660 Branch: perl
17661 ! XSUB.h ext/DB_File/DB_File.xs lib/ExtUtils/xsubpp
17662____________________________________________________________________________
17663[ 10548] By: jhi on 2001/06/13 00:41:28
17664 Log: Subject: [patch] rid local_patches warnings
17665 From: Doug MacEachern <dougm@covalent.net>
17666 Date: Tue, 12 Jun 2001 10:26:34 -0700 (PDT)
17667 Message-ID: <Pine.LNX.4.21.0106121024470.24181-100000@mako.covalent.net>
17668 Branch: perl
17669 ! ext/List/Util/Util.xs ext/Storable/Storable.xs
17670____________________________________________________________________________
17671[ 10547] By: jhi on 2001/06/13 00:40:29
17672 Log: Subject: Re: ext/ + -Wall
17673 From: Doug MacEachern <dougm@covalent.net>
17674 Date: Tue, 12 Jun 2001 09:38:09 -0700 (PDT)
17675 Message-ID: <Pine.LNX.4.21.0106120927100.24181-100000@mako.covalent.net>
17676 Branch: perl
17677 ! ext/attrs/attrs.xs
17678____________________________________________________________________________
17679[ 10546] By: jhi on 2001/06/13 00:39:06
17680 Log: Subject: [PATCH] perlretut.pod: unterminated C<>
17681 From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
17682 Date: Tue, 12 Jun 2001 14:36:20 -0400
17683 Message-ID: <20010612143619.A37113@linguist.thayer.dartmouth.edu>
17684 Branch: perl
17685 ! pod/perlretut.pod
17686____________________________________________________________________________
17687[ 10545] By: jhi on 2001/06/13 00:38:02
17688 Log: Subject: Re: [ID 20010612.001] out of memory during regex compilation
17689 From: Mike Guy <mjtg@cam.ac.uk>
17690 Date: Tue, 12 Jun 2001 19:10:31 +0100
17691 Message-Id: <E159scZ-0000r2-00@draco.cus.cam.ac.uk>
17692
17693 Subject: Re: [ID 20010612.001] out of memory during regex compilation
17694 From: Mike Guy <mjtg@cam.ac.uk>
17695 Date: Tue, 12 Jun 2001 19:21:01 +0100
17696 Message-Id: <E159smj-0000wY-00@draco.cus.cam.ac.uk>
17697 Branch: perl
17698 ! pod/perlop.pod
17699____________________________________________________________________________
17700[ 10544] By: jhi on 2001/06/13 00:34:39
17701 Log: AIX tweaks from Merijn H. Brand.
17702 Branch: perl
17703 ! hints/aix.sh
17704____________________________________________________________________________
17705[ 10543] By: jhi on 2001/06/13 00:11:42
17706 Log: Subject: [PATCH] 5.6.1 -- add LC_MESSAGES constant to POSIX module
17707 From: "Brendan O'Dea" <bod@compusol.com.au>
17708 Date: Wed, 13 Jun 2001 05:16:47 +1000
17709 Message-ID: <20010613051647.A8945@compusol.com.au>
17710 Branch: maint-5.6/perl
17711 ! ext/POSIX/POSIX.pm ext/POSIX/POSIX.xs
17712____________________________________________________________________________
17713[ 10542] By: jhi on 2001/06/13 00:07:50
17714 Log: Subject: Small bcopy cleanup
17715 From: Andy Dougherty <doughera@lafayette.edu>
17716 Date: Tue, 12 Jun 2001 17:11:52 -0400 (EDT)
17717 Message-ID: <Pine.SOL.4.10.10106121706360.11034-100000@maxwell.phys.lafayette.edu>
17718 Branch: perl
17719 ! embed.h embed.pl objXSUB.h perlapi.c proto.h util.c x2p/a2p.h
17720____________________________________________________________________________
17721[ 10541] By: jhi on 2001/06/13 00:05:18
17722 Log: Subject: [PATCH] Re: ext/ + -Wall
17723 From: Nicholas Clark <nick@ccl4.org>
17724 Date: Wed, 13 Jun 2001 00:04:30 +0100
17725 Message-ID: <20010613000430.M5901@plum.flirble.org>
17726 Branch: perl
17727 ! ext/POSIX/POSIX.pm ext/POSIX/POSIX.xs
17728____________________________________________________________________________
17729[ 10540] By: jhi on 2001/06/13 00:02:25
17730 Log: Subject: [PATCH] Re: [PATCH] ExtUtils::Constant
17731 From: Nicholas Clark <nick@ccl4.org>
17732 Date: Tue, 12 Jun 2001 23:53:07 +0100
17733 Message-ID: <20010612235307.L5901@plum.flirble.org>
17734 Branch: perl
17735 ! lib/ExtUtils/Constant.pm t/lib/extutils.t
17736____________________________________________________________________________
17737[ 10539] By: jhi on 2001/06/12 23:59:10
17738 Log: MPE/iX tweaks from Mark Bixby.
17739 Branch: perl
17740 ! hints/mpeix.sh mpeix/mpeixish.h util.c
17741____________________________________________________________________________
17742[ 10538] By: jhi on 2001/06/12 14:16:15
17743 Log: Update Changes.
17744 Branch: perl
17745 ! Changes patchlevel.h
17746____________________________________________________________________________
a8b85033
JH
17747[ 10537] By: jhi on 2001/06/12 14:11:26
17748 Log: One less -Wall whine (found under DEBUGGING).
17749 Branch: perl
17750 ! x2p/Makefile.SH x2p/a2p.c
17751____________________________________________________________________________
17752[ 10536] By: jhi on 2001/06/12 13:32:09
17753 Log: s/case-independent/case-insensitive/g
17754 Branch: perl
17755 ! pod/perldebug.pod
17756____________________________________________________________________________
17757[ 10535] By: jhi on 2001/06/12 13:27:28
17758 Log: As suggested in
17759
17760 Subject: Re: ext/ + -Wall
17761 From: Gurusamy Sarathy <gsar@ActiveState.com>
17762 Date: Mon, 11 Jun 2001 23:34:31 -0700
17763 Message-Id: <200106120634.f5C6YVM07246@smtp3.ActiveState.com>
17764 Branch: perl
17765 ! ext/PerlIO/Scalar/Scalar.xs ext/PerlIO/Via/Via.xs globals.c
17766 ! perl.h
17767____________________________________________________________________________
17768[ 10534] By: jhi on 2001/06/12 13:13:27
17769 Log: Subject: ext/ + -Wall
17770 From: Doug MacEachern <dougm@covalent.net>
17771 Date: Mon, 11 Jun 2001 22:19:45 -0700 (PDT)
17772 Message-ID: <Pine.LNX.4.21.0106112212261.24181-100000@mako.covalent.net>
17773 Branch: perl
17774 ! ext/ByteLoader/ByteLoader.xs ext/DB_File/DB_File.xs
17775 ! ext/DB_File/version.c ext/Devel/DProf/DProf.xs
17776 ! ext/DynaLoader/dl_dlopen.xs ext/DynaLoader/dlutils.c
17777 ! ext/Encode/Encode.xs ext/File/Glob/bsd_glob.c
17778 ! ext/Filter/Util/Call/Call.xs ext/GDBM_File/GDBM_File.xs
17779 ! ext/List/Util/Util.xs ext/MIME/Base64/Base64.xs
17780 ! ext/POSIX/POSIX.xs ext/PerlIO/Scalar/Scalar.xs
17781 ! ext/PerlIO/Via/Via.xs ext/Time/HiRes/HiRes.xs
17782 ! ext/Time/Piece/Piece.xs ext/attrs/attrs.xs globals.c
17783 ! lib/ExtUtils/xsubpp
17784____________________________________________________________________________
17785[ 10533] By: jhi on 2001/06/12 12:52:57
17786 Log: Subject: [PATCH] anonymous stashes
17787 From: Abhijit Menon-Sen <ams@wiw.org>
17788 Date: Tue, 12 Jun 2001 12:47:04 +0530
17789 Message-ID: <20010612124704.A29029@lustre.linux.in>
17790 Branch: perl
17791 ! dump.c gv.c sv.c xsutils.c
17792____________________________________________________________________________
17793[ 10532] By: jhi on 2001/06/12 12:37:36
17794 Log: One more test for $^S.
17795 Branch: perl
17796 ! t/op/magic.t
17797____________________________________________________________________________
17798[ 10531] By: jhi on 2001/06/12 12:35:02
17799 Log: Subject: [PATCH 20010612.002] $^S almost entirely broken with 5.6.1
17800 From: Abhijit Menon-Sen <ams@wiw.org>
17801 Date: Tue, 12 Jun 2001 17:35:55 +0530
17802 Message-ID: <20010612173555.A32426@lustre.linux.in>
17803 Branch: perl
17804 ! mg.c t/op/magic.t
17805____________________________________________________________________________
17806[ 10530] By: jhi on 2001/06/12 12:31:11
17807 Log: Subject: Re: [ID 20010612.001] out of memory during regex compilation
17808 From: Mike Guy <mjtg@cam.ac.uk>
17809 Date: Tue, 12 Jun 2001 13:14:15 +0100
17810 Message-Id: <E159n3n-0000xa-00@draco.cus.cam.ac.uk>
17811 Branch: perl
17812 ! pod/perlop.pod
17813____________________________________________________________________________
17814[ 10529] By: jhi on 2001/06/12 12:21:06
17815 Log: AUTHORS updates.
17816 Branch: perl
17817 ! AUTHORS
17818____________________________________________________________________________
17819[ 10528] By: jhi on 2001/06/12 12:19:47
17820 Log: Subject: [PATCH] rhapsody/darwin minor cleanup
17821 From: Wilfredo Sanchez <wsanchez@MIT.EDU>
17822 Content-Transfer-Encoding: 7bit
17823 Message-Id: <200106121009.GAA01968@melbourne-city-street.mit.edu>
17824 Branch: perl
17825 ! Makefile.SH hints/darwin.sh hints/rhapsody.sh
17826____________________________________________________________________________
17827[ 10527] By: jhi on 2001/06/12 11:58:53
17828 Log: Subject: [MacPerl-Porters] Re: [PATCH] Mac OS Compatability for bleadperl
17829 From: "Philip Newton" <Philip.Newton@gmx.net>
17830 Date: Mon, 11 Jun 2001 07:08:03 +0200
17831 Message-Id: <200106120802.LAA08992@taas.iki.fi>
17832 Branch: perl
17833 ! t/base/term.t
17834____________________________________________________________________________
17835[ 10526] By: jhi on 2001/06/12 01:35:34
17836 Log: Cleanup the a2p.c for -Wall.
17837 Branch: perl
17838 ! x2p/Makefile.SH x2p/a2p.c
17839____________________________________________________________________________
17840[ 10525] By: jhi on 2001/06/12 01:10:56
17841 Log: File::Find update for MacOS from Chris Nandor.
17842 Branch: perl
17843 ! lib/File/Find.pm t/lib/filefind.t
17844____________________________________________________________________________
17845[ 10524] By: jhi on 2001/06/12 00:29:20
17846 Log: gcc -Wall nits picked out by a non-UNIX system
17847 (courtesy of Mark Bixby)
17848 Branch: perl
17849 ! doio.c ext/Devel/Peek/Peek.xs ext/DynaLoader/dl_mpeix.xs
17850 ! ext/IO/IO.xs ext/PerlIO/Via/Via.xs ext/Socket/Socket.xs
17851 ! pp_sys.c util.c
17852____________________________________________________________________________
17853[ 10523] By: jhi on 2001/06/11 22:34:03
17854 Log: Metaconfig unit change for #10522. (The d_modfl changes
17855 placate metalint.)
17856 Branch: metaconfig/U/perl
17857 ! d_modfl.U d_u32align.U
17858____________________________________________________________________________
17859[ 10522] By: jhi on 2001/06/11 22:33:00
17860 Log: Buglet found by Mark Bixby: "./try >&2 >/dev/null" should
17861 be "./try 2>&1 >/dev/null".
17862 Branch: perl
17863 ! Configure
17864____________________________________________________________________________
17865[ 10521] By: jhi on 2001/06/11 19:49:54
17866 Log: Subject: [PATCH perl@10517] DCL quoting syntax drives pumpking mad
17867 From: "Craig A. Berry" <craigberry@mac.com>
17868 Date: Mon, 11 Jun 2001 14:00:32 -0500
17869 Message-Id: <5.1.0.14.0.20010611134750.03985cb8@exchi01>
17870 Branch: perl
17871 ! configure.com
17872____________________________________________________________________________
17873[ 10520] By: jhi on 2001/06/11 17:55:47
17874 Log: Move the full \p\P lists to perlunicode.
17875 Branch: perl
17876 ! pod/perlretut.pod pod/perlunicode.pod
17877____________________________________________________________________________
17878[ 10519] By: jhi on 2001/06/11 17:10:00
17879 Log: VOS build tweak for 5.6.1 from Paul Green.
17880 Branch: maint-5.6/perl
17881 ! vos/build.cm
17882____________________________________________________________________________
17883[ 10518] By: jhi on 2001/06/11 17:07:03
17884 Log: Subject: [PATCH perl@10476] no PerlIO at startup time on VMS
17885 From: "Craig A. Berry" <craigberry@mac.com>
17886 Date: Fri, 8 Jun 2001 18:08:18 -0500
17887 Message-Id: <a05101000b746f9dd4fca@[192.168.56.145]>
17888 Branch: perl
17889 ! vms/vms.c
17890____________________________________________________________________________
17891[ 10517] By: jhi on 2001/06/11 14:52:01
17892 Log: Update Changes.
17893 Branch: perl
17894 ! Changes patchlevel.h
17895____________________________________________________________________________
1d3af415
JH
17896[ 10516] By: jhi on 2001/06/11 14:46:33
17897 Log: Add the modfl_pow32_bug (anti)definition also to VOS headers.
17898 Branch: perl
17899 ! vos/config.alpha.h vos/config.ga.h
17900____________________________________________________________________________
17901[ 10515] By: jhi on 2001/06/11 14:39:05
17902 Log: VOS updates from Paul Green for @10476.
17903 Branch: perl
17904 ! README.vos vos/Changes vos/build.cm vos/compile_perl.cm
17905 ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
17906 ! vos/config.ga.h vos/configure_perl.cm
17907____________________________________________________________________________
17908[ 10514] By: jhi on 2001/06/11 12:58:43
17909 Log: Subject: [PATCH] Not many people know this ...
17910 From: Mike Guy <mjtg@cam.ac.uk>
17911 Date: Mon, 11 Jun 2001 14:55:15 +0100
17912 Message-Id: <E159S9z-00015D-00@draco.cus.cam.ac.uk>
17913 Branch: perl
17914 ! pod/perldebug.pod
17915____________________________________________________________________________
17916[ 10513] By: jhi on 2001/06/11 12:30:06
17917 Log: Add final commas to lists as suggested by Philip Newton.
17918 Branch: perl
17919 ! lib/ExtUtils/Constant.pm t/lib/extutils.t
17920____________________________________________________________________________
17921[ 10512] By: jhi on 2001/06/11 12:28:49
17922 Log: Subject: [MacPerl-Porters] [PATCH] Mac OS Compatability for bleadperl
17923 Date: Sun, 10 Jun 2001 23:35:38 -0400
17924 From: Chris Nandor <pudge@pobox.com>
17925 Message-Id: <p05100306b749ec0eaade@[10.0.1.177]>
17926 Branch: perl
17927 ! lib/DirHandle.pm lib/File/Basename.pm lib/diagnostics.pm
17928 ! perl.c t/base/term.t t/comp/cpp.t t/comp/multiline.t
17929 ! t/comp/script.t t/lib/anydbm.t t/lib/autoloader.t
17930 ! t/lib/dirhand.t t/lib/selfloader.t t/op/anonsub.t
17931 ! t/op/closure.t t/op/defins.t t/op/exec.t t/op/goto.t
17932 ! t/op/pack.t t/op/regexp.t t/op/regexp_noamp.t t/op/split.t
17933 ! t/op/write.t t/pragma/strict.t
17934____________________________________________________________________________
17935[ 10511] By: jhi on 2001/06/11 12:13:31
17936 Log: Subject: [RESEND] [PATCH] Mac OS lib patches for bleadperl
17937 From: Chris Nandor <pudge@pobox.com>
17938 Date: Mon, 11 Jun 2001 08:24:28 -0400
17939 Message-Id: <p05100303b74a66faf625@[10.0.1.177]>
17940 Branch: perl
17941 ! ext/IO/lib/IO/Dir.pm lib/File/Copy.pm t/lib/filecopy.t
17942 ! t/lib/io_dir.t
17943____________________________________________________________________________
17944[ 10510] By: jhi on 2001/06/11 12:03:16
17945 Log: One more run_byacc (a hand-tweaked version had slipped in).
17946 Branch: perl
17947 ! perly.c vms/perly_c.vms
17948____________________________________________________________________________
17949[ 10509] By: nick on 2001/06/11 07:49:15
17950 Log: Integrate mainline
17951 Branch: perlio
17952 !> Makefile.SH embed.h embed.pl global.sym
17953 !> lib/ExtUtils/Constant.pm lib/ExtUtils/Manifest.pm objXSUB.h
17954 !> perl.h perlapi.c perlapi.h perly.c perly.fixer perly.h perly.y
17955 !> perly_c.diff pod/perl572delta.pod pod/perlapi.pod proto.h sv.c
17956 !> t/lib/extutils.t util.c vms/perly_c.vms vms/perly_h.vms
17957____________________________________________________________________________
17958[ 10508] By: jhi on 2001/06/10 22:38:05
17959 Log: Subject: [PATCH] ExtUtils::Manifest not -w clean
17960 From: Mike Guy <mjtg@cam.ac.uk>
17961 Reply-To: mjtg@cam.ac.uk
17962 Message-Id: <E159Ei8-0006Tz-00@draco.cus.cam.ac.uk>
17963 Branch: perl
17964 ! lib/ExtUtils/Manifest.pm
17965____________________________________________________________________________
17966[ 10507] By: jhi on 2001/06/10 22:37:16
17967 Log: Subject: [PATCH] ExtUtils::Constant
17968 From: Nicholas Clark <nick@ccl4.org>
17969 Date: Sun, 10 Jun 2001 23:25:41 +0100
17970 Message-ID: <20010610232540.C76396@plum.flirble.org>
17971 Branch: perl
17972 ! lib/ExtUtils/Constant.pm t/lib/extutils.t
17973____________________________________________________________________________
17974[ 10506] By: jhi on 2001/06/10 20:57:20
17975 Log: Integrate perlio.
17976 Branch: perl
17977 !> iperlsys.h
17978____________________________________________________________________________
17979[ 10505] By: jhi on 2001/06/10 18:37:57
17980 Log: Move the grok_number and its lieutenant grok_numeric_radix
17981 from sv.c statics to util.c and public.
17982 Branch: perl
17983 ! embed.h embed.pl global.sym objXSUB.h perl.h perlapi.c
17984 ! perlapi.h pod/perlapi.pod proto.h sv.c util.c
17985____________________________________________________________________________
17986[ 10504] By: nick on 2001/06/10 17:47:06
17987 Log: Fix (valid) -Wall warnings in perlio.c
17988 Branch: perlio
17989 ! iperlsys.h
17990____________________________________________________________________________
17991[ 10503] By: jhi on 2001/06/10 17:38:28
17992 Log: Update perly_c.diff, update perly.fixer to edit away
17993 some of the -Wall noise.
17994 Branch: perl
17995 ! perly.c perly.fixer perly_c.diff vms/perly_c.vms
17996____________________________________________________________________________
17997[ 10502] By: jhi on 2001/06/10 17:09:42
17998 Log: Check the version of byacc.
17999 Branch: perl
18000 ! Makefile.SH
18001____________________________________________________________________________
18002[ 10501] By: jhi on 2001/06/10 17:00:08
18003 Log: Subject: [PATCH] perly.y overhaul
18004 From: Simon Cozens <simon@netthink.co.uk>
18005 Date: Sun, 10 Jun 2001 16:56:54 +0100
18006 Message-ID: <20010610165654.A16597@deep-dark-truthful-mirror.pmb.ox.ac.uk>
18007
18008 Plus make run_byacc.
18009 Branch: perl
18010 ! perly.c perly.h perly.y vms/perly_c.vms vms/perly_h.vms
18011____________________________________________________________________________
18012[ 10500] By: jhi on 2001/06/10 16:07:28
18013 Log: Integrate perlio.
18014 Branch: perl
18015 !> perlio.c perlsfio.h
18016____________________________________________________________________________
18017[ 10499] By: nick on 2001/06/10 15:01:08
18018 Log: Integrate mainline
18019 Branch: perlio
18020 !> Changes Configure embed.h embed.pl patchlevel.h proto.h sv.c
18021 !> t/pragma/locale.t util.c
18022____________________________________________________________________________
18023[ 10498] By: jhi on 2001/06/10 13:49:23
18024 Log: Put some meat on the perl572delta bones. The list of
18025 selected bug fixes needs more work, as does still the
18026 whole document.
18027 Branch: perl
18028 ! pod/perl572delta.pod
18029____________________________________________________________________________
18030[ 10497] By: nick on 2001/06/10 12:27:51
18031 Log: Paper over a crack or two with USE_SFIO
18032 Branch: perlio
18033 ! perlio.c perlsfio.h
18034____________________________________________________________________________
18035[ 10496] By: jhi on 2001/06/10 11:04:22
18036 Log: Update Changes.
18037 Branch: perl
18038 ! Changes patchlevel.h
18039____________________________________________________________________________
00656eef
JH
18040[ 10495] By: jhi on 2001/06/10 10:55:34
18041 Log: Subject: Re: pragma/locale.t #107
18042 From: Hugo <hv@crypt.compulink.co.uk>
18043 Date: Sun, 10 Jun 2001 11:23:30 +0100
18044 Message-Id: <200106101023.LAA32085@crypt.compulink.co.uk>
18045
18046 Encapsulate the scan of the decimal radix separator.
18047 Branch: perl
18048 ! embed.h embed.pl proto.h sv.c
18049____________________________________________________________________________
18050[ 10494] By: jhi on 2001/06/10 03:00:17
18051 Log: Try to grok numbers both with the locale specific separator
18052 and with the usual "." (if different from the lss); add a test
18053 to locale.t to do also a little bit of math in addition to just
18054 equalness testing; remove extraneous logic as suggested in
18055
18056 Subject: Re: pragma/locale.t #107
18057 From: Nicholas Clark <nick@ccl4.org>
18058 Date: Sat, 9 Jun 2001 22:37:36 +0100
18059 Message-ID: <20010609223735.Y76396@plum.flirble.org>
18060 Branch: perl
18061 ! sv.c t/pragma/locale.t
18062____________________________________________________________________________
18063[ 10493] By: jhi on 2001/06/10 01:25:23
18064 Log: Metaconfig unit change for #10492.
18065 Branch: metaconfig/U/perl
18066 ! Extensions.U
18067____________________________________________________________________________
18068[ 10492] By: jhi on 2001/06/10 01:23:59
18069 Log: Subject: [PATCH] Don't build Thread.pm if USEITHREADS
18070 From: Artur Bergman <artur@contiller.se>
18071 Date: Sat, 09 Jun 2001 21:03:51 +0200
18072 Message-ID: <B7483FB6.1398%artur@contiller.se>
18073 Branch: perl
18074 ! Configure
18075____________________________________________________________________________
18076[ 10491] By: jhi on 2001/06/10 01:15:40
18077 Log: Integrate perlio.
18078 Branch: perl
18079 !> perlsfio.h
18080____________________________________________________________________________
18081[ 10490] By: jhi on 2001/06/10 01:08:26
18082 Log: Do locale specific separator if only in locale.
18083 Branch: perl
18084 ! util.c
18085____________________________________________________________________________
18086[ 10489] By: nick on 2001/06/09 19:13:25
18087 Log: Make XS/Typemap compile (but fail) with sfio
18088 Branch: perlio
18089 ! perlsfio.h
18090____________________________________________________________________________
18091[ 10488] By: nick on 2001/06/09 19:12:51
18092 Log: Re-integrate mainline
18093 Branch: perlio
18094 !> embed.h embed.pl embedvar.h intrpvar.h perl.h perlapi.h
18095 !> proto.h sv.c util.c
18096____________________________________________________________________________
18097[ 10487] By: nick on 2001/06/09 16:26:29
18098 Log: Integrate mainline
18099 Branch: perlio
18100 !> (integrate 31 files)
18101____________________________________________________________________________
18102[ 10486] By: jhi on 2001/06/09 16:11:51
18103 Log: Subject: [PATCH] New attempt to clone callack
18104 From: Artur Bergman <artur@contiller.se>
18105 Date: Thu, 07 Jun 2001 11:52:16 +0200
18106 Message-ID: <B7451B6F.12B7%artur@contiller.se>
18107 Branch: perl
18108 ! embedvar.h intrpvar.h perlapi.h sv.c
18109____________________________________________________________________________
18110[ 10485] By: jhi on 2001/06/09 15:23:52
18111 Log: Numeric conversion tweaks suggested by Hugo and Nicholas.
18112 Branch: perl
18113 ! embed.h embed.pl perl.h proto.h sv.c util.c
18114____________________________________________________________________________
18115[ 10484] By: jhi on 2001/06/09 14:47:25
18116 Log: Subject: Re: pragma/locale.t #107
18117 From: Nicholas Clark <nick@ccl4.org>
18118 Date: Sat, 9 Jun 2001 16:26:10 +0100
18119 Message-ID: <20010609162609.V76396@plum.flirble.org>
18120
18121 A missing NVification.
18122 Branch: perl
18123 ! sv.c
18124____________________________________________________________________________
18125[ 10483] By: jhi on 2001/06/08 19:40:32
18126 Log: Redo the #10482, there already was a test script for formats.
18127 Branch: perl
18128 - t/io/format.t
18129 ! MANIFEST t/op/write.t
18130____________________________________________________________________________
18131[ 10482] By: jhi on 2001/06/08 19:34:45
18132 Log: Twisted format testing, from Merijn.
18133 Branch: perl
18134 + t/io/format.t
18135 ! MANIFEST
18136____________________________________________________________________________
18137[ 10481] By: jhi on 2001/06/08 19:21:56
18138 Log: More \p{In...} testing, combined with \N{...}.
18139 Branch: perl
18140 ! lib/utf8_heavy.pl t/op/pat.t
18141____________________________________________________________________________
18142[ 10480] By: jhi on 2001/06/08 14:16:06
18143 Log: Metaconfig changes for #10479.
18144 Branch: metaconfig
18145 ! U/Glossary.patch
18146 Branch: metaconfig/U/perl
18147 ! d_modfl.U
18148____________________________________________________________________________
18149[ 10479] By: jhi on 2001/06/08 14:15:32
18150 Log: Be inspired more by Hugo-- introduce HAS_MODFL_POW32_BUG.
18151 Branch: perl
18152 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
18153 ! config_h.SH configure.com epoc/config.sh pp.c uconfig.h
18154 ! uconfig.sh vos/config.alpha.def vos/config.ga.def
18155 ! win32/config.bc win32/config.gc win32/config.vc
18156____________________________________________________________________________
18157[ 10478] By: jhi on 2001/06/08 12:20:41
18158 Log: Subject: Re: [PATCH perl@10439] fix old $^S description in perlvms.pod
18159 From: "Craig A. Berry" <craigberry@mac.com>
18160 Date: Thu, 7 Jun 2001 14:27:20 -0500
18161 Message-Id: <a05100e01b7458075db7d@[172.16.52.1]>
18162 Branch: perl
18163 ! vms/perlvms.pod
18164____________________________________________________________________________
18165[ 10477] By: jhi on 2001/06/08 12:19:00
18166 Log: Subject: [PATCH] Unresolved symbol in ext/re/re.xs
18167 From: Gisle Aas <gisle@ActiveState.com>
18168 Date: 07 Jun 2001 17:04:29 -0700
18169 Message-ID: <lrae3jsupe.fsf@caliper.ActiveState.com>
18170 Branch: perl
18171 ! ext/re/re.xs
18172____________________________________________________________________________
18173[ 10476] By: jhi on 2001/06/08 01:35:42
18174 Log: Update Changes.
18175 Branch: perl
18176 ! Changes patchlevel.h
18177____________________________________________________________________________
3e1b4879
JH
18178[ 10475] By: jhi on 2001/06/08 00:53:45
18179 Log: Regen Glossary et alia.
18180 Branch: perl
18181 ! Porting/Glossary Porting/config.sh Porting/config_H
18182____________________________________________________________________________
18183[ 10474] By: jhi on 2001/06/07 22:06:38
18184 Log: Metaconfig unit changes for #10473.
18185 Branch: metaconfig/U/perl
18186 ! d_modfl.U
18187____________________________________________________________________________
18188[ 10473] By: jhi on 2001/06/07 22:06:16
18189 Log: Harumph, also AIX will spill its guts (i.e. dump core)
18190 if an executable contains modfl() but it hasn't been
18191 compiled right (in the case of AIX, with cc -qlongdouble).
18192 Branch: perl
18193 ! Configure
18194____________________________________________________________________________
18195[ 10472] By: gsar on 2001/06/07 20:04:28
18196 Log: integrate change#10471 from mainline
18197
18198 in change#10451, check that CvOUTSIDE is a CV before looking in
18199 (it can apparently be SVt_NULL during global destruction)
18200 Branch: maint-5.6/perl
18201 !> op.c
18202____________________________________________________________________________
18203[ 10471] By: gsar on 2001/06/07 20:01:31
18204 Log: in change#10451, check that CvOUTSIDE is a CV before looking in
18205 (it can apparently be SVt_NULL during global destruction)
18206 Branch: perl
18207 ! op.c
18208____________________________________________________________________________
18209[ 10470] By: jhi on 2001/06/07 12:17:51
18210 Log: Subject: Re: [PATCH perl@10439] diagnostics and long C<=item>s
18211 From: Robin Barker <rmb1@cise.npl.co.uk>
18212 Date: Thu, 7 Jun 2001 13:01:06 +0100 (BST)
18213 Message-Id: <200106071201.NAA13627@tempest.npl.co.uk>
18214 Branch: perl
18215 ! lib/diagnostics.pm pod/perldiag.pod
18216____________________________________________________________________________
18217[ 10469] By: jhi on 2001/06/07 12:16:12
18218 Log: Subject: [PATCH perl@10439] long =item
18219 From: Robin Barker <rmb1@cise.npl.co.uk>
18220 Date: Thu, 7 Jun 2001 12:34:08 +0100 (BST)
18221 Message-Id: <200106071134.MAA10288@tempest.npl.co.uk>
18222 Branch: perl
18223 ! README.amiga lib/Attribute/Handlers.pm
18224 ! lib/ExtUtils/Constant.pm lib/Locale/Maketext.pod
18225____________________________________________________________________________
18226[ 10468] By: jhi on 2001/06/07 12:08:56
18227 Log: Subject: [PATCH 5.7.1 pod/perlguts.pod] IOK vs pIOK docs
18228 Date: Thu, 7 Jun 2001 10:09:59 +0100 (BST)
18229 Reply-To: Dave Mitchell <davem@fdgroup.co.uk>
18230 Message-Id: <200106070909.KAA25610@gizmo.fdgroup.co.uk>
18231 Branch: perl
18232 ! pod/perlguts.pod
18233____________________________________________________________________________
18234[ 10467] By: jhi on 2001/06/07 12:04:26
18235 Log: Integrate perlio.
18236 Branch: perl
18237 !> sv.c
18238____________________________________________________________________________
18239[ 10466] By: nick on 2001/06/07 10:25:40
18240 Log: MULTIPLICITY fix for S_grok_number(), also a few gratuitious trailing
18241 whitespace tweaks.
18242 Still coredumps in pragma/overload.t - what a nice hard fail that is...
18243 Branch: perlio
18244 ! sv.c
18245____________________________________________________________________________
18246[ 10465] By: nick on 2001/06/07 08:41:58
18247 Log: Raw integrate of mainline for S_grok_number debug
18248 (sv.c has MULTIPLICITY issues as well as whatever else ...)
18249 Branch: perlio
18250 - plan9/perlplan9.doc plan9/perlplan9.pod
18251 !> (integrate 46 files)
18252____________________________________________________________________________
18253[ 10464] By: jhi on 2001/06/06 23:33:58
18254 Log: The proper prototyping for #10463.
18255 Branch: perl
18256 ! embed.h embed.pl proto.h sv.c
18257____________________________________________________________________________
18258[ 10463] By: jhi on 2001/06/06 23:15:30
18259 Log: Subject: Re: [PATCH] nuke strtol (was Re: One fix for strtoul not setting errno)
18260 From: Nicholas Clark <nick@ccl4.org>
18261 Date: Thu, 7 Jun 2001 00:29:59 +0100
18262 Message-ID: <20010607002959.Z76396@plum.flirble.org>
18263 Branch: perl
18264 ! sv.c
18265____________________________________________________________________________
18266[ 10462] By: jhi on 2001/06/06 23:13:19
18267 Log: Subject: [PATCH perl@10439] fix old $^S description in perlvms.pod
18268 From: "Craig A. Berry" <craigberry@mac.com>
18269 Date: Wed, 06 Jun 2001 17:54:30 -0500
18270 Message-Id: <5.1.0.14.0.20010606174814.03c2c880@exchi01>
18271 Branch: perl
18272 ! vms/perlvms.pod
18273____________________________________________________________________________
18274[ 10461] By: jhi on 2001/06/06 23:10:00
18275 Log: Podify the remaining README.platform files;
18276 merge README.plan9 and plan9/perlplan9.pod;
18277 delete plan9/perlplan9.* (the perlplan.doc needs to
18278 be regenerated in Plan 9); make the =head1 and =head2
18279 in the README.platform to be a little more verbose
18280 (skipped README.os2 not to anger Ilya) so that they
18281 look better in the toc; regen toc.
18282 Branch: perl
18283 - plan9/perlplan9.doc plan9/perlplan9.pod
18284 ! MANIFEST README.aix README.amiga README.apollo README.beos
18285 ! README.bs2000 README.cygwin README.dgux README.dos README.epoc
18286 ! README.hpux README.hurd README.machten README.macos
18287 ! README.micro README.mint README.mpeix README.os390
18288 ! README.plan9 README.qnx README.solaris README.threads
18289 ! README.tru64 README.vmesa README.vms README.vos README.win32
18290 ! plan9/mkfile pod/buildtoc.PL pod/perl.pod pod/perlport.pod
18291 ! pod/perltoc.pod win32/Makefile win32/makefile.mk
18292____________________________________________________________________________
18293[ 10460] By: jhi on 2001/06/06 20:58:53
18294 Log: Subject: [PATCH] Re: Bug in perlguts documentation?
18295 From: Mike Guy <mjtg@cam.ac.uk>
18296 Reply-To: mjtg@cam.ac.uk
18297 Message-Id: <E157fiS-0006Q7-00@draco.cus.cam.ac.uk>
18298 Branch: perl
18299 ! pod/perlguts.pod
18300____________________________________________________________________________
18301[ 10459] By: jhi on 2001/06/06 20:58:15
18302 Log: Subject: [PATCH] Re: [ID 20010604.015] taint + comma = false insecurity
18303 From: Mike Guy <mjtg@cam.ac.uk>
18304 Reply-To: mjtg@cam.ac.uk
18305 Message-Id: <E157flx-0006Uz-00@draco.cus.cam.ac.uk>
18306 Branch: perl
18307 ! pod/perlsec.pod
18308____________________________________________________________________________
18309[ 10458] By: jhi on 2001/06/06 20:56:04
18310 Log: Disable long doubles from pre-5.0 Tru64s.
18311 Branch: perl
18312 ! README.tru64 hints/dec_osf.sh
18313____________________________________________________________________________
18314[ 10457] By: jhi on 2001/06/06 20:49:23
18315 Log: The #10455 exposed that modfl() is fundamentally busted
18316 (as in: dumps core) in pre-5.0 Tru64, so better avoid even
18317 testing it.
18318 Branch: perl
18319 ! hints/dec_osf.sh
18320____________________________________________________________________________
18321[ 10456] By: jhi on 2001/06/06 20:48:35
18322 Log: Metaconfig unit change for #10455.
18323 Branch: metaconfig/U/perl
18324 ! d_modfl.U
18325____________________________________________________________________________
18326[ 10455] By: jhi on 2001/06/06 20:48:09
18327 Log: Configure check for geborken modfl(), inspired by
18328
18329 Subject: Re: [20010118.017] op/int.t failure
18330 From: Hugo <hv@crypt.compulink.co.uk>
18331 Date: Tue, 05 Jun 2001 13:43:27 +0100
18332 Message-Id: <200106051243.NAA15525@crypt.compulink.co.uk>
18333 Branch: perl
18334 ! Configure
18335____________________________________________________________________________
18336[ 10454] By: jhi on 2001/06/06 11:45:08
18337 Log: Integrate changes #10450 and #10451 from maintperl:
18338
18339 optimize change#10448 slightly (don't repeat search in eval""s lexical
18340 scope, since that has already been searched)
18341
18342 change#9108 needs subtler treatment for case of closures created
18343 within eval""
18344 Branch: perl
18345 !> op.c t/op/misc.t
18346____________________________________________________________________________
18347[ 10453] By: jhi on 2001/06/06 11:42:10
18348 Log: MakeMaker magic to compile (when no dynamic loading)
18349 List/Util.xsc as (ListUtil.c and) ListUtil.o since
18350 POSIX-BC (BS2000) linker has an evil limitation of
18351 being unable to include in the same executable several
18352 object files with the same name - case-insensitively -
18353 because otherwise we conflict with util.c.
18354 Strictly speaking currently required only in POSIX-BC
18355 but probably will do no harm elsewhere where static
18356 linking is required.
18357 Branch: perl
18358 ! ext/List/Util/Makefile.PL
18359____________________________________________________________________________
18360[ 10452] By: nick on 2001/06/06 08:59:51
18361 Log: Integrate mainline.
18362 Branch: perlio
18363 +> lib/Attribute/Handlers/demo/Demo.pm
18364 +> lib/Attribute/Handlers/demo/Descriptions.pm
18365 +> lib/Attribute/Handlers/demo/MyClass.pm
18366 +> lib/Attribute/Handlers/demo/demo.pl
18367 +> lib/Attribute/Handlers/demo/demo2.pl
18368 +> lib/Attribute/Handlers/demo/demo3.pl
18369 +> lib/Attribute/Handlers/demo/demo4.pl
18370 +> lib/Attribute/Handlers/demo/demo_call.pl
18371 +> lib/Attribute/Handlers/demo/demo_chain.pl
18372 +> lib/Attribute/Handlers/demo/demo_cycle.pl
18373 +> lib/Attribute/Handlers/demo/demo_hashdir.pl
18374 +> lib/Attribute/Handlers/demo/demo_phases.pl
18375 +> lib/Attribute/Handlers/demo/demo_range.pl
18376 +> lib/Attribute/Handlers/demo/demo_rawdata.pl t/op/override.t
18377 +> uts/strtol_wrap.c
18378 !> (integrate 91 files)
18379____________________________________________________________________________
18380[ 10451] By: gsar on 2001/06/06 07:11:36
18381 Log: change#9108 needs subtler treatment for case of closures created
18382 within eval""
18383 Branch: maint-5.6/perl
18384 ! op.c t/op/misc.t
18385____________________________________________________________________________
18386[ 10450] By: gsar on 2001/06/06 05:47:25
18387 Log: optimize change#10448 slightly (don't repeat search in eval""s lexical
18388 scope, since that has already been searched)
18389 Branch: maint-5.6/perl
18390 ! op.c
18391____________________________________________________________________________
18392[ 10449] By: jhi on 2001/06/06 01:33:31
18393 Log: Integrate change #10448 from maintperl; lexicals
18394 outside an eval"" weren't resolved correctly inside a subroutine
18395 definition inside the eval"" if they were not already referenced
18396 in the toplevel of the eval""-ed code
18397 Branch: perl
18398 !> cop.h op.c pp_ctl.c t/op/misc.t
18399____________________________________________________________________________
18400[ 10448] By: gsar on 2001/06/06 01:03:26
18401 Log: fix yet another bug of hoary vintage found by change#10394: lexicals
18402 outside an eval"" weren't resolved correctly inside a subroutine
18403 definition inside the eval"" if they were not already referenced
18404 in the toplevel of the eval""-ed code
18405 Branch: maint-5.6/perl
18406 ! cop.h op.c pp_ctl.c t/op/misc.t
18407____________________________________________________________________________
18408[ 10447] By: jhi on 2001/06/06 00:51:04
18409 Log: Subject: [PATCH] perl570delta.pod
18410 From: Peter Scott <Peter@PSDT.com>
18411 Date: Tue, 05 Jun 2001 18:51:02 -0700
18412 Message-Id: <4.3.2.7.2.20010605183619.00a94400@psdt.com>
18413 Branch: perl
18414 ! pod/perl570delta.pod
18415____________________________________________________________________________
18416[ 10446] By: jhi on 2001/06/05 23:45:05
18417 Log: The fudge factor is no more needed. I hope.
18418 Branch: perl
18419 ! t/lib/posix.t
18420____________________________________________________________________________
18421[ 10445] By: jhi on 2001/06/05 23:19:19
18422 Log: Subject: Re: [ID 20010529.006] String plus zero inconsistent across platforms
18423 From: Hugo <hv@crypt.compulink.co.uk>
18424 Date: Tue, 05 Jun 2001 12:58:19 +0100
18425 Message-Id: <200106051158.MAA04605@crypt.compulink.co.uk>
18426 Branch: perl
18427 ! util.c
18428____________________________________________________________________________
18429[ 10444] By: jhi on 2001/06/05 11:09:01
18430 Log: Make up prototypes only for those who have the functions
18431 but not the prototypes.
18432 Branch: perl
18433 ! perl.h
18434____________________________________________________________________________
18435[ 10443] By: jhi on 2001/06/05 11:02:13
18436 Log: Subject: Re: Not OK: perl@10439 on win32
18437 From: Prymmer/Kahn <pvhp@best.com>
18438 Date: Mon, 4 Jun 2001 22:11:02 -0700 (PDT)
18439 Message-ID: <Pine.BSF.4.21.0106042136410.26316-100000@shell8.ba.best.com>
18440 Branch: perl
18441 ! perl.h util.c
18442____________________________________________________________________________
18443[ 10442] By: jhi on 2001/06/05 00:55:46
18444 Log: The metaconfig units changes for #10441.
18445 Branch: metaconfig
18446 ! U/modified/Extract.U U/modified/Extractall.U
18447 ! U/modified/Finish.U
18448____________________________________________________________________________
18449[ 10441] By: jhi on 2001/06/05 00:55:17
18450 Log: Extraction of the *.SH wasn't quite working with -Dmksymlinks.
18451 Branch: perl
18452 ! Configure
18453____________________________________________________________________________
18454[ 10440] By: jhi on 2001/06/05 00:28:27
18455 Log: Unnecessary fuzziness undone, noted by Mike Guy.
18456 Branch: perl
18457 ! t/op/tr.t
18458____________________________________________________________________________
18459[ 10439] By: jhi on 2001/06/04 17:14:31
18460 Log: Update Changes.
18461 Branch: perl
18462 ! Changes patchlevel.h
18463____________________________________________________________________________
c5ee9274
JH
18464[ 10438] By: jhi on 2001/06/04 17:10:16
18465 Log: Test case for 'eval "a.b.c.d.e.f;sub"' save stack imbalance
18466 bug found by Ilmari Karonen; the bug fixed by Sarathy's lexical
18467 leakage patch.
18468 Branch: perl
18469 ! t/op/misc.t
18470____________________________________________________________________________
18471[ 10437] By: jhi on 2001/06/04 17:01:06
18472 Log: Test case for #10433/#10424.
18473 Branch: perl
18474 ! t/op/misc.t
18475____________________________________________________________________________
18476[ 10436] By: jhi on 2001/06/04 16:54:21
18477 Log: Subject: One fix for strtoul not setting errno
18478 From: hom00@utsglobal.com (Hal Morris)
18479 Date: Sat, 2 Jun 2001 09:23:11 -0700 (PDT)
18480 Message-Id: <200106021623.JAA06906@cepheus.utsglobal.com>
18481 Branch: perl
18482 + uts/strtol_wrap.c
18483 ! MANIFEST hints/uts.sh
18484____________________________________________________________________________
18485[ 10435] By: jhi on 2001/06/04 16:54:01
18486 Log: Metaconfig units changes for #10434.
18487 Branch: metaconfig
18488 ! U/modified/Cppsym.U
18489 Branch: metaconfig/U/perl
18490 + d_dbminitproto.U d_flockproto.U d_sockatmarkproto.U
18491 + d_syscallproto.U d_usleepproto.U
18492 ! longdblfio.U quadfio.U
18493____________________________________________________________________________
18494[ 10434] By: jhi on 2001/06/04 16:48:33
18495 Log: Configure tweaks; add prototype probes, make the cpp symbols
18496 probe to cast, not whine; test for %Ld and %Lf before %lld and
18497 %llf because the L is the ANSI way.
18498 Branch: perl
18499 ! Configure config_h.SH configure.com epoc/config.sh
18500 ! ext/ODBM_File/ODBM_File.xs perl.h pod/perltoc.pod uconfig.h
18501 ! uconfig.sh vos/config.alpha.def vos/config.ga.def
18502 ! win32/config.bc win32/config.gc win32/config.vc x2p/str.c
18503____________________________________________________________________________
18504[ 10433] By: jhi on 2001/06/04 16:45:23
18505 Log: Sigh. This is what #10424 was supposed to check in.
18506 Branch: perl
18507 ! op.c sv.c sv.h
18508____________________________________________________________________________
18509[ 10432] By: jhi on 2001/06/04 16:29:40
18510 Log: More verbose failure.
18511 Branch: perl
18512 ! t/op/ver.t
18513____________________________________________________________________________
18514[ 10431] By: jhi on 2001/06/04 16:21:55
18515 Log: The .pm changes to go with #10428.
18516 Branch: perl
18517 ! ext/Fcntl/Fcntl.pm ext/Socket/Socket.pm
18518 ! ext/Sys/Syslog/Syslog.pm
18519____________________________________________________________________________
18520[ 10430] By: jhi on 2001/06/04 16:05:20
18521 Log: On second thoughts show to utf8 skippage message only
18522 on failures, it's too confusing otherwise,
18523 Branch: perl
18524 ! t/pragma/locale.t
18525____________________________________________________________________________
18526[ 10429] By: jhi on 2001/06/04 14:47:50
18527 Log: Do not import anything from Encode.
18528 Branch: perl
18529 ! ext/MIME/Base64/QuotedPrint.pm
18530____________________________________________________________________________
18531[ 10428] By: jhi on 2001/06/04 14:45:47
18532 Log: The #10402 didn't take. Weird.
18533 Branch: perl
18534 ! ext/Fcntl/Fcntl.xs ext/Socket/Socket.xs
18535 ! ext/Sys/Syslog/Syslog.xs
18536____________________________________________________________________________
18537[ 10427] By: jhi on 2001/06/04 12:55:39
18538 Log: Eradicate traces of 'asciirange' re subpragma.
18539 Branch: perl
18540 ! ext/B/B/Deparse.pm ext/MIME/Base64/QuotedPrint.pm ext/re/re.pm
18541 ! pod/perldiag.pod
18542____________________________________________________________________________
18543[ 10426] By: jhi on 2001/06/04 12:44:05
18544 Log: use is a compile-time thing.
18545 Branch: perl
18546 ! ext/MIME/Base64/QuotedPrint.pm
18547____________________________________________________________________________
18548[ 10425] By: jhi on 2001/06/04 12:39:44
18549 Log: Subject: [PATCH perl@10419] -Wall casting patch
18550 From: Robin Barker <rmb1@cise.npl.co.uk>
18551 Date: Mon, 4 Jun 2001 14:27:28 +0100 (BST)
18552 Message-Id: <200106041327.OAA15338@tempest.npl.co.uk>
18553 Branch: perl
18554 ! ext/Devel/DProf/DProf.xs mg.c
18555____________________________________________________________________________
18556[ 10424] By: jhi on 2001/06/04 12:23:30
18557 Log: Subject: [PATCH #2] introducing SVpad_TYPED
18558 From: Abhijit Menon-Sen <ams@wiw.org>
18559 Date: Mon, 4 Jun 2001 12:26:02 +0530
18560 Message-ID: <20010604122602.A5775@lustre.linux.in>
18561 Branch: perl
18562 ! op.c sv.c sv.h
18563____________________________________________________________________________
18564[ 10423] By: gsar on 2001/06/04 05:12:18
18565 Log: testsuite for change#10192 (from Gisle Aas)
18566 Branch: perl
18567 + t/op/override.t
18568 ! MANIFEST
18569____________________________________________________________________________
18570[ 10422] By: gsar on 2001/06/04 02:32:03
18571 Log: integrate changes#10414-10416 from mainline
18572
18573 Potential buffer overrun if the radix separator is more than
18574 one byte. Also, under locales, prefer the locale-specific
18575 separator over the old boring ".".
18576
18577 "10.", that is, decimal numbers can have no decimal part at all.
18578
18579 The non-locale places need love, too.
18580 Branch: maint-5.6/perl
18581 !> perl.h sv.c
18582____________________________________________________________________________
18583[ 10421] By: jhi on 2001/06/04 02:25:53
18584 Log: Missed from #10420.
18585 Branch: perl
18586 ! epoc/config.sh
18587____________________________________________________________________________
18588[ 10420] By: jhi on 2001/06/04 02:19:58
18589 Log: Missed HAS_SETRESGID_PROTO. No serious harm done since
18590 often this prototype goes with HAS_SETRESUID_PROTO.
18591 Branch: perl
18592 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
18593 ! config_h.SH configure.com perl.h uconfig.h
18594____________________________________________________________________________
18595[ 10419] By: jhi on 2001/06/04 00:24:55
18596 Log: Update Changes.
18597 Branch: perl
18598 ! Changes patchlevel.h
18599____________________________________________________________________________
520db9bf
JH
18600[ 10418] By: jhi on 2001/06/03 23:58:04
18601 Log: -Wall "subscript has type `char'" cleanup.
18602 Branch: perl
18603 ! ext/File/Glob/bsd_glob.c x2p/a2py.c x2p/str.c x2p/walk.c
18604____________________________________________________________________________
18605[ 10417] By: jhi on 2001/06/03 23:37:17
18606 Log: Various "cast to pointer from integer of different size"
18607 picked up by gcc -Wall (in Tru64 where pointers are 64 bits
18608 wide but I32 (int) only 32 bits wide).
18609
18610 WARNING: the classnum and tagnum changes in Storable.xs
18611 may not be wise, they may be breaking binary compatibility
18612 (in 64-bit platforms), asked Raphael Manfredi about the changes.
18613 Branch: perl
18614 ! embed.pl ext/Devel/DProf/DProf.xs ext/Storable/Storable.xs
18615 ! mg.c proto.h
18616____________________________________________________________________________
18617[ 10416] By: jhi on 2001/06/03 23:15:24
18618 Log: The non-locale places need love, too.
18619 Branch: perl
18620 ! perl.h
18621____________________________________________________________________________
18622[ 10415] By: jhi on 2001/06/03 23:10:55
18623 Log: "10.", that is, decimal numbers can have no decimal part at all.
18624 Branch: perl
18625 ! perl.h
18626____________________________________________________________________________
18627[ 10414] By: jhi on 2001/06/03 22:49:55
18628 Log: Potential buffer overrun if the radix separator is more than
18629 one byte. Also, under locales, prefer the locale-specific
18630 separator over the old boring ".".
18631 Branch: perl
18632 ! perl.h sv.c
18633____________________________________________________________________________
18634[ 10413] By: jhi on 2001/06/03 22:42:10
18635 Log: Integrate change #10412 from maintperl; locale is now
18636 per-cop, not per-op; plus retweak the locale.t to always
18637 list the skipped utf8 locales.
18638 Branch: perl
18639 ! t/pragma/locale.t
18640 !> embed.h lib/locale.pm op.c op.h opcode.h opcode.pl perl.h pp.c
18641 !> pp.sym pp_ctl.c pp_proto.h pp_sys.c util.c
18642____________________________________________________________________________
18643[ 10412] By: gsar on 2001/06/03 22:23:16
18644 Log: rationalize locale handling to fix the bugs uncovered by change#10394
18645
18646 the major issue was that the runtime was looking at PL_hints rather
18647 than op_private to notice whether locale was enabled
18648
18649 the secondary issue was that many locale-sensitive numeric ops didn't
18650 have HINT_LOCALE propagated into their op_private
18651
18652 HINT_LOCALE is now propagated per-statement (i.e., via PL_curcop)
18653 instead of per-op, just like HINT_BYTE and the hints for lexical
18654 warnings (this makes the hint available to every op via PL_curcop)
18655
18656 pragma/locale.t may need to be reworked with these fixes in mind
18657 (it currently passes its tests)
18658 Branch: maint-5.6/perl
18659 ! embed.h lib/locale.pm op.c op.h opcode.h opcode.pl perl.h pp.c
18660 ! pp.sym pp_ctl.c pp_proto.h pp_sys.c t/pragma/locale.t util.c
18661____________________________________________________________________________
18662[ 10411] By: jhi on 2001/06/03 17:50:49
18663 Log: More verbose debugging.
18664 Branch: perl
18665 ! t/pragma/locale.t
18666____________________________________________________________________________
18667[ 10410] By: jhi on 2001/06/03 17:36:40
18668 Log: Subject: RE: [PATCHES] regcomp.c, pod/perldiag.pod, t/op/pat.t
18669 From: "Paul Marquess" <Paul_Marquess@Yahoo.co.uk>
18670 Date: Sat, 2 Jun 2001 22:53:33 +0100
18671 Message-ID: <000601c0ebae$77d10dc0$99dcfea9@bfs.phone.com>
18672 Branch: perl
18673 ! regcomp.c t/pragma/warn/regcomp
18674____________________________________________________________________________
18675[ 10409] By: jhi on 2001/06/03 17:27:13
18676 Log: Mention that lexicalizing $a or $b is a bad idea if one
18677 wants to use sort().
18678 Branch: perl
18679 ! pod/perlvar.pod
18680____________________________________________________________________________
18681[ 10408] By: jhi on 2001/06/03 16:52:41
18682 Log: Tweak the test to be happy if the accuracy is 'good enough'.
18683 Branch: perl
18684 ! t/lib/posix.t
18685____________________________________________________________________________
18686[ 10407] By: jhi on 2001/06/03 16:50:33
18687 Log: Upgrade to Attribute::Handlers 0.70.
18688
18689 NOTE: this unearthed the "too late for CHECK block" bug,
18690 that's why the 1_compile.t change.
18691 Branch: perl
18692 + lib/Attribute/Handlers/demo/Demo.pm
18693 + lib/Attribute/Handlers/demo/Descriptions.pm
18694 + lib/Attribute/Handlers/demo/MyClass.pm
18695 + lib/Attribute/Handlers/demo/demo.pl
18696 + lib/Attribute/Handlers/demo/demo2.pl
18697 + lib/Attribute/Handlers/demo/demo3.pl
18698 + lib/Attribute/Handlers/demo/demo4.pl
18699 + lib/Attribute/Handlers/demo/demo_call.pl
18700 + lib/Attribute/Handlers/demo/demo_chain.pl
18701 + lib/Attribute/Handlers/demo/demo_cycle.pl
18702 + lib/Attribute/Handlers/demo/demo_hashdir.pl
18703 + lib/Attribute/Handlers/demo/demo_phases.pl
18704 + lib/Attribute/Handlers/demo/demo_range.pl
18705 + lib/Attribute/Handlers/demo/demo_rawdata.pl
18706 ! MANIFEST lib/Attribute/Handlers.pm t/lib/1_compile.t
18707 ! t/lib/attrhand.t
18708____________________________________________________________________________
18709[ 10406] By: jhi on 2001/06/03 16:40:03
18710 Log: One less -Wall whine.
18711 Branch: perl
18712 ! regcomp.c
18713____________________________________________________________________________
18714[ 10405] By: jhi on 2001/06/03 16:30:34
18715 Log: Integrate change #10404 from maintperl; eval.t was in pre-10394 mood.
18716 Branch: perl
18717 !> t/op/eval.t
18718____________________________________________________________________________
18719[ 10404] By: gsar on 2001/06/03 16:23:07
18720 Log: eval.t was relying on pre-change#10394 buggy behavior (lexicals
18721 aren't "normally" visible inside eval""s contained in subs unless
18722 a cloned reference to them already exists)
18723
585d6f80
JH
18724 strangely enough, t/harness didn't show this up as a failure
18725 (harness needs fixing?)
520db9bf
JH
18726 Branch: maint-5.6/perl
18727 ! t/op/eval.t
18728____________________________________________________________________________
18729[ 10403] By: jhi on 2001/06/03 16:22:59
18730 Log: Update to Text::Balanced 1.85.
18731 Branch: perl
18732 ! lib/Text/Balanced.pm t/lib/tb-xvari.t
18733____________________________________________________________________________
18734[ 10402] By: jhi on 2001/06/03 16:18:09
18735 Log: Subject: [PATCH] Re: ext/Socket/Socket.xs
18736 From: Nicholas Clark <nick@ccl4.org>
18737 Date: Sun, 3 Jun 2001 17:54:36 +0100
18738 Message-ID: <20010603175436.E76396@plum.flirble.org>
18739 Branch: perl
18740 ! ext/Fcntl/Fcntl.xs ext/Socket/Socket.xs
18741 ! ext/Sys/Syslog/Syslog.xs
18742____________________________________________________________________________
18743[ 10401] By: jhi on 2001/06/03 16:09:33
18744 Log: Unused variables.
18745 Branch: perl
18746 ! util.c
18747____________________________________________________________________________
18748[ 10400] By: jhi on 2001/06/03 16:04:26
18749 Log: Subject: [PATCH] APIfy op_clear
18750 From: Simon Cozens <simon@netthink.co.uk>
18751 Date: Sun, 3 Jun 2001 13:51:46 +0100
18752 Message-ID: <20010603135146.A9984@deep-dark-truthful-mirror.pmb.ox.ac.uk>
18753
18754 (despite the subject line, op_null is APIfied by the patch)
18755 Branch: perl
18756 ! embed.h embed.pl global.sym objXSUB.h perlapi.c
18757____________________________________________________________________________
18758[ 10399] By: jhi on 2001/06/03 15:51:35
18759 Log: Subject: [PATCH] t/lib/extutils.t
18760 From: Nicholas Clark <nick@ccl4.org>
18761 Date: Sat, 2 Jun 2001 23:57:05 +0100
18762 Message-ID: <20010602235705.Q12698@plum.flirble.org>
18763 Branch: perl
18764 ! lib/ExtUtils/Constant.pm t/lib/extutils.t
18765____________________________________________________________________________
18766[ 10398] By: jhi on 2001/06/03 15:34:11
18767 Log: Subject: [PATCH: perl@10360] update two win32 Makefiles
18768 From: Prymmer/Kahn <pvhp@best.com>
18769 Date: Sun, 3 Jun 2001 08:55:14 -0700 (PDT)
18770 Message-ID: <Pine.BSF.4.21.0106030845550.21619-100000@shell8.ba.best.com>
18771 Branch: perl
18772 ! win32/Makefile win32/makefile.mk
18773____________________________________________________________________________
18774[ 10397] By: jhi on 2001/06/03 15:12:13
18775 Log: Subject: Re: 'decimal digits' macro?
18776 From: Hugo <hv@crypt.compulink.co.uk>
18777 Date: Sun, 03 Jun 2001 04:26:36 +0100
18778 Message-Id: <200106030326.EAA18786@crypt.compulink.co.uk>
18779 Branch: perl
18780 ! handy.h t/lib/posix.t t/op/tr.t
18781____________________________________________________________________________
18782[ 10396] By: jhi on 2001/06/03 15:10:49
18783 Log: Subject: Re: [ID 20010529.006] String plus zero inconsistent across platforms
18784 From: Hugo <hv@crypt.compulink.co.uk>
18785 Date: Sun, 03 Jun 2001 14:56:30 +0100
18786 Message-Id: <200106031356.OAA12517@crypt.compulink.co.uk>
18787 Branch: perl
18788 ! util.c
18789____________________________________________________________________________
18790[ 10395] By: jhi on 2001/06/03 14:59:41
18791 Log: Integrate change #10394 from maintperl; lexical file scope leakage.
18792 Branch: perl
18793 !> perly.c perly.y t/op/misc.t t/pragma/warn/universal
18794 !> vms/perly_c.vms
18795____________________________________________________________________________
18796[ 10394] By: gsar on 2001/06/03 03:05:43
18797 Log: fix leakage of lexicals at file scope into subroutines that were
18798 declared before them; this appears to be a longstanding bug that
18799 meant that lexicals at file scope were never "deintroduced", meaning
18800 their scope range was never properly closed, and their visibility
18801 extended to all subsequent eval""s or requires
18802
18803 added a test case
18804
18805 seems to also fix a case of bogus duplicate warnings
18806 Branch: maint-5.6/perl
18807 ! perly.c perly.y t/op/misc.t t/pragma/warn/universal
18808 ! vms/perly_c.vms
18809____________________________________________________________________________
18810[ 10393] By: jhi on 2001/06/02 16:55:03
18811 Log: More VMS tweaks from Craig A. Berry.
18812 Branch: perl
18813 ! configure.com t/lib/extutils.t
18814____________________________________________________________________________
18815[ 10392] By: jhi on 2001/06/02 16:48:26
18816 Log: -Wall cleanup continues.
18817 Branch: perl
18818 ! README.tru64 embed.h embed.pl ext/NDBM_File/NDBM_File.xs
18819 ! ext/POSIX/POSIX.xs ext/PerlIO/Scalar/Scalar.xs
18820 ! ext/Storable/Storable.xs ext/Sys/Hostname/Hostname.xs
18821 ! ext/Sys/Syslog/Syslog.xs perl.c proto.h regcomp.c regexec.c
18822 ! run.c toke.c util.c
18823____________________________________________________________________________
18824[ 10391] By: jhi on 2001/06/02 13:29:47
18825 Log: The metaconfig unit change for #10390.
18826 Branch: metaconfig/U/perl
18827 ! gccvers.U
18828____________________________________________________________________________
18829[ 10390] By: jhi on 2001/06/02 13:29:12
18830 Log: Drop the -ansi from the default gcc flags.
18831
18832 Off_t/off_t is a struct in Solaris with largefiles, and with -ansi
18833 that struct cannot be compared with a flat integer, such as STRLEN.
18834 The -ansi will also cause a lot of noise in Solaris because of:
18835 /usr/include/sys/resource.h:148: warning: `struct rlimit64' declared inside parameter list
18836 Branch: perl
18837 ! Configure
18838____________________________________________________________________________
18839[ 10389] By: jhi on 2001/06/02 13:14:57
18840 Log: Integrate perlio.
18841 Branch: perl
18842 !> pod/perlapi.pod util.c
18843____________________________________________________________________________
18844[ 10388] By: nick on 2001/06/02 08:01:12
18845 Log: Integrate mainline
18846 Branch: perlio
18847 +> lib/Attribute/Handlers.pm t/lib/attrhand.t
18848 !> MANIFEST configure.com ext/MIME/Base64/QuotedPrint.pm
18849 !> lib/File/Find.pm pod/perlmodlib.pod pod/perltoc.pod
18850 !> t/lib/1_compile.t t/lib/mimeqp.t
18851____________________________________________________________________________
18852[ 10387] By: nick on 2001/06/02 07:39:17
18853 Log: Tweak util.c's atof2 for MULTIPLICITY
18854 Branch: perlio
18855 ! util.c
18856____________________________________________________________________________
18857[ 10386] By: nick on 2001/06/02 07:38:33
18858 Log: Integrate mainline
18859 Branch: perlio
18860 !> (integrate 41 files)
18861____________________________________________________________________________
18862[ 10385] By: jhi on 2001/06/01 22:12:48
18863 Log: Add Attribute::Handlers 0.61 from Damian Conway.
18864 Branch: perl
18865 + lib/Attribute/Handlers.pm t/lib/attrhand.t
18866 ! MANIFEST pod/perlmodlib.pod pod/perltoc.pod t/lib/1_compile.t
18867____________________________________________________________________________
18868[ 10384] By: jhi on 2001/06/01 21:53:14
18869 Log: Subject: [PATCH: perl@10328] allow MIME::QuotePrint to handle ASCII code numbers on EBCDIC machines
18870 From: Peter Prymmer <pvhp@forte.com>
18871 Date: Fri, 1 Jun 2001 15:49:22 -0700 (PDT)
18872 Message-ID: <Pine.OSF.4.10.10106011545140.323662-100000@aspara.forte.com>
18873 Branch: perl
18874 ! ext/MIME/Base64/QuotedPrint.pm t/lib/mimeqp.t
18875____________________________________________________________________________
18876[ 10383] By: jhi on 2001/06/01 21:36:11
18877 Log: Subject: [PATCH File::Find] 'do 1' and puzzling (?>...)
18878 From: Jeff Pinyan <jeffp@crusoe.net>
18879 Date: Fri, 1 Jun 2001 14:13:56 -0400 (EDT)
18880 Message-ID: <Pine.GSO.4.21.0106011412520.21027-100000@crusoe.crusoe.net>
18881 Branch: perl
18882 ! lib/File/Find.pm
18883____________________________________________________________________________
18884[ 10382] By: jhi on 2001/06/01 21:35:02
18885 Log: Subject: [PATCH perl@10381] configure.com tweaks
18886 From: "Craig A. Berry" <craigberry@mac.com>
18887 Date: Fri, 1 Jun 2001 13:55:43 -0500
18888 Message-Id: <a05100e00b73d942aa9da@[172.16.52.1]>
18889 Branch: perl
18890 ! configure.com
18891____________________________________________________________________________
18892[ 10381] By: jhi on 2001/06/01 16:37:21
18893 Log: Update Changes.
18894 Branch: perl
18895 ! Changes patchlevel.h
18896____________________________________________________________________________
f508f4bf
JH
18897[ 10380] By: jhi on 2001/06/01 16:19:18
18898 Log: Subject: [PATCH] Re: [ID 20010529.004] program doesn't work unless in debug mode
18899 From: Mike Guy <mjtg@cam.ac.uk>
18900 Date: Fri, 01 Jun 2001 18:17:02 +0100
18901 Message-Id: <E155sXm-0001C2-00@draco.cus.cam.ac.uk>
18902 Branch: perl
18903 ! lib/perl5db.pl
18904____________________________________________________________________________
18905[ 10379] By: jhi on 2001/06/01 16:13:28
18906 Log: Subject: Re: [ID 20010529.006] String plus zero inconsistent across platforms
18907 From: Hugo <hv@crypt.compulink.co.uk>
18908 Date: Thu, 31 May 2001 20:49:48 +0100
18909 Message-Id: <200105311949.UAA02798@crypt.compulink.co.uk>
18910 Branch: perl
18911 ! embed.h embed.pl global.sym objXSUB.h perl.h perlapi.c proto.h
18912 ! util.c
18913____________________________________________________________________________
18914[ 10378] By: jhi on 2001/06/01 15:56:35
18915 Log: Zero() is not available in x2p (or, rather, some of its
18916 implementations like memzero() might not be available.)
18917 Branch: perl
18918 ! x2p/hash.c
18919____________________________________________________________________________
18920[ 10377] By: jhi on 2001/06/01 15:44:48
18921 Log: Subject: [PATCH x2p/hash.c] bzero -> memset
18922 From: Michael G Schwern <schwern@pobox.com>
18923 Date: Fri, 1 Jun 2001 12:00:29 +0100
18924 Message-ID: <20010601120029.F29027@blackrider.blackstar.co.uk>
18925
18926 (But use Zero() instead of memset.)
18927 Branch: perl
18928 ! x2p/hash.c
18929____________________________________________________________________________
18930[ 10376] By: jhi on 2001/06/01 15:39:52
18931 Log: Subject: Re: [PATCHES] regcomp.c, pod/perldiag.pod, t/op/pat.t
18932 From: Jeff Pinyan <jeffp@crusoe.net>
18933 Date: Fri, 1 Jun 2001 10:33:55 -0400 (EDT)
18934 Message-ID: <Pine.GSO.4.21.0106011032080.21027-100000@crusoe.crusoe.net>
18935 Branch: perl
18936 ! pod/perldiag.pod regcomp.c t/op/pat.t
18937____________________________________________________________________________
18938[ 10375] By: jhi on 2001/06/01 15:36:35
18939 Log: Retract #10324 and #10333; not needed.
18940 Branch: perl
18941 ! hints/irix_6.sh hints/linux.sh
18942____________________________________________________________________________
18943[ 10374] By: jhi on 2001/06/01 15:35:19
18944 Log: The #10370 wasn't quite right.
18945 Branch: perl
18946 ! ext/XS/Typemap/Typemap.xs
18947____________________________________________________________________________
18948[ 10373] By: jhi on 2001/06/01 15:34:49
18949 Log: The metaconfig units changes for #10372.
18950 Branch: metaconfig/U/perl
18951 + d_realpath.U d_sresgproto.U d_sresuproto.U
18952 ! gccvers.U i_db.U
18953____________________________________________________________________________
18954[ 10372] By: jhi on 2001/06/01 15:34:24
18955 Log: Configure tweaks; record the Berkeley DB version,
18956 probe for realpath(), for setresuid() and setresgid()
18957 prototypes; use realpath() (try to be paranoid enough),
18958 use the setres[ug]id prototypes because glibc has the functions
18959 but not their prototypes; add -Wall -ansi to gcc ccflags;
18960 regen toc.
18961 Branch: perl
18962 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
18963 ! config_h.SH configure.com epoc/config.sh
18964 ! ext/DB_File/DB_File.xs perl.h pod/perlapi.pod pod/perltoc.pod
18965 ! uconfig.h uconfig.sh util.c vos/config.alpha.def
18966 ! vos/config.ga.def win32/config.bc win32/config.gc
18967 ! win32/config.vc
18968____________________________________________________________________________
18969[ 10371] By: jhi on 2001/06/01 12:50:05
18970 Log: Subject: Re: [PATCH xsutils.c] Quieting warnings
18971 From: Michael G Schwern <schwern@pobox.com>
18972 Date: Fri, 1 Jun 2001 11:28:14 +0100
18973 Message-ID: <20010601112814.B29027@blackrider.blackstar.co.uk>
18974 Branch: perl
18975 ! lib/attributes.pm xsutils.c
18976____________________________________________________________________________
18977[ 10370] By: jhi on 2001/06/01 12:48:55
18978 Log: Subject: [PATCH] Fix -Wall on XS::Typemap
18979 From: Tim Jenness <t.jenness@jach.hawaii.edu>
18980 Date: Thu, 31 May 2001 16:15:37 -1000 (HST)
18981 Message-ID: <Pine.LNX.4.33.0105311610110.9337-100000@lapaki.jach.hawaii.edu>
18982 Branch: perl
18983 ! ext/XS/Typemap/Typemap.xs
18984____________________________________________________________________________
18985[ 10369] By: jhi on 2001/06/01 12:47:21
18986 Log: Subject: [patch] Cwd.xs optimizations/abstraction
18987 From: Doug MacEachern <dougm@covalent.net>
18988 Date: Thu, 31 May 2001 17:37:37 -0700 (PDT)
18989 Message-ID: <Pine.LNX.4.21.0105311733270.732-100000@mako.covalent.net>
18990 Branch: perl
18991 ! embed.h embed.pl ext/Cwd/Cwd.xs global.sym lib/Cwd.pm
18992 ! objXSUB.h perlapi.c pod/perlapi.pod proto.h util.c
18993____________________________________________________________________________
18994[ 10368] By: jhi on 2001/06/01 12:32:00
18995 Log: Subject: Re: Why t/lib/extutils.t is failing (was Re: [PATCH] Re: [PATCH] Re: [SPAM] Re: [SPAM] Re: [EGGS] Re: [BACON] Re: [TOAST] Re: [PATCH] Re: [PATCH] Re: h2xs [was Re: HEAR YE, HEAR YE!])
18996 From: Nicholas Clark <nick@ccl4.org>
18997 Date: Thu, 31 May 2001 23:56:40 +0100
18998 Message-ID: <20010531235640.F12698@plum.flirble.org>
18999
19000 Make the test work also under only static extensions
19001 (sh Configure -Uusedl fakes this nicely)
19002 Branch: perl
19003 ! t/lib/extutils.t
19004____________________________________________________________________________
19005[ 10367] By: jhi on 2001/06/01 12:27:53
19006 Log: Subject: [PATCH hv.c] Eliminating trigraph
19007 From: Michael G Schwern <schwern@pobox.com>
19008 Message-ID: <20010601114955.E29027@blackrider.blackstar.co.uk>
19009 Date: Fri, 1 Jun 2001 11:49:56 +0100
19010 Branch: perl
19011 ! hv.c
19012____________________________________________________________________________
19013[ 10366] By: jhi on 2001/06/01 12:14:57
19014 Log: Subject: Re: [PATCH] Tests for File::Compare
19015 From: "Philip Newton" <Philip.Newton@gmx.net>
19016 Date: Thu, 31 May 2001 19:44:05 +0200
19017 Message-Id: <200105311748.f4VHmCt18269@chaos.wustl.edu>
19018
19019 Unnecessary "quotation marks".
19020 Branch: perl
19021 ! t/lib/filecomp.t
19022____________________________________________________________________________
19023[ 10365] By: jhi on 2001/06/01 12:13:26
19024 Log: Integrate perlio.
19025 Branch: perl
19026 !> lib/ExtUtils/MM_Win32.pm t/lib/filecomp.t
19027____________________________________________________________________________
19028[ 10364] By: nick on 2001/06/01 10:13:31
19029 Log: Cleanup dll.base and dll.exp created by GCC builds.
19030 Branch: perlio
19031 ! lib/ExtUtils/MM_Win32.pm
19032____________________________________________________________________________
19033[ 10363] By: nick on 2001/06/01 10:02:17
19034 Log: Make filecomp test work on CRLF platforms by adding binmode.
19035 Branch: perlio
19036 ! t/lib/filecomp.t
19037____________________________________________________________________________
19038[ 10362] By: nick on 2001/06/01 08:37:17
19039 Log: Integrate mainline
19040 Branch: perlio
19041 !> Changes Configure patchlevel.h perlio.c
19042____________________________________________________________________________
19043[ 10361] By: jhi on 2001/05/31 15:09:34
19044 Log: panic:claustrophobia.
19045 Branch: perl
19046 ! perlio.c
19047____________________________________________________________________________
19048[ 10360] By: jhi on 2001/05/31 13:04:25
19049 Log: Update Changes.
19050 Branch: perl
19051 ! Changes patchlevel.h
19052____________________________________________________________________________
19053[ 10359] By: nick on 2001/05/31 12:35:50
19054 Log: Integrate mainline.
19055 Branch: perlio
19056 +> t/lib/filecomp.t
19057 !> AUTHORS MANIFEST ext/Storable/Storable.xs gv.c perl.c perl.h
19058 !> pp_ctl.c sv.c t/lib/1_compile.t toke.c util.c
19059____________________________________________________________________________
54848fd9
JH
19060[ 10358] By: jhi on 2001/05/31 12:35:05
19061 Log: Integrate perlio.
19062 Branch: perl
19063 !> t/pragma/warn/toke win32/config_H.bc win32/config_H.gc
19064 !> win32/config_H.vc
19065____________________________________________________________________________
19066[ 10357] By: jhi on 2001/05/31 12:34:04
19067 Log: Metaconfig unit change for #10356.
19068 Branch: metaconfig
19069 ! U/installdirs/inc_version_list.U
19070____________________________________________________________________________
19071[ 10356] By: jhi on 2001/05/31 12:33:41
19072 Log: Allow Configure -Dinc_version_list='5.6.0/$archname 5.6.0' ...
19073 (idea from Sarathy; implementation from Andy)
19074 Branch: perl
19075 ! Configure
19076____________________________________________________________________________
19077[ 10355] By: jhi on 2001/05/31 12:18:06
19078 Log: More AUTHORS.
19079 Branch: perl
19080 ! AUTHORS
19081____________________________________________________________________________
19082[ 10354] By: jhi on 2001/05/31 12:16:24
19083 Log: Subject: Re: [PATCH] Tests for File::Compare
19084 From: Alexander Gough <alexander.gough@st-hughs.oxford.ac.uk>
19085 Date: Thu, 31 May 2001 13:26:34 +0100 (GMT)
19086 Message-Id: <E155RX8-0004X2-00@wing1.herald.ox.ac.uk>
19087 Branch: perl
19088 + t/lib/filecomp.t
19089 ! MANIFEST t/lib/1_compile.t
19090____________________________________________________________________________
19091[ 10353] By: jhi on 2001/05/31 12:11:24
19092 Log: Subject: [PATCH] DEBUG_* macro cleanups
19093 From: Abhijit Menon-Sen <ams@wiw.org>
19094 Date: Thu, 31 May 2001 12:16:22 +0530
19095 Message-ID: <20010531121622.B4829@lustre.linux.in>
19096
19097 Subject: Re: [PATCH] DEBUG_* macro cleanups
19098 From: Abhijit Menon-Sen <ams@wiw.org>
19099 Date: Thu, 31 May 2001 13:57:01 +0530
19100 Message-ID: <20010531135701.A21775@lustre.linux.in>
19101
19102 (The DEBUG_ definitions in perl.h changed to use the
19103 STMT_START and STMT_END.)
19104 Branch: perl
19105 ! perl.h pp_ctl.c sv.c toke.c
19106____________________________________________________________________________
19107[ 10352] By: jhi on 2001/05/31 11:53:31
19108 Log: Subject: [PATCH] -Wall cleanups: perl.c, gv.c, Storable.xs
19109 From: Abhijit Menon-Sen <ams@wiw.org>
19110 Date: Thu, 31 May 2001 08:27:55 +0530
19111 Message-ID: <20010531082755.A10018@lustre.linux.in>
19112 Branch: perl
19113 ! ext/Storable/Storable.xs gv.c perl.c
19114____________________________________________________________________________
19115[ 10351] By: jhi on 2001/05/31 11:45:16
19116 Log: Subject: [PATCH] AUTHORS
19117 From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
19118 Date: Thu, 31 May 2001 01:27:59 -0500
19119 Message-ID: <20010531012758.A1595@staff1.cso.uiuc.edu>
19120
19121 Subject: Re: [PATCH] AUTHORS
19122 From: "Philip Newton" <Philip.Newton@gmx.net>
19123 Date: Thu, 31 May 2001 10:08:06 +0200
19124 (Message-Id missing?)
19125 Branch: perl
19126 ! AUTHORS
19127____________________________________________________________________________
19128[ 10350] By: nick on 2001/05/31 11:40:43
19129 Log: win32 - dmake regen_config_h
19130 Branch: perlio
19131 ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
19132____________________________________________________________________________
19133[ 10349] By: jhi on 2001/05/31 11:38:27
19134 Log: Subject: Re: [PATCH util.c] More warning cleanups.
19135 From: "Philip Newton" <Philip.Newton@gmx.net>
19136 Date: Thu, 31 May 2001 07:41:36 +0200
19137 Message-Id: <200105310538.IAA25458@taku.hut.fi>
19138
19139 Undo C++-ism that snekt in.
19140 Branch: perl
19141 ! util.c
19142____________________________________________________________________________
19143[ 10348] By: nick on 2001/05/31 11:36:46
19144 Log: Tolerate Win32 numerics
19145 Branch: perlio
19146 ! t/pragma/warn/toke
19147____________________________________________________________________________
19148[ 10347] By: jhi on 2001/05/31 11:29:40
19149 Log: Integrate perlio.
19150 Branch: perl
19151 !> perlio.c win32/win32.h
19152____________________________________________________________________________
19153[ 10346] By: nick on 2001/05/31 10:54:55
19154 Log: Hack to restore Win32 pseudo fork broken by Multiple Interpreter
19155 perlio.c change 10255.
19156 Branch: perlio
19157 ! perlio.c
19158____________________________________________________________________________
19159[ 10345] By: nick on 2001/05/31 10:01:57
19160 Log: Conditionaly put back some "unused" dTHX which are used
19161 with PERL_IMPLICIT_SYS
19162 Branch: perlio
19163 ! perlio.c
19164____________________________________________________________________________
19165[ 10344] By: nick on 2001/05/31 10:00:59
19166 Log: Fix Win32 for new spelling IN_BYTES
19167 Branch: perlio
19168 ! win32/win32.h
19169____________________________________________________________________________
19170[ 10343] By: nick on 2001/05/31 08:01:32
19171 Log: perlio.c -Wall cleaner under MULTIPLICITY
19172 - still minor noise with linux stdio
19173 Branch: perlio
19174 ! perlio.c
19175____________________________________________________________________________
19176[ 10342] By: nick on 2001/05/31 07:52:23
19177 Log: Integrate mainline.
19178 Branch: perlio
19179 !> (integrate 42 files)
19180____________________________________________________________________________
19181[ 10341] By: jhi on 2001/05/31 01:39:02
19182 Log: AUTHORS updates.
19183 Branch: perl
19184 ! AUTHORS
19185____________________________________________________________________________
19186[ 10340] By: jhi on 2001/05/31 00:19:29
19187 Log: Subject: [PATCH: perl@10328] new md5sum for modified MD5.xs file
19188 From: Peter Prymmer <pvhp@forte.com>
19189 Date: Wed, 30 May 2001 17:57:20 -0700 (PDT)
19190 Message-ID: <Pine.OSF.4.10.10105301753210.129765-100000@aspara.forte.com>
19191 Branch: perl
19192 ! t/lib/md5-file.t
19193____________________________________________________________________________
19194[ 10339] By: jhi on 2001/05/31 00:16:44
19195 Log: Salvage bits and pieces from the experimental 'utf8 everywhere'
19196 patch: rename HINT_BYTE and IN_BYTE to HINT_BYTES and IN_BYTES
19197 to match the pragma name; various robustness cleanups.
19198 Branch: perl
19199 ! lib/utf8_heavy.pl mg.c perl.h pp.c pp_ctl.c pp_sys.c regexec.c
19200 ! sv.c toke.c utf8.c utf8.h utfebcdic.h
19201____________________________________________________________________________
19202[ 10338] By: jhi on 2001/05/30 23:56:14
19203 Log: More -Wall sweeping.
19204 Branch: perl
19205 ! av.c doio.c ext/Cwd/Cwd.xs ext/Devel/DProf/DProf.xs
19206 ! ext/Devel/Peek/Peek.xs ext/Encode/Encode.xs
19207 ! ext/List/Util/Util.xs gv.c op.c pp.c pp_ctl.c pp_hot.c
19208 ! regcomp.c sv.c toke.c utf8.c
19209____________________________________________________________________________
19210[ 10337] By: jhi on 2001/05/30 23:20:23
19211 Log: Subject: [PATCH] (was Re: [PATCH] Re: Report /pro/3gl/CPAN/perl-5.7.1)
19212 From: Nicholas Clark <nick@ccl4.org>
19213 Date: Wed, 30 May 2001 22:34:41 +0100
19214 Message-ID: <20010530223441.Y86445@plum.flirble.org>
19215 Branch: perl
19216 ! t/op/cmp.t
19217____________________________________________________________________________
19218[ 10336] By: jhi on 2001/05/30 23:18:48
f508f4bf
JH
19219 Log: It's is not, it isn't ain't, and it's it's, not its,
19220 if you mean it is. If you don't, it's its. Then too,
19221 it's hers. It isn't her's. It isn't our's either.
19222 It's ours, and likewise yours and theirs.
54848fd9
JH
19223 -- Oxford University Press, Edpress News
19224 Branch: perl
19225 ! lib/autouse.pm
19226____________________________________________________________________________
19227[ 10335] By: jhi on 2001/05/30 23:12:30
19228 Log: More -Wall silencing from Michael Schwern and Jarkko Hietaniemi.
19229 Branch: perl
19230 ! doop.c ext/ByteLoader/bytecode.h ext/DB_File/DB_File.xs mg.c
19231 ! perl.c perlio.c regexec.c universal.c util.c x2p/a2py.c
19232 ! x2p/str.c x2p/walk.c xsutils.c
19233____________________________________________________________________________
19234[ 10334] By: jhi on 2001/05/30 22:52:41
19235 Log: Subject: [PATCH perl.c t/run/runenv.t] (was Re: [[ID 20010514.042] Perl v5.6.1 mangles PERL5OPT])
19236 From: Michael G Schwern <schwern@pobox.com>
19237 Date: Wed, 30 May 2001 17:10:38 +0100
19238 Message-ID: <20010530171038.L670@blackrider.blackstar.co.uk>
19239
19240 Subject: Re: [PATCH perl.c t/run/runenv.t] (was Re: [ID 20010514.042] Perl v5.6.1 mangles PERL5OPT])
19241 From: Abhijit Menon-Sen <ams@wiw.org>
19242 Date: Wed, 30 May 2001 23:16:13 +0530
19243 Message-ID: <20010530231613.A31933@lustre.linux.in>
19244 Branch: perl
19245 ! perl.c t/run/runenv.t
19246____________________________________________________________________________
19247[ 10333] By: jhi on 2001/05/30 22:25:02
f508f4bf
JH
19248 Log: (Retracted by #10375.)
19249
19250 IRIX hints patch from Merijn Broeren.
54848fd9
JH
19251
19252 TODO: (this and the earlier Linux hints patch) should be solved
19253 at Configure level. Merijn: -ldb should not be used on any platform
19254 for perl, just when linking DBFile itself. Trying to be helpful here
19255 is counterproductive.
19256 Branch: perl
19257 ! hints/irix_6.sh
19258____________________________________________________________________________
19259[ 10332] By: jhi on 2001/05/30 22:11:13
19260 Log: Subject: Re: [PATCH doop.c] unused variable in Perl_do_join
19261 From: Nicholas Clark <nick@ccl4.org>
19262 Date: Wed, 30 May 2001 23:20:58 +0100
19263 Message-ID: <20010530232058.B86445@plum.flirble.org>
19264 Branch: perl
19265 ! doop.c
19266____________________________________________________________________________
19267[ 10331] By: jhi on 2001/05/30 22:09:49
19268 Log: Subject: Re: [PATCH perl@10298] fix extutils.t and autouse.t for VMS
19269 From: Michael G Schwern <schwern@pobox.com>
19270 Date: Wed, 30 May 2001 15:24:20 +0100
19271 Message-ID: <20010530152420.H670@blackrider.blackstar.co.uk>
19272 Branch: perl
19273 ! t/pragma/autouse.t
19274____________________________________________________________________________
19275[ 10330] By: jhi on 2001/05/30 22:02:21
19276 Log: The regex trick wasn't a good idea.
19277 Branch: perl
19278 ! pod/perlfaq4.pod
19279____________________________________________________________________________
19280[ 10329] By: nick on 2001/05/30 18:34:35
19281 Log: Integrate mainline
19282 Branch: perlio
19283 !> (integrate 40 files)
19284____________________________________________________________________________
19285[ 10328] By: jhi on 2001/05/30 14:28:39
19286 Log: Update Changes.
19287 Branch: perl
19288 ! Changes patchlevel.h
19289____________________________________________________________________________
19290[ 10327] By: jhi on 2001/05/30 14:07:01
19291 Log: The metaconfig unit change for #10325.
19292 Branch: metaconfig
19293 + U/modified/afs.U
19294____________________________________________________________________________
4e488382
JH
19295[ 10326] By: jhi on 2001/05/30 14:06:36
19296 Log: More -Wall cleanup from Schwern; the EBCDIC MD5.xs checksum
19297 is now wrong.
19298 Branch: perl
19299 ! ext/Digest/MD5/MD5.xs t/lib/md5-file.t
19300____________________________________________________________________________
19301[ 10325] By: jhi on 2001/05/30 14:04:28
19302 Log: Introduce $Config{afsroot}.
19303 Branch: perl
19304 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
19305 ! config_h.SH epoc/config.sh uconfig.sh win32/config.bc
19306 ! win32/config.gc win32/config.vc
19307____________________________________________________________________________
19308[ 10324] By: jhi on 2001/05/30 13:49:44
f508f4bf
JH
19309 Log: (Retracted by #10375.)
19310
19311 Linux DB tweak from Merijn Broeren <merijnb@iloquent.nl>.
4e488382
JH
19312 Branch: perl
19313 ! hints/linux.sh
19314____________________________________________________________________________
19315[ 10323] By: jhi on 2001/05/30 13:49:29
19316 Log: AFS patches from Merijn Broeren <merijnb@iloquent.nl>.
19317 (Also Configure tweaks needed; coming up soon.)
19318 Branch: perl
19319 ! t/io/fs.t t/lib/glob-basic.t t/op/stat.t
19320____________________________________________________________________________
19321[ 10322] By: jhi on 2001/05/30 13:37:56
19322 Log: Subject: [PATCH lib/perl5db.pl] Conditional breakpoints
19323 From: Michael G Schwern <schwern@pobox.com>
19324 Date: Sun, 27 May 2001 10:29:43 +0100
19325 Message-ID: <20010527102942.J711@blackrider.blackstar.co.uk>
19326 Branch: perl
19327 ! lib/perl5db.pl
19328____________________________________________________________________________
19329[ 10321] By: jhi on 2001/05/30 13:36:28
19330 Log: Medley of -Wall cleanups from Michael Schwen, Hugo van der Sanden,
19331 and Abhijit Menon-Sen.
19332 Branch: perl
19333 ! av.c doio.c doop.c dump.c ext/Digest/MD5/MD5.xs malloc.c op.c
19334 ! perl.c pp_sys.c regcomp.c
19335____________________________________________________________________________
19336[ 10320] By: jhi on 2001/05/30 13:35:27
19337 Log: Fix the BOOT section to call myU2time properly.
19338 Branch: perl
19339 ! ext/Time/HiRes/HiRes.xs
19340____________________________________________________________________________
19341[ 10319] By: jhi on 2001/05/30 13:06:09
19342 Log: Subject: Re: [PATCH pod/perlfaq4.pod] Example of working in integers to avoid floating point errors
19343 From: Ronald J Kimball <rjk@linguist.thayer.dartmouth.edu>
19344 Date: Wed, 30 May 2001 09:44:29 -0400
19345 Message-ID: <20010530094429.B133085@linguist.thayer.dartmouth.edu>
19346
19347 Detypo; plus add one more trick.
19348 Branch: perl
19349 ! pod/perlfaq4.pod
19350____________________________________________________________________________
19351[ 10318] By: jhi on 2001/05/30 12:47:11
19352 Log: Subject: Re: [PATCH lib/autouse.pm t/pragma/autouse.t] (was Re: [ID 20010528.001] use autouse 'URI::Escape' => qw(URI::Escape::uri_escape) failed)
19353 From: Michael G Schwern <schwern@pobox.com>
19354 Date: Wed, 30 May 2001 14:39:06 +0100
19355 Message-ID: <20010530143906.E670@blackrider.blackstar.co.uk>
19356 Branch: perl
19357 ! lib/autouse.pm t/pragma/autouse.t
19358____________________________________________________________________________
19359[ 10317] By: jhi on 2001/05/30 12:46:02
19360 Log: Subject: Re: AIX and gcc (moving targets)
19361 From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
19362 Date: Wed, 30 May 2001 15:25:08 +0200
19363 Message-Id: <20010530152117.7097.H.M.BRAND@hccnet.nl>
19364 Branch: perl
19365 ! ext/Time/HiRes/HiRes.xs
19366____________________________________________________________________________
19367[ 10316] By: jhi on 2001/05/30 12:40:46
19368 Log: Subject: [PATCH t/TEST] sorting tests
19369 From: Michael G Schwern <schwern@pobox.com>
19370 Date: Wed, 30 May 2001 10:24:02 +0100
19371 Message-ID: <20010530102402.Q670@blackrider.blackstar.co.uk>
19372 Branch: perl
19373 ! t/TEST
19374____________________________________________________________________________
19375[ 10315] By: jhi on 2001/05/30 12:37:43
19376 Log: Subject: [ID 20010529.002] typos in man page perlre
19377 From: bart@cg681574-a.adubn1.nj.home.com
19378 Date: Tue, 29 May 2001 13:58:59 -0500
19379 Message-Id: <E154ohn-00053j-00@debian.adubn1.nj.home.com>
19380 Branch: perl
19381 ! pod/perlre.pod
19382____________________________________________________________________________
19383[ 10314] By: jhi on 2001/05/30 12:33:53
19384 Log: Subject: [PATCH perl@10298] fix extutils.t and autouse.t for VMS
19385 From: "Craig A. Berry" <craigberry@mac.com>
19386 Date: Tue, 29 May 2001 23:23:45 -0500
19387 Message-Id: <a05100e01b73a21721dee@[192.168.56.153]>
19388 Branch: perl
19389 ! t/lib/extutils.t t/pragma/autouse.t
19390____________________________________________________________________________
19391[ 10313] By: jhi on 2001/05/30 12:32:17
19392 Log: Subject: Re: [ID 20010529.003] find2perl and File::Find doesn't emulate find when path is a symlink (patch to t/lib/filefind.t as requested)
19393 From: David Dyck <dcd@tc.fluke.com>
19394 Date: Tue, 29 May 2001 22:05:28 -0700 (PDT)
19395 Message-ID: <Pine.LNX.4.33.0105292200060.26992-100000@dd.tc.fluke.com>
19396 Branch: perl
19397 ! t/lib/filefind.t
19398____________________________________________________________________________
19399[ 10312] By: jhi on 2001/05/30 12:31:02
19400 Log: AIX hints update for gcc from Merijn H. Brand.
19401 Branch: perl
19402 ! hints/aix.sh
19403____________________________________________________________________________
19404[ 10311] By: jhi on 2001/05/30 12:18:20
19405 Log: Retract #10295 and #10296: a more generic solution
19406 is needed (there's something funny with gcc on AIX).
19407 Branch: perl
19408 ! ext/POSIX/Makefile.PL ext/Storable/Makefile.PL
19409____________________________________________________________________________
19410[ 10310] By: jhi on 2001/05/30 12:08:07
19411 Log: Subject: Re: [ID 20010528.004] dual bug under utf8: $@ has UTF8 flag and \s+ does not match
19412 From: Hugo <hv@crypt.compulink.co.uk>
19413 Date: Wed, 30 May 2001 11:59:19 +0100
19414 Message-Id: <200105301059.LAA03182@crypt.compulink.co.uk>
19415
19416 localizing $@ has unfortunate semantics - if you die past
19417 a local $@, the die message is lost.
19418 Branch: perl
19419 ! lib/utf8_heavy.pl
19420____________________________________________________________________________
19421[ 10309] By: nick on 2001/05/30 08:23:02
19422 Log: Integrate mainline (autouse works again.)
19423 Branch: perlio
19424 !> ext/Time/Piece/Piece.pm hints/os2.sh lib/File/Find.pm
19425 !> lib/autouse.pm pod/perlfaq4.pod pod/perlfaq6.pod
19426 !> pod/perlvar.pod t/op/cmp.t
19427____________________________________________________________________________
19428[ 10308] By: jhi on 2001/05/30 01:55:02
19429 Log: Subject: [ID 20010529.003] find2perl and File::Find doesn't emulate find when path is a symlink (with proposed patch)
19430 From: David Dyck <dcd@tc.fluke.com>
19431 Date: Tue, 29 May 2001 12:19:38 -0700 (PDT)
19432 Message-Id: <Pine.LNX.4.33.0105291216510.17409-100000@dd.tc.fluke.com>
19433 Branch: perl
19434 ! lib/File/Find.pm
19435____________________________________________________________________________
19436[ 10307] By: jhi on 2001/05/30 01:47:22
19437 Log: Subject: [PATCH] Re: Report /pro/3gl/CPAN/perl-5.7.1
19438 From: Nicholas Clark <nick@ccl4.org>
19439 Date: Tue, 29 May 2001 23:16:09 +0100
19440 Message-ID: <20010529231609.U86445@plum.flirble.org>
19441
19442 Make the test output slightly clearer by distinguishing
19443 between '' and undef.
19444 Branch: perl
19445 ! t/op/cmp.t
19446____________________________________________________________________________
19447[ 10306] By: jhi on 2001/05/30 01:45:12
19448 Log: Subject: [PATCH 5.6.1] flushNULL OS/2
19449 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
19450 Date: Tue, 29 May 2001 19:15:19 -0400
19451 Message-ID: <20010529191519.A16020@math.ohio-state.edu>
19452 Branch: perl
19453 ! hints/os2.sh
19454____________________________________________________________________________
19455[ 10305] By: jhi on 2001/05/30 01:42:36
19456 Log: Subject: perlvar.pod addition
19457 From: Peter Gessner <peter.gessner@post.rwth-aachen.de>
19458 Date: Fri, 25 May 2001 20:23:12 +0200
19459 Message-ID: <3B0EA310.B265C048@post.rwth-aachen.de>
19460
19461 Subject: Re: perlvar.pod addition
19462 From: "Abigail" <abigail@foad.org>
19463 Date: Fri, 25 May 2001 22:00:39 +0200
19464 Message-ID: <20010525200039.28029.qmail@foad.org>
19465
19466 Mention $a and $b in perlvar.
19467 Branch: perl
19468 ! pod/perlvar.pod
19469____________________________________________________________________________
19470[ 10304] By: jhi on 2001/05/30 01:36:37
19471 Log: Subject: [PATCH] perlvar.pod -- why isn't @F here?
19472 From: Jeff Pinyan <jeffp@crusoe.net>
19473 Date: Tue, 29 May 2001 22:27:51 -0400 (EDT)
19474 Message-ID: <Pine.GSO.4.21.0105292227150.1961-100000@crusoe.crusoe.net>
19475 Branch: perl
19476 ! pod/perlvar.pod
19477____________________________________________________________________________
19478[ 10303] By: jhi on 2001/05/30 01:35:31
19479 Log: Subject: Re: [PATCH] perlfaq6.pod -- case-aware s///
19480 From: Jeff Pinyan <jeffp@crusoe.net>
19481 Date: Tue, 29 May 2001 18:03:27 -0400 (EDT)
19482 Message-ID: <Pine.GSO.4.21.0105291802330.1961-100000@crusoe.crusoe.net>
19483 Branch: perl
19484 ! pod/perlfaq6.pod
19485____________________________________________________________________________
19486[ 10302] By: jhi on 2001/05/29 20:18:49
19487 Log: Mention Time::localtime and Time::gmtime.
19488 Branch: perl
19489 ! ext/Time/Piece/Piece.pm
19490____________________________________________________________________________
19491[ 10301] By: jhi on 2001/05/29 20:13:54
19492 Log: Subject: [PATCH pod/perlfaq4.pod] Example of working in integers to avoid floating point errors
19493 From: Michael G Schwern <schwern@pobox.com>
19494 Date: Tue, 29 May 2001 18:51:32 +0100
19495 Message-ID: <20010529185132.C706@blackrider.blackstar.co.uk>
19496 Branch: perl
19497 ! pod/perlfaq4.pod
19498____________________________________________________________________________
19499[ 10300] By: jhi on 2001/05/29 20:12:09
19500 Log: Retract #10243.
19501 Branch: perl
19502 ! lib/autouse.pm
19503____________________________________________________________________________
19504[ 10299] By: nick on 2001/05/29 18:41:19
19505 Log: Post weekend integrate mainline (fails one test pragma/autouse).
19506 Branch: perlio
19507 +> (branch 29 files)
19508 !> (integrate 91 files)
19509____________________________________________________________________________
19510[ 10298] By: jhi on 2001/05/29 16:29:19
19511 Log: Update Changes.
19512 Branch: perl
19513 ! Changes patchlevel.h
19514____________________________________________________________________________
55bceba6
JH
19515[ 10297] By: jhi on 2001/05/29 16:25:47
19516 Log: Fix Perl_swash_init & Perl_swash_fetch to save ERRSV (= $@)
19517 before Perl_load_module/Perl_call_method and restore the value
19518 after if !SvTRUE(ERRSV). (from Inaba Hiroto)
19519 Branch: perl
19520 ! utf8.c
19521____________________________________________________________________________
19522[ 10296] By: jhi on 2001/05/29 16:01:53
19523 Log: Subject: Re: AIX and gcc (moving targets)
19524 From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
19525 Date: Tue, 29 May 2001 17:59:40 +0200
19526 Message-Id: <20010529175841.7078.H.M.BRAND@hccnet.nl>
19527 Branch: perl
19528 ! ext/Storable/Makefile.PL
19529____________________________________________________________________________
19530[ 10295] By: jhi on 2001/05/29 15:59:05
19531 Log: Subject: Re: AIX and gcc (moving targets)
19532 From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
19533 Date: Tue, 29 May 2001 12:32:57 +0200
19534 Message-Id: <20010529115151.9FE0.H.M.BRAND@hccnet.nl>
19535 Branch: perl
19536 ! ext/POSIX/Makefile.PL
19537____________________________________________________________________________
19538[ 10294] By: jhi on 2001/05/29 15:53:43
f508f4bf
JH
19539 Log: Subject: [PATCH lib/Test/Harness.pm t/lib/test-harness.t] Syncing with 1.21
19540 From: Michael G Schwern <schwern@pobox.com>
19541 Date: Tue, 29 May 2001 09:53:29 +0100
19542 Message-ID: <20010529095329.T675@blackrider.blackstar.co.uk>
19543
54848fd9 19544 (#10280 retracted)
55bceba6
JH
19545 Branch: perl
19546 ! lib/Test/Harness.pm t/lib/test-harness.t
19547____________________________________________________________________________
19548[ 10293] By: jhi on 2001/05/29 15:46:10
54848fd9
JH
19549 Log: Subject: [PATCH t/TEST lib/Test.pm t/lib/Test/*.t] Syncing with Test-1.17
19550 From: Michael G Schwern <schwern@pobox.com>
19551 Date: Tue, 29 May 2001 09:19:52 +0100
19552 Message-ID: <20010529091952.R675@blackrider.blackstar.co.uk>
55bceba6
JH
19553 Branch: perl
19554 + t/lib/Test/fail.t t/lib/Test/mix.t t/lib/Test/onfail.t
19555 + t/lib/Test/qr.t t/lib/Test/skip.t t/lib/Test/success.t
19556 + t/lib/Test/todo.t
19557 ! MANIFEST lib/Test.pm t/TEST
19558____________________________________________________________________________
19559[ 10292] By: jhi on 2001/05/29 15:34:08
54848fd9
JH
19560 Log: From: Michael G Schwern <schwern@pobox.com>
19561 Subject: Re: [PATCH t/TEST] Allowing deeper test subdirectories
19562 Date: Tue, 29 May 2001 08:26:09 +0100
19563 Message-ID: <20010529082609.P675@blackrider.blackstar.co.uk>
55bceba6
JH
19564 Branch: perl
19565 ! t/TEST
19566____________________________________________________________________________
19567[ 10291] By: jhi on 2001/05/29 15:29:37
19568 Log: Add tests for Time::gmtime and Time::localtime.
19569 Branch: perl
19570 + t/lib/time-gmtime.t t/lib/time-localtime.t
19571 ! MANIFEST t/lib/1_compile.t
19572____________________________________________________________________________
19573[ 10290] By: jhi on 2001/05/29 15:15:44
19574 Log: Add test for File::stat.
19575 Branch: perl
19576 + t/lib/filestat.t
19577 ! MANIFEST t/lib/1_compile.t
19578____________________________________________________________________________
19579[ 10289] By: jhi on 2001/05/29 15:05:38
19580 Log: Add test for Net::servent.
19581 Branch: perl
19582 + t/lib/net-sent.t
19583 ! MANIFEST t/lib/1_compile.t
19584____________________________________________________________________________
19585[ 10288] By: jhi on 2001/05/29 14:57:15
19586 Log: Add test for Net::protoent.
19587 Branch: perl
19588 + t/lib/net-pent.t
19589 ! MANIFEST t/lib/1_compile.t
19590____________________________________________________________________________
19591[ 10287] By: jhi on 2001/05/29 14:53:10
19592 Log: Add test for Net::netent.
19593 Branch: perl
19594 + t/lib/net-nent.t
19595 ! MANIFEST t/lib/1_compile.t
19596____________________________________________________________________________
19597[ 10286] By: jhi on 2001/05/29 14:31:57
19598 Log: Add test for User::grent. Portability doubtful.
19599 Branch: perl
19600 + t/lib/user-grent.t
19601 ! MANIFEST t/lib/1_compile.t
19602____________________________________________________________________________
19603[ 10285] By: jhi on 2001/05/29 14:24:20
19604 Log: Add test for User::pwent.
19605 Probably will fall down somewhere for portability reasons.
19606 Branch: perl
19607 + t/lib/user-pwent.t
19608 ! MANIFEST t/lib/1_compile.t
19609____________________________________________________________________________
19610[ 10284] By: jhi on 2001/05/29 13:26:43
19611 Log: Metaconfig units changes for #10283.
19612 Branch: metaconfig
19613 ! U/installdirs/inc_version_list.U U/installdirs/perl5.U
19614 ! U/installdirs/siteman1.U U/installdirs/siteman3.U
19615 ! U/installdirs/sitescript.U U/modified/Signal.U
19616____________________________________________________________________________
19617[ 10283] By: jhi on 2001/05/29 13:26:24
19618 Log: Subject: [PATCH 5.6.1] signal names in Configure
19619 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
19620 Date: Tue, 29 May 2001 03:52:25 -0400
19621 Message-ID: <20010529035225.A9400@math.ohio-state.edu>
19622
19623 Subject: [PATCH 5.6.1] older perl in Configure
19624 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
19625 Date: Tue, 29 May 2001 03:55:40 -0400
19626 Message-ID: <20010529035539.A9411@math.ohio-state.edu>
19627
19628 Subject: [PATCH 5.6.1] goofs in Configure
19629 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
19630 Date: Tue, 29 May 2001 04:13:07 -0400
19631 Message-ID: <20010529041307.A9658@math.ohio-state.edu>
19632
19633 Configure portability tweaks.
19634 Branch: perl
19635 ! Configure
19636____________________________________________________________________________
19637[ 10282] By: jhi on 2001/05/29 12:41:41
19638 Log: Subject: [PATCH 5.6.1] extLibpath for OS/2
19639 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
19640 Date: Tue, 29 May 2001 04:07:06 -0400
19641 Message-ID: <20010529040706.A9579@math.ohio-state.edu>
19642 Branch: perl
19643 ! os2/os2.c
19644____________________________________________________________________________
19645[ 10281] By: jhi on 2001/05/29 12:40:31
19646 Log: Subject: [PATCH 5.6.1] extra static libs for OS/2
19647 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
19648 Date: Tue, 29 May 2001 04:01:38 -0400
19649 Message-ID: <20010529040138.A9482@math.ohio-state.edu>
19650 Branch: perl
19651 ! hints/os2.sh os2/Makefile.SHs
19652____________________________________________________________________________
19653[ 10280] By: jhi on 2001/05/29 12:38:48
19654 Log: Subject: Re: [PATCH 5.6.1] Test::Harness clumsy
19655 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
19656 Date: Tue, 29 May 2001 03:50:18 -0400
19657 Message-ID: <20010529035018.A9387@math.ohio-state.edu>
19658 Branch: perl
19659 ! lib/Test/Harness.pm
19660____________________________________________________________________________
19661[ 10279] By: jhi on 2001/05/29 12:34:53
19662 Log: Additional safeguard against $@ getting trampled; idea from Hugo.
19663 Branch: perl
19664 ! lib/utf8_heavy.pl
19665____________________________________________________________________________
19666[ 10278] By: jhi on 2001/05/29 02:15:24
19667 Log: Subject: Re: [ID 20010528.004] dual bug under utf8: $@ has UTF8 flag and \s+ does not match
19668 From: Hugo <hv@crypt.compulink.co.uk>
19669 Date: Tue, 29 May 2001 03:03:45 +0100
19670 Message-Id: <200105290203.DAA00825@crypt.compulink.co.uk>
19671
19672 Explanation why the $@ always gets the UTF8 flag when under use utf8--
19673 because we told it to have the flag when under use utf8.
19674 Branch: perl
19675 ! pp_ctl.c
19676____________________________________________________________________________
19677[ 10277] By: jhi on 2001/05/29 00:51:34
19678 Log: At least a partial fix for 20010528.004.
19679 Branch: perl
19680 ! lib/utf8_heavy.pl
19681____________________________________________________________________________
19682[ 10276] By: jhi on 2001/05/29 00:42:59
19683 Log: Subject: Re: Report /pro/3gl/CPAN/perl-5.7.1
19684 From: Nicholas Clark <nick@ccl4.org>
19685 Date: Mon, 28 May 2001 23:39:38 +0100
19686 Message-ID: <20010528233938.M86445@plum.flirble.org>
19687
19688 More portable non-zero UV.
19689 Branch: perl
19690 ! t/lib/extutils.t
19691____________________________________________________________________________
19692[ 10275] By: jhi on 2001/05/29 00:40:28
19693 Log: Subject: [PATCH] (was Re: Why t/lib/extutils.t is failing ...
19694 From: Nicholas Clark <nick@ccl4.org>
19695 Date: Mon, 28 May 2001 22:46:09 +0100
19696 Message-ID: <20010528224608.L86445@plum.flirble.org>
19697
19698 Test also "make clean".
19699 Branch: perl
19700 ! t/lib/extutils.t
19701____________________________________________________________________________
19702[ 10274] By: jhi on 2001/05/29 00:39:18
19703 Log: Subject: Re: Would -Wno-unused -Wall be better?
19704 From: Michael G Schwern <schwern@pobox.com>
19705 Date: Tue, 29 May 2001 00:55:54 +0100
19706 Message-ID: <20010529005553.B675@blackrider.blackstar.co.uk>
19707 Branch: perl
19708 ! pp.h
19709____________________________________________________________________________
19710[ 10273] By: jhi on 2001/05/29 00:36:06
19711 Log: Add a test for 20010528.007, fixed in #10272.
19712 Branch: perl
19713 ! t/op/misc.t toke.c
19714____________________________________________________________________________
19715[ 10272] By: jhi on 2001/05/29 00:21:12
19716 Log: Subject: Re: [ID 20010528.007] "\x{" causes panic:constant overflowed allocated space
19717 From: Hugo <hv@crypt.compulink.co.uk>
19718 Date: Tue, 29 May 2001 00:23:23 +0100
19719 Message-Id: <200105282323.AAA07930@crypt.compulink.co.uk>
19720 Branch: perl
19721 ! toke.c
19722____________________________________________________________________________
19723[ 10271] By: jhi on 2001/05/28 22:52:11
19724 Log: Subject: Re: [ID 20010528.001] use autouse 'URI::Escape' => qw(URI::Escape::uri_escape) failed
19725 From: Michael G Schwern <schwern@pobox.com>
19726 Date: Tue, 29 May 2001 00:42:59 +0100
19727 Message-ID: <20010529004259.A675@blackrider.blackstar.co.uk>
19728 Branch: perl
19729 ! t/pragma/autouse.t
19730____________________________________________________________________________
19731[ 10270] By: jhi on 2001/05/28 21:44:06
19732 Log: Some shells seemingly arrange the signal handlers differently
19733 (bug id 20010521.004).
19734 Branch: perl
19735 ! t/lib/sigaction.t
19736____________________________________________________________________________
19737[ 10269] By: jhi on 2001/05/28 20:34:21
19738 Log: Regen perlmodlib.
19739 Branch: perl
19740 ! pod/perlmodlib.pod
19741____________________________________________________________________________
19742[ 10268] By: jhi on 2001/05/28 19:08:45
19743 Log: Update Changes.
19744 Branch: perl
19745 ! Changes patchlevel.h
19746____________________________________________________________________________
71c736f5
JH
19747[ 10267] By: jhi on 2001/05/28 19:03:54
19748 Log: Subject: [PATCH] perlnewmod.pod to reflect DLSI(P) change
19749 From: Elaine -HFB- Ashton <elaine@chaos.wustl.edu>
19750 Date: Mon, 28 May 2001 14:56:35 -0500
19751 Message-ID: <20010528145635.L8487@chaos.wustl.edu>
19752 Branch: perl
19753 ! pod/perlnewmod.pod
19754____________________________________________________________________________
19755[ 10266] By: jhi on 2001/05/28 18:35:03
19756 Log: Regen toc.
19757 Branch: perl
19758 ! pod/perltoc.pod
19759____________________________________________________________________________
19760[ 10265] By: jhi on 2001/05/28 18:33:32
19761 Log: Subject: [PATCH] RE: [20000223.001] no test cases for splice(@array)
19762 From: "Richard Soderberg" <rs@crystalflame.net>
19763 Date: Mon, 28 May 2001 12:31:23 -0700
19764 Message-ID: <NAEKLNAAHLMBPMPNBMLEOEFLDFAA.rs@crystalflame.net>
19765 Branch: perl
19766 ! t/op/splice.t
19767____________________________________________________________________________
19768[ 10264] By: jhi on 2001/05/28 17:59:00
19769 Log: The #10260 was too bold: locales and utf8 still do not mix.
19770 Branch: perl
19771 ! t/pragma/locale.t
19772____________________________________________________________________________
19773[ 10263] By: jhi on 2001/05/28 17:52:25
19774 Log: Subject: [PATCH] Pod nitpicks
19775 From: "Richard Soderberg" <rs@crystalflame.net>
19776 Date: Mon, 28 May 2001 10:08:58 -0700
19777 Message-ID: <NAEKLNAAHLMBPMPNBMLEOEFGDFAA.rs@crystalflame.net>
19778 Branch: perl
19779 ! pod/perl571delta.pod pod/perlapi.pod sv.h
19780____________________________________________________________________________
19781[ 10262] By: jhi on 2001/05/28 17:50:05
19782 Log: Upgrade to I18N::LangTags 0.22.
19783 Branch: perl
19784 + lib/I18N/LangTags/List.pod
19785 ! MANIFEST lib/I18N/LangTags.pm
19786____________________________________________________________________________
19787[ 10261] By: jhi on 2001/05/28 17:23:40
19788 Log: A slightly more serious bug found by -Mutf8; op/misc and
19789 lib/complex dumped core.
19790 Branch: perl
19791 ! regexec.c
19792____________________________________________________________________________
19793[ 10260] By: jhi on 2001/05/28 16:58:11
19794 Log: Various buglets shaken out by -Mutf8.
19795 Branch: perl
19796 ! t/io/utf8.t t/lib/charnames.t t/lib/lc-language.t
19797 ! t/pragma/locale.t
19798____________________________________________________________________________
19799[ 10259] By: jhi on 2001/05/28 15:48:46
19800 Log: STDERR looks much like STDOUT. (Subtest #2 wasn't really okay.)
19801 Branch: perl
19802 ! t/lib/carp.t
19803____________________________________________________________________________
19804[ 10258] By: jhi on 2001/05/28 15:32:41
19805 Log: Subject: [PATCH] todo patch
19806 From: Artur Bergman <artur@contiller.se>
19807 Date: Mon, 28 May 2001 17:03:51 +0200
19808 Message-ID: <B7383577.F34%artur@contiller.se>
19809 Branch: perl
19810 ! pod/perltodo.pod
19811____________________________________________________________________________
19812[ 10257] By: jhi on 2001/05/28 15:31:25
19813 Log: Subject: typo in perlguts.pod
19814 From: "John P. Linderman" <jpl@research.att.com>
19815 Date: Mon, 28 May 2001 09:35:47 -0400 (EDT)
19816 Message-Id: <200105281335.JAA27851@raptor.research.att.com>
19817 Branch: perl
19818 ! pod/perlguts.pod
19819____________________________________________________________________________
19820[ 10256] By: jhi on 2001/05/28 15:30:42
19821 Log: Subject: AIX and gcc (moving targets)
19822 From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
19823 Date: Mon, 28 May 2001 12:54:04 +0200
19824 Message-Id: <20010528124531.9FAB.H.M.BRAND@hccnet.nl>
19825 Branch: perl
19826 ! hints/aix.sh
19827____________________________________________________________________________
19828[ 10255] By: jhi on 2001/05/28 15:28:55
19829 Log: Subject: Re: perlio + multiple perl_alloc..destruct
19830 From: Doug MacEachern <dougm@covalent.net>
19831 Date: Sun, 27 May 2001 13:47:13 -0700 (PDT)
19832 Message-ID: <Pine.LNX.4.21.0105271340370.5938-100000@mako.covalent.net>
19833 Branch: perl
19834 ! perlio.c
19835____________________________________________________________________________
19836[ 10254] By: jhi on 2001/05/28 15:27:49
19837 Log: The #10251 wasn't quite up-to-the-code.
19838 Branch: perl
19839 ! t/op/misc.t
19840____________________________________________________________________________
19841[ 10253] By: jhi on 2001/05/28 15:26:39
19842 Log: Test case for bug 20010526.004, fixed in #10252.
19843 Branch: perl
19844 ! t/op/taint.t
19845____________________________________________________________________________
19846[ 10252] By: jhi on 2001/05/28 15:26:14
19847 Log: Subject: Re: [ID 20010526.004] Taint looses value
19848 From: Hugo <hv@crypt.compulink.co.uk>
19849 Date: Sun, 27 May 2001 20:39:32 +0100
19850 Message-Id: <200105271939.UAA27591@crypt.compulink.co.uk>
19851 Branch: perl
19852 ! sv.c
19853____________________________________________________________________________
19854[ 10251] By: jhi on 2001/05/28 15:13:40
19855 Log: Test case for 20010422.005, fixed by #10250.
19856 Branch: perl
19857 ! t/op/misc.t
19858____________________________________________________________________________
19859[ 10250] By: jhi on 2001/05/28 15:11:16
19860 Log: Subject: [PATCH] Re: [ID 20010422.005] perl -e '{s//${}/; //}' # segfaults on FreeBSD
19861 From: Spider Boardman <spider@Orb.Nashua.NH.US>
19862 Date: Mon, 28 May 2001 06:39:12 -0400
19863 Message-Id: <200105281039.GAA03962@Orb.Nashua.NH.US>
19864 Branch: perl
19865 ! toke.c
19866____________________________________________________________________________
19867[ 10249] By: jhi on 2001/05/28 15:09:24
19868 Log: Linerewrapping.
19869 Branch: perl
19870 ! lib/open.pm
19871____________________________________________________________________________
19872[ 10248] By: jhi on 2001/05/28 15:09:07
19873 Log: Updates on the modules list.
19874 Branch: perl
19875 ! t/lib/1_compile.t
19876____________________________________________________________________________
19877[ 10247] By: jhi on 2001/05/28 15:03:35
19878 Log: Add a test for PerlIO.
19879
19880 (I probably got the crlf/raw thing wrong for clrfy platforms...)
19881 Branch: perl
19882 + t/lib/perlio.t
19883 ! MANIFEST lib/PerlIO.pm
19884____________________________________________________________________________
19885[ 10246] By: jhi on 2001/05/28 14:24:08
19886 Log: Add a test for carp et alia.
19887 Branch: perl
19888 + t/lib/carp.t
19889 ! MANIFEST
19890____________________________________________________________________________
19891[ 10245] By: jhi on 2001/05/28 13:42:55
19892 Log: Adding the new test would be swell.
19893 Branch: perl
19894 + t/pragma/autouse.t
19895____________________________________________________________________________
19896[ 10244] By: jhi on 2001/05/28 13:42:34
19897 Log: Add a test for the autouse pragma.
19898 Branch: perl
19899 ! MANIFEST
19900____________________________________________________________________________
19901[ 10243] By: jhi on 2001/05/28 13:26:25
19902 Log: Subject: [ID 20010528.001] use autouse 'URI::Escape' => qw(URI::Escape::uri_escape) failed
19903 From: dLux <dlux@spam.sch.bme.hu>
19904 Date: Sun, 27 May 2001 16:14:26 +0200
19905 Message-Id: <E1541JK-0000YC-00@dl.sch.bme.hu>
19906 Branch: perl
19907 ! lib/autouse.pm
19908____________________________________________________________________________
19909[ 10242] By: jhi on 2001/05/28 13:21:50
19910 Log: Subject: [PATCH #2] RE: [ID 20010528.002] dprofpp: "-R" does not work
19911 From: "Richard Soderberg" <rs@crystalflame.net>
19912 Date: Mon, 28 May 2001 03:56:36 -0700
19913 Message-ID: <NAEKLNAAHLMBPMPNBMLEEEFADFAA.rs@crystalflame.net>
19914 Branch: perl
19915 ! utils/dprofpp.PL
19916____________________________________________________________________________
19917[ 10241] By: jhi on 2001/05/28 13:18:56
19918 Log: Subject: Re: [ID 20010522.003] Time::Local module bug
19919 From: "Stephen P. Potter" <spp@spotter.yi.org>
19920 Date: Tue, 22 May 2001 11:40:25 -0400
19921 Message-Id: <20010522154030.584F4729E2@belgarath.spotter.yi.org>
19922
19923 Subject: Re: [ID 20010522.003] Time::Local module bug
19924 From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
19925 Date: Tue, 22 May 2001 11:50:19 -0400
19926 Message-ID: <20010522115019.D48634@linguist.thayer.dartmouth.edu>
19927 Branch: perl
19928 ! lib/Time/Local.pm
19929____________________________________________________________________________
19930[ 10240] By: jhi on 2001/05/27 22:44:49
19931 Log: The PERL_DL_NONLAZY can have whitespace in front.
19932 Branch: perl
19933 ! t/lib/extutils.t
19934____________________________________________________________________________
19935[ 10239] By: jhi on 2001/05/27 21:23:21
19936 Log: Document strftime() and strptime().
19937 Branch: perl
19938 ! ext/POSIX/POSIX.pod ext/Time/Piece/Piece.pm t/lib/time-piece.t
19939____________________________________________________________________________
19940[ 10238] By: jhi on 2001/05/27 20:29:07
19941 Log: Make Time::Piece::strptime() to be a function, not a method.
19942 Branch: perl
19943 ! ext/Time/Piece/Piece.pm t/lib/time-piece.t
19944____________________________________________________________________________
19945[ 10237] By: jhi on 2001/05/27 20:22:09
19946 Log: Tweak the test to be more portable.
19947 Branch: perl
19948 ! t/lib/extutils.t
19949____________________________________________________________________________
19950[ 10236] By: jhi on 2001/05/27 19:15:54
19951 Log: Subject: PATCH: Re: Re: Attributes that tie
19952 From: Leon Brocard <acme@astray.com>
19953 Date: Sun, 27 May 2001 12:37:29 +0100
19954 Message-ID: <20010527123729.A22663@ns0.astray.com>
19955
19956 Document that variable attributes are not currently usable
19957 for tieing. (An ugly limitation that should be fixed.)
19958 Branch: perl
19959 ! lib/attributes.pm
19960____________________________________________________________________________
19961[ 10235] By: jhi on 2001/05/27 19:03:31
19962 Log: Microperl tweaks.
19963 Branch: perl
19964 ! Makefile.micro uconfig.h uconfig.sh
19965____________________________________________________________________________
19966[ 10234] By: jhi on 2001/05/27 18:22:09
19967 Log: Add make target for microperl (kind of silly, but convenient).
19968 Branch: perl
19969 ! Makefile.SH
19970____________________________________________________________________________
19971[ 10233] By: jhi on 2001/05/27 18:18:56
19972 Log: O_APPEND and O_TRUNC are not portable. (Not available e.g.
19973 for microperl.)
19974 Branch: perl
19975 ! doio.c
19976____________________________________________________________________________
19977[ 10232] By: jhi on 2001/05/27 17:57:18
19978 Log: Subject: [PATCH] [ID 19991013.005] utime undef, undef, @files
19979 From: rspier@pobox.com (Robert Spier)
19980 Date: Sat, 26 May 2001 20:05:23 -0400
19981 Message-ID: <15120.17603.148648.12430@rls.cx>
19982
19983 Subject: Re: [PATCH] [ID 19991013.005] utime undef, undef, @files
19984 From: rspier@pobox.com (Robert Spier)
19985 Date: Sun, 27 May 2001 00:23:12 -0400
19986 Message-ID: <15120.33072.511966.767230@rls.cx>
19987 Branch: perl
19988 ! doio.c pod/perlfunc.pod
19989____________________________________________________________________________
19990[ 10231] By: jhi on 2001/05/27 15:45:20
19991 Log: Regen toc. (And add the README.tru64 from #10230 to MANIFEST.)
19992 Branch: perl
19993 ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
19994____________________________________________________________________________
19995[ 10230] By: jhi on 2001/05/27 15:41:06
19996 Log: Add README.tru64.
19997 Branch: perl
19998 + README.tru64
19999____________________________________________________________________________
20000[ 10229] By: jhi on 2001/05/27 13:50:57
20001 Log: Integrate Locale::Maketext 1.01 from Sean Burke.
20002 Branch: perl
20003 + lib/Locale/Maketext.pm lib/Locale/Maketext.pod
20004 + lib/Locale/Maketext/TPJ13.pod t/lib/lc-maketext.t
20005 ! MANIFEST
20006____________________________________________________________________________
20007[ 10228] By: jhi on 2001/05/27 13:43:38
20008 Log: Integrate I18N::LangTags from Sean Burke.
20009
20010 TODO: the language list from RFC 3066 needs to be integrated
20011 and made available somehow. The list is included in the
20012 I18N-LangTags 0.21 distribution, but it is undocumented
20013 and unconnected to the module.
20014 Branch: perl
20015 + lib/I18N/LangTags.pm t/lib/i18n-langtags.t
20016 ! MANIFEST
20017____________________________________________________________________________
20018[ 10227] By: jhi on 2001/05/27 01:41:33
20019 Log: Allow 'eval "v200"' to work (part of 20000323.059); fix as
20020 envisioned by Sarathy.
20021 Branch: perl
20022 ! t/op/ver.t toke.c
20023____________________________________________________________________________
20024[ 10226] By: jhi on 2001/05/27 00:28:34
20025 Log: Subject: [ID 20010525.001] Pod typo nits fixed
20026 From: lvirden@cas.org
20027 Date: Fri, 25 May 2001 06:57:43 -0400 (EDT)
20028 Message-Id: <200105251057.f4PAvhY13003@lwv26awu.cas.org>
20029
20030 minus the perlsolaris decimation plus the
20031
20032 Subject: Re: [ID 20010525.001] Pod typo nits fixed
20033 From: "Philip Newton" <Philip.Newton@gmx.net>
20034 Date: Fri, 25 May 2001 18:05:55 +0200
20035 Message-Id: <200105251604.f4PG4kt15034@chaos.wustl.edu>
20036 Branch: perl
20037 ! README.amiga README.cygwin README.mpeix pod/perl5005delta.pod
20038 ! pod/perldebtut.pod pod/perlebcdic.pod pod/perlfaq3.pod
20039 ! pod/perlhack.pod pod/perltoc.pod pod/perltodo.pod
20040 ! pod/perlutil.pod pod/perlxstut.pod
20041____________________________________________________________________________
20042[ 10225] By: jhi on 2001/05/26 22:38:16
20043 Log: return clauses are nice.
20044 Branch: perl
20045 ! sv.c
20046____________________________________________________________________________
20047[ 10224] By: jhi on 2001/05/26 22:35:31
20048 Log: Subject: change 10199 backwards?
20049 From: Doug MacEachern <dougm@covalent.net>
20050 Date: Sat, 26 May 2001 11:26:07 -0700 (PDT)
20051 Message-ID: <Pine.LNX.4.21.0105261118510.22038-100000@mako.covalent.net>
20052 Branch: perl
20053 ! sv.c
20054____________________________________________________________________________
20055[ 10223] By: jhi on 2001/05/26 22:31:46
20056 Log: Subject: Re: 5.6.*, bleadperl: bugs in pp_concat
20057 From: Hugo <hv@crypt.compulink.co.uk>
20058 Date: Sat, 26 May 2001 17:05:12 +0100
20059 Message-Id: <200105261605.RAA12295@crypt.compulink.co.uk>
20060 Branch: perl
20061 + t/op/gmagic.t
20062 ! MANIFEST doop.c embed.h embed.pl global.sym
20063 ! lib/File/Basename.pm objXSUB.h perlapi.c pod/perlapi.pod
20064 ! pp_hot.c proto.h sv.c sv.h t/pragma/warn/pp_hot
20065____________________________________________________________________________
20066[ 10222] By: jhi on 2001/05/26 22:10:38
20067 Log: Regen headers for #10221.
20068 Branch: perl
20069 ! global.sym objXSUB.h perlapi.c
20070____________________________________________________________________________
20071[ 10221] By: jhi on 2001/05/26 22:06:06
20072 Log: Subject: [ID 20010506.012] Patch for 5.6.1 embed.pl (shared libperl&mod_perl)
20073 From: Juha Laiho <juha.laiho@Elma.Net>
20074 Date: Thu, 3 May 2001 09:51:30 +0300
20075 Message-Id: <200105030651.JAA327254@tokka.elma.fi>
20076 Branch: perl
20077 ! embed.pl
20078____________________________________________________________________________
20079[ 10220] By: jhi on 2001/05/26 22:01:30
20080 Log: Subject: Re: [PATCH] Re: stability of sort()?
20081 From: "John P. Linderman" <jpl@research.att.com>
20082 Date: Sat, 26 May 2001 13:27:19 -0400
20083 Message-Id: <200105261727.NAA06654@raptor.research.att.com>
20084 Branch: perl
20085 ! pod/perlfunc.pod
20086____________________________________________________________________________
20087[ 10219] By: jhi on 2001/05/26 14:02:34
20088 Log: Integrate perlio.
20089 Branch: perl
20090 !> pod/perlguts.pod
20091____________________________________________________________________________
20092[ 10218] By: jhi on 2001/05/26 13:39:52
20093 Log: Subject: [PATCH perl@10210] PerlIO for VMS
20094 From: "Craig A. Berry" <craigberry@mac.com>
20095 Date: Sat, 26 May 2001 09:34:11 -0500
20096 Message-Id: <a05100e0ab734816701a5@[172.16.52.1]>
20097 Branch: perl
20098 ! configure.com doio.c iperlsys.h perlio.c perlio.h perliol.h
20099 ! perlsdio.h vms/ext/Stdio/Stdio.xs vms/gen_shrfls.pl vms/vms.c
20100 ! vms/vmsish.h
20101____________________________________________________________________________
20102[ 10217] By: jhi on 2001/05/26 13:19:05
20103 Log: Subject: patch to fix: [ID 20010524.004] perl5db.pl version 1.12 doesn't stop on breakpoints
20104 From: David Dyck <dcd@tc.fluke.com>
20105 Date: Fri, 25 May 2001 00:03:04 -0700 (PDT)
20106 Message-ID: <Pine.LNX.4.33.0105242354030.17331-100000@dd.tc.fluke.com>
20107 Branch: perl
20108 ! lib/perl5db.pl
20109____________________________________________________________________________
20110[ 10216] By: jhi on 2001/05/26 13:17:47
20111 Log: Subject: utf8 regexp tests
20112 From: Hugo <hv@crypt.compulink.co.uk>
20113 Date: Fri, 25 May 2001 22:35:01 +0100
20114 Message-Id: <200105252135.WAA03197@crypt.compulink.co.uk>
20115 Branch: perl
20116 ! t/op/regexp.t
20117____________________________________________________________________________
20118[ 10215] By: jhi on 2001/05/26 13:15:40
20119 Log: Subject: [PATCH] Re: stability of sort()?
20120 From: Nicholas Clark <nick@ccl4.org>
20121 Date: Fri, 25 May 2001 22:40:19 +0100
20122 Message-ID: <20010525224019.B86445@plum.flirble.org>
20123 Branch: perl
20124 ! pod/perlfunc.pod
20125____________________________________________________________________________
20126[ 10214] By: jhi on 2001/05/26 13:14:30
20127 Log: Subject: Re: [ID 20010426.005] Magic not being removed at scope exit [PATCH]
20128 From: John Peacock <jpeacock@rowman.com>
20129 Date: Thu, 24 May 2001 22:14:01 -0400
20130 Message-ID: <3B0DBFE9.A7C49084@rowman.com>
20131 Branch: perl
20132 ! mg.c scope.c sv.c
20133____________________________________________________________________________
20134[ 10213] By: jhi on 2001/05/26 13:08:56
20135 Log: Subject: [PATCH] Re: [PATCH] Re: h2xs [was Re: HEAR YE, HEAR YE!]
20136 From: Nicholas Clark <nick@ccl4.org>
20137 Date: Sun, 20 May 2001 19:24:13 +0100
20138 Message-ID: <20010520192413.G83222@plum.flirble.org>
20139 Branch: perl
20140 + lib/ExtUtils/Constant.pm t/lib/extutils.t
20141 ! MANIFEST utils/h2xs.PL
20142____________________________________________________________________________
20143[ 10212] By: nick on 2001/05/26 09:49:28
20144 Log: Change perlguts docs to not suggest PUSHi etc. for multiple results,
20145 add a few more notes there on use of mortals on the stack.
20146 Branch: perlio
20147 ! pod/perlguts.pod
20148____________________________________________________________________________
20149[ 10211] By: nick on 2001/05/26 09:05:36
20150 Log: Integrate mainline
20151 Branch: perlio
20152 +> t/lib/fcntl.t t/pragma/vars.t
20153 !> (integrate 49 files)
20154____________________________________________________________________________
20155[ 10210] By: jhi on 2001/05/25 12:29:16
20156 Log: Update Changes.
20157 Branch: perl
20158 ! Changes patchlevel.h
20159____________________________________________________________________________
610045af
JH
20160[ 10209] By: jhi on 2001/05/25 12:24:45
20161 Log: Based on
20162
20163 Subject: [PATCH pp.c] Wrapping pack("C",256)
20164 From: Simon Cozens <simon@netthink.co.uk>
20165 Date: Sat, 12 May 2001 17:58:41 +0100
20166 Message-ID: <20010512175841.A6132@netthink.co.uk>
20167 Branch: perl
20168 ! pod/perldiag.pod pp.c t/pragma/warn/pp
20169____________________________________________________________________________
20170[ 10208] By: jhi on 2001/05/25 01:37:03
20171 Log: Subject: [PATCH] 5.6.1 Term::Cap -- add terminfo fallback
20172 From: "Brendan O'Dea" <bod@compusol.com.au>
20173 Date: Fri, 25 May 2001 11:18:29 +1000
20174 Message-ID: <20010525111829.A28411@compusol.com.au>
20175
20176 (Slightly modified.)
20177 Branch: perl
20178 ! lib/Term/Cap.pm
20179____________________________________________________________________________
20180[ 10207] By: jhi on 2001/05/25 01:12:14
20181 Log: Subject: Re: [ID 20010506.041] segfault when matching utf8 string
20182 From: Hugo <hv@crypt.compulink.co.uk>
20183 Date: Fri, 25 May 2001 02:13:25 +0100
20184 Message-Id: <200105250113.CAA23158@crypt.compulink.co.uk>
20185 Branch: perl
20186 ! t/op/misc.t
20187____________________________________________________________________________
20188[ 10206] By: jhi on 2001/05/25 01:07:59
20189 Log: Subject: Re: [ID 20010506.041] segfault when matching utf8 string
20190 From: Inaba Hiroto <hiroto.inaba@toshiba.co.jp>
20191 Date: Fri, 25 May 2001 10:25:36 +0900
20192 Message-Id: <200105250124.KAA19571@toshiba.co.jp>
20193 Branch: perl
20194 ! regcomp.c regexec.c
20195____________________________________________________________________________
20196[ 10205] By: jhi on 2001/05/25 01:07:00
20197 Log: Subject: [PATCH #2] stash autovivification and method call error messages
20198 From: Ilmari Karonen <iltzu@sci.fi>
20199 Date: Thu, 24 May 2001 01:51:48 +0300 (EET DST)
20200 Message-ID: <Pine.SOL.3.96.1010524013737.18819D-100000@simpukka>
20201 Branch: perl
20202 ! gv.c pp_hot.c t/op/method.t
20203____________________________________________________________________________
20204[ 10204] By: jhi on 2001/05/25 01:03:50
20205 Log: Add make target and documentation for gprof profiling.
20206 Branch: perl
20207 ! Makefile.SH pod/perlhack.pod
20208____________________________________________________________________________
20209[ 10203] By: jhi on 2001/05/24 21:09:36
20210 Log: Subject: Don't think about UTF8
20211 From: Mike Guy <mjtg@cam.ac.uk>
20212 Date: Tue, 22 May 2001 14:35:39 +0100
20213 Message-Id: <E152CK3-00028O-00@virgo.cus.cam.ac.uk>
20214 Branch: perl
20215 ! sv.h
20216____________________________________________________________________________
20217[ 10202] By: jhi on 2001/05/24 21:07:25
20218 Log: Subject: [ID 20010524.002] find2perl bug in fileglob_to_re
20219 From: Geraint A Edwards <gedge@serf.org>
20220 Date: Thu, 24 May 2001 22:51:24 +0100
20221 Message-Id: <20010524225124.A34981@cymru.serf.org>
20222 Branch: perl
20223 ! x2p/find2perl.PL
20224____________________________________________________________________________
20225[ 10201] By: jhi on 2001/05/24 21:02:30
20226 Log: DB_File has its own attribute story.
20227 Branch: perl
20228 ! ext/DB_File/DB_File.xs
20229____________________________________________________________________________
20230[ 10200] By: jhi on 2001/05/24 19:54:21
20231 Log: Subject: Re: Making perl with -Wall
20232 From: Andy Dougherty <doughera@lafayette.edu>
20233 Date: Thu, 24 May 2001 14:33:37 -0400 (EDT)
20234 Message-ID: <Pine.SOL.4.10.10105241415460.2443-100000@maxwell.phys.lafayette.edu>
20235 Branch: perl
20236 ! perl.h
20237____________________________________________________________________________
20238[ 10199] By: jhi on 2001/05/24 15:15:03
20239 Log: Subject: RE: [ID 20010521.003] - [PATCH #2] sv.c: sv_dup_inc(SvRV(sstr)) wasn't checking SvWEAKREF
20240 From: "Richard Soderberg" <rs@crystalflame.net>
20241 Date: Thu, 24 May 2001 08:58:16 -0700
20242 Message-ID: <NAEKLNAAHLMBPMPNBMLEOEPODEAA.rs@crystalflame.net>
20243 Branch: perl
20244 ! sv.c
20245____________________________________________________________________________
20246[ 10198] By: jhi on 2001/05/24 15:10:04
20247 Log: IV/UV casting fixes from Nicholas Clark.
20248 Branch: perl
20249 ! perl.h pp_sys.c util.c
20250____________________________________________________________________________
20251[ 10197] By: jhi on 2001/05/24 14:19:44
20252 Log: Subject: Re: Making perl with -Wall
20253 From: Michael G Schwern <schwern@pobox.com>
20254 Date: Thu, 24 May 2001 15:40:28 +0100
20255 Message-ID: <20010524154028.B1988@blackrider.blackstar.co.uk>
20256 Branch: perl
20257 ! malloc.c perl.h
20258____________________________________________________________________________
20259[ 10196] By: jhi on 2001/05/24 14:04:41
20260 Log: Subject: [PATCH] Re: [ID 20010521.004] Two test suite failures on this platform with latest rsync
20261 From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
20262 Date: Tue, 22 May 2001 11:49:37 +0200
20263 Message-Id: <20010522114044.BC4E.H.M.BRAND@hccnet.nl>
20264 Branch: metaconfig
20265 ! U/modified/Oldsym.U
20266 Branch: metaconfig/U/perl
20267 ! patchlevel.U
20268 Branch: perl
20269 ! Configure config_h.SH myconfig.SH
20270____________________________________________________________________________
20271[ 10195] By: jhi on 2001/05/24 13:25:04
20272 Log: Under versiononly install also the scripts with the version suffix.
20273 (e.g. .../bin/h2xs5.7.1)
20274 Branch: perl
20275 ! installperl
20276____________________________________________________________________________
20277[ 10194] By: jhi on 2001/05/24 13:02:49
20278 Log: Subject: [PATCH] Stop segfault in mg.c:636
20279 From: "Richard Soderberg" <rs@crystalflame.net>
20280 Date: Thu, 24 May 2001 05:51:52 -0700
20281 Message-ID: <NAEKLNAAHLMBPMPNBMLEGEPGDEAA.rs@crystalflame.net>
20282 Branch: perl
20283 ! mg.c
20284____________________________________________________________________________
20285[ 10193] By: jhi on 2001/05/24 12:37:13
20286 Log: Iteration continues; hopefully convergently.
20287 Branch: perl
20288 ! t/lib/b-stash.t
20289____________________________________________________________________________
20290[ 10192] By: jhi on 2001/05/24 12:36:35
20291 Log: Subject: [PATCH] CORE::GLOBAL::require override happens too early
20292 From: Gisle Aas <gisle@ActiveState.com>
20293 Date: 23 May 2001 16:13:10 -0700
20294 Message-ID: <lrofsjfym1.fsf@caliper.ActiveState.com>
20295 Branch: perl
20296 ! op.c toke.c
20297____________________________________________________________________________
20298[ 10191] By: jhi on 2001/05/24 12:25:12
20299 Log: Subject: [PATCH] lib/dumpvar.pl, lib/perl5db.pl - fix warnings
20300 From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
20301 Date: Thu, 24 May 2001 05:05:22 -0500
20302 Message-ID: <20010524050522.A18997@staff1.cso.uiuc.edu>
20303 Branch: perl
20304 ! lib/dumpvar.pl lib/perl5db.pl
20305____________________________________________________________________________
20306[ 10190] By: jhi on 2001/05/24 12:24:07
20307 Log: Subject: Re: [ID 20010524.001] perl5db.pl x @INC doesn't work like it used to
20308 From: David Dyck <dcd@tc.fluke.com>
20309 Date: Thu, 24 May 2001 01:42:09 -0700 (PDT)
20310 Message-ID: <Pine.LNX.4.33.0105240134580.5179-100000@dd.tc.fluke.com>
20311 Branch: perl
20312 ! lib/perl5db.pl
20313____________________________________________________________________________
20314[ 10189] By: jhi on 2001/05/23 22:43:31
20315 Log: Tiny pod nits on READMEs, mostly whitespace issues.
20316 Branch: perl
20317 ! README.amiga README.dos README.macos README.mpeix README.vmesa
20318 ! README.win32
20319____________________________________________________________________________
20320[ 10188] By: jhi on 2001/05/23 22:26:03
20321 Log: The DG/UX part of the 20010521.005.
20322 Branch: perl
20323 ! README.dgux
20324____________________________________________________________________________
20325[ 10187] By: jhi on 2001/05/23 22:04:05
20326 Log: Subject: Re: [ID 20000716.007] \G in a m//g expression causes problems
20327 From: Hugo <hv@crypt.compulink.co.uk>
20328 Date: Mon, 21 May 2001 16:32:02 +0100
20329 Message-Id: <200105211532.QAA03999@crypt.compulink.co.uk>
20330 Branch: perl
20331 ! regcomp.c t/op/misc.t
20332____________________________________________________________________________
20333[ 10186] By: jhi on 2001/05/23 21:42:15
20334 Log: Subject: [PATCH] Extra UNIVERSAL tests
20335 From: Mike Guy <mjtg@cam.ac.uk>
20336 Date: Wed, 23 May 2001 12:29:20 +0100
20337 Message-Id: <E152WpM-0001yP-00@virgo.cus.cam.ac.uk>
20338 Branch: perl
20339 ! t/op/universal.t
20340____________________________________________________________________________
20341[ 10185] By: jhi on 2001/05/23 21:38:48
20342 Log: Subject: [PATCH] Remove EQ keyword
20343 From: Mike Guy <mjtg@cam.ac.uk>
20344 Message-Id: <E152Vhp-00072x-00@virgo.cus.cam.ac.uk>
20345 Date: Wed, 23 May 2001 11:17:29 +0100
20346 Branch: perl
20347 ! keywords.h keywords.pl
20348____________________________________________________________________________
20349[ 10184] By: jhi on 2001/05/23 21:29:41
20350 Log: Subject: [PATCH] lib/perl5db.pl
20351 From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
20352 Date: Wed, 23 May 2001 02:18:03 -0500
20353 Message-ID: <20010523021803.A21965@staff1.cso.uiuc.edu>
20354 Branch: perl
20355 ! lib/perl5db.pl
20356____________________________________________________________________________
20357[ 10183] By: jhi on 2001/05/23 21:27:54
20358 Log: Subject: [PATCH lib/Term/Cap.pm] Avoid -W warnings in Tgetent and Tputs
20359 From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
20360 Date: Tue, 22 May 2001 23:34:41 -0500
20361 Message-ID: <20010522233441.A12431@staff1.cso.uiuc.edu>
20362 Branch: perl
20363 ! lib/Term/Cap.pm
20364____________________________________________________________________________
20365[ 10182] By: jhi on 2001/05/23 21:24:30
20366 Log: Subject: [PATCH emacs/e2ctags.pl] big speedup
20367 From: davem@fdgroup.co.uk
20368 Date: Tue, 22 May 2001 22:08:09 +0100 (BST)
20369 Message-Id: <200105222108.WAA09442@gizmo.fdgroup.co.uk>
20370 Branch: perl
20371 ! emacs/e2ctags.pl
20372____________________________________________________________________________
20373[ 10181] By: jhi on 2001/05/23 21:23:29
20374 Log: Subject: [PATCH lib/vars.pm] Sensible minimum version
20375 From: Michael G Schwern <schwern@pobox.com>
20376 Date: Tue, 22 May 2001 14:15:09 +0100
20377 Message-ID: <20010522141509.J701@blackrider.blackstar.co.uk>
20378 Branch: perl
20379 ! lib/vars.pm
20380____________________________________________________________________________
20381[ 10180] By: jhi on 2001/05/23 21:22:14
20382 Log: Subject: [PATCH lib/vars.pm] Odd code nit
20383 From: Michael G Schwern <schwern@pobox.com>
20384 Date: Tue, 22 May 2001 14:14:28 +0100
20385 Message-ID: <20010522141427.I701@blackrider.blackstar.co.uk>
20386 Branch: perl
20387 ! lib/vars.pm
20388____________________________________________________________________________
20389[ 10179] By: jhi on 2001/05/23 21:19:51
20390 Log: Use the new use vars feature.
20391 Branch: perl
20392 ! t/lib/b-stash.t
20393____________________________________________________________________________
20394[ 10178] By: jhi on 2001/05/23 21:19:28
20395 Log: Subject: [PATCH] vars.pm to support qualified variables (was Re: [ID 20010521.001])
20396 From: Mike Guy <mjtg@cam.ac.uk>
20397 Sender: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
20398 Date: Tue, 22 May 2001 13:11:39 +0100
20399 Branch: perl
20400 + t/pragma/vars.t
20401 ! MANIFEST lib/vars.pm t/lib/1_compile.t
20402____________________________________________________________________________
20403[ 10177] By: jhi on 2001/05/23 21:01:48
20404 Log: -qlongdouble considered harmful by Merijn.
20405 Branch: perl
20406 ! hints/aix.sh
20407____________________________________________________________________________
20408[ 10176] By: jhi on 2001/05/21 13:21:21
20409 Log: Update Changes.
20410 Branch: perl
20411 ! Changes patchlevel.h
20412____________________________________________________________________________
6b736850
JH
20413[ 10175] By: jhi on 2001/05/21 13:17:28
20414 Log: Add a test of its very own for Fcntl. Hopefully portable.
20415 Branch: perl
20416 + t/lib/fcntl.t
20417 ! MANIFEST
20418____________________________________________________________________________
20419[ 10174] By: jhi on 2001/05/21 12:45:41
20420 Log: Must be trickier for 'minitest' not to die.
20421 Branch: perl
20422 ! t/op/taint.t
20423____________________________________________________________________________
20424[ 10173] By: jhi on 2001/05/21 11:24:43
20425 Log: Can't declare other people's variables.
20426 Branch: perl
20427 ! t/lib/b-stash.t
20428____________________________________________________________________________
20429[ 10172] By: jhi on 2001/05/20 20:33:08
20430 Log: Fix for ID 20010519.003: sysopen() wasn't tainting :-(
20431 Branch: perl
20432 ! doio.c t/op/taint.t
20433____________________________________________________________________________
20434[ 10171] By: jhi on 2001/05/20 20:18:45
20435 Log: The OS/2 variable needs to be declared.
20436 Branch: perl
20437 ! t/lib/b-stash.t
20438____________________________________________________________________________
20439[ 10170] By: nick on 2001/05/20 16:48:29
20440 Log: Integrate mainline
20441 Branch: perlio
20442 !> (integrate 41 files)
20443____________________________________________________________________________
20444[ 10169] By: jhi on 2001/05/20 11:50:20
20445 Log: Small perlsec updates: clarify the taintedness of filename
20446 globbing; suggest using Scalar::Util::tainted().
20447 Branch: perl
20448 ! pod/perlsec.pod
20449____________________________________________________________________________
20450[ 10168] By: jhi on 2001/05/20 11:24:11
20451 Log: Subject: [PATCH 5.7.1@10135] [LARGE!] symbolic magic
20452 From: Dave Mitchell <davem@fdgroup.co.uk>
20453 Date: Sat, 19 May 2001 20:12:56 +0100 (BST)
20454 Message-Id: <200105191912.UAA23925@gizmo.fdgroup.co.uk>
20455 Branch: perl
20456 ! av.c cc_runtime.h doop.c dump.c gv.c hv.c mg.c op.c perl.c
20457 ! perl.h perlio.c pod/perlguts.pod pp.c pp_ctl.c pp_hot.c
20458 ! pp_sys.c regexec.c scope.c sv.c t/lib/peek.t taint.c util.c
20459 ! xsutils.c
20460____________________________________________________________________________
20461[ 10167] By: jhi on 2001/05/20 11:12:14
20462 Log: Subject: [PATCH 5.6.1] DLL descriptions on OS/2
20463 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
20464 Date: Sat, 19 May 2001 04:08:46 -0400
20465 Message-ID: <20010519040846.A16969@math.ohio-state.edu>
20466 Branch: perl
20467 ! lib/ExtUtils/Mksymlists.pm makedef.pl
20468____________________________________________________________________________
20469[ 10166] By: jhi on 2001/05/20 11:08:27
20470 Log: Subject: [PATCH 5.6.1] DLL name mangling on OS/2
20471 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
20472 Date: Sat, 19 May 2001 04:30:45 -0400
20473 Message-ID: <20010519043045.A17033@math.ohio-state.edu>
20474 Branch: perl
20475 ! os2/os2.c
20476____________________________________________________________________________
20477[ 10165] By: jhi on 2001/05/20 11:07:06
20478 Log: Subject: [PATCH 5.6.1] build bugs OS/2
20479 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
20480 Date: Sat, 19 May 2001 04:35:28 -0400
20481 Message-ID: <20010519043528.A17363@math.ohio-state.edu>
20482 Branch: perl
20483 ! os2/Makefile.SHs os2/os2.c
20484____________________________________________________________________________
20485[ 10164] By: jhi on 2001/05/20 11:06:01
20486 Log: Subject: [PATCH 5.6.1] Mis-Failing tests
20487 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
20488 Date: Sat, 19 May 2001 04:04:23 -0400
20489 Message-ID: <20010519040423.A16861@math.ohio-state.edu>
20490
20491 (In bleadperl patched b-stash.t instead of b.t)
20492 Branch: perl
20493 ! t/lib/b-stash.t t/lib/bigfltpm.t
20494____________________________________________________________________________
20495[ 10163] By: jhi on 2001/05/20 10:59:46
20496 Log: Subject: [PATCH 5.6.1] perl5db
20497 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
20498 Date: Sat, 19 May 2001 03:49:09 -0400
20499 Message-ID: <20010519034909.A14902@math.ohio-state.edu>
20500 Branch: perl
20501 ! lib/perl5db.pl
20502____________________________________________________________________________
20503[ 10162] By: jhi on 2001/05/20 10:58:18
20504 Log: Subject: [PATCH] require $mod where $mod has touched numeric context
20505 From: Gisle Aas <gisle@ActiveState.com>
20506 Date: 18 May 2001 14:24:51 -0700
20507 Message-ID: <lr3da2cpuk.fsf@caliper.ActiveState.com>
20508 Branch: perl
20509 ! pp_ctl.c
20510____________________________________________________________________________
20511[ 10161] By: jhi on 2001/05/20 10:57:00
20512 Log: Subject: [PATCH] Chomp should not always stringify
20513 From: Gisle Aas <gisle@ActiveState.com>
20514 Date: 18 May 2001 07:55:25 -0700
20515 Message-ID: <lrk83eogf6.fsf@caliper.ActiveState.com>
20516 Branch: perl
20517 ! doop.c t/op/chop.t
20518____________________________________________________________________________
20519[ 10160] By: jhi on 2001/05/20 10:49:40
20520 Log: Integrate perlio.
20521 Branch: perl
20522 !> pod/perlfunc.pod
20523____________________________________________________________________________
20524[ 10159] By: nick on 2001/05/20 09:39:46
20525 Log: Document some more of open's features.
20526 Branch: perlio
20527 ! pod/perlfunc.pod
20528____________________________________________________________________________
20529[ 10158] By: gsar on 2001/05/18 18:43:38
20530 Log: back out change#10153 (it has compatibility issues such as the
20531 changed behavior of /[~%@+-]/, and after talking to Jarkko, the
20532 benefit for 5.6.x doesn't seem worth the risk)
20533 Branch: maint-5.6/perl
20534 ! toke.c
20535____________________________________________________________________________
20536[ 10157] By: jhi on 2001/05/18 17:05:40
20537 Log: \$escaping the $vars in !GROK!THIS! section is a good idea.
20538 Branch: perl
20539 ! x2p/s2p.PL
20540____________________________________________________________________________
20541[ 10156] By: jhi on 2001/05/18 12:06:40
20542 Log: Update Changes.
20543 Branch: perl
20544 ! Changes patchlevel.h
20545____________________________________________________________________________
acd7faf1
JH
20546[ 10155] By: jhi on 2001/05/18 11:58:57
20547 Log: Integrate change #10144 from maintperl.
20548
20549 s/CONFIGDOTSH/PERL_CONFIG_SH/ for Win32, too.
20550 Branch: perl
20551 !> win32/config.bc win32/config.gc win32/config.vc
20552 !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
20553____________________________________________________________________________
20554[ 10154] By: nick on 2001/05/18 07:23:03
20555 Log: Integrate mainline.
20556 Branch: perlio
20557 +> README.dgux t/lib/i18n-collate.t utils.lst
20558 !> (integrate 49 files)
20559____________________________________________________________________________
20560[ 10153] By: jhi on 2001/05/18 00:41:51
20561 Log: Integrate change #7224 from mainline into maintperl.
20562
20563 Allow @+ and @- to be doublequoted, from Simon Cozens.
20564 (Approved by Larry, see Tom's comment in 20000830.005.)
20565 Branch: maint-5.6/perl
20566 !> toke.c
20567____________________________________________________________________________
20568[ 10152] By: jhi on 2001/05/17 23:18:15
20569 Log: Subject: [PATCH bleadperl] small lookbehind fix
20570 From: Hugo <hv@crypt.compulink.co.uk>
20571 Date: Fri, 18 May 2001 00:07:19 +0100
20572 Message-Id: <200105172307.AAA06142@crypt.compulink.co.uk>
20573 Branch: perl
20574 ! regexec.c
20575____________________________________________________________________________
20576[ 10151] By: jhi on 2001/05/17 22:00:06
20577 Log: Detypos.
20578 Branch: perl
20579 ! installman utils.lst
20580____________________________________________________________________________
20581[ 10150] By: jhi on 2001/05/17 20:32:48
20582 Log: Add better debug to glob/basic #8 as suggested by Nick Clark
20583 in 20001222.001.
20584 Branch: perl
20585 ! t/lib/glob-basic.t
20586____________________________________________________________________________
20587[ 10149] By: jhi on 2001/05/17 20:08:58
20588 Log: Subject: [PATCH] Test for bug 20010515.004
20589 From: Benjamin Sugars <bsugars@canoe.ca>
20590 Date: Thu, 17 May 2001 15:48:18 -0400 (EDT)
20591 Message-ID: <Pine.LNX.4.21.0105171544270.9064-100000@marmot.rim.canoe.ca>
20592 Branch: perl
20593 ! t/op/misc.t
20594____________________________________________________________________________
20595[ 10148] By: jhi on 2001/05/17 20:06:23
20596 Log: Integrate #10145 from maintperl.
20597
20598 fix for ID 20010515.004 (needs test)
20599 Branch: perl
20600 !> pp_hot.c
20601____________________________________________________________________________
20602[ 10147] By: jhi on 2001/05/17 19:10:46
20603 Log: Thinko noticed by Doug MacEachern.
20604 Branch: perl
20605 ! thread.h
20606____________________________________________________________________________
20607[ 10146] By: jhi on 2001/05/17 17:30:37
20608 Log: Subject: Re: [PATCH] HERE mark in regex
20609 From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
20610 Date: Thu, 17 May 2001 12:20:33 -0400
20611 Message-ID: <20010517122033.B1547290@linguist.thayer.dartmouth.edu>
20612 Branch: perl
20613 ! t/op/re_tests
20614____________________________________________________________________________
20615[ 10145] By: gsar on 2001/05/17 16:59:55
20616 Log: fix for ID 20010515.004 (needs test)
20617 Branch: maint-5.6/perl
20618 ! pp_hot.c
20619____________________________________________________________________________
20620[ 10144] By: gsar on 2001/05/17 16:39:02
20621 Log: s/CONFIGDOTSH/PERL_CONFIG_SH/g
20622 Branch: maint-5.6/perl
20623 ! win32/config.bc win32/config.gc win32/config.vc
20624 ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
20625____________________________________________________________________________
20626[ 10143] By: jhi on 2001/05/17 14:21:08
20627 Log: Macrofy the getspecific (and use it also in util.c)
20628 Branch: perl
20629 ! thread.h util.c
20630____________________________________________________________________________
20631[ 10142] By: jhi on 2001/05/17 01:43:50
20632 Log: Use the unchecked thread-specific key fetch also in Tru64.
20633 Branch: perl
20634 ! thread.h
20635____________________________________________________________________________
20636[ 10141] By: jhi on 2001/05/17 01:41:07
20637 Log: Subject: [PATCH 5.6.1]Quick thread speedup
20638 From: Dan Sugalski <dan@sidhe.org>
20639 Date: Wed, 16 May 2001 18:05:19 -0400
20640 Message-Id: <5.1.0.14.0.20010516175826.01afde08@24.8.96.48>
20641 Branch: perl
20642 ! thread.h util.c
20643____________________________________________________________________________
20644[ 10140] By: jhi on 2001/05/16 19:58:29
20645 Log: I think this is quite enough testing for a deprecated feature.
20646 Branch: perl
20647 + t/lib/i18n-collate.t
20648 ! MANIFEST t/lib/1_compile.t
20649____________________________________________________________________________
20650[ 10139] By: jhi on 2001/05/16 18:47:03
20651 Log: More HP-UX lore from Jeff Okamoto.
20652 Branch: perl
20653 ! README.hpux
20654____________________________________________________________________________
20655[ 10138] By: jhi on 2001/05/16 18:21:04
20656 Log: Sort utils.lst for easier maintenance.
20657 Branch: perl
20658 ! utils.lst
20659____________________________________________________________________________
20660[ 10137] By: jhi on 2001/05/16 18:12:01
20661 Log: Subject: Re: [PATCH] Abstract "utility" information from installman
20662 From: Tim Jenness <t.jenness@jach.hawaii.edu>
20663 Date: Wed, 16 May 2001 08:59:59 -1000 (HST)
20664 Message-ID: <Pine.LNX.4.33.0105160858480.2488-100000@lapaki.jach.hawaii.edu>
20665
20666 Add pod2latex to utils.lst.
20667 Branch: perl
20668 ! MANIFEST utils.lst
20669____________________________________________________________________________
20670[ 10136] By: jhi on 2001/05/16 18:00:00
20671 Log: Subject: Re: [PATCH] HERE mark in regex
20672 From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
20673 Date: Wed, 16 May 2001 13:04:43 -0400
20674 Message-ID: <20010516130443.E1516273@linguist.thayer.dartmouth.edu>
20675 Branch: perl
20676 ! pod/perldiag.pod regcomp.c t/op/misc.t t/op/re_tests
20677 ! t/op/regmesg.t t/pragma/warn/regcomp
20678____________________________________________________________________________
20679[ 10135] By: jhi on 2001/05/16 17:51:50
20680 Log: Subject: Re: [PATCH] Abstract "utility" information from installman
20681 From: Simon Cozens <simon@netthink.co.uk>
20682 Date: Wed, 16 May 2001 18:02:08 +0100
20683 Message-ID: <20010516180208.A6458@netthink.co.uk>
20684 Branch: perl
20685 ! installman utils.lst
20686____________________________________________________________________________
20687[ 10134] By: jhi on 2001/05/16 17:47:26
20688 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
20689 From: "Philip Newton" <pnewton@gmx.de>
20690 Date: Tue, 15 May 2001 15:09:30 +0200
20691 Message-ID: <3B0146AA.2839.17BFDA6@localhost>
20692
20693 Test case for #10128.
20694 Branch: perl
20695 ! t/pragma/warn/pp_hot
20696____________________________________________________________________________
20697[ 10133] By: jhi on 2001/05/16 15:12:52
20698 Log: Update Changes.
20699 Branch: perl
20700 ! Changes patchlevel.h
20701____________________________________________________________________________
5661b806
JH
20702[ 10132] By: jhi on 2001/05/16 14:50:55
20703 Log: Deprecate pseudo-hashes.
20704 Branch: perl
20705 ! pod/perl572delta.pod pod/perlref.pod pod/perltodo.pod
20706____________________________________________________________________________
20707[ 10131] By: jhi on 2001/05/16 14:26:01
20708 Log: HP-UX hints update from Merijn.
20709 Branch: perl
20710 ! hints/hpux.sh
20711____________________________________________________________________________
20712[ 10130] By: jhi on 2001/05/16 14:23:01
20713 Log: README.hpux update from Merijn.
20714 Branch: perl
20715 ! README.hpux
20716____________________________________________________________________________
20717[ 10129] By: jhi on 2001/05/16 14:18:56
20718 Log: Subject: Re: [PATCH] Abstract "utility" information from installman
20719 From: Simon Cozens <simon@netthink.co.uk>
20720 Date: Wed, 16 May 2001 15:57:55 +0100
20721 Message-ID: <20010516155755.A4728@netthink.co.uk>
20722 Branch: perl
20723 + utils.lst
20724 ! MANIFEST installman installperl
20725____________________________________________________________________________
20726[ 10128] By: jhi on 2001/05/16 14:15:36
20727 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
20728 From: "Philip Newton" <pnewton@gmx.de>
20729 Date: Tue, 15 May 2001 16:31:05 +0200
20730 Message-ID: <3B0159C9.1905.1C6AEF9@localhost>
20731
20732 Fix PERL_Y2KWARN test to check before rather than after appending.
20733 Branch: perl
20734 ! pp_hot.c
20735____________________________________________________________________________
20736[ 10127] By: jhi on 2001/05/16 14:08:15
20737 Log: Regen Porting stuff.
20738 Branch: perl
20739 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
20740 ! config_h.SH
20741____________________________________________________________________________
20742[ 10126] By: jhi on 2001/05/16 13:41:50
20743 Log: Metaconfig unit change for #10125.
20744 Branch: metaconfig
20745 ! U/modified/Oldconfig.U
20746____________________________________________________________________________
20747[ 10125] By: jhi on 2001/05/16 13:41:35
20748 Log: Use OSVERS.
20749 Branch: perl
20750 ! Configure config_h.SH perl.c
20751____________________________________________________________________________
20752[ 10124] By: jhi on 2001/05/16 13:41:09
20753 Log: Regen toc.
20754 Branch: perl
20755 ! pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
20756____________________________________________________________________________
20757[ 10123] By: jhi on 2001/05/16 13:25:38
20758 Log: Adding the README.dgux to the MANIFEST would be a good idea.
20759 Branch: perl
20760 ! MANIFEST
20761____________________________________________________________________________
20762[ 10122] By: jhi on 2001/05/16 13:08:33
20763 Log: Move the stack desire definition to thread.h.
20764 Branch: perl
20765 ! ext/Thread/Thread.xs thread.h
20766____________________________________________________________________________
20767[ 10121] By: jhi on 2001/05/16 13:00:12
20768 Log: DG-UX threading patches, including a README.dgux,
20769 from Takis Psarogiannakopoulos.
20770 Branch: perl
20771 + README.dgux
20772 ! config_h.SH ext/Thread/Thread.xs hints/dgux.sh perl.c
20773____________________________________________________________________________
20774[ 10120] By: jhi on 2001/05/16 12:55:33
20775 Log: Subject: [PATCH B::Deparse] More on /x regexes
20776 From: Robin Houston <robin@kitsite.com>
20777 Date: Tue, 15 May 2001 19:09:35 +0100
20778 Message-ID: <20010515190935.A27268@penderel>
20779 Branch: perl
20780 ! ext/B/B/Deparse.pm
20781____________________________________________________________________________
20782[ 10119] By: jhi on 2001/05/16 12:45:29
20783 Log: Document that the core time() may be rounding rather
20784 than truncating, would have saved at least my confusion.
20785 Branch: perl
20786 ! ext/Time/HiRes/HiRes.pm
20787____________________________________________________________________________
20788[ 10118] By: jhi on 2001/05/16 12:37:57
20789 Log: Subject: perl-current/t/time-hires.t
20790 From: John Peacock <jpeacock@rowman.com>
20791 Date: Fri, 11 May 2001 14:09:41 -0400
20792 Message-ID: <3AFC2AE5.5E787E54@rowman.com>
20793 Branch: perl
20794 ! t/lib/time-hires.t
20795____________________________________________________________________________
20796[ 10117] By: jhi on 2001/05/15 13:40:33
20797 Log: Subject: [PATCH dump.c] Op private flags
20798 From: Simon Cozens <simon@netthink.co.uk>
20799 Date: Sun, 13 May 2001 20:20:36 +0100
20800 Message-ID: <20010513202036.A21896@netthink.co.uk>
20801 Branch: perl
20802 ! dump.c
20803____________________________________________________________________________
20804[ 10116] By: jhi on 2001/05/15 13:28:26
20805 Log: Upgrade to Switch 2.03.
20806 Branch: perl
20807 ! lib/Switch.pm
20808____________________________________________________________________________
20809[ 10115] By: jhi on 2001/05/15 13:19:01
20810 Log: Integrate change #10113 from mainline: rename CONFIGDOTSH
20811 to PERL_CONFIG_SH and use it consistently.
20812 Branch: maint-5.6/perl
20813 !> Configure Makefile.SH Policy_sh.SH cflags.SH config_h.SH
20814 !> configpm configure.com makeaperl.SH makedepend.SH makedir.SH
20815 !> myconfig.SH writemain.SH
20816____________________________________________________________________________
20817[ 10114] By: jhi on 2001/05/15 13:13:21
20818 Log: Metaconfig units changes for #10113.
20819 Branch: metaconfig
20820 ! U/modified/Config_h.U U/modified/Extract.U U/modified/Oldsym.U
20821____________________________________________________________________________
20822[ 10113] By: jhi on 2001/05/15 13:12:40
20823 Log: The problem described in 20010514.031 still wasn't
20824 fully cured, there were remnants of $CONFIG when
20825 $CONFIGDOTSH was expected. Now renamed to PERL_CONFIG_SH
20826 to avoid future conflicts.
20827 Branch: perl
20828 ! Configure Makefile.SH Policy_sh.SH cflags.SH config_h.SH
20829 ! configpm configure.com makeaperl.SH makedepend.SH makedir.SH
20830 ! myconfig.SH writemain.SH
20831____________________________________________________________________________
20832[ 10112] By: jhi on 2001/05/15 11:55:44
20833 Log: Half of #10107 got lost.
20834 Branch: perl
20835 ! ext/B/B/Deparse.pm
20836____________________________________________________________________________
20837[ 10111] By: nick on 2001/05/15 08:39:14
20838 Log: Integrate mainline.
20839 Branch: perlio
20840 +> ext/POSIX/hints/uts.pl
20841 - Todo Todo-5.6 t/camel-III/vstring.t
20842 !> (integrate 48 files)
20843____________________________________________________________________________
20844[ 10110] By: jhi on 2001/05/15 02:04:05
20845 Log: Subject: [PATCH TestInit.pm] Give Deparse tester a fair chance
20846 From: Robin Houston <robin@kitsite.com>
20847 Date: Mon, 14 May 2001 22:27:08 +0100
20848 Message-ID: <20010514222708.A22963@penderel>
20849 Branch: perl
20850 ! t/TestInit.pm
20851____________________________________________________________________________
20852[ 10109] By: jhi on 2001/05/15 02:03:12
20853 Log: Subject: [PATCH B::Deparse] Lvaluable method calls
20854 From: Robin Houston <robin@kitsite.com>
20855 Date: Mon, 14 May 2001 22:16:43 +0100
20856 Message-ID: <20010514221643.A22437@penderel>
20857 Branch: perl
20858 ! ext/B/B/Deparse.pm
20859____________________________________________________________________________
20860[ 10108] By: jhi on 2001/05/15 02:02:17
20861 Log: Subject: [PATCH B::Deparse] C<$foo =~ give_me_a_regex>; /x modifier
20862 From: Robin Houston <robin@kitsite.com>
20863 Date: Mon, 14 May 2001 22:03:44 +0100
20864 Message-ID: <20010514220344.A20643@penderel>
20865 Branch: perl
20866 ! ext/B/B/Deparse.pm
20867____________________________________________________________________________
20868[ 10107] By: jhi on 2001/05/15 02:01:24
20869 Log: Subject: [PATCH B::Deparse] "${foo}_bar"
20870 From: Robin Houston <robin@kitsite.com>
20871 Date: Mon, 14 May 2001 22:10:07 +0100
20872 Message-ID: <20010514221007.A21118@penderel>
20873 Branch: perl
20874 ! ext/B/B/Deparse.pm
20875____________________________________________________________________________
20876[ 10106] By: jhi on 2001/05/15 01:41:26
20877 Log: Fix for 20010514.037; substr() didn't invalidate the locale
20878 collation magic.
20879 Branch: perl
20880 ! pp.c
20881____________________________________________________________________________
20882[ 10105] By: jhi on 2001/05/14 18:18:24
20883 Log: Update Changes.
20884 Branch: perl
20885 ! Changes patchlevel.h
20886____________________________________________________________________________
b65a4548
JH
20887[ 10104] By: jhi on 2001/05/14 18:09:07
20888 Log: Retract #10094.
20889 Branch: perl
20890 ! lib/Pod/Text.pm
20891____________________________________________________________________________
20892[ 10103] By: jhi on 2001/05/14 15:20:58
20893 Log: Integrate change #10100 from maintperl.
20894
20895 PL_last_in_gv may not be a GV if it was a stale filehandle (fix for
20896 bug ID 20010514.027)
20897 Branch: perl
20898 !> mg.c pp_ctl.c
20899____________________________________________________________________________
20900[ 10102] By: jhi on 2001/05/14 15:19:21
20901 Log: Document the deprecatedness of suidperl.
20902 Branch: perl
20903 ! INSTALL pod/perlfaq1.pod
20904____________________________________________________________________________
20905[ 10101] By: jhi on 2001/05/14 14:54:31
20906 Log: Subject: Re: [ID 20010514.022] Makemaker a bit too prefix-happy
20907 From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
20908 Date: Mon, 14 May 2001 09:38:59 -0400
20909 Message-ID: <20010514093859.A1479715@linguist.thayer.dartmouth.edu>
20910 Branch: perl
20911 ! lib/ExtUtils/MM_Unix.pm
20912____________________________________________________________________________
20913[ 10100] By: gsar on 2001/05/14 14:43:50
20914 Log: PL_last_in_gv may not be a GV if it was a stale filehandle (fix for
20915 bug ID 20010514.027)
20916
20917 TODO: this needs a testsuite addition
20918 Branch: maint-5.6/perl
20919 ! mg.c pp_ctl.c
20920____________________________________________________________________________
20921[ 10099] By: jhi on 2001/05/14 13:42:38
20922 Log: More DWIMminess for Class::Struct: calling the array or hash
20923 accessors only with one argument, an array or a hash reference,
20924 sets the underlying array or hash. This mirrors nicely also
20925 the usage in the constructor.
20926 From Bernd Sokolowsky <ulmo@garozzo.franken.de>, via Damian Conway.
20927 Branch: perl
20928 ! lib/Class/Struct.pm t/lib/class-struct.t
20929____________________________________________________________________________
20930[ 10098] By: jhi on 2001/05/14 13:10:34
20931 Log: Reference cmp'ing should go through the whole stringification
20932 process shebang, as pointed out by Sarathy in #10091.
20933 Branch: perl
20934 ! pp.c
20935____________________________________________________________________________
20936[ 10097] By: jhi on 2001/05/14 12:54:31
20937 Log: Subject: Re: [LONG] Cleaning up Todo/Todo-5.6/perltodo
20938 From: Simon Cozens <simon@netthink.co.uk>
20939 Date: Sat, 12 May 2001 16:36:27 +0100
20940 Message-ID: <20010512163627.A5522@netthink.co.uk>
20941
20942 with some additions salvaged from Todo and Todo-5.6 before
20943 retiring them.
20944 Branch: perl
20945 - Todo Todo-5.6
20946 ! MANIFEST pod/perltodo.pod
20947____________________________________________________________________________
20948[ 10096] By: jhi on 2001/05/14 12:37:01
20949 Log: Subject: [ID 20010514.025] _SVID3 in <sys/statvfs.h>
20950 From: "Golubev I. N." <gin@mo.msk.ru>
20951 Date: Mon, 07 May 2001 14:33:34 (GMT)
20952 Message-Id: <02453af6b23e63-gin@mo.msk.ru>
20953 Branch: perl
20954 ! perl.h
20955____________________________________________________________________________
20956[ 10095] By: jhi on 2001/05/14 12:34:24
20957 Log: Subject: [ID 20010514.022] Makemaker a bit too prefix-happy
20958 From: "Todd C. Miller" <Todd.Miller@courtesan.com>
20959 Date: Mon, 7 May 2001 09:35:57 -0600 (MDT)
20960 Message-Id: <200105071535.f47FZvf27235@xerxes.courtesan.com>
20961 Branch: perl
20962 ! lib/ExtUtils/MM_Unix.pm
20963____________________________________________________________________________
20964[ 10094] By: jhi on 2001/05/14 12:32:44
20965 Log: (Retracted by #10104.)
20966
20967 Subject: [PATCH bleadperl Pod::Text] avoid overquoting [Was: rand(0) is rand(1)]
20968 From: barries <barries@slaysys.com>
20969 Date: Sat, 12 May 2001 01:28:10 -0400
20970 Message-ID: <20010512012810.B26358@jester.slaysys.com>
20971 Branch: perl
20972 ! lib/Pod/Text.pm
20973____________________________________________________________________________
20974[ 10093] By: jhi on 2001/05/14 12:30:38
20975 Log: Subject: [PATCH] Incorrect line numbers in AutoSplit
20976 From: Mike Guy <mjtg@cam.ac.uk>
20977 Date: Sat, 12 May 2001 19:24:33 +0100
20978 Message-Id: <E14ye49-0006Fn-00@libra.cus.cam.ac.uk>
20979 Branch: perl
20980 ! lib/AutoSplit.pm
20981____________________________________________________________________________
20982[ 10092] By: jhi on 2001/05/14 12:29:21
20983 Log: Yet another HP-UX hints tweak from Merijn.
20984 Branch: perl
20985 ! hints/hpux.sh
20986____________________________________________________________________________
20987[ 10091] By: gsar on 2001/05/14 04:38:32
20988 Log: $ref1 == $ref2 behaves unpredictably on platforms where NV_PRESERVES_UV
20989 isn't defined (changes#9366,9368,9370 from mainline without the
20990 pp_scmp() change)
20991 Branch: maint-5.6/perl
20992 ! pp.c pp.h pp_hot.c
20993____________________________________________________________________________
20994[ 10090] By: jhi on 2001/05/12 13:39:43
20995 Log: The sorting seems to happen now automatically.
20996 Branch: perl
20997 ! t/lib/glob-basic.t
20998____________________________________________________________________________
20999[ 10089] By: jhi on 2001/05/12 03:38:15
21000 Log: Subject: Re: [PATCH perlfunc.pod] split on an empty string
21001 From: Benjamin Sugars <bsugars@canoe.ca>
21002 Date: Fri, 11 May 2001 11:36:04 -0400 (EDT)
21003 Message-ID: <Pine.LNX.4.21.0105111131540.1804-100000@marmot.rim.canoe.ca>
21004 Branch: perl
21005 ! pod/perlfunc.pod
21006____________________________________________________________________________
21007[ 10088] By: jhi on 2001/05/12 03:37:00
21008 Log: Subject: Re: undef(&foo) does not work for XS functions
21009 From: Doug MacEachern <dougm@covalent.net>
21010 Date: Fri, 11 May 2001 16:52:29 -0700 (PDT)
21011 Message-ID: <Pine.LNX.4.21.0105111647240.4478-100000@mako.covalent.net>
21012 Branch: perl
21013 ! op.c
21014____________________________________________________________________________
21015[ 10087] By: jhi on 2001/05/12 03:35:58
21016 Log: Subject: [PATCH: perl@10086] fixup t/op/append.t for UTF-EBCDIC
21017 From: Peter Prymmer <pvhp@forte.com>
21018 Date: Fri, 11 May 2001 17:38:43 -0700 (PDT)
21019 Message-ID: <Pine.OSF.4.10.10105111736190.73589-100000@aspara.forte.com>
21020 Branch: perl
21021 ! t/op/append.t
21022____________________________________________________________________________
21023[ 10086] By: jhi on 2001/05/11 14:23:08
21024 Log: Update Changes.
21025 Branch: perl
21026 ! Changes patchlevel.h
21027____________________________________________________________________________
d0e4b787
JH
21028[ 10085] By: jhi on 2001/05/11 14:08:20
21029 Log: Remove the 'asciir' re subpragma. Should instead implement
21030 the 'physical vs logical' range scheme:
21031
21032 \xAA-\xCC is a native physical range, you want that range of
21033 codepoints in your native encoding. In EBCDIC the codepoints
21034 in the gaps (between i-j and r-s) should be included.
21035
21036 \x{AA}-\x{CC} is a physical Unicode range, you want that range of
21037 codepoints in Unicode.
21038
21039 a-z is a logical range, you want that range of 'logical' codepoints
21040 in your native encoding. In EBCDIC the codepoints in the gaps
21041 (between i-j and r-s) should not be included.
21042
21043 Mixed cases (a-\xAA, etc) should either be errors, or maybe
21044 the 'logical' endpoints should be converted to native/Unicode
21045 codepoints, and the range handled as a physical range.
21046
21047 'Logical endpoints' are to be recognized only in the A-Z, a-z,
21048 and 0-9 ranges. Probably a warning should be given for mixed
21049 cases like A-z or a-9 (since such expressions are encoding
21050 dependent), with a recommendation to use physical ranges.
21051 Branch: perl
21052 ! ext/re/re.pm perl.h regcomp.c regcomp.h t/op/pat.t
21053 ! t/op/regexp.t
21054____________________________________________________________________________
21055[ 10084] By: jhi on 2001/05/11 13:56:16
21056 Log: Make the test to cleanup the test directory tree
21057 both before and after the testing so that we always
21058 have a clean slate to work with.
21059 Branch: perl
21060 ! t/lib/filefind.t
21061____________________________________________________________________________
21062[ 10083] By: jhi on 2001/05/11 13:46:30
21063 Log: Subject: Re: [PATCH perlfunc.pod] split on an empty string
21064 From: Jon Eveland <jweveland@yahoo.com>
21065 Date: Fri, 11 May 2001 07:36:28 -0700 (PDT)
21066 Message-ID: <20010511143628.24225.qmail@web10402.mail.yahoo.com>
21067 Branch: perl
21068 ! pod/perlfunc.pod
21069____________________________________________________________________________
21070[ 10082] By: jhi on 2001/05/11 13:45:06
21071 Log: Merge the camel-III/vstring.t with op/ver.t.
21072 Branch: perl
21073 - t/camel-III/vstring.t
21074 ! MANIFEST t/TEST t/harness t/op/ver.t
21075____________________________________________________________________________
21076[ 10081] By: jhi on 2001/05/11 13:15:55
21077 Log: Add test.deparse make target.
21078 Branch: perl
21079 ! Makefile.SH
21080____________________________________________________________________________
21081[ 10080] By: jhi on 2001/05/11 12:52:49
21082 Log: Subject: [PATCH B::Deparse] $foo->bar(0)
21083 From: Robin Houston <robin@kitsite.com>
21084 Date: Fri, 11 May 2001 12:02:22 +0100
21085 Message-ID: <20010511120222.A11529@penderel>
21086 Branch: perl
21087 ! ext/B/B/Deparse.pm t/op/method.t
21088____________________________________________________________________________
21089[ 10079] By: jhi on 2001/05/11 01:59:06
21090 Log: A nicely working combination for UTS from Hal Morris.
21091 Branch: perl
21092 + ext/POSIX/hints/uts.pl
21093 ! MANIFEST hints/uts.sh
21094____________________________________________________________________________
21095[ 10078] By: jhi on 2001/05/11 01:15:04
21096 Log: i_ieeefp=undef for UTS.
21097 Branch: perl
21098 ! hints/uts.sh
21099____________________________________________________________________________
21100[ 10077] By: jhi on 2001/05/10 22:42:35
21101 Log: Subject: RE: rand(0) is rand(1)
21102 From: Larry Shatzer <lshatzer@islanddata.com>
21103 Date: Thu, 10 May 2001 11:09:27 -0700
21104 Message-ID: <95CD90709D74D4118F4600D0B79E8BC9995027@mail.islanddata.com>
21105 Branch: perl
21106 ! pod/perlfunc.pod
21107____________________________________________________________________________
21108[ 10076] By: jhi on 2001/05/10 22:36:50
21109 Log: Subject: [patch] make op_{clear,null} public
21110 From: Doug MacEachern <dougm@covalent.net>
21111 Date: Thu, 10 May 2001 15:54:09 -0700 (PDT)
21112 Message-ID: <Pine.LNX.4.21.0105101546510.2962-100000@mako.covalent.net>
21113 Branch: perl
21114 ! embed.h embed.pl op.c proto.h
21115____________________________________________________________________________
21116[ 10075] By: jhi on 2001/05/10 22:28:36
21117 Log: Subject: [PATCH B.xs] Extend tr/\0-\377/blah/c support
21118 From: Robin Houston <robin@kitsite.com>
21119 Date: Thu, 10 May 2001 18:54:59 +0100
21120 Message-ID: <20010510185459.A5995@penderel>
21121 Branch: perl
21122 ! ext/B/B.xs ext/B/B/Deparse.pm t/op/tr.t
21123____________________________________________________________________________
21124[ 10074] By: jhi on 2001/05/10 22:23:41
21125 Log: Subject: [PATCH B::Deparse] t/op/64bitint.t
21126 From: Robin Houston <robin@kitsite.com>
21127 Date: Thu, 10 May 2001 12:56:39 +0100
21128 Message-ID: <20010510125639.A2119@penderel>
21129 Branch: perl
21130 ! ext/B/B/Deparse.pm
21131____________________________________________________________________________
21132[ 10073] By: jhi on 2001/05/10 14:26:01
21133 Log: Retract #10070, not ready yet.
21134 Branch: perl
21135 ! ext/B/B/Deparse.pm
21136____________________________________________________________________________
21137[ 10072] By: jhi on 2001/05/10 13:40:24
21138 Log: The metaconfig unit change for #10071.
21139 Branch: metaconfig
21140 ! U/modified/mallocsrc.U
21141____________________________________________________________________________
21142[ 10071] By: jhi on 2001/05/10 13:39:57
21143 Log: The #9525+#9526 didn't allow for overriding usemymalloc.
21144 Branch: perl
21145 ! Configure
21146____________________________________________________________________________
21147[ 10070] By: jhi on 2001/05/10 13:18:42
21148 Log: (Retracted by #10073)
21149
21150 Subject: Re: [PATCH t/TEST] B::Deparse tester
21151 From: Hugo <hv@crypt.compulink.co.uk>
21152 Date: Thu, 10 May 2001 05:48:09 +0100
21153 Message-Id: <200105100448.FAA13584@crypt.compulink.co.uk>
21154 Branch: perl
21155 ! ext/B/B/Deparse.pm
21156____________________________________________________________________________
21157[ 10069] By: jhi on 2001/05/10 12:24:06
21158 Log: Add a for(func()) test.
21159 Branch: perl
21160 ! t/cmd/for.t
21161____________________________________________________________________________
21162[ 10068] By: jhi on 2001/05/10 12:16:00
21163 Log: Subject: [PATCH B::Deparse] our() lists and foreach loops
21164 From: Robin Houston <robin@kitsite.com>
21165 Date: Thu, 10 May 2001 13:50:08 +0100
21166 Message-ID: <20010510135008.A2454@penderel>
21167 Branch: perl
21168 ! ext/B/B/Deparse.pm
21169____________________________________________________________________________
21170[ 10067] By: jhi on 2001/05/10 01:45:03
21171 Log: A thinko in #10065.
21172 Branch: perl
21173 ! hv.c
21174____________________________________________________________________________
21175[ 10066] By: jhi on 2001/05/10 01:33:12
21176 Log: Subject: [PATCH B::Deparse] Fix tr///ansliteration
21177 From: Robin Houston <robin@kitsite.com>
21178 Date: Thu, 10 May 2001 02:10:34 +0100
21179 Message-ID: <20010510021034.A19421@penderel>
21180 Branch: perl
21181 ! ext/B/B.xs ext/B/B/Deparse.pm
21182____________________________________________________________________________
21183[ 10065] By: jhi on 2001/05/10 01:30:43
21184 Log: Subject: [patch] make hv_fetch{_ent} SvGMAGICAL aware
21185 From: Doug MacEachern <dougm@covalent.net>
21186 Date: Mon, 7 May 2001 09:50:58 -0700 (PDT)
21187 Message-ID: <Pine.LNX.4.21.0105070947060.23808-100000@mako.covalent.net>
21188 Branch: perl
21189 ! hv.c
21190____________________________________________________________________________
21191[ 10064] By: jhi on 2001/05/09 23:13:29
21192 Log: One more workaround for the UTS compiler from Hal Morris.
21193 Branch: perl
21194 ! perl.h
21195____________________________________________________________________________
21196[ 10063] By: jhi on 2001/05/09 23:09:53
21197 Log: Subject: [PATCH B::Debug] Show string for PVOP, and referent for RV
21198 From: Robin Houston <robin@kitsite.com>
21199 Date: Thu, 10 May 2001 01:02:08 +0100
21200 Message-ID: <20010510010208.A18200@penderel>
21201 Branch: perl
21202 ! ext/B/B/Debug.pm
21203____________________________________________________________________________
21204[ 10062] By: jhi on 2001/05/09 23:06:25
21205 Log: Subject: [PATCH] Simplify deb_curcv() a bit
21206 From: Benjamin Sugars <bsugars@canoe.ca>
21207 Date: Wed, 9 May 2001 18:14:34 -0400 (EDT)
21208 Message-ID: <Pine.LNX.4.21.0105091811340.1160-100000@marmot.rim.canoe.ca>
21209 Branch: perl
21210 ! run.c
21211____________________________________________________________________________
21212[ 10061] By: jhi on 2001/05/09 23:05:28
21213 Log: Subject: [PATCH] Additional test case for PerlIO::Scalar
21214 From: Benjamin Sugars <bsugars@canoe.ca>
21215 Date: Wed, 9 May 2001 18:03:45 -0400 (EDT)
21216 Message-ID: <Pine.LNX.4.21.0105091758220.1160-100000@marmot.rim.canoe.ca>
21217 Branch: perl
21218 ! t/lib/io_scalar.t
21219____________________________________________________________________________
21220[ 10060] By: jhi on 2001/05/09 23:04:38
21221 Log: Subject: [PATCH: perl@10022] update md5sum for MD5.xs on IBM-1047
21222 From: Peter Prymmer <pvhp@forte.com>
21223 Date: Wed, 9 May 2001 12:08:02 -0700 (PDT)
21224 Message-ID: <Pine.OSF.4.10.10105091205250.455254-100000@aspara.forte.com>
21225 Branch: perl
21226 ! t/lib/md5-file.t
21227____________________________________________________________________________
21228[ 10059] By: jhi on 2001/05/09 23:03:52
21229 Log: Subject: [PATCH t/TEST] B::Deparse tester
21230 From: Robin Houston <robin@kitsite.com>
21231 Date: Wed, 9 May 2001 19:17:50 +0100
21232 Message-ID: <20010509191750.A16940@penderel>
21233 Branch: perl
21234 ! ext/B/O.pm t/TEST
21235____________________________________________________________________________
21236[ 10058] By: jhi on 2001/05/09 23:02:56
21237 Log: Subject: [PATCH] Pod::Html -- fixes extra gaps in raw text
21238 From: Jeff Pinyan <jeffp@crusoe.net>
21239 Date: Wed, 9 May 2001 14:36:25 -0400 (EDT)
21240 Message-ID: <Pine.GSO.4.21.0105091430420.357-100000@crusoe.crusoe.net>
21241 Branch: perl
21242 ! lib/Pod/Html.pm
21243____________________________________________________________________________
21244[ 10057] By: nick on 2001/05/09 18:37:56
21245 Log: Integrate mainline.
21246 Branch: perlio
21247 !> Changes epoc/epocish.h ext/PerlIO/Scalar/Scalar.xs
21248 !> hints/hpux.sh lib/Pod/Html.pm patchlevel.h perlio.c
21249____________________________________________________________________________
21250[ 10056] By: jhi on 2001/05/09 16:44:44
21251 Log: Update Changes.
21252 Branch: perl
21253 ! Changes patchlevel.h
21254____________________________________________________________________________
402f2918
JH
21255[ 10055] By: jhi on 2001/05/09 16:26:47
21256 Log: Integrate perlio.
21257 Branch: perl
21258 !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
21259____________________________________________________________________________
21260[ 10054] By: jhi on 2001/05/09 16:25:42
21261 Log: Subject: Re: [PATCH] Test offset when reading from a PerlIO::Scalar
21262 From: Benjamin Sugars <bsugars@canoe.ca>
21263 Date: Wed, 9 May 2001 12:42:30 -0400 (EDT)
21264 Message-ID: <Pine.LNX.4.21.0105091230110.1516-100000@marmot.rim.canoe.ca>
21265 Branch: perl
21266 ! perlio.c
21267____________________________________________________________________________
21268[ 10053] By: jhi on 2001/05/09 16:24:37
21269 Log: Subject: [PATCH] Test offset when reading from a PerlIO::Scalar
21270 From: Benjamin Sugars <bsugars@canoe.ca>
21271 Date: Tue, 8 May 2001 17:09:44 -0400 (EDT)
21272 Message-ID: <Pine.LNX.4.21.0105081654140.1212-100000@marmot.rim.canoe.ca>
21273 Branch: perl
21274 ! ext/PerlIO/Scalar/Scalar.xs
21275____________________________________________________________________________
21276[ 10052] By: jhi on 2001/05/09 16:19:04
21277 Log: Subject: [PATCH] Pod::Html doesn't honor =begin ... =end properly
21278 From: Jeff Pinyan <jeffp@crusoe.net>
21279 Date: Wed, 9 May 2001 12:35:24 -0400 (EDT)
21280 Message-ID: <Pine.GSO.4.21.0105091233430.357-100000@crusoe.crusoe.net>
21281 Branch: perl
21282 ! lib/Pod/Html.pm
21283____________________________________________________________________________
21284[ 10051] By: jhi on 2001/05/09 15:30:17
21285 Log: EPOC tweak from Olaf Flebbe.
21286 Branch: perl
21287 ! epoc/epocish.h
21288____________________________________________________________________________
21289[ 10050] By: nick on 2001/05/09 14:37:57
21290 Log: win32, regen_config_h
21291 Branch: perlio
21292 ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
21293____________________________________________________________________________
21294[ 10049] By: jhi on 2001/05/09 12:33:39
21295 Log: Integrate perlio.
21296 Branch: perl
21297 !> pp_sys.c
21298____________________________________________________________________________
21299[ 10048] By: nick on 2001/05/09 11:59:50
21300 Log: If wait() or waitpid() ends due to EINTR despatch perl interrupt handler
21301 and re-try. Fixes "perl 5.7.x prefers suicide over killing more than one child."
21302 Branch: perlio
21303 ! pp_sys.c
21304____________________________________________________________________________
21305[ 10047] By: jhi on 2001/05/09 10:50:12
21306 Log: Integrate perlio.
21307 Branch: perl
21308 !> run.c
21309____________________________________________________________________________
21310[ 10046] By: jhi on 2001/05/09 10:49:34
21311 Log: Subject: Re: Less warnings during configure
21312 From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
21313 Date: Wed, 09 May 2001 13:12:49 +0200
21314 Message-Id: <20010509125337.995D.H.M.BRAND@hccnet.nl>
21315 Branch: perl
21316 ! hints/hpux.sh
21317____________________________________________________________________________
21318[ 10045] By: nick on 2001/05/09 09:56:59
21319 Log: MULTIPLICITY/DEBUGGING build fix.
21320 Branch: perlio
21321 ! run.c
21322____________________________________________________________________________
21323[ 10044] By: nick on 2001/05/09 09:46:37
21324 Log: Merge of mainline (does not build MULTIPLICITY/DEBUGGING issue).
21325 Branch: perlio
21326 +> hints/atheos.sh pod/perl572delta.pod t/pod/plainer.t
21327 - ext/SDBM_File/sdbm/dbm.c ext/SDBM_File/sdbm/dbm.h
21328 !> (integrate 65 files)
21329____________________________________________________________________________
21330[ 10043] By: jhi on 2001/05/08 22:41:49
21331 Log: Subject: [PATCH op.c] Deprecate %x->{'foo'}, @y->[23] etc
21332 From: Robin Houston <robin@kitsite.com>
21333 Date: Tue, 8 May 2001 19:38:00 +0100
21334 Message-ID: <20010508193800.A4389@penderel>
21335
21336 Subject: Re: [PATCH op.c] Deprecate %x->{'foo'}, @y->[23] etc
21337 From: Robin Houston <robin@kitsite.com>
21338 Date: Tue, 8 May 2001 20:03:57 +0100
21339 Message-ID: <20010508200357.A4614@penderel>
21340
21341 Subject: Re: [PATCH op.c] Deprecate %x->{'foo'}, @y->[23] etc
21342 From: Robin Houston <robin@kitsite.com>
21343 Date: Wed, 9 May 2001 00:12:05 +0100
21344 Message-ID: <20010509001205.A18521@puffinry.freeserve.co.uk>
21345 Branch: perl
21346 ! op.c pod/perldiag.pod t/pragma/overload.t t/pragma/warn/op
21347____________________________________________________________________________
21348[ 10042] By: jhi on 2001/05/08 22:09:35
21349 Log: Retract #10031.
21350 Branch: perl
21351 ! pod/perlfunc.pod
21352____________________________________________________________________________
21353[ 10041] By: jhi on 2001/05/08 18:27:34
21354 Log: The metaconfig unit changes for #10040.
21355 Branch: metaconfig/U/perl
21356 ! Checkcc.U d_dlsymun.U dlsrc.U
21357____________________________________________________________________________
21358[ 10040] By: jhi on 2001/05/08 18:24:47
21359 Log: The Configure half of
21360
21361 Subject: Less warnings during configure
21362 From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
21363 Date: Tue, 08 May 2001 08:44:02 +0200
21364 Message-Id: <20010508084158.D793.H.M.BRAND@hccnet.nl>
21365 Branch: perl
21366 ! Configure
21367____________________________________________________________________________
21368[ 10039] By: jhi on 2001/05/08 16:48:31
21369 Log: Subject: Less warnings during configure
21370 From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
21371 Date: Tue, 08 May 2001 08:44:02 +0200
21372 Message-Id: <20010508084158.D793.H.M.BRAND@hccnet.nl>
21373 Branch: perl
21374 ! hints/hpux.sh
21375____________________________________________________________________________
21376[ 10038] By: jhi on 2001/05/08 16:32:07
21377 Log: Don't forget to whine about \d__\d.
21378 Branch: perl
21379 ! t/pragma/warn/toke toke.c
21380____________________________________________________________________________
21381[ 10037] By: jhi on 2001/05/08 16:07:05
21382 Log: Allow underscores also in the exponent part.
21383 Branch: perl
21384 ! t/pragma/warn/toke toke.c
21385____________________________________________________________________________
21386[ 10036] By: jhi on 2001/05/08 13:33:55
21387 Log: CodeMagicCD doesn't look like an *I*DE.
21388 Branch: perl
21389 ! pod/perlfaq3.pod
21390____________________________________________________________________________
21391[ 10035] By: jhi on 2001/05/08 13:27:48
21392 Log: Add Open Perl IDE, remove Perl Code Magic (the site seems
21393 to be consistently down).
21394 Branch: perl
21395 ! pod/perlfaq3.pod
21396____________________________________________________________________________
21397[ 10034] By: jhi on 2001/05/08 13:21:07
21398 Log: Upgrade to Text::Balanced 1.84.
21399 Branch: perl
21400 ! lib/Text/Balanced.pm t/lib/tb-xbrak.t
21401____________________________________________________________________________
21402[ 10033] By: jhi on 2001/05/08 12:41:53
21403 Log: Subject: Re: [PATCH] Find the last of the missing pad variables
21404 From: Benjamin Sugars <bsugars@canoe.ca>
21405 Date: Tue, 8 May 2001 09:14:30 -0400 (EDT)
21406 Message-ID: <Pine.LNX.4.21.0105080912370.1930-100000@marmot.rim.canoe.ca>
21407 Branch: perl
21408 ! run.c
21409____________________________________________________________________________
21410[ 10032] By: jhi on 2001/05/08 12:40:28
21411 Log: Subject: [PATCH: perl@10022] cleaner cleanup for t/pod/plainer.t
21412 From: Peter Prymmer <pvhp@forte.com>
21413 Date: Mon, 7 May 2001 18:13:06 -0700 (PDT)
21414 Message-ID: <Pine.OSF.4.10.10105071810100.317708-100000@aspara.forte.com>
21415 Branch: perl
21416 ! t/pod/plainer.t
21417____________________________________________________________________________
21418[ 10031] By: jhi on 2001/05/08 12:35:25
21419 Log: (Retracted by #10042)
21420
21421 Subject: Re: [ID 20010506.040] Infinite loop in lib/selfstubber.t under Cygwin
21422 From: "Philip Newton" <pnewton@gmx.de>
21423 Date: Tue, 8 May 2001 09:18:10 +0200
21424 Message-ID: <3AF7B9D2.28861.603732@localhost>
21425 Branch: perl
21426 ! pod/perlfunc.pod
21427____________________________________________________________________________
21428[ 10030] By: jhi on 2001/05/08 12:32:23
21429 Log: Subject: [PATCH B::Deparse] Document known bugs
21430 From: Robin Houston <robin@kitsite.com>
21431 Date: Tue, 8 May 2001 01:53:34 +0100
21432 Message-ID: <20010508015334.A32394@penderel>
21433 Branch: perl
21434 ! ext/B/B/Deparse.pm
21435____________________________________________________________________________
21436[ 10029] By: jhi on 2001/05/08 12:28:28
21437 Log: Subject: Re: Perl book, magazine and website updates.
21438 From: "Philip Newton" <pnewton@gmx.de>
21439 Date: Mon, 7 May 2001 17:03:58 +0200
21440 Message-ID: <3AF6D57E.5387.1E29930@localhost>
21441 Branch: perl
21442 ! pod/perlfaq2.pod
21443____________________________________________________________________________
21444[ 10028] By: jhi on 2001/05/07 23:53:30
21445 Log: Subject: [PATCH: perl@10022] YA tweak to avoid open file conflict in io/fflush.t
21446 From: Peter Prymmer <pvhp@forte.com>
21447 Date: Mon, 7 May 2001 17:50:48 -0700 (PDT)
21448 Message-ID: <Pine.OSF.4.10.10105071746570.317708-100000@aspara.forte.com>
21449 Branch: perl
21450 ! t/io/fflush.t
21451____________________________________________________________________________
21452[ 10027] By: jhi on 2001/05/07 23:22:48
21453 Log: Subject: [PATCH B::Deparse] Give (?{...}) a taste of its own medicine
21454 From: Robin Houston <robin@kitsite.com>
21455 Date: Tue, 8 May 2001 01:14:55 +0100
21456 Message-ID: <20010508011455.A32162@penderel>
21457 Branch: perl
21458 ! ext/B/B/Deparse.pm
21459____________________________________________________________________________
21460[ 10026] By: jhi on 2001/05/07 23:15:05
21461 Log: Typo in #10025.
21462 Branch: perl
21463 ! hints/uts.sh
21464____________________________________________________________________________
21465[ 10025] By: jhi on 2001/05/07 21:15:35
21466 Log: cc, cflags, and optimize tweaks for UTS from Hal Morris.
21467 Branch: perl
21468 ! hints/uts.sh
21469____________________________________________________________________________
21470[ 10024] By: jhi on 2001/05/07 20:58:40
21471 Log: Subject: Re: [ID 20010506.045] question about hash syntax
21472 From: Peter Scott <Peter@PSDT.com>
21473 Date: Sun, 06 May 2001 13:10:40 -0700
21474 Message-Id: <4.3.2.7.2.20010506113015.00b46100@psdt.com>
21475 Branch: perl
21476 ! pod/perl56delta.pod
21477____________________________________________________________________________
21478[ 10023] By: jhi on 2001/05/07 20:41:26
21479 Log: Configure should figure out the list of dynamic extensions
21480 just fine in UTS-- and in fact it does, as reported by Hal Morris.
21481 Branch: perl
21482 ! hints/uts.sh
21483____________________________________________________________________________
21484[ 10022] By: jhi on 2001/05/07 20:24:11
21485 Log: Update Changes.
21486 Branch: perl
21487 ! Changes patchlevel.h
21488____________________________________________________________________________
038dd032
JH
21489[ 10021] By: jhi on 2001/05/07 20:11:31
21490 Log: Subject: [PATCH regcomp.c] Insecure regexes
21491 From: Robin Houston <robin@kitsite.com>
21492 Date: Mon, 7 May 2001 21:56:12 +0100
21493 Message-ID: <20010507215612.A31114@penderel>
21494 Branch: perl
21495 ! regcomp.c
21496____________________________________________________________________________
21497[ 10020] By: jhi on 2001/05/07 20:02:30
21498 Log: Drop the foobar.perl.com references for now until Simon
21499 gets them sorted out.
21500 Branch: perl
21501 ! pod/perlfaq2.pod
21502____________________________________________________________________________
21503[ 10019] By: jhi on 2001/05/07 19:54:33
21504 Log: Subject: Re: RFC: changing Devel::SelfStubber to relinquish its grasp
21505 From: Prymmer/Kahn <pvhp@best.com>
21506 Date: Mon, 7 May 2001 07:47:21 -0700 (PDT)
21507 Message-ID: <Pine.BSF.4.21.0105070733080.13301-100000@shell8.ba.best.com>
21508 Branch: perl
21509 ! lib/Devel/SelfStubber.pm
21510____________________________________________________________________________
21511[ 10018] By: jhi on 2001/05/07 19:53:10
21512 Log: Subject: Re: [ID 20010506.022] Win32/Makefile problems in 5.7.1
21513 From: Prymmer/Kahn <pvhp@best.com>
21514 Date: Sun, 6 May 2001 21:34:56 -0700 (PDT)
21515 Message-ID: <Pine.BSF.4.21.0105062131520.17625-100000@shell8.ba.best.com>
21516 Branch: perl
21517 ! win32/Makefile
21518____________________________________________________________________________
21519[ 10017] By: jhi on 2001/05/07 19:35:10
21520 Log: s/WebTechnique's/WebTechniques/
21521 Branch: perl
21522 ! pod/perlfaq2.pod
21523____________________________________________________________________________
21524[ 10016] By: jhi on 2001/05/07 12:26:29
21525 Log: Llama 3 updates from Randal.
21526 Branch: perl
21527 ! pod/perlfaq2.pod
21528____________________________________________________________________________
21529[ 10015] By: jhi on 2001/05/07 01:34:38
21530 Log: Subject: [PATCH] Help -Dt show correct pad variables
21531 From: Benjamin Sugars <ben.sugars@home.com>
21532 Date: Sun, 6 May 2001 12:54:13 -0400 (EDT)
21533 Message-ID: <Pine.LNX.4.21.0105061142040.12858-100000@localhost.localdomain>
21534 Branch: perl
21535 ! embed.h embed.pl proto.h run.c
21536____________________________________________________________________________
21537[ 10014] By: jhi on 2001/05/07 01:23:56
21538 Log: Subject: [PATCH] Document C<our $foo : shared>
21539 From: Benjamin Sugars <ben.sugars@home.com>
21540 Date: Sun, 6 May 2001 19:00:55 -0400 (EDT)
21541 Message-ID: <Pine.LNX.4.21.0105061847090.9500-100000@localhost.localdomain>
21542 Branch: perl
21543 ! pod/perlfunc.pod
21544____________________________________________________________________________
21545[ 10013] By: jhi on 2001/05/07 01:22:22
21546 Log: Subject: [PATCH B::Deparse] undefined folded constants
21547 From: Robin Houston <robin@kitsite.com>
21548 Date: Sun, 6 May 2001 17:19:09 +0100
21549 Message-ID: <20010506171909.A7046@penderel>
21550 Branch: perl
21551 ! ext/B/B/Deparse.pm
21552____________________________________________________________________________
21553[ 10012] By: jhi on 2001/05/07 00:57:38
21554 Log: Subject: [PATCH B::Deparse] use Foo (sub {...});
21555 From: Robin Houston <robin@kitsite.com>
21556 Message-ID: <20010506164654.A6848@penderel>
21557 Date: Sun, 6 May 2001 16:46:54 +0100
21558 Branch: perl
21559 ! ext/B/B/Deparse.pm
21560____________________________________________________________________________
21561[ 10011] By: jhi on 2001/05/07 00:52:18
21562 Log: Subject: [PATCH t/op/my_stash.t] Naughty?
21563 From: Robin Houston <robin@kitsite.com>
21564 Date: Sun, 6 May 2001 14:47:02 +0100
21565 Message-ID: <20010506144702.A6308@penderel>
21566 Branch: perl
21567 ! t/op/my_stash.t
21568____________________________________________________________________________
21569[ 10010] By: jhi on 2001/05/06 15:07:51
21570 Log: Subject: Perl book, magazine and website updates.
21571 From: Simon Cozens <simon@netthink.co.uk>
21572 Date: Sun, 6 May 2001 16:55:36 +0100
21573 Message-ID: <20010506165536.A1795@netthink.co.uk>
21574 Branch: perl
21575 ! pod/perlbook.pod pod/perlfaq2.pod
21576____________________________________________________________________________
21577[ 10009] By: jhi on 2001/05/06 14:11:40
21578 Log: Tweaks on the Tru64 prof options.
21579 Branch: perl
21580 ! pod/perlhack.pod
21581____________________________________________________________________________
21582[ 10008] By: jhi on 2001/05/06 13:51:49
21583 Log: Subject: [PATCH t/pod/testp2pt.pl] Give deparse tester a chance
21584 From: Robin Houston <robin@kitsite.com>
21585 Date: Sun, 6 May 2001 14:40:51 +0100
21586 Message-ID: <20010506144051.A6279@penderel>
21587 Branch: perl
21588 ! t/pod/testp2pt.pl
21589____________________________________________________________________________
21590[ 10007] By: jhi on 2001/05/06 13:49:31
21591 Log: Subject: [PATCH B::Deparse] scoping
21592 From: Robin Houston <robin@kitsite.com>
21593 Date: Sun, 6 May 2001 14:36:56 +0100
21594 Message-ID: <20010506143656.A4006@penderel>
21595 Branch: perl
21596 ! ext/B/B/Deparse.pm ext/B/defsubs_h.PL t/lib/b-deparse.t
21597____________________________________________________________________________
21598[ 10006] By: jhi on 2001/05/06 13:24:12
21599 Log: Document the undefinedness of bitshifting out of range.
21600 Branch: perl
21601 ! pod/perlop.pod
21602____________________________________________________________________________
21603[ 10005] By: jhi on 2001/05/06 13:03:17
21604 Log: Retract #10003 and update the IDE descriptions a bit.
21605 Branch: perl
21606 ! pod/perlfaq3.pod
21607____________________________________________________________________________
21608[ 10004] By: jhi on 2001/05/06 03:02:41
21609 Log: Subject: [PATCH: perl@10001] win32 update (VC,Borland,gcc), nmake update
21610 From: Prymmer/Kahn <pvhp@best.com>
21611 Date: Sat, 5 May 2001 20:30:49 -0700 (PDT)
21612 Message-ID: <Pine.BSF.4.21.0105052017370.3961-100000@shell8.ba.best.com>
21613 Branch: perl
21614 ! win32/Makefile win32/buildext.pl win32/config.bc
21615 ! win32/config.gc win32/config.vc
21616____________________________________________________________________________
21617[ 10003] By: jhi on 2001/05/05 20:24:44
21618 Log: (Retracted by #10005.)
21619 Branch: perl
21620 ! pod/perlfaq3.pod
21621____________________________________________________________________________
21622[ 10002] By: jhi on 2001/05/05 19:23:36
21623 Log: It's "psed", not "sed".
21624 Branch: perl
21625 ! x2p/s2p.PL
21626____________________________________________________________________________
21627[ 10001] By: jhi on 2001/05/05 18:35:38
21628 Log: Update Changes.
21629 Branch: perl
21630 ! Changes patchlevel.h
21631____________________________________________________________________________
92e0bad9
JH
21632[ 10000] By: jhi on 2001/05/05 18:32:15
21633 Log: Subject: Re: bleadperl make install fails due to "psed"
21634 From: andreas.koenig@anima.de (Andreas J. Koenig)
21635 Date: 05 May 2001 18:23:28 +0200
21636 Message-ID: <m3u22zg3y7.fsf@ak-71.mind.de>
21637 Branch: perl
21638 ! x2p/Makefile.SH x2p/s2p.PL
21639____________________________________________________________________________
21640[ 9999] By: jhi on 2001/05/05 18:28:09
21641 Log: AUTHORS updates.
21642 Branch: perl
21643 ! AUTHORS
21644____________________________________________________________________________
21645[ 9998] By: jhi on 2001/05/05 18:16:00
21646 Log: Updates on the pods related to the modules included since 5.6.
21647
21648 TODO: perltodo really could use major updating.
21649 Branch: perl
21650 ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq7.pod
21651 ! pod/perlfaq8.pod pod/perlfilter.pod pod/perlfunc.pod
21652 ! pod/perlop.pod pod/perlport.pod pod/perlsec.pod
21653 ! pod/perlsyn.pod pod/perltodo.pod
21654____________________________________________________________________________
21655[ 9997] By: jhi on 2001/05/05 17:35:17
21656 Log: Hints file for AtheOS ( http://www.atheos.cx/ ),
21657 from Kurt Skauen.
21658 Branch: perl
21659 + hints/atheos.sh
21660 ! MANIFEST
21661____________________________________________________________________________
21662[ 9996] By: jhi on 2001/05/05 17:25:00
21663 Log: Add preemptive #undefs for some of the shorter and more prone
21664 to collision regcomp.h #defines. (Background: the MASK collided
21665 with a system header #define in Rhapsody.)
21666 Branch: perl
21667 ! regcomp.h
21668____________________________________________________________________________
21669[ 9995] By: jhi on 2001/05/05 13:24:21
21670 Log: Subject: [PATCH] Re: h2xs [was Re: HEAR YE, HEAR YE!]
21671 From: Nicholas Clark <nick@ccl4.org>
21672 Date: Sat, 5 May 2001 14:46:39 +0100
21673 Message-ID: <20010505144639.O53513@plum.flirble.org>
21674
21675 Add a test for the constants (if any) being processed correctly.
21676 Branch: perl
21677 ! utils/h2xs.PL
21678____________________________________________________________________________
21679[ 9994] By: jhi on 2001/05/05 02:11:03
21680 Log: Subject: [PATCH & retract: perl@9973] the real fix for t/lib/b-stash.t
21681 From: Peter Prymmer <pvhp@forte.com>
21682 Date: Fri, 4 May 2001 17:44:13 -0700 (PDT)
21683 Message-ID: <Pine.OSF.4.10.10105041734280.67333-100000@aspara.forte.com>
21684 Branch: perl
21685 ! t/lib/b-stash.t
21686____________________________________________________________________________
21687[ 9993] By: jhi on 2001/05/05 02:03:49
21688 Log: Subject: [PATCH: perl@9973] fix const poisioning in PerlIO_openn->fdopen->openn
21689 From: Peter Prymmer <pvhp@forte.com>
21690 Date: Fri, 4 May 2001 17:29:02 -0700 (PDT)
21691 Message-ID: <Pine.OSF.4.10.10105041727420.67333-100000@aspara.forte.com>
21692 Branch: perl
21693 ! perlio.c vms/vmsish.h
21694____________________________________________________________________________
21695[ 9992] By: jhi on 2001/05/04 17:21:12
21696 Log: Subject: [PATHC perl@9944] missing library tests: Pod::Plainer
21697 From: Robin Barker <rmb1@cise.npl.co.uk>
21698 Date: Fri, 4 May 2001 18:13:47 +0100 (BST)
21699 Message-Id: <200105041713.SAA14842@tempest.npl.co.uk>
21700 Branch: perl
21701 + t/pod/plainer.t
21702 ! MANIFEST
21703____________________________________________________________________________
21704[ 9991] By: jhi on 2001/05/04 16:47:45
21705 Log: Subject: [PATCH perl@9944] -Wformat error from ext/re/re_comp.c
21706 From: Robin Barker <rmb1@cise.npl.co.uk>
21707 Date: Fri, 4 May 2001 18:09:13 +0100 (BST)
21708 Message-Id: <200105041709.SAA14835@tempest.npl.co.uk>
21709 Branch: perl
21710 ! regcomp.c
21711____________________________________________________________________________
21712[ 9990] By: jhi on 2001/05/04 14:37:20
21713 Log: Subject: [PATCH: perl@9973] let win32 run t/lib/b-stash.t
21714 From: Prymmer/Kahn <pvhp@best.com>
21715 Date: Fri, 4 May 2001 07:31:01 -0700 (PDT)
21716 Message-ID: <Pine.BSF.4.21.0105040727430.14844-100000@shell8.ba.best.com>
21717 Branch: perl
21718 ! t/lib/b-stash.t
21719____________________________________________________________________________
21720[ 9989] By: jhi on 2001/05/04 14:03:58
21721 Log: Introduce perl572delta, update Todo, add the missing
21722 mention about signal safety since 5.7.1 (though this
21723 requires verification and more details.)
21724 Branch: perl
21725 + pod/perl572delta.pod
21726 ! MANIFEST Todo pod/perl571delta.pod
21727____________________________________________________________________________
21728[ 9988] By: jhi on 2001/05/04 12:41:51
21729 Log: Subject: [PATCH perl@9944] long =item
21730 From: Robin Barker <rmb1@cise.npl.co.uk>
21731 Date: Fri, 4 May 2001 14:15:20 +0100 (BST)
21732 Message-Id: <200105041315.OAA00436@tempest.npl.co.uk>
21733 Branch: perl
21734 ! ext/Time/HiRes/HiRes.pm
21735____________________________________________________________________________
21736[ 9987] By: jhi on 2001/05/04 12:39:19
21737 Log: The #9901 had removed one line essential for EBCDIC.
21738 Branch: perl
21739 ! regcomp.c
21740____________________________________________________________________________
21741[ 9986] By: jhi on 2001/05/04 12:30:23
21742 Log: Subject: cygwin/Makefile.SHs INSTALL patch
21743 From: Reini Urban <rurban@sbox.tu-graz.ac.at>
21744 Date: Mon, 08 Jan 2001 04:59:21 +0200
21745 Message-ID: <3A592D09.FD6AD35D@sbox.tu-graz.ac.at>
21746 Branch: perl
21747 ! cygwin/Makefile.SHs
21748____________________________________________________________________________
21749[ 9985] By: jhi on 2001/05/04 03:51:39
21750 Log: Encode/IO doc tweaks.
21751 Branch: perl
21752 ! ext/Encode/Encode.pm
21753____________________________________________________________________________
21754[ 9984] By: jhi on 2001/05/04 03:29:34
21755 Log: Remove GDBM_File from the dynamic extensions for UTS,
21756 GDBM is not a standard feature.
21757 Branch: perl
21758 ! hints/uts.sh
21759____________________________________________________________________________
21760[ 9983] By: jhi on 2001/05/04 03:22:59
21761 Log: Document the \pX and \p{Yz} (and \p{BidiXYZ}) classes a bit more.
21762 Branch: perl
21763 ! pod/perlretut.pod
21764____________________________________________________________________________
21765[ 9982] By: jhi on 2001/05/03 23:21:03
21766 Log: Subject: [PATCH] Let sv_dump understand GvSHARED
21767 From: Benjamin Sugars <bsugars@canoe.ca>
21768 Date: Thu, 3 May 2001 16:51:07 -0400 (EDT)
21769 Message-ID: <Pine.LNX.4.21.0105031645280.805-100000@marmot.rim.canoe.ca>
21770 Branch: perl
21771 ! dump.c
21772____________________________________________________________________________
21773[ 9981] By: jhi on 2001/05/03 23:20:05
21774 Log: Subject: [PATCH] Allow clobbering of a PerlIO::Scalar and more tests
21775 From: Benjamin Sugars <bsugars@canoe.ca>
21776 Date: Thu, 3 May 2001 15:28:21 -0400 (EDT)
21777 Message-ID: <Pine.LNX.4.21.0105031508360.805-100000@marmot.rim.canoe.ca>
21778 Branch: perl
21779 ! ext/PerlIO/Scalar/Scalar.xs t/lib/io_scalar.t
21780____________________________________________________________________________
21781[ 9980] By: jhi on 2001/05/03 23:15:29
21782 Log: Integrate perlio.
21783 Branch: perl
21784 !> ext/Encode/Encode.pm
21785____________________________________________________________________________
21786[ 9979] By: jhi on 2001/05/03 16:54:59
21787 Log: Install psed man page.
21788 Branch: perl
21789 ! installman
21790____________________________________________________________________________
21791[ 9978] By: jhi on 2001/05/03 16:45:58
21792 Log: Remove unused files; noted by Sarathy.
21793 Branch: perl
21794 - ext/SDBM_File/sdbm/dbm.c ext/SDBM_File/sdbm/dbm.h
21795 ! MANIFEST
21796____________________________________________________________________________
21797[ 9977] By: jhi on 2001/05/03 16:42:30
21798 Log: Subject: [PATCH bleadperl] INSTALL patch -- space requirements
21799 From: Andy Dougherty <doughera@lafayette.edu>
21800 Date: Thu, 3 May 2001 11:16:10 -0400 (EDT)
21801 Message-ID: <Pine.SOL.4.10.10105031114500.17868-100000@maxwell.phys.lafayette.edu>
21802 Branch: perl
21803 ! INSTALL
21804____________________________________________________________________________
21805[ 9976] By: nick on 2001/05/03 16:40:42
21806 Log: Allow $answer = encode($object,$text); like it says in docs.
21807 Branch: perlio
21808 ! ext/Encode/Encode.pm
21809____________________________________________________________________________
21810[ 9975] By: nick on 2001/05/03 16:22:30
21811 Log: Fix latin1 etc. alias code - (bit rot?) - the @latin2iso array now seems to need
21812 to be in scope (fair enough), and also a package variable (our) for eval to see it.
21813 Branch: perlio
21814 ! ext/Encode/Encode.pm
21815____________________________________________________________________________
21816[ 9974] By: nick on 2001/05/03 15:48:17
21817 Log: Integrate mainline.
21818 Branch: perlio
21819 +> lib/NEXT.pm t/io/fflush.t t/lib/MyFilter.pm
21820 +> t/lib/filter-simple.t t/lib/next.t
21821 !> (integrate 70 files)
21822____________________________________________________________________________
21823[ 9973] By: jhi on 2001/05/03 13:09:09
21824 Log: Update Changes.
21825 Branch: perl
21826 ! Changes patchlevel.h
21827____________________________________________________________________________
724031fb
JH
21828[ 9972] By: jhi on 2001/05/03 12:58:33
21829 Log: Subject: [PATCH: perl@9945] fix handling of $Config{variables} in io/fflush.t
21830 From: Prymmer/Kahn <pvhp@best.com>
21831 Date: Wed, 2 May 2001 23:56:13 -0700 (PDT)
21832 Message-ID: <Pine.BSF.4.21.0105022353380.24421-100000@shell8.ba.best.com>
21833 Branch: perl
21834 ! t/io/fflush.t
21835____________________________________________________________________________
21836[ 9971] By: jhi on 2001/05/03 12:57:26
21837 Log: Subject: [PATCH: perl@9945] two fixes for win32/FindExt.pm
21838 From: Prymmer/Kahn <pvhp@best.com>
21839 Date: Wed, 2 May 2001 23:42:33 -0700 (PDT)
21840 Message-ID: <Pine.BSF.4.21.0105022337070.24421-100000@shell8.ba.best.com>
21841 Branch: perl
21842 ! win32/FindExt.pm
21843____________________________________________________________________________
21844[ 9970] By: jhi on 2001/05/03 02:42:46
21845 Log: Can't croak sans thread context, from Doug MacEachern.
21846 Branch: perl
21847 ! toke.c
21848____________________________________________________________________________
21849[ 9969] By: jhi on 2001/05/03 01:23:48
21850 Log: Subject: Random input test and Perl
21851 From: Ilya Zakharevich <ilya@math.berkeley.edu>
21852 Date: Wed, 2 May 2001 14:35:50 -0700 (PDT)
21853 Message-Id: <200105022135.OAA26245@fac-813-1.math.Berkeley.EDU>
21854 Branch: perl
21855 ! toke.c
21856____________________________________________________________________________
21857[ 9968] By: jhi on 2001/05/02 22:17:21
21858 Log: Subject: [PATCH: perl@9945] fix some misinformation in perlfunc.pod
21859 From: Peter Prymmer <pvhp@forte.com>
21860 Date: Wed, 2 May 2001 15:58:18 -0700 (PDT)
21861 Message-ID: <Pine.OSF.4.10.10105021554040.342459-100000@aspara.forte.com>
21862 Branch: perl
21863 ! pod/perlfunc.pod pod/perlport.pod
21864____________________________________________________________________________
21865[ 9967] By: jhi on 2001/05/02 20:12:45
21866 Log: Workaround for UTS compiler casting bug from Hal Morris.
21867 Branch: perl
21868 ! perl.h
21869____________________________________________________________________________
21870[ 9966] By: jhi on 2001/05/02 18:31:37
21871 Log: Subject: Re: [PATCH 5.6.1] Multiplicity and thread fixes for VMS
21872 From: Dan Sugalski <dan@sidhe.org>
21873 Date: Wed, 02 May 2001 15:23:22 -0400
21874 Message-Id: <5.0.2.1.0.20010502152210.01f65550@24.8.96.48>
21875 Branch: perl
21876 ! perl.c vms/vms.c
21877____________________________________________________________________________
21878[ 9965] By: jhi on 2001/05/02 18:21:29
21879 Log: Minor doc tweaks on endianness, closes bug 20010327.004.
21880 Branch: perl
21881 ! pod/perlfunc.pod
21882____________________________________________________________________________
21883[ 9964] By: jhi on 2001/05/02 18:15:01
21884 Log: Document large files in INSTALL, document also the %x
21885 limitation if not use64bitint, closes bug 20010326.007.
21886 Branch: perl
21887 ! INSTALL
21888____________________________________________________________________________
21889[ 9963] By: jhi on 2001/05/02 17:24:47
21890 Log: perlmodlib tweaks; regen pods.
21891 Branch: perl
21892 ! pod/Makefile.SH pod/perlmodlib.PL pod/perlmodlib.pod
21893 ! pod/perltoc.pod
21894____________________________________________________________________________
21895[ 9962] By: jhi on 2001/05/02 17:14:00
21896 Log: Fix for a segfault, from Marc Lehmann.
21897 Branch: perl
21898 ! ext/POSIX/POSIX.xs ext/Time/Piece/Piece.xs
21899____________________________________________________________________________
21900[ 9961] By: jhi on 2001/05/02 15:55:53
21901 Log: Subject: [DOC PATCH bleadperl] minor nits in perlop.pod
21902 From: "Philip Newton" <pnewton@gmx.de>
21903 Date: Wed, 2 May 2001 18:39:03 +0200
21904 Message-ID: <3AF05447.15525.173B588@localhost>
21905 Branch: perl
21906 ! pod/perlop.pod
21907____________________________________________________________________________
21908[ 9960] By: jhi on 2001/05/02 15:35:37
21909 Log: Subject: [PATCH 5.6.1] Multiplicity and thread fixes for VMS
21910 From: Dan Sugalski <dan@sidhe.org>
21911 Date: Wed, 02 May 2001 11:37:27 -0400
21912 Message-Id: <5.0.2.1.0.20010502112909.01f24e28@24.8.96.48>
21913 Branch: perl
21914 ! doio.c ext/File/Glob/bsd_glob.c perl.c perl.h pp_sys.c
21915 ! thread.h vms/vms.c vms/vmsish.h
21916____________________________________________________________________________
21917[ 9959] By: jhi on 2001/05/02 15:21:08
21918 Log: Subject: Re: [PATCH] Allow appending on a PerlIO::Scalar
21919 From: Benjamin Sugars <bsugars@canoe.ca>
21920 Date: Wed, 2 May 2001 10:53:11 -0400 (EDT)
21921 Message-ID: <Pine.LNX.4.21.0105021041380.1652-100000@marmot.rim.canoe.ca>
21922 Branch: perl
21923 ! ext/PerlIO/Scalar/Scalar.xs
21924____________________________________________________________________________
21925[ 9958] By: jhi on 2001/05/02 15:15:53
21926 Log: Bug in #9915, spotted by Mike Guy.
21927 Branch: perl
21928 ! installperl
21929____________________________________________________________________________
21930[ 9957] By: jhi on 2001/05/02 13:26:01
21931 Log: Add a test for not griping about references as array
21932 indices if the reference has magic in it (overloaded
21933 methods).
21934 Branch: perl
21935 ! pod/perldiag.pod t/pragma/warn/pp_hot
21936____________________________________________________________________________
21937[ 9956] By: jhi on 2001/05/02 13:07:01
21938 Log: Retracted a bit too much in #9952.
21939 Branch: perl
21940 ! t/pragma/sub_lval.t
21941____________________________________________________________________________
21942[ 9955] By: jhi on 2001/05/02 13:05:38
21943 Log: Test for #9952.
21944 Branch: perl
21945 ! t/op/tie.t
21946____________________________________________________________________________
21947[ 9954] By: jhi on 2001/05/02 11:48:18
21948 Log: Additional note on the encoding example: one cannot
21949 convert string constants in-place.
21950 Branch: perl
21951 ! ext/Encode/Encode.pm
21952____________________________________________________________________________
21953[ 9953] By: jhi on 2001/05/02 11:43:51
21954 Log: Note that if you have recent enough Perl you already
21955 have Filter::Util::Call.
21956 Branch: perl
21957 ! lib/Filter/Simple.pm
21958____________________________________________________________________________
21959[ 9952] By: jhi on 2001/05/02 11:31:53
21960 Log: Retract changes #8254 and #8255, causes coredump in
21961 'tie FH, "main"', reported by Abigail, culprit found by
21962 Benjamin Sugars. Mirrors maintperl change #9950.
21963 Branch: perl
21964 ! op.c t/pragma/sub_lval.t
21965____________________________________________________________________________
21966[ 9951] By: jhi on 2001/05/02 11:14:29
21967 Log: Forgot from #9942. (Needed by t/lib/filter-simple.t.)
21968 Branch: perl
21969 + t/lib/MyFilter.pm
21970____________________________________________________________________________
21971[ 9950] By: gsar on 2001/05/02 03:17:11
21972 Log: revert integration of changes#8254,8255 in change#8620 (causes
21973 a coredump in C<tie FH, 'foo'>; the idea itself may need better
21974 rationalization)
21975 Branch: maint-5.6/perl
21976 ! op.c t/pragma/sub_lval.t
21977____________________________________________________________________________
21978[ 9949] By: gsar on 2001/05/02 02:56:32
21979 Log: integrate changes#9774,9814 from mainline (Unixware fixes)
21980
21981 Subject: [ID 20010421.010] Perl 5.6.1 on Unixware 7
21982
21983 Subject: Re: [ID 20010421.010] Perl 5.6.1 on Unixware 7
21984 Branch: maint-5.6/perl
21985 !> hints/svr5.sh
21986____________________________________________________________________________
21987[ 9948] By: gsar on 2001/05/02 02:49:15
21988 Log: pod/find.t breaks on VMS (from Craig Berry)
21989 Branch: maint-5.6/perl
21990 ! t/pod/find.t
21991____________________________________________________________________________
21992[ 9947] By: jhi on 2001/05/02 02:43:09
21993 Log: Add an encoding conversion example.
21994 Branch: perl
21995 ! ext/Encode/Encode.pm
21996____________________________________________________________________________
21997[ 9946] By: jhi on 2001/05/02 01:34:22
21998 Log: Another coat of paint but still nowhere finished.
21999 Need to decide on the semantics of strptime(): should
22000 strptime() be a function instead of a method? To do
22001 the week/monthname-strptiming the i18n/l10n bullet needs
22002 to be bitten with gusto.
22003 Branch: perl
22004 ! ext/Time/Piece/Piece.pm t/lib/time-piece.t
22005____________________________________________________________________________
22006[ 9945] By: jhi on 2001/05/01 23:40:52
22007 Log: Update Changes.
22008 Branch: perl
22009 ! Changes patchlevel.h
22010____________________________________________________________________________
f63e93b7
JH
22011[ 9944] By: jhi on 2001/05/01 23:33:37
22012 Log: Add known-to-be-tested modules to the list-to-be-skipped.
22013 Branch: perl
22014 ! t/lib/1_compile.t
22015____________________________________________________________________________
22016[ 9943] By: jhi on 2001/05/01 23:24:40
22017 Log: Subject: BorlandC++ fix
22018 From: "Vadim Konovalov" <watman@inbox.ru>
22019 Date: Mon, 30 Apr 2001 20:12:26 -0700
22020 Message-ID: <006e01c0d1ec$8fb1b8d0$406bff87@vad>
22021 Branch: perl
22022 ! win32/makefile.mk
22023____________________________________________________________________________
22024[ 9942] By: jhi on 2001/05/01 23:18:02
22025 Log: Update to Filter::Simple 0.60, create a test for it.
22026 Branch: perl
22027 + t/lib/filter-simple.t
22028 ! MANIFEST lib/Filter/Simple.pm
22029____________________________________________________________________________
22030[ 9941] By: jhi on 2001/05/01 19:47:24
22031 Log: Subject: Re: bleadperl: s/// failure with \b and /g
22032 From: Hugo <hv@crypt.compulink.co.uk>
22033 Date: Tue, 01 May 2001 20:12:20 +0100
22034 Message-Id: <200105011912.UAA06826@crypt.compulink.co.uk>
22035 Branch: perl
22036 ! pp_hot.c t/op/re_tests
22037____________________________________________________________________________
22038[ 9940] By: jhi on 2001/05/01 19:42:16
22039 Log: Integrate perlio.
22040 Branch: perl
22041 !> lib/base.pm t/lib/fields.t
22042____________________________________________________________________________
22043[ 9939] By: jhi on 2001/05/01 19:39:51
22044 Log: Subject: [PATCH] Allow appending on a PerlIO::Scalar
22045 From: Benjamin Sugars <bsugars@canoe.ca>
22046 Date: Tue, 1 May 2001 16:32:03 -0400 (EDT)
22047 Message-ID: <Pine.LNX.4.21.0105011627110.1526-100000@marmot.rim.canoe.ca>
22048 Branch: perl
22049 ! ext/PerlIO/Scalar/Scalar.xs t/lib/io_scalar.t
22050____________________________________________________________________________
22051[ 9938] By: jhi on 2001/05/01 19:34:09
22052 Log: Add NEXT, a pseudo-class for method redispatching.
22053 <Damian>NEXT.pm probably offers more bang-for-buck
22054 than anything else I've ever written.</Damian>
22055 Branch: perl
22056 + lib/NEXT.pm t/lib/next.t
22057 ! MANIFEST
22058____________________________________________________________________________
22059[ 9937] By: jhi on 2001/05/01 19:21:41
22060 Log: Update to Switch 2.02.
22061 Branch: perl
22062 ! lib/Switch.pm t/lib/switch.t
22063____________________________________________________________________________
22064[ 9936] By: nick on 2001/05/01 19:09:21
22065 Log: Fix for base.pm clobbering $VERSION
22066 Branch: perlio
22067 ! lib/base.pm
22068____________________________________________________________________________
22069[ 9935] By: nick on 2001/05/01 18:54:38
22070 Log: Test for base.pm clobbering $VERSION.
22071 Branch: perlio
22072 ! t/lib/fields.t
22073____________________________________________________________________________
22074[ 9934] By: jhi on 2001/05/01 18:39:10
22075 Log: Add information about Scalar::Util::blessed.
22076 Branch: perl
22077 ! pod/perlobj.pod
22078____________________________________________________________________________
22079[ 9933] By: jhi on 2001/05/01 18:33:51
22080 Log: Subject: Extra UNIVERSAL documentation
22081 From: Mike Guy <mjtg@cam.ac.uk>
22082 Date: Tue, 01 May 2001 20:12:11 +0100
22083 Message-Id: <E14ufZD-0007kD-00@libra.cus.cam.ac.uk>
22084 Branch: perl
22085 ! pod/perlobj.pod
22086____________________________________________________________________________
22087[ 9932] By: jhi on 2001/05/01 18:26:54
22088 Log: Subject: Autoflush in tests as appropriate
22089 From: Mike Guy <mjtg@cam.ac.uk>
22090 Date: Tue, 01 May 2001 20:05:31 +0100
22091 Message-Id: <E14ufSl-0007gS-00@libra.cus.cam.ac.uk>
22092 Branch: perl
22093 ! t/lib/syslfs.t t/op/die_exit.t t/op/lex_assign.t t/op/lfs.t
22094 ! t/op/taint.t
22095____________________________________________________________________________
22096[ 9931] By: jhi on 2001/05/01 18:02:29
22097 Log: Subject: [PATCH] Multiple consecutive writes on PerlIO::Scalar
22098 From: Benjamin Sugars <bsugars@canoe.ca>
22099 Date: Tue, 1 May 2001 14:58:24 -0400 (EDT)
22100 Message-ID: <Pine.LNX.4.21.0105011431300.1526-100000@marmot.rim.canoe.ca>
22101 Branch: perl
22102 ! ext/PerlIO/Scalar/Scalar.xs t/lib/io_scalar.t
22103____________________________________________________________________________
22104[ 9930] By: jhi on 2001/05/01 15:12:26
22105 Log: Subject: Re: Finally got a round tuit
22106 From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
22107 Date: Tue, 01 May 2001 14:14:10 +0200
22108 Message-Id: <20010501135740.19E4.H.M.BRAND@hccnet.nl>
22109
22110 The -DP part, slightly modified.
22111 Branch: perl
22112 ! perl.c
22113____________________________________________________________________________
22114[ 9929] By: jhi on 2001/05/01 14:17:15
22115 Log: Subject: Re: Finally got a round tuit
22116 From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
22117 Date: Tue, 01 May 2001 16:34:06 +0200
22118 Message-Id: <20010501163255.19F2.H.M.BRAND@hccnet.nl>
22119
22120 cpp and optimization tweaks for HP-UX.
22121 Branch: perl
22122 ! hints/hpux.sh
22123____________________________________________________________________________
22124[ 9928] By: jhi on 2001/05/01 13:24:20
22125 Log: Tune the scan_num() comments to reality.
22126 Branch: perl
22127 ! toke.c
22128____________________________________________________________________________
22129[ 9927] By: jhi on 2001/05/01 13:14:01
22130 Log: Subject: [PATCH B::Deparse] optimised sort
22131 From: Robin Houston <robin@kitsite.com>
22132 Date: Tue, 1 May 2001 14:07:12 +0100
22133 Message-ID: <20010501140712.A4266@penderel>
22134 Branch: perl
22135 ! ext/B/B/Deparse.pm
22136____________________________________________________________________________
22137[ 9926] By: jhi on 2001/05/01 13:10:53
22138 Log: Subject: [PATCH t/lib/b-deparse.t]
22139 From: Robin Houston <robin@kitsite.com>
22140 Date: Tue, 1 May 2001 13:37:42 +0100
22141 Message-ID: <20010501133742.A4082@penderel>
22142 Branch: perl
22143 ! t/lib/b-deparse.t
22144____________________________________________________________________________
22145[ 9925] By: jhi on 2001/05/01 13:10:13
22146 Log: Subject: [PATCH B::Deparse] for(;;), sort
22147 From: Robin Houston <robin@kitsite.com>
22148 Date: Tue, 1 May 2001 13:35:00 +0100
22149 Message-ID: <20010501133500.A4061@penderel>
22150 Branch: perl
22151 ! ext/B/B/Deparse.pm
22152____________________________________________________________________________
22153[ 9924] By: jhi on 2001/05/01 13:09:22
22154 Log: Subject: [PATCH B::Deparse] do, warn, use
22155 From: Robin Houston <robin@kitsite.com>
22156 Date: Tue, 1 May 2001 13:31:03 +0100
22157 Message-ID: <20010501133103.A4041@penderel>
22158 Branch: perl
22159 ! ext/B/B/Deparse.pm
22160____________________________________________________________________________
22161[ 9923] By: jhi on 2001/05/01 11:45:36
22162 Log: Subject: [PATCH] Test autoflush on fork (Was: Should I remove something?)
22163 From: Benjamin Sugars <ben.sugars@home.com>
22164 Date: Mon, 30 Apr 2001 22:21:54 -0400 (EDT)
22165 Message-ID: <Pine.LNX.4.21.0104302213190.19002-100000@localhost.localdomain>
22166 Branch: perl
22167 + t/io/fflush.t
22168 ! MANIFEST
22169____________________________________________________________________________
22170[ 9922] By: jhi on 2001/05/01 11:35:42
22171 Log: Subject: [PATCH: perl@9917] more VMS tweaks for addn'l selfstubber tests
22172 From: Peter Prymmer <pvhp@forte.com>
22173 Date: Mon, 30 Apr 2001 16:26:30 -0700 (PDT)
22174 Message-ID: <Pine.OSF.4.10.10104301621200.161547-100000@aspara.forte.com>
22175 Branch: perl
22176 ! t/lib/selfstubber.t
22177____________________________________________________________________________
22178[ 9921] By: jhi on 2001/04/30 16:34:33
22179 Log: Subject: [PATCH B::Concise] suppress warning
22180 From: Robin Houston <robin@kitsite.com>
22181 Date: Mon, 30 Apr 2001 16:09:49 +0100
22182 Message-ID: <20010430160949.A25086@penderel>
22183 Branch: perl
22184 ! ext/B/B/Concise.pm
22185____________________________________________________________________________
22186[ 9920] By: jhi on 2001/04/30 13:56:04
22187 Log: Strip the *markers* from #9919.
22188 Branch: perl
22189 ! pod/perlfaq.pod pod/perlfaq5.pod
22190____________________________________________________________________________
22191[ 9919] By: jhi on 2001/04/30 13:54:04
22192 Log: Subject: [PATCH] (perlfaq/bleadperl) append mode and locking
22193 From: Gwyn Judd <b.judd@xtra.co.nz>
22194 Date: Sun, 29 Apr 2001 01:47:49 +1200
22195 Message-ID: <20010429014749.A4418@thislove>
22196 Branch: perl
22197 ! pod/perlfaq.pod pod/perlfaq5.pod
22198____________________________________________________________________________
22199[ 9918] By: jhi on 2001/04/30 13:13:54
22200 Log: More_tweakage.
22201 Branch: perl
22202 ! pod/perldata.pod pod/perldiag.pod
22203____________________________________________________________________________
22204[ 9917] By: jhi on 2001/04/30 13:01:27
22205 Log: Update Changes.
22206 Branch: perl
22207 ! Changes patchlevel.h
22208____________________________________________________________________________
2b112a98
JH
22209[ 9916] By: jhi on 2001/04/30 12:57:03
22210 Log: T_w_e_a_k_a_g_e.
22211 Branch: perl
22212 ! pod/perldata.pod pod/perldiag.pod
22213____________________________________________________________________________
22214[ 9915] By: jhi on 2001/04/30 12:39:29
22215 Log: Install s2p also as psed.
22216
22217 TODO: psed documentation?
22218 Branch: perl
22219 ! installperl
22220____________________________________________________________________________
22221[ 9914] By: jhi on 2001/04/30 12:29:21
22222 Log: Subject: Re: [ID 20010303.009] SOCKS5 work around breaks other sockets
22223 From: Jens Hamisch <jens@Strawberry.COM>
22224 Date: Fri, 27 Apr 2001 17:00:36 +0200
22225 Message-ID: <20010427170036.K1372@Strawberry.COM>
22226
22227 SOCKS5_VERSION_NAME is the right symbol to detect
22228 the presence of SOCKS5. (HAS_SOCKS5_INIT is telling whether
22229 function called socks5_init() is available, and even that is
22230 not universal, most SOCKS5 installations use SOCKSinit()).
22231 Branch: perl
22232 ! perlio.c
22233____________________________________________________________________________
22234[ 9913] By: jhi on 2001/04/30 12:22:15
22235 Log: Allow a zero timeout on IO::Socket accept and connect--
22236 though one really shouldn't do that. Based on
22237
22238 Subject: Not possible to set zero second timeout on accept() in IO::Socket and company..
22239 From: "John Holdsworth" <coldwave@bigfoot.com>
22240 Date: Sun, 4 Feb 2001 12:48:18 +0100
22241 Message-ID: <005a01c08ea0$5e6039d0$03ac2ac0@planc>
22242 Branch: perl
22243 ! ext/IO/lib/IO/Socket.pm
22244____________________________________________________________________________
22245[ 9912] By: jhi on 2001/04/30 11:27:27
22246 Log: Save the spot of regprev (see #9911) for binary compatibility;
22247 regen API.
22248 Branch: perl
22249 ! embedvar.h perlapi.h thrdvar.h
22250____________________________________________________________________________
22251[ 9911] By: jhi on 2001/04/30 11:22:03
22252 Log: Subject: Re: [PATCH bleadperl] [ID 20010426.002] Word boundry regex [...]
22253 From: Hugo <hv@crypt.compulink.co.uk>
22254 Date: Sun, 29 Apr 2001 17:09:30 +0100
22255 Message-Id: <200104291609.RAA17790@crypt.compulink.co.uk>
22256 Branch: perl
22257 ! regcomp.c regexec.c sv.c t/op/re_tests t/op/subst.t thrdvar.h
22258____________________________________________________________________________
22259[ 9910] By: jhi on 2001/04/30 11:15:12
22260 Log: Change PL_numeric_radix to PL_numeric_radix_sv (and leave in
22261 a dummy for PL_numeric_radix); no pressing reason to break
22262 binary compatibility; regen API.
22263 Branch: perl
22264 ! embedvar.h global.sym intrpvar.h objXSUB.h perl.c perl.h
22265 ! perlapi.c perlapi.h pod/perlapi.pod sv.c util.c
22266____________________________________________________________________________
22267[ 9909] By: jhi on 2001/04/30 10:56:08
22268 Log: Subject: [DOC PATCH bleadperl] Document generation of random integers
22269 From: Walt Mankowski <waltman@netaxs.com>
22270 Date: Sun, 29 Apr 2001 21:53:48 -0400
22271 Message-ID: <20010429215348.A3971@netaxs.com>
22272 Branch: perl
22273 ! pod/perlfunc.pod
22274____________________________________________________________________________
22275[ 9908] By: jhi on 2001/04/30 10:49:40
22276 Log: Reintroduce #9889 to unbuffer the stderr/stdout on stdio configs.
22277 Branch: perl
22278 ! t/lib/selfstubber.t
22279____________________________________________________________________________
22280[ 9907] By: nick on 2001/04/30 09:26:50
22281 Log: Integrate mainline.
22282 Branch: perlio
22283 !> pod/perldata.pod pod/perldiag.pod t/pragma/warn/toke toke.c
22284____________________________________________________________________________
22285[ 9906] By: jhi on 2001/04/29 23:24:20
22286 Log: Abigail spotted a thinko in #9905.
22287 Branch: perl
22288 ! pod/perldiag.pod
22289____________________________________________________________________________
22290[ 9905] By: jhi on 2001/04/29 15:55:39
22291 Log: Changed the underscore/undebar syntax in numeric constants;
22292 now any grouping will do, as long as the underscores are not
22293 consecutive (so "zero-grouping" is out), and they do not begin
22294 or end the integer or fractional parts.
22295 Branch: perl
22296 ! pod/perldata.pod pod/perldiag.pod t/pragma/warn/toke toke.c
22297____________________________________________________________________________
22298[ 9904] By: nick on 2001/04/29 15:43:22
22299 Log: Integrate mainline.
22300 Branch: perlio
22301 +> (branch 98 files)
22302 - lib/unicode/Block.pl
22303 - lib/unicode/In/AlphabeticPresentationForms.pl
22304 - lib/unicode/In/Arabic.pl
22305 - lib/unicode/In/ArabicPresentationForms-A.pl
22306 - lib/unicode/In/ArabicPresentationForms-B.pl
22307 - lib/unicode/In/Armenian.pl lib/unicode/In/Arrows.pl
22308 - lib/unicode/In/BasicLatin.pl lib/unicode/In/Bengali.pl
22309 - lib/unicode/In/BlockElements.pl lib/unicode/In/Bopomofo.pl
22310 - lib/unicode/In/BopomofoExtended.pl
22311 - lib/unicode/In/BoxDrawing.pl lib/unicode/In/BraillePatterns.pl
22312 - lib/unicode/In/CJKCompatibility.pl
22313 - lib/unicode/In/CJKCompatibilityForms.pl
22314 - lib/unicode/In/CJKCompatibilityIdeographs.pl
22315 - lib/unicode/In/CJKRadicalsSupplement.pl
22316 - lib/unicode/In/CJKSymbolsandPunctuation.pl
22317 - lib/unicode/In/CJKUnifiedIdeographs.pl
22318 - lib/unicode/In/CJKUnifiedIdeographsExtensionA.pl
22319 - lib/unicode/In/Cherokee.pl
22320 - lib/unicode/In/CombiningDiacriticalMarks.pl
22321 - lib/unicode/In/CombiningHalfMarks.pl
22322 - lib/unicode/In/CombiningMarksforSymbols.pl
22323 - lib/unicode/In/ControlPictures.pl
22324 - lib/unicode/In/CurrencySymbols.pl lib/unicode/In/Cyrillic.pl
22325 - lib/unicode/In/Devanagari.pl lib/unicode/In/Dingbats.pl
22326 - lib/unicode/In/EnclosedAlphanumerics.pl
22327 - lib/unicode/In/EnclosedCJKLettersandMonths.pl
22328 - lib/unicode/In/Ethiopic.pl
22329 - lib/unicode/In/GeneralPunctuation.pl
22330 - lib/unicode/In/GeometricShapes.pl lib/unicode/In/Georgian.pl
22331 - lib/unicode/In/Greek.pl lib/unicode/In/GreekExtended.pl
22332 - lib/unicode/In/Gujarati.pl lib/unicode/In/Gurmukhi.pl
22333 - lib/unicode/In/HalfwidthandFullwidthForms.pl
22334 - lib/unicode/In/HangulCompatibilityJamo.pl
22335 - lib/unicode/In/HangulJamo.pl lib/unicode/In/HangulSyllables.pl
22336 - lib/unicode/In/Hebrew.pl
22337 - lib/unicode/In/HighPrivateUseSurrogates.pl
22338 - lib/unicode/In/HighSurrogates.pl lib/unicode/In/Hiragana.pl
22339 - lib/unicode/In/IPAExtensions.pl
22340 - lib/unicode/In/IdeographicDescriptionCharacters.pl
22341 - lib/unicode/In/Kanbun.pl lib/unicode/In/KangxiRadicals.pl
22342 - lib/unicode/In/Kannada.pl lib/unicode/In/Katakana.pl
22343 - lib/unicode/In/Khmer.pl lib/unicode/In/Lao.pl
22344 - lib/unicode/In/Latin-1Supplement.pl
22345 - lib/unicode/In/LatinExtended-A.pl
22346 - lib/unicode/In/LatinExtended-B.pl
22347 - lib/unicode/In/LatinExtendedAdditional.pl
22348 - lib/unicode/In/LetterlikeSymbols.pl
22349 - lib/unicode/In/LowSurrogates.pl lib/unicode/In/Malayalam.pl
22350 - lib/unicode/In/MathematicalOperators.pl
22351 - lib/unicode/In/MiscellaneousSymbols.pl
22352 - lib/unicode/In/MiscellaneousTechnical.pl
22353 - lib/unicode/In/Mongolian.pl lib/unicode/In/Myanmar.pl
22354 - lib/unicode/In/NumberForms.pl lib/unicode/In/Ogham.pl
22355 - lib/unicode/In/OpticalCharacterRecognition.pl
22356 - lib/unicode/In/Oriya.pl lib/unicode/In/PrivateUse.pl
22357 - lib/unicode/In/Runic.pl lib/unicode/In/Sinhala.pl
22358 - lib/unicode/In/SmallFormVariants.pl
22359 - lib/unicode/In/SpacingModifierLetters.pl
22360 - lib/unicode/In/Specials.pl
22361 - lib/unicode/In/SuperscriptsandSubscripts.pl
22362 - lib/unicode/In/Syriac.pl lib/unicode/In/Tamil.pl
22363 - lib/unicode/In/Telugu.pl lib/unicode/In/Thaana.pl
22364 - lib/unicode/In/Thai.pl lib/unicode/In/Tibetan.pl
22365 - lib/unicode/In/UnifiedCanadianAboriginalSyllabics.pl
22366 - lib/unicode/In/YiRadicals.pl lib/unicode/In/YiSyllables.pl
22367 !> INSTALL MANIFEST doop.c embed.h embed.pl ext/B/B/Deparse.pm
22368 !> ext/IO/lib/IO/Seekable.pm hints/hpux.sh
22369 !> lib/unicode/mktables.PL lib/utf8_heavy.pl objXSUB.h perl.h
22370 !> pod/perldiag.pod pod/perlunicode.pod proto.h regcomp.c
22371 !> regexec.c t/lib/b-deparse.t t/lib/selfstubber.t t/op/pat.t
22372 !> utf8.c win32/Makefile
22373____________________________________________________________________________
22374[ 9903] By: jhi on 2001/04/29 14:30:53
22375 Log: Subject: [PATCH: perl@9885] win32/Makefile (nmake) update
22376 From: Prymmer/Kahn <pvhp@best.com>
22377 Date: Sat, 28 Apr 2001 21:56:51 -0700 (PDT)
22378 Message-ID: <Pine.BSF.4.21.0104282147270.2927-100000@shell8.ba.best.com>
22379 Branch: perl
22380 ! win32/Makefile
22381____________________________________________________________________________
22382[ 9902] By: jhi on 2001/04/29 02:52:44
22383 Log: Subject: [PATCH ext/IO/lib/IO/Seekable.pm] Doc fixes.
22384 From: "Abigail" <abigail@foad.org>
22385 Date: Sun, 29 Apr 2001 03:14:25 +0200
22386 Message-ID: <20010429011425.24503.qmail@foad.org>
22387 Branch: perl
22388 ! ext/IO/lib/IO/Seekable.pm
22389____________________________________________________________________________
22390[ 9901] By: jhi on 2001/04/29 02:04:46
22391 Log: In character classes one couldn't have 0x80..0xff characters
22392 at the left hand side if there were 0x100.. characters in the
22393 character class.
22394 Branch: perl
22395 ! doop.c embed.h embed.pl objXSUB.h proto.h regcomp.c regexec.c
22396 ! t/op/pat.t utf8.c
22397____________________________________________________________________________
22398[ 9900] By: jhi on 2001/04/28 22:55:04
22399 Log: Forgot the latest mktables.PL from #9899.
22400 Branch: perl
22401 ! lib/unicode/mktables.PL
22402____________________________________________________________________________
22403[ 9899] By: jhi on 2001/04/28 22:53:28
22404 Log: Explain the \p{} and \P{} error message better and
22405 have prettier prettyprint in In.pl.
22406 Branch: perl
22407 ! lib/unicode/In.pl lib/unicode/mktables.PL lib/utf8_heavy.pl
22408 ! pod/perldiag.pod
22409____________________________________________________________________________
22410[ 9898] By: jhi on 2001/04/28 21:03:34
22411 Log: Add one possible explanation for the "Invalid [] range" error.
22412 Branch: perl
22413 ! pod/perldiag.pod
22414____________________________________________________________________________
22415[ 9897] By: jhi on 2001/04/28 17:18:26
22416 Log: Add a level of indirection to the implementation of \p{InFoo}
22417 so that we don't have to have long filenames. (Nothing changes
22418 in the user interface.) The indirection is defined in
22419 the file lib/unicode/In.pl and it is handled in lib/utf8_heavy.pl.
22420 Also rename some the character classes by removing '-' from
22421 the classnames, and finally renamed Block.pl as Blocks.pl.
22422 Branch: perl
22423 + lib/unicode/Blocks.pl lib/unicode/In.pl lib/unicode/In/0.pl
22424 + lib/unicode/In/1.pl lib/unicode/In/10.pl lib/unicode/In/11.pl
22425 + lib/unicode/In/12.pl lib/unicode/In/13.pl lib/unicode/In/14.pl
22426 + lib/unicode/In/15.pl lib/unicode/In/16.pl lib/unicode/In/17.pl
22427 + lib/unicode/In/18.pl lib/unicode/In/19.pl lib/unicode/In/2.pl
22428 + lib/unicode/In/20.pl lib/unicode/In/21.pl lib/unicode/In/22.pl
22429 + lib/unicode/In/23.pl lib/unicode/In/24.pl lib/unicode/In/25.pl
22430 + lib/unicode/In/26.pl lib/unicode/In/27.pl lib/unicode/In/28.pl
22431 + lib/unicode/In/29.pl lib/unicode/In/3.pl lib/unicode/In/30.pl
22432 + lib/unicode/In/31.pl lib/unicode/In/32.pl lib/unicode/In/33.pl
22433 + lib/unicode/In/34.pl lib/unicode/In/35.pl lib/unicode/In/36.pl
22434 + lib/unicode/In/37.pl lib/unicode/In/38.pl lib/unicode/In/39.pl
22435 + lib/unicode/In/4.pl lib/unicode/In/40.pl lib/unicode/In/41.pl
22436 + lib/unicode/In/42.pl lib/unicode/In/43.pl lib/unicode/In/44.pl
22437 + lib/unicode/In/45.pl lib/unicode/In/46.pl lib/unicode/In/47.pl
22438 + lib/unicode/In/48.pl lib/unicode/In/49.pl lib/unicode/In/5.pl
22439 + lib/unicode/In/50.pl lib/unicode/In/51.pl lib/unicode/In/52.pl
22440 + lib/unicode/In/53.pl lib/unicode/In/54.pl lib/unicode/In/55.pl
22441 + lib/unicode/In/56.pl lib/unicode/In/57.pl lib/unicode/In/58.pl
22442 + lib/unicode/In/59.pl lib/unicode/In/6.pl lib/unicode/In/60.pl
22443 + lib/unicode/In/61.pl lib/unicode/In/62.pl lib/unicode/In/63.pl
22444 + lib/unicode/In/64.pl lib/unicode/In/65.pl lib/unicode/In/66.pl
22445 + lib/unicode/In/67.pl lib/unicode/In/68.pl lib/unicode/In/69.pl
22446 + lib/unicode/In/7.pl lib/unicode/In/70.pl lib/unicode/In/71.pl
22447 + lib/unicode/In/72.pl lib/unicode/In/73.pl lib/unicode/In/74.pl
22448 + lib/unicode/In/75.pl lib/unicode/In/76.pl lib/unicode/In/77.pl
22449 + lib/unicode/In/78.pl lib/unicode/In/79.pl lib/unicode/In/8.pl
22450 + lib/unicode/In/80.pl lib/unicode/In/81.pl lib/unicode/In/82.pl
22451 + lib/unicode/In/83.pl lib/unicode/In/84.pl lib/unicode/In/85.pl
22452 + lib/unicode/In/86.pl lib/unicode/In/87.pl lib/unicode/In/88.pl
22453 + lib/unicode/In/89.pl lib/unicode/In/9.pl lib/unicode/In/90.pl
22454 + lib/unicode/In/91.pl lib/unicode/In/92.pl lib/unicode/In/93.pl
22455 + lib/unicode/In/94.pl lib/unicode/In/95.pl
22456 - lib/unicode/Block.pl
22457 - lib/unicode/In/AlphabeticPresentationForms.pl
22458 - lib/unicode/In/Arabic.pl
22459 - lib/unicode/In/ArabicPresentationForms-A.pl
22460 - lib/unicode/In/ArabicPresentationForms-B.pl
22461 - lib/unicode/In/Armenian.pl lib/unicode/In/Arrows.pl
22462 - lib/unicode/In/BasicLatin.pl lib/unicode/In/Bengali.pl
22463 - lib/unicode/In/BlockElements.pl lib/unicode/In/Bopomofo.pl
22464 - lib/unicode/In/BopomofoExtended.pl
22465 - lib/unicode/In/BoxDrawing.pl lib/unicode/In/BraillePatterns.pl
22466 - lib/unicode/In/CJKCompatibility.pl
22467 - lib/unicode/In/CJKCompatibilityForms.pl
22468 - lib/unicode/In/CJKCompatibilityIdeographs.pl
22469 - lib/unicode/In/CJKRadicalsSupplement.pl
22470 - lib/unicode/In/CJKSymbolsandPunctuation.pl
22471 - lib/unicode/In/CJKUnifiedIdeographs.pl
22472 - lib/unicode/In/CJKUnifiedIdeographsExtensionA.pl
22473 - lib/unicode/In/Cherokee.pl
22474 - lib/unicode/In/CombiningDiacriticalMarks.pl
22475 - lib/unicode/In/CombiningHalfMarks.pl
22476 - lib/unicode/In/CombiningMarksforSymbols.pl
22477 - lib/unicode/In/ControlPictures.pl
22478 - lib/unicode/In/CurrencySymbols.pl lib/unicode/In/Cyrillic.pl
22479 - lib/unicode/In/Devanagari.pl lib/unicode/In/Dingbats.pl
22480 - lib/unicode/In/EnclosedAlphanumerics.pl
22481 - lib/unicode/In/EnclosedCJKLettersandMonths.pl
22482 - lib/unicode/In/Ethiopic.pl
22483 - lib/unicode/In/GeneralPunctuation.pl
22484 - lib/unicode/In/GeometricShapes.pl lib/unicode/In/Georgian.pl
22485 - lib/unicode/In/Greek.pl lib/unicode/In/GreekExtended.pl
22486 - lib/unicode/In/Gujarati.pl lib/unicode/In/Gurmukhi.pl
22487 - lib/unicode/In/HalfwidthandFullwidthForms.pl
22488 - lib/unicode/In/HangulCompatibilityJamo.pl
22489 - lib/unicode/In/HangulJamo.pl lib/unicode/In/HangulSyllables.pl
22490 - lib/unicode/In/Hebrew.pl
22491 - lib/unicode/In/HighPrivateUseSurrogates.pl
22492 - lib/unicode/In/HighSurrogates.pl lib/unicode/In/Hiragana.pl
22493 - lib/unicode/In/IPAExtensions.pl
22494 - lib/unicode/In/IdeographicDescriptionCharacters.pl
22495 - lib/unicode/In/Kanbun.pl lib/unicode/In/KangxiRadicals.pl
22496 - lib/unicode/In/Kannada.pl lib/unicode/In/Katakana.pl
22497 - lib/unicode/In/Khmer.pl lib/unicode/In/Lao.pl
22498 - lib/unicode/In/Latin-1Supplement.pl
22499 - lib/unicode/In/LatinExtended-A.pl
22500 - lib/unicode/In/LatinExtended-B.pl
22501 - lib/unicode/In/LatinExtendedAdditional.pl
22502 - lib/unicode/In/LetterlikeSymbols.pl
22503 - lib/unicode/In/LowSurrogates.pl lib/unicode/In/Malayalam.pl
22504 - lib/unicode/In/MathematicalOperators.pl
22505 - lib/unicode/In/MiscellaneousSymbols.pl
22506 - lib/unicode/In/MiscellaneousTechnical.pl
22507 - lib/unicode/In/Mongolian.pl lib/unicode/In/Myanmar.pl
22508 - lib/unicode/In/NumberForms.pl lib/unicode/In/Ogham.pl
22509 - lib/unicode/In/OpticalCharacterRecognition.pl
22510 - lib/unicode/In/Oriya.pl lib/unicode/In/PrivateUse.pl
22511 - lib/unicode/In/Runic.pl lib/unicode/In/Sinhala.pl
22512 - lib/unicode/In/SmallFormVariants.pl
22513 - lib/unicode/In/SpacingModifierLetters.pl
22514 - lib/unicode/In/Specials.pl
22515 - lib/unicode/In/SuperscriptsandSubscripts.pl
22516 - lib/unicode/In/Syriac.pl lib/unicode/In/Tamil.pl
22517 - lib/unicode/In/Telugu.pl lib/unicode/In/Thaana.pl
22518 - lib/unicode/In/Thai.pl lib/unicode/In/Tibetan.pl
22519 - lib/unicode/In/UnifiedCanadianAboriginalSyllabics.pl
22520 - lib/unicode/In/YiRadicals.pl lib/unicode/In/YiSyllables.pl
22521 ! MANIFEST lib/unicode/mktables.PL lib/utf8_heavy.pl
22522 ! pod/perlunicode.pod
22523____________________________________________________________________________
22524[ 9896] By: jhi on 2001/04/28 14:33:17
22525 Log: Update the information on shared library path on HP-UX.
22526 Branch: perl
22527 ! INSTALL
22528____________________________________________________________________________
22529[ 9895] By: jhi on 2001/04/28 14:32:30
22530 Log: Because #9894 seems to do the trick, this workaround can be removed.
22531 Branch: perl
22532 ! t/lib/selfstubber.t
22533____________________________________________________________________________
22534[ 9894] By: jhi on 2001/04/28 14:26:13
22535 Log: For PerlIO flush the children's file handles (on fork/exec/system).
22536 Branch: perl
22537 ! perl.h
22538____________________________________________________________________________
22539[ 9893] By: jhi on 2001/04/28 14:23:15
22540 Log: Test tweak for #9891.
22541 Branch: perl
22542 ! t/lib/b-deparse.t
22543____________________________________________________________________________
22544[ 9892] By: jhi on 2001/04/28 14:10:13
22545 Log: New HP-UX hints from Merijn.
22546 Branch: perl
22547 ! hints/hpux.sh
22548____________________________________________________________________________
22549[ 9891] By: jhi on 2001/04/28 14:07:27
22550 Log: Subject: [PATCH B::Deparse] non-block scopes
22551 From: Robin Houston <robin@kitsite.com>
22552 Date: Fri, 27 Apr 2001 19:15:14 +0100
22553 Message-ID: <20010427191514.A30951@puffinry.freeserve.co.uk>
22554 Branch: perl
22555 ! ext/B/B/Deparse.pm
22556____________________________________________________________________________
22557[ 9890] By: nick on 2001/04/27 19:41:25
22558 Log: Integrate mainline
22559 Branch: perlio
22560 +> t/lib/selfstubber.t
22561 !> (integrate 50 files)
22562____________________________________________________________________________
22563[ 9889] By: jhi on 2001/04/27 18:23:46
22564 Log: Subject: Re: selfstubber test fail on bleadperl
22565 From: Mike Guy <mjtg@cam.ac.uk>
22566 Date: Fri, 27 Apr 2001 19:31:18 +0100
22567 Message-Id: <E14tD1S-0001tJ-00@libra.cus.cam.ac.uk>
22568 Branch: perl
22569 ! t/lib/selfstubber.t
22570____________________________________________________________________________
22571[ 9888] By: jhi on 2001/04/27 16:20:54
22572 Log: Test tweak for #9886.
22573 Branch: perl
22574 ! t/lib/b-deparse.t
22575____________________________________________________________________________
22576[ 9887] By: jhi on 2001/04/27 16:16:33
22577 Log: Buffering issue at least in Solaris (even with perlio).
22578 Branch: perl
22579 ! t/lib/selfstubber.t
22580____________________________________________________________________________
22581[ 9886] By: jhi on 2001/04/27 14:59:23
22582 Log: Subject: [PATCH B::Deparse] Human-readable pragmas &c
22583 From: Robin Houston <robin@kitsite.com>
22584 Date: Fri, 27 Apr 2001 16:53:20 +0100
22585 Message-ID: <20010427165320.A30479@puffinry.freeserve.co.uk>
22586 Branch: perl
22587 ! ext/B/B/Deparse.pm
22588____________________________________________________________________________
22589[ 9885] By: jhi on 2001/04/27 14:23:51
22590 Log: Update Changes.
22591 Branch: perl
22592 ! Changes patchlevel.h
22593____________________________________________________________________________
94c2704d
JH
22594[ 9884] By: jhi on 2001/04/27 14:14:12
22595 Log: Subject: [DOC PATCH bleadperl] Document underscores in numeric literals
22596 From: "Philip Newton" <pnewton@gmx.de>
22597 Date: Fri, 27 Apr 2001 16:40:13 +0200
22598 Message-ID: <3AE9A0ED.5248.CEA127@localhost>
22599 Branch: perl
22600 ! pod/perldata.pod
22601____________________________________________________________________________
22602[ 9883] By: jhi on 2001/04/27 13:28:19
22603 Log: Add LOG_PERROR; prettify the "removed".
22604 Branch: perl
22605 ! ext/Sys/Syslog/Syslog.xs
22606____________________________________________________________________________
22607[ 9882] By: jhi on 2001/04/27 13:13:18
22608 Log: h2xs tweaks: use NV instead of double, "quote" the removed
22609 prefixes for clarity (especially when nothing is removed),
22610 slight pod reformats.
22611 Branch: perl
22612 ! utils/h2xs.PL
22613____________________________________________________________________________
22614[ 9881] By: jhi on 2001/04/27 12:58:48
22615 Log: Don't bother creating existing directories.
22616 Branch: perl
22617 ! utils/h2xs.PL
22618____________________________________________________________________________
22619[ 9880] By: jhi on 2001/04/27 12:45:39
22620 Log: Subject: MakeMaker 'make test' weirdness -- fix for h2xs provided
22621 From: Mike Schilli <m@perlmeister.com>
22622 Date: Wed, 25 Apr 2001 01:29:21 -0700
22623 Message-id: <3AE68AE1.6A981723@perlmeister.com>
22624 Branch: perl
22625 ! utils/h2xs.PL
22626____________________________________________________________________________
22627[ 9879] By: jhi on 2001/04/27 12:40:55
22628 Log: break is not yet Perl. Added the template license also to README.
22629 Branch: perl
22630 ! utils/h2xs.PL
22631____________________________________________________________________________
22632[ 9878] By: jhi on 2001/04/27 03:08:20
22633 Log: Subject: Re: [ID 20010426.003] Not OK: perl v5.7.1 +DEVEL9849 on i686-linux-thread-multi-64int-ld 2.2.13
22634 From: Tim Jenness <t.jenness@jach.hawaii.edu>
22635 Date: Thu, 26 Apr 2001 15:30:17 -1000 (HST)
22636 Message-ID: <Pine.LNX.4.33.0104261529300.13049-100000@lapaki.jach.hawaii.edu>
22637 Branch: perl
22638 ! t/lib/xs-typemap.t
22639____________________________________________________________________________
22640[ 9877] By: jhi on 2001/04/26 23:54:40
22641 Log: Subject: [PATCH: utils/h2xs.PL (bleadperl)] Fill in details we're likely to know.
22642 From: "Abigail" <abigail@foad.org>
22643 Date: Fri, 27 Apr 2001 01:44:28 +0200
22644 Message-ID: <20010426234428.19786.qmail@foad.org>
22645 Branch: perl
22646 ! utils/h2xs.PL
22647____________________________________________________________________________
22648[ 9876] By: jhi on 2001/04/26 23:52:06
22649 Log: Subject: [PATCH: perl@9865] vms specific tweak to new selfstubber.t
22650 From: Peter Prymmer <pvhp@forte.com>
22651 Date: Thu, 26 Apr 2001 17:41:58 -0700 (PDT)
22652 Message-ID: <Pine.OSF.4.10.10104261738370.338047-100000@aspara.forte.com>
22653 Branch: perl
22654 ! t/lib/selfstubber.t
22655____________________________________________________________________________
22656[ 9875] By: jhi on 2001/04/26 23:48:10
22657 Log: Deparse nits.
22658 Branch: perl
22659 ! ext/B/B/Deparse.pm t/lib/b-deparse.t
22660____________________________________________________________________________
22661[ 9874] By: jhi on 2001/04/26 22:46:05
22662 Log: Document ANYOF_CLASS.
22663 Branch: perl
22664 ! regcomp.h
22665____________________________________________________________________________
22666[ 9873] By: jhi on 2001/04/26 22:35:03
22667 Log: Subject: Re: [PATCH @9846] dumping ANYOF
22668 From: Hugo <hv@crypt.compulink.co.uk>
22669 Date: Thu, 26 Apr 2001 23:33:38 +0100
22670 Message-Id: <200104262233.XAA22352@crypt.compulink.co.uk>
22671 Branch: perl
22672 ! regcomp.c regcomp.h
22673____________________________________________________________________________
22674[ 9872] By: jhi on 2001/04/26 22:34:31
22675 Log: Subject: [PATCH] more for Devel::SelfStubber
22676 From: Nicholas Clark <nick@ccl4.org>
22677 Date: Fri, 27 Apr 2001 00:13:52 +0100
22678 Message-ID: <20010427001351.K88186@plum.flirble.org>
22679 Branch: perl
22680 ! lib/Devel/SelfStubber.pm lib/SelfLoader.pm t/lib/selfstubber.t
22681____________________________________________________________________________
22682[ 9871] By: jhi on 2001/04/26 21:59:17
22683 Log: Subject: [PATCH B::Deparse] formats must be flush left
22684 From: Robin Houston <robin@kitsite.com>
22685 Date: Thu, 26 Apr 2001 23:54:29 +0100
22686 Message-ID: <20010426235429.A28747@puffinry.freeserve.co.uk>
22687 Branch: perl
22688 ! ext/B/B/Deparse.pm
22689____________________________________________________________________________
22690[ 9870] By: jhi on 2001/04/26 21:57:37
22691 Log: If some of the constants are prefixes of others,
22692 the prefixes may never get recognized. (See 20010426.006.)
22693 Branch: perl
22694 ! utils/h2xs.PL
22695____________________________________________________________________________
22696[ 9869] By: jhi on 2001/04/26 21:50:42
22697 Log: Subject: [ID 20010426.006] Sys::Syslog ignores LOG_AUTH constant
22698 From: Chris Bongaarts <cab@tc.umn.edu>
22699 Date: Thu, 26 Apr 2001 17:10:31 -0500
22700 Message-Id: <iss.2042.3ae89cd7.6cfba.1@earth.tc.umn.edu>
22701 Branch: perl
22702 ! ext/Sys/Syslog/Syslog.xs
22703____________________________________________________________________________
22704[ 9868] By: jhi on 2001/04/26 21:35:12
22705 Log: Further cuts and more docs from Graham Barr.
22706 Branch: perl
22707 ! ext/List/Util/lib/List/Util.pm
22708 ! ext/List/Util/lib/Scalar/Util.pm
22709____________________________________________________________________________
22710[ 9867] By: jhi on 2001/04/26 21:18:57
22711 Log: Subject: [PATCH 5.7.1] DB_File-1.77
22712 From: "Paul Marquess" <Paul.Marquess@Openwave.com>
22713 Date: Thu, 26 Apr 2001 22:37:53 +0100
22714 Message-ID: <000a01c0ce99$269cc3e0$99dcfea9@bfs.phone.com>
22715 Branch: perl
22716 ! ext/DB_File/Changes ext/DB_File/DB_File.pm
22717 ! ext/DB_File/DB_File.xs ext/DB_File/version.c
22718____________________________________________________________________________
22719[ 9866] By: jhi on 2001/04/26 21:12:31
22720 Log: Subject: [PATCH B::Deparse] fix easy bugs
22721 From: Robin Houston <robin@kitsite.com>
22722 Date: Thu, 26 Apr 2001 23:03:33 +0100
22723 Message-ID: <20010426230333.A28657@puffinry.freeserve.co.uk>
22724 Branch: perl
22725 ! ext/B/B/Deparse.pm
22726____________________________________________________________________________
22727[ 9865] By: jhi on 2001/04/26 20:26:13
22728 Log: Update Changes.
22729 Branch: perl
22730 ! Changes patchlevel.h
22731____________________________________________________________________________
f9f7dcb2
JH
22732[ 9864] By: jhi on 2001/04/26 19:27:48
22733 Log: Dethinko from Robin Houston.
22734 Branch: perl
22735 ! ext/B/B/Deparse.pm
22736____________________________________________________________________________
22737[ 9863] By: jhi on 2001/04/26 19:10:35
22738 Log: Subject: [PATCH B::Deparse] C<$x = /(.)/> ne C<($x) = /(.)/>
22739 From: Robin Houston <robin@kitsite.com>
22740 Date: Thu, 26 Apr 2001 21:08:32 +0100
22741 Message-ID: <20010426210832.A28419@puffinry.freeserve.co.uk>
22742 Branch: perl
22743 ! ext/B/B/Deparse.pm
22744____________________________________________________________________________
22745[ 9862] By: jhi on 2001/04/26 19:04:23
22746 Log: Subject: Re: [PATCH B::Deparse] fix string uninterpretation
22747 From: Robin Houston <robin@kitsite.com>
22748 Date: Thu, 26 Apr 2001 20:52:50 +0100
22749 Message-ID: <20010426205249.A28328@puffinry.freeserve.co.uk>
22750 Branch: perl
22751 ! ext/B/B/Deparse.pm
22752____________________________________________________________________________
22753[ 9861] By: jhi on 2001/04/26 18:56:14
22754 Log: Subject: Re: [PATCH] UNIVERSAL shouldn't require Exporter
22755 From: Mike Guy <mjtg@cam.ac.uk>
22756 Date: Thu, 26 Apr 2001 14:22:40 +0100
22757 Message-Id: <E14sljE-0003X9-00@libra.cus.cam.ac.uk>
22758 Branch: perl
22759 ! pod/perlobj.pod
22760____________________________________________________________________________
22761[ 9860] By: jhi on 2001/04/26 18:46:42
22762 Log: Subject: Re: [PATCH B::Deparse] fix string uninterpretation
22763 From: Robin Houston <robin@kitsite.com>
22764 Date: Thu, 26 Apr 2001 20:34:29 +0100
22765 Message-ID: <20010426203429.A28261@puffinry.freeserve.co.uk>
22766
22767 Hashes do not interpolate.
22768 Branch: perl
22769 ! ext/B/B/Deparse.pm
22770____________________________________________________________________________
22771[ 9859] By: jhi on 2001/04/26 18:43:51
22772 Log: Subject: The Time::Piece conspiracy unmasked!!!
22773 From: Mike Guy <mjtg@cam.ac.uk>
22774 Date: Thu, 26 Apr 2001 19:02:50 +0100
22775 Message-Id: <E14sq6M-0002g9-00@libra.cus.cam.ac.uk>
22776
22777 Subject: [PATCH] that's enough UNIVERSAL stuff for one day ...
22778 From: Mike Guy <mjtg@cam.ac.uk>
22779 Date: Thu, 26 Apr 2001 19:08:21 +0100
22780 Message-Id: <E14sqBh-0002mI-00@libra.cus.cam.ac.uk>
22781
22782 Subject: Re: [PATCH] that's enough UNIVERSAL stuff for one day ...
22783 From: Graham Barr <gbarr@pobox.com>
22784 Date: Thu, 26 Apr 2001 19:12:03 +0100
22785 Message-ID: <20010426191203.A70835@pobox.com>
22786
22787 Eradicate UNIVERSAL (Mike) and remove the fallback Perl code (Graham)
22788 Branch: perl
22789 ! ext/List/Util/lib/List/Util.pm
22790 ! ext/List/Util/lib/Scalar/Util.pm ext/Time/Piece/Piece.pm gv.c
22791____________________________________________________________________________
22792[ 9858] By: jhi on 2001/04/26 18:17:42
22793 Log: Subject: [PATCH t/comp/proto.t] disable correct warning
22794 From: Robin Houston <robin@kitsite.com>
22795 Date: Thu, 26 Apr 2001 16:09:35 +0100
22796 Message-ID: <20010426160934.A27140@puffinry.freeserve.co.uk>
22797 Branch: perl
22798 ! t/comp/proto.t
22799____________________________________________________________________________
22800[ 9857] By: jhi on 2001/04/26 18:04:59
22801 Log: Subject: Re: [PATCH perldiag.pod] Re: [PATCH] Re: Useless use of constants other than 0,1 in void context?
22802 From: barries <barries@slaysys.com>
22803 Date: Thu, 26 Apr 2001 12:01:10 -0400
22804 Message-ID: <20010426120110.E29698@jester.slaysys.com>
22805 Branch: perl
22806 ! pod/perldiag.pod
22807____________________________________________________________________________
22808[ 9856] By: jhi on 2001/04/26 18:03:33
22809 Log: Subject: [PATCH B::Deparse] fix string uninterpretation
22810 Date: Thu, 26 Apr 2001 17:13:41 +0100
22811 From: Robin Houston <robin@kitsite.com>
22812 Message-ID: <20010426171341.A27299@puffinry.freeserve.co.uk>
22813
22814 Subject: Re: [PATCH B::Deparse] fix string uninterpretation
22815 From: Robin Houston <robin@kitsite.com>
22816 Date: Thu, 26 Apr 2001 18:44:29 +0100
22817 Message-ID: <20010426184429.A27734@puffinry.freeserve.co.uk>
22818 Branch: perl
22819 ! ext/B/B/Deparse.pm
22820____________________________________________________________________________
22821[ 9855] By: jhi on 2001/04/26 17:56:04
22822 Log: Subject: [PATCH B::Deparse] filetests, open(my $x,...), warnings, formats &c
22823 From: Robin Houston <robin@kitsite.com>
22824 Date: Thu, 26 Apr 2001 17:04:08 +0100
22825 Message-ID: <20010426170408.A27257@puffinry.freeserve.co.uk>
22826 Branch: perl
22827 ! ext/B/B/Deparse.pm
22828____________________________________________________________________________
22829[ 9854] By: jhi on 2001/04/26 17:47:26
22830 Log: Subject: Re: Short test case for undef %stash:: crash
22831 From: Benjamin Sugars <bsugars@canoe.ca>
22832 Date: Mon, 23 Apr 2001 16:59:33 -0400 (EDT)
22833 Message-ID: <Pine.LNX.4.21.0104231623520.790-100000@marmot.rim.canoe.ca>
22834 Changed and moved the perldiag entry.
22835 Branch: perl
22836 ! gv.c pod/perldiag.pod
22837____________________________________________________________________________
22838[ 9853] By: jhi on 2001/04/26 14:35:16
22839 Log: Beginnings of strptime(). Do not touch the wet paint.
22840 Branch: perl
22841 ! ext/Time/Piece/Piece.pm t/lib/time-piece.t
22842____________________________________________________________________________
22843[ 9852] By: jhi on 2001/04/26 13:17:21
22844 Log: Retract #9851, core dumps from pod2man.
22845 Branch: perl
22846 ! regcomp.c
22847____________________________________________________________________________
22848[ 9851] By: jhi on 2001/04/26 11:54:41
22849 Log: (Retracted by #9852.)
22850
22851 Subject: [PATCH @9846] dumping ANYOF
22852 From: Hugo <hv@crypt.compulink.co.uk>
22853 Date: Thu, 26 Apr 2001 05:32:38 +0100
22854 Message-Id: <200104260432.FAA12669@crypt.compulink.co.uk>
22855 Branch: perl
22856 ! regcomp.c
22857____________________________________________________________________________
22858[ 9850] By: jhi on 2001/04/26 02:34:44
22859 Log: If ccflags was empty the _previous_ $* containing all the
22860 environment variables and Configure variables was used,
22861 which lead, among other bad things, into $ccflags being your
22862 uname -a output, which lead into test compile with cc failing,
22863 which lead into gcc being selected, which didn't work that well
22864 since gcc (ancient 2.8.1 in that particular box) wasn't too happy
22865 with large files, et cetera.
22866 Branch: perl
22867 ! hints/hpux.sh
22868____________________________________________________________________________
22869[ 9849] By: jhi on 2001/04/26 01:44:57
22870 Log: Make selfstubber test more portable.
22871 Branch: perl
22872 ! t/lib/selfstubber.t
22873____________________________________________________________________________
22874[ 9848] By: jhi on 2001/04/26 00:50:26
22875 Log: Subject: Re: [PATCH: perl@9841] fix a typo for Cwd.xs
22876 From: Benjamin Sugars <ben.sugars@home.com>
22877 Date: Wed, 25 Apr 2001 21:47:37 -0400 (EDT)
22878 Message-ID: <Pine.LNX.4.21.0104252145280.30055-100000@localhost.localdomain>
22879 Branch: perl
22880 ! ext/Cwd/Cwd.xs
22881____________________________________________________________________________
22882[ 9847] By: jhi on 2001/04/26 00:46:58
22883 Log: Subject: [PATCH: perl@9841] VMS updates
22884 From: Peter Prymmer <pvhp@forte.com>
22885 Date: Wed, 25 Apr 2001 18:43:27 -0700 (PDT)
22886 Message-ID: <Pine.OSF.4.10.10104251842130.257877-100000@aspara.forte.com>
22887 Branch: perl
22888 ! README.vms configure.com vms/descrip_mms.template
22889 ! vms/ext/filespec.t
22890____________________________________________________________________________
22891[ 9846] By: jhi on 2001/04/26 00:11:56
22892 Log: re 'debug' was broken by #9084.
22893 Branch: perl
22894 ! ext/re/re.xs
22895____________________________________________________________________________
22896[ 9845] By: jhi on 2001/04/25 22:33:17
22897 Log: Subject: [PATCH] test for Devel::SelfStubber
22898 From: Nicholas Clark <nick@ccl4.org>
22899 Date: Thu, 26 Apr 2001 00:00:54 +0100
22900 Message-ID: <20010426000054.D89026@plum.flirble.org>
22901 Branch: perl
22902 + t/lib/selfstubber.t
22903 ! MANIFEST lib/Devel/SelfStubber.pm t/lib/1_compile.t
22904____________________________________________________________________________
22905[ 9844] By: jhi on 2001/04/25 22:29:32
22906 Log: Subject: Re: [PATCH 5.7.1] B::Concise and extra variables
22907 From: Paul Johnson <paul@pjcj.net>
22908 Date: Thu, 26 Apr 2001 00:46:08 +0200
22909 Message-ID: <20010426004608.H2338@pjcj.net>
22910 Branch: perl
22911 ! ext/B/B/Concise.pm
22912____________________________________________________________________________
22913[ 9843] By: jhi on 2001/04/25 22:28:28
22914 Log: Subject: [PATCH: perl@9841] fix a typo for Cwd.xs
22915 From: Peter Prymmer <pvhp@forte.com>
22916 Date: Wed, 25 Apr 2001 16:18:44 -0700 (PDT)
22917 Message-ID: <Pine.OSF.4.10.10104251614200.257877-100000@aspara.forte.com>
22918 Branch: perl
22919 ! ext/Cwd/Cwd.xs
22920____________________________________________________________________________
22921[ 9842] By: jhi on 2001/04/25 20:58:12
22922 Log: Subject: Re: [ID 20010422.002] 5.7.1 Breaks "use Module(version)"
22923 From: John Peacock <jpeacock@rowman.com>
22924 Date: Wed, 25 Apr 2001 17:30:26 -0400
22925 Message-ID: <3AE741F2.B3217464@rowman.com>
22926 Branch: perl
22927 ! lib/Math/BigInt.pm t/lib/bigintpm.t
22928____________________________________________________________________________
22929[ 9841] By: jhi on 2001/04/25 20:07:05
22930 Log: Update Changes.
22931 Branch: perl
22932 ! Changes patchlevel.h
22933____________________________________________________________________________
a086fe03
JH
22934[ 9840] By: jhi on 2001/04/25 19:56:51
22935 Log: Yet another HP-UX hints version from Merijn.
22936 Branch: perl
22937 ! hints/hpux.sh
22938____________________________________________________________________________
22939[ 9839] By: jhi on 2001/04/25 19:53:04
22940 Log: abs_path() didn't terminate the filename correctly,
22941 in DIRNAMLENless systems like HP-UX this would fail.
22942 Branch: perl
22943 ! ext/Cwd/Cwd.xs
22944____________________________________________________________________________
22945[ 9838] By: jhi on 2001/04/25 16:37:26
22946 Log: Subject: [PATCH] Re: Useless use of constants other than 0,1 in void context?
22947 From: Mike Guy <mjtg@cam.ac.uk>
22948 Date: Wed, 25 Apr 2001 18:31:47 +0100
22949 Message-Id: <E14sT8l-0004IE-00@libra.cus.cam.ac.uk>
22950 Branch: perl
22951 ! op.c
22952____________________________________________________________________________
22953[ 9837] By: jhi on 2001/04/25 16:21:53
22954 Log: Subject: Re: patch to perl5db.pl (formatting of h h screen)
22955 From: Jon Eveland <jweveland@yahoo.com>
22956 Date: Wed, 25 Apr 2001 09:42:46 -0700 (PDT)
22957 Message-ID: <20010425164246.21611.qmail@web10405.mail.yahoo.com>
22958 Branch: perl
22959 ! lib/perl5db.pl
22960____________________________________________________________________________
22961[ 9836] By: jhi on 2001/04/25 14:17:50
22962 Log: Subject: [PATCH bleadperl] Porting/patching.pod: update version number format
22963 From: "Philip Newton" <pnewton@gmx.de>
22964 Date: Wed, 25 Apr 2001 17:05:58 +0200
22965 Message-ID: <3AE703F6.3234.1833C45@localhost>
22966 Branch: perl
22967 ! Porting/patching.pod
22968____________________________________________________________________________
22969[ 9835] By: jhi on 2001/04/25 13:58:07
22970 Log: It would seem that both ar and full_ar need to be overridden
22971 for HP-UX to avoid the GNU ar.
22972 Branch: perl
22973 ! hints/hpux.sh
22974____________________________________________________________________________
22975[ 9834] By: jhi on 2001/04/25 13:50:40
22976 Log: Subject: Re: [PATCH] foreach defelem magic should only be applied to PL_sv_undef
22977 From: "Philip Newton" <pnewton@gmx.de>
22978 Date: Wed, 25 Apr 2001 16:09:23 +0200
22979 Message-ID: <3AE6F6B3.30503.14F6DEB@localhost>
22980
22981 Detypo.
22982 Branch: perl
22983 ! t/op/misc.t
22984____________________________________________________________________________
22985[ 9833] By: jhi on 2001/04/25 12:36:11
22986 Log: In HP-UX set ar to /usr/bin/ar but only iff none set.
22987 Branch: perl
22988 ! hints/hpux.sh
22989____________________________________________________________________________
22990[ 9832] By: jhi on 2001/04/25 12:33:36
22991 Log: New version of HP-UX hints from Merijn.
22992 Branch: perl
22993 ! hints/hpux.sh
22994____________________________________________________________________________
22995[ 9831] By: jhi on 2001/04/25 03:39:45
22996 Log: Reintroduce the avoidance of mixing HP-UX cc and GNU ar.
22997 Branch: perl
22998 ! hints/hpux.sh
22999____________________________________________________________________________
23000[ 9830] By: jhi on 2001/04/25 02:53:25
23001 Log: The tzname[] bit is not needed by util.c -- and causes
23002 heartburn in VMS (and it missing was probably the cause of
23003 the Mac OS X trouble). Ouch.
23004 Branch: perl
23005 ! ext/POSIX/POSIX.xs util.c
23006____________________________________________________________________________
23007[ 9829] By: jhi on 2001/04/25 00:10:06
23008 Log: Metaconfig unit change for #9828.
23009 Branch: metaconfig
23010 ! U/compline/ccflags.U
23011____________________________________________________________________________
23012[ 9828] By: jhi on 2001/04/25 00:04:18
23013 Log: Allow setting cppflags hints. This may affect Darwin (Mac OS X)
23014 (which is actually the reason for the change, we need to pass
23015 cppflags='-traditional-cpp' so that Errno builds right), Dynix/ptx,
23016 EP/IX, OS/2, and TitanOS, based on the hints files.
23017 Branch: perl
23018 ! Configure config_h.SH
23019____________________________________________________________________________
23020[ 9827] By: jhi on 2001/04/24 23:49:20
23021 Log: makedepend.SH patch for AmigaOS from Jan-Erik Karlsson;
23022 the $cat must have an absolute path.
23023 Branch: perl
23024 ! makedepend.SH
23025____________________________________________________________________________
23026[ 9826] By: jhi on 2001/04/24 23:40:53
23027 Log: 5.7.1-updated README.amiga from Jan-Erik Karlsson.
23028 Branch: perl
23029 ! README.amiga
23030____________________________________________________________________________
23031[ 9825] By: jhi on 2001/04/24 23:35:35
23032 Log: Subject: [ID 20010424.002] [PATCH bleadperl] find2perl: prototypes and doexec
23033 From: "Philip Newton" <pnewton@gmx.de>
23034 Date: Tue, 24 Apr 2001 18:52:49 +0200
23035 Message-Id: <3AE5CB81.12234.1FC246F@localhost>
23036 Branch: perl
23037 ! x2p/find2perl.PL
23038____________________________________________________________________________
23039[ 9824] By: jhi on 2001/04/24 23:33:07
23040 Log: New HP-UX hints from Jeff and Merijn, should work with IA-64.
23041 Some gcc specifics dropped out due to extensive rewriting;
23042 will be put back later as needed.
23043 Branch: perl
23044 ! hints/hpux.sh
23045____________________________________________________________________________
23046[ 9823] By: jhi on 2001/04/24 23:27:57
23047 Log: Mac OS X patch for missing tzname definition from Paul Schinder.
23048 Branch: perl
23049 ! ext/POSIX/POSIX.xs
23050____________________________________________________________________________
23051[ 9822] By: jhi on 2001/04/24 23:25:21
23052 Log: Subject: Re: [ID 20010421.032] Not OK: perl v5.7.1 +DEVEL9717 on sun4-solaris-64int-ld-stdio 2.8 (UNINSTALLED)
23053 From: Tim Jenness <t.jenness@jach.hawaii.edu>
23054 Date: Tue, 24 Apr 2001 11:29:28 -1000 (HST)
23055 Message-ID: <Pine.LNX.4.30.0104241123020.5085-100000@lapaki.jach.hawaii.edu>
23056 Branch: perl
23057 ! ext/XS/Typemap/Typemap.xs
23058____________________________________________________________________________
23059[ 9821] By: jhi on 2001/04/24 23:24:10
23060 Log: Subject: [PATCH: pod/perlport.pod] Updated email addresses.
23061 From: "Abigail" <abigail@foad.org>
23062 Date: Tue, 24 Apr 2001 23:12:03 +0200
23063 Message-ID: <20010424211203.7901.qmail@foad.org>
23064 Branch: perl
23065 ! pod/perlport.pod
23066____________________________________________________________________________
23067[ 9820] By: jhi on 2001/04/24 23:23:15
23068 Log: Subject: [PATCH pod/perlfaq4.pod] Time::Piece additions
23069 From: Matt Sergeant <matt@sergeant.org>
23070 Date: Tue, 24 Apr 2001 16:48:17 +0100 (BST)
23071 Message-ID: <Pine.LNX.4.30.0104241645030.32279-100000@ted.sergeant.org>
23072 Branch: perl
23073 ! pod/perlfaq4.pod
23074____________________________________________________________________________
23075[ 9819] By: nick on 2001/04/24 18:49:43
23076 Log: Integrate mainline.
23077 Branch: perlio
23078 +> t/lib/cpan-loadme.t t/lib/cpan-vcmp.t
23079 !> (integrate 37 files)
23080____________________________________________________________________________
23081[ 9818] By: jhi on 2001/04/24 14:35:23
23082 Log: Update Changes.
23083 Branch: perl
23084 ! Changes patchlevel.h
23085____________________________________________________________________________
bfe39e23
JH
23086[ 9817] By: jhi on 2001/04/24 14:09:17
23087 Log: Subject: Re: [PATCH t/lib/1_compile.t] Skipping known tested libraries
23088 From: "Philip Newton" <pnewton@gmx.de>
23089 Date: Tue, 24 Apr 2001 12:58:12 +0200
23090 Message-ID: <3AE57864.8304.B77A0A@localhost>
23091
23092 plus add CPAN to the list of modules that have their own tests.
23093 Branch: perl
23094 ! t/lib/1_compile.t
23095____________________________________________________________________________
23096[ 9816] By: jhi on 2001/04/24 14:07:03
23097 Log: Subject: Re: [PATCH t/lib/1_compile.t] Skipping known tested libraries
23098 From: Michael G Schwern <schwern@pobox.com>
23099 Date: Sat, 21 Apr 2001 22:35:00 +0100
23100 Message-ID: <20010421223500.N2946@blackrider.blackstar.co.uk>
23101 Branch: perl
23102 ! t/lib/1_compile.t
23103____________________________________________________________________________
23104[ 9815] By: jhi on 2001/04/24 13:54:32
23105 Log: Subject: Re: [ID 20010423.006] Test failed in perl@9794
23106 From: Robin Houston <robin@kitsite.com>
23107 Date: Tue, 24 Apr 2001 15:51:18 +0100
23108 Message-ID: <20010424155118.A22913@puffinry.freeserve.co.uk>
23109 Branch: perl
23110 ! ext/B/B/Deparse.pm
23111____________________________________________________________________________
23112[ 9814] By: jhi on 2001/04/24 13:17:34
23113 Log: Subject: Re: [ID 20010421.010] Perl 5.6.1 on Unixware 7
23114 From: Bill Glicker <billg@burrelles.com>
23115 Date: Tue, 24 Apr 2001 09:22:40 -0400 (EDT)
23116 Message-ID: <Pine.SCO.4.30.0104240918160.13514-100000@laura.burrelles.com>
23117 Branch: perl
23118 ! hints/svr5.sh
23119____________________________________________________________________________
23120[ 9813] By: jhi on 2001/04/24 12:54:23
23121 Log: Prevent path disclosure (probing for existence of filenames)
23122 using suidperl; bug id 20010322.218.
23123 Branch: perl
23124 ! perl.c pod/perldiag.pod
23125____________________________________________________________________________
23126[ 9812] By: jhi on 2001/04/24 12:08:36
23127 Log: Retract #9811.
23128 Branch: perl
23129 ! ext/POSIX/POSIX.xs
23130____________________________________________________________________________
23131[ 9811] By: jhi on 2001/04/24 11:57:35
23132 Log: (Retracted by #9812.)
23133 Branch: perl
23134 ! ext/POSIX/POSIX.xs
23135____________________________________________________________________________
23136[ 9810] By: jhi on 2001/04/24 03:32:35
23137 Log: Fix for 20010219.013, "perlio perl -we tell goes SEGV".
23138 Branch: perl
23139 ! util.c
23140____________________________________________________________________________
23141[ 9809] By: jhi on 2001/04/24 03:16:13
23142 Log: The Math::BigFloat::import() was broken.
23143 (Fixes bug id 20010422.002.)
23144 Branch: perl
23145 ! lib/Math/BigFloat.pm
23146____________________________________________________________________________
23147[ 9808] By: jhi on 2001/04/24 01:11:40
23148 Log: Additional dependencies; should help for parallel makes
23149 not to fail on missing lib/lib.pm or lib/re.pm.
23150 Branch: perl
23151 ! Makefile.SH
23152____________________________________________________________________________
23153[ 9807] By: jhi on 2001/04/24 00:57:01
23154 Log: Update the test failure disclaimer.
23155 Branch: perl
23156 ! t/pragma/warn/pp_hot
23157____________________________________________________________________________
23158[ 9806] By: jhi on 2001/04/24 00:54:04
23159 Log: Add make target "install-all" which is alias for "install"
23160 to cater for case-preserving filesystems like HFS+.
23161 Branch: perl
23162 ! INSTALL Makefile.SH
23163____________________________________________________________________________
23164[ 9805] By: jhi on 2001/04/24 00:47:28
23165 Log: Subject: Re: 5.6.1 darwin Configure fails to extract Makefile
23166 From: Peter Prymmer <pvhp@forte.com>
23167 Date: Wed, 11 Apr 2001 10:43:52 -0700 (PDT)
23168 Message-ID: <Pine.OSF.4.10.10104111038480.113314-100000@aspara.forte.com>
23169
23170 (Ken William's message forwarded from macosx@perl.org)
23171 Branch: perl
23172 ! hints/darwin.sh
23173____________________________________________________________________________
23174[ 9804] By: jhi on 2001/04/23 23:57:35
23175 Log: Cut-and-pasto.
23176 Branch: perl
23177 ! perlio.c
23178____________________________________________________________________________
23179[ 9803] By: jhi on 2001/04/23 23:52:25
23180 Log: More PerlIO robustness.
23181 Branch: perl
23182 ! perlio.c
23183____________________________________________________________________________
23184[ 9802] By: jhi on 2001/04/23 23:43:35
23185 Log: Make the "STD* opened only for ..." errors more consistent.
23186 Branch: perl
23187 ! doio.c
23188____________________________________________________________________________
23189[ 9801] By: jhi on 2001/04/23 23:34:26
23190 Log: Test case for #9800.
23191 Branch: perl
23192 ! t/op/misc.t
23193____________________________________________________________________________
23194[ 9800] By: jhi on 2001/04/23 23:14:43
23195 Log: Avoid coredump on 'close STDERR; die' by making
23196 the PerlIO calls more robust. Also use SETERRNO()
23197 instead of errno = to be more VMS-ready.
23198 Branch: perl
23199 ! perlio.c
23200____________________________________________________________________________
23201[ 9799] By: jhi on 2001/04/23 21:41:10
23202 Log: Subject: test for ID 20010423.002
23203 From: Robin Houston <robin@kitsite.com>
23204 Date: Mon, 23 Apr 2001 16:52:21 +0100
23205 Message-ID: <20010423165221.A20739@puffinry.freeserve.co.uk>
23206 Branch: perl
23207 ! t/op/avhv.t
23208____________________________________________________________________________
23209[ 9798] By: jhi on 2001/04/23 21:40:07
23210 Log: Subject: patch to installperl (change warn to print STDERR in sub yn)
23211 From: David Dyck <dcd@tc.fluke.com>
23212 Date: Mon, 23 Apr 2001 10:19:46 -0700 (PDT)
23213 Message-ID: <Pine.LNX.4.33.0104231018270.10985-100000@dd.tc.fluke.com>
23214 Branch: perl
23215 ! installperl
23216____________________________________________________________________________
23217[ 9797] By: jhi on 2001/04/23 21:37:56
23218 Log: Subject: [PATCH] Implement Cwd::abs_path in XS
23219 From: Benjamin Sugars <bsugars@canoe.ca>
23220 Date: Mon, 23 Apr 2001 11:59:48 -0400 (EDT)
23221 Message-ID: <Pine.LNX.4.21.0104231151340.3238-100000@marmot.rim.canoe.ca>
23222 Branch: perl
23223 ! ext/Cwd/Cwd.xs lib/Cwd.pm
23224____________________________________________________________________________
23225[ 9796] By: jhi on 2001/04/23 21:29:24
23226 Log: Synchronize h2xs and pod2man some more on the documentation
23227 templates they propose.
23228 Branch: perl
23229 ! pod/pod2man.PL utils/h2xs.PL
23230____________________________________________________________________________
23231[ 9795] By: jhi on 2001/04/23 17:30:40
23232 Log: Add one more naughty test for base64; make encoding logic cleaner.
23233 Branch: perl
23234 ! t/lib/mimeb64.t
23235____________________________________________________________________________
23236[ 9794] By: jhi on 2001/04/23 13:51:32
23237 Log: Update Changes.
23238 Branch: perl
23239 ! Changes patchlevel.h
23240____________________________________________________________________________
a1954273
JH
23241[ 9793] By: jhi on 2001/04/23 13:44:18
23242 Log: Duplicate lines.
23243 Branch: perl
23244 ! MANIFEST
23245____________________________________________________________________________
23246[ 9792] By: jhi on 2001/04/23 13:39:13
23247 Log: Subject: Re: PATCH 5.7.1
23248 From: Mark-Jason Dominus <mjd@plover.com>
23249 Date: Mon, 23 Apr 2001 10:30:21 -0400
23250 Message-ID: <20010423143021.17335.qmail@plover.com>
23251 Branch: perl
23252 ! perl.h sv.c
23253____________________________________________________________________________
23254[ 9791] By: jhi on 2001/04/23 13:32:40
23255 Log: Add the CPAN.pm 1.59_54 tests.
23256 Branch: perl
23257 + t/lib/cpan-loadme.t t/lib/cpan-vcmp.t
23258 ! MANIFEST
23259____________________________________________________________________________
23260[ 9790] By: jhi on 2001/04/23 13:21:55
23261 Log: Subject: Deparse nit
23262 From: Robin Houston <robin@kitsite.com>
23263 Date: Mon, 23 Apr 2001 12:38:20 +0100
23264 Message-ID: <20010423123820.A19945@puffinry.freeserve.co.uk>
23265 Branch: perl
23266 ! ext/B/B/Deparse.pm
23267____________________________________________________________________________
23268[ 9789] By: jhi on 2001/04/23 13:19:07
23269 Log: Subject: [PATCH] bug 20010423.002
23270 From: Robin Houston <robin@kitsite.com>
23271 Date: Mon, 23 Apr 2001 13:12:30 +0100
23272 Message-ID: <20010423131230.A20074@puffinry.freeserve.co.uk>
23273 Branch: perl
23274 ! pp.c
23275____________________________________________________________________________
23276[ 9788] By: jhi on 2001/04/23 13:02:49
23277 Log: Subject: PATCH [5.7.1] hv.c unused #define
23278 From: Mark-Jason Dominus <mjd@plover.com>
23279 Date: Sun, 22 Apr 2001 14:17:49 -0400
23280 Message-ID: <20010422181749.26976.qmail@plover.com>
23281 Branch: perl
23282 ! hv.c
23283____________________________________________________________________________
23284[ 9787] By: jhi on 2001/04/23 13:02:02
23285 Log: Subject: PATCH 5.7.1
23286 From: Mark-Jason Dominus <mjd@plover.com>
23287 Date: Sun, 22 Apr 2001 15:12:57 -0400
23288 Message-ID: <20010422191258.6539.qmail@plover.com>
23289
23290 plus Sarathy's STMT_START + STMT_END suggestion.
23291 Branch: perl
23292 ! perl.h
23293____________________________________________________________________________
23294[ 9786] By: jhi on 2001/04/23 12:53:25
23295 Log: Fix for
23296
23297 Subject: [ID 20010423.001] perlapi documentation inconsistency (SvGROW)
23298 From: dLux <dlux@spam.sch.bme.hu>
23299 Date: Mon, 23 Apr 2001 01:25:26 +0200
23300 Message-Id: <E14rTEM-0000CB-00@dl.sch.bme.hu>
23301
23302 (SvGROW really does return a char *.)
23303 Branch: perl
23304 ! pod/perlapi.pod sv.h
23305____________________________________________________________________________
23306[ 9785] By: jhi on 2001/04/23 04:34:04
23307 Log: Time::Piece work continues. $t->day removed since
23308 I think it's too confusing. Now has normal and
23309 abbreviated length weekday names and month names,
23310 the names change with _names(), not _list().
23311 Now has strftime() in Perl, _strftime() is
23312 the libc version (to which strftime() falls back
23313 if it doesn't know the format. To do: the reverse
23314 of strftime, strptime(), and the localisation of both.
23315 Branch: perl
23316 ! ext/Time/Piece/Piece.pm ext/Time/Piece/Piece.xs
23317 ! t/lib/time-piece.t
23318____________________________________________________________________________
23319[ 9784] By: jhi on 2001/04/23 02:41:46
23320 Log: Subject: Re: [PATCH] Re: [ID 20010422.003] Core dump in overloaded bool while using '
23321 From: andreas.koenig@anima.de (Andreas J. Koenig)
23322 Date: 23 Apr 2001 05:20:55 +0200
23323 Message-ID: <m3ofto5mjs.fsf@ak-71.mind.de>
23324 Branch: perl
23325 ! t/pragma/overload.t
23326____________________________________________________________________________
23327[ 9783] By: jhi on 2001/04/22 23:32:42
23328 Log: Subject: [PATCH B::Deparse] Distinguish package variables, if necessary
23329 From: Robin Houston <robin@kitsite.com>
23330 Date: Mon, 23 Apr 2001 00:38:18 +0100
23331 Message-ID: <20010423003818.A19109@puffinry.freeserve.co.uk>
23332 Branch: perl
23333 ! ext/B/B/Deparse.pm
23334____________________________________________________________________________
23335[ 9782] By: jhi on 2001/04/22 20:55:43
23336 Log: Subject: [PATCH] Re: [ID 20010422.003] Core dump in overloaded bool while using '
23337 From: Simon Cozens <simon@netthink.co.uk>
23338 Date: Sun, 22 Apr 2001 18:47:25 +0100
23339 Message-ID: <20010422184725.A14411@netthink.co.uk>
23340 Branch: perl
23341 ! sv.c t/pragma/overload.t
23342____________________________________________________________________________
23343[ 9781] By: jhi on 2001/04/22 20:52:13
23344 Log: Subject: [PATCH] Support BEGIN blocks in B::Deparse (& more)
23345 From: Robin Houston <robin@kitsite.com>
23346 Date: Sun, 22 Apr 2001 22:14:50 +0100
23347 Message-ID: <20010422221450.A18921@puffinry.freeserve.co.uk>
23348 Branch: perl
23349 ! ext/B/B/Concise.pm ext/B/B/Deparse.pm ext/B/O.pm
23350____________________________________________________________________________
23351[ 9780] By: nick on 2001/04/22 20:40:31
23352 Log: Integrate mainline.
23353 Branch: perlio
23354 +> t/lib/b-debug.t t/lib/b-deparse.t t/lib/b-showlex.t
23355 +> t/lib/b-stash.t
23356 !> (integrate 38 files)
23357____________________________________________________________________________
23358[ 9779] By: jhi on 2001/04/22 15:16:03
23359 Log: Subject: IO::Socket::INET patch
23360 From: andrew deryabin <djsf@technarchy.ru>
23361 Date: Sat, 21 Apr 2001 17:46:52 +0400
23362 Message-ID: <20010421174652.B1426@technarchy>
23363 Branch: perl
23364 ! ext/IO/lib/IO/Socket/INET.pm
23365____________________________________________________________________________
23366[ 9778] By: jhi on 2001/04/22 15:14:33
23367 Log: Subject: Re: ANYOF_SIZE is wrong in 5.7.1
23368 From: Mark-Jason Dominus <mjd@plover.com>
23369 Date: Sat, 21 Apr 2001 21:27:49 -0400
23370 Message-ID: <20010422012749.27024.qmail@plover.com>
23371 Branch: perl
23372 ! regcomp.c
23373____________________________________________________________________________
23374[ 9777] By: jhi on 2001/04/22 15:10:51
23375 Log: Subject: Re: Regex debugger patch
23376 From: Mark-Jason Dominus <mjd@plover.com>
23377 Date: Sat, 21 Apr 2001 21:48:51 -0400
23378 Message-ID: <20010422014851.27165.qmail@plover.com>
23379 Branch: perl
23380 ! pod/perldebguts.pod
23381____________________________________________________________________________
23382[ 9776] By: jhi on 2001/04/22 15:09:48
23383 Log: Subject: Re: Regex debugger patch
23384 From: Mark-Jason Dominus <mjd@plover.com>
23385 Date: Sat, 21 Apr 2001 14:24:39 -0400
23386 Message-ID: <20010421182439.16508.qmail@plover.com>
23387
23388 Regex debugger backend.
23389 Branch: perl
23390 ! regcomp.c regexp.h
23391____________________________________________________________________________
23392[ 9775] By: jhi on 2001/04/21 16:45:40
23393 Log: Subject: [PATCH] Typo in utf8.h
23394 From: Jesús Quiroga <jquiroga@pobox.com>
23395 Date: Sat, 21 Apr 2001 19:25:33 +0200
23396 Message-Id: <5.0.2.1.1.20010421192107.01ce5a50@ix.netcorps.com>
23397 Branch: perl
23398 ! utf8.h
23399____________________________________________________________________________
23400[ 9774] By: jhi on 2001/04/21 16:43:52
23401 Log: Subject: [ID 20010421.010] Perl 5.6.1 on Unixware 7
23402 From: Joe Orton <jorton@redhat.com>
23403 Date: Tue, 17 Apr 2001 15:50:43 +0100
23404 Message-Id: <20010417155043.D19132@eu.c2.net>
23405 Branch: perl
23406 ! hints/svr5.sh
23407____________________________________________________________________________
23408[ 9773] By: jhi on 2001/04/21 15:30:15
23409 Log: Subject: Patch utils/h2xs.PL
23410 From: Elaine -HFB- Ashton <elaine@chaos.wustl.edu>
23411 Date: Sat, 21 Apr 2001 10:32:16 -0500
23412 Message-ID: <20010421103216.C14521@chaos.wustl.edu>
23413
23414 Add MAILING list and LICENSE templates.
23415 Branch: perl
23416 ! utils/h2xs.PL
23417____________________________________________________________________________
23418[ 9772] By: jhi on 2001/04/21 15:28:36
23419 Log: Subject: perlfaq2.patch for 5.7.1
23420 From: Elaine -HFB- Ashton <elaine@chaos.wustl.edu>
23421 Message-ID: <20010420164219.J3194@chaos.wustl.edu>
23422 Date: Fri, 20 Apr 2001 16:42:19 -0500
23423
23424 rm an extra tab, a blurb about the xx.cpan to clarify
23425 which countries actually have that and dejanews is history
23426 as well as most of that nonsensical entry.
23427 Branch: perl
23428 ! pod/perlfaq2.pod
23429____________________________________________________________________________
23430[ 9771] By: jhi on 2001/04/21 15:27:17
23431 Log: Subject: perlfaq1.patch for 5.7.1
23432 From: Elaine -HFB- Ashton <elaine@chaos.wustl.edu>
23433 Date: Fri, 20 Apr 2001 16:57:36 -0500
23434 Message-ID: <20010420165736.K3194@chaos.wustl.edu>
23435
23436 Evil URLs must die. Especially when they are broken.
23437 Branch: perl
23438 ! pod/perlfaq1.pod
23439____________________________________________________________________________
23440[ 9770] By: jhi on 2001/04/21 15:23:38
23441 Log: Subject: [PATCH ext/B/B.pm and tests] B::walksymtable improperly documented?
23442 From: Michael G Schwern <schwern@pobox.com>
23443 Date: Sat, 21 Apr 2001 16:11:12 +0100
23444 Message-ID: <20010421161112.L19736@blackrider.blackstar.co.uk>
23445 Branch: perl
23446 + t/lib/b-debug.t t/lib/b-deparse.t t/lib/b-showlex.t
23447 + t/lib/b-stash.t
23448 ! MANIFEST ext/B/B.pm t/lib/b.t
23449____________________________________________________________________________
23450[ 9769] By: jhi on 2001/04/21 15:03:32
23451 Log: Subject: [PATCH utils/h2ph.PL] Confused by "#if &__GNUC_PREREQ (2,97)"
23452 From: Michael G Schwern <schwern@pobox.com>
23453 Date: Sat, 21 Apr 2001 09:48:00 +0100
23454 Message-ID: <20010421094759.B19736@blackrider.blackstar.co.uk>
23455 Branch: perl
23456 ! utils/h2ph.PL
23457____________________________________________________________________________
23458[ 9768] By: jhi on 2001/04/21 14:33:49
23459 Log: PerlIO and Encode doc cleanup and tweaks.
23460 Branch: perl
23461 ! ext/Encode/Encode.pm ext/PerlIO/Scalar/Scalar.pm
23462 ! ext/PerlIO/Via/Via.pm lib/PerlIO.pm
23463____________________________________________________________________________
23464[ 9767] By: jhi on 2001/04/21 12:40:16
23465 Log: Integrate perlio.
23466 Branch: perl
23467 !> doio.c
23468____________________________________________________________________________
23469[ 9766] By: nick on 2001/04/20 18:28:35
23470 Log: Avoid core dump on
23471 open(STDOUT,">",\$foo);
23472 Branch: perlio
23473 ! doio.c
23474____________________________________________________________________________
23475[ 9765] By: jhi on 2001/04/20 13:23:43
23476 Log: Subject: Re: [abigail@foad.org: [ID 20000901.065] -MO=Deparse and $^W and $[ in same string.]
23477 From: Robin Houston <robin@kitsite.com>
23478 Date: Fri, 20 Apr 2001 14:29:22 +0100
23479 Message-ID: <20010420142921.A14960@puffinry.freeserve.co.uk>
23480 Branch: perl
23481 ! ext/B/B.pm ext/B/B/Deparse.pm
23482____________________________________________________________________________
23483[ 9764] By: jhi on 2001/04/20 13:19:33
23484 Log: Subject: [PATCH: perl@9742] avoid t/u-*.t test on platforms where List/Util was not built
23485 From: Peter Prymmer <pvhp@forte.com>
23486 Date: Thu, 19 Apr 2001 17:40:14 -0700 (PDT)
23487 Message-ID: <Pine.OSF.4.10.10104191737200.348917-100000@aspara.forte.com>
23488 Branch: perl
23489 ! t/lib/u-blessed.t t/lib/u-dualvar.t t/lib/u-first.t
23490 ! t/lib/u-max.t t/lib/u-maxstr.t t/lib/u-min.t t/lib/u-minstr.t
23491 ! t/lib/u-readonly.t t/lib/u-reduce.t t/lib/u-reftype.t
23492 ! t/lib/u-sum.t t/lib/u-tainted.t t/lib/u-weak.t
23493____________________________________________________________________________
23494[ 9763] By: jhi on 2001/04/20 12:36:39
23495 Log: Subject: Re: A new PerlIO coredump
23496 From: Nick Ing-Simmons <nik@tiuk.ti.com>
23497 Date: Fri, 20 Apr 2001 14:29:41 +0100 (BST)
23498 Message-Id: <200104201329.OAA16021@mikado.tiuk.ti.com>
23499 Branch: perl
23500 ! doio.c
23501____________________________________________________________________________
23502[ 9762] By: jhi on 2001/04/19 23:02:30
23503 Log: Update Changes.
23504 Branch: perl
23505 ! Changes patchlevel.h
23506____________________________________________________________________________
4124720b
JH
23507[ 9761] By: jhi on 2001/04/19 22:59:19
23508 Log: More cleanup cleanup.
23509 Branch: perl
23510 ! Makefile.SH win32/Makefile win32/makefile.mk
23511____________________________________________________________________________
23512[ 9760] By: jhi on 2001/04/19 22:50:31
23513 Log: lib/Time is non-empty, let's not rmdir it.
23514 Branch: perl
23515 ! Makefile.SH
23516____________________________________________________________________________
23517[ 9759] By: jhi on 2001/04/19 22:36:51
23518 Log: Subject: Re: [abigail@foad.org: [ID 20000901.065] -MO=Deparse and $^W and $[ in same string.]
23519 From: Robin Houston <robin@kitsite.com>
23520 Date: Fri, 20 Apr 2001 00:18:53 +0100
23521 Message-ID: <20010420001853.A13350@puffinry.freeserve.co.uk>
23522 Branch: perl
23523 ! ext/B/B/Deparse.pm
23524____________________________________________________________________________
23525[ 9758] By: jhi on 2001/04/19 22:36:00
23526 Log: Subject: [PATCH: perl@9742] void close_dir portability fix for Cwd.xs
23527 From: Peter Prymmer <pvhp@forte.com>
23528 Date: Thu, 19 Apr 2001 12:02:40 -0700 (PDT)
23529 Message-ID: <Pine.OSF.4.10.10104191158490.348917-100000@aspara.forte.com>
23530 Branch: perl
23531 ! ext/Cwd/Cwd.xs
23532____________________________________________________________________________
23533[ 9757] By: nick on 2001/04/19 18:53:54
23534 Log: Blind (untested) integrate of mainline.
23535 Branch: perlio
23536 +> ext/Time/Piece/Makefile.PL ext/Time/Piece/Piece.pm
23537 +> ext/Time/Piece/Piece.xs ext/Time/Piece/README
23538 +> ext/Time/Piece/Seconds.pm t/lib/time-piece.t
23539 !> (integrate 53 files)
23540____________________________________________________________________________
23541[ 9756] By: jhi on 2001/04/19 16:59:23
23542 Log: Document and test Time::Piece.
23543 Branch: perl
23544 ! ext/POSIX/POSIX.xs ext/Time/Piece/Piece.pm
23545 ! ext/Time/Piece/Piece.xs t/lib/time-piece.t
23546____________________________________________________________________________
23547[ 9755] By: jhi on 2001/04/19 12:13:29
23548 Log: A better fix for the \x{12345678} trouble from NI-S.
23549 Branch: perl
23550 ! utf8.c
23551____________________________________________________________________________
23552[ 9754] By: jhi on 2001/04/19 11:56:07
23553 Log: Subject: PATCH: Propagate low byte of hints in cop.op_private
23554 From: Robin Houston <robin@kitsite.com>
23555 Date: Wed, 18 Apr 2001 17:58:33 +0100
23556 Message-ID: <20010418175833.B8976@puffinry.freeserve.co.uk>
23557 Branch: perl
23558 ! ext/B/B/Deparse.pm op.c
23559____________________________________________________________________________
23560[ 9753] By: jhi on 2001/04/19 04:21:52
23561 Log: Subject: [PATCH] h2ph test suite bugfix and refactoring
23562 From: "Kurt D. Starsinic" <kstar@wolfetech.com>
23563 Date: Thu, 19 Apr 2001 01:11:41 -0400
23564 Message-ID: <20010419011141.A5798@cpan.org>
23565 Branch: perl
23566 ! t/lib/h2ph.h t/lib/h2ph.pht utils/h2ph.PL
23567____________________________________________________________________________
23568[ 9752] By: jhi on 2001/04/19 02:41:10
23569 Log: The new time utils need to be thread-aware, too.
23570 Branch: perl
23571 ! util.c
23572____________________________________________________________________________
23573[ 9751] By: jhi on 2001/04/19 02:26:47
23574 Log: Compilation nit noticed by AIX compiler.
23575 Branch: perl
23576 ! perlio.c
23577____________________________________________________________________________
23578[ 9750] By: jhi on 2001/04/19 02:20:06
23579 Log: The new time utils need to be public.
23580 Branch: perl
23581 ! embed.pl
23582____________________________________________________________________________
23583[ 9749] By: jhi on 2001/04/19 01:42:39
23584 Log: Regen toc.
23585 Branch: perl
23586 ! pod/perltoc.pod
23587____________________________________________________________________________
23588[ 9748] By: jhi on 2001/04/19 01:41:10
23589 Log: Add Time::Piece, a slight rewrite of Time::Object,
23590 from Matt Sergeant.
23591 Branch: perl
23592 + ext/Time/Piece/Makefile.PL ext/Time/Piece/Piece.pm
23593 + ext/Time/Piece/Piece.xs ext/Time/Piece/README
23594 + ext/Time/Piece/Seconds.pm t/lib/time-piece.t
23595 ! MANIFEST configure.com djgpp/config.over epoc/config.sh
23596 ! hints/uts.sh hints/uwin.sh hints/vmesa.sh win32/Makefile
23597 ! win32/makefile.mk
23598____________________________________________________________________________
23599[ 9747] By: jhi on 2001/04/19 00:55:35
23600 Log: The new metaconfig unit from strftime.
23601 Branch: metaconfig/U/perl
23602 + d_strftime.U
23603____________________________________________________________________________
23604[ 9746] By: jhi on 2001/04/19 00:54:54
23605 Log: Move the strftime() wrapper from POSIX.xs to util.c
23606 as my_strftime(), requires HAS_STRFTIME.
23607 Branch: perl
23608 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
23609 ! config_h.SH configure.com embed.h embed.pl epoc/config.sh
23610 ! ext/POSIX/POSIX.xs proto.h uconfig.h uconfig.sh util.c
23611 ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
23612 ! vos/config.ga.h win32/config.bc win32/config.gc
23613 ! win32/config.vc
23614____________________________________________________________________________
23615[ 9745] By: jhi on 2001/04/18 23:11:03
23616 Log: Move the init_tm() and mini_mktime() up from POSIX.xs to util.c
23617 in preparation of Time::Piece.
23618 Branch: perl
23619 ! embed.h embed.pl ext/POSIX/POSIX.xs proto.h util.c
23620____________________________________________________________________________
23621[ 9744] By: jhi on 2001/04/18 22:33:12
23622 Log: Subject: [PATCH: perl@9718] fix new exporter test to work OK on VMS
23623 From: Peter Prymmer <pvhp@forte.com>
23624 Date: Wed, 18 Apr 2001 15:38:28 -0700 (PDT)
23625 Message-ID: <Pine.OSF.4.10.10104181536440.272477-100000@aspara.forte.com>
23626 Branch: perl
23627 ! t/lib/exporter.t
23628____________________________________________________________________________
23629[ 9743] By: jhi on 2001/04/18 22:32:23
23630 Log: Subject: Fwd: pod2html leaves cache files lying around?
23631 From: Rajesh Vaidheeswarran <rv@gnu.org>
23632 Date: Tue, 17 Apr 2001 09:35:00 -0400 (EDT)
23633 Message-Id: <E14pVdE-0004P0-00@fencepost.gnu.org>
23634 Branch: perl
23635 ! lib/Pod/Html.pm
23636____________________________________________________________________________
23637[ 9742] By: jhi on 2001/04/18 20:31:49
23638 Log: Update Changes.
23639 Branch: perl
23640 ! Changes patchlevel.h
23641____________________________________________________________________________
918522b5
JH
23642[ 9741] By: jhi on 2001/04/18 20:23:02
23643 Log: Declare hints only if needed.
23644 Branch: perl
23645 ! ext/B/B/Deparse.pm
23646____________________________________________________________________________
23647[ 9740] By: jhi on 2001/04/18 19:06:05
23648 Log: Workaround for the "\x{12345678}" plus s/(.)/$1/g plus ord/length
23649 bug noticed by Robin Houston; basically the code of detecting
23650 value wraparound was acting differently under different compilers
23651 and platforms. The workaround is to remove the overflow check
23652 for now, a real fix would be to do the overflow (portably) right.
23653 Branch: perl
23654 ! t/op/pat.t utf8.c
23655____________________________________________________________________________
23656[ 9739] By: jhi on 2001/04/18 19:01:23
23657 Log: Subject: [PATCH B::Deparse] some pragma support
23658 From: Robin Houston <robin@kitsite.com>
23659 Date: Wed, 18 Apr 2001 19:32:12 +0100
23660 Message-ID: <20010418193212.A9184@puffinry.freeserve.co.uk>
23661 Branch: perl
23662 ! ext/B/B/Deparse.pm
23663____________________________________________________________________________
23664[ 9738] By: jhi on 2001/04/18 15:16:37
23665 Log: Subject: [PATCH] Test case for C<undef %File::Glob::>
23666 From: Benjamin Sugars <bsugars@canoe.ca>
23667 Date: Wed, 18 Apr 2001 10:53:44 -0400 (EDT)
23668 Message-ID: <Pine.LNX.4.21.0104181047010.2368-100000@marmot.rim.canoe.ca>
23669 Branch: perl
23670 ! t/op/glob.t
23671____________________________________________________________________________
23672[ 9737] By: jhi on 2001/04/18 13:24:50
23673 Log: Subject: [PATCH] XS::Typemap - T_OPAQUE
23674 From: Tim Jenness <t.jenness@jach.hawaii.edu>
23675 Date: Tue, 17 Apr 2001 22:49:25 -1000 (HST)
23676 Message-ID: <Pine.LNX.4.30.0104172247440.28672-100000@lapaki.jach.hawaii.edu>
23677 Branch: perl
23678 ! ext/XS/Typemap/Typemap.pm ext/XS/Typemap/Typemap.xs
23679 ! ext/XS/Typemap/typemap lib/ExtUtils/typemap t/lib/xs-typemap.t
23680____________________________________________________________________________
23681[ 9736] By: jhi on 2001/04/18 04:15:14
23682 Log: The #9735 also changes the subtest 12.
23683 Branch: perl
23684 ! t/lib/b.t
23685____________________________________________________________________________
23686[ 9735] By: jhi on 2001/04/18 03:55:17
23687 Log: Subject: Deparse.pm of split(" ") decodes as /\s+/ (with PATCH)
23688 From: David Dyck <dcd@tc.fluke.com>
23689 Date: Tue, 17 Apr 2001 17:12:58 -0700 (PDT)
23690 Message-ID: <Pine.LNX.4.33.0104171508210.23062-100000@dd.tc.fluke.com>
23691 Branch: perl
23692 ! ext/B/B/Deparse.pm
23693____________________________________________________________________________
23694[ 9734] By: jhi on 2001/04/18 03:54:11
23695 Log: Subject: [PATCH] foreach defelem magic should only be applied to PL_sv_undef
23696 From: Gisle Aas <gisle@ActiveState.com>
23697 Date: 17 Apr 2001 19:06:45 -0700
23698 Message-ID: <lrae5f9d1m.fsf@caliper.ActiveState.com>
23699 Branch: perl
23700 ! pp_hot.c t/op/misc.t
23701____________________________________________________________________________
23702[ 9733] By: jhi on 2001/04/17 22:25:22
23703 Log: Subject: [PATCH: ext/Cwd/Cwd.xs & ext/PerlIO/Scalar/Scalar.xs] Missing prototype behaviour
23704 From: "Abigail" <abigail@foad.org>
23705 Date: Wed, 18 Apr 2001 01:17:46 +0200
23706 Message-ID: <20010417231746.21657.qmail@foad.org>
23707 Branch: perl
23708 ! ext/Cwd/Cwd.xs ext/PerlIO/Scalar/Scalar.xs
23709____________________________________________________________________________
23710[ 9732] By: jhi on 2001/04/17 20:47:56
23711 Log: Subject: Re: Deparse - parenthesise args to undeclared subs
23712 From: Robin Houston <robin@kitsite.com>
23713 Date: Tue, 17 Apr 2001 22:37:42 +0100
23714 Message-ID: <20010417223742.A6681@puffinry.freeserve.co.uk>
23715 Branch: perl
23716 ! ext/B/B/Deparse.pm
23717____________________________________________________________________________
23718[ 9731] By: nick on 2001/04/17 20:46:35
23719 Log: Re-sync for t/lib/b.t fix
23720 Branch: perlio
23721 !> ext/B/B/Deparse.pm t/lib/b.t t/lib/cwd.t
23722____________________________________________________________________________
23723[ 9730] By: jhi on 2001/04/17 20:45:29
23724 Log: Subject: [PATCH B::Deparse] utf8 literal strings (and possibly a unicode/regex bug)
23725 From: Robin Houston <robin@kitsite.com>
23726 Date: Tue, 17 Apr 2001 22:29:36 +0100
23727 Message-ID: <20010417222936.A6644@puffinry.freeserve.co.uk>
23728 Branch: perl
23729 ! ext/B/B.xs ext/B/B/Deparse.pm
23730____________________________________________________________________________
23731[ 9729] By: jhi on 2001/04/17 20:43:11
23732 Log: Subject: Deparse - parenthesise args to undeclared subs
23733 From: Robin Houston <robin@kitsite.com>
23734 Date: Tue, 17 Apr 2001 21:31:05 +0100
23735 Message-ID: <20010417213104.A6586@puffinry.freeserve.co.uk>
23736 Branch: perl
23737 ! ext/B/B/Deparse.pm
23738____________________________________________________________________________
23739[ 9728] By: jhi on 2001/04/17 18:57:30
23740 Log: Subject: Re: [PATCH] Fix cwd.t when libpth contains symlinks
23741 From: Benjamin Sugars <ben.sugars@home.com>
23742 Date: Tue, 17 Apr 2001 15:27:28 -0400 (EDT)
23743 Message-ID: <Pine.LNX.4.21.0104171516090.22410-100000@localhost.localdomain>
23744 Branch: perl
23745 ! t/lib/cwd.t
23746____________________________________________________________________________
23747[ 9727] By: jhi on 2001/04/17 18:20:20
23748 Log: Subject: [PATCH B::Deparse] ambient pragmas
23749 From: Robin Houston <robin@kitsite.com>
23750 Date: Tue, 17 Apr 2001 20:01:59 +0100
23751 Message-ID: <20010417200159.A4882@puffinry.freeserve.co.uk>
23752 Branch: perl
23753 ! ext/B/B/Deparse.pm t/lib/b.t
23754____________________________________________________________________________
23755[ 9726] By: nick on 2001/04/17 16:33:51
23756 Log: Integrate mainline (t/lib/b.t fails test 2...)
23757 Branch: perlio
23758 +> ext/List/Util/ChangeLog ext/List/Util/Makefile.PL
23759 +> ext/List/Util/README ext/List/Util/Util.xs
23760 +> ext/List/Util/lib/List/Util.pm
23761 +> ext/List/Util/lib/Scalar/Util.pm t/lib/exporter.t
23762 +> t/lib/u-blessed.t t/lib/u-dualvar.t t/lib/u-first.t
23763 +> t/lib/u-max.t t/lib/u-maxstr.t t/lib/u-min.t t/lib/u-minstr.t
23764 +> t/lib/u-readonly.t t/lib/u-reduce.t t/lib/u-reftype.t
23765 +> t/lib/u-sum.t t/lib/u-tainted.t t/lib/u-weak.t
23766 !> (integrate 31 files)
23767____________________________________________________________________________
23768[ 9725] By: jhi on 2001/04/17 12:14:24
23769 Log: Subject: multiple B::* changes
23770 From: Robin Houston <robin@kitsite.com>
23771 Date: Thu, 12 Apr 2001 20:12:27 +0100
23772 Message-ID: <20010412201226.A30940@puffinry.freeserve.co.uk>
23773 Branch: perl
23774 ! ext/B/B.pm ext/B/B/Concise.pm ext/B/B/Deparse.pm ext/B/O.pm
23775____________________________________________________________________________
23776[ 9724] By: jhi on 2001/04/17 11:59:05
23777 Log: Thread-awareness from Doug MacEachern.
23778 Branch: perl
23779 ! ext/List/Util/Util.xs
23780____________________________________________________________________________
23781[ 9723] By: jhi on 2001/04/17 11:57:41
23782 Log: Make the test more portable.
23783 Branch: perl
23784 ! t/lib/cwd.t
23785____________________________________________________________________________
23786[ 9722] By: jhi on 2001/04/17 11:53:50
23787 Log: Subject: [PATCH] Fix cwd.t when libpth contains symlinks
23788 From: Benjamin Sugars <ben.sugars@home.com>
23789 Date: Mon, 16 Apr 2001 22:43:29 -0400 (EDT)
23790 Message-ID: <Pine.LNX.4.21.0104162234030.17949-100000@localhost.localdomain>
23791 Branch: perl
23792 ! t/lib/cwd.t
23793____________________________________________________________________________
23794[ 9721] By: jhi on 2001/04/17 11:52:17
23795 Log: Subject: [PATCH] Fix core dump from undef %File::Glob::
23796 From: Benjamin Sugars <bsugars@canoe.ca>
23797 Date: Mon, 16 Apr 2001 13:23:59 -0400 (EDT)
23798 Message-ID: <Pine.LNX.4.21.0104161313160.1676-100000@marmot.rim.canoe.ca>
23799 Branch: perl
23800 ! op.c
23801____________________________________________________________________________
23802[ 9720] By: jhi on 2001/04/17 11:35:42
23803 Log: Subject: [MacPerl-Porters] [PATCH] bsd_glob.c, gv.c fixes for Mac OS
23804 From: Chris Nandor <pudge@pobox.com>
23805 Date: Tue, 17 Apr 2001 00:30:49 -0400
23806 Message-Id: <p05100207b701768712de@[10.0.1.177]>
23807 Branch: perl
23808 ! ext/File/Glob/bsd_glob.c gv.c
23809____________________________________________________________________________
23810[ 9719] By: jhi on 2001/04/17 11:32:13
23811 Log: Subject: [PATCH] Tweten->West
23812 From: Casey West <casey@geeknest.com>
23813 Date: Mon, 16 Apr 2001 12:11:22 -0400
23814 Message-ID: <20010416121122.B14554@stupid.geeknest.com>
23815 Branch: perl
23816 ! AUTHORS lib/Class/Struct.pm lib/Shell.pm lib/constant.pm
23817 ! pod/perltie.pod
23818____________________________________________________________________________
23819[ 9718] By: jhi on 2001/04/16 03:22:52
23820 Log: Update Changes.
23821 Branch: perl
23822 ! Changes patchlevel.h
23823____________________________________________________________________________
e49ff72b
JH
23824[ 9717] By: jhi on 2001/04/16 03:06:28
23825 Log: Regen toc.
23826 Branch: perl
23827 ! pod/perltoc.pod
23828____________________________________________________________________________
23829[ 9716] By: jhi on 2001/04/16 02:58:42
23830 Log: Subject: [PATCH: perl@9699] updates to apidoc in utf8.c
23831 From: Prymmer/Kahn <pvhp@best.com>
23832 Date: Sun, 15 Apr 2001 20:47:45 -0700 (PDT)
23833 Message-ID: <Pine.BSF.4.21.0104152037470.8946-100000@shell8.ba.best.com>
23834 Branch: perl
23835 ! utf8.c
23836____________________________________________________________________________
23837[ 9715] By: jhi on 2001/04/15 23:40:35
23838 Log: Subject: Re: Net::Ping patch, adds stream protocol
23839 From: bronson@rinspin.com (Scott Bronson)
23840 Date: Tue, 10 Apr 2001 23:58:33 -0700
23841 Message-ID: <20010410235833.N29719@rinspin.com>
23842 Branch: perl
23843 ! lib/Net/Ping.pm
23844____________________________________________________________________________
23845[ 9714] By: jhi on 2001/04/15 23:31:46
23846 Log: Printing out the ok messages helps successful testing.
23847 Branch: perl
23848 ! t/lib/time-hires.t
23849____________________________________________________________________________
23850[ 9713] By: jhi on 2001/04/15 21:43:24
23851 Log: Update Douglas Wegscheid's email.
23852 Branch: perl
23853 ! AUTHORS
23854____________________________________________________________________________
23855[ 9712] By: jhi on 2001/04/15 21:40:41
23856 Log: Subject: [PATCH t/lib/exporter.t lib/Exporter/Heavy.pm] Testing Exporter
23857 From: Michael G Schwern <schwern@pobox.com>
23858 Date: Sat, 14 Apr 2001 22:40:50 +0100
23859 Message-ID: <20010414224050.A1872@blackrider.blackstar.co.uk>
23860 Branch: perl
23861 + t/lib/exporter.t
23862 ! MANIFEST lib/Exporter/Heavy.pm
23863____________________________________________________________________________
23864[ 9711] By: jhi on 2001/04/15 21:39:21
23865 Log: Subject: [PATCH t/op/loopctl.t] Exit via last, part 1
23866 From: Michael G Schwern <schwern@pobox.com>
23867 Date: Sat, 14 Apr 2001 22:13:59 +0100
23868 Message-ID: <20010414221359.A413@blackrider.blackstar.co.uk>
23869 Branch: perl
23870 ! t/op/loopctl.t
23871____________________________________________________________________________
23872[ 9710] By: jhi on 2001/04/15 21:30:19
23873 Log: Subject: [PATCH t/pragma/warnings.t] Doesn't skip RCS files
23874 From: Michael G Schwern <schwern@pobox.com>
23875 Date: Sat, 14 Apr 2001 22:05:32 +0100
23876 Message-ID: <20010414220531.A30178@blackrider.blackstar.co.uk>
23877 Branch: perl
23878 ! t/pragma/warnings.t
23879____________________________________________________________________________
23880[ 9709] By: jhi on 2001/04/15 19:34:09
23881 Log: Integrate changes #9706,9707 from maintperl into mainline.
23882
23883 change#7210 broke .packlist generation
23884
23885 ExtUtils::Installed doesn't quote regex metacharacters in paths
23886 before using them in match; also make it work for dosish platforms
23887 Branch: perl
23888 !> lib/ExtUtils/Install.pm lib/ExtUtils/Installed.pm
23889____________________________________________________________________________
23890[ 9708] By: jhi on 2001/04/15 19:31:01
23891 Log: Test also the scalar aspect of getitimer().
23892 Branch: perl
23893 ! t/lib/time-hires.t
23894____________________________________________________________________________
23895[ 9707] By: gsar on 2001/04/15 17:24:20
23896 Log: ExtUtils::Installed doesn't quote regex metacharacters in paths
23897 before using them in match; also make it work for dosish platforms
23898 Branch: maint-5.6/perl
23899 ! lib/ExtUtils/Installed.pm
23900____________________________________________________________________________
23901[ 9706] By: gsar on 2001/04/15 17:21:59
23902 Log: change#7210 broke .packlist generation (listed only filename
23903 rather than fully qualified path name)
23904 Branch: maint-5.6/perl
23905 ! lib/ExtUtils/Install.pm
23906____________________________________________________________________________
23907[ 9705] By: jhi on 2001/04/15 12:36:33
23908 Log: Add interval timer (setitimer, getitimer) support to Time::HiRes.
23909 Branch: perl
23910 ! ext/Time/HiRes/HiRes.pm ext/Time/HiRes/HiRes.xs
23911 ! t/lib/time-hires.t
23912____________________________________________________________________________
23913[ 9704] By: jhi on 2001/04/15 10:49:08
23914 Log: Subject: [PATCH: perl@9622]update perlebcdic.pod with UTF tbl; tweak utf8.pm
23915 From: Prymmer/Kahn <pvhp@best.com>
23916 Date: Sat, 14 Apr 2001 21:36:24 -0700 (PDT)
23917 Message-ID: <Pine.BSF.4.21.0104142127580.27582-100000@shell8.ba.best.com>
23918 Branch: perl
23919 ! lib/utf8.pm pod/perlebcdic.pod
23920____________________________________________________________________________
23921[ 9703] By: jhi on 2001/04/15 02:26:26
23922 Log: I keep forgetting to sort MANIFEST.
23923 Branch: perl
23924 ! MANIFEST
23925____________________________________________________________________________
23926[ 9702] By: jhi on 2001/04/15 02:07:47
23927 Log: Add Scalar-List-Utils 1.02, from Graham Barr.
23928 Now we have blessed, reftype, tainted, first, reduce, ...
23929 Branch: perl
23930 + ext/List/Util/ChangeLog ext/List/Util/Makefile.PL
23931 + ext/List/Util/README ext/List/Util/Util.xs
23932 + ext/List/Util/lib/List/Util.pm
23933 + ext/List/Util/lib/Scalar/Util.pm t/lib/u-blessed.t
23934 + t/lib/u-dualvar.t t/lib/u-first.t t/lib/u-max.t
23935 + t/lib/u-maxstr.t t/lib/u-min.t t/lib/u-minstr.t
23936 + t/lib/u-readonly.t t/lib/u-reduce.t t/lib/u-reftype.t
23937 + t/lib/u-sum.t t/lib/u-tainted.t t/lib/u-weak.t
23938 ! MANIFEST
23939____________________________________________________________________________
23940[ 9701] By: jhi on 2001/04/14 15:05:25
23941 Log: Subject: RE: dprofpp.pl updates
23942 From: Carl Eklof <CEklof@endeca.com>
23943 Date: Thu, 12 Apr 2001 18:45:46 -0400
23944 Message-ID: <D99914D9109BD411823800508BD957180E1269@exch01.ops.endeca.com>
23945 Branch: perl
23946 ! utils/dprofpp.PL
23947____________________________________________________________________________
23948[ 9700] By: jhi on 2001/04/14 14:44:55
23949 Log: Do not just blindly add CR.
23950 Branch: perl
23951 ! Porting/makerel
23952____________________________________________________________________________
23953[ 9699] By: jhi on 2001/04/13 13:17:01
23954 Log: Update Changes.
23955 Branch: perl
23956 ! Changes patchlevel.h
23957____________________________________________________________________________
16dfaf47
JH
23958[ 9698] By: jhi on 2001/04/13 12:44:48
23959 Log: Integrate perlio.
23960 Branch: perl
23961 !> ext/PerlIO/Scalar/Scalar.xs
23962____________________________________________________________________________
23963[ 9697] By: jhi on 2001/04/13 12:29:15
23964 Log: Add more debug output to the test.
23965 Branch: perl
23966 ! t/lib/cwd.t
23967____________________________________________________________________________
23968[ 9696] By: nick on 2001/04/13 10:14:29
23969 Log: Fix core dump on binmode($fh,'Scalar')
23970 Branch: perlio
23971 ! ext/PerlIO/Scalar/Scalar.xs
23972____________________________________________________________________________
23973[ 9695] By: nick on 2001/04/13 09:05:42
23974 Log: Integrate mainline
23975 Branch: perlio
23976 +> ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
23977 +> ext/Time/HiRes/HiRes.xs ext/Time/HiRes/Makefile.PL
23978 +> t/lib/time-hires.t
23979 !> AUTHORS MANIFEST Makefile.SH Todo-5.6 configure.com
23980 !> ext/Digest/MD5/MD5.xs ext/File/Glob/Glob.pm
23981 !> ext/File/Glob/Glob.xs ext/File/Glob/bsd_glob.c
23982 !> ext/File/Glob/bsd_glob.h ext/MIME/Base64/Base64.xs
23983 !> hints/uts.sh hints/vmesa.sh lib/Devel/SelfStubber.pm opcode.pl
23984 !> pod/perlfaq5.pod pp.c regexec.c t/comp/proto.t
23985 !> t/lib/md5-file.t t/op/pat.t win32/Makefile win32/makefile.mk
23986____________________________________________________________________________
23987[ 9694] By: jhi on 2001/04/12 22:23:35
23988 Log: Integrate change #9693 from maintperl into mainline.
23989
23990 $VERSION and Version() on the same line provokes a warning from
23991 CPAN.pm (from Jonathan Leffler <jleffler@informix.com>)
23992 Branch: perl
23993 !> lib/Devel/SelfStubber.pm
23994____________________________________________________________________________
23995[ 9693] By: gsar on 2001/04/12 21:55:56
23996 Log: $VERSION and Version() on the same line provokes a warning from
23997 CPAN.pm (from Jonathan Leffler <jleffler@informix.com>)
23998 Branch: maint-5.6/perl
23999 ! lib/Devel/SelfStubber.pm
24000____________________________________________________________________________
24001[ 9692] By: jhi on 2001/04/12 13:54:00
24002 Log: This is at least 5.005.
24003 Branch: perl
24004 ! ext/Time/HiRes/HiRes.xs
24005____________________________________________________________________________
24006[ 9691] By: jhi on 2001/04/12 13:37:20
24007 Log: Non-UNIX platforms extensions update. (Well, UTS is UNIX.)
24008 Branch: perl
24009 ! Makefile.SH configure.com hints/uts.sh hints/vmesa.sh
24010 ! win32/Makefile win32/makefile.mk
24011____________________________________________________________________________
24012[ 9690] By: jhi on 2001/04/12 01:34:46
24013 Log: Integrate Time::Hires 1.20 from Douglas E. Wegscheid.
24014 Branch: perl
24015 + ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
24016 + ext/Time/HiRes/HiRes.xs ext/Time/HiRes/Makefile.PL
24017 + t/lib/time-hires.t
24018 ! MANIFEST
24019____________________________________________________________________________
24020[ 9689] By: jhi on 2001/04/12 00:28:39
24021 Log: Subject: [PATCH] Digest::MD5 on UTF8 strings
24022 From: Gisle Aas <gisle@ActiveState.com>
24023 Date: 11 Apr 2001 16:36:11 -0700
24024 Message-ID: <lrlmp7102c.fsf@caliper.ActiveState.com>
24025 Branch: perl
24026 ! ext/Digest/MD5/MD5.xs t/lib/md5-file.t
24027____________________________________________________________________________
24028[ 9688] By: jhi on 2001/04/12 00:27:39
24029 Log: Subject: Re: [PATCH] [ID 20010410.001] Not OK: perl v5.7.1 on i386-freebsd 4.3-rc (UNINSTALLED)
24030 From: Gisle Aas <gisle@ActiveState.com>
24031 Date: 11 Apr 2001 11:13:24 -0700
24032 Message-ID: <lrbsq371a3.fsf@caliper.ActiveState.com>
24033 Branch: perl
24034 ! ext/MIME/Base64/Base64.xs
24035____________________________________________________________________________
24036[ 9687] By: jhi on 2001/04/11 19:51:47
24037 Log: Slight update on the Todo list. (Should integrate to Todo?)
24038 Branch: perl
24039 ! Todo-5.6
24040____________________________________________________________________________
24041[ 9686] By: jhi on 2001/04/11 16:54:25
24042 Log: Subject: [PATCH opcode.pl] Documentation of table format
24043 From: Simon Cozens <simon@netthink.co.uk>
24044 Date: Wed, 11 Apr 2001 12:59:31 +0100
24045 Message-ID: <20010411125931.A25681@netthink.co.uk>
24046 Branch: perl
24047 ! opcode.pl
24048____________________________________________________________________________
24049[ 9685] By: jhi on 2001/04/11 16:53:15
24050 Log: Subject: [PATCH] prototype("CORE::recv")
24051 From: Simon Cozens <simon@netthink.co.uk>
24052 Date: Wed, 11 Apr 2001 13:24:35 +0100
24053 Message-ID: <20010411132435.A26169@netthink.co.uk>
24054 Branch: perl
24055 ! pp.c t/comp/proto.t
24056____________________________________________________________________________
24057[ 9684] By: jhi on 2001/04/11 16:47:13
24058 Log: FAQ (and AUTHORS) update from Dan Carson: the information
24059 was several years obsolete, Term::Readkey has been updated
24060 to have the functionality.
24061 Branch: perl
24062 ! AUTHORS pod/perlfaq5.pod
24063____________________________________________________________________________
24064[ 9683] By: jhi on 2001/04/11 12:15:46
24065 Log: Subject: Re: [PATCH] [ID 20010410.001] Not OK: perl v5.7.1 on i386-freebsd 4.3-rc (UNINSTALLED)
24066 From: Calle Dybedahl <calle@lysator.liu.se>
24067 Date: 10 Apr 2001 16:44:16 +0200
24068 Message-ID: <86d7akbyrj.fsf@tezcatlipoca.algonet.se>
24069 Branch: perl
24070 ! ext/MIME/Base64/Base64.xs
24071____________________________________________________________________________
24072[ 9682] By: jhi on 2001/04/11 12:12:26
24073 Log: A more minimal fix for 20010410.006 from Hugo.
24074 Branch: perl
24075 ! regexec.c
24076____________________________________________________________________________
24077[ 9681] By: jhi on 2001/04/11 11:34:23
24078 Log: Integrate changes #9678,9679 from maintline into mainperl.
24079
24080 addendum to change#9676
24081
24082 up $File::Glob::VERSION; add a note pointing out the version of
24083 the OpenBSD glob bsd_glob.c resembles
24084 Branch: perl
24085 !> ext/File/Glob/Glob.pm ext/File/Glob/bsd_glob.c
24086 !> ext/File/Glob/bsd_glob.h
24087____________________________________________________________________________
24088[ 9680] By: jhi on 2001/04/11 11:30:38
24089 Log: Bad test numbering in integrate in #9677.
24090 Fixes ID 20010411.001.
24091 Branch: perl
24092 ! t/op/pat.t
24093____________________________________________________________________________
24094[ 9679] By: gsar on 2001/04/11 03:38:40
24095 Log: up $File::Glob::VERSION; add a note pointing out the version of
24096 the OpenBSD glob bsd_glob.c resembles
24097 Branch: maint-5.6/perl
24098 ! ext/File/Glob/Glob.pm ext/File/Glob/bsd_glob.c
24099 ! ext/File/Glob/bsd_glob.h
24100____________________________________________________________________________
24101[ 9678] By: gsar on 2001/04/11 03:09:48
24102 Log: addendum to change#9676: some missing changes from OpenBSD glob.c
24103 revision 1.8.10.1 found here:
24104
24105 http://www.openbsd.org/cgi-bin/cvsweb/src/lib/libc/gen/glob.c
24106 Branch: maint-5.6/perl
24107 ! ext/File/Glob/bsd_glob.c
24108____________________________________________________________________________
24109[ 9677] By: jhi on 2001/04/11 02:54:39
24110 Log: Integrate changes #9675,9676 from maintperl into mainline.
24111
24112 fix for bug 20010410.006, undo change#7115
24113
24114 port the OpenBSD glob() security patch
24115 Branch: perl
24116 !> ext/File/Glob/Glob.pm ext/File/Glob/Glob.xs
24117 !> ext/File/Glob/bsd_glob.c ext/File/Glob/bsd_glob.h regexec.c
24118 !> t/op/pat.t
24119____________________________________________________________________________
24120[ 9676] By: gsar on 2001/04/11 02:19:02
24121 Log: port the glob() security patch found at:
24122
24123 ftp://ftp.openbsd.org/pub/OpenBSD/patches/2.8/common/025_glob.patch
24124
24125 CERT advisory for the issue is here:
24126
24127 http://www.cert.org/advisories/CA-2001-07.html
24128
24129 Note that the security scare is only relevant for those who are
24130 foolish enough to build suidperl (which is now officially discouraged)
24131 Branch: maint-5.6/perl
24132 ! ext/File/Glob/Glob.pm ext/File/Glob/Glob.xs
24133 ! ext/File/Glob/bsd_glob.c ext/File/Glob/bsd_glob.h
24134____________________________________________________________________________
24135[ 9675] By: gsar on 2001/04/10 23:52:11
24136 Log: fix for bug 20010410.006
24137
24138 undo change#7115 (came into maint-5.6 as change#8156)
24139
24140 add tests to keep it from coming back
24141 Branch: maint-5.6/perl
24142 ! regexec.c t/op/pat.t
24143____________________________________________________________________________
24144[ 9674] By: nick on 2001/04/10 20:39:31
24145 Log: Integrate mainline
24146 Branch: perlio
24147 +> Porting/testall.atom
24148 !> MANIFEST t/lib/lc-all.t t/lib/lc-constants.t
24149 !> t/lib/lc-country.t t/lib/lc-currency.t t/lib/lc-language.t
24150 !> t/lib/lc-uk.t t/pod/find.t
24151____________________________________________________________________________
24152[ 9673] By: nick on 2001/04/10 18:46:14
24153 Log: Integrate against change 9670 aka perl-5.7.1
24154 Branch: perlio
24155 +> jpl/ChangeLog jpl/README.JUST-JNI jpl/docs/Tutorial.pod
24156 !> (integrate 53 files)
24157____________________________________________________________________________
24158[ 9672] By: jhi on 2001/04/10 13:45:01
24159 Log: Add a script for doing cumulative profile of the test suite.
24160 (Requires ATOM, that is, Tru64.)
24161 Branch: perl
24162 + Porting/testall.atom
24163 ! MANIFEST
24164____________________________________________________________________________
24165[ 9671] By: jhi on 2001/04/10 12:38:53
24166 Log: Missing std block.
24167 Branch: perl
24168 ! t/lib/lc-all.t t/lib/lc-constants.t t/lib/lc-country.t
24169 ! t/lib/lc-currency.t t/lib/lc-language.t t/lib/lc-uk.t
24170 ! t/pod/find.t
24171____________________________________________________________________________
24172[ 9670] By: jhi on 2001/04/10 01:25:58
24173 Log: This is 5.7.1.
24174 Branch: perl
24175 ! patchlevel.h
24176____________________________________________________________________________
24177[ 9669] By: jhi on 2001/04/10 01:09:14
24178 Log: Update Changes.
24179 Branch: perl
24180 ! Changes patchlevel.h
24181____________________________________________________________________________
8aa96316
JH
24182[ 9668] By: jhi on 2001/04/10 01:00:38
24183 Log: Regen toc.
24184 Branch: perl
24185 ! pod/perltoc.pod
24186____________________________________________________________________________
24187[ 9667] By: jhi on 2001/04/10 00:52:16
24188 Log: Update perlhist.
24189 Branch: perl
24190 ! pod/perlhist.pod
24191____________________________________________________________________________
24192[ 9666] By: jhi on 2001/04/09 23:38:59
24193 Log: Slight wording tweaks from Damian to #9658.
24194 Branch: perl
24195 ! pod/perlobj.pod
24196____________________________________________________________________________
24197[ 9665] By: jhi on 2001/04/09 19:56:06
24198 Log: Subject: [PATCH perlutil.pod] Nit
24199 From: Simon Cozens <simon@netthink.co.uk>
24200 Date: Mon, 9 Apr 2001 20:29:44 +0100
24201 Message-ID: <20010409202944.A14796@the.earth.li>
24202 Branch: perl
24203 ! pod/perlutil.pod
24204____________________________________________________________________________
24205[ 9664] By: jhi on 2001/04/09 19:54:42
24206 Log: Subject: Re: perl571delta.pod@9631
24207 From: Mike Guy <mjtg@cam.ac.uk>
24208 Date: Mon, 09 Apr 2001 18:09:14 +0100
24209 Message-Id: <E14mfAA-0006vi-00@libra.cus.cam.ac.uk>
24210 Branch: perl
24211 ! pod/perl571delta.pod
24212____________________________________________________________________________
24213[ 9663] By: jhi on 2001/04/09 13:43:35
24214 Log: Update Changes.
24215 Branch: perl
24216 ! Changes patchlevel.h
24217____________________________________________________________________________
d422c228
JH
24218[ 9662] By: jhi on 2001/04/09 13:24:46
24219 Log: tweak tweak.
24220 Branch: perl
24221 ! AUTHORS pod/perl571delta.pod
24222____________________________________________________________________________
24223[ 9661] By: jhi on 2001/04/09 13:15:13
24224 Log: Thinko in manual patch applying.
24225 Branch: perl
24226 ! sv.c
24227____________________________________________________________________________
24228[ 9660] By: jhi on 2001/04/09 13:07:53
24229 Log: Subject: Re: [PATCH perl@9424] isn't numeric warning
24230 From: Robin Barker <rmb1@cise.npl.co.uk>
24231 Date: Mon, 9 Apr 2001 14:58:04 +0100 (BST)
24232 Message-Id: <200104091358.OAA24811@tempest.npl.co.uk>
24233
24234 (This corrects the case where the "isn't numeric" string contains \0s
24235 and is longer than the temporary buffer, and contains \0 at the point
24236 the string would be truncated by "...".)
24237 Branch: perl
24238 ! sv.c
24239____________________________________________________________________________
24240[ 9659] By: jhi on 2001/04/09 12:57:41
24241 Log: Upgrade to CGI.pm 2.753, from Lincoln Stein.
24242 Branch: perl
24243 ! lib/CGI.pm lib/CGI/Cookie.pm t/lib/cgi-esc.t
24244 ! t/lib/cgi-function.t t/lib/cgi-html.t
24245____________________________________________________________________________
24246[ 9658] By: jhi on 2001/04/09 12:48:47
24247 Log: Subject: [PATCH] Partial rewrite of perlobj.pod
24248 From: Ilmari Karonen <iltzu@sci.fi>
24249 Date: Sun, 8 Apr 2001 23:14:29 +0300 (EET DST)
24250 Message-ID: <Pine.SOL.3.96.1010408224105.425E-100000@simpukka>
24251
24252 Rearrange and rewrite the Method Invocation section
24253 to explain the concepts in nicer order.
24254 Branch: perl
24255 ! pod/perlobj.pod
24256____________________________________________________________________________
24257[ 9657] By: jhi on 2001/04/09 12:35:58
24258 Log: Upgrade to podlators 1.09, from Russ Allbery.
24259 Branch: perl
24260 ! lib/Pod/Man.pm lib/Pod/Text.pm
24261____________________________________________________________________________
24262[ 9656] By: jhi on 2001/04/09 12:31:53
24263 Log: perl571delta.
24264 Branch: perl
24265 ! Todo-5.6 pod/perl571delta.pod pod/perlunicode.pod
24266____________________________________________________________________________
24267[ 9655] By: jhi on 2001/04/09 12:20:09
24268 Log: Subject: [PATCH: perl@9622] documentation tweaks for UTF-EBCDIC support
24269 From: Prymmer/Kahn <pvhp@best.com>
24270 Date: Mon, 9 Apr 2001 00:08:58 -0700 (PDT)
24271 Message-ID: <Pine.BSF.4.21.0104090006190.21071-100000@shell8.ba.best.com>
24272 Branch: perl
24273 ! lib/utf8.pm pod/perlunicode.pod
24274____________________________________________________________________________
24275[ 9654] By: gsar on 2001/04/09 03:38:33
24276 Log: here lies 5.6.1
24277 Branch: maint-5.6/perl
24278 ! Changes
24279____________________________________________________________________________
24280[ 9653] By: jhi on 2001/04/09 03:25:24
24281 Log: Update perlhist.
24282 Branch: perl
24283 ! pod/perlhist.pod
24284____________________________________________________________________________
24285[ 9652] By: jhi on 2001/04/09 03:18:49
24286 Log: perl571delta tweaking continues.
24287 Branch: perl
24288 ! pod/perl571delta.pod
24289____________________________________________________________________________
24290[ 9651] By: gsar on 2001/04/09 03:11:19
24291 Log: update Changes, patchlevel.h &c.
24292 Branch: maint-5.6/perl
24293 ! Changes patchlevel.h pod/perldelta.pod pod/perlhist.pod
24294 ! pod/perltoc.pod
24295____________________________________________________________________________
24296[ 9650] By: jhi on 2001/04/09 02:40:24
24297 Log: Integrate the perlfork half of #9513 from maintperl into mainline
24298 (the perlunicode half is obsolete)
24299 Branch: perl
24300 ! pod/perlfork.pod
24301____________________________________________________________________________
24302[ 9649] By: gsar on 2001/04/09 02:35:43
24303 Log: tweak perldelta as suggested by Jarkko
24304 Branch: maint-5.6/perl
24305 ! pod/perldelta.pod
24306____________________________________________________________________________
24307[ 9648] By: jhi on 2001/04/09 02:13:04
24308 Log: Integrate change #9646 from maintperl into mainline.
24309
24310 add note about ithreads and Thread.pm
24311 Branch: perl
24312 !> ext/Thread/Thread.pm ext/Thread/Thread.xs
24313____________________________________________________________________________
24314[ 9647] By: jhi on 2001/04/09 02:10:18
24315 Log: Bad assumption that shortsize == 2.
24316 Branch: perl
24317 ! t/lib/xs-typemap.t
24318____________________________________________________________________________
24319[ 9646] By: gsar on 2001/04/09 00:48:04
24320 Log: add note about ithreads and Thread.pm (too many people are
24321 confused by the fact that Thread.pm is built and installed
24322 under non-5005threads but doesn't work)
24323 Branch: maint-5.6/perl
24324 ! ext/Thread/Thread.pm ext/Thread/Thread.xs
24325____________________________________________________________________________
24326[ 9645] By: gsar on 2001/04/09 00:19:03
24327 Log: update perldelta.pod for changes in 5.6.1
24328 Branch: maint-5.6/perl
24329 ! Changes pod/perldelta.pod
24330____________________________________________________________________________
24331[ 9644] By: jhi on 2001/04/08 20:37:00
24332 Log: Integrate change #9639 from maintperl into mainline:
24333 on windows, many of the README.* pods were being copied to
24334 the wrong location
24335 Branch: perl
24336 !> win32/Makefile win32/makefile.mk
24337____________________________________________________________________________
24338[ 9643] By: jhi on 2001/04/08 20:07:11
24339 Log: Integrate change #9624 from maintperl into mainline:
24340 the pod tests were not okay. (t/pod/find.t changes ignored)
24341 Branch: perl
24342 !> lib/Pod/Find.pm t/pod/emptycmd.t t/pod/for.t t/pod/headings.t
24343 !> t/pod/include.t t/pod/included.t t/pod/lref.t
24344 !> t/pod/multiline_items.t t/pod/nested_items.t
24345 !> t/pod/nested_seqs.t t/pod/oneline_cmds.t t/pod/pod2usage.t
24346 !> t/pod/poderrs.t t/pod/podselect.t t/pod/special_seqs.t
24347____________________________________________________________________________
24348[ 9642] By: jhi on 2001/04/08 19:57:17
24349 Log: Integrate change #9638 from maintperl into mainline:
24350 update to latest JPL from the anoncvs repository
24351 Branch: perl
24352 +> jpl/ChangeLog jpl/README.JUST-JNI jpl/docs/Tutorial.pod
24353 !> MANIFEST jpl/JNI/JNI.pm jpl/JNI/JNI.xs jpl/JNI/Makefile.PL
24354 !> jpl/PerlInterpreter/PerlInterpreter.h jpl/README
24355____________________________________________________________________________
24356[ 9641] By: jhi on 2001/04/08 19:53:30
24357 Log: perl571delta updates.
24358 Branch: perl
24359 ! lib/Filter/Simple.pm pod/perl571delta.pod
24360____________________________________________________________________________
24361[ 9640] By: gsar on 2001/04/08 19:20:46
24362 Log: integrate change#9634 from mainline
24363
24364 Fix the perlmodlib generation (didn't understand separate .pod
24365 files; didn't understand -- as the name-thing separator).
24366 Update the CPAN mirrors list.
24367 Branch: maint-5.6/perl
24368 ! pod/perlmodlib.pod
24369 !> pod/perlmodlib.PL
24370____________________________________________________________________________
24371[ 9639] By: gsar on 2001/04/08 18:57:31
24372 Log: on windows, many of the README.* pods were being copied to the wrong
24373 location
24374 Branch: maint-5.6/perl
24375 ! win32/Makefile win32/makefile.mk
24376____________________________________________________________________________
24377[ 9638] By: gsar on 2001/04/08 18:38:25
24378 Log: update to latest JPL from the anoncvs repository
24379 Branch: maint-5.6/perl
24380 + jpl/ChangeLog jpl/README.JUST-JNI jpl/docs/Tutorial.pod
24381 ! MANIFEST jpl/JNI/JNI.pm jpl/JNI/JNI.xs jpl/JNI/Makefile.PL
24382 ! jpl/PerlInterpreter/PerlInterpreter.h jpl/README
24383____________________________________________________________________________
24384[ 9637] By: jhi on 2001/04/08 17:53:53
24385 Log: Britishify spellings; s/\b(front|back) (end)\b/\1\2/g;
24386 Branch: perl
24387 ! pod/perl571delta.pod
24388____________________________________________________________________________
24389[ 9636] By: jhi on 2001/04/08 17:18:32
24390 Log: Regen toc.
24391 Branch: perl
24392 ! pod/perltoc.pod
24393____________________________________________________________________________
24394[ 9635] By: jhi on 2001/04/08 17:16:33
24395 Log: Subject: [PATCH perl@9622] fix IO.xs compile failure on VMS
24396 From: "Craig A. Berry" <craigberry@mac.com>
24397 Date: Sun, 08 Apr 2001 12:30:16 -0500
24398 Message-Id: <5.0.2.1.0.20010408120154.02675eb8@exchi01>
24399 Branch: perl
24400 ! ext/IO/IO.xs lib/ExtUtils/xsubpp
24401____________________________________________________________________________
24402[ 9634] By: jhi on 2001/04/08 17:09:19
24403 Log: Fix the perlmodlib generation (didn't understand separate .pod
24404 files; didn't understand -- as the name-thing separator).
24405
24406 Update the CPAN mirrors list.
24407 Branch: perl
24408 ! pod/perlmodlib.PL pod/perlmodlib.pod
24409____________________________________________________________________________
24410[ 9633] By: jhi on 2001/04/08 16:49:17
24411 Log: Sort MANIFEST.
24412 Branch: perl
24413 ! MANIFEST
24414____________________________________________________________________________
24415[ 9632] By: gsar on 2001/04/08 16:36:06
24416 Log: add $Tie::RefHash::VERSION
24417 Branch: maint-5.6/perl
24418 ! lib/Tie/RefHash.pm
24419____________________________________________________________________________
24420[ 9631] By: jhi on 2001/04/08 16:10:15
24421 Log: perl571delta updates based on p5p feedback; still needs
24422 lots of examples.
24423 Branch: perl
24424 ! pod/perl571delta.pod
24425____________________________________________________________________________
24426[ 9630] By: jhi on 2001/04/08 15:59:13
24427 Log: Update the list of supported platforms to talk about 5.7.1
24428 (and 5.6.1)
24429 Branch: perl
24430 ! pod/perlport.pod
24431____________________________________________________________________________
24432[ 9629] By: jhi on 2001/04/08 15:55:41
24433 Log: Integrate changes #8677,8680,8681,8725,8732,8776,8782,9290
24434 from maintperl into mainline: perlport updates.
24435 Branch: perl
24436 ! pod/perlport.pod
24437____________________________________________________________________________
24438[ 9628] By: jhi on 2001/04/08 15:53:17
24439 Log: perlsolaris.pod copied to wrong directory.
24440 Branch: perl
24441 ! win32/makefile.mk
24442____________________________________________________________________________
24443[ 9627] By: jhi on 2001/04/08 14:48:18
24444 Log: Subject: Typos in perl571delta.pod
24445 From: "Stephen P. Potter" <spp@spotter.yi.org>
24446 Date: Sat, 07 Apr 2001 20:37:05 -0400
24447 Message-Id: <20010408003710.2A8FC729DD@belgarath.spotter.yi.org>
24448 Branch: perl
24449 ! pod/perl571delta.pod
24450____________________________________________________________________________
24451[ 9626] By: jhi on 2001/04/08 14:39:04
24452 Log: Smoke out dTHR, spotted by by Stephen P. Potter.
24453 Branch: perl
24454 ! gv.c
24455____________________________________________________________________________
24456[ 9625] By: nick on 2001/04/08 10:14:23
24457 Log: Integrate mainline
24458 Branch: perlio
24459 +> pod/perl570delta.pod pod/perl571delta.pod
24460 !> (integrate 27 files)
24461____________________________________________________________________________
24462[ 9624] By: gsar on 2001/04/08 06:08:17
24463 Log: test in t/pod/* were busted
24464
24465 these tests are still not enabled in t/{harness,TEST}
24466 Branch: maint-5.6/perl
24467 ! lib/Pod/Find.pm t/pod/emptycmd.t t/pod/find.t t/pod/for.t
24468 ! t/pod/headings.t t/pod/include.t t/pod/included.t t/pod/lref.t
24469 ! t/pod/multiline_items.t t/pod/nested_items.t
24470 ! t/pod/nested_seqs.t t/pod/oneline_cmds.t t/pod/pod2usage.t
24471 ! t/pod/poderrs.t t/pod/podselect.t t/pod/special_seqs.t
24472____________________________________________________________________________
24473[ 9623] By: gsar on 2001/04/08 03:37:01
24474 Log: integrate change#9470 from mainline
24475
24476 Subject: Re: [ID 20010215.006] Bad arg length for Socket::unpack_sockaddr_un, length is 14 ...
24477 Branch: maint-5.6/perl
24478 !> ext/Socket/Socket.xs
24479____________________________________________________________________________
24480[ 9622] By: jhi on 2001/04/07 22:40:47
24481 Log: Update Changes.
24482 Branch: perl
24483 ! Changes patchlevel.h
24484____________________________________________________________________________
67991998
JH
24485[ 9621] By: jhi on 2001/04/07 22:34:16
24486 Log: Update AUTHORS.
24487 Branch: perl
24488 ! AUTHORS
24489____________________________________________________________________________
24490[ 9620] By: jhi on 2001/04/07 22:12:47
24491 Log: Forgot to bump the number of tests in #9164.
24492 Branch: perl
24493 ! t/op/array.t
24494____________________________________________________________________________
24495[ 9619] By: jhi on 2001/04/07 22:09:50
24496 Log: Bump patchlevel to 5.7.1.
24497 Branch: perl
24498 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
24499 ! config_h.SH patchlevel.h
24500____________________________________________________________________________
24501[ 9618] By: jhi on 2001/04/07 22:02:41
24502 Log: Populate perl571delta.
24503 Branch: perl
24504 ! pod/perl571delta.pod
24505____________________________________________________________________________
24506[ 9617] By: jhi on 2001/04/07 22:01:23
24507 Log: Change 5.7.0 to 5.7.1 in some of the places I would be guaranteed
24508 to forget it later; do not change patchlevel.h yet or regenerate
24509 Configure yet.
24510 Branch: perl
24511 ! epoc/config.sh win32/Makefile win32/config_H.bc
24512 ! win32/config_H.gc win32/config_H.vc win32/makefile.mk
24513____________________________________________________________________________
24514[ 9616] By: jhi on 2001/04/07 17:46:33
24515 Log: Add PerlIO and Encode information to perl571delta, fron NI-S.
24516 Branch: perl
24517 ! pod/perl571delta.pod
24518____________________________________________________________________________
24519[ 9615] By: jhi on 2001/04/07 17:33:21
24520 Log: Change the toc configuration.
24521 Branch: perl
24522 ! pod/buildtoc.PL pod/perl.pod
24523____________________________________________________________________________
24524[ 9614] By: jhi on 2001/04/07 17:29:47
24525 Log: Subject: PATCH: $[
24526 From: Robin Houston <robin@kitsite.com>
24527 Date: Fri, 6 Apr 2001 18:10:14 +0100
24528 Message-ID: <20010406181014.A18803@puffinry.freeserve.co.uk>
24529 Branch: perl
24530 ! op.c t/op/array.t
24531____________________________________________________________________________
24532[ 9613] By: jhi on 2001/04/07 17:28:26
24533 Log: Subject: [PATCH perl@9424] isn't numeric warning
24534 From: Robin Barker <rmb1@cise.npl.co.uk>
24535 Date: Fri, 6 Apr 2001 18:08:52 +0100 (BST)
24536 Message-Id: <200104061708.SAA06783@tempest.npl.co.uk>
24537 Branch: perl
24538 ! sv.c t/pragma/warn/sv
24539____________________________________________________________________________
24540[ 9612] By: jhi on 2001/04/07 17:26:45
24541 Log: Subject: [PATCH bleadperl] Re: [PATCH dump.c] hash quality
24542 From: Mike Guy <mjtg@cam.ac.uk>
24543 Date: Fri, 06 Apr 2001 12:47:06 +0100
24544 Message-Id: <E14lUhm-0000rx-00@libra.cus.cam.ac.uk>
24545 Branch: perl
24546 ! dump.c t/lib/peek.t
24547____________________________________________________________________________
24548[ 9611] By: jhi on 2001/04/07 17:21:35
24549 Log: Create perl571delta and seed it off with the perldelta changes
24550 since 5.7.0; remove those changes from perldelta and rename it
24551 as perl570delta; recreate perldelta but leave it almost empty.
24552 Branch: perl
24553 + pod/perl570delta.pod pod/perl571delta.pod
24554 ! MANIFEST pod/perldelta.pod
24555____________________________________________________________________________
24556[ 9610] By: jhi on 2001/04/07 16:56:32
24557 Log: Denit.
24558 Branch: perl
24559 ! pod/perldelta.pod
24560____________________________________________________________________________
24561[ 9609] By: jhi on 2001/04/07 16:38:32
24562 Log: Retract #9523: needs more thought.
24563 Branch: perl
24564 ! Makefile.SH
24565____________________________________________________________________________
24566[ 9608] By: jhi on 2001/04/07 14:59:20
24567 Log: atmark() code cleanaup.
24568 Branch: perl
24569 ! ext/IO/IO.xs
24570____________________________________________________________________________
24571[ 9607] By: jhi on 2001/04/07 14:48:14
24572 Log: Integrate change #9605 from maintperl into mainline.
24573
24574 can't optimize away scope entry if tr/// is present
24575 Branch: perl
24576 !> op.c t/op/tr.t
24577____________________________________________________________________________
24578[ 9606] By: jhi on 2001/04/07 14:43:59
24579 Log: Integrate perlio.
24580 Branch: perl
24581 +> win32/FindExt.pm
24582 !> MANIFEST ext/PerlIO/Via/Via.xs perlio.c t/lib/md5-file.t
24583 !> win32/buildext.pl win32/config_sh.PL win32/makefile.mk
24584____________________________________________________________________________
24585[ 9605] By: gsar on 2001/04/07 11:52:40
24586 Log: can't optimize away scope entry if tr/// is present
24587 Branch: maint-5.6/perl
24588 ! op.c t/op/tr.t
24589____________________________________________________________________________
24590[ 9604] By: nick on 2001/04/07 11:39:45
24591 Log: Split out extension finding code from buildext.pl into FindExt.pm
24592 Use it to get Config.pm's idea of available extensions in line
24593 with what is built.
24594 Branch: perlio
24595 + win32/FindExt.pm
24596 ! MANIFEST win32/buildext.pl win32/config_sh.PL
24597 ! win32/makefile.mk
24598____________________________________________________________________________
24599[ 9603] By: nick on 2001/04/07 09:11:38
24600 Log: Cleanup correction for failed :Via() layer, also set an error code.
24601 Branch: perlio
24602 ! ext/PerlIO/Via/Via.xs
24603____________________________________________________________________________
24604[ 9602] By: nick on 2001/04/07 08:38:04
24605 Log: Digests in lib/md5-file.t are for text files _without_ CRLF i.e. UNIX
24606 style. So don't use binmode() on the handles so that Win32 etc. see
24607 same sequence and produce same digests.
24608 Branch: perlio
24609 ! t/lib/md5-file.t
24610____________________________________________________________________________
24611[ 9601] By: nick on 2001/04/07 08:36:26
24612 Log: Allow PerlIOBase_pushed to ignore prefix on mode (e.g. sysopen's "#r")
24613 Else it complains and so crlf layer (say) does not get pushed.
24614 Branch: perlio
24615 ! perlio.c
24616____________________________________________________________________________
24617[ 9600] By: jhi on 2001/04/06 23:00:09
24618 Log: Integrate change #9599 from perlio into mainline.
24619 Branch: perl
24620 !> ext/Encode/Encode.pm win32/config_H.bc win32/config_H.gc
24621 !> win32/config_H.vc
24622____________________________________________________________________________
24623[ 9599] By: nick on 2001/04/06 21:42:43
24624 Log: Quote $VERSION in Encode.pm.
24625 regen_config_h as requested.
24626 Branch: perlio
24627 ! ext/Encode/Encode.pm win32/config_H.bc win32/config_H.gc
24628 ! win32/config_H.vc
24629____________________________________________________________________________
24630[ 9598] By: nick on 2001/04/06 20:34:59
24631 Log: Integrate mainline
24632 Branch: perlio
24633 +> README.macos
24634 !> (integrate 39 files)
24635____________________________________________________________________________
24636[ 9597] By: gsar on 2001/04/06 18:06:35
24637 Log: integrate change#9464 from mainline (addendum to change#8313)
24638
24639 Subject: [PATCH @9452] Better peep()ing for foreach() loops
24640 Branch: maint-5.6/perl
24641 !> op.c
24642____________________________________________________________________________
24643[ 9596] By: jhi on 2001/04/06 17:26:03
24644 Log: The d_casti32=undef is good for you even when not use64bitall.
24645 Branch: perl
24646 ! hints/hpux.sh
24647____________________________________________________________________________
24648[ 9595] By: gsar on 2001/04/06 14:57:17
24649 Log: add a low-impact fix to accomodate darwin-ism
24650 Branch: maint-5.6/perl
24651 ! ext/Errno/Errno_pm.PL
24652____________________________________________________________________________
24653[ 9594] By: jhi on 2001/04/06 14:55:14
24654 Log: Integrate changes #9528,9593 from mainline into maintperl;
24655 tweaking the editor/IDE/shell list.
24656 Branch: maint-5.6/perl
24657 !> pod/perlfaq3.pod
24658____________________________________________________________________________
24659[ 9593] By: jhi on 2001/04/06 14:51:39
24660 Log: Make the editor/IDE/shell list a little bit airier.
24661 Branch: perl
24662 ! pod/perlfaq3.pod
24663____________________________________________________________________________
24664[ 9592] By: gsar on 2001/04/06 14:45:18
24665 Log: integrate change#9477 from mainline (base.pm doc tweak)
24666
24667 missing doc entry for fmod()
24668 Branch: maint-5.6/perl
24669 ! lib/Math/BigFloat.pm
24670 !> lib/base.pm
24671____________________________________________________________________________
24672[ 9591] By: jhi on 2001/04/06 13:55:48
24673 Log: Regen toc.
24674 Branch: perl
24675 ! pod/perltoc.pod
24676____________________________________________________________________________
24677[ 9590] By: jhi on 2001/04/06 13:54:52
24678 Log: Math::BigFloat patches from John Peacock. The equivalent
24679 of #9586 from maintperl but reworked by John to work with
24680 the bleadperl.
24681 Branch: perl
24682 ! lib/Math/BigFloat.pm t/lib/bigfltpm.t
24683____________________________________________________________________________
24684[ 9589] By: jhi on 2001/04/06 13:42:23
24685 Log: Define the U32_ALIGNMENT_REQUIRED only if it's not already defined.
24686 Branch: perl
24687 ! ext/Digest/MD5/Makefile.PL
24688____________________________________________________________________________
24689[ 9588] By: jhi on 2001/04/06 13:31:45
24690 Log: Integrate changes #9584,9587 from maintperl into mainline.
24691
24692 keep eval"" CVs alive until the end of the statement in which
24693 they're called
24694
24695 add README.macos (from Chris Nandor)
24696
24697 tyop in change#9555
24698 Branch: perl
24699 +> README.macos
24700 !> MANIFEST embed.h embed.pl global.sym objXSUB.h perlapi.c
24701 !> pod/buildtoc.PL pod/perl.pod pod/perlfaq9.pod pod/perlguts.pod
24702 !> pp_ctl.c proto.h scope.c scope.h sv.c win32/Makefile
24703 !> win32/makefile.mk
24704____________________________________________________________________________
24705[ 9587] By: gsar on 2001/04/06 07:31:30
24706 Log: add README.macos (from Chris Nandor)
24707
24708 tyop in change#9555
24709 Branch: maint-5.6/perl
24710 + README.macos
24711 ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perlfaq9.pod
24712 ! win32/Makefile win32/makefile.mk
24713____________________________________________________________________________
24714[ 9586] By: gsar on 2001/04/06 07:08:54
24715 Log: fixes for Math::BigFloat bugs; add fmod() (from John Peacock)
24716 Branch: maint-5.6/perl
24717 ! lib/Math/BigFloat.pm t/lib/bigfltpm.t
24718____________________________________________________________________________
24719[ 9585] By: gsar on 2001/04/06 06:58:44
24720 Log: integrate changes#9555,9556,9563..9567,9570..9575,9577..9578
24721 from mainline
24722
24723 Subject: [PATCH] Base64 update to perlfaq9.pod
24724
24725 Subject: [PATCH AUTHORS] Housekeeping
24726
24727 Subject: Re: Not OK: perl v5.6.1 +fools-gold on darwin 1.3 (UNINSTALLED)
24728 Mac OS X (Darwin) has extra pwent fields.
24729
24730 Subject: [PATCH B::*] print control-character vars readably
24731 Needs EBCDICification.
24732
24733 Subject: [PATCH B::Deparse] lexical variables with ridiculously long names that are used in list assignments
24734
24735 Subject: [PATCH B::*] cope with SVf_IVisUV, and cope with $^^ and friends
24736
24737 Subject: [PATCH B::Deparse] "${foo}bar", "${foo}[1]" etc.
24738
24739 Subject: [PATCH B::Deparse] binmode is no longer an UNOP
24740
24741 Subject: [PATCH B::Deparse] regex quoting, and a minor milestone
24742
24743 Subject: [PATCH B::Deparse] suppress "unintialized value" warnings
24744
24745 Subject: bleadperl / hex ignores variable length and/or tr doesn't null terminate ( with patch)
24746
24747 Subject: patch for t/op/oct.t that shows need for patch supplied with bug 20010404.009, (bugs in hex and oct)
24748
24749 FreeBSD hints tweak from Anton Berezin.
24750
24751 Subject: [PATCH foolperl & bleadperl] README.vms update
24752
24753 Subject: Re: [PATCH foolperl & bleadperl] README.vms update
24754 Branch: maint-5.6/perl
24755 !> AUTHORS README.vms ext/B/B.pm ext/B/B/Concise.pm
24756 !> ext/B/B/Debug.pm ext/B/B/Deparse.pm ext/B/B/Terse.pm
24757 !> hints/freebsd.sh pod/perlfaq9.pod pp.c t/op/oct.t t/op/pwent.t
24758____________________________________________________________________________
24759[ 9584] By: gsar on 2001/04/06 04:09:00
24760 Log: keep eval"" CVs alive until the end of the statement in which
24761 they're called; this avoids a coredump ensuing from search for
24762 lexicals in code such as:
24763
24764 sub bug {
24765 my $s = @_;
24766 eval q[sub { eval 'sub { &$s }' }];
24767 }
24768 bug("x")->()->();
24769
24770 this code still doesn't work as intended (as it has remained
24771 since time immemorial), but it doesn't provoke a coredump anymore
24772 Branch: maint-5.6/perl
24773 ! embed.h embed.pl global.sym objXSUB.h perlapi.c
24774 ! pod/perlguts.pod pp_ctl.c proto.h scope.c scope.h sv.c
24775____________________________________________________________________________
24776[ 9583] By: jhi on 2001/04/05 23:52:51
24777 Log: Update Changes.
24778 Branch: perl
24779 ! Changes patchlevel.h
24780____________________________________________________________________________
d835aa99
JH
24781[ 9582] By: jhi on 2001/04/05 23:11:23
24782 Log: Slight doc tweak.
24783 Branch: perl
24784 ! pod/perlunicode.pod
24785____________________________________________________________________________
24786[ 9581] By: jhi on 2001/04/05 23:04:11
24787 Log: Integrate perlio.
24788 Branch: perl
24789 !> pod/perlunicode.pod
24790____________________________________________________________________________
24791[ 9580] By: jhi on 2001/04/05 23:03:29
24792 Log: Test for #9579.
24793 Branch: perl
24794 ! t/op/do.t
24795____________________________________________________________________________
24796[ 9579] By: jhi on 2001/04/05 22:54:17
24797 Log: Subject: [PATCH] Propagate calling context for do '...'
24798 From: Gisle Aas <gisle@ActiveState.com>
24799 Date: 04 Apr 2001 20:17:29 -0700
24800 Message-ID: <lrg0fo827q.fsf@caliper.ActiveState.com>
24801 Branch: perl
24802 ! pod/perlfunc.pod pp_ctl.c
24803____________________________________________________________________________
24804[ 9578] By: jhi on 2001/04/05 22:52:51
24805 Log: Subject: Re: [PATCH foolperl & bleadperl] README.vms update
24806 From: Peter Prymmer <pvhp@forte.com>
24807 Date: Thu, 5 Apr 2001 12:00:04 -0700 (PDT)
24808 Message-ID: <Pine.OSF.4.10.10104051156340.518291-100000@aspara.forte.com>
24809 Branch: perl
24810 ! README.vms
24811____________________________________________________________________________
24812[ 9577] By: jhi on 2001/04/05 22:48:22
24813 Log: Subject: [PATCH foolperl & bleadperl] README.vms update
24814 From: "Craig A. Berry" <craigberry@mac.com>
24815 Date: Thu, 5 Apr 2001 13:43:28 -0500
24816 Message-Id: <p04330101b6f269936918@[172.16.52.1]>
24817 Branch: perl
24818 ! README.vms
24819____________________________________________________________________________
24820[ 9576] By: jhi on 2001/04/05 22:31:38
24821 Log: Subject: [PATCH lib/base.pm t/lib/base.t] Fix subtle $VERSION mistakes with base.pm
24822 From: Michael G Schwern <schwern@pobox.com>
24823 Date: Thu, 5 Apr 2001 21:53:21 +0100
24824 Message-ID: <20010405215321.A4828@blackrider.blackstar.co.uk>
24825 Branch: perl
24826 ! lib/base.pm t/lib/fields.t
24827____________________________________________________________________________
24828[ 9575] By: jhi on 2001/04/05 22:26:10
24829 Log: FreeBSD hints tweak from Anton Berezin.
24830 Branch: perl
24831 ! hints/freebsd.sh
24832____________________________________________________________________________
24833[ 9574] By: jhi on 2001/04/05 22:24:03
24834 Log: Subject: patch for t/op/oct.t that shows need for patch supplied with bug 20010404.009, (bugs in hex and oct)
24835 From: David Dyck <dcd@tc.fluke.com>
24836 Date: Thu, 5 Apr 2001 09:40:58 -0700 (PDT)
24837 Message-ID: <Pine.LNX.4.30.0104050838330.30478-100000@dd.tc.fluke.com>
24838 Branch: perl
24839 ! t/op/oct.t
24840____________________________________________________________________________
24841[ 9573] By: jhi on 2001/04/05 22:23:06
24842 Log: Subject: bleadperl / hex ignores variable length and/or tr doesn't null terminate ( with patch)
24843 Date: Wed, 4 Apr 2001 13:27:15 -0700 (PDT)
24844 From: David Dyck <dcd@tc.fluke.com>
24845 Message-ID: <Pine.LNX.4.30.0104041325310.25358-100000@dd.tc.fluke.com>
24846 Branch: perl
24847 ! pp.c
24848____________________________________________________________________________
24849[ 9572] By: jhi on 2001/04/05 22:14:47
24850 Log: Subject: [PATCH B::Deparse] suppress "unintialized value" warnings
24851 From: Robin Houston <robin@kitsite.com>
24852 Date: Thu, 5 Apr 2001 20:56:48 +0100
24853 Message-ID: <20010405205648.A16814@puffinry.freeserve.co.uk>
24854 Branch: perl
24855 ! ext/B/B/Deparse.pm
24856____________________________________________________________________________
24857[ 9571] By: jhi on 2001/04/05 22:12:53
24858 Log: Subject: [PATCH B::Deparse] regex quoting, and a minor milestone
24859 From: Robin Houston <robin@kitsite.com>
24860 Date: Thu, 5 Apr 2001 19:55:51 +0100
24861 Message-ID: <20010405195551.A16686@puffinry.freeserve.co.uk>
24862 Branch: perl
24863 ! ext/B/B/Deparse.pm
24864____________________________________________________________________________
24865[ 9570] By: jhi on 2001/04/05 22:11:06
24866 Log: Subject: [PATCH B::Deparse] binmode is no longer an UNOP
24867 From: Robin Houston <robin@kitsite.com>
24868 Date: Thu, 5 Apr 2001 20:16:29 +0100
24869 Message-ID: <20010405201629.A16763@puffinry.freeserve.co.uk>
24870 Branch: perl
24871 ! ext/B/B/Deparse.pm
24872____________________________________________________________________________
24873[ 9569] By: nick on 2001/04/05 21:32:26
24874 Log: Change sense from "incomplete" to "implemented but needs more work" in perlunicode.pod
24875 Branch: perlio
24876 ! pod/perlunicode.pod
24877____________________________________________________________________________
24878[ 9568] By: nick on 2001/04/05 19:38:09
24879 Log: Integrate mainline
24880 Branch: perlio
24881 +> lib/Class/ISA.pm t/lib/class-isa.t t/lib/md5-align.t
24882 !> (integrate 35 files)
24883____________________________________________________________________________
24884[ 9567] By: jhi on 2001/04/05 18:31:45
24885 Log: Subject: [PATCH B::Deparse] "${foo}bar", "${foo}[1]" etc.
24886 From: Robin Houston <robin@kitsite.com>
24887 Date: Thu, 5 Apr 2001 18:03:23 +0100
24888 Message-ID: <20010405180323.A16388@puffinry.freeserve.co.uk>
24889 Branch: perl
24890 ! ext/B/B/Deparse.pm
24891____________________________________________________________________________
24892[ 9566] By: jhi on 2001/04/05 18:29:35
24893 Log: Subject: [PATCH B::*] cope with SVf_IVisUV, and cope with $^^ and friends
24894 From: Robin Houston <robin@kitsite.com>
24895 Date: Thu, 5 Apr 2001 16:45:18 +0100
24896 Message-ID: <20010405164517.B16037@puffinry.freeserve.co.uk>
24897 Branch: perl
24898 ! ext/B/B.pm ext/B/B/Deparse.pm ext/B/B/Terse.pm
24899____________________________________________________________________________
24900[ 9565] By: jhi on 2001/04/05 18:24:23
24901 Log: Subject: [PATCH B::Deparse] lexical variables with ridiculously long names that are used in list assignments
24902 From: Robin Houston <robin@kitsite.com>
24903 Date: Thu, 5 Apr 2001 14:50:09 +0100
24904 Message-ID: <20010405145009.A15916@puffinry.freeserve.co.uk>
24905 Branch: perl
24906 ! ext/B/B/Deparse.pm
24907____________________________________________________________________________
24908[ 9564] By: jhi on 2001/04/05 18:23:03
24909 Log: Subject: [PATCH B::*] print control-character vars readably
24910 From: Robin Houston <robin@kitsite.com>
24911 Date: Thu, 5 Apr 2001 14:27:38 +0100
24912 Message-ID: <20010405142738.A15855@puffinry.freeserve.co.uk>
24913
24914 Needs EBCDICification.
24915 Branch: perl
24916 ! ext/B/B.pm ext/B/B/Concise.pm ext/B/B/Debug.pm
24917 ! ext/B/B/Terse.pm
24918____________________________________________________________________________
24919[ 9563] By: jhi on 2001/04/05 18:20:32
24920 Log: Subject: Re: Not OK: perl v5.6.1 +fools-gold on darwin 1.3 (UNINSTALLED)
24921 Date: Thu, 5 Apr 2001 13:21:42 -0400
24922 From: Paul Schinder <schinder@pobox.com>
24923 Message-Id: <p05100900b6f25159e767@[10.0.1.52]>
24924
24925 Mac OS X (Darwin) has extra pwent fields.
24926 Branch: perl
24927 ! t/op/pwent.t
24928____________________________________________________________________________
24929[ 9562] By: jhi on 2001/04/05 17:57:51
24930 Log: Regen toc.
24931 Branch: perl
24932 ! pod/perltoc.pod
24933____________________________________________________________________________
24934[ 9561] By: jhi on 2001/04/05 17:47:33
24935 Log: Metaconfig units changes for #9560, plus regen Glossary.patch.
24936 Branch: metaconfig
24937 ! U/Glossary.patch
24938 Branch: metaconfig/U/perl
24939 + d_u32align.U
24940 ! d_cmsghdr_s.U d_msghdr_s.U
24941____________________________________________________________________________
24942[ 9560] By: jhi on 2001/04/05 17:47:01
24943 Log: Introduce d_u32align / U32_REQUIRES_ALIGNMENT, needed for
24944 ext/Digest/MD5/Makefile.PL and t/lib/md5-align.t.
24945 Introduce probes for struct msghdr, struct cmsghdr,
24946 sendmsg, recvmsg, readv, writev, setitimer, getitimer,
24947 ualarm, usleep, for possible later extension work.
24948 Branch: perl
24949 + t/lib/md5-align.t
24950 ! Configure MANIFEST Porting/Glossary Porting/config.sh
24951 ! Porting/config_H config_h.SH configure.com epoc/config.sh
24952 ! ext/Digest/MD5/Makefile.PL perl.h uconfig.h uconfig.sh
24953 ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
24954 ! vos/config.ga.h win32/config.bc win32/config.gc
24955 ! win32/config.vc
24956____________________________________________________________________________
24957[ 9559] By: jhi on 2001/04/05 13:03:04
24958 Log: Be traditional in your cpp (for the Errno extension).
24959 Branch: perl
24960 ! hints/darwin.sh
24961____________________________________________________________________________
24962[ 9558] By: jhi on 2001/04/05 13:00:05
24963 Log: Add $Config{cppflags} to the gcc incantation.
24964 Branch: perl
24965 ! ext/Errno/Errno_pm.PL
24966____________________________________________________________________________
24967[ 9557] By: jhi on 2001/04/05 04:22:39
24968 Log: Introduce Sean Burke's Class::ISA 0.32.
24969 Branch: perl
24970 + lib/Class/ISA.pm t/lib/class-isa.t
24971 ! MANIFEST
24972____________________________________________________________________________
24973[ 9556] By: jhi on 2001/04/05 04:09:50
24974 Log: Subject: [PATCH AUTHORS] Housekeeping
24975 From: Paul Johnson <paul@pjcj.net>
24976 Date: Wed, 4 Apr 2001 22:45:47 +0200
24977 Message-ID: <20010404224547.D9548@pjcj.net>
24978 Branch: perl
24979 ! AUTHORS
24980____________________________________________________________________________
24981[ 9555] By: jhi on 2001/04/05 04:06:33
24982 Log: Subject: [PATCH] Base64 update to perlfaq9.pod
24983 From: Gisle Aas <gisle@ActiveState.com>
24984 Date: 04 Apr 2001 14:23:04 -0700
24985 Message-ID: <lrlmpg9x6v.fsf@caliper.ActiveState.com>
24986 Branch: perl
24987 ! pod/perlfaq9.pod
24988____________________________________________________________________________
24989[ 9554] By: jhi on 2001/04/05 04:05:49
24990 Log: Downgrade also the "Wide character" diagnostic.
24991 Branch: perl
24992 ! pod/perldiag.pod
24993____________________________________________________________________________
24994[ 9553] By: jhi on 2001/04/05 04:00:33
24995 Log: Integrate changes #9544,9547,9549(perlio),9550,9551 from
24996 maintperl into mainline.
24997
24998 "double" should be "NV"; standard typemap is missing entry
24999 for NV
25000
25001 s/djSP/dSP/
25002
25003 Downgrade "Wide character in print" to a warning.
25004
25005 B::Deparse fix for ${^FOO} and documentation for PVX() method
25006 (from Robin Houston)
25007
25008 tr/// doesn't null-terminate the result in some situations
25009 (from Gisle Aas)
25010 Branch: perl
25011 !> doio.c doop.c ext/B/B.pm ext/B/B.xs ext/B/B/C.pm
25012 !> ext/B/B/Deparse.pm ext/Thread/Thread.xs lib/ExtUtils/typemap
25013 !> t/io/utf8.t t/op/tr.t
25014____________________________________________________________________________
25015[ 9552] By: jhi on 2001/04/05 03:52:50
25016 Log: Retract changes #9542 and #9538 (from maintperl, integrated
25017 at #9540), shouldn't be needed because of the perlio changes.
25018 Branch: perl
25019 ! util.c
25020____________________________________________________________________________
25021[ 9551] By: gsar on 2001/04/05 00:18:34
25022 Log: tr/// doesn't null-terminate the result in some situations
25023 (from Gisle Aas)
25024 Branch: maint-5.6/perl
25025 ! doop.c t/op/tr.t
25026____________________________________________________________________________
25027[ 9550] By: gsar on 2001/04/04 20:04:17
25028 Log: B::Deparse fix for ${^FOO} and documentation for PVX() method
25029 (from Robin Houston)
25030 Branch: maint-5.6/perl
25031 ! ext/B/B.pm ext/B/B/Deparse.pm
25032____________________________________________________________________________
25033[ 9549] By: nick on 2001/04/04 18:56:15
25034 Log: Downgrade "Wide character in print" to a warning.
25035 Branch: perlio
25036 ! doio.c t/io/utf8.t
25037____________________________________________________________________________
25038[ 9548] By: gsar on 2001/04/04 18:51:49
25039 Log: integrate changes#9460,9462,9482,9521,9522
25040
25041 Subject: PATCH: B::Debug should show LOOP-specific fields
25042
25043 Subject: B::Deparse precedence bug. (Patch included.)
25044
25045 Subject: Re: [ID 20010330.003] O=Deparse,-p does not preserve "operational semantics"
25046
25047 Subject: [PATCH B::Concise] @stash_array = split(/pat/, str);
25048
25049 Subject: [PATCH B::Concise] padname values may have bogus SvCUR
25050 Branch: maint-5.6/perl
25051 !> ext/B/B.pm ext/B/B.xs ext/B/B/Concise.pm ext/B/B/Debug.pm
25052 !> ext/B/B/Deparse.pm ext/B/B/Showlex.pm
25053____________________________________________________________________________
25054[ 9547] By: gsar on 2001/04/04 18:49:16
25055 Log: s/djSP/dSP/
25056 Branch: maint-5.6/perl
25057 ! ext/Thread/Thread.xs
25058____________________________________________________________________________
25059[ 9546] By: nick on 2001/04/04 18:44:00
25060 Log: Integrate mainline.
25061 Branch: perlio
25062 !> Makefile.SH embed.pl ext/File/Glob/Glob.pm jpl/JNI/JNI.pm op.c
25063 !> os2/OS2/Process/Process.pm perl.c pod/perlapi.pod util.c
25064____________________________________________________________________________
25065[ 9545] By: gsar on 2001/04/04 18:38:52
25066 Log: integrate change#8837 from mainline
25067
25068 Subject: [patch] -Wall cleanup round 2
25069 Branch: maint-5.6/perl
25070 !> ext/B/B.xs ext/Data/Dumper/Dumper.xs ext/Devel/DProf/DProf.xs
25071 !> ext/Devel/Peek/Peek.xs ext/Fcntl/Fcntl.xs
25072 !> ext/File/Glob/Glob.xs ext/GDBM_File/GDBM_File.xs ext/IO/IO.xs
25073 !> ext/IPC/SysV/SysV.xs ext/Opcode/Opcode.xs ext/POSIX/POSIX.xs
25074 !> ext/SDBM_File/SDBM_File.xs
25075____________________________________________________________________________
25076[ 9544] By: gsar on 2001/04/04 17:49:57
25077 Log: "double" should be "NV"; standard typemap is missing entry
25078 for NV
25079 Branch: maint-5.6/perl
25080 ! ext/B/B.xs ext/B/B/C.pm lib/ExtUtils/typemap
25081____________________________________________________________________________
25082[ 9543] By: jhi on 2001/04/04 14:13:18
25083 Log: Thou shalt not (just) match for English error messages.
25084 Branch: perl
25085 ! ext/File/Glob/Glob.pm jpl/JNI/JNI.pm
25086 ! os2/OS2/Process/Process.pm
25087____________________________________________________________________________
25088[ 9542] By: jhi on 2001/04/04 13:20:39
25089 Log: Make the stdio tricks of fflush_all() to exist only if
25090 stdio is being used.
25091 Branch: perl
25092 ! util.c
25093____________________________________________________________________________
25094[ 9541] By: jhi on 2001/04/04 04:20:24
25095 Log: Subject: Re: [PATCH] Lighten up glob
25096 From: Benjamin Sugars <bsugars@canoe.ca>
25097 Date: Tue, 3 Apr 2001 17:03:48 -0400 (EDT)
25098 Message-ID: <Pine.LNX.4.21.0104031700340.2143-100000@marmot.rim.canoe.ca>
25099 Branch: perl
25100 ! embed.pl ext/File/Glob/Glob.pm op.c perl.c pod/perlapi.pod
25101 ! util.c
25102____________________________________________________________________________
25103[ 9540] By: jhi on 2001/04/04 04:03:57
25104 Log: Integrate changes #9538,9539 from maintperl into mainline.
25105
25106 fflush() is a macro on SunOS 4.1.x, so provide a wrapper
25107 for use with _fwalk() (fix for change#7705)
25108
25109 another tweak needed for SunOS 4.1.x build (from Mike Guy)
25110 (cp -f is not portable)
25111 Branch: perl
25112 !> Makefile.SH util.c
25113____________________________________________________________________________
25114[ 9539] By: gsar on 2001/04/04 03:01:14
25115 Log: another tweak needed for SunOS 4.1.x build (from Mike Guy)
25116 Branch: maint-5.6/perl
25117 ! Makefile.SH
25118____________________________________________________________________________
25119[ 9538] By: gsar on 2001/04/04 01:00:38
25120 Log: fflush() is a macro on SunOS 4.1.x, so provide a wrapper
25121 for use with _fwalk() (fix for change#7705)
25122 Branch: maint-5.6/perl
25123 ! util.c
25124____________________________________________________________________________
25125[ 9537] By: nick on 2001/04/03 19:24:55
25126 Log: Integrate mainline
25127 Branch: perlio
25128 +> ext/Cwd/Cwd.xs ext/Cwd/Makefile.PL lib/unicode/NamesList.txt
25129 +> lib/unicode/PropList.html
25130 - lib/unicode/Names.txt lib/unicode/README.Ethiopic
25131 !> (integrate 69 files)
25132____________________________________________________________________________
25133[ 9536] By: jhi on 2001/04/03 18:02:31
25134 Log: Integrate change #9533 from maintperl into mainline.
25135
25136 better fix for change#9517 to accomodate UNC paths like
25137 \\server\share\foo, and paths with trailing backslash
25138 like c:\this\
25139 Branch: perl
25140 !> utils/perldoc.PL x2p/find2perl.PL x2p/s2p.PL
25141____________________________________________________________________________
25142[ 9535] By: jhi on 2001/04/03 17:58:07
25143 Log: Change the push/unshift warning to be of class syntax, not misc.
25144 Branch: perl
25145 ! op.c pod/perldiag.pod t/pragma/warn/op
25146____________________________________________________________________________
25147[ 9534] By: jhi on 2001/04/03 15:03:46
25148 Log: Change the push/unshift warning (#9532) to talk about "no values"
25149 instead of "no arguments".
25150 Branch: perl
25151 ! op.c pod/perldiag.pod t/pragma/warn/op
25152____________________________________________________________________________
25153[ 9533] By: gsar on 2001/04/03 14:30:07
25154 Log: better fix for change#9517 to accomodate UNC paths like
25155 \\server\share\foo, and paths with trailing backslash
25156 like c:\this\
25157 Branch: maint-5.6/perl
25158 ! utils/perldoc.PL x2p/find2perl.PL x2p/s2p.PL
25159____________________________________________________________________________
25160[ 9532] By: jhi on 2001/04/03 13:11:46
25161 Log: Subject: Re: [ID 20010331.003] new misc warning for push(@x), unshift(@x)
25162 From: Robin Houston <robin@kitsite.com>
25163 Date: Mon, 2 Apr 2001 15:03:29 +0100
25164 Message-ID: <20010402150329.A6636@puffinry.freeserve.co.uk>
25165 Branch: perl
25166 ! op.c pod/perldiag.pod t/lib/db-recno.t t/pragma/warn/op
25167____________________________________________________________________________
25168[ 9531] By: jhi on 2001/04/03 13:06:34
25169 Log: Integrate change #9530 from maintperl into mainline.
25170
25171 accomodate VMS "mailbox overflow" quirk in testsuite (from
25172 Craig Berry)
25173 Branch: perl
25174 !> t/lib/socket.t
25175____________________________________________________________________________
25176[ 9530] By: gsar on 2001/04/03 04:56:41
25177 Log: accomodate VMS "mailbox overflow" quirk in testsuite (from
25178 Craig Berry)
25179 Branch: maint-5.6/perl
25180 ! t/lib/socket.t
25181____________________________________________________________________________
25182[ 9529] By: jhi on 2001/04/03 02:34:34
25183 Log: Update Changes.
25184 Branch: perl
25185 ! Changes patchlevel.h
25186____________________________________________________________________________
d57eded6
JH
25187[ 9528] By: jhi on 2001/04/03 01:27:57
25188 Log: Subject: [PATCH: 9508] perlfaq3: extend the silly long list even further
25189 Date: Mon, 2 Apr 2001 18:24:53 -0700 (PDT)
25190 To: perl5-porters@perl.org
25191 Message-ID: <Pine.OSF.4.10.10104021823330.279908-100000@aspara.forte.com>
25192 Branch: perl
25193 ! pod/perlfaq3.pod
25194____________________________________________________________________________
25195[ 9527] By: jhi on 2001/04/03 01:22:09
25196 Log: Subject: [PATCH: 9508] build && test XS::Typemap on VMS, glob-basic insensitivity training
25197 From: Peter Prymmer <pvhp@forte.com>
25198 Date: Mon, 2 Apr 2001 17:40:27 -0700 (PDT)
25199 Message-ID: <Pine.OSF.4.10.10104021727250.278825-100000@aspara.forte.com>
25200 Branch: perl
25201 ! configure.com t/lib/glob-basic.t t/lib/xs-typemap.t
25202____________________________________________________________________________
25203[ 9526] By: jhi on 2001/04/03 01:18:25
25204 Log: The metaconfig unit changes for #9525.
25205 Branch: metaconfig
25206 ! U/a_dvisory/quadtype.U U/modified/mallocsrc.U
25207 Branch: metaconfig/U/perl
25208 ! use64bits.U
25209____________________________________________________________________________
25210[ 9525] By: jhi on 2001/04/03 01:17:30
25211 Log: Configure sanity checks:
25212 * if use64bitall is attempted but pointers are only 32-bit,
25213 'downgrade' to use64bitint
25214 * if use64bitint is attempted but there's no quad type,
25215 forget about use64bitint (well, the default for it is 'n',
25216 the user can still override this)
25217 * if pointers are 64 bits, do not try to use Perl's malloc
25218 Branch: perl
25219 ! Configure
25220____________________________________________________________________________
25221[ 9524] By: gsar on 2001/04/03 01:09:12
25222 Log: EPOC fix for lib/io_udp.t failure (from Olaf Flebbe)
25223 Branch: maint-5.6/perl
25224 ! pp_sys.c
25225____________________________________________________________________________
25226[ 9523] By: jhi on 2001/04/03 00:02:31
67991998
JH
25227 Log: (Retracted by #9609)
25228
25229 Make it harder for parallel makes to enter 'test' before
d57eded6
JH
25230 Dynaloader and File::Glob are happy. (In principle 'make_ext'
25231 should be unhappy enough, but sometimes parallel makes seem
25232 to sneak past both in Tru64 and AIX.)
25233 Branch: perl
25234 ! Makefile.SH
25235____________________________________________________________________________
25236[ 9522] By: jhi on 2001/04/02 22:35:31
25237 Log: Subject: [PATCH B::Concise] padname values may have bogus SvCUR
25238 Date: Mon, 2 Apr 2001 22:54:10 +0100
25239 From: Robin Houston <robin@kitsite.com>
25240 Message-ID: <20010402225410.A8273@puffinry.freeserve.co.uk>
25241 Branch: perl
25242 ! ext/B/B.pm ext/B/B.xs ext/B/B/Concise.pm ext/B/B/Showlex.pm
25243____________________________________________________________________________
25244[ 9521] By: jhi on 2001/04/02 22:32:23
25245 Log: Subject: [PATCH B::Concise] @stash_array = split(/pat/, str);
25246 From: Robin Houston <robin@kitsite.com>
25247 Date: Mon, 2 Apr 2001 20:24:03 +0100
25248 Message-ID: <20010402202402.A8005@puffinry.freeserve.co.uk>
25249 Branch: perl
25250 ! ext/B/B/Concise.pm
25251____________________________________________________________________________
25252[ 9520] By: jhi on 2001/04/02 22:30:43
25253 Log: Subject: [PATCH] REALLY pedantic hv.h nit
25254 From: Simon Cozens <simon@netthink.co.uk>
25255 Date: Mon, 2 Apr 2001 15:43:06 +0100
25256 Message-ID: <20010402154306.A21711@netthink.co.uk>
25257 Branch: perl
25258 ! hv.h
25259____________________________________________________________________________
25260[ 9519] By: jhi on 2001/04/02 22:28:04
25261 Log: Based on
25262
25263 Subject: [foolperl] EPOC fix
25264 From: Olaf Flebbe <O.Flebbe@science-computing.de>
25265 Date: Mon, 2 Apr 2001 23:36:51 +0200 (CEST)
25266 Message-ID: <Pine.LNX.4.02.10104022335380.5547-100000@milkyway.science-computing.de>
25267 Branch: perl
25268 ! pp_sys.c
25269____________________________________________________________________________
25270[ 9518] By: jhi on 2001/04/02 22:22:34
25271 Log: Integrate changes #9511,9514,9517 from maintperl into mainline.
25272
25273 README.win32 tweaks; add a note about alternative location for
25274 getting a gcc-2.95.2 that will build perl properly on windows
25275
25276 add some notes about gutsy threading matters
25277
25278 many of the utilities interpolate literal paths within doublequotes
25279 (fails on dosish platforms where path contains backslashes)
25280 Branch: perl
25281 !> README.win32 pod/perlguts.pod utils/perldoc.PL
25282 !> x2p/find2perl.PL x2p/s2p.PL
25283____________________________________________________________________________
25284[ 9517] By: gsar on 2001/04/02 19:52:21
25285 Log: many of the utilities interpolate literal paths within doublequotes
25286 (fails on dosish platforms where path contains backslashes)
25287 Branch: maint-5.6/perl
25288 ! utils/perldoc.PL x2p/find2perl.PL x2p/s2p.PL
25289____________________________________________________________________________
25290[ 9516] By: gsar on 2001/04/02 05:49:37
25291 Log: a foolish release
25292 Branch: maint-5.6/perl
25293 ! Changes patchlevel.h pod/perldelta.pod pod/perlhist.pod
25294 ! pod/perltoc.pod
25295____________________________________________________________________________
25296[ 9515] By: gsar on 2001/04/02 05:04:29
25297 Log: add missing changelog summaries
25298 Branch: maint-5.6/perl
25299 ! Changes
25300____________________________________________________________________________
25301[ 9514] By: gsar on 2001/04/02 04:07:13
25302 Log: add some notes about gutsy threading matters
25303 Branch: maint-5.6/perl
25304 ! pod/perlguts.pod
25305____________________________________________________________________________
25306[ 9513] By: gsar on 2001/04/02 03:25:21
25307 Log: add more prominent caveat notices about experimental features
25308 Branch: maint-5.6/perl
25309 ! pod/perlfork.pod pod/perlunicode.pod
25310____________________________________________________________________________
25311[ 9512] By: gsar on 2001/04/02 02:54:33
25312 Log: integrate changes#9479,9509 from mainline
25313
25314 [PATCH] File::Glob stuff for Mac OS
25315
25316 [PATH bsd_glob.c perl@9472] Shut up gcc warning in bsd_glob.c
25317 Branch: maint-5.6/perl
25318 !> ext/File/Glob/Glob.pm ext/File/Glob/bsd_glob.c
25319 !> t/lib/glob-basic.t t/lib/glob-case.t t/lib/glob-global.t
25320 !> t/lib/glob-taint.t
25321____________________________________________________________________________
25322[ 9511] By: gsar on 2001/04/02 02:38:24
25323 Log: README.win32 tweaks; add a note about alternative location for
25324 getting a gcc-2.95.2 that will build perl properly on windows
25325 Branch: maint-5.6/perl
25326 ! README.win32
25327____________________________________________________________________________
25328[ 9510] By: jhi on 2001/04/01 20:45:10
25329 Log: An ambiguosity warning.
25330 Branch: perl
25331 ! t/lib/trig.t
25332____________________________________________________________________________
25333[ 9509] By: jhi on 2001/04/01 19:53:47
25334 Log: Subject: [PATH bsd_glob.c perl@9472] Shut up gcc warning in bsd_glob.c
25335 From: Jonathan Stowe <gellyfish@gellyfish.com>
25336 Date: Sun, 1 Apr 2001 10:04:55 +0100 (BST)
25337 Message-ID: <Pine.LNX.4.30.0104010958250.7703-100000@orpheus.gellyfish.com>
25338 Branch: perl
25339 ! ext/File/Glob/bsd_glob.c
25340____________________________________________________________________________
25341[ 9508] By: jhi on 2001/04/01 19:35:03
25342 Log: Update Changes.
25343 Branch: perl
25344 ! Changes patchlevel.h
25345____________________________________________________________________________
25346[ 9507] By: jhi on 2001/04/01 19:24:01
25347 Log: Integrate changes #9378,9458,9469,9475,9489,9490,9505,9506
25348 from mainline to maintperl: pod tweaks.
25349 Branch: maint-5.6/perl
25350 !> pod/perldebug.pod pod/perldiag.pod pod/perlfaq1.pod
25351 !> pod/perlguts.pod pod/perlhack.pod pod/perlop.pod
25352 !> pod/perlvar.pod
25353____________________________________________________________________________
67c03fbb
JH
25354[ 9506] By: jhi on 2001/04/01 19:11:53
25355 Log: Commit Sarathy to April release of 5.6.1 :-)
25356 Branch: perl
25357 ! pod/perlfaq1.pod
25358____________________________________________________________________________
25359[ 9505] By: jhi on 2001/04/01 19:03:15
25360 Log: Subject: PATCH 5.6.0 (perldebug.pod)
25361 From: Mark-Jason Dominus <mjd@plover.com>
25362 Date: Sun, 01 Apr 2001 14:25:11 -0400
25363 Message-ID: <20010401182511.9247.qmail@plover.com>
25364 Branch: perl
25365 ! pod/perldebug.pod
25366____________________________________________________________________________
25367[ 9504] By: jhi on 2001/04/01 18:43:09
25368 Log: Add great_circle_direction().
25369 Branch: perl
25370 ! lib/Math/Trig.pm t/lib/trig.t
25371____________________________________________________________________________
25372[ 9503] By: jhi on 2001/04/01 17:29:12
25373 Log: Unicode ReadMe update for Unicode 3.1.
25374 Branch: perl
25375 ! lib/unicode/ReadMe.txt
25376____________________________________________________________________________
25377[ 9502] By: jhi on 2001/04/01 17:18:40
25378 Log: Integrate change #9501 from maintperl into mainline.
25379
25380 fix the perlembed notes on multiple interpreters
25381
25382 fix ExtUtils::Embed to work passably on Windows
25383 Branch: perl
25384 !> lib/ExtUtils/Embed.pm pod/perlembed.pod
25385____________________________________________________________________________
25386[ 9501] By: gsar on 2001/04/01 07:21:57
25387 Log: fix the perlembed notes on multiple interpreters
25388
25389 fix ExtUtils::Embed to work passably on Windows
25390 Branch: maint-5.6/perl
25391 ! lib/ExtUtils/Embed.pm pod/perlembed.pod
25392____________________________________________________________________________
25393[ 9500] By: jhi on 2001/04/01 05:58:23
25394 Log: Test for #9499.
25395 Branch: perl
25396 ! t/op/tr.t
25397____________________________________________________________________________
25398[ 9499] By: jhi on 2001/04/01 05:55:46
25399 Log: tr/// UTF-8 tweaking from Inaba Hiroto.
25400 Branch: perl
25401 ! embed.h embed.pl op.c proto.h
25402____________________________________________________________________________
25403[ 9498] By: jhi on 2001/04/01 05:44:34
25404 Log: Protect the workaround hunk more.
25405 Branch: perl
25406 ! toke.c
25407____________________________________________________________________________
25408[ 9497] By: jhi on 2001/04/01 00:24:25
25409 Log: Integrate changes #9493,9494,9495,9496 from maintperl
25410 into mainline.
25411
25412 fix a broken workaround for Borland compiler in change#4739
25413 (caused weird "short reads" on DATA, which caused op/misc.t to fail)
25414
25415 nits spotted by Borland compiler
25416
25417 avoid redefinition warnings under Borland 5.02
25418
25419 various nits identified by the Borland 5.5 compiler; remove suppression
25420 of a few warnings
25421 Branch: perl
25422 !> ext/File/Glob/bsd_glob.c sv.c toke.c utf8.h win32/makefile.mk
25423 !> win32/win32.h
25424____________________________________________________________________________
25425[ 9496] By: gsar on 2001/03/31 23:22:28
25426 Log: various nits identified by the Borland 5.5 compiler; remove suppression
25427 of a few warnings
25428 Branch: maint-5.6/perl
25429 ! ext/File/Glob/bsd_glob.c sv.c win32/win32.h
25430____________________________________________________________________________
25431[ 9495] By: gsar on 2001/03/31 21:03:08
25432 Log: avoid redefinition warnings under Borland 5.02
25433 Branch: maint-5.6/perl
25434 ! win32/makefile.mk
25435____________________________________________________________________________
25436[ 9494] By: gsar on 2001/03/31 20:18:59
25437 Log: nits spotted by Borland compiler
25438 Branch: maint-5.6/perl
25439 ! utf8.h win32/win32.h
25440____________________________________________________________________________
25441[ 9493] By: gsar on 2001/03/31 20:18:05
25442 Log: fix a broken workaround for Borland compiler in change#4739
25443 (caused weird "short reads" on DATA, which caused op/misc.t to fail)
25444 Branch: maint-5.6/perl
25445 ! toke.c
25446____________________________________________________________________________
25447[ 9492] By: jhi on 2001/03/31 18:36:24
25448 Log: Integrate change #9491 from maintperl into mainline.
25449
25450 Cwd::chdir() doesn't set $ENV{PWD} correctly on windows when the
25451 directory is relative (need to fetch the full path name *before*
25452 the chdir!)
25453 Branch: perl
25454 !> lib/Cwd.pm
25455____________________________________________________________________________
25456[ 9491] By: gsar on 2001/03/31 17:01:56
25457 Log: Cwd::chdir() doesn't set $ENV{PWD} correctly on windows when the
25458 directory is relative (need to fetch the full path name *before*
25459 the chdir!)
25460
25461 this is a followup patch for change#6749
25462 Branch: maint-5.6/perl
25463 ! lib/Cwd.pm
25464____________________________________________________________________________
25465[ 9490] By: jhi on 2001/03/31 15:50:18
25466 Log: Subject: Re: [PATCH] av.h cosmetics
25467 From: Simon Cozens <simon@netthink.co.uk>
25468 Date: Sat, 31 Mar 2001 13:09:59 +0100
25469 Message-ID: <20010331130959.A22000@netthink.co.uk>
25470
25471 Document AvALLOC.
25472 Branch: perl
25473 ! pod/perlguts.pod
25474____________________________________________________________________________
25475[ 9489] By: jhi on 2001/03/31 15:48:44
25476 Log: Subject: [PATCH] Re: Math::Big* v1.21
25477 From: Tels <perl_dummy@bloodgate.com>
25478 Date: Sat, 31 Mar 2001 13:21:05 +0200 (CEST)
25479 Message-Id: <200103311125.GAA377738@www08.hway.net>
25480 Branch: perl
25481 ! pod/perlop.pod
25482____________________________________________________________________________
25483[ 9488] By: jhi on 2001/03/31 03:39:51
25484 Log: Debug output tweak.
25485 Branch: perl
25486 ! t/lib/cwd.t
25487____________________________________________________________________________
25488[ 9487] By: jhi on 2001/03/31 03:33:02
25489 Log: OverVMSification.
25490 Branch: perl
25491 ! t/lib/cwd.t
25492____________________________________________________________________________
25493[ 9486] By: jhi on 2001/03/31 03:01:40
25494 Log: Missed MANIFESTations in #9483.
25495 Branch: perl
25496 ! MANIFEST
25497____________________________________________________________________________
25498[ 9485] By: jhi on 2001/03/31 02:58:17
25499 Log: Subject: Not OK: perl v5.7.0 +DEVEL9472 on VMS_AXP V7.1 (UNINSTALLED)
25500 From: Peter Prymmer <pvhp@forte.com>
25501 Date: Fri, 30 Mar 2001 18:06:36 -0800 (PST)
25502 Message-ID: <Pine.OSF.4.10.10103301805450.63762-100000@aspara.forte.com>
25503 Branch: perl
25504 ! regexec.c t/lib/cwd.t
25505____________________________________________________________________________
25506[ 9484] By: jhi on 2001/03/31 01:04:41
25507 Log: Obsolete file (see #3938)
25508 Branch: perl
25509 - lib/unicode/README.Ethiopic
25510 ! MANIFEST
25511____________________________________________________________________________
25512[ 9483] By: jhi on 2001/03/31 00:52:42
25513 Log: Update to Unicode 3.1.
25514 (Rename Names.txt to NamesList.txt.)
25515 Branch: perl
25516 + lib/unicode/NamesList.txt lib/unicode/PropList.html
25517 - lib/unicode/Names.txt
25518 ! lib/unicode/Is/LbrkAI.pl lib/unicode/Is/LbrkAL.pl
25519 ! lib/unicode/Is/LbrkBA.pl lib/unicode/Is/LbrkBB.pl
25520 ! lib/unicode/Is/LbrkID.pl lib/unicode/Is/LbrkSG.pl
25521 ! lib/unicode/LineBrk.txt lib/unicode/NamesList.html
25522 ! lib/unicode/UCD.html lib/unicode/Unicode.html
25523 ! lib/unicode/rename lib/unicode/version
25524____________________________________________________________________________
25525[ 9482] By: jhi on 2001/03/30 23:33:44
25526 Log: Subject: Re: [ID 20010330.003] O=Deparse,-p does not preserve "operational semantics"
25527 From: Robin Houston <robin@kitsite.com>
25528 Date: Fri, 30 Mar 2001 20:07:22 +0100
25529 Message-ID: <20010330200722.A2010@puffinry.freeserve.co.uk>
25530 Branch: perl
25531 ! ext/B/B/Deparse.pm
25532____________________________________________________________________________
25533[ 9481] By: jhi on 2001/03/30 23:20:25
25534 Log: Subject: Re: [PATCH] CwdXS, Take 2
25535 From: Benjamin Sugars <bsugars@canoe.ca>
25536 Date: Fri, 30 Mar 2001 14:08:51 -0500 (EST)
25537 Message-ID: <Pine.LNX.4.21.0103301357490.1927-100000@marmot.rim.canoe.ca>
25538 Branch: perl
25539 + ext/Cwd/Cwd.xs ext/Cwd/Makefile.PL
25540 ! MANIFEST lib/Cwd.pm t/lib/cwd.t
25541____________________________________________________________________________
25542[ 9480] By: jhi on 2001/03/30 22:52:38
25543 Log: Subject: [ID 20010330.006] incorrect WARNING from installperl "You've never run 'make test' or some tests failed!"
25544 From: David Dyck <dcd@tc.fluke.com>
25545 Date: Fri, 30 Mar 2001 14:44:13 -0800
25546 Message-Id: <200103302244.OAA12204@dd.tc.fluke.com>
25547
25548 The t/rantests flags file creation was accidentally
25549 removed by #9217.
25550 Branch: perl
25551 ! Makefile.SH
25552____________________________________________________________________________
25553[ 9479] By: jhi on 2001/03/30 22:45:45
25554 Log: Subject: [PATCH] File::Glob stuff for Mac OS
25555 From: Chris Nandor <pudge@pobox.com>
25556 Date: Fri, 30 Mar 2001 16:51:00 -0500
25557 Message-Id: <p05010400b6eaab36051c@[10.0.1.177]>
25558 Branch: perl
25559 ! ext/File/Glob/Glob.pm ext/File/Glob/bsd_glob.c
25560 ! t/lib/glob-basic.t t/lib/glob-case.t t/lib/glob-global.t
25561 ! t/lib/glob-taint.t
25562____________________________________________________________________________
25563[ 9478] By: jhi on 2001/03/30 22:43:12
25564 Log: Subject: fix for win32/buildext.pl
25565 From: "Vadim Konovalov" <watman@inbox.ru>
25566 Date: Sat, 31 Mar 2001 00:50:36 +0400
25567 Message-ID: <005b01c0b95c$ac277250$7542983e@vad>
25568 Branch: perl
25569 ! win32/buildext.pl
25570____________________________________________________________________________
25571[ 9477] By: jhi on 2001/03/30 22:41:16
25572 Log: Subject: small base.pm doc patch
25573 From: Leon Brocard <acme@astray.com>
25574 Date: Fri, 30 Mar 2001 21:49:57 +0100
25575 Message-ID: <20010330214957.B8733@ns0.astray.com>
25576 Branch: perl
25577 ! lib/base.pm
25578____________________________________________________________________________
25579[ 9476] By: jhi on 2001/03/30 18:16:57
25580 Log: Subject: [PATCH] av.h cosmetics
25581 From: Simon Cozens <simon@netthink.co.uk>
25582 Date: Fri, 30 Mar 2001 18:12:28 +0100
25583 Message-ID: <20010330181228.A9319@netthink.co.uk>
25584 Branch: perl
25585 ! av.h
25586____________________________________________________________________________
25587[ 9475] By: jhi on 2001/03/30 18:15:50
25588 Log: Subject: [DOC PATCH bleadperl] Two nits in perlhack.pod
25589 From: "Philip Newton" <pnewton@gmx.de>
25590 Date: Fri, 30 Mar 2001 19:06:57 +0200
25591 Message-ID: <3AC4D951.14815.1AC7068@localhost>
25592 Branch: perl
25593 ! pod/perlhack.pod
25594____________________________________________________________________________
25595[ 9474] By: jhi on 2001/03/30 18:14:02
25596 Log: Subject: [PATCH] glob-basic.t (Was: [ID 20010328.016])
25597 From: Benjamin Sugars <bsugars@canoe.ca>
25598 Date: Fri, 30 Mar 2001 11:04:35 -0500 (EST)
25599 Message-ID: <Pine.LNX.4.21.0103301045130.1927-100000@marmot.rim.canoe.ca>
25600 Branch: perl
25601 ! t/lib/glob-basic.t
25602____________________________________________________________________________
25603[ 9473] By: jhi on 2001/03/30 16:09:24
25604 Log: Update Changes.
25605 Branch: perl
25606 ! Changes patchlevel.h
25607____________________________________________________________________________
8e654ed5
JH
25608[ 9472] By: jhi on 2001/03/30 15:16:08
25609 Log: Integrate perlio.
25610 Branch: perl
25611 !> t/lib/cwd.t t/lib/glob-basic.t
25612____________________________________________________________________________
25613[ 9471] By: nick on 2001/03/30 14:47:10
25614 Log: Should be (^O eq 'MSWin32') not 'Win32'
25615 Fail #12 seems real - chdir is in wrong dir.
25616 Branch: perlio
25617 ! t/lib/cwd.t
25618____________________________________________________________________________
25619[ 9470] By: jhi on 2001/03/30 14:41:11
25620 Log: Subject: Re: [ID 20010215.006] Bad arg length for Socket::unpack_sockaddr_un, length is 14 ...
25621 From: Radu Greab <radu@netsoft.ro>
25622 Date: Fri, 30 Mar 2001 15:09:06 +0300 (EEST)
25623 Message-ID: <15044.30562.566390.559726@ix.netsoft.ro>
25624
25625 Replace #9352.
25626 Branch: perl
25627 ! ext/Socket/Socket.xs pp_sys.c
25628____________________________________________________________________________
25629[ 9469] By: jhi on 2001/03/30 14:37:51
25630 Log: Subject: PATCH pod/perldiag.pod
25631 From: Robin Houston <robin@kitsite.com>
25632 Date: Fri, 30 Mar 2001 14:10:36 +0100
25633 Message-ID: <20010330141036.A1105@puffinry.freeserve.co.uk>
25634 Branch: perl
25635 ! pod/perldiag.pod t/lib/glob-basic.t
25636____________________________________________________________________________
25637[ 9468] By: jhi on 2001/03/30 14:36:36
25638 Log: Subject: Better diagnostic in io/fs.t
25639 From: andreas.koenig@anima.de (Andreas J. Koenig)
25640 Date: 30 Mar 2001 10:11:43 +0200
25641 Message-ID: <m3hf0boev4.fsf@ak-71.mind.de>
25642 Branch: perl
25643 ! t/io/fs.t
25644____________________________________________________________________________
25645[ 9467] By: nick on 2001/03/30 14:25:43
25646 Log: Skip order test of glob if case-ignoring system cannot
25647 create a.test and A.test
25648 Branch: perlio
25649 ! t/lib/glob-basic.t
25650____________________________________________________________________________
25651[ 9466] By: nick on 2001/03/30 13:03:12
25652 Log: Integrate mainline.
25653 Branch: perlio
25654 - ext/re/hints/aix.pl
25655 !> MANIFEST ext/B/B/Debug.pm ext/B/B/Deparse.pm
25656 !> lib/ExtUtils/MM_VMS.pm op.c pod/perlop.pod t/comp/require.t
25657 !> t/io/utf8.t t/lib/b.t t/lib/digest.t t/lib/glob-basic.t
25658 !> t/lib/io_multihomed.t t/lib/io_sock.t t/lib/md5-file.t
25659____________________________________________________________________________
25660[ 9465] By: jhi on 2001/03/30 03:53:37
25661 Log: Add timeouts to the tests. (In AIX 4.3.1.0 + vac 5.0.0.0
25662 the tests sometimes hang, sometimes not.)
25663 Branch: perl
25664 ! t/lib/io_multihomed.t t/lib/io_sock.t
25665____________________________________________________________________________
25666[ 9464] By: jhi on 2001/03/30 02:56:04
25667 Log: Subject: [PATCH @9452] Better peep()ing for foreach() loops
25668 From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
25669 Date: Thu, 29 Mar 2001 18:50:45 -0800 (PST)
25670 Message-ID: <15043.62129.253487.470281@soda.csua.berkeley.edu>
25671 Branch: perl
25672 ! op.c
25673____________________________________________________________________________
25674[ 9463] By: jhi on 2001/03/30 02:34:48
25675 Log: Test for #9462.
25676 Branch: perl
25677 ! t/lib/b.t
25678____________________________________________________________________________
25679[ 9462] By: jhi on 2001/03/30 02:29:37
25680 Log: Subject: B::Deparse precedence bug. (Patch included.)
25681 From: Jeremy Madea <jmadea@inktomi.com>
25682 Date: Thu, 29 Mar 2001 12:05:02 -0800
25683 Message-ID: <20010329120502.A24881@dr.inktomi.com>
25684 Branch: perl
25685 ! ext/B/B/Deparse.pm
25686____________________________________________________________________________
25687[ 9461] By: jhi on 2001/03/30 02:18:41
25688 Log: Subject: [PATCH: 9452] more tests (was Re: Perl5.7.* Unicode/EBCDIC status.)
25689 From: Peter Prymmer <pvhp@forte.com>
25690 Date: Thu, 29 Mar 2001 18:01:18 -0800 (PST)
25691 Message-ID: <Pine.OSF.4.10.10103291731150.1326-100000@aspara.forte.com>
25692 Branch: perl
25693 ! t/comp/require.t t/io/utf8.t t/lib/digest.t t/lib/glob-basic.t
25694 ! t/lib/md5-file.t
25695____________________________________________________________________________
25696[ 9460] By: jhi on 2001/03/30 02:17:07
25697 Log: Subject: PATCH: B::Debug should show LOOP-specific fields
25698 From: Robin Houston <robin@kitsite.com>
25699 Date: Thu, 29 Mar 2001 20:47:56 +0100
25700 Message-ID: <20010329204756.A32042@puffinry.freeserve.co.uk>
25701 Branch: perl
25702 ! ext/B/B/Debug.pm
25703____________________________________________________________________________
25704[ 9459] By: jhi on 2001/03/30 02:16:05
25705 Log: Subject: [PATCH perl@9424] further MM_VMS.pm tweak
25706 From: "Craig A. Berry" <craig.berry@SignalTreeSolutions.com>
25707 Date: Wed, 28 Mar 2001 18:02:20 -0600
25708 Message-Id: <5.0.2.1.0.20010328172535.017d5600@exchi01>
25709 Branch: perl
25710 ! lib/ExtUtils/MM_VMS.pm
25711____________________________________________________________________________
25712[ 9458] By: jhi on 2001/03/30 02:07:58
25713 Log: Subject: [ID 20010328.013] Misspelling in perlop(1p) manual page
25714 From: "Joshua E. Rodd" <jrodd@pbs.org>
25715 Date: Wed, 28 Mar 2001 17:29:12 -0500
25716 Message-Id: <E14iORE-0000ZV-00@shaggy.pbs.org>
25717 Branch: perl
25718 ! pod/perlop.pod
25719____________________________________________________________________________
25720[ 9457] By: jhi on 2001/03/30 02:04:33
25721 Log: Subject: ext/re/aix.pl can go
25722 From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
25723 Date: Thu, 29 Mar 2001 12:03:28 +0200
25724 Message-Id: <20010329120132.7C3B.H.M.BRAND@hccnet.nl>
25725 Branch: perl
25726 - ext/re/hints/aix.pl
25727 ! MANIFEST
25728____________________________________________________________________________
25729[ 9456] By: jhi on 2001/03/30 02:03:32
25730 Log: Integrate perlio.
25731 Branch: perl
25732 !> ext/Encode/Encode.xs installperl
25733____________________________________________________________________________
25734[ 9455] By: nick on 2001/03/29 21:11:46
25735 Log: DLL name has changed so installperl needs to know
25736 (Why isn't it working it out or passed it?)
25737 Branch: perlio
25738 ! installperl
25739____________________________________________________________________________
25740[ 9454] By: nick on 2001/03/29 20:56:12
25741 Log: Change Encode's check arguments to 'bool' so SvTRUE gets used
25742 and we don't get undef warnings.
25743 Branch: perlio
25744 ! ext/Encode/Encode.xs
25745____________________________________________________________________________
25746[ 9453] By: nick on 2001/03/29 17:58:48
25747 Log: Integrate mainline
25748 Branch: perlio
25749 !> Changes patchlevel.h
25750____________________________________________________________________________
25751[ 9452] By: jhi on 2001/03/29 16:44:55
25752 Log: Update Changes.
25753 Branch: perl
25754 ! Changes patchlevel.h
25755____________________________________________________________________________
25756[ 9451] By: nick on 2001/03/29 16:31:38
25757 Log: Integrate mainline
25758 Branch: perlio
25759 !> Changes Makefile.SH dump.c ext/Data/Dumper/Dumper.xs
25760 !> ext/Encode/Encode.xs ext/Storable/Storable.xs
25761 !> lib/ExtUtils/typemap patchlevel.h pod/perlhack.pod
25762 !> pod/perliol.pod t/lib/charnames.t t/lib/cwd.t t/op/bop.t
25763 !> t/op/vec.t t/op/ver.t toke.c utils/h2xs.PL
25764____________________________________________________________________________
50968cfc
JH
25765[ 9450] By: jhi on 2001/03/29 16:29:17
25766 Log: Integrate perlio.
25767 Branch: perl
25768 !> win32/buildext.pl
25769____________________________________________________________________________
25770[ 9449] By: jhi on 2001/03/29 15:50:01
25771 Log: Update Changes.
25772 Branch: perl
25773 ! Changes patchlevel.h
25774____________________________________________________________________________
25775[ 9448] By: nick on 2001/03/29 15:47:15
25776 Log: Make sure buildext.pl finds Errno.pm
25777 Branch: perlio
25778 ! win32/buildext.pl
25779____________________________________________________________________________
32533f2d
JH
25780[ 9447] By: jhi on 2001/03/29 15:39:34
25781 Log: Integrate perlio.
25782 Branch: perl
25783 !> win32/makefile.mk
25784____________________________________________________________________________
25785[ 9446] By: nick on 2001/03/29 15:30:03
25786 Log: Integrate win32/makefile.mk with mainline.
25787 Branch: perlio
25788 !> win32/makefile.mk
25789____________________________________________________________________________
25790[ 9445] By: nick on 2001/03/29 15:27:32
25791 Log: Fix breakage ...
25792 Branch: perlio
25793 ! win32/makefile.mk
25794____________________________________________________________________________
25795[ 9444] By: jhi on 2001/03/29 15:03:08
25796 Log: Subject: RE: Borland C++ for Win32 fixes; perl@9359 (also perl@9424)
25797 From: "Konovalov, Vadim" <vkonovalov@lucent.com>
25798 Date: Thu, 29 Mar 2001 10:32:59 +0400
25799 Message-ID: <402099F49BEED211999700805FC7359FA8442D@ru0028exch01.spb.lucent.com>
25800 Branch: perl
25801 ! win32/makefile.mk
25802____________________________________________________________________________
25803[ 9443] By: jhi on 2001/03/29 15:02:12
25804 Log: Integrate perlio.
25805 Branch: perl
25806 +> win32/buildext.pl
25807 !> MANIFEST ext/PerlIO/Via/Via.xs perlio.c perlio.h sv.c
25808 !> t/io/utf8.t t/lib/io_scalar.t win32/makefile.mk
25809____________________________________________________________________________
25810[ 9442] By: nick on 2001/03/29 14:59:11
25811 Log: Work in progress - determine win32 extensions to build via script.
25812 Branch: perlio
25813 + win32/buildext.pl
25814 ! MANIFEST win32/makefile.mk
25815____________________________________________________________________________
25816[ 9441] By: jhi on 2001/03/29 14:51:47
25817 Log: Reintroduce the use of external pwd.
25818 Branch: perl
25819 ! t/lib/cwd.t
25820____________________________________________________________________________
25821[ 9440] By: jhi on 2001/03/29 14:42:58
25822 Log: use warnings instead of -w.
25823 Branch: perl
25824 ! utils/h2xs.PL
25825____________________________________________________________________________
25826[ 9439] By: jhi on 2001/03/29 14:41:52
25827 Log: Subject: [PATCH h2xs.PL perl@9423] h2xs -w nits
25828 From: Jonathan Stowe <gellyfish@gellyfish.com>
25829 Date: Thu, 29 Mar 2001 09:34:12 +0100 (BST)
25830 Message-ID: <Pine.LNX.4.30.0103290929130.19409-100000@orpheus.gellyfish.com>
25831 Branch: perl
25832 ! utils/h2xs.PL
25833____________________________________________________________________________
25834[ 9438] By: jhi on 2001/03/29 14:39:38
25835 Log: Subject: [PATCH perl@9424] minor pod nits
25836 From: Robin Barker <rmb1@cise.npl.co.uk>
25837 Date: Thu, 29 Mar 2001 14:43:05 +0100 (BST)
25838 Message-Id: <200103291343.OAA10827@tempest.npl.co.uk>
25839 Branch: perl
25840 ! pod/perlhack.pod pod/perliol.pod
25841____________________________________________________________________________
25842[ 9437] By: jhi on 2001/03/29 14:29:16
25843 Log: Subject: [PATCH perl@9424] typemap cast warning
25844 From: Robin Barker <rmb1@cise.npl.co.uk>
25845 Date: Thu, 29 Mar 2001 13:58:47 +0100 (BST)
25846 Message-Id: <200103291258.NAA09360@tempest.npl.co.uk>
25847 Branch: perl
25848 ! lib/ExtUtils/typemap
25849____________________________________________________________________________
25850[ 9436] By: jhi on 2001/03/29 14:26:03
25851 Log: Subject: [PATCH perl@9424] printf warning
25852 From: Robin Barker <rmb1@cise.npl.co.uk>
25853 Date: Thu, 29 Mar 2001 13:29:21 +0100 (BST)
25854 Message-Id: <200103291229.NAA03968@tempest.npl.co.uk>
25855 Branch: perl
25856 ! dump.c ext/Data/Dumper/Dumper.xs ext/Encode/Encode.xs
25857 ! ext/Storable/Storable.xs toke.c
25858____________________________________________________________________________
25859[ 9435] By: nick on 2001/03/29 14:23:31
25860 Log: Win32 has name conflict with ERROR
25861 Branch: perlio
25862 ! ext/PerlIO/Via/Via.xs
25863____________________________________________________________________________
25864[ 9434] By: jhi on 2001/03/29 14:17:48
25865 Log: Subject: [PATCH: 9424] some tests (was Re: Perl5.7.* Unicode/EBCDIC status.)
25866 From: Peter Prymmer <pvhp@forte.com>
25867 Date: Wed, 28 Mar 2001 19:09:57 -0800 (PST)
25868 Message-ID: <Pine.OSF.4.10.10103281858520.314137-100000@aspara.forte.com>
25869 Branch: perl
25870 ! t/lib/charnames.t t/op/bop.t t/op/vec.t t/op/ver.t
25871____________________________________________________________________________
25872[ 9433] By: jhi on 2001/03/29 13:52:44
25873 Log: test-prep target was missing.
25874 Branch: perl
25875 ! Makefile.SH
25876____________________________________________________________________________
25877[ 9432] By: nick on 2001/03/29 12:40:03
25878 Log: Make as-shipped compiler default to MSVC6
25879 Branch: perlio
25880 ! win32/makefile.mk
25881____________________________________________________________________________
25882[ 9431] By: nick on 2001/03/29 12:12:16
25883 Log: Allow someone to write PerlIO::Array, PerlIO::Code, ...
25884 akin to PerlIO::Scalar.
25885 Branch: perlio
25886 ! perlio.c perlio.h
25887____________________________________________________________________________
25888[ 9430] By: nick on 2001/03/29 10:56:35
25889 Log: Integrate mainline.
25890 Branch: perlio
25891 !> lib/File/Basename.pm lib/File/CheckTree.pm lib/File/Compare.pm
25892 !> lib/File/Copy.pm lib/File/DosGlob.pm lib/File/Find.pm
25893 !> lib/File/Path.pm lib/File/stat.pm t/lib/filecopy.t
25894 !> win32/makefile.mk win32/win32sck.c
25895____________________________________________________________________________
25896[ 9429] By: nick on 2001/03/29 09:03:43
25897 Log: Noticed that two tests were skipped as perlio:: package
25898 isn't there any more. Changed the skip condition.
25899 Avoid core-dump if sv_utf8_upgrade() called on something
25900 that does not become SvPOK after SvPV() (e.g. a ref).
25901 Branch: perlio
25902 ! sv.c t/io/utf8.t t/lib/io_scalar.t
25903____________________________________________________________________________
25904[ 9428] By: jhi on 2001/03/29 01:31:47
25905 Log: Subject: [PATCH] Enable warnings in File::* (was: B::Terse and warnings)
25906 From: Benjamin Sugars <bsugars@canoe.ca>
25907 Date: Tue, 27 Mar 2001 16:27:38 -0500 (EST)
25908 Message-ID: <Pine.LNX.4.21.0103271612250.2007-100000@marmot.rim.canoe.ca>
25909 Branch: perl
25910 ! lib/File/Basename.pm lib/File/CheckTree.pm lib/File/Compare.pm
25911 ! lib/File/Copy.pm lib/File/DosGlob.pm lib/File/Find.pm
25912 ! lib/File/Path.pm lib/File/stat.pm t/lib/filecopy.t
25913____________________________________________________________________________
25914[ 9427] By: jhi on 2001/03/29 00:49:30
25915 Log: Subject: Borland C++ for Win32 fixes; perl@9359 (also perl@9424)
25916 From: "Vadim Konovalov" <watman@inbox.ru>
25917 Date: Thu, 29 Mar 2001 01:50:12 +0400
25918 Message-ID: <001c01c0b7d1$463dd880$5742983e@vad>
25919 Branch: perl
25920 ! win32/makefile.mk win32/win32sck.c
25921____________________________________________________________________________
25922[ 9426] By: gsar on 2001/03/29 00:28:04
25923 Log: dmake can only handle == and != in comparisons; support building
25924 with Borland's VCL libraries (from Vadim Konovalov)
25925 Branch: maint-5.6/perl
25926 ! win32/makefile.mk
25927____________________________________________________________________________
25928[ 9425] By: nick on 2001/03/28 19:29:56
25929 Log: Integrate (@snapshot)
25930 Branch: perlio
25931 !> Changes Makefile.SH patchlevel.h t/lib/cwd.t
25932____________________________________________________________________________
25933[ 9424] By: jhi on 2001/03/28 19:03:16
25934 Log: Update Changes.
25935 Branch: perl
25936 ! Changes patchlevel.h
25937____________________________________________________________________________
86d4dbc9
JH
25938[ 9423] By: jhi on 2001/03/28 18:52:09
25939 Log: Rmdir lib/XS on cleanup.
25940 Branch: perl
25941 ! Makefile.SH
25942____________________________________________________________________________
25943[ 9422] By: jhi on 2001/03/28 18:49:34
25944 Log: Integrate perlio.
25945 Branch: perl
25946 !> t/op/utf8decode.t
25947____________________________________________________________________________
25948[ 9421] By: nick on 2001/03/28 18:46:44
25949 Log: Loose duplicate chunk.
25950 Branch: perlio
25951 ! t/op/utf8decode.t
25952____________________________________________________________________________
25953[ 9420] By: nick on 2001/03/28 18:44:11
25954 Log: Integrate mainline.
25955 Branch: perlio
25956 !> ext/IO/IO.xs lib/ExtUtils/MM_VMS.pm makedef.pl vms/vms.c
25957 !> vms/vmsish.h
25958____________________________________________________________________________
25959[ 9419] By: jhi on 2001/03/28 18:42:05
25960 Log: Can't trust external pwds
25961 (either shell builtins or external programs)
25962 Branch: perl
25963 ! t/lib/cwd.t
25964____________________________________________________________________________
25965[ 9418] By: jhi on 2001/03/28 18:34:05
25966 Log: Integrate perlio.
25967 Branch: perl
25968 - lib/perlio.pm
25969 !> MANIFEST lib/PerlIO.pm lib/open.pm perlio.c t/lib/b.t
25970 !> t/op/utf8decode.t
25971____________________________________________________________________________
25972[ 9417] By: nick on 2001/03/28 18:24:02
25973 Log: PerlIO.pm / perlio.pm conflict.
25974 Update some pods.
25975 Make t/op/utf8decode.t a text file.
25976 Branch: perlio
25977 - lib/perlio.pm
25978 ! MANIFEST lib/PerlIO.pm lib/open.pm perlio.c t/lib/b.t
25979 ! t/op/utf8decode.t
25980____________________________________________________________________________
25981[ 9416] By: jhi on 2001/03/28 18:06:07
25982 Log: Integrate change #9409 from mainline to maintperl.
25983
25984 Yet another tweak on AIX dynaloading.
25985 Branch: maint-5.6/perl
25986 !> ext/DynaLoader/dl_aix.xs ext/DynaLoader/hints/aix.pl
25987____________________________________________________________________________
25988[ 9415] By: gsar on 2001/03/28 17:13:01
25989 Log: integrate changes#9377,9385,9401 from mainline
25990
25991 Subject: RE: 5.6.0 BUG: Lexical warnings aren't lexical
25992
25993 If directory entries compare equal case-insensitively,
25994 retry case-sensitively.
25995
25996 Subject: [PATCH] B::Terse and warnings
25997 Branch: maint-5.6/perl
25998 !> ext/B/B.pm ext/B/B/Terse.pm ext/File/Glob/bsd_glob.c gv.c
25999 !> t/pragma/warn/perl
26000____________________________________________________________________________
26001[ 9414] By: jhi on 2001/03/28 17:11:12
26002 Log: Subject: [PATCH perl@9359] VMS fix-ups and status
26003 From: "Craig A. Berry" <craigberry@mac.com>
26004 Date: Wed, 28 Mar 2001 10:55:20 -0600
26005 Message-Id: <5.0.2.1.0.20010327164600.031563e8@exchi01>
26006 Branch: perl
26007 ! ext/IO/IO.xs lib/ExtUtils/MM_VMS.pm vms/vms.c vms/vmsish.h
26008____________________________________________________________________________
26009[ 9413] By: jhi on 2001/03/28 17:03:12
26010 Log: Dup hunk.
26011 Branch: perl
26012 ! t/op/utf8decode.t
26013____________________________________________________________________________
26014[ 9412] By: jhi on 2001/03/28 17:02:36
26015 Log: Forced integrate from perlio.
26016 Branch: perl
26017 !> t/op/utf8decode.t
26018____________________________________________________________________________
26019[ 9411] By: nick on 2001/03/28 16:50:03
26020 Log: Integrate mainline.
26021 Branch: perlio
26022 +> t/lib/cwd.t
26023 !> MANIFEST ext/DynaLoader/dl_aix.xs ext/DynaLoader/hints/aix.pl
26024 !> ext/IO/lib/IO/Socket.pm ext/XS/Typemap/Typemap.pm
26025 !> ext/XS/Typemap/Typemap.xs ext/XS/Typemap/typemap gv.c
26026 !> makedef.pl pp.c t/lib/xs-typemap.t t/op/utf8decode.t
26027 !> t/pragma/warn/perl
26028____________________________________________________________________________
26029[ 9410] By: jhi on 2001/03/28 16:44:23
26030 Log: Subject: Re: [PATCH] 9403 cannot be tested
26031 From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
26032 Date: Wed, 28 Mar 2001 18:33:56 +0200
26033 Message-Id: <20010328182418.7C17.H.M.BRAND@hccnet.nl>
26034 Branch: perl
26035 ! makedef.pl
26036____________________________________________________________________________
26037[ 9409] By: jhi on 2001/03/28 16:12:45
26038 Log: Yet another tweak on AIX dynaloading.
26039 Branch: perl
26040 ! ext/DynaLoader/dl_aix.xs ext/DynaLoader/hints/aix.pl
26041____________________________________________________________________________
26042[ 9408] By: jhi on 2001/03/28 15:52:55
26043 Log: Subject: [PATCH] 9403 cannot be tested
26044 From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
26045 Date: Wed, 28 Mar 2001 17:23:00 +0200
26046 Message-Id: <20010328171835.7C14.H.M.BRAND@hccnet.nl>
26047
26048 A missing symbol.
26049 Branch: perl
26050 ! makedef.pl
26051____________________________________________________________________________
26052[ 9407] By: jhi on 2001/03/28 15:47:43
26053 Log: Integrate perlio. (with tweaks on t/op/utf8decode.t)
26054 Branch: perl
26055 ! t/op/utf8decode.t
26056 !> ext/MIME/Base64/QuotedPrint.pm ext/re/re.pm perl.h regcomp.c
26057 !> t/op/each.t t/op/pat.t t/op/regexp.t utf8.c
26058____________________________________________________________________________
26059[ 9406] By: jhi on 2001/03/28 15:37:08
26060 Log: Subject: [PATCH] cwd.t (was: Cwd has no tests?)
26061 From: Benjamin Sugars <bsugars@canoe.ca>
26062 Date: Tue, 27 Mar 2001 17:37:05 -0500 (EST)
26063 Message-ID: <Pine.LNX.4.21.0103271719540.2007-100000@marmot.rim.canoe.ca>
26064 Branch: perl
26065 + t/lib/cwd.t
26066 ! MANIFEST
26067____________________________________________________________________________
26068[ 9405] By: jhi on 2001/03/28 15:13:18
26069 Log: pp_ne() needs a CORRECT boolean.
26070 Branch: perl
26071 ! pp.c
26072____________________________________________________________________________
26073[ 9404] By: jhi on 2001/03/28 15:09:23
26074 Log: pp_ne() needs a boolean, not an integer.
26075 Branch: perl
26076 ! pp.c
26077____________________________________________________________________________
26078[ 9403] By: jhi on 2001/03/28 14:47:43
26079 Log: (Retracted by #9404.)
26080 Branch: perl
26081 ! pp.c
26082____________________________________________________________________________
26083[ 9402] By: jhi on 2001/03/28 14:43:59
26084 Log: Subject: Re: [PATCH] Typemap testing
26085 From: Tim Jenness <t.jenness@jach.hawaii.edu>
26086 Date: Tue, 27 Mar 2001 16:34:03 -1000 (HST)
26087 Message-ID: <Pine.LNX.4.30.0103271633030.21198-100000@lapaki.jach.hawaii.edu>
26088 Branch: perl
26089 ! ext/XS/Typemap/Typemap.pm ext/XS/Typemap/Typemap.xs
26090 ! ext/XS/Typemap/typemap t/lib/xs-typemap.t
26091____________________________________________________________________________
26092[ 9401] By: jhi on 2001/03/28 14:42:14
26093 Log: Subject: RE: 5.6.0 BUG: Lexical warnings aren't lexical
26094 From: "Paul Marquess" <Paul_Marquess@Yahoo.co.uk>
26095 Date: Sun, 25 Mar 2001 21:59:15 +0100
26096 Message-ID: <000701c0b56e$73944220$07bdfea9@bfs.phone.com>
26097
26098 A variable will be checked for the "use once" warnings if:
26099
26100 1. It is in the scope of a use warnings 'once'
26101 2. It isn't in the scope of the warnings pragma at all AND $^W is set.
26102
26103 Otherwise it won't be checked at all.
26104
26105 Part 1 is what is in perl >= 5.6.0, Part 2 is what I'm fixing.
26106
26107 The enclosed patch partially fixes this issue. What I didn't
26108 get to work was the case where the "used once" warning is enabled
26109 in any file other than the main file.
26110 Branch: perl
26111 ! gv.c t/pragma/warn/perl
26112____________________________________________________________________________
26113[ 9400] By: nick on 2001/03/28 14:38:24
26114 Log: More EBCDIC tweaks:
26115 - one more swash issue &~(0xA0-1) did not do the right thing,
26116 for UTF-EBCDIC where &~(0x80-1) does for UTF-8.
26117 - add "use re 'asciirange'" to make [!-~] etc. work
26118 use it in MIME::QuotedPrint and t/op/regexp.t and t/op/pat.t
26119 - Choose a key for t/op/each.t test which gets encoded.
26120 - Skip utf8decode if this is UTF-EBCDIC.
26121 Branch: perlio
26122 ! ext/MIME/Base64/QuotedPrint.pm ext/re/re.pm perl.h regcomp.c
26123 ! t/op/each.t t/op/pat.t t/op/regexp.t t/op/utf8decode.t utf8.c
26124____________________________________________________________________________
26125[ 9399] By: jhi on 2001/03/28 14:21:00
26126 Log: Extend the SvROK() testing also to pp_ne(), pointed out by
26127 Andreas Schwab.
26128 Branch: perl
26129 ! pp.c
26130____________________________________________________________________________
26131[ 9398] By: jhi on 2001/03/28 00:55:56
26132 Log: Subject: [ID 20010327.007] New warning from IO::Socket for sockatmark
26133 From: David Dyck <dcd@tc.fluke.com>
26134 Date: Tue, 27 Mar 2001 15:16:24 -0800
26135 Message-Id: <200103272316.PAA21921@dd.tc.fluke.com>
26136 Branch: perl
26137 ! ext/IO/lib/IO/Socket.pm
26138____________________________________________________________________________
26139[ 9397] By: jhi on 2001/03/27 21:52:49
26140 Log: Integrate perlio.
26141 Branch: perl
26142 +> ext/PerlIO/Via/Makefile.PL ext/PerlIO/Via/Via.pm
26143 +> ext/PerlIO/Via/Via.xs
26144 !> MANIFEST ext/PerlIO/Scalar/Scalar.pm lib/PerlIO.pm
26145____________________________________________________________________________
26146[ 9396] By: nick on 2001/03/27 21:45:13
26147 Log: Integrate mainline.
26148 Branch: perlio
26149 !> embed.h embed.pl ext/XS/Typemap/Typemap.xs gv.c
26150 !> pod/perlapi.pod proto.h sv.c sv.h t/op/magic.t utils/h2xs.PL
26151____________________________________________________________________________
26152[ 9395] By: nick on 2001/03/27 21:18:58
26153 Log: Outline docs for PerlIO and PerlIO::Scalar
26154 Branch: perlio
26155 ! ext/PerlIO/Scalar/Scalar.pm lib/PerlIO.pm
26156____________________________________________________________________________
26157[ 9394] By: nick on 2001/03/27 20:50:13
26158 Log: PerlIO::Via layer (alpha-ish).
26159 Branch: perlio
26160 + ext/PerlIO/Via/Makefile.PL ext/PerlIO/Via/Via.pm
26161 + ext/PerlIO/Via/Via.xs
26162 ! MANIFEST
26163____________________________________________________________________________
26164[ 9393] By: jhi on 2001/03/27 20:49:55
26165 Log: Retract #9329 now that 9390 should take care of the matter.
26166 Branch: perl
26167 ! utils/h2xs.PL
26168____________________________________________________________________________
26169[ 9390] By: jhi on 2001/03/27 20:47:50
26170 Log: Subject: Autoloading Errno.pm when %! is encountered
26171 From: Robin Houston <robin@kitsite.com>
26172 Date: Tue, 27 Mar 2001 20:57:11 +0100
26173 Message-ID: <20010327205710.A24053@puffinry.freeserve.co.uk>
26174 Branch: perl
26175 ! embed.h embed.pl gv.c proto.h t/op/magic.t
26176____________________________________________________________________________
26177[ 9389] By: jhi on 2001/03/27 20:24:31
26178 Log: Integrate perlio.
26179 Branch: perl
26180 !> doop.c ext/Encode/Encode.pm ext/MIME/Base64/Base64.xs
26181 !> ext/MIME/Base64/QuotedPrint.pm t/lib/encode.t t/lib/mimeb64.t
26182 !> utf8.c
26183____________________________________________________________________________
26184[ 9388] By: jhi on 2001/03/27 20:21:38
26185 Log: Better have a three-element array if one is going to assign
26186 to the third element of that array. (from Tim Jenness)
26187 Branch: perl
26188 ! ext/XS/Typemap/Typemap.xs
26189____________________________________________________________________________
26190[ 9387] By: nick on 2001/03/27 20:15:43
26191 Log: Integrate mainline.
26192 Branch: perlio
26193 +> ext/XS/Typemap/Makefile.PL ext/XS/Typemap/README
26194 +> ext/XS/Typemap/Typemap.pm ext/XS/Typemap/Typemap.xs
26195 +> ext/XS/Typemap/stdio.c ext/XS/Typemap/typemap
26196 +> t/lib/xs-typemap.t
26197 !> (integrate 34 files)
26198____________________________________________________________________________
26199[ 9386] By: jhi on 2001/03/27 20:04:18
26200 Log: Subject: Re: perl@9359 breaks HTML::Parser
26201 From: Gisle Aas <gisle@ActiveState.com>
26202 Date: 27 Mar 2001 11:30:24 -0800
26203 Message-ID: <lrr8zjxb5b.fsf@caliper.ActiveState.com>
26204
26205 Clarify the UTF-8 issues of the API docs.
26206 (Slightly reworded and expanded.)
26207 Branch: perl
26208 ! pod/perlapi.pod sv.c sv.h
26209____________________________________________________________________________
26210[ 9385] By: jhi on 2001/03/27 19:44:25
26211 Log: If directory entries compare equal case-insensitively,
26212 retry case-sensitively.
26213 Branch: perl
26214 ! ext/File/Glob/bsd_glob.c
26215____________________________________________________________________________
26216[ 9384] By: nick on 2001/03/27 19:38:50
26217 Log: Various EBCDIC fixes:
26218 - major revelation that swash code is encoding aware,
26219 (or thought it was) - now it is ;-)
26220 - With that out of the way fix a slab of tr/// cases.
26221 - Fix Encode 'Unicode' to be true Unicode so tests pass.
26222 - As anticipated Base64.xs needed tweaks.
26223 - Until tr/// works right avoid old_encode64 in MIME tests.
26224 Branch: perlio
26225 ! doop.c ext/Encode/Encode.pm ext/MIME/Base64/Base64.xs
26226 ! t/lib/encode.t t/lib/mimeb64.t utf8.c
26227____________________________________________________________________________
26228[ 9383] By: jhi on 2001/03/27 18:34:41
26229 Log: Add the std test suite BEGIN block.
26230 Branch: perl
26231 ! t/lib/xs-typemap.t
26232____________________________________________________________________________
26233[ 9382] By: jhi on 2001/03/27 15:16:07
26234 Log: Add debugging output to the test.
26235 Branch: perl
26236 ! t/lib/glob-basic.t
26237____________________________________________________________________________
26238[ 9381] By: jhi on 2001/03/27 15:08:10
26239 Log: Add Tim Jenness' XS::Typemap for exercizing the standard typemap.
26240 Branch: perl
26241 + ext/XS/Typemap/Makefile.PL ext/XS/Typemap/README
26242 + ext/XS/Typemap/Typemap.pm ext/XS/Typemap/Typemap.xs
26243 + ext/XS/Typemap/stdio.c ext/XS/Typemap/typemap
26244 + t/lib/xs-typemap.t
26245 ! MANIFEST
26246____________________________________________________________________________
26247[ 9380] By: jhi on 2001/03/27 14:48:34
26248 Log: Subject: [PATCH] Typemap testing
26249 From: Tim Jenness <t.jenness@jach.hawaii.edu>
26250 Date: Sun, 25 Mar 2001 16:46:12 -1000 (HST)
26251 Message-ID: <Pine.LNX.4.30.0103251629350.16988-101000@lapaki.jach.hawaii.edu>
26252
26253 (The first part of the patch.)
26254 Branch: perl
26255 ! lib/ExtUtils/typemap lib/ExtUtils/xsubpp
26256____________________________________________________________________________
26257[ 9379] By: jhi on 2001/03/27 14:44:56
26258 Log: Subject: Re: [PATCH] t/lib/glob-basic.t
26259 From: Benjamin Sugars <bsugars@canoe.ca>
26260 Date: Mon, 26 Mar 2001 14:11:47 -0500 (EST)
26261 Message-ID: <Pine.LNX.4.21.0103261406170.2729-100000@marmot.rim.canoe.ca>
26262 Branch: perl
26263 ! t/lib/glob-basic.t
26264____________________________________________________________________________
26265[ 9378] By: jhi on 2001/03/27 14:42:30
26266 Log: Subject: [PATCH] perlvar nit
26267 From: Simon Cozens <simon@netthink.co.uk>
26268 Date: Tue, 27 Mar 2001 01:12:01 +0100
26269 Message-ID: <20010327011201.A19179@netthink.co.uk>
26270 Branch: perl
26271 ! pod/perlvar.pod
26272____________________________________________________________________________
26273[ 9377] By: jhi on 2001/03/27 14:36:26
26274 Log: Subject: [PATCH] B::Terse and warnings
26275 From: Benjamin Sugars <ben.sugars@home.com>
26276 Date: Mon, 26 Mar 2001 23:40:33 -0500 (EST)
26277 Message-ID: <Pine.LNX.4.21.0103262320170.20040-100000@localhost.localdomain>
26278 Branch: perl
26279 ! ext/B/B.pm ext/B/B/Terse.pm
26280____________________________________________________________________________
26281[ 9376] By: jhi on 2001/03/27 14:31:31
26282 Log: Document sockatmark() some.
26283 Branch: perl
26284 ! pod/perldiag.pod pod/perlfunc.pod pod/perlport.pod
26285 ! pod/perltoc.pod
26286____________________________________________________________________________
26287[ 9375] By: jhi on 2001/03/27 14:00:24
26288 Log: sv_catpvf(sv, "%c", 128) should not UTF-8-ify the sv,
26289 noted by Gisle and fixed by NI-S.
26290 Branch: perl
26291 ! sv.c
26292____________________________________________________________________________
26293[ 9374] By: jhi on 2001/03/27 05:50:01
26294 Log: Regen toc.
26295 Branch: perl
26296 ! pod/perltoc.pod
26297____________________________________________________________________________
26298[ 9373] By: jhi on 2001/03/27 05:43:51
26299 Log: Pixie documenting.
26300 Branch: perl
26301 ! Makefile.SH pod/perlhack.pod
26302____________________________________________________________________________
26303[ 9372] By: jhi on 2001/03/27 05:29:34
26304 Log: Metaconfig unit changes for #9371.
26305 Branch: metaconfig
26306 ! U/modified/myhostname.U
26307 Branch: metaconfig/U/perl
26308 + d_sockatmark.U
26309 ! gccvers.U
26310____________________________________________________________________________
26311[ 9371] By: jhi on 2001/03/27 05:29:07
26312 Log: Add sockatmark() probing.
26313 Branch: perl
26314 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
26315 ! config_h.SH configure.com epoc/config.sh uconfig.h uconfig.sh
26316 ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
26317 ! vos/config.ga.h win32/config.bc win32/config.gc
26318 ! win32/config.vc
26319____________________________________________________________________________
26320[ 9370] By: jhi on 2001/03/26 22:01:18
26321 Log: pp_ncmp() and pp_scmp() should return numeric values, not booleans.
26322 Really need to benchmark this.
26323 Branch: perl
26324 ! pp.c
26325____________________________________________________________________________
26326[ 9369] By: nick on 2001/03/26 21:59:30
26327 Log: Integrate mainline.
26328 Branch: perlio
26329 ! ext/MIME/Base64/QuotedPrint.pm
26330 !> Changes Makefile.SH ext/IO/IO.xs ext/IO/lib/IO/Socket.pm
26331 !> patchlevel.h pod/perlhack.pod pp_sys.c
26332____________________________________________________________________________
26333[ 9368] By: jhi on 2001/03/26 21:47:03
26334 Log: Treat pp_ncmp() and pp_scmp() as in #9366 (ROK).
26335
26336 TODO1: perlbench.
26337 TODO2: le, lt, ge, gt? Yech.
26338 Branch: perl
26339 ! pp.c
26340____________________________________________________________________________
26341[ 9367] By: jhi on 2001/03/26 21:34:57
26342 Log: Too much cut-and-paste in #9363.
26343 Branch: perl
26344 ! pp_sys.c
26345____________________________________________________________________________
26346[ 9366] By: jhi on 2001/03/26 21:20:53
26347 Log: Subject: $ref1 == $ref2 without NV_PRESERVES_UV
26348 From: Andreas Schwab <schwab@suse.de>
26349 Date: 26 Mar 2001 17:29:04 +0200
26350 Message-ID: <jeitkw5z27.fsf@hawking.suse.de>
26351
26352 (The patch for 5.6.0 or so, this is a guess for bleadperl)
26353 Branch: perl
26354 ! pp_hot.c
26355____________________________________________________________________________
26356[ 9365] By: jhi on 2001/03/26 21:07:54
26357 Log: Integrate perlio.
26358 Branch: perl
26359 !> perlio.c
26360____________________________________________________________________________
26361[ 9364] By: nick on 2001/03/26 20:30:48
26362 Log: REFCNT botch in layer name cache hash.
26363 Branch: perlio
26364 ! perlio.c
26365____________________________________________________________________________
26366[ 9363] By: jhi on 2001/03/26 18:44:32
26367 Log: Subject: [PATCH] socket() leaks file descriptors
26368 From: Benjamin Sugars <bsugars@canoe.ca>
26369 Date: Mon, 26 Mar 2001 13:29:54 -0500 (EST)
26370 Message-ID: <Pine.LNX.4.21.0103261315510.2729-100000@marmot.rim.canoe.ca>
26371
26372 Also sockpair() fixed similarly.
26373 Branch: perl
26374 ! pp_sys.c
26375____________________________________________________________________________
26376[ 9362] By: jhi on 2001/03/26 18:37:52
26377 Log: Integrate perlio.
26378 Branch: perl
26379 !> README.os390 miniperlmain.c perlio.c perliol.h t/op/pat.t
26380____________________________________________________________________________
26381[ 9361] By: nick on 2001/03/26 17:32:06
26382 Log: Implement flush of linebuffered streams on read of a tty.
26383 Branch: perlio
26384 ! perlio.c perliol.h
26385____________________________________________________________________________
26386[ 9360] By: nick on 2001/03/26 17:12:32
26387 Log: Memory tweaks and notes for OEMVS.
26388 Branch: perlio
26389 ! README.os390 miniperlmain.c t/op/pat.t
26390____________________________________________________________________________
26391[ 9359] By: jhi on 2001/03/26 02:12:54
26392 Log: Update Changes.
26393 Branch: perl
26394 ! Changes patchlevel.h
26395____________________________________________________________________________
f734a339
JH
26396[ 9358] By: jhi on 2001/03/26 02:05:32
26397 Log: Document the most common pixie options.
26398 Branch: perl
26399 ! pod/perlhack.pod
26400____________________________________________________________________________
26401[ 9357] By: jhi on 2001/03/26 01:25:28
26402 Log: For perl.pixie check *before* compiling that optimize is -g,
26403 as for perl.third.
26404 Branch: perl
26405 ! Makefile.SH
26406____________________________________________________________________________
26407[ 9356] By: jhi on 2001/03/26 01:13:41
26408 Log: rmdir lib/Digest, lib/MIME, and lib/PerlIO.
26409 Branch: perl
26410 ! Makefile.SH
26411____________________________________________________________________________
26412[ 9355] By: jhi on 2001/03/26 01:11:19
26413 Log: Remove t/perl.third.
26414 Branch: perl
26415 ! Makefile.SH
26416____________________________________________________________________________
26417[ 9354] By: jhi on 2001/03/26 00:23:38
26418 Log: Implement IO::Socket::atmark(), inspired by Lincoln Stein's
26419 IO::Sockatmark().
f734a339
JH
26420 Branch: perl
26421 ! ext/IO/IO.xs ext/IO/lib/IO/Socket.pm
26422____________________________________________________________________________
26423[ 9353] By: jhi on 2001/03/25 22:25:04
26424 Log: Integrate perlio.
26425 Branch: perl
26426 !> ext/Encode/Encode.pm ext/Encode/Encode.xs
26427 !> ext/PerlIO/Scalar/Scalar.xs perl.c perlio.c perlio.h perliol.h
26428 !> pp_hot.c win32/makefile.mk
26429____________________________________________________________________________
26430[ 9352] By: jhi on 2001/03/25 22:21:41
26431 Log: Subject: Re: [ID 20010215.006] Bad arg length for Socket::unpack_sockaddr_un, length is 14 ...
26432 From: Radu Greab <radu@netsoft.ro>
26433 Date: Fri, 23 Mar 2001 21:14:59 +0200 (EET)
26434 Message-ID: <15035.41139.646781.478457@ix.netsoft.ro>
26435 Branch: perl
26436 ! pp_sys.c
26437____________________________________________________________________________
26438[ 9351] By: nick on 2001/03/25 22:15:02
26439 Log: Fix readline in list mode to tell rest of world that it has
26440 things on the stack. Otherwise if perl code gets invoked
26441 underneath it it scribbles over results-so-far.
26442 (Why TIEHANDLE has not tripped on this is a mystery.)
26443 Branch: perlio
26444 ! pp_hot.c
26445____________________________________________________________________________
26446[ 9350] By: nick on 2001/03/25 22:10:13
26447 Log: win32/makefile.mk typos
26448 Branch: perlio
26449 ! win32/makefile.mk
26450____________________________________________________________________________
26451[ 9349] By: nick on 2001/03/25 21:31:14
26452 Log: Integrate now-non-binary file.
26453 Branch: perlio
26454 !> t/lib/mimeqp.t
26455____________________________________________________________________________
26456[ 9348] By: nick on 2001/03/25 21:27:24
26457 Log: Make it text
26458 Branch: perlio
26459 ! t/lib/mimeqp.t
26460____________________________________________________________________________
26461[ 9347] By: nick on 2001/03/25 21:25:37
26462 Log: Integrate mainline.
26463 Branch: perlio
26464 !> ext/Digest/MD5/MD5.pm ext/MIME/Base64/Base64.pm
26465 !> lib/Term/ReadLine.pm t/lib/md5-file.t
26466____________________________________________________________________________
26467[ 9346] By: nick on 2001/03/25 20:58:15
26468 Log: Add destruct time hook to PerlIO (for work-in-process implementing
26469 layers in perl code. In such cases layers need to be popped before
26470 we loose the ability to run perl code.)
26471 Also back-out "PerlIO::object" hook - it isn't going to work like that...
26472 Branch: perlio
26473 ! perl.c perlio.c perlio.h perliol.h
26474____________________________________________________________________________
26475[ 9345] By: nick on 2001/03/25 20:49:11
26476 Log: Avoid at leasy one of undefined warnings in Encode.
26477 Branch: perlio
26478 ! ext/Encode/Encode.pm ext/Encode/Encode.xs
26479____________________________________________________________________________
26480[ 9344] By: jhi on 2001/03/25 20:37:43
26481 Log: A workaround for using Term::ReadLine in emacs minibuffer
26482 from Wybo Dekker <wybo@servalys.nl> and Johan Vromans;
26483 additional tweaks from Ilya Zakharevich.
26484 Branch: perl
26485 ! lib/Term/ReadLine.pm
26486____________________________________________________________________________
26487[ 9343] By: nick on 2001/03/25 20:21:14
26488 Log: Missing return value.
26489 Branch: perlio
26490 ! ext/PerlIO/Scalar/Scalar.xs
26491____________________________________________________________________________
26492[ 9342] By: jhi on 2001/03/25 16:21:00
26493 Log: Roll back the version numbers of Digest::MD5 and MIME::Base64
26494 to equal the CPAN versions since no code changes have been made.
26495 Branch: perl
26496 ! ext/Digest/MD5/MD5.pm ext/MIME/Base64/Base64.pm
26497 ! t/lib/md5-file.t
26498____________________________________________________________________________
26499[ 9341] By: jhi on 2001/03/25 16:01:48
26500 Log: Escape 8-bit characters.
26501 Branch: perl
26502 ! t/lib/mimeqp.t
26503____________________________________________________________________________
26504[ 9340] By: gsar on 2001/03/25 15:50:53
26505 Log: readd mimeqp.t as xtext (used to be binary because of the literal 8-bit
26506 chars)
26507 Branch: perl
26508 + t/lib/mimeqp.t
26509____________________________________________________________________________
26510[ 9339] By: gsar on 2001/03/25 15:48:50
26511 Log: delete mimeqp.t for later with text mode set
26512 Branch: perl
26513 - t/lib/mimeqp.t
26514____________________________________________________________________________
26515[ 9338] By: nick on 2001/03/25 09:01:57
26516 Log: Integrate mainline.
26517 Branch: perlio
26518 +> ext/MIME/Base64/Base64.pm ext/MIME/Base64/Base64.xs
26519 +> ext/MIME/Base64/Changes ext/MIME/Base64/Makefile.PL
26520 +> ext/MIME/Base64/QuotedPrint.pm t/lib/mimeb64.t
26521 +> t/lib/mimeb64u.t t/lib/mimeqp.t
26522 !> MANIFEST configure.com djgpp/config.over epoc/config.sh
26523 !> hints/uts.sh hints/uwin.sh hints/vmesa.sh t/lib/md5-file.t
26524 !> utils/h2xs.PL win32/Makefile win32/makefile.mk
26525____________________________________________________________________________
26526[ 9337] By: jhi on 2001/03/25 04:23:24
26527 Log: Add MIME::Base64 here and there. Again, a lot of
26528 optimism is in the air.
26529 Branch: perl
26530 ! configure.com djgpp/config.over epoc/config.sh hints/uts.sh
26531 ! hints/uwin.sh hints/vmesa.sh win32/Makefile win32/makefile.mk
26532____________________________________________________________________________
26533[ 9336] By: jhi on 2001/03/25 04:12:43
26534 Log: Add PerlIO::Scalar to win32/Makefile. (I'm doing
26535 this by ear as I do not do Win32 programming.)
26536 Branch: perl
26537 ! win32/Makefile win32/makefile.mk
26538____________________________________________________________________________
26539[ 9335] By: jhi on 2001/03/25 04:03:50
26540 Log: Put back the MD5-Base64 tests now that we have MIME::Base64.
26541 Branch: perl
26542 ! t/lib/md5-file.t
26543____________________________________________________________________________
26544[ 9334] By: jhi on 2001/03/25 03:58:53
26545 Log: Add MIME::Base 2.12 from Gisle Aas, version number bumped to 2.13.
26546 Branch: perl
26547 + ext/MIME/Base64/Base64.pm ext/MIME/Base64/Base64.xs
26548 + ext/MIME/Base64/Changes ext/MIME/Base64/Makefile.PL
26549 + ext/MIME/Base64/QuotedPrint.pm t/lib/mimeb64.t
26550 + t/lib/mimeb64u.t t/lib/mimeqp.t
26551 ! MANIFEST
26552____________________________________________________________________________
26553[ 9333] By: jhi on 2001/03/24 20:14:37
26554 Log: Integrate perlio.
26555 Branch: perl
26556 !> doio.c pod/perlfunc.pod pod/perliol.pod win32/makefile.mk
26557____________________________________________________________________________
26558[ 9332] By: nick on 2001/03/24 19:40:34
26559 Log: Fix un-init variable leading to spurious "Out of Memory!"
26560 Branch: perlio
26561 ! doio.c
26562____________________________________________________________________________
26563[ 9331] By: nick on 2001/03/24 19:09:59
26564 Log: Tweak docs for C<open> (boy does that need wholesale revision...)
26565 and update layers internals doc.
26566 Branch: perlio
26567 ! pod/perlfunc.pod pod/perliol.pod
26568____________________________________________________________________________
26569[ 9330] By: jhi on 2001/03/24 18:42:11
26570 Log: The length might be uninitialized garbage if the *svp is the undef.
26571 Branch: perl
26572 ! doio.c
26573____________________________________________________________________________
26574[ 9329] By: jhi on 2001/03/24 18:26:57
86d4dbc9
JH
26575 Log: (Retracted by #9393)
26576
26577 Subject: [PATCH h2xs] $!{EINVAL} requires "use Errno"
f734a339
JH
26578 From: Simon Cozens <simon@netthink.co.uk>
26579 Date: Sat, 24 Mar 2001 17:13:17 +0000
26580 Message-ID: <20010324171317.A13406@netthink.co.uk>
26581 Branch: perl
26582 ! utils/h2xs.PL
26583____________________________________________________________________________
26584[ 9328] By: nick on 2001/03/24 17:22:02
26585 Log: Integrate mainline.
26586 Branch: perlio
26587 !> lib/unicode/Names.txt lib/unicode/ReadMe.txt
26588 !> lib/unicode/version
26589____________________________________________________________________________
26590[ 9327] By: nick on 2001/03/24 17:16:02
26591 Log: Integrate mainline.
26592 Branch: perlio
26593 +> ext/Digest/MD5/Changes ext/Digest/MD5/MD5.pm
26594 +> ext/Digest/MD5/MD5.xs ext/Digest/MD5/Makefile.PL
26595 +> ext/Digest/MD5/hints/irix_6.pl ext/Digest/MD5/typemap
26596 +> lib/Digest.pm t/lib/digest.t t/lib/md5-aaa.t t/lib/md5-badf.t
26597 +> t/lib/md5-file.t
26598 !> MANIFEST Makefile.SH configure.com djgpp/config.over
26599 !> epoc/config.sh ext/DynaLoader/hints/aix.pl hints/aix.sh
26600 !> hints/uts.sh hints/uwin.sh hints/vmesa.sh lib/Net/Ping.pm op.c
26601 !> pp.c t/lib/b.t t/op/re_tests t/op/repeat.t win32/Makefile
26602 !> win32/makefile.mk
26603____________________________________________________________________________
26604[ 9326] By: jhi on 2001/03/24 17:00:42
26605 Log: Upgrade to Unicode 3.1 beta 2001-03-23.
26606 Branch: perl
26607 ! lib/unicode/Names.txt lib/unicode/ReadMe.txt
26608 ! lib/unicode/version
26609____________________________________________________________________________
26610[ 9325] By: jhi on 2001/03/24 16:22:33
26611 Log: Subject: Re: B::Deparse bug (5.6.0)
26612 From: Robin Houston <robin@kitsite.com>
26613 Date: Sat, 24 Mar 2001 14:33:09 +0000
26614 Message-ID: <20010324143309.B17734@puffinry.freeserve.co.uk>
26615 Branch: perl
26616 ! op.c pp.c t/lib/b.t t/op/repeat.t
26617____________________________________________________________________________
26618[ 9324] By: jhi on 2001/03/24 16:21:56
26619 Log: Boldly add extensions to be built to VMS, EPOC, UTS,
26620 U/WIN, and VM/ESA (and fixups for DJGPP). Some of
26621 these additions may be too optimistic.
26622 Branch: perl
26623 ! configure.com djgpp/config.over epoc/config.sh hints/uts.sh
26624 ! hints/uwin.sh hints/vmesa.sh
26625____________________________________________________________________________
26626[ 9323] By: jhi on 2001/03/24 16:06:01
26627 Log: Integrate perlio.
26628 Branch: perl
26629 +> ext/PerlIO/Scalar/Makefile.PL ext/PerlIO/Scalar/Scalar.pm
26630 +> ext/PerlIO/Scalar/Scalar.xs t/lib/io_scalar.t
26631 ! Makefile.SH
26632 !> MANIFEST doio.c embed.h ext/Encode/Encode.xs
26633 !> ext/POSIX/POSIX.xs global.sym iperlsys.h makedef.pl objXSUB.h
26634 !> perlapi.c perlio.c perliol.h proto.h t/io/open.t t/io/utf8.t
26635 !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
26636 !> win32/makefile.mk win32/perlhost.h win32/win32.c
26637 !> win32/win32iop.h
26638____________________________________________________________________________
26639[ 9322] By: nick on 2001/03/24 14:39:12
26640 Log: Routine Win32 regen_config_h - no real changes.
26641 Branch: perlio
26642 ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
26643____________________________________________________________________________
26644[ 9321] By: nick on 2001/03/24 14:31:49
26645 Log: PerlIO fixups for Win32:
26646 - provide win33_popenlist() - non-functional as yet.
26647 - avoid need for aTHX in PerlIO_debug calls - even if not
26648 enabled args are still evaluated so Win32 has trouble during fork().
26649 - Add PerlIO/Scalar to list of extensions in win32/makefile.mk
26650 - Fixup makedef.pl for latest set of symbols.
26651 Branch: perlio
26652 ! iperlsys.h makedef.pl perlio.c win32/makefile.mk
26653 ! win32/perlhost.h win32/win32.c win32/win32iop.h
26654____________________________________________________________________________
26655[ 9320] By: nick on 2001/03/24 14:26:58
26656 Log: POSIX::getcwd XS code to call Cwd::cwd when HAS_GETCWD not defined
26657 was gibberish - broke it on WIn32 at least.
26658 Branch: perlio
26659 ! ext/POSIX/POSIX.xs
26660____________________________________________________________________________
26661[ 9319] By: nick on 2001/03/24 11:29:41
26662 Log: Generated files.
26663 Branch: perlio
26664 ! embed.h global.sym objXSUB.h perlapi.c proto.h
26665____________________________________________________________________________
26666[ 9318] By: nick on 2001/03/24 10:29:37
26667 Log: Implement:
26668 1. open($fh,"+<",undef); # add test to t/io/open.t
26669 2. open($fh,"+<",\$var); # New test t/lib/io_scalar.t
26670 Branch: perlio
26671 + ext/PerlIO/Scalar/Makefile.PL ext/PerlIO/Scalar/Scalar.pm
26672 + ext/PerlIO/Scalar/Scalar.xs t/lib/io_scalar.t
26673 ! MANIFEST doio.c ext/Encode/Encode.xs perlio.c perliol.h
26674 ! t/io/open.t t/io/utf8.t
26675____________________________________________________________________________
26676[ 9317] By: jhi on 2001/03/23 23:41:25
26677 Log: AIX does seems to have optimization problems with its C compilers.
26678 Branch: perl
26679 ! hints/aix.sh
26680____________________________________________________________________________
26681[ 9316] By: jhi on 2001/03/23 23:40:46
26682 Log: Integrate perlio.
26683 Branch: perl
26684 +> lib/PerlIO.pm
26685 !> MANIFEST doio.c ext/Encode/Encode.xs perlio.c perlio.h
26686 !> perliol.h
26687____________________________________________________________________________
26688[ 9315] By: jhi on 2001/03/23 22:16:30
26689 Log: Fix the EBCDIC MD5.pm checksum, from Pter Prymmer.
26690 Branch: perl
26691 ! t/lib/md5-file.t
26692____________________________________________________________________________
26693[ 9314] By: nick on 2001/03/23 20:49:02
26694 Log: Perlio internals re-organized.
26695 - open process creates AV of layer/arg pairs
26696 (appends layers from open() or open.pm to default list).
26697 - push arg is now an SV.
26698 - layer ->Open get passed the AV
26699 - open is no longer mandatory method.
26700 - topmost layer that has ->Open method does the open
26701 - any layers above are pushed once that returns.
26702 - vtable re-ordered so dummy layers need only provide push/pop methods.
26703 Branch: perlio
26704 ! ext/Encode/Encode.xs perlio.c perlio.h perliol.h
26705____________________________________________________________________________
26706[ 9313] By: nick on 2001/03/23 16:27:41
26707 Log: Check in a stable (working) version before next round of tweaks.
26708 Changes include:
26709 - Move default layers code out of doio.c and into perlio.c
26710 - Single routine for parsing layer specification strings.
26711 - Skeleton support for demand loading of layers
26712 - Core-dump avoidance if PERLIO environment specifies loadable layer
26713 (does not _work_ as need IO to load and need load to do IO ...)
26714 Branch: perlio
26715 + lib/PerlIO.pm
26716 ! MANIFEST doio.c perlio.c
26717____________________________________________________________________________
26718[ 9312] By: gsar on 2001/03/23 16:25:25
26719 Log: add execute bit to files with shebang lines in the repository;
26720 avoid clobbering execute bit in Porting/makerel
26721 Branch: maint-5.6/perl
26722 ! (edit 144 files)
26723____________________________________________________________________________
26724[ 9311] By: jhi on 2001/03/23 14:25:35
26725 Log: Forgot the unneeded hints/dec_osf.pl into MANIFEST in #9308.
26726 Branch: perl
26727 ! MANIFEST
26728____________________________________________________________________________
26729[ 9310] By: jhi on 2001/03/23 13:45:04
26730 Log: Subject: [PATCH] Net::Ping
26731 From: Colin McMillen <mcmi0037@tc.umn.edu>
26732 Date: Thu, 22 Mar 2001 19:30:31 -0600
26733 Message-ID: <20010322193031.A18814@strago.jenovaproject.org>
26734 Branch: perl
26735 ! lib/Net/Ping.pm
26736____________________________________________________________________________
26737[ 9309] By: jhi on 2001/03/23 13:39:13
26738 Log: EBCDIC patches for Digest::MD5 tests from Peter Prymmer.
26739 Branch: perl
26740 ! t/lib/md5-aaa.t t/lib/md5-file.t
26741____________________________________________________________________________
26742[ 9308] By: jhi on 2001/03/23 13:20:34
26743 Log: Integrate Digest-1.00 and Digest-MD5-2.13, from Gisle Aas.
26744 - bump the version to 2.14
26745 - drop the base64 tests since they require MIME::Base64
26746 - drop the rfc1321.txt
26747 - drop the hints/dec_osf.pl since it's only needed for
26748 pre-5.005_03 Perls
26749 Todo:
26750 - the U32 alignment testing is now removed; it needs to
26751 be reintroduced as as a Config variable (meaning also
26752 as a Configure test)
26753 - get the new EBCDIC md5sum for MD5.pm
26754 - test in Win32 to see how badly I botched the makefiles
26755 Branch: perl
26756 + ext/Digest/MD5/Changes ext/Digest/MD5/MD5.pm
26757 + ext/Digest/MD5/MD5.xs ext/Digest/MD5/Makefile.PL
26758 + ext/Digest/MD5/hints/irix_6.pl ext/Digest/MD5/typemap
26759 + lib/Digest.pm t/lib/digest.t t/lib/md5-aaa.t t/lib/md5-badf.t
26760 + t/lib/md5-file.t
26761 ! MANIFEST configure.com hints/uwin.sh hints/vmesa.sh
26762 ! win32/Makefile win32/makefile.mk
26763____________________________________________________________________________
26764[ 9307] By: jhi on 2001/03/23 12:56:14
26765 Log: Integrate change #9306 from maintperl into mainline,
26766 AIX dynaloader for AIXes without <load.h>.
26767 Branch: perl
26768 !> ext/DynaLoader/hints/aix.pl
26769____________________________________________________________________________
26770[ 9306] By: jhi on 2001/03/23 12:51:36
26771 Log: There are AIXes without /usr/include/load.h,
26772 patch from H.Merijn Brand.
26773 Branch: maint-5.6/perl
26774 ! ext/DynaLoader/hints/aix.pl
26775____________________________________________________________________________
26776[ 9305] By: nick on 2001/03/23 11:00:42
26777 Log: Add pTHX_ to -Duseperlio API where it does not conflict with legacy stuff.
26778 Branch: perlio
26779 ! ext/Encode/Encode.xs perlio.c perlio.h
26780____________________________________________________________________________
26781[ 9304] By: nick on 2001/03/23 10:20:46
26782 Log: Render -Duseperlio functional again.
26783 - this is "quick fix" which calls PerlIO_apply_layers after opening,
26784 which is what old scheme did. New scheme needs to change that
26785 to make open(...,\$scalar) etc. work but this will do for now.
26786 Branch: perlio
26787 ! perlio.c
26788____________________________________________________________________________
26789[ 9303] By: nick on 2001/03/23 09:53:20
26790 Log: Avoid "reopen" semantics for time being. Fix bug in dup logic.
26791 -Uuseperlio now works again.
26792 -Duseperlio is still poorly. Don't merge yet...
26793 Branch: perlio
26794 ! doio.c perlio.h
26795____________________________________________________________________________
26796[ 9302] By: nick on 2001/03/22 22:26:51
26797 Log: Snapshot of new PerlIO open scheme. Still buggy - mainly in open($fh,">&STDOUT!")
26798 type code.
26799 - Invent PerlIO_openn() - which has "lots" of args a bit like do_openn() which
26800 is its main caller. In particular now has access to "extra" args, and
26801 can tell when an open handle is "reopened" (or duped?).
26802 - In -Duseperlio PerlIO_open() et. al. are now wrappers on PerlIO_openn().
26803 - In -Uuseperlio (untested as yet) PerlIO_openn() is a wrapper on
26804 PerlIO_open() et. al. (i.e. other way round).
26805 - Collapse "vtable" entries for layers - was fdopen/open/reopen now just open
26806 with args close to PerlIO_openn().
26807 Branch: perlio
26808 ! doio.c ext/Encode/Encode.xs perlio.c perlio.h perliol.h
26809____________________________________________________________________________
26810[ 9301] By: jhi on 2001/03/22 20:58:04
26811 Log: Integrate perlio.
26812 Branch: perl
26813 !> doio.c embed.pl iperlsys.h perl.c perlio.c pp_hot.c pp_sys.c
26814 !> t/io/open.t util.c
26815____________________________________________________________________________
26816[ 9300] By: nick on 2001/03/22 17:36:32
26817 Log: Don't include $@ in not ok message.
26818 Branch: perlio
26819 ! t/io/open.t
26820____________________________________________________________________________
26821[ 9299] By: gsar on 2001/03/22 16:53:45
26822 Log: back out changes#7532,7521 for now (appears to have problems
26823 on IRIX)
26824 Branch: maint-5.6/perl
26825 ! ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs
26826 ! ext/POSIX/typemap pod/perlvar.pod
26827____________________________________________________________________________
26828[ 9298] By: nick on 2001/03/22 14:35:46
26829 Log: Give a meaning to '&' in n-arg open case:
26830 open($fh,"<&",$scalar);
26831 $scalar can be:
26832 - an integer which does "fdopen"
26833 open($fh,"<&",2); # like open($fh,"<&2")
26834 - something that will yield a file handle via sv_2io()
26835 useful for dup'ing anonymous handles.
26836 e.g.:
26837 open(my $fh,"<&",\*STDIN);
26838 open(my $dup,"<&",$fh);
26839 Branch: perlio
26840 ! doio.c t/io/open.t
26841____________________________________________________________________________
26842[ 9297] By: nick on 2001/03/22 13:34:35
26843 Log: Implement open($fh,"-|",prog,args...) for HAS_FORK cases.
26844 Branch: perlio
26845 ! util.c
26846____________________________________________________________________________
26847[ 9296] By: nick on 2001/03/22 12:51:20
26848 Log: Re-instate warnings for 'eof STDOUT' etc. by marking STD* as appropriate IoTYPE.
26849 Branch: perlio
26850 ! perl.c
26851____________________________________________________________________________
26852[ 9295] By: nick on 2001/03/22 11:59:44
26853 Log: If stdin, stdout or stderr get opened in unexpected read/write state
26854 then warn at time of open not at time of use.
26855 Branch: perlio
26856 ! doio.c pp_hot.c pp_sys.c
26857____________________________________________________________________________
26858[ 9294] By: nick on 2001/03/22 10:54:35
26859 Log: Die on n-arg open(...,"",xxx,yyy,...)
26860 - redirect pipe cases to PerlProc_popen_list() (which just croaks for now)
26861 - die on read/write cases so we can decide what it means later.
26862 Branch: perlio
26863 ! doio.c embed.pl iperlsys.h util.c
26864____________________________________________________________________________
26865[ 9293] By: nick on 2001/03/22 09:02:45
26866 Log: perlio tweaks (reported by Nick Clark)
26867 Line buffer ttys, PerlIOBuf_tell() on unseekable off-by one,
26868 error check in Pendinf_read().
26869 Branch: perlio
26870 ! perlio.c
26871____________________________________________________________________________
26872[ 9292] By: gsar on 2001/03/22 07:12:00
26873 Log: integrate changes#8306,8532 from mainline (missing USE_PURE_BISON
26874 fixes)
26875 Branch: maint-5.6/perl
26876 !> embed.h embed.pl objXSUB.h perlapi.c perly.y proto.h toke.c
26877____________________________________________________________________________
26878[ 9291] By: jhi on 2001/03/22 06:06:44
26879 Log: Regex tests from Chicheng Zhang. (Already fixed.)
26880 Branch: perl
26881 ! t/op/re_tests
26882____________________________________________________________________________
26883[ 9290] By: jhi on 2001/03/22 05:57:01
26884 Log: Move MacOS Classic higher in the list of supported platforms.
26885 Branch: maint-5.6/perl
26886 ! pod/perlport.pod
26887____________________________________________________________________________
26888[ 9289] By: gsar on 2001/03/22 05:35:04
26889 Log: revert part of change#6438 for compatibility (av_reify()
26890 appears to be needed to implement av_splice()ish things
26891 in XS)
26892 Branch: maint-5.6/perl
26893 ! embed.pl global.sym objXSUB.h perlapi.c
26894____________________________________________________________________________
26895[ 9288] By: gsar on 2001/03/22 03:09:19
26896 Log: update copyright year
26897 Branch: maint-5.6/perl
26898 ! EXTERN.h INTERN.h README av.c av.h cop.h cv.h deb.c doio.c
26899 ! doop.c dump.c form.h gv.c gv.h handy.h hv.c hv.h mg.c mg.h
26900 ! op.c op.h perl.c perl.h perlio.c perly.y pp.c pp.h pp_ctl.c
26901 ! pp_hot.c pp_sys.c regcomp.c regexec.c run.c scope.c sv.c sv.h
26902 ! toke.c utf8.c utf8.h util.c util.h x2p/EXTERN.h x2p/INTERN.h
26903 ! x2p/a2p.c x2p/a2p.h x2p/a2p.y x2p/a2py.c x2p/hash.c x2p/hash.h
26904 ! x2p/proto.h x2p/str.c x2p/str.h x2p/util.c x2p/util.h
26905 ! x2p/walk.c
26906____________________________________________________________________________
26907[ 9287] By: jhi on 2001/03/21 20:30:54
26908 Log: Integrate perlio.
26909 Branch: perl
26910 !> ext/Data/Dumper/Dumper.xs
26911____________________________________________________________________________
26912[ 9286] By: gsar on 2001/03/21 19:49:54
26913 Log: makefile.mk tweak
26914 Branch: maint-5.6/perl
26915 ! win32/Makefile win32/makefile.mk
26916____________________________________________________________________________
26917[ 9285] By: nick on 2001/03/21 19:07:13
26918 Log: Multiplicity fix for Dumper.
26919 Branch: perlio
26920 ! ext/Data/Dumper/Dumper.xs
26921____________________________________________________________________________
26922[ 9284] By: nick on 2001/03/21 19:01:07
26923 Log: Integrate mainline - (does not build xTHX issue in Dumper).
26924 Branch: perlio
26925 !> (integrate 27 files)
26926____________________________________________________________________________
26927[ 9283] By: jhi on 2001/03/21 17:17:35
26928 Log: Integrate change #9282 from mainline into maintperl,
26929 4-arg UTF-8 substr().
26930 Branch: maint-5.6/perl
26931 !> pp.c
26932____________________________________________________________________________
26933[ 9282] By: jhi on 2001/03/21 17:15:43
26934 Log: The #9270 would have leaked a scalar if pp_substr()
26935 returned early.
26936 Branch: perl
26937 ! pp.c
26938____________________________________________________________________________
26939[ 9281] By: gsar on 2001/03/21 17:03:14
26940 Log: makefile.mk defaults to GCC, not BORLAND (as mentioned in README.win32)
26941 Branch: maint-5.6/perl
26942 ! win32/makefile.mk
26943____________________________________________________________________________
26944[ 9280] By: gsar on 2001/03/21 17:01:20
26945 Log: some tweaks to change#9278 (fork() emulation should be enabled
26946 by setting BUILD_FLAVOR instead of changing the defaults)
26947 Branch: maint-5.6/perl
26948 ! win32/makefile.mk
26949____________________________________________________________________________
26950[ 9279] By: gsar on 2001/03/21 16:47:19
26951 Log: integrate change#9271 from mainline; a tweak to Glob.pm docs
26952 Branch: maint-5.6/perl
26953 ! ext/File/Glob/Glob.pm
26954 !> lib/Cwd.pm
26955____________________________________________________________________________
26956[ 9278] By: jhi on 2001/03/21 14:35:10
26957 Log: Subject: [PATCH: 5.6.1-trial3] Borland C++ for Win32 fixes
26958 From: "Vadim Konovalov" <watman@inbox.ru>
26959 Date: Wed, 21 Mar 2001 01:53:51 +0300
26960 Message-ID: <004101c0b190$a749ea20$f7c030d4@vad>
26961 Branch: maint-5.6/perl
26962 ! win32/makefile.mk win32/win32sck.c
26963____________________________________________________________________________
26964[ 9277] By: jhi on 2001/03/21 13:58:28
26965 Log: Integrate change #9270 from mainline to maintperl:
26966 continued 4-arg UTF-8 substr() fixing.
26967 Branch: maint-5.6/perl
26968 !> pp.c t/op/substr.t
26969____________________________________________________________________________
26970[ 9276] By: jhi on 2001/03/21 13:33:00
26971 Log: More pixie cleaning.
26972 Branch: perl
26973 ! Makefile.SH
26974____________________________________________________________________________
26975[ 9275] By: jhi on 2001/03/21 03:54:17
26976 Log: Update Changes.
26977 Branch: perl
26978 ! Changes patchlevel.h
26979____________________________________________________________________________
3249a4d4
JH
26980[ 9274] By: jhi on 2001/03/21 03:48:24
26981 Log: First stab at making Data::Dumper to grok Unicode.
26982
26983 TODO: tests, EBCDICify.
26984 Branch: perl
26985 ! ext/Data/Dumper/Dumper.pm ext/Data/Dumper/Dumper.xs
26986____________________________________________________________________________
26987[ 9273] By: jhi on 2001/03/21 02:23:00
26988 Log: Fix for
26989
26990 Subject: Memory leak in unquoted print
26991 From: Benjamin Sugars <bsugars@canoe.ca>
26992 Date: Tue, 20 Mar 2001 10:02:56 -0500 (EST)
26993 Message-ID: <Pine.LNX.4.21.0103200958180.1538-100000@marmot.rim.canoe.ca>
26994 Branch: perl
26995 ! perlio.c
26996____________________________________________________________________________
26997[ 9272] By: jhi on 2001/03/21 01:33:17
26998 Log: Subject: Re: [PATCH] POSIX::getcwd()
26999 From: Benjamin Sugars <bsugars@canoe.ca>
27000 Date: Mon, 19 Mar 2001 15:07:03 -0500 (EST)
27001 Message-ID: <Pine.LNX.4.21.0103191454500.1820-100000@marmot.rim.canoe.ca>
27002 Branch: perl
27003 ! ext/POSIX/POSIX.pm ext/POSIX/POSIX.xs
27004____________________________________________________________________________
27005[ 9271] By: jhi on 2001/03/21 01:22:52
27006 Log: Subject: [PATCH] Cwd.pm docs
27007 From: Benjamin Sugars <bsugars@canoe.ca>
27008 Date: Tue, 20 Mar 2001 15:33:32 -0500 (EST)
27009 Message-ID: <Pine.LNX.4.21.0103201516550.7893-100000@marmot.rim.canoe.ca>
27010 Branch: perl
27011 ! lib/Cwd.pm
27012____________________________________________________________________________
27013[ 9270] By: jhi on 2001/03/21 01:16:29
27014 Log: Continue 4-arg substr() UTF-8 fixage.
27015 Branch: perl
27016 ! pp.c t/op/substr.t
27017____________________________________________________________________________
27018[ 9269] By: jhi on 2001/03/21 00:46:14
27019 Log: Integrate changes #9262,9264,9265,9266 from maintperl to mainline.
27020
27021 revert the leak fix in change#9142 (problem needs a more experimental
27022 fix unsuitable for 5.6.1)
27023
27024 do alphabetical sorting by default (for csh compatibility)
27025
27026 cut-n-paste goof in change#9264
27027
27028 VMS piping fixes (from Charles Lane)
27029 Branch: perl
27030 !> ext/File/Glob/Changes ext/File/Glob/Glob.pm
27031 !> ext/File/Glob/Glob.xs ext/File/Glob/bsd_glob.c
27032 !> ext/File/Glob/bsd_glob.h scope.c vms/vms.c vms/vmspipe.com
27033____________________________________________________________________________
27034[ 9268] By: jhi on 2001/03/21 00:37:04
27035 Log: Integrate perlio.
27036 Branch: perl
27037 !> embed.pl lib/utf8.pm op.c regcomp.c regexec.c sv.c toke.c
27038 !> utf8.c utf8.h utfebcdic.h
27039____________________________________________________________________________
27040[ 9267] By: nick on 2001/03/20 20:04:39
27041 Log: More EBCDIC stuff:
27042 - Loose the extra level of function on ASCII.
27043 - spotted a chr(0) issue in sv.c
27044 - re-work of UTF-X tr/// ranges to work in Unicode
27045 space. Still issues with the "0xff is illegal UTF-8" hack.
27046 - Yet another ad. hoc. utf8 'upgrade' in op.c recoded
27047 (why do it once when you can do it all over the place :-(
27048 - Enable HINTS_UTF8 on EBCDIC - then ignore it in toke.c,
27049 need utf8.pm for swashes.
27050 - Simplified and commented scan_const() in toke.c
27051 Still something wrong regexp and tr (swashes?).
27052 Branch: perlio
27053 ! embed.pl lib/utf8.pm op.c regcomp.c regexec.c sv.c toke.c
27054 ! utf8.c utf8.h utfebcdic.h
27055____________________________________________________________________________
27056[ 9266] By: gsar on 2001/03/20 19:16:43
27057 Log: VMS piping fixes (from Charles Lane)
27058 Branch: maint-5.6/perl
27059 ! vms/vms.c vms/vmspipe.com
27060____________________________________________________________________________
27061[ 9265] By: gsar on 2001/03/20 17:53:52
27062 Log: cut-n-paste goof in change#9264
27063 Branch: maint-5.6/perl
27064 ! ext/File/Glob/Glob.xs
27065____________________________________________________________________________
27066[ 9264] By: gsar on 2001/03/20 17:43:47
27067 Log: do alphabetical sorting by default (for csh compatibility);
27068 bsd_glob() does ASCII sort by default as usual, unless
27069 GLOB_ALPHASORT was specified
27070 Branch: maint-5.6/perl
27071 ! ext/File/Glob/Changes ext/File/Glob/Glob.pm
27072 ! ext/File/Glob/Glob.xs ext/File/Glob/bsd_glob.c
27073 ! ext/File/Glob/bsd_glob.h
27074____________________________________________________________________________
27075[ 9263] By: gsar on 2001/03/20 16:40:08
27076 Log: integrate change#9255 from mainline (unicode fix)
27077
27078 substr($bytestr, i, n, $charstr)
27079 Branch: maint-5.6/perl
27080 !> Todo-5.6 pp.c t/op/substr.t
27081____________________________________________________________________________
27082[ 9262] By: gsar on 2001/03/20 15:57:41
27083 Log: revert the leak fix in change#9142 (problem needs a more experimental
27084 fix unsuitable for 5.6.1)
27085 Branch: maint-5.6/perl
27086 ! scope.c
27087____________________________________________________________________________
27088[ 9261] By: jhi on 2001/03/20 14:26:25
27089 Log: Integrate changes #9259,9260 from maintperl into mainline.
27090
27091 Subject: [MacPerl-Porters] [PATCH] POSIX, File::Path (Mac OS) for 5.6.1 and 5.7
27092
27093 Subject: [PATCH perl-5.6.1-TRIAL3/run.c] printf warning
27094 Branch: perl
27095 !> ext/POSIX/POSIX.xs lib/File/Path.pm run.c
27096____________________________________________________________________________
27097[ 9260] By: jhi on 2001/03/20 14:05:46
27098 Log: Subject: [PATCH perl-5.6.1-TRIAL3/run.c] printf warning
27099 From: Robin Barker <rmb1@cise.npl.co.uk>
27100 Date: Tue, 20 Mar 2001 10:12:04 GMT
27101 Message-Id: <200103201012.KAA04738@tempest.npl.co.uk>
27102 Branch: maint-5.6/perl
27103 ! run.c
27104____________________________________________________________________________
27105[ 9259] By: jhi on 2001/03/20 14:04:39
27106 Log: Subject: [MacPerl-Porters] [PATCH] POSIX, File::Path (Mac OS) for 5.6.1 and 5.7
27107 From: Chris Nandor <pudge@pobox.com>
27108 Date: Tue, 20 Mar 2001 00:40:56 -0500
27109 Message-Id: <p05010401b6dc9d57a62d@[10.0.1.107]>
27110 Branch: maint-5.6/perl
27111 ! ext/POSIX/POSIX.xs lib/File/Path.pm
27112____________________________________________________________________________
27113[ 9258] By: jhi on 2001/03/20 05:09:34
27114 Log: Update Changes.
27115 Branch: perl
27116 ! Changes patchlevel.h
27117____________________________________________________________________________
365eb269
JH
27118[ 9257] By: jhi on 2001/03/20 05:04:25
27119 Log: tr/// UTF-8 tests for Inaba Hiroto's latest patches.
27120 Branch: perl
27121 ! t/op/tr.t
27122____________________________________________________________________________
27123[ 9256] By: jhi on 2001/03/20 04:43:12
27124 Log: Subject: [PATCH: 5.6.1-trial3] test fixes and installation cleanliness for OS/390
27125 From: Peter Prymmer <pvhp@forte.com>
27126 Date: Mon, 19 Mar 2001 16:43:13 -0800 (PST)
27127 Message-ID: <Pine.OSF.4.10.10103191627310.162127-100000@aspara.forte.com>
27128 Branch: maint-5.6/perl
27129 ! installperl t/comp/proto.t t/comp/require.t t/op/regmesg.t
27130____________________________________________________________________________
27131[ 9255] By: jhi on 2001/03/19 23:17:17
27132 Log: substr($bytestr, i, n, $charstr)
3249a4d4
JH
27133
27134 TODO: we are still broken if $bytestr needs UTF-8 upgrading.
365eb269
JH
27135 Branch: perl
27136 ! Todo-5.6 pp.c t/op/substr.t
27137____________________________________________________________________________
27138[ 9254] By: jhi on 2001/03/19 22:25:09
27139 Log: Rearrange the make test target prerequisites so that
27140 in a parallel make 'all' is finished before 'test'.
27141 Branch: perl
27142 ! Makefile.SH
27143____________________________________________________________________________
27144[ 9253] By: jhi on 2001/03/19 21:48:07
27145 Log: Subject: PATCH: cosmetic tweak in pp_ctl.c
27146 From: Robin Houston <robin@kitsite.com>
27147 Date: Mon, 19 Mar 2001 15:48:41 +0000
27148 Message-ID: <20010319154841.A28174@puffinry.freeserve.co.uk>
27149 Branch: perl
27150 ! pp_ctl.c
27151____________________________________________________________________________
27152[ 9252] By: jhi on 2001/03/19 21:42:27
27153 Log: Integrate perlio.
27154 Branch: perl
27155 !> doop.c perly.c perly.y sv.c t/camel-III/vstring.t t/op/each.t
27156 !> t/op/length.t t/op/pack.t t/op/ver.t toke.c utf8.c utf8.h
27157 !> utfebcdic.h vms/perly_c.vms
27158____________________________________________________________________________
27159[ 9251] By: jhi on 2001/03/19 21:31:28
27160 Log: Integrate changes #9244,9247,9250 from maintperl into mainline.
27161
27162 Dynaloading in 64-bit AIX with vac.
27163 Branch: perl
27164 !> ext/DynaLoader/dl_aix.xs ext/DynaLoader/hints/aix.pl
27165 !> hints/aix.sh
27166____________________________________________________________________________
27167[ 9250] By: jhi on 2001/03/19 21:18:00
27168 Log: A more robust solution for the 64bitall AIX dynaloading
27169 problem, from Jens-Uwe Mager.
27170 Branch: maint-5.6/perl
27171 ! ext/DynaLoader/dl_aix.xs ext/DynaLoader/hints/aix.pl
27172____________________________________________________________________________
27173[ 9249] By: nick on 2001/03/19 20:59:37
27174 Log: Integrate mainline.
27175 Branch: perlio
27176 !> (integrate 42 files)
27177____________________________________________________________________________
27178[ 9248] By: nick on 2001/03/19 20:22:07
27179 Log: Tweak to perly.y to allow -DDEBUGGING to compile on OS390.
27180 (Building on OS390 uses native YACC and YYDEBUG has other
27181 side effects.)
27182 Branch: perlio
27183 ! perly.c perly.y vms/perly_c.vms
27184____________________________________________________________________________
27185[ 9247] By: jhi on 2001/03/19 19:59:53
27186 Log: 64-bit AIX dynaloading problem (see #9244) idea
27187 from Jens-Uwe Mager.
27188 Branch: maint-5.6/perl
27189 ! ext/DynaLoader/dl_aix.xs
27190____________________________________________________________________________
27191[ 9246] By: nick on 2001/03/19 19:27:57
27192 Log: More EBCDIC fixes.
27193 Branch: perlio
27194 ! doop.c sv.c t/camel-III/vstring.t t/op/each.t t/op/length.t
27195 ! t/op/pack.t t/op/ver.t toke.c utf8.c utf8.h utfebcdic.h
27196____________________________________________________________________________
27197[ 9245] By: jhi on 2001/03/19 19:05:19
27198 Log: Integrate change #9243 from mainline into maintperl.
27199
27200 Subject: [PATCH perl-5.6.1-TRIAL3/README.vmesa] bad =item paragraphs
27201 Branch: maint-5.6/perl
27202 !> README.vmesa
27203____________________________________________________________________________
27204[ 9244] By: jhi on 2001/03/19 19:03:15
27205 Log: Get 64bitall AIX building, but still does not test okay:
27206 dynaloading anything fails, for example for op/defins:
27207 Can't load '../lib/auto/File/Glob/Glob.so' for module File::Glob: loadbind: A system call received a parameter that is not valid. at ../lib/XSLoader.pm line 75. at ../lib/File/Glob.pm line 99
27208 (update: fixed by #9247,9250)
27209 Branch: maint-5.6/perl
27210 ! hints/aix.sh
27211____________________________________________________________________________
27212[ 9243] By: jhi on 2001/03/19 19:00:16
27213 Log: Subject: [PATCH perl-5.6.1-TRIAL3/README.vmesa] bad =item paragraphs
27214 From: Robin Barker <rmb1@cise.npl.co.uk>
27215 Date: Mon, 19 Mar 2001 18:01:57 GMT
27216 Message-Id: <200103191801.SAA01072@tempest.npl.co.uk>
27217 Branch: perl
27218 ! README.vmesa
27219____________________________________________________________________________
27220[ 9242] By: jhi on 2001/03/19 18:58:43
27221 Log: UTF-8 tr/// battle continues, ammunition from Inaba Hiroto.
27222
27223 TODO: tests.
27224 Branch: perl
27225 ! doop.c op.c
27226____________________________________________________________________________
27227[ 9241] By: gsar on 2001/03/19 17:34:46
27228 Log: VMSify tests (from Charles Lane)
27229 Branch: maint-5.6/perl
27230 ! t/lib/filehand.t t/lib/texttabs.t
27231____________________________________________________________________________
27232[ 9240] By: jhi on 2001/03/19 14:24:26
27233 Log: Integrate change #9233 from maintperl into mainline.
27234
27235 some refcounts were incorrect in perl_clone()
27236 Branch: perl
27237 !> sv.c
27238____________________________________________________________________________
27239[ 9239] By: gsar on 2001/03/19 09:23:17
27240 Log: this is 5.6.1-trial3
27241 Branch: maint-5.6/perl
27242 ! Changes
27243____________________________________________________________________________
27244[ 9238] By: gsar on 2001/03/19 08:47:04
27245 Log: some new symbols are only available under ithreads
27246 Branch: maint-5.6/perl
27247 ! makedef.pl
27248____________________________________________________________________________
27249[ 9237] By: gsar on 2001/03/19 08:42:28
27250 Log: update patchlevel.h, Changes, &c.
27251 Branch: maint-5.6/perl
27252 ! Changes patchlevel.h pod/perlhist.pod
27253 !> AUTHORS
27254____________________________________________________________________________
27255[ 9236] By: gsar on 2001/03/19 08:17:49
27256 Log: integrate changes#8068,8717 from mainline
27257
27258 [PATCH 5.7.0@8047] RE: [ID 20001013.009] DB_File issues warning when setting element to undef
27259
27260 [PATCH CPAN 1.59_51] warning message (not!)
27261 Branch: maint-5.6/perl
27262 !> ext/GDBM_File/GDBM_File.pm ext/GDBM_File/typemap
27263 !> ext/NDBM_File/NDBM_File.pm ext/NDBM_File/typemap
27264 !> ext/ODBM_File/ODBM_File.pm ext/ODBM_File/typemap
27265 !> ext/SDBM_File/SDBM_File.pm ext/SDBM_File/typemap lib/CPAN.pm
27266 !> t/lib/gdbm.t t/lib/ndbm.t t/lib/odbm.t t/lib/sdbm.t
27267____________________________________________________________________________
27268[ 9235] By: gsar on 2001/03/19 08:07:09
27269 Log: integrate changes#8617,8713,8715,8716,8721,8953,8963 from mainline
27270
27271 [PATCH] Add missing CV flags to dump.c
27272
27273 Re: [patch] Re: PL_ptr_table
27274
27275 Fixup non-ithread build after 8713
27276
27277 Generated files form 8713 etc.
27278
27279 Correct the correction :-(
27280
27281 Documenting coderef @INC (Re: CPAN "make this script work" feature)
27282
27283 Subject: Re: sync sync sync: have I missed any patches?
27284 Replace djSP with dSP.
27285 Branch: maint-5.6/perl
27286 !> cop.h doio.c doop.c dump.c embed.h embed.pl ext/B/B/C.pm
27287 !> ext/B/B/CC.pm global.sym objXSUB.h perl.c perlapi.c
27288 !> pod/perlhack.pod pp.c pp.h pp_ctl.c pp_hot.c pp_sys.c proto.h
27289 !> sv.c sv.h win32/perlhost.h
27290____________________________________________________________________________
27291[ 9234] By: gsar on 2001/03/19 07:22:05
27292 Log: revert the change#9090 integrate for now (change looks somewhat
27293 incomplete in that [ha]v_exists() need something similar; lacks
27294 tests; &c.)
27295 Branch: maint-5.6/perl
27296 ! hv.c
27297____________________________________________________________________________
27298[ 9233] By: gsar on 2001/03/19 07:10:01
27299 Log: some refcounts were incorrect in perl_clone(); avoid hang in global
27300 destruction when there are unreferenced scalars (SvREFCNT==0)
27301 Branch: maint-5.6/perl
27302 ! sv.c
27303____________________________________________________________________________
27304[ 9232] By: jhi on 2001/03/19 05:11:02
27305 Log: Regen api and toc.
27306 Branch: maint-5.6/perl
27307 ! pod/perlapi.pod pod/perltoc.pod
27308____________________________________________________________________________
27309[ 9231] By: jhi on 2001/03/19 04:06:03
27310 Log: Integrate changes in #9070,9072,9101 from mainline into maintperl,
27311 add a lost line in pp.c:pp_chop(), update to new op/chop.
27312
27313 Clarify the description differentiating for and while; inspired by
27314
27315 Subject: [ID 20010306.004] || != named unary operator
27316
27317 The $Is_MacOS needs to be declared.
27318 Branch: maint-5.6/perl
27319 ! pp.c t/op/chop.t
27320 !> lib/ExtUtils/Manifest.pm pod/perlop.pod pod/perlsyn.pod
27321____________________________________________________________________________
27322[ 9230] By: jhi on 2001/03/19 03:48:16
27323 Log: Integrate changes #7971(perlio),8982,9061,9062,9068,9069,
27324 9079,9083,9089,9090,9091 from mainline to maintperl.
27325
27326 Quieten some noise in Win32 builds
27327
27328 Fixes the bugs 20010221.005 and 20010221.008: "the taint checker..."
27329
27330 The perlretut was still talking about the old \p and \P
27331 definitions.
27332
27333 More tweakage on the Unicode character class descriptions.
27334
27335 Subject: Re: [ID 20010305.012] chop() against list assignment returns char chopped from el zero
27336
27337 Subject: 'no *POSIX' Patch speeding up make on BS2000
27338
27339 Subject: [PATCH] perldata.pod here-doc docs
27340
27341 Add /sbin and /usr/sbin to the list of directories scanned
27342 for setuid programs. Takes care of bug id 20010309.003.
27343
27344 Subject: Re: [ID 19990808.001] [PATCH] FETCH triggered on exists()
27345
27346 In op/stat #35 better to scan all the potential directories
27347 for setuids, not just the first one.
27348 Branch: maint-5.6/perl
27349 ! Makefile.SH
27350 !> doio.c hv.c lib/unicode/mktables.PL makedepend.SH perl.h
27351 !> pod/perldata.pod pod/perlretut.pod pp.c t/op/chop.t
27352 !> t/op/stat.t toke.c win32/win32.h
27353____________________________________________________________________________
27354[ 9229] By: jhi on 2001/03/19 02:31:50
27355 Log: Subject: [MacPerl-Porters] [PATCH] Portability fixes for Mac OS / maint-5.6
27356 From: Chris Nandor <pudge@pobox.com>
27357 Date: Sat, 10 Mar 2001 14:22:19 -0500
27358 Message-Id: <p0501042db6cf0a8d0b63@[10.0.1.177]>
27359 Branch: maint-5.6/perl
27360 ! ext/B/defsubs_h.PL ext/DynaLoader/dl_mac.xs
27361 ! ext/Errno/Errno_pm.PL lib/ExtUtils/Manifest.pm perlsfio.h
27362 ! t/lib/b.t t/lib/errno.t
27363____________________________________________________________________________
27364[ 9228] By: jhi on 2001/03/19 02:29:59
27365 Log: Integrate changes #9113,9122 from mainline into maintperl.
27366
27367 Subject: [PATCH: perl@9092, dist-3.0@70] OS/390 mydomain last gasp before silly guess (was Re: What do I need to build EBCDIC perl?)
27368 Branch: maint-5.6/perl
27369 !> Configure README.os390 hints/os390.sh
27370____________________________________________________________________________
27371[ 9227] By: jhi on 2001/03/19 02:22:35
27372 Log: Integrate #9115,9121,9128,9163,9171,9174,9175 from mainline
27373 into maintperl.
27374
27375 Subject: Re: [ID 20010305.005] "use integer" doesn't make rand() return integers
27376
27377 Forgot to check-in the larger part of #9120, duh.
27378
27379 Subject: Another patch for integer.pm POD
27380
27381 h2ph strictness and cleanliness from Kurt Starsinic.
27382
27383 Borland filename case problem.
27384
27385 h2ph strictness and cleanliness from Kurt Starsinic.
27386
27387 Subject: [PATCH] the uncontroversial doc patches
27388 Branch: maint-5.6/perl
27389 +> win32/sncfnmcs.pl
27390 !> MANIFEST README.os2 README.win32 ext/GDBM_File/GDBM_File.pm
27391 !> ext/GDBM_File/GDBM_File.xs lib/integer.pm
27392 !> pod/perl5005delta.pod pod/perldebtut.pod pod/perlfunc.pod
27393 !> pod/perlhack.pod pod/perllexwarn.pod pod/perllocale.pod
27394 !> pod/perllol.pod pod/perlmod.pod pod/perlmodlib.pod
27395 !> pod/perlport.pod pod/perlrun.pod pod/perltoc.pod
27396 !> pod/perlxs.pod pod/perlxstut.pod utils/h2ph.PL
27397____________________________________________________________________________
27398[ 9226] By: jhi on 2001/03/19 02:10:21
27399 Log: Integrate changes #9207,9214 from mainline into maintperl.
27400
27401 podchecker relaxations: =over has an *optional* number after it,
27402 and whitespace in L<> is okay.
27403 Branch: maint-5.6/perl
27404 !> lib/Pod/Checker.pm lib/Pod/ParseUtils.pm pod/perlpod.pod
27405 !> t/pod/poderrs.xr
27406____________________________________________________________________________
27407[ 9225] By: jhi on 2001/03/19 02:07:38
27408 Log: Integrate change #9219 from maintperl into mainline.
27409
27410 remove duplicated tests
27411 Branch: perl
27412 !> t/op/re_tests
27413____________________________________________________________________________
27414[ 9224] By: jhi on 2001/03/19 02:06:11
27415 Log: Integrate change #9223 from mainline to maintperl.
27416
27417 Document -Dmksymlinks.
27418 Branch: maint-5.6/perl
27419 !> INSTALL
27420____________________________________________________________________________
27421[ 9223] By: jhi on 2001/03/19 02:01:25
27422 Log: Document -Dmksymlinks.
27423 Branch: perl
27424 ! INSTALL
27425____________________________________________________________________________
27426[ 9222] By: jhi on 2001/03/19 01:15:35
27427 Log: The -Dmksymlinks wasn't working for maintperl.
27428 Branch: maint-5.6/perl
27429 ! Configure
27430____________________________________________________________________________
27431[ 9221] By: jhi on 2001/03/19 00:49:43
27432 Log: Cleanup pixie residue.
27433 Branch: perl
27434 ! Makefile.SH
27435____________________________________________________________________________
27436[ 9220] By: jhi on 2001/03/19 00:44:47
27437 Log: Document the use of pixie/prof; create make targets for it.
27438
27439 TODO: make t/TEST pixie-aware.
27440 Branch: perl
27441 ! Makefile.SH pod/perlhack.pod
27442____________________________________________________________________________
27443[ 9219] By: gsar on 2001/03/19 00:16:55
27444 Log: remove duplicated tests
27445 Branch: maint-5.6/perl
27446 ! t/op/re_tests
27447____________________________________________________________________________
27448[ 9218] By: jhi on 2001/03/18 23:59:31
27449 Log: Document Third Degree some more, and also PERL_DESTRUCT_LEVEL.
27450 Branch: perl
27451 ! pod/perlhack.pod pod/perlobj.pod pod/perlrun.pod
27452____________________________________________________________________________
27453[ 9217] By: jhi on 2001/03/18 23:25:20
27454 Log: Rewrite the tests section of Makefile to be less redundant
27455 and to allow for more flexible test targets, many recursive
27456 make calls introduced.
27457 Branch: perl
27458 ! Makefile.SH
27459____________________________________________________________________________
27460[ 9216] By: jhi on 2001/03/18 22:30:04
27461 Log: Document the use of Third Degree (sparsely).
27462 Branch: perl
27463 ! pod/perlhack.pod t/TEST
27464____________________________________________________________________________
27465[ 9215] By: jhi on 2001/03/18 22:10:30
27466 Log: Make targets for testing with Third Degree.
27467 Branch: perl
27468 ! Makefile.SH
27469____________________________________________________________________________
27470[ 9214] By: jhi on 2001/03/18 21:08:53
27471 Log: The podchecker relaxations need to mirrored also at the tests.
27472 Branch: perl
27473 ! t/pod/poderrs.xr
27474____________________________________________________________________________
27475[ 9213] By: jhi on 2001/03/18 20:56:21
27476 Log: Update Changes.
27477 Branch: perl
27478 ! Changes patchlevel.h
99b32ad1 27479____________________________________________________________________________
cf9b4167
JH
27480[ 9212] By: jhi on 2001/03/18 20:36:59
27481 Log: Looking for config.sh in parent directories isn't
27482 very useful for the toplevel Makefile.
27483 Branch: perl
27484 ! Makefile.SH
27485____________________________________________________________________________
27486[ 9211] By: jhi on 2001/03/18 20:33:37
27487 Log: On "make clean" take care of Third Degree droppings.
27488 Branch: perl
27489 ! Makefile.SH
27490____________________________________________________________________________
27491[ 9210] By: jhi on 2001/03/18 20:21:34
27492 Log: Add a hook for running the tests under the Third Degree
27493 debugging tool (set $ENV{PERL_3LOG} to non-zero)
27494
27495 TODO: Document the use of Third Degree.
27496 Branch: perl
27497 ! t/TEST
27498____________________________________________________________________________
27499[ 9209] By: jhi on 2001/03/18 20:19:07
27500 Log: Regen toc and api pods.
27501 Branch: perl
27502 ! pod/perlapi.pod pod/perltoc.pod
27503____________________________________________________________________________
27504[ 9208] By: jhi on 2001/03/18 20:12:12
27505 Log: Integrate changes #8128,9132 from mainline into maintperl,
27506 Tie::SubstrHash fixes.
27507 Branch: maint-5.6/perl
27508 !> lib/Tie/SubstrHash.pm t/lib/tie-substrhash.t
27509____________________________________________________________________________
27510[ 9207] By: jhi on 2001/03/18 20:07:43
27511 Log: podchecker relaxations from Michael Stevens.
27512 Branch: perl
27513 ! lib/Pod/Checker.pm lib/Pod/ParseUtils.pm pod/perlpod.pod
27514____________________________________________________________________________
27515[ 9206] By: jhi on 2001/03/18 20:04:24
27516 Log: Retract the changes made at #9176 to Neil's and Ilya's module pods.
27517 Branch: perl
27518 ! lib/Locale/Constants.pm lib/Locale/Country.pm
27519 ! lib/Locale/Currency.pm lib/Locale/Language.pm lib/overload.pm
27520 ! os2/OS2/ExtAttr/ExtAttr.pm os2/OS2/Process/Process.pm
27521____________________________________________________________________________
27522[ 9205] By: jhi on 2001/03/18 19:54:45
27523 Log: Integrate changes #9161,9162 from maintperl to mainline.
27524
27525 clearing of $ENV{PERL_DESTRUCT_LEVEL} interferes with purify
27526 results
27527 Branch: perl
27528 !> t/op/magic.t
27529____________________________________________________________________________
27530[ 9204] By: jhi on 2001/03/18 19:37:46
27531 Log: Make perl.third checks more understandable to the builder.
27532 Branch: perl
27533 ! Makefile.SH
27534____________________________________________________________________________
27535[ 9203] By: jhi on 2001/03/18 19:20:54
27536 Log: Re-integrate #9138 from maintperl to mainline,
27537 the squelching of the unneeded "Scalars leaked" messages.
27538 Branch: perl
27539 !> t/comp/proto.t t/op/lex_assign.t t/op/local.t t/op/pat.t
27540 !> t/op/regexp.t t/pragma/strict-vars t/pragma/warn/op
27541 !> t/pragma/warn/regcomp t/pragma/warn/toke t/pragma/warnings.t
27542____________________________________________________________________________
27543[ 9202] By: jhi on 2001/03/18 18:48:36
27544 Log: More robust and more paranoid perl.third target.
27545 Branch: perl
27546 ! Makefile.SH
27547____________________________________________________________________________
27548[ 9201] By: jhi on 2001/03/18 18:39:21
27549 Log: Integrate change #9197 from maintperl to mainline.
27550
27551 more thorough cleaning of arenas.
27552 Branch: perl
27553 !> embed.pl perl.c proto.h sv.c t/op/sort.t
27554____________________________________________________________________________
27555[ 9200] By: jhi on 2001/03/18 18:25:17
27556 Log: Integrate perlio.
27557 Branch: perl
27558 !> doop.c ext/Encode/Encode.pm ext/Encode/Encode.xs
27559 !> ext/Encode/compile lib/utf8.pm pp_ctl.c sv.c t/lib/b.t
27560 !> t/lib/encode.t toke.c universal.c utf8.c
27561____________________________________________________________________________
27562[ 9199] By: nick on 2001/03/18 15:23:51
27563 Log: Prefer !UTF8_IS_INVARIANT() over UTF8_IS_CONTINUED() when that
27564 is the sense of the test being done. Avoid some magical 127 and 128 values
27565 by using macros.
27566 Branch: perlio
27567 ! doop.c pp_ctl.c sv.c toke.c
27568____________________________________________________________________________
27569[ 9198] By: nick on 2001/03/18 14:18:12
27570 Log: UTF-X encoding invariance for Encode:
27571 - move Encode::utf8_encode to utf8::encode (likewise decode,upgrade,downgrade,valid)
27572 - move the XS code for those to universal.c (so in miniperl)
27573 - add utf8::unicode_to_native and its inverse to allow EBCDIC to work in true unicode.
27574 - change ext/Encode/compile to use above.
27575 - Fix t/lib/encode.t for above
27576 - Teach t/lib/b.t to expect -uutf8
27577 - In utf8.c look for SWASHNEW rather than just utf8:: package to see if
27578 utf8.pm is needed.
27579 Branch: perlio
27580 ! ext/Encode/Encode.pm ext/Encode/Encode.xs ext/Encode/compile
27581 ! lib/utf8.pm t/lib/b.t t/lib/encode.t universal.c utf8.c
27582____________________________________________________________________________
27583[ 9197] By: gsar on 2001/03/18 12:15:57
27584 Log: more thorough cleaning of arenas--keep going until no more
27585 SvREFCNT_dec()s occur (this fixes the problem that causes the
27586 pesky "Scalars leaked" warnings)
27587 Branch: maint-5.6/perl
27588 ! embed.pl perl.c proto.h sv.c t/op/sort.t
27589____________________________________________________________________________
27590[ 9196] By: nick on 2001/03/18 10:57:29
27591 Log: Fix pragma/utf8.t # 15
27592 - if toke.c is processing a SvUTF8 string then single quoted '...' etc.
27593 are SvUTF8 as well.
27594 Branch: perlio
27595 ! toke.c
27596____________________________________________________________________________
27597[ 9195] By: nick on 2001/03/18 09:27:06
27598 Log: Integrate mainline
27599 Branch: perlio
27600 !> MANIFEST Makefile.SH doop.c mg.c op.c op.h t/op/misc.t
27601 !> t/op/pat.t
27602____________________________________________________________________________
27603[ 9194] By: jhi on 2001/03/18 05:29:59
27604 Log: Sarathy's clear_pmop patch with Radu Greab's fix,
365eb269 27605 Hiroto's, Nick Clark's, and Vadim Konovalov's tests.
cf9b4167
JH
27606 Branch: perl
27607 ! op.c op.h t/op/misc.t t/op/pat.t
27608____________________________________________________________________________
27609[ 9193] By: jhi on 2001/03/18 05:15:06
27610 Log: NI-S' cunning idea of how to de-UTF8 the "\C-broken" submatches.
27611 Branch: perl
27612 ! mg.c t/op/pat.t
27613____________________________________________________________________________
27614[ 9192] By: jhi on 2001/03/18 04:22:43
27615 Log: tr/// UTF-8 patches from Inaba Hiroto.
27616 Branch: perl
27617 ! doop.c op.c
27618____________________________________________________________________________
27619[ 9191] By: jhi on 2001/03/18 04:21:17
27620 Log: Integrate perlio.
27621 Branch: perl
27622 !> utf8.c utfebcdic.h
27623____________________________________________________________________________
27624[ 9190] By: nick on 2001/03/17 20:32:01
27625 Log: Correct #if EBCDIC side typos.
27626 Builds and passes many tests on OS390.
27627 Branch: perlio
27628 ! utf8.c utfebcdic.h
27629____________________________________________________________________________
27630[ 9189] By: jhi on 2001/03/17 18:55:49
27631 Log: Add prerequisites for the perl.third target.
27632 Branch: perl
27633 ! Makefile.SH
27634____________________________________________________________________________
27635[ 9188] By: jhi on 2001/03/17 18:46:00
27636 Log: Integrate perlio.
27637 Branch: perl
27638 +> utfebcdic.h
27639 !> MANIFEST doop.c perl.h pp.c utf8.c utf8.h
27640____________________________________________________________________________
27641[ 9187] By: jhi on 2001/03/17 18:38:47
27642 Log: Add a make rule for perl.third (the Third Degree memory debugging
27643 tool of Tru64 / Digital UNIX / DEC OSF/1, see man third or man atom)
27644 Branch: perl
27645 ! Makefile.SH
27646____________________________________________________________________________
27647[ 9186] By: nick on 2001/03/17 18:34:48
27648 Log: MANIFEST addition :-(
27649 Branch: perlio
27650 ! MANIFEST
27651____________________________________________________________________________
27652[ 9185] By: nick on 2001/03/17 18:29:50
27653 Log: Infrastructure to use UTF-EBCDIC rather than UTF-8 as the internal
27654 encoding on EBCDIC platforms. This has property that U+0000..U+009F i.e.
27655 a superset of ASCII are invariant under the encoding. This is EBCDIC
27656 friendly as an encoded string can be looked at as being EBCDIC by lexer
27657 sprintf("%d",...) etc. in same manner that a UTF-8 string be considered
27658 ASCII on ASCII machines.
27659
27660 - re-arrange utf8.h to get ASCII specific vs Unicode generic bits
27661 seperate.
27662 - Add some more macros to comprehend different shift amounts and
27663 possible swizzle in UTF-EBCDIC vs UTF-8. Change utf8.c to use them.
27664 - add utfebcdic.h which provides UTF-EBCDIC versions of the macros,
27665 and conditionaly #include it.
27666
27667 EBCDIC build as yet untested. ASCII still fails the one test.
27668 Branch: perlio
27669 + utfebcdic.h
27670 ! utf8.c utf8.h
27671____________________________________________________________________________
27672[ 9184] By: nick on 2001/03/17 17:44:16
27673 Log: Minor naming change UTF8_IS_ASCII => UTF8_IS_INVARIANT
27674 Branch: perlio
27675 ! doop.c perl.h pp.c utf8.h
27676____________________________________________________________________________
27677[ 9183] By: jhi on 2001/03/17 15:55:42
27678 Log: Integrate perlio.
27679 Branch: perl
27680 ! MANIFEST
27681 !> perl.h sv.c t/op/pat.t toke.c utf8.c utf8.h
27682____________________________________________________________________________
27683[ 9182] By: nick on 2001/03/17 09:16:06
27684 Log: Allow test to pass even when \C leaves SvUTF8 set by adding 'use bytes'
27685 Branch: perlio
27686 ! t/op/pat.t
27687____________________________________________________________________________
27688[ 9181] By: nick on 2001/03/17 09:15:11
27689 Log: Integrate mainline.
27690 Branch: perlio
27691 +> lib/Locale/Constants.pm lib/Locale/Country.pm
27692 +> lib/Locale/Currency.pm lib/Locale/Language.pm t/lib/lc-all.t
27693 +> t/lib/lc-constants.t t/lib/lc-country.t t/lib/lc-currency.t
27694 +> t/lib/lc-language.t t/lib/lc-uk.t win32/sncfnmcs.pl
27695 !> (integrate 83 files)
27696____________________________________________________________________________
27697[ 9180] By: nick on 2001/03/16 17:23:21
27698 Log: EBCDIC Fixes.
27699 Branch: perlio
27700 ! perl.h sv.c toke.c utf8.c utf8.h
27701____________________________________________________________________________
27702[ 9179] By: jhi on 2001/03/16 14:10:12
27703 Log: Re-apply #9024 as the Storable 1.0.11 (#9069) overwrote
27704 a change needed to work around an AIX compiler bug.
27705 Branch: perl
27706 ! ext/Storable/Storable.xs
27707____________________________________________________________________________
27708[ 9178] By: jhi on 2001/03/16 03:19:59
27709 Log: With Damian's approval synchronize damian's modules'
27710 licensing with Perl's standard module licensing.
27711 Branch: perl
27712 ! lib/Filter/Simple.pm lib/Switch.pm lib/Text/Balanced.pod
27713____________________________________________________________________________
27714[ 9177] By: jhi on 2001/03/16 03:15:34
27715 Log: Make the Filter::Util:Call files have their own copies
27716 of the Perl standard module licensing, from Paul Marquess.
27717 Branch: perl
27718 ! ext/Filter/Util/Call/Call.pm ext/Filter/Util/Call/Call.xs
27719____________________________________________________________________________
27720[ 9176] By: jhi on 2001/03/16 02:56:04
27721 Log: Subject: [PATCH] more pod patches
27722 From: Michael Stevens <michael@etla.org>
27723 Date: Thu, 15 Mar 2001 21:25:18 +0000
27724 Message-ID: <20010315212518.A18870@firedrake.org>
27725 Branch: perl
27726 ! configpm ext/B/B/Bytecode.pm ext/DB_File/DB_File.pm
27727 ! ext/Data/Dumper/Dumper.pm ext/Devel/Peek/Peek.pm
27728 ! ext/Filter/Util/Call/Call.pm ext/IO/lib/IO/Handle.pm
27729 ! ext/IO/lib/IO/Seekable.pm ext/IO/lib/IO/Socket/UNIX.pm
27730 ! ext/IPC/SysV/Msg.pm ext/IPC/SysV/Semaphore.pm
27731 ! ext/IPC/SysV/SysV.pm ext/NDBM_File/NDBM_File.pm
27732 ! ext/ODBM_File/ODBM_File.pm ext/Socket/Socket.pm
27733 ! ext/Storable/Storable.pm ext/Sys/Syslog/Syslog.pm
27734 ! ext/Thread/Thread.pm ext/Thread/Thread/Queue.pm
27735 ! ext/attrs/attrs.pm jpl/JNI/JNI.pm lib/CPAN.pm
27736 ! lib/Class/Struct.pm lib/Dumpvalue.pm lib/ExtUtils/Embed.pm
27737 ! lib/ExtUtils/Installed.pm lib/ExtUtils/MM_Cygwin.pm
27738 ! lib/ExtUtils/MM_OS2.pm lib/ExtUtils/MM_VMS.pm
27739 ! lib/ExtUtils/MM_Win32.pm lib/ExtUtils/Manifest.pm
27740 ! lib/ExtUtils/Mksymlists.pm lib/ExtUtils/Packlist.pm
27741 ! lib/File/Basename.pm lib/File/Spec/VMS.pm
27742 ! lib/File/Spec/Win32.pm lib/FileHandle.pm lib/Filter/Simple.pm
27743 ! lib/Getopt/Long.pm lib/Locale/Constants.pm
27744 ! lib/Locale/Country.pm lib/Locale/Language.pm
27745 ! lib/Term/ANSIColor.pm lib/Test.pm lib/Test/Harness.pm
27746 ! lib/Text/Wrap.pm lib/Tie/Array.pm lib/Tie/Handle.pm
27747 ! lib/Tie/Hash.pm lib/Tie/Scalar.pm lib/User/pwent.pm
27748 ! lib/autouse.pm lib/overload.pm os2/OS2/ExtAttr/ExtAttr.pm
27749 ! os2/OS2/Process/Process.pm
27750____________________________________________________________________________
27751[ 9175] By: jhi on 2001/03/16 02:53:32
27752 Log: Subject: [PATCH] the uncontroversial doc patches
27753 From: Michael Stevens <michael@etla.org>
27754 Date: Thu, 15 Mar 2001 20:01:12 +0000
27755 Message-ID: <20010315200112.A7636@firedrake.org>
27756 Branch: perl
27757 ! pod/perl5005delta.pod pod/perldebtut.pod pod/perldelta.pod
27758 ! pod/perlfunc.pod pod/perlhack.pod pod/perllexwarn.pod
27759 ! pod/perllocale.pod pod/perllol.pod pod/perlmod.pod
27760 ! pod/perlmodlib.pod pod/perlport.pod pod/perlrun.pod
27761 ! pod/perltoc.pod pod/perlxs.pod pod/perlxstut.pod
27762____________________________________________________________________________
27763[ 9174] By: jhi on 2001/03/16 02:50:49
27764 Log: Subject: [PATCH 5.6.1] ext/GDBM_File GDBM_NOLOCK constant
27765 From: Paul Lindner <lindner@inuus.com>
27766 Date: Fri, 16 Mar 2001 11:28:03 -0800
27767 Message-ID: <20010316112803.A7577@inuus.com>
27768 Branch: perl
27769 ! ext/GDBM_File/GDBM_File.pm ext/GDBM_File/GDBM_File.xs
27770____________________________________________________________________________
27771[ 9173] By: nick on 2001/03/15 20:21:03
27772 Log: 1st day's EBCDIC fixes:
27773 - toke.c's parsing of strings needed attention
27774 needed to conditionally e2a if string was already UTF-8
27775 - e2a/a2e tables where wrong way round.
27776 - new macros in utf8.h
27777 Branch: perlio
27778 ! perl.h toke.c utf8.h
27779____________________________________________________________________________
27780[ 9172] By: jhi on 2001/03/15 15:17:17
27781 Log: Update Changes.
27782 Branch: perl
27783 ! Changes patchlevel.h
27784____________________________________________________________________________
310a2e74
JH
27785[ 9171] By: jhi on 2001/03/15 15:09:32
27786 Log: Subject: Re: Another Borland C++ problem.
27787 From: "Vadim Konovalov" <watman@inbox.ru>
27788 Date: Sat, 10 Mar 2001 19:26:07 +0300
27789 Message-ID: <001601c0a97f$143fcc40$da7b55c2@vad>
27790
27791 Borland filename case problem.
27792 Branch: perl
27793 + win32/sncfnmcs.pl
27794 ! MANIFEST README.win32
27795____________________________________________________________________________
27796[ 9170] By: jhi on 2001/03/15 14:54:23
27797 Log: Add Locale::Codes 1.06, from Neil Bowers.
27798 Branch: perl
27799 + lib/Locale/Constants.pm lib/Locale/Country.pm
27800 + lib/Locale/Currency.pm lib/Locale/Language.pm t/lib/lc-all.t
27801 + t/lib/lc-constants.t t/lib/lc-country.t t/lib/lc-currency.t
27802 + t/lib/lc-language.t t/lib/lc-uk.t
27803 ! MANIFEST
27804____________________________________________________________________________
27805[ 9169] By: jhi on 2001/03/15 14:19:01
27806 Log: Upgrade to Storable 1.0.11, from Raphael Manfredi.
27807 Branch: perl
27808 ! ext/Storable/ChangeLog ext/Storable/Storable.pm
27809 ! ext/Storable/Storable.xs
27810____________________________________________________________________________
27811[ 9168] By: jhi on 2001/03/15 14:13:22
27812 Log: Integrate changes #9120,9167 from mainline to maintperl.
27813
27814 Subject: [PATCH 5.6.1] OS/2 docs
27815
27816 Subject: [PATCH 5.6.1] perldoc
27817 Branch: maint-5.6/perl
27818 !> os2/Changes utils/perldoc.PL
27819____________________________________________________________________________
27820[ 9167] By: jhi on 2001/03/15 14:07:42
27821 Log: Subject: [PATCH 5.6.1] perldoc
27822 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
27823 Date: Wed, 14 Mar 2001 23:46:52 -0500
27824 Message-ID: <20010314234652.A7972@math.ohio-state.edu>
27825 Branch: perl
27826 ! utils/perldoc.PL
27827____________________________________________________________________________
27828[ 9166] By: jhi on 2001/03/15 13:53:15
27829 Log: sigaction test condition tweakage.
27830 Branch: perl
27831 ! t/lib/sigaction.t
27832____________________________________________________________________________
27833[ 9165] By: alanbur on 2001/03/15 03:49:17
27834 Log: Resynchronised with parent
27835 Branch: maint-5.6/pureperl
27836 +> os2/os2add.sym t/op/anonsub.t
27837 !> (integrate 72 files)
27838____________________________________________________________________________
27839[ 9164] By: jhi on 2001/03/15 01:05:01
27840 Log: Avoid stomping off the beginning of an array in tr///.
27841 Branch: perl
27842 ! op.c
27843____________________________________________________________________________
27844[ 9163] By: jhi on 2001/03/15 00:58:57
27845 Log: h2ph strictness and cleanliness from Kurt Starsinic.
27846 Branch: perl
27847 ! utils/h2ph.PL
27848____________________________________________________________________________
27849[ 9162] By: gsar on 2001/03/15 00:56:53
27850 Log: avoid warnings
27851 Branch: maint-5.6/perl
27852 ! t/op/magic.t
27853____________________________________________________________________________
27854[ 9161] By: gsar on 2001/03/15 00:52:09
27855 Log: clearing of $ENV{PERL_DESTRUCT_LEVEL} interferes with purify
27856 results
27857 Branch: maint-5.6/perl
27858 ! t/op/magic.t
27859____________________________________________________________________________
27860[ 9160] By: jhi on 2001/03/14 22:02:10
27861 Log: Do not use the Perl malloc in IRIX, suggested by
27862 Helmus Jarausch.
27863 Branch: perl
27864 ! hints/irix_6.sh
27865____________________________________________________________________________
27866[ 9159] By: nick on 2001/03/14 21:45:59
27867 Log: Integrate mainline
27868 Branch: perlio
27869 +> t/op/loopctl.t
27870 !> (integrate 41 files)
27871____________________________________________________________________________
27872[ 9158] By: jhi on 2001/03/14 21:10:09
27873 Log: The Day of the Retractions continues: the #9138
27874 (integrated in #9144) doesn't work well in mainline.
27875 Branch: perl
27876 ! t/comp/proto.t t/op/lex_assign.t t/op/local.t t/op/pat.t
27877 ! t/op/regexp.t t/pragma/strict-vars t/pragma/warn/op
27878 ! t/pragma/warn/regcomp t/pragma/warn/toke t/pragma/warnings.t
27879____________________________________________________________________________
27880[ 9157] By: jhi on 2001/03/14 20:58:12
27881 Log: The #9145 CANNOT be enabled: the clear_pmop code still
27882 dumps core all over in Tru64.
27883 Branch: perl
27884 ! op.c op.h t/op/pat.t
27885____________________________________________________________________________
27886[ 9156] By: jhi on 2001/03/14 20:48:06
27887 Log: Integrate change #9154 from maintperl to mainline.
27888
27889 PerlIO_stdoutf() wasn't properly supported under PERL_IMPLICIT_SYS
27890 (caused Storable 1.0.10 to break on windows)
27891 Branch: perl
27892 !> embed.h embed.pl global.sym globals.c iperlsys.h objXSUB.h
27893 !> perlapi.c proto.h
27894____________________________________________________________________________
27895[ 9155] By: jhi on 2001/03/14 20:23:53
27896 Log: Retract #9136: breaks threading (and binary compatibility).
27897 Branch: perl
27898 ! ext/DynaLoader/dl_aix.xs hints/aix.sh makedef.pl
27899____________________________________________________________________________
27900[ 9154] By: gsar on 2001/03/14 17:48:18
27901 Log: PerlIO_stdoutf() wasn't properly supported under PERL_IMPLICIT_SYS
27902 (caused Storable 1.0.10 to break on windows)
27903 Branch: maint-5.6/perl
27904 ! embed.h embed.pl global.sym globals.c iperlsys.h objXSUB.h
27905 ! perlapi.c proto.h
27906____________________________________________________________________________
27907[ 9153] By: jhi on 2001/03/14 13:35:21
27908 Log: Tweaked a tweak from H.Merijn Brand on the sigaction test.
27909 Branch: perl
27910 ! t/lib/sigaction.t
27911____________________________________________________________________________
27912[ 9152] By: gsar on 2001/03/14 07:29:40
27913 Log: back out changes#9012,9010,9009 and parts of change#9016
27914 (causes ABRs under purify, and some prerequisites don't
27915 seem to be there in 5.6.x)
27916 Branch: maint-5.6/perl
27917 ! doop.c op.c t/op/tr.t toke.c
27918____________________________________________________________________________
27919[ 9151] By: gsar on 2001/03/14 07:01:29
27920 Log: reenable change#9145 (the test was busted due to a missing
27921 C<print "ok 27\n">)
27922 Branch: perl
27923 ! op.c op.h t/op/pat.t
27924____________________________________________________________________________
27925[ 9150] By: jhi on 2001/03/14 06:38:36
27926 Log: Retract #9145.
27927 Branch: perl
27928 ! op.c op.h t/op/pat.t
27929____________________________________________________________________________
27930[ 9149] By: jhi on 2001/03/14 06:14:56
27931 Log: Retract #9143.
27932 Branch: perl
27933 ! op.c
27934____________________________________________________________________________
27935[ 9148] By: gsar on 2001/03/14 06:13:02
27936 Log: Uninitialized Memory Read in regexec.c
27937 Branch: perl
27938 ! regexec.c
27939____________________________________________________________________________
27940[ 9147] By: jhi on 2001/03/14 04:59:54
27941 Log: Subject: PATCH: make goto work in nested eval ""
27942 From: Robin Houston <robin@kitsite.com>
27943 Date: Wed, 14 Mar 2001 04:16:10 +0000
27944 Message-ID: <20010314041610.A16307@puffinry.freeserve.co.uk>
27945 Branch: perl
27946 ! pp_ctl.c t/op/goto.t
27947____________________________________________________________________________
27948[ 9146] By: jhi on 2001/03/14 04:42:54
27949 Log: Preserve the #ifdef PERL_CORE in perly.h.
27950 Branch: perl
27951 ! perly.fixer
27952____________________________________________________________________________
27953[ 9145] By: jhi on 2001/03/14 03:57:41
27954 Log: (Retracted by #9150.)
27955 Branch: perl
27956 ! op.c op.h t/op/pat.t
27957____________________________________________________________________________
27958[ 9144] By: jhi on 2001/03/14 03:50:38
27959 Log: Integrate changes #9137,9138,9142 from maintperl into mainline.
27960
27961 fix leak in pregcomp() when RE fails to compile (e.g. m/\\/)
27962
27963 remove squelch controls for "Scalars leaked" messages in most places
27964 (these are now cured)
27965
27966 fix another memory leak reported by purify (tie callbacks that
27967 croak can leak when wiping out magic)
27968 Branch: perl
27969 !> regcomp.c scope.c t/comp/proto.t t/op/lex_assign.t
27970 !> t/op/local.t t/op/pat.t t/op/regexp.t t/pragma/strict-vars
27971 !> t/pragma/warn/op t/pragma/warn/regcomp t/pragma/warn/toke
27972 !> t/pragma/warnings.t
27973____________________________________________________________________________
27974[ 9143] By: jhi on 2001/03/14 03:37:53
27975 Log: (Retracted by #9149.)
27976 Branch: perl
27977 ! op.c
27978____________________________________________________________________________
27979[ 9142] By: gsar on 2001/03/14 03:20:48
27980 Log: fix another memory leak reported by purify (tie callbacks that
27981 croak can leak when wiping out magic)
27982 Branch: maint-5.6/perl
27983 ! scope.c
27984____________________________________________________________________________
27985[ 9141] By: jhi on 2001/03/14 02:55:00
27986 Log: Subject: PATCH for [ID 20010305.003]
27987 From: Robin Houston <robin@kitsite.com>
27988 Date: Wed, 14 Mar 2001 02:45:51 +0000
27989 Message-ID: <20010314024551.A16207@puffinry.freeserve.co.uk>
27990 Branch: perl
27991 ! pp_ctl.c t/op/eval.t
27992____________________________________________________________________________
27993[ 9140] By: jhi on 2001/03/14 02:41:54
27994 Log: Subject: Re: [ID 20010309.004] my-variables lose values while goto'ing within a for(;;)-loop
27995 Date: Wed, 14 Mar 2001 01:52:51 +0000
27996 From: Robin Houston <robin@kitsite.com>
27997 Message-ID: <20010314015251.B16112@puffinry.freeserve.co.uk>
27998
27999 Fix for 2000313.004.
28000 Branch: perl
28001 ! pp_ctl.c t/op/goto.t
28002____________________________________________________________________________
28003[ 9139] By: jhi on 2001/03/14 02:40:50
28004 Log: Subject: Re: [ID 20010309.004] my-variables lose values while goto'ing within a for(;;)-loop
28005 From: Robin Houston <robin@kitsite.com>
28006 Date: Wed, 14 Mar 2001 00:43:45 +0000
28007 Message-ID: <20010314004345.A15892@puffinry.freeserve.co.uk>
28008 Branch: perl
28009 + t/op/loopctl.t
28010 ! AUTHORS MANIFEST perly.c perly.y perly_c.diff t/op/goto.t
28011 ! vms/perly_c.vms
28012____________________________________________________________________________
28013[ 9138] By: gsar on 2001/03/14 01:18:00
28014 Log: remove squelch controls for "Scalars leaked" messages in most places
28015 (these are now cured)
28016 Branch: maint-5.6/perl
28017 ! t/comp/proto.t t/op/lex_assign.t t/op/local.t t/op/pat.t
28018 ! t/op/regexp.t t/pragma/strict-vars t/pragma/warn/op
28019 ! t/pragma/warn/regcomp t/pragma/warn/toke t/pragma/warnings.t
28020____________________________________________________________________________
28021[ 9137] By: gsar on 2001/03/14 00:57:04
28022 Log: fix leak in pregcomp() when RE fails to compile (e.g. m/\\/)
28023 Branch: maint-5.6/perl
28024 ! regcomp.c
28025____________________________________________________________________________
28026[ 9136] By: jhi on 2001/03/13 23:12:24
28027 Log: (Retracted by #9155)
28028
28029 Subject: Re: [gsar@ActiveState.com: v5.6.1 trial2 is available]
28030 From: Jens-Uwe Mager <jum@helios.de>
28031 Date: Wed, 21 Feb 2001 21:32:04 +0100
28032 Message-ID: <20010221213203.A18340@ans.helios.de>
28033 Branch: perl
28034 ! ext/DynaLoader/dl_aix.xs hints/aix.sh makedef.pl
28035____________________________________________________________________________
28036[ 9135] By: jhi on 2001/03/13 22:50:05
28037 Log: Integrate perlio.
28038 Branch: perl
28039 !> pp.c
28040____________________________________________________________________________
28041[ 9134] By: jhi on 2001/03/13 22:49:05
28042 Log: Integrate change #9131 from maintperl into mainline.
28043
28044 make the error text look more consistent in hints/hpux.sh
28045 Branch: perl
28046 !> hints/hpux.sh
28047____________________________________________________________________________
28048[ 9133] By: gsar on 2001/03/13 22:46:20
28049 Log: integrate change#9067 from mainline
28050
28051 Re: [PATCH: 5.6.1 trial2] DynaLoading for OS/390 build option
28052 Branch: maint-5.6/perl
28053 !> lib/ExtUtils/MM_Unix.pm
28054____________________________________________________________________________
28055[ 9132] By: jhi on 2001/03/13 22:41:21
28056 Log: Subject: Re: [ID 20010309.004] my-variables lose values while goto'ing within a for(;;)-loop
28057 From: "John P. Linderman" <jpl@research.att.com>
28058 Date: Tue, 13 Mar 2001 12:36:32 -0500 (EST)
28059 Message-Id: <200103131736.MAA35615@raptor.research.att.com>
28060
28061 A more correct prime finder.
28062 Branch: perl
28063 ! lib/Tie/SubstrHash.pm
28064____________________________________________________________________________
28065[ 9131] By: gsar on 2001/03/13 22:30:42
28066 Log: make the error text look more consistent in hints/hpux.sh
28067 Branch: maint-5.6/perl
28068 ! hints/hpux.sh
28069____________________________________________________________________________
28070[ 9130] By: jhi on 2001/03/13 22:23:44
28071 Log: Subject: Re: 9122 and sigaction/switch on HP-UX 11.00
28072 From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
28073 Date: Tue, 13 Mar 2001 18:41:26 +0100
28074 Message-Id: <20010313184043.BFFC.H.M.BRAND@hccnet.nl>
28075
28076 If the test is run non-interactively the default handler
28077 is different.
28078 Branch: perl
28079 ! t/lib/sigaction.t
28080____________________________________________________________________________
28081[ 9129] By: jhi on 2001/03/13 22:20:21
28082 Log: Subject: [PATCH perl@9125] t/lib/1_compile.t VMS mod
28083 From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
28084 Message-Id: <010313164414.d1225@DUPHY4.Physics.Drexel.Edu>
28085 Date: Tue, 13 Mar 2001 16:44:32 EST
28086 Branch: perl
28087 ! t/lib/1_compile.t
28088____________________________________________________________________________
28089[ 9128] By: jhi on 2001/03/13 22:18:34
28090 Log: Subject: Another patch for integer.pm POD
28091 From: "John L. Allen" <allen@grumman.com>
28092 Date: Tue, 13 Mar 2001 16:14:02 -0500 (EST)
28093 Message-ID: <Pine.SOL.3.91.1010313160755.1630A-100000@gateway.grumman.com>
28094 Branch: perl
28095 ! lib/integer.pm
28096____________________________________________________________________________
28097[ 9127] By: nick on 2001/03/13 21:26:30
28098 Log: Integrate mainline.
28099 Branch: perlio
28100 +> lib/Switch.pm lib/Text/Balanced.pm lib/Text/Balanced.pod
28101 +> t/lib/switch.t t/lib/tb-genxt.t t/lib/tb-xbrak.t
28102 +> t/lib/tb-xcode.t t/lib/tb-xdeli.t t/lib/tb-xmult.t
28103 +> t/lib/tb-xquot.t t/lib/tb-xtagg.t t/lib/tb-xvari.t
28104 !> Changes Configure MANIFEST README.os2 README.os390
28105 !> ext/re/Makefile.PL hints/aix.sh hints/os390.sh lib/integer.pm
28106 !> os2/Changes patchlevel.h win32/perlhost.h
28107____________________________________________________________________________
28108[ 9126] By: nick on 2001/03/13 20:39:51
28109 Log: #ifdef'ed out code to make packed side of pack/unpack
28110 octets. (i.e. pack('U') => encode_utf8).
28111 Branch: perlio
28112 ! pp.c
28113____________________________________________________________________________
28114[ 9125] By: jhi on 2001/03/13 15:07:16
28115 Log: Update Changes.
28116 Branch: perl
28117 ! Changes patchlevel.h
28118____________________________________________________________________________
bd5f9747
JH
28119[ 9124] By: jhi on 2001/03/13 14:22:45
28120 Log: Workaround for the buggy ("internal compiler error")
28121 AIX C compiler 5.0.1.0: skip the optimization for regcomp.c
28122 (and ext/re/re_comp.c). The MakeMaker dark magic courtesy
28123 of Andreas König.
28124 Branch: perl
28125 ! ext/re/Makefile.PL hints/aix.sh
28126____________________________________________________________________________
28127[ 9123] By: jhi on 2001/03/13 03:24:34
28128 Log: Typo in #9114.
28129 Branch: metaconfig
28130 ! U/modified/myhostname.U
28131____________________________________________________________________________
28132[ 9122] By: jhi on 2001/03/13 03:24:06
28133 Log: Typo in #9113.
28134 Branch: perl
28135 ! Configure
28136____________________________________________________________________________
28137[ 9121] By: jhi on 2001/03/13 01:53:05
28138 Log: Forgot to check-in the larger part of #9120, duh.
28139 Branch: perl
28140 ! README.os2
28141____________________________________________________________________________
28142[ 9120] By: jhi on 2001/03/13 01:51:31
28143 Log: Subject: [PATCH 5.6.1] OS/2 docs
28144 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
28145 Date: Mon, 12 Mar 2001 03:27:32 -0500
28146 Message-ID: <20010312032732.A19283@math.ohio-state.edu>
28147 Branch: perl
28148 ! os2/Changes
28149____________________________________________________________________________
28150[ 9119] By: jhi on 2001/03/13 01:49:41
28151 Log: Integrate change #9116 from maintperl into mainline.
28152
28153 Win32::GetCwd() returns C: instead of C:\ in the root directory
28154 under ithreads
28155 Branch: perl
28156 !> win32/perlhost.h
28157____________________________________________________________________________
28158[ 9118] By: jhi on 2001/03/13 01:13:39
28159 Log: Add Switch 2.01, resort MANIFEST (forgot that in #9117)
28160 Branch: perl
28161 + lib/Switch.pm t/lib/switch.t
28162 ! MANIFEST
28163____________________________________________________________________________
28164[ 9117] By: jhi on 2001/03/13 01:03:17
28165 Log: Add Text::Balanced 1.83.
28166 Branch: perl
28167 + lib/Text/Balanced.pm lib/Text/Balanced.pod t/lib/tb-genxt.t
28168 + t/lib/tb-xbrak.t t/lib/tb-xcode.t t/lib/tb-xdeli.t
28169 + t/lib/tb-xmult.t t/lib/tb-xquot.t t/lib/tb-xtagg.t
28170 + t/lib/tb-xvari.t
28171 ! MANIFEST
28172____________________________________________________________________________
28173[ 9116] By: gsar on 2001/03/13 00:55:53
28174 Log: Win32::GetCwd() returns C: instead of C:\ in the root directory
28175 under ithreads
28176 Branch: maint-5.6/perl
28177 ! win32/perlhost.h
28178____________________________________________________________________________
28179[ 9115] By: jhi on 2001/03/13 00:54:09
28180 Log: Subject: Re: [ID 20010305.005] "use integer" doesn't make rand() return integers
28181 From: "John L. Allen" <allen@grumman.com>
28182 Date: Tue, 6 Mar 2001 10:50:51 -0500 (EST)
28183 Message-ID: <Pine.SOL.3.91.1010306103113.9094A-100000@gateway.grumman.com>
28184
28185 use integer document clarification.
28186 Branch: perl
28187 ! lib/integer.pm
28188____________________________________________________________________________
28189[ 9114] By: jhi on 2001/03/13 00:38:54
28190 Log: Metaconfig unit change for #9113.
28191 Branch: metaconfig
28192 ! U/modified/myhostname.U
28193____________________________________________________________________________
28194[ 9113] By: jhi on 2001/03/13 00:38:35
28195 Log: Subject: [PATCH: perl@9092, dist-3.0@70] OS/390 mydomain last gasp before silly guess (was Re: What do I need to build EBCDIC perl?)
28196 From: Peter Prymmer <pvhp@forte.com>
28197 Date: Mon, 12 Mar 2001 16:25:56 -0800 (PST)
28198 Message-ID: <Pine.OSF.4.10.10103121619020.180841-100000@aspara.forte.com>
28199 Branch: perl
28200 ! Configure README.os390 hints/os390.sh
28201____________________________________________________________________________
28202[ 9112] By: jhi on 2001/03/13 00:29:00
28203 Log: Integrate perlio.
28204 Branch: perl
28205 !> sv.c utf8.h
28206____________________________________________________________________________
28207[ 9111] By: nick on 2001/03/12 21:16:33
28208 Log: Integrate mainline.
28209 Branch: perlio
28210 +> t/op/anonsub.t
28211 !> MANIFEST embed.h embed.pl op.c op.h pod/perlapi.pod pp_ctl.c
28212 !> proto.h sv.c
28213____________________________________________________________________________
28214[ 9110] By: nick on 2001/03/12 21:00:13
28215 Log: #ifdef'ed out code for 'USE_BYTES_DOWNGRADES' case.
28216 Branch: perlio
28217 ! sv.c utf8.h
28218____________________________________________________________________________
28219[ 9109] By: jhi on 2001/03/12 16:04:47
28220 Log: Integrate change #9108 from maintperl to mainline.
28221
28222 fix memory leak in C<sub X { sub {} }> arising from a refcount
28223 loop between the outer sub and the inner prototype anonsub
28224
28225 this also enables closures returned by subroutines that
28226 subsequently get redefined to work without generating coredumps :)
28227
28228 completely removed the free_closures() hack--it shouldn't be
28229 needed anymore
28230 Branch: perl
28231 +> t/op/anonsub.t
28232 !> MANIFEST embed.h embed.pl op.c op.h pod/perlapi.pod pp_ctl.c
28233 !> proto.h sv.c
28234____________________________________________________________________________
28235[ 9108] By: gsar on 2001/03/12 10:21:31
28236 Log: fix memory leak in C<sub X { sub {} }> arising from a refcount
28237 loop between the outer sub and the inner prototype anonsub
28238
28239 this also enables closures returned by subroutines that
28240 subsequently get redefined to work without generating coredumps :)
28241
28242 completely removed the free_closures() hack--it shouldn't be
28243 needed anymore
28244 Branch: maint-5.6/perl
28245 + t/op/anonsub.t
28246 ! MANIFEST embed.h embed.pl op.c op.h pod/perlapi.pod pp_ctl.c
28247 ! proto.h sv.c
28248____________________________________________________________________________
28249[ 9107] By: jhi on 2001/03/12 05:15:31
28250 Log: Integrate perlio.
28251 Branch: perl
28252 !> ext/Encode/Encode.xs makedef.pl regcomp.c sv.c toke.c utf8.c
28253____________________________________________________________________________
28254[ 9106] By: nick on 2001/03/11 20:10:12
28255 Log: regcomp.c is working in native space, not Unicode space (if different)
28256 as it is doing compare against 'W' in \W etc.
28257 Branch: perlio
28258 ! regcomp.c
28259____________________________________________________________________________
28260[ 9105] By: nick on 2001/03/11 19:39:34
28261 Log: Audit #ifdef EBCDIC and #ifndef ASCIIish, replace latter with former.
28262 Use ASCII_TO_NATIVE and NATIVE_TO_ASCII to avoid some #ifs.
28263 Branch: perlio
28264 ! regcomp.c toke.c utf8.c
28265____________________________________________________________________________
28266[ 9104] By: nick on 2001/03/11 18:15:44
28267 Log: Put utf8_downgrade in CRIPPLED_CC versions of SvPVbyte* before I forget.
28268 Branch: perlio
28269 ! sv.c
28270____________________________________________________________________________
28271[ 9103] By: nick on 2001/03/11 18:03:28
28272 Log: Integrate mainline (for regexp stuff).
28273 Branch: perlio
28274 !> ext/B/defsubs_h.PL ext/DynaLoader/dl_mac.xs
28275 !> ext/Encode/Encode.xs ext/Errno/Errno_pm.PL
28276 !> lib/ExtUtils/Manifest.pm regcomp.c regexec.c t/lib/b.t
28277 !> t/lib/errno.t t/op/pat.t
28278____________________________________________________________________________
28279[ 9102] By: nick on 2001/03/11 17:44:20
28280 Log: USE_SFIO issues as observed by Chris Nandor <pudge@pobox.com>
28281 - exclude layer syms in makedef.pl for sfio
28282 - also inhibit Encode from trying to build ":encode()" layer.
28283 Branch: perlio
28284 ! ext/Encode/Encode.xs makedef.pl
28285____________________________________________________________________________
28286[ 9101] By: jhi on 2001/03/10 22:38:13
28287 Log: The $Is_MacOS needs to be declared.
28288 Branch: perl
28289 ! lib/ExtUtils/Manifest.pm
28290____________________________________________________________________________
28291[ 9100] By: jhi on 2001/03/10 22:14:29
28292 Log: Use #if defined(USE_PERLIO) && !defined(USE_SFIO) instead of just
28293 #ifdef USE_PERLIO in Encode.xs so that the perlio symbols don't
28294 pollute the symbolspace if using sfio.
28295 Branch: perl
28296 ! ext/Encode/Encode.xs
28297____________________________________________________________________________
28298[ 9099] By: jhi on 2001/03/10 21:58:48
28299 Log: Subject: [PATCH] Portability fixes for Mac OS / bleadperl
28300 Date: Sat, 10 Mar 2001 14:23:55 -0500
28301 From: Chris Nandor <pudge@pobox.com>
28302 Message-Id: <p05010401b6d02f70211f@[10.0.1.177]>
28303 Branch: perl
28304 ! ext/B/defsubs_h.PL ext/DynaLoader/dl_mac.xs
28305 ! ext/Errno/Errno_pm.PL lib/ExtUtils/Manifest.pm t/lib/b.t
28306 ! t/lib/errno.t
28307____________________________________________________________________________
28308[ 9098] By: jhi on 2001/03/10 21:38:30
28309 Log: Fix for ID 20010306.008, UTF-8 and \w without 'use utf8' coredump.
28310 Branch: perl
28311 ! regcomp.c regexec.c t/op/pat.t
28312____________________________________________________________________________
28313[ 9097] By: jhi on 2001/03/10 14:38:07
28314 Log: Integrate perlio.
28315 Branch: perl
28316 !> doop.c embed.h embed.pl ext/Encode/Encode.xs global.sym
28317 !> handy.h objXSUB.h op.c perl.c perlapi.c pp.c pp_ctl.c proto.h
28318 !> regcomp.c regexec.c sv.c toke.c utf8.c utf8.h
28319____________________________________________________________________________
28320[ 9096] By: nick on 2001/03/10 11:55:43
28321 Log: EBCDIC sanity - phase I
28322 - rename utf8/uv functions to indicate what sort of uv they provide (uvuni/uvchr)
28323 - use utf8n_xxxx (c.f. pvn) for forms which take length.
28324 - back out vN.N and $^V exceptions to e2a/a2e
28325 - make "locale" isxxx macros be uvchr (may be redundant?)
28326
28327 Not clear yet that toUPPER_uni et. al. return being handled correctly.
28328 The tr// and rexexp stuff still needs an audit, assumption is they are working
28329 in Unicode space.
28330
28331 Need to provide v5.6 names for XS modules (decide is uni or chr ?).
28332 Branch: perlio
28333 ! doop.c embed.h embed.pl ext/Encode/Encode.xs global.sym
28334 ! handy.h objXSUB.h op.c perl.c perlapi.c pp.c pp_ctl.c proto.h
28335 ! regcomp.c regexec.c sv.c toke.c utf8.c utf8.h
28336____________________________________________________________________________
28337[ 9095] By: jhi on 2001/03/09 22:10:01
28338 Log: Integrate perlio.
28339 Branch: perl
28340 !> dump.c
28341____________________________________________________________________________
28342[ 9094] By: nick on 2001/03/09 17:36:38
28343 Log: Builds an passes all tests after integrate and this tweak.
28344 Branch: perlio
28345 ! dump.c
28346____________________________________________________________________________
28347[ 9093] By: nick on 2001/03/09 17:16:03
28348 Log: Integrate mainline (does not build - sv_catpvf issue in dump.c)
28349 Branch: perlio
28350 +> lib/unicode/Scripts.txt t/lib/sigaction.t
28351 !> (integrate 79 files)
28352____________________________________________________________________________
28353[ 9092] By: jhi on 2001/03/09 15:28:26
28354 Log: Update Changes.
28355 Branch: perl
28356 ! Changes patchlevel.h
28357____________________________________________________________________________
0b6ed3a0
JH
28358[ 9091] By: jhi on 2001/03/09 15:25:05
28359 Log: In op/stat #35 better to scan all the potential directories
28360 for setuids, not just the first one.
28361 Branch: perl
28362 ! t/op/stat.t
28363____________________________________________________________________________
28364[ 9090] By: jhi on 2001/03/09 15:01:27
28365 Log: Subject: Re: [ID 19990808.001] [PATCH] FETCH triggered on exists()
28366 From: rspier@pobox.com (Robert Spier)
28367 Date: Fri, 9 Mar 2001 03:30:20 -0500
28368 Message-ID: <15016.38044.381174.160189@rls.cx>
28369
28370 EXISTS() returning undef mistakenly triggered a FETCH().
28371 Branch: perl
28372 ! hv.c
28373____________________________________________________________________________
28374[ 9089] By: jhi on 2001/03/09 14:59:02
28375 Log: Add /sbin and /usr/sbin to the list of directories scanned
28376 for setuid programs. Takes care of bug id 20010309.003.
28377 Branch: perl
28378 ! t/op/stat.t
28379____________________________________________________________________________
28380[ 9088] By: jhi on 2001/03/09 14:48:32
28381 Log: Regen perlapi, perltoc.
28382 Branch: perl
28383 ! ext/Encode/Encode/Tcl.pm pod/perlapi.pod pod/perltoc.pod
28384____________________________________________________________________________
28385[ 9087] By: jhi on 2001/03/09 14:38:56
28386 Log: Subject: Re: [ PATCH perl@8956 ] new debug option -DR shows ref counts
28387 From: David Mitchell <davem@fdgroup.co.uk>
28388 Date: Fri, 9 Mar 2001 13:49:31 +0000 (GMT)
28389 Message-Id: <200103091349.NAA16617@tiree.fdgroup.co.uk>
28390 Branch: perl
28391 ! dump.c perl.c perl.h pod/perlrun.pod
28392____________________________________________________________________________
28393[ 9086] By: jhi on 2001/03/09 01:47:16
28394 Log: A modified version of
28395
28396 Subject: [ID 20010307.005] POSIX::sigaction has various problems
28397 From: anders@broadcom.com
28398 Date: Wed, 7 Mar 2001 14:35:24 -0800 (PST)
28399 Message-Id: <200103072235.OAA25368@dt-sj1-130.sj.broadcom.com>
28400
28401 Currently the sigaction.t test #6 fails (and is fudged to look
28402 like an "ok") in Linux (at least in Debian 2.2 Linux 2.4.2 x86).
28403 This may well be a genuine bug in Linux sigaction() (since at
28404 least Tru64, Solaris, and HP-UX disagree with Linux).
28405 Anyone with POSIX / SUSv2 tome handy? The problem is that
28406 the flags of the oldaction don't match with the flags in
28407 the previously installed disposition.
28408 Branch: perl
28409 + t/lib/sigaction.t
28410 ! MANIFEST ext/POSIX/POSIX.pm ext/POSIX/POSIX.xs
28411____________________________________________________________________________
28412[ 9085] By: jhi on 2001/03/09 01:30:13
28413 Log: Subject: Re: mission impossible for the day
28414 From: Alex Gough <alex@rcon.org>
28415 Date: Thu, 08 Mar 2001 17:18:19 +0000
28416 Message-ID: <3AA7BEDB.8070409@rcon.org>
28417
28418 If references (are overloaded) and can be directly stringified,
28419 show that instead of "stringified".
28420
28421 (The problem, infinite mutual recursion caused by overloaded bool
28422 in Switch.pm, tracked by David Mitchell)
28423 Branch: perl
28424 ! lib/Carp/Heavy.pm
28425____________________________________________________________________________
28426[ 9084] By: jhi on 2001/03/09 01:20:39
28427 Log: Subject: Re: [ PATCH perl@8956 ] new debug option -DR shows ref counts
28428 Date: Thu, 8 Mar 2001 12:06:57 +0000 (GMT)
28429 From: David Mitchell <davem@fdgroup.co.uk>
28430 Message-Id: <200103081206.MAA06281@tiree.fdgroup.co.uk>
28431 Branch: perl
28432 ! ext/re/re.xs malloc.c mg.c perl.c perl.h perly.c perly.y
28433 ! pp_ctl.c regexec.c sv.c vms/perly_c.vms
28434____________________________________________________________________________
28435[ 9083] By: jhi on 2001/03/09 01:16:51
28436 Log: Subject: [PATCH] perldata.pod here-doc docs
28437 From: Jeff Pinyan <jeffp@crusoe.net>
28438 Date: Thu, 8 Mar 2001 13:18:55 -0500 (EST)
28439 Message-ID: <Pine.GSO.4.21.0103081317530.20957-100000@crusoe.crusoe.net>
28440 Branch: perl
28441 ! pod/perldata.pod
28442____________________________________________________________________________
28443[ 9082] By: jhi on 2001/03/09 01:01:27
28444 Log: Subject: Re: Unicode/EBCDIC
28445 From: Peter Prymmer <pvhp@forte.com>
28446 Date: Thu, 8 Mar 2001 16:23:25 -0800 (PST)
28447 Message-ID: <Pine.OSF.4.10.10103081617390.377472-100000@aspara.forte.com>
28448 Branch: perl
28449 ! perl.c perl.h sv.c toke.c utf8.c utf8.h
28450____________________________________________________________________________
28451[ 9081] By: jhi on 2001/03/08 13:41:30
28452 Log: Subject: Ooops, wrong 'no *POSIX' Patch
28453 From: Dorner Thomas <Thomas.Dorner@start.de>
28454 Date: Thu, 8 Mar 2001 08:43:28 +0100
28455 Message-ID: <6727B1DACFCDD311A757009027CA8D69010A88D3@Ex02.inhouse.start.de>
28456 Branch: perl
28457 ! hints/posix-bc.sh
28458____________________________________________________________________________
28459[ 9080] By: jhi on 2001/03/08 13:11:42
28460 Log: It's Scripts.txt, not Script.txt.
28461 Branch: perl
28462 ! MANIFEST
28463____________________________________________________________________________
28464[ 9079] By: jhi on 2001/03/08 12:59:05
28465 Log: Subject: 'no *POSIX' Patch speeding up make on BS2000
28466 From: Dorner Thomas <Thomas.Dorner@start.de>
28467 Date: Wed, 7 Mar 2001 14:13:31 +0100
28468 Message-ID: <6727B1DACFCDD311A757009027CA8D69010A88CB@Ex02.inhouse.start.de>
28469 Branch: perl
28470 ! makedepend.SH
28471____________________________________________________________________________
28472[ 9078] By: jhi on 2001/03/08 12:57:43
28473 Log: Retract #9069, wrong patch.
28474 Branch: perl
28475 ! Makefile.SH
28476____________________________________________________________________________
28477[ 9077] By: jhi on 2001/03/08 01:06:13
f734a339 28478 Log: Upgrade to Unicode 3.1 beta 2001-03-01.
0b6ed3a0
JH
28479 Branch: perl
28480 + lib/unicode/Scripts.txt
28481 ! MANIFEST lib/unicode/Category.pl lib/unicode/Decomposition.pl
28482 ! lib/unicode/EAWidth.txt lib/unicode/Is/Alnum.pl
28483 ! lib/unicode/Is/Alpha.pl lib/unicode/Is/L.pl
28484 ! lib/unicode/Is/LbrkAI.pl lib/unicode/Is/LbrkAL.pl
28485 ! lib/unicode/Is/LbrkB2.pl lib/unicode/Is/LbrkBA.pl
28486 ! lib/unicode/Is/LbrkBB.pl lib/unicode/Is/LbrkBK.pl
28487 ! lib/unicode/Is/LbrkCB.pl lib/unicode/Is/LbrkCL.pl
28488 ! lib/unicode/Is/LbrkCM.pl lib/unicode/Is/LbrkCR.pl
28489 ! lib/unicode/Is/LbrkEX.pl lib/unicode/Is/LbrkGL.pl
28490 ! lib/unicode/Is/LbrkHY.pl lib/unicode/Is/LbrkID.pl
28491 ! lib/unicode/Is/LbrkIN.pl lib/unicode/Is/LbrkIS.pl
28492 ! lib/unicode/Is/LbrkLF.pl lib/unicode/Is/LbrkNS.pl
28493 ! lib/unicode/Is/LbrkNU.pl lib/unicode/Is/LbrkOP.pl
28494 ! lib/unicode/Is/LbrkPO.pl lib/unicode/Is/LbrkPR.pl
28495 ! lib/unicode/Is/LbrkQU.pl lib/unicode/Is/LbrkSA.pl
28496 ! lib/unicode/Is/LbrkSG.pl lib/unicode/Is/LbrkSP.pl
28497 ! lib/unicode/Is/LbrkSY.pl lib/unicode/Is/LbrkZW.pl
28498 ! lib/unicode/Is/Ll.pl lib/unicode/Is/Lower.pl
28499 ! lib/unicode/Is/S.pl lib/unicode/Is/Sm.pl
28500 ! lib/unicode/Is/Word.pl lib/unicode/Names.txt
28501 ! lib/unicode/PropList.txt lib/unicode/ReadMe.txt
28502 ! lib/unicode/Unicode.txt lib/unicode/mktables.PL
28503 ! lib/unicode/version
28504____________________________________________________________________________
28505[ 9076] By: jhi on 2001/03/07 22:59:39
28506 Log: Integrate change #7784 from mainline into maintperl.
28507
28508 Subject: [PATCH 5.7.0] lexicals not recognized in a run-time (?{})
28509 Branch: maint-5.6/perl
28510 !> pp_ctl.c t/op/pat.t
28511____________________________________________________________________________
28512[ 9075] By: jhi on 2001/03/07 22:05:11
28513 Log: More UTF-8 test tweaks.
28514 Branch: perl
28515 ! t/op/pat.t t/op/split.t t/pragma/utf8.t
28516____________________________________________________________________________
28517[ 9074] By: nick on 2001/03/07 21:39:29
28518 Log: Integrate mainline.
28519 Branch: perlio
28520 !> Changes Makefile.SH lib/ExtUtils/MM_Unix.pm
28521 !> lib/unicode/mktables.PL patchlevel.h perl.c pod/perlop.pod
28522 !> pod/perlretut.pod pod/perlsyn.pod pp.c pp_sys.c
28523 !> t/camel-III/vstring.t t/lib/charnames.t t/op/chop.t
28524 !> t/op/pack.t t/op/pat.t t/op/split.t t/pragma/utf8.t
28525____________________________________________________________________________
28526[ 9073] By: jhi on 2001/03/07 16:37:09
28527 Log: Update Changes.
28528 Branch: perl
28529 ! Changes patchlevel.h
28530____________________________________________________________________________
4bad07d9
JH
28531[ 9072] By: jhi on 2001/03/07 16:32:30
28532 Log: Subject: [ID 20010306.004] || != named unary operator
28533 From: abela@geneanet.org
28534 Date: Tue, 6 Mar 2001 15:57:57 +0100 (CET)
28535 Message-Id: <20010306145757.0CB03D183@little-roots.geneanet.org>
28536 Branch: perl
28537 ! pod/perlop.pod
28538____________________________________________________________________________
28539[ 9071] By: jhi on 2001/03/07 15:14:11
28540 Log: Subject: downgrading to bytes for common functions
28541 From: andrew@pimlott.ne.mediaone.net (Andrew Pimlott)
28542 Date: Wed, 7 Mar 2001 02:36:55 -0500
28543 Message-ID: <20010307023655.J24024@pimlott.ne.mediaone.net>
28544 Branch: perl
28545 ! pp_sys.c
28546____________________________________________________________________________
28547[ 9070] By: jhi on 2001/03/07 15:04:58
28548 Log: Clarify the description differentiating for and while; inspired by
28549
28550 Subject: [ID 20010306.002] for/while difference in for definition
28551 From: abela@geneanet.org
28552 Date: Tue, 6 Mar 2001 09:40:36 +0100 (CET)
28553 Message-Id: <20010306084036.7BFD0D17F@little-roots.geneanet.org>
28554 Branch: perl
28555 ! pod/perlsyn.pod
28556____________________________________________________________________________
28557[ 9069] By: jhi on 2001/03/07 14:55:30
28558 Log: Subject: 'no *POSIX' Patch speeding up make on BS2000
28559 From: Dorner Thomas <Thomas.Dorner@start.de>
28560 Date: Wed, 7 Mar 2001 14:13:31 +0100
28561 Message-ID: <6727B1DACFCDD311A757009027CA8D69010A88CB@Ex02.inhouse.start.de>
28562 Branch: perl
28563 ! Makefile.SH
28564____________________________________________________________________________
28565[ 9068] By: jhi on 2001/03/07 14:51:17
28566 Log: Subject: Re: [ID 20010305.012] chop() against list assignment returns char chopped from el zero
28567 From: Radu Greab <radu@netsoft.ro>
28568 Date: Tue, 6 Mar 2001 23:04:44 +0200 (EET)
28569 Message-ID: <15013.20716.201459.540421@ix.netsoft.ro>
28570 Branch: perl
28571 ! pp.c t/op/chop.t
28572____________________________________________________________________________
28573[ 9067] By: jhi on 2001/03/07 14:48:57
28574 Log: Subject: Re: [PATCH: 5.6.1 trial2] DynaLoading for OS/390 build option
28575 From: Simon Cozens <simon@netthink.co.uk>
28576 Date: Wed, 7 Mar 2001 13:59:28 +0000
28577 Message-ID: <20010307135928.A21620@pembro26.pmb.ox.ac.uk>
28578
28579 In order to allow MakeMaker to build correct Makefiles,
28580 you need to change the order of the arguments in MM_Unix.pm
28581 as well. (Unless you have C89_CCMODE set, but we're trying
28582 to be POSIXly correct)
28583
28584 Thanks to Merijn Broeren for tracking this down.
28585 Branch: perl
28586 ! lib/ExtUtils/MM_Unix.pm
28587____________________________________________________________________________
28588[ 9066] By: jhi on 2001/03/07 14:30:02
28589 Log: Floating point too messy.
28590 Branch: perl
28591 ! t/camel-III/vstring.t
28592____________________________________________________________________________
28593[ 9065] By: jhi on 2001/03/07 14:17:44
28594 Log: Integrate change #9064 from maintperl into mainline.
28595
28596 fix memory leak in pack("Bb",...)
28597 Branch: perl
28598 !> perl.c
28599____________________________________________________________________________
28600[ 9064] By: gsar on 2001/03/07 06:29:24
28601 Log: fix memory leak in pack("Bb",...)
28602 Branch: maint-5.6/perl
28603 ! perl.c
28604____________________________________________________________________________
28605[ 9063] By: jhi on 2001/03/07 00:55:04
28606 Log: Major utf8 test reorganisation and rewrite.
28607 Hopefully no tests were lost in the shuffle.
28608 (The beginning of pragma/utf8 was lost intentionally,
28609 the tests were rather bogus and incomplete.)
28610 Branch: perl
28611 ! t/lib/charnames.t t/op/pack.t t/op/pat.t t/op/split.t
28612 ! t/pragma/utf8.t
28613____________________________________________________________________________
28614[ 9062] By: jhi on 2001/03/07 00:41:16
28615 Log: More tweakage on the Unicode character class descriptions.
28616 Branch: perl
28617 ! lib/unicode/mktables.PL pod/perlretut.pod
28618____________________________________________________________________________
28619[ 9061] By: jhi on 2001/03/06 23:12:38
28620 Log: The perlretut was still talking about the old \p and \P
28621 definitions.
28622 Branch: perl
28623 ! pod/perlretut.pod
28624____________________________________________________________________________
28625[ 9060] By: nick on 2001/03/06 20:52:37
28626 Log: Integrate mainline (make test works again now).
28627 Branch: perlio
28628 !> op.c op.h regcomp.c t/camel-III/vstring.t t/op/pat.t
28629____________________________________________________________________________
28630[ 9059] By: jhi on 2001/03/06 15:36:14
28631 Log: 0.999... does equal 1.0, doesn't it?
28632 Branch: perl
28633 ! t/camel-III/vstring.t
28634____________________________________________________________________________
28635[ 9058] By: jhi on 2001/03/06 15:34:00
28636 Log: Make /x{abcd}/ to work without use utf8.
28637 Branch: perl
28638 ! regcomp.c
28639____________________________________________________________________________
28640[ 9057] By: jhi on 2001/03/06 03:02:36
28641 Log: Easier to outcomment all the three reset() tests for now.
28642 Branch: perl
28643 ! t/op/pat.t
28644____________________________________________________________________________
28645[ 9056] By: jhi on 2001/03/06 02:30:02
28646 Log: Comment out the deadly reset; until the 20010301.005
28647 is finally fixed.
28648 Branch: perl
28649 ! t/op/pat.t
28650____________________________________________________________________________
28651[ 9055] By: jhi on 2001/03/06 02:21:26
28652 Log: Integrate the change #9054 from mainline:
28653 retract the PMOP cleanup patch pending further investigation.
28654 Branch: maint-5.6/perl
28655 !> op.c op.h
28656____________________________________________________________________________
28657[ 9054] By: jhi on 2001/03/06 02:19:57
28658 Log: Retract the PMOP cleanup patch: I'm seeing strange core dumps
28659 with oddly familiar stack traces.
28660 Branch: perl
28661 ! op.c op.h
28662____________________________________________________________________________
28663[ 9053] By: jhi on 2001/03/05 23:20:28
28664 Log: Integrate perlio.
28665 Branch: perl
28666 +> ext/Encode/Encode/koi8-r.ucm
28667 !> MANIFEST ext/Encode/Encode.pm ext/Encode/Makefile.PL
28668 !> makedef.pl
28669____________________________________________________________________________
28670[ 9052] By: nick on 2001/03/05 23:08:17
28671 Log: skipping USE_PERLIO symbols correction.
28672 Branch: perlio
28673 ! makedef.pl
28674____________________________________________________________________________
28675[ 9051] By: nick on 2001/03/05 22:35:07
28676 Log: More Encode alias tidying.
28677 Branch: perlio
28678 + ext/Encode/Encode/koi8-r.ucm
28679 ! MANIFEST ext/Encode/Encode.pm ext/Encode/Makefile.PL
28680____________________________________________________________________________
28681[ 9050] By: jhi on 2001/03/05 21:44:29
28682 Log: Integrate changes #9033 and #9044 from mainline into maintperl,
28683 Sarathy's fix for ID 20010301.005.
28684 Branch: maint-5.6/perl
28685 !> op.c op.h
28686____________________________________________________________________________
28687[ 9049] By: nick on 2001/03/05 19:54:04
28688 Log: Integrate Jarkko's Encode.pm tweak.
28689 Branch: perlio
28690 !> ext/Encode/Encode.pm
28691____________________________________________________________________________
28692[ 9048] By: nick on 2001/03/05 19:47:57
28693 Log: Integrate mainline (mostly - holding of on Encode.pm for a bit.)
28694 Branch: perlio
28695 +> os2/os2add.sym
28696 !> lib/ExtUtils/MM_OS2.pm lib/ExtUtils/MM_Unix.pm makedef.pl op.c
28697 !> op.h os2/Changes os2/Makefile.SHs os2/OS2/REXX/Makefile.PL
28698 !> os2/OS2/REXX/REXX.pm os2/OS2/REXX/REXX.xs
28699 !> os2/OS2/REXX/t/rx_cmprt.t os2/os2.c os2/os2.sym os2/os2ish.h
28700 !> pod/perlapi.pod t/op/pat.t t/op/tr.t
28701____________________________________________________________________________
28702[ 9047] By: jhi on 2001/03/05 19:25:26
28703 Log: Regen perlapi.
28704 Branch: perl
28705 ! pod/perlapi.pod
28706____________________________________________________________________________
28707[ 9046] By: jhi on 2001/03/05 19:12:14
28708 Log: Integrate perlio.
28709 Branch: perl
28710 +> t/camel-III/vstring.t
28711 !> MANIFEST pp.h pp_sys.c t/TEST t/harness
28712____________________________________________________________________________
28713[ 9045] By: jhi on 2001/03/05 19:10:36
28714 Log: The mapping of ISO Latin X to ISO 8859-Y is tricky.
28715 Branch: perl
28716 ! ext/Encode/Encode.pm
28717____________________________________________________________________________
28718[ 9044] By: jhi on 2001/03/05 18:49:12
28719 Log: Forgot the other half of the PMOP patch (#9033).
28720 Branch: perl
28721 ! op.h
28722____________________________________________________________________________
28723[ 9043] By: nick on 2001/03/05 18:14:47
28724 Log: Update MANIFEST for new test.
28725 Branch: perlio
28726 ! MANIFEST
28727____________________________________________________________________________
28728[ 9042] By: nick on 2001/03/05 18:12:41
28729 Log: Some tests for Camel 3rd edition features.
28730 Make gethostbyaddr() test in above work.
28731 Branch: perlio
28732 + t/camel-III/vstring.t
28733 ! pp.h pp_sys.c t/TEST t/harness
28734____________________________________________________________________________
28735[ 9041] By: jhi on 2001/03/05 17:41:48
28736 Log: Add more ISO 8859 encoding aliases.
28737 Branch: perl
28738 ! ext/Encode/Encode.pm
28739____________________________________________________________________________
28740[ 9040] By: jhi on 2001/03/05 17:30:43
28741 Log: Integrate perlio.
28742 Branch: perl
28743 !> MANIFEST sv.c
28744____________________________________________________________________________
28745[ 9039] By: nick on 2001/03/05 17:11:36
28746 Log: Missed added file.
28747 Branch: perlio
28748 ! MANIFEST
28749____________________________________________________________________________
28750[ 9038] By: jhi on 2001/03/05 15:58:01
28751 Log: Add tr tests for EBCDIC, from Karsten Sperling.
28752 Branch: perl
28753 ! t/op/tr.t
28754____________________________________________________________________________
28755[ 9037] By: nick on 2001/03/05 15:56:35
28756 Log: Long-standing "defined but not used" SvPVbyte*() are about to get used
28757 for auto-downgrade hooks in gethostbyaddr() etc. (as per Camel-III).
28758
28759 Make SvPVbyte*() symetric with respect to SvPVutf8*() in that:
28760 - it does a sv_utf8_downgrade (c.f. SvPVutf8's sv_utf8_upgrade())
28761 - uses SvPV() rather than sv_2pv() in case it isn't a string.
28762 Branch: perlio
28763 ! sv.c
28764____________________________________________________________________________
28765[ 9036] By: jhi on 2001/03/05 15:49:15
28766 Log: Add matching tests currently failing in EBCDIC,
28767 suggested by Karsten Sperling.
28768 Branch: perl
28769 ! t/op/pat.t
28770____________________________________________________________________________
28771[ 9035] By: jhi on 2001/03/05 15:36:55
28772 Log: The #9034 needs a MANIFESTation.
28773 Branch: perl
28774 ! MANIFEST
28775____________________________________________________________________________
28776[ 9034] By: jhi on 2001/03/05 15:35:14
28777 Log: Integrate perlio.
28778 Branch: perl
28779 +> ext/Encode/Encode/Tcl.pm
28780 !> ext/Encode/Encode.pm ext/Encode/Encode.xs
28781 !> ext/Encode/Encode/ascii.ucm ext/Encode/Encode/cp1250.ucm
28782 !> ext/Encode/Encode/iso8859-1.ucm
28783 !> ext/Encode/Encode/iso8859-10.ucm
28784 !> ext/Encode/Encode/iso8859-13.ucm
28785 !> ext/Encode/Encode/iso8859-14.ucm
28786 !> ext/Encode/Encode/iso8859-15.ucm
28787 !> ext/Encode/Encode/iso8859-16.ucm
28788 !> ext/Encode/Encode/iso8859-2.ucm
28789 !> ext/Encode/Encode/iso8859-3.ucm
28790 !> ext/Encode/Encode/iso8859-4.ucm
28791 !> ext/Encode/Encode/iso8859-5.ucm
28792 !> ext/Encode/Encode/iso8859-6.ucm
28793 !> ext/Encode/Encode/iso8859-7.ucm
28794 !> ext/Encode/Encode/iso8859-8.ucm
28795 !> ext/Encode/Encode/iso8859-9.ucm ext/Encode/compile
28796 !> t/lib/encode.t
28797____________________________________________________________________________
28798[ 9033] By: jhi on 2001/03/05 15:33:18
28799 Log: Subject: Re: [ID 20010301.005] corrupt memory (since @8531, in 5.6.1-T2)
28800 From: Gurusamy Sarathy <gsar@ActiveState.com>
28801 Date: Sun, 04 Mar 2001 22:33:15 -0800
28802 Message-Id: <200103050633.f256XFo06998@smtp3.ActiveState.com>
28803
28804 PMOPs need to remember their own stash so that they can
28805 gracefully remove themselves from their linked list.
28806 Branch: perl
28807 ! op.c
28808____________________________________________________________________________
28809[ 9032] By: nick on 2001/03/05 14:51:50
28810 Log: Encode implementation "completion"
28811 Implement and document define_encoding()
28812 Implement and document encoding aliases including define_alias()
28813 Make Encode::XS use define_encoding() rather than back-door.
28814 Move run-time *.enc to separate Encode::Tcl module.
28815 Make 'compile' honour <codeset_name>
28816 Change canonical names of to iso-8859-* and US-ascii.
28817 Branch: perlio
28818 + ext/Encode/Encode/Tcl.pm
28819 ! ext/Encode/Encode.pm ext/Encode/Encode.xs
28820 ! ext/Encode/Encode/ascii.ucm ext/Encode/Encode/cp1250.ucm
28821 ! ext/Encode/Encode/iso8859-1.ucm
28822 ! ext/Encode/Encode/iso8859-10.ucm
28823 ! ext/Encode/Encode/iso8859-13.ucm
28824 ! ext/Encode/Encode/iso8859-14.ucm
28825 ! ext/Encode/Encode/iso8859-15.ucm
28826 ! ext/Encode/Encode/iso8859-16.ucm
28827 ! ext/Encode/Encode/iso8859-2.ucm
28828 ! ext/Encode/Encode/iso8859-3.ucm
28829 ! ext/Encode/Encode/iso8859-4.ucm
28830 ! ext/Encode/Encode/iso8859-5.ucm
28831 ! ext/Encode/Encode/iso8859-6.ucm
28832 ! ext/Encode/Encode/iso8859-7.ucm
28833 ! ext/Encode/Encode/iso8859-8.ucm
28834 ! ext/Encode/Encode/iso8859-9.ucm ext/Encode/compile
28835 ! t/lib/encode.t
28836____________________________________________________________________________
28837[ 9031] By: jhi on 2001/03/05 13:51:17
28838 Log: Integrate change #9030 from maintperl into mainline.
28839
28840 Subject: [PATCH 5.6.1] OS/2 cleanup
28841 Branch: perl
28842 +> os2/os2add.sym
28843 !> MANIFEST lib/ExtUtils/MM_OS2.pm lib/ExtUtils/MM_Unix.pm
28844 !> makedef.pl os2/Changes os2/Makefile.SHs
28845 !> os2/OS2/REXX/Makefile.PL os2/OS2/REXX/REXX.pm
28846 !> os2/OS2/REXX/REXX.xs os2/OS2/REXX/t/rx_cmprt.t os2/os2.c
28847 !> os2/os2.sym os2/os2ish.h
28848____________________________________________________________________________
28849[ 9030] By: jhi on 2001/03/05 13:46:49
28850 Log: Subject: [PATCH 5.6.1] OS/2 cleanup
28851 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
28852 Date: Mon, 5 Mar 2001 02:29:44 -0500
28853 Message-ID: <20010305022944.A10117@math.ohio-state.edu>
28854 Branch: maint-5.6/perl
28855 + os2/os2add.sym
28856 ! MANIFEST lib/ExtUtils/MM_OS2.pm lib/ExtUtils/MM_Unix.pm
28857 ! makedef.pl os2/Changes os2/Makefile.SHs
28858 ! os2/OS2/REXX/Makefile.PL os2/OS2/REXX/REXX.pm
28859 ! os2/OS2/REXX/REXX.xs os2/OS2/REXX/t/rx_cmprt.t os2/os2.c
28860 ! os2/os2.sym os2/os2ish.h
28861____________________________________________________________________________
28862[ 9029] By: jhi on 2001/03/05 13:40:35
28863 Log: Integrate change #9028 from maintperl into mainline.
28864
28865 various nits in MM_Unix.pm found by disabling SelfLoader
28866 Branch: perl
28867 !> lib/ExtUtils/MM_Unix.pm
28868____________________________________________________________________________
28869[ 9028] By: gsar on 2001/03/05 09:58:38
28870 Log: various nits in MM_Unix.pm found by disabling SelfLoader
28871 Branch: maint-5.6/perl
28872 ! lib/ExtUtils/MM_Unix.pm
28873____________________________________________________________________________
28874[ 9027] By: nick on 2001/03/05 08:35:22
28875 Log: Integrate mainline
28876 Branch: perlio
28877 !> (integrate 28 files)
28878____________________________________________________________________________
28879[ 9026] By: jhi on 2001/03/05 02:14:59
28880 Log: Integrate change #9025 from mainline to maintperl,
28881 retract \N{U+HHHH}.
28882 Branch: maint-5.6/perl
28883 !> lib/charnames.pm pod/perldiag.pod pod/perlretut.pod
28884 !> t/lib/charnames.t toke.c
28885____________________________________________________________________________
28886[ 9025] By: jhi on 2001/03/05 02:13:09
28887 Log: Retracting \N{U+HHHH}.
28888 Branch: perl
28889 ! lib/charnames.pm pod/perldiag.pod pod/perlretut.pod
28890 ! t/lib/charnames.t toke.c
28891____________________________________________________________________________
28892[ 9024] By: jhi on 2001/03/04 20:51:07
28893 Log: Subject: Re: Smoking patch 8898 for perl v5.7.0 on aix 4.3.0.0
28894 From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
28895 Date: Fri, 02 Mar 2001 18:25:26 +0100
28896 Message-Id: <20010302182416.1BF4.H.M.BRAND@hccnet.nl>
28897
28898 Casting problem.
28899 Branch: perl
28900 ! ext/Storable/Storable.xs
28901____________________________________________________________________________
28902[ 9023] By: jhi on 2001/03/04 19:46:45
28903 Log: Subject: [ID 20010303.009] SOCKS5 work around breaks other sockets
28904 From: nick@talking.bollo.cx
28905 Date: Sat, 03 Mar 2001 21:41:33 +0000
28906 Message-Id: <E14ZJmP-0000mE-00@Bagpuss.unfortu.net>
28907
28908 Revert the workaround.
28909 Branch: perl
28910 ! perlio.c
28911____________________________________________________________________________
28912[ 9022] By: jhi on 2001/03/04 19:36:28
28913 Log: Update Changes.
28914 Branch: perl
28915 ! Changes patchlevel.h
28916____________________________________________________________________________
18538318
JH
28917[ 9021] By: jhi on 2001/03/04 18:41:00
28918 Log: makedef.pl updates suggested by Chris Nandor; double-checking
28919 the changes in AIX, OS/2 Win32 would be nice.
28920 Branch: perl
28921 ! makedef.pl
28922____________________________________________________________________________
28923[ 9020] By: jhi on 2001/03/04 18:23:58
28924 Log: Integrate change #9012 from maintperl into mainline,
28925 quench a compiler warning.
28926 Branch: perl
28927 !> toke.c
28928____________________________________________________________________________
28929[ 9019] By: jhi on 2001/03/04 18:18:43
28930 Log: Integrate changes #9017 and 9018 from mainline into maintperl.
28931
28932 \N{U+HHHH} fix.
28933
28934 pattern in G_ARRAY context
28935 Branch: maint-5.6/perl
28936 !> pp_hot.c t/op/pat.t toke.c
28937____________________________________________________________________________
28938[ 9018] By: jhi on 2001/03/04 18:07:48
28939 Log: Subject: [PATCH pp_hot.c regexp.t] pattern in G_ARRAY context
28940 From: Jeff Pinyan <jeffp@crusoe.net>
28941 Date: Sat, 3 Mar 2001 17:14:07 -0500 (EST)
28942 Message-ID: <Pine.GSO.4.21.0103031712070.1035-100000@crusoe.crusoe.net>
28943 Branch: perl
28944 ! pp_hot.c t/op/pat.t
28945____________________________________________________________________________
28946[ 9017] By: jhi on 2001/03/04 18:06:21
28947 Log: I thought I tested the #9014.
28948 Branch: perl
28949 ! toke.c
28950____________________________________________________________________________
28951[ 9016] By: jhi on 2001/03/04 17:41:22
28952 Log: Integrate changes #9013,9014,9015 from mainline into maintperl.
28953
28954 Tweak the get*ent() OS/2 prototypes.
28955
28956 Add the \N{U+HHHH} syntax.
28957
28958 More tr/// UTF-8 fixes from Inaba Hiroto.
28959 Branch: maint-5.6/perl
28960 !> doop.c lib/charnames.pm os2/os2.c pod/perldiag.pod
28961 !> pod/perlretut.pod t/lib/charnames.t t/op/tr.t toke.c
28962____________________________________________________________________________
28963[ 9015] By: jhi on 2001/03/04 17:36:04
28964 Log: More tr/// UTF-8 fixes from Inaba Hiroto.
28965 Branch: perl
28966 ! doop.c t/op/tr.t
28967____________________________________________________________________________
28968[ 9014] By: jhi on 2001/03/04 17:24:49
28969 Log: Add the \N{U+HHHH} syntax.
28970 Branch: perl
28971 ! lib/charnames.pm pod/perldiag.pod pod/perlretut.pod
28972 ! t/lib/charnames.t toke.c
28973____________________________________________________________________________
28974[ 9013] By: jhi on 2001/03/04 17:20:45
28975 Log: Tweak the get*ent() OS/2 prototypes.
28976 Branch: perl
28977 ! os2/os2.c
28978____________________________________________________________________________
28979[ 9012] By: gsar on 2001/03/04 06:26:14
28980 Log: avoid warning (nit in change#9009)
28981 Branch: maint-5.6/perl
28982 ! toke.c
28983____________________________________________________________________________
28984[ 9011] By: gsar on 2001/03/04 06:15:24
28985 Log: lib/charnames.t fails in 5.6.x because of older Unicode
28986 data
28987
28988 TODO: need to revisit this after updating lib/unicode/...
28989 Branch: maint-5.6/perl
28990 ! t/lib/charnames.t
28991____________________________________________________________________________
28992[ 9010] By: gsar on 2001/03/04 06:08:36
28993 Log: change#9009 breaks build (no "didrange" variable in 5.6.x)
28994 Branch: maint-5.6/perl
28995 ! toke.c
28996____________________________________________________________________________
28997[ 9009] By: jhi on 2001/03/03 19:27:20
28998 Log: Integrate change #9008 from mainline to maintperl,
28999 UTF-8 tr/// fixes from Inaba Hiroto.
29000 Branch: maint-5.6/perl
29001 !> doop.c op.c t/op/tr.t toke.c
29002____________________________________________________________________________
29003[ 9008] By: jhi on 2001/03/03 19:19:42
29004 Log: UTF8 tr/// fixes from Inaba Hiroto.
29005 Branch: perl
29006 ! doop.c op.c t/op/tr.t toke.c
29007____________________________________________________________________________
29008[ 9007] By: jhi on 2001/03/03 19:00:30
29009 Log: Integrate change #9006 from maintperl to mainline,
29010 more robust quest for the infinite.
29011 Branch: perl
29012 !> lib/Math/Complex.pm
29013____________________________________________________________________________
29014[ 9006] By: jhi on 2001/03/03 18:58:06
29015 Log: Subject: [PATCH 5.6.1] More robust Math::Complex
29016 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
29017 Date: Sat, 3 Mar 2001 12:51:50 -0500
29018 Message-ID: <20010303125150.A2147@math.ohio-state.edu>
29019
29020 Be more robust in our quest for the infinite.
29021 Branch: maint-5.6/perl
29022 ! lib/Math/Complex.pm
29023____________________________________________________________________________
29024[ 9005] By: jhi on 2001/03/03 17:55:50
29025 Log: The #8982 modified for perl 5.6.x, from Radu Greab.
29026 Branch: maint-5.6/perl
29027 ! doio.c
29028____________________________________________________________________________
29029[ 9004] By: jhi on 2001/03/03 17:40:14
29030 Log: Rewrite REPORT() and REPORT2() (used for -DT) slightly
29031 so that picky compilers like IRIX won't get huffy about
29032 "statements without effect" (like 1;).
29033 Branch: perl
29034 ! toke.c
29035____________________________________________________________________________
29036[ 9003] By: jhi on 2001/03/03 17:15:52
29037 Log: Integrate change #9002 from mainline to maintperl.
29038
29039 Subject: [perl-5.6.x, perl-current] accept for EPOC
29040 Branch: maint-5.6/perl
29041 !> pp_sys.c
29042____________________________________________________________________________
29043[ 9002] By: jhi on 2001/03/03 17:14:30
29044 Log: Subject: [perl-5.6.x, perl-current] accept for EPOC
29045 From: Olaf Flebbe <O.Flebbe@science-computing.de>
29046 Date: Sat, 3 Mar 2001 16:36:04 +0100 (CET)
29047 Message-ID: <Pine.LNX.4.02.10103031635190.4825-100000@milkyway.science-computing.de>
29048 Branch: perl
29049 ! pp_sys.c
29050____________________________________________________________________________
29051[ 9001] By: jhi on 2001/03/03 17:13:13
29052 Log: Subject: [PATCH perl@8989] t/pod/find.t on VMS
29053 From: "Craig A. Berry" <craigberry@mac.com>
29054 Date: Fri, 02 Mar 2001 17:44:40 -0600
29055 Message-Id: <5.0.2.1.0.20010302172145.038d3c10@mail.mac.com>
29056 Branch: perl
29057 ! t/pod/find.t
29058____________________________________________________________________________
29059[ 9000] By: jhi on 2001/03/03 17:11:55
29060 Log: Integrate changes #8997,8999 from maintperl.
29061
29062 Subject: [PATCH 5.6.1] compiling on OS/2
29063 (Better error message from hints/os2.sh)
29064
29065 Subject: [PATCH 5.6.1] syslog.t
29066 Branch: perl
29067 !> hints/os2.sh t/lib/syslog.t
29068____________________________________________________________________________
29069[ 8999] By: jhi on 2001/03/03 17:09:28
29070 Log: Subject: [PATCH 5.6.1] syslog.t
29071 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
29072 Date: Sat, 3 Mar 2001 02:11:17 -0500
29073 Message-ID: <20010303021116.A11897@math.ohio-state.edu>
29074 Branch: maint-5.6/perl
29075 ! t/lib/syslog.t
29076____________________________________________________________________________
29077[ 8998] By: jhi on 2001/03/03 17:07:50
29078 Log: Subject: Re: [PATCH 5.7.0] compiling on OS/2: 5.6.1 too
29079 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
29080 Date: Sat, 3 Mar 2001 01:53:52 -0500
29081 Message-ID: <20010303015352.A11741@math.ohio-state.edu>
29082 Branch: maint-5.6/perl
29083 ! opcode.pl os2/os2.c
29084____________________________________________________________________________
29085[ 8997] By: jhi on 2001/03/03 17:03:30
29086 Log: Subject: [PATCH 5.6.1] compiling on OS/2
29087 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
29088 Date: Sat, 3 Mar 2001 01:59:59 -0500
29089 Message-ID: <20010303015959.B11741@math.ohio-state.edu>
29090 Branch: maint-5.6/perl
29091 ! hints/os2.sh
29092____________________________________________________________________________
29093[ 8996] By: jhi on 2001/03/03 00:55:58
29094 Log: Regen files for mainline.
29095 Branch: perl
29096 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
29097 ! config_h.SH pod/perlapi.pod pod/perltoc.pod
29098____________________________________________________________________________
29099[ 8995] By: jhi on 2001/03/03 00:35:22
29100 Log: Integrate changes #8099,8218,8220,8221,8227,8304,8317,
29101 8318,8320,8337,8503,8877,8890,8903,8971 from mainline
29102 to maintperl.
29103
29104 Subject: Re: [ID 20000328.039] [PATCH] Eliminate Configure use of /tmp
29105
29106 Add Configure option -Dmksymlinks which will create a symlink
29107 forest if the current/build differs from the source directory.
29108 (8218,8220,8221,8317,8318,8971)
29109
29110 Subject: Re: A Configure option like 'otherlibdirs' but for *pre*pending?
29111 (Document APPLLIB_EXP in INSTALL.)
29112
29113 If running byacc write-enable also perly.h.
29114
29115 DB3 NDBM/ODBM emulation tweaks from Stanislav Brabec <utx@penguin.cz>.
29116
29117 Subject: [PATCH 5.7.1/Configure] failure to set src='.'
29118
29119 Sanity check for conflicting thread flavours.
29120
29121 Fix the sys/fcntl.h problem reported by Peter Prymmer.
29122
29123 Add few CPUs/architectures to the Cppsym scan,
29124 add -perlio to archname if so selected (modified 8890)
29125
29126 Be more helpful for devel builders, suggested by John L. Allen.
29127 (admittedly pointless change for maintperl, but the usedevel
29128 code is there already)
29129 Branch: maint-5.6/perl
29130 !> Configure INSTALL Makefile.SH Porting/Glossary
29131 !> Porting/config.sh Porting/config_H config_h.SH embed.pl
29132 !> epoc/config.sh ext/NDBM_File/NDBM_File.xs
29133 !> ext/ODBM_File/ODBM_File.xs t/io/fs.t warnings.pl
29134 !> win32/config.bc win32/config.gc win32/config.vc
29135____________________________________________________________________________
29136[ 8994] By: jhi on 2001/03/02 23:31:41
29137 Log: Use also $ccflags, not just $ldflags, when testing for gccness.
29138 Branch: metaconfig/U/perl
29139 ! gccvers.U
29140____________________________________________________________________________
29141[ 8993] By: jhi on 2001/03/02 23:22:12
29142 Log: Regenerate various files for maint.
29143 Branch: maint-5.6/perl
29144 ! Porting/Glossary Porting/config.sh Porting/config_H objXSUB.h
29145 ! perlapi.c pod/perlapi.pod pod/perltoc.pod proto.h
29146____________________________________________________________________________
29147[ 8992] By: alanbur on 2001/03/02 22:48:34
29148 Log: Resync wuth parent
29149 Branch: maint-5.6/pureperl
29150 +> pod/perlclib.pod t/lib/cgi-esc.t t/run/runenv.t
29151 !> (integrate 60 files)
29152____________________________________________________________________________
29153[ 8991] By: jhi on 2001/03/02 21:00:08
29154 Log: Retract the #8742 part of #8986, backward compat.
29155 Branch: maint-5.6/perl
29156 ! embed.pl
29157____________________________________________________________________________
29158[ 8990] By: jhi on 2001/03/02 20:40:07
29159 Log: Retract the #8919 part of #8987, not applicable to the 5.6 branch.
29160 Branch: maint-5.6/perl
29161 ! hv.c
29162____________________________________________________________________________
29163[ 8989] By: jhi on 2001/03/02 19:59:56
29164 Log: Update Changes.
29165 Branch: perl
29166 ! Changes patchlevel.h
29167____________________________________________________________________________
7fa33807
JH
29168[ 8988] By: jhi on 2001/03/02 19:57:08
29169 Log: Integrate perlio.
29170 Branch: perl
29171 !> ext/Encode/Encode/ascii.ucm ext/Encode/Encode/cp1047.ucm
29172 !> ext/Encode/Encode/cp1250.ucm ext/Encode/Encode/cp37.ucm
29173 !> ext/Encode/Encode/dingbats.ucm ext/Encode/Encode/iso8859-1.ucm
29174 !> ext/Encode/Encode/iso8859-10.ucm
29175 !> ext/Encode/Encode/iso8859-13.ucm
29176 !> ext/Encode/Encode/iso8859-14.ucm
29177 !> ext/Encode/Encode/iso8859-15.ucm
29178 !> ext/Encode/Encode/iso8859-16.ucm
29179 !> ext/Encode/Encode/iso8859-2.ucm
29180 !> ext/Encode/Encode/iso8859-3.ucm
29181 !> ext/Encode/Encode/iso8859-4.ucm
29182 !> ext/Encode/Encode/iso8859-5.ucm
29183 !> ext/Encode/Encode/iso8859-6.ucm
29184 !> ext/Encode/Encode/iso8859-7.ucm
29185 !> ext/Encode/Encode/iso8859-8.ucm
29186 !> ext/Encode/Encode/iso8859-9.ucm ext/Encode/Encode/posix-bc.ucm
29187 !> ext/Encode/Encode/symbol.ucm ext/Encode/compile
29188____________________________________________________________________________
29189[ 8987] By: jhi on 2001/03/02 19:43:40
29190 Log: Integrate changes #8784,8839,8843,8847,8849,8859,8866,
29191 8873,8874,8876,8879,8901,8902,8908,8913,8918,8919,8946,8947,8948,
29192 8950,8952,8955 from mainline to maintperl.
29193
29194 Subject: [PATCH: perl@8773] small fixups to perlclib.pod
29195
29196 Put to rest the 20010205.001, the email address checking (not) regex.
29197
29198 fork() not everywhere, cleanup temp files.
29199
29200 The #8843 wasn't quite right: %Config needs to imported.
29201
29202 Subject: [PATCH perl@8841] glob-basic.t, runenv.t fix-ups
29203 (#8849: the glob-basic hunk needed massaging as it depended
29204 on Schwern's large-scale (unintegrated) patches)
29205
29206 Skip the Perl_sys_intern_clear and Perl_sys_intern_init.
29207
29208 Upgrade to CGI.pm 2.752, from Lincoln Stein.
29209 (Note: there were some conflicts due to EBCDIC and EPOC
29210 patches, in general I preferred the repository code.)
29211 (When 2.753 comes out, we need to synchronize.)
29212
29213 Subject: [PATCH] fix for charnames above FFFF
29214
29215 Subject: [patch perl@8841] One URL update and a possible OS Version snag for perlport.pod
29216
29217 If no sfio, no -lsfio.
29218
29219 Run run/*.t also in minitest.
29220
29221 Subject: [PATCH perl 5.7.0] malloc message address offset
29222
29223 Subject: [PATCH 5.7.0] don't zero CvFLAGS before checking for CvCONST!
29224
29225 Subject: fix for parameter -Dm (for perl@8867)
29226
29227 Subject: [PATCH: perl@8892] was Re: hashing order difference?
29228 (make the test more portable)
29229
29230 Subject: Re: [PATCH] fix for charnames above FFFF
29231
29232 Subject: Re: I'm losing the war...
29233 (hv_store() not working correctly in ENV_IS_CASELESS case.)
29234
29235 Subject: Modified README.bs2000
29236
29237 Subject: [PATCH: perl@8935] -Dt padsv($var)
29238
29239 Subject: [PATCH: perl@8890] small fix in pod/perlop.pod
29240
29241 Subject: PATCH: extra tests to check on negative float to unsigned cast
29242
29243 Subject: [PATCH] XPUSH[insp] was Re: progress
29244
29245 Subject: Re: Compile with perlcc..
29246 Branch: maint-5.6/perl
29247 !> (integrate 36 files)
29248____________________________________________________________________________
29249[ 8986] By: jhi on 2001/03/02 18:51:25
29250 Log: Integrate changes #8689,8697,8724,8726,8731,8742,8754,8755,
29251 8763,8767,8770,8772,8795,8796,8813,8822,8823 from mainline
29252 to maintperl.
29253
29254 Subject: Re: [PATCH lots of pod/] s/chop/chomp/g
29255
29256 Subject: [DOC PATCH] overload.pm nits
29257
29258 Add header for LIB$ prototypes (C. Berry)
29259
29260 Convert fwrite()s to sockets to write()s, since some socket stacks
29261 don't take kindly to stdio.
29262 Ignore "expected" SS$_NOLOGNAM when doing internal LNM lookups
29263 (for often optional LNMs)
29264 Correct a few typos
29265 (C. Bailey)
29266
29267 Subject: [PATCH: 5.6.1 trial2 && perl@8671] provide EBCDIC CGI::Util::escape() and test
29268
29269 De-cut-and-pasto.
29270
29271 Subject: Re: [PATCH embed.pl] Forgot to add ./lib to @INC for File::Glob
29272
29273 Upgrade to Text-Tabs+Wrap-2001.0131 from David Muir Sharnoff.
29274
29275 Upgrade to CPAN 1.59_54, from Andreas König.
29276
29277 Bogus shebang.
29278
29279 Subject: [PATCH] Document makepatch in Porting/patching
29280
29281 UTF-8 documentation.
29282
29283 Subject: Re: [PATCH] pod/perlclib.pod - Replacements for C library functions
29284
29285 Sort the MANIFEST.
29286
29287 Subject: [ID 20010210.002] perldiag doesn't include the "Scalars leaked" message
29288
29289 Subject: [PATCH @8807] toke.c cleanup: scan_str()
29290
29291 Subject: [PATCH perl.c] Fixing PERL5OPT (was Re: Warnings, strict, and CPAN)
29292
29293 Add run/*.t to testables.
29294
29295 TODO: integrate #8784.
29296 Branch: maint-5.6/perl
29297 +> pod/perlclib.pod t/lib/cgi-esc.t t/run/runenv.t
29298 !> (integrate 28 files)
29299____________________________________________________________________________
29300[ 8985] By: nick on 2001/03/02 18:15:45
29301 Log: Integrate mainline
29302 Branch: perlio
29303 !> doio.c lib/File/Copy.pm pod/perldata.pod pod/perlfaq1.pod
29304 !> vms/vms.c
29305____________________________________________________________________________
29306[ 8984] By: jhi on 2001/03/02 16:00:17
29307 Log: Integrate changes #8978,8979,8980,8981,8983 from mainline.
29308
29309 perlfaq1 reworded to suggest 5.6.0 or 5.005_03, or POSSIBLY
29310 5.004_05, and mention the suidperl August 2000 security problem.
29311 (#8978,#8981)
29312
29313 Subject: [ID 20010301.004] Technically speaking in perldata
29314
29315 Subject: [PATCH] File::Copy for bleadperl, maintperl
29316
29317 Subject: [PATCH 5.7.0/5.6.0+] VMS piping ... cleanup at interpreter exit
29318
29319 (The #8982, fix for 20010221.005 and 20010221.008,
29320 would be nice too but it didn't integrate cleanly.)
29321 Branch: maint-5.6/perl
29322 !> lib/File/Copy.pm pod/perldata.pod pod/perlfaq1.pod vms/vms.c
29323____________________________________________________________________________
29324[ 8983] By: jhi on 2001/03/02 15:51:16
29325 Log: Subject: [PATCH 5.7.0/5.6.0+] VMS piping ... cleanup at interpreter exit
29326 From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
29327 Date: Thu, 1 Mar 2001 15:54:09 EST
29328 Message-Id: <010301155258.b8cc1@DUPHY4.Physics.Drexel.Edu>
29329 Branch: perl
29330 ! vms/vms.c
29331____________________________________________________________________________
29332[ 8982] By: jhi on 2001/03/02 15:43:31
29333 Log: Subject: Re: sync sync sync: have I missed any patches?
29334 From: Radu Greab <radu@netsoft.ro>
29335 Date: Thu, 1 Mar 2001 21:47:22 +0200 (EET)
29336 Message-ID: <15006.42826.747914.669893@ix.netsoft.ro>
29337
29338 Fixes the bugs 20010221.005 and 20010221.008: "the taint checker
29339 was checking argv[0] regardless of whether a different pathname
29340 will actually be executed." Test case not supplied because
29341 drafting that, ironically enough, revealed another bug
29342 (or a feature).
29343 Branch: perl
29344 ! doio.c
29345____________________________________________________________________________
29346[ 8981] By: jhi on 2001/03/02 15:28:03
29347 Log: Misdate in #8978.
29348 Branch: perl
29349 ! pod/perlfaq1.pod
29350____________________________________________________________________________
29351[ 8980] By: jhi on 2001/03/02 15:24:20
29352 Log: Subject: [PATCH] File::Copy for bleadperl, maintperl
29353 From: Chris Nandor <pudge@pobox.com>
29354 Date: Wed, 28 Feb 2001 22:10:15 -0500
29355 Message-Id: <p05010400b6c36d959ae8@[10.0.1.177]>
29356 Branch: perl
29357 ! lib/File/Copy.pm
29358____________________________________________________________________________
29359[ 8979] By: jhi on 2001/03/02 15:17:16
29360 Log: Subject: [ID 20010301.004] Technically speaking in perldata
29361 From: abela@geneanet.org
29362 Date: Thu, 1 Mar 2001 17:59:27 +0100 (CET)
29363 Message-Id: <20010301165927.262C2D17D@little-roots.geneanet.org>
29364 Branch: perl
29365 ! pod/perldata.pod
29366____________________________________________________________________________
29367[ 8978] By: jhi on 2001/03/02 15:15:27
29368 Log: Subject: [ID 20010301.003] ref to 5.004
29369 From: abela@geneanet.org
29370 Date: Thu, 1 Mar 2001 14:48:40 +0100 (CET)
29371 Message-Id: <20010301134840.C0CD1D171@little-roots.geneanet.org>
29372
29373 Reworded to suggest 5.6.0 or 5.005_03, or POSSIBLY 5.004_05,
29374 and mention the suidperl August 2000 security problem.
29375 Branch: perl
29376 ! pod/perlfaq1.pod
29377____________________________________________________________________________
29378[ 8977] By: alanbur on 2001/03/02 14:17:45
29379 Log: Resynchronised with parent
29380 Branch: maint-5.6/pureperl
29381 !> AUTHORS README.epoc configure.com epoc/createpkg.pl
29382 !> lib/File/Temp.pm perl.c pp_sys.c t/lib/ftmp-mktemp.t
29383 !> t/lib/ftmp-posix.t t/op/append.t t/op/sprintf.t toke.c util.c
29384 !> vms/descrip_mms.template win32/win32.c win32/win32.h
29385 !> win32/win32iop.h
29386____________________________________________________________________________
29387[ 8976] By: nick on 2001/03/01 23:25:30
29388 Log: Integrate mainline.
29389 Branch: perlio
29390 - t/op/qu.t
29391 !> (integrate 55 files)
29392____________________________________________________________________________
29393[ 8975] By: jhi on 2001/03/01 16:51:34
29394 Log: Integrate change #8974 from maintperl, fix for bugid 20010226.008.
29395 Branch: perl
29396 !> toke.c
29397____________________________________________________________________________
29398[ 8974] By: gsar on 2001/03/01 16:28:21
29399 Log: fix for bugid 20010226.008
29400
29401 the problem was that some of the pointers (PL_last_lop and
29402 PL_last_uni specifically) into the lex buffers weren't correctly
29403 being invalidated when the buffer changed; this would leave the
29404 pointers pointing at an arbitrary location in the buffer if
29405 the buffer didn't need to be reallocated, or point into freed
29406 memory if the buffer had to be realloced
29407
29408 TODO item for bugdb maintainers: check other seemingly random
29409 parser-related bugs--they might be cured by this
29410 Branch: maint-5.6/perl
29411 ! toke.c
29412____________________________________________________________________________
29413[ 8973] By: jhi on 2001/03/01 02:23:25
29414 Log: Retract #8970 because of a completely mysterious core dump:
29415 adding the tests 241..244 causes op/pat dump core at test #25.
29416 The test needs a lot of whittling down before the bug can be solved.
29417 Branch: perl
29418 ! t/op/pat.t
29419____________________________________________________________________________
29420[ 8972] By: jhi on 2001/03/01 01:58:38
29421 Log: Regen perlapi.
29422 Branch: perl
29423 ! pod/perlapi.pod
29424____________________________________________________________________________
29425[ 8971] By: jhi on 2001/03/01 01:34:09
29426 Log: Subject: [PATCH] don't write along symlinks into a read only source tree (was Re: [ID 20010129.006] OK: perl v5.7.0 +DEVEL8584 on i586-linux-64all 2.2.12 (UNINSTALLED))
29427 From: Nicholas Clark <nick@ccl4.org>
29428 Date: Wed, 28 Feb 2001 23:28:49 +0000
29429 Message-ID: <20010228232849.A55187@plum.flirble.org>
29430
29431 Allow a completely write protected source code tree
29432 when using the Configure -Dmksymlinks.
29433 Branch: perl
29434 ! embed.pl warnings.pl
29435____________________________________________________________________________
29436[ 8970] By: jhi on 2001/03/01 01:32:04
29437 Log: Add back the EBCDIC character range tests (for matching).
29438 Branch: perl
29439 ! t/op/pat.t
29440____________________________________________________________________________
29441[ 8969] By: nick on 2001/02/28 18:18:01
29442 Log: Add charname comments to .ucm files writen by 'compile',
29443 also order charmaps in those files by source encoding.
29444 regenerate distrubuted .ucm files
29445 Branch: perlio
29446 ! ext/Encode/Encode/ascii.ucm ext/Encode/Encode/cp1047.ucm
29447 ! ext/Encode/Encode/cp1250.ucm ext/Encode/Encode/cp37.ucm
29448 ! ext/Encode/Encode/dingbats.ucm ext/Encode/Encode/iso8859-1.ucm
29449 ! ext/Encode/Encode/iso8859-10.ucm
29450 ! ext/Encode/Encode/iso8859-13.ucm
29451 ! ext/Encode/Encode/iso8859-14.ucm
29452 ! ext/Encode/Encode/iso8859-15.ucm
29453 ! ext/Encode/Encode/iso8859-16.ucm
29454 ! ext/Encode/Encode/iso8859-2.ucm
29455 ! ext/Encode/Encode/iso8859-3.ucm
29456 ! ext/Encode/Encode/iso8859-4.ucm
29457 ! ext/Encode/Encode/iso8859-5.ucm
29458 ! ext/Encode/Encode/iso8859-6.ucm
29459 ! ext/Encode/Encode/iso8859-7.ucm
29460 ! ext/Encode/Encode/iso8859-8.ucm
29461 ! ext/Encode/Encode/iso8859-9.ucm ext/Encode/Encode/posix-bc.ucm
29462 ! ext/Encode/Encode/symbol.ucm ext/Encode/compile
29463____________________________________________________________________________
29464[ 8968] By: jhi on 2001/02/28 16:26:37
29465 Log: Expand usemorebits early if d_casti32 needs to be undefined.
29466 Branch: perl
29467 ! hints/hpux.sh hints/irix_6.sh
29468____________________________________________________________________________
29469[ 8967] By: jhi on 2001/02/28 16:22:26
29470 Log: Undo qu. Retract #8814, rewrite op/each part of #8615,
29471 retract toke.c/qu parts of #8583, retract #8485, retract
29472 or rewrite qu parts of #8439 of toke.c, keywords.h, keywords.pl,
29473 op/length.t, and MANIFEST, and delete t/op/qu.t.
29474 Branch: perl
29475 - t/op/qu.t
29476 ! MANIFEST pod/perlfunc.pod pod/perlop.pod pod/perlre.pod
29477 ! pod/perlretut.pod pod/perlunicode.pod t/op/each.t
29478 ! t/op/length.t toke.c
29479____________________________________________________________________________
29480[ 8966] By: jhi on 2001/02/28 15:00:27
29481 Log: Retract #8865 and #8869, un?pack C now again agree with Camel 3
29482 by not changing from pre-Unicode days into being Unicode-aware.
29483 Sniff.
29484 Branch: perl
29485 ! pp.c t/op/pack.t t/op/qu.t
29486____________________________________________________________________________
29487[ 8965] By: jhi on 2001/02/28 14:37:55
29488 Log: Subject: Re: Errors in core PODs
29489 From: Michael Stevens <michael@etla.org>
29490 Date: Fri, 23 Feb 2001 15:47:56 +0000
29491 Message-ID: <20010223154756.A7723@firedrake.org>
29492 Branch: perl
29493 ! ext/Encode/Encode.pm lib/Exporter/Heavy.pm
29494 ! lib/File/Spec/Epoc.pm lib/Test/Harness.pm lib/utf8.pm
29495 ! makedef.pl vms/ext/DCLsym/DCLsym.pm vms/ext/Stdio/Stdio.pm
29496 ! x2p/a2p.pod
29497____________________________________________________________________________
29498[ 8964] By: jhi on 2001/02/28 14:35:35
29499 Log: Do not force d_casti32 to undef if we are on a 64-bit environment.
29500 (The #8961 was too bold.)
29501 Branch: perl
29502 ! hints/hpux.sh hints/irix_6.sh
29503____________________________________________________________________________
29504[ 8963] By: jhi on 2001/02/28 14:33:39
29505 Log: Subject: Re: sync sync sync: have I missed any patches?
29506 From: Tim Jenness <t.jenness@jach.hawaii.edu>
29507 In-Reply-To: <20010227140737.Y10633@chaos.wustl.edu>
29508 Date: Tue, 27 Feb 2001 13:24:58 -1000 (HST)
29509 Message-ID: <Pine.LNX.4.30.0102271322070.8623-100000@lapaki.jach.hawaii.edu>
29510
29511 Replace djSP with dSP.
29512 Branch: perl
29513 ! cop.h doio.c doop.c ext/B/B/C.pm ext/B/B/CC.pm
29514 ! pod/perlhack.pod pp.c pp.h pp_ctl.c pp_hot.c pp_sys.c sv.c
29515 ! win32/perlhost.h
29516____________________________________________________________________________
29517[ 8962] By: jhi on 2001/02/27 23:21:14
29518 Log: Upgrade to Filter::Simple 0.50 (just few doc tweaks).
29519 Branch: perl
29520 ! lib/Filter/Simple.pm
29521____________________________________________________________________________
29522[ 8961] By: jhi on 2001/02/27 22:55:26
29523 Log: The casting mystery in HP-UX and IRIX needs at least a workaround
29524 and this would be it.
29525 Branch: perl
29526 ! hints/hpux.sh hints/irix_6.sh
29527____________________________________________________________________________
29528[ 8960] By: jhi on 2001/02/27 22:51:33
29529 Log: Subject: [PATCH perl@8958 and 5.6.1-trial2] configure.com bug fixing spree
29530 From: "Craig A. Berry" <craigberry@mac.com>
29531 Date: Tue, 27 Feb 2001 16:11:44 -0600
29532 Message-Id: <5.0.2.1.0.20010227150548.02a200f8@exchi01>
29533 Branch: maint-5.6/perl
29534 ! configure.com vms/descrip_mms.template
29535____________________________________________________________________________
29536[ 8959] By: jhi on 2001/02/27 22:47:23
29537 Log: Subject: [PATCH perl@8958 and 5.6.1-trial2] configure.com bug fixing spree
29538 From: "Craig A. Berry" <craigberry@mac.com>
29539 Date: Tue, 27 Feb 2001 16:11:44 -0600
29540 Message-Id: <5.0.2.1.0.20010227150548.02a200f8@exchi01>
29541 Branch: perl
29542 ! configure.com vms/descrip_mms.template
29543____________________________________________________________________________
29544[ 8958] By: jhi on 2001/02/27 15:16:42
29545 Log: Update Changes.
29546 Branch: perl
29547 ! Changes patchlevel.h
29548____________________________________________________________________________
29549[ 8957] By: jhi on 2001/02/27 06:15:07
29550 Log: Subject: [5.6.x] EPOC additions
29551 From: Olaf Flebbe <O.Flebbe@science-computing.de>
29552 Date: Mon, 26 Feb 2001 23:33:46 +0100 (CET)
29553 Message-ID: <Pine.LNX.4.02.10102262333040.3736-100000@milkyway.science-computing.de>
29554 Branch: maint-5.6/perl
29555 ! AUTHORS README.epoc epoc/createpkg.pl pp_sys.c
29556____________________________________________________________________________
900ddf0e
JH
29557[ 8956] By: jhi on 2001/02/27 06:12:11
29558 Log: Subject: [perl-current] EPOC
29559 From: Olaf Flebbe <O.Flebbe@science-computing.de>
29560 Date: Mon, 26 Feb 2001 23:34:36 +0100 (CET)
29561 Message-ID: <Pine.LNX.4.02.10102262333490.3781-100000@milkyway.science-computing.de>
29562 Branch: perl
29563 ! AUTHORS README.epoc epoc/createpkg.pl epoc/epoc.c
29564 ! epoc/epocish.c epoc/epocish.h pp_sys.c
29565____________________________________________________________________________
29566[ 8955] By: jhi on 2001/02/27 05:59:50
29567 Log: Subject: Re: Compile with perlcc..
29568 From: Edward Peschko <edwardp@excitehome.net>
29569 Date: Mon, 26 Feb 2001 18:51:58 -0800
29570 Message-ID: <20010226185158.A9871@excitehome.net>
29571
29572 plus add a simple usage message if no arguments given.
29573 Branch: perl
29574 ! lib/Test/Harness.pm pod/Makefile.SH t/TEST t/harness
29575 ! utils/Makefile utils/perlcc.PL win32/pod.mak
29576____________________________________________________________________________
29577[ 8954] By: nick on 2001/02/26 21:02:59
29578 Log: Integrate mainline
29579 Branch: perlio
29580 !> README.bs2000 ext/Encode/compile lib/Test.pm op.c perlio.c
29581 !> pod/perlguts.pod pod/perlop.pod pp_ctl.c run.c t/op/bop.t
29582 !> t/op/sprintf.t
29583____________________________________________________________________________
29584[ 8953] By: jhi on 2001/02/26 14:43:54
29585 Log: Subject: Documenting coderef @INC (Re: CPAN "make this script work" feature)
29586 From: Nicholas Clark <nick@ccl4.org>
29587 Date: Mon, 26 Feb 2001 00:42:07 +0000
29588 Message-ID: <20010226004207.F23333@plum.flirble.org>
29589 Branch: perl
29590 ! pp_ctl.c
29591____________________________________________________________________________
29592[ 8952] By: jhi on 2001/02/26 14:42:13
29593 Log: Subject: [PATCH] XPUSH[insp] was Re: progress
29594 From: Simon Cozens <simon@netthink.co.uk>
29595 Date: Mon, 26 Feb 2001 12:23:48 +0000
29596 Message-ID: <20010226122348.A25536@pembro26.pmb.ox.ac.uk>
29597 Branch: perl
29598 ! pod/perlguts.pod
29599____________________________________________________________________________
29600[ 8951] By: jhi on 2001/02/26 14:39:15
29601 Log: Subject: [PATCH] perlio - unknown layer
29602 From: Nicholas Clark <nick@ccl4.org>
29603 Date: Mon, 26 Feb 2001 00:27:19 +0000
29604 Message-ID: <20010226002719.E23333@plum.flirble.org>
29605 Branch: perl
29606 ! perlio.c
29607____________________________________________________________________________
29608[ 8950] By: jhi on 2001/02/26 14:38:04
29609 Log: Subject: PATCH: extra tests to check on negative float to unsigned cast
29610 From: Jeff Okamoto <okamoto@xfiles.corp.hp.com>
29611 Message-Id: <200102232128.NAA28938@xfiles.corp.hp.com>
29612 Date: Fri, 23 Feb 2001 13:28:33 -0800 (PST)
29613 Branch: perl
29614 ! t/op/bop.t
29615____________________________________________________________________________
29616[ 8949] By: jhi on 2001/02/26 14:37:07
29617 Log: Subject: Re: [PATCH: perl 5.005_03] Record I/O fix for Test.pm in older perl
29618 From: Peter Prymmer <pvhp@forte.com>
29619 Date: Fri, 23 Feb 2001 10:51:37 -0800 (PST)
29620 Message-ID: <Pine.OSF.4.10.10102231042010.79050-100000@aspara.forte.com>
29621 Branch: perl
29622 ! lib/Test.pm
29623____________________________________________________________________________
29624[ 8948] By: jhi on 2001/02/26 14:35:53
29625 Log: Subject: [PATCH: perl@8890] small fix in pod/perlop.pod
29626 From: Radu Greab <radu@netsoft.ro>
29627 Date: Fri, 23 Feb 2001 18:50:48 +0200 (EET)
29628 Message-ID: <14998.38120.623015.916165@ix.netsoft.ro>
29629 Branch: perl
29630 ! pod/perlop.pod
29631____________________________________________________________________________
29632[ 8947] By: jhi on 2001/02/26 14:34:46
29633 Log: Subject: [PATCH: perl@8935] -Dt padsv($var)
29634 From: David Mitchell <davem@fdgroup.co.uk>
29635 Date: Mon, 26 Feb 2001 11:01:24 +0000 (GMT)
29636 Message-Id: <200102261101.LAA12915@tiree.fdgroup.co.uk>
29637 Branch: perl
29638 ! run.c
29639____________________________________________________________________________
29640[ 8946] By: jhi on 2001/02/26 14:32:37
29641 Log: Subject: Modified README.bs2000
29642 From: Dorner Thomas <Thomas.Dorner@start.de>
29643 Date: Mon, 26 Feb 2001 09:22:17 +0100
29644 Message-ID: <6727B1DACFCDD311A757009027CA8D69010A889D@Ex02.inhouse.start.de>
29645 Branch: perl
29646 ! README.bs2000
29647____________________________________________________________________________
29648[ 8945] By: jhi on 2001/02/26 14:19:53
29649 Log: Integrate the t/op/sprintf.t parts of #7909 and #8944 from mainline
29650 to maintperl, listing the known failures on the tests 129 and 130.
29651 Branch: maint-5.6/perl
29652 !> t/op/sprintf.t
29653____________________________________________________________________________
29654[ 8944] By: jhi on 2001/02/26 14:14:15
29655 Log: Add more known sprintf failures.
29656 Branch: perl
29657 ! t/op/sprintf.t
29658____________________________________________________________________________
29659[ 8943] By: jhi on 2001/02/26 13:56:22
29660 Log: perlglob.exe needs to be found in Win32, patch from
29661 Vadim Konovalov. Nick I-S comments: "Perhaps a lingering glob()
29662 which needs external glob at mini-perl time."
29663 Branch: perl
29664 ! ext/Encode/compile
29665____________________________________________________________________________
29666[ 8942] By: jhi on 2001/02/26 13:52:19
29667 Log: A missing dTHX from Vadim Konovalov.
29668 Branch: perl
29669 ! perlio.c
29670____________________________________________________________________________
29671[ 8941] By: jhi on 2001/02/26 13:37:05
29672 Log: Miscommunication at #8914: #8902 was okay, #8881 was to be retracted.
29673 Branch: perl
29674 ! op.c
29675____________________________________________________________________________
29676[ 8940] By: jhi on 2001/02/26 13:35:40
29677 Log: Integrate perlio.
29678 Branch: perl
29679 !> ext/Encode/Encode.pm
29680____________________________________________________________________________
29681[ 8939] By: nick on 2001/02/25 23:47:09
29682 Log: Integrate mainline.
29683 Branch: perlio
29684 !> Changes lib/Pod/Find.pm patchlevel.h perl.h regcomp.c
29685 !> t/op/pat.t t/op/tr.t t/pod/find.t toke.c utf8.c
29686____________________________________________________________________________
29687[ 8938] By: nick on 2001/02/25 19:36:28
29688 Log: Encode implementations docs.
29689 Branch: perlio
29690 ! ext/Encode/Encode.pm
29691____________________________________________________________________________
29692[ 8937] By: jhi on 2001/02/25 19:26:16
29693 Log: Script wasn't aligned with reality.
29694 Branch: perl
29695 ! t/pod/find.t
29696____________________________________________________________________________
29697[ 8936] By: jhi on 2001/02/25 18:54:55
29698 Log: Update Changes.
29699 Branch: perl
29700 ! Changes patchlevel.h
29701____________________________________________________________________________
caa33247
JH
29702[ 8935] By: jhi on 2001/02/25 18:46:36
29703 Log: Retract #8929,8930,8932,8933 for now.
29704 Branch: perl
29705 ! perl.h regcomp.c t/op/pat.t t/op/tr.t toke.c
29706____________________________________________________________________________
29707[ 8934] By: jhi on 2001/02/25 17:34:35
29708 Log: Integrate perlio.
29709 Branch: perl
29710 !> embed.pl ext/Encode/Encode.pm ext/Encode/Encode.xs
29711 !> lib/ExtUtils/typemap perl.h perlapi.c proto.h sv.c
29712 !> t/lib/encode.t
29713____________________________________________________________________________
29714[ 8933] By: jhi on 2001/02/25 17:33:12
29715 Log: (Retracted by #8395.)
29716
29717 Slight tweaks in scan_const(), not fixes yet, it seems like
29718 lots of work remains to be done...
29719 Branch: perl
29720 ! toke.c
29721____________________________________________________________________________
29722[ 8932] By: jhi on 2001/02/25 17:27:11
29723 Log: (Retracted by #8395.)
29724
29725 Missing from #8930.
29726 Branch: perl
29727 ! perl.h
29728____________________________________________________________________________
29729[ 8931] By: jhi on 2001/02/25 17:26:19
29730 Log: A comment tweak.
29731 Branch: perl
29732 ! utf8.c
29733____________________________________________________________________________
29734[ 8930] By: jhi on 2001/02/25 17:25:47
29735 Log: (Retracted by #8395.)
29736
29737 Attempt to fix the EBCDIC character range problwm with //.
29738 Branch: perl
29739 ! regcomp.c
29740____________________________________________________________________________
29741[ 8929] By: jhi on 2001/02/25 17:23:45
29742 Log: (Retracted by #8395.)
29743
29744 Expand the EBCDIC character range tests, and add few nasty
29745 tr tests from Karsten Sperling.
29746 Branch: perl
29747 ! t/op/pat.t t/op/tr.t
29748____________________________________________________________________________
29749[ 8928] By: jhi on 2001/02/25 17:18:49
29750 Log: Missing check-in.
29751 Branch: perl
29752 ! lib/Pod/Find.pm
29753____________________________________________________________________________
29754[ 8927] By: nick on 2001/02/25 11:30:22
29755 Log: Change method names in Encode implementation classes to something
29756 less confusing (preparing to "go public").
29757 Branch: perlio
29758 ! ext/Encode/Encode.pm ext/Encode/Encode.xs t/lib/encode.t
29759____________________________________________________________________________
29760[ 8926] By: nick on 2001/02/25 10:53:24
29761 Log: GCC __atribute__ / printf fix
29762 Branch: perlio
29763 ! perl.h
29764____________________________________________________________________________
29765[ 8925] By: nick on 2001/02/25 10:52:25
29766 Log: Checked in the wrong one ...
29767 Branch: perlio
29768 ! ext/Encode/Encode.pm
29769____________________________________________________________________________
29770[ 8924] By: nick on 2001/02/24 18:46:51
29771 Log: Integrate mainline - to see what Jarkko has in ...
29772 Branch: perlio
29773 +> t/pod/testpods/lib/Pod/Stuff.pm
29774 !> MANIFEST t/TEST t/lib/glob-basic.t t/op/pat.t t/pod/find.t
29775____________________________________________________________________________
29776[ 8923] By: nick on 2001/02/24 17:05:23
29777 Log: Encode API documentation nd tidy up.
29778 Minor additions to test.
29779 Tweaks sv_utf8_upgrade() to force SvPV, and always SvUTF8_on and return length.
29780 Adds STRLEN to standard typemap.
29781 Branch: perlio
29782 ! embed.pl ext/Encode/Encode.pm ext/Encode/Encode.xs
29783 ! lib/ExtUtils/typemap perlapi.c proto.h sv.c t/lib/encode.t
29784____________________________________________________________________________
29785[ 8922] By: jhi on 2001/02/24 16:38:12
29786 Log: Add a test for the "character range should match in EBCDIC
29787 if specified using explicit numerics" bug found by Karsten
29788 Sperling.
29789 Branch: perl
29790 ! t/op/pat.t
29791____________________________________________________________________________
29792[ 8921] By: jhi on 2001/02/24 16:30:16
29793 Log: Subject: [PATCH t/pod/find.t t/TEST] fixing t/pod/find.t, running t/pod
29794 From: schwern@pobox.com
29795 Date: Fri, 23 Feb 2001 03:21:37 -0500
29796 Message-ID: <20010223032137.A26022@magnonel.guild.net>
29797
29798 plus Charles Lane's fixes, plus tweaks.
29799 Branch: perl
29800 + t/pod/testpods/lib/Pod/Stuff.pm
29801 ! MANIFEST t/TEST t/lib/glob-basic.t t/pod/find.t
29802____________________________________________________________________________
29803[ 8920] By: nick on 2001/02/24 10:30:11
29804 Log: Integrate mainline
29805 Branch: perlio
29806 !> (integrate 33 files)
29807____________________________________________________________________________
29808[ 8919] By: jhi on 2001/02/24 00:23:35
29809 Log: Subject: Re: I'm losing the war...
29810 From: "Vadim Konovalov" <watman@inbox.ru>
29811 Date: Sat, 24 Feb 2001 00:10:14 +0300
29812 Message-ID: <007501c09dde$a9b84420$2f7b55c2@vad>
29813
29814 hv_store() not working correctly in ENV_IS_CASELESS case.
29815 Branch: perl
29816 ! hv.c
29817____________________________________________________________________________
29818[ 8918] By: jhi on 2001/02/24 00:20:09
29819 Log: Subject: Re: [PATCH] fix for charnames above FFFF
29820 From: andreas.koenig@anima.de (Andreas J. Koenig)
29821 Date: 23 Feb 2001 02:39:03 +0100
29822 Message-ID: <m3u25mxjns.fsf@ak-71.mind.de>
29823
29824 A further efficiency tweak.
29825 Branch: perl
29826 ! lib/charnames.pm
29827____________________________________________________________________________
29828[ 8917] By: jhi on 2001/02/23 20:27:51
29829 Log: Integrate change #8916 from mainline,
29830 do away with USE_WIN32_RTL_ENV.
29831 Branch: maint-5.6/perl
29832 !> perl.c util.c win32/win32.c win32/win32.h win32/win32iop.h
29833____________________________________________________________________________
29834[ 8916] By: jhi on 2001/02/23 20:02:25
29835 Log: Abolish USE_WIN32_RTL_ENV.
29836 Branch: perl
29837 ! perl.c util.c win32/win32.c win32/win32.h win32/win32iop.h
29838____________________________________________________________________________
29839[ 8915] By: jhi on 2001/02/23 19:36:00
29840 Log: Retract #8893, zero-initializing may be costly, maybe reintroduce
29841 later protected by some #define.
29842 Branch: perl
29843 ! gv.c
29844____________________________________________________________________________
29845[ 8914] By: jhi on 2001/02/23 19:31:38
29846 Log: Retract #8902 for now, requested by Charles Lane, the correct
29847 fix will be something else.
29848 Branch: perl
29849 ! op.c
29850____________________________________________________________________________
29851[ 8913] By: jhi on 2001/02/23 19:11:36
29852 Log: Subject: [PATCH: perl@8892] was Re: hashing order difference?
29853 From: Peter Prymmer <pvhp@forte.com>
29854 Date: Fri, 23 Feb 2001 10:54:09 -0800 (PST)
29855 Message-ID: <Pine.OSF.4.10.10102231036100.79050-100000@aspara.forte.com>
29856 Branch: perl
29857 ! t/op/lex_assign.t
29858____________________________________________________________________________
29859[ 8912] By: jhi on 2001/02/23 18:38:20
29860 Log: Subject: [patch] perlio + useithreads
29861 From: Doug MacEachern <dougm@covalent.net>
29862 Date: Fri, 23 Feb 2001 00:05:37 -0800 (PST)
29863 Message-ID: <Pine.LNX.4.21.0102222356460.14249-100000@mako.covalent.net>
29864
29865 Gets things running but not complete.
29866 Branch: perl
29867 ! intrpvar.h objXSUB.h perlapi.c perlio.h proto.h sv.c
29868____________________________________________________________________________
29869[ 8911] By: jhi on 2001/02/23 04:20:02
29870 Log: Integrate changes #8896,8897,8898,8906,8907,8908 from mainline.
29871
29872 Duplicated environment freeing, File::Temp 0.12,
29873 op/append portability (EBCDIC) tweak.
29874 Branch: maint-5.6/perl
29875 !> lib/File/Temp.pm perl.c t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
29876 !> t/op/append.t
29877____________________________________________________________________________
29878[ 8910] By: jhi on 2001/02/23 02:07:33
29879 Log: Integrate change #8909 from mainline, a better Borland
29880 putenv() workaround.
29881 Branch: maint-5.6/perl
29882 !> perl.c
29883____________________________________________________________________________
29884[ 8909] By: jhi on 2001/02/23 02:05:46
29885 Log: A better workaround for Borland putenv() brokenness from Sarathy.
29886 Branch: perl
29887 ! perl.c
29888____________________________________________________________________________
29889[ 8908] By: jhi on 2001/02/23 02:04:14
29890 Log: Subject: fix for parameter -Dm (for perl@8867)
29891 From: "Vadim Konovalov" <watman@inbox.ru>
29892 Date: Thu, 22 Feb 2001 17:30:12 +0300
29893 Message-ID: <001801c09cdc$2faba490$2a7b55c2@vad>
29894 Branch: perl
29895 ! perl.h
29896____________________________________________________________________________
29897[ 8907] By: jhi on 2001/02/23 01:58:20
29898 Log: Subject: [PATCH: perl@8892] treat unicoding and null bytes in op/append.t
29899 From: Peter Prymmer <pvhp@forte.com>
29900 Date: Thu, 22 Feb 2001 13:23:59 -0800 (PST)
29901 Message-ID: <Pine.OSF.4.10.10102221319460.47500-100000@aspara.forte.com>
29902 Branch: perl
29903 ! t/op/append.t
29904____________________________________________________________________________
29905[ 8906] By: jhi on 2001/02/23 01:48:34
29906 Log: Upgrade to File::Temp 0.12, from Tim Jenness.
29907 Branch: perl
29908 ! lib/File/Temp.pm t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
29909____________________________________________________________________________
29910[ 8905] By: jhi on 2001/02/23 01:43:30
29911 Log: Subject: [PATCH: perl@8892] fix a patcho in t/lib/st-06compat.t
29912 From: Peter Prymmer <pvhp@forte.com>
29913 Date: Thu, 22 Feb 2001 12:54:31 -0800 (PST)
29914 Message-ID: <Pine.OSF.4.10.10102221249170.47500-100000@aspara.forte.com>
29915 Branch: perl
29916 ! t/lib/st-06compat.t
29917____________________________________________________________________________
29918[ 8904] By: jhi on 2001/02/23 01:42:39
29919 Log: Metaconfig unit change for #8903.
29920 Branch: metaconfig/U/perl
29921 ! Devel.U
29922____________________________________________________________________________
29923[ 8903] By: jhi on 2001/02/23 01:42:12
29924 Log: Be more helpful for devel builders, suggested by John L. Allen.
29925 Branch: perl
29926 ! Configure
29927____________________________________________________________________________
29928[ 8902] By: jhi on 2001/02/23 01:37:41
29929 Log: (Retracted by #8914)
7fa33807
JH
29930 (Wrongly, reinstated by #8941)
29931
caa33247
JH
29932 Subject: [PATCH 5.7.0] don't zero CvFLAGS before checking for CvCONST!
29933 From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
29934 Date: Thu, 22 Feb 2001 09:43:57 EST
29935 Message-Id: <010222094237.9d22e@DUPHY4.Physics.Drexel.Edu>
29936 Branch: perl
29937 ! op.c
29938____________________________________________________________________________
29939[ 8901] By: jhi on 2001/02/23 01:20:32
29940 Log: Subject: [PATCH perl 5.7.0] malloc message address offset
29941 From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
29942 Date: Thu, 22 Feb 2001 08:01:35 EST
29943 Message-Id: <010222075625.9d22e@DUPHY4.Physics.Drexel.Edu>
29944 Branch: perl
29945 ! malloc.c
29946____________________________________________________________________________
29947[ 8900] By: jhi on 2001/02/23 01:18:02
29948 Log: Integrate changes #8898,8899 from mainline, environ handling.
29949 Branch: maint-5.6/perl
29950 !> perl.c
29951____________________________________________________________________________
29952[ 8899] By: jhi on 2001/02/23 01:16:25
29953 Log: Rewrite putenv() using my_setenv(). (In general the vendors'
29954 putenv() is not to be relied on, they are either broken or leaky
29955 or both.)
29956 Branch: perl
29957 ! perl.c
29958____________________________________________________________________________
29959[ 8898] By: jhi on 2001/02/22 23:36:59
29960 Log: Fix #8803 as #8897 fixed #8896: with environ safesysmalloc()
29961 and safesysfree() must be used.
29962 Branch: perl
29963 ! perl.c
29964____________________________________________________________________________
29965[ 8897] By: jhi on 2001/02/22 23:25:45
29966 Log: With environ one must use safesysmalloc()/safesysfree().
29967 Branch: perl
29968 ! perl.c
29969____________________________________________________________________________
29970[ 8896] By: jhi on 2001/02/22 22:13:18
29971 Log: If we have a duplicated environment free it
29972 if PERL_DESTRUCT_LEVEL.
29973 Branch: perl
29974 ! perl.c
29975____________________________________________________________________________
29976[ 8895] By: alanbur on 2001/02/22 19:31:57
29977 Log: Synchronised with parent
29978 Branch: maint-5.6/pureperl
29979 !> embed.h embed.pl ext/POSIX/POSIX.xs lib/File/Temp.pm op.c
29980____________________________________________________________________________
29981[ 8894] By: gsar on 2001/02/22 19:06:18
29982 Log: integrate changes#6162,6163 from mainline (missing leak fixes!)
29983
29984 fix memory leak in method call optimization (change#3768);
29985 made C<eval "$x->foo()"> leak
29986
29987 fix memory leak in C<eval "BEGIN {}"> (bug in change#4579)
29988 Branch: maint-5.6/perl
29989 !> op.c
29990____________________________________________________________________________
29991[ 8893] By: jhi on 2001/02/22 18:35:27
29992 Log: (Retracted by #8915.)
29993
29994 Third Degree finding:
29995 reading uninitialized local variable smallbuf + 8 bytes of Perl_gv_fetchfile
29996 Branch: perl
29997 ! gv.c
29998____________________________________________________________________________
29999[ 8892] By: jhi on 2001/02/22 14:28:32
30000 Log: Update Changes.
30001 Branch: perl
30002 ! Changes patchlevel.h
30003____________________________________________________________________________
30004[ 8891] By: jhi on 2001/02/22 13:22:45
30005 Log: Metaconfig unit changes for #8890.
30006 Branch: metaconfig
30007 ! U/modified/Cppsym.U U/threads/archname.U
30008____________________________________________________________________________
39a166b0
JH
30009[ 8890] By: jhi on 2001/02/22 13:22:12
30010 Log: Add -stdio to the archname if no perlio selected,
30011 no -perlio added since that is now the default.
30012
30013 Add few CPUs/architectures to the Cppsym scan.
30014 Branch: perl
30015 ! Configure config_h.SH
30016____________________________________________________________________________
30017[ 8889] By: jhi on 2001/02/22 13:05:59
30018 Log: Metaconfig unit change for #8888.
30019 Branch: metaconfig/U/perl
30020 ! useperlio.U
30021____________________________________________________________________________
30022[ 8888] By: jhi on 2001/02/22 13:05:28
30023 Log: *drum roll* Make perlio the default.
30024 Branch: perl
30025 ! Configure config_h.SH
30026____________________________________________________________________________
30027[ 8887] By: jhi on 2001/02/22 12:50:52
30028 Log: Integrate change #8665 from maintperl to mainline,
30029 IA64-induced POSIX::SigSet masking with IVs instead of NVs.
30030 Branch: perl
30031 !> ext/POSIX/POSIX.xs
30032____________________________________________________________________________
30033[ 8886] By: jhi on 2001/02/22 12:49:24
30034 Log: Integrate changes #8883,8884 from mainline to maintperl.
30035
30036 Subject: [patch: perl@8867] embed.{h|pl} need not mention ebcdic_control ...
30037 Subject: Re: File::Temp::_gettemp warning
30038 Branch: maint-5.6/perl
30039 !> embed.h embed.pl lib/File/Temp.pm
30040____________________________________________________________________________
30041[ 8885] By: jhi on 2001/02/22 12:43:59
30042 Log: Based on
30043
30044 Subject: [ID 20010222.001] POSIX.xs IV vs NV bug
30045 From: schwab@suse.de
30046 Date: Thu, 22 Feb 2001 13:08:09 +0100
30047 Message-Id: <200102221208.f1MC89H09364@sykes.suse.de>
30048
30049 but the fix done slightly differently because the other
30050 half was already done in #8664.
30051 Branch: maint-5.6/perl
30052 ! ext/POSIX/POSIX.xs
30053____________________________________________________________________________
30054[ 8884] By: jhi on 2001/02/22 12:37:15
30055 Log: Subject: Re: File::Temp::_gettemp warning
30056 From: Tim Jenness <t.jenness@jach.hawaii.edu>
30057 Date: Wed, 21 Feb 2001 22:15:32 -1000 (HST)
30058 Message-ID: <Pine.LNX.4.30.0102212211190.18964-100000@lapaki.jach.hawaii.edu>
30059
30060 This patch to File::Temp does two things:
30061
30062 1. Fixes the problem with CGI::Carp when determining
30063 the Fcntl constants
30064
30065 2. Removes most of the carps and consolidates them so that all the
30066 reasons are included in a single die that is caught by the test. This
30067 means that the correct skipping behaviour is displayed by the test.
30068 Branch: perl
30069 ! lib/File/Temp.pm
30070____________________________________________________________________________
30071[ 8883] By: jhi on 2001/02/22 12:29:19
30072 Log: Subject: [patch: perl@8867] embed.{h|pl} need not mention ebcdic_control ...
30073 From: Peter Prymmer <pvhp@forte.com>
30074 Date: Wed, 21 Feb 2001 16:30:06 -0800 (PST)
30075 Message-ID: <Pine.OSF.4.10.10102211624490.12601-100000@aspara.forte.com>
30076 Branch: perl
30077 ! embed.h embed.pl
30078____________________________________________________________________________
30079[ 8882] By: jhi on 2001/02/21 19:41:33
30080 Log: Integrate change #8881 from mainlin to maintperl.
30081
30082 Subject: [PATCH - perl8585] glob-in-eval memory leak fix
30083 Branch: maint-5.6/perl
30084 !> op.c
30085____________________________________________________________________________
30086[ 8881] By: jhi on 2001/02/21 19:38:57
30087 Log: Subject: [PATCH - perl8585] glob-in-eval memory leak fix
30088 From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
30089 Date: Wed, 21 Feb 2001 13:08:03 EST
30090 Message-Id: <010221130721.7a2ab@DUPHY4.Physics.Drexel.Edu>
30091 Branch: perl
30092 ! op.c
30093____________________________________________________________________________
30094[ 8880] By: jhi on 2001/02/21 19:34:34
30095 Log: Retract #8875, cannot let go of the old semantics of unpack U
30096 without rethinking utf8decode.t.
30097 Branch: perl
30098 ! pp.c t/op/pack.t
30099____________________________________________________________________________
30100[ 8879] By: jhi on 2001/02/21 19:08:02
30101 Log: Run run/*.t also in minitest.
30102 Branch: perl
30103 ! Makefile.SH
30104____________________________________________________________________________
30105[ 8878] By: nick on 2001/02/21 18:55:37
30106 Log: Integrate mainline
30107 Branch: perlio
30108 !> (integrate 76 files)
30109____________________________________________________________________________
30110[ 8877] By: jhi on 2001/02/21 15:09:33
30111 Log: Fix the sys/fcntl.h problem reported by Peter Prymmer.
30112 Branch: metaconfig
30113 ! U/compline/nblock_io.U
30114 Branch: perl
30115 ! Configure config_h.SH
30116____________________________________________________________________________
30117[ 8876] By: jhi on 2001/02/21 14:54:45
30118 Log: If no sfio, no -lsfio.
30119 Branch: metaconfig/U/perl
30120 ! d_sfio.U
30121 Branch: perl
30122 ! Configure config_h.SH
30123____________________________________________________________________________
30124[ 8875] By: jhi on 2001/02/21 14:54:00
30125 Log: Make unpack C and unpack C truly equivalent.
30126 Branch: perl
30127 ! pp.c t/op/pack.t
30128____________________________________________________________________________
30129[ 8874] By: jhi on 2001/02/21 14:26:02
30130 Log: Subject: [patch perl@8841] One URL update and a possible OS Version snag for perlport.pod
30131 From: Peter Prymmer <pvhp@forte.com>
30132 Date: Tue, 20 Feb 2001 14:51:55 -0800 (PST)
30133 Message-ID: <Pine.OSF.4.10.10102201447380.501692-100000@aspara.forte.com>
30134 Branch: perl
30135 ! pod/perlport.pod
30136____________________________________________________________________________
30137[ 8873] By: jhi on 2001/02/21 14:24:31
30138 Log: Subject: [PATCH] fix for charnames above FFFF
30139 From: andreas.koenig@anima.de (Andreas J. Koenig)
30140 Date: 21 Feb 2001 07:05:45 +0100
30141 Message-ID: <m366i44ll2.fsf@ak-71.mind.de>
30142 Branch: perl
30143 ! lib/charnames.pm t/lib/charnames.t
30144____________________________________________________________________________
30145[ 8872] By: jhi on 2001/02/21 14:15:25
30146 Log: Integrate change #8868 from pureperl to mainline.
30147
30148 Fixed reference count loop caused by sv_magic.
30149 Branch: perl
30150 !> sv.c
30151____________________________________________________________________________
30152[ 8871] By: jhi on 2001/02/21 14:07:29
30153 Log: Integrate change #8868 from pureperl to maintperl.
30154
30155 Fixed reference count loop caused by sv_magic.
30156 Branch: maint-5.6/perl
30157 !> sv.c
30158____________________________________________________________________________
30159[ 8870] By: jhi on 2001/02/21 14:04:41
30160 Log: Put back the #8840, it was innocent.
30161 Branch: perl
30162 ! embed.h embed.pl global.sym objXSUB.h perlapi.c
30163 ! pod/perlapi.pod pod/perlfunc.pod pod/perlguts.pod proto.h sv.c
30164____________________________________________________________________________
30165[ 8869] By: jhi on 2001/02/21 14:00:03
30166 Log: unpack("C", ...) was left slightly unfinished by #8865.
30167 Branch: perl
30168 ! pp.c t/op/pack.t
30169____________________________________________________________________________
30170[ 8868] By: alanbur on 2001/02/21 01:33:45
30171 Log: Fixed reference count loop caused by sv_magic. sv_magic is called
30172 from gv_fetchpv to create single-character magic variables (e.g. $!),
30173 and it is passed a sv and the gv that contains the sv as the mg_obj
30174 value. When sv_magic stores the mg_obj pointer it increments the gv
30175 refcount, thus causing a sv-gv pair that can't be freed. There is
30176 already a check for sv == obj which is used to prevent such reference
30177 loops. This change extends the check to cover the case described above.
30178 Branch: maint-5.6/pureperl
30179 ! sv.c
30180____________________________________________________________________________
30181[ 8867] By: jhi on 2001/02/21 00:52:39
30182 Log: Update Changes.
30183 Branch: perl
30184 ! Changes patchlevel.h
30185____________________________________________________________________________
cc820d39
JH
30186[ 8866] By: jhi on 2001/02/21 00:34:20
30187 Log: Upgrade to CGI.pm 2.752, from Lincoln Stein.
30188 (Note: there were some conflicts due to EBCDIC and EPOC
30189 patches, in general I preferred the repository code.)
30190 (When 2.753 comes out, we need to synchronize.)
30191 Branch: perl
30192 ! lib/CGI.pm lib/CGI/Carp.pm lib/CGI/Cookie.pm lib/CGI/Pretty.pm
30193 ! lib/CGI/Push.pm lib/CGI/Util.pm t/lib/cgi-form.t
30194 ! t/lib/cgi-html.t
30195____________________________________________________________________________
30196[ 8865] By: jhi on 2001/02/21 00:24:22
30197 Log: Make pack("C", 0x100) to create Unicode, unless under the
30198 evil influence of 'use bytes'. Similarly, unpack("C", ...)
30199 will understand Unicode, unless you under know what.
30200 Branch: perl
30201 ! pp.c t/op/pack.t t/op/qu.t
30202____________________________________________________________________________
30203[ 8864] By: alanbur on 2001/02/20 22:35:34
30204 Log: Resynchronised with parent
30205 Branch: maint-5.6/pureperl
30206 !> README.win32 ext/GDBM_File/GDBM_File.pm
30207 !> ext/NDBM_File/NDBM_File.pm ext/ODBM_File/ODBM_File.pm
30208 !> ext/SDBM_File/SDBM_File.pm handy.h lib/Test.pm makedef.pl mg.c
30209 !> pod/perlop.pod t/lib/gdbm.t t/lib/ndbm.t t/lib/odbm.t
30210 !> t/lib/sdbm.t util.c
30211____________________________________________________________________________
30212[ 8863] By: jhi on 2001/02/20 20:55:11
30213 Log: Integrate change #8860,8861 from mainline into maintperl.
30214
30215 "pseudo-literal j"
30216
30217 Subject: [PATCH: 5.6.1 trial2 && perl@8807] workaround VMS I/O problem in Test.pm for bug ID 20010213.009
30218 Branch: maint-5.6/perl
30219 !> lib/Test.pm pod/perlop.pod
30220____________________________________________________________________________
30221[ 8862] By: jhi on 2001/02/20 20:30:07
30222 Log: Don't do casting between pointers pointing to differently sized
30223 integers.
30224 Branch: perl
30225 ! hv.c sv.c
30226____________________________________________________________________________
30227[ 8861] By: jhi on 2001/02/20 19:53:44
30228 Log: Subject: [PATCH: 5.6.1 trial2 && perl@8807] workaround VMS I/O problem in Test.pm for bug ID 20010213.009
30229 From: Peter Prymmer <pvhp@forte.com>
30230 Message-ID: <Pine.OSF.4.10.10102141617350.197219-100000@aspara.forte.com>
30231 Date: Wed, 14 Feb 2001 16:28:16 -0800 (PST)
30232 Branch: perl
30233 ! lib/Test.pm
30234____________________________________________________________________________
30235[ 8860] By: jhi on 2001/02/20 19:48:02
30236 Log: "pseudo-literal j", a documentation glitch reported to Debian.
30237 The text recovered from Perl 5.005_03, and pseudo-literal replaced
30238 by "backtick string".
30239 Branch: perl
30240 ! pod/perlop.pod
30241____________________________________________________________________________
30242[ 8859] By: jhi on 2001/02/20 19:15:46
30243 Log: Skip the Perl_sys_intern_clear and Perl_sys_intern_init,
30244 from Chris Nandor.
30245 Branch: perl
30246 ! makedef.pl
30247____________________________________________________________________________
30248[ 8858] By: jhi on 2001/02/20 17:36:53
30249 Log: Integrate pureperl changes #8844,8845,8850 to mainline
30250 (via maintperl #8855).
30251
30252 Fixed %^H scoping bug
30253
30254 Removed GV <-> CV refcount loop
30255
30256 Removed %ENV refcount loop
30257 Branch: perl
30258 !> gv.c op.c perl.c pp.c scope.c
30259____________________________________________________________________________
30260[ 8857] By: jhi on 2001/02/20 17:34:32
30261 Log: Integrate changes #8853,8854 from maintperl to mainline.
30262
30263 EBDIC fixes, README.win32 Borland update.
30264 Branch: perl
30265 !> README.win32 handy.h util.c
30266____________________________________________________________________________
30267[ 8856] By: jhi on 2001/02/20 17:33:16
30268 Log: Integrate change #8848 from mainline to maintperl: ?DBM_File cleanup.
30269 Branch: maint-5.6/perl
30270 !> ext/GDBM_File/GDBM_File.pm ext/NDBM_File/NDBM_File.pm
30271 !> ext/ODBM_File/ODBM_File.pm ext/SDBM_File/SDBM_File.pm
30272 !> t/lib/gdbm.t t/lib/ndbm.t t/lib/odbm.t t/lib/sdbm.t
30273____________________________________________________________________________
30274[ 8855] By: jhi on 2001/02/20 17:32:13
30275 Log: Integrate pureperl changes #8844,8845,8850 to maintperl.
30276
30277 Fixed %^H scoping bug
30278
30279 Removed GV <-> CV refcount loop
30280
30281 Removed %ENV refcount loop
30282 Branch: maint-5.6/perl
30283 !> gv.c op.c perl.c pp.c scope.c
30284____________________________________________________________________________
30285[ 8854] By: jhi on 2001/02/20 17:25:06
30286 Log: Subject: Addition to readme.win32 for Borland C++ compilers
30287 Date: Tue, 20 Feb 2001 02:15:25 +0300
30288 From: "Vadim Konovalov" <watman@inbox.ru>
30289 Message-ID: <011c01c09aca$93bbbec0$367b55c2@vad>
30290
30291 Document Borland compiler misbehaviour.
30292 Branch: maint-5.6/perl
30293 ! README.win32
30294____________________________________________________________________________
30295[ 8853] By: jhi on 2001/02/20 17:22:25
30296 Log: The assimilation of ebcdic.c didn't quite work at the first try,
30297 patches from Thomas Dorner.
30298 Branch: maint-5.6/perl
30299 ! handy.h util.c
30300____________________________________________________________________________
30301[ 8852] By: jhi on 2001/02/20 17:20:15
30302 Log: Subject: [PATCH] More Mac OS patches for maint-5.6
30303 From: Chris Nandor <pudge@pobox.com>
30304 Date: Tue, 20 Feb 2001 08:32:45 -0500
30305 Message-Id: <p05010403b6b81ee8dca0@[10.0.1.177]>
30306 Branch: maint-5.6/perl
30307 ! makedef.pl mg.c
30308____________________________________________________________________________
30309[ 8851] By: jhi on 2001/02/20 17:15:52
30310 Log: Filter::Util::Call update to 1.05, from Paul Marquess.
30311 Branch: perl
30312 ! ext/Filter/Util/Call/Call.pm t/lib/filter-util.pl
30313 ! t/lib/filter-util.t
30314____________________________________________________________________________
30315[ 8850] By: alanbur on 2001/02/20 17:12:40
30316 Log: Removed %ENV refcount loop. Elements of %ENV are magical,
30317 and the magic pointer points back to the GV that contains the
30318 %ENV hash. This creates a refcount loop that prevents members
30319 of %ENV from being freed correctly. This change removes the
30320 refcount loop - the magic pointer was never used anyway, the
30321 only use of the magic was to check the type ('E') so that the
30322 appropriate environment manipulation code is called when %ENV
30323 is modified.
30324 Branch: maint-5.6/pureperl
30325 ! perl.c
30326____________________________________________________________________________
30327[ 8849] By: jhi on 2001/02/20 17:12:20
30328 Log: Subject: [PATCH perl@8841] glob-basic.t, runenv.t fix-ups
30329 From: "Craig A. Berry" <craigberry@mac.com>
30330 Date: Mon, 19 Feb 2001 23:36:12 -0600
30331 Message-Id: <5.0.2.1.0.20010219230450.02762648@exchi01>
30332
30333 Case-forgiving systems match TestInit.pm with TES*.
30334 Branch: perl
30335 ! t/lib/glob-basic.t
30336____________________________________________________________________________
30337[ 8848] By: jhi on 2001/02/20 17:10:02
30338 Log: strict-w-proof the ?DBM_File, from Paul Marquess.
30339 Branch: perl
30340 ! ext/GDBM_File/GDBM_File.pm ext/NDBM_File/NDBM_File.pm
30341 ! ext/ODBM_File/ODBM_File.pm ext/SDBM_File/SDBM_File.pm
30342 ! t/lib/gdbm.t t/lib/ndbm.t t/lib/odbm.t t/lib/sdbm.t
30343____________________________________________________________________________
30344[ 8847] By: jhi on 2001/02/20 15:34:41
30345 Log: The #8843 wasn't quite right: %Config needs to imported.
30346 Branch: perl
30347 ! t/run/runenv.t
30348____________________________________________________________________________
30349[ 8846] By: jhi on 2001/02/20 15:31:50
30350 Log: Retract the #8838 and #8840 for now because of
30351 the DB_File tie problem.
30352 Branch: perl
30353 ! embed.h embed.pl global.sym lib/ExtUtils/xsubpp objXSUB.h
30354 ! perlapi.c pod/perlapi.pod pod/perlfunc.pod pod/perlguts.pod
30355 ! proto.h sv.c
30356____________________________________________________________________________
30357[ 8845] By: alanbur on 2001/02/20 14:25:41
30358 Log: Removed GV <-> CV refcount loop
30359 CvGV(mycv) points to the parent GV of the CV, and was previously
30360 refcounted. The pointer remains, but the refcounting has been removed
30361 as it causes a refcount loop between the CV and GV that means the CV
30362 can't ever be deleted.
30363 Branch: maint-5.6/pureperl
30364 ! gv.c op.c pp.c
30365____________________________________________________________________________
30366[ 8844] By: alanbur on 2001/02/20 14:23:13
30367 Log: Fixed %^H scoping bug
30368 Branch: maint-5.6/pureperl
30369 ! scope.c
30370____________________________________________________________________________
30371[ 8843] By: jhi on 2001/02/19 13:38:08
30372 Log: fork() not everywhere, cleanup temp files.
30373 Branch: perl
30374 ! t/run/runenv.t
30375____________________________________________________________________________
30376[ 8842] By: alanbur on 2001/02/19 12:42:07
30377 Log: Resynchronised with parent
30378 Branch: maint-5.6/pureperl
30379 !> pod/perlfaq4.pod sv.c utf8.c
30380____________________________________________________________________________
30381[ 8841] By: jhi on 2001/02/19 03:35:51
30382 Log: Update Changes.
30383 Branch: perl
30384 ! Changes patchlevel.h
30385____________________________________________________________________________
bc3c2c50
JH
30386[ 8840] By: jhi on 2001/02/19 00:23:41
30387 Log: Subject: [patch] add sv_setref_uv
30388 From: Doug MacEachern <dougm@covalent.net>
30389 Date: Sun, 18 Feb 2001 14:49:33 -0800 (PST)
30390 Message-ID: <Pine.LNX.4.21.0102181448290.10021-100000@mako.covalent.net>
30391 Branch: perl
30392 ! embed.h embed.pl global.sym objXSUB.h perlapi.c
30393 ! pod/perlapi.pod pod/perlfunc.pod pod/perlguts.pod proto.h sv.c
30394____________________________________________________________________________
30395[ 8839] By: jhi on 2001/02/19 00:01:38
30396 Log: Put to rest the 20010205.001, the email address checking (not) regex.
30397 Branch: perl
30398 ! pod/perlfaq9.pod
30399____________________________________________________________________________
30400[ 8838] By: jhi on 2001/02/18 22:17:54
30401 Log: Subject: [patch] xsubpp: make sv_setref_* targetable
30402 From: Doug MacEachern <dougm@covalent.net>
30403 Date: Sun, 18 Feb 2001 12:58:23 -0800 (PST)
30404 Message-ID: <Pine.LNX.4.21.0102181256310.10021-100000@mako.covalent.net>
30405 Branch: perl
30406 ! lib/ExtUtils/xsubpp
30407____________________________________________________________________________
30408[ 8837] By: jhi on 2001/02/18 22:16:50
30409 Log: Subject: [patch] -Wall cleanup round 2
30410 From: Doug MacEachern <dougm@covalent.net>
30411 Date: Sun, 18 Feb 2001 13:08:04 -0800 (PST)
30412 Message-ID: <Pine.LNX.4.21.0102181304520.10021-100000@mako.covalent.net>
30413 Branch: perl
30414 ! ext/B/B.xs ext/Data/Dumper/Dumper.xs ext/Devel/DProf/DProf.xs
30415 ! ext/Devel/Peek/Peek.xs ext/Fcntl/Fcntl.xs
30416 ! ext/File/Glob/Glob.xs ext/Filter/Util/Call/Call.xs
30417 ! ext/GDBM_File/GDBM_File.xs ext/IO/IO.xs ext/IPC/SysV/SysV.xs
30418 ! ext/Opcode/Opcode.xs ext/POSIX/POSIX.xs
30419 ! ext/SDBM_File/SDBM_File.xs
30420____________________________________________________________________________
30421[ 8836] By: jhi on 2001/02/18 22:11:20
30422 Log: Misapplied regex optimizations when \C is present.
30423 Fixes 20001230.002.
30424
30425 What still remains broken is that the submatches that
30426 have \C in them get their UTF8 flag on because their
30427 parent SV has it on. This will result in malformed
30428 UTF8 if a \C happened to match a non-ASCII byte.
30429 Branch: perl
30430 ! regcomp.c regcomp.h regexec.c regexp.h t/op/pat.t
30431 ! t/pragma/utf8.t
30432____________________________________________________________________________
30433[ 8835] By: jhi on 2001/02/18 20:12:02
30434 Log: Fix for "[ID 20010213.005] utf8 + localized hash elems + 64 bits?"
30435
30436 The hash key got wrongly UTF8fied.
30437 Branch: perl
30438 ! pod/perlapi.pod toke.c utf8.c
30439____________________________________________________________________________
30440[ 8834] By: jhi on 2001/02/18 19:44:25
30441 Log: Tweak on #8234 (Subject: Re: [PATCH] Warn on use of reference as array elem):
30442 don't warn on magical or overloaded things.
30443 Branch: perl
30444 ! pp_hot.c
30445____________________________________________________________________________
30446[ 8833] By: nick on 2001/02/18 19:31:22
30447 Log: Integrate mainline
30448 Branch: perlio
30449 +> t/TestInit.pm t/run/runenv.t
30450 - t/UTEST
30451 !> MANIFEST Makefile.SH ext/Storable/ChangeLog
30452 !> ext/Storable/Storable.pm ext/Storable/Storable.xs
30453 !> lib/Test/Harness.pm perl.c pod/perlfaq4.pod sv.c t/TEST
30454 !> t/lib/charnames.t t/lib/glob-basic.t t/lib/st-06compat.t
30455 !> t/lib/st-overload.t t/lib/st-recurse.t t/lib/st-tiedhook.t
30456 !> t/op/chop.t t/op/eval.t t/op/regexp_noamp.t t/op/subst_wamp.t
30457 !> utf8.c
30458____________________________________________________________________________
30459[ 8832] By: jhi on 2001/02/18 19:21:18
30460 Log: Integrate perlio.
30461 Branch: perl
30462 !> perlio.c pod/perldiag.pod
30463____________________________________________________________________________
30464[ 8831] By: jhi on 2001/02/18 19:14:20
30465 Log: Integrate change #8827 from mainline.
30466
30467 UTF8 tweaks.
30468 Branch: maint-5.6/perl
30469 !> sv.c utf8.c
30470____________________________________________________________________________
30471[ 8830] By: nick on 2001/02/18 19:10:34
30472 Log: Apply the spirit of patch from Nick Clark:
30473 Subject: [PATCH] Re: extensions that provide layers
30474 From: Nicholas Clark <nick@ccl4.org>
30475 Date: Mon, 12 Feb 2001 16:43:51 +0000
30476 Message-Id: <20010212164350.Q3652@plum.flirble.org>
30477 Branch: perlio
30478 ! perlio.c pod/perldiag.pod
30479____________________________________________________________________________
30480[ 8829] By: jhi on 2001/02/18 19:03:25
30481 Log: Subject: [PATCH t/TEST t/TestSetup.pm] Adding in TestSetup.pm to replace BEGIN preamble on tests.
30482 From: schwern@pobox.com
30483 Date: Sun, 18 Feb 2001 13:44:35 -0500
30484 Message-ID: <20010218134435.A17544@magnonel.guild.net>
30485
30486 Applied, but as t/TestInit.pm.
30487 Branch: perl
30488 + t/TestInit.pm
30489 ! MANIFEST t/TEST t/op/eval.t t/op/regexp_noamp.t
30490 ! t/op/subst_wamp.t
30491____________________________________________________________________________
30492[ 8828] By: jhi on 2001/02/18 18:43:52
30493 Log: Integrate perlio.
30494 Branch: perl
30495 !> perlio.c
30496____________________________________________________________________________
30497[ 8827] By: jhi on 2001/02/18 18:41:33
30498 Log: UTF-8 tweaks.
30499 Branch: perl
30500 ! sv.c utf8.c
30501____________________________________________________________________________
30502[ 8826] By: nick on 2001/02/18 17:40:59
30503 Log: Fix [ID 20010217.002]
30504 open FOO, "<:raw:perlio", ...
30505 :raw now inserts default base layer below itself.
30506 Also
30507 open FOO, "<:unix", ...
30508 works as well - but leaves buffer layer on stack under the unix layer.
30509 Branch: perlio
30510 ! perlio.c
30511____________________________________________________________________________
30512[ 8825] By: jhi on 2001/02/18 17:15:39
30513 Log: Integrate perlio.
30514 Branch: perl
30515 !> perlio.c perliol.h
30516____________________________________________________________________________
30517[ 8824] By: jhi on 2001/02/18 17:10:53
30518 Log: Subject: [PATCH t/TEST lib/Test/Harness.pm] Adding todo tests
30519 From: schwern@pobox.com
30520 Date: Sun, 18 Feb 2001 01:48:50 -0500
30521 Message-ID: <20010218014850.C19957@magnonel.guild.net>
30522 Branch: perl
30523 ! lib/Test/Harness.pm t/TEST t/op/chop.t
30524____________________________________________________________________________
30525[ 8823] By: jhi on 2001/02/18 17:01:06
30526 Log: Add run/*.t to testables.
30527 Branch: perl
30528 ! t/TEST
30529____________________________________________________________________________
30530[ 8822] By: jhi on 2001/02/18 16:58:58
30531 Log: Subject: [PATCH perl.c] Fixing PERL5OPT (was Re: Warnings, strict, and CPAN)
30532 From: schwern@pobox.com
30533 Date: Sun, 18 Feb 2001 01:11:35 -0500
30534 Message-ID: <20010218011135.A19957@magnonel.guild.net>
30535
30536 Revive mjd's and Simon's PERL5OPT fix.
30537 Branch: perl
30538 + t/run/runenv.t
30539 ! MANIFEST perl.c
30540____________________________________________________________________________
30541[ 8821] By: jhi on 2001/02/18 16:53:46
30542 Log: Subject: Re: Why t/TEST and not Test::Harness?
30543 From: schwern@pobox.com
30544 Date: Sat, 17 Feb 2001 22:44:44 -0500
30545 Message-ID: <20010217224444.A6679@magnonel.guild.net>
30546
30547 Replace UTEST with TEST -utf8.
30548 Branch: perl
30549 - t/UTEST
30550 ! MANIFEST Makefile.SH t/TEST t/lib/charnames.t
30551 ! t/lib/glob-basic.t
30552____________________________________________________________________________
30553[ 8820] By: nick on 2001/02/18 13:06:16
30554 Log: Clean up a few core dumps when layers are used in unexpected ways.
30555 (Still not "right"...)
30556 Branch: perlio
30557 ! perlio.c perliol.h
30558____________________________________________________________________________
30559[ 8819] By: jhi on 2001/02/18 02:25:55
30560 Log: Integrate change #8818 from maintperl, a FAQ nit.
30561 Branch: perl
30562 !> pod/perlfaq4.pod
30563____________________________________________________________________________
30564[ 8818] By: jhi on 2001/02/18 02:24:50
30565 Log: FAQ nit from Chris Fedde.
30566 Branch: maint-5.6/perl
30567 ! pod/perlfaq4.pod
30568____________________________________________________________________________
30569[ 8817] By: nick on 2001/02/17 18:20:14
30570 Log: Integrate mainline
30571 Branch: perlio
30572 +> lib/unicode/UCD.html lib/unicode/Unicode.html
30573 +> lib/unicode/Unicode.txt lib/unicode/rename lib/unicode/version
30574 +> pod/perlclib.pod
30575 - ebcdic.c lib/unicode/UCD301.html lib/unicode/UCDFF301.html
30576 - lib/unicode/Unicode.301
30577 !> (integrate 324 files)
30578____________________________________________________________________________
30579[ 8816] By: jhi on 2001/02/17 16:56:58
30580 Log: Upgrade to Storable 1.0.10, from Raphael Manfredi.
30581 Branch: perl
30582 ! ext/Storable/ChangeLog ext/Storable/Storable.pm
30583 ! ext/Storable/Storable.xs t/lib/st-06compat.t
30584 ! t/lib/st-overload.t t/lib/st-recurse.t t/lib/st-tiedhook.t
30585____________________________________________________________________________
30586[ 8815] By: jhi on 2001/02/17 16:40:07
30587 Log: Subject: [patch] -Wall
30588 From: Doug MacEachern <dougm@covalent.net>
30589 Date: Fri, 16 Feb 2001 15:25:36 -0800 (PST)
30590 Message-ID: <Pine.LNX.4.21.0102161519500.30352-100000@mako.covalent.net>
30591 Branch: perl
30592 ! doio.c doop.c embed.h embed.pl gv.c objXSUB.h op.c perl.c
30593 ! perlapi.c pp_ctl.c pp_hot.c pp_sys.c proto.h sv.c toke.c
30594____________________________________________________________________________
30595[ 8814] By: jhi on 2001/02/16 19:27:18
30596 Log: Document qu better.
30597 Branch: perl
30598 ! pod/perlop.pod
30599____________________________________________________________________________
30600[ 8813] By: jhi on 2001/02/15 13:54:37
30601 Log: Subject: [PATCH @8807] toke.c cleanup: scan_str()
30602 From: Hugo <hv@crypt.compulink.co.uk>
30603 Date: Thu, 15 Feb 2001 13:39:49 +0000
30604 Message-Id: <200102151339.NAA32248@crypt.compulink.co.uk>
30605 Branch: perl
30606 ! toke.c
30607____________________________________________________________________________
30608[ 8812] By: alanbur on 2001/02/15 13:52:16
30609 Log: Resynchronised with parent
30610 Branch: maint-5.6/pureperl
30611 - ebcdic.c
30612 !> (integrate 36 files)
30613____________________________________________________________________________
30614[ 8811] By: jhi on 2001/02/15 13:51:16
30615 Log: Integrate changes #8659,8702,8808,8809,8810 from maintperl.
30616
30617 Subject: [PATCH 5.6.1-TRIAL? and 5.7.?] perldoc uses unescaped backslashes in filenames
30618 From: Jan Dubois <JanD@ActiveState.com>
30619 Date: Wed, 31 Jan 2001 21:17:03 -0800
30620 Message-ID: <8qrh7t069jt32m98sap53l9dfoge0vjrle@4ax.com>
30621
30622 tweak change#8659 to keep it simple
30623
30624 Subject: [PATCH 5.6.1-TRIAL2] perldoc.PL using install directories
30625 From: Russ Allbery <rra@stanford.edu>
30626 Date: 14 Feb 2001 10:15:41 -0800
30627 Message-ID: <ylzofpf7w2.fsf@windlord.stanford.edu>
30628
cc820d39
JH
30629 (8809 empty)
30630
bc3c2c50
JH
30631 Upgrade to podlators 1.08, from Russ Allbery.
30632 Branch: perl
30633 !> lib/Pod/Man.pm lib/Pod/Text.pm lib/Test/Harness.pm
30634 !> utils/perldoc.PL
30635____________________________________________________________________________
30636[ 8810] By: jhi on 2001/02/15 13:35:08
30637 Log: Upgrade to podlators 1.08, from Russ Allbery.
30638 Branch: maint-5.6/perl
30639 ! lib/Pod/Man.pm lib/Pod/Text.pm
30640____________________________________________________________________________
30641[ 8809] By: jhi on 2001/02/15 13:26:38
cc820d39 30642 Log: (accidentally empty check-in)
bc3c2c50
JH
30643 Branch: maint-5.6/perl
30644 ! lib/Test/Harness.pm
30645____________________________________________________________________________
30646[ 8808] By: jhi on 2001/02/15 13:23:47
30647 Log: Subject: [PATCH 5.6.1-TRIAL2] perldoc.PL using install directories
30648 From: Russ Allbery <rra@stanford.edu>
30649 Date: 14 Feb 2001 10:15:41 -0800
30650 Message-ID: <ylzofpf7w2.fsf@windlord.stanford.edu>
30651
30652 perldoc was hardcoding $Config{installscript}, which breaks
30653 when install* isn't where Perl ends up (such as with AFS).
30654
30655 Use $Config{scriptdir} instead.
30656 Branch: maint-5.6/perl
30657 ! utils/perldoc.PL
30658____________________________________________________________________________
30659[ 8807] By: jhi on 2001/02/14 14:37:27
30660 Log: Update Changes.
30661 Branch: perl
30662 ! Changes patchlevel.h
30663____________________________________________________________________________
30664[ 8806] By: jhi on 2001/02/14 14:25:31
30665 Log: Integrate changes #8803,8804,8805 from mainline.
30666
30667 Duplicate environment for JPL so that JDK 1.2/1.3 don't get upset.
30668
30669 Don't skip too much of the locale error message if no environ array,
30670 from Chris Nandor.
30671
30672 More MacOS Classic fixes from Chris Nandor.
30673 Branch: maint-5.6/perl
30674 !> doop.c lib/Cwd.pm perl.c perl.h util.c
30675____________________________________________________________________________
5063f371
JH
30676[ 8805] By: jhi on 2001/02/14 03:29:01
30677 Log: More MacOS Classic fixes from Chris Nandor.
30678 Branch: perl
30679 ! doop.c lib/Cwd.pm
30680____________________________________________________________________________
30681[ 8804] By: jhi on 2001/02/14 03:18:35
30682 Log: Don't skip too much of the locale error message if no environ array,
30683 from Chris Nandor.
30684 Branch: perl
30685 ! util.c
30686____________________________________________________________________________
30687[ 8803] By: jhi on 2001/02/14 03:14:14
30688 Log: Duplicate environment for JPL so that JDK 1.2/1.3 don't get upset.
30689 Branch: perl
30690 ! perl.c perl.h
30691____________________________________________________________________________
30692[ 8802] By: jhi on 2001/02/13 18:31:33
30693 Log: AUTHORS update.
30694 Branch: perl
30695 ! AUTHORS
30696____________________________________________________________________________
30697[ 8801] By: jhi on 2001/02/13 17:55:19
30698 Log: Integrate change #8792 from mainline.
30699
30700 Subject: buncha MacPerl patches for bleadperl
30701 From: Chris Nandor <pudge@pobox.com>
30702 Date: Tue, 13 Feb 2001 00:02:43 -0500
30703 Message-Id: <p05010404b6ae6f85e07a@[10.0.1.177]>
30704 Branch: maint-5.6/perl
30705 !> lib/AutoLoader.pm lib/AutoSplit.pm lib/ExtUtils/MakeMaker.pm
30706 !> lib/File/Basename.pm makedef.pl perl.c pp_ctl.c
30707 !> t/lib/basename.t toke.c util.h
30708____________________________________________________________________________
30709[ 8800] By: jhi on 2001/02/13 17:46:43
30710 Log: When doing that Fpos_t used in PerlIO_getpos proto needs
30711 to be forced to Off_t.
30712
30713 Subject: [ID 20010201.009] 5.6.1-TRIAL2 sfio build fails
30714 From: nick@ccl4.org
30715 Date: Thu, 1 Feb 2001 12:01:04 +0000
30716 Message-Id: <20010201120103.E11401@plum.flirble.org>
30717 Branch: maint-5.6/perl
30718 ! iperlsys.h perlio.c
30719____________________________________________________________________________
30720[ 8799] By: jhi on 2001/02/13 16:52:51
30721 Log: Duplex duplex hunk hunk.
30722 Branch: maint-5.6/perl
30723 ! Makefile.SH
30724____________________________________________________________________________
30725[ 8797] By: jhi on 2001/02/13 14:52:04
30726 Log: Subject: [PATCH perl@8773] integral ok lines for VMS
30727 From: "Craig A. Berry" <craigberry@mac.com>
30728 Date: Mon, 12 Feb 2001 11:05:25 -0600
30729 Message-Id: <p04330104b6ac5dfe6d45@[172.16.52.1]>
30730 Branch: perl
30731 ! t/lib/filehand.t t/lib/test-harness.t t/lib/texttabs.t
30732____________________________________________________________________________
30733[ 8796] By: jhi on 2001/02/13 14:36:47
30734 Log: Subject: [ID 20010210.002] perldiag doesn't include the "Scalars leaked" message
30735 From: simon.cozens@pembroke.oxford.ac.uk
30736 Date: Sat, 10 Feb 2001 17:57:02 +0000
30737 Message-Id: <E14ReGc-0005Pk-00@pembro26.pmb.ox.ac.uk>
30738
30739 Now it does include.
30740 Branch: perl
30741 ! pod/perldiag.pod
30742____________________________________________________________________________
30743[ 8795] By: jhi on 2001/02/13 14:30:11
30744 Log: Sort the MANIFEST.
30745 Branch: perl
30746 ! MANIFEST
30747____________________________________________________________________________
30748[ 8794] By: jhi on 2001/02/13 14:26:51
30749 Log: Integrate change #8793 from mainline, FAQ updates.
30750 Branch: maint-5.6/perl
30751 !> pod/perlfaq5.pod pod/perlfaq6.pod pod/perlfaq9.pod
30752____________________________________________________________________________
30753[ 8793] By: jhi on 2001/02/13 14:25:13
30754 Log: FAQ updates from Chris Fedde <chris@fedde.littleton.co.us>.
30755 Branch: perl
30756 ! pod/perlfaq5.pod pod/perlfaq6.pod pod/perlfaq9.pod
30757____________________________________________________________________________
30758[ 8792] By: jhi on 2001/02/13 14:22:50
30759 Log: Subject: buncha MacPerl patches for bleadperl
30760 From: Chris Nandor <pudge@pobox.com>
30761 Date: Tue, 13 Feb 2001 00:02:43 -0500
30762 Message-Id: <p05010404b6ae6f85e07a@[10.0.1.177]>
30763 Branch: perl
30764 ! lib/AutoLoader.pm lib/AutoSplit.pm lib/ExtUtils/MakeMaker.pm
30765 ! lib/File/Basename.pm makedef.pl perl.c pp_ctl.c
30766 ! t/lib/basename.t toke.c util.h
30767____________________________________________________________________________
30768[ 8791] By: jhi on 2001/02/13 14:10:39
30769 Log: Integrate change #8790 from mainline.
30770
30771 environ array wrongly assumed in Perl_init_i18nl10n(),
30772 Branch: maint-5.6/perl
30773 !> util.c
30774____________________________________________________________________________
30775[ 8790] By: jhi on 2001/02/13 14:06:15
30776 Log: environ array wrongly assumed in Perl_init_i18nl10n(),
30777 noticed by Chris Nandor in MacOS Classic.
30778 Branch: perl
30779 ! util.c
30780____________________________________________________________________________
30781[ 8789] By: jhi on 2001/02/13 13:58:07
30782 Log: Integrate changes #8373,8487,8544,8783 from mainline.
30783
30784 Synchronize the EBCDIC platforms (os390,posix-bc,vmesa):
30785 hints files, the dynaloading, assimilate ebcdic into util.c.
30786 Branch: maint-5.6/perl
30787 - ebcdic.c
30788 ! MANIFEST hints/posix-bc.sh
30789 !> Makefile.SH embed.h embed.pl ext/DynaLoader/dl_dllload.xs
30790 !> handy.h hints/os390.sh hints/vmesa.sh installperl objXSUB.h
30791 !> perlapi.c proto.h util.c
30792____________________________________________________________________________
30793[ 8788] By: alanbur on 2001/02/13 10:33:13
30794 Log: Integrated changes from maint-5.6
30795 Branch: maint-5.6/pureperl
30796 !> Makefile.SH README.vos hints/openbsd.sh pod/perlport.pod
30797 !> regcomp.c t/op/re_tests vos/Changes vos/build.cm
30798 !> vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
30799 !> vos/config.ga.h vos/configure_perl.cm
30800____________________________________________________________________________
30801[ 8787] By: jhi on 2001/02/13 05:56:36
30802 Log: Integrate change #8786 from maintperl, posix-bc byacc handling.
30803 Branch: perl
30804 !> Makefile.SH
30805____________________________________________________________________________
30806[ 8786] By: jhi on 2001/02/13 05:54:34
30807 Log: Subject: perl@8671 on posix-bc aka BS2000 Posix (small Patch included!)
30808 From: Dorner Thomas <Thomas.Dorner@start.de>
30809 Date: Mon, 12 Feb 2001 15:06:26 +0100
30810 Message-ID: <6727B1DACFCDD311A757009027CA8D69010A8853@Ex02.inhouse.start.de>
30811 Branch: maint-5.6/perl
30812 ! Makefile.SH
30813____________________________________________________________________________
30814[ 8785] By: jhi on 2001/02/13 05:29:04
30815 Log: Integrate change #8781 from maintperl, OpenBSD hints update.
30816 Branch: perl
30817 !> hints/openbsd.sh
30818____________________________________________________________________________
30819[ 8784] By: jhi on 2001/02/13 02:25:24
30820 Log: Subject: [PATCH: perl@8773] small fixups to perlclib.pod
30821 From: Peter Prymmer <pvhp@forte.com>
30822 Date: Mon, 12 Feb 2001 18:23:09 -0800 (PST)
30823 Message-ID: <Pine.OSF.4.10.10102121821090.126445-100000@aspara.forte.com>
30824 Branch: perl
30825 ! pod/perlclib.pod
30826____________________________________________________________________________
30827[ 8783] By: jhi on 2001/02/13 02:22:36
30828 Log: Merge ebcdic.c (only one function, ebcdic_control()) into util.c.
30829 Branch: perl
30830 - ebcdic.c
30831 ! MANIFEST embed.h embed.pl handy.h hints/os390.sh
30832 ! hints/posix-bc.sh hints/vmesa.sh objXSUB.h perlapi.c proto.h
30833 ! util.c
30834____________________________________________________________________________
30835[ 8782] By: jhi on 2001/02/13 02:00:07
30836 Log: Add OpenBSD to the list of 5.6.1-okay platforms.
30837 Branch: maint-5.6/perl
30838 ! pod/perlport.pod
30839____________________________________________________________________________
30840[ 8781] By: jhi on 2001/02/13 01:58:44
30841 Log: OpenBSD hints update for 5.6.1-TRIAL2 from Todd C. Miller.
30842 Branch: maint-5.6/perl
30843 ! hints/openbsd.sh
30844____________________________________________________________________________
30845[ 8780] By: jhi on 2001/02/13 01:57:33
30846 Log: Synchronize the regexp tests between maintperl and mainline.
30847 Branch: maint-5.6/perl
30848 !> t/op/re_tests
30849____________________________________________________________________________
30850[ 8779] By: jhi on 2001/02/13 01:49:35
30851 Log: Subject: Re: [ID 20010212.006] Core dump with /((?:hard|soft)cover)?/
30852 From: Hugo <hv@crypt.compulink.co.uk>
30853 Date: Tue, 13 Feb 2001 00:11:11 +0000
30854 Message-Id: <200102130011.AAA14310@crypt.compulink.co.uk>
30855 Branch: perl
30856 ! regcomp.c t/op/re_tests
30857____________________________________________________________________________
30858[ 8778] By: jhi on 2001/02/13 00:23:10
30859 Log: Comments do not nest.
30860 Branch: perl
30861 ! perl.h
30862____________________________________________________________________________
30863[ 8777] By: jhi on 2001/02/13 00:17:54
30864 Log: Subject: Re: [ID 20010212.006] Core dump with /((?:hard|soft)cover)?/
30865 From: Hugo <hv@crypt.compulink.co.uk>
30866 Date: Tue, 13 Feb 2001 00:11:11 +0000
30867 Message-Id: <200102130011.AAA14310@crypt.compulink.co.uk>
30868 Branch: maint-5.6/perl
30869 ! regcomp.c t/op/re_tests
30870____________________________________________________________________________
30871[ 8776] By: jhi on 2001/02/12 23:25:52
30872 Log: Add VOS to the list of 5.6.1 known-to-be-working platforms.
30873 Branch: maint-5.6/perl
30874 ! pod/perlport.pod
30875____________________________________________________________________________
30876[ 8775] By: jhi on 2001/02/12 23:04:28
30877 Log: VOS updates for 5.6-TRIAL2 from Paul Green.
30878 Branch: maint-5.6/perl
30879 ! README.vos vos/Changes vos/build.cm vos/config.alpha.def
30880 ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
30881 ! vos/configure_perl.cm
30882____________________________________________________________________________
30883[ 8774] By: jhi on 2001/02/12 22:59:11
30884 Log: Subject: Re: [patch] context for 'U' magic functions
30885 From: Doug MacEachern <dougm@covalent.net>
30886 Date: Mon, 12 Feb 2001 09:22:45 -0800 (PST)
30887 Message-ID: <Pine.LNX.4.21.0102120919040.26437-100000@mako.covalent.net>
30888
30889 plus the suggestion by Nick Ing-Simmons to name the macro
30890 as PERL_MG_UFUNC to avoid namespace pollution, plus add
30891 the advice by Doug for XS writers to perl.h
30892 Branch: perl
30893 ! mg.c perl.h
30894____________________________________________________________________________
30895[ 8773] By: jhi on 2001/02/11 20:14:12
30896 Log: Update Changes.
30897 Branch: perl
30898 ! Changes patchlevel.h
30899____________________________________________________________________________
5ca7ba5e
JH
30900[ 8772] By: jhi on 2001/02/11 18:47:52
30901 Log: Subject: Re: [PATCH] pod/perlclib.pod - Replacements for C library functions
30902 From: Simon Cozens <simon@cozens.net>
30903 Date: Wed, 31 Jan 2001 16:31:43 +0000
30904 Message-ID: <20010131163143.A1427@pembro26.pmb.ox.ac.uk>
30905 Branch: perl
30906 + pod/perlclib.pod
30907 ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perlguts.pod
30908 ! pod/perltoc.pod
30909____________________________________________________________________________
30910[ 8771] By: jhi on 2001/02/11 18:36:48
30911 Log: Upgrade to Unicode 3.1 beta 2001-02-11.
30912
30913 Blocks-4d3.beta.txt
30914 CaseFolding-3d4.beta.txt
30915 CompositionExclusions-3d6.beta.txt
30916 EastAsianWidth-4d4.beta.txt
30917 LineBreak-6d3.beta.txt
30918 NamesList-3.1.0d1.beta.txt
30919 PropList-3.1.0d4.beta.txt
30920 SpecialCasing-4d1.beta.txt
30921 UnicodeData-3.1.0d6.beta.txt
30922 Branch: perl
30923 + lib/unicode/Unicode.txt lib/unicode/rename lib/unicode/version
30924 +> lib/unicode/UCD.html lib/unicode/Unicode.html
30925 - lib/unicode/UCD301.html lib/unicode/UCDFF301.html
30926 - lib/unicode/Unicode.301
30927 ! (edit 257 files)
30928____________________________________________________________________________
30929[ 8770] By: jhi on 2001/02/11 17:26:22
30930 Log: UTF-8 documentation.
30931 Branch: perl
30932 ! utf8.h
30933____________________________________________________________________________
30934[ 8769] By: jhi on 2001/02/11 17:12:49
30935 Log: Retract #8762.
30936 Branch: perl
30937 ! regexec.c
30938____________________________________________________________________________
30939[ 8768] By: jhi on 2001/02/11 16:54:45
30940 Log: Subject: [PATCH] Test::Harness
30941 From: andreas.koenig@anima.de (Andreas J. Koenig)
30942 Date: 11 Feb 2001 14:37:00 +0100
30943 Message-ID: <m3g0hll4sj.fsf@ak-71.mind.de>
30944 Branch: perl
30945 ! lib/Test/Harness.pm
30946____________________________________________________________________________
30947[ 8767] By: jhi on 2001/02/11 16:53:52
30948 Log: Subject: [PATCH] Document makepatch in Porting/patching
30949 From: andreas.koenig@anima.de (Andreas J. Koenig)
30950 Date: 11 Feb 2001 16:46:28 +0100
30951 Message-ID: <m3bss9kysr.fsf@ak-71.mind.de>
30952 Branch: perl
30953 ! Porting/patching.pod
30954____________________________________________________________________________
30955[ 8766] By: jhi on 2001/02/11 06:30:23
30956 Log: Subject: Re: [patch] GvSHARED
30957 Date: Sat, 10 Feb 2001 14:04:40 -0800 (PST)
30958 From: Doug MacEachern <dougm@covalent.net>
30959 Message-ID: <Pine.LNX.4.21.0102101356000.15298-100000@mako.covalent.net>
30960
30961 Subject: Re: [patch] GvSHARED
30962 From: Doug MacEachern <dougm@covalent.net>
30963 Date: Sat, 10 Feb 2001 15:00:54 -0800 (PST)
30964 Message-ID: <Pine.LNX.4.21.0102101453220.15298-100000@mako.covalent.net>
30965
30966 Subject: [patch] attributes.pm support for `shared'
30967 From: Doug MacEachern <dougm@covalent.net>
30968 Date: Sat, 10 Feb 2001 20:08:48 -0800 (PST)
30969 Message-ID: <Pine.LNX.4.21.0102102004190.15298-100000@mako.covalent.net>
30970
30971 our() attributes were ignored, our :shared pieces missing,
30972 allow attributes.pm to turn on shared.
30973 Branch: perl
30974 ! op.c t/op/attrs.t toke.c xsutils.c
30975____________________________________________________________________________
30976[ 8765] By: alanbur on 2001/02/10 23:11:19
30977 Log: Resync with parent (hopefully sucessfully this time)
30978 Branch: maint-5.6/pureperl
30979 !> MANIFEST README.bs2000 README.hpux README.vmesa installhtml
30980 !> lib/Math/Complex.pm lib/Pod/Find.pm pod/buildtoc.PL
30981 !> pod/perl.pod pod/perlapi.pod pod/perlboot.pod pod/perlcall.pod
30982 !> pod/perlfaq2.pod pod/perlfaq3.pod pod/perlfaq9.pod
30983 !> pod/perlmodlib.PL pod/perlobj.pod pod/perlport.pod
30984 !> pod/perlre.pod pod/perltoc.pod pod/perltoot.pod
30985 !> pod/perltootc.pod win32/Makefile win32/makefile.mk
30986____________________________________________________________________________
30987[ 8764] By: jhi on 2001/02/10 22:54:38
30988 Log: Make TEST and UTEST more verbose in case something goes
30989 wrong in running/compiling a script, suggested by Doug
30990 MacEachern.
30991 Branch: perl
30992 ! t/TEST t/UTEST
30993____________________________________________________________________________
30994[ 8763] By: jhi on 2001/02/10 22:11:34
30995 Log: Bogus shebang.
30996 Branch: perl
30997 ! t/lib/texttabs.t
30998____________________________________________________________________________
30999[ 8762] By: jhi on 2001/02/10 21:56:02
31000 Log: (Retracted by #8769)
31001 Branch: perl
31002 ! regexec.c
31003____________________________________________________________________________
31004[ 8761] By: jhi on 2001/02/10 21:26:15
31005 Log: Subject: Re: [patch] GvSHARED
31006 From: Doug MacEachern <dougm@covalent.net>
31007 Date: Sat, 10 Feb 2001 13:11:14 -0800 (PST)
31008 Message-ID: <Pine.LNX.4.21.0102101253070.15298-100000@mako.covalent.net>
31009
31010 our @EXPORT : shared = (...);
31011 Branch: perl
31012 ! toke.c
31013____________________________________________________________________________
31014[ 8760] By: jhi on 2001/02/10 21:25:07
31015 Log: Subject: [patch] GvSHARED
31016 From: Doug MacEachern <dougm@covalent.net>
31017 Date: Sat, 10 Feb 2001 10:57:12 -0800 (PST)
31018 Message-ID: <Pine.LNX.4.21.0102101047320.15298-100000@mako.covalent.net>
31019 Branch: perl
31020 ! embed.h embed.pl gv.c gv.h op.c pp_sys.c proto.h sv.c
31021____________________________________________________________________________
31022[ 8759] By: alanbur on 2001/02/10 21:24:27
31023 Log: Backed out mismerge.
31024 Branch: maint-5.6/pureperl
31025 ! MANIFEST README.hpux README.vmesa gv.c installhtml
31026 ! lib/Math/Complex.pm lib/Pod/Find.pm perl.c pod/buildtoc.PL
31027 ! pod/perl.pod pod/perlapi.pod pod/perlboot.pod pod/perlcall.pod
31028 ! pod/perlfaq2.pod pod/perlfaq3.pod pod/perlfaq9.pod
31029 ! pod/perlmodlib.PL pod/perlobj.pod pod/perlport.pod
31030 ! pod/perlre.pod pod/perltoc.pod pod/perltoot.pod
31031 ! pod/perltootc.pod sv.c win32/Makefile win32/makefile.mk
31032____________________________________________________________________________
31033[ 8758] By: jhi on 2001/02/10 18:01:17
31034 Log: Integrate changes #8701,8704,8756 from pureperl to maintperl.
31035
31036 Fixed UMRs and leak in Perl_pmtrans()
31037
31038 Several leaks an UMRs fixed, mainly in the area of Perl_pmtrans and
31039 associated UTFied tr/// code. Also fixed scoping leak of
31040 PL_reg_start_tmp.
31041
31042 newATTRSUB leaks when an attempt to redefine the active sort sub is
31043 made.
31044 Branch: maint-5.6/perl
31045 !> op.c regcomp.c
31046____________________________________________________________________________
31047[ 8757] By: alanbur on 2001/02/10 17:56:46
31048 Log: Resynchronised with parent
31049 Branch: maint-5.6/pureperl
31050 +> README.bs2000
31051 - README.posix-bc
31052 ! gv.c perl.c sv.c
31053 !> MANIFEST README.hpux README.vmesa installhtml
31054 !> lib/Math/Complex.pm lib/Pod/Find.pm pod/buildtoc.PL
31055 !> pod/perl.pod pod/perlapi.pod pod/perlboot.pod pod/perlcall.pod
31056 !> pod/perlfaq2.pod pod/perlfaq3.pod pod/perlfaq9.pod
31057 !> pod/perlmodlib.PL pod/perlobj.pod pod/perlport.pod
31058 !> pod/perlre.pod pod/perltoc.pod pod/perltoot.pod
31059 !> pod/perltootc.pod win32/Makefile win32/makefile.mk
31060____________________________________________________________________________
31061[ 8756] By: alanbur on 2001/02/10 17:51:15
31062 Log: newATTRSUB leaks when an attempt to redefine the active sort sub is
31063 made.
31064 Branch: maint-5.6/pureperl
31065 ! op.c
31066____________________________________________________________________________
31067[ 8755] By: jhi on 2001/02/09 22:41:35
31068 Log: Upgrade to CPAN 1.59_54, from Andreas König.
31069 Branch: perl
31070 ! lib/CPAN.pm lib/CPAN/FirstTime.pm
31071____________________________________________________________________________
31072[ 8754] By: jhi on 2001/02/09 22:29:20
31073 Log: Upgrade to Text-Tabs+Wrap-2001.0131 from David Muir Sharnoff.
31074
31075 Didn't upgrade the fill.t since it has a dependency to File::Slurp
31076 purely for debugging purposes, the actual test hasn't changed.
31077 Branch: perl
31078 ! lib/Text/Tabs.pm lib/Text/Wrap.pm t/lib/texttabs.t
31079 ! t/lib/textwrap.t
31080____________________________________________________________________________
31081[ 8753] By: jhi on 2001/02/09 20:17:50
31082 Log: Integrate change #8682 from maintperl.
31083
31084 IRIX hints fix from Scott Henry, get Configure -Dcc="cc -64 -mips3"
31085 to work correctly.
31086 Branch: perl
31087 !> hints/irix_6.sh
31088____________________________________________________________________________
31089[ 8752] By: jhi on 2001/02/09 20:00:46
31090 Log: Update Changes.
31091 Branch: perl
31092 ! Changes patchlevel.h
31093____________________________________________________________________________
31094[ 8751] By: nick on 2001/02/09 19:48:37
31095 Log: Integrate mainline
31096 Branch: perlio
31097 +> README.bs2000 t/lib/cgi-esc.t
31098 - README.posix-bc
31099 !> (integrate 53 files)
31100____________________________________________________________________________
a58cd388
JH
31101[ 8750] By: nick on 2001/02/09 19:25:16
31102 Log: Subject: RE: Biannual Competition to Improve Hashing Function
31103 From: Fisher Mark <fisherm@tce.com>
31104 Date: Thu, 8 Feb 2001 10:44:00 -0500
31105 Message-Id: <A5E22933E3D5D4118FFE00508BF373C706A52F@indyexch28.indy.tce.
31106 Date: Thu, 8 Feb 2001 15:02:47 -0500
31107 Message-Id: <A5E22933E3D5D4118FFE00508BF373C706A52B@indyexch28.indy.tce.
31108 Branch: perl
31109 ! hv.h pod/perldelta.pod t/lib/dumper.t t/pragma/warn/perl
31110____________________________________________________________________________
31111[ 8749] By: jhi on 2001/02/09 19:02:35
31112 Log: Forgotten fragment.
31113 Branch: perl
31114 ! pod/perlapi.pod
31115____________________________________________________________________________
31116[ 8748] By: jhi on 2001/02/09 18:31:34
31117 Log: Integrate changes #8673,8674,8676 from maintperl into mainline,
31118 plus manual tweakage.
31119
31120 Sync the perlfaq2 between mainline and maintperl.
31121 Branch: maint-5.6/perl
31122 ! pod/perlfaq2.pod
31123 Branch: perl
31124 !> pod/perlfaq2.pod
31125____________________________________________________________________________
31126[ 8747] By: jhi on 2001/02/09 18:12:04
31127 Log: Subject: versiononly and installperl
31128 From: abigail@foad.org
31129 Date: Wed, 7 Feb 2001 22:43:12 +0100
31130 Message-ID: <20010207214312.7045.qmail@foad.org>
31131
31132 Add +v flag to force a normal install of the perl binary
31133 and the utilities.
31134
31135 Subject: [PATCH] installperl
31136 From: Nicholas Clark <nick@ccl4.org>
31137 Date: Fri, 9 Feb 2001 16:28:57 +0000
31138 Message-ID: <20010209162857.B10931@plum.flirble.org>
31139
31140 Add -A flag which also hardlinks the binary with
31141 the full architecture name.
31142 Branch: perl
31143 ! installperl
31144____________________________________________________________________________
31145[ 8746] By: jhi on 2001/02/09 18:03:43
31146 Log: Integrate changes #8699,8708,8709,8744,8745 from mainline.
31147
31148 Subject: perlfaq2, re: perlmongers
31149
31150 Subject: Re: [PATCH pod/[bt]ootc?.pod] Adding mention of useful CPAN modules
31151
31152 Subject: [PATCH pod/perlmodlib.PL 5.6.1-TRIAL2] Up to date CPAN mirror list
31153
31154 Subject: [ID 20010205.001] typo in perlfaq9
31155
31156 Subject: [ID 20010208.002] unordered explanation in perlcall
31157 Branch: maint-5.6/perl
31158 !> pod/perlapi.pod pod/perlboot.pod pod/perlcall.pod
31159 !> pod/perlfaq2.pod pod/perlfaq9.pod pod/perlmodlib.PL
31160 !> pod/perlobj.pod pod/perltoot.pod pod/perltootc.pod
31161____________________________________________________________________________
31162[ 8745] By: jhi on 2001/02/09 17:59:09
31163 Log: Subject: [ID 20010208.002] unordered explanation in perlcall
31164 From: abela@geneanet.org
31165 Date: Thu, 8 Feb 2001 16:11:46 +0100 (CET)
31166 Message-Id: <20010208151146.0937BC97E@little-roots.geneanet.org>
31167 Branch: perl
31168 ! pod/perlcall.pod
31169____________________________________________________________________________
31170[ 8744] By: jhi on 2001/02/09 17:48:16
31171 Log: Subject: [ID 20010205.001] typo in perlfaq9
31172 From: eserte@vran.herceg.de
31173 Date: Sun, 4 Feb 2001 23:44:09 +0100 (CET)
31174 Message-Id: <200102042244.XAA21926@vran.herceg.de>
31175 Branch: perl
31176 ! pod/perlfaq9.pod
31177____________________________________________________________________________
31178[ 8743] By: jhi on 2001/02/09 17:25:12
31179 Log: Integrate change #8695 from maintperl.
31180
31181 thread.h tweak to enable 5005threads on HP-UX 10.20 with DCE threads
31182 Branch: perl
31183 !> thread.h
31184____________________________________________________________________________
31185[ 8742] By: jhi on 2001/02/09 17:21:22
31186 Log: Subject: Re: [PATCH embed.pl] Forgot to add ./lib to @INC for File::Glob
31187 From: Andy Dougherty <doughera@lafayette.edu>
31188 Date: Mon, 5 Feb 2001 10:19:29 -0500 (EST)
31189 Message-ID: <Pine.SOL.4.10.10102051013380.11242-100000@maxwell.phys.lafayette.edu>
31190 Branch: perl
31191 ! embed.pl
31192____________________________________________________________________________
31193[ 8741] By: jhi on 2001/02/09 17:05:19
31194 Log: Integrate changes #8738,8739,8740 from maintperl.
31195
31196 Html files will be installed in a more logical and easier to
31197 find directory. E.g. c:\perl\html instead of c:\perl\lib\pod\html
31198
31199 Html files will be generated with a header to make them look
31200 a little less bare.
31201
31202 Subject: [PATCH perl-current] perlfaq3.pod, URL for vile
31203 Branch: perl
31204 !> installhtml pod/perlfaq3.pod win32/Makefile win32/makefile.mk
31205____________________________________________________________________________
31206[ 8740] By: jhi on 2001/02/09 17:03:46
31207 Log: Subject: [PATCH perl-current] perlfaq3.pod, URL for vile
31208 From: "Brendan O'Dea" <bod@compusol.com.au>
31209 Date: Sun, 4 Feb 2001 11:17:56 +1100
31210 Message-ID: <20010204111756.A16301@compusol.com.au>
31211 Branch: maint-5.6/perl
31212 ! pod/perlfaq3.pod
31213____________________________________________________________________________
31214[ 8739] By: jhi on 2001/02/09 17:01:59
31215 Log: Subject: [PATCH: perl-5.6.1-TRIAL2] installhtml change to build prettier html files
31216 From: "Indy Singh" <indy@nusphere.com>
31217 Date: Fri, 2 Feb 2001 15:09:59 -0500
31218 Message-ID: <02b601c08d54$23fd3560$d24b7018@cr637287a>
31219
31220 Html files will be generated with a header to make them look
31221 a little less bare.
31222 Branch: maint-5.6/perl
31223 ! installhtml
31224____________________________________________________________________________
31225[ 8738] By: jhi on 2001/02/09 16:58:48
31226 Log: Subject: [PATCH: perl-5.6.1-TRIAL2] Win32 Makefile change to move html directory
31227 From: "Indy Singh" <indy@nusphere.com>
31228 Date: Fri, 2 Feb 2001 15:08:23 -0500
31229 Message-ID: <02b501c08d53$ec354550$d24b7018@cr637287a>
31230
31231 Html files will be installed in a more logical and easier to
31232 find directory. E.g. c:\perl\html instead of c:\perl\lib\pod\html
31233 Branch: maint-5.6/perl
31234 ! win32/Makefile win32/makefile.mk
31235____________________________________________________________________________
31236[ 8737] By: jhi on 2001/02/09 16:46:54
31237 Log: Integrate changes #8687,8736 from maintperl.
31238
31239 HP-UX thread patches from Merijn H. Brand.
31240
31241 Latin nit from Philip Newton.
31242 Branch: perl
31243 !> README.hpux hints/hpux.sh
31244____________________________________________________________________________
31245[ 8736] By: jhi on 2001/02/09 16:42:31
31246 Log: Latin nit from Philip Newton.
31247 Branch: maint-5.6/perl
31248 ! README.hpux
31249____________________________________________________________________________
31250[ 8735] By: jhi on 2001/02/09 16:24:03
31251 Log: Integrate changes #8704,8710 from pureperl.
31252
31253 Fixed UMRs and leak in Perl_pmtrans()
31254
31255 Several leaks an UMRs fixed, mainly in the area of Perl_pmtrans and
31256 associated UTFied tr/// code. Also fixed scoping leak of
31257 PL_reg_start_tmp.
31258 Branch: perl
31259 !> op.c regcomp.c
31260____________________________________________________________________________
31261[ 8734] By: jhi on 2001/02/09 15:40:21
31262 Log: Integrate change #8733 from maintperl.
31263
31264 Subject: Re: [PATCH: 5.6.1 trial 2 && perl@8671] some coded char set issues in perlre.pod
31265 Branch: perl
31266 !> pod/perlre.pod
31267____________________________________________________________________________
31268[ 8733] By: jhi on 2001/02/09 15:35:47
31269 Log: Subject: Re: [PATCH: 5.6.1 trial 2 && perl@8671] some coded char set issues in perlre.pod
31270 From: Prymmer/Kahn <pvhp@best.com>
31271 Date: Thu, 8 Feb 2001 21:21:22 -0800 (PST)
31272 Message-ID: <Pine.BSF.4.21.0102082048360.1499-100000@shell8.ba.best.com>
31273 Branch: maint-5.6/perl
31274 ! pod/perlre.pod
31275____________________________________________________________________________
31276[ 8732] By: jhi on 2001/02/09 15:26:17
31277 Log: Rename README.posix-bc to README.bs2000 (to avoid the
31278 confusion of a "perlposix-bc.pod"), add a few missing
31279 arch pods, regen toc.
31280 Branch: maint-5.6/perl
31281 +> README.bs2000
31282 - README.posix-bc
31283 ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perlport.pod
31284 ! pod/perltoc.pod win32/Makefile win32/makefile.mk
31285____________________________________________________________________________
31286[ 8731] By: jhi on 2001/02/09 15:23:39
31287 Log: De-cut-and-pasto.
31288 Branch: perl
31289 ! pod/perl.pod
31290____________________________________________________________________________
31291[ 8730] By: jhi on 2001/02/09 15:11:13
31292 Log: Rename README.posix-bc to README.bs2000 to avoid confusion
31293 when people think that perlposix-bc.pod tells anything about
31294 Perl and POSIX. Regen toc.
31295 Branch: perl
31296 +> README.bs2000
31297 - README.posix-bc
31298 ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perlport.pod
31299 ! pod/perltoc.pod win32/Makefile win32/makefile.mk
31300____________________________________________________________________________
31301[ 8729] By: jhi on 2001/02/09 14:52:28
31302 Log: The README.vmesa part of #8712 from maintperl.
31303 Branch: perl
31304 ! README.vmesa
31305____________________________________________________________________________
31306[ 8728] By: jhi on 2001/02/09 14:46:06
31307 Log: Subject: [PATCH: 5.6.1 trial 2 && perl@8671] podify README.vmesa
31308 From: Peter Prymmer <pvhp@forte.com>
31309 Date: Thu, 8 Feb 2001 13:00:30 -0800 (PST)
31310 Message-ID: <Pine.OSF.4.10.10102081246030.445810-100000@aspara.forte.com>
31311 Branch: maint-5.6/perl
31312 ! README.vmesa win32/Makefile win32/makefile.mk
31313____________________________________________________________________________
31314[ 8727] By: jhi on 2001/02/09 14:33:25
31315 Log: Integrate change #8712 from mainline.
31316
31317 [PATCH: perl-5.6.1 trial2 && perl@8671] VMS specific simplification for Pod::Find
31318 Branch: maint-5.6/perl
31319 !> lib/Pod/Find.pm
31320____________________________________________________________________________
31321[ 8726] By: jhi on 2001/02/09 14:30:28
31322 Log: Subject: [PATCH: 5.6.1 trial2 && perl@8671] provide EBCDIC CGI::Util::escape() and test
31323 From: Peter Prymmer <pvhp@forte.com>
31324 Date: Mon, 5 Feb 2001 16:26:36 -0800 (PST)
31325 Message-ID: <Pine.OSF.4.10.10102051615260.280619-100000@aspara.forte.com>
31326 Branch: perl
31327 + t/lib/cgi-esc.t
31328 ! MANIFEST lib/CGI/Util.pm
31329____________________________________________________________________________
31330[ 8725] By: jhi on 2001/02/09 04:56:47
31331 Log: Add NonStopUX to the list of 5.6.1-proven platforms.
31332 Branch: maint-5.6/perl
31333 ! pod/perlport.pod
31334____________________________________________________________________________
31335[ 8724] By: jhi on 2001/02/09 04:40:59
31336 Log: Integrate changes 7819,7820 from vmsperl into mainline.
31337
31338 Add header for LIB$ prototypes (C. Berry)
31339
31340 Convert fwrite()s to sockets to write()s, since some socket stacks
31341 don't take kindly to stdio.
31342 Ignore "expected" SS$_NOLOGNAM when doing internal LNM lookups
31343 (for often optional LNMs)
31344 Correct a few typos
31345 (C. Bailey)
31346 Branch: perl
31347 !> ext/Devel/DProf/DProf.xs vms/vms.c vms/vmsish.h
31348____________________________________________________________________________
31349[ 8723] By: jhi on 2001/02/09 03:29:29
31350 Log: Integrate change #8722 from mainline.
31351
31352 The Im() function wasn't returning zero for non-Math::Complex
31353 arguments. The bug reported by John Gamble.
31354 Branch: maint-5.6/perl
31355 !> lib/Math/Complex.pm
31356____________________________________________________________________________
31357[ 8722] By: jhi on 2001/02/09 03:28:33
31358 Log: The Im() function wasn't returning zero for non-Math::Complex
31359 arguments. The bug reported by John Gamble.
31360 Branch: perl
31361 ! lib/Math/Complex.pm
31362____________________________________________________________________________
31363[ 8721] By: nick on 2001/02/08 22:11:35
31364 Log: Correct the correction :-(
31365 Branch: perl
31366 ! perl.c
31367____________________________________________________________________________
31368[ 8720] By: bailey on 2001/02/08 20:59:22
31369 Log: Convert frwite()s to sockets to write()s, since some socket stacks
31370 don't take kindly to stdio.
31371 Ignore "expected" SS$_NOLOGNAM when doing internal LNM lookups
31372 (for often optional LNMs)
31373 Correct a few typos
31374 (C. Bailey)
31375 Branch: vmsperl
31376 ! vms/vms.c vms/vmsish.h
31377____________________________________________________________________________
31378[ 8719] By: bailey on 2001/02/08 20:51:02
31379 Log: Add header for LIB$ prototypes (C. Berry)
31380 Branch: vmsperl
31381 ! ext/Devel/DProf/DProf.xs
31382____________________________________________________________________________
31383[ 8718] By: bailey on 2001/02/08 20:49:00
31384 Log: SYN SYN
31385 Branch: vmsperl
31386 +> pod/perliol.pod t/lib/sample-tests/bailout
31387 +> t/lib/sample-tests/combined t/lib/sample-tests/descriptive
31388 +> t/lib/sample-tests/duplicates t/lib/sample-tests/header_at_end
31389 +> t/lib/sample-tests/no_nums t/lib/sample-tests/simple
31390 +> t/lib/sample-tests/simple_fail t/lib/sample-tests/skip
31391 +> t/lib/sample-tests/skip_all t/lib/sample-tests/todo
31392 +> t/lib/sample-tests/with_comments t/lib/test-harness.t
31393 - lib/unicode/Is/DCinital.pl
31394 !> (integrate 101 files)
31395____________________________________________________________________________
31396[ 8717] By: nick on 2001/02/08 19:38:48
31397 Log: Subject: [PATCH CPAN 1.59_51] warning message (not!)
31398 From: Robin Barker <rmb1@cise.npl.co.uk>
31399 Date: Thu, 8 Feb 2001 14:38:07 GMT
31400 Message-Id: <200102081438.OAA20498@tempest.npl.co.uk>
31401 Branch: perl
31402 ! lib/CPAN.pm
31403____________________________________________________________________________
31404[ 8716] By: nick on 2001/02/08 19:29:07
31405 Log: Generated files form 8713 etc.
31406 Branch: perl
31407 ! embed.h global.sym objXSUB.h perlapi.c proto.h
31408____________________________________________________________________________
31409[ 8715] By: nick on 2001/02/08 19:26:08
31410 Log: Fixup non-ithread build after 8713
31411 Branch: perl
31412 ! perl.c
31413____________________________________________________________________________
31414[ 8714] By: nick on 2001/02/08 19:17:45
31415 Log: Subject: [ID 20010206.010] S_ functions not declared STATIC
31416 From: nick@ccl4.org
31417 Date: Wed, 7 Feb 2001 00:27:47 +0000
31418 Message-Id: <20010207002747.B63724@plum.flirble.org>
31419 Branch: perl
31420 ! sv.c toke.c
31421____________________________________________________________________________
31422[ 8713] By: nick on 2001/02/08 19:15:58
31423 Log: Subject: Re: [patch] Re: PL_ptr_table
31424 From: Doug Maceachern <dougm@covalent.net>
31425 Date: Wed, 7 Feb 2001 19:18:52 -0800 (PST)
31426 Message-Id: <Pine.LNX.4.21.0102071916270.29229-100000@mako.covalent.net>
31427 Branch: perl
31428 ! embed.pl perl.c sv.c sv.h
31429____________________________________________________________________________
31430[ 8712] By: nick on 2001/02/08 19:12:47
31431 Log: Subject: [PATCH: perl-5.6.1 trial2 && perl@8671] VMS specific simplificationfor Pod::Find
31432 From: Peter Prymmer <pvhp@forte.com>
31433 Date: Wed, 7 Feb 2001 17:07:39 -0800 (PST)
31434 Message-Id: <Pine.OSF.4.10.10102071704150.411763-100000@aspara.forte.com
31435 Branch: perl
31436 ! lib/Pod/Find.pm
31437____________________________________________________________________________
31438[ 8711] By: nick on 2001/02/07 21:06:11
31439 Log: Manually appliued version for dev branch of Alan/Sarathy 5.6 patch.
31440 Subject: Re: Incorrect scoping of PL_reg_start_tmp causes leak
31441 From: Alan Burlison <Alan.Burlison@uk.sun.com>
31442 Date: Tue, 06 Feb 2001 23:37:01 +0000
31443 Message-Id: <3A808A9D.20F7A035@uk.sun.com>
31444 Branch: perl
31445 ! regcomp.c
31446____________________________________________________________________________
31447[ 8710] By: alanbur on 2001/02/07 00:22:04
31448 Log: Several leaks an UMRs fixed, mainly in the area of Perl_pmtrans and
31449 associated UTFied tr/// code. Also fixed scoping leak of
31450 PL_reg_start_tmp.
31451 Branch: maint-5.6/pureperl
31452 ! op.c regcomp.c
31453____________________________________________________________________________
31454[ 8709] By: nick on 2001/02/06 21:16:49
31455 Log: Subject: [PATCH pod/perlmodlib.PL 5.6.1-TRIAL2] Up to date CPAN mirror list
31456 From: Michael G Schwern <schwern@pobox.com>
31457 Date: Sun, 4 Feb 2001 19:47:14 -0500
31458 Message-Id: <20010204194714.A4698@blackrider.aocn.com>
31459 Branch: perl
31460 ! pod/perlapi.pod pod/perlmodlib.PL
31461____________________________________________________________________________
31462[ 8708] By: nick on 2001/02/06 20:41:20
31463 Log: Subject: Re: [PATCH pod/[bt]ootc?.pod] Adding mention of useful CPAN modules
31464 From: Michael G Schwern <schwern@pobox.com>
31465 Date: Sun, 4 Feb 2001 21:17:49 -0500
31466 Message-Id: <20010204211748.A13415@blackrider.aocn.com>
31467 Branch: perl
31468 ! pod/perlboot.pod pod/perlobj.pod pod/perltoot.pod
31469 ! pod/perltootc.pod
31470____________________________________________________________________________
31471[ 8707] By: nick on 2001/02/06 20:29:11
31472 Log: Subject: [PATCH lib/ExtUtils/MANIFEST.SKIP] Skipping CVS conflict backup files
31473 From: Michael G Schwern <schwern@pobox.com>
31474 Date: Tue, 6 Feb 2001 05:54:30 -0500
31475 Message-Id: <20010206055430.A951@blackrider.aocn.com>
31476 Branch: perl
31477 ! lib/ExtUtils/MANIFEST.SKIP lib/ExtUtils/Manifest.pm
31478____________________________________________________________________________
31479[ 8706] By: nick on 2001/02/06 20:21:40
31480 Log: Subject: RE: some win32 fixes
31481 Date: Tue, 6 Feb 2001 09:23:20 +0300
31482 From: Vadim Konovalov <vkonovalov@lucent.com>
31483 Message-ID: <402099F49BEED211999700805FC7359F9CAF49@ru0028exch01.spb.lucent.com>
31484 Branch: perl
31485 ! toke.c win32/Makefile win32/config.bc win32/config.gc
31486 ! win32/config.vc win32/config_H.bc win32/makefile.mk
31487____________________________________________________________________________
31488[ 8705] By: alanbur on 2001/02/06 15:00:03
31489 Log: Synchronised with parent
31490 Branch: maint-5.6/pureperl
31491 ! regexec.c
31492 !> t/lib/db-btree.t t/lib/db-hash.t t/lib/db-recno.t
31493 !> utils/perldoc.PL win32/Makefile win32/makefile.mk
31494____________________________________________________________________________
31495[ 8704] By: alanbur on 2001/02/06 14:55:24
31496 Log: Fixed UMRs and leak in Perl_pmtrans()
31497 Branch: maint-5.6/pureperl
31498 ! op.c
31499____________________________________________________________________________
31500[ 8703] By: gsar on 2001/02/06 02:29:37
31501 Log: $(MAKE) distclean doesn't clean up properly on windows
31502 Branch: maint-5.6/perl
31503 ! win32/Makefile win32/makefile.mk
31504____________________________________________________________________________
31505[ 8702] By: gsar on 2001/02/06 01:00:46
31506 Log: tweak change#8659 to keep it simple
31507 Branch: maint-5.6/perl
31508 ! utils/perldoc.PL
31509____________________________________________________________________________
31510[ 8701] By: gsar on 2001/02/05 22:45:41
31511 Log: change#8693 was missing testsuite changes
31512 Branch: maint-5.6/perl
31513 !> t/lib/db-btree.t t/lib/db-hash.t t/lib/db-recno.t
31514____________________________________________________________________________
31515[ 8700] By: nick on 2001/02/05 20:32:52
31516 Log: Integrate mainline
31517 Branch: perlio
31518 +> t/lib/sample-tests/bailout t/lib/sample-tests/combined
31519 +> t/lib/sample-tests/descriptive t/lib/sample-tests/duplicates
31520 +> t/lib/sample-tests/header_at_end t/lib/sample-tests/no_nums
31521 +> t/lib/sample-tests/simple t/lib/sample-tests/simple_fail
31522 +> t/lib/sample-tests/skip t/lib/sample-tests/skip_all
31523 +> t/lib/sample-tests/todo t/lib/sample-tests/with_comments
31524 +> t/lib/test-harness.t
31525 !> Configure MANIFEST lib/Test/Harness.pm lib/overload.pm
31526 !> perlio.c pod/perldiag.pod pod/perlfaq2.pod pod/perlfaq8.pod
31527 !> pod/perlfunc.pod pod/perlop.pod pod/perlport.pod
31528 !> pod/perlutil.pod t/TEST utils/h2xs.PL
31529____________________________________________________________________________
31530[ 8699] By: nick on 2001/02/05 19:41:07
31531 Log: Subject: perlfaq2, re: perlmongers
31532 From: David H. Adler <dha@panix.com>
31533 Date: Sun, 4 Feb 2001 23:48:23 -0500
31534 Message-Id: <20010204234823.A13429@panix.com>
31535 Branch: perl
31536 ! pod/perlfaq2.pod
31537____________________________________________________________________________
31538[ 8698] By: nick on 2001/02/05 19:39:31
31539 Log: Missed file f#rom the testharness mess.
31540 Branch: perl
31541 + t/lib/test-harness.t
31542____________________________________________________________________________
31543[ 8697] By: nick on 2001/02/05 19:37:21
31544 Log: Subject: [DOC PATCH] overload.pm nits
31545 From: John Tobey <jtobey@john-edwin-tobey.org>
31546 Date: Sun, 4 Feb 2001 20:40:47 -0500 (EST)
31547 Message-Id: <m14Pae7-000FOoC@feynman.localnet>
31548 Branch: perl
31549 ! lib/overload.pm
31550____________________________________________________________________________
31551[ 8696] By: alanbur on 2001/02/05 11:56:00
31552 Log: Sync with parent
31553 Branch: maint-5.6/pureperl
31554 !> thread.h
31555____________________________________________________________________________
31556[ 8695] By: gsar on 2001/02/05 03:27:34
31557 Log: thread.h tweak to enable 5005threads on HP-UX 10.20 with DCE threads
31558 Branch: maint-5.6/perl
31559 ! thread.h
31560____________________________________________________________________________
31561[ 8694] By: alanbur on 2001/02/05 00:07:47
31562 Log: Initial branch creation from //depot/maint-5.6/perl
31563 Branch: maint-5.6/pureperl
31564 +> (branch 1719 files)
31565____________________________________________________________________________
31566[ 8693] By: gsar on 2001/02/04 22:38:49
31567 Log: integrate changes#7801,8068,8094,8108,8196 from mainline (DB_File
31568 changes)
31569 Branch: maint-5.6/perl
31570 !> ext/DB_File/Changes ext/DB_File/DB_File.pm
31571 !> ext/DB_File/DB_File.xs ext/DB_File/dbinfo ext/DB_File/typemap
31572 !> ext/DB_File/version.c
31573____________________________________________________________________________
31574[ 8692] By: nick on 2001/02/04 18:15:57
31575 Log: The missed t/TEST part of the grand testharness upgrade.
31576 Branch: perl
31577 ! t/TEST
31578____________________________________________________________________________
31579[ 8691] By: nick on 2001/02/04 18:05:17
31580 Log: New improved test harness
31581 Subject: Re: [PATCH Test::Harness] Third time's a charm?
31582 From: Michael G Schwern <schwern@pobox.com>
31583 Date: Sun, 4 Feb 2001 08:01:20 -0500
31584 Message-Id: <20010204080120.G10493@blackrider.aocn.com>
31585 Branch: perl
31586 + t/lib/sample-tests/bailout t/lib/sample-tests/combined
31587 + t/lib/sample-tests/descriptive t/lib/sample-tests/duplicates
31588 + t/lib/sample-tests/header_at_end t/lib/sample-tests/no_nums
31589 + t/lib/sample-tests/simple t/lib/sample-tests/simple_fail
31590 + t/lib/sample-tests/skip t/lib/sample-tests/skip_all
31591 + t/lib/sample-tests/todo t/lib/sample-tests/with_comments
31592 ! MANIFEST lib/Test/Harness.pm
31593____________________________________________________________________________
31594[ 8690] By: nick on 2001/02/04 17:57:51
31595 Log: Subject: [PATCH h2xs.PL perl@8670] Small usage change and author gueesing
31596 From: Jonathan Stowe <gellyfish@gellyfish.com>
31597 Date: Sun, 4 Feb 2001 10:46:01 +0000 (GMT)
31598 Message-Id: <Pine.LNX.4.32.0102041037510.1555-100000@orpheus.gellyfish.com>
31599 Branch: perl
31600 ! utils/h2xs.PL
31601____________________________________________________________________________
31602[ 8689] By: nick on 2001/02/04 17:55:24
31603 Log: Subject: Re: [PATCH lots of pod/] s/chop/chomp/g
31604 From: Michael G Schwern <schwern@pobox.com>
31605 Date: Sat, 3 Feb 2001 22:46:38 -0500
31606 Message-Id: <20010203224638.E10493@blackrider.aocn.com>
31607 Branch: perl
31608 ! pod/perldiag.pod pod/perlfaq8.pod pod/perlfunc.pod
31609 ! pod/perlop.pod pod/perlport.pod pod/perlutil.pod
31610____________________________________________________________________________
31611[ 8688] By: nick on 2001/02/04 17:43:55
31612 Log: Subject: [ID 20010203.006] perlio.c is mis-reporting argument
31613 length byfailing to spot lack of closing )
31614 From: nick@talking.bollo.cx
31615 Date: Sat, 03 Feb 2001 23:53:16 +0000
31616 Message-Id: <E14PCUW-0001Qo-00@Bagpuss.unfortu.net>
31617 Branch: perl
31618 ! perlio.c pod/perldiag.pod
31619____________________________________________________________________________
31620[ 8687] By: jhi on 2001/02/03 17:11:42
31621 Log: HP-UX thread patches from Merijn H. Brand.
31622 Branch: maint-5.6/perl
31623 ! README.hpux hints/hpux.sh
31624____________________________________________________________________________
31625[ 8686] By: jhi on 2001/02/03 16:40:12
31626 Log: Metaconfig changes for #8685.
31627 Branch: metaconfig
31628 ! U/installdirs/instubperl.U
31629 Branch: metaconfig/U/perl
31630 ! Devel.U versiononly.U
31631____________________________________________________________________________
31632[ 8685] By: jhi on 2001/02/03 16:39:49
31633 Log: For -Dusedevel builds turn off installusrbinperl and turn on
31634 versiononly, a combined idea of Richard Soderberg and Merijn
31635 H. Brand. You can still override both of these from the command
31636 line if you need to, -Dinstallusrbinperl and -Uversiononly.
31637 Branch: perl
31638 ! Configure
31639____________________________________________________________________________
31640[ 8684] By: jhi on 2001/02/03 16:16:34
31641 Log: Metaconfig unit fix for #8683.
31642 Branch: metaconfig
31643 ! U/compline/nblock_io.U
31644____________________________________________________________________________
31645[ 8683] By: jhi on 2001/02/03 16:16:12
31646 Log: Configure fix for the DYNIX/ptx F_SETFL problem,
31647 reported by Peter Prymmer for 5.6-TRIAL1.
31648 Branch: perl
31649 ! Configure
31650____________________________________________________________________________
31651[ 8682] By: jhi on 2001/02/03 05:52:11
31652 Log: IRIX hints fix from Scott Henry, get Configure -Dcc="cc -64 -mips3"
31653 to work correctly.
31654 Branch: maint-5.6/perl
31655 ! hints/irix_6.sh
31656____________________________________________________________________________
31657[ 8681] By: jhi on 2001/02/03 05:47:33
31658 Log: perlport tweaks from Peter Prymmer and Chris Nandor.
31659 Branch: maint-5.6/perl
31660 ! pod/perlport.pod
31661____________________________________________________________________________
31662[ 8680] By: jhi on 2001/02/02 21:39:49
31663 Log: perlport update from Peter Prymmer.
31664 Branch: maint-5.6/perl
31665 ! pod/perlport.pod
31666____________________________________________________________________________
31667[ 8679] By: nick on 2001/02/02 20:50:48
31668 Log: Integrate mainline
31669 Branch: perlio
31670 !> Changes Porting/makerel embed.pl embedvar.h ext/POSIX/POSIX.xs
31671 !> lib/Getopt/Long.pm patchlevel.h pod/perlfunc.pod
31672 !> pod/perlmodlib.PL pod/perlmodlib.pod pp.h sv.c t/lib/peek.t
31673____________________________________________________________________________
31674[ 8678] By: gsar on 2001/02/02 16:02:12
31675 Log: note about bincompat, slightly modified (from Lupe Christoph)
31676 Branch: maint-5.6/perl
31677 ! README.solaris
31678____________________________________________________________________________
31679[ 8677] By: jhi on 2001/02/02 15:46:20
31680 Log: Supported platforms updates.
31681 Branch: maint-5.6/perl
31682 ! pod/perlport.pod
31683____________________________________________________________________________
31684[ 8676] By: jhi on 2001/02/02 03:41:26
31685 Log: A couple more perlfaq2 tweaks.
31686 Branch: maint-5.6/perl
31687 ! pod/perlfaq2.pod
31688____________________________________________________________________________
31689[ 8675] By: jhi on 2001/02/02 03:17:44
31690 Log: Misedit in #8661.
31691 Branch: maint-5.6/perl
31692 ! Configure
31693____________________________________________________________________________
31694[ 8674] By: jhi on 2001/02/02 03:14:38
31695 Log: Damien again.
31696 Branch: maint-5.6/perl
31697 ! pod/perlfaq2.pod
31698____________________________________________________________________________
31699[ 8673] By: jhi on 2001/02/02 03:12:40
31700 Log: perlfaq update from Elaine Ashton.
31701 Branch: maint-5.6/perl
31702 ! pod/perlfaq2.pod
31703____________________________________________________________________________
31704[ 8672] By: jhi on 2001/02/02 03:07:08
31705 Log: UTF-8 s/// patch from Inaba Hiroto.
31706 Branch: maint-5.6/perl
31707 ! pp_ctl.c pp_hot.c
31708____________________________________________________________________________
31709[ 8671] By: jhi on 2001/02/01 22:34:31
31710 Log: Update Changes.
31711 Branch: perl
31712 ! Changes patchlevel.h
31713____________________________________________________________________________
4617e9a3
JH
31714[ 8670] By: jhi on 2001/02/01 22:15:29
31715 Log: Integrate changes #8641,8644,8649,8654,8662,8663,8664,8665,8667,8669
31716 from maintperl.
31717
31718 Upgrade to Getopt::Long 2.25, from Johan Vromans.
31719
31720 more files need to be writable in the source distribution
31721
31722 perl_clone() wants to clone PL_numeric_radix_sv (fix for change#8626)
31723
31724 Solaris 2.7 i386 #defines SP in /usr/include/sys/reg.h
31725
31726 Subject: Re: [PATCH perl5.6.1-TRIAL2] long C<=item>s in perlmodlib.pod
31727
31728 Allow the float to be fuzzier.
31729
31730 need to use INT2PTR instead of a straight cast or ia64 fails
31731
31732 Subject: Re: [ID 20010201.006] bad pointer from perlfunc to perlmod
31733
31734 add ppaddr as one of the compatibility symbols under -DPERL_POLLUTE
31735 Branch: perl
31736 !> Porting/makerel embed.pl embedvar.h ext/POSIX/POSIX.xs
31737 !> lib/Getopt/Long.pm pod/perlfunc.pod pod/perlmodlib.PL
31738 !> pod/perlmodlib.pod pp.h sv.c t/lib/peek.t
31739____________________________________________________________________________
31740[ 8669] By: jhi on 2001/02/01 21:57:02
31741 Log: Subject: Re: [PATCH perl5.6.1-TRIAL2] long C<=item>s in perlmodlib.pod
31742 From: Robin Barker <rmb1@cise.npl.co.uk>
31743 Date: Thu, 1 Feb 2001 16:59:05 GMT
31744 Message-Id: <200102011659.QAA01274@tempest.npl.co.uk>
31745 Branch: maint-5.6/perl
31746 ! pod/perlmodlib.PL
31747____________________________________________________________________________
31748[ 8668] By: nick on 2001/02/01 19:41:40
31749 Log: Integrate mainline
31750 Branch: perlio
31751 !> dump.c ext/Errno/Errno_pm.PL intrpvar.h mg.c perl.c perl.h
31752 !> pod/perlapi.pod pp.c pp.h pp_hot.c sv.c t/op/arith.t
31753 !> t/op/each.t utf8.c utf8.h util.c vms/test.com
31754____________________________________________________________________________
31755[ 8667] By: gsar on 2001/02/01 16:59:11
31756 Log: add ppaddr as one of the compatibility symbols under -DPERL_POLLUTE
31757 Branch: maint-5.6/perl
31758 ! embed.pl embedvar.h
31759____________________________________________________________________________
31760[ 8666] By: gsar on 2001/02/01 16:34:51
31761 Log: add missing entries to win32/config.?c
31762 Branch: maint-5.6/perl
31763 ! win32/config.bc win32/config.gc win32/config.vc
31764 ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
31765____________________________________________________________________________
31766[ 8665] By: jhi on 2001/02/01 14:58:51
31767 Log: Subject: Re: [ID 20010201.006] bad pointer from perlfunc to perlmod
31768 From: "Stephen P. Potter" <spp@spotter.yi.org>
31769 Date: Thu, 01 Feb 2001 10:45:46 -0500
31770 Message-Id: <200102011545.KAA31479@spotter.yi.org>
31771 Branch: maint-5.6/perl
31772 ! pod/perlfunc.pod
31773____________________________________________________________________________
31774[ 8664] By: gsar on 2001/02/01 14:52:37
31775 Log: need to use INT2PTR instead of a straight cast or ia64 fails
31776 posix.t (from Brendan O'Dea <bod@compusol.com.au>)
31777 Branch: maint-5.6/perl
31778 ! ext/POSIX/POSIX.xs
31779____________________________________________________________________________
31780[ 8663] By: jhi on 2001/02/01 14:09:13
31781 Log: Allow the float to be fuzzier.
31782 Branch: maint-5.6/perl
31783 ! t/lib/peek.t
31784____________________________________________________________________________
31785[ 8662] By: jhi on 2001/02/01 13:59:00
31786 Log: Subject: [PATCH perl5.6.1-TRIAL2] long C<=item>s in perlmodlib.pod
31787 From: Robin Barker <rmb1@cise.npl.co.uk>
31788 Date: Thu, 1 Feb 2001 13:05:39 GMT
31789 Message-Id: <200102011305.NAA26160@tempest.npl.co.uk>
31790 Branch: maint-5.6/perl
31791 ! pod/perlmodlib.pod
31792____________________________________________________________________________
31793[ 8661] By: jhi on 2001/02/01 13:57:38
31794 Log: Subject: [PATCH] Re: v5.6.1 trial2 is available
31795 Date: Thu, 01 Feb 2001 14:15:41 +0100
31796 From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
31797 Message-Id: <20010201141104.303F.H.M.BRAND@hccnet.nl>
31798
31799 Have the $ccflags in the gcc version test (strange, this change
31800 is claimed to be have been integrated already)
31801 Branch: maint-5.6/perl
31802 ! Configure
31803____________________________________________________________________________
31804[ 8660] By: jhi on 2001/02/01 13:44:10
31805 Log: Integrate changes #7950,7964,7962 from mainline.
31806
31807 Find the stdchar signedness using cpp, should fix some of
31808 the Solaris compiler warnings reported by Alan Burlison.
31809 Branch: maint-5.6/perl
31810 !> Configure config_h.SH
31811____________________________________________________________________________
31812[ 8659] By: jhi on 2001/02/01 05:35:32
31813 Log: Subject: [PATCH 5.6.1-TRIAL? and 5.7.?] perldoc uses unescaped backslashes in filenames
31814 From: Jan Dubois <JanD@ActiveState.com>
31815 Date: Wed, 31 Jan 2001 21:17:03 -0800
31816 Message-ID: <8qrh7t069jt32m98sap53l9dfoge0vjrle@4ax.com>
31817 Branch: maint-5.6/perl
31818 ! utils/perldoc.PL
31819____________________________________________________________________________
31820[ 8658] By: jhi on 2001/02/01 04:33:17
31821 Log: Integrate the README.os390 and README.posix-bc parts of mainline
31822 changes #8373,8486, 8544,8556. (The hints/os390.sh,Makefile.SH,
31823 installperl parts were taken care of by #8657.)
31824 Branch: maint-5.6/perl
31825 !> README.os390 README.posix-bc
31826____________________________________________________________________________
31827[ 8657] By: jhi on 2001/02/01 04:29:21
31828 Log: Subject: [PATCH: 5.6.1 trial2] DynaLoading for OS/390 build option
31829 From: Peter Prymmer <pvhp@forte.com>
31830 Date: Wed, 31 Jan 2001 18:18:11 -0800 (PST)
31831 Message-ID: <Pine.OSF.4.10.10101311815560.336633-100000@aspara.forte.com>
31832 Branch: maint-5.6/perl
31833 + ext/DynaLoader/dl_dllload.xs
31834 ! MANIFEST Makefile.SH hints/os390.sh installperl
31835____________________________________________________________________________
31836[ 8656] By: jhi on 2001/02/01 04:25:45
31837 Log: Subject: [PATCH: 5.6.1 trial2]Not OK: perl v5.6.1 +v5.6.1-TRIAL2 on os390 05.00 (UNINSTALLED)
31838 From: Peter Prymmer <pvhp@forte.com>
31839 Date: Wed, 31 Jan 2001 15:26:57 -0800 (PST)
31840 Message-ID: <Pine.OSF.4.10.10101311523101.336633-100000@aspara.forte.com>
31841 Branch: maint-5.6/perl
31842 ! lib/Math/BigInt.pm lib/bigint.pl t/lib/b.t t/pragma/sub_lval.t
31843____________________________________________________________________________
31844[ 8655] By: jhi on 2001/02/01 04:14:47
31845 Log: Subject: [ID 20010131.066] Not OK: perl v5.6.1 +v5.6.1-TRIAL2 on os2 2.40 (UNINSTALLED)
31846 From: troc@netrus.net
31847 Date: Wed, 31 Jan 2001 22:31:26 -0500
31848 Message-Id: <200102010331.WAA117.85@rocco.homenet>
31849 Branch: maint-5.6/perl
31850 ! os2/os2.c
31851____________________________________________________________________________
31852[ 8654] By: jhi on 2001/02/01 04:12:52
31853 Log: Solaris 2.7 i386 #defines SP in /usr/include/sys/reg.h
31854 as reported by Alan Burlison.
31855 Branch: maint-5.6/perl
31856 ! pp.h
31857____________________________________________________________________________
31858[ 8653] By: jhi on 2001/02/01 04:05:12
31859 Log: Subject: [ID 20010131.042] Not OK: perl v5.6.1 +v5.6.1-TRIAL2 on VMS_AXP V7.2-1
31860 From: dsugalski@northernlight.com
31861 Date: Wed, 31 Jan 2001 18:54:11 -0500
31862 Message-Id: <01013118541126@monsoon.stratus.northernlight.com>
31863 Branch: maint-5.6/perl
31864 ! configure.com
31865____________________________________________________________________________
31866[ 8652] By: jhi on 2001/02/01 04:03:11
31867 Log: Misplaced #endif.
31868
31869 Subject: [perl-5-6-1-trial2] patches for EPOC
31870 From: Olaf Flebbe <O.Flebbe@science-computing.de>
31871 Date: Wed, 31 Jan 2001 23:15:34 +0100 (CET)
31872 Message-ID: <Pine.LNX.4.02.10101312314470.5682-100000@milkyway.science-computing.de>
31873 Branch: maint-5.6/perl
31874 ! epoc/epocish.c
31875____________________________________________________________________________
31876[ 8651] By: jhi on 2001/02/01 04:00:25
31877 Log: Integrate changes #8647,8648,8650 from mainline.
31878
31879 Macrofy a magic UTF-8 test.
31880
31881 Protect PL_numeric_radix_sv with USE_NUMERIC_LOCALE.
31882
31883 Watch out for cross compiling for EPOC (usually done on linux).
31884 Branch: maint-5.6/perl
31885 !> ext/Errno/Errno_pm.PL sv.c utf8.c utf8.h
31886____________________________________________________________________________
31887[ 8650] By: jhi on 2001/02/01 03:56:20
31888 Log: Watch out for cross compiling for EPOC (usually done on linux)
31889
31890 Subject: [perl-5-6-1-trial2] patches for EPOC
31891 From: Olaf Flebbe <O.Flebbe@science-computing.de>
31892 Date: Wed, 31 Jan 2001 23:15:34 +0100 (CET)
31893 Message-ID: <Pine.LNX.4.02.10101312314470.5682-100000@milkyway.science-computing.de>
31894 Branch: perl
31895 ! ext/Errno/Errno_pm.PL
31896____________________________________________________________________________
31897[ 8649] By: gsar on 2001/02/01 00:46:00
31898 Log: perl_clone() wants to clone PL_numeric_radix_sv (fix for change#8626)
31899 Branch: maint-5.6/perl
31900 ! sv.c
31901____________________________________________________________________________
31902[ 8648] By: jhi on 2001/01/31 23:35:36
31903 Log: All the uses of PL_numeric_radix must be protected by
31904 USE_LOCALE_NUMERIC, noticed by Olaf Flebbe in
31905
31906 Subject: [perl-5-6-1-trial2] patches for EPOC
31907 From: Olaf Flebbe <O.Flebbe@science-computing.de>
31908 Date: Wed, 31 Jan 2001 23:15:34 +0100 (CET)
31909 Message-ID: <Pine.LNX.4.02.10101312314470.5682-100000@milkyway.science-computing.de>
31910 Branch: perl
31911 ! sv.c
31912____________________________________________________________________________
31913[ 8647] By: jhi on 2001/01/31 22:56:16
31914 Log: Macrofy a magic UTF-8 test.
31915 Branch: perl
31916 ! utf8.c utf8.h
31917____________________________________________________________________________
31918[ 8646] By: gsar on 2001/01/31 15:55:12
31919 Log: update Changes
31920 Branch: maint-5.6/perl
31921 ! Changes
31922____________________________________________________________________________
31923[ 8645] By: gsar on 2001/01/31 15:10:14
31924 Log: Configure tweak suggested by Peter Prymmer
31925 Branch: maint-5.6/perl
31926 ! Configure
31927____________________________________________________________________________
31928[ 8644] By: gsar on 2001/01/31 15:06:32
31929 Log: more files need to be writable in the source distribution
31930 Branch: maint-5.6/perl
31931 ! Porting/makerel
31932____________________________________________________________________________
31933[ 8643] By: jhi on 2001/01/31 14:59:46
31934 Log: Integrate changes #8258,8278,8279 from mainline.
31935
31936 Make the large file tests more robust/talkative.
31937 Branch: maint-5.6/perl
31938 !> t/lib/syslfs.t t/op/lfs.t
31939____________________________________________________________________________
31940[ 8642] By: gsar on 2001/01/31 14:53:48
31941 Log: integrate changes#8311,8334 from mainline
31942
31943 Add a new MakeMaker variable PM_FILTER that defines a Unix
31944 filter to be run on each .pm during the pm_to_blib() phase,
31945 a fixed version of
31946 Subject: PATCH (blead 8269) ExtUtils::MakeMaker
31947
31948 Subject: PATCH 5.6.1 & blead 8327 -- workaround for t/io/fs.t
31949 Apparently, the glibc2.2 + linux 2.4.0 + NFS combination prevent
31950 accurate reading of the "atime".
31951 Branch: maint-5.6/perl
31952 !> lib/ExtUtils/Install.pm lib/ExtUtils/MM_Unix.pm
31953 !> lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MM_Win32.pm
31954 !> lib/ExtUtils/MakeMaker.pm t/io/fs.t
31955____________________________________________________________________________
31956[ 8641] By: jhi on 2001/01/31 14:46:37
31957 Log: Upgrade to Getopt::Long 2.25, from Johan Vromans.
31958 Branch: maint-5.6/perl
31959 ! lib/Getopt/Long.pm
31960____________________________________________________________________________
31961[ 8640] By: gsar on 2001/01/31 14:40:24
31962 Log: make regen_all
31963 Branch: maint-5.6/perl
31964 ! patchlevel.h pod/perlmodlib.pod pod/perltoc.pod
31965____________________________________________________________________________
31966[ 8639] By: gsar on 2001/01/31 14:37:25
31967 Log: refresh windows config files
31968 Branch: maint-5.6/perl
31969 ! win32/Makefile win32/config_H.bc win32/config_H.gc
31970 ! win32/config_H.vc win32/makefile.mk
31971____________________________________________________________________________
31972[ 8638] By: gsar on 2001/01/31 14:28:10
31973 Log: makefile tweaks for windows: introduce a bulk-switch to enable
31974 same options as ActivePerl; sync changes with makefile.mk
31975 Branch: maint-5.6/perl
31976 ! win32/Makefile win32/makefile.mk
31977____________________________________________________________________________
31978[ 8637] By: jhi on 2001/01/31 04:41:30
31979 Log: Subject: [PATCH] Re: [PATCH] Re: [ID 20010105.023] numeric problems in IRIX
31980 From: Nicholas Clark <nick@ccl4.org>
31981 Date: Tue, 30 Jan 2001 19:51:05 +0000
31982 Message-ID: <20010130195105.R76607@plum.flirble.org>
31983
31984 op/inc cure.
31985 Branch: perl
31986 ! pp.c pp.h pp_hot.c t/op/arith.t
31987____________________________________________________________________________
31988[ 8636] By: jhi on 2001/01/31 02:38:32
31989 Log: Integrate changes #7884,8122,8155,8197,8213[just to /nolog part,
31990 no perlio],8257,8380,8479,8515 from mainline.
31991
31992 Subject: [PATCH perl@7795 (and earlier)] VMS test cleanup
31993
31994 Subject: Re: [ID 20001214.011] Unreachable value in a search list logical name
31995 Subject: [PATCH perl@8133] fix-up for VMS extensions
31996
31997 In VMS embedded perls couldn't access the statically built Socket.
31998
31999 Subject: [patch: perl@8211]VMS: add -Duseperlio capacity to configure.com (8213)
32000
32001 Further VMS piping fixes from Charles Lane.
32002
32003 Subject: [PATCH] make t/op/misc.t work on VMS
32004
32005 Add tracing for debugging extensions builds in VMS.
32006
32007 Subject: [PATCH perl@8506] typo in last week's configure.com frenzy
32008 Branch: maint-5.6/perl
32009 !> configure.com doio.c t/op/misc.t vms/descrip_mms.template
32010 !> vms/ext/DCLsym/Makefile.PL vms/ext/Stdio/Makefile.PL
32011 !> vms/test.com vms/vms.c vms/vmsish.h vms/vmspipe.com
32012____________________________________________________________________________
32013[ 8635] By: jhi on 2001/01/31 01:46:41
32014 Log: Integrate change #7732 from mainline.
32015
32016 Sparc 64-bit pack() fix from Jens Hamisch.
32017 Branch: maint-5.6/perl
32018 !> pp.c
32019____________________________________________________________________________
32020[ 8634] By: jhi on 2001/01/31 01:41:16
32021 Log: One spot missing from #8626.
32022 Branch: maint-5.6/perl
32023 ! sv.c
32024____________________________________________________________________________
32025[ 8633] By: jhi on 2001/01/31 00:49:17
32026 Log: Integrate change #7495 from mainline.
32027
32028 Subject: [PATCH: perl@7483] generalize AIX ccversion hack for re extension
32029 Branch: maint-5.6/perl
32030 !> MANIFEST ext/re/Makefile.PL
32031____________________________________________________________________________
32032[ 8632] By: jhi on 2001/01/30 23:38:49
32033 Log: Integrate change #8396 from mainline.
32034
32035 Subject: [PATCH] add SO_REUSEPORT to export list in Socket.pm for
32036 better multicast support (resend)
32037 Branch: maint-5.6/perl
32038 !> ext/Socket/Socket.pm
32039____________________________________________________________________________
32040[ 8631] By: jhi on 2001/01/30 23:28:03
32041 Log: Integrate changes #7514,7813,8113,8144,8397,8398,8490 from mainline.
32042
32043 More AIX lore. (7514, ext/re/hints/aix.pl)
32044
32045 Subject: Re: [PATCH bleadperl] Re: Not OK: perl5.7.0 +DEVEL7706 +Duseperlio on AIX4.[23]
32046
32047 Subject: Re: [PATCH bleadperl] Re: Not OK: perl5.7.0 +DEVEL7706 +Duseperlio on AIX4.[23] (7813, strictly speaking not yet necessary, but harmless and goes well with #8490)
32048
32049 Subject: [ID 20001214.002] Net::Ping patch
32050
32051 Subject: [patch perl@8133] Typo in my Net::Ping doc patch :(
32052
32053 Subject: [PATCH] add ReusePort option to IO::Socket::INET for better multicast support (resend)
32054
32055 Add ReuseAddr as a (preferred) alias for Reuse as we now
32056 also have ReusePort.
32057
32058 Subject: [PATCH: perl@8482] minor typos in some dl_$foo.xs files
32059 Branch: maint-5.6/perl
32060 +> ext/re/hints/aix.pl
32061 !> ext/DynaLoader/dl_aix.xs ext/DynaLoader/dl_dlopen.xs
32062 !> ext/IO/lib/IO/Socket/INET.pm lib/Net/Ping.pm
32063____________________________________________________________________________
32064[ 8630] By: jhi on 2001/01/30 23:03:59
32065 Log: Integrate changes #8215,8587 from mainline: missing pod nits.
32066
32067 read() documentation tweak for 20001121.004.
32068
32069 Subject: [ID 20010128.003] [PATCH] perlre.pod buglet
32070 Branch: maint-5.6/perl
32071 !> pod/perlfunc.pod pod/perlre.pod
32072____________________________________________________________________________
32073[ 8629] By: jhi on 2001/01/30 22:41:57
32074 Log: Integrate change #8098 from mainline.
32075
32076 fastgetcwd is defined using a glob alias on a $^O dependent basis
32077 and there was no default assignment or perl subroutine.
32078 Branch: maint-5.6/perl
32079 !> lib/Cwd.pm
32080____________________________________________________________________________
32081[ 8628] By: jhi on 2001/01/30 21:58:52
32082 Log: Integrate change #7866 from mainline.
32083
32084 File::Temp 0.11.
32085 Branch: maint-5.6/perl
32086 !> lib/File/Temp.pm t/lib/ftmp-tempfile.t
32087____________________________________________________________________________
32088[ 8627] By: jhi on 2001/01/30 21:39:44
32089 Log: Integrate changes #8075,8086,8228 from mainline.
32090
32091 Darwin is not Windows. (8075,8086)
32092
32093 Subject: [PATCH 5.6.1-TRIAL1 and @8223]; was Re: Perlbug 20000322.006 status +update
32094 Branch: maint-5.6/perl
32095 !> lib/CGI.pm lib/Pod/Select.pm lib/Text/ParseWords.pm
32096 !> pod/perl.pod pod/perl5004delta.pod pod/perl5005delta.pod
32097 !> pod/perldiag.pod pod/perlembed.pod pod/perlfaq4.pod
32098 !> pod/perllocale.pod pod/perlmodlib.pod pod/perlretut.pod
32099____________________________________________________________________________
32100[ 8626] By: jhi on 2001/01/30 21:22:11
32101 Log: Integrate with tweakery the change #8625 from mainline,
32102 the multibyte decimal separator fix ("fa_IR locale failure").
32103 Branch: maint-5.6/perl
32104 ! embedvar.h perlapi.h
32105 !> intrpvar.h perl.c perl.h sv.c util.c
32106____________________________________________________________________________
32107[ 8625] By: jhi on 2001/01/30 20:26:33
32108 Log: Fix for the fa_IR locale failure. The reason for the failure
32109 was that Perl was assuming the decimal separator aka the radix
32110 separator is one character. The Farsi-Iranian locale crushed
32111 that bad assumption since there the separator is 'Momayyez',
32112 glyphwise looking somewhat like a slash, and in Unicode UTF-8
32113 encoded in two bytes, 0xd9 0xab.
32114 Branch: perl
32115 ! intrpvar.h perl.c perl.h sv.c util.c
32116____________________________________________________________________________
32117[ 8624] By: gsar on 2001/01/30 20:17:03
32118 Log: regen_headers
32119 Branch: maint-5.6/perl
32120 ! Makefile.SH pod/perlintern.pod
32121____________________________________________________________________________
32122[ 8623] By: gsar on 2001/01/30 19:42:34
32123 Log: backout change#7431 and its dependents (causes spurious rebuilds
32124 of autogenerated files)
32125
32126 fix benign b.t failure
32127 Branch: maint-5.6/perl
32128 ! Makefile.SH t/lib/b.t
32129____________________________________________________________________________
32130[ 8622] By: jhi on 2001/01/30 19:41:41
32131 Log: Microperl sync.
32132 Branch: perl
32133 ! mg.c perl.h
32134____________________________________________________________________________
32135[ 8621] By: gsar on 2001/01/30 19:24:47
32136 Log: integrate changes#8259,8442,8444,8445,8448,8449,8451,8455
32137 from mainline
32138
32139 Subject: podlators 1.06 released
32140
32141 Subject: [PATCH @8436] Eliminate op_children
32142
32143 (Replaced by #8448) Traces of op_children (cleanup of #8442)
32144
32145 (Replaced by #8448) More op_children traces (cleanup of #8442).
32146
32147 Subject: [PATCH #3 @8436] Re: Eliminate op_children
32148 Replace #8444 and #8445.
32149
32150 Under 5.005 threads and debugging crashed in Debian 2.2 Linux/x86
32151 at the setting of the ofs_sv in new_struct_thread() as the
32152 thr->Tofs_sv (PL_ofs_sv) was still 0xabab.... (this is what
32153 uninitialized fields are, uh, initialized with),
32154 SvREFCNT_inc()ing that invited a core dump.
32155
32156 podlators 1.07, from Russ Allbery.
32157
32158 Subject: [PATCH] regcomp.c old feature removal
32159 From: mjd@plover.com
32160 Date: 16 Jan 2001 14:43:18 -0000
32161 Message-ID: <20010116144318.7140.qmail@plover.com>
32162 Branch: maint-5.6/perl
32163 +> lib/Pod/Text/Overstrike.pm
32164 !> MANIFEST bytecode.pl ext/B/B.xs ext/B/B/Asmdata.pm
32165 !> ext/B/B/Bytecode.pm ext/B/B/C.pm ext/B/B/Concise.pm
32166 !> ext/B/B/Debug.pm ext/ByteLoader/byterun.c
32167 !> ext/ByteLoader/byterun.h lib/Pod/Man.pm lib/Pod/Text/Color.pm
32168 !> lib/Pod/Text/Termcap.pm op.c op.h pod/pod2text.PL regcomp.c
32169 !> util.c
32170____________________________________________________________________________
32171[ 8620] By: gsar on 2001/01/30 18:48:32
32172 Log: integrate changes#8243,8254,8255,8313,8314,8363,8383,8390,8416,
32173 8417,8418,8419,8424,8427,8430,8441,8563 from mainline (TODO: b.t
32174 now fails one test)
32175
32176 Subject: [PATCH] lvalue AUTOLOAD. No, really.
32177
32178 Subject: [PATCH] Interesting syntax idea
32179 Make opens + bareword assigns do typeglob assigns.
32180
32181 Tests for #8254.
32182
32183 Subject: [PATCH @8269] Continue blocks and B::Deparse
32184 Make the peephole optimizer to bypass more null ops and
32185 and rewrite the deparse handling of continue blocks.
32186
32187 Subject: Re: [PATCH @8269] Continue blocks and B::Deparse
32188 Doc tweak on #8313.
32189
32190 Subject: [PATCH @8344] Fix spurious GVSV OPpOUR_INTRO
32191
32192 Subject: [PATCH @8382] Remove FileHandle/IO dependence in t/io/openpid.t
32193
32194 Subject: [PATCH perl@8269] Opcode.XS, fix memory leak
32195
32196 Subject: RE: [PATCH] [ID 20001223.002] lvalues in list context
32197 Replace 10000 with RETVAL_MAX, and compute RETVAL_MAX
32198 according to the platform.
32199
32200 Subject: [PATCH @8404] Consolidated lvalue sub changes
32201
32202 Subject: Re: [PATCH] [ID 20001223.002] lvalues in list context
32203
32204 Rename RETVAL_MAX to RETURN_UNLIMITED_NUMBER.
32205
32206 Subject: B::Concise -- an improved replacement for B::Terse
32207
32208 The B::Terse drop-in replacement wasn't quite drop-in.
32209
32210 The LVRET macro needed an aTHX.
32211
32212 Use the /^Perl_/-less form of is_lvalue_sub().
32213
32214 Subject: [PATCH @8545] [ID 20000808.005] OP_REFGEN as an lvalue
32215 Branch: maint-5.6/perl
32216 +> ext/B/B/Concise.pm
32217 !> (integrate 27 files)
32218____________________________________________________________________________
32219[ 8619] By: nick on 2001/01/30 18:40:28
32220 Log: Integrate mainline
32221 Branch: perlio
32222 !> (integrate 40 files)
32223____________________________________________________________________________
32224[ 8618] By: jhi on 2001/01/30 18:37:18
32225 Log: Subject: [PATCH perl@8585] protect VMS test harness from chdir switcheroo
32226 Date: Mon, 29 Jan 2001 22:51:29 -0600
32227 From: "Craig A. Berry" <craigberry@mac.com>
32228 Message-Id: <p04330101b69bef0ebab4@[172.16.52.1]>
32229 Branch: perl
32230 ! vms/test.com
32231____________________________________________________________________________
32232[ 8617] By: jhi on 2001/01/30 18:34:53
32233 Log: Subject: [PATCH] Add missing CV flags to dump.c
32234 From: Tim Jenness <t.jenness@jach.hawaii.edu>
32235 Date: Mon, 29 Jan 2001 21:48:55 -1000 (HST)
32236 Message-ID: <Pine.LNX.4.30.0101292144280.14179-100000@lapaki.jach.hawaii.edu>
32237 Branch: perl
32238 ! dump.c
32239____________________________________________________________________________
32240[ 8616] By: jhi on 2001/01/30 18:20:58
32241 Log: Integrate partly the change #8615 from mainline, the t/op/each.t
32242 part isn't applicable to maintperl.
32243
32244 UTF-8 nit from Inaba Hiroto.
32245 Branch: maint-5.6/perl
32246 !> pod/perlapi.pod utf8.c
32247____________________________________________________________________________
32248[ 8615] By: jhi on 2001/01/30 18:18:51
32249 Log: UTF-8 nit from Inaba Hiroto.
32250 Branch: perl
32251 ! pod/perlapi.pod t/op/each.t utf8.c
32252____________________________________________________________________________
32253[ 8614] By: jhi on 2001/01/30 18:13:38
32254 Log: Integrate changes #8608,8609,8610,8611,8612,8613 from maintperl.
32255
32256 perl's internal variables are not for public consumption,
32257 move their docs from perlapi.pod to perlintern.pod
32258
32259 support for -Dusethreads build under HP-UX 10.20 and DCE threads
32260 library (11.0 and later have pthreads but 10.x don't)
32261
32262 avoid uninitialized value warnings
32263
32264 canonicalize paths when doing chdir() on windows (or Cwd::getcwd()
32265 gets weird results)
32266
32267 perldoc nit on windows
32268
32269 make it possible to run the tests outside the source tree
32270 (there's still a dependency on ../lib being the library
32271 location)
32272 Branch: perl
32273 !> hints/hpux.sh intrpvar.h perlapi.c pod/perlapi.pod
32274 !> pod/perlintern.pod t/base/term.t t/io/tell.t t/lib/dprof/V.pm
32275 !> t/op/flip.t thrdvar.h thread.h utils/perldoc.PL
32276 !> win32/bin/search.pl win32/vdir.h
32277____________________________________________________________________________
32278[ 8613] By: gsar on 2001/01/30 16:39:59
32279 Log: make it possible to run the tests outside the source tree
32280 (there's still a dependency on ../lib being the library
32281 location)
32282 Branch: maint-5.6/perl
32283 ! t/base/term.t t/io/tell.t t/lib/dprof/V.pm t/op/flip.t
32284____________________________________________________________________________
32285[ 8612] By: gsar on 2001/01/30 16:31:12
32286 Log: perldoc nit on windows
32287 Branch: maint-5.6/perl
32288 ! utils/perldoc.PL
32289____________________________________________________________________________
32290[ 8611] By: gsar on 2001/01/30 16:22:54
32291 Log: canonicalize paths when doing chdir() on windows (or Cwd::getcwd()
32292 gets weird results)
32293 Branch: maint-5.6/perl
32294 ! win32/vdir.h
32295____________________________________________________________________________
32296[ 8610] By: gsar on 2001/01/30 16:12:45
32297 Log: avoid uninitialized value warnings
32298 Branch: maint-5.6/perl
32299 ! win32/bin/search.pl
32300____________________________________________________________________________
32301[ 8609] By: gsar on 2001/01/30 16:08:01
32302 Log: support for -Dusethreads build under HP-UX 10.20 and DCE threads
32303 library (11.0 and later have pthreads but 10.x don't)
32304 Branch: maint-5.6/perl
32305 ! hints/hpux.sh thread.h
32306____________________________________________________________________________
32307[ 8608] By: gsar on 2001/01/30 15:48:55
32308 Log: perl's internal variables are not for public consumption,
32309 move their docs from perlapi.pod to perlintern.pod
32310 Branch: maint-5.6/perl
32311 ! intrpvar.h perlapi.c pod/perlapi.pod pod/perlintern.pod
32312 ! thrdvar.h
32313____________________________________________________________________________
32314[ 8607] By: gsar on 2001/01/30 15:44:27
32315 Log: mistakenly branched perl56delta.pod, revert
32316 Branch: maint-5.6/perl
32317 - pod/perl56delta.pod
32318 !> pod/perldelta.pod
32319____________________________________________________________________________
32320[ 8606] By: gsar on 2001/01/30 14:20:24
32321 Log: integrate changes#7984,7987,8010 from mainline (gets rid of
32322 dTHR which has been a noop for a while now, except for the
32323 compatibility definition in thread.h)
32324 Branch: maint-5.6/perl
32325 !> (integrate 45 files)
32326____________________________________________________________________________
32327[ 8605] By: jhi on 2001/01/30 05:43:58
32328 Log: Mark the UTF-8 APIs as experimental.
32329 Branch: maint-5.6/perl
32330 ! embed.pl pod/perlapi.pod
32331____________________________________________________________________________
32332[ 8604] By: jhi on 2001/01/30 05:38:40
32333 Log: Nits from earlier integrates.
32334 Branch: maint-5.6/perl
32335 ! lib/Carp/Heavy.pm
32336 !> sv.c
32337____________________________________________________________________________
32338[ 8603] By: jhi on 2001/01/30 05:27:26
32339 Log: Regenerate Porting files.
32340 Branch: maint-5.6/perl
32341 ! Porting/Glossary Porting/config.sh Porting/config_H
32342____________________________________________________________________________
32343[ 8602] By: jhi on 2001/01/30 05:14:59
32344 Log: Integrate changes #7891,8034,8078,8110,8111,8112,8277,8291,
32345 8310,8339,8447,8492,8493,8505,8525: documentation changes.
32346
32347 Subject: Re: perlfaq style changes
32348
32349 Subject: DOC PATCH 5.6.0: -s return value incompletely documented
32350
32351 Subject: [PATCH] docs on NaN
32352
32353 Subject: [patch] perlfaq7
32354
32355 Subject: [ID 20001214.003] [PATCH bleadperl] POSIX::tmpnam() is dangerous
32356
32357 Subject: [PATCH] Re: [ID 20001013.006] XS subs are not define()ed
32358
32359 Subject: [PATCH] open() example in perlfunc.pod
32360
32361 Podify README.mpeix (a new version from the web)
32362
32363 Subject: [PATCH 5.[67].1]; as Re: [PATCH 5.6.1-TRIAL1 and @8223]; was Re: Perlbug 20000322.006 status update
32364
32365 Subject: [PATCH] format and rewording in perlfaq.pod
32366
32367 Subject: [PATCH] API Variable documentation
32368
32369 Memory management calls documentation.
32370
32371 Subject: [PATCH: perl@8482] README.vms URL updates
32372
32373 Subject: Minor typos in perlfaq2.pod
32374
32375 Subject: [PATCH] pod/perlvar.pod
32376 Branch: maint-5.6/perl
32377 +> pod/perl56delta.pod
32378 ! pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
32379 !> README.amiga README.epoc README.mpeix README.vms
32380 !> ext/POSIX/POSIX.pod lib/CPAN.pm lib/Carp/Heavy.pm
32381 !> lib/Win32.pod pod/perlapi.pod pod/perlfaq.pod pod/perlfaq1.pod
32382 !> pod/perlfaq2.pod pod/perlfaq6.pod pod/perlfaq7.pod
32383 !> pod/perlfunc.pod pod/perlop.pod pod/perlrequick.pod
32384 !> pod/perlvar.pod thrdvar.h
32385____________________________________________________________________________
32386[ 8601] By: jhi on 2001/01/30 04:38:35
32387 Log: Integrate changes #8036,8096,8253 from mainline:
32388 hints changes.
32389
32390 Subject: [ID 20001207.004] [PATCH 5.6.0 and 5.7.x] add NCR MP-RAS support
32391 Subject: [8095] HP-UX 11.00 / cc / 64bitint & 64bitall / perlio
32392
32393 Output the (apparent) version of gcc in Tru64.
32394 Branch: maint-5.6/perl
32395 +> ext/POSIX/hints/svr4.pl
32396 !> MANIFEST ext/POSIX/Makefile.PL hints/dec_osf.sh hints/hpux.sh
32397 !> hints/svr4.sh t/lib/bigfltpm.t
32398____________________________________________________________________________
32399[ 8600] By: jhi on 2001/01/30 04:04:01
32400 Log: Integrate changes #7863,7868,7875,7876,7888,8384,8480 from mainline:
32401 locale fixes.
32402
32403 sprintf() does not taint since print() does not. (7863,7875,7876,7888)
32404
32405 Debian allows /usr/bin/locale to exist without any locales. (7868)
32406
32407 Allow the locale test needing POSIX and the taint test
32408 needing IPC::SysV to run under 'minitest' (basically,
32409 bail out if loading the extension fails). (8384)
32410
32411 Cleanup the locale.t output (8480)
32412 Branch: maint-5.6/perl
32413 !> pod/perllocale.pod sv.c t/op/misc.t t/op/taint.t
32414 !> t/pragma/locale.t
32415____________________________________________________________________________
32416[ 8599] By: jhi on 2001/01/30 03:51:04
32417 Log: Missing generated files from #8598.
32418 Branch: maint-5.6/perl
32419 ! embed.h global.sym objXSUB.h perlapi.c proto.h
32420____________________________________________________________________________
32421[ 8598] By: jhi on 2001/01/30 03:41:54
32422 Log: Integrate change #8555 from mainline, manually integrate parts
32423 of changes 8452 and 8583.
32424
32425 Subject: [PATCH] utf8.c documentation (8452)
32426
32427 No point in checking the length if the pointer is bogus. (8555)
32428
32429 Introduce bytes_from_utf8() and implement sv_eq() using it,
32430 tr/// did not handle UTF-8 ranges, \ before a raw UTF-8 character
32431 produced "Malformed UTF-8 character" warning, "\x{100}\N{CENT SIGN}"
32432 was malformed. (8583)
32433 Branch: maint-5.6/perl
32434 ! embed.pl t/lib/charnames.t t/op/tr.t toke.c
32435 !> pod/perlapi.pod sv.c utf8.c
32436____________________________________________________________________________
32437[ 8597] By: gsar on 2001/01/30 02:37:26
32438 Log: get PERL_OBJECT build going again on windows
32439 Branch: maint-5.6/perl
32440 ! embed.h embed.pl global.sym objXSUB.h perlapi.c
32441 ! pod/perlapi.pod proto.h sv.c
32442____________________________________________________________________________
32443[ 8596] By: jhi on 2001/01/30 02:16:17
32444 Log: Signedness nit.
32445 Branch: perl
32446 ! sv.c
32447____________________________________________________________________________
32448[ 8595] By: jhi on 2001/01/30 02:11:07
32449 Log: EBCDIC patch for Storable, from Peter Prymmer.
32450 Branch: perl
32451 ! t/lib/st-06compat.t
32452____________________________________________________________________________
32453[ 8594] By: jhi on 2001/01/30 01:04:48
32454 Log: Subject: [PATCH: perl@8585] yet another tweak to lib/b.t for EBCDIC
32455 From: Peter Prymmer <pvhp@forte.com>
32456 Date: Mon, 29 Jan 2001 16:51:38 -0800 (PST)
32457 Message-ID: <Pine.OSF.4.10.10101291646320.230748-100000@aspara.forte.com>
32458 Branch: perl
32459 ! t/lib/b.t
32460____________________________________________________________________________
32461[ 8593] By: jhi on 2001/01/30 00:56:47
32462 Log: Subject: [PATCH: perl@8585] pod problems in io
32463 From: Peter Prymmer <pvhp@forte.com>
32464 Date: Mon, 29 Jan 2001 16:46:25 -0800 (PST)
32465 Message-ID: <Pine.OSF.4.10.10101291636420.230748-100000@aspara.forte.com>
32466 Branch: perl
32467 ! pod/perlapio.pod pod/perliol.pod
32468____________________________________________________________________________
32469[ 8592] By: jhi on 2001/01/30 00:48:20
32470 Log: Integrate perlio.
32471 Branch: perl
32472 !> pod/perlapio.pod pod/perliol.pod
32473____________________________________________________________________________
32474[ 8591] By: nick on 2001/01/29 22:02:28
32475 Log: GNU 'merge' Simon's copy of perliol.pod with version
32476 patched by Craig's patch.
32477 Branch: perlio
32478 ! pod/perliol.pod
32479____________________________________________________________________________
32480[ 8590] By: nick on 2001/01/29 21:55:10
32481 Log: PerlIO doc tweaks from Craig A. Berry <craig.berry@psinetcs.com>
32482 Branch: perlio
32483 ! pod/perlapio.pod pod/perliol.pod
32484____________________________________________________________________________
32485[ 8589] By: jhi on 2001/01/29 15:35:33
32486 Log: Integrate change #8586 from maint-5.6/perl.
32487
32488 make the BOM detection code not call tell() until it has to
32489 (meant to fix esoteric compatibility issues where PL_rsfp
32490 is overridden)
32491 Branch: perl
32492 !> toke.c
32493____________________________________________________________________________
32494[ 8588] By: jhi on 2001/01/29 15:29:11
32495 Log: Subject: MAking Solaris malloc() the default
32496 From: Lupe Christoph <lupe@lupe-christoph.de>
32497 Date: Mon, 29 Jan 2001 12:59:36 +0100
32498 Message-ID: <20010129125936.Z4830@alanya.lupe-christoph.de>
32499
32500 The README.solaris part slightly tweaked.
32501 Branch: perl
32502 ! README.solaris hints/solaris_2.sh
32503____________________________________________________________________________
32504[ 8587] By: jhi on 2001/01/29 15:17:34
32505 Log: Subject: [ID 20010128.003] [PATCH] perlre.pod \b buglet
32506 From: root@ak-75.mind.de
32507 Date: Sun, 28 Jan 2001 20:32:29 +0100
32508 Message-Id: <200101281932.UAA15768@ak-75.mind.de>
32509 Branch: perl
32510 ! pod/perlre.pod
32511____________________________________________________________________________
32512[ 8586] By: gsar on 2001/01/29 13:43:44
32513 Log: make the BOM detection code not call tell() until it has to
32514 (meant to fix esoteric compatibility issues where PL_rsfp
32515 is overridden)
32516 Branch: maint-5.6/perl
32517 ! toke.c
32518____________________________________________________________________________
32519[ 8585] By: jhi on 2001/01/28 20:05:45
32520 Log: Update Changes.
32521 Branch: perl
32522 ! Changes patchlevel.h
32523____________________________________________________________________________
2129b68a
JH
32524[ 8584] By: jhi on 2001/01/28 19:30:02
32525 Log: Integrate perlio.
32526 Branch: perl
32527 +> pod/perliol.pod
32528 !> MANIFEST pod/perlapio.pod
32529____________________________________________________________________________
32530[ 8583] By: jhi on 2001/01/28 19:28:40
32531 Log: Patch from Inaba Hiroto:
32532 - canonical UTF-8 hash keys: if a key string for a hash is
32533 UTF8-on, try downgrade the string and use it if
32534 unicode::distinct is not in effect.
32535 For the task, I added a function bytes_from_utf8() to utf8.c.
32536 It might resemble utf8_to_bytes() but it is not convenient
32537 to the task.
32538 Made a test for it and added to t/op/each.t
32539 - Changed do_print in doio.c to apply sv_utf8_(downgrade|upgrade) to
32540 the mortal copy of the argument SV.
32541 And changed t/io/utf8.t test 18 which expects print() to
32542 upgrade its argument.
32543 - re-implement sv_eq with bytes_from_utf8()
32544 - some bug fixes
32545 - tr/// does not handle UTF8 range (\x{}-\x{})
32546 - \ before raw UTF8 character produced
32547 "Malformed UTF-8 character" warning.
32548 - "\x{100}\N{CENT SIGN}" is Malformed.
32549 Added tests for these 3.
32550 - and one silly bug (by me) with qu operator.
32551 Branch: perl
32552 ! doio.c embed.h embed.pl global.sym hv.c objXSUB.h perlapi.c
32553 ! pod/perlapi.pod proto.h sv.c t/io/utf8.t t/lib/charnames.t
32554 ! t/op/each.t t/op/tr.t t/pragma/utf8.t toke.c utf8.c
32555____________________________________________________________________________
32556[ 8582] By: nick on 2001/01/28 19:25:04
32557 Log: Add pod/perliol.pod to MANIFEST :-(
32558 Branch: perlio
32559 ! MANIFEST
32560____________________________________________________________________________
32561[ 8581] By: nick on 2001/01/28 19:22:40
32562 Log: PerlIO documentation. Proofing and sub-editing requested.
32563 Branch: perlio
32564 + pod/perliol.pod
32565 ! pod/perlapio.pod
32566____________________________________________________________________________
32567[ 8580] By: jhi on 2001/01/28 05:16:25
32568 Log: Revert the change to sv_2pv() done by #8054: Someone who
32569 did SvNV_set() on a scalar that also happened to be POK,
32570 followed by sv_2pv() won't get the right coercion anymore.
32571 [Sarathy]
32572 Branch: maint-5.6/perl
32573 ! sv.c
32574____________________________________________________________________________
32575[ 8579] By: jhi on 2001/01/28 05:15:04
32576 Log: Remove the #8084 effect: do not allow -Q to be interpreted
32577 as -&Q(), this is too much wiggle room.
32578 Branch: maint-5.6/perl
32579 ! toke.c
32580____________________________________________________________________________
32581[ 8578] By: jhi on 2001/01/28 05:12:45
32582 Log: Needed bits of #8439 (should have been in #8576),
32583 mainly for lval substr().
32584 Branch: maint-5.6/perl
32585 ! mg.c pp.c pp_hot.c
32586____________________________________________________________________________
32587[ 8577] By: jhi on 2001/01/28 05:02:46
32588 Log: A missing check-in.
32589 Branch: maint-5.6/perl
32590 ! utf8.c
32591____________________________________________________________________________
32592[ 8576] By: jhi on 2001/01/28 04:26:18
32593 Log: Integrate changes #8425,8436,8439,8517 from mainline.
32594 The 8439 was not truly integrated because it had too many
32595 dependencies on the development branch and because it introduced
32596 concepts too bold for a maintenance branch (such as the qu operator).
32597
32598 Subject: [PATCH perl@8342] -Wformat
32599
32600 Tighten some of the UTF-8 tests a bit.
32601
32602 More UTF-8 patches from Inaba Hiroto. (8439, but only partly)
32603 - The substr lval was still not okay.
32604 - Now pp_stringify and sv_setsv copies source's UTF8 flag
32605 even if IN_BYTE. pp_stringify is called from fold_constants
32606 at optimization phase and "\x{100}" was made SvUTF8_off under
32607 use bytes (the bytes pragma is for "byte semantics" and not
32608 for "do not produce UTF8 data")
32609 Branch: maint-5.6/perl
32610 ! t/lib/charnames.t t/op/substr.t toke.c
32611 !> sv.c t/pragma/utf8.t
32612____________________________________________________________________________
32613[ 8575] By: jhi on 2001/01/28 04:01:51
32614 Log: Integrate changes #8378,8379,8385,8386,8405 from mainline.
32615
32616 Subject: One more patch for UTF8 (UTF-8 fixes for 'x' and tr////)
32617
32618 Subject: [ID 20001230.003] UTF-8 tr still hurts
32619
32620 Test cases for #8385 (from Simon's "torture.pl")
32621
32622 Start fixing UTF-8 lval substr() (8405)
32623 Branch: maint-5.6/perl
32624 !> doop.c embed.h embed.pl mg.c op.c pod/perlapi.pod pp.c proto.h
32625 !> regcomp.c regexec.c t/op/substr.t t/op/tr.t toke.c utf8.c
32626____________________________________________________________________________
32627[ 8574] By: jhi on 2001/01/28 03:09:06
32628 Log: Integrate changes #8328,8329,8330,8331,8332,8341,8343,8377
32629 from mainline.
32630
32631 UTF-8 cleanup.
32632
32633 Subject: [PATCH perl@8327] strings with \x{..} in the middle are corrupted
32634
32635 "\x{FF}\xFF" was broken.
32636
32637 Tests for #8329 and #8330.
32638
32639 Add a note about EBCDIC versus UTF-8 to a potential problem spot.
32640
32641 IRIX compiler noticed that the bof initialization might be
32642 bypassed by control flow.
32643
32644 Make explicit our assumption that (for now) "\x{80}" produces UTF-8.
32645 Branch: maint-5.6/perl
32646 !> doop.c op.c pp.c pp_ctl.c pp_hot.c pp_sys.c regcomp.c
32647 !> regexec.c sv.c t/op/bop.t toke.c utf8.c
32648____________________________________________________________________________
32649[ 8573] By: jhi on 2001/01/28 02:06:12
32650 Log: Retract #8552.
32651 Branch: perl
32652 ! lib/Text/Wrap.pm t/lib/textwrap.t
32653____________________________________________________________________________
32654[ 8572] By: jhi on 2001/01/28 02:04:49
32655 Log: Integrate changes #8267,8272[perlio],8274,8298,8300,8303,
32656 8305,8323,8324 from mainline. The 8267,8272, and 8298 were
32657 not really integrated but instead salvaged by hand
32658 (they had too many dependencies on the development release
32659 to be cleanly integratable).
32660
32661 Subject: more UTF8 test suites and an UTF8 patch
32662
32663 Tweak for MULTIPLICITY/USE_PERLIO
32664
32665 Signedness nit.
32666
32667 Turn SvUTF8 off if not required in pp_chr and pp_stringify.
32668
32669 Use the UTF8_XXX macros in is_utf8_char().
32670
32671 Rewrite pp_concat() in terms of sv_catsv(). The . operator
32672 should now be UTF-8-proof.
32673
32674 Subject: [PATCH perl@8269] scanning two hex-constants
32675 fails on EBCDIC environment (script length.t)
32676
32677 Add some Unicode chop() tests.
32678 Branch: maint-5.6/perl
32679 ! doop.c mg.c pp.c pp_hot.c toke.c utf8.c
32680 !> sv.c t/op/chop.t utf8.h
32681____________________________________________________________________________
32682[ 8571] By: jhi on 2001/01/28 00:35:59
32683 Log: Integrate changes #8090,8093[perlio,only the sv.c tweak],
32684 8245,8247,8248,8249,8250,8251,8260,8263,8264,8265 from mainline.
32685
32686 Subject: [PATCH] Re: Breadperl & Tk (sv_utf8_upgrade fixes)
32687
32688 The maxiters upper limit sanity check (guarding against
32689 non-progress) assumed bytes instead of characters in s///
32690 and split().
32691
32692 Signedness nit.
32693
32694 sv_catsv() rewrite (8248,8249,8251,8260,8263,8264,8265)
32695 join() should now be UTF-8-proof.
32696
32697 More split // UTF-8 tests. (8250)
32698 Branch: maint-5.6/perl
32699 !> doop.c hv.c pp.c pp_hot.c sv.c t/op/join.t utf8.c utf8.h
32700 !> util.c
32701____________________________________________________________________________
32702[ 8570] By: jhi on 2001/01/27 22:15:46
32703 Log: Integrate changes #7941,7943,7944,7958,7967,7995,7996,7998,
32704 8004,8005,8023,8024,8028,8030,8031,8033,8039,8042,8052[perlio],
32705 8053[perlio],8054[perlio,+sv.c(-PerlIO_isutf8),+require.t],
32706 8084,8204,8244,8333 from mainline.
32707
32708 For -Q where Q might be a one-letter sub name one does no more
32709 get a warning about an unknown filetest (7941,7943,7944,8084).
32710
32711 Subject: Re: [ID 20001130.011] expression parsing bug ?
32712
32713 Make uv_to_utf8() to zero-terminate its output buffer.
32714
32715 Split off t/op/length.t (7995)
32716
32717 Split off t/op/utf8decode.t (7996)
32718
32719 Remove an unnecessary 'use utf8' from the utf8.t (7998)
32720
32721 Split off t/op/concat.t (8004)
32722
32723 Split off t/op/ver.t (8005)
32724
32725 Document utf8_length(), utf8_distance(), and utf8_hop().
32726
32727 Document utf8_to_uv() better.
32728
32729 Introduce macros for UTF8 decoding (8028,8033).
32730
32731 Add test for reverse() (8030,8031).
32732
32733 Subject: [PATCH] Re: ebcdic <-> ascii tables interjected in uv <-> utf8 considered harmful (8039,8333)
32734
32735 Do not return the Unicode replacement character on UTF-8
32736 decoding failure.
32737
32738 Typo/thinko in S_scan_const() - seeing high bit sets has_utf8
32739 not this_utf8 i.e. the output string has one, but don't mess
32740 with source assumption. (8052,8053)
32741
32742 Tweak t/comp/require.t to add a 'use bytes' to permit its dubious
32743 writing of BOM to a non-utf8 stream. Fix SvPVutf8() - sv_2pv()
32744 was not expecting to be called with something that was already
32745 SvPOK() - (we just fossiked with SvUTF8 bit). Fix that and also
32746 just use the SvPV macro in sv_2pvutf8() to avoid the issue/overhead.
32747 (8054)
32748
32749 Recode the naughty binary bytes in utf8decode.t using the \xHH.
32750
32751 Make some panic messages a bit more logical.
32752 Branch: maint-5.6/perl
32753 +> t/op/concat.t t/op/length.t t/op/reverse.t t/op/utf8decode.t
32754 !> MANIFEST doop.c embed.pl lib/ExtUtils/Liblist.pm op.c
32755 !> pod/perlapi.pod pod/perldiag.pod pp.c pp_hot.c regcomp.c
32756 !> regexec.c sv.c t/comp/require.t t/op/misc.t t/op/ver.t
32757 !> t/pragma/utf8.t t/pragma/warn/toke t/pragma/warn/utf8 toke.c
32758 !> utf8.c utf8.h
32759____________________________________________________________________________
32760[ 8569] By: jhi on 2001/01/27 19:16:43
32761 Log: Integrate changes #7750 from perlio and #8566 from mainline.
32762 Branch: maint-5.6/perl
32763 !> regexec.c sv.c
32764____________________________________________________________________________
32765[ 8568] By: jhi on 2001/01/27 18:06:51
32766 Log: Integrate changes #7355[-doio.c],7691,7744,7753[perlio],
32767 7783,7790[perlio],7869,7871,7872,7911,7916,7932,
32768 7935[-perlio.c],7936,7959,7965 from mainline.
32769
32770 Change the "big byte" error message to "Wide character".
32771 (7355, the croak-if-wide-chars-in-print part ignored)
32772
32773 Use UINT64_C().
32774
32775 Introduce Perl_utf8_length().
32776
32777 diff -se shows these as different (7753, forgotten check-ins)
32778
32779 Subject: [PATCH] doop.c - UTF8 tr///
32780
32781 If we use (aTHX_ ...) then put Perl_ on the front.
32782
32783 Make utf8_length() and utf8_distance() to be less forgiving
32784 about bad UTF-8.
32785
32786 Test line numbers are different with utf8.
32787
32788 No need to scan till infinity, 13 is enough. (7872,7911)
32789
32790 Subject: [PATCH] Tokeniser debugging
32791
32792 Subject: Re: question about retlen in utf8.c:Perl_utf8_to_uv()
32793
32794 Subject: [PATCH perl@7930] toke.c perlio.c -Wformat nits (only toke.c)
32795
32796 Be more careful in Perl_sv_utf8_downgrade().
32797
32798 Use DO_UTF8().
32799
32800 Raw zero bytes in text files confuse at least GNU patch 2.1.
32801 Branch: maint-5.6/perl
32802 !> doop.c embed.h embed.pl global.sym handy.h objXSUB.h op.c
32803 !> perl.c perl.h perlapi.c pod/perlapi.pod pod/perldiag.pod
32804 !> pod/perlrun.pod proto.h scope.h sv.c t/op/re_tests
32805 !> t/pragma/utf8.t toke.c utf8.c utf8.h
32806____________________________________________________________________________
32807[ 8567] By: nick on 2001/01/27 11:10:38
32808 Log: Integrate mainline
32809 Branch: perlio
32810 !> Changes README.os390 embed.h embed.pl op.c patchlevel.h pp.c
32811 !> proto.h regexec.c sv.c t/lib/1_compile.t t/lib/b.t
32812 !> t/lib/st-06compat.t t/pragma/overload.t t/pragma/sub_lval.t
32813 !> toke.c
32814____________________________________________________________________________
32815[ 8566] By: jhi on 2001/01/27 06:22:48
32816 Log: More documentation for the regexp context stack.
32817 Branch: perl
32818 ! regexec.c
32819____________________________________________________________________________
32820[ 8565] By: jhi on 2001/01/27 05:21:57
32821 Log: Update Changes.
32822 Branch: perl
32823 ! Changes patchlevel.h
32824____________________________________________________________________________
6bca211d
JH
32825[ 8564] By: jhi on 2001/01/27 04:44:04
32826 Log: Threadedness patch for #8562 from Doug MacEachern.
32827 Branch: perl
32828 ! toke.c
32829____________________________________________________________________________
32830[ 8563] By: jhi on 2001/01/27 04:26:24
32831 Log: Subject: [PATCH @8545] [ID 20000808.005] OP_REFGEN as an lvalue
32832 From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
32833 Date: Thu, 25 Jan 2001 01:17:21 -0800 (PST)
32834 Message-ID: <14959.59703.507462.978833@soda.csua.berkeley.edu>
32835 Branch: perl
32836 ! op.c
32837____________________________________________________________________________
32838[ 8562] By: jhi on 2001/01/27 04:20:30
32839 Log: Subject: Re: Announce : Tokener reporting patch
32840 From: Simon Cozens <simon@cozens.net>
32841 Date: Mon, 22 Jan 2001 02:17:22 +0000
32842 Message-ID: <20010122021722.A9334@pembro26.pmb.ox.ac.uk>
32843 Branch: perl
32844 ! embed.h embed.pl proto.h toke.c
32845____________________________________________________________________________
32846[ 8561] By: jhi on 2001/01/27 04:17:24
32847 Log: Forgot from #8545. Oops.
32848 Branch: perl
32849 ! pp.c t/pragma/overload.t
32850____________________________________________________________________________
32851[ 8560] By: jhi on 2001/01/27 03:01:47
32852 Log: A better module compilation test, use MANIFEST as suggested
32853 by Spider.
32854 Branch: perl
32855 ! t/lib/1_compile.t
32856____________________________________________________________________________
32857[ 8559] By: jhi on 2001/01/27 02:50:48
32858 Log: Subject: [PATCH: perl@8531] EBCDIC cleanup for B test
32859 From: Peter Prymmer <pvhp@forte.com>
32860 Date: Fri, 26 Jan 2001 16:38:08 -0800 (PST)
32861 Message-ID: <Pine.OSF.4.10.10101261635400.14820-100000@aspara.forte.com>
32862 Branch: perl
32863 ! t/lib/b.t
32864____________________________________________________________________________
32865[ 8558] By: jhi on 2001/01/27 02:27:05
32866 Log: Subject: [PATCH: perl@8531] EBCDIC branch for pragma/sub-lval.t
32867 From: Peter Prymmer <pvhp@forte.com>
32868 Date: Fri, 26 Jan 2001 16:05:11 -0800 (PST)
32869 Message-ID: <Pine.OSF.4.10.10101261603460.14820-100000@aspara.forte.com>
32870 Branch: perl
32871 ! t/pragma/sub_lval.t
32872____________________________________________________________________________
32873[ 8557] By: jhi on 2001/01/27 02:26:03
32874 Log: Subject: [PATCH: perl@8531] a peek at uuencoded EBCDIC (st-06compat.t)
32875 From: Peter Prymmer <pvhp@forte.com>
32876 Date: Fri, 26 Jan 2001 14:47:46 -0800 (PST)
32877 Message-ID: <Pine.OSF.4.10.10101261443561.14820-100000@aspara.forte.com>
32878 Branch: perl
32879 ! t/lib/st-06compat.t
32880____________________________________________________________________________
32881[ 8556] By: jhi on 2001/01/27 02:24:33
32882 Log: Subject: [PATCH: perl@8531] minor update to README.os390
32883 From: Peter Prymmer <pvhp@forte.com>
32884 Date: Fri, 26 Jan 2001 14:33:27 -0800 (PST)
32885 Message-ID: <Pine.OSF.4.10.10101261425560.14820-100000@aspara.forte.com>
32886 Branch: perl
32887 ! README.os390
32888____________________________________________________________________________
32889[ 8555] By: jhi on 2001/01/27 00:35:47
32890 Log: No point in checking the length before we know whether the pointer
32891 is bogus or not, fixes Abigail's odbm failures in Linux.
32892 Branch: perl
32893 ! sv.c
32894____________________________________________________________________________
32895[ 8554] By: nick on 2001/01/26 19:01:31
32896 Log: Integrate mainline
32897 Branch: perlio
32898 !> lib/Text/Wrap.pm t/lib/textwrap.t
32899____________________________________________________________________________
32900[ 8553] By: jhi on 2001/01/26 15:19:39
32901 Log: Integrate change #7792 from perlio (multiplicity fix),
32902 fix the AV leak in regex DEBUGGING (tiny part of the
32903 polymorphic regexp patch #8143).
32904 Branch: maint-5.6/perl
32905 ! regcomp.c
32906 !> scope.h
32907____________________________________________________________________________
32908[ 8552] By: jhi on 2001/01/26 15:03:23
32909 Log: Subject: [PATCH Text::Wrap 2000.06292219] Spurious leading whitespace
32910 From: Michael G Schwern <schwern@pobox.com>
32911 Date: Fri, 26 Jan 2001 09:28:31 -0500
32912 Message-ID: <20010126092831.A15328@blackrider.aocn.com>
32913 Branch: perl
32914 ! lib/Text/Wrap.pm t/lib/textwrap.t
32915____________________________________________________________________________
32916[ 8551] By: jhi on 2001/01/26 02:33:19
32917 Log: Integrate changes #7760,7815,7870,7873,7874,7877,7878,7879,7881,
32918 7937,7938,7939,7940,7968,7969,8403,8414,8510 from mainline.
32919
32920 Subject: [PATCH 5.7.0] The first step in removing recursion from the REx engine
32921
32922 Subject: [PATCH 5.7.0] Overeager visited-positions optimizations
32923
32924 Message nit.
32925
32926 BOUND regex opcodes (\b, \B) could try to scan zero length UTF-8.
32927
32928 Debug dump of ANYOFUTF8 was garbage (data from ANYOF).
32929
32930 (the cleanup of unused submatches in regtry() and regcppop())
32931
32932 Fix for 20001130.008 and 20001130.010, the PL_regnpar wasn't
32933 stored and restored, and thusly was trounced by the utf8 swash
32934 routines.
32935
32936 use utf8 not required to use \x{}.
32937
32938 Removed two more tests that make no sense in UTF-8 since the test
32939 data is not in UTF-8.
32940
32941 Get the three different space character classes right under utf8.
32942
32943 Implement ANYOFUTF8 regprop() dumping.
32944
32945 Subject: Re: [ID 20001029.005] Regex error: "cd. (A. Tw)" !~ /\((\w\. \w+)\)/
32946
32947 Document the regex context pushing/popping a bit better.
32948 Branch: maint-5.6/perl
32949 +> lib/unicode/Is/Blank.pl lib/unicode/Is/SpacePerl.pl
32950 !> MANIFEST lib/unicode/mktables.PL pod/perlre.pod regcomp.c
32951 !> regexec.c scope.h t/op/pat.t t/op/re_tests t/op/regexp.t
32952 !> t/op/regmesg.t utf8.c
32953____________________________________________________________________________
32954[ 8550] By: nick on 2001/01/25 19:42:30
32955 Log: Integrate mainline
32956 Branch: perlio
32957 !> Makefile.SH README.os390 gv.c hints/os390.sh installperl
32958 !> lib/Math/BigFloat.pm lib/Math/BigInt.pm lib/overload.pm perl.h
32959 !> pod/perlguts.pod t/lib/bigfloat.t t/lib/bigfltpm.t
32960 !> t/lib/bigint.t t/lib/bigintpm.t
32961____________________________________________________________________________
32962[ 8549] By: jhi on 2001/01/25 15:22:28
32963 Log: Undo 6475: { use utf8; chr(128..255) } is better off producing bytes.
32964 Branch: maint-5.6/perl
32965 ! pod/perlfunc.pod pp.c t/pragma/utf8.t
32966____________________________________________________________________________
32967[ 8548] By: jhi on 2001/01/25 15:02:55
32968 Log: Integrate changes #7997,8063,8492,8547 from mainline.
32969
32970 Subject: Re: STRLEN - what?
32971
32972 Subject: [PATCH] perlguts.pod
32973
32974 Memory management calls documentation.
32975
32976 Layout using tabulator is not a good idea in a pod.
32977 Branch: maint-5.6/perl
32978 !> pod/perlguts.pod
32979____________________________________________________________________________
32980[ 8547] By: jhi on 2001/01/25 14:49:05
32981 Log: Layout using tabulator is not a good idea in a pod.
32982 Branch: perl
32983 ! pod/perlguts.pod
32984____________________________________________________________________________
32985[ 8546] By: jhi on 2001/01/25 14:31:12
32986 Log: Integrate changes #8188,8189,8208,8209,8210,8212,8374,8388
32987 from mainline.
32988
32989 Subject: [DOC PATCH: perl@7953] update list of lang. sensitive editors/IDES
32990
32991 Subject: [DOC PATCH: perl@8150, 5.6.1-TRIAL1] update list of lang. sensitive editors/IDES
32992
32993 More Win32 editor/IDE/shell hints.
32994
32995 More Win32 Perling.
32996
32997 Yet another editor edit.
32998
32999 Edit edit edit.
33000
33001 IDE/editor section tweaking.
33002
33003 Few more IDE/editor nits from p5p.
33004 Branch: maint-5.6/perl
33005 !> pod/perlfaq3.pod
33006____________________________________________________________________________
33007[ 8545] By: jhi on 2001/01/25 04:16:32
33008 Log: Subject: [PATCH 5.7.0] overload int()
33009 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
33010 Date: Wed, 24 Jan 2001 19:06:57 -0500
33011 Message-ID: <20010124190657.A8512@math.ohio-state.edu>
33012 Branch: perl
33013 ! gv.c lib/Math/BigFloat.pm lib/Math/BigInt.pm lib/overload.pm
33014 ! perl.h t/lib/bigfloat.t t/lib/bigfltpm.t t/lib/bigint.t
33015 ! t/lib/bigintpm.t
33016____________________________________________________________________________
33017[ 8544] By: jhi on 2001/01/25 04:15:11
33018 Log: Subject: [PATCH: perl@8506]completion and docs for dynamic loading on OS/390
33019 From: Peter Prymmer <pvhp@forte.com>
33020 Date: Wed, 24 Jan 2001 17:17:14 -0800 (PST)
33021 Message-ID: <Pine.OSF.4.10.10101241706120.411912-100000@aspara.forte.com>
33022 Branch: perl
33023 ! Makefile.SH README.os390 hints/os390.sh installperl
33024____________________________________________________________________________
33025[ 8543] By: jhi on 2001/01/25 03:52:08
33026 Log: Integrate change #8462,8469 from mainline.
33027
33028 In VMS Perl subversion (perl -V) is undef.
33029 Branch: maint-5.6/perl
33030 !> configure.com
33031____________________________________________________________________________
33032[ 8542] By: jhi on 2001/01/25 03:44:55
33033 Log: Integrate changes #7835,7850,8315,8316 from mainline.
33034
33035 Solaris hints.
33036 Branch: maint-5.6/perl
33037 !> hints/solaris_2.sh
33038____________________________________________________________________________
33039[ 8541] By: jhi on 2001/01/25 03:39:28
33040 Log: Integrate #8336 from mainline.
33041 Branch: maint-5.6/perl
33042 !> hv.c
33043____________________________________________________________________________
33044[ 8540] By: jhi on 2001/01/25 03:23:50
33045 Log: Retract #8539.
33046 Branch: maint-5.6/perl
33047 ! pod/perlfaq3.pod
33048____________________________________________________________________________
33049[ 8539] By: jhi on 2001/01/25 03:21:55
33050 Log: (Retracted by #5940.)
33051 Branch: maint-5.6/perl
33052 ! pod/perlfaq3.pod
33053____________________________________________________________________________
33054[ 8538] By: jhi on 2001/01/25 03:14:07
33055 Log: Subject: [re-patch: 5.6.1-TRIAL1] was Re: [PATCH 5.6.1-TRIAL1]VMS buildpatches
33056 From: Peter Prymmer <pvhp@forte.com>
33057 Date: Mon, 18 Dec 2000 13:10:35 -0800 (PST)
33058 Message-ID: <Pine.OSF.4.10.10012181249310.410192-100000@aspara.forte.com>
33059
33060 The VMS bits.
33061 Branch: maint-5.6/perl
33062 ! configure.com vms/descrip_mms.template
33063____________________________________________________________________________
33064[ 8537] By: jhi on 2001/01/25 03:06:09
33065 Log: Integrate #7710,7824,7973 from mainline.
33066 Branch: maint-5.6/perl
33067 !> Configure Porting/Glossary Porting/config.sh Porting/config_H
33068 !> config_h.SH configure.com epoc/config.sh hints/aix.sh malloc.c
33069 !> regcomp.c sv.c vos/config.alpha.def vos/config.alpha.h
33070 !> vos/config.ga.def vos/config.ga.h win32/config.bc
33071 !> win32/config.gc win32/config.vc
33072____________________________________________________________________________
33073[ 8536] By: jhi on 2001/01/24 13:50:20
33074 Log: Revert the edits made by me so far to the 5.6 branch since
33075 the TRIAL1 since I did edits when I should have been using
33076 integrates. Bad programmer. (Will integrate them properly later.)
33077 Undoes #8347, #8349, #8350, #8351, #8353, #8355, #8376, #8463, #8470.
33078 The #8353 will not be reapplied at least for now since
33079 the UTF-8 hash keys need more thinking.
33080 (The patches #8347, #8354, #8454, #8473 were okay since they
33081 were original edits made specifically for the 5.6.1-TRIAL1.)
33082 Branch: maint-5.6/perl
33083 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
33084 ! config_h.SH configure.com embed.pl epoc/config.sh hints/aix.sh
33085 ! hints/solaris_2.sh hv.c hv.h malloc.c perlapi.c
33086 ! pod/perlapi.pod pod/perlfaq3.pod proto.h regcomp.c sv.c
33087 ! t/op/each.t vms/descrip_mms.template vos/config.alpha.def
33088 ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
33089 ! win32/config.bc win32/config.gc win32/config.vc
33090____________________________________________________________________________
33091[ 8535] By: bailey on 2001/01/24 06:37:02
33092 Log: SYN SYN
33093 Branch: vmsperl
33094 +> (branch 26 files)
33095 !> (integrate 130 files)
33096____________________________________________________________________________
33097[ 8534] By: nick on 2001/01/23 19:30:57
33098 Log: Integrate mainline.
33099 Branch: perlio
33100 !> Changes Configure Porting/Glossary Porting/config.sh
33101 !> Porting/config_H embed.h embed.pl ext/Encode/compile
33102 !> ext/Opcode/Opcode.xs ext/Opcode/Safe.pm installperl objXSUB.h
33103 !> patchlevel.h perlapi.c perly.y pod/perlfunc.pod
33104 !> pod/perlvar.pod proto.h t/lib/1_compile.t
33105____________________________________________________________________________
33106[ 8533] By: jhi on 2001/01/23 16:15:46
33107 Log: Forgotten from #8501.
33108 Branch: perl
33109 ! Porting/Glossary Porting/config.sh Porting/config_H
33110____________________________________________________________________________
33111[ 8532] By: jhi on 2001/01/23 16:13:27
33112 Log: Subject: RE: [PATCH perl@8269] Corrections for Perl_yylex_r (used by a reentrant parser as Bison)
33113 From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
33114 Date: Mon, 22 Jan 2001 17:51:58 +0100
33115 Message-ID: <5930DC161690D21196670090271575470397E915@madt009a.siemens.es>
33116 Branch: perl
33117 ! embed.h embed.pl objXSUB.h perlapi.c perly.y proto.h
33118____________________________________________________________________________
33119[ 8531] By: jhi on 2001/01/23 15:46:01
33120 Log: Update Changes.
33121 Branch: perl
33122 ! Changes patchlevel.h
33123____________________________________________________________________________
c512e374
JH
33124[ 8530] By: jhi on 2001/01/23 15:38:39
33125 Log: De-cut-and-pasto.
33126 Branch: perl
33127 ! t/lib/1_compile.t
33128____________________________________________________________________________
33129[ 8529] By: jhi on 2001/01/23 15:11:04
33130 Log: Document the mkdir trailing slashes case.
33131 Branch: perl
33132 ! pod/perlfunc.pod
33133____________________________________________________________________________
33134[ 8528] By: jhi on 2001/01/23 15:08:28
33135 Log: lib/lib.pm is arch dependent, and lib/lib_pm.PL shouldn't
33136 get installed:
33137
33138 Subject: lib/lib.pm
33139 From: <abigail@foad.org>
33140 Date: Mon, 28 Aug 2000 20:35:08 -0400
33141 Message-ID: <20000829003508.21281.qmail@foad.org>
33142 Branch: perl
33143 ! installperl
33144____________________________________________________________________________
33145[ 8527] By: jhi on 2001/01/23 14:44:04
33146 Log: Metaconfig unit change for #8526.
33147 Branch: metaconfig
33148 ! U/threads/archname.U
33149____________________________________________________________________________
33150[ 8526] By: jhi on 2001/01/23 14:43:19
33151 Log: Attach -perlio to the archname if so selected.
33152 Branch: perl
33153 ! Configure
33154____________________________________________________________________________
33155[ 8525] By: jhi on 2001/01/23 14:24:01
33156 Log: Subject: [PATCH] pod/perlvar.pod
33157 From: abigail@foad.org
33158 Date: Tue, 23 Jan 2001 01:41:10 +0100
33159 Message-ID: <20010123004110.22259.qmail@foad.org>
33160 Branch: perl
33161 ! pod/perlvar.pod
33162____________________________________________________________________________
33163[ 8524] By: jhi on 2001/01/23 14:22:32
33164 Log: A bug introduced in #8217 (the undefined variable in the
33165 lib/safe1_t #3) fixed, by Charles Lane:
33166
33167 The earlier patch made it so that stuff running in Safe
33168 compartments could do a "caller" and see "main". That
33169 little change in name is done right before the code in
33170 the compartment is run, and apparantly the parser
33171 was picking up the stash name before it got changed.
33172
33173 (why it was threaded vs. unthreaded Perl that was sensitive to this
33174 I still don't know...and it probably doesn't matter).
33175
33176 I tryed removing the stash name-change and saw that threaded Perl
33177 did indeed pass the lib/safe1.t tests.
33178
33179 So here's a patch; a routine (_safe_pkg_prep) is added to Opcode to
33180 do the name change (and to connect _ in the compartment to the global
33181 _) which is removed from _safe_call_sv. Then Safe.pm is modified
33182 to call _safe_pkg_prep when creating a new compartment.
33183
33184 Passes all tests with threaded perl on linux; passes all tests
33185 with unthreaded perl on VMS.
33186
33187 At some point I'll probably want to revisit Safe and Opcode to
33188 provide more sensible handling of global variables...and to get
33189 formats working in Safe compartments, which they don't do currently.
33190 Branch: perl
33191 ! ext/Opcode/Opcode.xs ext/Opcode/Safe.pm
33192____________________________________________________________________________
33193[ 8523] By: jhi on 2001/01/23 14:11:58
33194 Log: Also the lib/Thread.pm itself needs to be ignored if
33195 the Thread extension hasn't been built.
33196 Branch: perl
33197 ! t/lib/1_compile.t
33198____________________________________________________________________________
33199[ 8522] By: jhi on 2001/01/23 13:51:28
33200 Log: print() instead of warn() so that stderr doesn't get
33201 unncessarily polluted.
33202 Branch: perl
33203 ! ext/Encode/compile
33204____________________________________________________________________________
33205[ 8521] By: jhi on 2001/01/23 13:49:48
33206 Log: Integrate perlio.
33207 Branch: perl
33208 !> ext/Encode/Encode.xs ext/Encode/Makefile.PL ext/Encode/compile
33209 !> ext/Encode/encode.h
33210____________________________________________________________________________
33211[ 8520] By: nick on 2001/01/22 21:44:00
33212 Log: More messing with Encode:
33213 Extra fields in header to allow multiple names and to record
33214 other things "compile" knows.
33215 Re-organise compile to factor out common output routines.
33216 Branch: perlio
33217 ! ext/Encode/Encode.xs ext/Encode/compile ext/Encode/encode.h
33218____________________________________________________________________________
33219[ 8519] By: nick on 2001/01/22 20:33:50
33220 Log: Change file-of-files command line from -F to -f to avoid case issues on VMS.
33221 Branch: perlio
33222 ! ext/Encode/Makefile.PL ext/Encode/compile
33223____________________________________________________________________________
33224[ 8518] By: nick on 2001/01/22 20:28:13
33225 Log: Integrate mainline
33226 Branch: perlio
33227 !> MANIFEST configure.com epoc/config.sh pp_sys.c regexec.c sv.c
33228 !> vos/config.alpha.def vos/config.alpha.h
33229____________________________________________________________________________
33230[ 8517] By: jhi on 2001/01/22 15:37:17
33231 Log: Add sv_force_normal() to sv_utf8_downgrade() as suggested
33232 by Inaba Hiroto.
33233 Branch: perl
33234 ! sv.c
33235____________________________________________________________________________
33236[ 8516] By: jhi on 2001/01/22 14:55:15
33237 Log: More SIG_SIZE fixes.
33238 Branch: perl
33239 ! epoc/config.sh vos/config.alpha.def vos/config.alpha.h
33240____________________________________________________________________________
33241[ 8515] By: jhi on 2001/01/22 14:50:27
33242 Log: Subject: [PATCH perl@8506] typo in last week's configure.com frenzy
33243 From: "Craig A. Berry" <craigberry@mac.com>
33244 Date: Mon, 22 Jan 2001 00:42:24 -0600
33245 Message-Id: <p04330103b6917f35375b@[172.16.52.1]>
33246 Branch: perl
33247 ! configure.com
33248____________________________________________________________________________
33249[ 8514] By: jhi on 2001/01/22 14:31:17
33250 Log: Subject: [PATCH perl@8506] VMS catches up with change #8501
33251 From: "Craig A. Berry" <craigberry@mac.com>
33252 Date: Sun, 21 Jan 2001 23:03:25 -0600
33253 Message-Id: <p04330101b691596f577f@[172.16.52.1]>
33254 Branch: perl
33255 ! configure.com
33256____________________________________________________________________________
33257[ 8513] By: jhi on 2001/01/22 14:14:00
33258 Log: Add the .ucm encoding tables to the MANIFEST.
33259 Branch: perl
33260 ! MANIFEST
33261____________________________________________________________________________
33262[ 8512] By: jhi on 2001/01/22 13:43:33
33263 Log: Integrate perlio.
33264 Branch: perl
33265 +> ext/Encode/Encode/ascii.ucm ext/Encode/Encode/cp1047.ucm
33266 +> ext/Encode/Encode/cp1250.ucm ext/Encode/Encode/cp37.ucm
33267 +> ext/Encode/Encode/dingbats.ucm ext/Encode/Encode/iso8859-1.ucm
33268 +> ext/Encode/Encode/iso8859-10.ucm
33269 +> ext/Encode/Encode/iso8859-13.ucm
33270 +> ext/Encode/Encode/iso8859-14.ucm
33271 +> ext/Encode/Encode/iso8859-15.ucm
33272 +> ext/Encode/Encode/iso8859-16.ucm
33273 +> ext/Encode/Encode/iso8859-2.ucm
33274 +> ext/Encode/Encode/iso8859-3.ucm
33275 +> ext/Encode/Encode/iso8859-4.ucm
33276 +> ext/Encode/Encode/iso8859-5.ucm
33277 +> ext/Encode/Encode/iso8859-6.ucm
33278 +> ext/Encode/Encode/iso8859-7.ucm
33279 +> ext/Encode/Encode/iso8859-8.ucm
33280 +> ext/Encode/Encode/iso8859-9.ucm ext/Encode/Encode/posix-bc.ucm
33281 +> ext/Encode/Encode/symbol.ucm
33282 !> ext/Encode/Makefile.PL ext/Encode/compile lib/open.pm perlio.c
33283 !> perliol.h
33284____________________________________________________________________________
33285[ 8511] By: nick on 2001/01/21 23:44:47
33286 Log: Make "real" layers of ":utf8" and ":raw".
33287 So now PERLIO=utf8 perl ...
33288 does what Andreas wanted.
33289 Fix arg passing in open.pm (still have a Carp issue).
33290 Branch: perlio
33291 ! lib/open.pm perlio.c perliol.h
33292____________________________________________________________________________
33293[ 8510] By: jhi on 2001/01/21 22:56:53
6bca211d 33294 Log: Document the regex context pushing/popping a bit better.
c512e374
JH
33295 Branch: perl
33296 ! regexec.c
33297____________________________________________________________________________
33298[ 8509] By: jhi on 2001/01/21 22:55:44
33299 Log: Tweak the mkdir trailing slash code some more.
33300
33301 TO DO: the same handling should probably be done for
33302 all the other filesystem functions that can have directories
33303 as their arguments.
33304 Branch: perl
33305 ! pp_sys.c
33306____________________________________________________________________________
33307[ 8508] By: nick on 2001/01/21 21:37:43
33308 Log: Switch "compiled in" encodings to .ucm format.
33309 (Leave others as .enc till we can run-time load .ucm,
33310 or find some other way to load them.)
33311 Branch: perlio
33312 + ext/Encode/Encode/ascii.ucm ext/Encode/Encode/cp1047.ucm
33313 + ext/Encode/Encode/cp1250.ucm ext/Encode/Encode/cp37.ucm
33314 + ext/Encode/Encode/dingbats.ucm ext/Encode/Encode/iso8859-1.ucm
33315 + ext/Encode/Encode/iso8859-10.ucm
33316 + ext/Encode/Encode/iso8859-13.ucm
33317 + ext/Encode/Encode/iso8859-14.ucm
33318 + ext/Encode/Encode/iso8859-15.ucm
33319 + ext/Encode/Encode/iso8859-16.ucm
33320 + ext/Encode/Encode/iso8859-2.ucm
33321 + ext/Encode/Encode/iso8859-3.ucm
33322 + ext/Encode/Encode/iso8859-4.ucm
33323 + ext/Encode/Encode/iso8859-5.ucm
33324 + ext/Encode/Encode/iso8859-6.ucm
33325 + ext/Encode/Encode/iso8859-7.ucm
33326 + ext/Encode/Encode/iso8859-8.ucm
33327 + ext/Encode/Encode/iso8859-9.ucm ext/Encode/Encode/posix-bc.ucm
33328 + ext/Encode/Encode/symbol.ucm
33329 ! ext/Encode/Makefile.PL ext/Encode/compile
33330____________________________________________________________________________
33331[ 8507] By: nick on 2001/01/21 21:02:03
33332 Log: Integrate (partial) mainline.
33333 Branch: perlio
33334 !> Changes Configure config_h.SH patchlevel.h pod/perlfaq2.pod
33335 !> sv.c uconfig.h uconfig.sh vos/config.alpha.h vos/config.ga.h
33336 !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
33337____________________________________________________________________________
33338[ 8506] By: jhi on 2001/01/21 20:09:30
33339 Log: Update Changes.
33340 Branch: perl
33341 ! Changes patchlevel.h
33342____________________________________________________________________________
6a870055
JH
33343[ 8505] By: jhi on 2001/01/21 19:39:59
33344 Log: Subject: Minor typos in perlfaq2.pod
33345 From: "Stephen P. Potter" <spp@spotter.yi.org>
33346 Message-Id: <200101192101.QAA11911@spotter.yi.org>
33347 Date: Fri, 19 Jan 2001 16:01:13 -0500
33348
33349 with a nit from Philip Netwon.
33350 Branch: perl
33351 ! pod/perlfaq2.pod
33352____________________________________________________________________________
33353[ 8504] By: jhi on 2001/01/21 19:33:05
33354 Log: Metaconfig change for #8503.
33355 Branch: metaconfig
33356 ! U/threads/usethreads.U
33357____________________________________________________________________________
33358[ 8503] By: jhi on 2001/01/21 19:32:21
c512e374 33359 Log: Sanity check for conflicting thread flavours.
6a870055
JH
33360 Branch: perl
33361 ! Configure config_h.SH
33362____________________________________________________________________________
33363[ 8502] By: jhi on 2001/01/21 19:23:00
33364 Log: Metaconfig change for #8501.
33365 Branch: metaconfig
33366 ! U/modified/sig_name.U
33367____________________________________________________________________________
33368[ 8501] By: jhi on 2001/01/21 19:22:26
33369 Log: The SIG_SIZE is the number of the elements *excluding*
33370 the terminating NULL.
33371 Branch: perl
33372 ! Configure config_h.SH uconfig.h uconfig.sh vos/config.alpha.h
33373 ! vos/config.ga.h win32/config_H.bc win32/config_H.gc
33374 ! win32/config_H.vc
33375____________________________________________________________________________
33376[ 8500] By: jhi on 2001/01/21 18:31:31
33377 Log: Integrate perlio.
33378 Branch: perl
33379 !> doio.c embed.h embed.pl ext/Encode/Encode.xs
33380 !> ext/Encode/Makefile.PL ext/Encode/compile global.sym objXSUB.h
33381 !> opcode.h opcode.pl opnames.h perlapi.c pp.sym pp_proto.h
33382 !> pp_sys.c proto.h sv.c
33383____________________________________________________________________________
33384[ 8499] By: jhi on 2001/01/21 17:43:57
33385 Log: Subject: Re: 8482 busted for $^V sprintf()s on OS/390
33386 From: Hugo <hv@crypt.compulink.co.uk>
33387 Date: Sun, 21 Jan 2001 13:34:05 +0000
33388 Message-Id: <200101211334.NAA18121@crypt.compulink.co.uk>
33389
33390 In sprintf UTF8ize only if necessary.
33391 Branch: perl
33392 ! sv.c
33393____________________________________________________________________________
33394[ 8498] By: nick on 2001/01/21 16:25:32
33395 Log: Encode cleanup.
33396 Add command line control over "compile" so that Makefile.PL
33397 needs can be combined with other uses.
33398 Use command line options in Makefile.PL.
33399 Fix multi-byte parsing in .ucm files.
33400 Branch: perlio
33401 ! ext/Encode/Makefile.PL ext/Encode/compile
33402____________________________________________________________________________
33403[ 8497] By: nick on 2001/01/21 12:56:27
33404 Log: Warn and set errno when open(...,":encoding(xxxxx)",...) cannot find xxxxx.
33405 Branch: perlio
33406 ! ext/Encode/Encode.xs
33407____________________________________________________________________________
33408[ 8496] By: nick on 2001/01/21 12:18:45
33409 Log: Fixup after integrate:
33410 missed the .sym files that are changed by regen_headers
33411 sv.c and proto.h disagreed about pTHX_ ness of EXPECT_NUMBER.
33412 Branch: perlio
33413 ! global.sym pp.sym sv.c
33414____________________________________________________________________________
33415[ 8495] By: nick on 2001/01/21 11:51:07
33416 Log: Integrate mainline.
33417 Branch: perlio
33418 +> ext/DynaLoader/dl_dllload.xs t/op/qu.t
33419 !> MANIFEST Makefile.SH README.os390 README.posix-bc README.vms
33420 !> embed.h embed.pl ext/DynaLoader/dl_aix.xs
33421 !> ext/DynaLoader/dl_dlopen.xs hints/os390.sh pod/perlfunc.pod
33422 !> pod/perlguts.pod pod/perlop.pod pod/perlre.pod
33423 !> pod/perlretut.pod pod/perlunicode.pod proto.h sv.c
33424 !> win32/Makefile win32/makefile.mk
33425____________________________________________________________________________
33426[ 8494] By: jhi on 2001/01/20 23:12:11
33427 Log: Forgot the expect_number() prototype.
33428 Branch: perl
33429 ! embed.h embed.pl proto.h
33430____________________________________________________________________________
33431[ 8493] By: jhi on 2001/01/20 22:56:39
33432 Log: Subject: [PATCH: perl@8482] README.vms URL updates
33433 From: Peter Prymmer <pvhp@forte.com>
33434 Date: Fri, 19 Jan 2001 18:59:02 -0800 (PST)
33435 Message-ID: <Pine.OSF.4.10.10101191856510.61572-100000@aspara.forte.com>
33436
33437 Plus Craig A. Berry's suggestion to use compaq.com instead
33438 of digital.com.
33439 Branch: perl
33440 ! README.vms
33441____________________________________________________________________________
33442[ 8492] By: jhi on 2001/01/20 22:50:05
33443 Log: Memory management calls documentation.
33444 Branch: perl
33445 ! pod/perlguts.pod
33446____________________________________________________________________________
33447[ 8491] By: jhi on 2001/01/20 22:38:33
33448 Log: Signedness nit plus few memcpy/Copy nits.
33449 Branch: perl
33450 ! sv.c
33451____________________________________________________________________________
33452[ 8490] By: jhi on 2001/01/20 22:25:53
33453 Log: Subject: [PATCH: perl@8482] minor typos in some dl_$foo.xs files
33454 From: Peter Prymmer <pvhp@forte.com>
33455 Date: Fri, 19 Jan 2001 18:43:14 -0800 (PST)
33456 Message-ID: <Pine.OSF.4.10.10101191841080.61505-100000@aspara.forte.com>
33457 Branch: perl
33458 ! ext/DynaLoader/dl_aix.xs ext/DynaLoader/dl_dlopen.xs
33459____________________________________________________________________________
33460[ 8489] By: jhi on 2001/01/20 22:24:41
33461 Log: Subject: [PATCH: perl@8482] win32 Makefile(s) handle podified READMEs
33462 From: Peter Prymmer <pvhp@forte.com>
33463 Date: Fri, 19 Jan 2001 18:33:43 -0800 (PST)
33464 Message-ID: <Pine.OSF.4.10.10101191828050.61158-100000@aspara.forte.com>
33465 Branch: perl
33466 ! win32/Makefile win32/makefile.mk
33467____________________________________________________________________________
33468[ 8488] By: jhi on 2001/01/20 22:22:27
33469 Log: Subject: [PATCH: perl@8482] remove redundant dependencies that are unneeded
33470 From: Peter Prymmer <pvhp@forte.com>
33471 Date: Fri, 19 Jan 2001 18:25:38 -0800 (PST)
33472 Message-ID: <Pine.OSF.4.10.10101191816550.61158-100000@aspara.forte.com>
33473 Branch: perl
33474 ! Makefile.SH
33475____________________________________________________________________________
33476[ 8487] By: jhi on 2001/01/20 22:21:18
33477 Log: Subject: [PATCH: perl@8482] partial support for dynaloading on OS/390
33478 From: Peter Prymmer <pvhp@forte.com>
33479 Date: Fri, 19 Jan 2001 18:12:05 -0800 (PST)
33480 Message-ID: <Pine.OSF.4.10.10101191646420.61158-100000@aspara.forte.com>
33481 Branch: perl
33482 + ext/DynaLoader/dl_dllload.xs
33483 ! MANIFEST Makefile.SH hints/os390.sh
33484____________________________________________________________________________
33485[ 8486] By: jhi on 2001/01/20 22:17:53
33486 Log: Subject: [PATCH: perl@8482] floating point mangling warnings for README.os390 and README.posix-bc
33487 From: Peter Prymmer <pvhp@forte.com>
33488 Date: Fri, 19 Jan 2001 13:48:15 -0800 (PST)
33489 Message-ID: <Pine.OSF.4.10.10101191347140.59299-100000@aspara.forte.com>
33490 Branch: perl
33491 ! README.os390 README.posix-bc
33492____________________________________________________________________________
33493[ 8485] By: jhi on 2001/01/20 20:15:30
33494 Log: Document and test the new qu operator.
33495 Branch: perl
33496 + t/op/qu.t
33497 ! MANIFEST pod/perlfunc.pod pod/perlop.pod pod/perlre.pod
33498 ! pod/perlretut.pod pod/perlunicode.pod
33499____________________________________________________________________________
33500[ 8484] By: nick on 2001/01/20 19:42:30
33501 Log: Infrastructure to allow:
33502 open($fh,"|-",@array);
33503 to be implemented
33504 i.e. mark pp_open as needing a stack mark, and make pp_open
33505 process its args in that style (and pass them _all_ to tied handles OPEN).
33506 Invent do_openn() which takes SV ** at allow it to see multiple args.
33507 Note this does not _do_ anything yet.
33508 Branch: perlio
33509 ! doio.c embed.h embed.pl objXSUB.h opcode.h opcode.pl opnames.h
33510 ! perlapi.c pp_proto.h pp_sys.c proto.h
33511____________________________________________________________________________
33512[ 8483] By: nick on 2001/01/20 17:23:14
33513 Log: Integrate mainline.
33514 Branch: perlio
33515 !> Changes configure.com patchlevel.h sv.c t/lib/1_compile.t
33516 !> t/op/sprintf.t t/op/ver.t t/pragma/locale.t
33517____________________________________________________________________________
33518[ 8482] By: jhi on 2001/01/19 15:37:49
33519 Log: Update Changes.
33520 Branch: perl
33521 ! Changes patchlevel.h
33522____________________________________________________________________________
3384d91b
JH
33523[ 8481] By: jhi on 2001/01/19 14:41:24
33524 Log: Subject: Re: new feature: s?printf parameter reordering
33525 From: Hugo <hv@crypt.compulink.co.uk>
33526 Date: Thu, 11 Jan 2001 17:09:03 +0000
33527 Message-Id: <200101111709.RAA23756@crypt.compulink.co.uk>
33528
33529 - support reordering for all parameters: %, *v, *, .*
33530 - lay down that the reordering specification must immediately
33531 follow that parameter: %3$, *v3$, *3$, .*3$
33532 - fix vectorisation of a zero-length string
33533 - factor out the code choosing the argument to format
33534
33535 Possibly unwanted side-effects:
33536 - the special format specifiers ' +-0' must now precede any
33537 vectorisation specifier. Tests in op/sprintf and op/ver
33538 have been changed to reflect this.
33539 - sprintf.t test #214 changed its expectations because in many
33540 cases, the next parameter has already been consumed when an
33541 invalid type letter is detected.
33542
33543 Probably wanted side-effects:
33544 - attempts to format a non-existent parameter will warn as if C<undef>
33545 - attempt to write to non-existent parameter with '%n' will complain
33546 of "attempt to modify read-only value" instead of being silent
33547 Branch: perl
33548 ! sv.c t/op/sprintf.t t/op/ver.t
33549____________________________________________________________________________
33550[ 8480] By: jhi on 2001/01/19 14:08:37
33551 Log: Subject: PATCH pragma/locale.t
33552 From: andreas.koenig@anima.de (Andreas J. Koenig)
33553 Date: 18 Jan 2001 09:45:37 +0100
33554 Message-ID: <m3lms98czy.fsf@ak-71.mind.de>
33555 Branch: perl
33556 ! t/pragma/locale.t
33557____________________________________________________________________________
33558[ 8479] By: jhi on 2001/01/19 13:19:58
33559 Log: Add tracing for debugging extensions builds in VMS, from Charles Lane.
33560 Branch: perl
33561 ! configure.com
33562____________________________________________________________________________
33563[ 8478] By: jhi on 2001/01/19 02:12:35
33564 Log: Automate 1_compile.t.
33565 Branch: perl
33566 ! t/lib/1_compile.t
33567____________________________________________________________________________
33568[ 8477] By: jhi on 2001/01/19 01:49:56
33569 Log: Integrate perlio.
33570 Branch: perl
33571 !> sv.c win32/config.bc win32/config.gc win32/config.vc
33572 !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
33573____________________________________________________________________________
33574[ 8476] By: nick on 2001/01/18 21:51:52
33575 Log: Integrate mainline
33576 Branch: perlio
33577 +> t/lib/1_compile.t t/lib/compmod.pl
33578 !> MANIFEST configure.com lib/unicode/distinct.pm
33579____________________________________________________________________________
33580[ 8475] By: nick on 2001/01/18 21:48:02
33581 Log: Win32 "safe signals" co-existance fix.
33582 Fix SIG_SIZE value.
33583 Clear PL_sig_pending when cloning (fork).
33584 Branch: perlio
33585 ! sv.c win32/config.bc win32/config.gc win32/config.vc
33586 ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
33587____________________________________________________________________________
33588[ 8474] By: jhi on 2001/01/18 14:40:57
33589 Log: It's Pod::Text::Overstrike, not Pod::Overstrike.
33590 Branch: perl
33591 ! t/lib/1_compile.t
33592____________________________________________________________________________
33593[ 8473] By: gsar on 2001/01/18 11:42:31
33594 Log: unsubmitted trial1 change
33595 Branch: maint-5.6/perl
33596 ! Changes
33597____________________________________________________________________________
33598[ 8472] By: jhi on 2001/01/18 04:30:24
33599 Log: The first bug found by 1_compile.t.
33600 Branch: perl
33601 ! lib/unicode/distinct.pm
33602____________________________________________________________________________
33603[ 8471] By: jhi on 2001/01/18 04:29:42
33604 Log: Add Schwern's 1_compile test. The compile_module script renamed
33605 to be a bit shorter for the 8.3 people.
33606 Branch: perl
33607 + t/lib/1_compile.t t/lib/compmod.pl
33608 ! MANIFEST
33609____________________________________________________________________________
33610[ 8470] By: jhi on 2001/01/18 04:16:00
33611 Log: Subject: [PATCH: perl@8453] Re: subversion undef on VMS (was Re: [ID 20001218.033] Not OK: perl v5.6.1 +v5.6.1-TRIAL1 on VMS_AXP V7.2-1)
33612 From: Peter Prymmer <pvhp@forte.com>
33613 Date: Wed, 17 Jan 2001 13:07:11 -0800 (PST)
33614 Message-ID: <Pine.OSF.4.10.10101171255380.289071-100000@aspara.forte.com>
33615 Replace #8463.
33616 Branch: maint-5.6/perl
33617 ! configure.com
33618____________________________________________________________________________
33619[ 8469] By: jhi on 2001/01/18 04:13:02
33620 Log: Subject: [PATCH: perl@8453] Re: subversion undef on VMS (was Re: [ID 20001218.033] Not OK: perl v5.6.1 +v5.6.1-TRIAL1 on VMS_AXP V7.2-1)
33621 From: Peter Prymmer <pvhp@forte.com>
33622 Date: Wed, 17 Jan 2001 13:07:11 -0800 (PST)
33623 Message-ID: <Pine.OSF.4.10.10101171255380.289071-100000@aspara.forte.com>
33624 Replace #8462.
33625 Branch: perl
33626 ! configure.com
33627____________________________________________________________________________
33628[ 8468] By: jhi on 2001/01/18 03:42:08
33629 Log: Integrate perlio.
33630 Branch: perl
33631 !> gv.c mg.c perlio.c util.c
33632____________________________________________________________________________
33633[ 8467] By: nick on 2001/01/17 22:41:10
33634 Log: "Safe" signals - trial implementation.
33635 gv.c tweaked to zero PL_sig_pend array
33636 perlio.c tweaked to PERL_ASYNC_CHECK() on EINTR
33637 util.c tweaked to not set SA_RESTART to give perlio.c a chance.
33638 Odd thing is that it "works" with PERLIO=stdio as well (linux).
33639 Branch: perlio
33640 ! gv.c mg.c perlio.c util.c
33641____________________________________________________________________________
33642[ 8466] By: nick on 2001/01/17 20:40:20
33643 Log: Integrate mainline.
33644 Branch: perlio
33645 !> Configure Porting/Glossary Porting/config.sh Porting/config_H
33646 !> config_h.SH configure.com epoc/config.sh gv.c pod/perltoc.pod
33647 !> pp.c pp_sys.c sv.c t/op/int.t uconfig.h uconfig.sh
33648 !> vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
33649 !> vos/config.ga.h win32/config.bc win32/config.gc
33650 !> win32/config.vc
33651____________________________________________________________________________
33652[ 8465] By: jhi on 2001/01/17 18:37:13
33653 Log: Subject: [PATCH] Re: [PATCH: perl@8429] lib/tie-substrhash.t FAILED at test 11
33654 From: Nicholas Clark <nick@ccl4.org>
33655 Date: Wed, 17 Jan 2001 17:31:33 +0000
33656 Message-ID: <20010117173133.I2633@plum.flirble.org>
33657 Branch: perl
33658 ! t/op/int.t
33659____________________________________________________________________________
33660[ 8464] By: jhi on 2001/01/17 14:43:17
33661 Log: Subject: [PATCH: perl@8429] lib/tie-substrhash.t FAILED at test 11
33662 From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
33663 Date: Wed, 17 Jan 2001 15:16:43 +0100
33664 Message-ID: <5930DC161690D2119667009027157547038C8A85@madt009a.siemens.es>
33665
33666 pp_int() was dropping an NV to the floor,
33667 int(279964589018079/59) either returned not an integer
33668 4745162525730.15, or one got "Attempt to free unreferenced scalar."
33669 Branch: perl
33670 ! pp.c
33671____________________________________________________________________________
33672[ 8463] By: jhi on 2001/01/17 06:12:42
33673 Log: (Replaced by #8470)
33674
33675 Subject: subversion undef on VMS (was Re: [ID 20001218.033] Not OK: perl v5.6.1 +v5.6.1-TRIAL1 on VMS_AXP V7.2-1)
33676 From: "Craig A. Berry" <craigberry@mac.com>
33677 Date: Tue, 16 Jan 2001 23:38:46 -0600
33678 Message-Id: <p04330103b68ad8cfcbfd@[172.16.52.1]>
33679 Branch: maint-5.6/perl
33680 ! configure.com
33681____________________________________________________________________________
33682[ 8462] By: jhi on 2001/01/17 06:11:31
33683 Log: (Replaced by #8469)
33684
33685 Subject: subversion undef on VMS (was Re: [ID 20001218.033] Not OK: perl v5.6.1 +v5.6.1-TRIAL1 on VMS_AXP V7.2-1)
33686 From: "Craig A. Berry" <craigberry@mac.com>
33687 Date: Tue, 16 Jan 2001 23:38:46 -0600
33688 Message-Id: <p04330103b68ad8cfcbfd@[172.16.52.1]>
33689 Branch: perl
33690 ! configure.com
33691____________________________________________________________________________
33692[ 8461] By: jhi on 2001/01/17 05:56:12
33693 Log: Allow for one trailing slash in the directory of mkdir().
33694 Branch: perl
33695 ! pp_sys.c
33696____________________________________________________________________________
33697[ 8460] By: jhi on 2001/01/17 03:26:01
33698 Log: Metaconfig unit changes for #8459.
33699 Branch: metaconfig
33700 ! U/modified/Loc.U U/modified/sig_name.U
33701____________________________________________________________________________
33702[ 8459] By: jhi on 2001/01/17 03:24:48
33703 Log: Define SIG_SIZE, the number of elements in the sig_name and
33704 sig_num arrays, including the final NULL entry.
33705 Branch: perl
33706 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
33707 ! config_h.SH configure.com epoc/config.sh gv.c pod/perltoc.pod
33708 ! sv.c uconfig.h uconfig.sh vos/config.alpha.def
33709 ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
33710 ! win32/config.bc win32/config.gc win32/config.vc
33711____________________________________________________________________________
33712[ 8458] By: jhi on 2001/01/17 01:41:33
33713 Log: Integrate perlio.
33714 Branch: perl
33715 !> embed.h embed.pl embedvar.h gv.c intrpvar.h mg.c perl.c perl.h
33716 !> perlapi.h proto.h sv.c
33717____________________________________________________________________________
33718[ 8457] By: nick on 2001/01/16 22:07:26
33719 Log: Provide infrastructure for PERL_ASYNC_CHECK() style safe signals.
33720 Provides all the "cost" but no benefit yet - it is to allow cost
33721 to be measured, and implementation experiments (just in mg.c?).
33722 Branch: perlio
33723 ! embed.h embed.pl embedvar.h gv.c intrpvar.h mg.c perl.c perl.h
33724 ! perlapi.h proto.h sv.c
33725____________________________________________________________________________
33726[ 8456] By: nick on 2001/01/16 21:07:07
33727 Log: Integrate mainline.
33728 Branch: perlio
33729 !> (integrate 51 files)
33730____________________________________________________________________________
33731[ 8455] By: jhi on 2001/01/16 18:13:43
33732 Log: Subject: [PATCH] regcomp.c old feature removal
33733 From: mjd@plover.com
33734 Date: 16 Jan 2001 14:43:18 -0000
33735 Message-ID: <20010116144318.7140.qmail@plover.com>
33736 Branch: perl
33737 ! regcomp.c
33738____________________________________________________________________________
33739[ 8454] By: jhi on 2001/01/16 16:12:39
33740 Log: Subject: [PATCH: perl-5.6.1-TRIAL1] Win32 Makefile fixes - v2
33741 From: "Indy Singh" <indy@nusphere.com>
33742 Date: Wed, 10 Jan 2001 20:17:49 -0500
33743 Message-ID: <003001c07b6c$524630b0$00957018@roadhog>
33744 Branch: maint-5.6/perl
33745 ! win32/Makefile
33746____________________________________________________________________________
33747[ 8453] By: jhi on 2001/01/16 16:09:33
33748 Log: Update Changes.
33749 Branch: perl
33750 ! Changes patchlevel.h
33751____________________________________________________________________________
e26f5b62
JH
33752[ 8452] By: jhi on 2001/01/16 15:42:04
33753 Log: Subject: Re: API Cleanup
33754 To: perl5-porters@perl.org
33755 Date: Tue, 16 Jan 2001 13:42:30 +0000
33756 Message-ID: <20010116134230.A13420@pembro26.pmb.ox.ac.uk>
33757
33758 Subject: [PATCH] utf8.c documentation
33759 From: Simon Cozens <simon@cozens.net>
33760 Date: Tue, 16 Jan 2001 13:52:48 +0000
33761 Message-ID: <20010116135248.A13496@pembro26.pmb.ox.ac.uk>
33762
33763 Subject: Re: API Cleanup
33764 From: Simon Cozens <simon@cozens.net>
33765 Date: Tue, 16 Jan 2001 14:58:55 +0000
33766 Message-ID: <20010116145855.A13794@pembro26.pmb.ox.ac.uk>
33767
33768 UTF-8 doc patches.
33769 Branch: perl
33770 ! embed.pl pod/perlapi.pod utf8.c
33771____________________________________________________________________________
33772[ 8451] By: jhi on 2001/01/16 14:41:39
33773 Log: podlators 1.07, from Russ Allbery.
33774 Branch: perl
33775 ! lib/Pod/Man.pm
33776____________________________________________________________________________
33777[ 8450] By: jhi on 2001/01/16 14:24:19
33778 Log: Subject: [PATCH: perl@8429] Win32 Makefile fixes
33779 From: "Indy Singh" <indy@nusphere.com>
33780 Date: Mon, 15 Jan 2001 20:59:40 -0500
33781 Message-ID: <07be01c07f5f$fdadf270$d24b7018@cr637287a>
33782 Branch: perl
33783 ! win32/Makefile
33784____________________________________________________________________________
33785[ 8449] By: jhi on 2001/01/16 03:42:55
33786 Log: Under 5.005 threads and debugging crashed in Debian 2.2 Linux/x86
33787 at the setting of the ofs_sv in new_struct_thread() as the
33788 thr->Tofs_sv (PL_ofs_sv) was still 0xabab...., SvREFCNT_inc()ing
33789 that invited a core dump.
33790 Branch: perl
33791 ! util.c
33792____________________________________________________________________________
33793[ 8448] By: jhi on 2001/01/16 01:49:07
33794 Log: Subject: [PATCH #3 @8436] Re: Eliminate op_children
33795 From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
33796 Date: Mon, 15 Jan 2001 17:14:37 -0800 (PST)
33797 Message-ID: <14947.40656.841280.551785@soda.csua.berkeley.edu>
33798
33799 Replace #8444 and #8445.
33800 Branch: perl
33801 ! ext/B/B.xs ext/B/B/Debug.pm
33802____________________________________________________________________________
33803[ 8447] By: jhi on 2001/01/15 21:05:35
33804 Log: Subject: [PATCH] API Variable documentation
33805 From: Simon Cozens <simon@cozens.net>
33806 Date: Mon, 15 Jan 2001 19:35:54 +0000
33807 Message-ID: <20010115193554.A9919@pembro26.pmb.ox.ac.uk>
33808 Branch: perl
33809 ! pod/perlapi.pod thrdvar.h
33810____________________________________________________________________________
33811[ 8446] By: jhi on 2001/01/15 20:49:20
33812 Log: Signedness nit.
33813 Branch: perl
33814 ! pp_ctl.c
33815____________________________________________________________________________
33816[ 8445] By: jhi on 2001/01/15 20:28:48
33817 Log: (Replaced by #8448) More op_children traces (cleanup of #8442).
33818 Branch: perl
33819 ! ext/B/B/Debug.pm
33820____________________________________________________________________________
33821[ 8444] By: jhi on 2001/01/15 13:09:10
33822 Log: (Replaced by #8448) Traces of op_children (cleanup of #8442)
33823 Branch: perl
33824 ! ext/B/B.xs
33825____________________________________________________________________________
33826[ 8443] By: jhi on 2001/01/15 13:06:26
33827 Log: Missing from #8439.
33828 Branch: perl
33829 ! keywords.h mg.c
33830____________________________________________________________________________
33831[ 8442] By: jhi on 2001/01/15 13:02:38
33832 Log: Subject: [PATCH @8436] Eliminate op_children
33833 From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
33834 Date: Sun, 14 Jan 2001 03:00:13 -0800 (PST)
33835 Message-ID: <14945.32919.44271.685122@soda.csua.berkeley.edu>
33836
33837 Subject: [PATCH @8436] Re: Eliminate op_children
33838 From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
33839 Date: Sun, 14 Jan 2001 03:23:56 -0800 (PST)
33840 Message-ID: <14945.35680.571387.810763@soda.csua.berkeley.edu>
33841 Branch: perl
33842 ! bytecode.pl ext/B/B/Asmdata.pm ext/B/B/Bytecode.pm
33843 ! ext/B/B/C.pm ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h
33844 ! op.c op.h
33845____________________________________________________________________________
33846[ 8441] By: jhi on 2001/01/15 12:57:08
33847 Log: Use the /^Perl_/-less form of is_lvalue_sub().
33848 Branch: perl
33849 ! pp.h
33850____________________________________________________________________________
33851[ 8440] By: jhi on 2001/01/15 05:13:09
33852 Log: Revert #8437 and #8438, the Linux large files story is more complex.
33853 Branch: metaconfig/U/perl
33854 ! d_fpos64_t.U d_off64_t.U
33855 Branch: perl
33856 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
33857 ! config_h.SH configure.com epoc/config.sh perl.h
33858 ! pod/perltoc.pod uconfig.h uconfig.sh vos/config.alpha.def
33859 ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
33860 ! win32/config.bc win32/config.gc win32/config.vc
33861____________________________________________________________________________
33862[ 8439] By: jhi on 2001/01/15 05:02:24
33863 Log: More UTF-8 patches from Inaba Hiroto.
33864 - The substr lval was still not okay.
33865 - Now pp_stringify and sv_setsv copies source's UTF8 flag
33866 even if IN_BYTE. pp_stringify is called from fold_constants
33867 at optimization phase and "\x{100}" was made SvUTF8_off under
33868 use bytes (the bytes pragma is for "byte semantics" and not
33869 for "do not produce UTF8 data")
33870 - New `qu' operator to generate UTF8 string explicitly.
33871 Though I agree with the policy "0x00-0xff always produce bytes",
33872 sometimes want to such a string to be coded in UTF8.
33873 I can use pack"U0a*" but it requires more typing and has
33874 runtime overhead.
33875 - Fix pp_regcomp bug uncovered by "0x00-0xff always produce bytes"
33876 change, the bug apears if a pm has PMdf_UTF8 flag but interpolated
33877 string is not UTF8_on and has char 0x80-0xff.
33878
33879 TODO: document and test qu.
33880 Branch: perl
33881 ! keywords.h keywords.pl mg.c pp.c pp_ctl.c pp_hot.c sv.c
33882 ! t/lib/charnames.t t/op/length.t t/op/substr.t t/pragma/utf8.t
33883 ! toke.c
33884____________________________________________________________________________
33885[ 8438] By: jhi on 2001/01/14 05:10:23
33886 Log: Metaconfig unit changes for #8437.
33887 Branch: metaconfig/U/perl
33888 ! d_fpos64_t.U d_off64_t.U
33889____________________________________________________________________________
33890[ 8437] By: jhi on 2001/01/14 04:55:34
33891 Log: Add <features.h> probing, seems to be needed for (some?)
33892 Linux largefileness.
33893 Branch: perl
33894 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
33895 ! config_h.SH configure.com epoc/config.sh perl.h
33896 ! pod/perltoc.pod uconfig.h uconfig.sh vos/config.alpha.def
33897 ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
33898 ! win32/config.bc win32/config.gc win32/config.vc
33899____________________________________________________________________________
33900[ 8436] By: jhi on 2001/01/13 17:47:21
33901 Log: Tighten some of the tests a bit.
33902 Branch: perl
33903 ! t/pragma/utf8.t
33904____________________________________________________________________________
33905[ 8435] By: jhi on 2001/01/13 17:31:54
33906 Log: Integrate perlio.
33907 Branch: perl
33908 !> ext/Encode/Makefile.PL ext/Encode/compile win32/config_H.bc
33909 !> win32/config_H.gc win32/config_H.vc
33910____________________________________________________________________________
33911[ 8434] By: nick on 2001/01/13 11:36:53
33912 Log: Run dmake regen_config_h for Win32
33913 Branch: perlio
33914 ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
33915____________________________________________________________________________
33916[ 8433] By: nick on 2001/01/13 11:31:55
33917 Log: VMS friendly patch to Encode compile process
33918 Branch: perlio
33919 ! ext/Encode/Makefile.PL ext/Encode/compile
33920____________________________________________________________________________
33921[ 8432] By: nick on 2001/01/13 11:06:44
33922 Log: Integrate mainline
33923 Branch: perlio
33924 +> ext/B/B/Concise.pm
33925 !> (integrate 52 files)
33926____________________________________________________________________________
33927[ 8431] By: jhi on 2001/01/13 05:55:55
33928 Log: Subject: [PATCH @8429] Re: B::Concise -- an improved replacement for B::Terse
33929 From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
33930 Date: Fri, 12 Jan 2001 21:45:17 -0800 (PST)
33931 Message-ID: <14943.59712.993695.180189@soda.csua.berkeley.edu>
33932 Branch: perl
33933 ! ext/B/B/Concise.pm
33934____________________________________________________________________________
33935[ 8430] By: jhi on 2001/01/13 04:24:18
33936 Log: The LVRET macro needed an aTHX.
33937 Branch: perl
33938 ! pp.h
33939____________________________________________________________________________
33940[ 8429] By: jhi on 2001/01/13 02:12:42
33941 Log: Update Changes.
33942 Branch: perl
33943 ! Changes patchlevel.h
33944____________________________________________________________________________
14ba8b5c
JH
33945[ 8428] By: jhi on 2001/01/13 02:08:50
33946 Log: Subject: Re: [PATCH: perl@8342] lib/bigfloat.t FAILED at test 351
33947 From: Peter Prymmer <pvhp@forte.com>
33948 Date: Fri, 12 Jan 2001 16:27:36 -0800 (PST)
33949 Message-ID: <Pine.OSF.4.10.10101121623130.478096-100000@aspara.forte.com>
33950
33951 Add a BEGIN guard for sloppy floating point division.
33952 Branch: perl
33953 ! lib/Math/BigInt.pm lib/bigint.pl
33954____________________________________________________________________________
33955[ 8427] By: jhi on 2001/01/13 01:47:16
33956 Log: The B::Terse drop-in replacement wasn't quite drop-in.
33957 Branch: perl
33958 ! ext/B/B/Terse.pm
33959____________________________________________________________________________
33960[ 8426] By: jhi on 2001/01/12 21:20:43
33961 Log: Use UVXf.
33962 Branch: perl
33963 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
33964 ! config_h.SH configure.com epoc/config.sh sv.c uconfig.h
33965 ! uconfig.sh vos/config.alpha.def vos/config.alpha.h
33966 ! vos/config.ga.def vos/config.ga.h win32/config.bc
33967 ! win32/config.gc win32/config.vc
33968____________________________________________________________________________
33969[ 8425] By: jhi on 2001/01/12 20:20:14
33970 Log: Subject: [PATCH perl@8342] -Wformat
33971 From: Robin Barker <rmb1@cise.npl.co.uk>
33972 Date: Fri, 12 Jan 2001 20:03:14 GMT
33973 Message-Id: <200101122003.UAA29599@tempest.npl.co.uk>
33974 Branch: perl
33975 ! ext/Encode/Encode.xs mg.c sv.c toke.c
33976____________________________________________________________________________
33977[ 8424] By: jhi on 2001/01/12 20:01:48
33978 Log: Subject: B::Concise -- an improved replacement for B::Terse
33979 From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
33980 Date: Sat, 6 Jan 2001 20:18:05 -0800 (PST)
33981 Message-ID: <14935.43597.962940.803717@soda.csua.berkeley.edu>
33982 Branch: perl
33983 + ext/B/B/Concise.pm
33984 ! MANIFEST ext/B/B/Terse.pm
33985____________________________________________________________________________
33986[ 8423] By: jhi on 2001/01/12 19:24:02
33987 Log: The new metaconfig unit from the #8421.
33988 Branch: metaconfig/U/perl
33989 + d_sigprocmask.U
33990____________________________________________________________________________
33991[ 8422] By: jhi on 2001/01/12 19:23:43
33992 Log: Forgot the microperl config from the #8421.
33993 Branch: perl
33994 ! uconfig.h uconfig.sh
33995____________________________________________________________________________
33996[ 8421] By: jhi on 2001/01/12 19:05:27
33997 Log: Add sigprocmask() probe, regen Configure, regen toc.
33998 Branch: perl
33999 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
34000 ! config_h.SH configure.com epoc/config.sh mg.c pod/perltoc.pod
34001 ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
34002 ! vos/config.ga.h win32/config.bc win32/config.gc
34003 ! win32/config.vc
34004____________________________________________________________________________
34005[ 8420] By: jhi on 2001/01/12 18:34:31
34006 Log: Add sockatmark() to the todo list.
34007 Branch: perl
34008 ! Todo-5.6
34009____________________________________________________________________________
34010[ 8419] By: jhi on 2001/01/12 18:09:46
34011 Log: Rename RETVAL_MAX to RETURN_UNLIMITED_NUMBER.
34012 Branch: perl
34013 ! op.c
34014____________________________________________________________________________
34015[ 8418] By: jhi on 2001/01/12 18:05:30
34016 Log: Subject: Re: [PATCH] [ID 20001223.002] lvalues in list context
34017 From: Radu Greab <radu@netsoft.ro>
34018 Message-ID: <14943.15321.515713.119805@ix.netsoft.ro>
34019 Date: Fri, 12 Jan 2001 19:16:09 +0200 (EET)
34020 Branch: perl
34021 ! op.c t/pragma/sub_lval.t
34022____________________________________________________________________________
34023[ 8417] By: jhi on 2001/01/12 16:09:09
34024 Log: Subject: [PATCH @8404] Consolidated lvalue sub changes
34025 From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
34026 Date: Wed, 10 Jan 2001 21:36:51 -0800 (PST)
34027 Message-ID: <14941.16925.736415.785818@soda.csua.berkeley.edu>
34028 Branch: perl
34029 ! doop.c embed.h embed.pl op.c op.h opcode.h opcode.pl
34030 ! pod/perldiag.pod pod/perlintern.pod pod/perlsub.pod pp.c pp.h
34031 ! pp.sym pp_ctl.c pp_hot.c pp_proto.h proto.h t/lib/b.t
34032 ! t/pragma/sub_lval.t toke.c
34033____________________________________________________________________________
34034[ 8416] By: jhi on 2001/01/12 15:42:06
34035 Log: Subject: RE: [PATCH] [ID 20001223.002] lvalues in list context
34036 From: "Richard Soderberg" <rs@crystalflame.net>
34037 Date: Fri, 12 Jan 2001 04:49:35 -0800
34038 Message-ID: <NAEKLNAAHLMBPMPNBMLEAELDCKAA.rs@crystalflame.net>
34039
34040 Replace 10000 with RETVAL_MAX, and compute RETVAL_MAX
34041 according to the platform.
34042 Branch: perl
34043 ! op.c
34044____________________________________________________________________________
34045[ 8415] By: jhi on 2001/01/12 15:33:41
34046 Log: One more UTF-8 fix from Inaba Hiroto.
34047 Branch: perl
34048 ! pp.c regexec.c t/pragma/utf8.t
34049____________________________________________________________________________
34050[ 8414] By: jhi on 2001/01/12 15:30:18
34051 Log: Mea culpa: I botched up Hugo's "Tw" bug fix when applying it.
34052 Branch: perl
34053 ! regexec.c
34054____________________________________________________________________________
34055[ 8413] By: jhi on 2001/01/12 15:22:10
34056 Log: Subject: [Patch perl@8375] pragma/subs.t ......FAILED tests 1-2 using Bison's parser
34057 From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
34058 Date: Thu, 11 Jan 2001 12:53:36 +0100
34059 Message-ID: <5930DC161690D2119667009027157547038123E1@madt009a.siemens.es>
34060 Branch: perl
34061 ! toke.c
34062____________________________________________________________________________
34063[ 8412] By: jhi on 2001/01/12 15:20:25
34064 Log: Subject: [PATCH: perl@8342] updates to posix-bc hints file
34065 From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
34066 Date: Fri, 12 Jan 2001 14:37:55 +0100
34067 Message-ID: <5930DC161690D21196670090271575470384E3FC@madt009a.siemens.es>
34068 Branch: perl
34069 ! hints/posix-bc.sh
34070____________________________________________________________________________
34071[ 8411] By: jhi on 2001/01/12 15:14:14
34072 Log: Subject: [PATCH: perl@8342] op/regmesg FAILED at test 33 on EBCDIC machines
34073 From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
34074 Date: Fri, 12 Jan 2001 10:42:21 +0100
34075 Message-ID: <5930DC161690D211966700902715754703812F33@madt009a.siemens.es>
34076 Branch: perl
34077 ! t/op/regmesg.t
34078____________________________________________________________________________
34079[ 8410] By: jhi on 2001/01/12 05:48:55
34080 Log: Subject: Re: [ID 20010101.004] Not OK: perl v5.7.0 +DEVEL8268 on i586-linux-64int-ld 2.2.17-21mdk (UNINSTALLED)
34081 From: Nicholas Clark <nick@ccl4.org>
34082 Date: Sun, 7 Jan 2001 19:47:14 +0000
34083 Message-ID: <20010107194714.B1048@plum.flirble.org>
34084 Branch: perl
34085 ! t/op/numconvert.t
34086____________________________________________________________________________
34087[ 8409] By: jhi on 2001/01/12 05:41:28
34088 Log: Integrate perlio.
34089 Branch: perl
34090 !> mg.c scope.h
34091____________________________________________________________________________
34092[ 8408] By: nick on 2001/01/11 22:43:28
34093 Log: Remove variables that were used in experiments.
34094 Branch: perlio
34095 ! mg.c
34096____________________________________________________________________________
34097[ 8407] By: nick on 2001/01/11 20:57:44
34098 Log: Catch die in %SIG handler and unblock the signal before re-dying.
34099 This make Linux work _without_ sigsetjmp().
34100 Turn off sigsetjmp() to see what else it does.
34101 May need Configure probe for sigprocmask() if anything has sigaction()
34102 but not sigprocmask().
34103 Branch: perlio
34104 ! mg.c scope.h
34105____________________________________________________________________________
34106[ 8406] By: nick on 2001/01/11 19:32:07
34107 Log: Integrate mainline
34108 Branch: perlio
34109 !> Changes ext/IO/lib/IO/Socket/INET.pm ext/Socket/Socket.pm mg.c
34110 !> patchlevel.h perl.h regexec.c t/op/re_tests t/op/split.t
34111 !> t/op/substr.t
34112____________________________________________________________________________
34113[ 8405] By: jhi on 2001/01/11 17:11:01
34114 Log: Fix UTF-8 lval substr().
34115 Branch: perl
34116 ! mg.c t/op/substr.t
34117____________________________________________________________________________
34118[ 8404] By: jhi on 2001/01/11 05:13:58
34119 Log: Update Changes.
34120 Branch: perl
34121 ! Changes patchlevel.h
34122____________________________________________________________________________
31a5f8c1
JH
34123[ 8403] By: jhi on 2001/01/11 04:38:24
34124 Log: Subject: Re: [ID 20001029.005] Regex error: "cd. (A. Tw)" !~ /\((\w\. \w+)\)/
34125 From: Hugo <hv@crypt.compulink.co.uk>
34126 Date: Mon, 30 Oct 2000 01:33:26 +0000
34127 Message-Id: <200010300133.BAA10390@crypt.compulink.co.uk>
34128 Branch: perl
34129 ! regexec.c t/op/re_tests
34130____________________________________________________________________________
34131[ 8402] By: jhi on 2001/01/11 04:26:12
34132 Log: Integrate perlio.
34133 Branch: perl
34134 !> scope.h util.c
34135____________________________________________________________________________
34136[ 8401] By: nick on 2001/01/10 22:52:55
34137 Log: Allow control of 2nd arg to segsetjmp() via -DSCOPE_SAVES_SIGNAL_MASK.
34138 (So Alan and Ilya can try setting via hints.)
34139 Verified Linux "works" with it true and fails to re-enable SIGINT if false.
34140 Restoring sigmask in Perl_sighandler() if handler dies is not equivalent;
34141 doing the save everywhere seems to restart read() correctly, but just
34142 doing it once "round" the handler does not.
34143 Branch: perlio
34144 ! scope.h
34145____________________________________________________________________________
34146[ 8400] By: jhi on 2001/01/10 21:57:54
34147 Log: Not defining PERL_PRESERVE_IVUV fixes only the op/inc problem
34148 of IRIX, HP-UX is unaffected.
34149 Branch: perl
34150 ! perl.h
34151____________________________________________________________________________
34152[ 8399] By: nick on 2001/01/10 21:29:19
34153 Log: Safe fix for Simon's pclose() doing SvIVX of undef -> core bug.
34154 Branch: perlio
34155 ! util.c
34156____________________________________________________________________________
34157[ 8398] By: jhi on 2001/01/10 20:55:31
4617e9a3 34158 Log: Add ReuseAddr as a (preferred) alias for Reuse as we now
31a5f8c1
JH
34159 also have ReusePort.
34160 Branch: perl
34161 ! ext/IO/lib/IO/Socket/INET.pm
34162____________________________________________________________________________
34163[ 8397] By: jhi on 2001/01/10 20:50:57
34164 Log: Subject: [PATCH] add ReusePort option to IO::Socket::INET for better multicast support (resend)
34165 From: "Jeremy D. Zawodny" <jzawodn@yahoo-inc.com>
34166 Date: Wed, 10 Jan 2001 01:38:13 -0800
34167 Message-ID: <20010110013813.B41744@yahoo-inc.com>
34168 Branch: perl
34169 ! ext/IO/lib/IO/Socket/INET.pm
34170____________________________________________________________________________
34171[ 8396] By: jhi on 2001/01/10 20:49:30
34172 Log: Subject: [PATCH] add SO_REUSEPORT to export list in Socket.pm for better multicast support (resend)
34173 From: "Jeremy D. Zawodny" <jzawodn@yahoo-inc.com>
34174 Date: Wed, 10 Jan 2001 01:37:32 -0800
34175 Message-ID: <20010110013732.A41744@yahoo-inc.com>
34176 Branch: perl
34177 ! ext/Socket/Socket.pm
34178____________________________________________________________________________
34179[ 8395] By: jhi on 2001/01/10 20:41:37
34180 Log: Test for bug id 20010105.016 (fixed by #8378).
34181 Branch: perl
34182 ! t/op/split.t
34183____________________________________________________________________________
34184[ 8394] By: jhi on 2001/01/10 20:26:32
34185 Log: Integrate perlio.
34186 Branch: perl
34187 ! util.c
34188____________________________________________________________________________
34189[ 8393] By: nick on 2001/01/10 19:34:30
34190 Log: Back out Simon's pid hackery for now.
34191 Branch: perlio
34192 ! util.c
34193____________________________________________________________________________
34194[ 8392] By: nick on 2001/01/10 19:23:13
34195 Log: Integrate mainline. (Builds but does not work - something broke pipes...)
34196 Branch: perlio
34197 !> (integrate 29 files)
34198____________________________________________________________________________
34199[ 8391] By: jhi on 2001/01/10 18:43:15
34200 Log: Subject: [PATCH] Fix my_pclose segfault
34201 From: Simon Cozens <simon@cozens.net>
34202 Date: Wed, 10 Jan 2001 18:39:35 +0000
34203 Message-ID: <20010110183934.A25640@pembro26.pmb.ox.ac.uk>
34204 Branch: perl
34205 ! util.c
34206____________________________________________________________________________
34207[ 8390] By: jhi on 2001/01/10 18:42:08
34208 Log: Subject: [PATCH perl@8269] Opcode.XS, fix memory leak
34209 From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
34210 Date: Wed, 10 Jan 2001 13:23:02 EST
34211 Message-Id: <010110132245.8129a@DUPHY4.Physics.Drexel.Edu>
34212 Branch: perl
34213 ! ext/Opcode/Opcode.xs
34214____________________________________________________________________________
34215[ 8389] By: jhi on 2001/01/10 15:16:07
34216 Log: Turn off the integer preservation for now.
34217 Branch: perl
34218 ! perl.h
34219____________________________________________________________________________
34220[ 8388] By: jhi on 2001/01/10 15:01:25
34221 Log: Few more IDE/editor nits from p5p.
34222 Branch: perl
34223 ! pod/perlfaq3.pod
34224____________________________________________________________________________
34225[ 8387] By: jhi on 2001/01/10 06:53:16
34226 Log: Subject: Re: [ID 20010109.003] Patch 8138 broke a test in libwww
34227 To: "Andreas J. Koenig" <andreas.koenig@anima.de>
34228 Date: Tue, 9 Jan 2001 23:16:02 +0000
34229 Message-ID: <20010109231602.A81101@plum.flirble.org>
34230 Branch: perl
34231 ! sv.c
34232____________________________________________________________________________
34233[ 8386] By: jhi on 2001/01/10 03:17:54
34234 Log: Test cases for #8385 (from Simon's "torture.pl")
34235 Branch: perl
34236 ! t/op/tr.t
34237____________________________________________________________________________
34238[ 8385] By: jhi on 2001/01/10 03:17:11
34239 Log: Subject: Re: more UTF8 test suites and an UTF8 patch
34240 From: Inaba Hiroto <inaba@sdd.tokyo-sc.toshiba.co.jp>
34241 Date: Wed, 10 Jan 2001 11:39:39 +0900
34242 Message-Id: <10101100239.AA10002@tux0017.sdd.tokyo-sc.toshiba.co.jp>
34243
34244 Some more UTF-8 tr cases fixed.
34245 Branch: perl
34246 ! doop.c
34247____________________________________________________________________________
34248[ 8384] By: jhi on 2001/01/09 22:45:40
34249 Log: Allow the locale test needing POSIX and the taint test
34250 needing IPC::SysV to run under 'minitest' (basically,
34251 bail out if loading the extension fails)
34252 Branch: perl
34253 ! t/op/misc.t t/op/taint.t
34254____________________________________________________________________________
34255[ 8383] By: jhi on 2001/01/09 21:36:04
34256 Log: Subject: [PATCH @8382] Remove FileHandle/IO dependence in t/io/openpid.t
34257 From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
34258 Date: Tue, 9 Jan 2001 13:33:22 -0800 (PST)
34259 Message-ID: <14939.33475.474459.147429@soda.csua.berkeley.edu>
34260 Branch: perl
34261 ! t/io/openpid.t
34262____________________________________________________________________________
34263[ 8382] By: jhi on 2001/01/09 21:06:08
34264 Log: save_delete(), err, SAVEDELETE() fixes from Charles Lane.
34265 Should finish up the bug id 20001205.022.
34266 Branch: perl
34267 ! pp.c pp_hot.c scope.c
34268____________________________________________________________________________
34269[ 8381] By: jhi on 2001/01/09 18:27:43
34270 Log: Subject: Re: [PATCH: perl@8342] comp/proto..........FAILED tests 112-123
34271 From: Andy Dougherty <doughera@lafayette.edu>
34272 Date: Tue, 9 Jan 2001 12:11:16 -0500 (EST)
34273 Message-ID: <Pine.SOL.4.10.10101091144440.13124-100000@maxwell.phys.lafayette.edu>
34274
34275 More robust yacc/bison error detection.
34276 Branch: perl
34277 ! t/comp/proto.t
34278____________________________________________________________________________
34279[ 8380] By: jhi on 2001/01/09 15:21:38
34280 Log: Subject: [PATCH] make t/op/misc.t work on VMS
34281 From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
34282 Date: Tue, 9 Jan 2001 07:53:55 EST
34283 Message-Id: <010109075323.91c8f@DUPHY4.Physics.Drexel.Edu>
34284 Branch: perl
34285 ! t/op/misc.t vms/test.com
34286____________________________________________________________________________
34287[ 8379] By: jhi on 2001/01/09 15:20:38
34288 Log: Subject: [ID 20001230.003] UTF-8 tr still hurts
34289 From: jhi@cc.hut.fi
34290 Date: Sat, 30 Dec 2000 22:57:32 +0200 (EET)
34291 Message-Id: <200012302057.WAA31168@alpha.hut.fi>
34292
34293 The #8378 fixed this.
34294 Branch: perl
34295 ! t/op/tr.t
34296____________________________________________________________________________
34297[ 8378] By: jhi on 2001/01/09 15:05:32
34298 Log: Subject: One more patch for UTF8
34299 From: Inaba Hiroto <inaba@st.rim.or.jp>
34300 Date: Tue, 09 Jan 2001 01:04:32 +0900
34301 Message-ID: <3A59E510.52BAB5B9@st.rim.or.jp>
34302
34303 UTF-8 fixes for 'x' and tr///.
34304 Branch: perl
34305 ! doop.c embed.h embed.pl op.c pod/perlapi.pod pp.c proto.h
34306 ! regcomp.c regexec.c toke.c utf8.c
34307____________________________________________________________________________
34308[ 8377] By: jhi on 2001/01/09 14:32:17
34309 Log: Make explicit our assumption that (for now) "\x{80}" produces UTF-8.
34310 Branch: perl
34311 ! t/op/length.t
34312____________________________________________________________________________
34313[ 8376] By: jhi on 2001/01/09 04:32:32
34314 Log: integrate changes #7775, #8316, #8316 from mainline
34315 Branch: maint-5.6/perl
34316 ! hints/solaris_2.sh
34317____________________________________________________________________________
34318[ 8375] By: jhi on 2001/01/09 04:26:43
34319 Log: Update Changes.
34320 Branch: perl
34321 ! Changes patchlevel.h
34322____________________________________________________________________________
3a80aac8
JH
34323[ 8374] By: jhi on 2001/01/09 04:14:32
34324 Log: IDE/editor section tweaking.
34325 Branch: perl
34326 ! pod/perlfaq3.pod
34327____________________________________________________________________________
34328[ 8373] By: jhi on 2001/01/09 02:38:26
34329 Log: Subject: [PATCH: perl@8342] updates to OS/390 hints file
34330 From: Peter Prymmer <pvhp@forte.com>
34331 Date: Mon, 8 Jan 2001 18:06:51 -0800 (PST)
34332 Message-ID: <Pine.OSF.4.10.10101081805530.239173-100000@aspara.forte.com>
34333
34334 In preparation os OS/390 dynamic loading.
34335 Branch: perl
34336 ! README.os390 hints/os390.sh
34337____________________________________________________________________________
34338[ 8372] By: jhi on 2001/01/09 00:24:30
34339 Log: Integrate with perlio.
34340 Branch: perl
34341 !> embed.h embed.pl gv.c mg.c perl.h proto.h sv.c
34342____________________________________________________________________________
34343[ 8371] By: nick on 2001/01/08 23:54:33
34344 Log: Fix "scalars leaked" bugs caused by overload magic
34345 (Highlighted by Ilya's DESTROY optimization.)
34346 Branch: perlio
34347 ! embed.h embed.pl gv.c mg.c perl.h proto.h sv.c
34348____________________________________________________________________________
34349[ 8370] By: nick on 2001/01/08 20:19:41
34350 Log: Integrate mainline
34351 Branch: perlio
34352 !> README.epoc dump.c ext/GDBM_File/GDBM_File.xs gv.c
34353 !> lib/Getopt/Long.pm mg.c op.c scope.c sv.c t/io/pipe.t
34354 !> t/op/64bitint.t
34355____________________________________________________________________________
34356[ 8369] By: jhi on 2001/01/08 17:30:52
34357 Log: save_delete() Safefree() doesn't (anymore?) work with shared
34358 strings, one test failure in op/misc and almost all of lib/b.
34359 (Outcomments #8369.)
34360 Branch: perl
34361 ! scope.c
34362____________________________________________________________________________
34363[ 8368] By: jhi on 2001/01/08 14:47:10
34364 Log: (Outcommented by #8369.)
34365
34366 Subject: Re: Perl BugID 20001205.022 ---- save_delete
34367 From: Simon Cozens <simon@cozens.net>
34368 Date: Sat, 6 Jan 2001 11:48:40 +0000
34369 Message-ID: <20010106114840.A13227@deep-dark-truthful-mirror.perlhacker.org>
34370
34371 The save_delete() does need the Safefree.
34372 Branch: perl
34373 ! scope.c
34374____________________________________________________________________________
34375[ 8367] By: bailey on 2001/01/08 08:53:52
34376 Log: Once again syncing after too long an absence
34377 Branch: vmsperl
34378 +> (branch 55 files)
34379 - MAINTAIN fix_pl vos/config.def vos/config.h
34380 - vos/config_h.SH_orig
34381 !> (integrate 498 files)
34382____________________________________________________________________________
34383[ 8366] By: jhi on 2001/01/08 02:42:59
34384 Log: Subject: [ID 20010107.012] [PATCH] 18446744073709551616e0 was treated as UV=18446744073709551615
34385 From: nick@ccl4.org
34386 Date: Sun, 7 Jan 2001 21:07:18 +0000
34387 Message-Id: <20010107210717.D1048@plum.flirble.org>
34388 Branch: perl
34389 ! sv.c t/op/64bitint.t
34390____________________________________________________________________________
34391[ 8365] By: jhi on 2001/01/08 02:35:16
34392 Log: Subject: [PATCH] environ nit
34393 From: Simon Cozens <simon@cozens.net>
34394 Date: Sun, 7 Jan 2001 17:57:07 +0000
34395 Message-ID: <20010107175707.A2013@pembro26.pmb.ox.ac.uk>
34396
34397 Use environ only if we have it.
34398 Branch: perl
34399 ! mg.c
34400____________________________________________________________________________
34401[ 8364] By: jhi on 2001/01/08 02:24:51
34402 Log: Replace #6721, GDBM, system malloc, and LEAKTEST.
34403 Branch: perl
34404 ! ext/GDBM_File/GDBM_File.xs
34405____________________________________________________________________________
34406[ 8363] By: jhi on 2001/01/08 02:19:24
34407 Log: Subject: [PATCH @8344] Fix spurious GVSV OPpOUR_INTRO
34408 From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
34409 Date: Sat, 6 Jan 2001 15:25:02 -0800 (PST)
34410 Message-ID: <14935.41722.239364.55174@soda.csua.berkeley.edu>
34411 Branch: perl
34412 ! dump.c op.c
34413____________________________________________________________________________
34414[ 8362] By: jhi on 2001/01/08 02:17:43
34415 Log: Subject: [patch] xsub AUTOLOAD fix/optimization
34416 From: Doug MacEachern <dougm@covalent.net>
34417 Date: Sat, 6 Jan 2001 09:30:05 -0800 (PST)
34418 Message-ID: <Pine.LNX.4.10.10101060924280.24460-100000@mojo.covalent.net>
34419
34420 Allow AUTOLOAD to be an xsub and allow such xsubs
34421 to avoid use of $AUTOLOAD.
34422 Branch: perl
34423 ! gv.c
34424____________________________________________________________________________
34425[ 8361] By: jhi on 2001/01/08 02:16:07
34426 Log: Subject: Re: [PATCH] Re: [ID 20010105.002] close() on process filehandle leaves defunct process
34427 From: Radu Greab <radu@netsoft.ro>
34428 Date: Sun, 7 Jan 2001 03:16:55 +0200 (EET)
34429 Message-ID: <14935.50055.838449.408835@ix.netsoft.ro>
34430
34431 No need for the potentially unportable $SIG{CHLD}.
34432 Branch: perl
34433 ! t/io/pipe.t
34434____________________________________________________________________________
34435[ 8360] By: jhi on 2001/01/08 01:58:23
34436 Log: Update to Getopt::Long 2.24_02, from Johan Vromans.
34437 Branch: perl
34438 ! lib/Getopt/Long.pm
34439____________________________________________________________________________
34440[ 8359] By: jhi on 2001/01/08 01:55:44
34441 Log: Integrate perlio.
34442 Branch: perl
34443 !> ext/Encode/Encode.xs lib/ExtUtils/typemap perl.c perlio.c
34444 !> perlio.h pp.c pp_hot.c pp_sys.c sv.c t/lib/tie-refhash.t
34445 !> utf8.c win32/Makefile
34446____________________________________________________________________________
34447[ 8358] By: jhi on 2001/01/07 21:16:50
34448 Log: Update the EPOC cross SDK URL.
34449 Branch: perl
34450 ! README.epoc
34451____________________________________________________________________________
34452[ 8357] By: jhi on 2001/01/07 21:16:09
34453 Log: Update the EPOC cross SDK URL.
34454 Branch: maint-5.6/perl
34455 ! README.epoc
34456____________________________________________________________________________
34457[ 8356] By: nick on 2001/01/06 21:47:52
34458 Log: FILE * in XS code for PerlIO world:
34459 - make PERLIO_NOT_STDIO 0 (co-existance) default for non PERL_CORE case.
34460 - Add FILE * T_STDIO typemap.
34461 - Finish PerlIO_findFILE() and PerlIO_extprtFILE()
34462 Branch: perlio
34463 ! lib/ExtUtils/typemap perlio.c perlio.h
34464____________________________________________________________________________
34465[ 8355] By: jhi on 2001/01/06 20:27:15
31a5f8c1 34466 Log: integrate change #8336 from mainline
3a80aac8
JH
34467
34468 Scoping of %^H still broken in both perl@8269 and perl-5.6.1-TRIAL1
34469 Branch: maint-5.6/perl
34470 ! hv.c
34471____________________________________________________________________________
34472[ 8354] By: jhi on 2001/01/06 20:24:29
34473 Log: Subject: [PATCH 5.6.1-TRIAL1 and @8223]; was Re: Perlbug 20000322.006 status update
34474 From: Robin Barker <rmb1@cise.npl.co.uk>
34475 Date: Fri, 22 Dec 2000 12:17:38 GMT
34476 Message-Id: <200012221217.MAA21332@tempest.npl.co.uk>
34477
34478 The patch reformats some long =item lines so they give
34479 correct output via pod2man | nroff -man
34480
34481 Subject: [PATCH 5.[67].1]; as Re: [PATCH 5.6.1-TRIAL1 and @8223]; was Re: Perlbug 20000322.006 status update
34482 From: Robin Barker <rmb1@cise.npl.co.uk>
34483 Date: Tue, 2 Jan 2001 15:35:03 GMT
34484 Message-Id: <200101021535.PAA15161@tempest.npl.co.uk>
34485
34486 Here is a _further_ patch which corrects a few more errors:
34487 * an empty C<=item> in CPAN.pm
34488 * patching the wrong file (pod/perlamiga.pod not README.amiga)
34489 * leaving empty C<=item>s which formatted incorrectly
34490 * over long C<=item>s revealed by latest patch to Pod::Man
34491 Branch: maint-5.6/perl
34492 ! README.amiga lib/CGI.pm lib/CPAN.pm lib/Pod/Select.pm
34493 ! lib/Text/ParseWords.pm lib/Win32.pod pod/perl.pod
34494 ! pod/perl5004delta.pod pod/perl5005delta.pod pod/perlapi.pod
34495 ! pod/perldelta.pod pod/perldiag.pod pod/perlembed.pod
34496 ! pod/perlfaq4.pod pod/perllocale.pod pod/perlmodlib.pod
34497 ! pod/perlrequick.pod pod/perlretut.pod pod/perlsub.pod
34498____________________________________________________________________________
34499[ 8353] By: jhi on 2001/01/06 20:21:10
34500 Log: integrate changes #7980, 7990, 8056, 8057 from mainline
34501
34502 UTF-8 hash keys.
34503 Branch: maint-5.6/perl
34504 ! embed.h embed.pl hv.c hv.h perlapi.c proto.h t/op/each.t
34505____________________________________________________________________________
34506[ 8352] By: jhi on 2001/01/06 20:18:44
34507 Log: Forgotten from #8438.
34508 Branch: maint-5.6/perl
34509 ! epoc/epocish.h
34510____________________________________________________________________________
34511[ 8351] By: jhi on 2001/01/06 20:18:12
34512 Log: Forgotten from #8347.
34513 Branch: maint-5.6/perl
34514 ! config_h.SH
34515____________________________________________________________________________
34516[ 8350] By: jhi on 2001/01/06 20:00:19
34517 Log: Thinko in #8347.
34518 Branch: maint-5.6/perl
34519 ! regcomp.c
34520____________________________________________________________________________
34521[ 8349] By: jhi on 2001/01/06 18:05:30
34522 Log: Copy the FAQ3 IDE section from the development branch,
34523 changes originally by Peter Prymmer.
34524 Branch: maint-5.6/perl
34525 ! pod/perlfaq3.pod
34526____________________________________________________________________________
34527[ 8348] By: jhi on 2001/01/06 18:03:02
34528 Log: EPOC updates for TRIAL1.
34529
34530 Subject: [5.6.1 trial1] EPOC update
34531 From: Olaf Flebbe <O.Flebbe@science-computing.de>
34532 Date: Sun, 31 Dec 2000 16:04:52 +0100 (CET)
34533 Message-ID: <Pine.LNX.4.02.10012311603040.14097-100000@milkyway.science-computing.de>
34534
34535 Subject: epoc patch2 for perl-5.6.1-trial1
34536 From: Olaf Flebbe <O.Flebbe@science-computing.de>
34537 Date: Sat, 6 Jan 2001 13:55:53 +0100 (CET)
34538 Message-ID: <Pine.LNX.4.02.10101061355220.26469-100000@milkyway.science-computing.de>
34539 Branch: maint-5.6/perl
34540 ! README.epoc epoc/config.sh epoc/createpkg.pl epoc/epoc.c
34541 ! epoc/epocish.c
34542____________________________________________________________________________
34543[ 8347] By: jhi on 2001/01/06 17:29:10
34544 Log: integrate changes #7710,7824,7973 from mainline,
34545 plus VMS nits from Peter Prymmer and Dan Sugalski.
34546
34547 AIX 4.2 (using latest patchlevels on 20001130) has a broken bind
34548 library (getprotobyname and getprotobynumber are outversioned by
34549 the same calls in libc, at least for xlc version 3.
34550
34551 Add HAS_SBRK_PROTO.
34552
34553 Fixes for signedness warnings noticed by VMSperlers.
34554 Branch: maint-5.6/perl
34555 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
34556 ! configure.com epoc/config.sh hints/aix.sh malloc.c regcomp.c
34557 ! sv.c vms/descrip_mms.template vos/config.alpha.def
34558 ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
34559 ! win32/config.bc win32/config.gc win32/config.vc
34560____________________________________________________________________________
34561[ 8346] By: nick on 2001/01/06 14:36:01
34562 Log: Fixup accumulated integrate muddles (perlio == devperl again)
34563 Branch: perlio
34564 ! ext/Encode/Encode.xs perl.c pp_sys.c t/lib/tie-refhash.t
34565____________________________________________________________________________
34566[ 8345] By: nick on 2001/01/06 14:24:58
34567 Log: Integrate mainline
34568 Branch: perlio
34569 !> (integrate 55 files)
34570____________________________________________________________________________
34571[ 8344] By: jhi on 2001/01/06 02:24:02
34572 Log: Subject: [patch] PerlIO_cleanup() prototype
34573 From: Doug MacEachern <dougm@covalent.net>
34574 Date: Fri, 5 Jan 2001 18:15:31 -0800 (PST)
34575 Message-ID: <Pine.LNX.4.10.10101051813220.340-100000@mojo.covalent.net>
34576 Branch: perl
34577 ! perlio.h
34578____________________________________________________________________________
34579[ 8343] By: jhi on 2001/01/06 01:04:09
34580 Log: IRIX compiler noticed that the bof initialization might be
34581 bypassed by control flow.
34582 Branch: perl
34583 ! toke.c
34584____________________________________________________________________________
34585[ 8342] By: jhi on 2001/01/06 00:10:48
34586 Log: Update Changes.
34587 Branch: perl
34588 ! Changes patchlevel.h
34589____________________________________________________________________________
4f995af1
JH
34590[ 8341] By: jhi on 2001/01/05 23:52:33
34591 Log: Add a note about EBCDIC versus UTF-8 to a potential problem spot.
34592 Branch: perl
34593 ! toke.c
34594____________________________________________________________________________
34595[ 8340] By: jhi on 2001/01/05 22:44:08
34596 Log: Subject: [PATCH] Re: [ID 20010105.002] close() on process filehandle leaves defunct process
34597 From: Radu Greab <radu@netsoft.ro>
34598 Date: Fri, 5 Jan 2001 21:04:33 +0200 (EET)
34599 Message-ID: <14934.6849.742435.23178@ix.netsoft.ro>
34600 Branch: perl
34601 ! t/io/pipe.t util.c
34602____________________________________________________________________________
34603[ 8339] By: jhi on 2001/01/05 22:35:17
34604 Log: Subject: [PATCH] format and rewording in perlfaq.pod
34605 From: Robin Barker <rmb1@cise.npl.co.uk>
34606 Date: Fri, 5 Jan 2001 18:51:20 GMT
34607 Message-Id: <200101051851.SAA03310@tempest.npl.co.uk>
34608 Branch: perl
34609 ! pod/perlfaq.pod
34610____________________________________________________________________________
34611[ 8338] By: jhi on 2001/01/05 22:31:17
34612 Log: Subject: [patch: perl@8327] have perlbug's Save to File respect -F flag
34613 From: Peter Prymmer <pvhp@forte.com>
34614 Date: Fri, 5 Jan 2001 14:02:13 -0800 (PST)
34615 Message-ID: <Pine.OSF.4.10.10101051357400.28294-100000@aspara.forte.com>
34616 Branch: perl
34617 ! utils/perlbug.PL
34618____________________________________________________________________________
34619[ 8337] By: jhi on 2001/01/05 18:15:11
34620 Log: Subject: [PATCH 5.7.1/Configure] failure to set src='.'
34621 From: Robin Barker <rmb1@cise.npl.co.uk>
34622 Date: Tue, 2 Jan 2001 15:24:07 GMT
34623 Message-Id: <200101021524.PAA15145@tempest.npl.co.uk>
34624
34625 If you call configure as C<./Configure> or C<sh ./Configure>,
34626 $src is set to the absolute path name, not '.'.
34627
34628 This, in turn, means -Dmksymlink tries to do its stuff because
34629 it does not think it is in the src directory.
34630
34631 (plus a metaconfig nitfix)
34632 Branch: metaconfig
34633 ! U/compline/ccflags.U U/modified/src.U
34634 Branch: perl
34635 ! Configure config_h.SH
34636____________________________________________________________________________
34637[ 8336] By: jhi on 2001/01/05 17:48:32
34638 Log: Subject: Re: [Fwd: Scoping of %^H still broken in both perl@8269 and perl-5.6.1-TRIAL1]
34639 From: Alan Burlison <Alan.Burlison@uk.sun.com>
34640 Message-ID: <3A5606C4.473D2226@uk.sun.com>
34641 Date: Fri, 05 Jan 2001 17:39:16 +0000
34642 Branch: perl
34643 ! hv.c
34644____________________________________________________________________________
34645[ 8335] By: jhi on 2001/01/05 16:05:44
34646 Log: Upgrade to Getopt::Long 2.24_01, from Johan Vromans.
34647 Branch: perl
34648 ! lib/Getopt/Long.pm
34649____________________________________________________________________________
34650[ 8334] By: jhi on 2001/01/05 16:00:51
34651 Log: Subject: PATCH 5.6.1 & blead 8327 -- workaround for t/io/fs.t
34652 From: Raphael Manfredi <Raphael_Manfredi@pobox.com>
34653 Date: Fri, 05 Jan 2001 13:46:51 +0100
34654 Message-ID: <13693.978698811@nice.ram.loc>
34655
34656 Apparently, the glibc2.2 + linux 2.4.0 + NFS combination prevent
34657 accurate reading of the "atime".
34658 Branch: perl
34659 ! t/io/fs.t
34660____________________________________________________________________________
34661[ 8333] By: jhi on 2001/01/05 15:57:37
34662 Log: Subject: [PATCH] Re: ebcdic <-> ascii tables interjected in uv <-> utf8 considered harmful
34663 From: Simon Cozens <simon@cozens.net>
34664 Date: Fri, 8 Dec 2000 13:33:31 +0000
34665 Message-ID: <20001208133331.A11535@deep-dark-truthful-mirror.perlhacker.org>
34666
34667 A lost patch fragment.
34668 Branch: perl
34669 ! doop.c
34670____________________________________________________________________________
34671[ 8332] By: jhi on 2001/01/05 15:40:42
34672 Log: Do away with strncpy() and a fixed length buffer.
34673 Branch: perl
34674 ! utf8.c
34675____________________________________________________________________________
34676[ 8331] By: jhi on 2001/01/05 15:03:07
34677 Log: Tests for #8329 and #8330.
34678 Branch: perl
34679 ! t/op/bop.t
34680____________________________________________________________________________
34681[ 8330] By: jhi on 2001/01/05 15:02:38
34682 Log: "\x{FF}\xFF" was broken, the \xFF was appended in its
34683 raw 8-bit form to the UTF-8 string.
34684 Branch: perl
34685 ! toke.c
34686____________________________________________________________________________
34687[ 8329] By: jhi on 2001/01/05 14:55:13
34688 Log: Subject: [PATCH perl@8327] strings with \x{..} in the middle are corrupted
34689 From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
34690 Date: Fri, 5 Jan 2001 12:28:52 +0100
34691 Message-ID: <5930DC161690D211966700902715754703738F96@madt009a.siemens.es>
34692
34693 UTF-8 parsing fix that seems to be needed for EBCDIC, in ASCII
34694 no effect. (changed the strncpy() to Copy())
34695 Branch: perl
34696 ! toke.c
34697____________________________________________________________________________
34698[ 8328] By: jhi on 2001/01/05 06:44:27
34699 Log: UTF-8 cleanup.
34700 Branch: perl
34701 ! doop.c op.c pp.c pp_ctl.c pp_hot.c pp_sys.c regcomp.c
34702 ! regexec.c sv.c toke.c
34703____________________________________________________________________________
34704[ 8327] By: jhi on 2001/01/05 01:11:29
34705 Log: Subject: [PATCH perl@8268] Test::Harness doesn't use IO (was Re: [PATCH 5.7.0] Re: Tests depending on extensions, and `make minitest')
34706 From: Radu Greab <radu@netsoft.ro>
34707 Message-ID: <14933.5458.672637.641215@ix.netsoft.ro>
34708 Date: Fri, 5 Jan 2001 02:29:06 +0200 (EET)
34709
34710 Cleans up Harness to not use FileHandle, which uses IO.
34711 Branch: perl
34712 ! lib/Test/Harness.pm t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
34713____________________________________________________________________________
34714[ 8326] By: jhi on 2001/01/05 00:56:37
34715 Log: Update Changes.
34716 Branch: perl
34717 ! Changes patchlevel.h
34718____________________________________________________________________________
57aa58c0
JH
34719[ 8325] By: jhi on 2001/01/05 00:53:18
34720 Log: Subject: Re: [patch bug 20010103.019] Re: perl@8269: failure to build on NT 4.0.1381 with MSVC (fwd)
34721 From: Peter Prymmer <pvhp@forte.com>
34722 Date: Thu, 4 Jan 2001 14:20:15 -0800 (PST)
34723 Message-ID: <Pine.OSF.4.10.10101041406420.492782-100000@aspara.forte.com>
34724
34725 plus a couple more tailing whitespace removals.
34726 Branch: perl
34727 ! win32/Makefile
34728____________________________________________________________________________
34729[ 8324] By: jhi on 2001/01/05 00:47:39
34730 Log: Add some Unicode chop() tests.
34731 Branch: perl
34732 ! t/op/chop.t
34733____________________________________________________________________________
34734[ 8323] By: jhi on 2001/01/05 00:47:23
34735 Log: Unify UTF-8 malformedness handling.
34736 Branch: perl
34737 ! doop.c pp.c sv.c toke.c utf8.c utf8.h
34738____________________________________________________________________________
34739[ 8322] By: jhi on 2001/01/04 22:21:54
34740 Log: The new $issymlink was unknown to Mksymlinks.
34741 Branch: metaconfig/U/perl
34742 ! Mksymlinks.U issymlink.U
34743 Branch: perl
34744 ! Configure config_h.SH
34745____________________________________________________________________________
34746[ 8321] By: jhi on 2001/01/04 21:51:05
34747 Log: The test didn't work under the core test framework.
34748 Branch: perl
34749 ! t/lib/st-lock.t
34750____________________________________________________________________________
34751[ 8320] By: jhi on 2001/01/04 21:14:22
34752 Log: DB3 NDBM/ODBM emulation tweaks from Stanislav Brabec <utx@penguin.cz>.
34753 Branch: perl
34754 ! INSTALL ext/NDBM_File/NDBM_File.xs ext/ODBM_File/ODBM_File.xs
34755____________________________________________________________________________
34756[ 8319] By: jhi on 2001/01/04 20:46:17
34757 Log: Typo in #8312 when manually appying a problematic patch fragment.
34758 Branch: perl
34759 ! ext/Storable/Storable.xs
34760____________________________________________________________________________
34761[ 8318] By: jhi on 2001/01/04 20:43:01
34762 Log: The $sh_c didn't fly.
34763 Branch: metaconfig
34764 ! U/compline/ccflags.U U/compline/d_keepsig.U U/modified/Head.U
34765 ! U/modified/Loc.U U/modified/myhostname.U
34766 ! U/modified/spitshell.U
34767 Branch: metaconfig/U/perl
34768 ! issymlink.U
34769 Branch: perl
34770 ! Configure config_h.SH
34771____________________________________________________________________________
34772[ 8317] By: jhi on 2001/01/04 19:58:01
34773 Log: AIX builtin test -h is broken, changes based on
34774
34775 Subject: [PATCH] 8297. Symlink stuff breaks on AIX 4 bsh
34776 Date: Tue, 02 Jan 2001 11:24:39 +0100
34777 From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
34778 Message-Id: <20010102093747.A6F7.H.M.BRAND@hccnet.nl>
34779 Branch: metaconfig
34780 + U/modified/spitshell.U
34781 ! U/compline/ccflags.U U/compline/d_keepsig.U U/modified/Head.U
34782 ! U/modified/Loc.U U/modified/myhostname.U
34783 Branch: metaconfig/U/perl
34784 ! Mksymlinks.U issymlink.U
34785 Branch: perl
34786 ! Configure
34787____________________________________________________________________________
34788[ 8316] By: jhi on 2001/01/04 19:02:22
34789 Log: Subject: [PATCH] Re: New attempt on hints/solaris_2.sh
34790 From: Andy Dougherty <doughera@lafayette.edu>
34791 Message-ID: <Pine.SOL.4.10.10101031518320.28840-100000@maxwell.phys.lafayette.edu>
34792 Date: Wed, 3 Jan 2001 15:36:06 -0500 (EST)
34793
34794 Beware of GNU ld.
34795 Branch: perl
34796 ! hints/solaris_2.sh
34797____________________________________________________________________________
34798[ 8315] By: jhi on 2001/01/04 18:56:48
34799 Log: From: Lupe Christoph <lupe@lupe-christoph.de>
34800 Subject: Re: [PATCH 5.7.1/Configure] failure to set src='.'
34801 Date: Wed, 3 Jan 2001 07:58:51 +0100
34802 Message-ID: <20010103075851.P4594@alanya.lupe-christoph.de>
34803 Branch: perl
34804 ! hints/solaris_2.sh
34805____________________________________________________________________________
34806[ 8314] By: jhi on 2001/01/04 18:54:07
34807 Log: Subject: Re: [PATCH @8269] Continue blocks and B::Deparse
34808 From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
34809 Date: Wed, 3 Jan 2001 13:48:04 -0800 (PST)
34810 Message-ID: <14931.40265.379608.910008@soda.csua.berkeley.edu>
34811
34812 Doc tweak on #8313.
34813 Branch: perl
34814 ! ext/B/B/Deparse.pm
34815____________________________________________________________________________
34816[ 8313] By: jhi on 2001/01/04 18:52:27
34817 Log: Subject: [PATCH @8269] Continue blocks and B::Deparse
34818 Date: Wed, 3 Jan 2001 13:31:53 -0800 (PST)
34819 From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
34820 Message-ID: <14931.37732.62835.279605@soda.csua.berkeley.edu>
34821
34822 Make the peephole optimizer to bypass more null ops and
34823 and rewrite the deparse handling of continue blocks.
34824 Branch: perl
34825 ! ext/B/B/Deparse.pm op.c op.h t/lib/b.t
34826____________________________________________________________________________
34827[ 8312] By: jhi on 2001/01/04 18:47:39
34828 Log: Upgrade to Storable 1.0.7, from Raphael Manfredi.
34829 Branch: perl
34830 ! ext/Storable/ChangeLog ext/Storable/Makefile.PL
34831 ! ext/Storable/Storable.pm ext/Storable/Storable.xs
34832 ! t/lib/st-lock.t
34833____________________________________________________________________________
34834[ 8311] By: jhi on 2001/01/04 18:36:08
34835 Log: Add a new MakeMaker variable PM_FILTER that defines a Unix
34836 filter to be run on each .pm during the pm_to_blib() phase,
34837 a fixed version of
34838
34839 Subject: PATCH (blead 8269) ExtUtils::MakeMaker
34840 From: Raphael Manfredi <Raphael_Manfredi@pobox.com>
34841 Date: Wed, 03 Jan 2001 22:01:30 +0100
34842 Message-ID: <5296.978555690@nice.ram.loc>
34843 Branch: perl
34844 ! lib/ExtUtils/Install.pm lib/ExtUtils/MM_Unix.pm
34845 ! lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MM_Win32.pm
34846 ! lib/ExtUtils/MakeMaker.pm
34847____________________________________________________________________________
34848[ 8310] By: jhi on 2001/01/04 18:32:54
34849 Log: Subject: [PATCH 5.[67].1]; as Re: [PATCH 5.6.1-TRIAL1 and @8223]; was Re: Perlbug 20000322.006 status update
34850 From: Robin Barker <rmb1@cise.npl.co.uk>
34851 Date: Tue, 2 Jan 2001 15:35:03 GMT
34852 Message-Id: <200101021535.PAA15161@tempest.npl.co.uk>
34853 Branch: perl
34854 ! README.amiga lib/CPAN.pm lib/Win32.pod pod/perl56delta.pod
34855 ! pod/perlrequick.pod
34856____________________________________________________________________________
34857[ 8309] By: jhi on 2001/01/04 18:29:07
34858 Log: Subject: Re: [patch] static-ize XS()
34859 From: Doug MacEachern <dougm@covalent.net>
34860 Date: Mon, 1 Jan 2001 15:26:01 -0800 (PST)
34861 Message-ID: <Pine.LNX.4.10.10101011523560.3379-100000@mojo.covalent.net>
34862
34863 Provide prototypes for the XS functions.
34864 Branch: perl
34865 ! lib/ExtUtils/xsubpp
34866____________________________________________________________________________
34867[ 8308] By: jhi on 2001/01/04 18:27:44
34868 Log: Subject: [patch] typemap =~ s/croak/Perl_croak/
34869 From: Doug MacEachern <dougm@covalent.net>
34870 Date: Mon, 1 Jan 2001 11:41:57 -0800 (PST)
34871 Message-ID: <Pine.LNX.4.10.10101011139570.3379-100000@mojo.covalent.net>
34872 Branch: perl
34873 ! lib/ExtUtils/typemap
34874____________________________________________________________________________
34875[ 8307] By: jhi on 2001/01/04 18:25:25
34876 Log: Subject: Re: [patch] MM_Unix cpprun shortcut
34877 From: Doug MacEachern <dougm@covalent.net>
34878 Date: Wed, 3 Jan 2001 20:09:57 -0800 (PST)
34879 Message-ID: <Pine.LNX.4.10.10101032009330.280-100000@mojo.covalent.net>
34880
34881 Add a .c.i: MakeMaker make rule to create cpreprocessed outputs.
34882 Branch: perl
34883 ! lib/ExtUtils/MM_Unix.pm
34884____________________________________________________________________________
34885[ 8306] By: jhi on 2001/01/04 18:23:00
34886 Log: Subject: [PATCH perl@8269] Corrections for Perl_yylex_r (used by a reentrant parser as Bison)
34887 From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
34888 Date: Thu, 4 Jan 2001 12:47:10 +0100
34889 Message-ID: <5930DC161690D21196670090271575470370111A@madt009a.siemens.es>
34890
34891 The toke.c part only, patching embed.h and proto.h is futile.
34892 Branch: perl
34893 ! toke.c
34894____________________________________________________________________________
34895[ 8305] By: jhi on 2001/01/04 18:05:51
34896 Log: Subject: [PATCH perl@8269] scanning two hex-constants fails on EBCDIC environment (script length.t)
34897 From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
34898 Date: Thu, 4 Jan 2001 17:50:12 +0100
34899 Message-ID: <5930DC161690D211966700902715754703738AA6@madt009a.siemens.es>
34900 Branch: perl
34901 ! toke.c
34902____________________________________________________________________________
34903[ 8304] By: jhi on 2001/01/04 18:03:26
34904 Log: Subject: [PATCH perl@8269]
34905 From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
34906 Date: Thu, 4 Jan 2001 12:53:39 +0100
34907 Message-ID: <5930DC161690D211966700902715754703701130@madt009a.siemens.es>
34908
34909 If running byacc write-enable also perly.h.
34910 Branch: perl
34911 ! Makefile.SH
34912____________________________________________________________________________
34913[ 8303] By: jhi on 2001/01/04 15:40:49
34914 Log: Rewrite pp_concat() in terms of sv_catsv().
34915 Branch: perl
34916 ! pp_hot.c
34917____________________________________________________________________________
34918[ 8302] By: nick on 2001/01/03 22:43:22
34919 Log: Integrate mainline.
34920 Branch: perlio
34921 !> ext/Encode/Encode.xs sv.c utf8.c
34922____________________________________________________________________________
34923[ 8301] By: jhi on 2001/01/02 23:40:26
34924 Log: Variable naming tweak.
34925 Branch: perl
34926 ! sv.c
34927____________________________________________________________________________
34928[ 8300] By: jhi on 2001/01/02 23:40:02
34929 Log: Use the UTF8_XXX macros in is_utf8_char(), a performance nit
34930 in is_utf8_string().
34931 Branch: perl
34932 ! utf8.c
34933____________________________________________________________________________
34934[ 8299] By: jhi on 2001/01/02 22:14:40
34935 Log: Integrate perlio.
34936 Branch: perl
34937 !> pp.c pp_hot.c win32/Makefile
34938____________________________________________________________________________
34939[ 8298] By: nick on 2001/01/02 22:03:06
34940 Log: Turn SvUTF8 off if not required in pp_chr and pp_stringify.
34941 Branch: perlio
34942 ! pp.c pp_hot.c
34943____________________________________________________________________________
34944[ 8297] By: jhi on 2001/01/02 04:26:28
34945 Log: Signedness nit.
34946 Branch: perl
34947 ! ext/Encode/Encode.xs
34948____________________________________________________________________________
34949[ 8296] By: nick on 2001/01/01 23:49:36
34950 Log: Add Encode and correct Filter/Util/Call in nmake Makefile
34951 Branch: perlio
34952 ! win32/Makefile
34953____________________________________________________________________________
34954[ 8295] By: jhi on 2001/01/01 23:05:48
34955 Log: Integrate perlio.
34956 Branch: perl
34957 !> ext/Encode/Encode.pm ext/Encode/Encode.xs pp_hot.c
34958 !> t/lib/encode.t
34959____________________________________________________________________________
34960[ 8294] By: nick on 2001/01/01 22:48:34
34961 Log: Integrate mainline
34962 Branch: perlio
34963 ! pp_hot.c t/lib/encode.t
34964 !> (integrate 65 files)
34965____________________________________________________________________________
34966[ 8293] By: nick on 2001/01/01 21:58:50
34967 Log: More rigor in UTF-8-ness of Encode's toUnicode
34968 XS export some of the utf8 internal functions.
34969 Test some of the functions.
34970 Fix pp_concat() bug shown by said tests.
34971 Branch: perlio
34972 ! ext/Encode/Encode.pm ext/Encode/Encode.xs pp_hot.c
34973 ! t/lib/encode.t
34974____________________________________________________________________________
34975[ 8292] By: jhi on 2001/01/01 18:11:44
34976 Log: Integrate perlio.
34977 Branch: perl
34978 !> ext/Encode/Encode.pm ext/Encode/Encode.xs ext/Encode/compile
34979 !> ext/Encode/encengine.c ext/Encode/encode.h
34980____________________________________________________________________________
34981[ 8291] By: jhi on 2001/01/01 18:10:58
34982 Log: Podify README.mpeix (a new version from the web),
34983 add a dummy NAME to Carp::Heavy, regen toc.
34984 Branch: perl
34985 ! README.mpeix lib/Carp/Heavy.pm pod/buildtoc.PL pod/perl.pod
34986 ! pod/perltoc.pod
34987____________________________________________________________________________
34988[ 8290] By: nick on 2001/01/01 17:43:47
34989 Log: Loose the "Loading..." warning.
34990 Another bug in fallback support
34991 Branch: perlio
34992 ! ext/Encode/Encode.pm ext/Encode/encengine.c
34993____________________________________________________________________________
34994[ 8289] By: jhi on 2001/01/01 00:01:57
34995 Log: Bump up Larry's copyright.
34996 Branch: perl
34997 ! EXTERN.h INTERN.h README av.c av.h cop.h cv.h deb.c doio.c
34998 ! doop.c dump.c ext/DynaLoader/dl_dld.xs form.h gv.c gv.h
34999 ! handy.h hv.c hv.h mg.c mg.h op.c op.h perl.c perl.h perly.y
35000 ! pp.c pp.h pp_ctl.c pp_hot.c pp_sys.c regcomp.c regexec.c run.c
35001 ! scope.c sv.c sv.h toke.c utf8.c utf8.h util.c util.h
35002 ! x2p/EXTERN.h x2p/INTERN.h x2p/a2p.c x2p/a2p.h x2p/a2p.y
35003 ! x2p/a2py.c x2p/hash.c x2p/hash.h x2p/proto.h x2p/str.c
35004 ! x2p/str.h x2p/util.c x2p/util.h x2p/walk.c
35005____________________________________________________________________________
35006[ 8288] By: nick on 2000/12/31 21:27:53
35007 Log: Fix .ucm reading - forgot a chr()
35008 Start of .ucm write (for .enc to .ucm)
35009 Branch: perlio
35010 ! ext/Encode/compile
35011____________________________________________________________________________
35012[ 8287] By: jhi on 2000/12/31 18:15:56
35013 Log: Comment away a diagnostic message as noted by Craig A. Berry
35014 (the unexpected message was confusing testing)
35015 Branch: perl
35016 ! ext/Encode/Encode.pm
35017____________________________________________________________________________
35018[ 8286] By: jhi on 2000/12/31 18:14:51
35019 Log: Subject: [PATCH perl@8269] ext/Encode/Makefile.PL line shortening
35020 Date: Sun, 31 Dec 2000 11:17:37 -0600
35021 From: "Craig A. Berry" <craigberry@mac.com>
35022 Message-Id: <5.0.2.1.0.20001230195844.025636c0@exchi01>
35023 Branch: perl
35024 ! ext/Encode/Makefile.PL
35025____________________________________________________________________________
35026[ 8285] By: nick on 2000/12/31 18:11:54
35027 Log: Start of support of ICU-style .ucm files:
35028 - teach compile how to read a .ucm file
35029 - first guess at how to represent fallbacks in "tries".
35030 - use fallbacks if check == 0
35031 - new return code to indicate we used one.
35032 Branch: perlio
35033 ! ext/Encode/Encode.pm ext/Encode/Encode.xs ext/Encode/compile
35034 ! ext/Encode/encengine.c ext/Encode/encode.h
35035____________________________________________________________________________
35036[ 8284] By: jhi on 2000/12/31 18:04:41
35037 Log: Pacify picky VMS compiler.
35038
35039 Subject: perl@8269, whiny Compaq C compiler, unsigned expressions
35040 From: "Craig A. Berry" <craig.berry@psinetcs.com>
35041 Date: Sat, 30 Dec 2000 18:10:02 -0600
35042 Message-Id: <200012310010.CAA09719@tiku.hut.fi>
35043 Branch: perl
35044 ! sv.c
35045____________________________________________________________________________
35046[ 8283] By: jhi on 2000/12/31 16:11:47
35047 Log: Wrong alarm: cygwin's getpwuid() is just fine (from Gerrit P. Haase)
35048 Branch: perl
35049 ! t/lib/glob-basic.t
35050____________________________________________________________________________
35051[ 8282] By: jhi on 2000/12/31 15:26:11
35052 Log: Integrate perlio.
35053 Branch: perl
35054 !> makedef.pl opcode.pl os2/os2.c perlio.c
35055____________________________________________________________________________
35056[ 8281] By: nick on 2000/12/31 10:06:15
35057 Log: Tweak perlio.c so that makedef.pl-exported perlsio_binmode()
35058 is available to be exported
35059 Branch: perlio
35060 ! makedef.pl perlio.c
35061____________________________________________________________________________
35062[ 8280] By: nick on 2000/12/31 09:41:26
35063 Log: Ilya's OS2 patch (testing for damage on Win32)
35064 Branch: perlio
35065 ! makedef.pl opcode.pl os2/os2.c
35066____________________________________________________________________________
35067[ 8279] By: jhi on 2000/12/30 21:52:07
35068 Log: Test nits.
35069 Branch: perl
35070 ! t/lib/syslfs.t t/op/lfs.t
35071____________________________________________________________________________
35072[ 8278] By: jhi on 2000/12/30 21:47:49
35073 Log: Subject: Re: [ID 20001229.001] Not OK: perl v5.7.0 +DEVEL8221 on i686-linux 2.4.0-test13pre4-ac2 -2 (UNINSTALLED)
35074 From: andreas.koenig@anima.de (Andreas J. Koenig)
35075 Date: 30 Dec 2000 22:35:37 +0100
35076 Message-ID: <m3vgs1a8ye.fsf@ak-71.mind.de>
35077
35078 The 32-bit wraparound test wasn't quite right.
35079 Branch: perl
35080 ! t/lib/syslfs.t t/op/lfs.t
35081____________________________________________________________________________
35082[ 8277] By: jhi on 2000/12/30 21:33:44
35083 Log: Subject: [PATCH] open() example in perlfunc.pod
35084 From: Karsten Sperling <s_sperli@ira.uka.de>
35085 Date: Sat, 30 Dec 2000 22:27:09 +0100
35086 Message-ID: <"iraun1.ira.0090801:001230.213049"@ira.uka.de>
35087 Branch: perl
35088 ! pod/perlfunc.pod
35089____________________________________________________________________________
35090[ 8276] By: jhi on 2000/12/30 20:32:40
35091 Log: Not quite that many tests yet.
35092 Branch: perl
35093 ! t/op/pat.t
35094____________________________________________________________________________
35095[ 8275] By: jhi on 2000/12/30 20:26:58
35096 Log: Integrate perlio.
35097 Branch: perl
35098 !> toke.c
35099____________________________________________________________________________
35100[ 8274] By: jhi on 2000/12/30 20:24:56
35101 Log: Signedness nit.
35102 Branch: perl
35103 ! utf8.c
35104____________________________________________________________________________
35105[ 8273] By: jhi on 2000/12/30 20:15:46
35106 Log: Add a test case for 20000731.001 which was fixed by the #8267.
35107 Branch: perl
35108 ! t/op/pat.t
35109____________________________________________________________________________
35110[ 8272] By: nick on 2000/12/30 19:47:51
35111 Log: Tweak for MULTIPLICITY/USE_PERLIO
35112 Branch: perlio
35113 ! toke.c
35114____________________________________________________________________________
35115[ 8271] By: nick on 2000/12/30 19:46:45
35116 Log: Integrate mainline
35117 Branch: perlio
35118 +> lib/unicode/distinct.pm
35119 !> Changes MANIFEST doop.c embed.h embed.pl mg.c op.c op.h
35120 !> patchlevel.h perl.h pod/perlapi.pod pp.c pp_ctl.c pp_hot.c
35121 !> proto.h regcomp.c regcomp.h regexec.c sv.c t/op/split.t utf8.c
35122____________________________________________________________________________
35123[ 8270] By: jhi on 2000/12/30 19:39:50
35124 Log: Subject: RE: perl@8269
35125 From: "Richard Soderberg" <rs@crystalflame.net>
35126 Date: Sat, 30 Dec 2000 11:36:27 -0800
35127 Message-ID: <NAEKLNAAHLMBPMPNBMLEIEAKCKAA.rs@crystalflame.net>
35128
35129 A missing aTHX_.
35130 Branch: perl
35131 ! toke.c
35132____________________________________________________________________________
35133[ 8269] By: jhi on 2000/12/30 18:55:48
35134 Log: Update Changes.
35135 Branch: perl
35136 ! Changes patchlevel.h
35137____________________________________________________________________________
8d7a3e70
JH
35138[ 8268] By: jhi on 2000/12/30 17:18:40
35139 Log: Add a test for Unicode split //. The #8267 was the cure.
35140 Branch: perl
35141 ! t/op/split.t
35142____________________________________________________________________________
35143[ 8267] By: jhi on 2000/12/30 17:14:19
35144 Log: Subject: more UTF8 test suites and an UTF8 patch
35145 From: Inaba Hiroto <inaba@st.rim.or.jp>
35146 Date: Sat, 30 Dec 2000 14:27:10 +0900
35147 Message-ID: <3A4D722D.243AFD88@st.rim.or.jp>
35148
35149 Just the patch part for now, and the pragma renamed
35150 as unicode::distinct.
35151 Branch: perl
35152 + lib/unicode/distinct.pm
35153 ! MANIFEST doop.c embed.h embed.pl mg.c op.c op.h perl.h
35154 ! pod/perlapi.pod pp.c pp_ctl.c pp_hot.c proto.h regcomp.c
35155 ! regcomp.h regexec.c sv.c toke.c utf8.c
35156____________________________________________________________________________
35157[ 8266] By: nick on 2000/12/30 16:40:49
35158 Log: Integrate mainline
35159 Branch: perlio
35160 +> lib/Pod/Text/Overstrike.pm
35161 !> MANIFEST doio.c hints/dec_osf.sh hv.c lib/Pod/Man.pm
35162 !> lib/Pod/Text/Color.pm lib/Pod/Text/Termcap.pm op.c
35163 !> pod/pod2text.PL sv.c t/lib/syslfs.t t/op/join.t t/op/lfs.t
35164 !> t/pragma/constant.t t/pragma/sub_lval.t t/pragma/utf8.t util.c
35165 !> vms/vms.c vms/vmsish.h vms/vmspipe.com
35166____________________________________________________________________________
35167[ 8265] By: jhi on 2000/12/30 07:28:55
35168 Log: The sv_catsv() fix, take two.
35169 Branch: perl
35170 ! sv.c t/op/join.t
35171____________________________________________________________________________
35172[ 8264] By: jhi on 2000/12/30 06:19:18
35173 Log: Undo all the join-related changes since #8248: relevant
35174 portions of 8248, 8249, 8250, 8251, 8260, 8263 must go.
35175 The new sv_catsv() doesn't fly so it must go back to
35176 the drawing board.
35177 Branch: perl
35178 ! sv.c t/op/join.t t/pragma/utf8.t
35179____________________________________________________________________________
35180[ 8263] By: jhi on 2000/12/30 01:08:32
35181 Log: (Retracted by #8264) Tweak sv_catsv() some more.
35182 Branch: perl
35183 ! sv.c
35184____________________________________________________________________________
35185[ 8262] By: jhi on 2000/12/30 00:45:14
35186 Log: Retract #8261.
35187 Branch: perl
35188 ! hv.c util.c
35189____________________________________________________________________________
35190[ 8261] By: jhi on 2000/12/30 00:38:32
35191 Log: (Retracted by #8261). (Unsuccessful memory access tweaks.)
35192 Branch: perl
35193 ! hv.c util.c
35194____________________________________________________________________________
35195[ 8260] By: jhi on 2000/12/29 22:51:33
35196 Log: (Retracted by #8264) More fixing for #8251.
35197 Branch: perl
35198 ! sv.c
35199____________________________________________________________________________
35200[ 8259] By: jhi on 2000/12/29 18:27:30
35201 Log: Subject: podlators 1.06 released
35202 From: Russ Allbery <rra@stanford.edu>
35203 Date: 25 Dec 2000 05:09:30 -0800
35204 Message-ID: <ylwvcosl4l.fsf@windlord.stanford.edu>
35205 Branch: perl
35206 + lib/Pod/Text/Overstrike.pm
35207 ! MANIFEST lib/Pod/Man.pm lib/Pod/Text/Color.pm
35208 ! lib/Pod/Text/Termcap.pm pod/pod2text.PL
35209____________________________________________________________________________
35210[ 8258] By: jhi on 2000/12/29 18:20:45
35211 Log: Make the large file tests more robust/talkative as suggested by
35212
35213 Subject: Re: [ID 20001229.001] Not OK: perl v5.7.0 +DEVEL8221 on i686-linux 2.4.0-test13pre4-ac2 -2 (UNINSTALLED)
35214 From: andreas.koenig@anima.de (Andreas J. Koenig)
35215 Date: 29 Dec 2000 14:23:01 +0100
35216 Message-ID: <m3snn7uzt6.fsf@ak-71.mind.de>
35217 Branch: perl
35218 ! t/lib/syslfs.t t/op/lfs.t
35219____________________________________________________________________________
35220[ 8257] By: jhi on 2000/12/29 17:48:04
35221 Log: Further VMS piping fixes from Charles Lane:
35222
35223 In summary, error messages produced when a subprocess terminated
35224 abnormally were being sent not just to the parent process, but to
35225 grandparents, because of default values for error output that were
35226 not completely overridden when the subprocess was started.
35227
35228 This patch fixes this behavior by defining user-mode (i.e., temporary
35229 for the duration of the program) logical names for SYS$OUTPUT and
35230 SYS$ERROR when they are (re)opened inside Perl. And a bunch of other
35231 changes to make it so that the user-mode logicals are the ones that
35232 control where Perl's error messages go if it terminates abnormally.
35233
35234 I also added some gratuitous fixes to the indentation of braces in
35235 the piping code. It just looked ugly, before.
35236 Branch: perl
35237 ! doio.c vms/vms.c vms/vmsish.h vms/vmspipe.com
35238____________________________________________________________________________
35239[ 8256] By: jhi on 2000/12/29 17:45:12
35240 Log: Subject: [PATCH] Idea: Declare multiple constants at once (fwd)
35241 From: "Casey R. Tweten" <crt@kiski.net>
35242 Date: Fri, 29 Dec 2000 12:03:00 -0500 (EST)
35243 Message-ID: <Pine.OSF.4.21.0012291201150.17186-100000@home.kiski.net>
35244
35245 Tests for for #8240.
35246 Branch: perl
35247 ! t/pragma/constant.t
35248____________________________________________________________________________
35249[ 8255] By: jhi on 2000/12/29 17:43:07
35250 Log: Subject: Re: [PATCH] Interesting syntax idea
35251 From: Simon Cozens <simon@cozens.net>
35252 Date: Fri, 29 Dec 2000 14:34:04 +0000
35253 Message-ID: <20001229143404.A7762@deep-dark-truthful-mirror.perlhacker.org>
35254
35255 Tests for #8254.
35256 Branch: perl
35257 ! t/pragma/sub_lval.t
35258____________________________________________________________________________
35259[ 8254] By: jhi on 2000/12/29 17:42:11
35260 Log: Subject: [PATCH] Interesting syntax idea
35261 From: Simon Cozens <simon@cozens.net>
35262 Date: Wed, 27 Dec 2000 05:08:57 +0000
35263 Message-ID: <20001227050857.A11296@deep-dark-truthful-mirror.perlhacker.org>
35264
35265 Make opens + bareword assigns do typeglob assigns.
35266 Branch: perl
35267 ! op.c
35268____________________________________________________________________________
35269[ 8253] By: jhi on 2000/12/29 17:36:45
35270 Log: Output the (apparent) version of gcc, as suggested by
35271
35272 Subject: [ID 20001226.001] dec_osf.sh mis-parses gcc version 2.95.2 as less than 2.95, causing installation-failure
35273 From: jhbrown@ai.mit.edu (Jeremy H. Brown)
35274 Date: 26 Dec 2000 04:29:17 -0500
35275 Message-Id: <uv6puify1hu.fsf@suspiria.ai.mit.edu>
35276
35277 (The patch as such didn't any more apply as the misparsing had
35278 already been addressed in #6474.) Also change the wording about
35279 gcc 2.95.2, for Jeremy it didn't break sdbm, for me it did.
35280 Branch: perl
35281 ! hints/dec_osf.sh
35282____________________________________________________________________________
35283[ 8252] By: nick on 2000/12/29 12:14:31
35284 Log: Integrate mainline
35285 Branch: perlio
35286 !> (integrate 27 files)
35287____________________________________________________________________________
35288[ 8251] By: jhi on 2000/12/29 08:45:46
35289 Log: (Retracted by #8264)
35290
35291 (Fixed by #8260.)
35292
35293 sv_catsv() needs one more byte space than seems reasonable.
35294 (for join() and PERL_DESTRUCT_LEVEL=2, built with debugging).
35295 Curiouser and curiouser.
35296 Branch: perl
35297 ! sv.c
35298____________________________________________________________________________
35299[ 8250] By: jhi on 2000/12/29 07:57:52
35300 Log: More split // UTF-8 tests.
35301 Branch: perl
35302 ! t/pragma/utf8.t
35303____________________________________________________________________________
35304[ 8249] By: jhi on 2000/12/29 07:54:51
35305 Log: (Retracted by #8264) More join() testing which was good because
35306 it revealed a bug in #8248 (the UTF8_EIGHT_BIT_LO() was wrong).
35307 Branch: perl
35308 ! pp.c t/op/join.t utf8.c utf8.h
35309____________________________________________________________________________
35310[ 8248] By: jhi on 2000/12/29 07:08:32
35311 Log: (Retracted by #8264) Externally: join() was still quite UTF-8-unaware.
35312 Internally: sv_catsv() wasn't quite okay on UTF-8, it assumed
35313 that the only cases to care about are byte+byte and byte+character.
35314
35315 TODO: See how well pp_concat() could be implemented in terms
35316 of sv_catsv().
35317 Branch: perl
35318 ! doop.c sv.c t/op/join.t utf8.h
35319____________________________________________________________________________
35320[ 8247] By: jhi on 2000/12/29 06:35:23
35321 Log: Signedness nit.
35322 Branch: perl
35323 ! pp_hot.c
35324____________________________________________________________________________
35325[ 8246] By: jhi on 2000/12/29 01:23:31
35326 Log: Subject: Re: [ID 20001226.002] Not OK: perl v5.7.0 +DEVEL8221 on i86pc-solaris 2.8 (UNINSTALLED)
35327 From: Lupe Christoph <lupe@lupe-christoph.de>
35328 Date: Thu, 28 Dec 2000 23:00:00 +0100
35329 Message-ID: <20001228230000.F2574@alanya.lupe-christoph.de>
35330
35331 Suggest rsync --delete --dry-run.
35332 Branch: perl
35333 ! pod/perlhack.pod
35334____________________________________________________________________________
35335[ 8245] By: jhi on 2000/12/28 23:57:05
35336 Log: The maxiters upper limit sanity check (guarding against
35337 non-progress) assumed bytes instead of characters in s///
35338 and split().
35339 Branch: perl
35340 ! pp.c pp_hot.c
35341____________________________________________________________________________
35342[ 8244] By: jhi on 2000/12/28 23:34:08
35343 Log: Make some panic messages a bit more logical.
35344 Branch: perl
35345 ! doop.c pod/perldiag.pod pp.c pp_hot.c
35346____________________________________________________________________________
35347[ 8243] By: jhi on 2000/12/28 22:59:16
35348 Log: Subject: [PATCH] lvalue AUTOLOAD. No, really.
35349 From: Simon Cozens <simon@cozens.net>
35350 Date: Wed, 27 Dec 2000 02:30:03 +0000
35351 Message-ID: <20001227023003.A7677@deep-dark-truthful-mirror.perlhacker.org>
35352 Branch: perl
35353 ! pp.c t/pragma/sub_lval.t
35354____________________________________________________________________________
35355[ 8242] By: jhi on 2000/12/28 22:56:53
35356 Log: Subject: [PATCH blead] Fix B::Terse indentation
35357 From: Daniel Chetlin <daniel@chetlin.com>
35358 Date: Wed, 27 Dec 2000 06:43:30 -0800
35359 Message-ID: <20001227064329.B9573@darkstar>
35360 Branch: perl
35361 ! ext/B/B.pm ext/B/B/Terse.pm t/lib/b.t
35362____________________________________________________________________________
35363[ 8241] By: jhi on 2000/12/28 22:48:59
35364 Log: The latter patch from the
35365
35366 Subject: [PATCH: perl@8211] directory depth typo in one win32 Makefile
35367 From: Peter Prymmer <pvhp@forte.com>
35368 Date: Fri, 22 Dec 2000 14:52:12 -0800 (PST)
35369 Message-ID: <Pine.OSF.4.10.10012221433140.195493-100000@aspara.forte.com>
35370
35371 (the former patch from the above should have been
35372 taken care of by Nick I-S)
35373 Branch: perl
35374 ! win32/Makefile
35375____________________________________________________________________________
35376[ 8240] By: jhi on 2000/12/28 22:45:22
35377 Log: Subject: Re: [PATCH] Idea: Declare multiple constants at once
35378 From: "Casey R. Tweten" <crt@kiski.net>
35379 Date: Fri, 22 Dec 2000 10:35:53 -0500 (EST)
35380 Message-ID: <Pine.OSF.4.21.0012221032030.28992-100000@home.kiski.net>
35381 Branch: perl
35382 ! lib/constant.pm
35383____________________________________________________________________________
35384[ 8239] By: jhi on 2000/12/28 22:37:45
35385 Log: Subject: [PATCH] Re: [ID 19991001.003] sort(sub(arg)) misparsed as sort sub args
35386 From: Simon Cozens <simon@cozens.net>
35387 Date: Wed, 27 Dec 2000 14:12:44 +0000
35388 Message-ID: <20001227141244.A13344@deep-dark-truthful-mirror.perlhacker.org>
35389 Branch: perl
35390 ! t/op/method.t t/op/sort.t toke.c
35391____________________________________________________________________________
35392[ 8238] By: jhi on 2000/12/28 22:30:32
35393 Log: Subject: [PATCH perl@8229] Call.pm
35394 From: "Paul Marquess" <Paul.Marquess@btinternet.com>
35395 Date: Mon, 25 Dec 2000 10:47:15 -0000
35396 Message-ID: <000201c06e60$0b967760$a20a140a@bfs.phone.com>
35397 Branch: perl
35398 ! ext/Filter/Util/Call/Call.pm
35399____________________________________________________________________________
35400[ 8237] By: jhi on 2000/12/28 22:19:21
35401 Log: Subject: [PATCH blead] Fix problem with `&' prototype
35402 From: Daniel Chetlin <daniel@chetlin.com>
35403 Date: Wed, 27 Dec 2000 15:55:32 -0800
35404 Message-ID: <20001227155532.D9573@darkstar>
35405 Branch: perl
35406 ! op.c t/comp/proto.t
35407____________________________________________________________________________
35408[ 8236] By: jhi on 2000/12/28 22:09:25
35409 Log: Subject: Re: [PATCH blead] Fix segfault in gv_handler/mg_find
35410 From: Daniel Chetlin <daniel@chetlin.com>
35411 Date: Sun, 24 Dec 2000 04:09:49 -0800
35412 Message-ID: <20001224040949.B3090@darkstar>
35413 Branch: perl
35414 ! gv.c mg.c t/op/attrs.t
35415____________________________________________________________________________
35416[ 8235] By: jhi on 2000/12/28 22:07:11
35417 Log: Subject: [PATCH] Win32::Spawn() didn't inherit cwd and env correctly
35418 From: Jan Dubois <jand@ActiveState.com>
35419 Date: Tue, 26 Dec 2000 20:57:31 -0800
35420 Message-ID: <reti4ts0php3anruv0qcjru3tl850g3sfd@4ax.com>
35421 Branch: perl
35422 ! win32/win32.c
35423____________________________________________________________________________
35424[ 8234] By: jhi on 2000/12/28 21:52:42
35425 Log: Subject: Re: [PATCH] Warn on use of reference as array elem
35426 From: Simon Cozens <simon@cozens.net>
35427 Date: Thu, 28 Dec 2000 20:33:13 +0000
35428 Message-ID: <20001228203313.A2607@deep-dark-truthful-mirror.perlhacker.org>
35429 Branch: perl
35430 ! pod/perldiag.pod pp_hot.c t/pragma/warn/pp_hot
35431____________________________________________________________________________
35432[ 8233] By: jhi on 2000/12/28 19:40:49
35433 Log: Integrate perlio.
35434 Branch: perl
35435 !> ext/Encode/Makefile.PL ext/Encode/compile
35436____________________________________________________________________________
35437[ 8232] By: nick on 2000/12/23 16:06:00
35438 Log: Encode's Makefile.PL fix not good for dmake $(MAKEFILE) is set to -f Makefile
35439 and fails to make '-f'. (Also handle case where xxxx.c files have not been deleted.)
35440 Branch: perlio
35441 ! ext/Encode/Makefile.PL
35442____________________________________________________________________________
35443[ 8231] By: nick on 2000/12/23 14:30:34
35444 Log: "Compiled" encode build cleanup
35445 - Makefile uses catfile $(MAKEFILE) etc. for platform issues.
35446 - .c files do not export sub-tables
35447 Branch: perlio
35448 ! ext/Encode/Makefile.PL ext/Encode/compile
35449____________________________________________________________________________
35450[ 8230] By: nick on 2000/12/23 12:50:37
35451 Log: Integrate mainline
35452 Branch: perlio
35453 !> INSTALL lib/CGI.pm lib/CPAN.pm lib/Pod/Select.pm
35454 !> lib/Text/ParseWords.pm lib/Win32.pod pod/perl.pod
35455 !> pod/perl5004delta.pod pod/perl5005delta.pod
35456 !> pod/perl56delta.pod pod/perldelta.pod pod/perldiag.pod
35457 !> pod/perlembed.pod pod/perlfaq4.pod pod/perllocale.pod
35458 !> pod/perlmodlib.pod pod/perlrequick.pod pod/perlretut.pod
35459 !> pod/perlsub.pod
35460____________________________________________________________________________
35461[ 8229] By: jhi on 2000/12/22 15:32:12
35462 Log: Integrate perlio.
35463 Branch: perl
35464 +> win32/distclean.bat
35465 !> MANIFEST t/io/utf8.t
35466____________________________________________________________________________
35467[ 8228] By: jhi on 2000/12/22 15:29:40
35468 Log: Subject: [PATCH 5.6.1-TRIAL1 and @8223]; was Re: Perlbug 20000322.006 status +update
35469 From: Robin Barker <rmb1@cise.npl.co.uk>
35470 Date: Fri, 22 Dec 2000 12:17:38 GMT
35471 Message-Id: <200012221217.MAA21332@tempest.npl.co.uk>
35472 Branch: perl
35473 ! lib/CGI.pm lib/CPAN.pm lib/Pod/Select.pm
35474 ! lib/Text/ParseWords.pm lib/Win32.pod pod/perl.pod
35475 ! pod/perl5004delta.pod pod/perl5005delta.pod
35476 ! pod/perl56delta.pod pod/perldelta.pod pod/perldiag.pod
35477 ! pod/perlembed.pod pod/perlfaq4.pod pod/perllocale.pod
35478 ! pod/perlmodlib.pod pod/perlrequick.pod pod/perlretut.pod
35479 ! pod/perlsub.pod
35480____________________________________________________________________________
35481[ 8227] By: jhi on 2000/12/22 15:24:28
35482 Log: Subject: Re: A Configure option like 'otherlibdirs' but for *pre*pending?
35483 From: "John L. Allen" <allen@grumman.com>
35484 Date: Thu, 21 Dec 2000 14:39:58 -0500 (EST)
35485 Message-ID: <Pine.SOL.3.91.1001221133227.23511A-100000@gateway.grumman.com>
35486
35487 Document APPLLIB_EXP.
35488 Branch: perl
35489 ! INSTALL
35490____________________________________________________________________________
35491[ 8226] By: nick on 2000/12/21 22:11:50
35492 Log: Handy script for when one forgets to "dmake clean"
35493 Branch: perlio
35494 + win32/distclean.bat
35495 ! MANIFEST
35496____________________________________________________________________________
35497[ 8225] By: nick on 2000/12/21 21:54:04
35498 Log: CRLF platform issue with io/utf8 fix.
35499 Branch: perlio
35500 ! t/io/utf8.t
35501____________________________________________________________________________
35502[ 8224] By: nick on 2000/12/21 21:02:20
35503 Log: Integrate mainline
35504 Branch: perlio
35505 !> Changes Configure Makefile.SH Porting/Glossary
35506 !> Porting/config.sh Porting/config_H configure.com
35507 !> epoc/config.sh ext/Thread/Thread.xs patchlevel.h
35508 !> pod/perlfaq3.pod pod/perlfunc.pod pod/perltoc.pod pp_sys.c
35509 !> sv.c t/io/fs.t t/op/misc.t t/op/utf8decode.t t/pragma/utf8.t
35510 !> win32/config.bc win32/config.gc win32/config.vc
35511____________________________________________________________________________
35512[ 8223] By: jhi on 2000/12/21 17:09:16
35513 Log: Update Changes.
35514 Branch: perl
35515 ! Changes patchlevel.h
35516____________________________________________________________________________
35517[ 8222] By: jhi on 2000/12/21 16:24:01
35518 Log: Metaconfig unit changes for #8221.
35519 Branch: metaconfig/U/perl
35520 +> issymlink.U
35521 - testsyml.U
35522 ! Mksymlinks.U
35523____________________________________________________________________________
5b9313d5
JH
35524[ 8221] By: jhi on 2000/12/21 16:23:48
35525 Log: Rename testsyml to issymlink.
35526 Branch: perl
35527 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
35528 ! epoc/config.sh pod/perltoc.pod win32/config.bc win32/config.gc
35529 ! win32/config.vc
35530____________________________________________________________________________
35531[ 8220] By: jhi on 2000/12/21 15:47:26
35532 Log: Robustness support for #8218 (symlink forest) since the GNU
35533 tools seem to be overly picky about symlinkage depths.
35534 Branch: perl
35535 ! Makefile.SH t/io/fs.t
35536____________________________________________________________________________
35537[ 8219] By: jhi on 2000/12/21 15:38:27
35538 Log: Metaconfig changes for #8218.
35539 Branch: metaconfig
35540 ! U/modified/Oldconfig.U
35541 Branch: metaconfig/U/perl
35542 + Mksymlinks.U
35543 ! testsyml.U
35544____________________________________________________________________________
35545[ 8218] By: jhi on 2000/12/21 15:37:57
35546 Log: Add Configure option -Dmksymlinks which will create a symlink
35547 forest if the current/build differs from the source directory.
35548 TODO: mkdir -p is not portable.
35549 Branch: perl
35550 ! Configure
35551____________________________________________________________________________
35552[ 8217] By: jhi on 2000/12/21 14:39:12
35553 Log: Subject: [PATCH] Re: Latest tarball doesn't build with threads
35554 From: Nick Ing-Simmons <nik@tiuk.ti.com>
35555 Date: Thu, 21 Dec 2000 09:38:18 GMT
35556 Message-Id: <200012210938.JAA29043@mikado.tiuk.ti.com>
35557
35558 The ofs became an SV.
35559 Branch: perl
35560 ! ext/Thread/Thread.xs
35561____________________________________________________________________________
35562[ 8216] By: jhi on 2000/12/21 05:40:21
35563 Log: The polymorphism seems to have fixed 20000517.001.
35564 Branch: perl
35565 ! t/pragma/utf8.t
35566____________________________________________________________________________
35567[ 8215] By: jhi on 2000/12/21 04:44:52
35568 Log: read() documentation tweak for 20001121.004.
35569 Branch: perl
35570 ! pod/perlfunc.pod
35571____________________________________________________________________________
35572[ 8214] By: jhi on 2000/12/21 03:54:11
35573 Log: Fix for 20001210.003, "write(FH) on closed FH causes segv".
35574 Branch: perl
35575 ! pp_sys.c t/op/misc.t
35576____________________________________________________________________________
35577[ 8213] By: jhi on 2000/12/21 00:28:10
35578 Log: Subject: [patch: perl@8211]VMS: add -Duseperlio capacity to configure.com
35579 From: Peter Prymmer <pvhp@forte.com>
35580 Date: Wed, 20 Dec 2000 16:13:32 -0800 (PST)
35581 Message-ID: <Pine.OSF.4.10.10012201609140.11967-100000@aspara.forte.com>
35582 Branch: perl
35583 ! configure.com
35584____________________________________________________________________________
35585[ 8212] By: jhi on 2000/12/21 00:26:21
35586 Log: Edit edit edit.
35587 Branch: perl
35588 ! pod/perlfaq3.pod
35589____________________________________________________________________________
35590[ 8211] By: jhi on 2000/12/20 18:52:46
35591 Log: Update Changes.
35592 Branch: perl
35593 ! Changes patchlevel.h
35594____________________________________________________________________________
594a1bcd
JH
35595[ 8210] By: jhi on 2000/12/20 18:34:47
35596 Log: Yet another editor edit.
35597 Branch: perl
35598 ! pod/perlfaq3.pod
35599____________________________________________________________________________
35600[ 8209] By: jhi on 2000/12/20 15:33:28
35601 Log: More Win32 Perling.
35602 Branch: perl
35603 ! pod/perlfaq3.pod
35604____________________________________________________________________________
35605[ 8208] By: jhi on 2000/12/20 15:07:46
35606 Log: More Win32 editor/IDE/shell hints.
35607 Branch: perl
35608 ! pod/perlfaq3.pod
35609____________________________________________________________________________
35610[ 8207] By: jhi on 2000/12/20 03:54:08
35611 Log: Subject: [PATCH] obscure timing knowledge
35612 From: Nicholas Clark <nick@ccl4.org>
35613 Date: Tue, 19 Dec 2000 19:22:31 +0000
35614 Message-ID: <20001219192231.F2827@plum.flirble.org>
35615 Branch: perl
35616 ! sv.c
35617____________________________________________________________________________
35618[ 8206] By: jhi on 2000/12/20 03:45:57
35619 Log: Subject: [ID 20001219.011] Not OK: perl v5.7.1 +DEVEL8205 on alpha-dec_osf-perlio-multi 4.0f (UNINSTALLED)
35620 From: Spider Boardman <spider@leggy.zk3.dec.com>
35621 Date: Tue, 19 Dec 2000 21:30:16 -0500
35622 Message-Id: <200012200230.VAA17619@leggy.zk3.dec.com>
35623 Branch: perl
35624 ! sv.c
35625____________________________________________________________________________
35626[ 8205] By: jhi on 2000/12/19 23:02:01
35627 Log: Update Changes.
35628 Branch: perl
35629 ! Changes patchlevel.h
35630____________________________________________________________________________
9d5bc5c9
JH
35631[ 8204] By: jhi on 2000/12/19 22:58:18
35632 Log: Recode the naughty binary bytes ([\x00-\x08\x0b-\x1f\x7f-\xff])
35633 using the \xHH notation. No more inlined UTF-8, sigh, but easier
35634 on editors and diffing/patching.
35635 Branch: perl
35636 ! t/op/utf8decode.t
35637____________________________________________________________________________
35638[ 8203] By: nick on 2000/12/19 21:36:16
35639 Log: Integrate mainline (forgot my own change...)
35640 Branch: perlio
35641 !> ext/Encode/compile
35642____________________________________________________________________________
35643[ 8202] By: nick on 2000/12/19 21:34:42
35644 Log: Integrate mainline.
35645 Branch: perlio
35646 !> (integrate 61 files)
35647____________________________________________________________________________
35648[ 8201] By: nick on 2000/12/19 21:34:06
35649 Log: Avoid looking for File::Glob when we don't need it.
35650 Branch: perl
35651 ! ext/Encode/compile
35652____________________________________________________________________________
35653[ 8200] By: jhi on 2000/12/19 18:35:49
35654 Log: Update Changes.
35655 Branch: perl
35656 ! Changes patchlevel.h
35657____________________________________________________________________________
0052ac31
JH
35658[ 8199] By: jhi on 2000/12/19 18:35:07
35659 Log: Microperl tweaks.
35660 Branch: perl
35661 ! sv.c uconfig.h uconfig.sh
35662____________________________________________________________________________
35663[ 8198] By: jhi on 2000/12/19 18:29:59
35664 Log: Regen Configure, nitfix uconfig.sh (d_vendorarch is needed).
35665 Branch: perl
35666 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
35667 ! config_h.SH pod/perltoc.pod uconfig.h uconfig.sh
35668____________________________________________________________________________
35669[ 8197] By: jhi on 2000/12/19 17:55:29
35670 Log: In VMS embedded perls couldn't access the statically built Socket,
35671 from Charles Lane.
35672 Branch: perl
35673 ! configure.com
35674____________________________________________________________________________
35675[ 8196] By: jhi on 2000/12/19 17:49:50
35676 Log: Subject: [PATCH perl@8143] DB_File-1.75 (was RE: [8104] DB_File)
35677 From: "Paul Marquess" <Paul_Marquess@yahoo.co.uk>
35678 Date: Sun, 17 Dec 2000 19:11:44 -0000
35679 Message-ID: <000801c0685d$3224e5a0$a20a140a@bfs.phone.com>
35680 Branch: perl
35681 ! ext/DB_File/Changes ext/DB_File/DB_File.pm
35682 ! ext/DB_File/DB_File.xs ext/DB_File/dbinfo
35683____________________________________________________________________________
35684[ 8195] By: jhi on 2000/12/19 17:47:53
35685 Log: Subject: [patch perl@8150] h2xs SYNOPSIS
35686 From: Jonathan Stowe <gellyfish@gellyfish.com>
35687 Date: Mon, 18 Dec 2000 10:24:38 +0000 (GMT)
35688 Message-ID: <Pine.LNX.4.10.10012181021180.20731-100000@orpheus.gellyfish.com>
35689 Branch: perl
35690 ! utils/h2xs.PL
35691____________________________________________________________________________
35692[ 8194] By: jhi on 2000/12/19 17:46:28
35693 Log: Subject: Re: useless use of void context work-around
35694 From: andreas.koenig@anima.de (Andreas J. Koenig)
35695 Date: 16 Dec 2000 15:13:36 +0100
35696 Message-ID: <m3g0jofo8f.fsf@ak-71.mind.de>
35697
35698 Document (comment) the q(di ds ig) trick in the code.
35699 Branch: perl
35700 ! op.c
35701____________________________________________________________________________
35702[ 8193] By: jhi on 2000/12/19 17:10:57
35703 Log: Subject: [ID 20001215.004] Sys::Syslog::xlate doesn't handle LOG_EMERG
35704 From: "Mark J. Reed" <mreed@strange.turner.com>
35705 Date: Fri, 15 Dec 2000 21:22:29 -0500 (EST)
35706 Message-Id: <200012160222.VAA13986@strange.turner.com>
35707 Branch: perl
35708 ! ext/Sys/Syslog/Syslog.pm
35709____________________________________________________________________________
35710[ 8192] By: jhi on 2000/12/19 17:07:45
35711 Log: Subject: [PATCH] Re: [PATCH] strtoq, strtou(q|ll|l) testing
35712 From: Nicholas Clark <nick@ccl4.org>
35713 Date: Sat, 16 Dec 2000 19:03:13 +0000
35714 Message-ID: <20001216190313.D68304@plum.flirble.org>
35715 Branch: perl
35716 ! t/op/64bitint.t
35717____________________________________________________________________________
35718[ 8191] By: jhi on 2000/12/19 17:06:13
35719 Log: Subject: [ID 20001218.005] Not OK: perl v5.7.0 +DEVEL8148 on powerpc-machten 4.1.4
35720 From: Dominic Dunlop <domo@computer.org>
35721 Date: Mon, 18 Dec 2000 12:00:15 +0100
35722 Message-Id: <p04320404b6639e7aa043@[192.168.1.4]>
35723
35724 This patchlet is needed in order that perl can be statically linked.
35725 Branch: perl
35726 ! regexec.c
35727____________________________________________________________________________
35728[ 8190] By: jhi on 2000/12/19 17:03:08
35729 Log: Subject: [PATCH perl@8133] finding PerlIO symbols for VMS
35730 From: "Craig A. Berry" <craig.berry@psinetcs.com>
35731 Date: Sun, 17 Dec 2000 00:18:35 -0600
35732 Message-Id: <p04330102b661bc01daba@[172.16.52.1]>
35733 Branch: perl
35734 ! perlio.h vms/gen_shrfls.pl
35735____________________________________________________________________________
35736[ 8189] By: jhi on 2000/12/19 16:20:28
35737 Log: Subject: [DOC PATCH: perl@8150, 5.6.1-TRIAL1] update list of lang. sensitive editors/IDES
35738 From: Prymmer/Kahn <pvhp@best.com>
35739 Date: Tue, 19 Dec 2000 08:08:31 -0800 (PST)
35740 Message-ID: <Pine.BSF.4.21.0012190804040.14656-100000@shell8.ba.best.com>
35741
35742 A better version of #8188.
35743 Branch: perl
35744 ! pod/perlfaq3.pod
35745____________________________________________________________________________
35746[ 8188] By: jhi on 2000/12/19 15:57:06
35747 Log: (Replaced by #8189)
35748
35749 Subject: [DOC PATCH: perl@7953] update list of lang. sensitive editors/IDES
35750 Date: Mon, 18 Dec 2000 08:03:34 -0800 (PST)
35751 From: Prymmer/Kahn <pvhp@best.com>
35752 Message-ID: <Pine.BSF.4.21.0012180802090.27110-100000@shell8.ba.best.com>
35753 Subject: Re: [DOC PATCH: perl@7953] update list of lang. sensitive editors/IDES
35754 From: Ronald J Kimball <rjk@linguist.Thayer.Dartmouth.EDU>
35755 Date: Mon, 18 Dec 2000 11:10:45 -0500
35756 Message-ID: <20001218111044.B180222@linguist.thayer.dartmouth.edu>
35757 Branch: perl
35758 ! pod/perlfaq3.pod
35759____________________________________________________________________________
35760[ 8187] By: jhi on 2000/12/19 15:54:19
35761 Log: Email address fix for Anton Berezin.
35762 Branch: perl
35763 ! AUTHORS
35764____________________________________________________________________________
35765[ 8186] By: jhi on 2000/12/19 15:38:54
35766 Log: Subject: [PATCH perl@8102] cygwin port
35767 From: "Eric Fifer" <efifer@dircon.co.uk>
35768 Date: Thu, 14 Dec 2000 13:41:29 -0000
35769 Message-Id: <200012141340.NAA54236@mailhost1.dircon.co.uk>
35770
35771 When compiling modules the data item that is being imported
35772 from libperl.dll needs to be tagged as imported/shared data:
35773 extern __declspec(dllimport) PerlIO_funcs PerlIO_pending;
35774 Branch: perl
35775 ! perliol.h
35776____________________________________________________________________________
35777[ 8185] By: jhi on 2000/12/19 14:53:24
35778 Log: Regen uconfig.h and uconfig.sh.
35779 Branch: perl
35780 ! uconfig.h uconfig.sh
35781____________________________________________________________________________
35782[ 8184] By: jhi on 2000/12/18 20:43:49
35783 Log: Comments work so much better when they are closed.
35784 Branch: perl
35785 ! regcomp.c
35786____________________________________________________________________________
35787[ 8183] By: jhi on 2000/12/18 18:04:02
35788 Log: Some compilers (e.g. HP-UX) can't switch on 64-bit integers.
35789 Fixes the bug 20001218.016.
35790 Branch: perl
35791 ! regcomp.c
35792____________________________________________________________________________
35793[ 8182] By: gsar on 2000/12/18 09:53:47
35794 Log: delete spurious files
35795 Branch: maint-5.6/perl
35796 - lib/CGI/eg/make_links.pl lib/CGI/eg/wilogo.gif vos/config.def
35797 - vos/config.h vos/config_h.SH_orig
35798____________________________________________________________________________
35799[ 8181] By: gsar on 2000/12/18 09:46:08
35800 Log: regen perltoc
35801 Branch: maint-5.6/perl
35802 ! pod/buildtoc.PL pod/perl.pod pod/perlapi.pod pod/perltoc.pod
35803____________________________________________________________________________
35804[ 8180] By: gsar on 2000/12/18 09:20:27
35805 Log: integrate changes#7924..7926,7946,7952 from mainline
35806 Branch: maint-5.6/perl
35807 !> lib/CPAN.pm lib/CPAN/FirstTime.pm lib/ExtUtils/MM_Unix.pm
35808 !> lib/File/stat.pm t/lib/class-struct.t
35809____________________________________________________________________________
35810[ 8179] By: gsar on 2000/12/18 08:55:54
35811 Log: integrate changes#7889,7890,7900,7903,7904,7907,7910,7917,
35812 7918,7919,7988,8907 from mainline (various)
35813 Branch: maint-5.6/perl
35814 +> t/lib/class-struct.t
35815 !> MANIFEST README.amiga ext/Sys/Syslog/Syslog.pm gv.c
35816 !> lib/Class/Struct.pm pod/perlipc.pod pod/perltie.pod
35817 !> t/lib/syslfs.t t/op/lfs.t utils/perlcc.PL
35818____________________________________________________________________________
35819[ 8178] By: gsar on 2000/12/18 08:16:30
35820 Log: avoid redefinition warnings on windows due to sys/socket.h getting
35821 #included before win32.h
35822 Branch: maint-5.6/perl
35823 ! win32/include/sys/socket.h
35824____________________________________________________________________________
35825[ 8177] By: gsar on 2000/12/18 05:24:04
35826 Log: make regen_headers; fix POSIX.xs problems; remove outdated
35827 code from sys/socket.h that makes build fail now
35828 Branch: maint-5.6/perl
35829 ! ext/POSIX/POSIX.xs global.sym objXSUB.h perlapi.c
35830 ! pod/perlapi.pod
35831 !> win32/include/sys/socket.h
35832____________________________________________________________________________
35833[ 8176] By: gsar on 2000/12/18 05:20:17
35834 Log: update Changes
35835 Branch: maint-5.6/perl
35836 ! Changes patchlevel.h
35837____________________________________________________________________________
35838[ 8175] By: gsar on 2000/12/18 04:57:48
35839 Log: integrate changes#7643,7646..7649,7651..7654,7658,7659,
35840 7661..7665,7667..7669,7671,7673,7676,7677,7681..7683,
35841 7689..7697,7699..7701,7703,7705,7714,7715,7718..7723,
35842 7725,7726,7729..7732,7737,7748,7749,7758,7759,7761,7773,
35843 7775,7776,7782,7785..7787,7804,7807,7808,7810,7811,7816,
35844 7823,7825,7838
35845 Branch: maint-5.6/perl
35846 +> lib/File/Spec/Epoc.pm
35847 !> (integrate 88 files)
35848____________________________________________________________________________
35849[ 8174] By: gsar on 2000/12/18 03:53:09
35850 Log: integrate changes#7602,7604..7611,7614,7616..7619,7621..7623,
35851 7625..7629,7631..7634,7637,7639,7642 from mainline
35852 Branch: maint-5.6/perl
35853 +> README.solaris
35854 !> (integrate 26 files)
35855____________________________________________________________________________
35856[ 8173] By: gsar on 2000/12/18 03:37:02
35857 Log: integrate changes#7472,7474..7479,7481,7485,7489,7493,7494,7496,
35858 7497,7499..7503,7505..7507,7509..7513,7515..7523,7526..7534,
35859 7536,7540,7542,7544..7546,7549,7553,7556,7557,7559,7561..7563,
35860 7565,7568..7572,7576,7578..7589,9592..7594,7596..7601 from mainline
35861 Branch: maint-5.6/perl
35862 +> t/lib/tie-refhash.t t/lib/tie-substrhash.t
35863 - MAINTAIN
35864 !> (integrate 111 files)
35865____________________________________________________________________________
35866[ 8172] By: jhi on 2000/12/18 02:49:27
35867 Log: Regen pods.
35868 Branch: perl
35869 ! pod/perlmodlib.pod pod/perltoc.pod
35870____________________________________________________________________________
35871[ 8171] By: gsar on 2000/12/18 02:49:24
35872 Log: integrate changes#7447,7448,7450,7454,7456,7457,7460,7462,
35873 7465..7471 from mainline
35874
35875 Remains of the old UTF-8 API, utf8_to_uv_chk(): didn't link
35876 in platforms that strictly require all the symbols being present
35877 at link time.
35878
35879 Subject: [PATCH: perl@7446] restore missing d_stdio_cnt_lval to VMS
35880
35881 Subject: [ID 20001025.011] [PATCH] t/io/open.t perl@7369[ 7350] breaks VMS perl
35882
35883 Subject: [ID 20001026.006] C<use integer; $x += 1> gives uninitialized warning
35884
35885 Subject: [PATCH] todo
35886
35887 Subject: [ID 20001027.002] Patch 7380 followup - Perl_modfl *must* be defined
35888
35889 Use $sort, $uniq (and $tr) consistently as wondered
35890 by Nicholas Clark.
35891
35892 Too enthusiastic editing in #7460.
35893
35894 The reëntrant version shouldn't be needed unless USE_PURE_BISON.
35895
35896 Upgrade to CPAN 1.58_55.
35897 Subject: CPAN.pm status
35898
35899 Subject: [ID 20001027.005] Nit in perlos2.pod - space needs deleted on line 118
35900
35901 Make target reordering to avoid pointless re-makes.
35902 Subject: Re: Total re-make of 'make okfile' after 7451 ?
35903
35904 Subject: [ID 20001027.010] [PATCH] Add info on building CPAN modules to README.dos
35905
35906 Subject: DOC PATCH 5.6.0
35907
35908 Add the repository doc by Malcolm, Sarathy, and by Simon,
35909 name as suggested by Michael Bletzinger <mbletzin@ncsa.uiuc.edu>.
35910 Branch: maint-5.6/perl
35911 +> Porting/repository.pod
35912 !> Configure MANIFEST Makefile.SH README.dos README.os2
35913 !> config_h.SH configure.com embed.h embed.pl handy.h lib/CPAN.pm
35914 !> lib/CPAN/FirstTime.pm perl.h pod/perlfunc.pod pod/perltodo.pod
35915 !> pp.c proto.h t/io/open.t t/op/assignwarn.t toke.c
35916____________________________________________________________________________
35917[ 8169] By: gsar on 2000/12/18 02:33:34
35918 Log: integrate changes#7416,7417,7420..7422,7424,7426..7429,7431..7433,
35919 7435..7441,7445 from mainline
35920
35921 Make the UTF-8 decoding stricter and more verbose when
35922 malformation happens. This involved adding an argument
35923 to utf8_to_uv_chk(), which involved changing its prototype,
35924 and prefer STRLEN over I32 for the UTF-8 length, which as
35925 a domino effect necessitated changing the prototypes of
35926 scan_bin(), scan_oct(), scan_hex(), and reg_uni().
35927 The stricter UTF-8 decoding checking uses Markus Kuhn's
35928 UTF-8 Decode Stress Tester from
35929 http://www.cl.cam.ac.uk/~mgk25/ucs/examples/UTF-8-test.txt
35930
35931 Run vms/vms_yfix.pl, should have done that after changing
35932 perly.c in #7382.
35933
35934 Subject: [PATCH 5.7.0] static linking with uninstalled perl
35935
35936 (Replaced by #7440.)
35937 Subject: Re: [ID 20001022.001] Not OK: perl v5.7.0 +DEVEL7368 on i686-linux 2.2.16
35938
35939 Fix the bug ID 20001024.005, the bug introduced by #7416.
35940
35941 Subject: Re: [ID 20001023.003] PATCH perlfaq5 [perl-current]
35942
35943 Fix the bug reported in
35944 From: andreas.koenig@anima.de (Andreas J. Koenig)
35945 Also make is_utf8_char() stricter.
35946
35947 Missed the header file changes from #7425.
35948
35949 Check if stdio supports tweaking lval and cnt simultaneously.
35950 Subject: PATCH (Re: PerlIO - Configure tweak for Linux/glibc?)
35951
35952 Stratus VOS updates from Paul Green.
35953
35954 Podify README.epoc and README.vos.
35955
35956 Add targets to Makefile.SH, most importantly
35957 'regen_all' which also remembers to update vms/perly*.
35958
35959 Subject: Minor update to find2perl, for portability
35960
35961 Subject: patch 7416 breaks sv.c on AIX and HP-UX (patch included)
35962
35963 Subject: [ID 20001024.007] [PATCH] "Dump local *FH" causes SEGV
35964
35965 Rename UTF8LEN() to be UNISKIP(), too confusing to have
35966 UTF8LEN() and UTF8SKIP().
35967
35968 Allow poking holes at the UTF-8 decoding strictness.
35969
35970 Continue the internal UTF-8 API tweaking.
35971 Rename utf8_to_uv_chk() back to utf8_to_uv() because it's
35972 used much more than the simpler API, now called utf8_to_uv_simple().
35973 Still not quite happy with API, too much partial duplication
35974 of functionality.
35975
35976 A new version of making the syslog test more robust.
35977 (Replaces #7421.)
35978 Subject: Re: [ID 20001022.001] Not OK: perl v5.7.0 +DEVEL7368 on i686-linux 2.2.16
35979
35980 buildtoc target tweaks.
35981
35982 Integrate with vmsperl #7430 by Charles Bailey:
35983
35984 Cleanup from prior patch (Charles Lane?):
35985 - improve handling of MFDs in Basename and Path
35986 - default to no xsubpp line # munging when building debug images
35987 Branch: maint-5.6/perl
35988 +> vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
35989 +> vos/config.ga.h vos/configure_perl.cm vos/install_perl.cm
35990 !> (integrate 67 files)
35991____________________________________________________________________________
35992[ 8168] By: gsar on 2000/12/18 02:05:49
35993 Log: integrate changes#7512,7733 from mainline (regex bugfixes)
35994
35995 Subject: [ID 20001031.004] Uninitialized auto variable in regcomp.c
35996 From: Martin Husemann <martin@duskware.de>
35997
35998 Subject: [PATCH 5.7.0] restore match data on backtracing
35999 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
36000 Branch: maint-5.6/perl
36001 !> regcomp.c regexec.c t/op/re_tests
36002____________________________________________________________________________
36003[ 8167] By: gsar on 2000/12/18 01:55:22
36004 Log: integrate changes#7858,7986 from mainline
36005
36006 C<foreach my $x ...> in pseudo-fork()ed process may diddle
36007 parent's memory; fix it by keeping track of the actual pad
36008 offset rather than a raw pointer (this change is probably also
36009 relevant to non-ithreads case to avoid fallout from reallocs of
36010 the pad array, but is currently only enabled for the ithreads
36011 case in the interests of minimal disruption to existing "well
36012 tested" code)
36013
36014 fix open(FOO, ">&MYSOCK") failure under Windows 9x (problem is
36015 due to the notorious GetFileType() bug in Windows 9x, which fstat()
36016 tickles)
36017 Branch: maint-5.6/perl
36018 !> embed.h embed.pl global.sym objXSUB.h perlapi.c pp_ctl.c
36019 !> proto.h scope.c scope.h sv.c t/op/fork.t win32/perlhost.h
36020 !> win32/win32.c win32/win32.h win32/win32sck.c
36021____________________________________________________________________________
36022[ 8166] By: gsar on 2000/12/18 01:52:59
36023 Log: integrate changes#7626,7632,7717,7738,7814,7817,7902,7912,7915
36024 from mainline (xsubpp and ExtUtils::LibList fixups, various
36025 other small items)
36026 Branch: maint-5.6/perl
36027 !> emacs/cperl-mode.el emacs/ptags lib/ExtUtils/Liblist.pm
36028 !> lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MakeMaker.pm
36029 !> lib/ExtUtils/xsubpp lib/unicode/syllables.txt minimod.pl
36030 !> pod/perlfunc.pod pod/perlxs.pod pod/perlxstut.pod t/op/split.t
36031 !> win32/bin/search.pl
36032____________________________________________________________________________
36033[ 8165] By: gsar on 2000/12/18 01:28:45
36034 Log: integrate changes#7533,7563,7611,7623 from mainline (various
36035 malloc.c embellishments)
36036 Branch: maint-5.6/perl
36037 !> malloc.c pod/perldiag.pod
36038____________________________________________________________________________
36039[ 8164] By: gsar on 2000/12/18 01:23:33
36040 Log: integrate changes#7419,7806,8129 from mainline (various h2xs
36041 fixups)
36042 Branch: maint-5.6/perl
36043 !> utils/h2xs.PL
36044____________________________________________________________________________
36045[ 8163] By: gsar on 2000/12/18 01:17:50
36046 Log: integrate changes#7493,7599,7803 from mainline (various perlbug
36047 fixups)
36048 Branch: maint-5.6/perl
36049 !> Makefile.SH utils/perlbug.PL
36050____________________________________________________________________________
36051[ 8162] By: gsar on 2000/12/18 00:25:43
36052 Log: always export Perl_deb() (it is required by re.xs whether
36053 Perl is built with or without -DDEBUGGING)
36054 Branch: maint-5.6/perl
36055 ! makedef.pl
36056____________________________________________________________________________
36057[ 8161] By: gsar on 2000/12/18 00:23:38
36058 Log: integrate change#7414 from mainline
36059
36060 Undo the basename() part of #7412 since the lib/basename
36061 tests would need upgrading too.
36062
36063 squelch two tests in tr.t that rely on tr/// paranoia change
36064 that's not in 5.6.x
36065 Branch: maint-5.6/perl
36066 ! t/op/tr.t
36067 !> lib/File/Basename.pm
36068____________________________________________________________________________
36069[ 8160] By: gsar on 2000/12/18 00:05:30
36070 Log: missing change in previous integrate
36071 Branch: maint-5.6/perl
36072 !> README.aix
36073____________________________________________________________________________
36074[ 8159] By: gsar on 2000/12/18 00:03:38
36075 Log: integrate changes#7205..7210,7212,7214..7219,7222,7223,7225,7226,
36076 7228,7230..7241,7243,7346,7347,7350..7354,7356,7358..7360,7362,
36077 7363,7365..7368,7370..7374,7376..7386,7391,7393..7399,7304..7408,
36078 7410..7413 from mainline
36079 Branch: maint-5.6/perl
36080 +> README.aix hints/nonstopux.sh lib/unicode/Is/DCmedial.pl
36081 +> t/lib/tie-splice.t
36082 - lib/unicode/Is/DCinital.pl
36083 !> (integrate 112 files)
36084____________________________________________________________________________
36085[ 8158] By: jhi on 2000/12/17 23:04:24
36086 Log: Subject: [PATCHES] RE: perl@8150
36087 From: "Gerrit P. Haase" <gerrit.haase@t-online.de>
36088 Date: Sun, 17 Dec 2000 21:46:39 +0100
36089 Message-ID: <3A3D343F.13566.1ACA7D93@localhost>
36090
36091 Neither cygwin has a getpwuid() one can trust on.
36092 Branch: perl
36093 ! t/lib/glob-basic.t
36094____________________________________________________________________________
36095[ 8157] By: jhi on 2000/12/17 23:01:54
36096 Log: More MAN.PODS => {} fixes.
36097 Branch: perl
36098 ! os2/OS2/ExtAttr/Makefile.PL os2/OS2/PrfDB/Makefile.PL
36099 ! os2/OS2/Process/Makefile.PL os2/OS2/REXX/DLL/Makefile.PL
36100 ! os2/OS2/REXX/Makefile.PL
36101____________________________________________________________________________
36102[ 8156] By: gsar on 2000/12/17 22:49:13
36103 Log: integrate changes#7069..7077,7079,7081..7087,7090,7092,7093,
36104 7096..7104,7109..7117,7119..7124,7126,7128,7129,7133,7134,
36105 7136..7139,7141..7146,7148,7149,7151,7153..7155,7157,7158,
36106 7160,7161,7164,7165,7169..7178,7180..7191,7193..7197,7199,
36107 7201,7204 from mainline
36108 Branch: maint-5.6/perl
36109 !> (integrate 121 files)
36110____________________________________________________________________________
36111[ 8155] By: jhi on 2000/12/17 22:30:58
36112 Log: Subject: [PATCH perl@8133] fix-up for VMS extensions
36113 From: "Craig A. Berry" <craigberry@mac.com>
36114 Date: Sun, 17 Dec 2000 13:09:28 -0600
36115 Message-Id: <p04330103b6628cabe114@[172.16.52.1]>
36116
36117 MAN.PODS => ' ' is naughty.
36118 Branch: perl
36119 ! vms/ext/DCLsym/Makefile.PL vms/ext/Stdio/Makefile.PL
36120____________________________________________________________________________
36121[ 8154] By: nick on 2000/12/17 22:07:13
36122 Log: MULTIPLICITY nit.
36123 Branch: perl
36124 ! mg.c
36125____________________________________________________________________________
36126[ 8153] By: gsar on 2000/12/17 21:23:05
36127 Log: integrate changes#7017..7019,7021..7025,7027..7036,7038,7039,
36128 7041..7044,7046..7048,7050..7061,7063,7066..7067,7069..7074
36129 from mainline
36130
36131 Document the SvIOK_.*UV().
36132
36133 Update Unicode todo list.
36134
36135 Guard against bad string->int conversion for quads.
36136
36137 Subject: small apidoc fix
36138
36139 Subject: [PATCH] Tie::StdHandle did not know about 3-arg open
36140
36141 Subject: [PATCH] Tied filehandle documentation
36142
36143 Subject: [PATCH] Modernize Opcode.pm documentation
36144
36145 Make Data::Dumper (non-XS) to work with changed semantics of ref().
36146 Subject: Re: Undocumented(?) change to "ref" semantics in 5.7.0
36147 [applied even though said semantics didn't change in 5.6.x]
36148
36149 Subject: [PATCH@7014] \G in non-/g is well-defined now ... right?
36150
36151 Subject: Re: [ID 20000905.001] Assertion failed: file "toke.c", line 202
36152
36153 Fix the URL, but the server is still missing in action.
36154 Subject: [ID 20000905.002] perlfaq1.pod URL error
36155
36156 Subject: [ID 20000903.001] \w in utf8-strings
36157
36158 Fix the ccversion detection for 5.1 and beyond.
36159 Subject: [ID 20000907.007] Not OK: perl v5.7.0 +devel-7030 on alpha-dec_osf 4.0f
36160
36161 Subject: [PATCH 5.7.0] perl5db.pl [Was: Re: Debugger question]
36162
36163 Subject: [ID 20000904.008] Tiny fix for perldiag
36164
36165 Subject: Re: [ID 20000906.004] segfault with bad perl statement
36166
36167 Subject: Re: [ID 20000907.007] Not OK: perl v5.7.0 +devel-7030 on alpha-dec_osf 4.0f
36168
36169 Subject: [ID 20000908.002] perlipc documentation bug.
36170
36171 Subject: [PATCH lib/Benchmark.pm]
36172
36173 Re-allow vec() for characters > 255.
36174 Subject: [PATCH] Re: [ID 20000907.005] Not OK: perl v5.7.0 +devel-7030 on alpha-dec_osf-perlio 4.0f (UNINSTALLED)
36175
36176 Do away with memory models cruft. Sorry, PDP users.
36177
36178 Continue #7041.
36179
36180 Subject: [PATCH (or RFC): 5.7.0] make the ran_tests intermediate file 8.3 friendly
36181
36182 Subject: [PATCH: 5.7.0] proper setting for isnan for DECC 5.3
36183
36184 Upgrade to CPAN 1.57_65, from Andreas König.
36185
36186 Upgrade to podlators-1.03 (Pod::Man 1.07 and Pod::Text 2.05),
36187 by Russ Allbery.
36188
36189 Silence t/pod/*.t about alternate quote-mappings now implemented
36190 by Pod::Text, from Brad Appleton.
36191
36192 Modern Borland C now seems to have anon unions for info.wProcessorArchitecture
36193 Subject: borland C++ win32.c tweak
36194
36195 C<@a = @b = split(...)> optimization coredumps under ithreads
36196 (missed a spot when fixing up op_pmreplroot hack for ithreads)
36197
36198 Document the SvUTF8*().
36199
36200 Subject: [PATCH] Perl 5.6.0, 5.7.0 ... vms/test.com to eliminate spurious NL's in test output
36201
36202 Subject: RE: [Patch 5.7.0] Removing -ldb from the core build
36203
36204 Do in VMS as the #7054 does.
36205
36206 Subject: [patch] perlfunc.pod -- POSIX::sigpause should be POSIX::pause
36207
36208 Subject: [ID 20000911.008] Not OK: perl v5.7.0 +DEVEL7048 on os2-64int-ld 2.30 (UNINSTALLED)
36209
36210 Subject: [patch: perl@7045] vms updates
36211
36212 Test for the #7049.
36213 Subject: Re: [PATCH] Re: [ID 20000910.001] Not OK: perl v5.7.0 +DEVEL7044 on i686-linux 2.2.16-raid (UNINSTALLED)
36214
36215 Break up the myconfig lines a bit.
36216 Subject: perlbug/perl -V output format
36217
36218 Subject: [ID 20000911.011] misplaced typemap in perlxs.pod
36219
36220 The #7054 truncated Configure badly.
36221
36222 change#6327 didn't quite go all the way to enable USE_SOCKETS_AS_HANDLES
36223 initialization in all the threads on Windows
36224
36225 Allow for whitespace between "#" and "line" in cpp output.
36226 Subject: [PATCH] Re: Problems compiling bleadperl on Unicos 9
36227
36228 Remove vestiges of tr//CU.
36229 Subject: [ID 20000912.009] perlunicode.pod still mentions tr///CU
36230
36231 The return value of setlocale must be copied away.
36232 Subject: [ID 20000913.001] Heap corruption in Perl_init_i18nl10n
36233
36234 Allow chop() and chomp() to be overridden.
36235 Subject: [PATCH] Re: [ID 20000911.006] I can override glob but not chop?
36236
36237 Hints optimization.
36238 Subject: Minor nit
36239
36240 Subject: [PATCH] de-wall t/README
36241
36242 Subject: Re: Two advertising clauses need to be removed
36243 Branch: maint-5.6/perl
36244 !> (integrate 75 files)
36245____________________________________________________________________________
36246[ 8152] By: gsar on 2000/12/17 20:30:11
36247 Log: integrate changes#6945,6947,6949..6954,6956,6958,6959,6961,
36248 6964..6972,6977..6981..6984,6987,6988,6991,6994,6997,
36249 6999..7001,7003..7005,7007,7009,7011,7012 from mainline
36250
36251 Don't attach -ld to the archname if pointless.
36252
36253 Document UNTIE in a very minimalistic way.
36254
36255 POSIX doesn't report long double values under -Duselongdouble
36256 when the long doubles are "real" (bigger than doubles).
36257
36258 More author updates.
36259
36260 Try to deduce NV_MAX. Really should be Configure fodder.
36261
36262 :: not allowed in pathnames, change to .
36263 Subject: [PATCH perl@6938] cygwin port
36264
36265 Forget about NV_MAX (#6951). Various floating point tweaks,
36266 ideas from Eric Fifer, Yitzchak, Alan, and Spider.
36267
36268 Move the Solaris 7 scan to use64bitall, make the
36269 failure to find 64-bot sparc libc to mention the
36270 possibility of being in an intel, from Lupe and Alan.
36271
36272 Regen perltoc.
36273
36274 AUTHORS tweaks, from Peter Prymmer.
36275
36276 More address tweaking.
36277
36278 Small tweaks all over.
36279
36280 File::Temp patches from Andreas König,
36281
36282 Subject: [PATCH perl@6962] 2 more vms.c fix-ups and status
36283
36284 Subject: CPAN.pm beta 1.57_57 for the core
36285
36286 Part of the solution.
36287 Subject: Re: [ID 20000807.004] [PATCH] conditional breakpoints leak memory
36288
36289 Subject: [PATCH@6961] Fix misleading example in perlretut.pod
36290
36291 Subject: [PATCH lib/overload.pm] Sanaty checking of arguments to overload::constant
36292
36293 Add the overload warnings to perldiag.
36294
36295 Drop unused argument.
36296 Subject: Re: [ID 20000831.034] overload::constant and number of arguments.
36297
36298 Subject: Nit in Configure (bleadperl@6961)
36299
36300 Update to PodParser 1.18, from Brad Appleton.
36301
36302 Subject: [ID 20000901.017] [PATCH] Basic test failure in an untidy world
36303
36304 Subject: [PATCH: 6948] add SCNfldbl to configure.com
36305
36306 Document UNTIE. Also tweak implementation to suppress the 'inner references'
36307 warning when UNTIE exists and instead pass the cound of extra references to
36308 the UNTIE method.
36309
36310 Rename the PRIElfbl, PRIX64, etc, to be PRIEUfldbl, PRIXU64,
36311 so that case-ignoring systems like DCL can tell them from
36312 PRIefldbl and PRIx64. Apply Merijn's ccversion patches.
36313
36314 Subject: Re: [PATCH lib/overload.pm] Sanaty checking of arguments to overload::constant
36315
36316 Feature ordering tweak.
36317
36318 Regen perltoc.
36319
36320 Subject: [PATCH] Fix vec() / utf8 (was Re: bitvec ops still broken with utf8 -- or not?)
36321
36322 Subject: Re: [PATCH perl@6962] 2 more vms.c fix-ups and status
36323
36324 Subject: http:// in L<>
36325
36326 Detypo.
36327
36328 change#6791 accidentally clobbered change#6710, put it back
36329
36330 Only the first line, thank you very much.
36331
36332 Subject: [PATCH: 6996] minimal removal of 8 bit chrs from perlebcdic.pod
36333 plus rework the http: spots as suggested by Tom Christiansen,
36334 plus regen perltoc.
36335
36336 Undo part of change 6489 which looks like a bulk edit which
36337 changed _all_ gv_efullname3() calls to gv_efullname4() calls.
36338 The supressing of main:: on return from select() is undesirable.
36339
36340 Apparently avoiding the swapping is too costly.
36341
36342 Various Configure nits by Philip Newton,
36343 plus the ebcdic one by me.
36344
36345 Make certain cc is set before trying to run it.
36346
36347 If overloaded %{} etc. return the object do not loop.
36348 Thus sub deref { $_[0] } functions if object is wanted type.
36349
36350 Update perlhist.
36351
36352 More %{} and other deref special casing - do not pass to 'nomethod'.
36353 Branch: maint-5.6/perl
36354 !> (integrate 59 files)
36355____________________________________________________________________________
36356[ 8151] By: gsar on 2000/12/17 19:14:38
36357 Log: integrate changes#6903,6905..6907,6909,6911..6913,6915,6917,6918,
36358 6920..6926,6928..6930,6934..6937,6939,6940,6942..6944 from mainline
36359
36360 Subject: [PATCH perl@6889] Chuck Lane's OpenVMS piping improvements
36361
36362 Make the epsilon to be relative, not absolute.
36363
36364 Put back the flags dump as reasoned in
36365 Subject: Re: [PATCH] Glob dumping
36366
36367 Introduce ccname to keep track of what compiler kind of we have.
36368
36369 Subject: Re: [ID 20000829.020] perl -e 'package; print __PACKAGE__' core dumps
36370
36371 Put back the slice accidentally removed by #6907.
36372
36373 Reset archname and archname64 always, forcing them be
36374 recomputed at each Configure run, make Configure and
36375 the hints files agree on the naming of largefiles variables.
36376
36377 Don't say "Perl 5.0 source kit".
36378
36379 Subject: [PATCH] fix misc cast warnings
36380
36381 Subject: typos in pods
36382
36383 NVs not necessarily doubles, as pointed out by Yitzchak.
36384
36385 Subject: [PATCH 6889] add a few ldbl formats to configure.com
36386
36387 Subject: [ID 20000830.036] [DOC] chom?p %hash not documented
36388
36389 Better options for rsync.
36390
36391 Subject: [PATCH perl@6889] fix Storable on VMS by fixing my_fwrite()
36392
36393 Subject: Re: not OK, 6919 on Alpha VMS V 7.1 w/ DECC 6.0-001
36394
36395 Subject: [PATCH] Re: UNTIE method
36396
36397 A better fix for the Socket building problem from Craig Berry.
36398
36399 Retract the dummy test, skip the security tests (instead of failing),
36400 explain what the warnings mean.
36401
36402 Heap decorruption.
36403 Subject: [PATCH] Fix for miniperl coredump on Solaris with -Duselongdouble
36404
36405 Update to Unicode 3.0.1.
36406
36407 Missed one Unicode file.
36408
36409 Subject: Re: typos in pods
36410
36411 The #6929 was too skimpy.
36412
36413 sscanf() may be the only way to read long doubles from strings.
36414
36415 Reveal Borland's isnan.
36416 Subject: build with BC++ tweak
36417
36418 Issue useful diagnostic on unknown pod commands.
36419 Subject: [PATCH lib/Pod/Man.pm] Re: [ID 20000830.048]
36420
36421 Subject: [PATCH] Re: [ID 20000830.048] Not OK: perl v5.7.0 +DEVEL6938 on i686-linux 2.2.13
36422
36423 Clarify the third case of ftmp-security warnings.
36424
36425 Make -Dusemorebits find long doubles in Solaris.
36426
36427 Wrap the test in eval.
36428 Branch: maint-5.6/perl
36429 +> lib/unicode/BidiMirr.txt lib/unicode/CaseFold.txt
36430 +> lib/unicode/PropList.txt lib/unicode/README.perl
36431 +> lib/unicode/UCD301.html lib/unicode/UCDFF301.html
36432 +> lib/unicode/Unicode.301 vms/vmspipe.com
36433 - lib/unicode/Props.txt lib/unicode/UCD300.html
36434 - lib/unicode/Unicode.300 lib/unicode/Unicode3.html
36435 !> (integrate 305 files)
36436____________________________________________________________________________
36437[ 8150] By: jhi on 2000/12/17 18:47:57
36438 Log: Uncheckedin generated files.
36439 Branch: perl
36440 ! global.sym perlapi.c pod/perlapi.pod
36441____________________________________________________________________________
36442[ 8149] By: jhi on 2000/12/17 18:41:22
36443 Log: Update Changes.
36444 Branch: perl
36445 ! Changes patchlevel.h
36446____________________________________________________________________________
70fa61ca
JH
36447[ 8148] By: jhi on 2000/12/17 18:39:16
36448 Log: Subject: [PATCH] Fcntl constants speedup
36449 From: Nicholas Clark <nick@ccl4.org>
36450 Date: Sun, 17 Dec 2000 16:29:24 +0000
36451 Message-ID: <20001217162924.E97668@plum.flirble.org>
36452
36453 Use IVs for the Fcntl constants instead of NVs.
36454 Branch: perl
36455 ! ext/Fcntl/Fcntl.pm ext/Fcntl/Fcntl.xs t/op/goto_xs.t
36456____________________________________________________________________________
36457[ 8147] By: jhi on 2000/12/17 18:33:41
36458 Log: Add test for #8145 (binmode() warning), add warning for
36459 ioctl() and sockpair(), document them. (fileno() cannot
36460 be tripwired with the same kind of warning because
36461 'defined fileno($foo)' seems to be an idiom.)
36462 Branch: perl
36463 ! pod/perldiag.pod pp_sys.c t/pragma/warn/pp_sys
36464____________________________________________________________________________
36465[ 8146] By: gsar on 2000/12/17 18:09:08
36466 Log: update Changes
36467 Branch: maint-5.6/perl
36468 ! Changes
36469____________________________________________________________________________
36470[ 8145] By: jhi on 2000/12/17 17:39:35
36471 Log: Subject: [PATCH] Re: The long awaited feature ...
36472 From: Simon Cozens <simon@cozens.net>
36473 Date: Sun, 17 Dec 2000 12:31:56 +0000
36474 Message-ID: <20001217123156.A3891@deep-dark-truthful-mirror.perlhacker.org>
36475
36476 Add a warning to binmode() about using bad filehandles
36477 (can happen e.g. if someone forgets the filehandle argument)
36478 Branch: perl
36479 ! pp_sys.c
36480____________________________________________________________________________
36481[ 8144] By: jhi on 2000/12/17 17:33:48
36482 Log: Subject: [patch perl@8133] Typo in my Net::Ping doc patch :(
36483 From: Jonathan Stowe <gellyfish@gellyfish.com>
36484 Date: Sun, 17 Dec 2000 17:08:10 +0000 (GMT)
36485 Message-ID: <Pine.LNX.4.10.10012171700010.3834-100000@orpheus.gellyfish.com>
36486 Branch: perl
36487 ! lib/Net/Ping.pm
36488____________________________________________________________________________
36489[ 8143] By: jhi on 2000/12/17 05:31:37
36490 Log: Polymorphic regexps.
36491
36492 Fixes at least the bugs 20001028.003 (both of them...) and
36493 20001108.001. The bugs 20001114.001 and 20001205.014 seem
36494 also to be fixed by now, probably already before this patch.
36495 Branch: perl
36496 ! embed.h embed.pl mg.c objXSUB.h pp_ctl.c pp_hot.c proto.h
36497 ! regcomp.c regcomp.h regcomp.sym regexec.c regnodes.h sv.c
36498 ! t/op/utf8decode.t t/pragma/utf8.t
36499____________________________________________________________________________
36500[ 8142] By: jhi on 2000/12/16 17:16:05
36501 Log: Subject: [patch perl@8102] dos/djgpp update
36502 From: Laszlo Molnar <ml1050@freemail.hu>
36503 Date: Sat, 16 Dec 2000 01:40:52 +0100
36504 Message-ID: <20001216014052.A335@freemail.hu>
36505 Branch: perl
36506 ! djgpp/config.over t/base/commonsense.t
36507____________________________________________________________________________
36508[ 8141] By: jhi on 2000/12/16 17:09:27
36509 Log: Few uncheckedin files.
36510 Branch: perl
36511 ! global.sym perlapi.c pod/perlapi.pod pod/perlintern.pod
36512____________________________________________________________________________
36513[ 8140] By: nick on 2000/12/15 22:14:31
36514 Log: Integrate mainline
36515 Branch: perlio
36516 !> (integrate 53 files)
36517____________________________________________________________________________
36518[ 8139] By: jhi on 2000/12/15 19:49:49
36519 Log: One more IVUV tweak from Nicholas Clark.
36520 Branch: perl
36521 ! sv.c
36522____________________________________________________________________________
36523[ 8138] By: jhi on 2000/12/15 19:17:06
36524 Log: Return of the IVUV-preservation, now seems to be happy even
36525 in Digital UNIX (the broken strtoul brokenness detection
36526 seems to have been the fly in the ointment).
36527 Branch: perl
36528 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
36529 ! config_h.SH configure.com embed.h embed.pl epoc/config.sh
36530 ! objXSUB.h op.c perl.h pp.c pp_hot.c proto.h sv.c sv.h
36531 ! t/lib/peek.t t/op/cmp.t t/op/numconvert.t uconfig.h
36532 ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
36533 ! vos/config.ga.h win32/config.bc win32/config.gc
36534 ! win32/config.vc
36535____________________________________________________________________________
36536[ 8137] By: jhi on 2000/12/15 18:12:14
36537 Log: Metaconfig unit change for #8136.
36538 Branch: metaconfig
36539 ! U/modified/d_strtoul.U
36540 Branch: metaconfig/U/perl
36541 ! d_strtoull.U d_strtouq.U
36542____________________________________________________________________________
36543[ 8136] By: jhi on 2000/12/15 18:11:35
36544 Log: I don't think it's sensible or portable to test the strtou*
36545 on /^-/ strings.
36546 Branch: perl
36547 ! Configure
36548____________________________________________________________________________
36549[ 8135] By: jhi on 2000/12/15 17:18:49
36550 Log: Metaconfig unit change for #8134.
36551 Branch: metaconfig
36552 ! U/modified/d_strtoul.U
36553____________________________________________________________________________
36554[ 8134] By: jhi on 2000/12/15 17:14:13
0052ac31 36555 Log: If longsize is 8 we don't need a LL suffix for integer constants.
70fa61ca
JH
36556 Branch: perl
36557 ! Configure config_h.SH
36558____________________________________________________________________________
36559[ 8133] By: jhi on 2000/12/15 16:00:23
36560 Log: Update Changes.
36561 Branch: perl
36562 ! Changes patchlevel.h
36563____________________________________________________________________________
78b3f299
JH
36564[ 8132] By: jhi on 2000/12/15 15:44:16
36565 Log: Some compilers get huffy if you do not cast a const pointer
36566 to a non-const when assigning.
36567 Branch: perl
36568 ! gv.c
36569____________________________________________________________________________
36570[ 8131] By: jhi on 2000/12/15 15:38:30
36571 Log: Subject: [PATCH 5.7.0] speeding up object creation/destruction 4x times
36572 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
36573 Date: Fri, 15 Dec 2000 05:26:57 -0500
36574 Message-ID: <20001215052657.A8319@math.mps.ohio-state.edu>
36575 Branch: perl
36576 ! embed.h embed.pl gv.c objXSUB.h perl.h proto.h sv.c
36577 ! t/pragma/overload.t
36578____________________________________________________________________________
36579[ 8130] By: jhi on 2000/12/15 15:36:08
36580 Log: Subject: [PATCH 5.7.0] cosmetic change to overloading
36581 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
36582 Date: Thu, 14 Dec 2000 22:02:43 -0500
36583 Message-ID: <20001214220243.A18437@monk.mps.ohio-state.edu>
36584 Branch: perl
36585 ! gv.c perl.h
36586____________________________________________________________________________
36587[ 8129] By: jhi on 2000/12/15 15:34:16
36588 Log: Subject: PATCH: h2xs nit
36589 From: Tim Jenness <t.jenness@jach.hawaii.edu>
36590 Date: Thu, 14 Dec 2000 18:25:46 -1000 (HST)
36591 Message-ID: <Pine.LNX.4.30.0012141820340.2533-100000@lapaki.jach.hawaii.edu>
36592
36593 Add a template README.
36594 Branch: perl
36595 ! utils/h2xs.PL
36596____________________________________________________________________________
36597[ 8128] By: jhi on 2000/12/15 15:32:22
36598 Log: Still buggy findgteprime, fix from Eric Joanis <joanis@cs.toronto.edu>.
36599 Branch: perl
36600 ! lib/Tie/SubstrHash.pm t/lib/tie-substrhash.t
36601____________________________________________________________________________
36602[ 8127] By: jhi on 2000/12/15 15:19:34
36603 Log: Subject: [PATCH Opcode.XS, Perl 5.6+] stuff for caller and _ in Safe::
36604 From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
36605 Date: Thu, 14 Dec 2000 20:04:42 EST
36606 Message-Id: <001214200310.49929@DUPHY4.Physics.Drexel.Edu>
36607 Branch: perl
36608 ! ext/Opcode/Opcode.xs
36609____________________________________________________________________________
36610[ 8126] By: jhi on 2000/12/15 15:17:49
36611 Log: Subject: [PATCH: perl@8102] s/use vars qw\(/our(/ for OS/390 extension builds
36612 From: Peter Prymmer <pvhp@forte.com>
36613 Date: Thu, 14 Dec 2000 15:50:20 -0800 (PST)
36614 Message-ID: <Pine.OSF.4.10.10012141548200.57557-100000@aspara.forte.com>
36615 Branch: perl
36616 ! ext/Errno/Errno_pm.PL lib/ExtUtils/MM_Unix.pm
36617 ! lib/ExtUtils/Manifest.pm lib/File/Spec.pm
36618 ! lib/File/Spec/Functions.pm lib/File/Spec/Unix.pm
36619____________________________________________________________________________
36620[ 8125] By: jhi on 2000/12/15 15:11:05
36621 Log: This seems to be a stage sane and stable enough to checkin.
36622 (it basically is 8102..8118+8122 but no 8120, 8121, 8123, 8124)
36623 Branch: perl
36624 ! MANIFEST embed.h embed.pl objXSUB.h op.c perl.h perlapi.c
36625 ! pod/perlapi.pod pp.c pp_hot.c proto.h sv.c sv.h t/lib/peek.t
36626 ! t/op/cmp.t t/op/numconvert.t
36627____________________________________________________________________________
36628[ 8124] By: jhi on 2000/12/15 04:20:26
36629 Log: Something is really wonky.
36630 Branch: perl
36631 ! sv.c
36632____________________________________________________________________________
36633[ 8123] By: jhi on 2000/12/15 04:00:50
36634 Log: Fixes for the IV UV patches to compile in Digital UNIX.
36635 Branch: perl
36636 ! sv.c
36637____________________________________________________________________________
36638[ 8122] By: jhi on 2000/12/15 02:53:40
36639 Log: Subject: Re: [ID 20001214.011] Unreachable value in a search list logical name
36640 From: "Craig A. Berry" <craigberry@mac.com>
36641 Date: Thu, 14 Dec 2000 19:10:49 -0600
36642 Message-Id: <p04330100b65efbe32f30@[172.16.52.1]>
36643 Branch: perl
36644 ! vms/vms.c
36645____________________________________________________________________________
36646[ 8121] By: jhi on 2000/12/15 02:50:00
36647 Log: Metaconfig changes for #8120.
36648 Branch: metaconfig
36649 + U/modified/d_strtoul.U
36650 Branch: metaconfig/U/perl
36651 ! d_strtoull.U d_strtouq.U
36652____________________________________________________________________________
36653[ 8120] By: jhi on 2000/12/15 02:49:42
36654 Log: From: Nicholas Clark <nick@ccl4.org>
36655 Subject: [PATCH] strtoq, strtou(q|ll|l) testing (was [PATCH] faster and 64 bit preserving arithmetic)
36656 Date: Thu, 14 Dec 2000 18:38:57 +0000
36657 Message-ID: <20001214183857.B97909@plum.flirble.org>
36658 Branch: perl
36659 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
36660 ! config_h.SH configure.com epoc/config.sh perl.h sv.c uconfig.h
36661 ! uconfig.sh vos/config.alpha.def vos/config.alpha.h
36662 ! vos/config.ga.def vos/config.ga.h win32/config.bc
36663 ! win32/config.gc win32/config.vc
36664____________________________________________________________________________
36665[ 8119] By: jhi on 2000/12/14 23:40:58
36666 Log: Subject: [PATCH] faster and 64 bit preserving arithmetic
36667 From: Nicholas Clark <nick@ccl4.org>
36668 Date: Wed, 13 Dec 2000 20:08:50 +0000
36669 Message-ID: <20001213200849.B71166@plum.flirble.org>
36670 Branch: perl
36671 ! embed.h embed.pl objXSUB.h op.c perl.h pp.c pp_hot.c proto.h
36672 ! sv.c sv.h t/lib/peek.t t/op/cmp.t t/op/numconvert.t
36673____________________________________________________________________________
36674[ 8118] By: jhi on 2000/12/14 22:46:26
36675 Log: Integrate perlio.
36676 Branch: perl
36677 !> MANIFEST ext/Encode/compile makedef.pl
36678____________________________________________________________________________
36679[ 8117] By: nick on 2000/12/14 22:38:53
36680 Log: Win32 tweaks to get Encode to build
36681 - temp hack to makedef.pl till PerlIO is properly "exported".
36682 - MSVC dislikes
36683 static encpage_t foo[];
36684 so make 'em extern for now.
36685 Branch: perlio
36686 ! ext/Encode/compile makedef.pl
36687____________________________________________________________________________
36688[ 8116] By: nick on 2000/12/14 22:00:53
36689 Log: Document the new files
36690 Branch: perlio
36691 ! MANIFEST
36692____________________________________________________________________________
36693[ 8115] By: jhi on 2000/12/14 21:58:01
36694 Log: MANIFEST new files of #8114.
36695 Branch: perl
36696 ! MANIFEST
36697____________________________________________________________________________
36698[ 8114] By: jhi on 2000/12/14 21:50:49
36699 Log: Integrate perlio.
36700 Branch: perl
36701 +> ext/Encode/compile ext/Encode/encengine.c ext/Encode/encode.h
36702 !> ext/Encode/Encode.pm ext/Encode/Encode.xs
36703 !> ext/Encode/Encode/ascii.enc ext/Encode/Encode/cp1047.enc
36704 !> ext/Encode/Encode/cp37.enc ext/Encode/Encode/posix-bc.enc
36705 !> ext/Encode/Makefile.PL
36706____________________________________________________________________________
36707[ 8113] By: jhi on 2000/12/14 21:48:49
36708 Log: The documentation part of the
36709
36710 Subject: [ID 20001214.002] Net::Ping patch
36711 From: Jonathan Stowe <gellyfish@gellyfish.com>
36712 Date: Thu, 14 Dec 2000 08:28:14 +0000 (GMT)
36713 Message-Id: <Pine.LNX.4.10.10012140805480.19767-200000@orpheus.gellyfish.com>
36714 since the #7529 had already addressed the same problem.
36715 Branch: perl
36716 ! lib/Net/Ping.pm
36717____________________________________________________________________________
36718[ 8112] By: jhi on 2000/12/14 21:42:57
36719 Log: Subject: [PATCH] Re: [ID 20001013.006] XS subs are not define()ed
36720 From: Dominic Dunlop <domo@computer.org>
36721 Date: Tue, 12 Dec 2000 10:47:10 +0100
36722 Message-Id: <p04320402b65ba33a92b2@[192.168.1.4]>
36723
36724 Document how elusive subroutines can be.
36725 Branch: perl
36726 ! pod/perlfunc.pod
36727____________________________________________________________________________
36728[ 8111] By: jhi on 2000/12/14 21:38:05
36729 Log: Subject: [ID 20001214.003] [PATCH bleadperl] POSIX::tmpnam() is dangerous
36730 From: Dominic Dunlop <domo@computer.org>
36731 Date: Thu, 14 Dec 2000 10:13:51 +0100
36732 Message-Id: <p04320407b65e3f4853aa@[192.168.1.4]>
36733 Branch: perl
36734 ! ext/POSIX/POSIX.pod
36735____________________________________________________________________________
36736[ 8110] By: jhi on 2000/12/14 21:36:32
36737 Log: Subject: [patch] perlfaq7
36738 From: "Gerrit P. Haase" <gerrit.haase@t-online.de>
36739 Date: Thu, 14 Dec 2000 15:31:07 +0100
36740 Message-ID: <3A38E7BB.13178.11C40A8@localhost>
36741 Branch: perl
36742 ! pod/perlfaq7.pod
36743____________________________________________________________________________
36744[ 8109] By: jhi on 2000/12/14 21:29:20
36745 Log: Subject: [8104] Encode
36746 From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
36747 Date: Thu, 14 Dec 2000 14:49:34 +0100
36748 Message-Id: <20001214142101.B338.H.M.BRAND@hccnet.nl>
36749
36750 Type casting for nervous compilers.
36751 Branch: perl
36752 ! ext/Encode/Encode.xs
36753____________________________________________________________________________
36754[ 8108] By: jhi on 2000/12/14 21:26:17
36755 Log: Subject: [8104] DB_File
36756 From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
36757 Date: Thu, 14 Dec 2000 14:49:35 +0100
36758 Message-Id: <20001214144439.B33A.H.M.BRAND@hccnet.nl>
36759
36760 Type definition incorrect for DB 2.7.7. Not known when it
36761 changed, so only changed it for a known revision.
36762 Branch: perl
36763 ! ext/DB_File/DB_File.xs
36764____________________________________________________________________________
36765[ 8107] By: jhi on 2000/12/14 21:23:41
36766 Log: Subject: [PATCH: perl@8102] Re: Encode/cp1047.enc etc.
36767 From: Peter Prymmer <pvhp@forte.com>
36768 Date: Thu, 14 Dec 2000 11:11:50 -0800 (PST)
36769 Message-ID: <Pine.OSF.4.10.10012141057330.57557-100000@aspara.forte.com>
36770
36771 Use '?' (0x6F in EBCDIC) for the illegal codepoint.
36772 Branch: perl
36773 ! ext/Encode/Encode/cp1047.enc ext/Encode/Encode/cp37.enc
36774 ! ext/Encode/Encode/posix-bc.enc
36775____________________________________________________________________________
36776[ 8106] By: nick on 2000/12/14 20:36:13
36777 Log: "Cold" build correction to Encode's Makefile.PL
36778 Branch: perlio
36779 ! ext/Encode/Makefile.PL
36780____________________________________________________________________________
36781[ 8105] By: nick on 2000/12/14 20:09:37
36782 Log: "Compiled" encodings.
36783 Correct replacement character in EBCDIC .enc files
36784 Add 0x7F to ASCII repertoire.
36785 Branch: perlio
36786 ! ext/Encode/Encode.pm ext/Encode/Encode.xs
36787 ! ext/Encode/Encode/ascii.enc ext/Encode/Encode/cp1047.enc
36788 ! ext/Encode/Encode/cp37.enc ext/Encode/Encode/posix-bc.enc
36789 ! ext/Encode/Makefile.PL ext/Encode/compile
36790 ! ext/Encode/encengine.c ext/Encode/encode.h
36791____________________________________________________________________________
36792[ 8104] By: nick on 2000/12/14 00:38:20
36793 Log: Integrate mainline
36794 Branch: perlio
36795 !> Changes Configure doio.c embed.h embed.pl ext/DB_File/Changes
36796 !> ext/DB_File/DB_File.pm ext/DB_File/DB_File.xs
36797 !> ext/DB_File/dbinfo ext/DB_File/typemap ext/DB_File/version.c
36798 !> hints/hpux.sh lib/Cwd.pm objXSUB.h patchlevel.h perlapi.c
36799 !> pod/perlapi.pod pp_hot.c proto.h t/lib/db-btree.t
36800 !> t/lib/db-hash.t t/lib/db-recno.t
36801____________________________________________________________________________
36802[ 8103] By: nick on 2000/12/13 23:16:13
36803 Log: Beginings of compiled encodings - checked in as a snapshot of thoughts
36804 so far and so it does not get lost.
36805 Branch: perlio
36806 + ext/Encode/compile ext/Encode/encengine.c ext/Encode/encode.h
36807____________________________________________________________________________
36808[ 8102] By: jhi on 2000/12/13 17:14:22
36809 Log: Update Changes.
36810 Branch: perl
36811 ! Changes patchlevel.h
36812____________________________________________________________________________
6a156541
JH
36813[ 8101] By: jhi on 2000/12/13 16:53:41
36814 Log: Move the proto of start_glob() to a better place; regen api files.
36815 Branch: perl
36816 ! embed.h embed.pl objXSUB.h perlapi.c pod/perlapi.pod proto.h
36817____________________________________________________________________________
36818[ 8100] By: jhi on 2000/12/13 16:47:11
36819 Log: Metaconfig change for #8099.
36820 Branch: metaconfig
36821 ! U/modified/Head.U
36822____________________________________________________________________________
36823[ 8099] By: jhi on 2000/12/13 16:46:48
36824 Log: Subject: Re: [ID 20000328.039] [PATCH] Eliminate Configure use of /tmp
36825 From: Andy Dougherty <doughera@lafayette.edu>
36826 Date: Wed, 13 Dec 2000 10:36:09 -0500 (EST)
36827 Message-ID: <Pine.SOL.4.10.10012131031230.2017-100000@maxwell.phys.lafayette.edu>
36828 Branch: perl
36829 ! Configure
36830____________________________________________________________________________
36831[ 8098] By: jhi on 2000/12/13 16:39:02
36832 Log: Subject: [20000615.005] [PATCH] Cwd::fastgetcwd broken (or mis-named?) on Unix
36833 From: rspier@pobox.com (Robert Spier)
36834 Date: Tue, 12 Dec 2000 21:12:39 -0500
36835 Message-ID: <14902.56087.678086.725773@rls.cx>
36836
36837 fastgetcwd is defined using a glob alias on a $^O dependent basis -
36838 and there was no default assignment or perl subroutine.
36839 Branch: perl
36840 ! lib/Cwd.pm
36841____________________________________________________________________________
36842[ 8097] By: jhi on 2000/12/13 16:16:01
36843 Log: Subject: [PATCH] move startglob out of pp_hot.c
36844 From: Nicholas Clark <nick@ccl4.org>
36845 Date: Mon, 11 Dec 2000 23:16:39 +0000
36846 Message-ID: <20001211231638.A55550@plum.flirble.org>
36847 Branch: perl
36848 ! doio.c embed.h embed.pl objXSUB.h pp_hot.c proto.h
36849____________________________________________________________________________
36850[ 8096] By: jhi on 2000/12/13 15:26:23
36851 Log: Subject: [8095] HP-UX 11.00 / cc / 64bitint & 64bitall / perlio
36852 From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
36853 Date: Wed, 13 Dec 2000 14:01:37 +0100
36854 Message-Id: <20001213135318.621A.H.M.BRAND@hccnet.nl>
36855
36856 perl/64/HP-UX wants libdb-3.0 to be shared ELF 64 bit which
36857 in turn requires libpthread in libswanted.
36858 Branch: perl
36859 ! hints/hpux.sh
36860____________________________________________________________________________
36861[ 8095] By: jhi on 2000/12/12 19:51:05
36862 Log: The integration wars continue.
36863 Branch: perl
36864 !> sv.c
36865____________________________________________________________________________
36866[ 8094] By: jhi on 2000/12/12 19:48:26
36867 Log: Subject: [PATCH perl@8070] DB_File-1.74
36868 From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
36869 Date: Mon, 11 Dec 2000 23:07:17 -0000
36870 Message-ID: <000001c063c7$1b9d28a0$a20a140a@bfs.phone.com>
36871 Branch: perl
36872 ! ext/DB_File/Changes ext/DB_File/DB_File.pm
36873 ! ext/DB_File/DB_File.xs ext/DB_File/dbinfo ext/DB_File/typemap
36874 ! ext/DB_File/version.c t/lib/db-btree.t t/lib/db-hash.t
36875 ! t/lib/db-recno.t
36876____________________________________________________________________________
36877[ 8093] By: nick on 2000/12/12 19:42:13
36878 Log: Integrate/merge mainline with further efficiency tweak to sv.c's utf8 stuff.
36879 Branch: perlio
36880 ! sv.c
36881 !> lib/File/DosGlob.pm
36882____________________________________________________________________________
36883[ 8092] By: jhi on 2000/12/12 19:28:11
36884 Log: Integrate perlio.
36885 Branch: perl
36886 !> sv.c
36887____________________________________________________________________________
36888[ 8091] By: nick on 2000/12/12 18:49:45
36889 Log: Fix for Tk, and upgrading shared SVs.
36890 Branch: perlio
36891 ! sv.c
36892____________________________________________________________________________
36893[ 8090] By: jhi on 2000/12/12 16:48:59
36894 Log: Subject: [PATCH] Re: Breadperl & Tk
36895 From: Nick Ing-Simmons <nik@tiuk.ti.com>
36896 Date: Tue, 12 Dec 2000 14:48:27 GMT
36897 Message-Id: <200012121448.OAA11516@mikado.tiuk.ti.com>
36898 Branch: perl
36899 ! sv.c
36900____________________________________________________________________________
36901[ 8089] By: jhi on 2000/12/12 03:37:19
36902 Log: Subject: DosGlob.pm diff for bash style brace expansion.
36903 From: "Mestnik, Mike" <MMestnik@rustconsulting.com>
36904 Date: Fri, 8 Dec 2000 10:45:30 -0600
36905 Message-ID: <B50C47897E98D3118130009027D3971920F278@EXCHANGE_M1>
36906 Branch: perl
36907 ! lib/File/DosGlob.pm
36908____________________________________________________________________________
36909[ 8088] By: nick on 2000/12/11 23:59:59
36910 Log: Integrate mainline
36911 Branch: perlio
36912 !> ext/B/B.pm ext/B/B/Deparse.pm installperl lib/CGI.pm
36913 !> lib/ExtUtils/Liblist.pm lib/ExtUtils/MM_Unix.pm
36914 !> lib/ExtUtils/MakeMaker.pm lib/File/DosGlob.pm pod/perldiag.pod
36915 !> pod/perlop.pod pp.c pp_hot.c scope.c t/io/utf8.t t/lib/b.t
36916 !> t/op/local.t t/pragma/warn/toke toke.c
36917____________________________________________________________________________
36918[ 8087] By: jhi on 2000/12/11 23:20:23
36919 Log: Integrate perlio.
36920 Branch: perl
36921 !> ext/Encode/Encode.xs perlio.c perlio.h perliol.h
36922____________________________________________________________________________
36923[ 8086] By: jhi on 2000/12/11 22:50:59
36924 Log: Tune further the OS detection of CGI.
36925 Branch: perl
36926 ! lib/CGI.pm
36927____________________________________________________________________________
36928[ 8085] By: nick on 2000/12/11 22:50:46
36929 Log: Finish 1st pass of "encoding" layer e.g. :
36930 open($fh,"<encoding(iso8859-7)",$greek) || die;
36931 Branch: perlio
36932 ! ext/Encode/Encode.xs perlio.c perliol.h
36933____________________________________________________________________________
36934[ 8084] By: jhi on 2000/12/11 22:32:06
36935 Log: Revert the -f ambiguousity patch, seems to cause
36936 too much hassle (the interpret -Q as a function
36937 where Q is not a known filetest part is left in).
36938 Branch: perl
36939 ! lib/ExtUtils/Liblist.pm pod/perldiag.pod t/pragma/warn/toke
36940 ! toke.c
36941____________________________________________________________________________
36942[ 8083] By: jhi on 2000/12/11 22:27:23
36943 Log: (accidentally empty check-in)
36944 Branch: perl
36945 ! lib/File/DosGlob.pm
36946____________________________________________________________________________
36947[ 8082] By: nick on 2000/12/11 19:09:51
36948 Log: Restore mmap function (broken by tweaks to shared buffer
36949 layer for encode(xxxx)).
36950 Branch: perlio
36951 ! perlio.c
36952____________________________________________________________________________
36953[ 8081] By: jhi on 2000/12/11 18:29:13
36954 Log: Subject: Re: The long awaited feature ...
36955 From: Simon Cozens <simon@cozens.net>
36956 Date: Mon, 11 Dec 2000 15:54:24 +0000
36957 Message-ID: <20001211155424.A17680@deep-dark-truthful-mirror.perlhacker.org>
36958
36959 More io/utf8 tests.
36960 Branch: perl
36961 ! t/io/utf8.t
36962____________________________________________________________________________
36963[ 8080] By: jhi on 2000/12/11 18:19:36
36964 Log: Subject: PATCH MakeMaker manpage clarification
36965 From: andreas.koenig@anima.de (Andreas J. Koenig)
36966 Date: 10 Dec 2000 20:46:13 +0100
36967 Message-ID: <m3aea4kqka.fsf@ak-71.mind.de>
36968 Branch: perl
36969 ! lib/ExtUtils/MakeMaker.pm
36970____________________________________________________________________________
36971[ 8079] By: jhi on 2000/12/11 15:35:07
36972 Log: Subject: Re: [ID 20001204.007] -MO=Deparse -we '{234;}' failing
36973 From: Simon Cozens <simon@cozens.net>
36974 Date: Sun, 10 Dec 2000 19:06:19 +0000
36975 Message-ID: <20001210190619.B21402@deep-dark-truthful-mirror.perlhacker.org>
36976 Branch: perl
36977 ! ext/B/B/Deparse.pm t/lib/b.t
36978____________________________________________________________________________
36979[ 8078] By: jhi on 2000/12/11 15:09:11
36980 Log: Subject: [PATCH] docs on NaN
36981 From: Nicholas Clark <nick@ccl4.org>
36982 Date: Mon, 11 Dec 2000 01:48:38 +0000
36983 Message-ID: <20001211014838.B99205@plum.flirble.org>
36984 Branch: perl
36985 ! pod/perlop.pod
36986____________________________________________________________________________
36987[ 8077] By: jhi on 2000/12/11 15:02:21
36988 Log: Subject: [PATCH] Re: [Fwd: BUG 20001205.022] Local on Hash elements
36989 From: Simon Cozens <simon@cozens.net>
36990 Date: Mon, 11 Dec 2000 01:21:45 +0000
36991 Message-ID: <20001211012144.A23467@deep-dark-truthful-mirror.perlhacker.org>
36992 Branch: perl
36993 ! pp.c pp_hot.c scope.c t/op/local.t
36994____________________________________________________________________________
36995[ 8076] By: nick on 2000/12/10 20:43:32
36996 Log: Not merge worthy...
36997 Allow arg to layers e.g. open($fh,"<:encode(iso8859-15)",$name)
36998 syntax is modelled on attributes.
36999 Untested fix for io/utf8 on Win32 etc.
37000 Very clumsy start to the encode layer.
37001 Branch: perlio
37002 ! ext/Encode/Encode.xs perlio.c perlio.h perliol.h
37003____________________________________________________________________________
37004[ 8075] By: jhi on 2000/12/10 18:39:33
37005 Log: Darwin is not Windows.
37006 Branch: perl
37007 ! lib/CGI.pm
37008____________________________________________________________________________
37009[ 8074] By: jhi on 2000/12/10 18:31:27
37010 Log: Subject: Ambiguous -%c() resolved as a file test
37011 From: "Paul Marquess" <Paul.Marquess@openwave.com>
37012 Date: Sun, 10 Dec 2000 15:35:07 -0000
37013 Message-ID: <002601c062be$c5f749c0$a20a140a@bfs.phone.com>
37014 Branch: perl
37015 ! lib/ExtUtils/Liblist.pm lib/ExtUtils/MM_Unix.pm
37016____________________________________________________________________________
37017[ 8073] By: jhi on 2000/12/10 18:16:29
37018 Log: Subject: PATCH installperl misinformed
37019 From: andreas.koenig@anima.de (Andreas J. Koenig)
37020 Date: 10 Dec 2000 13:01:32 +0100
37021 Message-ID: <m3r93glc2r.fsf@ak-71.mind.de>
37022 Branch: perl
37023 ! installperl
37024____________________________________________________________________________
37025[ 8072] By: jhi on 2000/12/10 18:07:55
37026 Log: The walkoptree confusion rages; walkoptree() seems to be coming
37027 from B.xs, while walkoptree_slow() comes from B.pm.
37028 Branch: perl
37029 ! ext/B/B.pm
37030____________________________________________________________________________
37031[ 8071] By: nick on 2000/12/10 11:45:47
37032 Log: Integrate mainline
37033 Branch: perlio
37034 +> t/base/commonsense.t
37035 !> (integrate 37 files)
37036____________________________________________________________________________
37037[ 8070] By: jhi on 2000/12/10 04:46:21
37038 Log: Update Changes.
37039 Branch: perl
37040 ! Changes patchlevel.h
37041____________________________________________________________________________
fb79c7d7
JH
37042[ 8069] By: jhi on 2000/12/10 04:39:19
37043 Log: Subject: Re: PATCH: Let Test::Harness bail out early (Was: Testing module dependencies)
37044 From: andreas.koenig@anima.de (Andreas J. Koenig)
37045 Date: 09 Dec 2000 17:14:25 +0100
37046 Message-ID: <m3wvd9o9lq.fsf@ak-71.mind.de>
37047 Branch: perl
37048 + t/base/commonsense.t
37049 ! MANIFEST lib/Test/Harness.pm t/TEST t/UTEST
37050____________________________________________________________________________
37051[ 8068] By: jhi on 2000/12/10 04:17:36
37052 Log: Subject: [PATCH 5.7.0@8047] RE: [ID 20001013.009] DB_File issues warning when setting element to undef
37053 From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
37054 Date: Sat, 9 Dec 2000 16:47:22 -0000
37055 Message-ID: <002001c061ff$b3aba820$a20a140a@bfs.phone.com>
37056 Branch: perl
37057 ! ext/DB_File/typemap ext/GDBM_File/GDBM_File.pm
37058 ! ext/GDBM_File/typemap ext/NDBM_File/NDBM_File.pm
37059 ! ext/NDBM_File/typemap ext/ODBM_File/ODBM_File.pm
37060 ! ext/ODBM_File/typemap ext/SDBM_File/SDBM_File.pm
37061 ! ext/SDBM_File/typemap t/lib/db-btree.t t/lib/db-hash.t
37062 ! t/lib/db-recno.t t/lib/gdbm.t t/lib/ndbm.t t/lib/odbm.t
37063 ! t/lib/sdbm.t
37064____________________________________________________________________________
37065[ 8067] By: jhi on 2000/12/10 03:52:02
37066 Log: Test case for #8066.
37067 Branch: perl
37068 ! t/op/misc.t
37069____________________________________________________________________________
37070[ 8066] By: jhi on 2000/12/10 03:50:30
37071 Log: Subject: [PATCH] Re: [ID 20001202.002] [BUG all] 'die qr{pattern}' does not check termination
37072 From: Simon Cozens <simon@cozens.net>
37073 Date: Sun, 10 Dec 2000 00:55:37 +0000
37074 Message-ID: <20001210005537.B16221@deep-dark-truthful-mirror.perlhacker.org>
37075 Branch: perl
37076 ! pp_sys.c
37077____________________________________________________________________________
37078[ 8065] By: jhi on 2000/12/10 03:44:52
37079 Log: Test case for #8064.
37080 Branch: perl
37081 ! t/comp/proto.t
37082____________________________________________________________________________
37083[ 8064] By: jhi on 2000/12/10 03:42:32
37084 Log: Subject: Re: prototype of substr
37085 From: Simon Cozens <simon@cozens.net>
37086 Date: Sun, 10 Dec 2000 00:13:33 +0000
37087 Message-ID: <20001210001333.A16221@deep-dark-truthful-mirror.perlhacker.org>
37088
37089 Make CORE::substr to be '$$;$$' instead of '$$;$;$'.
37090 Branch: perl
37091 ! pp.c
37092____________________________________________________________________________
37093[ 8063] By: jhi on 2000/12/10 03:39:42
37094 Log: Subject: [PATCH] perlguts.pod
37095 From: Simon Cozens <simon@cozens.net>
37096 Date: Sun, 10 Dec 2000 00:06:47 +0000
37097 Message-ID: <20001210000647.A16203@deep-dark-truthful-mirror.perlhacker.org>
37098
37099 Documentation of the different types of ops,
37100 plus the functions in dump.c
37101 Branch: perl
37102 ! pod/perlguts.pod
37103____________________________________________________________________________
37104[ 8062] By: jhi on 2000/12/10 03:30:04
37105 Log: Subject: [ID 20001209.006] Not OK: perl v5.7.0 +DEVEL7978 on armv4l-linux-64int 2.2.17-rmk1 (UNINSTALLED)
37106 From: Nicholas Clark <nick@talking.bollo.cx>
37107 Date: Sat, 09 Dec 2000 18:57:25 +0000
37108 Message-Id: <E144pBV-0002Nv-00@Bagpuss.unfortu.net>
37109
37110 Be more robust in weird hostname setups.
37111 Branch: perl
37112 ! t/lib/net-hostent.t
37113____________________________________________________________________________
37114[ 8061] By: jhi on 2000/12/10 03:28:21
37115 Log: Pacify fussy compiler.
37116 Branch: perl
37117 ! pp_sys.c
37118____________________________________________________________________________
37119[ 8060] By: jhi on 2000/12/10 02:52:46
37120 Log: Integrate perlio.
37121 Branch: perl
37122 !> pp_sys.c t/io/utf8.t
37123____________________________________________________________________________
37124[ 8059] By: nick on 2000/12/09 23:40:14
37125 Log: read/sysread/recv should now be utf8 aware.
37126 Basic test for utf8 read.
37127 Branch: perlio
37128 ! pp_sys.c t/io/utf8.t
37129____________________________________________________________________________
37130[ 8058] By: jhi on 2000/12/09 21:56:02
37131 Log: Integrate perlio.
37132 Branch: perl
37133 +> t/io/utf8.t
37134 !> MANIFEST doio.c perlio.c pp_sys.c sv.c t/comp/require.t toke.c
37135____________________________________________________________________________
37136[ 8057] By: jhi on 2000/12/09 21:53:35
37137 Log: Subject: Re: Additional patch for UTF8-keys (Re: perl@8016)
37138 From: Inaba Hiroto <inaba@st.rim.or.jp>
37139 Date: Sun, 10 Dec 2000 05:53:21 +0900
37140 Message-ID: <3A329BC0.15E8BFF9@st.rim.or.jp>
37141
37142 Tests for #8056.
37143 Branch: perl
37144 ! t/op/each.t
37145____________________________________________________________________________
37146[ 8056] By: jhi on 2000/12/09 21:51:16
37147 Log: Subject: Additional patch for UTF8-keys (Re: perl@8016)
37148 From: Inaba Hiroto <inaba@st.rim.or.jp>
37149 Date: Sat, 09 Dec 2000 18:02:00 +0900
37150 Message-ID: <3A31F508.34F4BB23@st.rim.or.jp>
37151
37152 exists() didn't work for UTF-8 keys, and neither did shared hash keys.
37153 Branch: perl
37154 ! embed.h embed.pl hv.c objXSUB.h op.c proto.h sv.c
37155____________________________________________________________________________
37156[ 8055] By: nick on 2000/12/09 20:11:48
37157 Log: Make write() (i.e. formats) utf8-aware by calling do_print() rather
37158 than raw PerlIO_write() - does not seem to break any tests.
37159 Branch: perlio
37160 ! pp_sys.c
37161____________________________________________________________________________
37162[ 8054] By: nick on 2000/12/09 19:47:30
37163 Log: Make print, syswrite, send, readline, getc honour utf8-ness of PerlIO.
37164 (sysread, recv and write i.e. formats still to do...)
37165 Allow :utf8 or :bytes in PerlIO_apply_layers() so that
37166 open($fh,">:utf8","name")
37167 etc. work. - "applying" those just sets/clears the UTF8 bit of the top layer,
37168 so no extra overhead is involved.
37169 Tweak t/comp/require.t to add a 'use bytes' to permit its dubious writing of BOM
37170 to a non-utf8 stream.
37171 Add initial io/utf8.t
37172 Fix SvPVutf8() - sv_2pv() was not expecting to be called with something
37173 that was already SvPOK() - (we just fossiked with SvUTF8 bit). Fix that
37174 and also just use the SvPV macro in sv_2pvutf8() to avoid the issue/overhead.
37175 Branch: perlio
37176 + t/io/utf8.t
37177 ! MANIFEST doio.c perlio.c pp_sys.c sv.c t/comp/require.t
37178____________________________________________________________________________
37179[ 8053] By: nick on 2000/12/09 19:26:37
37180 Log: Did not get that has_utf8/this_utf8 fix right last time, another spot
37181 was only testing this_utf8.
37182 Branch: perlio
37183 ! toke.c
37184____________________________________________________________________________
37185[ 8052] By: nick on 2000/12/09 19:09:41
37186 Log: Typo/thinko in S_scan_const() - seeing high bit sets has_utf8 not this_utf8
37187 i.e. the output string has one, but don't mess with source assumption.
37188 Branch: perlio
37189 ! toke.c
37190____________________________________________________________________________
37191[ 8051] By: jhi on 2000/12/09 16:55:17
37192 Log: Integrate perlio.
37193 Branch: perl
37194 !> MANIFEST embedvar.h intrpvar.h mg.c perl.c perlapi.h pp_hot.c
37195 !> sv.c thrdvar.h util.c
37196____________________________________________________________________________
37197[ 8050] By: jhi on 2000/12/09 16:48:07
37198 Log: Nits noticed by Peter Prymmer.
37199 Branch: perl
37200 ! lib/ExtUtils/MM_VMS.pm
37201____________________________________________________________________________
37202[ 8049] By: nick on 2000/12/09 13:49:40
37203 Log: UTF8 output prework.
37204 - Store $\ and $, as SVs so they can have SvUTF8 flag
37205 - use do_print() rather than raw PerlIO_write() to print them.
37206 Branch: perlio
37207 ! embedvar.h intrpvar.h mg.c perl.c perlapi.h pp_hot.c sv.c
37208 ! thrdvar.h util.c
37209____________________________________________________________________________
37210[ 8048] By: nick on 2000/12/09 12:30:43
37211 Log: Integrate mainline.
37212 Branch: perlio
37213 +> ext/Encode/Encode/iso8859-16.enc ext/POSIX/hints/svr4.pl
37214 +> t/op/reverse.t
37215 !> Changes MANIFEST doop.c ext/POSIX/Makefile.PL hints/svr4.sh
37216 !> lib/ExtUtils/MM_OS2.pm lib/ExtUtils/MM_Unix.pm
37217 !> lib/ExtUtils/MM_VMS.pm lib/ExtUtils/Manifest.pm patchlevel.h
37218 !> pod/perlapi.pod pod/perlfunc.pod pod/perlintern.pod pp.h
37219 !> pp_hot.c t/README t/base/term.t t/lib/bigfltpm.t
37220 !> t/op/utf8decode.t t/pragma/warn/utf8 utf8.c utf8.h
37221____________________________________________________________________________
37222[ 8047] By: jhi on 2000/12/09 00:23:27
37223 Log: Subject: Re: [pvhp@forte.com: [ID 20001208.004] Not OK: perl v5.7.0 +DEVEL8042 on VMS_AXP V7.1 (UNINSTALLED)]
37224 From: Michael G Schwern <schwern@pobox.com>
37225 Date: Fri, 8 Dec 2000 14:43:04 -0600
37226 Branch: perl
37227 ! lib/ExtUtils/MM_VMS.pm
37228____________________________________________________________________________
37229[ 8046] By: jhi on 2000/12/08 23:10:27
37230 Log: A missed check-in.
37231 Branch: perl
37232 ! lib/ExtUtils/Manifest.pm
37233____________________________________________________________________________
37234[ 8045] By: jhi on 2000/12/08 21:57:12
37235 Log: (null check-in)
37236 Branch: perl
37237 ! lib/ExtUtils/MM_Unix.pm pod/perlintern.pod
37238____________________________________________________________________________
37239[ 8044] By: jhi on 2000/12/08 21:11:06
37240 Log: Add ISO 8859-16 encoding. Not a standard yet but seems to be
37241 at the final draft stage.
37242 Branch: perl
37243 + ext/Encode/Encode/iso8859-16.enc
37244 ! MANIFEST
37245____________________________________________________________________________
37246[ 8043] By: jhi on 2000/12/08 16:39:04
37247 Log: Update Changes.
37248 Branch: perl
37249 ! Changes patchlevel.h
37250____________________________________________________________________________
935679df
JH
37251[ 8042] By: jhi on 2000/12/08 16:33:39
37252 Log: Do not return the Unicode replacement character if UTF-8
37253 decoding goes awry, it should be up to the caller to decide.
37254 Branch: perl
37255 ! pod/perlapi.pod utf8.c
37256____________________________________________________________________________
37257[ 8041] By: jhi on 2000/12/08 16:22:28
37258 Log: metaconfig maintenance.
37259 Branch: metaconfig
37260 ! U/modified/stdchar.U
37261 Branch: metaconfig/U/perl
37262 + testsyml.U
37263____________________________________________________________________________
37264[ 8040] By: jhi on 2000/12/08 16:03:08
37265 Log: Subject: [ID 20001207.009] Not OK: perl v5.7.0 +DEVEL8030 on os2-64int-ld 2.30
37266 From: sthoenna@efn.org
37267 Date: Thu, 7 Dec 2000 21:32:43 -0800 (PST)
37268 Message-Id: <200012080532.eB85Wh729109@garcia.efn.org>
37269 Branch: perl
37270 ! Changes lib/ExtUtils/MM_OS2.pm
37271____________________________________________________________________________
37272[ 8039] By: jhi on 2000/12/08 15:57:11
37273 Log: Subject: [PATCH] Re: ebcdic <-> ascii tables interjected in uv <-> utf8 considered harmful
37274 From: Simon Cozens <simon@cozens.net>
37275 Date: Fri, 8 Dec 2000 13:33:31 +0000
37276 Message-ID: <20001208133331.A11535@deep-dark-truthful-mirror.perlhacker.org>
37277
37278 (The pp_hot part needed a rewrite.)
37279 Branch: perl
37280 ! doop.c pp_hot.c utf8.c
37281____________________________________________________________________________
37282[ 8038] By: jhi on 2000/12/08 15:25:08
37283 Log: Subject: djSP
37284 From: Michael Stevens <michael@etla.org>
37285 Date: Wed, 6 Dec 2000 23:24:01 +0000
37286 Message-ID: <20001206232400.A21381@firedrake.org>
37287
37288 Plus a note from Nick Ing-Simmons.
37289 Branch: perl
37290 ! pp.h
37291____________________________________________________________________________
37292[ 8037] By: jhi on 2000/12/08 15:18:35
37293 Log: Filetype is text.
37294 Branch: perl
37295 ! t/op/utf8decode.t
37296____________________________________________________________________________
37297[ 8036] By: jhi on 2000/12/08 03:31:27
37298 Log: Subject: [ID 20001207.004] [PATCH 5.6.0 and 5.7.x] add NCR MP-RAS support
37299 From: Andy Dougherty <doughera@lafayette.edu>
37300 Date: Thu, 7 Dec 2000 12:36:45 -0500 (EST)
37301 Message-Id: <Pine.SOL.4.10.10012071235400.13162-100000@maxwell.phys.lafayette.edu>
37302
37303 Subject: Re: [ID 20001207.004] [PATCH 5.6.0 and 5.7.x] add NCR MP-RAS support
37304 From: Andy Dougherty <doughera@lafayette.edu>
37305 Date: Thu, 7 Dec 2000 13:56:10 -0500 (EST)
37306 Message-ID: <Pine.SOL.4.10.10012071354420.6665-100000@maxwell.phys.lafayette.edu>
37307 Branch: perl
37308 + ext/POSIX/hints/svr4.pl
37309 ! MANIFEST ext/POSIX/Makefile.PL hints/svr4.sh t/lib/bigfltpm.t
37310____________________________________________________________________________
37311[ 8035] By: jhi on 2000/12/08 03:26:01
37312 Log: Subject: [ID 20001207.003] [PATCH] t/base/term.t causes abort if Config.pm not built
37313 From: Andy Dougherty <doughera@lafayette.edu>
37314 Date: Thu, 7 Dec 2000 10:50:47 -0500 (EST)
37315 Message-Id: <Pine.SOL.4.10.10012071049400.7566-100000@maxwell.phys.lafayette.edu>
37316 Branch: perl
37317 ! t/README t/base/term.t
37318____________________________________________________________________________
37319[ 8034] By: jhi on 2000/12/08 03:21:59
37320 Log: Subject: DOC PATCH 5.6.0: -s return value incompletely documented
37321 From: mjd@plover.com
37322 Date: 7 Dec 2000 21:04:20 -0000
37323 Message-ID: <20001207210420.22282.qmail@plover.com>
37324
37325 Plus -z doc.
37326 Branch: perl
37327 ! pod/perlfunc.pod
37328____________________________________________________________________________
37329[ 8033] By: jhi on 2000/12/08 03:19:03
37330 Log: Use the UTF8 macros a bit. They can't be used with abandon
37331 everywhere because we do generate illegal UTF-8 in some situations.
37332 This is of course naughty.
37333 Branch: perl
37334 ! pod/perlapi.pod utf8.c utf8.h
37335____________________________________________________________________________
37336[ 8032] By: jhi on 2000/12/08 03:00:09
37337 Log: Out of sync?
37338 Branch: perl
37339 ! t/pragma/warn/utf8
37340____________________________________________________________________________
37341[ 8031] By: jhi on 2000/12/08 02:22:39
37342 Log: Cnt spl.
37343 Branch: perl
37344 ! MANIFEST
37345____________________________________________________________________________
37346[ 8030] By: jhi on 2000/12/08 01:23:54
37347 Log: Add test for reverse().
37348 Branch: perl
37349 + t/op/reverse.t
37350 ! MANIFEST
37351____________________________________________________________________________
37352[ 8029] By: jhi on 2000/12/08 01:21:47
37353 Log: Integrate perlio.
37354 Branch: perl
37355 !> ext/IO/IO.xs fakesdio.h global.sym lib/warnings.pm perlapi.c
37356 !> perlio.c perlio.h perlsdio.h warnings.pl
37357____________________________________________________________________________
37358[ 8028] By: jhi on 2000/12/08 01:19:08
37359 Log: Introduce macros for UTF8 decoding.
37360 Branch: perl
37361 ! t/op/utf8decode.t t/pragma/warn/utf8 utf8.c utf8.h
37362____________________________________________________________________________
37363[ 8027] By: nick on 2000/12/07 22:18:19
37364 Log: Integrate mainline
37365 Branch: perlio
37366 !> embed.pl pod/perlapi.pod utf8.c
37367____________________________________________________________________________
37368[ 8026] By: nick on 2000/12/07 21:45:08
37369 Log: Various oddities p4 diff -se showed up
37370 Remove 'our' from warnings.pl
37371 Branch: perlio
37372 ! global.sym lib/warnings.pm pod/perlapi.pod warnings.pl
37373____________________________________________________________________________
37374[ 8025] By: nick on 2000/12/07 21:43:32
37375 Log: Change PerlIO_(get|set)pos to take SV *
37376 Should fix, OS/2, VMS, (sfio??)
37377 Branch: perlio
37378 ! ext/IO/IO.xs fakesdio.h perlapi.c perlio.c perlio.h perlsdio.h
37379____________________________________________________________________________
37380[ 8024] By: jhi on 2000/12/07 19:05:32
37381 Log: Document utf8_to_uv() better.
37382 Branch: perl
37383 ! pod/perlapi.pod utf8.c
37384____________________________________________________________________________
37385[ 8023] By: jhi on 2000/12/07 18:23:47
37386 Log: Document utf8_length(), utf8_distance(), and utf8_hop().
37387 Branch: perl
37388 ! embed.pl pod/perlapi.pod utf8.c
37389____________________________________________________________________________
37390[ 8022] By: jhi on 2000/12/07 04:13:51
37391 Log: Integrate perlio.
37392 Branch: perl
37393 !> perlio.c t/io/dup.t win32/config.vc win32/config_H.bc
37394 !> win32/config_H.gc win32/config_H.vc win32/config_h.PL
37395 !> win32/makefile.mk
37396____________________________________________________________________________
37397[ 8021] By: nick on 2000/12/07 00:28:14
37398 Log: Various attempts at MSVC debug - not sure what has
37399 changed but works now.
37400 Seems atexit() _may_ work for DLLs built with MSVC so don't
37401 call cleanup that way.
37402 Branch: perlio
37403 ! perlio.c win32/makefile.mk
37404____________________________________________________________________________
37405[ 8020] By: nick on 2000/12/06 19:57:20
37406 Log: Integrate mainline
37407 Branch: perlio
37408 +> lib/ExtUtils/MANIFEST.SKIP t/op/concat.t
37409 !> (integrate 75 files)
37410____________________________________________________________________________
37411[ 8019] By: nick on 2000/12/06 19:28:21
37412 Log: Add useperlio to config.vc
37413 Turn off binmode in config_H.PL
37414 Regen all the config_H.xx
37415 Attempt to get debugging build with MSVC.
37416 Branch: perlio
37417 ! win32/config.vc win32/config_H.bc win32/config_H.gc
37418 ! win32/config_H.vc win32/config_h.PL win32/makefile.mk
37419____________________________________________________________________________
37420[ 8018] By: nick on 2000/12/06 19:21:57
37421 Log: Test various dup/external program options on all platforms.
37422 Branch: perlio
37423 ! t/io/dup.t
37424____________________________________________________________________________
37425[ 8017] By: nick on 2000/12/06 19:20:47
37426 Log: Fix harness to be less picky
37427 Branch: perlio
37428 ! lib/Test/Harness.pm
37429____________________________________________________________________________
37430[ 8016] By: jhi on 2000/12/06 16:45:12
37431 Log: Update Changes.
37432 Branch: perl
37433 ! Changes patchlevel.h
37434____________________________________________________________________________
a7ff9532
JH
37435[ 8015] By: jhi on 2000/12/06 16:41:03
37436 Log: Test \x{...} with ord().
37437 Branch: perl
37438 ! t/op/ord.t
37439____________________________________________________________________________
37440[ 8014] By: jhi on 2000/12/06 16:20:33
37441 Log: Test tweak because of #8013.
37442 Branch: perl
37443 ! t/lib/b.t
37444____________________________________________________________________________
37445[ 8013] By: jhi on 2000/12/06 16:09:09
37446 Log: Subject: [PATCH] $VERSION crusade, strict, tests, etc... all over lib/
37447 From: Michael G Schwern <schwern@pobox.com>
37448 Date: Tue, 5 Dec 2000 21:23:28 -0500
37449 Message-ID: <20001205212328.C6473@blackrider.aocn.com>
37450
37451 Carp::Heavy parts not very applicable because of recent changes.
37452 Branch: perl
37453 ! ext/Opcode/Opcode.pm lib/AnyDBM_File.pm lib/CGI/Apache.pm
37454 ! lib/CGI/Switch.pm lib/Carp.pm lib/Carp/Heavy.pm
37455 ! lib/DirHandle.pm lib/Dumpvalue.pm lib/English.pm lib/Env.pm
37456 ! lib/Exporter.pm lib/Exporter/Heavy.pm
37457 ! lib/ExtUtils/MM_Cygwin.pm lib/ExtUtils/MM_OS2.pm
37458 ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_VMS.pm
37459 ! lib/ExtUtils/MM_Win32.pm lib/File/CheckTree.pm
37460 ! lib/File/DosGlob.pm lib/File/Find.pm lib/File/stat.pm
37461 ! lib/FileCache.pm lib/I18N/Collate.pm lib/Net/hostent.pm
37462 ! lib/Net/netent.pm lib/Net/protoent.pm lib/Net/servent.pm
37463 ! lib/Pod/Functions.pm lib/Pod/Html.pm lib/Search/Dict.pm
37464 ! lib/SelectSaver.pm lib/Term/Cap.pm lib/Term/Complete.pm
37465 ! lib/Term/ReadLine.pm lib/Text/Abbrev.pm lib/Tie/Hash.pm
37466 ! lib/Tie/RefHash.pm lib/Tie/Scalar.pm lib/Tie/SubstrHash.pm
37467 ! lib/Time/Local.pm lib/Time/tm.pm lib/UNIVERSAL.pm
37468 ! lib/User/grent.pm lib/User/pwent.pm lib/bytes.pm
37469 ! lib/charnames.pm lib/diagnostics.pm lib/filetest.pm
37470 ! lib/integer.pm lib/less.pm lib/locale.pm lib/open.pm
37471 ! lib/overload.pm lib/subs.pm lib/utf8.pm lib/vars.pm
37472 ! lib/warnings/register.pm t/lib/attrs.t t/lib/syslog.t
37473 ! warnings.pl
37474____________________________________________________________________________
37475[ 8012] By: jhi on 2000/12/06 15:22:38
37476 Log: Subject: [PATCH] Re: New harness is failing things
37477 From: Nick Ing-Simmons <nik@tiuk.ti.com>
37478 Date: Wed, 6 Dec 2000 13:00:30 GMT
37479 Message-Id: <200012061300.NAA10567@mikado.tiuk.ti.com>
37480 Branch: perl
37481 ! lib/Test/Harness.pm
37482____________________________________________________________________________
37483[ 8011] By: jhi on 2000/12/06 15:12:08
37484 Log: Subject: installhtml changes
37485 From: Michael Stevens <michael@etla.org>
37486 Date: Wed, 6 Dec 2000 13:15:53 +0000
37487 Message-ID: <20001206131553.A27317@firedrake.org>
37488 Branch: perl
37489 ! installhtml
37490____________________________________________________________________________
37491[ 8010] By: jhi on 2000/12/06 15:06:05
37492 Log: Subject: the dTHR hits
37493 From: Michael Stevens <michael@etla.org>
37494 Date: Wed, 6 Dec 2000 12:06:03 +0000
37495 Message-ID: <20001206120603.A24581@firedrake.org>
37496
37497 More, errrm, less dTHRs.
37498 Branch: perl
37499 ! bytecode.pl ext/B/B/C.pm
37500____________________________________________________________________________
37501[ 8009] By: jhi on 2000/12/06 15:04:25
37502 Log: Subject: MakeMaker mailing list gone?
37503 From: Michael G Schwern <schwern@pobox.com>
37504 Date: Tue, 5 Dec 2000 19:29:59 -0500
37505 Message-ID: <20001205192959.B6473@blackrider.aocn.com>
37506
37507 The MakeMaker mailing list is dead, perlbug is the right
37508 address to report bugs.
37509 Branch: perl
37510 ! lib/ExtUtils/MakeMaker.pm
37511____________________________________________________________________________
37512[ 8008] By: jhi on 2000/12/06 15:00:32
37513 Log: Subject: [PATCH ExtUtils::Manifest 1.1] Default MANIFEST.SKIP]
37514 From: Michael G Schwern <schwern@pobox.com>
37515 Date: Tue, 5 Dec 2000 19:21:21 -0500
37516 Message-ID: <20001205192121.A6473@blackrider.aocn.com>
37517
37518 Add a default MANIFEST skip that ignores things like
37519 version control files, editor temporary files, and the Makefile.
37520 Branch: perl
37521 + lib/ExtUtils/MANIFEST.SKIP
37522 ! MANIFEST lib/ExtUtils/Manifest.pm
37523____________________________________________________________________________
37524[ 8007] By: jhi on 2000/12/06 14:57:20
37525 Log: In Amiga more manual hackery of the scripts seems to be needed,
37526 from Jan-Erik Karlsson. Why Configure does not get this right
37527 is unknown, may be shell-induced.
37528 Branch: perl
37529 ! README.amiga
37530____________________________________________________________________________
37531[ 8006] By: jhi on 2000/12/05 23:53:12
37532 Log: Add TOPm1s to peek at the second topmost stack item.
37533 Branch: perl
37534 ! pp.h
37535____________________________________________________________________________
37536[ 8005] By: jhi on 2000/12/05 23:13:55
37537 Log: Avaunt, you foul UTF-8 tests.
37538 Branch: perl
37539 ! t/op/ver.t t/pragma/utf8.t
37540____________________________________________________________________________
37541[ 8004] By: jhi on 2000/12/05 23:09:54
37542 Log: Continue utf8 dispersal.
37543 Branch: perl
37544 + t/op/concat.t
37545 ! MANIFEST t/pragma/utf8.t
37546____________________________________________________________________________
37547[ 8003] By: nick on 2000/12/05 23:02:39
37548 Log: Integrate mainline.
37549 Branch: perlio
37550 +> t/op/length.t t/op/utf8decode.t
37551 !> (integrate 69 files)
37552____________________________________________________________________________
37553[ 8002] By: jhi on 2000/12/05 22:59:28
37554 Log: Integrate perlio.
37555 Branch: perl
37556 !> iperlsys.h perl.c perlio.c win32/perllib.c
37557____________________________________________________________________________
37558[ 8001] By: nick on 2000/12/05 22:07:52
37559 Log: Win32 PERL_IMPLICIT_SYS passes all tests with USE_PERLIO
37560 - calloc/free suffer from damage on TerminateThread()
37561 - use PerlMemShared (as originally planned) now fixed
37562 - avoid doing anything important on DLL "detach".
37563 Branch: perlio
37564 ! perl.c perlio.c win32/perllib.c
37565____________________________________________________________________________
37566[ 8000] By: nick on 2000/12/05 21:05:09
37567 Log: Fix gross PerlMemShared issue.
37568 Branch: perlio
37569 ! iperlsys.h
37570____________________________________________________________________________
37571[ 7999] By: jhi on 2000/12/05 20:46:58
37572 Log: Test for Unicode (UTF-8) hash keys.
37573 Branch: perl
37574 ! t/op/each.t
37575____________________________________________________________________________
37576[ 7998] By: jhi on 2000/12/05 20:30:35
37577 Log: Remove an unnecessary 'use utf8' (unnecessary because \x{...}
37578 is now always UTF-8), empty line cosmetics.
37579 Branch: perl
37580 ! t/pragma/utf8.t
37581____________________________________________________________________________
37582[ 7997] By: jhi on 2000/12/05 20:15:40
37583 Log: Subject: Re: STRLEN - what?
37584 From: Andy Dougherty <doughera@lafayette.edu>
37585 Date: Tue, 5 Dec 2000 11:58:46 -0500 (EST)
37586 Message-ID: <Pine.SOL.4.10.10012051152100.3586-100000@maxwell.phys.lafayette.edu>
37587
37588 Explain STRLEN.
37589 Branch: perl
37590 ! pod/perlguts.pod
37591____________________________________________________________________________
37592[ 7996] By: jhi on 2000/12/05 20:13:34
37593 Log: Split off the UTF-8 decoder tests, make them to check also
37594 the error message.
37595 Branch: perl
37596 + t/op/utf8decode.t
37597 ! MANIFEST t/pragma/utf8.t utf8.c
37598____________________________________________________________________________
37599[ 7995] By: jhi on 2000/12/05 16:39:47
37600 Log: Start migrating bits of pragma/utf8 to elsewhere
37601 (since the long term plan is to obsolete 'use utf8').
37602 Branch: perl
37603 + t/op/length.t
37604 ! MANIFEST t/pragma/utf8.t
37605____________________________________________________________________________
37606[ 7994] By: jhi on 2000/12/05 16:30:21
37607 Log: Fix a manual edit typo from #7993, fix the message formatting
37608 for Unicode, add few our declarations.
37609 Branch: perl
37610 ! lib/Carp/Heavy.pm
37611____________________________________________________________________________
37612[ 7993] By: jhi on 2000/12/05 16:09:15
37613 Log: Subject: Need help with warnings :-(
37614 From: "Ben Tilly" <ben_tilly@hotmail.com>
37615 Date: Tue, 05 Dec 2000 01:35:54 -0500
37616 Message-ID: <LAW2-F2380n7J95K7aI00001bb9@hotmail.com>
37617
37618 Subject: UPDATE: Carp/Heavy now passes all tests
37619 From: "Ben Tilly" <ben_tilly@hotmail.com>
37620 Date: Tue, 05 Dec 2000 07:59:41 -0500
37621 Message-ID: <LAW2-F58V1qdiixjnzi00005523@hotmail.com>
37622
37623 The Brave New Carp.
37624 Branch: perl
37625 ! lib/Carp.pm lib/Carp/Heavy.pm
37626____________________________________________________________________________
37627[ 7992] By: jhi on 2000/12/05 15:55:08
37628 Log: Subject: [PATCH perl@7979] cygwin port
37629 From: "Eric Fifer" <efifer@dircon.co.uk>
37630 Date: Tue, 5 Dec 2000 14:04:09 -0000
37631 Message-Id: <200012051402.OAA60286@mailhost2.dircon.co.uk>
37632 Branch: perl
37633 ! t/lib/net-hostent.t
37634____________________________________________________________________________
37635[ 7991] By: jhi on 2000/12/05 15:52:34
37636 Log: Subject: Re: [PATCH] The largest hoax of all times?
37637 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
37638 Date: Tue, 5 Dec 2000 00:40:25 -0500
37639 Message-ID: <20001205004025.A4050@monk.mps.ohio-state.edu>
37640
37641 Subject: Re: [PATCH] The largest hoax of all times?
37642 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
37643 Date: Mon, 4 Dec 2000 23:55:53 -0500
37644 Message-ID: <20001204235553.A1140@monk.mps.ohio-state.edu>
37645
37646 Subject: Re: [PATCH] The largest hoax of all times?
37647 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
37648 Date: Tue, 5 Dec 2000 01:28:45 -0500
37649 Message-ID: <20001205012844.A4227@monk.mps.ohio-state.edu>
37650
37651 Fix the unpredictable order of DESTROYs.
37652 Branch: perl
37653 ! embed.h embed.pl objXSUB.h pod/perlapi.pod proto.h scope.c
37654 ! sv.c sv.h t/op/ref.t
37655____________________________________________________________________________
37656[ 7990] By: jhi on 2000/12/05 14:38:53
37657 Log: Subject: [PATCH] shrink pp_hot fractionally
37658 From: Nicholas Clark <nick@ccl4.org>
37659 Date: Tue, 5 Dec 2000 12:44:31 +0000
37660 Message-ID: <20001205124431.E74518@plum.flirble.org>
37661
37662 Use report_evil_fh().
37663 Branch: perl
37664 ! opcode.pl opnames.h pp_hot.c util.c
37665____________________________________________________________________________
37666[ 7989] By: jhi on 2000/12/05 14:21:27
37667 Log: Subject: [PATCH] [ID 20001203.001] Not OK: perl v5.7.0 +DEVEL7965 on os2-64int-ld 2.30 (UNINSTALLED)
37668 From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
37669 Date: Mon, 04 Dec 2000 22:21:59 -0800
37670 Message-ID: <HmIL6gzkgepS092yn@efn.org>
37671
659f4fc5 37672 Harness shouldn't ignore responses like "ok 3\r\r\n".
a7ff9532
JH
37673 Branch: perl
37674 ! lib/Test/Harness.pm
37675____________________________________________________________________________
37676[ 7988] By: jhi on 2000/12/05 13:51:28
37677 Log: Integrate the "skip" messages to explain().
37678 Branch: perl
37679 ! t/lib/syslfs.t t/op/lfs.t
37680____________________________________________________________________________
37681[ 7987] By: jhi on 2000/12/05 12:34:54
37682 Log: The one that got away in #7984.
37683
37684 Subject: Re: dTHR - what and why?
37685 From: Michael Stevens <michael@etla.org>
37686 Date: Tue, 5 Dec 2000 11:15:52 +0000
37687 Message-ID: <20001205111552.A4647@firedrake.org>
37688 Branch: perl
37689 ! sv.h
37690____________________________________________________________________________
37691[ 7986] By: gsar on 2000/12/05 09:14:44
37692 Log: fix open(FOO, ">&MYSOCK") failure under Windows 9x (problem is
37693 due to the notorious GetFileType() bug in Windows 9x, which fstat()
37694 tickles)
37695 Branch: perl
37696 ! win32/perlhost.h win32/win32.c win32/win32.h win32/win32sck.c
37697____________________________________________________________________________
37698[ 7985] By: jhi on 2000/12/05 05:49:03
37699 Log: Integrate perlio.
37700 Branch: perl
37701 !> iperlsys.h perl.c perlio.c perlio.h perliol.h sv.c t/op/fork.t
37702 !> win32/perlhost.h win32/perllib.c
37703____________________________________________________________________________
37704[ 7984] By: jhi on 2000/12/05 05:48:16
37705 Log: dTHR is a nop in 5.6.0 onwards. Ergo, it can go.
37706 Branch: perl
37707 ! av.c cygwin/cygwin.c deb.c djgpp/djgpp.c doio.c doop.c dump.c
37708 ! epoc/epoc.c ext/ByteLoader/ByteLoader.xs
37709 ! ext/ByteLoader/byterun.c ext/Devel/DProf/DProf.xs
37710 ! ext/Thread/Thread.xs ext/re/re.xs gv.c hv.c mg.c op.c
37711 ! os2/OS2/REXX/REXX.xs os2/os2.c os2/os2ish.h perl.c perl.h
37712 ! perlapi.c pp.c pp.h pp_ctl.c pp_hot.c pp_sys.c regcomp.c
37713 ! regexec.c run.c scope.c sv.c taint.c thread.h toke.c
37714 ! universal.c utf8.c util.c vmesa/vmesa.c vms/ext/Stdio/Stdio.xs
37715 ! win32/win32.c
37716____________________________________________________________________________
37717[ 7983] By: nick on 2000/12/04 23:27:43
37718 Log: PERL_IMPLICIT_SYS (almost) works - something odd with "signal"
37719 Branch: perlio
37720 ! iperlsys.h perl.c perlio.c perlio.h perliol.h sv.c t/op/fork.t
37721 ! win32/perlhost.h win32/perllib.c
37722____________________________________________________________________________
37723[ 7982] By: jhi on 2000/12/04 19:44:09
37724 Log: Yet Another Copying-Without-Paying-Attention-To-SvUTF8(sv) Bug
37725 uncovered by #7980.
37726 Branch: perl
37727 ! op.c
37728____________________________________________________________________________
37729[ 7981] By: jhi on 2000/12/04 19:42:07
37730 Log: Subject: [PATCH] Trivial dump.c feature
37731 From: Simon Cozens <simon@cozens.net>
37732 Date: Mon, 4 Dec 2000 18:08:38 +0000
37733 Message-ID: <20001204180838.A5541@pembro33.pmb.ox.ac.uk>
37734
37735 Show whether a constant is UTF-8.
37736 Branch: perl
37737 ! dump.c
37738____________________________________________________________________________
37739[ 7980] By: jhi on 2000/12/04 19:36:51
37740 Log: UTF-8 hash keys, patch from Inaba Hiroto.
37741 Branch: perl
37742 ! embed.h embed.pl hv.c hv.h pod/perlapi.pod proto.h
37743____________________________________________________________________________
37744[ 7979] By: jhi on 2000/12/04 17:36:28
37745 Log: Update Changes.
37746 Branch: perl
37747 ! Changes patchlevel.h
37748____________________________________________________________________________
38ff9fd4
JH
37749[ 7978] By: jhi on 2000/12/04 16:42:17
37750 Log: Retract #7977, still too volatile (the euphemism of the day
37751 for unfinished and buggy :-)
37752 Branch: perl
37753 ! doop.c hv.c pp.c sv.h
37754____________________________________________________________________________
37755[ 7977] By: jhi on 2000/12/04 16:25:15
37756 Log: (Retracted by #7978, too shaky yet.)
37757
37758 Subject: Re: utf8 in hash keys, implementor missing
37759 From: Simon Cozens <simon@cozens.net>
37760 Date: Sat, 2 Dec 2000 19:49:35 +0000
37761 Message-ID: <20001202194935.A25673@pembro33.pmb.ox.ac.uk>
37762
37763 The first step at UTF-8 hash keys.
37764 Branch: perl
37765 ! doop.c hv.c pp.c sv.h
37766____________________________________________________________________________
37767[ 7976] By: jhi on 2000/12/04 16:13:53
37768 Log: Subject: [ID 20001203.001] Not OK: perl v5.7.0 +DEVEL7965 on os2-64int-ld 2.30 (UNINSTALLED)
37769 From: sthoenna@efn.org
37770 Date: Sun, 3 Dec 2000 19:06:53 -0800 (PST)
37771 Message-Id: <200012040306.eB436rE18922@garcia.efn.org>
37772 Branch: perl
37773 ! os2/os2.c perlio.c
37774____________________________________________________________________________
37775[ 7975] By: jhi on 2000/12/04 16:05:25
37776 Log: Subject: Re: [ID 20001129.009] Not OK: perl v5.7.0 +DEVEL7928 on os2-64int-ld 2.30 (UNINSTALLED)
37777 From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
37778 Date: Thu, 30 Nov 2000 20:50:37 -0800
37779 Message-ID: <d4yJ6gzkgGsJ092yn@efn.org>
37780 Branch: perl
37781 ! os2/os2.c
37782____________________________________________________________________________
37783[ 7974] By: jhi on 2000/12/04 16:03:57
37784 Log: Subject: [PATCH] ++ 20% faster
37785 From: Nicholas Clark <nick@ccl4.org>
37786 Date: Mon, 4 Dec 2000 12:17:27 +0000
37787 Message-ID: <20001204121726.B52976@plum.flirble.org>
37788
37789 Make '$i = ""; $i++' to produce true IVs without a hint of NVs.
37790 Branch: perl
37791 ! sv.c
37792____________________________________________________________________________
37793[ 7973] By: jhi on 2000/12/04 16:00:48
37794 Log:
37795 Subject: Re: Not OK: perl v5.7.0 +DEVEL7825 on aix 4.2.1.0 (UNINSTALLED)
37796 From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
37797 Date: Mon, 04 Dec 2000 12:30:45 +0100
37798 Message-Id: <20001204122118.E85D.H.M.BRAND@hccnet.nl>
37799
37800 AIX 4.2 (using latest patchlevels on 20001130) has a broken bind
37801 library (getprotobyname and getprotobynumber are outversioned by
37802 the same calls in libc, at least for xlc version 3.
37803 Branch: perl
37804 ! hints/aix.sh
37805____________________________________________________________________________
37806[ 7972] By: jhi on 2000/12/04 02:58:31
37807 Log: Integrate perlio.
37808 Branch: perl
37809 !> doio.c iperlsys.h perl.c perl.h perlio.c perlio.h toke.c
37810 !> win32/makefile.mk win32/perlhost.h win32/perllib.c
37811 !> win32/win32.h win32/win32iop.h win32/win32thread.h
37812____________________________________________________________________________
37813[ 7971] By: nick on 2000/12/04 00:24:33
37814 Log: Quieten some noise in Win32 builds:
37815 - win32.h is included after <sys/socket.h>, so need to
37816 set Win32SCK_IS_STDSCK earlier to avoid re-defined noise in XSUB.h
37817 - GCC (& MSVC?) have execv(...,const char *const *) so need a cast from char **.
37818 Branch: perlio
37819 ! doio.c perl.h toke.c win32/win32.h
37820____________________________________________________________________________
37821[ 7970] By: nick on 2000/12/03 22:57:46
37822 Log: PERL_IMPLICIT_SYS compiles but does not work.
37823 Branch: perlio
37824 ! iperlsys.h perl.c perlio.c perlio.h win32/makefile.mk
37825 ! win32/perlhost.h win32/perllib.c win32/win32.h
37826 ! win32/win32iop.h win32/win32thread.h
37827____________________________________________________________________________
37828[ 7969] By: jhi on 2000/12/03 22:12:58
37829 Log: On DEBUGGING make ANYOFUTF8 nodes store away also the SV
37830 used to swash_init(), makes regprop() dumps more informative
37831 (+utf8::IsAlpha, -utf8::IsDigit, for example).
37832 Branch: perl
37833 ! regcomp.c regexec.c
37834____________________________________________________________________________
37835[ 7968] By: jhi on 2000/12/03 21:39:56
37836 Log: Implement ANYOFUTF8 regprop() dumping.
37837 Branch: perl
37838 ! regcomp.c
37839____________________________________________________________________________
37840[ 7967] By: jhi on 2000/12/03 20:57:19
37841 Log: Make uv_to_utf8() to zero-terminate its output buffer,
37842 always use (at least) UTF8_MAXLEN + 1 U8s deep buffer.
37843 Branch: perl
37844 ! op.c pp.c regcomp.c regexec.c sv.c toke.c utf8.c
37845____________________________________________________________________________
37846[ 7966] By: nick on 2000/12/03 18:41:21
37847 Log: Integrate mainline (STDCHAR)
37848 Branch: perlio
37849 !> Configure t/pragma/utf8.t
37850____________________________________________________________________________
37851[ 7965] By: jhi on 2000/12/03 17:58:20
37852 Log: Raw zero bytes in text files confuse at least GNU patch 2.1.
37853 Branch: perl
37854 ! t/pragma/utf8.t
37855____________________________________________________________________________
37856[ 7964] By: jhi on 2000/12/03 17:35:56
37857 Log: Integrate perlio.
37858 Branch: perl
37859 !> iperlsys.h perlio.c
37860____________________________________________________________________________
37861[ 7963] By: jhi on 2000/12/03 17:33:55
37862 Log: Metaconfig unit change for #7962.
37863 Branch: metaconfig
37864 ! U/modified/stdchar.U
37865____________________________________________________________________________
37866[ 7962] By: jhi on 2000/12/03 17:33:27
37867 Log: Untangle the <stdio.h> #include nest for the stdchar test,
37868 from Andy Dougherty.
37869 Branch: perl
37870 ! Configure
37871____________________________________________________________________________
37872[ 7961] By: nick on 2000/12/03 16:53:00
37873 Log: Make iperlsys.h vector stdio not PerlIO.
37874 Branch: perlio
37875 ! iperlsys.h perlio.c
37876____________________________________________________________________________
37877[ 7960] By: nick on 2000/12/03 14:43:01
37878 Log: Integrate mainline
37879 Branch: perlio
37880 !> Changes Configure config_h.SH lib/ExtUtils/MM_Unix.pm op.c
37881 !> patchlevel.h pod/perldiag.pod t/lib/net-hostent.t toke.c
37882____________________________________________________________________________
37883[ 7959] By: jhi on 2000/12/03 08:16:36
37884 Log: Use DO_UTF8().
37885 Branch: perl
37886 ! op.c
37887____________________________________________________________________________
37888[ 7958] By: jhi on 2000/12/02 18:33:05
37889 Log: Subject: Re: [ID 20001130.011] expression parsing bug ?
37890 From: Mike Guy <mjtg@cam.ac.uk>
37891 Date: Sat, 02 Dec 2000 17:27:13 +0000
37892 Message-Id: <E142GRN-0003go-00@libra.cus.cam.ac.uk>
37893
37894 An extraneous argument.
37895 Branch: perl
37896 ! toke.c
37897____________________________________________________________________________
37898[ 7957] By: jhi on 2000/12/02 18:22:32
37899 Log: A missing hunk.
37900 Branch: perl
37901 ! t/lib/net-hostent.t
37902____________________________________________________________________________
37903[ 7956] By: jhi on 2000/12/02 18:06:20
37904 Log: Subject: [PATCH] Re: [ID 20001202.001] (Net::hostent)
37905 From: Nicholas Clark <nick@ccl4.org>
37906 Date: Sat, 2 Dec 2000 14:28:27 +0000
37907 Message-ID: <20001202142827.A12308@plum.flirble.org>
37908
37909 Test robustness.
37910 Branch: perl
37911 ! t/lib/net-hostent.t
37912____________________________________________________________________________
37913[ 7955] By: jhi on 2000/12/02 17:58:06
37914 Log: Metaconfig unit change for #7954.
37915 Branch: metaconfig
37916 ! U/modified/stdchar.U
37917____________________________________________________________________________
37918[ 7954] By: jhi on 2000/12/02 17:54:32
37919 Log: An inconvenient hang would happen if the stdio _ptr wasn't
37920 found in <stdio.h> and <stdio_impl.h> didn't exist. (grep
37921 would be grepping stdin for all eternity for the _ptr.)
37922 Branch: perl
37923 ! Configure
37924____________________________________________________________________________
37925[ 7953] By: jhi on 2000/12/02 00:07:15
37926 Log: Update Changes.
37927 Branch: perl
37928 ! Changes patchlevel.h
37929____________________________________________________________________________
4248a4fb
JH
37930[ 7952] By: jhi on 2000/12/01 23:54:47
37931 Log: Subject: Re: long shell lines
37932 From: Andy Dougherty <doughera@lafayette.edu>
37933 Date: Thu, 30 Nov 2000 12:45:37 -0500 (EST)
37934 Message-ID: <Pine.SOL.4.10.10011301044590.26388-100000@maxwell.phys.lafayette.edu>
37935
37936 Split overly long shell command lines.
37937 Branch: perl
37938 ! lib/ExtUtils/MM_Unix.pm
37939____________________________________________________________________________
37940[ 7951] By: jhi on 2000/12/01 23:48:02
37941 Log: The metaconfig unit change for #7950.
37942 Branch: metaconfig
37943 + U/modified/stdchar.U
37944____________________________________________________________________________
37945[ 7950] By: jhi on 2000/12/01 23:47:39
37946 Log: Try to find stdchar also from <stdio_impl.h>.
37947 Branch: perl
37948 ! Configure config_h.SH
37949____________________________________________________________________________
37950[ 7949] By: jhi on 2000/12/01 23:46:45
37951 Log: Subject: Re: [ID 20001130.011] expression parsing bug ?
37952 From: Ronald J Kimball <rjk@linguist.dartmouth.edu>
37953 Date: Fri, 1 Dec 2000 16:26:08 -0500
37954 Message-ID: <20001201162608.B1436@linguist.dartmouth.edu>
37955
37956 Reword the diagnostic message.
37957 Branch: perl
37958 ! pod/perldiag.pod
37959____________________________________________________________________________
37960[ 7948] By: nick on 2000/12/01 22:49:43
37961 Log: Integrate mainline (for s/y/m as sub names stuff).
37962 Branch: perlio
37963 !> lib/CPAN.pm lib/CPAN/FirstTime.pm pod/perldiag.pod t/op/misc.t
37964 !> t/pragma/warn/toke toke.c
37965____________________________________________________________________________
37966[ 7947] By: jhi on 2000/12/01 20:55:41
37967 Log: Integrate perlio.
37968 Branch: perl
37969 !> perlio.c perliol.h t/io/pipe.t
37970____________________________________________________________________________
37971[ 7946] By: jhi on 2000/12/01 20:36:51
37972 Log: Upgrade to CPAN 1.59_51, from Andreas König.
37973 Branch: perl
37974 ! lib/CPAN.pm lib/CPAN/FirstTime.pm
37975____________________________________________________________________________
37976[ 7945] By: nick on 2000/12/01 20:31:32
37977 Log: Integrate mainline
37978 Branch: perlio
37979 +> ext/Encode/Encode/EncodeFormat.pod lib/unicode/Is/Blank.pl
37980 +> lib/unicode/Is/SpacePerl.pl t/lib/class-struct.t
37981 +> t/lib/net-hostent.t
37982 !> (integrate 35 files)
37983____________________________________________________________________________
37984[ 7944] By: jhi on 2000/12/01 20:23:29
37985 Log: Some help for 20001130.011. Now one gets warnings like
37986 "Ambiguous -f() resolved as a file test ..."
37987 Branch: perl
37988 ! pod/perldiag.pod t/pragma/warn/toke toke.c
37989____________________________________________________________________________
37990[ 7943] By: jhi on 2000/12/01 19:44:44
37991 Log: Retract #7941. Forbidding subs m/s/etc is too cruel because
37992 that also breaks using them as methods.
37993 Branch: perl
37994 ! pod/perldiag.pod t/op/misc.t toke.c
37995____________________________________________________________________________
37996[ 7942] By: nick on 2000/12/01 17:56:46
37997 Log: Fix 'mmap' lib/filehand.t (ungetc) test fail.
37998 Make 'unix' pass most tests
37999 - do unread by temporary push of layer ("pending") holding unread chars
38000 - fast_gets is now based on per-handle flag
38001 - relax one of io/pipe.t tests to allow print to fail and close to
38002 succeed so that it passes on unbuffered "unix" layer.
38003 Remaining fail is sporadic and a genuine race condition between
38004 parent/child in fork test.
38005 Branch: perlio
38006 ! perlio.c perliol.h t/io/pipe.t
38007____________________________________________________________________________
38008[ 7941] By: jhi on 2000/12/01 15:28:58
38009 Log: (Retracted by #7943.)
38010
38011 Reserve the short named string operator names.
38012 Branch: perl
38013 ! pod/perldiag.pod t/op/misc.t toke.c
38014____________________________________________________________________________
38015[ 7940] By: jhi on 2000/12/01 06:45:53
38016 Log: Get the three different space character classes right under utf8.
38017 Branch: perl
38018 + lib/unicode/Is/Blank.pl lib/unicode/Is/SpacePerl.pl
38019 ! MANIFEST lib/unicode/mktables.PL pod/perlre.pod regcomp.c
38020 ! regexec.c t/op/pat.t utf8.c
38021____________________________________________________________________________
38022[ 7939] By: jhi on 2000/12/01 03:26:26
38023 Log: Two more tests that make no sense in UTF-8 since the test
38024 data is not in UTF-8.
38025 Branch: perl
38026 ! t/op/regexp.t
38027____________________________________________________________________________
38028[ 7938] By: jhi on 2000/12/01 03:20:39
38029 Log: \x{} doesn't any more require 'use utf8' outside regexen so why
38030 should it be required inside regexen?
38031 Branch: perl
38032 ! regcomp.c t/op/regmesg.t
38033____________________________________________________________________________
38034[ 7937] By: jhi on 2000/12/01 02:58:53
38035 Log: Fix for 20001130.008 and 20001130.010, the PL_regnpar wasn't
38036 stored and restored, and thusly was trounced by the utf8 swash
38037 routines.
38038 Branch: perl
38039 ! regcomp.c
38040____________________________________________________________________________
38041[ 7936] By: jhi on 2000/11/30 20:41:39
38042 Log: Fix for 20001128.006, be more careful in Perl_sv_utf8_downgrade().
38043 Why the different platforms behave so differently (core dump vs
38044 no core dump) on this bug is a but of a mystery, but if I had to
38045 guess I would mumble something like 'alignment'.
38046 Branch: perl
38047 ! sv.c
38048____________________________________________________________________________
38049[ 7935] By: jhi on 2000/11/30 16:17:02
38050 Log: Subject: [PATCH perl@7930] toke.c perlio.c -Wformat nits
38051 From: Robin Barker <rmb1@cise.npl.co.uk>
38052 Message-Id: <200011301427.OAA00030@tempest.npl.co.uk>
38053 Date: Thu, 30 Nov 2000 14:27:12 GMT
38054 Branch: perl
38055 ! perlio.c toke.c
38056____________________________________________________________________________
38057[ 7934] By: jhi on 2000/11/30 16:04:49
38058 Log: In OS/390 'localhost' can be 'localhost.FOO.BAR'.
38059 Branch: perl
38060 ! t/lib/net-hostent.t
38061____________________________________________________________________________
38062[ 7933] By: jhi on 2000/11/30 06:07:26
38063 Log: Subject: [ID 20001129.007] Not OK: perl v5.7.0 +DEVEL7928 on VMS_AXP V7.1 (UNINSTALLED)
38064 From: Peter Prymmer <pvhp@forte.com>
38065 Date: Wed, 29 Nov 2000 15:16:45 -0800 (PST)
38066 Message-Id: <Pine.OSF.4.10.10011291515570.328738-100000@aspara.forte.com>
38067
38068 In VMS the localhost may be LOCALHOST.
38069 Branch: perl
38070 ! t/lib/net-hostent.t
38071____________________________________________________________________________
38072[ 7932] By: jhi on 2000/11/30 01:11:11
38073 Log: Subject: Re: question about retlen in utf8.c:Perl_utf8_to_uv()
38074 From: Peter Prymmer <pvhp@forte.com>
38075 Date: Wed, 29 Nov 2000 12:36:40 -0800 (PST)
38076 Message-ID: <Pine.OSF.4.10.10011291233120.328738-100000@aspara.forte.com>
38077
38078 plus regen perlapi.pod.
38079 Branch: perl
38080 ! pod/perlapi.pod utf8.c
38081____________________________________________________________________________
38082[ 7931] By: jhi on 2000/11/30 01:06:19
38083 Log: Subject: [PATCH perl@7930] get t/lib/filter-util.t to work on VMS
38084 From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
38085 Date: Wed, 29 Nov 2000 17:15:11 EST
38086 Message-Id: <001129171439.6099b@DUPHY4.Physics.Drexel.Edu>
38087 Branch: perl
38088 ! t/lib/filter-util.pl t/lib/filter-util.t
38089____________________________________________________________________________
38090[ 7930] By: jhi on 2000/11/29 18:51:55
38091 Log: Update Changes.
38092 Branch: perl
38093 ! Changes patchlevel.h
38094____________________________________________________________________________
38095[ 7929] By: jhi on 2000/11/29 18:50:55
38096 Log: Update the va_copy() metaconfig unit.
38097 Branch: metaconfig/U/perl
38098 ! need_va_copy.U
38099____________________________________________________________________________
3ac87aec
JH
38100[ 7928] By: jhi on 2000/11/29 17:50:43
38101 Log: Subject: [ID 20001128.003] Not OK: perl v5.7.0 +DEVEL7891 on ppc-linux 2.2.17
38102 From: Dominic Dunlop <domo@computer.org>
38103 Date: Tue, 28 Nov 2000 16:41:57 +0100
38104 Message-Id: <p04320400b649771b9797@[192.168.1.4]>
38105
38106 Patch to catch a core dump in the Configure va_copy test.
38107 Branch: perl
38108 ! Configure config_h.SH
38109____________________________________________________________________________
38110[ 7927] By: jhi on 2000/11/29 17:31:59
38111 Log: Retract #7921, the patch shouldn't be needed.
38112 Branch: perl
38113 ! sv.c
38114____________________________________________________________________________
38115[ 7926] By: jhi on 2000/11/29 17:01:41
38116 Log: Make the Class::Struct import() wiser.
38117 Branch: perl
38118 ! lib/Class/Struct.pm t/lib/class-struct.t
38119____________________________________________________________________________
38120[ 7925] By: jhi on 2000/11/29 16:36:33
38121 Log: All the core library users of Class::Struct seem to be
38122 using "use Class::Struct 'struct';" instead of the bare
38123 "use Class::Struct;", which isn't documented in Class::Struct.
38124 This can't be right.
38125 Branch: perl
38126 ! lib/File/stat.pm
38127____________________________________________________________________________
38128[ 7924] By: jhi on 2000/11/29 16:32:15
4248a4fb 38129 Log: A test works better if it has the right 1..$n output.
3ac87aec
JH
38130 Branch: perl
38131 ! t/lib/class-struct.t
38132____________________________________________________________________________
38133[ 7923] By: jhi on 2000/11/29 16:29:11
38134 Log: Forgot to MANIFEST the new Net::hostent test.
38135 Branch: perl
38136 ! MANIFEST
38137____________________________________________________________________________
38138[ 7922] By: jhi on 2000/11/29 16:27:49
38139 Log: Integrate perlio.
38140 Branch: perl
38141 !> iperlsys.h perlio.c
38142____________________________________________________________________________
38143[ 7921] By: jhi on 2000/11/29 16:27:10
38144 Log: (Retracted by #7927.)
38145
38146 Subject: [PATCH] Is infinity a number?
38147 From: Simon Cozens <simon@cozens.net>
38148 Date: Wed, 29 Nov 2000 14:48:20 +0000
38149 Message-ID: <20001129144820.A31339@pembro33.pmb.ox.ac.uk>
38150 Branch: perl
38151 ! sv.c
38152____________________________________________________________________________
38153[ 7920] By: jhi on 2000/11/29 16:23:02
38154 Log: Subject: net_hostent.t (was Re: [ID 20001128.002] what's the point of example code if it is buggy?)
38155 From: rspier@pobox.com (Robert Spier)
38156 Date: Wed, 29 Nov 2000 02:17:49 -0500
38157 Message-ID: <14884.44445.760322.278647@localhost.localdomain>
38158
38159 Add a test for Net::hostent.
38160 Branch: perl
38161 + t/lib/net-hostent.t
38162____________________________________________________________________________
38163[ 7919] By: jhi on 2000/11/29 16:21:31
38164 Log: Make "use Class::Struct 'struct';" work again (broken by #7617);
38165 add a test for Class::Struct.
38166 Branch: perl
38167 + t/lib/class-struct.t
38168 ! MANIFEST lib/Class/Struct.pm
38169____________________________________________________________________________
38170[ 7918] By: jhi on 2000/11/29 15:48:40
38171 Log: Subject: Re: Minor suggestion for Sys::Syslog [PATCH]
38172 From: rspier@pobox.com (Robert Spier)
38173 Date: Wed, 29 Nov 2000 02:25:39 -0500
38174 Message-ID: <14884.44915.86028.422238@localhost.localdomain>
38175
38176 More checking in case someone has broken their services or
38177 protocol databases.
38178 Branch: perl
38179 ! ext/Sys/Syslog/Syslog.pm
38180____________________________________________________________________________
38181[ 7917] By: jhi on 2000/11/29 15:46:25
38182 Log: Subject: [PATCH] $^O win32 -> MSWin32
38183 From: rspier@pobox.com (Robert Spier)
38184 Date: Wed, 29 Nov 2000 02:17:38 -0500
38185 Message-ID: <14884.44434.340627.126145@localhost.localdomain>
38186
38187 plus similar nits for vms, err, VMS, and UNICOS.
38188 Branch: perl
38189 ! t/lib/syslfs.t t/op/lfs.t
38190____________________________________________________________________________
38191[ 7916] By: jhi on 2000/11/29 15:42:51
38192 Log: Subject: [PATCH] Tokeniser debugging
38193 From: Simon Cozens <simon@cozens.net>
38194 Date: Wed, 29 Nov 2000 14:15:45 +0000
38195 Message-ID: <20001129141545.A30864@pembro33.pmb.ox.ac.uk>
38196 Branch: perl
38197 ! perl.c perl.h pod/perlrun.pod toke.c
38198____________________________________________________________________________
38199[ 7915] By: jhi on 2000/11/29 15:41:36
38200 Log: Subject: Re: [PATCH 5.7.0] OUT keyword for xsubpp
38201 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
38202 Date: Wed, 29 Nov 2000 02:13:14 -0500
38203 Message-ID: <20001129021314.A2532@monk.mps.ohio-state.edu>
38204
38205 OUT keyword nits.
38206
38207 Subject: Re: [PATCH 5.7.0] OUT keyword for xsubpp
38208 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
38209 Date: Wed, 29 Nov 2000 03:09:04 -0500
38210 Message-ID: <20001129030904.A2754@monk.mps.ohio-state.edu>
38211
38212 OUT and IN_OUT documentation.
38213 Branch: perl
38214 ! lib/ExtUtils/xsubpp pod/perlxs.pod
38215____________________________________________________________________________
38216[ 7914] By: jhi on 2000/11/29 03:35:01
38217 Log: Subject: Re: [ID 20001127.002] const subs hurt under debugger
38218 From: John Tobey <jtobey@john-edwin-tobey.org>
38219 Date: Tue, 28 Nov 2000 01:13:41 -0500 (EST)
38220 Message-Id: <m140e1N-000FOoC@feynman.localnet>
38221
38222 plus a performance speedup noticed by Sarathy.
38223 Branch: perl
38224 ! op.c
38225____________________________________________________________________________
38226[ 7913] By: jhi on 2000/11/29 03:16:59
38227 Log: Use "1 while unlink" so that VMS gets clean, too.
38228 Branch: perl
38229 ! t/lib/filter-util.t
38230____________________________________________________________________________
38231[ 7912] By: jhi on 2000/11/29 03:09:08
38232 Log: Subject: [PATCH 5.7.0] OUT keyword for xsubpp
38233 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
38234 Date: Tue, 28 Nov 2000 03:27:09 -0500
38235 Message-ID: <20001128032709.A23401@monk.mps.ohio-state.edu>
38236 Branch: perl
38237 ! lib/ExtUtils/xsubpp
38238____________________________________________________________________________
38239[ 7911] By: jhi on 2000/11/29 03:06:30
38240 Log: This should have been part of #7872: no need to scan UTF-8
38241 until eternity.
38242 Branch: perl
38243 ! utf8.c
38244____________________________________________________________________________
38245[ 7910] By: jhi on 2000/11/29 02:50:04
38246 Log: One more perltie.pod nit from Casey R. Tweten.
38247 Branch: perl
38248 ! pod/perltie.pod
38249____________________________________________________________________________
38250[ 7909] By: jhi on 2000/11/29 02:44:23
38251 Log: Document the known sprintf test failures, exact standard
38252 reference from Dominic Dunlop, NonStop-UX testing from Tom Bates.
38253 Branch: perl
38254 ! pod/perldelta.pod t/op/sprintf.t
38255____________________________________________________________________________
38256[ 7908] By: jhi on 2000/11/29 02:36:23
38257 Log: Add the Encoding table format documentation.
38258 Branch: perl
38259 + ext/Encode/Encode/EncodeFormat.pod
38260 ! MANIFEST
38261____________________________________________________________________________
38262[ 7907] By: jhi on 2000/11/29 02:07:24
38263 Log: Subject: Re: [PATCH] Updating perltie.pod for arrays
38264 From: "Casey R. Tweten" <crt@kiski.net>
38265 Date: Tue, 28 Nov 2000 12:11:41 -0500 (EST)
38266 Message-ID: <Pine.OSF.4.21.0011281209050.25178-100000@home.kiski.net>
38267
38268 Subject: Re: [PATCH] Updating perltie.pod for arrays
38269 From: "Casey R. Tweten" <crt@kiski.net>
38270 Date: Tue, 28 Nov 2000 15:03:50 -0500 (EST)
38271 Message-ID: <Pine.OSF.4.21.0011281458500.10331-100000@home.kiski.net>
38272 Branch: perl
38273 ! pod/perltie.pod
38274____________________________________________________________________________
38275[ 7906] By: nick on 2000/11/28 22:40:59
38276 Log: Initial tidy of setmode() muddle (UNIX does not have, nor need it).
38277 Branch: perlio
38278 ! iperlsys.h perlio.c
38279____________________________________________________________________________
38280[ 7905] By: nick on 2000/11/28 22:04:34
38281 Log: Integrate mainline
38282 Branch: perlio
38283 !> (integrate 39 files)
38284____________________________________________________________________________
38285[ 7904] By: jhi on 2000/11/28 16:44:43
38286 Log: Subject: [ID 20001128.002] what's the point of example code if it is buggy?
38287 From: Nicholas Clark <nick@babyhippo.co.uk>
38288 Date: Tue, 28 Nov 2000 11:16:57 +0000
38289 Message-Id: <E140ikr-00076N-00@fruitbat.babyhippo.co.uk>
38290 Branch: perl
38291 ! pod/perlipc.pod
38292____________________________________________________________________________
38293[ 7903] By: jhi on 2000/11/28 16:40:31
38294 Log: Subject: [PATCH] Updating perltie.pod for arrays
38295 From: "Casey R. Tweten" <crt@kiski.net>
38296 Date: Mon, 27 Nov 2000 17:47:20 -0500 (EST)
38297 Message-ID: <Pine.OSF.4.21.0011271746360.11659-100000@home.kiski.net>
38298 Branch: perl
38299 ! pod/perltie.pod
38300____________________________________________________________________________
38301[ 7902] By: jhi on 2000/11/28 16:39:37
38302 Log: Subject: [PATCH] Re: 5.6 bug: split /^/ implies /m modifier (from CLPM)
38303 From: Robin Barker <rmb1@cise.npl.co.uk>
38304 Date: Mon, 27 Nov 2000 17:56:44 GMT
38305 Message-Id: <200011271756.RAA22706@tempest.npl.co.uk>
38306 Branch: perl
38307 ! pod/perlfunc.pod t/op/split.t
38308____________________________________________________________________________
38309[ 7901] By: jhi on 2000/11/28 16:28:04
38310 Log: setmode() is a DOSish-only thing.
38311 Branch: perl
38312 ! perlio.c
38313____________________________________________________________________________
38314[ 7900] By: jhi on 2000/11/28 16:21:46
38315 Log: Subject: [PATCH] perlcc.PL cleanups
38316 From: Simon Cozens <simon@cozens.net>
38317 Date: Tue, 28 Nov 2000 12:44:35 +0000
38318 Message-ID: <20001128124435.A5500@pembro33.pmb.ox.ac.uk>
38319 Branch: perl
38320 ! utils/perlcc.PL
38321____________________________________________________________________________
38322[ 7899] By: gsar on 2000/11/28 06:32:55
38323 Log: reintegrate files missed by change#7895
38324 Branch: maint-5.6/perl
38325 +> ext/ByteLoader/bytecode.h utils/Makefile
38326 - utils/perlbc.PL
38327____________________________________________________________________________
38328[ 7897] By: gsar on 2000/11/27 18:22:47
38329 Log: can't integrate these two files, for some reason
38330 Branch: maint-5.6/perl
38331 - ext/ByteLoader/bytecode.h utils/Makefile
38332____________________________________________________________________________
38333[ 7895] By: gsar on 2000/11/27 18:11:21
38334 Log: integrate changes#6763..6766,6770,6773,6775..6776,6778,6780,
38335 6782..6791,6793..6814,6816,6818..6822,6824..6830,6838..6849,
38336 6757..6890,6892..6901 from mainline
38337
38338 Bytecompiler patches from Benjamin Stuhl.
38339
38340 More bytecompiler.
38341
38342 Subject: [PATCH blead] B:: missing dependency
38343
38344 Subject: [PATCH: 6757] configure.com updates and syslog build
38345
38346 Long double Gconvert fixes from Yitzchak Scott-Thoennes
38347 and Spider Boardman.
38348
38349 Subject: [PATCH blead] nextchar() abuse misses an optimisation
38350
38351 Long double fixes from Spider Boardman.
38352
38353 Make the selection of NVff et al stricter.
38354
38355 cSVOPo_*v things index into the current PL_curpad
38356 under ithreads, which is different from the curpad
38357 used by the XSUB. (In other words, the code as-is
38358 before this patch wouldn't work under ithreads.)
38359
38360 Be portable.
38361
38362 VMS MMS (make) wants null action.
38363
38364 Mac and other portability updates from Chris Nandor.
38365
38366 Storable support, v-version fixes.
38367 Subject: CPAN.pm beta for testing available
38368
38369 Portability fix from Hugo van der Sanden.
38370
38371 Bad makefile.
38372
38373 Subject: [ID 20000823.004] [PATCH 5.6.0+] Pod::Html is too self-contained
38374
38375 Subject: [PATCH] (Mac OS X): Don't #define environ unless PERL_CORE
38376
38377 Subject: [PATCH] Re: [ID 20000821.008] Negitive numbers with vec dumps core
38378
38379 Replace #6705 with a minimal doc patch.
38380 Subject: [PATCH 5.6.0] replace change #6705
38381
38382 Drop the separate perlbc, perlcc -b should be enough.
38383
38384 installperl couldn't tell whether it had run tests or not.
38385 Subject: [PATCH] Re: installperl and t/TEST
38386
38387 Add silencer flags to installperl.
38388 Subject: [PATCH] Making installperl silent.
38389
38390 Make "make install" by default silent. A new "install-verbose"
38391 target is verbose.
38392
38393 More liberal parsing of version numbers.
38394 Subject: Re: CPAN.pm beta for testing available
38395
38396 Create directories in silence.
38397 Subject: [PATCH] Another silencer for MakeMaker
38398
38399 DOS patches and portability/porting notes, from Tim Jenness.
38400
38401 Make installman to recognize the silence flag -S.
38402
38403 Actually do something with the silencer option.
38404
38405 Continue silencing.
38406
38407 Show the doc file, not the temp file.
38408
38409 Regen perltoc.
38410
38411 Subject: [PATCH] More silencing of installman.
38412
38413 Better wording for the vec lvalue diagnostic.
38414 Subject: Re: [PATCH] Re: [ID 20000821.008] Negitive numbers with vec dumps core
38415
38416 Subject: [PATCH: 6805] several more tweaks to configure.com
38417
38418 Subject: [PATCH perl@6805, 5.6.0, 5.005_03] prevent rare Perl hang on VMS
38419
38420 Missing parts of
38421 Subject: [PATCH: 6789] some endl fixes for VMS wackiness
38422
38423 Subject: [ID 20000824.029] MakeMaker manifypods fails on DJGPP systems
38424 (applied slightly modified)
38425
38426 installperl --verbose and --silent.
38427 Subject: Re: [PATCH] More silencing of installman.
38428
38429 Add install-silent target.
38430
38431 AIX 4.3.3 has SOCKS in libc with a differently named init routine,
38432 the problem reported in
38433 Subject: [ID 20000825.007] Building stable 5.6.0 on AIX 4.3.3 using SOCKS
38434
38435 Tweak the sfio/useperlio logic, hopefully as wished in
38436 Subject: [ID 20000825.004] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6804 on i586-linux 2.2.12 (UNINSTALLED)
38437
38438 One forgotten file from #6816.
38439
38440 Subject: [PATCH @6820] installman under -w and strict (was Re: [PATCH] More silencing of installman.)
38441
38442 Remove duplicately applied patch shards.
38443 Subject: [ID 20000825.012] [PATCH@6822] t/lib/cgi-html.t produces ugly cruft during 'make test'
38444
38445 Support preserving extremely big/small angles.
38446
38447 Subject: Re: [ID 20000825.019] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6820 on alpha-dec_osf 5.1 (UNINSTALLED)
38448
38449 Subject: [PATCH] installation not quite silent yet.
38450
38451 Update the test count.
38452
38453 Use UVxf, PTR2UV, NVff.
38454
38455 Document PTR2XX and INT2PTR.
38456
38457 no-install target a la make -n.
38458 Subject: [PATCH] make no-install (was Re: [PATCH] installation not quite silent yet.)
38459
38460 grep -e isn't portable.
38461 Subject: [ID 20000825.027] let me (perlbug@perl.com) know how I blew it
38462
38463 Can't get the test to reliably work thanks to the
38464 inaccurateness of floating point. "Resolves" bug ids
38465 20000826.003, 20000826.009, 20000826.010,
38466
38467 Subject: installman buglet
38468
38469 DJGPP update from Laszlo Molnar.
38470
38471 Subject: MM_Unix.pm LD_RUN_PATH niggles on Solaris
38472
38473 Passing -R in ldflags makes now it to appear in the default
38474 for lddlflags, just like with -L.
38475 Subject: Re: MM_Unix.pm LD_RUN_PATH niggles on Solaris
38476
38477 Test nit.
38478
38479 Use the actual thread type, not the pointer-to-struct.
38480
38481 Provice virtual $Config{ccflags_nolargefiles} etc.
38482
38483 display_format used as a class method without arguments was broken,
38484 reported in
38485 Subject: Math::Complex->display_format() sets style to 'Math::Complex'
38486
38487 Subject: [ID 20000828.006] dir name "0" not safe with Cwd.pm
38488
38489 Subject: [ID 20000828.009] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6855 on i586-linux 2.2.12 (UNINSTALLED)
38490
38491 Subject: [PATCH@6855] _Minor_ change to overload.pm pod
38492
38493 opmini.o may be left around if a build is interrupted.
38494
38495 Typo in #6858.
38496
38497 Fix for ID 20000828.001, long doubles were not formatted
38498 correctly (showed up in $], which stopped installing perl).
38499
38500 An attempt to fix the problem reported in
38501 Subject: Building perl@6856 using gcc/AIX 4.3.3
38502 I can't test this properly since the gcc installation I have
38503 access to seems to be botched (gcc is calling the AIX cpp,
38504 a losing proposition...)
38505
38506 Add -ld to archname on long tr...double platforms.
38507
38508 Subject: hv.h Doc Patch
38509
38510 Potential cruft.
38511
38512 Subject: [PATCH bleedperl@6856] warnings fixes
38513
38514 -S is the silent flag, -s is the strip flag.
38515 Subject: [PATCH] Re: [PATCH] make no-install
38516
38517 Take out the SUIDMAIL thing, that will not be
38518 a problem in 5.7.*.
38519
38520 Subject: [PATCH bleedperl@6866] spellings
38521
38522 Subject: [PATCH] Re: files not cleaned even by veryclean
38523
38524 Use minimal @INC in tests, most of the time just '../lib',
38525 so that we simply can't pick up stuff from other Perls than
38526 the one we are testing. Pointed out by
38527 Subject: Re: [PATCH: 6757] make new Storable tests forgiving of places where not built
38528
38529 Update to Getopt::Long 2.24, from Johan Vromans.
38530
38531 Fix for thinko in #6848.
38532 Subject: Compiler error in ext/Thread/Thread.c (bleadperl@6866)
38533
38534 Patches all over for people and the files they (hopefully) care about.
38535
38536 Subject: Net::protoent does not export 'getproto'
38537
38538 Missed a change in #6869.
38539
38540 Subject: [PATCH] Warnings in B::Deparse
38541
38542 Subject: [PATCH] Glob dumping
38543
38544 Disable one of the tests for now.
38545
38546 Disabling the one test is a bit tricky.
38547
38548 Don't forget to tidy up.
38549
38550 The #6881 removed one dump line.
38551
38552 Subject: Re: [ID 20000525.003] perldoc fails when Makefile.PL is in cwd
38553
38554 Under usethreads the dumped variable is IN_PAD.
38555 Subject: Re: [PATCH] Glob dumping
38556
38557 Subject: [ID 20000829.026] [PATCH 6868] File::Temp
38558
38559 Subject: [ID 20000829.022] [PATCH 6868] Minor nit in installhtml
38560
38561 Subject: [ID 20000829.023] [PATCH 6868] perlbug@perl.com --> perlbug@perl.org
38562
38563 Regen Configure for #6894.
38564
38565 Subject: [PATCH: 6889] updates to perlebcdic.pod
38566
38567 Undo namespace pollution of #6878.
38568 Subject: Re: Net::protoent does not export 'getproto'
38569
38570 Admit that we are leaking scalars.
38571
38572 Subject: [PATCH 5.6.0] [ID 20000608.006] panic: magic_killbackrefs with blessed global weakrefs
38573 Branch: maint-5.6/perl
38574 !> (integrate 271 files)
38575____________________________________________________________________________
38576[ 7894] By: gsar on 2000/11/27 16:00:34
38577 Log: a couple of nits
38578 Branch: maint-5.6/perl
38579 ! MANIFEST pp_sys.c
38580____________________________________________________________________________
38581[ 7893] By: gsar on 2000/11/27 15:10:56
38582 Log: integrate changes#6666..6678,6680..6682,6684..6691,6699..6733,
38583 6740..6745,6747..6757,6760
38584
38585 Subject: Re: [ID 20000816.006] [PATCH @6655] Shell.pm, bug fix, strict and OO Interface
38586
38587 Subject: [PATCH(2) @6655] Re: perldebut.pod - spelling
38588
38589 Doc nits spotted by Richard Soderberg.
38590
38591 move WNOHANG definition to where other such things are
38592
38593 Make $Config{byteorder} more magical so that it is
38594 dynamically computed: nice for 'fat binaries'.
38595 Subject: [PATCH]: default byteorder
38596
38597 Subject: [PATCH] Cwd.pm now uses strict
38598
38599 Subject: Re: [PATCH]Re: Questions about Math::BigFloat
38600
38601 Get -DLEAKTEST to compile (not necessarily to work, mind)
38602 Subject: [ID 20000724.006] -DLEAKTEST problem
38603
38604 perldebtut 1.10 from Richard Foley, plus Celsius and Fahrenheit.
38605
38606 Add perlebcdic from Peter Prymmer, regen toc.
38607
38608 Don't propose using modules built for 5.005 if no binary
38609 compatibility with 5.005 is attempted.
38610
38611 Do not use prototyping here.
38612 Subject: [ID 20000817.016] [PATCH] Peek.xs
38613
38614 Document what the backtick returns if the command fails.
38615
38616 Add byteorder to the myconfig output.
38617
38618 Introduce NVef, NVff, and NVgf, use the middle one.
38619 (helps for lib/peek + Linux + long doubles) Reported in
38620 Subject: [ID 20000814.005] Not OK: perl v5.6.0 on i686-linux-64int 2.2.13
38621 Use NVs in POSIX math, not doubles.
38622 Subject: [ID 20000817.014] POSIX & modfl
38623
38624 Subject: [PATCH 5.6.0+] newSVrv() memory leak
38625
38626 The byteorder code in #6671 was wrong.
38627
38628 Fix the lib/complex failure of
38629 Subject: [ID 20000814.005] Not OK: perl v5.6.0 on i686-linux-64int 2.2.13
38630 Linux long double accuracy issue: something that
38631 when printed with %g looks like "2" but int() of it is 1.
38632
38633 Propagate new Configure vars.
38634
38635 Unbuffer the output.
38636
38637 Subject: [PATCH] perltrap.pod spring cleaning
38638
38639 Subject: [PATCH] perlfunc.pod -- clarifying sprintf array argument issues
38640 Subject: [ID 20000817.018] behaviour change 5.5.3 -> 5.6.0 re "Modification of a read-only value"
38641
38642 Tiny Getopt::Long patch from Johan Vromans.
38643
38644 Document code point which makes if (defined %stash::) to work
38645 (noted by Spider Boardman).
38646
38647 Subject: [PATCH perl@6698] cygwin port
38648
38649 Document the NDBM_File and ODBM_File as SDBM_File
38650 was documented in #6417.
38651
38652 The new tests were missing from #6415.
38653
38654 Add [[:blank:]] as suggested in
38655 Subject: [ID 20000716.024] [=cc=] / [:blank:]
38656 (the [=cc=] has already been taken care of by #6439
38657 so the whole bug report can be closed)
38658 and make [[:space:]] to be equivalent to isspace(3)
38659 (as opposed to \s, which is isSPACE()). The difference
38660 is that now [[:space:]] matches the mythical vertical tab,
38661 while \s doesn't.
38662
38663 Don't eat leading os from index entries.
38664 Subject: Re: [ID 20000810.006] Pod::Man Ate My 'O'!
38665
38666 Subject: [PATCH 5.6.0+] fix for Win32::DomainName
38667
38668 Typo in pp_complement().
38669 Subject: [PATCH perl-current] Deparse
38670
38671 Add warnif(), check warnings further up the stack,
38672 all the warnings functions now can take an optional object reference.
38673 Subject: [PATCH bleedperl@6691] warnings pragma update
38674
38675 Fix a core dump in lib/selfloader under -DDEBUGGING.
38676 Subject: PATCH @6698 for [ID 20000817.007] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6676 on alpha-dec_osf 4.0f (UNINSTALLED)
38677
38678 Subject: [PATCH 5.6.0+] fix for Win32::GetFullPathName and Win32::GetShortPathName
38679
38680 Subject: [PATCH: 6698] tidy up the temp files left by peek tests on VMS
38681
38682 Subject: [PATCH: 6698] was Re: [PATCH: 6640] VMS Makefile.SH update (fwd)
38683 Put back the long double avoidance code to POSIX.xs
38684 because VMS seems to need it still.
38685
38686 Introduce a 'veryclean' target that is like 'distclean'
38687 but also removes *~ and *.orig.
38688
38689 Subject: [ID 20000817.023] endianness description in perlfunc.pod
38690
38691 Subject: [PATCH perl@6698] File::Temp fix-ups for OpenVMS
38692
38693 Let's try #6717 again.
38694
38695 UTF8 concat fixes.
38696 Subject: [PATCH @6713] Re: [ID 20000815.006] latest patched perl core dumps
38697
38698 pp_open() could pass an uninitialized filename down to do_open9().
38699
38700 Subject: Re: [ID 20000819.002] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6707 on i686-linux 2.2.5-16 (UNINSTALLED)
38701
38702 Update to CGI 2.72, from Lincoln Stein.
38703
38704 Subject: [PATCH] Silence MakeMaker (Was: installman)
38705
38706 Use temporary directory instead of current directory.
38707 Subject: Re: [ID 20000816.011] Test failure in lib/ftmp-security.t
38708
38709 Document odd vs even subreleases and -Dusedevel.
38710
38711 The veryclean target needs to clobber.
38712
38713 Use File::Spec->tmpdir().
38714
38715 Document the number of exponent digits.
38716
38717 Mention perlebcdic and perlposix-bc.
38718
38719 s/this one/the 5.6.0 release/
38720
38721 The #6724 is here.
38722
38723 The correct cleaning order is an art.
38724
38725 small tweaks for change#6705: avoid C++ style comments in C code;
38726 use Perl's malloc API rather than the low level system one
38727
38728 Array context keeps slithering in.
38729
38730 Subject: Re: 5.7.0 getting really close, new snapshot: perldelta, Storable
38731
38732 Subject: [PATCH] os2.c fix for use64bitint
38733
38734 Update to Pod::LaTeX 0.53.
38735 Subject: [PATCH] lib/Pod/LaTeX.pm updates
38736
38737 Document the endianness of Alpha more precisely.
38738
38739 Subject: RE: [PATCH perl@6736] t/pragma/warn/9enabled assumes stdout buffered
38740
38741 Rename the macro argument because some preprocessors
38742 can't tell the difference and expand arguments also inside
38743 double quoted strings.
38744
38745 free TLS slot properly on Windows
38746
38747 use Cwd 'chdir' didn't set $ENV{PWD} correctly on Windows
38748
38749 Unicos/mk requires elaborate paranoia.
38750
38751 Tweak the floating point output routine preferences.
38752
38753 Also under djgpp the timestamps are funky.
38754
38755 Apply some PodParser 1.18 patches; the Pod/Find.pm
38756 patches cannot be applied since #6712 conflicts.
38757
38758 Use PodParser 1.18 new test.
38759
38760 A pod nit.
38761 Subject: [PATCH] pod/perlre.pod (was Re: [ID 20000821.007] $&, $1, etc. disappear when sub returns)
38762
38763 Be verydeepclean.
38764 Branch: maint-5.6/perl
38765 +> pod/perlebcdic.pod
38766 !> (integrate 106 files)
38767____________________________________________________________________________
38768[ 7892] By: jhi on 2000/11/27 15:02:32
38769 Log: Update Changes.
38770 Branch: perl
38771 ! Changes patchlevel.h
38772____________________________________________________________________________
e138c1e6
JH
38773[ 7891] By: jhi on 2000/11/27 14:57:23
38774 Log: Subject: Re: perlfaq style changes
38775 From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
38776 Date: Sat, 25 Nov 2000 23:32:26 -0800
38777 Message-ID: <KyLI6gzkgiRK092yn@efn.org>
38778
38779 plus a note from Ronald Kimball.
38780 Branch: perl
38781 ! pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq6.pod
38782____________________________________________________________________________
38783[ 7890] By: jhi on 2000/11/27 14:53:14
38784 Log: Subject: [PATCH perl@7825] Re: [ID 20001122.006] weird behaviour of $|
38785 From: Benjamin Holzman <bah@ecnvantage.com>
38786 Date: Sun, 26 Nov 2000 16:27:33 -0500
38787 Message-ID: <20001126162733.J25040@ecnvantage.com>
38788 Branch: perl
38789 ! gv.c
38790____________________________________________________________________________
38791[ 7889] By: jhi on 2000/11/27 14:43:11
38792 Log: Subject: [ID 20001127.004] White space problem in perlamiga.pod
38793 From: lvirden@cas.org
38794 Date: Mon, 27 Nov 2000 09:32:06 -0500 (EST)
38795 Message-Id: <200011271432.JAA09550@lwv26awu.cas.org>
38796 Branch: perl
38797 ! README.amiga
38798____________________________________________________________________________
38799[ 7888] By: jhi on 2000/11/27 14:32:34
38800 Log: Restore also the locale test to no-sprintf-taint state.
38801 Fixes the bug 20001127.003.
38802 Branch: perl
38803 ! sv.c t/pragma/locale.t
38804____________________________________________________________________________
38805[ 7887] By: gsar on 2000/11/27 14:13:05
38806 Log: integrate changes#6613..6616,6620..6665 from mainline
38807
38808 VMS configure.com update continues.
38809
38810 Subject: Test fails / warnings with perl-current #6612
38811
38812 Subject: [PATCH] @+, @- readonly (was Re: @<punct> interpolating in "")
38813
38814 Subject: Re: [ID 20000807.003] [PATCH] Debugger treatment of condition "0"
38815
38816 For now remove the mail code.
38817
38818 Subject: Re: [PATCH] @+, @- readonly
38819
38820 Subject: warning: storage class after type is obsolescent
38821
38822 Subject: sfio2000
38823
38824 Subject: Re: File::Temp problems on VMS in bleedperl
38825
38826 README.os2 update.
38827 Subject: Re: [PATCH perl-current] Make op/sprintf.t more comprehensive,
38828
38829 Make the user to give up his firstborn, err, to knowingly
38830 verify installing an unstable developer release. Also bump
38831 the release to 5.7.0, but leave a patch tag in the local
38832 patches saying that this is not yet the real thing.
38833
38834 Update (kinda) to Test 1.14, from Joshua Pritikin.
38835
38836 make ok etc also for win32.
38837
38838 Subject: [ID 20000815.005] [PATCH] perldoc not looking in the right place for script pod
38839
38840 Don't blow limited stacks, a lower number is enough to
38841 tickle the lookbehind limit.
38842
38843 Use -Dusedevel; regen Configure and the respective Porting stuff.
38844
38845 Subject: [PATCH] debugger exit code should reflect user exit code
38846
38847 Subject: [PATCH perl@6620] cygwin port
38848
38849 Missed a file from #6638.
38850
38851 Subject: [PATCH] for t/lib/peek.t (was Re: [ID 20000814.005] Not OK: perl v5.6.0 on i686-linux-64int 2.2.13)
38852
38853 magic callbacks all need to have same type signature
38854
38855 Subject: [ID 20000815.014] [PATCH] INSTALL doesn't mention 64 bit support.
38856
38857 Fix a dependency problem.
38858 Subject: [PATCH: 6640] VMS Makefile.SH update
38859
38860 The numeric locale was reset to "C" by s?printf and never restored.
38861 Subject: [ID 20000809.003] setlocale(LC_NUMERIC...) produces different results in 5.005 and 5.6
38862 No test since adding the failing example to locale.t
38863 does not fail -- probably because the locale settings are so
38864 thoroughly tweaked by that time. Running the example standalone
38865 does fail, though. UPDATE: test case added at change #7540.
38866
38867 Subject: [ID 20000324.040] minor fix to perlhpux.pod
38868
38869 Update to CPAN 1.57.
38870
38871 Subject: [PATCH] Cwd::_backtick_pwd does not check return value
38872
38873 Change the perlbug address to perl.org since it's more forgiving.
38874
38875 Change the regx compilation error markers to use = instead of <
38876 since pod makes using the latter quite messy. Reported in
38877 ID 20000814.006 by Abigail and in
38878 Subject: Unknown escape E<> ?
38879
38880 Update to perldebtut 1.9, from Richard Foley.
38881
38882 check that the number pseudo children doesn't exceed
38883 MAXIMUM_WAIT_OBJECTS, which is currently 64 (avoids overflowing
38884 the WaitForMultipleObjects() limit that would cause wait()
38885 to crash)
38886 wait() and waitpid() could potentially be rewritten to use
38887 more than one thread to do the waiting to eliminate this
38888 limitation
38889
38890 change#6328 could make close(SOCKET) return false on windows
38891 when it shouldn't
38892
38893 pod nit seen in passing
38894
38895 on windows, the return values from wait() and waitpid() don't
38896 match those of pseudo-pids
38897
38898 waitpid() now handles externally spawned pids correctly;
38899 fixes for backtick/wait/waitpid failures on Windows 9x
38900 these changes make the pid returned by process functions on
38901 Windows 9x always positive by clearing the high bit (which
38902 is always set on Win9x); pseudo-process PIDs are likewise
38903 always negative now on Win9x (just as on NT/2000)
38904
38905 trailing new %ENV entries weren't being pushed into the real
38906 environment of subprocesses on Windows
38907
38908 Tweak the regex compilation errors once more.
38909
38910 avoid warnings from dense compiler
38911
38912 add "ok" targets from change#6632 in makefile.mk
38913 Branch: maint-5.6/perl
38914 - lib/Pod/PlainText.pm vms/configure.com
38915 !> (integrate 66 files)
38916____________________________________________________________________________
38917[ 7886] By: jhi on 2000/11/27 13:54:18
38918 Log: __FUNCTION__ isn't portable and trying to emulate it leads
38919 into practically spelling out the name of the function.
38920 Takes care of the bug 20001127.001.
38921 Branch: perl
38922 ! perlio.c
38923____________________________________________________________________________
38924[ 7885] By: gsar on 2000/11/27 13:53:18
38925 Log: integrate changes#6540..6541,6546..6549,6552..6554,6557..6606,
38926 6610..6611 from mainline
38927
38928 Make regular expression parse error messages easier to understand.
38929 Subject: Re: enhanced(?) regex error messages
38930
38931 Tiny tidying on report_evil_fh().
38932
38933 Subject: Re: enhanced(?) regex error messages
38934 plus Capitalize the error messages, plus perldiag them.
38935
38936 Subject: Patch against 5.6.0 to allow "-d:Module=arg,arg,arg"
38937
38938 Document here-doc better.
38939
38940 Subject: [ID 20000807.003] [PATCH] Debugger treatment of condition "0"
38941
38942 Subject: [PATCH] Re: [ID 20000807.008] Double reads considered evil? (deja vu)
38943 Do away with array context, from Daniel Chetlin <daniel@chetlin.com>
38944 (either perlbug or p5p ate the original), plus regen
38945 perlapi and perltoc.
38946
38947 Regen global.sym.
38948
38949 Double check that we have a dirhandle.
38950
38951 Subject: Re: enhanced(?) regex error messages
38952 (plus two small patches sent privately)
38953 (this still seems to leave few test failures)
38954
38955 warn is a macro, avoid using at a variable to avoid warnings
38956 in some configurations; readdir.t is too conservative in
38957 estimating number of *.t's
38958
38959 Get back into sync with Jeffrey on the enhanced regex warnings.
38960
38961 Subject: [PATCH 5.6.0] cygwin port
38962
38963 Zero entries were skipped, fix from Adrian Goalby
38964 <argoalby@yahoo.co.uk>
38965
38966 Subject: Remove dead entry in perldiag
38967
38968 Amend the description of Perl6.
38969 Subject: [PATCH Perl-5.6.0] perlfaq1.pod
38970
38971 detypo
38972
38973 It's the 2ndO'ROSSC.
38974
38975 Revert the sv.c part of #6559, a better fix is needed.
38976
38977 Iterating perl6 description.
38978
38979 Update to Term::ANSIColor 1.03, from Russ Allbery.
38980
38981 Update to Getopt::Long 2.23_05, from Johan Vromans.
38982
38983 Small AUTHORS and MAINTAIN updates. Could do with big updates.
38984
38985 Update to Pod::Parser 1.17, from Brad Appleton.
38986
38987 Update to CPAN 1.56, from Andreas König.
38988
38989 Update to CGI 2.70, from Lincoln Stein.
38990
38991 Put back the std @INC thing.
38992
38993 Fixes to looking-like-number to keep behaviour as it was in 5.005_03.
38994 Subject: Re: [ID 20000810.002] $a["1foo"] same as $a[0]
38995
38996 Document the IO::Select timeout.
38997
38998 sleep(1) does not necessarily return 1.
38999 Subject: [PATCH bleadperl] op/lex_assign.t
39000
39001 Subject: debugger "d" command doesnt check line number
39002
39003 B::Deparse didn't do sub attributes.
39004 Subject: B::Deparse was Re: [ID 20000808.005] refs to returned lvalues are lvalues??
39005
39006 Preprocessing and postprocessing for File::Find.
39007 Subject: Patch to Find::File.pm to allow alphabetical results
39008
39009 Subject: Re: [ID 20000809.005] trouble with long string and /m modifier - uninitialized value
39010
39011 Subject: Re: [ID 20000809.006] Debugger lost the ability to see $1 et al
39012
39013 Subject: Re: [ID 20000730.003] utf8::length() bad
39014
39015 Subject: Getting perlio and threads to compile
39016 (the Solaris version changes in Configure skipped)
39017
39018 Tests for #6589.
39019 Subject: Re: B::Deparse was Re: [ID 20000808.005] refs to returned lvalues are lvalues??
39020
39021 Add Perl debugging tutorial, regen toc.
39022 Subject: perldebtut.pod
39023
39024 Add a few missing files, update MANIFEST.
39025
39026 Rewrite of vms/subconfigure.com as configure.com,
39027 from Peter Prymmer and the vmsperl crew.
39028
39029 Should have deleted this in #6603.
39030
39031 Fix the test for 5005threads.
39032
39033 Fix-n-skip the tests under 5005threads.
39034
39035 Subject: [PATCH] t/op/regmesg.t fails if REG_INFTY set
39036
39037 Upgrade to CGI 2.71, from Lincoln Stein.
39038 Branch: maint-5.6/perl
39039 +> lib/CGI/eg/make_links.pl lib/CGI/eg/wilogo.gif
39040 +> lib/Pod/PlainText.pm pod/perldebtut.pod t/lib/gol-oo.t
39041 +> t/op/regmesg.t t/pod/find.t vms/configure.com
39042 - vms/subconfigure.com
39043 ! lib/lib.pm
39044 !> (integrate 115 files)
39045____________________________________________________________________________
39046[ 7884] By: jhi on 2000/11/27 13:44:33
39047 Log: Subject: [PATCH perl@7795 (and earlier)] VMS test cleanup
39048 From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
39049 Date: Mon, 27 Nov 2000 08:23:54 EST
39050 Message-Id: <001127082318.6381c@DUPHY4.Physics.Drexel.Edu>
39051 Branch: perl
39052 ! vms/descrip_mms.template vms/test.com
39053____________________________________________________________________________
39054[ 7883] By: gsar on 2000/11/27 11:50:46
39055 Log: integrate changes#6469..6484,6486..6501,6504..6505,6507..6509,
39056 6511..6513,6515..6523,6525..6536
39057
39058 The swallow_bom() saga continues. The #23 of require.t
39059 (UTF16-LE) still fails (silently, no output) but the #22
39060 (UTF16-BE) seems to be working now. The root of the
39061 failure may be in sv_gets(): is it UTF-16LE-aware,
39062 especially when it comes to line endings?
39063
39064 Document the problem with -P in HP-UX and its workaround.
39065
39066 Subject: [PATCH] allow non-variable as lhs of non-updating tr///
39067 (aka ID 20000730.002)
39068
39069 Subject: fix and question re: waitpid() under win32
39070
39071 Make the safety catch for buggy gccs work with triple version
39072 numbers like 2.95.2. Reported in
39073 Subject: [ID 20000731.005] Perl 5.6.0 "Configure" fails to recognize gcc 2.95.2
39074
39075 In Digital UNIX warn if gcc explicitly chosen because even
39076 2.95.2 is known to cause problems.
39077
39078 Make chr() for values >127 to create utf8 when under utf8.
39079
39080 various syntax errors and such (not fixed: comp/require.t#22 coredump
39081 on Windows)
39082
39083 Stash away the largefiles flags and libswanted.
39084
39085 BOM patching from Simon Cozens.
39086
39087 If gccosandvers is equal to osname, clear gccosandvers.
39088
39089 Make p4desc to skip non-mainperl branches by default.
39090
39091 Subject: [Proposed PATCH] Let Perl define QUAD_MIN and _MAX itself
39092
39093 The test from this
39094 Subject: Re: [ID 20000411.002] qw() gives different results in 5.6 to previous versions
39095
39096 In new BSDs changes to argv[] do not show up in ps(1) output,
39097 instead one must use setproctitle(). This was already addressed
39098 by change #6457, but the below has a new variant for FreeBSD 4.0
39099 or later, and the matter is also documented more.
39100
39101 FreeBSD 3.* updates from
39102 Subject: [ID 20000801.007] setting $0 on FreeBSD 4.x does not get reflected in /bin/ps
39103
39104 regen_headers, regen perltoc.
39105
39106 Document in one place the memory abstractions used in Perl core.
39107
39108 memcpy has n o in it, as pinted ut by Sarathy.
39109
39110 Remove the extraneous "main::" prefix from all the
39111 "opened only for", "on closed", and "never opened" warnings.
39112
39113 The name of a filehandle does not have <these>.
39114
39115 The tr utf8 patching continues.
39116
39117 The new setproctitle() feature is available only in
39118 bleeding edge FreeBSD. From Paul Saab.
39119
39120 Subject: [PATCH bleadperl] [ID 20000731.010] regex error
39121
39122 Dump UVs as UVs in Data::Dumper.
39123
39124 detypo #6494
39125
39126 Document the IVdf UVuf UVof UVxf.
39127
39128 require.t needs binmode() to work on windows
39129
39130 Generate OP_IS_SOCKET() and OP_IS_FILETEST() macros
39131 that are hopefully soon put into use.
39132
39133 Allow "no Module;" even if there is no 'unimport'.
39134
39135 Better skip message for the test; one of the two problems in
39136 Subject: [ID 20000224.003] Not OK: perl v5.5.660 on i86pc-solaris 2.7
39137
39138 The subtest 4 may fail also on VOBS, as pointed out
39139 by Nick Ing-Simmons in November 1999, bug id 19991124.003
39140 (but the failure in that bug report isn't the subtest 4).
39141
39142 Be more informative on what is skipped and why,
39143 also repeat the list at the end.
39144
39145 Add a URL for FSF.
39146
39147 Subject: [PATCH] sv.h documentation - SvLEN
39148
39149 Subject: [PATCH bleadperl] [ID 20000803.001] further regexp counting problems
39150
39151 Subject: [PATCH perl-current] Comings and goings in op/sprintf.t
39152
39153 Subject: [PATCH] bad cppsymbols on os2 + Configure question
39154
39155 Subject: [ID 20000802.002] [PATCH] memory pseudo-leak in sv_dump
39156
39157 Subject: [ID 20000802.004] Tests op/grent.t and op/pwent.t fail unnecessarily
39158 mention the idea of @( and @)
39159
39160 This is 6512. Really.
39161
39162 Subject: [ID 19990721.004] Documentation bug in perlfunc
39163
39164 Subject: Minor tweak to perlvar.pod
39165
39166 In the warnings call filehandles consistently so;
39167 add "unopened" warning for stat().
39168
39169 After the #6519 a warning about stat() is just that,
39170 not about a filetest, which now have their own warning.
39171
39172 Subject: [ID 20000804.002] configure.gnu and arguments with whitespace characters
39173
39174 Subject: Re: Array vs. List context
39175
39176 Subject: New perlcc, take 2
39177
39178 Weed buglets pointed out by
39179 Subject: Re: [ID 20000803.005] miniperl aborts during Perl make
39180
39181 gcc versions might have (parentheses) in them.
39182
39183 Subject: [ID 20000724.004] Perl interpreter segfault when using built-in flock
39184
39185 Essential prototype changes were missing from #6527.
39186 Also make report_evil_fh() more bomb-proof.
39187
39188 Zap lib/Sys directory when cleaning up.
39189
39190 Change the Policy policy: now -Dprefix= with an existing
39191 Policy.sh and prefix == siteprefix == vendorprefix, then all
39192 of them follow along the new prefix.
39193 Subject: Re: [ID 20000508.002] -Dprefix completely broken [PATCH]
39194
39195 Continue fixing the io warnings. This also
39196 sort of fixes bug ID 20000802.003: the core dump
39197 is no more. Whether the current behaviour is correct
39198 (giving a warning: "Not a format reference"), is another matter.
39199
39200 Have symbols for the IoTYPEs.
39201
39202 Subject: [PATCH] perlfunc.pod use documentation (5.6.0)
39203
39204 Document a bit that UDP is not what you might think.
39205 Subject: Re: IO::Socket::INET bug sending large UDP packets/fragmentation
39206 tr memory corruption fix from Simon Cozens.
39207
39208 Plug the security hole described in the Aug 05 2000 bugtraq message
39209 "sperl 5.00503 (and newer ;) exploit" by Michal Zalewski.
39210 The security hole exists only in suidperls, which isn't
39211 installed or even built by default.
39212 Branch: maint-5.6/perl
39213 !> (integrate 71 files)
39214____________________________________________________________________________
39215[ 7882] By: gsar on 2000/11/27 10:25:36
39216 Log: integrate changes#6439..6444,6446..6453,6455..6457,6460..6465,6467..6468
39217 from mainline
39218
39219 Make the unimplemented POSIX regex features [[.cc.]] and [[=c=]]
39220 to be fatal errors (instead of by default ignoring them, and
39221 ignoring with a bug: even though -w gave an error, the opening [
39222 was left in) Reported in:
39223
39224 Subject: [PATCH: perl@6409] bug fix for munchconfig (turned up by CXX)
39225
39226 Subject: [PATCH] split /^/
39227
39228 MacOS nits from Matthias Neeracher.
39229
39230 More split() doc and test patches from Mike Guy.
39231
39232 Allow "sub AUTOLOAD;" to stop AUTOLOAD inheritance,
39233 from Graham Barr in the module list.
39234
39235 docfix from Peter Scott <Peter@PSDT.com>.
39236
39237 File::Temp patches for VMS and OS/2 from Tim Jenness.
39238
39239 open() wariness in perlbug.
39240
39241 Subject: [PATCH] minor doc change - perlguts
39242
39243 Subject: Minor doc patch: handy.h
39244
39245 Be wary of close()s, too.
39246
39247 Further File::Temp patches from Yitzchak Scott-Thoennes
39248 and Craig A. Berry.
39249
39250 Subject: [PATCH] fixes bug 20000508.004
39251
39252 Subject: [ID 19990709.002] [DOCUMENTATION PATCH] perldiag
39253
39254 Allow "no AutoLoader;", based on change #6444,
39255 suggested by Graham Barr.
39256
39257 Use setproctitle() if available to modify $0.
39258
39259 Warn if the version of the operating system used to compile gcc
39260 differs from the current version of the operating system.
39261 Also display the gcc compilation os and version in myconfig.
39262 Inspiration from
39263
39264 Tiny fixes for #6460.
39265
39266 The problem described in this
39267 Subject: [ID 20000322.018] named chars aren't magical enough
39268 has been fixed in perl 5.6.0 but just in case added a test
39269 to keep it away. (The report from Joseph Hall.)
39270
39271 Tune the comments and hopefully stop a memory leak.
39272
39273 Subject: UTF8 concat
39274 (with a memory leak fixed, plus a few casts added)
39275 This also seems to help for
39276 Subject: [ID 20000716.015] join UTF8 weirdness
39277
39278 Do not upgrade SVs into utf8 just because they participate
39279 in eq or cmp. Reported and fix suggested in
39280 Subject: [ID 20000720.009] sv_eq UTF8 bug
39281
39282 Fix the HALF_UPGRADE() macro introduced in #6263.
39283
39284 Find green threads before native threads.
39285 Subject: Re: Patch to jpl/JNI/Makefile.PL
39286 Branch: maint-5.6/perl
39287 !> (integrate 30 files)
39288____________________________________________________________________________
39289[ 7881] By: jhi on 2000/11/27 05:48:41
39290 Log: It seems that *both* the unused submatch loop cleanup
39291 codes are needed.
39292 Branch: perl
39293 ! regexec.c
39294____________________________________________________________________________
39295[ 7880] By: jhi on 2000/11/27 04:50:07
39296 Log: Clean .exists deeper.
39297 Branch: perl
39298 ! Makefile.SH
39299____________________________________________________________________________
39300[ 7879] By: jhi on 2000/11/27 02:31:35
39301 Log: The code in regcppop() (see #7878) contains the correct lower
39302 limit for the unused submatch 'cleanup' loop so that under
39303 "use utf8" the following code wouldn't dump core:
39304 "," =~ /([^,]*,)*/ With the the wrong lower limit (>=1)
39305 the cleanup loop in regtry() stomped beyond allocated area
39306 in the startp[] array. Therefore, copied the correct lower
39307 loop limit (*PL_reglastparen) to regtry(). Note: something
39308 may still not be quite right: why was the _higher_ loop limit
39309 (prog->nparens) different in the utf8 case?
39310
39311 After this patch "./perl -Ilib -Mutf8 t/op/regexp.t" works
39312 without core dumps, there were about 17 of them before
39313 the patch (with us since Perl 5.7.0). Two failures, still:
39314 496 and 505 (though these may not be severe).
39315
39316 Patch #7881 is also needed since both the cleanup loops
39317 seem to be needed.
39318
39319 Also, the t/op/pat#44 seems to core dump under utf8.
39320 Plus a couple of failures. UGH-8.
39321 Branch: perl
39322 ! regexec.c
39323____________________________________________________________________________
39324[ 7878] By: jhi on 2000/11/27 02:21:17
39325 Log: The unused submatch cleanup code in regtry() seems to be more crucial,
39326 the code in regcppop() seems to be redundant for the test suite --
39327 but it contains a germ of truth, and it needed for the build
39328 process itself: see #7879 and #7881.
39329 Branch: perl
39330 ! regexec.c
39331____________________________________________________________________________
39332[ 7877] By: jhi on 2000/11/27 01:53:09
39333 Log: Comment on comment.
39334 Branch: perl
39335 ! regexec.c
39336____________________________________________________________________________
39337[ 7876] By: jhi on 2000/11/27 00:49:59
39338 Log: Adjust the docs to agree with #7875.
39339 Branch: perl
39340 ! pod/perllocale.pod
39341____________________________________________________________________________
39342[ 7875] By: jhi on 2000/11/27 00:49:27
39343 Log: Retract #7863. It makes more sense not to taint formatted output,
39344 not even by sprintf().
39345 Branch: perl
39346 ! sv.c
39347____________________________________________________________________________
39348[ 7874] By: jhi on 2000/11/26 23:36:02
39349 Log: Debug dump of ANYOFUTF8 was garbage (data from ANYOF).
39350 Not really fixed (should really dump the UTF-8 charclass),
39351 but stopped displaying the garbage.
39352
39353 Also add a note on the (missing) Unicode PSXSPC and BLANK.
39354 Branch: perl
39355 ! regcomp.c
39356____________________________________________________________________________
39357[ 7873] By: jhi on 2000/11/26 21:31:13
39358 Log: BOUND regex opcodes (\b, \B) could try to scan zero length UTF-8.
39359 Branch: perl
39360 ! regexec.c
39361____________________________________________________________________________
39362[ 7872] By: jhi on 2000/11/26 21:06:04
39363 Log: No need to scan till infinity, 13 is enough.
39364 Branch: perl
39365 ! handy.h utf8.c
39366____________________________________________________________________________
39367[ 7871] By: jhi on 2000/11/26 20:20:32
39368 Log: Test line numbers are different with utf8.
39369 Branch: perl
39370 ! t/op/re_tests
39371____________________________________________________________________________
39372[ 7870] By: jhi on 2000/11/26 20:10:12
39373 Log: Message nit.
39374 Branch: perl
39375 ! regcomp.c
39376____________________________________________________________________________
39377[ 7869] By: jhi on 2000/11/26 19:01:05
39378 Log: Make utf8_length() and utf8_distance() (the latter of which
39379 is unused at the moment) to be less forgiving about bad UTF-8.
39380 Branch: perl
39381 ! embed.h embed.pl objXSUB.h proto.h utf8.c
39382____________________________________________________________________________
39383[ 7868] By: jhi on 2000/11/26 18:45:56
39384 Log: Subject: Re: [ID 20001125.004] OK: perl v5.7.0 +DEVEL7825 on i686-linux 2.2.17 (UNINSTALLED)
39385 From: Benjamin Holzman <bah@ecnvantage.com>
39386 Date: Sat, 25 Nov 2000 20:40:20 -0500
39387 Message-ID: <20001125204020.A25040@ecnvantage.com>
39388
39389 Debian allows installing /usr/bin/locale without installing
39390 any locales, an error message will ensue.
39391 Branch: perl
39392 ! t/pragma/locale.t
39393____________________________________________________________________________
39394[ 7867] By: jhi on 2000/11/26 18:31:12
39395 Log: Subject: Re: [PATCH: perl@7825] SvTEMP-ness on rhs of aassign can wreak havoc
39396 From: Benjamin Holzman <bah@ecnvantage.com>
39397 Date: Sun, 26 Nov 2000 02:42:34 -0500
39398 Message-ID: <20001126024234.G25040@ecnvantage.com>
39399
39400 Patch for the bug 20000212.002.
39401 Branch: perl
39402 ! sv.c t/op/array.t
39403____________________________________________________________________________
39404[ 7866] By: jhi on 2000/11/26 18:28:09
39405 Log: Subject: PATCH: File::Temp fix on WindowsNT/VMS
39406 From: Tim Jenness <t.jenness@jach.hawaii.edu>
39407 Date: Fri, 24 Nov 2000 18:38:34 -1000 (HST)
39408 Message-ID: <Pine.LNX.4.21.0011241833230.18423-100000@lapaki.jach.hawaii.edu>
39409
39410 File::Temp 0.11.
39411 Branch: perl
39412 ! lib/File/Temp.pm t/lib/ftmp-tempfile.t
39413____________________________________________________________________________
39414[ 7865] By: jhi on 2000/11/26 18:24:22
39415 Log: The metaconfig unit change for #7864.
39416 Branch: metaconfig/U/perl
39417 ! need_va_copy.U
39418____________________________________________________________________________
39419[ 7864] By: jhi on 2000/11/26 18:23:41
39420 Log: Make the va_copy() test not to be so talkative.
39421 Branch: perl
39422 ! Configure config_h.SH
39423____________________________________________________________________________
39424[ 7863] By: jhi on 2000/11/26 18:11:02
39425 Log: Fix locale inconsistencies unearthed by Hugo's work.
39426 Now the floating point sprintf really does taint the result
39427 string as perllocale promises (has promised for a long time)
39428 if "use locale" is in the lexical scope.
39429 Branch: perl
39430 ! sv.c t/pragma/locale.t
39431____________________________________________________________________________
39432[ 7862] By: jhi on 2000/11/26 00:35:15
39433 Log: Subject: [PATCH] Re: pp_add -> pp_i_add efficiency hack?
39434 From: Nicholas Clark <nick@ccl4.org>
39435 Date: Sun, 26 Nov 2000 00:07:50 +0000
39436 Message-ID: <20001126000750.A22446@plum.flirble.org>
39437
39438 Infinit.
39439 Branch: perl
39440 ! sv.c
39441____________________________________________________________________________
39442[ 7861] By: jhi on 2000/11/26 00:01:26
39443 Log: Integrate perlio.
39444 Branch: perl
39445 !> doio.c perlio.c perliol.h pp_sys.c win32/makefile.mk
39446____________________________________________________________________________
39447[ 7860] By: nick on 2000/11/25 22:04:17
39448 Log: Correct relative path from new ext\Filter\Util\Call location
39449 back to miniperl.
39450 Branch: perlio
39451 ! win32/makefile.mk
39452____________________________________________________________________________
39453[ 7859] By: nick on 2000/11/25 21:26:54
39454 Log: Integrate mainline.
39455 Branch: perlio
39456 +> ext/Filter/Util/Call/Call.pm ext/Filter/Util/Call/Call.xs
39457 +> ext/Filter/Util/Call/Makefile.PL t/lib/filter-util.pl
39458 +> t/lib/filter-util.t
39459 - ext/Filter/Util/Call.pm ext/Filter/Util/Call.xs
39460 - ext/Filter/Util/Makefile.PL t/lib/filt-util.pl
39461 - t/lib/filt-util.t
39462 !> AUTHORS Configure MANIFEST README.amiga configure.com doio.c
39463 !> embed.h embed.pl ext/B/B.pm ext/B/B/Lint.pm ext/B/B/Terse.pm
39464 !> hints/solaris_2.sh hints/uwin.sh hints/vmesa.sh
39465 !> lib/ExtUtils/MM_Unix.pm makedef.pl perl.h perlio.c perlio.h
39466 !> perlsdio.h proto.h t/lib/io_sock.t win32/Makefile
39467 !> win32/makefile.mk
39468____________________________________________________________________________
39469[ 7858] By: gsar on 2000/11/25 20:52:17
39470 Log: C<foreach my $x ...> in pseudo-fork()ed process may diddle
39471 parent's memory; fix it by keeping track of the actual pad
39472 offset rather than a raw pointer (this change is probably also
39473 relevant to non-ithreads case to avoid fallout from reallocs of
39474 the pad array, but is currently only enabled for the ithreads
39475 case in the interests of minimal disruption to existing "well
39476 tested" code)
39477 Branch: perl
39478 ! embed.h embed.pl global.sym objXSUB.h perlapi.c pp_ctl.c
39479 ! proto.h scope.c scope.h sv.c t/op/fork.t
39480____________________________________________________________________________
39481[ 7857] By: nick on 2000/11/25 20:01:28
39482 Log: All tests pass on Win32/gcc/USE_PERLIO.
39483 - when crlf layer is pushed make unix-level binary.
39484 - remove :crlf injection in pp_backtick in pp_sys.c
39485 - (Change dependacy of extension .dll's to perldll.def rather than perl.exe)
39486 Branch: perlio
39487 ! doio.c perlio.c pp_sys.c win32/makefile.mk
39488____________________________________________________________________________
39489[ 7856] By: jhi on 2000/11/25 18:38:30
39490 Log: Update the metaconfig units for #7855.
39491 Branch: metaconfig/U/perl
39492 ! useperlio.U usesocks.U
39493____________________________________________________________________________
39494[ 7855] By: jhi on 2000/11/25 18:37:54
39495 Log: Undo the SOCKS workarounds, instead start using PerlIO
39496 if SOCKS is selected.
39497
39498 Subject: perl@7847, [ID 20001030.005], close-patch, perlio - The big cleanup
39499 From: Jens Hamisch <jens@Strawberry.COM>
39500 Date: Fri, 24 Nov 2000 18:31:30 +0100
39501 Message-ID: <20001124183130.E28337@Strawberry.COM>
39502
39503 Subject: Re: perl@7847, [ID 20001030.005], close-patch, perlio - Patch the patch ...
39504 From: Jens Hamisch <jens@Strawberry.COM>
39505 Date: Fri, 24 Nov 2000 19:11:51 +0100
39506 Message-ID: <20001124191151.A28753@Strawberry.COM>
39507 Branch: perl
39508 ! Configure doio.c embed.h embed.pl makedef.pl perl.h perlio.c
39509 ! perlio.h perlsdio.h proto.h t/lib/io_sock.t
39510____________________________________________________________________________
39511[ 7854] By: jhi on 2000/11/25 17:39:08
39512 Log: Undo #7848. Some of the code seems to use walkoptree(),
39513 some walkoptree_slow(). An unfinished renaming?
39514 Now the sub is walkoptree() (which is @EXPORT_OK),
39515 the walkoptree_slow() is a typeglob alias to walkoptree.
39516 This makes the tests to pass, at least.
39517 Branch: perl
39518 ! ext/B/B.pm ext/B/B/Lint.pm ext/B/B/Terse.pm
39519____________________________________________________________________________
39520[ 7853] By: nick on 2000/11/24 22:24:33
39521 Log: Re-arrange crlf vs binary for platforms that care.
39522 crlf layer is now "the" buffer layer and can turn its behaviour on/off.
39523 Lip-service to making stdio layer work on such platfroms (untested).
39524 Now fails 3 tests rather than one, checkin to see if I can debug
39525 the issue under linux. (Do not merge.)
39526 Branch: perlio
39527 ! doio.c perlio.c perliol.h
39528____________________________________________________________________________
39529[ 7852] By: jhi on 2000/11/24 18:57:39
39530 Log: AUTHORS edits.
39531 Branch: perl
39532 ! AUTHORS
39533____________________________________________________________________________
39534[ 7851] By: jhi on 2000/11/24 17:34:56
39535 Log: Add Jan-Erik Karlsson.
39536 Branch: perl
39537 ! AUTHORS
39538____________________________________________________________________________
39539[ 7850] By: jhi on 2000/11/24 17:27:56
39540 Log: Configure should find stdchar on its own.
39541 Branch: perl
39542 ! hints/solaris_2.sh
39543____________________________________________________________________________
39544[ 7849] By: jhi on 2000/11/24 17:24:55
39545 Log: Subject: PATCH over 7848: Filter test flawed
39546 From: andreas.koenig@anima.de (Andreas J. Koenig)
39547 Date: 24 Nov 2000 10:28:29 +0100
39548 Message-ID: <m3k89tbtxe.fsf@ak-71.mind.de>
39549 Branch: perl
39550 ! t/lib/filter-util.t
39551____________________________________________________________________________
39552[ 7848] By: jhi on 2000/11/24 17:22:15
39553 Log: Subject: [ID 20001124.001] B exports "walkoptree" but does not define it
39554 From: Simon Cozens <simon@pembro4.pmb.ox.ac.uk>
39555 Date: Fri, 24 Nov 2000 16:12:58 +0000
39556 Message-Id: <E13zLT8-0005FN-00@pembro4.pmb.ox.ac.uk>
39557 Branch: perl
39558 ! ext/B/B.pm
39559____________________________________________________________________________
39560[ 7847] By: jhi on 2000/11/24 03:07:01
39561 Log: Integrate perlio.
39562 Branch: perl
39563 !> doio.c perlio.c perlio.h pp_sys.c t/lib/io_tell.t
39564 !> win32/makefile.mk
39565____________________________________________________________________________
39566[ 7846] By: gsar on 2000/11/24 00:55:57
39567 Log: integrate changes#6415..6418,6420..6438 from mainline
39568
39569 Fix the bitvector ops for utf8 (tricky since past 7 bits
39570 the utf8 'characters' can be more than one octet).
39571
39572 MPE/ix updates for perl 5.6.0 from Mark Bixby.
39573
39574 Subject: SDBM_File documentation
39575
39576 Detypo.
39577
39578 Decutandpasto.
39579
39580 Send all installperl messages to STDERR and be -w clean.
39581
39582 Out-of-date note removed.
39583
39584 Protect against "wild next"s, that is, callbacks doing "next"
39585 instead of "return".
39586
39587 Use STDOUT consistently.
39588
39589 The output might have been produced in the wrong order.
39590
39591 A missing 'break' after the [[:space:]] switch case.
39592
39593 Add tests for
39594 [ID 19991110.003] another matching finding by pcre author
39595 which has already been fixed by some patch, as verified in
39596
39597 Documentation to explain the behaviour of map().
39598
39599 Add an optimization for map-maps-a-list-element-to-more-list-elements
39600 case, but add also notes explaining the relationship of this
39601 patch and the earlier notes by Sarathy.
39602
39603 Subject: [ID 20000716.023] syslog test fails without sockets
39604
39605 Subject: Re: [PATCH] [ID 20000716.011] strangeness with split($_ =~ m/.../)
39606 Test cases for #6431.
39607
39608 File::Spec::VMS fixup for tmpdir from Craig Berry.
39609
39610 Make the "uninit variable" warning to say "concat or string"
39611 or "join or string" when in concat or join .
39612
39613 Get UTF16 BOMs working. Patch from
39614 Subject: Re: [ID 20000719.001] Problem with bleadperl of 7/18/00
39615
39616 Subject: [PATCH] Make large file tests deal with SIGXFSZ
39617
39618 Subject: [ID 20000724.003] Documentation changes for perllocale.pod
39619
39620 Subject: [PATCH] av.c apidoc
39621 Branch: maint-5.6/perl
39622 !> (integrate 43 files)
39623____________________________________________________________________________
39624[ 7845] By: gsar on 2000/11/24 00:20:45
39625 Log: integrate changes#6406..6414 from mainline
39626
39627 Merge perlhacktut into perlhack, update perlguts.
39628
39629 Fix AutoSplit to use File::Spec the right way in VMS,
39630 from Peter Prymmer.
39631
39632 The bug report
39633 [ID 19991110.002] minimal matching discrepancy found by pcre author
39634 seems to have been fixed (though differently from what was suggested
39635 in the report) in 5.6.0. Add tests to keep the bug from reappearing.
39636
39637 thinko fix in vms/descrip_mms.template, the win32.pod in lib,
39638 not in pod, from Peter Prymmer
39639
39640 Subject: [docpatch] Re: [ID 19991002.011] perldoc -f shift
39641 From: Hugo <hv@crypt.compulink.co.uk>
39642 Date: Fri, 14 Jul 2000 23:05:20 +0100
39643 Message-Id: <200007142205.XAA17882@crypt.compulink.co.uk>
39644
39645 Didn't anymore apply, but that point still could use another fix.
39646
39647 lib/b test fixes from Peter Prymmer.
39648
39649 More docs for sv functions.
39650
39651 perlvms.pod whitespace cleanup to keep pod utils happy.
39652
39653 another VMS build tweak from Peter Prymmer
39654 Branch: maint-5.6/perl
39655 !> embed.pl lib/AutoSplit.pm pod/perlapi.pod pod/perlfunc.pod
39656 !> pod/perlguts.pod pod/perlhack.pod sv.c t/lib/b.t t/op/re_tests
39657 !> vms/descrip_mms.template vms/perlvms.pod
39658____________________________________________________________________________
39659[ 7844] By: nick on 2000/11/23 23:42:45
39660 Log: Win32/perlio Now just fails one io/argv.t test - lack
39661 of default :crlf on standard streams.
39662 Branch: perlio
39663 ! doio.c perlio.c
39664____________________________________________________________________________
39665[ 7843] By: nick on 2000/11/23 23:04:05
39666 Log: Win32 passes all but t/lib/peek.t with perlio and home-grown crlf.
39667 peek fail is showing a real problem (multiple crlf layers
39668 are getting pushed.)
39669 Branch: perlio
39670 ! doio.c perlio.c win32/makefile.mk
39671____________________________________________________________________________
39672[ 7842] By: nick on 2000/11/23 19:46:23
39673 Log: Implement PerlIO_binmode()
39674 Fix PerlIOCrlf_unread() (*--ptr rather than *ptr-- ...)
39675 Test on UNIX with PERLIO="perlio crlf" to mimic Win32,
39676 make binmode in t/lib/io_tell.t unconditional so that works.
39677 Checkin just so Win32 machine can see these changes.
39678 Branch: perlio
39679 ! doio.c perlio.c perlio.h pp_sys.c t/lib/io_tell.t
39680____________________________________________________________________________
39681[ 7841] By: jhi on 2000/11/23 19:30:00
39682 Log: README.amiga changes from Jan-Erik Karlsson <trg@privat.utfors.se>.
39683 Branch: perl
39684 ! README.amiga
39685____________________________________________________________________________
39686[ 7840] By: jhi on 2000/11/23 17:18:02
39687 Log: SOCKS wrestling continues, patches from Jens Hamisch.
39688 Branch: perl
39689 ! doio.c embed.h embed.pl perlsdio.h proto.h
39690____________________________________________________________________________
39691[ 7839] By: jhi on 2000/11/23 16:54:14
39692 Log: Push Filter::Util::Call one level deeper.
39693 Branch: perl
39694 + t/lib/filter-util.t
39695 +> ext/Filter/Util/Call/Call.pm ext/Filter/Util/Call/Call.xs
39696 +> ext/Filter/Util/Call/Makefile.PL t/lib/filter-util.pl
39697 - ext/Filter/Util/Call.pm ext/Filter/Util/Call.xs
39698 - ext/Filter/Util/Makefile.PL t/lib/filt-util.pl
39699 - t/lib/filt-util.t
39700 ! MANIFEST configure.com hints/uwin.sh hints/vmesa.sh
39701 ! win32/Makefile win32/makefile.mk
39702____________________________________________________________________________
39703[ 7838] By: jhi on 2000/11/23 16:52:40
39704 Log: Reach back one higher up when searching for PERL_SRC.
39705 Branch: perl
39706 ! lib/ExtUtils/MM_Unix.pm
39707____________________________________________________________________________
39708[ 7837] By: jhi on 2000/11/23 16:05:41
39709 Log: Subject: Re: perl@7826
39710 Date: Thu, 23 Nov 2000 02:20:25 -0600
39711 From: "Craig A. Berry" <craigberry@mac.com>
39712 Message-Id: <p04330102b6424b6cd4c9@[172.16.52.1]>
39713
39714 Make VMS to like Filter::Util::Call.
39715 Branch: perl
39716 ! configure.com ext/Filter/Util/Makefile.PL
39717____________________________________________________________________________
39718[ 7836] By: nick on 2000/11/23 16:04:08
39719 Log: Implement crlf layer - not ready for merge.
39720 Branch: perlio
39721 ! perlio.c win32/makefile.mk
39722____________________________________________________________________________
39723[ 7835] By: jhi on 2000/11/23 15:56:52
39724 Log: STDCHAR is different in Sparc v9 vs x86.
39725 Branch: perl
39726 ! hints/solaris_2.sh
39727____________________________________________________________________________
39728[ 7834] By: jhi on 2000/11/23 15:50:47
39729 Log: The type needs to be visible to protos.
39730 Branch: perl
39731 ! perl.h
39732____________________________________________________________________________
39733[ 7833] By: jhi on 2000/11/23 15:40:46
39734 Log: Finish unfinished SOCKS workaround changes.
39735 Branch: perl
39736 ! doio.c
39737____________________________________________________________________________
39738[ 7832] By: jhi on 2000/11/23 15:33:30
39739 Log: Integrate perlio.
39740 Branch: perl
39741 !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
39742 !> win32/makefile.mk
39743____________________________________________________________________________
39744[ 7831] By: nick on 2000/11/23 10:31:07
39745 Log: Correct makefile.mk dependancies for ext/Filter/Util
39746 Build ext/Encode
39747 Run dmake regen_config_h
39748 Branch: perlio
39749 ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
39750 ! win32/makefile.mk
39751____________________________________________________________________________
39752[ 7830] By: nick on 2000/11/23 08:05:07
39753 Log: Integrate mainline
39754 Branch: perlio
39755 +> ext/Filter/Util/Call.pm ext/Filter/Util/Call.xs
39756 +> ext/Filter/Util/Makefile.PL lib/Filter/Simple.pm
39757 +> t/lib/filt-util.pl t/lib/filt-util.t
39758 !> (integrate 41 files)
39759____________________________________________________________________________
39760[ 7829] By: gsar on 2000/11/23 03:07:11
39761 Log: build the Filter extension on windows
39762 Branch: perl
39763 ! win32/Makefile win32/makefile.mk
39764____________________________________________________________________________
39765[ 7828] By: gsar on 2000/11/23 02:46:35
39766 Log: regenerate win32/config* and fix some inconsistencies in the
39767 makefiles; always export Perl_deb() because it is needed
39768 by ext/re/* (whether perl itself is built with -DDEBUGGING
39769 or not)
39770 Branch: perl
39771 ! makedef.pl win32/Makefile win32/config_H.bc win32/config_H.gc
39772 ! win32/config_H.vc win32/makefile.mk
39773____________________________________________________________________________
39774[ 7827] By: gsar on 2000/11/23 02:18:38
39775 Log: get sources building on windows+MSVC again (untested with other
39776 compilers)
39777 Branch: perl
39778 ! win32/include/sys/socket.h win32/perllib.c
39779____________________________________________________________________________
39780[ 7826] By: jhi on 2000/11/23 01:18:26
39781 Log: Update Changes.
39782 Branch: perl
39783 ! Changes patchlevel.h
39784____________________________________________________________________________
0fbcf867
JH
39785[ 7825] By: jhi on 2000/11/23 00:20:41
39786 Log: Subject: Re: av.c patch (having slight problems)
39787 From: "Ben Tilly" <ben_tilly@hotmail.com>
39788 Date: Tue, 21 Nov 2000 23:29:31 -0500
39789 Message-ID: <LAW2-F113pL32ctFfj800000d81@hotmail.com>
39790
39791 unshift() speedup.
39792 Branch: perl
39793 ! av.c
39794____________________________________________________________________________
39795[ 7824] By: jhi on 2000/11/22 23:59:15
39796 Log: Fixes for signedness warnings noticed by VMSperlers.
39797 Branch: perl
39798 ! ext/Storable/Storable.xs regcomp.c sv.c
39799____________________________________________________________________________
39800[ 7823] By: jhi on 2000/11/22 23:19:31
39801 Log: Subject: [PATCH perl@7795] small cleanup task for test suite
39802 From: Peter Prymmer <pvhp@forte.com>
39803 Date: Wed, 22 Nov 2000 15:04:13 -0800 (PST)
39804 Message-ID: <Pine.OSF.4.10.10011221457530.519633-100000@aspara.forte.com>
39805 Branch: perl
39806 ! t/pragma/warn/pp_hot
39807____________________________________________________________________________
39808[ 7822] By: jhi on 2000/11/22 22:52:20
39809 Log: Be clean.
39810 Branch: perl
39811 ! Makefile.SH
39812____________________________________________________________________________
39813[ 7821] By: jhi on 2000/11/22 22:46:39
39814 Log: Add the simple frontend to Filter::Util:Call, Filter::Simple 0.01
39815 by Damian Conway, as suggested by Paul Marquess.
39816 Branch: perl
39817 + lib/Filter/Simple.pm
39818____________________________________________________________________________
39819[ 7820] By: jhi on 2000/11/22 22:45:51
39820 Log: Add the Filter::Util::Call 1.04 by Paul Marquess from Filter-1.19.
39821 Branch: perl
39822 + ext/Filter/Util/Call.pm ext/Filter/Util/Call.xs
39823 + ext/Filter/Util/Makefile.PL t/lib/filt-util.pl
39824 + t/lib/filt-util.t
39825 ! MANIFEST
39826____________________________________________________________________________
39827[ 7819] By: jhi on 2000/11/22 22:03:27
39828 Log: Integrate perlio.
39829 Branch: perl
39830 !> README.win32 perlio.c t/pragma/warnings.t win32/config_H.gc
39831 !> win32/makefile.mk
39832____________________________________________________________________________
39833[ 7818] By: jhi on 2000/11/22 21:56:02
39834 Log: More SOCKS versus 64-bit patches from Jens Hamisch.
39835 Branch: perl
39836 ! doio.c embed.h embed.pl makedef.pl perl.h pp_sys.c proto.h
39837 ! t/lib/io_sock.t
39838____________________________________________________________________________
39839[ 7817] By: jhi on 2000/11/22 21:39:49
39840 Log: Subject: [PATCH 5.7.0] Liblist returns found libraries
39841 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
39842 Date: Wed, 22 Nov 2000 16:08:12 -0500
39843 Message-ID: <20001122160812.A24269@monk.mps.ohio-state.edu>
39844 Branch: perl
39845 ! lib/ExtUtils/Liblist.pm
39846____________________________________________________________________________
39847[ 7816] By: jhi on 2000/11/22 21:38:25
39848 Log: Go ahead and #include <unistd.h> in perl.h.
39849 Branch: perl
39850 ! doio.c malloc.c mg.c perl.h pp.c pp_hot.c pp_sys.c toke.c
39851 ! util.c
39852____________________________________________________________________________
39853[ 7815] By: jhi on 2000/11/22 21:22:52
39854 Log: Subject: [PATCH 5.7.0] Overeager visited-positions optimizations
39855 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
39856 Date: Mon, 20 Nov 2000 18:30:52 -0500
39857 Message-ID: <20001120183051.A15228@monk.mps.ohio-state.edu>
39858 Branch: perl
39859 ! pod/perlre.pod regcomp.c t/op/re_tests
39860____________________________________________________________________________
39861[ 7814] By: jhi on 2000/11/22 21:21:46
39862 Log: Subject: [PATCH 5.7.0] Liblist finally works
39863 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
39864 Date: Tue, 21 Nov 2000 22:02:17 -0500
39865 Message-ID: <20001121220217.A24174@monk.mps.ohio-state.edu>
39866 Branch: perl
39867 ! lib/ExtUtils/Liblist.pm lib/ExtUtils/MM_VMS.pm
39868 ! lib/ExtUtils/MakeMaker.pm
39869____________________________________________________________________________
39870[ 7813] By: jhi on 2000/11/22 21:20:23
39871 Log: Subject: Re: [PATCH bleadperl] Re: Not OK: perl5.7.0 +DEVEL7706 +Duseperlio on AIX4.[23]
39872 From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
39873 Date: Wed, 22 Nov 2000 17:53:15 +0100
39874 Message-Id: <20001122174544.49A2.H.M.BRAND@hccnet.nl>
39875
39876 AIX dynaloader and perlio patch.
39877 Branch: perl
39878 ! ext/DynaLoader/dl_aix.xs
39879____________________________________________________________________________
39880[ 7812] By: jhi on 2000/11/22 21:17:52
39881 Log: (Accidentally empty patch.)
39882 Branch: perl
39883 ! av.c
39884____________________________________________________________________________
39885[ 7811] By: jhi on 2000/11/22 21:16:31
39886 Log: Subject: [PATCH: perl@7777] make VMS' test.com tail compatible w/ unix
39887 From: Peter Prymmer <pvhp@forte.com>
39888 Date: Mon, 20 Nov 2000 16:53:54 -0800 (PST)
39889 Message-ID: <Pine.OSF.4.10.10011201651050.373336-100000@aspara.forte.com>
39890 Branch: perl
39891 ! vms/test.com
39892____________________________________________________________________________
39893[ 7810] By: jhi on 2000/11/22 21:15:36
39894 Log: Subject: Re: perl@7777
39895 From: "John P. Linderman" <jpl@research.att.com>
39896 Date: Wed, 22 Nov 2000 13:11:11 -0500
39897 Message-Id: <200011221811.NAA90072@raptor.research.att.com>
39898
39899 Detypoing.
39900 Branch: perl
39901 ! lib/CPAN.pm
39902____________________________________________________________________________
39903[ 7809] By: jhi on 2000/11/22 21:14:19
39904 Log: Subject: [PATCH perl@7795] Perlio_tell fix
39905 From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
39906 Date: Wed, 22 Nov 2000 13:51:37 EST
39907 Message-Id: <001122135058.56e24@DUPHY4.Physics.Drexel.Edu>
39908 Branch: perl
39909 ! perlsdio.h
39910____________________________________________________________________________
39911[ 7808] By: jhi on 2000/11/22 21:13:27
39912 Log: Subject: [ID 20001120.003] [PATCH] io_udp.t fails without 'localhost'
39913 From: Casey Tweten <crt@kiski.net>
39914 Date: Mon, 20 Nov 2000 11:53:03 -0500 (EST)
39915 Message-Id: <200011201653.LAA10194@home.kiski.net>
39916 Branch: perl
39917 ! t/lib/io_udp.t
39918____________________________________________________________________________
39919[ 7807] By: jhi on 2000/11/22 21:12:35
39920 Log: Subject: [ID 20001120.002] [PATCH] io_sock.t fails without 'localhost'
39921 From: Casey Tweten <crt@kiski.net>
39922 Date: Mon, 20 Nov 2000 11:36:11 -0500 (EST)
39923 Message-Id: <200011201636.LAA07227@home.kiski.net>
39924 Branch: perl
39925 ! t/lib/io_sock.t
39926____________________________________________________________________________
39927[ 7806] By: jhi on 2000/11/22 21:10:59
39928 Log: Subject: Re: [PATCH] Evolution of h2xs [WAS: Re: PATCH subs.pm]
39929 From: "Casey R. Tweten" <crt@kiski.net>
39930 Date: Wed, 22 Nov 2000 09:05:07 -0500 (EST)
39931 Message-ID: <Pine.OSF.4.21.0011220903580.1811-100000@home.kiski.net>
39932 Branch: perl
39933 ! utils/h2xs.PL
39934____________________________________________________________________________
39935[ 7805] By: nick on 2000/11/22 21:05:06
39936 Log: Integrate mainline
39937 Branch: perlio
39938 !> Changes Porting/genlog ext/DB_File/DB_File.xs
39939 !> ext/DB_File/version.c lib/Test.pm patchlevel.h
39940 !> utils/perlbug.PL
39941____________________________________________________________________________
39942[ 7804] By: jhi on 2000/11/22 21:01:12
39943 Log: Subject: [PATCH] Test.pm POD peculiarity
39944 From: "Casey R. Tweten" <crt@kiski.net>
39945 Date: Tue, 21 Nov 2000 15:01:25 -0500 (EST)
39946 Message-ID: <Pine.OSF.4.21.0011211458020.20114-100000@home.kiski.net>
39947 Branch: perl
39948 ! lib/Test.pm
39949____________________________________________________________________________
39950[ 7803] By: jhi on 2000/11/22 20:59:59
39951 Log: Subject: [ID 20001122.002] [PATCH 5.7.0@7795] two small patches to perlbug
39952 From: "Philip Newton" <pnewton@gmx.de>
39953 Date: Wed, 22 Nov 2000 14:25:53 +0100
39954 Message-Id: <3A1BD771.25462.1939FAD@localhost>
39955
39956 Be case-understanding also on 's', and use the -oi of sendmail
39957 not to terminate the transmission on a lone '.'.
39958 Branch: perl
39959 ! utils/perlbug.PL
39960____________________________________________________________________________
39961[ 7802] By: nick on 2000/11/22 20:51:42
39962 Log: Win32 PerlIO intermediate state now working as expected.
39963 - In current state we are still using C runtime in text/binary
39964 mode and "crlf" layer is just a dummy (clone of perlio buffer layer).
39965 - PERLIO=stdio and PERLIO=unix pass all expected tests.
39966 - PERLIO=perlio fails t/lib/dprof.t because Dprof.xs calls PerlIO_tell()
39967 and PerlIO_seek() and the dummy crlf layer is not making adjustments
39968 for CRLF translation happening in C runtime. All other tests pass.
39969
39970 Added note to README.win32 to point out the snags of doing a perl build
39971 with Norton AntiVirus turned on.
39972
39973 Tweaked t/pragma/warnings.t so that when run stand-alone you can tell
39974 which file a fail comes from.
39975
39976 Updated "canned" config.h to match the one generated.
39977 Branch: perlio
39978 ! README.win32 perlio.c t/pragma/warnings.t win32/config_H.gc
39979 ! win32/makefile.mk
39980____________________________________________________________________________
39981[ 7801] By: jhi on 2000/11/22 06:50:20
39982 Log: Nickety nits.
39983 Branch: perl
39984 ! ext/DB_File/DB_File.xs ext/DB_File/version.c
39985____________________________________________________________________________
39986[ 7800] By: jhi on 2000/11/22 01:29:55
39987 Log: Changes had accidentally gone too silent on non-main branches.
39988 Branch: perl
39989 ! Changes Porting/genlog patchlevel.h
39990____________________________________________________________________________
51c9377f
JH
39991[ 7799] By: gsar on 2000/11/22 01:02:56
39992 Log: some lib_pm.PL changes snuck in via change#7772
39993 Branch: maint-5.6/perl
39994 ! Makefile.SH
39995____________________________________________________________________________
39996[ 7798] By: nick on 2000/11/21 21:59:40
39997 Log: Integrate mainline
39998 Branch: perlio
39999 !> (integrate 28 files)
40000____________________________________________________________________________
40001[ 7797] By: jhi on 2000/11/21 21:01:45
40002 Log: Integrate perlio.
40003 Branch: perl
40004 !> doio.c perlio.c perlio.h win32/perllib.c win32/win32.c
40005____________________________________________________________________________
40006[ 7796] By: nick on 2000/11/21 20:36:22
40007 Log: Win32 builds and runs (mostly) with USE_PERLIO.
40008 PERLIO=perlio passes all tests.
40009 PERLIO=stdio (sadly the default) hangs in t.pragma/warnings.t #319
40010 Branch: perlio
40011 ! perlio.c win32/perllib.c win32/win32.c
40012____________________________________________________________________________
40013[ 7795] By: jhi on 2000/11/21 19:03:44
40014 Log: Update Changes.
40015 Branch: perl
40016 ! Changes patchlevel.h
40017____________________________________________________________________________
2a06dd00
JH
40018[ 7794] By: jhi on 2000/11/21 18:56:34
40019 Log: Subject: PerlIO_apply_layers prototype (was Re: [PATCH: perl@7777] add system locale testing for VMS)
40020 From: "Craig A. Berry" <craigberry@mac.com>
40021 Date: Mon, 20 Nov 2000 20:27:06 -0600
40022 Message-Id: <p04330101b63f8baf25a2@[172.16.52.1]>
40023
40024 A cut-and-pasto.
40025 Branch: perl
40026 ! perlio.h
40027____________________________________________________________________________
40028[ 7793] By: jhi on 2000/11/21 18:54:41
40029 Log: Subject: [PATCH bleadperl] Re: Not OK: perl5.7.0 +DEVEL7706 +Duseperlio on AIX4.[23]
40030 From: Dominic Dunlop <domo@computer.org>
40031 Date: Mon, 20 Nov 2000 18:55:29 +0100
40032 Message-Id: <p04320403b63b2c750dce@[192.168.1.4]>
40033
40034 va_copy() and the need of it.
40035 See <http://wwwold.dkuug.dk/JTC1/SC22/WG14/www/docs/n907.ps>.
40036 Branch: metaconfig/U/perl
40037 + need_va_copy.U
40038 Branch: perl
40039 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
40040 ! config_h.SH configure.com epoc/config.sh handy.h perlio.c
40041 ! pod/perltoc.pod uconfig.h uconfig.sh vos/config.alpha.def
40042 ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
40043 ! win32/config.bc win32/config.gc win32/config.vc
40044____________________________________________________________________________
40045[ 7792] By: jhi on 2000/11/21 17:04:10
40046 Log: Integrate scope.h@7790 from perlio, works better with multiplicity.
40047 Branch: perl
40048 !> scope.h
40049____________________________________________________________________________
40050[ 7791] By: jhi on 2000/11/21 17:01:16
40051 Log: Export the SOCKS workaround symbols only if necessary.
40052 Branch: perl
40053 ! doio.c embed.h embed.pl makedef.pl perlsdio.h proto.h
40054____________________________________________________________________________
51c9377f
JH
40055[ 7790] By: nick on 2000/11/20 23:57:11
40056 Log: If we use (aTHX_ ...) then put Perl_ on the front. (Or drop the aTHX_).
40057 Branch: perlio
40058 ! scope.h
40059____________________________________________________________________________
40060[ 7789] By: nick on 2000/11/20 23:38:33
40061 Log: Integrate mainline
40062 Branch: perlio
40063 +> lib/File/Spec/Epoc.pm
40064 !> (integrate 34 files)
40065____________________________________________________________________________
40066[ 7788] By: nick on 2000/11/20 23:20:18
40067 Log: Make extra buffer layer work (dummy crlf layer)
40068 Branch: perlio
40069 ! doio.c perlio.c perlio.h
40070____________________________________________________________________________
2a06dd00
JH
40071[ 7787] By: jhi on 2000/11/20 22:44:04
40072 Log: Subject: [PATCH: perl@7777] add system locale testing for VMS
40073 From: Peter Prymmer <pvhp@forte.com>
40074 Date: Mon, 20 Nov 2000 12:56:52 -0800 (PST)
40075 Message-ID: <Pine.OSF.4.10.10011201244390.376086-100000@aspara.forte.com>
40076 Branch: perl
40077 ! t/pragma/locale.t
40078____________________________________________________________________________
40079[ 7786] By: jhi on 2000/11/20 22:29:10
40080 Log: Subject: DOC PATCH 5.6.0 perlreftut
40081 From: mjd@plover.com
40082 Date: 20 Nov 2000 19:45:06 -0000
40083 Message-ID: <20001120194506.9505.qmail@plover.com>
40084 Branch: perl
40085 ! pod/perlreftut.pod
40086____________________________________________________________________________
40087[ 7785] By: jhi on 2000/11/20 22:27:44
40088 Log: Subject: [ID 20001120.010] typo in lib/Cwd.pm broke Cwd::chdir
40089 From: David Dyck <dcd@tc.fluke.com>
40090 Date: Mon, 20 Nov 2000 11:43:40 -0800
40091 Message-Id: <200011201943.LAA08451@dd.tc.fluke.com>
40092 Branch: perl
40093 ! lib/Cwd.pm
40094____________________________________________________________________________
40095[ 7784] By: jhi on 2000/11/20 22:23:21
40096 Log: Subject: [PATCH 5.7.0] lexicals not recognized in a run-time (?{})
40097 Date: Mon, 20 Nov 2000 17:06:10 -0500
40098 To: Mailing list Perl5 <perl5-porters@perl.org>
40099 Message-ID: <20001120170609.A11780@monk.mps.ohio-state.edu>
40100 Branch: perl
40101 ! pp_ctl.c t/op/pat.t
40102____________________________________________________________________________
40103[ 7783] By: jhi on 2000/11/20 22:11:18
40104 Log: Subject: [PATCH] doop.c - UTF8 tr///
40105 From: Simon Cozens <simon@cozens.net>
40106 Date: Sat, 18 Nov 2000 18:49:30 +0000
40107 Message-ID: <20001118184930.A31687@pembro4.pmb.ox.ac.uk>
40108
40109 Subject: Re: [PATCH] doop.c - UTF8 tr///
40110 From: Simon Cozens <simon@cozens.net>
40111 Date: Mon, 20 Nov 2000 20:45:22 +0000
40112 Message-ID: <20001120204522.A26042@pembro4.pmb.ox.ac.uk>
40113
40114 Make tr on UTF-8 better but still not correct.
40115 Branch: perl
40116 ! doop.c
40117____________________________________________________________________________
40118[ 7782] By: jhi on 2000/11/20 22:02:16
40119 Log: Remove the shared object before attempting to create
40120 (by linking) a new one. E.g. in AIX not removing
40121 becomes quite painful if one tries to do more than one
40122 build in the same tree (an interrupted build, for example),
40123 since the AIX' shared dynaloader seemingly keeps the shared
40124 objects open and therefore 'busy' for quite a while, even when
40125 nobody is using the objects, leading into link failures.
40126 Branch: perl
40127 ! lib/ExtUtils/MM_Unix.pm
40128____________________________________________________________________________
51c9377f
JH
40129[ 7781] By: gsar on 2000/11/20 19:02:55
40130 Log: type mismatch due to faulty integration
40131 Branch: maint-5.6/perl
40132 ! toke.c win32/Makefile
40133____________________________________________________________________________
40134[ 7780] By: gsar on 2000/11/20 17:31:55
40135 Log: integrate changes#6392,6394..6399,6401..6404
40136
40137 The {multiplier} of a fixed substring was overlooked which
40138 caused a wrong initial search offset for that substring.
40139
40140 Subject: [PATCH 5.6.0] Re: [ID 20000613.001] Regex works in v5.005_03 but fails in v5.06
40141 From: Hugo <hv@crypt.compulink.co.uk>
40142 Message-Id: <200007131827.TAA14487@crypt.compulink.co.uk>
40143 Date: Thu, 13 Jul 2000 19:27:13 +0100
40144
40145 Fix the BOM bug: not a byteorder bug, a signedness bug.
40146
40147 Replace change #6337 with a better one.
40148
40149 Subject: Re: [PATCH] [ID 20000701.002] Regular Expressions Not Unsetting $1 Vars When Backtracking
40150 From: Hugo <hv@crypt.compulink.co.uk>
40151 Date: Fri, 14 Jul 2000 04:16:20 +0100
40152 Message-Id: <200007140316.EAA15857@crypt.compulink.co.uk>
40153
40154 MakeMaker should not remove editor backups (*~) on `make clean`
40155 by default (completes change#6383)
40156
40157 move new variables to the end of the interpreter structure (for
40158 bincompat in code that doesn't #include XSUB.h)
40159
40160 rename totally bletcherous SvLOCK() thingy (doesn't do what the
40161 name suggests anyway)
40162
40163 various cleanups (typos, misformatted code, and small bugs)
40164
40165 typecasts needed for change#6394
40166
40167 typos in change#6399, regen headers
40168
40169 inconsistent types needs casts
40170
40171 PERL_OBJECT build tweaks
40172 Branch: maint-5.6/perl
40173 !> MANIFEST doop.c embed.h embed.pl embedvar.h
40174 !> ext/IPC/SysV/Makefile.PL global.sym intrpvar.h
40175 !> lib/ExtUtils/MM_Unix.pm mg.c op.c perlapi.h pod/perlapi.pod
40176 !> pp.c proto.h regcomp.c regexec.c sv.h t/op/re_tests thread.h
40177 !> toke.c util.c
40178____________________________________________________________________________
40179[ 7779] By: gsar on 2000/11/20 17:06:29
40180 Log: integrate changes#6376..6378,6380,6383,6385..6388,6391
40181
40182 Cosmetics and perldelta.
40183
40184 Fix nits noticed by Boston.pm.
40185
40186 Do the cc sanity check both before the hints and
40187 after the cc selction.
40188
40189 get sprintf.t to adjust properly for 3-digit exponents
40190
40191 don't clobber *.orig files on *clean targets
40192
40193 fix bugs in processing %v-*d and similar format specs (from
40194 Avi Finkel <avi@finkel.org>)
40195
40196 sprintf test tweaks (from Dominic Dunlop)
40197
40198 new selfloader.t in change#6183 doesn't close DATA handles,
40199 and thus fails to clean up tmp files on dosish platforms
40200
40201 typos (spotted by Peter Prymmer)
40202
40203 typo fix from Craig Berry
40204 Branch: maint-5.6/perl
40205 !> Configure Makefile.SH config_h.SH ext/IPC/SysV/Makefile.PL
40206 !> pod/perldelta.pod pod/perlre.pod sv.c t/lib/english.t
40207 !> t/lib/selfloader.t t/op/sprintf.t vms/subconfigure.com
40208 !> x2p/Makefile.SH
40209____________________________________________________________________________
40210[ 7778] By: gsar on 2000/11/20 16:46:51
40211 Log: integrate changes#6340..6342,6348,6354,6356,6357,6371,6372,6375
40212
40213 Subject: Re: format bug report [Patch]
40214 From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
40215 Date: Wed, 05 Jul 2000 13:12:52 +0200
40216 Message-Id: <20000705130745.67BF.H.M.BRAND@hccnet.nl>
40217
40218 Subject: Re: format bug report [Patch]
40219 From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
40220 Date: Wed, 05 Jul 2000 14:10:01 +0200
40221 Message-Id: <20000705140837.73C2.H.M.BRAND@hccnet.nl>
40222
40223 Subject: Re: [ID 20000704.002] [PATCH] memory leak with debug / anon subs
40224 From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
40225 Message-Id: <E13AbRE-00009T-00@libra.cus.cam.ac.uk>
40226 Date: Fri, 07 Jul 2000 17:57:16 +0100
40227
40228 Subject: [ID 20000710.002] fatal error or memory loss when deleting symbols in evaled code with syntax errors
40229 To: perl5-porters@perl.org
40230 From: Karsten Sperling <spiff@phreax.net>
40231 Date: Mon, 10 Jul 2000 15:12:52 +0200
40232 Message-Id: <200007101315.e6ADFrg21041@chthon.perl.com>
40233
40234 README.posix-bc podified from Thomas Dorner.
40235
40236 Subject: [PATCH perl-current] Make op/sprintf.t more comprehensive, take2
40237 From: Dominic Dunlop <domo@computer.org>
40238 Date: Tue, 11 Jul 2000 12:27:33 +0200
40239 Message-Id: <p04320405b590a14d4650@[192.168.1.4]>
40240
40241 Typo in #6341.
40242
40243 Fix for
40244 Subject: [ID 20000711.005] spurious uninit warning with msgrcv()
40245 From: Roderick Schertler <roderick@argon.org>
40246 Date: Tue, 11 Jul 2000 13:55:05 -0400
40247 Message-Id: <200007111755.NAA05077@jones.argon.org>
40248
40249 Minor cleanups on the booklist.
40250
40251 Reintroduce perlbook (updated for Mk III), introduce perlposix-bc,
40252 regen perltoc.
40253
40254 windows build tweaks (op/sprintf.t still fails tests 120-121, 149)
40255 Branch: maint-5.6/perl
40256 +> pod/perlbook.pod
40257 !> MANIFEST README.posix-bc doio.c lib/Symbol.pm pod/Makefile.SH
40258 !> pod/buildtoc.PL pod/perl.pod pod/perlfaq2.pod pod/perltoc.pod
40259 !> pp_hot.c t/op/sprintf.t t/op/write.t toke.c win32/win32sck.c
40260____________________________________________________________________________
2a06dd00
JH
40261[ 7777] By: jhi on 2000/11/20 16:08:49
40262 Log: Update Changes.
40263 Branch: perl
40264 ! Changes patchlevel.h
40265____________________________________________________________________________
7b69f83d
JH
40266[ 7776] By: jhi on 2000/11/20 15:27:56
40267 Log: Assume SOCKS is broken in all 64bitall platforms, not just Solaris.
40268 This may be overly harsh but until proven otherwise, we think this
40269 way, or until we have a simple test for Configure (having to start
40270 up servers is does not count as simple) to check for the problems.
40271 Branch: perl
40272 ! perl.h
40273____________________________________________________________________________
40274[ 7775] By: jhi on 2000/11/20 15:22:17
40275 Log: Solaris hints tweaks.
40276 Branch: perl
40277 ! hints/solaris_2.sh
40278____________________________________________________________________________
40279[ 7774] By: jhi on 2000/11/20 15:01:20
40280 Log: Add a workaround to SOCKS 64-bit problems.
40281 Branch: perl
40282 ! doio.c embed.h embed.pl perlsdio.h proto.h
40283____________________________________________________________________________
40284[ 7773] By: jhi on 2000/11/20 14:51:47
40285 Log: sysseek() instead of seek().
40286 Branch: perl
40287 ! t/lib/syslfs.t
40288____________________________________________________________________________
51c9377f
JH
40289[ 7772] By: gsar on 2000/11/20 13:06:23
40290 Log: integrate changes#6315..6319,6321..6331,6333..6338
40291
40292 Integrate with Sarathy, preliminary fix for unicos
40293 alignment problems in [ID 20000612.002] Perl problem on Cray system.
40294
40295 some debugger output does not go to the socket when RemotePort is set
40296
40297 winsock cleanup never done on Windows (leads to handle leaks)
40298
40299 fix UNC path handling on Windows under ithreads, and chdir()
40300 return value when given a non-existent directory
40301
40302 Autogenerate pod/Makefile and pod/buildtoc.
40303 buildtoc also checks whether the existin pods are
40304 mentioned in MANIFEST and perl.pod, and vice versa.
40305 (None of the thusly found discrepancies fixed yet.)
40306 roffitall also needs to be autogenerated similarly but it
40307 seems so badly out of date that I didn't touch it yet.
40308
40309 Config is being used.
40310
40311 Add =head1 NAMEs so that buildtoc is happy.
40312 (The CGI::Util nit reported to Lincoln.)
40313
40314 Fix complaints of buildtoc.
40315
40316 Fix the alignment problem in Crays ([ID 20000612.002]).
40317
40318 Remove perlbook, update perlfaq book listing,
40319 rearrange perl.pod, regenerate perltoc.
40320
40321 Fix a nit spotted by 64bit IRIX compilation: a (64-bit) pointer
40322 was cast to an unsigned (32-bit) integer with wild abandon.
40323
40324 winsock options weren't being set in all threads under ithreads
40325 (caused send()s from second and subsequent threads to fail)
40326
40327 accept() leaks memory on windows due to incorrect ordering of
40328 closesocket() and fclose() calls
40329
40330 Reorder perl.pod once more.
40331
40332 More POSIX.pod tweaks.
40333
40334 Sprinkle ldlibpath.
40335
40336 Precedence goof, fix based on
40337 Subject: [PATCH 5.6.0] op/taint.t continues on failed shmget()
40338 From: Hugo <hv@crypt.compulink.co.uk>
40339 Date: Tue, 11 Jul 2000 12:52:38 +0100
40340 Message-Id: <200007111152.MAA05488@crypt.compulink.co.uk>
40341
40342 Subject: PATCH perlguts.pod: Document D and d magic types
40343 From: mjd@plover.com
40344 Date: 5 Jul 2000 18:01:51 -0000
40345 Message-ID: <20000705180151.29413.qmail@plover.com>
40346
40347 Subject: [ID 20000705.002] problem with perl 5.6.0 on NetBSD/sparc
40348 From: Hubert Feyrer <feyrer@rfhs8012.fh-regensburg.de>
40349 Date: Wed, 5 Jul 2000 14:56:43 +0200 (MET DST)
40350 Message-Id: <Pine.GSO.4.10.10007051452330.29215-100000@rfhpc8320.fh-regensburg.de>
40351
40352 Subject: [PATCH cfgperl] $& segfaults if you trick it
40353 From: simon@brecon.co.uk (Simon Cozens)
40354 Date: 7 Jul 2000 11:26:09 GMT
40355 Message-ID: <slrn8mbfif.ead.simon@justanother.perlhacker.org>
40356
40357 Subject: [PATCH] [ID 20000701.002] Regular Expressions Not Unsetting $1 Vars When Backtracking
40358 From: Hugo <hv@crypt.compulink.co.uk>
40359 Date: Tue, 11 Jul 2000 12:44:50 +0100
40360 Message-Id: <200007111144.MAA04446@crypt.compulink.co.uk>
40361
40362 Subject: [PATCH] Re: "%#p" format specifier: document and test or not?
40363 From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
40364 Date: Tue, 11 Jul 2000 13:50:51 +0100
40365 Message-Id: <E13BzUx-00033c-00@libra.cus.cam.ac.uk>
40366 Branch: maint-5.6/perl
40367 +> ext/DynaLoader/hints/netbsd.pl lib/Win32.pod pod/Makefile.SH
40368 +> pod/buildtoc.PL
40369 - pod/Makefile pod/Win32.pod pod/buildtoc pod/perlbook.pod
40370 !> (integrate 26 files)
40371____________________________________________________________________________
40372[ 7771] By: gsar on 2000/11/20 12:31:42
40373 Log: integrate changes#6283..6285,6291,6294..6300,6302..6304,6306..6307,
40374 6310,6311,6314
40375
40376 Subject: [PATCH bleedperl] File::Spec 0.82 beta
40377 From: Barrie Slaymaker <barries@jester.slaysys.com>
40378 Date: Wed, 28 Jun 2000 11:35:29 -0400
40379 Message-Id: <200006281535.LAA21095@jester.slaysys.com>
40380
40381 tweak perlembed for multiplicity/usethreads sanity; correct notes
40382 about Windows
40383
40384 localize %INC in a Safe compartment so that use/require work
40385 (many other magic globals probably need similar treatment)
40386
40387 dounwind() may cause POPSUB() to diddle the wrong PL_curpad
40388 when @_ is modified, causing coredumps
40389
40390 slurp mode fix in change#4736 still not quite right
40391
40392 Point to perlipc for more SysV IPC examples.
40393
40394 Elaborate POSIX.pod. Still needs work.
40395
40396 fix ~320 byte memory leak (psig_{ptr,name} tables were never freed)
40397
40398 fix large memory leak that has been around for ever, masked by
40399 -DPURIFY (most of the arenas were never freed!)
40400
40401 fix memory leak on Windows (PL_sys_intern contents were never
40402 freed)
40403
40404 PERL_OBJECT build tweak
40405
40406 adjust change#6299
40407
40408 remove rel2abs prototypes (from Barrie Slaymaker)
40409
40410 missing perldiag entry for unpack("w",...) diagnostic (from
40411 Andreas Koenig)
40412
40413 better diagnostic on Frob->stuff() when Frob:: doesn't exist
40414 (from Richard Soderberg <rs@oregonnet.com>)
40415
40416 Win32 patches for cfgperl from Sarathy.
40417
40418 b.t fails under OS/2 (from Yitzchak Scott-Thoennes)
40419
40420 More POSIX.pod embellishment.
40421
40422 tyop in change#6306
40423 Branch: maint-5.6/perl
40424 !> (integrate 44 files)
40425____________________________________________________________________________
40426[ 7770] By: gsar on 2000/11/20 11:51:00
40427 Log: integrate changes#6268..6282 from cfgperl branch
40428
40429 Subject: [PATCH perl-current] Make op/sprintf.t more comprehensive
40430 From: Dominic Dunlop <domo@computer.org>
40431 Date: Thu, 29 Jun 2000 12:32:39 +0200
40432 Message-Id: <p04320403b580cc1338db@[192.168.1.4]>
40433
40434 Regen headers for #6261 (and update embed.pl for this) and #6267,
40435 silence few compiler warnings.
40436
40437 Subject: PATCH (Re: [ID 20000612.004] Should regression tests fail if user doesn't build XS extensions?)
40438 From: Nicholas Clark <nick@talking.bollo.cx>
40439 Date: Fri, 23 Jun 2000 16:21:15 +0100
40440 Message-ID: <20000623162115.A19894@Bagpuss.unfortu.net>
40441
40442 Subject: PATCH pod/perltie.pod
40443 From: Ian Phillipps <Ian.Phillipps@iname.com>
40444 Date: Fri, 16 Jun 2000 00:17:19 +0100
40445 Message-ID: <20000616001719.A17108@homer.diplex.co.uk>
40446 (only the first hunk, the second hunk had already been done
40447 by some other patch)
40448
40449 Subject: [ID 20000614.005] [patch] Tweak to Net::Ping docs
40450 From: Tom Phoenix <rootbeer@redcat.com>
40451 Received: (qmail 6398 invoked by uid 508); 15 Jun 2000 00:30:54 -0000
40452 Date: Wed, 14 Jun 2000 17:30:37 -0700 (PDT)
40453
40454 Subject: [PATCH] xsub attributes
40455 From: Doug MacEachern <dougm@covalent.net>
40456 Date: Wed, 14 Jun 2000 15:09:22 -0700 (PDT)
40457 Message-ID: <Pine.LNX.4.10.10006141456050.340-100000@mojo.covalent.net>
40458
40459 Subject: [ID 20000614.003] 5.6.0 File/Glob.pm incompatibility
40460 From: Andy Dougherty <doughera@lafayette.edu>
40461 Date: Wed, 14 Jun 2000 13:33:32 -0400 (EDT)
40462 Message-Id: <Pine.SOL.4.10.10006141332220.3643-100000@maxwell.phys.lafayette.edu>
40463
40464 Subject: [PATCH] 5.6.0 lib/Pod/{Html,Man,Text}.pm
40465 From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
40466 Date: Tue, 13 Jun 2000 02:43:48 -0500
40467 Message-ID: <20000613024347.A28388@staff2.cso.uiuc.edu>
40468
40469 Subject: [PATCH] Re: eval documentation: context
40470 From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
40471 Date: Mon, 12 Jun 2000 15:07:29 +0100
40472 Message-Id: <E131UsD-0002ke-00@ursa.cus.cam.ac.uk>
40473
40474 Subject: [PATCH] Re: [ID 20000612.001] map {chop; $_} (Literals problem)
40475 From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
40476 Date: Mon, 12 Jun 2000 14:55:59 +0100
40477 Message-Id: <E131Uh5-0002cj-00@ursa.cus.cam.ac.uk>
40478
40479 Subject: [ID 20000609.002] Text::Wrap::wrap does not handle multiline strings properly
40480 From: "Milton L. Hankins" <mlh@swl.msd.ray.com>
40481 Date: Fri, 09 Jun 2000 12:39:27 -0400
40482 Message-Id: <39411DBF.A04BB1A@swl.msd.ray.com>
40483 (plus update the version "number" of Text::Wrap)
40484
40485 Subject: [ID 20000602.002] [PATCH] perlsub.pod: ambiguous usage of "closure"
40486 From: Tim Ayers <tayers@bridge.com>
40487 Date: Thu, 08 Jun 2000 08:11:06 +0200
40488 Message-id: <393F38FA.9B5F4C7D@m.dasa.de>
40489 [resent by Richard Foley, Message-Id probably wrong]
40490
40491 Subject: Re: backwards compatibility in h2xs and makemaker [PATCH]
40492 From: rspier@pobox.com (Robert Spier)
40493 Date: Wed, 7 Jun 2000 12:47:37 -0400 (EDT)
40494 Message-ID: <14654.31913.845602.610277@rls.cx>
40495
40496 Subject: [PATCH 5.6.0] utils/h2xs.PL
40497 From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
40498 Date: Wed, 7 Jun 2000 04:02:04 -0500
40499 Message-ID: <20000607040201.A22568@staff1.cso.uiuc.edu>
40500
40501 Subject: [PATCH 5.6.0]ITHREADs for VMS
40502 From: Dan Sugalski <dan@sidhe.org>
40503 Date: Tue, 06 Jun 2000 11:59:50 -0400
40504 Message-Id: <4.3.2.7.0.20000606115752.01c82220@24.8.96.48>
40505 Branch: maint-5.6/perl
40506 !> (integrate 31 files)
40507____________________________________________________________________________
40508[ 7769] By: gsar on 2000/11/20 11:29:06
40509 Log: integrate changes#6261..6266 from cfgperl
40510
40511 Subject: Re: [PATCH cfgperl] BOMs away!
40512 From: simon@brecon.co.uk (Simon Cozens)
40513 Date: 17 Jun 2000 11:49:57 GMT
40514 Message-ID: <slrn8kmpf5.8pl.simon@justanother.perlhacker.org>
40515
40516 Subject: 5.6.0 Patch for EPOC
40517 From: Olaf Flebbe <o.flebbe@gmx.de>
40518 Date: Tue, 13 Jun 2000 22:59:29 +0200 (MEST)
40519 Message-ID: <23449.960929969@www11.gmx.net>
40520
40521 tr fixes from Simon Cozens
40522
40523 Subject: [ID 20000628.004] Re: Problem compiling perl? [BSDI-Support-Request #71232]
40524 From: Marty Lucich <marty@netcom.com>
40525 Date: Wed, 28 Jun 2000 14:16:05 -0700 (PDT)
40526 Message-Id: <200006282116.OAA11148@netcom.com>
40527 ccdlflags update (the BSD/OS 4.1 part had already been taken
40528 care of by #6141).
40529
40530 Subject: Re: [ID 20000628.006] POSIX::STRERR_FILENO typo
40531 From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
40532 Date: Wed, 28 Jun 2000 17:50:12 -0700
40533 Message-ID: <E1pW5gzkg2kV092yn@efn.org>
40534
40535 Subject: [PATCH 5.6.0] cygwin port
40536 Message-ID: <779F20BCCE5AD31186A50008C75D997917173C@silldn_mail1.sanwaint.com>
40537 From: "Fifer, Eric" <EFifer@sanwaint.com>
40538 Date: Thu, 29 Jun 2000 12:58:29 +0100
40539 Branch: maint-5.6/perl
40540 !> README.epoc cygwin/Makefile.SHs doop.c epoc/config.sh
40541 !> epoc/createpkg.pl epoc/epocish.c epoc/epocish.h
40542 !> ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs
40543 !> hints/bsdos.sh pod/perldiag.pod t/comp/require.t toke.c
40544____________________________________________________________________________
40545[ 7768] By: gsar on 2000/11/20 11:13:44
40546 Log: integrate changes#6252..6256,6259..6260
40547
40548 Paranoia tweak on #6249.
40549 Subject: Re: [PATCH 5.6.0 IPC/Open3.pm] Allow the use of numeric fd's
40550 From: Ronald J Kimball <rjk@linguist.dartmouth.edu>
40551 Date: Sun, 25 Jun 2000 23:43:12 -0400
40552 Message-ID: <20000625234312.B74147@linguist.dartmouth.edu>
40553
40554 Subject: tr///, help wanted.
40555 From: simon@brecon.co.uk (Simon Cozens)
40556 Date: 28 Jun 2000 11:29:04 GMT
40557 Message-ID: <slrn8ljoc0.fbd.simon@justanother.perlhacker.org>
40558
40559 small thinko tweaks
40560
40561 tweaks from Simon Conzes to further fix tr/// under utf8
40562
40563 perlnewmod was missing from MANIFEST.
40564
40565 Subject: Re: [PATCH] pack('U',$foo) doesn't UTF8
40566 From: simon@brecon.co.uk (Simon Cozens)
40567 Date: 17 Jun 2000 11:56:44 GMT
40568 Message-ID: <slrn8kmprs.8pl.simon@justanother.perlhacker.org>
40569 pack U0, pack C0
40570 Branch: maint-5.6/perl
40571 !> MANIFEST doop.c embed.h embed.pl embedvar.h global.sym
40572 !> lib/Exporter.pm lib/IPC/Open3.pm objXSUB.h op.c
40573 !> pod/perlfunc.pod pp.c pp_proto.h proto.h sv.c t/op/my_stash.t
40574 !> t/op/pack.t t/op/tr.t t/pragma/constant.t t/pragma/warn/op
40575____________________________________________________________________________
40576[ 7767] By: gsar on 2000/11/20 10:51:38
40577 Log: integrate change#6250 from cfgperl
40578
40579 Subject: Re: [PATCH] support 'my __PACKAGE__ $obj = ...'
40580 From: Doug MacEachern <dougm@covalent.net>
40581 Date: Tue, 27 Jun 2000 14:17:28 -0700 (PDT)
40582 Message-ID: <Pine.LNX.4.10.10006271412340.7587-100000@mojo.covalent.net>
40583 Branch: maint-5.6/perl
40584 +> t/op/my_stash.t
40585 !> MANIFEST embed.pl global.sym proto.h toke.c
40586____________________________________________________________________________
40587[ 7766] By: gsar on 2000/11/20 10:48:34
40588 Log: integrate changes#6240,6242..6246,6248,6249 from cfgperl
40589
40590 Subject: [ID 20000626.007] h2xs man page contains trailing garbage
40591 From: Nicholas Clark <nick@Bagpuss.unfortu.net>
40592 Date: Mon, 26 Jun 2000 18:40:14 +0100
40593 Message-Id: <200006261740.SAA02740@Bagpuss.unfortu.net>
40594
40595 Subject: [PATCH] bytes<->utf8 fixes
40596 From: simon@brecon.co.uk (Simon Cozens)
40597 Date: 26 Jun 2000 04:55:45 GMT
40598 Message-ID: <slrn8ldoih.fbd.simon@justanother.perlhacker.org>
40599
40600 Subject: [PATCH] is_utf8_string
40601 From: simon@brecon.co.uk (Simon Cozens)
40602 Date: 26 Jun 2000 02:25:59 GMT
40603 Message-ID: <slrn8ldfpn.h5k.simon@justanother.perlhacker.org>
40604
40605 Subject: [PATCH] avoid mg_ptr in '*' magic
40606 From: Doug MacEachern <dougm@covalent.net>
40607 Date: Sun, 25 Jun 2000 11:16:08 -0700 (PDT)
40608 Message-ID: <Pine.LNX.4.10.10006251045190.461-100000@mojo.covalent.net>
40609
40610 Subject: [ID 20000624.001] PERL_DL_DEBUG=1 DynaLoader message appears to be wrong
40611 From: Nicholas Clark <nick@Bagpuss.unfortu.net>
40612 Date: Sat, 24 Jun 2000 13:06:20 +0100
40613 Message-Id: <200006241206.NAA03771@Bagpuss.unfortu.net>
40614
40615 Allow for standalone testing.
40616
40617 Subject: DOC PATCH 5.6.0: perlfunc/sprintf does not contain an example
40618 From: Mark-Jason Dominus <mjd@plover.com>
40619 Date: Tue, 27 Jun 2000 22:36:42 -0400
40620 Message-ID: <20000628023642.12166.qmail@plover.com>
40621
40622 Subject: Re: [PATCH 5.6.0 IPC/Open3.pm] Allow the use of numeric fd's
40623 From: Frank Tobin <ftobin@uiuc.edu>
40624 Date: Sun, 25 Jun 2000 19:00:58 -0500 (CDT)
40625 Message-ID: <Pine.BSF.4.21.0006251855340.20487-100000@srh0902.urh.uiuc.edu>
40626 Branch: maint-5.6/perl
40627 !> embed.h embed.pl embedvar.h ext/DynaLoader/DynaLoader_pm.PL
40628 !> global.sym gv.c lib/IPC/Open3.pm objXSUB.h perlapi.c perlapi.h
40629 !> pod/perlapi.pod pod/perlfunc.pod pod/perlintern.pod pp_proto.h
40630 !> proto.h sv.c t/lib/filefunc.t t/lib/filespec.t t/lib/peek.t
40631 !> utf8.c utils/h2xs.PL
40632____________________________________________________________________________
40633[ 7765] By: gsar on 2000/11/20 10:29:13
40634 Log: integrate change#6239 from cfgperl
40635
40636 Configure maintenance. Sever some dependency cycles,
40637 separate gccversion from the cc unit,
40638 address [ID 20000623.006] Configure script patch for using gcc on AIX
40639 (but solve it a little bit differently),
40640 unduplex some accidentally duplicated units,
40641 suggest using gcc if no cc available
40642 (p5p thread: "Solaris configure: counterproposal", 1999-09)
40643 Branch: maint-5.6/perl
40644 !> Configure Todo-5.6 config_h.SH
40645____________________________________________________________________________
40646[ 7764] By: gsar on 2000/11/20 10:25:55
40647 Log: integrate changes#6233..6238 from cfgperl
40648
40649 Subject: PATCH 5.6.0: Document OPf_SPECIAL flag in regcomp op nodes
40650 From: Mark-Jason Dominus <mjd@plover.com>
40651 Date: Fri, 16 Jun 2000 20:53:04 -0400
40652 Message-ID: <20000617005304.8008.qmail@plover.com>
40653
40654 Prefer C:/temp in Win32 as File::Spec->tmpdir to /tmp
40655 because when run as services (Win32ese for daemons)
40656 no environment variables are set and tmpdir ends up as /tmp,
40657 which is ambiguous.
40658 Subject:[ID 20000616.002] File::Spec->tmpdir broken when running as service
40659 From: matt@sergeant.org
40660 Date: 16 Jun 2000 16:30:43 -0000
40661 Message-Id: <20000616163043.26398.qmail@mail.sergeant.org>
40662
40663 The thread begun by
40664 Subject: [ID 20000616.001] Typo on line 390 of .../hints/solaris_2.sh
40665 From: Kevin.Ruscoe@ubsw.com
40666 Date: Fri, 16 Jun 2000 16:38:51 +0100
40667 Message-Id: <H000019b03c300d6@MHS>
40668
40669 Tweak embed.pl, regen headers.
40670
40671 Subject: [PATCH 5.6.0] XS module loading fixup for VMS
40672 From: Dan Sugalski <dan@sidhe.org>
40673 Date: Fri, 23 Jun 2000 17:00:00 -0400
40674 Message-Id: <4.3.2.7.0.20000623165934.00c93d10@24.8.96.48>
40675 Branch: maint-5.6/perl
40676 !> (integrate 27 files)
40677____________________________________________________________________________
40678[ 7763] By: gsar on 2000/11/20 10:08:08
40679 Log: s/perl56delta/perldelta/g
40680 Branch: maint-5.6/perl
40681 ! pod/Makefile
40682____________________________________________________________________________
40683[ 7762] By: gsar on 2000/11/20 10:04:00
40684 Log: integrate changes#6225,6229,6231,6232 from cfgperl
40685
40686 Add source code filenames to apidoc.
40687 From: simon@brecon.co.uk (Simon Cozens)
40688 Subject: [PATCH embed.pl] Source X-ref
40689 Date: 22 Jun 2000 02:18:49 GMT
40690 Message-ID: <slrn8l2ts8.h5k.simon@justanother.perlhacker.org>
40691
40692 Subject: README.hpux version 0.6.1
40693 Date: Tue, 20 Jun 2000 15:25:51 -0700 (PDT)
40694 From: Jeff Okamoto <okamoto@xfiles.intercon.hp.com>
40695 Message-Id: <200006202225.PAA26205@xfiles.intercon.hp.com>
40696
40697 Subject: [PATCH 5.6.0] cygwin port
40698 From: "Fifer, Eric" <EFifer@sanwaint.com>
40699 Date: Tue, 20 Jun 2000 14:30:58 +0100
40700 Message-ID: <779F20BCCE5AD31186A50008C75D9979171734@silldn_mail1.sanwaint.com>
40701
40702 Subject: PATCH: pod/perlutil.pod - utilities packaged with the Perl distribution
40703 From: simon@brecon.co.uk (Simon Cozens)
40704 Date: 19 Jun 2000 15:18:27 GMT
40705 Message-ID: <slrn8ksee3.cp9.simon@justanother.perlhacker.org>
40706
40707 plus update pod/Makefile and regenerate perltoc
40708 Branch: maint-5.6/perl
40709 +> pod/perlutil.pod
40710 !> MANIFEST README.cygwin README.hpux Todo-5.6 embed.pl
40711 !> lib/File/Find.pm pod/Makefile pod/perltoc.pod pod/roffitall
40712____________________________________________________________________________
7b69f83d
JH
40713[ 7761] By: jhi on 2000/11/20 04:09:55
40714 Log: Miraculous typo.
40715 Branch: perl
40716 ! t/op/pat.t
40717____________________________________________________________________________
40718[ 7760] By: jhi on 2000/11/20 04:06:08
40719 Log: Subject: [PATCH 5.7.0] The first step in removing recursion from the REx engine
40720 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
40721 Date: Sun, 19 Nov 2000 22:30:26 -0500
40722 Message-ID: <20001119223026.A5165@monk.mps.ohio-state.edu>
40723 Branch: perl
40724 ! regexec.c scope.h t/op/pat.t
40725____________________________________________________________________________
40726[ 7759] By: jhi on 2000/11/20 02:05:22
40727 Log: Make certain MacOS Classic has NO_ENVIRON_ARRAY.
40728 Branch: perl
40729 ! perl.h
40730____________________________________________________________________________
40731[ 7758] By: jhi on 2000/11/20 01:58:11
40732 Log: Subject: [perl 7711: EPOC] updates
40733 From: Olaf Flebbe <o.flebbe@gmx.de>
40734 Date: Sun, 19 Nov 2000 19:33:30 +0100 (MET)
40735 Message-ID: <25575.974658810@www23.gmx.net>
40736 Branch: perl
40737 + lib/File/Spec/Epoc.pm
40738 ! MANIFEST epoc/epocish.c lib/CGI.pm lib/Cwd.pm
40739 ! lib/File/Basename.pm lib/File/Find.pm lib/File/Path.pm
40740 ! lib/File/Spec.pm perl.c sv.c
40741____________________________________________________________________________
40742[ 7757] By: jhi on 2000/11/20 01:53:11
40743 Log: ext/re/hints/MSWin32.pl seems to be missing from perlio.
40744 Branch: perl
40745 ! MANIFEST
40746____________________________________________________________________________
40747[ 7756] By: jhi on 2000/11/20 01:47:22
40748 Log: Integrate perlio.
40749 Branch: perl
40750 - ext/re/hints/MSWin32.pl
40751 !> global.sym perlio.c perlio.h perliol.h pod/perlapi.pod sv.c
40752 !> win32/config.gc win32/config_H.gc win32/win32sck.c
40753____________________________________________________________________________
51c9377f
JH
40754[ 7755] By: nick on 2000/11/19 20:57:17
40755 Log: Add dummy crlf layer (just as buffer)
40756 Correct 1st bug - one layer of indirection.
40757 Branch: perlio
40758 ! perlio.c perlio.h perliol.h
40759____________________________________________________________________________
40760[ 7754] By: nick on 2000/11/19 20:56:12
40761 Log: Work-round to Perl_deb_nocontext is no longer required
40762 Branch: perlio
40763 - ext/re/hints/MSWin32.pl
40764____________________________________________________________________________
40765[ 7753] By: nick on 2000/11/19 20:01:16
40766 Log: diff -se shows these as different
40767 Branch: perlio
40768 ! global.sym pod/perlapi.pod
40769____________________________________________________________________________
40770[ 7752] By: nick on 2000/11/19 18:57:30
40771 Log: Configure GCC/Win32 build -Duseperlio
40772 Fix a couple of gross issues
40773 - double-include of ../deb.o in re.dll
40774 - win32sck.c needs PerlIO and FILE
40775 Branch: perlio
40776 ! ext/re/hints/MSWin32.pl win32/config.gc win32/config_H.gc
40777 ! win32/win32sck.c
40778____________________________________________________________________________
40779[ 7751] By: nick on 2000/11/19 17:05:36
40780 Log: Special case :crlf and :raw in dummy PerlIO_apply_layers
40781 Branch: perlio
40782 ! perlio.c
40783____________________________________________________________________________
40784[ 7750] By: nick on 2000/11/19 16:57:14
40785 Log: Missing aTHX_
40786 Branch: perlio
40787 ! sv.c
40788____________________________________________________________________________
7b69f83d
JH
40789[ 7749] By: jhi on 2000/11/19 16:28:40
40790 Log: Subject: [ID 20001118.006] [PATCH] perl@7707 djgpp/config.over, hints/dos_djgpp.sh and Storable.pm
40791 From: "Peter J. Farley III" <pjfarley@banet.net>
40792 Date: Sun, 19 Nov 2000 01:42:58 -0500
40793 Message-Id: <5.0.1.4.0.20001119011855.00a55ec0@pop5.banet.net>
40794 Branch: perl
40795 ! djgpp/config.over ext/Storable/Storable.pm hints/dos_djgpp.sh
40796____________________________________________________________________________
40797[ 7748] By: jhi on 2000/11/19 16:08:10
40798 Log: Subject: podlators 1.05 available
40799 From: Russ Allbery <rra@stanford.edu>
40800 Date: 18 Nov 2000 22:04:28 -0800
40801 Message-ID: <ylitpkijkj.fsf@windlord.stanford.edu>
40802 Branch: perl
40803 ! lib/Pod/Man.pm lib/Pod/Text.pm pod/pod2man.PL
40804____________________________________________________________________________
51c9377f
JH
40805[ 7747] By: nick on 2000/11/19 11:19:39
40806 Log: Integrate mainline
40807 Branch: perlio
40808 !> embed.h embed.pl objXSUB.h perlapi.c proto.h sv.c utf8.c
40809 !> util.c
40810____________________________________________________________________________
7b69f83d
JH
40811[ 7746] By: jhi on 2000/11/19 06:42:22
40812 Log: Make hex scanning warn on "\x{x}" and "\xx".
40813 "\x" and and hex("x") are still valid.
40814 Branch: perl
40815 ! util.c
40816____________________________________________________________________________
51c9377f
JH
40817[ 7745] By: nick on 2000/11/18 22:52:28
40818 Log: Integrate mainline
40819 Branch: perlio
40820 !> emacs/ptags embed.h embed.pl lib/CPAN.pm lib/CPAN/FirstTime.pm
40821 !> perl.h perlio.c proto.h regcomp.c regcomp.h
40822____________________________________________________________________________
7b69f83d
JH
40823[ 7744] By: jhi on 2000/11/18 22:50:28
40824 Log: Introduce Perl_utf8_length(). Use it.
40825 Branch: perl
40826 ! embed.h embed.pl objXSUB.h perlapi.c proto.h sv.c utf8.c
40827____________________________________________________________________________
40828[ 7743] By: jhi on 2000/11/18 22:38:51
40829 Log: Compiler denit.
40830 Branch: perl
40831 ! perlio.c
40832____________________________________________________________________________
40833[ 7742] By: jhi on 2000/11/18 20:33:05
40834 Log: Integrate perlio.
40835 Branch: perl
40836 !> cop.h doio.c gv.c lib/open.pm mg.c op.c perl.c perlio.c
40837 !> perlio.h pp_ctl.c pp_sys.c sv.c
40838____________________________________________________________________________
40839[ 7741] By: jhi on 2000/11/18 20:31:27
40840 Log: Subject: [PATCH 5.7.0] make regcomp reenterable
40841 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
40842 Date: Fri, 17 Nov 2000 20:35:11 -0500
40843 Message-ID: <20001117203511.A13121@monk.mps.ohio-state.edu>
40844
40845 Subject: Re: [PATCH 5.7.0] make regcomp reenterable
40846 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
40847 Date: Fri, 17 Nov 2000 21:03:47 -0500
40848 Message-ID: <20001117210347.A16570@monk.mps.ohio-state.edu>
40849
40850 Plus a little bit of tweaking in pregcomp().
40851 Branch: perl
40852 ! embed.h embed.pl perl.h proto.h regcomp.c regcomp.h
40853____________________________________________________________________________
51c9377f
JH
40854[ 7740] By: nick on 2000/11/18 20:17:22
40855 Log: Lexical use open ... support:
40856 add ->cop_io to COP structure in cop.h.
40857 Make mg.c and gv.c associate it with ${^OPEN}.
40858 Make lib/open.pm set it.
40859 Have sv.c, perl.c, pp_ctl.c, op.c manipulate it in a manner
40860 manner similar to ->cop_warnings.
40861 Have doio.c's do_open9 and pp_sys.c's pp_backticks use it as default and
40862 call new PerlIO_apply_layers().
40863 Declare latter in perlio.h and define in perlio.c
40864 Branch: perlio
40865 ! cop.h doio.c gv.c lib/open.pm mg.c op.c perl.c perlio.c
40866 ! perlio.h pp_ctl.c pp_sys.c sv.c
40867____________________________________________________________________________
7b69f83d
JH
40868[ 7739] By: jhi on 2000/11/18 19:54:00
40869 Log: Integrate perlio.
40870 Branch: perl
40871 !> doio.c perlio.c pp.c
40872____________________________________________________________________________
40873[ 7738] By: jhi on 2000/11/18 17:16:13
40874 Log: Subject: [PATCH 5.7.0] etags broken again
40875 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
40876 Date: Sat, 18 Nov 2000 02:41:36 -0500
40877 Message-ID: <20001118024136.A19097@monk.mps.ohio-state.edu>
40878 Branch: perl
40879 ! emacs/ptags
40880____________________________________________________________________________
40881[ 7737] By: jhi on 2000/11/18 17:12:18
40882 Log: Upgrade to CPAN.pm 1.58_93 (the RC1 for 1.59), from Andreas König.
40883 Branch: perl
40884 ! lib/CPAN.pm lib/CPAN/FirstTime.pm
40885____________________________________________________________________________
51c9377f
JH
40886[ 7736] By: nick on 2000/11/18 14:06:20
40887 Log: Basic tweaks to do_open() type parsing to allow layer/discipline
40888 part to be isolated.
40889 Branch: perlio
40890 ! doio.c perlio.c
40891____________________________________________________________________________
40892[ 7735] By: nick on 2000/11/18 11:03:32
40893 Log: Integrate mainline
40894 Branch: perlio
40895 !> Changes README.amiga README.win32 patchlevel.h
40896 !> pod/perlfunc.pod pp.c regcomp.c regexec.c t/op/re_tests
40897____________________________________________________________________________
7b69f83d
JH
40898[ 7734] By: jhi on 2000/11/18 01:18:56
40899 Log: Update Changes.
40900 Branch: perl
40901 ! Changes patchlevel.h
40902____________________________________________________________________________
355cf289
JH
40903[ 7733] By: jhi on 2000/11/18 00:32:54
40904 Log: Subject: [PATCH 5.7.0] restore match data on backtracing
40905 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
40906 Date: Fri, 17 Nov 2000 17:28:02 -0500
40907 Message-ID: <20001117172802.A1032@monk.mps.ohio-state.edu>
40908 Branch: perl
40909 ! regcomp.c regexec.c t/op/re_tests
40910____________________________________________________________________________
40911[ 7732] By: jhi on 2000/11/18 00:28:56
40912 Log: Sparc 64-bit pack() fix from Jens Hamisch.
40913 Branch: perl
40914 ! pp.c
40915____________________________________________________________________________
40916[ 7731] By: jhi on 2000/11/18 00:18:39
40917 Log: Explain in more detail the {} syntax ambiguousity.
40918
40919 Subject: [PATCH] Re: [ID 20001117.003] map { "$_", 1} @array is syntax error
40920 From: Nicholas Clark <nick@ccl4.org>
40921 Date: Fri, 17 Nov 2000 22:10:28 +0000
40922 Message-ID: <20001117221028.A88930@plum.flirble.org>
40923 Branch: perl
40924 ! pod/perlfunc.pod
40925____________________________________________________________________________
40926[ 7730] By: jhi on 2000/11/18 00:12:18
40927 Log: Subject: Fix for README.amiga (20000323.033)
40928 From: "Stephen P. Potter" <spp@spotter.yi.org>
40929 Date: Fri, 17 Nov 2000 12:25:51 -0500
40930 Message-Id: <200011171725.MAA05768@spotter.yi.org>
40931 Branch: perl
40932 ! README.amiga
40933____________________________________________________________________________
40934[ 7729] By: jhi on 2000/11/18 00:08:34
40935 Log: Subject: [PATCH 5.6.0 README.win32] very minor typos
40936 From: "A. C. Yardley" <yardley@tanet.net>
40937 Date: Mon, 3 Apr 2000 11:35:33 -0700
40938 Message-ID: <3483.000403@tanet.net>
40939 Branch: perl
40940 ! README.win32
40941____________________________________________________________________________
51c9377f
JH
40942[ 7728] By: nick on 2000/11/17 21:59:47
40943 Log: Integrate mainline
40944 Branch: perlio
40945 !> configure.com hints/solaris_2.sh lib/Carp/Heavy.pm
40946 !> lib/ExtUtils/xsubpp lib/Pod/Checker.pm pod/perlfaq9.pod
40947 !> pod/perlhack.pod pod/perllocale.pod pod/perlmodlib.PL
40948 !> pod/perlpod.pod pod/perlxs.pod pod/perlxstut.pod t/lib/b.t
40949____________________________________________________________________________
40950[ 7727] By: nick on 2000/11/17 21:56:31
40951 Log: Experiment on use of attributes.pm interface.
40952 Valid generic fix to auto-vivify code in rv2gv - only "upgrade" to
40953 SVt_PVRV if not already something better (else vivify of say magic gets
40954 core dump).
40955 Branch: perlio
40956 ! perlio.c pp.c
40957____________________________________________________________________________
355cf289
JH
40958[ 7726] By: jhi on 2000/11/17 14:15:49
40959 Log: Subject: Fix for 20000815.006
40960 From: "Stephen P. Potter" <spp@spotter.yi.org>
40961 Date: Fri, 17 Nov 2000 08:57:45 -0500
40962 Message-Id: <200011171357.IAA05122@spotter.yi.org>
40963
40964 It's really 20000518.006.
40965 Branch: perl
40966 ! pod/perlmodlib.PL
40967____________________________________________________________________________
40968[ 7725] By: jhi on 2000/11/17 14:12:31
40969 Log: Subject: Fix for 20000409.001
40970 From: "Stephen P. Potter" <spp@spotter.yi.org>
40971 Date: Fri, 17 Nov 2000 08:55:45 -0500
40972 Message-Id: <200011171355.IAA05104@spotter.yi.org>
40973 Branch: perl
40974 ! pod/perlfaq9.pod
40975____________________________________________________________________________
40976[ 7724] By: jhi on 2000/11/17 14:08:58
40977 Log: Undo #7627 now that we have =head3.
40978 Branch: perl
40979 ! pod/perlhack.pod
40980____________________________________________________________________________
40981[ 7723] By: jhi on 2000/11/17 14:04:09
40982 Log: As surmised the #7719 wasn't a good move.
40983 Branch: perl
40984 ! hints/solaris_2.sh
40985____________________________________________________________________________
40986[ 7722] By: jhi on 2000/11/17 13:59:04
40987 Log: Also the 64bitall hints can be either here or there.
40988 Branch: perl
40989 ! hints/solaris_2.sh
40990____________________________________________________________________________
40991[ 7721] By: jhi on 2000/11/17 02:26:23
40992 Log: Test tweak for the open pragma.
40993 Branch: perl
40994 ! t/lib/b.t
40995____________________________________________________________________________
40996[ 7720] By: jhi on 2000/11/17 00:23:22
40997 Log: The long double hints can be here or there.
40998 Branch: perl
40999 ! hints/solaris_2.sh
41000____________________________________________________________________________
41001[ 7719] By: jhi on 2000/11/17 00:14:06
41002 Log: For Solaris use64bitall the stdchar needs a little bit of help.
41003 Branch: perl
41004 ! hints/solaris_2.sh
41005____________________________________________________________________________
41006[ 7718] By: jhi on 2000/11/16 23:27:34
41007 Log: Subject: Re: Bug in Carp::Heavy/5.6.0?
41008 From: Wolfgang Laun <Wolfgang.Laun@alcatel.at>
41009 Date: Wed, 15 Nov 2000 08:56:32 +0100
41010 Message-ID: <3A1241B0.64477E00@alcatel.at>
41011 Branch: perl
41012 ! lib/Carp/Heavy.pm
41013____________________________________________________________________________
41014[ 7717] By: jhi on 2000/11/16 23:23:29
41015 Log: Subject: [PATCH] Re: 20001101.003 PDL
41016 From: Nicholas Clark <nick@ccl4.org>
41017 Date: Thu, 16 Nov 2000 16:48:25 +0000
41018 Message-ID: <20001116164825.B93487@plum.flirble.org>
41019 Branch: perl
41020 ! lib/ExtUtils/xsubpp pod/perlxs.pod pod/perlxstut.pod
41021____________________________________________________________________________
41022[ 7716] By: jhi on 2000/11/16 23:21:31
41023 Log: Subject: [PATCH] Re: [p5p] [PATCH perlpod.pod] Digging into the =head
41024 From: "Casey R. Tweten" <crt@kiski.net>
41025 Date: Thu, 16 Nov 2000 12:02:47 -0500 (EST)
41026 Message-ID: <Pine.OSF.4.21.0011161200410.700-100000@home.kiski.net>
41027 Branch: perl
41028 ! lib/Pod/Checker.pm pod/perlpod.pod
41029____________________________________________________________________________
41030[ 7715] By: jhi on 2000/11/16 23:19:40
41031 Log: Avoid an infinite loop in VMS when utils scripts are run
41032 with no arguments, from Charles Lane.
41033 Branch: perl
41034 ! configure.com
41035____________________________________________________________________________
41036[ 7714] By: jhi on 2000/11/16 23:17:08
41037 Log: Subject: perllocale.pod changes
41038 From: "Konovalov, Vadim" <vkonovalov@lucent.com>
41039 Date: Mon, 13 Nov 2000 10:09:22 +0300
41040 Message-ID: <402099F49BEED211999700805FC7359F825416@ru0028exch01.spb.lucent.com>
41041 Branch: perl
41042 ! pod/perllocale.pod
41043____________________________________________________________________________
41044[ 7713] By: jhi on 2000/11/16 23:14:06
41045 Log: Integrate perlio.
41046 Branch: perl
41047 !> doio.c perlio.c perlio.h util.c
41048____________________________________________________________________________
51c9377f
JH
41049[ 7712] By: nick on 2000/11/16 21:10:58
41050 Log: Integrate mainline
41051 Branch: perlio
41052 !> Configure Porting/Glossary Porting/config.sh Porting/config_H
41053 !> config_h.SH configure.com epoc/config.sh malloc.c uconfig.h
41054 !> uconfig.sh vos/config.alpha.def vos/config.alpha.h
41055 !> vos/config.ga.def vos/config.ga.h win32/config.bc
41056 !> win32/config.gc win32/config.vc
41057____________________________________________________________________________
41058[ 7711] By: nick on 2000/11/16 19:56:41
41059 Log: Minor tweaks:
41060 consistent way of getting 'rb', 'wb' etc. for binary opens
41061 move *perlio::layers to *open::layers
41062 a #define to show layers available
41063 DOSISH popen/PerlIO had export/import sense inverted.
41064 Branch: perlio
41065 ! doio.c perlio.c perlio.h util.c
41066____________________________________________________________________________
355cf289
JH
41067[ 7710] By: jhi on 2000/11/16 15:46:05
41068 Log: Add HAS_SBRK_PROTO.
41069 Branch: metaconfig/U/perl
41070 + d_sbrkproto.U
41071 Branch: perl
41072 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
41073 ! config_h.SH configure.com epoc/config.sh malloc.c uconfig.h
41074 ! uconfig.sh vos/config.alpha.def vos/config.alpha.h
41075 ! vos/config.ga.def vos/config.ga.h win32/config.bc
41076 ! win32/config.gc win32/config.vc
41077____________________________________________________________________________
51c9377f
JH
41078[ 7709] By: nick on 2000/11/16 07:31:49
41079 Log: Integrate mainline
41080 Branch: perlio
41081 !> (integrate 35 files)
41082____________________________________________________________________________
355cf289
JH
41083[ 7708] By: jhi on 2000/11/16 05:33:03
41084 Log: These files are text, not binary.
41085 Branch: perl
41086 ! ext/Encode/Encode/iso8859-10.enc
41087 ! ext/Encode/Encode/iso8859-13.enc
41088 ! ext/Encode/Encode/iso8859-14.enc
41089 ! ext/Encode/Encode/iso8859-15.enc
41090____________________________________________________________________________
41091[ 7707] By: jhi on 2000/11/16 01:53:37
41092 Log: Update Changes.
41093 Branch: perl
41094 ! Changes patchlevel.h
41095____________________________________________________________________________
734efae8
JH
41096[ 7706] By: jhi on 2000/11/16 01:35:59
41097 Log: More #undefing of stdio.
41098 Branch: perl
41099 ! fakesdio.h nostdio.h
41100____________________________________________________________________________
41101[ 7705] By: jhi on 2000/11/16 01:34:18
41102 Log: Add fwalk() probe to the configuration files and regen perltoc.
41103 Branch: perl
41104 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
41105 ! config_h.SH configure.com epoc/config.sh pod/perltoc.pod
41106 ! uconfig.h uconfig.sh util.c vos/config.alpha.def
41107 ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
41108 ! win32/config.bc win32/config.gc win32/config.vc
41109____________________________________________________________________________
51c9377f
JH
41110[ 7704] By: jhi on 2000/11/16 01:33:07
41111 Log: Add the _fwalk() unit. (The probe says 'fwalk()'. Time for
41112 an optional third argument to Inlibc?)
41113 Branch: metaconfig/U/perl
41114 + d__fwalk.U
41115____________________________________________________________________________
734efae8
JH
41116[ 7703] By: jhi on 2000/11/16 01:09:22
41117 Log: The type of the hash_cb() size argument is tricky.
41118 Branch: perl
41119 ! ext/DB_File/DB_File.xs
41120____________________________________________________________________________
41121[ 7702] By: jhi on 2000/11/15 23:01:16
41122 Log: Quick temporary fix for 20001114.008 as suggested by Nick Ing-Simmons.
41123 Branch: perl
41124 ! nostdio.h
41125____________________________________________________________________________
41126[ 7701] By: jhi on 2000/11/15 22:52:32
41127 Log: Detypo.
41128 Branch: perl
41129 ! t/lib/bigfltpm.t
41130____________________________________________________________________________
41131[ 7700] By: jhi on 2000/11/15 22:51:56
41132 Log: UINT64_C() work continues.
41133 Branch: perl
41134 ! handy.h perl.h utf8.h
41135____________________________________________________________________________
41136[ 7699] By: jhi on 2000/11/15 14:13:04
41137 Log: SOCKS has its own USE_THREADS, based on
41138
41139 Subject: [ID 20001114.002] et. al. bugfix followup
41140 From: Jens Hamisch <jens@Strawberry.COM>
41141 Date: Wed, 15 Nov 2000 14:23:11 +0100
41142 Message-ID: <20001115142311.A21164@Strawberry.COM>
41143 Branch: perl
41144 ! perl.h
41145____________________________________________________________________________
41146[ 7698] By: jhi on 2000/11/15 03:50:56
41147 Log: Add few missing #undefs and sort them.
41148 Branch: perl
41149 ! fakesdio.h
41150____________________________________________________________________________
41151[ 7697] By: jhi on 2000/11/15 03:39:14
41152 Log: Linenumber fix.
41153 Branch: perl
41154 ! t/pragma/warn/utf8
41155____________________________________________________________________________
41156[ 7696] By: jhi on 2000/11/15 02:55:26
41157 Log: EBCDIC tweaks.
41158
41159 Subject: [PATCH: perl@7674 ++] fixes for warnings and regmesg (reprise)
41160 From: Peter Prymmer <pvhp@forte.com>
41161 Date: Tue, 14 Nov 2000 17:05:11 -0800 (PST)
41162 Message-ID: <Pine.OSF.4.10.10011141653510.106218-100000@aspara.forte.com>
41163 Branch: perl
41164 ! t/op/regmesg.t t/pragma/warn/utf8
41165____________________________________________________________________________
41166[ 7695] By: jhi on 2000/11/15 02:53:58
41167 Log: Subject: [PATCH: perl@7674 + Scott-Thoennes] hush warnings about malformed EBCDIC text
41168 From: Peter Prymmer <pvhp@forte.com>
41169 Date: Tue, 14 Nov 2000 15:09:41 -0800 (PST)
41170 Message-ID: <Pine.OSF.4.10.10011141500260.106218-100000@aspara.forte.com>
41171 Branch: perl
41172 ! utf8.c
41173____________________________________________________________________________
41174[ 7694] By: jhi on 2000/11/15 02:50:55
41175 Log: Subject: [PATCH: perl@7674] updates to README.os390
41176 From: Prymmer/Kahn <pvhp@best.com>
41177 Date: Tue, 14 Nov 2000 09:20:20 -0800 (PST)
41178 Message-ID: <Pine.BSF.4.21.0011140913370.15162-100000@shell8.ba.best.com>
41179 Branch: perl
41180 ! README.os390
41181____________________________________________________________________________
41182[ 7693] By: jhi on 2000/11/15 02:48:37
41183 Log: Quit utf8_to_uv() instantly if curlen == 0.
41184 Branch: perl
41185 ! utf8.c
41186____________________________________________________________________________
41187[ 7692] By: jhi on 2000/11/15 02:24:29
41188 Log: Use u_int32_t for the size of hash_cb(), not size_t.
41189
41190 Subject: [ID 20001114.003] Solaris 8, 64 Bit DB_file patch
41191 From: Jens Hamisch <jens@Strawberry.COM>
41192 Date: Tue, 14 Nov 2000 19:03:55 +0100
41193 Message-Id: <20001114190355.A20559@Strawberry.COM>
41194 Branch: perl
41195 ! ext/DB_File/DB_File.xs
41196____________________________________________________________________________
41197[ 7691] By: jhi on 2000/11/15 02:20:12
41198 Log: Use UINT64_C().
41199
41200 Subject: [ID 20001114.006] 5.7.0-7680 Solaris 8, 64 bit, utf8 patch
41201 From: Jens Hamisch <jens@Strawberry.COM>
41202 Date: Tue, 14 Nov 2000 19:16:23 +0100
41203 Message-Id: <20001114191623.G20559@Strawberry.COM>
41204 Branch: perl
41205 ! utf8.c utf8.h
41206____________________________________________________________________________
41207[ 7690] By: jhi on 2000/11/15 02:17:06
41208 Log: Defined INT64_C() and UINT64_C() unless defined by <inttypes.h>
41209 (a macro to define signed and unsigned integer constants).
41210 Branch: perl
41211 ! handy.h
41212____________________________________________________________________________
41213[ 7689] By: jhi on 2000/11/15 01:56:51
41214 Log: Regen Configure.
41215 Branch: perl
41216 ! Configure
41217____________________________________________________________________________
51c9377f
JH
41218[ 7688] By: jhi on 2000/11/15 01:56:32
41219 Log: Make the unit know about SOCKS.
41220 Branch: metaconfig
41221 ! U/protos/socksizetype.U
41222____________________________________________________________________________
41223[ 7687] By: jhi on 2000/11/15 01:54:47
41224 Log: Remove unused dependencies.
41225 Branch: metaconfig
41226 ! U/compline/d_getpagsz.U
41227____________________________________________________________________________
41228[ 7686] By: nick on 2000/11/14 21:25:13
41229 Log: Integrate mainline.
41230 Branch: perlio
41231 +> ext/re/hints/MSWin32.pl win32/bin/mdelete.bat
41232 !> MANIFEST doio.c doop.c ext/IO/lib/IO/Handle.pm
41233 !> ext/IO/lib/IO/Seekable.pm ext/SDBM_File/Makefile.PL
41234 !> lib/ExtUtils/MM_Unix.pm lib/perl5db.pl makedef.pl perl.h
41235 !> perlio.c pp.c pp_sys.c toke.c utf8.c utf8.h win32/Makefile
41236 !> win32/config.bc win32/config.gc win32/config.vc
41237 !> win32/makefile.mk win32/win32.c win32/win32.h win32/win32sck.c
41238____________________________________________________________________________
734efae8
JH
41239[ 7685] By: jhi on 2000/11/14 17:54:56
41240 Log: Integrate perlio.
41241 Branch: perl
41242 +> fakesdio.h perliol.h
41243 !> MANIFEST iperlsys.h nostdio.h perl.c perlio.c perlio.h
41244 !> perlsdio.h perlsfio.h pod/perlfunc.pod
41245____________________________________________________________________________
51c9377f
JH
41246[ 7684] By: nick on 2000/11/14 17:43:04
41247 Log: PerlIO #include and #ifdef re-work.
41248 Branch: perlio
41249 + fakesdio.h perliol.h
41250 ! MANIFEST iperlsys.h nostdio.h perl.c perlio.c perlio.h
41251 ! perlsdio.h perlsfio.h
41252____________________________________________________________________________
734efae8
JH
41253[ 7683] By: jhi on 2000/11/14 15:42:40
41254 Log: Hoist the duplicated socket/netdb include logic to perl.h;
41255 undef SETERRNO in case SOCKS has defined it. Based on:
41256
41257 Subject: [ID 20001114.002] Code-Cleanups concerning SOCKS5 and Solaris
41258 From: Jens Hamisch <jens@Strawberry.COM>
41259 Date: Tue, 14 Nov 2000 11:34:40 +0100
41260 Message-Id: <20001114113440.A20005@Strawberry.COM>
41261 Branch: perl
41262 ! doio.c perl.h pp_sys.c
41263____________________________________________________________________________
41264[ 7682] By: jhi on 2000/11/14 14:07:28
41265 Log: Subject: some additions for makefiles for win32 (for perl@7674)
41266 From: "Konovalov, Vadim" <vkonovalov@lucent.com>
41267 Date: Tue, 14 Nov 2000 09:31:13 +0300
41268 Message-ID: <402099F49BEED211999700805FC7359F8254FC@ru0028exch01.spb.lucent.com>
41269 Branch: perl
41270 ! win32/Makefile win32/config.bc win32/config.gc win32/config.vc
41271 ! win32/makefile.mk
41272____________________________________________________________________________
41273[ 7681] By: jhi on 2000/11/14 14:01:41
41274 Log: Subject: tiny typo in perl5db.pl
41275 From: "Konovalov, Vadim" <vkonovalov@lucent.com>
41276 Date: Tue, 14 Nov 2000 09:29:28 +0300
41277 Message-ID: <402099F49BEED211999700805FC7359F8254F7@ru0028exch01.spb.lucent.com>
41278 Branch: perl
41279 ! lib/perl5db.pl
41280____________________________________________________________________________
41281[ 7680] By: jhi on 2000/11/14 04:13:50
41282 Log: Redo #7679 with LFs instead of CRLFs.
41283 Branch: perl
41284 ! ext/SDBM_File/Makefile.PL lib/ExtUtils/MM_Unix.pm makedef.pl
41285 ! perlio.c win32/Makefile win32/bin/mdelete.bat win32/config.gc
41286 ! win32/config.vc win32/win32.c win32/win32.h win32/win32sck.c
41287____________________________________________________________________________
41288[ 7679] By: jhi on 2000/11/14 01:21:09
41289 Log: Subject: [PATCH perl@7638] Get PerlIO building on Win32
41290 From: Benjamin Stuhl <tiriath@yahoo.com>
41291 Date: Mon, 13 Nov 2000 15:08:08 -0800 (PST)
41292 Message-ID: <20001113230808.18659.qmail@web6305.mail.yahoo.com>
41293 Branch: perl
41294 + win32/bin/mdelete.bat
41295 ! MANIFEST ext/SDBM_File/Makefile.PL lib/ExtUtils/MM_Unix.pm
41296 ! makedef.pl perlio.c win32/Makefile win32/config.gc
41297 ! win32/config.vc win32/win32.c win32/win32.h win32/win32sck.c
41298____________________________________________________________________________
41299[ 7678] By: jhi on 2000/11/14 01:19:20
41300 Log: Fix the re extension building for Win32.
41301
41302 Subject: [PATCH perl@7638] Get PerlIO building on Win32
41303 From: Benjamin Stuhl <tiriath@yahoo.com>
41304 Date: Mon, 13 Nov 2000 15:08:08 -0800 (PST)
41305 Message-ID: <20001113230808.18659.qmail@web6305.mail.yahoo.com>
41306 Branch: perl
41307 + ext/re/hints/MSWin32.pl
41308 ! MANIFEST
41309____________________________________________________________________________
41310[ 7677] By: jhi on 2000/11/14 01:13:54
41311 Log: Subject: [ID 20001113.003] utf8_to_uv on malformed utf returns wrong values
41312 From: sthoenna@efn.org
41313 Date: Mon, 13 Nov 2000 14:49:40 -0800 (PST)
41314 Message-Id: <200011132249.eADMnek09679@garcia.efn.org>
41315 Branch: perl
41316 ! doop.c pp.c toke.c utf8.c utf8.h
41317____________________________________________________________________________
41318[ 7676] By: jhi on 2000/11/13 20:23:15
41319 Log: Subject: Re: [ID 20001112.008] perlio.c's PerlIO_getpos ingores error return
41320 From: Nicholas Clark <nick@ccl4.org>
41321 Date: Mon, 13 Nov 2000 18:55:04 +0000
41322 Message-ID: <20001113185504.J29183@plum.flirble.org>
41323 Branch: perl
41324 ! ext/IO/lib/IO/Handle.pm ext/IO/lib/IO/Seekable.pm
41325____________________________________________________________________________
51c9377f
JH
41326[ 7675] By: nick on 2000/11/13 20:21:57
41327 Log: Integrate mainline ...
41328 Branch: perlio
41329 !> Changes MANIFEST doop.c ext/IO/IO.xs ext/IO/lib/IO/Handle.pm
41330 !> ext/IO/lib/IO/Seekable.pm patchlevel.h perl.h perlio.c
41331 !> perlsfio.h pod/perlfunc.pod pod/perlunicode.pod pp.c regexp.h
41332 !> t/io/tell.t t/lib/io_xs.t t/op/bop.t utf8.c
41333____________________________________________________________________________
734efae8
JH
41334[ 7674] By: jhi on 2000/11/13 15:07:56
41335 Log: Update Changes.
41336 Branch: perl
41337 ! Changes patchlevel.h
41338____________________________________________________________________________
436e4861
JH
41339[ 7673] By: jhi on 2000/11/13 14:42:42
41340 Log: Remove the new two tests of lib/io_xs for now, they seem to
41341 fail under perlio on some platforms.
41342 Branch: perl
41343 ! t/lib/io_xs.t
41344____________________________________________________________________________
41345[ 7672] By: jhi on 2000/11/13 13:57:53
41346 Log: Make PerlIO_getpos() to behave like fgetpos() on return.
41347 Branch: perl
41348 ! perlio.c
41349____________________________________________________________________________
41350[ 7671] By: jhi on 2000/11/13 05:30:48
41351 Log: Placate nervous compilers that see longer than ints switch()ing.
41352 Branch: perl
41353 ! utf8.c
41354____________________________________________________________________________
41355[ 7670] By: jhi on 2000/11/13 05:14:21
41356 Log: fputs() does return EOF on error but here we don't care.
41357 Branch: perl
41358 ! perlio.c
41359____________________________________________________________________________
41360[ 7669] By: jhi on 2000/11/13 05:02:45
41361 Log: Declare reg_data like reg_substr_data.
41362 Branch: perl
41363 ! regexp.h
41364____________________________________________________________________________
41365[ 7668] By: jhi on 2000/11/13 04:54:34
41366 Log: Typos in #7667.
41367 Branch: perl
41368 ! perl.h
41369____________________________________________________________________________
41370[ 7667] By: jhi on 2000/11/13 04:49:49
41371 Log: Cleanup messy #ifdef.
41372 Branch: perl
41373 ! perl.h
41374____________________________________________________________________________
41375[ 7666] By: jhi on 2000/11/13 04:17:34
41376 Log: Subject: [ID 20001112.008] perlio.c's PerlIO_getpos ingores error return
41377 From: Nicholas Clark <nick@talking.bollo.cx>
41378 Date: Sun, 12 Nov 2000 21:14:11 +0000
41379 Message-Id: <E13v4S3-0000iY-00@Bagpuss.unfortu.net>
41380
41381 Note: only one breakage of the two reported is fixed by this patch.
41382 Branch: perl
41383 ! perlio.c
41384____________________________________________________________________________
41385[ 7665] By: jhi on 2000/11/13 04:05:07
41386 Log: Tweak the definition of the bit complement on UTF-8 data:
41387 if none of the characters in the string are > 0xff,
41388 the result is a complemented byte string, not a (UTF-8)
41389 char string. Based on the summary in
41390
41391 Subject: Re: [ID 20000918.005] ~ on wide chars
41392 From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
41393 Date: Fri, 10 Nov 2000 09:47:15 -0800
41394 Message-ID: <jSDD6gzkgi/T092yn@efn.org>
41395
41396 This should give us the maximum backward (pre-char string)
41397 compatibility and utf8 compatibility. The other alternative
41398 would be to limit the bit complement to be always byte only,
41399 taking the least significant byte of the chars.
41400 Branch: perl
41401 ! doop.c pod/perlunicode.pod pp.c t/op/bop.t
41402____________________________________________________________________________
41403[ 7664] By: jhi on 2000/11/13 00:23:44
41404 Log: Couple of tests from #7660 salvaged.
41405 Branch: perl
41406 - t/op/tell.t
41407 ! MANIFEST t/io/tell.t
41408____________________________________________________________________________
41409[ 7663] By: jhi on 2000/11/13 00:02:48
41410 Log: Subject: [ID 20001112.007] sfio's sftell isn't ftell
41411 From: Nicholas Clark <nick@talking.bollo.cx>
41412 Date: Sun, 12 Nov 2000 21:23:43 +0000
41413 Message-Id: <E13v4bH-0000lN-00@Bagpuss.unfortu.net>
41414 Branch: perl
41415 ! perlsfio.h
41416____________________________________________________________________________
41417[ 7662] By: jhi on 2000/11/13 00:01:39
41418 Log: Subject: [ID 20001112.006] IO::Seekable::getpos doesn't check for fgetpos() failure
41419 From: Nicholas Clark <nick@talking.bollo.cx>
41420 Date: Sun, 12 Nov 2000 21:30:04 +0000
41421 Message-Id: <E13v4hQ-0000mn-00@Bagpuss.unfortu.net>
41422 Branch: perl
41423 ! ext/IO/IO.xs ext/IO/lib/IO/Seekable.pm t/lib/io_xs.t
41424____________________________________________________________________________
41425[ 7661] By: jhi on 2000/11/12 23:57:29
41426 Log: Document tell() on special streams.
41427 Branch: perl
41428 ! pod/perlfunc.pod
41429____________________________________________________________________________
41430[ 7660] By: jhi on 2000/11/12 23:54:22
41431 Log: (Subsumed by #7664)
41432 Branch: perl
41433 + t/op/tell.t
41434 ! MANIFEST
41435____________________________________________________________________________
41436[ 7659] By: jhi on 2000/11/12 22:55:25
41437 Log: Many subdocumented return values of the IO extension now documented.
41438 ungetc and write still left subdocumented.
41439
41440 Subject: [PATCH] (was Re: IO::Handle::ungetc)
41441 From: Nicholas Clark <nick@talking.bollo.cx>
41442 Date: Sun, 12 Nov 2000 21:35:53 +0000
41443 Message-ID: <20001112213552.A3034@Bagpuss.unfortu.net>
41444 Branch: perl
41445 ! ext/IO/lib/IO/Handle.pm
41446____________________________________________________________________________
41447[ 7658] By: jhi on 2000/11/12 21:37:06
41448 Log: Subject: [ID 20001112.004] man perlfunc omits tell()'s error return
41449 From: Nicholas Clark <nick@talking.bollo.cx>
41450 Date: Sun, 12 Nov 2000 20:03:22 +0000
41451 Message-Id: <E13v3LV-0008Pd-00@Bagpuss.unfortu.net>
41452 Branch: perl
41453 ! pod/perlfunc.pod
41454____________________________________________________________________________
41455[ 7657] By: jhi on 2000/11/12 20:34:55
41456 Log: Integrate perlio.
41457 Branch: perl
41458 !> perlio.c
41459____________________________________________________________________________
51c9377f
JH
41460[ 7656] By: nick on 2000/11/12 19:25:06
41461 Log: Add aTHX_ to Perl_croak's (MULTIPLICITY et. al.)
41462 Branch: perlio
41463 ! perlio.c
41464____________________________________________________________________________
41465[ 7655] By: nick on 2000/11/12 19:09:41
41466 Log: Integrate mainline
41467 Branch: perlio
41468 +> README.solaris ext/Encode/Encode/cp1006.enc
41469 +> ext/Encode/Encode/cp424.enc ext/Encode/Encode/cp856.enc
41470 +> ext/Encode/Encode/gsm0338.enc ext/Encode/Encode/iso8859-10.enc
41471 +> ext/Encode/Encode/iso8859-13.enc
41472 +> ext/Encode/Encode/iso8859-14.enc
41473 +> ext/Encode/Encode/iso8859-15.enc
41474 !> (integrate 34 files)
41475____________________________________________________________________________
41476[ 7654] By: jhi on 2000/11/12 19:00:22
41477 Log: Add a metaconfig unit for fsync.
41478 Branch: metaconfig/U/perl
41479 + d_fsync.U
41480____________________________________________________________________________
436e4861
JH
41481[ 7653] By: jhi on 2000/11/12 19:00:01
41482 Log: Add HAS_FSYNC, lack noticed by Nicholas Clark.
41483 Branch: perl
41484 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
41485 ! config_h.SH configure.com epoc/config.sh uconfig.h uconfig.sh
41486 ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
41487 ! vos/config.ga.h win32/config.bc win32/config.gc
41488 ! win32/config.vc
41489____________________________________________________________________________
41490[ 7652] By: jhi on 2000/11/11 21:12:01
41491 Log: Copy the s// information of README.hpux also to the perlrun.
41492 Branch: perl
41493 ! README.hpux pod/perlrun.pod
41494____________________________________________________________________________
41495[ 7651] By: jhi on 2000/11/11 21:03:13
41496 Log: More README.solaris updates from Andy Dougherty.
41497 Branch: perl
41498 ! README.solaris
41499____________________________________________________________________________
41500[ 7650] By: jhi on 2000/11/11 18:38:57
41501 Log: More descriptive error for unknown perlio layers.
41502
41503 Subject: [PATCHES Bleadperl] Re: PerlIO - what all of you can all do.
41504 From: Dominic Dunlop <domo@computer.org>
41505 Date: Sat, 11 Nov 2000 18:20:32 +0100
41506 Message-Id: <p04320401b632c4c3335b@[192.168.1.4]>
41507 Branch: perl
41508 ! perlio.c pod/perldiag.pod
41509____________________________________________________________________________
41510[ 7649] By: jhi on 2000/11/11 18:37:52
41511 Log: MachTen doesn't really do mmap() and munmap().
41512
41513 Subject: [PATCHES Bleadperl] Re: PerlIO - what all of you can all do.
41514 From: Dominic Dunlop <domo@computer.org>
41515 Date: Sat, 11 Nov 2000 18:20:32 +0100
41516 Message-Id: <p04320401b632c4c3335b@[192.168.1.4]>
41517 Branch: perl
41518 ! hints/machten.sh
41519____________________________________________________________________________
41520[ 7648] By: jhi on 2000/11/11 18:36:46
41521 Log: Subject: [PATCH] fwd: Re: [ID 20001105.011] Perl 5.6.0 documentation glitch
41522 From: rspier@pobox.com (Robert Spier)
41523 Date: Sat, 11 Nov 2000 12:22:15 -0500 (EST)
41524 Message-ID: <14861.32839.491271.985797@rls.cx>
41525 Branch: perl
41526 ! Porting/Contract pod/perltoot.pod
41527____________________________________________________________________________
51c9377f
JH
41528[ 7647] By: jhi on 2000/11/11 18:35:30
41529 Log: Simplify the getpagesize() unit by dropping the
41530 pagesize probe since it's nowadays slightly more
41531 complicated because of sysconf(). (Note: if some
41532 platform really needs the -lPW for getpagesize,
41533 I just broke it.)
41534
41535 TODO: a new pagesize unit.
41536 Branch: metaconfig
41537 ! U/compline/d_getpagsz.U
41538____________________________________________________________________________
436e4861
JH
41539[ 7646] By: jhi on 2000/11/11 18:33:23
41540 Log: Add getpagesize() probing, on non-UNIX guess 'undef'.
41541 Branch: perl
41542 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
41543 ! config_h.SH configure.com epoc/config.sh uconfig.h uconfig.sh
41544 ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
41545 ! vos/config.ga.h win32/config.bc win32/config.gc
41546 ! win32/config.vc
41547____________________________________________________________________________
41548[ 7645] By: jhi on 2000/11/11 16:45:15
41549 Log: Use sysconf() or getpagesize() to find out the pagesize.
41550 Branch: perl
41551 ! perlio.c
41552____________________________________________________________________________
41553[ 7644] By: jhi on 2000/11/11 15:46:08
41554 Log: Integrate perlio.
41555 Branch: perl
41556 !> perlio.c
41557____________________________________________________________________________
41558[ 7643] By: jhi on 2000/11/11 15:33:36
41559 Log: Subject: Re: [PATCH] README.solaris
41560 From: Lupe Christoph <lupe@lupe-christoph.de>
41561 Date: Sat, 11 Nov 2000 14:08:10 +0100
41562 Message-ID: <20001111140810.C10394@alanya.lupe-christoph.de>
41563 Branch: perl
41564 ! README.solaris
41565____________________________________________________________________________
41566[ 7642] By: jhi on 2000/11/11 15:22:12
41567 Log: Subject: [PATCH perl@7638] cygwin port
41568 From: "Eric Fifer" <egf7@columbia.edu>
41569 Date: Fri, 10 Nov 2000 19:30:30 -0000
41570 Message-ID: <000001c04b4c$b96b7980$243670c2@fifer>
41571 Branch: perl
41572 ! README.cygwin lib/ExtUtils/MM_Cygwin.pm
41573____________________________________________________________________________
51c9377f
JH
41574[ 7641] By: nick on 2000/11/11 14:50:36
41575 Log: Fixup mmap layer by doing mmap() calls on pagesize boundaries.
41576 Also call "Buf" layer directly when unread'ing non-read chars.
41577 Branch: perlio
41578 ! perlio.c
41579____________________________________________________________________________
436e4861
JH
41580[ 7640] By: jhi on 2000/11/11 02:05:02
41581 Log: Add more encoding tables.
41582 Branch: perl
41583 + ext/Encode/Encode/cp1006.enc ext/Encode/Encode/cp424.enc
41584 + ext/Encode/Encode/cp856.enc ext/Encode/Encode/gsm0338.enc
41585 + ext/Encode/Encode/iso8859-10.enc
41586 + ext/Encode/Encode/iso8859-13.enc
41587 + ext/Encode/Encode/iso8859-14.enc
41588 + ext/Encode/Encode/iso8859-15.enc
41589 ! MANIFEST
41590____________________________________________________________________________
41591[ 7639] By: jhi on 2000/11/10 18:49:25
41592 Log: Subject: [PATCH] README.solaris
41593 From: Andy Dougherty <doughera@lafayette.edu>
41594 Date: Fri, 10 Nov 2000 12:18:00 -0500 (EST)
41595 Message-ID: <Pine.SOL.4.10.10011101217100.28341-100000@maxwell.phys.lafayette.edu>
41596 Branch: perl
41597 + README.solaris
41598 ! INSTALL MANIFEST hints/solaris_2.sh pod/buildtoc.PL
41599 ! pod/perl.pod pod/perltoc.pod
41600____________________________________________________________________________
41601[ 7638] By: jhi on 2000/11/10 15:04:15
41602 Log: Update Changes.
41603 Branch: perl
41604 ! Changes patchlevel.h
41605____________________________________________________________________________
92e9a5a0
JH
41606[ 7637] By: jhi on 2000/11/10 14:14:28
41607 Log: Explain better why certain regex tests are skipped.
41608
41609 Subject: Re: tests skipped: unknown reason
41610 From: Lupe Christoph <lupe@lupe-christoph.de>
41611 Date: Fri, 10 Nov 2000 09:08:56 +0100
41612 Message-ID: <20001110090856.J785@alanya.lupe-christoph.de>
41613 Branch: perl
41614 ! t/op/regexp.t
41615____________________________________________________________________________
51c9377f
JH
41616[ 7636] By: nick on 2000/11/10 13:40:00
41617 Log: Integrate mainline.
41618 Branch: perlio
41619 !> emacs/cperl-mode.el ext/IO/lib/IO/Handle.pm hints/linux.sh
41620 !> hints/uts.sh lib/unicode/syllables.txt perlio.c
41621 !> win32/bin/search.pl
41622____________________________________________________________________________
92e9a5a0
JH
41623[ 7635] By: nick on 2000/11/10 13:25:52
41624 Log: Re-instate stdio large file support via perlio.
41625 Branch: perl
41626 ! perlio.c
41627____________________________________________________________________________
41628[ 7634] By: jhi on 2000/11/10 04:49:55
41629 Log: Amdahl UTS hints updates.
41630
41631 Subject: [ID 20001109.016] Trouble going from 5.4 to 5.6
41632 From: hom00@utsglobal.com (Harold O Morris)
41633 Date: Thu, 9 Nov 2000 20:02 PST
41634 Message-Id: <m13u5OV-000045C@juno.uts.utsglobal.com>
41635 Branch: perl
41636 ! hints/uts.sh
41637____________________________________________________________________________
41638[ 7633] By: jhi on 2000/11/09 23:33:28
41639 Log: Subject: [PATCH] IO::Seekable pod
41640 From: Nicholas Clark <nick@talking.bollo.cx>
41641 Date: Thu, 9 Nov 2000 20:29:45 +0000
41642 Message-ID: <20001109202945.A10451@Bagpuss.unfortu.net>
41643 Branch: perl
41644 ! ext/IO/lib/IO/Handle.pm
41645____________________________________________________________________________
41646[ 7632] By: jhi on 2000/11/09 21:55:41
41647 Log: Various doc oddball characters.
41648
41649 Subject: [ID 20001106.004] Perl 5.6.0 bugs
41650 From: Michael Somos <somos@grail.cba.csuohio.edu>
41651 Date: Mon, 6 Nov 2000 17:44:20 -0500
41652 Message-Id: <200011062244.RAA28632@grail.cba.csuohio.edu>
41653 Branch: perl
41654 ! emacs/cperl-mode.el lib/unicode/syllables.txt
41655 ! win32/bin/search.pl
41656____________________________________________________________________________
41657[ 7631] By: jhi on 2000/11/09 21:12:29
41658 Log: Subject: Re: bash -c exit and linux hints
41659 From: "John P. Linderman" <jpl@research.att.com>
41660 Date: Thu, 02 Nov 2000 09:37:25 -0500
41661 Message-Id: <200011021437.JAA63199@raptor.research.att.com>
41662 Branch: perl
41663 ! hints/linux.sh
41664____________________________________________________________________________
51c9377f
JH
41665[ 7630] By: nick on 2000/11/09 20:34:11
41666 Log: Integrate mainline.
41667 Branch: perlio
41668 !> (integrate 91 files)
41669____________________________________________________________________________
92e9a5a0
JH
41670[ 7629] By: jhi on 2000/11/09 19:46:31
41671 Log: Missing dTHXs.
41672
41673 Subject: RE: perl@7595 builds not on cygwin
41674 From: "Eric Fifer" <egf7@columbia.edu>
41675 Date: Thu, 9 Nov 2000 19:26:50 -0000
41676 Message-ID: <000201c04a83$05ef1660$933570c2@fifer>
41677 Branch: perl
41678 ! ext/Devel/Peek/Peek.xs
41679____________________________________________________________________________
41680[ 7628] By: jhi on 2000/11/09 14:48:27
41681 Log: Disable only the tests 99 and 166 for UTF-8 locales.
41682 Branch: perl
41683 ! t/pragma/locale.t
41684____________________________________________________________________________
41685[ 7627] By: jhi on 2000/11/09 14:40:27
41686 Log: There's no =head3.
41687 Branch: perl
41688 ! pod/perlhack.pod
41689____________________________________________________________________________
41690[ 7626] By: jhi on 2000/11/09 13:54:26
41691 Log: The generated boot_* headers are wrong. Pickier compiler,
41692 such as KAI C++ will refuse to compile the resulting perlmain.
41693
41694 Subject: [ID 20001109.005] Bug in minimod.pl, perl 5.6.0
41695 From: Harri Pasanen <harri.pasanen@trema.com>
41696 Date: Thu, 09 Nov 2000 14:23:28 +0100
41697 Message-Id: <3A0AA550.26D548A3@trema.com>
41698 Branch: perl
41699 ! minimod.pl
41700____________________________________________________________________________
41701[ 7625] By: jhi on 2000/11/09 13:50:44
41702 Log: Subject: [PATCH: perl@7613] updates to Porting/pumpkin.pod
41703 From: Prymmer/Kahn <pvhp@best.com>
41704 Date: Wed, 8 Nov 2000 22:13:26 -0800 (PST)
41705 Message-ID: <Pine.BSF.4.21.0011082208390.5584-100000@shell8.ba.best.com>
41706
41707 All except the "cow orker" change.
41708 Branch: perl
41709 ! Porting/pumpkin.pod
41710____________________________________________________________________________
41711[ 7624] By: jhi on 2000/11/09 13:45:33
41712 Log: Fix for
41713
41714 Subject: [ID 20001109.003] Not OK: perl v5.7.0 +DEVEL7620 on PA-RISC2.0 11.00 (UNINSTALLED)
41715 From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
41716 Date: Thu, 09 Nov 2000 11:05:52 +0100
41717 Message-Id: <20001109110452.66CF.H.M.BRAND@hccnet.nl>
41718 Branch: perl
41719 ! pod/perldiag.pod t/pragma/warn/pp_sys
41720____________________________________________________________________________
41721[ 7623] By: jhi on 2000/11/09 13:37:16
41722 Log: Typo in an ifndef.
41723
41724 Subject: Re: [PATCH 5.7.0] better messages from malloc()
41725 From: Joe Smith <jms@inwap.com>
41726 Date: Thu, 09 Nov 2000 01:33:14 -0800
41727 Message-Id: <3A0A6F5A.1E3969BB@inwap.com>
41728 Branch: perl
41729 ! malloc.c
41730____________________________________________________________________________
41731[ 7622] By: jhi on 2000/11/09 13:31:18
41732 Log: Remove unused extra arguments.
41733 Branch: metaconfig/U/perl
41734 ! perlxv.U
41735 Branch: perl
41736 ! Configure config_h.SH
41737____________________________________________________________________________
41738[ 7621] By: jhi on 2000/11/09 13:16:36
41739 Log: More VMS moves on environment handling, from Charles Lane.
41740 Branch: perl
41741 ! t/pragma/locale.t
41742____________________________________________________________________________
41743[ 7620] By: jhi on 2000/11/09 04:42:38
41744 Log: Subject: patch to detect stat followed by lstat(_): [ID 20001106.006] find2perl generated scripts issue new lstat() on filehandle _ warning
41745 From: David Dyck <dcd@tc.fluke.com>
41746 Date: Wed, 8 Nov 2000 18:36:26 -0800 (PST)
41747 Message-ID: <Pine.LNX.4.30.0011081817490.177-100000@dd.tc.fluke.com>
41748 Branch: perl
41749 ! pp_sys.c
41750____________________________________________________________________________
41751[ 7619] By: jhi on 2000/11/09 04:36:21
41752 Log: Forgot from #7618.
41753 Branch: perl
41754 ! lib/File/stat.pm
41755____________________________________________________________________________
41756[ 7618] By: jhi on 2000/11/09 04:28:44
41757 Log: Make deleting for %ENV work for (newer versions of) VMS,
41758 from Craig A. Berry.
41759 Branch: perl
41760 ! vms/vms.c
41761____________________________________________________________________________
41762[ 7617] By: jhi on 2000/11/09 04:25:05
41763 Log: Subject: [PATCH] Class::Struct at compile time
41764 From: "Casey R. Tweten" <crt@kiski.net>
41765 Date: Wed, 8 Nov 2000 20:46:41 -0500 (EST)
41766 Message-ID: <Pine.OSF.4.21.0011082041360.8238-100000@home.kiski.net>
41767 Branch: perl
41768 ! lib/Class/Struct.pm
41769____________________________________________________________________________
41770[ 7616] By: jhi on 2000/11/09 04:15:17
41771 Log: Subject: [ID 20001108.013] spelling
41772 From: "Todd T. Fries" <todd@fries.int.mrleng.com>
41773 Date: Wed, 8 Nov 2000 18:36:42 -0600 (CST)
41774 Message-Id: <200011090036.eA90agN05921@fries.int.mrleng.com>
41775 Branch: perl
41776 ! lib/ftp.pl
41777____________________________________________________________________________
41778[ 7615] By: jhi on 2000/11/09 04:12:42
41779 Log: Subject: [PATCH: perl@7613] add Encode to VMS build and tests
41780 From: Peter Prymmer <pvhp@forte.com>
41781 Date: Wed, 8 Nov 2000 15:29:06 -0800 (PST)
41782 Message-ID: <Pine.OSF.4.10.10011081524450.248546-100000@aspara.forte.com>
41783 Branch: perl
41784 ! configure.com
41785____________________________________________________________________________
41786[ 7614] By: jhi on 2000/11/08 22:42:55
41787 Log: A missing aTHX_.
41788 Branch: perl
41789 ! ext/IPC/SysV/SysV.xs
41790____________________________________________________________________________
41791[ 7613] By: jhi on 2000/11/08 19:30:21
41792 Log: Update Changes.
41793 Branch: perl
41794 ! Changes patchlevel.h
41795____________________________________________________________________________
5d7f827b
JH
41796[ 7612] By: jhi on 2000/11/08 18:35:25
41797 Log: Subject: is this the appropriate patch to fix: [ID 20001106.006] find2perl generated scripts issue new lstat() on filehandle _ warning
41798 From: David Dyck <dcd@tc.fluke.com>
41799 Date: Wed, 8 Nov 2000 10:05:44 -0800 (PST)
41800 Message-ID: <Pine.LNX.4.30.0011080957440.2572-100000@dd.tc.fluke.com>
41801 Branch: perl
41802 ! pp_sys.c
41803____________________________________________________________________________
41804[ 7611] By: jhi on 2000/11/08 18:30:26
41805 Log: Subject: [PATCH bleadperl] Re: Patch 7533 prevents malloc.c from compiling on MachTen
41806 From: Dominic Dunlop <domo@computer.org>
41807 Date: Tue, 7 Nov 2000 12:05:25 +0100
41808 Message-Id: <p04320403b62d8e0870cf@[192.168.1.4]>
41809 Branch: perl
41810 ! malloc.c
41811____________________________________________________________________________
41812[ 7610] By: jhi on 2000/11/08 18:25:14
41813 Log: Do not test UTF-8 locales since that the tests would require
41814 polymorphic regexen.
41815 Branch: perl
41816 ! t/pragma/locale.t
41817____________________________________________________________________________
41818[ 7609] By: jhi on 2000/11/08 17:12:51
41819 Log: Locale buglets.
41820
41821 Subject: RE: Locales support (setlocale) fixes
41822 From: "Konovalov, Vadim" <vkonovalov@lucent.com>
41823 Date: Wed, 8 Nov 2000 20:01:39 +0300
41824 Message-ID: <402099F49BEED211999700805FC7359F825283@ru0028exch01.spb.lucent.com>
41825 Branch: perl
41826 ! t/pragma/locale.t util.c
41827____________________________________________________________________________
41828[ 7608] By: jhi on 2000/11/08 17:00:16
41829 Log: Deleting $ENV{PATH} in VMS is not recommendable.
41830 Branch: perl
41831 ! t/pragma/locale.t
41832____________________________________________________________________________
41833[ 7607] By: jhi on 2000/11/08 16:58:26
41834 Log: Subject: PATCH std stdio for (Free)BSD
41835 From: Nicholas Clark <nick@ccl4.org>
41836 Date: Wed, 8 Nov 2000 15:36:29 +0000
41837 Message-ID: <20001108153629.D98736@plum.flirble.org>
41838 Branch: metaconfig
41839 ! U/compline/d_stdstdio.U
41840 Branch: perl
41841 ! Configure config_h.SH
41842____________________________________________________________________________
41843[ 7606] By: jhi on 2000/11/08 16:43:31
41844 Log: Forgot to bump the line numbers in #7601.
41845 Branch: perl
41846 ! t/pragma/warn/pp_sys
41847____________________________________________________________________________
41848[ 7605] By: jhi on 2000/11/08 16:39:12
41849 Log: More careful detection of how well NVs and UVs mix.
41850
41851 Subject: [PATCH] Re: NV preserving UV (wasRe: [ID 20001007.002] Not OK: perl v5.7.0 +DEVEL7158 on armv4l-linux-64int 2.2.17-rmk1 (UNINSTALLED))
41852 From: Nicholas Clark <nick@ccl4.org>
41853 Date: Wed, 8 Nov 2000 15:14:12 +0000
41854 Message-ID: <20001108151412.B98736@plum.flirble.org>
41855
41856 Added some SIGFPE paranoia.
41857 Branch: metaconfig/U/perl
41858 ! perlxv.U
41859 Branch: perl
41860 ! Configure config_h.SH
41861____________________________________________________________________________
41862[ 7604] By: jhi on 2000/11/08 14:39:10
41863 Log: Subject: [patch perl@7595] VMS configure.com tweak
41864 From: "Craig A. Berry" <craigberry@mac.com>
41865 Date: Wed, 8 Nov 2000 00:24:12 -0600
41866 Message-Id: <p04330103b62e879ceeff@[192.168.56.177]>
41867 Branch: perl
41868 ! configure.com
41869____________________________________________________________________________
41870[ 7603] By: jhi on 2000/11/08 14:27:11
41871 Log: Subject: [PATCH @7595] int/ptr casts in perlio.c
41872 From: Robin Barker <rmb1@cise.npl.co.uk>
41873 Date: Wed, 8 Nov 2000 11:11:39 GMT
41874 Message-Id: <200011081111.LAA07377@tempest.npl.co.uk>
41875 Branch: perl
41876 ! perlio.c
41877____________________________________________________________________________
41878[ 7602] By: jhi on 2000/11/08 14:25:03
41879 Log: Fix for the tie-refhash string table leaks.
41880
41881 From: Nick Ing-Simmons <nik@tiuk.ti.com>
41882 Date: Wed, 8 Nov 2000 13:03:04 GMT
41883 Message-Id: <200011081303.NAA07042@mikado.tiuk.ti.com>
41884 Branch: perl
41885 ! t/lib/tie-refhash.t
41886____________________________________________________________________________
41887[ 7601] By: jhi on 2000/11/08 14:21:08
41888 Log: Try to avoid flockless and emulationless places.
41889 Branch: perl
41890 ! t/pragma/warn/pp_sys
41891____________________________________________________________________________
41892[ 7600] By: jhi on 2000/11/08 02:28:54
41893 Log: Overrideable keys, each, pop, push, shift, splice, unshift.
41894
41895 Subject: [PATCH] prototyped functions that should be overrideable
41896 From: "Casey R. Tweten" <crt@kiski.net>
41897 Date: Fri, 3 Nov 2000 11:09:12 -0500 (EST)
41898 Message-ID: <Pine.OSF.4.21.0011031100470.17471-100000@home.kiski.net>
41899 Branch: perl
41900 ! toke.c
41901____________________________________________________________________________
41902[ 7599] By: jhi on 2000/11/08 01:12:05
41903 Log: Make perlbug not insist on dumping to a file when stdout isn't a tty.
41904
41905 Subject: [PATCH] perlbug.PL
41906 From: "Kurt D. Starsinic" <kstar@chapin.edu>
41907 Date: Mon, 6 Nov 2000 21:39:01 -0500
41908 Message-ID: <20001106213901.B20955@O2.chapin.edu>
41909 Branch: perl
41910 ! utils/perlbug.PL
41911____________________________________________________________________________
41912[ 7598] By: jhi on 2000/11/07 23:42:00
41913 Log: Bad thinko in #7581 (I used the test program with the expanded
41914 values as-is).
41915 Branch: metaconfig
41916 ! U/compline/d_stdstdio.U
41917 Branch: perl
41918 ! Configure
41919____________________________________________________________________________
41920[ 7597] By: jhi on 2000/11/07 21:43:29
41921 Log: Subject: [PATCH perl@7573] cygwin port
41922 From: "Fifer, Eric" <EFifer@sanwaint.com>
41923 Date: Tue, 7 Nov 2000 18:08:51 -0000
41924 Message-ID: <779F20BCCE5AD31186A50008C75D99791717BB@silldn_mail1.sanwaint.com>
41925
41926 Synchronize with Cygwin 1.1.5.
41927 Branch: perl
41928 ! AUTHORS README.cygwin cygwin/cygwin.c hints/cygwin.sh mg.c
41929 ! pod/perlport.pod unixish.h util.c
41930____________________________________________________________________________
41931[ 7596] By: jhi on 2000/11/07 21:39:25
41932 Log: perlhack updates from H.Merijn Brand.
41933 Branch: perl
41934 ! pod/perlhack.pod
41935____________________________________________________________________________
41936[ 7595] By: jhi on 2000/11/07 20:21:41
41937 Log: Update Changes.
41938 Branch: perl
41939 ! Changes patchlevel.h
41940____________________________________________________________________________
f2b18709
JH
41941[ 7594] By: jhi on 2000/11/07 19:18:58
41942 Log: Be more robust in Dynaloader.pm.
41943 Branch: perl
41944 ! ext/DynaLoader/DynaLoader_pm.PL
41945____________________________________________________________________________
41946[ 7593] By: jhi on 2000/11/07 16:49:31
41947 Log: AUTHORS update.
41948 Branch: perl
41949 ! AUTHORS
41950____________________________________________________________________________
41951[ 7592] By: gsar on 2000/11/07 16:39:51
41952 Log: normalize relative paths in virtualized current directory on windows,
41953 under ithreads (avoids ".." etc showing up in what Cwd::cwd()
41954 returns)
41955 Branch: perl
41956 ! win32/vdir.h
41957____________________________________________________________________________
41958[ 7591] By: jhi on 2000/11/07 16:04:26
41959 Log: Too profiler-happy: with optimization the #7590 actually makes
41960 the test to run 0.5% _slower_. Requires much more instrumentation.
41961 Retract #7590.
41962 Branch: perl
41963 ! regcomp.c regcomp.h
41964____________________________________________________________________________
41965[ 7590] By: jhi on 2000/11/07 15:51:13
41966 Log: Shave off about 5% (Digital UNIX, -g, pixie) of the op/regexp
41967 execution time in regcomp.c S_cl_any() and S_cl_is_anything()
41968 by using memset() and testing bytewise (as opposed to bitwise).
41969 Branch: perl
41970 ! regcomp.c regcomp.h
41971____________________________________________________________________________
41972[ 7589] By: jhi on 2000/11/07 12:56:39
41973 Log: Subject: [PATCH perl@7573] configure.com and st-lock.t changes for
41974 From: "Craig A. Berry" <craig.berry@psinetcs.com>
41975 Date: Mon, 06 Nov 2000 23:45:30 -0500
41976 Message-Id: <0011079735.AA973576259@univpress.com>
41977 Branch: perl
41978 ! configure.com t/lib/st-lock.t
41979____________________________________________________________________________
41980[ 7588] By: jhi on 2000/11/07 01:03:28
41981 Log: Tweak #7587.
41982 Branch: perl
41983 ! pod/perldiag.pod
41984____________________________________________________________________________
41985[ 7587] By: jhi on 2000/11/07 01:00:27
41986 Log: A doc addition for bug id 20001105.019, beware \p.
41987 Branch: perl
41988 ! pod/perldiag.pod
41989____________________________________________________________________________
41990[ 7586] By: jhi on 2000/11/07 00:32:22
41991 Log: Fake support of holey files in win/dosish platforms.
41992
41993 Subject: SDBM_File under MS-Windows95/98 does not work correctly. (APR#1302)
41994 From: kipp@shonanblue.ne.jp
41995 Date: Mon, 6 Nov 2000 13:30:55 -0800
41996 Message-Id: <200011062130.eA6LUpZ17387@smtp3.ActiveState.com>
41997 Branch: perl
41998 ! ext/SDBM_File/sdbm/sdbm.c
41999____________________________________________________________________________
42000[ 7585] By: jhi on 2000/11/07 00:12:54
42001 Log: Subject: Pod updates
42002 From: "Stephen P. Potter" <spp@spotter.yi.org>
42003 Date: Mon, 06 Nov 2000 18:56:43 -0500
42004 Message-Id: <200011062357.SAA18173@spotter.yi.org>
42005 Branch: perl
42006 ! README.dos README.os2 README.win32 pod/buildtoc.PL
42007 ! pod/perl.pod pod/perl5004delta.pod pod/perl5005delta.pod
42008 ! pod/perl56delta.pod pod/perldebguts.pod pod/perldebtut.pod
42009 ! pod/perldebug.pod pod/perldelta.pod pod/perldiag.pod
42010 ! pod/perlembed.pod pod/perlfaq.pod pod/perlfaq1.pod
42011 ! pod/perlfaq2.pod pod/perlfaq5.pod pod/perlfaq7.pod
42012 ! pod/perlfaq8.pod pod/perlfilter.pod pod/perlfunc.pod
42013 ! pod/perlguts.pod pod/perlhack.pod pod/perlhist.pod
42014 ! pod/perlipc.pod pod/perllexwarn.pod pod/perllocale.pod
42015 ! pod/perlmodlib.pod pod/perlnumber.pod pod/perlop.pod
42016 ! pod/perlopentut.pod pod/perlport.pod pod/perlre.pod
42017 ! pod/perlsub.pod pod/perltie.pod pod/perltoot.pod
42018 ! pod/perltootc.pod pod/perlunicode.pod
42019____________________________________________________________________________
42020[ 7584] By: jhi on 2000/11/07 00:04:17
42021 Log: Varargs don't always work too well if one puts an unsigned
42022 char on the stack and pop an unsigned quad off the stack.
42023
42024 Subject: Re: [ID 20001103.002] Not OK: perl v5.7.0 +DEVEL7523 on os2-64int-ld-2.30 (UNINSTALLED)
42025 From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
42026 Date: Mon, 06 Nov 2000 15:19:05 -0800
42027 Message-ID: <pxzB6gzkgKXY092yn@efn.org>
42028 Branch: perl
42029 ! utf8.c
42030____________________________________________________________________________
42031[ 7583] By: jhi on 2000/11/06 23:58:48
42032 Log: %ENV note tweaks from Dan Sugalski.
42033 Branch: perl
42034 ! pod/perlport.pod vms/perlvms.pod
42035____________________________________________________________________________
42036[ 7582] By: jhi on 2000/11/06 23:05:49
42037 Log: glibc5 detection by __GNU_LIBRARY__.
42038 Branch: perl
42039 ! toke.c
42040____________________________________________________________________________
42041[ 7581] By: jhi on 2000/11/06 22:51:29
42042 Log: Make the stdio test program of 7427 less noisy while being
42043 compiled so that Digital UNIX wouldn't get both
42044 d_stdio_ptr_lval_nochange_cnt and d_stdio_ptr_lval_sets_cnt
42045 undefined. This makes perlio happy.
42046 Branch: metaconfig
42047 ! U/compline/d_stdstdio.U
42048 Branch: perl
42049 ! Configure config_h.SH
42050____________________________________________________________________________
42051[ 7580] By: jhi on 2000/11/06 22:41:41
42052 Log: Document %ENV = () portability issues.
42053 Branch: perl
42054 ! pod/perlport.pod vms/perlvms.pod
42055____________________________________________________________________________
42056[ 7579] By: jhi on 2000/11/06 21:29:24
42057 Log: VOS updates from Paul Green.
42058 Branch: perl
42059 ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
42060____________________________________________________________________________
42061[ 7578] By: jhi on 2000/11/06 21:00:40
42062 Log: Sanitize the environment further.
42063 Branch: perl
42064 ! t/pragma/locale.t
42065____________________________________________________________________________
42066[ 7577] By: jhi on 2000/11/06 20:53:51
42067 Log: Re-introduce 7552 lost in integration.
42068 Branch: perl
42069 ! perlio.c
42070____________________________________________________________________________
42071[ 7576] By: jhi on 2000/11/06 20:33:46
42072 Log: Admit that the test leaks scalars.
42073 Branch: perl
42074 ! t/comp/proto.t
42075____________________________________________________________________________
42076[ 7575] By: jhi on 2000/11/06 20:17:08
42077 Log: Integrate perlio.
42078 Branch: perl
42079 !> perlio.c
42080____________________________________________________________________________
51c9377f
JH
42081[ 7574] By: nick on 2000/11/06 20:07:28
42082 Log: Remove debug. Try (Mmap_t) on madvise() call.
42083 Branch: perlio
42084 ! perlio.c
42085____________________________________________________________________________
f2b18709
JH
42086[ 7573] By: jhi on 2000/11/06 13:56:05
42087 Log: Update Changes.
42088 Branch: perl
42089 ! Changes patchlevel.h
42090____________________________________________________________________________
e3b1fa82
JH
42091[ 7572] By: jhi on 2000/11/06 13:48:41
42092 Log: Subject: Re: rsync'ed patches vs. rsync'ed source
42093 From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
42094 Date: Mon, 06 Nov 2000 10:11:42 +0100
42095 Message-Id: <20001106100920.9BAD.H.M.BRAND@hccnet.nl>
42096 Branch: perl
42097 ! pod/perlhack.pod
42098____________________________________________________________________________
42099[ 7571] By: jhi on 2000/11/06 01:45:51
42100 Log: AUTHORS updates.
42101 Branch: perl
42102 ! AUTHORS
42103____________________________________________________________________________
42104[ 7570] By: jhi on 2000/11/06 00:18:00
42105 Log: Fix for
42106
42107 Subject: [ID 20000728.005] perl -P broken
42108 From: David Dyck <dcd@tc.fluke.com>
42109 Date: Fri, 28 Jul 2000 17:19:16 -0700
42110 Message-Id: <200007290019.RAA08484@dd.tc.fluke.com>
42111
42112 (hopefully). The fix is also not complete, it seems to break
42113 BOM swallowing for libc5 systems, but until someone figures
42114 out a way to do this without ftell(), this will do.
42115 Branch: perl
42116 ! toke.c
42117____________________________________________________________________________
42118[ 7569] By: jhi on 2000/11/06 00:05:30
42119 Log: Document that the evaled syntax errors cause scalar leaks.
42120 Branch: perl
42121 ! t/comp/proto.t
42122____________________________________________________________________________
42123[ 7568] By: jhi on 2000/11/05 23:14:47
42124 Log: opmini.o can linger from Configures past.
42125 Branch: perl
42126 ! Makefile.SH
42127____________________________________________________________________________
42128[ 7567] By: jhi on 2000/11/05 21:28:39
42129 Log: Fake __FUNCTION__ for non-gcc builds, cast madvise()
42130 first argument correctly.
42131 Branch: perl
42132 ! perlio.c
42133____________________________________________________________________________
42134[ 7566] By: jhi on 2000/11/05 21:15:56
42135 Log: Integrate perlio.
42136 Branch: perl
42137 !> perlio.c
42138____________________________________________________________________________
42139[ 7565] By: jhi on 2000/11/05 21:15:13
42140 Log: Use -dM for gcc (the suggested patch did it only for Linux,
42141 but I think it can be generalized).
42142
42143 Subject: Re: connect and $!{EINPROGRESS} pb (was [ID 20001030.010] [PATCH] io_multihomed.t failing)
42144 From: Pixel <pixel@mandrakesoft.com>
42145 Date: 05 Nov 2000 21:49:34 +0100
42146 Message-ID: <ly8zqygn4x.fsf@leia.mandrakesoft.com>
42147 Branch: perl
42148 ! ext/Errno/Errno_pm.PL
42149____________________________________________________________________________
51c9377f
JH
42150[ 7564] By: nick on 2000/11/05 21:09:18
42151 Log: Added a mmap layer as a "subclass" of perlio.
42152 PERLIO=mmap ./perl harness passes
42153 Branch: perlio
42154 ! perlio.c
42155____________________________________________________________________________
e3b1fa82
JH
42156[ 7563] By: jhi on 2000/11/05 19:48:55
42157 Log: Add a note for future generations about bug id 20000229.006.
42158 Branch: perl
42159 ! malloc.c
42160____________________________________________________________________________
42161[ 7562] By: jhi on 2000/11/05 19:38:24
42162 Log: Fix for bug id 19990615.008, pos() unset during s///ge.
42163 Branch: perl
42164 ! pp_ctl.c t/op/pos.t
42165____________________________________________________________________________
42166[ 7561] By: jhi on 2000/11/05 18:21:46
42167 Log: Add =pod to be tidy.
42168 Branch: perl
42169 ! lib/Math/Complex.pm
42170____________________________________________________________________________
42171[ 7560] By: jhi on 2000/11/05 17:38:46
42172 Log: Upgrade to Storable 1.0.6, from Raphael Manfredi.
42173 Branch: perl
42174 ! ext/Storable/ChangeLog ext/Storable/Storable.pm
42175 ! ext/Storable/Storable.xs t/lib/st-recurse.t
42176____________________________________________________________________________
42177[ 7559] By: jhi on 2000/11/05 17:32:59
42178 Log: Subject: [Corrected/tested PATCH] Re: [ID 20001102.008] Not OK: perl v5.7.0 +DEVEL7503 on i686-linux 2.2.16
42179 From: "Peter J. Farley III" <pjfarley@banet.net>
42180 Date: Sun, 05 Nov 2000 11:55:59 -0500
42181 Message-Id: <4.3.1.0.20001105115341.00b35160@pop5.banet.net>
42182 Branch: perl
42183 ! t/lib/syslog.t
42184____________________________________________________________________________
42185[ 7558] By: jhi on 2000/11/05 17:29:19
42186 Log: Integrate perlio.
42187 Branch: perl
42188 !> perlio.c
42189____________________________________________________________________________
42190[ 7557] By: jhi on 2000/11/05 17:22:01
42191 Log: A fix of sorts for 20000329.026, a better error message
42192 for a missing "use charnames" when using the \N{...}.
42193 Branch: perl
42194 ! pod/perldiag.pod toke.c
42195____________________________________________________________________________
42196[ 7556] By: jhi on 2000/11/05 16:33:50
42197 Log: Test tweak: show also the failed locales.
42198
42199 Subject: [ID 20001105.001] Not OK: perl v5.7.0 +DEVEL7523 on i86pc-solaris 2.8
42200 From: Lupe Christoph <lupe@lupe-christoph.de>
42201 Date: Sun, 5 Nov 2000 12:39:27 +0100 (MET)
42202 Message-Id: <200011051139.MAA12442@lupe-christoph.de>
42203 Branch: perl
42204 ! t/pragma/locale.t
42205____________________________________________________________________________
51c9377f
JH
42206[ 7555] By: nick on 2000/11/05 11:09:34
42207 Log: Fix read from STDERR on raw unix layer for Solaris where fd 2 is
42208 open RDWR so does not fail. (pragma/warnings 303 again...)
42209 Branch: perlio
42210 ! perlio.c
42211____________________________________________________________________________
42212[ 7554] By: nick on 2000/11/05 10:10:13
42213 Log: Fix case where ungetc(f,EOF) was allowed.
42214 Move PerlIO_ungetc() near PerlIO_putc()/PerlIO_getc() in the file
42215 so we can see similarities.
42216 Use types more carefully and a STDCHAR array in hope that this will
42217 fix Jarrko's 64bit machine.
42218 Branch: perlio
42219 ! perlio.c
42220____________________________________________________________________________
e3b1fa82
JH
42221[ 7553] By: jhi on 2000/11/05 01:12:16
42222 Log: Fix for
42223
42224 Subject: [ID 20001004.007] taint propogation is inconsistent
42225 From: pimlott@idiomtech.com (Andrew Pimlott)
42226 Date: Wed, 4 Oct 2000 23:17:44 -0400 (EDT)
42227 Message-Id: <m13h1XU-000SEmC@nolfolan.idiomtech.com>
42228
42229 The culprit was sv_setsv() which was rather blindly
51c9377f
JH
42230 propagating taint, which lead to behaviour where if
42231 a tainted anon hash value was seen all the hash values
42232 from then on at that level became tainted, or at any
42233 upper levels in the case of nested anon hashes.
e3b1fa82
JH
42234 Branch: perl
42235 ! sv.c t/op/taint.t
42236____________________________________________________________________________
42237[ 7552] By: jhi on 2000/11/04 23:44:18
42238 Log: Some cpps don't like splitting conditionals across several lines.
42239 Branch: perl
42240 ! perlio.c
42241____________________________________________________________________________
51c9377f
JH
42242[ 7551] By: nick on 2000/11/04 23:40:44
42243 Log: Integrate mainline
42244 Branch: perlio
42245 !> pp_hot.c t/op/taint.t
42246____________________________________________________________________________
42247[ 7550] By: nick on 2000/11/04 23:39:05
42248 Log: Integrate mainline again
42249 Branch: perlio
42250 !> Configure config_h.SH embed.h embed.pl perl.h proto.h
42251 !> t/lib/b.t t/op/misc.t util.c
42252____________________________________________________________________________
e3b1fa82
JH
42253[ 7549] By: jhi on 2000/11/04 23:14:01
42254 Log: Fix for
42255
42256 Subject: [ID 20001004.006] undef is never tainted
42257 From: pimlott@idiomtech.com (Andrew Pimlott)
42258 Date: Wed, 4 Oct 2000 21:57:43 -0400 (EDT)
42259 Message-Id: <m13h0I3-000SEmC@nolfolan.idiomtech.com>
42260
42261 An undef read from a slurped file was not tainted.
42262 Branch: perl
42263 ! pp_hot.c t/op/taint.t
42264____________________________________________________________________________
42265[ 7548] By: jhi on 2000/11/04 22:56:21
42266 Log: Test tweak ($Config{useperlio} is by default undef) .
42267 Branch: perl
42268 ! t/lib/b.t
42269____________________________________________________________________________
42270[ 7547] By: jhi on 2000/11/04 22:43:56
42271 Log: Integrate perlio.
42272 Branch: perl
42273 +> lib/perlio.pm
42274 !> MANIFEST iperlsys.h objXSUB.h perlapi.c perlio.c
42275 !> pod/perlapi.pod t/lib/b.t
42276____________________________________________________________________________
42277[ 7546] By: jhi on 2000/11/04 22:40:59
42278 Log: Configure would use a bad $myuname from an old config.sh.
42279
42280 Subject: [PATCH 5.6.1-to-be and 5.7.x] Very old Configure myuname bug
42281 From: Andy Dougherty <doughera@lafayette.edu>
42282 Date: Sat, 4 Nov 2000 14:15:29 -0500 (EST)
42283 Message-ID: <Pine.SOL.4.10.10011041410120.982-100000@maxwell.phys.lafayette.edu>
42284 Branch: metaconfig
42285 ! U/modified/Oldconfig.U
42286 Branch: perl
42287 ! Configure config_h.SH
42288____________________________________________________________________________
42289[ 7545] By: jhi on 2000/11/04 22:36:54
42290 Log: Subject: Locales support (setlocale) fixes
42291 From: "Konovalov, Vadim" <vkonovalov@lucent.com>
42292 Date: Sat, 4 Nov 2000 10:15:48 +0300
42293 Message-ID: <402099F49BEED211999700805FC7359F82511F@ru0028exch01.spb.lucent.com>
42294
42295 Modified quite a bit to be more portable.
42296 Branch: perl
42297 ! embed.h embed.pl perl.h proto.h util.c
42298____________________________________________________________________________
42299[ 7544] By: jhi on 2000/11/04 22:32:47
42300 Log: Dying is too strict here, better just skip.
42301 Branch: perl
42302 ! t/op/misc.t
42303____________________________________________________________________________
51c9377f
JH
42304[ 7543] By: nick on 2000/11/04 21:55:13
42305 Log: Merge mainline
42306 Branch: perlio
42307 +> ext/Encode/Encode/cp1047.enc ext/Encode/Encode/cp37.enc
42308 +> ext/Encode/Encode/posix-bc.enc ext/re/hints/aix.pl
42309 +> t/lib/tie-refhash.t t/lib/tie-substrhash.t
42310 !> (integrate 64 files)
42311____________________________________________________________________________
e3b1fa82
JH
42312[ 7542] By: jhi on 2000/11/04 21:09:28
42313 Log: More Changes tweakery.
42314 Branch: perl
42315 ! Changes Porting/genlog
42316____________________________________________________________________________
0b3b9d72
JH
42317[ 7541] By: jhi on 2000/11/04 20:58:18
42318 Log: Changes fixups.
42319 Branch: perl
42320 ! Changes
42321____________________________________________________________________________
71d4b5fd
JH
42322[ 7540] By: jhi on 2000/11/04 20:42:38
42323 Log: Locale tweakery. Add test case for bug id 20000809.003 to op/misc,
42324 create a "fast path" for locale name probing using "locale -a"
42325 if available, squash finally hopefully the s?printf resetting
42326 the numeric locale (since, IIUC perllocale, it never shouldn't).
42327 Branch: perl
42328 ! sv.c t/op/misc.t t/pragma/locale.t
42329____________________________________________________________________________
51c9377f
JH
42330[ 7539] By: nick on 2000/11/04 19:56:10
42331 Log: PerlIO infrastructure complete.
42332 Branch: perlio
42333 + lib/perlio.pm
42334 ! MANIFEST iperlsys.h perlio.c t/lib/b.t
42335____________________________________________________________________________
42336[ 7538] By: nick on 2000/11/04 14:31:32
42337 Log: Type tweaks + less contorted allocation scheme
42338 Branch: perlio
42339 ! perlio.c
42340____________________________________________________________________________
42341[ 7537] By: nick on 2000/11/04 12:40:42
42342 Log: Fix for stdio as default "discipline" - PerlIO_init() was fdopen(2,"w")'ing
42343 a fresh FILE * rather than re-using stderr. Which meant PerlIO_stderr() was
42344 fully buffered rather than unbuffered (on Solaris, Linux seemed to do something
42345 sensible) which lead to some interesting fails.
42346 Branch: perlio
42347 ! perlio.c
42348____________________________________________________________________________
0b3b9d72
JH
42349[ 7536] By: jhi on 2000/11/04 00:20:02
42350 Log: Add FCNTL_CAN_LOCK.
42351
42352 Subject: Re: [ID 20001030.011] Not OK: perl v5.7.0 +DEVEL7481 on VMS_AXP V7.1 (UNINSTALLED)
42353 From: Andy Dougherty <doughera@lafayette.edu>
42354 Date: Fri, 3 Nov 2000 15:32:14 -0500 (EST)
42355 Message-ID: <Pine.SOL.4.10.10011031528090.29-100000@maxwell.phys.lafayette.edu>
42356
42357 Subject: Re: [ID 20001030.011] Not OK: perl v5.7.0 +DEVEL7481 on VMS_AXP V7.1 (UNINSTALLED)
42358 From: Andy Dougherty <doughera@lafayette.edu>
42359 In-Reply-To: <4.3.1.0.20001031222203.00b24b20@pop5.banet.net>
42360 Message-ID: <Pine.SOL.4.10.10011031532170.29-100000@maxwell.phys.lafayette.edu>
42361 Branch: metaconfig/U/perl
42362 + d_fcntl_can_lock.U
42363 ! startperl.U
42364 Branch: perl
42365 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
42366 ! config_h.SH epoc/config.sh pp_sys.c uconfig.h uconfig.sh
42367 ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
42368 ! vos/config.ga.h win32/config.bc win32/config.gc
42369 ! win32/config.vc
42370____________________________________________________________________________
51c9377f
JH
42371[ 7535] By: nick on 2000/11/03 22:19:10
42372 Log: Implement stack of layers - (perlio.c _is_ derived from the old file honest...)
42373 - Works on Linux with
42374 perlio + unix
42375 stdio
42376 - Works on Solaris with
42377 perlio + unix
42378 - Fails ONE test (print to STDIN should fail) on Solaris with stdio.
42379 - Fails (hangs in openpid) if you try and stack
42380 perlio + stdio - Linux stdio's read() logic is hanging.
42381 Branch: perlio
42382 ! iperlsys.h perlio.c
42383____________________________________________________________________________
71d4b5fd
JH
42384[ 7534] By: jhi on 2000/11/03 15:16:02
42385 Log: Subject: Re: README.aix
42386 From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
42387 Date: Fri, 03 Nov 2000 16:03:15 +0100
42388 Message-Id: <20001103151040.95C6.H.M.BRAND@hccnet.nl>
42389 Branch: perl
42390 ! README.aix
42391____________________________________________________________________________
42392[ 7533] By: jhi on 2000/11/03 03:59:02
42393 Log: Subject: [PATCH 5.7.0] better messages from malloc()
42394 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
42395 Date: Wed, 1 Nov 2000 23:39:56 -0500
42396 Message-ID: <20001101233956.A520@monk.mps.ohio-state.edu>
42397 Branch: perl
42398 ! malloc.c pod/perldiag.pod
42399____________________________________________________________________________
42400[ 7532] By: jhi on 2000/11/03 00:11:56
42401 Log: The #7521 touched things it shouldn't have.
42402 Branch: perl
42403 ! ext/POSIX/POSIX.xs ext/POSIX/typemap
42404____________________________________________________________________________
42405[ 7531] By: jhi on 2000/11/02 22:32:33
42406 Log: Subject: [PATCH] Perl@7504, vms/gen_shrfls.pl
42407 From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
42408 Date: Thu, 2 Nov 2000 16:58:36 EST
42409 Message-Id: <001102165758.31020@DUPHY4.Physics.Drexel.Edu>
42410 Branch: perl
42411 ! vms/gen_shrfls.pl
42412____________________________________________________________________________
42413[ 7530] By: jhi on 2000/11/02 22:08:49
42414 Log: Fix the problem discussed in
42415
42416 Subject: [ID 20001015.004] Fwd: Tie::SubstrHash -- bug & fix (all Perl versions)
42417 Date: Mon, 16 Oct 2000 04:48:59 +0300 (EET DST)
42418 Message-Id: <200010160148.EAA14523@alpha.hut.fi>
42419
42420 originally from Linc Madison. Also Andreas König's comments
42421 taken into account. Some other problems with Tie::SubstrHash
42422 fixed: didn't croak when the table exceeded the requested number
42423 of entries (as documented) but instead when the number of entries
42424 exceeded the size of the table, a croak() had an unnecessary \n,
42425 didn't have a CLEAR method, documented that there is no exists().
42426 Didn't fix to be strict-proof because the module uses &foo; and
42427 dynamic scope. Added a test script exercizing both first tamely
42428 the basic functionality, and then the failure cases reported by
42429 Linc Madison.
42430 Branch: perl
42431 + t/lib/tie-substrhash.t
42432 ! MANIFEST lib/Tie/SubstrHash.pm
42433____________________________________________________________________________
42434[ 7529] By: jhi on 2000/11/02 17:58:08
42435 Log: recv() can fail and return undef.
42436
42437 Subject: [ID 20001102.003] Net::Ping patch: "Bad arg lenght" error appears if host is unreachable
42438 From: "Alexey V. Barantsev" <barancev@kazbek.ispras.ru>
42439 Date: Thu, 2 Nov 2000 20:12:20 +0300
42440 Message-Id: <200011021712.UAA07919@dallas.kazbek.ispras.ru>
42441 Branch: perl
42442 ! lib/Net/Ping.pm
42443____________________________________________________________________________
42444[ 7528] By: jhi on 2000/11/02 17:49:09
42445 Log: Detpyo.
42446 Branch: perl
42447 ! pod/perlop.pod
42448____________________________________________________________________________
42449[ 7527] By: jhi on 2000/11/02 15:48:37
42450 Log: Add Tie::RefHash::Nestable (lives in Tie/RefHash.pm),
42451 fix a autovivification bug in Tie::RefHash, add tests for both.
42452
42453 Subject: Re: Tie::RefHash: use hash refs as keys in nested hashes
42454 From: Edward Avis <epa98@doc.ic.ac.uk>
42455 Date: Thu, 2 Nov 2000 15:24:30 +0000 (GMT)
42456 Message-ID: <Pine.LNX.4.21.0011021516010.8344-100000@texel03.doc.ic.ac.uk>
42457 Branch: perl
42458 + t/lib/tie-refhash.t
42459 ! MANIFEST lib/Tie/RefHash.pm
42460____________________________________________________________________________
42461[ 7526] By: jhi on 2000/11/02 13:56:26
42462 Log: Test::Harness revealed buglets in the new DynaLoader.
42463
42464 Subject: [ID 20001102.001] Not OK: perl v5.7.0 +DEVEL7523 on i686-linux 2.2.16a (UNINSTALLED)
42465 From: andreas.koenig@anima.de (Andreas J. Koenig)
42466 Date: 02 Nov 2000 11:26:48 +0100
42467 Message-Id: <m3vgu6k6tz.fsf@ak-71.mind.de>
42468 Branch: perl
42469 ! ext/DynaLoader/DynaLoader_pm.PL
42470____________________________________________________________________________
42471[ 7525] By: jhi on 2000/11/01 23:52:08
42472 Log: The entry for #7503 was missing.
42473 Branch: perl
42474 ! Changes
42475____________________________________________________________________________
42476[ 7524] By: jhi on 2000/11/01 23:40:52
42477 Log: Update Changes.
42478 Branch: perl
42479 ! Changes patchlevel.h
42480____________________________________________________________________________
4d1e299e
JH
42481[ 7523] By: jhi on 2000/11/01 22:57:09
42482 Log: More tweaking on the #7522 theme.
42483 Branch: perl
42484 ! ext/DynaLoader/DynaLoader_pm.PL
42485____________________________________________________________________________
42486[ 7522] By: jhi on 2000/11/01 22:06:15
42487 Log: Expand %Config variables and %ENV variables only if
42488 so requested during build time using the
42489 PERL_BUILD_EXPAND_CONFIG_VARS and PERL_BUILD_EXPAND_ENV_VARS.
42490 Not expanding makes relocating distributions easier.
42491 Branch: perl
42492 ! ext/DynaLoader/DynaLoader_pm.PL
42493____________________________________________________________________________
42494[ 7521] By: jhi on 2000/11/01 20:56:34
42495 Log: Make the POSIX::setuid and POSIX::setgid to really call setuid()
42496 and setgid() because they were just changing $< and $( which means
42497 only changing the real uid/gid, as opposed to changing both
42498 real and effective ids. (The alternative way could have been
42499 in POSIX.pm to change $> and $), too, but making a direct call
42500 to the C API feels cleaner.) Fixes the bug
42501
42502 Subject: [ID 20000904.005] POSIX::setuid() Doesn't Call setuid()
42503 From: "Garry T. Williams" <garry@zvolve.com>
42504 Date: Mon, 4 Sep 2000 12:09:44 -0400 (EDT)
42505 Message-Id: <200009041609.e84G9iN12155@ifr.inside.zvolve.net>
42506 Branch: perl
42507 ! ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs
42508 ! ext/POSIX/typemap pod/perlvar.pod
42509____________________________________________________________________________
42510[ 7520] By: jhi on 2000/11/01 20:08:33
42511 Log: Subject: [ID 20000904.004] perlsec Manual Page Incorrect Doing "Safe Backticks"
42512 From: "Garry T. Williams" <garry@zvolve.com>
42513 Date: Mon, 4 Sep 2000 11:32:38 -0400 (EDT)
42514 Message-Id: <200009041532.e84FWcl12106@ifr.inside.zvolve.net>
42515 Branch: perl
42516 ! pod/perlsec.pod
42517____________________________________________________________________________
42518[ 7519] By: jhi on 2000/11/01 20:01:22
42519 Log: Locale warning explanation tweak.
42520 Branch: perl
42521 ! pod/perldiag.pod
42522____________________________________________________________________________
42523[ 7518] By: jhi on 2000/11/01 18:57:13
42524 Log: C.pm part of
42525
42526 Subject: [ID 20001010.001] [Daniel.Stutz@astaro.de: perlcc and C.pm in perl-5.7.0]
42527 From: Jarkko Hietaniemi <jhi@iki.fi>
42528 Date: Tue, 10 Oct 2000 08:22:28 -0500
42529 Message-Id: <20001010082228.B17030@chaos.wustl.edu>
42530 Branch: perl
42531 ! ext/B/B/C.pm
42532____________________________________________________________________________
42533[ 7517] By: jhi on 2000/11/01 18:41:59
42534 Log: Subject: [ID 20001005.006] Documentation -- description of qr//
42535 From: Martien Verbruggen <mgjv@comdyn.com.au>
42536 Date: Fri, 6 Oct 2000 14:09:10 +1100
42537 Message-Id: <200010060309.OAA03457@verbruggen.comdyn.com.au>
42538 Branch: perl
42539 ! pod/perlop.pod
42540____________________________________________________________________________
42541[ 7516] By: jhi on 2000/11/01 18:34:55
42542 Log: Generalize the Camel wording.
42543
42544 Subject: Re: perlfaq style changes
42545 From: John Borwick <jhborwic@unity.ncsu.edu>
42546 Date: Wed, 1 Nov 2000 13:19:21 -0500 (EST)
42547 Message-ID: <Pine.GSO.4.21.0011011318270.7428-100000@eos00du.eos.ncsu.edu>
42548 Branch: perl
42549 ! pod/perlfaq3.pod pod/perlfaq8.pod pod/perlfaq9.pod
42550____________________________________________________________________________
42551[ 7515] By: jhi on 2000/11/01 16:52:31
42552 Log: Subject: [ID 20001005.004] doc bug: perlsec misleading re file output
42553 From: pimlott@idiomtech.com (Andrew Pimlott)
42554 Date: Thu, 5 Oct 2000 13:20:58 -0400 (EDT)
42555 Message-Id: <m13hEhW-000SEmC@nolfolan.idiomtech.com>
42556 Branch: perl
42557 ! pod/perlsec.pod
42558____________________________________________________________________________
42559[ 7514] By: jhi on 2000/11/01 15:03:40
42560 Log: More AIX lore.
42561 Branch: perl
42562 ! ext/re/hints/aix.pl
42563____________________________________________________________________________
42564[ 7513] By: jhi on 2000/11/01 14:48:30
42565 Log: Subject: [ID 20001101.001] Net::Ping icmp odd $bytes
42566 From: root <root@chronos.fi.muni.cz>
42567 Date: Wed, 1 Nov 2000 12:31:32 +0100
42568 Message-Id: <200011011131.MAA03310@chronos.fi.muni.cz>
42569 Branch: perl
42570 ! lib/Net/Ping.pm
42571____________________________________________________________________________
42572[ 7512] By: jhi on 2000/11/01 14:46:47
42573 Log: Subject: [ID 20001031.004] Uninitialized auto variable in regcomp.c
42574 From: Martin Husemann <martin@duskware.de>
42575 Date: Tue, 31 Oct 2000 23:39:35 +0100 (MET)
42576 Message-Id: <200010312239.e9VMdZR01580@night-porter.duskware.de>
42577 Branch: perl
42578 ! regcomp.c
42579____________________________________________________________________________
42580[ 7511] By: jhi on 2000/11/01 14:39:50
42581 Log: AUTHORS updates.
42582 Branch: perl
42583 ! AUTHORS
42584____________________________________________________________________________
0b3b9d72
JH
42585[ 7510] By: jhi on 2000/11/01 14:29:50
42586 Log: Subject: [PATCH] startperl to respect versiononly
42587 From: Robin Barker <rmb1@cise.npl.co.uk>
42588 Date: Tue, 31 Oct 2000 16:29:36 GMT
42589 Message-Id: <200010311629.QAA01771@tempest.npl.co.uk>
42590 Branch: metaconfig/U/perl
42591 ! startperl.U
42592 Branch: perl
42593 ! Configure config_h.SH
42594____________________________________________________________________________
4d1e299e
JH
42595[ 7509] By: jhi on 2000/11/01 14:19:53
42596 Log: printf UVs the correct way, noticed by Robin Barker.
42597 Branch: perl
42598 ! utf8.c
42599____________________________________________________________________________
42600[ 7508] By: jhi on 2000/11/01 14:10:03
42601 Log: Do not cleanup *% because the % has special meanings in some
42602 shell environments.
42603 Branch: perl
42604 ! ext/Storable/Makefile.PL
42605____________________________________________________________________________
42606[ 7507] By: jhi on 2000/11/01 14:06:00
42607 Log: The NonStop-UX libraries have a novel way to say NaN.
42608 Branch: perl
42609 ! t/lib/bigfltpm.t
42610____________________________________________________________________________
0b3b9d72
JH
42611[ 7506] By: jhi on 2000/11/01 14:03:35
42612 Log: The osname has been lowercased by now, from Tom Bates.
42613 Branch: metaconfig
42614 ! U/modified/Oldconfig.U
42615 Branch: perl
42616 ! Configure config_h.SH
42617____________________________________________________________________________
4d1e299e
JH
42618[ 7505] By: jhi on 2000/10/31 19:18:39
42619 Log: The compiler is either gcc or cc, from Tom Bates.
42620 Branch: perl
42621 ! hints/nonstopux.sh
42622____________________________________________________________________________
42623[ 7504] By: jhi on 2000/10/31 14:53:42
42624 Log: Update Changes.
42625 Branch: perl
42626 ! Changes patchlevel.h
42627____________________________________________________________________________
0b3b9d72
JH
42628[ 7503] By: jhi on 2000/10/31 14:30:50
42629 Log: Whitespace style tweak. Was originally going to see to
42630
42631 Subject: PATCH (Re: PerlIO - Configure tweak for Linux/glibc?)
42632 From: Joe Smith <jms@inwap.com>
42633 Date: Mon, 30 Oct 2000 18:47:57 -0800
42634 Message-Id: <39FE32DD.24AAC4D@inwap.com>
42635
42636 but that had already been taken care of.
42637 Branch: metaconfig
42638 ! U/compline/d_stdstdio.U
42639 Branch: perl
42640 ! Configure config_h.SH
42641____________________________________________________________________________
582754e4
JH
42642[ 7502] By: jhi on 2000/10/31 14:25:02
42643 Log: AUTHORS tweaks.
42644 Branch: perl
42645 ! AUTHORS
42646____________________________________________________________________________
42647[ 7501] By: jhi on 2000/10/31 14:23:59
42648 Log: Subject: perlfaq style changes
42649 From: John Borwick <jhborwic@unity.ncsu.edu>
42650 Date: Tue, 31 Oct 2000 03:15:11 -0500 (EST)
42651 Message-ID: <Pine.GSO.4.21.0010310307500.5819-100000@eos00du.eos.ncsu.edu>
42652 Branch: perl
42653 ! pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq2.pod
42654 ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod
42655 ! pod/perlfaq6.pod pod/perlfaq7.pod pod/perlfaq8.pod
42656 ! pod/perlfaq9.pod
42657____________________________________________________________________________
42658[ 7500] By: jhi on 2000/10/31 14:22:15
42659 Log: Be more lenient on bad UTF-8 when doing bit arithmetics.
42660
42661 Subject: Re: [ID 20000918.005] ~ on wide chars
42662 From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
42663 Date: Mon, 30 Oct 2000 21:09:55 -0800
42664 Message-ID: <jQl/5gzkgWYL092yn@efn.org>
42665
42666 (The ord() part of the patch skipped.)
42667 Branch: perl
42668 ! doop.c
42669____________________________________________________________________________
42670[ 7499] By: jhi on 2000/10/31 14:20:08
42671 Log: Subject: [ID 20001030.001] 5.7.0-7489: Null-Pointer reference in mg.c
42672 From: Jens Hamisch <jens@Strawberry.COM>
42673 Date: Mon, 30 Oct 2000 15:17:07 +0100
42674 Message-Id: <20001030151707.A9597@Strawberry.COM>
42675 Branch: perl
42676 ! av.c
42677____________________________________________________________________________
42678[ 7498] By: jhi on 2000/10/31 14:16:29
42679 Log: Subject: [PATCH: perl@7483] add three new EBCDIC Encode-ings && many tests
42680 From: Peter Prymmer <pvhp@forte.com>
42681 Date: Mon, 30 Oct 2000 16:59:11 -0800 (PST)
42682 Message-ID: <Pine.OSF.4.10.10010301643590.67363-100000@aspara.forte.com>
42683 Branch: perl
42684 + ext/Encode/Encode/cp1047.enc ext/Encode/Encode/cp37.enc
42685 + ext/Encode/Encode/posix-bc.enc
42686 ! MANIFEST t/lib/encode.t
42687____________________________________________________________________________
42688[ 7497] By: jhi on 2000/10/31 14:13:22
42689 Log: Subject: [PATCH: perl@7483] fix coded control chars in cgi-html.t
42690 From: Peter Prymmer <pvhp@forte.com>
42691 Date: Mon, 30 Oct 2000 17:48:11 -0800 (PST)
42692 Message-ID: <Pine.OSF.4.10.10010301746350.69159-100000@aspara.forte.com>
42693 Branch: perl
42694 ! t/lib/cgi-html.t
42695____________________________________________________________________________
42696[ 7496] By: jhi on 2000/10/31 14:12:05
42697 Log: Subject: [PATCH: perl@7483] CRLF fix for cgi-function.t tests
42698 From: Peter Prymmer <pvhp@forte.com>
42699 Date: Mon, 30 Oct 2000 17:46:33 -0800 (PST)
42700 Message-ID: <Pine.OSF.4.10.10010301745120.69159-100000@aspara.forte.com>
42701 Branch: perl
42702 ! t/lib/cgi-function.t
42703____________________________________________________________________________
42704[ 7495] By: jhi on 2000/10/31 14:11:08
42705 Log: Subject: [PATCH: perl@7483] generalize AIX ccversion hack for re extension
42706 From: Peter Prymmer <pvhp@forte.com>
42707 Date: Mon, 30 Oct 2000 16:41:21 -0800 (PST)
42708 Message-ID: <Pine.OSF.4.10.10010301634500.67363-100000@aspara.forte.com>
42709 Branch: perl
42710 + ext/re/hints/aix.pl
42711 ! MANIFEST ext/re/Makefile.PL
42712____________________________________________________________________________
42713[ 7494] By: jhi on 2000/10/31 14:08:32
42714 Log: Use Errno magic.
42715
42716 Subject: [ID 20001030.009] [PATCH] ftmp-mktemp failing
42717 From: Casey Tweten <perl@ctweten.amsite.com>
42718 Date: Mon, 30 Oct 2000 15:51:17 -0500
42719 Message-Id: <200010302051.e9UKpHd02194@ctweten.amsite.com>
42720 Branch: perl
42721 ! lib/File/Temp.pm
42722____________________________________________________________________________
42723[ 7493] By: jhi on 2000/10/31 14:05:07
42724 Log: Add a perlbug flag, -A, to avoid acknowledgement messages.
42725
42726 Subject: PATCH (Re: [ID 20001030.008] OK: perl v5.7.0 +DEVEL7445 on i586-linux 2.2.16 (UNINSTALLED))
42727 From: Nicholas Clark <nick@ccl4.org>
42728 Date: Mon, 30 Oct 2000 17:38:45 +0000
42729 Message-ID: <20001030173845.O60355@plum.flirble.org>
42730 Branch: perl
42731 ! Makefile.SH utils/perlbug.PL
42732____________________________________________________________________________
51c9377f
JH
42733[ 7492] By: nick on 2000/10/30 19:37:23
42734 Log: Change files which are mysteriously different to mainline to be
42735 copies of mainline.
42736 Branch: perlio
42737 ! objXSUB.h perlapi.c pod/perlapi.pod
42738____________________________________________________________________________
42739[ 7491] By: nick on 2000/10/30 18:05:54
42740 Log: Perlio fixes discovered on big-endian & very traditional Solaris:
42741 - typo in endian code in putc.
42742 - Don't allow read of write-only files and vice-versa
42743 - and off-by-one in flush-all loop.
42744 Remove debug calls as they were using GCC specific features.
42745 Branch: perlio
42746 ! perlio.c
42747____________________________________________________________________________
42748[ 7490] By: nick on 2000/10/29 21:45:45
42749 Log: Integrate mainline to perlio
42750 Branch: perlio
42751 !> lib/ExtUtils/Manifest.pm op.c t/comp/proto.t t/pragma/utf8.t
42752 !> toke.c
42753____________________________________________________________________________
582754e4
JH
42754[ 7489] By: jhi on 2000/10/29 21:11:08
42755 Log: Subject: [Chris Winters <cwinters@intes.net>] patch to ExtUtils::Manifest
42756 From: andreas.koenig@anima.de (Andreas J. Koenig)
42757 Date: 29 Oct 2000 22:05:59 +0100
42758 Message-ID: <m3snpfqrwo.fsf@ak-71.mind.de>
42759 Branch: perl
42760 ! lib/ExtUtils/Manifest.pm
42761____________________________________________________________________________
42762[ 7488] By: jhi on 2000/10/29 21:07:47
42763 Log: Tests for #7487.
42764
42765 Subject: Re: [ID 20001029.002] Not OK: perl v5.7.0 +DEVEL7462 on i686-linux 2.2.16a (UNINSTALLED)
42766 From: andreas.koenig@anima.de (Andreas J. Koenig)
42767 Date: 29 Oct 2000 19:37:09 +0100
42768 Message-ID: <m34s1vsdd6.fsf@ak-71.mind.de>
42769 Branch: perl
42770 ! t/comp/proto.t
42771____________________________________________________________________________
42772[ 7487] By: jhi on 2000/10/29 21:06:27
42773 Log: constsub spillage.
42774
42775 Subject: Re: [ID 20001029.002] Not OK: perl v5.7.0 +DEVEL7462 on i686-linux 2.2.16a (UNINSTALLED)
42776 From: John Tobey <jtobey@john-edwin-tobey.org>
42777 Date: Sun, 29 Oct 2000 11:37:45 -0500 (EST)
42778 Message-Id: <m13pvSr-000FObC@feynman.localnet>
42779 Branch: perl
42780 ! op.c
42781____________________________________________________________________________
51c9377f
JH
42782[ 7486] By: nick on 2000/10/29 21:05:04
42783 Log: Integrate mainline to perlio branch
42784 Branch: perlio
42785 +> Porting/repository.pod lib/unicode/Is/DCmedial.pl
42786 +> t/lib/tie-splice.t vos/config.alpha.def vos/config.alpha.h
42787 +> vos/config.ga.def vos/config.ga.h vos/configure_perl.cm
42788 +> vos/install_perl.cm
42789 - MAINTAIN fix_pl lib/unicode/Is/DCinital.pl vos/config.def
42790 - vos/config.h vos/config_h.SH_orig
42791 !> (integrate 141 files)
42792____________________________________________________________________________
582754e4
JH
42793[ 7485] By: jhi on 2000/10/29 21:00:47
42794 Log: Make \x{...} consistently produce UTF-8.
42795
42796 Subject: Re: \x{...} is confused
42797 From: Simon Cozens <simon@cozens.net>
42798 Date: Sun, 29 Oct 2000 19:36:48 +0000
42799 Message-ID: <20001029193648.A6287@pembro4.pmb.ox.ac.uk>
42800 Branch: perl
42801 ! t/pragma/utf8.t toke.c
42802____________________________________________________________________________
51c9377f
JH
42803[ 7484] By: nick on 2000/10/29 20:05:29
42804 Log: PerlIO passes all tests.
42805 Branch: perlio
42806 ! perlio.c
42807____________________________________________________________________________
582754e4
JH
42808[ 7483] By: jhi on 2000/10/29 18:06:55
42809 Log: Update Changes.
42810 Branch: perl
42811 ! Changes patchlevel.h
42812____________________________________________________________________________
51c9377f
JH
42813[ 7482] By: nick on 2000/10/29 17:43:28
42814 Log: Include <unistd.h> to get correct lseek() prototype etc.
42815 (I thought perl.h did that) - down to two fails
42816 - comp/require.t (last test)
42817 - lib/io_xs.t - possibly import/export of FILE * ?
42818 Branch: perlio
42819 ! perlio.c
42820____________________________________________________________________________
39ca283e
JH
42821[ 7481] By: jhi on 2000/10/29 17:02:37
42822 Log: UTF-8 decoder tweak.
42823 Branch: perl
42824 ! utf8.c
42825____________________________________________________________________________
51c9377f
JH
42826[ 7480] By: nick on 2000/10/29 16:26:11
42827 Log: Fixed two bugs:
42828 - error code not being set on close (of broken pipe)
42829 - append mode was truncating.
42830 At least one seek/tell bug remains.
42831 Branch: perlio
42832 ! perlio.c
42833____________________________________________________________________________
42834[ 7479] By: nick on 2000/10/29 11:18:16
42835 Log: Prototype (stdio-like) PerlIO passing basic tests. Checked in
42836 in case of accidents. Still several worrying fails, no line disciplines yet.
42837 Branch: perlio
42838 ! iperlsys.h perlio.c
42839____________________________________________________________________________
39ca283e
JH
42840[ 7478] By: jhi on 2000/10/29 02:04:01
42841 Log: Add also emailless people.
42842 Branch: perl
42843 ! AUTHORS
42844____________________________________________________________________________
42845[ 7477] By: jhi on 2000/10/29 01:36:00
42846 Log: The #7476 needs a MANIFEST change, too.
42847 Branch: perl
42848 ! MANIFEST
42849____________________________________________________________________________
42850[ 7476] By: jhi on 2000/10/29 01:35:21
42851 Log: Have only one master list of AUTHORS, drop unmaintained MAINTAIN.
42852 Branch: perl
42853 - MAINTAIN
42854 ! AUTHORS Changes
42855____________________________________________________________________________
42856[ 7475] By: jhi on 2000/10/28 23:57:25
42857 Log: De-quoted-unreadable to ISO Latin 1.
42858 (There's one ISO-2022-JP name in Changes5.004.)
42859 Branch: perl
42860 ! Changes Changes5.6
42861____________________________________________________________________________
42862[ 7474] By: jhi on 2000/10/28 19:13:06
42863 Log: Subject: [ID 20001027.007] uniq array in perlfaq
42864 From: Hans Ginzel <hans@kolej.mff.cuni.cz>
42865 Date: Fri, 27 Oct 2000 19:28:30 +0200
42866 Message-Id: <20001027192830.A1564@kolej.mff.cuni.cz>
42867 Branch: perl
42868 ! pod/perlfaq4.pod
42869____________________________________________________________________________
42870[ 7473] By: jhi on 2000/10/28 18:02:05
42871 Log: Locking null mutexes is not recommendable.
42872
42873 Subject: Re: [ID 20001027.008] Not OK: perl v5.7.0 +DEVEL7462 on i386-freebsd-thread-64all 4.1-stable (UNINSTALLED)
42874 From: Hugo <hv@crypt.compulink.co.uk>
42875 Date: Sat, 28 Oct 2000 18:41:12 +0100
42876 Message-Id: <200010281741.SAA31327@crypt.compulink.co.uk>
42877 Branch: perl
42878 ! op.c
42879____________________________________________________________________________
42880[ 7472] By: jhi on 2000/10/28 17:52:58
42881 Log: Better create a true mailing list for the repository keepers.
42882 Branch: perl
42883 ! Porting/repository.pod
42884____________________________________________________________________________
42885[ 7471] By: jhi on 2000/10/28 17:28:24
42886 Log: Add the repository doc by Malcolm, Sarathy, and by Simon,
42887 name as suggested by Michael Bletzinger <mbletzin@ncsa.uiuc.edu>.
42888 Branch: perl
42889 + Porting/repository.pod
42890 ! MANIFEST
42891____________________________________________________________________________
42892[ 7470] By: jhi on 2000/10/28 17:20:54
42893 Log: Subject: DOC PATCH 5.6.0
42894 From: mjd@plover.com
42895 Date: 27 Oct 2000 17:32:44 -0000
42896 Message-ID: <20001027173244.23754.qmail@plover.com>
42897 Branch: perl
42898 ! pod/perlfunc.pod
42899____________________________________________________________________________
42900[ 7469] By: jhi on 2000/10/28 17:16:45
42901 Log: Subject: [ID 20001027.010] [PATCH] Add info on building CPAN modules to README.dos
42902 From: "Peter J. Farley III" <pjfarley@banet.net>
42903 Date: Fri, 27 Oct 2000 20:32:56 -0400
42904 Message-Id: <4.3.1.0.20001027202303.00ad8900@pop5.banet.net>
42905 Branch: perl
42906 ! README.dos
42907____________________________________________________________________________
42908[ 7468] By: jhi on 2000/10/28 17:07:18
42909 Log: Make target reordering to avoid pointless re-makes.
42910
42911 Subject: Re: Total re-make of 'make okfile' after 7451 ?
42912 From: Nicholas Clark <nick@ccl4.org>
42913 Date: Sat, 28 Oct 2000 00:31:02 +0100
42914 Message-ID: <20001028003101.A54517@plum.flirble.org>
42915 Branch: perl
42916 ! Makefile.SH
42917____________________________________________________________________________
42918[ 7467] By: jhi on 2000/10/28 17:05:31
42919 Log: Subject: [ID 20001027.005] Nit in perlos2.pod - space needs deleted on line 118
42920 From: lvirden@cas.org
42921 Date: Fri, 27 Oct 2000 13:14:41 -0400 (EDT)
42922 Message-Id: <200010271714.NAA22015@lwv26awu.cas.org>
42923 Branch: perl
42924 ! README.os2
42925____________________________________________________________________________
42926[ 7466] By: jhi on 2000/10/28 16:09:16
42927 Log: Upgrade to CPAN 1.58_55.
42928
42929 Subject: CPAN.pm status
42930 From: andreas.koenig@anima.de (Andreas J. Koenig)
42931 Date: 28 Oct 2000 08:18:00 +0200
42932 Message-ID: <m3n1fpa3qf.fsf@ak-71.mind.de>
42933 Branch: perl
42934 ! lib/CPAN.pm lib/CPAN/FirstTime.pm
42935____________________________________________________________________________
42936[ 7465] By: jhi on 2000/10/28 16:02:47
42937 Log: The reëntrant version shouldn't be needed unless USE_PURE_BISON.
42938 Branch: perl
42939 ! embed.h embed.pl perl.h proto.h toke.c
42940____________________________________________________________________________
42941[ 7464] By: nick on 2000/10/28 10:43:44
42942 Log: Fix for sv_2iv() on "shared" value from keys %hash.
42943 Branch: perl
42944 ! sv.c
42945____________________________________________________________________________
42946[ 7463] By: jhi on 2000/10/27 16:18:29
42947 Log: Update Changes.
42948 Branch: perl
42949 ! Changes patchlevel.h
42950____________________________________________________________________________
0b3b9d72
JH
42951[ 7462] By: jhi on 2000/10/27 16:17:44
42952 Log: Too enthusiastic editing in #7460.
42953 Branch: metaconfig
42954 ! U/modified/Oldsym.U
42955 Branch: perl
42956 ! Configure config_h.SH
42957____________________________________________________________________________
9fa20d2e
JH
42958[ 7461] By: jhi on 2000/10/27 15:37:38
42959 Log: Retract #7459, the script needs more work.
42960 Branch: perl
42961 - mkreef
42962 ! MANIFEST
42963____________________________________________________________________________
0b3b9d72
JH
42964[ 7460] By: jhi on 2000/10/27 15:23:14
42965 Log: Use $sort, $uniq (and $tr) consistently as wondered
42966 by Nicholas Clark.
42967 Branch: metaconfig
42968 ! U/modified/Cppsym.U U/modified/Getfile.U U/modified/Guess.U
42969 ! U/modified/Myread.U U/modified/Oldsym.U U/modified/Signal.U
42970 ! U/modified/libc.U
42971 Branch: perl
42972 ! Configure config_h.SH
42973____________________________________________________________________________
9fa20d2e
JH
42974[ 7459] By: jhi on 2000/10/27 15:02:07
42975 Log: (Retracted by #7461)
42976
42977 Add a shell script for creating/removing symbolic link farms,
42978 useful for keeping the source code read-only and doing the
42979 builds somewhere else.
42980 Branch: perl
42981 + mkreef
42982 ! MANIFEST
42983____________________________________________________________________________
42984[ 7458] By: jhi on 2000/10/27 14:42:20
42985 Log: Do away with the fix_pl.
42986 Branch: perl
42987 - fix_pl
42988 ! MANIFEST Makefile.SH
42989____________________________________________________________________________
42990[ 7457] By: jhi on 2000/10/27 12:43:13
42991 Log: Subject: [ID 20001027.002] Patch 7380 followup - Perl_modfl *must* be defined
42992 From: Jens Hamisch <jens@Strawberry.COM>
42993 Date: Fri, 27 Oct 2000 14:38:21 +0200
42994 Message-Id: <20001027143821.B3366@Strawberry.COM>
42995 Branch: perl
42996 ! perl.h
42997____________________________________________________________________________
42998[ 7456] By: jhi on 2000/10/27 12:33:42
42999 Log: Subject: [PATCH] todo
43000 From: Nicholas Clark <nick@ccl4.org>
43001 Date: Thu, 26 Oct 2000 22:32:29 +0100
43002 Message-ID: <20001026223229.A44540@plum.flirble.org>
43003 Branch: perl
43004 ! pod/perltodo.pod
43005____________________________________________________________________________
43006[ 7455] By: jhi on 2000/10/27 12:02:21
43007 Log: Subject: Re: [PATCH bleadperl] ripples from constsub patch
43008 From: John Tobey <jtobey@john-edwin-tobey.org>
43009 Date: Thu, 26 Oct 2000 22:29:53 -0400 (EDT)
43010 Message-Id: <m13ozHF-000FObC@feynman.localnet>
43011 Branch: perl
43012 ! op.c t/pragma/sub_lval.t
43013____________________________________________________________________________
43014[ 7454] By: jhi on 2000/10/27 11:59:42
43015 Log: Subject: [ID 20001026.006] C<use integer; $x += 1> gives uninitialized warning
43016 From: sthoenna@efn.org
43017 Date: Thu, 26 Oct 2000 14:00:03 -0700 (PDT)
43018 Message-Id: <200010262100.e9QL03U06386@garcia.efn.org>
43019 Branch: perl
43020 ! pp.c t/op/assignwarn.t
43021____________________________________________________________________________
43022[ 7453] By: jhi on 2000/10/27 00:15:08
43023 Log: Upgrade to Storable 1.0.5, from Raphael Manfredi.
43024 Branch: perl
43025 ! ext/Storable/ChangeLog ext/Storable/Storable.pm
43026 ! ext/Storable/Storable.xs t/lib/st-lock.t
43027____________________________________________________________________________
43028[ 7452] By: jhi on 2000/10/26 13:05:52
43029 Log: Undo #7451, this seems to be a deficiency in Perforce,
43030 there is no per-file line-terminator type, only per-client.
43031 Branch: perl
43032 ! README.dos README.win32 djgpp/configure.bat win32/Makefile
43033 ! win32/makefile.mk
43034____________________________________________________________________________
43035[ 7451] By: jhi on 2000/10/26 04:56:03
43036 Log: Experimenting in DOS arcana.
43037 Branch: perl
43038 ! README.dos README.win32 djgpp/configure.bat win32/Makefile
43039 ! win32/makefile.mk
43040____________________________________________________________________________
43041[ 7450] By: jhi on 2000/10/26 04:50:52
43042 Log: Subject: [ID 20001025.011] [PATCH] t/io/open.t perl@7369[ 7350] breaks VMS perl
43043 From: "Peter J. Farley III" <pjfarley@banet.net>
43044 Date: Wed, 25 Oct 2000 23:10:18 -0400
43045 Message-Id: <4.3.1.0.20001025230222.00accba0@pop5.banet.net>
43046 Branch: perl
43047 ! t/io/open.t
43048____________________________________________________________________________
43049[ 7449] By: jhi on 2000/10/26 04:49:16
43050 Log: Subject: Re: [PATCH 5.6.0]Add non-blocking thread doneness checking
43051 From: Hugo <hv@crypt.compulink.co.uk>
43052 Date: Thu, 26 Oct 2000 01:55:17 +0100
43053 Message-Id: <200010260055.BAA27869@crypt.compulink.co.uk>
43054
43055 minus one unneeded mutex lock/unlock pointed out by Dan Sugalski.
43056 Branch: perl
43057 ! ext/Thread/Thread.pm ext/Thread/Thread.xs t/lib/thr5005.t
43058____________________________________________________________________________
43059[ 7448] By: jhi on 2000/10/26 04:38:36
43060 Log: Subject: [PATCH: perl@7446] restore missing d_stdio_cnt_lval to VMS
43061 From: Peter Prymmer <pvhp@forte.com>
43062 Date: Wed, 25 Oct 2000 18:23:56 -0700 (PDT)
43063 Message-ID: <Pine.OSF.4.10.10010251816200.247618-100000@aspara.forte.com>
43064 Branch: perl
43065 ! configure.com
43066____________________________________________________________________________
43067[ 7447] By: jhi on 2000/10/25 23:20:02
43068 Log: Remains of the old UTF-8 API, utf8_to_uv_chk(): didn't link
43069 in platforms that strictly require all the symbols being present
43070 at link time.
43071 Branch: perl
43072 ! handy.h
43073____________________________________________________________________________
43074[ 7446] By: jhi on 2000/10/25 21:55:57
43075 Log: Update Changes.
43076 Branch: perl
43077 ! Changes patchlevel.h
43078____________________________________________________________________________
fdfe4652
JH
43079[ 7445] By: jhi on 2000/10/25 21:27:08
43080 Log: Integrate with vmsperl #7430 by Charles Bailey:
43081
43082 Cleanup from prior patch (Charles Lane?):
43083 - improve handling of MFDs in Basename and Path
43084 - default to no xsubpp line # munging when building debug images
43085 Branch: perl
43086 !> lib/ExtUtils/MM_VMS.pm lib/File/Basename.pm lib/File/Path.pm
43087____________________________________________________________________________
43088[ 7444] By: jhi on 2000/10/25 21:03:50
43089 Log: Subject: [PATCH] Zero-padded Numerics in Perl Format
43090 From: John Peacock <JPeacock@UnivPress.com>
43091 Date: Thu, 18 May 2000 11:55:27 -0400
43092 Message-ID: <3924126F.A58BE57A@UnivPress.com>
43093 Branch: perl
43094 ! form.h pod/perldelta.pod pod/perlform.pod pp_ctl.c
43095 ! t/op/write.t
43096____________________________________________________________________________
43097[ 7443] By: jhi on 2000/10/25 20:43:10
43098 Log: Temporary stopgap for the self-tying issue: for now only
43099 array and hash self-ties are verboten. The real fix, of
43100 course, would be to comprehensively test (and implement?)
43101 and debug (and document) self-ties.
43102 Branch: perl
43103 ! pod/perldiag.pod pp_sys.c t/op/tie.t
43104____________________________________________________________________________
43105[ 7442] By: jhi on 2000/10/25 20:14:30
43106 Log: Subject: [PATCH 5.6.0]Add non-blocking thread doneness checking
43107 From: Dan Sugalski <dan@sidhe.org>
43108 Date: Wed, 25 Oct 2000 13:36:35 -0400
43109 Message-Id: <5.0.0.25.0.20001025133504.01ef1e20@24.8.96.48>
43110
43111 plus regen global.sym.
43112 Branch: perl
43113 ! ext/Thread/Thread.pm ext/Thread/Thread.xs global.sym perl.c
43114 ! thrdvar.h util.c
43115____________________________________________________________________________
43116[ 7441] By: jhi on 2000/10/25 20:12:20
43117 Log: buildtoc target tweaks.
43118 Branch: perl
43119 ! pod/Makefile.SH
43120____________________________________________________________________________
43121[ 7440] By: jhi on 2000/10/25 20:03:53
43122 Log: A new version of making the syslog test more robust.
43123 (Replaces #7421.)
43124
43125 Subject: Re: [ID 20001022.001] Not OK: perl v5.7.0 +DEVEL7368 on i686-linux 2.2.16
43126 From: "Kurt D. Starsinic" <kstar@chapin.edu>
43127 Date: Wed, 25 Oct 2000 12:13:54 -0400
43128 Message-ID: <20001025121354.B2264@O2.chapin.edu>
43129 Branch: perl
43130 ! t/lib/syslog.t
43131____________________________________________________________________________
43132[ 7439] By: jhi on 2000/10/25 20:00:48
43133 Log: Continue the internal UTF-8 API tweaking.
43134 Rename utf8_to_uv_chk() back to utf8_to_uv() because it's
43135 used much more than the simpler API, now called utf8_to_uv_simple().
43136 Still not quite happy with API, too much partial duplication
43137 of functionality.
43138 Branch: perl
43139 ! doop.c embed.h embed.pl handy.h objXSUB.h op.c perlapi.c
43140 ! pod/perlapi.pod pod/perlunicode.pod pp.c pp_ctl.c proto.h
43141 ! regcomp.c regexec.c sv.c toke.c utf8.c
43142____________________________________________________________________________
43143[ 7438] By: jhi on 2000/10/25 18:52:30
43144 Log: Allow poking holes at the UTF-8 decoding strictness.
43145 Branch: perl
43146 ! embed.pl pp.c proto.h sv.c t/pragma/utf8.t toke.c utf8.c
43147 ! utf8.h
43148____________________________________________________________________________
43149[ 7437] By: jhi on 2000/10/25 13:53:05
43150 Log: Rename UTF8LEN() to be UNISKIP(), too confusing to have
43151 UTF8LEN() and UTF8SKIP().
43152 Branch: perl
43153 ! pp.c utf8.c utf8.h
43154____________________________________________________________________________
43155[ 7436] By: jhi on 2000/10/25 13:51:37
43156 Log: Subject: [PATCH] Re: PerlIO - Configure tweak for Linux/glibc?
43157 From: Nicholas Clark <nick@ccl4.org>
43158 Date: Wed, 25 Oct 2000 14:44:05 +0100
43159 Message-ID: <20001025144404.D27253@plum.flirble.org>
43160 Branch: perl
43161 ! pod/perlrun.pod
43162____________________________________________________________________________
43163[ 7435] By: jhi on 2000/10/25 13:49:32
43164 Log: Subject: [ID 20001024.007] [PATCH] "Dump local *FH" causes SEGV
43165 From: Mike Guy <mjtg@cam.ac.uk>
43166 Date: Tue, 24 Oct 2000 14:59:40 +0100
43167 Message-Id: <E13o4c8-00076u-00@libra.cus.cam.ac.uk>
43168 Branch: perl
43169 ! scope.c
43170____________________________________________________________________________
43171[ 7434] By: jhi on 2000/10/25 13:48:41
43172 Log: AIX is picky about its symbol exports. Solution for now
43173 is to include the deb.o explicitly to the re extension build.
43174
43175 Subject: Re: introduce missing .Perl_deb symbol to aix build (Questions)
43176 From: Peter Prymmer <pvhp@forte.com>
43177 Date: Tue, 24 Oct 2000 12:57:22 -0700 (PDT)
43178 Message-ID: <Pine.OSF.4.10.10010241252180.127055-100000@aspara.forte.com>
43179 Branch: perl
43180 ! ext/re/Makefile.PL hints/aix.sh
43181____________________________________________________________________________
43182[ 7433] By: jhi on 2000/10/25 13:46:49
43183 Log: Subject: patch 7416 breaks sv.c on AIX and HP-UX (patch included)
43184 From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
43185 Date: Wed, 25 Oct 2000 12:02:20 +0200
43186 Message-Id: <20001025114712.C9F9.H.M.BRAND@hccnet.nl>
43187 Branch: perl
43188 ! perlsdio.h
43189____________________________________________________________________________
43190[ 7432] By: jhi on 2000/10/25 13:44:28
43191 Log: Subject: Minor update to find2perl, for portability
43192 From: "Moore, Paul" <Paul.Moore@uk.origin-it.com>
43193 Date: Wed, 25 Oct 2000 12:05:47 +0100
43194 Message-ID: <714DFA46B9BBD0119CD000805FC1F53B012A8355@UKRUX002.rundc.uk.origin-it.com>
43195 Branch: perl
43196 ! x2p/find2perl.PL
43197____________________________________________________________________________
43198[ 7431] By: jhi on 2000/10/25 13:40:39
43199 Log: Add targets to Makefile.SH, most importantly
43200 'regen_all' which also remembers to update vms/perly*.
43201 Branch: perl
43202 ! Makefile.SH
43203____________________________________________________________________________
51c9377f
JH
43204[ 7430] By: bailey on 2000/10/25 03:13:53
43205 Log: Cleanup from prior patch (Charles Lane?):
43206 - improve handling of MFDs in Basename and Path
43207 - default to no xsubpp line # munging when building debug images
43208 Branch: vmsperl
43209 ! lib/ExtUtils/MM_VMS.pm lib/File/Basename.pm lib/File/Path.pm
43210____________________________________________________________________________
fdfe4652
JH
43211[ 7429] By: jhi on 2000/10/24 20:03:40
43212 Log: Podify README.epoc and README.vos.
43213 Branch: perl
43214 ! README.epoc README.vos pod/buildtoc.PL pod/perl.pod
43215 ! pod/perlport.pod pod/perltoc.pod
43216____________________________________________________________________________
43217[ 7428] By: jhi on 2000/10/24 19:10:33
43218 Log: Stratus VOS updates from Paul Green.
43219 Branch: perl
43220 + vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
43221 + vos/config.ga.h vos/configure_perl.cm vos/install_perl.cm
43222 - vos/config.def vos/config.h vos/config_h.SH_orig
43223 ! MANIFEST README.vos pod/perlport.pod vos/Changes vos/build.cm
43224 ! vos/compile_perl.cm vos/config.pl vos/perl.bind vos/vosish.h
43225____________________________________________________________________________
0b3b9d72
JH
43226[ 7427] By: jhi on 2000/10/24 18:59:48
43227 Log: Check if stdio supports tweaking lval and cnt simultaneously.
43228
43229 Subject: PATCH (Re: PerlIO - Configure tweak for Linux/glibc?)
43230 From: Nicholas Clark <nick@ccl4.org>
43231 Date: Mon, 23 Oct 2000 15:39:32 +0100
43232 Message-ID: <20001023153932.A10786@plum.flirble.org>
43233 Branch: metaconfig
43234 ! U/compline/d_stdstdio.U
43235 Branch: perl
43236 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
43237 ! config_h.SH configure.com epoc/config.sh iperlsys.h perlio.c
43238 ! perlsdio.h perlsfio.h pod/Makefile.SH pod/perltoc.pod
43239 ! uconfig.h uconfig.sh vms/genconfig.pl vos/config.def
43240 ! vos/config.h vos/config_h.SH_orig win32/config.bc
43241 ! win32/config.gc win32/config.vc
43242____________________________________________________________________________
fdfe4652
JH
43243[ 7426] By: jhi on 2000/10/24 17:57:44
43244 Log: Missed the header file changes from #7425.
43245 Branch: perl
43246 ! embed.h embed.pl objXSUB.h proto.h
43247____________________________________________________________________________
43248[ 7425] By: jhi on 2000/10/24 17:55:17
43249 Log: Fix the bug reported in
43250
43251 From: andreas.koenig@anima.de (Andreas J. Koenig)
43252 Subject: Encode bug?
43253 Date: 24 Oct 2000 14:01:26 +0200
43254 Message-ID: <m3lmveqwh5.fsf@ak-71.mind.de>
43255
43256 Also make is_utf8_char() stricter.
43257 Branch: perl
43258 ! ext/Encode/Encode.xs utf8.c
43259____________________________________________________________________________
43260[ 7424] By: jhi on 2000/10/24 15:15:39
43261 Log: Subject: Re: [ID 20001023.003] PATCH perlfaq5 [perl-current]
43262 From: Peter Scott <Peter@PSDT.com>
43263 Date: Mon, 23 Oct 2000 19:46:01 -0700
43264 Message-Id: <4.3.2.7.2.20001023194324.00ab7220@psdt.com>
43265 Branch: perl
43266 ! pod/perlfaq5.pod
43267____________________________________________________________________________
43268[ 7423] By: jhi on 2000/10/24 14:25:30
43269 Log: Test tweak to avoid pulling in the whole Config.
43270 Branch: perl
43271 ! t/lib/st-lock.t
43272____________________________________________________________________________
43273[ 7422] By: jhi on 2000/10/24 14:03:16
43274 Log: Fix the bug ID 20001024.005, the bug introduced by #7416.
43275 Branch: perl
43276 ! pp.c
43277____________________________________________________________________________
43278[ 7421] By: jhi on 2000/10/24 13:32:09
43279 Log: (Replaced by #7440.)
43280
43281 Subject: Re: [ID 20001022.001] Not OK: perl v5.7.0 +DEVEL7368 on i686-linux 2.2.16
43282 From: "Kurt D. Starsinic" <kstar@chapin.edu>
43283 Date: Mon, 23 Oct 2000 16:40:54 -0400
43284 Message-ID: <20001023164054.B14491@O2.chapin.edu>
43285 Branch: perl
43286 ! t/lib/syslog.t
43287____________________________________________________________________________
43288[ 7420] By: jhi on 2000/10/24 13:30:53
43289 Log: Subject: [PATCH 5.7.0] static linking with uninstalled perl
43290 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
43291 Date: Mon, 23 Oct 2000 17:29:03 -0400
43292 Message-ID: <20001023172903.A18749@monk.mps.ohio-state.edu>
43293 Branch: perl
43294 ! lib/ExtUtils/MM_Unix.pm
43295____________________________________________________________________________
43296[ 7419] By: jhi on 2000/10/24 13:29:57
43297 Log: Subject: Re: [PATCH 5.7.0] h2xs not documenting the created module
43298 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
43299 Date: Mon, 23 Oct 2000 19:01:32 -0400
43300 Message-ID: <20001023190132.A19791@monk.mps.ohio-state.edu>
43301 Branch: perl
43302 ! utils/h2xs.PL
43303____________________________________________________________________________
43304[ 7418] By: jhi on 2000/10/24 13:26:04
43305 Log: Replace #7409 with
43306
43307 Subject: Re: [PATCH] Re: [ID 20001020.009] Not OK: perl v5.7.0 +DEVEL7368 on dos-djgpp djgp
43308 From: Raphael Manfredi <Raphael_Manfredi@pobox.com>
43309 Date: Mon, 23 Oct 2000 20:08:56 +0200
43310 Message-ID: <20001023200855.A14850@nice.ram.loc>
43311 Branch: perl
43312 ! ext/Storable/Storable.pm t/lib/st-lock.t
43313____________________________________________________________________________
43314[ 7417] By: jhi on 2000/10/24 13:17:52
43315 Log: Run vms/vms_yfix.pl, should have done that after changing
43316 perly.c in #7382.
43317 Branch: perl
43318 ! vms/perly_c.vms vms/perly_h.vms
43319____________________________________________________________________________
43320[ 7416] By: jhi on 2000/10/24 02:55:33
43321 Log: Make the UTF-8 decoding stricter and more verbose when
43322 malformation happens. This involved adding an argument
43323 to utf8_to_uv_chk(), which involved changing its prototype,
43324 and prefer STRLEN over I32 for the UTF-8 length, which as
43325 a domino effect necessitated changing the prototypes of
43326 scan_bin(), scan_oct(), scan_hex(), and reg_uni().
43327 The stricter UTF-8 decoding checking uses Markus Kuhn's
43328 UTF-8 Decode Stress Tester from
43329 http://www.cl.cam.ac.uk/~mgk25/ucs/examples/UTF-8-test.txt
43330 Branch: perl
43331 ! doop.c embed.h embed.pl handy.h objXSUB.h op.c perl.c
43332 ! perlapi.c pod/perlapi.pod pod/perldiag.pod pod/perlunicode.pod
43333 ! pp.c pp_ctl.c proto.h regcomp.c regexec.c sv.c t/pragma/utf8.t
43334 ! t/pragma/warn/utf8 toke.c utf8.c utf8.h util.c
43335____________________________________________________________________________
43336[ 7415] By: jhi on 2000/10/23 14:06:06
43337 Log: Update Changes.
43338 Branch: perl
43339 ! Changes patchlevel.h
43340____________________________________________________________________________
177b92d2
JH
43341[ 7414] By: jhi on 2000/10/23 12:39:52
43342 Log: Undo the basename() part of #7412 since the lib/basename
43343 tests would need upgrading too.
43344 Branch: perl
43345 ! lib/File/Basename.pm
43346____________________________________________________________________________
43347[ 7413] By: jhi on 2000/10/23 12:19:27
43348 Log: Document PERL_INSTALL_ROOT of #7210.
43349 Branch: perl
43350 ! lib/ExtUtils/Install.pm
43351____________________________________________________________________________
43352[ 7412] By: jhi on 2000/10/23 12:16:47
43353 Log: Miscellaneous MacOS Classic library updates from Matthias Neeracher.
43354 Branch: perl
43355 ! lib/ExtUtils/Mksymlists.pm lib/File/Basename.pm
43356 ! lib/File/Path.pm lib/Term/ReadLine.pm lib/perl5db.pl
43357____________________________________________________________________________
43358[ 7411] By: jhi on 2000/10/23 12:07:41
43359 Log: Subject: [PATCH: perl@7386] miscellaneous typos in 3 pods
43360 From: Prymmer/Kahn <pvhp@best.com>
43361 Date: Sun, 22 Oct 2000 22:18:40 -0700 (PDT)
43362 Message-ID: <Pine.BSF.4.21.0010222214150.11774-100000@shell8.ba.best.com>
43363 Branch: perl
43364 ! README.aix pod/perlebcdic.pod vms/ext/Stdio/Stdio.pm
43365____________________________________________________________________________
43366[ 7410] By: jhi on 2000/10/23 04:10:11
43367 Log: The change #7187 was not so good on VMS.
43368
43369 Subject: [PATCH perl@7369] VMS perldoc.PL fix for double quoted temp filename
43370 From: "Craig A. Berry" <craig.berry@psinetcs.com>
43371 Date: Sun, 22 Oct 2000 23:03:08 -0500
43372 Message-Id: <p04330102b617d093470b@[172.16.52.1]>
43373 Branch: perl
43374 ! utils/perldoc.PL
43375____________________________________________________________________________
43376[ 7409] By: jhi on 2000/10/23 03:57:36
43377 Log: Avoid Storable locking on DJGPP for now.
43378
43379 Subject: [PATCH] Re: [ID 20001020.009] Not OK: perl v5.7.0 +DEVEL7368 on dos-djgpp djgpp
43380 From: "Peter J. Farley III" <pjfarley@banet.net>
43381 Date: Sun, 22 Oct 2000 20:00:00 -0400
43382 Message-Id: <4.3.1.0.20001022194247.00acfee0@pop5.banet.net>
43383 Branch: perl
43384 ! ext/Storable/Storable.pm t/lib/st-lock.t
43385____________________________________________________________________________
43386[ 7408] By: jhi on 2000/10/23 03:50:24
43387 Log: Subject: Re: [20000731.007] potential syntax error not detected [PATCH]
43388 From: Ronald J Kimball <rjk@linguist.dartmouth.edu>
43389 Date: Sun, 22 Oct 2000 21:12:22 -0400
43390 Message-ID: <20001022211222.A1062496@linguist.dartmouth.edu>
43391 Branch: perl
43392 ! lib/vars.pm
43393____________________________________________________________________________
43394[ 7407] By: jhi on 2000/10/23 03:43:12
43395 Log: Subject: Re: [ID 20001021.005] SEGV with regex match
43396 From: Hugo <hv@crypt.compulink.co.uk>
43397 Date: Mon, 23 Oct 2000 00:47:22 +0100
43398 Message-Id: <200010222347.AAA09697@crypt.compulink.co.uk>
43399 Branch: perl
43400 ! regexec.c t/op/pat.t
43401____________________________________________________________________________
43402[ 7406] By: jhi on 2000/10/23 03:40:29
43403 Log: Retract #7404 with a patch from Robin Barker, via Andy Dougherty.
43404 Branch: perl
43405 ! lib/ExtUtils/MakeMaker.pm
43406____________________________________________________________________________
43407[ 7405] By: jhi on 2000/10/22 21:32:00
43408 Log: Doc patch.
43409
43410 Subject: [ID 19991128.002] \&{'foo'} not caught by strict refs
43411 From: rspier@pobox.com (Robert Spier)
43412 Date: Sun, 22 Oct 2000 15:24:32 -0400 (EDT)
43413 Message-ID: <14835.16112.13457.447971@rls.cx>
43414 Branch: perl
43415 ! lib/strict.pm
43416____________________________________________________________________________
43417[ 7404] By: jhi on 2000/10/22 21:30:51
43418 Log: Subject: [PATCH] Re: [ID 20000121.007] XXX documentation in man ExtUtils::MakeMaker
43419 From: rspier@pobox.com (Robert Spier)
43420 Date: Sun, 22 Oct 2000 15:43:03 -0400 (EDT)
43421 Message-ID: <14835.17223.72448.705566@rls.cx>
43422 Branch: perl
43423 ! lib/ExtUtils/MakeMaker.pm
43424____________________________________________________________________________
43425[ 7403] By: jhi on 2000/10/22 21:24:11
43426 Log: Subject: [PATCH bleadperl] ripples from constsub patch
43427 From: John Tobey <jtobey@john-edwin-tobey.org>
43428 Date: Sun, 22 Oct 2000 17:10:43 -0400 (EDT)
43429 Message-Id: <m13nSOB-000FObC@feynman.localnet>
43430 Branch: perl
43431 ! dump.c ext/B/B.pm ext/B/B.xs ext/B/B/Deparse.pm t/lib/b.t
43432____________________________________________________________________________
43433[ 7402] By: jhi on 2000/10/22 20:59:35
43434 Log: Support s?printf parameter reordering.
43435 Branch: perl
43436 ! pod/perldelta.pod pod/perlfunc.pod sv.c t/op/sprintf.t
43437____________________________________________________________________________
43438[ 7401] By: jhi on 2000/10/22 19:19:14
71d4b5fd
JH
43439 Log: Expand %Config variables only if explicitly so requested
43440 during build time by PERL_BUILD_EXPAND_CONFIG_VARS.
177b92d2
JH
43441
43442 Subject: Re: PATCH $Config::Config{ldlibpthname} in ext/DynaLoader/DynaLoader_pm.PL
43443 From: Gurusamy Sarathy <gsar@ActiveState.com>
43444 Date: Sun, 22 Oct 2000 11:47:32 -0700
43445 Message-Id: <200010221847.LAA02167@smtp3.ActiveState.com>
43446 Branch: perl
43447 ! Makefile.SH lib/lib_pm.PL
43448____________________________________________________________________________
43449[ 7400] By: jhi on 2000/10/22 18:24:10
43450 Log: Move the #7390 test from warn/op to comp/redef.
43451
43452 Subject: Re: Creating const subs for constants.
43453 From: John Tobey <jtobey@john-edwin-tobey.org>
43454 Date: Sun, 22 Oct 2000 04:04:12 -0400 (EDT)
43455 Message-Id: <m13nG72-000FObC@feynman.localnet>
43456 Branch: perl
43457 ! t/comp/redef.t t/pragma/warn/op
43458____________________________________________________________________________
43459[ 7399] By: jhi on 2000/10/22 17:49:59
43460 Log: Subject: PATCH $Config::Config{ldlibpthname} in ext/DynaLoader/DynaLoader_pm.PL
43461 From: Nicholas Clark <nick@ccl4.org>
43462 Date: Sat, 21 Oct 2000 22:23:19 +0100
43463 Message-ID: <20001021222319.B45586@plum.flirble.org>
43464 Branch: perl
43465 ! ext/DynaLoader/DynaLoader_pm.PL
43466____________________________________________________________________________
43467[ 7398] By: jhi on 2000/10/22 17:47:35
43468 Log: Subject: [PATCH bleadperl] -MO=C falls over on package <none>
43469 From: Hugo <hv@crypt.compulink.co.uk>
43470 Date: Sat, 21 Oct 2000 18:19:59 +0100
43471 Message-Id: <200010211719.SAA02087@crypt.compulink.co.uk>
43472 Branch: perl
43473 ! ext/B/B.pm ext/B/B/C.pm
43474____________________________________________________________________________
43475[ 7397] By: jhi on 2000/10/22 17:35:18
43476 Log: Subject: [ID 20001021.003] updated hints/openbsd.sh
43477 From: "Todd C. Miller" <Todd.Miller@courtesan.com>
43478 Date: Sat, 21 Oct 2000 13:55:50 -0600 (MDT)
43479 Message-Id: <200010211955.e9LJton24170@xerxes.courtesan.com>
43480 Branch: perl
43481 ! hints/openbsd.sh
43482____________________________________________________________________________
43483[ 7396] By: jhi on 2000/10/22 17:19:46
43484 Log: Subject: installman go-faster stripes
43485 From: Nicholas Clark <nick@talking.bollo.cx>
43486 Date: Sat, 21 Oct 2000 17:24:53 +0100
43487 Message-ID: <20001021172452.A20371@Bagpuss.unfortu.net>
43488
43489 Subject: Re: installman go-faster stripes
43490 From: Russ Allbery <rra@stanford.edu>
43491 Date: 21 Oct 2000 11:04:13 -0700
43492 Message-ID: <ylbswe5aw2.fsf@windlord.stanford.edu>
43493 Branch: perl
43494 ! installman pod/pod2man.PL
43495____________________________________________________________________________
43496[ 7395] By: jhi on 2000/10/22 17:17:35
43497 Log: Hints tweak from Anton Berezin.
43498 Branch: perl
43499 ! hints/freebsd.sh
43500____________________________________________________________________________
43501[ 7394] By: jhi on 2000/10/22 04:50:04
43502 Log: Tweak the Is* definitions of Unicode character classes
43503 to better match the official categorizations; embrace
43504 the official categorizations; add the combining marks
43505 as alpha (and -numeric); fix DCinital (a typo and edito)
43506 to be DCmedial.
43507 Branch: perl
43508 + lib/unicode/Is/DCmedial.pl
43509 - lib/unicode/Is/DCinital.pl
43510 ! MANIFEST lib/unicode/Is/Alnum.pl lib/unicode/Is/Alpha.pl
43511 ! lib/unicode/Is/Graph.pl lib/unicode/Is/Print.pl
43512 ! lib/unicode/Is/Punct.pl lib/unicode/Is/Space.pl
43513 ! lib/unicode/Is/Word.pl lib/unicode/mktables.PL
43514____________________________________________________________________________
43515[ 7393] By: jhi on 2000/10/21 18:06:05
43516 Log: Subject: [PATCH@blead Tie/Array.pm] Re: [ID 20001020.002] Tie::Array SPLICE method is buggy
43517 From: Daniel Chetlin <daniel@chetlin.com>
43518 Date: Sat, 21 Oct 2000 02:57:03 -0700
43519 Message-ID: <20001021025703.A2115@darkstar.chetlin.org>
43520 Branch: perl
43521 + t/lib/tie-splice.t
43522 ! MANIFEST lib/Tie/Array.pm
43523____________________________________________________________________________
51c9377f
JH
43524[ 7392] By: gsar on 2000/10/21 18:05:15
43525 Log: resync utfperl branch with mainline
43526 Branch: utfperl
43527 !> (integrate 1760 files)
43528____________________________________________________________________________
177b92d2
JH
43529[ 7391] By: jhi on 2000/10/21 14:37:49
43530 Log: Testcases for a #7383,#7385 related bug.
43531
43532 Subject: PATCH Re: [ID 20001020.006] "$2$utf8" == modification of read-only-variable
43533 From: Nicholas Clark <nick@ccl4.org>
43534 Date: Sat, 21 Oct 2000 15:04:51 +0100
43535 Message-ID: <20001021150451.A51566@plum.flirble.org>
43536 Branch: perl
43537 ! t/pragma/utf8.t
43538____________________________________________________________________________
43539[ 7390] By: jhi on 2000/10/21 14:35:57
43540 Log: Add a testcase for #7389.
43541 Branch: perl
43542 ! t/pragma/warn/op
43543____________________________________________________________________________
43544[ 7389] By: jhi on 2000/10/21 14:26:45
43545 Log: Subject: Re: Creating const subs for constants.
43546 From: John Tobey <jtobey@john-edwin-tobey.org>
43547 Date: Fri, 20 Oct 2000 22:03:27 -0400 (EDT)
43548 Message-Id: <m13mo0N-000FObC@feynman.localnet>
43549 Branch: perl
43550 ! cv.h embed.h embed.pl objXSUB.h op.c perlapi.c pod/perlapi.pod
43551 ! proto.h sv.c
43552____________________________________________________________________________
51c9377f
JH
43553[ 7388] By: nick on 2000/10/21 11:44:23
43554 Log: Populate perlio branch
43555 Branch: perlio
43556 +> (branch 1760 files)
43557____________________________________________________________________________
43558[ 7387] By: nick on 2000/10/21 10:52:05
43559 Log: Get branch back as replica of mainline via :
43560 p4 integrate -b utfperl
43561 p4 resolve -at ./...
43562 Branch: utfperl
43563 +> (branch 269 files)
43564 - Todo-5.005 eg/ADB eg/README eg/cgi/RunMeFirst
43565 - eg/cgi/caution.xbm eg/cgi/clickable_image.cgi
43566 - eg/cgi/cookie.cgi eg/cgi/crash.cgi eg/cgi/customize.cgi
43567 - eg/cgi/diff_upload.cgi eg/cgi/dna_small_gif.uu
43568 - eg/cgi/file_upload.cgi eg/cgi/frameset.cgi eg/cgi/index.html
43569 - eg/cgi/internal_links.cgi eg/cgi/javascript.cgi
43570 - eg/cgi/monty.cgi eg/cgi/multiple_forms.cgi
43571 - eg/cgi/nph-clock.cgi eg/cgi/nph-multipart.cgi eg/cgi/popup.cgi
43572 - eg/cgi/save_state.cgi eg/cgi/tryit.cgi eg/cgi/wilogo_gif.uu
43573 - eg/changes eg/client eg/down eg/dus eg/findcp eg/findtar
43574 - eg/g/gcp eg/g/gcp.man eg/g/ged eg/g/ghosts eg/g/gsh
43575 - eg/g/gsh.man eg/muck eg/muck.man eg/myrup eg/nih eg/relink
43576 - eg/rename eg/rmfrom eg/scan/scan_df eg/scan/scan_last
43577 - eg/scan/scan_messages eg/scan/scan_passwd eg/scan/scan_ps
43578 - eg/scan/scan_sudo eg/scan/scan_suid eg/scan/scanner eg/server
43579 - eg/shmkill eg/sysvipc/README eg/sysvipc/ipcmsg
43580 - eg/sysvipc/ipcsem eg/sysvipc/ipcshm eg/travesty eg/unuc
43581 - eg/uudecode eg/van/empty eg/van/unvanish eg/van/vanexp
43582 - eg/van/vanish eg/who eg/wrapsuid epoc/Config.pm
43583 - epoc/autosplit.pl epoc/config.h epoc/perl.mmp epoc/perl.pkg
43584 - ext/DynaLoader/dl_rhapsody.xs lib/Sys/Hostname.pm
43585 - lib/Sys/Syslog.pm lib/byte.pm lib/byte_heavy.pl lib/caller.pm
43586 - lib/chat2.pl lib/lib.pm lib/unicode/Eq/Latin1.pl
43587 - lib/unicode/Eq/Unicode.pl lib/unicode/Props.txt
43588 - lib/unicode/UCD300.html lib/unicode/Unicode.300
43589 - lib/unicode/Unicode3.html os2/POSIX.mkfifo pod/Makefile
43590 - pod/Win32.pod pod/buildtoc t/lib/thread.t t/op/64bit.t
43591 - t/op/nothread.t utils/perlbc.PL vms/subconfigure.com
43592 - win32/PerlCRT.def win32/gstartup.c win32/oldnames.def
43593 !> (integrate 965 files)
43594____________________________________________________________________________
177b92d2
JH
43595[ 7386] By: jhi on 2000/10/21 01:31:12
43596 Log: Update Changes.
43597 Branch: perl
43598 ! Changes patchlevel.h
43599____________________________________________________________________________
3a67c0c7
JH
43600[ 7385] By: jhi on 2000/10/21 01:28:42
43601 Log: The #7383 was right only in the context of the original bug report,
43602 not in more general case.
43603 Branch: perl
43604 ! pp_hot.c
43605____________________________________________________________________________
43606[ 7384] By: jhi on 2000/10/21 01:08:23
43607 Log: Fix for ID 20000915.011, IO::Select warning for an undefined fd.
43608 Branch: perl
43609 ! ext/IO/lib/IO/Select.pm
43610____________________________________________________________________________
43611[ 7383] By: jhi on 2000/10/21 00:44:18
43612 Log: Fix for ID 20001020.006, concatenating an unset submatch
43613 with utf8 resulted in "Modification of a read-only value".
43614 Branch: perl
43615 ! pp_hot.c t/pragma/utf8.t
43616____________________________________________________________________________
43617[ 7382] By: jhi on 2000/10/20 20:44:31
43618 Log: Make scan_num() reëntrant, as suggested in
43619
43620 Subject: [PATCH perl@7229] Rentrant parser and yylex()
43621 From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
43622 Date: Fri, 20 Oct 2000 14:17:27 +0100
43623 Message-ID: <5930DC161690D211966700902715754702DA09CD@madt009a.siemens.es>
43624 Branch: perl
43625 ! embed.h embed.pl objXSUB.h perlapi.c perly.c perly.y proto.h
43626 ! toke.c
43627____________________________________________________________________________
43628[ 7381] By: jhi on 2000/10/20 20:07:29
43629 Log: Reëntrancy fix.
43630
43631 Subject: [PATCH perl@7229] Rentrant parser and yylex()
43632 From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
43633 Date: Fri, 20 Oct 2000 14:17:27 +0100
43634 Message-ID: <5930DC161690D211966700902715754702DA09CD@madt009a.siemens.es>
43635 Branch: perl
43636 ! embed.h embed.pl perl.h proto.h toke.c
43637____________________________________________________________________________
43638[ 7380] By: jhi on 2000/10/20 19:15:54
43639 Log: Don't write double values through long double pointers,
43640 based on a part of
43641
43642 Subject: [ID 20001016.017] [jens: 5.7.0 Solaris 8, 64 Bit, Workshop 6.0 Compiler]
43643 From: Jens Hamisch <jens@Strawberry.COM>
43644 Date: Tue, 17 Oct 2000 08:39:36 +0200
43645 Message-Id: <20001017083936.A11104@Strawberry.COM>
43646 Branch: perl
43647 ! perl.h pp.c
43648____________________________________________________________________________
43649[ 7379] By: jhi on 2000/10/20 18:43:37
43650 Log: Portability tweak on #7377.
43651
43652 Subject: Re: [nick@cow.org.uk: [ID 20001020.004] Not OK: perl v5.7.0 +DEVEL7368 on i386-freebsd-64all 4.1-stable (UNINSTALLED)]
43653 From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
43654 Date: Fri, 20 Oct 2000 13:13:41 EDT
43655 Message-Id: <001020131216.3b141@DUPHY4.Physics.Drexel.Edu>
43656 Branch: perl
43657 ! t/lib/dprof.t
43658____________________________________________________________________________
43659[ 7378] By: jhi on 2000/10/20 12:57:19
43660 Log: SOCKS function redefinitions need prototypes, too, otherwise
43661 for example 32 bit versus 64 bit differences cause a lot of
43662 problems. Part of
43663
43664 Subject: [ID 20001016.017] [jens: 5.7.0 Solaris 8, 64 Bit, Workshop 6.0 Compiler]
43665 From: Jens Hamisch <jens@Strawberry.COM>
43666 Date: Tue, 17 Oct 2000 08:39:36 +0200
43667 Message-Id: <20001017083936.A11104@Strawberry.COM>
43668 Branch: perl
43669 ! doio.c pp_sys.c
43670____________________________________________________________________________
43671[ 7377] By: jhi on 2000/10/20 12:37:12
43672 Log: Subject: [PATCH] Perl 5.6.0/5.7.0 enable DProf test for VMS
43673 From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
43674 Date: Fri, 20 Oct 2000 08:26:04 EDT
43675 Message-Id: <001020074851.3751a@DUPHY4.Physics.Drexel.Edu>
43676 Branch: perl
43677 ! configure.com t/lib/dprof.t t/lib/dprof/V.pm vms/test.com
43678____________________________________________________________________________
43679[ 7376] By: jhi on 2000/10/20 12:35:31
43680 Log: Subject: [PATCH] Perl 5.6.0/5.7.0, vms/gen_shrfls.pl update
43681 From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
43682 Date: Fri, 20 Oct 2000 07:48:15 EDT
43683 Message-Id: <001020074423.39b82@DUPHY4.Physics.Drexel.Edu>
43684 Branch: perl
43685 ! configure.com vms/gen_shrfls.pl
43686____________________________________________________________________________
51c9377f
JH
43687[ 7375] By: bailey on 2000/10/20 04:44:37
43688 Log: SYN SYN
43689 Branch: vmsperl
43690 +> (branch 134 files)
43691 - eg/ADB eg/README eg/cgi/RunMeFirst eg/cgi/caution.xbm
43692 - eg/cgi/clickable_image.cgi eg/cgi/cookie.cgi eg/cgi/crash.cgi
43693 - eg/cgi/customize.cgi eg/cgi/diff_upload.cgi
43694 - eg/cgi/dna_small_gif.uu eg/cgi/file_upload.cgi
43695 - eg/cgi/frameset.cgi eg/cgi/index.html
43696 - eg/cgi/internal_links.cgi eg/cgi/javascript.cgi
43697 - eg/cgi/monty.cgi eg/cgi/multiple_forms.cgi
43698 - eg/cgi/nph-clock.cgi eg/cgi/nph-multipart.cgi eg/cgi/popup.cgi
43699 - eg/cgi/save_state.cgi eg/cgi/tryit.cgi eg/cgi/wilogo_gif.uu
43700 - eg/changes eg/client eg/down eg/dus eg/findcp eg/findtar
43701 - eg/g/gcp eg/g/gcp.man eg/g/ged eg/g/ghosts eg/g/gsh
43702 - eg/g/gsh.man eg/muck eg/muck.man eg/myrup eg/nih eg/relink
43703 - eg/rename eg/rmfrom eg/scan/scan_df eg/scan/scan_last
43704 - eg/scan/scan_messages eg/scan/scan_passwd eg/scan/scan_ps
43705 - eg/scan/scan_sudo eg/scan/scan_suid eg/scan/scanner eg/server
43706 - eg/shmkill eg/sysvipc/README eg/sysvipc/ipcmsg
43707 - eg/sysvipc/ipcsem eg/sysvipc/ipcshm eg/travesty eg/unuc
43708 - eg/uudecode eg/van/empty eg/van/unvanish eg/van/vanexp
43709 - eg/van/vanish eg/who eg/wrapsuid lib/chat2.pl
43710 - lib/unicode/Props.txt lib/unicode/UCD300.html
43711 - lib/unicode/Unicode.300 lib/unicode/Unicode3.html
43712 - utils/perlbc.PL vms/subconfigure.com
43713 !> (integrate 785 files)
43714____________________________________________________________________________
3a67c0c7
JH
43715[ 7374] By: jhi on 2000/10/20 00:59:48
43716 Log: In the latest compiler builds cccdlflags must not become -fpic,
43717 from Wilfredo Sánchez.
43718 Branch: perl
43719 ! hints/darwin.sh
43720____________________________________________________________________________
43721[ 7373] By: jhi on 2000/10/20 00:56:35
43722 Log: Subject: PATCH CR+LF should be "\cM\cJ" in perlop
43723 From: Tony Cook <tony@develop-help.com>
43724 Date: Fri, 20 Oct 2000 07:29:15 +1100 (EST)
43725 Message-ID: <Pine.LNX.4.10.10010200725530.12682-100000@develop-help.com>
43726 Branch: perl
43727 ! pod/perlop.pod
43728____________________________________________________________________________
43729[ 7372] By: jhi on 2000/10/19 19:34:40
43730 Log: Typo noted by Mark Lutz.
43731 Branch: perl
43732 ! t/op/64bitint.t
43733____________________________________________________________________________
0b3b9d72
JH
43734[ 7371] By: jhi on 2000/10/19 19:33:13
43735 Log: NonStop-UX patches from Tom Bates <tom.bates@compaq.com>
43736 Branch: metaconfig
43737 ! U/modified/Cppsym.U U/modified/Oldconfig.U
43738 Branch: metaconfig/U/perl
43739 ! End.U dlsrc.U libperl.U
43740 Branch: perl
43741 + hints/nonstopux.sh
43742 ! Configure MANIFEST config_h.SH
43743____________________________________________________________________________
3a67c0c7
JH
43744[ 7370] By: jhi on 2000/10/19 17:18:08
43745 Log: Subject: PATCH do_print has 2 PerlIO_error()s
43746 From: nick@ccl4.org
43747 Date: Thu, 19 Oct 2000 18:09:20 +0100
43748 Message-ID: <20001019180920.A8440@babyhippo.co.uk>
43749 Branch: perl
43750 ! doio.c
43751____________________________________________________________________________
43752[ 7369] By: jhi on 2000/10/19 14:01:49
43753 Log: Update Changes.
43754 Branch: perl
43755 ! Changes patchlevel.h
43756____________________________________________________________________________
23c0d66e
JH
43757[ 7368] By: jhi on 2000/10/19 13:04:29
43758 Log: Subject: Re: [ID 20001013.008] perl 5.6.0 on AIX w/GCC
43759 From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
43760 Date: Wed, 18 Oct 2000 13:12:01 +0200
43761 Message-Id: <20001018131021.F844.H.M.BRAND@hccnet.nl>
43762 Branch: perl
43763 ! hints/aix.sh
43764____________________________________________________________________________
43765[ 7367] By: jhi on 2000/10/19 02:22:40
43766 Log: Fix of sorts for bug id 20000901.092. There seems to be no trace
43767 of a 'pmshort' anywhere in the B, so the offending line was simply
43768 removed.
43769 Branch: perl
43770 ! ext/B/B/Debug.pm
43771____________________________________________________________________________
43772[ 7366] By: jhi on 2000/10/19 02:12:37
43773 Log: Add the test case for the bug id 20000730.004 which seems
43774 to have been fixed by now.
43775 Branch: perl
43776 ! t/pragma/utf8.t
43777____________________________________________________________________________
43778[ 7365] By: jhi on 2000/10/18 23:36:24
43779 Log: Subject: [PATCH 5.7.0] Re: [ID 20001018.008] flip-flop bug when there's no <FH>
43780 From: Hugo <hv@crypt.compulink.co.uk>
43781 Date: Wed, 18 Oct 2000 23:25:58 +0100
43782 Message-Id: <200010182225.XAA20330@crypt.compulink.co.uk>
43783 Branch: perl
43784 ! pp_ctl.c pp_hot.c t/op/flip.t t/pragma/warn/pp_hot
43785____________________________________________________________________________
43786[ 7364] By: jhi on 2000/10/18 21:12:53
43787 Log: (retracted)
43788 Branch: perl
43789 ! pp.c
43790____________________________________________________________________________
43791[ 7363] By: jhi on 2000/10/18 20:55:38
43792 Log: Missing change from #7362.
43793 Branch: perl
43794 ! win32/perlhost.h
43795____________________________________________________________________________
43796[ 7362] By: jhi on 2000/10/18 20:52:01
43797 Log: Borland C fstat() never saw the fd as writable.
43798
43799 Subject: fix for Borland's weak "stat" (perl@7211)
43800 From: "Konovalov, Vadim" <vkonovalov@lucent.com>
43801 Date: Mon, 16 Oct 2000 09:55:03 +0400
43802 Message-ID: <402099F49BEED211999700805FC7359F7C0E40@ru0028exch01.spb.lucent.com>
43803 Branch: perl
43804 ! win32/win32.c
43805____________________________________________________________________________
43806[ 7361] By: jhi on 2000/10/18 17:43:50
43807 Log: Regen toc.
43808 Branch: perl
43809 ! pod/buildtoc.PL pod/perl.pod pod/perlport.pod pod/perltoc.pod
43810____________________________________________________________________________
43811[ 7360] By: jhi on 2000/10/18 17:07:44
43812 Log: From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
43813 Subject: Re: [ID 20001013.008] perl 5.6.0 on AIX 4.3.2 w/GCC 2.95.2
43814 Message-Id: <20001016151837.9977.H.M.BRAND@hccnet.nl>
43815 Date: Mon, 16 Oct 2000 15:19:49 +0200
43816 Branch: perl
43817 + README.aix
43818 ! MANIFEST
43819____________________________________________________________________________
43820[ 7359] By: jhi on 2000/10/18 17:04:49
43821 Log: Subject: Pod patch for Devel::Peek
43822 From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
43823 Message-Id: <20001016121252.996B.H.M.BRAND@hccnet.nl>
43824 Date: Mon, 16 Oct 2000 12:26:34 +0200
43825 Branch: perl
43826 ! ext/Devel/Peek/Peek.pm
43827____________________________________________________________________________
43828[ 7358] By: jhi on 2000/10/18 17:03:15
43829 Log: Make Cwd more bulletproof in chrooted environments.
43830
43831 Subject: [ID 20001018.001] Fix for Cwd.pm (chroot)
43832 From: "Eric E. Coe" <Eric.Coe@oracle.com>
43833 Date: Wed, 18 Oct 2000 04:03:54 -0400
43834 Message-Id: <39ED596A.70E599FE@oracle.com>
43835 Branch: perl
43836 ! lib/Cwd.pm
43837____________________________________________________________________________
43838[ 7357] By: jhi on 2000/10/18 16:37:26
43839 Log: Disable the UTF8 downgrade croakage for now to avoid
43840 too many not okay messages.
43841 Branch: perl
43842 ! doio.c
43843____________________________________________________________________________
43844[ 7356] By: jhi on 2000/10/17 23:29:41
43845 Log: Show the failed remote port, instead of the failing line number.
43846
43847 Subject: [PATCH 5.6.1 Debugger] More diagnostics
43848 From: David Sparks <daves@ActiveState.com>
43849 Date: Tue, 17 Oct 2000 15:00:24 -0700
43850 Message-Id: <5.0.0.25.0.20001017144037.02551e10@pop3>
43851 Branch: perl
43852 ! lib/perl5db.pl
43853____________________________________________________________________________
43854[ 7355] By: jhi on 2000/10/17 14:11:31
43855 Log: On output try to downgrade to bytes, croak if impossible,
43856 from Simon Cozens. This means that outputting >255 UTF8
43857 is impossible. Consider this as a strong incentive to get
43858 the I/O disciplines implemented.
43859 Branch: perl
43860 ! doio.c pod/perldiag.pod sv.c
43861____________________________________________________________________________
43862[ 7354] By: jhi on 2000/10/17 13:42:23
43863 Log: Clarify documentation on 'use bytes'.
43864
43865 Subject: Re: What does 'use bytes' "mean" ?
43866 From: Simon Cozens <simon@cozens.net>
43867 Date: Mon, 18 Sep 2000 18:24:25 +0100
43868 Message-ID: <20000918182425.A26765@deep-dark-truthful-mirror.perlhacker.org>
43869 Branch: perl
43870 ! lib/bytes.pm
43871____________________________________________________________________________
43872[ 7353] By: jhi on 2000/10/17 13:28:12
43873 Log: Workaround for a sfio bug where the stream error indicator
43874 is not cleared as documented.
43875
43876 Subject: PATCH (was Re: [ID 20001016.007] Not OK: perl v5.7.0 +DEVEL7228 on i586-linux 2.2.16 (UNINSTALLED))
43877 From: Nicholas Clark <nick@ccl4.org>
43878 Date: Mon, 16 Oct 2000 18:28:23 +0100
43879 Message-ID: <20001016182823.J19700@plum.flirble.org>
43880 Branch: perl
43881 ! doio.c
43882____________________________________________________________________________
43883[ 7352] By: jhi on 2000/10/17 13:06:19
43884 Log: More IoTYPE sprinkling.
43885 Branch: perl
43886 ! doio.c pp_hot.c
43887____________________________________________________________________________
51c9377f
JH
43888[ 7351] By: jhi on 2000/10/16 22:47:07
43889 Log: Detect early whether the std streams have gone bad.
43890
43891 Subject: PATCH (was Re: [ID 20001016.007] Not OK: perl v5.7.0 +DEVEL7228 on i586-linux 2.2.16 (UNINSTALLED))
43892 Date: Mon, 16 Oct 2000 23:28:42 +0100
43893 From: Nicholas Clark <nick@ccl4.org>
43894 Message-ID: <20001016232842.A37942@plum.flirble.org>
43895 Branch: perl
43896 ! t/op/misc.t
43897____________________________________________________________________________
43898[ 7350] By: jhi on 2000/10/16 22:45:16
43899 Log: Subject: [ID 20001016.012] [PATCHes Included]OK: perl v5.7.0 on dos-djgpp djgpp
43900 From: "Peter J. Farley III" <pjfarley@banet.net>
43901 Date: Mon, 16 Oct 2000 18:15:59 -0400
43902 Message-Id: <4.3.1.0.20001016180235.00ac65a0@pop5.banet.net>
43903 Branch: perl
43904 ! djgpp/djgpp.c dosish.h t/io/open.t
43905____________________________________________________________________________
43906[ 7349] By: jhi on 2000/10/16 22:36:45
43907 Log: perldelta tweak.
43908 Branch: perl
43909 ! pod/perldelta.pod
43910____________________________________________________________________________
43911[ 7348] By: jhi on 2000/10/16 15:17:53
43912 Log: Update Changes.
43913 Branch: perl
43914 ! Changes patchlevel.h
43915____________________________________________________________________________
43916[ 7347] By: jhi on 2000/10/16 13:55:27
43917 Log: Add the capability to include/exclude branches.
43918 Branch: perl
43919 ! Porting/genlog
43920____________________________________________________________________________
43921[ 7346] By: jhi on 2000/10/16 13:18:04
43922 Log: Add Charles Lane.
43923 Branch: perl
43924 ! AUTHORS Changes
43925____________________________________________________________________________
43926[ 7345] By: jhi on 2000/10/16 13:13:21
43927 Log: Add a perldelta note about the change #6024, pointed out by Sarathy.
43928 Branch: perl
43929 ! pod/perldelta.pod
43930____________________________________________________________________________
43931[ 7344] By: gsar on 2000/10/16 09:30:21
43932 Log: integrate change#6220 from cfgperl
43933
43934 Win32 patches from Benjamin Stuhl.
43935 Branch: maint-5.6/perl
43936 !> makedef.pl win32/win32.h
43937____________________________________________________________________________
43938[ 7343] By: gsar on 2000/10/16 08:32:19
43939 Log: integrate changes#6221,6222 from cfgperl
43940
43941 Remove tr///CU (the feature is to be obsoleted by better interfaces).
43942 From: simon@brecon.co.uk (Simon Cozens)
43943 Subject: [PATCH] Eliminate tr///[CU][CU]
43944 Date: 23 Jun 2000 11:05:40 GMT
43945 Message-ID: <slrn8l6h44.h5k.simon@justanother.perlhacker.org>
43946
43947 doc typo fix
43948 Subject: [PATCH] documentation typo in lib/Pod/Usage.pm
43949 From: Ian Phillipps <Ian.Phillipps@iname.com>
43950 Date: Fri, 23 Jun 2000 10:40:58 +0100
43951 Message-ID: <20000623104058.A22791@homer.diplex.co.uk>
43952 Branch: maint-5.6/perl
43953 !> doop.c embed.pl lib/Pod/Usage.pm pod/perlop.pod toke.c utf8.c
43954____________________________________________________________________________
43955[ 7342] By: gsar on 2000/10/16 08:28:08
43956 Log: integrate change#6217 from cfgperl (in part)
43957
43958 Rename the fdpid locking and integrate with Sarathy.
43959 Branch: maint-5.6/perl
43960 !> Configure config_h.SH doio.c embed.h embed.pl embedvar.h
43961 !> global.sym gv.c intrpvar.h objXSUB.h perl.c perlapi.h pp.c
43962 !> pp_ctl.c proto.h sv.h util.c util.h vmesa/vmesa.c
43963 !> win32/win32.c
43964____________________________________________________________________________
43965[ 7341] By: gsar on 2000/10/16 08:23:39
43966 Log: integrate changes#6214..6216 from mainline
43967
43968 @_ can't have junk in it even in the non-USE_ITHREADS case because
43969 caller() wants to populate @DB::args with it (causes a coredump
43970 in Carp::confess())
43971
43972 tweak comment about @DB::args
43973
43974 be more optimal about clearing @_
43975 Branch: maint-5.6/perl
43976 !> av.h cop.h pp_ctl.c t/op/runlevel.t
43977____________________________________________________________________________
43978[ 7340] By: gsar on 2000/10/16 08:20:37
43979 Log: integrate changes#6207..6210 from cfgperl
43980
43981 Subject: [PATCH 5.6.0] Threadsafe patches
43982 From: Dan Sugalski <dan@sidhe.org>
43983 To: perl5-porters@perl.org
43984 Date: Mon, 08 May 2000 18:08:13 -0400
43985 Message-Id: <4.3.1.0.20000508180729.02182de0@24.8.96.48>
43986
43987 Regen headers for #6207.
43988
43989 Lock PL_fdpid against race conditions, based on:
43990 Subject: [PATCH 5.6.0]subprocess fixup for threads
43991 From: Dan Sugalski <dan@sidhe.org>
43992 To: perl5-porters@perl.org
43993 Date: Tue, 11 Apr 2000 17:02:32 -0400
43994 Message-Id: <4.3.0.20000411170218.01d2f580@24.8.96.48>
43995
43996 Mopup for #6207 and #6209.
43997 Branch: maint-5.6/perl
43998 !> doio.c embed.h embed.pl global.sym gv.c intrpvar.h objXSUB.h
43999 !> perl.c pp.c pp_ctl.c proto.h sv.h util.c vmesa/vmesa.c
44000 !> win32/win32.c
44001____________________________________________________________________________
44002[ 7339] By: gsar on 2000/10/16 08:14:34
44003 Log: integrate change#6203 from cfgperl
44004
44005 perldiag should refer to perlos2.pod not README.os2
44006 Branch: maint-5.6/perl
44007 !> pod/perldiag.pod
44008____________________________________________________________________________
44009[ 7338] By: gsar on 2000/10/16 08:11:42
44010 Log: integrate change#6201 from mainline
44011
44012 Perl_eval_pv() leaks 4 bytes every time it is called because it
44013 does a PUSHMARK that's never ever POPMARKed; in general, only
44014 Perl_call_[sp]v() need a PUSHMARK for incoming arguments;
44015 Perl_eval_[sp]v() don't because they don't take any incoming
44016 arguments (this leak has been around since the original version
44017 of perl_eval_pv() in 5.003_97e)
44018 Branch: maint-5.6/perl
44019 !> perl.c
44020____________________________________________________________________________
44021[ 7337] By: gsar on 2000/10/16 08:08:47
44022 Log: integrate changes#6197..6200 from cfgperl
44023
44024 Subject: [ID 20000602.005] [PATCH]5.6.0 (DOC) tiny change to perlsyn.pod
44025 From: John Borwick <jhborwic@unity.ncsu.edu>
44026 Date: Fri, 2 Jun 2000 14:35:03 -0400 (EDT)
44027 Message-Id: <Pine.GSO.4.21.0006021420290.11432-100000@eos00du.eos.ncsu.edu>
44028
44029 Subject: [PATCH 5.6.0]VMS fixups so we can build with MULTIPLICITY
44030 From: Dan Sugalski <dan@sidhe.org>
44031 To: vmsperl@perl.org, perl5-porters@perl.org
44032 Date: Fri, 02 Jun 2000 16:00:41 -0400
44033 Message-Id: <4.3.2.7.0.20000602155951.01f02b20@24.8.96.48>
44034 Message-Id: <4.3.2.7.0.20000602164011.01ec8c30@24.8.96.48>
44035
44036 Subject: [PATCH 5.6.0]Make perl's malloc work on VMS
44037 From: Dan Sugalski <dan@sidhe.org>
44038 To: perl5-porters@perl.org, vmsperl@perl.org
44039 Date: Fri, 02 Jun 2000 17:30:51 -0400
44040 Message-Id: <4.3.2.7.0.20000602173021.01f03570@24.8.96.48>
44041
44042 Update to cperl-mode.el 4.31 from
44043 ftp://ftp.math.ohio-state.edu/pub/users/ilya/cperl-mode.el
44044 Subject: A couple of notes
44045 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
44046 To: Mailing list Perl5 <perl5-porters@perl.org>
44047 Date: Sat, 3 Jun 2000 23:33:32 -0400
44048 Message-ID: <20000603233332.A6790@monk.mps.ohio-state.edu>
44049 Branch: maint-5.6/perl
44050 !> emacs/cperl-mode.el embed.h embed.pl embedvar.h
44051 !> ext/POSIX/POSIX.xs global.sym objXSUB.h perlapi.c perlapi.h
44052 !> pod/perlapi.pod pod/perlintern.pod pod/perlsyn.pod proto.h
44053 !> vms/descrip_mms.template vms/gen_shrfls.pl vms/vms.c
44054 !> vms/vmsish.h
44055____________________________________________________________________________
44056[ 7336] By: gsar on 2000/10/16 08:03:46
44057 Log: integrate changes#6194,6195 from mainline
44058
44059 fix small eval"" memory leaks under USE_ITHREADS
44060
44061 fix yet another eval"" leak under USE_ITHREADS
44062 Branch: maint-5.6/perl
44063 !> cop.h embed.h embed.pl objXSUB.h op.c perl.c perlapi.c perly.c
44064 !> perly_c.diff pp_ctl.c proto.h scope.c scope.h sv.c toke.c
44065 !> vms/perly_c.vms
44066____________________________________________________________________________
44067[ 7335] By: gsar on 2000/10/16 08:02:15
44068 Log: integrate changes#6190,6191 from mainline
44069
44070 submit missing embed.pl change
44071
44072 vec() loses numericalness (modified version of patch suggested
44073 by Robin Barker)
44074 Branch: maint-5.6/perl
44075 !> doop.c embed.pl t/op/vec.t
44076____________________________________________________________________________
44077[ 7334] By: gsar on 2000/10/16 08:01:03
44078 Log: integrate change#6189 from mainline
44079
44080 counting tr/// corrupts later operation (from M.J.T Guy)
44081 Branch: maint-5.6/perl
44082 !> doop.c t/op/tr.t
44083____________________________________________________________________________
44084[ 7333] By: gsar on 2000/10/16 07:59:07
44085 Log: integrate changes#6183..6188 from mainline
44086
44087 SelfLoader can lose $@ in AUTOLOAD() (from Nicholas Clark
44088 <nick@ccl4.org>)
44089
44090 tweak for change#6127
44091
44092 remove incorrect documentation about implicit split to @_ in
44093 list context, which never really worked in perl 5 (from
44094 M.J.T. Guy)
44095
44096 further qualify references to "alphanumeric" (from Wolfgang Laun
44097 <wolfgang.laun@alcatel.at>)
44098
44099 replace pod2latex with the one in Pod-LaTeX v0.52 from CPAN
44100 (from Tim Jenness <t.jenness@jach.hawaii.edu>)
44101
44102 h2xs tweaks
44103 Branch: maint-5.6/perl
44104 +> lib/Pod/LaTeX.pm t/lib/selfloader.t
44105 !> AUTHORS MAINTAIN MANIFEST ext/Devel/Peek/Peek.pm handy.h
44106 !> lib/SelfLoader.pm perl.c pod/perlapi.pod pod/perldata.pod
44107 !> pod/perlfaq6.pod pod/perlfaq9.pod pod/perlfunc.pod
44108 !> pod/perllocale.pod pod/perlre.pod pod/perltrap.pod
44109 !> pod/pod2latex.PL utils/h2xs.PL
44110____________________________________________________________________________
44111[ 7332] By: gsar on 2000/10/16 07:53:52
44112 Log: integrate change#6179 from mainline
44113
44114 buggy modulus on UVs introduced by change#3378 (resulted in
44115 4063328477 % 65535 amounting to 27406, instead of 27407)
44116 Branch: maint-5.6/perl
44117 !> pp.c t/op/arith.t
44118____________________________________________________________________________
44119[ 7331] By: gsar on 2000/10/16 07:52:49
44120 Log: integrate changes#6176,6177,6178,6182 from cfgperl
44121
44122 Single-quoted utf8 patch from Simon Cozens.
44123
44124 Substitution utf8 patch from Simon Cozens.
44125
44126 Be cleaner.
44127
44128 Be Cleaner Part Deux.
44129 Branch: maint-5.6/perl
44130 !> Makefile.SH pp_hot.c toke.c
44131____________________________________________________________________________
44132[ 7330] By: gsar on 2000/10/16 07:41:36
44133 Log: integrate change#6172 from mainline
44134
44135 fix buggy multiline matching of C<"a\nxb\n" =~ /(?!\A)x/m>
44136 (from Ilya Zakharevich)
44137 Branch: maint-5.6/perl
44138 !> regexec.c t/op/re_tests
44139____________________________________________________________________________
44140[ 7329] By: gsar on 2000/10/16 07:40:25
44141 Log: integrate change#6171 from mainline
44142
44143 scalar() doesn't force scalar context when used in void context
44144 (from Simon Cozens)
44145 Branch: maint-5.6/perl
44146 !> op.c t/op/wantarray.t
44147____________________________________________________________________________
44148[ 7328] By: gsar on 2000/10/16 07:39:33
44149 Log: integrate change#6170 from mainline
44150
44151 change#6142 needs tweaks to tests to work where there's no
44152 symlink() (from Helmut Jarausch <jarausch@igpm.rwth-aachen.de>)
44153 Branch: maint-5.6/perl
44154 !> t/lib/filefind.t
44155____________________________________________________________________________
44156[ 7327] By: gsar on 2000/10/16 07:35:34
44157 Log: integrate changes#6166..6168 from cfgperl
44158
44159 Introduce HAS_GETESPWNAM, HAS_GETPRPWNAM, and I_PROT
44160 in case somebody wants to write an extension for more
44161 shadow database interfaces.
44162
44163 tweak todo
44164
44165 Tweak NV_PRESERVES_UV*, vms/subconfigure.com left untouched.
44166 Branch: maint-5.6/perl
44167 !> Configure Porting/Glossary Porting/config.sh Porting/config_H
44168 !> Todo-5.6 config_h.SH epoc/config.sh perl.h pp_sys.c toke.c
44169 !> vms/subconfigure.com vos/config.def vos/config.h vos/config.pl
44170 !> vos/config_h.SH_orig win32/config.bc win32/config.gc
44171 !> win32/config.vc win32/config_H.bc win32/config_H.gc
44172 !> win32/config_H.vc win32/config_h.PL win32/config_sh.PL
44173____________________________________________________________________________
44174[ 7326] By: gsar on 2000/10/16 07:29:05
44175 Log: integrate changes#6157,6159..6161,6164 from cfgperl
44176
44177 Regen Configure to jive with #6149.
44178
44179 Upgrade to File::Temp 0.08 from Tim Jenness via CPAN.
44180
44181 Changes for the File::Temp 0.08 (change #6159) test suite
44182 to fit better into the Perl distribution test framework.
44183
44184 Add autogeneration of perlmodlib.pod and the new perlnewmod.pod,
44185 both from Simon Cozens.
44186
44187 detypo
44188 Branch: maint-5.6/perl
44189 +> pod/perlmodlib.PL pod/perlnewmod.pod
44190 !> AUTHORS Configure MAINTAIN MANIFEST config_h.SH
44191 !> lib/File/Temp.pm pod/Makefile pod/perl.pod pod/perlmodlib.pod
44192 !> pod/perltoc.pod t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
44193 !> t/lib/ftmp-security.t t/lib/ftmp-tempfile.t
44194____________________________________________________________________________
44195[ 7325] By: gsar on 2000/10/16 07:25:13
44196 Log: integrate change#6158 from vmsperl
44197
44198 Add fallback to tmpfile for use in cases where user's relying on
44199 ACLs on SYS$SCRATCH to permit file creation. (based on Charles
44200 Lane's patch)
44201 Branch: maint-5.6/perl
44202 !> vms/vms.c vms/vmsish.h
44203____________________________________________________________________________
44204[ 7324] By: gsar on 2000/10/16 07:20:50
44205 Log: integrate changes#6153..6155 from mainline
44206
44207 prettier Test::Harness output on failed tests (from Nicholas Clark
44208 <nick@Bagpuss.uk.boo.com>)
44209
44210 avoid type mismatch warning
44211
44212 small bug in change#6144; remove random \xA0 character that snuck
44213 in via change#6145
44214 Branch: maint-5.6/perl
44215 !> lib/AutoSplit.pm lib/ExtUtils/xsubpp lib/Test/Harness.pm
44216 !> perl.c
44217____________________________________________________________________________
44218[ 7323] By: gsar on 2000/10/16 07:18:47
44219 Log: integrate changes#6151,6152 from mainline
44220
44221 fix accidental pessimization in RE optimizer (from Ilya Zakharevich)
44222
44223 cosmetic fixups of RE debug output (from Ilya Zakharevich)
44224 Branch: maint-5.6/perl
44225 !> regexec.c
44226____________________________________________________________________________
44227[ 7322] By: gsar on 2000/10/16 07:17:25
44228 Log: integrate changes#6146..6150 from mainline
44229
44230 doc typo
44231
44232 add a make entry to Config.pm so "perl -V:make" works on VMS
44233 (from Peter Prymmer)
44234
44235 close open file before chmod() (from Rocco Caputo <troc@netrus.net>)
44236
44237 OS/2 tweaks for usethreads build (from Rocco Caputo
44238 <troc@netrus.net>)
44239
44240 perlrequick.pod updates (from Mark Kvale <kvale@phy.ucsf.edu>)
44241 Branch: maint-5.6/perl
44242 !> Configure hints/os2.sh lib/ExtUtils/MM_Unix.pm lib/warnings.pm
44243 !> makedef.pl os2/Makefile.SHs os2/OS2/REXX/t/rx_dllld.t
44244 !> os2/OS2/REXX/t/rx_objcall.t os2/OS2/REXX/t/rx_tievar.t
44245 !> os2/OS2/REXX/t/rx_tieydb.t os2/os2.c os2/os2ish.h perl.c
44246 !> pod/perlrequick.pod util.c vms/subconfigure.com warnings.h
44247 !> warnings.pl x2p/a2p.h
44248____________________________________________________________________________
44249[ 7321] By: gsar on 2000/10/16 07:14:02
44250 Log: integrate changes#6143..6145 from mainline
44251
44252 MacOS support, part 1 (from Matthias Neeracher
44253 <neeri@iis.ee.ethz.ch>)
44254
44255 MacOS support, part 2: make AutoSplit use File::Spec instead
44256 of assuming Unixisms; *UNTESTED on Unix* (from Matthias Neeracher
44257 <neeri@iis.ee.ethz.ch>)
44258
44259 make xsubpp skip embedded pod (from Matthias Neeracher
44260 <neeri@iis.ee.ethz.ch>)
44261 Branch: maint-5.6/perl
44262 +> ext/DynaLoader/dl_mac.xs
44263 !> MANIFEST ext/DB_File/Makefile.PL ext/NDBM_File/Makefile.PL
44264 !> ext/POSIX/POSIX.xs lib/AutoSplit.pm lib/ExtUtils/MakeMaker.pm
44265 !> lib/ExtUtils/xsubpp mg.c perl.c perlsfio.h pod/perlfaq4.pod
44266 !> pp_ctl.c proto.h toke.c util.c util.h
44267____________________________________________________________________________
44268[ 7320] By: gsar on 2000/10/16 07:12:13
44269 Log: integrate changes#6141,6142 from mainline
44270
44271 BSD/OS (bsdi) hints update by Timur I. Bakeyev and Todd C. Miller,
44272 forwarded by Peter Seebach from the bsdi-users mailing list.
44273 p5p Message-Id: <200005280543.AAA24519@guild.plethora.net>
44274
44275 File::Find fails to chdir when chasing symlinks (from
44276 Helmut Jarausch <jarausch@igpm.rwth-aachen.de>)
44277 Branch: maint-5.6/perl
44278 !> hints/bsdos.sh lib/File/Find.pm t/lib/filefind.t
44279____________________________________________________________________________
44280[ 7319] By: gsar on 2000/10/16 07:04:30
44281 Log: integrate change#6139 from mainline
44282
44283 revise mktables.PL for bugs and newness in Unicode 3.0
44284 (from James Bence <jbence@amgen.com>)
44285 Branch: maint-5.6/perl
44286 +> (branch 30 files)
44287 !> (integrate 49 files)
44288____________________________________________________________________________
44289[ 7318] By: gsar on 2000/10/16 07:01:01
44290 Log: integrate changes#6137,6138 from mainline
44291
44292 fix bogus redeclaration warning for "our" variables in different
44293 scopes
44294
44295 add note about the handling of negative indices to tied arrays
44296 (from Michael G Schwern <schwern@pobox.com>)
44297 Branch: maint-5.6/perl
44298 !> op.c pod/perltie.pod t/pragma/strict-vars
44299____________________________________________________________________________
44300[ 7317] By: gsar on 2000/10/16 06:58:46
44301 Log: integrate changes#6127..6136 from mainline
44302
44303 call_method(...,G_EVAL) can longjmp() out if the method probing
44304 failed (from Gisle Aas)
44305
44306 new perlxstut example for passing/returning refs to arrays
44307 (from David Lowe <dlowe@pootpoot.com>)
44308
44309 VMS test harness tweak (from Jesper Naur <jesper.naur@post.tele.dk>)
44310
44311 fix places that mean C<"word" character> but say C<alphanumeric
44312 character>
44313
44314 avoid warnings in POSIX.pm (from Barrie Slaymaker)
44315
44316 warnings::enabled() doesn't fall back to looking at $^W if
44317 caller isn't using lexical warnings (from Paul Marquess)
44318
44319 elide bogus test in change#6132
44320
44321 make Test::Harness use wait.h/WCOREDUMP if available
44322 (from Ben Tilly <ben_tilly@hotmail.com>)
44323
44324 enable Test::Harness to dynamically determine column width etc.
44325 (from Rob Napier <rnapier@employees.org>)
44326
44327 random pod typos (from Peter Scott <Peter@PSDT.com>)
44328 Branch: maint-5.6/perl
44329 !> cop.h ext/Devel/Peek/Peek.pm ext/POSIX/POSIX.pm
44330 !> lib/Test/Harness.pm perl.c pod/perldebguts.pod
44331 !> pod/perlfunc.pod pod/perlre.pod pod/perlretut.pod
44332 !> pod/perlxstut.pod pp_ctl.c t/pragma/warn/9enabled vms/test.com
44333____________________________________________________________________________
44334[ 7316] By: gsar on 2000/10/16 06:53:23
44335 Log: integrate change#6126 from mainline
44336
44337 change#2879 broke rvalue autovivification of magicals such as
44338 ${$num} (reworked variant of patch suggested by Simon Cozens)
44339 Branch: maint-5.6/perl
44340 !> embed.h embed.pl gv.c pod/perlapi.pod pod/perlintern.pod pp.c
44341 !> pp_hot.c proto.h t/op/gv.t
44342____________________________________________________________________________
44343[ 7315] By: gsar on 2000/10/16 06:51:38
44344 Log: integrate changes#6123,6125 from mainline
44345
44346 clarify gotcha with #line directives (from Rocco Caputo
44347 <troc@netrus.net>)
44348
44349 enable propagating exception objects via Perl_croak() in XS code
44350 (from Gisle Aas)
44351 Branch: maint-5.6/perl
44352 !> pod/perldebug.pod pod/perlsyn.pod util.c
44353____________________________________________________________________________
44354[ 7314] By: gsar on 2000/10/16 06:49:28
44355 Log: integrate change#6122 from mainline
44356
44357 downgrade fatal error on C<"foo@nosucharray.com"> to optional
44358 warning (from Mark-Jason Dominus)
44359 Branch: maint-5.6/perl
44360 !> lib/ExtUtils/typemap pod/perldelta.pod pod/perlsub.pod
44361 !> pod/perltrap.pod t/base/lex.t t/pragma/strict-vars
44362 !> t/pragma/strict.t t/pragma/warn/toke t/pragma/warnings.t
44363 !> toke.c
44364____________________________________________________________________________
44365[ 7313] By: gsar on 2000/10/16 06:46:54
44366 Log: integrate changes#6112..6121 from vmsperl
44367
44368 Check for existence of file before trying to delete
44369
44370 Ugly workaround for version-specific RTL error
44371
44372 Urk -- undo previous removal of vmsish 'exit' change
44373
44374 Add bounds checking for several strings (Charles Lane)
44375
44376 Miscellaneous cosmetic fixes (Charles Lane)
44377
44378 Treat sockets as special in sys(read|write) (Charles Lane et al.)
44379
44380 Regularize distinction between RMS$_DNF and RMS$_DIR (Craig Berry)
44381 Flatten case labels in switch statements uniformly (Charles Bailey)
44382
44383 Quiet error messages in vmsish.t (Charles Lane)
44384
44385 Add missing escape (Charles Lane)
44386
44387 Allow eliminate_macros() and fixpath() to handle space-delimited
44388 lists (based on fixes by Craig Berry)
44389 Branch: maint-5.6/perl
44390 !> lib/ExtUtils/MM_VMS.pm lib/File/Spec/VMS.pm t/op/lex_assign.t
44391 !> vms/ext/vmsish.pm vms/ext/vmsish.t vms/test.com vms/vms.c
44392 !> vms/vmsish.h
44393____________________________________________________________________________
44394[ 7312] By: gsar on 2000/10/16 06:41:18
44395 Log: integrate changes#6107,6110 from cfgperl
44396
44397 Tweak the todo list.
44398
44399 todo tweak
44400 Branch: maint-5.6/perl
44401 !> Todo-5.6
44402____________________________________________________________________________
44403[ 7311] By: gsar on 2000/10/16 06:38:38
44404 Log: integrate changes#6104,6108 from mainline
44405
44406 PL_sys_intern was being initialized too late on windows
44407
44408 reenable fake signal handling on Windows, bugs and all
44409 Branch: maint-5.6/perl
44410 !> embed.h embed.pl global.sym makedef.pl mg.c objXSUB.h perl.c
44411 !> perl.h perlapi.c pod/perlapi.pod proto.h win32/perlhost.h
44412 !> win32/win32.c
44413____________________________________________________________________________
44414[ 7310] By: gsar on 2000/10/16 06:36:03
44415 Log: integrate changes#6095,6097..6103 from cfgperl
44416
44417 Introduce NV_PRESERVED_BITS. Not yet used anywhere but
44418 might be useful in future.
44419
44420 Add a note about possible compilation problems from Allen Smith.
44421
44422 Add a note about other, yet unsupported, shadow password APIs.
44423
44424 Tweaks for the cc bugs from Allen Smith.
44425
44426 More compilation tweakery from Allen Smith.
44427
44428 Hints and test tweaks for Unicos.
44429
44430 The test suite tweak in #6101 wasn't quite right.
44431
44432 Test tweaking for Unicos continues.
44433 Branch: maint-5.6/perl
44434 !> Configure Porting/Glossary Porting/config.sh Porting/config_H
44435 !> config_h.SH hints/irix_6.sh hints/unicos.sh pp_sys.c t/lib/b.t
44436 !> t/lib/complex.t t/op/64bitint.t
44437____________________________________________________________________________
44438[ 7309] By: gsar on 2000/10/16 06:29:41
44439 Log: integrate changes#6093,6094 from mainline
44440
44441 fork() failure to create pseudo process sets errno=EAGAIN and returns
44442 undef on windows (from Clinton Pierce <clintp@geeksalad.org>)
44443
44444 cygwin update (from Eric Fifer <efifer@sanwaint.com>)
44445 Branch: maint-5.6/perl
44446 !> README.cygwin cygwin/Makefile.SHs cygwin/cygwin.c
44447 !> hints/cygwin.sh pp_sys.c sv.c win32/perlhost.h
44448____________________________________________________________________________
44449[ 7308] By: gsar on 2000/10/16 06:27:29
44450 Log: integrate change#6092 from cfgperl
44451
44452 Regen perltoc with the fixed buildtoc.
44453 Branch: maint-5.6/perl
44454 !> pod/perltoc.pod
44455____________________________________________________________________________
44456[ 7307] By: gsar on 2000/10/16 06:26:40
44457 Log: integrate changes#6089,6090 from mainline
44458
44459 buildtoc tweak to fix newline lossage
44460
44461 concat doesn't preserve utf8-ness, and doesn't invalidate
44462 [NI]OK; added tests for both
44463 Branch: maint-5.6/perl
44464 !> perl.c pod/buildtoc pp_hot.c sv.c t/op/substr.t
44465____________________________________________________________________________
44466[ 7306] By: gsar on 2000/10/16 06:24:05
44467 Log: integrate change#6088 from cfgperl
44468
44469 Remove HAS_SETSPENT, HAS_GETSPENT, HAS_ENDSPENT,
44470 because we do not use those. The HAS_GETSPNAM remains,
44471 though, because we still do use that.
44472 Branch: maint-5.6/perl
44473 !> Configure Porting/Glossary Porting/config.sh Porting/config_H
44474 !> config_h.SH epoc/config.sh hints/machten.sh pod/perltoc.pod
44475 !> pp_sys.c vms/subconfigure.com vos/config.def vos/config.h
44476 !> vos/config_h.SH_orig win32/config.bc win32/config.gc
44477 !> win32/config.vc win32/config_H.bc win32/config_H.gc
44478 !> win32/config_H.vc win32/config_h.PL win32/config_sh.PL
44479____________________________________________________________________________
44480[ 7305] By: gsar on 2000/10/16 06:15:52
44481 Log: integrate changes#6084,6085,6087 from mainline
44482
44483 substr() does not preserve utf8-ness (from Stefan Eissing
44484 <Eissing@medicaldataservice.de>); added tests
44485
44486 repeat operator (x) doesn't preserve utf8-ness
44487
44488 reverse() and quotemeta() weren't preserving utf8-ness; add tests
44489 Branch: maint-5.6/perl
44490 !> pp.c sv.c t/op/quotemeta.t t/op/substr.t toke.c
44491____________________________________________________________________________
44492[ 7304] By: gsar on 2000/10/16 06:13:10
44493 Log: integrate changes#6077..6083 from mainline
44494
44495 avoid warnings in diagnostics.pm; pod tweaks (from Peter Prymmer
44496 and Tom Phoenix)
44497
44498 workaround for CRT bug in chdir() (from Charles Lane, via
44499 Peter Prymmer)
44500
44501 remove outdated kludge in Carp (NULLs are permitted in diagnostics
44502 now)
44503
44504 add File::Temp v0.08 from CPAN, with small tweaks to testsuite
44505 (from Tim Jenness <t.jenness@jach.hawaii.edu>)
44506
44507 better default perlbug categories for ok reports (from Richard Foley)
44508
44509 peek.t non-portable to ithreads
44510
44511 note about undocumented caller() return value (from M.J.T. Guy);
44512 yet another peek.t tweak
44513 Branch: maint-5.6/perl
44514 +> lib/File/Temp.pm t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
44515 +> t/lib/ftmp-security.t t/lib/ftmp-tempfile.t
44516 !> AUTHORS MAINTAIN MANIFEST iperlsys.h lib/Carp/Heavy.pm
44517 !> lib/diagnostics.pm pod/perlfunc.pod pod/perlrun.pod
44518 !> pod/perltie.pod t/lib/peek.t utils/perlbug.PL vms/vms.c
44519 !> vms/vmsish.h
44520____________________________________________________________________________
44521[ 7303] By: gsar on 2000/10/16 06:03:18
44522 Log: integrate changes#6011,6016,6033,6035..6039,6047..6052,6054..6059,
44523 6073..6075 from cfgperl (pp_sys.c manually merged due to conflicts)
44524
44525 &HUGE_VAL is not defined, it exists.
44526
44527 Do not warn that an infinity does not look like a number.
44528
44529 Rewrite the pwent/spent logic to be a little bit more clearer.
44530
44531 Continue on the pwent/spent case.
44532
44533 Correct Freudian slip.
44534
44535 Use HUGE_VALL if applicable.
44536
44537 pwent/spent #ifdef imbalance.
44538
44539 Infinite problems.
44540
44541 Call getspnam() only iff needd.
44542
44543 Test both the scalar and list contexts.
44544
44545 Use setxxent()/endxxent().
44546
44547 Complex tweakery.
44548
44549 Unicos hint tweak.
44550
44551 Be more forgiving in POSIX about HUGE_VALL.
44552
44553 Detypo.
44554
44555 The search of infinity continues, this time simplified.
44556
44557 The logic of choosing strtol/strtoul/strtoll/strtoull was wrong
44558 in natively 64-bit platforms where a long is a quad (no need
44559 for long longs). Also added bias for IVs.
44560
44561 Complex tweaks.
44562
44563 Introduce t/lib/peek.t.
44564
44565 Make the test more portable.
44566 Branch: maint-5.6/perl
44567 +> t/lib/peek.t
44568 ! pp_sys.c
44569 !> MANIFEST ext/POSIX/POSIX.xs hints/unicos.sh
44570 !> lib/Math/Complex.pm sv.c t/lib/complex.t t/op/grent.t
44571 !> t/op/pwent.t toke.c util.c
44572____________________________________________________________________________
44573[ 7302] By: gsar on 2000/10/16 05:03:37
44574 Log: integrate changes#6066..6071 from mainline
44575
44576 s/END/CHECK/
44577
44578 replace direct call to sighandler() with (*PL_sighandlerp)()
44579
44580 note about values()
44581
44582 File::Spec compatibility update (from Barrie Slaymaker
44583 <barries@slaysys.com>)
44584
44585 remove misleading comment (from M.J.T. Guy)
44586
44587 misformatted perllocal.pod (from Tim Jenness
44588 <t.jenness@jach.hawaii.edu>)
44589 Branch: maint-5.6/perl
44590 !> lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_Win32.pm
44591 !> lib/File/Spec.pm lib/File/Spec/Mac.pm lib/File/Spec/Unix.pm
44592 !> lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm perl.c
44593 !> pod/perlfunc.pod t/lib/anydbm.t win32/win32.c
44594____________________________________________________________________________
44595[ 7301] By: gsar on 2000/10/16 05:00:08
44596 Log: integrate changes#6061..6063 from mainline
44597
44598 change#5921 neglected to make eq honor "use bytes"
44599
44600 additional tests for utf8.t
44601
44602 tokeq() could read unallocated field in argument
44603 Branch: maint-5.6/perl
44604 !> sv.c t/pragma/utf8.t toke.c
44605____________________________________________________________________________
44606[ 7300] By: gsar on 2000/10/16 04:56:54
44607 Log: integrate changes#6046,6048,6057,6058 from mainline
44608
44609 libscheck has insufficient checks for n32 libs (from
44610 Albert Chin-A-Young <china@thewrittenword.com>)
44611
44612 add note about how $( doesn't interpolate in REs (from
44613 Philip Newton <newton@ficus.frogspace.net>)
44614
44615 fix broken parsing of /\x{ab}/
44616
44617 printf(...) should be PerlIO_printf(PerlIO_stdout(), ...)
44618 (spotted by Donald Kinzer <dkinzer@premia.com>)
44619 Branch: maint-5.6/perl
44620 !> hints/irix_6.sh perl.c pod/perlop.pod regcomp.c
44621 !> t/pragma/utf8.t
44622____________________________________________________________________________
44623[ 7299] By: gsar on 2000/10/16 04:52:50
44624 Log: integrate change#6044 from mainline
44625
44626 change#3798 broke the meaning of "\0_7_7", tr/\0_// etc.; fix it
44627 such that underscores are only ignored in literal numbers,
44628 "\x{...}", and hex/oct argument
44629 Branch: maint-5.6/perl
44630 !> perl.c pp.c regcomp.c t/op/oct.t toke.c util.c
44631____________________________________________________________________________
44632[ 7298] By: gsar on 2000/10/16 04:50:53
44633 Log: integrate changes#6027..6043 from mainline
44634
44635 podlators-1.02 update (from Russ Allbery)
44636
44637 Pod::Man generates groff-incompatible macro definition (from
44638 Tom Christiansen)
44639
44640 add CGI.pm v2.66 (from Lincoln Stein)
44641
44642 introduce @LAST_MATCH_START and @LAST_MATCH_END, English aliases
44643 for @- and @+ (from Johan Vromans)
44644
44645 small nits in diagnostics.pm (from Robin Barker)
44646
44647 whitespace adjustments
44648
44649 missing files in MANIFEST
44650
44651 cpio 2.4.2 on Linux creates directories in 0700 mode, adjust makerel
44652 to compensate
44653
44654 remove outdated perltrap entry (from Peter Scott <Peter@PSDT.com>)
44655
44656 perlretut revisions (from Mark Kvale <kvale@phy.ucsf.edu>)
44657 Branch: maint-5.6/perl
44658 +> lib/CGI/Util.pm t/lib/cgi-pretty.t
44659 !> MANIFEST Porting/makerel lib/CGI.pm lib/CGI/Carp.pm
44660 !> lib/CGI/Cookie.pm lib/CGI/Pretty.pm lib/CGI/Push.pm
44661 !> lib/English.pm lib/Pod/Man.pm lib/Pod/Text.pm
44662 !> lib/diagnostics.pm pod/perldiag.pod pod/perlretut.pod
44663 !> pod/perltrap.pod pod/perlvar.pod pp_sys.c t/lib/cgi-function.t
44664 !> t/lib/cgi-html.t t/lib/cgi-request.t
44665____________________________________________________________________________
44666[ 7297] By: gsar on 2000/10/16 04:44:30
44667 Log: integrate change#6025 from mainline
44668
44669 Is{Alnum,Alpha,Word} don't match titlecase
44670 TODO: IsSpace is defined recursively!
44671 (both spotted by Larry)
44672 Branch: maint-5.6/perl
44673 !> lib/unicode/Is/Alnum.pl lib/unicode/Is/Alpha.pl
44674 !> lib/unicode/Is/Word.pl lib/unicode/mktables.PL
44675____________________________________________________________________________
44676[ 7296] By: gsar on 2000/10/16 04:39:30
44677 Log: integrate change#6023 from mainline
44678
44679 debugger stomps on $. (from M.J.T. Guy)
44680 Branch: maint-5.6/perl
44681 !> lib/perl5db.pl
44682____________________________________________________________________________
44683[ 7295] By: gsar on 2000/10/16 04:38:02
44684 Log: integrate change#6022 from mainline
44685
44686 unbalanced LEAVE after perl_clone(...,0) (from Doug MacEachern)
44687 Branch: maint-5.6/perl
44688 !> sv.c
44689____________________________________________________________________________
44690[ 7294] By: gsar on 2000/10/16 04:37:05
44691 Log: integrate changes#6018..6021 from mainline
44692
44693 make lib/syslog.t portable to systems that don't have _PATH_LOG,
44694 make _PATH_LOG() return "" if unavailable
44695
44696 windows portability tweaks
44697
44698 test tweak
44699
44700 remove Win2K issue in pod (fixed by change#6020)
44701 Branch: maint-5.6/perl
44702 !> README.win32 ext/File/Glob/Glob.pm ext/Sys/Syslog/Syslog.pm
44703 !> ext/Sys/Syslog/Syslog.xs pod/perldelta.pod t/lib/b.t
44704 !> t/lib/open3.t t/lib/syslog.t win32/win32.h
44705____________________________________________________________________________
44706[ 7293] By: gsar on 2000/10/16 04:20:00
44707 Log: integrate changes#6013..6015 from mainline
44708
44709 tweak change#5945 to display correct switch name in diagnostic
44710
44711 glob() loading File::Glob behind the scenes may cause syntax errors
44712
44713 tweak test for portability
44714 Branch: maint-5.6/perl
44715 !> op.c perl.c pod/perldiag.pod t/lib/b.t
44716____________________________________________________________________________
44717[ 7292] By: gsar on 2000/10/16 04:18:11
44718 Log: integrate changes#6005..6010 from mainline, cfgperl
44719
44720 perldoc might fail via "use blib" (from Hugo van der Sanden)
44721
44722 Regen Configure.
44723
44724 note about compile failures and END blocks (from M.J.T. Guy)
44725
44726 VMS config tweak (from Craig A. Berry <craig.berry@metamorgs.com>)
44727
44728 (change#6009 integrated earlier in change#7255)
44729
44730 clarify note about shadow password support (from
44731 gellyfish@gellyfish.com)
44732 Branch: maint-5.6/perl
44733 !> Configure Porting/Glossary Porting/config.sh Porting/config_H
44734 !> config_h.SH installperl pod/perldelta.pod pod/perlfunc.pod
44735 !> pod/perlmod.pod utils/perldoc.PL vms/subconfigure.com
44736____________________________________________________________________________
44737[ 7291] By: gsar on 2000/10/16 04:12:03
44738 Log: integrate changes#6002,6003 from mainline
44739
44740 destructive sv_setsv() can lose UV-ness from source, causing
44741 numeric promotions/comparisons to fail to do the right thing
44742
44743 allow REG_EXPAND_SZ keys in Windows registry (from
44744 John Clayton <John.Clayton@barclayscapital.com>)
44745 Branch: maint-5.6/perl
44746 !> sv.c win32/win32.c
44747____________________________________________________________________________
44748[ 7290] By: gsar on 2000/10/16 04:10:19
44749 Log: integrate change#6001 from mainline
44750
44751 support additional library locations via $Config{otherlibdirs}
44752 (from Andy Dougherty)
44753 Branch: maint-5.6/perl
44754 !> Configure INSTALL Porting/Glossary Porting/config.sh
44755 !> Porting/config_H config_h.SH epoc/config.sh perl.c
44756 !> vms/subconfigure.com vos/config.def vos/config_h.SH_orig
44757 !> win32/config.bc win32/config.gc win32/config.vc
44758____________________________________________________________________________
44759[ 7289] By: gsar on 2000/10/16 04:08:28
44760 Log: integrate change#5999 from mainline
44761
44762 fix line renumbering bug in C<eval qq[#line 10 "X"\nwarn]>
44763 Branch: maint-5.6/perl
44764 !> t/pragma/warn/toke toke.c
44765____________________________________________________________________________
44766[ 7288] By: gsar on 2000/10/16 04:07:01
44767 Log: integrate changes#5997,5998 from cfgperl
44768
44769 Preserve $!.
44770
44771 Try to get "Inf" by using &POSIX::HUGE_VAL in sprintf.
44772 Branch: maint-5.6/perl
44773 !> lib/Math/Complex.pm
44774____________________________________________________________________________
44775[ 7287] By: gsar on 2000/10/16 04:04:37
44776 Log: integrate change#5995 from mainline
44777
44778 fixes for bugs in C<use warnings qw(FATAL all)> (from Paul Marquess)
44779 Branch: maint-5.6/perl
44780 !> mg.c t/pragma/warn/7fatal warnings.h warnings.pl
44781____________________________________________________________________________
44782[ 7286] By: gsar on 2000/10/16 04:03:21
44783 Log: integrate change#5994 from mainline
44784
44785 fix for missed accounting for null byte in pack("Z",...) (from
44786 M.J.T. Guy)
44787 Branch: maint-5.6/perl
44788 !> pp.c t/op/pack.t
44789____________________________________________________________________________
44790[ 7285] By: gsar on 2000/10/16 04:02:11
44791 Log: integrate changes#5989..5993 from mainline
44792
44793 qw(a\\b) must be parsed like 'a\\b', i.e., backslash escapes
44794 itself and no other (from Tom Hughes)
44795
44796 use $ENV{LIB} to search for libs under Visual C compiler
44797 on Windows (from Jochen Wiedmann <joe@ispsoft.de>)
44798
44799 posix-bc patches (from Dorner Thomas <Thomas.Dorner@start.de>)
44800
44801 pod nit (from Simon Cozens)
44802
44803 various minor tweaks seen on p5p
44804 Branch: maint-5.6/perl
44805 !> README.posix-bc hints/posix-bc.sh lib/ExtUtils/Liblist.pm
44806 !> lib/perl5db.pl pod/perlipc.pod pod/perlop.pod pod/perlvar.pod
44807 !> t/op/array.t toke.c
44808____________________________________________________________________________
44809[ 7284] By: gsar on 2000/10/16 03:59:00
44810 Log: integrate changes#5978..5988 from mainline
44811
44812 sync version numbers in File::Spec with the ones on CPAN
44813 (from Barrie Slaymaker)
44814
44815 under useithreads, constant pad entries could inadvertantly be
44816 shared across threads (from Eric Blood <eblood@xmission.com>);
44817 added Eric's test case to testsuite
44818
44819 allow Configure -S to run non-interactively (spotted by Greg Hudson
44820 <ghudson@mit.edu>)
44821
44822 rename File::Glob::glob() to File::Glob::bsd_glob() to avoid
44823 prototype mismatch with CORE::glob(); update pod and tests to
44824 suit (File::Glob::glob() is still available for backward
44825 compatibility, but should be considered deprecated)
44826
44827 avoid error in IO::Socket::INET when given an unknown service name
44828 with a port number (from Brian Raven <brianr@ssprdmh01.liffe.com>)
44829
44830 numeric conversion of non-number in change#3378 tramples on
44831 OOK offset, causing segfaults
44832
44833 attributes::reftype() doesn't work on tied argument
44834
44835 forked child may not exit correctly if it failed to open
44836 /dev/console (from Graham Barr)
44837
44838 add regular expressions tutorial and quick-start guide (from
44839 Mark Kvale <kvale@phy.ucsf.edu>)
44840
44841 B::Bytecode tweaks (from Simon Cozens <simon@brecon.co.uk>)
44842
44843 s/HTMLSCRIPTPOD/HTMLSCRIPTPODS/ (from Paul Sharpe
44844 <paul@miraclefish.com>)
44845 Branch: maint-5.6/perl
44846 +> pod/perlrequick.pod pod/perlretut.pod
44847 !> AUTHORS Configure MAINTAIN MANIFEST ext/B/B/Bytecode.pm
44848 !> ext/B/B/Disassembler.pm ext/File/Glob/Glob.pm
44849 !> ext/IO/lib/IO/Socket/INET.pm ext/Sys/Syslog/Syslog.pm
44850 !> lib/ExtUtils/MakeMaker.pm lib/File/Spec/Functions.pm
44851 !> lib/File/Spec/Mac.pm lib/File/Spec/OS2.pm
44852 !> lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
44853 !> lib/File/Spec/Win32.pm op.c sv.c t/lib/glob-basic.t
44854 !> t/lib/glob-case.t t/lib/glob-taint.t t/op/misc.t xsutils.c
44855____________________________________________________________________________
44856[ 7283] By: gsar on 2000/10/16 03:52:14
44857 Log: integrate change#5977 from mainline
44858
44859 autoquote barewords followed by newline and arrow properly
44860 (variant of fix suggested by Rick Delaney and M.J.T. Guy)
44861 Branch: maint-5.6/perl
44862 !> t/pragma/warn/toke toke.c
44863____________________________________________________________________________
44864[ 7282] By: gsar on 2000/10/16 03:50:48
44865 Log: integrate change#5976 from mainline
44866
44867 DB_File v1.73 update (from Paul Marquess)
44868 Branch: maint-5.6/perl
44869 !> ext/DB_File/Changes ext/DB_File/DB_File.pm
44870 !> ext/DB_File/DB_File.xs ext/DB_File/version.c
44871____________________________________________________________________________
44872[ 7281] By: gsar on 2000/10/16 03:49:14
44873 Log: integrate change#5975 from mainline
44874
44875 allow sort() reentrancy (variant of patch suggested by
44876 Hugo van der Sanden)
44877 Branch: maint-5.6/perl
44878 !> pp_ctl.c t/op/sort.t
44879____________________________________________________________________________
44880[ 7280] By: gsar on 2000/10/16 03:48:22
44881 Log: integrate change#5974 from mainline
44882
44883 change#4197 somehow missed initializing PL_errors, meaning
44884 syntax error queueing wasn't working outside eval"" at all;
44885 also fixed eval"" to localize PL_error_count, so that compile-time
44886 eval's don't clobber the error state of the outer context
44887 Branch: maint-5.6/perl
44888 !> lib/Math/Complex.pm perl.c pp_ctl.c t/pragma/warn/op
44889 !> t/pragma/warn/toke
44890____________________________________________________________________________
44891[ 7279] By: gsar on 2000/10/16 03:46:21
44892 Log: integrate change#5973 from mainline
44893
44894 fix for failure to match $foo =~ /(?i)/ (from Ilya Zakharevich)
44895 Branch: maint-5.6/perl
44896 !> regcomp.c regexec.c t/op/re_tests
44897____________________________________________________________________________
44898[ 7278] By: gsar on 2000/10/16 03:44:54
44899 Log: integrate change#5971 from cfgperl
44900
44901 Unicos tweaks from Mark P. Lutz.
44902 Branch: maint-5.6/perl
44903 !> hints/unicos.sh lib/Math/Complex.pm
44904____________________________________________________________________________
44905[ 7277] By: gsar on 2000/10/16 03:42:59
44906 Log: integrate changes#5966..5970 from mainline
44907
44908 add testsuite for B backends, fix bug in B::Deparse (from
44909 Simon Cozens <simon@brecon.co.uk>)
44910
44911 improved docs on the warn_uninit diagnostic (from David Glasser
44912 and Simon Cozens)
44913
44914 tolerate spaces in group names in test on solaris (from David Boyce
44915 <dsb@boyski.com>)
44916
44917 fix Sys::Syslog breakage on domain sockets (from Tom Hughes)
44918
44919 Data::Dumper fumbles negative numbers on 32-bit platforms where
44920 IV is >32bits
44921 Branch: maint-5.6/perl
44922 +> t/lib/b.t t/lib/syslog.t
44923 !> MANIFEST ext/B/B/Deparse.pm ext/B/B/Stash.pm
44924 !> ext/Data/Dumper/Dumper.xs ext/Sys/Syslog/Syslog.pm
44925 !> pod/perldiag.pod t/lib/dumper.t t/op/groups.t
44926____________________________________________________________________________
44927[ 7276] By: gsar on 2000/10/16 03:39:30
44928 Log: integrate change#5965 from mainline
44929
44930 avoid "will not stay shared" warnings for our variables (from
44931 Robin Barker)
44932 Branch: maint-5.6/perl
44933 !> op.c t/pragma/warn/op
44934____________________________________________________________________________
44935[ 7275] By: gsar on 2000/10/16 03:38:18
44936 Log: integrate change#5964 from mainline
44937
44938 reformat to 72 columns (again)
44939 Branch: maint-5.6/perl
44940 !> pod/perldiag.pod
44941____________________________________________________________________________
44942[ 7274] By: gsar on 2000/10/16 03:36:58
44943 Log: integrate change#5963 from mainline
44944
44945 patch from Larry to make (\&) prototype work; added tests for
44946 the same
44947 Branch: maint-5.6/perl
44948 !> op.c t/comp/proto.t
44949____________________________________________________________________________
44950[ 7273] By: gsar on 2000/10/16 03:35:51
44951 Log: integrate changes#5956..5962 from mainline
44952
44953 better diagnostics on failed tests (from Ilya Zakharevich)
44954
44955 pod nits (from A. C. Yardley <yardley@tanet.net>)
44956
44957 change#3569 deleted some essential code, revert; avoid use of
44958 atexit() to make DynaLoader work properly on AIX under mod_perl
44959 (from Jens-Uwe Mager <jum@helios.de>)
44960
44961 doubled words in pods (from Simon Cozens
44962 <simon.p.cozens@jp.pwcglobal.com>)
44963
44964 better INSTALL notes on Solaris issues (from Dominic Dunlop)
44965
44966 recognize our, CHECK and INIT in cperl-mode (from Doug MacEachern)
44967
44968 updated README.hpux (from Jeff Okamoto)
44969 Branch: maint-5.6/perl
44970 !> INSTALL README.hpux emacs/cperl-mode.el
44971 !> ext/DynaLoader/dl_aix.xs pod/perldebguts.pod pod/perldelta.pod
44972 !> pod/perlfaq5.pod pod/perlfork.pod pod/perlfunc.pod
44973 !> pod/perlipc.pod pod/perllexwarn.pod pod/perllocale.pod
44974 !> pod/perlmod.pod pod/perlmodlib.pod pod/perlnumber.pod
44975 !> pod/perlopentut.pod pod/perltodo.pod pod/perltootc.pod
44976 !> t/op/lex_assign.t
44977____________________________________________________________________________
44978[ 7272] By: gsar on 2000/10/16 03:31:22
44979 Log: integrate change#5955 from mainline
44980
44981 longstanding bug exposed by change#3307: sort arguments weren't
44982 compiled with the right wantarray context (ensuing runtime lookup
44983 via block_gimme() was getting the incidental context of the
44984 sort() itself)
44985 Branch: maint-5.6/perl
44986 !> op.c t/op/sort.t
44987____________________________________________________________________________
44988[ 7271] By: gsar on 2000/10/16 03:29:11
44989 Log: integrate changes#5933,5935,5940..5944,5946,5951,5952 from cfgperl
44990 branch
44991
44992 Flatten the cpp jungle doing the nosuid checking.
44993
44994 Do not assume sign propagation. (from M.J.T. Guy)
44995
44996 Various Unicos 10.0.0.6 fixes. (from Mark Lutz)
44997
44998 Add HAS_FREXPL, HAS_ISNAN, HAS_ISNANL, and HAS_MODFL.
44999 Now pp_ncmp() returns undef is either operand is a NaN.
45000
45001 On second thoughts frexp() does have two arguments.
45002
45003 Document that tr() is not tr(1).
45004
45005 Be more robust on "extreme" (large absolute value)
45006 arguments. Originally reported by Daniel Connelly
45007 as a problem with asinh() on large negative arguments,
45008 asinh() used to bail out because an argument to log()
45009 ended up being zero. Ilya Zakharevich proposed using
45010 Taylor's series in such cases, which for such large
45011 arguments is a very good approximation.
45012
45013 Undo "use integer" addition from 64bitint as it seems
45014 to break most of the subtests in Digital UNIX;
45015 Unicos needs to find another way.
45016 Branch: maint-5.6/perl
45017 !> (integrate 29 files)
45018____________________________________________________________________________
45019[ 7270] By: gsar on 2000/10/16 03:09:44
45020 Log: integrate changes#5948,5949,5950 from mainline
45021
45022 typo in vars.pm that leads to cryptic message (from Piotr
45023 Piatkowski <kompas@kompas.usr.onet.pl>)
45024
45025 make perldoc use the pod2man from the same version (from
45026 M.J.T. Guy)
45027
45028 reformat perldiag to avoid long lines
45029 Branch: maint-5.6/perl
45030 !> lib/vars.pm pod/perldiag.pod utils/perldoc.PL
45031____________________________________________________________________________
45032[ 7269] By: gsar on 2000/10/16 03:05:54
45033 Log: integrate change#5947 from mainline
45034
45035 use &dl_error rather than &dl_load_file as the guard for calling
45036 boot_DynaLoader() (meant to fix dl_error() redefined warnings in
45037 statically built perl)
45038 Branch: maint-5.6/perl
45039 !> ext/DynaLoader/DynaLoader_pm.PL ext/DynaLoader/XSLoader_pm.PL
45040____________________________________________________________________________
45041[ 7268] By: gsar on 2000/10/16 03:04:48
45042 Log: integrate change#5945 from mainline
45043
45044 make module name mandatory after -M switch; reorder perldiag
45045 alphabetically (from Mark-Jason Dominus)
45046 Branch: maint-5.6/perl
45047 !> perl.c pod/perldiag.pod
45048____________________________________________________________________________
45049[ 7267] By: gsar on 2000/10/16 03:03:01
45050 Log: integrate change#5939 from mainline
45051
45052 more pod nits (from Larry Virden)
45053 Branch: maint-5.6/perl
45054 !> README.win32 pod/perlsub.pod pod/perlsyn.pod
45055 !> pod/perlthrtut.pod pod/perltoc.pod pod/perltodo.pod
45056 !> pod/perlxs.pod pod/perlxstut.pod vms/perlvms.pod
45057____________________________________________________________________________
45058[ 7266] By: gsar on 2000/10/16 03:01:39
45059 Log: integrate change#5938 from mainline
45060
45061 Consolidated B::Deparse fixes (from Stephen McCamant)
45062 Branch: maint-5.6/perl
45063 !> ext/B/B/Deparse.pm
45064____________________________________________________________________________
45065[ 7265] By: gsar on 2000/10/16 03:00:43
45066 Log: integrate change#5936 from mainline
45067
45068 additional tests for change#7263 (from Paul Marquess)
45069 Branch: maint-5.6/perl
45070 !> t/pragma/warn/2use t/pragma/warn/3both t/pragma/warn/4lint
45071 !> t/pragma/warn/5nolint t/pragma/warn/6default
45072____________________________________________________________________________
45073[ 7264] By: gsar on 2000/10/16 02:58:34
45074 Log: integrate change#5934 from mainline
45075
45076 propagate lexical warnings from surrounding scope correctly
45077 within string eval() (from Paul Marquess)
45078 Branch: maint-5.6/perl
45079 !> pp_ctl.c t/pragma/warn/pp_ctl
45080____________________________________________________________________________
45081[ 7263] By: gsar on 2000/10/16 02:56:53
45082 Log: integrate change#5932 from mainline
45083
45084 add rsignal(), whichsig() and do_join() to public API list
45085 (mod_perl uses them to good advantage)
45086 Branch: maint-5.6/perl
45087 !> embed.pl global.sym objXSUB.h perlapi.c proto.h
45088____________________________________________________________________________
45089[ 7262] By: gsar on 2000/10/16 02:55:53
45090 Log: integrate change#5931 from mainline
45091
45092 fix RE brokenness on refs/overloaded things (from Ilya Zakharevich)
45093 Branch: maint-5.6/perl
45094 !> pp_hot.c regexec.c t/op/pat.t
45095____________________________________________________________________________
45096[ 7261] By: gsar on 2000/10/16 02:55:01
45097 Log: integrate change#5930 from mainline
45098
45099 small os390 tweaks (from Peter Prymmer)
45100 Branch: maint-5.6/perl
45101 !> config_h.SH makedepend.SH
45102____________________________________________________________________________
45103[ 7260] By: gsar on 2000/10/16 02:54:10
45104 Log: integrate change#5929 from mainline
45105
45106 pod nits
45107 Branch: maint-5.6/perl
45108 !> pod/perlguts.pod
45109____________________________________________________________________________
45110[ 7259] By: gsar on 2000/10/16 02:52:55
45111 Log: integrate change#5927 from mainline
45112
45113 arrange for next() to resume at the unstack op rather than the
45114 loop conditional, so that scope cleanup happens correctly
45115 (from Stephen McCamant)
45116 Branch: maint-5.6/perl
45117 !> op.c pp_ctl.c t/op/misc.t
45118____________________________________________________________________________
45119[ 7258] By: gsar on 2000/10/16 02:51:38
45120 Log: integrate change#5926 from mainline
45121
45122 on windows, reserve 16M of stack rather than 128M (allows more
45123 threads to run concurrently)
45124 Branch: maint-5.6/perl
45125 !> win32/Makefile win32/makefile.mk
45126____________________________________________________________________________
45127[ 7257] By: gsar on 2000/10/16 02:50:37
45128 Log: integrate change#5925 from mainline
45129
45130 POSIX-BC tweak (from Ignasi Roca <ignasi.roca@fujitsu.siemens.es>)
45131 Branch: maint-5.6/perl
45132 !> toke.c
45133____________________________________________________________________________
45134[ 7256] By: gsar on 2000/10/16 02:49:36
45135 Log: integrate change#5924 from mainline
45136
45137 avoid using uninitialized memory in require version check
45138 Branch: maint-5.6/perl
45139 !> pp_ctl.c universal.c
45140____________________________________________________________________________
45141[ 7255] By: gsar on 2000/10/16 02:48:03
45142 Log: integrate changes#5923,5928,6009 from mainline
45143
45144 IO::Poll bugs fixed (from Lincoln Stein <lstein@cshl.org>)
45145 Branch: maint-5.6/perl
45146 !> ext/IO/lib/IO/Poll.pm t/lib/io_poll.t
45147____________________________________________________________________________
45148[ 7254] By: gsar on 2000/10/16 02:44:46
45149 Log: integrate change#5922 from mainline
45150
45151 commentary about IoTYPE() (from Nathan Torkington)
45152 Branch: maint-5.6/perl
45153 !> sv.h
45154____________________________________________________________________________
45155[ 7253] By: gsar on 2000/10/16 02:43:49
45156 Log: integrate change#5921 from mainline
45157
45158 make eq unicode-aware (from Gisle Aas); fix bogus tests revealed
45159 Branch: maint-5.6/perl
45160 !> sv.c t/lib/charnames.t t/pragma/utf8.t
45161____________________________________________________________________________
45162[ 7252] By: gsar on 2000/10/16 02:42:31
45163 Log: integrate change#5920 from mainline
23c0d66e 45164
51c9377f
JH
45165 Larry's fix for buggy propagation of utf8-ness in join(); add test
45166 Branch: maint-5.6/perl
45167 !> doop.c t/op/ver.t
23c0d66e 45168____________________________________________________________________________
51c9377f
JH
45169[ 7251] By: gsar on 2000/10/16 02:41:14
45170 Log: integrate changes#5915..5919 from mainline
45171
45172 various (pod tweaks &c)
45173 Branch: maint-5.6/perl
45174 !> (integrate 33 files)
23c0d66e 45175____________________________________________________________________________
51c9377f
JH
45176[ 7250] By: gsar on 2000/10/16 02:38:16
45177 Log: integrate change#5914 from mainline
45178
45179 caller() wasn't returning the right number of elements for
45180 eval {...}
45181 Branch: maint-5.6/perl
45182 !> pp_ctl.c t/pragma/warn/9enabled
23c0d66e 45183____________________________________________________________________________
51c9377f
JH
45184[ 7249] By: gsar on 2000/10/16 02:37:02
45185 Log: integrate change#5913 from mainline
45186
45187 pod nit: $yday range for localtime/gmtime is 0..364 not 1..365
45188 (from Mark-Jason Dominus)
45189 Branch: maint-5.6/perl
45190 !> pod/perlfunc.pod
23c0d66e 45191____________________________________________________________________________
51c9377f
JH
45192[ 7248] By: gsar on 2000/10/16 02:35:58
45193 Log: integrate change#5912 from mainline
45194
45195 fix totally broken caching in UNIVERSAL::isa() (from
45196 Nick Ing-Simmons)
45197 Branch: maint-5.6/perl
45198 !> t/op/universal.t universal.c
a4abfbda 45199____________________________________________________________________________
51c9377f
JH
45200[ 7247] By: gsar on 2000/10/16 02:34:27
45201 Log: integrate changes#5910,5911 from mainline
45202
45203 typo in pod
45204
45205 add linebreak properties from unicode/LineBrk.txt (from
45206 Dave Hartnoll <Dave_Hartnoll@3b2.com>)
45207 Branch: maint-5.6/perl
45208 +> (branch 29 files)
45209 !> ext/Thread/Thread.pm lib/unicode/mktables.PL
a4abfbda 45210____________________________________________________________________________
51c9377f
JH
45211[ 7246] By: gsar on 2000/10/16 02:33:29
45212 Log: integrate change#5909 from mainline
45213
45214 mode argument to do_binmode() should be file mode, not boolean
45215 Branch: maint-5.6/perl
45216 !> pp_sys.c
45217____________________________________________________________________________
45218[ 7245] By: gsar on 2000/10/16 02:31:04
45219 Log: integrate change#5908 from mainline
45220
45221 introduce illegal symbols into null package so that
45222 gv_fetchpv(...,TRUE) always returns a valid GV even when the
45223 symbol is trapped by strictures (avoids coredumps)
45224 Branch: maint-5.6/perl
45225 !> embedvar.h gv.c intrpvar.h perl.c perlapi.h
45226 !> t/pragma/strict-vars
a4abfbda
JH
45227____________________________________________________________________________
45228[ 7244] By: jhi on 2000/10/16 02:29:54
45229 Log: Subject: $Carp::ExportLevel confusion in Exporter
45230 From: "Ben Tilly" <ben_tilly@hotmail.com>
45231 Date: Sat, 14 Oct 2000 16:44:34 EDT
45232 Message-ID: <LAW2-F258sQwY6YHkid00003788@hotmail.com>
45233 Branch: perl
45234 ! lib/Exporter/Heavy.pm
45235____________________________________________________________________________
45236[ 7243] By: jhi on 2000/10/16 02:28:33
45237 Log: Subject: [PATCH perlguts.pod] Document offset hack
45238 From: Simon Cozens <simon@cozens.net>
45239 Message-ID: <20001014193225.A6568@pembro4.pmb.ox.ac.uk>
45240 Date: Sat, 14 Oct 2000 19:32:25 +0100
45241 Branch: perl
45242 ! pod/perlguts.pod
45243____________________________________________________________________________
51c9377f
JH
45244[ 7242] By: gsar on 2000/10/16 02:26:51
45245 Log: integrate changes#5905,5906,5907,6064 from mainline
45246
45247 printf/sprintf didn't get quad types right under use64bitint
45248 Branch: maint-5.6/perl
45249 !> pp_sys.c sv.c t/op/64bitint.t
45250____________________________________________________________________________
a4abfbda
JH
45251[ 7241] By: jhi on 2000/10/16 02:22:44
45252 Log: Subject: small pod patch
45253 From: Dan Boorstein <dan_boo@bellsouth.net>
45254 Date: Sat, 14 Oct 2000 14:29:24 -0400
45255 Message-ID: <39E8A604.B501DB4F@bellsouth.net>
45256 Branch: perl
45257 ! pod/perlfaq7.pod pod/perlmod.pod
45258____________________________________________________________________________
45259[ 7240] By: jhi on 2000/10/16 02:13:46
45260 Log: -w cleanup.
45261
45262 Subject: Re: Problems with bleadperl
45263 From: "Stephen P. Potter" <spp@ds.net>
45264 Date: Fri, 13 Oct 2000 13:32:49 -0400
45265 Message-Id: <200010131732.NAA19391@spp.users.ds.net>
45266 Branch: perl
45267 ! t/pragma/overload.t
45268____________________________________________________________________________
45269[ 7239] By: jhi on 2000/10/16 01:41:18
45270 Log: One more ~utf8 tweak.
45271 Branch: perl
45272 ! t/op/bop.t
45273____________________________________________________________________________
45274[ 7238] By: jhi on 2000/10/16 01:34:14
45275 Log: Tweak the test of #7235.
45276 Branch: perl
45277 ! t/op/bop.t
45278____________________________________________________________________________
45279[ 7237] By: jhi on 2000/10/16 01:25:04
45280 Log: Fix a couple of compiler-noted nits in #7235.
45281 Branch: perl
45282 ! pp.c
45283____________________________________________________________________________
45284[ 7236] By: jhi on 2000/10/16 01:22:46
45285 Log: Fix few quad issues, which for example broke chr(~chr(~0)) for UTF8.
45286 Branch: perl
45287 ! pp.c pp_hot.c
45288____________________________________________________________________________
45289[ 7235] By: jhi on 2000/10/15 16:24:44
45290 Log: Make ~(chr(a).chr(b)) eq chr(~a).chr(~b) on utf8.
45291
45292 From: Simon Cozens <simon@cozens.net>
45293 Subject: [PATCH] Re: [ID 20000918.005] ~ on wide chars
45294 Date: Sat, 14 Oct 2000 20:52:13 +0100
45295 Message-ID: <20001014205213.A9645@pembro4.pmb.ox.ac.uk>
45296 Branch: perl
45297 ! pp.c t/op/bop.t utf8.h
45298____________________________________________________________________________
45299[ 7234] By: jhi on 2000/10/15 15:19:29
45300 Log: split() utf8 fixes. Should fix both 20001014.001 and 20000426.003.
45301 The problem was that rx->minlen was in chars while pp_split()
45302 thought it would be in bytes.
45303 Branch: perl
45304 ! pp.c t/pragma/utf8.t
45305____________________________________________________________________________
45306[ 7233] By: jhi on 2000/10/14 20:24:24
45307 Log: Document FNCASE=y as discussed in the bug 20000902.009.
45308 Branch: perl
45309 ! README.dos
45310____________________________________________________________________________
45311[ 7232] By: jhi on 2000/10/14 18:52:21
45312 Log: Add test for bug id 20000427.003 (which seems to have
45313 been fixed) (also duplicate as 20000427.004, though
45314 with a higher severity). Move one utf8 from op/append
45315 to pragma/utf8, tag the tests with bug ids.
45316 Branch: perl
45317 ! t/op/append.t t/pragma/utf8.t
45318____________________________________________________________________________
45319[ 7231] By: jhi on 2000/10/14 17:28:37
45320 Log: Test cases for bug id 20000323.056 (the bug seems to be fixed).
45321 Branch: perl
45322 ! t/pragma/utf8.t
45323____________________________________________________________________________
0b3b9d72
JH
45324[ 7230] By: jhi on 2000/10/14 14:24:50
45325 Log: Needs to be conditional on SunOS 4.
45326
45327 Subject: [Pach 5.7.0@7229] Removing -ldb from the core build
45328 From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
45329 Date: Sat, 14 Oct 2000 13:37:49 +0100
45330 Message-ID: <000101c035db$8ffb60a0$2614140a@bfs.phone.com>
45331 Branch: metaconfig/U/perl
45332 ! End.U
45333 Branch: perl
45334 ! Configure myconfig.SH pod/perldelta.pod
45335____________________________________________________________________________
a4abfbda
JH
45336[ 7229] By: jhi on 2000/10/14 00:49:22
45337 Log: Update Changes.
45338 Branch: perl
45339 ! Changes patchlevel.h
45340____________________________________________________________________________
0835f758
JH
45341[ 7228] By: jhi on 2000/10/14 00:46:10
45342 Log: Subject: RFC: a (temporary?) way around utf8.pm for EBCDIC
45343 From: Peter Prymmer <pvhp@forte.com>
45344 Date: Fri, 13 Oct 2000 15:59:56 -0700 (PDT)
45345 Message-ID: <Pine.OSF.4.10.10010131548260.133963-100000@aspara.forte.com>
45346 Branch: perl
45347 ! lib/utf8.pm
45348____________________________________________________________________________
45349[ 7227] By: jhi on 2000/10/13 23:20:30
45350 Log: Make the test acknowledge that self-ties are disabled as #7213 said.
45351 Branch: perl
45352 ! t/op/tie.t
45353____________________________________________________________________________
45354[ 7226] By: jhi on 2000/10/13 22:14:32
45355 Log: Tweak #7225.
45356
45357 Subject: Re: [ID 20001006.014] Not OK: perl v5.7.0 +DEVEL7158 on os390 05.00 (UNINSTALLED) [PATCH bleadperl]
45358 From: Peter Prymmer <pvhp@forte.com>
45359 Date: Fri, 13 Oct 2000 14:44:49 -0700 (PDT)
45360 Message-ID: <Pine.OSF.4.10.10010131414410.133963-100000@aspara.forte.com>
45361 Branch: perl
45362 ! t/op/sprintf.t
45363____________________________________________________________________________
45364[ 7225] By: jhi on 2000/10/13 22:11:31
45365 Log: op/sprintf.t patch for OS/390 (and any other host with limited
45366 floating-point exponent length)
45367
45368 Subject: Re: [ID 20001006.014] Not OK: perl v5.7.0 +DEVEL7158 on os390 05.00 (UNINSTALLED) [PATCH bleadperl]
45369 From: Dominic Dunlop <domo@computer.org>
45370 Date: Fri, 13 Oct 2000 19:17:57 +0200
45371 Message-Id: <p04320400b60cf2a6a05c@[192.168.1.4]>
45372 Branch: perl
45373 ! t/op/sprintf.t
45374____________________________________________________________________________
45375[ 7224] By: jhi on 2000/10/13 18:40:48
45376 Log: Allow @+ and @- to be doublequoted, from Simon Cozens.
45377 Branch: perl
45378 ! toke.c
45379____________________________________________________________________________
45380[ 7223] By: jhi on 2000/10/13 18:37:13
45381 Log: Thinko in #7222.
45382 Branch: perl
45383 ! utf8.c
45384____________________________________________________________________________
45385[ 7222] By: jhi on 2000/10/13 18:05:23
45386 Log: Use UTF8SKIP(), from Simon Cozens.
45387 Branch: perl
45388 ! utf8.c
45389____________________________________________________________________________
45390[ 7221] By: jhi on 2000/10/13 15:43:19
45391 Log: (accidentally empty check-in)
45392 Branch: perl
45393 ! utf8.c
45394____________________________________________________________________________
45395[ 7220] By: jhi on 2000/10/13 15:23:51
45396 Log: Add (optimistically) Storable to static extensions.
45397 Branch: perl
45398 ! hints/uwin.sh hints/vmesa.sh
45399____________________________________________________________________________
45400[ 7219] By: jhi on 2000/10/13 15:20:05
45401 Log: Amdahl UTS doesn't seem to do dynaloading.
45402 Branch: perl
45403 ! hints/uts.sh
45404____________________________________________________________________________
45405[ 7218] By: jhi on 2000/10/13 15:15:20
45406 Log: Slight tweak of the code to appease Amdahl UTS cc.
45407 Branch: perl
45408 ! pp.c
45409____________________________________________________________________________
45410[ 7217] By: jhi on 2000/10/13 14:50:42
45411 Log: In Amdahl UTS "struct sv" is defined by a system header,
45412 <ksync.h>.
45413 Branch: perl
45414 ! perl.h sv.h
45415____________________________________________________________________________
45416[ 7216] By: jhi on 2000/10/13 11:58:25
45417 Log: Ilya implemented the memory profiling API.
45418 Branch: perl
45419 ! Todo
45420____________________________________________________________________________
45421[ 7215] By: jhi on 2000/10/13 02:56:38
45422 Log: Subject: [PATCH 5.7.0] Perl API for mstats
45423 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
45424 Date: Thu, 12 Oct 2000 22:52:40 -0400
45425 Message-ID: <20001012225240.A7113@monk.mps.ohio-state.edu>
45426 Branch: perl
45427 ! ext/Devel/Peek/Peek.pm ext/Devel/Peek/Peek.xs
45428____________________________________________________________________________
45429[ 7214] By: jhi on 2000/10/13 02:55:38
45430 Log: Subject: [PATCH 5.7.0] IVs in mtats
45431 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
45432 Date: Thu, 12 Oct 2000 22:51:04 -0400
45433 Message-ID: <20001012225104.A7103@monk.mps.ohio-state.edu>
45434 Branch: perl
45435 ! malloc.c perl.h
45436____________________________________________________________________________
45437[ 7213] By: jhi on 2000/10/13 02:31:47
45438 Log: Self-ties are unsupported currently, stopgap patch from Alan Burlison.
45439 Branch: perl
45440 ! pod/perldiag.pod pp_sys.c
45441____________________________________________________________________________
45442[ 7212] By: jhi on 2000/10/13 01:27:38
45443 Log: Subject: [PATCH: perl@7181] was: Re: off to a bad start on fixing regression tests
45444 From: Peter Prymmer <pvhp@forte.com>
45445 Date: Tue, 10 Oct 2000 10:26:07 -0700 (PDT)
45446 Message-ID: <Pine.OSF.4.10.10010101020180.441897-100000@aspara.forte.com>
45447 Branch: perl
45448 ! t/op/oct.t
45449____________________________________________________________________________
45450[ 7211] By: jhi on 2000/10/13 00:35:09
45451 Log: Update Changes.
45452 Branch: perl
45453 ! Changes patchlevel.h
45454____________________________________________________________________________
9b10d7ba
JH
45455[ 7210] By: jhi on 2000/10/12 23:59:40
45456 Log: The Install.pm third of
45457
45458 Subject: Proposed patches, Install.pm getopts.pl termcap.pl
45459 From: Bill Campbell <bill@celestial.com>
45460 Message-ID: <20001005180451.A22029@kstarr.celestial.com>
45461 Date: Thu, 5 Oct 2000 18:04:51 -0700
45462 Branch: perl
45463 ! lib/ExtUtils/Install.pm
45464____________________________________________________________________________
45465[ 7209] By: jhi on 2000/10/12 23:58:43
45466 Log: Two thirds of
45467
45468 Subject: Proposed patches, Install.pm getopts.pl termcap.pl
45469 Date: Thu, 5 Oct 2000 18:04:51 -0700
45470 From: Bill Campbell <bill@celestial.com>
45471 Message-ID: <20001005180451.A22029@kstarr.celestial.com>
45472
45473 The Install.pm changes will be submitted separately because
45474 they need some work and discussion still.
45475 Branch: perl
45476 ! lib/getopts.pl lib/termcap.pl
45477____________________________________________________________________________
45478[ 7208] By: jhi on 2000/10/12 23:41:19
45479 Log: Subject: [PATCH] 5.6.0 & 5.7.1, VMS fixes
45480 From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
45481 Date: Thu, 12 Oct 2000 07:30:02 EDT
45482 Message-Id: <001012072828.2eabc@DUPHY4.Physics.Drexel.Edu>
45483 Branch: perl
45484 ! lib/File/Temp.pm t/lib/st-lock.t t/pod/find.t
45485 ! t/pod/testp2pt.pl vms/gen_shrfls.pl
45486____________________________________________________________________________
45487[ 7207] By: jhi on 2000/10/12 23:39:01
45488 Log: An updated EBCDIC tr patch.
45489
45490 Subject: Re: [PATCH: perl@7181] op/tr tests on OS/390
45491 From: Peter Prymmer <pvhp@forte.com>
45492 Date: Wed, 11 Oct 2000 17:16:30 -0700 (PDT)
45493 Message-ID: <Pine.OSF.4.10.10010111707430.516446-100000@aspara.forte.com>
45494 Branch: perl
45495 ! t/op/tr.t
45496____________________________________________________________________________
45497[ 7206] By: jhi on 2000/10/12 23:34:55
45498 Log: Upgrade to CPAN 1.58, from Andreas König.
45499 Branch: perl
45500 ! lib/CPAN.pm lib/CPAN/FirstTime.pm
45501____________________________________________________________________________
0b3b9d72
JH
45502[ 7205] By: jhi on 2000/10/12 23:29:08
45503 Log: Introduce the man[24-8] variables, from Andy Dougherty.
45504 Branch: metaconfig/U/perl
45505 + mandirs.U mandirstyle.U
45506 Branch: perl
45507 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
45508 ! config_h.SH epoc/config.sh uconfig.h uconfig.sh vos/config.def
45509 ! vos/config.h vos/config.pl vos/config_h.SH_orig
45510 ! win32/config.bc win32/config.gc win32/config.vc
45511____________________________________________________________________________
9b10d7ba
JH
45512[ 7204] By: gsar on 2000/10/12 18:11:24
45513 Log: restore change#7202
45514 Branch: perl
45515 ! mg.c
45516____________________________________________________________________________
45517[ 7203] By: gsar on 2000/10/12 18:09:40
45518 Log: another test of the Emergency Broadcast System--back out
45519 change#7202
45520 Branch: perl
45521 ! mg.c
45522____________________________________________________________________________
45523[ 7202] By: gsar on 2000/10/12 16:40:47
45524 Log: (submitted on behalf of Jarkko)
45525 Fix the lib/encode.t subtest 6 failure as reported by Andreas
45526 Koenig, gmagical substr() wasn't propagating UTF8ness. The bug
45527 was unearthed by change 7182, as was a bug in HTML::Entities.
45528 Branch: perl
45529 ! mg.c
45530____________________________________________________________________________
45531[ 7201] By: jhi on 2000/10/11 03:16:05
45532 Log: SvPV() (via mg_get() of sv_2pv()) can update the UTF8ness of the SVs.
45533 Branch: perl
45534 ! pp_hot.c t/pragma/utf8.t
45535____________________________________________________________________________
45536[ 7200] By: jhi on 2000/10/11 00:40:30
45537 Log: The #7198 was a false alarm.
45538 Branch: perl
45539 ! pp_hot.c
45540____________________________________________________________________________
45541[ 7199] By: jhi on 2000/10/11 00:26:04
45542 Log: Remove duplicated code.
45543 Branch: perl
45544 ! t/lib/cgi-html.t
45545____________________________________________________________________________
45546[ 7198] By: jhi on 2000/10/10 23:30:46
45547 Log: (Retracted by #7200.)
45548 Branch: perl
45549 ! pp_hot.c
45550____________________________________________________________________________
45551[ 7197] By: jhi on 2000/10/10 21:49:30
45552 Log: Add the test case for #7190, from the original bug report
45553 by Andreas König.
45554 Branch: perl
45555 ! t/pragma/utf8.t
45556____________________________________________________________________________
45557[ 7196] By: jhi on 2000/10/10 21:40:49
45558 Log: Reapply Andy's patch and regen Configure.
45559 Branch: perl
45560 ! Configure INSTALL Makefile.SH Porting/Glossary
45561 ! Porting/config.sh config_h.SH epoc/config.sh installperl
45562 ! uconfig.sh vos/config.def win32/config.bc win32/config.gc
45563 ! win32/config.vc
45564____________________________________________________________________________
45565[ 7195] By: jhi on 2000/10/10 21:09:30
45566 Log: Use the versiononly instead of the installscripts,
45567 retract the changes 7146 and 7147.
45568 Branch: perl
45569 ! Configure INSTALL Makefile.SH Porting/Glossary
45570 ! Porting/config.sh Porting/config_H config_h.SH epoc/config.sh
45571 ! installperl uconfig.sh vos/config.def win32/config.bc
45572 ! win32/config.gc win32/config.vc
45573____________________________________________________________________________
45574[ 7194] By: jhi on 2000/10/10 21:06:15
45575 Log: Subject: [PATCH: perl@7181] ver.t v string tests for os/390
45576 From: Peter Prymmer <pvhp@forte.com>
45577 Date: Tue, 10 Oct 2000 13:24:18 -0700 (PDT)
45578 Message-ID: <Pine.OSF.4.10.10010101322510.441897-100000@aspara.forte.com>
45579 Branch: perl
45580 ! t/op/ver.t
45581____________________________________________________________________________
45582[ 7193] By: jhi on 2000/10/10 21:05:12
45583 Log: Subject: [PATCH: perl@7181] op/tr tests on OS/390
45584 From: Peter Prymmer <pvhp@forte.com>
45585 Date: Tue, 10 Oct 2000 13:56:35 -0700 (PDT)
45586 Message-ID: <Pine.OSF.4.10.10010101355140.441897-100000@aspara.forte.com>
45587 Branch: perl
45588 ! t/op/tr.t
45589____________________________________________________________________________
51c9377f
JH
45590[ 7192] By: jhi on 2000/10/10 20:57:30
45591 Log: Add versiononly, delete installscripts, from Andy Dougherty.
45592 Branch: metaconfig
45593 - U/installdirs/installscripts.U
45594 Branch: metaconfig/U/perl
45595 + versiononly.U
45596____________________________________________________________________________
9b10d7ba
JH
45597[ 7191] By: jhi on 2000/10/10 19:41:21
45598 Log: Subject: [PATCH: perl@7181] perlebcdic.pod updates and corrections
45599 From: Peter Prymmer <pvhp@forte.com>
45600 Date: Tue, 10 Oct 2000 12:35:57 -0700 (PDT)
45601 Message-ID: <Pine.OSF.4.10.10010101231390.441897-100000@aspara.forte.com>
45602 Branch: perl
45603 ! pod/perlebcdic.pod
45604____________________________________________________________________________
45605[ 7190] By: jhi on 2000/10/10 19:26:14
45606 Log: Subject: Re: utf8 concat, mg_get
45607 From: Simon Cozens <simon@cozens.net>
45608 Date: Tue, 10 Oct 2000 17:40:17 +0100
45609 Message-ID: <20001010174017.A13130@pembro4.pmb.ox.ac.uk>
45610 Branch: perl
45611 ! pp_hot.c
45612____________________________________________________________________________
45613[ 7189] By: jhi on 2000/10/10 19:23:03
45614 Log: Subject: [ID 20000720.004] ExtUtils::MakeMaker finds wrong version of perl
45615 From: jdb@dfwnet.sbms.sbc.com (J. David Blackstone)
45616 Date: Thu, 20 Jul 2000 13:31:22 -0500 (CDT)
45617 Message-Id: <200007201831.NAA05776@dfwnet1.dfwnet.sbms.sbc.com>
45618 Branch: perl
45619 ! lib/ExtUtils/MM_Unix.pm
45620____________________________________________________________________________
45621[ 7188] By: jhi on 2000/10/10 15:31:24
45622 Log: Subject: RE: [ID 19990803.001] README.win32 suggestions
45623 From: "Moore, Paul" <Paul.Moore@uk.origin-it.com>
45624 Date: Fri, 14 Jul 2000 10:47:36 +0100
45625 Message-ID: <714DFA46B9BBD0119CD000805FC1F53B012A8224@UKRUX002.rundc.uk.origin-it.com>
45626 Branch: perl
45627 ! README.win32
45628____________________________________________________________________________
45629[ 7187] By: jhi on 2000/10/10 13:30:10
45630 Log: Quote the temp file name, needed in Win32 because the
45631 default name unfortunately contains spaces, shouldn't
45632 hurt elsewhere.
45633
45634 Subject: FW: perldoc fails if $TEMP contains spaces
45635 From: "Moore, Paul" <Paul.Moore@uk.origin-it.com>
45636 Date: Thu, 14 Sep 2000 08:58:45 +0100
45637 Message-ID: <714DFA46B9BBD0119CD000805FC1F53B012A82AA@UKRUX002.rundc.uk.origin-it.com>
45638 Branch: perl
45639 ! utils/perldoc.PL
45640____________________________________________________________________________
45641[ 7186] By: jhi on 2000/10/10 13:16:27
45642 Log: Subject: [PATCH 5.6.0] Re: [ID 20001009.004] SEGV from sprintf in a thread
45643 From: hv@hugo.hybyte.com
45644 Date: Tue, 10 Oct 2000 14:10:20 +0100
45645 Message-Id: <200010101310.OAA00953@hugo.hybyte.com>
45646 Branch: perl
45647 ! t/lib/thr5005.t util.c
45648____________________________________________________________________________
45649[ 7185] By: jhi on 2000/10/10 12:06:22
45650 Log: Upgrade to podlators 1.04, from Russ Allbery.
45651 Branch: perl
45652 ! lib/Pod/Man.pm lib/Pod/Text.pm
45653____________________________________________________________________________
45654[ 7184] By: jhi on 2000/10/10 12:01:32
45655 Log: Upgrade to CGI.pm 2.74, from Lincoln Stein.
45656 Branch: perl
45657 ! lib/CGI.pm t/lib/cgi-form.t t/lib/cgi-html.t
45658____________________________________________________________________________
45659[ 7183] By: jhi on 2000/10/09 23:47:15
45660 Log: Subject: [PATCH: perl@7159] various VMS cleanup issues + CXX configure
45661 From: Peter Prymmer <pvhp@forte.com>
45662 Message-ID: <Pine.OSF.4.10.10010091625290.260786-100000@aspara.forte.com>
45663 Date: Mon, 9 Oct 2000 16:30:44 -0700 (PDT)
45664 Branch: perl
45665 ! configure.com vms/descrip_mms.template vms/vms.c vms/vmsish.h
45666____________________________________________________________________________
45667[ 7182] By: jhi on 2000/10/09 23:43:16
45668 Log: Make eq work again with utf8 (disabling the upgrading
45669 should no more be necessary since the copies of the
45670 scalars are upgraded, not the scalars themselves).
45671 Takes care of ID 20001009.001. (The claimed length()
45672 bug in 20001009.001 seems bogus to me.)
45673 Branch: perl
45674 ! sv.c t/pragma/utf8.t
45675____________________________________________________________________________
45676[ 7181] By: gsar on 2000/10/09 19:41:54
45677 Log: tweak for change#7173
45678 Branch: perl
45679 ! win32/win32sck.c
45680____________________________________________________________________________
45681[ 7180] By: gsar on 2000/10/09 19:26:56
45682 Log: on Windows, clean targets might not work under some flavors of the shell
45683 Branch: perl
45684 ! win32/Makefile win32/makefile.mk
45685____________________________________________________________________________
45686[ 7179] By: jhi on 2000/10/09 19:21:02
45687 Log: Update Changes.
45688 Branch: perl
45689 ! Changes patchlevel.h
45690____________________________________________________________________________
3a3d8f3c
JH
45691[ 7178] By: jhi on 2000/10/09 19:18:23
45692 Log: Warn about unknown scripts.
45693
45694 Subject: Re: ideas? patches? [PATCH bleadperl]
45695 From: Dominic Dunlop <domo@computer.org>
45696 Date: Mon, 9 Oct 2000 14:57:17 +0200
45697 Message-Id: <p04320400b6076a75b15f@[192.168.1.4]>
45698 Branch: perl
45699 ! lib/charnames.pm
45700____________________________________________________________________________
0b3b9d72
JH
45701[ 7177] By: jhi on 2000/10/09 19:13:27
45702 Log: Change #7160 had a nasty typo.
45703 Branch: metaconfig
45704 ! U/compline/Compile.U
45705 Branch: perl
45706 ! Configure config_h.SH
45707____________________________________________________________________________
3a3d8f3c
JH
45708[ 7176] By: gsar on 2000/10/09 18:59:33
45709 Log: pod nit
45710 Branch: perl
45711 ! pod/perlport.pod
45712____________________________________________________________________________
45713[ 7175] By: gsar on 2000/10/09 18:54:28
45714 Log: Windows9x doesn't support link(), despite what Config.pm
45715 might think
45716 Branch: perl
45717 ! lib/ExtUtils/Manifest.pm
45718____________________________________________________________________________
45719[ 7174] By: gsar on 2000/10/09 18:50:03
45720 Log: avoid nonportable example code
45721 Branch: perl
45722 ! lib/File/Copy.pm
45723____________________________________________________________________________
45724[ 7173] By: gsar on 2000/10/09 18:46:54
45725 Log: on Windows, avoid potential exception (could happen if MSVCRT isn't
45726 being used) when closing a socket handle
45727 Branch: perl
45728 ! win32/win32.c win32/win32.h win32/win32sck.c
45729____________________________________________________________________________
45730[ 7172] By: gsar on 2000/10/09 18:41:40
45731 Log: on Windows, cwd strings in the environment should be of the
45732 form =X:=X:\foo instead of =X=X:\foo\
45733 Branch: perl
45734 ! win32/vdir.h
45735____________________________________________________________________________
45736[ 7171] By: gsar on 2000/10/09 18:30:09
45737 Log: on Windows, LoadLibrary() could load an extension DLL multiple
45738 times if forward slashes are used in the path
45739 Branch: perl
45740 ! win32/win32.c
45741____________________________________________________________________________
45742[ 7170] By: jhi on 2000/10/09 17:53:59
45743 Log: Add a todo note about overloadable assertions.
45744 Branch: perl
45745 ! Todo-5.6
45746____________________________________________________________________________
45747[ 7169] By: jhi on 2000/10/09 13:43:45
45748 Log: Subject: PATCH 5.6 perldebguts grammar cleanup
45749 From: mjd@plover.com
45750 Date: 9 Oct 2000 00:24:44 -0000
45751 Message-ID: <20001009002444.10616.qmail@plover.com>
45752 Branch: perl
45753 ! pod/perldebguts.pod
45754____________________________________________________________________________
45755[ 7168] By: nick on 2000/10/08 13:16:33
45756 Log: Tables assume network byte order for 16 bit forms, so 'S' packing
45757 is not right thing to do on (e.g. x86). Network order is also "right" for
45758 X fonts.
45759 Branch: perl
45760 ! ext/Encode/Encode.pm
45761____________________________________________________________________________
45762[ 7167] By: nick on 2000/10/08 12:54:42
45763 Log: Make "encodings" work post-install when Encode/*.enc files may not
45764 be in same directory as Encode.pm
45765 Branch: perl
45766 ! ext/Encode/Encode.pm
45767____________________________________________________________________________
45768[ 7166] By: nick on 2000/10/08 11:51:26
45769 Log: Work round the fact that $hash->{$key} does not take into account
45770 UTF8'ness of $key yet. Thus fromUnicode needs to do $hash->{chr(ord($ch))}
45771 so that key is always in the "expected" encoding - i.e. same way we put
45772 it in the hash.
45773 Branch: perl
45774 ! ext/Encode/Encode.pm
45775____________________________________________________________________________
45776[ 7165] By: gsar on 2000/10/08 04:15:29
45777 Log: save_re_context() could reset PL_curcop to freed memory, causing core
45778 dumps in code such as C<use CGI::Carp; use something_that_calls_die;>
45779 Branch: perl
45780 ! pp_ctl.c
45781____________________________________________________________________________
45782[ 7164] By: jhi on 2000/10/06 20:51:48
45783 Log: UTF8ize split() so that the cloned substrings get the UTF8
45784 flag of the original scalar. Problem reported by Simon Cozens.
45785 Branch: perl
45786 ! pp.c t/pragma/utf8.t
45787____________________________________________________________________________
45788[ 7163] By: nick on 2000/10/06 20:48:34
45789 Log: Fix in change 7162 was too-late for case where we "upgraded" to PVIV and
45790 got a false +ve and so did not reach code which would have un-FAKEd the SV.
45791 Branch: perl
45792 ! sv.c
45793____________________________________________________________________________
45794[ 7162] By: nick on 2000/10/06 20:25:37
45795 Log: Make sv_upgrade() undo READONLY|FAKE shared string hackery.
45796 To fix (sort {$a <=> $b} keys %hash) in particular but
45797 should cover a number of other as-yet-unknown cases as well.
45798 Branch: perl
45799 ! sv.c
45800____________________________________________________________________________
45801[ 7161] By: jhi on 2000/10/06 19:56:18
45802 Log: Change the version number of Tie::Handle in the core to 4.0,
45803 the (unrelated) Tie::Handle in CPAN will remain at 3.0.
45804
45805 Subject: Note on Tie::Handle
45806 From: andreas.koenig@anima.de (Andreas J. Koenig)
45807 Date: 06 Oct 2000 21:48:58 +0200
45808 Message-ID: <m3ya01kaxh.fsf@ak-71.mind.de>
45809 Branch: perl
45810 ! lib/Tie/Handle.pm
45811____________________________________________________________________________
0b3b9d72
JH
45812[ 7160] By: jhi on 2000/10/06 18:20:35
45813 Log: Fix bug in #7157 (s/cflags/ccflags); moved the -o foo
45814 as the first option of cc/ld because of ultrapicky compilers
45815 (e.g. OS/390 R2.5)
45816 Branch: metaconfig
45817 + U/modified/d_getpgrp.U U/modified/d_setpgrp.U
45818 ! U/compline/Compile.U U/compline/Csym.U U/compline/ccflags.U
45819 ! U/compline/orderlib.U U/modified/Cppsym.U
45820 ! U/modified/d_access.U
45821 Branch: metaconfig/U/perl
45822 ! Checkcc.U d_dlsymun.U gccvers.U
45823 Branch: perl
45824 ! Configure config_h.SH
45825____________________________________________________________________________
3a3d8f3c
JH
45826[ 7159] By: jhi on 2000/10/06 13:56:39
45827 Log: Update Changes.
45828 Branch: perl
45829 ! Changes patchlevel.h
45830____________________________________________________________________________
db9f7605
JH
45831[ 7158] By: jhi on 2000/10/06 12:48:40
45832 Log: Eliminate $Is_VMS code from the test.
45833
45834 Subject: Re: [ID 20001004.005] Not OK: perl v5.7.0 +DEVEL7129 on VMS_AXP V7.1
45835 From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
45836 Message-Id: <001005074528.21621@DUPHY4.Physics.Drexel.Edu>
45837 Date: Thu, 5 Oct 2000 07:46:33 EDT
45838 Branch: perl
45839 ! t/lib/b.t
45840____________________________________________________________________________
0b3b9d72
JH
45841[ 7157] By: jhi on 2000/10/06 12:47:13
45842 Log: Also the $ccflags is needed for the C compiler check.
45843
45844 Subject: Configure (check for C-compiler)
45845 From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
45846 Date: Fri, 06 Oct 2000 08:47:15 +0200
45847 Message-Id: <20001006084120.C52B.H.M.BRAND@hccnet.nl>
45848 Branch: metaconfig/U/perl
45849 ! Checkcc.U
45850 Branch: perl
45851 ! Configure config_h.SH
45852____________________________________________________________________________
db9f7605
JH
45853[ 7156] By: jhi on 2000/10/06 11:45:15
45854 Log: The HINT_BYTE patch is apparently unnecessary, retracted.
45855 Branch: perl
45856 ! perl.c pp_ctl.c sv.h utf8.c
45857____________________________________________________________________________
45858[ 7155] By: jhi on 2000/10/06 11:40:41
45859 Log: IO::Handle->syswrite() did not handle length omission
45860 like CORE::syswrite() does.
45861
45862 Subject: [Fwd] IO::Handle, syswrite and arguments
45863 From: Graham Barr <gbarr@pobox.com>
45864 Date: Fri, 6 Oct 2000 10:22:05 +0100
45865 Message-ID: <20001006102205.U6312@pobox.com>
45866
45867 The original patch from andrew@ugh.net.au.
45868 Branch: perl
45869 ! ext/IO/lib/IO/Handle.pm
45870____________________________________________________________________________
45871[ 7154] By: jhi on 2000/10/06 01:42:15
45872 Log: Tweak #7153.
45873 Branch: perl
45874 ! utf8.h
45875____________________________________________________________________________
45876[ 7153] By: jhi on 2000/10/06 00:39:55
45877 Log: Patch from Simon Cozens to avoid using utf8 routines in EBCDIC.
45878 Branch: perl
45879 ! utf8.h
45880____________________________________________________________________________
45881[ 7152] By: jhi on 2000/10/06 00:38:11
45882 Log: Patch from Peter Prymmer to disable utf8 in EBCDIC platforms.
45883 Branch: perl
45884 ! perl.c pp_ctl.c sv.h utf8.c
45885____________________________________________________________________________
45886[ 7151] By: jhi on 2000/10/06 00:36:38
45887 Log: Subject: Re: Questions about Tie::Array and perl modules
45888 From: Nick Ing-Simmons <nik@tiuk.ti.com>
45889 Date: Thu, 5 Oct 2000 09:37:11 +0100 (BST)
45890 Message-Id: <200010050837.JAA00564@mikado.tiuk.ti.com>
45891
45892 Bug reported and fix suggested by Philip D Crow <pcrow@hertz.com>.
45893 Branch: perl
45894 ! lib/Tie/Array.pm t/op/array.t
45895____________________________________________________________________________
45896[ 7150] By: jhi on 2000/10/05 00:20:45
45897 Log: Regen Changes.
45898 Branch: perl
45899 ! Changes patchlevel.h
45900____________________________________________________________________________
8511762d
JH
45901[ 7149] By: jhi on 2000/10/05 00:20:01
45902 Log: Regen toc.
45903 Branch: perl
45904 ! pod/perltoc.pod
45905____________________________________________________________________________
45906[ 7148] By: jhi on 2000/10/04 23:35:08
45907 Log: Code around the stat-on-a-pipe-returns-a-mode-of-zero bug
45908 reported several times by Dominic Dunlop, for example in
45909 ID 20000315.008. Patch from Dominic. Patch affects at
45910 least MachTen, and possibly other oldish BSDs. Should not
45911 break non-broken platforms (tested on LinuxPPC).
45912 Branch: perl
45913 ! doio.c
45914____________________________________________________________________________
51c9377f
JH
45915[ 7147] By: jhi on 2000/10/04 23:26:34
45916 Log: The one that got away from 7146.
45917 Branch: metaconfig
45918 + U/installdirs/installscripts.U
45919____________________________________________________________________________
8511762d
JH
45920[ 7146] By: jhi on 2000/10/04 23:25:04
45921 Log: Enable disabling scripts installation by Configure -Uinstallscripts,
45922 suggested by H. Merijn Brand.
45923 Branch: perl
45924 ! Configure INSTALL Makefile.SH Porting/Glossary
45925 ! Porting/config.sh Porting/config_H epoc/config.sh installperl
45926 ! uconfig.sh vos/config.def win32/config.bc win32/config.gc
45927 ! win32/config.vc
45928____________________________________________________________________________
45929[ 7145] By: jhi on 2000/10/04 22:08:21
45930 Log: Subject: Re: [PATCH 5.7.0] h2xs not documenting the created module
45931 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
45932 Date: Wed, 4 Oct 2000 17:37:46 -0400
45933 Message-ID: <20001004173746.A26697@monk.mps.ohio-state.edu>
45934 Branch: perl
45935 ! utils/h2xs.PL
45936____________________________________________________________________________
45937[ 7144] By: jhi on 2000/10/04 18:11:41
45938 Log: Subject: [PATCH perlrun.pod] Re: [ID 20000930.002] perlrun nor perldelta mention -s modification
45939 From: Jeff Pinyan <jeffp@crusoe.net>
45940 Date: Tue, 3 Oct 2000 16:35:42 -0400 (EDT)
45941 Message-ID: <Pine.GSO.4.21.0010031634530.14163-100000@crusoe.crusoe.net>
45942 Branch: perl
45943 ! pod/perlrun.pod
45944____________________________________________________________________________
45945[ 7143] By: jhi on 2000/10/04 18:09:58
45946 Log: Subject: perlhack.pod Patch for Externals Tools
45947 From: Fisher Mark <fisherm@tce.com>
45948 Date: Tue, 3 Oct 2000 15:43:27 -0500
45949 Message-ID: <B9B6874277EED211B1890008C707AF530505B180@indyexch3.indy.tce.com>
45950 Branch: perl
45951 ! pod/perlhack.pod
45952____________________________________________________________________________
45953[ 7142] By: jhi on 2000/10/04 18:08:41
45954 Log: Subject: [PATCH] 5.6.0 & 5.7.0 VMS TZ fix for VMS6.2 and earlier
45955 From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
45956 Date: Wed, 4 Oct 2000 12:11:11 EDT
45957 Message-Id: <001004120530.25cb5@DUPHY4.Physics.Drexel.Edu>
45958 Branch: perl
45959 ! vms/vms.c
45960____________________________________________________________________________
45961[ 7141] By: jhi on 2000/10/04 12:20:16
45962 Log: Subject: [PATCH 5.7.0] h2xs not working
45963 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
45964 Message-ID: <20001003214301.A22851@monk.mps.ohio-state.edu>
45965 Date: Tue, 3 Oct 2000 21:43:01 -0400
45966
45967 Subject: [PATCH 5.7.0] h2xs not documenting the created module
45968 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
45969 Date: Tue, 3 Oct 2000 22:55:19 -0400
45970 Message-ID: <20001003225519.A23360@monk.mps.ohio-state.edu>
45971 Branch: perl
45972 ! utils/h2xs.PL
45973____________________________________________________________________________
45974[ 7140] By: jhi on 2000/10/04 11:53:44
45975 Log: Subject: [ID 20001004.003] installman "Ambiguous call resolved as CORE::"
45976 From: nick@babyhippo.com
45977 Date: Wed, 4 Oct 2000 12:06:45 +0100
45978 Message-Id: <20001004120645.A7356@babyhippo.com>
45979
45980 Retract 7118 and 7135.
45981 Branch: perl
45982 ! installman installperl op.c t/pragma/subs.t
45983____________________________________________________________________________
0b3b9d72
JH
45984[ 7139] By: jhi on 2000/10/03 22:09:41
45985 Log: It is possible to have no hosts database at all. Pointed out in
45986
45987 Subject: [PATCH: 7131] PWPASSWD problem for passwd less pwd's
45988 From: Peter Prymmer <pvhp@forte.com>
45989 Date: Tue, 3 Oct 2000 12:05:59 -0700 (PDT)
45990 Message-ID: <Pine.OSF.4.10.10010031203470.388222-100000@aspara.forte.com>
45991 Branch: metaconfig
45992 ! U/modified/myhostname.U
45993 Branch: perl
45994 ! Configure config_h.SH
45995____________________________________________________________________________
8511762d
JH
45996[ 7138] By: jhi on 2000/10/03 21:49:49
45997 Log: Subject: [PATCH: 7131] PWPASSWD problem for passwd less pwd's
45998 From: Peter Prymmer <pvhp@forte.com>
45999 Date: Tue, 3 Oct 2000 12:05:59 -0700 (PDT)
46000 Message-ID: <Pine.OSF.4.10.10010031203470.388222-100000@aspara.forte.com>
46001 Branch: perl
46002 ! pp_sys.c
46003____________________________________________________________________________
46004[ 7137] By: jhi on 2000/10/03 20:10:05
46005 Log: One remaining nit less at the VMS mailbox sizing.
46006 Branch: perl
46007 ! vms/vms.c
46008____________________________________________________________________________
46009[ 7136] By: jhi on 2000/10/03 20:08:47
46010 Log: Test harness update to sync with the new perlcc,
46011 from Simon Cozens.
46012 Branch: perl
46013 ! t/TEST t/UTEST
46014____________________________________________________________________________
46015[ 7135] By: jhi on 2000/10/03 15:15:42
46016 Log: Subject: Re: PATCH for 20001003.004
46017 Date: Tue, 3 Oct 2000 11:03:04 -0400 (EDT)
46018 From: "AARON B. DOSSETT" <aaron@iglou.com>
46019 Message-Id: <E13gTay-0006od-00@iglou.com>
46020 Branch: perl
46021 ! installman installperl
46022____________________________________________________________________________
46023[ 7134] By: jhi on 2000/10/03 15:00:34
46024 Log: Subject: [ID 20001003.006] B::Debug not -w clean
46025 From: Nicholas Clark <nick@babyhippo.co.uk>
46026 Date: Tue, 03 Oct 2000 15:46:32 +0100
46027 Message-Id: <E13gTKy-0002R2-00@fruitbat.babyhippo.co.uk>
46028 Branch: perl
46029 ! ext/B/B/Debug.pm
46030____________________________________________________________________________
46031[ 7133] By: jhi on 2000/10/03 14:58:39
46032 Log: Scale down the VMS message boxes, by Charles Lane.
46033 Fix for ID 20000903.009, workaround at
46034 http://www.xray.mpe.mpg.de/mailing-lists/vmsperl/2000-09/msg00039.html
46035 Branch: perl
46036 ! vms/vms.c
46037____________________________________________________________________________
46038[ 7132] By: jhi on 2000/10/03 11:20:37
46039 Log: Upgrade to Storable 1.0.3, from Raphael Manfredi.
46040 Branch: perl
46041 + t/lib/st-lock.t t/lib/st-utf8.t
46042 ! MANIFEST ext/Storable/ChangeLog ext/Storable/Storable.pm
46043 ! ext/Storable/Storable.xs t/lib/st-recurse.t
46044____________________________________________________________________________
46045[ 7131] By: jhi on 2000/10/03 03:38:23
46046 Log: Encode nits.
46047 Branch: perl
46048 ! MANIFEST Makefile.SH
46049____________________________________________________________________________
46050[ 7130] By: jhi on 2000/10/03 03:31:05
46051 Log: Update Changes.
46052 Branch: perl
46053 ! Changes patchlevel.h
46054____________________________________________________________________________
0b3b9d72
JH
46055[ 7129] By: jhi on 2000/10/03 02:24:02
46056 Log: Misplaced else.
46057 Branch: metaconfig/U/perl
46058 ! d_strtoll.U
46059 Branch: perl
46060 ! Configure config_h.SH
46061____________________________________________________________________________
46062[ 7128] By: jhi on 2000/10/03 02:08:29
46063 Log: Subject: [ID 20000915.007] Not OK: perl v5.7.0 +DEVEL7092 on os2-64int-ld 2.30 '(UNINSTALLED)'
46064 From: sthoenna@efn.org
46065 Date: Fri, 15 Sep 2000 07:19:57 -0700 (PDT)
46066 Message-Id: <200009151419.e8FEJvE19796@garcia.efn.org>
46067 Branch: metaconfig/U/perl
46068 ! d_strtoll.U
46069 Branch: perl
46070 ! Configure config_h.SH hints/os2.sh os2/os2ish.h
46071____________________________________________________________________________
0f72438a
JH
46072[ 7127] By: jhi on 2000/10/03 01:13:14
46073 Log: Update Changes.
46074 Branch: perl
46075 ! Changes patchlevel.h
46076____________________________________________________________________________
70acb981
JH
46077[ 7126] By: jhi on 2000/10/03 00:57:08
46078 Log: Introduce NO_ENVIRON_ARRAY (and USE_ENVIRON_ARRAY) defines
46079 as suggested by Olaf Flebbe and Nick Clark.
46080 Branch: perl
46081 ! epoc/epocish.h perl.h sv.c unixish.h util.c vms/vmsish.h
46082____________________________________________________________________________
46083[ 7125] By: jhi on 2000/10/03 00:50:56
46084 Log: Subject: [ID 20001002.001] Not OK: perl v5.7.0 +DEVEL7093 +...001 on i586-linux 2.2.16 (UNINSTALLED)
46085 From: Nick Clark <nick@plum.flirble.org>
46086 Date: Mon, 2 Oct 2000 11:03:24 +0100
46087 Message-Id: <20001002110324.D20073@plum.flirble.org>
71d4b5fd
JH
46088
46089 Also fixes bug ID 20001002.005.
70acb981
JH
46090 Branch: perl
46091 ! t/lib/encode.t
46092____________________________________________________________________________
46093[ 7124] By: jhi on 2000/10/03 00:34:59
46094 Log: Subject: [PATCH 5.7.0] Epoc update
46095 From: Olaf Flebbe <o.flebbe@gmx.de>
46096 Date: Wed, 20 Sep 2000 23:16:26 +0200 (MEST)
46097 Message-ID: <26423.969484586@www10.gmx.net>
46098 Branch: perl
46099 ! README.epoc epoc/config.sh epoc/createpkg.pl epoc/epoc.c
46100 ! epoc/epoc_stubs.c epoc/epocish.h epoc/link.pl
46101 ! lib/AutoLoader.pm lib/Cwd.pm mg.c perl.c perl.h pp_sys.c sv.c
46102 ! util.c util.h
46103____________________________________________________________________________
46104[ 7123] By: jhi on 2000/10/03 00:30:07
46105 Log: Regen headers.
46106 Branch: perl
46107 ! embed.h opcode.h pod/perlapi.pod pp.sym pp_proto.h
46108____________________________________________________________________________
46109[ 7122] By: jhi on 2000/10/03 00:10:48
46110 Log: OpenBSD flags tweak from Todd C. Miller, tweaked some more by Abigail.
46111 Branch: perl
46112 ! hints/openbsd.sh
46113____________________________________________________________________________
46114[ 7121] By: jhi on 2000/10/03 00:05:06
46115 Log: Subject: [PATCH pod/perlop.pod] Documentation glitch in magic autoincrement.
46116 From: <abigail@foad.org>
46117 Date: Tue, 26 Sep 2000 13:36:14 -0400
46118 Message-ID: <20000926173614.4356.qmail@foad.org>
46119 Branch: perl
46120 ! pod/perlop.pod
46121____________________________________________________________________________
46122[ 7120] By: jhi on 2000/10/03 00:04:00
46123 Log: Inside require() $^S was always left undefined.
46124
46125 Subject: Re: Tiny 2-byte change to fix debugger's eval bug
46126 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
46127 Date: Wed, 27 Sep 2000 18:54:49 -0400
46128 Message-ID: <20000927185449.A24927@monk.mps.ohio-state.edu>
46129 Branch: perl
46130 ! cop.h mg.c pp_ctl.c util.c
46131____________________________________________________________________________
46132[ 7119] By: jhi on 2000/10/03 00:00:16
46133 Log: Subject: [PATCH] DLL not restartabke with threaded perl
46134 From: "Dave Hartnoll" <Dave_Hartnoll@3b2.com>
46135 Date: Thu, 28 Sep 2000 09:20:46 +0100
46136 Message-ID: <002101c02925$00aa8d80$7e0aa8c0@3b2.com>
46137 Branch: perl
46138 ! perl.c
46139____________________________________________________________________________
46140[ 7118] By: jhi on 2000/10/02 23:59:20
46141 Log: Subject: Re: [ID 20000828.017] bytecode fails with use subs;
46142 From: Nicholas Clark <nick@ccl4.org>
46143 Date: Thu, 28 Sep 2000 11:52:24 +0100
46144 Message-ID: <20000928115224.D7924@plum.flirble.org>
46145 Branch: perl
46146 ! op.c
46147____________________________________________________________________________
46148[ 7117] By: jhi on 2000/10/02 23:57:51
46149 Log: Subject: [ID 20000928.002] perlcc & ByteCode.pm option mismatch
46150 From: Nicholas Clark <nick@babyhippo.co.uk>
46151 Date: Thu, 28 Sep 2000 12:18:10 +0100
46152 Message-Id: <E13ebha-0004IV-00@fruitbat.babyhippo.co.uk>
46153
46154 Did not apply cleanly, manual intervention was needed.
46155 Branch: perl
46156 ! ext/B/B/Bytecode.pm utils/perlcc.PL
46157____________________________________________________________________________
46158[ 7116] By: jhi on 2000/10/02 23:50:40
46159 Log: Document the issue (is not a syntax error, kind of)
46160
46161 Subject: Re: [ID 20000901.011] the list (1,,3) ought to be a syntax error
46162 From: Nicholas Clark <nick@ccl4.org>
46163 Date: Thu, 28 Sep 2000 17:12:42 +0100
46164 Message-ID: <20000928171242.K7924@plum.flirble.org>
46165 Branch: perl
46166 ! pod/perldata.pod
46167____________________________________________________________________________
46168[ 7115] By: jhi on 2000/10/02 23:48:58
46169 Log: Subject: [PATCH 5.7.0] Minor optimization in re_intuit_start
46170 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
46171 Date: Thu, 28 Sep 2000 21:55:31 -0400
46172 Message-ID: <20000928215531.A4315@monk.mps.ohio-state.edu>
46173 Branch: perl
46174 ! regexec.c
46175____________________________________________________________________________
46176[ 7114] By: jhi on 2000/10/02 23:47:57
46177 Log: Subject: DOC PATCH 5.6.0
46178 From: mjd@plover.com
46179 Date: 30 Sep 2000 06:02:34 -0000
46180 Message-ID: <20000930060234.4559.qmail@plover.com>
46181 Branch: perl
46182 ! pod/perldebguts.pod
46183____________________________________________________________________________
46184[ 7113] By: jhi on 2000/10/02 23:46:43
46185 Log: SOCK_DGRAM and listen() do not mix as reported in
46186
46187 Subject: [ID 20000930.001] Bug in perl 5.00503 IO::Socket
46188 From: Petter Reinholdtsen <pere@hungry.com>
46189 Date: Sun, 1 Oct 2000 10:57:20 +0800
46190 Message-Id: <200010010257.KAA05735@localhost.localdomain>
46191
46192 The patch for 5.7.0+ had to be reengineered, though.
46193 Branch: perl
46194 ! ext/IO/lib/IO/Socket/UNIX.pm
46195____________________________________________________________________________
46196[ 7112] By: jhi on 2000/10/02 23:36:57
46197 Log: Subject: Re: [PATCH 5.005_64 missed]
46198 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
46199 Date: Sun, 1 Oct 2000 18:50:10 -0400
46200 Message-ID: <20001001185010.A14152@monk.mps.ohio-state.edu>
46201 Branch: perl
46202 ! pod/perlxs.pod
46203____________________________________________________________________________
46204[ 7111] By: jhi on 2000/10/02 23:35:40
46205 Log: Subject: Re: [ID 20000912.008] substr replacement of tainted data (bug)
46206 From: Radu Greab <radu@netsoft.ro>
46207 Date: Mon, 2 Oct 2000 22:03:44 +0300 (EEST)
46208 Message-ID: <14808.56336.594486.626712@busy.netsoft.ro>
46209 Branch: perl
46210 ! op.c opcode.pl t/op/substr.t
46211____________________________________________________________________________
46212[ 7110] By: jhi on 2000/10/02 23:32:38
46213 Log: Subject: [PATCH] Fix aliasing of tied filehandles
46214 From: Daniel Chetlin <daniel@chetlin.com>
46215 Date: Mon, 2 Oct 2000 14:53:27 -0700
46216 Message-ID: <20001002145327.C1617@ilmd>
46217 Branch: perl
46218 ! perl.h pp_hot.c t/op/tiehandle.t
46219____________________________________________________________________________
46220[ 7109] By: jhi on 2000/10/02 23:31:30
46221 Log: s/Robin Parker/Robin Barker/
46222 Branch: perl
46223 ! Changes5.6
46224____________________________________________________________________________
46225[ 7108] By: jhi on 2000/10/02 23:15:46
46226 Log: Retract #7091 as suggested in
46227
46228 From: Robin Barker <rmb1@cise.npl.co.uk>
46229 Subject: [PATCH-R] was Re: SuSE's gcc-2.95.2 and //depot/perl
46230 Date: Fri, 29 Sep 2000 13:10:22 +0100 (BST)
46231 Message-Id: <200009291210.NAA17098@tempest.npl.co.uk>
46232 Branch: perl
46233 ! embed.pl proto.h
46234____________________________________________________________________________
46235[ 7107] By: nick on 2000/10/02 18:23:14
46236 Log: A few tweaks to get Tk803 to work with Encode scheme.
46237 Branch: perl
46238 ! ext/Encode/Encode.pm ext/Encode/Encode.xs t/lib/encode.t
46239____________________________________________________________________________
46240[ 7106] By: nick on 2000/10/01 21:34:14
46241 Log: Add checking cases to Encode's toUnicode and fromUnicode.
46242 Branch: perl
46243 ! ext/Encode/Encode.pm
46244____________________________________________________________________________
46245[ 7105] By: nick on 2000/10/01 17:18:01
46246 Log: Add encoding tables from tcl8.3.2 and perl code in Encode.pm
46247 To read and use them.
46248 Add a lib/encode.t which checks a few things.
46249 Branch: perl
46250 + ext/Encode/Encode/ascii.enc ext/Encode/Encode/big5.enc
46251 + ext/Encode/Encode/cp1250.enc ext/Encode/Encode/cp1251.enc
46252 + ext/Encode/Encode/cp1252.enc ext/Encode/Encode/cp1253.enc
46253 + ext/Encode/Encode/cp1254.enc ext/Encode/Encode/cp1255.enc
46254 + ext/Encode/Encode/cp1256.enc ext/Encode/Encode/cp1257.enc
46255 + ext/Encode/Encode/cp1258.enc ext/Encode/Encode/cp437.enc
46256 + ext/Encode/Encode/cp737.enc ext/Encode/Encode/cp775.enc
46257 + ext/Encode/Encode/cp850.enc ext/Encode/Encode/cp852.enc
46258 + ext/Encode/Encode/cp855.enc ext/Encode/Encode/cp857.enc
46259 + ext/Encode/Encode/cp860.enc ext/Encode/Encode/cp861.enc
46260 + ext/Encode/Encode/cp862.enc ext/Encode/Encode/cp863.enc
46261 + ext/Encode/Encode/cp864.enc ext/Encode/Encode/cp865.enc
46262 + ext/Encode/Encode/cp866.enc ext/Encode/Encode/cp869.enc
46263 + ext/Encode/Encode/cp874.enc ext/Encode/Encode/cp932.enc
46264 + ext/Encode/Encode/cp936.enc ext/Encode/Encode/cp949.enc
46265 + ext/Encode/Encode/cp950.enc ext/Encode/Encode/dingbats.enc
46266 + ext/Encode/Encode/euc-cn.enc ext/Encode/Encode/euc-jp.enc
46267 + ext/Encode/Encode/euc-kr.enc ext/Encode/Encode/gb12345.enc
46268 + ext/Encode/Encode/gb1988.enc ext/Encode/Encode/gb2312.enc
46269 + ext/Encode/Encode/iso2022-jp.enc
46270 + ext/Encode/Encode/iso2022-kr.enc ext/Encode/Encode/iso2022.enc
46271 + ext/Encode/Encode/iso8859-1.enc
46272 + ext/Encode/Encode/iso8859-2.enc
46273 + ext/Encode/Encode/iso8859-3.enc
46274 + ext/Encode/Encode/iso8859-4.enc
46275 + ext/Encode/Encode/iso8859-5.enc
46276 + ext/Encode/Encode/iso8859-6.enc
46277 + ext/Encode/Encode/iso8859-7.enc
46278 + ext/Encode/Encode/iso8859-8.enc
46279 + ext/Encode/Encode/iso8859-9.enc ext/Encode/Encode/jis0201.enc
46280 + ext/Encode/Encode/jis0208.enc ext/Encode/Encode/jis0212.enc
46281 + ext/Encode/Encode/koi8-r.enc ext/Encode/Encode/ksc5601.enc
46282 + ext/Encode/Encode/macCentEuro.enc
46283 + ext/Encode/Encode/macCroatian.enc
46284 + ext/Encode/Encode/macCyrillic.enc
46285 + ext/Encode/Encode/macDingbats.enc
46286 + ext/Encode/Encode/macGreek.enc
46287 + ext/Encode/Encode/macIceland.enc
46288 + ext/Encode/Encode/macJapan.enc ext/Encode/Encode/macRoman.enc
46289 + ext/Encode/Encode/macRomania.enc ext/Encode/Encode/macThai.enc
46290 + ext/Encode/Encode/macTurkish.enc
46291 + ext/Encode/Encode/macUkraine.enc
46292 + ext/Encode/Encode/shiftjis.enc ext/Encode/Encode/symbol.enc
46293 + t/lib/encode.t
46294 ! MANIFEST ext/Encode/Encode.pm
46295____________________________________________________________________________
46296[ 7104] By: nick on 2000/09/30 13:04:30
46297 Log: Subject: [PATCH@blead] Fix some recursion in overload.pm
46298 From: Daniel Chetlin <daniel@chetlin.com>
46299 Date: Mon, 18 Sep 2000 05:05:40 -0700
46300 Message-Id: <20000918050540.C652@ilmd>
46301 Branch: perl
46302 ! lib/overload.pm sv.c t/pragma/overload.t
46303____________________________________________________________________________
46304[ 7103] By: nick on 2000/09/30 12:53:36
46305 Log: Subject: [ID 20000917.002] 5.7.0 and blead@7095 make html makes man
46306 From: Johan Vromans <jvromans@squirrel.nl>
46307 Date: Sun, 17 Sep 2000 19:46:05 +0200 (CEST)
46308 Message-Id: <14789.861.376723.870640@phoenix.squirrel.nl>
46309 Branch: perl
46310 ! pod/Makefile.SH
46311____________________________________________________________________________
46312[ 7102] By: nick on 2000/09/30 12:52:31
46313 Log: Subject: [PATCH] Re: [ID 20000915.010] Infinite loop with -MO=Deparse
46314 From: Spider Boardman <spider@Orb.Nashua.NH.US>
46315 Date: Sat, 16 Sep 2000 16:36:45 -0400
46316 Message-Id: <200009162036.QAA11694@Orb.Nashua.NH.US>
46317 Branch: perl
46318 ! ext/B/B/Deparse.pm
46319____________________________________________________________________________
46320[ 7101] By: nick on 2000/09/30 12:51:41
46321 Log: Subject: [PATCH perl@7065] another VMS my_fwrite() fix for Storable
46322 From: Craig A. Berry <craig.berry@psinetcs.com>
46323 Date: Sat, 16 Sep 2000 10:11:10 -0500
46324 Message-Id: <4.3.2.7.2.20000916010548.01ce1b60@exchi01>
46325 Branch: perl
46326 ! vms/vms.c
46327____________________________________________________________________________
46328[ 7100] By: nick on 2000/09/30 12:50:33
46329 Log: Subject: Re: unicode support and perl [ID 20000901.097]
46330 From: Spider Boardman <spider@Orb.Nashua.NH.US>
46331 Date: Fri, 15 Sep 2000 16:37:58 -0400
46332 Message-Id: <200009152037.QAA19056@Orb.Nashua.NH.US>
46333 Branch: perl
46334 ! t/op/append.t
46335____________________________________________________________________________
46336[ 7099] By: nick on 2000/09/30 12:49:35
46337 Log: Subject: Re: unicode support and perl [ID 20000901.097]
46338 From: Spider Boardman <spider@Orb.Nashua.NH.US>
46339 Date: Fri, 15 Sep 2000 16:25:30 -0400
46340 Message-Id: <200009152025.QAA18540@Orb.Nashua.NH.US>
46341 Branch: perl
46342 ! pp_hot.c
46343____________________________________________________________________________
46344[ 7098] By: nick on 2000/09/30 12:48:00
46345 Log: Subject: Re: Trapping by opmask sets strange parser state [PATCH]
46346 From: Gisle Aas <gisle@ActiveState.com>
46347 Date: 15 Sep 2000 16:23:41 +0200
46348 Message-Id: <m3aed9ybrm.fsf@eik.g.aas.no>
46349 Branch: perl
46350 ! toke.c
46351____________________________________________________________________________
46352[ 7097] By: nick on 2000/09/30 12:45:16
46353 Log: Subject: [PATCH] Nits in perlmod.pod
46354 From: Daniel Chetlin <daniel@chetlin.com>
46355 Date: Fri, 15 Sep 2000 02:04:09 -0700
46356 Message-Id: <20000915020409.A2104@ilmd>
46357 Branch: perl
46358 ! pod/perlmod.pod
46359____________________________________________________________________________
46360[ 7096] By: nick on 2000/09/30 12:18:00
46361 Log: Re-instate Perl_utf8_to_uv without checking parameter - added in change 7075.
46362 i.e. rename Simon's function to Perl_utf8_to_uv_chk, change all calls to it
46363 to use new name and add Perl_utf8_to_uv() as a wrapper which calls it passing
46364 0 to checking to get the warning.
46365 Branch: perl
46366 ! doop.c embed.h embed.pl global.sym handy.h objXSUB.h op.c
46367 ! perlapi.c pod/perlapi.pod pp.c pp_ctl.c proto.h regcomp.c
46368 ! regexec.c sv.c toke.c utf8.c
46369____________________________________________________________________________
46370[ 7095] By: nick on 2000/09/15 16:55:59
46371 Log: Mutliplicity & ithreads fix for sv.c/Encode.xs
46372
46373 Subject: [ID 20000915.004] Not OK: perl v5.7.1 +devel-7094 on alpha-dec_osf-thread-multi 4.0f (UNINSTALLED)
46374 From: Spider Boardman <spider@Orb.Nashua.NH.US>
46375 Message-Id: <200009151037.GAA07447@Orb.Nashua.NH.US>
46376 Date: Fri, 15 Sep 2000 06:37:30 -0400
46377 Branch: perl
46378 ! ext/Encode/Encode.xs sv.c
46379____________________________________________________________________________
46380[ 7094] By: jhi on 2000/09/15 03:23:32
46381 Log: Update Changes.
46382 Branch: perl
46383 ! Changes patchlevel.h
46384____________________________________________________________________________
f7f6dc29
JH
46385[ 7093] By: jhi on 2000/09/15 03:11:44
46386 Log: Fix for the charnames.t failures from Spider Boardman.
46387 Branch: perl
46388 ! toke.c
46389____________________________________________________________________________
46390[ 7092] By: jhi on 2000/09/15 00:15:48
46391 Log: Botched the #7090 check-in.
46392 Branch: perl
46393 ! sv.c
46394____________________________________________________________________________
46395[ 7091] By: jhi on 2000/09/14 23:33:24
46396 Log: Part of #7081 didn't come through.
46397 Branch: perl
46398 ! embed.pl proto.h
46399____________________________________________________________________________
46400[ 7090] By: jhi on 2000/09/14 23:17:39
46401 Log: Subject: Re: perl@7078
46402 From: Spider Boardman <spider@web.zk3.dec.com>
46403 Date: Thu, 14 Sep 2000 19:06:36 -0400
46404 Message-Id: <200009142306.TAA20082@leggy.zk3.dec.com>
46405 Branch: perl
46406 ! sv.c toke.c
46407____________________________________________________________________________
46408[ 7089] By: jhi on 2000/09/14 23:11:21
46409 Log: Small portability tweaks.
46410 Branch: perl
46411 ! ext/Encode/Encode.xs
46412____________________________________________________________________________
46413[ 7088] By: jhi on 2000/09/14 22:57:23
46414 Log: Fake return to pacify picky compilers.
46415 Branch: perl
46416 ! ext/Encode/Encode.xs
46417____________________________________________________________________________
46418[ 7087] By: jhi on 2000/09/14 22:53:37
46419 Log: Subject: [PATCH] utf8.c apidoc
46420 From: Simon Cozens <simon@cozens.net>
46421 Date: Thu, 14 Sep 2000 23:46:57 +0100
46422 Message-ID: <20000914234657.A13953@deep-dark-truthful-mirror.perlhacker.org>
46423 Branch: perl
46424 ! perlapi.c pod/perlapi.pod utf8.c
46425____________________________________________________________________________
46426[ 7086] By: jhi on 2000/09/14 22:40:38
46427 Log: We don't need to count the high bit bytes, a boolean is enough.
46428 Branch: perl
46429 ! sv.c
46430____________________________________________________________________________
46431[ 7085] By: jhi on 2000/09/14 21:20:09
46432 Log: Replace #7084 with
46433
46434 Subject: Re: perl@7078
46435 From: Spider Boardman <spider@web.zk3.dec.com>
46436 Date: Thu, 14 Sep 2000 17:09:36 -0400
46437 Message-Id: <200009142109.RAA03425@leggy.zk3.dec.com>
46438 Branch: perl
46439 ! sv.c utf8.c
46440____________________________________________________________________________
46441[ 7084] By: jhi on 2000/09/14 20:03:34
46442 Log: UTF8-encoded version of 256 is 0xc4 0x80; test that a char is
46443 convertable to bytes by checking it doesn't go above 0xc3
46444
46445 Subject: Re: perl@7078
46446 From: Simon Cozens <simon@cozens.net>
46447 Date: Thu, 14 Sep 2000 20:59:19 +0100
46448 Message-ID: <20000914205919.A11098@deep-dark-truthful-mirror.perlhacker.org>
46449 Branch: perl
46450 ! utf8.c
46451____________________________________________________________________________
46452[ 7083] By: jhi on 2000/09/14 19:38:47
46453 Log: Subject: Re: perl@7078
46454 From: Simon Cozens <simon@cozens.net>
46455 Date: Thu, 14 Sep 2000 20:13:09 +0100
46456 Message-ID: <20000914201309.A10640@deep-dark-truthful-mirror.perlhacker.org>
46457 Branch: perl
46458 ! t/op/bop.t
46459____________________________________________________________________________
46460[ 7082] By: jhi on 2000/09/14 17:50:44
46461 Log: The one that got away.
46462 Branch: perl
46463 ! lib/File/Find.pm
46464____________________________________________________________________________
46465[ 7081] By: jhi on 2000/09/14 17:45:35
46466 Log: Subject: [PATCH perl-5.7.0] continued -Wformat support
46467 From: Robin Barker <rmb1@cise.npl.co.uk>
46468 Message-Id: <200009141707.SAA13276@tempest.npl.co.uk>
46469 Date: Thu, 14 Sep 2000 18:07:38 +0100 (BST)
46470 Branch: perl
46471 ! Porting/pumpkin.pod embed.pl ext/ByteLoader/bytecode.h
46472 ! ext/Devel/Peek/Peek.xs ext/DynaLoader/dl_dlopen.xs
46473 ! ext/Storable/Storable.xs malloc.c perl.c perl.h pp.c proto.h
46474 ! regcomp.c toke.c universal.c
46475____________________________________________________________________________
46476[ 7080] By: jhi on 2000/09/14 17:40:35
46477 Log: Problems picked up by AIX cc.
46478
46479 Subject: Re: perl@7078 (patch included)
46480 From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
46481 Date: Thu, 14 Sep 2000 18:53:30 +0200
46482 Message-Id: <20000914182304.7017.H.M.BRAND@hccnet.nl>
46483 Branch: perl
46484 ! ext/Encode/Encode.xs
46485____________________________________________________________________________
46486[ 7079] By: jhi on 2000/09/14 17:38:27
46487 Log: Subject: File::Find 5.7.0 POD nits
46488 From: Rich Morin <rdm@cfcl.com>
46489 Date: Wed, 13 Sep 2000 22:03:58 -0700
46490 Message-Id: <v042208a0b5e60b3149be@w205.z205158144.scl-ca.dsl.cnc.net>
46491 Branch: perl
46492 ! lib/File/Find.pm
46493____________________________________________________________________________
46494[ 7078] By: jhi on 2000/09/14 14:58:20
46495 Log: Update Changes.
46496 Branch: perl
46497 ! Changes patchlevel.h
46498____________________________________________________________________________
446da98b
JH
46499[ 7077] By: jhi on 2000/09/14 14:55:54
46500 Log: Compilation warnings and an error.
46501 Branch: perl
46502 ! sv.c
46503____________________________________________________________________________
46504[ 7076] By: jhi on 2000/09/14 14:42:56
46505 Log: Fix for a parsing bug, not for the original bug.
46506
46507 Subject: Re: [ID 20000910.005] Another segfault with regexes.
46508 From: Spider Boardman <spider@web.zk3.dec.com>
46509 Date: Wed, 13 Sep 2000 17:52:20 -0400
46510 Message-Id: <200009132152.RAA24029@leggy.zk3.dec.com>
46511 Branch: perl
46512 ! regcomp.c
46513____________________________________________________________________________
46514[ 7075] By: jhi on 2000/09/14 14:40:40
46515 Log: Batch of UTF-8 patches from Simon Cozens.
46516 Branch: perl
46517 ! doop.c embed.h embed.pl ext/Encode/Encode.xs handy.h op.c
46518 ! pod/perlapi.pod pp.c pp_ctl.c proto.h regcomp.c regexec.c sv.c
46519 ! toke.c utf8.c
46520____________________________________________________________________________
46521[ 7074] By: jhi on 2000/09/14 14:29:58
46522 Log: Subject: Re: Two advertising clauses need to be removed
46523 From: Russ Allbery <rra@stanford.edu>
46524 Date: 13 Sep 2000 18:50:26 -0700
46525 Message-ID: <ylwvgfvj19.fsf@windlord.stanford.edu>
46526 Branch: perl
46527 ! ext/SDBM_File/sdbm/dbm.c ext/SDBM_File/sdbm/dbm.h
46528____________________________________________________________________________
46529[ 7073] By: jhi on 2000/09/14 14:28:20
46530 Log: Subject: [PATCH] de-wall t/README
46531 From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
46532 Date: Wed, 13 Sep 2000 17:46:55 -0700
46533 Message-ID: <//Bw5gzkge/e092yn@efn.org>
46534 Branch: perl
46535 ! t/README
46536____________________________________________________________________________
46537[ 7072] By: jhi on 2000/09/14 14:25:10
46538 Log: Hints optimization.
46539
46540 Subject: Minor nit
46541 From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
46542 Date: Wed, 13 Sep 2000 21:42:07 +0200
46543 Message-Id: <20000913214116.1D38.H.M.BRAND@hccnet.nl>
46544 Branch: perl
46545 ! hints/hpux.sh
46546____________________________________________________________________________
46547[ 7071] By: jhi on 2000/09/14 14:23:30
46548 Log: Allow chop() and chomp() to be overridden.
46549
46550 Subject: [PATCH] Re: [ID 20000911.006] I can override glob but not chop?
46551 From: "Casey R. Tweten" <crt@kiski.net>
46552 Date: Wed, 13 Sep 2000 12:41:31 -0400 (EDT)
46553 Message-ID: <Pine.OSF.4.21.0009131154120.6661-100000@home.kiski.net>
46554 Branch: perl
46555 ! toke.c
46556____________________________________________________________________________
46557[ 7070] By: jhi on 2000/09/14 14:20:36
46558 Log: The return value of setlocale must be copied away.
46559
46560 Subject: [ID 20000913.001] Heap corruption in Perl_init_i18nl10n
46561 From: Alan Burlison <Alan.Burlison@uk.sun.com>
46562 Date: Wed, 13 Sep 2000 16:27:37 +0100
46563 Message-Id: <39BF9CE9.3D7FBBDD@uk.sun.com>
46564 Branch: perl
46565 ! util.c
46566____________________________________________________________________________
46567[ 7069] By: jhi on 2000/09/14 14:16:27
46568 Log: Remove vestiges of tr//CU.
46569
46570 Subject: [ID 20000912.009] perlunicode.pod still mentions tr///CU
46571 From: Nick Clark <nick@plum.flirble.org>
46572 Date: Tue, 12 Sep 2000 22:50:14 +0100
46573 Message-Id: <E13YxwU-000DDQ-00@plum.flirble.org>
46574
46575 Subject: Re: [ID 20000912.009] perlunicode.pod still mentions tr///CU
46576 From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
46577 Date: Tue, 12 Sep 2000 21:38:48 -0700
46578 Message-ID: <YTwv5gzkgmfL092yn@efn.org>
46579 Branch: perl
46580 ! op.h pod/perlunicode.pod
46581____________________________________________________________________________
46582[ 7068] By: jhi on 2000/09/13 14:18:39
46583 Log: Add the Encode extension. The code is still largely just skeleton.
46584 Branch: perl
46585 + ext/Encode/Encode.pm ext/Encode/Encode.xs
46586 + ext/Encode/Makefile.PL ext/Encode/Todo
46587 ! MANIFEST Todo-5.6
46588____________________________________________________________________________
46589[ 7067] By: jhi on 2000/09/12 17:43:33
46590 Log: Allow for whitespace between "#" and "line" in cpp output.
46591
46592 Subject: [PATCH] Re: Problems compiling bleadperl on Unicos 9
46593 From: Calle Dybedahl <calle@lysator.liu.se>
46594 Date: 12 Sep 2000 19:38:02 +0200
46595 Message-ID: <867l8hy0hx.fsf_-_@tezcatlipoca.algonet.se>
46596 Branch: perl
46597 ! ext/Errno/ChangeLog ext/Errno/Errno_pm.PL
46598____________________________________________________________________________
46599[ 7066] By: gsar on 2000/09/12 17:24:29
46600 Log: change#6327 didn't quite go all the way to enable USE_SOCKETS_AS_HANDLES
46601 initialization in all the threads on Windows
46602 Branch: perl
46603 ! win32/win32.c
46604____________________________________________________________________________
46605[ 7065] By: jhi on 2000/09/12 15:11:31
46606 Log: Update Changes.
46607 Branch: perl
46608 ! Changes patchlevel.h
46609____________________________________________________________________________
7f4b70e8
JH
46610[ 7064] By: jhi on 2000/09/12 14:54:54
46611 Log: Retract #7062, the pod tests are not ready.
46612 Branch: perl
46613 ! t/TEST t/harness
46614____________________________________________________________________________
0b3b9d72
JH
46615[ 7063] By: jhi on 2000/09/12 14:25:41
46616 Log: The #7054 truncated Configure badly.
46617 Branch: metaconfig/U/perl
46618 ! End.U
46619 Branch: perl
46620 ! Configure config_h.SH
46621____________________________________________________________________________
7f4b70e8
JH
46622[ 7062] By: jhi on 2000/09/12 14:08:32
46623 Log: Subject: [ID 20000911.009] t/pod/*.t tests not run by harness or make test
46624 From: sthoenna@efn.org
46625 Date: Mon, 11 Sep 2000 17:56:47 -0700 (PDT)
46626 Message-Id: <200009120056.e8C0ulZ21635@garcia.efn.org>
46627 Branch: perl
46628 ! t/TEST t/harness
46629____________________________________________________________________________
46630[ 7061] By: jhi on 2000/09/12 14:07:18
46631 Log: Subject: [ID 20000911.011] misplaced typemap in perlxs.pod
46632 From: sthoenna@efn.org
46633 Date: Mon, 11 Sep 2000 22:07:21 -0700 (PDT)
46634 Message-Id: <200009120507.e8C57LA02461@garcia.efn.org>
46635 Branch: perl
46636 ! pod/perlxs.pod
46637____________________________________________________________________________
46638[ 7060] By: jhi on 2000/09/12 14:06:08
46639 Log: Break up the myconfig lines a bit.
46640
46641 Subject: perlbug/perl -V output format
46642 From: sthoenna@efn.org
46643 Date: Tue, 12 Sep 2000 00:04:11 -0700 (PDT)
46644 Message-Id: <200009120704.e8C74BX10562@garcia.efn.org>
46645 Branch: perl
46646 ! myconfig.SH
46647____________________________________________________________________________
46648[ 7059] By: jhi on 2000/09/12 14:05:04
46649 Log: Test for the #7049.
46650
46651 Subject: Re: [PATCH] Re: [ID 20000910.001] Not OK: perl v5.7.0 +DEVEL7044 on i686-linux 2.2.16-raid (UNINSTALLED)
46652 From: andreas.koenig@anima.de (Andreas J. Koenig)
46653 Date: 12 Sep 2000 06:42:01 +0200
46654 Message-ID: <m3k8cigr1i.fsf@ak-71.mind.de>
46655 Branch: perl
46656 ! t/op/my.t
46657____________________________________________________________________________
46658[ 7058] By: jhi on 2000/09/12 14:03:05
46659 Log: Subject: [patch: perl@7045] vms updates
46660 From: Peter Prymmer <pvhp@forte.com>
46661 Date: Mon, 11 Sep 2000 18:41:48 -0700 (PDT)
46662 Message-ID: <Pine.OSF.4.10.10009111840030.339348-100000@aspara.forte.com>
46663 Branch: perl
46664 ! configure.com lib/ExtUtils/MM_VMS.pm vms/descrip_mms.template
46665____________________________________________________________________________
46666[ 7057] By: jhi on 2000/09/12 14:00:51
46667 Log: Subject: [ID 20000911.008] Not OK: perl v5.7.0 +DEVEL7048 on os2-64int-ld 2.30 (UNINSTALLED)
46668 From: sthoenna@efn.org
46669 Date: Mon, 11 Sep 2000 16:28:13 -0700 (PDT)
46670 Message-Id: <200009112328.e8BNSD616812@garcia.efn.org>
46671 Branch: perl
46672 ! t/op/64bitint.t
46673____________________________________________________________________________
46674[ 7056] By: jhi on 2000/09/12 13:58:14
46675 Log: Subject: [patch] perlfunc.pod -- POSIX::sigpause should be POSIX::pause
46676 From: Jeff Pinyan <jeffp@crusoe.net>
46677 Date: Sun, 10 Sep 2000 12:01:21 -0400 (EDT)
46678 Message-ID: <Pine.GSO.4.21.0009101200190.12441-100000@crusoe.crusoe.net>
46679 Branch: perl
46680 ! pod/perlfunc.pod
46681____________________________________________________________________________
46682[ 7055] By: jhi on 2000/09/12 13:56:32
46683 Log: Do in VMS as the #7054 does.
46684 Branch: perl
46685 ! configure.com
46686____________________________________________________________________________
0b3b9d72
JH
46687[ 7054] By: jhi on 2000/09/12 13:50:31
46688 Log: Subject: RE: [Patch 5.7.0] Removing -ldb from the core build
46689 From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
46690 Date: Mon, 11 Sep 2000 08:33:09 +0100
46691 Message-ID: <000e01c01bc2$88b2d2c0$0e14140a@bfs.phone.com>
46692 Branch: metaconfig/U/perl
46693 ! End.U
46694 Branch: perl
46695 ! Configure Makefile.SH config_h.SH lib/ExtUtils/Embed.pm
46696 ! lib/ExtUtils/Liblist.pm lib/ExtUtils/MM_Unix.pm
46697____________________________________________________________________________
7f4b70e8
JH
46698[ 7053] By: jhi on 2000/09/12 13:29:19
46699 Log: Subject: [PATCH] Perl 5.6.0, 5.7.0 ... vms/test.com to eliminate spurious NL's in test output
46700 From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
46701 Date: Tue, 12 Sep 2000 08:35:59 EDT
46702 Message-Id: <000912081130.13ca9@DUPHY4.Physics.Drexel.Edu>
46703 Branch: perl
46704 ! vms/test.com
46705____________________________________________________________________________
46706[ 7052] By: jhi on 2000/09/11 23:01:50
46707 Log: Document the SvUTF8*().
46708 Branch: perl
46709 ! pod/perlapi.pod sv.h
46710____________________________________________________________________________
46711[ 7051] By: gsar on 2000/09/11 14:46:30
46712 Log: C<@a = @b = split(...)> optimization coredumps under ithreads
46713 (missed a spot when fixing up op_pmreplroot hack for ithreads)
46714 Branch: perl
46715 ! op.c t/op/split.t
46716____________________________________________________________________________
46717[ 7050] By: nick on 2000/09/11 10:03:51
46718 Log: Modern Borland C now seems to have anon unions for info.wProcessorArchitecture
46719
46720 Subject: borland C++ win32.c tweak
46721 From: Vadim Konovalov <vkonovalov@lucent.com>
46722 Message-ID: <402099F49BEED211999700805FC7359F6FB379@ru0028exch01.spb.lucent.com>
46723 Date: Mon, 11 Sep 2000 11:22:33 +0400
46724 Branch: perl
46725 ! win32/win32.c
46726____________________________________________________________________________
46727[ 7049] By: nick on 2000/09/11 09:57:33
46728 Log: Point fix for s/// on foreach (keys %xxx).
46729 Branch: perl
46730 ! pp_hot.c
46731____________________________________________________________________________
46732[ 7048] By: jhi on 2000/09/10 23:37:09
46733 Log: Silence t/pod/*.t about alternate quote-mappings now implemented
46734 by Pod::Text, from Brad Appleton.
46735 Branch: perl
46736 ! t/pod/testp2pt.pl
46737____________________________________________________________________________
46738[ 7047] By: jhi on 2000/09/10 14:32:53
46739 Log: Upgrade to podlators-1.03 (Pod::Man 1.07 and Pod::Text 2.05),
46740 by Russ Allbery.
46741 Branch: perl
46742 ! lib/Pod/Man.pm lib/Pod/Text.pm pod/pod2man.PL pod/pod2text.PL
46743____________________________________________________________________________
46744[ 7046] By: jhi on 2000/09/10 14:15:08
46745 Log: Upgrade to CPAN 1.57_65, from Andreas König.
46746 Branch: perl
46747 ! lib/CPAN.pm lib/CPAN/FirstTime.pm
46748____________________________________________________________________________
46749[ 7045] By: jhi on 2000/09/08 21:36:32
46750 Log: Update Changes.
46751 Branch: perl
46752 ! Changes patchlevel.h
46753____________________________________________________________________________
0a0d439f
JH
46754[ 7044] By: jhi on 2000/09/08 21:29:56
46755 Log: Subject: [PATCH: 5.7.0] proper setting for isnan for DECC 5.3
46756 From: Peter Prymmer <pvhp@forte.com>
46757 Date: Fri, 8 Sep 2000 13:33:27 -0700 (PDT)
46758 Message-ID: <Pine.OSF.4.10.10009081331420.132461-100000@aspara.forte.com>
46759 Branch: perl
46760 ! configure.com
46761____________________________________________________________________________
46762[ 7043] By: jhi on 2000/09/08 21:27:50
46763 Log: Subject: [PATCH (or RFC): 5.7.0] make the ran_tests intermediate file 8.3 friendly
46764 From: Peter Prymmer <pvhp@forte.com>
46765 Date: Fri, 8 Sep 2000 11:02:19 -0700 (PDT)
46766 Message-ID: <Pine.OSF.4.10.10009081054340.132461-100000@aspara.forte.com>
46767 Branch: perl
46768 ! Makefile.SH installperl
46769____________________________________________________________________________
46770[ 7042] By: jhi on 2000/09/08 21:23:21
46771 Log: Continue #7041.
46772 Branch: perl
46773 ! cygwin/Makefile.SHs os2/Makefile.SHs
46774____________________________________________________________________________
0b3b9d72
JH
46775[ 7041] By: jhi on 2000/09/08 21:18:10
46776 Log: Do away with memory models cruft. Sorry, PDP users.
46777 Branch: metaconfig
46778 ! U/modified/cc.U U/modified/libpth.U
46779 Branch: perl
46780 ! Configure Makefile.SH Porting/Glossary Porting/config.sh
46781 ! Porting/config_H cflags.SH config_h.SH configure.com
46782 ! epoc/config.sh hints/mint.sh hints/titanos.sh hints/vmesa.sh
46783 ! lib/ExtUtils/MM_Unix.pm win32/config.bc win32/config.gc
46784 ! win32/config.vc x2p/Makefile.SH x2p/cflags.SH
46785____________________________________________________________________________
0a0d439f
JH
46786[ 7040] By: jhi on 2000/09/08 14:34:18
46787 Log: Major rewrite of s2p. And I mean really major, it is
46788 an implementation of sed in perl. If called as s2p it
46789 will function as s2p. Note: needs non-UNIXifying.
46790
46791 Subject: s2p
46792 From: Wolfgang Laun <Wolfgang.Laun@alcatel.at>
46793 Date: Mon, 28 Aug 2000 14:05:12 +0200
46794 Message-ID: <39AA5578.2102E2AA@alcatel.at>
46795 Branch: perl
46796 ! x2p/s2p.PL
46797____________________________________________________________________________
46798[ 7039] By: jhi on 2000/09/08 14:19:49
46799 Log: Re-allow vec() for characters > 255.
46800
46801 Subject: [PATCH] Re: [ID 20000907.005] Not OK: perl v5.7.0 +devel-7030 on alpha-dec_osf-perlio 4.0f (UNINSTALLED)
46802 From: Spider Boardman <spider@web.zk3.dec.com>
46803 Date: Fri, 08 Sep 2000 02:21:02 -0400
46804 Message-Id: <200009080621.CAA03409@leggy.zk3.dec.com>
46805 Branch: perl
46806 ! doop.c pod/perldelta.pod pod/perldiag.pod pod/perlfunc.pod
46807 ! t/op/vec.t
46808____________________________________________________________________________
46809[ 7038] By: jhi on 2000/09/08 14:14:18
46810 Log: Subject: [PATCH lib/Benchmark.pm]
46811 From: <abigail@foad.org>
46812 Date: Thu, 7 Sep 2000 15:03:20 -0400
46813 Message-ID: <20000907190320.888.qmail@foad.org>
46814 Branch: perl
46815 ! lib/Benchmark.pm
46816____________________________________________________________________________
46817[ 7037] By: jhi on 2000/09/08 14:11:06
46818 Log: Optimizing hash keys into shared strings doesn't work with ithreads.
46819
46820 Subject: Re: [ID 20000907.008] Not OK: v5.7.0 on alpha-dec_osf-thread-multi
46821 From: Spider Boardman <spider@web.zk3.dec.com>
46822 Date: Fri, 08 Sep 2000 01:30:27 -0400
46823 Message-Id: <200009080530.BAA10498@leggy.zk3.dec.com>
46824 Branch: perl
46825 ! op.c
46826____________________________________________________________________________
46827[ 7036] By: jhi on 2000/09/08 14:08:58
46828 Log: Subject: [ID 20000908.002] perlipc documentation bug.
46829 From: Major Sébastien <sebastien.major@crdp.ac-caen.fr>
46830 Date: Fri, 08 Sep 2000 12:38:32 +0200
46831 Message-Id: <39B8C1A8.3DC36E6D@crdp.ac-caen.fr>
46832 Branch: perl
46833 ! pod/perlipc.pod
46834____________________________________________________________________________
46835[ 7035] By: jhi on 2000/09/08 14:03:12
46836 Log: Subject: Re: [ID 20000907.007] Not OK: perl v5.7.0 +devel-7030 on alpha-dec_osf 4.0f
46837 From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
46838 Date: Fri, 08 Sep 2000 11:47:34 +0200
46839 Message-Id: <20000908111426.FBDB.H.M.BRAND@hccnet.nl>
46840 Branch: perl
46841 ! hints/dec_osf.sh
46842____________________________________________________________________________
46843[ 7034] By: jhi on 2000/09/08 13:59:35
46844 Log: Subject: Re: [ID 20000906.004] segfault with bad perl statement
46845 From: Simon Cozens <simon@cozens.net>
46846 Date: Thu, 7 Sep 2000 20:40:38 +0100
46847 Message-ID: <20000907204038.A15650@deep-dark-truthful-mirror.perlhacker.org>
46848 Branch: perl
46849 ! pp_hot.c
46850____________________________________________________________________________
46851[ 7033] By: jhi on 2000/09/08 04:03:03
46852 Log: Subject: [ID 20000904.008] Tiny fix for perldiag
46853 From: "Larry W. Virden" <lvirden@cas.org>
46854 Date: Mon, 4 Sep 2000 18:45:44 -0400 (EDT)
46855 Message-Id: <200009042245.SAA22916@lwv26awu.cas.org>
46856 Branch: perl
46857 ! pod/perldiag.pod
46858____________________________________________________________________________
46859[ 7032] By: jhi on 2000/09/07 22:18:30
46860 Log: Subject: [PATCH 5.7.0] perl5db.pl [Was: Re: Debugger question]
46861 From: Peter Scott <Peter.J.Scott@jpl.nasa.gov>
46862 Date: Mon, 04 Sep 2000 13:16:38 -0700
46863 Message-Id: <4.3.2.7.2.20000904130939.00adae90@mail2a.jpl.nasa.gov>
46864 Branch: perl
46865 ! lib/perl5db.pl
46866____________________________________________________________________________
46867[ 7031] By: jhi on 2000/09/07 22:02:29
46868 Log: Fix the ccversion detection for 5.1 and beyond.
46869
46870 Subject: [ID 20000907.007] Not OK: perl v5.7.0 +devel-7030 on alpha-dec_osf 4.0f
46871 From: Spider Boardman <spider@leggy.zk3.dec.com>
46872 Date: Thu, 7 Sep 2000 17:54:27 -0400
46873 Message-Id: <200009072154.RAA14747@leggy.zk3.dec.com>
46874 Branch: perl
46875 ! hints/dec_osf.sh
46876____________________________________________________________________________
46877[ 7030] By: jhi on 2000/09/07 19:12:28
46878 Log: Fix for
46879
46880 Subject: [ID 20000903.001] \w in utf8-strings
46881 From: Marc Lehmann <pcg@goof.com>
46882 Date: Sun, 03 Sep 2000 09:44:29 +0200
46883 Message-Id: <E13VUS5-0000cv-00.pgcc-forever-2000-09-03-09-44-29@fuji>
46884
46885 and various related nits.
46886 Branch: perl
46887 ! lib/unicode/mktables.PL regcomp.h regexec.c utf8.c
46888____________________________________________________________________________
46889[ 7029] By: jhi on 2000/09/07 18:49:09
46890 Log: Fix the URL, but the server is still missing in action.
46891
46892 Subject: [ID 20000905.002] perlfaq1.pod URL error
46893 From: "Larry W. Virden" <lvirden@cas.org>
46894 Date: Tue, 5 Sep 2000 08:24:40 -0400 (EDT)
46895 Message-Id: <200009051224.IAA11226@lwv26awu.cas.org>
46896 Branch: perl
46897 ! pod/perlfaq1.pod
46898____________________________________________________________________________
46899[ 7028] By: jhi on 2000/09/07 18:47:13
46900 Log: Subject: Re: [ID 20000905.001] Assertion failed: file "toke.c", line 202
46901 From: Hugo <hv@crypt.compulink.co.uk>
46902 Date: Tue, 05 Sep 2000 14:13:37 +0100
46903 Message-Id: <200009051313.OAA24507@crypt.compulink.co.uk>
46904 Branch: perl
46905 ! toke.c
46906____________________________________________________________________________
46907[ 7027] By: jhi on 2000/09/07 18:45:35
46908 Log: Subject: [PATCH@7014] \G in non-/g is well-defined now ... right?
46909 From: Daniel Chetlin <daniel@chetlin.com>
46910 Date: Tue, 5 Sep 2000 04:57:07 -0700
46911 Message-ID: <20000905045707.A8620@ilmd.chetlin.org>
46912 Branch: perl
46913 ! pod/perlfaq6.pod pod/perlop.pod
46914____________________________________________________________________________
46915[ 7026] By: jhi on 2000/09/07 18:44:01
46916 Log: Document the new ref() semantics.
46917
46918 Subject: Re: Undocumented(?) change to "ref" semantics in 5.7.0
46919 From: Gisle Aas <gisle@ActiveState.com>
46920 Date: 05 Sep 2000 08:10:30 +0200
46921 Message-ID: <m3vgwb8j3d.fsf@eik.g.aas.no>
46922 Branch: perl
46923 ! pod/perldelta.pod
46924____________________________________________________________________________
46925[ 7025] By: jhi on 2000/09/07 18:42:27
46926 Log: Make Data::Dumper (non-XS) to work with changed semantics of ref().
46927
46928 Subject: Re: Undocumented(?) change to "ref" semantics in 5.7.0
46929 From: Gisle Aas <gisle@ActiveState.com>
46930 Date: 05 Sep 2000 08:11:40 +0200
46931 Message-ID: <m3snrf8j1f.fsf@eik.g.aas.no>
46932 Branch: perl
46933 ! ext/Data/Dumper/Dumper.pm t/lib/dumper.t
46934____________________________________________________________________________
46935[ 7024] By: jhi on 2000/09/07 18:39:32
46936 Log: Subject: [PATCH] Modernize Opcode.pm documentation
46937 From: Gisle Aas <gisle@ActiveState.com>
46938 Date: 4 Sep 2000 00:18:55 -0000
46939 Message-ID: <20000904001855.26128.qmail@eik.g.aas.no>
46940 Branch: perl
46941 ! ext/Opcode/Opcode.pm
46942____________________________________________________________________________
46943[ 7023] By: jhi on 2000/09/07 18:37:42
46944 Log: Subject: [PATCH] Tied filehandle documentation
46945 From: Gisle Aas <gisle@ActiveState.com>
46946 Date: 4 Sep 2000 00:14:40 -0000
46947 Message-ID: <20000904001440.26084.qmail@eik.g.aas.no>
46948 Branch: perl
46949 ! pod/perlfunc.pod pod/perltie.pod
46950____________________________________________________________________________
46951[ 7022] By: jhi on 2000/09/07 18:35:37
46952 Log: Subject: [PATCH] Tie::StdHandle did not know about 3-arg open
46953 From: Gisle Aas <gisle@ActiveState.com>
46954 Date: 4 Sep 2000 00:04:22 -0000
46955 Message-ID: <20000904000422.26002.qmail@eik.g.aas.no>
46956 Branch: perl
46957 ! lib/Tie/Handle.pm t/lib/tie-stdhandle.t
46958____________________________________________________________________________
46959[ 7021] By: jhi on 2000/09/07 18:33:22
46960 Log: Subject: small apidoc fix
46961 From: Marc Lehmann <pcg@goof.com>
46962 Date: Sun, 3 Sep 2000 05:12:06 +0200
46963 Message-ID: <20000903051206.A5909@cerebro.laendle>
46964 Branch: perl
46965 ! pod/perlapi.pod utf8.c
46966____________________________________________________________________________
46967[ 7020] By: jhi on 2000/09/07 16:14:57
46968 Log: Tiny perldelta nits.
46969 Branch: perl
46970 ! pod/perldelta.pod
46971____________________________________________________________________________
46972[ 7019] By: jhi on 2000/09/07 16:04:20
46973 Log: Guard against bad string->int conversion for quads.
46974 Branch: perl
46975 ! t/op/64bitint.t
46976____________________________________________________________________________
46977[ 7018] By: jhi on 2000/09/06 17:07:03
46978 Log: Update Unicode todo list.
46979 Branch: perl
46980 ! Todo-5.6
46981____________________________________________________________________________
46982[ 7017] By: jhi on 2000/09/05 21:16:01
46983 Log: Document the SvIOK_.*UV().
46984 Branch: perl
46985 ! pod/perlapi.pod sv.h
46986____________________________________________________________________________
46987[ 7016] By: nick on 2000/09/03 21:54:46
46988 Log: Hash lookup of constant strings optimization:
46989 Introduce SvREADONLY && SvFAKE to flag an SV which has SvPVX pointing
46990 to string table (as per sharepvn). Add newSV_pvn_share to create such
46991 a thing. Make hv.c compare addresses of strings and skip string compare
46992 if equal. Make method_named and helem ops use these shared-string SVs
46993 when arg is constant. Make keys op return shared-string SVs (less clearly
46994 a win).
46995 Branch: perl
46996 ! embed.h embed.pl embedvar.h global.sym hv.c objXSUB.h op.c
46997 ! opcode.h opnames.h perlapi.c perlapi.h pod/perlapi.pod
46998 ! pod/perlintern.pod pp_hot.c proto.h sv.c
46999____________________________________________________________________________
47000[ 7015] By: jhi on 2000/09/02 17:48:59
47001 Log: This is 5.7.0.
47002 Branch: perl
47003 ! Changes
47004____________________________________________________________________________
6570e624
JH
47005[ 7014] By: jhi on 2000/09/02 17:35:45
47006 Log: Changes and patchlevel tweaks.
47007 Branch: perl
47008 ! Changes patchlevel.h
47009____________________________________________________________________________
47010[ 7013] By: jhi on 2000/09/02 17:30:50
47011 Log: Update Changes.
47012 Branch: perl
47013 ! Changes patchlevel.h
47014____________________________________________________________________________
8a1f490d
JH
47015[ 7012] By: nick on 2000/09/02 17:25:20
47016 Log: More %{} and other deref special casing - do not pass to 'nomethod'.
47017 Branch: perl
47018 ! gv.c lib/overload.pm
47019____________________________________________________________________________
47020[ 7011] By: jhi on 2000/09/02 17:16:25
47021 Log: Update perlhist.
47022 Branch: perl
47023 ! pod/perlhist.pod
47024____________________________________________________________________________
47025[ 7010] By: jhi on 2000/09/02 17:01:35
47026 Log: perldelta nits.
47027 Branch: perl
47028 ! pod/perldelta.pod
47029____________________________________________________________________________
47030[ 7009] By: nick on 2000/09/02 16:48:35
47031 Log: If overloaded %{} etc. return the object do not loop.
47032 Thus sub deref { $_[0] } functions if object is wanted type.
47033 Branch: perl
47034 ! pp.h
47035____________________________________________________________________________
47036[ 7008] By: jhi on 2000/09/02 16:26:11
47037 Log: Retab MANIFEST.
47038 Branch: perl
47039 ! ext/Storable/MANIFEST
47040____________________________________________________________________________
47041[ 7007] By: jhi on 2000/09/02 16:23:02
47042 Log: Make certain cc is set before trying to run it.
47043 Branch: perl
47044 ! hints/hpux.sh hints/irix_6.sh hints/solaris_2.sh
47045____________________________________________________________________________
47046[ 7006] By: jhi on 2000/09/02 15:45:41
47047 Log: Unicode notes.
47048 Branch: perl
47049 ! pod/perldelta.pod
47050____________________________________________________________________________
0b3b9d72
JH
47051[ 7005] By: jhi on 2000/09/02 15:42:11
47052 Log: Various Configure nits by Philip Newton,
47053 plus the ebcdic one by me.
47054 Branch: metaconfig
47055 + U/modified/pager.U
47056 ! U/ebcdic/ebcdic.U U/modified/Finish.U U/modified/Guess.U
47057 Branch: metaconfig/U/perl
47058 ! Devel.U quadfio.U
47059 Branch: perl
47060 ! Configure config_h.SH
47061____________________________________________________________________________
8a1f490d
JH
47062[ 7004] By: jhi on 2000/09/02 15:06:14
47063 Log: Apparently avoiding the swapping is too costly.
47064
47065 From: "Ben Tilly" <ben_tilly@hotmail.com>
47066 Subject: Re: the door is closed.
47067 Date: Fri, 01 Sep 2000 20:23:16 EDT
47068 Message-ID: <LAW2-F2963JkUwWpSWe00000904@hotmail.com>
47069 Branch: perl
47070 ! pod/perlfaq4.pod
47071____________________________________________________________________________
47072[ 7003] By: nick on 2000/09/02 12:26:04
47073 Log: Undo part of change 6489 which looks like a bulk edit which
47074 changed _all_ gv_efullname3() calls to gv_efullname4() calls.
47075 The supressing of main:: on return from select() is undesirable.
47076 Branch: perl
47077 ! pp_sys.c
47078____________________________________________________________________________
47079[ 7002] By: jhi on 2000/09/01 23:08:54
47080 Log: Update Changes.
47081 Branch: perl
47082 ! Changes patchlevel.h
47083____________________________________________________________________________
c567d284
JH
47084[ 7001] By: jhi on 2000/09/01 23:00:13
47085 Log: Subject: [PATCH: 6996] minimal removal of 8 bit chrs from perlebcdic.pod
47086 From: Peter Prymmer <pvhp@forte.com>
47087 Date: Fri, 1 Sep 2000 15:50:57 -0700 (PDT)
47088 Message-ID: <Pine.OSF.4.10.10009011542550.147696-100000@aspara.forte.com>
47089
47090 plus rework the http: spots as suggested by Tom Christiansen,
47091 plus regen perltoc.
47092 Branch: perl
47093 ! README.os2 pod/perl56delta.pod pod/perlebcdic.pod
47094 ! pod/perlguts.pod pod/perltoc.pod pod/perlxs.pod
47095____________________________________________________________________________
47096[ 7000] By: jhi on 2000/09/01 22:36:01
47097 Log: Only the first line, thank you very much.
47098 Branch: perl
47099 ! hints/solaris_2.sh
47100____________________________________________________________________________
47101[ 6999] By: gsar on 2000/09/01 22:16:40
47102 Log: change#6791 accidentally clobbered change#6710, put it back
47103 Branch: perl
47104 ! win32/win32.c
47105____________________________________________________________________________
47106[ 6998] By: jhi on 2000/09/01 22:14:16
47107 Log: Mention the HP-UX LP64 freak failure.
47108 Branch: perl
47109 ! pod/perldelta.pod
47110____________________________________________________________________________
47111[ 6997] By: jhi on 2000/09/01 21:48:32
47112 Log: Detypo.
47113 Branch: perl
47114 ! hints/hpux.sh
47115____________________________________________________________________________
47116[ 6996] By: jhi on 2000/09/01 21:27:10
47117 Log: Update Changes.
47118 Branch: perl
47119 ! Changes patchlevel.h
47120____________________________________________________________________________
89f57497
JH
47121[ 6995] By: jhi on 2000/09/01 21:14:24
47122 Log: Mi splgn s gnin.g
47123 Branch: perl
47124 ! pp_ctl.c
47125____________________________________________________________________________
47126[ 6994] By: jhi on 2000/09/01 21:09:54
47127 Log: Subject: http:// in L<>
47128 From: Nicholas Clark <nick@ccl4.org>
47129 Date: Fri, 1 Sep 2000 22:03:21 +0100
47130 Message-ID: <20000901220321.B72074@plum.flirble.org>
47131 Branch: perl
47132 ! README.os2 pod/perl56delta.pod pod/perlxs.pod
47133____________________________________________________________________________
47134[ 6993] By: jhi on 2000/09/01 21:06:54
47135 Log: Update to Storable 1.0, from Raphael Manfredi.
47136 Branch: perl
47137 ! ext/Storable/ChangeLog ext/Storable/MANIFEST
47138 ! ext/Storable/Makefile.PL ext/Storable/README
47139 ! ext/Storable/Storable.pm ext/Storable/Storable.xs
47140 ! t/lib/st-06compat.t t/lib/st-blessed.t t/lib/st-canonical.t
47141 ! t/lib/st-dclone.t t/lib/st-dump.pl t/lib/st-forgive.t
47142 ! t/lib/st-freeze.t t/lib/st-overload.t t/lib/st-recurse.t
47143 ! t/lib/st-retrieve.t t/lib/st-store.t t/lib/st-tied.t
47144 ! t/lib/st-tiedhook.t t/lib/st-tieditems.t
47145____________________________________________________________________________
47146[ 6992] By: jhi on 2000/09/01 20:43:05
47147 Log: Mention known sfio+linux buglet.
47148 Branch: perl
47149 ! pod/perldelta.pod
47150____________________________________________________________________________
47151[ 6991] By: jhi on 2000/09/01 20:40:11
47152 Log: Subject: Re: [PATCH perl@6962] 2 more vms.c fix-ups and status
47153 From: Peter Prymmer <pvhp@forte.com>
47154 Date: Fri, 1 Sep 2000 12:03:38 -0700 (PDT)
47155 Message-ID: <Pine.OSF.4.10.10009011140240.147696-100000@aspara.forte.com>
47156 Branch: perl
47157 ! vms/vms.c
47158____________________________________________________________________________
47159[ 6990] By: jhi on 2000/09/01 20:25:26
47160 Log: Retract #6986.
47161 Branch: perl
47162 ! hints/solaris_2.sh
47163____________________________________________________________________________
47164[ 6989] By: jhi on 2000/09/01 20:23:00
47165 Log: Mergesort is back.
47166 Branch: perl
47167 ! pod/perldelta.pod pod/perltoc.pod pp_ctl.c
47168____________________________________________________________________________
47169[ 6988] By: jhi on 2000/09/01 19:37:40
47170 Log: Subject: [PATCH] Fix vec() / utf8 (was Re: bitvec ops still broken with utf8 -- or not?)
47171 From: Mike Guy <mjtg@cam.ac.uk>
47172 Date: Fri, 01 Sep 2000 17:43:33 +0100
47173 Message-Id: <E13Utuf-0004Bw-00@draco.cus.cam.ac.uk>
47174 Branch: perl
47175 ! doop.c embed.pl perlapi.c pod/perlapi.pod pod/perldiag.pod
47176 ! pod/perlfunc.pod proto.h t/op/vec.t utf8.c
47177____________________________________________________________________________
47178[ 6987] By: jhi on 2000/09/01 19:17:10
47179 Log: Regen perltoc.
47180 Branch: perl
47181 ! pod/perltoc.pod
47182____________________________________________________________________________
47183[ 6986] By: jhi on 2000/09/01 18:51:10
47184 Log: Subject: Re: Solaris x86 has no SPARC libraries!
47185 From: Lupe Christoph <lupe@lupe-christoph.de>
47186 Date: Fri, 1 Sep 2000 20:41:20 +0200
47187 Message-ID: <20000901204120.P13547@alanya.lupe-christoph.de>
47188 Branch: perl
47189 ! hints/solaris_2.sh
47190____________________________________________________________________________
47191[ 6985] By: jhi on 2000/09/01 18:28:10
47192 Log: Update Changes.
47193 Branch: perl
47194 ! Changes patchlevel.h
47195____________________________________________________________________________
bb8b7748
JH
47196[ 6984] By: jhi on 2000/09/01 18:26:53
47197 Log: Feature ordering tweak.
47198 Branch: perl
47199 ! myconfig.SH
47200____________________________________________________________________________
47201[ 6983] By: jhi on 2000/09/01 18:19:50
47202 Log: Subject: Re: [PATCH lib/overload.pm] Sanaty checking of arguments to overload::constant
47203 From: <abigail@foad.org>
47204 Date: Fri, 1 Sep 2000 13:07:32 -0400
47205 Message-ID: <20000901170732.18249.qmail@foad.org>
47206 Branch: perl
47207 ! t/pragma/overload.t
47208____________________________________________________________________________
0b3b9d72
JH
47209[ 6982] By: jhi on 2000/09/01 18:17:54
47210 Log: Rename the PRIElfbl, PRIX64, etc, to be PRIEUfldbl, PRIXU64,
47211 so that case-ignoring systems like DCL can tell them from
47212 PRIefldbl and PRIx64. Apply Merijn's ccversion patches.
47213 Branch: metaconfig/U/perl
47214 ! Checkcc.U gccvers.U longdblfio.U perlxvf.U quadfio.U
47215 Branch: perl
47216 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
47217 ! config_h.SH configure.com epoc/config.sh hints/aix.sh
47218 ! hints/dec_osf.sh hints/hpux.sh hints/irix_6.sh
47219 ! hints/solaris_2.sh myconfig.SH uconfig.h uconfig.sh
47220 ! vos/config.def vos/config.h vos/config_h.SH_orig
47221 ! win32/config.bc win32/config.gc win32/config.vc
47222____________________________________________________________________________
bb8b7748
JH
47223[ 6981] By: nick on 2000/09/01 17:21:57
47224 Log: Document UNTIE. Also tweak implementation to suppress the 'inner references'
47225 warning when UNTIE exists and instead pass the cound of extra references to
47226 the UNTIE method.
47227 Branch: perl
47228 ! pod/perltie.pod pp_sys.c
47229____________________________________________________________________________
47230[ 6980] By: jhi on 2000/09/01 16:54:44
47231 Log: Subject: [PATCH: 6948] add SCNfldbl to configure.com
47232 From: Peter Prymmer <pvhp@forte.com>
47233 Date: Thu, 31 Aug 2000 18:47:18 -0700 (PDT)
47234 Message-ID: <Pine.OSF.4.10.10008311811060.91659-100000@aspara.forte.com>
47235 Branch: perl
47236 ! configure.com
47237____________________________________________________________________________
47238[ 6979] By: jhi on 2000/09/01 16:06:20
47239 Log: Subject: [ID 20000901.017] [PATCH] Basic test failure in an untidy world
47240 From: Mike Guy <mjtg@cam.ac.uk>
47241 Date: Fri, 01 Sep 2000 16:49:27 +0100
47242 Message-Id: <E13Ut4J-0002sd-00@draco.cus.cam.ac.uk>
47243 Branch: perl
47244 ! t/base/rs.t
47245____________________________________________________________________________
47246[ 6978] By: jhi on 2000/09/01 16:00:42
47247 Log: Update to PodParser 1.18, from Brad Appleton.
47248 Branch: perl
47249 ! lib/Pod/Checker.pm t/pod/find.t
47250____________________________________________________________________________
0b3b9d72
JH
47251[ 6977] By: jhi on 2000/09/01 14:48:58
47252 Log: Subject: Nit in Configure (bleadperl@6961)
47253 From: Lupe Christoph <lupe@lupe-christoph.de>
47254 Date: Fri, 1 Sep 2000 16:34:29 +0200
47255 Message-ID: <20000901163429.K13547@alanya.lupe-christoph.de>
47256 Branch: metaconfig
47257 ! U/compline/ccflags.U
47258 Branch: perl
47259 ! Configure config_h.SH
47260____________________________________________________________________________
bb8b7748
JH
47261[ 6976] By: jhi on 2000/09/01 14:39:52
47262 Log: Update Changes.
47263 Branch: perl
47264 ! Changes patchlevel.h
47265____________________________________________________________________________
68fd1378
JH
47266[ 6975] By: jhi on 2000/09/01 14:37:36
47267 Log: microperl config update.
47268 Branch: perl
47269 ! uconfig.h uconfig.sh
47270____________________________________________________________________________
47271[ 6974] By: jhi on 2000/09/01 14:36:53
47272 Log: Document known deficiencies.
47273 Branch: perl
47274 ! pod/perldelta.pod
47275____________________________________________________________________________
47276[ 6973] By: jhi on 2000/09/01 14:10:20
47277 Log: Mention warnings fixes and updates.
47278 Branch: perl
47279 ! pod/perldelta.pod
47280____________________________________________________________________________
47281[ 6972] By: jhi on 2000/09/01 14:01:52
47282 Log: Drop unused argument.
47283
47284 Subject: Re: [ID 20000831.034] overload::constant and number of arguments.
47285 From: Spider Boardman <spider@web.zk3.dec.com>
47286 Date: Thu, 31 Aug 2000 16:10:15 -0400
47287 Message-Id: <200008312010.QAA20392@leggy.zk3.dec.com>
47288 Branch: perl
47289 ! toke.c
47290____________________________________________________________________________
47291[ 6971] By: jhi on 2000/09/01 13:59:24
47292 Log: Add the overload warnings to perldiag.
47293 Branch: perl
47294 ! lib/overload.pm pod/perldiag.pod
47295____________________________________________________________________________
47296[ 6970] By: jhi on 2000/09/01 13:55:10
47297 Log: Subject: RE: [PATCH lib/overload.pm] Sanaty checking of arguments to overload::constant
47298 From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
47299 Date: Fri, 1 Sep 2000 13:43:15 +0100
47300 Message-ID: <001001c01412$32c7dde0$a20a140a@bfs.phone.com>
47301 Branch: perl
47302 ! lib/overload.pm t/pragma/overload.t
47303____________________________________________________________________________
47304[ 6969] By: jhi on 2000/09/01 13:52:27
47305 Log: Subject: [PATCH lib/overload.pm] Sanaty checking of arguments to overload::constant
47306 From: <abigail@foad.org>
47307 Date: Fri, 1 Sep 2000 05:46:54 -0400
47308 Message-ID: <20000901094654.6476.qmail@foad.org>
47309 Branch: perl
47310 ! lib/overload.pm
47311____________________________________________________________________________
47312[ 6968] By: jhi on 2000/09/01 13:50:05
47313 Log: Subject: [PATCH@6961] Fix misleading example in perlretut.pod
47314 From: Daniel Chetlin <daniel@chetlin.com>
47315 Date: Fri, 1 Sep 2000 02:10:55 -0700
47316 Message-ID: <20000901021055.C3400@ilmd.chetlin.org>
47317 Branch: perl
47318 ! pod/perlretut.pod
47319____________________________________________________________________________
47320[ 6967] By: jhi on 2000/09/01 13:47:54
47321 Log: Part of the solution.
47322
47323 Subject: Re: [ID 20000807.004] [PATCH] conditional breakpoints leak memory
47324 From: Mike Guy <mjtg@cam.ac.uk>
47325 Date: Fri, 01 Sep 2000 14:16:01 +0100
47326 Message-Id: <E13Uqfp-0006dN-00@draco.cus.cam.ac.uk>
47327 Branch: perl
47328 ! gv.c mg.c
47329____________________________________________________________________________
47330[ 6966] By: jhi on 2000/09/01 13:46:17
47331 Log: Subject: CPAN.pm beta 1.57_57 for the core
47332 From: andreas.koenig@anima.de (Andreas J. Koenig)
47333 Date: 01 Sep 2000 15:16:31 +0200
47334 Message-ID: <m3r974z1zk.fsf@ak-71.mind.de>
47335 Branch: perl
47336 ! lib/CPAN.pm lib/CPAN/FirstTime.pm
47337____________________________________________________________________________
47338[ 6965] By: jhi on 2000/09/01 13:43:18
47339 Log: Subject: [PATCH perl@6962] 2 more vms.c fix-ups and status
47340 From: "Craig A. Berry" <craig.berry@psinetcs.com>
47341 Date: Fri, 01 Sep 2000 01:47:22 -0500
47342 Message-Id: <4.3.2.7.2.20000901011206.01ca2e88@exchi01>
47343 Branch: perl
47344 ! pod/perldelta.pod vms/vms.c
47345____________________________________________________________________________
47346[ 6964] By: jhi on 2000/09/01 13:35:35
47347 Log: File::Temp patches from Andreas König,
47348
47349 Subject: Re: [ID 20000831.046] OK: perl v5.7.0 +DEVEL6961 on sun4-solaris 2.8 (UNINSTALLED)
47350 From: andreas.koenig@anima.de (Andreas J. Koenig)
47351 Date: 01 Sep 2000 10:07:20 +0200
47352 Message-ID: <m3lmxc1qo7.fsf@ak-71.mind.de>
47353
47354 Subject: Re: Almost OK: perl v5.7.0 +DEVEL6937 on PA-RISC2.0 11.00 (INSTALLED)
47355 From: andreas.koenig@anima.de (Andreas J. Koenig)
47356 Date: 31 Aug 2000 23:26:08 +0200
47357 Message-ID: <m3bsy92kcv.fsf@ak-71.mind.de>
47358 Branch: perl
47359 ! lib/File/Temp.pm t/lib/ftmp-security.t
47360____________________________________________________________________________
47361[ 6963] By: jhi on 2000/09/01 02:22:24
47362 Log: Retract the mergesort code, way too incompatible licensing
47363 and copyrights.
47364 Branch: perl
47365 ! pod/perldelta.pod pp_ctl.c
47366____________________________________________________________________________
47367[ 6962] By: jhi on 2000/08/31 23:27:32
47368 Log: Update Changes.
47369 Branch: perl
47370 ! Changes patchlevel.h
47371____________________________________________________________________________
0b3b9d72
JH
47372[ 6961] By: jhi on 2000/08/31 23:20:04
47373 Log: Small tweaks all over.
47374 Branch: metaconfig
47375 ! U/compline/d_gconvert.U
47376 Branch: perl
47377 ! AUTHORS Configure config_h.SH pp_ctl.c
47378____________________________________________________________________________
c54b6e81
JH
47379[ 6960] By: jhi on 2000/08/31 22:39:36
47380 Log: Further rewording.
47381 Branch: perl
47382 ! pp_ctl.c
47383____________________________________________________________________________
47384[ 6959] By: jhi on 2000/08/31 21:26:44
47385 Log: More address tweaking.
47386 Branch: perl
47387 ! AUTHORS Changes
47388____________________________________________________________________________
47389[ 6958] By: jhi on 2000/08/31 20:47:25
47390 Log: AUTHORS tweaks, from Peter Prymmer.
47391
47392 Subject: [PATCH: 6948] mvs doesn't exist (not any more)
47393 From: Peter Prymmer <pvhp@forte.com>
47394 Date: Thu, 31 Aug 2000 12:56:32 -0700 (PDT)
47395 Message-ID: <Pine.OSF.4.10.10008311248410.91659-100000@aspara.forte.com>
47396 Branch: perl
47397 ! AUTHORS MAINTAIN
47398____________________________________________________________________________
47399[ 6957] By: jhi on 2000/08/31 20:34:43
47400 Log: perldelta tweaks.
47401 Branch: perl
47402 ! pod/perldelta.pod
47403____________________________________________________________________________
47404[ 6956] By: jhi on 2000/08/31 19:11:06
47405 Log: Regen perltoc.
47406 Branch: perl
47407 ! pod/perltoc.pod
47408____________________________________________________________________________
47409[ 6955] By: jhi on 2000/08/31 19:06:30
47410 Log: Clarify the mergesort situation.
47411 Branch: perl
47412 ! pp_ctl.c
47413____________________________________________________________________________
47414[ 6954] By: jhi on 2000/08/31 18:24:17
47415 Log: Move the Solaris 7 scan to use64bitall, make the
47416 failure to find 64-bot sparc libc to mention the
47417 possibility of being in an intel, from Lupe and Alan.
47418 Branch: perl
47419 ! hints/solaris_2.sh
47420____________________________________________________________________________
0b3b9d72
JH
47421[ 6953] By: jhi on 2000/08/31 18:09:20
47422 Log: Forget about NV_MAX (#6951). Various floating point tweaks,
47423 ideas from Eric Fifer, Yitzchak, Alan, and Spider.
47424 Branch: metaconfig
47425 ! U/compline/d_gconvert.U U/threads/archname.U
47426 Branch: metaconfig/U/perl
47427 ! perlxv.U
47428 Branch: perl
47429 ! Configure config_h.SH sv.c
47430____________________________________________________________________________
51c9377f
JH
47431[ 6952] By: jhi on 2000/08/31 17:42:24
47432 Log: :: not allowed in pathnames, change to .
47433
47434 Subject: [PATCH perl@6938] cygwin port
47435 From: "Fifer, Eric" <EFifer@sanwaint.com>
47436 Date: Thu, 31 Aug 2000 16:32:59 +0100
47437 Message-ID: <779F20BCCE5AD31186A50008C75D997917179A@silldn_mail1.sanwaint.com>
47438 Branch: metaconfig/U/perl
47439 ! perlxv.U
47440____________________________________________________________________________
c54b6e81
JH
47441[ 6951] By: jhi on 2000/08/31 17:02:05
47442 Log: Try to deduce NV_MAX. Really should be Configure fodder.
47443 Branch: perl
47444 ! perl.h
47445____________________________________________________________________________
47446[ 6950] By: jhi on 2000/08/31 16:26:08
47447 Log: More author updates.
47448
47449 Subject: Re: [PATCH] Mark-Jason Dominus Does Exist
47450 From: Simon Cozens <simon@cozens.net>
47451 Date: Thu, 31 Aug 2000 17:13:32 +0100
47452 Message-ID: <20000831171332.A22498@deep-dark-truthful-mirror.perlhacker.org>
47453 Branch: perl
47454 ! AUTHORS
47455____________________________________________________________________________
47456[ 6949] By: jhi on 2000/08/31 16:04:49
47457 Log: POSIX doesn't report long double values under -Duselongdouble
47458 when the long doubles are "real" (bigger than doubles).
71d4b5fd
JH
47459
47460 Subject: [ID 20000831.014] Not OK: perl v5.7.0 +DEVEL6919 on alpha-dec_osf-ld 5.1
47461 From: Spider Boardman <spider@peano.zk3.dec.com>
47462 Date: Thu, 31 Aug 2000 11:48:48 -0400 (EDT)
47463 Message-Id: <200008311548.LAA0000161952@peano.zk3.dec.com>
c54b6e81
JH
47464 Branch: perl
47465 ! ext/POSIX/POSIX.xs
47466____________________________________________________________________________
47467[ 6948] By: jhi on 2000/08/31 15:25:10
47468 Log: Update Changes.
47469 Branch: perl
47470 ! Changes patchlevel.h
47471____________________________________________________________________________
0d3805ce
JH
47472[ 6947] By: jhi on 2000/08/31 15:22:29
47473 Log: Document UNTIE in a very minimalistic way.
47474 Branch: perl
47475 ! pod/perlfunc.pod pod/perltie.pod
47476____________________________________________________________________________
47477[ 6946] By: jhi on 2000/08/31 15:15:23
47478 Log: Document known failures.
47479 Branch: perl
47480 ! pod/perldelta.pod
47481____________________________________________________________________________
0b3b9d72
JH
47482[ 6945] By: jhi on 2000/08/31 15:07:00
47483 Log: Don't attach -ld to the archname if pointless.
47484 Branch: metaconfig
47485 ! U/threads/archname.U
47486 Branch: perl
47487 ! Configure config_h.SH
47488____________________________________________________________________________
0d3805ce
JH
47489[ 6944] By: jhi on 2000/08/31 14:37:42
47490 Log: Wrap the test in eval.
47491
47492 Subject: Re: [ID 20000831.009] Not OK: perl v5.7.0 +DEVEL6932 on sun4-solaris2.8 (UNINSTALLED)
47493 From: Tim Jenness <timj@jach.hawaii.edu>
47494 Date: Thu, 31 Aug 2000 03:39:33 -1000 (HST)
47495 Message-ID: <Pine.LNX.4.21.0008310311190.7444-100000@lapaki.jach.hawaii.edu>
47496 Branch: perl
47497 ! t/lib/ftmp-security.t
47498____________________________________________________________________________
47499[ 6943] By: jhi on 2000/08/31 14:30:57
47500 Log: Make -Dusemorebits find long doubles in Solaris.
47501 Branch: perl
47502 ! hints/solaris_2.sh
47503____________________________________________________________________________
47504[ 6942] By: jhi on 2000/08/31 13:48:45
47505 Log: Clarify the third case of ftmp-security warnings.
47506 Branch: perl
47507 ! INSTALL
47508____________________________________________________________________________
47509[ 6941] By: jhi on 2000/08/31 13:40:31
47510 Log: Subject: [PATCH] Re: [ID 20000830.048] Not OK: perl v5.7.0 +DEVEL6938 on i686-linux 2.2.13
47511 From: <abigail@foad.org>
47512 Date: Thu, 31 Aug 2000 01:35:05 -0400
47513 Message-ID: <20000831053505.32120.qmail@foad.org>
47514 Branch: perl
47515 ! pod/perldelta.pod
47516____________________________________________________________________________
47517[ 6940] By: jhi on 2000/08/31 13:38:48
47518 Log: Issue useful diagnostic on unknown pod commands.
47519
47520 Subject: [PATCH lib/Pod/Man.pm] Re: [ID 20000830.048]
47521 From: <abigail@foad.org>
47522 Date: Thu, 31 Aug 2000 03:41:18 -0400
47523 Message-ID: <20000831074118.24880.qmail@foad.org>
47524 Branch: perl
47525 ! lib/Pod/Man.pm
47526____________________________________________________________________________
47527[ 6939] By: jhi on 2000/08/31 13:34:33
47528 Log: Reveal Borland's isnan.
47529
47530 Subject: build with BC++ tweak
47531 From: "Konovalov, Vadim" <vkonovalov@lucent.com>
47532 Date: Thu, 31 Aug 2000 13:09:37 +0400
47533 Message-ID: <402099F49BEED211999700805FC7359F6FACA6@ru0028exch01.spb.lucent.com>
47534 Branch: perl
47535 ! win32/win32.h
47536____________________________________________________________________________
47537[ 6938] By: jhi on 2000/08/31 05:01:20
47538 Log: Update Changes.
47539 Branch: perl
47540 ! Changes patchlevel.h
47541____________________________________________________________________________
0b3b9d72
JH
47542[ 6937] By: jhi on 2000/08/31 04:26:23
47543 Log: sscanf() may be the only way to read long doubles from strings.
47544 Branch: metaconfig/U/perl
47545 ! longdblfio.U
47546 Branch: perl
47547 ! Configure config_h.SH perl.h util.c
47548____________________________________________________________________________
a0bff7c3
JH
47549[ 6936] By: jhi on 2000/08/31 04:18:19
47550 Log: The #6929 was too skimpy.
47551 Branch: perl
47552 ! sv.c
47553____________________________________________________________________________
47554[ 6935] By: jhi on 2000/08/31 02:47:07
47555 Log: Subject: Re: typos in pods
47556 From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
47557 Date: Wed, 30 Aug 2000 19:25:34 -0700
47558 Message-ID: <eIcr5gzkg25X092yn@efn.org>
47559 Branch: perl
47560 ! lib/CPAN.pm lib/Pod/Checker.pm pod/perlmodlib.PL
47561____________________________________________________________________________
47562[ 6934] By: jhi on 2000/08/31 02:42:55
47563 Log: Missed one Unicode file.
47564 Branch: perl
47565 + lib/unicode/UCDFF301.html
47566____________________________________________________________________________
47567[ 6933] By: jhi on 2000/08/30 23:42:27
47568 Log: Update Changes.
47569 Branch: perl
47570 ! Changes patchlevel.h
47571____________________________________________________________________________
cf19c48c
JH
47572[ 6932] By: jhi on 2000/08/30 23:40:07
47573 Log: Mention UNTIE in perldelta. Still needs documenting
47574 in perltie et alia.
47575 Branch: perl
47576 ! pod/perldelta.pod
47577____________________________________________________________________________
47578[ 6931] By: jhi on 2000/08/30 23:36:02
47579 Log: Subject: [PATCH] Don't use big-Oh when talking about lower bounds.
47580 From: <abigail@foad.org>
47581 Date: Wed, 30 Aug 2000 19:28:07 -0400
47582 Message-ID: <20000830232807.305.qmail@foad.org>
47583 Branch: perl
47584 ! pod/perldelta.pod
47585____________________________________________________________________________
47586[ 6930] By: jhi on 2000/08/30 23:32:40
47587 Log: Update to Unicode 3.0.1.
47588 Branch: perl
47589 + lib/unicode/BidiMirr.txt lib/unicode/CaseFold.txt
47590 + lib/unicode/PropList.txt lib/unicode/README.perl
47591 + lib/unicode/UCD301.html lib/unicode/Unicode.301
47592 - lib/unicode/Props.txt lib/unicode/UCD300.html
47593 - lib/unicode/Unicode.300 lib/unicode/Unicode3.html
47594 ! (edit 257 files)
47595____________________________________________________________________________
47596[ 6929] By: jhi on 2000/08/30 22:38:18
47597 Log: Heap decorruption.
47598
47599 Subject: [PATCH] Fix for miniperl coredump on Solaris with -Duselongdouble
47600 From: Alan Burlison <Alan.Burlison@uk.sun.com>
47601 Date: Wed, 30 Aug 2000 22:39:52 +0100
47602 Message-ID: <39AD7F28.A06533CF@uk.sun.com>
47603 Branch: perl
47604 ! sv.c
47605____________________________________________________________________________
47606[ 6928] By: jhi on 2000/08/30 22:29:34
47607 Log: Retract the dummy test, skip the security tests (instead of failing),
47608 explain what the warnings mean.
47609 Branch: perl
47610 ! INSTALL lib/File/Temp.pm t/lib/ftmp-security.t
47611____________________________________________________________________________
47612[ 6927] By: jhi on 2000/08/30 22:14:13
47613 Log: Change the internal implementation of sort() to be mergesort
47614 instead of quicksort, from John Linderman <jpl@research.att.com>.
47615 Gives us better worst case, better average case, and stability.
47616 What's there not to like? (Small fixes for threaded builds
47617 were required).
47618 Branch: perl
47619 ! pod/perldelta.pod pp_ctl.c t/op/runlevel.t
47620____________________________________________________________________________
47621[ 6926] By: jhi on 2000/08/30 20:55:20
47622 Log: A better fix for the Socket building problem from Craig Berry.
47623 Branch: perl
47624 ! vms/vms.c
47625____________________________________________________________________________
47626[ 6925] By: jhi on 2000/08/30 20:20:25
47627 Log: Subject: [PATCH] Re: UNTIE method
47628 From: Nick Ing-Simmons <nik@tiuk.ti.com>
47629 Date: Wed, 30 Aug 2000 18:26:55 +0100 (BST)
47630 Message-Id: <200008301726.SAA01114@mikado.tiuk.ti.com>
47631 Branch: perl
47632 ! pp_sys.c t/op/tie.t
47633____________________________________________________________________________
47634[ 6924] By: jhi on 2000/08/30 20:17:11
47635 Log: Subject: Re: not OK, 6919 on Alpha VMS V 7.1 w/ DECC 6.0-001
47636 From: "Craig A. Berry" <craig.berry@psinetcs.com>
47637 Date: Wed, 30 Aug 2000 15:03:14 -0500
47638 Message-Id: <4.3.2.7.2.20000830144622.028fe7a8@exchi01>
47639 Branch: perl
47640 ! vms/vms.c
47641____________________________________________________________________________
47642[ 6923] By: jhi on 2000/08/30 20:15:18
47643 Log: Subject: [PATCH perl@6889] fix Storable on VMS by fixing my_fwrite()
47644 From: "Craig A. Berry" <craig.berry@psinetcs.com>
47645 Date: Wed, 30 Aug 2000 13:30:36 -0500
47646 Message-Id: <4.3.2.7.2.20000830130617.02b8b968@exchi01>
47647 Branch: perl
47648 ! vms/vms.c
47649____________________________________________________________________________
47650[ 6922] By: jhi on 2000/08/30 19:54:43
47651 Log: Better options for rsync.
47652 Branch: perl
47653 ! pod/perlhack.pod
47654____________________________________________________________________________
47655[ 6921] By: jhi on 2000/08/30 19:40:16
47656 Log: Subject: [ID 20000830.036] [DOC] chom?p %hash not documented
47657 From: Rick Delaney <rick@consumercontact.com>
47658 Date: Wed, 30 Aug 2000 15:36:55 -0400 (EDT)
47659 Message-Id: <Pine.UW2.4.10.10008301535210.1949-100000@consumer>
47660 Branch: perl
47661 ! pod/perlfunc.pod
47662____________________________________________________________________________
47663[ 6920] By: jhi on 2000/08/30 19:36:40
47664 Log: Subject: [PATCH 6889] add a few ldbl formats to configure.com
47665 From: Peter Prymmer <pvhp@forte.com>
47666 Date: Tue, 29 Aug 2000 17:36:00 -0700 (PDT)
47667 Message-ID: <Pine.OSF.4.10.10008291720260.502507-100000@aspara.forte.com>
47668 Branch: perl
47669 ! configure.com
47670____________________________________________________________________________
47671[ 6919] By: jhi on 2000/08/30 14:52:02
47672 Log: Update Changes.
47673 Branch: perl
47674 ! Changes patchlevel.h
47675____________________________________________________________________________
9a871999
JH
47676[ 6918] By: jhi on 2000/08/30 14:48:34
47677 Log: NVs not necessarily doubles, as pointed out by Yitzchak.
47678 Branch: perl
47679 ! lib/ExtUtils/typemap
47680____________________________________________________________________________
47681[ 6917] By: jhi on 2000/08/30 14:46:34
47682 Log: Subject: typos in pods
47683 From: Nicholas Clark <nick@ccl4.org>
47684 Date: Wed, 30 Aug 2000 01:12:50 +0100
47685 Message-ID: <20000830011249.A61388@plum.flirble.org>
47686 Branch: perl
47687 ! pod/perldbmfilter.pod pod/perldebtut.pod pod/perldebug.pod
47688 ! pod/perldiag.pod pod/perlebcdic.pod pod/perlfunc.pod
47689 ! pod/perlguts.pod pod/perlhack.pod pod/perlmodlib.pod
47690 ! pod/perlnewmod.pod pod/perlport.pod pod/perltoc.pod
47691____________________________________________________________________________
47692[ 6916] By: jhi on 2000/08/30 14:19:09
47693 Log: Document Storable problems on Crays. (Will have
47694 to document all the other Storable problems, too.)
47695 Branch: perl
47696 ! pod/perldelta.pod
47697____________________________________________________________________________
47698[ 6915] By: jhi on 2000/08/30 14:06:02
47699 Log: Subject: [PATCH] fix misc cast warnings
47700 From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
47701 Date: Tue, 29 Aug 2000 23:16:14 -0700
47702 Message-ID: <uaKr5gzkgGwQ092yn@efn.org>
47703 Branch: perl
47704 ! lib/ExtUtils/typemap os2/OS2/ExtAttr/ExtAttr.xs
47705 ! os2/OS2/ExtAttr/typemap os2/OS2/REXX/REXX.xs os2/os2.c
47706 ! os2/os2ish.h
47707____________________________________________________________________________
47708[ 6914] By: jhi on 2000/08/30 14:03:45
47709 Log: Timestamp mismatch again. Need to fix this dependence on
47710 config_h.SH timestamp, since it's the contents of config_h.SH
47711 that matter.
47712 Branch: perl
47713 ! uconfig.h uconfig.sh
47714____________________________________________________________________________
47715[ 6913] By: jhi on 2000/08/30 13:54:06
47716 Log: Don't say "Perl 5.0 source kit".
47717 Branch: perl
47718 ! perl.c
47719____________________________________________________________________________
0b3b9d72
JH
47720[ 6912] By: jhi on 2000/08/30 13:51:24
47721 Log: Reset archname and archname64 always, forcing them be
47722 recomputed at each Configure run, make Configure and
47723 the hints files agree on the naming of largefiles variables.
47724 Branch: metaconfig
47725 ! U/threads/archname.U
47726 Branch: metaconfig/U/perl
47727 ! use64bits.U
47728 Branch: perl
47729 ! Configure config_h.SH configpm hints/aix.sh hints/hpux.sh
47730 ! hints/linux.sh hints/solaris_2.sh
47731____________________________________________________________________________
9a871999
JH
47732[ 6911] By: jhi on 2000/08/30 13:30:13
47733 Log: Put back the slice accidentally removed by #6907.
47734 Branch: perl
47735 ! hints/solaris_2.sh
47736____________________________________________________________________________
47737[ 6910] By: jhi on 2000/08/30 01:24:26
47738 Log: Be consistent: other Net::get* do export theirs.
47739
47740 Subject: Re: Net::protoent does not export 'getproto'
47741 From: Yasushi Nakajima <sey@jkc.co.jp>
47742 Date: Wed, 30 Aug 2000 09:53:14 +0900
47743 Message-Id: <200008300051.DAA24700@taku.hut.fi>
47744 Branch: perl
47745 ! lib/Net/protoent.pm
47746____________________________________________________________________________
47747[ 6909] By: jhi on 2000/08/30 01:17:25
47748 Log: Subject: Re: [ID 20000829.020] perl -e 'package; print __PACKAGE__' core dumps
47749 From: Gurusamy Sarathy <gsar@ActiveState.com>
47750 Date: Tue, 29 Aug 2000 17:17:07 -0700
47751 Message-Id: <200008300017.RAA25382@smtp3.ActiveState.com>
47752 Branch: perl
47753 ! cop.h
47754____________________________________________________________________________
47755[ 6908] By: jhi on 2000/08/30 00:58:05
47756 Log: Update Changes.
47757 Branch: perl
47758 ! Changes patchlevel.h
47759____________________________________________________________________________
0b3b9d72
JH
47760[ 6907] By: jhi on 2000/08/30 00:57:22
47761 Log: Introduce ccname to keep track of what compiler kind of we have.
47762 Branch: metaconfig/U/perl
47763 ! Checkcc.U gccvers.U
47764 Branch: perl
47765 ! Configure config_h.SH hints/solaris_2.sh
47766____________________________________________________________________________
d2caad93
JH
47767[ 6906] By: jhi on 2000/08/30 00:25:47
47768 Log: Put back the flags dump as reasoned in
47769
47770 Subject: Re: [PATCH] Glob dumping
47771 From: Mike Guy <mjtg@cam.ac.uk>
47772 Date: Tue, 29 Aug 2000 21:41:32 +0100
47773 Message-Id: <E13TsCK-0007iL-00@draco.cus.cam.ac.uk>
47774 Branch: perl
47775 ! dump.c t/lib/peek.t
47776____________________________________________________________________________
47777[ 6905] By: jhi on 2000/08/30 00:16:17
47778 Log: Make the epsilon to be relative, not absolute.
47779
47780 Subject: Re: [ID 20000829.039] Not OK: perl v5.7.0 +DEVEL6899 +[ID on alpha-dec_osf-ld 5.1 (UNINSTALLED)
47781 From: Spider Boardman <spider-perl@orb.nashua.nh.us>
47782 Date: Tue, 29 Aug 2000 19:58:56 -0400
47783 Message-Id: <200008292358.TAA31114@leggy.zk3.dec.com>
47784 Branch: perl
47785 ! t/lib/trig.t
47786____________________________________________________________________________
47787[ 6904] By: jhi on 2000/08/30 00:13:09
47788 Log: From now on, Gisle is on my list of usual suspects :-)
47789 Retract #6902.
47790 Branch: perl
47791 ! ext/Opcode/Safe.pm
47792____________________________________________________________________________
47793[ 6903] By: jhi on 2000/08/29 23:51:20
47794 Log: Subject: [PATCH perl@6889] Chuck Lane's OpenVMS piping improvements
47795 From: "Craig A. Berry" <craig.berry@psinetcs.com>
47796 Date: Tue, 29 Aug 2000 18:43:26 -0500
47797 Message-Id: <4.3.2.7.2.20000829180705.01b005b8@exchi01>
47798 Branch: perl
47799 + vms/vmspipe.com
47800 ! MANIFEST t/io/openpid.t vms/descrip_mms.template vms/test.com
47801 ! vms/vms.c
47802____________________________________________________________________________
47803[ 6902] By: jhi on 2000/08/29 23:44:14
47804 Log: Retry what #6882 attempted.
47805
47806 Subject: Re: [ID 20000829.004] Sharing leak root name into safe compartment
47807 From: Gisle Aas <gisle@ActiveState.com>
47808 Date: 30 Aug 2000 00:33:09 +0200
47809 Message-ID: <m3pumry9y2.fsf@eik.g.aas.no>
47810 Branch: perl
47811 ! ext/Opcode/Safe.pm
47812____________________________________________________________________________
47813[ 6901] By: jhi on 2000/08/29 22:59:32
47814 Log: Subject: [PATCH 5.6.0] [ID 20000608.006] panic: magic_killbackrefs with blessed global weakrefs
47815 From: Hugo <hv@crypt.compulink.co.uk>
47816 Date: Mon, 12 Jun 2000 19:36:08 +0100
47817 Message-Id: <200006121836.TAA16977@crypt.compulink.co.uk>
47818 Branch: perl
47819 ! sv.c
47820____________________________________________________________________________
47821[ 6900] By: jhi on 2000/08/29 22:58:35
47822 Log: Admit that we are leaking scalars.
47823
47824 Subject: [ID 20000829.037] Not OK: perl v5.7.0 +DEVEL6899 on alpha-dec_osf 4.0f (UNINSTALLED)
47825 From: Spider Boardman <spider@leggy.zk3.dec.com>
47826 Date: Tue, 29 Aug 2000 18:48:29 -0400
47827 Message-Id: <200008292248.SAA31507@leggy.zk3.dec.com>
47828 Branch: perl
47829 ! t/pragma/warnings.t
47830____________________________________________________________________________
47831[ 6899] By: jhi on 2000/08/29 20:53:13
47832 Log: Update Changes.
47833 Branch: perl
47834 ! Changes patchlevel.h
47835____________________________________________________________________________
a6f9fe2f
JH
47836[ 6898] By: jhi on 2000/08/29 20:46:21
47837 Log: Undo namespace pollution of #6878.
47838
47839 Subject: Re: Net::protoent does not export 'getproto'
47840 From: Mike Guy <mjtg@cam.ac.uk>
47841 Date: Tue, 29 Aug 2000 21:32:37 +0100
47842 Message-Id: <E13Ts3h-0007eN-00@draco.cus.cam.ac.uk>
47843 Branch: perl
47844 ! lib/Net/protoent.pm
47845____________________________________________________________________________
47846[ 6897] By: jhi on 2000/08/29 20:44:29
47847 Log: Subject: [PATCH: 6889] updates to perlebcdic.pod
47848 From: Peter Prymmer <pvhp@forte.com>
47849 Date: Tue, 29 Aug 2000 13:32:41 -0700 (PDT)
47850 Message-ID: <Pine.OSF.4.10.10008291327500.502507-100000@aspara.forte.com>
47851 Branch: perl
47852 ! pod/perlebcdic.pod
47853____________________________________________________________________________
0b3b9d72
JH
47854[ 6896] By: jhi on 2000/08/29 20:40:57
47855 Log: There's no point repeating the 'revision' (5) of perl5.
47856 Branch: metaconfig/U/perl
47857 ! Devel.U patchlevel.U
47858 Branch: perl
47859 ! Configure config_h.SH
47860____________________________________________________________________________
47861[ 6895] By: jhi on 2000/08/29 20:16:58
47862 Log: Regen Configure for #6894.
47863 Branch: metaconfig/U/perl
47864 ! perladmin.U
47865 Branch: perl
47866 ! Configure config_h.SH
47867____________________________________________________________________________
a6f9fe2f
JH
47868[ 6894] By: jhi on 2000/08/29 19:59:52
47869 Log: Subject: [ID 20000829.023] [PATCH 6868] perlbug@perl.com --> perlbug@perl.org
47870 From: "Philip Newton" <Philip.Newton@gmx.net>
47871 Date: Tue, 29 Aug 2000 21:39:14 +0200
47872 Message-Id: <200008291938.VAA98259@smtp1.nikoma.de>
47873 Branch: perl
47874 ! Configure INSTALL README hints/README.hints hints/bsdos.sh
47875 ! hints/freebsd.sh pod/perl.pod pod/perl56delta.pod
47876 ! pod/perlfaq2.pod pod/perllocale.pod pod/perlxs.pod
47877 ! utils/perlbug.PL
47878____________________________________________________________________________
47879[ 6893] By: jhi on 2000/08/29 19:55:30
47880 Log: Subject: [ID 20000829.022] [PATCH 6868] Minor nit in installhtml
47881 From: "Philip Newton" <Philip.Newton@gmx.net>
47882 Date: Tue, 29 Aug 2000 21:39:14 +0200
47883 Message-Id: <200008291938.VAA98255@smtp1.nikoma.de>
47884 Branch: perl
47885 ! installhtml
47886____________________________________________________________________________
47887[ 6892] By: jhi on 2000/08/29 19:53:59
47888 Log: Subject: [ID 20000829.026] [PATCH 6868] File::Temp
47889 From: "Philip Newton" <Philip.Newton@gmx.net>
47890 Date: Tue, 29 Aug 2000 21:48:18 +0200
47891 Message-Id: <200008291947.VAA13628@smtp2.nikoma.de>
47892 Branch: perl
47893 ! lib/File/Temp.pm
47894____________________________________________________________________________
47895[ 6891] By: jhi on 2000/08/29 18:30:03
47896 Log: Nail the ID 20000828.023.
47897 Branch: perl
47898 ! ext/Storable/Storable.xs
47899____________________________________________________________________________
47900[ 6890] By: jhi on 2000/08/29 16:50:17
47901 Log: Under usethreads the dumped variable is IN_PAD.
47902
47903 Subject: Re: [PATCH] Glob dumping
47904 From: Gisle Aas <gisle@ActiveState.com>
47905 Date: 29 Aug 2000 18:45:05 +0200
47906 Message-ID: <m37l9010fi.fsf@eik.g.aas.no>
47907 Branch: perl
47908 ! t/lib/peek.t
47909____________________________________________________________________________
47910[ 6889] By: jhi on 2000/08/29 15:17:37
47911 Log: Update Changes.
47912 Branch: perl
47913 ! Changes patchlevel.h
47914____________________________________________________________________________
3515010d
JH
47915[ 6888] By: jhi on 2000/08/29 14:49:59
47916 Log: Retract #6882, broke the safe tests.
47917 Branch: perl
47918 ! ext/Opcode/Safe.pm
47919____________________________________________________________________________
47920[ 6887] By: jhi on 2000/08/29 14:47:06
47921 Log: Subject: Re: [ID 20000525.003] perldoc fails when Makefile.PL is in cwd
47922 From: Gisle Aas <gisle@ActiveState.com>
47923 Date: 09 Jun 2000 20:00:11 +0200
47924 Message-ID: <m3n1kud9as.fsf@eik.g.aas.no>
47925 Branch: perl
47926 ! utils/perldoc.PL
47927____________________________________________________________________________
47928[ 6886] By: jhi on 2000/08/29 14:42:45
47929 Log: The #6881 removed one dump line.
47930 Branch: perl
47931 ! t/lib/peek.t
47932____________________________________________________________________________
47933[ 6885] By: jhi on 2000/08/29 14:30:47
47934 Log: Don't forget to tidy up.
47935 Branch: perl
47936 ! t/lib/ftmp-security.t
47937____________________________________________________________________________
47938[ 6884] By: jhi on 2000/08/29 14:25:17
47939 Log: Disabling the one test is a bit tricky.
47940 Branch: perl
47941 ! t/lib/ftmp-security.t
47942____________________________________________________________________________
47943[ 6883] By: jhi on 2000/08/29 14:16:25
47944 Log: Disable one of the tests for now.
47945 Branch: perl
47946 ! t/lib/ftmp-security.t
47947____________________________________________________________________________
47948[ 6882] By: jhi on 2000/08/29 14:05:50
47949 Log: Subject: [ID 20000829.004] Sharing leak root name into safe compartment
47950 From: gisle@aas.no
47951 Date: 29 Aug 2000 10:35:06 -0000
47952 Message-Id: <20000829103506.21538.qmail@eik.g.aas.no>
47953 Branch: perl
47954 ! ext/Opcode/Safe.pm
47955____________________________________________________________________________
47956[ 6881] By: jhi on 2000/08/29 14:03:51
47957 Log: Subject: [PATCH] Glob dumping
47958 From: Gisle Aas <gisle@ActiveState.com>
47959 Date: 29 Aug 2000 07:59:42 -0000
47960 Message-ID: <20000829075942.20923.qmail@eik.g.aas.no>
47961 Branch: perl
47962 ! dump.c
47963____________________________________________________________________________
47964[ 6880] By: jhi on 2000/08/29 14:02:01
47965 Log: Subject: [PATCH] Warnings in B::Deparse
47966 From: <abigail@foad.org>
47967 Date: Tue, 29 Aug 2000 00:00:01 -0400
47968 Message-ID: <20000829040001.2999.qmail@foad.org>
47969 Branch: perl
47970 ! ext/B/B/Deparse.pm
47971____________________________________________________________________________
47972[ 6879] By: jhi on 2000/08/29 13:57:26
47973 Log: Missed a change in #6869.
47974 Branch: perl
47975 ! mg.c
47976____________________________________________________________________________
47977[ 6878] By: jhi on 2000/08/29 13:45:04
47978 Log: Subject: Net::protoent does not export 'getproto'
47979 From: Yasushi Nakajima <sey@jkc.co.jp>
47980 Date: Tue, 29 Aug 2000 17:28:57 +0900
47981 Branch: perl
47982 ! lib/Net/protoent.pm
47983____________________________________________________________________________
47984[ 6877] By: jhi on 2000/08/29 13:39:19
47985 Log: Patches all over for people and the files they (hopefully) care about.
47986 Branch: perl
47987 ! AUTHORS Changes MAINTAIN
47988____________________________________________________________________________
47989[ 6876] By: jhi on 2000/08/29 12:53:54
47990 Log: Fix for thinko in #6848.
47991
47992 Subject: Compiler error in ext/Thread/Thread.c (bleadperl@6866)
47993 From: Lupe Christoph <lupe@lupe-christoph.de>
47994 Date: Tue, 29 Aug 2000 09:04:08 +0200
47995 Message-ID: <20000829090408.V4437@alanya.lupe-christoph.de>
47996 Branch: perl
47997 ! ext/Thread/Thread.xs
47998____________________________________________________________________________
47999[ 6875] By: jhi on 2000/08/29 12:50:14
48000 Log: Update to Getopt::Long 2.24, from Johan Vromans.
48001 Branch: perl
48002 ! lib/Getopt/Long.pm t/lib/gol-basic.t t/lib/gol-oo.t
48003____________________________________________________________________________
48004[ 6874] By: jhi on 2000/08/29 02:09:53
48005 Log: Use minimal @INC in tests, most of the time just '../lib',
48006 so that we simply can't pick up stuff from other Perls than
48007 the one we are testing. Pointed out by
48008
48009 From: Mike Guy <mjtg@cam.ac.uk>
48010 Subject: Re: [PATCH: 6757] make new Storable tests forgiving of places where not built
48011 Date: Fri, 25 Aug 2000 15:15:59 +0100
48012 Message-Id: <E13SKH1-00031D-00@virgo.cus.cam.ac.uk>
48013 Branch: perl
48014 ! (edit 185 files)
48015____________________________________________________________________________
48016[ 6873] By: jhi on 2000/08/29 01:07:11
48017 Log: Subject: [PATCH] Re: files not cleaned even by veryclean
48018 From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
48019 Date: Mon, 28 Aug 2000 17:45:52 -0700
48020 Message-ID: <Afwq5gzkg2UB092yn@efn.org>
48021 Branch: perl
48022 ! Makefile.SH hints/os2.sh
48023____________________________________________________________________________
48024[ 6872] By: jhi on 2000/08/28 23:33:39
48025 Log: Subject: [PATCH bleedperl@6866] spellings
48026 From: marcel@codewerk.com (Marcel Grunauer)
48027 Date: Tue, 29 Aug 2000 01:19:59 +0200
48028 Message-Id: <200008282319.BAA29862@gandalf.local>
48029 Branch: perl
48030 ! README.os390 pod/perl5004delta.pod pod/perldebtut.pod
48031 ! pod/perlebcdic.pod pod/perlfunc.pod pod/perlguts.pod
48032 ! pod/perlipc.pod pod/perlthrtut.pod pod/perlutil.pod
48033____________________________________________________________________________
48034[ 6871] By: jhi on 2000/08/28 23:22:09
48035 Log: Take out the SUIDMAIL thing, that will not be
48036 a problem in 5.7.*.
48037 Branch: perl
48038 ! patchlevel.h
48039____________________________________________________________________________
48040[ 6870] By: jhi on 2000/08/28 23:19:30
48041 Log: -S is the silent flag, -s is the strip flag.
48042
48043 Subject: [PATCH] Re: [PATCH] make no-install
48044 From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
48045 Date: Mon, 28 Aug 2000 15:12:55 -0700
48046 Message-ID: <nPuq5gzkg2FO092yn@efn.org>
48047 Branch: perl
48048 ! Makefile.SH
48049____________________________________________________________________________
48050[ 6869] By: jhi on 2000/08/28 23:12:05
48051 Log: Subject: [PATCH bleedperl@6856] warnings fixes
48052 From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
48053 Date: Mon, 28 Aug 2000 23:55:06 +0100
48054 Message-ID: <000501c01143$0230af80$2014140a@bfs.phone.com>
48055 Branch: perl
48056 ! lib/warnings.pm pod/perllexwarn.pod t/pragma/warn/7fatal
48057 ! warnings.h warnings.pl
48058____________________________________________________________________________
48059[ 6868] By: jhi on 2000/08/28 21:38:22
48060 Log: Potential cruft.
48061 Branch: perl
48062 ! Makefile.SH
48063____________________________________________________________________________
48064[ 6867] By: jhi on 2000/08/28 21:35:36
48065 Log: Update Changes.
48066 Branch: perl
48067 ! Changes patchlevel.h
48068____________________________________________________________________________
98e06804
JH
48069[ 6866] By: jhi on 2000/08/28 21:33:49
48070 Log: Subject: hv.h Doc Patch
48071 From: Fisher Mark <fisherm@tce.com>
48072 Date: Mon, 28 Aug 2000 16:24:59 -0500
48073 Message-ID: <B9B6874277EED211B1890008C707AF5302881C77@indyexch3.indy.tce.com>
c40596a0 48074 Branch: perl
98e06804 48075 ! hv.h
c40596a0 48076____________________________________________________________________________
0b3b9d72
JH
48077[ 6865] By: jhi on 2000/08/28 21:02:15
48078 Log: Add -ld to archname on long tr...double platforms.
48079 Branch: metaconfig
48080 ! U/threads/archname.U
48081 Branch: perl
48082 ! Configure config_h.SH
48083____________________________________________________________________________
98e06804
JH
48084[ 6864] By: jhi on 2000/08/28 20:38:59
48085 Log: An attempt to fix the problem reported in
48086
48087 Subject: Building perl@6856 using gcc/AIX 4.3.3
48088 From: Daniel Muino <dmuino@afip.gov.ar>
48089 Date: Mon, 28 Aug 2000 15:50:01 -0300
48090 Message-ID: <20000828155001.A14403@con2-dgi>
48091
48092 I can't test this properly since the gcc installation I have
48093 access to seems to be botched (gcc is calling the AIX cpp,
48094 a losing proposition...)
c40596a0 48095 Branch: perl
98e06804 48096 ! hints/aix.sh
c40596a0 48097____________________________________________________________________________
98e06804
JH
48098[ 6863] By: jhi on 2000/08/28 18:57:52
48099 Log: Fix for ID 20000828.001, long doubles were not formatted
48100 correctly (showed up in $], which stopped installing perl).
c40596a0 48101 Branch: perl
98e06804 48102 ! sv.c
c40596a0 48103____________________________________________________________________________
98e06804
JH
48104[ 6862] By: jhi on 2000/08/28 18:07:15
48105 Log: Typo in #6858.
c40596a0 48106 Branch: perl
98e06804 48107 ! lib/Cwd.pm
c40596a0 48108____________________________________________________________________________
98e06804
JH
48109[ 6861] By: jhi on 2000/08/28 17:57:27
48110 Log: opmini.o may be left around if a build is interrupted.
c40596a0 48111 Branch: perl
98e06804 48112 ! Makefile.SH
c40596a0 48113____________________________________________________________________________
98e06804
JH
48114[ 6860] By: jhi on 2000/08/28 16:52:50
48115 Log: Subject: [PATCH@6855] _Minor_ change to overload.pm pod
48116 From: Daniel Chetlin <daniel@chetlin.com>
48117 Date: Mon, 28 Aug 2000 01:14:18 -0700
48118 Message-ID: <20000828011418.J769@ilmd.chetlin.org>
c40596a0 48119 Branch: perl
98e06804 48120 ! lib/overload.pm
c40596a0 48121____________________________________________________________________________
98e06804
JH
48122[ 6859] By: jhi on 2000/08/28 16:08:46
48123 Log: Subject: [ID 20000828.009] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6855 on i586-linux 2.2.12 (UNINSTALLED)
48124 From: Nicholas Clark <nick@ccl4.org>
48125 Date: Mon, 28 Aug 2000 16:03:27 +0100
48126 Message-Id: <20000828160327.C49785@plum.flirble.org>
c40596a0 48127 Branch: perl
98e06804 48128 ! ext/ByteLoader/bytecode.h
c40596a0 48129____________________________________________________________________________
98e06804
JH
48130[ 6858] By: jhi on 2000/08/28 16:02:10
48131 Log: Subject: [ID 20000828.006] dir name "0" not safe with Cwd.pm
48132 From: Wolfgang Laun <wolfgang.laun@alcatel.at>
48133 Date: Mon, 28 Aug 2000 13:08:30 +0200
48134 Message-Id: <200008281108.NAA00782@localhost.aut.alcatel.at>
c40596a0 48135 Branch: perl
98e06804 48136 ! lib/Cwd.pm
c40596a0 48137____________________________________________________________________________
98e06804
JH
48138[ 6857] By: jhi on 2000/08/28 15:42:47
48139 Log: display_format used as a class method without arguments was broken,
48140 reported in
48141
48142 Subject: Math::Complex->display_format() sets style to 'Math::Complex'
48143 From: Yasushi Nakajima <sey@san.p.kyoto.jkc.co.jp>
48144 Date: Mon, 28 Aug 2000 16:38:08 +0900 (JST)
48145 Message-Id: <200008280738.QAA00215@san.p.kyoto.jkc.co.jp>
48146 Branch: perl
48147 ! lib/Math/Complex.pm t/lib/complex.t
48148____________________________________________________________________________
48149[ 6856] By: jhi on 2000/08/27 22:09:48
c40596a0
JH
48150 Log: Update Changes.
48151 Branch: perl
48152 ! Changes patchlevel.h
48153____________________________________________________________________________
98e06804
JH
48154[ 6855] By: jhi on 2000/08/27 21:59:21
48155 Log: Retract #6853 (false alarm).
48156 Branch: perl
48157 ! lib/ExtUtils/xsubpp
48158____________________________________________________________________________
48159[ 6854] By: jhi on 2000/08/27 21:37:44
48160 Log: Update Changes.
48161 Branch: perl
48162 ! Changes patchlevel.h
48163____________________________________________________________________________
48164[ 6853] By: jhi on 2000/08/27 21:37:16
48165 Log: Subject: [PATCH perl@6850] workaround for xsubpp
48166 From: Hugo <hv@crypt.compulink.co.uk>
48167 Date: Sun, 27 Aug 2000 22:30:25 +0100
48168 Message-Id: <200008272130.WAA10083@crypt.compulink.co.uk>
48169 Branch: perl
48170 ! lib/ExtUtils/xsubpp
48171____________________________________________________________________________
c40596a0
JH
48172[ 6852] By: jhi on 2000/08/27 21:33:58
48173 Log: Big-endian 64-bit patch from Raphael Manfredi.
48174 Branch: perl
48175 ! ext/Storable/Storable.xs
48176____________________________________________________________________________
48177[ 6851] By: jhi on 2000/08/27 21:22:21
48178 Log: More ruthless editing from Hugo van der Sanden.
48179 Branch: perl
48180 ! pod/perldelta.pod
48181____________________________________________________________________________
48182[ 6850] By: jhi on 2000/08/27 16:11:46
48183 Log: Update Changes.
48184 Branch: perl
48185 ! Changes patchlevel.h
48186____________________________________________________________________________
1a436f0c
JH
48187[ 6849] By: jhi on 2000/08/27 16:11:05
48188 Log: Provice virtual $Config{ccflags_nolargefiles} etc.
48189 Branch: perl
48190 ! configpm pod/perldelta.pod
48191____________________________________________________________________________
48192[ 6848] By: jhi on 2000/08/27 15:35:08
48193 Log: Use the actual thread type, not the pointer-to-struct.
48194 Branch: perl
48195 ! ext/Thread/Thread.xs
48196____________________________________________________________________________
48197[ 6847] By: jhi on 2000/08/27 15:30:49
48198 Log: Test nit.
48199 Branch: perl
48200 ! t/pragma/warn/pp_sys
48201____________________________________________________________________________
0b3b9d72
JH
48202[ 6846] By: jhi on 2000/08/27 15:19:02
48203 Log: Passing -R in ldflags makes now it to appear in the default
48204 for lddlflags, just like with -L.
48205
48206 Subject: Re: MM_Unix.pm LD_RUN_PATH niggles on Solaris
48207 From: Lupe Christoph <lupe@lupe-christoph.de>
48208 Date: Sun, 27 Aug 2000 10:28:21 +0200
48209 Message-ID: <20000827102821.B4437@alanya.lupe-christoph.de>
48210 Branch: metaconfig/U/perl
48211 ! dlsrc.U
48212 Branch: perl
48213 ! Configure
48214____________________________________________________________________________
1a436f0c
JH
48215[ 6845] By: jhi on 2000/08/27 15:08:54
48216 Log: Subject: MM_Unix.pm LD_RUN_PATH niggles on Solaris
48217 From: Alan Burlison <Alan.Burlison@uk.sun.com>
48218 Date: Sat, 26 Aug 2000 22:23:27 +0100
48219 Message-ID: <39A8354F.E1E832C9@uk.sun.com>
48220 Branch: perl
48221 ! lib/ExtUtils/MM_Unix.pm
48222____________________________________________________________________________
48223[ 6844] By: jhi on 2000/08/27 15:02:37
48224 Log: DJGPP update from Laszlo Molnar.
48225
48226 Subject: [ID 20000826.014] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6788 on dos-djgpp djgpp (UNINSTALLED) [PATCH]
48227 From: ml1050 <ml1050@freemail.hu>
48228 Date: Sat, 26 Aug 2000 23:24:40 +0200
48229 Message-Id: <20000826232440.A439@freemail.hu>
48230 Branch: perl
48231 ! djgpp/config.over lib/File/Temp.pm pod/buildtoc.PL
48232 ! t/lib/ftmp-security.t t/lib/posix.t t/pragma/warn/pp_sys
48233____________________________________________________________________________
48234[ 6843] By: jhi on 2000/08/27 14:53:58
48235 Log: Subject: installman buglet
48236 From: Lupe Christoph <lupe@lupe-christoph.de>
48237 Date: Sun, 27 Aug 2000 14:38:59 +0200
48238 Message-ID: <20000827143859.E4437@alanya.lupe-christoph.de>
48239 Branch: perl
48240 ! installman
48241____________________________________________________________________________
48242[ 6842] By: jhi on 2000/08/27 14:52:08
48243 Log: Can't get the test to reliably work thanks to the
48244 inaccurateness of floating point. "Resolves" bug ids
48245 20000826.003, 20000826.009, 20000826.010,
48246 Branch: perl
48247 ! t/lib/trig.t
48248____________________________________________________________________________
48249[ 6841] By: jhi on 2000/08/26 15:53:58
48250 Log: Update Changes.
48251 Branch: perl
48252 ! Changes patchlevel.h
48253____________________________________________________________________________
a2518d28
JH
48254[ 6840] By: jhi on 2000/08/26 14:23:03
48255 Log: grep -e isn't portable.
48256
48257 Subject: [ID 20000825.027] let me (perlbug@perl.com) know how I blew it
48258 From: chris@broadband.att.com
48259 Date: Sat, 26 Aug 2000 00:17:27 -0600 (MDT)
48260 Message-Id: <200008260617.AAA10219@lazlo.tci.com>
48261 Branch: perl
48262 ! hints/solaris_2.sh
48263____________________________________________________________________________
48264[ 6839] By: jhi on 2000/08/26 14:12:23
3980cbbb 48265 Log: no-install target a la make -n.
a2518d28
JH
48266
48267 Subject: [PATCH] make no-install (was Re: [PATCH] installation not quite silent yet.)
48268 From: <abigail@foad.org>
48269 Date: Sat, 26 Aug 2000 03:57:34 -0400
48270 Message-ID: <20000826075735.18912.qmail@foad.org>
48271 Branch: perl
48272 ! Makefile.SH installman installperl
48273____________________________________________________________________________
48274[ 6838] By: jhi on 2000/08/26 14:06:33
48275 Log: Retract #6826 as the #6828 should be do the same
48276 in a More Correct Way.
48277 Branch: perl
48278 ! installperl
48279____________________________________________________________________________
48280[ 6837] By: jhi on 2000/08/26 05:24:00
48281 Log: More casting.
48282 Branch: perl
48283 ! ext/Storable/Storable.xs
48284____________________________________________________________________________
48285[ 6836] By: jhi on 2000/08/26 05:05:46
48286 Log: Nicer in decimal.
48287 Branch: perl
48288 ! ext/Storable/Storable.xs
48289____________________________________________________________________________
48290[ 6835] By: jhi on 2000/08/26 05:03:50
48291 Log: There be no UVdf.
48292 Branch: perl
48293 ! ext/Storable/Storable.xs
48294____________________________________________________________________________
48295[ 6834] By: jhi on 2000/08/26 05:00:18
48296 Log: Continue IVdfing and UVxfing.
48297 Branch: perl
48298 ! ext/Storable/Storable.xs
48299____________________________________________________________________________
48300[ 6833] By: jhi on 2000/08/26 04:53:14
48301 Log: Use IVdf.
48302 Branch: perl
48303 ! ext/Storable/Storable.xs
48304____________________________________________________________________________
48305[ 6832] By: jhi on 2000/08/26 04:40:41
48306 Log: Document PTR2XX and INT2PTR.
48307 Branch: perl
48308 ! pod/perlguts.pod
48309____________________________________________________________________________
48310[ 6831] By: jhi on 2000/08/26 04:33:18
48311 Log: Use UVxf, PTR2UV, NVff.
48312 Branch: perl
48313 ! ext/Storable/Storable.xs
48314____________________________________________________________________________
48315[ 6830] By: jhi on 2000/08/26 04:31:32
48316 Log: Update the test count.
48317 Branch: perl
48318 ! t/lib/trig.t
48319____________________________________________________________________________
48320[ 6829] By: jhi on 2000/08/26 03:05:50
48321 Log: Subject: [PATCH] installation not quite silent yet.
48322 From: <abigail@foad.org>
48323 Date: Fri, 25 Aug 2000 20:07:53 -0400
48324 Message-ID: <20000826000753.7822.qmail@foad.org>
48325 Branch: perl
48326 ! installman installperl
48327____________________________________________________________________________
48328[ 6828] By: jhi on 2000/08/26 03:05:14
48329 Log: Subject: Re: [ID 20000825.019] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6820 on alpha-dec_osf 5.1 (UNINSTALLED)
48330 From: Spider Boardman <spider@web.zk3.dec.com>
48331 Date: Fri, 25 Aug 2000 19:12:40 -0400
48332 Message-Id: <200008252312.TAA17828@leggy.zk3.dec.com>
48333 Branch: perl
48334 ! gv.c
48335____________________________________________________________________________
48336[ 6827] By: jhi on 2000/08/25 23:54:34
48337 Log: Support preserving extremely big/small angles.
48338 Branch: perl
48339 ! lib/Math/Trig.pm pod/perldelta.pod t/lib/trig.t
48340____________________________________________________________________________
48341[ 6826] By: jhi on 2000/08/25 23:01:20
48342 Log: Patch installperl to be long double-aware.
48343
48344 Subject: Re: [PATCH] [ID 20000825.019] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6820 on alpha-dec_osf 5.1 (UNINSTALLED)
48345 From: Spider Boardman <spider@web.zk3.dec.com>
48346 Date: Fri, 25 Aug 2000 18:15:23 -0400
48347 Message-Id: <200008252215.SAA28740@leggy.zk3.dec.com>
48348 Branch: perl
48349 ! installperl
48350____________________________________________________________________________
48351[ 6825] By: jhi on 2000/08/25 22:58:25
48352 Log: Remove duplicately applied patch shards.
48353
48354 Subject: [ID 20000825.012] [PATCH@6822] t/lib/cgi-html.t produces ugly cruft during 'make test'
48355 From: Spider Boardman <spider@leggy.zk3.dec.com>
48356 Date: Fri, 25 Aug 2000 16:45:03 -0400
48357 Message-Id: <200008252045.QAA23518@leggy.zk3.dec.com>
48358 Branch: perl
48359 ! t/lib/cgi-html.t
48360____________________________________________________________________________
48361[ 6824] By: jhi on 2000/08/25 22:57:00
48362 Log: Subject: [PATCH @6820] installman under -w and strict (was Re: [PATCH] More silencing of installman.)
48363 From: Daniel Chetlin <daniel@chetlin.com>
48364 Date: Fri, 25 Aug 2000 12:23:16 -0700
48365 Message-ID: <20000825122316.A10250@ilmd.chetlin.org>
48366
48367 Subject: Re: [PATCH @6820] installman under -w and strict (was Re: [PATCH] More silencing of installman.)
48368 From: Daniel Chetlin <daniel@chetlin.com>
48369 Date: Fri, 25 Aug 2000 14:47:19 -0700
48370 Message-ID: <20000825144719.A20587@ilmd.chetlin.org>
48371 Branch: perl
48372 ! installman
48373____________________________________________________________________________
48374[ 6823] By: jhi on 2000/08/25 22:44:17
48375 Log: Timestamp problem?
48376 Branch: perl
48377 ! uconfig.h uconfig.sh
48378____________________________________________________________________________
48379[ 6822] By: jhi on 2000/08/25 19:01:06
48380 Log: One forgotten file from #6816.
48381 Branch: perl
48382 ! vos/config.h
48383____________________________________________________________________________
48384[ 6821] By: jhi on 2000/08/25 18:56:39
48385 Log: Regen Changes.
48386 Branch: perl
48387 ! Changes patchlevel.h
48388____________________________________________________________________________
99b32ad1
JH
48389[ 6820] By: jhi on 2000/08/25 18:52:35
48390 Log: Fix Changes ordering.
48391 Branch: perl
48392 ! Changes
48393____________________________________________________________________________
48394[ 6819] By: jhi on 2000/08/25 18:50:25
48395 Log: Update Changes.
48396 Branch: perl
48397 ! Changes patchlevel.h
6558817a 48398____________________________________________________________________________
0b3b9d72
JH
48399[ 6818] By: jhi on 2000/08/25 18:47:45
48400 Log: Tweak the sfio/useperlio logic, hopefully as wished in
48401
48402 Subject: [ID 20000825.004] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6804 on i586-linux 2.2.12 (UNINSTALLED)
48403 From: Nicholas Clark <nick@babyhippo.co.uk>
48404 Date: Fri, 25 Aug 2000 12:01:45 +0100
48405 Message-Id: <E13SHF3-0005I9-00@fruitbat.babyhippo.co.uk>
48406 Branch: metaconfig/U/perl
48407 ! d_sfio.U
48408 Branch: perl
48409 ! Configure
48410____________________________________________________________________________
2b7d8dfb
JH
48411[ 6817] By: jhi on 2000/08/25 18:32:51
48412 Log: Allow microperl to assume <math.h>, without it the math
48413 functions like floor() are assumed to return int, which makes
48414 for core dumps in machines where integer and floating register
48415 don't mix.
48416 Branch: perl
48417 ! uconfig.h uconfig.sh
48418____________________________________________________________________________
0b3b9d72
JH
48419[ 6816] By: jhi on 2000/08/25 18:27:17
48420 Log: AIX 4.3.3 has SOCKS in libc with a differently named init routine,
48421 the problem reported in
48422
48423 Subject: [ID 20000825.007] Building stable 5.6.0 on AIX 4.3.3 using SOCKS
48424 From: danhale@us.ibm.com
48425 Date: Fri, 25 Aug 2000 10:58:06 -0400
48426 Message-Id: <85256946.005238A3.00@d54mta02.raleigh.ibm.com>
48427 Branch: metaconfig/U/perl
48428 + d_socks5_init.U
48429 Branch: perl
48430 ! Configure INSTALL config_h.SH configure.com epoc/config.sh
48431 ! perl.c uconfig.h uconfig.sh vos/config.def vos/config.h
48432 ! vos/config.pl vos/config_h.SH_orig win32/config.bc
48433 ! win32/config.gc win32/config.vc
48434____________________________________________________________________________
2b7d8dfb
JH
48435[ 6815] By: jhi on 2000/08/25 17:43:31
48436 Log: A solution for the retrieve_fd autosplit warning,
48437 idea suggested by Mike Guy.
48438 Branch: perl
48439 ! ext/Storable/Storable.pm
48440____________________________________________________________________________
48441[ 6814] By: jhi on 2000/08/25 17:16:03
48442 Log: Add install-silent target.
48443 Branch: perl
48444 ! Makefile.SH
48445____________________________________________________________________________
48446[ 6813] By: jhi on 2000/08/25 17:14:23
48447 Log: Subject: Re: [PATCH] More silencing of installman.
48448 From: <abigail@foad.org>
48449 Date: Thu, 24 Aug 2000 19:27:03 -0400
48450 Message-ID: <20000824232703.7001.qmail@foad.org>
48451
48452 Subject: Re: [PATCH] More silencing of installman.
48453 From: <abigail@foad.org>
48454 Date: Fri, 25 Aug 2000 03:00:58 -0400
48455 Message-ID: <20000825070058.10697.qmail@foad.org>
48456 Branch: perl
48457 ! installman
48458____________________________________________________________________________
48459[ 6812] By: jhi on 2000/08/25 17:11:28
48460 Log: installperl --verbose and --silent.
48461
48462 Subject: Re: [PATCH] More silencing of installman.
48463 From: <abigail@foad.org>
48464 Message-ID: <20000825064430.9719.qmail@foad.org>
48465 Date: Fri, 25 Aug 2000 02:44:30 -0400
48466 Branch: perl
48467 ! installperl
48468____________________________________________________________________________
48469[ 6811] By: jhi on 2000/08/25 17:05:43
48470 Log: Subject: [ID 20000824.029] MakeMaker manifypods fails on DJGPP systems
48471 From: "Peter J. Farley III" <pjfarley@banet.net>
48472 Date: Thu, 24 Aug 2000 21:58:03 -0400
48473 Message-Id: <4.3.1.0.20000824215500.00ac3df0@pop5.banet.net>
48474
48475 (applied slightly modified)
48476 Branch: perl
48477 ! lib/ExtUtils/MM_Unix.pm
48478____________________________________________________________________________
48479[ 6810] By: jhi on 2000/08/25 17:01:18
48480 Log: Missing parts of
48481
48482 Subject: [PATCH: 6789] some endl fixes for VMS wackiness
48483 From: Peter Prymmer <pvhp@forte.com>
48484 Date: Wed, 23 Aug 2000 13:58:31 -0700 (PDT)
48485 Message-ID: <Pine.OSF.4.10.10008231351000.126820-100000@aspara.forte.com>
48486 Branch: perl
48487 ! t/lib/cgi-html.t
48488____________________________________________________________________________
48489[ 6809] By: jhi on 2000/08/25 16:46:32
48490 Log: Subject: [PATCH perl@6805, 5.6.0, 5.005_03] prevent rare Perl hang on VMS
48491 From: "Craig A. Berry" <craig.berry@psinetcs.com>
48492 Date: Thu, 24 Aug 2000 19:13:11 -0500
48493 Message-Id: <4.3.2.7.2.20000824174417.02479ef8@exchi01>
48494 Branch: perl
48495 ! vms/vms.c
48496____________________________________________________________________________
48497[ 6808] By: jhi on 2000/08/25 16:39:22
48498 Log: Subject: [PATCH: 6805] several more tweaks to configure.com
48499 From: Peter Prymmer <pvhp@forte.com>
48500 Date: Thu, 24 Aug 2000 16:25:48 -0700 (PDT)
48501 Message-ID: <Pine.OSF.4.10.10008241623420.181493-100000@aspara.forte.com>
48502 Branch: perl
48503 ! configure.com
48504____________________________________________________________________________
48505[ 6807] By: jhi on 2000/08/25 16:36:37
48506 Log: Better wording for the vec lvalue diagnostic.
48507
48508 Subject: Re: [PATCH] Re: [ID 20000821.008] Negitive numbers with vec dumps core
48509 From: Ronald J Kimball <rjk@linguist.dartmouth.edu>
48510 Date: Wed, 23 Aug 2000 14:12:16 -0400
48511 Message-ID: <20000823141215.A173200@linguist.dartmouth.edu>
48512 Branch: perl
48513 ! pod/perldiag.pod
48514____________________________________________________________________________
48515[ 6806] By: jhi on 2000/08/24 18:17:22
48516 Log: Subject: [PATCH] More silencing of installman.
48517 From: <abigail@foad.org>
48518 Date: Thu, 24 Aug 2000 14:01:44 -0400
48519 Message-ID: <20000824180144.20062.qmail@foad.org>
48520 Branch: perl
48521 ! installman
48522____________________________________________________________________________
48523[ 6805] By: jhi on 2000/08/24 15:00:31
48524 Log: Update Changes.
48525 Branch: perl
48526 ! Changes patchlevel.h
48527____________________________________________________________________________
48528[ 6804] By: jhi on 2000/08/24 14:59:07
48529 Log: Regen perltoc.
48530 Branch: perl
48531 ! pod/perltoc.pod
48532____________________________________________________________________________
48533[ 6803] By: jhi on 2000/08/24 14:44:39
48534 Log: Show the doc file, not the temp file.
48535 Branch: perl
48536 ! installman
48537____________________________________________________________________________
b449ee86
JH
48538[ 6802] By: jhi on 2000/08/24 14:41:53
48539 Log: Continue silencing.
48540 Branch: perl
48541 ! installman
48542____________________________________________________________________________
48543[ 6801] By: jhi on 2000/08/24 14:34:40
48544 Log: Actually do something with the silencer option.
48545 Branch: perl
48546 ! installman
48547____________________________________________________________________________
48548[ 6800] By: jhi on 2000/08/24 14:26:22
48549 Log: Make installman to recognize the silence flag -S.
48550 Branch: perl
48551 ! installman
48552____________________________________________________________________________
48553[ 6799] By: jhi on 2000/08/24 13:49:38
48554 Log: DOS patches and portability/porting notes, from Tim Jenness.
48555 Branch: perl
48556 ! lib/File/Temp.pm
48557____________________________________________________________________________
48558[ 6798] By: jhi on 2000/08/24 13:48:27
48559 Log: Create directories in silence.
48560
48561 Subject: [PATCH] Another silencer for MakeMaker
48562 From: andreas.koenig@anima.de (Andreas J. Koenig)
48563 Date: 24 Aug 2000 14:18:52 +0200
48564 Message-ID: <m3zom297ir.fsf@ak-71.mind.de>
48565 Branch: perl
48566 ! lib/ExtUtils/Command.pm
48567____________________________________________________________________________
48568[ 6797] By: jhi on 2000/08/24 13:46:42
48569 Log: More liberal parsing of version numbers.
48570
48571 Subject: Re: CPAN.pm beta for testing available
48572 From: andreas.koenig@anima.de (Andreas J. Koenig)
48573 Date: 24 Aug 2000 13:51:57 +0200
48574 Message-ID: <m34s4aanc2.fsf@ak-71.mind.de>
48575 Branch: perl
48576 ! lib/CPAN.pm
48577____________________________________________________________________________
48578[ 6796] By: jhi on 2000/08/24 13:44:36
48579 Log: Make "make install" by default silent. A new "install-verbose"
48580 target is verbose.
48581 Branch: perl
48582 ! Makefile.SH
48583____________________________________________________________________________
48584[ 6795] By: jhi on 2000/08/24 13:39:14
48585 Log: Add silencer flags to installperl.
48586
48587 Subject: [PATCH] Making installperl silent.
48588 From: <abigail@foad.org>
48589 Date: Thu, 24 Aug 2000 05:01:45 -0400
48590 Message-ID: <20000824090145.13141.qmail@foad.org>
48591 Branch: perl
48592 ! installperl
48593____________________________________________________________________________
48594[ 6794] By: jhi on 2000/08/24 13:35:50
48595 Log: installperl couldn't tell whether it had run tests or not.
48596
48597 Subject: [PATCH] Re: installperl and t/TEST
48598 From: <abigail@foad.org>
48599 Date: Thu, 24 Aug 2000 04:00:53 -0400
48600 Message-ID: <20000824080053.2494.qmail@foad.org>
48601 Branch: perl
48602 ! Makefile.SH installperl
48603____________________________________________________________________________
48604[ 6793] By: jhi on 2000/08/24 13:27:50
48605 Log: Drop the separate perlbc, perlcc -b should be enough.
48606 Branch: perl
48607 - utils/perlbc.PL
48608 ! MANIFEST pod/perldelta.pod pod/perlutil.pod utils/Makefile
48609____________________________________________________________________________
48610[ 6792] By: jhi on 2000/08/24 04:41:30
48611 Log: Upgrade to Storable 0.7.4, from Raphael Manfredi,
48612 plus the typo fix from Peter Prymmer.
48613 Branch: perl
48614 ! ext/Storable/ChangeLog ext/Storable/Makefile.PL
48615 ! ext/Storable/Storable.pm ext/Storable/Storable.xs
48616____________________________________________________________________________
48617[ 6791] By: jhi on 2000/08/24 02:10:43
48618 Log: Replace #6705 with a minimal doc patch.
48619
48620 Subject: [PATCH 5.6.0] replace change #6705
48621 From: Jan Dubois <jand@ActiveState.com>
48622 Date: Wed, 23 Aug 2000 18:31:51 -0700
48623 Message-ID: <dau8qsolaurdcbom4810gfuhbjegemtr58@4ax.com>
48624 Branch: perl
48625 ! lib/Win32.pod win32/win32.c
48626____________________________________________________________________________
48627[ 6790] By: jhi on 2000/08/23 17:52:00
48628 Log: Subject: [PATCH] Re: [ID 20000821.008] Negitive numbers with vec dumps core
48629 From: Mike Guy <mjtg@cam.ac.uk>
48630 Date: Wed, 23 Aug 2000 18:38:46 +0100
48631 Message-Id: <E13ReUA-0000vC-00@virgo.cus.cam.ac.uk>
48632 Branch: perl
48633 ! doop.c pod/perldiag.pod pod/perlfunc.pod t/op/vec.t
48634____________________________________________________________________________
48635[ 6789] By: jhi on 2000/08/23 15:34:21
48636 Log: Update Changes.
48637 Branch: perl
48638 ! Changes patchlevel.h
48639____________________________________________________________________________
48640[ 6788] By: jhi on 2000/08/23 15:33:40
48641 Log: Subject: [PATCH] (Mac OS X): Don't #define environ unless PERL_CORE
48642 From: Wilfredo Sánchez <wsanchez@apple.com>
48643 Date: Tue, 22 Aug 2000 19:31:27 -0700
48644 Message-Id: <200008230231.TAA00461@ns1.abstrata.com>
48645 Branch: perl
48646 ! perl.h
48647____________________________________________________________________________
48648[ 6787] By: jhi on 2000/08/23 15:29:31
48649 Log: Subject: [ID 20000823.004] [PATCH 5.6.0+] Pod::Html is too self-contained
48650 From: Spider Boardman <spider@leggy.zk3.dec.com>
48651 Date: Wed, 23 Aug 2000 10:33:23 -0400
48652 Message-Id: <200008231433.KAA28122@leggy.zk3.dec.com>
48653 Branch: perl
48654 ! lib/Pod/Html.pm
48655____________________________________________________________________________
48656[ 6786] By: jhi on 2000/08/23 15:28:11
48657 Log: Bad makefile.
48658 Branch: perl
48659 ! ext/B/Makefile.PL
48660____________________________________________________________________________
48661[ 6785] By: jhi on 2000/08/23 14:37:04
48662 Log: Update Changes.
48663 Branch: perl
48664 ! Changes patchlevel.h
48665____________________________________________________________________________
48666[ 6784] By: jhi on 2000/08/23 13:58:41
48667 Log: Portability fix from Hugo van der Sanden.
48668 Branch: perl
48669 ! ext/re/Makefile.PL
48670____________________________________________________________________________
48671[ 6783] By: jhi on 2000/08/23 13:53:53
48672 Log: Storable support, v-version fixes.
48673
48674 Subject: CPAN.pm beta for testing available
48675 From: andreas.koenig@anima.de (Andreas J. Koenig)
48676 Date: 22 Aug 2000 23:31:33 +0200
48677 Message-ID: <m3hf8dc79m.fsf@ak-71.mind.de>
48678 Branch: perl
48679 ! lib/CPAN.pm lib/CPAN/FirstTime.pm
48680____________________________________________________________________________
48681[ 6782] By: jhi on 2000/08/23 13:51:26
48682 Log: Mac and other portability updates from Chris Nandor.
48683 Branch: perl
48684 ! pod/perlmodinstall.pod
48685____________________________________________________________________________
48686[ 6781] By: jhi on 2000/08/23 13:47:33
48687 Log: Subject: [PATCH: 6778] fix a small typo in Storable.xs
48688 From: Peter Prymmer <pvhp@forte.com>
48689 Date: Tue, 22 Aug 2000 16:20:41 -0700 (PDT)
48690 Message-ID: <Pine.OSF.4.10.10008221616430.68568-100000@aspara.forte.com>
48691 Branch: perl
48692 ! ext/Storable/Storable.xs
48693____________________________________________________________________________
48694[ 6780] By: jhi on 2000/08/23 13:33:34
48695 Log: VMS MMS (make) wants null action.
48696 Branch: perl
48697 ! ext/B/Makefile.PL
48698____________________________________________________________________________
48699[ 6779] By: jhi on 2000/08/22 19:44:47
48700 Log: Forgot portability nit.
48701 Branch: perl
48702 ! t/lib/st-forgive.t
48703____________________________________________________________________________
48704[ 6778] By: jhi on 2000/08/22 19:35:25
48705 Log: Be portable.
48706 Branch: perl
48707 ! ext/B/Makefile.PL t/lib/st-forgive.t t/lib/st-retrieve.t
48708 ! t/lib/st-store.t
48709____________________________________________________________________________
48710[ 6777] By: jhi on 2000/08/22 18:50:53
48711 Log: Update Changes.
48712 Branch: perl
48713 ! Changes patchlevel.h
48714____________________________________________________________________________
48715[ 6776] By: jhi on 2000/08/22 18:44:46
48716 Log: cSVOPo_*v things index into the current PL_curpad
48717 under ithreads, which is different from the curpad
48718 used by the XSUB. (In other words, the code as-is
48719 before this patch wouldn't work under ithreads.)
48720 From Sarathy.
48721 Branch: perl
48722 ! ext/B/B.xs
48723____________________________________________________________________________
0b3b9d72
JH
48724[ 6775] By: jhi on 2000/08/22 18:18:37
48725 Log: Make the selection of NVff et al stricter.
48726 Branch: metaconfig/U/perl
48727 ! perlxvf.U
48728 Branch: perl
48729 ! Configure config_h.SH
48730____________________________________________________________________________
b449ee86
JH
48731[ 6774] By: jhi on 2000/08/22 17:19:42
48732 Log: perldelta nits.
48733 Branch: perl
48734 ! pod/perldelta.pod
48735____________________________________________________________________________
48736[ 6773] By: jhi on 2000/08/22 17:06:26
48737 Log: Long double fixes from Spider Boardman.
48738
48739 Subject: [ID 20000821.014] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6756 on alpha-dec_osf 5.1 (UNINSTALLED)
48740 From: system PRIVILEGED account <root@peano.zk3.dec.com>
48741 Date: Mon, 21 Aug 2000 18:41:15 -0400 (EDT)
48742 Message-Id: <200008212241.SAA0000014255@peano.zk3.dec.com>
48743 Branch: perl
48744 ! t/lib/bigfltpm.t t/lib/st-06compat.t
48745____________________________________________________________________________
48746[ 6772] By: jhi on 2000/08/22 15:04:53
48747 Log: Update Changes.
48748 Branch: perl
48749 ! Changes patchlevel.h
48750____________________________________________________________________________
48751[ 6771] By: jhi on 2000/08/22 15:01:44
48752 Log: perldelta fixes from Hugo van der Sanden.
48753 Branch: perl
48754 ! pod/perldelta.pod
48755____________________________________________________________________________
48756[ 6770] By: jhi on 2000/08/22 14:34:49
48757 Log: Subject: [PATCH blead] nextchar() abuse misses an optimisation
48758 From: Hugo <hv@crypt.compulink.co.uk>
48759 Date: Tue, 22 Aug 2000 11:21:53 +0100
48760 Message-Id: <200008221021.LAA03332@crypt.compulink.co.uk>
48761 Branch: perl
48762 ! regcomp.c
48763____________________________________________________________________________
48764[ 6769] By: jhi on 2000/08/22 14:30:02
48765 Log: Add Yitzchak, reformat.
48766 Branch: perl
48767 ! Changes config_h.SH
48768____________________________________________________________________________
0b3b9d72
JH
48769[ 6768] By: jhi on 2000/08/22 14:21:35
48770 Log: Long double Gconvert fixes from Yitzchak Scott-Thoennes
48771 and Spider Boardman.
48772 Branch: metaconfig
48773 ! U/compline/d_gconvert.U
48774 Branch: perl
48775 ! Configure
48776____________________________________________________________________________
b449ee86
JH
48777[ 6767] By: jhi on 2000/08/22 14:11:24
48778 Log: Subject: Re: [PATCH] [ID 20000820.012] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6735 on
48779 From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
48780 Date: Mon, 21 Aug 2000 19:08:31 -0700
48781 Message-ID: <fCeo5gzkgmhY092yn@efn.org>
48782 Branch: perl
48783 - ext/Storable/patchlevel.h
48784 ! MANIFEST ext/Storable/MANIFEST
48785____________________________________________________________________________
48786[ 6766] By: jhi on 2000/08/22 13:49:29
48787 Log: Subject: [PATCH: 6757] configure.com updates and syslog build
48788 From: Peter Prymmer <pvhp@forte.com>
48789 Date: Mon, 21 Aug 2000 17:15:35 -0700 (PDT)
48790 Message-ID: <Pine.OSF.4.10.10008211653270.17516-100000@aspara.forte.com>
48791 Branch: perl
48792 ! configure.com ext/Storable/Makefile.PL
48793____________________________________________________________________________
48794[ 6765] By: jhi on 2000/08/22 13:44:59
48795 Log: Subject: [PATCH blead] B:: missing dependency
48796 From: Hugo <hv@crypt.compulink.co.uk>
48797 Date: Tue, 22 Aug 2000 06:44:33 +0100
48798 Message-Id: <200008220544.GAA31051@crypt.compulink.co.uk>
48799 Branch: perl
48800 ! ext/B/Makefile.PL
48801____________________________________________________________________________
48802[ 6764] By: jhi on 2000/08/22 13:38:12
48803 Log: More bytecompiler.
48804 Branch: perl
48805 ! pod/perlutil.pod utils/Makefile utils/perlbc.PL
48806____________________________________________________________________________
48807[ 6763] By: jhi on 2000/08/22 13:36:44
48808 Log: Bytecompiler patches from Benjamin Stuhl.
48809 Branch: perl
48810 ! bytecode.pl embedvar.h ext/B/B.pm ext/B/B.xs
48811 ! ext/B/B/Asmdata.pm ext/B/B/Assembler.pm ext/B/B/Bytecode.pm
48812 ! ext/B/O.pm ext/B/defsubs_h.PL ext/ByteLoader/ByteLoader.pm
48813 ! ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
48814 ! ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h intrpvar.h
48815 ! perl.c perlapi.h pod/perldelta.pod
48816____________________________________________________________________________
48817[ 6762] By: jhi on 2000/08/21 23:43:40
48818 Log: An obsoleted diagnostic.
48819 Branch: perl
48820 ! pod/perldelta.pod
48821____________________________________________________________________________
48822[ 6761] By: jhi on 2000/08/21 23:01:45
48823 Log: The #6759 wasn't quite right.
48824 Branch: perl
48825 ! t/lib/st-06compat.t t/lib/st-blessed.t t/lib/st-canonical.t
48826 ! t/lib/st-dclone.t t/lib/st-forgive.t t/lib/st-freeze.t
48827 ! t/lib/st-overload.t t/lib/st-recurse.t t/lib/st-retrieve.t
48828 ! t/lib/st-store.t t/lib/st-tied.t t/lib/st-tiedhook.t
48829 ! t/lib/st-tieditems.t
48830____________________________________________________________________________
48831[ 6760] By: jhi on 2000/08/21 22:35:49
48832 Log: Be verydeepclean.
48833 Branch: perl
48834 ! Makefile.SH
48835____________________________________________________________________________
48836[ 6759] By: jhi on 2000/08/21 22:25:40
48837 Log: Subject: [PATCH: 6757] make new Storable tests forgiving of places where not built
48838 From: Peter Prymmer <pvhp@forte.com>
48839 Date: Mon, 21 Aug 2000 14:58:16 -0700 (PDT)
48840 Message-ID: <Pine.OSF.4.10.10008211456250.17516-100000@aspara.forte.com>
48841 Branch: perl
48842 ! t/lib/st-06compat.t t/lib/st-blessed.t t/lib/st-canonical.t
48843 ! t/lib/st-dclone.t t/lib/st-forgive.t t/lib/st-freeze.t
48844 ! t/lib/st-overload.t t/lib/st-recurse.t t/lib/st-retrieve.t
48845 ! t/lib/st-store.t t/lib/st-tied.t t/lib/st-tiedhook.t
48846 ! t/lib/st-tieditems.t
48847____________________________________________________________________________
48848[ 6758] By: jhi on 2000/08/21 22:22:32
48849 Log: Few more casts, need reported in
48850
48851 Subject: Re: [ID 20000821.010] OK: perl v5.7.0 +SUIDMAIL +DEVEL6756 on i586-linux-64all 2.2.16-9mdk (UNINSTALLED)
48852 From: Mike Stok <mike@stok.co.uk>
48853 Date: Mon, 21 Aug 2000 15:59:29 -0500 (CDT)
48854 Message-ID: <Pine.LNX.4.21.0008211558480.19081-100000@ratdog.stok.co.uk>
48855
48856 and
48857
48858 Subject: [ID 20000821.013] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6756 on i686-linux-64int 2.2.13
48859 From: abigail@foad.org
48860 Date: 21 Aug 2000 21:31:34 -0000
48861 Message-Id: <20000821213134.30170.qmail@foad.org>
48862 Branch: perl
48863 ! ext/Storable/Storable.xs
48864____________________________________________________________________________
48865[ 6757] By: jhi on 2000/08/21 18:37:07
48866 Log: Update Changes.
48867 Branch: perl
48868 ! Changes patchlevel.h
48869____________________________________________________________________________
48870[ 6756] By: jhi on 2000/08/21 18:34:02
48871 Log: A pod nit.
48872
48873 Subject: [PATCH] pod/perlre.pod (was Re: [ID 20000821.007] $&, $1, etc. disappear when sub returns)
48874 From: <abigail@foad.org>
48875 Date: Mon, 21 Aug 2000 14:00:16 -0400
48876 Message-ID: <20000821180016.28627.qmail@foad.org>
48877 Branch: perl
48878 ! pod/perlre.pod
48879____________________________________________________________________________
48880[ 6755] By: jhi on 2000/08/21 18:30:56
48881 Log: Use PodParser 1.18 new test.
48882 Branch: perl
48883 ! t/pod/special_seqs.t t/pod/special_seqs.xr
48884____________________________________________________________________________
48885[ 6754] By: jhi on 2000/08/21 18:28:35
48886 Log: Apply some PodParser 1.18 patches; the Pod/Find.pm
48887 patches cannot be applied since #6712 conflicts.
48888 Branch: perl
48889 ! lib/Pod/InputObjects.pm lib/Pod/Parser.pm lib/Pod/Usage.pm
48890____________________________________________________________________________
48891[ 6753] By: jhi on 2000/08/21 18:15:11
48892 Log: Weed out some smaller changes.
48893 Branch: perl
48894 ! pod/perldelta.pod
48895____________________________________________________________________________
48896[ 6752] By: jhi on 2000/08/21 18:02:30
48897 Log: Also under djgpp the timestamps are funky.
48898 Branch: perl
48899 ! t/op/stat.t
48900____________________________________________________________________________
0b3b9d72
JH
48901[ 6751] By: jhi on 2000/08/21 17:55:56
48902 Log: Tweak the floating point output routine preferences.
48903 Branch: metaconfig
48904 ! U/compline/d_gconvert.U
48905 Branch: perl
48906 ! Configure
48907____________________________________________________________________________
b449ee86
JH
48908[ 6750] By: jhi on 2000/08/21 17:51:29
48909 Log: Unicos/mk requires elaborate paranoia.
48910 Branch: perl
48911 ! lib/Math/Complex.pm
48912____________________________________________________________________________
48913[ 6749] By: gsar on 2000/08/21 16:53:31
48914 Log: use Cwd 'chdir' didn't set $ENV{PWD} correctly on Windows
48915 Branch: perl
48916 ! lib/Cwd.pm
48917____________________________________________________________________________
48918[ 6748] By: gsar on 2000/08/21 16:22:19
48919 Log: free TLS slot properly on Windows
48920 Branch: perl
48921 ! thread.h win32/perllib.c win32/win32thread.h
48922____________________________________________________________________________
48923[ 6747] By: jhi on 2000/08/21 16:20:58
48924 Log: Rename the macro argument because some preprocessors
48925 can't tell the difference and expand arguments also inside
48926 double quoted strings.
48927 Branch: perl
48928 ! regcomp.c
48929____________________________________________________________________________
48930[ 6746] By: jhi on 2000/08/21 16:09:41
48931 Log: Support long doubles in Storable.
48932
48933 Subject: Re: Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6735 on i686-linux-thread-multi-64int 2.2.14-5.0 (UNINSTALLED)
48934 From: Radu Greab <radu@netsoft.ro>
48935 Date: Mon, 21 Aug 2000 18:05:59 +0300 (EET DST)
48936 Message-ID: <Pine.GSO.4.05.10008211804210.10137-100000@localhost>
48937 Branch: perl
48938 ! ext/Storable/Storable.xs
48939____________________________________________________________________________
48940[ 6745] By: jhi on 2000/08/21 15:51:40
48941 Log: Subject: RE: [PATCH perl@6736] t/pragma/warn/9enabled assumes stdout buffered
48942 From: "Fifer, Eric" <EFifer@sanwaint.com>
48943 Date: Mon, 21 Aug 2000 15:34:49 +0100
48944 Message-ID: <779F20BCCE5AD31186A50008C75D9979171786@silldn_mail1.sanwaint.com>
48945 Branch: perl
48946 ! t/pragma/warn/9enabled
48947____________________________________________________________________________
48948[ 6744] By: jhi on 2000/08/21 15:39:35
48949 Log: Document the endianness of Alpha more precisely.
48950 Branch: perl
48951 ! hints/unicos.sh pod/perldelta.pod pod/perlfunc.pod
48952 ! pod/perlport.pod
48953____________________________________________________________________________
48954[ 6743] By: jhi on 2000/08/21 14:47:05
48955 Log: perldelta fixes from the p5p crowd.
48956 Branch: perl
48957 ! pod/perldelta.pod pod/perlop.pod
48958____________________________________________________________________________
48959[ 6742] By: jhi on 2000/08/21 13:34:51
48960 Log: Update to Pod::LaTeX 0.53.
48961
48962 Subject: [PATCH] lib/Pod/LaTeX.pm updates
48963 From: Tim Jenness <timj@jach.hawaii.edu>
48964 Date: Sun, 20 Aug 2000 23:09:48 -1000 (HST)
48965 Message-ID: <Pine.LNX.4.21.0008202308040.12047-100000@lapaki.jach.hawaii.edu>
48966 Branch: perl
48967 ! lib/Pod/LaTeX.pm
48968____________________________________________________________________________
48969[ 6741] By: jhi on 2000/08/21 13:33:01
48970 Log: Subject: [PATCH] os2.c fix for use64bitint
48971 From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
48972 Date: Mon, 21 Aug 2000 01:32:25 -0700
48973 Message-ID: <ZkOo5gzkgWEb092yn@efn.org>
48974 Branch: perl
48975 ! os2/os2.c
48976____________________________________________________________________________
48977[ 6740] By: jhi on 2000/08/21 13:28:52
48978 Log: Array context keeps slithering in.
48979
48980 Subject: Re: 5.7.0 getting really close, new snapshot: perldelta, Storable
48981 From: Daniel Chetlin <daniel@chetlin.com>
48982 Date: Sun, 20 Aug 2000 21:40:25 -0700
48983 Message-ID: <20000820214025.C29387@ilmd.chetlin.org>
48984 Branch: perl
48985 ! ext/Storable/Storable.xs lib/Pod/InputObjects.pm
48986 ! pod/perldebtut.pod
48987____________________________________________________________________________
48988[ 6739] By: jhi on 2000/08/21 13:23:55
48989 Log: Big-endian quad fixes for Storable from Radu Greab,
48990 plus few explicit null casts for picky compilers.
48991 Branch: perl
48992 ! ext/Storable/Storable.xs
48993____________________________________________________________________________
48994[ 6738] By: gsar on 2000/08/21 05:56:13
48995 Log: small tweaks for change#6705: avoid C++ style comments in C code;
48996 use Perl's malloc API rather than the low level system one
48997 Branch: perl
48998 ! win32/win32.c
48999____________________________________________________________________________
49000[ 6737] By: gsar on 2000/08/21 05:35:41
49001 Log: add Storable to list of extensions on Windows
49002 Branch: perl
49003 ! win32/Makefile win32/makefile.mk
49004____________________________________________________________________________
49005[ 6736] By: jhi on 2000/08/21 02:57:53
49006 Log: Update Changes.
49007 Branch: perl
49008 ! Changes patchlevel.h
49009____________________________________________________________________________
49010[ 6735] By: jhi on 2000/08/21 02:57:20
49011 Log: Draft 0.
49012 Branch: perl
49013 ! pod/perldelta.pod
49014____________________________________________________________________________
49015[ 6734] By: jhi on 2000/08/21 02:57:03
49016 Log: Add Storable 0.7.2 from Raphael Manfredi,
49017 plus the patch from
49018
49019 Subject: Re: someone with too much time and a 64-bit box and interest in Storable?
49020 From: Radu Greab <radu@netsoft.ro>
49021 Date: Mon, 21 Aug 2000 03:10:05 +0300 (EEST)
49022 Message-ID: <Pine.LNX.4.10.10008210258160.1292-100000@busy.netsoft.ro>
49023
49024 plus changes to get Storable to compile with
49025 picky ANSI compilers.
49026 Branch: perl
49027 + ext/Storable/ChangeLog ext/Storable/MANIFEST
49028 + ext/Storable/Makefile.PL ext/Storable/README
49029 + ext/Storable/Storable.pm ext/Storable/Storable.xs
49030 + ext/Storable/patchlevel.h t/lib/st-06compat.t
49031 + t/lib/st-blessed.t t/lib/st-canonical.t t/lib/st-dclone.t
49032 + t/lib/st-dump.pl t/lib/st-forgive.t t/lib/st-freeze.t
49033 + t/lib/st-overload.t t/lib/st-recurse.t t/lib/st-retrieve.t
49034 + t/lib/st-store.t t/lib/st-tied.t t/lib/st-tiedhook.t
49035 + t/lib/st-tieditems.t
49036 ! MANIFEST
49037____________________________________________________________________________
49038[ 6733] By: jhi on 2000/08/21 02:29:09
49039 Log: The correct cleaning order is an art.
49040 Branch: perl
49041 ! Makefile.SH
49042____________________________________________________________________________
da352bc5
JH
49043[ 6732] By: jhi on 2000/08/21 01:23:39
49044 Log: The #6724 is here.
49045 Branch: perl
49046 ! t/lib/ftmp-security.t
49047____________________________________________________________________________
49048[ 6731] By: jhi on 2000/08/20 23:17:03
49049 Log: s/this one/the 5.6.0 release/
49050 Branch: perl
49051 ! pod/perl56delta.pod
49052____________________________________________________________________________
49053[ 6730] By: jhi on 2000/08/20 23:07:34
49054 Log: Mention perlebcdic and perlposix-bc.
49055 Branch: perl
49056 ! pod/perlport.pod
49057____________________________________________________________________________
49058[ 6729] By: jhi on 2000/08/20 21:32:59
49059 Log: Document the number of exponent digits.
49060 Branch: perl
49061 ! pod/perlfunc.pod
49062____________________________________________________________________________
49063[ 6728] By: jhi on 2000/08/20 21:16:47
49064 Log: Use File::Spec->tmpdir().
49065
49066 Subject: Re: [ID 20000820.001] not OK - Perl 5.7.0 (uninstalled)
49067 From: Tim Jenness <timj@jach.hawaii.edu>
49068 Message-ID: <Pine.LNX.4.21.0008201057080.20544-100000@lapaki.jach.hawaii.edu>
49069 MIME-Version: 1.0
49070 Date: Sun, 20 Aug 2000 11:01:25 -1000 (HST)
49071 Branch: perl
49072 ! utils/perlbug.PL
49073____________________________________________________________________________
49074[ 6727] By: jhi on 2000/08/20 20:43:32
49075 Log: Update Changes.
49076 Branch: perl
49077 ! Changes patchlevel.h
49078____________________________________________________________________________
e0f5a76d
JH
49079[ 6726] By: jhi on 2000/08/20 20:41:44
49080 Log: The veryclean target needs to clobber.
49081 Branch: perl
49082 ! Makefile.SH
49083____________________________________________________________________________
49084[ 6725] By: jhi on 2000/08/20 20:37:38
49085 Log: Document odd vs even subreleases and -Dusedevel.
49086 Branch: perl
49087 ! INSTALL
49088____________________________________________________________________________
49089[ 6724] By: jhi on 2000/08/20 19:58:05
49090 Log: Use temporary directory instead of current directory.
49091
49092 Subject: Re: [ID 20000816.011] Test failure in lib/ftmp-security.t
49093 From: Tim Jenness <timj@jach.hawaii.edu>
49094 Date: Sat, 19 Aug 2000 10:26:07 -1000 (HST)
49095 Message-ID: <Pine.LNX.4.21.0008191015090.13727-100000@lapaki.jach.hawaii.edu>
49096 Branch: perl
49097 ! t/lib/ftmp-security.t
49098____________________________________________________________________________
49099[ 6723] By: jhi on 2000/08/20 19:55:55
49100 Log: Subject: [PATCH] Silence MakeMaker (Was: installman)
49101 From: andreas.koenig@anima.de (Andreas J. Koenig)
49102 Date: 20 Aug 2000 15:52:03 +0200
49103 Message-ID: <m3em3khwfw.fsf_-_@ak-71.mind.de>
49104 Branch: perl
49105 ! lib/ExtUtils/MM_Unix.pm
49106____________________________________________________________________________
49107[ 6722] By: jhi on 2000/08/20 19:46:01
49108 Log: Update to CGI 2.72, from Lincoln Stein.
49109 Branch: perl
49110 ! lib/CGI.pm
49111____________________________________________________________________________
49112[ 6721] By: jhi on 2000/08/20 19:43:54
49113 Log: Subject: Re: [ID 20000819.002] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6707 on i686-linux 2.2.5-16 (UNINSTALLED)
49114 From: Radu Greab <radu@netsoft.ro>
49115 Date: Sun, 20 Aug 2000 18:03:26 +0300 (EEST)
49116 Message-ID: <Pine.LNX.4.10.10008201753260.1292-100000@busy.netsoft.ro>
49117 Branch: perl
49118 ! ext/GDBM_File/GDBM_File.xs
49119____________________________________________________________________________
49120[ 6720] By: jhi on 2000/08/20 19:42:01
49121 Log: pp_open() could pass an uninitialized filename down to do_open9().
49122 Branch: perl
49123 ! pp_sys.c
49124____________________________________________________________________________
49125[ 6719] By: jhi on 2000/08/20 14:06:41
49126 Log: UTF8 concat fixes.
49127
49128 Subject: [PATCH @6713] Re: [ID 20000815.006] latest patched perl core dumps
49129 From: Hugo <hv@crypt.compulink.co.uk>
49130 Date: Sun, 20 Aug 2000 07:30:46 +0100
49131 Message-Id: <200008200630.HAA18053@crypt.compulink.co.uk>
49132 Branch: perl
49133 ! pp_hot.c t/op/append.t
49134____________________________________________________________________________
49135[ 6718] By: jhi on 2000/08/20 02:09:37
49136 Log: Let's try #6717 again.
49137 Branch: perl
49138 ! lib/File/Temp.pm
49139____________________________________________________________________________
49140[ 6717] By: jhi on 2000/08/20 01:56:55
49141 Log: Subject: [PATCH perl@6698] File::Temp fix-ups for OpenVMS
49142 From: "Craig A. Berry" <craig.berry@metamorgs.com>
49143 Date: Sat, 19 Aug 2000 18:15:39 -0500
49144 Message-Id: <p04320402b5c4c10bc280@[192.168.56.169]>
49145 Branch: perl
49146 ! lib/File/Temp.pm
49147____________________________________________________________________________
49148[ 6716] By: jhi on 2000/08/19 15:50:11
49149 Log: Update Changes.
49150 Branch: perl
49151 ! Changes patchlevel.h
49152____________________________________________________________________________
7ea2983e
JH
49153[ 6715] By: jhi on 2000/08/19 15:39:09
49154 Log: Subject: [ID 20000817.023] endianness description in perlfunc.pod
49155 From: Jonathan D Johnston <jdjohnston2@juno.com>
49156 Date: Thu, 17 Aug 2000 23:13:01 -0400
49157 Message-Id: <20000817.231304.-743351.1.jdjohnston2@juno.com>
49158 Branch: perl
49159 ! pod/perlfunc.pod
49160____________________________________________________________________________
49161[ 6714] By: jhi on 2000/08/19 15:34:04
49162 Log: Introduce a 'veryclean' target that is like 'distclean'
49163 but also removes *~ and *.orig.
49164 Branch: perl
49165 ! Makefile.SH lib/ExtUtils/MM_Unix.pm pod/Makefile.SH
49166 ! utils/Makefile x2p/Makefile.SH
49167____________________________________________________________________________
49168[ 6713] By: jhi on 2000/08/19 14:15:45
49169 Log: Put back the long double avoidance code to POSIX.xs
49170 because VMS seems to need it still.
49171 Branch: perl
49172 ! ext/POSIX/POSIX.xs
49173____________________________________________________________________________
49174[ 6712] By: jhi on 2000/08/19 14:10:41
49175 Log: Subject: [PATCH: 6698] was Re: [PATCH: 6640] VMS Makefile.SH update (fwd)
49176 From: Peter Prymmer <pvhp@forte.com>
49177 Date: Fri, 18 Aug 2000 18:18:31 -0700 (PDT)
49178 Message-ID: <Pine.OSF.4.10.10008181818100.322420-100000@aspara.forte.com>
49179 Branch: perl
49180 ! lib/Pod/Find.pm t/pod/find.t
49181____________________________________________________________________________
49182[ 6711] By: jhi on 2000/08/19 14:09:19
49183 Log: Subject: [PATCH: 6698] tidy up the temp files left by peek tests on VMS
49184 From: Peter Prymmer <pvhp@forte.com>
49185 Date: Fri, 18 Aug 2000 17:54:10 -0700 (PDT)
49186 Message-ID: <Pine.OSF.4.10.10008181751350.322420-100000@aspara.forte.com>
49187 cc: vmsperl@perl.org
49188 Branch: perl
49189 ! t/lib/peek.t
49190____________________________________________________________________________
49191[ 6710] By: jhi on 2000/08/19 14:08:01
49192 Log: Subject: [PATCH 5.6.0+] fix for Win32::GetFullPathName and Win32::GetShortPathName
49193 From: Jan Dubois <jand@ActiveState.com>
49194 Date: Fri, 18 Aug 2000 16:31:48 -0700
49195 Message-ID: <2ihrps00u6qkpjtfq6f2b1d1ndkrs7l04u@4ax.com>
49196 Branch: perl
49197 ! win32/win32.c
49198____________________________________________________________________________
49199[ 6709] By: jhi on 2000/08/19 14:06:57
49200 Log: Fix a core dump in lib/selfloader under -DDEBUGGING.
49201
49202 Subject: PATCH @6698 for [ID 20000817.007] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6676 on alpha-dec_osf 4.0f (UNINSTALLED)
49203 From: Spider.Boardman@Orb.Nashua.NH.US
49204 Date: Fri, 18 Aug 2000 18:41:14 -0400
49205 Message-Id: <200008182241.SAA29667@Orb.Nashua.NH.US>
49206 Branch: perl
49207 ! regcomp.c
49208____________________________________________________________________________
49209[ 6708] By: jhi on 2000/08/18 22:04:49
49210 Log: Update Changes.
49211 Branch: perl
49212 ! Changes patchlevel.h
49213____________________________________________________________________________
50588fde
JH
49214[ 6707] By: jhi on 2000/08/18 21:55:14
49215 Log: Add warnif(), check warnings further up the stack,
49216 all the warnings functions now can take an optional object reference.
49217
49218 Subject: [PATCH bleedperl@6691] warnings pragma update
49219 From: "Paul Marquess" <Paul.Marquess@btinternet.com>
49220 Date: Fri, 18 Aug 2000 22:42:06 +0100
49221 Message-ID: <000c01c0095d$278e0040$ca01073e@bfs.phone.com>
49222 Branch: perl
49223 ! lib/Class/Struct.pm lib/Tie/Handle.pm lib/Tie/Hash.pm
49224 ! lib/Tie/Scalar.pm lib/fields.pm lib/syslog.pl lib/warnings.pm
49225 ! pod/perllexwarn.pod t/pragma/warn/9enabled warnings.pl
49226____________________________________________________________________________
49227[ 6706] By: jhi on 2000/08/18 21:41:45
49228 Log: Typo in pp_complement().
49229
49230 Subject: [PATCH perl-current] Deparse
49231 From: Peter Scott <Peter@PSDT.com>
49232 Date: Fri, 18 Aug 2000 12:44:37 -0700
49233 Message-Id: <4.3.2.7.2.20000818124024.00ba2be0@psdt.com>
49234 Branch: perl
49235 ! ext/B/B/Deparse.pm
49236____________________________________________________________________________
49237[ 6705] By: jhi on 2000/08/18 21:25:59
49238 Log: Subject: [PATCH 5.6.0+] fix for Win32::DomainName
49239 From: Jan Dubois <jand@ActiveState.com>
49240 Date: Fri, 18 Aug 2000 14:22:51 -0700
49241 Message-ID: <0o9rps458r29eb97h5csuq81b1eip4no33@4ax.com>
49242 Branch: perl
49243 ! lib/Win32.pod win32/win32.c
49244____________________________________________________________________________
49245[ 6704] By: jhi on 2000/08/18 21:16:14
49246 Log: Don't eat leading os from index entries.
49247
49248 Subject: Re: [ID 20000810.006] Pod::Man Ate My 'O'!
49249 From: Russ Allbery <rra@stanford.edu>
49250 Date: 10 Aug 2000 20:49:25 -0700
49251 Message-ID: <ylu2cs78ze.fsf@windlord.stanford.edu>
49252 Branch: perl
49253 ! lib/Pod/Man.pm
49254____________________________________________________________________________
49255[ 6703] By: jhi on 2000/08/18 21:07:06
49256 Log: Add [[:blank:]] as suggested in
49257
49258 Subject: [ID 20000716.024] [=cc=] / [:blank:]
49259 From: Jeffrey Friedl <jfriedl@fummy.dsl.yahoo.com>
49260 Date: Sun, 16 Jul 2000 17:55:29 -0700
49261 Message-Id: <200007170055.RAA23528@fummy.dsl.yahoo.com>
49262
49263 (the [=cc=] has already been taken care of by #6439
49264 so the whole bug report can be closed)
49265
49266 and make [[:space:]] to be equivalent to isspace(3)
49267 (as opposed to \s, which is isSPACE()). The difference
49268 is that now [[:space:]] matches the mythical vertical tab,
49269 while \s doesn't.
49270 Branch: perl
49271 ! handy.h pod/perlre.pod pod/perlretut.pod regcomp.c regcomp.h
49272 ! regexec.c t/op/pat.t
49273____________________________________________________________________________
49274[ 6702] By: jhi on 2000/08/18 18:47:47
49275 Log: The new tests were missing from #6415.
49276 Branch: perl
49277 ! t/op/bop.t
49278____________________________________________________________________________
49279[ 6701] By: jhi on 2000/08/18 18:20:40
49280 Log: Document the NDBM_File and ODBM_File as SDBM_File
49281 was documented in #6417.
49282 Branch: perl
49283 ! ext/NDBM_File/NDBM_File.pm ext/ODBM_File/ODBM_File.pm
49284 ! ext/SDBM_File/SDBM_File.pm
49285____________________________________________________________________________
49286[ 6700] By: jhi on 2000/08/18 18:10:39
49287 Log: Subject: [PATCH perl@6698] cygwin port
49288 From: "Fifer, Eric" <EFifer@sanwaint.com>
49289 Date: Fri, 18 Aug 2000 17:30:05 +0100
49290 Message-ID: <779F20BCCE5AD31186A50008C75D9979171784@silldn_mail1.sanwaint.com>
49291 Branch: perl
49292 ! lib/File/Temp.pm
49293____________________________________________________________________________
49294[ 6699] By: jhi on 2000/08/18 16:21:49
49295 Log: Document code point which makes if (defined %stash::) to work
49296 (noted by Spider Boardman).
49297 Branch: perl
49298 ! op.c
49299____________________________________________________________________________
49300[ 6698] By: jhi on 2000/08/18 13:43:27
49301 Log: Update Changes.
49302 Branch: perl
49303 ! Changes patchlevel.h
49304____________________________________________________________________________
b2bd8c92
JH
49305[ 6697] By: jhi on 2000/08/18 13:35:57
49306 Log: Tiny Getopt::Long patch from Johan Vromans.
49307 Branch: perl
49308 ! lib/Getopt/Long.pm t/lib/gol-basic.t t/lib/gol-oo.t
49309____________________________________________________________________________
49310[ 6696] By: jhi on 2000/08/18 13:26:14
49311 Log: Subject: [ID 20000817.018] behaviour change 5.5.3 -> 5.6.0 re "Modification of a read-only value"
49312 From: Paul David Fardy <pdf@morgan.ucs.mun.ca>
49313 Date: Thu, 17 Aug 2000 17:23:40 -0230 (NDT)
49314 Message-Id: <200008171953.RAA17673@porthos.ucs.mun.ca>
49315 Branch: perl
49316 ! pod/perldiag.pod pod/perlsyn.pod
49317____________________________________________________________________________
49318[ 6695] By: jhi on 2000/08/18 13:13:26
49319 Log: Subject: [PATCH] perlfunc.pod -- clarifying sprintf array argument issues
49320 From: Daniel Chetlin <daniel@chetlin.com>
49321 Date: Fri, 18 Aug 2000 03:13:36 -0700
49322 Message-ID: <20000818031336.B14165@ilmd.chetlin.org>
49323 Branch: perl
49324 ! pod/perlfunc.pod
49325____________________________________________________________________________
49326[ 6694] By: jhi on 2000/08/18 13:08:05
49327 Log: Subject: [PATCH] perltrap.pod spring cleaning
49328 From: Daniel Chetlin <daniel@chetlin.com>
49329 Date: Fri, 18 Aug 2000 03:06:54 -0700
49330 Message-ID: <20000818030654.A14165@ilmd.chetlin.org>
49331
49332 plus Mike Guy's nitfix.
49333 Branch: perl
49334 ! pod/perltrap.pod
49335____________________________________________________________________________
49336[ 6693] By: jhi on 2000/08/18 13:00:26
49337 Log: Unbuffer the output.
49338
49339 Subject: Re: [ID 20000817.017] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6680 on
49340 From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
49341 Date: Thu, 17 Aug 2000 18:39:29 -0700
49342 Message-ID: <RPJn5gzkgydf092yn@efn.org>
49343 Branch: perl
49344 ! t/op/fork.t
49345____________________________________________________________________________
49346[ 6692] By: jhi on 2000/08/18 05:19:17
49347 Log: Delete the image, too, not just its MANIFEStation.
49348 Branch: perl
49349 - lib/CGI/eg/wilogo.gif
49350____________________________________________________________________________
49351[ 6691] By: jhi on 2000/08/18 05:10:26
49352 Log: Propagate new Configure vars.
49353 Branch: perl
49354 ! configure.com epoc/config.sh uconfig.h uconfig.sh
49355 ! vos/config.def vos/config.h vos/config_h.SH_orig
49356 ! win32/config.bc win32/config.gc win32/config.vc
49357 ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
49358____________________________________________________________________________
49359[ 6690] By: jhi on 2000/08/18 04:30:56
49360 Log: Update Changes.
49361 Branch: perl
49362 ! Changes patchlevel.h
49363____________________________________________________________________________
eae4ae26
JH
49364[ 6689] By: jhi on 2000/08/18 04:12:30
49365 Log: Fix the lib/complex failure of
49366
49367 From: abigail@foad.org
49368 Subject: [ID 20000814.005] Not OK: perl v5.6.0 on i686-linux-64int 2.2.13
49369 Date: 15 Aug 2000 04:06:38 -0000
49370 Message-Id: <20000815040638.8524.qmail@foad.org>
49371
49372 Linux long double accuracy issue: something that
49373 when printed with %g looks like "2" but int() of it is 1.
49374 Branch: perl
49375 ! lib/Math/Complex.pm
49376____________________________________________________________________________
49377[ 6688] By: jhi on 2000/08/18 03:15:35
49378 Log: The byteorder code in #6671 was wrong.
49379 Branch: perl
49380 ! configpm
49381____________________________________________________________________________
49382[ 6687] By: jhi on 2000/08/18 02:08:42
49383 Log: Subject: [PATCH 5.6.0+] newSVrv() memory leak
49384 From: Jan Dubois <jand@ActiveState.com>
49385 Date: Thu, 17 Aug 2000 18:31:55 -0700
49386 Message-ID: <l64ppsggaiuc4t6msm45iqohmhpjblb4qf@4ax.com>
49387 Branch: perl
49388 ! sv.c
49389____________________________________________________________________________
49390[ 6686] By: jhi on 2000/08/18 02:04:15
49391 Log: Use NVs in POSIX math, not doubles.
49392
49393 From: abigail@foad.org
49394 Subject: [ID 20000817.014] POSIX & modfl
49395 Date: 17 Aug 2000 20:49:18 -0000
49396 Message-Id: <20000817204918.23123.qmail@foad.org>
49397 Branch: perl
49398 ! ext/POSIX/POSIX.xs ext/POSIX/typemap
49399____________________________________________________________________________
0b3b9d72
JH
49400[ 6685] By: jhi on 2000/08/18 02:02:12
49401 Log: Introduce NVef, NVff, and NVgf, use the middle one.
49402 (helps for lib/peek + Linux + long doubles) Reported in
49403
49404 From: abigail@foad.org
49405 Subject: [ID 20000814.005] Not OK: perl v5.6.0 on i686-linux-64int 2.2.13
49406 Date: 15 Aug 2000 04:06:38 -0000
49407 Message-Id: <20000815040638.8524.qmail@foad.org>
49408
49409 (note: the lib/complex failure has not yet been addressed)
49410 Branch: metaconfig/U/perl
49411 ! perlxvf.U
49412 Branch: perl
49413 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
49414 ! config_h.SH dump.c perl.h pod/perlguts.pod
49415____________________________________________________________________________
eae4ae26
JH
49416[ 6684] By: jhi on 2000/08/17 23:22:19
49417 Log: Add byteorder to the myconfig output.
49418 Branch: perl
49419 ! myconfig.SH
49420____________________________________________________________________________
49421[ 6683] By: jhi on 2000/08/17 23:20:19
49422 Log: The image doth not exist, spotted by Johan Vromans.
49423 Branch: perl
49424 ! MANIFEST
49425____________________________________________________________________________
49426[ 6682] By: jhi on 2000/08/17 22:38:16
49427 Log: Document what the backtick returns if the command fails.
49428 Branch: perl
49429 ! pod/perlop.pod
49430____________________________________________________________________________
49431[ 6681] By: jhi on 2000/08/17 22:33:12
49432 Log: Do not use prototyping here.
49433
49434 Subject: [ID 20000817.016] [PATCH] Peek.xs
49435 From: abigail@foad.org
49436 Date: 17 Aug 2000 20:55:56 -0000
49437 Message-Id: <20000817205556.24270.qmail@foad.org>
49438 Branch: perl
49439 ! ext/Devel/Peek/Makefile.PL
49440____________________________________________________________________________
0b3b9d72
JH
49441[ 6680] By: jhi on 2000/08/17 19:46:43
49442 Log: Don't propose using modules built for 5.005 if no binary
49443 compatibility with 5.005 is attempted.
49444
49445 From: Jeff Okamoto <okamoto@xfiles.intercon.hp.com>
49446 Subject: Minor nit with 5.7.0 (6655)
49447 Date: Wed, 16 Aug 2000 15:56:14 -0700 (PDT)
49448 Message-Id: <200008162256.PAA06964@xfiles.intercon.hp.com>
49449 Branch: metaconfig
49450 ! U/installdirs/inc_version_list.U
49451 Branch: perl
49452 ! Configure config_h.SH
49453____________________________________________________________________________
eae4ae26
JH
49454[ 6679] By: jhi on 2000/08/17 19:16:39
49455 Log: Microperl config update.
49456 Branch: perl
49457 ! uconfig.h uconfig.sh
49458____________________________________________________________________________
49459[ 6678] By: jhi on 2000/08/17 19:16:13
49460 Log: The #6648 wasn't protective enough for limited platforms
49461 (like microperl).
49462 Branch: perl
49463 ! dump.c sv.c
49464____________________________________________________________________________
49465[ 6677] By: jhi on 2000/08/17 14:46:35
49466 Log: Update Changes.
49467 Branch: perl
49468 ! Changes patchlevel.h
49469____________________________________________________________________________
3ddc1c2e
JH
49470[ 6676] By: jhi on 2000/08/17 14:44:02
49471 Log: Add perlebcdic from Peter Prymmer, regen toc.
49472 Branch: perl
49473 + pod/perlebcdic.pod
49474 ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
49475____________________________________________________________________________
49476[ 6675] By: jhi on 2000/08/17 14:41:52
49477 Log: perldebtut 1.10 from Richard Foley, plus Celsius and Fahrenheit.
49478 Branch: perl
49479 ! pod/perldebtut.pod
49480____________________________________________________________________________
49481[ 6674] By: jhi on 2000/08/17 14:29:43
49482 Log: Get -DLEAKTEST to compile (not necessarily to work, mind)
49483
49484 Subject: [ID 20000724.006] -DLEAKTEST problem
49485 From: Gregory Martin Pfeil <pfeilgm@technomadic.org>
49486 Date: Tue, 25 Jul 2000 00:36:32 -0500
49487 Message-Id: <20000725003632.A26186@www.llamacom.com>
49488
49489 Reminder sent
49490
49491 Subject: [PATCH bleadperl@6647] -DLEAKTEST compile error
49492 From: Hugo <hv@crypt.compulink.co.uk>
49493 Date: Thu, 17 Aug 2000 15:23:42 +0100
49494 Message-Id: <200008171423.PAA06749@crypt.compulink.co.uk>
49495 Branch: perl
49496 ! util.c
49497____________________________________________________________________________
49498[ 6673] By: jhi on 2000/08/17 04:07:10
49499 Log: Subject: Re: [PATCH]Re: Questions about Math::BigFloat
49500 From: John Peacock <JPeacock@UnivPress.com>
49501 Date: Tue, 01 Aug 2000 09:38:12 -0400
49502 Message-ID: <3986D2C4.54B78FE4@UnivPress.com>
49503 Branch: perl
49504 ! lib/Math/BigFloat.pm lib/Math/BigInt.pm t/lib/bigfltpm.t
49505____________________________________________________________________________
49506[ 6672] By: jhi on 2000/08/17 03:04:35
49507 Log: Subject: [PATCH] Cwd.pm now uses strict
49508 From: Tim Jenness <timj@jach.hawaii.edu>
49509 Date: Wed, 16 Aug 2000 16:42:35 -1000 (HST)
49510 Message-ID: <Pine.LNX.4.21.0008161639510.1135-100000@lapaki.jach.hawaii.edu>
49511 Branch: perl
49512 ! lib/Cwd.pm
49513____________________________________________________________________________
49514[ 6671] By: jhi on 2000/08/17 02:16:35
49515 Log: Make $Config{byteorder} more magical so that it is
49516 dynamically computed: nice for 'fat binaries'.
49517
49518 Subject: [PATCH]: default byteorder
49519 From: Wilfredo Sánchez <wsanchez@apple.com>
49520 Date: Mon, 31 Jul 2000 19:45:31 -0700
49521 Message-Id: <200008010245.TAA04459@ns1.abstrata.com>
49522 Branch: perl
49523 ! configpm
49524____________________________________________________________________________
49525[ 6670] By: gsar on 2000/08/17 01:22:21
49526 Log: move WNOHANG definition to where other such things are
49527 Branch: perl
49528 ! win32/win32.h
49529____________________________________________________________________________
49530[ 6669] By: jhi on 2000/08/17 01:19:17
49531 Log: Update Changes.
49532 Branch: perl
49533 ! Changes patchlevel.h
49534____________________________________________________________________________
28c9223b
JH
49535[ 6668] By: jhi on 2000/08/17 01:16:29
49536 Log: Doc nits spotted by Richard Soderberg.
49537 Branch: perl
49538 ! README.posix-bc README.vmesa
49539____________________________________________________________________________
49540[ 6667] By: jhi on 2000/08/17 01:12:11
49541 Log: Subject: [PATCH(2) @6655] Re: perldebut.pod - spelling
49542 From: "Casey R. Tweten" <crt@kiski.net>
49543 Date: Wed, 16 Aug 2000 12:39:08 -0400 (EDT)
49544 Message-ID: <Pine.OSF.4.21.0008161238250.32058-100000@home.kiski.net>
49545 Branch: perl
49546 ! pod/perldebtut.pod
49547____________________________________________________________________________
49548[ 6666] By: jhi on 2000/08/17 01:09:31
49549 Log: Subject: Re: [ID 20000816.006] [PATCH @6655] Shell.pm, bug fix, strict and OO Interface
49550 From: "Casey R. Tweten" <crt@kiski.net>
49551 Date: Wed, 16 Aug 2000 11:35:09 -0400 (EDT)
49552 Message-ID: <Pine.OSF.4.21.0008161132270.10885-100000@home.kiski.net>
49553 Branch: perl
49554 ! lib/Shell.pm
49555____________________________________________________________________________
49556[ 6665] By: gsar on 2000/08/17 01:03:52
49557 Log: add "ok" targets from change#6632 in makefile.mk
49558 Branch: perl
49559 ! pod/perlport.pod win32/Makefile win32/makefile.mk
49560____________________________________________________________________________
49561[ 6664] By: gsar on 2000/08/17 00:56:11
49562 Log: avoid warnings from dense compiler
49563 Branch: perl
49564 ! win32/win32.c
49565____________________________________________________________________________
49566[ 6663] By: jhi on 2000/08/17 00:51:49
49567 Log: Tweak the regex compilation errors once more.
49568 Branch: perl
49569 ! pod/perldiag.pod regcomp.c t/op/misc.t t/op/re_tests
49570 ! t/op/regmesg.t t/pragma/warn/regcomp
49571____________________________________________________________________________
49572[ 6662] By: gsar on 2000/08/17 00:28:19
49573 Log: trailing new %ENV entries weren't being pushed into the real
49574 environment of subprocesses on Windows
49575 Branch: perl
49576 ! t/op/magic.t win32/perlhost.h
49577____________________________________________________________________________
49578[ 6661] By: gsar on 2000/08/17 00:19:20
49579 Log: waitpid() now handles externally spawned pids correctly;
49580 fixes for backtick/wait/waitpid failures on Windows 9x
49581
49582 these changes make the pid returned by process functions on
49583 Windows 9x always positive by clearing the high bit (which
49584 is always set on Win9x); pseudo-process PIDs are likewise
49585 always negative now on Win9x (just as on NT/2000)
49586 Branch: perl
49587 ! pp_sys.c win32/perlhost.h win32/win32.c
49588____________________________________________________________________________
49589[ 6660] By: jhi on 2000/08/17 00:04:32
49590 Log: Retract #6645.
49591 Branch: perl
49592 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
49593 ! config_h.SH pod/perldelta.pod pod/perlfunc.pod sv.c
49594 ! t/op/sprintf.t
49595____________________________________________________________________________
49596[ 6659] By: gsar on 2000/08/16 23:59:28
49597 Log: on windows, the return values from wait() and waitpid() don't
49598 match those of pseudo-pids
49599 Branch: perl
49600 ! pp_sys.c t/op/fork.t util.c win32/win32.c
49601____________________________________________________________________________
49602[ 6658] By: gsar on 2000/08/16 23:56:14
49603 Log: pod nit seen in passing
49604 Branch: perl
49605 ! pod/perlfunc.pod
49606____________________________________________________________________________
49607[ 6657] By: gsar on 2000/08/16 23:53:42
49608 Log: change#6328 could make close(SOCKET) return false on windows
49609 when it shouldn't
49610 Branch: perl
49611 ! win32/win32sck.c
49612____________________________________________________________________________
49613[ 6656] By: gsar on 2000/08/16 23:46:57
49614 Log: check that the number pseudo children doesn't exceed
49615 MAXIMUM_WAIT_OBJECTS, which is currently 64 (avoids overflowing
49616 the WaitForMultipleObjects() limit that would cause wait()
49617 to crash)
49618
49619 wait() and waitpid() could potentially be rewritten to use
49620 more than one thread to do the waiting to eliminate this
49621 limitation
49622 Branch: perl
49623 ! win32/perlhost.h
49624____________________________________________________________________________
49625[ 6655] By: jhi on 2000/08/16 14:11:05
49626 Log: Update Changes.
49627 Branch: perl
49628 ! Changes patchlevel.h
49629____________________________________________________________________________
453b8a1c
JH
49630[ 6654] By: jhi on 2000/08/16 14:10:12
49631 Log: Update to perldebtut 1.9, from Richard Foley.
49632 Branch: perl
49633 ! pod/perldebtut.pod
49634____________________________________________________________________________
49635[ 6653] By: jhi on 2000/08/16 14:08:17
49636 Log: Change the regx compilation error markers to use = instead of <
49637 since pod makes using the latter quite messy. Reported in
49638 ID 20000814.006 by Abigail and in
49639 Subject: Unknown escape E<> ?
49640 From: Lupe Christoph <lupe@lupe-christoph.de>
49641 Date: Fri, 11 Aug 2000 00:30:27 +0200
49642 Message-ID: <20000811003027.F17420@alanya.lupe-christoph.de>
49643 Branch: perl
49644 ! pod/perldiag.pod regcomp.c t/op/misc.t t/op/re_tests
49645 ! t/op/regmesg.t t/pragma/warn/regcomp
49646____________________________________________________________________________
49647[ 6652] By: jhi on 2000/08/16 13:25:31
49648 Log: Change the perlbug address to perl.org since it's more forgiving.
49649
49650 Subject: [ID 20000814.007] [PATCH] Email address in perlbug.
49651 From: abigail@foad.org
49652 Date: 15 Aug 2000 04:15:40 -0000
49653 Message-Id: <20000815041540.8633.qmail@foad.org>
49654 Branch: perl
49655 ! utils/perlbug.PL
49656____________________________________________________________________________
49657[ 6651] By: jhi on 2000/08/16 13:22:35
49658 Log: Subject: [PATCH] Cwd::_backtick_pwd does not check return value
49659 From: Tim Jenness <timj@jach.hawaii.edu>
49660 Date: Tue, 15 Aug 2000 15:51:59 -1000 (HST)
49661 Message-ID: <Pine.LNX.4.21.0008151547560.1223-100000@lapaki.jach.hawaii.edu>
49662 Branch: perl
49663 ! lib/Cwd.pm
49664____________________________________________________________________________
49665[ 6650] By: jhi on 2000/08/16 13:18:13
49666 Log: Update to CPAN 1.57.
49667
49668 Subject: Re: [PATCH] Cwd::_backtick_pwd does not check return value
49669 From: andreas.koenig@anima.de (Andreas J. Koenig)
49670 Date: 16 Aug 2000 15:09:46 +0200
49671 Message-ID: <m3k8dh5p45.fsf@ak-71.mind.de>
49672 Branch: perl
49673 ! lib/CPAN.pm
49674____________________________________________________________________________
49675[ 6649] By: jhi on 2000/08/16 13:12:31
49676 Log: Subject: [ID 20000324.040] minor fix to perlhpux.pod
49677 From: "Larry W. Virden" <lvirden@cas.org>
49678 Date: Fri, 24 Mar 2000 14:25:37 -0500 (EST)
49679 Message-Id: <200003241925.OAA27985@lwv26awu.cas.org>
49680 Branch: perl
49681 ! README.hpux
49682____________________________________________________________________________
49683[ 6648] By: jhi on 2000/08/16 13:03:53
49684 Log: The numeric locale was reset to "C" by s?printf and never restored.
49685
49686 Subject: [ID 20000809.003] setlocale(LC_NUMERIC...) produces different results in 5.005 and 5.6
49687 From: Christian Kirsch <ck@held.mind.de>
49688 Date: Wed, 9 Aug 2000 17:05:17 +0200
49689 Message-Id: <20000809170517.A25389@held>
49690
49691 No test since adding the failing example to locale.t
49692 does not fail -- probably because the locale settings are so
49693 thoroughly tweaked by that time. Running the example standalone
71d4b5fd 49694 does fail, though. UPDATE: test case added at change #7540.
453b8a1c
JH
49695 Branch: perl
49696 ! dump.c perl.h pp.c pp_ctl.c sv.c
49697____________________________________________________________________________
49698[ 6647] By: jhi on 2000/08/16 00:07:54
49699 Log: Update Changes and test semi-automatic patchlevel updating.
49700 Branch: perl
49701 ! Changes patchlevel.h
49702____________________________________________________________________________
0b3b9d72
JH
49703[ 6646] By: jhi on 2000/08/15 23:35:07
49704 Log: Fix a dependency problem.
49705
49706 Subject: [PATCH: 6640] VMS Makefile.SH update
49707 From: Peter Prymmer <pvhp@forte.com>
49708 Date: Tue, 15 Aug 2000 16:31:34 -0700 (PDT)
49709 Message-ID: <Pine.OSF.4.10.10008151613140.141017-100000@aspara.forte.com>
49710 Branch: perl
49711 ! vms/descrip_mms.template
49712____________________________________________________________________________
a65e9df7 49713[ 6645] By: jhi on 2000/08/15 23:33:23
28c9223b
JH
49714 Log: (Retracted by #6660)
49715
49716 Subject: [PATCH perl-current] make s?printf() produce two exponent digits where possible
a65e9df7
JH
49717 From: Dominic Dunlop <domo@computer.org>
49718 Date: Tue, 15 Aug 2000 22:20:52 +0200
49719 Message-Id: <p04320403b5bf4c32d381@[192.168.1.4]>
49720 Branch: metaconfig/U/perl
49721 + d_printfed.U
49722 Branch: perl
49723 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
49724 ! config_h.SH pod/perldelta.pod pod/perlfunc.pod sv.c
49725 ! t/op/sprintf.t
49726____________________________________________________________________________
49727[ 6644] By: jhi on 2000/08/15 21:17:20
49728 Log: Subject: [ID 20000815.014] [PATCH] INSTALL doesn't mention 64 bit support.
49729 From: abigail@foad.org
49730 Date: 15 Aug 2000 20:12:41 -0000
49731 Message-Id: <20000815201241.25556.qmail@foad.org>
49732 Branch: perl
49733 ! INSTALL
49734____________________________________________________________________________
49735[ 6643] By: jhi on 2000/08/15 21:15:28
49736 Log: (an already applied patch)
49737 Branch: perl
49738 ! lib/CGI.pm
49739____________________________________________________________________________
49740[ 6642] By: gsar on 2000/08/15 19:54:05
49741 Log: magic callbacks all need to have same type signature
49742 Branch: perl
49743 ! embed.pl mg.c proto.h
49744____________________________________________________________________________
49745[ 6641] By: jhi on 2000/08/15 17:56:27
49746 Log: Subject: [PATCH] for t/lib/peek.t (was Re: [ID 20000814.005] Not OK: perl v5.6.0 on i686-linux-64int 2.2.13)
49747 From: Mike Guy <mjtg@cam.ac.uk>
49748 Message-Id: <E13OkU9-0006rb-00@libra.cus.cam.ac.uk>
49749 Date: Tue, 15 Aug 2000 18:26:45 +0100
49750
49751 Only the peek.t part applied, not the hash quality part.
49752 Branch: perl
49753 ! t/lib/peek.t
49754____________________________________________________________________________
49755[ 6640] By: jhi on 2000/08/15 16:37:37
49756 Log: Update Changes.
49757 Branch: perl
49758 ! Changes
49759____________________________________________________________________________
d07241a9
JH
49760[ 6639] By: jhi on 2000/08/15 16:34:55
49761 Log: Missed a file from #6638.
49762 Branch: perl
49763 ! lib/File/Temp.pm
49764____________________________________________________________________________
49765[ 6638] By: jhi on 2000/08/15 16:33:19
49766 Log: Subject: [PATCH perl@6620] cygwin port
49767 From: "Fifer, Eric" <EFifer@sanwaint.com>
49768 Date: Tue, 15 Aug 2000 17:00:49 +0100
49769 Message-ID: <779F20BCCE5AD31186A50008C75D9979171779@silldn_mail1.sanwaint.com>
49770 Branch: perl
49771 ! README.cygwin hints/cygwin.sh pod/perlport.pod t/lib/b.t
49772____________________________________________________________________________
49773[ 6637] By: jhi on 2000/08/15 16:29:22
49774 Log: Subject: [PATCH] debugger exit code should reflect user exit code
49775 From: Mike Guy <mjtg@cam.ac.uk>
49776 Date: Tue, 15 Aug 2000 16:55:59 +0100
49777 Message-Id: <E13Oj4J-0005FS-00@libra.cus.cam.ac.uk>
49778 Branch: perl
49779 ! lib/perl5db.pl
49780____________________________________________________________________________
49781[ 6636] By: jhi on 2000/08/15 15:30:58
49782 Log: Update Changes.
49783 Branch: perl
49784 ! Changes
49785____________________________________________________________________________
ceab000c
JH
49786[ 6635] By: jhi on 2000/08/15 15:27:21
49787 Log: Use -Dusedevel; regen Configure and the respective Porting stuff.
49788 Branch: metaconfig
49789 ! U/mkglossary U/mksample
49790 Branch: metaconfig/U/perl
49791 ! Devel.U
49792 Branch: perl
49793 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
49794____________________________________________________________________________
49795[ 6634] By: jhi on 2000/08/15 14:11:55
49796 Log: Don't blow limited stacks, a lower number is enough to
49797 tickle the lookbehind limit.
49798
49799 Subject: [ID 20000815.007] Not OK: perl@6627 +SUIDMAIL on powerpc-machten 4.1.4 (UNINSTALLED) [PATCH]
49800 From: Dominic Dunlop <domo@computer.org>
49801 Date: Tue, 15 Aug 2000 13:51:24 +0200
49802 Message-Id: <p04320400b5bedcedaf22@[192.168.1.4]>
49803 Branch: perl
49804 ! t/op/regmesg.t
49805____________________________________________________________________________
49806[ 6633] By: jhi on 2000/08/15 14:01:46
49807 Log: Subject: [ID 20000815.005] [PATCH] perldoc not looking in the right place for script pod
49808 From: Mike Guy <mjtg@cam.ac.uk>
49809 Date: Tue, 15 Aug 2000 12:10:50 +0100
49810 Message-Id: <E13OecM-0006nF-00@libra.cus.cam.ac.uk>
49811 Branch: perl
49812 ! utils/perldoc.PL
49813____________________________________________________________________________
49814[ 6632] By: jhi on 2000/08/15 13:58:48
49815 Log: make ok etc also for win32.
49816
49817 Subject: [ID 20000814.008] Not OK: perl v5.6.0 (6620) on MSWin32-x86 4.0 (UNINSTALLED)
49818 From: Prymmer/Kahn <pvhp@best.com>
49819 Date: Mon, 14 Aug 2000 22:42:06 -0700 (PDT)
49820 Message-Id: <Pine.BSF.4.21.0008142240280.3888-100000@shell8.ba.best.com>
49821 Branch: perl
49822 ! win32/Makefile
49823____________________________________________________________________________
49824[ 6631] By: jhi on 2000/08/15 13:45:03
49825 Log: Update (kinda) to Test 1.14, from Joshua Pritikin.
49826 Branch: perl
49827 ! lib/Test.pm
49828____________________________________________________________________________
49829[ 6630] By: jhi on 2000/08/15 03:25:09
49830 Log: Update Changes.
49831 Branch: perl
49832 ! Changes
49833____________________________________________________________________________
d8ab2b9d
JH
49834[ 6629] By: jhi on 2000/08/15 03:23:53
49835 Log: magic_regdatum_set() is void, not int.
49836 Branch: perl
49837 ! embed.pl mg.c proto.h
49838____________________________________________________________________________
49839[ 6628] By: jhi on 2000/08/15 03:08:02
49840 Log: Make the user to give up his firstborn, err, to knowingly
49841 verify installing an unstable developer release. Also bump
49842 the release to 5.7.0, but leave a patch tag in the local
49843 patches saying that this is not yet the real thing.
49844 Branch: metaconfig
49845 ! U/modified/Instruct.U
49846 Branch: metaconfig/U/perl
49847 + Devel.U
49848 Branch: perl
49849 ! Configure patchlevel.h
49850____________________________________________________________________________
49851[ 6627] By: jhi on 2000/08/14 22:32:52
49852 Log: README.os2 update.
49853
49854 Subject: Re: [PATCH perl-current] Make op/sprintf.t more comprehensive,
49855 From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
49856 Date: Wed, 02 Aug 2000 21:55:09 -0700
49857 Message-ID: <tsPi5gzkgegX092yn@efn.org>
49858 Branch: perl
49859 ! README.os2
49860____________________________________________________________________________
49861[ 6626] By: jhi on 2000/08/14 21:00:02
49862 Log: Subject: Re: File::Temp problems on VMS in bleedperl
49863 From: Tim Jenness <timj@jach.hawaii.edu>
49864 cc: vmsperl@perl.org
49865 Date: Mon, 14 Aug 2000 09:44:33 -1000 (HST)
49866 Message-ID: <Pine.LNX.4.21.0008140941300.6753-100000@lapaki.jach.hawaii.edu>
49867 Branch: perl
49868 ! lib/File/Temp.pm t/lib/ftmp-tempfile.t
49869____________________________________________________________________________
49870[ 6625] By: jhi on 2000/08/14 20:52:16
49871 Log: Add SUIDMAIL as was done for the CERT alert.
49872 Branch: perl
49873 ! patchlevel.h
49874____________________________________________________________________________
49875[ 6624] By: jhi on 2000/08/14 20:48:50
49876 Log: Subject: sfio2000
49877 From: Daniel Muino <dmuino@afip.gov.ar>
49878 Date: Mon, 14 Aug 2000 16:58:11 -0300
49879 Message-ID: <20000814165811.B16368@con2-dgi>
49880 Branch: perl
49881 ! perlsdio.h perlsfio.h
49882____________________________________________________________________________
49883[ 6623] By: jhi on 2000/08/14 20:47:36
49884 Log: Subject: warning: storage class after type is obsolescent
49885 From: Daniel Muino <dmuino@afip.gov.ar>
49886 Date: Mon, 14 Aug 2000 16:42:47 -0300
49887 Message-ID: <20000814164247.A16368@con2-dgi>
49888 Branch: perl
49889 ! regcomp.pl regnodes.h
49890____________________________________________________________________________
49891[ 6622] By: jhi on 2000/08/14 20:43:05
49892 Log: Subject: [ID 20000814.002] [Patch] Email address in Changes.
49893 From: abigail@foad.org
49894 Date: 14 Aug 2000 20:00:10 -0000
49895 Message-Id: <20000814200010.27271.qmail@foad.org>
49896 Branch: perl
49897 ! Changes
49898____________________________________________________________________________
49899[ 6621] By: jhi on 2000/08/14 15:23:05
49900 Log: Update Changes.
49901 Branch: perl
49902 ! Changes
49903____________________________________________________________________________
81777a03
JH
49904[ 6620] By: jhi on 2000/08/14 15:22:14
49905 Log: Subject: Re: [PATCH] @+, @- readonly
49906 From: Mike Guy <mjtg@cam.ac.uk>
49907 Date: Mon, 14 Aug 2000 15:26:55 +0100
49908 Message-Id: <E13OLCZ-00020N-00@libra.cus.cam.ac.uk>
49909 Branch: perl
49910 ! XSUB.h embed.h embed.pl globvar.sym gv.c mg.c perl.h proto.h
49911 ! sv.c t/op/pat.t
49912____________________________________________________________________________
49913[ 6619] By: jhi on 2000/08/14 14:12:08
49914 Log: Update Changes.
49915 Branch: perl
49916 ! Changes
49917____________________________________________________________________________
4f8394d5
JH
49918[ 6618] By: jhi on 2000/08/14 14:09:34
49919 Log: For now remove the mail code.
49920 Branch: perl
49921 ! perl.c
49922____________________________________________________________________________
49923[ 6617] By: jhi on 2000/08/14 14:08:28
49924 Log: Drop the eg/ mentions and also mention the recent suidperl thing.
49925 Branch: perl
49926 ! jpl/README lib/ExtUtils/Embed.pm pod/perlcompile.pod
49927 ! pod/perlfaq8.pod pod/perlsec.pod
49928____________________________________________________________________________
49929[ 6616] By: jhi on 2000/08/14 14:00:11
49930 Log: Subject: Re: [ID 20000807.003] [PATCH] Debugger treatment of condition "0"
49931 From: Mike Guy <mjtg@cam.ac.uk>
49932 Date: Mon, 14 Aug 2000 08:26:02 +0100
49933 Message-Id: <E13OEdG-0007LT-00@libra.cus.cam.ac.uk>
49934 Branch: perl
49935 ! lib/perl5db.pl
49936____________________________________________________________________________
49937[ 6615] By: jhi on 2000/08/14 13:58:45
49938 Log: Subject: [PATCH] @+, @- readonly (was Re: @<punct> interpolating in "")
49939 From: Mike Guy <mjtg@cam.ac.uk>
49940 Date: Mon, 14 Aug 2000 08:04:22 +0100
49941 Message-Id: <E13OEII-0007B2-00@libra.cus.cam.ac.uk>
49942 Branch: perl
49943 ! gv.c mg.c t/op/pat.t
49944____________________________________________________________________________
49945[ 6614] By: jhi on 2000/08/14 13:56:45
49946 Log: Subject: Test fails / warnings with perl-current #6612
49947 From: Mike Guy <mjtg@cam.ac.uk>
49948 Date: Mon, 14 Aug 2000 07:57:23 +0100
49949 Message-Id: <E13OEBX-000776-00@libra.cus.cam.ac.uk>
49950 Branch: perl
49951 ! t/lib/b.t t/lib/peek.t
49952____________________________________________________________________________
49953[ 6613] By: jhi on 2000/08/14 13:45:33
49954 Log: VMS configure.com update continues.
49955 Branch: perl
49956 - vms/configure.com
49957 ! MANIFEST configure.com
49958____________________________________________________________________________
49959[ 6612] By: jhi on 2000/08/13 22:13:35
49960 Log: Update Changes.
49961 Branch: perl
49962 ! Changes
49963____________________________________________________________________________
7f53c13a
JH
49964[ 6611] By: jhi on 2000/08/13 16:21:45
49965 Log: Upgrade to CGI 2.71, from Lincoln Stein.
49966 Branch: perl
49967 ! lib/CGI.pm lib/CGI/Cookie.pm t/lib/cgi-function.t
49968____________________________________________________________________________
49969[ 6610] By: jhi on 2000/08/13 15:09:16
49970 Log: Subject: [PATCH] t/op/regmesg.t fails if REG_INFTY set
49971 From: Mike Guy <mjtg@cam.ac.uk>
49972 Date: Sun, 13 Aug 2000 13:45:51 +0100
49973 Message-Id: <E13Nx9D-00027M-00@libra.cus.cam.ac.uk>
49974 Branch: perl
49975 ! t/op/regmesg.t
49976____________________________________________________________________________
49977[ 6609] By: jhi on 2000/08/13 14:31:26
49978 Log: Andreas says that 1.56 is fine, so reverting back to it.
49979 Branch: perl
49980 ! lib/CPAN.pm
49981____________________________________________________________________________
49982[ 6608] By: jhi on 2000/08/13 05:34:20
49983 Log: Update Changes.
49984 Branch: perl
49985 ! Changes
49986____________________________________________________________________________
ce0d7702
JH
49987[ 6607] By: jhi on 2000/08/13 05:32:01
49988 Log: Put back the \z changes of #5406 to CPAN.pm.
49989 Branch: perl
49990 ! lib/CPAN.pm
49991____________________________________________________________________________
49992[ 6606] By: jhi on 2000/08/13 05:20:16
49993 Log: Fix-n-skip the tests under 5005threads.
49994 Branch: perl
49995 ! t/lib/b.t
49996____________________________________________________________________________
49997[ 6605] By: jhi on 2000/08/13 05:07:48
49998 Log: Fix the test for 5005threads.
49999 Branch: perl
50000 ! t/lib/peek.t
50001____________________________________________________________________________
50002[ 6604] By: jhi on 2000/08/13 03:35:37
50003 Log: Should have deleted this in #6603.
50004 Branch: perl
50005 - vms/subconfigure.com
50006____________________________________________________________________________
50007[ 6603] By: jhi on 2000/08/12 18:29:32
50008 Log: Rewrite of vms/subconfigure.com as configure.com,
50009 from Peter Prymmer and the vmsperl crew.
50010 Branch: perl
50011 + vms/configure.com
50012 ! MANIFEST
50013____________________________________________________________________________
50014[ 6602] By: jhi on 2000/08/11 13:00:01
50015 Log: PlainText.pm is dead.
50016 Branch: perl
50017 - lib/Pod/PlainText.pm
50018 ! MANIFEST
50019____________________________________________________________________________
50020[ 6601] By: jhi on 2000/08/11 04:06:45
50021 Log: Update Changes.
50022 Branch: perl
50023 ! Changes
50024____________________________________________________________________________
7ed149c9
JH
50025[ 6600] By: jhi on 2000/08/11 04:06:10
50026 Log: Add a few missing files, update MANIFEST.
50027 Branch: perl
50028 + lib/CGI/eg/make_links.pl lib/CGI/eg/wilogo.gif
50029 + lib/Pod/PlainText.pm t/pod/find.t
50030 ! MANIFEST t/op/regmesg.t
50031____________________________________________________________________________
50032[ 6599] By: jhi on 2000/08/11 03:31:10
50033 Log: Add Perl debugging tutorial, regen toc.
50034
50035 Subject: perldebtut.pod
50036 From: Richard Foley <Richard.Foley@m.dasa.de>
50037 Date: Wed, 09 Aug 2000 10:17:15 +0200
50038 Message-id: <3991138B.262247B8@m.dasa.de>
50039 Branch: perl
50040 + pod/perldebtut.pod
50041 ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
50042____________________________________________________________________________
50043[ 6598] By: jhi on 2000/08/11 02:48:56
50044 Log: tiny Changes edit
50045 Branch: perl
50046 ! Changes
50047____________________________________________________________________________
50048[ 6597] By: jhi on 2000/08/11 02:39:04
50049 Log: Tests for #6589.
50050
50051 Subject: Re: B::Deparse was Re: [ID 20000808.005] refs to returned lvalues are lvalues??
50052 From: simon@brecon.co.uk (Simon Cozens)
50053 Date: 11 Aug 2000 02:24:52 GMT
50054 Message-ID: <slrn8p6ovk.5sh.simon@justanother.perlhacker.org>
50055 Branch: perl
50056 ! t/lib/b.t
50057____________________________________________________________________________
50058[ 6596] By: jhi on 2000/08/11 01:50:07
50059 Log: Update Changes.
50060 Branch: perl
50061 ! Changes
50062____________________________________________________________________________
1ddec1b4
JH
50063[ 6595] By: jhi on 2000/08/11 01:47:16
50064 Log: nitfix
50065 Branch: perl
50066 ! Changes
50067____________________________________________________________________________
50068[ 6594] By: jhi on 2000/08/11 01:36:16
50069 Log: Subject: Getting perlio and threads to compile
50070 From: Lupe Christoph <lupe@lupe-christoph.de>
50071 Date: Wed, 9 Aug 2000 11:35:54 +0200
50072 Message-ID: <20000809113554.G23160@alanya.lupe-christoph.de>
50073
50074 (the Solaris version changes in Configure skipped)
50075 Branch: perl
50076 ! hints/solaris_2.sh thread.h
50077____________________________________________________________________________
50078[ 6593] By: jhi on 2000/08/11 01:30:16
50079 Log: Subject: Re: [ID 20000730.003] utf8::length() bad
50080 From: simon@brecon.co.uk (Simon Cozens)
50081 Date: 1 Aug 2000 06:55:19 GMT
50082 Message-ID: <slrn8oct2n.19l.simon@justanother.perlhacker.org>
50083 Branch: perl
50084 ! lib/utf8.pm
50085____________________________________________________________________________
50086[ 6592] By: jhi on 2000/08/11 01:26:39
50087 Log: Subject: Re: [ID 20000809.006] Debugger lost the ability to see $1 et al
50088 From: Peter Scott <Peter@PeterScott.com>
50089 Date: Thu, 10 Aug 2000 08:23:27 -0700
50090 Message-Id: <4.3.2.7.2.20000810081749.00aa92c0@peterscott.com>
50091 Branch: perl
50092 ! lib/perl5db.pl
50093____________________________________________________________________________
50094[ 6591] By: jhi on 2000/08/11 01:22:02
50095 Log: Subject: Re: [ID 20000809.005] trouble with long string and /m modifier - uninitialized value
50096 From: Hugo <hv@crypt.compulink.co.uk>
50097 Date: Thu, 10 Aug 2000 19:23:04 +0100
50098 Message-Id: <200008101823.TAA23580@crypt.compulink.co.uk>
50099 Branch: perl
50100 ! regexec.c t/op/pat.t
50101____________________________________________________________________________
50102[ 6590] By: jhi on 2000/08/11 01:19:19
50103 Log: Preprocessing and postprocessing for File::Find.
50104
50105 Subject: Patch to Find::File.pm to allow alphabetical results
50106 From: Joe Smith <jsmith@inwap.com>
50107 Date: Wed, 9 Aug 2000 02:44:54 -0700
50108 Message-Id: <20000809024453.A21193@tardis.Tymnet.COM>
50109 Branch: perl
50110 ! lib/File/Find.pm
50111____________________________________________________________________________
50112[ 6589] By: jhi on 2000/08/11 01:12:39
50113 Log: B::Deparse didn't do sub attributes.
50114
50115 Subject: B::Deparse was Re: [ID 20000808.005] refs to returned lvalues are lvalues??
50116 From: simon@brecon.co.uk (Simon Cozens)
50117 Date: 9 Aug 2000 04:49:20 GMT
50118 Message-ID: <slrn8p1omg.beq.simon@justanother.perlhacker.org>
50119 Branch: perl
50120 ! ext/B/B.xs ext/B/B/Deparse.pm ext/B/defsubs_h.PL
50121____________________________________________________________________________
50122[ 6588] By: jhi on 2000/08/11 01:06:40
50123 Log: Subject: debugger "d" command doesnt check line number
50124 From: Mike Guy <mjtg@cam.ac.uk>
50125 Date: Tue, 08 Aug 2000 21:54:29 +0100
50126 Message-Id: <E13MGOL-000053-00@libra.cus.cam.ac.uk>
50127 Branch: perl
50128 ! lib/perl5db.pl mg.c pod/perldiag.pod
50129____________________________________________________________________________
50130[ 6587] By: jhi on 2000/08/11 00:45:03
50131 Log: sleep(1) does not necessarily return 1.
50132
50133 Subject: [PATCH bleadperl] op/lex_assign.t
50134 From: Hugo <hv@crypt.compulink.co.uk>
50135 Date: Thu, 03 Aug 2000 14:34:22 +0100
50136 Message-Id: <200008031334.OAA03379@crypt.compulink.co.uk>
50137 Branch: perl
50138 ! t/op/lex_assign.t
50139____________________________________________________________________________
50140[ 6586] By: jhi on 2000/08/11 00:31:50
50141 Log: Document the IO::Select timeout.
50142 Branch: perl
50143 ! ext/IO/lib/IO/Select.pm
50144____________________________________________________________________________
50145[ 6585] By: jhi on 2000/08/11 00:13:54
50146 Log: Forgot contributor.
50147 Branch: perl
50148 ! Changes
50149____________________________________________________________________________
50150[ 6584] By: jhi on 2000/08/11 00:09:19
50151 Log: detypo
50152 Branch: perl
50153 ! Changes
50154____________________________________________________________________________
50155[ 6583] By: jhi on 2000/08/11 00:07:53
50156 Log: Fixes to looking-like-number to keep behaviour as it was in 5.005_03.
50157
50158 Subject: Re: [ID 20000810.002] $a["1foo"] same as $a[0]
50159 From: Mike Guy <mjtg@cam.ac.uk>
50160 Date: Thu, 10 Aug 2000 15:50:54 +0100
50161 Message-Id: <E13Mtfa-0005Ge-00@libra.cus.cam.ac.uk>
50162 Branch: perl
50163 ! sv.c t/op/int.t
50164____________________________________________________________________________
50165[ 6582] By: jhi on 2000/08/10 23:29:32
50166 Log: Update Changes.
50167 Branch: perl
50168 ! Changes
50169____________________________________________________________________________
91e6cb77
JH
50170[ 6581] By: jhi on 2000/08/10 23:26:16
50171 Log: Put back the std @INC thing.
50172 Branch: perl
50173 ! t/lib/ansicolor.t t/lib/cgi-form.t t/lib/cgi-function.t
50174 ! t/lib/cgi-html.t t/lib/cgi-pretty.t t/lib/cgi-request.t
50175 ! t/lib/gol-basic.t t/lib/gol-compat.t t/lib/gol-linkage.t
50176 ! t/lib/gol-oo.t
50177____________________________________________________________________________
50178[ 6580] By: jhi on 2000/08/10 23:03:34
5bb12a20 50179 Log: Update to CGI 2.70, from Lincoln Stein.
91e6cb77
JH
50180 Branch: perl
50181 ! lib/CGI.pm lib/CGI/Carp.pm lib/CGI/Cookie.pm lib/CGI/Pretty.pm
50182 ! lib/CGI/Push.pm lib/CGI/Util.pm t/lib/cgi-form.t
50183 ! t/lib/cgi-function.t t/lib/cgi-html.t t/lib/cgi-pretty.t
50184 ! t/lib/cgi-request.t
50185____________________________________________________________________________
50186[ 6579] By: jhi on 2000/08/10 22:41:50
50187 Log: Update to CPAN 1.56, from Andreas König.
50188 Branch: perl
50189 ! lib/CPAN.pm lib/CPAN/FirstTime.pm
50190____________________________________________________________________________
50191[ 6578] By: jhi on 2000/08/10 22:38:13
50192 Log: Update to Pod::Parser 1.17, from Brad Appleton.
50193 Branch: perl
50194 ! lib/Pod/Checker.pm lib/Pod/Find.pm lib/Pod/InputObjects.pm
50195 ! lib/Pod/ParseUtils.pm lib/Pod/Parser.pm lib/Pod/Select.pm
50196 ! lib/Pod/Usage.pm pod/pod2usage.PL pod/podchecker.PL
50197 ! pod/podselect.PL t/pod/emptycmd.t t/pod/for.t t/pod/headings.t
50198 ! t/pod/include.t t/pod/included.t t/pod/lref.t
50199 ! t/pod/multiline_items.t t/pod/nested_items.t
50200 ! t/pod/nested_seqs.t t/pod/oneline_cmds.t t/pod/pod2usage.t
50201 ! t/pod/poderrs.t t/pod/poderrs.xr t/pod/podselect.t
50202 ! t/pod/special_seqs.t
50203____________________________________________________________________________
50204[ 6577] By: jhi on 2000/08/10 22:35:41
50205 Log: Small AUTHORS and MAINTAIN updates. Could do with big updates.
50206 Branch: perl
50207 ! AUTHORS MAINTAIN
50208____________________________________________________________________________
50209[ 6576] By: jhi on 2000/08/10 22:24:54
50210 Log: Update to Getopt::Long 2.23_05, from Johan Vromans.
50211 Branch: perl
50212 + t/lib/gol-oo.t
50213 ! MANIFEST lib/Getopt/Long.pm lib/newgetopt.pl t/lib/gol-basic.t
50214 ! t/lib/gol-compat.t t/lib/gol-linkage.t
50215____________________________________________________________________________
50216[ 6575] By: jhi on 2000/08/10 22:02:07
6b64c7e8 50217 Log: Update to Term::ANSIColor 1.03, from Russ Allbery.
91e6cb77
JH
50218 Branch: perl
50219 ! lib/Term/ANSIColor.pm t/lib/ansicolor.t
50220____________________________________________________________________________
50221[ 6574] By: jhi on 2000/08/10 21:55:03
50222 Log: Iterating perl6 description.
50223 Branch: perl
50224 ! pod/perlfaq1.pod
50225____________________________________________________________________________
50226[ 6573] By: jhi on 2000/08/10 21:48:26
50227 Log: Revert the sv.c part of #6559, a better fix is needed.
50228 Branch: perl
50229 ! sv.c
50230____________________________________________________________________________
50231[ 6572] By: jhi on 2000/08/10 20:33:43
50232 Log: It's the 2ndO'ROSSC.
50233 Branch: perl
50234 ! pod/perlfaq1.pod
50235____________________________________________________________________________
50236[ 6571] By: jhi on 2000/08/10 15:55:48
50237 Log: detypo
50238 Branch: perl
50239 ! pod/perlfaq1.pod
50240____________________________________________________________________________
50241[ 6570] By: jhi on 2000/08/10 14:11:17
50242 Log: An exceptionally sticky typo.
50243 Branch: perl
50244 ! Changes
50245____________________________________________________________________________
50246[ 6569] By: jhi on 2000/08/10 14:09:33
50247 Log: detypo (and test Changes updating script)
50248 Branch: perl
50249 ! Changes
50250____________________________________________________________________________
b6137716
JH
50251[ 6568] By: jhi on 2000/08/10 14:07:07
50252 Log: Update Changes.
50253 Branch: perl
50254 ! Changes
50255____________________________________________________________________________
02237c86 50256[ 6567] By: jhi on 2000/08/10 14:06:19
5a49ee45 50257 Log: Amend the description of Perl6.
02237c86
JH
50258 Subject: [PATCH Perl-5.6.0] perlfaq1.pod
50259 From: Elaine -HFB- Ashton <elaine@chaos.wustl.edu>
50260 Date: Wed, 9 Aug 2000 22:11:06 -0500
50261 Message-ID: <20000809221106.A12246@chaos.wustl.edu>
50262 Branch: perl
50263 ! pod/perlfaq1.pod
50264____________________________________________________________________________
50265[ 6566] By: jhi on 2000/08/10 13:58:57
50266 Log: Subject: Remove dead entry in perldiag
50267 From: Mike Guy <mjtg@cam.ac.uk>
50268 Date: Thu, 10 Aug 2000 14:19:19 +0100
50269 Message-Id: <E13MsEx-00033G-00@libra.cus.cam.ac.uk>
50270 Branch: perl
50271 ! pod/perldiag.pod
50272____________________________________________________________________________
50273[ 6565] By: jhi on 2000/08/10 13:51:48
50274 Log: Zero entries were skipped, fix from Adrian Goalby
50275 <argoalby@yahoo.co.uk>
50276 Branch: perl
50277 ! lib/unicode/Number.pl lib/unicode/mktables.PL
50278____________________________________________________________________________
50279[ 6564] By: jhi on 2000/08/10 13:00:12
50280 Log: Subject: [PATCH 5.6.0] cygwin port
50281 From: "Fifer, Eric" <EFifer@sanwaint.com>
50282 Date: Thu, 10 Aug 2000 13:15:36 +0100
50283 Message-ID: <779F20BCCE5AD31186A50008C75D997917176A@silldn_mail1.sanwaint.com>
50284 Branch: perl
50285 ! README.cygwin hints/cygwin.sh
50286____________________________________________________________________________
50287[ 6563] By: jhi on 2000/08/10 12:55:16
50288 Log: Get back into sync with Jeffrey on the enhanced regex warnings.
50289 Branch: perl
50290 ! pod/perldiag.pod regcomp.c t/op/re_tests t/op/readdir.t
50291____________________________________________________________________________
50292[ 6562] By: gsar on 2000/08/10 08:38:39
50293 Log: warn is a macro, avoid using at a variable to avoid warnings
50294 in some configurations; readdir.t is too conservative in
50295 estimating number of *.t's
50296 Branch: perl
50297 ! t/op/readdir.t util.c
50298____________________________________________________________________________
50299[ 6561] By: jhi on 2000/08/09 23:35:42
50300 Log: Update Changes.
50301 Branch: perl
50302 ! Changes
50303____________________________________________________________________________
41df20d4
JH
50304[ 6560] By: jhi on 2000/08/09 23:05:47
50305 Log: Subject: Re: enhanced(?) regex error messages
50306 From: Jeffrey Friedl <jfriedl@yahoo-inc.com>
50307 Date: Wed, 9 Aug 2000 00:59:43 -0700 (PDT)
50308 Message-Id: <200008090759.AAA07144@ventrue.yahoo.com>
50309
50310 (plus two small patches sent privately)
50311 (this still seems to leave few test failures)
50312 Branch: perl
50313 + t/op/regmesg.t
50314 ! MANIFEST pod/perldiag.pod regcomp.c regcomp.h t/op/misc.t
50315 ! t/pragma/warn/regcomp
50316____________________________________________________________________________
50317[ 6559] By: jhi on 2000/08/09 20:41:18
fcd15f51 50318 Log: (The fix did work but was not right, retracted in #6573)
41df20d4
JH
50319
50320 Subject: [ID 20000809.003] setlocale(LC_NUMERIC...) produces different results in 5.005 and 5.6
50321 From: Christian Kirsch <ck@held.mind.de>
50322 Date: Wed, 9 Aug 2000 17:05:17 +0200
50323 Message-Id: <20000809170517.A25389@held>
50324 Branch: perl
50325 ! sv.c t/pragma/locale.t
50326____________________________________________________________________________
50327[ 6558] By: jhi on 2000/08/08 22:34:08
50328 Log: Tiny updates on the contributors list.
50329 Branch: perl
50330 ! Changes
50331____________________________________________________________________________
50332[ 6557] By: jhi on 2000/08/08 19:34:28
50333 Log: Double check that we have a dirhandle.
50334 Branch: perl
50335 ! util.c
50336____________________________________________________________________________
50337[ 6556] By: jhi on 2000/08/08 19:01:51
50338 Log: Delete eg as agreed at TPC3 (yes, 3). Dusty, obsolete, non-w-clean.
50339 May be repopulated with fresh maintained examples.
50340 Branch: perl
50341 + lib/CGI/eg/RunMeFirst lib/CGI/eg/caution.xbm
50342 + lib/CGI/eg/clickable_image.cgi lib/CGI/eg/cookie.cgi
50343 + lib/CGI/eg/crash.cgi lib/CGI/eg/customize.cgi
50344 + lib/CGI/eg/diff_upload.cgi lib/CGI/eg/dna_small_gif.uu
50345 + lib/CGI/eg/file_upload.cgi lib/CGI/eg/frameset.cgi
50346 + lib/CGI/eg/index.html lib/CGI/eg/internal_links.cgi
50347 + lib/CGI/eg/javascript.cgi lib/CGI/eg/monty.cgi
50348 + lib/CGI/eg/multiple_forms.cgi lib/CGI/eg/nph-clock.cgi
50349 + lib/CGI/eg/nph-multipart.cgi lib/CGI/eg/popup.cgi
50350 + lib/CGI/eg/save_state.cgi lib/CGI/eg/tryit.cgi
50351 + lib/CGI/eg/wilogo_gif.uu
50352 - eg/ADB eg/README eg/cgi/RunMeFirst eg/cgi/caution.xbm
50353 - eg/cgi/clickable_image.cgi eg/cgi/cookie.cgi eg/cgi/crash.cgi
50354 - eg/cgi/customize.cgi eg/cgi/diff_upload.cgi
50355 - eg/cgi/dna_small_gif.uu eg/cgi/file_upload.cgi
50356 - eg/cgi/frameset.cgi eg/cgi/index.html
50357 - eg/cgi/internal_links.cgi eg/cgi/javascript.cgi
50358 - eg/cgi/monty.cgi eg/cgi/multiple_forms.cgi
50359 - eg/cgi/nph-clock.cgi eg/cgi/nph-multipart.cgi eg/cgi/popup.cgi
50360 - eg/cgi/save_state.cgi eg/cgi/tryit.cgi eg/cgi/wilogo_gif.uu
50361 - eg/changes eg/client eg/down eg/dus eg/findcp eg/findtar
50362 - eg/g/gcp eg/g/gcp.man eg/g/ged eg/g/ghosts eg/g/gsh
50363 - eg/g/gsh.man eg/muck eg/muck.man eg/myrup eg/nih eg/relink
50364 - eg/rename eg/rmfrom eg/scan/scan_df eg/scan/scan_last
50365 - eg/scan/scan_messages eg/scan/scan_passwd eg/scan/scan_ps
50366 - eg/scan/scan_sudo eg/scan/scan_suid eg/scan/scanner eg/server
50367 - eg/shmkill eg/sysvipc/README eg/sysvipc/ipcmsg
50368 - eg/sysvipc/ipcsem eg/sysvipc/ipcshm eg/travesty eg/unuc
50369 - eg/uudecode eg/van/empty eg/van/unvanish eg/van/vanexp
50370 - eg/van/vanish eg/who eg/wrapsuid
50371 ! MANIFEST
50372____________________________________________________________________________
50373[ 6555] By: jhi on 2000/08/08 18:51:08
50374 Log: Delete chat2 as requested by Randal.
50375
50376 Subject: Re: perlfaq8 coyness
50377 From: merlyn@stonehenge.com (Randal L. Schwartz)
50378 Date: 15 May 2000 18:52:42 -0700
50379 Message-ID: <m166sfl0r9.fsf@halfdome.holdit.com>
50380 Branch: perl
50381 - lib/chat2.pl
50382 ! MANIFEST
50383____________________________________________________________________________
50384[ 6554] By: jhi on 2000/08/08 18:31:35
50385 Log: Regen global.sym.
50386 Branch: perl
50387 ! global.sym
50388____________________________________________________________________________
50389[ 6553] By: jhi on 2000/08/08 18:28:13
50390 Log: Do away with array context, from Daniel Chetlin <daniel@chetlin.com>
50391 (either perlbug or p5p ate the original), plus regen
50392 perlapi and perltoc.
50393 Branch: perl
50394 ! Changes Changes5.004 README.Y2K cop.h emacs/cperl-mode.el
50395 ! ext/B/ramblings/flip-flop ext/Data/Dumper/Dumper.pm
50396 ! ext/IO/lib/IO/Handle.pm ext/IO/lib/IO/Socket.pm
50397 ! ext/Socket/Socket.pm lib/CGI.pm lib/CGI/Cookie.pm
50398 ! lib/File/Temp.pm lib/FileHandle.pm lib/Pod/Functions.pm
50399 ! lib/Pod/InputObjects.pm lib/Pod/LaTeX.pm lib/Text/Soundex.pm
50400 ! lib/perl5db.pl op.h opcode.pl perlapi.c perlapi.h
50401 ! pod/perlapi.pod pod/perltoc.pod t/lib/dosglob.t
50402 ! t/lib/ftmp-posix.t t/lib/glob-global.t t/op/grent.t
50403 ! t/op/pwent.t vms/ext/DCLsym/DCLsym.pm
50404____________________________________________________________________________
50405[ 6552] By: jhi on 2000/08/08 18:06:29
50406 Log: Subject: [PATCH] Re: [ID 20000807.008] Double reads considered evil? (deja vu)
50407 From: Mike Guy <mjtg@cam.ac.uk>
50408 Message-Id: <E13MAj1-00038W-00@libra.cus.cam.ac.uk>
50409 Date: Tue, 08 Aug 2000 15:51:27 +0100
50410 Branch: perl
50411 ! doop.c sv.h t/op/join.t t/pragma/overload.t
50412____________________________________________________________________________
50413[ 6551] By: jhi on 2000/08/08 18:01:11
50414 Log: Re-apply #6549.
50415 Branch: perl
50416 ! lib/perl5db.pl
50417____________________________________________________________________________
50418[ 6550] By: jhi on 2000/08/08 17:43:08
50419 Log: Accidental retraction of #6549.
50420 Branch: perl
50421 ! lib/perl5db.pl
50422____________________________________________________________________________
50423[ 6549] By: jhi on 2000/08/08 17:40:04
50424 Log: Subject: [ID 20000807.003] [PATCH] Debugger treatment of condition "0"
50425 From: Mike Guy <mjtg@cam.ac.uk>
50426 Date: Mon, 07 Aug 2000 21:49:58 +0100
50427 Message-Id: <E13LtqQ-0006Jc-00@libra.cus.cam.ac.uk>
50428 Branch: perl
50429 ! lib/perl5db.pl
50430____________________________________________________________________________
50431[ 6548] By: jhi on 2000/08/08 17:37:57
50432 Log: Document here-doc better.
50433
50434 Subject: Re: [ID 20000804.003] heredoc in s///e replacement
50435 From: Mike Guy <mjtg@cam.ac.uk>
50436 Date: Mon, 07 Aug 2000 14:02:09 +0100
50437 Message-Id: <E13LmXh-0006rM-00@libra.cus.cam.ac.uk>
50438 Branch: perl
50439 ! pod/perldata.pod
50440____________________________________________________________________________
50441[ 6547] By: jhi on 2000/08/08 17:33:34
50442 Log: Subject: Patch against 5.6.0 to allow "-d:Module=arg,arg,arg"
50443 From: "Randy J. Ray" <rjray@redhat.com>
50444 Date: Mon, 07 Aug 2000 19:12:25 -0700
50445 Message-Id: <200008080212.TAA12784@tzimisce.soma.redhat.com>
50446 Branch: perl
50447 ! perl.c pod/perlrun.pod
50448____________________________________________________________________________
50449[ 6546] By: jhi on 2000/08/08 17:29:26
50450 Log: Subject: Re: enhanced(?) regex error messages
50451 From: Hugo <hv@crypt.compulink.co.uk>
50452 Date: Tue, 08 Aug 2000 03:25:51 +0100
50453 Message-Id: <200008080225.DAA10998@crypt.compulink.co.uk>
50454
50455 plus Capitalize the error messages, plus perldiag them.
50456 Branch: perl
50457 ! pod/perldiag.pod regcomp.c t/op/pat.t t/op/re_tests
50458____________________________________________________________________________
50459[ 6545] By: jhi on 2000/08/08 13:59:28
50460 Log: Augment #6539 a bit: don't croak if there's magic in the air.
50461
50462 Subject: Re: [PATCH bleadperl-6530] bless, REF, and bless(REF, REF)
50463 From: Hugo <hv@crypt.compulink.co.uk>
50464 Date: Tue, 08 Aug 2000 03:02:03 +0100
50465 Message-Id: <200008080202.DAA09147@crypt.compulink.co.uk>
50466 Branch: perl
50467 ! pp.c t/op/bless.t
50468____________________________________________________________________________
50469[ 6544] By: jhi on 2000/08/07 21:11:52
50470 Log: Make the test -w clean.
50471 Branch: perl
50472 ! t/op/bless.t
50473____________________________________________________________________________
50474[ 6543] By: jhi on 2000/08/07 19:49:53
50475 Log: use warnings instead of $^W.
50476 Branch: perl
50477 ! t/op/bless.t
50478____________________________________________________________________________
50479[ 6542] By: jhi on 2000/08/07 17:41:41
50480 Log: Disable a portability warning Because We Know What We Are Doing.
50481 Branch: perl
50482 ! t/op/bless.t
50483____________________________________________________________________________
50484[ 6541] By: jhi on 2000/08/07 17:29:51
50485 Log: Tiny tidying on report_evil_fh().
50486 Branch: perl
50487 ! util.c
50488____________________________________________________________________________
50489[ 6540] By: jhi on 2000/08/07 16:37:38
50490 Log: Make regular expression parse error messages easier to understand.
50491
50492 Subject: Re: enhanced(?) regex error messages
50493 From: Jeffrey Friedl <jfriedl@yahoo-inc.com>
50494 Date: Fri, 4 Aug 2000 23:34:07 -0700 (PDT)
50495 Message-Id: <200008050634.XAA20360@ventrue.yahoo.com>
50496 Branch: perl
50497 ! regcomp.c
50498____________________________________________________________________________
50499[ 6539] By: jhi on 2000/08/07 16:12:27
50500 Log: Make bless(REF, REF) a fatal error, add bless tests.
50501
50502 Subject: [PATCH bleadperl-6530] bless, REF, and bless(REF, REF)
50503 From: Hugo <hv@crypt.compulink.co.uk>
50504 Date: Mon, 07 Aug 2000 16:59:38 +0100
50505 Message-Id: <200008071559.QAA29541@crypt.compulink.co.uk>
50506 Branch: perl
50507 + t/op/bless.t
50508 ! MANIFEST pod/perldiag.pod pp.c sv.c
50509____________________________________________________________________________
50510[ 6538] By: jhi on 2000/08/07 15:59:43
50511 Log: Subject: [ID 20000803.006] 'use lib ...' doesn't behave as documented
50512 From: Tim Conrow <tim@spindrift.srl.caltech.edu>
50513 Date: Thu, 3 Aug 2000 14:29:21 -0700
50514 Message-Id: <200008032129.OAA27898@spindrift.caltech.edu>
50515 Branch: perl
50516 ! lib/lib_pm.PL
50517____________________________________________________________________________
50518[ 6537] By: jhi on 2000/08/07 15:47:18
50519 Log: Retract #6419 for now since it breaks in AFS and MachTen.
50520 Branch: perl
50521 ! lib/Cwd.pm
50522____________________________________________________________________________
50523[ 6536] By: jhi on 2000/08/07 15:05:29
50524 Log: Plug the security hole described in the Aug 05 2000 bugtraq message
50525 "sperl 5.00503 (and newer ;) exploit" by Michal Zalewski.
50526 The security hole exists only in suidperls, which isn't
50527 installed or even built by default.
50528 Branch: perl
50529 ! perl.c
50530____________________________________________________________________________
50531[ 6535] By: jhi on 2000/08/07 14:45:14
50532 Log: tr memory corruption fix from Simon Cozens.
50533 Branch: perl
50534 ! doop.c
50535____________________________________________________________________________
50536[ 6534] By: jhi on 2000/08/06 11:38:16
50537 Log: Document a bit that UDP is not what you might think.
50538
50539 Subject: Re: IO::Socket::INET bug sending large UDP packets/fragmentation
50540 From: Lupe Christoph <lupe@lupe-christoph.de>
50541 Message-ID: <20000724085915.B13172@alanya.lupe-christoph.de>
50542 Date: Mon, 24 Jul 2000 08:59:15 +0200
50543 Branch: perl
50544 ! pod/perlipc.pod
50545____________________________________________________________________________
50546[ 6533] By: jhi on 2000/08/06 11:35:01
50547 Log: Subject: [PATCH] perlfunc.pod use documentation (5.6.0)
50548 From: Jeff Pinyan <jeffp@hut.crusoe.net>
50549 Date: Sat, 5 Aug 2000 00:22:01 -0400 (EDT)
50550 Message-ID: <Pine.BSF.3.96.1000805002052.23260A-100000@hut.crusoe.net>
50551 Branch: perl
50552 ! pod/perlfunc.pod
50553____________________________________________________________________________
50554[ 6532] By: jhi on 2000/08/06 03:45:41
50555 Log: Have symbols for the IoTYPEs.
50556 Branch: perl
50557 ! doio.c pp_ctl.c pp_sys.c sv.h toke.c util.c
50558____________________________________________________________________________
50559[ 6531] By: jhi on 2000/08/06 01:33:55
50560 Log: Continue fixing the io warnings. This also
50561 sort of fixes bug ID 20000802.003: the core dump
50562 is no more. Whether the current behaviour is correct
50563 (giving a warning: "Not a format reference"), is another matter.
50564 Branch: perl
50565 ! doio.c pod/perldiag.pod pp_hot.c pp_sys.c t/pragma/warn/doio
50566 ! t/pragma/warn/pp_hot t/pragma/warn/pp_sys util.c
50567____________________________________________________________________________
50568[ 6530] By: jhi on 2000/08/05 21:33:12
50569 Log: Change the Policy policy: now -Dprefix= with an existing
50570 Policy.sh and prefix == siteprefix == vendorprefix, then all
50571 of them follow along the new prefix.
50572
50573 Subject: Re: [ID 20000508.002] -Dprefix completely broken [PATCH]
50574 From: Andy Dougherty <doughera@lafayette.edu>
50575 Date: Fri, 4 Aug 2000 14:53:50 -0400 (EDT)
50576 Message-ID: <Pine.SOL.4.10.10008041440560.17981-100000@maxwell.phys.lafayette.edu>
50577 Branch: perl
50578 ! Policy_sh.SH
50579____________________________________________________________________________
50580[ 6529] By: jhi on 2000/08/05 18:57:28
50581 Log: Zap lib/Sys directory when cleaning up.
50582 Branch: perl
50583 ! Makefile.SH
50584____________________________________________________________________________
50585[ 6528] By: jhi on 2000/08/05 18:40:44
50586 Log: Essential prototype changes were missing from #6527.
50587 Also make report_evil_fh() more bomb-proof.
50588 Branch: perl
50589 ! embed.h util.c
50590____________________________________________________________________________
50591[ 6527] By: jhi on 2000/08/05 03:22:05
50592 Log: Subject: [ID 20000724.004] Perl interpreter segfault when using built-in flock
50593 From: "Ronald F. Guilmette" <rfg@monkeys.com>
50594 Date: Mon, 24 Jul 2000 15:47:00 -0700 (PDT)
50595 Message-Id: <200007242247.PAA52177@monkeys.com>
50596 Branch: perl
50597 ! embed.pl pp_hot.c pp_sys.c proto.h t/pragma/warn/pp_sys util.c
50598____________________________________________________________________________
50599[ 6526] By: jhi on 2000/08/04 21:23:27
50600 Log: gcc versions might have (parentheses) in them.
50601 Branch: metaconfig/U/perl
50602 ! gccvers.U
50603 Branch: perl
50604 ! Configure config_h.SH
50605____________________________________________________________________________
50606[ 6525] By: jhi on 2000/08/04 20:23:12
50607 Log: Weed buglets pointed out by
50608
50609 From: Lupe Christoph <lupe@lupe-christoph.de>
50610 Subject: Re: [ID 20000803.005] miniperl aborts during Perl make
50611 Date: Fri, 4 Aug 2000 17:34:39 +0200
50612 Message-ID: <20000804173439.L8087@alanya.lupe-christoph.de>
50613 Branch: metaconfig/U/perl
50614 ! gccvers.U uselfs.U
50615 Branch: perl
50616 ! Configure config_h.SH
50617____________________________________________________________________________
50618[ 6524] By: jhi on 2000/08/04 19:02:08
50619 Log: Warn under -w if lstat(FH) is attempted.
50620
50621 Subject: [ID 20000421.003] perlfunc says you can lstat a file handle but you cannot
50622 From: "Todd C. Miller" <Todd.Miller@courtesan.com>
50623 Date: Fri, 21 Apr 2000 10:43:46 -0600 (MDT)
50624 Message-Id: <200004211643.e3LGhkX24720@xerxes.courtesan.com>
50625 Branch: perl
50626 ! pod/perldiag.pod pod/perlfunc.pod pp_sys.c
50627 ! t/pragma/warn/pp_sys
50628____________________________________________________________________________
50629[ 6523] By: jhi on 2000/08/04 12:31:11
50630 Log: Subject: New perlcc, take 2
50631 From: simon@brecon.co.uk (Simon Cozens)
50632 Date: 4 Aug 2000 06:21:04 GMT
50633 Message-ID: <slrn8oko6g.da2.simon@justanother.perlhacker.org>
50634 Branch: perl
50635 ! utils/perlcc.PL
50636____________________________________________________________________________
50637[ 6522] By: jhi on 2000/08/04 12:26:33
50638 Log: Subject: Re: Array vs. List context
50639 From: Daniel Chetlin <daniel@chetlin.com>
50640 Date: Fri, 4 Aug 2000 00:22:44 -0700
50641 Message-ID: <20000804002244.A5924@ilmd.chetlin.org>
50642 Branch: perl
50643 ! pod/perlapi.pod pod/perlcall.pod pod/perlembed.pod
50644 ! pod/perlfaq4.pod
50645____________________________________________________________________________
50646[ 6521] By: jhi on 2000/08/04 12:22:38
50647 Log: Subject: [ID 20000804.002] configure.gnu and arguments with whitespace characters
50648 From: Raymund Will <ray@caldera.de>
50649 Date: Fri, 4 Aug 2000 12:07:09 +0200
50650 Message-Id: <20000804120709.A14982@caldera.de>
50651 Branch: perl
50652 ! configure.gnu
50653____________________________________________________________________________
50654[ 6520] By: jhi on 2000/08/04 04:09:06
50655 Log: After the #6519 a warning about stat() is just that,
50656 not about a filetest, which now have their own warning.
50657 Branch: perl
50658 ! pod/perldiag.pod
50659____________________________________________________________________________
50660[ 6519] By: jhi on 2000/08/04 04:06:30
50661 Log: In the warnings call filehandles consistently so;
50662 add "unopened" warning for stat().
50663 Branch: perl
50664 ! doio.c pod/perldiag.pod pp_sys.c t/pragma/warn/doio
50665 ! t/pragma/warn/pp_sys
50666____________________________________________________________________________
50667[ 6518] By: jhi on 2000/08/04 02:55:35
50668 Log: Subject: Minor tweak to perlvar.pod
50669 From: "Stephen P. Potter" <spp@ds.net>
50670 Date: Tue, 18 Apr 2000 09:26:03 -0400
50671 Message-Id: <200004181326.JAA01560@spp.users.ds.net>
50672 Branch: perl
50673 ! pod/perlvar.pod
50674____________________________________________________________________________
50675[ 6517] By: jhi on 2000/08/04 02:50:08
50676 Log: Subject: [ID 19990721.004] Documentation bug in perlfunc
50677 From: "Clinton Pierce" <cpierce1@ford.com>
50678 Date: Wed, 21 Jul 1999 16:45:31 -0400
50679 Message-Id: <199907212049.QAA12875@mailfw3.ford.com>
50680
50681 Fix by Stephen Potter (visible in the bug db but not in p5p?)
50682 Branch: perl
50683 ! pod/perlfunc.pod pod/perlop.pod
50684____________________________________________________________________________
50685[ 6516] By: jhi on 2000/08/04 02:09:25
50686 Log: This is 6512. Really.
50687 Branch: perl
50688 ! dump.c
50689____________________________________________________________________________
50690[ 6515] By: jhi on 2000/08/04 01:25:50
50691 Log: mention the idea of @( and @)
50692 Branch: perl
50693 ! Todo-5.6
50694____________________________________________________________________________
51c9377f
JH
50695[ 6514] By: bailey on 2000/08/04 01:18:46
50696 Log: YA resync with mainstem, including VMS patches from others
50697 Branch: vmsperl
50698 +> (branch 48 files)
50699 - lib/lib.pm pod/Makefile pod/Win32.pod pod/buildtoc
50700 !> (integrate 354 files)
50701____________________________________________________________________________
41df20d4
JH
50702[ 6513] By: jhi on 2000/08/04 01:18:18
50703 Log: Subject: [ID 20000802.004] Tests op/grent.t and op/pwent.t fail unnecessarily
50704 From: Mark Dickinson <dickins3@fas.harvard.edu>
50705 Date: Wed, 2 Aug 2000 13:25:07 -0400 (EDT)
50706 Message-Id: <Pine.OSF.4.10.10008021321380.32190-200000@is07.fas.harvard.edu>
50707 Branch: perl
50708 ! t/op/grent.t t/op/pwent.t
50709____________________________________________________________________________
50710[ 6512] By: jhi on 2000/08/04 01:14:06
50711 Log: Subject: [ID 20000802.002] [PATCH] memory pseudo-leak in sv_dump
50712 From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
50713 Date: Wed, 02 Aug 2000 10:51:01 +0100
50714 Message-Id: <E13JvAz-0005B5-00@libra.cus.cam.ac.uk>
50715 Branch: perl
50716 ! sv.c
50717____________________________________________________________________________
50718[ 6511] By: jhi on 2000/08/04 00:57:00
50719 Log: Subject: [PATCH] bad cppsymbols on os2 + Configure question
50720 From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
50721 Date: Thu, 03 Aug 2000 17:20:04 -0700
50722 Message-ID: <0wgi5gzkgqLb092yn@efn.org>
50723 Branch: metaconfig
50724 ! U/modified/Cppsym.U
50725 Branch: perl
50726 ! Configure config_h.SH
50727____________________________________________________________________________
50728[ 6510] By: jhi on 2000/08/04 00:25:28
50729 Log: detypo
50730 Branch: perl
50731 ! Makefile.SH
50732____________________________________________________________________________
50733[ 6509] By: jhi on 2000/08/03 23:43:18
50734 Log: Subject: [PATCH perl-current] Comings and goings in op/sprintf.t
50735 From: Dominic Dunlop <domo@computer.org>
50736 Date: Thu, 3 Aug 2000 22:16:46 +0200
50737 Message-Id: <p04320411b5af8091f6fe@[194.235.193.148]>
50738 Branch: perl
50739 ! t/op/sprintf.t
50740____________________________________________________________________________
50741[ 6508] By: jhi on 2000/08/03 23:40:37
50742 Log: Subject: [PATCH bleadperl] [ID 20000803.001] further regexp counting problems
50743 From: Hugo <hv@crypt.compulink.co.uk>
50744 Date: Thu, 03 Aug 2000 18:25:30 +0100
50745 Message-Id: <200008031725.SAA10580@crypt.compulink.co.uk>
50746 Branch: perl
50747 ! regcomp.c t/op/re_tests
50748____________________________________________________________________________
50749[ 6507] By: jhi on 2000/08/03 23:38:28
50750 Log: Subject: [PATCH] sv.h documentation - SvLEN
50751 From: Mike Guy <mjtg@cam.ac.uk>
50752 Date: Thu, 03 Aug 2000 14:43:09 +0100
50753 Message-Id: <E13KLHB-0004UK-00@libra.cus.cam.ac.uk>
50754 Branch: perl
50755 ! sv.h
50756____________________________________________________________________________
50757[ 6506] By: jhi on 2000/08/03 15:49:14
50758 Log: Disable the fix_pl hack for now.
50759 Branch: perl
50760 ! Makefile.SH
50761____________________________________________________________________________
50762[ 6505] By: jhi on 2000/08/03 13:49:04
50763 Log: Add a URL for FSF.
50764
50765 Subject: Patch for README
50766 From: Elaine -HFB- Ashton <elaine@chaos.wustl.edu>
50767 Date: Wed, 2 Aug 2000 13:25:09 -0500
50768 Message-ID: <20000802132509.I10379@chaos.wustl.edu>
50769 Branch: perl
50770 ! README
50771____________________________________________________________________________
50772[ 6504] By: jhi on 2000/08/03 13:29:19
50773 Log: Be more informative on what is skipped and why,
50774 also repeat the list at the end.
50775 Branch: perl
50776 ! Porting/p4desc
50777____________________________________________________________________________
50778[ 6503] By: jhi on 2000/08/03 13:07:05
50779 Log: Circumvent the removal of .patch by fix_pl.
50780
50781 Subject: Re: [ID 20000802.011] unable to 'make test'
50782 From: simon@brecon.co.uk (Simon Cozens)
50783 Date: 3 Aug 2000 04:17:00 GMT
50784 Message-ID: <slrn8ohshs.81o.simon@justanother.perlhacker.org>
50785 Branch: perl
50786 ! Makefile.SH
50787____________________________________________________________________________
51c9377f
JH
50788[ 6502] By: jhi on 2000/08/03 00:14:34
50789 Log: Add the missing setproctitle unit.
50790 Branch: metaconfig/U/perl
50791 + d_setproctitle.U
50792____________________________________________________________________________
41df20d4
JH
50793[ 6501] By: jhi on 2000/08/03 00:00:26
50794 Log: The subtest 4 may fail also on VOBS, as pointed out
50795 by Nick Ing-Simmons in November 1999, bug id 19991124.003
50796 (but the failure in that bug report isn't the subtest 4).
50797 Branch: perl
50798 ! t/op/stat.t
50799____________________________________________________________________________
50800[ 6500] By: jhi on 2000/08/02 23:49:30
50801 Log: Better skip message for the test; one of the two problems in
50802
50803 Subject: [ID 20000224.003] Not OK: perl v5.5.660 on i86pc-solaris 2.7
50804 From: Lupe Christoph <lupe@lupe-christoph.de>
50805 Date: Thu, 24 Feb 2000 11:54:50 +0100 (MET)
50806 Message-Id: <200002241054.LAA06808@lupe-christoph.de>
50807 Branch: perl
50808 ! t/op/numconvert.t
50809____________________________________________________________________________
50810[ 6499] By: jhi on 2000/08/02 22:49:16
50811 Log: Allow "no Module;" even if there is no 'unimport'.
50812
50813 Subject: [ID 20000324.029] `unimport' is not special the way `import' is
50814 From: mjd@plover.com
50815 Date: 24 Mar 2000 15:24:34 -0000
50816 Message-Id: <20000324152434.15160.qmail@plover.com>
50817 Branch: perl
50818 ! gv.c
50819____________________________________________________________________________
50820[ 6498] By: jhi on 2000/08/02 22:42:58
50821 Log: Generate OP_IS_SOCKET() and OP_IS_FILETEST() macros
50822 that are hopefully soon put into use.
50823 Branch: perl
50824 ! opcode.h opcode.pl opnames.h
50825____________________________________________________________________________
50826[ 6497] By: gsar on 2000/08/02 22:28:59
50827 Log: require.t needs binmode() to work on windows
50828 Branch: perl
50829 ! t/comp/require.t
50830____________________________________________________________________________
50831[ 6496] By: jhi on 2000/08/02 22:08:51
50832 Log: Document the IVdf UVuf UVof UVxf.
50833 Branch: perl
50834 ! pod/perlguts.pod
50835____________________________________________________________________________
50836[ 6495] By: jhi on 2000/08/02 21:54:26
50837 Log: detypo #6494
50838 Branch: perl
50839 ! ext/Data/Dumper/Dumper.xs
50840____________________________________________________________________________
50841[ 6494] By: jhi on 2000/08/02 21:49:17
50842 Log: Dump UVs as UVs in Data::Dumper.
50843
50844 Subject: Re: [ID 20000405.018] Data::Dumper and negative numbers
50845 From: Gurusamy Sarathy <gsar@ActiveState.com>
50846 Date: Thu, 27 Apr 2000 12:26:25 -0700
50847 Message-Id: <200004271926.MAA04331@molotok.activestate.com>
50848 Branch: perl
50849 ! ext/Data/Dumper/Dumper.xs
50850____________________________________________________________________________
50851[ 6493] By: jhi on 2000/08/02 17:01:58
50852 Log: Subject: [PATCH bleadperl] [ID 20000731.010] regex error
50853 From: Hugo <hv@crypt.compulink.co.uk>
50854 Date: Wed, 02 Aug 2000 14:53:56 +0100
50855 Message-Id: <200008021353.OAA24761@crypt.compulink.co.uk>
50856 Branch: perl
50857 ! regexec.c t/op/re_tests
50858____________________________________________________________________________
50859[ 6492] By: jhi on 2000/08/02 15:02:46
50860 Log: The new setproctitle() feature is available only in
50861 bleeding edge FreeBSD. From Paul Saab.
50862 Branch: perl
50863 ! mg.c
50864____________________________________________________________________________
50865[ 6491] By: jhi on 2000/08/02 13:34:36
50866 Log: The tr utf8 patching continues.
50867
50868 Subject: Re: #6469, too many tests claimed in require.t
50869 From: simon@brecon.co.uk (Simon Cozens)
50870 Date: 2 Aug 2000 02:37:17 GMT
50871 Message-ID: <slrn8of2at.81o.simon@justanother.perlhacker.org>
50872
50873 (the logic of the test was the wrong way round in the patch)
50874 Branch: perl
50875 ! doop.c
50876____________________________________________________________________________
50877[ 6490] By: jhi on 2000/08/02 13:27:38
50878 Log: The name of a filehandle does not have <these>.
50879 Branch: perl
50880 ! doio.c pod/perldiag.pod pp_sys.c t/pragma/warn/doio
50881 ! t/pragma/warn/pp_sys util.c
50882____________________________________________________________________________
50883[ 6489] By: jhi on 2000/08/02 04:26:46
50884 Log: Remove the extraneous "main::" prefix from all the
50885 "opened only for", "on closed", and "never opened" warnings.
50886
50887 Subject: Re: inappropriate warning
50888 From: Gurusamy Sarathy <gsar@ActiveState.com>
50889 Date: Mon, 20 Mar 2000 11:28:02 -0800
50890 Message-Id: <200003201928.LAA32224@maul.ActiveState.com>
50891 Branch: perl
50892 ! doio.c embed.h embed.pl gv.c objXSUB.h pp_hot.c pp_sys.c
50893 ! proto.h t/pragma/warn/4lint t/pragma/warn/doio
50894 ! t/pragma/warn/pp_hot t/pragma/warn/pp_sys util.c
50895____________________________________________________________________________
50896[ 6488] By: jhi on 2000/08/02 03:02:57
50897 Log: memcpy has n o in it, as pinted ut by Sarathy.
50898 Branch: perl
50899 ! pod/perlguts.pod
50900____________________________________________________________________________
50901[ 6487] By: jhi on 2000/08/02 02:44:51
50902 Log: Document in one place the memory abstractions used in Perl core.
50903
50904 Subject: Re: Memory abstraction
50905 From: simon@brecon.co.uk (Simon Cozens)
50906 Date: 2 Aug 2000 02:20:23 GMT
50907 Organization: Earth.li Origins
50908 Branch: perl
50909 ! pod/perlguts.pod
50910____________________________________________________________________________
50911[ 6486] By: jhi on 2000/08/02 02:41:57
50912 Log: regen_headers, regen perltoc.
50913 Branch: perl
50914 ! perlapi.c pod/perltoc.pod
50915____________________________________________________________________________
50916[ 6485] By: jhi on 2000/08/02 01:43:33
50917 Log: "This little thing tests for a file .patch, and if it contains
50918 a number, pops into patchlevel.h" (making it easier to track
50919 which development version people are reporting bugs against)
50920
50921 Subject: Patchlevel autogeneration for repository perls
50922 From: simon@brecon.co.uk (Simon Cozens)
50923 Date: 14 Jul 2000 07:12:15 GMT
50924 Message-ID: <slrn8mtfaf.1qo.simon@justanother.perlhacker.org>
50925 Branch: perl
50926 + fix_pl
50927 ! MANIFEST Makefile.SH
50928____________________________________________________________________________
50929[ 6484] By: jhi on 2000/08/02 01:32:54
50930 Log: FreeBSD 3.* updates from
50931
50932 From: Paul Saab <ps@yahoo-inc.com>
50933 Subject: [ID 20000801.007] setting $0 on FreeBSD 4.x does not get reflected in /bin/ps
50934 Date: Tue, 1 Aug 2000 15:41:39 -0700
50935 Message-Id: <20000801154139.A53740@yahoo-inc.com>
50936 Branch: perl
50937 ! hints/freebsd.sh
50938____________________________________________________________________________
50939[ 6483] By: jhi on 2000/08/02 01:27:44
50940 Log: In new BSDs changes to argv[] do not show up in ps(1) output,
50941 instead one must use setproctitle(). This was already addressed
50942 by change #6457, but the below has a new variant for FreeBSD 4.0
50943 or later, and the matter is also documented more.
50944
50945 From: Paul Saab <ps@yahoo-inc.com>
50946 Subject: [ID 20000801.007] setting $0 on FreeBSD 4.x does not get reflected in /bin/ps
50947 Date: Tue, 1 Aug 2000 15:41:39 -0700
50948 Message-Id: <20000801154139.A53740@yahoo-inc.com>
50949 Branch: metaconfig/U/perl
50950 + i_libutil.U
50951 Branch: perl
50952 ! Configure config_h.SH mg.c perl.h pod/perlvar.pod
50953____________________________________________________________________________
50954[ 6482] By: jhi on 2000/08/01 22:17:32
50955 Log: The test from this
50956
50957 Subject: Re: [ID 20000411.002] qw() gives different results in 5.6 to previous versions
50958 Date: Sat, 15 Apr 2000 17:03:44 +0100
50959 From: Tom Hughes <tom@compton.nu>
50960 Message-ID: <d1c9b2af49.tom@compton.compton.nu>
50961
50962 was missing, the code change went in as #5989
50963 (which had a different test?)
50964 Branch: perl
50965 ! t/op/misc.t
50966____________________________________________________________________________
50967[ 6481] By: jhi on 2000/08/01 21:48:38
50968 Log: Subject: [Proposed PATCH] Let Perl define QUAD_MIN and _MAX itself
50969 From: Jeff Okamoto <okamoto@xfiles.intercon.hp.com>
50970 Date: Thu, 27 Jul 2000 13:51:41 -0700 (PDT)
50971 Message-Id: <200007272051.NAA02178@xfiles.intercon.hp.com>
50972 Branch: perl
50973 ! perl.h
50974____________________________________________________________________________
50975[ 6480] By: jhi on 2000/08/01 18:05:28
50976 Log: Make p4desc to skip non-mainperl branches by default.
50977 Branch: perl
50978 ! Porting/p4desc
50979____________________________________________________________________________
50980[ 6479] By: jhi on 2000/08/01 17:29:19
50981 Log: If gccosandvers is equal to osname, clear gccosandvers.
50982 Branch: metaconfig/U/perl
50983 ! gccvers.U
50984 Branch: perl
50985 ! Configure config_h.SH
50986____________________________________________________________________________
50987[ 6478] By: jhi on 2000/08/01 15:54:08
50988 Log: BOM patching from Simon Cozens.
50989 Branch: perl
50990 ! toke.c
50991____________________________________________________________________________
50992[ 6477] By: jhi on 2000/08/01 04:50:33
50993 Log: Stash away the largefiles flags and libswanted.
50994 Branch: perl
50995 ! hints/aix.sh hints/hpux.sh hints/linux.sh hints/solaris_2.sh
50996____________________________________________________________________________
50997[ 6476] By: gsar on 2000/08/01 04:24:24
50998 Log: various syntax errors and such (not fixed: comp/require.t#22 coredump
50999 on Windows)
51000 Branch: perl
51001 ! t/pragma/utf8.t utf8.c win32/win32.c
51002____________________________________________________________________________
51003[ 6475] By: jhi on 2000/08/01 03:35:24
51004 Log: Make chr() for values >127 to create utf8 when under utf8.
51005
51006 Subject: Re: uft8/chr()
51007 From: simon@brecon.co.uk (Simon Cozens)
51008 Date: 1 Aug 2000 02:37:02 GMT
51009 Message-ID: <slrn8ocdud.19l.simon@justanother.perlhacker.org>
51010 Branch: perl
51011 ! pod/perlfunc.pod pp.c t/pragma/utf8.t
51012____________________________________________________________________________
51013[ 6474] By: jhi on 2000/08/01 02:36:18
51014 Log: In Digital UNIX warn if gcc explicitly chosen because even
51015 2.95.2 is known to cause problems.
51016 Branch: perl
51017 ! hints/dec_osf.sh
51018____________________________________________________________________________
51019[ 6473] By: jhi on 2000/08/01 02:00:56
51020 Log: Make the safety catch for buggy gccs work with triple version
51021 numbers like 2.95.2. Reported in
51022
51023 Subject: [ID 20000731.005] Perl 5.6.0 "Configure" fails to recognize gcc 2.95.2
51024 From: Maurizio Loreti <maurizio.loreti@pd.infn.it>
51025 Date: Mon, 31 Jul 2000 14:55:06 +0200
51026 Message-Id: <200007311255.AA25586@axcdf4.pd.infn.it>
51027 Branch: perl
51028 ! hints/dec_osf.sh
51029____________________________________________________________________________
51030[ 6472] By: jhi on 2000/08/01 01:13:33
51031 Log: Subject: fix and question re: waitpid() under win32
51032 From: Brian Clarke <clarke@appliedmeta.com>
51033 Date: Fri, 28 Jul 2000 15:18:29 -0400
51034 Message-ID: <3981DC85.290314EB@appliedmeta.com>
51035
51036 Slightly reformatted and WNOHANG # define moved to win32.h
51037 so that also POSIX.xs sees it, as suggsted by Sarathy.
51038 Branch: perl
51039 ! win32/win32.c win32/win32.h
51040____________________________________________________________________________
51041[ 6471] By: jhi on 2000/08/01 00:55:05
51042 Log: Subject: [PATCH] allow non-variable as lhs of non-updating tr///
51043 From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
51044 Message-Id: <E13JEgd-0003fy-00@libra.cus.cam.ac.uk>
51045 Date: Mon, 31 Jul 2000 13:28:51 +0100
51046
51047 (aka ID 20000730.002)
51048 Branch: perl
51049 ! op.c t/op/tr.t
51050____________________________________________________________________________
51051[ 6470] By: jhi on 2000/07/31 23:34:42
51052 Log: Document the problem with -P in HP-UX and its workaround.
51053
51054 Subject: [ID 20000628.002] HPUX 11: -Ae compiler flag breaks perl -P
51055 From: Milton Hankins {64892} <webtools@uewrhp03.msd.ray.com>
51056 Date: Wed, 28 Jun 2000 13:58:21 -0400 (EDT)
51057 Message-Id: <200006281758.NAA10339@uewrhp03.msd.ray.com>
51058 Branch: perl
51059 ! README.hpux
51060____________________________________________________________________________
51061[ 6469] By: jhi on 2000/07/31 04:15:02
51062 Log: The swallow_bom() saga continues. The #23 of require.t
51063 (UTF16-LE) still fails (silently, no output) but the #22
51064 (UTF16-BE) seems to be working now. The root of the
51065 failure may be in sv_gets(): is it UTF-16LE-aware,
51066 especially when it comes to line endings?
51067 Branch: perl
51068 ! embed.h embed.pl objXSUB.h pod/perldiag.pod proto.h
51069 ! t/comp/require.t toke.c utf8.c
51070____________________________________________________________________________
51071[ 6468] By: jhi on 2000/07/30 19:05:48
51072 Log: Find green threads before native threads.
51073
51074 Subject: Re: Patch to jpl/JNI/Makefile.PL
51075 From: Jens Thomsen <jens@fiend.cis.com>
51076 Date: Fri, 28 Jul 2000 15:54:49 -0600 (MDT)
51077 Message-ID: <Pine.LNX.4.21.0007281553470.687-200000@fiend.cis.com>
51078 Branch: perl
51079 ! jpl/JNI/Makefile.PL
51080____________________________________________________________________________
51081[ 6467] By: jhi on 2000/07/30 18:36:22
51082 Log: Fix the HALF_UPGRADE() macro introduced in #6263.
51083 Branch: perl
51084 ! doop.c
51085____________________________________________________________________________
51086[ 6466] By: jhi on 2000/07/30 04:37:29
51087 Log: A new version of the "remove UPPERACSE string comparison"
51088 operators. The problem with the previous one (change #6454)
51089 was that it was for Perl 5.6.0. From Paul Marquess.
51090 Branch: perl
51091 ! t/op/do.t t/pragma/warn/2use t/pragma/warn/3both
51092 ! t/pragma/warn/4lint t/pragma/warn/5nolint t/pragma/warn/7fatal
51093 ! t/pragma/warn/8signal t/pragma/warn/toke toke.c
51094____________________________________________________________________________
51095[ 6465] By: jhi on 2000/07/29 22:39:56
51096 Log: Do not upgrade SVs into utf8 just because they participate
51097 in eq or cmp. Reported and fix suggested in
51098
51099 Subject: [ID 20000720.009] sv_eq UTF8 bug
51100 From: "Simon Cozens" <simon@othersideofthe.earth.li>
51101 Date: 21 Jul 2000 04:37:29 -0000
51102 Message-Id: <20000721043729.30081.qmail@othersideofthe.earth.li>
51103
51104 Exercise for the kind reader: should we or should we not
51105 cache the utf8 conversion alonside the SV? (as magic,
51106 as thestrxfrm()ed version is cached under use locale)
51107 Argue both for and against.
51108 Branch: perl
51109 ! sv.c
51110____________________________________________________________________________
51111[ 6464] By: jhi on 2000/07/29 22:36:22
51112 Log: Subject: UTF8 concat
51113 From: simon@brecon.co.uk (Simon Cozens)
51114 Date: 30 Jun 2000 06:13:25 GMT
51115 Message-ID: <slrn8loek5.9ai.simon@justanother.perlhacker.org>
51116
51117 (with a memory leak fixed, plus a few casts added)
51118
51119 This also seems to help for
51120
51121 Subject: [ID 20000716.015] join UTF8 weirdness
51122 From: root <root@ak-71.mind.de>
51123 Date: Sat, 15 Jul 2000 15:29:54 +0200
51124 Message-Id: <200007151329.PAA13970@ak-71.mind.de>
51125
51126 (from Andreas König)
51127 Branch: perl
51128 ! pp_hot.c
51129____________________________________________________________________________
51130[ 6463] By: jhi on 2000/07/29 00:55:39
51131 Log: Tune the comments and hopefully stop a memory leak.
51132 Branch: perl
51133 ! toke.c utf8.c
51134____________________________________________________________________________
51135[ 6462] By: jhi on 2000/07/29 00:16:53
51136 Log: The problem described in this
51137
51138 Subject: [ID 20000322.018] named chars aren't magical enough
51139 From: root <root@dixie.cscaper.com>
51140 Date: Wed, 22 Mar 2000 18:37:42 -0700
51141 Message-Id: <200003230137.SAA29532@dixie.cscaper.com>
51142
51143 has been fixed in perl 5.6.0 but just in case added a test
51144 to keep it away. (The report from Joseph Hall.)
51145 Branch: perl
51146 ! t/lib/charnames.t
51147____________________________________________________________________________
51148[ 6461] By: jhi on 2000/07/28 23:56:36
51149 Log: Tiny fixes for #6460.
51150 Branch: metaconfig/U/perl
51151 ! gccvers.U
51152 Branch: perl
51153 ! Configure config_h.SH
51154____________________________________________________________________________
51155[ 6460] By: jhi on 2000/07/28 23:24:41
51156 Log: Warn if the version of the operating system used to compile gcc
51157 differs from the current version of the operating system.
51158 Also display the gcc compilation os and version in myconfig.
51159 Inspiration from
51160
51161 Subject: Re: [ID 20000710.003] ERRORS!!
51162 From: "Kurt D. Starsinic" <kstar@chapin.edu>
51163 Date: Mon, 10 Jul 2000 15:54:16 -0400
51164 Message-ID: <20000710155416.A1384@O2.chapin.edu>
51165 Branch: metaconfig/U/perl
51166 ! gccvers.U
51167 Branch: perl
51168 ! Configure config_h.SH myconfig.SH
51169____________________________________________________________________________
51170[ 6459] By: jhi on 2000/07/28 22:00:32
51171 Log: In DEC OSF aka Digital UNIX aka Tru64 add the version
51172 letter to $Config{osvers}.
51173 Branch: metaconfig
51174 ! U/modified/Oldconfig.U
51175 Branch: perl
51176 ! Configure config_h.SH
51177____________________________________________________________________________
51178[ 6458] By: jhi on 2000/07/28 04:15:39
51179 Log: Back out #6454, doesn't seem to work.
51180 (Reason: that patch was for perl 5.6.0, not perl-current)
51181 (A version of the patch for perl-current came in later as #6466)
51182 Branch: perl
51183 ! regcomp.c t/op/do.t t/pragma/warn/2use t/pragma/warn/4lint
51184 ! t/pragma/warn/5nolint t/pragma/warn/7fatal
51185 ! t/pragma/warn/8signal t/pragma/warn/toke toke.c
51186____________________________________________________________________________
51187[ 6457] By: jhi on 2000/07/27 23:31:49
51188 Log: Use setproctitle() if available to modify $0.
51189
51190 Subject: setting $* on BSD4 broken
51191 From: Jeffrey Friedl <jfriedl@yahoo-inc.com>
51192 Date: Sun, 23 Jul 2000 01:31:34 -0700 (PDT)
51193 Message-Id: <200007230831.BAA08379@ventrue.yahoo.com>
51194 Branch: metaconfig
51195 ! U/modified/Myinit.U
51196 Branch: perl
51197 ! Configure config_h.SH mg.c
51198____________________________________________________________________________
51199[ 6456] By: jhi on 2000/07/27 14:50:47
51200 Log: Allow "no AutoLoader;", based on change #6444,
51201 suggested by Graham Barr.
51202 Branch: perl
51203 ! lib/AutoLoader.pm
51204____________________________________________________________________________
51205[ 6455] By: jhi on 2000/07/27 14:19:10
51206 Log: Subject: [ID 19990709.002] [DOCUMENTATION PATCH] perldiag
51207 From: rspier@pobox.com (Robert Spier)
51208 Date: Thu, 27 Jul 2000 09:49:35 -0400 (EDT)
51209 Message-ID: <14720.15855.787664.424783@rls.cx>
51210 Branch: perl
51211 ! pod/perldiag.pod
51212____________________________________________________________________________
51213[ 6454] By: jhi on 2000/07/27 14:03:02
51214 Log: Remove EQ, NE, GT, LT, GE, LE (they have been deprecated
51215 for a long time).
51216
51217 Reported in
51218
51219 Subject: [ID 20000717.004] Unexpected complaint of NE deprecation
51220 From: Ryan Herbert <rherbert@sycamorehq.com>
51221 Date: Mon, 17 Jul 2000 11:40:42 -0400
51222 Message-Id: <200007171540.LAA20480@beorn.hq.sai>
51223
51224 Patched in
51225
51226 Subject: RE: [ID 20000717.004] Unexpected complaint of NE deprecation
51227 From: "Paul Marquess" <Paul.Marquess@btinternet.com>
51228 Date: Wed, 26 Jul 2000 23:40:18 +0100
51229 Message-ID: <000001bff752$79511880$0a17073e@tiny>
51230
51231 based on an earlier patch from Stephen P. Potter.
51232
51233 (Removed later by change #6458 because this patch was for
51234 perl 5.6.0, not perl-current)
51235 Branch: perl
51236 ! t/op/do.t t/pragma/warn/2use t/pragma/warn/4lint
51237 ! t/pragma/warn/5nolint t/pragma/warn/7fatal
51238 ! t/pragma/warn/8signal t/pragma/warn/toke toke.c
51239____________________________________________________________________________
51240[ 6453] By: jhi on 2000/07/27 13:48:02
51241 Log: Subject: [PATCH] fixes bug 20000508.004
51242 From: Michael Stevens <mstevens@globnix.org>
51243 Date: Thu, 27 Jul 2000 13:49:04 +0100
51244 Message-ID: <20000727134903.A9351@athenaeum.globnix.org>
51245 Branch: perl
51246 ! pod/perldata.pod
51247____________________________________________________________________________
51248[ 6452] By: jhi on 2000/07/26 23:51:26
51249 Log: Further File::Temp patches from Yitzchak Scott-Thoennes
51250 and Craig A. Berry.
51251 Branch: perl
51252 ! lib/File/Temp.pm pod/perlport.pod
51253____________________________________________________________________________
51254[ 6451] By: jhi on 2000/07/26 19:43:30
51255 Log: Be wary of close()s, too.
51256
51257 Subject: Re: [PATCH] perlbug cleanup
51258 From: Tim Jenness <t.jenness@jach.hawaii.edu>
51259 Date: Wed, 26 Jul 2000 09:32:43 -1000 (HST)
51260 Message-ID: <Pine.LNX.4.10.10007260931540.27658-100000@lapaki.jach.hawaii.edu>
51261 Branch: perl
51262 ! utils/perlbug.PL
51263____________________________________________________________________________
51264[ 6450] By: jhi on 2000/07/26 18:41:40
51265 Log: Subject: Minor doc patch: handy.h
0b3b9d72 51266 From: Daniel =?iso-8859-1?Q?Mui=F1o?= <dmuino@afip.gov.ar>
41df20d4
JH
51267 Date: Wed, 26 Jul 2000 15:34:25 -0300
51268 Message-ID: <397F2F31.F3F9F4F3@afip.gov.ar>
51269 Branch: perl
51270 ! handy.h pod/perlapi.pod
51271____________________________________________________________________________
51272[ 6449] By: jhi on 2000/07/26 18:23:55
51273 Log: Subject: [PATCH] minor doc change - perlguts
51274 From: Michael Stevens <mstevens@globnix.org>
51275 Date: Thu, 13 Jul 2000 12:39:18 +0100
51276 Message-ID: <20000713123918.A26561@athenaeum.globnix.org>
51277 Branch: perl
51278 ! pod/perlguts.pod
51279____________________________________________________________________________
51280[ 6448] By: jhi on 2000/07/26 18:20:30
51281 Log: open() wariness in perlbug.
51282
51283 Subject: [PATCH] perlbug cleanup
51284 From: Michael Stevens <mstevens@globnix.org>
51285 Message-ID: <20000713155222.A11380@athenaeum.globnix.org>
51286 Date: Thu, 13 Jul 2000 15:52:23 +0100
51287 Branch: perl
51288 ! utils/perlbug.PL
51289____________________________________________________________________________
51290[ 6447] By: jhi on 2000/07/26 18:13:04
51291 Log: File::Temp patches for VMS and OS/2 from Tim Jenness.
51292 Branch: perl
51293 ! lib/File/Temp.pm t/lib/ftmp-security.t
51294____________________________________________________________________________
51295[ 6446] By: jhi on 2000/07/26 18:06:32
51296 Log: docfix from Peter Scott <Peter@PSDT.com>.
51297 Branch: perl
51298 ! pod/perlfunc.pod
51299____________________________________________________________________________
51300[ 6445] By: jhi on 2000/07/26 17:53:31
51301 Log: Fix *foo{FORMAT}.
51302
51303 From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
51304 Subject: Re: Looking for a starting point (Mark-Jason?, Chip?, Jarkko?)
51305 Date: Wed, 26 Jul 2000 19:51:02 +0200
51306 Message-Id: <20000726194952.41DD.H.M.BRAND@hccnet.nl>
51307
51308 From: Graham Barr <gbarr@pobox.com>
51309 Subject: Re: Looking for a starting point (Mark-Jason?, Chip?, Jarkko?)
51310 Date: Wed, 26 Jul 2000 17:38:36 +0100
51311 Message-ID: <20000726173836.L472@pobox.com>
51312 Branch: perl
51313 ! pp.c sv.c t/op/gv.t
51314____________________________________________________________________________
51315[ 6444] By: jhi on 2000/07/26 17:49:14
51316 Log: Allow "sub AUTOLOAD;" to stop AUTOLOAD inheritance,
51317 from Graham Barr in the module list.
51318 Branch: perl
51319 ! gv.c pod/perlobj.pod
51320____________________________________________________________________________
51321[ 6443] By: jhi on 2000/07/26 16:06:56
51322 Log: More split() doc and test patches from Mike Guy.
51323 Branch: perl
51324 ! pod/perlfunc.pod t/op/split.t
51325____________________________________________________________________________
51326[ 6442] By: jhi on 2000/07/26 16:05:30
51327 Log: MacOS nits from Matthias Neeracher.
51328 Branch: perl
51329 ! perl.c pp_ctl.c
51330____________________________________________________________________________
51331[ 6441] By: jhi on 2000/07/26 04:39:57
51332 Log: Subject: [PATCH] split /^/
51333 From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
51334 Date: Tue, 25 Jul 2000 14:18:57 +0100
51335 Message-Id: <E13H4bp-00062h-00@libra.cus.cam.ac.uk>
51336
51337 (with notes from tchrist and gbarr)
51338 Branch: perl
51339 ! pod/perlfunc.pod t/op/split.t
51340____________________________________________________________________________
51341[ 6440] By: jhi on 2000/07/26 04:32:32
51342 Log: Subject: [PATCH: perl@6409] bug fix for munchconfig (turned up by CXX)
51343 From: Peter Prymmer <pvhp@forte.com>
51344 Date: Tue, 25 Jul 2000 18:59:16 -0700 (PDT)
51345 Message-ID: <Pine.OSF.4.10.10007251805350.294719-100000@aspara.forte.com>
51346 Branch: perl
51347 ! vms/munchconfig.c
51348____________________________________________________________________________
51349[ 6439] By: jhi on 2000/07/26 04:31:01
51350 Log: Make the unimplemented POSIX regex features [[.cc.]] and [[=c=]]
51351 to be fatal errors (instead of by default ignoring them, and
51352 ignoring with a bug: even though -w gave an error, the opening [
51353 was left in) Reported in:
51354
51355 Subject: [ID 20000716.024] [=cc=] / [:blank:]
51356 From: Jeffrey Friedl <jfriedl@fummy.dsl.yahoo.com>
51357 Date: Sun, 16 Jul 2000 17:55:29 -0700
51358 Message-Id: <200007170055.RAA23528@fummy.dsl.yahoo.com>
51359 Branch: perl
51360 ! pod/perldiag.pod regcomp.c t/pragma/warn/regcomp
51361____________________________________________________________________________
51362[ 6438] By: jhi on 2000/07/25 15:41:15
51363 Log: Subject: [PATCH] av.c apidoc
51364 From: simon@brecon.co.uk (Simon Cozens)
51365 Date: 24 Jul 2000 06:40:52 GMT
51366 Message-ID: <slrn8nnp7k.cgv.simon@justanother.perlhacker.org>
51367 Branch: perl
51368 ! av.c embed.h embed.pl embedvar.h global.sym objXSUB.h
51369 ! perlapi.c perlapi.h pod/perlapi.pod proto.h
51370____________________________________________________________________________
51371[ 6437] By: jhi on 2000/07/25 14:05:36
51372 Log: Subject: [ID 20000724.003] Documentation changes for perllocale.pod
51373 From: "Stephen P. Potter" <spp@ds.net>
51374 Date: Mon, 24 Jul 2000 14:22:23 -0400
51375 Message-Id: <200007241822.OAA06827@spp.users.ds.net>
51376 Branch: perl
51377 ! pod/perllocale.pod
51378____________________________________________________________________________
51379[ 6436] By: jhi on 2000/07/25 14:02:03
51380 Log: Subject: [PATCH] Make large file tests deal with SIGXFSZ
51381 From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
51382 Date: Mon, 24 Jul 2000 18:04:28 +0100
51383 Message-Id: <E13GleW-0000fr-00@libra.cus.cam.ac.uk>
51384 Branch: perl
51385 ! t/lib/syslfs.t t/op/lfs.t
51386____________________________________________________________________________
51387[ 6435] By: jhi on 2000/07/25 13:59:28
51388 Log: Get UTF16 BOMs working. Patch from
51389
51390 Subject: Re: [ID 20000719.001] Problem with bleadperl of 7/18/00
51391 From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
51392 Date: Tue, 25 Jul 2000 12:52:45 +0100
51393 Message-Id: <E13H3GP-0004MR-00@libra.cus.cam.ac.uk>
51394
51395 and notes from
51396
51397 Subject: Re: [ID 20000719.001] Problem with bleadperl of 7/18/00
51398 From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
51399 Date: Tue, 25 Jul 2000 11:43:25 +0100
51400 Message-Id: <E13H2BJ-0002nG-00@libra.cus.cam.ac.uk>
51401 Branch: perl
51402 ! t/comp/require.t toke.c utf8.c
51403____________________________________________________________________________
51404[ 6434] By: jhi on 2000/07/25 02:39:54
51405 Log: Make the "uninit variable" warning to say "concat or string"
51406 or "join or string" when in concat or join .
51407
51408 Subject: Re: [ID 20000403.009] uninitialised concatenation???
51409 From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
51410 Date: Tue, 04 Apr 2000 18:22:58 +0100
51411 Message-Id: <E12cX2Y-000364-00@taurus.cus.cam.ac.uk>
51412
51413 Subject: [ID 20000330.052] Use of uninitialized value in concatenation (.)
51414 From: William R Ward <hermit@BayView.COM>
51415 Date: Thu, 30 Mar 2000 19:50:03 -0800
51416 Message-Id: <200003310350.TAA13319@komodo.bayview.com>
51417 Branch: perl
51418 ! opcode.h opcode.pl opnames.h pp.sym pp_proto.h
51419 ! t/pragma/warn/op t/pragma/warn/sv
51420____________________________________________________________________________
51421[ 6433] By: jhi on 2000/07/24 17:52:56
51422 Log: File::Spec::VMS fixup for tmpdir from Craig Berry.
51423 Branch: perl
51424 ! lib/File/Spec/VMS.pm
51425____________________________________________________________________________
51426[ 6432] By: jhi on 2000/07/24 17:44:44
51427 Log: Test cases for #6431.
51428
51429 Subject: Re: [PATCH] [ID 20000716.011] strangeness with split($_ =~ m/.../)
51430 From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
51431 Date: Mon, 24 Jul 2000 15:32:29 +0100
51432 Message-Id: <E13GjHR-00058t-00@libra.cus.cam.ac.uk>
51433 Branch: perl
51434 ! t/op/pat.t t/op/split.t
51435____________________________________________________________________________
51436[ 6431] By: jhi on 2000/07/24 17:43:17
51437 Log: Bind op fix.
51438
51439 Subject: Re: [PATCH] [ID 20000716.011] strangeness with split($_ =~ m/.../)
51440 From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
51441 Date: Mon, 17 Jul 2000 20:04:56 +0100
51442 Message-Id: <E13EGCG-0006oO-00@libra.cus.cam.ac.uk>
51443 Branch: perl
51444 ! op.c
51445____________________________________________________________________________
51446[ 6430] By: jhi on 2000/07/24 03:42:42
51447 Log: Subject: [ID 20000716.023] syslog test fails without sockets
51448 From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
51449 Date: Sun, 16 Jul 2000 12:07:42 -0700 (PDT)
51450 Message-Id: <200007161907.e6GJ7g115736@garcia.efn.org>
51451 Branch: metaconfig/U/perl
51452 ! Extensions.U
51453 Branch: perl
51454 ! Configure config_h.SH
51455____________________________________________________________________________
51456[ 6429] By: jhi on 2000/07/24 03:11:52
51457 Log: Add an optimization for map-maps-a-list-element-to-more-list-elements
51458 case, but add also notes explaining the relationship of this
51459 patch and the earlier notes by Sarathy.
51460
51461 Subject: Map is still slow
51462 From: "Ben Tilly" <ben_tilly@hotmail.com>
51463 Date: Sat, 15 Jul 2000 17:23:27 EDT
51464 Message-ID: <20000715212327.21656.qmail@hotmail.com>
51465 Branch: perl
51466 ! pp_ctl.c
51467____________________________________________________________________________
51468[ 6428] By: jhi on 2000/07/24 02:58:52
51469 Log: Documentation to explain the behaviour of map().
51470
51471 Subject: Re: Map is still slow
51472 From: Gurusamy Sarathy <gsar@ActiveState.com>
51473 Date: Sat, 15 Jul 2000 16:05:09 -0700
51474 Message-Id: <200007152305.QAA26887@molotok.activestate.com>
51475 Branch: perl
51476 ! pp_ctl.c
51477____________________________________________________________________________
51478[ 6427] By: jhi on 2000/07/24 02:50:03
51479 Log: Add tests for
51480 [ID 19991110.003] another matching finding by pcre author
51481 which has already been fixed by some patch, as verified in
51482
51483 Subject: Re: two regex bugs from the mists of time (well, last November)
51484 From: Hugo <hv@crypt.compulink.co.uk>
51485 Date: Sat, 22 Jul 2000 18:12:58 +0100
51486 Message-Id: <200007221712.SAA26770@crypt.compulink.co.uk>
51487 Branch: perl
51488 ! t/op/re_tests
51489____________________________________________________________________________
51490[ 6426] By: jhi on 2000/07/24 02:11:20
51491 Log: A missing 'break' after the [[:space:]] switch case.
51492
51493 Subject: [ID 20000718.006] Missing 'break' in regcomp.c
51494 From: "Stephen P. Potter" <spp@ds.net>
51495 Date: Tue, 18 Jul 2000 16:25:17 -0400
51496 Message-Id: <200007182025.QAA28383@spp.users.ds.net>
51497 Branch: perl
51498 ! regcomp.c
51499____________________________________________________________________________
51500[ 6425] By: jhi on 2000/07/24 02:06:12
51501 Log: The output might have been produced in the wrong order.
51502
51503 Subject: [ID 20000720.003] [PATCH] t/op/write.t
51504 From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
51505 Date: Thu, 20 Jul 2000 18:49:18 +0100
51506 Message-Id: <E13FKRi-0004rF-00@libra.cus.cam.ac.uk>
51507 Branch: perl
51508 ! t/op/write.t
51509____________________________________________________________________________
51510[ 6424] By: jhi on 2000/07/24 02:00:07
51511 Log: Use STDOUT consistently.
51512
51513 Subject: [ID 20000720.002] [PATCH] Consistency of Test::Harness output
51514 From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
51515 Date: Thu, 20 Jul 2000 18:04:01 +0100
51516 Message-Id: <E13FJjt-0004Jh-00@libra.cus.cam.ac.uk>
51517 Branch: perl
51518 ! lib/Test/Harness.pm
51519____________________________________________________________________________
51520[ 6423] By: jhi on 2000/07/24 01:54:54
51521 Log: Protect against "wild next"s, that is, callbacks doing "next"
51522 instead of "return".
51523
51524 Subject: [PATCH] Re: [ID 20000717.003] Core dump in 5.6.0
51525 From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
51526 Date: Tue, 18 Jul 2000 11:30:16 +0100
51527 Message-Id: <E13EUdk-0006ha-00@libra.cus.cam.ac.uk>
51528 Branch: perl
51529 ! lib/File/Find.pm
51530____________________________________________________________________________
51531[ 6422] By: jhi on 2000/07/24 01:35:47
51532 Log: Out-of-date note removed.
51533
51534 Subject: [PATCH] documentation perlipc
51535 From: rspier@pobox.com (Robert Spier)
51536 Date: Thu, 20 Jul 2000 19:21:14 -0400 (EDT)
51537 Message-ID: <14711.35178.572612.502654@rls.cx>
51538 Branch: perl
51539 ! pod/perlipc.pod
51540____________________________________________________________________________
51541[ 6421] By: jhi on 2000/07/24 00:09:18
51542 Log: Send all installperl messages to STDERR and be -w clean.
51543
51544 Subject: [PATCH] Re: [ID 20000721.003] installperl stderr/stdout problem
51545 From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
51546 Date: Sat, 22 Jul 2000 14:02:11 +0100
51547 Message-Id: <E13Fyux-0003Q2-00@libra.cus.cam.ac.uk>
51548 Branch: perl
51549 ! installperl
51550____________________________________________________________________________
51551[ 6420] By: jhi on 2000/07/24 00:04:19
51552 Log: Decutandpasto.
51553
51554 Subject: [PATCH perl-current] 19990607.008 - perlipc.pod
51555 From: "Richard Soderberg" <rs@crystalflame.net>
51556 Date: Sun, 23 Jul 2000 01:37:23 -0700
51557 Message-ID: <NAEKLNAAHLMBPMPNBMLECEIKCBAA.rs@crystalflame.net>
51558 Branch: perl
51559 ! pod/perlipc.pod
51560____________________________________________________________________________
51561[ 6419] By: jhi on 2000/07/24 00:01:12
51562 Log: A cleaner abs_path().
51563 Subject: Re: unix alternative to Cwd.pm
51564 From: Jeff Pinyan <jeffp@crusoe.net>
51565 Date: Sun, 23 Jul 2000 17:43:02 -0400 (EDT)
51566 Message-ID: <Pine.GSO.4.21.0007231739120.4304-100000@crusoe.crusoe.net>
51567 Branch: perl
51568 ! lib/Cwd.pm
51569____________________________________________________________________________
51570[ 6418] By: jhi on 2000/07/23 23:48:56
51571 Log: Detypo.
51572
51573 Subject: [PATCH perl-current] Typo in hints/powerux.sh
51574 From: "Richard Soderberg" <rs@crystalflame.net>
51575 Date: Sun, 23 Jul 2000 01:27:33 -0700
51576 Message-ID: <NAEKLNAAHLMBPMPNBMLEOEIJCBAA.rs@crystalflame.net>
51577 Branch: perl
51578 ! hints/powerux.sh
51579____________________________________________________________________________
51580[ 6417] By: jhi on 2000/07/17 22:13:31
51581 Log: Subject: SDBM_File documentation
51582 From: mjd@plover.com
51583 Date: 16 Jul 2000 17:41:17 -0000
51584 Message-ID: <20000716174117.18515.qmail@plover.com>
51585 Branch: perl
51586 ! ext/SDBM_File/SDBM_File.pm
51587____________________________________________________________________________
51588[ 6416] By: jhi on 2000/07/17 19:13:26
51589 Log: MPE/ix updates for perl 5.6.0 from Mark Bixby.
51590 Branch: perl
51591 ! hints/mpeix.sh mpeix/relink
51592____________________________________________________________________________
51593[ 6415] By: jhi on 2000/07/15 14:11:02
51594 Log: Fix the bitvector ops for utf8 (tricky since past 7 bits
51595 the utf8 'characters' can be more than one octet).
51596
51597 Date: Sat, 15 Jul 2000 00:21:56 +0100
51598 From: Tom Hughes <tom@compton.nu>
51599 Subject: Re: [ID 20000714.002]
51600 Message-ID: <db2334de49.tom@compton.compton.nu>
51601
51602 Reported in
51603
51604 Subject: [ID 20000714.002]
51605 From: "Simon Cozens" <simon@othersideofthe.earth.li>
51606 Date: 14 Jul 2000 15:13:09 -0000
51607 Message-Id: <20000714151309.7170.qmail@othersideofthe.earth.li>
51608 Branch: perl
51609 ! doop.c
51610____________________________________________________________________________
51611[ 6414] By: jhi on 2000/07/15 03:13:41
51612 Log: another VMS build tweak from Peter Prymmer
51613 Branch: perl
51614 ! vms/descrip_mms.template
51615____________________________________________________________________________
51616[ 6413] By: jhi on 2000/07/15 03:10:40
51617 Log: perlvms.pod whitespace cleanup to keep pod utils happy.
51618 Branch: perl
51619 ! vms/perlvms.pod
51620____________________________________________________________________________
51621[ 6412] By: jhi on 2000/07/15 00:31:05
51622 Log: More docs for sv functions.
51623
51624 Subject: [PATCH cfgperl] sv.c apidoc
51625 From: simon@brecon.co.uk (Simon Cozens)
51626 Date: 13 Jul 2000 09:00:20 GMT
51627 Message-ID: <slrn8mr194.2em.simon@justanother.perlhacker.org>
51628
51629 Subject: Re: [PATCH cfgperl] sv.c apidoc
51630 From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
51631 Date: Thu, 13 Jul 2000 12:27:41 +0100
51632 Message-Id: <E13Ch9Z-0006QL-00@libra.cus.cam.ac.uk>
51633
51634 Subject: Re: [PATCH cfgperl] sv.c apidoc
51635 From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
51636 Date: Thu, 13 Jul 2000 13:23:09 +0100
51637 Message-Id: <E13Ci1F-0007WR-00@libra.cus.cam.ac.uk>
51638
51639 Subject: Re: [PATCH cfgperl] sv.c apidoc
51640 From: simon@brecon.co.uk (Simon Cozens)
51641 Date: 14 Jul 2000 06:51:02 GMT
51642 Message-ID: <slrn8mte2m.1qo.simon@justanother.perlhacker.org>
51643 Branch: perl
51644 ! embed.pl pod/perlapi.pod sv.c
51645____________________________________________________________________________
51646[ 6411] By: jhi on 2000/07/15 00:10:41
51647 Log: lib/b test fixes from Peter Prymmer.
51648 Branch: perl
51649 ! t/lib/b.t
51650____________________________________________________________________________
51651[ 6410] By: jhi on 2000/07/15 00:02:09
51652 Log: Subject: [docpatch] Re: [ID 19991002.011] perldoc -f shift
51653 From: Hugo <hv@crypt.compulink.co.uk>
51654 Date: Fri, 14 Jul 2000 23:05:20 +0100
51655 Message-Id: <200007142205.XAA17882@crypt.compulink.co.uk>
51656
51657 Didn't anymore apply, but that point still could use another fix.
51658 Branch: perl
51659 ! pod/perlfunc.pod
51660____________________________________________________________________________
51661[ 6409] By: jhi on 2000/07/14 23:15:15
51662 Log: thinko fix in vms/descrip_mms.template, the win32.pod in lib,
51663 not in pod, from Peter Prymmer
51664 Branch: perl
51665 ! vms/descrip_mms.template
51666____________________________________________________________________________
51667[ 6408] By: jhi on 2000/07/14 20:35:05
51668 Log: The bug report
51669 [ID 19991110.002] minimal matching discrepancy found by pcre author
51670 seems to have been fixed (though differently from what was suggested
51671 in the report) in 5.6.0. Add tests to keep the bug from reappearing.
51672 Branch: perl
51673 ! t/op/re_tests
51674____________________________________________________________________________
51675[ 6407] By: jhi on 2000/07/14 17:38:08
51676 Log: Fix AutoSplit to use File::Spec the right way in VMS,
51677 from Peter Prymmer.
51678 Branch: perl
51679 ! lib/AutoSplit.pm
51680____________________________________________________________________________
51681[ 6406] By: jhi on 2000/07/14 14:13:22
51682 Log: Merge perlhacktut into perlhack, update perlguts.
51683
51684 Subject: Re: Perlhacktut
51685 From: simon@brecon.co.uk (Simon Cozens)
51686 Date: 14 Jul 2000 06:49:21 GMT
51687 Message-ID: <slrn8mtdvh.1qo.simon@justanother.perlhacker.org>
51688
51689 Subject: Re: Perlhacktut
51690 From: simon@brecon.co.uk (Simon Cozens)
51691 Date: 14 Jul 2000 07:09:45 GMT
51692 Message-ID: <slrn8mtf5p.1qo.simon@justanother.perlhacker.org>
51693 Branch: perl
51694 ! pod/perlguts.pod pod/perlhack.pod
51695____________________________________________________________________________
51c9377f
JH
51696[ 6405] By: jhi on 2000/07/14 14:02:31
51697 Log: Integrate with Sarathy.
51698 Branch: cfgperl
51699 !> doop.c embed.h embed.pl embedvar.h ext/IPC/SysV/Makefile.PL
51700 !> intrpvar.h lib/ExtUtils/MM_Unix.pm mg.c op.c perlapi.h
51701 !> pod/perlapi.pod pp.c proto.h sv.h thread.h toke.c util.c
51702____________________________________________________________________________
41df20d4
JH
51703[ 6404] By: gsar on 2000/07/14 12:15:02
51704 Log: PERL_OBJECT build tweaks
51705 Branch: perl
51706 ! toke.c
51707____________________________________________________________________________
51708[ 6403] By: gsar on 2000/07/14 11:23:41
51709 Log: inconsistent types needs casts
51710 Branch: perl
51711 ! toke.c
51712____________________________________________________________________________
51713[ 6402] By: gsar on 2000/07/14 11:12:04
51714 Log: typos in change#6399, regen headers
51715 Branch: perl
51716 ! doop.c embed.h embedvar.h perlapi.h pod/perlapi.pod proto.h
51717____________________________________________________________________________
51718[ 6401] By: gsar on 2000/07/14 10:59:12
51719 Log: typecasts needed for change#6394
51720 Branch: perl
51721 ! toke.c
51722____________________________________________________________________________
51723[ 6400] By: gsar on 2000/07/14 10:49:37
51724 Log: integrate cfgperl contents into mainline
51725 Branch: perl
51726 !> Configure MANIFEST config_h.SH embed.pl global.sym proto.h
51727 !> regcomp.c regexec.c t/op/re_tests toke.c vms/subconfigure.com
51728____________________________________________________________________________
51729[ 6399] By: gsar on 2000/07/14 10:38:35
51730 Log: enable UTF-16 filter by default if relevant BOM is seen; various
51731 cleanups (typos, misformatted code, and small bugs)
51732 Branch: perl
51733 ! doop.c embed.pl mg.c op.c pp.c toke.c
51734____________________________________________________________________________
51735[ 6398] By: gsar on 2000/07/14 08:55:38
51736 Log: rename totally bletcherous SvLOCK() thingy (doesn't do what the
51737 name suggests anyway)
51738 Branch: perl
51739 ! ext/IPC/SysV/Makefile.PL sv.h thread.h util.c
51740____________________________________________________________________________
51741[ 6397] By: gsar on 2000/07/14 08:44:33
51742 Log: move new variables to the end of the interpreter structure (for
51743 bincompat in code that doesn't #include XSUB.h)
51744 Branch: perl
51745 ! intrpvar.h
51746____________________________________________________________________________
51747[ 6396] By: gsar on 2000/07/14 08:13:58
51748 Log: MakeMaker should not remove editor backups (*~) on `make clean`
51749 by default (completes change#6383)
51750 Branch: perl
51751 ! lib/ExtUtils/MM_Unix.pm
51752____________________________________________________________________________
51c9377f
JH
51753[ 6395] By: jhi on 2000/07/14 05:20:33
51754 Log: Replace change #6337 with a better one.
51755
51756 Subject: Re: [PATCH] [ID 20000701.002] Regular Expressions Not Unsetting $1 Vars When Backtracking
51757 From: Hugo <hv@crypt.compulink.co.uk>
51758 Date: Fri, 14 Jul 2000 04:16:20 +0100
51759 Message-Id: <200007140316.EAA15857@crypt.compulink.co.uk>
51760 Branch: cfgperl
51761 ! regexec.c t/op/re_tests
51762____________________________________________________________________________
51763[ 6394] By: jhi on 2000/07/14 01:33:59
51764 Log: Fix the BOM bug: not a byteorder bug, a signedness bug.
51765 Branch: cfgperl
51766 ! embed.pl global.sym proto.h toke.c
51767____________________________________________________________________________
51768[ 6393] By: jhi on 2000/07/13 23:41:23
51769 Log: remove discarded test
51770 Branch: cfgperl
51771 ! MANIFEST
51772____________________________________________________________________________
51773[ 6392] By: jhi on 2000/07/13 23:32:25
51774 Log: The {multiplier} of a fixed substring was overlooked which
51775 caused a wrong initial search offset for that substring.
51776
51777 Subject: [PATCH 5.6.0] Re: [ID 20000613.001] Regex works in v5.005_03 but fails in v5.06
51778 From: Hugo <hv@crypt.compulink.co.uk>
51779 Message-Id: <200007131827.TAA14487@crypt.compulink.co.uk>
51780 Date: Thu, 13 Jul 2000 19:27:13 +0100
51781 Branch: cfgperl
51782 ! regcomp.c t/op/re_tests
51783____________________________________________________________________________
51784[ 6391] By: jhi on 2000/07/13 16:37:42
51785 Log: typo fix from Craig Berry
51786 Branch: cfgperl
51787 ! vms/subconfigure.com
51788____________________________________________________________________________
51789[ 6390] By: jhi on 2000/07/13 13:20:12
51790 Log: Integrate with Sarathy.
51791 Branch: cfgperl
51792 - t/op/method2entersub.t
51793 !> Changes Configure Makefile.SH ext/IPC/SysV/Makefile.PL
51794 !> pod/perldelta.pod sv.c t/lib/english.t t/lib/selfloader.t
51795 !> t/op/sprintf.t toke.c win32/Makefile win32/config_h.PL
51796 !> win32/makefile.mk win32/win32sck.c x2p/Makefile.SH
51797____________________________________________________________________________
51798[ 6389] By: jhi on 2000/07/13 13:18:48
51799 Log: Detypo from Peter Prymmer, part of #6388.
51800 Branch: cfgperl
51801 ! Configure config_h.SH
51802 Branch: metaconfig
51803 ! U/modified/d_longlong.U
51804____________________________________________________________________________
41df20d4
JH
51805[ 6388] By: gsar on 2000/07/13 06:33:40
51806 Log: typos (spotted by Peter Prymmer)
51807 Branch: perl
51808 ! Configure t/lib/english.t
51809____________________________________________________________________________
51810[ 6387] By: gsar on 2000/07/13 05:35:28
51811 Log: new selfloader.t in change#6183 doesn't close DATA handles,
51812 and thus fails to clean up tmp files on dosish platforms
51813 Branch: perl
51814 ! t/lib/selfloader.t
51815____________________________________________________________________________
51816[ 6386] By: gsar on 2000/07/12 21:42:39
51817 Log: sprintf test tweaks (from Dominic Dunlop)
51818 Branch: perl
51819 ! t/op/sprintf.t
51820____________________________________________________________________________
51821[ 6385] By: gsar on 2000/07/12 21:33:46
51822 Log: fix bugs in processing %v-*d and similar format specs (from
51823 Avi Finkel <avi@finkel.org>)
51824 Branch: perl
51825 ! sv.c t/op/sprintf.t
51826____________________________________________________________________________
51827[ 6384] By: gsar on 2000/07/12 16:04:19
51828 Log: readd missing perldelta.pod changes from changes#6339,6376
51829 Branch: perl
51830 ! pod/perldelta.pod
51831____________________________________________________________________________
51832[ 6383] By: gsar on 2000/07/12 16:00:51
51833 Log: don't clobber *.orig files on *clean targets
51834 Branch: perl
51835 ! Makefile.SH ext/IPC/SysV/Makefile.PL x2p/Makefile.SH
51836____________________________________________________________________________
51c9377f
JH
51837[ 6382] By: gsar on 2000/07/12 07:59:12
51838 Log: fix broken integrations in cfgperl
51839 Branch: cfgperl
51840 !> Changes pod/perldelta.pod
51841____________________________________________________________________________
41df20d4
JH
51842[ 6381] By: gsar on 2000/07/12 07:42:17
51843 Log: integrate cfgperl changes into mainline
51844 Branch: perl
51845 ! Changes
51846 !> Configure config_h.SH pod/perlbook.pod pod/perldelta.pod
51847 !> pod/perlre.pod
51848____________________________________________________________________________
582cc879
GS
51849[ 6380] By: gsar on 2000/07/12 07:31:00
51850 Log: get sprintf.t to adjust properly for 3-digit exponents
c15ecffd 51851 Branch: perl
582cc879 51852 ! t/op/sprintf.t
c15ecffd 51853____________________________________________________________________________
582cc879
GS
51854[ 6379] By: gsar on 2000/07/12 06:40:04
51855 Log: change#6174 needs corresponding change in win32/config_h.PL,
51856 which grovels through config_h.SH to find the config.h name
51857 Branch: perl
51858 ! win32/config_h.PL
51859____________________________________________________________________________
51c9377f
JH
51860[ 6378] By: jhi on 2000/07/12 05:03:59
51861 Log: Do the cc sanity check both before the hints and
51862 after the cc selction.
51863 Branch: cfgperl
51864 ! Configure config_h.SH
51865 Branch: metaconfig
51866 ! U/modified/Oldconfig.U U/modified/cc.U
51867 Branch: metaconfig/U/perl
51868 + Checkcc.U
51869____________________________________________________________________________
51870[ 6377] By: jhi on 2000/07/12 02:49:22
51871 Log: Fix nits noticed by Boston.pm.
51872 Branch: cfgperl
51873 ! pod/perlre.pod
51874____________________________________________________________________________
51875[ 6376] By: jhi on 2000/07/11 21:22:13
51876 Log: Configure cosmetics and perldelta.
51877 Branch: cfgperl
51878 ! Configure config_h.SH pod/perldelta.pod
51879 Branch: metaconfig
51880 ! U/modified/cc.U
51881____________________________________________________________________________
582cc879
GS
51882[ 6375] By: gsar on 2000/07/11 21:17:35
51883 Log: windows build tweaks (op/sprintf.t still fails tests 120-121, 149)
37590e52 51884 Branch: perl
582cc879
GS
51885 ! t/op/sprintf.t win32/Makefile win32/makefile.mk
51886 ! win32/win32sck.c
37590e52 51887____________________________________________________________________________
582cc879
GS
51888[ 6374] By: gsar on 2000/07/11 20:48:50
51889 Log: tweak for build failure under multiplicity
37590e52 51890 Branch: perl
582cc879 51891 ! toke.c
37590e52 51892____________________________________________________________________________
582cc879
GS
51893[ 6373] By: gsar on 2000/07/11 20:37:23
51894 Log: integrate cfgperl changes#6325..6373 into mainline
51895 (NOTE: today's batch of integrations still untested)
37590e52 51896 Branch: perl
582cc879
GS
51897 +> ext/DynaLoader/hints/netbsd.pl
51898 ! Changes
51899 !> (integrate 26 files)
37590e52 51900____________________________________________________________________________
51c9377f
JH
51901[ 6372] By: jhi on 2000/07/11 20:30:36
51902 Log: Reintroduce perlbook (updated for Mk III), introduce perlposix-bc,
51903 regen perltoc.
51904 Branch: cfgperl
51905 + pod/perlbook.pod
51906 ! MANIFEST pod/Makefile.SH pod/buildtoc.PL pod/perl.pod
51907 ! pod/perltoc.pod
51908____________________________________________________________________________
51909[ 6371] By: jhi on 2000/07/11 20:08:56
51910 Log: Minor cleanups on the booklist.
51911 Branch: cfgperl
51912 ! pod/perlfaq2.pod
51913____________________________________________________________________________
51914[ 6370] By: jhi on 2000/07/11 19:31:13
51915 Log: mjd's tr patches "broke" tr/z-Z/z-Z/
51916 Branch: cfgperl
51917 ! t/pragma/overload.t
51918____________________________________________________________________________
c2e66d9e
GS
51919[ 6369] By: gsar on 2000/07/11 19:27:48
51920 Log: integrate cfgperl changes#6293..6324 into mainline
51921 Branch: perl
51922 +> lib/Win32.pod lib/lib_pm.PL pod/Makefile.SH pod/buildtoc.PL
51923 - lib/lib.pm.PL pod/Makefile pod/Win32.pod pod/buildtoc
51924 !> (integrate 30 files)
51925____________________________________________________________________________
51926[ 6368] By: gsar on 2000/07/11 19:18:57
51927 Log: skip integrate of problematic change#6292 from cfgperl into mainline
51928 Branch: perl
51929 !> pp_hot.c
51930____________________________________________________________________________
51931[ 6367] By: gsar on 2000/07/11 19:17:21
51932 Log: integrate cfgperl changes#6288..6290 into mainline
51933 Branch: perl
51934 !> lib/File/Spec/Functions.pm lib/File/Spec/OS2.pm
51935____________________________________________________________________________
51936[ 6366] By: gsar on 2000/07/11 19:11:18
51937 Log: integrate cfgperl changes#6268..6282 into mainline
51938 Branch: perl
51939 !> (integrate 30 files)
51940____________________________________________________________________________
51941[ 6365] By: gsar on 2000/07/11 18:57:00
51942 Log: delete new accidentally branched file
51943 Branch: perl
51944 - t/op/method2entersub.t
51945____________________________________________________________________________
51946[ 6364] By: gsar on 2000/07/11 18:55:13
51947 Log: skip integrate of change#6267 from cfgperl into mainline (the
51948 method call optimization is flawed without additional hints
51949 from user about immutableness of @ISA and no runtime method
51950 definitions)
51951 Branch: perl
51952 +> t/op/method2entersub.t
51953 !> MANIFEST embed.pl lib/ExtUtils/Install.pm lib/base.pm op.c
51954 !> perl.h t/op/sprintf.t xsutils.c
51955____________________________________________________________________________
51956[ 6363] By: gsar on 2000/07/11 18:49:43
51957 Log: integrate cfgperl changes#6261..6266 into mainline
51958 Branch: perl
51959 !> README.epoc cygwin/Makefile.SHs doop.c epoc/config.sh
51960 !> epoc/createpkg.pl epoc/epocish.c epoc/epocish.h
51961 !> ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs
51962 !> hints/bsdos.sh pod/perldiag.pod t/comp/require.t toke.c
51963____________________________________________________________________________
51964[ 6362] By: gsar on 2000/07/11 18:43:26
51965 Log: integrate cfgperl changes#6252..6260 into mainline
51966 Branch: perl
51967 !> MANIFEST doop.c embed.h embed.pl embedvar.h lib/Exporter.pm
51968 !> lib/IPC/Open3.pm objXSUB.h op.c pod/perlfunc.pod pp.c
51969 !> pp_proto.h proto.h sv.c t/op/my_stash.t t/op/pack.t t/op/tr.t
51970 !> t/pragma/constant.t t/pragma/warn/op t/pragma/warn/regcomp
51971____________________________________________________________________________
51972[ 6361] By: gsar on 2000/07/11 18:37:12
51973 Log: skip integrate of problematic change#6251 from cfgperl into mainline
51974 Branch: perl
51975 !> lib/Exporter.pm
51976____________________________________________________________________________
51977[ 6360] By: gsar on 2000/07/11 18:34:56
51978 Log: integrate cfgperl change#6250 into mainline
51979 Branch: perl
51980 +> t/op/my_stash.t
51981 !> MANIFEST embed.pl proto.h toke.c
51982____________________________________________________________________________
51983[ 6359] By: gsar on 2000/07/11 18:21:19
51984 Log: integrate cfgperl changes#6242..6249 into mainline
51985 Branch: perl
51986 !> embed.h embed.pl embedvar.h ext/DynaLoader/DynaLoader_pm.PL
51987 !> gv.c lib/File/Spec.pm lib/IPC/Open3.pm objXSUB.h perlapi.c
51988 !> perlapi.h pod/perlapi.pod pod/perlfunc.pod pod/perlintern.pod
51989 !> pp_proto.h proto.h sv.c t/lib/filefunc.t t/lib/filespec.t
51990 !> t/lib/peek.t utf8.c
51991____________________________________________________________________________
51992[ 6358] By: gsar on 2000/07/11 18:15:45
51993 Log: skip integrate of problematic change#6241 from cfgperl into mainline
51994 Branch: perl
51995 !> regcomp.c t/pragma/warn/regcomp t/pragma/warn/toke toke.c
51996____________________________________________________________________________
51c9377f
JH
51997[ 6357] By: jhi on 2000/07/11 18:15:16
51998 Log: Fix for
51999 Subject: [ID 20000711.005] spurious uninit warning with msgrcv()
52000 From: Roderick Schertler <roderick@argon.org>
52001 Date: Tue, 11 Jul 2000 13:55:05 -0400
52002 Message-Id: <200007111755.NAA05077@jones.argon.org>
52003 Branch: cfgperl
52004 ! doio.c
52005____________________________________________________________________________
52006[ 6356] By: jhi on 2000/07/11 18:12:51
52007 Log: Typo in #6341.
52008 Branch: cfgperl
52009 ! pp_hot.c
52010____________________________________________________________________________
c2e66d9e
GS
52011[ 6355] By: gsar on 2000/07/11 18:12:10
52012 Log: integrate cfgperl changes#6231..6240 into mainline
52013 Branch: perl
52014 +> pod/perlutil.pod
52015 !> (integrate 35 files)
52016____________________________________________________________________________
51c9377f
JH
52017[ 6354] By: jhi on 2000/07/11 18:04:34
52018 Log: Subject: [PATCH perl-current] Make op/sprintf.t more comprehensive, take 2
52019 From: Dominic Dunlop <domo@computer.org>
52020 Date: Tue, 11 Jul 2000 12:27:33 +0200
52021 Message-Id: <p04320405b590a14d4650@[192.168.1.4]>
52022
52023 Replaces change #6268.
52024 Branch: cfgperl
52025 ! t/op/sprintf.t
52026____________________________________________________________________________
c2e66d9e
GS
52027[ 6353] By: gsar on 2000/07/11 17:59:51
52028 Log: skip integrate of problematic change#6230 from cfgperl into mainline
52029 (a later version of File::Spec is already in mainline)
52030 Branch: perl
52031 !> lib/File/Spec.pm lib/File/Spec/Functions.pm
52032 !> lib/File/Spec/OS2.pm t/lib/filefunc.t t/lib/filespec.t
52033____________________________________________________________________________
52034[ 6352] By: gsar on 2000/07/11 17:57:48
52035 Log: integrate cfgperl changes#6224..6229 into mainline
52036 Branch: perl
52037 +> lib/lib.pm.PL
52038 - lib/lib.pm
52039 !> MANIFEST Makefile.SH README.hpux embed.pl ext/Socket/Socket.pm
52040 !> lib/English.pm op.c t/lib/english.t
52041____________________________________________________________________________
52042[ 6351] By: gsar on 2000/07/11 17:50:10
52043 Log: skip integrate of problematic change#6223 from cfgperl into mainline
52044 Branch: perl
52045 !> doio.c
52046____________________________________________________________________________
52047[ 6350] By: gsar on 2000/07/11 17:48:28
52048 Log: integrate cfgperl changes#6220..6222 into mainline
52049 Branch: perl
52050 !> doop.c embed.pl lib/Pod/Usage.pm makedef.pl pod/perlop.pod
52051 !> toke.c utf8.c win32/win32.h
52052____________________________________________________________________________
52053[ 6349] By: gsar on 2000/07/11 17:46:13
52054 Log: skip integrate of problematic changes#6218..6219 from cfgperl into
52055 mainline
52056 Branch: perl
52057 !> bytecode.pl ext/B/B/Assembler.pm ext/B/B/Bytecode.pm
52058 !> ext/B/O.pm ext/B/defsubs_h.PL ext/ByteLoader/ByteLoader.pm
52059 !> ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
52060____________________________________________________________________________
51c9377f
JH
52061[ 6348] By: jhi on 2000/07/11 17:45:49
52062 Log: README.posix-bc podified from Thomas Dorner.
52063 Branch: cfgperl
52064 ! README.posix-bc
52065____________________________________________________________________________
c2e66d9e
GS
52066[ 6347] By: gsar on 2000/07/11 17:42:04
52067 Log: integrate cfgperl change#6217 into mainline
52068 Branch: perl
52069 !> Configure config_h.SH doio.c embed.h embed.pl embedvar.h gv.c
52070 !> intrpvar.h objXSUB.h perl.c perlapi.h pp.c pp_ctl.c proto.h
52071 !> sv.h util.c util.h vmesa/vmesa.c win32/win32.c
52072____________________________________________________________________________
52073[ 6346] By: gsar on 2000/07/11 17:39:37
52074 Log: skip integrate of problematic changes#6211..6212 from cfgperl into
52075 mainline
52076 Branch: perl
52077 !> embedvar.h ext/B/B.xs ext/B/B/Asmdata.pm ext/B/defsubs_h.PL
52078 !> ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
52079 !> ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h perlapi.c
52080 !> perlapi.h pod/perlapi.pod
52081____________________________________________________________________________
52082[ 6345] By: gsar on 2000/07/11 17:36:42
52083 Log: integrate cfgperl changes#6207..6210 into mainline
52084 Branch: perl
52085 !> doio.c embed.h embed.pl gv.c intrpvar.h objXSUB.h perl.c pp.c
52086 !> pp_ctl.c proto.h sv.h util.c vmesa/vmesa.c win32/win32.c
52087____________________________________________________________________________
52088[ 6344] By: gsar on 2000/07/11 17:31:20
52089 Log: skip integrate of problematic changes#6204..6206 from cfgperl into
52090 mainline
52091 Branch: perl
52092 !> (integrate 40 files)
52093____________________________________________________________________________
52094[ 6343] By: gsar on 2000/07/11 17:19:08
52095 Log: integrate cfgperl changes#6174..6203 into mainline (first of several)
52096 Branch: perl
52097 +> Makefile.micro README.micro Todo.micro uconfig.h uconfig.sh
52098 ! Changes
52099 !> (integrate 34 files)
52100____________________________________________________________________________
51c9377f
JH
52101[ 6342] By: jhi on 2000/07/11 16:05:48
52102 Log: Subject: [ID 20000710.002] fatal error or memory loss when deleting symbols in evaled code with syntax errors
52103 To: perl5-porters@perl.org
52104 From: Karsten Sperling <spiff@phreax.net>
52105 Date: Mon, 10 Jul 2000 15:12:52 +0200
52106 Message-Id: <200007101315.e6ADFrg21041@chthon.perl.com>
52107 Branch: cfgperl
52108 ! lib/Symbol.pm
52109____________________________________________________________________________
52110[ 6341] By: jhi on 2000/07/11 15:59:23
52111 Log: Subject: Re: [ID 20000704.002] [PATCH] memory leak with debug / anon subs
52112 From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
52113 Message-Id: <E13AbRE-00009T-00@libra.cus.cam.ac.uk>
52114 Date: Fri, 07 Jul 2000 17:57:16 +0100
52115 Branch: cfgperl
52116 ! pp_hot.c
52117____________________________________________________________________________
52118[ 6340] By: jhi on 2000/07/11 15:55:47
52119 Log: Subject: Re: format bug report [Patch]
52120 From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
52121 Date: Wed, 05 Jul 2000 13:12:52 +0200
52122 Message-Id: <20000705130745.67BF.H.M.BRAND@hccnet.nl>
52123
52124 Subject: Re: format bug report [Patch]
52125 From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
52126 Date: Wed, 05 Jul 2000 14:10:01 +0200
52127 Message-Id: <20000705140837.73C2.H.M.BRAND@hccnet.nl>
52128 Branch: cfgperl
52129 ! t/op/write.t toke.c
52130____________________________________________________________________________
52131[ 6339] By: jhi on 2000/07/11 13:54:09
52132 Log: Be less forgiving about ambiguous and illegal tr ranges.
52133 Subject: Re: [ID 20000703.001] tr/// operator understands multiple hyphens in a bizarre way
52134 From: Mark-Jason Dominus <mjd@plover.com>
52135 Date: Tue, 04 Jul 2000 10:00:12 -0400
52136 Message-ID: <20000704140012.17772.qmail@plover.com>
52137
52138 Subject: Re: [ID 20000703.001] tr/// operator understands multiple hyphens in a bizarre way
52139 From: Mark-Jason Dominus <mjd@plover.com>
52140 Date: Wed, 05 Jul 2000 09:37:36 -0400
52141 Message-ID: <20000705133736.27293.qmail@plover.com>
52142 Branch: cfgperl
52143 ! pod/perldelta.pod pod/perldiag.pod t/op/tr.t toke.c
52144____________________________________________________________________________
52145[ 6338] By: jhi on 2000/07/11 13:31:24
52146 Log: Subject: [PATCH] Re: "%#p" format specifier: document and test or not?
52147 From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
52148 Date: Tue, 11 Jul 2000 13:50:51 +0100
52149 Message-Id: <E13BzUx-00033c-00@libra.cus.cam.ac.uk>
52150 Branch: cfgperl
52151 ! sv.c
52152____________________________________________________________________________
52153[ 6337] By: jhi on 2000/07/11 13:29:14
52154 Log: Subject: [PATCH] [ID 20000701.002] Regular Expressions Not Unsetting $1 Vars When Backtracking
52155 From: Hugo <hv@crypt.compulink.co.uk>
52156 Date: Tue, 11 Jul 2000 12:44:50 +0100
52157 Message-Id: <200007111144.MAA04446@crypt.compulink.co.uk>
52158 Branch: cfgperl
52159 ! regexec.c t/op/re_tests
52160____________________________________________________________________________
52161[ 6336] By: jhi on 2000/07/11 13:26:47
52162 Log: Subject: [PATCH cfgperl] $& segfaults if you trick it
52163 From: simon@brecon.co.uk (Simon Cozens)
52164 Date: 7 Jul 2000 11:26:09 GMT
52165 Message-ID: <slrn8mbfif.ead.simon@justanother.perlhacker.org>
52166 Branch: cfgperl
52167 ! mg.c
52168____________________________________________________________________________
52169[ 6335] By: jhi on 2000/07/11 13:23:37
52170 Log: Subject: [ID 20000705.002] problem with perl 5.6.0 on NetBSD/sparc
52171 From: Hubert Feyrer <feyrer@rfhs8012.fh-regensburg.de>
52172 Date: Wed, 5 Jul 2000 14:56:43 +0200 (MET DST)
52173 Message-Id: <Pine.GSO.4.10.10007051452330.29215-100000@rfhpc8320.fh-regensburg.de>
52174 Branch: cfgperl
52175 + ext/DynaLoader/hints/netbsd.pl
52176 ! MANIFEST ext/DynaLoader/hints/openbsd.pl
52177____________________________________________________________________________
52178[ 6334] By: jhi on 2000/07/11 13:20:38
52179 Log: Subject: PATCH perlguts.pod: Document D and d magic types
52180 From: mjd@plover.com
52181 Date: 5 Jul 2000 18:01:51 -0000
52182 Message-ID: <20000705180151.29413.qmail@plover.com>
52183 Branch: cfgperl
52184 ! pod/perlguts.pod
52185____________________________________________________________________________
52186[ 6333] By: jhi on 2000/07/11 13:15:51
52187 Log: Precedence goof, fix based on
52188 Subject: [PATCH 5.6.0] op/taint.t continues on failed shmget()
52189 From: Hugo <hv@crypt.compulink.co.uk>
52190 Date: Tue, 11 Jul 2000 12:52:38 +0100
52191 Message-Id: <200007111152.MAA05488@crypt.compulink.co.uk>
52192 Branch: cfgperl
52193 ! t/op/taint.t
52194____________________________________________________________________________
52195[ 6332] By: jhi on 2000/07/11 12:40:17
52196 Log: Integrate with Sarathy.
52197 Branch: cfgperl
52198 !> win32/win32sck.c
52199____________________________________________________________________________
52200[ 6331] By: jhi on 2000/07/10 20:14:16
52201 Log: Sprinkle ldlibpath.
52202 Branch: cfgperl
52203 ! pod/Makefile.SH
52204____________________________________________________________________________
52205[ 6330] By: jhi on 2000/07/10 17:54:49
52206 Log: More POSIX.pod tweaks.
52207 Branch: cfgperl
52208 ! ext/POSIX/POSIX.pod
52209____________________________________________________________________________
52210[ 6329] By: jhi on 2000/07/10 14:02:12
52211 Log: Reorder perl.pod once more.
52212 Branch: cfgperl
52213 ! pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
52214____________________________________________________________________________
0b3b9d72
JH
52215[ 6328] By: gsar on 2000/07/10 07:06:00
52216 Log: accept() leaks memory on windows due to incorrect ordering of
52217 closesocket() and fclose() calls
52218 Branch: perl
52219 ! win32/win32sck.c
37590e52 52220____________________________________________________________________________
25fbdfc0
GS
52221[ 6327] By: gsar on 2000/07/10 06:49:17
52222 Log: winsock options weren't being set in all threads under ithreads
52223 (caused send()s from second and subsequent threads to fail)
37590e52 52224 Branch: perl
25fbdfc0 52225 ! win32/win32sck.c
37590e52 52226____________________________________________________________________________
51c9377f
JH
52227[ 6326] By: jhi on 2000/07/08 02:45:40
52228 Log: Fix a nit spotted by 64bit IRIX compilation: a (64-bit) pointer
52229 was cast to an unsigned (32-bit) integer with wild abandon.
52230 Branch: cfgperl
52231 ! ext/Devel/DProf/DProf.xs
52232____________________________________________________________________________
52233[ 6325] By: jhi on 2000/07/07 18:50:33
52234 Log: Remove perlbook, update perlfaq book listing,
52235 rearrange perl.pod, regenerate perltoc.
52236 Branch: cfgperl
52237 - pod/perlbook.pod
52238 ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perldiag.pod
52239 ! pod/perlfaq2.pod pod/perltoc.pod
52240____________________________________________________________________________
52241[ 6324] By: jhi on 2000/07/07 14:03:40
52242 Log: Fix the alignment problem in Crays ([ID 20000612.002]).
52243 Branch: cfgperl
52244 ! sv.h toke.c
52245____________________________________________________________________________
52246[ 6323] By: jhi on 2000/07/06 16:03:55
52247 Log: Fix complaints of buildtoc.
52248 Branch: cfgperl
52249 + lib/Win32.pod
52250 - pod/Win32.pod
52251 ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
52252____________________________________________________________________________
52253[ 6322] By: jhi on 2000/07/06 15:15:52
52254 Log: Add =head1 NAMEs so that buildtoc is happy.
52255 (The CGI::Util nit reported to Lincoln.)
52256 Branch: cfgperl
52257 ! ext/B/B/Stash.pm lib/CGI/Util.pm lib/warnings/register.pm
52258 ! pod/perltoc.pod
52259____________________________________________________________________________
52260[ 6321] By: jhi on 2000/07/06 03:16:04
52261 Log: Config is being used.
52262 Branch: cfgperl
52263 ! t/op/method.t
52264____________________________________________________________________________
52265[ 6320] By: jhi on 2000/07/06 03:13:13
52266 Log: Integrate with Sarathy.
52267 Branch: cfgperl
52268 !> lib/perl5db.pl win32/perllib.c win32/vdir.h win32/win32sck.c
52269____________________________________________________________________________
52270[ 6319] By: jhi on 2000/07/06 03:11:46
52271 Log: Autogenerate pod/Makefile and pod/buildtoc.
52272 buildtoc also checks whether the existin pods are
52273 mentioned in MANIFEST and perl.pod, and vice versa.
52274 (None of the thusly found discrepancies fixed yet.)
52275 roffitall also needs to be autogenerated similarly but it
52276 seems so badly out of date that I didn't touch it yet.
52277 Branch: cfgperl
52278 + pod/Makefile.SH pod/buildtoc.PL
52279 - pod/Makefile pod/buildtoc
52280 ! MANIFEST Makefile.SH pod/perl.pod pod/perltoc.pod
52281____________________________________________________________________________
25fbdfc0
GS
52282[ 6318] By: gsar on 2000/07/05 22:10:54
52283 Log: fix UNC path handling on Windows under ithreads, and chdir()
52284 return value when given a non-existent directory
37590e52 52285 Branch: perl
25fbdfc0 52286 ! win32/vdir.h
37590e52 52287____________________________________________________________________________
25fbdfc0
GS
52288[ 6317] By: gsar on 2000/07/05 22:08:19
52289 Log: winsock cleanup never done on Windows (leads to handle leaks)
37590e52 52290 Branch: perl
25fbdfc0 52291 ! win32/perllib.c win32/win32sck.c
37590e52 52292____________________________________________________________________________
25fbdfc0
GS
52293[ 6316] By: gsar on 2000/07/05 22:06:19
52294 Log: some debugger output does not go to the socket when RemotePort is set
37590e52 52295 Branch: perl
25fbdfc0 52296 ! lib/perl5db.pl
37590e52 52297____________________________________________________________________________
51c9377f
JH
52298[ 6315] By: jhi on 2000/07/05 00:25:21
52299 Log: Integrate with Sarathy, preliminary fix for unicos
52300 alignment problems in [ID 20000612.002] Perl problem on Cray system.
52301 Branch: cfgperl
52302 ! sv.h
52303 !> pp_hot.c
52304____________________________________________________________________________
25fbdfc0
GS
52305[ 6314] By: gsar on 2000/07/04 23:34:02
52306 Log: tyop in change#6306
52307 Branch: perl
52308 ! pp_hot.c
37590e52 52309____________________________________________________________________________
51c9377f
JH
52310[ 6313] By: jhi on 2000/07/04 22:14:38
52311 Log: Multiline string literals ENONPORTABLE.
52312 Branch: cfgperl
52313 ! pp_hot.c
52314____________________________________________________________________________
52315[ 6312] By: jhi on 2000/07/04 20:34:44
52316 Log: Integrate with Sarathy.
52317 Branch: cfgperl
52318 !> pod/perldelta.pod pod/perldiag.pod pp_hot.c t/lib/b.t
52319 !> t/op/method.t
52320____________________________________________________________________________
52321[ 6311] By: jhi on 2000/07/04 20:30:56
52322 Log: More POSIX.pod embellishment.
52323 Branch: cfgperl
52324 ! ext/POSIX/POSIX.pod
52325____________________________________________________________________________
25fbdfc0
GS
52326[ 6310] By: gsar on 2000/07/04 17:28:48
52327 Log: b.t fails under OS/2 (from Yitzchak Scott-Thoennes)
52328 Branch: perl
52329 ! t/lib/b.t
37590e52 52330____________________________________________________________________________
51c9377f
JH
52331[ 6309] By: jhi on 2000/07/04 17:22:18
52332 Log: The #6308 required a little bit more.
52333 Branch: cfgperl
52334 ! Makefile.SH win32/Makefile
52335____________________________________________________________________________
52336[ 6308] By: jhi on 2000/07/04 16:35:24
52337 Log: Rename lib.pm.PL to lib_pm.PL to keep the 8.3 people happy.
52338 Branch: cfgperl
52339 + lib/lib_pm.PL
52340 - lib/lib.pm.PL
52341 ! MANIFEST Makefile.SH
52342____________________________________________________________________________
52343[ 6307] By: jhi on 2000/07/04 16:28:58
52344 Log: Win32 patches for cfgperl from Sarathy.
52345 Branch: cfgperl
52346 ! doio.c doop.c embed.h embed.pl global.sym gv.c makedef.pl
52347 ! objXSUB.h op.c perlapi.c pp.c pp_ctl.c pp_hot.c proto.h
52348 ! thread.h toke.c util.c win32/Makefile win32/win32.c
52349____________________________________________________________________________
25fbdfc0
GS
52350[ 6306] By: gsar on 2000/07/04 16:28:40
52351 Log: better diagnostic on Frob->stuff() when Frob:: doesn't exist
52352 (from Richard Soderberg <rs@oregonnet.com>)
37590e52 52353 Branch: perl
25fbdfc0 52354 ! pod/perldelta.pod pod/perldiag.pod pp_hot.c t/op/method.t
37590e52 52355____________________________________________________________________________
51c9377f
JH
52356[ 6305] By: jhi on 2000/07/04 16:24:24
52357 Log: Integrate with Sarathy.
52358 Branch: cfgperl
52359 !> embed.h embed.pl global.sym lib/File/Spec/Mac.pm
52360 !> lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
52361 !> lib/File/Spec/Win32.pm objXSUB.h perlapi.c pod/perldiag.pod
52362 !> proto.h win32/win32.c
52363____________________________________________________________________________
25fbdfc0
GS
52364[ 6304] By: gsar on 2000/07/04 16:17:24
52365 Log: missing perldiag entry for unpack("w",...) diagnostic (from
52366 Andreas Koenig)
bc38b8f5 52367 Branch: perl
25fbdfc0 52368 ! pod/perldiag.pod
bc38b8f5 52369____________________________________________________________________________
25fbdfc0
GS
52370[ 6303] By: gsar on 2000/07/04 16:14:44
52371 Log: remove rel2abs prototypes (from Barrie Slaymaker)
bc38b8f5 52372 Branch: perl
25fbdfc0
GS
52373 ! lib/File/Spec/Mac.pm lib/File/Spec/Unix.pm
52374 ! lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm
bc38b8f5 52375____________________________________________________________________________
25fbdfc0
GS
52376[ 6302] By: gsar on 2000/07/04 04:59:35
52377 Log: adjust change#6299
bc38b8f5 52378 Branch: perl
25fbdfc0
GS
52379 ! embed.h embed.pl global.sym objXSUB.h perlapi.c proto.h
52380 ! win32/win32.c
bc38b8f5 52381____________________________________________________________________________
51c9377f
JH
52382[ 6301] By: jhi on 2000/07/04 04:50:07
52383 Log: Integrate with Sarathy.
52384 Branch: cfgperl
52385 !> embed.h embed.pl embedvar.h global.sym hv.c intrpvar.h
52386 !> makedef.pl objXSUB.h perl.c perl.h perlapi.c perlapi.h
52387 !> pp_hot.c proto.h sv.c t/io/argv.t win32/win32.c
52388____________________________________________________________________________
25fbdfc0
GS
52389[ 6300] By: gsar on 2000/07/04 04:42:09
52390 Log: PERL_OBJECT build tweak
ee517269 52391 Branch: perl
25fbdfc0 52392 ! perl.h
ee517269 52393____________________________________________________________________________
25fbdfc0
GS
52394[ 6299] By: gsar on 2000/07/04 04:37:00
52395 Log: fix memory leak on Windows (PL_sys_intern contents were never
52396 freed)
ee517269 52397 Branch: perl
25fbdfc0
GS
52398 ! embed.h embed.pl global.sym makedef.pl objXSUB.h perl.c
52399 ! perlapi.c proto.h win32/win32.c
ee517269 52400____________________________________________________________________________
25fbdfc0
GS
52401[ 6298] By: gsar on 2000/07/04 04:15:59
52402 Log: fix large memory leak that has been around for ever, masked by
52403 -DPURIFY (most of the arenas were never freed!)
ee517269 52404 Branch: perl
25fbdfc0 52405 ! embedvar.h global.sym hv.c intrpvar.h perl.c perlapi.h sv.c
ee517269 52406____________________________________________________________________________
25fbdfc0
GS
52407[ 6297] By: gsar on 2000/07/04 04:07:46
52408 Log: fix ~320 byte memory leak (psig_{ptr,name} tables were never freed)
ee517269 52409 Branch: perl
25fbdfc0 52410 ! perl.c
ee517269 52411____________________________________________________________________________
51c9377f
JH
52412[ 6296] By: jhi on 2000/06/30 18:28:37
52413 Log: Elaborate POSIX.pod. Still needs work.
52414 Branch: cfgperl
52415 ! ext/POSIX/POSIX.pod
52416____________________________________________________________________________
52417[ 6295] By: jhi on 2000/06/30 14:58:18
52418 Log: Point to perlipc for more SysV IPC examples.
52419 Branch: cfgperl
52420 ! pod/perlfunc.pod
52421____________________________________________________________________________
25fbdfc0
GS
52422[ 6294] By: gsar on 2000/06/30 14:47:45
52423 Log: slurp mode fix in change#4736 still not quite right
52424 Branch: perl
52425 ! pp_hot.c t/io/argv.t
ee517269 52426____________________________________________________________________________
51c9377f
JH
52427[ 6293] By: jhi on 2000/06/30 12:02:55
52428 Log: Integrate with Sarathy.
52429 Branch: cfgperl
52430 !> cop.h pp_ctl.c pp_hot.c t/op/args.t
52431____________________________________________________________________________
52432[ 6292] By: jhi on 2000/06/30 12:01:11
52433 Log: From: simon@brecon.co.uk (Simon Cozens)
52434 Subject: UTF8 concat
52435 Date: 30 Jun 2000 06:13:25 GMT
52436 Message-ID: <slrn8loek5.9ai.simon@justanother.perlhacker.org>
52437 Branch: cfgperl
52438 ! pp_hot.c
52439____________________________________________________________________________
52440[ 6291] By: gsar on 2000/06/30 04:37:33
52441 Log: dounwind() may cause POPSUB() to diddle the wrong PL_curpad
52442 when @_ is modified, causing coredumps
52443 Branch: perl
52444 ! cop.h pp_ctl.c pp_hot.c t/op/args.t
52445____________________________________________________________________________
52446[ 6290] By: jhi on 2000/06/30 02:21:44
52447 Log: Integrate with Sarathy.
52448 Branch: cfgperl
52449 !> vms/vms.c vms/vmsish.h
52450____________________________________________________________________________
52451[ 6289] By: jhi on 2000/06/30 02:21:02
52452 Log: Check VERSIONs.
52453 Branch: cfgperl
52454 ! lib/File/Spec/Functions.pm lib/File/Spec/Mac.pm
52455 ! lib/File/Spec/OS2.pm lib/File/Spec/Unix.pm
52456 ! lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm
52457____________________________________________________________________________
52458[ 6288] By: jhi on 2000/06/30 02:18:52
52459 Log: Integrate with Sarathy.
52460 Branch: cfgperl
52461 !> ext/Opcode/Opcode.xs lib/File/Spec.pm
52462 !> lib/File/Spec/Functions.pm lib/File/Spec/Mac.pm
52463 !> lib/File/Spec/OS2.pm lib/File/Spec/Unix.pm
52464 !> lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm pod/perlembed.pod
52465____________________________________________________________________________
52466[ 6287] By: gsar on 2000/06/30 02:17:08
52467 Log: integrate vmsperl changes into mainline
52468 Branch: perl
52469 !> vms/vms.c vms/vmsish.h
52470____________________________________________________________________________
52471[ 6285] By: gsar on 2000/06/30 02:05:28
52472 Log: localize %INC in a Safe compartment so that use/require work
52473 (many other magic globals probably need similar treatment)
52474 Branch: perl
52475 ! ext/Opcode/Opcode.xs
52476____________________________________________________________________________
52477[ 6284] By: gsar on 2000/06/30 01:54:54
52478 Log: tweak perlembed for multiplicity/usethreads sanity; correct notes
52479 about Windows
52480 Branch: perl
52481 ! pod/perlembed.pod
52482____________________________________________________________________________
52483[ 6283] By: jhi on 2000/06/30 01:50:10
52484 Log: Subject: [PATCH bleedperl] File::Spec 0.82 beta
52485 From: Barrie Slaymaker <barries@jester.slaysys.com>
52486 Date: Wed, 28 Jun 2000 11:35:29 -0400
52487 Message-Id: <200006281535.LAA21095@jester.slaysys.com>
52488 Branch: perl
52489 ! lib/File/Spec.pm lib/File/Spec/Functions.pm
52490 ! lib/File/Spec/Mac.pm lib/File/Spec/OS2.pm
52491 ! lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
52492 ! lib/File/Spec/Win32.pm
52493____________________________________________________________________________
52494[ 6282] By: jhi on 2000/06/29 22:57:22
52495 Log: Subject: [PATCH 5.6.0]ITHREADs for VMS
52496 From: Dan Sugalski <dan@sidhe.org>
52497 Date: Tue, 06 Jun 2000 11:59:50 -0400
52498 Message-Id: <4.3.2.7.0.20000606115752.01c82220@24.8.96.48>
52499 Branch: cfgperl
52500 ! vms/vms.c
52501____________________________________________________________________________
52502[ 6281] By: jhi on 2000/06/29 22:52:50
52503 Log: Subject: [PATCH 5.6.0] utils/h2xs.PL
52504 From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
52505 Date: Wed, 7 Jun 2000 04:02:04 -0500
52506 Message-ID: <20000607040201.A22568@staff1.cso.uiuc.edu>
52507 Branch: cfgperl
52508 ! utils/h2xs.PL
52509____________________________________________________________________________
52510[ 6280] By: jhi on 2000/06/29 22:45:47
52511 Log: Subject: Re: backwards compatibility in h2xs and makemaker [PATCH]
52512 From: rspier@pobox.com (Robert Spier)
52513 Date: Wed, 7 Jun 2000 12:47:37 -0400 (EDT)
52514 Message-ID: <14654.31913.845602.610277@rls.cx>
52515 Branch: cfgperl
52516 ! utils/h2xs.PL
52517____________________________________________________________________________
52518[ 6279] By: jhi on 2000/06/29 22:38:16
52519 Log: Subject: [ID 20000602.002] [PATCH] perlsub.pod: ambiguous usage of "closure"
52520 From: Tim Ayers <tayers@bridge.com>
52521 Date: Thu, 08 Jun 2000 08:11:06 +0200
52522 Message-id: <393F38FA.9B5F4C7D@m.dasa.de>
52523 [resent by Richard Foley, Message-Id probably wrong]
52524 Branch: cfgperl
52525 ! pod/perlsub.pod
52526____________________________________________________________________________
52527[ 6278] By: jhi on 2000/06/29 22:21:45
52528 Log: Subject: [ID 20000609.002] Text::Wrap::wrap does not handle multiline strings properly
52529 From: "Milton L. Hankins" <mlh@swl.msd.ray.com>
52530 Date: Fri, 09 Jun 2000 12:39:27 -0400
52531 Message-Id: <39411DBF.A04BB1A@swl.msd.ray.com>
52532 (plus update the version "number" of Text::Wrap)
52533 Branch: cfgperl
52534 ! lib/Text/Wrap.pm
52535____________________________________________________________________________
52536[ 6277] By: jhi on 2000/06/29 22:13:10
52537 Log: Subject: [PATCH] Re: [ID 20000612.001] map {chop; $_} (Literals problem)
52538 From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
52539 Date: Mon, 12 Jun 2000 14:55:59 +0100
52540 Message-Id: <E131Uh5-0002cj-00@ursa.cus.cam.ac.uk>
52541 Branch: cfgperl
52542 ! pod/perlfunc.pod
52543____________________________________________________________________________
52544[ 6276] By: jhi on 2000/06/29 22:11:06
52545 Log: Subject: [PATCH] Re: eval documentation: context
52546 From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
52547 Date: Mon, 12 Jun 2000 15:07:29 +0100
52548 Message-Id: <E131UsD-0002ke-00@ursa.cus.cam.ac.uk>
52549 Branch: cfgperl
52550 ! pod/perlfunc.pod
52551____________________________________________________________________________
52552[ 6275] By: jhi on 2000/06/29 21:59:46
52553 Log: Subject: [PATCH] 5.6.0 lib/Pod/{Html,Man,Text}.pm
52554 From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
52555 Date: Tue, 13 Jun 2000 02:43:48 -0500
52556 Message-ID: <20000613024347.A28388@staff2.cso.uiuc.edu>
52557 Branch: cfgperl
52558 ! lib/Pod/Html.pm lib/Pod/Man.pm lib/Pod/Text.pm
52559____________________________________________________________________________
52560[ 6274] By: jhi on 2000/06/29 21:56:14
52561 Log: Subject: [ID 20000614.003] 5.6.0 File/Glob.pm incompatibility
52562 From: Andy Dougherty <doughera@lafayette.edu>
52563 Date: Wed, 14 Jun 2000 13:33:32 -0400 (EDT)
52564 Message-Id: <Pine.SOL.4.10.10006141332220.3643-100000@maxwell.phys.lafayette.edu>
52565 Branch: cfgperl
52566 ! ext/File/Glob/Glob.pm
52567____________________________________________________________________________
52568[ 6273] By: jhi on 2000/06/29 21:49:09
52569 Log: Subject: [PATCH] xsub attributes
52570 From: Doug MacEachern <dougm@covalent.net>
52571 Date: Wed, 14 Jun 2000 15:09:22 -0700 (PDT)
52572 Message-ID: <Pine.LNX.4.10.10006141456050.340-100000@mojo.covalent.net>
52573 Branch: cfgperl
52574 ! embed.h embed.pl embedvar.h global.sym lib/ExtUtils/xsubpp
52575 ! objXSUB.h op.c perlapi.c perlapi.h proto.h
52576____________________________________________________________________________
52577[ 6272] By: jhi on 2000/06/29 21:41:28
52578 Log: Subject: [ID 20000614.005] [patch] Tweak to Net::Ping docs
52579 From: Tom Phoenix <rootbeer@redcat.com>
52580 Received: (qmail 6398 invoked by uid 508); 15 Jun 2000 00:30:54 -0000
52581 Date: Wed, 14 Jun 2000 17:30:37 -0700 (PDT)
52582 Branch: cfgperl
52583 ! lib/Net/Ping.pm
52584____________________________________________________________________________
52585[ 6271] By: jhi on 2000/06/29 21:36:55
52586 Log: Subject: PATCH pod/perltie.pod
52587 From: Ian Phillipps <Ian.Phillipps@iname.com>
52588 Date: Fri, 16 Jun 2000 00:17:19 +0100
52589 Message-ID: <20000616001719.A17108@homer.diplex.co.uk>
52590 (only the first hunk, the second hunk had already been done
52591 by some other patch)
52592 Branch: cfgperl
52593 ! pod/perltie.pod
52594____________________________________________________________________________
52595[ 6270] By: jhi on 2000/06/29 21:24:51
52596 Log: Subject: PATCH (Re: [ID 20000612.004] Should regression tests fail if user doesn't build XS extensions?)
52597 From: Nicholas Clark <nick@talking.bollo.cx>
52598 Date: Fri, 23 Jun 2000 16:21:15 +0100
52599 Message-ID: <20000623162115.A19894@Bagpuss.unfortu.net>
52600 Branch: cfgperl
52601 ! t/lib/anydbm.t t/lib/dprof.t t/lib/dumper-ovl.t t/lib/dumper.t
52602 ! t/lib/hostname.t t/lib/ipc_sysv.t t/op/taint.t
52603____________________________________________________________________________
52604[ 6269] By: jhi on 2000/06/29 19:38:15
52605 Log: Regen headers for #6261 (and update embed.pl for this) and #6267,
52606 silence few compiler warnings.
52607 Branch: cfgperl
52608 ! doop.c embed.pl global.sym objXSUB.h op.c proto.h toke.c
52609____________________________________________________________________________
52610[ 6268] By: jhi on 2000/06/29 18:21:50
52611 Log: Subject: [PATCH perl-current] Make op/sprintf.t more comprehensive
52612 From: Dominic Dunlop <domo@computer.org>
52613 Date: Thu, 29 Jun 2000 12:32:39 +0200
52614 Message-Id: <p04320403b580cc1338db@[192.168.1.4]>
52615 Branch: cfgperl
52616 ! t/op/sprintf.t
52617____________________________________________________________________________
52618[ 6267] By: jhi on 2000/06/29 18:16:07
52619 Log: Subject: Re: [PATCH] Re: Speeding up method lookups
52620 From: Doug MacEachern <dougm@covalent.net>
52621 Date: Sun, 18 Jun 2000 13:24:55 -0700 (PDT)
52622 Message-ID: <Pine.LNX.4.10.10006181306031.397-100000@mojo.covalent.net>
52623 Branch: cfgperl
52624 + t/op/method2entersub.t
52625 ! MANIFEST embed.pl lib/ExtUtils/Install.pm lib/File/Spec/Mac.pm
52626 ! lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
52627 ! lib/File/Spec/Win32.pm lib/base.pm op.c perl.h t/op/sprintf.t
52628 ! xsutils.c
52629____________________________________________________________________________
52630[ 6266] By: jhi on 2000/06/29 15:11:15
52631 Log: Subject: [PATCH 5.6.0] cygwin port
52632 Message-ID: <779F20BCCE5AD31186A50008C75D997917173C@silldn_mail1.sanwaint.com>
52633 From: "Fifer, Eric" <EFifer@sanwaint.com>
52634 Date: Thu, 29 Jun 2000 12:58:29 +0100
52635 Branch: cfgperl
52636 ! cygwin/Makefile.SHs
52637____________________________________________________________________________
52638[ 6265] By: jhi on 2000/06/29 15:04:05
52639 Log: Subject: Re: [ID 20000628.006] POSIX::STRERR_FILENO typo
52640 From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
52641 Date: Wed, 28 Jun 2000 17:50:12 -0700
52642 Message-ID: <E1pW5gzkg2kV092yn@efn.org>
52643 Branch: cfgperl
52644 ! ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs
52645____________________________________________________________________________
52646[ 6264] By: jhi on 2000/06/29 15:00:57
52647 Log: Subject: [ID 20000628.004] Re: Problem compiling perl? [BSDI-Support-Request #71232]
52648 From: Marty Lucich <marty@netcom.com>
52649 Date: Wed, 28 Jun 2000 14:16:05 -0700 (PDT)
52650 Message-Id: <200006282116.OAA11148@netcom.com>
52651 ccdlflags update (the BSD/OS 4.1 part had already been taken
52652 care of by #6141).
52653 Branch: cfgperl
52654 ! hints/bsdos.sh
52655____________________________________________________________________________
52656[ 6263] By: jhi on 2000/06/29 13:47:44
52657 Log: tr fixes from Simon Cozens
52658 Branch: cfgperl
52659 ! doop.c
52660____________________________________________________________________________
52661[ 6262] By: jhi on 2000/06/28 18:46:01
52662 Log: Subject: 5.6.0 Patch for EPOC
52663 From: Olaf Flebbe <o.flebbe@gmx.de>
52664 Date: Tue, 13 Jun 2000 22:59:29 +0200 (MEST)
52665 Message-ID: <23449.960929969@www11.gmx.net>
52666 Branch: cfgperl
52667 ! README.epoc epoc/config.sh epoc/createpkg.pl epoc/epocish.c
52668 ! epoc/epocish.h
52669____________________________________________________________________________
52670[ 6261] By: jhi on 2000/06/28 18:29:07
52671 Log: Subject: Re: [PATCH cfgperl] BOMs away!
52672 From: simon@brecon.co.uk (Simon Cozens)
52673 Date: 17 Jun 2000 11:49:57 GMT
52674 Message-ID: <slrn8kmpf5.8pl.simon@justanother.perlhacker.org>
52675 Branch: cfgperl
52676 ! pod/perldiag.pod t/comp/require.t toke.c
52677____________________________________________________________________________
52678[ 6260] By: jhi on 2000/06/28 17:47:16
52679 Log: Subject: Re: [PATCH] pack('U',$foo) doesn't UTF8
52680 From: simon@brecon.co.uk (Simon Cozens)
52681 Date: 17 Jun 2000 11:56:44 GMT
52682 Message-ID: <slrn8kmprs.8pl.simon@justanother.perlhacker.org>
52683 pack U0, pack C0
52684 Branch: cfgperl
52685 ! pod/perlfunc.pod pp.c t/op/pack.t
52686____________________________________________________________________________
52687[ 6259] By: jhi on 2000/06/28 16:43:17
52688 Log: perlnewmod was missing from MANIFEST.
52689 Branch: cfgperl
52690 ! MANIFEST
52691____________________________________________________________________________
52692[ 6258] By: jhi on 2000/06/28 15:54:30
52693 Log: linenumber tweak
52694 Branch: cfgperl
52695 ! t/pragma/warn/regcomp
52696____________________________________________________________________________
52697[ 6257] By: jhi on 2000/06/28 15:50:44
52698 Log: Subject: Re: [PATCH] "Constant subroutine redefined" mandatory warning
52699 From: Doug MacEachern <dougm@covalent.net>
52700 Date: Sun, 25 Jun 2000 12:11:28 -0700 (PDT)
52701 Message-ID: <Pine.LNX.4.10.10006251209191.461-100000@mojo.covalent.net>
52702 (one part of the patch had been applied earlier)
52703 Branch: cfgperl
52704 ! op.c sv.c t/pragma/constant.t t/pragma/warn/op
52705____________________________________________________________________________
52706[ 6256] By: jhi on 2000/06/28 15:40:22
52707 Log: tweaks from Simon Cozens to further fix tr/// under utf8
52708 Branch: cfgperl
52709 ! doop.c
52710____________________________________________________________________________
52711[ 6255] By: jhi on 2000/06/28 15:33:45
52712 Log: small thinko tweaks
52713 Branch: cfgperl
52714 ! lib/IPC/Open3.pm t/op/my_stash.t
52715____________________________________________________________________________
52716[ 6254] By: jhi on 2000/06/28 15:33:25
52717 Log: Subject: tr///, help wanted.
52718 From: simon@brecon.co.uk (Simon Cozens)
52719 Date: 28 Jun 2000 11:29:04 GMT
52720 Message-ID: <slrn8ljoc0.fbd.simon@justanother.perlhacker.org>
52721 Branch: cfgperl
52722 ! doop.c embed.h embed.pl embedvar.h global.sym objXSUB.h
52723 ! pp_proto.h proto.h t/op/tr.t
52724____________________________________________________________________________
52725[ 6253] By: jhi on 2000/06/28 15:09:17
52726 Log: Paranoia tweak on #6249.
52727 Subject: Re: [PATCH 5.6.0 IPC/Open3.pm] Allow the use of numeric fd's
52728 From: Ronald J Kimball <rjk@linguist.dartmouth.edu>
52729 Date: Sun, 25 Jun 2000 23:43:12 -0400
52730 Message-ID: <20000625234312.B74147@linguist.dartmouth.edu>
52731 Branch: cfgperl
52732 ! lib/IPC/Open3.pm
52733____________________________________________________________________________
52734[ 6252] By: jhi on 2000/06/28 15:01:38
52735 Log: Document #6249 and #6251.
52736 Branch: cfgperl
52737 ! lib/Exporter.pm lib/IPC/Open3.pm
52738____________________________________________________________________________
52739[ 6251] By: jhi on 2000/06/28 14:50:43
52740 Log: Subject: [PATCH] inline AUTOLOADed constants via Exporter.pm
52741 From: Doug MacEachern <dougm@covalent.net>
52742 Date: Fri, 23 Jun 2000 00:16:39 -0700 (PDT)
52743 Message-ID: <Pine.LNX.4.10.10006230009400.322-100000@mojo.covalent.net>
52744 Branch: cfgperl
52745 ! lib/Exporter.pm
52746____________________________________________________________________________
52747[ 6250] By: jhi on 2000/06/28 14:45:23
52748 Log: Subject: Re: [PATCH] support 'my __PACKAGE__ $obj = ...'
52749 From: Doug MacEachern <dougm@covalent.net>
52750 Date: Tue, 27 Jun 2000 14:17:28 -0700 (PDT)
52751 Message-ID: <Pine.LNX.4.10.10006271412340.7587-100000@mojo.covalent.net>
52752 Branch: cfgperl
52753 + t/op/my_stash.t
52754 ! MANIFEST embed.pl global.sym proto.h toke.c
52755____________________________________________________________________________
52756[ 6249] By: jhi on 2000/06/28 14:36:34
52757 Log: Subject: Re: [PATCH 5.6.0 IPC/Open3.pm] Allow the use of numeric fd's
52758 From: Frank Tobin <ftobin@uiuc.edu>
52759 Date: Sun, 25 Jun 2000 19:00:58 -0500 (CDT)
52760 Message-ID: <Pine.BSF.4.21.0006251855340.20487-100000@srh0902.urh.uiuc.edu>
52761 Branch: cfgperl
52762 ! lib/IPC/Open3.pm
52763____________________________________________________________________________
52764[ 6248] By: jhi on 2000/06/28 14:11:25
52765 Log: Subject: DOC PATCH 5.6.0: perlfunc/sprintf does not contain an example
52766 From: Mark-Jason Dominus <mjd@plover.com>
52767 Date: Tue, 27 Jun 2000 22:36:42 -0400
52768 Message-ID: <20000628023642.12166.qmail@plover.com>
52769 Branch: cfgperl
52770 ! pod/perlfunc.pod
52771____________________________________________________________________________
52772[ 6247] By: jhi on 2000/06/27 12:46:37
52773 Log: Tweak $VERSION, patch from Doug MacEachern.
52774 Branch: cfgperl
52775 ! lib/File/Spec.pm
52776____________________________________________________________________________
52777[ 6246] By: jhi on 2000/06/27 03:34:46
52778 Log: Allow for standalone testing.
52779 Branch: cfgperl
52780 ! t/lib/filefunc.t t/lib/filespec.t
52781____________________________________________________________________________
52782[ 6245] By: jhi on 2000/06/27 02:50:02
52783 Log: Subject: [ID 20000624.001] PERL_DL_DEBUG=1 DynaLoader message appears to be wrong
52784 From: Nicholas Clark <nick@Bagpuss.unfortu.net>
52785 Date: Sat, 24 Jun 2000 13:06:20 +0100
52786 Message-Id: <200006241206.NAA03771@Bagpuss.unfortu.net>
52787 Branch: cfgperl
52788 ! ext/DynaLoader/DynaLoader_pm.PL
52789____________________________________________________________________________
52790[ 6244] By: jhi on 2000/06/27 02:46:10
52791 Log: Subject: [PATCH] avoid mg_ptr in '*' magic
52792 From: Doug MacEachern <dougm@covalent.net>
52793 Date: Sun, 25 Jun 2000 11:16:08 -0700 (PDT)
52794 Message-ID: <Pine.LNX.4.10.10006251045190.461-100000@mojo.covalent.net>
52795 Branch: cfgperl
52796 ! gv.c sv.c t/lib/peek.t
52797____________________________________________________________________________
52798[ 6243] By: jhi on 2000/06/27 02:38:07
52799 Log: Subject: [PATCH] is_utf8_string
52800 From: simon@brecon.co.uk (Simon Cozens)
52801 Date: 26 Jun 2000 02:25:59 GMT
52802 Message-ID: <slrn8ldfpn.h5k.simon@justanother.perlhacker.org>
52803 Branch: cfgperl
52804 ! embed.h embed.pl embedvar.h global.sym objXSUB.h perlapi.c
52805 ! perlapi.h pod/perlapi.pod pod/perlintern.pod pp_proto.h
52806 ! proto.h utf8.c
52807____________________________________________________________________________
52808[ 6242] By: jhi on 2000/06/27 02:24:00
52809 Log: Subject: [PATCH] bytes<->utf8 fixes
52810 From: simon@brecon.co.uk (Simon Cozens)
52811 Date: 26 Jun 2000 04:55:45 GMT
52812 Message-ID: <slrn8ldoih.fbd.simon@justanother.perlhacker.org>
52813 Branch: cfgperl
52814 ! embed.pl perlapi.c pod/perlapi.pod proto.h utf8.c
52815____________________________________________________________________________
52816[ 6241] By: jhi on 2000/06/27 02:12:42
52817 Log: Do no -warn on \_, only on \alpha.
52818 Subject: New Unrecognized escape warning for /\_/ from activestate perl-current5.6.0
52819 From: David Dyck <dcd@tc.fluke.com>
52820 Date: Mon, 26 Jun 2000 09:32:02 -0700 (PDT)
52821 Message-ID: <Pine.LNX.4.05.10006260830280.3054-100000@dd.tc.fluke.com>
52822 Branch: cfgperl
52823 ! regcomp.c t/pragma/warn/regcomp t/pragma/warn/toke toke.c
52824____________________________________________________________________________
52825[ 6240] By: jhi on 2000/06/27 02:00:01
52826 Log: Subject: [ID 20000626.007] h2xs man page contains trailing garbage
52827 From: Nicholas Clark <nick@Bagpuss.unfortu.net>
52828 Date: Mon, 26 Jun 2000 18:40:14 +0100
52829 Message-Id: <200006261740.SAA02740@Bagpuss.unfortu.net>
52830 Branch: cfgperl
52831 ! utils/h2xs.PL
52832____________________________________________________________________________
52833[ 6239] By: jhi on 2000/06/27 01:53:40
52834 Log: Configure maintenance. Sever some dependency cycles,
52835 separate gccversion from the cc unit,
52836 address [ID 20000623.006] Configure script patch for using gcc on AIX
52837 (but solve it a little bit differently),
52838 unduplex some accidentally duplicated units,
52839 suggest using gcc if no cc available
52840 (p5p thread: "Solaris configure: counterproposal", 1999-09)
52841 Branch: cfgperl
52842 ! Configure Todo-5.6 config_h.SH
52843 Branch: metaconfig
52844 ! U/modified/Config_h.U U/modified/cc.U U/modified/cpp_stuff.U
52845 ! U/modified/libs.U U/modified/models.U U/modified/usrinc.U
52846 Branch: metaconfig/U/perl
52847 + gccvers.U
52848 ! d_getespwnam.U d_getprpwnam.U i_prot.U
52849____________________________________________________________________________
52850[ 6238] By: jhi on 2000/06/25 18:04:56
52851 Log: Subject: [PATCH 5.6.0] XS module loading fixup for VMS
52852 From: Dan Sugalski <dan@sidhe.org>
52853 Date: Fri, 23 Jun 2000 17:00:00 -0400
52854 Message-Id: <4.3.2.7.0.20000623165934.00c93d10@24.8.96.48>
52855 Branch: cfgperl
52856 ! lib/ExtUtils/MM_VMS.pm vms/vms.c
52857____________________________________________________________________________
52858[ 6237] By: jhi on 2000/06/25 16:36:45
52859 Log: Tweak embed.pl, regen headers.
52860 Branch: cfgperl
52861 ! embed.h embed.pl embedvar.h ext/B/B/Asmdata.pm
52862 ! ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h global.sym
52863 ! keywords.h lib/warnings.pm objXSUB.h opcode.h opnames.h
52864 ! perlapi.c perlapi.h pod/perlapi.pod pod/perlintern.pod pp.sym
52865 ! pp_proto.h proto.h regnodes.h utf8.c warnings.h
52866____________________________________________________________________________
52867[ 6236] By: jhi on 2000/06/25 15:26:42
52868 Log: Regen headers.
52869 Branch: cfgperl
52870 ! embed.h embedvar.h ext/B/B/Asmdata.pm ext/ByteLoader/byterun.c
52871 ! ext/ByteLoader/byterun.h global.sym keywords.h lib/warnings.pm
52872 ! objXSUB.h opcode.h opnames.h perlapi.c perlapi.h
52873 ! pod/perlapi.pod pod/perlintern.pod pp.sym pp_proto.h proto.h
52874 ! regnodes.h warnings.h
52875____________________________________________________________________________
52876[ 6235] By: jhi on 2000/06/23 19:39:35
52877 Log: The thread begun by
52878 Subject: [ID 20000616.001] Typo on line 390 of .../hints/solaris_2.sh
52879 From: Kevin.Ruscoe@ubsw.com
52880 Date: Fri, 16 Jun 2000 16:38:51 +0100
52881 Message-Id: <H000019b03c300d6@MHS>
52882 Branch: cfgperl
52883 ! hints/solaris_2.sh
ee517269 52884____________________________________________________________________________
51c9377f
JH
52885[ 6234] By: jhi on 2000/06/23 19:23:36
52886 Log: Prefer C:/temp in Win32 as File::Spec->tmpdir to /tmp
52887 because when run as services (Win32ese for daemons)
52888 no environment variables are set and tmpdir ends up as /tmp,
52889 which is ambiguous.
52890
52891 Subject:[ID 20000616.002] File::Spec->tmpdir broken when running as service
52892 From: matt@sergeant.org
52893 Date: 16 Jun 2000 16:30:43 -0000
52894 Message-Id: <20000616163043.26398.qmail@mail.sergeant.org>
52895 Branch: cfgperl
52896 ! lib/File/Spec/Win32.pm
ee517269 52897____________________________________________________________________________
51c9377f
JH
52898[ 6233] By: jhi on 2000/06/23 19:18:58
52899 Log: Subject: PATCH 5.6.0: Document OPf_SPECIAL flag in regcomp op nodes
52900 From: Mark-Jason Dominus <mjd@plover.com>
52901 Date: Fri, 16 Jun 2000 20:53:04 -0400
52902 Message-ID: <20000617005304.8008.qmail@plover.com>
52903 Branch: cfgperl
52904 ! op.h
ee517269 52905____________________________________________________________________________
51c9377f
JH
52906[ 6232] By: jhi on 2000/06/23 16:10:02
52907 Log: Subject: PATCH: pod/perlutil.pod - utilities packaged with the Perl distribution
52908 From: simon@brecon.co.uk (Simon Cozens)
52909 Date: 19 Jun 2000 15:18:27 GMT
52910 Message-ID: <slrn8ksee3.cp9.simon@justanother.perlhacker.org>
52911
52912 plus update pod/Makefile and regenerate perltoc
52913 Branch: cfgperl
52914 + pod/perlutil.pod
52915 ! MANIFEST Todo-5.6 pod/Makefile pod/perltoc.pod pod/roffitall
ee517269 52916____________________________________________________________________________
51c9377f
JH
52917[ 6231] By: jhi on 2000/06/23 15:19:18
52918 Log: Subject: [PATCH 5.6.0] cygwin port
52919 From: "Fifer, Eric" <EFifer@sanwaint.com>
52920 Date: Tue, 20 Jun 2000 14:30:58 +0100
52921 Message-ID: <779F20BCCE5AD31186A50008C75D9979171734@silldn_mail1.sanwaint.com>
52922 Branch: cfgperl
52923 ! README.cygwin lib/File/Find.pm
52924____________________________________________________________________________
52925[ 6230] By: jhi on 2000/06/23 14:25:21
52926 Log: Upgrade to File::Spec 0.810_01 from CPAN by Barrie Slaymaker.
52927 Branch: cfgperl
25fbdfc0
GS
52928 ! lib/File/Spec.pm lib/File/Spec/Functions.pm
52929 ! lib/File/Spec/Mac.pm lib/File/Spec/OS2.pm
52930 ! lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
51c9377f
JH
52931 ! lib/File/Spec/Win32.pm t/lib/filefunc.t t/lib/filespec.t
52932____________________________________________________________________________
52933[ 6229] By: jhi on 2000/06/23 14:13:34
52934 Log: Subject: README.hpux version 0.6.1
52935 Date: Tue, 20 Jun 2000 15:25:51 -0700 (PDT)
52936 From: Jeff Okamoto <okamoto@xfiles.intercon.hp.com>
52937 Message-Id: <200006202225.PAA26205@xfiles.intercon.hp.com>
52938 Branch: cfgperl
52939 ! README.hpux
52940____________________________________________________________________________
52941[ 6228] By: jhi on 2000/06/23 14:07:20
52942 Log: Subject: [PATCH] "Constant subroutine redefined" mandatory warning
52943 From: Doug MacEachern <dougm@covalent.net>
52944 Date: Tue, 20 Jun 2000 21:23:56 -0700 (PDT)
52945 Message-ID: <Pine.LNX.4.10.10006202116340.321-100000@mojo.covalent.net>
52946 Branch: cfgperl
52947 ! op.c
52948____________________________________________________________________________
52949[ 6227] By: jhi on 2000/06/23 14:01:06
52950 Log: Subject: [PATCH] lib.pm -> lib.pm.PL
52951 From: Doug MacEachern <dougm@covalent.net>
52952 Date: Tue, 20 Jun 2000 22:14:41 -0700 (PDT)
52953 Message-ID: <Pine.LNX.4.10.10006202208210.321-100000@mojo.covalent.net>
52954 Branch: cfgperl
52955 + lib/lib.pm.PL
52956 - lib/lib.pm
52957 ! MANIFEST Makefile.SH
52958____________________________________________________________________________
52959[ 6226] By: jhi on 2000/06/23 13:53:07
52960 Log: Subject: [PATCH] remove forward declarations in Socket.pm
52961 From: Doug MacEachern <dougm@covalent.net>
52962 Date: Tue, 20 Jun 2000 21:54:12 -0700 (PDT)
52963 Message-ID: <Pine.LNX.4.10.10006202149190.321-100000@mojo.covalent.net>
52964
52965 From: Doug MacEachern <dougm@covalent.net>
52966 Subject: Re: [PATCH] remove forward declarations in Socket.pm
52967 Date: Fri, 23 Jun 2000 00:09:29 -0700 (PDT)
52968 Message-ID: <Pine.LNX.4.10.10006222349440.322-100000@mojo.covalent.net>
52969 Branch: cfgperl
52970 ! ext/Socket/Socket.pm op.c
52971____________________________________________________________________________
52972[ 6225] By: jhi on 2000/06/23 13:41:52
52973 Log: Add source code filenames to apidoc.
52974 From: simon@brecon.co.uk (Simon Cozens)
52975 Subject: [PATCH embed.pl] Source X-ref
52976 Date: 22 Jun 2000 02:18:49 GMT
52977 Message-ID: <slrn8l2ts8.h5k.simon@justanother.perlhacker.org>
52978 Branch: cfgperl
52979 ! embed.pl
52980____________________________________________________________________________
52981[ 6224] By: jhi on 2000/06/23 13:32:33
52982 Log: A way to avoid English.pm performance hit.
52983 From: root <root@jester.slaysys.com>
52984 Subject: [YAPATCH English.pm] My turn to putt again
52985 Date: Thu, 22 Jun 2000 20:33:58 -0400
52986 Message-Id: <200006230033.UAA05960@jester.slaysys.com>
52987 Branch: cfgperl
52988 ! lib/English.pm t/lib/english.t
52989____________________________________________________________________________
52990[ 6223] By: jhi on 2000/06/23 13:27:06
52991 Log: Avoid double close().
52992 Subject: [PATCH] avoid double close()
52993 From: Doug MacEachern <dougm@covalent.net>
52994 Date: Thu, 22 Jun 2000 23:08:06 -0700 (PDT)
52995 Message-ID: <Pine.LNX.4.10.10006222251260.322-100000@mojo.covalent.net>
52996 Branch: cfgperl
52997 ! doio.c
52998____________________________________________________________________________
52999[ 6222] By: jhi on 2000/06/23 13:25:54
53000 Log: doc typo fix
53001 Subject: [PATCH] documentation typo in lib/Pod/Usage.pm
53002 From: Ian Phillipps <Ian.Phillipps@iname.com>
53003 Date: Fri, 23 Jun 2000 10:40:58 +0100
53004 Message-ID: <20000623104058.A22791@homer.diplex.co.uk>
53005 Branch: cfgperl
53006 ! lib/Pod/Usage.pm
53007____________________________________________________________________________
53008[ 6221] By: jhi on 2000/06/23 13:24:15
53009 Log: Remove tr///CU (the feature is to be obsoleted by better interfaces).
53010 From: simon@brecon.co.uk (Simon Cozens)
53011 Subject: [PATCH] Eliminate tr///[CU][CU]
53012 Date: 23 Jun 2000 11:05:40 GMT
53013 Message-ID: <slrn8l6h44.h5k.simon@justanother.perlhacker.org>
53014 Branch: cfgperl
53015 ! doop.c embed.pl pod/perlop.pod toke.c utf8.c
53016____________________________________________________________________________
53017[ 6220] By: jhi on 2000/06/22 16:07:51
53018 Log: Win32 patches from Benjamin Stuhl.
53019 Branch: cfgperl
53020 ! makedef.pl win32/win32.h
53021____________________________________________________________________________
53022[ 6219] By: jhi on 2000/06/22 16:06:34
53023 Log: Bytecode patches from Benjamin Stuhl.
53024 Branch: cfgperl
53025 ! bytecode.pl ext/B/B/Assembler.pm ext/B/B/Bytecode.pm
53026 ! ext/B/O.pm ext/B/defsubs_h.PL ext/ByteLoader/ByteLoader.pm
53027 ! ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
53028____________________________________________________________________________
53029[ 6218] By: jhi on 2000/06/15 23:54:16
53030 Log: Bytecode patches from Benjamin Stuhl.
53031 Branch: cfgperl
53032 ! ext/B/B/Assembler.pm ext/B/B/Bytecode.pm
53033____________________________________________________________________________
53034[ 6217] By: jhi on 2000/06/09 13:38:29
53035 Log: Rename the fdpid locking and integrate with Sarathy.
53036 Branch: cfgperl
53037 ! Configure config_h.SH doio.c embed.h embed.pl embedvar.h
53038 ! global.sym gv.c intrpvar.h objXSUB.h perl.c perlapi.h pp.c
53039 ! pp_ctl.c proto.h sv.h util.c util.h vmesa/vmesa.c
53040 ! win32/win32.c
53041 !> av.h cop.h hints/solaris_2.sh t/op/runlevel.t
ee517269 53042____________________________________________________________________________
25fbdfc0
GS
53043[ 6216] By: gsar on 2000/06/08 14:54:21
53044 Log: be more optimal about clearing @_
bee0ef1e 53045 Branch: perl
25fbdfc0 53046 ! cop.h
bee0ef1e 53047____________________________________________________________________________
25fbdfc0
GS
53048[ 6215] By: gsar on 2000/06/08 14:33:04
53049 Log: tweak comment about @DB::args
bee0ef1e 53050 Branch: perl
25fbdfc0 53051 ! av.h pp_ctl.c
bee0ef1e 53052____________________________________________________________________________
25fbdfc0
GS
53053[ 6214] By: gsar on 2000/06/08 13:57:54
53054 Log: @_ can't have junk in it even in the non-USE_ITHREADS case because
53055 caller() wants to populate @DB::args with it (causes a coredump
53056 in Carp::confess())
bee0ef1e 53057 Branch: perl
25fbdfc0 53058 ! cop.h t/op/runlevel.t
bee0ef1e 53059____________________________________________________________________________
25fbdfc0
GS
53060[ 6213] By: gsar on 2000/06/08 07:06:35
53061 Log: back out change#6106 (seems problematic)
bee0ef1e 53062 Branch: perl
25fbdfc0 53063 ! hints/solaris_2.sh
bee0ef1e 53064____________________________________________________________________________
51c9377f
JH
53065[ 6212] By: jhi on 2000/06/07 03:10:36
53066 Log: Continuing mopup for #6204.
53067 Branch: cfgperl
53068 ! ext/B/defsubs_h.PL
53069____________________________________________________________________________
53070[ 6211] By: jhi on 2000/06/07 02:41:50
53071 Log: Mopup for #6204.
53072 Under the 5005 threads the t/lib/b.t for B::Deparse fails:
53073 Can't locate object method "PV" via package "B::RV" at ../lib/B/Deparse.pm line 2360.
53074 This is comes from const() where POK isn't on when expected.
53075 Branch: cfgperl
53076 ! embedvar.h ext/B/B.xs ext/B/B/Asmdata.pm
53077 ! ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
53078 ! ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h perlapi.c
53079 ! perlapi.h pod/perlapi.pod
53080____________________________________________________________________________
53081[ 6210] By: jhi on 2000/06/07 01:56:29
53082 Log: Mopup for #6207 and #6209.
53083 Branch: cfgperl
53084 ! doio.c gv.c sv.h util.c vmesa/vmesa.c win32/win32.c
53085____________________________________________________________________________
53086[ 6209] By: jhi on 2000/06/07 01:33:12
53087 Log: Lock PL_fdpid against race conditions, based on:
53088 Subject: [PATCH 5.6.0]subprocess fixup for threads
53089 From: Dan Sugalski <dan@sidhe.org>
53090 To: perl5-porters@perl.org
53091 Date: Tue, 11 Apr 2000 17:02:32 -0400
53092 Message-Id: <4.3.0.20000411170218.01d2f580@24.8.96.48>
53093 Branch: cfgperl
53094 ! doio.c intrpvar.h perl.c sv.h util.c vmesa/vmesa.c
53095 ! win32/win32.c
53096____________________________________________________________________________
53097[ 6208] By: jhi on 2000/06/07 01:05:23
53098 Log: Regen headers for #6207.
53099 Branch: cfgperl
53100 ! embed.h global.sym objXSUB.h proto.h
53101____________________________________________________________________________
53102[ 6207] By: jhi on 2000/06/06 23:43:13
53103 Log: Subject: [PATCH 5.6.0] Threadsafe patches
53104 From: Dan Sugalski <dan@sidhe.org>
53105 To: perl5-porters@perl.org
53106 Date: Mon, 08 May 2000 18:08:13 -0400
53107 Message-Id: <4.3.1.0.20000508180729.02182de0@24.8.96.48>
53108 Branch: cfgperl
53109 ! embed.pl global.sym gv.c intrpvar.h perl.c pp.c pp_ctl.c
53110 ! proto.h sv.h util.c
53111____________________________________________________________________________
53112[ 6206] By: jhi on 2000/06/06 23:21:23
53113 Log: Subject: [PATCH] Eliminate $a/$b in pod
53114 From: David Glasser <me@davidglasser.net>
53115 To: perl5-porters@perl.org
53116 Date: Mon, 29 May 2000 21:15:59 -0400
53117 Message-Id: <l03130302b558bb2640ce@[209.195.241.121]>
53118 Branch: cfgperl
53119 ! pod/perl5004delta.pod pod/perl56delta.pod pod/perlboot.pod
53120 ! pod/perlbot.pod pod/perlcall.pod pod/perldata.pod
53121 ! pod/perldbmfilter.pod pod/perldiag.pod pod/perldsc.pod
53122 ! pod/perlembed.pod pod/perlfaq4.pod pod/perlfaq6.pod
53123 ! pod/perlfaq7.pod pod/perlfilter.pod pod/perlfunc.pod
53124 ! pod/perlguts.pod pod/perllexwarn.pod pod/perllocale.pod
53125 ! pod/perlobj.pod pod/perlop.pod pod/perlref.pod pod/perlsub.pod
53126 ! pod/perlsyn.pod pod/perltie.pod pod/perltrap.pod
53127 ! pod/perlvar.pod pod/perlxs.pod
53128____________________________________________________________________________
53129[ 6205] By: jhi on 2000/06/06 23:12:14
53130 Log: Subject: [PATCH] Win32 improvements
53131 From: "Benjamin Stuhl" <sho_pi@hotmail.com>
53132 To: gsar@activestate.com, perl5-porters@perl.org
53133 Date: Mon, 29 May 2000 17:22:24 PDT
53134 Message-ID: <20000530002224.91142.qmail@hotmail.com>
53135 (MUA had mangled many lines by wordwrapping)
53136 Branch: cfgperl
53137 ! utils/c2ph.PL win32/makefile.mk win32/win32.c win32/win32sck.c
53138____________________________________________________________________________
53139[ 6204] By: jhi on 2000/06/06 23:01:50
53140 Log: Subject: [PATCH] B::Bytecode patches
53141 From: "Benjamin Stuhl" <sho_pi@hotmail.com>
53142 To: gsar@activestate.com, jhi@iki.fi
53143 Cc: perl5-porters@perl.org
53144 Message-ID: <20000602202526.48694.qmail@hotmail.com>
53145 (MUA had mangled many lines by wordwrapping)
53146 Branch: cfgperl
53147 ! bytecode.pl ext/B/B.pm ext/B/B.xs ext/B/B/Assembler.pm
53148 ! ext/B/B/Bytecode.pm ext/B/O.pm ext/B/defsubs_h.PL
53149 ! ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
53150 ! intrpvar.h perl.c
53151____________________________________________________________________________
53152[ 6203] By: jhi on 2000/06/06 22:32:43
53153 Log: Subject: [PATCH] perldiag should refer to perlos2.pod not README.os2
53154 From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
53155 Date: Tue, 06 Jun 2000 13:07:45 -0700
53156 Message-ID: <RoVP5gzkgmTL092yn@efn.org>
53157 Branch: cfgperl
53158 ! pod/perldiag.pod
53159____________________________________________________________________________
53160[ 6202] By: jhi on 2000/06/06 19:38:35
53161 Log: Integrate with Sarathy.
53162 Branch: cfgperl
53163 !> perl.c
53164____________________________________________________________________________
25fbdfc0
GS
53165[ 6201] By: gsar on 2000/06/06 00:42:59
53166 Log: Perl_eval_pv() leaks 4 bytes every time it is called because it
53167 does a PUSHMARK that's never ever POPMARKed; in general, only
53168 Perl_call_[sp]v() need a PUSHMARK for incoming arguments;
53169 Perl_eval_[sp]v() don't because they don't take any incoming
53170 arguments (this leak has been around since the original version
53171 of perl_eval_pv() in 5.003_97e)
bee0ef1e 53172 Branch: perl
25fbdfc0 53173 ! perl.c
bee0ef1e 53174____________________________________________________________________________
51c9377f
JH
53175[ 6200] By: jhi on 2000/06/04 03:44:52
53176 Log: Update to cperl-mode.el 4.31 from
53177 ftp://ftp.math.ohio-state.edu/pub/users/ilya/cperl-mode.el
53178 Subject: A couple of notes
53179 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
53180 To: Mailing list Perl5 <perl5-porters@perl.org>
53181 Date: Sat, 3 Jun 2000 23:33:32 -0400
53182 Message-ID: <20000603233332.A6790@monk.mps.ohio-state.edu>
53183 Branch: cfgperl
53184 ! emacs/cperl-mode.el
53185____________________________________________________________________________
53186[ 6199] By: jhi on 2000/06/03 15:11:05
53187 Log: Subject: [PATCH 5.6.0]Make perl's malloc work on VMS
53188 From: Dan Sugalski <dan@sidhe.org>
53189 To: perl5-porters@perl.org, vmsperl@perl.org
53190 Date: Fri, 02 Jun 2000 17:30:51 -0400
53191 Message-Id: <4.3.2.7.0.20000602173021.01f03570@24.8.96.48>
53192 Branch: cfgperl
53193 ! vms/descrip_mms.template vms/gen_shrfls.pl
53194____________________________________________________________________________
53195[ 6198] By: jhi on 2000/06/03 14:59:15
53196 Log: Subject: [PATCH 5.6.0]VMS fixups so we can build with MULTIPLICITY
53197 From: Dan Sugalski <dan@sidhe.org>
53198 To: vmsperl@perl.org, perl5-porters@perl.org
53199 Date: Fri, 02 Jun 2000 16:00:41 -0400
53200 Message-Id: <4.3.2.7.0.20000602155951.01f02b20@24.8.96.48>
53201 Message-Id: <4.3.2.7.0.20000602164011.01ec8c30@24.8.96.48>
53202 Branch: cfgperl
53203 ! embed.h embed.pl embedvar.h ext/POSIX/POSIX.xs global.sym
53204 ! objXSUB.h perlapi.c perlapi.h pod/perlapi.pod
53205 ! pod/perlintern.pod proto.h vms/vms.c vms/vmsish.h
53206____________________________________________________________________________
53207[ 6197] By: jhi on 2000/06/03 14:41:30
53208 Log: Subject: [ID 20000602.005] [PATCH]5.6.0 (DOC) tiny change to perlsyn.pod
53209 From: John Borwick <jhborwic@unity.ncsu.edu>
53210 Date: Fri, 2 Jun 2000 14:35:03 -0400 (EDT)
53211 Message-Id: <Pine.GSO.4.21.0006021420290.11432-100000@eos00du.eos.ncsu.edu>
53212 Branch: cfgperl
53213 ! pod/perlsyn.pod
53214____________________________________________________________________________
53215[ 6196] By: jhi on 2000/06/03 14:38:09
53216 Log: Integrate with Sarathy.
53217 Branch: cfgperl
53218 !> cop.h embed.h embed.pl objXSUB.h op.c perl.c perlapi.c perly.c
53219 !> perly_c.diff pp_ctl.c proto.h scope.c scope.h sv.c toke.c
53220 !> vms/perly_c.vms
53221____________________________________________________________________________
25fbdfc0
GS
53222[ 6195] By: gsar on 2000/06/02 22:43:13
53223 Log: fix yet another eval"" leak under USE_ITHREADS
bee0ef1e 53224 Branch: perl
25fbdfc0 53225 ! op.c
bee0ef1e 53226____________________________________________________________________________
25fbdfc0
GS
53227[ 6194] By: gsar on 2000/06/02 18:22:06
53228 Log: fix small eval"" memory leaks under USE_ITHREADS
bd05022c 53229 Branch: perl
25fbdfc0
GS
53230 ! cop.h embed.h embed.pl objXSUB.h op.c perl.c perlapi.c perly.c
53231 ! perly_c.diff pp_ctl.c proto.h scope.c scope.h sv.c toke.c
53232 ! vms/perly_c.vms
bd05022c 53233____________________________________________________________________________
51c9377f
JH
53234[ 6193] By: jhi on 2000/06/01 13:03:56
53235 Log: Signals-be-gone for microperl.
53236 Branch: cfgperl
53237 ! Todo.micro doop.c mg.c perl.c perl.h pp_sys.c util.c
53238____________________________________________________________________________
53239[ 6192] By: jhi on 2000/06/01 12:52:02
53240 Log: Integrate with Sarathy.
53241 Branch: cfgperl
53242 +> lib/Pod/LaTeX.pm t/lib/selfloader.t
53243 !> AUTHORS MAINTAIN MANIFEST doop.c embed.pl
53244 !> ext/Devel/Peek/Peek.pm handy.h lib/SelfLoader.pm perl.c
53245 !> pod/perlapi.pod pod/perldata.pod pod/perlfaq6.pod
53246 !> pod/perlfaq9.pod pod/perlfunc.pod pod/perllocale.pod
53247 !> pod/perlre.pod pod/perltrap.pod pod/pod2latex.PL t/op/tr.t
53248 !> t/op/vec.t utils/h2xs.PL
53249____________________________________________________________________________
25fbdfc0
GS
53250[ 6191] By: gsar on 2000/06/01 09:38:21
53251 Log: vec() loses numericalness (modified version of patch suggested
53252 by Robin Barker)
bd05022c 53253 Branch: perl
25fbdfc0 53254 ! doop.c t/op/vec.t
bd05022c 53255____________________________________________________________________________
25fbdfc0
GS
53256[ 6190] By: gsar on 2000/06/01 09:26:15
53257 Log: submit missing embed.pl change
bd05022c 53258 Branch: perl
25fbdfc0 53259 ! embed.pl
bd05022c 53260____________________________________________________________________________
25fbdfc0
GS
53261[ 6189] By: gsar on 2000/06/01 09:05:34
53262 Log: counting tr/// corrupts later operation (from M.J.T Guy)
bd05022c 53263 Branch: perl
25fbdfc0 53264 ! doop.c t/op/tr.t
bd05022c 53265____________________________________________________________________________
25fbdfc0
GS
53266[ 6188] By: gsar on 2000/06/01 08:58:39
53267 Log: h2xs tweaks
bd05022c 53268 Branch: perl
25fbdfc0 53269 ! utils/h2xs.PL
bd05022c 53270____________________________________________________________________________
25fbdfc0
GS
53271[ 6187] By: gsar on 2000/06/01 08:50:07
53272 Log: replace pod2latex with the one in Pod-LaTeX v0.52 from CPAN
53273 (from Tim Jenness <t.jenness@jach.hawaii.edu>)
e277ebbf 53274 Branch: perl
25fbdfc0
GS
53275 + lib/Pod/LaTeX.pm
53276 ! AUTHORS MAINTAIN MANIFEST ext/Devel/Peek/Peek.pm
53277 ! pod/pod2latex.PL
e277ebbf 53278____________________________________________________________________________
25fbdfc0
GS
53279[ 6186] By: gsar on 2000/06/01 08:24:40
53280 Log: further qualify references to "alphanumeric" (from Wolfgang Laun
53281 <wolfgang.laun@alcatel.at>)
e277ebbf 53282 Branch: perl
25fbdfc0
GS
53283 ! handy.h pod/perlapi.pod pod/perldata.pod pod/perlfaq6.pod
53284 ! pod/perlfaq9.pod pod/perllocale.pod pod/perlre.pod
e277ebbf 53285____________________________________________________________________________
25fbdfc0
GS
53286[ 6185] By: gsar on 2000/06/01 08:12:00
53287 Log: remove incorrect documentation about implicit split to @_ in
53288 list context, which never really worked in perl 5 (from
53289 M.J.T. Guy)
e277ebbf 53290 Branch: perl
25fbdfc0 53291 ! pod/perlfunc.pod pod/perltrap.pod
e277ebbf 53292____________________________________________________________________________
25fbdfc0
GS
53293[ 6184] By: gsar on 2000/06/01 07:52:27
53294 Log: tweak for change#6127
e277ebbf 53295 Branch: perl
25fbdfc0 53296 ! perl.c
e277ebbf 53297____________________________________________________________________________
25fbdfc0
GS
53298[ 6183] By: gsar on 2000/06/01 07:41:02
53299 Log: SelfLoader can lose $@ in AUTOLOAD() (from Nicholas Clark
53300 <nick@ccl4.org>)
e277ebbf 53301 Branch: perl
25fbdfc0
GS
53302 + t/lib/selfloader.t
53303 ! MANIFEST lib/SelfLoader.pm
e277ebbf 53304____________________________________________________________________________
51c9377f
JH
53305[ 6182] By: jhi on 2000/06/01 00:34:42
53306 Log: Be Cleaner Part Deux.
53307 Branch: cfgperl
53308 ! Makefile.SH
53309____________________________________________________________________________
53310[ 6181] By: jhi on 2000/06/01 00:32:09
53311 Log: Integrate with Sarathy.
53312 Branch: cfgperl
53313 !> pp.c t/op/arith.t
53314____________________________________________________________________________
53315[ 6180] By: jhi on 2000/06/01 00:31:13
53316 Log: microperl nits from Simon Cozens.
53317 Branch: cfgperl
53318 + uconfig.h
53319 ! MAINTAIN MANIFEST Makefile.SH Todo.micro perl.h uconfig.sh
53320 ! unixish.h
53321____________________________________________________________________________
25fbdfc0
GS
53322[ 6179] By: gsar on 2000/05/31 22:37:51
53323 Log: buggy modulus on UVs introduced by change#3378 (resulted in
53324 4063328477 % 65535 amounting to 27406, instead of 27407)
e277ebbf 53325 Branch: perl
25fbdfc0 53326 ! pp.c t/op/arith.t
e277ebbf 53327____________________________________________________________________________
51c9377f
JH
53328[ 6178] By: jhi on 2000/05/31 21:52:41
53329 Log: Be cleaner.
53330 Branch: cfgperl
53331 ! Makefile.SH
53332____________________________________________________________________________
53333[ 6177] By: jhi on 2000/05/31 21:47:33
53334 Log: Substitution utf8 patch from Simon Cozens.
53335 Branch: cfgperl
53336 ! pp_hot.c
53337____________________________________________________________________________
53338[ 6176] By: jhi on 2000/05/31 21:45:34
53339 Log: Single-quoted utf8 patch from Simon Cozens.
53340 Branch: cfgperl
53341 ! toke.c
53342____________________________________________________________________________
53343[ 6175] By: jhi on 2000/05/31 21:40:18
53344 Log: Integrate with Sarathy.
53345 Branch: cfgperl
53346 !> op.c regexec.c t/lib/filefind.t t/op/re_tests t/op/wantarray.t
53347____________________________________________________________________________
53348[ 6174] By: jhi on 2000/05/31 21:37:31
53349 Log: microperl changes from Simon Cozens; Makefile for microperl
53350 written from scratch; few casts added as microperl compilation
53351 doesn't have all prototypes available.
53352 Branch: cfgperl
53353 + Makefile.micro README.micro Todo.micro uconfig.sh
53354 ! Configure MAINTAIN MANIFEST config_h.SH doop.c mg.c op.c
53355 ! perl.c perl.h perlio.c unixish.h utf8.c util.c
53356 Branch: metaconfig
53357 + U/modified/Config_h.U
53358____________________________________________________________________________
53359[ 6173] By: jhi on 2000/05/31 20:00:24
53360 Log: metaconfig maintenance.
53361 Branch: metaconfig
53362 + U/modified/Inhdr.U U/typedefs/inotype.U
53363 Branch: metaconfig/U/perl
53364 + d_finitel.U d_getcwd.U d_llseek.U i_fp_class.U i_iconv.U
53365 + i_ieeefp.U i_syslog.U i_sysrusage.U i_ulimit.U
53366____________________________________________________________________________
25fbdfc0
GS
53367[ 6172] By: gsar on 2000/05/31 05:05:42
53368 Log: fix buggy multiline matching of C<"a\nxb\n" =~ /(?!\A)x/m>
53369 (from Ilya Zakharevich)
e277ebbf 53370 Branch: perl
25fbdfc0 53371 ! regexec.c t/op/re_tests
e277ebbf 53372____________________________________________________________________________
25fbdfc0
GS
53373[ 6171] By: gsar on 2000/05/31 05:01:47
53374 Log: scalar() doesn't force scalar context when used in void context
53375 (from Simon Cozens)
e277ebbf 53376 Branch: perl
25fbdfc0 53377 ! op.c t/op/wantarray.t
e277ebbf 53378____________________________________________________________________________
25fbdfc0
GS
53379[ 6170] By: gsar on 2000/05/31 04:41:33
53380 Log: change#6142 needs tweaks to tests to work where there's no symlink()
53381 (from Helmut Jarausch <jarausch@igpm.rwth-aachen.de>)
e277ebbf 53382 Branch: perl
25fbdfc0 53383 ! t/lib/filefind.t
e277ebbf 53384____________________________________________________________________________
25fbdfc0
GS
53385[ 6169] By: gsar on 2000/05/31 04:29:49
53386 Log: integrate cfgperl contents into mainline
e277ebbf 53387 Branch: perl
25fbdfc0
GS
53388 +> pod/perlmodlib.PL pod/perlnewmod.pod
53389 !> (integrate 42 files)
e277ebbf 53390____________________________________________________________________________
51c9377f
JH
53391[ 6168] By: jhi on 2000/05/30 22:53:37
53392 Log: Tweak NV_PRESERVES_UV*, vms/subconfigure.com left untouched.
53393 Branch: cfgperl
53394 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
53395 ! config_h.SH epoc/config.sh perl.h toke.c vms/subconfigure.com
53396 ! vos/config.def vos/config.h vos/config.pl vos/config_h.SH_orig
53397 ! win32/config.bc win32/config.gc win32/config.vc
53398 ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
53399 ! win32/config_h.PL win32/config_sh.PL
53400 Branch: metaconfig/U/perl
53401 ! perlxv.U
53402____________________________________________________________________________
53403[ 6167] By: jhi on 2000/05/30 22:20:21
53404 Log: tweak todo
53405 Branch: cfgperl
53406 ! Todo-5.6
53407____________________________________________________________________________
53408[ 6166] By: jhi on 2000/05/30 22:11:51
53409 Log: Introduce HAS_GETESPWNAM, HAS_GETPRPWNAM, and I_PROT
53410 in case somebody wants to write an extension for more
53411 shadow database interfaces.
53412 Branch: cfgperl
53413 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
53414 ! config_h.SH epoc/config.sh pp_sys.c vms/subconfigure.com
53415 ! vos/config.def vos/config.h vos/config_h.SH_orig
53416 ! win32/config.bc win32/config.gc win32/config.vc
53417 ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
53418 Branch: metaconfig
53419 ! U/modified/Myinit.U
53420 Branch: metaconfig/U/perl
53421 + d_getespwnam.U d_getprpwnam.U i_prot.U
53422____________________________________________________________________________
53423[ 6165] By: jhi on 2000/05/30 18:35:34
53424 Log: Integrate with Sarathy.
53425 Branch: cfgperl
53426 !> op.c
53427____________________________________________________________________________
53428[ 6164] By: jhi on 2000/05/30 18:30:16
53429 Log: detypo
53430 Branch: cfgperl
53431 ! Configure config_h.SH
53432 Branch: metaconfig/U/perl
53433 ! perlxv.U
53434____________________________________________________________________________
25fbdfc0
GS
53435[ 6163] By: gsar on 2000/05/30 03:24:03
53436 Log: fix memory leak in C<eval "BEGIN {}"> (bug in change#4579)
53437 Branch: perl
53438 ! op.c
53439____________________________________________________________________________
53440[ 6162] By: gsar on 2000/05/30 03:09:38
53441 Log: fix memory leak in method call optimization (change#3768);
53442 made C<eval "$x->foo()"> leak
53443 Branch: perl
53444 ! op.c
53445____________________________________________________________________________
51c9377f
JH
53446[ 6161] By: jhi on 2000/05/29 17:56:26
53447 Log: Add autogeneration of perlmodlib.pod and the new perlnewmod.pod,
53448 both from Simon Cozens.
53449 Branch: cfgperl
53450 + pod/perlmodlib.PL pod/perlnewmod.pod
53451 ! AUTHORS MAINTAIN MANIFEST pod/Makefile pod/perl.pod
53452 ! pod/perlmodlib.pod pod/perltoc.pod
53453____________________________________________________________________________
53454[ 6160] By: jhi on 2000/05/29 17:23:55
53455 Log: Changes for the File::Temp 0.08 (change #6159) test suite
53456 to fit better into the Perl distribution test framework.
53457 Branch: cfgperl
53458 ! t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t t/lib/ftmp-security.t
53459 ! t/lib/ftmp-tempfile.t
53460____________________________________________________________________________
53461[ 6159] By: jhi on 2000/05/29 16:55:36
53462 Log: Upgrade to File::Temp 0.08 from Tim Jenness via CPAN.
53463 Branch: cfgperl
53464 ! lib/File/Temp.pm t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
53465 ! t/lib/ftmp-security.t t/lib/ftmp-tempfile.t
53466____________________________________________________________________________
53467[ 6158] By: bailey on 2000/05/29 16:22:08
53468 Log: Add fallback to tmpfile for use in cases where user's relying on
53469 ACLs on SYS$SCRATCH to permit file creation. (based on Charles
53470 Lane's patch)
53471 Branch: vmsperl
53472 ! vms/vms.c vms/vmsish.h
53473____________________________________________________________________________
53474[ 6157] By: jhi on 2000/05/29 03:10:36
53475 Log: Regen Configure to jive with #6149.
53476 Branch: cfgperl
53477 ! Configure
53478 Branch: metaconfig
53479 ! U/modified/Getfile.U
53480____________________________________________________________________________
53481[ 6156] By: jhi on 2000/05/29 03:01:38
53482 Log: Integrate with Sarathy.
53483 Branch: cfgperl
53484 +> ext/DynaLoader/dl_mac.xs
53485 !> (integrate 38 files)
53486____________________________________________________________________________
25fbdfc0
GS
53487[ 6155] By: gsar on 2000/05/28 21:15:58
53488 Log: small bug in change#6144; remove random \xA0 character that snuck
53489 in via change#6145
e277ebbf 53490 Branch: perl
25fbdfc0 53491 ! lib/AutoSplit.pm lib/ExtUtils/xsubpp
e277ebbf 53492____________________________________________________________________________
25fbdfc0
GS
53493[ 6154] By: gsar on 2000/05/28 21:04:19
53494 Log: avoid type mismatch warning
53495 Branch: perl
53496 ! perl.c
53497____________________________________________________________________________
53498[ 6153] By: gsar on 2000/05/28 20:58:31
53499 Log: prettier Test::Harness output on failed tests (from Nicholas Clark
53500 <nick@Bagpuss.uk.boo.com>)
e277ebbf 53501 Branch: perl
25fbdfc0 53502 ! lib/Test/Harness.pm
e277ebbf 53503____________________________________________________________________________
25fbdfc0
GS
53504[ 6152] By: gsar on 2000/05/28 20:53:42
53505 Log: cosmetic fixups of RE debug output (from Ilya Zakharevich)
e277ebbf 53506 Branch: perl
25fbdfc0 53507 ! regexec.c
e277ebbf 53508____________________________________________________________________________
25fbdfc0
GS
53509[ 6151] By: gsar on 2000/05/28 20:50:28
53510 Log: fix accidental pessimization in RE optimizer (from Ilya Zakharevich)
e277ebbf 53511 Branch: perl
25fbdfc0 53512 ! regexec.c
e277ebbf 53513____________________________________________________________________________
25fbdfc0
GS
53514[ 6150] By: gsar on 2000/05/28 20:39:58
53515 Log: perlrequick.pod updates (from Mark Kvale <kvale@phy.ucsf.edu>)
e277ebbf 53516 Branch: perl
25fbdfc0
GS
53517 ! pod/perlrequick.pod
53518____________________________________________________________________________
53519[ 6149] By: gsar on 2000/05/28 20:35:16
53520 Log: OS/2 tweaks for usethreads build (from Rocco Caputo
53521 <troc@netrus.net>)
e277ebbf 53522 Branch: perl
25fbdfc0
GS
53523 ! Configure hints/os2.sh makedef.pl os2/Makefile.SHs
53524 ! os2/OS2/REXX/t/rx_dllld.t os2/OS2/REXX/t/rx_objcall.t
53525 ! os2/OS2/REXX/t/rx_tievar.t os2/OS2/REXX/t/rx_tieydb.t
53526 ! os2/os2.c os2/os2ish.h perl.c util.c x2p/a2p.h
53527____________________________________________________________________________
53528[ 6148] By: gsar on 2000/05/28 20:21:07
53529 Log: close open file before chmod() (from Rocco Caputo <troc@netrus.net>)
e277ebbf 53530 Branch: perl
25fbdfc0
GS
53531 ! lib/ExtUtils/MM_Unix.pm
53532____________________________________________________________________________
53533[ 6147] By: gsar on 2000/05/28 20:12:41
53534 Log: add a make entry to Config.pm so "perl -V:make" works on VMS
53535 (from Peter Prymmer)
53536 Branch: perl
53537 ! vms/subconfigure.com
e277ebbf 53538____________________________________________________________________________
25fbdfc0
GS
53539[ 6146] By: gsar on 2000/05/28 20:06:15
53540 Log: doc typo
e277ebbf 53541 Branch: perl
25fbdfc0 53542 ! lib/warnings.pm warnings.h warnings.pl
e277ebbf 53543____________________________________________________________________________
25fbdfc0
GS
53544[ 6145] By: gsar on 2000/05/28 18:44:33
53545 Log: make xsubpp skip embedded pod (from Matthias Neeracher
53546 <neeri@iis.ee.ethz.ch>)
e277ebbf
GS
53547 Branch: perl
53548 ! lib/ExtUtils/xsubpp
53549____________________________________________________________________________
25fbdfc0
GS
53550[ 6144] By: gsar on 2000/05/28 18:42:49
53551 Log: MacOS support, part 2: make AutoSplit use File::Spec instead
53552 of assuming Unixisms; *UNTESTED on Unix* (from Matthias Neeracher
53553 <neeri@iis.ee.ethz.ch>)
e277ebbf 53554 Branch: perl
25fbdfc0 53555 ! lib/AutoSplit.pm
e277ebbf 53556____________________________________________________________________________
25fbdfc0
GS
53557[ 6143] By: gsar on 2000/05/28 18:41:12
53558 Log: MacOS support, part 1 (from Matthias Neeracher
53559 <neeri@iis.ee.ethz.ch>)
e277ebbf 53560 Branch: perl
25fbdfc0
GS
53561 + ext/DynaLoader/dl_mac.xs
53562 ! MANIFEST ext/DB_File/Makefile.PL ext/NDBM_File/Makefile.PL
53563 ! ext/POSIX/POSIX.xs lib/ExtUtils/MakeMaker.pm mg.c perl.c
53564 ! perlsfio.h pod/perlfaq4.pod pp_ctl.c proto.h toke.c util.c
53565 ! util.h
e277ebbf 53566____________________________________________________________________________
25fbdfc0
GS
53567[ 6142] By: gsar on 2000/05/28 18:21:51
53568 Log: File::Find fails to chdir when chasing symlinks (from
53569 Helmut Jarausch <jarausch@igpm.rwth-aachen.de>)
53570 Branch: perl
53571 ! lib/File/Find.pm t/lib/filefind.t
e277ebbf 53572____________________________________________________________________________
25fbdfc0
GS
53573[ 6141] By: jhi on 2000/05/28 14:25:15
53574 Log: BSD/OS (bsdi) hints update by Timur I. Bakeyev and Todd C. Miller,
53575 forwarded by Peter Seebach from the bsdi-users mailing list.
53576 p5p Message-Id: <200005280543.AAA24519@guild.plethora.net>
53577 Branch: perl
53578 ! hints/bsdos.sh
53579____________________________________________________________________________
51c9377f
JH
53580[ 6140] By: jhi on 2000/05/28 14:11:57
53581 Log: Integrate with Sarathy.
53582 Branch: cfgperl
53583 +> (branch 30 files)
53584 !> (integrate 93 files)
53585____________________________________________________________________________
25fbdfc0
GS
53586[ 6139] By: gsar on 2000/05/28 10:01:48
53587 Log: revise mktables.PL for bugs and newness in Unicode 3.0
53588 (from James Bence <jbence@amgen.com>)
53589 Branch: perl
53590 + lib/unicode/Is/BidiAL.pl lib/unicode/Is/BidiBN.pl
53591 + lib/unicode/Is/BidiLRE.pl lib/unicode/Is/BidiLRO.pl
53592 + lib/unicode/Is/BidiNSM.pl lib/unicode/Is/BidiPDF.pl
53593 + lib/unicode/Is/BidiRLE.pl lib/unicode/Is/BidiRLO.pl
53594 + lib/unicode/Is/Cf.pl lib/unicode/Is/Cs.pl
53595 + lib/unicode/Is/DCfraction.pl lib/unicode/Is/Me.pl
53596 + lib/unicode/Is/Nl.pl lib/unicode/Is/Pc.pl lib/unicode/Is/Pf.pl
53597 + lib/unicode/Is/Pi.pl lib/unicode/Is/Sk.pl
53598 + lib/unicode/Is/SylAA.pl lib/unicode/Is/SylAAI.pl
53599 + lib/unicode/Is/SylAI.pl lib/unicode/Is/SylEE.pl
53600 + lib/unicode/Is/SylII.pl lib/unicode/Is/SylN.pl
53601 + lib/unicode/Is/SylOO.pl lib/unicode/Is/SylWAA.pl
53602 + lib/unicode/Is/SylWEE.pl lib/unicode/Is/SylWII.pl
53603 + lib/unicode/Is/SylWO.pl lib/unicode/Is/SylWOO.pl
53604 + lib/unicode/Is/SylWU.pl
53605 ! MANIFEST lib/unicode/Is/Cn.pl lib/unicode/Is/Graph.pl
53606 ! lib/unicode/Is/LbrkAI.pl lib/unicode/Is/LbrkAL.pl
53607 ! lib/unicode/Is/LbrkB2.pl lib/unicode/Is/LbrkBA.pl
53608 ! lib/unicode/Is/LbrkBB.pl lib/unicode/Is/LbrkBK.pl
53609 ! lib/unicode/Is/LbrkCB.pl lib/unicode/Is/LbrkCL.pl
53610 ! lib/unicode/Is/LbrkCM.pl lib/unicode/Is/LbrkCR.pl
53611 ! lib/unicode/Is/LbrkEX.pl lib/unicode/Is/LbrkGL.pl
53612 ! lib/unicode/Is/LbrkHY.pl lib/unicode/Is/LbrkID.pl
53613 ! lib/unicode/Is/LbrkIN.pl lib/unicode/Is/LbrkIS.pl
53614 ! lib/unicode/Is/LbrkLF.pl lib/unicode/Is/LbrkNS.pl
53615 ! lib/unicode/Is/LbrkNU.pl lib/unicode/Is/LbrkOP.pl
53616 ! lib/unicode/Is/LbrkPO.pl lib/unicode/Is/LbrkPR.pl
53617 ! lib/unicode/Is/LbrkQU.pl lib/unicode/Is/LbrkSA.pl
53618 ! lib/unicode/Is/LbrkSG.pl lib/unicode/Is/LbrkSP.pl
53619 ! lib/unicode/Is/LbrkSY.pl lib/unicode/Is/LbrkXX.pl
53620 ! lib/unicode/Is/LbrkZW.pl lib/unicode/Is/Punct.pl
53621 ! lib/unicode/Is/Space.pl lib/unicode/Is/SylA.pl
53622 ! lib/unicode/Is/SylC.pl lib/unicode/Is/SylE.pl
53623 ! lib/unicode/Is/SylI.pl lib/unicode/Is/SylO.pl
53624 ! lib/unicode/Is/SylU.pl lib/unicode/Is/SylV.pl
53625 ! lib/unicode/Is/SylWA.pl lib/unicode/Is/SylWC.pl
53626 ! lib/unicode/Is/SylWE.pl lib/unicode/Is/SylWI.pl
53627 ! lib/unicode/Is/SylWV.pl lib/unicode/Is/Upper.pl
53628 ! lib/unicode/Makefile lib/unicode/mktables.PL
53629____________________________________________________________________________
53630[ 6138] By: gsar on 2000/05/28 08:50:32
53631 Log: add note about the handling of negative indices to tied arrays
53632 (from Michael G Schwern <schwern@pobox.com>)
53633 Branch: perl
53634 ! pod/perltie.pod
53635____________________________________________________________________________
53636[ 6137] By: gsar on 2000/05/28 08:46:10
53637 Log: fix bogus redeclaration warning for "our" variables in different
53638 scopes
53639 Branch: perl
53640 ! op.c t/pragma/strict-vars
53641____________________________________________________________________________
53642[ 6136] By: gsar on 2000/05/28 08:31:20
53643 Log: random pod typos (from Peter Scott <Peter@PSDT.com>)
53644 Branch: perl
53645 ! ext/Devel/Peek/Peek.pm pod/perldebguts.pod
53646____________________________________________________________________________
53647[ 6135] By: gsar on 2000/05/28 08:17:50
53648 Log: enable Test::Harness to dynamically determine column width etc.
53649 (from Rob Napier <rnapier@employees.org>)
53650 Branch: perl
53651 ! lib/Test/Harness.pm
53652____________________________________________________________________________
53653[ 6134] By: gsar on 2000/05/28 08:13:39
53654 Log: make Test::Harness use wait.h/WCOREDUMP if available
53655 (from Ben Tilly <ben_tilly@hotmail.com>)
53656 Branch: perl
53657 ! lib/Test/Harness.pm
e277ebbf 53658____________________________________________________________________________
25fbdfc0
GS
53659[ 6133] By: gsar on 2000/05/28 08:08:05
53660 Log: elide bogus test in change#6132
e277ebbf 53661 Branch: perl
25fbdfc0 53662 ! t/pragma/warn/9enabled
e277ebbf 53663____________________________________________________________________________
25fbdfc0
GS
53664[ 6132] By: gsar on 2000/05/28 08:03:14
53665 Log: warnings::enabled() doesn't fall back to looking at $^W if
53666 caller isn't using lexical warnings (from Paul Marquess)
e277ebbf 53667 Branch: perl
25fbdfc0
GS
53668 ! pp_ctl.c t/pragma/warn/9enabled
53669____________________________________________________________________________
53670[ 6131] By: gsar on 2000/05/28 07:57:47
53671 Log: avoid warnings in POSIX.pm (from Barrie Slaymaker)
e277ebbf 53672 Branch: perl
25fbdfc0 53673 ! ext/POSIX/POSIX.pm
e277ebbf 53674____________________________________________________________________________
25fbdfc0
GS
53675[ 6130] By: gsar on 2000/05/28 07:29:12
53676 Log: fix places that mean C<"word" character> but say C<alphanumeric
53677 character>
e277ebbf 53678 Branch: perl
25fbdfc0 53679 ! pod/perlfunc.pod pod/perlre.pod pod/perlretut.pod
e277ebbf 53680____________________________________________________________________________
25fbdfc0
GS
53681[ 6129] By: gsar on 2000/05/28 07:18:41
53682 Log: VMS test harness tweak (from Jesper Naur <jesper.naur@post.tele.dk>)
e277ebbf 53683 Branch: perl
25fbdfc0 53684 ! vms/test.com
e277ebbf 53685____________________________________________________________________________
25fbdfc0
GS
53686[ 6128] By: gsar on 2000/05/28 07:12:55
53687 Log: new perlxstut example for passing/returning refs to arrays
53688 (from David Lowe <dlowe@pootpoot.com>)
53689 Branch: perl
53690 ! pod/perlxstut.pod
e277ebbf 53691____________________________________________________________________________
25fbdfc0
GS
53692[ 6127] By: gsar on 2000/05/28 07:02:50
53693 Log: call_method(...,G_EVAL) can longjmp() out if the method probing
53694 failed (from Gisle Aas)
53695 Branch: perl
53696 ! cop.h perl.c
e277ebbf 53697____________________________________________________________________________
25fbdfc0
GS
53698[ 6126] By: gsar on 2000/05/28 06:39:53
53699 Log: change#2879 broke rvalue autovivification of magicals such as ${$num}
53700 (reworked variant of patch suggested by Simon Cozens)
53701 Branch: perl
53702 ! embed.h embed.pl gv.c pod/perlapi.pod pod/perlintern.pod pp.c
53703 ! pp_hot.c proto.h t/op/gv.t
53704____________________________________________________________________________
53705[ 6125] By: gsar on 2000/05/28 05:14:55
53706 Log: enable propagating exception objects via Perl_croak() in XS code
53707 (from Gisle Aas)
53708 Branch: perl
53709 ! util.c
53710____________________________________________________________________________
53711[ 6124] By: gsar on 2000/05/28 05:07:28
53712 Log: integrate vmsperl contents into mainline
53713 Branch: perl
53714 !> lib/ExtUtils/MM_VMS.pm lib/File/Spec/VMS.pm t/op/lex_assign.t
53715 !> vms/ext/vmsish.pm vms/ext/vmsish.t vms/test.com vms/vms.c
53716 !> vms/vmsish.h
53717____________________________________________________________________________
53718[ 6123] By: gsar on 2000/05/28 05:03:53
53719 Log: clarify gotcha with #line directives (from Rocco Caputo
53720 <troc@netrus.net>)
53721 Branch: perl
53722 ! pod/perldebug.pod pod/perlsyn.pod
53723____________________________________________________________________________
53724[ 6122] By: gsar on 2000/05/28 04:58:29
53725 Log: downgrade fatal error on C<"foo@nosucharray.com"> to optional warning
53726 (from Mark-Jason Dominus)
53727 Branch: perl
53728 ! lib/ExtUtils/typemap pod/perl56delta.pod pod/perlsub.pod
53729 ! pod/perltrap.pod t/base/lex.t t/pragma/strict-vars
53730 ! t/pragma/strict.t t/pragma/warn/toke t/pragma/warnings.t
53731 ! toke.c
e277ebbf 53732____________________________________________________________________________
51c9377f
JH
53733[ 6121] By: bailey on 2000/05/25 04:46:54
53734 Log: Allow eliminate_macros() and fixpath() to handle space-delimited
53735 lists (based on fixes by Craig Berry)
53736 Branch: vmsperl
53737 ! lib/File/Spec/VMS.pm
53738____________________________________________________________________________
53739[ 6120] By: bailey on 2000/05/25 04:25:38
53740 Log: Add missing escape (Charles Lane)
53741 Branch: vmsperl
53742 ! t/op/lex_assign.t
53743____________________________________________________________________________
53744[ 6119] By: bailey on 2000/05/25 04:21:25
53745 Log: Quiet error messages in vmsish.t (Charles Lane)
53746 Branch: vmsperl
53747 ! vms/ext/vmsish.t
53748____________________________________________________________________________
53749[ 6118] By: bailey on 2000/05/25 04:17:57
53750 Log: Regularize distinction between RMS$_DNF and RMS$_DIR (Craig Berry)
53751 Flatten case labels in switch statements uniformly (Charles Bailey)
53752 Branch: vmsperl
53753 ! vms/vms.c
53754____________________________________________________________________________
53755[ 6117] By: bailey on 2000/05/25 03:58:09
53756 Log: Treat sockets as special in sys(read|write) (Charles Lane et al.)
53757 Branch: vmsperl
53758 ! vms/vmsish.h
53759____________________________________________________________________________
53760[ 6116] By: bailey on 2000/05/25 03:11:15
53761 Log: Miscellaneous cosmetic fixes (Charles Lane)
53762 Branch: vmsperl
53763 ! lib/ExtUtils/MM_VMS.pm
53764____________________________________________________________________________
53765[ 6115] By: bailey on 2000/05/25 03:10:36
53766 Log: Add bounds checking for several strings (Charles Lane)
53767 Branch: vmsperl
53768 ! vms/vms.c
53769____________________________________________________________________________
53770[ 6114] By: bailey on 2000/05/25 02:25:34
53771 Log: Urk -- undo previous removal of vmsish 'exit' change
53772 Branch: vmsperl
53773 ! vms/ext/vmsish.pm vms/vmsish.h
53774____________________________________________________________________________
53775[ 6113] By: bailey on 2000/05/24 02:24:40
53776 Log: Ugly workaround for version-specific RTL error
53777 Branch: vmsperl
53778 ! vms/vms.c
53779____________________________________________________________________________
53780[ 6112] By: bailey on 2000/05/24 02:19:55
53781 Log: Check for existence of file before trying to delete
53782 Branch: vmsperl
53783 ! vms/test.com
53784____________________________________________________________________________
53785[ 6111] By: bailey on 2000/05/23 23:35:13
53786 Log: Resync with mainline prior to post-5.6.0 updates
53787 Branch: vmsperl
53788 +> (branch 49 files)
53789 - t/lib/thread.t t/op/64bit.t t/op/nothread.t
53790 ! vms/ext/vmsish.pm
53791 !> (integrate 334 files)
53792____________________________________________________________________________
53793[ 6110] By: jhi on 2000/05/23 19:28:32
53794 Log: todo tweak
53795 Branch: cfgperl
53796 ! Todo-5.6
53797____________________________________________________________________________
53798[ 6109] By: jhi on 2000/05/18 17:38:54
53799 Log: Integrate with Sarathy.
53800 Branch: cfgperl
53801 !> mg.c perl.h win32/perlhost.h
53802____________________________________________________________________________
25fbdfc0
GS
53803[ 6108] By: gsar on 2000/05/17 02:24:56
53804 Log: reenable fake signal handling on Windows, bugs and all
e277ebbf 53805 Branch: perl
25fbdfc0
GS
53806 ! mg.c perl.h win32/perlhost.h
53807____________________________________________________________________________
51c9377f
JH
53808[ 6107] By: jhi on 2000/05/15 18:01:41
53809 Log: Tweak the todo list.
53810 Branch: cfgperl
53811 ! Todo-5.6
53812____________________________________________________________________________
53813[ 6106] By: jhi on 2000/05/15 13:41:48
53814 Log: The (Configure) script refuses to go on, after asking for
53815 'You may also choose to try maximal 64-bitness....'.
53816 If answer is yes the script can't find the 'workshoplibpth.cbu' file.
53817 -- Patrick Zima
53818 p5p Message-Id: <200005151108.NAA19733@pc026991.otn.lm.dasa.de>
53819 Branch: cfgperl
53820 ! hints/solaris_2.sh
53821____________________________________________________________________________
53822[ 6105] By: jhi on 2000/05/11 14:37:43
53823 Log: Integrate with Sarathy.
53824 Branch: cfgperl
53825 !> embed.h embed.pl global.sym makedef.pl objXSUB.h perl.c
53826 !> perlapi.c pod/perlapi.pod proto.h win32/win32.c
53827____________________________________________________________________________
25fbdfc0
GS
53828[ 6104] By: gsar on 2000/05/11 03:39:07
53829 Log: PL_sys_intern was being initialized too late on windows
e277ebbf 53830 Branch: perl
25fbdfc0
GS
53831 ! embed.h embed.pl global.sym makedef.pl objXSUB.h perl.c
53832 ! perlapi.c pod/perlapi.pod proto.h win32/win32.c
e277ebbf 53833____________________________________________________________________________
51c9377f
JH
53834[ 6103] By: jhi on 2000/05/09 19:42:20
53835 Log: Test tweaking for Unicos continues.
53836 Branch: cfgperl
53837 ! t/op/64bitint.t
53838____________________________________________________________________________
53839[ 6102] By: jhi on 2000/05/09 16:47:27
53840 Log: The test suite tweak in #6101 wasn't quite right.
53841 Branch: cfgperl
53842 ! t/lib/complex.t
53843____________________________________________________________________________
53844[ 6101] By: jhi on 2000/05/09 15:35:34
53845 Log: Hints and test tweaks for Unicos.
53846 Branch: cfgperl
53847 ! hints/unicos.sh t/lib/b.t t/lib/complex.t t/op/64bitint.t
53848____________________________________________________________________________
53849[ 6100] By: jhi on 2000/05/08 21:15:06
53850 Log: More compilation tweakery from Allen Smith.
53851 Branch: cfgperl
53852 ! hints/irix_6.sh
53853____________________________________________________________________________
53854[ 6099] By: jhi on 2000/05/08 19:21:18
53855 Log: Tweaks for the cc bugs from Allen Smith.
53856 Branch: cfgperl
53857 ! hints/irix_6.sh
53858____________________________________________________________________________
53859[ 6098] By: jhi on 2000/05/08 19:13:37
53860 Log: Add a note about other, yet unsupported, shadow password APIs.
53861 Branch: cfgperl
53862 ! pp_sys.c
53863____________________________________________________________________________
53864[ 6097] By: jhi on 2000/05/08 18:46:34
53865 Log: Add a note about possible compilation problems from Allen Smith.
53866 Branch: cfgperl
53867 ! hints/irix_6.sh
53868____________________________________________________________________________
53869[ 6096] By: jhi on 2000/05/08 17:33:10
53870 Log: Integrate with Sarathy.
53871 Branch: cfgperl
53872 !> README.cygwin cygwin/Makefile.SHs cygwin/cygwin.c
53873 !> hints/cygwin.sh pp_sys.c sv.c win32/perlhost.h
53874____________________________________________________________________________
53875[ 6095] By: jhi on 2000/05/08 16:21:33
53876 Log: Introduce NV_PRESERVED_BITS. Not yet used anywhere but
53877 might be useful in future.
53878 Branch: cfgperl
53879 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
53880 ! config_h.SH
53881 Branch: metaconfig
53882 ! U/installdirs/inc_version_list.U
53883 Branch: metaconfig/U/perl
53884 ! perlxv.U
53885____________________________________________________________________________
25fbdfc0
GS
53886[ 6094] By: gsar on 2000/05/08 14:22:22
53887 Log: cygwin update (from Eric Fifer <efifer@sanwaint.com>)
53888 Branch: perl
53889 ! README.cygwin cygwin/Makefile.SHs cygwin/cygwin.c
53890 ! hints/cygwin.sh pp_sys.c
53891____________________________________________________________________________
53892[ 6093] By: gsar on 2000/05/08 12:52:28
53893 Log: fork() failure to create pseudo process sets errno=EAGAIN and returns
53894 undef on windows (from Clinton Pierce <clintp@geeksalad.org>)
53895 Branch: perl
53896 ! pp_sys.c sv.c win32/perlhost.h
e277ebbf 53897____________________________________________________________________________
51c9377f
JH
53898[ 6092] By: jhi on 2000/05/07 22:40:34
53899 Log: Regen perltoc with the fixed buildtoc.
53900 Branch: cfgperl
53901 ! pod/perltoc.pod
53902____________________________________________________________________________
53903[ 6091] By: jhi on 2000/05/07 22:24:16
53904 Log: Integrate with Sarathy.
53905 Branch: cfgperl
53906 !> perl.c pod/buildtoc pp.c pp_hot.c sv.c t/op/quotemeta.t
53907 !> t/op/substr.t toke.c
53908____________________________________________________________________________
25fbdfc0
GS
53909[ 6090] By: gsar on 2000/05/07 19:47:07
53910 Log: concat doesn't preserve utf8-ness, and doesn't invalidate
53911 [NI]OK; added tests for both
e277ebbf 53912 Branch: perl
25fbdfc0 53913 ! perl.c pp_hot.c sv.c t/op/substr.t
e277ebbf 53914____________________________________________________________________________
25fbdfc0
GS
53915[ 6089] By: gsar on 2000/05/07 18:18:38
53916 Log: buildtoc tweak to fix newline lossage
53c32ee0 53917 Branch: perl
25fbdfc0 53918 ! pod/buildtoc
53c32ee0 53919____________________________________________________________________________
51c9377f
JH
53920[ 6088] By: jhi on 2000/05/07 16:35:36
53921 Log: Remove HAS_SETSPENT, HAS_GETSPENT, HAS_ENDSPENT,
53922 because we do not use those. The HAS_GETSPNAM remains,
53923 though, because we still do use that.
53924 Branch: cfgperl
53925 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
53926 ! config_h.SH epoc/config.sh hints/machten.sh pod/perltoc.pod
53927 ! pp_sys.c vms/subconfigure.com vos/config.def vos/config.h
53928 ! vos/config_h.SH_orig win32/config.bc win32/config.gc
53929 ! win32/config.vc win32/config_H.bc win32/config_H.gc
53930 ! win32/config_H.vc win32/config_h.PL win32/config_sh.PL
53931____________________________________________________________________________
25fbdfc0
GS
53932[ 6087] By: gsar on 2000/05/07 16:05:16
53933 Log: reverse() and quotemeta() weren't preserving utf8-ness; add tests
53c32ee0 53934 Branch: perl
25fbdfc0 53935 ! pp.c sv.c t/op/quotemeta.t t/op/substr.t toke.c
53c32ee0 53936____________________________________________________________________________
51c9377f
JH
53937[ 6086] By: jhi on 2000/05/07 15:27:07
53938 Log: Integrate with Sarathy.
53939 Branch: cfgperl
53940 +> lib/File/Temp.pm t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
53941 +> t/lib/ftmp-security.t t/lib/ftmp-tempfile.t
53942 !> AUTHORS MAINTAIN MANIFEST iperlsys.h lib/Carp/Heavy.pm
53943 !> lib/diagnostics.pm pod/perlfunc.pod pod/perlrun.pod
53944 !> pod/perltie.pod pp.c t/lib/peek.t t/op/substr.t
53945 !> utils/perlbug.PL vms/vms.c vms/vmsish.h
53946____________________________________________________________________________
25fbdfc0
GS
53947[ 6085] By: gsar on 2000/05/07 05:52:02
53948 Log: repeat operator (x) doesn't preserve utf8-ness
53c32ee0 53949 Branch: perl
25fbdfc0 53950 ! pp.c t/op/substr.t
53c32ee0 53951____________________________________________________________________________
25fbdfc0
GS
53952[ 6084] By: gsar on 2000/05/07 05:39:55
53953 Log: substr() does not preserve utf8-ness (from Stefan Eissing
53954 <Eissing@medicaldataservice.de>); added tests
53c32ee0 53955 Branch: perl
25fbdfc0 53956 ! pp.c t/op/substr.t
53c32ee0 53957____________________________________________________________________________
25fbdfc0
GS
53958[ 6083] By: gsar on 2000/05/07 05:24:46
53959 Log: note about undocumented caller() return value (from M.J.T. Guy);
53960 yet another peek.t tweak
53c32ee0 53961 Branch: perl
25fbdfc0 53962 ! pod/perlfunc.pod t/lib/peek.t
53c32ee0 53963____________________________________________________________________________
25fbdfc0
GS
53964[ 6082] By: gsar on 2000/05/07 05:08:40
53965 Log: peek.t non-portable to ithreads
53c32ee0 53966 Branch: perl
25fbdfc0 53967 ! t/lib/peek.t
53c32ee0 53968____________________________________________________________________________
25fbdfc0
GS
53969[ 6081] By: gsar on 2000/05/07 04:17:04
53970 Log: better default perlbug categories for ok reports (from Richard Foley)
53c32ee0 53971 Branch: perl
25fbdfc0 53972 ! utils/perlbug.PL
53c32ee0 53973____________________________________________________________________________
25fbdfc0
GS
53974[ 6080] By: gsar on 2000/05/07 04:08:07
53975 Log: add File::Temp v0.08 from CPAN, with small tweaks to testsuite
53976 (from Tim Jenness <t.jenness@jach.hawaii.edu>)
53977 Branch: perl
53978 + lib/File/Temp.pm t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
53979 + t/lib/ftmp-security.t t/lib/ftmp-tempfile.t
53980 ! AUTHORS MAINTAIN MANIFEST
53c32ee0 53981____________________________________________________________________________
25fbdfc0
GS
53982[ 6079] By: gsar on 2000/05/07 04:01:38
53983 Log: remove outdated kludge in Carp (NULLs are permitted in diagnostics now)
53984 Branch: perl
53985 ! lib/Carp/Heavy.pm
53c32ee0 53986____________________________________________________________________________
25fbdfc0
GS
53987[ 6078] By: gsar on 2000/05/07 01:24:19
53988 Log: workaround for CRT bug in chdir() (from Charles Lane, via
53989 Peter Prymmer)
53990 Branch: perl
53991 ! iperlsys.h vms/vms.c vms/vmsish.h
53c32ee0 53992____________________________________________________________________________
25fbdfc0
GS
53993[ 6077] By: gsar on 2000/05/07 01:22:23
53994 Log: avoid warnings in diagnostics.pm; pod tweaks (from Peter Prymmer
53995 and Tom Phoenix)
53c32ee0 53996 Branch: perl
25fbdfc0 53997 ! lib/diagnostics.pm pod/perlrun.pod pod/perltie.pod
53c32ee0 53998____________________________________________________________________________
25fbdfc0 53999[ 6076] By: gsar on 2000/05/06 17:36:29
53c32ee0
GS
54000 Log: integrate cfgperl contents into mainline
54001 Branch: perl
25fbdfc0
GS
54002 +> t/lib/peek.t
54003 !> Configure MANIFEST Porting/Glossary Porting/config.sh
54004 !> Porting/config_H config_h.SH ext/POSIX/POSIX.xs
54005 !> hints/unicos.sh lib/Math/Complex.pm pp_sys.c sv.c
54006 !> t/lib/complex.t t/op/grent.t t/op/pwent.t toke.c util.c
53c32ee0 54007____________________________________________________________________________
51c9377f
JH
54008[ 6075] By: jhi on 2000/05/05 18:56:10
54009 Log: Make the test more portable.
54010 Branch: cfgperl
54011 ! t/lib/peek.t
54012____________________________________________________________________________
54013[ 6074] By: jhi on 2000/05/05 18:49:20
54014 Log: Introduce t/lib/peek.t.
54015 Branch: cfgperl
54016 + t/lib/peek.t
54017 ! MANIFEST
54018____________________________________________________________________________
54019[ 6073] By: jhi on 2000/05/05 14:30:45
54020 Log: Complex tweaks.
54021 Branch: cfgperl
54022 ! lib/Math/Complex.pm t/lib/complex.t
54023____________________________________________________________________________
54024[ 6072] By: jhi on 2000/05/05 12:27:13
54025 Log: Integrate with Sarathy.
54026 Branch: cfgperl
54027 !> lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_Win32.pm
54028 !> lib/File/Spec.pm lib/File/Spec/Mac.pm lib/File/Spec/Unix.pm
54029 !> lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm perl.c
54030 !> pod/perlfunc.pod t/lib/anydbm.t win32/win32.c
54031____________________________________________________________________________
25fbdfc0
GS
54032[ 6071] By: gsar on 2000/05/05 02:24:46
54033 Log: misformatted perllocal.pod (from Tim Jenness
54034 <t.jenness@jach.hawaii.edu>)
53c32ee0 54035 Branch: perl
25fbdfc0 54036 ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_Win32.pm
53c32ee0 54037____________________________________________________________________________
25fbdfc0
GS
54038[ 6070] By: gsar on 2000/05/05 02:16:52
54039 Log: remove misleading comment (from M.J.T. Guy)
53c32ee0 54040 Branch: perl
25fbdfc0 54041 ! t/lib/anydbm.t
53c32ee0 54042____________________________________________________________________________
25fbdfc0
GS
54043[ 6069] By: gsar on 2000/05/05 02:15:13
54044 Log: File::Spec compatibility update (from Barrie Slaymaker
54045 <barries@slaysys.com>)
53c32ee0 54046 Branch: perl
25fbdfc0
GS
54047 ! lib/File/Spec.pm lib/File/Spec/Mac.pm lib/File/Spec/Unix.pm
54048 ! lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm
53c32ee0 54049____________________________________________________________________________
25fbdfc0
GS
54050[ 6068] By: gsar on 2000/05/05 02:01:50
54051 Log: note about values()
53c32ee0 54052 Branch: perl
25fbdfc0 54053 ! pod/perlfunc.pod
53c32ee0 54054____________________________________________________________________________
25fbdfc0
GS
54055[ 6067] By: gsar on 2000/05/05 01:33:09
54056 Log: replace direct call to sighandler() with (*PL_sighandlerp)()
53c32ee0 54057 Branch: perl
25fbdfc0 54058 ! win32/win32.c
53c32ee0 54059____________________________________________________________________________
25fbdfc0
GS
54060[ 6066] By: gsar on 2000/05/05 01:23:43
54061 Log: s/END/CHECK/
53c32ee0 54062 Branch: perl
25fbdfc0 54063 ! perl.c
53c32ee0 54064____________________________________________________________________________
51c9377f
JH
54065[ 6065] By: jhi on 2000/05/04 17:30:22
54066 Log: Integrate with Sarathy.
54067 Branch: cfgperl
54068 !> pp_sys.c sv.c t/pragma/utf8.t toke.c
54069____________________________________________________________________________
25fbdfc0
GS
54070[ 6064] By: gsar on 2000/05/04 17:26:14
54071 Log: change#5905 wasn't quite right--it's intent only applies when arguments
54072 to sv_vcatpvfn() are SVs instead of C types; back out change#5907 as well
53c32ee0 54073 Branch: perl
25fbdfc0 54074 ! pp_sys.c sv.c
53c32ee0 54075____________________________________________________________________________
25fbdfc0
GS
54076[ 6063] By: gsar on 2000/05/04 16:52:29
54077 Log: tokeq() could read unallocated field in argument
53c32ee0 54078 Branch: perl
25fbdfc0 54079 ! toke.c
53c32ee0 54080____________________________________________________________________________
25fbdfc0
GS
54081[ 6062] By: gsar on 2000/05/04 16:34:51
54082 Log: additional tests for utf8.t
53c32ee0 54083 Branch: perl
25fbdfc0 54084 ! t/pragma/utf8.t
53c32ee0 54085____________________________________________________________________________
25fbdfc0
GS
54086[ 6061] By: gsar on 2000/05/04 16:09:28
54087 Log: change#5921 neglected to make eq honor "use bytes"
53c32ee0 54088 Branch: perl
25fbdfc0 54089 ! sv.c
53c32ee0 54090____________________________________________________________________________
51c9377f
JH
54091[ 6060] By: jhi on 2000/05/04 15:30:16
54092 Log: Integrate with Sarathy.
54093 Branch: cfgperl
54094 !> perl.c regcomp.c t/pragma/utf8.t
54095____________________________________________________________________________
54096[ 6059] By: jhi on 2000/05/04 15:26:37
54097 Log: The logic of choosing strtol/strtoul/strtoll/strtoull was wrong
54098 in natively 64-bit platforms where a long is a quad (no need
54099 for long longs). Also added bias for IVs.
54100 Branch: cfgperl
54101 ! toke.c
54102____________________________________________________________________________
25fbdfc0
GS
54103[ 6058] By: gsar on 2000/05/04 00:19:14
54104 Log: printf(...) should be PerlIO_printf(PerlIO_stdout(), ...)
54105 (spotted by Donald Kinzer <dkinzer@premia.com>)
53c32ee0 54106 Branch: perl
25fbdfc0 54107 ! perl.c
53c32ee0 54108____________________________________________________________________________
25fbdfc0
GS
54109[ 6057] By: gsar on 2000/05/03 18:34:01
54110 Log: fix broken parsing of /\x{ab}/
53c32ee0 54111 Branch: perl
25fbdfc0 54112 ! regcomp.c t/pragma/utf8.t
53c32ee0 54113____________________________________________________________________________
51c9377f
JH
54114[ 6056] By: jhi on 2000/05/03 17:57:16
54115 Log: The search of infinity continues, this time simplified.
54116 Branch: cfgperl
54117 ! lib/Math/Complex.pm
54118____________________________________________________________________________
54119[ 6055] By: jhi on 2000/05/03 17:45:30
54120 Log: Detypo.
54121 Branch: cfgperl
54122 ! hints/unicos.sh
54123____________________________________________________________________________
54124[ 6054] By: jhi on 2000/05/02 22:28:27
54125 Log: Be more forgiving in POSIX about HUGE_VALL.
54126 Branch: cfgperl
54127 ! ext/POSIX/POSIX.xs
54128____________________________________________________________________________
54129[ 6053] By: jhi on 2000/05/02 22:25:05
54130 Log: Integrate with Sarathy.
54131 Branch: cfgperl
54132 !> hints/irix_6.sh pod/perlop.pod
54133____________________________________________________________________________
54134[ 6052] By: jhi on 2000/05/02 22:24:31
54135 Log: Unicos hint tweak.
54136 Branch: cfgperl
54137 ! hints/unicos.sh
54138____________________________________________________________________________
54139[ 6051] By: jhi on 2000/05/02 22:21:26
54140 Log: Complex tweakery.
54141 Branch: cfgperl
54142 ! lib/Math/Complex.pm t/lib/complex.t
54143____________________________________________________________________________
54144[ 6050] By: jhi on 2000/05/02 19:26:22
54145 Log: Use setxxent()/endxxent().
54146 Branch: cfgperl
54147 ! t/op/grent.t t/op/pwent.t
54148____________________________________________________________________________
54149[ 6049] By: jhi on 2000/05/02 19:06:02
54150 Log: Test both the scalar and list contexts.
54151 Branch: cfgperl
54152 ! t/op/grent.t t/op/pwent.t
54153____________________________________________________________________________
25fbdfc0
GS
54154[ 6048] By: gsar on 2000/05/02 18:29:10
54155 Log: add note about how $( doesn't interpolate in REs (from
54156 Philip Newton <newton@ficus.frogspace.net>)
41fda654 54157 Branch: perl
25fbdfc0 54158 ! pod/perlop.pod
41fda654 54159____________________________________________________________________________
51c9377f
JH
54160[ 6047] By: jhi on 2000/05/02 17:41:24
54161 Log: Call getspnam() only iff needd.
54162 Branch: cfgperl
54163 ! pp_sys.c
54164____________________________________________________________________________
25fbdfc0
GS
54165[ 6046] By: gsar on 2000/05/02 17:07:25
54166 Log: libscheck has insufficient checks for n32 libs (from
54167 Albert Chin-A-Young <china@thewrittenword.com>)
21bad921 54168 Branch: perl
25fbdfc0 54169 ! hints/irix_6.sh
21bad921 54170____________________________________________________________________________
51c9377f
JH
54171[ 6045] By: jhi on 2000/05/02 13:57:17
54172 Log: Integrate with Sarathy.
54173 Branch: cfgperl
54174 !> MANIFEST Porting/makerel perl.c pod/perlretut.pod
54175 !> pod/perltrap.pod pp.c regcomp.c t/op/oct.t toke.c util.c
54176____________________________________________________________________________
25fbdfc0
GS
54177[ 6044] By: gsar on 2000/05/02 06:48:19
54178 Log: change#3798 broke the meaning of "\0_7_7", tr/\0_// etc.; fix it
54179 such that underscores are only ignored in literal numbers,
54180 "\x{...}", and hex/oct argument
21bad921 54181 Branch: perl
25fbdfc0 54182 ! perl.c pp.c regcomp.c t/op/oct.t toke.c util.c
21bad921 54183____________________________________________________________________________
25fbdfc0
GS
54184[ 6043] By: gsar on 2000/05/02 02:22:29
54185 Log: perlretut revisions (from Mark Kvale <kvale@phy.ucsf.edu>)
21bad921 54186 Branch: perl
25fbdfc0 54187 ! pod/perlretut.pod
21bad921 54188____________________________________________________________________________
25fbdfc0
GS
54189[ 6042] By: gsar on 2000/05/02 02:17:51
54190 Log: remove outdated perltrap entry (from Peter Scott <Peter@PSDT.com>)
21bad921 54191 Branch: perl
25fbdfc0 54192 ! pod/perltrap.pod
21bad921 54193____________________________________________________________________________
25fbdfc0
GS
54194[ 6041] By: gsar on 2000/05/02 01:53:51
54195 Log: cpio 2.4.2 on Linux creates directories in 0700 mode, adjust makerel
54196 to compensate
21bad921 54197 Branch: perl
25fbdfc0 54198 ! Porting/makerel
21bad921 54199____________________________________________________________________________
25fbdfc0
GS
54200[ 6040] By: gsar on 2000/05/02 01:51:57
54201 Log: missing files in MANIFEST
21bad921 54202 Branch: perl
25fbdfc0 54203 ! MANIFEST
21bad921 54204____________________________________________________________________________
51c9377f
JH
54205[ 6039] By: jhi on 2000/05/02 00:36:46
54206 Log: Infinite problems.
54207 Branch: cfgperl
54208 ! lib/Math/Complex.pm
54209____________________________________________________________________________
54210[ 6038] By: jhi on 2000/05/02 00:06:38
54211 Log: pwent/spent #ifdef imbalance.
54212 Branch: cfgperl
54213 ! pp_sys.c
54214____________________________________________________________________________
54215[ 6037] By: jhi on 2000/05/01 22:50:11
54216 Log: Use HUGE_VALL if applicable.
54217 Branch: cfgperl
54218 ! ext/POSIX/POSIX.xs util.c
54219____________________________________________________________________________
54220[ 6036] By: jhi on 2000/05/01 22:20:53
54221 Log: Correct Freudian slip.
54222 Branch: cfgperl
54223 ! pp_sys.c
54224____________________________________________________________________________
54225[ 6035] By: jhi on 2000/05/01 21:07:38
54226 Log: Continue on the pwent/spent case.
54227 Branch: cfgperl
54228 ! pp_sys.c
54229____________________________________________________________________________
54230[ 6034] By: jhi on 2000/05/01 17:45:14
54231 Log: Integrate with Sarathy; unfortunately Sarathy's whitespace
54232 adjustments in 6032 conflicted badly with this, will have
54233 to revisit them later.
54234 Branch: cfgperl
54235 +> lib/CGI/Util.pm t/lib/cgi-pretty.t
54236 !> MANIFEST lib/CGI.pm lib/CGI/Carp.pm lib/CGI/Cookie.pm
54237 !> lib/CGI/Pretty.pm lib/CGI/Push.pm lib/English.pm
54238 !> lib/Pod/Man.pm lib/Pod/Text.pm lib/diagnostics.pm
54239 !> pod/perldiag.pod pod/perlvar.pod pp_sys.c t/lib/cgi-function.t
54240 !> t/lib/cgi-html.t t/lib/cgi-request.t
54241____________________________________________________________________________
54242[ 6033] By: jhi on 2000/05/01 17:40:49
54243 Log: Rewrite the pwent/spent logic to be a little bit more clearer.
54244 Branch: cfgperl
54245 ! pp_sys.c
54246____________________________________________________________________________
25fbdfc0
GS
54247[ 6032] By: gsar on 2000/05/01 15:56:32
54248 Log: whitespace adjustments
21bad921 54249 Branch: perl
25fbdfc0 54250 ! pp_sys.c
21bad921 54251____________________________________________________________________________
25fbdfc0
GS
54252[ 6031] By: gsar on 2000/05/01 15:19:41
54253 Log: small nits in diagnostics.pm (from Robin Barker)
21bad921 54254 Branch: perl
25fbdfc0 54255 ! lib/diagnostics.pm pod/perldiag.pod
21bad921 54256____________________________________________________________________________
25fbdfc0
GS
54257[ 6030] By: gsar on 2000/05/01 08:39:18
54258 Log: introduce @LAST_MATCH_START and @LAST_MATCH_END, English aliases
54259 for @- and @+ (from Johan Vromans)
21bad921 54260 Branch: perl
25fbdfc0 54261 ! lib/English.pm pod/perlvar.pod
21bad921 54262____________________________________________________________________________
25fbdfc0
GS
54263[ 6029] By: gsar on 2000/05/01 08:16:10
54264 Log: add CGI.pm v2.66 (from Lincoln Stein)
f07cf794 54265 Branch: perl
25fbdfc0
GS
54266 + lib/CGI/Util.pm t/lib/cgi-pretty.t
54267 ! MANIFEST lib/CGI.pm lib/CGI/Carp.pm lib/CGI/Cookie.pm
54268 ! lib/CGI/Pretty.pm lib/CGI/Push.pm t/lib/cgi-function.t
54269 ! t/lib/cgi-html.t t/lib/cgi-request.t
f07cf794 54270____________________________________________________________________________
25fbdfc0
GS
54271[ 6028] By: gsar on 2000/05/01 06:34:41
54272 Log: Pod::Man generates groff-incompatible macro definition (from
54273 Tom Christiansen)
f07cf794 54274 Branch: perl
25fbdfc0 54275 ! lib/Pod/Man.pm
f07cf794 54276____________________________________________________________________________
25fbdfc0
GS
54277[ 6027] By: gsar on 2000/05/01 06:31:36
54278 Log: podlators-1.02 update (from Russ Allbery)
54279 Branch: perl
54280 ! lib/Pod/Man.pm lib/Pod/Text.pm
f07cf794 54281____________________________________________________________________________
51c9377f
JH
54282[ 6026] By: jhi on 2000/04/30 23:24:23
54283 Log: Integrate with Sarathy.
54284 Branch: cfgperl
54285 !> README.win32 ext/File/Glob/Glob.pm ext/Sys/Syslog/Syslog.pm
54286 !> ext/Sys/Syslog/Syslog.xs lib/perl5db.pl
54287 !> lib/unicode/Is/Alnum.pl lib/unicode/Is/Alpha.pl
54288 !> lib/unicode/Is/Word.pl lib/unicode/mktables.PL
54289 !> pod/perl56delta.pod sv.c t/lib/b.t t/lib/open3.t
54290 !> t/lib/syslog.t toke.c win32/win32.h
54291____________________________________________________________________________
25fbdfc0
GS
54292[ 6025] By: gsar on 2000/04/30 18:17:47
54293 Log: Is{Alnum,Alpha,Word} don't match titlecase
54294
54295 TODO: IsSpace is defined recursively!
54296
54297 (both spotted by Larry)
f07cf794 54298 Branch: perl
25fbdfc0
GS
54299 ! lib/unicode/Is/Alnum.pl lib/unicode/Is/Alpha.pl
54300 ! lib/unicode/Is/Word.pl lib/unicode/mktables.PL
f07cf794 54301____________________________________________________________________________
25fbdfc0
GS
54302[ 6024] By: gsar on 2000/04/30 17:50:19
54303 Log: extend "Unrecognized escape" warning to \8, \9, and \_ as well
54304 (from Hugo van der Sanden)
f07cf794 54305 Branch: perl
25fbdfc0 54306 ! toke.c
f07cf794 54307____________________________________________________________________________
25fbdfc0
GS
54308[ 6023] By: gsar on 2000/04/30 17:14:43
54309 Log: debugger stomps on $. (from M.J.T. Guy)
f07cf794 54310 Branch: perl
25fbdfc0 54311 ! lib/perl5db.pl
f07cf794 54312____________________________________________________________________________
25fbdfc0
GS
54313[ 6022] By: gsar on 2000/04/30 16:59:22
54314 Log: unbalanced LEAVE after perl_clone(...,0) (from Doug MacEachern)
f07cf794 54315 Branch: perl
25fbdfc0 54316 ! sv.c
f07cf794 54317____________________________________________________________________________
25fbdfc0
GS
54318[ 6021] By: gsar on 2000/04/29 21:00:08
54319 Log: remove Win2K issue in pod (fixed by change#6020)
f07cf794 54320 Branch: perl
25fbdfc0 54321 ! README.win32 pod/perl56delta.pod
f07cf794 54322____________________________________________________________________________
25fbdfc0
GS
54323[ 6020] By: gsar on 2000/04/29 20:51:49
54324 Log: test tweak
f07cf794 54325 Branch: perl
25fbdfc0 54326 ! t/lib/open3.t
f07cf794 54327____________________________________________________________________________
25fbdfc0
GS
54328[ 6019] By: gsar on 2000/04/29 20:34:27
54329 Log: windows portability tweaks
f07cf794 54330 Branch: perl
25fbdfc0 54331 ! t/lib/b.t win32/win32.h
f07cf794 54332____________________________________________________________________________
25fbdfc0
GS
54333[ 6018] By: gsar on 2000/04/29 19:55:24
54334 Log: make lib/syslog.t portable to systems that don't have _PATH_LOG,
54335 make _PATH_LOG() return "" if unavailable
f07cf794 54336 Branch: perl
25fbdfc0
GS
54337 ! ext/File/Glob/Glob.pm ext/Sys/Syslog/Syslog.pm
54338 ! ext/Sys/Syslog/Syslog.xs t/lib/syslog.t
f07cf794 54339____________________________________________________________________________
51c9377f
JH
54340[ 6017] By: jhi on 2000/04/28 22:49:46
54341 Log: Integrate with Sarathy.
54342 Branch: cfgperl
54343 !> op.c perl.c pod/perldiag.pod t/lib/b.t
54344____________________________________________________________________________
54345[ 6016] By: jhi on 2000/04/28 22:46:14
54346 Log: Do not warn that an infinity does not look like a number.
54347 Branch: cfgperl
54348 ! sv.c
54349____________________________________________________________________________
25fbdfc0
GS
54350[ 6015] By: gsar on 2000/04/28 22:35:49
54351 Log: tweak test for portability
f07cf794 54352 Branch: perl
25fbdfc0 54353 ! t/lib/b.t
f07cf794 54354____________________________________________________________________________
25fbdfc0
GS
54355[ 6014] By: gsar on 2000/04/28 22:05:31
54356 Log: glob() loading File::Glob behind the scenes may cause syntax errors
f07cf794 54357 Branch: perl
25fbdfc0 54358 ! op.c
f07cf794 54359____________________________________________________________________________
25fbdfc0
GS
54360[ 6013] By: gsar on 2000/04/28 21:25:22
54361 Log: tweak change#5945 to display correct switch name in diagnostic
f07cf794 54362 Branch: perl
25fbdfc0 54363 ! perl.c pod/perldiag.pod
f07cf794 54364____________________________________________________________________________
51c9377f
JH
54365[ 6012] By: jhi on 2000/04/28 21:08:12
54366 Log: Integrate with Sarathy.
54367 Branch: cfgperl
54368 !> Changes ext/IO/lib/IO/Poll.pm installperl pod/perl56delta.pod
54369 !> pod/perldelta.pod pod/perlfunc.pod pod/perlmod.pod
54370 !> t/lib/io_poll.t utils/perldoc.PL vms/subconfigure.com
54371____________________________________________________________________________
54372[ 6011] By: jhi on 2000/04/28 21:04:46
54373 Log: &HUGE_VAL is not defined, it exists.
54374 Branch: cfgperl
54375 ! lib/Math/Complex.pm
54376____________________________________________________________________________
25fbdfc0
GS
54377[ 6010] By: gsar on 2000/04/28 21:02:58
54378 Log: clarify note about shadow password support (from
54379 gellyfish@gellyfish.com)
f07cf794 54380 Branch: perl
25fbdfc0 54381 ! pod/perlfunc.pod
f07cf794 54382____________________________________________________________________________
25fbdfc0
GS
54383[ 6009] By: gsar on 2000/04/28 21:00:00
54384 Log: IO::Poll bugs fixed (from Lincoln Stein <lstein@cshl.org>)
f07cf794 54385 Branch: perl
25fbdfc0 54386 ! ext/IO/lib/IO/Poll.pm t/lib/io_poll.t
f07cf794 54387____________________________________________________________________________
25fbdfc0
GS
54388[ 6008] By: gsar on 2000/04/28 20:56:33
54389 Log: VMS config tweak (from Craig A. Berry <craig.berry@metamorgs.com>)
54390 Branch: perl
54391 ! installperl vms/subconfigure.com
f07cf794 54392____________________________________________________________________________
25fbdfc0
GS
54393[ 6007] By: gsar on 2000/04/28 20:51:21
54394 Log: note about compile failures and END blocks (from M.J.T. Guy)
54395 Branch: perl
54396 ! pod/perl56delta.pod pod/perlmod.pod
f07cf794 54397____________________________________________________________________________
51c9377f
JH
54398[ 6006] By: jhi on 2000/04/28 20:42:14
54399 Log: Regen Configure.
54400 Branch: cfgperl
54401 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
54402 ! config_h.SH
54403____________________________________________________________________________
25fbdfc0
GS
54404[ 6005] By: gsar on 2000/04/28 20:41:16
54405 Log: perldoc might fail via "use blib" (from Hugo van der Sanden)
9b0c9623 54406 Branch: perl
25fbdfc0 54407 ! utils/perldoc.PL
9b0c9623 54408____________________________________________________________________________
51c9377f
JH
54409[ 6004] By: jhi on 2000/04/28 20:28:21
54410 Log: Integrate with Sarathy.
54411 Branch: cfgperl
54412 !> Configure INSTALL Porting/Glossary Porting/config.sh
54413 !> Porting/config_H config_h.SH epoc/config.sh perl.c sv.c
54414 !> t/pragma/warn/toke toke.c vms/subconfigure.com vos/config.def
54415 !> vos/config_h.SH_orig win32/config.bc win32/config.gc
54416 !> win32/config.vc win32/win32.c
54417____________________________________________________________________________
25fbdfc0
GS
54418[ 6003] By: gsar on 2000/04/28 20:11:20
54419 Log: allow REG_EXPAND_SZ keys in Windows registry (from
54420 John Clayton <John.Clayton@barclayscapital.com>)
9b0c9623 54421 Branch: perl
25fbdfc0 54422 ! win32/win32.c
9b0c9623 54423____________________________________________________________________________
25fbdfc0
GS
54424[ 6002] By: gsar on 2000/04/28 19:34:16
54425 Log: destructive sv_setsv() can lose UV-ness from source, causing
54426 numeric promotions/comparisons to fail to do the right thing
9b0c9623 54427 Branch: perl
25fbdfc0 54428 ! sv.c
9b0c9623 54429____________________________________________________________________________
25fbdfc0
GS
54430[ 6001] By: gsar on 2000/04/28 18:44:15
54431 Log: support additional library locations via $Config{otherlibdirs}
54432 (from Andy Dougherty)
9b0c9623 54433 Branch: perl
25fbdfc0
GS
54434 ! Configure INSTALL Porting/Glossary Porting/config.sh
54435 ! Porting/config_H config_h.SH epoc/config.sh perl.c
54436 ! vms/subconfigure.com vos/config.def vos/config_h.SH_orig
54437 ! win32/config.bc win32/config.gc win32/config.vc
9b0c9623 54438____________________________________________________________________________
51c9377f
JH
54439[ 6000] By: gsar on 2000/04/28 18:26:58
54440 Log: reworked otherlibdirs.U (from Andy Dougherty)
54441 Branch: metaconfig
54442 ! U/installdirs/otherlibdirs.U
54443____________________________________________________________________________
25fbdfc0
GS
54444[ 5999] By: gsar on 2000/04/28 18:17:07
54445 Log: fix line renumbering bug in C<eval qq[#line 10 "X"\nwarn]>
9b0c9623 54446 Branch: perl
25fbdfc0
GS
54447 ! t/pragma/warn/toke toke.c
54448____________________________________________________________________________
51c9377f
JH
54449[ 5998] By: jhi on 2000/04/28 13:32:17
54450 Log: Try to get "Inf" by using &POSIX::HUGE_VAL in sprintf.
54451 Branch: cfgperl
54452 ! lib/Math/Complex.pm
54453____________________________________________________________________________
54454[ 5997] By: jhi on 2000/04/28 13:14:04
54455 Log: Preserve $!.
54456 Branch: cfgperl
54457 ! lib/Math/Complex.pm
54458____________________________________________________________________________
54459[ 5996] By: jhi on 2000/04/28 12:59:23
54460 Log: Integrate with Sarathy.
54461 Branch: cfgperl
54462 +> pod/perlrequick.pod pod/perlretut.pod
54463 !> (integrate 51 files)
54464____________________________________________________________________________
25fbdfc0
GS
54465[ 5995] By: gsar on 2000/04/28 09:37:36
54466 Log: fixes for bugs in C<use warnings qw(FATAL all)> (from Paul Marquess)
9b0c9623 54467 Branch: perl
25fbdfc0 54468 ! mg.c t/pragma/warn/7fatal warnings.h warnings.pl
9b0c9623 54469____________________________________________________________________________
25fbdfc0
GS
54470[ 5994] By: gsar on 2000/04/28 09:33:26
54471 Log: fix for missed accounting for null byte in pack("Z",...) (from
54472 M.J.T. Guy)
9b0c9623 54473 Branch: perl
25fbdfc0 54474 ! pp.c t/op/pack.t
9b0c9623 54475____________________________________________________________________________
25fbdfc0
GS
54476[ 5993] By: gsar on 2000/04/28 09:30:05
54477 Log: various minor tweaks seen on p5p
9b0c9623 54478 Branch: perl
25fbdfc0 54479 ! lib/perl5db.pl pod/perlipc.pod pod/perlvar.pod
9b0c9623 54480____________________________________________________________________________
25fbdfc0
GS
54481[ 5992] By: gsar on 2000/04/28 09:08:19
54482 Log: pod nit (from Simon Cozens)
9b0c9623 54483 Branch: perl
25fbdfc0 54484 ! pod/perlop.pod
9b0c9623 54485____________________________________________________________________________
25fbdfc0
GS
54486[ 5991] By: gsar on 2000/04/28 09:06:36
54487 Log: posix-bc patches (from Dorner Thomas <Thomas.Dorner@start.de>)
54488 Branch: perl
54489 ! README.posix-bc hints/posix-bc.sh
9b0c9623 54490____________________________________________________________________________
25fbdfc0
GS
54491[ 5990] By: gsar on 2000/04/28 08:54:52
54492 Log: use $ENV{LIB} to search for libs under Visual C compiler
54493 on Windows (from Jochen Wiedmann <joe@ispsoft.de>)
9b0c9623 54494 Branch: perl
25fbdfc0 54495 ! lib/ExtUtils/Liblist.pm
9b0c9623 54496____________________________________________________________________________
25fbdfc0
GS
54497[ 5989] By: gsar on 2000/04/28 08:27:12
54498 Log: qw(a\\b) must be parsed like 'a\\b', i.e., backslash escapes
54499 itself and no other (from Tom Hughes)
54500 Branch: perl
54501 ! t/op/array.t toke.c
9b0c9623 54502____________________________________________________________________________
25fbdfc0
GS
54503[ 5988] By: gsar on 2000/04/28 08:01:38
54504 Log: s/HTMLSCRIPTPOD/HTMLSCRIPTPODS/ (from Paul Sharpe
54505 <paul@miraclefish.com>)
9b0c9623 54506 Branch: perl
25fbdfc0 54507 ! lib/ExtUtils/MakeMaker.pm
9b0c9623 54508____________________________________________________________________________
25fbdfc0
GS
54509[ 5987] By: gsar on 2000/04/28 07:53:09
54510 Log: B::Bytecode tweaks (from Simon Cozens <simon@brecon.co.uk>)
54511 Branch: perl
54512 ! ext/B/B/Bytecode.pm ext/B/B/Disassembler.pm
9b0c9623 54513____________________________________________________________________________
25fbdfc0
GS
54514[ 5986] By: gsar on 2000/04/28 07:44:17
54515 Log: add regular expressions tutorial and quick-start guide (from
54516 Mark Kvale <kvale@phy.ucsf.edu>)
9b0c9623 54517 Branch: perl
25fbdfc0
GS
54518 + pod/perlrequick.pod pod/perlretut.pod
54519 ! AUTHORS MAINTAIN MANIFEST
9b0c9623 54520____________________________________________________________________________
25fbdfc0
GS
54521[ 5985] By: gsar on 2000/04/28 07:30:28
54522 Log: forked child may not exit correctly if it failed to open
54523 /dev/console (from Graham Barr)
54524 Branch: perl
54525 ! ext/Sys/Syslog/Syslog.pm
9b0c9623 54526____________________________________________________________________________
25fbdfc0
GS
54527[ 5984] By: gsar on 2000/04/28 07:27:20
54528 Log: attributes::reftype() doesn't work on tied argument
54529 Branch: perl
54530 ! xsutils.c
9b0c9623 54531____________________________________________________________________________
25fbdfc0
GS
54532[ 5983] By: gsar on 2000/04/28 07:15:04
54533 Log: numeric conversion of non-number in change#3378 tramples on
54534 OOK offset, causing segfaults
54535 Branch: perl
54536 ! sv.c
9b0c9623 54537____________________________________________________________________________
25fbdfc0
GS
54538[ 5982] By: gsar on 2000/04/28 04:48:25
54539 Log: avoid error in IO::Socket::INET when given an unknown service name
54540 with a port number (from Brian Raven <brianr@ssprdmh01.liffe.com>)
54541 Branch: perl
54542 ! ext/IO/lib/IO/Socket/INET.pm
9b0c9623 54543____________________________________________________________________________
25fbdfc0
GS
54544[ 5981] By: gsar on 2000/04/28 04:31:31
54545 Log: rename File::Glob::glob() to File::Glob::bsd_glob() to avoid
54546 prototype mismatch with CORE::glob(); update pod and tests to
54547 suit (File::Glob::glob() is still available for backward
54548 compatibility, but should be considered deprecated)
9b0c9623 54549 Branch: perl
25fbdfc0
GS
54550 ! ext/File/Glob/Glob.pm t/lib/glob-basic.t t/lib/glob-case.t
54551 ! t/lib/glob-taint.t
9b0c9623 54552____________________________________________________________________________
25fbdfc0
GS
54553[ 5980] By: gsar on 2000/04/28 03:47:29
54554 Log: allow Configure -S to run non-interactively (spotted by Greg Hudson
54555 <ghudson@mit.edu>)
54556 Branch: metaconfig
54557 ! U/modified/Options.U
54558 Branch: perl
54559 ! Configure
9b0c9623 54560____________________________________________________________________________
25fbdfc0
GS
54561[ 5979] By: gsar on 2000/04/28 03:07:54
54562 Log: under useithreads, constant pad entries could inadvertantly be
54563 shared across threads (from Eric Blood <eblood@xmission.com>);
54564 added Eric's test case to testsuite
9b0c9623 54565 Branch: perl
25fbdfc0 54566 ! op.c t/op/misc.t
9b0c9623 54567____________________________________________________________________________
25fbdfc0
GS
54568[ 5978] By: gsar on 2000/04/27 21:13:00
54569 Log: sync version numbers in File::Spec with the ones on CPAN
54570 (from Barrie Slaymaker)
9b0c9623 54571 Branch: perl
25fbdfc0
GS
54572 ! lib/File/Spec/Functions.pm lib/File/Spec/Mac.pm
54573 ! lib/File/Spec/OS2.pm lib/File/Spec/Unix.pm
54574 ! lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm
9b0c9623 54575____________________________________________________________________________
25fbdfc0
GS
54576[ 5977] By: gsar on 2000/04/27 21:07:29
54577 Log: autoquote barewords followed by newline and arrow properly
54578 (variant of fix suggested by Rick Delaney and M.J.T. Guy)
9b0c9623 54579 Branch: perl
25fbdfc0 54580 ! t/pragma/warn/toke toke.c
9b0c9623 54581____________________________________________________________________________
25fbdfc0
GS
54582[ 5976] By: gsar on 2000/04/27 20:41:20
54583 Log: DB_File v1.73 update (from Paul Marquess)
54584 Branch: perl
54585 ! ext/DB_File/Changes ext/DB_File/DB_File.pm
54586 ! ext/DB_File/DB_File.xs ext/DB_File/version.c
9b0c9623 54587____________________________________________________________________________
25fbdfc0
GS
54588[ 5975] By: gsar on 2000/04/27 20:34:24
54589 Log: allow sort() reentrancy (variant of patch suggested by
54590 Hugo van der Sanden)
9b0c9623 54591 Branch: perl
25fbdfc0 54592 ! pp_ctl.c t/op/sort.t
9b0c9623 54593____________________________________________________________________________
25fbdfc0
GS
54594[ 5974] By: gsar on 2000/04/27 19:46:57
54595 Log: change#4197 somehow missed initializing PL_errors, meaning
54596 sytax error queueing wasn't working outside eval"" at all;
54597 also fixed eval"" to localize PL_error_count, so that compile-time
54598 eval's don't clobber the error state of the outer context
9b0c9623 54599 Branch: perl
25fbdfc0
GS
54600 ! lib/Math/Complex.pm perl.c pp_ctl.c t/pragma/warn/op
54601 ! t/pragma/warn/toke
9b0c9623 54602____________________________________________________________________________
25fbdfc0
GS
54603[ 5973] By: gsar on 2000/04/27 18:29:05
54604 Log: fix for failure to match $foo =~ /(?i)/ (from Ilya Zakharevich)
54605 Branch: perl
54606 ! regcomp.c regexec.c t/op/re_tests
9b0c9623 54607____________________________________________________________________________
51c9377f
JH
54608[ 5972] By: jhi on 2000/04/27 18:22:41
54609 Log: Integrate with Sarathy.
54610 Branch: cfgperl
54611 +> t/lib/b.t t/lib/syslog.t
54612 !> (integrate 31 files)
54613____________________________________________________________________________
54614[ 5971] By: jhi on 2000/04/27 18:18:46
54615 Log: Unicos tweaks from Mark P. Lutz.
54616 Branch: cfgperl
54617 ! hints/unicos.sh lib/Math/Complex.pm
54618____________________________________________________________________________
25fbdfc0
GS
54619[ 5970] By: gsar on 2000/04/27 18:05:11
54620 Log: Data::Dumper fumbles negative numbers on 32-bit platforms where
54621 IV is >32bits
9b0c9623 54622 Branch: perl
25fbdfc0 54623 ! ext/Data/Dumper/Dumper.xs t/lib/dumper.t
9b0c9623 54624____________________________________________________________________________
25fbdfc0
GS
54625[ 5969] By: gsar on 2000/04/27 17:50:56
54626 Log: fix Sys::Syslog breakage on domain sockets (from Tom Hughes)
9b0c9623 54627 Branch: perl
25fbdfc0
GS
54628 + t/lib/syslog.t
54629 ! MANIFEST ext/Sys/Syslog/Syslog.pm
9b0c9623 54630____________________________________________________________________________
25fbdfc0
GS
54631[ 5968] By: gsar on 2000/04/27 17:44:49
54632 Log: tolerate spaces in group names in test on solaris (from David Boyce
54633 <dsb@boyski.com>)
9b0c9623 54634 Branch: perl
25fbdfc0 54635 ! t/op/groups.t
9b0c9623 54636____________________________________________________________________________
25fbdfc0
GS
54637[ 5967] By: gsar on 2000/04/27 17:41:22
54638 Log: improved docs on the warn_uninit diagnostic (from David Glasser
54639 and Simon Cozens)
9b0c9623 54640 Branch: perl
25fbdfc0 54641 ! pod/perldiag.pod
9b0c9623 54642____________________________________________________________________________
25fbdfc0
GS
54643[ 5966] By: gsar on 2000/04/27 16:54:58
54644 Log: add testsuite for B backends, fix bug in B::Deparse (from
54645 Simon Cozens <simon@brecon.co.uk>)
9b0c9623 54646 Branch: perl
25fbdfc0
GS
54647 + t/lib/b.t
54648 ! MANIFEST ext/B/B/Deparse.pm ext/B/B/Stash.pm
9b0c9623 54649____________________________________________________________________________
25fbdfc0
GS
54650[ 5965] By: gsar on 2000/04/27 16:10:37
54651 Log: avoid "will not stay shared" warnings for our variables (from
54652 Robin Barker)
9b0c9623 54653 Branch: perl
25fbdfc0 54654 ! op.c t/pragma/warn/op
9b0c9623 54655____________________________________________________________________________
25fbdfc0
GS
54656[ 5964] By: gsar on 2000/04/27 07:05:05
54657 Log: reformat to 72 columns (again)
9b0c9623 54658 Branch: perl
25fbdfc0 54659 ! pod/perldiag.pod
9b0c9623 54660____________________________________________________________________________
25fbdfc0
GS
54661[ 5963] By: gsar on 2000/04/27 06:28:31
54662 Log: patch from Larry to make (\&) prototype work; added tests for
54663 the same
9b0c9623 54664 Branch: perl
25fbdfc0 54665 ! op.c t/comp/proto.t
9b0c9623 54666____________________________________________________________________________
25fbdfc0
GS
54667[ 5962] By: gsar on 2000/04/27 06:15:47
54668 Log: updated README.hpux (from Jeff Okamoto)
9b0c9623 54669 Branch: perl
25fbdfc0 54670 ! README.hpux
9b0c9623 54671____________________________________________________________________________
25fbdfc0
GS
54672[ 5961] By: gsar on 2000/04/27 05:55:03
54673 Log: recognize our, CHECK and INIT in cperl-mode (from Doug MacEachern)
9b0c9623 54674 Branch: perl
25fbdfc0 54675 ! emacs/cperl-mode.el
9b0c9623 54676____________________________________________________________________________
25fbdfc0
GS
54677[ 5960] By: gsar on 2000/04/27 05:49:26
54678 Log: better INSTALL notes on Solaris issues (from Dominic Dunlop)
9b0c9623 54679 Branch: perl
25fbdfc0 54680 ! INSTALL
9b0c9623 54681____________________________________________________________________________
25fbdfc0
GS
54682[ 5959] By: gsar on 2000/04/27 05:33:41
54683 Log: doubled words in pods (from Simon Cozens
54684 <simon.p.cozens@jp.pwcglobal.com>)
9b0c9623 54685 Branch: perl
25fbdfc0
GS
54686 ! pod/perl56delta.pod pod/perldebguts.pod pod/perlfaq5.pod
54687 ! pod/perlfork.pod pod/perlfunc.pod pod/perlipc.pod
54688 ! pod/perllexwarn.pod pod/perllocale.pod pod/perlmodlib.pod
54689 ! pod/perlnumber.pod pod/perlopentut.pod pod/perltodo.pod
54690 ! pod/perltootc.pod
9b0c9623 54691____________________________________________________________________________
25fbdfc0
GS
54692[ 5958] By: gsar on 2000/04/27 05:11:39
54693 Log: change#3569 deleted some essential code, revert; avoid use of
54694 atexit() to make DynaLoader work properly on AIX under mod_perl
54695 (from Jens-Uwe Mager <jum@helios.de>)
9b0c9623 54696 Branch: perl
25fbdfc0 54697 ! ext/DynaLoader/dl_aix.xs
9b0c9623 54698____________________________________________________________________________
25fbdfc0
GS
54699[ 5957] By: gsar on 2000/04/27 04:54:51
54700 Log: pod nits (from A. C. Yardley <yardley@tanet.net>)
9b0c9623 54701 Branch: perl
25fbdfc0 54702 ! pod/perlmod.pod
9b0c9623 54703____________________________________________________________________________
25fbdfc0
GS
54704[ 5956] By: gsar on 2000/04/27 04:51:47
54705 Log: better diagnostics on failed tests (from Ilya Zakharevich)
9b0c9623 54706 Branch: perl
25fbdfc0 54707 ! t/op/lex_assign.t
9b0c9623 54708____________________________________________________________________________
25fbdfc0
GS
54709[ 5955] By: gsar on 2000/04/27 04:26:44
54710 Log: longstanding bug exposed by change#3307: sort arguments weren't
54711 compiled with the right wantarray context (ensuing runtime lookup
54712 via block_gimme() was getting the incidental context of the
54713 sort() itself)
9b0c9623 54714 Branch: perl
25fbdfc0 54715 ! op.c t/op/sort.t
9b0c9623 54716____________________________________________________________________________
25fbdfc0
GS
54717[ 5954] By: gsar on 2000/04/26 23:42:12
54718 Log: integrate cfgperl contents into mainline
9b0c9623 54719 Branch: perl
25fbdfc0 54720 !> (integrate 30 files)
9b0c9623 54721____________________________________________________________________________
51c9377f
JH
54722[ 5953] By: jhi on 2000/04/26 23:06:42
54723 Log: Integrate with Sarathy.
54724 Branch: cfgperl
54725 !> README.win32 ext/B/B/Deparse.pm
54726 !> ext/DynaLoader/DynaLoader_pm.PL ext/DynaLoader/XSLoader_pm.PL
54727 !> lib/vars.pm perl.c pod/perldiag.pod pod/perlsub.pod
54728 !> pod/perlsyn.pod pod/perlthrtut.pod pod/perltoc.pod
54729 !> pod/perltodo.pod pod/perlxs.pod pod/perlxstut.pod
54730 !> utils/perldoc.PL vms/perlvms.pod
54731____________________________________________________________________________
54732[ 5952] By: jhi on 2000/04/26 23:03:46
54733 Log: Undo "use integer" addition from 64bitint as it seems
54734 to break most of the subtests in Digital UNIX;
54735 Unicos needs to find another way.
54736 Branch: cfgperl
54737 ! t/op/64bitint.t
54738____________________________________________________________________________
54739[ 5951] By: jhi on 2000/04/26 22:57:53
54740 Log: Be more robust on "extreme" (large absolute value)
54741 arguments. Originally reported by Daniel Connelly
54742 as a problem with asinh() on large negative arguments,
54743 asinh() used to bail out because an argument to log()
54744 ended up being zero. Ilya Zakharevich proposed using
54745 Taylor's series in such cases, which for such large
54746 arguments is a very good approximation.
54747 Branch: cfgperl
54748 ! lib/Math/Complex.pm t/lib/complex.t
54749____________________________________________________________________________
25fbdfc0
GS
54750[ 5950] By: gsar on 2000/04/25 19:13:12
54751 Log: reformat perldiag to avoid long lines
9b0c9623 54752 Branch: perl
25fbdfc0 54753 ! pod/perldiag.pod
9b0c9623 54754____________________________________________________________________________
25fbdfc0
GS
54755[ 5949] By: gsar on 2000/04/25 18:41:11
54756 Log: make perldoc use the pod2man from the same version (from
54757 M.J.T. Guy)
54758 Branch: perl
54759 ! utils/perldoc.PL
9b0c9623 54760____________________________________________________________________________
25fbdfc0
GS
54761[ 5948] By: gsar on 2000/04/25 18:21:57
54762 Log: typo in vars.pm that leads to cryptic message (from Piotr Piatkowski
54763 <kompas@kompas.usr.onet.pl>)
9b0c9623 54764 Branch: perl
25fbdfc0 54765 ! lib/vars.pm
9b0c9623 54766____________________________________________________________________________
25fbdfc0
GS
54767[ 5947] By: gsar on 2000/04/25 18:11:53
54768 Log: use &dl_error rather than &dl_load_file as the guard for calling
54769 boot_DynaLoader() (meant to fix dl_error() redefined warnings in
54770 statically built perl)
54771 Branch: perl
54772 ! ext/DynaLoader/DynaLoader_pm.PL ext/DynaLoader/XSLoader_pm.PL
9b0c9623 54773____________________________________________________________________________
51c9377f
JH
54774[ 5946] By: jhi on 2000/04/25 17:37:54
54775 Log: Document that tr() is not tr(1).
54776 Branch: cfgperl
54777 ! pod/perlop.pod
54778____________________________________________________________________________
25fbdfc0
GS
54779[ 5945] By: gsar on 2000/04/25 16:34:33
54780 Log: make module name mandatory after -M switch; reorder perldiag
54781 alphabetically (from Mark-Jason Dominus)
9b0c9623 54782 Branch: perl
25fbdfc0 54783 ! perl.c pod/perldiag.pod
9b0c9623 54784____________________________________________________________________________
51c9377f
JH
54785[ 5944] By: jhi on 2000/04/25 01:15:18
54786 Log: On second thoughts frexp() does have two arguments.
54787 Branch: cfgperl
54788 ! perl.h
54789____________________________________________________________________________
54790[ 5943] By: jhi on 2000/04/24 22:56:32
54791 Log: Add HAS_FREXPL, HAS_ISNAN, HAS_ISNANL, and HAS_MODFL.
54792 Now pp_ncmp() returns undef is either operand is a NaN.
54793 Branch: cfgperl
54794 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
54795 ! Todo-5.6 config_h.SH epoc/config.sh perl.h pp.c pp_sys.c
54796 ! vms/subconfigure.com vos/config.def vos/config.h
54797 ! vos/config_h.SH_orig win32/config.bc win32/config.gc
54798 ! win32/config.vc win32/config_H.bc win32/config_H.gc
54799 ! win32/config_H.vc
54800 Branch: metaconfig/U/perl
54801 + d_modfl.U
54802____________________________________________________________________________
54803[ 5942] By: jhi on 2000/04/24 19:45:17
54804 Log: Regen Configure to match #5937.
54805 Branch: cfgperl
54806 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
54807 ! config_h.SH
54808 Branch: metaconfig
54809 ! U/installdirs/inc_version_list.U U/modified/cpp_stuff.U
54810____________________________________________________________________________
54811[ 5941] By: jhi on 2000/04/24 19:24:11
54812 Log: Further Unicos fixes for Mark Lutz.
54813 Branch: cfgperl
54814 ! hints/unicos.sh pp_ctl.c
54815____________________________________________________________________________
54816[ 5940] By: jhi on 2000/04/24 19:09:06
54817 Log: Various Unicos 10.0.0.6 fixes.
54818
54819 Subject: [ID 20000414.007] Test suite failures in perl 5.6 on Cray T90
54820 From: Mark P Lutz <tecmpl1@triton.ca.boeing.com>
54821 Reply-To: tecmpl1@triton.ca.boeing.com
54822 To: perl5-porters@perl.org
54823 Date: Fri, 14 Apr 2000 20:21:00 GMT
54824 Message-Id: <200004142021.UAA36232@triton.ca.boeing.com>
54825 Branch: cfgperl
54826 ! hints/unicos.sh pp.c pp_ctl.c t/op/64bitint.t
54827____________________________________________________________________________
25fbdfc0
GS
54828[ 5939] By: gsar on 2000/04/24 19:01:24
54829 Log: more pod nits (from Larry Virden)
9b0c9623 54830 Branch: perl
25fbdfc0
GS
54831 ! README.win32 pod/perlsub.pod pod/perlsyn.pod
54832 ! pod/perlthrtut.pod pod/perltoc.pod pod/perltodo.pod
54833 ! pod/perlxs.pod pod/perlxstut.pod vms/perlvms.pod
9b0c9623 54834____________________________________________________________________________
25fbdfc0
GS
54835[ 5938] By: gsar on 2000/04/24 18:54:01
54836 Log: Consolidated B::Deparse fixes (from Stephen McCamant)
9b0c9623 54837 Branch: perl
25fbdfc0 54838 ! ext/B/B/Deparse.pm
9b0c9623 54839____________________________________________________________________________
51c9377f
JH
54840[ 5937] By: jhi on 2000/04/24 17:39:00
54841 Log: Integrate with Sarathy.
54842 Branch: cfgperl
54843 +> (branch 31 files)
54844 !> (integrate 73 files)
54845____________________________________________________________________________
25fbdfc0
GS
54846[ 5936] By: gsar on 2000/04/24 17:30:06
54847 Log: additional tests for change#5934 (from Paul Marquess, who also
54848 sent in the same fix)
54849 Branch: perl
54850 ! t/pragma/warn/2use t/pragma/warn/3both t/pragma/warn/4lint
54851 ! t/pragma/warn/5nolint t/pragma/warn/6default
9b0c9623 54852____________________________________________________________________________
51c9377f
JH
54853[ 5935] By: jhi on 2000/04/24 17:26:05
54854 Log: Do not assume sign propagation.
54855 Subject: [PATCH] Re: [ID 20000410.010] Unicoss 10.0.0.6 and perl 5.6.0
54856 From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
54857 To: payner@ncifcrf.gov, perl5-porters@perl.org
54858 Date: Tue, 18 Apr 2000 18:24:49 +0100
54859 Message-Id: <E12hbk1-0006Ws-00@ursa.cus.cam.ac.uk>
54860 Branch: cfgperl
54861 ! t/op/bop.t t/op/misc.t
54862____________________________________________________________________________
25fbdfc0
GS
54863[ 5934] By: gsar on 2000/04/24 17:16:54
54864 Log: propagate lexical warnings from surrounding scope correctly
54865 within string eval()
9b0c9623 54866 Branch: perl
25fbdfc0 54867 ! pp_ctl.c t/pragma/warn/pp_ctl
9b0c9623 54868____________________________________________________________________________
51c9377f
JH
54869[ 5933] By: jhi on 2000/04/24 17:01:07
54870 Log: Flatten the cpp jungle doing the nosuid checking.
54871 Branch: cfgperl
54872 ! perl.c
54873____________________________________________________________________________
25fbdfc0
GS
54874[ 5932] By: gsar on 2000/04/24 09:08:14
54875 Log: add rsignal(), whichsig() and do_join() to public API list
54876 (mod_perl uses them to good advantage)
9b0c9623 54877 Branch: perl
25fbdfc0 54878 ! embed.pl global.sym objXSUB.h perlapi.c proto.h
9b0c9623 54879____________________________________________________________________________
25fbdfc0
GS
54880[ 5931] By: gsar on 2000/04/24 09:01:40
54881 Log: fix RE brokenness on refs/overloaded things (from Ilya Zakharevich)
c47ff5f1 54882 Branch: perl
25fbdfc0 54883 ! pp_hot.c regexec.c t/op/pat.t
c47ff5f1 54884____________________________________________________________________________
25fbdfc0
GS
54885[ 5930] By: gsar on 2000/04/24 08:58:33
54886 Log: small os390 tweaks (from Peter Prymmer)
c47ff5f1 54887 Branch: perl
25fbdfc0 54888 ! config_h.SH makedepend.SH
c47ff5f1 54889____________________________________________________________________________
25fbdfc0
GS
54890[ 5929] By: gsar on 2000/04/24 08:55:25
54891 Log: pod nits
c47ff5f1 54892 Branch: perl
25fbdfc0 54893 ! pod/perlguts.pod
c47ff5f1 54894____________________________________________________________________________
25fbdfc0
GS
54895[ 5928] By: gsar on 2000/04/24 08:50:13
54896 Log: revert change#5923 ("breaks" t/lib/io_poll.t)
c47ff5f1 54897 Branch: perl
25fbdfc0 54898 ! ext/IO/lib/IO/Poll.pm
c47ff5f1 54899____________________________________________________________________________
25fbdfc0
GS
54900[ 5927] By: gsar on 2000/04/24 08:43:24
54901 Log: arrange for next() to resume at the unstack op rather than the
54902 loop conditional, so that scope cleanup happens correctly
54903 (from Stephen McCamant)
c47ff5f1 54904 Branch: perl
25fbdfc0 54905 ! op.c pp_ctl.c t/op/misc.t
c47ff5f1 54906____________________________________________________________________________
25fbdfc0
GS
54907[ 5926] By: gsar on 2000/04/24 08:18:40
54908 Log: on windows, reserve 16M of stack rather than 128M (allows more
54909 threads to run concurrently)
c47ff5f1 54910 Branch: perl
25fbdfc0 54911 ! win32/Makefile win32/makefile.mk
c47ff5f1 54912____________________________________________________________________________
25fbdfc0
GS
54913[ 5925] By: gsar on 2000/04/24 08:13:52
54914 Log: POSIX-BC tweak (from Ignasi Roca <ignasi.roca@fujitsu.siemens.es>)
c47ff5f1 54915 Branch: perl
25fbdfc0 54916 ! toke.c
c47ff5f1 54917____________________________________________________________________________
25fbdfc0
GS
54918[ 5924] By: gsar on 2000/04/24 08:08:59
54919 Log: avoid using uninitialized memory in require version check
c47ff5f1 54920 Branch: perl
25fbdfc0 54921 ! pp_ctl.c universal.c
c47ff5f1 54922____________________________________________________________________________
25fbdfc0
GS
54923[ 5923] By: gsar on 2000/04/24 07:20:14
54924 Log: various bugs in IO::Poll (from Lincoln D. Stein <lstein@cshl.org>)
c47ff5f1 54925 Branch: perl
25fbdfc0 54926 ! ext/IO/lib/IO/Poll.pm
c47ff5f1 54927____________________________________________________________________________
25fbdfc0
GS
54928[ 5922] By: gsar on 2000/04/24 07:08:42
54929 Log: commentary about IoTYPE() (from Nathan Torkington)
c47ff5f1 54930 Branch: perl
25fbdfc0 54931 ! sv.h
c47ff5f1 54932____________________________________________________________________________
25fbdfc0
GS
54933[ 5921] By: gsar on 2000/04/24 06:58:26
54934 Log: make eq unicode-aware (from Gisle Aas); fix bogus tests revealed
54935 by fix
c47ff5f1 54936 Branch: perl
25fbdfc0 54937 ! sv.c t/lib/charnames.t t/pragma/utf8.t
c47ff5f1 54938____________________________________________________________________________
25fbdfc0
GS
54939[ 5920] By: gsar on 2000/04/24 06:37:59
54940 Log: Larry's fix for buggy propagation of utf8-ness in join(); add test
c47ff5f1 54941 Branch: perl
25fbdfc0 54942 ! doop.c t/op/ver.t
c47ff5f1 54943____________________________________________________________________________
25fbdfc0
GS
54944[ 5919] By: gsar on 2000/04/24 06:21:58
54945 Log: Configure might miss old directories when prefix must be
54946 expanded (from Robin Barker)
54947 Branch: metaconfig
54948 ! U/installdirs/inc_version_list.U
c47ff5f1 54949 Branch: perl
25fbdfc0 54950 ! Configure
c47ff5f1 54951____________________________________________________________________________
25fbdfc0
GS
54952[ 5918] By: gsar on 2000/04/24 06:16:11
54953 Log: VMS nits in glob() test (from Charles Lane)
c47ff5f1 54954 Branch: perl
25fbdfc0 54955 ! t/lib/glob-basic.t
c47ff5f1 54956____________________________________________________________________________
25fbdfc0
GS
54957[ 5917] By: gsar on 2000/04/24 06:11:56
54958 Log: various pod nits (from Larry Virden and others)
c47ff5f1 54959 Branch: perl
25fbdfc0
GS
54960 ! README.amiga README.hpux README.machten README.os2
54961 ! README.os390 README.win32 embed.pl handy.h lib/IPC/Open3.pm
54962 ! pod/Win32.pod pod/perl56delta.pod pod/perlapi.pod
54963 ! pod/perlbook.pod pod/perlcompile.pod pod/perldebguts.pod
54964 ! pod/perldiag.pod pod/perlfork.pod pod/perlfunc.pod
54965 ! pod/perlguts.pod pod/perlintern.pod pod/perlipc.pod
54966 ! pod/perlmod.pod pod/perlmodinstall.pod pod/perlnumber.pod
54967 ! pod/perlop.pod pod/perlport.pod pod/perlre.pod
54968 ! pod/perltrap.pod pod/perlunicode.pod pod/perlvar.pod pp.h
c47ff5f1 54969____________________________________________________________________________
25fbdfc0
GS
54970[ 5916] By: gsar on 2000/04/24 05:52:43
54971 Log: ignore dotfiles (.cvsignore etc) in test (from Warren Jones
54972 <wjones@tc.fluke.com>)
54973 Branch: perl
54974 ! t/lib/glob-basic.t
c47ff5f1 54975____________________________________________________________________________
25fbdfc0
GS
54976[ 5915] By: gsar on 2000/04/24 05:07:01
54977 Log: supported platforms mixed up
c47ff5f1 54978 Branch: perl
25fbdfc0 54979 ! pod/perl56delta.pod pod/perlport.pod
c47ff5f1 54980____________________________________________________________________________
25fbdfc0
GS
54981[ 5914] By: gsar on 2000/04/24 04:56:08
54982 Log: caller() wasn't returning the right number of elements for
54983 eval {...}
c47ff5f1 54984 Branch: perl
25fbdfc0 54985 ! pp_ctl.c t/pragma/warn/9enabled
c47ff5f1 54986____________________________________________________________________________
25fbdfc0
GS
54987[ 5913] By: gsar on 2000/04/24 04:35:41
54988 Log: pod nit: $yday range for localtime/gmtime is 0..364 not 1..365 (from
54989 Mark-Jason Dominus)
54990 Branch: perl
54991 ! pod/perlfunc.pod
c47ff5f1 54992____________________________________________________________________________
25fbdfc0
GS
54993[ 5912] By: gsar on 2000/04/24 04:17:15
54994 Log: fix totally broken caching in UNIVERSAL::isa() (from
54995 Nick Ing-Simmons)
54996 Branch: perl
54997 ! t/op/universal.t universal.c
54998____________________________________________________________________________
54999[ 5911] By: gsar on 2000/04/24 03:39:47
55000 Log: add linebreak properties from unicode/LineBrk.txt (from
55001 Dave Hartnoll <Dave_Hartnoll@3b2.com>)
55002 Branch: perl
55003 + lib/unicode/Is/LbrkAI.pl lib/unicode/Is/LbrkAL.pl
55004 + lib/unicode/Is/LbrkB2.pl lib/unicode/Is/LbrkBA.pl
55005 + lib/unicode/Is/LbrkBB.pl lib/unicode/Is/LbrkBK.pl
55006 + lib/unicode/Is/LbrkCB.pl lib/unicode/Is/LbrkCL.pl
55007 + lib/unicode/Is/LbrkCM.pl lib/unicode/Is/LbrkCR.pl
55008 + lib/unicode/Is/LbrkEX.pl lib/unicode/Is/LbrkGL.pl
55009 + lib/unicode/Is/LbrkHY.pl lib/unicode/Is/LbrkID.pl
55010 + lib/unicode/Is/LbrkIN.pl lib/unicode/Is/LbrkIS.pl
55011 + lib/unicode/Is/LbrkLF.pl lib/unicode/Is/LbrkNS.pl
55012 + lib/unicode/Is/LbrkNU.pl lib/unicode/Is/LbrkOP.pl
55013 + lib/unicode/Is/LbrkPO.pl lib/unicode/Is/LbrkPR.pl
55014 + lib/unicode/Is/LbrkQU.pl lib/unicode/Is/LbrkSA.pl
55015 + lib/unicode/Is/LbrkSG.pl lib/unicode/Is/LbrkSP.pl
55016 + lib/unicode/Is/LbrkSY.pl lib/unicode/Is/LbrkXX.pl
55017 + lib/unicode/Is/LbrkZW.pl
55018 ! lib/unicode/mktables.PL
c47ff5f1 55019____________________________________________________________________________
25fbdfc0
GS
55020[ 5910] By: gsar on 2000/04/24 03:23:10
55021 Log: typo in pod
c47ff5f1 55022 Branch: perl
25fbdfc0 55023 ! ext/Thread/Thread.pm
c47ff5f1 55024____________________________________________________________________________
25fbdfc0
GS
55025[ 5909] By: gsar on 2000/04/24 03:22:03
55026 Log: mode argument to do_binmode() should be file mode, not boolean
c47ff5f1 55027 Branch: perl
25fbdfc0 55028 ! pp_sys.c
c47ff5f1 55029____________________________________________________________________________
25fbdfc0
GS
55030[ 5908] By: gsar on 2000/04/16 16:51:08
55031 Log: introduce illegal symbols into null package so that gv_fetchpv(...,TRUE)
55032 always returns a valid GV even when the symbol is trapped by strictures
55033 (avoids coredumps)
55034
55035 TODO: the C<package;> hack needs similar treatment
c47ff5f1 55036 Branch: perl
25fbdfc0
GS
55037 ! embedvar.h gv.c intrpvar.h perl.c perlapi.h
55038 ! t/pragma/strict-vars
c47ff5f1 55039____________________________________________________________________________
51c9377f
JH
55040[ 5907] By: jhi on 2000/03/31 23:42:56
55041 Log: pp_gmtime() assumed that newSVpvf %d would take C ints,
55042 an assumption which #5905 demolished.
55043 Branch: cfgperl
55044 ! pp_sys.c
55045____________________________________________________________________________
55046[ 5906] By: jhi on 2000/03/31 18:54:37
55047 Log: Typo in #5905.
55048 Branch: cfgperl
55049 ! t/op/64bitint.t
55050____________________________________________________________________________
55051[ 5905] By: jhi on 2000/03/31 18:50:54
55052 Log: Fix for "[ID 20000329.080] quad printing does not work as documented",
55053 reported by Joseph N. Hall. The bug was that even with use64bitint
55054 one had to use the prefixes q, L, or ll with printf/sprintf,
55055 contrary to the documentation and common sense.
55056 Branch: cfgperl
55057 ! sv.c t/op/64bitint.t
55058____________________________________________________________________________
25fbdfc0
GS
55059[ 5904] By: gsar on 2000/03/28 02:31:32
55060 Log: add Changes, perldelta.pod
fe6f1558 55061 Branch: perl
25fbdfc0 55062 + Changes pod/perldelta.pod
fe6f1558 55063____________________________________________________________________________
25fbdfc0
GS
55064[ 5903] By: gsar on 2000/03/28 02:03:55
55065 Log: rename Changes and perldelta.pod
fe6f1558 55066 Branch: perl
25fbdfc0
GS
55067 +> Changes5.6 pod/perl56delta.pod
55068 - Changes pod/perldelta.pod
55069 ! MANIFEST
fe6f1558 55070____________________________________________________________________________
51c9377f
JH
55071[ 5902] By: gsar on 2000/03/28 01:59:14
55072 Log: create maint-5.6 branch
55073 Branch: maint-5.6/perl
55074 +> (branch 1611 files)
55075____________________________________________________________________________
55076[ 5901] By: jhi on 2000/03/23 05:48:43
55077 Log: Integrate with Sarathy.
55078 Branch: cfgperl
55079 !> Changes patchlevel.h pod/perlhist.pod pod/perltoc.pod
55080____________________________________________________________________________
25fbdfc0
GS
55081[ 5900] By: gsar on 2000/03/23 05:42:43
55082 Log: three guesses on what this is :-)
fe6f1558 55083 Branch: perl
25fbdfc0 55084 ! Changes